/*! 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.
 */
 .fancybox-next span i, .fancybox-prev span i {
     color:white;
     font-size:120px;
     text-shadow:1px 1px 1px black;
 }
 .filter {
     padding:50px 0;
     text-align:right;
 }
 .product-item .visual-holder {
     max-height:250px !important;
     width:100%;
 }
 #filterselect {
     border:none;
     border-bottom:2px solid grey;
     padding:10px 5px;
     border-radius: 0 !important;
     background-color:white;
     box-shadow:none;
     min-width:200px;
 }
 #fiterselect:focus, #filterselect:active {
     outline:none !important;
 }
 .zoom {
     transform:scale(1.1);
 }
 .shrink {
     transform:scale(.8);
     opacity:.3;
 }
 .text-center {
     text-align:center;
 }
 .hidden, .hide {
     display:none !important;
 }
 .wufoo-holder {
     margin:0 auto;
     width:450px;
 }
 .wufoo #header {
     display:none;
 }
 .wufoo input, .wufoo textarea {
     width:100%;
     padding:15px 10px;
     box-shadow:none;
     border:1px solid #8b928d;
     background:none;
     color: #4d4e4e !important;
	font-size: 12px !important;
	letter-spacing: .08em !important;
 }
 .wufoo input:focus {
     outline:none;
 }
 .wufoo .req {
     display:none !important;
 }
#saveForm {
     background-color:#999999 !important;
     color:white !important;
     padding:20px 0;
     transition:.2s;
 }
 .wufoo .submit:hover {
     background-color:#999;
     transition:.2s;
 }

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.
 https://governor-media.s3.amazonaws.com/57d6df313e96e8d935f3ecd0/https://governor-media.s3.amazonaws.com/57d9ada1450a89435be795b9/assets/css/Miller%20Display%20Roman.woff2
 */

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.
 https://governor-media.s3.amazonaws.com/57d6df313e96e8d935f3ecd0/https://governor-media.s3.amazonaws.com/57d9ada1450a89435be795b9/assets/css/Miller%20Display%20Roman.woff2
 */
 
 @font-face {
  font-family: 'miller';
  src: url('https://governor-media.s3.amazonaws.com/57d6df313e96e8d935f3ecd0/https://governor-media.s3.amazonaws.com/57d9ada1450a89435be795b9/assets/css/Miller%20Display%20Roman.eot'); /* IE9 Compat Modes */
       url('https://governor-media.s3.amazonaws.com/57d6df313e96e8d935f3ecd0/https://governor-media.s3.amazonaws.com/57d9ada1450a89435be795b9/assets/css/Miller%20Display%20Roman.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://governor-media.s3.amazonaws.com/57d6df313e96e8d935f3ecd0/https://governor-media.s3.amazonaws.com/57d9ada1450a89435be795b9/assets/css/Miller%20Display%20Roman.woff') format('woff'), /* Pretty Modern Browsers */
       url('https://governor-media.s3.amazonaws.com/57d6df313e96e8d935f3ecd0/https://governor-media.s3.amazonaws.com/57d9ada1450a89435be795b9/assets/css/Miller%20Display%20Roman.ttf')  format('truetype'), /* Safari, Android, iOS */
}

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;
}

.clearfix:after,
#nav:after,
.container:after,
.share-box:after,
.footer-holder: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: #888888;
	background: #fff;
	font: 17px / 1.77 "futura PT";
	font-weight: 300;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 1px;
}

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-weight: 300;
	margin: 0 0 .5em;
	color: #757f79;
	font-family:'futura PT', Sans-Serif !important;
}

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 1.75em;
}

a {
	color: #828c87;
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s;
}

a:hover {
	text-decoration: underline;
}

blockquote {
	margin: 0 0 34px;
	padding: 0;
	border: 0;
}

blockquote q {
	font-size: 44px;
	line-height: 1.02;
	color: #a7b2aa;
	font-style: italic;
	quotes: none;
	letter-spacing: 2.2px;
	display: block;
}

blockquote q p:after {
	content: "”";
}

blockquote q p:before {
	content: "“";
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 700;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}



#header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	min-width: 320px;
	min-height: 94px;
	background: #fff;
	z-index: 999;
	padding: 38px 0 20px;
}

#nav .main-nav {
	margin: 0;
	padding: 0;
	float: left;
	width: 50%;
	font-size: 15px;
	line-height: 1.2;
	text-align: left;
	padding-left: 140px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

#nav .main-nav:first-child {
	text-align: right;
	padding-right: 157px;
	padding-left: 0;
}

#nav .main-nav li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 60px 10px 0;
}

#nav .main-nav li:last-child {
	margin-right: 0 !important;
}

#nav .main-nav li.active a {
	border-color: #4d4d4d;
	color: #4d4d4d;
}

#nav .main-nav a {
	display: inline-block;
	vertical-align: top;
	border-bottom: 1px solid transparent;
	padding: 0 0 7px;
	color:#999999;
	font-weight:300;
}

#nav .main-nav a:hover {
	text-decoration: none;
	border-color: #4d4d4d;
	color: #4d4d4d;
}

#nav .social {
	font-size: 21px;
	padding: 0 0 20px;
	margin: 0;
}

#nav .social li {
	margin: 0 10px 10px 0;
}

#nav .social a {
	color: #fff;
}

#nav .social a:hover {
	color: #4d4d4d;
}

.menu-opener {
	float: right;
	width: 60px;
	height: 24px;
	position: relative;
	border-radius: 3px;
	z-index: 9999;
	margin: 21px 0 0;
}

.menu-opener:before,
.menu-opener:after,
.menu-opener span {
	background: #757f79;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 3px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.menu-opener:before,
.menu-opener:after {
	content: "";
	top: 0;
}

.menu-opener:after {
	top: 100%;
}

.menu-opener:hover {
	opacity: .9;
}

.resize-active #nav {
	-webkit-transition: none !important;
	transition: none !important;
}

.open-nav {
	height: 100%;
	position: relative;
	z-index: 1;
}

.open-nav:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #a7b2aa;
	z-index: 990;
}

.open-nav body {
	overflow: hidden;
	height: 100%;
}

.open-nav #nav {
	opacity: 1;
	visibility: visible;
}

.open-nav .menu-opener span {
	opacity: 0;
}

.open-nav .menu-opener:before,
.open-nav .menu-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
}

.open-nav .menu-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.logo {
	position: absolute;
	left: 50%;
	top: 13px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-transform: uppercase;
	text-align: center;
	width: 164px;
	line-height: 1;
	letter-spacing: 1px;
	font-size: 17px;
	z-index: 1;
}

.logo a {
	display: block;
}

.logo a:hover {
	text-decoration: none;
}

.logo img {
	display: block;
	margin: 0 auto -3px;
}

.logo .small {
	display: block;
	font-size: 8px;
	letter-spacing: 3px;
	font-weight: 700;
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.alignright {
	float: right;
	margin: 0 0 30px 20px;
}

.alignleft {
	float: left;
	margin: 0 20px 30px 0;
}

.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

.container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 10px;
}

#main {
	/*padding-top: 94px;*/
	position: relative;
}

.slideshow-holder {
	width: 100%;
	position: relative;
	max-width: none;
	padding: 0;
}

.slideshow-holder .slideshow {
	height: 100%;
}

.item-list {
	margin: 0;
	padding: 0;
	text-align: center;
}

.item-list li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	list-style: none;
	width: 55px;
	margin: 0 2px 5px;
}

.item-list a:hover {
	text-decoration: none;
}

.item-list img {
	display: block;
}

.more {
	text-transform: uppercase;
	font: 600 12px/1.3 "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	-webkit-transition: color .25s;
	transition: color .25s;
}

.more:hover {
	text-decoration: none;
	color: #a7b2aa;
}

.social {
	margin: 0 0 20px;
	padding: 0;
	font-size: 16px;
}

.social li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px 10px 0;
}

.social li:last-child {
	margin-right: 0;
}

.social a {
	color: #4d4e4e;
	-webkit-transition: color .25s;
	transition: color .25s;
}

.social a:hover {
	text-decoration: none;
	color: #a7b2aa;
}

.social .icon-twitter {
	font-size: .75em;
}

.visual {
	height: 535px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	position: relative;
	z-index: 1;
	padding: 57px 10px;
	margin: 0 30px 74px;
	text-align: center;
	font-size: 24px;
	line-height: 1.2;
}

.visual:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .4);
	z-index: -2;
}

.visual h1 {
	margin: 84px 0 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 75px;
	line-height: 1.1;
	font-weight: 300;
	display: block;
	letter-spacing: 3.6px;
	width: 100%;
}

.visual h1.small {
	font-size: 40px;
	letter-spacing: .05em;
}

.visual h1:only-child {
	margin: 0;
}

.visual .link-holder {
	padding: 20px 0 0;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	width: 100%;
}

.visual .more {
	color: #fff;
	letter-spacing: 1.8px;
}

.visual .more:hover {
	color: #a7b2aa;
}

.visual p {
	margin: 0;
}

.text-container {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 121px;
}

.text-container blockquote {
	padding: 8px 0 0;
	margin-left: -102px;
	margin-right: -102px;
}

.text-container h2 {
	font-style: italic;
	font-weight: 400;
	font-size: 30px;
	margin: 0;
	line-height: 1.2;
	color: #757f79;
}

.text-container img {
	margin: 0 0 44px;
	vertical-align: top;
}

.portfolio {
	position: relative;
	overflow: hidden;
	padding: 38px 0 39px;
}

.portfolio:after {
	content: "";
	background: url(../images/bg-portfolio.png), url(../images/bg-portfolio.png) left -17px top 18px;
	left: 50%;
	top: 91px;
	bottom: 0;
	width: 9999px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	z-index: -1;
}

.visual-list {
	margin: 0 0 20px;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.visual-list li {
	list-style: none;
	padding: 0 15px 30px;
	position: relative;
	width: 50%;
	max-width: 536px;
}

.visual-list li:hover .overlay,
.visual-list li.hover .overlay {
	opacity: 1;
	visibility: visible;
}

.visual-list .holder {
	position: relative;
	overflow: hidden;
}

.visual-list img {
	display: block;
	width: 100%;
}

.visual-list .overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(0, 0, 0, .6);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .25s, visibility .25s;
	transition: opacity .25s, visibility .25s;
}

.btn {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #fff;
	text-transform: uppercase;
	font: 12px/1.2 "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	-webkit-transition: color .25s, background .25s, opacity .25s;
	transition: color .25s, background .25s, opacity .25s;
	padding: 12px 29px;
	letter-spacing: 1.6px;
}

.btn.default {
	background: #a7b2aa;
	color: #fff;
	font: 700 12px/1.2 "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	min-width: 238px;
	padding: 25px;
}

.btn.default:hover {
	opacity: .8;
	background: #a7b2aa;
	color: #fff;
}

.btn.dark {
	border: 1px solid #a8b3ab;
	background: none;
	color: #a8b3ab !important;
}

.btn.dark:hover {
	color: #fff !important;
	background: #a8b3ab;
}

.btn:hover {
	text-decoration: none;
	color: #000;
	background: #fff;
}

.about {
	padding: 86px 0 37px;
	background: #a7b2aa;
	color: #fff;
	margin: 0 0 32px;
}

.about.white-bg {
	background: none;
	color: #4d4d4d;
	padding: 0;
	margin: 0;
}

.about.white-bg h2,
.about.white-bg h3 {
	color: #999999;
}

.about.white-bg a {
	color: #4d4d4d;
}

.about.quotes {
	margin: 0;
}

.about .page-header {
	max-width: 985px;
	margin: 0 auto 62px;
	letter-spacing: .9px;
}

.about .col-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.about .col {
	width: 31.333%;
	margin: 0 0 50px;
	padding-bottom: 50px;
	padding: 0 40px 50px;
	position: relative;
}

.about .col .btn {
	position: absolute;
	bottom: 0;
	left: 40px;
}

.about a {
	color: #fff;
}

.about h1 {
	font-size: 40px;
	line-height: 1.3;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
	text-align: center;
	color: #a8b3ab;
	letter-spacing: 1.7px;
}

.about h1 + p {
	margin: 0;
	text-align: center;
}

.about h2 {
	font-size: 26px;
	line-height: 1.3;
	color: #fff;
	margin: 0 0 1px;
}

.about h3 {
	color: #fff;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 400;
	font-style: italic;
	margin: 0 0 7px;
}

.about p {
	margin: 0 0 1.61em;
}

.about ul {
	margin: 0 0 35px;
	padding: 0;
	line-height: 1.3;
}

.about ul li {
	list-style: none;
}

.about ul li + li {
	margin: 8px 0 0;
}

.about blockquote {
	text-align: center;
	max-width: 920px;
	margin: 38px auto 85px;
}

.about blockquote q {
	color: inherit;
	font-size: 30px;
	line-height: 1.18;
	letter-spacing: .05em;
	margin: 0 0 36px;
}

.about blockquote cite {
	letter-spacing: .06em;
	font-size: 17px;
}

.video-section {
	background: #a8b3ab;
	padding: 30px 0;
}

.video-box {
	position: relative;
	min-height: 590px;
}

.video-box .btn-play {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	opacity: .7;
}

.btn-play {
	font-size: 66px;
	-webkit-transition: color .25s;
	transition: color .25s;
}

.btn-play:hover {
	color: #a7b2aa;
	text-decoration: none;
}

.contact-section {
	background: #6b6b6b;
	padding: 86px 0 90px;
	color: #fff;
}

.contact-section .heading {
	margin: 0 0 44px;
}

.contact-section .heading h1 {
	margin: 0;
}

.contact-section .heading h1 + p {
	margin: 0;
}

.contact-section h1 {
	text-transform: uppercase;
	font-size: 40px;
	line-height: 1.2;
	font-weight: 400;
	color: inherit;
	text-align: center;
	letter-spacing: 1.4px;
}

.contact-section h1 + p {
	text-align: center;
	margin: 0 0 38px;
}



.article {
	padding: 0 50px;
}

.article .container {
	max-width: 1062px;
}

.article .text {
	float: left;
	width: 53%;
}

.article .text:only-child {
	width: 100%;
	float: none;
}

.article .img-box {
	float: right;
	max-width: 40%;
	padding: 86px 20px 30px 0;
}

.article .img-box img {
	display: block;
}

.portfolio-section {
	padding: 61px 0 27px;
	border: solid #a7b2aa;
	border-width: 1px 0;
}

.page-header {
	text-align: center;
	margin: 0 0 59px;
}

.page-header h1 {
	text-transform: uppercase;
	margin: 0;
	font-size: 40px;
	line-height: 1.2;
	font-weight: 300;
	color: #888888;
}

.portfolio-list {
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.portfolio-list .col {
	padding: 0 20px 23px;
	width: 32.833%;
	display: inline-block;
	vertical-align: top;
	min-width: 350px;
	font-size: 17px;
	line-height: 1.76;
}

.portfolio-list .col:hover img {
	-webkit-transform: scale(1.1) translate3d(10px, 10px, 0);
	transform: scale(1.1) translate3d(10px, 10px, 0);
}

.portfolio-list .img-holder {
	overflow: hidden;
}

.portfolio-list img {
	display: block;
	width: 100%;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
}

.portfolio-list .title-block {
	margin: -25px 27px 0;
	text-align: center;
	position: relative;
	background: #fff;
	padding: 30px 20px 20px;
	position: relative;
	z-index: 1;
}

.portfolio-list .title-block:after {
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	border: 1px solid #999999;
	z-index: -1;
}

.portfolio-list .title-block .title {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 300;
	color: #999999;
	margin: 0 0 6px;
	word-break: break-all;
}

.portfolio-list .title-block .more {
	display: inline-block;
	vertical-align: top;
	color: #4d4e4e;
	letter-spacing: 1.7px;
}

.portfolio-list .title-block .more:hover {
	color: #a7b2aa;
}

.post-img-list {
	margin: 0 -20px 5px;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.post-img-list li {
	overflow: hidden;
	list-style: none;
	padding: 0 20px;
	margin: 0 0 40px;
	width: 50%;
}

.post-img-list li:hover img {
	-webkit-transform: scale(1.1) translate3d(10px, 10px, 0);
	transform: scale(1.1) translate3d(10px, 10px, 0);
}

.post-img-list .img-holder {
	overflow: hidden;
}

.post-img-list img {
	display: block;
	margin: 0 auto;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
}

.share-box {
	font-size: 24px;
	letter-spacing: 1.5px;
	margin: 0 0 41px;
}

.share-box .share-text {
	float: left;
	margin: 6px 39px 0 0;
}

.share-box .social {
	font-size: 30px;
}

.share-box .social li {
	margin: 0 18px 10px 0;
}

.post-nav {
	background: #a7b2aa;
	font-size: 24px;
	text-transform: capitalize;
	padding: 29px 0;
}

.post-nav .btn-prev,
.post-nav .btn-next {
	position: relative;
	float: left;
	padding: 0 0 0 46px;
	margin: 0 0 0 24px;
	color: #fff;
}

.post-nav .btn-prev:after,
.post-nav .btn-next:after {
	content: "";
	position: absolute;
	left: 4px;
	top: 16px;
	width: 14px;
	height: 14px;
	border: solid #fff;
	border-width: 2px 0 0 2px;
	-webkit-transform: rotate(-45deg) skew(10deg, 10deg);
	-ms-transform: rotate(-45deg) skew(10deg, 10deg);
	transform: rotate(-45deg) skew(10deg, 10deg);
	-webkit-transition: all .25s;
	transition: all .25s;
}

.post-nav .btn-prev:hover,
.post-nav .btn-next:hover {
	text-decoration: none;
}

.post-nav .btn-prev:hover:after,
.post-nav .btn-next:hover:after {
	left: 0;
}

.post-nav .btn-next {
	float: right;
	padding: 0 42px 0 0;
	margin: 0 34px 0 0;
}

.post-nav .btn-next:after {
	left: auto;
	right: 4px;
	border-width: 0 2px 2px 0;
}

.post-nav .btn-next:hover:after {
	left: auto;
	right: 0;
}

.message-holder {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background: rgba(77, 78, 78, .95);
	z-index: 9999;
	line-height: 1.53;
	height: 100vh;
	overflow: auto;
	min-width: 320px;
}

.message-holder .message {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 600px;
	background: #fff;
	padding: 50px;
	text-align: center;
	padding: 146px 50px 128px;
}

.message-holder .message:after {
	content: "";
	position: absolute;
	left: 19px;
	right: 19px;
	top: 19px;
	bottom: 19px;
	border: 2px solid #a7b2aa;
}

.message-holder .text-holder {
	max-width: 350px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

.message-holder .title {
	font-size: 30px;
	line-height: 1.07;
	color: #a7b2aa;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 28px;
	letter-spacing: 4px;
}

.message-holder p {
	margin: 0 0 33px;
}

.message-holder img {
	vertical-align: top;
	margin: 0 0 15px;
}

.product-section {
	margin: 0 0 35px;
}

.product-section h2 {
	font-size: 40px;
	color: #a7b2aa;
	font-weight: 400;
	margin: 0 0 6px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.product-section .subheading {
	font-size: 17px;
	display: block;
	color: #4d4e4e;
	font-weight: 400;
	margin: 0 0 10px;
}

.product-section .headline {
	text-align: center;
	margin: 0 0 40px;
}

.parent-holder {
	position: relative;
}

.filter-list {
	font-size: 0;
	margin: 0 0 30px;
	text-align: center;
}

.filter-list ul {
	margin: 0;
	padding: 0;
}

.filter-list ul li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}

.filter-list ul li.active a {
	color: #757f79;
	border-color: #757f79;
}

.filter-list a {
	font-size: 17px;
	line-height: 1.2;
	margin: 10px 27px;
	letter-spacing: .26em;
	display: inline-block;
	vertical-align: middle;
	color: #4d4e4e;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	padding: 0 0 14px;
	-webkit-transition: color .3s, border-color .3s, background .3s;
	transition: color .3s, border-color .3s, background .3s;
	border-bottom: 2px solid #fff;
}

.filter-list a:hover,
.filter-list a.filter-active {
	color: #757f79;
	border-color: #757f79;
}

.filter-list .sort-caption {
	display: none;
}

.jcf-select-drop {
	position: static !important;
}

.products-block {
	padding: 10px 0 26px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 1;
}

.products-block.js-hidden {
	opacity: 0;
}

.products-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 5px;
	padding: 0 10px;
}

.product-item {
	text-align: center;
	width: 33.333%;
	padding: 0 20px;
	margin: 0 0 55px;
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
}

.product-item .visual-holder {
	margin: 0 0 28px;
	overflow: hidden;
}

.product-item .visual-holder img {
	display: block;
	max-width: none;
	width: 100%;
	-webkit-transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
}

.product-item .visual-holder:hover img {
	-webkit-transform: scale(1.2) translate3d(30px, 10px, 0);
	transform: scale(1.2) translate3d(30px, 10px, 0);
}

.product-item .category {
	font-size: 12px;
	text-transform: uppercase;
	font-family:'miller', Sans-Serif !important;
	font-weight: 600;
	display: block;
	margin: 0 0 11px;
	line-height: 1.2;
	letter-spacing: .13em;
}

.product-item h3 {
	font-size: 30px;
	letter-spacing: .05em;
	margin: 0 10% 5px;
	line-height: 1;
	color: #a7b2aa;
	font-weight: 400;
}

.product-item h3 a {
	color: inherit;
	text-decoration: none;
}

.product-item h3 a:hover {
	color: #4d4e4e;
}

.product-item p {
	margin: 0 0 11px;
}

.product-item .more {
	font-size: 12px;
	color: #4d4e4e;
}

.product-item .more:hover {
	color: #a7b2aa;
}

.btn-box {
	text-align: center;
}

.load-more {
	background: #a7b2aa;
	padding: 1.8em 6em;
	font-size: 12px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	box-shadow: inset 0 0 0 1px #a7b2aa;
	font-weight: 700;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	letter-spacing: .2em;
}

.load-more:hover {
	opacity: .8;
	text-decoration: none;
}

.new-item {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
}

.instargam-section {
	padding: 43px 0 0;
	position: relative;
}

.instargam-section:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: auto;
	height: 1px;
	background: #4d4e4e;
}

.instargam-section h2 {
	font-size: 30px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 42px;
	text-align: center;
	letter-spacing: .05em;
}

.bg-cover {
	background-size: cover;
	background-position: 50% 50%;
	overflow: hidden;
	margin: -1px;
}

.photos-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.photos-block .item {
	width: 20%;
	overflow: hidden;
	float:left;
}

.photos-block .item img {
	max-width: none;
	width: 100%;
	height: auto;
}

.photos-block .visual-holder {
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
	font-size: 0;
	line-height: 0;
}

.photos-block .visual-holder:hover {
	-webkit-transform: scale(1.1) translate3d(10px, 10px, 0);
	transform: scale(1.1) translate3d(10px, 10px, 0);
}

.contact-page {
	position: relative;
	padding: 53px 0 0;
}

.contact-page:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: auto;
	height: 1px;
	background: #a7b2aa;
}

.big-headline {
	text-align: center;
	margin: 0 0 54px;
}

.big-headline h1 {
	font-size: 75px;
	line-height: 1.2;
	margin: 0 0 24px;
	font-weight: 400;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #999999;
}

.double-blocks {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: stretch;
	-webkit-justify-content: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	line-height: 1.53;
	font-family:'miller', Sans-Serif !important;
	letter-spacing: .07em;
}

.double-blocks .block-item {
	width: 50%;
	text-align: center;
	background-color: #999999;
	color: #fff;
	padding: 95px 60px;
	margin: 0;
}

.double-blocks h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
	margin: 0 0 27px;
	line-height: 1.2;
	font-family:'miller', Sans-Serif !important;
	letter-spacing: .12em;
}

.double-blocks .phone {
	margin: 0 0 11px;
}

.double-blocks .phone strong {
	font-weight: 400;
}

.double-blocks [href^="tel"] {
	color: #fff;
	font-size: 1.1em;
}

.double-blocks .text-box {
	padding: 0;
	letter-spacing: 1px;
	max-width: 406px;
	margin: 0 auto;
}

.double-blocks .text-box p {
	margin: 0 0 1.5em;
}

.double-blocks .heading-decorated {
	padding: 80px 0 0;
	background: url(../images/decoration.svg) no-repeat 50% 0;
	background-size: 147px 58px;
}

.slideshow {
	position: relative;
	color: #fff;
	text-align: center;
	font-size: 24px;
	letter-spacing: 1.5px;
}

.slideshow .slides {
	position: absolute;
	z-index: 1;
	left: 30px;
	top: 0;
	right: 30px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 85px 80px;
	overflow: hidden;
	height: 100%;
}

.slideshow .slides:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -2;
}
.testimonialslideshow .slides:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color:rgba(0,0,0,.4);
	z-index: -2;
}

.slideshow .slides.active {
	z-index: 2;
}

.slideshow .slides .bg-stretch {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	overflow: hidden;
}

.slideshow .slide-content {
	display: table;
	width: 100%;
	height: 100%;
}

.slideshow .slide-holder {
	display: table-cell;
	vertical-align: middle;
	min-height: 398px;
}

.slideshow.not-enough-slides .btn-prev,
.slideshow.not-enough-slides .btn-next {
	visibility: hidden;
}

.slideshow .pagination {
	position: absolute;
	right: 0;
	width: 100%;
	padding: 0 61px;
	text-align: right;
	bottom: 32px;
	font-size: 0;
	line-height: 0;
	z-index: 10;
}

.slideshow .pagination ul {
	margin: 0;
	padding: 0;
}

.slideshow .pagination li {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	margin: 0 2px;
}

.slideshow .pagination li:hover a,
.slideshow .pagination li.active a {
	background: #fff;
}

.slideshow .pagination a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 7px;
	height: 7px;
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-transition: background .25s;
	transition: background .25s;
}

.slideshow .progress-line {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 0;
	height: 15px;
	z-index: 20;
	overflow: hidden;
}

.slideshow .progress-line .line {
	display: block;
	width: 0;
	height: 100%;
}

.slideshow a {
	color: #fff;
}

.slideshow .heading {
	min-height: 200px;
	margin: 0 0 40px;
}

.slideshow .title {
	font-size: 75px;
	line-height: 1.1;
	font-weight: 400;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1.3px;
}

.slideshow .sub-title {
	font-size: 40px;
	line-height: 1.1;
	display: block;
	text-transform: uppercase;
	letter-spacing: 3.6px;
}

.slideshow p {
	margin: 0 0 4px;
}

.slideshow .more {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 37px;
}

.slideshow .btn-prev,
.slideshow .btn-next {
	position: absolute;
	z-index: 20;
	left: 64px;
	top: 50%;
	margin-top: -22px;
	width: 45px;
	height: 45px;
	border: solid #fff;
	text-indent: -9999px;
	overflow: hidden;
	border-width: 1px 0 0 1px;
	-webkit-transform: rotate(-35.6deg) skewY(-18.5deg);
	-ms-transform: rotate(-35.6deg) skewY(-18.5deg);
	transform: rotate(-35.6deg) skewY(-18.5deg);
	-webkit-transition: border-color .25s;
	transition: border-color .25s;
}

.slideshow .btn-prev:hover,
.slideshow .btn-next:hover {
	text-decoration: none;
	border-color: #a7b2aa;
}

.slideshow .btn-next {
	left: auto;
	right: 64px;
	-webkit-transform: rotate(144deg) skewY(-18.5deg);
	-ms-transform: rotate(144deg) skewY(-18.5deg);
	transform: rotate(144deg) skewY(-18.5deg);
}

.slideshow .slide-box .title {
	font-size: 40px;
	margin: 0 0 54px;
}

.slideshow .slide-box blockquote {
	max-width: 850px;
	margin: 0 auto 40px;
	min-height: 232px;
}

.slideshow .slide-box blockquote q {
	font-size: 19px;
	letter-spacing: 1px;
	line-height: 1.58;
	color: #fff;
	font-style: normal;
	display: block;
	margin: 0 0 32px;
}

.slideshow .slide-box blockquote cite {
	display: block;
	font-size: 17px;
	line-height: 1.76;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
}

#footer {
	font: 300 12px/1.2 "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: .7px;
	width: 100%;
}

#footer a {
	color: #4d4e4e;
	-webkit-transition: color .25s;
	transition: color .25s;
}

#footer a:hover {
	color: #a7b2aa;
	text-decoration: none;
}

#footer .slide {
	padding: 0 0 20px;
}

#footer .slide p:last-child {
	margin: 0;
}

#footer .slide .heading-holder {
	position: relative;
	padding: 0 40px 0 0;
	margin: 0 0 20px;
}

#footer .slide .heading-holder h3 {
	margin: 0;
	text-transform: capitalize;
}

#footer .slide .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
}

#footer .slide .close:hover {
	opacity: .8;
}

#footer .slide .close:after,
#footer .slide .close:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #757f79;
}

#footer .slide .close:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#footer h3 {
	font-size: 16px;
}

.footer-holder {
	padding: 19px 30px 3px;
}

.sub-info {
	margin: 0;
	padding: 0;
	float: left;
	max-width: 50%;
}

.sub-info li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px 0;
}

.sub-info li:after {
	content: "|";
	margin: 0 10px 0 13px;
}

.sub-info li:first-child:after,.sub-info li:last-child:after {
	content:"";
}

.sub-nav-col {
	overflow: hidden;
	text-align: right;
}

.sub-nav-col .sub-nav {
	display: inline-block;
	vertical-align: top;
}

.sub-nav-col .social {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 24px;
}

.sub-nav {
	margin: 0;
	padding: 0;
}

.sub-nav li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 19px 10px 0;
}

.sub-nav li:last-child {
	margin-right: 0;
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
	width: 100%;
}

.fancybox-skin {
	background: none;
	border-radius: 0;
	box-shadow: none !important;
}

.fancybox-close {
	background: none;
	-webkit-transition: all .25s;
	transition: all .25s;
	z-index: 999;
}

.fancybox-close:after,
.fancybox-close:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: black;
}

.fancybox-close:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.fancybox-close:hover {
	border-color: black;
}

.fancybox-close:hover:after,
.fancybox-close:hover:before {
	background: black;
}

div.lightbox {
	line-height: 1.3;
	max-width: 1114px;
}

div.lightbox.gallery-modal {
	background: none;
	color: #fff;
}

.slideshow-modal {
	position: relative;
	font-size: 15px;
	letter-spacing: .2px;
	color: #fff;
	max-width: 1114px;
	height: 100%;
	white-space: nowrap;
	padding: 20px 0;
	margin: 0 auto;
}

.slideshow-modal:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 100%;
	margin: 0 0 0 -5px;
}

.slideshow-modal .holder {
	padding: 0 107px;
	position: relative;
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.slideshow-modal .slideshow-wrap {
	position: relative;
	width: 100%;
	max-height: 100%;
}

.slideshow-modal .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
}

.slideshow-modal .slide.active {
	z-index: 2;
}

.slideshow-modal.not-enough-slides .btn-prev,
.slideshow-modal.not-enough-slides .btn-next {
	visibility: hidden;
}

.slideshow-modal .btn-prev,
.slideshow-modal .btn-next {
	position: absolute;
	z-index: 9;
	left: 35px;
	top: 50%;
	width: 60px;
	height: 60px;
	border: solid #fff;
	text-indent: -9999px;
	overflow: hidden;
	border-width: 1px 0 0 1px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: border-color .25s;
	transition: border-color .25s;
	margin: -50px 0 0;
}

.slideshow-modal .btn-prev:hover,
.slideshow-modal .btn-next:hover {
	text-decoration: none;
	border-color: #a7b2aa;
}

.slideshow-modal .btn-next {
	left: auto;
	right: 35px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.slideshow-modal img {
	display: block;
	width: auto;
	margin: 0 auto;
}

.slideshow-modal .slides-num {
	position: absolute;
	right: 0;
	bottom: 0;
}

.slideshow-modal .slides-num .total-num {
	margin: 0 0 0 2px;
}

.slideshow-modal .slides-num .current-num {
	margin: 0 6px 0 0;
}

.slideshow-modal .title {
	margin: 0 100px 0 0;
	display: block;
	padding: 21px 0 0;
}

.fancybox-slideshow .fancybox-wrap,
.fancybox-slideshow .fancybox-inner,
.fancybox-slideshow .fancybox-skin,
.fancybox-slideshow .fancybox-outer {
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;
	left: 0 !important;
}

.is-touch-device {
	overflow: hidden !important;
	height: 100% !important;
	width: 100% !important;
	position: fixed !important;
}

@media screen\0 {
	a[href^=tel]:hover,
	a[href^=skype]:hover,
	a[href^=sms]:hover {
		text-decoration: none !important;
		color: inherit !important;
	}
}

@media screen and (min-width: 768px) {
	.filter-list .opener {
		display: none;
	}

	.filter-list .slide.js-slide-hidden {
		display: block !important;
		position: static !important;
		height: auto !important;
		margin: 0 !important;
	}

	.fancybox-close {
		position: fixed;
		top: 16px;
		right: 33px;
		width: 75px;
		height: 75px;
		-webkit-transition: all .25s;
		transition: all .25s;
	}
}

@media screen and (min-width: 960px) {
	#nav .social {
		display: none;
	}

	.menu-opener {
		display: none;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media screen and (min-width: 1025px) {
	.slideshow .slideset {
		height: auto !important;
	}
}

@media screen and (max-width: 1199px) {
	#nav .main-nav li {
		margin: 0 30px 10px 0;
	}
}

@media screen and (max-width: 1024px) {
	.screen-height {
		min-height: 0 !important;
	}

	.slideshow .slide {
		height: auto;
	}
}

@media screen and (max-width: 1023px) {
	#nav .main-nav li {
		margin: 0 20px 10px 0;
	}

	.about .col {
		padding: 0 20px 50px;
	}

	.product-section .headline {
		margin: 0 0 30px;
	}

	.filter-list {
		margin: 0 0 15px;
	}

	.filter-list a {
		padding: 0 0 10px;
		margin: 10px 15px;
		letter-spacing: 0;
	}

	.products-block {
		padding: 10px 0;
	}

	.product-item {
		width: 50%;
		padding: 0 10px;
		margin: 0 0 35px;
	}

	.product-item .visual-holder {
		margin: 0 0 15px;
	}

	.product-item .visual-holder:hover img {
		-webkit-transform: scale(1.1) translate3d(10px, 10px, 0);
		transform: scale(1.1) translate3d(10px, 10px, 0);
	}

	.product-item .category {
		margin: 0 0 10px;
	}

	.photos-block .visual-holder:hover {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@media screen and (max-width: 959px) {
	blockquote {
		margin: 0 0 47px;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="file"],
	input[type="submit"] {
		min-width: 196px;
	}

	#header {
		padding: 25px 50px;
		min-height: 94px;
	}

	#nav {
		position: fixed;
		z-index: 999;
		top: 94px;
		right: 0;
		bottom: 0;
		width: 100%;
		background: #999999;
		text-align: center;
		padding: 79px 0;
		visibility: hidden;
		opacity: 0;
		overflow: auto;
		-webkit-transition: visibility .3s ease, opacity .3s ease;
		transition: visibility .3s ease, opacity .3s ease;
	}

	#nav {
		top: 114px;
	}

	#nav .main-nav {
		float: none;
		width: auto;
		padding: 0;
		text-align: center;
		font-size: 17px;
		letter-spacing: 2.2px;
	}

	#nav .main-nav:first-child {
		padding: 0;
		text-align: center;
	}

	#nav .main-nav li {
		display: block;
		margin: 0;
		padding: 0 0 42px;
	}

	#nav .main-nav a {
		color: #fff;
		padding: 0 0 10px;
	}

	.logo {
		position: static;
		float: left;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	#main {
		padding-top: 114px;
	}

	.visual {
		height: 579px;
		margin: 0 0 59px;
	}

	.visual h1 {
		font-size: 40px;
	}

	.text-container {
		padding: 0 40px;
	}

	.text-container blockquote {
		margin-left: 0;
		margin-right: 0;
		padding: 16px 0 0;
	}

	.portfolio {
		padding: 34px 0;
	}

	.portfolio:after {
		top: 87px;
	}

	.visual-list {
		margin: 0 0 10px;
	}

	.visual-list li {
		margin: 0 0 28px;
	}

	.about {
		padding: 60px 0;
		margin: 0 0 30px;
	}

	.about.white-bg {
		padding: 60px 0;
		margin: 0 0 30px;
	}

	.about .page-header h1 {
		font-size: 30px;
	}

	.about .col {
		width: 100%;
		max-width: 490px;
		padding: 0;
		text-align: center;
		margin: 0 0 65px;
	}

	.about .col:last-child {
		margin-bottom: 0;
	}

	.about .col .btn {
		position: static;
	}

	.about h1 {
		font-size: 30px;
	}

	.about blockquote {
		margin: 0 auto;
	}

	.about blockquote q {
		font-size: 22px;
		line-height: 1.5;
		margin: 0 0 30px;
	}

	.btn-play {
		font-size: 73px;
	}

	.contact-section {
		padding: 79px 0 125px;
	}

	.article .img-box {
		padding: 86px 0 30px;
	}

	.contact-page {
		padding: 51px 0 0;
	}

	.big-headline h1 {
		font-size: 40px;
		line-height: 1.3;
		margin: 0 0 28px;
	}

	.contact-holder {
		max-width: 516px;
		padding: 0;
		margin: 0 auto 69px;
	}

	.double-blocks {
		display: block;
	}

	.double-blocks .block-item {
		width: 100%;
		padding: 144px 20px 126px;
	}

	.double-blocks .block-item.bg-cover {
		min-height: 409px;
	}

	.slideshow .slide {
		left: 0;
		right: 0;
	}

	.slideshow .slide-holder {
		min-height: 307px;
	}

	.slideshow .pagination {
		display: none;
	}

	.slideshow .progress-line {
		height: 7px;
		right: 0;
		left: 0;
	}

	.slideshow .heading {
		min-height: 109px;
	}

	.slideshow .title {
		font-size: 40px;
		margin: 0 0 2px;
	}

	.slideshow .sub-title {
		font-size: 24px;
		line-height: 1.2;
	}

	.slideshow .btn-prev,
	.slideshow .btn-next {
		left: 34px;
	}

	.slideshow .btn-next {
		left: auto;
		right: 34px;
	}

	#footer .social {
		display: none;
	}

	.sub-info {
		float: none;
		max-width: none;
		text-align: center;
	}

	.sub-nav-col .sub-nav {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.visual-list li {
		width: 100%;
		padding: 0;
	}

	.video-box {
		min-height: 413px;
	}

	.contact-section .heading {
		max-width: 550px;
		margin: 0 auto 48px;
	}

	.article {
		padding: 0 50px 50px;
	}

	.article {
		padding: 0 0 20px;
	}

	.article .text {
		float: none;
		width: 100%;
	}

	.article .img-box {
		float: none;
		max-width: 521px;
		padding: 0;
		margin: 0 auto 24px;
	}

	.article .img-box img {
		width: 100%;
		height: auto;
	}

	.mobile-hidden {
		display: none !important;
	}

	.portfolio-section {
		padding: 53px 0 30px;
	}

	.page-header {
		margin: 0 0 52px;
	}

	.portfolio-list .col {
		min-width: 0;
		width: 301px;
		padding: 0 11px 22px;
		margin: 0 auto;
	}

	.portfolio-list .title-block {
		margin: -19px 21px 0;
		padding: 22px 20px 7px;
	}

	.portfolio-list .title-block:after {
		left: 8px;
		right: 8px;
		top: 8px;
		bottom: 8px;
	}

	.portfolio-list .title-block .title {
		font-size: 22px;
	}

	.portfolio-list .title-block .more {
		font-size: 9px;
		letter-spacing: 1.2px;
	}

	.post-img-list {
		margin: 0 -10px;
	}

	.post-img-list li {
		padding: 0 10px;
		margin: 0 0 20px;
	}

	.share-box {
		text-align: center;
	}

	.share-box .share-text {
		float: none;
		margin: 0;
	}

	.share-box .social {
		font-size: 25px;
	}

	.post-nav {
		font-size: 18px;
		padding: 20px 0;
	}

	.post-nav .btn-prev,
	.post-nav .btn-next {
		margin: 0 !important;
		padding: 0 0 0 24px;
	}

	.post-nav .btn-prev:after,
	.post-nav .btn-next:after {
		top: 10px;
	}

	.post-nav .btn-next {
		padding: 0 24px 0 0;
	}

	.product-section {
		margin: 0 0 16px;
		position: relative;
		padding: 60px 0 0;
	}

	.parent-holder {
		padding: 0 30px;
	}

	.filter-list {
		position: absolute;
		top: 0;
		z-index: 99;
		left: 30px;
		right: 30px;
		text-align: left;
		background: #828c87;
	}

	.filter-list ul li {
		display: block;
	}

	.filter-list ul li.active a {
		color: #fff;
	}

	.filter-list a {
		color: #fff;
		display: block;
		border: none;
		margin: 0;
		font-size: 14px;
		background: #828c87;
		padding: 15px 70px 15px 104px;
		letter-spacing: .1em;
	}

	.filter-list a:hover,
	.filter-list a.filter-active {
		color: #fff;
	}

	.filter-list a:hover {
		background: #4d4e4e;
	}

	.filter-list .opener:after {
		content: "";
		position: absolute;
		right: 38px;
		top: 10px;
		width: 20px;
		height: 20px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		border-color: transparent #fff #fff transparent;
		border-style: solid;
		border-width: 1px;
		-webkit-transition: border-color .3s .3s, top .3s;
		transition: border-color .3s .3s, top .3s;
	}

	.filter-list .sort-caption {
		display: inline;
		position: absolute;
		left: 29px;
	}

	.filter-list.active .opener:after {
		-webkit-transition: border-color .3s .3s, top .3s;
		transition: border-color .3s .3s, top .3s;
		border-color: #fff transparent transparent #fff;
		top: 20px;
	}

	.products-block {
		padding: 37px 0;
	}

	.products-holder {
		padding: 0;
		margin: 0 -10px;
	}

	.product-item {
		padding: 0 11px;
		font-size: 13px;
		margin: 0 0 56px;
	}

	.product-item .visual-holder {
		margin: 0 0 22px;
	}

	.product-item .category {
		font-size: 9px;
		margin: 0 0 7px;
	}

	.product-item h3 {
		font-size: 22px;
		margin: 0 10% 3px;
	}

	.product-item p {
		margin: 0 0 7px;
	}

	.product-item .more {
		font-size: 9px;
	}

	.product-item .text-box {
		margin: 0 -2px 7px;
		letter-spacing: .04em;
		line-height: 1.7;
	}

	.instargam-section h2 {
		margin: 0 0 58px;
	}

	.hide-tablet {
		display: none;
	}

	.photos-block .item {
		width: 33.333%;
		float:left;
	}

	.slideshow .slide {
		padding: 43px 35px 60px;
	}

	.slideshow .slide:before {
		height: 50px;
	}

	.slideshow .btn-prev,
	.slideshow .btn-next {
		display: none;
	}

	.slideshow .slide-box .title {
		margin: 0 0 50px;
	}

	.footer-holder.styled {
		position: relative;
	}

	.footer-holder.styled:after {
		content: "";
		position: absolute;
		left: 20px;
		right: 20px;
		top: 0;
		height: 1px;
		background: #a7b2aa;
	}

	.fancybox-close {
		width: 30px;
		height: 30px;
		border: 1px solid #fff;
		border-radius: 50%;
		top: -30px;
		right: 16px;
	}

	.fancybox-close:after,
	.fancybox-close:before {
		-webkit-transition: all .25s;
		transition: all .25s;
		height: 80%;
		top: 50%;
		margin-top: -11px;
		margin-left: 0;
	}

	.slideshow-modal .holder {
		padding: 0 50px;
	}

	.slideshow-modal .btn-prev,
	.slideshow-modal .btn-next {
		width: 40px;
		height: 40px;
		width: 20px;
		height: 20px;
		margin-top: -30px;
		left: 20px;
	}

	.slideshow-modal .btn-next {
		left: auto;
		right: 20px;
	}
}

@media screen and (max-width: 639px) {
	.message-holder .message {
		left: 20px;
		right: 20px;
		width: auto;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		padding: 30px 30px;
	}

	.message-holder .title {
		font-size: 22px;
		margin: 0 0 20px;
	}

	.message-holder .btn {
		display: block;
		min-width: 0;
	}
}

@media screen and (max-width: 479px) {
	blockquote {
		padding: 0;
	}

	blockquote q {
		font-size: 30px;
	}

	#header {
		padding: 15px 0;
	}

	#nav {
		padding: 30px 0;
		top: 94px;
	}

	#nav .main-nav li {
		padding: 0 0 20px;
	}

	.menu-opener {
		width: 40px;
		margin-right: 10px;
	}

	#main {
		padding-top: 94px;
	}

	.visual {
		height: 300px;
		margin: 0 0 30px;
	}

	.visual h1.small {
		font-size: 24px;
	}

	.visual h1 {
		margin: 0;
	}

	.text-container {
		padding: 0 10px;
	}

	.video-box {
		min-height: 300px;
	}

	.contact-section {
		padding: 40px 0;
	}

	.contact-section h1 {
		font-size: 30px;
	}

	.portfolio-list .col {
		width: 100%;
		display: block;
		max-width: 301px;
	}

	.post-img-list {
		margin: 0;
	}

	.post-img-list li {
		width: 100%;
		padding: 0;
	}

	.product-section h2 {
		font-size: 25px;
		margin: 0 0 10px;
	}

	.product-section .subheading {
		font-size: 15px;
	}

	.product-section .headline {
		margin: 0 0 20px;
	}

	.parent-holder {
		padding: 0 10px;
	}

	.filter-list {
		left: 10px;
		right: 10px;
	}

	.filter-list .opener:after {
		right: 15px;
		width: 16px;
		height: 16px;
		top: 11px;
	}

	.filter-list .sort-caption {
		left: 15px;
	}

	.products-block {
		padding: 15px 0;
	}

	.products-holder {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.product-item {
		width: 100%;
		margin: 0 0 40px;
		font-size: 14px;
	}

	.product-item h3 {
		margin: 0 5% 10px;
	}

	.product-item .more {
		font-size: 12px;
	}

	.product-item .text-box {
		margin: 0 0 10px;
		padding: 0 10px;
	}

	.load-more {
		padding: 1.2em 5em;
	}

	.instargam-section {
		padding: 25px 0 0;
	}

	.instargam-section:before {
		left: 10px;
		right: 10px;
	}

	.instargam-section h2 {
		font-size: 25px;
		margin: 0 0 30px;
	}

	.contact-page:before {
		left: 10px;
		right: 10px;
	}

	.contact-holder .submit-holder .captcha,
	.contact-holder .submit-holder input[type=submit] {
		float: none;
		width: 100%;
		margin: 0 0 19px;
	}

	.double-blocks .block-item {
		padding: 50px 15px;
	}

	.slideshow .slide {
		padding: 20px 20px 50px;
	}

	.slideshow .slide-box .title {
		font-size: 30px;
		margin: 0 0 30px;
	}

	.slideshow .slide-box blockquote {
		margin: 0 0 30px;
	}

	.slideshow .slide-box blockquote q {
		font-size: 17px;
		line-height: 1.76;
	}

	.sub-info li {
		display: block;
	}

	.sub-info li:after {
		display: none;
	}
}

