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

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

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.post-password-form:after,
#search_block:after,
.search-form p:after,
#search_block p:after,
.navigation-single:after,
.commentlist .comment-author:after {
	content: "";
	display: block;
	clear: both;
}

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

html {
	height: 100%;
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	height: 100%;
	color: #1a1a1a;
	background: #fff;
	font: 15px/1.8 "Open Sans", "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;
}

#overlayPP,
.bg-stretch img {
	max-width: inherit !important;
}

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

blockquote {
	position: relative;
	padding-top: 50px;
	font-size: 29px;
	line-height: 46px;
	font-weight: 300;
	letter-spacing: .6px;
	margin: 0 0 20px;
}

blockquote p,
blockquote q {
	margin: 0 0 10px;
	position: relative;
}

blockquote p:after,
blockquote q:after {
	content: "";
	position: absolute;
	top: -50px;
	left: 1px;
	z-index: 2;
	background: url(images/bg-quote.png) no-repeat;
	width: 21px;
	height: 13px;
}

blockquote cite {
	display: inline-block;
	vertical-align: top;
	color: #ed5755;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: .3px;
	font-weight: bold;
	font-style: normal;
	position: relative;
	padding: 0 0 0 63px;
}

blockquote cite:after {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	z-index: 2;
	height: 2px;
	width: 58px;
	background: #ed5755;
}

.chrome blockquote cite:after {
	top: 9px;
}

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

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

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

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

ul {
	list-style-type: disc;
}

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

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

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

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="date"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	display: block;
	height: 40px;
	margin: 0;
	padding: 11px 8px;
	border: 2px solid #9ca5b8;
	background: #fff;
	color: #000;
	font-size: 14px;
	line-height: 16px;
	outline: none;
	box-shadow: none;
}

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

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

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

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

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

input[type="text"].error,
input[type="tel"].error,
input[type="email"].error,
input[type="search"].error,
input[type="password"].error,
input[type="url"].error,
input[type="date"].error,
textarea.error {
	border-color: #ed5755 !important;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
textarea:focus {
	border-color: #ed5755 !important;
}

.error input[type="text"],
.error input[type="tel"],
.error input[type="email"],
.error input[type="search"],
.error input[type="password"],
.error input[type="url"],
.error input[type="date"],
.error textarea {
	border-color: #ed5755 !important;
}

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

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

.btn,
button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	border: none;
	border-radius: 25px;
	padding: 12px 20px;
	margin: 0;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background: #ed5755;
	color: #fff;
	outline: none !important;
	-webkit-transition: color .2s ease, background .2s ease, opacity .2s ease , border-color .2s ease;
	transition: color .2s ease, background .2s ease, opacity .2s ease , border-color .2s ease;
}

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
	text-decoration: none;
	opacity: .85;
}

/* custom checkbox styles */

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	margin: -4px 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 #a5adbe;
	border-radius: 9px;
	margin: -4px 8px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-radio span {
	display: none;
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	background: #ed5755;
	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 {
	border: 1px solid #ed5755;
}

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

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 2px solid #9ca5b8;
	background: #fff;
	margin: 0 0 12px;
	min-width: 150px;
	height: 40px;
	cursor: pointer;
}

.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: 14px;
	line-height: 24px;
	color: #9ca5b8;
	margin: 0 30px 0 0;
	padding: 7px 18px;
}

.jcf-select.jcf-focus .jcf-select-text {
	color: #000;
}

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

.jcf-select .jcf-select-opener:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	border-color: #ed5755 transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	height: 0;
	width: 0;
	margin: -2px 0 0 -7px;
}

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

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

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

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

.jcf-select-drop .jcf-select-drop-content {
	border: 2px solid #9ca5b8;
	border-top: none;
}

/* 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: 17px;
	font-size: 15px;
	font-weight: 600;
	width: 100%;
}

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

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

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

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

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #000;
	height: 1%;
	padding: 15px 18px;
}

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

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

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

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

/* common custom form elements styles */

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

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

.main-block {
	padding: 50px 0;
}

.main-block .container {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#content {
	width: 100%;
}

#sidebar {
	width: 100%;
	min-width: 325px;
	max-width: 325px;
	overflow: hidden;
	margin: 0 0 0 50px;
}

.widget {
	margin-bottom: 1.8em;
}

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

.widget select {
	min-width: inherit;
	width: 100%;
}

/* Calendar */

#wp-calendar {
	width: 95%;
	margin-bottom: 15px;
	clear: both;
	padding: 0;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th,
#wp-calendar td {
	text-align: center;
	padding: 3px 0;
}

#wp-calendar td {
	background: transparent;
}

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

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

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

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

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

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

.search-form input {
	float: left;
}

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

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

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

.comment-form button,
.comment-form input[type="submit"],
.post-password-form button,
.post-password-form input[type="submit"],
.search-form button,
.search-form input[type="submit"],
#search_block button,
#search_block input[type="submit"] {
	background: #ed5755;
	color: #fff;
	height: 40px;
	padding: 12px 20px;
}

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

.search-form,
.post-password-form,
#search_block {
	margin-bottom: 15px;
}

.search-form input,
.post-password-form input,
#search_block input {
	float: left;
	height: 40px;
}

.search-form input[type="search"],
.search-form input[type="text"],
.post-password-form input[type="search"],
.post-password-form input[type="text"],
#search_block input[type="search"],
#search_block input[type="text"] {
	margin: 0 5px 0 0;
	width: 50%;
}

.search-form input[type="password"],
.post-password-form input[type="password"],
#search_block input[type="password"] {
	width: 50%;
}

.search-form input[type="submit"],
.search-form button,
.post-password-form input[type="submit"],
.post-password-form button,
#search_block input[type="submit"],
#search_block button {
	height: 40px;
}

.commentlist {
	margin: 0 0 1.8em;
}

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

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

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

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

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

.widget_calendar #prev {
	padding-left: 5px;
	text-align: left;
}

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

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

.navigation,
.navigation-comments,
.pagination {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.8em;
	width: 100%;
	overflow: hidden;
}

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

.navigation .current,
.navigation-comments .current,
.pagination .current {
	color: #ccc;
}

.navigation .page-numbers,
.navigation-comments .page-numbers,
.pagination .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 15px;
}

.navigation .page-numbers.current:hover,
.navigation-comments .page-numbers.current:hover,
.pagination .page-numbers.current:hover {
	background: none;
	color: #ccc;
}

.navigation .page-numbers:hover,
.navigation-comments .page-numbers:hover,
.pagination .page-numbers:hover {
	background: #000;
	color: #fff;
}

.navigation .next,
.navigation .prev,
.navigation .al,
.navigation .ar,
.navigation-comments .next,
.navigation-comments .prev,
.navigation-comments .al,
.navigation-comments .ar,
.pagination .next,
.pagination .prev,
.pagination .al,
.pagination .ar {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: #ed5755;
	color: #fff;
	text-decoration: none;
	border-radius: 25px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation .al:hover,
.navigation .ar:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover,
.navigation-comments .al:hover,
.navigation-comments .ar:hover,
.pagination .next:hover,
.pagination .prev:hover,
.pagination .al:hover,
.pagination .ar:hover {
	opacity: .8;
	text-decoration: none;
}

.navigation .next span,
.navigation .prev span,
.navigation .al span,
.navigation .ar span,
.navigation-comments .next span,
.navigation-comments .prev span,
.navigation-comments .al span,
.navigation-comments .ar span,
.pagination .next span,
.pagination .prev span,
.pagination .al span,
.pagination .ar span {
	display: inline-block;
	vertical-align: middle;
}

.navigation .next.disabled,
.navigation .prev.disabled,
.navigation .al.disabled,
.navigation .ar.disabled,
.navigation-comments .next.disabled,
.navigation-comments .prev.disabled,
.navigation-comments .al.disabled,
.navigation-comments .ar.disabled,
.pagination .next.disabled,
.pagination .prev.disabled,
.pagination .al.disabled,
.pagination .ar.disabled {
	background: #b3b3b3;
	border-color: #b3b3b3;
	pointer-events: none;
}

.navigation .next a,
.navigation .prev a,
.navigation .al a,
.navigation .ar a,
.navigation-comments .next a,
.navigation-comments .prev a,
.navigation-comments .al a,
.navigation-comments .ar a,
.pagination .next a,
.pagination .prev a,
.pagination .al a,
.pagination .ar a {
	display: inline-block;
	vertical-align: top;
	padding: 10px 20px;
	color: #fff;
}

.navigation .next a:hover,
.navigation .prev a:hover,
.navigation .al a:hover,
.navigation .ar a:hover,
.navigation-comments .next a:hover,
.navigation-comments .prev a:hover,
.navigation-comments .al a:hover,
.navigation-comments .ar a:hover,
.pagination .next a:hover,
.pagination .prev a:hover,
.pagination .al a:hover,
.pagination .ar a:hover {
	text-decoration: none;
}

.mac .navigation .next span,
.mac .navigation .prev span,
.mac .navigation .al span,
.mac .navigation .ar span,
.mac .navigation-comments .next span,
.mac .navigation-comments .prev span,
.mac .navigation-comments .al span,
.mac .navigation-comments .ar span,
.mac .pagination .next span,
.mac .pagination .prev span,
.mac .pagination .al span,
.mac .pagination .ar span,
.safari .navigation .next span,
.safari .navigation .prev span,
.safari .navigation .al span,
.safari .navigation .ar span,
.safari .navigation-comments .next span,
.safari .navigation-comments .prev span,
.safari .navigation-comments .al span,
.safari .navigation-comments .ar span,
.safari .pagination .next span,
.safari .pagination .prev span,
.safari .pagination .al span,
.safari .pagination .ar span,
.chrome .navigation .next span,
.chrome .navigation .prev span,
.chrome .navigation .al span,
.chrome .navigation .ar span,
.chrome .navigation-comments .next span,
.chrome .navigation-comments .prev span,
.chrome .navigation-comments .al span,
.chrome .navigation-comments .ar span,
.chrome .pagination .next span,
.chrome .pagination .prev span,
.chrome .pagination .al span,
.chrome .pagination .ar span {
	margin: -4px 0 0;
}

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

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

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

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

img.border {
	padding: 5px;
	border: 1px solid #ccc;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #f6f9fa;
	padding: 5px;
	margin-bottom: 1.8em;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	width: auto;
}

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

div.aligncenter,
figure.aligncenter {
	margin: 0 auto 1.8em;
	text-align: center;
}

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

.alignleft {
	float: left;
	margin: 6px 1.8em 10px 0;
}

.alignright {
	float: right;
	margin: 6px 0 10px 1.8em;
}

.alignnone {
	margin: 0;
}

img.wp-smiley {
	padding: 0;
	border: none;
}

.fluid-iframe {
	display: block;
	position: relative;
	padding-bottom: 56%;
}

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

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

.wp-caption .wp-caption-text,
.entry .wp-caption .wp-caption-text {
	font-size: 11px;
	line-height: 23px;
	margin: 0;
	padding: 5px 4px 0;
	text-align: center;
}

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

.al,
.navigation .next {
	float: left;
}

.ar,
.navigation .prev {
	float: right;
}

.posts-list .entry p {
	margin: 0;
}

.posts-list .post {
	margin: 0 0 40px;
}

.post .title {
	margin-bottom: 10px;
}

.post .postmetadata {
	margin-bottom: 10px;
}

.textwidget p {
	padding: 0 0 10px 0;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

code br {
	display: none;
}

.entry pre,
.entry code {
	font-family: mono-space, monospace;
	border: 1px solid #eee;
	padding: 20px;
	display: block;
	margin: 0 0 20px 0;
	overflow: auto;
	white-space: pre;
	font-size: 12px;
	line-height: 20px;
}

.entry code {
	padding: 1px 20px 0 20px;
	background: #f6f6f6;
	border-top: 0;
	border-bottom: 0;
}

.last {
	margin-right: 0 !important;
	clear: right;
}

.clear {
	clear: both;
	line-height: 0;
}

.page-link {
	padding: 0 0 15px;
}

/* Respond */

.comments {
	clear: both;
}

#respond {
	margin: 20px 0 20px 0;
	overflow: hidden;
}

.commentlist #respond {
	margin: 0 0 20px 0;
}

#respond .comment-reply-title small {
	font-size: 12px;
	font-weight: normal;
}

#commentform p {
	width: 100%;
	overflow: hidden;
	padding: 0 0 25px;
	margin: 0;
}

#commentform p label {
	display: block;
	padding: 0 0 5px;
}

#commentform p textarea {
	width: 96%;
}

/* Comments*/

#comments,
#reply-title {
	margin: 0 0 15px 0;
	line-height: 1.6em;
}

.commentlist {
	margin-left: -2em;
	padding: 0;
	text-align: justify;
	line-height: 1.6em;
}

.commentlist .comment {
	padding: 0 0 0 2em;
}

.commentlist .comment,
.commentlist + .comment {
	padding-top: 1.2em;
}

.commentlist .commentlist {
	padding: 0;
}

.commentlist .comment-author {
	margin-bottom: .5em;
}

.commentlist .comment-metadata {
	margin-bottom: .5em;
}

.commentlist .comment-author img {
	float: left;
	margin: 0 1.2em 4px 0;
}

.comment .comment-respond {
	margin-left: 20px;
}

.comment-body {
	margin: 0 0 20px;
}

.parent.comment .comment {
	margin-left: 30px;
}

.comment-author.vcard {
	margin-bottom: 10px;
}

.breadcrumb {
	padding-bottom: 20px;
}

.post .title h3 {
	margin-bottom: 1em;
}

.divider {
	height: 71px;
}

.wpcf7-not-valid-tip {
	display: block;
	padding-top: 5px;
}

.wpcf7-response-output {
	text-align: center;
}

.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
	color: #d93c3c;
}

#text_field,
#text_area,
input[type="password"] {
	width: 50%;
}

#text_area {
	width: 100%;
}

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

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

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

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

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

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

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

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h a {
	color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover,
.h a:hover {
	color: inherit;
}

p {
	margin: 0 0 25px;
}

a {
	color: #ed5755;
	text-decoration: none;
	-webkit-transition: color .2s ease, background .2s ease, opacity .2s ease , border-color .2s ease;
	transition: color .2s ease, background .2s ease, opacity .2s ease , border-color .2s ease;
}

a:hover {
	text-decoration: underline;
}

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

body.nav-active #header {
	overflow: visible;
}

body.nav-active #header .slide {
	opacity: 1;
	visibility: visible;
	height: auto;
}

body.nav-active .logo {
	opacity: 0;
}

.home #header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10;
	background: transparent;
	padding: 55px 0 30px;
}

.home #header .slide {
	padding: 29px 0 0;
}

.home .w1 {
	padding-top: 138px;
}

#wrapper {
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
	margin: 0 auto;
}

.w1 {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.container {
	max-width: 1150px;
	margin: 0 auto;
	padding: 0 15px;
}

.container:after {
	display: block;
	clear: both;
	content: "";
}

.bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-size: cover;
	background-position: 50%;
}

#header {
	position: relative;
	min-height: 120px;
	overflow: hidden;
	padding: 27px 0 28px;
}

#header .bg-stretch {
	z-index: -1;
}

#header .slide {
	text-align: right;
	padding: 25px 0 0;
	margin: 0 -2px 0 0;
}

.logo {
	float: left;
}

/* burger menu style */

.nav-opener {
	display: none;
	float: right;
	width: 28px;
	height: 22px;
	margin: 13px 0 0;
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #ed5755;
	position: absolute;
	top: 9px;
	left: 0;
	right: 0;
	height: 4px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

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

.nav-opener:after {
	top: 18px;
}

.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: 9px;
	left: 0;
	right: 0;
	background: #fff;
}

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

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 14px;
	font-weight: 500;
	letter-spacing: .8px;
	text-transform: uppercase;
}

#nav ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 36px;
}

#nav ul li.active a {
	color: #fff;
}

#nav ul li.active a:after {
	right: 0;
}

#nav ul a {
	color: #bac0c7;
	padding: 0 0 7px;
	position: relative;
}

#nav ul a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 100%;
	z-index: 2;
	border-bottom: 1px solid #fff;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

#nav ul a:hover {
	text-decoration: none;
}

#nav ul a:hover:after {
	right: 0;
}

.visual {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	min-height: 680px;
	height: 100vh;
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	margin: -138px 0 0;
}

.visual .container {
	width: 100%;
	position: relative;
	z-index: 2;
	padding: 200px 15px 150px;
}

.visual .holder{
	max-width:700px;
}

.visual h1 {
	font-family: "BebasNeue";
	font-size: 50px;
	line-height: 52px;
	font-weight: 500;
	letter-spacing: 3.2px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.visual h1 .br-m {
	display: none;
}

.visual p {
	margin: 0 0 72px;
}

.visual .btn-scroll {
	display: block;
	position: relative;
	width: 56px;
	height: 56px;
	background:rgba(237,87,85, 0.8);
	border-radius: 50%;
}

.visual .btn-scroll:after {
	content: "";
	position: absolute;
	top: 26px;
	left: 21px;
	z-index: 2;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #fff transparent transparent transparent;
}

.visual .btn-scroll:hover {
	background:rgba(237,87,85, 1);
}

.quote-box {
	padding: 105px 0 129px;
	background: #f6f9fa;
}

.quote-box.add {
	background: #fff;
	padding: 0 0 77px;
}

.quote-box.add .alignleft img {
	box-shadow: 0 8px 27px -4px rgba(0, 0, 0, .3);
}

.quote-box .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.quote-box .alignleft {
	position:relative;
	width: 50%;
	height:500px;
	margin: 0;
}

.quote-box .alignleft img {
	width:100%;
}

.quote-box blockquote {
	position: relative;
	margin: 0 0 20px;
	width: 50%;
	padding: 103px 0 0 62px;
	margin: 0;
	font-size: 29px;
	line-height: 46px;
}

.quote-box blockquote p,
.quote-box blockquote q {
	max-width: 460px;
	margin: 0 0 55px;
	position: relative;
}

.quote-box blockquote p:after,
.quote-box blockquote q:after {
	content: "";
	position: absolute;
	top: -78px;
	left: 1px;
	z-index: 2;
	background: url(images/bg-quote.png) no-repeat;
	width: 21px;
	height: 13px;
}

.quote-box blockquote p br,
.quote-box blockquote q br {
	display: none;
}

.quote-box blockquote cite:after {
	top: 8px;
}

.title-section {
	padding: 92px 0 82px;
	background: #f8bcbb;
	color: #fff;
	text-align: center;
}

.title-section h2 {
	font-size: 42px;
	line-height: 44px;
	font-weight: 200;
	letter-spacing: 2.5px;
	margin: 0;
}

.btn {
	box-shadow: 0 26px 32px -18px #ed5755;
}

.btn.back {
	background: #9ca5b8;
	box-shadow: 0 26px 32px -18px #9ca5b8;
	margin: 0 11px 0 0;
}

.print-section {
	padding: 93px 0 146px;
}

.print-section .container {
	max-width: 1050px;
}

.print-section .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items:flex-start;
	align-items:flex-start;
	text-align: center;
}

.print-section .col {
	width: 50%;
	padding: 0 15px;
}
.print-section .visual-box {
	display:table;
	height:385px;
	width:100%;
	margin: 0 0 20px;
}
.print-section .visual-box .frame{
	display:table-cell;
	vertical-align:middle;
}

.print-section .text-holder{
	max-width:350px;
	margin:0 auto;
}

.print-section p {
	margin: 0 0 31px;
}

.print-section .btn {
	min-width: 197px;
	padding: 16px 20px;
}

.heading {
	font-size: 27px;
	line-height: 29px;
	letter-spacing: 2px;
	letter-spacing: 1.5px;
	position: relative;
	padding: 0 0 21px;
	margin: 0 0 22px;
}

.heading:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 2;
	height: 2px;
	width: 40px;
	background: #ed5755;
	margin-left: -20px;
}

.info-section {
	padding: 0 0 12px;
	margin: 0 0 106px;
}

.info-section.add {
	margin: 0 0 132px;
}

.info-section.add .bg-stretch {
	left: auto;
	right: 0;
}

.info-section.add .text-holder {
	margin: 0;
}

.info-section.add .holder {
	padding: 40px 152px 40px 50px;
	margin: 0 -72px 0 0;
}

.info-section.add .frame {
	margin: 0 0 0 auto;
}

.info-section .container {
	max-width: 1600px;
	padding: 0;
	position: relative;
}

.info-section .bg-stretch {
	position: absolute;
	top: 45px;
	bottom: -45px;
	left: 0;
	right: auto;
	z-index: 1;
	width: 49%;
	overflow: hidden;
	box-shadow: 0 7px 20px 0 rgba(0, 0, 0, .15);
}

.info-section .text-holder {
	width: 51%;
	margin: 0 0 0 auto;
	font-size: 15px;
	line-height: 27px;
	letter-spacing: .4px;
}

.info-section .holder {
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	display:flex;
	-ms-align-items:center;
	align-items:center;
	min-height:686px;
	padding: 40px 50px 40px 178px;
	margin: 0 0 0 -72px;
	background: #f6f9fa;
}
.info-section .wistia_responsive_padding{margin:0;}

.info-section .frame {
	max-width: 402px;
}

.info-section .heading {
	font-size: 32px;
	line-height: 34px;
	letter-spacing: 2px;
	margin: 0 0 30px;
	padding: 0 0 32px;
}

.info-section .heading:after {
	width: 64px;
	left: 0;
	margin-left: 0;
}

.info-section p {
	margin: 0 0 27px;
}
.info-section p:last-child{margin:0;}

.info-section .link {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 4px;
	margin: 0 15px 40px 0;
	position: relative;
}

.info-section .link:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	height: 1px;
	background: #ed5755;
}

.info-section .link:hover {
	text-decoration: none;
	opacity: .8;
}

.info-section .link:hover:after {
	display: none;
}

.info-section .link .ico {
	position: absolute;
	right: -11px;
	top: 50%;
	display: inline-block;
	vertical-align: middle;
	margin: -6px 0 0 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #ed5755;
}

.info-section img {
	display: block;
}

.quote-slider {
	padding: 0 0 96px;
}

.quote-slider.add {
	margin: 0 0 99px;
	border-bottom: 1px solid #d9d9d9;
}

.quote-slider .container {
	position: relative;
}

.quote-slider .container:after {
	content: "";
	position: absolute;
	top: 31px;
	left: -219px;
	z-index: 2;
	height: 2px;
	width: 200px;
	background: #ed5755;
}

.quote-slider blockquote br {
	display: none;
}

.quote-slider blockquote cite:after {
	top: 8px;
}

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

.slider .slide {
	display: none;
	padding: 0 0 0 240px;
}

.slider .slide.active {
	display: block;
}

.slider .slick-arrow {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	font-size: 0;
	line-height: 0;
	background: #fdeeee;
	box-shadow: none;
	margin: 2px 0 0 5px;
	padding: 0;
}

.slider .slick-arrow:after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	content: "";
	background: url(images/arrow-next.png) no-repeat;
	width: 8px;
	height: 13px;
	margin: -6px 0 0 -4px;
}

.slider .slick-next {
	left: 82px;
}

.slider .slick-prev:after {
	background: url(images/arrow-prev.png) no-repeat;
}

.slider blockquote {
	width: 50%;
	float: left;
	padding-top: 80px;
}

.slider blockquote p {
	margin: 0 0 42px;
}

.slider blockquote p:after {
	top: -73px;
}

.slider .text-box {
	width: 50%;
	float: right;
	padding: 82px 0 0 79px;
}

.slider .text-box p {
	margin: 0 0 36px;
}

.link-block {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 3px;
	margin: 0 10px 0 0;
	position: relative;
	letter-spacing: -.2px;
}

.link-block:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	height: 1px;
	background: #ed5755;
}

.link-block:hover {
	text-decoration: none;
	opacity: .8;
}

.link-block:hover:after {
	display: none;
}

.link-block .ico {
	position: absolute;
	right: -11px;
	top: 50%;
	display: inline-block;
	vertical-align: middle;
	margin: -6px 0 0 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #ed5755;
}

.gallery-section {
	padding: 99px 0 0;
	border-top: 1px solid #d9d9d9;
}

.gallery-section .heading-area {
	margin: 0 0 72px;
}

.gallery-section .heading-area:after {
	display: block;
	clear: both;
	content: "";
}

.gallery-section h2 {
	float: left;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: .6px;
	margin: 0;
}

.gallery-section .btn {
	float: right;
	min-width: 197px;
	padding: 16px 20px;
	margin: 25px 0 0;
}

.mac .gallery-section .btn,
.safari .gallery-section .btn {
	box-shadow: 0 16px 28px -12px #ed5755;
}

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

.slider-section .slide {
	display: none;
	padding: 0 0 233px;
}

.slider-section .slide.active {
	display: block;
}

.slider-section .slick-slide {
	opacity: .2;
}

.slider-section .slick-slide.slick-active {
	opacity: 1;
}

.slider-section .item {
	position: relative;
	margin: 0 12px;
	box-shadow: 0 22px 31px -23px rgba(0, 0, 0, .55);
}

.slider-section img {
	width: 100%;
}

.slider-section .text-area {
	position: absolute;
	top: 100%;
	left: 23px;
	right: 23px;
	z-index: 2;
	background: #fff;
	margin: -43px 0 0;
	padding: 46px 30px 35px;
	text-align: center;
	box-shadow: 0 6px 62px 30px rgba(0, 0, 0, .07);
}

.slider-section h3 {
	font-family: "Open Sans";
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	/* margin: 0 0 39px; */
	margin: 0 0 20px;
}

.slider-section .link {
	font-family: "Open Sans";
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	position: relative;
	padding: 0 0 5px;
	margin: 0 17px 0 0;
}

.slider-section .link:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	height: 1px;
	background: #ed5755;
}

.slider-section .link:hover {
	text-decoration: none;
}

.slider-section .link:hover:after {
	display: none;
}

.slider-section .ico {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 2;
	display: inline-block;
	vertical-align: middle;
	margin: -8px -16px 0 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #ed5755;
}

.slider-section .slick-arrow {
	position: absolute;
	top: 50%;
	left: 211px;
	right: 0;
	z-index: 2;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	font-size: 0;
	line-height: 0;
	background: #ed5755;
	box-shadow: none;
	margin-top: -145px;
}

.slider-section .slick-arrow:after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	content: "";
	background: url(images/arrow-next-w.png) no-repeat;
	width: 8px;
	height: 13px;
	margin: -6px 0 0 -4px;
}

.slider-section .slick-next {
	left: auto !important;
	right: 211px;
}

.slider-section .slick-prev:after {
	background: url(images/arrow-prev-w.png) no-repeat;
}

.chrome .slider-section .ico {
	margin: -6px -16px 0 0;
}

.benefit-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	min-height: 595px;
	font-size: 16px;
	line-height: 27px;
	letter-spacing: .4px;
	text-align: center;
	color: #fff;
	margin: 0 0 47px;
}

.benefit-section .container {
	width: 100%;
	padding: 190px 15px 163px;
	position: relative;
	z-index: 2;
}

.benefit-section .heading {
	font-size: 32px;
	line-height: 34px;
	letter-spacing: 2px;
	color: #fff;
	margin: 0 0 33px;
	padding: 0 0 30px;
}

.benefit-section .heading:after {
	width: 65px;
	margin-left: -33px;
}

.benefit-section p {
	margin: 0 0 37px;
}

.benefit-section .btn {
	min-width: 197px;
	padding: 16px 20px;
}

.service-section {
	padding: 76px 0 62px;
	letter-spacing: .2px;
}

.service-section.add {
	padding: 22px 0 60px;
}

.service-section.add .container {
	max-width: 1150px;
}

.service-section.add .col {
	padding: 0 88px 0 0;
}

.service-section .container {
	max-width: 1170px;
}

.service-section .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.service-section .col {
	width: 50%;
	padding: 0 40px 0 60px;
}

.service-section .img-block {
	float: left;
	margin: 4px 34px 0 0;
}

.service-section .holder {
	padding: 0 0 60px 10px;
	overflow: hidden;
	text-align: left;
}

.service-section .heading {
	letter-spacing: 1.6px;
	margin: 0 0 27px;
	padding: 0 0 25px;
}

.service-section .heading:after {
	left: 0;
	margin-left: 0;
	width: 44px;
}

.service-section p {
	margin: 0 0 27px;
}

.service-section .btn {
	min-width: 197px;
	padding: 16px 20px;
}

.service-section .btn.add {
	min-width: 240px;
}

.service-section .ico-phone {
	display: inline-block;
	vertical-align: middle;
	background: url(images/ico-phone.png) no-repeat;
	width: 14px;
	height: 14px;
	margin: -3px 11px -1px -2px;
}

.service-section .ico-samples {
	display: inline-block;
	vertical-align: middle;
	background: url(images/ico-samples.png) no-repeat;
	width: 13px;
	height: 15px;
	margin: -4px 11px -1px -2px;
}

#main {
	padding: 73px 0 28px;
}

#main h1 {
	font-size: 47px;
	line-height: 49px;
	letter-spacing: 3px;
	margin: 0 0 35px;
}

#main .info-section.add {
	margin: 0 0 104px;
}

#main .info-section.add .holder {
	padding: 40px 176px 40px 50px;
}

#main .info-section.add .frame {
	max-width: 460px;
}

#main .info-section .holder {
	padding: 40px 50px 40px 178px;
}

#main .info-section .frame {
	max-width: 490px;
}

#main .info-section .block-holder:after {
	display: block;
	clear: both;
	content: "";
}

#main .info-section .btn {
	float: left;
	min-width: 290px;
	padding: 16px 20px;
	margin: 6px 0 0;
}

#main .info-section .link {
	float: right;
	text-transform: none;
	font-size: 15px;
	line-height: 17px;
	font-weight: 500;
	margin: 22px 64px 0 0;
}

.breadcrumb {
	margin: 0 0 14px;
	padding: 0;
	list-style: none;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.breadcrumb li {
	display: inline-block;
	vertical-align: top;
	margin: 0 12px 0 0;
	position: relative;
}

.breadcrumb li + li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: url(images/arrow-left.png) no-repeat;
	width: 6px;
	height: 6px;
	margin: 2px 0 0 -10px;
}

.breadcrumb a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0 2px;
}

.breadcrumb a:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 2;
	height: 1px;
	background: #ed5755;
}

.breadcrumb a:hover {
	text-decoration: none;
}

.breadcrumb a:hover:after {
	display: none;
}

.chrome .breadcrumb li + li:after {
	margin: 4px 0 0 -10px;
}

.mac .breadcrumb li + li:after,
.safari .breadcrumb li + li:after {
	margin: 4px 0 0 -10px;
}

.info-block {
	background: #ed5755;
	color: #fff;
	padding: 65px 65px 60px;
	line-height: 25px;
	letter-spacing: .6px;
	margin: 0 0 45px;
}

.info-block h2 {
	font-size: 32px;
	line-height: 34px;
	letter-spacing: 2px;
	margin: 0 0 11px;
}

.info-block p {
	margin: 0;
}

.items-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -12px;
}

.items-section .col {
	width: 50%;
	padding: 0 12px 23px;
}

.items-section .item {
	height: 100%;
	position: relative;
	background: #fff;
	box-shadow: 0 0 75px 0 rgba(0, 0, 0, .08);
}

.items-section .img-icon {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 28px;
	min-height: 59px;
}

.items-section img {
	/*width: 100%;*/
}

.items-section .text-area {
	position: relative;
	min-height: 385px;
	padding: 56px 65px 20px;
	letter-spacing: .3px;
}

.items-section p {
	margin: 0 0 30px;
}

.items-section h2 {
	font-size: 27px;
	line-height: 29px;
	letter-spacing: 1.6px;
	margin: 0 0 26px;
}

.items-section .link-block {
	/* position: absolute; */
	/* bottom: 40px; */
	/* left: 65px; */
	/* z-index: 2; */
	position:relative;
	font-size: 14px;
	line-height: 17px;
}

.items-section .link-block .ico {
	border-width: 3px 0 3px 4px;
	margin: -6px 0 5px;
}

.mac .items-section .link-block .ico,
.safari .items-section .link-block .ico,
.chrome .items-section .link-block .ico {
	margin: -4px 0 5px;
}

.printers-section {
	margin: -32px 0 0;
}

.printers-block {
	padding: 72px 72px 34px;
	margin: 0 0 42px;
	box-shadow: 0 0 37px -1px rgba(0, 0, 0, .3);
	min-height: 520px;
}

.printers-block .alignleft {
	width:520px;
	margin: 0 26px 0 -172px;
	text-align:center;
}

.printers-block .holder {
	overflow: hidden;
	padding: 2px 0 20px 10px;
}

.printers-block .heading {
	font-size: 32px;
	line-height: 34px;
	padding: 0 0 28px;
	margin: 0 0 25px;
}

.printers-block .heading:after {
	left: 0;
	margin: 0;
}

.printers-block p {
	margin: 0 0 27px;
}

.printers-block p span {
	color: #ed5755;
	font-weight: bold;
}

.printers-block .btn {
	min-width: 200px;
	padding: 16px 20px;
	margin: 0 0 45px; /* @include media('<desktop') {
			padding:12px 10px;
		} */
}

.info-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: -4px -36px 22px;
	letter-spacing: .4px;
}

.info-list .col {
	width: 50%;
	padding: 0 36px;
}

.info-list ul {
	margin: -2px 0 0;
	padding: 0;
	list-style: none;
}

.info-list ul li {
	padding: 0 0 16px 16px;
	position: relative;
}

.info-list ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	height: 6px;
	width: 6px;
	background: #ed5755;
	border-radius: 50%;
	margin: 9px 0 0 -2px;
}

.mac .info-list ul li:after,
.safari .info-list ul li:after {
	margin: 10px 0 0 2px;
}

.contact-form {
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	letter-spacing: .3px;
	color: #252525;
	padding: 0 0 65px;
}

.contact-form .heading-holder {
	margin: 0 0 35px;
}

.contact-form .heading-holder:after {
	display: block;
	clear: both;
	content: "";
}

.contact-form .heading-holder .required-text {
	float: right;
	margin: 7px 0 0;
}

.contact-form h2 {
	float: left;
	font-size: 27px;
	line-height: 29px;
	letter-spacing: 1.7px;
	margin: 0;
}

.contact-form .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -12px;
}

.contact-form .col {
	width: 50%;
	padding: 0 12px;
}

.contact-form .col.col-1 {
	width: 66%;
}

.contact-form .col.col-2 {
	width: 34%;
}

.contact-form .form-control {
	margin: 0 0 21px;
}

.contact-form .form-control.add {
	text-align: right;
	margin: 46px 0 23px 9px;
}

.contact-form .form-control.add p {
	font-weight: 600;
	line-height: 18px;
}

.contact-form label {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 7px;
	font-weight: 600;
}

.contact-form sup {
	display: inline-block;
	vertical-align: middle;
	color: #ed5755;
	margin: 9px 0 0 1px;
}

.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form input[type="search"] {
	width: 100%;
	height: 56px;
	font-size: 15px;
	line-height: 17px;
	padding: 15px 20px;
}

.contact-form textarea {
	width: 100%;
	min-height: 127px;
	resize: none;
	padding: 10px 18px;
	font-size: 15px;
	line-height: 17px;
}

.contact-form .jcf-select {
	height: 56px;
	width: 100%;
	margin: 0;
}

.contact-form .jcf-select .jcf-select-text {
	font-size: 15px;
	line-height: 24px;
	margin: 0 30px 0 0;
	padding: 15px 18px;
}

.contact-form p {
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	margin: 0;
}

.contact-form .radio-holder {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 -14px;
}

.contact-form .radio-holder:after {
	display: block;
	clear: both;
	content: "";
}

.contact-form .radio-holder .radio-control {
	float: left;
	margin: 0 0 0 34px;
}

.contact-form .radio-holder label {
	padding: 0;
}

.contact-form .radio-area {
	padding: 0 0 39px;
}

.contact-form .radio-area.add p {
	font-weight: 700;
	margin: 0 0 12px;
}

.contact-form .radio-area p {
	font-weight: 600;
	margin: 0 0 25px;
}

.contact-form .radio-area .radio-control .jcf-radio {
	margin: -1px 8px 0 0;
}

.contact-form .radio-area .form-control {
	margin: 0 0 9px;
}

.contact-form .title {
	display: inline-block;
	vertical-align: middle;
	width: 90px;
	font-weight: 600 !important;
	padding: 0;
	margin: 0 !important;
}

.contact-form .radio-list {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 11px 0 0;
}

.contact-form .radio-list li {
	position: relative;
	padding: 0 0 5px 30px;
}

.contact-form .radio-list label {
	padding: 0;
}

.contact-form .radio-list .jcf-radio {
	position: absolute;
	left: 0;
	top: 3px;
	z-index: 2;
	margin: 0 8px 0 0 !important;
}

.contact-form .btn {
	min-width: 197px;
	padding: 16px 20px;
}

.contact-form .ico-phone {
	display: inline-block;
	vertical-align: middle;
	background: url(images/ico-phone.png) no-repeat;
	width: 14px;
	height: 14px;
	margin: -1px 11px -1px -2px;
}

.btn-holder .btn {
	min-width: 140px;
	margin: 0 10px !important;
}

.chrome .contact-form .jcf-radio {
	top: 6px;
}

.chrome .contact-form .radio-holder .jcf-radio {
	top: 0;
}

.chrome .contact-form .radio-area .form-control {
	margin: 0 0 7px;
}

.required-text {
	display: block;
	text-align: right;
	font-size: 13px;
	line-height: 14px;
	font-weight: 600;
	color: #ed5755;
	margin: -34px 0 6px 0;
}

.required-text sup {
	margin: 12px 4px 0 0;
	font-size: 13px;
	line-height: 13px;
}

.order-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 61px;
	font-family: "BebasNeue";
	font-size: 32px;
	line-height: 72px;
	position: relative;
}

.order-list:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: -1;
	background: #9ca5b8;
	height: 4px;
	margin: -2px 0 0;
}

.order-list li {
	width: 68px;
	height: 68px;
	border-radius: 50%;
	background: #9ca5b8;
	color: #fff;
	text-align: center;
}

.order-list li:hover {
	text-decoration: none;
}

.order-list li.active {
	background: #ed5755;
}

.order-list .first {
	padding: 0 2px 0 0;
}

.order-list .second {
	padding: 0 0 0 1px;
}

.order-list .third {
	padding: 0;
}

.mac .order-list .first,
.safari .order-list .first {
	padding: 1px 2px 0 0;
}

.mac .order-list .second,
.safari .order-list .second {
	padding: 1px 0 0 1px;
}

.mac .order-list .third,
.safari .order-list .third {
	padding: 1px 0 0;
}

.img-section {
	padding: 0 0 79px;
}

.img-section .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
}

.img-section .row .col {
	width: 50%;
	padding: 0 15px;
}

.img-section .row-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -26px 36px;
	text-align: center;
}

.img-section .row-holder .col {
	width: 33.33%;
	padding: 0 26px;
}

.img-section h2 {
	font-size: 27px;
	line-height: 29px;
	letter-spacing: 1.6px;
	margin: 0 0 44px;
}

.img-section .img-block {
	display: block;
}

.img-section .items-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -11px;
}

.img-section .item {
	width: 25%;
	padding: 0 11px 21px;
}

.img-section .img-link {
	display: block;
	position: relative;
}

.img-section .img-link.selected {
	border: 2px solid #ed5755;
}

.img-section .img-link.selected .ico-check {
	display: block;
}

.img-section .img-link.edit {
	border: 2px solid #ed5755;
}

.img-section .img-link.edit .ico-del {
	display: block;
}

.img-section .img-link:hover {
	opacity: .8;
}

.img-section img {
	width: 100%;
}

.img-section .ico {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: none;
	width: 20px;
	height: 20px;
	border-radius: 0 0 0 3px;
}

.img-section .ico-check {
	background: #ed5755 url(images/ico-select.png) no-repeat 70% 40%;
}

.img-section .ico-del {
	width: 21px;
	right: 19px;
	background: #9ca5b8 url(images/ico-close.png) no-repeat 50%;
}

.img-section .title {
	display: inline-block;
	vertical-align: top;
	font-family: "BebasNeue";
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #9ca5b8;
	margin: 23px 0 0;
}

.img-section .title:hover {
	text-decoration: none;
	color: #ed5755;
}

.details-section {
	padding: 100px 0 101px;
	font-family: "BebasNeue";
	font-size: 27px;
	line-height: 32px;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	border-bottom: 1px solid #d9d9d9;
}

.details-section .container {
	max-width: 1172px;
}

.details-section .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -50px;
}

.details-section .row .col {
	width: 33.33%;
	padding: 0 50px;
	text-align: center;
}

.details-section p {
	margin: 0;
}

.details-section .img-icon {
	display: inline-block;
	vertical-align: middle;
	min-height: 60px;
	margin: 0 0 24px;
}

.details-section .img-icon img {
	/*width: 100%;*/
}

.text-section {
	padding: 53px 0 4px;
}

.text-section .heading:after {
	left: 0;
	margin-left: 0;
}

.text-section .frame {
	max-width: 725px;
	margin: 0 0 75px;
}

.text-section h2 {
	font-size: 32px;
	line-height: 34px;
	padding: 0 0 28px;
	margin: 0 0 25px;
}

.text-section .text-holder {
	padding: 0 130px 6px 0;
	letter-spacing: .4px;
}

.text-section .info-list {
	margin: 0 -15px;
	letter-spacing: .3px;
}

.text-section .info-list .col {
	padding: 0 15px;
}

.text-section .info-list ul li {
	padding: 0 0 4px 19px;
}

.text-section .info-list ul li:after {
	margin: 9px 0 0 2px;
}

.mac .text-section .info-list ul li:after,
.safari .text-section .info-list ul li:after {
	margin: 11px 0 0 2px;
}

#footer {
	display: table-footer-group;
	height: 1%;
	overflow: hidden;
	position: relative;
	width: 100%;
	background: #f6f9fa;
	font-size: 14px;
	line-height: 20px;
}

.footer-holder {
	padding: 72px 0 67px;
}

.footer-holder .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -5px;
}

.footer-holder .col {
	padding: 0 5px;
}

.footer-holder .col:nth-child(1n) {
	width: 29.5%;
}

.footer-holder .col:nth-child(2n) {
	width: 27%;
}

.footer-holder .col:nth-child(3n) {
	width: 30.4%;
}

.footer-holder .col:nth-child(4n) {
	width: 13.1%;
}

.footer-holder h2 {
	font-size: 19px;
	line-height: 24px;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0 0 35px;
}

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

.footer-holder ul li {
	margin: 0 0 18px;
}

.footer-holder ul a {
	color: #666768;
}

.footer-holder ul a:hover {
	text-decoration: none;
	color: #ed5755;
}

.copy {
	border-top: 1px solid #e0e2e3;
	padding: 37px 0 40px;
	text-align: center;
	color: #1a1a1a;
}

.copy p {
	margin: 0;
}










.print-slider{
	padding:93px 0 146px;
}
.print-slider .container{
	max-width:1212px;
}
.print-slider .image-box{
	display:flex;
	align-items:center;
	justify-content:center;
	min-height:427px;
}
.print-slider .text-holder{
	text-align:center;
	max-width:350px;
	margin:0 auto;
	padding:0 0 70px;
}
.item-block{
	padding:0 15px;
}
.print-slider .btn{
	min-width:197px;
	padding:16px 20px;
}












.slider-block{
	position:relative;
	padding:0 80px;
}
.slider-block.slick-initialized .slide {
	display: block;
}

.slider-block .slide {
	display: none;
	width:50%;
	float:left;
}

.slider-block .slide.active {
	display: block;
}

.slider-block .slick-arrow {
	position: absolute;
	top: 50%;
	left:0;
	z-index: 2;
	width:20px;
	height: 34px;
	border-radius:0;
	font-size: 0;
	line-height: 0;
	background:transparent;
	box-shadow: none;
	margin:0;
	padding: 0;
}

.slider-block .slick-arrow {
	background: url(images/arrow-slider.png) no-repeat;
	width: 20px;
	height: 34px;
}

.slider-block .slick-prev {
	
}

.slider-block .slick-next{
	right:0;
	left:auto;
	transform: rotate(180deg);
}



























@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	blockquote p:after,
	blockquote q:after {
		background: url(images/bg-quote@2x.png) no-repeat;
		background-size: 21px 13px;
	}

	.quote-box blockquote p:after,
	.quote-box blockquote q:after {
		background: url(images/bg-quote@2x.png) no-repeat;
		background-size: 21px 13px;
	}

	.slider .slick-arrow:after {
		background: url(images/arrow-next@2x.png) no-repeat;
		background-size: 8px 13px;
	}

	.slider .slick-prev:after {
		background: url(images/arrow-prev@2x.png) no-repeat;
		background-size: 8px 13px;
	}

	.slider-section .slick-arrow:after {
		background: url(images/arrow-next-w@2x.png) no-repeat;
		background-size: 8px 13px;
	}

	.slider-section .slick-prev:after {
		background: url(images/arrow-prev-w@2x.png) no-repeat;
		background-size: 8px 13px;
	}

	.service-section .ico-phone {
		background: url(images/ico-phone@2x.png) no-repeat;
		background-size: 14px 14px;
	}

	.service-section .ico-samples {
		background: url(images/ico-samples@2x.png) no-repeat;
		background-size: 13px 15px;
	}

	.breadcrumb li + li:after {
		background: url(images/arrow-left@2x.png) no-repeat;
		background-size: 6px 6px;
	}

	.contact-form .ico-phone {
		background: url(images/ico-phone@2x.png) no-repeat;
		background-size: 14px 14px;
	}

	.img-section .ico-check {
		background: #ed5755 url(images/ico-select@2x.png) no-repeat 70% 40%;
		background-size: 14px 11px;
	}

	.img-section .ico-del {
		background: #9ca5b8 url(images/ico-close@2x.png) no-repeat 50%;
		background-size: 9px 9px;
	}
}

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

@media (max-width: 1599px) {
	.slider-section .slick-arrow {
		left: 170px;
	}

	.slider-section .slick-next {
		right: 170px;
		left: auto !important;
	}
}

@media (max-width: 1279px) {
	.logo{
		max-width:215px;
		margin-top:7px;
	}
	blockquote {
		font-size: 26px;
		line-height: 40px;
	}

	#sidebar {
		min-width: 300px;
		max-width: 300px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation .al,
	.navigation .ar,
	.navigation-comments .next,
	.navigation-comments .prev,
	.navigation-comments .al,
	.navigation-comments .ar,
	.pagination .next,
	.pagination .prev,
	.pagination .al,
	.pagination .ar {
		font-size: 12px;
		line-height: 14px;
	}

	.home #header {
		padding: 30px 0;
	}

	.home .w1 {
		padding-top: 125px;
	}

	#header {
		padding: 30px 0;
	}

	.visual {
		margin: -125px 0 0;
	}

	.visual .container {
		padding: 50px 15px 30px;
	}

	.quote-box {
		padding: 75px 0;
	}

	.quote-box.add {
		padding: 0 0 50px;
	}

	.quote-box blockquote {
		padding: 85px 0 0 40px;
	}

	.title-section {
		padding: 65px 0 60px;
	}

	.print-section {
		padding: 60px 0 100px;
	}

	.info-section.add {
		margin: 0 0 110px;
	}

	.info-section.add .holder {
		padding: 130px 140px 20px 75px;
	}

	.info-section .holder {
		min-height: 580px;
		padding: 75px 50px 20px 150px;
	}

	.info-section .heading {
		font-size: 30px;
		line-height: 34px;
		letter-spacing: 1px;
		padding: 0 0 25px;
		margin: 0 0 25px;
	}

	.quote-slider.add {
		margin: 0 0 50px;
	}

	.quote-slider {
		padding: 0 0 60px;
	}

	.slider .slide {
		padding: 0 0 0 195px;
	}

	.slider .text-box {
		padding: 82px 0 0 25px;
	}

	.gallery-section .heading-area {
		margin: 0 30px 45px;
	}

	.slider-section .slide {
		padding: 0 0 200px;
	}

	.slider-section .slick-slide.slick-center {
		opacity: 1;
	}

	.slider-section .slick-slide.slick-center + .slick-active {
		opacity: .2;
	}

	.slider-section .text-area {
		padding: 30px 20px 25px;
	}

	.slider-section h3 {
		margin: 0 0 25px;
	}

	.slider-section .slick-arrow {
		margin-top: -130px;
	}

	.benefit-section {
		min-height: 480px;
	}

	.service-section.add {
		padding: 50px 0 30px;
	}

	.service-section.add .col {
		padding: 0 30px 0 15px;
	}

	.service-section {
		padding: 90px 0 45px;
	}

	.service-section .col {
		padding: 0 30px;
	}

	#main .info-section.add .holder {
		padding: 160px 130px 20px 70px;
	}

	#main .info-section .holder {
		padding: 150px 58px 20px 155px;
	}

	#main .info-section .btn {
		margin: 0;
		min-width: 260px;
		font-size: 13px;
		line-height: 15px;
		padding: 14px 20px;
	}

	#main .info-section .link {
		font-size: 13px;
		line-height: 15px;
		margin: 12px 0 0;
	}

	.info-block {
		padding: 35px;
	}

	.items-section .text-area {
		padding: 35px 35px 20px;
		min-height: 360px;
	}

	/* .items-section .link-block {
		left: 35px;
		bottom: 30px;
	} */

	.printers-section {
		margin: 0;
	}

	.printers-block {
		padding: 55px 35px 20px;
	}

	.printers-block .alignleft {
		max-width: 400px;
		margin: 0 25px 0 0;
	}

	.printers-block .holder {
		padding: 0 0 5px 10px;
	}

	.printers-block .heading {
		font-size: 28px;
		line-height: 30px;
		padding: 0 0 18px;
		margin: 0 0 20px;
	}

	.printers-block .btn {
		padding: 14px 20px;
	}

	.info-list {
		margin: 0 -10px 20px;
	}

	.info-list .col {
		padding: 0 10px;
	}

	.info-list ul {
		margin: 0;
	}

	.info-list ul li {
		padding: 0 0 5px 16px;
	}

	.contact-form .col.col-1 {
		width: 50%;
	}

	.contact-form .col.col-2 {
		width: 50%;
	}

	.img-section .row-holder {
		margin: 0 -15px 36px;
	}

	.img-section .row-holder .col {
		padding: 0 15px;
	}

	.details-section {
		font-size: 24px;
		line-height: 28px;
		letter-spacing: 1px;
		padding: 65px 0;
	}

	.details-section .row {
		margin: 0 -20px;
	}

	.details-section .row .col {
		padding: 0 20px;
	}

	.text-section .frame {
		margin: 0 0 50px;
	}

	.footer-holder {
		padding: 55px 0 40px;
	}
	.slider-block{
		padding:0 30px;
	}
}

@media (max-width: 1023px) {
	.logo{
		max-width:160px;
		margin:5px 0 0;
	}
	blockquote {
		font-size: 18px;
		line-height: 28px;
	}

	blockquote p,
	blockquote q {
		margin: 0 0 30px;
	}

	blockquote p:after,
	blockquote q:after {
		top: -60px;
	}

	blockquote cite {
		font-size: 14px;
		line-height: 16px;
	}

	blockquote cite:after {
		top: 8px;
	}

	.main-block .container {
		display: block;
	}

	#sidebar {
		width: 100%;
		min-width: 0;
		max-width: inherit;
		margin: 0;
	}

	.navigation,
	.navigation-comments,
	.pagination {
		font-size: 14px;
	}

	img.alignleft,
	img.alignright {
		max-width: 50%;
	}

	.divider {
		height: 30px;
	}

	.home #header {
		padding: 25px 0;
	}

	.home #header .slide {
		margin: 0;
		padding: 18px 0 0;
	}

	.home .w1 {
		padding-top: 101px;
	}

	#header {
		padding: 25px 0;
		min-height: 100px;
	}

	#header .slide {
		margin: 0;
		padding: 18px 0 0;
	}

	#nav ul {
		letter-spacing: .4px;
	}

	#nav ul li {
		padding: 0 0 0 10px;
	}

	.visual {
		margin: -101px 0 0;
	}

	.visual h1 {
		font-size: 44px;
		line-height: 48px;
	}

	.quote-box {
		padding: 55px 0;
	}

	.quote-box blockquote {
		padding: 55px 0 0 35px;
		font-size: 20px;
		line-height: 36px;
	}

	.quote-box blockquote p,
	.quote-box blockquote q {
		margin: 0 0 30px;
		max-width: 315px;
	}

	.quote-box blockquote p:after,
	.quote-box blockquote q:after {
		top: -60px;
	}

	.title-section {
		padding: 50px 0 40px;
	}

	.title-section h2 {
		font-size: 36px;
		line-height: 38px;
	}

	.print-section {
		padding: 50px 0 100px;
	}

	.print-section .col {
		padding: 0 20px;
	}

	.print-section .img-block {
		max-width: 200px;
		margin: 0 0 25px;
	}

	.print-section .btn {
		min-width: 175px;
		padding: 12px 10px;
	}

	.info-section.add .holder {
		padding: 80px 130px 20px 45px;
	}

	.info-section .holder {
		min-height: 475px;
		padding: 65px 50px 20px 120px;
	}

	.info-section .heading {
		font-size: 28px;
		line-height: 30px;
		padding: 0 0 20px;
		margin: 0 0 25px;
	}

	.info-section p {
		margin: 0 0 15px;
	}

	.info-section .link {
		margin: 0 15px 20px 0;
	}

	.info-section img {
		max-width: 50px;
	}

	.quote-slider.add {
		margin: 0;
	}

	.quote-slider {
		padding: 0 0 40px;
	}

	.slider .slide {
		padding: 0 0 0 110px;
	}

	.slider .slick-arrow {
		width: 38px;
		height: 38px;
		margin: 0;
	}

	.slider .slick-next {
		left: 50px;
	}

	.slider .text-box {
		padding: 82px 0 0 15px;
	}

	.slider .text-box p {
		margin: 0 0 25px;
	}

	.link-block {
		letter-spacing: -.4px;
		margin: 0 5px 0 0;
		font-size: 12px;
		line-height: 15px;
	}

	.gallery-section {
		padding: 60px 0 0;
	}

	.gallery-section .btn {
		min-width: 175px;
		padding: 12px 10px;
		margin: 17px 0 0;
	}

	.slider-section .slide {
		padding: 0 0 145px;
	}

	.slider-section .text-area {
		padding: 25px 20px 20px;
	}

	.slider-section h3 {
		font-size: 18px;
		line-height: 20px;
		margin: 0 0 20px;
	}

	.slider-section .link {
		font-size: 13px;
		line-height: 15px;
		padding: 0 0 3px;
	}

	.slider-section .ico {
		margin: -6px -11px 0 0;
	}

	.slider-section .slick-arrow {
		left: 110px;
		margin-top: -105px;
	}

	.slider-section .slick-next {
		right: 110px;
		left: auto !important;
	}

	.chrome .slider-section .ico {
		margin: -7px -11px 0 0;
	}

	.benefit-section {
		min-height: 420px;
		margin: 0;
	}

	.benefit-section .container {
		padding: 40px 15px;
	}

	.benefit-section p {
		margin: 0 0 25px;
	}

	.benefit-section .btn {
		min-width: 175px;
		padding: 12px 10px;
	}

	.service-section.add .col {
		padding: 0 15px;
	}

	.service-section {
		padding: 55px 0 0;
	}

	.service-section .row {
		margin: 0 -15px;
	}

	.service-section .col {
		padding: 0 15px;
	}

	.service-section .img-block {
		margin: 0 15px 0 0;
		max-width: 55px;
	}

	.service-section .heading {
		letter-spacing: .4px;
		padding: 0 0 15px;
		margin: 0 0 20px;
	}

	.service-section .btn {
		min-width: 175px;
		padding: 12px 10px;
	}

	.service-section .btn.add {
		min-width: 220px;
	}

	#main {
		padding: 50px 0 25px;
	}

	#main h1 {
		font-size: 36px;
		line-height: 38px;
		letter-spacing: 2px;
		margin: 0 0 25px;
	}

	#main .info-section.add .holder {
		padding: 105px 120px 20px 40px;
	}

	#main .info-section.add .frame {
		max-width: 490px;
	}

	#main .info-section .holder {
		padding: 95px 40px 20px 115px;
	}

	#main .info-section .block-holder {
		padding: 10px 0 0;
	}

	#main .info-section .btn {
		float: none;
		min-width: 230px;
		font-size: 12px;
		line-height: 14px;
		padding: 12px 20px;
		margin: 0 0 25px;
	}

	#main .info-section .link {
		float: none;
		padding:0 4px 3px 0;
		margin: 0;
	}

	#main .info-section .link .ico {
		margin: -5px 0 0 5px;
		right: -7px;
	}

	#main .info-section .heading br {
		display: none;
	}

	#main .quote-slider {
		margin: 0;
	}

	.breadcrumb {
		margin: 0 0 20px;
	}

	.info-block {
		padding: 30px;
		margin: 0 0 40px;
	}

	.info-block h2 {
		font-size: 30px;
		line-height: 32px;
		letter-spacing: 1px;
	}

	.info-block p br {
		display: none;
	}

	.items-section .img-icon {
		margin: 0 0 10px;
		max-width: 50px;
	}

	.items-section .text-area {
		padding: 30px 30px 20px;
	}

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

	.items-section h2 {
		margin: 0 0 15px;
	}

	.items-section .link-block {
		font-size: 14px !important;
		line-height: 18px;
	}

	.printers-block {
		min-height:420px;
		padding: 50px 35px 30px;
	}

	.printers-block .alignleft {
		max-width: 270px;
		margin: 0 35px 0 0;
	}

	.printers-block .holder {
		padding: 0 0 0 10px;
	}

	.contact-form .radio-holder .radio-control {
		margin: 0 0 0 30px;
	}

	.required-text {
		margin: 0;
	}

	.img-section .row-holder {
		margin: 0 -10px 30px;
	}

	.img-section .row-holder .col {
		padding: 0 10px;
	}

	.img-section .items-holder {
		margin: 0 -7px;
	}

	.img-section .item {
		padding: 0 7px 10px;
	}

	.details-section {
		padding: 45px 0;
		font-size: 22px;
		line-height: 26px;
		letter-spacing: .5px;
	}

	.details-section .row {
		margin: 0 -7px;
	}

	.details-section .row .col {
		padding: 0 7px;
	}

	.details-section p br {
		display: none;
	}

	.details-section .img-icon {
		min-height: 50px;
		max-width: 50px;
		margin: 0 0 20px;
	}

	.text-section {
		padding: 45px 0 0;
	}

	#footer {
		font-size: 13px;
		line-height: 15px;
	}

	.footer-holder {
		padding: 40px 0 20px;
	}

	.footer-holder ul li {
		margin: 0 0 15px;
	}

	.copy {
		font-size: 13px;
		line-height: 15px;
		padding: 25px 0 20px;
	}
	.print-section .visual-box{height:326px;}
	.quote-box .alignleft{height:400px;}
	
	.print-slider{
		padding:45px 0;
	}
	.print-slider .image-box{
		min-height:350px;
	}
	.print-slider .image-box img{
		max-width:260px;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 16px;
		line-height: 24px;
	}

	.logo{
		max-width:210px;
		margin:0;
	}

	blockquote {
		font-size: 16px;
		line-height: 24px;
		padding-top: 50px;
	}

	blockquote p,
	blockquote q {
		margin: 0 0 15px;
	}

	blockquote p:after,
	blockquote q:after {
		top: -48px;
	}

	blockquote cite {
		font-size: 12px;
		line-height: 14px;
		padding: 0 0 0 35px;
	}

	blockquote cite:after {
		top: 6px;
		width: 30px;
	}

	.jcf-select .jcf-select-text {
		line-height: 16px;
		padding: 11px 18px;
	}

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

	.jcf-list .jcf-option {
		padding: 11px 18px;
	}

	.comment-form textarea,
	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: 100%;
	}

	.search-form input[type="search"],
	.search-form input[type="text"],
	.post-password-form input[type="search"],
	.post-password-form input[type="text"],
	#search_block input[type="search"],
	#search_block input[type="text"] {
		margin: 0 10px 0 0;
	}

	.search-form input[type="password"],
	.post-password-form input[type="password"],
	#search_block input[type="password"] {
		margin: 0 10px 0 0;
	}

	.navigation,
	.navigation-comments,
	.pagination {
		font-size: 12px;
	}

	.navigation .page-numbers,
	.navigation-comments .page-numbers,
	.pagination .page-numbers {
		padding: 10px 8px;
	}

	.navigation .page-numbers,
	.navigation-comments .page-numbers,
	.pagination .page-numbers {
		padding: 8px;
	}

	.navigation .next a,
	.navigation .prev a,
	.navigation .al a,
	.navigation .ar a,
	.navigation-comments .next a,
	.navigation-comments .prev a,
	.navigation-comments .al a,
	.navigation-comments .ar a,
	.pagination .next a,
	.pagination .prev a,
	.pagination .al a,
	.pagination .ar a {
		padding: 10px;
	}

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

	.wp-caption.alignleft,
	.wp-caption.alignright {
		float: none;
		margin: 0 auto 20px;
	}

	#commentform p textarea {
		width: 100%;
		margin: 0;
	}

	.commentlist {
		margin-left: 0;
	}

	.commentlist .comment {
		padding: 0;
	}

	.divider {
		display: none;
	}

	#text_field,
	#text_area,
	input[type="password"] {
		width: 100%;
	}

	h1,
	.h1 {
		line-height: 38px;
	}

	p {
		margin: 0 0 15px;
	}

	.home #header {
		padding: 0;
	}

	.home #header .slide {
		padding: 0;
		text-align: left;
	}

	.home .w1 {
		padding-top: 81px;
	}

	#header {
		padding: 0;
		min-height: 80px;
	}

	#header .bg-stretch {
		height: 81px;
		bottom: auto;
	}

	#header .slide {
		padding: 0;
		text-align: center !important;
		opacity: 0;
		visibility: hidden;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 20;
		height: 0;
		background: #ed5755;
		-webkit-transition: all .2s linear;
		transition: all .2s linear;
	}

	.header-holder {
		position: relative;
		z-index: 21;
		padding: 15px 0;
	}

	.header-holder:after {
		display: block;
		clear: both;
		content: "";
	}

	.nav-opener {
		display: block;
	}

	#nav {
		height: 100%;
		overflow: auto;
		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;
	}

	#nav ul {
		font-size: 16px;
		line-height: 18px;
	}

	#nav ul li {
		display: block;
		padding: 0;
	}

	#nav ul a {
		display: inline-block;
		vertical-align: top;
		padding: 8px 5px;
		color: #fff;
	}

	#nav ul a:after {
		display: none;
	}

	#nav ul a:hover {
		opacity: .75;
	}

	.visual {
		margin: -81px 0 0;
	}

	.visual .container {
		padding:110px 15px 20px;
	}

	.visual h1 {
		font-size: 50px;
		line-height: 54px;
		letter-spacing: 3px;
	}

	.visual h1 .br {
		display: none !important;
	}

	.visual h1 .br-m {
		display: block;
	}

	.visual p {
		margin: 0 0 40px;
	}

	.visual p br {
		display: none;
	}

	.quote-box {
		padding: 35px 0;
	}

	.quote-box.add {
		padding: 0 0 40px;
	}

	.quote-box.add .alignleft img {
		box-shadow: 0 8px 27px -4px rgba(0, 0, 0, .2);
	}

	.quote-box blockquote {
		padding: 40px 0 0 15px;
		font-size: 16px;
		line-height: 24px;
	}

	.quote-box blockquote p,
	.quote-box blockquote q {
		margin: 0 0 15px;
		max-width: inherit;
		width: 100%;
	}

	.quote-box blockquote p:after,
	.quote-box blockquote q:after {
		top: -48px;
	}

	.quote-box blockquote cite {
		padding: 0 0 0 38px;
		font-size: 14px;
		line-height: 16px;
	}

	.quote-box blockquote cite:after {
		top: 6px;
	}

	.mac .quote-box blockquote cite:after,
	.safari .quote-box blockquote cite:after {
		top: 8px;
	}

	.chrome .quote-box blockquote cite:after {
		top: 8px;
	}

	.title-section {
		padding: 35px 0 30px;
	}

	.title-section h2 {
		font-size: 32px;
		line-height: 36px;
		letter-spacing: 1.5px;
	}

	.btn {
		box-shadow: 0 24px 21px -14px #ed5755;
	}

	.btn.back {
		box-shadow: 0 22px 17px -14px #9ca5b8;
	}

	.mac .btn,
	.safari .btn,
	.chrome .btn {
		box-shadow: 0 20px 30px -15px #ed5755;
	}

	.mac .btn.back,
	.safari .btn.back,
	.chrome .btn.back {
		box-shadow: 0 22px 25px -14px #9ca5b8;
	}

	.print-section {
		padding: 35px 0 65px;
		font-size: 16px;
		line-height: 26px;
	}

	.print-section .col {
		padding: 0 15px;
	}

	.print-section .img-block {
		max-width: 180px;
		margin: 0 0 15px;
	}

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

	.heading {
		letter-spacing: 1px;
		padding: 0 0 15px;
		margin: 0 0 17px;
	}

	.info-section {
		padding: 0;
		margin: 0;
	}

	.info-section.add {
		margin: 0 0 40px;
	}

	.info-section.add .holder {
		margin: 0;
	}

	.info-section.add .frame {
		margin: 0;
	}

	.info-section .bg-stretch {
		position: static;
		height: 440px;
		display: block;
		width: 100%;
	}

	.info-section .text-holder {
		font-size: 16px;
		line-height: 26px;
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	.info-section .holder {
		display:block;
		min-height: auto;
		padding: 40px 15px !important;
		margin: 0;
	}

	.info-section .frame {
		max-width: inherit;
		width: 100%;
	}

	.info-section .heading {
		font-size: 33px;
		line-height: 36px;
		padding: 0 0 15px;
		margin: 0 0 20px;
	}

	.quote-slider {
		padding:20px 0 35px;
	}

	.quote-slider blockquote {
		font-size: 21px;
		line-height: 32px;
	}

	.quote-slider blockquote cite {
		font-size: 14px;
		line-height: 16px;
	}

	.quote-slider blockquote cite:after {
		top: 6px;
	}

	.mac .quote-slider blockquote cite:after,
	.safari .quote-slider blockquote cite:after {
		top: 8px;
	}

	.chrome .quote-slider blockquote cite:after {
		top: 8px;
	}

	.slider blockquote {
		float: none;
		display: block;
		width: 100%;
	}

	.slider blockquote p {
		margin: 0 0 15px;
	}

	.slider blockquote p:after {
		top: -48px;
	}

	.slider .text-box {
		float: none;
		display: block;
		width: 100%;
		padding: 0;
	}

	.slider .text-box p {
		margin: 0 0 20px;
	}

	.link-block {
		font-size: 14px;
		line-height: 16px;
		letter-spacing: -.5px;
	}

	.link-block .ico {
		right: -10px;
	}

	.gallery-section {
		padding: 45px 0 0;
	}

	.gallery-section .heading-area {
		margin: 0 0 30px;
	}

	.gallery-section h2 {
		line-height: 34px;
	}

	.gallery-section .btn {
		margin: 15px 0 0;
		min-width: 150px;
	}

	.slider-section .slide {
		padding: 0 0 110px;
	}

	.slider-section h3 {
		font-size: 16px;
		line-height: 18px;
		margin: 0 0 17px;
	}

	.slider-section .link {
		font-size: 12px;
		line-height: 14px;
	}

	.slider-section .ico {
		margin: -7px -9px 0 0;
	}

	.slider-section .slick-arrow {
		left: 80px;
		width: 42px;
		height: 42px;
		margin-top: -77px;
	}

	.slider-section .slick-next {
		right: 80px;
		left: auto !important;
	}

	.chrome .slider-section .ico {
		margin: -7px -9px 0 0;
	}

	.benefit-section {
		min-height: 340px;
		line-height: 24px;
		margin: 0 0 30px;
	}

	.benefit-section .heading {
		font-size: 33px;
		line-height: 32px;
		letter-spacing: 1px;
		padding: 0 0 20px;
		margin: 0 0 25px;
	}

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

	.benefit-section p br {
		display: none;
	}

	.service-section.add {
		padding: 45px 0;
	}

	.service-section.add .col {
		padding: 0;
	}

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

	.service-section .row {
		display: block;
		margin: 0;
	}

	.service-section .col {
		width: 100%;
		padding: 0 0 10px;
	}

	.service-section .img-block {
		max-width: 45px;
	}

	.service-section .holder {
		padding: 0 0 35px 10px;
	}

	.service-section .btn.add {
		min-width: 200px;
	}

	#main {
		padding: 30px 0;
	}

	#main h1 {
		font-size: 30px;
		line-height: 32px;
		letter-spacing: 1px;
		margin: 0 0 20px;
	}

	#main .info-section.add {
		margin: 0;
	}

	#main .info-section .holder {
		padding: 40px 15px 35px !important;
	}

	#main .info-section .btn {
		padding: 12px 5px;
		margin: 0 0 32px;
	}

	#main .info-section .link {
		font-size: 13px;
		line-height: 15px;
		margin: 0 0 0;
	}

	.info-block {
		line-height: 22px;
		padding: 40px;
		margin: 0 0 35px;
	}

	.info-block h2 {
		font-size: 37px;
		line-height: 37px;
	}

	.items-section {
		display: block;
		margin: 0;
	}

	.items-section .col {
		width: 100%;
		padding: 0 0 20px;
	}

	.items-section .img-icon {
		margin: 0 0 10px;
		min-height: 45px;
		max-width: 35px;
	}

	.items-section .text-area {
		min-height: auto !important;
		padding: 40px 20px 30px;
		font-size: 16px;
		line-height: 24px;
	}

	.items-section .link-block {
		position: inherit;
		left: 0;
		bottom: 0;
		letter-spacing: 0;
	}

	.mac .items-section .link-block .ico,
	.safari .items-section .link-block .ico,
	.chrome .items-section .link-block .ico {
		margin: -5px 0 5px;
	}

	.printers-block {
		min-height: auto;
		padding: 30px 20px 20px;
		margin: 0 0 30px;
	}

	.printers-block .alignleft {
		float: none;
		width: 100%;
		max-width: inherit;
		margin: 0 0 35px;
	}

	.printers-block .holder {
		padding: 0 10px;
	}

	.printers-block .heading {
		font-size: 26px;
		line-height: 28px;
		padding: 0 0 15px;
		margin: 0 0 20px;
	}

	.printers-block .btn {
		display: block;
		max-width: 160px;
		padding: 12px 5px;
		margin: 0 auto 45px;
	}

	.info-list ul li:after {
		margin: 8px 0 0;
	}

	.mac .info-list ul li:after,
	.safari .info-list ul li:after {
		margin: 9px 0 0 2px;
	}

	.contact-form {
		font-size: 14px;
		line-height: 20px;
	}

	.contact-form .heading-holder {
		margin: 0 0 25px;
	}

	.contact-form .row {
		display: block;
		margin: 0;
	}

	.contact-form .col {
		width: 100% !important;
		padding: 0;
	}

	.contact-form .form-control {
		margin: 0 0 18px;
	}

	.contact-form .form-control.add {
		text-align: left;
		margin: 20px 0 15px;
	}

	.contact-form label {
		padding: 0 0 3px;
	}

	.contact-form input[type="text"],
	.contact-form input[type="tel"],
	.contact-form input[type="email"],
	.contact-form input[type="search"] {
		height: 42px;
		font-size: 14px;
		line-height: 16px;
		padding: 10px 18px;
	}

	.contact-form .jcf-select {
		height: 42px;
	}

	.contact-form .jcf-select .jcf-select-text {
		font-size: 14px;
		line-height: 16px;
		padding: 11px 18px;
	}

	.contact-form p {
		display: block;
	}

	.contact-form .radio-holder {
		margin: 5px 0 0;
	}

	.contact-form .radio-holder .radio-control {
		margin: 0 20px 0 0;
	}

	.contact-form .radio-area .radio-holder {
		margin: 0;
	}

	.contact-form .radio-list li {
		padding: 0 0 15px 30px;
	}

	.contact-form .radio-list .jcf-radio {
		top: 2px;
	}

	.contact-form .btn {
		min-width: 160px;
		font-size: 14px;
		line-height: 16px;
		padding: 12px 10px;
	}

	.btn-holder {
		padding-top:30px;
		text-align: center;
	}

	.chrome .contact-form .jcf-radio {
		top: 2px;
	}

	.order-list {
		font-size: 22px;
		line-height: 40px;
		margin: 0 0 20px;
	}

	.order-list li {
		height: 40px;
		width: 40px;
	}

	.img-section {
		padding: 0 0 45px;
	}

	.img-section .row {
		display: block;
		margin: 0;
	}

	.img-section .row .col {
		width: 100%;
		padding: 0 0 10px;
	}

	.img-section .row-holder {
		margin: 0 -7px;
	}

	.img-section .row-holder .col {
		padding: 0 7px;
	}

	.img-section h2 {
		margin: 0 0 25px;
	}

	.img-section .title {
		font-size: 16px;
		line-height: 18px;
		margin: 10px 0 0;
	}

	.details-section {
		padding: 45px 0 20px;
		font-size: 24px;
		line-height: 28px;
		letter-spacing: 1px;
	}

	.details-section .row {
		display: block;
		margin: 0;
	}

	.details-section .row .col {
		width: 100%;
		padding: 0 0 35px;
	}

	.details-section p br {
		display: block;
	}

	.text-section .heading {
		font-size: 26px;
		line-height: 28px;
		margin: 0 0 20px;
		padding: 0 0 15px;
	}

	.text-section .frame {
		max-width: inherit;
		width: 100%;
		margin: 0 0 30px;
	}

	.text-section .text-holder {
		padding: 0;
	}

	.text-section .info-list {
		display: block;
		margin: 0;
		line-height: 28px;
	}

	.text-section .info-list .col {
		width: 100%;
		padding: 0;
	}

	.footer-holder {
		padding: 35px 0 20px;
	}

	.footer-holder .row {
		display: block;
	}

	.footer-holder .row:after {
		display: block;
		clear: both;
		content: "";
	}

	.footer-holder .col:nth-child(1n) {
		float: left;
		width: 50%;
	}

	.footer-holder .col:nth-child(2n) {
		float: right;
		width: 50%;
	}

	.footer-holder .col:nth-child(3n) {
		float: left;
		width: 50%;
	}

	.footer-holder .col:nth-child(4n) {
		float: right;
		width: 50%;
	}

	.footer-holder h2 {
		margin: 0 0 20px;
		font-size: 22px;
		line-height: 24px;
	}

	.footer-holder ul li {
		margin: 0 0 10px;
	}

	.copy {
		font-size: 12px;
		line-height: 14px;
		padding: 15px 0 18px;
	}

	.mac .copy,
	.safari .copy,
	.chrome .copy {
		padding: 15px 0 13px;
	}
	.print-section .visual-box{height:286px;}
	.visual{
		height:auto;
		min-height:480px;
	}
	.visual h1{
		font-size:29px;
		line-height:1.3em;
	}
	.slider .slide{padding:0;}
	.slider blockquote{
		padding-top:100px;
	}
	.slider .slick-arrow{
		left:50%;
		-webkit-transform:translate(-50%,0);
		-ms-transform:translate(-50%,0);
		-o-transform:translate(-50%,0);
		transform:translate(-50%,0);
	}
	.slider .slick-arrow.slick-prev{
		margin-left:-25px;
	}
	.slider .slick-arrow.slick-next{
		margin:0 0 0 25px;
	}
	.quote-box .alignleft{
		height:320px;
	}
	.print-slider{
		padding:35px 0;
	}
	.print-slider .image-box{
		min-height:300px;
	}
	.print-slider .image-box img{
		max-width:220px;
	}
	.print-slider .heading{
		font-size:22px;
		line-height:24px;
	}
	.print-slider .text-holder p{
		margin:0 0 20px;
	}
	.print-slider .btn{
		min-width:175px;
		padding:12px 10px;
	}
}

@media (max-width: 667px) {
	.slider-section .ico {
		margin: -6px -9px 0 0;
	}
}

@media (max-width: 479px) {
	.logo{
		max-width:160px;
	}
	.nav-opener{margin:9px 0 0;}
	blockquote p:after,
	blockquote q:after {
		top: -38px;
	}

	blockquote cite {
		font-size: 14px;
		line-height: 20px;
	}

	blockquote cite:after {
		top: 9px;
	}

	.btn,
	button,
	input[type="button"],
	input[type="reset"],
	input[type="file"],
	input[type="submit"] {
		font-size: 13px;
		line-height: 15px;
		padding: 12px 15px;
	}

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

	.comment-form button,
	.comment-form input[type="submit"],
	.post-password-form button,
	.post-password-form input[type="submit"],
	.search-form button,
	.search-form input[type="submit"],
	#search_block button,
	#search_block input[type="submit"] {
		font-size: 12px;
		line-height: 14px;
		height: 36px;
	}

	.search-form input[type="search"],
	.search-form input[type="text"],
	.post-password-form input[type="search"],
	.post-password-form input[type="text"],
	#search_block input[type="search"],
	#search_block input[type="text"] {
		width: 180px;
	}

	.search-form input[type="password"],
	.post-password-form input[type="password"],
	#search_block input[type="password"] {
		margin: 0 10px 0 0;
		width: 180px;
	}

	.search-form input[type="submit"],
	.search-form button,
	.post-password-form input[type="submit"],
	.post-password-form button,
	#search_block input[type="submit"],
	#search_block button {
		height: 38px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation .al,
	.navigation .ar,
	.navigation-comments .next,
	.navigation-comments .prev,
	.navigation-comments .al,
	.navigation-comments .ar,
	.pagination .next,
	.pagination .prev,
	.pagination .al,
	.pagination .ar {
		font-size: 11px;
		line-height: 12px;
	}

	#commentform p textarea {
		width: 100%;
	}

	.parent.comment .comment {
		margin-left: 5%;
	}

	.comment-notes {
		letter-spacing: -.2px;
	}

	.quote-box .container {
		display: block;
	}

	.quote-box .alignleft {
		float: none;
		display: block;
		width: 100%;
		padding: 0;
		margin: 0 0 40px;
	}

	.quote-box blockquote {
		width: 100%;
		padding: 40px 0 0 0;
		font-size: 22px;
		line-height: 32px;
	}

	.quote-box blockquote p:after,
	.quote-box blockquote q:after {
		top: -38px;
	}

	.quote-box blockquote p br,
	.quote-box blockquote q br {
		display: none;
	}

	.btn.back {
		margin: 0 auto 20px !important;
	}

	.btn {
		font-size: 14px;
		line-height: 16px;
	}

	.print-section {
		padding: 35px 0 25px;
	}

	.print-section .row {
		display: block;
	}

	.print-section .col {
		width: 100%;
		padding: 0 0 50px;
	}

	.info-section .bg-stretch {
		height: 280px;
	}

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

	.gallery-section .heading-area.add .btn {
		margin: 20px 0 10px;
	}

	.slider-section .item {
		margin: 0 7px;
	}

	.slider-section .ico {
		margin: -7px -9px 0 0;
	}

	.slider-section .slick-arrow {
		left: 30px;
	}

	.slider-section .slick-next {
		right: 30px;
		left: auto !important;
	}

	.benefit-section {
		margin: 0 0 20px;
	}

	.service-section.add {
		padding: 35px 0;
	}

	#main .info-section .link {
		margin: 0;
	}

	.printers-section {
		margin: 20px 0 0;
	}

	.printers-block .heading {
		font-size: 24px;
		line-height: 26px;
	}

	.info-list {
		display: block;
		margin: 0 0 20px;
	}

	.info-list .col {
		width: 100%;
		padding: 0;
	}

	.contact-form {
		padding: 0 0 35px;
	}

	.contact-form .heading-holder {
		margin: 0 0 10px;
		text-align: left;
	}

	.contact-form .heading-holder .required-text {
		float: none;
		display: block;
	}

	.contact-form h2 {
		float: none;
		display: block;
	}

	.contact-form .radio-area .radio-control {
		margin: 0 10px;
	}

	.btn-holder .btn {
		min-width: 130px;
		margin: 0 6px !important;
	}

	.img-section .row-holder {
		display: block;
		margin: 0;
	}

	.img-section .row-holder .col {
		width: 100%;
		padding: 0 0 15px;
	}

	.img-section h2 {
		font-size: 24px;
		line-height: 26px;
		letter-spacing: 1px;
		margin: 0 0 20px;
	}

	.img-section .item {
		width: 33.33%;
	}
	.print-section .visual-box{height:auto;}
	.btn-holder{padding-top:10px;}
}

@media (max-width: 375px) {
	.quote-box.add {
		padding: 0 0 40px;
	}

	.quote-box blockquote p br,
	.quote-box blockquote q br {
		display: block;
	}

	.gallery-section .heading-area.add .btn {
		float: left;
		margin: 20px 0;
	}
	
}

@media (max-width: 374px) {
	.visual .container {
		padding:100px 15px 55px;
	}
	.visual{
		min-height:550px;
	}
	.visual h1{
		font-size:28px;
		line-height:1.2em;
	}
	.visual p {
		margin: 0 0 25px;
	}

	.quote-box blockquote {
		font-size: 18px;
		line-height: 30px;
	}

	.title-section {
		padding: 30px 0 25px;
	}

	.title-section h2 {
		font-size: 28px;
		line-height: 30px;
	}

	.quote-slider blockquote {
		font-size: 18px;
		line-height: 30px;
	}

	.link-block {
		font-size: 12px;
		line-height: 14px;
	}

	.link-block .ico {
		margin: -6px 0 0 5px;
	}

	.gallery-section h2 {
		font-size: 30px;
	}

	.gallery-section .btn {
		min-width: 130px;
	}

	.service-section .heading {
		font-size: 22px;
		line-height: 30px;
	}

	.service-section .btn {
		min-width: 145px;
		font-size: 13px;
		line-height: 15px;
	}

	.info-block h2 {
		font-size: 30px;
		line-height: 32px;
	}

	.items-section .text-area {
		padding: 25px 15px;
	}

	.items-section h2 {
		font-size: 22px;
		line-height: 24px;
		letter-spacing: .5px;
	}

	.printers-block {
		padding: 30px 20px 10px;
		margin: 0 0 20px;
	}

	.printers-block .btn {
		font-size: 13px;
		line-height: 15px;
		padding: 12px 10px;
	}

	.text-section .info-list {
		font-size: 14px;
		line-height: 26px;
	}

	.mac .text-section .info-list ul li:after,
	.safari .text-section .info-list ul li:after {
		margin: 9px 0 0 2px;
	}
}

