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

ul:not([class]),
ol,
#nav > ul,
#nav > ul ul,
.info-tags,
.tags,
.meta,
.aims-list,
.img-blocks,
.porgram-list,
.brief-list,
.footer-nav,
.social-networks,
.slick-dots,
.breadcrumb,
.tabset,
.accordion {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

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

.visual,
.page-head,
.post .img-holder,
.project .img-holder,
.countries,
.cta-bg,
.resurces-box .img-holder,
.speaker {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

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

[class^="ico-"],
[class*=" ico-"] {
	/* 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;
}

.ico-info:before {
	content: "\e911";
}

.ico-email:before {
	content: "\e906";
}

.ico-tick:before {
	content: "\e90b";
}

.ico-close:before {
	content: "\e912";
}

.ico-arrow-left:before {
	content: "\e90a";
}

.ico-arrow-up:before {
	content: "\e90c";
}

.ico-arrow-down:before {
	content: "\e90d";
}

.ico-arrow-right:before {
	content: "\e90e";
}

.ico-play:before {
	content: "\e910";
}

.ico-arrow-normal-top:before {
	content: "\e907";
}

.ico-arrow-down2:before {
	content: "\e90f";
}

.ico-arrow-up2:before {
	content: "\e900";
}

.ico-earth:before {
	content: "\e908";
}

.ico-profile:before {
	content: "\e909";
}

.ico-share:before {
	content: "\e901";
}

.ico-arrow-thin-up:before {
	content: "\e902";
}

.ico-arrow-thin-right:before {
	content: "\e903";
}

.ico-arrow-thin-left:before {
	content: "\e904";
}

.ico-arrow-thin-down:before {
	content: "\e905";
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-lg {
	font-size: 1.3333333333em;
	line-height: .75em;
	vertical-align: -.0667em;
}

.fa-xs {
	font-size: .75em;
}

.fa-sm {
	font-size: .875em;
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

.fa-border {
	border: solid .08em #eee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(-1, -1);
	-ms-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
	filter: none;
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-500px:before {
	content: "\f26e";
}

.fa-accessible-icon:before {
	content: "\f368";
}

.fa-accusoft:before {
	content: "\f369";
}

.fa-acquisitions-incorporated:before {
	content: "\f6af";
}

.fa-ad:before {
	content: "\f641";
}

.fa-address-book:before {
	content: "\f2b9";
}

.fa-address-card:before {
	content: "\f2bb";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-adn:before {
	content: "\f170";
}

.fa-adobe:before {
	content: "\f778";
}

.fa-adversal:before {
	content: "\f36a";
}

.fa-affiliatetheme:before {
	content: "\f36b";
}

.fa-air-freshener:before {
	content: "\f5d0";
}

.fa-airbnb:before {
	content: "\f834";
}

.fa-algolia:before {
	content: "\f36c";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-alipay:before {
	content: "\f642";
}

.fa-allergies:before {
	content: "\f461";
}

.fa-amazon:before {
	content: "\f270";
}

.fa-amazon-pay:before {
	content: "\f42c";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}

.fa-amilia:before {
	content: "\f36d";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-android:before {
	content: "\f17b";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angry:before {
	content: "\f556";
}

.fa-angrycreative:before {
	content: "\f36e";
}

.fa-angular:before {
	content: "\f420";
}

.fa-ankh:before {
	content: "\f644";
}

.fa-app-store:before {
	content: "\f36f";
}

.fa-app-store-ios:before {
	content: "\f370";
}

.fa-apper:before {
	content: "\f371";
}

.fa-apple:before {
	content: "\f179";
}

.fa-apple-alt:before {
	content: "\f5d1";
}

.fa-apple-pay:before {
	content: "\f415";
}

.fa-archive:before {
	content: "\f187";
}

.fa-archway:before {
	content: "\f557";
}

.fa-arrow-alt-circle-down:before {
	content: "\f358";
}

.fa-arrow-alt-circle-left:before {
	content: "\f359";
}

.fa-arrow-alt-circle-right:before {
	content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
	content: "\f35b";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-arrows-alt-h:before {
	content: "\f337";
}

.fa-arrows-alt-v:before {
	content: "\f338";
}

.fa-artstation:before {
	content: "\f77a";
}

.fa-assistive-listening-systems:before {
	content: "\f2a2";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-asymmetrik:before {
	content: "\f372";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-atlas:before {
	content: "\f558";
}

.fa-atlassian:before {
	content: "\f77b";
}

.fa-atom:before {
	content: "\f5d2";
}

.fa-audible:before {
	content: "\f373";
}

.fa-audio-description:before {
	content: "\f29e";
}

.fa-autoprefixer:before {
	content: "\f41c";
}

.fa-avianex:before {
	content: "\f374";
}

.fa-aviato:before {
	content: "\f421";
}

.fa-award:before {
	content: "\f559";
}

.fa-aws:before {
	content: "\f375";
}

.fa-baby:before {
	content: "\f77c";
}

.fa-baby-carriage:before {
	content: "\f77d";
}

.fa-backspace:before {
	content: "\f55a";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-bacon:before {
	content: "\f7e5";
}

.fa-balance-scale:before {
	content: "\f24e";
}

.fa-balance-scale-left:before {
	content: "\f515";
}

.fa-balance-scale-right:before {
	content: "\f516";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-band-aid:before {
	content: "\f462";
}

.fa-bandcamp:before {
	content: "\f2d5";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-bars:before {
	content: "\f0c9";
}

.fa-baseball-ball:before {
	content: "\f433";
}

.fa-basketball-ball:before {
	content: "\f434";
}

.fa-bath:before {
	content: "\f2cd";
}

.fa-battery-empty:before {
	content: "\f244";
}

.fa-battery-full:before {
	content: "\f240";
}

.fa-battery-half:before {
	content: "\f242";
}

.fa-battery-quarter:before {
	content: "\f243";
}

.fa-battery-three-quarters:before {
	content: "\f241";
}

.fa-battle-net:before {
	content: "\f835";
}

.fa-bed:before {
	content: "\f236";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bezier-curve:before {
	content: "\f55b";
}

.fa-bible:before {
	content: "\f647";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-biking:before {
	content: "\f84a";
}

.fa-bimobject:before {
	content: "\f378";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-biohazard:before {
	content: "\f780";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitcoin:before {
	content: "\f379";
}

.fa-bity:before {
	content: "\f37a";
}

.fa-black-tie:before {
	content: "\f27e";
}

.fa-blackberry:before {
	content: "\f37b";
}

.fa-blender:before {
	content: "\f517";
}

.fa-blender-phone:before {
	content: "\f6b6";
}

.fa-blind:before {
	content: "\f29d";
}

.fa-blog:before {
	content: "\f781";
}

.fa-blogger:before {
	content: "\f37c";
}

.fa-blogger-b:before {
	content: "\f37d";
}

.fa-bluetooth:before {
	content: "\f293";
}

.fa-bluetooth-b:before {
	content: "\f294";
}

.fa-bold:before {
	content: "\f032";
}

.fa-bolt:before {
	content: "\f0e7";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-bone:before {
	content: "\f5d7";
}

.fa-bong:before {
	content: "\f55c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-book-dead:before {
	content: "\f6b7";
}

.fa-book-medical:before {
	content: "\f7e6";
}

.fa-book-open:before {
	content: "\f518";
}

.fa-book-reader:before {
	content: "\f5da";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-bootstrap:before {
	content: "\f836";
}

.fa-border-all:before {
	content: "\f84c";
}

.fa-border-none:before {
	content: "\f850";
}

.fa-border-style:before {
	content: "\f853";
}

.fa-bowling-ball:before {
	content: "\f436";
}

.fa-box:before {
	content: "\f466";
}

.fa-box-open:before {
	content: "\f49e";
}

.fa-boxes:before {
	content: "\f468";
}

.fa-braille:before {
	content: "\f2a1";
}

.fa-brain:before {
	content: "\f5dc";
}

.fa-bread-slice:before {
	content: "\f7ec";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-briefcase-medical:before {
	content: "\f469";
}

.fa-broadcast-tower:before {
	content: "\f519";
}

.fa-broom:before {
	content: "\f51a";
}

.fa-brush:before {
	content: "\f55d";
}

.fa-btc:before {
	content: "\f15a";
}

.fa-buffer:before {
	content: "\f837";
}

.fa-bug:before {
	content: "\f188";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-burn:before {
	content: "\f46a";
}

.fa-buromobelexperte:before {
	content: "\f37f";
}

.fa-bus:before {
	content: "\f207";
}

.fa-bus-alt:before {
	content: "\f55e";
}

.fa-business-time:before {
	content: "\f64a";
}

.fa-buy-n-large:before {
	content: "\f8a6";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-calendar:before {
	content: "\f133";
}

.fa-calendar-alt:before {
	content: "\f073";
}

.fa-calendar-check:before {
	content: "\f274";
}

.fa-calendar-day:before {
	content: "\f783";
}

.fa-calendar-minus:before {
	content: "\f272";
}

.fa-calendar-plus:before {
	content: "\f271";
}

.fa-calendar-times:before {
	content: "\f273";
}

.fa-calendar-week:before {
	content: "\f784";
}

.fa-camera:before {
	content: "\f030";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-campground:before {
	content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
	content: "\f785";
}

.fa-candy-cane:before {
	content: "\f786";
}

.fa-cannabis:before {
	content: "\f55f";
}

.fa-capsules:before {
	content: "\f46b";
}

.fa-car:before {
	content: "\f1b9";
}

.fa-car-alt:before {
	content: "\f5de";
}

.fa-car-battery:before {
	content: "\f5df";
}

.fa-car-crash:before {
	content: "\f5e1";
}

.fa-car-side:before {
	content: "\f5e4";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-caret-square-down:before {
	content: "\f150";
}

.fa-caret-square-left:before {
	content: "\f191";
}

.fa-caret-square-right:before {
	content: "\f152";
}

.fa-caret-square-up:before {
	content: "\f151";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-carrot:before {
	content: "\f787";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

.fa-cart-plus:before {
	content: "\f217";
}

.fa-cash-register:before {
	content: "\f788";
}

.fa-cat:before {
	content: "\f6be";
}

.fa-cc-amazon-pay:before {
	content: "\f42d";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-apple-pay:before {
	content: "\f416";
}

.fa-cc-diners-club:before {
	content: "\f24c";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-jcb:before {
	content: "\f24b";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-centercode:before {
	content: "\f380";
}

.fa-centos:before {
	content: "\f789";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-chair:before {
	content: "\f6c0";
}

.fa-chalkboard:before {
	content: "\f51b";
}

.fa-chalkboard-teacher:before {
	content: "\f51c";
}

.fa-charging-station:before {
	content: "\f5e7";
}

.fa-chart-area:before {
	content: "\f1fe";
}

.fa-chart-bar:before {
	content: "\f080";
}

.fa-chart-line:before {
	content: "\f201";
}

.fa-chart-pie:before {
	content: "\f200";
}

.fa-check:before {
	content: "\f00c";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-check-double:before {
	content: "\f560";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-cheese:before {
	content: "\f7ef";
}

.fa-chess:before {
	content: "\f439";
}

.fa-chess-bishop:before {
	content: "\f43a";
}

.fa-chess-board:before {
	content: "\f43c";
}

.fa-chess-king:before {
	content: "\f43f";
}

.fa-chess-knight:before {
	content: "\f441";
}

.fa-chess-pawn:before {
	content: "\f443";
}

.fa-chess-queen:before {
	content: "\f445";
}

.fa-chess-rook:before {
	content: "\f447";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-chrome:before {
	content: "\f268";
}

.fa-chromecast:before {
	content: "\f838";
}

.fa-church:before {
	content: "\f51d";
}

.fa-circle:before {
	content: "\f111";
}

.fa-circle-notch:before {
	content: "\f1ce";
}

.fa-city:before {
	content: "\f64f";
}

.fa-clinic-medical:before {
	content: "\f7f2";
}

.fa-clipboard:before {
	content: "\f328";
}

.fa-clipboard-check:before {
	content: "\f46c";
}

.fa-clipboard-list:before {
	content: "\f46d";
}

.fa-clock:before {
	content: "\f017";
}

.fa-clone:before {
	content: "\f24d";
}

.fa-closed-captioning:before {
	content: "\f20a";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-cloud-download-alt:before {
	content: "\f381";
}

.fa-cloud-meatball:before {
	content: "\f73b";
}

.fa-cloud-moon:before {
	content: "\f6c3";
}

.fa-cloud-moon-rain:before {
	content: "\f73c";
}

.fa-cloud-rain:before {
	content: "\f73d";
}

.fa-cloud-showers-heavy:before {
	content: "\f740";
}

.fa-cloud-sun:before {
	content: "\f6c4";
}

.fa-cloud-sun-rain:before {
	content: "\f743";
}

.fa-cloud-upload-alt:before {
	content: "\f382";
}

.fa-cloudscale:before {
	content: "\f383";
}

.fa-cloudsmith:before {
	content: "\f384";
}

.fa-cloudversify:before {
	content: "\f385";
}

.fa-cocktail:before {
	content: "\f561";
}

.fa-code:before {
	content: "\f121";
}

.fa-code-branch:before {
	content: "\f126";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-codiepie:before {
	content: "\f284";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cog:before {
	content: "\f013";
}

.fa-cogs:before {
	content: "\f085";
}

.fa-coins:before {
	content: "\f51e";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-comment:before {
	content: "\f075";
}

.fa-comment-alt:before {
	content: "\f27a";
}

.fa-comment-dollar:before {
	content: "\f651";
}

.fa-comment-dots:before {
	content: "\f4ad";
}

.fa-comment-medical:before {
	content: "\f7f5";
}

.fa-comment-slash:before {
	content: "\f4b3";
}

.fa-comments:before {
	content: "\f086";
}

.fa-comments-dollar:before {
	content: "\f653";
}

.fa-compact-disc:before {
	content: "\f51f";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-compress:before {
	content: "\f066";
}

.fa-compress-arrows-alt:before {
	content: "\f78c";
}

.fa-concierge-bell:before {
	content: "\f562";
}

.fa-confluence:before {
	content: "\f78d";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-contao:before {
	content: "\f26d";
}

.fa-cookie:before {
	content: "\f563";
}

.fa-cookie-bite:before {
	content: "\f564";
}

.fa-copy:before {
	content: "\f0c5";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-cotton-bureau:before {
	content: "\f89e";
}

.fa-couch:before {
	content: "\f4b8";
}

.fa-cpanel:before {
	content: "\f388";
}

.fa-creative-commons:before {
	content: "\f25e";
}

.fa-creative-commons-by:before {
	content: "\f4e7";
}

.fa-creative-commons-nc:before {
	content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
	content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
	content: "\f4ea";
}

.fa-creative-commons-nd:before {
	content: "\f4eb";
}

.fa-creative-commons-pd:before {
	content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
	content: "\f4ed";
}

.fa-creative-commons-remix:before {
	content: "\f4ee";
}

.fa-creative-commons-sa:before {
	content: "\f4ef";
}

.fa-creative-commons-sampling:before {
	content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
	content: "\f4f1";
}

.fa-creative-commons-share:before {
	content: "\f4f2";
}

.fa-creative-commons-zero:before {
	content: "\f4f3";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-critical-role:before {
	content: "\f6c9";
}

.fa-crop:before {
	content: "\f125";
}

.fa-crop-alt:before {
	content: "\f565";
}

.fa-cross:before {
	content: "\f654";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-crow:before {
	content: "\f520";
}

.fa-crown:before {
	content: "\f521";
}

.fa-crutch:before {
	content: "\f7f7";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-css3-alt:before {
	content: "\f38b";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-cut:before {
	content: "\f0c4";
}

.fa-cuttlefish:before {
	content: "\f38c";
}

.fa-d-and-d:before {
	content: "\f38d";
}

.fa-d-and-d-beyond:before {
	content: "\f6ca";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-deaf:before {
	content: "\f2a4";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-democrat:before {
	content: "\f747";
}

.fa-deploydog:before {
	content: "\f38e";
}

.fa-deskpro:before {
	content: "\f38f";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-dev:before {
	content: "\f6cc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-dharmachakra:before {
	content: "\f655";
}

.fa-dhl:before {
	content: "\f790";
}

.fa-diagnoses:before {
	content: "\f470";
}

.fa-diaspora:before {
	content: "\f791";
}

.fa-dice:before {
	content: "\f522";
}

.fa-dice-d20:before {
	content: "\f6cf";
}

.fa-dice-d6:before {
	content: "\f6d1";
}

.fa-dice-five:before {
	content: "\f523";
}

.fa-dice-four:before {
	content: "\f524";
}

.fa-dice-one:before {
	content: "\f525";
}

.fa-dice-six:before {
	content: "\f526";
}

.fa-dice-three:before {
	content: "\f527";
}

.fa-dice-two:before {
	content: "\f528";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-digital-ocean:before {
	content: "\f391";
}

.fa-digital-tachograph:before {
	content: "\f566";
}

.fa-directions:before {
	content: "\f5eb";
}

.fa-discord:before {
	content: "\f392";
}

.fa-discourse:before {
	content: "\f393";
}

.fa-divide:before {
	content: "\f529";
}

.fa-dizzy:before {
	content: "\f567";
}

.fa-dna:before {
	content: "\f471";
}

.fa-dochub:before {
	content: "\f394";
}

.fa-docker:before {
	content: "\f395";
}

.fa-dog:before {
	content: "\f6d3";
}

.fa-dollar-sign:before {
	content: "\f155";
}

.fa-dolly:before {
	content: "\f472";
}

.fa-dolly-flatbed:before {
	content: "\f474";
}

.fa-donate:before {
	content: "\f4b9";
}

.fa-door-closed:before {
	content: "\f52a";
}

.fa-door-open:before {
	content: "\f52b";
}

.fa-dot-circle:before {
	content: "\f192";
}

.fa-dove:before {
	content: "\f4ba";
}

.fa-download:before {
	content: "\f019";
}

.fa-draft2digital:before {
	content: "\f396";
}

.fa-drafting-compass:before {
	content: "\f568";
}

.fa-dragon:before {
	content: "\f6d5";
}

.fa-draw-polygon:before {
	content: "\f5ee";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-dribbble-square:before {
	content: "\f397";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-drum:before {
	content: "\f569";
}

.fa-drum-steelpan:before {
	content: "\f56a";
}

.fa-drumstick-bite:before {
	content: "\f6d7";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-dumbbell:before {
	content: "\f44b";
}

.fa-dumpster:before {
	content: "\f793";
}

.fa-dumpster-fire:before {
	content: "\f794";
}

.fa-dungeon:before {
	content: "\f6d9";
}

.fa-dyalog:before {
	content: "\f399";
}

.fa-earlybirds:before {
	content: "\f39a";
}

.fa-ebay:before {
	content: "\f4f4";
}

.fa-edge:before {
	content: "\f282";
}

.fa-edit:before {
	content: "\f044";
}

.fa-egg:before {
	content: "\f7fb";
}

.fa-eject:before {
	content: "\f052";
}

.fa-elementor:before {
	content: "\f430";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-ello:before {
	content: "\f5f1";
}

.fa-ember:before {
	content: "\f423";
}

.fa-empire:before {
	content: "\f1d1";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-envelope-open:before {
	content: "\f2b6";
}

.fa-envelope-open-text:before {
	content: "\f658";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-envira:before {
	content: "\f299";
}

.fa-equals:before {
	content: "\f52c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-erlang:before {
	content: "\f39d";
}

.fa-ethereum:before {
	content: "\f42e";
}

.fa-ethernet:before {
	content: "\f796";
}

.fa-etsy:before {
	content: "\f2d7";
}

.fa-euro-sign:before {
	content: "\f153";
}

.fa-evernote:before {
	content: "\f839";
}

.fa-exchange-alt:before {
	content: "\f362";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-expand:before {
	content: "\f065";
}

.fa-expand-arrows-alt:before {
	content: "\f31e";
}

.fa-expeditedssl:before {
	content: "\f23e";
}

.fa-external-link-alt:before {
	content: "\f35d";
}

.fa-external-link-square-alt:before {
	content: "\f360";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-dropper:before {
	content: "\f1fb";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-facebook:before {
	content: "\f09a";
}

.fa-facebook-f:before {
	content: "\f39e";
}

.fa-facebook-messenger:before {
	content: "\f39f";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-fan:before {
	content: "\f863";
}

.fa-fantasy-flight-games:before {
	content: "\f6dc";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-feather:before {
	content: "\f52d";
}

.fa-feather-alt:before {
	content: "\f56b";
}

.fa-fedex:before {
	content: "\f797";
}

.fa-fedora:before {
	content: "\f798";
}

.fa-female:before {
	content: "\f182";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-figma:before {
	content: "\f799";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-alt:before {
	content: "\f15c";
}

.fa-file-archive:before {
	content: "\f1c6";
}

.fa-file-audio:before {
	content: "\f1c7";
}

.fa-file-code:before {
	content: "\f1c9";
}

.fa-file-contract:before {
	content: "\f56c";
}

.fa-file-csv:before {
	content: "\f6dd";
}

.fa-file-download:before {
	content: "\f56d";
}

.fa-file-excel:before {
	content: "\f1c3";
}

.fa-file-export:before {
	content: "\f56e";
}

.fa-file-image:before {
	content: "\f1c5";
}

.fa-file-import:before {
	content: "\f56f";
}

.fa-file-invoice:before {
	content: "\f570";
}

.fa-file-invoice-dollar:before {
	content: "\f571";
}

.fa-file-medical:before {
	content: "\f477";
}

.fa-file-medical-alt:before {
	content: "\f478";
}

.fa-file-pdf:before {
	content: "\f1c1";
}

.fa-file-powerpoint:before {
	content: "\f1c4";
}

.fa-file-prescription:before {
	content: "\f572";
}

.fa-file-signature:before {
	content: "\f573";
}

.fa-file-upload:before {
	content: "\f574";
}

.fa-file-video:before {
	content: "\f1c8";
}

.fa-file-word:before {
	content: "\f1c2";
}

.fa-fill:before {
	content: "\f575";
}

.fa-fill-drip:before {
	content: "\f576";
}

.fa-film:before {
	content: "\f008";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-fingerprint:before {
	content: "\f577";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-fire-alt:before {
	content: "\f7e4";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-firefox:before {
	content: "\f269";
}

.fa-first-aid:before {
	content: "\f479";
}

.fa-first-order:before {
	content: "\f2b0";
}

.fa-first-order-alt:before {
	content: "\f50a";
}

.fa-firstdraft:before {
	content: "\f3a1";
}

.fa-fish:before {
	content: "\f578";
}

.fa-fist-raised:before {
	content: "\f6de";
}

.fa-flag:before {
	content: "\f024";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-flag-usa:before {
	content: "\f74d";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-flipboard:before {
	content: "\f44d";
}

.fa-flushed:before {
	content: "\f579";
}

.fa-fly:before {
	content: "\f417";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-minus:before {
	content: "\f65d";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-folder-plus:before {
	content: "\f65e";
}

.fa-font:before {
	content: "\f031";
}

.fa-font-awesome:before {
	content: "\f2b4";
}

.fa-font-awesome-alt:before {
	content: "\f35c";
}

.fa-font-awesome-flag:before {
	content: "\f425";
}

.fa-font-awesome-logo-full:before {
	content: "\f4e6";
}

.fa-fonticons:before {
	content: "\f280";
}

.fa-fonticons-fi:before {
	content: "\f3a2";
}

.fa-football-ball:before {
	content: "\f44e";
}

.fa-fort-awesome:before {
	content: "\f286";
}

.fa-fort-awesome-alt:before {
	content: "\f3a3";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-free-code-camp:before {
	content: "\f2c5";
}

.fa-freebsd:before {
	content: "\f3a4";
}

.fa-frog:before {
	content: "\f52e";
}

.fa-frown:before {
	content: "\f119";
}

.fa-frown-open:before {
	content: "\f57a";
}

.fa-fulcrum:before {
	content: "\f50b";
}

.fa-funnel-dollar:before {
	content: "\f662";
}

.fa-futbol:before {
	content: "\f1e3";
}

.fa-galactic-republic:before {
	content: "\f50c";
}

.fa-galactic-senate:before {
	content: "\f50d";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-gas-pump:before {
	content: "\f52f";
}

.fa-gavel:before {
	content: "\f0e3";
}

.fa-gem:before {
	content: "\f3a5";
}

.fa-genderless:before {
	content: "\f22d";
}

.fa-get-pocket:before {
	content: "\f265";
}

.fa-gg:before {
	content: "\f260";
}

.fa-gg-circle:before {
	content: "\f261";
}

.fa-ghost:before {
	content: "\f6e2";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-gifts:before {
	content: "\f79c";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-git-alt:before {
	content: "\f841";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-github:before {
	content: "\f09b";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-gitkraken:before {
	content: "\f3a6";
}

.fa-gitlab:before {
	content: "\f296";
}

.fa-gitter:before {
	content: "\f426";
}

.fa-glass-cheers:before {
	content: "\f79f";
}

.fa-glass-martini:before {
	content: "\f000";
}

.fa-glass-martini-alt:before {
	content: "\f57b";
}

.fa-glass-whiskey:before {
	content: "\f7a0";
}

.fa-glasses:before {
	content: "\f530";
}

.fa-glide:before {
	content: "\f2a5";
}

.fa-glide-g:before {
	content: "\f2a6";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-globe-africa:before {
	content: "\f57c";
}

.fa-globe-americas:before {
	content: "\f57d";
}

.fa-globe-asia:before {
	content: "\f57e";
}

.fa-globe-europe:before {
	content: "\f7a2";
}

.fa-gofore:before {
	content: "\f3a7";
}

.fa-golf-ball:before {
	content: "\f450";
}

.fa-goodreads:before {
	content: "\f3a8";
}

.fa-goodreads-g:before {
	content: "\f3a9";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-google-drive:before {
	content: "\f3aa";
}

.fa-google-play:before {
	content: "\f3ab";
}

.fa-google-plus:before {
	content: "\f2b3";
}

.fa-google-plus-g:before {
	content: "\f0d5";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-gopuram:before {
	content: "\f664";
}

.fa-graduation-cap:before {
	content: "\f19d";
}

.fa-gratipay:before {
	content: "\f184";
}

.fa-grav:before {
	content: "\f2d6";
}

.fa-greater-than:before {
	content: "\f531";
}

.fa-greater-than-equal:before {
	content: "\f532";
}

.fa-grimace:before {
	content: "\f57f";
}

.fa-grin:before {
	content: "\f580";
}

.fa-grin-alt:before {
	content: "\f581";
}

.fa-grin-beam:before {
	content: "\f582";
}

.fa-grin-beam-sweat:before {
	content: "\f583";
}

.fa-grin-hearts:before {
	content: "\f584";
}

.fa-grin-squint:before {
	content: "\f585";
}

.fa-grin-squint-tears:before {
	content: "\f586";
}

.fa-grin-stars:before {
	content: "\f587";
}

.fa-grin-tears:before {
	content: "\f588";
}

.fa-grin-tongue:before {
	content: "\f589";
}

.fa-grin-tongue-squint:before {
	content: "\f58a";
}

.fa-grin-tongue-wink:before {
	content: "\f58b";
}

.fa-grin-wink:before {
	content: "\f58c";
}

.fa-grip-horizontal:before {
	content: "\f58d";
}

.fa-grip-lines:before {
	content: "\f7a4";
}

.fa-grip-lines-vertical:before {
	content: "\f7a5";
}

.fa-grip-vertical:before {
	content: "\f58e";
}

.fa-gripfire:before {
	content: "\f3ac";
}

.fa-grunt:before {
	content: "\f3ad";
}

.fa-guitar:before {
	content: "\f7a6";
}

.fa-gulp:before {
	content: "\f3ae";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-hacker-news:before {
	content: "\f1d4";
}

.fa-hacker-news-square:before {
	content: "\f3af";
}

.fa-hackerrank:before {
	content: "\f5f7";
}

.fa-hamburger:before {
	content: "\f805";
}

.fa-hammer:before {
	content: "\f6e3";
}

.fa-hamsa:before {
	content: "\f665";
}

.fa-hand-holding:before {
	content: "\f4bd";
}

.fa-hand-holding-heart:before {
	content: "\f4be";
}

.fa-hand-holding-usd:before {
	content: "\f4c0";
}

.fa-hand-lizard:before {
	content: "\f258";
}

.fa-hand-middle-finger:before {
	content: "\f806";
}

.fa-hand-paper:before {
	content: "\f256";
}

.fa-hand-peace:before {
	content: "\f25b";
}

.fa-hand-point-down:before {
	content: "\f0a7";
}

.fa-hand-point-left:before {
	content: "\f0a5";
}

.fa-hand-point-right:before {
	content: "\f0a4";
}

.fa-hand-point-up:before {
	content: "\f0a6";
}

.fa-hand-pointer:before {
	content: "\f25a";
}

.fa-hand-rock:before {
	content: "\f255";
}

.fa-hand-scissors:before {
	content: "\f257";
}

.fa-hand-spock:before {
	content: "\f259";
}

.fa-hands:before {
	content: "\f4c2";
}

.fa-hands-helping:before {
	content: "\f4c4";
}

.fa-handshake:before {
	content: "\f2b5";
}

.fa-hanukiah:before {
	content: "\f6e6";
}

.fa-hard-hat:before {
	content: "\f807";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-hat-cowboy:before {
	content: "\f8c0";
}

.fa-hat-cowboy-side:before {
	content: "\f8c1";
}

.fa-hat-wizard:before {
	content: "\f6e8";
}

.fa-haykal:before {
	content: "\f666";
}

.fa-hdd:before {
	content: "\f0a0";
}

.fa-heading:before {
	content: "\f1dc";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-headphones-alt:before {
	content: "\f58f";
}

.fa-headset:before {
	content: "\f590";
}

.fa-heart:before {
	content: "\f004";
}

.fa-heart-broken:before {
	content: "\f7a9";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-helicopter:before {
	content: "\f533";
}

.fa-highlighter:before {
	content: "\f591";
}

.fa-hiking:before {
	content: "\f6ec";
}

.fa-hippo:before {
	content: "\f6ed";
}

.fa-hips:before {
	content: "\f452";
}

.fa-hire-a-helper:before {
	content: "\f3b0";
}

.fa-history:before {
	content: "\f1da";
}

.fa-hockey-puck:before {
	content: "\f453";
}

.fa-holly-berry:before {
	content: "\f7aa";
}

.fa-home:before {
	content: "\f015";
}

.fa-hooli:before {
	content: "\f427";
}

.fa-hornbill:before {
	content: "\f592";
}

.fa-horse:before {
	content: "\f6f0";
}

.fa-horse-head:before {
	content: "\f7ab";
}

.fa-hospital:before {
	content: "\f0f8";
}

.fa-hospital-alt:before {
	content: "\f47d";
}

.fa-hospital-symbol:before {
	content: "\f47e";
}

.fa-hot-tub:before {
	content: "\f593";
}

.fa-hotdog:before {
	content: "\f80f";
}

.fa-hotel:before {
	content: "\f594";
}

.fa-hotjar:before {
	content: "\f3b1";
}

.fa-hourglass:before {
	content: "\f254";
}

.fa-hourglass-end:before {
	content: "\f253";
}

.fa-hourglass-half:before {
	content: "\f252";
}

.fa-hourglass-start:before {
	content: "\f251";
}

.fa-house-damage:before {
	content: "\f6f1";
}

.fa-houzz:before {
	content: "\f27c";
}

.fa-hryvnia:before {
	content: "\f6f2";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-hubspot:before {
	content: "\f3b2";
}

.fa-i-cursor:before {
	content: "\f246";
}

.fa-ice-cream:before {
	content: "\f810";
}

.fa-icicles:before {
	content: "\f7ad";
}

.fa-icons:before {
	content: "\f86d";
}

.fa-id-badge:before {
	content: "\f2c1";
}

.fa-id-card:before {
	content: "\f2c2";
}

.fa-id-card-alt:before {
	content: "\f47f";
}

.fa-igloo:before {
	content: "\f7ae";
}

.fa-image:before {
	content: "\f03e";
}

.fa-images:before {
	content: "\f302";
}

.fa-imdb:before {
	content: "\f2d8";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-industry:before {
	content: "\f275";
}

.fa-infinity:before {
	content: "\f534";
}

.fa-info:before {
	content: "\f129";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-intercom:before {
	content: "\f7af";
}

.fa-internet-explorer:before {
	content: "\f26b";
}

.fa-invision:before {
	content: "\f7b0";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-italic:before {
	content: "\f033";
}

.fa-itch-io:before {
	content: "\f83a";
}

.fa-itunes:before {
	content: "\f3b4";
}

.fa-itunes-note:before {
	content: "\f3b5";
}

.fa-java:before {
	content: "\f4e4";
}

.fa-jedi:before {
	content: "\f669";
}

.fa-jedi-order:before {
	content: "\f50e";
}

.fa-jenkins:before {
	content: "\f3b6";
}

.fa-jira:before {
	content: "\f7b1";
}

.fa-joget:before {
	content: "\f3b7";
}

.fa-joint:before {
	content: "\f595";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-journal-whills:before {
	content: "\f66a";
}

.fa-js:before {
	content: "\f3b8";
}

.fa-js-square:before {
	content: "\f3b9";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-kaaba:before {
	content: "\f66b";
}

.fa-kaggle:before {
	content: "\f5fa";
}

.fa-key:before {
	content: "\f084";
}

.fa-keybase:before {
	content: "\f4f5";
}

.fa-keyboard:before {
	content: "\f11c";
}

.fa-keycdn:before {
	content: "\f3ba";
}

.fa-khanda:before {
	content: "\f66d";
}

.fa-kickstarter:before {
	content: "\f3bb";
}

.fa-kickstarter-k:before {
	content: "\f3bc";
}

.fa-kiss:before {
	content: "\f596";
}

.fa-kiss-beam:before {
	content: "\f597";
}

.fa-kiss-wink-heart:before {
	content: "\f598";
}

.fa-kiwi-bird:before {
	content: "\f535";
}

.fa-korvue:before {
	content: "\f42f";
}

.fa-landmark:before {
	content: "\f66f";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-laptop-code:before {
	content: "\f5fc";
}

.fa-laptop-medical:before {
	content: "\f812";
}

.fa-laravel:before {
	content: "\f3bd";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-laugh:before {
	content: "\f599";
}

.fa-laugh-beam:before {
	content: "\f59a";
}

.fa-laugh-squint:before {
	content: "\f59b";
}

.fa-laugh-wink:before {
	content: "\f59c";
}

.fa-layer-group:before {
	content: "\f5fd";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-lemon:before {
	content: "\f094";
}

.fa-less:before {
	content: "\f41d";
}

.fa-less-than:before {
	content: "\f536";
}

.fa-less-than-equal:before {
	content: "\f537";
}

.fa-level-down-alt:before {
	content: "\f3be";
}

.fa-level-up-alt:before {
	content: "\f3bf";
}

.fa-life-ring:before {
	content: "\f1cd";
}

.fa-lightbulb:before {
	content: "\f0eb";
}

.fa-line:before {
	content: "\f3c0";
}

.fa-link:before {
	content: "\f0c1";
}

.fa-linkedin:before {
	content: "\f08c";
}

.fa-linkedin-in:before {
	content: "\f0e1";
}

.fa-linode:before {
	content: "\f2b8";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-lira-sign:before {
	content: "\f195";
}

.fa-list:before {
	content: "\f03a";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-lock:before {
	content: "\f023";
}

.fa-lock-open:before {
	content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
	content: "\f309";
}

.fa-long-arrow-alt-left:before {
	content: "\f30a";
}

.fa-long-arrow-alt-right:before {
	content: "\f30b";
}

.fa-long-arrow-alt-up:before {
	content: "\f30c";
}

.fa-low-vision:before {
	content: "\f2a8";
}

.fa-luggage-cart:before {
	content: "\f59d";
}

.fa-lyft:before {
	content: "\f3c3";
}

.fa-magento:before {
	content: "\f3c4";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-mail-bulk:before {
	content: "\f674";
}

.fa-mailchimp:before {
	content: "\f59e";
}

.fa-male:before {
	content: "\f183";
}

.fa-mandalorian:before {
	content: "\f50f";
}

.fa-map:before {
	content: "\f279";
}

.fa-map-marked:before {
	content: "\f59f";
}

.fa-map-marked-alt:before {
	content: "\f5a0";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-map-marker-alt:before {
	content: "\f3c5";
}

.fa-map-pin:before {
	content: "\f276";
}

.fa-map-signs:before {
	content: "\f277";
}

.fa-markdown:before {
	content: "\f60f";
}

.fa-marker:before {
	content: "\f5a1";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mars-double:before {
	content: "\f227";
}

.fa-mars-stroke:before {
	content: "\f229";
}

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-mask:before {
	content: "\f6fa";
}

.fa-mastodon:before {
	content: "\f4f6";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-mdb:before {
	content: "\f8ca";
}

.fa-medal:before {
	content: "\f5a2";
}

.fa-medapps:before {
	content: "\f3c6";
}

.fa-medium:before {
	content: "\f23a";
}

.fa-medium-m:before {
	content: "\f3c7";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-medrt:before {
	content: "\f3c8";
}

.fa-meetup:before {
	content: "\f2e0";
}

.fa-megaport:before {
	content: "\f5a3";
}

.fa-meh:before {
	content: "\f11a";
}

.fa-meh-blank:before {
	content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
	content: "\f5a5";
}

.fa-memory:before {
	content: "\f538";
}

.fa-mendeley:before {
	content: "\f7b3";
}

.fa-menorah:before {
	content: "\f676";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-meteor:before {
	content: "\f753";
}

.fa-microchip:before {
	content: "\f2db";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-alt:before {
	content: "\f3c9";
}

.fa-microphone-alt-slash:before {
	content: "\f539";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-microscope:before {
	content: "\f610";
}

.fa-microsoft:before {
	content: "\f3ca";
}

.fa-minus:before {
	content: "\f068";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-mitten:before {
	content: "\f7b5";
}

.fa-mix:before {
	content: "\f3cb";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-mizuni:before {
	content: "\f3cc";
}

.fa-mobile:before {
	content: "\f10b";
}

.fa-mobile-alt:before {
	content: "\f3cd";
}

.fa-modx:before {
	content: "\f285";
}

.fa-monero:before {
	content: "\f3d0";
}

.fa-money-bill:before {
	content: "\f0d6";
}

.fa-money-bill-alt:before {
	content: "\f3d1";
}

.fa-money-bill-wave:before {
	content: "\f53a";
}

.fa-money-bill-wave-alt:before {
	content: "\f53b";
}

.fa-money-check:before {
	content: "\f53c";
}

.fa-money-check-alt:before {
	content: "\f53d";
}

.fa-monument:before {
	content: "\f5a6";
}

.fa-moon:before {
	content: "\f186";
}

.fa-mortar-pestle:before {
	content: "\f5a7";
}

.fa-mosque:before {
	content: "\f678";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-mountain:before {
	content: "\f6fc";
}

.fa-mouse:before {
	content: "\f8cc";
}

.fa-mouse-pointer:before {
	content: "\f245";
}

.fa-mug-hot:before {
	content: "\f7b6";
}

.fa-music:before {
	content: "\f001";
}

.fa-napster:before {
	content: "\f3d2";
}

.fa-neos:before {
	content: "\f612";
}

.fa-network-wired:before {
	content: "\f6ff";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-newspaper:before {
	content: "\f1ea";
}

.fa-nimblr:before {
	content: "\f5a8";
}

.fa-node:before {
	content: "\f419";
}

.fa-node-js:before {
	content: "\f3d3";
}

.fa-not-equal:before {
	content: "\f53e";
}

.fa-notes-medical:before {
	content: "\f481";
}

.fa-npm:before {
	content: "\f3d4";
}

.fa-ns8:before {
	content: "\f3d5";
}

.fa-nutritionix:before {
	content: "\f3d6";
}

.fa-object-group:before {
	content: "\f247";
}

.fa-object-ungroup:before {
	content: "\f248";
}

.fa-odnoklassniki:before {
	content: "\f263";
}

.fa-odnoklassniki-square:before {
	content: "\f264";
}

.fa-oil-can:before {
	content: "\f613";
}

.fa-old-republic:before {
	content: "\f510";
}

.fa-om:before {
	content: "\f679";
}

.fa-opencart:before {
	content: "\f23d";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-opera:before {
	content: "\f26a";
}

.fa-optin-monster:before {
	content: "\f23c";
}

.fa-orcid:before {
	content: "\f8d2";
}

.fa-osi:before {
	content: "\f41a";
}

.fa-otter:before {
	content: "\f700";
}

.fa-outdent:before {
	content: "\f03b";
}

.fa-page4:before {
	content: "\f3d7";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-pager:before {
	content: "\f815";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-paint-roller:before {
	content: "\f5aa";
}

.fa-palette:before {
	content: "\f53f";
}

.fa-palfed:before {
	content: "\f3d8";
}

.fa-pallet:before {
	content: "\f482";
}

.fa-paper-plane:before {
	content: "\f1d8";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-parachute-box:before {
	content: "\f4cd";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-parking:before {
	content: "\f540";
}

.fa-passport:before {
	content: "\f5ab";
}

.fa-pastafarianism:before {
	content: "\f67b";
}

.fa-paste:before {
	content: "\f0ea";
}

.fa-patreon:before {
	content: "\f3d9";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-pause-circle:before {
	content: "\f28b";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-peace:before {
	content: "\f67c";
}

.fa-pen:before {
	content: "\f304";
}

.fa-pen-alt:before {
	content: "\f305";
}

.fa-pen-fancy:before {
	content: "\f5ac";
}

.fa-pen-nib:before {
	content: "\f5ad";
}

.fa-pen-square:before {
	content: "\f14b";
}

.fa-pencil-alt:before {
	content: "\f303";
}

.fa-pencil-ruler:before {
	content: "\f5ae";
}

.fa-penny-arcade:before {
	content: "\f704";
}

.fa-people-carry:before {
	content: "\f4ce";
}

.fa-pepper-hot:before {
	content: "\f816";
}

.fa-percent:before {
	content: "\f295";
}

.fa-percentage:before {
	content: "\f541";
}

.fa-periscope:before {
	content: "\f3da";
}

.fa-person-booth:before {
	content: "\f756";
}

.fa-phabricator:before {
	content: "\f3db";
}

.fa-phoenix-framework:before {
	content: "\f3dc";
}

.fa-phoenix-squadron:before {
	content: "\f511";
}

.fa-phone:before {
	content: "\f095";
}

.fa-phone-alt:before {
	content: "\f879";
}

.fa-phone-slash:before {
	content: "\f3dd";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-phone-square-alt:before {
	content: "\f87b";
}

.fa-phone-volume:before {
	content: "\f2a0";
}

.fa-photo-video:before {
	content: "\f87c";
}

.fa-php:before {
	content: "\f457";
}

.fa-pied-piper:before {
	content: "\f2ae";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-pied-piper-hat:before {
	content: "\f4e5";
}

.fa-pied-piper-pp:before {
	content: "\f1a7";
}

.fa-piggy-bank:before {
	content: "\f4d3";
}

.fa-pills:before {
	content: "\f484";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-pizza-slice:before {
	content: "\f818";
}

.fa-place-of-worship:before {
	content: "\f67f";
}

.fa-plane:before {
	content: "\f072";
}

.fa-plane-arrival:before {
	content: "\f5af";
}

.fa-plane-departure:before {
	content: "\f5b0";
}

.fa-play:before {
	content: "\f04b";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-playstation:before {
	content: "\f3df";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-plus:before {
	content: "\f067";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-podcast:before {
	content: "\f2ce";
}

.fa-poll:before {
	content: "\f681";
}

.fa-poll-h:before {
	content: "\f682";
}

.fa-poo:before {
	content: "\f2fe";
}

.fa-poo-storm:before {
	content: "\f75a";
}

.fa-poop:before {
	content: "\f619";
}

.fa-portrait:before {
	content: "\f3e0";
}

.fa-pound-sign:before {
	content: "\f154";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-pray:before {
	content: "\f683";
}

.fa-praying-hands:before {
	content: "\f684";
}

.fa-prescription:before {
	content: "\f5b1";
}

.fa-prescription-bottle:before {
	content: "\f485";
}

.fa-prescription-bottle-alt:before {
	content: "\f486";
}

.fa-print:before {
	content: "\f02f";
}

.fa-procedures:before {
	content: "\f487";
}

.fa-product-hunt:before {
	content: "\f288";
}

.fa-project-diagram:before {
	content: "\f542";
}

.fa-pushed:before {
	content: "\f3e1";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-python:before {
	content: "\f3e2";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-question:before {
	content: "\f128";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-quidditch:before {
	content: "\f458";
}

.fa-quinscape:before {
	content: "\f459";
}

.fa-quora:before {
	content: "\f2c4";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-quran:before {
	content: "\f687";
}

.fa-r-project:before {
	content: "\f4f7";
}

.fa-radiation:before {
	content: "\f7b9";
}

.fa-radiation-alt:before {
	content: "\f7ba";
}

.fa-rainbow:before {
	content: "\f75b";
}

.fa-random:before {
	content: "\f074";
}

.fa-raspberry-pi:before {
	content: "\f7bb";
}

.fa-ravelry:before {
	content: "\f2d9";
}

.fa-react:before {
	content: "\f41b";
}

.fa-reacteurope:before {
	content: "\f75d";
}

.fa-readme:before {
	content: "\f4d5";
}

.fa-rebel:before {
	content: "\f1d0";
}

.fa-receipt:before {
	content: "\f543";
}

.fa-record-vinyl:before {
	content: "\f8d9";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-red-river:before {
	content: "\f3e3";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-alien:before {
	content: "\f281";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-redhat:before {
	content: "\f7bc";
}

.fa-redo:before {
	content: "\f01e";
}

.fa-redo-alt:before {
	content: "\f2f9";
}

.fa-registered:before {
	content: "\f25d";
}

.fa-remove-format:before {
	content: "\f87d";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-reply:before {
	content: "\f3e5";
}

.fa-reply-all:before {
	content: "\f122";
}

.fa-replyd:before {
	content: "\f3e6";
}

.fa-republican:before {
	content: "\f75e";
}

.fa-researchgate:before {
	content: "\f4f8";
}

.fa-resolving:before {
	content: "\f3e7";
}

.fa-restroom:before {
	content: "\f7bd";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-rev:before {
	content: "\f5b2";
}

.fa-ribbon:before {
	content: "\f4d6";
}

.fa-ring:before {
	content: "\f70b";
}

.fa-road:before {
	content: "\f018";
}

.fa-robot:before {
	content: "\f544";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-rocketchat:before {
	content: "\f3e8";
}

.fa-rockrms:before {
	content: "\f3e9";
}

.fa-route:before {
	content: "\f4d7";
}

.fa-rss:before {
	content: "\f09e";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-ruble-sign:before {
	content: "\f158";
}

.fa-ruler:before {
	content: "\f545";
}

.fa-ruler-combined:before {
	content: "\f546";
}

.fa-ruler-horizontal:before {
	content: "\f547";
}

.fa-ruler-vertical:before {
	content: "\f548";
}

.fa-running:before {
	content: "\f70c";
}

.fa-rupee-sign:before {
	content: "\f156";
}

.fa-sad-cry:before {
	content: "\f5b3";
}

.fa-sad-tear:before {
	content: "\f5b4";
}

.fa-safari:before {
	content: "\f267";
}

.fa-salesforce:before {
	content: "\f83b";
}

.fa-sass:before {
	content: "\f41e";
}

.fa-satellite:before {
	content: "\f7bf";
}

.fa-satellite-dish:before {
	content: "\f7c0";
}

.fa-save:before {
	content: "\f0c7";
}

.fa-schlix:before {
	content: "\f3ea";
}

.fa-school:before {
	content: "\f549";
}

.fa-screwdriver:before {
	content: "\f54a";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-scroll:before {
	content: "\f70e";
}

.fa-sd-card:before {
	content: "\f7c2";
}

.fa-search:before {
	content: "\f002";
}

.fa-search-dollar:before {
	content: "\f688";
}

.fa-search-location:before {
	content: "\f689";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-searchengin:before {
	content: "\f3eb";
}

.fa-seedling:before {
	content: "\f4d8";
}

.fa-sellcast:before {
	content: "\f2da";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-server:before {
	content: "\f233";
}

.fa-servicestack:before {
	content: "\f3ec";
}

.fa-shapes:before {
	content: "\f61f";
}

.fa-share:before {
	content: "\f064";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-shekel-sign:before {
	content: "\f20b";
}

.fa-shield-alt:before {
	content: "\f3ed";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-shipping-fast:before {
	content: "\f48b";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-shoe-prints:before {
	content: "\f54b";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-basket:before {
	content: "\f291";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-shopware:before {
	content: "\f5b5";
}

.fa-shower:before {
	content: "\f2cc";
}

.fa-shuttle-van:before {
	content: "\f5b6";
}

.fa-sign:before {
	content: "\f4d9";
}

.fa-sign-in-alt:before {
	content: "\f2f6";
}

.fa-sign-language:before {
	content: "\f2a7";
}

.fa-sign-out-alt:before {
	content: "\f2f5";
}

.fa-signal:before {
	content: "\f012";
}

.fa-signature:before {
	content: "\f5b7";
}

.fa-sim-card:before {
	content: "\f7c4";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-sistrix:before {
	content: "\f3ee";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-sith:before {
	content: "\f512";
}

.fa-skating:before {
	content: "\f7c5";
}

.fa-sketch:before {
	content: "\f7c6";
}

.fa-skiing:before {
	content: "\f7c9";
}

.fa-skiing-nordic:before {
	content: "\f7ca";
}

.fa-skull:before {
	content: "\f54c";
}

.fa-skull-crossbones:before {
	content: "\f714";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-slack:before {
	content: "\f198";
}

.fa-slack-hash:before {
	content: "\f3ef";
}

.fa-slash:before {
	content: "\f715";
}

.fa-sleigh:before {
	content: "\f7cc";
}

.fa-sliders-h:before {
	content: "\f1de";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-smile:before {
	content: "\f118";
}

.fa-smile-beam:before {
	content: "\f5b8";
}

.fa-smile-wink:before {
	content: "\f4da";
}

.fa-smog:before {
	content: "\f75f";
}

.fa-smoking:before {
	content: "\f48d";
}

.fa-smoking-ban:before {
	content: "\f54d";
}

.fa-sms:before {
	content: "\f7cd";
}

.fa-snapchat:before {
	content: "\f2ab";
}

.fa-snapchat-ghost:before {
	content: "\f2ac";
}

.fa-snapchat-square:before {
	content: "\f2ad";
}

.fa-snowboarding:before {
	content: "\f7ce";
}

.fa-snowflake:before {
	content: "\f2dc";
}

.fa-snowman:before {
	content: "\f7d0";
}

.fa-snowplow:before {
	content: "\f7d2";
}

.fa-socks:before {
	content: "\f696";
}

.fa-solar-panel:before {
	content: "\f5ba";
}

.fa-sort:before {
	content: "\f0dc";
}

.fa-sort-alpha-down:before {
	content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
	content: "\f881";
}

.fa-sort-alpha-up:before {
	content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
	content: "\f882";
}

.fa-sort-amount-down:before {
	content: "\f160";
}

.fa-sort-amount-down-alt:before {
	content: "\f884";
}

.fa-sort-amount-up:before {
	content: "\f161";
}

.fa-sort-amount-up-alt:before {
	content: "\f885";
}

.fa-sort-down:before {
	content: "\f0dd";
}

.fa-sort-numeric-down:before {
	content: "\f162";
}

.fa-sort-numeric-down-alt:before {
	content: "\f886";
}

.fa-sort-numeric-up:before {
	content: "\f163";
}

.fa-sort-numeric-up-alt:before {
	content: "\f887";
}

.fa-sort-up:before {
	content: "\f0de";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-sourcetree:before {
	content: "\f7d3";
}

.fa-spa:before {
	content: "\f5bb";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-speakap:before {
	content: "\f3f3";
}

.fa-speaker-deck:before {
	content: "\f83c";
}

.fa-spell-check:before {
	content: "\f891";
}

.fa-spider:before {
	content: "\f717";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-splotch:before {
	content: "\f5bc";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-spray-can:before {
	content: "\f5bd";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-square-full:before {
	content: "\f45c";
}

.fa-square-root-alt:before {
	content: "\f698";
}

.fa-squarespace:before {
	content: "\f5be";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-stackpath:before {
	content: "\f842";
}

.fa-stamp:before {
	content: "\f5bf";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-and-crescent:before {
	content: "\f699";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-star-half-alt:before {
	content: "\f5c0";
}

.fa-star-of-david:before {
	content: "\f69a";
}

.fa-star-of-life:before {
	content: "\f621";
}

.fa-staylinked:before {
	content: "\f3f5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-steam-symbol:before {
	content: "\f3f6";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-sticker-mule:before {
	content: "\f3f7";
}

.fa-sticky-note:before {
	content: "\f249";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-stop-circle:before {
	content: "\f28d";
}

.fa-stopwatch:before {
	content: "\f2f2";
}

.fa-store:before {
	content: "\f54e";
}

.fa-store-alt:before {
	content: "\f54f";
}

.fa-strava:before {
	content: "\f428";
}

.fa-stream:before {
	content: "\f550";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-stripe:before {
	content: "\f429";
}

.fa-stripe-s:before {
	content: "\f42a";
}

.fa-stroopwafel:before {
	content: "\f551";
}

.fa-studiovinari:before {
	content: "\f3f8";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-subway:before {
	content: "\f239";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-suitcase-rolling:before {
	content: "\f5c1";
}

.fa-sun:before {
	content: "\f185";
}

.fa-superpowers:before {
	content: "\f2dd";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-supple:before {
	content: "\f3f9";
}

.fa-surprise:before {
	content: "\f5c2";
}

.fa-suse:before {
	content: "\f7d6";
}

.fa-swatchbook:before {
	content: "\f5c3";
}

.fa-swift:before {
	content: "\f8e1";
}

.fa-swimmer:before {
	content: "\f5c4";
}

.fa-swimming-pool:before {
	content: "\f5c5";
}

.fa-symfony:before {
	content: "\f83d";
}

.fa-synagogue:before {
	content: "\f69b";
}

.fa-sync:before {
	content: "\f021";
}

.fa-sync-alt:before {
	content: "\f2f1";
}

.fa-syringe:before {
	content: "\f48e";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-table-tennis:before {
	content: "\f45d";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-tablet-alt:before {
	content: "\f3fa";
}

.fa-tablets:before {
	content: "\f490";
}

.fa-tachometer-alt:before {
	content: "\f3fd";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-tape:before {
	content: "\f4db";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-taxi:before {
	content: "\f1ba";
}

.fa-teamspeak:before {
	content: "\f4f9";
}

.fa-teeth:before {
	content: "\f62e";
}

.fa-teeth-open:before {
	content: "\f62f";
}

.fa-telegram:before {
	content: "\f2c6";
}

.fa-telegram-plane:before {
	content: "\f3fe";
}

.fa-temperature-high:before {
	content: "\f769";
}

.fa-temperature-low:before {
	content: "\f76b";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-tenge:before {
	content: "\f7d7";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-the-red-yeti:before {
	content: "\f69d";
}

.fa-theater-masks:before {
	content: "\f630";
}

.fa-themeco:before {
	content: "\f5c6";
}

.fa-themeisle:before {
	content: "\f2b2";
}

.fa-thermometer:before {
	content: "\f491";
}

.fa-thermometer-empty:before {
	content: "\f2cb";
}

.fa-thermometer-full:before {
	content: "\f2c7";
}

.fa-thermometer-half:before {
	content: "\f2c9";
}

.fa-thermometer-quarter:before {
	content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
	content: "\f2c8";
}

.fa-think-peaks:before {
	content: "\f731";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbtack:before {
	content: "\f08d";
}

.fa-ticket-alt:before {
	content: "\f3ff";
}

.fa-times:before {
	content: "\f00d";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-tint:before {
	content: "\f043";
}

.fa-tint-slash:before {
	content: "\f5c7";
}

.fa-tired:before {
	content: "\f5c8";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-toilet:before {
	content: "\f7d8";
}

.fa-toilet-paper:before {
	content: "\f71e";
}

.fa-toolbox:before {
	content: "\f552";
}

.fa-tools:before {
	content: "\f7d9";
}

.fa-tooth:before {
	content: "\f5c9";
}

.fa-torah:before {
	content: "\f6a0";
}

.fa-torii-gate:before {
	content: "\f6a1";
}

.fa-tractor:before {
	content: "\f722";
}

.fa-trade-federation:before {
	content: "\f513";
}

.fa-trademark:before {
	content: "\f25c";
}

.fa-traffic-light:before {
	content: "\f637";
}

.fa-train:before {
	content: "\f238";
}

.fa-tram:before {
	content: "\f7da";
}

.fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-trash-alt:before {
	content: "\f2ed";
}

.fa-trash-restore:before {
	content: "\f829";
}

.fa-trash-restore-alt:before {
	content: "\f82a";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-trello:before {
	content: "\f181";
}

.fa-tripadvisor:before {
	content: "\f262";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-truck-loading:before {
	content: "\f4de";
}

.fa-truck-monster:before {
	content: "\f63b";
}

.fa-truck-moving:before {
	content: "\f4df";
}

.fa-truck-pickup:before {
	content: "\f63c";
}

.fa-tshirt:before {
	content: "\f553";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-tv:before {
	content: "\f26c";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-typo3:before {
	content: "\f42b";
}

.fa-uber:before {
	content: "\f402";
}

.fa-ubuntu:before {
	content: "\f7df";
}

.fa-uikit:before {
	content: "\f403";
}

.fa-umbraco:before {
	content: "\f8e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-umbrella-beach:before {
	content: "\f5ca";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-undo:before {
	content: "\f0e2";
}

.fa-undo-alt:before {
	content: "\f2ea";
}

.fa-uniregistry:before {
	content: "\f404";
}

.fa-universal-access:before {
	content: "\f29a";
}

.fa-university:before {
	content: "\f19c";
}

.fa-unlink:before {
	content: "\f127";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-untappd:before {
	content: "\f405";
}

.fa-upload:before {
	content: "\f093";
}

.fa-ups:before {
	content: "\f7e0";
}

.fa-usb:before {
	content: "\f287";
}

.fa-user:before {
	content: "\f007";
}

.fa-user-alt:before {
	content: "\f406";
}

.fa-user-alt-slash:before {
	content: "\f4fa";
}

.fa-user-astronaut:before {
	content: "\f4fb";
}

.fa-user-check:before {
	content: "\f4fc";
}

.fa-user-circle:before {
	content: "\f2bd";
}

.fa-user-clock:before {
	content: "\f4fd";
}

.fa-user-cog:before {
	content: "\f4fe";
}

.fa-user-edit:before {
	content: "\f4ff";
}

.fa-user-friends:before {
	content: "\f500";
}

.fa-user-graduate:before {
	content: "\f501";
}

.fa-user-injured:before {
	content: "\f728";
}

.fa-user-lock:before {
	content: "\f502";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-user-minus:before {
	content: "\f503";
}

.fa-user-ninja:before {
	content: "\f504";
}

.fa-user-nurse:before {
	content: "\f82f";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-user-shield:before {
	content: "\f505";
}

.fa-user-slash:before {
	content: "\f506";
}

.fa-user-tag:before {
	content: "\f507";
}

.fa-user-tie:before {
	content: "\f508";
}

.fa-user-times:before {
	content: "\f235";
}

.fa-users:before {
	content: "\f0c0";
}

.fa-users-cog:before {
	content: "\f509";
}

.fa-usps:before {
	content: "\f7e1";
}

.fa-ussunnah:before {
	content: "\f407";
}

.fa-utensil-spoon:before {
	content: "\f2e5";
}

.fa-utensils:before {
	content: "\f2e7";
}

.fa-vaadin:before {
	content: "\f408";
}

.fa-vector-square:before {
	content: "\f5cb";
}

.fa-venus:before {
	content: "\f221";
}

.fa-venus-double:before {
	content: "\f226";
}

.fa-venus-mars:before {
	content: "\f228";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-viadeo:before {
	content: "\f2a9";
}

.fa-viadeo-square:before {
	content: "\f2aa";
}

.fa-vial:before {
	content: "\f492";
}

.fa-vials:before {
	content: "\f493";
}

.fa-viber:before {
	content: "\f409";
}

.fa-video:before {
	content: "\f03d";
}

.fa-video-slash:before {
	content: "\f4e2";
}

.fa-vihara:before {
	content: "\f6a7";
}

.fa-vimeo:before {
	content: "\f40a";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-vimeo-v:before {
	content: "\f27d";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-vk:before {
	content: "\f189";
}

.fa-vnv:before {
	content: "\f40b";
}

.fa-voicemail:before {
	content: "\f897";
}

.fa-volleyball-ball:before {
	content: "\f45f";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-mute:before {
	content: "\f6a9";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-vote-yea:before {
	content: "\f772";
}

.fa-vr-cardboard:before {
	content: "\f729";
}

.fa-vuejs:before {
	content: "\f41f";
}

.fa-walking:before {
	content: "\f554";
}

.fa-wallet:before {
	content: "\f555";
}

.fa-warehouse:before {
	content: "\f494";
}

.fa-water:before {
	content: "\f773";
}

.fa-wave-square:before {
	content: "\f83e";
}

.fa-waze:before {
	content: "\f83f";
}

.fa-weebly:before {
	content: "\f5cc";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-weight:before {
	content: "\f496";
}

.fa-weight-hanging:before {
	content: "\f5cd";
}

.fa-weixin:before {
	content: "\f1d7";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-whatsapp-square:before {
	content: "\f40c";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-whmcs:before {
	content: "\f40d";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-wikipedia-w:before {
	content: "\f266";
}

.fa-wind:before {
	content: "\f72e";
}

.fa-window-close:before {
	content: "\f410";
}

.fa-window-maximize:before {
	content: "\f2d0";
}

.fa-window-minimize:before {
	content: "\f2d1";
}

.fa-window-restore:before {
	content: "\f2d2";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-wine-bottle:before {
	content: "\f72f";
}

.fa-wine-glass:before {
	content: "\f4e3";
}

.fa-wine-glass-alt:before {
	content: "\f5ce";
}

.fa-wix:before {
	content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
	content: "\f730";
}

.fa-wolf-pack-battalion:before {
	content: "\f514";
}

.fa-won-sign:before {
	content: "\f159";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-wordpress-simple:before {
	content: "\f411";
}

.fa-wpbeginner:before {
	content: "\f297";
}

.fa-wpexplorer:before {
	content: "\f2de";
}

.fa-wpforms:before {
	content: "\f298";
}

.fa-wpressr:before {
	content: "\f3e4";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-x-ray:before {
	content: "\f497";
}

.fa-xbox:before {
	content: "\f412";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-y-combinator:before {
	content: "\f23b";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-yammer:before {
	content: "\f840";
}

.fa-yandex:before {
	content: "\f413";
}

.fa-yandex-international:before {
	content: "\f414";
}

.fa-yarn:before {
	content: "\f7e3";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-yen-sign:before {
	content: "\f157";
}

.fa-yin-yang:before {
	content: "\f6ad";
}

.fa-yoast:before {
	content: "\f2b1";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-youtube-square:before {
	content: "\f431";
}

.fa-zhihu:before {
	content: "\f63f";
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url("fonts/fa-brands-400.eot");
	src: url("fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fonts/fa-brands-400.woff2") format("woff2"), url("fonts/fa-brands-400.woff") format("woff"), url("fonts/fa-brands-400.ttf") format("truetype"), url("fonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
	font-family: "Font Awesome 5 Brands";
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url("fonts/fa-solid-900.eot");
	src: url("fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fonts/fa-solid-900.woff2") format("woff2"), url("fonts/fa-solid-900.woff") format("woff"), url("fonts/fa-solid-900.ttf") format("truetype"), url("fonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #4b4b4b;
	background: #fff;
	font: 16px/1.4 "Hind", "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.4em;
}

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

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

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

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

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

ul {
	list-style-type: disc;
}

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

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

.widget {
	margin-bottom: 1.4em;
}

.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: #ffe461;
	color: #000101;
	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.4em;
}

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

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

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

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

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

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

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

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

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

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	color: #000;
	-webkit-transition: color .25s linear, background .25s linear;
	transition: color .25s linear, background .25s linear;
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 1.3333333333;
}

.navigation .page-numbers:hover,
.navigation-comments .page-numbers:hover {
	color: #008887;
	background: #f2f2f2;
}

.navigation .page-numbers.current,
.navigation-comments .page-numbers.current {
	background: #ffe461;
	color: #000;
}

.navigation .page-numbers.next,
.navigation .page-numbers.prev,
.navigation-comments .page-numbers.next,
.navigation-comments .page-numbers.prev {
	width: auto;
	height: auto;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	text-align: center;
	border-radius: 1px;
	background: #ffe461;
	color: #000101;
	padding: 8px;
	width: auto;
	height: auto;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	color: #000101;
	background: #ffd715;
}

.navigation .nav-links,
.navigation-comments .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

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

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #ffe461;
	color: #000101;
	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 #999;
	padding: .4em;
	margin-bottom: 1.4em;
}

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

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

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

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

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

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

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

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

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

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

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;
	width: 100%;
	border: 1px solid #acacac;
	padding: 16px 12px 14px 12px;
	font-weight: 300;
	border-radius: 1px;
	text-overflow: ellipsis;
	height: 60px;
	font-size: 20px;
	line-height: 1.3;
	padding: 18px 20px;
}

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

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

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

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

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

.error input[type="text"],
.error
  input[type="tel"],
.error
  input[type="email"],
.error
  input[type="search"],
.error
  input[type="password"],
.error
  textarea {
	border-color: red;
}

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

textarea {
	resize: vertical;
	vertical-align: top;
	height: 200px;
	resize: none;
}

.btn,
button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"],
.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 1.2222222222;
	font-weight: 600;
	min-width: 160px;
	background: #ffe461;
	color: #000101;
	border: 2px solid #ffe461;
	padding: 16px 12px 14px 12px;
	text-align: center;
	border-radius: 2px;
	position: relative;
	-webkit-transition: color .25s linear, background .25s linear;
	transition: color .25s linear, background .25s linear;
}

.btn.share-btn,
button.share-btn,
input.share-btn[type="button"],
input.share-btn[type="reset"],
input.share-btn[type="file"],
input.share-btn[type="submit"],
.comment-form input.share-btn[type="submit"],
.post-password-form input.share-btn[type="submit"],
.search-form input.share-btn[type="submit"] {
	text-align: left;
	padding-left: 18px;
	padding-right: 45px;
}

.btn.share-btn i,
button.share-btn i,
input.share-btn[type="button"] i,
input.share-btn[type="reset"] i,
input.share-btn[type="file"] i,
input.share-btn[type="submit"] i,
.comment-form input.share-btn[type="submit"] i,
.post-password-form input.share-btn[type="submit"] i,
.search-form input.share-btn[type="submit"] i {
	position: absolute;
	right: 18px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 30px;
	right: 15px;
}

.btn.btn-black,
button.btn-black,
input.btn-black[type="button"],
input.btn-black[type="reset"],
input.btn-black[type="file"],
input.btn-black[type="submit"],
.comment-form input.btn-black[type="submit"],
.post-password-form input.btn-black[type="submit"],
.search-form input.btn-black[type="submit"] {
	border-color: #000;
	background: transparent;
	color: #000;
}

.btn.btn-black:hover,
button.btn-black:hover,
input.btn-black:hover[type="button"],
input.btn-black:hover[type="reset"],
input.btn-black:hover[type="file"],
input.btn-black:hover[type="submit"],
.comment-form input.btn-black:hover[type="submit"],
.post-password-form input.btn-black:hover[type="submit"],
.search-form input.btn-black:hover[type="submit"] {
	background: #000;
	color: #fff;
}

.btn.btn-info,
button.btn-info,
input.btn-info[type="button"],
input.btn-info[type="reset"],
input.btn-info[type="file"],
input.btn-info[type="submit"],
.comment-form input.btn-info[type="submit"],
.post-password-form input.btn-info[type="submit"],
.search-form input.btn-info[type="submit"] {
	border-color: #fff;
	background: transparent;
	color: #fff;
}

.btn.btn-info:hover,
button.btn-info:hover,
input.btn-info:hover[type="button"],
input.btn-info:hover[type="reset"],
input.btn-info:hover[type="file"],
input.btn-info:hover[type="submit"],
.comment-form input.btn-info:hover[type="submit"],
.post-password-form input.btn-info:hover[type="submit"],
.search-form input.btn-info:hover[type="submit"] {
	background: #fff;
	color: #4b4b4b;
}

.btn.rounded,
button.rounded,
input.rounded[type="button"],
input.rounded[type="reset"],
input.rounded[type="file"],
input.rounded[type="submit"],
.comment-form input.rounded[type="submit"],
.post-password-form input.rounded[type="submit"],
.search-form input.rounded[type="submit"] {
	border-radius: 25px;
}

.btn:hover,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="file"],
input:hover[type="submit"],
.comment-form input:hover[type="submit"],
.post-password-form input:hover[type="submit"],
.search-form input:hover[type="submit"] {
	background: #ffd715;
}

.button-wrap {
	margin: 0 -5px -10px;
}

.button-wrap .btn,
.button-wrap button,
.button-wrap input[type="button"],
.button-wrap input[type="reset"],
.button-wrap input[type="file"],
.button-wrap input[type="submit"],
.button-wrap .comment-form input[type="submit"],
.comment-form .button-wrap input[type="submit"],
.button-wrap .post-password-form input[type="submit"],
.post-password-form .button-wrap input[type="submit"],
.button-wrap .search-form input[type="submit"],
.search-form .button-wrap input[type="submit"] {
	margin: 0 5px 10px;
}

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

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	height: auto;
}

.comment-form {
	margin-bottom: 40px;
}

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

.comment-form textarea {
	height: 200px;
}

.sidebar .jcf-select {
	height: 60px;
}

.sidebar .jcf-select .jcf-select-text {
	font-size: 20px;
	line-height: 1.3;
	padding: 18px 43px 18px 16px;
}

.sidebar .jcf-select .jcf-select-opener {
	width: 40px;
}

.sidebar .jcf-select .jcf-select-opener:before {
	font-size: 12px;
}

.sidebar input[type="text"],
.sidebar input[type="tel"],
.sidebar input[type="email"],
.sidebar input[type="search"],
.sidebar input[type="password"] {
	height: 60px;
	font-size: 20px;
	line-height: 1.3;
	padding: 18px 43px 18px 16px;
}

.widget_search .search-form input[type="text"],
.widget_search .search-form input[type="search"] {
	width: calc(100% - 124px);
	height: 60px;
	font-size: 20px;
	line-height: 1.3;
	padding: 18px 43px 18px 16px;
}

.widget_search .search-form fieldset {
	width: 100%;
}

.widget_search .search-form input[type="button"],
.widget_search .search-form input[type="submit"],
.widget_search .search-form button {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 120px;
	height: 60px;
	min-width: inherit;
}

.post-password-form,
.search-form {
	margin-bottom: 20px;
}

.post-password-form input[type="password"],
.post-password-form input[type="text"],
.post-password-form input[type="search"],
.search-form input[type="password"],
.search-form input[type="text"],
.search-form input[type="search"] {
	width: calc(100% - 124px);
	height: 60px;
	max-width: 100%;
	font-size: 20px;
	line-height: 1.3;
	padding: 18px 43px 18px 16px;
}

.post-password-form fieldset,
.search-form fieldset {
	width: 100%;
}

.post-password-form input[type="button"],
.post-password-form input[type="submit"],
.post-password-form button,
.search-form input[type="button"],
.search-form input[type="submit"],
.search-form button {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 120px;
	height: 60px;
	min-width: inherit !important;
}

.custom-form .input-wrap {
	position: relative;
	margin-bottom: 15px;
}

.custom-form .input-wrap label {
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	color: #acacac;
}

.custom-form .input-wrap label i {
	font-size: 25px;
	line-height: 1;
}

.custom-form .input-wrap .jcf-select .jcf-select-text,
.custom-form .input-wrap input[type="text"],
.custom-form .input-wrap input[type="tel"],
.custom-form .input-wrap input[type="email"],
.custom-form .input-wrap input[type="search"],
.custom-form .input-wrap input[type="password"] {
	padding-left: 60px;
}

.custom-form .input-wrap .jcf-select .jcf-select-opener {
	width: 50px;
}

.custom-form .input-wrap .jcf-select .jcf-select-opener:before {
	font-size: 12px;
}

.custom-form .textarea-wrap {
	margin-bottom: 40px;
}

table {
	width: 100%;
	table-layout: fixed;
}

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

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

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

h2,
.h2 {
	font-size: 27px;
	margin-bottom: 24px;
	line-height: 1.133;
}

h3,
.h3 {
	font-size: 24px;
	line-height: 1.166;
	display: block;
}

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

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

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

p {
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0;
}

a {
	color: #008887;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
	text-decoration: none;
}

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

ul:not([class]) {
	padding-bottom: 30px;
	font-size: 16px;
	line-height: 1.25;
}

ul:not([class]):last-child {
	padding-bottom: 0;
}

ul:not([class]) ol {
	margin-bottom: 20px;
	margin-top: 20px;
	padding-left: 0;
}

ul:not([class]) ul {
	margin-top: 20px;
}

ul:not([class]) > li {
	padding-left: 35px;
	position: relative;
	margin-bottom: 16px;
}

ul:not([class]) > li:last-child {
	margin-bottom: 0;
}

ul:not([class]) > li:before {
	font-family: "icomoon";
	content: "";
	font-weight: 400 !important;
	position: absolute;
	left: 0;
	top: 2px;
	color: #08958f;
}

ul:not([class]) > li > ol {
	counter-reset: inner-item;
}

ul:not([class]) > li > ol > li:before {
	counter-increment: inner-item;
	content: counters(inner-item, ".") " ";
}

ol {
	font-size: 16px;
	line-height: 1.25;
	padding: 0 0 50px;
	counter-reset: item; /* ol{
		padding-left: 0;
		margin: 20px 0 0;
		counter-reset:item;
		li{
			&:before{
				content:counters(item, ".")" ";
				counter-increment:item;
				@include media('>=tablet'){
					@include font(24,40);
				}
			}	
		}
	}
	ul{
		li{
			padding-left: 35px;
			@include media('>=tablet'){
				padding-left: 43px;
			}
			@include media('>=desktop'){
				padding-left: 58px;
			}
			&:before{
				width: auto;
				height: auto;
				border:0;
				@include media('>=tablet'){
					@include font(24,40);
				}
			}
		}
		ol{
			li{
				padding: 6px 0 6px 51px;
				@include media('>=tablet'){
					padding: 13px 0 13px 74px;
				}
				&:before{
					position: absolute;
					left: 0;
					top: -2px;
					display: flex;
					justify-content: center;
					align-items: center;
					content:counters(item, ".")" " !important;
					//counter-increment:item;
					@include size(40px);
					border-radius: 50%;
					@include font(18,28, $font-weight-light);
					color:$gossamer;
					border:1px solid $riptide;
					@include media('>=tablet'){
						@include size(50px);
						@include font(24,40);
						top: 0;
					}
				}
			}
		}
	} */
}

ol:last-child {
	padding-bottom: 0;
}

ol ol {
	margin-bottom: 20px;
	margin-top: 20px;
	padding-left: 0;
}

ol ul:not([class]) {
	margin-top: 20px;
}

ol > li {
	padding-left: 74px;
	position: relative;
	padding: 6px 0 6px 51px;
	margin-bottom: 20px;
}

ol > li:last-child {
	margin-bottom: 0;
}

ol > li:before {
	position: absolute;
	left: 0;
	counter-increment: item;
	content: counters(item, ".") " ";
	top: -2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.5555555556;
	color: #08958f;
	border: 1px solid #91e6e2;
}

blockquote {
	font-size: 24px;
	line-height: 1.1666666667;
	border-left: 0;
	margin: 0 0 30px;
	padding: 30px 0 0;
	position: relative;
}

blockquote:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
}

blockquote:before {
	background: #91e6e2;
	width: 80px;
	height: 4px;
}

blockquote q {
	font-weight: 700;
	color: #000;
}

blockquote q:before,
blockquote q:after {
	color: #08958f;
}

blockquote cite {
	font-weight: 400;
	font-size: 90%;
}

.font-weight-light {
	font-weight: 300;
}

.font-weight-normal {
	font-weight: 400;
}

.font-weight-medium {
	font-weight: 500;
}

.font-weight-bold {
	font-weight: 700;
}

.font-weight-semibold-bold {
	font-weight: 600;
}

.font-base {
	font-family: "Hind", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.open-sans-font {
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.font-base {
	font-family: "Hind", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

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

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

/* Slick slider styles */

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
	display: block;
}

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

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

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

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

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

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

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #acacac;
	border-radius: 1px;
	background: #fff;
	margin: 0;
	min-width: 150px;
	width: 100%;
	height: 60px;
	font-weight: 300;
}

.error .jcf-select {
	border-color: red;
}

.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: 20px;
	line-height: 1.3;
	padding: 18px 43px 18px 16px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: transparent;
	width: 40px;
	bottom: 0;
	right: 0;
	top: 0;
	cursor: pointer;
}

.jcf-select .jcf-select-opener:before {
	font-family: "icomoon";
	content: "";
	font-weight: 400 !important;
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 12px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

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

/* 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;
	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;
	font-size: 18px;
	line-height: 1.2222222222;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
	padding: 0;
	margin-bottom: 0;
}

.jcf-list ul li:before {
	display: none;
}

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

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 10px 20px;
	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: #000 !important;
}

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

.fancybox-active {
	height: auto;
}

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

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

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

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

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

.fancybox-bg {
	background: #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: .9;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-slide--html {
	padding: 6px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Fix iOS */

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

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

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

/* Buttons */

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

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

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

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

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

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

/* Fix IE11 */

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

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

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

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

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

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

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

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

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

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

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

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

/* Navigation arrows */

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

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

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

/* Caption */

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

/* @supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
} */

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

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

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

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

/* Loading indicator */

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

/* Transition effects */

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

/* transitionEffect: slide */

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

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

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

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

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

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

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

/* transitionEffect: rotate */

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

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

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

/* transitionEffect: circular */

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

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

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

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

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

/* Styling for Small-Screen Devices */

/* Share */

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

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

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

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

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

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

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

/* Thumbs */

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

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

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

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

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

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

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

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

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

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

.header {
	padding: 12px 15px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	margin-left: -10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 10px 0 -10px;
}

.logo .logo-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10px;
	width: 90px;
	position: relative;
}

.logo .logo-wrap:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	left: -1px;
	right: auto;
}

.logo .logo-wrap.logo2 {
	width: 100px;
}

.logo .logo-wrap:before {
	border-left: 1px solid #d5d5d5;
}

.nav-area {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.nav-active #nav {
	max-height: 999px;
}

.nav-active #nav > ul {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

#nav {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .25s linear;
	transition: max-height .25s linear;
}

#nav > ul {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.25;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	background: #fff;
	-webkit-transition: -webkit-transform .25s linear;
	transition: -webkit-transform .25s linear;
	transition: transform .25s linear;
	transition: transform .25s linear, -webkit-transform .25s linear;
	margin-bottom: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

#nav > ul li {
	position: relative;
	padding: 0;
	margin: 0;
	border-top: 1px solid #999;
}

#nav > ul li:before {
	display: none;
}

#nav > ul li.active > a {
	color: #008887;
}

#nav > ul li.active > a:before {
	width: 100%;
}

#nav > ul li.hover ul {
	opacity: 1;
	max-height: 999px;
	visibility: visible;
}

#nav > ul a {
	color: #4b4b4b;
	padding: 0;
	position: relative;
	padding: 15px 20px;
	display: block;
}

#nav > ul a:hover {
	color: #008887;
}

#nav > ul a:hover:before {
	width: 100%;
}

#nav > ul ul {
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	background: #fff;
	left: 0;
	top: 100%;
	overflow: hidden;
	-webkit-transition: opacity .25s linear, max-height .25s linear, visibility .25s linear;
	transition: opacity .25s linear, max-height .25s linear, visibility .25s linear;
}

#nav > ul ul li {
	padding: 0;
}

#nav > ul ul li.active > a {
	color: #08958f;
}

#nav > ul ul a {
	color: #555;
	padding: 8px 50px;
	display: block;
}

#nav > ul ul a:hover {
	color: #08958f;
}

#nav > ul ul a:before {
	display: none;
}

.burger-opener {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	color: #acacac;
	font-size: 35px;
	line-height: .8;
}

.nav-opener {
	width: 25px;
	height: 24px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}

.nav-opener span,
.nav-opener:after,
.nav-opener:before {
	position: absolute;
	content: "";
	height: 4px;
	top: 0;
	left: 0;
	width: 100%;
	background: #acacac;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:hover span,
.nav-opener:hover:after,
.nav-opener:hover:before {
	background: #008887;
}

.nav-opener span {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nav-opener:after {
	bottom: 0;
	top: auto;
}

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

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

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

.burger-content {
	background: #fff;
	position: fixed;
	right: 0;
	top: 0;
	height: 100%;
	width: 300px;
	overflow-y: auto;
	margin-right: -300px;
	-webkit-transition: margin .25s linear;
	transition: margin .25s linear;
	font-size: 18px;
	line-height: 1.5555555556;
}

.burger-menu-active .burger-content {
	margin-right: 0;
}

.burger-content > .holder {
	padding: 67px 20px 20px;
}

.burger-content .logo {
	margin: 0 0 30px;
	max-width: none;
}

.burger-content .burger-opener {
	position: absolute;
	right: 20px;
	top: 26px;
	margin: 0;
}

.burger-content .social-networks li a {
	border: 0;
	background: #d8d8d8;
	color: #fff;
}

.burger-content .social-networks li a i {
	font-size: 28px;
	line-height: 1;
}

.burger-content .social-networks li a:hover {
	background: #999;
}

.burger-box {
	margin-bottom: 30px;
}

.burger-box .heading {
	margin-bottom: 16px;
	padding-bottom: 18px;
}

.burger-box .heading h3,
.burger-box .heading .h3 {
	margin-bottom: 0;
}

.addres {
	font-style: normal;
}

.addres:last-child {
	margin-bottom: 0;
}

.addres p {
	margin-bottom: 16px;
}

.addres ul:not([class]) {
	font-size: inherit;
	line-height: inherit;
}

.addres ul:not([class]) > li {
	padding: 0;
	margin: 0;
}

.addres ul:not([class]) > li:before {
	display: none;
}

.addres ul:not([class]) a {
	color: #4b4b4b;
}

.addres ul:not([class]) a:hover {
	color: #008887;
}

html {
	height: 100%;
}

body {
	height: 100%;
	width: 100%;
	display: table;
	table-layout: fixed;
}

.resize-active #nav > ul ul,
.resize-active .burger-content,
.resize-active .resizing-not-transition {
	-webkit-transition: none !important;
	transition: none !important;
}

#wrapper {
	display: table-cell;
	position: relative;
	overflow: hidden;
}

.d-block {
	display: block;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.py-0 {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.bg-off-white {
	background: #f7f7f7;
}

.bg-before-off-white {
	position: relative;
}

.bg-before-off-white:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
}

.bg-before-off-white:before {
	z-index: -1;
	background: #f7f7f7;
}

.container {
	max-width: 1212px;
	padding-left: 16px;
	padding-right: 16px;
	margin-left: auto;
	margin-right: auto;
}

.container.lg {
	max-width: 1633px;
}

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

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

.lightbox {
	padding: 5px;
}

.section {
	padding-top: 60px;
	padding-bottom: 60px;
}

.section .section {
	padding-top: 0;
	padding-bottom: 0;
}

.section-header {
	text-align: center;
	margin-bottom: 40px;
}

.section-header.align-left {
	text-align: left;
}

.section-header.align-left .h2:before,
.section-header.align-left h2:before,
.section-header.align-left h3:before,
.section-header.align-left .h3:before {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	left: 0;
}

.section-header .h1,
.section-header h1,
.section-header .h2,
.section-header h2 {
	padding-bottom: 24px;
	margin-bottom: 26px;
	text-transform: uppercase;
	position: relative;
}

.section-header .h1:before,
.section-header h1:before,
.section-header .h2:before,
.section-header h2:before {
	position: absolute;
	display: block;
	content: "";
	top: auto;
	bottom: 0;
	left: 50%;
	right: auto;
}

.section-header .h1:before,
.section-header h1:before,
.section-header .h2:before,
.section-header h2:before {
	background: #91e6e2;
	width: 80px;
	height: 4px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.section-header .h1:last-child,
.section-header h1:last-child,
.section-header .h2:last-child,
.section-header h2:last-child {
	margin-bottom: 0;
}

.section-header h3,
.section-header .h3 {
	margin-bottom: 12px;
	padding-bottom: 21px;
	position: relative;
}

.section-header h3:before,
.section-header .h3:before {
	position: absolute;
	display: block;
	content: "";
	top: auto;
	bottom: 0;
	left: 50%;
	right: auto;
}

.section-header h3:last-child,
.section-header .h3:last-child {
	margin-bottom: 0;
}

.section-header h3:before,
.section-header .h3:before {
	background: #91e6e2;
	width: 80px;
	height: 4px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.heading {
	padding-bottom: 21px;
	margin-bottom: 25px;
	position: relative;
}

.heading:before {
	position: absolute;
	display: block;
	content: "";
	top: auto;
	bottom: 0;
	left: 0;
	right: auto;
}

.heading:before {
	background: #91e6e2;
	width: 80px;
	height: 4px;
}

.heading h3,
.heading .h3 {
	margin-bottom: 12px;
}

.heading h3:last-child,
.heading .h3:last-child {
	margin-bottom: 0;
}

.heading .tags {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.25;
}

.info-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 0 16px;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.25;
}

.info-tags:last-child {
	margin-bottom: 0;
}

.info-tags li + li:before {
	content: ",";
	margin: 0 2px;
}

.info-tags li a {
	color: #4b4b4b;
}

.info-tags li a:hover {
	color: #008887;
}

.tags {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2222222222;
	padding: 0 0 21px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	color: #999;
}

.tags:last-child {
	padding-bottom: 0;
}

.tags li {
	margin-bottom: 8px;
}

.tags li + li:before {
	content: "/";
	margin: 0 4px;
}

.tags li a {
	color: #999;
}

.tags li a:hover {
	color: #008887;
}

.meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.25;
}

.meta li a {
	color: #f15a29;
}

.meta li a:hover {
	color: #008887;
}

.meta li .date {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.25;
	color: #555;
	display: block;
}

.read-more {
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.25;
}

.read-more:hover {
	color: #008887;
}

.three-cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-left: -10px;
	margin-right: -10px;
	padding-bottom: 40px;
}

.three-cols:last-child {
	padding-bottom: 0;
}

.three-cols.masonry .masonry-item {
	width: 100%;
}

.three-cols .col {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 10px;
}

.element {
	margin-bottom: 80px;
}

.aims-list {
	padding-bottom: 40px;
}

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

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

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

.feature-block-text {
	width: 100%;
}

.feature-block-img {
	max-width: 464px;
	margin-bottom: 30px;
	box-shadow: 0 3 6px rgba(0, 0, 0, .1);
	border-radius: 3px;
}

.feature-block-img img {
	border-radius: 3px;
}

.img-blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -6px -12px;
	padding-bottom: 30px;
	overflow: hidden;
}

.img-blocks:last-child {
	padding-bottom: 0;
}

.img-blocks li {
	width: 33.33%;
	padding: 0 6px 12px;
}

.img-blocks li a {
	display: block;
	border-radius: 2px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
}

.img-blocks li img {
	width: 100%;
	border-radius: 2px;
}

.porgram-list {
	line-height: 1.2;
	margin-bottom: 40px;
}

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

.porgram-list li {
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .12);
	margin-bottom: 20px;
}

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

.porgram-list .porgram-description {
	padding: 25px;
}

.porgram-list .porgram-description h4 {
	color: #4b4b4b;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
}

.porgram-list .porgram-description h4 a {
	color: inherit;
}

.porgram-list .porgram-description h4 a:hover {
	color: #008887;
}

.porgram-list .porgram-info {
	background: #fcf8e4;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 25px;
	text-align: center;
}

.porgram-list .porgram-info h3 {
	color: #08958f;
	margin-bottom: 13px;
}

.porgram-list .porgram-info .date {
	display: block;
	color: #000;
	margin-bottom: 10px;
	font-weight: 600;
}

.porgram-list .porgram-info .places {
	display: block;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.2222222222;
}

.text-columns {
	margin-bottom: 40px;
}

.text-columns .img {
	margin: 0 0 27px;
}

.text-columns:last-child {
	margin-bottom: 0;
}

.text-fluid {
	margin-bottom: 40px;
}

.text-fluid:last-child {
	margin-bottom: 0;
}

.banner {
	margin-bottom: 40px;
	border-radius: 3px;
	overflow: hidden;
}

.img {
	box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
	border-radius: 3px;
}

.img img {
	width: 100%;
}

.highlight-text {
	font-weight: 600;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 29px;
}

.news-head {
	margin-bottom: 40px;
}

.news-head .news-head-col {
	margin-bottom: 30px;
}

.news-head .news-head-col:last-child {
	margin-bottom: 0;
}

#sidebar .h3,
#sidebar h3,
.sidebar .h3,
.sidebar h3 {
	font-size: 24px;
	line-height: 1.2083333333;
}

.widget ul {
	padding-left: 0;
}

iframe {
	width: 100%;
	height: 100%;
	display: block;
}

.map-holder .gmap-holder {
	height: 200px !important;
}

.footer {
	overflow: hidden;
	display: table-footer-group;
	height: 1%;
	color: #c2c2c2;
	background: #363636;
	font-size: 15px;
	line-height: 1.3333333333;
}

.footer a {
	color: #c2c2c2;
}

.footer a:hover {
	color: #fff;
}

.footer h4 {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 16px;
}

.footer h4 i {
	color: #1da1f2;
	display: inline-block;
	vertical-align: middle;
	font-size: 31px;
	line-height: .6451612903;
	margin-right: 12px;
}

.footer .btn-top {
	color: #252525;
}

.footer .btn-top:hover {
	color: #363636;
	background: #ffd715;
}

.brief-footer {
	background: #e1e8ed;
	color: #4b4b4b;
	padding: 40px 16px 10px;
}

.brief-footer a {
	color: #08958f;
}

.brief-footer a:hover {
	color: #000;
}

.brief-list li {
	border-top: 1px solid rgba(0, 0, 0, .13);
	padding: 25px 0;
}

.brief-list li:first-child {
	padding-top: 0;
	border-top: 0;
}

.brief-list li a {
	color: #08958f;
}

.brief-list li a:hover {
	color: #000;
}

.footer-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

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

.footer-content p:last-child {
	margin-bottom: 0;
}

.footer-content .h4,
.footer-content h4 {
	color: #fff;
}

.footer-content .addres ul a {
	color: #c2c2c2;
}

.footer-content .addres ul a:hover {
	color: #fff;
}

.footer-content-top {
	padding: 40px 16px;
	width: 100%;
}

.footer-content-top .holder-left {
	margin-bottom: 30px;
}

.footer-content-top .holder-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer-cols {
	padding-bottom: 30px;
}

.footer-cols .col:first-child {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.footer-cols .col:last-child {
	width: 220px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: 30px;
}

.mailpoet_form {
	width: 100%;
}

.mailpoet_form input[type="email"],
.mailpoet_form input[type="text"] {
	height: 66px;
	border: solid #555;
	border-width: 2px 0 2px 2px;
	background: transparent;
	font-size: 16px;
	line-height: 1.25;
	padding: 21px 16px;
	font-weight: 400;
}

.mailpoet_form input[type="email"]::-webkit-input-placeholder,
.mailpoet_form input[type="text"]::-webkit-input-placeholder {
	color: #6d6d6d;
}

.mailpoet_form input[type="email"]::-moz-placeholder,
.mailpoet_form input[type="text"]::-moz-placeholder {
	opacity: 1;
	color: #6d6d6d;
}

.mailpoet_form input[type="email"]:-moz-placeholder,
.mailpoet_form input[type="text"]:-moz-placeholder {
	color: #6d6d6d;
}

.mailpoet_form input[type="email"]:-ms-input-placeholder,
.mailpoet_form input[type="text"]:-ms-input-placeholder {
	color: #6d6d6d;
}

.mailpoet_form input[type="email"].placeholder,
.mailpoet_form input[type="text"].placeholder {
	color: #6d6d6d;
}

.mailpoet_form input[type="email"].mailpoet_text,
.mailpoet_form input[type="text"].mailpoet_text {
	width: 100% !important;
}

.mailpoet_form input[type="button"],
.mailpoet_form input[type="submit"],
.mailpoet_form button {
	color: #91e6e2;
	font-size: 16px;
	line-height: 1.375;
	background: transparent;
	border-color: #555;
	padding: 18px 12px;
	min-width: inherit;
	width: 100%;
	height: 66px;
}

.mailpoet_form input[type="button"]:hover,
.mailpoet_form input[type="submit"]:hover,
.mailpoet_form button:hover {
	background: #1d1c1c;
}

.mailpoet_form .mailpoet_paragraph {
	width: calc(100% - 104px);
	float: left;
}

.mailpoet_form .mailpoet_paragraph + .mailpoet_paragraph {
	width: 104px;
	float: left;
}

.subscribe-form {
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.subscribe-form .input-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.subscribe-form .input-group .input-wrap {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.subscribe-form .input-group .input-wrap {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.subscribe-form .input-group input[type="text"] {
	height: 66px;
	border: solid #555;
	border-width: 2px 0 2px 2px;
	background: transparent;
	font-size: 16px;
	line-height: 1.25;
	padding: 21px 16px;
	font-weight: 400;
}

.subscribe-form .input-group input[type="text"]::-webkit-input-placeholder {
	color: #6d6d6d;
}

.subscribe-form .input-group input[type="text"]::-moz-placeholder {
	opacity: 1;
	color: #6d6d6d;
}

.subscribe-form .input-group input[type="text"]:-moz-placeholder {
	color: #6d6d6d;
}

.subscribe-form .input-group input[type="text"]:-ms-input-placeholder {
	color: #6d6d6d;
}

.subscribe-form .input-group input[type="text"].placeholder {
	color: #6d6d6d;
}

.subscribe-form .input-group button {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #91e6e2;
	font-size: 16px;
	line-height: 1.375;
	background: transparent;
	border-color: #555;
	padding: 18px 16px;
	min-width: inherit;
}

.subscribe-form .input-group button:hover {
	background: #1d1c1c;
}

.footer-nav li {
	margin-bottom: 11px;
}

.footer-panel {
	background: #252525;
	color: #4b4b4b;
	padding: 30px 16px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.footer-panel a {
	color: #4b4b4b;
}

.footer-panel a:hover {
	color: #fff;
}

.footer-panel .social-networks {
	margin: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding: 0;
}

.footer-panel .social-networks li {
	padding: 0 10px 10px;
}

.footer-panel .social-networks li a {
	color: #363636;
	background: transparent;
	width: auto;
	height: auto;
	border: 0;
}

.footer-panel .social-networks li a i {
	font-size: 28px;
	line-height: 1;
}

.footer-panel .social-networks li a:hover {
	background: transparent;
	color: #fff;
}

.social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -6px -12px;
	padding-bottom: 20px;
}

.social-networks:last-child {
	padding-bottom: 0;
}

.social-networks li {
	padding: 0 6px 12px;
}

.social-networks li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 1px;
	color: #77d2ce;
	border: 1px solid #77d2ce;
	-webkit-transition: color .25s linear, background .25s linear;
	transition: color .25s linear, background .25s linear;
}

.social-networks li a:hover {
	background: #77d2ce;
	color: #fff;
}

.social-networks li a i {
	font-size: 24px;
	line-height: 1;
}

.social-networks li a i.fa-instagram {
	font-size: 28px;
	line-height: 1;
}

.footer-text {
	text-align: center;
	width: 100%;
}

.btn-top {
	position: fixed;
	right: 0;
	bottom: 0;
	opacity: 0;
	top: auto !important;
	width: 50px;
	height: 50px;
	width: 50px !important;
	height: 50px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 99;
	background: #ffe461;
	color: #252525;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.btn-top.fixed-position {
	left: auto !important;
	top: auto !important;
	opacity: 1;
}

.btn-top:hover {
	background: #ffd715;
	color: #363636;
}

.btn-top i {
	font-size: 20px;
	line-height: 1;
}

.visual {
	color: #fff;
	z-index: 1;
	background-color: #08958f;
	position: relative;
}

.visual:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.visual:before {
	background: rgba(8, 149, 143, .81);
	z-index: -1;
}

.visual-caption {
	white-space: nowrap;
	text-align: center;
}

.visual-caption:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 300px;
}

.visual-caption > .align {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.visual-caption .h1,
.visual-caption h1,
.visual-caption h2,
.visual-caption .h2,
.visual-caption .h3,
.visual-caption h3 {
	color: inherit;
}

.visual-caption .h1,
.visual-caption h1 {
	margin-bottom: 16px;
}

.visual-caption .h2,
.visual-caption h2 {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.visual-caption .h2:last-child,
.visual-caption h2:last-child {
	margin-bottom: 0;
}

.visual-caption .align {
	padding: 104px 16px 40px;
	max-width: 1212px;
}

.page-head {
	color: #fff;
	z-index: 1;
	background-color: #08958f;
	position: relative;
}

.page-head:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.page-head:before {
	background: rgba(8, 149, 143, .81);
	z-index: -1;
}

.page-head h1,
.page-head .h1 {
	font-size: 27px;
	margin-bottom: 24px;
	font-size: 30px;
	line-height: 1.0333333333;
}

.page-head.large h1,
.page-head.large .h1 {
	font-size: 27px;
	margin-bottom: 24px;
	font-size: 30px;
	line-height: 1.0333333333;
}

.page-head-caption {
	white-space: nowrap;
	text-align: center;
}

.page-head-caption:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 220px;
}

.page-head-caption > .align {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.page-head-caption .h1,
.page-head-caption h1,
.page-head-caption h2,
.page-head-caption .h2,
.page-head-caption .h3,
.page-head-caption h3 {
	color: inherit;
}

.page-head-caption .h2,
.page-head-caption h2,
.page-head-caption .h1,
.page-head-caption h1 {
	margin-bottom: 16px;
}

.page-head-caption .h2:last-child,
.page-head-caption h2:last-child,
.page-head-caption .h1:last-child,
.page-head-caption h1:last-child {
	margin-bottom: 0;
}

.page-head-caption .align {
	text-align: left;
	width: 100%;
	max-width: 1212px;
	padding: 104px 16px 40px;
}

.post-slider {
	margin: 0 -10px 25px;
	padding-right: 40px;
}

.post-slider:last-child {
	margin-bottom: 0;
}

.post-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.post-slider .slick-track:after,
.post-slider .slick-track:before {
	display: none;
}

.post-slider .slide {
	min-height: inherit;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 10px;
}

.post-slider .slide .post {
	margin-bottom: 10px;
}

.slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}

.slick-dots li {
	margin: 0 5px 5px;
}

.slick-dots li.slick-active button {
	border-color: #008887;
	background: #fff;
}

.slick-dots li button {
	padding: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #e1e1e1;
	background: #e1e1e1;
	text-indent: -9999px;
	overflow: hidden;
	min-width: inherit;
}

.slick-dots li button:hover {
	border-color: #008887;
	background: #fff;
}

.post {
	box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
	border-radius: 5px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	margin: 0 0 20px;
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.25;
}

.post .h3,
.post h3 {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2222222222;
	margin-bottom: 10px;
}

.post .h3 a,
.post h3 a {
	color: #4b4b4b;
}

.post .h3 a:hover,
.post h3 a:hover {
	color: #008887;
}

.post .h3:last-child,
.post h3:last-child {
	margin-bottom: 0;
}

.post h2 {
	margin-bottom: 18px;
	font-weight: 600;
}

.post h2 a {
	color: #4b4b4b;
}

.post h2 a:hover {
	color: #008887;
}

.post .img-holder {
	overflow: hidden;
	border-radius: 5px 5px 0 0;
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	padding-top: 71.51%;
}

.post .img-holder a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.post .img-holder a:after {
	content: "";
	opacity: 0;
	position: absolute;
	left: 0;
	right: -0;
	top: 0;
	bottom: 0;
	-webkit-transition: opacity .25s linear;
	transition: opacity .25s linear;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
}

.post .img-holder a:hover:after {
	opacity: 1;
}

.post .img-holder img {
	width: 100%;
}

.post .holder {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 28px 18px 30px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

.post .text-holder {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-bottom: 31px;
	width: 100%;
}

.post .text-holder:last-child {
	padding-bottom: 0;
}

.post .link-arrow {
	width: 50px;
	height: 50px;
	border: 2px solid #000;
	color: #000;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	margin-top: 15px;
	-webkit-transition: background .25s linear;
	transition: background .25s linear;
}

.post .link-arrow i {
	font-size: 20px;
}

.post .link-arrow:hover {
	background: #ffdb2e;
}

.post.teal,
.post.orange {
	background: #f15a29;
	color: #fff;
	text-align: center;
}

.post.teal h3 a,
.post.teal .h3 a,
.post.teal .h2 h2 a,
.post.orange h3 a,
.post.orange .h3 a,
.post.orange .h2 h2 a {
	color: #fff;
}

.post.teal h3 a:hover,
.post.teal .h3 a:hover,
.post.teal .h2 h2 a:hover,
.post.orange h3 a:hover,
.post.orange .h3 a:hover,
.post.orange .h2 h2 a:hover {
	color: #ffe461;
}

.post.teal .meta,
.post.orange .meta {
	color: #fff;
}

.post.teal .meta li .date,
.post.orange .meta li .date {
	color: #fff;
}

.post.teal .info-tags li a,
.post.orange .info-tags li a {
	color: #fff;
}

.post.teal .info-tags li a:hover,
.post.orange .info-tags li a:hover {
	color: #ffe461;
}

.post.teal .link-arrow,
.post.orange .link-arrow {
	color: #fff;
	border-color: #fff;
}

.post.teal .link-arrow:hover,
.post.orange .link-arrow:hover {
	background: #d9400e;
}

.post.teal .link-arrow:hover {
	background: #056561;
}

.post.yellow {
	background: #ffe461;
	text-align: center;
	color: #000;
}

.post.yellow h3 a,
.post.yellow .h3 a,
.post.yellow .h2 h2 a {
	color: #000;
}

.post.yellow h3 a:hover,
.post.yellow .h3 a:hover,
.post.yellow .h2 h2 a:hover {
	color: #008887;
}

.post.teal {
	background: #08958f;
}

.post.post-city .meta {
	margin-bottom: 7px;
}

.post.text-only .holder {
	min-height: 250px;
	padding: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.post.text-only .meta {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.post.text-only .text-holder {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	padding: 28px 18px 30px;
}

.post.text-only h3,
.post.text-only .h3,
.post.text-only .h2 h2 {
	margin-bottom: 20px;
}

.post.text-only .info-tags {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.post .info-tags {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.25;
}

.breadcrumb {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.25;
	margin: 0 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	color: #999;
	text-transform: capitalize;
}

.breadcrumb:last-child {
	margin-bottom: 0;
}

.breadcrumb li {
	margin-bottom: 8px;
}

.breadcrumb li.active {
	color: #fff;
}

.breadcrumb li.active a {
	color: #fff;
}

.breadcrumb li + li:before {
	content: "/";
	color: #91e6e2;
	margin: 0 8px;
}

.breadcrumb li a {
	color: #91e6e2;
}

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

.projects-slider {
	position: relative;
	margin: 0 -10px 50px;
}

.projects-slider:last-child {
	margin-bottom: 0;
}

.projects-slider.feaure-projects .project .description {
	background: #ffe461;
}

.projects-slider.feaure-projects .project .btn,
.projects-slider.feaure-projects .project button,
.projects-slider.feaure-projects .project input[type="button"],
.projects-slider.feaure-projects .project input[type="reset"],
.projects-slider.feaure-projects .project input[type="file"],
.projects-slider.feaure-projects .project input[type="submit"],
.projects-slider.feaure-projects .project .comment-form input[type="submit"],
.comment-form .projects-slider.feaure-projects .project input[type="submit"],
.projects-slider.feaure-projects .project .post-password-form input[type="submit"],
.post-password-form .projects-slider.feaure-projects .project input[type="submit"],
.projects-slider.feaure-projects .project .search-form input[type="submit"],
.search-form .projects-slider.feaure-projects .project input[type="submit"] {
	border-color: #000;
}

.projects-slider.feaure-projects .slick-arrow {
	color: #c6b14a;
	border: 1px solid #c6b14a;
	background: #ffe461;
}

.projects-slider.feaure-projects .slick-arrow:hover {
	background: #ffdb2e;
}

.projects-slider.feaure-projects .tags li:before {
	color: teal;
}

.projects-slider.feaure-projects .tags li a {
	color: #4b4b4b;
}

.projects-slider.feaure-projects .tags li a:hover {
	color: #008887;
}

.projects-slider .slide {
	width: 100%;
	padding: 0 10px;
	height: auto;
	margin-bottom: 0;
}

.projects-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slick-arrow {
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 50%;
	background: #fff;
	color: #acacac;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 20px;
	z-index: 99;
	font-size: 20px;
	line-height: 1;
	-webkit-transition: color .25s linear, background .25s linear;
	transition: color .25s linear, background .25s linear;
	margin-left: -40px;
}

.slick-arrow i {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-left: -1px;
}

.slick-arrow.slick-next {
	right: 30px;
	margin-left: 30px;
}

.slick-arrow.slick-next i {
	margin-left: 1px;
}

.slick-arrow:hover {
	background: #ffe461;
	color: #4b4b4b;
}

.project {
	width: 100%;
}

.project .category {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.2222222222;
	display: block;
	margin-bottom: 26px;
	color: #008887;
}

.project .h2,
.project h2 {
	margin-bottom: 24px;
}

.project .img-holder {
	padding-top: 70%;
	position: relative;
}

.project .img-holder .play-btn {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .61);
	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;
}

.project .img-holder .play-btn:hover {
	color: #008887;
}

.project .img-holder .play-btn:hover i:after {
	background: rgba(255, 255, 255, .8);
}

.project .img-holder .play-btn i {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .23);
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
}

.project .img-holder .play-btn i:before {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0 0 0 2px;
}

.project .img-holder .play-btn i:after {
	background: #fff;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	width: 65px;
	height: 65px;
}

.project .description {
	padding: 40px 20px 90px;
	background: #f7f7f7;
}

.project .text {
	margin-bottom: 30px;
}

.project .tags {
	text-transform: uppercase;
}

.countries-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.countries {
	width: 100%;
	padding-top: 60%;
	position: relative;
}

.countries img {
	width: 100%;
	display: block;
	-webkit-transition: -webkit-transform .25s linear;
	transition: -webkit-transform .25s linear;
	transition: transform .25s linear;
	transition: transform .25s linear, -webkit-transform .25s linear;
}

.countries a {
	display: block;
	overflow: hidden;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: relative;
	position: absolute;
}

.countries a:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.countries a:after {
	content: "";
	opacity: 0;
	position: absolute;
	left: 0;
	right: -0;
	top: 0;
	bottom: 0;
	-webkit-transition: opacity .25s linear;
	transition: opacity .25s linear;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .7) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .7) 100%);
}

.countries a:before {
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .01) 1%, rgba(0, 0, 0, .41) 80%, rgba(0, 0, 0, .51) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .01) 1%, rgba(0, 0, 0, .41) 80%, rgba(0, 0, 0, .51) 100%);
	z-index: 2;
}

.countries a:hover:after {
	opacity: 1;
}

.countries a .country-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 20px 15px;
}

.countries a h2 {
	text-align: center;
	color: #fff;
	font-weight: 500;
	margin-bottom: 0;
}

.cta-aside {
	background: #08958f;
	font-size: 18px;
	line-height: 1.3333333333;
	color: #fff;
	position: relative;
	z-index: 1;
}

.cta-aside.large .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.cta-aside.large .cta-text {
	margin-bottom: 40px;
}

.cta-aside .container {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 220px;
}

.cta-aside .container:after {
	min-height: inherit;
}

.cta-aside .align {
	padding-top: 60px;
	padding-bottom: 60px;
	width: 100%;
}

.cta-aside .h2,
.cta-aside h2,
.cta-aside h3,
.cta-aside .h3 {
	color: #fff;
	margin-bottom: 12px;
}

.cta-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.cta-bg:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .65);
}

.cta-text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 30px;
}

.cta-btns {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.cta-btns .btn,
.cta-btns button,
.cta-btns input[type="button"],
.cta-btns input[type="reset"],
.cta-btns input[type="file"],
.cta-btns input[type="submit"],
.cta-btns .comment-form input[type="submit"],
.comment-form .cta-btns input[type="submit"],
.cta-btns .post-password-form input[type="submit"],
.post-password-form .cta-btns input[type="submit"],
.cta-btns .search-form input[type="submit"],
.search-form .cta-btns input[type="submit"] {
	min-width: 160px;
	margin: 0 0 9px;
	width: 100%;
}

.info-aside {
	padding-top: 60px;
	padding-bottom: 60px;
}

.info-aside .info-aside-logo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 252px;
	margin: 0 0 30px;
}

.info-aside .info-aside-text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.resurces-box {
	box-shadow: 0 4px 8px rgba(0, 0, 0, .12);
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	margin-bottom: 20px;
}

.resurces-box .img-holder {
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
	padding-top: 124.5%;
}

.resurces-box .img-holder a {
	display: block;
	overflow: hidden;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: relative;
	position: absolute;
}

.resurces-box .img-holder a:before {
	position: absolute;
	display: block;
	content: "";
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
}

.resurces-box .img-holder a:before {
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
	z-index: 2;
	-webkit-transition: background .25s linear;
	transition: background .25s linear;
	height: calc(100% - 42px);
}

.resurces-box .img-holder a:after {
	content: "";
	position: absolute;
	top: -40%;
	right: 133%;
	width: 150px;
	height: 200%;
	background: rgba(255, 255, 255, .3);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .1) 0%, black 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, black 100%);
	-webkit-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	transform: rotate(20deg);
	z-index: 2;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.resurces-box .img-holder a:hover:after {
	right: -100%;
}

.resurces-box .img-holder img {
	width: 100%;
}

.resurces-box .img-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px 15px;
	z-index: 3;
}

.resurces-box .img-caption h3,
.resurces-box .img-caption .h3 {
	font-size: 21px;
	line-height: 1.23;
	color: #fff;
	font-weight: 600;
	font-size: 21px;
	line-height: 1.1428571429;
}

.resurces-box .img-caption h3:last-child,
.resurces-box .img-caption .h3:last-child {
	margin-bottom: 0;
}

.resurces-box .img-caption .publish {
	color: #fff;
	display: block;
	font-size: 18px;
	line-height: 1.2222222222;
	text-transform: uppercase;
}

.resurces-box .resurces-link {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-weight: 300;
	font-size: 17px;
	line-height: 1.2352941176;
	color: #f15a29;
	background: #fff;
	display: block;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: background .25s linear;
	transition: background .25s linear;
	padding: 19px 49px 17px 15px;
	border-radius: 0 0 5px 5px;
}

.resurces-box .resurces-link:hover {
	background: #e6e5e5;
}

.resurces-box .resurces-link i {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 21px;
	line-height: 1;
	color: #000;
}

.tabs-wrapper {
	padding-bottom: 25px;
	padding-bottom: 50px;
}

.tabs-wrapper .three-cols {
	padding-bottom: 0;
}

.tabs-wrapper .section-header {
	margin-bottom: 30px;
}

.tabs-wrapper .section-header .h3,
.tabs-wrapper .section-header h3 {
	margin-bottom: 20px;
}

.tabs-wrapper .section-header .info-tags {
	font-weight: 400;
}

.tab-content {
	margin-bottom: 10px;
}

.tab-content:last-child {
	margin-bottom: 0;
}

.tabset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.3333333333;
	margin-bottom: 30px;
	position: relative;
}

.tabset:before {
	position: absolute;
	display: block;
	content: "";
	top: auto;
	bottom: 0;
	left: -9999px;
	right: -9999px;
}

.tabset:before {
	background: #e1e1e1;
	height: 1px;
	z-index: -1;
}

.tabset li a {
	color: #008887;
	display: block;
	padding: 20px 10px 18px 10px;
	position: relative;
}

.tabset li a:before {
	position: absolute;
	display: block;
	content: "";
	top: auto;
	bottom: 0;
	left: 0;
	right: auto;
}

.tabset li a:before {
	border-bottom: 1px solid #f15a29;
	width: 0;
	-webkit-transition: width .25s linear;
	transition: width .25s linear;
}

.tabset li a:hover {
	color: #000;
}

.tabset li a:hover:before {
	width: 100%;
}

.tabset li.active a {
	color: #000;
}

.tabset li.active a:before {
	width: 100%;
}

.tab {
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .25s linear;
	transition: opacity .25s linear;
}

.tab.active {
	opacity: 1;
}

.accordion {
	margin-bottom: 60px;
}

.accordion:last-child {
	margin-bottom: 0;
}

.accordion li {
	border-bottom: 1px solid #d7d7d7;
	padding: 25px 0;
}

.accordion li:first-child {
	padding-top: 0;
}

.accordion li.active .acc-opener:before {
	background: #91e6e2;
	color: #fff;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.accordion .acc-opener {
	display: block;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	color: #000;
	padding-right: 70px;
	padding: 6px 49px 6px 0;
	position: relative;
}

.accordion .acc-opener:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: auto;
	left: auto;
	right: 0;
}

.accordion .acc-opener:before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "icomoon";
	content: "";
	font-weight: 400 !important;
	border: 1px solid #91e6e2;
	background: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #555;
	font-size: 18px;
	-webkit-transition: -webkit-transform .25s linear;
	transition: -webkit-transform .25s linear;
	transition: transform .25s linear;
	transition: transform .25s linear, -webkit-transform .25s linear;
}

.accordion .acc-opener:hover {
	color: #008887;
}

.accordion .slide {
	padding: 33px 0 10px;
}

.event-highlight .section-header {
	margin-bottom: 37px;
}

.event-highlight .description {
	margin-bottom: 40px;
}

.event-highlight ul:not([class]) {
	padding-top: 10px;
}

.speaker {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	padding-top: 142.8%;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .12);
}

.speaker img {
	width: 100%;
	display: block;
	-webkit-transition: -webkit-transform .25s linear;
	transition: -webkit-transform .25s linear;
	transition: transform .25s linear;
	transition: transform .25s linear, -webkit-transform .25s linear;
}

.speaker:nth-child(3) {
	background: red;
}

.speaker a {
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: relative;
	position: absolute;
}

.speaker a:before {
	position: absolute;
	display: block;
	content: "";
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
}

.speaker a:after {
	border-radius: 4px;
	content: "";
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: opacity .25s linear;
	transition: opacity .25s linear;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .7) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .7) 100%);
}

.speaker a:before {
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .01) 1%, rgba(0, 0, 0, .41) 80%, rgba(0, 0, 0, .51) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .01) 1%, rgba(0, 0, 0, .41) 80%, rgba(0, 0, 0, .51) 100%);
	z-index: 2;
	height: 255px;
	border-radius: 4px;
}

.speaker a:hover:after {
	opacity: 1;
}

.speaker a .speaker-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	border-radius: 4px;
	padding: 20px 51px 20px 15px;
}

.speaker a h3,
.speaker a .h3 {
	font-size: 21px;
	line-height: 1.23;
	color: #fff;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 21px;
	line-height: 1.1428571429;
}

.speaker a .link-arrow {
	width: 35px;
	height: 35px;
	border: 1px solid #ffe461;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	-webkit-transition: background .25s linear;
	transition: background .25s linear;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.speaker a .link-arrow i {
	font-size: 15px;
}

.article-post .frame {
	margin-bottom: 30px;
}

.article-post .frame:last-child {
	margin-bottom: 0;
}

.article-post .article-post-img {
	margin-bottom: 40px;
	border-radius: 3px;
}

.article-post .article-post-img img {
	border-radius: 3px;
}

.article-post .resurces-box {
	margin-bottom: 30px;
	max-width: 372px;
}

.article-post .text {
	margin-bottom: 30px;
}

.article-post .text:last-child {
	margin-bottom: 0;
}

.feature-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: -20px -10px;
	padding-bottom: 40px;
}

.feature {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 20px 0;
	padding: 0 15px;
}

.feature .icon-wrap {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
	border-radius: 50%;
}

.feature .icon-wrap img {
	border-radius: 50%;
}

.feature h3,
.feature .h3 {
	font-weight: 600;
	margin-bottom: 15px;
	color: #000;
}

.feature h3 a,
.feature .h3 a {
	color: #000;
}

.feature h3 a:hover,
.feature .h3 a:hover {
	color: #008887;
}

@media (min-width: 375px) {
	.logo .logo-wrap {
		padding: 0 10px;
		width: 120px;
	}

	.logo .logo-wrap.logo2 {
		width: 130px;
	}

	.footer-cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.footer-cols .col:last-child {
		width: 192px;
		margin-top: 0;
	}

	.visual-caption .align {
		padding: 130px 16px 40px;
	}

	.page-head-caption .align {
		padding: 130px 16px 40px;
	}
}

@media (min-width: 480px) {
	.post-password-form input[type="password"],
	.post-password-form input[type="text"],
	.post-password-form input[type="search"],
	.search-form input[type="password"],
	.search-form input[type="text"],
	.search-form input[type="search"] {
		width: calc(100% - 148px);
	}

	.post-password-form input[type="button"],
	.post-password-form input[type="submit"],
	.post-password-form button,
	.search-form input[type="button"],
	.search-form input[type="submit"],
	.search-form button {
		width: 144px;
	}

	.burger-content {
		width: 430px;
		margin-right: -430px;
	}

	.footer-cols .col:last-child {
		width: 240px;
		margin-left: 15px;
	}

	.mailpoet_form .mailpoet_paragraph {
		width: calc(100% - 130px);
	}

	.mailpoet_form .mailpoet_paragraph + .mailpoet_paragraph {
		width: 130px;
	}

	.post .holder {
		padding: 28px 18px 30px;
	}

	.post.text-only .text-holder {
		padding: 30px 18px;
	}

	.project .img-holder {
		padding-top: 60%;
	}

	.countries a .country-caption {
		padding: 40px 15px;
	}

	.cta-btns {
		margin: 0 -6px -9px;
	}

	.cta-btns .btn,
	.cta-btns button,
	.cta-btns input[type="button"],
	.cta-btns input[type="reset"],
	.cta-btns input[type="file"],
	.cta-btns input[type="submit"],
	.cta-btns .comment-form input[type="submit"],
	.comment-form .cta-btns input[type="submit"],
	.cta-btns .post-password-form input[type="submit"],
	.post-password-form .cta-btns input[type="submit"],
	.cta-btns .search-form input[type="submit"],
	.search-form .cta-btns input[type="submit"] {
		width: auto;
		margin: 0 6px 9px;
	}

	.tabset li a {
		padding: 20px 16px 18px 16px;
	}
}

@media (min-width: 540px) {
	.three-cols.masonry .masonry-item {
		width: 49.9%;
	}

	.three-cols .col {
		width: 50%;
	}

	.post-slider {
		padding-right: 0;
	}
}

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

	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		width: 40px;
		height: 40px;
		font-size: 18px;
		line-height: 1.2222222222;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: 10px 12px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		height: 100px;
		font-size: 30px;
		line-height: 1.2;
		padding: 31px 41px;
	}

	textarea {
		height: 402px;
	}

	.btn,
	button,
	input[type="button"],
	input[type="reset"],
	input[type="file"],
	input[type="submit"],
	.comment-form input[type="submit"],
	.post-password-form input[type="submit"],
	.search-form input[type="submit"] {
		padding: 17px 15px 15px 15px;
		min-width: 190px;
	}

	.btn.btn-lg,
	button.btn-lg,
	input.btn-lg[type="button"],
	input.btn-lg[type="reset"],
	input.btn-lg[type="file"],
	input.btn-lg[type="submit"],
	.comment-form input.btn-lg[type="submit"],
	.post-password-form input.btn-lg[type="submit"],
	.search-form input.btn-lg[type="submit"] {
		padding-left: 30px;
		padding-right: 30px;
	}

	.btn.rounded,
	button.rounded,
	input.rounded[type="button"],
	input.rounded[type="reset"],
	input.rounded[type="file"],
	input.rounded[type="submit"],
	.comment-form input.rounded[type="submit"],
	.post-password-form input.rounded[type="submit"],
	.search-form input.rounded[type="submit"] {
		border-radius: 35px;
	}

	.button-wrap {
		margin: 0 -10px -10px;
	}

	.button-wrap .btn,
	.button-wrap button,
	.button-wrap input[type="button"],
	.button-wrap input[type="reset"],
	.button-wrap input[type="file"],
	.button-wrap input[type="submit"],
	.button-wrap .comment-form input[type="submit"],
	.comment-form .button-wrap input[type="submit"],
	.button-wrap .post-password-form input[type="submit"],
	.post-password-form .button-wrap input[type="submit"],
	.button-wrap .search-form input[type="submit"],
	.search-form .button-wrap input[type="submit"] {
		margin: 0 10px 10px;
	}

	.comment-form {
		margin-bottom: 50px;
	}

	.comment-form textarea {
		height: 402px;
	}

	.post-password-form input[type="button"],
	.post-password-form input[type="submit"],
	.post-password-form button,
	.search-form input[type="button"],
	.search-form input[type="submit"],
	.search-form button {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.custom-form .input-wrap {
		margin-bottom: 20px;
	}

	.custom-form .input-wrap label {
		left: 40px;
	}

	.custom-form .input-wrap label i {
		font-size: 41px;
		line-height: 1;
	}

	.custom-form .input-wrap .jcf-select .jcf-select-text,
	.custom-form .input-wrap input[type="text"],
	.custom-form .input-wrap input[type="tel"],
	.custom-form .input-wrap input[type="email"],
	.custom-form .input-wrap input[type="search"],
	.custom-form .input-wrap input[type="password"] {
		padding-left: 104px;
	}

	.custom-form .input-wrap .jcf-select .jcf-select-opener {
		width: 76px;
	}

	.custom-form .input-wrap .jcf-select .jcf-select-opener:before {
		font-size: 19px;
	}

	h1,
	.h1 {
		font-size: 45px;
		line-height: 1.0888888889;
	}

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

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

	p {
		margin-bottom: 27px;
	}

	ul:not([class]) {
		font-size: 18px;
		line-height: 1.2222222222;
		padding-bottom: 50px;
	}

	ul:not([class]) > li {
		padding-left: 43px;
		margin-bottom: 21px;
	}

	ol {
		font-size: 20px;
		line-height: 1.2;
		padding: 0 0 60px;
	}

	ol ol li:before {
		font-size: 24px;
		line-height: 1.6666666667;
	}

	ol > li {
		padding: 13px 0 13px 74px;
	}

	ol > li:before {
		width: 50px;
		height: 50px;
		font-size: 28px;
		line-height: 1.4285714286;
		top: 0;
	}

	blockquote {
		font-size: 26px;
		line-height: 1.1538461538;
		margin: 0 0 39px;
		padding-top: 39px;
	}

	.jcf-select {
		height: 100px;
	}

	.jcf-select .jcf-select-text {
		padding: 31px 53px 31px 41px;
		font-size: 30px;
		line-height: 1.2;
	}

	.jcf-select .jcf-select-opener {
		width: 50px;
	}

	.jcf-select .jcf-select-opener:before {
		font-size: 15px;
	}

	.jcf-list ul {
		font-size: 20px;
		line-height: 1.2;
	}

	.jcf-list .jcf-option {
		padding: 15px 40px;
	}

	.header {
		padding: 0 15px;
	}

	.logo {
		margin: 0 20px 0 -10px;
		max-width: 35%;
	}

	#nav {
		position: static;
		max-height: none;
		-webkit-transition: none;
		transition: none;
		overflow: visible;
	}

	#nav > ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		-webkit-transition: none;
		transition: none;
		background: transparent;
		padding: 0;
		margin-bottom: 0;
		box-shadow: none;
	}

	#nav > ul li {
		border: 0;
	}

	#nav > ul li:last-child ul {
		left: auto;
		right: 0;
	}

	#nav > ul a {
		padding: 35px 15px;
	}

	#nav > ul a:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 4px;
		content: "";
		background: #aadaff;
		-webkit-transition: width .25s linear;
		transition: width .25s linear;
	}

	#nav > ul ul {
		padding: 29px 20px;
		position: absolute;
		max-height: 0;
		opacity: 0;
		visibility: hidden;
		width: 200px;
		box-shadow: 0 2px 5px rgba(0, 0, 0, .13);
	}

	#nav > ul ul a {
		display: inline-block;
		vertical-align: top;
		padding: 0;
	}

	.nav-opener {
		margin-left: 15px;
		display: none;
	}

	.nav-opener span,
	.nav-opener:after,
	.nav-opener:before {
		height: 3px;
	}

	.burger-content {
		margin-right: -460px;
		width: 460px;
	}

	.burger-content > .holder {
		padding: 79px 20px 40px 40px;
	}

	.burger-content .burger-opener {
		top: 23px;
		width: 36px;
		height: 36px;
	}

	.burger-box .heading {
		margin-bottom: 21px;
		padding-bottom: 18px;
	}

	body {
		font-size: 18px;
		line-height: 1.3888888889;
	}

	.section {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.section-header {
		margin-bottom: 60px;
	}

	.heading .tags {
		font-size: 18px;
		line-height: 1.2222222222;
	}

	.info-tags {
		font-size: 18px;
		line-height: 1.2222222222;
	}

	.meta {
		font-size: 18px;
		line-height: 1.2222222222;
	}

	.three-cols {
		padding-bottom: 50px;
	}

	.three-cols.masonry .masonry-item {
		width: 33.30%;
	}

	.three-cols .col {
		width: 33.33%;
	}

	.aims-list li {
		margin-bottom: 30px;
	}

	.feature-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.feature-block-text {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.feature-block-img {
		max-width: 45%;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-left: 30px;
		margin-bottom: 0;
		width: auto;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.porgram-list {
		margin-bottom: 60px;
	}

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

	.porgram-list .porgram-description {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.porgram-list .porgram-info {
		padding: 25px;
		max-width: 40%;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		text-align: left;
		border-radius: 2px 0 0 2px;
	}

	.porgram-list .porgram-info .places {
		font-size: 20px;
		line-height: 1.2;
	}

	.section-program .porgram-list {
		margin-bottom: 90px;
	}

	.text-columns {
		-webkit-column-count: 2;
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-gap: 40px;
		column-gap: 40px;
		-moz-column-gap: 40px;
		margin-bottom: 47px;
	}

	.text-columns .img {
		margin: 40px 0 27px;
	}

	.text-columns blockquote {
		margin: 0 0 27px;
	}

	.text-fluid {
		margin-bottom: 47px;
	}

	.banner {
		margin-bottom: 55px;
	}

	.news-head {
		margin-bottom: 68px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-right: -20px;
		margin-left: -20px;
	}

	.news-head .news-head-col {
		padding: 0 20px;
		width: 50%;
		margin-bottom: 0;
	}

	.news-head .news-head-col:only-child {
		width: 100%;
	}

	.map-holder .gmap-holder {
		height: 350px !important;
	}

	.footer {
		font-size: 16px;
		line-height: 1.375;
	}

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

	.brief-footer {
		padding: 50px 20px 30px;
	}

	.footer-content p {
		margin-bottom: 24px;
	}

	.footer-content-top {
		padding: 60px 20px;
	}

	.mailpoet_form input[type="email"],
	.mailpoet_form input[type="text"] {
		padding: 19px 32px;
		font-size: 20px;
		line-height: 1.2;
	}

	.mailpoet_form input[type="button"],
	.mailpoet_form input[type="submit"],
	.mailpoet_form button {
		font-size: 20px;
		line-height: 1.2;
		padding: 19px 18px;
	}

	.mailpoet_form .mailpoet_paragraph {
		width: 182px;
		width: calc(100% - 182px);
	}

	.mailpoet_form .mailpoet_paragraph + .mailpoet_paragraph {
		width: 182px;
	}

	.subscribe-form .input-group input[type="text"] {
		padding: 19px 32px;
		font-size: 20px;
		line-height: 1.2;
	}

	.subscribe-form .input-group button {
		font-size: 20px;
		line-height: 1.2;
		padding: 19px 32px;
		width: 182px;
	}

	.footer-panel {
		padding: 30px 60px 20px;
	}

	.social-networks {
		margin: 0 -8px -16px;
	}

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

	.visual-caption:after {
		min-height: 500px;
	}

	.visual-caption .h1,
	.visual-caption h1 {
		margin-bottom: 18px;
	}

	.visual-caption .h2,
	.visual-caption h2 {
		font-size: 25px;
		line-height: 1.16;
	}

	.page-head h1,
	.page-head .h1 {
		font-size: 36px;
		line-height: 1.1111111111;
	}

	.page-head.large h1,
	.page-head.large .h1 {
		font-size: 40px;
		line-height: 1.1;
	}

	.page-head-caption:after {
		min-height: 350px;
	}

	.page-head-caption .h2,
	.page-head-caption h2,
	.page-head-caption .h1,
	.page-head-caption h1 {
		margin-bottom: 24px;
	}

	.post.text-only .holder {
		min-height: 300px;
	}

	.breadcrumb {
		font-size: 18px;
		line-height: 1.2222222222;
	}

	.projects-slider {
		padding-right: 80px;
	}

	.project .img-holder {
		min-height: 500px;
		padding-top: 0;
	}

	.project .img-holder .play-btn i {
		width: 116px;
		height: 116px;
		font-size: 25px;
	}

	.project .img-holder .play-btn i:before {
		margin: 0 0 0 3px;
	}

	.project .img-holder .play-btn i:after {
		width: 94px;
		height: 94px;
	}

	.project .description {
		padding: 40px 40px 90px;
	}

	.countries {
		width: 33.33%;
		padding-top: 25%;
	}

	.countries a .country-caption {
		padding: 20px 15px;
	}

	.cta-aside.large .container {
		min-height: 400px;
	}

	.cta-aside.large .align {
		display: block;
	}

	.cta-aside.large .cta-btns {
		padding-left: 0;
		margin: 0 -8px -9px;
	}

	.cta-aside.large .cta-btns .btn,
	.cta-aside.large .cta-btns button,
	.cta-aside.large .cta-btns input[type="button"],
	.cta-aside.large .cta-btns input[type="reset"],
	.cta-aside.large .cta-btns input[type="file"],
	.cta-aside.large .cta-btns input[type="submit"],
	.cta-aside.large .cta-btns .comment-form input[type="submit"],
	.comment-form .cta-aside.large .cta-btns input[type="submit"],
	.cta-aside.large .cta-btns .post-password-form input[type="submit"],
	.post-password-form .cta-aside.large .cta-btns input[type="submit"],
	.cta-aside.large .cta-btns .search-form input[type="submit"],
	.search-form .cta-aside.large .cta-btns input[type="submit"] {
		min-width: 204px;
		padding-left: 45px;
		padding-right: 45px;
		margin: 0 8px 9px;
	}

	.cta-aside .container {
		text-align: left;
		min-height: 300px;
	}

	.cta-aside .align {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.cta-text {
		margin-bottom: 0;
	}

	.cta-btns {
		padding-left: 20px;
		margin: 0 -9px -9px;
	}

	.cta-btns .btn,
	.cta-btns button,
	.cta-btns input[type="button"],
	.cta-btns input[type="reset"],
	.cta-btns input[type="file"],
	.cta-btns input[type="submit"],
	.cta-btns .comment-form input[type="submit"],
	.comment-form .cta-btns input[type="submit"],
	.cta-btns .post-password-form input[type="submit"],
	.post-password-form .cta-btns input[type="submit"],
	.cta-btns .search-form input[type="submit"],
	.search-form .cta-btns input[type="submit"] {
		margin: 0 9px 9px;
	}

	.info-aside {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.info-aside .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.info-aside .info-aside-logo {
		margin: 0 30px 0 0;
	}

	.tabs-wrapper {
		padding-bottom: 50px;
	}

	.tabs-wrapper .section-header {
		margin-bottom: 43px;
	}

	.tabs-wrapper .section-header .h3,
	.tabs-wrapper .section-header h3 {
		margin-bottom: 25px;
	}

	.tab-content {
		margin-bottom: 30px;
	}

	.tabset {
		font-size: 18px;
		line-height: 1.2222222222;
		margin-bottom: 50px;
	}

	.tabset li a {
		padding: 26px 20px 24px 20px;
	}

	.accordion .acc-opener {
		font-size: 26px;
		line-height: 1.1538461538;
		padding: 6px 70px 6px 0;
	}

	.accordion .acc-opener:before {
		width: 50px;
		height: 50px;
		font-size: 22px;
		top: -3px;
	}

	.accordion .slide {
		padding: 42px 0 19px;
	}

	.event-highlight .frame {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.event-highlight .img-blocks {
		width: 43%;
		margin: -30px 0 0;
	}

	.event-highlight .description {
		width: 53%;
		margin-bottom: 0;
	}

	.event-highlight ul:not([class]) {
		padding-top: 20px;
	}

	.article-post .frame {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.article-post .article-post-img {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		max-width: 50%;
		margin-right: 30px;
		margin-bottom: 0;
	}

	.article-post .resurces-box {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-right: 40px;
		margin-bottom: 0;
	}

	.article-post .description {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.feature-holder {
		padding-bottom: 50px;
	}

	.feature {
		width: 50%;
		margin: 56px 0;
	}

	.feature .icon-wrap {
		margin-right: 39px;
	}
}

@media (min-width: 1024px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		font-size: 20px;
		line-height: 1.2;
		width: 56px;
		height: 56px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: 12px;
	}

	.btn,
	button,
	input[type="button"],
	input[type="reset"],
	input[type="file"],
	input[type="submit"],
	.comment-form input[type="submit"],
	.post-password-form input[type="submit"],
	.search-form input[type="submit"] {
		padding: 21px 15px 19px 15px;
		font-size: 20px;
		line-height: 1.2;
		min-width: 196px;
	}

	.btn.share-btn,
	button.share-btn,
	input.share-btn[type="button"],
	input.share-btn[type="reset"],
	input.share-btn[type="file"],
	input.share-btn[type="submit"],
	.comment-form input.share-btn[type="submit"],
	.post-password-form input.share-btn[type="submit"],
	.search-form input.share-btn[type="submit"] {
		padding-left: 23px;
		padding-right: 52px;
	}

	.btn.share-btn i,
	button.share-btn i,
	input.share-btn[type="button"] i,
	input.share-btn[type="reset"] i,
	input.share-btn[type="file"] i,
	input.share-btn[type="submit"] i,
	.comment-form input.share-btn[type="submit"] i,
	.post-password-form input.share-btn[type="submit"] i,
	.search-form input.share-btn[type="submit"] i {
		font-size: 34px;
		right: 18px;
	}

	.post-password-form input[type="button"],
	.post-password-form input[type="submit"],
	.post-password-form button,
	.search-form input[type="button"],
	.search-form input[type="submit"],
	.search-form button {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.custom-form .input-wrap {
		margin-bottom: 40px;
	}

	.custom-form .textarea-wrap {
		margin-bottom: 75px;
	}

	h1,
	.h1 {
		font-size: 55px;
		line-height: 1.0727272727;
	}

	h2,
	.h2 {
		font-size: 36px;
		line-height: 1.1111111111;
	}

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

	h4,
	.h4 {
		font-size: 24px;
		line-height: 1.2083333333;
	}

	ul:not([class]) {
		font-size: 20px;
		line-height: 1.2;
	}

	ul:not([class]) > li {
		padding-left: 58px;
	}

	blockquote {
		font-size: 30px;
		line-height: 1.2;
	}

	.logo {
		max-width: 40%;
		margin-left: -26px;
		margin: 0 20px 0 -26px;
	}

	.logo .logo-wrap {
		padding: 0 26px;
		width: auto;
	}

	.logo .logo-wrap.logo2 {
		width: auto;
	}

	#nav > ul {
		font-size: 20px;
		line-height: 1.2;
	}

	#nav > ul a {
		padding: 45px 20px;
	}

	#nav > ul ul {
		padding: 29px 35px;
		width: 220px;
	}

	.nav-opener {
		width: 35px;
		height: 32px;
		margin-left: 23px;
	}

	.burger-content > .holder {
		padding: 111px 20px 40px 40px;
	}

	.burger-content .logo {
		margin: 0 0 30px;
	}

	.burger-content .burger-opener {
		width: 42px;
		height: 38px;
		top: 40px;
		right: 35px;
	}

	.burger-content .social-networks {
		margin: 0 -18px -18px;
		padding-top: 20px;
	}

	.burger-content .social-networks li {
		padding: 0 18px 18px;
	}

	.burger-content .social-networks li a {
		width: 96px;
		height: 96px;
	}

	.burger-content .social-networks li a i {
		font-size: 42px;
		line-height: 1;
	}

	.burger-content .support-logo {
		padding-top: 34px;
	}

	.burger-box {
		margin-bottom: 46px;
	}

	.burger-box .heading {
		margin-bottom: 29px;
		padding-bottom: 22px;
	}

	.addres p {
		margin-bottom: 20px;
	}

	body {
		font-size: 20px;
		line-height: 1.35;
	}

	.section {
		padding-top: 102px;
		padding-bottom: 102px;
	}

	.section-header {
		line-height: 1.4;
		margin-bottom: 94px;
	}

	.section-header .h1,
	.section-header h1,
	.section-header .h2,
	.section-header h2 {
		margin-bottom: 37px;
	}

	.heading {
		padding-bottom: 27px;
		margin-bottom: 38px;
	}

	.heading .tags {
		font-size: 20px;
		line-height: 1.2;
	}

	.about {
		padding-top: 109px;
	}

	.about .section-header {
		margin-bottom: 90px;
	}

	.info-tags {
		font-size: 20px;
		line-height: 1.2;
	}

	.meta {
		font-size: 20px;
		line-height: 1.2;
	}

	.three-cols {
		padding-bottom: 66px;
	}

	.element {
		margin-bottom: 100px;
	}

	.aims-list li {
		line-height: 1.4;
		margin-bottom: 53px;
	}

	.img-blocks {
		margin: 0 -8px -16px;
	}

	.img-blocks li {
		padding: 0 8px 16px;
	}

	.porgram-list {
		margin-bottom: 94px;
	}

	.porgram-list .porgram-description {
		padding: 37px 39px;
	}

	.porgram-list .porgram-description h4 {
		margin-bottom: 20px;
	}

	.porgram-list .porgram-info {
		padding: 27px 35px;
	}

	.porgram-list .porgram-info .places {
		font-size: 22px;
		line-height: 1.1818181818;
	}

	.section-program.section {
		padding-bottom: 141px;
		padding-bottom: 110px;
	}

	.section-program .section-header {
		margin-bottom: 72px;
	}

	.section-program .porgram-list {
		margin-bottom: 136px;
	}

	.text-columns {
		-webkit-column-gap: 60px;
		column-gap: 60px;
		-moz-column-gap: 60px;
	}

	.text-columns .img {
		margin: 78px 0 27px;
	}

	.news-head {
		margin-right: -30px;
		margin-left: -30px;
	}

	.news-head .news-head-col {
		padding: 0 30px;
	}

	.two-columns .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.content {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	#sidebar,
	.sidebar {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 320px;
		margin-left: 40px;
	}

	.map-holder .gmap-holder {
		height: 500px !important;
	}

	.footer {
		font-size: 18px;
		line-height: 1.3333333333;
	}

	.footer h4 {
		margin-bottom: 32px;
	}

	.brief-footer {
		line-height: 1.56;
		padding: 60px 30px 30px 30px;
	}

	.footer-content-top {
		padding: 60px 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.footer-content-top .holder-left {
		width: 38.5%;
		margin-bottom: 0;
	}

	.footer-content-top .holder-right {
		width: 51.2%;
	}

	.mailpoet_form input[type="button"],
	.mailpoet_form input[type="submit"],
	.mailpoet_form button {
		font-size: 20px;
		line-height: 1.2;
	}

	.subscribe-form .input-group button {
		font-size: 20px;
		line-height: 1.2;
		padding: 19px 32px;
	}

	.footer-panel {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		padding: 0 40px;
	}

	.footer-panel .social-networks {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding: 0 80px 0 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.footer-panel .social-networks li {
		padding: 0;
	}

	.footer-panel .social-networks li a {
		width: 120px;
		height: 120px;
		border-left: 1px solid #363636;
	}

	.footer-panel .social-networks li a i {
		font-size: 45px;
		line-height: 1;
	}

	.footer-panel .social-networks li a:hover {
		background: #1d1c1c;
	}

	.social-networks li a {
		width: 70px;
		height: 70px;
	}

	.social-networks li a i {
		font-size: 32px;
		line-height: 1;
	}

	.social-networks li a i.fa-instagram {
		font-size: 39px;
		line-height: 1;
	}

	.footer-text {
		max-width: 45%;
		margin: 0 15px 0 0;
		text-align: left;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.btn-top {
		width: 120px !important;
		height: 120px !important;
	}

	.btn-top i {
		font-size: 35px;
		line-height: 1;
	}

	.visual-caption:after {
		min-height: 700px;
	}

	.visual-caption .h2,
	.visual-caption h2 {
		font-size: 28px;
		line-height: 1.1428571429;
		margin-bottom: 35px;
	}

	.visual-caption .align {
		padding: 150px 16px 36px;
	}

	.page-head-caption:after {
		min-height: 430px;
	}

	.page-head-caption .align {
		padding: 150px 16px 36px;
	}

	.post-section {
		padding-bottom: 90px;
		padding-top: 121px;
	}

	.post-section .section-header {
		margin-bottom: 74px;
	}

	.slick-dots {
		margin-top: 40px;
	}

	.post {
		font-size: 18px;
		line-height: 1.2222222222;
		margin: 0 0 32px;
	}

	.post .h3,
	.post h3 {
		font-size: 20px;
		line-height: 1.2;
	}

	.post h2 {
		margin-bottom: 29px;
	}

	.post .holder {
		padding: 28px 32px 50px;
	}

	.post .link-arrow {
		margin-top: 25px;
	}

	.post .link-arrow i {
		font-size: 22px;
	}

	.post.post-city .holder {
		padding: 29px 29px 27px;
	}

	.post.text-only .holder {
		min-height: 372px;
	}

	.post.text-only .meta {
		margin-bottom: 26px;
	}

	.post.text-only .text-holder {
		padding: 43px 32px;
	}

	.post.text-only h3,
	.post.text-only .h3,
	.post.text-only .h2 h2 {
		margin-bottom: 36px;
	}

	.post.text-only .info-tags {
		margin: 36px 0 53px;
	}

	.projects-slider {
		padding-right: 0;
	}

	.projects-slider.feaure-projects .h2,
	.projects-slider.feaure-projects h2 {
		margin-bottom: 27px;
	}

	.projects-slider .slide {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0;
	}

	.slick-arrow {
		width: 66px;
		height: 66px;
		font-size: 28px;
		line-height: 1;
		right: 134px;
		bottom: 30px;
		left: auto;
		margin-left: 0;
	}

	.slick-arrow.slick-next {
		right: 45px;
		margin-left: 0;
	}

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

	.project .h2,
	.project h2 {
		line-height: 1.19;
	}

	.project .img-holder {
		min-height: 360px;
		width: 50%;
	}

	.project .description {
		padding: 40px;
		width: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.featured-countries {
		padding-top: 130px;
	}

	.featured-countries .section-header {
		line-height: 1.4;
		margin-bottom: 66px;
	}

	.cta-aside {
		font-size: 22px;
		line-height: 1.2727272727;
	}

	.cta-aside.large .container {
		min-height: 500px;
	}

	.cta-aside.large .cta-text {
		margin-bottom: 74px;
	}

	.cta-aside .align {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.cta-aside .h2,
	.cta-aside h2,
	.cta-aside h3,
	.cta-aside .h3 {
		margin-bottom: 18px;
	}

	.info-aside {
		padding-top: 120px;
		padding-bottom: 120px;
		line-height: 1.4;
	}

	.info-aside .info-aside-logo {
		margin: 4px 58px 0 0;
	}

	.resurces-box .img-caption {
		padding: 30px 32px;
	}

	.resurces-box .img-caption h3,
	.resurces-box .img-caption .h3 {
		font-size: 24px;
		line-height: 1.2083333333;
	}

	.resurces-box .resurces-link {
		padding: 23px 56px 21px 32px;
		font-size: 20px;
		line-height: 1.2;
	}

	.resurces-box .resurces-link i {
		font-size: 26px;
		line-height: 1;
		right: 18px;
	}

	.tabs-wrapper {
		padding-bottom: 91px;
	}

	.tabs-wrapper .section-header .h3,
	.tabs-wrapper .section-header h3 {
		margin-bottom: 38px;
	}

	.tab-content {
		margin-bottom: 39px;
	}

	.tabset {
		font-size: 24px;
		line-height: 1.1666666667;
		margin-bottom: 90px;
	}

	.tabset li a {
		padding: 39px 37px 37px 37px;
	}

	.accordion li {
		padding: 38px 0;
	}

	.accordion .acc-opener {
		font-size: 30px;
		line-height: 1.3333333333;
	}

	.accordion .acc-opener:before {
		top: 2px;
	}

	.event-highlight .img-blocks {
		width: 40.9%;
		margin: -42px 0 0;
	}

	.event-highlight .description {
		width: 50%;
	}

	.event-highlight ul:not([class]) {
		padding-top: 39px;
	}

	.speaker a .speaker-caption {
		padding: 38px 80px 38px 25px;
	}

	.speaker a h3,
	.speaker a .h3 {
		font-size: 24px;
		line-height: 1.2083333333;
	}

	.speaker a .link-arrow {
		width: 50px;
		height: 50px;
		right: 25px;
	}

	.speaker a .link-arrow i {
		font-size: 22px;
	}

	.article-post .resurces-box {
		margin-right: 50px;
	}

	.article-post .text {
		margin-bottom: 50px;
	}

	.feature-holder {
		margin-top: -56px;
		margin-bottom: -56px;
	}
}

@media (min-width: 1220px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		font-size: 26px;
		line-height: 1.1538461538;
		width: 68px;
		height: 68px;
	}

	.btn,
	button,
	input[type="button"],
	input[type="reset"],
	input[type="file"],
	input[type="submit"],
	.comment-form input[type="submit"],
	.post-password-form input[type="submit"],
	.search-form input[type="submit"] {
		min-width: 220px;
	}

	.button-wrap {
		margin: 0 -13px -10px;
	}

	.button-wrap .btn,
	.button-wrap button,
	.button-wrap input[type="button"],
	.button-wrap input[type="reset"],
	.button-wrap input[type="file"],
	.button-wrap input[type="submit"],
	.button-wrap .comment-form input[type="submit"],
	.comment-form .button-wrap input[type="submit"],
	.button-wrap .post-password-form input[type="submit"],
	.post-password-form .button-wrap input[type="submit"],
	.button-wrap .search-form input[type="submit"],
	.search-form .button-wrap input[type="submit"] {
		margin: 0 13px 10px;
	}

	h1,
	.h1 {
		font-size: 60px;
		line-height: 1.0666666667;
	}

	.header {
		padding: 0 30px;
	}

	#nav > ul a {
		padding: 52px 26px;
	}

	.burger-content .logo {
		margin: 0 0 64px;
	}

	.burger-content .support-logo {
		padding-top: 52px;
	}

	.addres p {
		margin-bottom: 28px;
	}

	.about .section-header {
		margin-bottom: 126px;
	}

	.three-cols {
		margin-left: -16px;
		margin-right: -16px;
	}

	.three-cols .col {
		padding: 0 16px;
	}

	.element {
		margin-bottom: 179px;
	}

	.feature-block-img {
		margin-left: 60px;
	}

	.text-columns {
		-webkit-column-gap: 92px;
		column-gap: 92px;
		-moz-column-gap: 92px;
	}

	.news-head {
		margin-right: -46px;
		margin-left: -46px;
	}

	.news-head .news-head-col {
		padding: 0 46px;
	}

	.social-networks li a {
		width: 80px;
		height: 80px;
	}

	.social-networks li a i {
		font-size: 36px;
		line-height: 1;
	}

	.social-networks li a i.fa-instagram {
		font-size: 42px;
		line-height: 1;
	}

	.visual-caption:after {
		min-height: 893px;
	}

	.visual-caption .h2,
	.visual-caption h2 {
		font-size: 30px;
		line-height: 1.1333333333;
	}

	.post-slider {
		margin: 0 -6px 39px;
	}

	.post-slider .slide {
		padding: 0 16px;
	}

	.slick-dots {
		margin-top: 90px;
	}

	.slick-arrow {
		bottom: 50px;
	}

	.project .img-holder {
		min-height: 428px;
	}

	.project .description {
		padding: 50px;
	}

	.countries a .country-caption {
		padding: 40px 15px;
	}

	.cta-aside.large .container {
		min-height: 600px;
	}

	.resurces-box {
		margin-bottom: 32px;
	}

	.speaker {
		margin-bottom: 32px;
	}

	.speaker a .speaker-caption {
		padding: 38px 87px 38px 32px;
	}

	.speaker a .link-arrow {
		right: 31px;
	}

	.article-post .article-post-img {
		margin-right: 60px;
	}

	.article-post .resurces-box {
		margin-right: 60px;
	}

	.article-post .text {
		margin-bottom: 82px;
	}

	.feature-holder {
		margin-left: -15px;
		margin-right: -15px;
		padding-bottom: 60px;
	}

	.feature {
		width: 33.33%;
	}
}

@media (min-width: 1250px) {
	.social-networks {
		margin: 0 -16px -30px;
	}

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

@media (min-width: 1400px) {
	.footer-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.brief-footer {
		width: 32%;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.footer-content {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.footer-content-top .holder-right {
		width: 55%;
	}

	.mailpoet_form input[type="email"],
	.mailpoet_form input[type="text"] {
		padding: 19px 25px;
	}

	.mailpoet_form .mailpoet_paragraph {
		width: 162px;
		width: calc(100% - 162px);
	}

	.mailpoet_form .mailpoet_paragraph + .mailpoet_paragraph {
		width: 162px;
	}

	.subscribe-form .input-group input[type="text"] {
		padding: 19px 25px;
	}

	.subscribe-form .input-group button {
		width: 162px;
	}
}

@media (min-width: 1616px) {
	.map-holder .gmap-holder {
		height: 600px !important;
	}

	.brief-footer {
		padding: 79px 40px 40px 40px;
		width: 37.5%;
	}

	.footer-content-top {
		padding: 78px 40px 73px 40px;
	}

	.footer-content-top .holder-right {
		width: 51.2%;
	}

	.mailpoet_form input[type="email"],
	.mailpoet_form input[type="text"] {
		padding: 19px 32px;
	}

	.mailpoet_form .mailpoet_paragraph {
		width: 182px;
		width: calc(100% - 182px);
	}

	.mailpoet_form .mailpoet_paragraph + .mailpoet_paragraph {
		width: 182px;
	}

	.subscribe-form .input-group input[type="text"] {
		padding: 19px 32px;
	}

	.subscribe-form .input-group button {
		width: 182px;
	}

	.footer-panel {
		padding: 0 40px;
	}

	.projects-slider.feaure-projects .text {
		margin-bottom: 47px;
	}

	.slick-arrow {
		bottom: 55px;
		right: 174px;
	}

	.slick-arrow.slick-next {
		right: 85px;
	}

	.project .img-holder {
		min-height: 552px;
	}

	.project .description {
		padding: 40px 70px 92px;
		padding: 60px 70px;
	}

	.project .description .align {
		max-width: 660px;
	}

	.project .text {
		margin-bottom: 61px;
	}
}

@media (min-width: 1820px) {
	.map-holder .gmap-holder {
		height: 746px !important;
	}

	.brief-footer {
		padding: 79px 57px 40px 88px;
	}

	.footer-content-top {
		padding: 78px 62px 73px 87px;
	}

	.footer-panel {
		padding: 0 66px;
	}

	.footer-panel .social-networks {
		padding: 0 84px 0 0;
	}

	.footer-panel .social-networks li a {
		width: 150px;
		height: 150px;
	}

	.footer-panel .social-networks li a i {
		font-size: 50px;
		line-height: 1;
	}

	.btn-top {
		width: 150px !important;
		height: 150px !important;
	}

	.btn-top i {
		font-size: 37px;
		line-height: 1;
	}

	.slick-arrow {
		bottom: 94px;
		right: 194px;
	}

	.slick-arrow.slick-next {
		right: 105px;
	}

	.project .img-holder {
		min-height: 681px;
	}

	.project .description {
		padding: 70px 100px 70px 123px;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}

	.footer-panel .social-networks {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-bottom: 10px;
	}

	.projects-slider .slick-list {
		overflow: visible;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}
}

@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}

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

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

@media (max-width: 539px) {
	.post-slider .slick-list {
		overflow: visible;
	}
}

@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}

	/* @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  } */
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}