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

@font-face {
	font-family: "Bambusa";
	src: url("../fonts/Bambusa Pro Bold.eot");
	src: local("☺"), url("../fonts/Bambusa Pro Bold.woff") format("woff"), url("../fonts/Bambusa Pro Bold.ttf") format("truetype"), url("fonts/Bambusa Pro Bold.svg") format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Circular";
	src: url("../fonts/lineto-circular-pro-bold.eot");
	src: local("☺"), url("../fonts/lineto-circular-pro-bold.woff") format("woff"), url("../fonts/lineto-circular-pro-bold.ttf") format("truetype"), url("fonts/lineto-circular-pro-bold.svg") format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Circular";
	src: url("../fonts/lineto-circular-pro-medium.eot");
	src: local("☺"), url("../fonts/lineto-circular-pro-medium.woff") format("woff"), url("../fonts/lineto-circular-pro-medium.ttf") format("truetype"), url("fonts/lineto-circular-pro-medium.svg") format("svg");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Circular";
	src: url("../fonts/lineto-circular-pro-book.eot");
	src: local("☺"), url("../fonts/lineto-circular-pro-book.woff") format("woff"), url("../fonts/lineto-circular-pro-book.ttf") format("truetype"), url("fonts/lineto-circular-pro-book.svg") format("svg");
	font-weight: 400;
	font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

.hamburger {
	display: inline-block;
	cursor: pointer;
	-webkit-transition-property: opacity, filter;
	transition-property: opacity, filter;
	-webkit-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	display: block;
	outline: none;
}

.hamburger:hover {
	opacity: .7;
}

.hamburger-box {
	width: 30px;
	height: 18px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 30px;
	height: 2px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -8px;
}

.hamburger-inner::after {
	bottom: -8px;
}

/*
	 * Squeeze
	 */

.hamburger--squeeze .hamburger-inner {
	-webkit-transition-duration: .075s;
	transition-duration: .075s;
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.hamburger--squeeze .hamburger-inner::before {
	-webkit-transition: top .075s .12s ease,	opacity .075s ease;
	transition: top .075s .12s ease,	opacity .075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
	-webkit-transition: bottom .075s .12s ease, -webkit-transform .075s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .075s .12s ease, -webkit-transform .075s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .075s .12s ease, transform .075s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .075s .12s ease, transform .075s cubic-bezier(.55, .055, .675, .19), -webkit-transform .075s cubic-bezier(.55, .055, .675, .19);
}

.nav-active .hamburger-inner {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition-delay: .12s;
	transition-delay: .12s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.nav-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	-webkit-transition: top .075s ease,	opacity .075s .12s ease;
	transition: top .075s ease,	opacity .075s .12s ease;
}

.nav-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: bottom .075s ease, -webkit-transform .075s .12s cubic-bezier(.215, .61, .355, 1);
	transition: bottom .075s ease, -webkit-transform .075s .12s cubic-bezier(.215, .61, .355, 1);
	transition: bottom .075s ease, transform .075s .12s cubic-bezier(.215, .61, .355, 1);
	transition: bottom .075s ease, transform .075s .12s cubic-bezier(.215, .61, .355, 1), -webkit-transform .075s .12s cubic-bezier(.215, .61, .355, 1);
}

/* 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;
	cursor: hand;
}

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

[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 {
	position: absolute;
	font-size: 25px;
	top: 41%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-decoration: none;
	color: #000;
	z-index: 2;
}

.slick-arrow.icon-chevron-thin-right {
	right: -22px;
}

.slick-arrow.icon-chevron-thin-left {
	left: 0;
}

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

.tab-content {
	position: relative;
}

.tab-content.transition {
	-webkit-transition: height .5s ease;
	transition: height .5s ease;
}

.slide-tabset .tab {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
}

.slide-tabset .tab.active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.release-slider {
	opacity: 0;
	-webkit-transition: opacity .8s ease;
	transition: opacity .8s ease;
}

.release-slider.active {
	opacity: 1;
}

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

.navigation ul,
.category-list,
.contact-holder ul,
.social-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix: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: 16px/1.2 "Circular", "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: bold;
	margin: 0 0 .5em;
	color: inherit;
}

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

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
}

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

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 #111;
	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: #111;
}

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: #111;
}

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: #111;
}

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: #111;
}

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

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

.header {
	position: fixed;
	width: 100%;
	z-index: 3;
	margin-bottom: -20px;
	background-color: #000;
	height: 57px;
}

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

.header .nav-brand {
	position: relative;
	top: 11px;
	z-index: 2;
}

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

.nav-brand {
	display: inline-block;
	max-width: 80px;
	width: 100%;
}

.nav-brand img {
	width: 100%;
}

.nav-active .navigation {
	left: 0;
}

.navigation ul {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .1em;
}

.navigation ul li:first-child {
	margin-left: 0;
}

.navigation a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.navigation a:hover {
	color: #f4c550;
}

.main {
	padding-top: 57px;
}

.container {
	max-width: 1210px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.btn {
	padding: 14px;
	font-size: 16px;
	min-width: 180px;
	border-radius: 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
	border: 1px solid #fff;
	color: #fff;
	background-color: inherit;
	outline: none;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0);
	-webkit-transition: box-shadow .3s ease-in-out, background-color .3s ease-in-out, opacity .3s ease-in-out;
	transition: box-shadow .3s ease-in-out, background-color .3s ease-in-out, opacity .3s ease-in-out;
}

.btn:hover {
	background-color: #009382;
	border-color: #009382;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
}

.btn.btn-primary {
	color: #000;
	background-color: #f4c550;
	border-color: transparent;
	-webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
	transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

.btn.btn-primary:hover {
	color: #f4c550;
	background-color: #fff;
	border-color: #f4c550;
}

.btn.btn-secondary {
	color: #7e489c;
	border-color: #7e489c;
	background-color: #fff;
}

.btn.btn-secondary:hover {
	color: #fff;
	background-color: #7e489c;
}

.btn.btn-third {
	color: #000;
	background-color: #fff;
	border: 0;
}

.btn.btn-third:hover {
	color: #fff;
	background-color: #000;
}

.section-title {
	display: block;
	font-size: 20px;
	font-weight: 700;
	font-family: "Bambusa", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.hero {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	color: #fff;
}

.hero:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url(../images/img2.png);
	background-size: cover;
	background-position: center;
	max-width: 270px;
	width: 100%;
	z-index: 2;
	height: 40px;
	bottom: -12px;
	-webkit-transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	transform: rotate(-1deg);
}

.hero:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 30px;
	background: -webkit-linear-gradient(left top, transparent 49%, #fff 50%) center/100% 30px no-repeat;
	background: linear-gradient(to right bottom, transparent 49%, #fff 50%) center/100% 30px no-repeat;
	z-index: 1;
}

.hero h1 {
	margin-bottom: 0;
	text-transform: uppercase;
	position: relative;
	top: -43px;
	margin-bottom: -40px;
}

.hero .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.hero .section-title {
	color: #f4c550;
	margin-bottom: 10px;
}

.hero .content {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	background-color: rgba(0, 0, 0, .68);
}

.hero-holder {
	padding: 60px 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 300px;
	background-size: cover;
	background-position: center;
}

.our-news {
	padding: 20px 0;
}

.news-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.news-item .news-holder {
	width: 100%;
	position: relative;
	padding: 10px 0;
	z-index: 1;
}

.news-item .content {
	margin-bottom: 28px;
	background: rgba(255, 255, 255, .9);
}

.news-item .content strong,
.news-item .content span {
	display: block;
	text-transform: uppercase;
}

.news-item .content strong {
	font-size: 24px;
}

.news-item .content span {
	font-size: 18px;
	margin-bottom: 15px;
}

.news-item .section-title {
	color: #f4c550;
	margin-bottom: 5px;
}

.news-item .image-holder {
	width: 100%;
}

.news-item .image-holder img {
	width: 100%;
}

.slick-arrow {
	color: #000;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.slick-arrow:hover {
	color: #fff;
}

.press-releases {
	overflow: hidden;
	position: relative;
	padding: 20px 0;
}

.press-releases:after {
	content: "";
	position: absolute;
	bottom: -200px;
	left: 0;
	width: 100%;
	height: 800px;
	z-index: -1;
	background-size: cover;
	background-position: center;
	background-image: url(../images/img10.png);
}

.press-releases .container {
	max-width: 1230px;
}

.press-releases .section-title {
	text-align: center;
	color: #e15061;
}

.press-releases .content:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #e15061;
	z-index: -1;
	height: 555px;
}

.category-list {
	letter-spacing: 1.6px;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 31px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}

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

.category-list li:last-child {
	margin-bottom: 0;
	margin-right: 0;
}

.category-list a {
	display: inline-block;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	-webkit-transition: font-weight .3s ease-in-out;
	transition: font-weight .3s ease-in-out;
}

.category-list a.active {
	position: relative;
	font-weight: 700;
}

.category-list a.active:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.release-slider {
	position: relative;
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
}

.release-slide {
	width: 247px;
	color: #fff;
}

.release-slide h6 {
	text-transform: uppercase;
	margin-bottom: 0;
}

.release-slide time {
	width: 100%;
	margin-bottom: 17px;
}

.release-slide p {
	width: 100%;
	font-size: 14px;
}

.release-slide .slide-holder {
	width: 247px;
	margin: 0 auto;
}

.release-slide .slide-holder:hover .hide-info {
	opacity: 1;
	z-index: 1;
	cursor: pointer;
}

.release-slide .image-holder {
	position: relative;
	margin-bottom: 20px;
}

.release-slide .image {
	position: relative;
	width: 100%;
	height: 342px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-clip-path: polygon(34% 0%, 100% 0%, 100% 100%, 0 100%, 0 24%);
	clip-path: polygon(34% 0%, 100% 0%, 100% 100%, 0 100%, 0 24%);
}

.release-slide .image:after {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 0;
	height: 0;
	left: 0;
	top: 0;
	border-bottom: 82px solid #f4c550;
	border-left: 83px solid transparent;
}

.release-slide .caption-holder {
	padding: 8px;
	width: 100%;
	background: rgba(0, 0, 0, .6);
	text-align: center;
}

.release-slide .hide-info {
	background-color: #009382;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 23px 23px 47px;
	opacity: 0;
	z-index: -1;
	-webkit-transition: opacity .3s ease-in-out, z-index .3s ease-in-out;
	transition: opacity .3s ease-in-out, z-index .3s ease-in-out;
}

.release-slide .hide-info h6 {
	width: 100%;
	margin-bottom: 19px;
}

.release-slide .additional-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 26px;
}

.release-slide .btn {
	min-width: 133px;
	margin-right: 15px;
}

.release-slide .download-link {
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0);
	-webkit-transition: border-color .3s ease-in-out, background-color .3s ease-in-out, opacity .3s ease-in-out;
	transition: border-color .3s ease-in-out, background-color .3s ease-in-out, opacity .3s ease-in-out;
}

.release-slide .download-link:hover {
	border-color: #009382;
	background-color: #009382;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
}

.about-us {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}

.about-us h2 {
	text-transform: uppercase;
}

.about-us .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.about-us .content {
	max-width: 575px;
	width: 100%;
	background: rgba(0,0,0,0.5);
    background-blend-mode: multiply;
    padding: 20px 40px;
	margin: 0 auto;
}


.about-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 300px;
	background-size: cover;
	background-position: center;
	padding: 20px 0;
}

.gallery {
	position: relative;
	padding: 20px 0 90px;
	overflow: hidden;
}

.gallery:after {
	content: "";
	position: absolute;
	bottom: -235px;
	left: 0;
	background-image: url(../images/img11.png);
	background-size: cover;
	background-position: center;
	width: 115%;
	height: 350px;
	z-index: -1;
}

.gallery .container {
	max-width: 1096px;
}

.gallery-list .col {
	margin-bottom: 20px;
}

.gallery-list .col:last-child {
	margin-bottom: 0;
}

.gallery-item {
	text-align: center;
}

.gallery-item .image-holder {
	position: relative;
	max-width: 300px;
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center;
	margin: 0 auto 25px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
	-webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0 100%, 0 25%);
	clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0 100%, 0 25%);
}

.gallery-item .image-holder:after {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 0;
	height: 0;
	border-bottom: 74px solid #7e489c;
	border-left: 73px solid transparent;
	left: 0;
	top: 0;
}

.legal-notice body {
	font-family: "Circular", sans-serif;
	font-weight: 500;
	color: #434242;
}

.legal-notice .container {
	max-width: 960px;
	margin: 50px auto;
}

.legal-notice h1 {
	font-size: 22px;
	margin: 30px 10px 20px 30px;
	text-transform: uppercase;
}

.legal-notice h2 {
	font-size: 18px;
	margin: 0 30px 10px 30px;
}

.legal-notice a {
	color: #77a5c1;
}

.legal-notice p {
	text-align: justify;
	font-size: 16px;
	line-height: 1.1;
	margin: 0 30px 10px 30px;
}

.footer {
	color: #fff;
}

.footer h3 {
	color: #fff;
	line-height: 1;
	margin-bottom: 20px;
}

.footer h5 {
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0;
}

.footer-top {
	padding: 22px 0 28px;
	background-color: #000;
}

.footer-top .social-list {
	margin-bottom: -8px;
}

.contact-holder {
	width: 100%;
	max-width: 340px;
}

.contact-holder ul {
	font-size: 18px;
}

.contact-holder ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.contact-holder ul li:last-child {
	margin-bottom: 0;
}

.contact-holder ul a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.contact-holder ul a:hover {
	color: #f4c550;
}

.contact-holder ul i {
	color: #fff;
	margin-right: 20px;
}

.social-holder > a {
	font-size: 14px;
	color: #fff;
	margin-bottom: 0;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: .09em;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 20px;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.social-holder > a:hover {
	color: #f4c550;
}

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

.social-list li {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 1px solid #fff;
	margin-left: 10px;
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
}

.social-list li:first-child {
	margin-left: 0;
}

.social-list li:hover {
	border-color: #f4c550;
}

.social-list li:hover a {
	color: #f4c550;
}

.social-list a {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	width: 100%;
	height: 100%;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.footer-bottom {
	padding: 15px 0 22px;
	background-color: #111;
}

.copy {
	font-size: 14px;
	color: #d1b16c;
}

@media (min-width: 480px) {
	.slick-arrow.icon-chevron-thin-left {
		left: 0;
	}

	.hero:after {
		bottom: -9px;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	.category-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.release-slider {
		max-width: 400px;
	}

	.gallery-item .image-holder {
		max-width: 400px;
		height: 373px;
	}

	.gallery-item .image-holder:after {
		border-bottom: 93px solid #7e489c;
		border-left: 101px solid transparent;
	}
}

@media (min-width: 768px) {
	.slick-arrow.icon-chevron-thin-right {
		right: -29px;
	}

	.slick-arrow.icon-chevron-thin-left {
		left: -17px;
	}

	.section-title {
		font-size: 28px;
	}

	.hero:after {
		max-width: 470px;
		bottom: 7px;
		-webkit-transform: rotate(-2deg);
		-ms-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}

	.hero:before {
		background: -webkit-linear-gradient(left top, transparent 49%, #fff 50%) center/100% 60px no-repeat;
		background: linear-gradient(to right bottom, transparent 49%, #fff 50%) center/100% 60px no-repeat;
		height: 60px;
	}

	.hero .content {
		max-width: 500px;
	}

	.hero-holder {
		min-height: 400px;
		padding-bottom: 20px;
		padding-top: 30px;
	}

	.our-news {
		padding: 40px 0;
	}

	.news-item {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.news-item .news-holder {
		padding: 0 15px 0 0;
		min-width: 300px;
		left: 45px;
	}

	.news-item .content {
		padding: 13px 25px 1px 0;
	}

	.news-item .section-title {
		width: 100%;
	}

	.news-item .image-holder {
		max-width: 564px;
		position: relative;
		z-index: 0;
		right: 45px;
	}

	.slick-arrow.icon-chevron-thin-right {
		color: #fff;
	}

	.slick-arrow.icon-chevron-thin-right:hover {
		color: #000;
	}

	.press-releases {
		padding: 40px 0;
	}

	.press-releases .category-list {
		margin-right: 30px;
		padding-top: 142px;
	}

	.press-releases .content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.press-releases .content:after {
		height: 400px;
	}

	.tab-content {
		max-width: 900px;
		width: 100%;
	}

	.category-list {
		max-width: 180px;
	}

	.category-list a {
		padding-left: 20px;
	}

	.category-list a.active:before {
		border: 7px solid transparent;
		border-left: 7px solid #fff;
		border-top: 7px solid #fff;
	}

	.release-slider {
		max-width: 550px;
		margin-right: 5px;
	}

	.about-us p {
		margin-bottom: 68px;
	}

	.about-holder {
		min-height: 400px;
	}

	.gallery {
		padding: 40px 0 135px;
	}

	.gallery:after {
		width: 115%;
		height: 500px;
		bottom: -335px;
	}

	.gallery-list {
		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;
		margin: 0 -15px;
	}

	.gallery-list .col {
		max-width: 50%;
		width: 100%;
		padding: 0 15px;
	}

	.gallery-item .image-holder {
		max-width: 350px;
		height: 300px;
		clip-path: polygon(23% 0%, 100% 0%, 100% 100%, 0 100%, 0 28%);
		-webkit-clip-path: polygon(23% 0%, 100% 0%, 100% 100%, 0 100%, 0 28%);
	}

	.gallery-item .image-holder:after {
		border-bottom: 82px solid #7e489c;
		border-left: 82px solid transparent;
	}

	.footer .nav-brand {
		max-width: 131px;
		margin-right: 15px;
	}

	.footer-top .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.contact-holder {
		padding: 0 15px;
		max-width: 340px;
	}

	.contact-holder ul li {
		margin-bottom: 21px;
	}

	.social-holder {
		padding-left: 15px;
	}

	.footer-bottom .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

@media (min-width: 1024px) {
	.hamburger {
		display: none;
	}

	.slick-arrow.icon-chevron-thin-right {
		right: 70px;
	}

	.header {
		margin-bottom: -47px;
		height: 80px;
	}

	.nav-brand {
		max-width: 123px;
	}

	.navigation {
		position: relative;
		top: -10px;
	}

	.navigation ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.navigation ul li {
		margin-left: 19px;
	}

	h1 {
		font-size: 72px;
	}

	h2 {
		font-size: 72px;
	}

	.main {
		padding-top: 60px;
	}

	.section-title {
		font-size: 48px;
	}

	.hero:after {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		bottom: -32px;
		height: 94px;
		max-width: 710px;
	}

	.hero h1 {
		margin-bottom: -50px;
	}

	.hero .section-title {
		margin-bottom: 20px;
	}

	.hero .content {
		max-width: 796px;
	}

	.hero .content {
		padding: 0 64px 23px;
	}

	.hero-holder {
		min-height: 560px;
		padding-bottom: 60px;
	}

	.our-news {
		padding: 90px 0 60px;
	}

	.news-item .news-holder {
		padding: 38px 0;
		left: 134px;
	}

	.news-item .content span {
		margin-bottom: 31px;
	}

	.news-item .image-holder {
		right: 0;
	}

	.press-releases:after {
		height: 854px;
	}

	.press-releases {
		padding: 61px 0 155px;
	}

	.press-releases .section-title {
		margin-bottom: 43px;
	}

	.press-releases .category-list {
		margin-right: 57px;
	}

	.press-releases .content:after {
		bottom: 104px;
	}

	.slick-list {
		margin: 0 -180px 0 0;
		padding: 0 180px 0 0;
	}

	.category-list {
		margin-left: 0;
	}

	.category-list li {
		margin-bottom: 20px;
	}

	.release-slider {
		max-width: 900px;
	}

	.release-slide .slide-holder {
		margin: 0;
	}

	.about-holder {
		min-height: 579px;
		padding-bottom: 8px;
	}

	.gallery {
		padding: 79px 0 96px;
	}

	.gallery:after {
		height: 854px;
		bottom: -690px;
	}

	.gallery-item .image-holder {
		max-width: 420px;
		height: 373px;
		margin-bottom: 15px;
		clip-path: polygon(19% 0%, 100% 0%, 100% 100%, 0 100%, 0 21%);
		-webkit-clip-path: polygon(19% 0%, 100% 0%, 100% 100%, 0 100%, 0 21%);
	}

	.gallery-item .image-holder:after {
		border-bottom: 78px solid #7e489c;
		border-left: 78px solid transparent;
	}

	.footer .nav-brand {
		position: relative;
		top: -6px;
	}

	.contact-holder {
		margin-right: 47px;
	}

	.social-holder > a {
		margin-right: 46px;
	}
}

@media (min-width: 1200px) {
	.slick-arrow.icon-chevron-thin-left {
		left: -42px;
	}

	.hero:after {
		bottom: 10px;
		-webkit-transform: rotate(-2deg);
		-ms-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}

	.hero:before {
		height: 110px;
		background: -webkit-linear-gradient(left top, transparent 49%, #fff 50%) center/100% 110px no-repeat;
		background: linear-gradient(to right bottom, transparent 49%, #fff 50%) center/100% 110px no-repeat;
	}

	.news-item .news-holder {
		left: 134px;
		max-width: 530px;
	}

	.press-releases .content:after {
		height: 345px;
	}

	.gallery:after {
		bottom: -644px;
		width: 1263px;
	}

	.gallery-list .col {
		max-width: 522px;
	}

	.gallery-item .image-holder {
		max-width: 490px;
		clip-path: polygon(16% 0%, 100% 0%, 100% 100%, 0 100%, 0 21%);
		-webkit-clip-path: polygon(16% 0%, 100% 0%, 100% 100%, 0 100%, 0 21%);
	}

	.social-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.social-holder > a {
		margin-bottom: 0;
	}
}

@media (min-width: 1300px) {
	.slick-arrow.icon-chevron-thin-right {
		right: 0;
	}
}

@media (min-width: 1440px) {
	.slick-arrow.icon-chevron-thin-right {
		right: -115px;
	}

	.hero:after {
		bottom: 20px;
		-webkit-transform: rotate(-1deg);
		-ms-transform: rotate(-1deg);
		transform: rotate(-1deg);
	}
}

@media (min-width: 1600px) {
	.hero:after {
		bottom: 18px;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	.press-releases:after {
		height: 990px;
		bottom: -290px;
	}
}

@media (min-width: 1680px) {
	.slick-arrow.icon-chevron-thin-right {
		right: -255px;
	}
}

@media (max-width: 1023px) {
	.navigation {
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		min-height: 200px;
		background-color: #000;
		z-index: 1;
		padding: 40px 15px 20px;
		left: -100%;
		-webkit-transition: left .3s ease-in-out;
		transition: left .3s ease-in-out;
	}

	.navigation ul li {
		margin-bottom: 10px;
		padding: 5px 10px;
	}

	.news-item .section-title {
		font-size: 40px;
	}

	.press-releases .section-title {
		margin-bottom: 70px;
	}
}

@media (max-width: 767px) {
	.news-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.news-item .image-holder {
		margin-bottom: 20px;
	}

	.category-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 14px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.category-list li {
		margin-right: 10px;
	}

	.category-list a {
		padding-left: 12px;
	}

	.category-list a.active:before {
		border: 4px solid transparent;
		border-left: 4px solid #fff;
		border-top: 4px solid #fff;
	}

	.footer h5 {
		margin-bottom: 20px;
	}

	.footer .nav-brand {
		margin-bottom: 20px;
		max-width: 110px;
	}

	.contact-holder ul {
		margin-bottom: 20px;
	}
}
