/*! 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: "HelveticaNeue";
	src: url("/vfp/fonts/HelveticaNeueRegular.woff2") format("woff2"), url("/vfp/fonts/HelveticaNeueRegular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "HelveticaNeue";
	src: url("/vfp/fonts/HelveticaNeueBold.woff2") format("woff2"), url("/vfp/fonts/HelveticaNeueBold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "HelveticaNeue";
	src: url("/vfp/fonts/HelveticaNeueLight.woff2") format("woff2"), url("/vfp/fonts/HelveticaNeueLight.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Museo Sans";
	src: url("/vfp/fonts/MuseoSans-100.woff2") format("woff2"), url("/vfp/fonts/MuseoSans-100.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

#nav ul,
.tech-details,
.calculator-form ul,
.contact-block ul,
.download-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.two-cols:after,
.header-holder:after,
.three-cols: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: #000;
	background: #f3f3f3;
	font: 18px/1.2 "helveticaneue", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 100;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 700;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 18px;
}

h3,
.h3 {
	font-size: 17px;
}

h4,
.h4 {
	font-size: 16px;
}

h5,
.h5 {
	font-size: 15px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #069;
	text-decoration: none;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
}

a:hover,
a:focus {
	color: #08c;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-arrow {
	width: 35px;
	height: 35px;
	background: #60380c;
	border-radius: 3px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	pointer-events: auto;
}

.slick-arrow img {
	width: 20px !important;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-left: -1px;
}

.slick-arrow.slick-next img {
	margin: 0 -1px 0 0;
}

.slick-arrow.slick-disabled {
	opacity: .5;
	pointer-events: none;
}

.slick-arrow:hover {
	background: #331e06;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

/* example lightbox styles */

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.lightbox-demo {
	padding: 5px;
	width: 300px;
}

.lightbox-demo h2 {
	margin: 0 0 10px;
}

.lightbox-demo p {
	margin: 0;
}

.fancybox-content img {
	width: 100%;
}

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;
}

.input-error {
	box-shadow: inset  0 0 0 1px #f00;
}

body {
	-webkit-transition: margin .3s ease-in-out;
	transition: margin .3s ease-in-out;
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#wrapper:before {
	content: "";
	z-index: 2;
	background: rgba(0, 0, 0, .5);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.nav-active #wrapper:before {
	visibility: visible;
	opacity: 1;
}

#main {
	position: relative;
	left: 0;
	padding: 97px 15px 0;
	-webkit-transition: left .3s ease-in-out;
	transition: left .3s ease-in-out;
}

.nav-active #main {
	left: -250px;
}

.viewport-section {
	opacity: .29;
	pointer-events: none;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.viewport-section.in-viewport {
	opacity: 1;
	pointer-events: initial;
}

.two-cols {
	margin: 0 0 15px;
}

.two-cols .col {
	padding: 0 0 15px;
}

.hide {
	opacity: 0;
	visibility: hidden;
}

.scroller {
	position: fixed;
	left: 50%;
	z-index: 9;
	width: 65px;
	height: 65px;
	background: #613805;
	border-radius: 2px;
	font-size: 0;
	line-height: 0;
	-webkit-transform: scale(.5) translateX(-50%);
	-ms-transform: scale(.5) translateX(-50%);
	transform: scale(.5) translateX(-50%);
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
	transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
}

.scroller.down {
	bottom: 13px;
}

.scroller.up {
	top: 80px;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.scroller.up .icon {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.scroller .icon {
	display: block;
	width: 40px;
	height: 48px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -24px;
	overflow: hidden;
}

.scroller .icon:before,
.scroller .icon:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 40px;
	height: 26px;
	background: url(/vfp/images/scroller-single.png);
	-webkit-animation: fade-in-out 1s infinite;
	animation: fade-in-out 1s infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.scroller .icon:after {
	top: 20px;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

#header {
	background: #2d424a;
	padding: 10px 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	font-family: "Museo Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	-webkit-transition: left .3s ease-in-out;
	transition: left .3s ease-in-out;
}

.nav-active #header {
	left: -260px;
}

.logo {
	float: left;
	width: 100px;
}

.logo img {
	display: block;
	height: auto;
	width: 100%;
}

.header-holder {
	padding: 0 15px;
}

.nav-opener {
	height: 32px;
	width: 40px;
	padding: 0;
	background: none;
	border: 0;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 15px;
	margin-top: 7px;
	-webkit-transition: right .3s ease-in-out;
	transition: right .3s ease-in-out;
}

.nav-active .nav-opener {
	right: 260px;
}

.nav-opener:focus {
	outline: none;
}

.nav-opener .bar {
	position: absolute;
	height: 3px;
	width: 30px;
	left: 4px;
	display: block;
	background: #fff;
	-webkit-transition: top .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: top .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: top .3s ease-in-out, transform .3s ease-in-out, opacity .3s ease-in-out;
	transition: top .3s ease-in-out, transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.nav-opener .bar:nth-of-type(1) {
	top: 6px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.nav-opener .bar:nth-of-type(2) {
	top: 14px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}

.nav-opener .bar:nth-of-type(3) {
	top: 22px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.nav-active .nav-opener .bar:nth-of-type(1) {
	top: 14px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-active .nav-opener .bar:nth-of-type(2) {
	opacity: 0;
}

.nav-active .nav-opener .bar:nth-of-type(3) {
	top: 14px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav {
	position: fixed;
	top: 0;
	right: 0;
	width: 250px;
	overflow: auto;
	background: #613805;
	bottom: 0;
	z-index: 99;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	padding: 0 0 60px;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.nav-active #nav {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

#nav ul {
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

#nav li {
	border-top: 1px solid #aa6209;
}

#nav li.active > a:after {
	background: #e0ba89;
	left: 0;
	height: 38px;
}

#nav li:last-child {
	border-bottom: 1px solid #aa6209;
}

#nav a {
	text-decoration: none;
	color: #fff;
	display: block;
	text-align: center;
	padding: 12px 15px;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	letter-spacing: -.04em;
}

#nav a:hover {
	background: #925408;
}

.two-cols article {
	position: relative;
	min-height: 420px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	overflow: hidden;
}

.two-cols article .js-parallax {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -200px;
	z-index: -1;
	background-size: cover;
	background-position: 50% 0;
}

.two-cols article:after {
	content: "";
	min-height: inherit;
	font-size: 0;
}

.two-cols article .text-holder {
	padding: 15px 15px 0;
	background: rgba(243, 243, 243, .9);
	margin-top: 50px;
	min-height: 120px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.two-cols article h2 {
	color: #000;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 0;
}

.two-cols article h2 a {
	color: inherit;
}

.three-cols {
	background: #fff;
	margin: 0 0 15px;
	font-size: 16px;
	line-height: 19px;
}

.three-cols .img-block {
	width: 100%;
	text-align: center;
	padding-top: 15px;
	margin-bottom: 20px;
}

.three-cols .text-block {
	padding: 0 15px;
}

.three-cols h2 {
	margin-bottom: 23px;
}

.three-cols p {
	margin-bottom: 20px;
}

.image-holder.has-border a {
	display: block;
	position: relative;
	overflow: hidden;
}

.image-holder.has-border a:hover:before {
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
}

.image-holder.has-border a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: inset 0 0 0 10px #fff;
	-webkit-transition: top .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out, bottom .3s ease-in-out;
	transition: top .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out, bottom .3s ease-in-out;
}

.image-holder.has-border a img {
	width: 100%;
}

.text-title {
	display: block;
	font-weight: 700;
}

.calculator-block {
	padding: 15px;
	font-size: 16px;
	line-height: 19px;
}

.calculator-block .title {
	display: block;
	margin-bottom: 19px;
}

.tech-details {
	margin-bottom: 45px;
}

.gray-block {
	background: #333;
	color: #fff;
}

.calculator-form {
	font-weight: 700;
	padding: 1px 0 15px;
}

.calculator-form input[type="text"] {
	width: 100%;
	height: 40px;
	border: 0;
	color: #000;
	padding: 0 5px;
	text-align: center;
	font-weight: 400;
	margin-bottom: 15px;
}

.calculator-form input[type="text"]::-webkit-input-placeholder {
	color: #818181;
}

.calculator-form input[type="text"]::-moz-placeholder {
	opacity: 1;
	color: #818181;
}

.calculator-form input[type="text"]:-moz-placeholder {
	color: #818181;
}

.calculator-form input[type="text"]:-ms-input-placeholder {
	color: #818181;
}

.calculator-form input[type="text"].placeholder {
	color: #818181;
}

.calculator-form .input-text {
	margin: 15px 0 0;
	display: inline-block;
	vertical-align: top;
}

.calculator-form ul li ul {
	display: block;
}

.link-contact {
	font-weight: 700;
	color: #fff;
}

.link-contact:hover {
	color: inherit;
	text-decoration: underline;
}

.contact-block {
	background: #333;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
}

.contact-block ul {
	margin-bottom: 17px;
}

.contact-block ul + ul {
	margin-bottom: 38px;
}

.contact-block a {
	color: #fff;
}

.contact-block a:hover {
	text-decoration: underline;
}

.contact-block address {
	font-style: normal;
	margin: 0;
	padding: 0;
}

.contact-block .text-holder {
	padding: 15px;
}

.contact-block .image-holder img {
	max-width: none;
	width: 100%;
}

.contact-form input:not([type="submit"]),
.contact-form textarea {
	background: #e0ba89;
	width: 100%;
	border-radius: 8px;
	border: 0;
	color: #fff;
	height: 40px;
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
}

.contact-form input:not([type="submit"])::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
	color: #fff;
}

.contact-form input:not([type="submit"])::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.contact-form input:not([type="submit"]):-moz-placeholder,
.contact-form textarea:-moz-placeholder {
	color: #fff;
}

.contact-form input:not([type="submit"]):-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
	color: #fff;
}

.contact-form input:not([type="submit"]).placeholder,
.contact-form textarea.placeholder {
	color: #fff;
}

.contact-form textarea {
	min-height: 130px;
	height: 130px;
}

.contact-form input[type="submit"] {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	background: #613805;
	border: 0;
	padding: 0;
	color: #fff;
	border-radius: 8px;
	text-transform: uppercase;
	height: 40px;
	width: 109px;
}

.contact-form input[type="submit"]:hover {
	background: #925408;
}

.contact-form .custom-checkbox {
	color: #666;
	font-size: 16px;
	position: relative;
	padding-top: 10px;
	padding-left: 55px;
	padding-right: 5px;
	padding-bottom: 10px;
	width: 100%;
	margin-bottom: 20px;
}

.contact-form .custom-checkbox input[type="checkbox"] {
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
}

.contact-form .custom-checkbox input[type="checkbox"]:checked + .fake-input:before {
	opacity: 1;
}

.contact-form .custom-checkbox input[type="checkbox"] + .fake-input:before {
	content: "";
	width: 20px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 3px solid #fff;
	border-width: 0 0 3px 3px;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: -8px 0 0 -10px;
}

.contact-form .custom-checkbox .fake-input {
	display: inline-block;
	width: 42px;
	height: 40px;
	border: 0;
	background: #e0ba89;
	vertical-align: middle;
	position: relative;
	margin-right: 5px;
	border-radius: 8px;
	position: absolute;
	top: 0;
	left: 0;
}

.contact-form .custom-checkbox .input-error + .fake-input {
	box-shadow: inset  0 0 0 1px #f00;
}

.contact-form .row {
	margin: 0 -5px;
}

.contact-form .row .left-column {
	width: 100%;
}

.contact-form .row .right-column {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 5px;
}

.contact-form .row .row {
	margin: 0;
}

.contact-form .row .column {
	padding: 0 5px 10px;
}

.contact-form .row .full-width {
	width: 100% !important;
}

.contact-form .row .form-group {
	padding-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.aligned-block {
	font-size: 13px;
	line-height: 17px;
}

.scroll-block {
	padding: 30px 0 0;
}

.two-cols .content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 58px 0 0;
	line-height: 1.06;
}

.two-cols .content h2 {
	margin-bottom: 25px;
}

.two-cols .contact-form {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 120px;
	position: relative;
}

.two-cols .contact-form .place-at-bottom {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 10px;
}

.two-cols .wrap {
	margin: 0 0 10px 0;
}

.two-cols .text-holder {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 4px 20px 0 0;
}

.two-cols .text-holder p {
	margin-bottom: 11px;
}

.two-cols .inline-link {
	color: #09c;
}

.two-cols .inline-link:hover {
	color: #069;
}

.two-cols .text-hold {
	padding: 23px 15px;
}

.two-cols .form-block {
	max-width: 190px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 190px;
	flex: 0 0 190px;
}

.two-cols .form-text {
	display: block;
	margin: 0 0 10px;
}

.two-cols .form-text span {
	font-weight: 100;
}

.two-cols .map-opener img {
	width: 100%;
}

.contact-section .text-wrap {
	padding-left: 15px;
	padding-right: 15px;
}

.contact-section .two-cols {
	background: #fff;
}

.logo-block {
	padding: 30px 0;
	text-align: center;
}

.logo-block .text-block {
	text-align: center;
	width: 233px;
	margin: 0 auto;
	font-size: 11px;
	line-height: 1.09;
	color: #333;
	padding: 30px 10px;
}

.logo-block .text-block p {
	margin-bottom: 0;
}

.zoomed-map {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	padding: 40px 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
	transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
}

.map-active .zoomed-map {
	opacity: 1;
	visibility: visible;
}

.zoomed-map .close-btn {
	position: absolute;
	right: 10px;
	top: 10px;
	padding-right: 33px;
	font-size: 16px;
	font-weight: 700;
	color: #000;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.zoomed-map .close-btn:before {
	content: "";
	position: absolute;
	background: url(/vfp/images/close-x.png);
	width: 20px;
	height: 20px;
	right: 4px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.zoomed-map .close-btn:hover {
	opacity: .6;
}

.zoomed-map .map {
	height: 370px;
}

.zoomed-map iframe {
	border: 0;
	width: 100%;
	height: 100%;
}

.img-hold {
	background: #f3f3f3;
}

.document-download-page .content {
	background-color: #fff;
	padding: 35px 20px;
}

.download-list {
	padding: 15px 0;
}

.download-list li {
	margin-bottom: 15px;
	max-width: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.download-list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #000;
	padding: 15px;
	color: #000;
	height: 100%;
	-webkit-transition: background-color .5s ease, border-color .2s ease;
	transition: background-color .5s ease, border-color .2s ease;
}

.download-list a:hover {
	background-color: #f3f3f3;
	border-color: #f3f3f3;
}

.download-list .list-image {
	margin-right: 15px;
	max-width: 50px;
	-ms-flex-preferred-size: 50px;
	flex-basis: 50px;
}

.download-list p {
	margin: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#footer {
	padding: 0 15px;
	text-align: left;
}

.copyright-text {
	display: block;
	color: #999;
	font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 11px;
	font-weight: 400;
	position: absolute;
	bottom: 11px;
	left: 0;
	padding: 0 20px;
	z-index: 10;
	overflow: hidden;
	letter-spacing: .01em;
	-webkit-transition: width .3s ease-in-out, padding .3s ease-in-out;
	transition: width .3s ease-in-out, padding .3s ease-in-out;
}

#nav .copyright-text a {
	display: inline;
	padding: 0;
	color: #999;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

#nav .copyright-text a:after {
	content: none;
}

#nav .copyright-text a:hover {
	text-decoration: none;
	background: transparent;
	color: #fff;
}

.bg-cover {
	background-size: cover;
	background-position: center;
}

.static-page .content {
	background: #fff;
	position: relative;
}

.static-page img {
	width: 100%;
}

.static-page .description {
	max-width: 900px;
	padding: 35px 20px 20px;
}

.static-page p + h2 {
	padding-top: 14px;
}

.static-page ul {
	margin: 0;
	padding: 4px 0 22px 30px;
}

.static-page .calculator-block ul {
	margin-bottom: 0;
	padding: 0;
}

.static-page .calculator-block .tech-details {
	margin-bottom: 45px;
}

.article-block {
	padding: 10px;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.article-block:hover {
	background: #fff;
}

.article-block .img {
	min-height: 390px;
	padding-top: 80%;
	margin-bottom: 25px;
}

.article-block .text-hold {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.js-masonry {
	margin: 0 -10px;
}

.js-grid-item {
	margin-bottom: 20px;
	padding: 0 10px;
	width: 100%;
	text-transform: capitalize;
	text-align: right;
	text-shadow: 2px 4px 2px rgba(7, 3, 4, .35);
}

.js-grid-item a {
	display: block;
	position: relative;
	color: #fff;
	-webkit-transition: box-shadow .3s ease-in-out;
	transition: box-shadow .3s ease-in-out;
}

.js-grid-item a:hover {
	box-shadow: 3px 3px 2px rgba(7, 3, 4, .4);
}

.js-grid-item .title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 11px 8px;
}

.content-slider-hold .slider-nav {
	position: absolute;
	bottom: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 15px;
	right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	pointer-events: none;
}

.content-slider {
	min-height: calc(100vh - 60px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 30px;
}

.content-slider:after {
	font-size: 0;
	content: "";
	min-height: inherit;
}

.content-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
}

.content-slider .img {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-height: 400px;
}

.content-slider .slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.content-slider .slick-list {
	width: 100% !important;
}

.content-slider .text-hold {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: #fff;
	overflow: hidden;
	padding: 15px;
}

@media screen and (min-width: 640px) {
	.contact-form .custom-checkbox {
		width: auto;
		margin-bottom: 0;
		max-width: calc(100% - 109px);
	}

	.contact-form .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contact-form .row .column {
		width: 33.33%;
	}

	.contact-form .row .large {
		width: 50%;
	}

	.contact-form .row .medium {
		width: 50%;
	}

	.contact-form .row .small {
		width: 22.22%;
	}

	.two-cols .contact-form {
		padding-bottom: 65px;
	}

	.logo-block {
		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;
	}

	.logo-block .text-block {
		padding: 0 10px;
		margin: 0;
	}

	.js-masonry {
		margin-right: -10px;
	}

	.js-grid-item {
		width: 49.9%;
	}
}

@media screen and (min-width: 768px) {
	.slick-arrow {
		width: 65px;
		height: 65px;
	}

	.slick-arrow img {
		width: 48px !important;
	}

	.nav-active #wrapper:before {
		content: none;
	}

	#wrapper {
		padding-left: 220px;
	}

	#main {
		min-height: 100vh;
		padding: 0 30px 0;
	}

	.nav-active #main {
		left: 0;
	}

	.scroller {
		left: auto;
		right: -30px;
		top: 50%;
		-webkit-transform: scale(.4) translateX(-50%) translateY(-50%);
		-ms-transform: scale(.4) translateX(-50%) translateY(-50%);
		transform: scale(.4) translateX(-50%) translateY(-50%);
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
	}

	.scroller.down {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		bottom: auto;
		margin-top: 15px;
	}

	.scroller.up {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		top: 50%;
		margin-top: -15px;
	}

	#header {
		position: fixed;
		width: 219px;
		top: 0;
		bottom: 0;
		left: 0;
		margin: 0;
		padding-top: 12px;
		-webkit-transition: width .3s ease-in-out, padding .3s ease-in-out;
		transition: width .3s ease-in-out, padding .3s ease-in-out;
	}

	#header:hover {
		width: 260px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.nav-active #header {
		left: 0;
	}

	.logo {
		float: none;
		margin: 0 auto 57px;
		width: 188px;
	}

	.header-holder {
		padding: 0;
		height: 100%;
		overflow: hidden;
	}

	.nav-opener {
		display: none;
	}

	#nav {
		position: static;
		width: 100%;
		background: none;
		padding: 0 15px;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		height: calc(100% - 135px);
	}

	#nav ul {
		border: 0;
		height: auto;
		max-height: calc(100% - 60px);
	}

	#nav li:last-child {
		border-bottom: 0;
	}

	#nav li {
		border: 0;
	}

	#nav a {
		color: #fff;
		text-align: left;
		position: relative;
		padding: 9px 15px;
	}

	#nav a:after {
		width: 1px;
		height: 0;
		position: absolute;
		top: 50%;
		left: 8px;
		content: "";
		background: #fff;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: height .3s ease-in-out;
		transition: height .3s ease-in-out;
	}

	#nav a:hover {
		background: none;
	}

	#nav a:hover:after {
		height: 38px;
	}

	.three-cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.two-cols .aside .contact-block {
		height: 100%;
	}

	.contact-section {
		padding: 25px 14px;
	}

	.logo-block .logo-home {
		margin-top: -8px;
	}

	.zoomed-map {
		padding: 40px 30px 40px 30px;
		left: -30px;
	}

	.zoomed-map .close-btn {
		right: 40px;
	}

	.copyright-text {
		padding: 0 10px;
	}

	.static-page {
		padding-top: 30px;
	}

	.static-page .content {
		min-height: calc(100vh - 30px);
	}

	.article-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.article-block .img {
		margin: 0 20px 0 0;
		width: 220px;
		padding-top: 0;
	}

	.content-slider-hold .slider-nav {
		left: 30px;
		right: 30px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	.contact-form .row .half-width-tab-up {
		width: 50%;
	}
}

@media (min-width: 768px) {
	.document-download-page {
		padding-top: 30px;
	}

	.document-download-page .content {
		min-height: calc(100vh - 30px);
	}

	.download-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media screen and (min-width: 1024px) {
	.slick-arrow.slick-disabled {
		opacity: .2;
	}

	.two-cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px;
	}

	.two-cols .col {
		width: 50%;
		padding: 0 15px 30px;
	}

	.two-cols article {
		min-height: calc(100vh - 55px);
	}

	.two-cols article .text-holder {
		padding: 25px 52px 8px;
	}

	.three-cols {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.three-cols .img-block {
		width: 200px;
		padding-top: 0;
		margin-bottom: 0;
	}

	.three-cols .text-block {
		padding: 59px 15px 10px;
		width: calc(100% - 447px);
	}

	.calculator-block {
		width: 247px;
		padding: 59px 29px 31px;
	}

	.calculator-form .input-holder {
		margin: 0 -15px;
	}

	.contact-form .row .left-column {
		width: 55.6%;
	}

	.contact-form .row .large {
		width: 60%;
	}

	.contact-form .row .medium {
		width: 40%;
	}

	.two-cols .aside {
		max-width: 250px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 250px;
		flex: 0 0 250px;
		margin-right: 30px;
	}

	.two-cols .contact-form {
		padding-left: 0;
		padding-bottom: 10px;
	}

	.two-cols .contact-form .place-at-bottom {
		position: static;
	}

	.two-cols .text-hold {
		padding: 25px 27px 35px;
	}

	.contact-section .text-wrap {
		padding-left: 0;
	}

	.logo-block {
		padding-left: 90px;
	}

	.static-page .description {
		padding: 48px 50px 20px;
	}

	.static-page ul {
		padding-left: 54px;
	}

	.article-block {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.article-block .img {
		margin-right: 50px;
		width: 268px;
	}

	.content-slider-hold .slider-nav {
		top: auto;
		bottom: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		left: 60px;
		right: 60px;
	}

	.content-slider-hold .slider-nav .slick-arrow {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		margin-top: -37px;
		left: 0;
	}

	.content-slider-hold .slider-nav .slick-next {
		right: 0;
		left: auto;
	}

	.content-slider .text-hold {
		padding-left: 110px;
		padding-right: 110px;
	}
}

@media (min-width: 1024px) {
	.contact-form .row .form-group {
		padding-left: 5px;
		padding-right: 5px;
	}

	.document-download-page .content {
		padding: 30px;
	}

	.download-list {
		margin: 0 -8px;
	}

	.download-list li {
		max-width: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		padding: 0 8px;
	}

	.download-list .list-image {
		max-width: 60px;
		-ms-flex-preferred-size: 60px;
		flex-basis: 60px;
	}
}

@media screen and (min-width: 1200px) {
	.three-cols .img-block {
		width: 330px;
	}

	.three-cols .text-block {
		padding: 59px 10px 10px 30px;
		width: calc(100% - 577px);
	}

	.js-masonry {
		margin: 0 -35px 0 -15px;
	}

	.js-grid-item {
		width: 32.9%;
		padding: 0 15px;
		margin-bottom: 30px;
	}

	.content-slider-hold .slider-nav {
		left: 75px;
		right: 75px;
	}

	.content-slider .text-hold {
		padding: 44px 156px;
	}
}

@media (min-width: 1200px) {
	.document-download-page .content {
		padding: 50px;
	}

	.download-list li {
		max-width: 33.33%;
		-ms-flex-preferred-size: 33.33%;
		flex-basis: 33.33%;
	}
}

@media screen and (min-width: 1350px) {
	.two-cols .aside {
		max-width: 330px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 330px;
		flex: 0 0 330px;
		margin-right: 30px;
	}

	.two-cols .contact-form {
		max-width: calc(100% - 145px);
	}

	.zoomed-map {
		right: -145px;
		padding: 40px 40px 40px 40px;
	}
}

@media screen and (max-width: 1023px) {
	.content-slider-hold .slider-nav {
		height: auto !important;
	}

	.content-slider .text-hold {
		height: auto !important;
	}
}

@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes bg-scroll {
	0% {
		top: -48px;
	}

	100% {
		top: 0;
	}
}

@keyframes bg-scroll {
	0% {
		top: -48px;
	}

	100% {
		top: 0;
	}
}

@-webkit-keyframes fade-in-out {
	0% {
		opacity: 1;
	}

	50% {
		opacity: .5;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fade-in-out {
	0% {
		opacity: 1;
	}

	50% {
		opacity: .5;
	}

	100% {
		opacity: 1;
	}
}

