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

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 25, 2018 */

@font-face {
	font-family: "arquitectabook";
	src: url("latinotype_-_arquitecta-book-webfont.woff2") format("woff2"), url("latinotype_-_arquitecta-book-webfont.woff") format("woff"), url("latinotype_-_arquitecta-book-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "arquitectamedium";
	src: url("arquitecta-medium-webfont.woff2") format("woff2"), url("arquitecta-medium-webfont.woff") format("woff"), url("arquitecta-medium-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "arquitectabold";
	src: url("latinotype_-_arquitecta-bold-webfont.woff2") format("woff2"), url("latinotype_-_arquitecta-bold-webfont.woff") format("woff"), url("latinotype_-_arquitecta-bold-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "centuryschregular";
	src: url("centurysch-reg-webfont.woff2") format("woff2"), url("centurysch-reg-webfont.woff") format("woff"), url("centurysch-reg-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "NewCenturySchlbk LT Pro";
	src: url("NewCenturySchlbkLTPro-Ita.woff2") format("woff2"), url("NewCenturySchlbkLTPro-Ita.woff") format("woff"), url("NewCenturySchlbkLTPro-Ita.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "icomoon";
	src: url("icomoon.eot?kb1ry8");
	src: url("icomoon.eot?kb1ry8#iefix") format("embedded-opentype"), url("icomoon.ttf?kb1ry8") format("truetype"), url("icomoon.woff?kb1ry8") format("woff"), url("icomoon.svg?kb1ry8#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-blog:before {
	content: "\e91c";
}

.icon-youtube-square:before {
	content: "\f166";
}

.icon-youtube:before {
	content: "\f167";
}

.icon-envelope .path1:before {
	content: "\e918";
	color: black;
	opacity: .4052;
}

.icon-envelope .path2:before {
	content: "\e919";
	margin-left: -1.4541015625em;
	color: black;
	opacity: .4052;
}

.icon-envelope .path3:before {
	content: "\e91a";
	margin-left: -1.4541015625em;
	color: black;
	opacity: .5476;
}

.icon-envelope .path4:before {
	content: "\e91b";
	margin-left: -1.4541015625em;
	color: black;
	opacity: .5476;
}

.icon-phone:before {
	content: "\e916";
}

.icon-places:before {
	content: "\e917";
}

.icon-attach:before {
	content: "\e915";
	color: #935cb7;
}

.icon-close-envelope:before {
	content: "\e913";
	color: #fff;
}

.icon-linkedIn:before {
	content: "\e914";
	color: #fff;
}

.icon-googleplus:before {
	content: "\e910";
}

.icon-mail:before {
	content: "\e911";
}

.icon-pinterest:before {
	content: "\e912";
}

.icon-arrow:before {
	content: "\e90f";
	color: #935cb7;
}

.icon-minus:before {
	content: "\e90d";
}

.icon-plus:before {
	content: "\e90e";
}

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

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

.icon-twitter:before {
	content: "\e90c";
}

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

.icon-profile .path1:before {
	content: "\e901";
	color: white;
}

.icon-profile .path2:before {
	content: "\e902";
	margin-left: -.845703125em;
	color: white;
}

.icon-profile .path3:before {
	content: "\e903";
	margin-left: -.845703125em;
	color: white;
}

.icon-profile .path4:before {
	content: "\e904";
	margin-left: -.845703125em;
	color: white;
}

.icon-profile .path5:before {
	content: "\e906";
	margin-left: -.845703125em;
	color: white;
}

.icon-profile .path6:before {
	content: "\e907";
	margin-left: -.845703125em;
	color: white;
}

.icon-profile .path7:before {
	content: "\e908";
	margin-left: -.845703125em;
	color: black;
}

.icon-profile .path8:before {
	content: "\e909";
	margin-left: -.845703125em;
	color: black;
}

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

#nav,
#nav .add-nav,
#nav .add-nav ul,
#nav .product-nav,
.info-list,
.footer-list,
.footer-list ul,
.social-list,
.product-accordion,
.product-accordion ul,
.visual .slick-dots,
.tabset,
.breadcrumbs,
.products .img-holder .mask ul,
.product-slider1 .slick-dots,
.accordion1,
.accordion1 .tabs-content,
.items-area .items-row .slick-dots,
.items-area .items-row .img-block .mask ul,
.content-holder.content-holder2 .customer-holder .contact-list,
.content-holder.content-holder2 .customer-holder .contact-list1,
.accordion,
.blog-post ul,
.feature-gallery .img-block .mask ul,
.team-holder .img-block .list,
.lightbox2 .three-col ul,
.financial-area .pesrsons-list,
.download-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after {
	content: "";
	display: block;
	clear: both;
}

.btn,
.shop-btn,
.footer-list ul a,
.tabset a,
.tabset a:after,
.subscribe input[type="submit"],
.subscribe-holder form input[type="submit"],
.load-btn .load-more,
.survey input[type="submit"],
.survey .view-more,
.reviews-holder .btn-write,
.reviews-holder .spr-summary-actions-newreview,
.content-holder.content-holder1 .btn-holder .more,
.content-holder.content-holder3 .row .more,
.content-holder .shipping-holder .twocolumns p a,
.blog-row h2 a,
.blog-row .by a,
.contact-area .contact-form input[type="submit"],
.impact-holder1 .threecolumns .more,
.row-impact .more,
.donate-area .twocolumns .btn1,
.donate-area .threecolumns .more,
.donate-block form input[type="submit"] {
	-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: #333;
	background: #fff;
	font: 22px/1.2 "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

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

th,
td {
	border: 1px solid #999;
	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%;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: normal;
	margin: 0 0 .5em;
	color: inherit;
}

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

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #935cb7;
}

a:hover,
a:focus {
	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 #999;
	padding: .4em .7em;
}

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

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

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

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

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

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

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

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

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

body.fancybox-active {
	overflow: hidden;
}

body.fancybox-iosfix {
	position: fixed;
	left: 0;
	right: 0;
}

.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99992;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .25s, visibility 0s linear .25s;
	transition: opacity .25s, visibility 0s linear .25s;
	box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .25s, visibility 0s;
	transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
	top: 0;
	left: 0;
	font-size: 13px;
	padding: 0 10px;
	height: 44px;
	min-width: 44px;
	line-height: 44px;
	color: #ccc;
	text-align: center;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
	mix-blend-mode: exclusion;
}

.fancybox-toolbar {
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}

.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translate3d(0, 0, 0);
}

.fancybox-is-closing .fancybox-stage {
	overflow: visible;
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: visible;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
	background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
	background: #e5e3df;
}

.fancybox-slide--next {
	z-index: 99995;
}

.fancybox-slide > * {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
	display: none;
}

.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff;
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.fancybox-error {
	margin: 0;
	padding: 40px;
	width: 100%;
	max-width: 380px;
	background: #fff;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 16px;
	line-height: 20px;
}

/* Buttons */

.fancybox-button {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 10px;
	border: 0;
	border-radius: 0;
	background: rgba(30, 30, 30, .6);
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	cursor: pointer;
	outline: none;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
	color: #fff;
}

.fancybox-button[disabled] {
	color: #ccc;
	cursor: default;
	opacity: .6;
}

.fancybox-button svg {
	display: block;
	position: relative;
	overflow: visible;
	shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3;
}

.fancybox-button--share svg path {
	stroke-width: 1;
}

.fancybox-button--play svg path:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
	display: none;
}

.fancybox-button--zoom svg path {
	fill: transparent;
}

/* Navigation arrows */

.fancybox-navigation {
	display: none;
}

.fancybox-show-nav .fancybox-navigation {
	display: block;
}

.fancybox-navigation button {
	position: absolute;
	top: 50%;
	margin: -50px 0 0 0;
	z-index: 99997;
	background: transparent;
	width: 60px;
	height: 100px;
	padding: 17px;
}

.fancybox-navigation button:before {
	content: "";
	position: absolute;
	top: 30px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: rgba(30, 30, 30, .6);
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 0;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	z-index: 10;
	cursor: pointer;
}

.fancybox-close-small:after {
	content: "×";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background-color: transparent;
	-webkit-transition: background-color .25s;
	transition: background-color .25s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-close-small:focus {
	outline: none;
}

.fancybox-close-small:focus:after {
	outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
	top: 0;
	right: -40px;
}

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
	font-size: 35px;
	color: #aaa;
}

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
	color: #fff;
	background: transparent;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none;
}

/* Caption */

.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 2vw 0 2vw;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	pointer-events: none;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .4);
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
	pointer-events: all;
	position: relative; /* Fix IE11 */
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-slide > .fancybox-loading {
	border: 6px solid rgba(100, 100, 100, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Share */

.fancybox-share {
	padding: 30px;
	border-radius: 3px;
	background: #f4f4f4;
	max-width: 90%;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	margin: 0 0 20px 0;
	font-size: 35px;
	font-weight: 700;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

p.fancybox-share__links {
	margin-right: -10px;
}

.fancybox-share__button {
	display: inline-block;
	text-decoration: none;
	margin: 0 10px 10px 0;
	padding: 0 15px;
	min-width: 130px;
	border: 0;
	border-radius: 3px;
	background: #fff;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	position: relative;
	top: -1px;
	width: 25px;
	height: 25px;
	margin-right: 7px;
	vertical-align: middle;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 10px 15px;
	background: transparent;
	color: #5d5b5b;
	font-size: 14px;
	outline: none;
	border: 0;
	border-bottom: 2px solid #d7d7d7;
}

/* Thumbs */

.fancybox-thumbs {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 212px;
	margin: 0;
	padding: 2px 2px 4px 2px;
	background: #fff;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	box-sizing: border-box;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-y: hidden;
	overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs > ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
	white-space: nowrap;
}

.fancybox-thumbs-x > ul {
	overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs > ul > li {
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 2px;
	width: 100px;
	height: 75px;
	max-width: calc(50% - 4px);
	max-height: calc(100% - 8px);
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1);
}

.fancybox-thumbs > ul > li > img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-thumbs > ul > li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

/* custom checkbox styles */

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 4px;
	width: 8px;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -6px;
	border: 3px solid #777;
	border-width: 0 0 3px 3px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

:root .jcf-checkbox span {
	margin: -4px 0 0 -5px;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

/* custom radio styles */

.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	border-radius: 9px;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-radio span {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: #777;
	border-radius: 100%;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	display: block;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #555;
	background: #fff;
	margin: 0 0 12px;
	min-width: 150px;
	height: 45px;
}

.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: 13px;
	line-height: 45px;
	margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: none;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;
	right: 10px;
	border: 1px solid #393939;
	border-width: 0 0 1px 1px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -4px;
	line-height: 0;
	pointer-events: none;
}

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 #f00;
}

/* 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 {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

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

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

/* custom number input styles */

.jcf-number {
	display: inline-block;
	position: relative;
	height: 32px;
}

.jcf-number input {
	-moz-appearance: textfield;
}

.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.jcf-number input {
	box-sizing: border-box;
	border: 1px solid #777;
	padding: 3px 27px 3px 7px;
	margin: 0;
	height: 100%;
}

.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
	position: absolute;
	background: #aaa;
	width: 20px;
	height: 15px;
	right: 1px;
	top: 1px;
}

.jcf-number .jcf-btn-dec {
	top: auto;
	bottom: 1px;
}

.jcf-number .jcf-btn-dec:hover,
.jcf-number .jcf-btn-inc:hover {
	background: #e6e6e6;
}

.jcf-number.jcf-disabled .jcf-btn-dec:hover,
.jcf-number.jcf-disabled .jcf-btn-inc:hover {
	background: #aaa;
}

.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -4px;
	border: 4px solid #aaa;
	border-color: transparent transparent #000 transparent;
}

.jcf-number .jcf-btn-dec:before {
	margin: -1px 0 0 -4px;
	border-color: #000 transparent transparent transparent;
}

.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before {
	opacity: .3;
}

.jcf-number.jcf-disabled input {
	background: #ddd;
}

/* custom file input styles */

.jcf-file {
	display: inline-block;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	background: #fff;
}

.jcf-file .jcf-real-element {
	position: absolute;
	font-size: 200px;
	height: 200px;
	margin: 0;
	right: 0;
	top: 0;
}

.jcf-file .jcf-fake-input {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
	overflow: hidden;
	border: 1px solid #777;
	padding: 0 8px;
	font-size: 13px;
	line-height: 28px;
	height: 28px;
	width: 125px;
}

.jcf-file .jcf-upload-button {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #777;
	margin: 0 0 0 -1px;
	padding: 0 10px;
	line-height: 28px;
	height: 28px;
}

/* common custom form elements styles */

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

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

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

#wrapper .index-section {
	padding-top: 0;
	padding-bottom: 0;
}

#wrapper [class*="index-section--flush"]:last-child {
	margin-bottom: 0;
}

.holder {
	max-width: 1440px;
	padding: 0 51px;
	margin: 0 auto;
}

#main .holder {
	position: relative;
}

.home .holder {
	max-width: 1320px;
	padding: 0 10px;
}

.btn {
	background: #935cb7;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	padding: 16px 60px;
	margin: 0 10px 20px;
	border-radius: 28px !important;
	text-decoration: none;
	font: 20px/23px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.btn:hover {
	background: #a66acd;
}

.btn.cart__remove {
	background: none;
	color: #935cb7;
	padding: 0;
	margin: 0 0 10px;
	text-transform: none;
}

.btn.cart__remove:hover {
	background: none;
	opacity: .85;
}

.shop-btn {
	color: #2c2c2c;
	display: inline-block;
	vertical-align: top;
	padding: 10px 45px;
	margin: 0 10px 20px;
	text-decoration: none;
	font: 15px/18px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 2px solid #935cb7;
}

.shop-btn:hover {
	padding: 10px;
}

#twocolumns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 40px 0 137px;
	position: relative;
}

#header {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 28px 10px 21px;
	z-index: 100;
}

#header:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	box-shadow: 0 1px 7px rgba(0, 0, 0, .08);
	z-index: 9;
}

.home #header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	padding: 24px 10px;
}

.home #header:before {
	opacity: 0;
	-webkit-transition: opacity .2s ease 0s;
	transition: opacity .2s ease 0s;
}

.home #header.hover #nav a {
	color: #383838;
}

.home #header.hover .logo a:after {
	background: none;
}

.home #header.hover .logo img {
	visibility: visible;
}

.home.drop-active #header:before {
	opacity: 1;
}

.desktop-hidden {
	display: none;
}

.nav-opener {
	width: 48px;
	height: 34px;
	position: absolute;
	top: 12px;
	left: 12px;
	border-radius: 3px;
	display: none;
	z-index: 101;
}

.nav-opener:hover {
	opacity: .9;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
	background: #2f2f2f !important;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #2f2f2f;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 25%;
	right: 25%;
	height: 2px;
	margin-top: -1px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.home .nav-opener span,
.home .nav-opener:before,
.home .nav-opener:after {
	background: #fff;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 30%;
}

.nav-opener:after {
	top: 70%;
}

.main-nav {
	font-size: 18px;
	line-height: 21px;
	width: 33.3%;
	max-width: 459px;
}

#nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font: 18px/21px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: -24px 0;
}

#nav li {
	padding: 0 18px;
}

#nav li.hover .drop {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

#nav a {
	text-decoration: none;
	color: #383838;
	display: block;
	padding: 24px 0;
	position: relative;
	z-index: 10;
}

#nav a:hover {
	opacity: .85;
}

.home #nav a {
	color: #fff;
}

.home.drop-active #nav a {
	color: #383838;
}

#nav .drop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #fbfbfb;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	-webkit-transition: opacity .5s ease 0s, -webkit-transform .5s linear 0s;
	transition: opacity .5s ease 0s, -webkit-transform .5s linear 0s;
	transition: transform .5s linear 0s, opacity .5s ease 0s;
	transition: transform .5s linear 0s, opacity .5s ease 0s, -webkit-transform .5s linear 0s;
}

.resize-active #nav .drop {
	-webkit-transition: none;
	transition: none;
}

#nav .drop-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 110px 88px 31px;
	max-width: 1440px;
	margin: 0 auto;
}

#nav .add-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 400px;
}

#nav .add-nav:only-child {
	width: 100%;
	padding: 0 calc(100% - 400px) 0 0;
}

#nav .add-nav > li {
	width: 50%;
	padding: 0 28px;
}

#nav .add-nav .head {
	color: #151515;
	font: 18px/22px "arquitectabold";
	display: block;
	margin: 0 0 10px;
	padding: 0;
	letter-spacing: .64px;
}

#nav .add-nav ul {
	font-size: 16px;
	line-height: 19px;
	font-family: "arquitectabook";
	font-weight: 300;
}

#nav .add-nav ul li {
	padding: 0 0 14px;
}

#nav .add-nav ul a {
	color: #6b6b6b;
	padding: 0;
}

#nav .add-nav ul a:after {
	border: none;
	display: none;
}

#nav .add-nav ul a:hover {
	opacity: .85;
}

#nav .product-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font: 20px/22px "arquitectabold";
	letter-spacing: .69px;
	text-align: center;
	width: calc(100% - 348px);
	padding: 0 30px;
	margin: -5px -52px 0 0;
}

#nav .product-nav > li {
	width: 33.3%;
	padding: 0 35px;
}

#nav .product-nav a {
	text-decoration: none;
	color: #2a2a2a;
	padding: 0;
}

#nav .product-nav .img-block {
	display: block;
	padding: 0 0 7px;
}

#nav .product-nav .img-block img {
	display: block;
	margin: 0 auto;
}

#nav .product-nav .text {
	display: block;
	max-width: 120px;
	margin: 0 auto;
}

.info-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	z-index: 10;
	width: 33.3%;
	max-width: 459px;
	padding: 0 11px;
}

.info-list li {
	padding: 0 20px 0 19px;
	position: relative;
}

.info-list li.search-holder.active .search-form {
	opacity: 1;
}

.info-list a {
	text-decoration: none;
	color: #323232;
	display: block;
	position: relative;
}

.info-list a:hover {
	opacity: .8;
}

.info-list a .icon-search {
	font-size: 14px;
}

.info-list a .icon-cart {
	font-size: 17px;
}

.info-list a .icon-profile {
	font-size: 16px;
}

.info-list a .icon-profile span:before {
	color: #323232;
}

.info-list a .num {
	position: absolute;
	bottom: -2px;
	right: -5px;
	width: 12px;
	line-height: 12px;
	background: #935cb7;
	border-radius: 50%;
	text-align: center;
	font: 9px/12px "arquitectabold";
	color: #fff;
}

.home .info-list a {
	color: #fff;
}

.home .info-list a .icon-profile span:before {
	color: #fff;
}

.home.drop-active .info-list a {
	color: #323232;
}

.home.drop-active .info-list a .icon-profile span:before {
	color: #323232;
}

.logo {
	width: 33.3%;
	max-width: 459px;
	height: 18px;
	text-align: center;
	position: relative;
	z-index: 10;
}

.logo a {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.home .logo a:after {
	content: "";
	position: absolute;
	top: -6px;
	left: 50%;
	background: url(logo-white-tm.png) no-repeat;
	background-size: 338px auto;
	width: 338px;
	height: 30px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.home.drop-active .logo a:after {
	background: none;
}

.logo img {
	display: block;
	margin: -6px auto;
	width: 338px;
}

.home .logo img {
	visibility: hidden;
}

.home.drop-active .logo img {
	visibility: visible;
}

.search-form {
	background: #f2f2f2;
	height: 38px;
	border-radius: 19px;
	padding: 0 40px 0 0;
	position: absolute;
	top: -10px;
	right: 0;
	width: 288px;
	opacity: 0;
	-webkit-transition: opacity .2s ease 0s;
	transition: opacity .2s ease 0s;
}

.search-form:before {
	content: "\e905";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 19px;
	color: #5f5f5f;
	position: absolute;
	top: 10px;
	right: 22px;
	pointer-events: none;
}

.search-form input[type="search"] {
	background: none;
	border: 0;
	height: 40px;
	width: 100%;
	padding: 10px 20px;
	margin: 0;
	outline: none;
	overflow: hidden;
	color: #383838;
	font-size: 18px;
	line-height: 21px;
}

.search-form input[type="submit"] {
	background: none;
	border: 0;
	position: absolute;
	top: 10px;
	right: 22px;
	text-indent: -9999px;
	overflow: hidden;
	width: 19px;
	height: 19px;
}

.search-form input[type="submit"]:hover {
	background: rgba(255, 255, 255, .25);
}

.top-bar {
	background: #935cb7;
	color: #fff;
	text-align: center;
	padding: 14px 10px;
	position: relative;
	z-index: 110;
	font: 15px/18px "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
}

.top-hidden .top-bar {
	display: none;
}

.top-bar p {
	margin: 0 100px;
}

.top-bar .dismiss {
	position: absolute;
	top: 50%;
	right: 50px;
	color: inherit;
	text-decoration: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.top-bar .dismiss:hover {
	opacity: .85;
}

#footer {
	padding: 48px 0 12px;
}

#footer .holder {
	margin: 0 auto;
	max-width: 1440px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

#footer .info-col {
	width: 320px;
	padding: 0 35px;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	color: #000;
}

#footer .info-col p {
	margin: 0;
}

#footer .info-col p strong {
	font: 16px/20px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.footer-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 47px;
	padding: 0;
	width: calc(100% - 320px);
}

.footer-list > li {
	padding: 0 15px;
	max-width: 175px;
}

.footer-list > li.hidden-mobile {
	min-width: 130px;
}

.footer-list > li.visible-mobile {
	display: none;
}

.footer-list > li.visible-mobile a {
	color: #151515;
	display: block;
	font: 24px/27px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 10px 0;
	text-decoration: none;
}

.footer-list > li.visible-mobile a:hover {
	color: #935cb7;
}

.footer-list .opener {
	font: 18px/21px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #151515;
	display: block;
	margin: 0 0 14px;
	text-decoration: none;
}

.footer-list ul {
	font-size: 13px;
	line-height: 21px;
}

.footer-list ul li {
	padding: 0 0 4px;
}

.footer-list ul a {
	text-decoration: none;
	color: #6b6b6b;
}

.footer-list ul a:hover {
	color: #935cb7;
}

.footer-list ul a:hover .ico i,
.footer-list ul a:hover .ico span {
	color: #935cb7;
}

.footer-list ul a:hover .ico i.icon-envelope .path1:before,
.footer-list ul a:hover .ico i.icon-envelope .path2:before,
.footer-list ul a:hover .ico i.icon-envelope .path3:before,
.footer-list ul a:hover .ico i.icon-envelope .path4:before,
.footer-list ul a:hover .ico span.icon-envelope .path1:before,
.footer-list ul a:hover .ico span.icon-envelope .path2:before,
.footer-list ul a:hover .ico span.icon-envelope .path3:before,
.footer-list ul a:hover .ico span.icon-envelope .path4:before {
	color: #935cb7;
}

.footer-list ul a .ico {
	display: inline-block;
	vertical-align: top;
	width: 25px;
}

.footer-list ul a .ico i,
.footer-list ul a .ico span {
	font-size: 13px;
	color: #5a5a5a;
}

.footer-list ul a .ico i.icon-twitter,
.footer-list ul a .ico span.icon-twitter {
	margin: 0 0 0 -3px;
}

.footer-list ul a .ico i.icon-envelope,
.footer-list ul a .ico span.icon-envelope {
	font-size: 7px;
}

.footer-list ul a .ico i.icon-envelope .path1:before,
.footer-list ul a .ico i.icon-envelope .path2:before,
.footer-list ul a .ico i.icon-envelope .path3:before,
.footer-list ul a .ico i.icon-envelope .path4:before,
.footer-list ul a .ico span.icon-envelope .path1:before,
.footer-list ul a .ico span.icon-envelope .path2:before,
.footer-list ul a .ico span.icon-envelope .path3:before,
.footer-list ul a .ico span.icon-envelope .path4:before {
	color: #6b6b6b;
}

.copyright {
	font-size: 9px;
	line-height: 12px;
	color: #bfbfbf;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 1px;
	position: absolute;
	bottom: 28px;
	right: 15px;
	padding: 0 60px 0 0;
	letter-spacing: .69px;
}

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

.copyright a:hover {
	color: #935cb7;
}

.back {
	position: absolute;
	right: 15px;
	bottom: 38px;
	width: 36px;
	height: 36px;
	border: 1px solid #935cb7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	color: #935cb7;
}

.back:hover img {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.back img {
	-webkit-transform: translateY(1px);
	-ms-transform: translateY(1px);
	transform: translateY(1px);
	-webkit-transition: -webkit-transform .5s linear 0s;
	transition: -webkit-transform .5s linear 0s;
	transition: transform .5s linear 0s;
	transition: transform .5s linear 0s, -webkit-transform .5s linear 0s;
}

.social-list {
	text-align: center;
	margin: 0 40px 10px;
}

#footer .social-list {
	display: none;
}

.social-list li {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px 20px;
}

.social-list a {
	color: #595959;
	text-decoration: none;
}

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

.social-list a > span {
	font-size: 20px;
}

.aside {
	width: 100%;
}

.product-list.active .product-opener:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	margin: -1px 0 0;
}

.product-list .product-opener {
	display: none;
	color: #000;
	font: 18px/21px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-decoration: none;
	padding: 0 18px 0 0;
	position: relative;
}

.product-list .product-opener:after {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;
	right: 0;
	border: 1px solid #000;
	border-width: 0 0 1px 1px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -4px;
	line-height: 0;
	pointer-events: none;
	z-index: 1;
}

.product-accordion {
	font: 20px/23px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	border-top: 1px solid #ededed;
}

.product-accordion > li {
	border-bottom: 1px solid #ededed;
}

.product-accordion > li.active .opener:after {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.product-accordion a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 10px 0;
	position: relative;
}

.product-accordion a.opener {
	padding: 12px 30px 12px 7px;
}

.product-accordion a.opener:before,
.product-accordion a.opener:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	height: 2px;
	width: 14px;
	background: #9b69bd;
	margin: -1px 0 0;
}

.product-accordion a.opener:after {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: -webkit-transform .5s linear 0s;
	transition: -webkit-transform .5s linear 0s;
	transition: transform .5s linear 0s;
	transition: transform .5s linear 0s, -webkit-transform .5s linear 0s;
	margin: -1px 0 0 1px;
}

.product-accordion a:hover {
	opacity: .85;
}

.product-accordion ul {
	padding: 14px 0 12px 36px;
	font: 16px/18px "arquitectabook", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	border-top: 1px solid #ededed;
}

.product-accordion ul li.active {
	font-family: "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.product-accordion ul a {
	padding: 4px 0 5px;
}

.product-accordion ul a:before,
.product-accordion ul a:after {
	display: none;
}

.product-accordion ul a:hover {
	font-family: "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.filter-form {
	position: absolute;
	top: 28px;
	right: 0;
	z-index: 10;
	color: #474747;
	font: 14px/17px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	z-index: 30;
}

.breadcrumbs + .filter-form {
	top: 17px;
	right: 57px;
}

.breadcrumbs + .filter-form .jcf-select .jcf-select-text {
	margin: 0 16px 0 6px;
}

.breadcrumbs + .filter-form .jcf-select .jcf-select-opener {
	right: 8px;
}

.filter-form .jcf-select {
	border: none;
	min-width: 65px;
}

.filter-form .jcf-select .jcf-select-text {
	margin: 0 16px 0 6px;
}

.filter-form .jcf-select .jcf-select-opener {
	background: none;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;
	right: 4px;
	border: 1px solid #636363;
	border-width: 0 0 1px 1px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -4px;
	line-height: 0;
	pointer-events: none;
}

.filter-form .jcf-select.jcf-focus .jcf-select-opener {
	border: 1px solid #636363 !important;
	border-width: 0 0 1px 1px !important;
}

.filter-form .jcf-select.jcf-focus .jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #636363 !important;
}

.filter-form .jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #636363;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.visual .inner {
	padding: 200px 70px 180px;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	position: relative;
}

.visual .inner .img-holder {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: -1;
	opacity: .94;
}

.visual .slick-slider .slick-prev,
.visual .slick-slider .slick-next {
	position: absolute;
	top: 50%;
	left: 34px;
	z-index: 10;
	width: 25px;
	height: 25px;
	padding: 0;
	background: none;
	border: 5px solid #fff;
	border-width: 5px 0 0 5px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -21px;
	line-height: 0;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	border-radius: 2px;
	opacity: .85;
	outline: none;
}

.visual .slick-slider .slick-prev:hover,
.visual .slick-slider .slick-next:hover {
	opacity: 1;
}

.visual .slick-slider .slick-next {
	left: auto;
	right: 34px;
	border: 5px solid #fff;
	border-width: 0 5px 5px 0;
}

.visual .slick-dots {
	position: absolute;
	bottom: 24px;
	left: 0;
	width: 100%;
	height: 14px;
	text-align: center;
}

.visual .slick-dots li {
	padding: 0 8px;
	display: inline-block;
	vertical-align: top;
}

.visual .slick-dots li.slick-active button {
	background: #fff;
}

.visual .slick-dots li button {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	border: 1px solid #fff;
	background: none;
	padding: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
}

.visual .slick-dots li button:hover {
	background: #fff;
}

.visual .h1 {
	color: #fff;
	font: 52px/56px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 0 25px;
}

.visual .h2,
.visual .slide-subtitle {
	color: #fff;
	font: 36px/40px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 0 50px;
}

.logos-holder {
	padding: 64px 10px 80px;
}

.logos-holder .h2 {
	display: block;
	text-align: center;
	color: #7f7f7f;
	font: 600 18px/21px "Proxima Nova - Semibold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	margin: 0 0 5px;
	letter-spacing: .5px;
}

.logos-gallery {
	padding: 0 70px;
	width: 1280px;
	margin: 0 auto; /*display: flex;*/
}

.logos-gallery .slick-list,
.logos-gallery .slick-track {
	/*display: flex;*/
}

.logos-gallery .slick-slide {
	width: 230px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.logos-gallery .slick-slide a {
	text-decoration: none;
	display: block;
	max-width: 100%;
}

.logos-gallery .slick-slide a:hover {
	opacity: .85;
}

.logos-gallery .slick-slide img {
	margin: 0 auto;
	display: block;
	max-width: 90%;
}

.logos-gallery .slick-prev,
.logos-gallery .slick-next {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
	width: 25px;
	height: 25px;
	padding: 0;
	background: none;
	border: 5px solid #3b3b3b;
	border-width: 5px 0 0 5px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -21px;
	line-height: 0;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	border-radius: 2px;
	opacity: .85;
	outline: none;
}

.logos-gallery .slick-prev:hover,
.logos-gallery .slick-next:hover {
	opacity: 1;
}

.logos-gallery .slick-next {
	left: auto;
	right: 0;
	border: 5px solid #3b3b3b;
	border-width: 0 5px 5px 0;
}

.twocolumns {
	margin: 0 0 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-gallery .twocolumns {
	padding: 50px 70px 0;
	width: 1280px;
	margin: 0 0 100px;
}

.shopify-section > .twocolumns {
	max-width: 1320px;
	padding: 0 10px;
	margin: 0 auto 120px;
}

.twocolumns .textholder {
	width: 50%;
	font: 22px/28px "arquitectabook", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #2c2c2c;
	padding: 43px 0 0;
	text-align: left;
}

.twocolumns .textholder .h2 {
	font: 36px/40px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #303030;
	display: block;
	margin: 0 0 12px;
	letter-spacing: -.37px;
}

.twocolumns .textholder p {
	margin: 0 0 44px;
}

.twocolumns .img-holder {
	width: 50%;
	padding: 0 22px 0 0;
}

.twocolumns .img-holder img {
	display: block;
	margin: 0 auto;
}

.twocolumns .btn {
	margin: 0;
}

.product-gallery {
	width: 1280px;
	margin: 0 auto;
	position: relative;
}

.product-gallery .slick-prev,
.product-gallery .slick-next {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
	width: 25px;
	height: 25px;
	padding: 0;
	background: none;
	border: 5px solid #3b3b3b;
	border-width: 5px 0 0 5px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -21px;
	line-height: 0;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	border-radius: 2px;
	opacity: .85;
	outline: none;
}

.product-gallery .slick-prev:hover,
.product-gallery .slick-next:hover {
	opacity: 1;
}

.product-gallery .slick-next {
	left: auto;
	right: 0;
	border: 5px solid #3b3b3b;
	border-width: 0 5px 5px 0;
}

.img-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#main > .img-area {
	max-width: 1320px;
	padding: 0 10px;
	margin: 0 auto;
}

.img-area #shopify-section-home-product-tabs {
	width: 325px;
}

.img-area .product-tabs {
	text-align: center;
	width: 325px;
	padding: 30px 0 26px 6px;
	background: #f7f3f9;
}

.img-area #shopify-section-home-images-grid {
	width: calc(100% - 325px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.img-area #shopify-section-home-images-grid .img-frame {
	width: 100%;
}

.img-area .img-frame {
	width: calc(100% - 325px);
}

.img-area .h3 {
	font: 32px/35px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	color: #151515;
	margin: 0 0 12px;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.tabset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: calc(100% + 10px);
	font: 13px/16px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	margin: 0 -5px 30px;
}

.tabset li {
	padding: 0 13px;
}

.tabset a {
	color: #222;
	text-decoration: none;
	display: block;
	padding: 0 0 8px;
	position: relative;
}

.tabset a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	right: 50%;
	height: 2px;
	background: #935cb7;
}

.tabset a:hover:after,
.tabset a.active:after {
	left: 0;
	right: 0;
}

.tab-content {
	margin: 0 0 0 -12px;
}

.tab-content img {
	margin: 0 auto 34px;
	display: block;
}

.tab-content .shop-btn {
	font-size: 20px;
	line-height: 23px;
	padding: 6px 45px;
}

.tab-content .shop-btn:hover {
	padding: 6px 10px;
}

.img-frame {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.img-frame .row {
	height: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.img-frame .row .img-holder {
	width: 66.6%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #f7f3f9;
}

.img-frame .row .img-holder.small {
	width: 33.3%;
}

.img-frame .text-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 47px 37px 10px;
	text-align: center;
	color: #2c2c2c;
	font-size: 24px;
	font-weight: 300;
	line-height: 29px;
}

.img-frame .text-block .h3 {
	color: #2c2c2c;
	margin: 0 0 20px;
}

.img-frame .text-block p {
	margin: 0 0 29px;
	max-width: 100%;
}

.img-frame .text-block .shop-btn {
	padding: 6px 25px;
	font-size: 20px;
	line-height: 23px;
}

.img-frame .text-block .shop-btn:hover {
	padding: 6px 10px;
}

.img-frame .textholder {
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 166px;
	padding: 14px 22px;
}

.img-frame .textholder.right-block {
	right: 0;
	left: auto;
	text-align: right;
}

.img-frame .textholder.right-block .h3 {
	margin: 0 0 15px;
}

.img-frame .textholder .h3 {
	color: #fff;
	line-height: 32px;
	line-height: 40px;
	margin: 0 -30px 15px 0;
	font-family: "arquitectabold";
}

.img-frame .textholder .shop-btn {
	padding: 2px 5px;
	width: 100%;
	display: block;
	text-align: center !important;
	color: #fff;
	margin: 0 auto;
	font-size: 20px;
	line-height: 23px;
	letter-spacing: -.5px;
	white-space: nowrap;
}

.img-frame .textholder .shop-btn:hover {
	width: 90%;
}

.mission-holder {
	text-align: center;
	padding: 71px 0 83px;
	font-size: 18px;
	line-height: 27px;
	color: #373737;
}

.mission-holder h1,
.mission-holder .h2 {
	font: 48px/51px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #303030;
	margin: 0 0 24px;
	display: block;
}

.mission-holder h1 + p,
.mission-holder .h2 + p {
	font-size: 36px;
	font-weight: 300;
	line-height: 36.6px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.mission-holder p {
	margin: 0 auto 74px;
	max-width: 610px;
}

.threecolumns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #2c2c2c;
	font-size: 20px;
	line-height: 29px;
	margin: 0 -35px;
}

.threecolumns .column {
	width: 33.3%;
	padding: 0 20px;
}

.threecolumns .inner {
	max-width: 240px;
	margin: 0 auto;
	padding: 0 10px 10px;
}

.threecolumns .ico-holder {
	height: 111px;
}

.threecolumns .ico-holder img {
	display: block;
	margin: 0 auto;
}

.threecolumns .h3 {
	font: 32px/35px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	color: #303030;
	margin: 0 0 15px;
}

.threecolumns p {
	margin: 0 0 20px;
}

.columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1262px;
	margin: 0 auto 85px;
}

.columns .col {
	width: calc(50% - 22px);
	margin: 0 11px;
	overflow: hidden;
	position: relative;
	min-height: 472px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
}

.columns .col > * {
	position: relative;
	z-index: 1;
}

.columns .col > *.img-block {
	z-index: 0;
}

.columns .col .img-block {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.columns .h2 {
	max-width: 372px;
	text-align: center;
	margin: 54px auto 38px;
	color: #fff;
	font: 52px/62px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.columns .btn {
	white-space: nowrap;
}

.subscribe-holder {
	position: relative;
	padding: 82px 0 23px;
	background: #faf7fc;
	min-height: 300px;
	text-align: center; /*&:before,
	&:after{
		content: "";
		position: absolute;
		bottom: 20px;
		left: 6px;
		background: url(bg-subscribe-left.png) no-repeat 0 0 / 218px 246px;
		width: 273px;
		height: 294px;
		width: 218px;
		height: 246px;
		@include media('<desktop') {
			width: 150px;
			height: 162px;
			background-size: 150px 162px;
			bottom: 0;
		}
		@include media('<tablet') {
			width: 89px;
			height: 96px;
			background-size: 89px 96px;
			bottom: 0;
		}
		.lightbox01 & {
			width: 187px;
			height: 215px;
			background-size: 187px 215px;
			bottom: 0;
			left: 15px;
			@include media('<desktop') {
				width: 150px;
				height: 162px;
				background-size: 150px 162px;
			}
			@include media('<tablet') {
				width: 89px;
				height: 96px;
				background-size: 89px 96px;
			}
		}
	}*/ /*&:after{
		left: auto;
		right: 6px;
		width: 218px;
		height: 246px;
		background: url(bg-subscribe-right.png) no-repeat 0 0 / 218px 246px;
		@include media('<desktop') {
			width: 150px;
			height: 162px;
			background-size: 150px 162px;
			bottom: 0;
		}
		@include media('<tablet') {
			width: 89px;
			height: 96px;
			background-size: 89px 96px;
			bottom: 0;
		}
		.lightbox01 & {
			left: auto;
			right: 15px;
			@include media('<desktop') {
				width: 150px;
				height: 162px;
				background-size: 150px 162px;
			}
			@include media('<tablet') {
				width: 89px;
				height: 96px;
				background-size: 89px 96px;
			}
		}
	}*/
}

.lightbox01 .subscribe-holder {
	padding: 160px 0 110px;
}

.lightbox01 .subscribe-holder:before,
.lightbox01 .subscribe-holder:after {
	content: "";
	position: absolute;
	background: url(bg-subscribe-left.png) no-repeat 0 0/187px 215px;
	width: 187px;
	height: 215px;
	bottom: 0;
	left: 15px;
}

.lightbox01 .subscribe-holder:after {
	background: url(bg-subscribe-right.png) no-repeat 0 0/187px 215px;
	left: auto;
	right: 15px;
}

.subscribe-holder:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 162px;
	background: url(bg-subscribe.png) repeat-x 50% 0/auto 162px;
}

.subscribe-holder .frame {
	max-width: 890px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

.subscribe-holder .frame .h2 {
	font: 48px/51px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #303030;
	margin: 0 0 49px;
	display: block;
}

.subscribe-holder .e2ma_signup_message {
	display: none;
}

.subscribe,
.subscribe-holder form {
	max-width: 374px;
	margin: 0 auto;
	position: relative;
}

.subscribe .e2ma_signup_form_row input[type="email"],
.subscribe-holder form .e2ma_signup_form_row input[type="email"] {
	margin: 0;
}

.subscribe .e2ma_signup_form_required_footnote,
.subscribe-holder form .e2ma_signup_form_required_footnote {
	margin: 0;
	padding: 5px 0 0;
	display: none;
}

.subscribe .e2ma_signup_form_button_row,
.subscribe-holder form .e2ma_signup_form_button_row {
	text-align: center;
	padding: 40px 0 0;
	margin: 0;
}

.subscribe .e2ma_signup_form_label,
.subscribe-holder form .e2ma_signup_form_label {
	display: none;
}

.subscribe input[type="email"],
.subscribe-holder form input[type="email"] {
	width: 100%;
	height: 44px;
	border: 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	background: #fdfdfe;
	color: rgba(61, 61, 61, .84);
	font: 16px/19px "NewCenturySchlbk LT Pro";
	overflow: hidden;
	padding: 12px 15px;
	margin: 0 0 40px;
}

.subscribe input[type="submit"],
.subscribe-holder form input[type="submit"] {
	height: 45px;
	background: #935cb7;
	border: 0;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	padding: 0 60px;
	margin: 0 10px 20px;
	border-radius: 23px;
	text-decoration: none;
	font: 20px/23px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.subscribe input[type="submit"]:hover,
.subscribe-holder form input[type="submit"]:hover {
	background: #a66acd;
}

.category-holder {
	display: none;
}

.category-holder .frame {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 6px;
}

.category-holder .h2 {
	display: block;
	text-align: center;
	font: 24px/27px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 15px;
}

.category-holder .img-block {
	width: 50%;
	position: relative;
	padding: 6px;
	overflow: hidden;
}

.category-holder .img-block a {
	display: block;
	text-decoration: none;
	overflow: hidden;
}

.category-holder .img-block a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.category-holder .img-block img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .5s linear 0s;
	transition: -webkit-transform .5s linear 0s;
	transition: transform .5s linear 0s;
	transition: transform .5s linear 0s, -webkit-transform .5s linear 0s;
}

.category-holder .text {
	position: absolute;
	bottom: 6px;
	left: 6px;
	right: 6px;
	color: #fff;
	font: 18px/21px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: center;
	padding: 6px 5px;
}

.breadcrumbs {
	padding: 31px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #3c3c3c;
	font-size: 14px;
	line-height: 19px;
}

.breadcrumbs li {
	padding: 0 16px 0 0;
}

.breadcrumbs a {
	padding: 5px 16px 5px 0;
	text-decoration: none;
	color: #878787;
	position: relative;
}

.breadcrumbs a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 3px;
	width: 4px;
	height: 4px;
	border: solid #383838;
	border-width: 1px 1px 0 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0;
}

.breadcrumbs a:hover {
	color: #3c3c3c;
}

.visual1 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #935cb7;
	color: #fff;
	min-height: 270px;
	margin: 25px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	overflow: hidden;
}

.visual1 .textholder {
	padding: 20px 40px;
	font: 24px/27px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.visual1 .textholder h1 {
	font: 72px/75px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: -2px 0 20px;
}

.visual1 .textholder p {
	max-width: 240px;
	text-align: right;
	margin: 0 0 26px auto;
}

.visual2 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #935cb7;
	color: #fff;
	min-height: 515px;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	overflow: hidden;
	position: relative;
}

.visual2.visual3 {
	min-height: 596px;
}

.visual2.visual4 {
	min-height: 373px;
}

.visual2.visual5 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	height: 515px;
}

.visual2.visual5 .holder {
	margin: 0;
}

.visual2.visual5 blockquote {
	max-width: 620px;
	margin: 0 auto;
	text-align: center;
	border: none;
	padding: 0;
	font: 36px/39px "arquitectamedium";
}

.visual2.visual5 blockquote p {
	margin: 0 0 20px;
}

.visual2.visual5 blockquote footer {
	font: 24px/27px "NewCenturySchlbk LT Pro";
}

.visual2.visual5 h1 {
	font: 64px/64px "arquitectamedium";
	margin: 0 0 25px;
}

.visual2.visual5 h1:only-child {
	margin: 0 0 10px;
}

.visual2.visual5 h1 + h2 {
	margin-top: -15px;
}

.visual2.visual5 h2 {
	font: 36px/40px "arquitectabook";
	margin: 0 0 25px;
}

.visual2.visual5 h2:only-child {
	margin: 0 0 10px;
}

.products {
	width: calc(100% - 240px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 36px 0 -36px;
}

.products:only-child {
	width: 100%;
}

.products .product-block {
	width: 25%;
	padding: 0 25px 48px;
}

.products .img-holder {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 236px;
}

.products .img-holder.hover .mask {
	opacity: 1;
}

.products .img-holder img {
	display: block;
	margin: 0 auto;
}

.products .img-holder .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	opacity: 0;
	-webkit-transition: opacity .5s ease 0s;
	transition: opacity .5s ease 0s;
}

.products .img-holder .mask ul {
	width: 100%;
	text-align: center;
}

.products .img-holder .mask ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 3px 3px;
}

.products .img-holder .mask ul a {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
}

.products .img-holder .mask ul a:hover {
	box-shadow: 0 2px 3px rgba(0, 0, 0, .5);
}

.products .img-holder .shop-btn {
	padding: 10px 20px;
	margin: 0 -20px 10px;
}

.products .img-holder .shop-btn:hover {
	padding: 10px;
}

.products .description {
	text-align: center;
	padding: 8px 0 0;
	font-size: 16px;
	line-height: 1.2;
}

.products .description .name {
	display: block;
	color: #515356;
	font: 18px/21px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 7px;
}

.products .description .price {
	color: #8d8d8d;
	display: block;
	font-size: 14px;
	line-height: 17px;
	margin: 0 0 5px;
}

.products .description .product-price__price {
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
}

.products .description a {
	text-decoration: none;
	color: inherit;
}

.products .description a:hover {
	opacity: .85;
}

.load-btn {
	text-align: center;
	width: 100%;
	display: none;
}

.load-btn .load-more {
	color: #2c2c2c;
	display: inline-block;
	vertical-align: top;
	padding: 6px 45px;
	margin: 0 10px 20px;
	text-decoration: none;
	font: 20px/23px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 2px solid #935cb7;
}

.load-btn .load-more:hover {
	padding: 6px 10px;
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.lightbox01 {
	padding: 0;
	width: 870px;
	font-family: "arquitectabook", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.lightbox-holder,
.gallery-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

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

.gallery-product .gallery-col {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.gallery-product .panda-swatches-cont .panda-swatch.ps-selected .ps-image-cont > img.checked {
	display: none !important;
}

.gallery-col {
	width: 400px;
	padding: 0 20px;
	position: relative;
}

.gallery-product .gallery-col {
	width: 60%;
}

.product-slider .slick-slide,
.product-slider1 .slick-slide {
	height: 399px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-slider img,
.product-slider1 img {
	vertical-align: top;
}

.product-slider1 {
	padding: 0 0 183px;
}

.product-slider1 .slick-slide {
	height: auto;
}

.product-slider1 .slick-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	height: 10px;
	text-align: center;
	display: none !important;
}

.product-slider1 .slick-dots li {
	padding: 0 8px;
	display: inline-block;
	vertical-align: top;
}

.product-slider1 .slick-dots li.slick-active button {
	background: #5a5a5a;
}

.product-slider1 .slick-dots li button {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	border: 1px solid #5a5a5a;
	background: none;
	padding: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	opacity: .51;
}

.product-slider1 .slick-dots li button:hover {
	background: #5a5a5a;
}

.nav-product,
.nav-product1 {
	position: absolute;
	bottom: 22px;
	left: 20px;
	right: 20px;
}

.nav-product .slick-list,
.nav-product1 .slick-list {
	padding: 0 20% 0 0;
}

.nav-product .slick-list:after,
.nav-product1 .slick-list:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 20%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 70%, white 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 70%, white 100%);
}

.nav-product .slick-slide,
.nav-product1 .slick-slide {
	text-align: center;
	padding: 0 7px;
}

.nav-product .slick-slide img,
.nav-product1 .slick-slide img {
	width: 100%;
	height: auto;
}

.nav-product .slick-prev,
.nav-product .slick-next,
.nav-product1 .slick-prev,
.nav-product1 .slick-next {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
	width: 20px;
	height: 20px;
	padding: 0;
	background: none;
	border: 3px solid #898989;
	border-width: 3px 0 0 3px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -10px;
	line-height: 0;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	border-radius: 2px;
	opacity: .85;
}

.nav-product .slick-prev:hover,
.nav-product .slick-next:hover,
.nav-product1 .slick-prev:hover,
.nav-product1 .slick-next:hover {
	opacity: 1;
}

.nav-product .slick-next,
.nav-product1 .slick-next {
	left: auto;
	right: 0;
	border: 3px solid #898989;
	border-width: 0 3px 3px 0;
}

.gallery-product .thumbnails-wrapper .btn {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
	width: 20px;
	height: 20px;
	padding: 0;
	background: none;
	border: 3px solid #898989;
	border-width: 3px 0 0 3px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: -10px 0 0;
	line-height: 0;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	border-radius: 2px;
	opacity: .85;
}

.gallery-product .thumbnails-wrapper .btn:hover {
	opacity: 1;
}

.gallery-product .thumbnails-wrapper .btn.thumbnails-slider__next {
	left: auto;
	right: 0;
	border: 3px solid #898989;
	border-width: 0 3px 3px 0;
}

.nav-product1 .slick-slide {
	text-align: center;
	padding: 0 7px;
}

.nav-product1 .slick-slide img {
	display: block;
	margin: 0 auto;
	width: auto;
	height: auto;
}

.description-col {
	width: calc(100% - 400px);
	padding: 65px 30px;
}

.gallery-product .description-col {
	width: 40%;
}

.description-col h2, .description-col h1 {
	font: 36px/38px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #333;
	margin: 0 0 15px;
}

.gallery-product .description-col h2, .gallery-product .description-col h1  {
	max-width: 430px;
	font-size: 48px;
}

.gallery-product .description-col h2 .stars, .gallery-product .description-col h1 .stars {
	display: inline-block;
	vertical-align: top;
	padding: 13px 5px 0;
	margin: 0 -40px 0 0;
}

.gallery-product .description-col h2 .stars img, .gallery-product .description-col h1 .stars img {
	display: block;
}

.description-col .spr-starrating {
	font-size: 23px;
	color: #935cb7;
}

.description-col .price,
.description-col .product-price__price {
	color: #515356;
	display: block;
	margin: 0 0 40px;
	font-size: 24px;
	line-height: 27px;
}

.gallery-product .description-col .price,
.gallery-product
    .description-col .product-price__price {
	max-width: 430px;
	font-size: 32px;
	line-height: 35px;
	margin: 0 0 34px;
}

.description-col .social-list {
	display: block;
	text-align: left;
	margin: 0 -10px 20px;
}

.description-col .social-list li {
	padding: 0 10px;
}

.description-col .social-list a {
	color: #000;
	opacity: .65;
}

.description-col .social-list a:hover {
	color: #935cb7;
	opacity: 1;
}

.description-col .social-list [class^="icon-"],
.description-col .social-list [class*=" icon-"] {
	font-size: 14px;
	color: inherit;
}

.description-col .social-list .st_facebook_custom,
.description-col .social-list .st_instagram_custom,
.description-col .social-list .st_twitter_custom,
.description-col .social-list .st_googleplus_custom,
.description-col .social-list .st_pinterest_custom,
.description-col .social-list .st_email_custom {
	position: relative;
	display: block;
	overflow: hidden;
	width: 10px;
	color: #595959;
	opacity: .65;
}

.description-col .social-list .st_facebook_custom:hover,
.description-col .social-list .st_instagram_custom:hover,
.description-col .social-list .st_twitter_custom:hover,
.description-col .social-list .st_googleplus_custom:hover,
.description-col .social-list .st_pinterest_custom:hover,
.description-col .social-list .st_email_custom:hover {
	color: #935cb7;
	opacity: 1;
}

.description-col .social-list .st_facebook_custom:before,
.description-col .social-list .st_instagram_custom:before,
.description-col .social-list .st_twitter_custom:before,
.description-col .social-list .st_googleplus_custom:before,
.description-col .social-list .st_pinterest_custom:before,
.description-col .social-list .st_email_custom:before {
	content: "\e90a";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 18px;
}

.description-col .social-list .st_instagram_custom {
	width: 17px;
}

.description-col .social-list .st_instagram_custom:before {
	content: "\e90b";
}

.description-col .social-list .st_twitter_custom {
	width: 26px;
}

.description-col .social-list .st_twitter_custom:before {
	content: "\e90c";
}

.description-col .social-list .st_googleplus_custom {
	width: 30px;
}

.description-col .social-list .st_googleplus_custom:before {
	content: "\e910";
}

.description-col .social-list .st_pinterest_custom {
	width: 14px;
}

.description-col .social-list .st_pinterest_custom:before {
	content: "\e912";
}

.description-col .social-list .st_email_custom {
	width: 26px;
}

.description-col .social-list .st_email_custom:before {
	content: "\e911";
}

.survey {
	max-width: 360px;
}

.gallery-product .survey {
	max-width: 430px;
}

.survey .panda-swatches-cont.ps-align-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 0 20px;
}

.survey .panda-swatches-cont .panda-header {
	display: block;
	margin: 12px 15px 0 0;
	color: #515356;
	font: 18px/21px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: relative;
	padding: 0;
	text-transform: uppercase;
}

.survey .panda-swatches-cont .panda-header span {
	font: 14px/21px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: absolute;
	right: 0;
	top: 0;
}

.survey .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 0 20px;
}

.survey .row > span {
	margin: 20px 15px 0 0;
	font: 18px/21px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
}

.survey .row .area,
.survey .row .selector-wrapper {
	width: 50%;
	padding: 0 30px 30px 0;
}

.survey .row .area label,
.survey .row .selector-wrapper label {
	display: block;
	margin: 0 0 10px;
	color: #515356;
	font: 18px/21px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: relative;
}

.survey .row .area label span,
.survey .row .area label .size-chart-link,
.survey .row .selector-wrapper label span,
.survey .row .selector-wrapper label .size-chart-link {
	font: 14px/21px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: absolute;
	right: 0;
	top: 0;
	color: inherit;
}

.survey .row .area .jcf-number,
.survey .row .selector-wrapper .jcf-number {
	height: 50px;
	background: #eee;
	width: 166px;
}

.gallery-product .survey .row .area .jcf-number,
.gallery-product
        .survey .row .selector-wrapper .jcf-number {
	width: 206px;
}

.survey .row .area .jcf-number input,
.survey .row .selector-wrapper .jcf-number input {
	background: #eee;
	border: 0;
	width: 166px;
	padding: 0 49px;
	text-align: center;
	font: 21px/24px "centuryschregular";
	color: #515356;
}

.gallery-product .survey .row .area .jcf-number input,
.gallery-product
          .survey .row .selector-wrapper .jcf-number input {
	width: 206px;
}

.survey .row .area .jcf-number .jcf-btn-inc,
.survey .row .area .jcf-number .jcf-btn-dec,
.survey .row .selector-wrapper .jcf-number .jcf-btn-inc,
.survey .row .selector-wrapper .jcf-number .jcf-btn-dec {
	top: 0;
	left: 0;
	right: auto;
	height: 50px;
	width: 49px;
	background: #eee;
	border-right: 1px solid #fff;
}

.gallery-product .survey .row .area .jcf-number .jcf-btn-inc,
.gallery-product
          .survey .row .area .jcf-number .jcf-btn-dec,
.gallery-product
          .survey .row .selector-wrapper .jcf-number .jcf-btn-inc,
.gallery-product
          .survey .row .selector-wrapper .jcf-number .jcf-btn-dec {
	width: 60px;
}

.survey .row .area .jcf-number .jcf-btn-inc:before,
.survey .row .area .jcf-number .jcf-btn-dec:before,
.survey .row .selector-wrapper .jcf-number .jcf-btn-inc:before,
.survey .row .selector-wrapper .jcf-number .jcf-btn-dec:before {
	content: "\e90d";
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	margin: 0;
	border: none;
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #545659;
	font-size: 16px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.survey .row .area .jcf-number .jcf-btn-inc,
.survey .row .selector-wrapper .jcf-number .jcf-btn-inc {
	left: auto;
	right: 0;
	border-right: none;
	border-left: 1px solid #fff;
}

.survey .row .area .jcf-number .jcf-btn-inc:before,
.survey .row .selector-wrapper .jcf-number .jcf-btn-inc:before {
	content: "\e90e";
}

.survey .row .area .jcf-select,
.survey .row .selector-wrapper .jcf-select {
	width: 100%;
	min-width: 100%;
	height: 50px;
	border: none;
	background: #eee;
	color: #515356;
	margin: 0;
}

.survey .row .area .jcf-select .jcf-select-text,
.survey .row .selector-wrapper .jcf-select .jcf-select-text {
	height: 50px;
	margin: 0 44px 0 20px;
	font: 17px/50px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.survey .row .area .jcf-select .jcf-select-opener,
.survey .row .selector-wrapper .jcf-select .jcf-select-opener {
	background: #eee;
	width: 44px;
	border: none;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.survey .row .area .jcf-select .jcf-select-opener:after,
.survey .row .selector-wrapper .jcf-select .jcf-select-opener:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	border: 1px solid #535454;
	border-width: 0 0 1px 1px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -5px;
	line-height: 0;
	pointer-events: none;
}

.survey .row .area .jcf-list,
.survey .row .selector-wrapper .jcf-list {
	font: 17px/20px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.survey .row .area .jcf-list .jcf-option,
.survey .row .selector-wrapper .jcf-list .jcf-option {
	padding: 8px 20px;
}

.survey .row .area .jcf-select-drop .jcf-select-drop-content,
.survey .row .selector-wrapper .jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #e6e6e6 !important;
	background: #e6e6e6;
}

.survey .radio-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px 0 0;
}

.survey .radio-area .rad-block {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 10px 10px 0;
}

.survey .radio-area .jcf-radio {
	width: 39px;
	height: 39px;
	border-radius: 50%;
	margin: 0;
	position: absolute;
	border: 1px solid transparent;
	background: #fff;
	top: -4px;
	left: -4px;
	visibility: hidden;
}

.survey .radio-area .jcf-radio.jcf-checked {
	border: 3px solid #777;
}

.survey .radio-area .jcf-radio.jcf-checked + label .color {
	width: 41px;
	height: 41px;
	margin: 0;
	border: none;
}

.survey .radio-area .jcf-radio.jcf-checked + label .color.white:before {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 3px solid #a1a1a1;
}

.survey .radio-area .jcf-radio.jcf-checked + label .color.white:after {
	top: 6px;
	bottom: 6px;
	left: 6px;
	right: 6px;
}

.survey .radio-area .jcf-radio.jcf-checked + label .color:before {
	content: "";
	position: absolute;
	top: 4px;
	bottom: 4px;
	left: 4px;
	right: 4px;
	border: 3px solid #fff;
	border-radius: 50%;
}

.survey .radio-area .jcf-radio.jcf-focus {
	border: 2px solid #777 !important;
}

.survey .radio-area .jcf-radio + label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	text-align: center;
}

.survey .radio-area .jcf-radio + label .text {
	display: block;
	width: 100%;
	text-align: center;
	color: #515356;
	font-size: 18px;
	line-height: 21px;
	margin: 10px 0;
}

.survey .radio-area .jcf-radio + label .color {
	display: block;
	width: 41px;
	height: 41px;
	position: relative;
	border-radius: 50%;
	border: 4px solid #fff;
}

.survey .radio-area .jcf-radio + label .color.white:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 1px solid #a1a1a1;
	border-radius: 50%;
}

.survey input[type="submit"] {
	width: 184px;
	height: 45px;
	background: #935cb7;
	border: 0;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	padding: 0 30px;
	margin: 0 0 20px;
	border-radius: 23px;
	text-decoration: none;
	font: 20px/23px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.gallery-product .survey input[type="submit"] {
	max-width: 308px;
	width: 100%;
}

.survey input[type="submit"]:hover {
	background: #a66acd;
}

.survey .link {
	display: inline-block;
	vertical-align: top;
	width: 190px;
	text-align: center;
	margin: 0 -50px 0 0;
}

.survey .view-more {
	color: #2c2c2c;
	display: inline-block;
	vertical-align: top;
	padding: 10px 20px;
	margin: 0 0 20px;
	text-decoration: none;
	font: 20px/23px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 2px solid #935cb7;
}

.survey .view-more:hover {
	padding: 10px;
}

.accordion1 {
	margin: 0 0 15px;
}

.accordion1 .tabs {
	display: none;
}

.accordion1 li {
	border-bottom: 1px solid #f7f7f7;
}

.accordion1 li.active a.opener:after {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.accordion1 a {
	color: #515356;
	text-decoration: none;
}

.accordion1 a.opener {
	font: 17px/20px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	padding: 20px 0 20px 35px;
	position: relative;
	color: #515356;
	text-transform: uppercase;
}

.accordion1 a.opener:before,
.accordion1 a.opener:after {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	height: 2px;
	width: 14px;
	background: #858688;
	margin: -1px 0 0;
}

.accordion1 a.opener:after {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: -webkit-transform .5s linear 0s;
	transition: -webkit-transform .5s linear 0s;
	transition: transform .5s linear 0s;
	transition: transform .5s linear 0s, -webkit-transform .5s linear 0s;
	margin: -1px 0 0 0;
}

.accordion1 .slide {
	color: #b1b1b1; /*font-size: 19px;
		line-height: 26px;*/
	padding: 0 0 20px;
}

.accordion1 .slide p {
	margin: 0 0 20px;
}

.accordion1 .slide p:last-child {
	margin: 0;
}

.accordion1 iframe {
	max-width: 100%;
	vertical-align: top;
}

.items-area {
	padding: 0 0 70px;
}

.items-area h2 {
	font: 48px/51px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #333;
	margin: 0 0 40px;
}

.items-area .slick-list,
.items-area .slick-track {
	width: 100%;
}

.items-area dd {
	margin: 0;
}

.items-area dd .product-price__price {
	color: #8d8d8d;
	display: block;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	margin: 0 0 5px;
}

.items-area .items-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	position: relative;
}

.items-area .items-row .slick-dots {
	width: 100%;
	height: 10px;
	text-align: center;
	display: none;
}

.items-area .items-row .slick-dots li {
	padding: 0 8px;
	display: inline-block;
	vertical-align: top;
}

.items-area .items-row .slick-dots li.slick-active button {
	background: #5a5a5a;
}

.items-area .items-row .slick-dots li button {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	border: 1px solid #5a5a5a;
	background: none;
	padding: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	opacity: .51;
}

.items-area .items-row .slick-dots li button:hover {
	background: #5a5a5a;
}

.items-area .items-row .item {
	width: 20%;
	padding: 0 10px 20px;
}

.items-area .items-row .img-block {
	margin: 0 0 15px;
	height: 236px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
}

.items-area .items-row .img-block.hover .mask {
	opacity: 1;
}

.items-area .items-row .img-block img {
	display: inline-block;
	vertical-align: top;
	max-height: 236px;
	width: auto;
}

.items-area .items-row .img-block .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	opacity: 0;
	-webkit-transition: opacity .5s ease 0s;
	transition: opacity .5s ease 0s;
}

.items-area .items-row .img-block .mask ul {
	width: 100%;
	text-align: center;
}

.items-area .items-row .img-block .mask ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 3px 3px;
}

.items-area .items-row .img-block .mask ul a {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
}

.items-area .items-row .img-block .mask ul a:hover {
	box-shadow: 0 2px 3px rgba(0, 0, 0, .5);
}

.items-area .items-row .img-block .shop-btn {
	padding: 10px 20px;
	margin: 0 -20px 10px;
}

.items-area .items-row .img-block .shop-btn:hover {
	padding: 10px;
}

.items-area .items-row .name {
	display: block;
	color: #515356;
	font: 18px/21px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 5px;
}

.items-area .items-row .name a {
	color: inherit;
	text-decoration: none;
}

.items-area .items-row .name a:hover {
	color: #935cb7;
}

.items-area .items-row .price {
	color: #8d8d8d;
	display: block;
	font-size: 14px;
	line-height: 17px;
	margin: 0 0 5px;
}

.reviews-holder {
	padding: 0 0 70px;
	position: relative;
}

.reviews-holder h2 {
	font: 48px/51px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #333;
	margin: 0 0 25px;
}

.reviews-holder .spr-container {
	border: none;
	padding: 0;
}

.reviews-holder .spr-header {
	margin: 0 0 40px;
}

.reviews-holder .spr-reviews {
	margin: 0;
}

.reviews-holder .spr-review {
	border: none;
	background: #fcfafd;
	padding: 20px 20px 40px;
	margin: 0 0 1px;
	font: 16px/19px "centuryschregular";
	color: #686868;
}

.reviews-holder .spr-review .spr-starrating {
	font-size: 20px;
	margin: 0 20px 0 0;
}

.reviews-holder .spr-review .spr-review-header-byline {
	width: auto;
}

.reviews-holder .spr-review-header {
	margin: 0 0 20px;
}

.reviews-holder .review-row {
	position: relative;
	margin: 0 0 40px;
	font-size: 24px;
	line-height: 27px;
	font: 24px/27px "centuryschregular";
	color: #333;
}

.reviews-holder .spr-starrating {
	font-size: 23px;
	color: #935cb7;
}

.reviews-holder .stars {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px 0 0;
}

.reviews-holder .btn-holder {
	position: absolute;
	top: 50px;
	right: 0;
	width: 270px;
	text-align: center;
}

.reviews-holder .btn-write,
.reviews-holder .spr-summary-actions-newreview {
	color: #2c2c2c;
	display: inline-block;
	vertical-align: top;
	padding: 10px 45px;
	margin: 0 10px 20px;
	text-decoration: none;
	font: 20px/23px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 2px solid #935cb7;
}

.reviews-holder .btn-write:hover,
.reviews-holder .spr-summary-actions-newreview:hover {
	padding: 10px;
}

.reviews-holder .spr-review-footer .spr-review-reportreview {
	color: #935cb7;
}

.reviews-holder .spr-review-header-title {
	font: 24px/27px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #333;
	margin: 0 0 25px;
}

.reviews-holder .review {
	background: #fcfafd;
	padding: 20px 20px 40px;
	margin: 0 0 1px;
	font: 16px/19px "centuryschregular";
	color: #686868;
}

.reviews-holder .review h3 {
	font: 24px/27px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #333;
	margin: 0 0 25px;
}

.reviews-holder .review p {
	margin: 0 0 20px;
}

.reviews-holder .review .meta {
	margin: 0 0 25px;
}

.reviews-holder .review .meta em {
	font: 14px/17px "NewCenturySchlbk LT Pro";
	color: #6b6b6b;
}

.reviews-holder .review .stars {
	padding: 0 20px 0 0;
}

.cart table button.btn {
	margin: 0;
	padding: 0;
	background: none;
	color: #935cb7;
}

.cart table button.btn:hover {
	opacity: .85;
}

.cart .cart__row a {
	color: #935cb7;
}

.cart .cart__row a:hover {
	opacity: .85;
}

.content-holder {
	max-width: 988px;
	margin: 0 auto;
	padding: 15px 10px 10px;
	text-align: center;
	color: #373737; /*font-size: 18px;
	line-height: 27px;*/
}

.content-holder.content-holder1 {
	max-width: 1122px;
	padding: 0 0 38px;
}

.content-holder.content-holder1 .row {
	padding: 0 0 75px;
}

.content-holder.content-holder1 .textholder {
	padding: 18px 24px 20px 75px;
	color: #373737;
}

.content-holder.content-holder1 .textholder:only-child {
	width: 100%;
	padding: 20px 0;
}

.content-holder.content-holder1 .textholder:first-child {
	padding: 18px 75px 20px 24px;
}

.content-holder.content-holder1 .textholder h2 {
	font-size: 48px;
	line-height: 51px;
	margin: 0 0 40px;
}

.content-holder.content-holder1 .textholder p {
	margin: 0 0 39px;
}

.content-holder.content-holder1 .img-holder {
	padding: 0 0 0 28px;
}

.content-holder.content-holder1 .img-holder:first-child {
	padding: 0 30px 0 0;
}

.content-holder.content-holder1 .img-holder:only-child {
	padding: 0;
}

.content-holder.content-holder1 .btn-holder .more {
	color: #2c2c2c;
	display: inline-block;
	vertical-align: top;
	padding: 6px 30px;
	margin: 0 0 20px;
	text-decoration: none;
	font: 15px/18px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 2px solid #935cb7;
}

.content-holder.content-holder1 .btn-holder .more:hover {
	padding: 6px 10px;
	margin: 0 20px 20px;
}

.content-holder.content-holder2 {
	max-width: 1080px;
}

.content-holder.content-holder2 h1 {
	margin: 0 0 15px;
}

.content-holder.content-holder2 p {
	max-width: 250px;
	margin: 0 auto 65px;
}

.content-holder.content-holder2 .customer-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: left;
	color: #2b2b2b; /*font-size: 17px;
			line-height: 25px;*/
	margin: 0 -12px;
}

.content-holder.content-holder2 .customer-holder .col {
	max-width: 500px;
	width: 50%;
	padding: 0 10px;
}

.content-holder.content-holder2 .customer-holder .col:nth-child(2) {
	max-width: 411px;
	width: 50%;
	padding: 0 50px 0 10px;
}

.content-holder.content-holder2 .customer-holder h2 {
	font: 22px/25px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #292929;
	text-transform: uppercase;
	margin: 0 0 13px;
}

.content-holder.content-holder2 .customer-holder address {
	font-style: normal;
	margin: 0 0 16px;
	padding: 2px 0 0;
	line-height: 20px;
}

.content-holder.content-holder2 .customer-holder address span {
	display: block;
	padding: 0 0 5px;
}

.content-holder.content-holder2 .customer-holder .map {
	margin: 0 0 43px;
}

.content-holder.content-holder2 .customer-holder .map img {
	display: block;
}

.content-holder.content-holder2 .customer-holder .map iframe {
	vertical-align: top;
	max-width: 100%;
}

.content-holder.content-holder2 .customer-holder dl {
	margin: 0 0 33px;
}

.content-holder.content-holder2 .customer-holder dl dt {
	font-family: "arquitectabook";
	font-weight: normal;
}

.content-holder.content-holder2 .customer-holder dl dt strong {
	font-family: "arquitectabold";
	font-weight: normal;
}

.content-holder.content-holder2 .customer-holder dl dd {
	overflow: visible;
	margin: 0;
	float: left;
}

.content-holder.content-holder2 .customer-holder dl dd a {
	color: #935cb7;
	text-decoration: none;
}

.content-holder.content-holder2 .customer-holder dl dd a:hover {
	color: #000;
}

.content-holder.content-holder2 .customer-holder .contact-list {
	margin: 0 0 13px;
}

.content-holder.content-holder2 .customer-holder .contact-list li {
	vertical-align: top;
	padding: 0 0 25px;
}

.content-holder.content-holder2 .customer-holder .contact-list a[href^=tel] {
	color: inherit;
	text-decoration: none;
}

.content-holder.content-holder2 .customer-holder .contact-list a[href^=tel]:hover {
	color: #935cb7;
}

.content-holder.content-holder2 .customer-holder .contact-list .mail,
.content-holder.content-holder2 .customer-holder .contact-list .link {
	display: block;
}

.content-holder.content-holder2 .customer-holder .contact-list .mail a,
.content-holder.content-holder2 .customer-holder .contact-list .link a {
	color: #935cb7;
	text-decoration: none;
}

.content-holder.content-holder2 .customer-holder .contact-list .mail a:hover,
.content-holder.content-holder2 .customer-holder .contact-list .link a:hover {
	color: #000;
}

.content-holder.content-holder2 .customer-holder .contact-list1 {
	/*font-size: 16px;
				line-height: 22px;*/
	color: #6f6f6f;
	padding: 10px 0 41px 16px;
}

.content-holder.content-holder2 .customer-holder .contact-list1 li {
	vertical-align: top;
	padding: 0 0 0 33px;
	margin: 0 0 18px;
	position: relative;
}

.content-holder.content-holder2 .customer-holder .contact-list1 a {
	text-decoration: none;
	color: #6f6f6f;
}

.content-holder.content-holder2 .customer-holder .contact-list1 [class^="icon-"],
.content-holder.content-holder2 .customer-holder .contact-list1 [class*=" icon-"] {
	font-size: 18px;
	color: inherit;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.content-holder.content-holder2 .customer-holder .contact-list1 [class^="icon-"].icon-mail,
.content-holder.content-holder2 .customer-holder .contact-list1 [class*=" icon-"].icon-mail {
	font-size: 14px;
}

.content-holder.content-holder2 .customer-holder .social-block {
	padding: 17px 0 0;
}

.content-holder.content-holder2 .customer-holder .social-list {
	text-align: left;
	margin: 0 0 20px;
	padding: 15px 0 0;
}

.content-holder.content-holder2 .customer-holder .social-list li {
	padding: 0 28px 20px 0;
}

.content-holder.content-holder2 .customer-holder .social-list a {
	color: #797979;
}

.content-holder.content-holder2 .customer-holder .social-list a:hover {
	color: #935cb7;
}

.content-holder.content-holder2 .customer-holder .social-list a > span {
	font-size: 22px;
}

.content-holder.content-holder3 .row .img-holder {
	width: 50%;
}

.content-holder.content-holder3 .row .textholder {
	width: 50%;
}

.content-holder.content-holder3 .row .textholder p {
	margin: 0 0 12px;
}

.content-holder.content-holder3 .row .more {
	color: #2c2c2c;
	display: inline-block;
	vertical-align: top;
	padding: 10px 45px;
	margin: 0 0 20px;
	text-decoration: none;
	font: 15px/18px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 2px solid #935cb7;
}

.content-holder.content-holder3 .row .more:hover {
	padding: 10px;
}

.visual2 + .content-holder,
.networks-info .content-holder {
	padding: 70px 10px 10px;
}

.visual2.visual4 + .content-holder,
#shopify-section-customer-care-banner + .content-holder {
	padding: 49px 10px 10px; /*line-height: 20px;*/
}

.visual2.visual4 + .content-holder h1,
#shopify-section-customer-care-banner + .content-holder h1 {
	margin: 0 0 18px;
}

.visual2.visual4 + .content-holder p,
#shopify-section-customer-care-banner + .content-holder p {
	margin: 0 auto 73px;
}

.content-holder .team-area h1 {
	margin: 0 0 20px;
}

.content-holder .team-area p {
	max-width: 600px;
	margin: 0 auto 75px;
}

.content-holder .shipping-holder {
	text-align: left;
	color: #565656;
	font-size: 1em; /* changed from 16px to 1em on March 21 2019 JMC */
	line-height: inherit; /* changed from 24px to inherit on March 21 2019 JMC */
	padding: 0 0 30px;
}

.content-holder .shipping-holder .twocolumns {
	margin: 0 -10px;
	padding: 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.content-holder .shipping-holder .twocolumns .column {
	width: 50%;
	max-width: 410px;
	padding: 0 10px;
}

.content-holder .shipping-holder .twocolumns h2 {
	color: #2b2b2b;
	font: 20px/23px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 20px;
}

.content-holder .shipping-holder .twocolumns p {
	margin: 0 0 20px;
}

.content-holder .shipping-holder .twocolumns p + h2 {
	padding-top: 30px;
}

.content-holder .shipping-holder .twocolumns p a {
	color: #935cb7;
	text-decoration: none;
}

.content-holder .shipping-holder .twocolumns p a:hover {
	color: #000;
}

.content-holder .privacy-holder {
	text-align: left;
	color: #565656; /*font-size: 16px;
		line-height: 24px;*/
	padding: 0 0 30px;
}

.content-holder .privacy-holder h1 {
	font-size: 48px;
	line-height: 51px;
}

.content-holder .privacy-holder p {
	margin: 0 0 20px;
}

.content-holder .privacy-holder p + h2 {
	padding-top: 30px;
}

.content-holder .privacy-holder h2 {
	font: 20px/23px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #2b2b2b;
	margin: 0 0 20px;
}

.content-holder h1 {
	font: 72px/75px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #000;
	margin: 0 0 50px;
}

.content-holder h1 + .row {
	padding-top: 60px;
}

.content-holder h1 + p {
	font-size: 36px;
	font-weight: 300;
	line-height: 36.6px;
	max-width: 1000px !important;
	margin-left: auto;
	margin-right: auto;
}

.content-holder h1 + p + h2 {
	font: 33px/36px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #000;
	margin: 0 0 50px;
}

.content-holder h3 {
	font: 26px/29px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #333;
	margin: 0 0 20px;
}

.content-holder p {
	max-width: 900px;
	margin: 0 auto 45px;
}

.content-holder .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 50px;
}

.content-holder .row.faq-section {
	padding-top: 17px;
	padding-bottom: 30px;
}

.content-holder .row.faq-section .textholder h2 {
	margin: 0 0 20px;
}

.content-holder .textholder {
	padding: 16px 0 20px 70px;
	text-align: left;
	color: #2f2f2f;
	width: 48.7%;
	font-size: 22px;
}

.content-holder .textholder:only-child {
	width: 100% !important;
	padding: 20px 0 !important;
}

.content-holder .textholder:first-child {
	padding: 16px 70px 20px 0;
}

.content-holder .textholder h2 {
	font: 30px/33px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #000;
	margin: 0 0 24px;
}

.content-holder .textholder p {
	margin: 0 0 40px;
}

.content-holder .textholder p:last-child {
	margin: 0;
}

.content-holder .textholder p a {
	color: #935cb7;
}

.content-holder .textholder p a:hover {
	opacity: .75;
}

.content-holder .textholder p a:focus {
	color: #935cb7;
}

.content-holder .textholder center a {
	color: #935cb7;
}

.content-holder .textholder center a:hover {
	opacity: .75;
}

.content-holder .textholder center a:focus {
	color: #935cb7;
}

.content-holder .textholder .btn {
	padding: 11px 60px;
}

.content-holder .img-holder {
	width: 51.3%;
	position: relative;
}

.content-holder .img-holder:only-child {
	width: 100%;
}

.content-holder .img-holder img {
	width: 100%;
	height: auto;
	display: block;
}

.content-holder .img-holder iframe {
	vertical-align: top;
	width: 100%;
}

.content-holder .img-holder .btn-play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 61px;
	height: 61px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(play-button.svg) no-repeat 0 0/61px 61px;
	margin: -30px 0 0 -30px;
}

.content-holder .img-holder .btn-play:hover {
	opacity: .5;
}

.accordion {
	padding: 10px 0 0;
}

.accordion li {
	padding: 11px 0;
	border-bottom: 1px solid #f3f3f3;
}

.accordion li.active a.opener:after {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.accordion a {
	color: #515356;
	text-decoration: none;
}

.accordion a.opener {
	font: 22px/23px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	padding: 15px 0 15px 64px;
	position: relative;
}

.accordion a.opener:before,
.accordion a.opener:after {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	height: 2px;
	width: 20px;
	background: #9b69bd;
	margin: -1px 0 0;
}

.accordion a.opener:after {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: -webkit-transform .5s linear 0s;
	transition: -webkit-transform .5s linear 0s;
	transition: transform .5s linear 0s;
	transition: transform .5s linear 0s, -webkit-transform .5s linear 0s;
	margin: -1px 0 0 0;
}

.accordion .slide {
	padding: 12px 0 12px 64px;
}

.accordion .slide p {
	margin: 0;
}

.accordion .slide a {
	color: #935cb7;
}

.accordion .slide a:hover {
	opacity: .75;
}

.accordion .slide a:focus {
	color: #935cb7;
}

.blog-list {
	max-width: 920px;
	margin: 0 auto;
	padding: 48px 0 0; /*font-size: 18px;
	line-height: 22px;*/
}

.blog-list .load-btn {
	display: block;
	margin: 32px 0 68px;
}

.blog-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 89px;
}

.blog-row h2 {
	font: 30px/28px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #000;
	margin: 0 0 13px;
	letter-spacing: -.5px;
}

.blog-row h2 a {
	text-decoration: none;
	color: inherit;
}

.blog-row h2 a:hover {
	color: #935cb7;
}

.blog-row .img-block {
	width: 420px;
	overflow: hidden;
}

.blog-row .img-block a {
	text-decoration: none;
	display: block;
	overflow: hidden;
}

.blog-row .img-block a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.blog-row .img-block img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .5s linear 0s;
	transition: -webkit-transform .5s linear 0s;
	transition: transform .5s linear 0s;
	transition: transform .5s linear 0s, -webkit-transform .5s linear 0s;
	width: auto;
	height: auto;
}

.blog-row .text-block {
	width: calc(100% - 420px);
	text-align: left;
	padding: 15px 35px 2px 80px;
	color: #6c6c6c;
}

.blog-row .text-block p {
	margin: 0 0 47px;
}

.blog-row .by {
	color: #858585;
	display: block;
	font: 14px/17px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 15px;
}

.blog-row .by a {
	text-decoration: none;
	color: inherit;
}

.blog-row .by a:hover {
	color: #935cb7;
}

.more {
	text-decoration: none;
	color: #935cb7;
	font: 14px/17px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.more:hover .icon-arrow {
	margin: 0 0 0 15px;
}

.more .icon-arrow {
	font-size: 10px;
	margin: 0 0 0 6px;
	-webkit-transition: margin .5s linear;
	transition: margin .5s linear;
}

.blog-post {
	max-width: 900px;
	margin: 0 auto 87px;
	text-align: left;
	color: #434343;
}

.content-holder .blog-post:first-child {
	margin-top: -24px;
}

.content-holder .blog-post + h3 {
	margin: 0 0 -21px;
	position: relative;
	padding: 0 0 7px;
	border-bottom: 1px solid #f6f6f6;
	background: #fff;
	z-index: 100;
}

.blog-post h1 {
	font-size: 48px;
	line-height: 51px;
	margin: 0 0 20px;
	text-align: center;
}

.blog-post h2 {
	font: 30px/33px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #000;
	margin: 0 0 25px;
}

.blog-post .by {
	color: #afafaf;
	display: block;
	font: 16px/19px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 53px;
	text-align: center;
}

.blog-post p {
	margin: 0 0 25px;
}

.blog-post p + h2 {
	padding-top: 32px;
}

.blog-post ul li {
	padding: 0 0 25px;
}

.blog-post ul strong {
	font: 22px/27px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #000;
	display: block;
	padding: 0 0 0 26px;
	position: relative;
}

.blog-post ul strong:before {
	content: "";
	position: absolute;
	top: 11px;
	left: 5px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #000;
}

.blog-post ul + p {
	max-width: 470px;
}

.feature-gallery {
	max-width: 870px;
	margin: 0 auto 104px;
	text-align: center;
}

.feature-gallery .img-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 256px;
	overflow: hidden;
	position: relative;
	margin: 0 0 16px;
}

.feature-gallery .img-block.hover .mask {
	opacity: 1;
}

.feature-gallery .img-block img {
	display: block;
	max-height: 236px;
	max-width: 100%;
	width: auto;
	height: auto;
}

.feature-gallery .img-block .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	opacity: 0;
	-webkit-transition: opacity .5s ease 0s;
	transition: opacity .5s ease 0s;
}

.feature-gallery .img-block .mask ul {
	width: 100%;
	text-align: center;
	padding: 15px 0 0;
}

.feature-gallery .img-block .mask ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 3px 3px;
}

.feature-gallery .img-block .mask ul a {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
}

.feature-gallery .img-block .mask ul a.yellow {
	background: #f8e71c;
}

.feature-gallery .img-block .mask ul a.orange {
	background: #f5a623;
}

.feature-gallery .img-block .mask ul a.red {
	background: #d0021b;
}

.feature-gallery .img-block .mask ul a:hover {
	box-shadow: 0 2px 3px rgba(0, 0, 0, .5);
}

.feature-gallery .img-block .shop-btn {
	padding: 10px 20px;
	margin: 70px -20px 10px;
	font-size: 20px;
	line-height: 23px;
}

.feature-gallery .img-block .shop-btn:hover {
	padding: 10px;
}

.feature-gallery .name {
	display: block;
	margin: 0 0 7px;
	font: 18px/21px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #515356;
}

.feature-gallery .price {
	color: #8d8d8d;
	display: block;
	font-size: 14px;
	line-height: 17px;
	margin: 0 0 5px;
}

.feature-gallery .slick-prev,
.feature-gallery .slick-next {
	position: absolute;
	top: 50%;
	left: 10px;
	z-index: 10;
	width: 25px;
	height: 25px;
	padding: 0;
	background: none;
	border: 5px solid #898989;
	border-width: 5px 0 0 5px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: 14px;
	line-height: 0;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	border-radius: 2px;
	opacity: .85;
	outline: none;
}

.feature-gallery .slick-prev:hover,
.feature-gallery .slick-next:hover {
	opacity: 1;
}

.feature-gallery .slick-next {
	left: auto;
	right: 10px;
	border: 5px solid #898989;
	border-width: 0 5px 5px 0;
}

.paging {
	position: relative;
	max-width: 900px;
	margin: 0 auto 45px;
}

.paging .btn-prev,
.paging .btn-next {
	position: absolute;
	top: 0;
	left: 0;
	text-transform: uppercase;
	color: #a0a0a0;
	font: 16px/19px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 3px 0;
	width: 70px;
	opacity: .8;
	border-bottom: 1px solid #935cb7;
	text-decoration: none;
	text-align: left;
}

.paging .btn-prev:hover,
.paging .btn-next:hover {
	opacity: 1;
	color: #505050;
}

.paging .btn-next {
	left: auto;
	right: 0;
	text-align: right;
}

.paging h4 {
	text-transform: uppercase;
	font: 16px/19px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #afafaf;
	margin: 0 0 19px;
	padding: 8px 0 0;
}

.paging .social-list {
	margin: 0;
}

.paging .social-list li {
	padding: 0 11px;
}

.paging .social-list a {
	opacity: .65;
}

.paging .social-list a:hover {
	opacity: 1;
}

.paging .social-list a > span {
	font-size: 18px;
}

.paging .social-list .st_facebook_custom,
.paging .social-list .st_instagram_custom,
.paging .social-list .st_twitter_custom,
.paging .social-list .st_googleplus_custom,
.paging .social-list .st_pinterest_custom,
.paging .social-list .st_email_custom {
	position: relative;
	display: block;
	overflow: hidden;
	width: 10px;
	color: #595959;
	opacity: .65;
}

.paging .social-list .st_facebook_custom:hover,
.paging .social-list .st_instagram_custom:hover,
.paging .social-list .st_twitter_custom:hover,
.paging .social-list .st_googleplus_custom:hover,
.paging .social-list .st_pinterest_custom:hover,
.paging .social-list .st_email_custom:hover {
	color: #935cb7;
	opacity: 1;
}

.paging .social-list .st_facebook_custom:before,
.paging .social-list .st_instagram_custom:before,
.paging .social-list .st_twitter_custom:before,
.paging .social-list .st_googleplus_custom:before,
.paging .social-list .st_pinterest_custom:before,
.paging .social-list .st_email_custom:before {
	content: "\e90a";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 18px;
}

.paging .social-list .st_instagram_custom {
	width: 17px;
}

.paging .social-list .st_instagram_custom:before {
	content: "\e90b";
}

.paging .social-list .st_twitter_custom {
	width: 26px;
}

.paging .social-list .st_twitter_custom:before {
	content: "\e90c";
}

.paging .social-list .st_googleplus_custom {
	width: 30px;
}

.paging .social-list .st_googleplus_custom:before {
	content: "\e910";
}

.paging .social-list .st_pinterest_custom {
	width: 14px;
}

.paging .social-list .st_pinterest_custom:before {
	content: "\e912";
}

.paging .social-list .st_email_custom {
	width: 26px;
}

.paging .social-list .st_email_custom:before {
	content: "\e911";
}

.pagination {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pagination .btn {
	padding: 10px 25px;
	margin: 0 10px;
}

.pagination .pagination__text {
	padding: 0 10px;
}

.team-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -131px 80px;
}

.team-holder .person-block {
	width: 25%;
	padding: 0 45px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.team-holder .img-block {
	width: 223px;
	height: 223px;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.team-holder .img-block.hover a.lightbox:before {
	display: block;
}

.team-holder .img-block.hover .list {
	display: block;
}

.team-holder .img-block a.lightbox {
	display: block;
	position: relative;
	width: 100%;
}

.team-holder .img-block a.lightbox:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	padding: 15px 15px 10px;
	display: none;
}

.team-holder .img-block .list {
	line-height: 20px;
	max-width: 100%;
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 100;
	display: none;
}

.team-holder .img-block .list li {
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid rgba(255, 255, 255, .5);
	padding: 5px 20px;
	margin: 0 0 5px;
}

.team-holder .img-block .list li:first-child {
	border: none;
}

.team-holder .img-block .list a {
	color: #fff;
	text-decoration: none;
}

.team-holder .img-block .list a:hover {
	color: #935cb7;
}

.team-holder .img-block .list [class^="icon-"],
.team-holder .img-block .list [class*=" icon-"] {
	font-size: 20px;
	color: inherit;
}

.team-holder .img-block .list [class^="icon-"]:before,
.team-holder .img-block .list [class*=" icon-"]:before {
	color: inherit;
}

.team-holder .name {
	font: 20px/23px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #000;
	display: inline-block;
	vertical-align: top;
	min-width: 188px;
	padding: 7px 0;
	border-bottom: 1px solid #935cb7;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.team-holder .description {
	display: block;
	color: #797979;
}

.lightbox-team {
	width: 1080px;
	padding: 80px 115px 40px;
	color: #b1b1b1;
	font: 22px/32px "arquitectabook", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.lightbox-team h3 {
	text-align: center;
	font: 24px/27px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #000;
	margin: 0 0 15px;
}

.lightbox-team h4 {
	font: 22px/20px "arquitectabook", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #935cb7;
	text-align: center; /*text-transform: uppercase;*/
	margin: 0 0 35px;
}

.lightbox-team .img-holder {
	text-align: center;
	margin: 0 0 50px;
}

.lightbox-team .img-holder img {
	display: block;
	margin: 0 auto;
}

.lightbox-team .paging {
	text-align: center;
	margin: 40px auto 45px;
	padding: 1px 0 0;
}

.lightbox-team .paging h4 {
	text-transform: uppercase;
	font: 16px/19px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #afafaf;
	margin: 0 0 19px;
	padding: 8px 0 0;
}

.lightbox-team p {
	margin: 0;
	padding: 0 0 25px;
}

.impact-holder {
	background: #faf7fc;
	padding: 85px 0 145px;
	margin: 0 0 100px;
	min-height: 890px;
	position: relative;
	text-align: center;
	color: #676767;
	font-size: 20px;
	line-height: 26px;
}

.impact-holder:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 448px;
	height: 624px;
	background: url(flower.png) no-repeat 0 0/448px 624px;
	margin: -347px 0 0 390px;
}

.impact-holder h2 {
	font: 64px/67px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #000;
	margin: 0 0 30px;
}

.impact-holder h2 + p {
	font-size: 36px;
	font-weight: 300;
	line-height: 36.6px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.impact-holder p {
	max-width: 660px;
	margin: 0 auto 82px;
}

.numbers-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #4d4d4d;
}

.numbers-area .block {
	width: 33.3%;
	padding: 0 70px 36px;
}

.numbers-area .block:nth-child(5n+1) {
	margin-left: 16%;
}

.numbers-area .block:nth-child(5n+1) + .block {
	margin-right: 16%;
}

.numbers-area .block:only-child,
.numbers-area .block:last-child {
	margin: 0;
}

.numbers-area .block .num {
	font: 72px/75px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #000;
	margin: 0 0 8px;
	display: block;
}

.numbers-area .block p {
	margin: 0;
}

.locator-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
}

.locator-area .map-holder {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.locator-area .map-holder .map {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.locator-area .map-holder .map img {
	display: block;
	width: 100%;
	height: auto;
	max-width: none;
}

.locator-area .map-holder .map iframe {
	vertical-align: top;
	width: 100%;
}

.locator-area .locator-holder {
	width: 50%;
	padding: 0 27px;
}

.locator-area .locator-holder .frame {
	max-width: 545px;
	padding: 0 20px;
}

.locator-form {
	border-bottom: 1px solid #f3f3f3;
	margin: 0 -20px 30px;
}

.locator-form .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.locator-form .area {
	width: 50%;
	padding: 0 20px 20px;
}

.locator-form label {
	display: block;
	font: 12px/15px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #000;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.locator-form select,
.locator-form .jcf-select {
	width: 100%;
	color: #000;
	width: 100%;
	text-transform: uppercase;
}

.locator-form select .jcf-select-text,
.locator-form .jcf-select .jcf-select-text {
	margin: 0 35px 0 15px;
}

.locator-form select.jcf-focus,
.locator-form .jcf-select.jcf-focus {
	border: 1px solid #555 !important;
}

.locator-form select.jcf-focus .jcf-select-opener,
.locator-form .jcf-select.jcf-focus .jcf-select-opener {
	border: 1px solid #555 !important;
	border-width: 0 0 1px 1px !important;
}

.locator-form select.jcf-focus .jcf-select-drop .jcf-select-drop-content,
.locator-form .jcf-select.jcf-focus .jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #555 !important;
}

.locator-form input {
	width: 100%;
	height: 45px;
	border: 1px solid #555;
	background: #fff;
}

.locator-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -40px;
}

.locator-columns .column {
	width: 50%;
	padding: 0 40px;
	font-size: 14px;
	line-height: 17px;
	color: #2b2b2b;
}

.locator-columns .info-block {
	padding: 0 0 35px;
}

.locator-columns address {
	font-style: normal;
	margin: 0 0 10px;
	font-size: 14px;
}

.locator-columns address strong {
	font: 14px/17px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	text-transform: uppercase;
}

.locator-columns address span {
	display: block;
}

.locator-columns a {
	color: inherit;
	text-decoration: none;
}

.locator-columns a:hover {
	color: #935cb7;
}

.contact-area {
	max-width: 1050px;
	margin: 0 auto;
	padding: 30px 0 52px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contact-area .index-section {
	max-width: 340px;
	width: 40%;
	padding: 0 10px;
}

.contact-area .index-section .textholder {
	width: 100%;
	padding: 0;
}

.contact-area .textholder {
	max-width: 340px;
	width: 40%;
	padding: 0 10px;
	color: #919191;
	font: 20px/28px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.contact-area .textholder p {
	margin: 0 0 20px;
	color: #919191;
}

.contact-area h2 {
	font: 72px/75px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #4e4e4e;
	margin: 0 0 20px;
}

.contact-area .contact-form {
	max-width: 590px;
	width: 60%;
	padding: 0 20px 0 10px;
}

.contact-area .contact-form .row {
	padding: 0 0 33px;
}

.contact-area .contact-form input,
.contact-area .contact-form textarea {
	width: 100%;
	height: 50px;
	border: 0;
	background: #faf7fc;
	color: #535353;
	padding: 5px 15px;
	margin: 0;
	font-size: 16px;
	line-height: 19px;
	font-family: "arquitectamedium";
	overflow: hidden;
}

.contact-area .contact-form input::-webkit-input-placeholder,
.contact-area .contact-form textarea::-webkit-input-placeholder {
	color: #535353;
}

.contact-area .contact-form input::-moz-placeholder,
.contact-area .contact-form textarea::-moz-placeholder {
	opacity: 1;
	color: #535353;
}

.contact-area .contact-form input:-moz-placeholder,
.contact-area .contact-form textarea:-moz-placeholder {
	color: #535353;
}

.contact-area .contact-form input:-ms-input-placeholder,
.contact-area .contact-form textarea:-ms-input-placeholder {
	color: #535353;
}

.contact-area .contact-form input.placeholder,
.contact-area .contact-form textarea.placeholder {
	color: #535353;
}

.contact-area .contact-form textarea {
	resize: none;
	height: 129px;
	overflow: auto;
}

.contact-area .contact-form .jcf-file {
	padding: 11px 0 4px;
	margin: -21px 0 0;
}

.contact-area .contact-form .jcf-file .jcf-fake-input {
	border: none !important;
	overflow: hidden;
	width: 20px;
	height: 20px;
	position: relative;
	padding: 0;
	display: inline-block;
	margin: 0 15px 0 0;
}

.contact-area .contact-form .jcf-file .jcf-fake-input:before {
	content: "\e915";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #935cb7;
	font-size: 19px;
}

.contact-area .contact-form .jcf-file .jcf-upload-button {
	border: none !important;
	color: #868686;
	font-size: 16px;
	line-height: 20px;
	padding: 0;
}

.contact-area .contact-form .jcf-file input {
	height: 43px;
}

.contact-area .contact-form input[type="submit"] {
	width: 227px;
	height: 43px;
	border-radius: 22px;
	background: #935cb7;
	color: #fff;
	padding: 0;
	margin: -21px 32px 20px 0;
	font: 20px/23px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
}

.contact-area .contact-form input[type="submit"]:hover {
	opacity: .85;
}

.impact-holder1 {
	text-align: center; /*font-size: 36px;
	font-weight: 300;
	line-height: 36.6px;*/
	color: #373737; /*@include media('<tablet') {
		font-size: 22px;
		line-height: 25px;
	}*/
}

.impact-holder1 .holder {
	max-width: 1400px;
	margin: 0 auto;
	padding: 60px 10px;
}

.impact-holder1 .holder > h2 + p {
	font-size: 36px;
	font-weight: 300;
	line-height: 36.6px;
}

.impact-holder1 h2 {
	font: 48px/51px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #303030;
	max-width: 1140px;
	margin: 0 auto 25px;
	display: block;
}

.impact-holder1 p {
	max-width: 1000px;
	margin: 0 auto 50px;
}

.impact-holder1 .threecolumns {
	padding: 30px 0 80px;
	font-size: 22px;
	line-height: 28px;
	max-width: 1358px;
	margin: 0 auto;
}

.impact-holder1 .threecolumns .column {
	background: #faf7fc;
	width: calc(33.3% - 88px);
	margin: 0 44px 40px;
	border-radius: 7px;
	padding: 30px;
}

.impact-holder1 .threecolumns .ico-holder {
	margin: 0 0 15px;
}

.impact-holder1 .threecolumns .inner {
	max-width: 100%;
}

.impact-holder1 .threecolumns .more {
	color: #2c2c2c;
	display: inline-block;
	vertical-align: top;
	padding: 10px 45px;
	margin: 0 0 5px;
	text-decoration: none;
	font: 15px/18px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 2px solid #935cb7;
}

.impact-holder1 .threecolumns .more:hover {
	padding: 10px;
}

.impact-holder1 .threecolumns .h3 {
	font: 24px/25px "arquitectabold";
	margin: 0 0 30px;
}

.impact-holder1 .threecolumns p {
	margin: 0 0 15px;
}

.row-impact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0 60px;
}

.row-impact .img-holder {
	width: 564px;
}

.row-impact .img-holder img {
	width: 100%;
	height: auto;
}

.row-impact .textholder {
	width: calc(100% - 564px);
	padding: 0 0 0 60px;
	text-align: left;
}

.row-impact .textholder:first-child {
	text-align: right;
}

.row-impact blockquote {
	margin: 0;
	padding: 0;
	border: none;
	color: #2c2c2c;
	font: 30px/33px "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: inherit;
}

.row-impact blockquote p {
	margin: 0 0 25px;
}

.row-impact blockquote footer {
	font: 19px/27px "NewCenturySchlbk LT Pro";
	color: #636363;
}

.row-impact .more-holder {
	width: 248px;
	text-align: center;
}

.row-impact .more {
	color: #2c2c2c;
	display: inline-block;
	vertical-align: top;
	padding: 10px 45px;
	margin: 40px 0 0;
	text-decoration: none;
	font: 18px/18px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 2px solid #935cb7;
}

.row-impact .more:hover {
	padding: 10px;
}

.impact-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 30px 65px;
	color: #2c2c2c;
	font-size: 22px;
	font-weight: 300;
	line-height: 28px;
}

.impact-area .col {
	width: calc(20% - 16px);
	margin: 0 8px 10px;
	background: #faf7fc;
	border-radius: 7px;
	padding: 20px 30px;
}

.impact-area .num {
	display: block;
	font: 43px/51px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #000;
	letter-spacing: .36px;
	margin: 0 0 45px;
}

.impact-area p {
	margin: 0 0 20px;
}

.blockquote-area {
	max-width: 1250px;
	margin: 0 auto 60px;
	padding: 0 10px;
}

.blockquote-area .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 100px;
}

.blockquote-area .img-holder {
	width: 50%;
	padding: 0 33px;
}

.blockquote-area .img-holder img {
	width: 100%;
	height: auto;
}

.blockquote-area .textholder {
	width: 50%;
	padding: 0 33px;
}

.blockquote-area .textholder:first-child {
	text-align: right;
}

.blockquote-area blockquote {
	margin: 0;
	padding: 0;
	border: none;
	color: #2c2c2c;
	font: 30px/33px "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: inherit;
}

.blockquote-area blockquote p {
	margin: 0 0 25px;
}

.blockquote-area blockquote footer {
	font: 19px/27px "NewCenturySchlbk LT Pro";
	color: #636363;
}

.container1 {
	text-align: center; /*font-size: 36px;
	font-weight: 300;
	line-height: 36.6px;*/
	color: #373737; /*@include media('<tablet') {
		font-size: 22px;
		line-height: 25px;
	}*/
}

.container1 .holder {
	padding: 0 10px;
}

.container1 .holder > h2 + p {
	font-size: 36px;
	font-weight: 300;
	line-height: 36.6px;
}

.container1 h2 {
	font: 48px/51px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #303030;
	max-width: 1140px;
	margin: 0 auto 25px;
	display: block;
}

.container1 p {
	max-width: 1000px;
	margin: 0 auto 50px;
}

.container1 .btn {
	margin: 0 0 40px;
}

.items-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1280px;
	margin: 0 auto;
	text-align: left;
}

.items-area .col {
	width: 33.3%;
	padding: 0 15px;
}

.items-area .img-holder {
	margin: 0 0 25px;
}

.items-area h3 {
	font: 33px/30.8px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: -.69px;
	color: #333;
	margin: 0 0 20px;
}

.items-area .shop {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #935cb7;
	font: 14px/17px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.items-area .shop:hover .icon-arrow {
	margin: 0 0 0 15px;
}

.items-area .shop .icon-arrow {
	font-size: 10px;
	margin: 0 0 0 6px;
	-webkit-transition: margin .5s linear;
	transition: margin .5s linear;
}

.steps-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1280px;
	margin: 0 auto;
	color: #2c2c2c;
	font-size: 22px;
	font-weight: 300;
	line-height: 28px;
	padding: 20px 0 0;
}

.steps-holder .col {
	width: 33.3%;
	padding: 0 60px 40px;
}

.steps-holder .num {
	display: block;
	width: 73px;
	height: 73px;
	border: 1px solid #935cb7;
	border-radius: 50%;
	font-size: 24px;
	line-height: 70px;
	color: #935cb7;
	margin: 0 auto 35px;
}

.steps-holder h3 {
	font: 32px/35px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #303030;
	margin: 0 0 20px;
}

.steps-holder p {
	margin: 0 0 20px;
}

.gray-section {
	background: #faf7fc;
	padding: 100px 0;
	min-height: 500px;
	text-align: center;
	font-size: 36px;
	font-weight: 300;
	line-height: 36.6px;
	color: #373737;
	position: relative;
	overflow: hidden;
}

.gray-section:before {
	content: "";
	position: absolute;
	left: calc(50% + 343px);
	top: 25px;
	width: 387px;
	height: 534px;
	background: url(img93-1.png) no-repeat 0 0/387px 534px;
	opacity: .49;
}

.gray-section .holder {
	max-width: 1120px;
	padding: 0 10px;
}

.gray-section h2 {
	font: 48px/51px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #171717;
	margin: 0 0 15px;
}

.gray-section p {
	max-width: 860px;
	margin: 0 auto 30px;
}

.visual-block {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #000;
	padding: 50px 0 6px;
	text-align: center;
}

.visual-block .holder {
	max-width: 1330px;
	padding: 0 10px;
}

.visual-block h2 {
	font: 48px/51px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	margin: 0 0 80px;
}

.visual-block .columns-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* Original Setting */
/**********************
.visual-block .columns-holder .col {
	background: #fff;
	border-radius: 10px;
	width: calc(50% - 100px);
	margin: 0 50px 100px;
	padding: 60px;
	color: #3c3c3c;
	font-size: 24px;
	line-height: 27px;
}
***********************/
.visual-block .columns-holder .col {
    background: rgba(255,255,255,.8);
    border-radius: 10px;
    width: 28%;
    margin: 0 16px 100px;
    padding: 32px;
    color: #3c3c3c;
    font-size: 24px;
    line-height: 27px;
}

.visual-block .columns-holder h3 {
	font: 48px/51px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #000;
	margin: 0 0 20px;
}

.visual-block .columns-holder p {
	margin: 0 0 45px;
}

.load-more-area {
	max-width: 1250px;
	margin: 0 auto;
	text-align: center;
	padding: 90px 0 30px;
}

.load-more-area h2 {
	font: 64px/68px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #303030;
	margin: 0 0 80px;
}

.load-more-area .load-more {
	color: #2c2c2c;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: padding .5s linear 0s;
	transition: padding .5s linear 0s;
	display: inline-block;
	vertical-align: top;
	padding: 10px 45px;
	margin: 0 10px 20px;
	text-decoration: none;
	font: 18px/18px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 2px solid #935cb7;
	white-space: nowrap;
}

.load-more-area .load-more:hover {
	padding: 10px;
}

.load-more-area .load-more-frame.active {
	padding: 0;
}

.load-more-area .load-more-frame.active .load-more {
	visibility: hidden;
}

.load-more-frame {
	padding: 0 0 60px;
	position: relative;
}

.load-more-frame .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 85px;
	color: #2c2c2c;
	font-size: 22px;
	font-weight: 300;
	line-height: 28px;
}

.load-more-frame .row .img-holder {
	width: 50%;
	padding: 0 30px;
}

.load-more-frame .row .textholder {
	width: 50%;
	padding: 0 110px 0 30px;
	text-align: left;
}

.load-more-frame .row .textholder p {
	margin: 0 0 12px;
}

.load-more-frame .row h3 {
	font: 36px/39px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #303030;
	margin: 0 0 48px;
}

.donate-area {
	text-align: center; /*font-size: 36px;
	font-weight: 300;
	line-height: 36.6px;*/
	color: #373737;
	padding: 65px 0 50px; /*@include media('<tablet') {
		font-size: 22px;
		line-height: 25px;
	}*/
}

.donate-area h2 {
	font: 48px/51px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #303030;
	max-width: 1140px;
	margin: 0 auto 25px;
	display: block;
}

.donate-area h2 + p {
	font-size: 36px;
	font-weight: 300;
	line-height: 36.6px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.donate-area .h3 {
	display: block;
	font: 36px/40px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #303030;
	margin: 0 0 40px;
}

.donate-area .h3 span {
	display: block;
}

.donate-area p {
	max-width: 1000px;
	margin: 0 auto 100px;
}

.donate-area .twocolumns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto 70px;
	max-width: 1126px;
	padding: 0 10px;
}

.donate-area .twocolumns h3 {
	font-weight: normal;
	font: 22px/1.2 "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.donate-area .twocolumns .img-holder {
	width: 574px;
}

.donate-area .twocolumns .img-holder img {
	width: 100%;
	height: auto;
}

.donate-area .twocolumns .form-column {
	width: calc(100% - 574px);
	padding: 0 78px 0 0;
}

.donate-area .twocolumns .btn-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 0 22px;
}

.donate-area .twocolumns .btn1 {
	display: block;
	padding: 25px 15px;
	width: 50%;
	background: #fff;
	border: 1px solid #d9c6e6;
	font: 18px/20px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #303030;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}

.donate-area .twocolumns .btn1.active,
.donate-area .twocolumns .btn1:hover {
	background: #935cb7;
	border: 1px solid #935cb7;
	color: #fff;
}

.donate-area .threecolumns {
	max-width: 1226px;
	margin: 0 auto;
	padding: 60px 0 54px;
}

.donate-area .threecolumns .col {
	width: calc(33.3% - 46px);
	margin: 0 23px 46px;
	background: #fcfafd;
	padding: 45px 40px;
	border-radius: 7px;
	color: #2c2c2c;
	font-size: 22px;
	font-weight: 300;
	line-height: 29px;
}

.donate-area .threecolumns .col p {
	margin: 0 0 25px;
}

.donate-area .threecolumns .ico-holder {
	height: auto;
	margin: 0 0 25px;
}

.donate-area .threecolumns h3 {
	font: 24px/25px "arquitectabold";
	color: #303030;
	margin: 0 0 15px;
}

.donate-area .threecolumns .more {
	color: #2c2c2c;
	display: inline-block;
	vertical-align: top;
	padding: 10px 45px;
	margin: 0 10px 50px;
	text-decoration: none;
	font: 18px/21px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 2px solid #935cb7;
}

.donate-area .threecolumns .more:hover {
	padding: 10px;
}

.donate-block {
	border: 1px solid #d9c6e6;
	padding: 20px 50px;
	text-align: left;
}

.donate-block h3 {
	font: 18px/20px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #000;
	text-transform: uppercase;
	margin: 0 -50px 30px;
	padding: 20px;
	background: #faf7fc;
	text-align: center;
}

.donate-block h3:first-child {
	margin-top: -20px;
}

.donate-block form .row-input {
	position: relative;
	margin: 0 0 10px;
}

.donate-block form .row-input:before {
	content: "$";
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #935cb7;
	font: 18px/20px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.donate-block form .row-input input {
	border: 1px solid #935cb7;
	border-radius: 4px;
	height: 54px;
	width: 100%;
	padding: 10px 10px 10px 35px;
	margin: 0;
	overflow: hidden;
	font: 18px/20px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #000;
}

.donate-block form .row-input input::-webkit-input-placeholder {
	color: #000;
}

.donate-block form .row-input input::-moz-placeholder {
	opacity: 1;
	color: #000;
}

.donate-block form .row-input input:-moz-placeholder {
	color: #000;
}

.donate-block form .row-input input:-ms-input-placeholder {
	color: #000;
}

.donate-block form .row-input input.placeholder {
	color: #000;
}

.donate-block form a {
	display: inline-block;
	vertical-align: top;
	text-decoration: underline;
	color: #8f8f8f;
	font-size: 16px;
	line-height: 19px;
	margin: 0 0 28px;
	font-weight: 300;
}

.donate-block form input[type="submit"] {
	display: block;
	background: #935cb7;
	border: 1px solid #935cb7;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	height: 50px;
	padding: 0;
	margin: 0 0 22px;
	border-radius: 25px;
	letter-spacing: .88px;
	font: 18px/21px "arquitectabold";
}

.donate-block form input[type="submit"]:hover {
	background: #fff;
	color: #935cb7;
}

.lightbox2 {
	width: 1130px;
	padding: 40px 100px;
	text-align: center;
	font-family: "arquitectabook";
}

.lightbox2 h3 {
	font: 48px/51px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #303030;
	margin: 0 0 60px;
	display: block;
	padding-bottom: 40px;
	border-bottom: 1px solid #935cb7;
}

.lightbox2 .three-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 20px;
	font-weight: 300;
	line-height: 24px;
	color: #2c2c2c;
	text-align: left;
	padding: 0 0 55px;
}

.lightbox2 .three-col .col {
	width: 33.3%;
	padding: 0 20px;
}

.lightbox2 .three-col h4 {
	font: 24px/25px "arquitectabold";
	color: #303030;
	margin: 0 0 35px;
}

.lightbox2 .three-col ul {
	margin: 0 0 35px;
}

.lightbox2 .three-col p {
	margin: 0 0 35px;
}

.lightbox2 .three-col p + ul {
	margin: -35px 0 35px;
}

.lightbox2 .three-col p a {
	color: inherit;
	text-decoration: underline;
}

.lightbox2 .three-col p a:hover {
	text-decoration: none;
}

.lightbox2 .three-col dl {
	margin: 0 0 35px;
	font-family: "arquitectamedium";
}

.lightbox2 .three-col dl dt {
	font-family: "arquitectamedium";
	font-weight: normal;
	display: block;
	float: none;
	color: #2c2c2c;
}

.lightbox2 .three-col dl dd {
	margin: 0;
	color: #2c2c2c;
}

.lightbox2 .three-col dl dd a {
	color: inherit;
	text-decoration: none;
}

.lightbox2 .three-col dl dd a:hover {
	opacity: .85;
}

.lightbox2 .info-block {
	color: #2b2b2b;
	font-size: 17px;
	line-height: 20px;
}

.lightbox2 .info-block strong {
	display: block;
	font: 18px/20px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

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

.lightbox2 .info-block address {
	font-style: normal;
	margin: 0;
}

.lightbox2 .info-block span {
	display: block;
}

.financial-area {
	text-align: center;
	padding: 75px 0 5px;
	color: #373737; /*font-size: 18px;*/
	font-weight: 300;
	line-height: 26.6px;
	letter-spacing: .45px;
}

.financial-area .holder {
	max-width: 1282px;
	padding: 0 10px;
	margin: 0 auto;
}

.financial-area h1 {
	font: 72px/75px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #000;
	margin: 0 0 50px;
}

.financial-area h1 + p {
	font-size: 36px;
	font-weight: 300;
	line-height: 36.6px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.financial-area p {
	max-width: 1000px;
	margin: 0 auto 45px;
}

.financial-area .heading {
	padding: 40px 0 70px;
}

.financial-area .heading h2 {
	font: 30px/48px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0;
	color: #000;
}

.financial-area .heading h2 span {
	display: block;
}

.financial-area .pesrsons-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 80px;
	color: #797979; /*font-size: 18px;
		line-height: 23px;*/
	font-weight: 300;
	text-align: left;
}

.financial-area .pesrsons-list li {
	width: 50%;
	padding: 0 50px 25px 150px;
}

.financial-area .pesrsons-list span {
	display: block;
}

.financial-area .pesrsons-list span.name {
	font: 18px/23px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	color: #000;
}

.financial-area .content-block {
	text-align: left;
	padding: 0 110px;
}

.financial-area .content-block h3 {
	font: 30px/48px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 25px;
	color: #000;
}

.financial-area .content-block p {
	margin: 0 0 60px;
}

.download-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 40px 130px;
}

.download-holder .col {
	width: 33.3%;
	padding: 0 20px;
}

.download-holder h3 {
	font: 30px/48px "arquitectabold", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 30px;
	color: #000;
}

.download-list {
	max-width: 283px;
	margin: 0 auto;
}

.download-list li {
	padding: 0 0 20px;
}

.download-list .download-btn {
	font: 16px/21px "arquitectamedium", "arquitectabook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	letter-spacing: .8px;
	border: 1px solid #935cb7;
	padding: 11px 25px;
	border-radius: 24px;
	display: block;
}

.download-list .download-btn:after {
	content: "";
	display: inline-block;
	vertical-align: top;
	background: url(ico-download.svg) no-repeat 0 0/23px 21px;
	width: 23px;
	height: 21px;
	margin: 3px 0 0 10px;
}

.download-list .download-btn:hover {
	opacity: .85;
	background: #f6f5f5;
}

.cart .cart__footer .grid {
	position: relative;
}

.cart .cart__footer .grid .medium-up--one-half.text-right {
	position: static;
}

.cart .cart__footer .grid .medium-up--one-half.text-right .cart__continue--large {
	font-size: 16px;
	padding: 16px 40px;
}

.cart .cart__footer .grid .medium-up--one-half.text-right .cart__update--large {
	font-size: 16px;
	padding: 16px 40px;
}

.cart .cart__footer .grid .medium-up--one-half.text-right .btn--small-wide {
	font-size: 16px;
	padding: 16px 40px;
}

.cart .cart__meta-text,
.cart .cart__shipping {
	font-size: 16px;
}

.cart .cart-note__label {
	font-size: 18px;
}

.cart th {
	text-align: left;
}

@media (min-width: 768px) {
	.footer-list .opener {
		pointer-events: none;
	}

	.items-area .items-row .slick-list,
	.items-area .items-row .slick-track {
		width: 100%;
	}

	.cart .cart__footer .grid .medium-up--one-half:first-child {
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
	}

	.cart .cart__footer .grid .medium-up--one-half.text-right {
		width: 100%;
		position: static;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.cart .cart__footer .grid .medium-up--one-half.text-right > div:first-child {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.cart .cart__footer .grid .medium-up--one-half.text-right > div.cart__shipping {
		padding: 30px 0 70px;
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.cart .cart__footer .grid .medium-up--one-half.text-right .cart__continue--large {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.cart .cart__footer .grid .medium-up--one-half.text-right .cart__update--large {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.cart .cart__footer .grid .medium-up--one-half.text-right .btn--small-wide {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
}

@media (min-width: 1024px) {
	#nav li.has-drop-down .has-drop-down-a:after {
		content: "";
		position: absolute;
		top: 50%;
		right: -11px;
		width: 6px;
		height: 6px;
		border: solid #383838;
		border-width: 0 1px 1px 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		margin: -3px 0 0;
	}

	.home #nav li.has-drop-down .has-drop-down-a:after {
		border: solid #fff;
		border-width: 0 1px 1px 0;
	}

	.home.drop-active #nav li.has-drop-down .has-drop-down-a:after {
		border: solid #383838;
		border-width: 0 1px 1px 0;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (min-width: 1200px) {
	.cart .cart__footer .grid .medium-up--one-half.text-right .cart__continue--large {
		font-size: 20px;
	}

	.cart .cart__footer .grid .medium-up--one-half.text-right .cart__update--large {
		font-size: 20px;
	}

	.cart .cart__footer .grid .medium-up--one-half.text-right .btn--small-wide {
		font-size: 20px;
	}
}

@media (min-width: 1440px) {
	.back {
		right: auto;
		left: calc(50% + 680px);
	}
}

@media (max-width: 1439px) {
	.holder {
		padding: 0 28px;
	}

	.home .holder {
		padding: 0 10px;
	}

	.shopify-section > .twocolumns {
		padding: 0 10px;
	}

	#main > .img-area {
		padding: 0 10px;
	}
}

@media (max-width: 1369px) {
	.logos-gallery {
		width: 950px;
		padding: 0 50px;
	}

	.logos-gallery .slick-slide {
		width: 170px;
	}

	.product-gallery .twocolumns {
		width: 950px;
		padding: 50px 50px 0;
	}

	.product-gallery {
		width: 950px;
	}
}

@media (max-width: 1299px) {
	#footer .holder {
		position: static;
	}

	#footer .info-col {
		width: 260px;
		padding: 0 15px;
	}

	.footer-list {
		width: calc(100% - 260px);
	}

	.copyright {
		bottom: 30px;
	}

	.back {
		bottom: 30px;
		right: 30px;
	}
}

@media (max-width: 1249px) {
	.team-holder {
		margin: 0 0 80px;
	}

	.team-holder .person-block {
		padding: 0 10px 20px;
	}
}

@media (max-width: 1199px) {
	#nav .product-nav {
		width: calc(100% - 400px);
		padding: 0;
		margin: 0;
	}

	.twocolumns .textholder {
		padding: 0;
	}

	.twocolumns .img-holder {
		padding: 0;
	}

	.threecolumns {
		margin: 0;
	}

	.products {
		margin: 0;
	}

	.products .product-block {
		width: 33.3%;
	}

	.gallery-product .gallery-col {
		width: 50%;
	}

	.gallery-product .description-col {
		width: 50%;
	}

	.content-holder.content-holder2 .customer-holder .col:nth-child(2) {
		padding: 0 10px;
	}

	.content-holder .textholder {
		width: 50%;
	}

	.content-holder .img-holder {
		width: 50%;
	}

	.lightbox-team {
		width: 90%;
		padding: 50px;
	}

	.numbers-area .block {
		padding: 0 20px 36px;
	}

	.contact-area .index-section {
		width: 50%;
	}

	.contact-area .index-section .textholder {
		width: 100%;
	}

	.contact-area .textholder {
		width: 50%;
	}

	.contact-area .contact-form {
		padding: 0 10px;
		width: 50%;
	}

	.gray-section:before {
		top: auto;
		bottom: 0;
		width: 150px;
		height: 209px;
		background-size: 150px auto;
	}

	.lightbox2 {
		width: 90%;
		padding: 30px;
	}

	.financial-area .pesrsons-list li {
		padding: 0 20px 25px;
	}

	.financial-area .content-block {
		padding: 0;
	}

	.download-holder {
		padding: 0;
	}
}

@media (max-width: 1099px) {
	#footer .info-col {
		width: 200px;
		padding: 0 15px;
	}

	.footer-list {
		width: calc(100% - 200px);
	}
}

@media (max-width: 1023px) {
	.holder {
		padding: 0 15px;
	}

	.home .holder {
		padding: 0 10px;
	}

	.home.drop-active #header:before {
		opacity: 0;
	}

	.home.drop-active #header .logo img {
		visibility: hidden;
	}

	.desktop-hidden {
		display: block;
	}

	.nav-opener {
		display: block;
	}

	.main-nav {
		width: 320px;
		max-width: 326px;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		height: 100vh;
		padding: 60px 25px;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: -webkit-transform .5s linear 0s;
		transition: -webkit-transform .5s linear 0s;
		transition: transform .5s linear 0s;
		transition: transform .5s linear 0s, -webkit-transform .5s linear 0s;
		z-index: 100;
		overflow-y: auto;
	}

	.nav-active .main-nav {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.resize-active .main-nav {
		-webkit-transition: none;
		transition: none;
	}

	.main-nav .profile {
		position: absolute;
		top: 20px;
		right: 20px;
		text-decoration: none;
		color: #2b2b2b;
		display: block;
	}

	.main-nav .profile .icon-profile {
		font-size: 26px;
	}

	.main-nav .profile:hover {
		opacity: .75;
	}

	.main-nav .search-form {
		position: absolute;
		top: auto;
		bottom: 15px;
      bottom: 30px;
		left: 19px;
		right: 19px;
		opacity: 1;
	}

	#nav {
		display: block;
		border-top: 1px solid #e6e6e6;
		margin: 0 -25px;
		padding: 0 25px;
		width: calc(100% + 50px);
		height: calc(100vh - 120px);
      height: calc(100vh - 250px);
		overflow-y: auto;
		overflow-x: hidden;
	}

	#nav .active .opener:after {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	#nav li {
		border-bottom: 1px solid #e6e6e6;
		padding: 0;
	}

	#nav a {
		padding: 15px 0;
	}

	#nav a.opener:before,
	#nav a.opener:after {
		content: "";
		position: absolute;
		right: 0;
		top: 50%;
		height: 2px;
		width: 14px;
		background: #515356;
		margin: -1px 0 0;
	}

	#nav a.opener:after {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transition: -webkit-transform .5s linear 0s;
		transition: -webkit-transform .5s linear 0s;
		transition: transform .5s linear 0s;
		transition: transform .5s linear 0s, -webkit-transform .5s linear 0s;
		margin: -1px 0 0 1px;
	}

	.nav-active #nav a {
		color: #383838;
	}

	#nav .drop {
		position: relative;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: none;
		transition: none;
		background: none;
		padding: 0 0 15px;
		opacity: 1;
	}

	#nav .drop-holder {
		display: block;
		padding: 0;
	}

	#nav .add-nav {
		display: block;
		min-width: 100%;
	}

	#nav .add-nav > li {
		width: 100%;
		padding: 0;
		border: none;
	}

	#nav .add-nav .head {
		display: none;
	}

	#nav .add-nav ul li {
		padding: 0;
		border: none;
	}

	#nav .add-nav ul a {
		padding: 5px 20px;
	}

	#nav .product-nav {
		display: none;
	}

	.info-list {
		position: absolute;
		top: 20px;
		right: 20px;
		padding: 0;
		text-align: right;
		width: auto;
		max-width: auto;
	}

	.info-list li {
		padding: 0;
	}

	.info-list li {
		display: none;
	}

	.info-list li.cart-holder {
		display: block;
	}

	.home.drop-active .info-list a {
		color: #fff;
	}

	.logo {
		/*margin: 0 0 0 33%;*/
		margin: 0 auto;
		max-width: auto;
	}

	.home .logo a:after {
		background-size: 225px auto !important;
		width: 225px !important;
		height: 20px !important;
		top: -3px !important;
	}

	.home.drop-active .logo a:after {
		background: url(logo-white-tm.png) no-repeat;
		background-size: 225px auto;
	}

	.top-bar {
		/*display: none;*/
	}
  .top-bar .dismiss {
  	right: 15px;
  }
  	.top-bar p {
    	margin: 0 15px;
	}

	#footer .holder {
		display: block;
	}

	#footer .info-col {
		width: 100%;
		padding: 0 5px 20px;
	}

	.footer-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
	}

	.footer-list > li {
		padding: 0 5px;
	}

	.logos-gallery {
		width: 656px;
		padding: 0 70px;
	}

	.logos-gallery .slick-slide {
		width: 172px;
	}

	.product-gallery .twocolumns {
		width: 656px;
		padding: 30px 70px 0;
	}

	.shopify-section > .twocolumns {
		padding: 0 10px;
	}

	.product-gallery {
		width: 656px;
	}

	#main > .img-area {
		padding: 0 10px;
	}

	.img-area #shopify-section-home-product-tabs {
		width: 280px;
	}

	.img-area .product-tabs {
		width: 280px;
	}

	.img-area #shopify-section-home-images-grid {
		width: calc(100% - 280px);
	}

	.img-area #shopify-section-home-images-grid .img-frame {
		width: 100%;
	}

	.img-area .img-frame {
		width: calc(100% - 280px);
	}

	.img-area .h3 {
		font-size: 25px;
		line-height: 28px;
	}

	.img-area .shop-btn {
		font-size: 12px;
		line-height: 15px;
		padding: 10px 15px;
		margin: 0 -15px;
	}

	.img-area .shop-btn:hover {
		padding: 10px 5px;
	}

	.tabset {
		font-size: 10px;
	}

	.tab-content {
		margin: 0;
	}

	.img-frame .text-block {
		font-size: 16px;
		line-height: 19px;
		padding: 20px 15px;
	}

	.img-frame .text-block .h3 {
		margin: 0 0 10px;
	}

	.img-frame .text-block p {
		margin: 0 0 10px;
	}

	.img-frame .text-block .shop-btn {
		font-size: 12px;
		line-height: 15px;
		padding: 6px 15px;
		margin: 0 -15px;
	}

	.img-frame .text-block .shop-btn:hover {
		padding: 6px 5px;
	}

	.img-frame .textholder .shop-btn {
		margin: 0 auto;
	}

	.lightbox01 .subscribe-holder:before,
	.lightbox01 .subscribe-holder:after {
		width: 150px;
		height: 162px;
		background-size: 150px 162px;
	}

	.lightbox01 .subscribe-holder:after {
		width: 150px;
		height: 162px;
		background-size: 150px 162px;
	}

	.products .product-block {
		width: 50%;
		padding: 0 10px 20px;
	}

	.lightbox01 {
		width: 700px;
	}

	.gallery-col {
		width: 50%;
	}

	.product-slider .slick-slide,
	.product-slider1 .slick-slide {
		height: auto;
	}

	.nav-product .slick-list,
	.nav-product1 .slick-list {
		padding: 0;
	}

	.nav-product .slick-list:after,
	.nav-product1 .slick-list:after {
		display: none;
	}

	.nav-product .slick-prev,
	.nav-product .slick-next,
	.nav-product1 .slick-prev,
	.nav-product1 .slick-next {
		left: -10px;
	}

	.nav-product .slick-next,
	.nav-product1 .slick-next {
		left: auto;
		right: -10px;
	}

	.gallery-product .thumbnails-wrapper .btn {
		left: -10px;
	}

	.gallery-product .thumbnails-wrapper .btn.thumbnails-slider__next {
		left: auto;
		right: -10px;
	}

	.description-col {
		width: 50%;
		padding: 45px 15px;
	}

	.gallery-product .survey {
		max-width: 100%;
	}

	.survey {
		max-width: 100%;
	}

	.survey .panda-swatches-cont.ps-align-left {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.survey .row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.survey .row .area,
	.survey .row .selector-wrapper {
		width: 100%;
		padding: 0 10px 30px 0;
	}

	.items-area .items-row .item {
		width: 25%;
	}

	.blog-row .text-block {
		padding: 20px 0 20px 20px;
	}

	.team-holder .person-block {
		width: 33.3%;
	}

	.locator-area .locator-holder .frame {
		max-width: 100%;
	}

	.locator-form {
		margin: 0 0 30px;
	}

	.locator-form .row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.locator-form .area {
		width: 100%;
		padding: 0 0 20px;
	}

	.locator-columns {
		margin: 0 -10px;
	}

	.locator-columns .column {
		padding: 0 10px;
	}

	.impact-holder1 .threecolumns .column {
		width: calc(33.3% - 30px);
		margin: 0 15px 30px;
		padding: 20px;
	}

	.row-impact .img-holder {
		width: 50%;
	}

	.row-impact .textholder {
		width: 50%;
		padding: 0 0 0 20px;
	}

	.impact-area .col {
		width: calc(33.3% - 16px);
		padding: 20px;
	}

	.blockquote-area .img-holder {
		padding: 0 10px;
	}

	.blockquote-area .textholder {
		padding: 0 10px;
	}

	.steps-holder .col {
		padding: 0 15px 30px;
	}

	.visual-block .columns-holder .col {
		width: calc(50% - 30px);
		margin: 0 15px 30px;
	}

	.load-more-frame .row .img-holder {
		padding: 0 15px;
	}

	.load-more-frame .row .textholder {
		padding: 0 15px;
	}

	.donate-area .twocolumns .img-holder {
		width: 50%;
	}

	.donate-area .twocolumns .form-column {
		width: 50%;
		padding: 0 20px 0 0;
	}

	.donate-area .threecolumns .col {
		width: calc(33.3% - 30px);
		margin: 0 15px 30px;
		padding: 20px;
	}

	.download-holder .col {
		padding: 0 5px;
	}

	.download-holder h3 {
		font-size: 25px;
		line-height: 28px;
	}
}

@media all and (max-width: 800px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs > ul > li {
		max-width: calc(100% - 10px);
	}
}

@media (max-width: 767px) {
	.btn {
		font-size: 16px;
		padding: 8px 38px;
	}

	#twocolumns {
		display: block;
		padding: 20px 0;
	}

	#header {
		display: block;
		padding: 24px 10px;
	}

	.nav-active {
		position: fixed;
		overflow-y: scroll;
		width: 100%;
	}

	.logo {
		margin: 0 auto;
		width: 189px;
		height: 12px;
	}

	.logo img {
		width: 225px;
		margin: -3px auto;
	}

	#footer {
		padding: 14px 30px 20px;
	}

	#footer .holder {
		display: block;
	}

	#footer .info-col {
		width: 100%;
		padding: 0 0 20px;
	}

	.footer-list {
		width: 100%;
		display: block;
		margin: 0 0 45px;
		padding: 0;
	}

	.footer-list > li {
		border-top: 1px solid #e6e6e6;
		padding: 0;
		max-width: 100%;
	}

	.footer-list > li:first-child {
		border: none;
	}

	.footer-list > li.active .opener:after {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	.footer-list > li.hidden-mobile {
		display: none;
	}

	.footer-list > li.visible-mobile {
		display: block;
	}

	.footer-list .opener {
		margin: 0;
		padding: 14px 0;
		font-size: 24px;
		line-height: 27px;
		position: relative;
	}

	.footer-list .opener:hover {
		color: #935cb7;
	}

	.footer-list .opener:before,
	.footer-list .opener:after {
		content: "";
		position: absolute;
		right: 8px;
		top: 50%;
		height: 2px;
		width: 14px;
		background: #515356;
		margin: -1px 0 0;
	}

	.footer-list .opener:after {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transition: -webkit-transform .5s linear 0s;
		transition: -webkit-transform .5s linear 0s;
		transition: transform .5s linear 0s;
		transition: transform .5s linear 0s, -webkit-transform .5s linear 0s;
		margin: -1px 0 0 1px;
	}

	.footer-list ul {
		margin: -7px 20px 18px;
		font-size: 20px;
		line-height: 23px;
	}

	.footer-list ul li {
		border: none;
		padding: 0;
	}

	.footer-list ul li:first-child {
		border: none;
	}

	.footer-list ul a {
		padding: 5px 0 6px;
		display: block;
	}

	.copyright {
		text-align: center;
		padding: 0;
		right: auto;
		left: 0;
		bottom: 20px;
		width: 100%;
	}

	.back {
		right: 30px;
		bottom: 21px;
		background: #935cb7 url(arrow-white.png) no-repeat 50% 50%;
		color: #fff;
		border-radius: 3px;
		-webkit-transition: background .2s linear 0s;
		transition: background .2s linear 0s;
	}

	.back:hover {
		background: #935cb7 url(arrow-white.png) no-repeat 50% 40%;
	}

	.back img {
		display: none;
	}

	#footer .social-list {
		display: block;
		margin: 0 20px 5px;
	}

	.aside {
		width: 100%;
		border-bottom: 1px solid #bababa;
		position: relative;
		z-index: 20;
		padding: 0 0 15px;
	}

	.product-list .product-opener {
		display: inline-block;
		vertical-align: top;
	}

	.product-accordion {
		width: 212px;
		background: #f9f9f9;
		border: none;
		font-size: 18px;
		line-height: 21px;
		box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
		position: absolute;
		top: 100%;
		left: 0;
	}

	.product-accordion > li {
		border-bottom: none;
		border-top: 1px solid #ededed;
	}

	.product-accordion > li:first-child {
		border: none;
	}

	.product-accordion a.opener:before,
	.product-accordion a.opener:after {
		display: none;
	}

	.breadcrumbs + .filter-form {
		top: 0;
		right: 10px;
	}

	.filter-form {
		font-size: 18px;
		line-height: 21px;
		top: 7px;
	}

	.visual .inner {
		padding: 0 25px;
	}

	.visual .slick-slider .slick-prev,
	.visual .slick-slider .slick-next {
		display: none !important;
	}

	.visual .h1 {
		font-size: 32px;
		line-height: 41px;
		margin: -21px 0 28px;
	}

	.visual .h2,
	.visual .slide-subtitle {
		font-size: 22px;
		line-height: 26px;
		margin: 0 0 28px;
	}

	.visual .btn {
		margin: 0 5px 20px;
	}

	.logos-holder {
		padding: 20px 10px 60px;
	}

	.logos-gallery {
		width: 280px;
		padding: 0 30px;
	}

	.logos-gallery .slick-slide {
		width: 220px;
	}

	.product-gallery .twocolumns {
		padding: 42px 30px 53px;
		width: 280px;
	}

	.twocolumns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding: 42px 30px 53px;
		margin: 0;
	}

	.shopify-section > .twocolumns {
		margin: 0;
	}

	.twocolumns .textholder {
		padding: 0;
		width: 100%;
		text-align: center;
		font-size: 16px;
		line-height: 20px;
	}

	.twocolumns .textholder .h2 {
		font-size: 24px;
		line-height: 27px;
		margin: 0 0 17px;
	}

	.twocolumns .textholder p {
		margin: 0 0 27px;
	}

	.twocolumns .img-holder {
		width: 100%;
		margin: 0 0 25px;
	}

	.product-gallery {
		width: 280px;
	}

	.img-area {
		display: none;
	}

	.mission-holder {
		padding: 50px 0 5px;
		font-size: 16px;
		line-height: 19px;
	}

	.mission-holder h1,
	.mission-holder .h2 {
		font-size: 24px;
		line-height: 27px;
		margin: 0 0 15px;
	}

	.mission-holder h1 + p,
	.mission-holder .h2 + p {
		font-size: 22px;
		line-height: 25px;
	}

	.mission-holder p {
		margin: 0 auto 67px;
	}

	.threecolumns {
		font-size: 16px;
		line-height: 19px;
	}

	.threecolumns .column {
		width: 100%;
	}

	.threecolumns .inner {
		padding: 0 0 23px;
	}

	.threecolumns .ico-holder {
		height: auto;
		margin: 0 0 42px;
	}

	.threecolumns .ico-holder img {
		width: 90px;
		height: auto;
	}

	.threecolumns .h3 {
		font-size: 20px;
		line-height: 23px;
		margin: 0 0 10px;
	}

	.columns {
		margin: 0;
	}

	.columns .col {
		margin: 0 0 20px;
		width: 100%;
	}

	.subscribe-holder {
		padding: 18px 25px 10px;
		min-height: 1px;
	}

	.lightbox01 .subscribe-holder {
		padding: 30px 25px 90px;
	}

	.lightbox01 .subscribe-holder:before,
	.lightbox01 .subscribe-holder:after {
		width: 89px;
		height: 96px;
		background-size: 89px 96px;
	}

	.lightbox01 .subscribe-holder:after {
		width: 89px;
		height: 96px;
		background-size: 89px 96px;
	}

	.subscribe-holder .frame .h2 {
		font-size: 26px;
		line-height: 33px;
		margin: 0 0 35px;
	}

	.subscribe,
	.subscribe-holder form {
		max-width: 318px;
		width: 100%;
	}

	.subscribe input[type="email"],
	.subscribe-holder form input[type="email"] {
		margin: 0 0 60px;
	}

	.subscribe input[type="submit"],
	.subscribe-holder form input[type="submit"] {
		padding: 0 40px;
	}

	.category-holder {
		display: block;
		margin: 0 -10px 16px;
	}

	.breadcrumbs {
		display: none;
	}

	.visual1 {
		display: none;
		margin: 0;
	}

	.visual2 {
		display: none;
	}

	.products {
		width: 100%;
	}

	.load-btn {
		display: block;
	}

	.lightbox01 {
		width: 80%;
	}

	.lightbox-holder,
	.gallery-product {
		display: block;
	}

	.gallery-product .gallery-col {
		width: 100%;
	}

	.gallery-col {
		width: 100%;
	}

	.product-slider1 {
		padding: 0 0 50px;
	}

	.product-slider1 .slick-dots {
		display: block !important;
	}

	.nav-product1 {
		display: none !important;
	}

	.gallery-product .description-col {
		width: 100%;
		padding: 25px 0;
	}

	.description-col {
		width: 100%;
		padding: 25px 0;
	}

	.description-col .price,
	.description-col .product-price__price {
		margin: 0 0 20px;
	}

	.survey .panda-swatches-cont .panda-header {
		font-size: 14px;
	}

	.survey .row > span {
		font-size: 14px;
		margin: 20px 10px 0 0;
	}

	.survey .row .area,
	.survey .row .selector-wrapper {
		padding: 0 0 20px;
	}

	.survey .row .area label,
	.survey .row .selector-wrapper label {
		font-size: 14px;
	}

	.survey .radio-area .jcf-radio + label .text {
		font-size: 14px;
	}

	.survey input[type="submit"] {
		padding: 0 40px;
	}

	.accordion1 a.opener:before,
	.accordion1 a.opener:after {
		left: 0;
		top: 27px;
	}

	.items-area {
		padding: 0 0 30px;
	}

	.items-area h2 {
		margin: 0 0 20px;
		font-size: 36px;
		line-height: 39px;
		text-align: center;
	}

	.items-area .items-row .slick-dots {
		display: block;
	}

	.items-area .items-row .item {
		width: 33.3%;
	}

	.items-area .items-row .img-block {
		height: 150px;
	}

	.reviews-holder {
		padding: 0 0 20px;
	}

	.reviews-holder h2 {
		margin: 0 0 20px;
		font-size: 36px;
		line-height: 39px;
	}

	.reviews-holder .spr-review {
		padding: 20px;
	}

	.reviews-holder .review-row {
		margin: 0 0 20px;
	}

	.reviews-holder .btn-holder {
		position: relative;
		top: auto;
		right: auto;
	}

	.reviews-holder .review {
		padding: 20px;
	}

	.content-holder.content-holder1 .row {
		padding: 0 0 20px;
	}

	.content-holder.content-holder1 .textholder:first-child {
		padding: 25px 15px;
	}

	.content-holder.content-holder1 .textholder {
		padding: 25px 15px;
	}

	.content-holder.content-holder1 .img-holder:first-child {
		padding: 0;
	}

	.content-holder.content-holder1 .img-holder {
		padding: 0;
	}

	.content-holder.content-holder2 .customer-holder {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.content-holder.content-holder2 .customer-holder .col {
		width: 100%;
	}

	.content-holder.content-holder2 .customer-holder .col:nth-child(2) {
		width: 100%;
	}

	.content-holder.content-holder3 .row .img-holder {
		width: 100%;
	}

	.content-holder.content-holder3 .row .textholder {
		width: 100%;
	}

	.visual2 + .content-holder,
	.networks-info .content-holder {
		padding: 40px 10px 10px;
	}

	.visual2.visual4 + .content-holder,
	#shopify-section-customer-care-banner + .content-holder {
		padding: 40px 10px 10px;
	}

	.content-holder {
		padding: 40px 10px 10px;
	}

	.content-holder .team-area h1 {
		margin: 0 0 20px;
	}

	.content-holder .shipping-holder .twocolumns {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.content-holder .shipping-holder .twocolumns .column {
		width: 100%;
		max-width: 100%;
	}

	.content-holder .shipping-holder .twocolumns p + h2 {
		padding-top: 10px;
	}

	.content-holder .privacy-holder h1 {
		font-size: 32px;
		line-height: 35px;
	}

	.content-holder .privacy-holder p + h2 {
		padding-top: 10px;
	}

	.content-holder h1 {
		font-size: 47px;
		line-height: 55px;
		margin: 0 0 20px;
	}

	.content-holder h1 + .row {
		padding-top: 20px;
	}

	.content-holder h1 + p {
		font-size: 22px;
		line-height: 25px;
	}

	.content-holder .row {
		padding: 0 0 20px;
	}

	.content-holder .textholder:first-child {
		padding: 25px 15px;
	}

	.content-holder .textholder {
		width: 100%;
		padding: 25px 15px;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.content-holder .textholder p {
		margin: 0 0 20px;
	}

	.content-holder .img-holder {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.accordion a.opener {
		padding: 15px 0 15px 35px;
	}

	.accordion a.opener:before,
	.accordion a.opener:after {
		left: 0;
		top: 27px;
	}

	.accordion .slide {
		padding: 5px 0 5px 35px;
	}

	.blog-list {
		padding: 0;
	}

	.blog-row {
		padding: 0 0 20px;
	}

	.blog-row .img-block {
		width: 100%;
		text-align: center;
	}

	.blog-row .img-block a {
		display: inline-block;
		vertical-align: top;
	}

	.blog-row .img-block img {
		width: auto;
	}

	.blog-row .text-block {
		width: 100%;
		padding: 20px 0;
		text-align: center;
	}

	.blog-row .text-block p {
		margin: 0 0 25px;
	}

	.content-holder .blog-post:first-child {
		margin-top: 0;
	}

	.content-holder .blog-post + h3 {
		margin: 0;
	}

	.blog-post h2 {
		font-size: 26px;
		line-height: 30px;
	}

	.blog-post .by {
		margin: 0 0 20px;
	}

	.blog-post p + h2 {
		padding-top: 20px;
	}

	.blog-post ul li {
		padding: 0 0 15px;
	}

	.blog-post ul strong {
		font-size: 20px;
	}

	.feature-gallery {
		margin: 0 auto 50px;
	}

	.pagination .btn {
		padding: 10px 25px;
	}

	.team-holder {
		margin: 0 0 30px;
	}

	.team-holder .person-block {
		width: 50%;
	}

	.lightbox-team {
		padding: 30px 15px;
	}

	.impact-holder {
		padding: 45px 0 95px;
		min-height: 100px;
	}

	.impact-holder:after {
		left: auto;
		right: -20px;
		top: auto;
		bottom: 20px;
		width: 89px;
		height: 125px;
		background-size: 89px 125px;
		margin: -62px 0 0;
	}

	.impact-holder h2 {
		font-size: 40px;
		line-height: 43px;
	}

	.impact-holder h2 + p {
		font-size: 22px;
		line-height: 25px;
	}

	.impact-holder p {
		margin: 0 auto 30px;
	}

	.numbers-area .block {
		padding: 0 10px 20px;
		width: 50%;
	}

	.numbers-area .block:nth-child(5n+1) {
		margin: 0;
	}

	.numbers-area .block:nth-child(5n+1) + .block {
		margin: 0;
	}

	.numbers-area .block .num {
		font-size: 45px;
		line-height: 48px;
	}

	.locator-area {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.locator-area .map-holder {
		width: 100%;
	}

	.locator-area .locator-holder {
		width: 100%;
		padding: 20px 0;
	}

	.locator-columns {
		margin: 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.locator-columns .column {
		padding: 0 10px;
	}

	.contact-area {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contact-area .index-section {
		width: 100%;
	}

	.contact-area .index-section .textholder {
		width: 100%;
	}

	.contact-area .textholder {
		width: 100%;
		max-width: 100%;
	}

	.contact-area .contact-form {
		width: 100%;
	}

	.impact-holder1 .holder {
		padding: 30px 10px;
	}

	.impact-holder1 .holder > h2 + p {
		font-size: 22px;
		line-height: 25px;
	}

	.impact-holder1 h2 {
		font-size: 26px;
		line-height: 33px;
		margin: 0 0 20px;
	}

	.impact-holder1 p {
		margin: 0 0 30px;
	}

	.impact-holder1 .threecolumns {
		padding: 20px 0;
	}

	.impact-holder1 .threecolumns .column {
		width: 100%;
		margin: 0 0 15px;
	}

	.row-impact {
		padding: 0 0 30px;
	}

	.row-impact .img-holder {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin: 0 0 20px;
	}

	.row-impact .textholder {
		width: 100%;
		padding: 0;
		text-align: center;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.row-impact .textholder:first-child {
		text-align: center;
	}

	.row-impact blockquote {
		font-size: 25px;
		line-height: 28px;
	}

	.row-impact blockquote footer {
		font-size: 18px;
		line-height: 21px;
	}

	.row-impact .more-holder {
		display: inline-block;
		vertical-align: top;
	}

	.impact-area {
		padding: 0 0 30px;
		font-size: 18px;
		line-height: 21px;
	}

	.impact-area .col {
		width: 100%;
		margin: 0 0 10px;
	}

	.impact-area .num {
		font-size: 25px;
		line-height: 28px;
		margin: 0 0 20px;
	}

	.blockquote-area .row {
		padding: 0 0 30px;
	}

	.blockquote-area .img-holder {
		width: 100%;
		padding: 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin: 0 0 20px;
	}

	.blockquote-area .textholder {
		width: 100%;
		padding: 0;
		text-align: center;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.blockquote-area .textholder:first-child {
		text-align: center;
	}

	.blockquote-area blockquote {
		font-size: 25px;
		line-height: 28px;
	}

	.blockquote-area blockquote footer {
		font-size: 18px;
		line-height: 21px;
	}

	.container1 .holder > h2 + p {
		font-size: 22px;
		line-height: 25px;
	}

	.container1 h2 {
		font-size: 26px;
		line-height: 33px;
		margin: 0 0 20px;
	}

	.container1 p {
		margin: 0 0 30px;
	}

	.items-area .col {
		width: 100%;
		padding: 0 0 30px;
		text-align: center;
	}

	.items-area .img-holder {
		margin: 0 0 15px;
	}

	.items-area h3 {
		font-size: 25px;
		line-height: 28px;
		margin: 0 0 10px;
	}

	.steps-holder .col {
		width: 100%;
		padding: 0 0 30px;
		text-align: center;
	}

	.steps-holder h3 {
		font-size: 25px;
		line-height: 28px;
		margin: 0 0 10px;
	}

	.gray-section {
		padding: 30px 0;
		min-height: 1px;
		font-size: 22px;
		line-height: 25px;
	}

	.gray-section:before {
		background: none;
	}

	.gray-section h2 {
		font-size: 26px;
		line-height: 33px;
	}

	.visual-block {
		padding: 30px 0;
	}

	.visual-block h2 {
		font-size: 26px;
		line-height: 33px;
		margin: 0 0 30px;
	}

	.visual-block .columns-holder .col {
		width: 100%;
		margin: 0 0 10px;
		padding: 20px;
	}

	.visual-block .columns-holder h3 {
		font-size: 26px;
		line-height: 33px;
	}

	.load-more-area h2 {
		font-size: 30px;
		line-height: 33px;
		margin: 0 0 20px;
	}

	.load-more-frame .row {
		padding: 0 0 20px;
	}

	.load-more-frame .row .img-holder {
		width: 100%;
	}

	.load-more-frame .row .textholder {
		width: 100%;
	}

	.load-more-frame .row h3 {
		margin: 0 0 20px;
	}

	.donate-area h2 {
		font-size: 26px;
		line-height: 33px;
		margin: 0 0 20px;
	}

	.donate-area h2 + p {
		font-size: 22px;
		line-height: 25px;
	}

	.donate-area p {
		margin: 0 0 30px;
	}

	.donate-area .twocolumns .img-holder {
		width: 100%;
	}

	.donate-area .twocolumns .form-column {
		width: 100%;
		padding: 0 0 25px;
	}

	.donate-area .threecolumns .col {
		width: 100%;
		margin: 0 0 20px;
	}

	.lightbox2 h3 {
		font-size: 26px;
		line-height: 33px;
		margin: 0 0 20px;
	}

	.lightbox2 .three-col .col {
		width: 100%;
		padding: 0;
		text-align: center;
	}

	.financial-area {
		padding: 30px 0 20px;
	}

	.financial-area h1 {
		font-size: 47px;
		line-height: 55px;
		margin: 0 0 20px;
	}

	.financial-area h1 + p {
		font-size: 22px;
		line-height: 25px;
	}

	.financial-area p {
		margin: 0 0 20px;
	}

	.financial-area .heading {
		padding: 0 0 20px;
	}

	.financial-area .heading h2 {
		font-size: 20px;
		line-height: 28px;
	}

	.financial-area .pesrsons-list {
		font-size: 15px;
		margin: 0 0 30px;
	}

	.financial-area .pesrsons-list li {
		width: 100%;
		padding: 0 0 15px;
		text-align: center;
	}

	.financial-area .pesrsons-list span.name {
		font-size: 15px;
	}

	.financial-area .content-block {
		text-align: center;
	}

	.financial-area .content-block h3 {
		font-size: 20px;
		line-height: 28px;
	}

	.financial-area .content-block p {
		margin: 0 0 25px;
	}

	.download-holder .col {
		width: 100%;
		padding: 0 0 25px;
	}

	.download-holder h3 {
		font-size: 20px;
		line-height: 28px;
	}

	.download-list .download-btn {
		font-size: 15px;
	}

	.cart .cart__update--show .cart__update-wrapper {
		display: block;
	}

	.cart .cart__qty {
		padding: 0 10px 20px;
	}

	.cart .cart__qty-label {
		vertical-align: top;
		line-height: 32px;
	}
}

@media (max-width: 749px) {
	.cart table .cart-flex {
		display: block;
	}

	.cart table td,
	.cart table .small--text-left {
		text-align: center !important;
	}
}

@media (max-width: 599px) {
	.team-holder .person-block {
		width: 100%;
	}
}

@media (max-width: 479px) {
	.items-area .items-row .item {
		width: 50%;
	}

	.paging {
		padding: 40px 0 0;
	}

	.numbers-area .block {
		width: 100%;
	}

	.locator-columns .column {
		width: 100%;
	}
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

input[type="search"]::-webkit-input-placeholder { /* Chrome */
  color: #000;
}
input[type="search"]:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
input[type="search"]::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
input[type="search"]:-moz-placeholder { /* Firefox 4 - 18 */
  color: #000;
  opacity: 1;
}






