/*
Theme Name: Beinspired
Author: Anonymous
Author URI:
Version: 1
Description: Beinspired theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: beinspired
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;
}

@font-face {
	font-family: "Lato";
	src: url("fonts/Lato-Hairline.eot");
	src: url("fonts/Lato-Hairline.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Hairline.woff2") format("woff2"), url("fonts/Lato-Hairline.woff") format("woff"), url("fonts/Lato-Hairline.ttf") format("truetype");
	font-style: normal;
	font-weight: 100;
}

@font-face {
	font-family: "Lato";
	src: url("fonts/Lato-HairlineItalic.eot");
	src: url("fonts/Lato-HairlineItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-HairlineItalic.woff2") format("woff2"), url("fonts/Lato-HairlineItalic.woff") format("woff"), url("fonts/Lato-HairlineItalic.ttf") format("truetype");
	font-style: italic;
	font-weight: 100;
}

@font-face {
	font-family: "Lato";
	src: url("fonts/Lato-Thin.eot");
	src: url("fonts/Lato-Thin.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Thin.woff2") format("woff2"), url("fonts/Lato-Thin.woff") format("woff"), url("fonts/Lato-Thin.ttf") format("truetype");
	font-style: normal;
	font-weight: 200;
}

@font-face {
	font-family: "Lato";
	src: url("fonts/Lato-ThinItalic.eot");
	src: url("fonts/Lato-ThinItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-ThinItalic.woff2") format("woff2"), url("fonts/Lato-ThinItalic.woff") format("woff"), url("fonts/Lato-ThinItalic.ttf") format("truetype");
	font-style: italic;
	font-weight: 200;
}

@font-face {
	font-family: "Lato";
	src: url("fonts/Lato-Light.eot");
	src: url("fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Light.woff2") format("woff2"), url("fonts/Lato-Light.woff") format("woff"), url("fonts/Lato-Light.ttf") format("truetype");
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-family: "Lato";
	src: url("fonts/Lato-LightItalic.eot");
	src: url("fonts/Lato-LightItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-LightItalic.woff2") format("woff2"), url("fonts/Lato-LightItalic.woff") format("woff"), url("fonts/Lato-LightItalic.ttf") format("truetype");
	font-style: italic;
	font-weight: 300;
}

@font-face {
	font-family: "Lato";
	src: url("fonts/Lato-Regular.eot");
	src: url("fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Regular.woff2") format("woff2"), url("fonts/Lato-Regular.woff") format("woff"), url("fonts/Lato-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "Lato";
	src: url("fonts/Lato-Italic.eot");
	src: url("fonts/Lato-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Italic.woff2") format("woff2"), url("fonts/Lato-Italic.woff") format("woff"), url("fonts/Lato-Italic.ttf") format("truetype");
	font-style: italic;
	font-weight: 400;
}

@font-face {
	font-family: "Lato";
	src: url("fonts/Lato-Medium.eot");
	src: url("fonts/Lato-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Medium.woff2") format("woff2"), url("fonts/Lato-Medium.woff") format("woff"), url("fonts/Lato-Medium.ttf") format("truetype");
	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-family: "Lato";
	src: url("fonts/Lato-MediumItalic.eot");
	src: url("fonts/Lato-MediumItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-MediumItalic.woff2") format("woff2"), url("fonts/Lato-MediumItalic.woff") format("woff"), url("fonts/Lato-MediumItalic.ttf") format("truetype");
	font-style: italic;
	font-weight: 500;
}

@font-face {
	font-family: "Lato";
	src: url("fonts/Lato-Semibold.eot");
	src: url("fonts/Lato-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Semibold.woff2") format("woff2"), url("fonts/Lato-Semibold.woff") format("woff"), url("fonts/Lato-Semibold.ttf") format("truetype");
	font-style: normal;
	font-weight: 600;
}

@font-face {
	font-family: "Lato";
	src: url("fonts/Lato-SemiboldItalic.eot");
	src: url("fonts/Lato-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-SemiboldItalic.woff2") format("woff2"), url("fonts/Lato-SemiboldItalic.woff") format("woff"), url("fonts/Lato-SemiboldItalic.ttf") format("truetype");
	font-style: italic;
	font-weight: 600;
}

@font-face {
	font-family: "Lato";
	src: url("fonts/Lato-Bold.eot");
	src: url("fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Bold.woff2") format("woff2"), url("fonts/Lato-Bold.woff") format("woff"), url("fonts/Lato-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-family: "Lato";
	src: url("fonts/Lato-BoldItalic.eot");
	src: url("fonts/Lato-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-BoldItalic.woff2") format("woff2"), url("fonts/Lato-BoldItalic.woff") format("woff"), url("fonts/Lato-BoldItalic.ttf") format("truetype");
	font-style: italic;
	font-weight: 700;
}

@font-face {
	font-family: "Lato";
	src: url("fonts/Lato-Heavy.eot");
	src: url("fonts/Lato-Heavy.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Heavy.woff2") format("woff2"), url("fonts/Lato-Heavy.woff") format("woff"), url("fonts/Lato-Heavy.ttf") format("truetype");
	font-style: normal;
	font-weight: 800;
}

@font-face {
	font-family: "Lato";
	src: url("fonts/Lato-HeavyItalic.eot");
	src: url("fonts/Lato-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-HeavyItalic.woff2") format("woff2"), url("fonts/Lato-HeavyItalic.woff") format("woff"), url("fonts/Lato-HeavyItalic.ttf") format("truetype");
	font-style: italic;
	font-weight: 800;
}

@font-face {
	font-family: "Lato";
	src: url("fonts/Lato-Black.eot");
	src: url("fonts/Lato-Black.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Black.woff2") format("woff2"), url("fonts/Lato-Black.woff") format("woff"), url("fonts/Lato-Black.ttf") format("truetype");
	font-style: normal;
	font-weight: 900;
}

@font-face {
	font-family: "Lato";
	src: url("fonts/Lato-BlackItalic.eot");
	src: url("fonts/Lato-BlackItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-BlackItalic.woff2") format("woff2"), url("fonts/Lato-BlackItalic.woff") format("woff"), url("fonts/Lato-BlackItalic.ttf") format("truetype");
	font-style: italic;
	font-weight: 900;
}

@font-face {
	font-family: "Dancing Script";
	src: url("fonts/dancingscript-regular-webfont.woff2") format("woff2"), url("fonts/dancingscript-regular-webfont.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?2trnqe");
	src: url("fonts/icomoon.eot?2trnqe#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?2trnqe") format("truetype"), url("fonts/icomoon.woff?2trnqe") format("woff"), url("fonts/icomoon.svg?2trnqe#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-search:before {
	content: "\e90e";
}

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

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

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

.icon-prev:before {
	content: "\e90b";
}

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

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

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

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

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

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

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

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

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

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

.icon-arrow-circle:before {
	content: "\e90f";
}

/*!
 * fullPage 2.9.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */

.fp-enabled body,
html.fp-enabled {
	margin: 0;
	padding: 0;
	overflow: hidden;
	-webkit-tap-highlight-color: transparent;
}

.fp-section {
	position: relative;
	box-sizing: border-box;
}

.fp-slide {
	float: left;
}

.fp-slide,
.fp-slidesContainer {
	height: 100%;
	display: block;
}

.fp-slides {
	z-index: 1;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.fp-slidesContainer {
	float: left;
	position: relative;
}

.fp-controlArrow {
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	margin-top: -38px;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
	left: 15px;
	width: 0;
	border-width: 38.5px 34px 38.5px 0;
	border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
	right: 15px;
	border-width: 38.5px 0 38.5px 34px;
	border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
	overflow: hidden;
	position: relative;
}

.fp-scroller {
	overflow: hidden;
}

.iScrollIndicator {
	border: 0 !important;
}

.fp-notransition {
	-webkit-transition: none !important;
	transition: none !important;
}

#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
	right: 17px;
}

#fp-nav.left {
	left: 17px;
}

.fp-slidesNav {
	position: absolute;
	z-index: 4;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	left: 0 !important;
	right: 0;
	margin: 0 auto !important;
}

.fp-slidesNav.bottom {
	bottom: 17px;
}

.fp-slidesNav.top {
	top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
	margin: 0;
	padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
	position: relative;
}

.fp-slidesNav ul li {
	display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
	height: 12px;
	width: 12px;
	margin: -6px 0 0 -6px;
	border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	height: 4px;
	width: 4px;
	border: 0;
	background: #333;
	left: 50%;
	top: 50%;
	margin: -2px 0 0 -2px;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
}

#fp-nav ul li .fp-tooltip {
	position: absolute;
	top: -2px;
	color: #fff;
	font-size: 14px;
	font-family: arial,helvetica,sans-serif;
	white-space: nowrap;
	max-width: 220px;
	overflow: hidden;
	display: block;
	opacity: 0;
	width: 0;
	cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
	-webkit-transition: opacity .2s ease-in;
	transition: opacity .2s ease-in;
	width: auto;
	opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
	right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
	left: 20px;
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
	height: auto !important;
}

.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
	height: auto !important;
}

/* 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;
	width: 100%;
}

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

body.fancybox-active {
	overflow: hidden;
}

body.fancybox-iosfix {
	position: fixed;
	left: 0;
	right: 0;
}

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

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99992;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

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

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

.fancybox-bg {
	background: #1e1e1e;
	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: .87;
	-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-wrap {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .25s, visibility 0s linear .25s;
	transition: opacity .25s, visibility 0s linear .25s;
	box-sizing: border-box;
}

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

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

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

.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translate3d(0, 0, 0);
}

.fancybox-is-closing .fancybox-stage {
	overflow: visible;
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

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

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

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

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

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

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

.fancybox-slide--next {
	z-index: 99995;
}

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

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
	display: none;
}

.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

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

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

.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

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

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

.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff;
}

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

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

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

/* Buttons */

.fancybox-button {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 10px;
	border: 0;
	border-radius: 0;
	background: rgba(30, 30, 30, .6);
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	cursor: pointer;
	outline: none;
}

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

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

.fancybox-button[disabled] {
	color: #ccc;
	cursor: default;
	opacity: .6;
}

.fancybox-button svg {
	display: block;
	position: relative;
	overflow: visible;
	shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3;
}

.fancybox-button--share svg path {
	stroke-width: 1;
}

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

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

.fancybox-button--zoom svg path {
	fill: transparent;
}

/* Navigation arrows */

.fancybox-navigation {
	display: none;
}

.fancybox-show-nav .fancybox-navigation {
	display: block;
}

.fancybox-navigation button {
	position: absolute;
	top: 50%;
	margin: -50px 0 0 0;
	z-index: 99997;
	background: transparent;
	width: 60px;
	height: 100px;
	padding: 17px;
}

.fancybox-navigation button:before {
	content: "";
	position: absolute;
	top: 30px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: rgba(30, 30, 30, .6);
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 0;
}

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

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	z-index: 10;
	cursor: pointer;
}

.fancybox-close-small:after {
	content: "×";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background-color: transparent;
	-webkit-transition: background-color .25s;
	transition: background-color .25s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-close-small:focus {
	outline: none;
}

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

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

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
	top: 0;
	right: -40px;
}

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
	font-size: 35px;
	color: #aaa;
}

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
	color: #fff;
	background: transparent;
}

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

/* Caption */

.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 2vw 0 2vw;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	pointer-events: none;
}

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

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
	pointer-events: all;
	position: relative; /* Fix IE11 */
}

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

/* Loading indicator */

.fancybox-slide > .fancybox-loading {
	border: 6px solid rgba(100, 100, 100, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	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 {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0;
}

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

.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

/* 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 {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}

/* transitionEffect: circular */

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

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

.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

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

/* Share */

.fancybox-share {
	padding: 30px;
	border-radius: 3px;
	background: #f4f4f4;
	max-width: 90%;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	margin: 0 0 20px 0;
	font-size: 35px;
	font-weight: 700;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

p.fancybox-share__links {
	margin-right: -10px;
}

.fancybox-share__button {
	display: inline-block;
	text-decoration: none;
	margin: 0 10px 10px 0;
	padding: 0 15px;
	min-width: 130px;
	border: 0;
	border-radius: 3px;
	background: #fff;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.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 {
	position: relative;
	top: -1px;
	width: 25px;
	height: 25px;
	margin-right: 7px;
	vertical-align: middle;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 10px 15px;
	background: transparent;
	color: #5d5b5b;
	font-size: 14px;
	outline: none;
	border: 0;
	border-bottom: 2px solid #d7d7d7;
}

/* Thumbs */

.fancybox-thumbs {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 212px;
	margin: 0;
	padding: 2px 2px 4px 2px;
	background: #fff;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	box-sizing: border-box;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-y: hidden;
	overflow-x: auto;
}

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

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

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

.fancybox-thumbs-x > ul {
	overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs > ul > li {
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 2px;
	width: 100px;
	height: 75px;
	max-width: calc(50% - 4px);
	max-height: calc(100% - 8px);
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

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

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

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

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

/* Styling for Small-Screen Devices */

/* custom select styles */

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

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

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

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

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

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

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

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

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

/* multiple select styles */

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

/* select options styles */

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

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

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

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

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

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

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

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

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

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

/* common custom form elements styles */

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

.jcf-focus,
.jcf-focus * {
	border-color: #f00 !important;
}

.menu .navigation,
.menu .social-icons,
.footer .social-icons,
.footer .menu-footer,
.main-section ul,
.visual-section ul,
.citation-section .slick-dots,
.content #sidebar .widget_categories ul,
.post-slider .slick-dots,
.press-section .press-slider .slick-dots,
.clients-content .main-slider .clients .clients-right .slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.footer .menu-footer:after,
.container:after,
.container-fluid: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: 18px/1.61 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

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

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

th,
td {
	border: 1px solid #646464;
	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 #646464;
	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: #646464;
}

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

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

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

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

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

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

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

.widget {
	margin-bottom: 1.61em;
}

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

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

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

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

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

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

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

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

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

.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;
	padding: .4em;
	text-decoration: none;
}

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

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

.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;
	padding: .4em;
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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: 36px;
}

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #e13995;
}

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

.header {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: absolute;
	top: 29px;
	left: 0;
	right: 0;
	z-index: 9999;
	background: rgba(255, 255, 255, .7);
}

.nav-active .header {
	background: #fff;
}

.logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 9%;
	flex: 0 0 9%;
	max-width: 9%;
	padding-left: 39px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.menu {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91%;
	flex: 0 0 91%;
	max-width: 91%;
}

.menu .nav-drop {
	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;
}

.nav-active .menu .nav-drop {
	opacity: 1;
	height: auto;
	visibility: visible;
}

.menu .menu-holder {
	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;
}

.menu .navigation {
	margin: 0 -20px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.menu .navigation li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 7px;
	position: relative;
}

.menu .navigation li:last-child {
	padding-right: 0;
}

.menu .navigation li a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #646464;
	padding: 34px 16px 24px;
	display: block;
	border-bottom: 4px solid transparent;
}

.menu .navigation li a:hover {
	border-color: #e13995;
}

.menu .navigation li.active a {
	border-color: #e13995;
}

.menu .social-icons {
	padding: 8px 22px 0;
	font-size: 25px;
}

.menu .social-icons li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 4.5px;
}

.menu .social-icons li a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	color: #e13995;
}

.menu .social-icons li a:hover {
	opacity: .6;
}

.nav-opener {
	display: none;
	width: 30px;
	height: 16px;
	position: absolute;
	top: 32px;
	right: 15px;
	text-indent: -9999px;
	z-index: 2;
}

.nav-opener:after,
.nav-opener:before,
.nav-opener span {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 3px;
	background: #000;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.nav-opener:before {
	top: 0;
}

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

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

.footer {
	background-size: cover;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 33px;
	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;
	min-height: 100vh;
}

.footer .col-1 {
	width: 50%;
	padding: 0 20px;
	margin-bottom: 65px;
}

.footer .col-1 h2 {
	line-height: 1;
	margin-bottom: 4px;
	font-size: 29.95px;
	font-weight: 800;
}

.footer .col {
	width: 100%;
}

.footer .subscribe-holder {
	padding-left: 56px;
}

.footer .subscribe-holder h2 {
	padding-left: 17px;
	margin-bottom: 0;
}

.footer .subscribe-holder p {
	margin-bottom: 20px;
}

.footer .subscribe-holder .widget_wysija_cont {
	padding-left: 32px;
}

.footer .subscribe-holder .wysija-paragraph {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}

.footer .subscribe-holder input[type="text"],
.footer .subscribe-holder input[type="tel"],
.footer .subscribe-holder input[type="email"],
.footer .subscribe-holder input[type="search"],
.footer .subscribe-holder input[type="password"],
.footer .subscribe-holder textarea {
	width: 170px;
	height: 39px;
	border: 3px solid #e13995;
	display: inline-block;
	vertical-align: middle;
	outline: none;
	background: none;
	font-weight: 300;
	padding: 5px 4px;
}

.footer .subscribe-holder input[type="text"]::-webkit-input-placeholder,
.footer .subscribe-holder input[type="tel"]::-webkit-input-placeholder,
.footer .subscribe-holder input[type="email"]::-webkit-input-placeholder,
.footer .subscribe-holder input[type="search"]::-webkit-input-placeholder,
.footer .subscribe-holder input[type="password"]::-webkit-input-placeholder,
.footer .subscribe-holder textarea::-webkit-input-placeholder {
	color: #000;
}

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

.footer .subscribe-holder input[type="text"]:-moz-placeholder,
.footer .subscribe-holder input[type="tel"]:-moz-placeholder,
.footer .subscribe-holder input[type="email"]:-moz-placeholder,
.footer .subscribe-holder input[type="search"]:-moz-placeholder,
.footer .subscribe-holder input[type="password"]:-moz-placeholder,
.footer .subscribe-holder textarea:-moz-placeholder {
	color: #000;
}

.footer .subscribe-holder input[type="text"]:-ms-input-placeholder,
.footer .subscribe-holder input[type="tel"]:-ms-input-placeholder,
.footer .subscribe-holder input[type="email"]:-ms-input-placeholder,
.footer .subscribe-holder input[type="search"]:-ms-input-placeholder,
.footer .subscribe-holder input[type="password"]:-ms-input-placeholder,
.footer .subscribe-holder textarea:-ms-input-placeholder {
	color: #000;
}

.footer .subscribe-holder input[type="text"].placeholder,
.footer .subscribe-holder input[type="tel"].placeholder,
.footer .subscribe-holder input[type="email"].placeholder,
.footer .subscribe-holder input[type="search"].placeholder,
.footer .subscribe-holder input[type="password"].placeholder,
.footer .subscribe-holder textarea.placeholder {
	color: #000;
}

.footer .subscribe-holder input[type="submit"] {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	height: 39px;
	background: none;
	outline: none;
	border: 3px solid #e13995;
	font-size: 22px;
	font-weight: 800;
	color: #e13995;
	text-transform: uppercase;
	margin-left: 8px;
	padding: 3px 9px;
}

.footer .subscribe-holder input[type="submit"]:hover {
	background: #e13995;
	color: #fff;
}

.footer .contact-holder {
	padding-right: 63px;
}

.footer .contact-holder h2 {
	padding-right: 20px;
	margin-bottom: 0;
}

.footer .contact-holder p {
	margin-bottom: 22px;
}

.footer .contact-holder .btn {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
	border-radius: 0;
	padding: 6px 17px;
	margin-right: 13px;
}

.footer .contact-holder .btn:hover {
	background: #e13995;
	color: #fff;
	border-color: #e13995;
}

.footer .social-icons {
	padding: 0 22px 8px;
	font-size: 25px;
}

.footer .social-icons li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 4.5px;
}

.footer .social-icons li a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	color: #000;
}

.footer .social-icons li a:hover {
	opacity: .6;
}

.footer .menu-footer {
	font-weight: 500;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -1px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer .menu-footer li {
	float: left;
	width: 20%;
	padding-bottom: 11px;
}

.footer .menu-footer li a {
	color: #000;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.footer .menu-footer li a:hover {
	opacity: .8;
}

.back-to-top {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 60px;
	height: 60px;
	font-size: 32px;
	border-radius: 50%;
	color: #fff;
	background: #545454;
	border: none;
	cursor: pointer;
	outline: none;
	z-index: 9999;
}

.back-to-top:hover {
	opacity: .6;
}

.back-to-top:before {
	content: "\e90f";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	position: absolute;
}

#preloader {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #9370db;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #ba55d3;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}

#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #f0f;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}

.loaded #preloader {
	display: none;
}

.wysija-required {
	display: none;
}

.sk-circle {
	margin: 0 auto;
	width: 40px;
	height: 40px;
	position: relative;
}

.sk-circle .sk-child {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.sk-circle .sk-child:before {
	content: "";
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #e13995;
	border-radius: 100%;
	-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
	animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s;
}

.sk-circle .sk-circle5:before {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s;
}

.sk-circle .sk-circle6:before {
	-webkit-animation-delay: -.7s;
	animation-delay: -.7s;
}

.sk-circle .sk-circle7:before {
	-webkit-animation-delay: -.6s;
	animation-delay: -.6s;
}

.sk-circle .sk-circle8:before {
	-webkit-animation-delay: -.5s;
	animation-delay: -.5s;
}

.sk-circle .sk-circle9:before {
	-webkit-animation-delay: -.4s;
	animation-delay: -.4s;
}

.sk-circle .sk-circle10:before {
	-webkit-animation-delay: -.3s;
	animation-delay: -.3s;
}

.sk-circle .sk-circle11:before {
	-webkit-animation-delay: -.2s;
	animation-delay: -.2s;
}

.sk-circle .sk-circle12:before {
	-webkit-animation-delay: -.1s;
	animation-delay: -.1s;
}

h1,
h2,
h3,
h4,
p {
	margin-top: 0;
}

a {
	text-decoration: none;
}

p a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

p a:hover {
	opacity: .6;
}

.btn {
	outline: none;
	padding: 12px 15px;
	font-size: 22px;
	font-weight: 800;
	border: 3px solid;
	border-radius: 50px;
	text-transform: uppercase;
}

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

.container.container-max {
	max-width: 100%;
}

.container.container-big {
	max-width: 1290px;
}

.container-fluid {
	width: 100%;
	padding: 0 20px;
}

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

.section {
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.section h2 {
	font-weight: 500;
	letter-spacing: 4px;
}

.section .col {
	width: 100%;
}

.section .image {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-size: cover;
	z-index: 0;
	-webkit-transition: -webkit-transform 15s cubic-bezier(.39, .575, .565, 1) 0s;
	transition: -webkit-transform 15s cubic-bezier(.39, .575, .565, 1) 0s;
	transition: transform 15s cubic-bezier(.39, .575, .565, 1) 0s;
	transition: transform 15s cubic-bezier(.39, .575, .565, 1) 0s, -webkit-transform 15s cubic-bezier(.39, .575, .565, 1) 0s;
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

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

.section.in-viewport .image {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.video-section {
	position: relative;
	height: 100vh !important;
}

.video-section .bg-video {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	pointer-events: none;
	display: block;
}

.video-section .mute {
	width: 30px;
	height: 30px;
	font-size: 16px;
	border-radius: 50%;
	color: #fff;
	background: #000;
	border: none;
	position: absolute;
	bottom: 15px;
	left: 15px;
	outline: none;
}

.video-section .mute:before {
	content: "\e908";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 7px;
	left: 6px;
}

.video-section .mute.isMuted:before {
	content: "\e907";
}

.main-section .bg-video {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	pointer-events: none;
	display: block;
}

.main-section .mute {
	width: 30px;
	height: 30px;
	font-size: 16px;
	border-radius: 50%;
	color: #fff;
	background: #000;
	border: none;
	position: absolute;
	bottom: 15px;
	left: 15px;
	outline: none;
}

.main-section .mute:before {
	content: "\e908";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 7px;
	left: 6px;
}

.main-section .mute.isMuted:before {
	content: "\e907";
}

.video-active .bg-video {
	opacity: 1;
}

.main-section {
	color: #000;
	text-align: center;
}

.main-section .slick-arrow {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	position: absolute;
	top: 50%;
	background: none;
	border: none;
	color: #e13995;
	outline: none;
	z-index: 1;
	font-size: 58px;
}

.main-section .slick-arrow:hover {
	opacity: .6;
}

.main-section .slick-arrow.slick-prev {
	left: 72px;
}

.main-section .slick-arrow.slick-next {
	right: 72px;
}

.main-section .slide-item {
	padding-top: 120px;
	padding-bottom: 120px;
	height: 100vh;
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	position: relative;
}

.main-section .col {
	max-width: 732px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	padding-top: 55px;
}

.main-section img {
	margin: 0 auto 10px;
}

.main-section ul li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.main-section .cities {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 27px;
	border-bottom: 1px solid rgba(0, 0, 0, .27);
}

.main-section .cities li {
	padding: 0 6px;
}

.main-section .cities li:after {
	content: "|";
	position: absolute;
	right: -4px;
	top: 0;
}

.main-section .cities li:last-child:after {
	display: none;
}

.main-section .links-holder {
	font-size: 26.79px;
	font-weight: 600;
	text-transform: uppercase;
	padding-top: 17px;
	margin: 0 -20px;
}

.main-section .links-holder li {
	padding: 0 20px;
}

.main-section .links-holder li:after {
	content: "•";
	position: absolute;
	right: -11px;
	top: 4px;
	font-size: 21px;
	color: #454545;
}

.main-section .links-holder li:last-child:after {
	display: none;
}

.main-section .links-holder li a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	color: #454545;
	letter-spacing: 1.8px;
}

.main-section .links-holder li a:hover {
	opacity: .6;
}

.visual-section {
	font-size: 45px;
	font-weight: 600;
	color: #000;
	overflow: hidden;
}

.visual-section .container {
	position: relative;
	z-index: 1;
	height: 100%;
}

.visual-section .row {
	height: 100%;
}

.visual-section .col {
	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;
}

.visual-section ul {
	text-transform: uppercase;
	position: relative;
	padding-bottom: 12px;
}

.visual-section ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 35px;
	position: relative;
	letter-spacing: 3px;
}

.visual-section ul li:after {
	content: "•";
	position: absolute;
	right: -15px;
	top: 6px;
	font-size: 32px;
}

.visual-section ul li:last-child:after {
	display: none;
}

.visual-section ul:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid #000;
	width: 66px;
	margin: 0 auto;
}

.js-accordion {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.js-accordion .js-item {
	-webkit-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	width: 33.33%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	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;
}

.js-accordion .js-content {
	background-size: cover;
	height: 100%;
	-ms-flex-item-align: start;
	align-self: flex-start;
	color: #000;
	width: 100%;
}

.js-accordion .js-content:before {
	content: "";
	-webkit-transition: opacity .8s ease-in-out, visibility .8s ease-in-out;
	transition: opacity .8s ease-in-out, visibility .8s ease-in-out;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, .85);
	opacity: 0;
	visibility: hidden;
	height: 100%;
}

.js-accordion .js-content .row {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	margin: 0;
	height: 100%;
}

.js-accordion .js-content .row .accordeon-col {
	width: 50%;
	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-align: center;
	padding: 0 21px;
}

.js-accordion .js-content .row .accordeon-col span {
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
}

.js-accordion .js-content .row .accordeon-col img {
	margin-bottom: 28px;
}

.js-accordion .js-content .row .accordeon-col p {
	line-height: 1.55;
	margin-bottom: 50px;
}

.js-accordion .js-content .row .accordeon-col .btn {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	font-size: 22px;
	font-weight: 800;
	border: 3px solid #000;
	padding: 12px 15px;
	border-radius: 50px;
	color: #000;
	text-transform: uppercase;
	min-width: 302px;
	display: inline-block;
}

.js-accordion .js-content .row .accordeon-col .btn:hover {
	background: #000;
	color: #fff;
}

.js-accordion .js-content .close {
	opacity: 0;
	visibility: hidden;
	margin: 0;
	position: absolute;
	top: 38px;
	right: 33px;
	color: #000;
	z-index: 1;
	font-size: 24px;
}

.js-accordion .js-content .close:hover {
	opacity: .6 !important;
}

.js-accordion .js-preview {
	position: absolute;
	top: calc(50% - 56px);
	left: 0;
	right: 0;
}

.js-accordion .js-preview .js-opener {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	background: #fff;
	width: 189px;
	height: 107px;
	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;
	font-weight: 600;
	font-size: 30px;
	text-transform: uppercase;
	margin: 0 auto;
	position: relative;
	letter-spacing: 2px;
}

.js-accordion .js-preview .js-opener:before {
	content: "";
	position: absolute;
	border: 1px solid #fff;
	top: -8px;
	left: -8px;
	background: none;
	width: 205px;
	height: 123px;
}

.js-accordion .js-preview .js-opener:hover {
	opacity: .6;
}

.js-accordion .js-active {
	width: calc(100vw - 566px);
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.js-accordion .js-active .js-preview {
	display: none;
}

.js-accordion .js-active .js-content .row {
	opacity: 1;
	visibility: visible;
	position: relative;
	z-index: 1;
}

.js-accordion .js-active .js-content .close {
	opacity: 1;
	visibility: visible;
}

.js-accordion .js-active .js-content:before {
	content: "";
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.title-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 120px 0;
	height: 100vh;
	background-size: cover;
	background-position: center;
	position: relative;
}

.title-section.title {
	height: auto;
	padding: 30px 0 0;
}

.title-section.title .col {
	width: 100%;
}

.title-section.title h1 {
	padding: 30px 66px 0;
	margin-bottom: 0;
}

.title-section.title h1:before {
	display: none;
}

.title-section .col {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 0 40px;
}

.title-section h1 {
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	padding: 28px 66px;
	line-height: 1;
	background: #fff;
	position: relative;
}

.title-section h1:before {
	content: "";
	position: absolute;
	border: 2px solid #fff;
	top: -17px;
	bottom: -17px;
	left: -17px;
	right: -17px;
	background: none;
}

.title-section h2 {
	font-size: 33.39px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	line-height: 1;
	background: #fff;
	position: relative;
	padding: 24px 12px;
	letter-spacing: 4px;
	min-width: 310px;
}

.title-section h2:before {
	content: "";
	position: absolute;
	border: 2px solid #fff;
	top: -11px;
	bottom: -11px;
	left: -11px;
	right: -11px;
	background: none;
	z-index: 0;
}

.title-section h2 a {
	color: #000;
	position: relative;
	z-index: 1;
}

.title-section h2 a:before {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	content: "";
	position: absolute;
	border-bottom: 3px solid #e13995;
	bottom: -5px;
	left: -5px;
	right: -5px;
	opacity: 0;
}

.title-section h2 a:hover:before,
.title-section h2 a.active:before {
	opacity: 1;
}

.title-section .col-1 {
	width: 50%;
	text-align: center;
}

.title-section .col-1:only-child {
	width: 100%;
}

.white-section {
	padding: 120px 0;
	text-align: center;
	font-weight: 300;
	min-height: 100vh;
	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;
}

.white-section .container {
	height: 100%;
}

.white-section .row {
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.white-section .col {
	padding: 0 20px;
}

.white-section h2 {
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	padding-bottom: 33px;
	position: relative;
	letter-spacing: 4px;
	margin-bottom: 32px;
}

.white-section h2:after {
	content: "";
	position: absolute;
	width: 45px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-bottom: 4px solid #e13995;
}

.white-section img {
	margin-bottom: 26px;
}

.white-section p {
	margin-bottom: 31px;
}

.background-section {
	padding: 120px 0;
	text-align: center;
	color: #fff;
	font-weight: 300;
	position: relative;
	min-height: 100vh;
	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;
}

.background-section .container {
	height: 100%;
}

.background-section .row {
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.background-section .col {
	padding: 0 20px;
}

.background-section h2 {
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	padding-bottom: 33px;
	position: relative;
	letter-spacing: 4px;
	margin-bottom: 32px;
	color: #fff;
}

.background-section h2:after {
	content: "";
	position: absolute;
	width: 45px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-bottom: 4px solid #fff;
}

.background-section img {
	margin-bottom: 26px;
}

.background-section p {
	margin-bottom: 31px;
}

.background-section p a {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}

.background-section .sub-holder span {
	font-size: 30px;
	font-weight: 400;
	margin-right: 90px;
}

.background-section .sub-holder .btn {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
	display: inline-block;
	vertical-align: middle;
	min-width: 302px;
}

.background-section .sub-holder .btn:hover {
	background: #e13995;
	color: #fff;
	border-color: #e13995;
}

.citation-section {
	position: relative;
	padding: 119px 0 151px;
	text-align: center;
}

.citation-section .slick-arrow {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	position: absolute;
	top: 50%;
	background: none;
	border: none;
	color: #e13995;
	outline: none;
	z-index: 1;
	font-size: 58px;
}

.citation-section .slick-arrow:hover {
	opacity: .6;
}

.citation-section .slick-arrow.slick-prev {
	left: 72px;
}

.citation-section .slick-arrow.slick-next {
	right: 72px;
}

.citation-section .slick-dots {
	position: absolute;
	bottom: -53px;
	left: 0;
	right: 0;
	text-align: center;
}

.citation-section .slick-dots li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 6px;
}

.citation-section .slick-dots li button {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	background: none;
	text-indent: -9999px;
	width: 11px;
	height: 11px;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	background: #545454;
	cursor: pointer;
	outline: none;
	border: none;
	display: block;
	overflow: hidden;
}

.citation-section .slick-dots li button:hover {
	background: #e13995;
}

.citation-section .slick-dots li.slick-active button {
	background: #e13995;
}

.citation-section img {
	margin: 0 auto 46px;
}

.citation-section cite {
	font-size: 33px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.46;
	padding: 0 80px;
	display: block;
	position: relative;
}

.citation-section cite:before {
	content: "";
	background-image: url(images/citation.png);
	position: absolute;
	top: 0;
	left: 28px;
	width: 49px;
	height: 33px;
	background-size: cover;
}

.citation-section cite:after {
	content: "";
	background-image: url(images/citation.png);
	position: absolute;
	top: 0;
	right: 28px;
	width: 49px;
	height: 33px;
	background-size: cover;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.team-section .col {
	width: 25%;
	text-align: center;
	border: 1px solid #ebebeb;
	border-bottom: none;
	border-left: none;
	padding: 25px 15px 9px;
}

.team-section .col.first-col {
	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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.team-section .col.first-col img {
	max-width: 120px;
	margin-bottom: 13px;
}

.team-section a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #000;
}

.team-section a:hover {
	color: #e13995;
}

.team-section h3 {
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 2px;
}

.team-section h4 {
	font-size: 18px;
	font-weight: 300;
}

.team-section .worker-image {
	margin-bottom: 28px;
}

.team-section .worker-image a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
}

.team-section .worker-image a:hover {
	opacity: .6;
}

.team-section .worker-image a img {
	display: block;
}

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

.fancybox-container {
	background-color: rgba(0, 0, 0, .6);
}

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

.worker-popup {
	max-width: 1263px;
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 90px 33px 43px 27px;
}

.worker-popup .fancybox-close-small {
	outline: none;
	background: none !important;
	top: 19px;
	right: 25px;
	width: 41px;
	height: 46px;
}

.worker-popup .fancybox-close-small:after {
	content: "\e906";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 7px;
	left: 6px;
	font-size: 34px;
	color: #e13995;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.worker-popup .fancybox-close-small:hover:after {
	color: #000;
	background: none;
}

.worker-popup .col-1 {
	width: 40%;
	padding: 0 33px;
	text-align: center;
}

.worker-popup .col-2 {
	width: 60%;
	padding: 0 33px 0 29px;
}

.worker-popup .worker-top {
	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;
	padding-top: 26px;
	text-align: left;
	margin-bottom: 49px;
}

.worker-popup .worker-top .worker-image {
	padding-right: 17px;
	width: 165px;
}

.worker-popup .worker-top .worker-image img {
	max-width: 148px;
}

.worker-popup .worker-top .worker-info {
	padding-left: 14px;
	padding-top: 26px;
	width: calc(100% - 165px);
}

.worker-popup .worker-top .worker-info h3 {
	font-weight: 500;
	font-size: 48px;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 14px;
}

.worker-popup .worker-top .worker-info h4 {
	font-weight: 300;
	font-size: 24px;
}

.worker-popup cite {
	font-size: 24px;
	font-weight: 300;
	position: relative;
	padding: 0 40px;
	display: block;
}

.worker-popup cite:before {
	content: "";
	background-image: url(images/citation.png);
	position: absolute;
	top: -2px;
	left: 0;
	width: 30px;
	height: 20px;
	background-size: cover;
}

.worker-popup cite:after {
	content: "";
	background-image: url(images/citation.png);
	position: absolute;
	top: -2px;
	right: 0;
	width: 30px;
	height: 20px;
	background-size: cover;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.worker-popup .description {
	padding-top: 8px;
	font-weight: 300;
	letter-spacing: .34px;
}

.worker-popup .description p {
	margin-bottom: 60px;
}

.worker-popup .description h3 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 24px;
	color: #e13995;
}

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

.clients-section h2 {
	letter-spacing: 4px;
	margin-bottom: 85px;
	font-weight: 500;
}

.clients-section .col-1 {
	width: 100%;
	margin-top: 101px;
}

.clients-section .col {
	width: calc(25% + 1px);
	border: 1px solid #ebebeb;
	padding: 15px 15px;
	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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	height: 364px;
	margin: -1px -1px 0 0;
	min-height: 1px;
}

.clients-section .col img {
	min-height: 1px;
}

.clients-section .col .overlay {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	background: none;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	z-index: 2;
	padding: 61px 62px;
	opacity: 0;
	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;
	overflow: hidden;
	line-height: 1.4;
}

.clients-section .col .overlay cite {
	font-size: 20px;
	font-weight: 300;
	position: relative;
	display: inline-block;
}

.clients-section .col .overlay cite:before {
	content: "";
	background-image: url(images/citation-black.png);
	width: 34px;
	height: 22px;
	background-size: cover;
	display: inline-block;
	position: relative;
	top: -8px;
	left: -15px;
}

.clients-section .col .overlay cite:after {
	content: "";
	background-image: url(images/citation-black.png);
	width: 34px;
	height: 22px;
	background-size: cover;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	display: inline-block;
	position: relative;
	bottom: 4px;
	right: -15px;
}

.clients-section .col:hover .overlay {
	background: rgba(255, 255, 255, .85);
	opacity: 1;
}

.content-creation-section {
	text-align: center;
}

.content-creation-section h2 {
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 20px;
}

.content-creation-section .container {
	max-width: 1440px !important;
}

.content-creation-section .post-holder {
	background-size: cover !important;
	background-position: center !important;
	height: 452px;
	width: 100%;
	display: block;
}

.content-creation-section .col-1 {
	padding-top: 101px;
	width: 100%;
	margin-bottom: 106px;
}

.content-creation-section .col-1 img {
	margin-bottom: 29px;
}

.content-creation-section .anchor {
	display: inline-block;
	line-height: 1;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	font-size: 44px;
}

.content-creation-section .row {
	margin: 0 -12px;
}

.content-creation-section .col {
	width: 33.3%;
	padding: 0 10px;
	margin-bottom: 21px;
	position: relative;
}

.content-creation-section .col:hover .overlay {
	background: rgba(255, 255, 255, .85);
	opacity: 1;
}

.content-creation-section .overlay {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	background: none;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	z-index: 2;
	padding: 61px 62px;
	opacity: 0;
	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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	line-height: 1.4;
	letter-spacing: .4px;
}

.content-creation-section .overlay h3 {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #000;
	font-weight: 400;
	margin-bottom: 30px;
	width: 100%;
}

.content-creation-section .overlay h3:hover {
	color: #e13995;
}

.content-creation-section .overlay i {
	-webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, border-color .3s ease-in-out;
	font-size: 28px;
	width: 64px;
	height: 64px;
	color: #000;
	border: 2px solid #000;
	border-radius: 50%;
	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;
}

.content-creation-section .overlay i:hover {
	color: #e13995;
	border-color: #e13995;
}

.contact {
	padding: 101px 0;
}

.contact .col {
	width: 100%;
	text-align: center;
	padding: 0 20px;
}

.contact h2 {
	font-size: 34px;
	font-weight: 500;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-bottom: 24px;
	margin-bottom: 41px;
}

.contact h2:after {
	content: "";
	position: absolute;
	width: 45px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-bottom: 4px solid #e13995;
}

.contact .wpcf7-form {
	text-align: left;
	margin-bottom: 29px;
}

.contact .wpcf7-form p {
	max-width: 500px;
	margin: 0 auto;
}

.contact .wpcf7-form .txt {
	margin-bottom: 50px;
	text-align: center;
}

.contact .wpcf7-form .txt p {
	max-width: 650px;
	text-transform: uppercase;
	font-weight: 300;
}

.contact .wpcf7-form .txt span {
	display: inline-block;
}

.contact .wpcf7-form .wpcf7-form-control-wrap {
	margin: 0 auto;
}

.contact .wpcf7-form .g-recaptcha {
	margin: 0 auto 55px;
	max-width: 500px;
}

.contact .wpcf7-form label {
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 8px;
	display: block;
}

.contact .wpcf7-form input[type="text"],
.contact .wpcf7-form input[type="tel"],
.contact .wpcf7-form input[type="email"],
.contact .wpcf7-form input[type="search"],
.contact .wpcf7-form input[type="password"],
.contact .wpcf7-form input[type="url"],
.contact .wpcf7-form textarea,
.contact .wpcf7-form .jcf-select {
	margin-top: 2px;
	min-height: 40px;
	width: 100%;
	border: 1px solid #ebebeb;
	padding: 0 15px;
	outline: none;
	color: #000;
}

.contact .wpcf7-form textarea {
	height: 119px;
	margin-bottom: 27px;
}

.contact .wpcf7-form .jcf-select .jcf-select-opener {
	display: none;
}

.contact .wpcf7-form .jcf-select .jcf-select-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	height: 100%;
	margin: 0;
}

.contact .wpcf7-form .jcf-focus {
	border: 1px solid #ebebeb !important;
}

.contact .wpcf7-form .btn {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	width: 302px;
	margin: 0 auto;
	display: block;
	background: none;
	border-color: #e13995;
	color: #e13995;
	padding: 16px 15px;
	border-radius: 50px !important;
}

.contact .wpcf7-form .btn:hover {
	color: #fff;
	background: #e13995;
}

.contact .wpcf7-form .form-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -16px;
}

.contact .wpcf7-form .form-group label {
	padding: 0 16px;
	width: 50%;
	text-align: center;
}

.contact .wpcf7-form .form-group p {
	max-width: 100%;
}

.contact .wpcf7-form .form-group input[type="text"],
.contact .wpcf7-form .form-group input[type="tel"],
.contact .wpcf7-form .form-group input[type="email"],
.contact .wpcf7-form .form-group input[type="search"],
.contact .wpcf7-form .form-group input[type="password"],
.contact .wpcf7-form .form-group textarea {
	width: 100%;
}

.contact .contact-description {
	font-weight: 300;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #ebebeb !important;
}

.jcf-list {
	font-size: 18px;
}

.jcf-list li {
	line-height: 1.56;
}

.jcf-list li span {
	padding: 0;
}

.jcf-selected {
	background: #e6e6e6;
}

.contact-directly {
	text-align: center;
	padding: 20px 0 148px;
}

.contact-directly h2 {
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 64px;
	padding-bottom: 18px;
	position: relative;
}

.contact-directly h2:after {
	content: "";
	position: absolute;
	width: 45px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-bottom: 4px solid #e13995;
}

.contact-directly .col {
	width: 100%;
	padding: 0 20px;
}

.contact-directly .col-1 {
	width: 100%;
	padding: 0 20px;
	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;
}

.contact-directly .col-1 .directly-item {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	padding: 0 30px;
	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;
	font-weight: 300;
}

.contact-directly .col-1 .directly-item i {
	font-size: 20px;
	height: 20px;
	display: inline-block;
}

.contact-directly .col-1 .directly-item span {
	padding-left: 20px;
	color: #000;
}

.contact-directly .col-1 .directly-item:hover {
	opacity: .6;
}

.feature-post,
.mini-title-section {
	background-size: cover !important;
	padding-top: 152px;
	padding-bottom: 52px;
	text-align: center;
}

.feature-post .col,
.mini-title-section .col {
	width: 100%;
	padding: 0 20px;
	max-width: 890px;
	margin: 0 auto;
}

.feature-post h2,
.feature-post h1,
.mini-title-section h2,
.mini-title-section h1 {
	font-size: 48px;
	font-weight: 600;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.feature-post h2 a,
.feature-post h1 a,
.mini-title-section h2 a,
.mini-title-section h1 a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #000;
}

.feature-post h2 a:hover,
.feature-post h1 a:hover,
.mini-title-section h2 a:hover,
.mini-title-section h1 a:hover {
	color: #e13995;
}

.feature-post a,
.mini-title-section a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: inline;
	color: #000;
	font-weight: 700;
}

.feature-post a:hover,
.mini-title-section a:hover {
	color: #e13995;
}

.feature-post a.read-more,
.mini-title-section a.read-more {
	text-transform: uppercase;
	text-decoration: underline;
	color: #e13995;
}

.feature-post a.read-more:hover,
.mini-title-section a.read-more:hover {
	color: #000;
}

.feature-post span,
.mini-title-section span {
	display: inline;
	font-weight: 300;
	quotes: "“" "”" "‘" "’";
}

.feature-post span p,
.mini-title-section span p {
	display: inherit;
}

.feature-post span:before,
.mini-title-section span:before {
	content: open-quote;
}

.feature-post span:after,
.mini-title-section span:after {
	content: close-quote;
}

.content {
	padding-top: 58px;
	padding-bottom: 30px;
}

.content .col {
	width: 100%;
	padding: 0 20px;
}

.content h3 {
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 41px;
}

.content .content-block {
	width: 68%;
	padding: 0 6px;
}

.content .content-block .col-1 {
	width: 100%;
	padding: 0 20px;
}

.content .content-block .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 117px;
}

.content .content-block .post-img {
	width: 358px;
	padding-top: 3px;
}

.content .content-block .post-img a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	display: inline-block;
}

.content .content-block .post-img a img {
	display: block;
}

.content .content-block .post-img a:hover {
	opacity: .6;
}

.content .content-block .post-content {
	width: calc(100% - 358px);
	padding-left: 36px;
	padding-right: 20px;
	padding-top: 7px;
	font-weight: 300;
}

.content .content-block .post-content h4 {
	font-size: 25px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 3px;
}

.content .content-block .post-content h4 a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #000;
}

.content .content-block .post-content h4 a:hover {
	color: #e13995;
}

.content .content-block .post-content p {
	margin-bottom: 16px;
}

.content .content-block .post-content .date {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 9px;
}

.content .content-block .post-content .btn {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	padding: 3px 38px;
	display: inline-block;
	border-color: #e13995;
	font-size: 20px;
}

.content .content-block .post-content .btn:hover {
	color: #fff;
	background: #e13995;
	border-color: #e13995;
}

.content #sidebar {
	width: 32%;
}

.content #sidebar .widget {
	margin-bottom: 0;
	padding-bottom: 23px;
}

.content #sidebar .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 78px;
	padding: 0;
}

.content #sidebar .post-img {
	width: 162px;
	padding-top: 3px;
}

.content #sidebar .post-img a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.content #sidebar .post-img a img {
	display: block;
}

.content #sidebar .post-img a:hover {
	opacity: .6;
}

.content #sidebar .post-content {
	width: calc(100% - 162px);
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 7px;
	font-weight: 300;
	font-size: 16px;
}

.content #sidebar .post-content h4 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 2px;
}

.content #sidebar .post-content h4 a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #000;
}

.content #sidebar .post-content h4 a:hover {
	color: #e13995;
}

.content #sidebar .post-content .short-text {
	margin-bottom: 5px;
	line-height: 1.3;
	padding-right: 31px;
}

.content #sidebar .post-content .date {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 4px;
}

.content #sidebar .post-content .link {
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: 700;
	font-size: 16px;
}

.content #sidebar .post-content .link:hover {
	text-decoration: none;
}

.content #sidebar .widget_categories {
	padding-right: 32px;
}

.content #sidebar .widget_categories h3 {
	margin-bottom: 38px;
}

.content #sidebar .widget_categories ul {
	margin: 0 -17px;
	font-size: 22px;
	font-weight: 800;
	text-transform: uppercase;
}

.content #sidebar .widget_categories ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 17px 18px;
}

.content #sidebar .widget_categories ul li a {
	color: #646464;
	border-bottom: 2px solid #646464;
}

.content #sidebar .widget_categories ul li a:hover {
	border-bottom: 2px solid transparent;
}

.search-form {
	width: 302px;
	margin: 0 auto 63px;
}

.search-form fieldset {
	position: relative;
}

.search-form input[type="search"] {
	width: 100%;
	height: 64px;
	border: 3px solid #000;
	border-radius: 50px;
	background: none;
	outline: none;
	color: #000;
	font-size: 22px;
	font-weight: 800;
	text-align: center;
	padding: 0 45px 0 68px;
}

.search-form input[type="search"]::-webkit-input-placeholder {
	color: #000;
}

.search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #000;
}

.search-form input[type="search"]:-moz-placeholder {
	color: #000;
}

.search-form input[type="search"]:-ms-input-placeholder {
	color: #000;
}

.search-form input[type="search"].placeholder {
	color: #000;
}

.search-form button {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	position: absolute;
	top: 14px;
	left: 35px;
	background: none;
	border: none;
	color: black;
	font-size: 26px;
}

.search-form button:hover {
	opacity: .6;
}

.mini-title-section {
	min-height: 385px;
}

.post-slider {
	padding-top: 30px;
	padding-bottom: 70px;
	text-align: center;
}

.post-slider .slide-item {
	width: 774px !important;
	height: 515px;
	background-size: cover;
	background-position: center;
	margin: 0 auto;
}

.post-slider .slick-arrow {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	position: absolute;
	top: 40%;
	background: none;
	border: none;
	color: #e13995;
	outline: none;
	z-index: 1;
	font-size: 58px;
}

.post-slider .slick-arrow:hover {
	opacity: .6;
}

.post-slider .slick-arrow.slick-prev {
	left: -40px;
}

.post-slider .slick-arrow.slick-next {
	right: -40px;
}

.post-slider .slick-dots {
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	text-align: center;
}

.post-slider .slick-dots li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 6px;
}

.post-slider .slick-dots li button {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	background: none;
	text-indent: -9999px;
	width: 11px;
	height: 11px;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	background: #545454;
	cursor: pointer;
	outline: none;
	border: none;
	display: block;
	overflow: hidden;
}

.post-slider .slick-dots li button:hover {
	background: #e13995;
}

.post-slider .slick-dots li.slick-active button {
	background: #e13995;
}

.post,
.content_creation,
.events {
	padding: 44px 0;
	font-weight: 300;
}

.post .col,
.content_creation .col,
.events .col {
	width: 100%;
	padding: 0 20px;
}

.post .meta-info,
.content_creation .meta-info,
.events .meta-info {
	margin-bottom: 34px;
	font-weight: 500;
}

.post .meta-info a,
.content_creation .meta-info a,
.events .meta-info a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #000;
}

.post .meta-info a:hover,
.content_creation .meta-info a:hover,
.events .meta-info a:hover {
	color: #e13995;
}

.post p,
.content_creation p,
.events p {
	margin-bottom: 33px;
}

.post p a,
.content_creation p a,
.events p a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #e13995;
	font-weight: 500;
}

.post p a:hover,
.content_creation p a:hover,
.events p a:hover {
	color: #000;
}

.respond {
	padding: 20px 0;
}

.respond .col {
	padding: 0 20px;
	width: 100%;
}

.respond label {
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 8px;
	display: block;
}

.respond input[type="text"],
.respond input[type="tel"],
.respond input[type="email"],
.respond input[type="search"],
.respond input[type="password"],
.respond textarea {
	margin-top: 2px;
	min-height: 40px;
	width: 100%;
	border: 1px solid #ebebeb;
	padding: 0 15px;
	outline: none;
	color: #000;
}

.respond input[type="submit"] {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	width: 302px;
	display: block;
	background: none;
	border: 3px solid #e13995;
	color: #e13995;
	border-radius: 50px !important;
}

.respond input[type="submit"]:hover {
	color: #fff;
	background: #e13995;
}

.image-block {
	padding: 27px 0 78px;
}

.image-block .container {
	max-width: 804px;
	padding: 0 2px;
}

.image-block .row {
	margin: 0 -2px;
}

.image-block .big-image {
	margin-bottom: 5px;
	text-align: center;
}

.image-block .small-image {
	margin-bottom: 5px;
}

.image-block .col {
	width: 100%;
	padding: 0 2px;
}

.image-block .col-1 {
	width: 50%;
	padding: 0 2px;
}

.not-found {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}

.not-found .col {
	width: 100%;
}

.not-found h1 {
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 600;
}

.result-content {
	padding-top: 223px;
}

.result-content .container-big {
	max-width: 1317px;
}

.result-content h1 {
	font-size: 45px;
	font-weight: 500;
	margin-bottom: 49px;
}

.result-content h1 span {
	quotes: "“" "”" "‘" "’";
}

.result-content h1 span:before {
	content: open-quote;
}

.result-content h1 span:after {
	content: close-quote;
}

.result-content .col {
	width: 100%;
	padding: 0 20px;
}

.result-content .col-1 {
	width: 50%;
	padding: 0 20px;
}

.result-content .post,
.result-content .content_creation,
.result-content .press,
.result-content .clients,
.result-content .page,
.result-content .events {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 69px;
	padding: 0;
}

.result-content .clients .post-img {
	width: 180px;
}

.result-content .clients .post-content {
	width: calc(100% - 180px);
}

.result-content .clients .post-content:only-child {
	width: 100%;
}

.result-content .post-img {
	width: 269px;
	padding-top: 3px;
}

.result-content .post-img a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	display: inline-block;
}

.result-content .post-img a img {
	display: block;
}

.result-content .post-img a:hover {
	opacity: .6;
}

.result-content .post-content {
	width: calc(100% - 269px);
	padding-left: 40px;
	padding-right: 7px;
	padding-top: 2px;
	font-weight: 300;
}

.result-content .post-content h4 {
	font-size: 25px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 3px;
}

.result-content .post-content h4 a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #000;
}

.result-content .post-content h4 a:hover {
	color: #e13995;
}

.result-content .post-content .short-text {
	margin-bottom: 27px;
}

.result-content .post-content .date {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 9px;
}

.result-content .post-content .date a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #000;
}

.result-content .post-content .date a:hover {
	color: #e13995;
}

.result-content .post-content .btn {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	padding: 12px 38px;
	display: inline-block;
	border-color: #e13995;
	font-size: 22px;
	min-width: 302px;
	text-align: center;
}

.result-content .post-content .btn:hover {
	color: #fff;
	background: #e13995;
	border-color: #e13995;
}

.pagination {
	width: 100%;
}

.pagination .nav-links {
	text-align: center;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	color: #e13995;
	border: 3px solid #e13995;
	background: none;
	padding: 6px 17px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 22px;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	background: #e13995;
	color: #fff;
}

.press-taxonomy,
.clients-taxonomy {
	background-size: cover;
	min-height: 385px;
	padding-top: 195px;
	padding-bottom: 30px;
}

.press-taxonomy .col,
.clients-taxonomy .col {
	width: 33.3%;
	padding: 0 20px;
	text-align: center;
}

.press-taxonomy h2,
.clients-taxonomy h2 {
	font-size: 26.71px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	line-height: 1;
	background: #fff;
	position: relative;
	letter-spacing: 4px;
	min-width: 228px;
	padding-bottom: 19px;
}

.press-taxonomy h2:before,
.clients-taxonomy h2:before {
	content: "";
	position: absolute;
	border: 2px solid #fff;
	top: -11px;
	bottom: -11px;
	left: -11px;
	right: -11px;
	background: none;
	z-index: 0;
}

.press-taxonomy h2 a,
.clients-taxonomy h2 a {
	color: #000;
	position: relative;
	z-index: 1;
	display: block;
	padding: 32px 15px 5px;
}

.press-taxonomy h2 a:before,
.clients-taxonomy h2 a:before {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	content: "";
	position: absolute;
	border-bottom: 3px solid #e13995;
	bottom: -5px;
	left: 20px;
	right: 20px;
	opacity: 0;
}

.press-taxonomy h2 a:hover:before,
.press-taxonomy h2 a.active:before,
.clients-taxonomy h2 a:hover:before,
.clients-taxonomy h2 a.active:before {
	opacity: 1;
}

.press-taxonomy.clients-taxonomy,
.clients-taxonomy.clients-taxonomy {
	min-height: 259px;
	padding-top: 153px;
	padding-bottom: 28px;
	font-size: 33.08px;
}

.press-taxonomy.clients-taxonomy h2,
.clients-taxonomy.clients-taxonomy h2 {
	padding-bottom: 12px;
}

.press-taxonomy.clients-taxonomy h2 a,
.clients-taxonomy.clients-taxonomy h2 a {
	padding-top: 20px;
}

.press-taxonomy.clients-taxonomy h2 a:before,
.clients-taxonomy.clients-taxonomy h2 a:before {
	bottom: -8px;
}

.press-content .new-item {
	opacity: 0;
	-webkit-transform: translateY(25px);
	-ms-transform: translateY(25px);
	transform: translateY(25px);
}

.press-content .row {
	-webkit-transition: all 1s linear;
	transition: all 1s linear;
}

.press-content .col {
	-webkit-transition: all 1s linear;
	transition: all 1s linear;
	width: 25%;
	text-align: center;
	border: 1px solid #ebebeb;
	border-top: none;
	border-left: none;
	padding: 46px 10px 43px;
}

.press-content .col a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.press-content .col a:hover {
	opacity: .6;
}

.press-content img {
	max-width: 185px;
}

.press-section {
	padding: 20px 0 10px;
	min-height: 100vh;
}

.press-section .back-link {
	margin-bottom: 36px;
}

.press-section .back-link a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-size: 22.17px;
	font-weight: 500;
	text-transform: uppercase;
}

.press-section .back-link a:hover {
	color: #000;
}

.press-section .back-link a i,
.press-section .back-link a span {
	display: inline-block;
	vertical-align: middle;
}

.press-section .back-link a i {
	padding-right: 10px;
}

.press-section .back-link a span {
	padding-top: 3px;
}

.press-section .col {
	width: 100%;
	padding: 0 20px;
	margin-bottom: 44px;
}

.press-section .press {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.press-section .press-content {
	width: 50%;
	padding-right: 30px;
	border-right: 3px solid #f6f6f6;
}

.press-section .press-content .press-description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.press-section .press-content .press-description .image {
	width: 172px;
}

.press-section .press-content .press-description .description {
	width: calc(100% - 172px);
	padding-left: 25px;
}

.press-section .press-content .press-description .description img {
	max-width: 229px;
	margin-bottom: 36px;
}

.press-section .press-content:only-child {
	width: 100%;
	padding-right: 0;
	border-right: 0;
}

.press-section .meta {
	width: 100%;
}

.press-section .right-section {
	width: 50%;
	padding-left: 30px;
}

.press-section .video-holder {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	width: 100%;
	margin: 0 auto 13px;
	display: block;
}

.press-section .video-holder iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.press-section .press-slider {
	margin-bottom: 15px;
}

.press-section .press-slider .slide-item {
	height: 332px;
	background-size: cover;
	background-position: center;
	display: block !important;
}

.press-section .press-slider .slick-arrow {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	position: absolute;
	right: -63px;
	background: none;
	border: none;
	color: #e13995;
	outline: none;
	z-index: 1;
	font-size: 36px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.press-section .press-slider .slick-arrow:hover {
	opacity: .6;
}

.press-section .press-slider .slick-arrow.slick-prev {
	top: -22px;
}

.press-section .press-slider .slick-arrow.slick-next {
	bottom: -18px;
}

.press-section .press-slider .slick-dots {
	position: absolute;
	right: -48px;
	text-align: center;
	top: 0;
	bottom: 0;
	height: 100%;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-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;
	padding-top: 30px;
	padding-bottom: 30px;
}

.press-section .press-slider .slick-dots li {
	display: block;
	padding: 5px 0;
}

.press-section .press-slider .slick-dots li button {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	background: none;
	text-indent: -9999px;
	width: 7px;
	height: 7px;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	background: #545454;
	cursor: pointer;
	outline: none;
	border: none;
	display: block;
	overflow: hidden;
}

.press-section .press-slider .slick-dots li button:hover {
	background: #e13995;
}

.press-section .press-slider .slick-dots li.slick-active button {
	background: #e13995;
}

.navigation-single {
	width: 100%;
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.navigation-single .next,
.navigation-single .prev {
	background: none;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: #e13995;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.navigation-single .next a img,
.navigation-single .prev a img {
	max-height: 134px;
	width: auto;
}

.navigation-single .next a i,
.navigation-single .prev a i {
	font-size: 25px;
}

.navigation-single .prev {
	text-align: left;
}

.navigation-single .prev span {
	margin-left: 4px;
}

.navigation-single .prev img {
	margin-left: 30px;
}

.navigation-single .next {
	text-align: right;
}

.navigation-single .next span {
	margin-right: 4px;
}

.navigation-single .next img {
	margin-right: 30px;
}

.load-more {
	display: none;
}

.single {
	padding-top: 120px;
}

.single.single-events,
.single.single-content_creation {
	padding-top: 0;
}

.clients-content .tabs-slider {
	padding: 0 73px;
	line-height: 1;
}

.clients-content .tabs-slider .slick-list {
	padding: 0 2px 60px;
}

.clients-content .tabs-slider .slick-arrow {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	position: absolute;
	top: 16px;
	background: none;
	border: none;
	color: #ccc;
	outline: none;
	z-index: 1;
	font-size: 38px;
	padding: 0 6px;
}

.clients-content .tabs-slider .slick-arrow:hover {
	opacity: .6;
}

.clients-content .tabs-slider .slick-arrow.slick-prev {
	left: 8px;
}

.clients-content .tabs-slider .slick-arrow.slick-next {
	right: 8px;
}

.clients-content .tabs-slider .title {
	text-align: center;
	border: 1px solid #797979;
	height: 72px;
	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;
	padding: 0 15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
	outline: none;
}

.clients-content .tabs-slider .title:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 23px 30px 0 30px;
	border-color: #e13995 transparent transparent transparent;
	position: absolute;
	top: 100%;
	opacity: 0;
	outline: none;
}

.clients-content .tabs-slider .title h2 {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 0;
}

.clients-content .tabs-slider .title.active-title {
	background: #e13995;
	border-color: #e13995;
	color: #fff;
}

.clients-content .tabs-slider .title.active-title h2 {
	color: #fff;
}

.clients-content .tabs-slider .title.active-title:before {
	opacity: 1;
}

.clients-content .main-slider {
	max-width: 1130px;
	margin: 0 auto;
	padding: 22px 0 59px;
}

.clients-content .main-slider .col {
	padding: 0 20px;
}

.clients-content .main-slider .clients {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.clients-content .main-slider .clients .clients-content {
	width: 48%;
	text-align: center;
	border-right: 1px solid #ebebeb;
	padding-right: 33px;
	font-weight: 300;
}

.clients-content .main-slider .clients .clients-content .image {
	margin-bottom: 18px;
}

.clients-content .main-slider .clients .clients-content .image img {
	display: inline-block;
}

.clients-content .main-slider .clients .clients-content .description p {
	line-height: 1.65;
	margin-bottom: 28px;
}

.clients-content .main-slider .clients .clients-content .description .btn {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	display: inline-block;
	min-width: 175px;
	border-color: #e13995 !important;
}

.clients-content .main-slider .clients .clients-content .description .btn:hover {
	background: #e13995;
	color: #fff;
	border-color: #e13995 !important;
}

.clients-content .main-slider .clients .clients-content h2 {
	font-size: 42px;
	font-weight: 500;
	margin-bottom: 5px;
}

.clients-content .main-slider .clients .clients-content:only-child {
	width: 100%;
	padding-right: 0;
	border-right: 0;
}

.clients-content .main-slider .clients .clients-right {
	width: 52%;
	padding-left: 70px;
	padding-right: 24px;
	padding-top: 3px;
}

.clients-content .main-slider .clients .clients-right .clients-slider {
	padding-bottom: 20px;
}

.clients-content .main-slider .clients .clients-right .slide-item {
	width: 472px !important;
	height: 315px;
	background-size: cover;
	background-position: center;
	margin: 0 auto;
}

.clients-content .main-slider .clients .clients-right .slick-arrow {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	position: absolute;
	top: 39%;
	background: none;
	border: none;
	color: #e13995;
	outline: none;
	z-index: 1;
	font-size: 38px;
}

.clients-content .main-slider .clients .clients-right .slick-arrow:hover {
	opacity: .6;
}

.clients-content .main-slider .clients .clients-right .slick-arrow.slick-prev {
	left: -50px;
}

.clients-content .main-slider .clients .clients-right .slick-arrow.slick-next {
	right: -50px;
}

.clients-content .main-slider .clients .clients-right .slick-dots {
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	text-align: center;
}

.clients-content .main-slider .clients .clients-right .slick-dots li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 6px;
}

.clients-content .main-slider .clients .clients-right .slick-dots li button {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	background: none;
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	background: #545454;
	cursor: pointer;
	outline: none;
	border: none;
	display: block;
	overflow: hidden;
}

.clients-content .main-slider .clients .clients-right .slick-dots li button:hover {
	background: #e13995;
}

.clients-content .main-slider .clients .clients-right .slick-dots li.slick-active button {
	background: #e13995;
}

.clients-content .main-slider .clients .clients-right:only-child {
	width: 100%;
	padding: 0;
}

.clients-content .main-slider .citaction {
	font-size: 22px;
	font-weight: 300;
	padding-top: 42px;
	padding-left: 20px;
	padding-right: 20px;
}

.clients-content .main-slider .citaction cite {
	position: relative;
	padding-left: 31px;
	display: inline-block;
	text-align: left;
}

.clients-content .main-slider .citaction cite:before {
	content: "";
	background-image: url(images/citation.png);
	width: 49px;
	height: 33px;
	background-size: cover;
	display: inline-block;
	position: absolute;
	top: -4px;
	left: -22px;
}

.clients-content .main-slider .citaction cite:after {
	content: "";
	background-image: url(images/citation.png);
	width: 49px;
	height: 33px;
	background-size: cover;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	display: inline-block;
	position: relative;
	bottom: -15px;
	right: -3px;
}

.clients-content .meta {
	width: 100%;
}

.clients-content.single {
	padding: 0;
}

.slick-disabled {
	display: none !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.footer {
		height: 100vh;
	}

	.white-section {
		height: 100vh;
	}

	.background-section {
		height: 100vh;
	}
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.menu .navigation li {
		padding: 0 5px;
	}

	.menu .navigation li:first-child {
		padding-left: 0;
	}

	.menu .social-icons {
		padding: 8px 10px 0;
	}

	.menu .social-icons li {
		padding-left: 2px;
		padding-right: 2px;
	}
}

@media (max-width: 1439px) {
	.logo {
		padding-left: 15px;
	}

	.menu .navigation {
		margin: 0;
	}

	.menu .navigation li a {
		padding: 34px 5px 24px;
	}

	.footer {
		height: auto;
		min-height: auto;
	}

	.main-section .slick-arrow {
		padding: 0;
		font-size: 30px;
	}

	.main-section .slick-arrow.slick-prev {
		left: 10px;
	}

	.main-section .slick-arrow.slick-next {
		right: 10px;
	}

	.js-accordion .js-content .row .accordeon-col .btn {
		padding: 10px 15px;
		min-width: 150px;
		font-size: 20px;
	}

	.js-accordion .js-active {
		width: calc(100vw - 480px);
	}

	.white-section {
		height: auto;
		min-height: auto;
	}

	.background-section {
		height: auto;
		min-height: auto;
	}

	.background-section .sub-holder span {
		margin-right: 15px;
	}

	.citation-section .slide-item {
		max-width: 850px;
	}

	.citation-section .slick-arrow.slick-prev {
		left: 20px;
	}

	.citation-section .slick-arrow.slick-next {
		right: 20px;
	}

	.clients-section .col {
		width: calc(33.3% + 1px);
		border-bottom: 1px solid #ebebeb;
	}

	.clients-section .col .overlay {
		padding: 45px;
	}

	.clients-section .col .overlay cite:before {
		width: 24px;
		height: 16px;
	}

	.clients-section .col .overlay cite:after {
		width: 24px;
		height: 16px;
	}

	.content-creation-section .post-holder {
		height: 320px;
	}

	.content-creation-section .overlay {
		padding: 30px;
	}

	.post-slider .slick-arrow.slick-prev {
		left: 0;
	}

	.post-slider .slick-arrow.slick-next {
		right: 0;
	}

	.result-content .clients .post-img {
		width: 120px;
	}

	.result-content .clients .post-content {
		width: calc(100% - 120px);
	}

	.result-content .post-img {
		width: 180px;
	}

	.result-content .post-content {
		width: calc(100% - 180px);
	}

	.result-content .post-content .btn {
		min-width: auto;
		padding: 6px 20px;
	}

	.press-section .right-section {
		width: 40%;
	}

	.navigation-single {
		padding: 0 20px;
	}

	.clients-content .tabs-slider .slick-list {
		padding-bottom: 30px !important;
	}

	.clients-content .main-slider {
		padding: 22px 0 40px;
	}

	.clients-content .main-slider .clients .clients-content {
		padding-right: 20px;
	}

	.clients-content .main-slider .clients .clients-content .description {
		margin-bottom: 15px;
	}

	.clients-content .main-slider .clients .clients-right {
		padding-left: 20px;
		padding-right: 20px;
	}

	.clients-content .main-slider .clients .clients-right .slide-item {
		width: 100% !important;
	}

	.clients-content .main-slider .clients .clients-right .slick-arrow.slick-prev {
		left: 0;
	}

	.clients-content .main-slider .clients .clients-right .slick-arrow.slick-next {
		right: 0;
	}

	.clients-content .main-slider .citaction {
		padding: 42px 0;
	}

	.clients-content .main-slider .citaction cite:before {
		width: 24px;
		height: 16px;
		left: 0;
	}

	.clients-content .main-slider .citaction cite:after {
		width: 24px;
		height: 16px;
		right: -5px;
		bottom: -4px;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}

	.logo {
		padding-top: 8px;
		padding-bottom: 8px;
		padding-right: 60px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.menu {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 0;
		flex: 0 0 0;
		max-width: 0;
		padding: 0;
	}

	.menu .nav-drop {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, transform .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		opacity: 0;
		visibility: hidden;
		height: 0;
		z-index: 9999;
		overflow: hidden;
		overflow-y: scroll !important;
		background: #fff;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 100vh;
		display: block;
	}

	.menu .menu-holder {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0 15px;
	}

	.menu .navigation {
		display: block;
		text-align: center;
	}

	.menu .navigation li {
		display: block;
		padding: 10px 5px;
	}

	.menu .navigation li a {
		display: inline-block;
		padding: 0 5px;
	}

	.menu .social-icons {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
		padding: 8px 15px 0;
	}

	.nav-opener {
		display: block;
	}

	.footer .subscribe-holder {
		padding-left: 0;
	}

	.footer .subscribe-holder h2 {
		padding-left: 0;
	}

	.footer .subscribe-holder .widget_wysija_cont {
		padding-left: 0;
	}

	.footer .contact-holder {
		padding-right: 0;
	}

	.footer .contact-holder h2 {
		padding-right: 0;
	}

	.footer .contact-holder .btn {
		margin-right: 0;
	}

	.visual-section {
		font-size: 26.79px;
	}

	.visual-section ul li:after {
		right: -11px;
		top: 4px;
		font-size: 21px;
	}

	.js-accordion .js-content .row .accordeon-col {
		width: 100%;
		padding: 0 20px;
	}

	.title-section h1 {
		padding: 30px 50px;
	}

	.title-section h2 {
		font-size: 30px;
		padding: 20px;
	}

	.citation-section .slide-item {
		max-width: 680px;
	}

	.team-section .col {
		width: 33.3%;
	}

	.worker-popup .worker-top .worker-image {
		width: 100%;
		text-align: center;
		padding-right: 0;
	}

	.worker-popup .worker-top .worker-info {
		width: 100%;
		text-align: center;
		padding-left: 0;
	}

	.worker-popup cite {
		padding: 0 30px;
	}

	.worker-popup cite:before {
		width: 20px;
		height: 15px;
		top: 4px;
	}

	.worker-popup cite:after {
		width: 20px;
		height: 15px;
		top: 4px;
	}

	.clients-section .col {
		width: calc(50% + 1px);
	}

	.clients-section .col .overlay {
		padding: 15px;
	}

	.content-creation-section .post-holder {
		height: 280px;
	}

	.content-creation-section .overlay i {
		font-size: 24px;
		width: 40px;
		height: 40px;
	}

	.content-creation-section .overlay {
		padding: 15px;
	}

	.content .content-block .col {
		margin-bottom: 80px;
	}

	.content .content-block .post-img {
		width: 100%;
	}

	.content .content-block .post-content {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.content #sidebar {
		padding: 0 20px;
	}

	.content #sidebar .post-img {
		width: 100%;
	}

	.content #sidebar .post-content {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.content #sidebar .post-content .short-text {
		padding-right: 0;
	}

	.post-slider .slide-item {
		width: 600px !important;
		height: 400px;
	}

	.image-block .container {
		padding: 0 20px;
	}

	.image-block .row {
		margin: 0 -10px;
	}

	.image-block .big-image {
		margin-bottom: 20px;
	}

	.image-block .col {
		padding: 0 10px;
	}

	.image-block .col-1 {
		padding: 0 10px;
	}

	.result-content {
		padding-top: 130px;
	}

	.result-content .post,
	.result-content .content_creation,
	.result-content .press,
	.result-content .clients,
	.result-content .page,
	.result-content .events {
		margin-bottom: 50px;
	}

	.result-content .clients .post-img {
		width: 100%;
	}

	.result-content .clients .post-content {
		width: 100%;
	}

	.result-content .post-img {
		width: 100%;
	}

	.result-content .post-content {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		font-size: 18px;
		padding: 3px 15px;
	}

	.press-taxonomy h2,
	.clients-taxonomy h2 {
		font-size: 26px;
		min-width: auto;
		padding-bottom: 0;
	}

	.press-taxonomy h2 a,
	.clients-taxonomy h2 a {
		padding: 20px;
	}

	.press-taxonomy h2 a:before,
	.clients-taxonomy h2 a:before {
		bottom: 8px;
	}

	.press-taxonomy.clients-taxonomy h2,
	.clients-taxonomy.clients-taxonomy h2 {
		padding-bottom: 0;
	}

	.press-taxonomy.clients-taxonomy h2 a:before,
	.clients-taxonomy.clients-taxonomy h2 a:before {
		bottom: 8px;
	}

	.press-content .col {
		width: 33.3%;
	}

	.press-section .press-content {
		width: 100%;
		margin-bottom: 15px;
		border-right: 0;
		padding-right: 0;
	}

	.press-section .right-section {
		width: 90%;
		padding-left: 0;
		margin-bottom: 15px;
	}

	.clients-content .main-slider .clients .clients-content {
		width: 100%;
		padding-right: 0;
		border-right: 0;
	}

	.clients-content .main-slider .clients .clients-right {
		width: 100%;
		padding: 0;
	}

	.clients-content .main-slider .clients .clients-right .slide-item {
		height: 210px;
	}
}

@media all and (max-width: 800px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs > ul > li {
		max-width: calc(100% - 10px);
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.header {
		top: 0;
	}

	.footer {
		padding: 30px 0;
	}

	.footer .col-1 {
		width: 100%;
		margin-bottom: 30px;
	}

	.footer .col-1 h2 {
		font-size: 22px;
	}

	.footer .subscribe-holder p {
		margin-bottom: 15px;
	}

	.footer .menu-footer {
		display: block;
		-webkit-columns: 2;
		columns: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}

	.footer .menu-footer li {
		float: none;
		width: auto;
		padding: 0 10px;
		margin-bottom: 11px;
	}

	body {
		font-size: 14px;
	}

	h1 {
		font-size: 34px;
	}

	h2 {
		font-size: 26px;
	}

	h3 {
		font-size: 22px;
	}

	.btn {
		padding: 6px 15px;
		font-size: 16px;
	}

	.section:not(.main-section) {
		height: auto !important;
	}

	.section.video-section {
		height: 100vh !important;
	}

	.main-section .cities {
		padding-bottom: 15px;
	}

	.main-section .cities li:after {
		display: none;
	}

	.main-section .links-holder {
		margin: 0;
		padding-top: 15px;
		font-size: 20px;
	}

	.main-section .links-holder li:after {
		top: 0;
		right: -10px;
	}

	.visual-section {
		padding: 100px 0;
	}

	.visual-section ul {
		margin: 0;
		padding-top: 15px;
		font-size: 20px;
	}

	.visual-section ul li {
		padding: 0 20px;
		display: block;
	}

	.visual-section ul li:after {
		display: none;
	}

	.js-accordion {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: auto !important;
	}

	.js-accordion .js-item {
		width: 100%;
		height: auto !important;
	}

	.js-accordion .js-content {
		width: 100vw;
		background-position: center;
		padding: 20px 0;
		height: auto !important;
	}

	.js-accordion .js-content .row .accordeon-col span {
		font-size: 16px;
	}

	.js-accordion .js-content .row .accordeon-col .btn {
		border-width: 2px;
		min-width: auto;
		font-size: 16px;
	}

	.js-accordion .js-preview {
		top: calc(50% - 21px);
	}

	.js-accordion .js-preview .js-opener:before {
		width: 146px;
		height: 66px;
	}

	.js-accordion .js-preview .js-opener {
		width: 130px;
		height: 50px;
		font-size: 18px;
	}

	.js-accordion .js-active {
		width: 100%;
	}

	.title-section {
		padding-top: 180px;
		height: auto;
	}

	.title-section.title h1 {
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.title-section .col {
		padding: 0;
	}

	.title-section h1 {
		padding: 15px 30px;
		max-width: 300px;
	}

	.title-section h1:before {
		top: -8px;
		bottom: -8px;
		left: -8px;
		right: -8px;
	}

	.title-section h2 {
		padding: 15px;
		min-width: auto;
		font-size: 26px;
	}

	.title-section h2:before {
		top: -8px;
		bottom: -8px;
		left: -8px;
		right: -8px;
	}

	.title-section .col-1 {
		width: 100%;
		margin-bottom: 30px;
	}

	.background-section .sub-holder span {
		font-size: 18px;
		margin-bottom: 15px;
		display: inline-block;
	}

	.background-section .sub-holder .btn {
		min-width: auto;
	}

	.citation-section {
		padding: 30px 0 45px;
	}

	.citation-section .slick-arrow {
		display: none !important;
	}

	.citation-section .slick-dots {
		bottom: -30px;
	}

	.citation-section cite {
		padding: 0 30px;
		font-size: 18px;
	}

	.citation-section cite:before {
		left: 0;
		width: 25px;
		height: 16px;
	}

	.citation-section cite:after {
		right: 0;
		width: 25px;
		height: 16px;
	}

	.team-section .col {
		width: 50%;
	}

	.worker-popup {
		padding: 30px 15px;
	}

	.worker-popup .fancybox-close-small {
		top: 10px;
		right: 10px;
		width: 25px;
		height: 25px;
	}

	.worker-popup .fancybox-close-small:after {
		font-size: 20px;
		top: 0;
		left: 0;
	}

	.worker-popup .col-1 {
		width: 100%;
		padding: 0;
	}

	.worker-popup .col-2 {
		width: 100%;
		padding: 0;
	}

	.worker-popup .worker-top {
		padding-top: 0;
		margin-bottom: 15px;
	}

	.worker-popup .worker-top .worker-info {
		padding-top: 10px;
	}

	.worker-popup .worker-top .worker-info h3 {
		font-size: 26px;
	}

	.worker-popup .worker-top .worker-info h4 {
		font-size: 18px;
		margin-bottom: 0;
	}

	.worker-popup cite:before {
		top: 10px;
	}

	.worker-popup cite:after {
		top: 10px;
	}

	.worker-popup .description p {
		margin-bottom: 15px;
	}

	.worker-popup .description h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.clients-section h2 {
		margin-bottom: 30px;
	}

	.clients-section .col-1 {
		margin-top: 30px;
	}

	.clients-section .col .overlay cite {
		font-size: 20px;
	}

	.clients-section .col .overlay cite:before {
		left: 0;
		width: 25px;
		height: 16px;
	}

	.clients-section .col .overlay cite:after {
		right: 0;
		width: 25px;
		height: 16px;
	}

	.content-creation-section h2 {
		margin-bottom: 15px;
	}

	.content-creation-section .col-1 {
		padding-top: 30px;
		margin-bottom: 30px;
	}

	.content-creation-section .col-1 img {
		margin-bottom: 15px;
	}

	.content-creation-section .anchor {
		font-size: 30px;
	}

	.content-creation-section .col {
		width: 50%;
	}

	.contact {
		padding: 30px 0;
	}

	.contact h2 {
		font-size: 26px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.contact .wpcf7-form {
		margin-bottom: 15px;
	}

	.contact .wpcf7-form .txt {
		margin-bottom: 30px;
	}

	.contact .wpcf7-form .g-recaptcha {
		margin-bottom: 30px;
		-webkit-transform: scale(.93);
		-ms-transform: scale(.93);
		transform: scale(.93);
		-webkit-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
	}

	.contact .wpcf7-form label {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.contact .wpcf7-form input[type="text"],
	.contact .wpcf7-form input[type="tel"],
	.contact .wpcf7-form input[type="email"],
	.contact .wpcf7-form input[type="search"],
	.contact .wpcf7-form input[type="password"],
	.contact .wpcf7-form input[type="url"],
	.contact .wpcf7-form textarea,
	.contact .wpcf7-form .jcf-select {
		margin-top: 0;
	}

	.contact .wpcf7-form textarea {
		margin-bottom: 15px;
		height: 100px;
	}

	.contact .wpcf7-form .jcf-select .jcf-select-text {
		font-size: 14px;
	}

	.contact .wpcf7-form .btn {
		padding: 6px 15px;
		width: auto;
		min-width: 100px;
	}

	.contact .wpcf7-form .form-group label {
		width: 100%;
	}

	.jcf-list {
		font-size: 14px;
	}

	.contact-directly {
		padding: 15px 0 30px;
	}

	.contact-directly h2 {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.contact-directly .col-1 .directly-item i {
		font-size: 16px;
		height: 16px;
	}

	.contact-directly .col-1 .directly-item span {
		padding-left: 10px;
	}

	.feature-post,
	.mini-title-section {
		padding-top: 100px;
		padding-bottom: 30px;
	}

	.feature-post h2,
	.feature-post h1,
	.mini-title-section h2,
	.mini-title-section h1 {
		font-size: 30px;
	}

	.content {
		padding-top: 30px;
	}

	.content h3 {
		margin-bottom: 30px;
	}

	.content .content-block {
		width: 100%;
	}

	.content .content-block .col {
		margin-bottom: 30px;
	}

	.content .content-block .post-content h4 {
		font-size: 18px;
	}

	.content .content-block .post-content .date {
		font-size: 13px;
		margin-bottom: 5px;
	}

	.content .content-block .post-content .btn {
		font-size: 16px;
		padding: 3px 20px;
	}

	.content #sidebar {
		width: 100%;
	}

	.content #sidebar .widget {
		padding-bottom: 30px;
	}

	.content #sidebar .col {
		margin-bottom: 30px;
	}

	.content #sidebar .post-content {
		font-size: 14px;
	}

	.content #sidebar .post-content h4 {
		font-size: 16px;
	}

	.content #sidebar .post-content .date {
		font-size: 13px;
	}

	.content #sidebar .post-content .link {
		font-size: 14px;
	}

	.content #sidebar .widget_categories {
		padding-right: 0;
	}

	.content #sidebar .widget_categories h3 {
		margin-bottom: 15px;
	}

	.content #sidebar .widget_categories ul {
		margin: 0 -15px;
		font-size: 16px;
	}

	.content #sidebar .widget_categories ul li {
		padding: 0 15px -10px;
	}

	.search-form {
		width: 260px;
		margin-bottom: 30px;
	}

	.search-form input[type="search"] {
		padding: 0 30px 0 45px;
		font-size: 16px;
		height: 40px;
	}

	.search-form button {
		font-size: 22px;
		top: 5px;
		left: 15px;
	}

	.mini-title-section {
		min-height: 100%;
	}

	.post-slider {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.post-slider .slide-item {
		width: 100% !important;
		height: 250px;
	}

	.post-slider .slick-arrow {
		display: none !important;
	}

	.post-slider .slick-dots {
		bottom: -20px;
	}

	.post,
	.content_creation,
	.events {
		padding: 30px 0;
	}

	.post .meta-info,
	.content_creation .meta-info,
	.events .meta-info {
		margin-bottom: 15px;
	}

	.post p,
	.content_creation p,
	.events p {
		margin-bottom: 15px;
	}

	.respond label {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.respond input[type="submit"] {
		padding: 6px 15px;
		width: auto;
		min-width: 100px;
	}

	.image-block {
		padding: 15px 0 30px;
	}

	.image-block .small-image {
		margin-bottom: 20px;
		text-align: center;
	}

	.image-block .col-1 {
		width: 100%;
	}

	.result-content {
		padding-top: 100px;
	}

	.result-content h1 {
		margin-bottom: 15px;
		font-size: 34px;
	}

	.result-content .col-1 {
		width: 100%;
	}

	.result-content .post,
	.result-content .content_creation,
	.result-content .press,
	.result-content .clients,
	.result-content .page,
	.result-content .events {
		margin-bottom: 30px;
	}

	.result-content .post-content h4 {
		font-size: 18px;
	}

	.result-content .post-content .short-text {
		margin-bottom: 15px;
	}

	.result-content .post-content .date {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.result-content .post-content .btn {
		font-size: 16px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		font-size: 12px;
		padding: 2px 8px;
	}

	.press-taxonomy,
	.clients-taxonomy {
		padding-top: 120px;
	}

	.press-taxonomy .col,
	.clients-taxonomy .col {
		width: 100%;
		margin-bottom: 30px;
	}

	.press-taxonomy h2,
	.clients-taxonomy h2 {
		min-width: auto;
		font-size: 20px;
	}

	.press-taxonomy h2:before,
	.clients-taxonomy h2:before {
		top: -8px;
		bottom: -8px;
		left: -8px;
		right: -8px;
	}

	.press-taxonomy h2 a,
	.clients-taxonomy h2 a {
		padding: 15px;
	}

	.press-content .col {
		width: 50%;
	}

	.press-section {
		padding: 30px 0 10px;
		min-height: 100%;
	}

	.press-section .back-link {
		margin-bottom: 15px;
	}

	.press-section .back-link a {
		font-size: 16px;
	}

	.press-section .col {
		margin-bottom: 30px;
	}

	.press-section .press-slider .slick-arrow {
		right: -45px;
	}

	.press-section .press-slider .slick-dots {
		right: -30px;
	}

	.navigation-single {
		font-size: 20px;
	}

	.navigation-single .next a img,
	.navigation-single .prev a img {
		display: none;
	}

	.navigation-single .next a i,
	.navigation-single .prev a i {
		font-size: 18px;
	}

	.clients-content .tabs-slider {
		padding: 0 30px;
	}

	.clients-content .tabs-slider .slick-list {
		padding-left: 1px;
		padding-right: 1px;
	}

	.clients-content .tabs-slider .slick-arrow {
		font-size: 26px;
		top: 22px;
		padding: 0;
	}

	.clients-content .tabs-slider .slick-arrow.slick-prev {
		left: 0;
	}

	.clients-content .tabs-slider .slick-arrow.slick-next {
		right: 0;
	}

	.clients-content .tabs-slider .title h2 {
		font-size: 16px;
	}

	.clients-content .main-slider {
		padding: 15px 0 30px;
	}

	.clients-content .main-slider .clients .clients-content .image {
		margin-bottom: 15px;
	}

	.clients-content .main-slider .clients .clients-content .description p {
		margin-bottom: 15px;
	}

	.clients-content .main-slider .clients .clients-content .description .btn {
		min-width: auto;
	}

	.clients-content .main-slider .clients .clients-content h2 {
		font-size: 26px;
	}

	.clients-content .main-slider .clients .clients-right .slick-arrow {
		display: none !important;
	}

	.clients-content .main-slider .clients .clients-right .slick-dots {
		bottom: -20px;
	}
}

@media (max-width: 479px) {
	.main-section .cities li {
		display: block;
	}

	.main-section .links-holder li {
		display: block;
	}

	.main-section .links-holder li:after {
		display: none;
	}

	.team-section .col {
		width: 100%;
	}

	.clients-section .col {
		width: 100%;
		height: 300px;
		margin: 0;
		overflow: hidden;
	}

	.content-creation-section .col {
		width: 100%;
	}

	.press-content .col {
		width: 100%;
	}

	.press-section .press-content .press-description .image {
		width: 100%;
		margin: 0 auto 15px;
		text-align: center;
	}

	.press-section .press-content .press-description .description {
		padding: 0;
		width: 100%;
	}

	.press-section .press-content .press-description .description img {
		margin-bottom: 15px;
	}
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes sk-circleBounceDelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-circleBounceDelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

