/*
Theme Name: TrentJansen.com
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

@font-face {
	font-family: "Futura LT W01 Book";
	src: url("fonts/e2b9cbeb-fa8e-41cd-8a6a-46044b29ba52.woff") format("woff"), url("fonts/c2a69697-4f06-4764-abd4-625031a84e31.ttf") format("truetype");
}

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

@font-face {
	font-family: "sorts_mill_goudy";
	src: url("fonts/goudystm-italic-webfont.woff") format("woff"), url("fonts/goudystm-italic-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.ttf?juhwaz") format("truetype"), url("fonts/icomoon.woff?juhwaz") format("woff");
	font-weight: normal;
	font-style: normal;
}

.select2-container .select2-choice .select2-arrow b,
[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;
}

.select2-container .select2-choice .select2-arrow b:before,
.icon-arrow-b:before {
	content: "\e901";
}

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

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

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

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

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

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

.icon-bars:before {
	content: "\f0c9";
}

.icon-navicon:before {
	content: "\f0c9";
}

.icon-reorder:before {
	content: "\f0c9";
}

.icon-angle-left:before {
	content: "\f104";
}

.icon-angle-right:before {
	content: "\f105";
}

.icon-angle-up:before {
	content: "\f106";
}

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

#navigation ul,
.social-networks,
.product-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
#main:after,
.post .post-content:after,
#footer:after,
.product-view:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

* {
	max-height: 1000000px;
}

body {
	color: #414042;
	background: #fff;
	font: 12px/1.17 "sorts_mill_goudy", "Times New Roman", "Georgia", serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.17em;
}

blockquote {
	border-left: 4px solid #414042;
	padding-left: .5em;
	margin-left: 1.17em;
}

th,
td {
	border: 1px solid #414042;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
	text-align: left;
}

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 #b9b8b9;
	padding: .4em .85em;
	display: block;
	width: 100%;
	font-size: 12px;
	line-height: 1.52;
	margin: 0 0 11px;
	max-width: 100%;
	padding: .155em .7em .145em;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-family: "Futura LT W01 Book", "Helvetica", Arial, sans-serif;
	outline: none;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #231f20;
	outline: none;
}

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

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

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

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

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

.woocommerce-billing-fields input[type="text"],
.woocommerce-billing-fields
  input[type="tel"],
.woocommerce-billing-fields
  input[type="email"],
.woocommerce-billing-fields
  input[type="search"],
.woocommerce-billing-fields
  input[type="password"],
.woocommerce-billing-fields
  textarea {
	margin: 0;
}

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

label {
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	margin: 1px 0;
	color: #000;
	font-family: "sorts_mill_goudy", "Times New Roman", "Georgia", serif;
}

textarea {
	resize: vertical;
	vertical-align: top;
	min-height: 120px;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	font-family: "Futura LT W01 Book", "Helvetica", Arial, sans-serif;
	outline: none !important;
}

/* custom select styles */

.jcf-select,
.select2-container .select2-choice {
	position: relative;
	overflow: visible;
	border: 1px solid #b9b8b9;
	background: #fff;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
	display: block;
	color: #414042;
	height: 24px;
	text-align: left;
	text-transform: uppercase;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
	cursor: pointer;
	border-radius: 0;
}

.jcf-select.jcf-drop-active,
.select2-container .select2-choice.jcf-drop-active {
	border-color: #414042;
}

.select2-dropdown-open .select2-choice {
	border-color: #414042;
}

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

.jcf-select .jcf-select-text,
.select2-container .select2-choice > .select2-chosen {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #414042;
	display: block;
	font-size: 12px;
	line-height: 23px;
	height: auto;
	margin: 0 25px 0 9px;
	border: none;
}

.jcf-select .jcf-select-opener,
.select2-container .select2-choice .select2-arrow {
	position: absolute;
	text-align: center;
	background: #231f20;
	width: 26px;
	bottom: -1px;
	text-align: center;
	right: -1px;
	top: -1px;
	height: auto;
	color: #fff;
	font-size: 11px;
	line-height: 26px;
	border-radius: 0;
}

.jcf-select .jcf-select-opener .presentation,
.jcf-select .jcf-select-opener b,
.jcf-select .jcf-select-opener i,
.select2-container .select2-choice .select2-arrow .presentation,
.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice .select2-arrow i {
	border: none;
	width: auto;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0;
	-webkit-transform: translate(-43%, -48%);
	-ms-transform: translate(-43%, -48%);
	transform: translate(-43%, -48%);
}

.jcf-select .jcf-select-opener .presentation:before,
.jcf-select .jcf-select-opener b:before,
.jcf-select .jcf-select-opener i:before,
.select2-container .select2-choice .select2-arrow .presentation:before,
.select2-container .select2-choice .select2-arrow b:before,
.select2-container .select2-choice .select2-arrow i:before {
	display: block;
}

.jcf-select .jcf-select-opener .presentation:after,
.jcf-select .jcf-select-opener b:after,
.jcf-select .jcf-select-opener i:after,
.select2-container .select2-choice .select2-arrow .presentation:after,
.select2-container .select2-choice .select2-arrow b:after,
.select2-container .select2-choice .select2-arrow i:after {
	display: none;
}

.select2-drop {
	margin-top: 0;
	font-family: "Futura LT W01 Book", "Helvetica", Arial, sans-serif;
}

.select2-drop .select2-search {
	padding: 5px 9px;
	vertical-align: top;
}

.select2-drop .select2-search .select2-input {
	margin: 0;
	padding: .4em .85em !important;
}

.select2-drop .select2-results {
	padding: 0;
	background: #fff;
}

.select2-drop .select2-results li {
	margin: 0;
}

.select2-drop .select2-results li a {
	border-radius: 0;
}

.select2-drop.select2-drop-active {
	border-width: 1px;
	border-color: #414042;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 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 #414042;
}

/* 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;
	font: 12px/1.1 "Futura LT W01 Book", "Helvetica", Arial, sans-serif;
	width: 100%;
}

.jcf-list .jcf-option-hideme {
	display: none !important;
}

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

.select2-results .select2-result-label,
.jcf-list .jcf-option {
	overflow: hidden;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
	cursor: pointer;
}

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

.select2-results .select2-highlighted .select2-result-label,
.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

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

.jcf-focus,
.jcf-focus * {
	border-color: #414042 !important;
}

.widget {
	margin-bottom: 1.17em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.search-form input {
	float: left;
	height: 28px;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 28px;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #231f20;
	color: #fff;
	height: 28px;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.17em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.17em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.17em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.17em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: #231f20;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation-single {
	margin-bottom: 1.17em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	background: #231f20;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #414042;
	padding: .4em;
	margin-bottom: 1.17em;
	text-align: center;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.17em;
	text-align: center;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.17em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.17em;
}

.mejs-container {
	margin-bottom: 1.17em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

.wp-caption-text {
	text-align: center;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Futura LT W01 Book", "Helvetica", Arial, sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

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

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

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

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

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

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

p {
	margin: 0 0 18px;
}

a {
	color: #414042;
	text-decoration: underline;
}

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

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden; /* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	-ms-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	transition-property: transform, height;
}

/* a11y */

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

/* Arrows */

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	font-size: 17px;
	line-height: 1;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	cursor: pointer;
	text-decoration: none;
	z-index: 10;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	color: #dcddde;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	visibility: hidden;
}

.swiper-button-prev {
	left: 4px;
}

.swiper-button-next {
	right: 4px;
}

/*.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background: url('@{templateUrl}/assets/img/icons/arrow-left.svg') no-repeat;
  left: 7px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background: url('@{templateUrl}/assets/img/icons/arrow-right.svg') no-repeat;
  right: 7px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}*/

/* Pagination Styles */

.swiper-pagination {
	position: relative;
	text-align: center;
	margin: 8px 0;
	-webkit-transition: 300ms;
	transition: 300ms;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
	top: 80.5%;
	left: 0;
	width: 100%;
}

/* Bullets */

.swiper-pagination-bullet {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

.swiper-pagination-bullet:before {
	content: "";
	width: 6px;
	height: 6px;
	display: inline-block;
	vertical-align: top;
	border-radius: 100%;
	border: 1px solid #949494;
	border-radius: 100%;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff;
}

.swiper-pagination-bullet-active:before {
	border: 1px solid #414042;
	background: #414042;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	-ms-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	padding: 4px;
}

/* Progress */

.swiper-pagination-progress {
	background: rgba(0, 0, 0, .25);
	position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, .5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000;
}

/* 3D Container */

.swiper-container-3d {
	-webkit-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent)); /* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent); /* Chrome 10+, Safari 5.1+, iOS 5+ */ /* Firefox 3.6-15 */ /* Opera 11.10-12.00 */
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent); /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent)); /* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent); /* Chrome 10+, Safari 5.1+, iOS 5+ */ /* Firefox 3.6-15 */ /* Opera 11.10-12.00 */
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent); /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent)); /* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent); /* Chrome 10+, Safari 5.1+, iOS 5+ */ /* Firefox 3.6-15 */ /* Opera 11.10-12.00 */
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent); /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent)); /* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent); /* Chrome 10+, Safari 5.1+, iOS 5+ */ /* Firefox 3.6-15 */ /* Opera 11.10-12.00 */
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent); /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
	/* Windows 8 IE 10 fix */
	-ms-perspective: 1200px;
}

/* Cube + Flip */

.swiper-container-cube,
.swiper-container-flip {
	overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Cube */

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}

/* Fade */

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

/* Scrollbar */

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1);
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 50;
	height: 10px;
	width: 100%;
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

/* Preloader */

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

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

iframe {
	max-width: 100%;
}

a,
[type="submit"],
[type="button"] {
	-webkit-transition: color .3s, border-color .3s, background-color .3s, opacity .3s, -webkit-transform .3s;
	transition: color .3s, border-color .3s, background-color .3s, opacity .3s, transform .3s;
}

a img,
[type="submit"] img,
[type="button"] img {
	-webkit-transition: border-color .3s, opacity .3s;
	transition: border-color .3s, opacity .3s;
}

a:before,
a:after,
[type="submit"]:before,
[type="submit"]:after,
[type="button"]:before,
[type="button"]:after {
	-webkit-transition: all .3s;
	transition: all .3s;
}

#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.w1 {
	max-width: 920px;
	margin: 0 auto;
	padding: 0 34px;
}

#header {
	padding: 31px 0 7px;
}

#header .logo {
	width: 138px;
	margin: 0 auto 28px;
	position: relative;
	left: 1px;
}

#header .logo a {
	-webkit-transition: none;
	transition: none;
}

#header .logo img {
	display: block;
	width: 138px;
	height: 41px;
	-webkit-transition: opacity .7s ease-in-out;
	transition: opacity .7s ease-in-out;
}

#header .logo img:hover {
	opacity: .1;
}

#navigation {
	position: relative;
	text-align: center;
	font: 8px/1.5 "Futura LT W01 Book", "Helvetica", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#navigation ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 13px 0 15px;
}

#navigation ul li.active a,
#navigation ul li a:hover {
	color: #dcddde;
}

#navigation ul li:first-child {
	float: left;
	margin: 0;
}

#navigation ul li:last-child {
	float: right;
	margin: 0 0 0 10px;
}

#navigation ul a {
	text-decoration: none;
	color: #414042;
}

.post {
	border-top: 1px solid #a0a0a1;
	padding: 37px 0;
}

.post .swiper-holder + .post-content h2 {
	margin-top: 4px;
}

.post:first-child {
	border: 0;
	padding-top: 0;
}

.post .back-to-top:hover {
	color: #dcddde;
}

.post .post-content {
	text-align: center;
	font-family: "Futura LT W01 Book", "Helvetica", Arial, sans-serif;
	letter-spacing: 1px;
	position: relative;
}

.post .post-content h2 + p {
	text-transform: uppercase;
	font-size: 8px;
	line-height: 1.4;
}

.post h2 {
	font: 12px/1.33 "Futura LT W01 Book", "Helvetica", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .24em;
	text-indent: .24em;
	margin: 24px 0 9px;
	text-align: center;
}

.post h2 a {
	text-decoration: none;
}

.post p {
	margin: 0 0 14px;
}

.post .frame {
	position: absolute;
	top: 50%;
	right: 11.2%;
	-webkit-transform: translateY(-70%);
	-ms-transform: translateY(-70%);
	transform: translateY(-70%);
	color: #231f20;
	font-size: 21px;
	line-height: 1.33;
	margin: 0;
	padding: 0;
	z-index: 10;
	max-width: 74%;
	width: 100%;
	text-align: right;
	border: none;
	letter-spacing: .5px;
	quotes: none;
}

.post .frame q {
	display: block;
	quotes: none;
}

.post .frame q:before,
.post .frame q:after {
	content: "";
}

.post .frame cite {
	font: 16px/14px "Futura LT W01 Book", "Helvetica", Arial, sans-serif;
	text-transform: uppercase;
	display: block;
	margin-top: 40px;
}

.post .opener {
	color: #414042;
	display: block;
	width: 18px;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	margin: 0 auto 4px;
}

.post .opener i {
	display: inline-block;
	vertical-align: top;
}

.post .opener:hover {
	color: #414042;
	opacity: .35;
}

.post .social-networks {
	position: absolute;
	top: -23px;
	right: -1px;
	z-index: 10;
}

.gallery-post .video,
.gallery-post .image,
.gallery-post .overlay {
	cursor: pointer;
	font-size: 0;
	line-height: 0;
}

.gallery-post .video-playing .overlay{
	display: none;
}

.gallery-post .video *:not(.overlay){
	display: none;
}

.gallery-post .video iframe{
	display: block !important;
}

.swiper-holder {
	position: relative;
	margin: 0 -34px;
	padding: 0 34px;
}

.swiper-container {
	display: block;
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
	margin-top: -26px;
	color: #000;
	-webkit-transition: color .3s, opacity .3s;
	transition: color .3s, opacity .3s;
}

.swiper-container .swiper-button-prev > *,
.swiper-container .swiper-button-next > * {
	vertical-align: top;
}

.swiper-container .swiper-button-prev:hover,
.swiper-container .swiper-button-next:hover {
	color: #dcddde;
}

.swiper-container .swiper-pagination {
	display: block;
	position: relative;
	top: auto !important;
	bottom: auto;
	left: auto;
}

.swiper-container .swiper-slide .text-box {
	position: absolute;
	left: 8.8%;
	top: 10.2%;
	color: #fff;
	text-align: left;
	text-transform: none;
	font: 21px/1.33 "Futura LT W01 Book", "Helvetica", Arial, sans-serif;
	width: 290px;
	max-width: 82%;
}

.swiper-container .swiper-slide .text-box * {
	text-align: inherit;
	text-transform: none;
}

.swiper-container .swiper-slide .text-box h2 {
	font-size: 16px;
	line-height: 1.3;
	margin: 0 0 15px;
}

.video {
	position: relative;
	overflow: hidden;
	padding-top: 56.3%;
}

.video iframe {
	position: absolute;
	margin: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.swiper-slide .image {
	position: relative;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}

.bottom {
	width: 18px;
	display: block;
	margin: auto;
	font-size: 16px;
	line-height: 1.06;
	color: #6e6d6e;
	text-decoration: none;
}

.bottom i {
	display: inline-block;
	vertical-align: top;
}

.bottom:hover {
	color: #dcddde;
}

.info-block {
	font-size: 12px;
	line-height: 1.2;
	font-family: "sorts_mill_goudy", "Times New Roman", "Georgia", serif;
	text-align: left;
}

.info-block p {
	margin: 0 0 14px;
}

.info-block h3 {
	margin: -1px 0 9px;
}

.info-block .slide {
	overflow: hidden;
	margin-top: -9999px;
}

.info-block .cols {
	max-width: 710px;
	margin: 0 auto;
	padding: 2px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.info-block .cols .col {
	width: 47%;
}

.info-block.active .slide {
	margin-top: 0;
}

.info-block.active .opener {
	color: #414042;
	opacity: .35;
}

.social-networks {
	font-size: 12px;
	line-height: 14px;
	overflow: hidden;
}

.social-networks li {
	float: left;
	margin: 0 0 7px 4px;
}

.social-networks a {
	display: block;
	font-size: 16px;
	color: #414141;
	text-align: center;
	text-decoration: none;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.social-networks a i {
	display: inline-block;
	vertical-align: top;
}

.social-networks a.facebook {
	background-position: 0 0;
}

.social-networks a.instagram {
	background-position: -19px 0;
}

.social-networks a:hover {
	border-color: #dcddde;
	color: #dcddde;
}

.nav-opener {
	display: none;
	position: absolute;
	top: 39px;
	left: 30px;
	z-index: 300;
	color: #231f20;
	font-size: 28px;
	line-height: 1;
	text-decoration: none;
	-webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1), -webkit-transform .4s cubic-bezier(.4, .01, .165, .99);
	transition: opacity .2s cubic-bezier(.645, .045, .355, 1), transform .4s cubic-bezier(.4, .01, .165, .99);
}

.nav-opener:hover,
.nav-opener:focus {
	color: #dcddde;
}

#footer {
	border-top: 1px solid #a0a0a1;
	text-align: center;
	font-size: 15px;
	font-family: "Futura LT W01 Book", "Helvetica", Arial, sans-serif;
	padding: 28px 50px 31px;
	width: 100;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

#footer .social-networks {
	position: absolute;
	right: 0;
	max-width: 50px;
	margin: 0;
}

#footer strong {
	display: inline-block;
	vertical-align: top;
	letter-spacing: -.06em;
}

#footer strong a {
	text-decoration: none;
}

#footer a:hover {
	color: #dcddde;
}

#footer .contacts {
	margin: 0;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-flex-wrap: wrap-reverse;
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#footer .contacts dt {
	display: inline-block;
	vertical-align: top;
	float: none;
	letter-spacing: -.024em;
}

#footer .contacts dd {
	margin: 0;
	padding: 0 4px;
	letter-spacing: -.024em;
}

#footer .contacts a {
	text-decoration: none;
	font-weight: normal;
}

.product-list {
	font: 10px/1.8 "Futura LT W01 Book", "Helvetica", Arial, sans-serif;
	text-align: left;
	margin: 0 -10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-transform: uppercase;
}

.product-list .product-title {
	line-height: 2.25;
}

.product-list p {
	margin: 0;
}

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

.product-list > li {
	width: 25%;
	padding: 0 8px;
	margin: 0 0 74px;
}

.product-title {
	display: block;
	font: 8px/1.8 "Futura LT W01 Book", "Helvetica", Arial, sans-serif;
	text-transform: uppercase;
	color: #414042;
	letter-spacing: .13em;
	margin: 0;
}

.product-title a {
	color: inherit;
	text-decoration: none;
}

.product-title a:hover {
	color: #dcddde;
}

.product-image {
	display: block;
	margin: 0 -1px 8px;
	position: relative;
	overflow: hidden;
	background: #fff;
	-webkit-transition: border .25s;
	transition: border .25s;
}

.product-image:hover img {
	opacity: .8;
}

.product-image img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: opacity .25s;
	transition: opacity .25s;
}

.product-view {
	position: relative;
}

.product-view .product-actions {
	position: absolute;
	right: 0;
	bottom: 20px;
	max-width: 45%;
	margin: 0;
}

.product-img-box {
	float: left;
	width: 54%;
	padding: 0 44px 0 0;
	margin: 0 0 25px;
}

.product-img-box .swiper-pagination {
	margin: 6px 0;
}

.product-img-box .swiper-button-next {
	right: 16px;
}

.product-img-box .swiper-button-prev {
	left: 16px;
}

.product-img-box .product-image {
	margin: 0;
}

.product-img-box .product-image img {
	opacity: 1 !important;
}

.product-img-box .product-title {
	font-size: 16px;
	text-align: center;
	margin: 0 0 11px;
}

.product-details {
	padding: 21px 0 0;
	overflow: hidden;
}

.product-details .product-title {
	font-size: 12px;
	text-align: center;
	letter-spacing: .25em;
	margin: 0 0 17px;
}

.product-details p {
	margin: 0 0 1.22em;
}

.product-details dl {
	margin: 0;
}

.product-details dl dt {
	float: left;
	clear: left;
	font-weight: normal;
}

.product-details dl dt:after {
	content: "–";
	display: inline;
	margin: 0 0 0 4px;
}

.product-details dl dd {
	margin: 0;
	padding: 0 0 1.22em;
	display: block;
	overflow: hidden;
}

.button,
.submit,
.wpcf7-submit,
.btn {
	display: inline-block;
	vertical-align: middle;
	font: 12px/1.14 "Futura LT W01 Book", "Helvetica", Arial, sans-serif;
	text-transform: uppercase;
	margin: 10px 0;
	padding: .4em .85em;
	height: auto;
	width: auto;
	text-align: center;
	color: #fff;
	background: #231f20;
	border: 1px solid #231f20;
	text-decoration: none !important;
	white-space: normal;
	letter-spacing: .2em;
	text-indent: .2em;
	min-width: 78px;
	opacity: 1;
}

.button:hover,
.submit:hover,
.wpcf7-submit:hover,
.btn:hover {
	background: #dcddde;
	color: #231f20;
}

.product-actions {
	overflow: hidden;
	text-align: right;
	font: 12px/1.3 "Futura LT W01 Book", "Helvetica", Arial, sans-serif;
}

.product-actions .btn {
	margin: 5px 0 5px 11px;
}

.product-actions .price {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 0;
	letter-spacing: .3em;
}

.product-actions .shipping-info {
	margin: 0 0 3px;
}

.shipping-info {
	font: 8px/1.3 "Futura LT W01 Book", "Helvetica", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .13em;
}

.forms-columns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: left;
	max-width: 710px;
	margin: 0 auto;
}

.woocommerce .forms-columns {
	margin-bottom: 50px;
}

.forms-columns .col {
	width: 47%;
	margin: 0 0 24px;
}

.forms-columns .button,
.forms-columns .submit,
.forms-columns .wpcf7-submit,
.forms-columns .btn {
	float: right;
	margin: 2px 0 0 13px;
	max-width: 50%;
}

.forms-columns .ajax-loader {
	float: right;
}

.forms-columns .ajax-loader[style^="visibility: hidden"] {
	display: none;
}

.forms-columns .wpcf7-response-output {
	overflow: hidden;
	border-width: 0;
	margin: 0;
	padding: 7px 0;
}

.forms-columns [role="alert"] {
	color: inherit;
	font-family: "sorts_mill_goudy", "Times New Roman", "Georgia", serif;
}

.forms-columns h3 {
	font-size: 8px;
	line-height: 1.2;
	font-weight: normal;
	text-transform: uppercase;
	margin: 2px 0 15px;
	text-align: center;
	color: #424143;
}

.js-custom-msg {
	color: inherit;
	font-family: "sorts_mill_goudy", "Times New Roman", "Georgia", serif;
	clear: both;
	padding-top: 4px;
}

.js-custom-msg strong {
	font-weight: normal;
}

.wpcf7-form-control-wrap {
	display: block;
	margin: 0 0 10px;
}

.wpcf7-form-control-wrap input + [role="alert"],
.wpcf7-form-control-wrap .jcf-select + [role="alert"] {
	margin-top: -6px;
}

.woocommerce {
	font-family: "Futura LT W01 Book", "Helvetica", Arial, sans-serif;
}

.woocommerce .cart-empty {
	font-size: 8px;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 0 0 32px;
}

.woocommerce .return-to-shop:last-child {
	margin-bottom: 0;
}

.shop_table:not(.order_details):not(.customer_details) {
	width: 100%;
	border-collapse: collapse;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
}

.shop_table:not(.order_details):not(.customer_details) th,
.shop_table:not(.order_details):not(.customer_details) td {
	border: 1px solid #bbbaba;
	border-width: 1px 0;
}

.shop_table:not(.order_details):not(.customer_details) thead {
	display: none;
}

.shop_table:not(.order_details):not(.customer_details) a {
	text-decoration: none;
	color: inherit;
}

.shop_table:not(.order_details):not(.customer_details) a:hover {
	text-decoration: underline;
}

.shop_table:not(.order_details):not(.customer_details) td {
	padding: 15px 14px;
	vertical-align: middle;
}

.shop_table:not(.order_details):not(.customer_details) .product-name {
	letter-spacing: .23em;
}

.shop_table:not(.order_details):not(.customer_details) .product-thumbnail {
	padding-left: 0;
	width: 19.8%;
}

.shop_table:not(.order_details):not(.customer_details) .product-thumbnail img {
	width: 100%;
	max-width: 94px;
	height: auto;
	vertical-align: top;
}

.shop_table:not(.order_details):not(.customer_details) .product-remove {
	width: 41px;
	padding-left: 0;
	padding-right: 0;
}

.shop_table:not(.order_details):not(.customer_details) .remove {
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0;
	text-align: left;
	text-indent: -9999px;
	border: 1px solid #000;
	width: 17px;
	height: 17px;
	border-radius: 100%;
	background: #fff;
}

.shop_table:not(.order_details):not(.customer_details) .remove:before,
.shop_table:not(.order_details):not(.customer_details) .remove:after {
	content: "";
	position: absolute;
	left: 2px;
	right: 2px;
	top: 7px;
	height: 1px;
	background: #000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.shop_table:not(.order_details):not(.customer_details) .remove:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.shop_table:not(.order_details):not(.customer_details) .remove:hover {
	border-color: #dcddde;
}

.shop_table:not(.order_details):not(.customer_details) .remove:hover:before,
.shop_table:not(.order_details):not(.customer_details) .remove:hover:after {
	background: #dcddde;
}

.shop_table:not(.order_details):not(.customer_details) label {
	font-family: inherit;
}

.shop_table:not(.order_details):not(.customer_details) .product-quantity {
	text-align: center;
	width: 20%;
	padding-left: 0;
	padding-right: 0;
	min-width: 160px;
}

.shop_table:not(.order_details):not(.customer_details) .product-quantity label {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 4px 4px;
	letter-spacing: .23em;
}

.shop_table:not(.order_details):not(.customer_details) .product-quantity .qty {
	width: 51px;
	display: inline-block;
	vertical-align: middle;
	margin: 4px;
	padding-left: 2px;
	padding-right: 2px;
	height: 25px;
	text-align: center;
	color: #000;
}

.shop_table:not(.order_details):not(.customer_details) .product-quantity .qty[disabled] {
	background: transparent;
	border-color: transparent;
	color: #000;
	opacity: 1 !important;
}

.shop_table:not(.order_details):not(.customer_details) .product-subtotal {
	text-align: right;
	padding-right: 0;
	width: 14.4%;
	letter-spacing: .23em;
}

.shop_table:not(.order_details):not(.customer_details) .actions {
	padding: 30px 0 15px;
	border-width: 0;
}

.cart-collaterals {
	text-align: right;
}

.cart-collaterals .shipping_calculator {
	text-align: inherit;
	margin-bottom: 27px;
}

.cart-collaterals .shipping_calculator h2 {
	float: none;
	margin: 4px 0 5px 5px;
	display: inline-block;
	vertical-align: top;
}

.cart-collaterals .shipping_calculator .jcf-select {
	margin: 0;
}

.cart-collaterals .form-row {
	float: none;
	margin: 5px 0 5px 31px;
	display: inline-block;
	vertical-align: middle;
}

.cart-collaterals .shipping-calculator-button {
	margin-left: 0;
}

.cart-collaterals .form-row {
	width: 240px;
	max-width: 96%;
}

.cart-collaterals .cart_totals:first-child {
	padding-top: 32px;
}

.cart-collaterals .cart_totals.calculated_shipping {
	padding-top: 0;
}

.shipping-calculator-form {
	margin: 0 !important;
	padding: 0 !important;
	display: inline-block !important;
	vertical-align: top;
	height: auto !important;
	overflow: hidden;
}

.shipping-calculator-form .jcf-select {
	text-transform: uppercase;
}

.shipping-calculator-form p {
	margin: 0;
}

.shipping-calculator-form p.form-row {
	margin-top: 0;
	margin-bottom: 37px;
}

.shop_table:not(.order_details):not(.customer_details) .totals-table,
.totals-table {
	border-collapse: collapse;
	margin: 0 0 0 auto;
	font-size: 12px;
}

.shop_table:not(.order_details):not(.customer_details) .totals-table th,
.shop_table:not(.order_details):not(.customer_details) .totals-table td,
.totals-table th,
.totals-table td {
	border: 0 none;
	width: 91px;
	text-align: right;
	font-weight: normal;
	padding: 0 0 35px 10px;
	text-transform: uppercase;
	vertical-align: middle;
	letter-spacing: .23em;
}

.shop_table:not(.order_details):not(.customer_details) .totals-table .order-total td,
.shop_table:not(.order_details):not(.customer_details) .totals-table .order-total th,
.totals-table .order-total td,
.totals-table .order-total th {
	font-weight: bold;
}

#wrapper .actions .totals-table {
	float: right;
}

#wrapper .actions .totals-table th,
#wrapper .actions .totals-table td {
	padding: 16px 0;
}

#sidebar,
#content {
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	font-family: "sorts_mill_goudy", "Times New Roman", "Georgia", serif;
}

.customer_details,
.order_details {
	width: 100%;
}

.customer_details thead th,
.order_details thead th {
	text-align: center;
}

.customer_details th,
.customer_details td,
.order_details th,
.order_details td {
	text-align: left;
}

ul.order_details {
	text-align: left;
	padding-left: 1.4em;
}

ul.woocommerce-error {
	max-width: 710px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.4em;
}

.wc_payment_methods {
	display: none;
}

.place-order {
	text-align: right;
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.post.gallery-post {
		padding: 56px 0 44px;
	}

	.post:first-child {
		padding-top: 0;
	}

	.post:last-child {
		padding-bottom: 100px;
	}

	.product-view {
		margin-bottom: 78px;
	}

	.forms-columns .col {
		margin-bottom: 0;
	}
}

@media (min-width: 1024px) {
	#content {
		float: left;
		width: 70%;
	}

	#sidebar {
		float: right;
		width: 25%;
	}

	.swiper-container {
		position: static;
	}

	.product-list {
		margin-bottom: 26px;
	}

	.product-details {
		padding-bottom: 90px;
	}

	.cart-collaterals input[type="submit"] {
		margin-bottom: 38px;
	}
}

@media (max-width: 1023px) {
	.swiper-button-prev,
	.swiper-button-next {
		padding: 10px 5px;
		background: #fff;
		border: 1px solid #7d7d7d;
		color: #414042 !important;
		visibility: hidden;
	}

	.swiper-button-prev:hover,
	.swiper-button-next:hover {
		opacity: .5;
	}

	.swiper-button-prev {
		left: 0;
		border-width: 1px 1px 1px 0;
	}

	.swiper-button-next {
		right: 0;
		border-width: 1px 0 1px 1px;
	}

	.w1 {
		padding: 0 15px;
	}

	.post .frame {
		right: 5%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 20px;
		line-height: 30px;
	}

	.swiper-holder {
		padding: 0;
		margin: 0;
	}

	.swiper-container {
		margin: 0;
	}

	.product-list > li {
		width: 33.3334%;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	#header {
		position: relative;
		padding: 30px 0 19px;
	}

	#header .logo {
		margin: 0 auto 14px;
	}

	#navigation {
		max-height: 0;
		padding: 0;
		overflow: hidden;
		font-size: 15px;
		z-index: 10;
		background: #fff;
		text-align: left;
		letter-spacing: 5px;
		-webkit-transition: max-height .4s;
		transition: max-height .4s;
	}

	#navigation ul {
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: -webkit-transform .4s;
		transition: transform .4s;
		padding: 0 0 28px;
	}

	#navigation ul li {
		display: block;
		margin: 0 !important;
	}

	#navigation ul li:first-child {
		float: none;
	}

	#navigation ul li:last-child {
		float: none;
		margin-bottom: 0;
	}

	#navigation ul li a {
		display: block;
		padding: 16px 29px 15px;
	}

	.open-navigation #navigation {
		max-height: 800px;
	}

	.open-navigation #navigation ul {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	#main {
		padding-bottom: 38px;
	}

	.post .swiper-holder + .post-content h2 {
		margin-top: 2px;
	}

	.post {
		margin-bottom: 17px;
		padding-top: 25px;
	}

	.post h2 {
		margin-top: 0;
	}

	.post .frame {
		font-size: 11px;
		line-height: 1.36;
	}

	.post .frame cite {
		font-size: 9px;
	}

	.post {
		padding: 20px 0 0;
		margin: 0 0 20px;
	}

	.post .social-networks {
		top: -24px;
	}

	.post .frame {
		right: 2%;
		font-size: 14px;
		line-height: 16px;
		max-width: 90%;
	}

	.post .frame p {
		margin: 0;
	}

	.post .frame br {
		display: none;
	}

	.swiper-container .swiper-slide .text-box {
		font-size: 16px;
	}

	.info-block .cols {
		max-width: 376px;
		padding: 15px 20px 0;
		display: block;
	}

	.info-block .cols .col {
		width: auto;
	}

	.nav-opener {
		display: block;
	}

	#footer {
		font-size: 13px;
		padding: 23px 45px 26px;
	}

	#footer .social-networks {
		margin: 0;
	}

	.product-list {
		margin-bottom: -8px;
	}

	.product-list > li {
		width: 50%;
		margin: 0 0 30px;
	}

	.product-view .product-actions {
		position: relative;
		right: auto;
		bottom: auto;
		display: inline-block;
		vertical-align: bottom;
		width: 40%;
		max-width: none;
		margin-bottom: 24px;
	}

	.product-view .product-actions:first-child {
		margin-top: 0;
	}

	.product-img-box {
		float: none;
		width: 60%;
		padding-right: 0;
		display: inline-block;
		vertical-align: bottom;
		margin-right: -5px;
		margin-bottom: 0;
	}

	.product-details {
		max-width: 378px;
		margin-left: auto;
		margin-right: auto;
		padding: 10px 20px 8px;
	}

	.forms-columns .col {
		width: 100%;
	}

	.forms-columns {
		max-width: 336px;
	}

	.forms-columns:last-child .col:last-child {
		margin-bottom: 0;
	}

	.shop_table:not(.order_details):not(.customer_details) {
		display: block;
	}

	.shop_table:not(.order_details):not(.customer_details) > tbody {
		display: block;
	}

	.shop_table:not(.order_details):not(.customer_details) > tbody > tr {
		display: block;
	}

	.shop_table:not(.order_details):not(.customer_details) > tbody > tr > td {
		display: block;
	}

	.shop_table:not(.order_details):not(.customer_details) .cart_item {
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		white-space: normal;
		border: 1px solid #bbbaba;
		border-width: 1px 0;
		margin-bottom: -1px;
		padding: 25px 0 25px 126px;
		min-height: 126px;
	}

	.shop_table:not(.order_details):not(.customer_details) .cart_item td {
		border-width: 0;
	}

	.shop_table:not(.order_details):not(.customer_details) .product-thumbnail {
		width: 94px;
		position: relative;
		padding: 14px 0;
		oreder: 5;
		position: absolute;
		left: 0;
		top: 50%;
		overflow: hidden;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		max-height: 100%;
	}

	.shop_table:not(.order_details):not(.customer_details) .product-name {
		display: block;
		overflow: hidden;
		padding-left: 0;
		padding-bottom: 0;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		width: 70%;
		padding: 0 5px 0 0;
	}

	.shop_table:not(.order_details):not(.customer_details) .product-quantity,
	.shop_table:not(.order_details):not(.customer_details) .product-remove,
	.shop_table:not(.order_details):not(.customer_details) .product-subtotal {
		display: block;
		clear: both;
		width: auto;
		padding: 0;
	}

	.shop_table:not(.order_details):not(.customer_details) .product-quantity {
		text-align: left;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
		width: 154px;
		padding-top: 0;
	}

	.shop_table:not(.order_details):not(.customer_details) .product-quantity label {
		margin: 0 5px 0 0;
	}

	.shop_table:not(.order_details):not(.customer_details) .product-quantity .qty {
		margin: 0;
	}

	.shop_table:not(.order_details):not(.customer_details) .product-subtotal {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		padding-top: 0;
		padding-bottom: 0;
		width: 30%;
		text-align: right;
	}

	.shop_table:not(.order_details):not(.customer_details) .product-remove {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
		padding-top: 0;
	}

	.shop_table:not(.order_details):not(.customer_details) .product-remove .remove {
		margin: 0;
	}
}

@media (max-width: 479px) {
	#main {
		padding-bottom: 20px;
	}

	.post .frame cite {
		margin-top: 10px;
	}

	.nav-opener {
		left: 20px;
	}

	#footer .contacts {
		display: block;
		text-align: center;
		margin: 5px auto -4px;
	}

	#footer .contacts dt,
	#footer .contacts dd {
		display: inline-block;
		padding: 0 0 4px !important;
	}

	#footer .contacts dd {
		display: inline;
	}

	#footer .contacts dd:after {
		content: "\a";
		display: block;
		font-size: 0;
		line-height: 0;
		width: 0;
		height: 0;
	}

	.product-list > li {
		width: 100%;
	}

	.product-view .product-actions {
		display: block;
		width: auto;
		margin: 0;
	}

	.product-img-box {
		display: block;
		width: 100%;
		float: none;
		width: auto;
		padding: 0;
		margin: 0;
	}

	.shop_table:not(.order_details):not(.customer_details) .cart_item {
		padding: 14px 0 14px 70px;
		min-height: 90px;
	}

	.shop_table:not(.order_details):not(.customer_details) .product-thumbnail {
		width: 60px;
	}
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
