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

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

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

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

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

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

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

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

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

a {
	background-color: transparent;
}

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

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

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

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

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

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

b,
strong {
	font-weight: bold;
}

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

dfn {
	font-style: italic;
}

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

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

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

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

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

small {
	font-size: 80%;
}

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

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

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

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

img {
	border: 0;
}

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

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

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

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

figure {
	margin: 1em 40px;
}

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

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

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

pre {
	overflow: auto;
}

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

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

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

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

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

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

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

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

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

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

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

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

textarea {
	overflow: auto;
}

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

optgroup {
	font-weight: bold;
}

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

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

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

td,
th {
	padding: 0;
}

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

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-quote:before {
	content: "\e90a";
}

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

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

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

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

.icon-search:before {
	content: "\e904";
}

.icon-bag:before {
	content: "\e905";
}

.icon-year:before {
	content: "\e906";
}

.icon-grape:before {
	content: "\e907";
}

.icon-percent:before {
	content: "\e908";
}

.icon-volume:before {
	content: "\e909";
}

.icon-bin:before {
	content: "\e90b";
}

/*! 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: none;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.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("../images/fancybox/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("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 13px;
	height: 13px;
	background: none !important;
}

.fancybox-close:hover:after,
.fancybox-close:hover:before {
	background: #000;
}

.fancybox-close:after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	top: 5px;
	left: -2px;
	width: 18px;
	height: 1px;
	background: #525252;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-close:before {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	top: 5px;
	left: -2px;
	width: 18px;
	height: 1px;
	background: #525252;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/fancybox/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("../images/fancybox/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 select styles */

.jcf-select {
	position: relative;
	border: 1px solid #e5e5e5;
	border-bottom: 0;
	background: #fff;
	margin: 0;
	min-width: 139px;
	height: 37px;
	float: right;
	width: 139px;
	cursor: pointer;
}

.jcf-select:hover .jcf-select-text {
	color: #696969;
}

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

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 11px;
	margin: 0 30px 0 8px;
	line-height: 37px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

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

.jcf-select .jcf-select-opener:hover:after {
	color: #393939;
}

.jcf-select .jcf-select-opener:after {
	font-family: "icomoon";
	content: "\e900";
	clear: both;
	display: block;
	position: absolute;
	top: 12px;
	left: 8px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	font-size: 7px;
}

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

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

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

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

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

/* multiple select styles */

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

/* select options styles */

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

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

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

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

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

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 0;
	color: #000;
	height: 1%;
	font-size: 11px;
	line-height: 35px;
	text-align: center;
	border-top: 1px solid #e5e5e5;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	font-family: "Miller Banner Light";
}

.jcf-list .jcf-option:first-child {
	border-top: 0;
}

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

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

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

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

/* common custom form elements styles */

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

@font-face {
	font-family: "akkurat";
	src: url("../fonts/akkurat_light_italic-webfont.eot");
	src: url("../fonts/akkurat_light_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/akkurat_light_italic-webfont.woff2") format("woff2"), url("../fonts/akkurat_light_italic-webfont.woff") format("woff"), url("../fonts/akkurat_light_italic-webfont.ttf") format("truetype"), url("../fonts/akkurat_light_italic-webfont.svg#akkurat_lightitalic") format("svg");
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: "akkurat";
	src: url("../fonts/akkurat_light_regular-webfont.eot");
	src: url("../fonts/akkurat_light_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/akkurat_light_regular-webfont.woff2") format("woff2"), url("../fonts/akkurat_light_regular-webfont.woff") format("woff"), url("../fonts/akkurat_light_regular-webfont.ttf") format("truetype"), url("../fonts/akkurat_light_regular-webfont.svg#akkurat_lightregular") format("svg");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "akkurat";
	src: url("../fonts/akkurat_regular-webfont.eot");
	src: url("../fonts/akkurat_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/akkurat_regular-webfont.woff2") format("woff2"), url("../fonts/akkurat_regular-webfont.woff") format("woff"), url("../fonts/akkurat_regular-webfont.ttf") format("truetype"), url("../fonts/akkurat_regular-webfont.svg#akkuratregular") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Miller Banner Light";
	src: url("../font-miller/Miller-Banner-Light-01.eot");
	src: url("../font-miller/Miller-Banner-Light-01.eot?#iefix") format("embedded-opentype"), url("../font-miller/Miller-Banner-Light-01.woff") format("woff"), url("../font-miller/Miller-Banner-Light-01.ttf") format("truetype"), url("../font-miller/Miller-Banner-Light-01.svg#akkuratregular") format("svg");
	font-style: normal;
	font-weight: normal;
}

/*
@font-face {
	font-family: "Miller Banner Light";
	src: url("//cloud.webtype.com/webtype/ff2/2/ac6ff119-6462-44d5-a79e-b90f634a50e8?ec_token=8f7c4c4997246fd7fa920075cc943b56a1b0fefef862b947e2a9d780a1fbf22c35a010d57e3886db5f66f32473a008efa5751525b66c257a3a7f255ae6b30538761588405b4802c5c4205e24f6a4a70f3f32c6fa92f1057d40e6215b1bf49f657a097071cb32959e3c34");
	src: url("//cloud.webtype.com/webtype/ff2/2/ac6ff119-6462-44d5-a79e-b90f634a50e8?ec_token=8f7c4c4997246fd7fa920075cc943b56a1b0fefef862b947e2a9d780a1fbf22c35a010d57e3886db5f66f32473a008efa5751525b66c257a3a7f255ae6b30538761588405b4802c5c4205e24f6a4a70f3f32c6fa92f1057d40e6215b1bf49f657a097071cb32959e3c34#iefix") format("embedded-opentype"), url("//cloud.webtype.com/webtype/ff2/3/77760fc5-a643-47b2-ad42-894d257384ad?ec_token=8f7c4c4997246fd7fa920075cc943b56a1b0fefef862b947e2a9d780a1fbf22c35a010d57e3886db5e66a57072f05eb8f4173b6629131f569067346215e25bc3e09bd6d3e68e064ace349b826a9c2360f25d9f9a79ee8599f85d4f766fcc5da456f04f7ee45b02141693") format("woff"), url("//cloud.webtype.com/webtype/ff2/1/c6174c5e-16eb-4cd8-bde7-2c3d769ba1a6?ec_token=8f7c4c4997246fd7fa920075cc943b56a1b0fefef862b947e2a9d780a1fbf22c35a010d57e3886db5c66f17174f15abd2bfd3ef70cd301d8ffcf65c9d3faec4340c53523c4f46dd4f6345334f877a7ea09b1baf3b5cbb1351958b7aafc5fdee72c6a7421e109ad3dc6aa") format("truetype"), url("//cloud.webtype.com/webtype/ff2/4/571d6c20-12a2-4286-917c-9400718bb13b?ec_token=8f7c4c4997246fd7fa920075cc943b56a1b0fefef862b947e2a9d780a1fbf22c35a010d57e3886db5966a77074a258bdb26830ee2f9720672c2877abf9265331ad441b88d70a1064383fdd6968a39d8cdfae6f3917399983d7926364bafc6666e8c8cb925320f6558595#web") format("svg");
	font-style: normal;
	font-weight: normal;
}
/**/

#header ul,
.carousel .pagination ul,
.collaborations-list,
.paging,
.accordion,
.accordion ul,
.product-list,
.option-product,
.awards-list,
.flight-club-section ul,
.contact-box ul,
.sub-nav,
.payment-row ul,
.social-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#header:after,
.container:after,
.carousel .pagination ul:after,
.lightbox-frame .holder:after,
.lightbox-frame .row:after,
.search-form .holder:after,
.search-form .row:after,
.one-product .row:after,
.option-product:after,
.table-frame .row:after,
.awards-list .slide:after,
.flight-club-section .holder:after,
.flight-club-section ul:after,
.sign-form .row:after,
.contact-form .sub-row:after,
.contact-box ul:after,
.contact-box dl:after,
.sub-nav:after,
.table-holder:after,
.overview-table dl:after,
.promo-code .row:after,
.billing .sub-row:after,
.payment .row:after,
.payment .second-row:after,
.payment-row:after,
.shipping .row-radio:after,
.payment .row-radio:after,
.shipping label:after,
.payment label:after,
.subscribe-form .row:after {
	content: "";
	display: block;
	clear: both;
}

.fancybox-close:hover:after,
.fancybox-close:hover:before,
.fancybox-close:after,
.fancybox-close:before,
#header .close:hover:after,
#header .close:hover:before,
#header .close:after,
#header .close:before,
#header ul a,
#header ul a:hover {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.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: #202020;
	background: #fff;
	font: 12px/1.2 "akkurat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 300;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	outline: none;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
}
a  img{-webkit-transition: all .2s linear;
	transition: all .2s linear;}
a:hover img{opacity:0.85;}

a.undlink{text-decoration:underline;}
a.undlink:hover{text-decoration:none;}

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 #c5c5c5;
	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: #202020;
}

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: #c5c5c5;
}

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: #c5c5c5;
}

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: #c5c5c5;
}

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: #c5c5c5;
}

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

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

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

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

#header {
	padding: 33px 35px 31px;
	position: fixed;
    top: 0;
    z-index: 99999999;
    display: block;
    width: 100%;
    background: #fff;
}

#header #nav {
	float: left;
}

#header .popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	display: block !important;
	z-index: 2;
	opacity: 0;
	-webkit-transition: opacity .25s linear;
	transition: opacity .25s linear;
	visibility: hidden;
}

#header .close {
	position: absolute;
	top: 35px;
	left: 37px;
	width: 13px;
	height: 13px;
	display:none;
}

#header .close:hover:after,
#header .close:hover:before {
	background: #202020;
}

#header .close:after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	top: 5px;
	left: -2px;
	width: 18px;
	height: 1px;
	background: #525252;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#header .close:before {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	top: 5px;
	left: -2px;
	width: 18px;
	height: 1px;
	background: #525252;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#header ul {
	position: absolute;
	top: 10%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	text-align: center;
	display: none;
}

#header ul li {
	display: block;
	margin: 0 0 9px;
}

#header ul li.sml1 {
	margin: 30px 0 0;
}

#header ul li.sml a {
	font-size: 11px;
	font-family: "akkurat";
	line-height: 22px;
}

#header ul a {
	display: inline-block;
	vertical-align: top;
	color: #202020;
	text-decoration: none;
	font-size: 35px;
	line-height: 35px;
	font-family: "Miller Banner Light";
}

#header ul a:hover {
	color: #c5c5c5;
}

#header .open {
	width: 19px;
	height: 15px;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index:99999;
}

#header .open:hover:after,
#header .open:hover:before,
#header .open:hover span {
	background: #c5c5c5;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

#header .open:after,
#header .open:before {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: #202020;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

#header .open:before {
	top: 7px;
}

#header .open span {
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: #202020;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.header_search{display:inline-block;min-width:70px;height: 18px;}
.header_search.active .search{ transition: all 0.25s ease-in 0s;}
.header_search .search_form{max-width:0;overflow:hidden;display:inline-block;transition: max-width 0.25s ease-in 0s;float: right;}
.header_search .search_form form{display: block;width: 170px;}
.header_search.active .search{opacity:0;width:0;overflow:hidden; }
.header_search.active .search_form{max-width:200px;}
.header_search .search_form input[type="text"], #searchformh_main input[type="text"]{height:18px;border:0;border-bottom:1px solid #999;  margin-right: 10px;}
.header_search .search_form input[type="submit"], #searchformh_main input[type="submit"]{display:none;}
.header_search .search_form .submitel, #searchformh_main .submitel{cursor:pointer;}
#searchformh_main input[type="text"]{    height: 55px;font-size: 39px;padding-left: 0;  max-width: 81%;  min-width: 56%;}
.header_search .search_form .submitel:after , #searchformh_main .submitel:after {
    font-family: "icomoon";
    content: "\e904";
    clear: both;
	width:13px;height:15px;
    display: inline-block; cursor:pointer;
}
#searchformh_main .submitel:after {    width: 50px; height: 50px;font-size: 28px;position:relative;top:13px;}

.popup-active  #header .open span{opacity:0;}
.popup-active #header .open:after {
	top: 5px;
	left: -2px;
	width: 18px;
	height: 1px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.popup-active #header .open:before {
	top: 5px;
	left: -2px;
	width: 18px;
	height: 1px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#header .title-page {
	display: block;
	font-size: 14px;
	text-align: center;
	margin: 0 0 0 55px;
	font: 12px/1.2 "akkurat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 300;
}

#header .user-box {
	float: right;
}

#header .user-box a {
	font-size: 13px;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	color: #202020;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	font-family: "Miller Banner Light";
}

#header .user-box a span {
	display: none;
}

#header .user-box a:hover {
	color: #c5c5c5;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

#header .user-box a.search:after {
	font-family: "icomoon";
	content: "\e904";
	clear: both;
	display: inline-block;
}

#header .user-box a.bag {
	margin: 0 30px 0 0;
}

#header .user-box a.bag:after {
	font-family: "icomoon";
	content: "\e905";
	clear: both;
	display: inline-block;
}

#header .user-box em {
	font-style: normal;
}

.popup-active {
	overflow: hidden;
}

.popup-active #header .popup {
	opacity: 1;
	z-index: 2999;
	-webkit-transition: opacity .25s linear;
	transition: opacity .25s linear;
	padding: 0 15px 0 0;
	visibility: visible;
	overflow: auto;
}

.popup-active #header .popup ul {
	display: block;width:100%;
}

html {
	height: 100%;
}

body {
	margin: 0;
	height: 100%;
	display: table;
	table-layout: fixed;
	width: 100%;
}

#wrapper {
	/*display: table-cell;*/
	margin: 0 auto;
	margin-top:48px;
	/*min-height:750px;*/
}

#footer {
	overflow: hidden; /*for FF on Windows 7*/
	/*display: table-footer-group;*/
	height: 1%;
}

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

h1 {
	margin: 0;
	color: #000;
	font-size: 28px;
	font-weight: normal;
	font-family: "Miller Banner Light";
	letter-spacing: 1px;
}
.text-box h1{color: #fff;}

h2 {
	text-align: center;
	margin: 0;
}

p,
a,
strong,
ul,
li {
	margin: 0;
	font-size: 17px;
	line-height: 22px;
}

.post-entry.entry.std p {
	margin-bottom:35px;
}

.viewport-section {
	opacity: 0;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
	-webkit-transform: matrix(1, 0, 0, 1, 0, 200);
	-ms-transform: matrix(1, 0, 0, 1, 0, 200);
	transform: matrix(1, 0, 0, 1, 0, 200);
}

.viewport-section.in-viewport {
	opacity: 1;
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	-ms-transform: matrix(1, 0, 0, 1, 0, 0);
	transform: matrix(1, 0, 0, 1, 0, 0);
}

.viewport-section-second {
	opacity: 0;
	-webkit-transition: all .5s linear .15s;
	transition: all .5s linear .15s;
	-webkit-transform: matrix(1, 0, 0, 1, 0, 100);
	-ms-transform: matrix(1, 0, 0, 1, 0, 100);
	transform: matrix(1, 0, 0, 1, 0, 100);
}

.viewport-section-second.in-viewport-second {
	opacity: 1;
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	-ms-transform: matrix(1, 0, 0, 1, 0, 0);
	transform: matrix(1, 0, 0, 1, 0, 0);
}

/* tabset required styles for hidden tabs */

.bg-holder {
	background-repeat: no-repeat;
}

.bg-holder img {
	height: auto;
	position: absolute;
	width: auto;
}

.fallback-class {
	background-size: cover;
}

#main {
	padding: 0 0 21px;
	overflow: hidden;
}

.promo-section {
	position: relative;
	padding: 100px 0;
}

.promo-section img {
	height: auto;
	position: absolute;
	width: auto;
	visibility: hidden;
}

.promo-section .text-box {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 1206px;
	text-align: center;
	width: 100%;
	padding: 0 7px;
}

.promo-section .btn {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border: 1px solid #fff;
	padding: 10px 12px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	font-size: 12px;
	margin: 20px 0 0;
}

.promo-section .btn:hover {
	background: #c5c5c5;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.info-box {
	padding: 30px 0;
}

.info-box .text-holder {
	overflow: hidden;
}

.info-box .text-holder span {
	font-size: 18px;
	line-height: 26px;
	display: block;
	font-weight: 400;
	margin: 0 0 15px;
}

.info-box p {
	margin: 0 0 10px;
}

.info-box .image-holder {
	margin: 9px 0 20px 0;
}

.info-box .image-holder img {
	vertical-align: top;
}

.info-box.align-left {
	padding: 30px 0;
}

.info-box.align-left .image-holder {
	float: none;
}

.info-box.align-left .text-holder {
	padding: 0;
}

.full-width {
	padding: 0 0 30px;
}

.full-width .image-holder {
	margin: 0 0 29px;
}

.full-width .image-holder img {
	vertical-align: top;
}

.two-images .container {
	position: relative;
}

.two-images .image-holder,
.two-images .image-frame {
	-webkit-order: 0;
	-ms-flex-order: 0;
	-webkit-box-ordinal-group: 1;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.two-images .image-holder {
	margin: 0 0 0 20px;
	width: 60%;
}

.two-images .image-frame {
	width: 40%;
}

.two-images img {
	vertical-align: top;
}

.carousel-section {
	background: url(../images/bg-contact.jpg) no-repeat; /* ../images/bg-carousel.jpg */
	background-size: cover;
	overflow: hidden;
	padding: 30px 0;
}

.carousel {
	position: relative;
}

.carousel .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 40px;
}

.carousel .slideset {
	width: 99999px;
	float: left;
}

.carousel .slide {
	width: 100%;
	float: left;
}

.carousel .btn-prev,
.carousel .btn-next {
	position: absolute;
	top: 42%;
	left: -30px;
	width: 25px;
	height: 25px;
	border: 1px solid #202020;
	text-indent: -9999px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.carousel .btn-prev:hover,
.carousel .btn-next:hover {
	border-color: #868686;
}

.carousel .btn-prev:hover:after,
.carousel .btn-next:hover:after {
	color: #868686;
}

.carousel .btn-prev:after,
.carousel .btn-next:after {
	font-family: "icomoon";
	content: "\e900";
	clear: both;
	display: block;
	position: absolute;
	top: 7px;
	left: 3px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	text-indent: 0;
	font-size: 8px;
	color: #202020;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.carousel .btn-next {
	left: auto;
	right: -30px;
}

.carousel .btn-next:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.carousel .flex-holder {
	display: block;
}

.carousel .flex-holder .text-box {
	display: block;
	width: 100%;
	padding: 0;
}

.carousel .flex-holder .text-box strong {
	display: block;
	font-weight: normal;
	font-size: 28px;
	font-family: "Miller Banner Light";
	margin: 0 0 29px;
}

.carousel .flex-holder .text-box p {
	margin: 0;
	font-size: 12px;
	line-height: 24px;
	font-family: "Miller Banner Light";
}

.carousel .flex-holder .image-holder {
	display: block;
	width: 100%;
	padding: 0 80px;
}

.carousel .flex-holder .image-holder img {
	vertical-align: top;
}

.carousel .pagination {
	margin: 0 -2%;
	position: relative;
	padding: 0 0 19px;
}

.carousel .pagination:after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	bottom: 0;
	left: 7.2%;
	right: 7.1%;
	height: 1px;
	background: #202020;
}

.carousel .pagination ul li {
	float: left;
	width: 14.285%;
	text-align: center;
}

.carousel .pagination ul li.active a {
	font-size: 16px;
	line-height: 10px;
	margin: 0;
}

.carousel .pagination ul a {
	text-decoration: none;
	display: block;
	color: #202020;
	font-size: 10px;
	line-height: 10px;
	position: relative;
}

.carousel .pagination ul a:after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	bottom: -19px;
	left: 50%;
	width: 1px;
	height: 9px;
	background: #202020;
}

.flex-holder {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.flex-holder .image-holder,
.flex-holder .text-box {
	-webkit-order: 0;
	-ms-flex-order: 0;
	-webkit-box-ordinal-group: 1;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.blockquote-section {
	padding: 105px 0 0 0;
}

.blockquote-section .flex-holder {
	display: block;
}

.blockquote-section blockquote {
	-webkit-order: 0;
	-ms-flex-order: 0;
	-webkit-box-ordinal-group: 1;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	width: 100%;
	padding: 0;
	margin: 0 0 57px;
	text-align: center;
}

.blockquote-section q {
	font-size: 15px;
	line-height: 22px;
	font-style: italic;
	margin: 0 0 27px;
	display: block;
	position: relative;
}

.blockquote-section q:after,
.blockquote-section q:before {
	display: none;
}

.blockquote-section q:after {
	font-family: "icomoon";
	/*content: "\e90a";*/
	content: ",,";
	clear: both;
	display: block;
	position: absolute;
	top: -51px;
	left: 44.8%;
	font-style: normal;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	font-size: 19px;
}

.blockquote-section q:before {
	font-family: "icomoon";
	/*content: "\e90a";*/
	content: ",,";
	clear: both;
	display: block;
	position: absolute;
	bottom: -51px;
	left: 44.8%;
	font-style: normal;
	font-size: 19px;
}
.blockquote-section cite {
	display: block;
	font-size: 11px;
	font-style: normal;
}

.blockquote-section .image-holder {
	-webkit-order: 0;
	-ms-flex-order: 0;
	-webkit-box-ordinal-group: 1;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	width: 100%;
}

.blockquote-section img {
	vertical-align: top;
}

.collaborations-section .container {
	border-top: 1px solid #c5c5c5;
	padding-top: 30px;
}

.collaborations-section h1 {
	color: #202020;
	text-align: center;
	margin: 0 0 30px;
}

.collaborations-list {
	font-size: 0;
	line-height: 0;
	margin: 0;
}

.collaborations-list li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0;
	margin: 0 0 27px;
}

.collaborations-list li:hover .image-holder:after {
	opacity: 1;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.collaborations-list li:hover h3 {
	color: #c5c5c5;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.collaborations-list .image-holder {
	position: relative;
	margin: 0 0 16px;
}

.collaborations-list .image-holder img {
	vertical-align: top;
	width: 100%;
}

.collaborations-list .image-holder:after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, .25);
	opacity: 0;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.collaborations-list h3 {
	margin: 0;
	font-size: 20px;
	line-height: 24px;
	color: #202020;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	font-family: "Miller Banner Light";
	font-weight: normal;
}

.collaborations-list a {
	display: block;
	text-decoration: none;
}

.popup-frame {
	position: relative;
	overflow: hidden;
	height: 0;
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.lightbox-frame {
	width: 100%;
	display: block;
	padding: 32px;
	background: #fff;
	max-width: 1206px;
}

.lightbox-frame .container {
	background: #fff;
	padding: 0;
}

.lightbox-frame .holder {
	margin: 0 0 20px;
}

.lightbox-frame .text-box {
	overflow: hidden;
	padding: 0;
}

.lightbox-frame .carousel-lightbox {
	position: relative;
	margin: 0 auto 20px;
	max-width: 400px;
}

.lightbox-frame .carousel-lightbox .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.lightbox-frame .carousel-lightbox .slideset {
	width: 99999px;
	float: left;
}

.lightbox-frame .carousel-lightbox .slide {
	float: left;
}

.lightbox-frame .carousel-lightbox img {
	vertical-align: top;
	width: 100%;
}

.lightbox-frame .carousel-lightbox .btn-prev,
.lightbox-frame .carousel-lightbox .btn-next {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	text-indent: -9999px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	margin: -15px 0 0;
}

.cms-collaborations .lightbox-frame .carousel-lightbox .btn-prev,
.cms-collaborations .lightbox-frame .carousel-lightbox .btn-next {
	 margin: -20px 0 0;
}

.lightbox-frame .carousel-lightbox .btn-prev:hover,
.lightbox-frame .carousel-lightbox .btn-next:hover {
	border-color: #c5c5c5;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.lightbox-frame .carousel-lightbox .btn-prev:hover:after,
.lightbox-frame .carousel-lightbox .btn-next:hover:after {
	color: #c5c5c5;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.lightbox-frame .carousel-lightbox .btn-prev:after,
.lightbox-frame .carousel-lightbox .btn-next:after {
	font-family: "icomoon";
	content: "\e900";
	clear: both;
	display: block;
	position: absolute;
	top: 15px;
	left: 10px;
	font-size: 7px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	text-indent: 0;
	color: #fff;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.lightbox-frame .carousel-lightbox .btn-next {
	left: auto;
	right: 20px;
}

.lightbox-frame .carousel-lightbox .btn-next:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.lightbox-frame .row {
	text-align: center;
}

.lightbox-frame .row .previus,
.lightbox-frame .row .next {
	float: left;
	position: relative;
	color: #202020;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	padding: 0 0 0 37px;
}

.lightbox-frame .row .previus:hover,
.lightbox-frame .row .next:hover {
	color: #c5c5c5;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.lightbox-frame .row .previus:hover:after,
.lightbox-frame .row .next:hover:after {
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.lightbox-frame .row .previus:after,
.lightbox-frame .row .next:after {
	font-family: "icomoon";
	content: "\e900";
	clear: both;
	display: block;
	position: absolute;
	top: 2px;
	left: -3px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-size: 6px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.lightbox-frame .row .next {
	float: right;
	padding: 0 37px 0 0;
}

.lightbox-frame .row .next:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	left: auto;
	right: -5px;
}

.lightbox-frame .row .share {
	overflow: hidden;
}

.lightbox-frame h1 {
	color: #202020;
	margin: 0 0 20px;
}

.lightbox-frame p {
	margin: 0 0 12px;
}

.lightbox-frame a {
	color: #202020;
}

.lightbox-frame a:hover {
	color: #c5c5c5;
}

.journal-section {
	padding: 12px 0 0 0;
}

.journal-section .journal-box {
	border-bottom: 1px solid #eae9e7;
	padding: 0 0 27px;
	margin: 0 0 30px;
}

.journal-section .journal-box img {
	/*max-width:310px;
	width:310px;*/
}

.journal-section .journal-box a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #202020;
	margin: 0 0 30px;
	font-weight:normal;
}

.journal-section .journal-box a:hover {
	color: #c5c5c5;
}

.journal-section .flex-holder {
	display: block;
}

.journal-section .image-holder,
.journal-section .text-box {
	-webkit-order: 0;
	-ms-flex-order: 0;
	-webkit-box-ordinal-group: 1;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.journal-section .date {
	display: block;
	font-size: 11px;
	margin: 0 0 14px;
}

.journal-section h3 {
	margin: 0 0 20px;
	font-weight: normal;
	font-family: "Miller Banner Light";
	font-size: 28px;
	line-height: 30px;
}

.journal-section p {
	margin: 0 0 26px;
}

.paging {
	text-align: center;
	padding: 2px 0 0 0;
	position: relative;
}

.paging li {
	display: inline;
	margin: 0 2px;
	font-size: 12px;
	line-height: 17px;
}

.paging li:hover a {
	color: #c5c5c5;
}

.paging li:hover a:after {
	color: #c5c5c5;
}

.paging a {
	color: #00d;
	font-size: 11px;
	text-decoration: none;
	color: #202020;
}

.paging .prev,
.paging .next {
	margin: 0 4px;
	position: relative;
	position: absolute;
	top: 0;
	right: 0;
}

.paging .prev em,
.paging .next em {
	font-style: normal;
	display: none;
}

.paging .prev a,
.paging .next a {
	position: relative;
	color: #202020;
}

.paging .prev a:hover,
.paging .next a:hover {
	color: #c5c5c5;
}

.paging .prev a:after,
.paging .next a:after {
	font-family: "icomoon";
	content: "\e900";
	clear: both;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	font-size: 7px;
	color: #202020;
	z-index: 1;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.paging .prev {
	right: auto;
	left: -10px;
}

.paging .prev a:after {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.paging .prev a {
	padding: 0 0 1px 10px;
	color: #d00;
}

.paging .next a {
	padding: 0 10px 1px 0;
	color: #d00;
}

.paging span {
	margin: 0 5px;
}

.paging strong {
	text-decoration: underline;
}

.accordion {
	margin: 0 0 10px;
}

.accordion li {
	display: block;
	border-top: 1px solid #c5c5c5;
}

.accordion li:first-child {
	border-top: 0;
}

.accordion li:hover > a {
	/*background: #191919;*/
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.accordion li.active .opener:after {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.accordion a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #000;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	font-size: 11px;
	padding: 5px 10px;
	font-family: "Miller Banner Light";
}

.accordion a:hover {
	background: #191919;
}

.accordion ul li {
	display: block;
	border-top: 0;
}

.accordion ul li:first-child a {
	border-top: 0;
}

.accordion ul a {
	display: block;
	background: #f5f5f5;
	color: #202020;
	border-top: 1px solid #fff;
}

.accordion ul a:hover, .accordion ul li:hover>a {
	color: #000;
	background: #f7f7f7;
}

.accordion ul ul{height:0;opacity:0;overflow:hidden; }
.accordion ul ul.ls_open, .accordion ul li:hover ul{height:auto;opacity:1;overflow:hidden;}

.accordion ul ul li a{ padding: 5px 5px 5px 40px;background:#F9F9F9;border:0; font-size: 13px;}

.accordion .opener {
	position: relative;
}

.accordion .opener:after {
	font-family: "icomoon";
	content: "\e900";
	clear: both;
	display: block;
	position: absolute;
	top: 8px;
	right: 10px;
	font-size: 8px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.currency {
	display: block;
	font-size: 11px;
	color: #696969;
	text-align: center;
	margin: 0 0 27px;
}

.currency em {
	font-style: normal;
}

.search-form {
	margin: 0 0 5px;
	padding: 11px 0 0 0;
}

.search-form .content {
	overflow: hidden;
}

.search-form .sub-title {
	display: block;
	font-size: 28px;
	line-height: 32px;
	text-align: center;
	font-family: "Miller Banner Light";
	margin: 0 0 24px;
}

.search-form .row {
	border: 1px solid #e5e5e5;
	max-width: 577px;
}

.search-form .row.single-row {
	position: relative;
	margin: 0 0 20px;
	max-width: none;
}

.search-form .row.full-width-row {
	max-width: 100%;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 25px;
}

.search-form .text {
	float: left;
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 11px;
	line-height: 18px;
	padding: 9px 10px;
	height: 36px;
	color: #202020;
	outline: none;
	width: 100%;
}

.search-form .text::-webkit-input-placeholder {
	color: #202020;
}

.search-form .text::-moz-placeholder {
	opacity: 1;
	color: #202020;
}

.search-form .text:-moz-placeholder {
	color: #202020;
}

.search-form .text:-ms-input-placeholder {
	color: #202020;
}

.search-form .text.placeholder {
	color: #202020;
}

.search-form .submit {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 43px;
	padding: 0;
	margin: 0;
	border: 0;
	background: none;
}

.search-form .submit:hover:after {
	color: #c5c5c5;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.search-form .submit:after {
	font-family: "icomoon";
	content: "\e904";
	clear: both;
	display: block;
	position: absolute;
	top: 10px;
	left: 14px;
	font-size: 15px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.search-form .amount {
	float: left;
	font-size: 11px;
	margin: 13px 0 0 0;
}

.product-list {
	font-size: 0;
	line-height: 0;
	margin: 0 -14px;
}

.product-list li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 50%;
	font-size: 16px;
	line-height: 16px;
	padding: 0 14px;
	position: relative;
	margin: 0 0 20px;
}

.product-list a {
	text-decoration: none;
	color: #202020;
}

.product-list a:hover .image-holder:after {
	opacity: 1;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.product-list a:hover h4,
.product-list a:hover span {
	color: #c5c5c5;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.product-list .image-holder {
	background: #f5f5f5;
	text-align: center;
	padding: 12px 0 17px;
	position: relative;
	margin: 0 0 7px;
	vertical-align: middle;
	min-height:305px;
}

.product-list .image-holder.title-album {
	background: none;
}

.product-list .image-holder.title-album img {
	max-height: none;
}

.product-list .image-holder:after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, .25);
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	opacity: 0;
}

.product-list .image-holder img {
	vertical-align: middle;
	max-height: 109px;
}

.product-list h4,
.product-list span {
	font-size: 15px;
	font-weight: 800;
	line-height: normal;
}

.product-list h4 {
	font-size: 18px;
	margin: 0 0 5px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	font-family: "Miller Banner Light";
}

.product-list span {
	display: block;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	font-family: "Miller Banner Light";
}

.product-list .title-album {
	padding: 0;
}

.product-list .title-album img {
	vertical-align: top;
	width: 100%;
	height: 100%;
}

.product-list .title-album:after {
	display: none;
}

.product-list strong {
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	left: 40px;
	right: 40px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	font-weight: normal;
	font-family: "Miller Banner Light";
}

.one-product {
	margin: 0 0 50px;
	padding: 13px 0 0 0;
}

.one-product .back {
	display: inline-block;
	vertical-align: top;
	color: #202020;
	text-decoration: none;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	padding: 0 0 0 14px;
	position: relative;
	margin: 0 0 14px;
}

.one-product .back:hover:after {
	color: #c5c5c5;
}

.one-product .back:after {
	font-family: "icomoon";
	content: "\e900";
	clear: both;
	display: block;
	position: absolute;
	top: 4px;
	left: -2px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-size: 4px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.one-product .back:hover {
	color: #c5c5c5;
}

.one-product .image-frame {
	padding: 37px 0 34px 0;
	text-align: center;
	background: #f5f5f5;
	margin: 0 0 21px;
}

.one-product .image-frame img {
	vertical-align: top;
	max-height: 288px;
}

.one-product .text-box {
	overflow: hidden;
}

.one-product h3 {
	margin: 0 0 9px;
	font-size: 26px;
	color: #202020;
	font-family: "Miller Banner Light";
	font-weight: normal;
}

.one-product .price {
	display: block;
	font-size: 14px;
	color: #202020;
	margin: 0 0 15px;
}

.one-product .prize {
	display: block;
	font-size: 11px;
	color: #202020;
	margin: 0 0 30px;
}

.option-product {
	margin: 0 0 21px;
}

.option-product li {
	float: left;
	width: 25%;
	text-align: center;
}

.option-product .image-holder {
	margin: 0 0 8px;
}

.option-product .image-holder img {
	vertical-align: top;
	max-height: 27px;
}

.option-product span {
	display: block;
	font-size: 11px;
	font-weight: 400;
}

.table-frame {
	border: 1px solid #eae9e7;
	border-bottom: 0;
	margin: 0 0 25px;
}

.table-frame .row {
	border-bottom: 1px solid #eae9e7;
	overflow: hidden;
	position: relative;
}

.table-frame .column:first-child {
	border-bottom: 1px solid #eae9e7;
}

.table-frame span {
	display: block;
	font-size: 11px;
	line-height: 17px;
	padding: 9px 13px 10px 13px;
	border-top: 1px solid #eae9e7;
}

.table-frame span:first-child {
	border-top: 0;
}

.button-form .jcf-select {
	float: left;
	border-bottom: 1px solid #e5e5e5;
	width: 45%;
	min-width: 45%;
}

.button-form button {
	float: right;
	text-align: center;
	background: #000;
	color: #fff;
	width: 45%;
	border: 0;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	font-family: "Miller Banner Light";
	font-size: 11px;
	padding: 12px 5px;
}

.button-form button:hover {
	background: #202020;
}

.recommend-section .container {
	border-top: 1px solid #eae9e7;
	padding: 32px 35px 0;
}

.recommend-section h3 {
	margin: 0 0 29px;
	text-align: center;
	font-size: 28px;
	font-weight: normal;
	font-family: "Miller Banner Light";
}

.recommend-section .product-list li {
	width: 50%;
}

.event-section .journal-box:last-child {
	margin: 0;
	border-bottom: 0;
	padding: 0;
}

.event-section .journal-box:nth-child(2n+1) .flex-holder {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.awards-section {
	padding: 20px 0 0;
}

.awards-section .container {
	max-width: 915px;
}

.awards-section img {
	vertical-align: top;
}

.awards-section .flex-holder {
	display: block;
	margin: 0 0 40px;
}

.awards-section .image-holder {
	margin: 0 0 20px;
}

.awards-list li {
	display: block;
	border-bottom: 1px solid #eae9e7;
}

.awards-list li.active a:after {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.awards-list li:first-child {
	border-top: 1px solid #eae9e7;
}

.awards-list a {
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	color: #202020;
	display: block;
	padding: 10px 0;
	position: relative;
}

.awards-list a:after {
	font-family: "icomoon";
	content: "\e900";
	clear: both;
	display: block;
	position: absolute;
	top: 10px;
	right: 2px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	font-size: 7px;
}

.awards-list a:hover {
	color: #c5c5c5;
}

.awards-list .slide {
	padding: 10px 0;
}

.awards-list .column {
	margin: 0 0 15px;
}

.awards-list .box {
	margin: 15px 0 0;
}

.awards-list .box:first-child {
	margin: 0;
}

.awards-list span {
	display: block;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	margin: 0 0 6px;
}

.flight-club-section {
	padding: 20px 0 0;
}

.flight-club-section .container {
	max-width: 964px;
}

.flight-club-section h1 {
	color: #202020;
	margin: 0 0 30px;
	font-family: "Miller Banner Light";
	font-size: 28px;
	text-align: center;
}

.flight-club-section strong {
	display: block;
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 20px;
}

.flight-club-section p {
	font-size: 11px;
	line-height: 17px;
	margin: 0 0 24px;
}

.flight-club-section ul {
	margin: 0 0 24px;
}

.flight-club-section ul li {
	display: block;
	position: relative;
	font-size: 11px;
	line-height: 17px;
	padding: 0 0 0 15px;
}

.flight-club-section ul li:after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 3px;
	height: 3px;
	background: #202020;
	border-radius: 50%;
}

.sign-form .title {
	display: block;
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 20px;
}

.sign-form label {
	font-size: 11px;
	line-height: 17px;
	display: block;
	margin: 0 0 2px;
}

.sign-form .row-email {
	margin: 0 0 17px;
}

.sign-form .row-password {
	margin: 0 0 16px;
}

.sign-form .text {
	border: 0;
	border-bottom: 1px solid #eae9e7;
	font-size: 12px;
	line-height: 14px;
	height: 20px;
	padding: 3px 10px;
	margin: 0;
	background: none;
	width: 100%;
	outline: none;
}

.sign-form .row {
	margin: 0 0 36px;
}

.sign-form .row a {
	float: right;
	font-size: 10px;
	margin: 5px 0 0 0;
}

.sign-form .row label {
	float: left;
}

.sign-form .row label:hover {
	cursor: pointer;
}

.sign-form .row label:hover .fake-label {
	color: #c5c5c5;
}

.sign-form .fake-label {
	font-size: 10px;
}

.sign-form [type="checkbox"] {
	display: none;
}

.sign-form .fake-input {
	display: inline-block;
	width: 13px;
	height: 13px;
	border: 1px solid #eae9e7;
	border-radius: 2px;
	vertical-align: middle;
	position: relative;
	margin: -2px 7px 0 0;
}

.sign-form [type="checkbox"] + .fake-input:before {
	content: "";
	width: 7px;
	height: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 2px solid #777;
	border-width: 0 0 2px 2px;
	opacity: 0;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: -4px 0 0 -4px;
}

.sign-form [type="checkbox"]:checked + .fake-input:before {
	opacity: 1;
}

.sign-form input:disabled + .fake-input,
.sign-form input:disabled ~ .fake-label {
	opacity: .5;
}

.sign-form button {
	border: 1px solid #000;
	text-align: center;
	background: none;
	color: #202020;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	font-size: 14px;
	line-height: 22px;
	padding: 18px 60px;
	font-family: "Miller Banner Light";
	/*height: 42px;*/
	margin: 0 0 32px;
}

.sign-form button:hover {
	background: #000;
	color: #fff;
}

.sign-form a {
	font-size: 12px;
	text-decoration: none;
	color: #202020;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.sign-form a:hover {
	color: #c5c5c5;
}

.contact-section {
	padding: 20px 0 0 0;
}

.contact-form {
	background: url(../images/bg-contact.jpg) center center no-repeat;
	margin: 0 -9999px;
	padding: 23px 9999px 50px;
}

.contact-form .image-holder {
	padding: 0 57px 0;
	margin: 0 0 27px;
}

.contact-form .image-holder img {
	width: 100%;
}

.contact-form h1 {
	color: #202020;
	margin: 0 0 22px;
}

.contact-form p {
	margin: 0 0 24px;
}

.contact-form p a {
	color: #202020;
	text-decoration: underline;
}

.contact-form p a:hover {
	text-decoration: none;
}

.contact-form .text-box {
	overflow: hidden;
}

.contact-form label {
	display: block;
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 9px;
}

.contact-form .text {
	display: block;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #53514d;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	height: 20px;
	padding: 2px 10px;
	background: none;
	outline: none;
	margin: 0 0 29px;
}

.contact-form textarea {
	display: block;
	max-width: 100%;
	width: 100%;
	overflow: auto;
	border: 0;
	border-bottom: 1px solid #202020;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	background: none;
	height: 25px;
	resize: none;
	outline: none;
}

.contact-form button {
	border: 1px solid #000;
	text-align: center;
	background: none;
	padding: 11px 54px;
	margin: 0;
	font-size: 11px;
	line-height: 16px;
	height: 38px;
	margin: 32px 0 0 0;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	outline: none;
}

.contact-form button:hover {
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	background: #000;
	color:#fff;
}

.contact-frame .contact-box:first-child {
	border-top: 0;
}

.contact-box {
	border-top: 1px solid #eae9e7;
	margin: 45px 0 0;
	padding: 44px 0 0;
}

.contact-box:first-child {
	margin: 0;
}

.contact-box p {
	margin: 0 0 32px;
}

.contact-box h3 {
	font-size: 28px;
	margin: 0 0 30px;
	font-family: "Miller Banner Light";
	font-weight: normal;
}

.contact-box ul {
	text-align: left;
	font-size: 0;
	line-height: 0;
}

.contact-box ul li {
	display: block;
	margin: 30px 0 0;
}

.contact-box ul li:first-child {
	margin: 0;
}

.contact-box strong {
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}

.contact-box span {
	display: block;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 2px;
}

.contact-box a {
	display: inline-block;
	vertical-align: top;
	text-decoration: underline;
	color: #202020;
	font-size: 16px;
	line-height: 20px;
}

.contact-box a:hover {
	color: #c5c5c5;
}

.contact-box a.tell {
	text-decoration: none;
}

.contact-box .title {
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
}

.contact-box dl {
	margin: 0 0 10px;
}

.contact-box dt {
	margin: 0 3px 0 0;
	float: left;
	clear: left;
	font-size: 16px;
	line-height: 20px;
}

.contact-box dd {
	margin: 0 3px 0 0;
	float: left;
	font-size: 16px;
	line-height: 20px;
}

.contact-box .button {
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 16px;
	padding: 11px 53px;
	font-family: "Miller Banner Light";
	color: #202020;
	border: 1px solid #000;
	height: 38px;
	text-align: center;
	text-decoration: none;
	margin: -5px 0 38px;
}

.contact-box .button:hover {
	background: #000;
	color: #fff;
}

.contact-box .date {
	font-size: 11px;
	line-height: 16px;
}

.sub-nav {
	text-align: center;
	margin: 0 0 35px;
}

.sub-nav li {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
}

.sub-nav a {
	display: block;
	text-decoration: none;
	color: #202020;
	font-size: 16px;
	line-height: 20px;
}

.sub-nav a:hover {
	color: #c5c5c5;
}

.shopping-section {
	text-align: center;
	padding: 26px 0 0;
}

.shopping-section .login {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: #fff;
	background: #000;
	font-size: 14px;
	text-decoration: none;
	padding: 10px;
	width: 100%;
}

.shopping-section .login:hover {
	background: #202020;
}

.shopping-form {
	text-align: left;
	padding: 25px 0 0 0;
}

.shopping-form h1 {
	color: #202020;
	margin: 0 0 20px;
}

.table-holder {
	margin: 0 0 40px;
}

.product-table {
	margin: 0 0 30px;
}

.product-table table {
	width: 100%;
}

.product-table table td {
	vertical-align: middle;
	font-size: 10px;
	line-height: 12px;
	font-weight: 400;
}

.product-table table td span {
	font-weight: 300;
	display: block;
}

.product-table table td.name-product {
	width: 35%;
}
.product-table table td.name-product a{color:#000;}

.product-table .image-holder {
	width: 50px;
	height: 50px;
	background: #f5f5f5;
	text-align: center;
	padding: 5px;
}

.product-table .image-holder img {
	vertical-align: middle;
	width: auto;
	height: 100%;
}

.product-table .jcf-select {
	max-width: 50px;
	min-width: 50px;
	width: 50px;
	float: none;
	border-bottom: 1px solid #e5e5e5;
}

.product-table .jcf-select .jcf-select-text {
	font-family: "Miller Banner Light";
}

.product-table .delete {
	display: inline-block;
	vertical-align: top;
	text-indent: -9999px;
	position: relative;
}

.product-table .delete:hover:after {
	color: #202020;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.product-table .delete:after {
	font-family: "icomoon";
	content: "\e90b";
	clear: both;
	display: block;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
	color: #eae9e7;
	font-size: 15px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.overview-table h1 {
	border-bottom: 1px solid #eae9e7;
	padding: 0 0 10px;
	margin: 0 0 20px;
}

.overview-table dl {
	margin: 0;
}

.overview-table dt {
	margin: 0 0 7px;
	float: left;
	clear: both;
	width: 120px;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
}

.overview-table dd {
	margin: 0 0 7px;
	float: left;
	font-size: 12px;
	line-height: 16px;
}

.promo-code {
	margin: 0 0 30px;
}

.promo-code span {
	display: block;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 15px;
	text-align:left;
}

.promo-code .text {
	color: #202020;
	padding: 9px 10px;
	margin: 0;
	background: none;
	width: 70%;
	font-size: 14px;
	height: 37px;
	line-height: 19px;
	border: 1px solid #eae9e7;
	outline: none;
	float: left;
}

.promo-code .text::-webkit-input-placeholder {
	color: #bdbdbd;
}

.promo-code .text::-moz-placeholder {
	opacity: 1;
	color: #bdbdbd;
}

.promo-code .text:-moz-placeholder {
	color: #bdbdbd;
}

.promo-code .text:-ms-input-placeholder {
	color: #bdbdbd;
}

.promo-code .text.placeholder {
	color: #bdbdbd;
}

.promo-code button, button.bstyle1, .bstyle1 {
	font-size: 14px;
	line-height: 19px;
	height: 37px;
	padding: 9px 10px;
	color: #fff;
	background: #000;
	width: 30%;
	border: 0;
	margin: 0;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	font-family: "Miller Banner Light";
}

.promo-code button:hover, button.bstyle1:hover, .bstyle1:hover {
	background: #202020;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.billing {
	margin: 0 0 40px;
}

.billing .sub-row {
	margin: 0 0 29px;
}

.billing .column {
	margin: 0 0 13px;
}

.billing label {
	display: block;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 13px;
}

.billing .text, .payment_transact_dd .input-text {
	display: block;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #eae9e7;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	height: 20px;
	padding: 2px 10px;
	background: none;
	outline: none;
	margin: 0 0 0;
}

.payment_transact_dd li {padding:8px 0;}
.payment_transact_dd .cvv-what-is-this{display:none;}
#transact_cc_type_exp_div .v-fix {width:140px;}
#transact_cc_type_exp_div .v-fix:first-child{margin-right:15px;}
#transact_cc_type_exp_div .v-fix .jcf-select {width:140px !important;}
.payment_transact_dd .form-list .input-box{width:320px;    padding: 9px 5px;}
.payment_transact_dd .sp-methods input.cvv, .sp-methods input.cvv { width: 8em !important; }

.billing .holder-textarea {
	position: relative;
}

.billing .holder-textarea:after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	top: 43px;
	left: 0;
	right: 0;
	height: 1px;
	background: #eae9e7;
}

.billing textarea {
	display: block;
	max-width: 100%;
	min-width: 100%;
	border: 0;
	border-bottom: 1px solid #eae9e7;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 40px;
	max-height: 86px;
	min-height: 86px;
	overflow: auto;
	padding: 4px 10px 0;
	background: none;
	outline: none;
	margin: -19px 0 0;
	resize: none;
}

.billing .fake-label {
	font-size: 12px;
	font-weight: 400;
}

.billing [type="checkbox"] {
	display: none;
}

.billing .fake-input {
	display: inline-block;
	width: 13px;
	height: 13px;
	border: 1px solid #eae9e7;
	border-radius: 2px;
	vertical-align: middle;
	position: relative;
	margin: -3px 7px 0 0;
}

.billing [type="checkbox"] + .fake-input:before {
	content: "";
	width: 7px;
	height: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 2px solid #000;
	border-width: 0 0 2px 2px;
	opacity: 0;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: -3px 0 0 -3px;
}

.billing [type="checkbox"]:checked + .fake-input:before {
	opacity: 1;
}

.billing input:disabled + .fake-input,
.billing input:disabled ~ .fake-label {
	opacity: .5;
}

.billing .jcf-select {
	width: 100%;
	min-width: 263px;
	float: none;
	display: block;
	border-bottom: 1px solid #e5e5e5;
}

.billing .jcf-select .jcf-select-text {
	font-size: 14px;
	font-family: "Miller Banner Light";
}

.datepicker .jcf-select {
	width: 30%;
	min-width: 20%;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 0;
}

.datepicker .jcf-select .jcf-select-text {
	font-family: "Miller Banner Light";
}

.shipping {
	margin: 0 0 40px;
}

.shipping h1 {
	margin: 0 0 20px;
}

.payment h1 {
	margin: 0 0 20px;
}

.payment .payment-row label {
	float: left;
}

.payment .row {
	padding: 16px 0 42px;
}

.payment .jcf-select {
	float: left;
	border-bottom: 1px solid #e5e5e5;
}

.payment .jcf-select .jcf-select-text {
	font-size: 14px;
	font-family: "Miller Banner Light";
}

.payment .text {
	display: block;
	width: 262px;
	border: 0;
	border-bottom: 1px solid #eae9e7;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	height: 20px;
	padding: 2px 10px;
	background: none;
	outline: none;
	margin: 13px 0 41px;
}

.payment .text.verification {
	width: 104px;
	margin: 13px 0 66px;
}

.payment .datepicker {
	margin: 0 0 43px;
}

.payment .datepicker label {
	margin: 0 0 15px;
}

.payment-row {
	margin: 0 0 31px;
}

.payment-row ul {
	float: right;
	margin: -8px 0 0;
}

.payment-row ul li {
	float: left;
	margin: 0 6px 0 0;
}

.payment-row ul a {
	display: block;
	text-decoration: none;
}

.payment-row ul img {
	vertical-align: top;
}

.payment-row.verification-row {
	margin: 0 0 30px;
}

.shipping label,
.payment label {
	display: block;
	margin: 0 0 0 5px;
}

.shipping .fake-label,
.payment .fake-label {
	font-size: 12px;
	font-weight: 400;
	float: left;
}

.shipping .fake-label em,
.payment .fake-label em {
	display: block;
	font-style: normal;
	font-weight: 300;
	padding: 5px 0 0 0;
}

.shipping [type="radio"],
.payment [type="radio"] {
	display: none;
}

.shipping .fake-input,
.payment .fake-input {
	float: left;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	vertical-align: middle;
	position: relative;
	margin: -2px 16px 0 0;
}

.shipping [type="radio"] + .fake-input:before,
.payment [type="radio"] + .fake-input:before {
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border: 1px solid #c4c4c4;
	border-radius: 50%;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.shipping [type="radio"]:checked + .fake-input:before,
.payment [type="radio"]:checked + .fake-input:before {
	border: 5px solid #3b99fd;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.shipping input:disabled + .fake-input,
.shipping input:disabled ~ .fake-label,
.payment input:disabled + .fake-input,
.payment input:disabled ~ .fake-label {
	opacity: .5;
}

.order {
	padding: 9px 10px;
	margin: 0;
	background: #000;
	color: #fff;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	border: 0;
	font-size: 14px;
	line-height: 18px;
	height: 37px;
	font-family: "Miller Banner Light";
	width: 100%;
}

.order:hover {
	background: #202020;
}

#footer {
	background: #000;
}

#footer .container {
	position: relative;
	padding: 41px 35px 44px;
}

.address-box {
	color: #fff;
	font-weight: 400;
	margin: 0 20px 31px 0;
}

.address-box address {
	display: block;
	font-style: normal;
	font-size: 16px;
	line-height: 22px;
}

.address-box a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	font-size: 16px;
	line-height: 22px;
}

.address-box a:hover {
	text-decoration: underline;
	color: #c5c5c5;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.address-box a.email {
	text-decoration: underline;
}

.address-box a.email:hover {
	text-decoration: none;
	color: #c5c5c5;
}

.distributors {
	width: 30%;
	margin: 0 0 28px;
}

.distributors a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	font-size: 11px;
	line-height: 17px;
}

.distributors a:hover {
	color: #c5c5c5;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.social-list {
	margin: 0 0 32px;
}

.social-list li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.social-list a {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	font-size: 16px;
	line-height: 22px;
}

.social-list a:hover {
	color: #c5c5c5;
}

.subscribe-form {
	color: #fff;
}

.subscribe-form span {
	display: block;
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 12px;
}

.subscribe-form .row {
	border: 1px solid #fff;
	position: relative;
}

.subscribe-form .email {
	padding: 0;
	margin: 0;
	border: 0;
	background: none;
	float: left;
	font-size: 11px;
	line-height: 18px;
	padding: 9px 53px 9px 13px;
	width: 100%;
	height: 36px;
	color: #fff;
}

.subscribe-form .email::-webkit-input-placeholder {
	color: #fff;
}

.subscribe-form .email::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.subscribe-form .email:-moz-placeholder {
	color: #fff;
}

.subscribe-form .email:-ms-input-placeholder {
	color: #fff;
}

.subscribe-form .email.placeholder {
	color: #fff;
}

.subscribe-form button {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	background: none;
	padding: 0;
	margin: 12px 14px;
	border: 0;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.subscribe-form button:hover {
	color: #c5c5c5;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.top-bnt {
	position: absolute;
	top: 45px;
	right: 37px;
	width: 13px;
	height: 6px;
}

.top-bnt:hover:after {
	color: #c5c5c5;
}

.top-bnt:after {
	font-family: "icomoon";
	content: "\e900";
	clear: both;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 6px;
	color: #fff;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.e_black_heading { color:#000; margin-bottom:60px; }
.e_button_container { margin-top:60px; }
.e_button_container button { border:1px solid #000; color:#232323; padding:20px 60px; font-size:14px; font-weight:normal; letter-spacing:0.5px; font-family: "Miller Banner Light"; border-radius:0; background:#fff; transition: all .2s linear;  }
.e_button_container button:hover {  color:#fff; background:#000;  }


section.right-img{ }
section.right-img .mainblock{display:inline-block;float:right;}
section.right-img .image-holder{display:inline-block;padding-bottom:20px;}
section.right-img div p{ width:70%; }
.carousel-section.carousel-section-clean{}
.carousel-section.carousel-section-clean .container{max-width:100%;padding:0;}
.carousel-section.carousel-section-clean{background:#fff;margin-top:100px;}
.carousel-section.carousel-section-clean .carousel{padding:0;}
.carousel-section.carousel-section-clean .carousel .pagination{display:none;}
.carousel-section.carousel-section-clean .carousel .flex-holder .text-box{display:none;}
.carousel-section.carousel-section-clean .carousel .flex-holder .image-holder{width:100%;padding:0;}
.carousel-section.carousel-section-clean .carousel .flex-holder .image-holder img{width:100%;}
.carousel-section.carousel-section-clean .carousel .btn-prev, .carousel-section.carousel-section-clean .carousel .btn-next{border-color:#fff;}
.carousel-section.carousel-section-clean .carousel .btn-prev::after, .carousel-section.carousel-section-clean .carousel .btn-next::after{color:#fff;}

div.badge{position:absolute;top:20px;right:85px;background:transparent url('../images/bih-wineawards.svg') no-repeat;width:144px;height:160px; cursor:pointer; }

.imgovertext{position:absolute;top:45%;width:100%;text-align:center;font-size:36px !important;color:#fff;font-family: 'Miller Banner Light';left:0;}
.top_pad_img {padding-top:200px;}

.design_collection_hp{text-align:center;max-width:600px;margin:110px auto 40px;}
.design_collection_hp h2{font-family: 'Miller Banner Light';font-size:45px;margin:10px 0 40px 0;font-weight:normal;border:0;}

.design_collection_plist{max-width:960px;margin:0 auto;}
.design_collection_plist .e_button_container{text-align:center;}
.design_collection_plist .prod_item{float:left;width:33%;min-height: 350px;font-family: "Miller Banner Light";}
.design_collection_plist .prod_item .prod_item_in{width:262px;margin:0 auto 20px;}
.design_collection_plist .prod_item .prof_inf_l{line-height:20px;padding-top:10px;}

.catalog-category-view .currency { padding-left: 25px; padding-top: 8px; }
.catalog-category-view .sub-title { font-family: "Miller Banner Light"; font-weight: lighter; }
.catalog-category-view .main, .catalog-category-view  .col-main, .catalog-category-view  .container { width: 1230px; }
.catalog-product-view .main, .catalog-product-view  .col-main, .catalog-product-view .container { width: 1230px; }
.wordpress-index-index .main, .wordpress-index-index  .col-main, .wordpress-index-index .container { width: 1230px; }
.wordpress-post-category-view .main, .wordpress-post-category-view  .col-main, .wordpress-post-category-view .container { width: 1230px; }
.wordpress-post-view .main, .wordpress-post-view  .col-main, .wordpress-post-view .container { width: 1230px; }
.cms-contact .main, .cms-contact  .col-main, .cms-contact .container { width: 1230px; }
.wordpress-page-view .main, .wordpress-page-view  .col-main, .wordpress-page-view .container { width: 1230px; }
	.checkout-cart-index .main, .checkout-cart-index  .col-main, .checkout-cart-index .container { width: 1230px; }
.cms-contact #contactInfo a:hover { text-decoration:none; }
.cms-contact .contact-box dt { font-weight: normal; }
.wordpress-page-view .page-title { padding-left: 15px; }

@media (max-width: 1230px) {
	.catalog-category-view .main, .catalog-category-view  .col-main, .catalog-category-view  .container { width: 1024px;max-width:100%; }
	.catalog-product-view .main, .catalog-product-view  .col-main, .catalog-product-view .container { width: 1024px;max-width:100%; }
	.wordpress-index-index .main, .wordpress-index-index  .col-main, .wordpress-index-index .container { width: 1024px;max-width:100%; }
	.wordpress-post-category-view .main, .wordpress-post-category-view  .col-main, .wordpress-post-category-view .container { width: 1024px;max-width:100%; }
	.wordpress-post-view .main, .wordpress-post-view  .col-main, .wordpress-post-view .container { width: 1024px; max-width:100%; }
	.cms-contact .main, .cms-contact  .col-main, .cms-contact .container { width: 1024px;max-width:100%; }
	.wordpress-page-view .main, .wordpress-page-view  .col-main, .wordpress-page-view .container { width: 1024px;max-width:100%; }
	.checkout-cart-index .main, .checkout-cart-index  .col-main, .checkout-cart-index .container { width: 1024px;max-width:100%; }
}

.form-list label.required em { color:#555; }

.catalog-product-view .jcf-select-text { font-family: "Miller Banner Light"; font-weight: lighter; font-size:13px; }
.catalog-product-view .button-form button { font-size:13px; }

.catalog-category-view  .jcf-select-text { font-family: "Miller Banner Light"; font-weight: lighter; }
.catalog-category-view  .sidebar ul ul li a { font-family: "akkurat"; }


#header .user-box{position:relative;}
#cartbox{position:absolute;border:1px solid #EAE9E7;padding:10px;top:30px;right:90px;width:270px;background:#fff;display:none;}
#cartbox a.closel{float: right;text-decoration:none;font-size: 14px;font-family: akkurat,arial;font-style:normal;position:absolute;top:3px;right:6px;}
#header .user-box #cartbox em {font-style:italic !important;}
#cartbox .prodlist{padding:10px 0;border-bottom:1px solid #EAE9E7;margin-bottom:10px;}
#header .user-box #cartbox a{font-family: akkurat,arial;font-size: 12px;}
#cartbox table td{font-family: akkurat,arial;font-size: 12px;line-height: 18px;}
#cartbox table td.pimg{width:90px; padding: 5px;}
#cartbox table td img{max-width:100%;}

@media (max-width: 920px) {
	section.right-img .mainblock{display:block;float:none;padding:0 0px;}
	.ipad_view  section.right-img .mainblock{margin:0 auto;}
	.ipad_view  section.right-img .image-holder, .ipad_view  section.right-img p{display:block;margin:0 auto;}
	.ipad_view  section.right-img .image-holder{text-align: center;}
	.top_pad_img {padding-top:150px;}
.design_collection_plist .prod_item{ width:50%; }
.product-list .image-holder{min-height:130px;}
	.header_search{ min-width:20px; }
	#cartbox{right:40px;}
}
@media (max-width: 768px) {
	section.right-img .mainblock{ /*padding:0 35px;*/}
	.carousel-section.carousel-section-clean .carousel .btn-next{right:0 !important;}
	.carousel-section.carousel-section-clean .carousel .btn-prev{left:0 !important;}
	div.badge{/*display:none;*/right:10px;}
	.top_pad_img {padding-top:0px;}
	.cms-home .promo-section{min-height: 90vh;}
	.container p{max-width:100%;}
	section.right-img div p{width:100%;}
	.home_design_collections .container{padding: 0; margin: 0 35px;}
	.blockquote-section blockquote{margin-top:90px;}
	.header_search.active .search_form { max-width: 200px;  position: absolute;  top: 23px;  right: 14px;}
	.blockquote-section q:after { top: -27px; font-size: 54px;}
	.blockquote-section q:before { bottom: -65px; font-size: 54px;}

	.one-product .button-form .jcf-select{width: 100%;}
	.one-product  .button-form button{width: 100%;    margin: 10px 0 0;}
	.wordpress-page-view .page-title{padding-left:25px !important;}
}

@media (max-width: 730px) {
	.design_collection_plist .prod_item{ width:100%; }
	.design_collection_plist .prod_item .prod_item_in{width:100%;}
	.design_collection_plist .prod_item .prod_item_in img{width:100%;}
	.design_collection_plist .e_button_container{margin-top:10px;}
}

@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("../images/fancybox/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("../images/fancybox/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: 480px) {
	.product-list .image-holder img {
		max-height: 179px;
	}
}

@media (min-width: 768px) {
	.fancybox-close {
		top: 27px;
		right: 27px;
	}
div.badge{right:80px; }

	.jcf-select {
		width: 263px;
		height: 55px;
	}

	.jcf-select .jcf-select-text {
		font-size: 15px;
		line-height: 55px;
	}

	.one-product .jcf-select .jcf-select-text{font-size: 13px;}

	.jcf-select .jcf-select-opener {
		width: 53px;
	}

	.jcf-select .jcf-select-opener:after {
		top: 23px;
		left: 19px;
	}

	.jcf-list .jcf-option {
		font-size: 16px;
		line-height: 20px;
	}

	#header {
		padding: 26px 80px 22px;
	}

	#header .close {
		left: 80px;
		top: 43px;
	}

	#header ul {
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	#header ul li:last-child a, #header ul li.sml a {
		font-size: 12px;
		font-family: "akkurat";
		line-height: 22px;
	}

	#header ul a {
		font-size: 46px;
		line-height: 46px;
	}

	#header .open {
		width: 16px;
		height: 13px;
	}

	#header .open:before {
		top: 6px;
	}

	#header .title-page {
		font-size: 14px;
	}

	.container {
		padding: 0 10px;
		max-width: 1226px;
	}
	.ipad_view .container {
		padding: 0 50px;
	}
	.ipad_view .container>div{float: none !important; margin: 0 auto;text-align:center;display:block;}
	.ipad_view .container>div p{margin: 0 auto;text-align:center;}
	.ipad_view .blockquote-section blockquote{margin: 0 auto;padding-bottom: 30px;}
	.ipad_view .blockquote-section .image-holder{margin: 0 auto;}
	.container.container950{max-width:950px;}

	h1 {
		font-size: 36px;
	}

	#main {
		padding: 0 0 50px;
	}

	.promo-section {
		height: 100vh;
	}

	.promo-section .btn {
		font-size: 17px;
		padding: 18px 52px;
		margin: 50px 0 0;
	}

	.info-box {
		padding: 50px 0 50px 0;
	}

	.info-box .text-holder {
		padding: 0 50px 0 0;
	}

	.info-box .text-holder span {
		margin: 0 0 25px;
		font-weight: 400;
	}

	.info-box p {
		margin: 0 0 24px;
	}

	.info-box .image-holder {
		float: right;
		width: 48%;
		margin: 0px 0 0 0;
	}
	.ipad_view .info-box .image-holder{
		float:none;
		margin: 50px auto;
		width: 100%;
		text-align: center;
	}

	.info-box.align-left {
		padding: 50px 0;
	}

	.info-box.align-left .image-holder {
		float: left;
	}

	.ipad_view .info-box.align-left .image-holder{
		float:none;
		margin: 50px auto;
		width: 100%;
		text-align: center;
	}

	.info-box.align-left .text-holder {
		padding: 0 0 0 50px;
	}

	.full-width {
		padding: 0 0 50px;
	}

	.full-width p {
		width: 70%;
	}

	.two-images .image-holder {
		margin: 0;
		width: auto;
	}

	.two-images .image-frame {
		padding: 0 50px 0 0;
		width: auto;
	}

	.carousel-section {
		padding: 50px 0;
	}

	.carousel {
		padding: 0 67px;
	}

	.carousel .btn-prev,
	.carousel .btn-next {
		top: 50%;
		left: 0;
		width: 55px;
		height: 55px;
		margin-top: -27px;
	}

	.carousel .btn-prev:after,
	.carousel .btn-next:after {
		top: 22px;
		left: 17px;
	}

	.carousel .btn-next {
		left: auto;
		right: 0;
	}

	.cms-about .carousel .btn-next {
		right: 80px;
	}
	.cms-about .carousel .btn-prev {
		left: 80px;
	}

	.carousel .flex-holder {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.carousel .flex-holder .text-box {
		-webkit-order: 0;
		-ms-flex-order: 0;
		-webkit-box-ordinal-group: 1;
		order: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		-webkit-box-flex: 0;
		flex: 0 1 auto;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		align-self: auto;
		width: 64%;
		padding: 0 5% 0 0;
	}

	.carousel .flex-holder .text-box strong {
		font-size: 36px;
	}

	.carousel .flex-holder .text-box p {
		font-size: 18px;
		line-height: 24px;
	}

	.carousel .flex-holder .image-holder {
		-webkit-order: 0;
		-ms-flex-order: 0;
		-webkit-box-ordinal-group: 1;
		order: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		-webkit-box-flex: 0;
		flex: 0 1 auto;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		align-self: auto;
		width: 36%;
		padding: 0;
	}

	.carousel .pagination {
		margin: 0 -6%;
		padding: 0 0 19px;
	}

	.cms-wine-page .carousel .pagination ul li.active a, .cms-wine-page .carousel .pagination ul a {
		font-family: "Miller Banner Light";
	}

	.carousel .pagination ul li.active a {
		font-size: 18px;
		line-height: 12px;
	}

	.carousel .pagination ul a {
		font-size: 12px;
		line-height: 12px;
	}

	.blockquote-section {
		padding: 50px 0 0 0;
	}

	.blockquote-section .flex-holder {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.blockquote-section blockquote {
		width: 52%;
		padding: 0 8% 0 4%;
		margin: 40px 0 0 0;
	}

	.blockquote-section q {
		font-size: 22px;
		line-height: 32px;
		margin: 0 0 43px;
	}

	.blockquote-section q:after {
		font-size: 60px;
		top: -97px;
		font-family: "Miller Banner Light";
	}

	.blockquote-section q:before {
		font-size: 60px;
		bottom: -128px;
		font-family: "Miller Banner Light";
	}

	.blockquote-section cite {
		font-size: 14px;
	}

	.blockquote-section .image-holder {
		width: 48%;
	}

	.collaborations-section .container {
		padding-top: 108px;
	}

	.collaborations-section h1 {
		margin: 0 0 64px;
	}

	.collaborations-list {
		margin: 0 -26px;
	}

	.collaborations-list li {
		width: 33.333%;
		padding: 0 26px;
		margin: 0 0 47px;
	}

	.lightbox-frame .carousel-lightbox .btn-prev,
	.lightbox-frame .carousel-lightbox .btn-next {
		left: 40px;
	}

	.lightbox-frame .carousel-lightbox .btn-next {
		right: 40px;
		left: auto;
	}

	.journal-section {
		padding: 30px 0 0 0;
	}

	.journal-section .journal-box {
		padding: 0 0 32px;
		margin: 0 0 34px;
	}

	.journal-section .journal-box a {
		/*font-size: 12px;/**/
		margin: 0;
	}

	.journal-section .flex-holder {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.journal-section .image-holder {
		width: 48%;
	}

	.journal-section .text-box {
		width: 52%;
		padding: 0 30px 0 0;
	}

	.journal-section .date {
		font-size: 12px;
		margin: 0 0 36px;
	}

	.journal-section h3,
	.journal-section h3 a {
		font-size: 46px;
		line-height: 50px !important;
		margin: 0 0 58px;
	}

	.journal-section p {
		line-height: 24px;
		margin: 0 0 139px;
	}

	.paging {
		margin: 0 auto;
		max-width: 390px;
	}

	.paging li {
		margin: 0 14px;
	}

	.paging a {
		font-size: 12px;
	}

	.paging .prev a:after,
	.paging .next a:after {
		font-size: 5px;
	}

	.accordion a {
		font-size: 20px;
		padding: 15px 26px;
	}

	.accordion ul a {
		font-size: 16px;
		padding: 18px 25px;
	}

	.accordion .opener:after {
		top: 22px;
		right: 18px;
	}

	.currency {
		font-size: 16px;
		text-align: left;
	}

	.search-form {
		padding: 32px 0 0 0;
	}

	.search-form .sidebar {
		float: left;
		width: 262px;
		margin: 0 53px 0 0;
	}

	.search-form .sub-title {
		margin: 0 0 50px 314px;
		text-align: left;
		font-size: 36px;
	}

	.search-form .row.single-row {
		max-width: 577px;
		margin: 0 0 67px 314px;
	}

	.search-form .row.full-width-row {
		margin: 0 0 50px;
	}

	.search-form .text {
		height: 58px;
		font-size: 16px;
		line-height: 24px;
		padding: 17px 50px 17px 17px;
	}

	.search-form .submit {
		width: 59px;
	}

	.search-form .submit:after {
		font-size: 23px;
		top: 16px;
		left: 19px;
	}

	.search-form .amount {
		font-size: 16px;
		margin: 20px 0 0 0;
	}

	.product-list .image-holder {
		padding: 23px 0 20px;
		margin: 0 0 13px;
	}

	.product-list .image-holder img {
		max-height: none;
	}

	/*
	.product-list h4 {
		font-size: 12px;
		line-height: 12px;
	}

	.product-list span {
		font-size: 12px;
		line-height: 12px;
	}
	/**/

	.one-product {
		margin: 0 0 50px;
	}

	.one-product .image-frame {
		float: left;
		width: 40%;
		margin: 0 20px 0 0;
	}

	.one-product .image-frame img {
		max-height: 600px;
	}

	.one-product h3 {
		font-size: 36px;
	}

	.one-product .price {
		font-size: 20px;
	}

	.one-product .prize {
		font-size: 16px;
	}

	.table-frame .row.same-width .column {
		width: 50%;
	}

	.table-frame .row.same-width .column:first-child {
		width: 50%;
	}

	.table-frame .column {
		float: right;
		width: 60%;
	}

	.table-frame .column:after {
		content: "";
		clear: both;
		display: block;
		position: absolute;
		top: 0;
		left: 40%;
		bottom: 0;
		width: 1px;
		background: #eae9e7;
	}

	.table-frame .column:first-child {
		float: left;
		width: 40%;
		border-bottom: 0;
	}

	.table-frame span {
		font-size: 12px;
	}

	.button-form button {
		padding: 21px 5px 20px 5px;
	}

	.recommend-section h3 {
		font-size: 46px;
	}

	.recommend-section .product-list li {
		width: 33.333%;
	}

	.event-section .journal-box:nth-child(2n) .text-box {
		padding: 0 30px 0 0;
	}

	.event-section .journal-box a {
		margin: 0 0 0 9px;
	}

	.event-section .flex-holder {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.event-section .text-box {
		padding: 0 0 0 30px;
	}

	.event-section .date {
		margin: 0 0 29px;
	}

	.event-section h3 {
		margin: 0 0 20px;
	}

	.event-section p {
		margin: 0 0 20px;
	}

	.awards-section {
		padding: 30px 0 0 0;
	}

	.awards-section .flex-holder {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin: 0 0 40px;
	}

	.awards-section .image-holder {
		width: 48%;
		margin: 0;
	}

	.awards-section .text-box {
		width: 52%;
		padding: 0 0 0 43px;
	}

	.awards-list .slide {
		padding: 20px 0;
	}

	.awards-list .column {
		float: right;
		width: 47%;
	}

	.awards-list .column:first-child {
		float: left;
	}

	.awards-list .box {
		margin: 28px 0 0;
	}

	.flight-club-section {
		padding: 40px 0 0;
	}

	.flight-club-section h1 {
		font-size: 46px;
		margin: 0 0 56px;
		text-align: center;
	}

	.flight-club-section .text-box {
		float: left;
		width: 44%;
	}

	.flight-club-section strong {
		margin: 0 0 41px;
		font-size: 14px;
	}

	.flight-club-section p {
		font-size: 12px;
		line-height: 24px;
	}

	.flight-club-section ul li {
		font-size: 12px;
		line-height: 24px;
	}

	.flight-club-section ul li:after {
		top: 9px;
	}

	.sign-form {
		float: right;
		width: 50%;
	}

	.sign-form .title {
		font-size: 14px;
		margin: 0 0 41px;
	}

	.sign-form label {
		font-size: 12px;
		line-height: 24px;
		margin: 0 0 7px;
	}

	.sign-form .row-email {
		margin: 0 0 37px;
	}

	.contact-section {
		padding: 65px 0 0 0;
	}

	.contact-form {
		padding: 68px 9999px 99px;
	}

	.contact-form .image-holder {
		float: left;
		width: 46%;
		padding: 15px 0 0;
		margin: 0;
		text-align: center;
	}

	.contact-form p {
		margin: 0 0 20px;
	}

	.contact-form .text-box {
		padding: 0 0 0 30px;
	}

	.contact-form label {
		margin: 0 0 12px;
	}

	.contact-form label {
		font-size: 12px;
	}

	.contact-form .text {
		margin: 0 0 40px;
	}

	.contact-form textarea {
		resize: both;
		height: 57px;
		margin: 0 0 47px;
	}

	.contact-form button {
		font-size: 12px;
		line-height: 17px;
		margin: 0;
		height: 45px;
		padding: 14px 62px;
	}

	.contact-form .sub-row .column {
		float: right;
		width: 48%;
	}

	.contact-form .sub-row .column:first-child {
		float: left;
		width: 48%;
	}

	.contact-frame {
		padding: 40px 0 0;
	}

	.contact-box {
		padding: 20px 0 0;
		margin: 20px 0 0;
	}

	.contact-box:first-child {
		padding: 0;
	}

	.contact-box p a {
		line-height: 24px;
	}

	.contact-box h3 {
		font-size: 46px;
		margin: 0 0 3px;
	}

	.contact-box ul {
		margin: 0 -48px 0 0;
	}

	.contact-box ul li:first-child {
		margin: 30px 0 0;
	}

	.contact-box ul li:nth-child(2n) {
		padding: 0 48px 0 0;
	}

	.contact-box ul li {
		width: 50%;
		display: inline-block;
		vertical-align: top;
		margin: 30px 0 0;
	}

	.contact-box strong {
		font-size: 16px;
		margin: 0 0 8px;
	}

	.contact-box span {
		font-size: 16px;
		margin: 0 0 8px;
	}

	.contact-box a {
		font-size: 16px;
	}

	.contact-box .title {
		font-size: 18px;
	}

	.contact-box dl {
		margin: 0 0 21px;
	}

	.contact-box dt {
		font-size: 12px;
		margin: 0 3px 6px 0;
	}

	.contact-box dd {
		font-size: 12px;
		margin: 0 3px 6px 0;
	}

	.contact-box .button {
		font-size: 14px;
		line-height: 19px;
		padding: 18px 81px;
		height: 55px;
		margin: -11px 0 30px;
	}

	.sub-nav li {
		margin: 0 15px;
	}

	.sub-nav a {
		font-size: 16px;
	}
	.shopping-section {
		padding: 46px 0 0;
	}

	.shopping-section .login {
		padding: 20px 104px;
		width: auto;
	}

	.shopping-form {
		padding: 45px 0 0 0;
	}

	.shopping-form h1 {
		margin: 0 0 30px;
	}

	.table-holder {
		margin: 0 0 61px;
	}

	.product-table {
		float: left;
		width: 60%;
		margin: 0;
	}

	.product-table table {
		width: 100%;
	}

	.product-table table td {
		font-size: 12px;
		line-height: 16px;
	}

	.product-table .image-holder {
		width: 105px;
		height: 110px;
		padding: 15px 0 0;
	}

	.product-table .image-holder img {
		height: auto;
	}

	.product-table .jcf-select {
		max-width: 106px;
		min-width: 106px;
		width: 106px;
	}

	.overview-table {
		float: right;
		width: 26.2%;
	}

	.overview-table h1 {
		padding: 0 0 21px;
		margin: 0 0 31px;
	}

	.overview-table dt {
		margin: 0 0 17px;
	}

	.overview-table dd {
		margin: 0 0 17px;
	}

	.promo-code {
		margin: 0 0 70px;
	}

	.promo-code .text {
		height: 55px;
		padding: 18px 10px;
	}

	.promo-code button {
		padding: 18px 10px;
		height: 55px;
	}

	.billing {
		margin: 0 0 70px;
	}

	.billing .sub-row {
		margin: 0 0 40px;
	}

	.billing .column {
		float: right;
		width: 46%;
		margin: 0;
	}

	.billing .column:first-child {
		float: left;
	}

	.billing .text {
		margin: 0 0 0;
	}

	.billing textarea {
		margin: -19px 0 0;
	}

	.billing .jcf-select {
		width: 100%;
		min-width: 263px;
	}

	.datepicker .jcf-select {
		margin: 0 30px 0 0;
		width: 104px;
		min-width: 104px;
	}

	.shipping {
		margin: 0 0 70px;
	}

	.shipping h1 {
		margin: 0 0 30px;
	}

	.payment h1 {
		margin: 0 0 30px;
	}

	.payment-row ul {
		float: left;
		margin: -23px 0 0 167px;
	}

	.payment-row ul {
		margin: -8px 0 0 167px;
	}

	.payment-row.verification-row {
		margin: 0 0 117px;
	}

	.order {
		width: auto;
		padding: 19px 99px;
		height: 56px;
	}

	#footer .container {
		padding: 51px 10px 66px;
	}

	.address-box {
		float: left;
		width: 24.4%;
		margin: 0 20px 0 0;
	}



	.distributors {
		float: left;
		width: 11%;
		margin: 0 25px 0 0;
	}

	.distributors a {
		font-size: 12px;
		line-height: 18px;
	}

	.social-list {
		float: left;
		padding: 3px 0 0;
		width: 26%;
	}

	.social-list li {
		/*float: left;*/
		margin: 0 0 5px;
	}

	.social-list a {

	}

	.subscribe-form {
		float: right;
		margin: 3px 30px 0 0;
		width: 21.7%;
	}

	.subscribe-form span {

		margin: 0 0 18px;
	}

	.subscribe-form .email {
		height: 48px;
		padding: 15px 60px 15px 13px;

	}

	.subscribe-form button {
		margin: 18px;
	}

	.top-bnt {
		right: 12px;
		top: 53px;
	}

	.top-bnt:after {
		font-size: 7px;
	}
}

@media (min-width: 768px) and (min-width: 1024px) {
	.table-frame .row.same-width .column {
		width: 50%;
	}

	.table-frame .column {
		width: 64%;
	}

	.table-frame .column:after {
		left: 36%;
	}

	.table-frame .column:first-child {
		width: 36%;
	}
}

@media (min-width: 768px) and (min-width: 1024px) and (min-width: 1024px) {
	.table-frame .row.same-width .column:after {
		left: 50%;
	}
}

@media (min-width: 1024px) {
	#header ul li.sml1 {
		margin: 65px 0 0;
	}
	#header ul li.sml2 {
		margin: 5px 0 0;
	}

	#header ul li {
		margin: 0 0 12px;
	}

	#header .title-page {
		margin: 0 0 0 220px;
	}

	#header .user-box a span {
		display: block;
		display: inline-block;
		vertical-align: top;
		margin: 0 8px 0 0;
	}

	h1 {
		font-size: 46px;
	}

	p {
		/*font-size: 12px;/**/
		line-height: 24px;
	}

	#main {
		padding: 0 0 98px;
	}

	.info-box {
		padding: 109px 0 120px 0;
	}

	.info-box.align-left {
		padding: 113px 0 120px 0;
	}

	.full-width {
		padding: 0 0 111px;
	}

	.full-width p {
		width: 46%;
	}

	.two-images .image-frame {
		margin: 0 0 0 8.5%;
	}

	.carousel-section {
		padding: 115px 0 82px 0;
	}

	.carousel {
		padding: 0 157px;
	}

	.carousel .mask {
		margin: 0 0 80px;
	}

	.carousel .flex-holder .text-box {
		padding: 0 24% 0 0;
		margin: -61px 0 0 0;
	}

	.carousel .flex-holder .text-box strong {
		font-size: 46px;
	}

	.carousel .flex-holder .text-box p {
		font-size: 24px;
		line-height: 34px;
	}

	.blockquote-section {
		padding: 116px 0 0 0;
	}

	.collaborations-list {
		margin: 0 131px;
	}

	.lightbox-frame {
		padding: 62px 72px 32px;
	}

	.lightbox-frame .holder {
		margin: 0 0 63px;
	}

	.lightbox-frame .text-box {
		padding: 0 60px 0 0;
	}

	.lightbox-frame .carousel-lightbox {
		float: right;
		width: 61%;
		margin: 10px 0 0;
		max-width: none;
	}

	.lightbox-frame .carousel-lightbox .btn-prev,
	.lightbox-frame .carousel-lightbox .btn-next {
		margin: 0;
	}

	.lightbox-frame h1 {
		margin: 0 0 60px;
	}

	.lightbox-frame p {
		margin: 0 0 24px;
	}

	.journal-section {
		padding: 64px 0 0 0;
	}

	.journal-section .journal-box {
		padding: 0 0 62px;
		margin: 0 0 64px;
	}

	.journal-section .text-box {
		padding: 0 100px 107px 0;
	}

	.journal-section h3 {
		line-height: 46px;
	}

	.search-form {
		padding: 72px 0 0 0;
	}

	.search-form .sub-title {
		font-size: 46px;
	}

	.product-list {
		margin: 0 -26px;
	}

	.product-list li {
		width: 33.333%;
		padding: 0 26px;
		margin: 0 0 52px;
	}

	.product-list strong {
		font-size: 36px;
		line-height: 36px;
		left: 60px;
		right: 60px;
	}

	.one-product {
		margin: 0 0 129px;
		padding: 71px 0 0 0;
	}

	.one-product .back {
		font-size: 14px;
		padding: 0 0 0 17px;
		margin: 0 0 31px;
	}

	.one-product .image-frame {
		width: 48%;
		margin: 0 51px 0 0;
		padding: 73px 0 64px 0;
	}

	.one-product h3 {
		font-size: 46px;
	}

	.one-product .price {
		margin: 0 0 34px;
	}

	.one-product .prize {
		margin: 0 0 58px;
	}

	.option-product {
		margin: 0 0 48px;
	}

	.option-product .image-holder {
		margin: 0 0 22px;
	}

	.option-product .image-holder img {
		max-height: 50px;
	}

	.option-product span {
		font-size: 12px;
	}

	.table-frame {
		margin: 0 0 52px;
	}

	.table-frame .row.same-width .column:first-child {
		width: 50%;
	}

	.table-frame span {
		padding: 16px 19px 17px 19px;
	}

	.recommend-section .container {
		padding: 53px 35px 0;
	}

	.recommend-section h3 {
		margin: 0 0 53px;
	}

	.recommend-section .product-list {
		margin: 0 -52px;
	}

	.recommend-section .product-list li {
		width: 25%;
	}

	.event-section {
		padding: 66px 0 0 0;
	}

	.event-section .journal-box:nth-child(2n) .text-box {
		padding: 0 50px 0 0;
	}

	.event-section .text-box {
		padding: 0 0 0 50px;
	}

	.event-section h3 {
		margin: 0 0 52px;
	}

	.event-section p {
		margin: 0 0 65px;
	}

	.awards-section {
		padding: 66px 0 0 0;
	}

	.awards-section .flex-holder {
		margin: 0 0 89px;
	}

	.awards-list a {
		padding: 25px 0;
	}

	.awards-list a:after {
		top: 25px;
	}

	.awards-list .slide {
		padding: 31px 0 52px 0;
	}

	.flight-club-section {
		padding: 60px 0 0;
	}

	.flight-club-section h1 {
		text-align: left;
	}

	.contact-form p {
		margin: 0 0 55px;
	}

	.contact-form .text-box {
		padding: 0 105px 0 72px;
	}

	.contact-frame {
		padding: 92px 0 0;
	}

	.contact-box.careers {
		padding-right: 50%;
	}

	.contact-box.careers h3 {
		margin: 0 0 60px;
	}

	.contact-box.careers p {
		margin: 0 0 67px;
	}

	.contact-box {
		padding: 92px 0 0;
		margin: 88px 0 0;
	}

	.contact-box ul li:first-child {
		margin: 65px 0 0;
	}

	.contact-box ul li {
		margin: 65px 0 0;
	}

	.contact-box .button {
		margin: -11px 0 78px;
	}

	.shopping-section {
		padding: 66px 0 0;
	}

	.shopping-form {
		padding: 75px 0 0 0;
	}

	.shopping-form h1 {
		margin: 0 0 49px;
	}

	.promo-code {
		margin: 0 0 110px;
	}

	.promo-code .text {
		width: 263px;
	}

	.promo-code button {
		width: 149px;
		float: left;
	}

	.billing {
		max-width: 577px;
	}

	.billing {
		margin: 0 0 40px;
	}

	.billing .jcf-select {
		width: 263px;
		min-width: 263px;
	}

	.billing .datepicker .jcf-select {
		width: 170px;
		min-width: 170px;
	}
	.billing .datepicker .jcf-select:last-child {
		margin-right:0px;
	}

	.shipping {
		margin: 0 0 103px;
	}

	.shipping h1 {
		margin: 0 0 61px;
	}

	.payment h1 {
		margin: 0 0 52px;
	}

	.subscribe-form {
		margin: 3px 12% 0 0;
	}
}

@media (min-width: 1025px) {
	.bg-holder {
		background-attachment: fixed;
		background-repeat: no-repeat;
	}
}

@media (min-width: 1200px) {
	.subscribe-form {
		margin: 3px 13% 0 0;
	}
}
.user-box .user {
    padding-right: 8px;
    background: url(login-icon.png) no-repeat right center;
    margin-right: 10px;
}
#checkout-payment-method-load .payment_paypal_express{
    margin-top:60px;
}

#payment_form_ewayrapid_ewayone .jcf-select {
    width: 125px;
    min-width: 125px;
}
#payment_form_ewayrapid_ewayone .jcf-select-year{
    margin-left:10px;
}
#payment_form_ewayrapid_ewayone .input-box{
    width:300px;
}
#payment_form_ewayrapid_ewayone label{
    margin-bottom:5px;
}
#payment_form_ewayrapid_ewayone li{
    margin-bottom:30px;
}
#payment_form_ewayrapid_ewayone .input-text {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #eae9e7;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    height: 30px;
    padding: 2px 10px;
    background: none;
    outline: none;
    margin: 0 0 0;
}

#checkout-payment-method-load .payment_ewayrapid_ewayone{
    margin-bottom:40px;
}