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

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

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

b,
strong {
	font-weight: bold;
}

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

dfn {
	font-style: italic;
}

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

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

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

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

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

small {
	font-size: 80%;
}

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

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

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

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

img {
	border: 0;
}

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

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

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

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

figure {
	margin: 1em 40px;
}

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

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

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

pre {
	overflow: auto;
}

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

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

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

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

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

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

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

button {
	overflow: visible;
}

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

button,
select {
	text-transform: none;
}

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

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

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

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

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

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

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

input {
	line-height: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
	overflow: auto;
}

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

optgroup {
	font-weight: bold;
}

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

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

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

td,
th {
	padding: 0;
}

.header-list,
.lang-drop,
.menu-list ul,
.breadcumbs,
.list,
.list-link,
.tabset,
.tag-list,
.category,
.pagination,
.filter-drop > ul,
.filter-drop > ul ul,
.logo-list,
.list-archor,
.association-list,
.social-networks,
.privacy-list,
.footer-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

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

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #fff;
	font: 14px/2 "Source Sans Pro", "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;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 300;
	margin: 0 0 .5em;
	color: inherit;
	text-transform: uppercase;
}

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

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #0076ff;
}

a:hover,
a:focus {
	text-decoration: none;
}

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

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

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

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

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

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

ul {
	list-style-type: disc;
}

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

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

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

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

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

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

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

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

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

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

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

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

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

.widget {
	margin-bottom: 2em;
}

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

.widget select {
	min-width: 150px;
}

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

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

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

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

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

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

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 2em;
}

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

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

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

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #000;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

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

.commentlist {
	margin: 0 0 2em;
}

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

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

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

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

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

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

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

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 2em;
}

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

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #000;
	color: #fff;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

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

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

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

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

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

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #999;
	padding: .4em;
	margin-bottom: 2em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

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

div.aligncenter {
	margin: 0 auto 2em;
}

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

.alignleft {
	float: left;
	margin: 0 2em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 2em;
}

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

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

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #999;
}

.two-column {
	padding-top: 60px;
}

.two-column .container {
	padding: 30px 25px;
}

/* jp added for tiktok icon */
@font-face {
	font-family: "bootstrap-icons";
	src: url("fonts/bootstrap-icons.woff2?524846017b983fc8ded9325d94ed40f3") format("woff2"), url("fonts/bootstrap-icons.woff?524846017b983fc8ded9325d94ed40f3") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: "Graphik";
	src: url("fonts/Graphik-Semibold.eot?5p6b5l");
	src: url("fonts/Graphik-Semibold.eot?5p6b5l#iefix") format("embedded-opentype"), url("fonts/Graphik-Semibold.ttf?5p6b5l") format("truetype"), url("fonts/Graphik-Semibold.woff?5p6b5l") format("woff"), url("fonts/Graphik-Semibold.svg?5p6b5l#icomoon") format("svg");
	font-weight: 600;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: "Graphik";
	src: url("fonts/Graphik-SemiboldItalic.eot?5p6b5l");
	src: url("fonts/Graphik-SemiboldItalic.eot?5p6b5l#iefix") format("embedded-opentype"), url("fonts/Graphik-SemiboldItalic.ttf?5p6b5l") format("truetype"), url("fonts/Graphik-SemiboldItalic.woff?5p6b5l") format("woff"), url("fonts/Graphik-SemiboldItalic.svg?5p6b5l#icomoon") format("svg");
	font-weight: 600;
	font-style: italic;
	font-display: block;
}

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

/* vr added new icomoon font-face to add new ico since selection.json from icomoon doesn't exist to import and add icons to the font-fact def above */
@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon2.eot?peg32d');
    src:  url('fonts/icomoon2.eot?peg32d#iefix') format('embedded-opentype'),
      url('fonts/icomoon2.ttf?peg32d') format('truetype'),
      url('fonts/icomoon2.woff?peg32d') format('woff'),
      url('fonts/icomoon2.svg?peg32d#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/* jp added for tiktok icon */
.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.icon-sound-on:before,
.banner-section .mic.muted .icon:before {
	content: "\e90f";
}

.icon-check:before,
.filter-drop .slide:before {
	content: "\e913";
}

.icon-triangle:before,
.btn-play:before {
	content: "\e914";
}

.icon-arrow-up1:before {
	content: "\e915";
}

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

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

.icon-linkedin1:before {
	content: "\e918";
}

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

.icon-twitter1:before {
	content: "\e91a";
}

.icon-tiktok1:before {
	content: "\f6cc";
}

.bi-tiktok1:before 
{ 
	content: "\f6cc"; 
}

.icon-youtube1:before {
	content: "\e91b";
}

.icon-angle-down1:before {
	content: "\e91c";
}

.icon-angle-left1:before {
	content: "\e91d";
}

.icon-angle-right1:before {
	content: "\e91e";
}

.icon-angle-up1:before {
	content: "\e91f";
}

.icon-arrow-down1:before {
	content: "\e920";
}

.icon-arrow-left1:before {
	content: "\e921";
}

.icon-arrow-right1:before {
	content: "\e922";
}

.icon-search11:before {
	content: "\e923";
}

.icon-close:before,
.btn-close:before {
	content: "\e924";
}

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

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

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

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

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

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

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

.icon-twitter:before {
	/* content: "\e905"; twitter bird*/
    content: "\e900"
}

.icon-tiktok:before {
	content: "\f6cc";
}

.bi-tiktok:before 
{ 
	content: "\f6cc"; 
}

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

.icon-angle-down:before,
.footer-title a.has-drop-down-a:before {
	content: "\e907";
}

.icon-angle-left:before {
	content: "\e908";
}

.icon-angle-right:before {
	content: "\e909";
}

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

.icon-arrow-down:before,
.read-more:after {
	content: "\e90b";
}

.icon-arrow-left:before,
.text-slider:before,
.product-slider:before {
	content: "\e90c";
}

.icon-arrow-right:before,
.btn-more:before,
.breadcumbs li + li:before,
.product .product-title:after,
.post time:before {
	content: "\e90d";
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden; /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden; /* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */

.no-js .owl-carousel {
	display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

/*
 *  Owl Carousel - Auto Height Plugin
 */

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item {
	/**
            This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
            calculation of the height of the owl-item that breaks page layouts
         */
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 100ms ease;
	transition: -webkit-transform 100ms ease;
	transition: transform 100ms ease;
	transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/* Slick slider styles */

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

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

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

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

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

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

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

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

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

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
	outline: 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;
}

#wrapper {
	overflow: hidden;
	position: relative;
}

img {
	vertical-align: top;
	border: none;
}

a {
	text-decoration: none;
	color: #0076ff;
	outline: none;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, border .3s ease-in-out, box-shadow .3s ease-in-out, background .3s ease-in-out, color .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, border .3s ease-in-out, box-shadow .3s ease-in-out, background .3s ease-in-out, color .3s ease-in-out;
}

a:hover {
	color: #005ecc;
}

button,
input[type="submit"] {
	outline: none;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, border .3s ease-in-out, box-shadow .3s ease-in-out, background .3s ease-in-out, color .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, border .3s ease-in-out, box-shadow .3s ease-in-out, background .3s ease-in-out, color .3s ease-in-out;
}

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

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev,
.navigation-single .next a,
.navigation-single .prev a,
.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	text-transform: uppercase;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	line-height: 1.3333333333;
	font-weight: 600;
	font-family: "Graphik", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	background: #0076ff;
	color: #fff;
	border: none;
	height: auto;
	padding: 12px 10px;
	letter-spacing: .67px;
	border-radius: 2px;
	position: relative;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .26);
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover,
.navigation-single .next a:hover,
.navigation-single .prev a:hover,
.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	color: #fff;
	background: #005ecc;
}

.nav-links,
.navigation-comments {
	margin-bottom: 20px;
}

.nav-links .prev,
.nav-links .next,
.navigation-comments .prev,
.navigation-comments .next {
	vertical-align: middle;
}

.navigation-single .prev,
.navigation-single .next {
	display: block;
	background: #0076ff;
}

.navigation-single .prev a,
.navigation-single .next a {
	display: inline-block;
	vertical-align: top;
}

.btn,
.filter-opener {
	text-transform: uppercase;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	line-height: 1.3333333333;
	font-weight: 600;
	font-family: "Graphik", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	background: #0076ff;
	color: #fff;
	border: none;
	padding: 12px 26px;
	letter-spacing: .67px;
	border-radius: 2px;
	position: relative;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .26);
}

.btn:hover,
.filter-opener:hover {
	color: #fff;
	background: #005ecc;
}

.btn.btn-icon,
.btn-icon.filter-opener {
	padding: 12px 33px 12px 20px;
}

.btn.btn-icon .icon,
.btn-icon.filter-opener .icon {
	position: absolute;
	top: 50%;
	right: 11px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.read-more {
	display: block;
	font-size: 0;
	line-height: 0;
	font-family: "Graphik", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-weight: 600;
	position: absolute;
	left: 25px;
	z-index: 5;
	text-transform: uppercase;
	top: 100%;
	margin-top: 42px;
	height: 18px;
}

.read-more:after {
	font: 18px/1 icomoon;
	display: inline-block;
	vertical-align: middle;
}

.container {
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 25px;
}

.container-sm {
	max-width: 832px;
	margin: 0 auto;
	padding: 0 25px;
}

.container-xl {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 25px;
}

h1,
.h1 {
	font-size: 24px;
	line-height: 1.3333333333;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 0 14px;
}

h2,
.h2 {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.3333333333;
	font-weight: 300;
	margin: 0 0 15px;
}

h3,
.h3 {
	display: block;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 300;
	text-transform: uppercase;
}

p {
	margin: 0 0 1.7em;
}

.br {
	display: block;
}

.bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.bg-noBGGradient {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

input[type="submit"].btn,
input.filter-opener[type="submit"] {
	border-radius: 2px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
textarea {
	border-width: 2px;
	outline: none;
	display: block;
	width: 100%;
	height: 45px;
	background: none;
	box-shadow: none;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 400;
	padding: 5px 17px;
}

textarea {
	height: 90px;
	resize: none;
	overflow: auto;
}

.decor-black {
	position: relative;
	padding-top: 19px;
}

.decor-black:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
	top: 0;
	height: 0;
	width: 0;
	border-top: 19px solid #000;
	border-right: 100vw solid transparent;
}

.decor-white-reverse {
	position: relative;
	padding-top: 19px;
}

.decor-white-reverse:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
	top: 0;
	height: 0;
	width: 0;
	border-top: 19px solid #fff;
	border-left: 100vw solid transparent;
}

.bottom-decor-white-reverse {
	position: relative;
	padding-bottom: 19px;
}

.bottom-decor-white-reverse:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
	bottom: 0;
	z-index: 1;
	height: 0;
	width: 0;
	border-bottom: 19px solid #fff;
	border-right: 100vw solid transparent;
}

.bottom-decor-white {
	position: relative;
	padding-bottom: 19px;
}

.bottom-decor-white:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
	bottom: 0;
	z-index: 1;
	height: 0;
	width: 0;
	border-bottom: 19px solid #fff;
	border-left: 100vw solid transparent;
}

.bottom-decor-blue-reverse {
	position: relative;
	padding-bottom: 19px;
}

.bottom-decor-blue-reverse:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
	bottom: 0;
	z-index: 1;
	height: 0;
	width: 0;
	border-bottom: 19px solid #0e265e;
	border-right: 100vw solid transparent;
}

.bottom-decor-blue {
	position: relative;
	padding-bottom: 19px;
}

.bottom-decor-blue:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
	bottom: 0;
	z-index: 1;
	height: 0;
	width: 0;
	border-bottom: 19px solid #0e265e;
	border-left: 100vw solid transparent;
}

.decor-black-reverse {
	position: relative;
	padding-top: 19px;
}

.decor-black-reverse:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
	top: 0;
	height: 0;
	width: 0;
	border-top: 19px solid #000;
	border-left: 100vw solid transparent;
}

.decor-blue {
	position: relative;
	padding-top: 19px;
}

.decor-blue:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
	top: 0;
	height: 0;
	width: 0;
	border-top: 19px solid #0e265e;
	border-right: 100vw solid transparent;
}

.decor-light-gray {
	position: relative;
	padding-top: 19px;
}

.decor-light-gray:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
	top: 0;
	height: 0;
	width: 0;
	border-top: 19px solid #f2f2f2;
	border-right: 100vw solid transparent;
}

.decor-white {
	position: relative;
	padding-top: 19px;
}

.decor-white:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
	top: 0;
	height: 0;
	width: 0;
	border-top: 19px solid #fff;
	border-right: 100vw solid transparent;
}

.btn-more {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-right: 22px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.6666666667;
	font-weight: 600;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, border .3s ease-in-out, box-shadow .3s ease-in-out, color .3s ease-in-out, background .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, border .3s ease-in-out, box-shadow .3s ease-in-out, color .3s ease-in-out, background .3s ease-in-out;
	letter-spacing: .6px;
	color: #0076ff;
	font-family: "Graphik", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.btn-more:before {
	font: 13px/1 icomoon;
	position: absolute;
	right: 0;
	left: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: right .3s ease-in-out;
	transition: right .3s ease-in-out;
}

.btn-more.white {
	color: #fff;
}

.btn-more.white:before {
	color: #0076ff;
}

.btn-more:hover:before {
	right: -20px;
}

time {
	font-size: 14px;
	line-height: 1.9285714286;
	display: block;
	margin: 0 0 20px;
}

.btn-play {
	font-size: 0;
	line-height: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #0076ff;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.btn-play:before {
	color: #fff;
	font: 18px/1 icomoon;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.btn-play:hover {
	-webkit-transform: translate(-50%, -50%) scale(1.15);
	-ms-transform: translate(-50%, -50%) scale(1.15);
	transform: translate(-50%, -50%) scale(1.15);
}

.text-center {
	text-align: center !important;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

.fade-in-left {
	opacity: 0;
	-webkit-transform: translate(-50px);
	-ms-transform: translate(-50px);
	transform: translate(-50px);
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.in-viewport .fade-in-left,
.fade-in-left.in-viewport {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.fade-in-top {
	opacity: 0;
	-webkit-transform: translate(-50px);
	-ms-transform: translate(-50px);
	transform: translate(-50px);
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.in-viewport .fade-in-top,
.fade-in-top.in-viewport {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.fade-in-right {
	opacity: 0;
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.in-viewport .fade-in-right,
.fade-in-right.in-viewport {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.fade-in {
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.in-viewport .fade-in,
.fade-in.in-viewport {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.delay-1 {
	-webkit-transition-delay: .3s !important;
	transition-delay: .3s !important;
}

.delay-2 {
	-webkit-transition-delay: .6s !important;
	transition-delay: .6s !important;
}

.delay-3 {
	-webkit-transition-delay: .9s !important;
	transition-delay: .9s !important;
}

.delay-4 {
	-webkit-transition-delay: 1.2s !important;
	transition-delay: 1.2s !important;
}

.delay-5 {
	-webkit-transition-delay: 1.5s !important;
	transition-delay: 1.5s !important;
}

.delay-6 {
	-webkit-transition-delay: 1.8s !important;
	transition-delay: 1.8s !important;
}

.delay-7 {
	-webkit-transition-delay: 2.1s !important;
	transition-delay: 2.1s !important;
}

.delay-8 {
	-webkit-transition-delay: 2.4s !important;
	transition-delay: 2.4s !important;
}

.delay-9 {
	-webkit-transition-delay: 2.7s !important;
	transition-delay: 2.7s !important;
}

.delay-10 {
	-webkit-transition-delay: 3s !important;
	transition-delay: 3s !important;
}

.delay-11 {
	-webkit-transition-delay: 3.3s !important;
	transition-delay: 3.3s !important;
}

.delay-12 {
	-webkit-transition-delay: 3.6s !important;
	transition-delay: 3.6s !important;
}

.delay-13 {
	-webkit-transition-delay: 3.9s !important;
	transition-delay: 3.9s !important;
}

.delay-14 {
	-webkit-transition-delay: 4.2s !important;
	transition-delay: 4.2s !important;
}

.delay-15 {
	-webkit-transition-delay: 4.5s !important;
	transition-delay: 4.5s !important;
}

.video-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.video-bg video {
	min-height: 100%;
	min-width: 100%;
	max-width: none;
	width: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#header {
	padding: 16px 0;
	background: #000;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}

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

#header .search-form {
	position: relative;
	margin: 0 0 30px;
	background: #252525;
}

#header .search-form .input-wrap {
	height: 100%;
}

#header .search-form input[type="search"] {
	background: #252525;
	border: none;
	color: #fff;
	padding-right: 40px;
	text-transform: uppercase;
	font-weight: 600;
	width: 100%;
}

#header .search-form button {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
	background: none;
	box-shadow: none;
	border: none;
	color: #fff;
	padding: 0;
	font-size: 15px;
}

.logo {
	width: 62px;
}

.logo img {
	max-width: none;
	width: 100%;
}

.nav-opener {
	display: none;
	position: absolute;
	right: 17px;
	top: 10px;
	width: 38px;
	height: 39px;
}

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

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

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

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

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

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

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

.nav-drop {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 270px;
	overflow: hidden;
	overflow-y: auto;
	background: #fff;
	z-index: 999;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	padding: 0 0 10px;
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, .5);
}

.nav-active .nav-drop {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.header-list {
	position: absolute;
	bottom: 10px;
	right: 15px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 600;
	letter-spacing: .67px;
}

.header-list > li {
	position: relative;
}

.header-list > li:hover .lang-drop {
	opacity: 1;
	visibility: visible;
}

.header-list > li > a {
	color: #000;
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-right: 17px;
}

.header-list > li > a .icon-angle-down,
.header-list > li > a .icon-search,
.header-list > li > a .icon-close {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 10px;
}

.lang-drop {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	width: 100%;
	background: #fff;
	z-index: 99;
	text-align: center;
	padding: 7px 5px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.lang-drop li {
	margin-bottom: 5px;
}

.lang-drop a {
	color: #000;
	display: block;
}

.lang-drop a:hover {
	opacity: .7;
}

.menu-list {
	font-size: 14px;
	line-height: 1.5714285714;
	font-weight: 600;
	letter-spacing: .67px;
	font-family: "Graphik", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	text-transform: uppercase;
}

.menu-list ul li.active a {
	background: #000;
	color: #fff;
}

.menu-list ul a {
	color: #000;
	padding: 12px 26px;
	display: block;
}

.menu-list ul a:hover {
	background: #000;
	color: #fff;
}

.menu-list .btn,
.menu-list .filter-opener {
	font-size: 14px;
	line-height: 1.5714285714;
	font-weight: 600;
	display: block;
	text-align: left;
}

.search-opener {
	min-width: 63px;
}

.search-active .search-opener .search-open {
	display: none;
}

.search-opener .search-close {
	display: none;
}

.search-active .search-opener .search-close {
	display: inline;
}

.nav-active {
	overflow: hidden;
}

/******** banner ********/
.banner {
	position: relative;
	z-index: 1;
	background: #000;
	color: #fff;
	margin-bottom: 10px;
	
	-webkit-transform: skewY(-4deg);
	-ms-transform: skewY(-4deg);
	transform: skewY(-4deg);
}

.banner:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	background: #000;
	height: 9999px;
}

.banner:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin-top: -127px;
	height: 255px;
	opacity: .16;
	z-index: -1;

	background-image: -webkit-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}

.banner .banner-holder {
	overflow: hidden;
	position: relative;
	padding: 105px 0 0;
	z-index: 1;
}

.banner .container {
	width: 100%;
	position: relative;
}

.banner .bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin: 0 -25px -4%;
	height: 386px;
	position: relative;
	z-index: 1;
	-webkit-transform: skewY(4deg);
	-ms-transform: skewY(4deg);
	transform: skewY(4deg);
}

.banner .bg:before {
	content: "";
	background-image: -webkit-linear-gradient(top, #000 0%, rgba(0, 0, 0, .76) 39%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, .76) 39%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 130px;
	z-index: 1;
}

.banner .text {
	margin-bottom: 13px;
	position: relative;
	-webkit-transform: skewY(4deg);
	-ms-transform: skewY(4deg);
	transform: skewY(4deg);
}

.banner.banner-block .banner-holder {
	padding: 105px 0 52px;
}

.banner.banner-block .container {
	max-width: none;
}

.banner.banner-block .text {
	margin: 0 0 47px;
}

.banner.banner-block .img {
	margin: 0 -25px;
	-webkit-transform: skewY(4deg);
	-ms-transform: skewY(4deg);
	transform: skewY(4deg);
}

.banner.banner-block .img img {
	max-width: none;
	width: 100%;
}

.banner time {
	font-size: 14px;
	line-height: 1.9285714286;
	display: block;
	margin: 0 0 20px;
}
/******** banner ********/


/******** banner2 ********/
.banner2 {
	position: relative;
	z-index: 1;
	background: #000;
	color: #fff;
}

.banner2:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	background: #000;
	height: 9999px;
}

.banner2:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin-top: -220px; /*-127px;*/
	height: 255px;
}

.banner2 .banner-holder {
	overflow: hidden;
	position: relative;
	padding: 105px 0 0;
	z-index: 1;
}

.banner2 .container {
	width: 100%;
	position: relative;
}

.banner2 .bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin: 0 -25px -4%;
	height: 386px;
	position: relative;
	z-index: 1;
}

.banner2 .bg:before {
	content: "";
	background-image: -webkit-linear-gradient(top, #000 0%, rgba(0, 0, 0, .76) 39%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, .76) 39%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 130px;
	z-index: 1;
}

.banner2 .text {
	margin-bottom: 13px;
	position: relative;
}

.banner2.banner-block .banner-holder {
	padding: 105px 0 52px;
}

.banner2.banner-block .container {
	max-width: none;
}

.banner2.banner-block .text {
	margin: 0 0 47px;
}

.banner2.banner-block .img {
	margin: 0 -25px;
}

.banner2.banner-block .img img {
	max-width: none;
	width: 100%;
}

.banner2 time {
	font-size: 14px;
	line-height: 1.9285714286;
	display: block;
	margin: 0 0 20px;
}
/******** banner2 ********/


.breadcumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 12px;
	line-height: 2;
	font-weight: 700;
	letter-spacing: .67px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 -13px 23px;
}

.breadcumbs li {
	padding: 0 13px;
	position: relative;
}

.breadcumbs li + li:before {
	font: 12px/1 icomoon;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -7px;
	color: rgba(255, 255, 255, .4);
}

.breadcumbs li a {
	color: rgba(255, 255, 255, .4);
}

.breadcumbs li a:hover {
	color: #fff;
}

.info-block {
	background: #fff;
	padding: 40px 0 42px;
}

.info-block .heading {
	position: relative;
	z-index: 1;
	margin-top: -168px;
}

.info-block .product img {
	width: 100%;
}

.info-banner {
	background: #fff;
	padding: 40px 20px 40px;
}

.info-banner .heading {
	position: relative;
	z-index: 1;
	margin-top: -168px;
}

.text-block {
	margin: 0 0 46px;
}

.text-block.text-block-lg {
	margin-bottom: 40px;
}

.blog {
	margin-bottom: 1.7em;
}

.blog:nth-child(2n) .blog-text {
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
}

.blog:nth-child(2n) .img {
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
}

.blog:nth-child(2n).in-viewport .img {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.blog:nth-child(2n).in-viewport .blog-text {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.blog-img {
	margin: 0 -25px 34px;
}

.blog-img img {
	max-width: none;
	width: 100%;
}

.blog-img .img {
	opacity: 0;
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.in-viewport .blog-img .img {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.blog-text {
	opacity: 0;
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.in-viewport .blog-text {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.blog-text .text-wrap {
	position: relative;
	padding: 25px 0 0;
}

.blog-text .text-wrap:before {
	content: "";
	position: absolute;
	left: 0;
	right: -25px;
	top: 0;
	background: #000;
	height: 1px;
}

.black-block {
	background: #000;
	color: #fff;
}

.black-block .container {
	padding: 62px 25px 81px;
}

.black-section {
	position: relative;
	z-index: 2;
	color: #fff;
	background: #000;
}

.black-section .container {
	padding: 100px 25px 8px;
}

.title {
	text-transform: uppercase;
	letter-spacing: .67px;
	font-size: 12px;
	line-height: 2.1666666667;
	font-weight: 700;
	display: block;
	margin: 0 0 16px;
}

.two-columns {
	margin: 0 0 46px;
}

.list {
	font-size: 16px;
	line-height: 1.375;
	font-weight: 300;
	letter-spacing: .89px;
	text-transform: uppercase;
	margin: 0 0 17px;
}

.list li {
	margin: 0 0 15px;
}

.list a {
	color: #fff;
}

.list a:hover {
	color: #0076ff;
}

.list + .visual-block {
	margin-top: -19px;
}

.visual-block {
	padding: 81px 0;
	z-index: 1;
	position: relative;
	color: #fff;
	background-color: #000;
	white-space: nowrap;
	text-align: center;
	min-height: 263px;
	position: relative;
}

.visual-block:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	margin: 0 0 0 -5px;
	height: 263px;
}

.visual-block > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
}

.visual-block .form-hold {
	text-align: left;
}

.visual-block .bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	opacity: .45;
}

.visual-block .container {
	width: 100%;
}

.visual-block h1 {
	margin: 0 0 21px;
}

.blue-section {
	color: #fff;
	background: #0e265e;
	position: relative;
	z-index: 1;
}

.blue-section .container {
	padding: 53px 25px 31px;
}

.blue-section.bg-black {
	background: #000;
}

.list-link {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.6666666667;
	font-weight: 600;
	font-family: "Graphik", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	letter-spacing: .7px;
}

.list-link li {
	margin: 0 0 21px;
}

.list-link a {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right: 22px;
}

.list-link a span {
	color: #0076ff;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: right .3s ease-in-out;
	transition: right .3s ease-in-out;
}

.list-link a:hover span {
	right: -20px;
}

.columns {
	text-align: left;
}

.columns .col {
	margin-bottom: 36px;
}

.tabset {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 -12px 47px;
	font-family: "Graphik", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.tabset .slick-track {
	overflow: visible;
}

.tabset li {
	padding: 0 12px;
}

.tabset a {
	color: #fff;
}

.tabset a:hover,
.tabset a.active {
	color: #0076ff;
}

.block-wrap .size {
	display: block;
	font-size: 52px;
	line-height: 1.0769230769;
	font-weight: 400;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.block-wrap .text {
	padding-bottom: 27px;
}

.block-wrap .txt-title {
	text-transform: uppercase;
	display: block;
	font-family: "Graphik", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: #0076ff;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 600;
	position: absolute;
	bottom: 0;
	width: 100px;
}

.block-wrap .img {
	position: relative;
}

.block-wrap .img img {
	max-width: none;
	width: 100%;
}

.block-wrap p {
	margin: 0 0 15px;
}

.block-wrap .product-title {
	display: block;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 1.2307692308;
	font-weight: 300;
	margin: 0 0 13px;
}

.product-list {
	padding: 67px 0 50px;
	background: #f2f2f2;
}

.product-list h1 {
	margin: 0 0 33px;
}

.product-list h2 {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 300;
	margin: 0 0 8px;
}

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

.product-info p {
	margin: 0 0 17px;
}

.product-info .img {
	margin: 0 0 17px;
}

.products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.product {
	padding: 0 5px;
	width: 50%;
	margin-bottom: 15px;
}

.product p {
	margin: 0 0 15px;
}

.product .product-item {
	display: block;
	color: #000;
	box-shadow: 0 3px 22px rgba(0, 0, 0, .11);
	background: #fff;
	-webkit-transition: box-shadow .3s ease-in-out, background .3s ease-in-out;
	transition: box-shadow .3s ease-in-out, background .3s ease-in-out;
}

.product .product-item:hover {
	box-shadow: 0 3px 22px rgba(0, 0, 0, .11);
	background: #fff;
}

.product .product-item:hover .btn-more:before {
	right: -20px;
}

.product .text {
	display: block;
	padding: 10px 13px 15px;
}

.product .product-title {
	display: block;
	padding: 10px 13px 15px;
	text-transform: uppercase;
	display: block;
	position: relative;
	font-size: 14px;
	line-height: 1.2857142857;
	font-weight: 300;
}

.product .product-title:after {
	font: 14px/1 icomoon;
	color: #0076ff;
	display: block;
	padding-top: 7px;
}

.filter-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.filter-text {
	padding: 38px 0 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	font-size: 16px;
	line-height: 1.25;
}

.filter-text.filter-active {
	opacity: 1;
	visibility: visible;
}

.filter-text .txt {
	margin: 0 0 17px;
	display: block;
}

.tag-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-family: "Graphik", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 16px;
	line-height: 1.375;
	font-weight: 600;
	letter-spacing: 2px;
	margin: 0 -12px -24px;
	text-transform: uppercase;
}

.tag-list a {
	display: block;
	position: relative;
	padding-right: 28px;
}

.tag-list a:hover {
	color: #0076ff;
}

.tag-list .icon-close {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 15px;
	color: #000;
}

.tag-list li {
	padding: 0 12px 24px;
}

.filter-form .or {
	display: inline-block;
	vertical-align: top;
	padding: 0 13px;
	font-size: 16px;
	line-height: 1.25;
}

.filter-form .form-group {
	position: relative;
	width: 127px;
}

.filter-form input[type="search"] {
	display: block;
	border: none;
	border-bottom: 1px solid #000;
	height: 42px;
	padding-left: 25px;
	color: #000;
}

.filter-form input[type="search"]::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .25);
}

.filter-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: rgba(0, 0, 0, .25);
}

.filter-form input[type="search"]:-moz-placeholder {
	color: rgba(0, 0, 0, .25);
}

.filter-form input[type="search"]:-ms-input-placeholder {
	color: rgba(0, 0, 0, .25);
}

.filter-form input[type="search"].placeholder {
	color: rgba(0, 0, 0, .25);
}

.filter-form button,
.filter-form .search-button {
	position: absolute;
	left: 2px;
	background: none;
	padding: 0;
	margin: 0;
	box-shadow: none;
	border: none;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.filter-holder {
	width: 100px;
	position: relative;
}

.filter-opener {
	display: block;
	padding: 13px 9px;
}

.posts {
	padding: 30px 0 27px;
}

.posts p {
	margin: 0 0 13px;
}

.post-item {
	position: relative;
	color: #000;
}

.post-item:hover {
	color: #000;
}

.post-item:hover .btn-more:before {
	right: -20px;
}

.post {
	margin-bottom: 30px;
}

.post .h2 {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 300;
	text-transform: uppercase;
	display: block;
	margin: 0 0 15px;
}

.post time {
	color: #000;
	display: block;
	font-size: 14px;
	line-height: 1.2857142857;
	font-weight: 400;
	position: relative;
	letter-spacing: -.2px;
	margin: 0;
}

.post time:before {
	color: #0076ff;
	font: 27px/1 icomoon;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -39px;
}

.post .text {
	padding: 12px 55px 20px 19px;
}

.post .post-item {
	display: block;
	background-color: #fff;
	box-shadow: 0 3px 22px rgba(0, 0, 0, .11);
	-webkit-transition: box-shadow .3s ease-in-out, background .3s ease-in-out;
	transition: box-shadow .3s ease-in-out, background .3s ease-in-out;
}

.post img {
	max-width: none;
	width: 100%;
}

.category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 600;
	letter-spacing: .75px;
	margin: 0 -8px 8px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, .25);
}

.category li {
	padding: 0 8px;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	color: #000;
	margin: 0 -5px;
	font-size: 18px;
	line-height: 1.3333333333;
	font-weight: 600;
}

.pagination li {
	padding: 0 5px;
}

.pagination li.active a {
	color: #000;
	pointer-events: none;
}

.pagination a {
	color: rgba(0, 0, 0, .25);
}

.pagination a:hover {
	color: #000;
}

.post-list {
	padding: 32px 0;
	position: relative;
	z-index: 2;
}

.heading-block {
	background: #000;
	color: #fff;
	padding: 105px 0 51px;
	position: relative;
	z-index: 1;
}

.heading-block time {
	display: block;
	margin: 0 0 25px;
}

.heading-wrap {
	position: relative;
}

.main-img {
	margin: 0 -25px 0;
	position: relative;
	z-index: 2;
}

.main-img img {
	max-width: none;
	width: 100%;
}

.detail-block {
	padding-bottom: 60px;
	color: #232323;
}

.detail-block p {
	margin: 0 0 28px;
}

/* make the links more visible without having to hover over them */
.detail-block p a {
	color: #0076ff; //#000;
}

.detail-block p a:hover {
	color: #005ecc; //#0076ff;
}

.detail-block #social {
	padding-top: 36px;
	position: absolute;
	right: 0;
	top: 10px;
}

.detail-block .img {
	margin: 0 -25px 34px;
	position: relative;
}

.detail-block .img img {
	max-width: none;
	width: 100%;
}

.detail-block .social-networks {
	display: none;
}

.detail-block .text {
	position: relative;
	padding-top: 36px;
}

.social-networks.social-block {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-left: 0;
	font-size: 20px;
	margin: 0 -16px;
}

.social-networks.social-block li {
	margin: 0;
	padding: 0 16px;
}

.social-networks.social-block a {
	color: #0076ff;
}

.social-networks.social-block a:hover {
	color: #0e265e;
}

.detail-footer {
	padding-top: 42px;
}

.detail-footer .category {
	margin-bottom: 34px;
}

.detail-footer .social-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.post-list.bg-blue {
	color: #fff;
	padding: 46px 0;
}

.post-list.bg-blue:after {
	background-color: #0e265e;
}

.post-list.bg-blue h1 {
	margin: 0 0 -7px;
}

.blue-section .post-item {
	color: #fff;
	background-color: #08469e;
}

.blue-section .post-item:hover {
	color: #fff;
	background-color: #08469e;
}

.blue-section .category {
	color: #fff;
	opacity: .25;
}

.blue-section time {
	color: #fff;
}

.blue-section time:before {
	color: #fff;
}

.blue-section .bg {
	margin: 0 -25px -51px;
	padding-top: 103%;
	height: 0;
	position: relative;
	z-index: 1;
}

.blue-section .bg:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	width: 0;
	border-bottom: 19px solid #fff;
	border-left: 100vw solid transparent;
	z-index: 1;
}

.tab-content,
.tab-image {
	position: relative;
}

.tab-content .tab,
.tab-image .tab {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	visibility: visible;
	z-index: -1;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.tab-content .tab.active,
.tab-image .tab.active {
	opacity: 1;
	z-index: 2;
	visibility: visible;
	left: auto;
	top: auto;
	right: auto;
	position: relative;
}

.filter-drop {
	box-shadow: 0 3px 22px rgba(0, 0, 0, .11);
	background: #fff;
	font-family: "Graphik", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	width: 267px;
	font-size: 14px;
	line-height: 1.4285714286;
	font-weight: 600;
	position: absolute;
	left: 0;
	z-index: 999;
	top: 100%;
	padding: 32px 29px;
	letter-spacing: .7px;
}

.filter-drop .drop-opener {
	font-size: 0;
	line-height: 0;
	display: block;
}

.filter-drop .drop-opener:after {
	content: "";
	position: absolute;
	right: -17px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 0;
	width: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #0076ff;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.filter-drop > ul > li {
	margin: 0 0 16px;
}

.filter-drop > ul > li.has-drop-down > label {
	position: relative;
	margin-right: 17px;
}

.filter-drop > ul > li.active > label:after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.filter-drop > ul > li > label {
	padding-left: 35px;
	display: inline-block;
	vertical-align: top;
}

.filter-drop > ul label {
	color: #000;
	position: relative;
	padding-left: 46px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}

.filter-drop > ul label:hover .slide:before {
	border-color: #0076ff;
}

.filter-drop > ul ul {
	padding: 18px 0 0;
}

.filter-drop > ul ul li {
	margin: 0 0 17px;
}

.filter-drop .slide {
	display: block;
}

.filter-drop .slide:before {
	font: 6px/12px icomoon;
	position: absolute;
	left: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #ebebeb;
	color: #fff;
	-webkit-transition: border .3s ease-in-out;
	transition: border .3s ease-in-out;
}

.filter-drop input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.filter-drop input[type="checkbox"]:checked ~ .slide:before {
	color: #0076ff;
	border-color: #0076ff;
}

/*************** youtube video2 section ***************/

.video-list2 {
	margin-top: -4px;
	margin-bottom: -42px;
	color: #252525;
	position: relative;
	z-index: 1;
	font-size: 16px;
	line-height: 1.75;
}

.video-list2:before {
	content: "";
	position: absolute;
	left: -9999px;
	right: -9999px;
	top: 130px;
	/*background: #fff;*/
	bottom: -9999px;
	z-index: -1;
}

.video-list2 .h3 {
	margin: 0 0 8px;
}
.video-section2 {
	position: relative;
	background: #0e265e;
	color: #fff;
	z-index: 1;
	overflow: hidden;
}

.video-section2 .container {
	padding: 52px 25px 37px;
}

.video-item2 {
	margin: 0 0 42px;
}

.video2 {
	position: relative;
	display: block;
	margin: 0 0 11px;
}

.video2 img {
	max-width: none;
	width: 100%;
}

.video2:hover .btn-play {
	-webkit-transform: translate(-50%, -50%) scale(1.15);
	-ms-transform: translate(-50%, -50%) scale(1.15);
	transform: translate(-50%, -50%) scale(1.15);
}

/*************** youtube video2 section ***************/

/*************** youtube video3 section ***************/

.video-section3 {
	background: #fff;
	padding: 40px 0 42px;
}

.video-section3 .heading {
	position: relative;
	z-index: 1;
	margin-top: -168px;
}

.video-section3 .product {
	width: 100%;
}

.video-section3 .product img {
	width: 100%;
}

/*************** youtube video3 section ***************/


.video-list {
	margin-top: -4px;
	margin-bottom: -42px;
	color: #252525;
	position: relative;
	z-index: 1;
	font-size: 16px;
	line-height: 1.75;
}

.video-list:before {
	content: "";
	position: absolute;
	left: -9999px;
	right: -9999px;
	top: 130px;
	background: #fff;
	bottom: -9999px;
	z-index: -1;
}

.video-list .h3 {
	margin: 0 0 8px;
}

.video-section {
	position: relative;
	background: #0e265e;
	color: #fff;
	z-index: 1;
	overflow: hidden;
}

.video-section .container {
	padding: 52px 25px 37px;
}

.video-item {
	margin: 0 0 42px;
}

.video {
	position: relative;
	display: block;
	margin: 0 0 11px;
}

.video img {
	max-width: none;
	width: 100%;
}

.video:hover .btn-play {
	-webkit-transform: translate(-50%, -50%) scale(1.15);
	-ms-transform: translate(-50%, -50%) scale(1.15);
	transform: translate(-50%, -50%) scale(1.15);
}

.hero-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	z-index: 1;
	color: #fff;
}

.hero-section .bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.hero-section .hero-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 358px;
	padding: 30px 0;
}

.hero-section .container {
	margin: 0;
}

.hero-section .text {
	margin: 0 auto;
}

.logo-section {
	padding: 37px 0 61px;
}

.logo-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -15px 19px;
}

.logo-list li {
	width: 33.33%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.logo-list img {
	display: block;
}

.logo-list a {
	display: inline-block;
	vertical-align: middle;
}

.logo-list img {
	max-width: none;
	width: 100%;
}

.form {
	padding-top: 8px;
}

.form .form-group {
	margin-bottom: 20px;
}

.form .btn-holder {
	text-align: left;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="password"],
.form input[type="url"],
.form input[type="tel"],
.form input[type="search"],
.form textarea {
	border: 2px solid #fff;
}

.form input[type="text"]::-webkit-input-placeholder,
.form input[type="email"]::-webkit-input-placeholder,
.form input[type="password"]::-webkit-input-placeholder,
.form input[type="url"]::-webkit-input-placeholder,
.form input[type="tel"]::-webkit-input-placeholder,
.form input[type="search"]::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .5);
}

.form input[type="text"]::-moz-placeholder,
.form input[type="email"]::-moz-placeholder,
.form input[type="password"]::-moz-placeholder,
.form input[type="url"]::-moz-placeholder,
.form input[type="tel"]::-moz-placeholder,
.form input[type="search"]::-moz-placeholder,
.form textarea::-moz-placeholder {
	opacity: 1;
	color: rgba(255, 255, 255, .5);
}

.form input[type="text"]:-moz-placeholder,
.form input[type="email"]:-moz-placeholder,
.form input[type="password"]:-moz-placeholder,
.form input[type="url"]:-moz-placeholder,
.form input[type="tel"]:-moz-placeholder,
.form input[type="search"]:-moz-placeholder,
.form textarea:-moz-placeholder {
	color: rgba(255, 255, 255, .5);
}

.form input[type="text"]:-ms-input-placeholder,
.form input[type="email"]:-ms-input-placeholder,
.form input[type="password"]:-ms-input-placeholder,
.form input[type="url"]:-ms-input-placeholder,
.form input[type="tel"]:-ms-input-placeholder,
.form input[type="search"]:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
	color: rgba(255, 255, 255, .5);
}

.form input[type="text"].placeholder,
.form input[type="email"].placeholder,
.form input[type="password"].placeholder,
.form input[type="url"].placeholder,
.form input[type="tel"].placeholder,
.form input[type="search"].placeholder,
.form textarea.placeholder {
	color: rgba(255, 255, 255, .5);
}

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

.video-wrap {
	padding-top: 56.25%;
	height: 0;
	position: relative;
	display: block;
}

.video-wrap iframe {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	bottom: 0;
	display: block;
}

.banner-section {
	position: relative;
	z-index: 1;
	overflow: hidden;
	color: #fff;
}

.banner-section.video-animation h1 {
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.banner-section.video-animation .paragh {
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.banner-section.video-animation .btn-holder {
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

.banner-section.video-animation.banner-active h1,
.banner-section.video-animation.banner-active .paragh,
.banner-section.video-animation.banner-active .btn-holder {
	opacity: 1;
}

.banner-section.video-animation .video-bg,
.banner-section.video-animation .bg {
	z-index: -1;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.banner-section.video-animation .video-bg:before,
.banner-section.video-animation .bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: -webkit-linear-gradient(340deg, #000 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(110deg, #000 0%, rgba(0, 0, 0, 0) 100%);
	opacity: .79;
}

.banner-section .video-bg,
.banner-section .bg,
.banner-section .bg-noBGGradient
 {
	z-index: -1;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}


.banner-section .video-bg:after,
.banner-section .bg:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	right: 0;
	height: 63.7%;
	background-image: -webkit-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0) 100%);
}

.banner-section .bg-noBGGradient:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	right: 0;
	height: 63.7%;
}

.banner-section .text-wrap {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

.banner-section .container {
	position: relative;
	padding: 104px 25px 100px;
	min-height: 400px;
}

.banner-section .read-more {
	top: auto;
	bottom: 11px;
}

.banner-section .btn-holder {
	margin: 0 -5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.banner-section .btn,
.banner-section .filter-opener {
	margin: 0 5px;
}

.banner-section .btn-info {
	background: #003c97;
	padding: 12px 18px;
}

.banner-section .btn-info:hover {
	background: #00327e;
}

.banner-section .banner-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	bottom: 56px;
	left: 25px;
	right: 25px;
}

.banner-section .mic {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	padding-left: 44px;
}

.banner-section .mic .on {
	display: none;
}

.banner-section .mic .icon {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 24px;
}

.banner-section .mic:hover {
	color: #bfbfbf;
}

.banner-section .mic.muted .on {
	display: inline;
}

.banner-section .mic.muted .off {
	display: none;
}

.banner-section .more {
	display: block;
	font-size: 18px;
	color: #fff;
}

.two-cols {
	position: relative;
	background: #000;
	color: #fff;
	padding: 42px 0 170px;
}

.two-cols:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin-top: -127px;
	opacity: .16;
	height: 255px;
	z-index: 1;
	background-image: -webkit-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}

.two-cols:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	width: 0;
	border-bottom: 19px solid #fff;
	border-left: 100vw solid transparent;
}

.two-cols .content-holder .text {
	max-width: 320px;
	margin: 0 auto;
}

.two-cols .content-holder img {
	max-width: none;
	width: 100%;
}

.two-cols .img-holder {
	max-width: 320px;
	margin: 0 auto 12px;
}

.info-block .heading {
	position: relative;
	z-index: 1;
	margin-top: -168px;
}

.info-block .product {
	width: 100%;
}

.info-block .product img {
	width: 100%;
}

.white-section {
	position: relative;
	padding-bottom: 20px;
}

.white-section:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	width: 0;
	border-bottom: 19px solid #000;
	border-right: 100vw solid transparent;
}

.white-section .txt-hold {
	padding-right: 18px;
}

.white-section .img-holder {
	position: relative;
	z-index: -1;
	margin: 25px -30px -60px -70px;
}

.white-section .img-holder img {
	max-width: none;
	width: 100%;
}

.white-section .img {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.white-section .img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.white-section .img:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.white-section .img-wo:before {
	background-image: -webkit-linear-gradient(right, #fff 10%, rgba(255, 255, 255, 0) 20%);
	background-image: linear-gradient(to left, #fff 10%, rgba(255, 255, 255, 0) 20%);
}

.white-section .img-wo:after {
	background-image: -webkit-linear-gradient(bottom left, #fff 30%, rgba(255, 255, 255, 0) 40%);
	background-image: linear-gradient(to top right, #fff 30%, rgba(255, 255, 255, 0) 40%);
}

.blue-section .heading-info {
	max-width: 160px;
}

.live-block {
	background: #000;
	color: #fff;
	padding: 66px 0  275px;
	-webkit-transform: skewY(4deg);
	-ms-transform: skewY(4deg);
	transform: skewY(4deg);
	margin: 0 0 -4%;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.live-block .container {
	-webkit-transform: skewY(-4deg);
	-ms-transform: skewY(-4deg);
	transform: skewY(-4deg);
}

.live-block .text {
	position: relative;
	z-index: 1;
}

.live-block .bg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -4%;
	height: 275px;
	-webkit-transform: skewY(-4deg);
	-ms-transform: skewY(-4deg);
	transform: skewY(-4deg);
}

.live-block .bg:before {
	content: "";
	position: absolute;
	left: -20%;
	right: 0;
	top: 0;
	background-image: -webkit-linear-gradient(top, #000 0%, rgba(0, 0, 0, .76) 39%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, .76) 39%, rgba(0, 0, 0, 0) 100%);
	height: 40%;
}

.dark-block {
	position: relative;
	z-index: 1;
	background: #000;
	color: #fff;
	padding: 77px 0 40px;
}

.dark-block .bg {
	position: absolute;
	right: 0;
	top: 0;
	width: 44%;
	bottom: 182px;
	z-index: -1;
}

.dark-block .bg:before {
	content: "";
	position: absolute;
	left: 0;
	width: 20%;
	top: 0;
	bottom: 0;
	background-image: -webkit-linear-gradient(left, #000 0%, rgba(0, 0, 0, .76) 39%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .76) 39%, rgba(0, 0, 0, 0) 100%);
}

.dark-block .bg:after {
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	height: 20%;
	position: absolute;
	background-image: -webkit-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, .76) 39%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, .76) 39%, rgba(0, 0, 0, 0) 100%);
}

.text-slider {
	padding-top: 34px;
	padding-right: 60px;
	font-size: 16px;
	line-height: 1.75;
}

.text-slider:before {
	font: 12px/1 icomoon;
	right: 17px;
	position: absolute;
	top: 11px;
	opacity: .4;
}

.text-slider .owl-stage,
.text-slider .owl-stage-outer {
	overflow: visible;
}

.text-slider .h3,
.text-slider h3 {
	font-weight: 400;
}

.level-block {
	background: #000;
	color: #fff;
	padding: 78px 0;
	position: relative;
	z-index: 1;
	-webkit-transform: skewY(4deg);
	-ms-transform: skewY(4deg);
	transform: skewY(4deg);
	margin: 0 0 -4%;
	z-index: 2;
}

.level-block .container {
	-webkit-transform: skewY(-4deg);
	-ms-transform: skewY(-4deg);
	transform: skewY(-4deg);
}

.level-block .bg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 60%;
	z-index: -1;
}

.level-block .bg:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -20%;
	width: 40%;
	background-image: -webkit-linear-gradient(top, #000 0%, rgba(0, 0, 0, .76) 39%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, .76) 39%, rgba(0, 0, 0, 0) 100%);
}

.list-archor {
	font-family: "Graphik", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 14px;
	line-height: 1.4285714286;
	font-weight: 600;
	letter-spacing: .78px;
	text-transform: uppercase;
	padding-top: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list-archor li {
	width: 50%;
	padding-right: 20px;
	margin: 0 0 17px;
}

.list-archor a {
	color: #fff;
}

.list-archor a:hover {
	color: #0076ff;
}

.about-section {
	color: #fff;
	background: #000;
	padding: 62px 0 43px;
}

.about-section .text {
	padding: 63px 0 0;
	text-align: center;
}

.about-block {
	padding: 36px 0 54px;
}

.about-block .img {
	margin: 0 -15px;
}

.about-block .img .img-wrap {
	margin: 0 -25px;
}

.about-block .img img {
	max-width: none;
	width: 100%;
}

.team-section {
	background: #f2f2f2;
}

.team-section .container {
	padding: 39px 25px 95px;
}

.team-section h1 {
	margin: 0 0 26px;
}

.team-list {
	padding-right: 29px;
}

.team-list .owl-stage-outer {
	overflow: visible;
}

.team-list .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.team-list .owl-item,
.team-list .team-item {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.team-list .team-item img {
	max-width: none;
	width: 100%;
}

.team {
	background: #fff;
	color: #000;
	display: block;
	position: relative;
	box-shadow: 0 3px 22px rgba(0, 0, 0, .11);
	-webkit-transition: background .3s ease-in-out, box-shadow .3s ease-in-out;
	transition: background .3s ease-in-out, box-shadow .3s ease-in-out;
	width: 100%;
}

.team h3,
.team .h3 {
	margin: 0 0 4px;
}

.team .text {
	padding: 13px 16px 43px;
}

.team .btn-more {
	font-size: 12px;
	position: absolute;
	bottom: 24px;
	left: 16px;
}

.designation {
	font-size: 16px;
	line-height: 1.5625;
	font-weight: 700;
	display: block;
	text-transform: uppercase;
	letter-spacing: .89px;
	color: #6d6d6d;
	margin: 0 0 8px;
}

.association {
	padding: 40px 0 61px;
}

.association h1 {
	margin: 0 0 28px;
}

.association-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -22px;
}

.association-list li {
	width: 33.33%;
	padding: 0 22px;
	margin: 0 0 26px;
}

.association-list a {
	display: block;
}

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

.popup {
	background: #000;
	color: #fff;
	width: 100%;
	padding: 27px 25px 0 !important;
	overflow: hidden !important;
	z-index: 1;
}

.popup .fancybox-close-small {
	display: none;
}

.popup h1 {
	margin: 0 0 0;
	opacity: 0;
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.lightbox-active .popup h1 {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.popup .designation {
	margin: 0 0 13px;
	opacity: 0;
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.lightbox-active .popup .designation {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.popup .paragh {
	opacity: 0;
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

.lightbox-active .popup .paragh {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.popup p {
	margin: 0 0 12px;
}

.popup .text {
	margin: 0 0 9px;
}

.popup .text-wrap {
	max-width: 440px;
}

.popup .img {
	margin: 0 -25px;
	position: relative;
	z-index: -1;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.lightbox-active .popup .img {
	opacity: 1;
}

.popup .img .img-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.popup .img img {
	max-width: none;
	width: 100%;
}

.popup .btn-close {
	opacity: 0;
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}

.lightbox-active .popup .btn-close {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

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

.btn-close {
	font-size: 12px;
	line-height: 1.5;
	font-weight: 600;
	font-family: "Graphik", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	text-transform: uppercase;
	letter-spacing: .82px;
	position: relative;
	padding-right: 20px;
}

.btn-close:before {
	font: 12px/1 icomoon;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product-slider {
	padding-right: 29px;
}

.product-slider .owl-stage-outer {
	overflow: visible;
}

.product-slider:before {
	font: 12px/1 icomoon;
	position: absolute;
	top: -20px;
	right: -14px;
	color: rgba(255, 255, 255, .6);
}

.fancybox-infobar {
	display: none !important;
}

#footer {
	color: #fff;
	background: #000;
	z-index: 1;
	padding: 59px 0 52px;
	position: relative;
}

.footer-logo {
	width: 85px;
	-ms-flex-preferred-size: 85px;
	flex-basis: 85px;
}

.footer-logo img {
	max-width: none;
	width: 100%;
}

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

.social-networks {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 20px;
	font-size: 15px;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: -15px;
}

.social-networks li {
	margin-left: 15px;
}

.social-networks a {
	color: #fff;
}

.social-networks a:hover {
	color: #0076ff;
}

.privacy-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	color: rgba(255, 255, 255, .6);
	font-size: 12px;
	line-height: 1.5;
	font-weight: 400;
	margin: 0 -2px;
}

.privacy-list li {
	padding: 0 2px;
}

.privacy-list a {
	color: rgba(255, 255, 255, .6);
}

.privacy-list a:hover {
	color: #fff;
}

.copyright-wrap {
	width: 100%;
	padding-top: 20px;
}

.copyright {
	display: block;
	width: 100%;
	color: rgba(255, 255, 255, .6);
	font-size: 12px;
	line-height: 1.5;
	font-weight: 400;
}

.footer-area {
	margin: 0 0 40px;
}

.footer-list {
	margin: 0 0 15px;
	font-size: 14px;
	line-height: 1.4285714286;
}

.footer-list ul a {
	color: #fff;
}

.footer-list ul a:hover {
	color: #0076ff;
}

.footer-list ul li {
	margin-bottom: 10px;
}

.footer-title {
	font-size: 16px;
	line-height: 1.75;
	font-weight: 600;
	letter-spacing: 0.4px; /*1.5px;*/
	color: #fff;
	display: block;
	text-transform: uppercase;
}

.footer-title a {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.footer-title a:hover {
	color: #0076ff;
}

.footer-title a.has-drop-down-a {
	padding-right: 26px;
}

.footer-title a.has-drop-down-a:before {
	font: 10px/1 icomoon;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.footer-list.active .footer-title a.has-drop-down-a:before {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.footer-wrap {
	margin: 0 0 51px;
}

.form-txt {
	font-size: 18px;
	line-height: 1.2222222222;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	padding-right: 20px;
	margin-bottom: 26px;
}

.subscribe-form input[type="email"] {
	border-color: #fff;
}

.subscribe-form input[type="email"]:focus {
	border-color: #fff;
}

.submit-holder {
	text-align: right;
	padding-top: 21px;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

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

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

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

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

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

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

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

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

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

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

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

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

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

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

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

.fancybox-content {
	background: #000;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

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

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

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
	cursor: text;
}

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

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

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

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

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

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

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

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

/* Buttons */

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

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

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

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

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

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

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998;
}

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

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

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

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
}

/* Caption */

.fancybox-caption {
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

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

/* Loading indicator */

.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

/* Transition effects */

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

/* transitionEffect: slide */

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

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

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

/* transitionEffect: fade */

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

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

/* transitionEffect: zoom-in-out */

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

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

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

/* transitionEffect: rotate */

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

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

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

/* transitionEffect: circular */

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

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

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

/* transitionEffect: tube */

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

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

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

/* Styling for Small-Screen Devices */

/* Share */

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

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

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

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

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

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

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

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

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

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

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

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

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

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

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

/* Thumbs */

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

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

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

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

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

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

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

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

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

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

.fancybox-button--arrow_left,
.fancybox-button--arrow_right {
	display: none;
}


/* begin css external link popup */
.extLinkPopupContainer {
  background-color: #47BDFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
}

.extLinkPopupButton {
  text-decoration: none;
  font-size: .875rem;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 1.5rem;
  background-color: #fff;
  color: #47BDFF;
  padding: 1rem 2rem;
  font-weight: 900;
}

.extLinkPopup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: .64s ease-in-out;
}
.extLinkPopup-inner {
  position: relative;
  bottom: -100vw;
  right: -100vh;
  display: flex;
  align-items: center;
  max-width: 800px;
  max-height: 400px;
/*  width: 60%;
  height: 80%;*/
  background-color: #fff;
  transform: rotate(32deg);
  transition: .64s ease-in-out;
  z-index: 9999999;
}
.extLinkPopupPhoto {
  /*display: flex;*/
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  height: 100%;
  overflow: hidden;
}
.extLinkPopupPhoto img {
  width: auto;
  height: 100%;
}
.extLinkPopupText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  height: 100%;
  padding: 4rem;
}
.extLinkPopupText h1 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-transform: uppercase;
  color: #0A0A0A;
}
.extLinkPopupText p {
  font-size: .875rem;
  color: #686868;
  line-height: 1.5;
}

.extLinkPopupText a {
	text-decoration: none;
	color:  #0076ff;
}
.extLinkPopup:target {
  visibility: visible;
  opacity: 1;
}
.extLinkPopup:target .extLinkPopup-inner {
  bottom: 0;
  right: 0;
  transform: rotate(0);
}
.closeExtLinkPopup {
  position: absolute;
  right: -1.5rem;
  top: -13rem;
  width: 3rem;
  height: 3rem;
  font-size: 16px;
  font-weight: 300;
  border-radius: 100%;
  background-color: #0076ff;
  z-index: 4;
  color: #fff;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  padding: 0px;
}

@media (max-width: 768px) {
	.extLinkPopupText {
	  padding: 1rem;
	}
	.extLinkPopupText h1 {
	  font-size: 1rem;
	  margin-bottom: 1rem;
	}
	.extLinkPopupText p {
	  font-size: .75rem;
	  line-height: 1;
	  margin: 0 0 0.5em;
	}
	.closeExtLinkPopup {
	  right: -0.3rem;
	  top: -7rem;
	}
}

@media (max-width: 576px) {
	.closeExtLinkPopup {
	  position: absolute;
	  right: -0.1rem;
	  top: -7rem;
	}
}

@media (max-width: 414px) {
	.closeExtLinkPopup {
	  position: absolute;
	  right: -0.1rem;
	  top: -9rem;
	}
}

@media (max-width: 320px) {
	.closeExtLinkPopup {
	  position: absolute;
	  right: -0.1rem;
	  top: -10.5rem;
	}
}
/* end css external link popup */


@media (min-width: 768px) {
	#content {
		width: 70%;
		padding-right: 20px;
	}

	#content:only-child {
		float: none;
		width: 100%;
	}

	#sidebar {
		width: 25%;
	}

	#sidebar #wp-calendar {
		width: 100%;
	}

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

	.two-column {
		padding-top: 98px;
	}

	.two-column .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 60px 25px;
	}

	body {
		font-size: 16px;
		line-height: 1.75;
	}

	.post-password-form input[type="password"],
	.search-form input[type="search"] {
		width: 100%;
		margin-bottom: 10px;
	}

	.container-xl {
		padding: 0;
	}

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

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

	.decor-black {
		padding-top: 40px;
	}

	.decor-black:before {
		height: 0;
		width: 0;
		border-top: 40px solid #000;
		border-right: 100vw solid transparent;
	}

	.decor-white-reverse {
		padding-top: 40px;
	}

	.decor-white-reverse:before {
		height: 0;
		width: 0;
		border-top: 40px solid #fff;
		border-left: 100vw solid transparent;
	}

	.bottom-decor-white-reverse {
		padding-bottom: 40px;
	}

	.bottom-decor-white-reverse:after {
		height: 0;
		width: 0;
		border-bottom: 40px solid #fff;
		border-right: 100vw solid transparent;
	}

	.bottom-decor-white {
		padding-bottom: 40px;
	}

	.bottom-decor-white:after {
		height: 0;
		width: 0;
		border-bottom: 40px solid #fff;
		border-left: 100vw solid transparent;
	}

	.bottom-decor-blue-reverse {
		padding-bottom: 40px;
	}

	.bottom-decor-blue-reverse:after {
		height: 0;
		width: 0;
		border-bottom: 40px solid #0e265e;
		border-right: 100vw solid transparent;
	}

	.bottom-decor-blue {
		padding-bottom: 40px;
	}

	.bottom-decor-blue:after {
		height: 0;
		width: 0;
		border-bottom: 40px solid #0e265e;
		border-left: 100vw solid transparent;
	}

	.decor-black-reverse {
		padding-top: 40px;
	}

	.decor-black-reverse:before {
		height: 0;
		width: 0;
		border-top: 40px solid #000;
		border-left: 100vw solid transparent;
	}

	.decor-blue {
		padding-top: 40px;
	}

	.decor-blue:before {
		height: 0;
		width: 0;
		border-top: 40px solid #0e265e;
		border-right: 100vw solid transparent;
	}

	.decor-light-gray {
		padding-top: 40px;
	}

	.decor-light-gray:before {
		height: 0;
		width: 0;
		border-top: 40px solid #f2f2f2;
		border-right: 100vw solid transparent;
	}

	.decor-white {
		padding-top: 40px;
	}

	.decor-white:before {
		height: 0;
		width: 0;
		border-top: 40px solid #fff;
		border-right: 100vw solid transparent;
	}

	.md-text-right {
		text-align: right !important;
	}

	#header {
		padding: 14px 0;
	}

	#header .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	#header .search-form {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		margin: 0;
		width: 0;
		overflow: hidden;
		-webkit-transition: height .3s ease-in-out;
		transition: height .3s ease-in-out;
		width: 100%;
		height: 0;
	}

	.search-active #header .search-form {
		height: 44px;
	}

	#header .search-form .input-wrap {
		width: 184px;
		margin: 0 auto;
		position: relative;
	}

	#header .search-form input[type="search"] {
		height: 44px;
		padding: 5px 15px;
		text-align: center;
		font-size: 14px;
		line-height: 1.2857142857;
		color: #fff;
		width: 100%;
	}

	#header .search-form input[type="search"]::-webkit-input-placeholder {
		color: rgba(255, 255, 255, .5);
	}

	#header .search-form input[type="search"]::-moz-placeholder {
		opacity: 1;
		color: rgba(255, 255, 255, .5);
	}

	#header .search-form input[type="search"]:-moz-placeholder {
		color: rgba(255, 255, 255, .5);
	}

	#header .search-form input[type="search"]:-ms-input-placeholder {
		color: rgba(255, 255, 255, .5);
	}

	#header .search-form input[type="search"].placeholder {
		color: rgba(255, 255, 255, .5);
	}

	#header .search-form button {
		font-size: 24px;
		right: auto;
		left: -20px;
	}

	.logo {
		width: 92px;
		-ms-flex-preferred-size: 92px;
		flex-basis: 92px;
	}

	#nav {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.nav-drop {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		position: static;
		width: auto;
		background: none;
		overflow: visible;
		background: none;
	}

	.header-list {
		position: static;
		margin: 0 0 12px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header-list > li {
		margin-left: 22px;
	}

	.header-list > li > a {
		color: #a1a1a1;
	}

	.lang-drop {
		top: 100%;
		bottom: auto;
	}

	.menu-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		letter-spacing: 1.6px;
		font-size: 12px;
		line-height: 1.6666666667;
	}

	.menu-list ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding-right: 10px;
	}

	.menu-list ul li {
		margin-left: 10px;
	}

	.menu-list ul li.active a {
		color: #0076ff;
	}

	.menu-list ul a {
		color: #fff;
		padding: 0;
	}

	.menu-list ul a:hover {
		color: #0076ff;
	}

	.menu-list .btn-wrap {
		width: 100px;
		-ms-flex-preferred-size: 100px;
		flex-basis: 100px;
	}

	.menu-list .btn,
	.menu-list .filter-opener {
		font-size: 12px;
		line-height: 1.6666666667;
		display: inline-block;
		vertical-align: top;
		letter-spacing: 0;
		letter-spacing: 1.4px;
		padding: 5px 15px;
		text-align: center;
	}
	
/******** banner ********/
	.banner .banner-holder {
		padding: 145px 0 90px;
	}

	.banner .bg {
		position: absolute;
		right: 0;
		z-index: -1;
		top: 0;
		bottom: 0;
		width: 66.67%;
		height: auto;
	}

/*
in case we want to use different sizes between 0 (default) and 1 (new)

	.banner .bg0 {
		width: 66.67%;
	}

	.banner .bg1 {
		width: 100%;
	}
*/	
	.banner .bg:before {
		bottom: 0;
		background-image: -webkit-linear-gradient(left, #000 0%, rgba(0, 0, 0, .76) 39%, rgba(0, 0, 0, 0) 100%);
		/*background-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .76) 39%, rgba(0, 0, 0, 0) 100%);*/
	}

	.banner .bg0:before {
		background-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .76) 39%, rgba(0, 0, 0, 0) 100%);
	}

	.banner .bg1:before {
		background-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .04) 59%, rgba(0, 0, 0, 0) 10%);
	}

	.banner .text {
		max-width: 640px;
		width: 54%;
	}

	.banner.banner-block .banner-holder {
		padding: 145px 0 60px;
	}

	.banner.banner-block .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
	}

	.banner.banner-block .text {
		width: 50%;
		padding-left: 25px;
		max-width: none;
	}

	.banner.banner-block .text-wrap {
		max-width: 600px;
		margin: 0 0 0 auto;
	}

	.banner.banner-block .img {
		width: 50%;
		margin: 0;
		padding-left: 20px;
	}
/******** banner ********/

/******** banner2 ********/
	.banner2 .banner-holder {
		padding: 145px 0 90px;
	}

	.banner2 .bg {
		position: absolute;
		right: 0;
		z-index: -1;
		top: 0;
		bottom: 0;
		width: 66.67%;
		height: auto;
	}

	.banner2 .bg:before {
		bottom: 0;
		background-image: -webkit-linear-gradient(left, #000 0%, rgba(0, 0, 0, .76) 39%, rgba(0, 0, 0, 0) 100%);
		/*background-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .76) 39%, rgba(0, 0, 0, 0) 100%);*/
	}

	.banner2 .bg0:before {
		background-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .76) 39%, rgba(0, 0, 0, 0) 100%);
	}

	.banner2 .bg1:before {
		background-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .04) 59%, rgba(0, 0, 0, 0) 10%);
	}

	.banner2 .text {
		max-width: 640px;
		width: 54%;
	}

	.banner2.banner-block .banner-holder {
		padding: 145px 0 60px;
	}

	.banner2.banner-block .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
	}

	.banner2.banner-block .text {
		width: 50%;
		padding-left: 25px;
		max-width: none;
	}

	.banner2.banner-block .text-wrap {
		max-width: 600px;
		margin: 0 0 0 auto;
	}

	.banner2.banner-block .img {
		width: 50%;
		margin: 0;
		padding-left: 20px;
	}
	
/******** banner2 ********/
	

	.breadcumbs {
		font-size: 14px;
		line-height: 1.4285714286;
	}

	.info-block {
		padding: 60px 0;
	}
	
	.info-block .heading {
		margin-top: 0;
	}

	.info-banner {
		padding: 90px 0 60px; /* 70px 0 70px; changed for home page thin banner */
	}
	
	.info-banner .heading {
		margin-top: 0;
	}

	.text-block {
		max-width: 697px;
		margin: 0 auto 60px;
		text-align: center;
	}

	.text-block.text-block-lg {
		max-width: 787px;
	}

	.blog {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 -20px 30px;
	}

	.blog:nth-child(2n) .blog-text {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.blog:nth-child(2n) .text-wrap {
		padding-left: 25px;
	}

	.blog:nth-child(2n) .text-wrap:before {
		left: -9999px;
		right: 0;
	}

	.blog-img {
		width: 50%;
		margin: 0;
		padding: 0 20px;
	}

	.blog-text {
		width: 50%;
		padding: 0 20px;
	}

	.blog-text .text-wrap {
		padding: 35px 0 0;
	}

	.blog-text .text-wrap:before {
		right: -9999px;
	}

	.title {
		font-size: 16px;
		line-height: 1.625;
	}

	.two-columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -20px 55px;
	}

	.two-columns .col {
		padding: 53px 20px 0;
		width: 53.9%;
	}

	.two-columns .col:first-child {
		width: 46.1%;
		padding-top: 0;
	}

	.list + .visual-block {
		margin-top: -40px;
	}

	.visual-block {
		white-space: nowrap;
		text-align: center;
		min-height: 400px;
	}

	.visual-block:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 1px;
		margin: 0 0 0 -5px;
		height: 400px;
	}

	.visual-block > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
	}

	.blue-section .container {
		padding: 10px 25px;
	}

	.list-link {
		padding-left: 26px;
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}

	.list-link a {
		text-align: left;
		padding-right: 36px;
	}

	.columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 -15px;
		text-align: left;
		margin-bottom: -36px;
	}

	.columns .col {
		width: 50%;
		padding: 0 15px;
	}

	.block-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 -15px;
	}

	.block-wrap .block-holder {
		width: 50%;
		padding: 0 15px;
	}

	.block-wrap .img {
		width: 50%;
		padding: 0 15px;
	}

	.product-list h2 {
		font-size: 30px;
		line-height: 1.2;
	}

	.product-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		margin: 0 -15px 80px;
	}

	.product-info .text {
		width: 50%;
		padding: 0 15px;
	}

	.product-info .img {
		width: 50%;
		padding: 0 15px;
	}

	.products {
		margin: 0 -15px;
	}

	.product {
		padding: 0 15px;
		margin-bottom: 30px;
	}

	.product .product-item {
		background: none;
		box-shadow: none;
	}

	.product .product-item:hover {
		box-shadow: 0 3px 22px rgba(0, 0, 0, .11);
	}

	.product .product-title {
		font-size: 28px;
		line-height: 1.2142857143;
		padding: 20px 32px 32px;
	}

	.product .product-title:after {
		position: absolute;
		padding-top: 0;
		font-size: 24px;
		right: 23px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.filter-content {
		width: 50%;
	}

	.filter-text {
		width: 50%;
		padding-top: 0;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.filter-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.filter-form .form-group {
		width: 197px;
	}

	.filter-form button,
	.filter-form .search-button {
		right: 0;
		left: auto;
		font-size: 18px;
	}

	.filter-opener {
		padding: 13px 9px;
	}

	.posts {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px;
	}

	.post {
		width: 50%;
		padding: 0 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.post time {
		position: absolute;
		bottom: 20px;
		left: 0;
		right: 0;
		padding: 0 55px 0 19px;
		margin: 0;
	}

	.post time:before {
		right: 24px;
	}

	.post .text {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding: 12px 55px 38px 19px;
	}

	.heading-block {
		background: none;
		padding: 145px 0 230px;
	}

	.heading-block:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 0;
		width: 0;
		border-top: 105px solid #000;
		border-right: 100vw solid transparent;
	}

	.heading-block:before {
		content: "";
		background: #000;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 105px;
	}

	.heading-wrap {
		padding-right: 190px;
	}

	.heading-wrap .social-networks {
		position: absolute !important;
		right: 0;
		top: 0;
	}

	.main-img {
		margin: -211px 0 0;
	}

	.sticky-wrap-social-networks {
		height: auto !important;
	}

	.detail-block {
		padding-top: 200px; /* keep the top part from cuttingoff the text */
		padding-bottom: 60px;
		color: #232323;
	}

	.detail-block #social {
		padding-top: 71px;
		margin: 0;
		position: absolute;
		left: 0;
		top: 0;
		width: 156px;
	}

	.detail-block .text {
		padding-top: 71px;
	}

	.social-networks.social-block {
		position: static;
	}

	.detail-footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.detail-footer .category {
		width: 50%;
		padding-right: 15px;
	}

	.detail-footer .social-block {
		width: 50%;
		position: static;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding-left: 15px;
	}

	.blue-section .bg {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 50%;
		left: auto;
		padding: 0;
		height: auto;
		margin: 0;
	}

	.blue-section .bg:after {
		background-image: -webkit-linear-gradient(left, #000 0%, rgba(0, 0, 0, 0) 100%);
		background-image: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0) 100%);
		border: none;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 20%;
		z-index: 2;
		height: 100%;
		z-index: -1;
	}
	
/*************** youtube video2 section ***************/

	.video-list2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px -42px;
	}

	.video-item2 {
		width: 50%;
		padding: 0 10px;
		text-align: center;
	}

/*************** youtube video2 section ***************/

/*************** youtube video3 section ***************/

	.video-section3 {
		padding: 60px 0;
	}
	
	.video-section3 .heading {
		margin-top: 0;
	}

	.video-section3 .product {
		width: 50%;
	}

	.video-section3 .product {
		width: 33.33%;
	}


/*************** youtube video3 section ***************/

	.video-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px -42px;
	}

	.video-item {
		width: 50%;
		padding: 0 10px;
		text-align: center;
	}

	.hero-section .hero-holder {
		min-height: 450px;
		text-align: center;
	}

	.hero-section .text {
		max-width: 550px;
	}

	.logo-list li {
		width: 25%;
	}

	.form {
		max-width: 380px;
		margin-left: auto;
	}

	.form-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.form-wrap .form-hold {
		width: 50%;
		padding-right: 15px;
	}

	.form-wrap .form-block {
		width: 50%;
	}

	.banner-section .container {
		padding: 158px 25px 60px;
		min-height: 100vh;
	}

	.banner-section .text {
		max-width: 528px;
	}

	.two-cols {
		padding: 62px 0;
	}

	.two-cols:after {
		height: 0;
		width: 0;
		border-bottom: 40px solid #fff;
		border-left: 100vw solid transparent;
	}

	.two-cols .content-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		margin: 0 -5px;
	}

	.two-cols .content-holder .text {
		padding-right: 15px;
		max-width: none;
		margin: 0;
	}

	.two-cols .column {
		width: 50%;
		padding: 0 5px;
	}

	.two-cols .img-holder {
		position: relative;
		margin: 0;
		z-index: 1;
		max-width: none;
	}

	.info-block .heading {
		margin-top: 0;
	}

	.info-block .product {
		width: 50%;
	}

	.info-block .product {
		width: 33.33%;
	}

	.white-section {
		padding-bottom: 115px;
	}

	.white-section:after {
		height: 0;
		width: 0;
		border-bottom: 40px solid #000;
		border-right: 100vw solid transparent;
	}

	.white-section .white-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.white-section .white-col {
		width: 50%;
	}

	.white-section .txt-hold {
		padding-right: 0;
		max-width: 50%;
		margin-left: auto;
	}

	.white-section .img-holder {
		position: absolute;
		bottom: -20px;
		left: -210px;
		right: 40%;
		margin: 0;
	}

	.blue-section .heading-info {
		max-width: none;
	}

	.live-block {
		padding: 80px 0;
	}

	.live-block .text {
		width: 50%;
	}

	.live-block .bg {
		bottom: -12%;
		left: auto;
		width: 64%;
		top: -6%;
		height: auto;
		z-index: -1;
	}

	.live-block .bg:before {
		left: 0;
		top: 0;
		bottom: 0;
		height: 100%;
		background-image: -webkit-linear-gradient(left, #000 0%, rgba(0, 0, 0, 0) 100%);
		background-image: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0) 100%);
		width: 40%;
	}

	.dark-block {
		padding: 100px 0 53px;
	}

	.dark-block .bg {
		bottom: 0;
	}

	.dark-block .text {
		max-width: 697px;
	}

	.text-slider {
		padding-top: 92px;
		padding-right: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -20px;
		width: auto;
	}

	.text-slider:before {
		display: none;
	}

	.text-slider .item {
		padding: 0 20px 25px;
		width: 50%;
	}

	.text-slider .h3,
	.text-slider h3 {
		line-height: 33px;
	}

	.level-block {
		padding: 100px 0;
	}

	.level-block .cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -20px;
	}

	.level-block .cols .col {
		width: 50%;
		padding: 0 20px;
	}

	.level-block .bg {
		width: 50%;
		right: 0;
		left: auto;
		height: 100%;
	}

	.level-block .bg:before {
		right: auto;
		bottom: 0;
		top: 0;
		height: 100%;
		background-image: -webkit-linear-gradient(left, #000 0%, rgba(0, 0, 0, 0) 100%);
		background-image: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0) 100%);
		width: 20%;
	}

	.list-archor {
		padding-top: 9px;
		display: block;
	}

	.list-archor li {
		width: auto;
		margin: 0 0 46px;
	}

	.about-section {
		padding: 0;
	}

	.about-section .text {
		padding: 100px 0;
	}

	.about-block .container-xl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.about-block .img {
		margin: 0;
		width: 50%;
	}

	.about-block .img .img-wrap {
		margin: 0;
	}

	.about-block .text {
		width: 50%;
		padding: 0 25px;
	}

	.team-list {
		width: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -14px -30px;
		padding: 0;
	}

	.team-list .team-item {
		width: 50%;
		padding: 0 14px;
		margin-bottom: 30px;
	}

	.popup {
		-webkit-transform: skewY(4deg);
		-ms-transform: skewY(4deg);
		transform: skewY(4deg);
	}

	.popup .popup-wrap {
		-webkit-transform: skewY(-4deg);
		-ms-transform: skewY(-4deg);
		transform: skewY(-4deg);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		max-width: 1440px;
		margin: 0 auto;
	}

	.popup .text {
		width: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.popup .img {
		width: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.popup .img .img-wrap {
		margin: 0 -7.7% 0 -7%;
	}

	.product-slider {
		padding: 0;
	}

	.product-slider:before {
		display: none;
	}

	#footer .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.footer-logo {
		width: 141px;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}

	.footer-area {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 30%;
	}

	.footer-block {
		width: 68%; /*70%;*/
	}

	.social-networks {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-left: 0;
	}

	.copyright-wrap {
		margin-bottom: 30px;
	}

	.footer-area {
		padding-right: 15px;
	}

	.footer-list {
		width: 25%;
		padding: 0 10px;
	}

	.footer-list.big {
		width: 50%;
	}

	.footer-list.big ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -5px;
	}

	.footer-list.big li {
		width: 50%;
		padding: 0 5px;
	}

	.footer-title {
		margin: 0 0 12px;
	}

	.footer-title a.has-drop-down-a {
		padding-right: 0;
	}

	.footer-title a.has-drop-down-a:before {
		display: none;
	}

	.footer-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px 10px;
	}

	.subscribe-form .form-group {
		position: relative;
		padding-right: 158px;
	}

	.submit-holder {
		position: absolute;
		right: 0;
		top: 0;
		padding-top: 0;
	}
}

@media (min-width: 1024px) {
	#content {
		padding-right: 30px;
	}

	.two-column {
		padding-top: 100px;
	}

	.two-column .container {
		padding: 80px 25px;
	}

	body {
		font-size: 20px;
		line-height: 1.8;
	}

	.post-password-form input[type="password"],
	.search-form input[type="search"] {
		height: 62px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev,
	.navigation-single .next a,
	.navigation-single .prev a,
	.comment-form input[type="submit"],
	.post-password-form input[type="submit"],
	.search-form input[type="submit"] {
		font-size: 18px;
		line-height: 1.4444444444;
		padding: 18px 42px;
	}

	.nav-links .prev,
	.nav-links .next,
	.navigation-comments .prev,
	.navigation-comments .next {
		padding: 10px 15px;
	}

	.navigation-single .prev a,
	.navigation-single .next a {
		padding: 10px 15px;
	}

	.btn,
	.filter-opener {
		font-size: 18px;
		line-height: 1.4444444444;
		padding: 18px 42px;
	}

	.read-more {
		margin-top: 110px;
		left: -31px;
		bottom: auto;
		font-size: 16px;
		line-height: 1.125;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		letter-spacing: 1px;
	}

	.read-more:after {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		font-size: 15px;
		margin-left: 9px;
	}

	h1,
	.h1 {
		font-size: 46px;
		line-height: 1.2173913043;
		margin: 0 0 27px;
	}

	h2,
	.h2 {
		font-size: 36px;
		line-height: 1.2777777778;
		margin: 0 0 21px;
	}

	h3,
	.h3 {
		font-size: 28px;
		line-height: 1.25;
	}

	input[type="text"],
	input[type="email"],
	input[type="password"],
	input[type="url"],
	input[type="tel"],
	input[type="search"],
	textarea {
		height: 55px;
		font-size: 18px;
		line-height: 1.3888888889;
		padding: 5px 20px;
	}

	textarea {
		height: 90px;
	}

	.decor-black {
		padding-top: 88px;
	}

	.decor-black:before {
		height: 0;
		width: 0;
		border-top: 88px solid #000;
		border-right: 100vw solid transparent;
	}

	.decor-white-reverse {
		padding-top: 88px;
	}

	.decor-white-reverse:before {
		height: 0;
		width: 0;
		border-top: 88px solid #fff;
		border-left: 100vw solid transparent;
	}

	.bottom-decor-white-reverse {
		padding-bottom: 88px;
	}

	.bottom-decor-white-reverse:after {
		height: 0;
		width: 0;
		border-bottom: 88px solid #fff;
		border-right: 100vw solid transparent;
	}

	.bottom-decor-white {
		padding-bottom: 88px;
	}

	.bottom-decor-white:after {
		height: 0;
		width: 0;
		border-bottom: 88px solid #fff;
		border-left: 100vw solid transparent;
	}

	.bottom-decor-blue-reverse {
		padding-bottom: 88px;
	}

	.bottom-decor-blue-reverse:after {
		height: 0;
		width: 0;
		border-bottom: 88px solid #0e265e;
		border-right: 100vw solid transparent;
	}

	.bottom-decor-blue {
		padding-bottom: 88px;
	}

	.bottom-decor-blue:after {
		height: 0;
		width: 0;
		border-bottom: 88px solid #0e265e;
		border-left: 100vw solid transparent;
	}

	.decor-black-reverse {
		padding-top: 88px;
	}

	.decor-black-reverse:before {
		height: 0;
		width: 0;
		border-top: 88px solid #000;
		border-left: 100vw solid transparent;
	}

	.decor-blue {
		padding-top: 88px;
	}

	.decor-blue:before {
		height: 0;
		width: 0;
		border-top: 88px solid #0e265e;
		border-right: 100vw solid transparent;
	}

	.decor-light-gray {
		padding-top: 88px;
	}

	.decor-light-gray:before {
		height: 0;
		width: 0;
		border-top: 88px solid #f2f2f2;
		border-right: 100vw solid transparent;
	}

	.decor-white {
		padding-top: 88px;
	}

	.decor-white:before {
		height: 0;
		width: 0;
		border-top: 88px solid #fff;
		border-right: 100vw solid transparent;
	}

	.btn-more {
		font-size: 18px;
		line-height: 1.5555555556;
		letter-spacing: 1.4px;
		padding-right: 38px;
	}

	.btn-more:before {
		font-size: 22px;
	}

	time {
		font-size: 16px;
		line-height: 1.75;
		margin: 0 0 43px;
	}

	.btn-play {
		width: 84px;
		height: 84px;
	}

	.btn-play:before {
		font-size: 30px;
		margin: -1px 0 0 3px;
	}

	.md-text-center {
		text-align: center !important;
	}

	#header .search-form input[type="search"] {
		width: 100%;
	}

	.menu-list {
		font-size: 14px;
		line-height: 1.5714285714;
	}

	.menu-list ul li {
		margin-left: 10px;
	}

	.menu-list .btn-wrap {
		width: 110px;
		-ms-flex-preferred-size: 110px;
		flex-basis: 110px;
	}

	.menu-list .btn,
	.menu-list .filter-opener {
		font-size: 14px;
		line-height: 1.5714285714;
	}

/******** banner ********/
	.banner .banner-holder {
		padding: 160px 0 210px;
	}

	.banner.banner-block .banner-holder {
		padding: 160px 0;
	}

	.banner time {
		font-size: 16px;
		line-height: 1.75;
		margin: 0 0 43px;
	}

	.banner .btn-icon {
		padding: 20px 57px 20px 25px;
	}

	.banner .btn-icon span {
		right: 23px;
		font-size: 15px;
	}

	.banner .read-more {
		-webkit-transform: skewY(4deg) rotate(90deg);
		-ms-transform: skewY(4deg) rotate(90deg);
		transform: skewY(4deg) rotate(90deg);
	}
/******** banner ********/

/******** banner2 ********/
	.banner2 .banner-holder {
		padding: 160px 0 210px;
	}

	.banner2.banner-block .banner-holder {
		padding: 160px 0;
	}

	.banner2 time {
		font-size: 16px;
		line-height: 1.75;
		margin: 0 0 43px;
	}

	.banner2 .btn-icon {
		padding: 20px 57px 20px 25px;
	}

	.banner2 .btn-icon span {
		right: 23px;
		font-size: 15px;
	}

	.banner2 .read-more {
		-webkit-transform: skewY(4deg) rotate(90deg);
		-ms-transform: skewY(4deg) rotate(90deg);
		transform: skewY(4deg) rotate(90deg);
	}
/******** banner2 ********/

	.breadcumbs {
		font-size: 18px;
		line-height: 1.4444444444;
		margin: 0 -22px 50px;
	}

	.breadcumbs li {
		padding: 0 22px;
	}

	.breadcumbs li + li:before {
		font-size: 16px;
		left: -8px;
	}

	.info-block {
		padding: 100px 0 141px;
	}

	.info-banner {
		padding: 90px 0 70px; /* 60px 0 70px; changed for home page thin banner */
	}

	.blog {
		margin: 0 -30px 30px;
	}

/* fix left-right black box images from getting cut off i removed this stuff */

	.blog:nth-child(2n) .img {
		margin-left: 0;
/*		margin-right: -34%;*/
	}

	.blog-img {
		width: 40.3%;
		padding: 0 30px;
	}

/*	.blog-img .img {
		margin-left: -34%;
	}
*/
	.blog-text {
		width: 59.7%;
		padding: 0 30px;
	}

	.blog-text .text-wrap {
		padding: 60px 0 0;
	}

	.black-block .container {
		padding: 103px 25px 114px;
	}

	.black-section .container {
		padding: 39px 25px 8px;
	}

	.title {
		letter-spacing: 1px;
		margin: 0 0 26px;
		font-size: 18px;
		line-height: 1.4444444444;
	}

	.two-columns {
		margin: 0 -30px 55px;
	}

	.two-columns .col {
		padding-left: 30px;
		padding-right: 30px;
	}

	.list {
		font-size: 20px;
		line-height: 1.3;
		letter-spacing: 1.11px;
	}

	.list li {
		margin: 0 0 23px;
	}

	.list + .visual-block {
		margin-top: -88px;
	}

	.visual-block {
		white-space: nowrap;
		text-align: center;
		min-height: 460px;
		padding: 155px 0 132px;
	}

	.visual-block:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 1px;
		margin: 0 0 0 -5px;
		height: 460px;
	}

	.visual-block > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
	}

	.visual-block.visual-wrap {
		white-space: nowrap;
		text-align: center;
		min-height: 273px;
	}

	.visual-block.visual-wrap:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 1px;
		margin: 0 0 0 -5px;
		height: 273px;
	}

	.visual-block.visual-wrap > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
	}

	.visual-block h1 {
		margin: 0 0 31px;
	}

	.blue-section .container {
		padding: 76px 25px 65px;
	}

	.blue-section h1 {
		margin: 0 0 30px;
	}

	.list-link {
		font-size: 18px;
		line-height: 2;
	}

	.list-link li {
		margin: 0 0 18px;
	}

	.list-link a {
		letter-spacing: 1.4px;
	}

	.list-link a span {
		font-size: 22px;
	}

	.columns {
		text-align: left;
	}

	.tabset {
		font-size: 20px;
		line-height: 1.4;
		padding-top: 27px;
		letter-spacing: .3px;
		margin: 0 -12px 88px;
	}

	.block-wrap .size {
		font-size: 76px;
		line-height: .7368421053;
		margin: 0 0 41px;
	}

	.block-wrap .text {
		padding-right: 50px;
	}

	.block-wrap .block-holder {
		width: 44%;
	}

	.block-wrap .block-holder h1 {
		margin: 0 0 32px;
	}

	.block-wrap .txt-title {
		font-size: 20px;
		line-height: 1.3;
		width: auto;
		bottom: auto;
		left: 51.4%;
		top: 4.2%;
		text-align: right;
		letter-spacing: .8px;
	}

	.block-wrap .img {
		width: 56%;
	}

	.block-wrap p {
		margin: 0 0 19px;
	}

	.block-wrap .product-title {
		font-size: 28px;
		line-height: 1.25;
		margin: 0 0 15px;
	}

	.product-list {
		padding: 171px 0 30px;
	}

	.product-list h1 {
		margin: 0 0 81px;
	}

	.product-list h2 {
		font-size: 46px;
		line-height: 1.2173913043;
		margin: 0 0 22px;
	}

	.product-info {
		margin: 0 -15px 45px;
	}

	.product-info .text {
		width: 48.6%;
	}

	.product-info p {
		margin: 0 0 33px;
	}

	.product-info .img {
		width: 51.4%;
	}

	.product {
		width: 33.33%;
		font-size: 16px;
		line-height: 1.75;
	}

	.product .text {
		padding: 20px 32px 32px;
	}

	.filter-text {
		font-size: 20px;
		line-height: 1.4;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.filter-text .txt {
		width: 211px;
		-ms-flex-preferred-size: 211px;
		flex-basis: 211px;
		padding-right: 10px;
		margin: 0;
	}

	.tag-list {
		font-size: 18px;
		line-height: 1.4444444444;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.tag-list a {
		padding-right: 22px;
	}

	.filter-form .or {
		font-size: 20px;
		line-height: 1.4;
		padding: 0 18px;
	}

	.filter-form .form-group {
		width: 286px;
	}

	.filter-form input[type="search"] {
		height: 53px;
		padding-right: 50px;
		padding-left: 0;
		font-size: 20px;
		line-height: 1.3;
	}

	.filter-holder {
		width: 137px;
	}

	.filter-opener {
		padding: 13px 9px;
	}

	.posts {
		padding: 61px 0 47px;
		margin: 0 -21px;
		font-size: 16px;
		line-height: 1.75;
	}

	.post {
		padding: 0 21px;
	}

	.post .h2 {
		margin-bottom: 25px;
		font-size: 28px;
		line-height: 1.2857142857;
	}

	.post time {
		bottom: 38px;
		padding: 0 99px 0 39px;
		font-size: 16px;
		line-height: 1.5;
		margin: 0;
	}

	.post time:before {
		right: 38px;
		font-size: 39px;
	}

	.post .text {
		padding: 18px 85px 50px 40px;
	}

	.post .post-item {
		box-shadow: none;
	}

	.post .post-item:hover {
		box-shadow: 0 3px 22px rgba(0, 0, 0, .11);
	}

	.category {
		margin: 0 -13px 12px;
	}

	.category li {
		padding: 0 13px;
	}

	.pagination {
		margin: 0 -14px;
	}

	.pagination li {
		padding: 0 14px;
	}

	.post-list {
		padding: 74px 0 88px;
	}

	.heading-block {
		padding: 255px 0 242px;
	}

	.heading-block h1 {
		margin: 0 0 20px;
	}

	.detail-block p {
		margin: 0 0 36px;
	}

	.detail-block .img {
		padding-top: 59px;
		margin: 0 -100px 82px 0;
	}

	.detail-block .social-networks {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.detail-block .text {
		padding: 71px 160px 0;
	}

	.detail-footer {
		padding-top: 46px;
	}

	.detail-footer .category {
		font-size: 16px;
		line-height: 1.25;
		margin: 0 -25px;
	}

	.detail-footer .category li {
		padding: 0 25px;
	}

	.blue-section .post-item {
		background: #0e265e;
	}

/*************** youtube video2 section ***************/

	.video-list2 {
		margin: 0 -20px -42px;
	}

	.video-list2:before {
		top: 228px;
	}

	.video-section2 .container {
		padding: 75px 25px 37px;
	}

	.video-item2 {
		padding: 0 20px;
	}

	.video2 {
		margin: 0 0 27px;
	}

/*************** youtube video2 section ***************/


/*************** youtube video3 section ***************/

	.video-section3 {
		padding: 100px 0 141px;
	}

/*************** youtube video3 section ***************/
	

	.video-list {
		margin: 0 -20px -42px;
	}

	.video-list:before {
		top: 228px;
	}

	.video-section .container {
		padding: 75px 25px 37px;
	}

	.video-item {
		padding: 0 20px;
	}

	.video {
		margin: 0 0 27px;
	}

	.hero-section .hero-holder {
		min-height: 677px;
	}

	.logo-section {
		padding: 71px 0;
		text-align: center;
	}

	.logo-list {
		padding: 0 57px;
		margin: 0 -15px 12px;
	}

	.logo-list li {
		width: 16.667%;
		margin-bottom: 55px;
	}

	.form {
		margin-right: 57px;
	}

	.form-wrap .form-hold {
		padding-right: 30px;
	}

	.banner-section .container {
		padding-top: 250px; /* 320px; <-- pushes the breadcrumbs too low when using hero center text block as the page hero */
		min-height: 100vh;
		padding-bottom: 220px;
	}

	.banner-section .read-more {
		bottom: 100px;
		left: -63px;
	}

	.banner-section .btn-holder {
		margin: 0 -15px;
	}

	.banner-section .btn,
	.banner-section .filter-opener {
		margin: 0 15px;
	}

	.banner-section .btn-info {
		padding: 18px 42px;
	}

	.banner-section .banner-icon {
		padding-right: 80px;
	}

	.banner-section .mic {
		font-size: 18px;
		padding-left: 57px;
	}

	.banner-section .mic .icon {
		font-size: 32px;
		padding-right: 10px;
	}

	.banner-section .more {
		font-size: 24px;
	}

	.banner-section .text {
		max-width: 1000px;
	}

	.two-cols {
		padding: 148px 0;
	}

	.two-cols:after {
		height: 0;
		width: 0;
		border-bottom: 88px solid #fff;
		border-left: 100vw solid transparent;
	}

	.two-cols .img-holder {
		margin-bottom: -150px;
	}

	.white-section:after {
		height: 0;
		width: 0;
		border-bottom: 88px solid #000;
		border-right: 100vw solid transparent;
	}

	.white-section .txt-hold {
		max-width: 562px;
		padding-right: 46px;
	}

	.white-section .img-holder {
		left: -470px;
		right: 50%;
	}

	.live-block {
		padding: 143px 0 136px;
	}

	.live-block h1 {
		margin: 0 0 21px;
	}

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

	.dark-block {
		padding: 183px 0 141px;
	}

	.level-block {
		padding: 151px 0 199px;
	}

	.level-block .cols .col {
		width: 40.5%;
	}

	.level-block .cols .col:first-child {
		width: 59.5%;
	}

	.list-archor {
		font-size: 18px;
		line-height: 1.3333333333;
	}

	.about-block {
		padding: 116px 0 86px;
	}

	.about-block .img {
		width: 36.1%;
	}

	.about-block .img {
		width: 36.1%;
	}

	.about-block .img .img-wrap {
		margin-right: -36.4%;
	}

	.about-block .text {
		width: 63.9%;
		padding: 0 25px;
	}

	.team-section .container {
		padding: 52px 25px 32px;
	}

	.team-section h1 {
		margin: 0 0 46px;
	}

	.team-list {
		margin: 0 -14px -40px;
	}

	.team-list .team-item {
		width: 33.33%;
		margin: 0 0 40px;
	}

	.team {
		background: none;
		box-shadow: none;
	}

	.team:hover {
		background: #fff;
		position: relative;
		box-shadow: 0 3px 22px rgba(0, 0, 0, .11);
	}

	.team:hover .btn-more {
		opacity: 1;
	}

	.team:hover .btn-more:before {
		right: -20px;
	}

	.team h3,
	.team .h3 {
		margin: 0 0 10px;
	}

	.team .text {
		padding: 23px 30px 42px;
	}

	.team .btn-more {
		font-size: 18px;
		line-height: 1.3333333333;
		left: 30px;
		bottom: 14px;
		padding-right: 23px;
		opacity: 0;
	}

	.team .btn-more:before {
		font-size: 17px;
	}

	.designation {
		font-size: 18px;
		line-height: 1.3333333333;
	}

	.association {
		padding: 93px 0 147px;
	}

	.association h1 {
		margin: 0 0 42px;
	}

	.association-list li {
		width: 16.667%;
	}

	.popup {
		padding: 49px 25px 0 !important;
	}

	.popup h1 {
		margin: 0 0 5px;
	}

	.popup .designation {
		margin: 0 0 21px;
	}

	.btn-close {
		font-size: 18px;
		line-height: 1.3333333333;
		padding-right: 31px;
	}

	.btn-close:before {
		font-size: 16px;
	}

	#footer {
		padding: 81px 0 83px;
	}

	.footer-area {
		padding-top: 8px;
		width: 20%;
	}

	.footer-block {
		width: 78%; /*80%;*/
	}

	.social-networks {
		font-size: 18px;
	}

	.privacy-list {
		font-size: 14px;
		line-height: 1.5714285714;
	}

	.copyright-wrap {
		margin-bottom: 60px;
	}

	.copyright {
		font-size: 14px;
		line-height: 1.5714285714;
	}

	.footer-list {
		padding: 0 20px;
		width: 14.6%;
	}

	.footer-list.big {
		width: 27%;
	}

	.footer-wrap {
		margin: 0 -20px 17px;
	}

	.form-txt {
		width: 353px;
		-ms-flex-preferred-size: 353px;
		flex-basis: 353px;
		margin: 0;
	}

	.subscribe-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.subscribe-form .form-group {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.subscribe-form input[type="email"] {
		height: 63px;
	}

	.submit-holder .btn,
	.submit-holder .filter-opener {
		padding: 17px 43px 17px 20px;
	}
}

@media (min-width: 1200px) {
	.menu-list ul {
		padding-right: 35px;
	}

	.menu-list ul li {
		margin-left: 36px;
	}
	
/******** banner ********/
	.banner .banner-holder {
		padding: 236px 0 283px;
	}

	.banner.banner-block .banner-holder {
		padding: 255px 0 94px;
	}
/******** banner ********/

/******** banner2 ********/
	.banner2 .banner-holder {
		padding: 236px 0 283px;
	}

	.banner2.banner-block .banner-holder {
		padding: 255px 0 94px;
	}
/******** banner2 ********/

	.text-block {
		margin: 0 auto 110px;
	}

	.text-block.text-block-lg {
		margin-bottom: 88px;
	}

	.blog {
		margin: 0 -50px 0;
	}

	.blog:nth-child(2n) .text-wrap {
		padding-left: 121px;
	}

	.blog-img {
		padding: 0 50px;
	}

	.blog-text {
		padding: 0 50px;
	}

	.two-columns {
		margin: 0 -50px 55px;
	}

	.two-columns .col {
		padding-left: 50px;
		padding-right: 50px;
	}

	.block-wrap .img {
		padding: 0 15px 0 25px;
	}

	.detail-block .text {
		padding: 71px 300px 0 200px;
	}

	.white-section .img-holder {
		left: -260px;
	}

	.text-slider {
		margin: 0 -58px;
	}

	.text-slider .item {
		padding: 0 58px 25px;
	}

	.level-block .cols {
		margin: 0 -74px;
	}

	.level-block .cols .col {
		padding: 0 74px;
	}

	.about-section .text {
		padding: 230px 0 140px;
	}

	.about-block .text {
		padding: 0 110px 0 120px;
	}

	.association-list {
		margin: 0 18px;
	}

	.footer-area {
		width: 30%;
	}

	.footer-block {
		width: 63%; /*70%;*/
	}

	.copyright-wrap {
		margin: 0 0 105px;
	}

	.footer-area {
		padding-right: 80px;
	}

	.footer-list {
		padding: 0 22px;
	}

	.footer-list.big ul {
		margin: 0 -8px;
	}

	.footer-list.big li {
		padding: 0 8px;
	}

	.footer-wrap {
		margin: 0 -22px 37px;
	}
}

@media (min-width: 1250px) {
	.filter-form .form-group {
		width: 386px;
	}
}

@media (min-width: 1440px) {
	.white-section .img-holder {
		bottom: -60px;
		left: -230px;
		right: 42%;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}

	.banner-section .btn-holder .btn,
	.banner-section .btn-holder .filter-opener {
		max-width: 128px;
		padding: 12px 10px;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.nav-links .prev,
	.nav-links .next,
	.navigation-comments .prev,
	.navigation-comments .next {
		font-size: 10px;
		padding: 14px 5px;
	}

	.nav-opener {
		display: block;
	}

	.nav-drop .nav-wrap {
		padding-bottom: 50px;
		position: relative;
	}

	.menu-list .btn,
	.menu-list .filter-opener {
		border-radius: 0;
	}

	.search-opener {
		display: none !important;
	}

	.visual-block.visual-wrap {
		padding: 42px 0;
	}

	.sticky-wrap-social-networks {
		display: none !important;
	}

	.popup {
		vertical-align: top !important;
		margin-top: 60px !important;
	}

	.product-slider {
		margin: 0;
	}

	.product-slider .product {
		padding: 0;
	}

	.fancybox-is-open .fancybox-bg {
		top: 60px;
	}
}

@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}

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

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

