<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! 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 &lt; 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: 0.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: -0.5em;
}

sub {
	bottom: -0.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: 0.35em 0.625em 0.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;
}

/* fixes main.css file BEGIN */

.drop &gt; .drop-accordion &gt; li .slide {
	background: #fff;
}

.drop &gt; .drop-accordion &gt; li.active &gt; a:before {
	right: 18px;
	top: 18px
}

@media (max-width: 1023px) {
.drop &gt; .drop-accordion &gt; li.active &gt; a:before {
	right: 18px;
	/* top: 8px */
}
}




.link-bar-block {
	z-index: 9;
}

/* fixes main.css file END */


.featured-holder .text-area .title a{
	text-decoration: none;
}

.featured-holder .text-area .title a:hover{
	text-decoration: none;
	
}


.info-area {
	display: none;
	font-size: 15px;
	line-height: 22px;
	font-family: 'robotolight', Arial, sans-serif;
	color: #444;
}

.ico-tap {
	display: inline-block;
	vertical-align: top;
	width: 19px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 0 12px;
	background: url("../images/icon-tap.png") left top no-repeat;
}

.info-box {
	float: right;
	width: 300px;
	position: relative;
	border: 2px solid #ebebeb;
	border-radius: 3px;
}

.info-box:before {
	content: "";
	position: absolute;
	top: 38px;
	left: 50%;
	right: auto;
	bottom: 29px;
	width: 1px;
	background: #dadfe3;
}

.info-box.add-mobile {
	display: none;
}

.info-box .list {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	letter-spacing: -0.32em;
	font: 12px/14px 'robotoregular', Arial, sans-serif;
}

.info-box .list li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 50%;
	padding: 20px 24px 23px;
}

.info-box .list a {
	display: block;
	text-decoration: none;
	color: #707070;
}

.info-box .list a:hover {
	opacity: 0.75;
}

.info-box .title {
	display: block;
	font: 13px/15px 'DINNextLTPro-Bold', Arial, sans-serif;
	text-transform: uppercase;
	color: #2276d1;
}

.info-box .img-box {
	overflow: hidden;
	margin: 0 0 20px;
}

.info-section {
	overflow: hidden;
	width: 100%;
	min-height: 350px;
	background-size: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	white-space: nowrap;
}

.info-section:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 350px;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
}

.info-section .inner {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	white-space: normal;
}

.info-section .holder {
	max-width: 1080px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	color: #fff;
}

.info-section .head {
	overflow: hidden;
	font: 20px/24px 'robotolight', Arial, sans-serif;
	margin: 0 0 41px;
	padding: 25px 0 0;
}

.info-section .head h1 {
	font: 35px/40px 'roboto_slablight', Arial, sans-serif;
	position: relative;
	padding: 0 0 22px;
	margin: 0 0 12px;
	letter-spacing: -0.5px;
}

.info-section .head h3 {
	font: 35px/40px 'roboto_slablight', Arial, sans-serif;
	position: relative;
	padding: 0 0 22px;
	margin: 0 0 12px;
	letter-spacing: -0.5px;
}

.info-section .head h1:after {
	content: "";
	position: absolute;
	top: auto;
	left: 50%;
	right: auto;
	bottom: 0;
	width: 335px;
	height: 1px;
	margin: 0 0 0 -167px;
	background: #fff;
}

.info-section .head h3:after {
	content: "";
	position: absolute;
	top: auto;
	left: 50%;
	right: auto;
	bottom: 0;
	width: 335px;
	height: 1px;
	margin: 0 0 0 -167px;
	background: #fff;
}

.info-section .head p {
	margin: 0;
}

.info-section .option-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font: 16px/19px 'robotolight', Arial, sans-serif;
	text-transform: capitalize;
	padding: 0 0 25px;
	margin: 0 0 19px;
}

.info-section .option-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 19px;
}

.info-section .option-list a {
	display: block;
	color: #fff;
	text-decoration: none;
}


.info-section .option-list a:hover .img-holder{
	background: #ffffff;
	opacity: 0.35;
	transition: all 0.3s ease-in;
}

.info-section .option-list a:hover .icon-foil-stamping,
.info-section .option-list a:hover .icon-spot_uv,
.info-section .option-list a:hover .icon-embossing,
.info-section .option-list a:hover .icon-metallic_ink,
.info-section .option-list a:hover .icon-lines
{
	color: #0d5ba5;
	/*opacity: 0.75;*/
	transition: all 0.3s ease;
}

.info-section .option-list .img-holder {
	display: block;
	width: 105px;
	height: 105px;
	background: #fff;
	border-radius: 100%;
	margin: 0 auto 12px;
	color: #04356d;
}


.info-section .option-list .img-holder i{
	
}

.info-section .option-list .img-holder .icon-spot_uv{
	font-size: 70px;
	line-height: 102px;
}

.info-section .option-list .img-holder .icon-embossing{
	font-size: 55px;
	line-height: 95px;
}

.info-section .option-list .img-holder .icon-lines{
	font-size: 48px;
	line-height: 104px;
	color: #04356d !important;
}

.info-section .option-list .img-holder .icon-metallic_ink {
	font-size: 70px;
	line-height: 105px;
}

.info-section .option-list .img-holder .icon-foil-stamping{
	font-size: 60px;
	line-height: 95px;
}

@media (max-width: 1023px) {	
.info-section .option-list .img-holder .icon-foil-stamping{font-size: 50px; line-height: 70px;}
.info-section .option-list .img-holder .icon-spot_uv{font-size: 60px; line-height: 70px;}
.info-section .option-list .img-holder .icon-embossing{font-size: 45px; line-height: 70px;}
.info-section .option-list .img-holder .icon-metallic_ink{font-size: 55px; line-height: 75px;}
.info-section .option-list .img-holder .icon-lines{font-size: 40px; line-height: 70px;}	
}


@media (max-width: 767px) {	
.info-section .option-list .img-holder .icon-foil-stamping{font-size: 50px; line-height: 70px;}
.info-section .option-list .img-holder .icon-spot_uv{font-size: 60px; line-height: 70px;}
.info-section .option-list .img-holder .icon-embossing{font-size: 45px; line-height: 70px;}
.info-section .option-list .img-holder .icon-metallic_ink{font-size: 55px; line-height: 75px;}
.info-section .option-list .img-holder .icon-lines{font-size: 40px; line-height: 74px;}	
}

.info-section .option-list .title {
	font-weight: normal;
}

.info-section .btn-more {
	display: none;
	font: 25px/30px 'roboto_slablight', Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	position: relative;
	letter-spacing: -0.25px;
}

.info-section .btn-more:after {
	content: "";
	position: absolute;
	top: auto;
	left: 50%;
	right: auto;
	bottom: -12px;
	width: 290px;
	height: 1px;
	margin: 0 0 0 -145px;
	background: #fff;
}


.shop-section {
	margin: 0 0 20px;
	text-align: center;
}

.shop-section:after {
	clear: both;
	display: block;
	content: "";
}

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

.shop-section .holder {
	max-width: 1180px;
	padding: 21px 0 0;
	margin: 0 auto;
	border-width: 2px 0 1px;
	border-style: solid;
	border-color: #e3e3e3;
	background: #f9f9f9;
	position: relative;
}

.shop-section .holder:before {
	content: "";
	position: absolute;
	top: -2px;
	left: -9999px;
	right: -9999px;
	bottom: -1px;
	background: #f9f9f9;
	border-width: 2px 0 1px;
	border-style: solid;
	border-color: #e3e3e3;
	z-index: -1;
}

.shop-section .head {
	overflow: hidden;
	font: 20px/24px 'roboto_slablight', Arial, sans-serif;
	color: #888;
	margin: 0 0 2px;
}

.shop-section .head h1 {
	font: 26px/30px 'robotobold', Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 0 10px;
	color: #444;
}

.shop-section .head h2 {
	font: 26px/30px 'robotobold', Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 0 10px;
	color: #444;
}

.shop-section .head p {
	margin: 0 0 10px;
}

.shop-section .list-tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	letter-spacing: -0.32em;
	margin: 0 0 -2px;
}

.shop-section .list-tabs li {
	display: inline-block;
	vertical-align: top;
	width: 213px;
	letter-spacing: normal;
	margin: 0 30px;
}

.shop-section .list-tabs li.active a {
	color: #0d5ba5;
}

.shop-section .list-tabs li.active .title {
	border-color: #0d5ba5;
}

.shop-section .list-tabs li a:hover {
	color: #0d5ba5;
}

.shop-section .list-tabs li a:hover .flipper {
	-webkit-transform: rotateY(180deg);
	        transform: rotateY(180deg);
}

.shop-section .list-tabs a {
	display: block;
	text-decoration: none;
	color: #797979;
}

.shop-section .list-tabs .title {
	display: inline-block;
	font: 22px/26px 'robotomedium', Arial, sans-serif;
	margin: -12px 0 0;
	padding: 0 0 11px;
	position: relative;
	border-bottom: 4px solid transparent;
	z-index: 5;
	letter-spacing: -0.65px;
}

/*.shop-section .list-tabs .title.specialty {
	display: inline-block;
	font: 22px/26px 'robotomedium', Arial, sans-serif;
	padding: 0 0 11px;
	position: relative;
	border-bottom: 4px solid transparent;
	z-index: 5;
	letter-spacing: -0.65px;
	width: 235px;
	margin: 0;
	
}*/

.shop-section .flipper {
	width: 208px;
	height: 209px;
	position: relative;
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d;
	-webkit-transition: all 0.6s ease 0s;
	        transition: all 0.6s ease 0s;
}

.shop-section .flipper .front,
.shop-section .flipper .back {
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.shop-section .flipper .back {
	-webkit-transform: rotateY(180deg);
	        transform: rotateY(180deg);
	background: #f9f9f9;
}

.shop-section .detail-area {
	max-width: 1180px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}

.shop-section .tab {
	overflow: hidden;
}

.shop-section .tab .img-box2 {
	display: none;
	max-width: 195px;
	margin: 0 auto;
	text-align: center;
}

.shop-section .tab .img-box2.add {
	margin-top: -13px;
}

.shop-section .tab .img-box2 img {
	max-width: 100%;
}

.shop-section .tab .title {
	display: block;
	font: 12px/15px 'robotoregular', Arial, sans-serif;
	color: #888;
	margin: -15px 0 0;
	position: relative;
	z-index: 5;
}

.shop-section .item-list {
	margin: 0;
	padding: 0;
	list-style: none;
	letter-spacing: -0.32em;
	padding: 18px 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-align-content: stretch;
	    -ms-flex-line-pack: stretch;
	        align-content: stretch;
}

.shop-section .item-list li {
	display: inline-block;
	vertical-align: top;
	width: calc(20% - 24px);
	min-height: 265px;
	letter-spacing: normal;
	padding: 15px;
	margin: 0 12px 12px;
	border: 2px solid transparent;
	border-radius: 5px;
	text-align: center;
}

.shop-section .item-list li:hover {
	border-color: #ff8154;
}

.shop-section .item-list .img-box {
	min-height: 121px;
	text-align: center;
	margin: 0 0 18px;
	white-space: nowrap;
	text-align: center;
}

.shop-section .item-list .img-box:after {
	content: '';
	display: inline-block;
	vertical-align: bottom;
	width: 0;
	min-height: 121px;
}

.shop-section .item-list .img-box &gt; * {
	white-space: normal;
	display: inline-block;
	vertical-align: bottom;
	max-width: 99%;
}

.shop-section .item-list .img-box img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

.shop-section .item-list .box-text {
	overflow: hidden;
	font: 15px/18px 'robotobold', Arial, sans-serif;
	margin: 0 0 18px;
	color: #444;
	letter-spacing: -.5px;
}

.shop-section .item-list .box-text .title {
	display: block;
	font: 16px/19px 'robotoblack', Arial, sans-serif;
	margin: 0 0 6px;
}

.shop-section .btn-shop {
	display: inline-block;
	vertical-align: top;
	min-width: 98px;
	border: 1px solid #ff855b;
	text-align: center;
	border-radius: 4px;
	font: 12px/15px 'dinpro-bold', Arial, sans-serif;
	text-transform: uppercase;
	color: #ff4301;
	padding: 5px 5px;
	text-decoration: none;
}

.shop-section .btn-shop:hover {
	background: #ff4301;
	color: #fff;
}

.services-block {
	overflow: hidden;
	margin: 0 0 55px;
	background: #dbf4fe;
}

.services-block .holder {
	max-width: 1200px;
	margin: 0 auto;
}

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

.services-block .col {
	float: left;
	width: 50%;
}

.services-block .col:first-child {
	width: 48%;
}

.services-block .img-box {
	float: left;
	width: 238px;
}

.services-block .img-box img {
	display: block;
	max-width: 238px;
	width: 100%;
}

.services-block .text-area {
	overflow: hidden;
	padding: 32px 0 0 13px;
	font: 14px/22px 'robotolight', Arial, sans-serif;
	color: #444;
}

.services-block h2 {
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 10px;
	letter-spacing: -0.75px;
}

.services-block .sub-title {
	display: block;
	font-size: 20px;
	line-height: 24px;
}

.services-block .title {
	display: block;
	font: 27px/30px 'robotoblack', Arial, sans-serif;
}

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

.services-block .btn-readmore {
	display: inline-block;
	vertical-align: top;
	color: #444;
	text-decoration: none;
	padding-top: 18px;
}

.featured-section {
	overflow: hidden;
	margin: 0 0 50px;
}

.featured-section .holder {
	overflow: hidden;
	max-width: 1180px;
	margin: 0 auto;
}

.featured-section .featured-holder {
	overflow: hidden;
}

.featured-section .featured-holder:nth-child(even) {
	padding: 60px 0 0;
}

.featured-section .featured-holder:nth-child(even) .img-box {
	float: left;
	text-align: center;
}

.featured-section .featured-holder:nth-child(even) .text-area {
	float: right;
}

.featured-section .img-box {
	float: right;
	width: 50%;
	text-align: right;
}

.featured-section .img-box img {
	display: inline-block;
	vertical-align: top;
}

.featured-section .text-area {
	float: left;
	width: 50%;
	font: 16px/24px 'robotolight', Arial, sans-serif;
	color: #797979;
	padding: 40px 0 0;
}

.featured-section .title {
	display: block;
	font: 31px/35px 'robotomedium', Arial, sans-serif;
	color: #0d56a5;
	margin: 0 0 15px;
	letter-spacing: -1px;
}



.featured-section .sub-title {
	display: block;
	font: 22px/27px 'roboto_slablight', Arial, sans-serif;
	color: #0d56a5;
	margin: 0 0 11px;
}

.featured-section p {
	margin: 0 0 18px;
}


.featured-section a.sec_link{
	
	text-decoration: none;
	padding: 55px 0px 0px 0px;
	
}

.featured-section a:hover.sec_link{
	color: #04356d;
	
}

.request-block {
	max-width: 630px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	padding: 26px 0 32px;
	font: 19px/30px 'robotolight', Arial, sans-serif;
	color: #848484;
}

.request-block .icon-13 {
	display: block;
	width: 58px;
	margin: 0 auto 2px;
	color: #0d5ba5;
}

.request-block .icon-13 img {
	display: block;
	width: 100%;
	height: auto;
}

.request-block .title {
	display: block;
	font: 30px/34px 'roboto_slabregular', Arial, sans-serif;
	color: #04356d;
	margin: 0 0 14px;
}

.request-block p {
	margin: 0 0 21px;
}

.request-block .btn-order {
	display: block;
	width: 173px;
	font: 20px/24px 'dincond-medium', Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #3173b2;
	text-decoration: none;
	border-radius: 4px;
	border: 1px solid #0d5ba5;
	margin: 0 auto;
	padding: 7px 5px;
}

.request-block .btn-order:hover {
	background: #0d5ba4;
	color: #fff;
}

@media (min-width: 768px) and (max-width: 1699px) {

.banner .banner-slideshow .slide {
	min-height: 522px;
}

.banner .banner-slideshow .slide .image-holder {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.banner .banner-slideshow .slide .image-holder img {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	width: auto;
	min-width: 100%;
	max-width: 9999px;
	margin: 0 !important;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

}

@media (max-width: 1100px) and (min-width: 768px) {

.banner .banner-slideshow .slide {
	min-height: 400px;
}

}

@media (max-width: 1299px) {

.services-block {
	padding: 0 12px;
}

}

@media (max-width: 1199px) {

.info-section .holder {
	padding: 0 20px;
}

.info-section .head {
	margin: 0 0 28px;
	padding: 18px 0 0;
}

.shop-section .list-tabs li {
	margin: 0 20px;
}

.shop-section .detail-area {
	padding: 0 20px;
}

.shop-section .item-list {
	text-align: center;
}

.shop-section .item-list li {
	width: calc(25% - 16px);
	margin: 0 8px 12px;
}

.services-block .col {
	width: 50%;
}

.services-block .col:first-child {
	width: 50%;
}

.services-block .img-box {
	width: 220px;
}

.services-block .text-area {
	font-size: 13px;
	line-height: 18px;
	padding: 18px 0 0 10px;
}

.services-block h2 {
	font-size: 22px;
	line-height: 26px;
	margin: 0 0 5px;
}

.services-block .sub-title {
	font-size: 18px;
	line-height: 22px;
}

.services-block .title {
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 5px;
}

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

}

@media (max-width: 1023px) {

.info-box {
	width: 280px;
}

.info-box .list li {
	padding: 20px 18px 23px;
}

.info-section {
	min-height: 220px;
}

.info-section:after {
	height: 220px;
}

.info-section .option-list {
	font-size: 12px;
	line-height: 16px;
	font-family: 'robotoregular', Arial, sans-serif;
	padding: 0 0 15px;
	margin: 0 0 12px;
}

.info-section .option-list li {
	margin: 0 14px;
}

.info-section .option-list .img-holder {
	width: 72px;
	height: 72px;
	margin: 0 auto 9px;
}

.info-section .option-list .img-holder .icon-frindly,
.info-section .option-list .img-holder .icon-cutting,
.info-section .option-list .img-holder .icon-stamping,
.info-section .option-list .img-holder .icon-frosted {
	font-size: 52px;
	line-height: 72px;
}

.info-section .option-list .img-holder .icon-stamping {
	font-size: 45px;
	line-height: 72px;
}

.info-section .option-list .img-holder .icon-frosted {
	font-size: 35px;
}

.info-section .btn-more {
	font-size: 18px;
	line-height: 20px;
}

.shop-section .head {
	font-size: 17px;
	line-height: 24px;
}

.shop-section .head h1 {
	font-size: 22px;
	line-height: 26px;
}

.shop-section .head h2 {
	font-size: 22px;
	line-height: 26px;
}

.shop-section .list-tabs li {
	width: 160px;
	margin: 0 10px;
}

.shop-section .list-tabs .title {
	font-size: 18px;
	line-height: 22px;
	margin: 0;
}

.shop-section .flipper {
	width: 160px;
	height: 162px;
}

.featured-section .featured-holder:nth-child(even) {
	padding: 60px 0 0;
}

.featured-section .img-box {
	width: 46%;
}

.request-block {
	max-width: 510px;
	font-size: 16px;
	line-height: 26px;
	padding: 26px 20px 32px;
}

.request-block .icon-13 {
	width: 52px;
}

.request-block .title {
	font-size: 25px;
	line-height: 28px;
	margin: 0 0 14px;
}

.request-block p {
	margin: 0 0 20px;
}

.request-block .btn-order {
	font-size: 16px;
	line-height: 20px;
	padding: 6px 5px;
	width: 153px;
}

}

@media (max-width: 1022px) {

.footer-columns {
	padding: 18px 0;
}

.shop-section .item-list .box-text {
	font-size: 13px;
	line-height: 16px;
}

.shop-section .item-list .box-text .title {
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 5px;
}

.services-block {
	background: none;
	padding: 0 20px;
}

.services-block .col {
	float: none;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.services-block .col:first-child {
	width: 100%;
	margin-bottom: 30px;
}

.services-block .img-box {
	float: none;
	width: auto;
	background: #dbf4fe;
	margin: 0 -20px;
}

.services-block .img-box img {
	margin: 0 auto;
	max-width: 9999px;
}

.services-block .text-area {
	padding: 20px 0;
	font-size: 15px;
	line-height: 23px;
}

.services-block h2 {
	font-size: 32px;
	line-height: 40px;
	margin: 0 0 15px;
}

.services-block .sub-title {
	font-size: 20px;
	line-height: 24px;
}

.services-block .title {
	font-size: 27px;
	line-height: 30px;
}

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

}

@media (max-width: 766px) {

.drop &gt; .drop-accordion &gt; li.active &gt; a:before {
	right: 27px;
}

.info-area {
	display: block;
}

.info-box {
	display: none;
}

.info-box.add-mobile {
	display: block;
	float: none;
	width: 100%;
}

.info-section .head {
	padding: 18px 0;
	margin: 0;
}

.info-section .head h1 {
	display: none;
}

.info-section .head p {
	display: none;
}

.info-section .option-list li {
	margin: 15px 14px 0;
}

.info-section .btn-more {
	display: inline-block;
	vertical-align: top;
}

.shop-section .holder {
	padding: 21px 10px 0;
	border-width: 0;
	background: transparent;
}

.shop-section .holder:before {
	background: transparent;
}

.shop-section .list-tabs {
	margin: 0 -10px;
	padding: 10px 0;
	border-width: 2px 0 1px;
	border-style: solid;
	border-color: #e3e3e3;
	background: #f9f9f9;
}

.shop-section .list-tabs li {
	display: block;
	width: 100%;
}

.shop-section .list-tabs li + li {
	margin: 16px 0 0;
}

.shop-section .list-tabs a {
	display: inline-block;
}

.shop-section .list-tabs .title {
	font: 19px/29px 'dinpro-medium', Arial, sans-serif;
	padding: 2px 14px;
}

.shop-section .flipper {
	display: none;
}

.shop-section .tab {
	padding: 15px 0 0;
}

.shop-section .tab .img-box2 {
	display: none;
	max-width: 205px;
}

.shop-section .item-list li {
	width: calc(33%);
	padding: 10px;
	margin: 0 0 10px;
}

.featured-section {
	text-align: center;
}

.featured-section .featured-holder:nth-child(even) .img-box {
	float: none;
	overflow: hidden;
}

.featured-section .featured-holder:nth-child(even) .text-area {
	float: none;
	overflow: hidden;
}

.featured-section .img-box {
	float: none;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.featured-section .text-area {
	float: none;
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
	font-size: 14px;
	line-height: 23px;
}

}

@media (max-width: 599px) {

.shop-section .item-list li {
	display: block;
	width: 100%;
	padding: 10px;
}

}

</pre></body></html>