@import "/css/custom.css"; 
@font-face {
	font-family: "perfect_dos_vga_437regular";
	src: url("/vfp/fonts/perfect_dos_vga_437.eot");
	src: url("/vfp/fonts/perfect_dos_vga_437.eot?#iefix") format("embedded-opentype"), url("/vfp/fonts/perfect_dos_vga_437.woff2") format("woff2"), url("/vfp/fonts/perfect_dos_vga_437.woff") format("woff"), url("/vfp/fonts/perfect_dos_vga_437.ttf") format("truetype"), url("/vfp/fonts/perfect_dos_vga_437.svg#perfect_dos_vga_437regular") format("svg");
	font-weight: normal;
	font-style: normal;
}



/*! 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;
}



/* --------------------------------

1. General CSS reset

2. Common site styles

3. Custom form styles

4. Styles for responsive breakpoints

--------------------------------------- */



.footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}



.clearfix:after,
.dl-horizontal:after,
.w2:after,
.two-blocks:after,
#main:after,
.input-holder:after,
.carousel:after,
.main-holder:after,
.footer-nav:after {
	content: "";
	display: block;
	clear: both;
}



.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}



.list-unstyled {
	list-style: none;
	padding-left: 0;
}



.list-unstyled li {
	list-style: none outside;
}



.list-inline {
	padding-left: 0;
	list-style: none;
	margin: 0 -3px 0 -4px;
	letter-spacing: -5px;
}



.list-inline li {
	display: inline-block;
	vertical-align: top;
	list-style: none outside;
	padding: 0 3px 0 4px;
}



.list-inline li > * {
	letter-spacing: 0;
}



.dl-horizontal dt {
	float: left;
	margin: 0 7px 0 0;
}



.dl-horizontal dd {
	margin: 0;
	overflow: hidden;
}



.text-center {
	text-align: center;
}



.text-left {
	text-align: left;
}



.text-right {
	text-align: right;
}



.text-uppercase {
	text-transform: uppercase;
}



.text-lowercase {
	text-transform: lowercase;
}



.text-green {
	color: #0f0;
}



.text-green-light {
	color: #6f6;
}



.text-gold {
	color: #fc0;
}



.text-yellow {
	color: #ff0;
}



.text-yellow-light {
	color: #ff6;
}



.text-red {
	color: #f00;
}



.text-red-light {
	color: #f33;
}



.text-gray {
	color: #999;
}



.text-gray-light {
	color: #ccc;
}



.img-circle {
	border-radius: 50%;
}



.hidden {
	display: none !important;
}



/* --------------------------------

  1. General CSS reset

----------------------------------*/



html {
	background: rgba(0, 0, 0, .01);
	box-sizing: border-box;
	height: 100%;
}



*,
*:before,
*:after {
	box-sizing: inherit;
}



* {
	max-height: 1000000px;
}



/* set margins for common tags */



ul,
ol,
dl,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.27003125em;
}



/*

 * set default text color

 * set default font size, line height and font family

 * set default background

 */



body {
	color: #fff;
	background: #069;
	font: 16px / 1.1875 "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	min-width: 980px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
	width: 100%;
	display: table;
	table-layout: fixed;
}



img {
	max-width: 100%;
	height: auto;
}



mark {
	background: none;
}



th,
td {
	padding: 0 5px;
	vertical-align: top;
}



th {
	font-size: 112.5%;
	font-weight: 400;
	text-align: left;
	padding-bottom: 17px;
}



.gm-style img {
	max-width: none;
}



/* set styles for default page headings*/



h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 400;
	margin: 0 0 21px;
	color: inherit;
}



h1,
.h1 {
	font-size: 24px;
}



h2,
.h2 {
	font-size: 22px;
}



h3,
.h3 {
	font-size: 20px;
}



h4,
.h4 {
	font-size: 18px;
}



h5,
.h5 {
	font-size: 16px;
}



h6,
.h6 {
	font-size: 15px;
}



p {
	margin: 0 0 1.27003125em;
}



/* set styles for default page links */



a {
	text-decoration: none;
	color: #000;
}



a:hover {
	text-decoration: underline;
}



/* set default styles in all browsers */



/* set default styles for form in all browsers */



form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}



input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="date"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	background: transparent;
	padding: 8px 9px 7px;
	margin: 0 0 10px;
	outline: none;
}



input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="date"]: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,
input[type="url"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #fff;
}



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,
input[type="url"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #fff;
}



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,
input[type="url"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #fff;
}



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,
input[type="url"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #fff;
}



input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="url"].placeholder,
input[type="date"].placeholder,
textarea.placeholder {
	color: #fff;
}



.first-state input[type="text"],
.first-state

  input[type="tel"],
.first-state

  input[type="email"],
.first-state

  input[type="search"],
.first-state

  input[type="password"],
.first-state

  input[type="url"],
.first-state

  input[type="date"],
.first-state

  textarea {
	border-color: transparent;
	padding: 0;
}



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;
}



/* --------------------------------

  2. Common site styles

----------------------------------*/



/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */



.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}



.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}



.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 8px;
	margin-bottom: 20px;
}



.fancybox-opened {
	z-index: 8030;
}



.fancybox-outer,
.fancybox-inner {
	position: relative;
}



.fancybox-inner {
	overflow: hidden;
}



.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}



.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}



.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}



.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}



#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("/vfp/images/fancybox_sprite.png");
}



#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}



#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("/vfp/images/fancybox_loading.gif") center center no-repeat;
}



.fancybox-close {
	display: none !important;
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}



.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("/vfp/images/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}



.fancybox-prev {
	left: 0;
}



.fancybox-next {
	right: 0;
}



.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}



.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}



.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}



.fancybox-nav:hover span {
	visibility: visible;
}



.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}



/* Overlay helper */



.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}



.fancybox-lock body {
	overflow: hidden !important;
}



.fancybox-lock-test {
	overflow-y: hidden !important;
}



.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("/vfp/images/fancybox_overlay.png");
}



.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}



.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}



/* Title helper */



.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}



.fancybox-opened .fancybox-title {
	visibility: visible;
}



.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}



.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}



.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}



.fancybox-title-inside-wrap {
	padding-top: 10px;
}



.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}



/*Retina graphics!*/



/* custom scrollbars styles */



.jcf-scrollable-wrapper {
	position: relative;
	padding: 0 20px 0 0;
	width: 100% !important;
}



.jcf-scrollable-wrapper .jcf-scrollable {
	width: 100% !important;
}



.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #e3e3e3;
	border-radius: 3px;
	width: 10px;
	bottom: 0;
	right: 0;
	top: 0;
}



.panel .jcf-scrollbar-vertical {
	right: -8px;
}



.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #ccc;
	height: 10px;
	width: 10px;
	left: 0;
	top: 0;
}



.jcf-scrollbar-vertical .jcf-scrollbar-dec {
	border-radius: 3px 3px 0 0;
}



.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
	border-radius: 0 0 3px 3px;
}



.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #999;
	border-radius: 3px;
	height: 1px;
	width: 10px;
}



.jcf-scrollbar-horizontal {
	position: absolute;
	background: #e3e3e3;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 10px;
}



.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #ccc;
	height: 10px;
	width: 10px;
}



.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}



.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 10px;
}



.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #999;
	height: 10px;
}



.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}



.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}



/* common custom form elements styles */



.jcf-disabled {
	background: #ddd !important;
}



.jcf-focus,
.jcf-focus * {
	border-color: #f00 !important;
}



/* Slider */



.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-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;
}



/* first state style*/



.first-state {
	background-color: #000;
	color: #999;
	font-family: "perfect_dos_vga_437regular";
}



.first-state #header,
.first-state .footer-container,
.first-state #main {
	position: relative;
}



.first-state #header:after,
.first-state .footer-container:after,
.first-state #main:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #1c1c1c;
	z-index: 2;
}



.first-state #header .w2,
.first-state .footer-container .w2,
.first-state #main .w2 {
	position: relative;
	z-index: 1;
}



.first-state #header .w2.first-state,
.first-state .footer-container .w2.first-state,
.first-state #main .w2.first-state {
	z-index: 3;
}



.first-state #main:after {
	background-color: #000;
}



.first-state > .bg-stretch {
	z-index: -1;
}



.w1.first-state,
.w2.first-state {
	display: none;
}



.first-state .w1.first-state,
.first-state

  .w2.first-state {
	display: block;
}



.w1.second-state,
.w2.second-state {
	display: none;
}



.second-state .w1.second-state,
.second-state

  .w2.second-state {
	display: block;
}



.w1.third-state,
.w2.third-state {
	display: none;
}



.third-state .w1.third-state,
.third-state

  .w2.third-state {
	display: block;
	padding: 20px 10px 0;
}



/* second state style*/



.second-state #header,
.second-state #main {
	margin-bottom: 0;
}



.error-message {
	max-width: 260px;
	margin: 20px 0;
}



.try {
	display: block;
	position: relative;
	text-align: center;
}



.try:before {
	content: "*";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	color: #999;
	font-family: "perfect_dos_vga_437regular";
}



.try:after {
	content: "*";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	color: #999;
	font-family: "perfect_dos_vga_437regular";
}



.border {
	display: block;
}



.panel .jcf-scrollbar-horizontal {
	height: 0;
	overflow: hidden;
}



body {
	position: relative;
}



body > .bg-stretch {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;
	z-index: 1;
}



/* main container styles */



.wrapper {
	display: table-cell;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}



.w1 {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100% !important;
}



.w2 {
	box-sizing: border-box;
	max-width: 1200px;
	padding: 0 10px;
	margin: 0 auto;
}



/* header styles */



#header {
	background: #069;
	padding: 6px 0 7px;
	min-height: 79px;
	margin: 0 0 20px;
}



#header img {
	vertical-align: top;
}



.two-blocks .block {
	float: right;
	max-width: 50%;
}



.footer-bottom .two-blocks .block {
	width: 25%;
	max-width: none;
	text-align: right;
}



.two-blocks .block:first-child {
	float: left;
}



.footer-bottom .two-blocks .block:first-child {
	width: 72%;
	text-align: left;
}



.logo {
	width: 184px;
}



.logo img {
	display: block;
}



/* main informative part styles */



#main {
	margin: 0 0 20px;
}



.panel {
	background: rgba(0, 0, 0, .83);
	border-radius: 6px;
	color: #fff;
	padding: 15px 19px;
	margin: 0 0 17px;
}



.panel p a,
.panel .title a {
	color: #fff;
}



.panel p a:hover,
.panel .title a:hover {
	text-decoration: underline;
}



.panel .title {
	display: block;
	margin: 0 0 19px;
}



.panel.panel-dos {
	border: 1px solid #fff;
	background-color: #0f0e9d;
	border-radius: 0;
	max-width: 527px;
	padding: 6px 8px;
}



.gallery-container .panel {
	padding-bottom: 60px;
	position: relative;
	margin-bottom: 0;
}



.gallery-container .panel p {
	margin: 0 0 23px;
}



.gallery-container .panel p:last-child {
	margin-bottom: 0;
}



.gallery-container .panel .buttons-row {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
}



.panel .text-block {
	padding: 0 0 1.09003125em;
}



.panel .panel-footer {
	padding: 0 0 2px;
}



.panel .panel-footer p {
	margin: 0;
}



.panel-dos {
	border: 1px solid #fff;
	background: #0f0e9d;
}



.panel-dos .panel-body {
	border: 1px solid #fff;
	border-radius: 1px;
	padding: 12px 16px;
}



.form-holder {
	padding: 0 0 0 6px;
	overflow: hidden;
}



.form-holder .input-holder {
	min-height: 18px;
}



.form-holder .input-holder input {
	width: 1px;
	opacity: 0;
	background: #f00;
	border: none;
	position: absolute;
	left: -999px;
	top: 0;
	margin-bottom: 0;
	font-size: 16px;
}



.form-holder .label {
	display: block;
}



.input-holder .symbol-star {
	float: left;
}



.inp-text {
	margin: 0 0 0 3px;
	display: inline-block;
	vertical-align: top;
}



#cmd {
	background: #000;
	color: #999;
	overflow: hidden;
	position: relative;
	min-height: 22px;
	margin: 0 0 16px;
}



#cmd span {
	float: left;
	padding-left: 3px;
	white-space: pre;
}



#cursor {
	float: left;
	width: 8px;
	height: 15px;
	border-bottom: 1px solid #999;
}



/* tabs switcher styles */



.tabset {
	padding: 0 0 1px;
}



/* tabs content holder styles */



.tab-content {
	min-height: 107px;
}



.tab-content dl,
.tab-content p {
	margin: 0;
}



/* tabset required styles for hidden tabs */



.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}



.table th:first-child,
.table td:first-child {
	padding-left: 0;
}



.table th:last-child,
.table td:last-child {
	padding-right: 0;
}



.tab-content .table {
	margin: 0;
}



.table .size01 {
	width: 17.15%;
}



.table .size02 {
	width: 24.9%;
}



.table .size03 {
	width: 10.66%;
}



/* carousel styles */



.carousel .mask {
	position: relative;
	overflow: hidden;
	width: 130%;
	float: left;
}



.carousel .mask .slideset {
	width: 100% !important;
	white-space: nowrap;
	letter-spacing: -5px;
	float: left;
}



.carousel .mask .slide {
	padding: 0 0 0 10px;
	white-space: normal;
}



.carousel img {
	vertical-align: top;
	width: 100%;
}



/* cycle carousel basic styles */



.gallery-container {
	position: relative;
	max-width: 1006px;
}



.gallery-container .panel {
	float: left;
	width: 41.8%;
}



.gallery-container .image-holder {
	float: left;
	max-width: 58.2%;
	padding: 0 17px 0 0;
}



.gallery-container .image-holder img {
	display: inline-block;
	vertical-align: top;
}



.gallery-container.two-blocks .block {
	max-width: none;
	float: left;
}



.gallery-container .buttons-row {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 95%;
	z-index: 99;
}



.gallery-container .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}



.gallery-container .mask .slideset {
	width: 100%;
	float: left;
}



.gallery-container .mask .slide {
	width: 100%;
	float: left;
}



.gallery-container .mask .slide.active {
	z-index: 1;
}



.btn {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 112.5%;
	padding: 8px 9px 7px;
	background: #999;
	border-radius: 3px;
	min-width: 76px;
	margin: 0 0 10px;
	text-align: center;
}



.active .btn,
.btn:hover {
	background-color: #ccc;
	text-decoration: none;
}



.btn.btn-red {
	background-color: #c00;
}



.btn.btn-red:hover {
	background-color: #f00;
}



.btn.btn-green {
	background-color: #0c3;
}



.btn.btn-green:hover {
	background-color: #6f6;
}



.buttons-row .btn {
	margin-bottom: 0;
	padding-left: 8px;
	padding-right: 8px;
	min-width: 86px;
}



.container-with-height {
	overflow: hidden;
}



.buttons-row .buttons-block {
	float: right;
	overflow: hidden;
}



.buttons-row .buttons-block:first-child {
	float: left;
}



.buttons-row .btn + .btn {
	margin-left: 2px;
}



.main-holder {
	padding: 0 0 15px;
}



/* main content styles */



#content {
	padding: 0 0 30px;
}



#content:only-child {
	padding-right: 0;
}



/* sidebar styles */



#sidebar {
	margin: 0 0 30px;
}



/* footer styles */



#footer {
	overflow: hidden; /*for FF on Windows 7*/
	display: table-footer-group;
	height: 1%;
	position: relative;
	z-index: 2;
	box-sizing: content-box;
}



.footer-container {
	background: #069;
	min-height: 190px;
	position: relative;
	overflow: hidden;
	z-index: 2;
}



.footer-top {
	padding: 10px 0 1px;
}



.footer-bottom {
	background: #000;
	color: #999;
	font-size: 12px;
	line-height: 1.1667;
	padding: 6px 2px;
}



.footer-bottom a {
	color: #999;
}



.footer-bottom p {
	margin: 0;
}



.footer-nav {
	overflow: hidden;
}



.footer-nav > li {
	float: left;
	position: relative;
	margin: 0 27px 0 0;
}



.footer-nav > li:after {
	content: "";
	width: 2px;
	height: 2px;
	background: #999;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: -14px;
	margin: -1px 0 0;
}



.footer-nav > li:first-child:after {
	display: none;
}



.footer-nav a {
	color: #999;
}



/* lightbox styles */



.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}



div.lightbox {
	display: none;
	color: #333;
	padding: 30px 20px 20px;
	width: 689px;
}



div.lightbox h1,
div.lightbox h2,
div.lightbox h3,
div.lightbox h4 {
	margin: 0 0 20px;
}



div.lightbox .close {
	color: inherit;
	font-size: 18px;
	text-decoration: underline;
	position: absolute;
	right: 15px;
	bottom: 3px;
	text-decoration: none;
	padding: 0 0 2px;
}



div.lightbox .close:after {
	content: "";
	height: 2px;
	background: #999;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}



div.lightbox .close:hover:after {
	display: none;
}



/* --------------------------------

  3. Custom form styles

----------------------------------*/



/* --------------------------------

  4. Styles for responsive breakpoints

----------------------------------*/



@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url("/vfp/images/fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}



	#fancybox-loading div {
		background-image: url("/vfp/images/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}



@media (min-width: 768px) {
	#content {
		float: left;
		width: 100%;
		padding: 0 300px 0 0;
	}



	#sidebar {
		float: right;
		width: 280px;
		margin: 0 0 20px -100%;
	}
}



@media (min-width: 1024px) {
	#content {
		padding-right: 380px;
	}



	#sidebar {
		width: 320px;
		margin-bottom: 40px;
	}



	div.lightbox {
		padding: 6.35vh 100px 6.05vh;
	}
}



@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}



@media (min-width: 1200px) {
	div.lightbox {
		padding: 12.7vh 155px 12.1vh;
	}
}