/*
Theme Name: Domino.com
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: domino
Tags: one-column, two-columns
Theme URI:
*/

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?sjdirc");
	src: url("fonts/icomoon.eot?sjdirc#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?sjdirc") format("truetype"), url("fonts/icomoon.woff?sjdirc") format("woff"), url("fonts/icomoon.svg?sjdirc#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-triangle:before {
	content: "\e900";
}

.icon-twitter:before {
	content: "\f099";
}

.icon-facebook:before {
	content: "\f09a";
}

.icon-facebook-f:before {
	content: "\f09a";
}

.icon-linkedin:before {
	content: "\f0e1";
}

.icon-youtube:before {
	content: "\f167";
}

/*! 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 {
	
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1,
.slideshow strong {
	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;
}

#nav ul,
.language ul,
.slideshow ul,
.intro ul,
.head-office ul,
.office ul,
.video-list ul,
#footer .menu,
.social-networks {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #fff;
	font: 13px/1.34 "Arial", Helvetica, sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.home{font-size:15px;}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
.slideshow strong,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.34em;
}

blockquote {
	border-left: 4px solid #555;
	padding-left: .5em;
	margin-left: 1.34em;
}

th,
td {
	border: 1px solid #555;
	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"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #555;
	padding: 18px 22px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #bcbcbc;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #bcbcbc;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #bcbcbc;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #bcbcbc;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #bcbcbc;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.widget {
	margin-bottom: 1.34em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 26px;
	padding:0 22px;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 26px;
	padding:0 22px;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #007f6b;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.34em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.34em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.34em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.34em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #007f6b;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.34em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #007f6b;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #555;
	padding: .4em;
	margin-bottom: 1.34em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.34em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.34em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.34em;
}

.mejs-container {
	margin-bottom: 1.34em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

h1,
.slideshow strong,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Lato", "Georgia", serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.slideshow strong,
.h1 {
	font-size: 53px;
	font-weight: 900;
	/*  */
}

h2,
.h2 {
	font-size: 40px;
	line-height: 1.125;
	color: #005983;
	font-weight: 900;
}

h3,
.h3 {
	font-size: 30px;
	font-weight: 300;
	color: #3b9cb9;
}

h4,
.h4 {
	font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 20px;
	color: #323133;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 20px;
}

a {
	color: #3ea4c3;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.container {
	max-width: 1110px;
	padding: 0 40px;
	margin: 0 auto;
}

.three-cols {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.three-cols .col {
	width: 29%;
}

.two-cols {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.two-cols .col {
	width: 48%;
}

.btn {
	display: inline-block;
	vertical-align: top;
	padding: 18px 22px;
	color: #fff;
	background: #007f6b;
	font-size: 16px;
	line-height: 1.27;
	border-radius: 10px;
	margin: 0 0 10px;
	/* text-transform: uppercase; */
}

.btn:hover {
	text-decoration: none;
	background: rgba(0, 127, 107, .8);
}

.text-center {
	text-align: center;
	max-width: 630px;
	margin: 0 auto;
}

#header {
	background: #fff;
}

#header .container {
	padding-top: 27px;
	padding-bottom: 17px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#header .holder {
	text-align: right;
}

#header .contact-us {
	display: inline-block;
	vertical-align: top;
	color: #009e58;
	font-size: 20px;
}


#header .logo {
	display: inline-block;
	vertical-align: top;
	margin: 0 29px 0 0;
}

#header .logo img {
	vertical-align: top;
}

#nav {
	display: inline-block;
	vertical-align: top;
}

#nav ul {
	padding: 9px 0 0;
}

#nav > ul > li {
	display: table-cell;
	vertical-align: top;
	position:relative;
	z-index:11;
	text-align:center;
}

#nav .drop-holder{
	position:absolute;
	left:8px;
	right:-14px;
	background:#fff;
	top:100%;
	display:none;
}
#nav .hover .drop-holder{display:block;}
#nav > ul > li:hover > .drop-holder { display: block}

#nav .drop-holder ul{
	padding:11px 0 8px;
}
#nav .drop-holder li{
	padding:6px 12px;
	text-align:left;
}

#nav > ul > li:before {
	display: inline-block;
	vertical-align: top;
	content: "|";
	color: #009e58;
	margin: -1px 9px 0 7px;
}

#nav li:first-child:before {
	display: none;
}

#nav li.active a,
#nav li a:hover {
	padding-bottom: 4px;
	margin-bottom: -7px;
	border-bottom: 3px solid #009e58;
	text-decoration: none;
}

#nav a {
	display: inline-block;
	vertical-align: top;
	color: #323133;
}

.language {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 4px;
}

.language strong {
	font-size: 14px;
	font-weight: normal;
	color: #323133;
	padding: 0 2px 0 0;
}

.language li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 1px;
}

.language li.active a,
.language li a:hover {
	box-shadow: 0 0 0 2px #009e58;
}

.language a {
	width: 21px;
	display: block;
	border-radius: 100%;
	position: relative;
	overflow: hidden;
}

.language a img {
	display: block;
	width: 100%;
	height: auto;
}

.show-more {
	background: #fff;
	padding: 37px 0 25px;
}

.show-more h2 {
	margin: 0 0 58px;
}

.show-more .three-cols {
	text-align: center;
	margin: 0 0 40px;
}

.show-more .three-cols img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 20px;
}

.show-more .btn {
	min-width: 171px;
	text-align: center;
}

.show-more .btn-wrap .three-cols {
	margin: 0;
}

.show-more .btn-wrap .col:first-child {
	text-align: right;
}

.show-more .btn-wrap .col:first-child .btn {
	margin-right: 30px;
}

.show-more .btn-wrap .col:last-child {
	text-align: left;
}

.show-more .btn-wrap .col:last-child .btn {
	margin-left: 30px;
}

.printers {
	padding: 43px 0 28px;
	background: #f7f3f4;
}

.printers h2 {
	margin: 0 0 2px;
}

.printers h3 {
	margin: 0 0 60px;
}

.printers .image {
	width: 257px;
	height: 257px;
	background: #d2e3ea;
	border-radius: 100%;
	white-space: nowrap;
	text-align: center;
	margin: 0 auto 39px;
}

.printers .image:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 257px;
}

.printers .image > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.printers .two-cols {
	padding: 0 5% 26px;
}

.printers .col {
	width: 50%;
	text-align: center;
	padding: 0 6% 19px;
	position: relative;
}

.printers h4 {
	margin: 0;
}

.printers h4 a {
	color: inherit;
}

.printers .btn-wrap {
	text-align: center;
}

.printers .more {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.more {
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
}

.where-buy {
	background: #fff;
	padding: 37px 0 0;
}

.where-buy .container {
	padding: 0;
	max-width: 1280px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.where-buy .text {
	width: 29%;
	margin: 0 0 0 12%;
	padding: 0 0 160px 2px;
}

.where-buy p {
	margin: 0 0 25px;
}

.where-buy .image {
	width: 56.5%;
	overflow: hidden;
}

.where-buy .image img {
	max-width: none;
	float: left;
}

.where-buy:last-child {
	margin-bottom: -169px;
}

.slideshow {
	position: relative;
	background: url(images/bg-slide01.jpg) no-repeat;
	background-size: cover !important;
	padding: 98px 0 35px;
}

.slideshow .slideset {
	max-width: 1050px;
	padding: 0 40px;
	margin: 0 auto;
	position: relative;
}

.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
}

.slideshow .slide.active {
	z-index: 5;
}

.slideshow .video {
	width: 500px;
	max-width: 100%;
	height: 300px;
	border: 2px solid #009e58;
	margin: 0 auto;
}

.slideshow .video iframe {
	width: 100% !important;
	height: 100% !important;
	margin: 0;
}

.slideshow.not-enough-slides a.btn-prev,
.slideshow.not-enough-slides a.btn-next {
	visibility: hidden;
}

.slideshow .container {
	max-width: 1050px;
	padding: 0 40px;
	text-align: center;
	position: relative;
	z-index: 10;
}

.slideshow .image {
	display: block;
	margin: 0 auto 19px;
	width: 248px;
	height: 248px;
	background: #fff;
	white-space: nowrap;
	text-align: center;
	border-radius: 100%;
	overflow: hidden;
}

.slideshow .image:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 248px;
}

.slideshow .image > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.slideshow strong {
	display: block;
	color: #fff;
	margin: 0 0 -5px;
}

.slideshow .title {
	display: block;
	color: #fff;
	font-size: 35px;
	font-family: "Lato", "Georgia", serif;
	font-weight: 300;
	margin: 0 0 28px;
}

.slideshow ul {
	color: #323133;
	font-size: 23px;
	font-family: "Lato", "Georgia", serif;
	letter-spacing: -.5px;
	margin: 0 -50px 23px;
}

.slideshow ul li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0 0 45px;
	margin: 0 44px 20px;
}

.slideshow ul li:before {
	position: absolute;
	top: -1px;
	left: 0;
	content: "";
	background: url(images/bullet.png) no-repeat;
	width: 32px;
	height: 32px;
}

.slideshow .btn-wrap {
	position: absolute;
	top: 38.5%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 11;
	overflow: hidden;
	width: 100%;
	max-width: 1110px;
	padding: 0 40px;
}

.slideshow a.btn-prev,
.slideshow a.btn-next {
	width: 46px;
	height: 46px;
	border-radius: 100%;
	background: #c8c6c6;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
}

.slideshow a.btn-prev:before,
.slideshow a.btn-next:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	content: "";
}

.slideshow a.btn-prev:hover,
.slideshow a.btn-next:hover {
	opacity: .7;
}

.slideshow a.btn-prev {
	float: left;
}

.slideshow a.btn-prev:before {
	margin: 0 0 0 -4px;
	border-width: 15.5px 27px 15.5px 0;
	border-color: transparent #009e58 transparent transparent;
}

.slideshow a.btn-next {
	float: right;
}

.slideshow a.btn-next:before {
	margin: 0 0 0 4px;
	border-width: 15.5px 0 15.5px 27px;
	border-color: transparent transparent transparent #009e58;
}

.slideshow .btn {
	min-width: 161px;
}

.main-holder {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: -106px;
}

.main-holder .container {
	max-width: 1050px;
	position: relative;
	z-index: 10;
}

.intro {
	background-size: cover !important;
	padding: 35px 0 65px;
	text-align: center;
	background-color:#4db3d0 !important;
}

.intro h1,
.intro .slideshow strong,
.slideshow .intro strong {
	margin: 0;
	color: #fff;
}

.intro h2 {
	margin: 0;
	font-size: 33px;
	font-family: "Lato", "Georgia", serif;
	font-weight: 300;
	color: #fff;
}

.intro .two-cols {
	text-align: left;
	max-width: 610px;
	margin: 28px auto -26px;
	color: #323133;
	font-size: 18px;
	line-height: 1.28;
}

.intro .two-cols .col {
	width: 50%;
	padding: 0 25px 0 0;
}

.intro p {
	margin: 0;
}

.intro ul li {
	padding: 10px 0 18px 29px;
	position: relative;
}

.intro ul li:before {
	position: absolute;
	top: 4px;
	left: -9px;
	background: url(images/bullet.png) no-repeat;
	width: 32px;
	height: 32px;
	content: "";
}

.head-office {
	font-size: 12px;
	line-height: 1.25;
	margin: 0 0 47px;
}

.head-office h2 {
	text-align: center;
	margin: 0 0 -1px;
	font-size: 32px;
}

.head-office h3 {
	font-size: 33px;
	margin: 0 0 53px;
	padding: 0 0 19px;
	border-bottom: 1px solid #009e58;
	text-align: center;
}

.head-office h4 {
	margin: 0 0 12px;
	font-size: 15px;
	color: #000;
}

.head-office p {
	margin: 0 0 26px;
}

.head-office address {
	display: block;
	margin: 0 0 17px;
	font-style: normal;
}

.head-office ul a {
	color: inherit;
}

.head-office .logo {
	display: inline-block;
	vertical-align: top;
	margin: 4px 0 14px;
}

.head-office .phone {
	display: inline-block;
	vertical-align: top;
	color: #000;
	font-size: 31px;
	font-weight: normal;
	margin: -20px 0 79px;
}
a[href^='tel']{text-decoration:none;}

.head-office .map img {
	display: block;
	width: 100%;
	height: auto;
}

.head-office .holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.head-office .location {
	width: 31.8%;
	font-size: 15px;
}

.head-office .description {
	width: 24.5%;
}

.head-office .info-form {
	width: 31%;
}

.head-office .info-form img {
	padding-top: 2px;
	display: block;
	width: 100%;
	height: auto;
}

.map {
	border: 2px solid #009e58;
}

.map img {
	vertical-align: top;
}

.office {
	font-size: 12px;
	line-height: 1.34;
	margin: 0 0 48px;
}

.office h2 {
	margin: 0 0 35px;
	padding: 0 0 25px;
	font-size: 33px;
	border-bottom: 1px solid #009e58;
	text-align: center;
}

.office h3 {
	margin: 0 0 11px;
	font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	font-size: 15px;
	color:#000;
}

.office p {
	margin: 0 0 34px;
}

.office .holder {
	padding: 0 22px 0 0;
}

.office .logo-wrap {
	width: 144px;
	text-align: center;
}

.office .logo-wrap .logo {
	display: inline-block;
	vertical-align: top;
}

.office .location {
	width: 32.07%;
}

.office .description {
	width: 47%;
}

.office address {
	display: block;
	font-style: normal;
	margin: 0;
}

.office ul {
	margin: 0 0 15px;
}

.office ul a {
	color: inherit;
}

.office .more {
	display: inline-block;
	vertical-align: top;
	color: #0018ff;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: underline;
}

.office .more:hover {
	text-decoration: none;
}

.use-description {
	border-bottom: 1px solid #009e58;
	padding: 20px 0 47px;
}

.use-description .text-center, .block-holder .text-center {
	max-width: 100%;
	margin:0 0 30px;
	overflow:hidden;
}

.use-description .text-center h2, .block-holder .text-center h2 {
	font-size: 37px;
	margin: 0 0 -3px;
}

.use-description .text-center h3, .block-holder .text-center h3 {
	font-size: 32px;
	margin: 0 0 19px;
}

.video-list {
	overflow: hidden;
	width: 100%;
	padding: 0 4px;
	font-size: 12px;
}

.video-list ul {
	margin: 0 -13px 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.video-list ul li {
	width: 25%;
	padding: 0 19px 18px 0;
}
.single-product .video-list ul li {
	width: 33%;
}

.video-list a, .show-more .three-cols .col .lightbox {
	display: block;
	position: relative;
	color: #000;
	margin: 0 0 19px;
}

.video-list a i, .show-more .three-cols .col .lightbox i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 71px;
	height: 71px;
	background: #fff;
	border-radius: 100%;
	color: #666;
	font-size: 40px;
	line-height: 1;
	background:#fff url(images/1468599150_play_alt.svg) no-repeat;
	background-size:cover;
}

.video-list a i:before, .show-more .three-cols .col .lightbox i:before {
	position: absolute;
	top: -1px;
	left: -1px;
	content:'';
	border: 3px solid #4e4e50;
	width: 73px;
	height: 73px;
	border-radius: 100%;
}

.video-list a:hover i {
	opacity:.8;
}

.video-list img {
	display: block;
	width: 100%;
	height: auto;
}

.video-list span {
	display: block;
	text-align: center;
}

.video-list span a {
	margin: 0;
}

#footer {
	background: url(images/bg-footer.png) no-repeat 32% 0;
	color: #fff;
	font-size: 12px;
	position: relative;
	z-index: 5;
}

#footer .container {
	padding-top: 171px;
	padding-bottom: 50px;
	padding-right: 35%;
	position: relative;
}

#footer .slogan {
	position: absolute;
	top: 225px;
	right: 37px;
	font-size: 29px;
}

#footer a {
	color: #fff;
}

#footer p {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 5px 0;
}

#footer .menu {
	display: inline-block;
	vertical-align: top;
	padding: 0;
}

#footer .menu li {
	display: inline-block;
	vertical-align: top;
}

#footer .menu li:before {
	display: inline-block;
	vertical-align: top;
	content: "|";
	margin: 0 6px 0 3px;
}

#footer .menu li:first-child:before {
	display: none;
}

.social-networks li {
	display: inline-block;
	vertical-align: top;
	margin: 0 4px 19px 0;
}

.social-networks a {
	display: inline-block;
	vertical-align: top;
}

.social-networks a:hover {
	opacity: .7;
}

.social-networks i {
	display: inline-block;
	vertical-align: top;
	width: 52px;
	height: 52px;
	border-radius: 100%;
	position: relative;
}

.social-networks i.icon-facebook {
	background: #3c5b9b;
}

.social-networks i.icon-twitter {
	background: #2ca9e1;
}

.social-networks i.icon-linkedin {
	background: #0172b1;
}

.social-networks i.icon-youtube {
	background: #fd3331;
}

.social-networks i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	font-size: 35px;
}

.mobile-visible {
	display: none;
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.office .holder.js-slide-hidden {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		position: static !important;
	}

	.office h2 {
		pointer-events: none;
	}
}

@media (min-width: 1280px) {
	.where-buy .text {
		position: relative;
		z-index: 7;
	}

	.where-buy:last-child {
		margin-bottom: -260px;
	}

	#footer {
		background: url(images/bg-footer.png) no-repeat 50% 0 !important;
		background-size: cover !important;
	}

	#footer .container {
		padding-top: 250px;
		padding-right: 20%;
		padding-bottom: 50px;
	}

	#footer .slogan {
		top: 304px;
	}
}

@media (max-width: 1024px) {
	.btn {
		border-radius: 8px;
		padding: 18px 19px;
	}

	.show-more {
		padding: 41px 0 12px;
	}

	.show-more .container {
		position: relative;
	}

	.show-more .three-cols {
		display: block;
		overflow: hidden;
		margin: 0;
	}

	.show-more .three-cols img {
		margin: 0 0 20px;
	}

	.show-more .three-cols .col:first-child {
		float: left;
		width: 65%;
	}

	.show-more .three-cols .col {
		float: right;
		width: 32%;
		padding: 0 0 16px;
	}

	.show-more .btn-wrap {
		position: absolute;
		left: 4.2%;
		bottom: 16px;
		width: 60%;
	}

	.show-more .btn-wrap .three-cols {
		display: block;
		margin: 0;
	}

	.show-more .btn-wrap .col,
	.show-more .btn-wrap .col:first-child,
	.show-more .btn-wrap .col:last-child {
		display: inline-block;
		vertical-align: top;
		width: auto;
		float: none;
		text-align: left;
	}

	.show-more .btn-wrap .btn {
		margin: 0 13px 5px 0 !important;
	}

	.show-more .btn {
		min-width: 130px;
	}

	.printers {
		padding: 24px 0 46px;
	}

	.printers .two-cols {
		padding: 0 1% 26px;
	}

	.where-buy {
		padding: 0;
	}

	.where-buy .text {
		width: 35%;
		margin: 0 0 0 10%;
		padding: 80px 0 160px 2px;
	}

	.where-buy p {
		margin: 0 0 25px;
	}

	.where-buy .image {
		width: 51%;
		position: relative;
	}

	.where-buy .image img {
		float: left;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.where-buy:last-child {
		margin-bottom: -174px;
	}

	.main-holder {
		margin-bottom: -72px;
	}

	.intro {
		padding: 37px 0 64px;
	}

	.head-office .location {
		width: 32.5%;
	}

	.head-office .description {
		width: 25%;
	}

	.head-office .info-form {
		width: 32%;
	}

	.office .holder {
		padding: 0;
	}

	.office .location {
		width: 32.5%;
	}

	.office .description {
		width: 49.5%;
	}

	.office .two-cols .col {
		width: 50%;
	}

	.video-list {
		padding: 0;
	}
	a[href^='tel']:hover{text-decoration:underline;}
}
@media (max-width: 1023px) {
	#nav li:before {
		margin: -1px 6px 0 4px;
	}

	.head-office .location {
		width: 27%;
	}

	.head-office .description {
		width: 32%;
	}

	.head-office .phone {
		margin: -20px 0 50px;
		font-size: 18px;
	}

	.office .description {
		padding: 0 5px;
	}

	.office .logo-wrap .logo {
		max-width: 90%;
	}

	.video-list ul li {
		width: 50%;
	}

	#footer .container {
		padding-top: 150px;
		padding-bottom: 20px;
		padding-right: 40px;
	}

	#footer .slogan {
		position: static;
		margin-bottom: 5px;
		display: block;
	}
	.container {
		padding: 0 15px;
	}
}

@media (max-width: 767px) {
	body.home {
		font-size: 9px;
		line-height: 13px;
	}

	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	h1,
	.slideshow strong,
	.h1 {
		font-size: 25px;
		line-height: 1.2;
	}

	h2,
	.h2 {
		font-size: 25px !important;
		line-height: 27px;
	}

	h3,
	.h3 {
		font-size: 18px !important;
	}

	h4,
	.h4 {
		font-size: 12px;
		line-height: 1;
	}

	.two-cols {
		display: block;
	}

	.two-cols .col {
		width: auto;
	}

	#header .container {
		padding-top: 10px;
		padding-bottom: 21px;
		display: block;
		position: relative;
	}

	#header .contact-us {
		display: none;
	}

	#header .holder {
		position: absolute;
		top: 15px;
		right: 10px;
	}

	#header .logo {
		display: block;
		width: 165px;
		margin: 0 0 4px;
	}

	#nav {
		font-size: 13px;
		text-align: center;
		display: block;
		margin: 0 -10px;
	}

	#nav > ul {
		display:table;
		width:100%;
	}

	#nav li {
		position: relative;
		padding: 0 11px 0 10px;
	}

	#nav li:before {
		position: absolute;
		top: 0;
		left: -3px;
		margin: 0;
	}

	#nav li:first-child:before {
		display: none;
	}

	#nav li.active a,
	#nav li a:hover {
		padding-bottom: 2px;
		margin-bottom: -5px;
	}

	.language strong {
		display: none;
	}

	.show-more {
		padding: 31px 0 29px;
	}

	.show-more h2 {
		margin: 0 0 10px;
	}

	.show-more p {
		margin: 0 0 17px;
	}

	.show-more .three-cols img {
		margin: 0 0 20px;
	}

	.show-more .three-cols .col:first-child {
		float: none;
		width: auto;
		padding: 0;
	}

	.show-more .three-cols .col {
		float: none;
		width: auto;
		padding: 0 20px 20px;
	}

	.show-more .btn-wrap {
		position: static;
		width: auto;
		margin: -7px -10px 0;
		text-align: center;
	}

	.show-more .btn-wrap .col,
	.show-more .btn-wrap .col:first-child,
	.show-more .btn-wrap .col:last-child {
		padding: 0;
	}

	.show-more .btn-wrap .btn {
		margin: 0 2px 5px !important;
	}

	.printers {
		line-height: 12px;
		padding: 16px 0 4px;
	}

	.printers h2 {
		margin: 0 0 11px;
	}

	.printers h3 {
		margin: 0 0 18px;
	}

	.printers .image {
		width: 159px;
		height: 159px;
		white-space: nowrap;
		text-align: center;
		margin: 0 auto 15px;
	}

	.printers .image:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 159px;
	}

	.printers .image > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.printers .image img {
		max-width: 60%;
		height: auto;
	}

	.printers h4 {
		margin: 0 0 2px;
	}

	.printers .two-cols {
		padding: 0;
	}

	.printers .col {
		width: auto;
		padding: 0 10% 19px;
	}

	.printers .more {
		position: static;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		margin: 6px 0 2px;
	}

	.printers .btn-wrap {
		margin: -11px 12% 0;
	}

	.printers .btn {
		line-height: 14px;
		padding: 14px 19px 13px;
	}

	.where-buy {
		padding: 22px 0 0;
	}

	.where-buy .container {
		display: block;
	}

	.where-buy .text {
		width: auto;
		margin: 0 0 6px;
		padding: 0 30px;
		text-align: center;
	}

	.where-buy p {
		margin: 0 0 20px;
	}

	.where-buy .image {
		width: auto;
	}

	.where-buy .image img {
		width: 100%;
		height: auto;
		float: none;
		left: 0;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.where-buy:last-child {
		margin-bottom: -83px;
	}

	.slideshow {
		padding: 47px 0 14px;
	}

	.slideshow .btn-wrap {
		display: none;
	}

	.slideshow .container {
		padding: 0 10px;
	}

	.slideshow .image {
		margin: 0 auto 12px;
		width: 120px;
		height: 120px;
		white-space: nowrap;
		text-align: center;
	}

	.slideshow .image:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 120px;
	}

	.slideshow .image > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.slideshow strong {
		margin: 0 0 8px;
	}

	.slideshow .title {
		font-size: 14px;
		margin: 0 0 11px;
	}

	.slideshow ul {
		font-size: 9px;
		letter-spacing: -.5px;
		margin: 0 -10px 11px;
	}

	.slideshow ul li, .intro ul li {
		padding: 0 0 0 18px;
		margin: 0 10px 10px;
	}

	.slideshow ul li:before, .intro ul li::before {
		background-size: cover;
		top: 0;
		width: 13px;
		height: 13px;
	}

	.slideshow .btn {
		min-width: 50px;
		font-size: 9px;
		padding: 7px;
	}

	.slideshow .video {
		width: 260px;
		height: 132px;
	}

	.main-holder {
		padding-top: 32px;
		margin-bottom: -31px;
	}

	.intro {
		padding: 46px 0 46px;
	}

	.intro h1,
	.intro .slideshow strong,
	.slideshow .intro strong {
		margin: 0 0 1px;
	}

	.intro h2 {
		font-size: 14px !important;
	}
	.intro.add-view h2{margin:0 !important;}
	.intro.add-view .two-cols {
		max-width: 1000%;
		width: auto;
		margin: 0 -15px -8px;
		padding: 23px 27px 0;
		position:relative;
		font-size:9px;
	}
	.intro.add-view .two-cols:after{
		position:absolute;
		left:20px;
		right:20px;
		bottom:-20px;
		background:#00816a;
		content:'';
		height:1px;
	}

	.intro.add-view .two-cols .col {
		width: auto;
		padding: 0;
	}

	.intro.add-view p {
		margin: 0 0 20px;
	}

	.intro.add-view .slideshow strong,
	.slideshow .intro.add-view strong {
		font-size: 53px;
		margin: 0 0 9px;
	}

	.intro.add-view h2 {
		font-size: 26px;
		line-height: 1.15;
		margin: 0 0 21px;
	}

	.head-office {
		text-align: center;
		margin: 0 0 33px;
	}

	.head-office h2 {
		margin: 0 0 3px;
		font-size: 25px;
	}

	.head-office h3 {
		font-size: 25px;
		margin: 0 0 11px;
		padding: 0 0 12px;
	}

	.head-office h4 {
		margin: 0 0 9px;
	}

	.head-office p {
		margin: 0 0 15px;
	}

	.head-office address {
		margin: 13px 0 18px;
	}

	.head-office .logo {
		margin: 0 auto 9px;
	}

	.head-office .phone {
		font-size: 31px;
		margin: -12px 0 15px;
	}

	.head-office .holder {
		display: block;
	}

	.head-office .location {
		width: auto;
		font-size: 15px;
	}

	.head-office .location .map {
		max-width: 300px;
		margin: 0 auto 19px;
	}

	.head-office .description {
		padding: 0 4% 20px;
		width: auto;
	}

	.head-office .info-form {
		width: auto;
	}
	

	.office {
		font-size: 12px;
		line-height: 1.25;
		margin: 0 0 37px;
	}

	.office h2 {
		margin: 0 0 14px;
		padding: 0 20px 13px;
		position: relative;
	}

	.office h2:before {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		width: 19px;
		height: 19px;
		background: url(images/bullet02.png) no-repeat;
	}

	.office.active h2:before {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.office .logo-wrap {
		width: auto;
		margin: 0 0 10px;
	}

	.office .location {
		width: auto;
	}

	.office .location h3 {
		display: none;
	}

	.office .location .map {
		max-width: 300px;
		margin: 0 auto;
	}

	.office p {
		margin: 0 0 15px;
	}

	.office .description {
		width: auto;
		padding: 0 8%;
	}

	.office .description > h3 {
		text-align: center;
		margin: 0 0 8px;
	}

	.office .two-cols {
		margin: 0 -6%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-size: 11px;
		line-height: 16px;
	}

	.office .two-cols .col {
		width: 45%;
	}

	.office .two-cols h3 {
		font-size: 13px;
		margin: 0 0 18px;
	}

	.office .more {
		margin: 0 -9px 25px 0;
	}

	.use-description {
		padding: 0;
	}

	.use-description h2 {
		font-size: 33px;
		line-height: 1.28;
		margin: 0 0 8px;
	}

	.use-description h3 {
		font-size: 27px;
		line-height: 1.04;
		margin: 0 0 27px;
	}

	.video-list {
		max-width: 226px;
		margin: 0 auto 4px;
	}

	.video-list ul {
		margin: 0;
		display: block;
	}

	.video-list ul li {
		width: 100% !important;
		padding: 0 0 19px;
	}

	#footer {
		background-size: 960px auto;
		font-size: 9px;
	}

	#footer .slogan {
		font-size: 20px;
		margin-bottom: 19px;
	}

	#footer .container {
		padding-top: 95px;
		padding-bottom: 20px;
		padding-right: 40px;
	}

	.social-networks li {
		margin: 0 2px 9px 0;
	}

	.social-networks i {
		width: 30px;
		height: 30px;
	}

	.social-networks i:before {
		font-size: 18px;
	}

	.mobile-visible {
		display: inline-block;
	}

	.mobile-hidden {
		display: none !important;
	}
}

@media (max-width: 479px) {
	#footer {
		background-size: 640px auto;
		background-position: 28% 0;
	}
}

.map {
	height: 199px;
}

/* fixes potential theme css conflict */
.map img {
   max-width: inherit !important;
}
.salesforce_w2l_lead {
	background:#4db3d0;
	padding:11px 16px 30px;
	font-size:10px;
}
.salesforce_w2l_lead .sf_field.sf_field_update.sf_type_checkbox{padding-top:3px;}
.salesforce_w2l_lead .sf_field.sf_field_update.sf_type_checkbox label{width:auto;}
.salesforce_w2l_lead input[type=text], .salesforce_w2l_lead input[type=email], .salesforce_w2l_lead select, .salesforce_w2l_lead textarea{
	width:100% !important;
	height:29px !important;
	padding:0 10px 0 32px !important;
	border:2px solid #000;
	font-size:10px;
}
.salesforce_w2l_lead select{
	text-indent:32px;
	padding:0 10px 0 0 !important;
}
.salesforce_w2l_lead textarea{
	height:92px !important;
	padding:9px 10px 9px 32px !important;
}
.salesforce_w2l_lead input[type=checkbox]{
	display:inline-block;
	border:0;
	border-color:#fff;
}
.salesforce_w2l_lead label{
	display:inline-block;
	vertical-align:middle;
	max-width:90%;
	color:#fff;
	font-size:11px;
}
.salesforce_w2l_lead .w2llabel.checkbox{width:auto;}
.sf_type_checkbox{padding:8px 0 0;}
.salesforce_w2l_lead select{
	border-color:#009e58;
}
.salesforce_w2l_lead .w2lsubmit{text-align:center;margin-top:20px;}
.salesforce_w2l_lead .submit{
	width:121px;
	border:0;
	display: inline-block;
    vertical-align: top;
    padding: 18px 22px;
    color: #fff;
    background: #007f6b;
    font-size: 11px;
    line-height: 1.27;
    border-radius: 10px;
    margin: 0 0 10px;
    text-transform: uppercase;
}
#requiredfieldsmsg{display:none;}
.sf_field{
	position:relative;
}
.sf_field:before{
	position:absolute;
	top:9px;
	left:10px;
	font: 16px/1 FontAwesome;
	font-size:17px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f040";
}
.sf_type_select:before{
	top:6px;
	content: "\f019";
}
.sf_type_textarea:before{
	top:16px;
}
.sf_type_checkbox:before{content:none;}
.sf_field_first_name:before, .sf_field_last_name:before{content: "\f007";}
.sf_field_first_name, .sf_field_last_name{
	float:left;
	width:100%;
	clear:none !important;
	position: relative;
	z-index: 555;
}
.sf_field_last_name{float:right;}
.sf_field_email:before{content: "\f0e0";}
.sf_field_tel:before{content: "\f095";}
.sf_field_country:before{content: "\f0ac";}
.js-tab-hidden {
	display:block !important;
	left:-9999px !important;
	position: absolute !important;
	top:-9999px !important;
}
.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('images/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('images/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
.all-opener{
	display:none;
	position:relative;
	padding:0 0 0 25px;
	color:#000;
	margin:0 0 10px;
}
.four-cols .all-opener:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 19px;
	height: 19px;
	background: url(images/bullet02.png) no-repeat;
}

.four-cols.active .all-opener:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.faqs ul{
	list-style:none;
	margin:0;
	padding:0;
	-webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
	font-size:12px;
}
.faqs ul li{
	margin:0 0 16px;
	padding:0 0 0 17px;
}
.faqs ul li .faq-body > span{
	position:absolute;
	top:0;
	left:-17px;
	margin:0 8px 0 0;
	color:#007f6b;
}
.faqs ul li a{color:#0831ff; text-decoration:underline;}
.faqs ul li a:hover{text-decoration:none;}
.faqs ul li .faq-body{
	border-bottom:1px solid #009e58;
	position:relative;
}
.faqs ul li .faq-body:first-of-type{border:0;}
.use-description{margin:0 0 52px;}
.block-holder {
	border-bottom: 1px solid #009e58;
	padding: 0 0 27px;
	margin:0 0 52px;
	overflow:hidden;
}
.block-holder:last-of-type{border:0;}
.col-one{
	width:30%;
	padding:0 0 0 7%;
	float:left;
}
.col-two{
	width:60%;
	float:right;
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
	font-size:12px;
}
.col-two ul{
	list-style:none;
	margin:0 0 27px;
	padding:0;
}
.col-two h4{
	font-size:14px;
	margin:0 0 27px;
}
.col-two a{
	color:#6a6a6a;
	text-decoration:underline;
}
.col-two a:hover{text-decoration:none;}
.col-three{
	width:100%;
	float:left;
}
.col-four{
	float:right;
	width:300px;
}
.center{
	text-align:center;
	padding:30px 0 0;
}
.single-product .col-three {width:65%;}
.single-product  .three-cols .col{
	width: 33.333333%;
	text-align:center;
	padding:0 20px 24px 0;
}
.single-product .three-cols .col a{
	color:#000;
}
.single-product .three-cols .col h4{
	font-size:15px;
	margin:0 0 16px;
}
.single-product .three-cols .col a.more{
	text-decoration:underline;
	font-size:14px;
	font-weight:normal;
}
.single-product .three-cols .col a.more:hover{
	text-decoration:none;
}
.additional-content .image{
	float:left;
	width:46%;
	margin:0 30px 0 0;
	padding:0 0 25px;
}
.additional-content .text{
	overflow:hidden;
}
.fade-gallery .slide{
	display:none !important;
	color:#fff;
	table-layout:fixed;
	width:100%;
}
.fade-gallery .slide.active{
	display:table !important;
}
.fade-gallery .slide .visual{
	width:59%;
	background:#fff;
	display:table-cell;
	border-right:25px solid #fff;
	text-align:center;
	vertical-align:middle;
	position:relative;
}
.fade-gallery .slide .visual img{
	vertical-align:middle;
	max-width:100%;
}
.fade-gallery .slide .visual .pins{
	list-style:none;
	margin:0;
	padding:0;
}
.fade-gallery .slide .visual .numbers{
	list-style:none;
	margin:0;
	padding:0;
}
.fade-gallery .slide .visual .numbers a{
	position:absolute;
	color:#fff;
	background:#28ab70;
	border:3px solid #fff;
	width:32px;
	line-height:26px;
	text-align:center;
	margin:0 0 5px;
	font-size:24px;
	border-radius:50%;
}
.fade-gallery .slide .visual .numbers a:hover, .fade-gallery .slide .visual .numbers a.active{
	background:#06558e;
	text-decoration:none;
}
.numbers .tab00 a{
	left:40.8%;
	top:10%;
}
.numbers .tab01 a{
	left:55%;
	top:18%;
}
.numbers .tab02 a{
	left:70.9%;
	top:46%;
}
.numbers .tab03 a{
	left:21%;
	top:68%;
}
.numbers .tab10 a{
	left:10%;
	top:20.5%;
}
.numbers .tab11 a{
	left:89.4%;
	top:21%;
}
.numbers .tab12 a{
	left:58.4%;
	top:22.4%;
}
.numbers .tab13 a{
	left:45.8%;
	top:29%;
}
.numbers .tab14 a{
	left:67%;
	top:69%;
}
.postid-79 .numbers .tab00 a{
	left:30%;
	top:2%;
}
.postid-79 .numbers .tab01 a{
	left:50%;
	top:34%;
}
.postid-79 .numbers .tab02 a{
	left:59%;
	top:82%;
}
.postid-79 .numbers .tab03 a{
	left:16%;
	top:68%;
}
.postid-79 .numbers .tab04 a{
	left:48%;
	top:66%;
}
.fade-gallery .slide .visual .pins a{
	position:absolute;
	width:35px;
	height:35px;
	text-indent:-9999px;
	overflow:hidden;
	background: url(images/pin.png) no-repeat 50% 50%;
	border-radius:50%;
}
.fade-gallery .slide .visual .pins a.active{border:1px solid #fff;}
.pins .tab00 a, .pins .tab10 a{
	left:15%;
	top:15%;
}
.pins .tab01 a, .pins .tab11 a{
	left:75%;
	top:15%;
}
.pins .tab02 a, .pins .tab12 a{
	left:15%;
	top:75%;
}
.pins .tab03 a, .pins .tab13 a{
	left:75%;
	top:75%;
}
.fade-gallery .btn-wrap{
	position:relative;
	width:59%;
	border-right:25px solid #fff;
}
.fade-gallery .btn-wrap .btn-next{
	position:absolute;
	font-size:14px;
	text-transform:uppercase;
	color:#06558e;
	font-weight:bold;
	right:15px;
	top:-52px;
}
.fade-gallery .slide .info{
	width:41%;
	background:#06558e;
	padding:30px 23px 20px;
	display:table-cell;
	vertical-align:top;
}
.fade-gallery .slide .info .tab-content{min-height:376px;}
.fade-gallery .slide .info h3{
	color:#fff;
	font-size:21px;
	font-weight:bold;
	padding:0 0 12px;
}
.fade-gallery .slide .info ul{
	list-style:none;
	margin:0;
	padding:0;
}
.fade-gallery .slide .info li{
	position:relative;
	padding:0 0 0 16px;
	font-size:19px;
	margin:0 0 18px;
}
.fade-gallery .slide .info li strong, .fade-gallery .slide .info li em{font-family: "Lato", "Georgia", serif;}
.fade-gallery .slide .info li:before{
	width:6px;
	height:6px;
	position:absolute;
	content:'';
	background:#fff;
	border-radius:50%;
	left:0;
	top:8px;
}
.fade-gallery .slideset{
	overflow:hidden;
	border:15px solid #f1f1f1;
}
.non-clickable > a{pointer-events: none;}
@media (min-width: 768px) {
	.faqs.js-slide-hidden{
		position:static !important;
	}
}
@media (max-width: 1024px) {
	.single-product .col-three{
		width:100%;
		margin:0 0 20px;
	}
	.single-product .col-four{
		float:none;
		clear:both;
		margin:0 auto;
	}
}
@media (max-width: 1023px) {
	.fade-gallery .slide .visual, .fade-gallery .btn-wrap{
		border-right-width:15px;
		//width:70%;
	}
	.fade-gallery .slide .info{//width:30%;}
}
@media (max-width: 790px) {
	
}
@media (max-width: 767px) {
	.all-opener{
		display:block;
	}
	.col-one, .col-two, .col-three, .col-four{
		float:none;
		width:auto;
		margin:0 0 21px;
	}
	.faqs ul{
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		padding:0 39px;
	}
	.col-two{
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	#nav .drop-holder{
		left:4px;
		right:-7px;
		text-align:center;
	}
	#nav .drop-holder li{text-align:center;}
	.additional-content .image{
		float:none;
		width:auto;
		margin:0 0 20px;
		padding:0;
	}
	.fade-gallery {position:relative;}
	.fade-gallery .slide.active{
		display:block !important;
	}
	.fade-gallery .slide .visual{
		display:block;
		width:auto;
		border:0;
		margin:0 0 20px;
	}
	.fade-gallery .slide .info{
		width:auto;
		display:block;
		margin:0;
		padding:17px 17px 46px;
		text-align:center;
	}
	.fade-gallery .slide .info li{font-size:16px; padding:0;}
	.fade-gallery .slide .info li:before{
		position:static;
		display:inline-block;
		vertical-align:middle;
		margin:0 6px 0 0;
	}
	.fade-gallery .slide .visual .pins a{
		pointer-events:none;
		cursor:default;
	}
	.fade-gallery .btn-wrap{
		position:absolute;
		width:auto;
		bottom:-24px;
		right:15px;
		padding:0;
	}
	.fade-gallery .btn-wrap .btn-next{
		position:static;
	}
	.fade-gallery .slide .info .tab-content{min-height:0;}
	.single-product .col-three{
		margin:0;
	}
	.single-product .three-cols .col{
		width:auto;
		padding:0 0 20px;
	}
	.fancybox-wrap iframe, .fancybox-wrap video{
		width:100% !important;
		height:auto !important;
	}
}