/*
Theme Name: CADlink
Author: AUTHOR
Description: Designed by AUTHOR.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

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

/*! 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;
	text-decoration: none;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.slick-dots,
.nav,
.drop-list,
.add-nav,
.nav-tools,
.social,
.widget-list .list-info,
.list-info,
.link-holder ul,
.bottom-nav,
.links-item,
.products-section .tabset,
.products-section .accordion,
.item-list,
.links,
.video-section .tabset-list,
.video-section .tab-content,
.links-list,
.info-block .resp-tabs-list,
.info-block .resp-tabs-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.post-password-form:after,
#search_block:after,
.search-form p:after,
#search_block p:after,
.navigation-single:after,
.commentlist .comment-author:after,
.main-holder:after,
.thumbnail-info:after,
.info:after,
.boxes .box a:after,
.section-advice: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: #fff;
	background: #000;
	font: 14px/1.3 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

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

blockquote {
	border-left: 4px solid #2d2d2d;
	padding-left: .5em;
	margin-left: 1.3em;
}

table {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0 0 20px 0;
}

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

th {
	text-align: center;
	vertical-align: middle;
	background: #000;
}

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

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

ul {
	list-style-type: disc;
}

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

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

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

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #2d2d2d;
	padding: .4em .7em;
	outline: none;
	box-shadow: none;
	line-height: 1.2;
	color: #000;
	-webkit-transition: border-color .2s linear;
	transition: border-color .2s linear;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]: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,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #2d2d2d;
}

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

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

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

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

input[type="number"] {
	box-shadow: none;
	-webkit-box-shadow: none;
}

input[type="number"],
select {
	-webkit-border-radius: 0;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"],
.btn {
	display: inline-block;
	vertical-align: top;
	height: 40px;
	padding: 0 15px;
	background: #2d2d2d;
	border: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
	outline: none;
	-webkit-transition: color .2s linear, background .2s linear, opacity .2s linear , border-color .2s linear;
	transition: color .2s linear, background .2s linear, opacity .2s linear , border-color .2s linear;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover,
.btn:hover {
	background: #474747;
}

.btn:not([type="submit"]),
.btn:not(button) {
	height: auto;
}

input[type="file"] {
	height: auto;
	padding: 0;
	background: none;
	color: inherit;
	text-transform: none;
}

input[type="file"]:hover {
	background: none;
	color: inherit;
}

.widget {
	margin-bottom: 1.3em;
}

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

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

/* Calendar */

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

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

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

#wp-calendar td {
	background: transparent;
}

.comment-form p {
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px;
	margin: 0;
}

.comment-form label {
	display: block;
	padding: 0 0 5px;
}

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

.comment-form textarea {
	width: 96%;
	margin: 0;
}

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

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

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

.search-form input {
	float: left;
}

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

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

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

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

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

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

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

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

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

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

.commentlist {
	margin: 0 0 1.3em;
}

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

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

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

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

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

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

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

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

.navigation,
.navigation-comments,
.pagination {
	position: relative;
	vertical-align: middle;
	padding: 10px 0 20px 0;
	width: 100%;
	overflow: hidden;
	text-transform: uppercase;
}

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

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

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

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

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

.navigation .next,
.navigation .prev,
.navigation .al,
.navigation .ar,
.navigation-comments .next,
.navigation-comments .prev,
.navigation-comments .al,
.navigation-comments .ar,
.pagination .next,
.pagination .prev,
.pagination .al,
.pagination .ar {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: #2d2d2d;
	color: #fff;
	text-decoration: none;
}

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

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

.navigation .next a:hover,
.navigation .prev a:hover,
.navigation .al a:hover,
.navigation .ar a:hover,
.navigation-comments .next a:hover,
.navigation-comments .prev a:hover,
.navigation-comments .al a:hover,
.navigation-comments .ar a:hover,
.pagination .next a:hover,
.pagination .prev a:hover,
.pagination .al a:hover,
.pagination .ar a:hover {
	opacity: .9;
	color: #fff;
	text-decoration: none;
}

.navigation a,
.navigation-comments a,
.pagination a {
	color: inherit;
}

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

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

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

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

/* Begin Images */

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

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #2d2d2d;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 0 20px 0;
}

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

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

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

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

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

.aligncenter {
	margin: 5px auto 20px auto;
}

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

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

.alignnone {
	margin: 0;
}

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

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

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

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

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

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

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

.posts-list p {
	margin: 0;
}

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

.title {
	margin-bottom: 1.2em;
	text-transform: uppercase;
}

.title h1 {
	margin: 0;
}

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

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

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

.center {
	text-align: center;
}

.hidden {
	display: none;
}

code br {
	display: none;
}

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

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

/* Various Tags & Classes */

acronym,
abbr,
span.caps {
	cursor: help;
}

acronym,
abbr {
	border-bottom: 1px dashed #dfcfba;
}

sup {
	position: relative;
	top: -5px;
}

sub {
	position: relative;
	top: 5px;
}

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

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

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

/* Respond */

.comments {
	clear: both;
}

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

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

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

/* Comments*/

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

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

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

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

.commentlist .commentlist {
	padding: 0;
}

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

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

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

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

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

.comment-body .reply {
	padding-bottom: 15px;
}

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

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

.breadcrumb {
	padding-bottom: 20px;
}

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

.divider {
	height: 71px;
}

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

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

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

.error input:not([type="submit"]) {
	border-color: red !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 .5em;
	color: inherit;
}

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

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

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

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #009ad8;
	outline: none;
	text-decoration: none;
	-webkit-transition: color .2s linear, background .2s linear, opacity .2s linear , border-color .2s linear;
	transition: color .2s linear, background .2s linear, opacity .2s linear , border-color .2s linear;
}

a:hover {
	text-decoration: underline;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

.icon-chevron-down:before {
	content: "\e903";
}

.icon-chevron-right:before {
	content: "\e902";
}

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

.icon-chevron-up:before {
	content: "\e901";
}

/* Slider */

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
	display: block;
}

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

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

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

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

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

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

.slick-dots {
	font-size: 0;
}

.slick-dots li {
	display: inline-block;
	padding: 0 13px;
}

.slick-dots button {
	width: 9px;
	height: 9px;
	background: #4157e7;
	border-radius: 50%;
	opacity: .36;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	padding: 0;
}

.slick-dots .slick-active button {
	opacity: 1;
}

.slick-arrow {
	width: 23px;
	height: 44px;
	position: absolute;
	top: 20px;
	padding: 0;
	z-index: 100;
	text-indent: -9999px;
}

.slick-arrow.slick-prev {
	background: url(images/btn-prev.png) no-repeat;
	left: 0;
}

.slick-arrow.slick-next {
	background: url(images/btn-next.png) no-repeat;
	right: 0;
}

.slick-arrow:hover {
	opacity: .9;
}

.gallery .slick-arrow,
.info-slider .slick-arrow,
.stories-slider .slick-arrow {
	top: 50%;
	margin-top: -22px;
}

.info-slider .slick-arrow {
	margin-top: -17px;
}

.stories-slider .slick-arrow {
	margin-top: 22px;
}

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

.slick-slider .slide,
.slick-slider .slides {
	display: none;
}

/* custom radio styles */

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

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

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

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

/* custom checkbox styles */

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

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 9px;
	width: 16px;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -4px;
	border: 3px solid #272827;
	border-width: 0 0 2px 2px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

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

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

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

/* select */

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

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

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 14px;
	line-height: 32px;
	margin: 0 35px 0 8px;
}

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

.jcf-select .jcf-select-opener:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 3px 0 3px;
	border-color: #898989 transparent transparent transparent;
	position: absolute;
	top: 50%;
	right: 50%;
	margin: -2px -3px 0 0;
}

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

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

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

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

.jcf-select.jcf-compact-multiple {
	max-width: 220px;
}

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
	display: inline-block;
	padding-top: 2px;
	content: "...";
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #f00;
}

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
	background: none;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
	display: inline-block;
	content: "";
	height: 4px;
	width: 8px;
	margin: -7px 5px 0 -3px;
	border: 3px solid #777;
	border-width: 0 0 3px 3px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

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

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

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

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

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

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

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

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

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

/* custom scrollbars styles */

.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: rgba(255, 255, 255, .1);
	width: 20px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #0099d4;
	height: 17px;
	width: 22px;
	left: 0;
	top: 0;
	position: relative;
	margin-left: -1px;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec:before,
.jcf-scrollbar-vertical .jcf-scrollbar-inc:before {
	content: "\e901";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 18px;
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc:before {
	content: "\e903";
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: rgba(255, 255, 255, .1);
	height: 1px;
	width: 20px;
}

.jcf-scrollbar-horizontal {
	position: absolute;
	background: #e3e3e3;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 14px;
	width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #888;
	height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

.fancybox-enabled {
	overflow: hidden;
}

.fancybox-enabled body {
	overflow: visible;
	-ms-touch-action: none;
	touch-action: none;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Make sure that the first one is on the top */

.fancybox-container ~ .fancybox-container {
	z-index: 99992;
}

.fancybox-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0f0f11;
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

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

.fancybox-controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	z-index: 99994;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
	opacity: 1;
}

.fancybox-infobar {
	display: none;
}

.fancybox-show-infobar .fancybox-infobar {
	display: inline-block;
	pointer-events: all;
}

.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30, 30, 30, .7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	pointer-events: all;
}

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

.fancybox-slider-wrap {
	overflow: hidden;
	direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
}

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

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

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

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

.fancybox-content {
	display: inline-block;
	position: relative;
	margin: 44px auto;
	padding: 0;
	border: 0;
	width: 80%;
	height: calc(100% - 88px);
	vertical-align: middle;
	line-height: normal;
	text-align: left;
	white-space: normal;
	outline: none;
	font-size: 16px;
	font-family: Arial, sans-serif;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
}

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

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

.fancybox-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	background: transparent;
	background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
	cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
	cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
	cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
	cursor: grabbing;
}

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

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

.fancybox-error {
	position: absolute;
	margin: 0;
	padding: 40px;
	top: 50%;
	left: 50%;
	width: 380px;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
	position: absolute;
	top: 4px;
	right: 4px;
	padding: 0;
	margin: 0;
	width: 30px;
	height: 30px;
	font: 21px/1 Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	cursor: pointer;
	background: #fff;
	-webkit-transition: background .2s;
	transition: background .2s;
	box-sizing: border-box;
	z-index: 2;
}

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

.fancybox-slide--video .fancybox-close-small {
	top: -36px;
	right: -36px;
	background: transparent;
}

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

/* Caption */

.fancybox-caption-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0 30px;
	z-index: 99998;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	opacity: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
}

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

.fancybox-caption a,
.fancybox-caption button {
	pointer-events: all;
}

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

/* Buttons */

.fancybox-button {
	display: inline-block;
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	background: transparent;
	color: #fff;
	box-sizing: border-box;
	vertical-align: top;
	outline: none;
}

.fancybox-button--disabled {
	cursor: default;
	pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
	background: rgba(30, 30, 30, .6);
}

.fancybox-button:hover {
	background: rgba(0, 0, 0, .8);
}

.fancybox-button::before,
.fancybox-button::after {
	content: "";
	pointer-events: none;
	position: absolute;
	border-color: #fff;
	background-color: currentColor;
	color: currentColor;
	opacity: .9;
	box-sizing: border-box;
	display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
	opacity: .5;
}

.fancybox-button--left::after {
	left: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.fancybox-button--right::after {
	right: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--left {
	border-bottom-left-radius: 5px;
}

.fancybox-button--right {
	border-bottom-right-radius: 5px;
}

.fancybox-button--close {
	float: right;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px);
}

.fancybox-button--close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Loading spinner */

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

/* Styling for Small-Screen Devices */

/* Fullscreen  */

.fancybox-button--fullscreen::before {
	width: 15px;
	height: 11px;
	left: 15px;
	top: 16px;
	border: 2px solid;
	background: none;
}

/* Slideshow button */

.fancybox-button--play::before {
	top: 16px;
	left: 18px;
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px;
	background: transparent;
}

.fancybox-button--pause::before {
	top: 16px;
	left: 18px;
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px 0 2px;
	background: transparent;
}

/* Thumbs */

.fancybox-button--thumbs span {
	font-size: 23px;
}

.fancybox-button--thumbs::before {
	top: 20px;
	left: 21px;
	width: 3px;
	height: 3px;
	box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
	right: 220px;
}

.fancybox-thumbs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 220px;
	margin: 0;
	padding: 5px 5px 0 0;
	background: #fff;
	z-index: 99993;
	word-break: normal;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}

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

.fancybox-thumbs > ul > li {
	float: left;
	overflow: hidden;
	max-width: 50%;
	padding: 0;
	margin: 0;
	width: 105px;
	height: 75px;
	position: relative;
	cursor: pointer;
	outline: none;
	border: 5px solid #fff;
	border-top-width: 0;
	border-right-width: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

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

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

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

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

/* Styling for Small-Screen Devices */

.support-page .add-nav {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -10px;
}

.support-page .add-nav li {
	padding-left: 12px;
	padding-right: 12px;
}

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

.bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

body.menu-active .menu-drop {
	display: block;
}

body.menu-active .menu-opener {
	background: #565656;
}

body.search-active .search-drop {
	display: block;
}

body.search-active .search-opener {
	background: #565656;
}

body.main-menu-active .mobile-bar {
	z-index: 200;
}

body.main-menu-active .main-menu {
	display: block;
}

body.main-menu-active .main-menu-opener {
	background: #565656;
}

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

.container {
	max-width: 995px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}

.main-holder {
	width: 100%;
	padding: 70px 0;
}

#content {
	float: left;
	width: 100%;
}

#content > .holder {
	margin-right: 310px;
}

#sidebar {
	float: right;
	width: 270px;
	margin-left: -100%;
}

#header {
	width: 100%;
	background: #2d2d2d;
	position: relative;
	z-index: 999;
}

#header .top-panel {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#logo {
	max-width: 111px;
	display: block;
	padding: 18px 0;
}

#logo a {
	display: block;
	height: 100%;
}

.mobile-bar {
	padding: 0;
	text-align: right;
	display: none;
	position: absolute;
	right: 0;
	z-index: 10;
}

.main-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-menu-opener {
	font-weight: bold;
	color: #ccc;
	padding: 10px 15px;
	display: block;
	background: #2d2d2d;
	cursor: pointer;
}

.nav-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 200;
}

.nav > li {
	display: inline-block;
	padding: 0 16px;
}

.nav > li:hover .drop {
	display: block;
}

.nav > li:hover .has-drop-down-a:before {
	display: block;
}

.nav > li > a {
	color: #ccc;
	display: block;
	padding: 25px 0;
	font-weight: 500;
	position: relative;
}

.nav > li > a:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12.5px 0 12.5px;
	border-color: #2d2d2d transparent transparent transparent;
	position: absolute;
	bottom: -11px;
	left: 0;
	z-index: 200;
	display: none;
}

.nav > li > a:hover {
	text-decoration: none;
	color: #a7a7a7;
}

.nav .drop {
	width: 100%;
	position: absolute;
	display: none;
	top: 100%;
	z-index: 100;
	left: 0;
	padding: 35px 9999px;
	margin: 0 -9999px;
	background: #565656;
}

.nav .drop-holder {
	width: 830px;
}

.drop-opener {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #ccc transparent transparent transparent;
	position: absolute;
	top: 50%;
	right: -20px;
	z-index: 10;
	margin-top: -4px;
	display: none;
}

.actives .drop-opener {
	border-width: 0 7px 7px 7px;
	border-color: transparent transparent #ccc transparent;
}

.drop-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.drop-list li {
	padding: 15px 10px;
	width: 33.3%;
}

.drop-list a:hover {
	text-decoration: none;
}

.bottom-panel {
	position: relative;
	padding: 12px 0;
	background: -webkit-linear-gradient(left, #040303 0%, #121011 4%, #2f2e2e 9%, #3d3c3d 12%, #424142 14%, #434242 22%, #3d3c3d 29%, #302f30 38%, #2a292a 47%, #1a1819 63%, #0d0b0c 82%, #040303 100%);
	background: linear-gradient(to right, #040303 0%, #121011 4%, #2f2e2e 9%, #3d3c3d 12%, #424142 14%, #434242 22%, #3d3c3d 29%, #302f30 38%, #2a292a 47%, #1a1819 63%, #0d0b0c 82%, #040303 100%);
	box-shadow: 0 5px 9px 0 rgba(18, 16, 11, .34) inset;
}

.add-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -18px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 500;
}

.add-nav li {
	padding: 5px 18px;
}

.add-nav li.current-menu-item > a {
	font-size: 16px;
	font-weight: 700;
	color: #fffdfd;
}

.add-nav li a {
	color: #999;
}

.add-nav li a:hover {
	color: #fffdfd;
	text-decoration: none;
}

.add-nav li a i {
	display: inline-block;
	vertical-align: top;
	width: 2px;
	height: 22px;
	margin: -2px 8px;
	background: #fffdfd;
}

.thumbnail-info {
	font-size: 13px;
	color: #ccc;
}

.thumbnail-info h5 {
	color: #eee;
	font-size: 16px;
	font-weight: 500;
}

.thumbnail-info .image {
	float: left;
	margin: 0 15px 0 0;
}

.thumbnail-info .description {
	padding-top: 6px;
}

.thumbnail-info .description p {
	white-space: pre;
}

.thumbnail-info a {
	display: block;
	color: #ccc;
}

.thumbnail-info a:hover {
	color: #fff;
}

.thumbnail-info a:hover h5 {
	color: #fff;
}

.menu-drop {
	width: 100%;
	position: absolute;
	top: 100%;
	z-index: 100;
	margin-top: -53px;
	left: 0;
	display: none;
	padding: 45px 0;
	background: #565656;
}

.search-drop {
	width: 100%;
	position: absolute;
	top: 100%;
	z-index: 100;
	display: none;
	left: 0;
	padding: 50px 0;
	margin-top: -53px;
	background: #565656;
}

.search-drop .form-search {
	float: right;
	position: relative;
	width: 320px;
}

.search-drop .form-search input[type="search"] {
	width: 100%;
	display: block;
	padding: 10px 30px 10px 10px;
	background: #2d2d2d;
	color: #fff;
}

.search-drop .form-search .btn-search {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 10px;
	text-indent: -9999px;
	padding: 0;
	margin: -8px 0 0;
	background: url(images/icon-search.png) no-repeat;
}

.search-drop h6 {
	float: left;
	margin: 0;
}

.nav-store {
	padding: 0 30px 0 0;
}

.nav-store .items {
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
}

.nav-store .icon-store {
	padding: 0 1px;
	margin-top: -2px;
}

.nav-store a:hover span {
	opacity: .7;
}

.nav-tools {
	margin-right: -10px;
}

.nav-tools > li {
	display: inline-block;
}

.nav-tools a {
	color: #ccc;
}

.nav-tools a:hover {
	opacity: .8;
}

.nav-tools .icon-store {
	display: inline-block;
}

.nav-tools .ico {
	position: relative;
	padding: 26px 9px 23px;
}

.nav-tools .icon-burger {
	position: relative;
	padding-top: 20px;
	padding-bottom: 21px;
	cursor: pointer;
}

.nav-tools .icon-burger:after {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 999px;
	height: 100%;
	background: #565656;
}

.nav-tools .search-opener {
	font-size: 0;
	line-height: 0;
}

.nav-tools .search-opener a {
	display: block;
	position: relative;
	width: 13px;
	height: 22px;
	font-size: 0;
	line-height: 0;
}

.nav-tools .search-opener i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-top: -1px;
}

.nav-tools .search-opener i:before {
	font-size: 15px;
	color: #d4d4d4;
}

.btn-store {
	display: block;
	padding: 25px;
	width: 100%;
	border-radius: 10px;
	font-size: 16px;
	color: #eee;
	text-align: center;
	background-color: rgba(45, 45, 45, .54);
}

.btn-store span {
	margin: 0 5px 0 0;
	display: inline-block;
	vertical-align: bottom;
}

.btn-store:hover {
	opacity: .9;
}

.icon-dealer {
	display: inline-block;
	vertical-align: middle;
}

.icon-dealer .icon {
	width: 23px;
	height: 15px;
}

.icon-find {
	display: inline-block;
	vertical-align: middle;
}

.icon-find .icon {
	width: 11px;
	height: 16px;
}

.icon-search {
	display: inline-block;
	vertical-align: middle;
}

.icon-search .icon {
	width: 16px;
	height: 16px;
}

.icon-burger {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	line-height: 0;
}

.icon-burger a {
	display: block;
	position: relative;
	width: 30px;
	height: 30px;
}

.icon-burger a:hover {
	text-decoration: none;
}

.icon-burger i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.icon-burger i:before {
	font-size: 22px;
	color: #d4d4d4;
}

.icon-store {
	display: inline-block;
	vertical-align: middle;
}

.icon-store .icon {
	width: 16px;
	height: 15px;
}

.icon-find_blue {
	display: inline-block;
	vertical-align: middle;
}

.icon-find_blue .icon {
	width: 13px;
	height: 19px;
}

.icon-dealer_blue {
	display: inline-block;
	vertical-align: middle;
}

.icon-dealer_blue .icon {
	width: 23px;
	height: 15px;
}

.icon-store_blue {
	display: inline-block;
	vertical-align: middle;
}

.icon-store_blue .icon {
	width: 20px;
	height: 19px;
}

.icon-videos_blue {
	display: inline-block;
	vertical-align: middle;
}

.icon-videos_blue .icon {
	width: 21px;
	height: 16px;
}

.icon-contact_blue {
	display: inline-block;
	vertical-align: middle;
}

.icon-contact_blue .icon {
	width: 20px;
	height: 20px;
}

.icon-knowledge_blue {
	display: inline-block;
	vertical-align: middle;
}

.icon-knowledge_blue .icon {
	width: 25px;
	height: 30px;
}

.icon-forum_blue {
	display: inline-block;
	vertical-align: middle;
}

.icon-forum_blue .icon {
	width: 26px;
	height: 19px;
}

#promo {
	width: 100%;
	position: relative;
}

#promo h1 {
	font-size: 30px;
	font-weight: normal;
	color: #fff;
}

#promo .text {
	max-width: 500px;
	text-align: center;
	padding: 130px 0 220px;
}

.img-sign {
	position: absolute;
	right: -182px;
	top: 17px;
}

.img-poster {
	position: absolute;
	right: -100px;
	bottom: 28px;
}

.img-trophy {
	position: absolute;
	right: -176px;
	bottom: 0;
}

.img-shirt {
	position: absolute;
	right: 210px;
	bottom: 0;
}

.img-man {
	position: absolute;
	right: -72px;
	bottom: 0;
}

.img-group {
	position: absolute;
	bottom: -34px;
	left: 160px;
}

.section-info {
	background: #2d2d2d;
}

.info {
	width: 100%;
	line-height: 1.3em;
}

.info .image {
	float: left;
	margin-top: -30px;
}

.info .description {
	overflow: hidden;
	max-width: 400px;
	padding: 45px 0 73px 25px;
}

.boxes {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.boxes .box {
	width: 50%;
	position: relative;
}

.boxes .box.box-blue {
	background: #009ad8;
	text-align: right;
}

.boxes .box.box-blue a:before {
	background-color: rgba(204, 204, 204, .3);
}

.boxes .box a {
	color: #fff;
	display: inline-block;
	padding: 75px 50px 68px;
}

.boxes .box a:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	background-color: rgba(204, 204, 204, .2);
}

.boxes .box a:hover {
	text-decoration: none;
	color: #fff;
}

.boxes .box a:hover:before {
	opacity: 1;
}

.boxes .box .box-holder {
	text-align: left;
	position: relative;
	z-index: 10;
}

.boxes h2 {
	margin: 0 0 32px;
}

.box-holder .image {
	float: left;
	padding: 8px 0 0;
	margin: 0 -35px 0 -25px;
}

.box-holder .text {
	padding-left: 57px;
}

.box-holder .description {
	max-width: 210px;
	overflow: hidden;
	padding: 20px 0 0;
}

.section-advice {
	width: 100%;
	padding: 156px 0;
	position: relative;
	/* background: url(images/bg-brick.png) no-repeat 50% 50%; */
}

.section-advice .advice {
	max-width: 360px;
	margin: 0 auto;
	float: right;
}

.section-advice .advice h2 {
	margin: 0 0 38px;
}

.section-advice .advice a {
	color: #fff;
}

.section-advice .advice a:hover {
	text-decoration: none;
}

.section-advice:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	background-color: rgba(204, 204, 204, .2);
}

.section-advice:hover:before {
	opacity: 1;
}

.items-boxes {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.items-boxes .images {
	margin: 0 0 10px;
}

.items-boxes .box {
	width: 38.5%;
	height: 100%;
	position: relative;
	font-weight: 500;
}

.items-boxes .box.box-prof {
	width: 23%;
}

.items-boxes .box .box-holder a {
	max-width: 440px;
	margin: 0 auto;
	padding: 80px 35px;
}

.items-boxes .box:first-child a {
	margin: 0 0 0 auto;
}

.items-boxes .box:last-child a {
	margin: 0 auto 0 0;
}

.items-boxes .box a {
	display: block;
	color: #fff;
}

.items-boxes .box a:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	background-color: rgba(204, 204, 204, .2);
}

.items-boxes .box a:hover {
	text-decoration: none;
	color: #fff;
}

.items-boxes .box a:hover:before {
	opacity: 1;
}

.items-boxes .box-digital {
	background: url(images/bg-rainbow.png) no-repeat 0 50%;
	background-size: cover;
}

.items-boxes .box-prof {
	background: #009ad8 url(images/bg-guitare.png) no-repeat 100% 100%;
}

.items-boxes .box-prof a:before {
	background-color: rgba(204, 204, 204, .3);
}

.items-boxes .box-film {
	background: #d2d2d2; /* Old browsers */ /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #d2d2d2 0%, #ababac 63%, #6d6d6d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #d2d2d2 0%, #ababac 63%, #6d6d6d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: #4e4e4e;
}

.items-boxes .box-film a:before {
	background-color: rgba(204, 204, 204, .3);
}

.items-boxes .box-film .items h2 {
	color: #333;
}

.items-boxes .box-film .box-holder {
	background: url(images/bg-film.png) no-repeat 100% 0;
}

.items-boxes .box-film .box-holder a {
	color: #333;
}

.items-boxes .box-film .box-holder a:hover {
	text-decoration: none;
}

.items {
	text-align: center;
	max-width: 280px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

.items h2 {
	margin-bottom: 28px;
}

.section-news {
	background: #000 url(images/bg-news.png) no-repeat 50% 50%;
	background-size: cover;
	position: relative;
}

.news-block {
	text-align: center;
	padding: 105px 0 70px;
}

.news-block h2 {
	text-transform: uppercase;
	margin-bottom: 52px;
}

.news-block .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.slider {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 55px;
	min-height: 100px;
}

.slider .slides {
	padding: 0 20px;
	width: 25%;
}

.coffe {
	position: absolute;
	top: 0;
	left: 0;
}

.ipad {
	position: absolute;
	bottom: 0;
	left: 0;
}

.news {
	font-weight: 500;
	max-width: 320px;
	margin: 0 auto;
}

.connect-block {
	padding: 40px 0;
	background: #009ad8;
	text-align: center;
}

.connect-block h3 {
	margin: 0 50px 0 0;
	display: inline-block;
	text-transform: uppercase;
	vertical-align: middle;
}

.social {
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
}

.social li {
	padding: 0 15px;
	display: inline-block;
}

.social a {
	width: 41px;
	height: 41px;
	display: block;
	text-indent: -9999px;
	background: url(images/social.png) no-repeat;
}

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

.social a.in {
	background-position: -70px 0;
}

.social a.twitter {
	background-position: -141px 0;
}

.social a.youtube {
	background-position: -210px 0;
}

.social a.mail {
	background-position: -280px 0;
}

.social a:hover {
	opacity: .9;
}

.section-gallery {
	background: #1f1f1f;
	overflow: hidden;
}

.section-gallery:before {
	content: "";
	width: 100%;
	height: 120px;
	background: url(images/bg-shadow.png) repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.section-gallery .text-info {
	max-width: 370px;
	line-height: 1.3em;
	position: relative;
	z-index: 100;
}

.section-gallery h2 {
	font-size: 32px;
	margin: 0 0 25px;
	text-transform: uppercase;
}

.section-gallery .image {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	right: -350px;
	height: 100%;
	top: 0;
	bottom: 0;
}

.section-gallery .slick-slide {
	position: relative;
}

.gallery {
	padding: 0 85px;
}

.gallery .slick-list {
	overflow: visible;
}

.slide-info {
	position: relative;
	padding: 50px 0;
	height: 380px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#footer {
	width: 100%;
	background: #2d2d2d;
}

#footer .footer-holder {
	padding: 50px 0;
}

#footer ul {
	padding: 0;
}

#footer .widget-holder {
	margin-bottom: 35px;
}

.widget-holder {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.widget-holder .link {
	display: block;
	font-weight: 500;
	font-size: 14px;
}

.widget-holder .link a {
	color: #fff;
}

.widget-list .list-info,
.list-info {
	font-size: 15px;
	line-height: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

.widget-list .list-info li,
.list-info li {
	padding: 12px 0;
}

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

.widget-list .list-info span,
.list-info span {
	width: 26px;
	margin: 0 15px 0 0;
	text-align: center;
}

.link-holder {
	width: 36%;
	padding: 0 25px;
	font-size: 13px;
}

.link-holder h4 {
	font-size: 14px;
	color: #ccc;
	padding-top: 12px;
	margin-bottom: 10px;
}

.link-holder ul {
	margin: 0 0 30px;
	padding: 0;
}

.link-holder ul li {
	padding: 5px 0;
}

.link-holder ul a {
	color: #ccc;
}

.link-holder.small {
	width: 28%;
}

.widget-list {
	width: 34%;
}

.widget-link {
	width: 66%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bottom-nav {
	font-weight: 500;
	color: #ccc;
	font-size: 0;
}

.bottom-nav li {
	font-size: 14px;
	line-height: 1.5em;
	display: inline-block;
	padding: 0 8px;
	position: relative;
}

.bottom-nav li:before {
	content: "";
	position: absolute;
	left: -1px;
	top: 3px;
	height: 14px;
	width: 1px;
	background: #ccc;
}

.bottom-nav li:first-child:before {
	display: none;
}

.bottom-nav a {
	color: #ccc;
}

.intro {
	position: relative;
	overflow: hidden;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.29;
	color: #fff;
}

.intro:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 93px;
	background: -webkit-linear-gradient(top, rgba(0, 2, 2, 0) 0%, rgba(0, 7, 10, 0) 3%, rgba(1, 20, 28, 0) 9%, #024661 25%, #025171 29%, #0185ba 75%, #0091cb 88%, #0099d6 100%);
	background: linear-gradient(to bottom, rgba(0, 2, 2, 0) 0%, rgba(0, 7, 10, 0) 3%, rgba(1, 20, 28, 0) 9%, #024661 25%, #025171 29%, #0185ba 75%, #0091cb 88%, #0099d6 100%);
}

.intro.add {
	padding: 0;
}

.intro.add:after {
	display: none;
}

.intro.add .bg-stretch {
	background-position: 50% 90%;
}

.intro .container {
	position: relative;
	z-index: 1;
}

.intro .column {
	max-width: 455px;
	padding: 67px 0;
}

.intro .columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -20px;
}

.intro .col {
	width: 50%;
	padding: 0 20px;
}

.intro .col:first-child {
	padding-top: 67px;
	padding-bottom: 67px;
}

.intro h2 {
	margin: 0 0 3px;
	color: #fafafa;
}

.intro .slogan {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px 24px;
	font-size: 26px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fafafa;
}

.intro .slogan span {
	position: relative;
	padding: 0 10px;
}

.intro .slogan span:first-child:before {
	display: none;
}

.intro .slogan span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -1px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 2px;
	height: 24px;
	background: #fff;
}

.intro .visual {
	margin: 194px -46px -6px -199px;
}

.links-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -22px;
	padding-top: 19px;
	text-align: center;
}

.links-item li {
	padding: 0 22px 20px;
}

.links-item a {
    display: table-caption;
    color: inherit;
}

.links-item a:hover {
	text-decoration: none;
	opacity: .8;
}

.links-item .icon-circle {
	display: block;
	position: relative;
	width: 60px;
	height: 60px;
	margin-bottom: 13px;
	border-radius: 50%;
	overflow: hidden;
	background: #009ad8;
}

.links-item .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 36px;
	height: 36px;
	fill: #fff;
}

.links-item .icon-shopping-basket {
	background: #c30;
}

.links-item .icon-shopping-basket .icon {
	width: 30px;
	height: 30px;
}

.links-item strong {
	font-weight: 400;
}

.slider-section {
	padding-top: 72px;
	background: -webkit-linear-gradient(top, #2d2d2d 0%, #242424 23%, #020202 81%, #000 100%);
	background: linear-gradient(to bottom, #2d2d2d 0%, #242424 22%, #020202 72%, #000 100%);
	color: #fff;
	text-align: center;
}

.slider-section .heading {
	position: relative;
	z-index: 1;
	margin-bottom: -69px;
}

.slider-section h2 {
	margin-bottom: 14px;
	text-transform: uppercase;
}

.slider-section .info-slider .slide a {
	display: block;
  max-width: 734px;
  margin: 0 auto;
}

.info-slider img {
	margin: 0 auto;
}

.products-section {
	position: relative;
	z-index: 1;
	background: #1f1f1f;
	color: #fff;
	font-weight: 500;
	line-height: 15px;
}

.products-section h2 {
	font-size: 35px;
	text-transform: uppercase;
	margin: 0 0 6px;
}

.products-section .tabset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.products-section .tabset li {
	width: 50%;
	background: rgba(0, 0, 0, .24);
	box-shadow: 5px -5px 5px 0 rgba(0, 0, 0, .35) inset;
	border-radius: 0 0 0 5px;
}

.products-section .tabset li.active {
	background: none !important;
	box-shadow: none !important;
}

.products-section .tabset li:first-child {
	box-shadow: -5px -5px 5px 0 rgba(0, 0, 0, .35) inset;
	border-radius: 0 0 5px 0;
}

.products-section .tabset li:first-child a {
	float: right;
	padding-right: 65px;
}

.products-section .tabset a {
	display: block;
	overflow: hidden;
	padding: 49px 47px 47px;
	color: #fff;
}

.products-section .tabset a:hover {
	text-decoration: none;
}

.products-section .tab-content {
	padding: 81px 0 40px;
}

.products-section .accordion {
	margin-bottom: 36px;
}

.products-section .accordion.add .heading .text-holder {
	margin: 0;
}

.products-section .accordion.add .opener-holder {
	padding-left: 41px;
}

.products-section .accordion.add .slide {
	padding: 0;
}

.products-section .accordion.add .text-holder {
	padding: 42px 50px 23px 46px;
}

.products-section .accordion > li {
	margin-bottom: 40px;
}

.products-section .accordion > li:last-child {
	margin: 0;
}

.products-section .accordion > li.active .opener .icon i:before {
	content: "\e901";
}

.products-section .accordion .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -2px 4px;
}

.products-section .accordion .heading .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 66%;
	padding: 0 2px;
}

.products-section .accordion .heading .col:first-child {
	width: 34%;
}

.products-section .accordion .heading .col > * {
	width: 100%;
}

.products-section .accordion .heading .text-holder {
	padding: 26px 43px;
	background: rgba(255, 255, 255, .08);
	line-height: 18px;
}

.products-section .accordion .heading p {
	margin: 0;
}

.products-section .accordion .headline {
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
	color: #009ad8;
	text-transform: uppercase;
}

.products-section .opener {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	font-size: 24px;
	line-height: 1.04;
	font-weight: 400;
	color: #fff;
}

.products-section .opener:hover {
	text-decoration: none;
}

.products-section .opener .visual {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 100px;
	max-width: 100px;
	margin: -6px -20px -25px -7px;
}

.products-section .opener strong {
	font-weight: 400;
}

.products-section .opener .icon {
	position: absolute;
	top: 50%;
	right: 33px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 23px;
	height: 23px;
	background: #009ad8;
	border-radius: 50%;
	color: #fff;
}

.products-section .opener .icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 19px;
}

.products-section .opener sup {
	top: -9px;
}

.products-section .opener sub,
.products-section .opener sup {
	font-size: 40%;
}

.products-section .opener .opener-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 68px;
	width: 100%;
	padding: 10px 63px 10px 33px;
	background: rgba(255, 255, 255, .08);
}

.products-section .slide {
	padding-left: 6px;
}

.products-section .slide .columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: rgba(255, 255, 255, .08);
}

.products-section .slide .columns > .col {
	width: 66%;
}

.products-section .slide .columns > .col:first-child {
	width: 34%;
}

.products-section .slide .text-holder {
	padding: 31px 50px 20px 44px;
}

.products-section .slide .text-holder p + p {
	margin: 0 0 7px;
}

.products-section .slide .text-holder p:last-child {
	margin: 0;
}

.products-section .price-box {
	padding: 41px 44px 30px;
}

.products-section .price-box .h {
	display: block;
	margin-bottom: 12px;
	text-transform: uppercase;
	font-weight: 700;
}

.products-section .price-box p {
	margin: 0 0 16px;
}

.products-section .price-box .btn {
	width: 100%;
}

.products-section .two-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
}

.products-section .two-columns .col {
	width: 50%;
	padding: 0 15px;
}

.safari.touch-yes .products-section .opener .icon i .accordion > li.active .opener .icon i {
	margin-top: .5px;
}

.item-list li {
	position: relative;
	padding: 0 0 12px 9px;
}

.item-list li:last-child {
	padding-bottom: 0;
}

.item-list li:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 3px;
	height: 3px;
	background: #fff;
	border-radius: 50%;
}

.btn {
	position: relative;
}

.btn.btn-primary {
	padding: 16px 30px 14px 76px;
	background: #009ad8;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}

.btn.btn-primary:hover {
	background: #0088bf;
	text-decoration: none;
}

.btn.btn-primary:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 25px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 31px;
	height: 24px;
	background: url(images/icon-basket-plus.png) no-repeat;
}

.btn.btn-link {
	padding: 0;
	background: none;
	color: #009ad8;
}

.btn.btn-default {
	padding: 10px 25px 10px 13px;
	background: #2d2d2d;
	border-radius: 1px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
}

.btn.btn-default:hover {
	text-decoration: none;
	background: #3a3a3a;
}

.btn.btn-default:after {
	content: "»";
	position: absolute;
	top: 50%;
	right: 13px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin-top: -2px;
}

.btn.btn-more {
	padding: 14px 18px;
	border: 3px solid #eff0f1;
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: none;
}

.btn.btn-more:hover {
	background: #eff0f1;
	color: #232122;
	text-decoration: none;
}

.links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -12px 20px;
	font-weight: 500;
}

.links li {
	position: relative;
	padding: 5px 12px;
}

.links li:first-child:before {
	display: none;
}

.links li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 1px;
	height: 15px;
	background: #fff;
}

.links a {
	color: #fff;
}

.links a:hover {
	text-decoration: none;
	color: #009ad8;
}

.studies-section {
	padding-top: 69px;
	background: #7a7979;
	position: relative;
	z-index: 1;
	overflow: hidden;
	color: #fff;
}

.studies-section h2 {
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 -19px;
}

.stories-slider {
	font-size: 20px;
	line-height: 1.1;
}

.stories-slider .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -20px;
}

.stories-slider .holder > * {
	padding: 0 20px;
}

.stories-slider .text-block {
	width: 40%;
	padding: 95px 0 20px 70px;
	position: relative;
	z-index: 1;
}

.stories-slider .article {
	float: right;
	max-width: 261px;
}

.stories-slider .visual {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 60%;
}

.stories-slider .visual > * {
	width: 100%;
}

.stories-slider .visual-frame {
	margin: 0 -16px 0 -31px;
}

.stories-slider blockquote {
	margin: 0 0 26px;
	padding: 0;
	border: 0;
}

.stories-slider blockquote q:before {
	margin-left: -7px;
}

.stories-slider .btn.btn-link {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.stories-slider .btn.btn-link:hover {
	text-decoration: none;
	color: #00acf2;
}

.video-section {
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding-top: 46px;
	background: #000;
	color: #fff;
}

.video-section .container {
	max-width: 1054px;
}

.video-section .logo-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -20px -5px;
	padding: 0 15px;
}

.video-section .logo-area > * {
	padding: 0 20px;
}

.video-section .logo-area .logo-box {
	position: relative;
}

.video-section .logo-area .logo-box:after {
	content: "";
	position: absolute;
	top: 6px;
	bottom: 0;
	right: 0;
	width: 2px;
	background: #818181;
}

.video-section .logo-area .heading-holder {
	padding-top: 10px;
}

.video-section .logo-area h2 {
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}

.video-section .tabset-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0 53px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.video-section .tabset-list .tab-active a {
	z-index: 1;
	background: #171717;
	box-shadow: -1px 7px 8px 3px rgba(0, 0, 0, .9);
}

.video-section .tabset-list .tab-active a:after {
	display: block;
}

.video-section .tabset-list a {
	display: block;
	position: relative;
	min-width: 219px;
	padding: 16px 20px;
	background: -webkit-linear-gradient(45deg, rgba(26, 26, 26, .98) 15%, rgba(45, 45, 44, .98) 100%);
	background: linear-gradient(45deg, rgba(26, 26, 26, .98) 15%, rgba(45, 45, 44, .98) 100%);
	box-shadow: 2px -4px 3px 1px rgba(0, 0, 0, .4);
	color: #fff;
	text-align: center;
	-webkit-transition: none;
	transition: none;
}

.video-section .tabset-list a:hover {
	background: #171717;
	text-decoration: none;
}

.video-section .tabset-list a:after {
	display: none;
	content: "";
	position: absolute;
	z-index: 1;
	top: 100%;
	left: -8px;
	right: -8px;
	height: 18px;
	background: #171717;
}

.video-section .tab-content {
	position: relative;
	overflow: hidden;
	padding: 0 !important;
	background: #171717;
	box-shadow: 8px 0 8px 6px rgba(0, 0, 0, .6);
	border-radius: 0 0 2px 2px;
}

.video-section .bottom-slider {
	overflow: hidden;
	padding: 22px 14px 10px;
	background: #252525;
}

.video-section .mob-slide {
	padding: 24px 50px;
}

.video-section .slide-active .mob-opener {
	background: rgba(255, 255, 255, .1);
}

.video-section .mob-opener {
	display: none;
	padding: 16px 20px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.video-section .mob-opener:hover {
	text-decoration: none;
}

.tab-to-accordion.accordion-mod .tabset-list,
.tab-to-accordion-add.accordion-mod .tabset-list {
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

.tab-to-accordion.accordion-mod .accordion-item,
.tab-to-accordion-add.accordion-mod .accordion-item {
	height: auto;
	overflow: visible;
	visibility: visible;
	margin: 0 0 15px;
}

.accordion-item,
.accordion-item-add {
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

.accordion-item a,
.accordion-item-add a {
	text-decoration: none;
	display: block;
	background: rgba(255, 255, 255, .3);
	padding: 8px 20px;
	color: #fff;
	-webkit-transition: background .25s ease-in-out;
	transition: background .25s ease-in-out;
	text-transform: uppercase;
	font-weight: 700;
}

.accordion-item.active > a,
.accordion-item-add.active > a {
	background: rgba(255, 255, 255, .6);
}

.video-slider {
	position: relative;
	color: #fff;
}

.video-slider h3 {
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 17px;
}

.video-slider h3 a:hover {
	text-decoration: none;
	color: #009ad8;
}

.video-slider p {
	margin: 0 0 15px;
}

.video-slider .slide {
	background: #1f1f1f;
}

.video-slider .block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px;
	padding: 18px 18px 10px;
}

.video-slider .block > * {
	padding: 0 10px;
}

.video-slider .video-holder {
	width: 51.5%;
}

.video-slider .text-holder {
	width: 48.5%;
	padding-top: 11px;
}

.video-slider .slick-arrow {
	z-index: 100;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-top: -19px;
	width: 31px;
	height: 31px;
	background: #202020;
	border-radius: 50%;
	color: #a6a6a6;
	text-indent: 0;
	font-size: 0;
	line-height: 0;
	-webkit-transition: none;
	transition: none;
}

.video-slider .slick-arrow:after {
	content: "\e900";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-left: -4px;
	color: #a6a6a6;
	font-size: 24px;
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.video-slider .slick-arrow.slick-next {
	right: -30px;
}

.video-slider .slick-arrow.slick-next:after {
	content: "\e902";
	margin: 0 0 0 4px;
}

.slider-nav {
	overflow: hidden;
	position: relative;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.slider-nav .slide {
	width: 25%;
	padding: 0 10px;
	cursor: pointer;
}

.slider-nav .thumbnail {
	margin-bottom: 8px;
}

.slider-nav strong {
	display: block;
	font-weight: 400;
}

.slider-nav img {
	margin: 0 auto;
}

.slider-nav .slick-arrow {
	z-index: 100;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin-top: -19px;
	width: 20px;
	height: 20px;
	background: #202020;
	border-radius: 50%;
	box-shadow: 0 -1px 0 0 rgba(255, 255, 255, .08) inset;
	color: #a6a6a6;
	text-indent: 0;
	font-size: 0;
	line-height: 0;
	-webkit-transition: none;
	transition: none;
}

.slider-nav .slick-arrow:after {
	content: "\e900";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #2a2a2a;
	font-size: 20px;
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slider-nav .slick-arrow.slick-next {
	left: auto;
}

.slider-nav .slick-arrow.slick-next:after {
	content: "\e902";
}

.contact-section {
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 49px 0;
	background: #009ad8;
	color: #fff;
	font-weight: 500;
}

.contact-section h2 {
	font-size: 26px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 21px;
}

.contact-section .columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -15px;
}

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

.contact-section .area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 365px;
	margin: 0 auto;
}

.contact-section .icon-box {
	margin-right: 24px;
}

.contact-section .icon {
	width: 74px;
	height: 74px;
	fill: #fff;
}

.contact-section .text-holder {
	padding-top: 2px;
}

.contact-section p {
	margin: 0 0 4px;
}

.contact-section strong {
	font-size: 20px;
	font-weight: 700;
}

.contact-section a {
	color: inherit;
	text-decoration: underline;
}

.contact-section a:hover {
	text-decoration: none;
}

.contact-section a[href^="tel:"] {
	text-decoration: none;
}

.contact-section a[href^="tel:"]:hover {
	text-decoration: underline;
}

.contact-section .headline {
	display: block;
	margin-bottom: 14px;
	font-weight: 600;
}

.contact-section.add {
	padding: 73px 0 84px;
	background: #373737;
	line-height: 16px;
}

.contact-section.add:before,
.contact-section.add:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 446px;
	height: 357px;
	background: url(images/coffe01.png) no-repeat;
}

.contact-section.add:after {
	left: auto;
	right: 0;
	width: 391px;
	height: 334px;
	background: url(images/mask01.png) no-repeat;
}

.contact-section.add .container {
	max-width: 760px;
}

.contact-section.add .columns {
	margin: 0 -45px;
}

.contact-section.add .columns .col {
	padding: 0 45px 15px;
}

.contact-section.add h2 {
	font-size: 30px;
	margin: 0 0 64px;
}

.contact-section.add .area {
	max-width: 320px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact-section.add .icon-box {
	max-width: 82px;
	min-width: 82px;
	margin-right: 12px;
}

.contact-section.add .text-holder {
	padding: 0;
}

.promo {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: #343233;
	color: #fff;
	font-weight: 500;
}

.promo .columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.promo .visual {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	margin: 0 20px 0 0;
}

.promo .visual .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	margin: -38px 0 0 5px;
}

.promo .text-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 37.2%;
	position: relative;
	padding: 30px 0;
}

.promo .text-block .holder {
	padding-right: 155px;
}

.promo .text-frame {
	position: relative;
}

.promo h2 {
	font-size: 30px;
	text-transform: uppercase;
	margin: 0 0 37px -3px;
}

.promo p {
	margin: 0 0 19px;
}

.promo p + p {
	margin: 0 0 1px;
}

.promo .item-list {
	padding-left: 1px;
}

.promo .item-list li {
	padding: 0 0 0 11px;
}

.promo .item-list li:before {
	top: 7px;
}

.promo .btn-holder {
	position: absolute;
	bottom: 0;
	right: 10px;
}

.downloads-section {
	position: relative;
	padding: 72px 0;
	color: #fff;
	font-size: 13px;
	line-height: 18px;
}

.downloads-section .heading {
	padding-bottom: 23px;
}

.downloads-section .heading a {
	text-decoration: underline;
	color: inherit;
}

.downloads-section .heading a:hover {
	text-decoration: none;
}

.downloads-section .links-holder {
	margin-left: -25px;
}

.links-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px 22px;
	text-align: center;
	font-size: 13px;
	line-height: 15px;
	font-weight: 700;
}

.links-list li {
	width: 20%;
	padding: 0 15px 30px;
}

.links-list a {
	display: block;
	color: inherit;
}

.links-list a:hover {
	opacity: .8;
	text-decoration: none;
}

.links-list .icon-box {
	display: block;
	position: relative;
	right: 7px;
	margin: 0 0 16px 25px;
}

.links-list .description {
	display: block;
	font-weight: 300;
	text-transform: uppercase;
}

.links-list p {
	margin: 0 18px 17px;
}

.info-block {
	position: relative;
	padding: 75px 0;
}

.info-block .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px 47px;
}

.info-block .heading .col {
	width: 34%;
	padding: 0 15px;
}

.info-block .heading .col:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 66%;
}

.info-block h2 {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0;
	padding-bottom: 12px;
	text-transform: uppercase;
}

.info-block h2:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 3px;
	width: 62%;
	height: 6px;
	background: #0099d4;
}

.info-block .search-form {
	width: 100%;
	max-width: 418px;
	position: relative;
	margin: 45px 0 0;
	padding-right: 54px;
}

.info-block .search-form input[type="text"],
.info-block .search-form input[type="search"] {
	width: 100%;
	height: 36px;
	border: 0;
	margin: 0;
	padding: 8px 18px;
	font-size: 12px;
}

.info-block .search-form input[type="text"]::-webkit-input-placeholder,
.info-block .search-form input[type="search"]::-webkit-input-placeholder {
	color: #878787;
}

.info-block .search-form input[type="text"]::-moz-placeholder,
.info-block .search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #878787;
}

.info-block .search-form input[type="text"]:-moz-placeholder,
.info-block .search-form input[type="search"]:-moz-placeholder {
	color: #878787;
}

.info-block .search-form input[type="text"]:-ms-input-placeholder,
.info-block .search-form input[type="search"]:-ms-input-placeholder {
	color: #878787;
}

.info-block .search-form input[type="text"].placeholder,
.info-block .search-form input[type="search"].placeholder {
	color: #878787;
}

.info-block .search-form button[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 54px;
	padding: 0;
	background: none;
	font-size: 0;
}

.info-block .search-form button[type="submit"]:after {
	content: "\e904";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-left: 3px;
	font-size: 35px;
	color: #bdbdbd;
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.info-block .two-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -5px;
}

.info-block .two-columns > .col {
	width: 33.5%;
	padding: 0 5px;
}

.info-block .two-columns > .col:last-child {
	width: 66.5%;
}

.info-block .resp-tabs-list {
	padding-top: 14px;
	font-size: 15px;
	line-height: 16px;
}

.info-block .resp-tabs-list li {
	padding: 6px 61px 6px 10px;
	margin-bottom: 11px;
	background: none !important;
	border: 6px solid transparent !important;
	border-width: 0 0 0 6px !important;
	cursor: pointer;
	-webkit-transition: background .1s linear;
	transition: background .1s linear;
}

.info-block .resp-tabs-list li:hover,
.info-block .resp-tabs-list li.resp-tab-active {
	border-color: #0099d4 !important;
	background: rgba(255, 255, 255, .1) !important;
}

.info-block .resp-tabs-container {
	font-size: 13px;
	line-height: 15px;
}

.info-block .resp-tabs-container ul li {
	margin-bottom: 12px;
}

.info-block .resp-tabs-container ul li:last-child {
	margin: 0;
}

.info-block .resp-tabs-container ul a {
	color: inherit;
}

.info-block .jcf-scrollable-wrapper {
	width: 100% !important;
}

.info-block .scroll-wrap {
	width: 100% !important;
	height: 400px;
	min-height: 400px;
	max-height: 400px;
}

.info-block .tab-content {
	min-height: 100%;
	margin-right: 31px;
	padding: 20px 45px 20px 25px;
	background: rgba(0, 0, 0, .25);
}

.resp-accordion {
	display: none;
	padding: 6px 10px;
	margin-bottom: 8px;
	border-left: 3px solid #0099d4 !important;
	background: rgba(255, 255, 255, .1) !important;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
}

.resp-accordion.resp-tab-active {
	background: rgba(255, 255, 255, .3) !important;
}

.resp-content-active,
.resp-accordion-active {
	display: block;
}

.resp-easy-accordion .resp-accordion {
	display: block;
}

.resp-jfit {
	width: 100%;
	margin: 0;
}

.resp-tab-content {
	display: none;
}

.resp-tab-content-active {
	display: block;
}

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

.lightbox {
	max-width: 800px;
	color: #000;
	font-size: 14px;
	line-height: 1.4;
}

.visible-md {
	display: none !important;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.btn.btn-primary:before {
		width: 31px;
		height: 24px;
		background: url(images/icon-basket-plus@2x.png) no-repeat;
		background-size: 31px auto;
	}

	.contact-section.add:before,
	.contact-section.add:after {
		background: url(images/coffe01@2x.png) no-repeat;
		background-size: 446px auto;
	}

	.contact-section.add:after {
		background: url(images/mask01@2x.png) no-repeat;
		background-size: 391px auto;
	}
}

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

@media (min-width: 1024px) {
	.products-section .tabset a:hover {
		color: #009ad8;
	}

	.products-section .opener:hover {
		color: #009ad8;
	}
}

@media (max-width: 1599px) {
	.box-holder .image {
		width: 50%;
	}
}

@media (max-width: 1459px) {
	.ipad {
		width: 150px;
	}
}

@media (max-width: 1382px) {
	.intro:after {
		background: -webkit-linear-gradient(top, #000202 0%, #00070a 3%, #01141c 9%, #024661 25%, #025171 29%, #0185ba 75%, #0091cb 88%, #0099d6 100%);
		background: linear-gradient(to bottom, #000202 0%, #00070a 3%, #01141c 9%, #024661 25%, #025171 29%, #0185ba 75%, #0091cb 88%, #0099d6 100%);
	}
}

@media (max-width: 1381px) {
	.safari.touch-yes .products-section .opener .icon i {
		font-size: 16px;
		margin: .5px 0 0 .5px;
	}

	.contact-section.add:before,
	.contact-section.add:after {
		left: -70px;
		width: 390px;
		background-size: 390px auto;
	}

	.contact-section.add:after {
		left: auto;
		right: -10px;
		width: 255px;
		background-size: 255px auto;
	}
}

@media (max-width: 1279px) {
	.items-boxes .box {
		width: 33.3%;
	}

	.items-boxes .box.box-prof {
		width: 33.3%;
	}

	.items-boxes .box-film .box-holder {
		background-position: 100% -100%;
	}
}

@media (max-width: 1199px) {
	.thumbnail-info .description {
		overflow: hidden;
	}

	.thumbnail-info .description p {
		white-space: normal;
	}
}

@media (max-width: 1099px) {
	.box-holder .description {
		max-width: 100%;
	}
}

@media (max-width: 1023px) and (max-width: 1023px) {
	.items-boxes .box .box-holder a {
		margin: 0 auto;
	}
}

@media (max-width: 1023px) {
	.navigation,
	.navigation-comments,
	.pagination {
		font-size: 14px;
	}

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

	.divider {
		height: 30px;
	}

	.support-page .add-nav {
		margin: 0;
	}

	.support-page .add-nav li {
		padding: 0 20px;
	}

	#content > .holder {
		margin: 0;
	}

	#content {
		float: none;
		width: 100%;
		margin: 0 0 50px;
	}

	#sidebar {
		float: none;
		width: 100%;
		margin: 0 auto;
		max-width: 668px;
	}

	.mobile-bar {
		display: block;
	}

	.main-menu {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		padding: 10px 0;
		background: #565656;
	}

	.nav-bar {
		position: static;
	}

	.nav > li {
		display: block;
	}

	.nav > li > a {
		padding: 10px 0;
		display: inline-block;
	}

	.nav > li > a:before {
		display: none !important;
	}

	.nav .drop {
		position: relative;
		padding: 15px 0;
		margin: 0;
	}

	.nav .drop-holder {
		width: 100%;
	}

	.drop-opener {
		display: block;
	}

	.drop-list li {
		width: 50%;
		padding: 10px;
	}

	.add-nav {
		border-top: 1px solid rgba(0, 0, 0, .1);
		margin: 0;
	}

	.add-nav li {
		padding: 0 20px;
	}

	.add-nav li a {
		display: block;
		padding: 10px 0;
	}

	.menu-drop {
		margin: 0;
	}

	.search-drop {
		margin: 0;
	}

	.btn-store {
		padding: 10px;
	}

	.img-shirt {
		right: 0;
	}

	.img-man {
		position: relative;
		right: 0;
		text-align: center;
	}

	.boxes .box {
		width: 100%;
	}

	.boxes .box a {
		padding: 50px 15px;
		display: block;
	}

	.boxes .box .box-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.box-holder .image {
		width: auto;
		margin: 0 20px 0 0;
	}

	.box-holder .text {
		padding-left: 0;
	}

	.box-holder .description {
		max-width: 360px;
	}

	.section-advice {
		padding: 50px 0;
		background-position: 70% 50%;
	}

	.items-boxes .box {
		width: 100%;
	}

	.items-boxes .box.box-prof {
		width: 100%;
	}

	.items-boxes .box .box-holder a {
		max-width: 100%;
		padding: 50px 15px;
	}

	.items-boxes .box:first-child a {
		margin: 0 auto;
	}

	.items-boxes .box:last-child a {
		margin: 0 auto;
	}

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

	.coffe {
		position: relative;
		text-align: center;
	}

	.ipad {
		position: relative;
	}

	.widget-list .list-info li,
	.list-info li {
		width: 49%;
		display: inline-block;
		padding: 5px 0;
	}

	.widget-list {
		width: 100%;
	}

	.widget-link {
		width: 100%;
		margin: 0 -25px;
	}

	.bottom-nav {
		text-align: center;
	}

	.intro.add .bg-stretch {
		background-position: 50% 50%;
	}

	.intro .column {
		max-width: 360px;
	}

	.intro .slogan {
		margin: 0 -8px 20px;
		font-size: 18px;
	}

	.intro .slogan span {
		padding: 0 8px;
	}

	.intro .slogan span:before {
		left: 0;
		width: 1px;
		height: 18px;
	}

	.intro .visual {
		margin-left: -120px;
	}

	.links-item {
		margin: 0 -15px;
	}

	.links-item li {
		padding: 0 15px 20px;
	}

	.products-section h2 {
		font-size: 28px;
	}

	.products-section .tabset a {
		padding: 35px 30px;
	}

	.products-section .tab-content {
		padding-top: 40px;
	}

	.products-section .accordion.add .opener-holder {
		padding-left: 20px;
	}

	.products-section .accordion.add .text-holder {
		padding: 25px 20px;
	}

	.products-section .accordion .heading .text-holder {
		padding: 25px 20px;
	}

	.products-section .opener {
		font-size: 20px;
	}

	.products-section .opener .icon {
		right: 8px;
		width: 20px;
		height: 20px;
	}

	.products-section .opener .icon i {
		font-size: 18px;
		margin: 0;
	}

	.products-section .opener .opener-holder {
		padding: 10px 33px 10px 18px;
	}

	.products-section .slide .text-holder {
		padding: 25px 20px;
	}

	.products-section .price-box {
		padding: 25px 20px;
	}

	.studies-section {
		padding-top: 40px;
	}

	.stories-slider .text-block {
		padding: 65px 0 20px 60px;
	}

	.video-section .tab-content {
		padding: 20px;
	}

	.slider-nav {
		padding: 0 20px;
	}

	.contact-section .icon-box {
		margin-right: 20px;
	}

	.contact-section strong {
		font-size: 19px;
	}

	.contact-section.add {
		padding-bottom: 50px;
	}

	.contact-section.add:before,
	.contact-section.add:after {
		width: 275px;
		background-size: 275px auto;
	}

	.contact-section.add:after {
		width: 220px;
		background-size: 220px auto;
	}

	.promo .visual {
		margin-left: -140px;
	}

	.promo .text-block {
		width: 50%;
	}

	.downloads-section {
		padding: 55px 0 10px;
	}

	.downloads-section .links-holder {
		margin: 0;
	}

	.links-list p {
		margin: 0 0 10px;
	}

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

	.info-block .heading .col {
		width: 41%;
	}

	.info-block .heading .col:last-child {
		width: 59%;
	}

	.info-block .search-form {
		max-width: 370px;
	}

	.info-block .resp-tabs-list li {
		padding-right: 10px;
		margin-bottom: 10px;
	}

	.lightbox {
		max-width: 600px;
	}

	.hidden-md {
		display: none !important;
	}

	.visible-md {
		display: block !important;
	}
}

@media all and (max-width: 800px) {
	.fancybox-controls {
		text-align: left;
	}

	.fancybox-button--left,
	.fancybox-button--right,
	.fancybox-buttons button:not(.fancybox-button--close) {
		display: none !important;
	}

	.fancybox-caption {
		padding: 20px 0;
		margin: 0;
	}

	.fancybox-thumbs {
		display: none !important;
	}

	.fancybox-container--thumbs .fancybox-controls,
	.fancybox-container--thumbs .fancybox-slider-wrap,
	.fancybox-container--thumbs .fancybox-caption-wrap {
		right: 0;
	}
}

@media (max-width: 767px) {
	.navigation,
	.navigation-comments,
	.pagination {
		font-size: 12px;
	}

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

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

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

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

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

	.commentlist {
		margin-left: 0;
	}

	.commentlist .comment {
		padding: 0;
	}

	.divider {
		display: none;
	}

	body.menu-active .menu-opener:after {
		display: block;
	}

	.search-drop .form-search {
		float: none;
		margin: 0 auto;
		width: 280px;
	}

	.search-drop .container {
		display: block !important;
	}

	.search-drop h6 {
		float: none;
		text-align: center;
		margin: 0 0 10px;
	}

	#promo .text {
		padding: 100px 0;
		margin: 0 auto;
	}

	.img-sign {
		display: none;
	}

	.img-poster {
		display: none;
	}

	.img-trophy {
		display: none;
	}

	.img-shirt {
		display: none;
	}

	.img-group {
		left: inherit;
		right: 0;
	}

	.info {
		padding: 50px 0;
		text-align: center;
	}

	.info .image {
		float: none;
		margin: 0 0 10px;
	}

	.info .description {
		padding: 0;
		margin: 0 auto;
		max-width: 640px;
	}

	.boxes h2 {
		margin: 0 0 .5em;
	}

	.section-advice {
		background: none;
	}

	.section-advice .advice {
		float: none;
		text-align: center;
		max-width: 640px;
	}

	.section-advice .advice h2 {
		margin: 0 0 .5em;
	}

	.items-boxes .box-film .items h2 {
		color: #fff;
	}

	.items-boxes .box-film {
		color: #fff;
	}

	.items-boxes .box-film .box-holder a {
		color: #fff;
	}

	.items-boxes .box-film .box-holder a:hover {
		color: #fff;
	}

	.items h2 {
		margin: 0 0 .5em;
	}

	.news-block h2 {
		margin: 0 0 1em;
	}

	.slider .slides {
		padding: 0;
	}

	.connect-block h3 {
		display: block;
		margin: 0 0 10px;
	}

	.social li {
		padding: 0 5px;
	}

	.section-gallery .text-info {
		margin: 0 auto;
		text-align: center;
	}

	.section-gallery h2 {
		margin: 0 0 .5em;
	}

	.section-gallery .image {
		opacity: .5;
	}

	.gallery {
		padding: 0 40px;
	}

	#footer .widget-holder {
		margin: 0;
	}

	.intro {
		padding-top: 50px;
		text-align: center;
	}

	.intro:after {
		background: -webkit-linear-gradient(top, rgba(0, 2, 2, 0) 0%, rgba(0, 7, 10, 0) 3%, rgba(1, 20, 28, 0) 9%, #024661 25%, #025171 29%, #0185ba 75%, #0091cb 88%, #0099d6 100%);
		background: linear-gradient(to bottom, rgba(0, 2, 2, 0) 0%, rgba(0, 7, 10, 0) 3%, rgba(1, 20, 28, 0) 9%, #024661 25%, #025171 29%, #0185ba 75%, #0091cb 88%, #0099d6 100%);
	}

	.intro.add:after {
		display: block;
	}

	.intro .column {
		max-width: 450px;
		margin: 0 auto;
	}

	.intro .columns {
		display: block;
		margin: 0;
	}

	.intro .col {
		width: 100%;
		padding: 0;
	}

	.intro .col:first-child {
		padding: 0 0 25px;
	}

	.intro .slogan {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.intro .visual {
		max-width: 480px;
		margin: 0 auto;
		padding-right: 73px;
	}

	.links-item {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.slider-section {
		padding-top: 40px;
	}

	.slider-section .heading {
		padding: 0 15px;
		margin-bottom: -25px;
	}

	.products-section h2 {
		font-size: 24px;
	}

	.products-section .tabset a {
		padding: 25px;
	}

	.products-section .tab-content {
		padding-bottom: 15px;
	}

	.products-section .accordion > li {
		margin-bottom: 25px;
	}

	.products-section .accordion .heading {
		display: block;
		margin: 0;
	}

	.products-section .accordion .heading .col {
		width: 100%;
		padding: 0;
		margin-bottom: 4px;
	}

	.products-section .accordion .heading .col:first-child {
		width: 100%;
	}

	.products-section .accordion .heading .text-holder {
		margin-left: 4px;
	}

	.products-section .opener .icon {
		right: 25px;
	}

	.products-section .opener .opener-holder {
		padding: 10px 55px 10px 25px;
	}

	.products-section .price-box {
		padding-right: 0;
	}

	.products-section .two-columns {
		margin: 0 -10px;
	}

	.products-section .two-columns .col {
		padding: 0 10px;
	}

	.safari.touch-yes .products-section .opener .icon i {
		margin: 1px 0 0;
	}

	.btn.btn-primary {
		padding-left: 65px;
	}

	.btn.btn-primary:before {
		left: 15px;
	}

	.btn.btn-more {
		padding: 10px 15px;
		border-width: 2px;
		font-size: 14px;
	}

	.stories-slider {
		font-size: 18px;
	}

	.stories-slider .visual-frame {
		margin: 0 0 0 -25px;
	}

	.stories-slider blockquote {
		margin: 0 0 15px;
	}

	.video-section {
		padding-top: 55px;
	}

	.video-section .logo-area {
		display: block;
		margin: 0 0 20px;
		padding: 0;
		text-align: center;
	}

	.video-section .logo-area > * {
		padding: 0;
	}

	.video-section .logo-area .logo-box {
		margin: 0 0 10px;
		padding-bottom: 20px;
	}

	.video-section .logo-area .logo-box:after {
		top: auto;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100px;
		height: 2px;
		margin: 0 auto;
	}

	.video-section .logo-area h2 {
		font-size: 26px;
	}

	.video-section .tabset-list {
		display: none;
	}

	.video-section .bottom-slider {
		padding: 15px 5px;
	}

	.video-section .mob-slide {
		padding: 15px 20px;
	}

	.video-section .mob-opener {
		display: block;
	}

	.video-slider h3 {
		font-size: 20px;
		margin: 0 0 5px;
	}

	.video-slider .block {
		display: block;
		margin: 0;
		padding: 15px 20px;
	}

	.video-slider .block > * {
		padding: 0;
	}

	.video-slider .video-holder {
		width: 100%;
		margin-bottom: 10px;
	}

	.video-slider .video-holder img {
		max-width: inherit;
		width: 100%;
	}

	.video-slider .text-holder {
		width: 100%;
		padding: 0;
	}

	.slider-nav {
		padding: 0;
	}

	.slider-nav .slide {
		width: 33.333%;
		padding: 0 5px;
	}

	.slider-nav .thumbnail {
		margin: 0;
	}

	.slider-nav strong {
		display: none;
	}

	.slider-nav .slick-arrow {
		opacity: 0;
		visibility: hidden;
	}

	.contact-section {
		padding: 30px 0;
	}

	.contact-section .columns {
		display: block;
		margin: 0;
	}

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

	.contact-section .col:last-child {
		padding: 0;
	}

	.contact-section .icon-box {
		margin-right: 10px;
	}

	.contact-section .icon {
		width: 50px;
		height: 50px;
	}

	.contact-section .text-holder {
		padding: 0;
	}

	.contact-section strong {
		font-size: 18px;
	}

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

	.contact-section.add .columns {
		max-width: 390px;
		margin: 0 auto;
	}

	.contact-section.add .columns .col {
		padding: 0 35px 25px;
	}

	.contact-section.add .columns .col:last-child {
		padding-bottom: 0;
	}

	.contact-section.add h2 {
		font-size: 26px;
		margin: 0 0 25px;
	}

	.contact-section.add .icon-box {
		max-width: 65px;
		width: 100%;
		margin-right: 10px;
	}

	.promo .columns {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.promo .visual {
		width: 70%;
		margin: 0;
	}

	.promo .visual .holder {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.promo .text-block {
		width: 70%;
	}

	.promo .text-block .holder {
		padding: 0;
	}

	.promo h2 {
		font-size: 24px;
		margin: 0 0 15px;
	}

	.promo p {
		margin: 0 0 10px;
	}

	.promo .btn-holder {
		padding-top: 20px;
		position: static;
	}

	.downloads-section {
		padding: 30px 0 15px;
	}

	.downloads-section h2 {
		font-size: 26px;
	}

	.links-list li {
		padding-bottom: 15px;
	}

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

	.info-block .heading {
		display: block;
		margin: 0 0 25px;
	}

	.info-block .heading .col {
		width: 100%;
	}

	.info-block .heading .col:last-child {
		width: 100%;
	}

	.info-block h2 {
		display: block;
		margin-bottom: 15px;
		font-size: 26px;
		text-align: center;
	}

	.info-block h2:before {
		left: 0;
		right: 0;
		height: 4px;
		width: 40%;
		margin: 0 auto;
	}

	.info-block .search-form {
		max-width: 100%;
		margin: 0;
	}

	.info-block .two-columns {
		display: block;
		margin: 0;
	}

	.info-block .two-columns > .col {
		width: 100%;
		padding: 0;
	}

	.info-block .two-columns > .col:last-child {
		width: 100%;
	}

	.info-block .resp-tabs-container ul li {
		margin: 0;
	}

	.info-block .resp-tabs-container ul a {
		display: block;
		padding: 5px 15px;
	}

	.info-block .resp-tabs-container ul a:hover {
		text-decoration: none;
	}

	.info-block .jcf-scrollable-wrapper {
		height: auto !important;
	}

	.info-block .scroll-wrap {
		height: auto !important;
		min-height: inherit;
		max-height: inherit;
	}

	.info-block .tab-content {
		padding: 15px 0;
		margin: 0;
	}

	.resp-accordion {
		display: block;
	}

	.resp-tab-content {
		margin-bottom: 8px;
	}
}

@media only screen and (max-width: 767px) {
	ul.resp-tabs-list {
		display: none;
	}

	.resp-accordion {
		display: block;
	}

	.resp-vtabs .resp-tabs-container {
		float: none;
		width: 100%;
	}

	.resp-accordion-closed {
		display: none !important;
	}
}

@media (max-width: 666px) {
	.parent.comment .comment {
		margin-left: 5%;
	}

	.info-slider .slick-arrow {
		left: 15px;
	}

	.info-slider .slick-arrow.slick-next {
		left: auto;
		right: 15px;
	}

	.stories-slider .slick-arrow {
		margin-top: -22px;
	}

	.drop-list li {
		width: 100%;
		padding: 10px 0;
	}

	#promo h1 {
		font-size: 22px;
	}

	.boxes .box .box-holder {
		display: block;
	}

	.box-holder .image {
		width: 100%;
		padding: 0;
		float: none;
		text-align: center;
		margin: 0;
	}

	.box-holder .description {
		max-width: 320px;
		margin: 0 auto;
		text-align: center;
	}

	.widget-holder .link {
		margin: 0 0 30px;
	}

	.widget-list .list-info li,
	.list-info li {
		width: 100%;
		display: block;
	}

	.link-holder {
		width: 100%;
		padding: 0;
	}

	.link-holder.small {
		width: 100%;
		padding: 0;
	}

	.widget-link {
		margin: 0;
	}

	.bottom-nav li:last-child {
		display: block;
	}

	.bottom-nav li:last-child:before {
		display: none;
	}

	.intro h2 {
		font-size: 26px;
	}

	.intro .slogan {
		font-size: 16px;
	}

	.intro .slogan span:before {
		height: 14px;
		margin-top: -1px;
	}

	.intro .visual {
		padding: 0;
	}

	.slider-section {
		padding-top: 25px;
		background: #2a2a2a;
	}

	.slider-section .container {
		padding: 0;
	}

	.slider-section h2 {
		font-size: 26px;
	}

	.products-section h2 {
		font-size: 14px;
	}

	.products-section .tabset li:first-child a {
		padding-right: 15px;
	}

	.products-section .tabset a {
		padding: 20px 15px;
	}

	.products-section .accordion {
		margin-bottom: 20px;
	}

	.products-section .accordion.add .text-holder {
		padding: 15px 20px;
	}

	.products-section .slide .columns {
		display: block;
	}

	.products-section .slide .columns > .col {
		width: 100%;
	}

	.products-section .slide .columns > .col:first-child {
		width: 100%;
	}

	.products-section .slide .text-holder {
		padding: 0 15px 20px;
	}

	.products-section .price-box {
		padding: 20px 15px;
	}

	.products-section .price-box .btn {
		padding-right: 60px;
		text-align: center;
	}

	.products-section .two-columns {
		display: block;
		margin: 0;
	}

	.products-section .two-columns .col {
		width: 100%;
		padding: 0 0 15px;
	}

	.products-section .two-columns .col:last-child {
		padding: 0;
	}

	.links {
		max-width: 350px;
		margin: 0 auto 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}

	.links li:before {
		height: 26px;
	}

	.studies-section {
		padding-top: 25px;
	}

	.studies-section h2 {
		margin: 0 0 20px;
		font-size: 26px;
	}

	.stories-slider {
		font-size: 16px;
	}

	.stories-slider .holder {
		display: block;
		margin: 0;
	}

	.stories-slider .holder > * {
		padding: 0;
	}

	.stories-slider .text-block {
		width: 100%;
		padding: 0 35px 5px;
	}

	.stories-slider .article {
		float: none;
		max-width: 100%;
	}

	.stories-slider .visual {
		width: 100%;
	}

	.stories-slider .visual-frame {
		margin: 0;
	}

	.contact-section.add:before,
	.contact-section.add:after {
		display: none;
	}

	.contact-section.add .columns .col {
		padding: 0 0 25px;
	}

	.promo .columns {
		display: block;
	}

	.promo .visual {
		width: 100%;
	}

	.promo .visual .holder {
		display: block;
		max-width: 280px;
		margin: 0 auto;
	}

	.promo .text-block {
		width: 100%;
		padding-bottom: 0;
	}

	.downloads-section {
		padding-bottom: 5px;
	}

	.links-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		max-width: 390px;
		margin: 0 auto;
	}

	.links-list li {
		width: 50%;
		padding-bottom: 25px;
	}

	.lightbox {
		max-width: 320px;
	}
}

@media (max-width: 374px) {
	.lightbox {
		max-width: 280px;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1381px), (min-resolution: 144dpi) and (max-width: 1381px) {
	.contact-section.add:before,
	.contact-section.add:after {
		background-size: 390px auto;
	}

	.contact-section.add:after {
		background-size: 255px auto;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1023px), (min-resolution: 144dpi) and (max-width: 1023px) {
	.contact-section.add:before,
	.contact-section.add:after {
		background-size: 275px auto;
	}

	.contact-section.add:after {
		background-size: 220px auto;
	}
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

