/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?8peyg3");
	src: url("../fonts/icomoon.eot?8peyg3#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?8peyg3") format("truetype"), url("../fonts/icomoon.woff?8peyg3") format("woff"), url("../fonts/icomoon.svg?8peyg3#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-approach:before {
	content: "\e92c";
}

.icon-development:before {
	content: "\e92d";
}

.icon-solution:before {
	content: "\e92e";
}

.icon-support:before {
	content: "\e92f";
}

.icon-team:before {
	content: "\e935";
}

.icon-working:before {
	content: "\e936";
}

.icon-speaker2:before {
	content: "\e92b";
}

.icon-book:before {
	content: "\e933";
}

.icon-watch2:before {
	content: "\e931";
}

.icon-heart:before {
	content: "\e930";
}

.icon-bell:before {
	content: "\e932";
}

.icon-clock:before {
	content: "\e934";
}

.icon-card:before {
	content: "\e92a";
}

.icon-volume-mute:before {
	content: "\e929";
}

.icon-play-track:before {
	content: "\e928";
}

.icon-prev-track:before {
	content: "\e927";
}

.icon-next-track:before {
	content: "\e924";
}

.icon-repeat:before {
	content: "\e925";
}

.icon-volume:before {
	content: "\e926";
}

.icon-pause:before {
	content: "\e922";
}

.icon-play:before {
	content: "\e923";
	color: #fff;
}

.icon-quote:before {
	content: "\e920";
}

.icon-login-user:before {
	content: "\e91c";
}

.icon-minus:before {
	content: "\e91b";
}

.icon-plus:before {
	content: "\e91a";
}

.icon-stick-man:before {
	content: "\e918";
}

.icon-bible:before {
	content: "\e919";
}

.icon-church:before {
	content: "\e917";
}

.icon-email:before {
	content: "\e916";
}

.icon-arrow-left:before {
	content: "\e915";
}

.icon-arrow-right:before {
	content: "\e914";
}

.icon-time:before {
	content: "\e911";
}

.icon-comments:before {
	content: "\e90c";
}

.icon-details:before {
	content: "\e91d";
}

.icon-shopping-cart2:before {
	content: "\e91e";
}

.icon-visa:before {
	content: "\e91f";
}

.icon-phone:before {
	content: "\e913";
}

.icon-audio:before {
	content: "\e90d";
}

.icon-download:before {
	content: "\e90e";
}

.icon-text:before {
	content: "\e90f";
}

.icon-video:before {
	content: "\e910";
}

.icon-star:before {
	content: "\e90a";
}

.icon-User:before {
	content: "\e908";
}

.icon-linkedin:before {
	content: "\e90b";
}

.icon-instagram-logo:before {
	content: "\e903";
}

.icon-magnifying-glass:before {
	content: "\e904";
}

.icon-shopping-cart:before {
	content: "\e905";
}

.icon-up-arrow:before {
	content: "\e906";
}

.icon-map-location:before {
	content: "\e907";
}

.icon-google-plus:before {
	content: "\ea8b";
}

.icon-facebook:before {
	content: "\ea90";
}

.icon-twitter:before {
	content: "\ea96";
}

.icon-youtube:before {
	content: "\ea9d";
}

.icon-cross:before {
	content: "\e900";
}

.icon-check:before {
	content: "\e921";
}

.icon-angle-up:before {
	content: "\e912";
}

.icon-angle-down:before {
	content: "\e909";
}

.icon-angle-right:before {
	content: "\e901";
}

.icon-angle-left:before {
	content: "\e902";
}

@font-face {
	font-family: "Playfair Display";
	src: url("../fonts/playfairdisplay-bold-webfont.eot");
	src: url("../fonts/playfairdisplay-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/playfairdisplay-bold-webfont.woff2") format("woff2"), url("../fonts/playfairdisplay-bold-webfont.woff") format("woff"), url("../fonts/playfairdisplay-bold-webfont.ttf") format("truetype"), url("../fonts/playfairdisplay-bold-webfont.svg#playfair_displaybold") format("svg");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Playfair Display";
	src: url("../fonts/playfairdisplay-bolditalic-webfont.eot");
	src: url("../fonts/playfairdisplay-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/playfairdisplay-bolditalic-webfont.woff2") format("woff2"), url("../fonts/playfairdisplay-bolditalic-webfont.woff") format("woff"), url("../fonts/playfairdisplay-bolditalic-webfont.ttf") format("truetype"), url("../fonts/playfairdisplay-bolditalic-webfont.svg#playfair_displaybold_italic") format("svg");
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: "Playfair Display";
	src: url("../fonts/playfairdisplay-italic-webfont.eot");
	src: url("../fonts/playfairdisplay-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/playfairdisplay-italic-webfont.woff2") format("woff2"), url("../fonts/playfairdisplay-italic-webfont.woff") format("woff"), url("../fonts/playfairdisplay-italic-webfont.ttf") format("truetype"), url("../fonts/playfairdisplay-italic-webfont.svg#playfair_displayitalic") format("svg");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "montserrat";
	src: url("../fonts/montserrat-bold-webfont.eot");
	src: url("../fonts/montserrat-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-bold-webfont.woff2") format("woff2"), url("../fonts/montserrat-bold-webfont.woff") format("woff"), url("../fonts/montserrat-bold-webfont.ttf") format("truetype"), url("../fonts/montserrat-bold-webfont.svg#montserratbold") format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "montserrat";
	src: url("../fonts/montserrat-light-webfont.eot");
	src: url("../fonts/montserrat-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-light-webfont.woff2") format("woff2"), url("../fonts/montserrat-light-webfont.woff") format("woff"), url("../fonts/montserrat-light-webfont.ttf") format("truetype"), url("../fonts/montserrat-light-webfont.svg#montserratlight") format("svg");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "montserrat";
	src: url("../fonts/montserrat-regular-webfont.eot");
	src: url("../fonts/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat-regular-webfont.woff") format("woff"), url("../fonts/montserrat-regular-webfont.ttf") format("truetype"), url("../fonts/montserrat-regular-webfont.svg#montserratregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "montserrat";
	src: url("../fonts/montserrat-extrabold-webfont.eot");
	src: url("../fonts/montserrat-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-extrabold-webfont.woff2") format("woff2"), url("../fonts/montserrat-extrabold-webfont.woff") format("woff"), url("../fonts/montserrat-extrabold-webfont.ttf") format("truetype"), url("../fonts/montserrat-extrabold-webfont.svg#montserratextrabold") format("svg");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "montserrat";
	src: url("../fonts/montserrat-semibold-webfont.eot");
	src: url("../fonts/montserrat-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-semibold-webfont.woff2") format("woff2"), url("../fonts/montserrat-semibold-webfont.woff") format("woff"), url("../fonts/montserrat-semibold-webfont.ttf") format("truetype"), url("../fonts/montserrat-semibold-webfont.svg#montserratsemibold") format("svg");
	font-weight: 600;
	font-style: normal;
}

/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fas,
.far,
.fal,
.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-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 {
	filter: none;
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2em;
}

.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-address-book:before {
	content: "\f2b9";
}

.fa-address-card:before {
	content: "\f2bb";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-adn:before {
	content: "\f170";
}

.fa-adversal:before {
	content: "\f36a";
}

.fa-affiliatetheme:before {
	content: "\f36b";
}

.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-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-angrycreative:before {
	content: "\f36e";
}

.fa-angular:before {
	content: "\f420";
}

.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-pay:before {
	content: "\f415";
}

.fa-archive:before {
	content: "\f187";
}

.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-assistive-listening-systems:before {
	content: "\f2a2";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-asymmetrik:before {
	content: "\f372";
}

.fa-at:before {
	content: "\f1fa";
}

.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-aws:before {
	content: "\f375";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-balance-scale:before {
	content: "\f24e";
}

.fa-ban:before {
	content: "\f05e";
}

.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-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-bicycle:before {
	content: "\f206";
}

.fa-bimobject:before {
	content: "\f378";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.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-blind:before {
	content: "\f29d";
}

.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-book:before {
	content: "\f02d";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-bowling-ball:before {
	content: "\f436";
}

.fa-braille:before {
	content: "\f2a1";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-btc:before {
	content: "\f15a";
}

.fa-bug:before {
	content: "\f188";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-buromobelexperte:before {
	content: "\f37f";
}

.fa-bus:before {
	content: "\f207";
}

.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-minus:before {
	content: "\f272";
}

.fa-calendar-plus:before {
	content: "\f271";
}

.fa-calendar-times:before {
	content: "\f273";
}

.fa-camera:before {
	content: "\f030";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-car:before {
	content: "\f1b9";
}

.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-cart-arrow-down:before {
	content: "\f218";
}

.fa-cart-plus:before {
	content: "\f217";
}

.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-certificate:before {
	content: "\f0a3";
}

.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-square:before {
	content: "\f14a";
}

.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-circle:before {
	content: "\f111";
}

.fa-circle-notch:before {
	content: "\f1ce";
}

.fa-clipboard:before {
	content: "\f328";
}

.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-upload-alt:before {
	content: "\f382";
}

.fa-cloudscale:before {
	content: "\f383";
}

.fa-cloudsmith:before {
	content: "\f384";
}

.fa-cloudversify:before {
	content: "\f385";
}

.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-columns:before {
	content: "\f0db";
}

.fa-comment:before {
	content: "\f075";
}

.fa-comment-alt:before {
	content: "\f27a";
}

.fa-comments:before {
	content: "\f086";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-compress:before {
	content: "\f066";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-contao:before {
	content: "\f26d";
}

.fa-copy:before {
	content: "\f0c5";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-cpanel:before {
	content: "\f388";
}

.fa-creative-commons:before {
	content: "\f25e";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-crop:before {
	content: "\f125";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.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-dashcube:before {
	content: "\f210";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-deaf:before {
	content: "\f2a4";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-deploydog:before {
	content: "\f38e";
}

.fa-deskpro:before {
	content: "\f38f";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-digital-ocean:before {
	content: "\f391";
}

.fa-discord:before {
	content: "\f392";
}

.fa-discourse:before {
	content: "\f393";
}

.fa-dochub:before {
	content: "\f394";
}

.fa-docker:before {
	content: "\f395";
}

.fa-dollar-sign:before {
	content: "\f155";
}

.fa-dot-circle:before {
	content: "\f192";
}

.fa-download:before {
	content: "\f019";
}

.fa-draft2digital:before {
	content: "\f396";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-dribbble-square:before {
	content: "\f397";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-dyalog:before {
	content: "\f399";
}

.fa-earlybirds:before {
	content: "\f39a";
}

.fa-edge:before {
	content: "\f282";
}

.fa-edit:before {
	content: "\f044";
}

.fa-eject:before {
	content: "\f052";
}

.fa-elementor:before {
	content: "\f430";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-ember:before {
	content: "\f423";
}

.fa-empire:before {
	content: "\f1d1";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-envelope-open:before {
	content: "\f2b6";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-envira:before {
	content: "\f299";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-erlang:before {
	content: "\f39d";
}

.fa-ethereum:before {
	content: "\f42e";
}

.fa-etsy:before {
	content: "\f2d7";
}

.fa-euro-sign:before {
	content: "\f153";
}

.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-fast-backward:before {
	content: "\f049";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-female:before {
	content: "\f182";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.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-excel:before {
	content: "\f1c3";
}

.fa-file-image:before {
	content: "\f1c5";
}

.fa-file-pdf:before {
	content: "\f1c1";
}

.fa-file-powerpoint:before {
	content: "\f1c4";
}

.fa-file-video:before {
	content: "\f1c8";
}

.fa-file-word:before {
	content: "\f1c2";
}

.fa-film:before {
	content: "\f008";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-firefox:before {
	content: "\f269";
}

.fa-first-order:before {
	content: "\f2b0";
}

.fa-firstdraft:before {
	content: "\f3a1";
}

.fa-flag:before {
	content: "\f024";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-flipboard:before {
	content: "\f44d";
}

.fa-fly:before {
	content: "\f417";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-open:before {
	content: "\f07c";
}

.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-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-frown:before {
	content: "\f119";
}

.fa-futbol:before {
	content: "\f1e3";
}

.fa-gamepad:before {
	content: "\f11b";
}

.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-gift:before {
	content: "\f06b";
}

.fa-git:before {
	content: "\f1d3";
}

.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-martini:before {
	content: "\f000";
}

.fa-glide:before {
	content: "\f2a5";
}

.fa-glide-g:before {
	content: "\f2a6";
}

.fa-globe:before {
	content: "\f0ac";
}

.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-graduation-cap:before {
	content: "\f19d";
}

.fa-gratipay:before {
	content: "\f184";
}

.fa-grav:before {
	content: "\f2d6";
}

.fa-gripfire:before {
	content: "\f3ac";
}

.fa-grunt:before {
	content: "\f3ad";
}

.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-hand-lizard:before {
	content: "\f258";
}

.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-handshake:before {
	content: "\f2b5";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-hdd:before {
	content: "\f0a0";
}

.fa-heading:before {
	content: "\f1dc";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-heart:before {
	content: "\f004";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-hips:before {
	content: "\f452";
}

.fa-hire-a-helper:before {
	content: "\f3b0";
}

.fa-history:before {
	content: "\f1da";
}

.fa-hockey-puck:before {
	content: "\f453";
}

.fa-home:before {
	content: "\f015";
}

.fa-hooli:before {
	content: "\f427";
}

.fa-hospital:before {
	content: "\f0f8";
}

.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-houzz:before {
	content: "\f27c";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-hubspot:before {
	content: "\f3b2";
}

.fa-i-cursor:before {
	content: "\f246";
}

.fa-id-badge:before {
	content: "\f2c1";
}

.fa-id-card:before {
	content: "\f2c2";
}

.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-info:before {
	content: "\f129";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-internet-explorer:before {
	content: "\f26b";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-italic:before {
	content: "\f033";
}

.fa-itunes:before {
	content: "\f3b4";
}

.fa-itunes-note:before {
	content: "\f3b5";
}

.fa-jenkins:before {
	content: "\f3b6";
}

.fa-joget:before {
	content: "\f3b7";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-js:before {
	content: "\f3b8";
}

.fa-js-square:before {
	content: "\f3b9";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-key:before {
	content: "\f084";
}

.fa-keyboard:before {
	content: "\f11c";
}

.fa-keycdn:before {
	content: "\f3ba";
}

.fa-kickstarter:before {
	content: "\f3bb";
}

.fa-kickstarter-k:before {
	content: "\f3bc";
}

.fa-korvue:before {
	content: "\f42f";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-laravel:before {
	content: "\f3bd";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-lemon:before {
	content: "\f094";
}

.fa-less:before {
	content: "\f41d";
}

.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-lyft:before {
	content: "\f3c3";
}

.fa-magento:before {
	content: "\f3c4";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-male:before {
	content: "\f183";
}

.fa-map:before {
	content: "\f279";
}

.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-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-maxcdn:before {
	content: "\f136";
}

.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-meh:before {
	content: "\f11a";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-microchip:before {
	content: "\f2db";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-microsoft:before {
	content: "\f3ca";
}

.fa-minus:before {
	content: "\f068";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-minus-square:before {
	content: "\f146";
}

.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-alt:before {
	content: "\f3d1";
}

.fa-moon:before {
	content: "\f186";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-mouse-pointer:before {
	content: "\f245";
}

.fa-music:before {
	content: "\f001";
}

.fa-napster:before {
	content: "\f3d2";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-newspaper:before {
	content: "\f1ea";
}

.fa-nintendo-switch:before {
	content: "\f418";
}

.fa-node:before {
	content: "\f419";
}

.fa-node-js:before {
	content: "\f3d3";
}

.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-opencart:before {
	content: "\f23d";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-opera:before {
	content: "\f26a";
}

.fa-optin-monster:before {
	content: "\f23c";
}

.fa-osi:before {
	content: "\f41a";
}

.fa-outdent:before {
	content: "\f03b";
}

.fa-page4:before {
	content: "\f3d7";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-palfed:before {
	content: "\f3d8";
}

.fa-paper-plane:before {
	content: "\f1d8";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.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-pen-square:before {
	content: "\f14b";
}

.fa-pencil-alt:before {
	content: "\f303";
}

.fa-percent:before {
	content: "\f295";
}

.fa-periscope:before {
	content: "\f3da";
}

.fa-phabricator:before {
	content: "\f3db";
}

.fa-phoenix-framework:before {
	content: "\f3dc";
}

.fa-phone:before {
	content: "\f095";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-phone-volume:before {
	content: "\f2a0";
}

.fa-php:before {
	content: "\f457";
}

.fa-pied-piper:before {
	content: "\f2ae";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-pied-piper-pp:before {
	content: "\f1a7";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-plane:before {
	content: "\f072";
}

.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-pound-sign:before {
	content: "\f154";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-print:before {
	content: "\f02f";
}

.fa-product-hunt:before {
	content: "\f288";
}

.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-random:before {
	content: "\f074";
}

.fa-ravelry:before {
	content: "\f2d9";
}

.fa-react:before {
	content: "\f41b";
}

.fa-rebel:before {
	content: "\f1d0";
}

.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-redo:before {
	content: "\f01e";
}

.fa-redo-alt:before {
	content: "\f2f9";
}

.fa-registered:before {
	content: "\f25d";
}

.fa-rendact:before {
	content: "\f3e4";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-reply:before {
	content: "\f3e5";
}

.fa-reply-all:before {
	content: "\f122";
}

.fa-replyd:before {
	content: "\f3e6";
}

.fa-resolving:before {
	content: "\f3e7";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-road:before {
	content: "\f018";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-rocketchat:before {
	content: "\f3e8";
}

.fa-rockrms:before {
	content: "\f3e9";
}

.fa-rss:before {
	content: "\f09e";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-ruble-sign:before {
	content: "\f158";
}

.fa-rupee-sign:before {
	content: "\f156";
}

.fa-safari:before {
	content: "\f267";
}

.fa-sass:before {
	content: "\f41e";
}

.fa-save:before {
	content: "\f0c7";
}

.fa-schlix:before {
	content: "\f3ea";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-search:before {
	content: "\f002";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-searchengin:before {
	content: "\f3eb";
}

.fa-sellcast:before {
	content: "\f2da";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-server:before {
	content: "\f233";
}

.fa-servicestack:before {
	content: "\f3ec";
}

.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-shirtsinbulk:before {
	content: "\f214";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-basket:before {
	content: "\f291";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-shower:before {
	content: "\f2cc";
}

.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-simplybuilt:before {
	content: "\f215";
}

.fa-sistrix:before {
	content: "\f3ee";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-slack:before {
	content: "\f198";
}

.fa-slack-hash:before {
	content: "\f3ef";
}

.fa-sliders-h:before {
	content: "\f1de";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-smile:before {
	content: "\f118";
}

.fa-snapchat:before {
	content: "\f2ab";
}

.fa-snapchat-ghost:before {
	content: "\f2ac";
}

.fa-snapchat-square:before {
	content: "\f2ad";
}

.fa-snowflake:before {
	content: "\f2dc";
}

.fa-sort:before {
	content: "\f0dc";
}

.fa-sort-alpha-down:before {
	content: "\f15d";
}

.fa-sort-alpha-up:before {
	content: "\f15e";
}

.fa-sort-amount-down:before {
	content: "\f160";
}

.fa-sort-amount-up:before {
	content: "\f161";
}

.fa-sort-down:before {
	content: "\f0dd";
}

.fa-sort-numeric-down:before {
	content: "\f162";
}

.fa-sort-numeric-up:before {
	content: "\f163";
}

.fa-sort-up:before {
	content: "\f0de";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-speakap:before {
	content: "\f3f3";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-square-full:before {
	content: "\f45c";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-half:before {
	content: "\f089";
}

.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-strava:before {
	content: "\f428";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-stripe:before {
	content: "\f429";
}

.fa-stripe-s:before {
	content: "\f42a";
}

.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-sun:before {
	content: "\f185";
}

.fa-superpowers:before {
	content: "\f2dd";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-supple:before {
	content: "\f3f9";
}

.fa-sync:before {
	content: "\f021";
}

.fa-sync-alt:before {
	content: "\f2f1";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-table-tennis:before {
	content: "\f45d";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-tablet-alt:before {
	content: "\f3fa";
}

.fa-tachometer-alt:before {
	content: "\f3fd";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-taxi:before {
	content: "\f1ba";
}

.fa-telegram:before {
	content: "\f2c6";
}

.fa-telegram-plane:before {
	content: "\f3fe";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.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-themeisle:before {
	content: "\f2b2";
}

.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-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-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-trademark:before {
	content: "\f25c";
}

.fa-train:before {
	content: "\f238";
}

.fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-trash-alt:before {
	content: "\f2ed";
}

.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-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-uikit:before {
	content: "\f403";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.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-usb:before {
	content: "\f287";
}

.fa-user:before {
	content: "\f007";
}

.fa-user-circle:before {
	content: "\f2bd";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-user-times:before {
	content: "\f235";
}

.fa-users:before {
	content: "\f0c0";
}

.fa-ussunnah:before {
	content: "\f407";
}

.fa-utensil-spoon:before {
	content: "\f2e5";
}

.fa-utensils:before {
	content: "\f2e7";
}

.fa-vaadin:before {
	content: "\f408";
}

.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-viber:before {
	content: "\f409";
}

.fa-video:before {
	content: "\f03d";
}

.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-volleyball-ball:before {
	content: "\f45f";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-vuejs:before {
	content: "\f41f";
}

.fa-weibo:before {
	content: "\f18a";
}

.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-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-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-wrench:before {
	content: "\f0ad";
}

.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-yandex:before {
	content: "\f413";
}

.fa-yandex-international:before {
	content: "\f414";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-yen-sign:before {
	content: "\f157";
}

.fa-yoast:before {
	content: "\f2b1";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-youtube-square:before {
	content: "\f431";
}

.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.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (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;
	src: url("../fonts/webfonts_free/fa-brands-400.eot");
	src: url("../fonts/webfonts_free/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts_free/fa-brands-400.woff2") format("woff2"), url("../fonts/webfonts_free/fa-brands-400.woff") format("woff"), url("../fonts/webfonts_free/fa-brands-400.ttf") format("truetype"), url("../fonts/webfonts_free/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
	font-family: "Font Awesome 5 Brands";
}

/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (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: 400;
	src: url("../fonts/webfonts_free/fa-regular-400.eot");
	src: url("../fonts/webfonts_free/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts_free/fa-regular-400.woff2") format("woff2"), url("../fonts/webfonts_free/fa-regular-400.woff") format("woff"), url("../fonts/webfonts_free/fa-regular-400.ttf") format("truetype"), url("../fonts/webfonts_free/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (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;
	src: url("../fonts/webfonts_free/fa-solid-900.eot");
	src: url("../fonts/webfonts_free/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts_free/fa-solid-900.woff2") format("woff2"), url("../fonts/webfonts_free/fa-solid-900.woff") format("woff"), url("../fonts/webfonts_free/fa-solid-900.ttf") format("truetype"), url("../fonts/webfonts_free/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.radio-list,
.social-networks,
.footer-area .information-list,
.information-list,
.flow-gallery ul,
.sub-nav,
.category-list,
.category-list ul,
.archives,
#nav ul,
.drop-down ul,
.contact-list,
.rating-list,
.pagination.system_pagination ul,
.pagination ul,
.faqs,
.accordion,
.tabset,
.info-container .list,
.information-section .info-list,
.event-list,
.carousel .pagination,
.cycle-gallery .pagination ul,
.post .info-panel ul,
.team-section .info-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container:after,
.flow-gallery ul:after,
.tabset:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #282828;
	background: #fff;
	font: 16px/1.5 "Roboto", "Arial", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 300;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title {
	font-family: "Playfair Display", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: #205999;
	font-style: italic;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.title a {
	color: #205999;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.title a:hover {
	color: #205999;
}

.title {
	font-size: 90px;
	margin-bottom: 15px;
}

h1 {
	font-size: 48px;
	font-family: "Playfair Display", "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 22px;
}

h2 {
	font-size: 30px;
	margin-bottom: .6em;
}

h3 {
	font-size: 22px;
	margin-bottom: .3em;
}

h4 {
	font-size: 16px;
	margin-bottom: .3em;
}

h5 {
	font-size: 15px;
	font-style: normal;
	text-transform: uppercase;
}

h6 {
	font-size: 14px;
}

.secondary-text {
	color: #95999f;
	font-size: 12px;
}

p {
	margin: 0 0 1.5em;
}

a {
	color: #205999;
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #95999f;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

fieldset {
	text-align: left;
	margin-bottom: 35px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="number"],
textarea,
.textbox {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	padding: 8px 10px 6px;
	border-radius: 5px;
	background: #fff;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 300;
	outline: none;
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
textarea:focus,
.textbox:focus {
	border-color: #205999;
}

input[type="text"].error,
input[type="tel"].error,
input[type="email"].error,
input[type="search"].error,
input[type="password"].error,
input[type="number"].error,
textarea.error,
.textbox.error {
	border-color: #e70021;
	background: #fff;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.textbox::-webkit-input-placeholder {
	color: #95999f;
	text-transform: capitalize;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
textarea::-moz-placeholder,
.textbox::-moz-placeholder {
	opacity: 1;
	color: #95999f;
	text-transform: capitalize;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
textarea:-moz-placeholder,
.textbox:-moz-placeholder {
	color: #95999f;
	text-transform: capitalize;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.textbox:-ms-input-placeholder {
	color: #95999f;
	text-transform: capitalize;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="number"].placeholder,
textarea.placeholder,
.textbox.placeholder {
	color: #95999f;
	text-transform: capitalize;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"] {
	height: 42px;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
	display: block;
	width: 100%;
	height: 210px;
	min-height: 210px;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	min-height: 40px;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
	border: 2px solid #205999;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
	color: #fff;
}

input[type="submit"] {
	border-radius: 20px;
	-webkit-transition: background .5s linear,  color .5s linear;
	transition: background .5s linear,  color .5s linear;
}

input[type="submit"]:hover {
	background: #fff;
}

.search-form .input-box {
	position: relative;
}

.search-form input[type="search"] {
	padding-right: 35px;
	margin: 0 0 20px;
}

.search-form .search-btn {
	position: absolute;
	right: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
	border: none;
	width: 22px;
	height: 22px;
	font-size: 16px;
	line-height: 1;
	padding: 0;
	outline: none;
	color: #95999f;
	min-width: auto;
}

.search-form .search-btn:hover {
	color: #205999;
}

.login-form.incorrect-login * {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-name: buzz-out;
	animation-name: buzz-out;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.login-form.incorrect-login .message {
	display: block;
}

.login-form.incorrect-login .req {
	display: block;
}

.login-form .req {
	display: none;
}

.captcha-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-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	padding: 15px 0 35px;
}

.captcha-holder label {
	width: 100%;
	margin-bottom: 20px;
}

.captcha-holder .captchaimg img {
	margin: 0;
}

.captcha-holder input[type="text"] {
	margin: 0;
}

.donation-form {
	padding: 10px 0 0;
	text-align: left;
}

.donation-form fieldset {
	margin-bottom: 20px;
}

.donation-form .wrap h2 {
	margin: 0 0 5px;
}

.donation-form .radio-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -2px 10px;
}

.donation-form .radio-row [type="radio"],
.donation-form .radio-row [type="checkbox"] {
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
}

.donation-form .radio-list {
	margin-bottom: 15px;
}

.donation-form .radio-list li {
	margin-right: 40px;
}

.donation-form .fake-input-button {
	display: inline-block;
	vertical-align: top;
	position: relative;
	height: 41px;
	min-width: 59px;
	border-radius: 30px;
	background: #205999;
	white-space: nowrap;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 41px;
	font-weight: 600;
	padding: 0 5px;
	text-transform: uppercase;
	margin: 0 2px 10px;
}

.donation-form .fake-input-button:first-child {
	margin-left: 0;
}

.donation-form .fake-input-button:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 100%;
}

.donation-form [type="radio"]:checked ~ .fake-input-button {
	background: #95999f;
}

.donation-form h2 {
	margin-bottom: 40px;
}

.donation-form .img-wrap {
	margin-bottom: 18px;
}

.donation-form .img-wrap img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.radio-list {
	margin: 0 0 20px;
}

.radio-list li {
	display: inline-block;
	margin: 0 30px 0 0;
}

.radio-list label {
	display: inline-block;
	margin: 0;
}

.req {
	color: #e70021;
	display: block;
	margin-bottom: 5px;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-left {
	float: left;
	margin-right: 24px;
}

.align-left img {
	margin-bottom: 10px;
}

img {
	vertical-align: top;
	margin-bottom: 25px;
}

ul:not([class]) {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

ul:not([class]) li {
	padding: 0 0 6px 20px;
	position: relative;
}

ul:not([class]) li:last-child {
	padding-bottom: 0;
}

ul:not([class]) li:before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 7px;
	background: #205999;
}

blockquote {
	max-width: 72.6%;
	margin: 0 auto 30px;
	font-size: 18px;
	color: #95999f;
	line-height: 1.44;
	position: relative;
	padding: 0 40px;
}

blockquote q:before,
blockquote .q:before {
	content: "\e920";
	font-family: "icomoon" !important;
	color: #205999;
	position: absolute;
	top: 1px;
	left: 2px;
	font-size: 20px;
}

iframe:not([class]) {
	width: 100%;
}

.system-message,
.system-error-message {
	background: none;
	border: none;
	padding: 0;
	text-align: center;
	margin: 0;
}

.system-message .form,
.system-error-message .form {
	max-width: 500px;
	margin: 0 auto;
}

.form label,
.webform label {
	font-size: 16px;
}

.catProdAttributeItem .jcf-checkbox,
.catProdAttributeItem .jcf-radio {
	margin-right: 5px;
}

.ajaxListHolder .pagination {
	display: none;
}

/* custom checkbox styles */

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #d9d9d9;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 5px;
	width: 8px;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -6px;
	border: 3px solid #205999;
	border-width: 0 0 3px 3px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

:root .jcf-checkbox span {
	margin: -3px 0 0 -4px;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

/* custom radio styles */

.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #d9d9d9;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-radio span {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: #205999;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	display: block;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #d9d9d9;
	background: #fff;
	margin: 0 0 12px;
	min-width: 150px;
	height: 26px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 16px;
	line-height: 26px;
	margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #f9f9f9;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #e70021;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: #fff;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #282828;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #282828;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* custom file input styles */

.jcf-file {
	display: inline-block;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	background: #fff;
}

.jcf-file .jcf-real-element {
	position: absolute;
	font-size: 200px;
	height: 200px;
	margin: 0;
	right: 0;
	top: 0;
}

.jcf-file .jcf-fake-input {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
	overflow: hidden;
	border: 1px solid #d9d9d9;
	padding: 0 8px;
	font-size: 13px;
	line-height: 28px;
	height: 28px;
	width: 125px;
}

.jcf-file .jcf-upload-button {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #d9d9d9;
	margin: 0 0 0 -1px;
	padding: 0 10px;
	line-height: 28px;
	height: 28px;
}

/* custom range input styles */

.jcf-range {
	display: inline-block;
	min-width: 200px;
	margin: 0 10px;
	width: 130px;
}

.jcf-range .jcf-range-track {
	margin: 0 20px 0 0;
	position: relative;
	display: block;
}

.jcf-range .jcf-range-wrapper {
	background: #e5e5e5;
	border-radius: 5px;
	display: block;
	margin: 5px 0;
	height: 10px;
}

.jcf-range.jcf-vertical {
	width: auto;
}

.jcf-range.jcf-vertical .jcf-range-wrapper {
	margin: 0;
	width: 10px;
	height: auto;
	padding: 20px 0 0;
}

.jcf-range.jcf-vertical .jcf-range-track {
	height: 180px;
	width: 10px;
}

.jcf-range.jcf-vertical .jcf-range-handle {
	left: -5px;
	top: auto;
}

.jcf-range .jcf-range-handle {
	position: absolute;
	background: #aaa;
	border-radius: 19px;
	width: 19px;
	height: 19px;
	margin: -4px 0 0;
	z-index: 1;
	top: 0;
	left: 0;
}

.jcf-range .jcf-range-mark {
	position: absolute;
	overflow: hidden;
	background: #282828;
	width: 1px;
	height: 3px;
	top: -7px;
	margin: 0 0 0 9px;
}

.jcf-range.jcf-vertical .jcf-range-mark {
	margin: 0 0 9px;
	left: 14px;
	top: auto;
	width: 3px;
	height: 1px;
}

.jcf-range.jcf-focus .jcf-range-handle {
	border: 1px solid #e70021;
	margin: -5px 0 0 -1px;
}

.jcf-range.jcf-disabled {
	background: none !important;
	opacity: .3;
}

/* custom number input styles */

.jcf-number {
	display: inline-block;
	position: relative;
	height: 32px;
}

.jcf-number input {
	-moz-appearance: textfield;
}

.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.jcf-number input {
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	padding: 3px 27px 3px 7px;
	margin: 0;
	height: 100%;
}

.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
	position: absolute;
	background: #aaa;
	width: 20px;
	height: 15px;
	right: 1px;
	top: 1px;
}

.jcf-number .jcf-btn-dec {
	top: auto;
	bottom: 1px;
}

.jcf-number .jcf-btn-dec:hover,
.jcf-number .jcf-btn-inc:hover {
	background: #e6e6e6;
}

.jcf-number.jcf-disabled .jcf-btn-dec:hover,
.jcf-number.jcf-disabled .jcf-btn-inc:hover {
	background: #aaa;
}

.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -4px;
	border: 4px solid #aaa;
	border-color: transparent transparent #282828 transparent;
}

.jcf-number .jcf-btn-dec:before {
	margin: -1px 0 0 -4px;
	border-color: #282828 transparent transparent transparent;
}

.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before {
	opacity: .3;
}

.jcf-number.jcf-disabled input {
	background: #ddd;
}

/* custom scrollbars styles */

.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #e3e3e3;
	width: 14px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #bbb;
	height: 14px;
	width: 14px;
	left: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #888;
	height: 1px;
	width: 14px;
}

.jcf-scrollbar-horizontal {
	position: absolute;
	background: #e3e3e3;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 14px;
	width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #888;
	height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #d9d9d9 !important;
}

.jcf-checkbox.jcf-focus span {
	border-color: #205999 !important;
}

.row-holder,
.productSmall,
table.productTable tr,
.sermons2ListHolder {
	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: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 0 -12px;
}

[class^="col-"],
.productSmall li,
table.productTable td {
	padding: 0 12px;
	vertical-align: top;
}

.col-full-width,
.col-12 {
	width: 100%;
}

.col-11 {
	width: 91.6666666667%;
}

.col-10 {
	width: 83.3333333333%;
}

.col-9 {
	width: 75%;
}

.col-8 {
	width: 66.66%;
}

.col-7 {
	width: 58.31%;
}

.col-6 {
	width: 50%;
	vertical-align: top;
}

.col-5 {
	width: 41.65%;
}

.col-4 {
	width: 33.3333%;
}

.col-3,
.productSmall li {
	width: 25%;
}

.col-2 {
	width: 16.6666666667%;
}

.col-1 {
	width: 8.3333333333%;
}

.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.container {
	position: relative;
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
}

#main {
	padding: 45px 0 65px;
}

.scroll #main {
	padding-top: 120px;
}

.home-page #main {
	padding-bottom: 0;
}

.home-page #main > *:first-child {
	margin-top: -45px;
}

.home-page #main .section:last-child {
	padding-bottom: 0;
}

.overlay {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: .3;
}

.two-columns [id="content"] {
	margin-bottom: 20px;
}

.section {
	padding: 71px 0 63px;
	border-bottom: 1px solid #d9d9d9;
}

.intro-txt {
	max-width: 760px;
	margin: 0 auto;
	padding-bottom: 45px;
	text-align: center;
}

.intro-txt h1 {
	color: #205999;
	margin-bottom: 11px;
}

.intro-txt h1:last-child {
	margin-bottom: 0;
}

.intro-txt p {
	margin: 0 0 10px;
}

.social-networks {
	font-size: 0;
	line-height: 0;
}

.social-networks li {
	display: inline-block;
	vertical-align: top;
	padding: 0 12px;
	text-indent: -9999px;
}

.social-networks li:before {
	display: none;
}

.social-networks li a {
	overflow: hidden;
	width: 30px;
	height: 30px;
	border: 1px solid #205999;
	border-radius: 50%;
	display: block;
	color: #205999;
	font-size: 14px;
	position: relative;
	-webkit-transition: color .3s linear, border .3s linear, background .3s linear;
	transition: color .3s linear, border .3s linear, background .3s linear;
	z-index: 0;
}

.social-networks li a:hover {
	color: #fff;
	background: #205999;
}

.social-networks li a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-indent: 0;
}

.info-wrap {
	text-align: center;
}

.info-wrap .row-holder {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.info-wrap .photo-block {
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
	display: inline-block;
	vertical-align: top;
}

.info-wrap .photo-block:hover .description {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.info-wrap .photo-block:before {
	content: "";
	position: relative;
}

.info-wrap .photo-block img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.info-wrap .description {
	color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 20px 30px;
	text-align: center;
	font-size: 14px;
	background: rgba(32, 89, 153, .7);
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear, -webkit-transform .2s linear;
	font-weight: 300;
	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;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.info-wrap .title {
	display: block;
	font-size: 22px;
	line-height: 24px;
	font-family: "Playfair Display", "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 10px;
	font-style: italic;
	font-weight: 400;
}

.info-wrap p {
	margin: 0 0 37px;
}

.info-wrap .social-networks {
	margin: 0 -15px;
	text-align: center;
}

.info-wrap .social-networks li {
	margin: 0 15px;
}

.info-wrap .social-networks a {
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	position: relative;
	color: #fff;
	-webkit-transition: color .3s linear, border .3s linear;
	transition: color .3s linear, border .3s linear;
	font-size: 18px;
}

.footer-area {
	border-top: 1px solid #d9d9d9;
	padding: 10px 0 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-area .information-list {
	color: #205999;
	margin: 0 18px 0 0;
}

.footer-area .social-networks li:last-child {
	padding-right: 0;
}

.footer-area .social-networks a:hover {
	background: #205999;
	color: #fff;
}

.information-list {
	font-size: 0;
	line-height: 0;
	margin: 0 0 10px;
	color: #205999;
}

.information-list li {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 16px;
}

.information-list li:not(:last-child):after {
	content: "/";
	color: #95999f;
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
}

.information-list a {
	color: #95999f;
}

.information-list a:hover {
	color: #205999;
}

.gallery .row {
	font-size: 0;
	line-height: 0;
	margin: 0 -12px;
	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;
}

.gallery .row:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.gallery .column {
	width: 50%;
}

.gallery .column + .column .img-block {
	width: 50%;
}

.gallery .img-block {
	padding: 0 12px 24px;
	display: inline-block;
	vertical-align: top;
}

.gallery .img-block a {
	display: block;
	position: relative;
}

.gallery .img-block a:hover:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.gallery .img-block a:after {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 50%;
	background: #fff;
	z-index: -1;
}

.gallery .img-block a:after {
	border-radius: 0;
	z-index: 1;
	background: rgba(255, 255, 255, .7);
}

.gallery img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.flow-gallery .slick-list {
	padding: 0 !important;
}

.flow-gallery ul {
	position: relative;
	font-size: 0;
	line-height: 0;
	margin: 0 -10px;
}

.flow-gallery ul li {
	display: inline-block;
	vertical-align: middle;
	width: 33.33%;
	padding: 0 10px;
	text-align: center;
}

.flow-gallery ul li:before {
	display: none;
}

.flow-gallery ul li img {
	-webkit-transition: -webkit-transform .5s linear;
	transition: -webkit-transform .5s linear;
	transition: transform .5s linear;
	transition: transform .5s linear, -webkit-transform .5s linear;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
}

.flow-gallery ul li.slick-current img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
}

.flow-gallery .slick-arrow {
	position: absolute;
	left: 10px;
	top: 50%;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 36px;
	line-height: 1;
	width: 60px;
	height: 60px;
	color: #282828;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	background: none;
	border: none;
}

.flow-gallery .slick-arrow:before {
	content: "\e915";
	font-family: "icomoon";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-indent: 0;
}

.flow-gallery .slick-arrow:hover {
	color: #205999;
}

.flow-gallery .slick-arrow.slick-next {
	right: 10px;
	left: auto;
}

.flow-gallery .slick-arrow.slick-next:before {
	content: "\e914";
}

.flow-gallery a {
	outline: none;
}

.flow-gallery img {
	margin: 0;
}

.popup-holder {
	position: absolute;
	top: -9999px;
	left: -9999px;
	opacity: 0;
	visibility: hidden;
}

.demo #header {
	background: #fff;
}

.demo .popup {
	width: auto;
}

.demo .popup:after {
	content: "";
	position: absolute;
	top: -45px;
	left: -9999px;
	right: -9999px;
	bottom: -9999px;
	background: rgba(32, 89, 153, .7);
}

.demo .popup-block {
	position: relative;
	width: auto;
	max-width: 400px;
	margin: 0 auto;
	padding: 30px;
	border-radius: 6px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
	z-index: 10;
	background: #fff;
}

.popup-block {
	width: 400px;
	overflow: hidden;
}

.popup-block h3 {
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: "Roboto", "Arial", "Helvetica", sans-serif;
	padding-right: 20px;
	margin-bottom: 35px;
}

.popup-block select,
.popup-block .jcf-select {
	margin-bottom: 20px;
}

.popup-block .info {
	font-size: 12px;
	line-height: 18px;
	color: #95999f;
}

.popup-block .info p {
	margin: 0;
}

.google-map-holder {
	width: 100% !important;
	height: 450px !important;
}

.google-map-holder iframe {
	height: 100%;
}

.section.map-block {
	padding: 71px 0 0;
}

.section.map-block:last-child {
	margin-bottom: -45px;
}

.section.map-block .map-block {
	margin-bottom: 0;
}

.section.map-block img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

[id="sidebar"] img {
	margin-bottom: 15px;
}

[id="sidebar"] h3 {
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 11px;
	margin-bottom: 20px;
}

[id="sidebar"] .search-form input {
	margin-bottom: 7px;
}

.side-block {
	margin-bottom: 35px;
}

.sub-nav {
	margin-bottom: 41px;
	margin-top: 27px;
}

.sub-nav li {
	font-weight: 600;
	padding: 0 0 6px;
	border-bottom: 1px solid #d9d9d9;
	margin: 0 0 9px;
}

.sub-nav li:hover a,
.sub-nav li.active a {
	color: #95999f;
}

.sub-nav a {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 2px;
	font-family: "Playfair Display", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	color: #205999;
	font-style: italic;
	font-size: 22px;
}

.category-list ul {
	margin: 5px 0;
	padding: 4px 0 0;
	border-left: 15px solid #d9d9d9;
}

.category-list ul li {
	padding: 0 0 10px 20px;
}

.category-list ul li:last-child {
	padding-bottom: 0;
}

.category-list ul li:before {
	display: none;
}

.category-list > li {
	padding-bottom: 10px;
}

.category-list > li:before {
	display: none;
	padding-left: 0;
}

.category-list .selected {
	padding-bottom: 5px;
}

.category-list .selected > a {
	font-weight: 600;
}

.category-list .selected > a,
.category-list a:hover {
	color: #205999;
}

.category-list a {
	color: #282828;
}

.category-list .blogpostcategories > ul {
	padding: 0;
	margin: 0;
	border: none;
}

.category-list .blogpostcategories > ul > li {
	padding-left: 0;
}

.BlogTagCloud {
	margin: 0 -4px;
	font-size: 0;
	line-height: 0;
}

.BlogTagCloud a {
	display: inline-block;
	vertical-align: top;
	background: #f9f9f9;
	color: #282828;
	padding: 4px 10px;
	border-radius: 2px;
	margin: 0 4px 10px;
	font-size: 16px;
	line-height: 1.5;
	-webkit-transition: background .2s linear,color .2s linear;
	transition: background .2s linear,color .2s linear;
}

.BlogTagCloud a:hover {
	background: #205999;
	color: #fff;
}

.BlogPostArchive ul li {
	font-size: 16px;
	padding: 0 0 10px;
	margin: 0;
}

.BlogPostArchive ul li:before {
	display: none;
}

.BlogPostArchive a {
	color: inherit;
}

.BlogPostArchive a:hover {
	color: #205999;
}

.archives .opener-archive {
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right: 14px;
}

.archives .opener-archive:after {
	height: 0;
	width: 0;
	border-left: 3.5px solid transparent;
	border-right: 3.5px solid transparent;
	border-top: 5px solid #282828;
	content: "";
	position: absolute;
	top: 8px;
	right: 1px;
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear, -webkit-transform .2s linear;
}

.archives ul {
	padding: 0;
	margin: 0;
}

.archives .active .opener-archive:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.archives li {
	list-style: none;
	margin-bottom: 10px;
}

.archives li ul {
	padding: 10px 0 0;
}

.archives li li {
	font-weight: 300;
}

.archives li li:last-child {
	margin-bottom: 0;
}

.archives a {
	color: inherit;
}

.archives a:hover {
	color: #205999;
}

.archives .selected a {
	color: #205999;
}

.open-close.month-list .opener {
	color: #282828;
	font-weight: bold;
}

.open-close.month-list ul {
	padding: 0;
	margin-bottom: 0;
	font-size: 16px;
}

.open-close.month-list li {
	padding: 0;
}

.open-close.month-list li:before {
	display: none;
}

.open-close.month-list a {
	color: #282828;
	font-weight: 400;
	line-height: 1.9;
}

.open-close.month-list a:hover {
	color: #205999;
}

.open-close.month-list i {
	margin-left: 5px;
}

.open-close.month-list.active i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

[id="header"] {
	position: relative;
	z-index: 171;
}

[id="header"] ul li:before {
	width: auto;
	height: auto;
	background: none;
	left: auto;
	position: static;
}

.header-frame {
	border-bottom: 1px solid #d9d9d9;
	background: #fff;
}

.scroll .header-frame {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.header-frame .container {
	max-width: 1355px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px;
}

.header-frame .container:after {
	display: none;
}

.header-frame:after {
	display: none;
}

.logo {
	max-width: 250px;
	padding: 0 0 0 0;
}

.logo img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.nav-holder {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-height: 40px;
}

.drop-frame {
	-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;
}

#nav {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

#nav > ul {
	margin: 0 auto;
	width: 100%;
	text-align: justify;
	font-size: 0;
	line-height: 0;
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#nav > ul > li {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.25;
	font-weight: bold;
	text-transform: uppercase;
	color: #282828;
	margin: 15px 20px;
}

#nav > ul > li:before {
	display: none;
}

#nav > ul > li:after {
	content: "";
	position: absolute;
	bottom: -32px;
	right: 0;
	left: 0;
	height: 0;
	background: #205999;
	-webkit-transition: height .2s linear;
	transition: height .2s linear;
}

#nav > ul > li.selected {
	color: #205999;
}

#nav > ul > li.hover {
	color: #205999;
}

#nav > ul > li.hover:after {
	height: 4px;
}

#nav > ul > li > a {
	display: inline-block;
	vertical-align: top;
	color: #282828;
	padding: 8px 0;
}

#nav > ul > li:nth-last-child(-n+3) .drop-down {
	left: auto;
	right: 0;
	-webkit-transform: translateX(25px);
	-ms-transform: translateX(25px);
	transform: translateX(25px);
}

#nav > ul > li:nth-last-child(-n+3) .drop-down .drop-down {
	right: 100%;
	padding: 0 5px 0 0;
}

#nav > ul > li:nth-last-child(-n+3) .has-drop-down:before {
	content: "\e902";
	right: auto;
	left: 20px;
}

#nav li {
	position: relative;
	padding: 0;
}

#nav .has-drop-down:before {
	content: "\e901";
	font-family: "icomoon";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	color: #fff;
}

#nav .has-drop-down.hover.hover:before {
	color: #fff;
}

#nav .has-drop-down.hover.hover > .drop-down {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.drop-down {
	position: absolute;
	top: 100%;
	left: 0;
	width: 203px;
	z-index: 12;
	visibility: hidden;
	opacity: 0;
	padding: 37px 0 0;
	-webkit-transition: visibility .3s, opacity .3s, -webkit-transform .3s;
	transition: visibility .3s, opacity .3s, -webkit-transform .3s;
	transition: visibility .3s, opacity .3s, transform .3s;
	transition: visibility .3s, opacity .3s, transform .3s, -webkit-transform .3s;
	-webkit-transform: translateX(-25px);
	-ms-transform: translateX(-25px);
	transform: translateX(-25px);
}

.drop-down ul {
	box-shadow: none;
}

.drop-down ul li {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: none;
	font-size: 16px;
	font-weight: normal;
	background: #282828;
	border-bottom: none;
}

.drop-down ul li.hover > a {
	color: #fff;
}

.drop-down ul li a {
	padding: 14px 28px;
	color: #fff;
	display: block;
}

.drop-down ul li:hover,
.drop-down ul li.selected {
	background: #205999;
}

.drop-down .drop-down {
	padding: 0;
	position: absolute;
	left: 100%;
	top: 0;
	padding-left: 5px;
}

.header-form {
	display: inline-block;
	vertical-align: middle;
	padding: 7px 0;
}

.header-form .search-opener {
	color: #282828;
	font-size: 20px;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	margin-left: 22px;
}

.header-form .search-opener:before {
	content: "\e904";
	font-family: "icomoon";
}

.header-form .search-opener:hover {
	color: #205999;
}

.header-form.search-active .search-opener:before {
	content: "\e900";
}

.header-form.search-active .search-form {
	width: 100%;
	opacity: 1;
	-webkit-transition: opacity .2s , width .42s;
	transition: opacity .2s , width .42s;
}

.header-form .search-form {
	position: absolute;
	top: 100%;
	right: 0;
	width: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity .2s .1s, width .4s;
	transition: opacity .2s .1s, width .4s;
}

.header-form .search-btn {
	right: 20px;
}

.header-form .row {
	position: relative;
	padding: 10px 0;
}

.header-form input[type="search"] {
	background: #f9f9f9;
	padding: 10px 30px;
	border: 2px solid #205999;
	border-radius: 50px;
	height: 50px;
	margin: 0;
	background: rgba(255, 255, 255, .5);
}

.header-form input[type="search"]::-webkit-input-placeholder {
	color: #282828;
}

.header-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #282828;
}

.header-form input[type="search"]:-moz-placeholder {
	color: #282828;
}

.header-form input[type="search"]:-ms-input-placeholder {
	color: #282828;
}

.header-form input[type="search"].placeholder {
	color: #282828;
}

.nav-opener {
	width: 30px;
	height: 30px;
	position: relative;
	margin: 3px 0 3px 20px;
	display: none;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 4px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	background: #205999;
}

.nav-opener:before {
	bottom: 23px;
	box-shadow: 0 10px 0 #205999;
}

.nav-opener:after {
	bottom: 3px;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	bottom: 50%;
}

.nav-active .nav-opener:before {
	-webkit-transform: translateY(50%) rotate(-45deg);
	-ms-transform: translateY(50%) rotate(-45deg);
	transform: translateY(50%) rotate(-45deg);
	box-shadow: none;
}

.nav-active .nav-opener:after {
	-webkit-transform: translateY(50%) rotate(-135deg);
	-ms-transform: translateY(50%) rotate(-135deg);
	transform: translateY(50%) rotate(-135deg);
}

[id="footer"] {
	text-align: center;
	padding: 60px 0 80px;
	background: #282828;
	color: #fff;
}

[id="footer"] .social-networks {
	margin: 0 -30px 50px;
}

[id="footer"] .social-networks li {
	padding: 0 30px 10px;
}

[id="footer"] .social-networks a {
	width: 70px;
	height: 70px;
	border: 2px solid #fff;
	font-size: 30px;
	color: #fff;
	background: none;
}

[id="footer"] .social-networks a:hover {
	color: #205999;
	background: #fff;
}

.footer-logo {
	margin: 0 auto 50px;
	max-width: 300px;
}

.footer-logo img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.demo-version .footer-logo img {
	max-height: 150px;
}

.contact-list {
	margin-bottom: 30px;
}

.contact-list li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 3px;
}

.contact-list li:before {
	display: none;
}

.contact-list li:after {
	content: "";
	position: absolute;
	top: 4px;
	right: -3px;
	height: 14px;
	width: 1px;
	background: #fff;
}

.contact-list li:last-child:after {
	display: none;
}

.contact-list a {
	color: inherit;
}

.contact-list a:hover {
	color: #205999;
}

.contact-list dl,
.contact-list dd {
	margin: 0;
}

.contact-list dt,
.contact-list dd,
.contact-list address {
	font-style: normal;
	color: #fff;
	display: inline-block;
	vertical-align: top;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	display: inline-block;
	text-align: center;
	padding: 8px 33px 6px;
	border: 2px solid #205999;
	border-radius: 20px;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	position: relative;
	background: none;
	-webkit-transition: color .3s ease-in-out, border .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out;
	transition: color .3s ease-in-out, border .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out;
	color: #205999;
	min-height: 40px;
	overflow: hidden;
}

.button:hover,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="file"],
input:hover[type="submit"],
.button:focus,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="file"],
input:focus[type="submit"],
.button:active,
button:active,
input:active[type="button"],
input:active[type="reset"],
input:active[type="file"],
input:active[type="submit"] {
	color: #fff;
	background: #205999;
	border-color: #205999;
	opacity: 1;
}

.button.secondary-button,
button.secondary-button,
input.secondary-button[type="button"],
input.secondary-button[type="reset"],
input.secondary-button[type="file"],
input.secondary-button[type="submit"] {
	color: #205999;
	background: #fff;
	border-color: #fff;
}

.button.secondary-button:before,
button.secondary-button:before,
input.secondary-button[type="button"]:before,
input.secondary-button[type="reset"]:before,
input.secondary-button[type="file"]:before,
input.secondary-button[type="submit"]:before {
	background: #205999;
}

.button.secondary-button:hover,
button.secondary-button:hover,
input.secondary-button:hover[type="button"],
input.secondary-button:hover[type="reset"],
input.secondary-button:hover[type="file"],
input.secondary-button:hover[type="submit"] {
	color: #fff;
	border-color: #fff;
	background: none;
}

.back-to-top {
	position: fixed;
	right: -100px;
	bottom: 20px;
	width: 60px;
	height: 60px;
	background: #205999;
	border-radius: 50%;
	-webkit-transition: right .3s, color .3s, background .3s, -webkit-transform .3s;
	transition: right .3s, color .3s, background .3s, -webkit-transform .3s;
	transition: right .3s, transform .3s, color .3s, background .3s;
	transition: right .3s, transform .3s, color .3s, background .3s, -webkit-transform .3s;
	z-index: 168;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	color: #fff;
}

.back-to-top:hover,
.back-to-top:focus {
	color: #205999;
	background: #fff;
}

.scroll .back-to-top {
	-webkit-transition: opacity .2s, color .2s, right .5s, background .3s, -webkit-transform .5s;
	transition: opacity .2s, color .2s, right .5s, background .3s, -webkit-transform .5s;
	transition: opacity .2s, color .2s, right .5s, transform .5s, background .3s;
	transition: opacity .2s, color .2s, right .5s, transform .5s, background .3s, -webkit-transform .5s;
	right: 20px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.back-to-top i {
	font-size: 30px;
	padding: 0 15px;
	line-height: 2;
}

.rating-holder {
	font-size: 0;
	line-height: 0;
	margin: 0 0 43px;
}

.rating-holder .title {
	font-size: 15px;
	line-height: 17px;
	display: inline-block;
	vertical-align: top;
}

.rating-list.rating-list {
	font-size: 0;
	line-height: 0;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.rating-list.rating-list li {
	display: inline-block;
	vertical-align: top;
	margin-left: 4px;
	font-size: 15px;
	line-height: 17px;
	color: #e6e6e6;
	width: auto;
	padding: 0;
}

.rating-list.rating-list .checked {
	color: #f1d200;
}

.rating {
	font-size: 20px;
	color: #e6e6e6;
	display: inline-block;
}

.rating[data-state="disabled"] {
	pointer-events: none;
}

.rating .rating-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse;
	margin: 0;
}

.rating:hover input:checked + label i,
.rating:hover input:checked ~ label i,
.rating:hover input .jcf-checked + label i,
.rating:hover input .jcf-checked ~ label i,
.rating:hover .jcf-radio:checked + label i,
.rating:hover .jcf-radio:checked ~ label i,
.rating:hover .jcf-radio .jcf-checked + label i,
.rating:hover .jcf-radio .jcf-checked ~ label i {
	color: #f1d200;
}

.rating:hover input + label:hover i.icon-star,
.rating:hover input + label:hover ~ label i.icon-star,
.rating:hover .jcf-radio + label:hover i.icon-star,
.rating:hover .jcf-radio + label:hover ~ label i.icon-star {
	color: #f1d200;
}

.rating input {
	display: none;
}

.rating input:checked + label i,
.rating input:checked ~ label i {
	color: #f1d200;
}

.rating .jcf-radio {
	display: none;
}

.rating .jcf-radio.jcf-checked + label i,
.rating .jcf-radio.jcf-checked ~ label i {
	color: #f1d200;
}

.rating label {
	padding: 0 .1em;
	font-size: 20px;
	line-height: 1;
}

.slideshow {
	position: relative;
	overflow: hidden;
}

.slideshow:hover .btn-prev {
	left: 36px;
	right: auto;
}

.slideshow:hover .btn-next {
	right: 36px;
	left: auto;
}

.slideshow .slide {
	text-align: center;
	color: #fff;
	white-space: nowrap;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.slideshow .container {
	padding: 0 20px;
	display: inline-block;
	vertical-align: middle;
	position: static;
}

.slideshow .btn-prev,
.slideshow .btn-next {
	position: absolute;
	left: -150px;
	top: 50%;
	z-index: 55;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: rgba(255, 255, 255, .6);
	font-size: 36px;
	line-height: 1;
	-webkit-transition: left .2s linear, right .2s linear;
	transition: left .2s linear, right .2s linear;
	width: 60px;
	height: 60px;
	color: #282828;
}

.slideshow .btn-prev:before,
.slideshow .btn-next:before {
	content: "\e915";
	font-family: "icomoon";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.slideshow .btn-prev:hover,
.slideshow .btn-next:hover {
	background: white;
}

.slideshow .btn-next {
	right: -150px;
	left: auto;
}

.slideshow .btn-next:before {
	content: "\e914";
}

.slideshow img {
	margin: 0;
}

.comment-section h3 {
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 2px;
	margin-bottom: 22px;
}

.comment-section .comment-form h3 {
	border: none;
	padding: 0;
	margin-bottom: 14px;
}

.comment-block {
	padding-bottom: 11px;
}

.comment-block:last-of-type {
	padding-bottom: 13px;
}

.comment-block .panel {
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 15px;
}

.comment-block h4 {
	display: inline-block;
	vertical-align: middle;
	font-family: "Roboto", "Arial", "Helvetica", sans-serif;
	font-style: normal;
	color: #282828;
	margin-right: 27px;
}

.comment-block time {
	color: #95999f;
}

.comment-block time:before {
	content: "\e911";
	font-family: "icomoon";
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.comment-form,
.comments-form {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

.comment-form .row-holder,
.comments-form .row-holder {
	margin: 0 -37px;
}

.comment-form [class^="col-"],
.comments-form [class^="col-"] {
	padding: 0 37px;
}

.comment-form textarea,
.comments-form textarea {
	margin-bottom: 20px;
	width: 100%;
}

.comment-form .btn-holder,
.comments-form .btn-holder {
	text-align: right;
}

.comment-form .captcha-holder,
.comments-form .captcha-holder {
	text-align: right;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.pagination.system_pagination,
.pagination {
	text-align: center;
	font: 500 18px/21px "Roboto", "Arial", "Helvetica", sans-serif;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
	text-transform: uppercase;
	letter-spacing: .05em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagination.system_pagination ul li,
.pagination ul li {
	display: inline-block;
	padding: 0 2px;
}

.pagination.system_pagination ul li.active a,
.pagination ul li.active a {
	color: #205999;
	background-color: transparent;
}

.pagination.system_pagination ul li:before,
.pagination ul li:before {
	display: none;
}

.pagination.system_pagination ul li svg,
.pagination ul li svg {
	display: none;
}

.pagination.system_pagination ul li .dots,
.pagination ul li .dots {
	border: none;
}

.pagination.system_pagination ul li a,
.pagination ul li a {
	border: none;
}

.pagination.system_pagination .next,
.pagination.system_pagination .prev,
.pagination .next,
.pagination .prev {
	display: inline;
	vertical-align: middle;
	color: #282828;
	background: none;
}

.pagination.system_pagination .next a,
.pagination.system_pagination .prev a,
.pagination .next a,
.pagination .prev a {
	text-indent: -9999px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	margin: 0 5px;
	border: none;
}

.pagination.system_pagination .next a:first-child,
.pagination.system_pagination .prev a:first-child,
.pagination .next a:first-child,
.pagination .prev a:first-child {
	margin-left: 0;
}

.pagination.system_pagination .next a:last-child,
.pagination.system_pagination .prev a:last-child,
.pagination .next a:last-child,
.pagination .prev a:last-child {
	margin-right: 0;
}

.pagination.system_pagination .next a:before,
.pagination.system_pagination .prev a:before,
.pagination .next a:before,
.pagination .prev a:before {
	font-family: "icomoon" !important;
	line-height: 20px;
	font-size: 32px;
	text-indent: 0;
	display: inline-block;
	vertical-align: top;
	color: #282828;
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.pagination.system_pagination .next a:before,
.pagination .next a:before {
	content: "\e901";
	left: 50%;
}

.pagination.system_pagination .prev a:before,
.pagination .prev a:before {
	content: "\e902";
}

.pagination.system_pagination a,
.pagination a {
	margin: 0 7px;
	color: #282828;
}

.pagination.system_pagination a:hover,
.pagination a:hover {
	color: #205999;
}

.pagination.system_pagination.productPaginationHolder span,
.pagination.productPaginationHolder span {
	color: #205999;
}

.faqs,
.accordion {
	margin: 0 0 47px;
	border: 1px solid #f9f9f9;
	border-width: 0 0 1px;
}

.faqs li,
.accordion li {
	border: 1px solid #f9f9f9;
	border-width: 1px 0 0;
	-webkit-transition: background .2s;
	transition: background .2s;
	padding: 0;
}

.faqs li:first-child,
.accordion li:first-child {
	border: none;
}

.faqs li.active .opener,
.accordion li.active .opener {
	border-bottom: 1px solid #d9d9d9;
}

.faqs li.active .opener:after,
.accordion li.active .opener:after {
	content: "\e912";
	font-family: "icomoon";
	color: #95999f;
}

.faqs li.active .slide,
.accordion li.active .slide {
	background: #f9f9f9;
}

.faqs li:before,
.accordion li:before {
	display: none;
}

.faqs .opener,
.accordion .opener {
	display: block;
	position: relative;
	padding: 20px 93px 25px;
	text-decoration: none;
	color: #282828;
	font-size: 16px;
	outline: none;
	font-weight: 600;
}

.faqs .opener:hover,
.accordion .opener:hover {
	background: #f9f9f9;
}

.faqs .opener:before,
.accordion .opener:before {
	content: "Q:";
	position: absolute;
	left: 16px;
	top: 33px;
	font-family: "Playfair Display", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 30px;
	font-weight: 900;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.faqs .opener:after,
.accordion .opener:after {
	content: "\e909";
	font-family: "icomoon";
	position: absolute;
	right: 21px;
	top: 32px;
	font-size: 35px;
	font-weight: 100;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #95999f;
}

.faqs .slide,
.accordion .slide {
	overflow: hidden;
	width: 100%;
	position: relative;
	padding: 22px 22px 3px 95px;
	border-bottom: 1px solid #d9d9d9;
}

.faqs .slide:before,
.accordion .slide:before {
	content: "A:";
	position: absolute;
	left: 19px;
	top: 32px;
	font-family: "Playfair Display", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 30px;
	line-height: 1;
	font-weight: 900;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.faqs p,
.accordion p {
	margin-bottom: .5em;
}

.accordion.accordion {
	margin-bottom: 50px;
	border: none;
}

.accordion.accordion li {
	border: none;
	padding: 0;
}

.accordion.accordion li.active {
	background: #f9f9f9;
}

.accordion.accordion li.active .opener:before {
	content: "\e91b";
}

.accordion.accordion .opener {
	font-size: 16px;
	text-transform: uppercase;
	padding: 8px 0 9px 40px;
	border-bottom: 1px solid #d9d9d9;
}

.accordion.accordion .opener:before {
	content: "\e91a";
	font-family: "icomoon" !important;
	font-size: 11px;
	left: 20px;
	top: 20px;
	font-weight: normal;
	line-height: 1;
}

.accordion.accordion .opener:after {
	display: none;
}

.accordion.accordion .slide {
	padding: 15px 22px;
}

.accordion.accordion .slide:before {
	display: none;
}

.accordion.accordion p {
	margin: 0;
}

body.fancybox-active {
	overflow: hidden;
}

body.fancybox-iosfix {
	position: fixed;
	left: 0;
	right: 0;
}

.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99992;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .25s, visibility 0s linear .25s;
	transition: opacity .25s, visibility 0s linear .25s;
	box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .25s, visibility 0s;
	transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
	top: 0;
	left: 0;
	font-size: 13px;
	padding: 0 10px;
	height: 44px;
	min-width: 44px;
	line-height: 44px;
	color: #ccc;
	text-align: center;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
	mix-blend-mode: exclusion;
}

.fancybox-toolbar {
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}

.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translate3d(0, 0, 0);
}

.fancybox-is-closing .fancybox-stage {
	overflow: visible;
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: visible;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
	background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
	background: #e5e3df;
}

.fancybox-slide--next {
	z-index: 99995;
}

.fancybox-slide > * {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
	display: none;
}

.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff;
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.fancybox-error {
	margin: 0;
	padding: 40px;
	width: 100%;
	max-width: 380px;
	background: #fff;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 16px;
	line-height: 20px;
}

/* Buttons */

.fancybox-button {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 10px;
	border: 0;
	border-radius: 0;
	background: rgba(30, 30, 30, .6);
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	cursor: pointer;
	outline: none;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
	color: #fff;
}

.fancybox-button[disabled] {
	color: #ccc;
	cursor: default;
	opacity: .6;
}

.fancybox-button svg {
	display: block;
	position: relative;
	overflow: visible;
	shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3;
}

.fancybox-button--share svg path {
	stroke-width: 1;
}

.fancybox-button--play svg path:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
	display: none;
}

.fancybox-button--zoom svg path {
	fill: transparent;
}

/* Navigation arrows */

.fancybox-navigation {
	display: none;
}

.fancybox-show-nav .fancybox-navigation {
	display: block;
}

.fancybox-navigation button {
	position: absolute;
	top: 50%;
	margin: -50px 0 0 0;
	z-index: 99997;
	background: transparent;
	width: 60px;
	height: 100px;
	padding: 17px;
}

.fancybox-navigation button:before {
	content: "";
	position: absolute;
	top: 30px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: rgba(30, 30, 30, .6);
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 0;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	z-index: 10;
	cursor: pointer;
}

.fancybox-close-small:after {
	content: "×";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background-color: transparent;
	-webkit-transition: background-color .25s;
	transition: background-color .25s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-close-small:focus {
	outline: none;
}

.fancybox-close-small:focus:after {
	outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
	top: 0;
	right: -40px;
}

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
	font-size: 35px;
	color: #aaa;
}

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
	color: #fff;
	background: transparent;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none;
}

/* Caption */

.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 2vw 0 2vw;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	pointer-events: none;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .4);
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
	pointer-events: all;
	position: relative; /* Fix IE11 */
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-slide > .fancybox-loading {
	border: 6px solid rgba(100, 100, 100, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Share */

.fancybox-share {
	padding: 30px;
	border-radius: 3px;
	background: #f4f4f4;
	max-width: 90%;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	margin: 0 0 20px 0;
	font-size: 35px;
	font-weight: 700;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

p.fancybox-share__links {
	margin-right: -10px;
}

.fancybox-share__button {
	display: inline-block;
	text-decoration: none;
	margin: 0 10px 10px 0;
	padding: 0 15px;
	min-width: 130px;
	border: 0;
	border-radius: 3px;
	background: #fff;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	position: relative;
	top: -1px;
	width: 25px;
	height: 25px;
	margin-right: 7px;
	vertical-align: middle;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 10px 15px;
	background: transparent;
	color: #5d5b5b;
	font-size: 14px;
	outline: none;
	border: 0;
	border-bottom: 2px solid #d7d7d7;
}

/* Thumbs */

.fancybox-thumbs {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 212px;
	margin: 0;
	padding: 2px 2px 4px 2px;
	background: #fff;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	box-sizing: border-box;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-y: hidden;
	overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs > ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
	white-space: nowrap;
}

.fancybox-thumbs-x > ul {
	overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs > ul > li {
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 2px;
	width: 100px;
	height: 75px;
	max-width: calc(50% - 4px);
	max-height: calc(100% - 8px);
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1);
}

.fancybox-thumbs > ul > li > img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-thumbs > ul > li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

/* tabset required styles for hidden tabs */

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.tabset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	font-weight: 600;
	text-transform: uppercase;
	width: 50%;
}

.tabset li {
	padding: 0;
	width: 33.33%;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tabset li:first-child a {
	border-width: 1px 1px 0;
}

.tabset li:before {
	display: none;
}

.tabset a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #282828;
	border: solid #d9d9d9;
	border-width: 1px 1px 0 0;
	text-decoration: none;
	text-align: center;
	padding: 10px 5px;
	-webkit-transition: background .2s;
	transition: background .2s;
	outline: none;
	position: relative;
	font-size: 16px;
}

.tabset a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 2px;
	background: #f9f9f9;
	display: none;
}

.tabset a.active,
.tabset a:hover {
	background: #f9f9f9;
}

.tabset a.active:before {
	display: block;
}

.tab-content {
	background: #f9f9f9;
	border: 1px solid #d9d9d9;
	overflow: hidden;
	padding: 15px 18px 6px;
}

.tab-content p {
	margin-bottom: 10px;
}

.head-block {
	padding-bottom: 10px;
	text-align: center;
}

.system-table {
	max-width: 555px;
	margin: 0 auto;
}

.system-table td {
	padding: 0 0 20px;
	width: 50%;
	vertical-align: top;
}

.system-table td:last-child {
	text-align: right;
}

.system-table tr:last-child td {
	padding-bottom: 0;
}

.not-found {
	text-align: center;
}

.not-found .btn {
	font-size: 14px;
	margin-bottom: 38px;
}

.big-letter {
	color: #205999;
	display: block;
	text-transform: uppercase;
	font-size: 200px;
	line-height: 1.35;
	margin-bottom: 27px;
}

.demo-version .coming .logo img {
	max-height: 400px;
}

.coming-soon #main {
	position: relative;
	background-size: cover;
	background-position: 80% 0;
	padding: 0 10px;
	text-align: center;
}

.coming-soon .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	z-index: 1;
	white-space: normal;
	max-width: 770px;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 100%;
}

.coming-soon .logo {
	margin-bottom: 20px;
}

.coming-soon .coming {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 70px 0 70px;
}

.coming-soon .coming:after {
	content: "";
	height: calc(100vh - 140px);
	width: 0;
	display: block;
}

.coming-soon .coming .holder-coming {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	white-space: normal;
}

.coming-soon .coming-content {
	text-align: center;
}

.coming-soon .logo {
	text-align: center;
	width: auto;
	max-width: none;
}

.coming-soon h1 {
	font-size: 125px;
	text-transform: none;
	font-family: "Playfair Display", "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 55px;
	color: #205999;
	font-weight: bold;
}

.coming-soon p {
	font-family: "Roboto", "Arial", "Helvetica", sans-serif;
}

.visual-block {
	color: #fff;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}

.visual-block h1,
.visual-block h2 {
	color: #fff;
}

.visual-block h2 {
	min-height: 170px;
}

.visual-block.section {
	padding: 0;
	border: none;
}

.visual-block .slideshow {
	margin-bottom: 0;
}

.visual-block .container {
	white-space: nowrap;
	text-align: center;
	z-index: 1;
	max-width: 1370px;
}

.visual-block .container:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	min-height: 100vh;
	line-height: 0;
	font-size: 0;
}

.visual-block .visual-info {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	position: relative;
	z-index: 1;
	padding: 20px 0;
}

.info-container .row-holder {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.info-container .block {
	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;
	max-width: 400px;
	padding-top: 15px;
	margin-bottom: 20px;
	text-align: center;
}

.info-container .img-holder {
	margin-bottom: 18px;
}

.info-container .img-holder img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.info-container .img-holder .icon,
.info-container .img-holder .fa,
.info-container .img-holder .fas,
.info-container .img-holder .far,
.info-container .img-holder .fat,
.info-container .img-holder i {
	font-size: 60px;
	line-height: 1;
	color: #205999;
}

.info-container .txt-holder {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: 0 0 32px;
}

.info-container .list li {
	padding: 0;
}

.info-container p {
	margin: 0;
}

.info-section {
	text-align: center;
}

.info-section .button,
.info-section button,
.info-section input[type="button"],
.info-section input[type="reset"],
.info-section input[type="file"],
.info-section input[type="submit"] {
	margin-bottom: 20px;
}

.info-section h3 {
	margin-bottom: 0;
	color: #fff;
}

.info-section .img-box {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 40px;
}

.info-section .img-box > a {
	position: relative;
	display: block;
	display: block;
	height: 100%;
}

.info-section .img-box > a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: background .2s;
	transition: background .2s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}

.info-section .img-box > a:hover:before {
	-webkit-transition: background .5s;
	transition: background .5s;
	background: rgba(0, 0, 0, .5);
}

.info-section .img-box img {
	margin: 0;
	display: inline-block;
	vertical-align: top;
}

.info-section .img-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.info-section .date {
	text-transform: uppercase;
	font-size: 12px;
	width: 61px;
	color: #205999;
	background: #fff;
	min-height: 85px;
	float: left;
	margin-right: 19px;
	text-align: center;
	padding: 5px;
}

.info-section .date span {
	font-size: 36px;
	font-family: "Playfair Display", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 5px;
}

.info-section .text {
	overflow: hidden;
	color: #fff;
	text-align: left;
}

.info-section .text a {
	color: #fff;
}

.info-section .text .icon-map-location,
.info-section .text .icon,
.info-section .text .fa,
.info-section .text .far,
.info-section .text .fas,
.info-section .text .fab,
.info-section .text i {
	font-size: 20px;
	line-height: 1;
	display: inline-block;
	vertical-align: bottom;
	position: absolute;
	left: -1px;
	top: 0;
}

.info-section .text address {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	font-style: normal;
	position: relative;
	padding: 2px 0 2px 26px;
}

.banner-block {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	padding: 81px 0 84px;
	position: relative;
}

.banner-block .container {
	z-index: 2;
}

.banner-block h2 {
	color: #fff;
	margin-bottom: 0;
}

.banner-block p {
	margin-bottom: 0;
}

.banner-block .txt-box {
	color: #fff;
}

.banner-block .title {
	font-size: 30px;
	font-family: "Playfair Display", "Helvetica Neue", "Helvetica", sans-serif;
	font-style: italic;
	font-weight: 900;
	line-height: 1.75;
}

.banner-block .row-holder {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.banner-block .btn-holder {
	text-align: right;
	padding-top: 10px;
}

.information-section .info-list li {
	position: relative;
	padding: 0 0 25px 97px;
}

.information-section .info-list li:last-child {
	padding-bottom: 0;
}

.information-section .info-list .icon,
.information-section .info-list .fa,
.information-section .info-list .far,
.information-section .info-list .fas,
.information-section .info-list .fab,
.information-section .info-list i {
	position: absolute;
	top: 5px;
	left: 9px;
	font-size: 61px;
	line-height: 1;
	color: #205999;
	width: 54px;
	text-align: center;
}

.information-section .intro-txt {
	text-align: left;
	max-width: none;
}

.information-section p {
	margin: 0;
}

.event-list {
	font-size: 12px;
	color: #95999f;
	margin: 0 0 20px;
	overflow: hidden;
}

.event-list .row-holder {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.event-list li {
	opacity: 0;
	-webkit-transform: translateY(-30px) scale(.9);
	-ms-transform: translateY(-30px) scale(.9);
	transform: translateY(-30px) scale(.9);
	-webkit-transition: opacity .8s cubic-bezier(.6, .2, .1, 1) 0s, -webkit-transform .8s cubic-bezier(.6, .2, .1, 1) 0s;
	transition: opacity .8s cubic-bezier(.6, .2, .1, 1) 0s, -webkit-transform .8s cubic-bezier(.6, .2, .1, 1) 0s;
	transition: transform .8s cubic-bezier(.6, .2, .1, 1) 0s, opacity .8s cubic-bezier(.6, .2, .1, 1) 0s;
	transition: transform .8s cubic-bezier(.6, .2, .1, 1) 0s, opacity .8s cubic-bezier(.6, .2, .1, 1) 0s, -webkit-transform .8s cubic-bezier(.6, .2, .1, 1) 0s;
}

.event-list li.animated {
	opacity: 1;
	-webkit-transform: translateY(0) scale(1) rotateX(0);
	transform: translateY(0) scale(1) rotateX(0);
}

.event-list li:not(:last-of-type) {
	margin: 0 0 50px;
}

.event-list h2 {
	font-size: 24px;
	font-family: "Playfair Display", "Helvetica Neue", "Helvetica", sans-serif;
	font-style: italic;
	font-weight: 400;
	overflow: hidden;
	text-transform: none;
	margin-bottom: 10px;
}

.event-list h2 a {
	color: #282828;
}

.event-list h2 a:hover {
	color: #95999f;
}

.event-list .date {
	float: left;
	width: 194px;
}

.event-list .month {
	color: #205999;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	font-size: 14px;
	line-height: 19px;
}

.event-list .number {
	font-size: 48px;
	line-height: 1;
	font-family: "Playfair Display", "Helvetica Neue", "Helvetica", sans-serif;
	color: #205999;
	width: 75px;
	float: left;
	margin-top: -16px;
}

.event-list .text {
	overflow: hidden;
}

.event-list .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.event-list .detail-info {
	padding-right: 10px;
}

.event-list .detail-info span {
	display: block;
}

.event-list .btn {
	font-size: 14px;
}

.carousel {
	padding-bottom: 25px;
}

.carousel .bx-viewport {
	margin-bottom: 15px;
}

.carousel .productSmall {
	display: block;
	overflow: hidden;
}

.carousel .productSmall .text-block .price {
	margin-bottom: 24px;
}

.carousel .productSmall > li {
	padding: 10px 0 0;
	float: left;
	margin-bottom: 30px;
}

.carousel .pagination {
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.carousel .pagination li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}

.carousel .pagination a {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #95999f;
	overflow: hidden;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
}

.carousel .pagination a.active,
.carousel .pagination a:hover {
	background: #205999;
}

.gallery-section {
	padding-bottom: 0;
}

.gallery-section .gallery {
	margin-bottom: 0;
}

.cycle-gallery {
	position: relative;
}

.cycle-gallery .mask {
	position: relative;
	overflow: hidden;
}

.cycle-gallery .slideset {
	width: 99999px;
	float: left;
}

.cycle-gallery .slide {
	float: left;
	padding: 0 100px 27px;
	position: relative;
	text-align: center;
}

.cycle-gallery .slide:before,
.cycle-gallery .slide:after {
	content: "\e920";
	font-family: "icomoon" !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	display: inline-block;
	position: absolute;
	font-size: 60px;
	color: rgba(32, 89, 153, .3);
	top: 5px; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cycle-gallery .slide:before {
	left: 1px;
}

.cycle-gallery .slide:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	right: 1px;
}

.cycle-gallery .slide p {
	margin-bottom: .5em;
}

.cycle-gallery .pagination ul {
	text-align: center;
}

.cycle-gallery .pagination li {
	display: inline-block;
	padding: 0 10px;
	margin: 0;
}

.cycle-gallery .pagination li:before {
	display: none;
}

.cycle-gallery .pagination li:hover a,
.cycle-gallery .pagination li.active a {
	background: #205999;
}

.cycle-gallery .pagination a {
	text-indent: -9999px;
	display: block;
	height: 10px;
	width: 10px;
	display: inline-block;
	background: #d9d9d9;
	border-radius: 50%;
	display: block;
}

.post {
	padding: 0 0 25px;
}

.post .button,
.post button,
.post input[type="button"],
.post input[type="reset"],
.post input[type="file"],
.post input[type="submit"] {
	margin-bottom: 2px;
}

.post h1 {
	margin-bottom: 5px;
}

.post .info-panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #95999f;
	margin-bottom: 15px;
}

.post .info-panel ul {
	font-size: 14px;
	width: 50%;
}

.post .info-panel ul + ul {
	text-align: right;
}

.post .info-panel ul + ul li {
	margin: 0 0 0 23px;
}

.post .info-panel li {
	display: inline-block;
	vertical-align: top;
	margin-right: 26px;
	padding: 0;
}

.post .info-panel li:before {
	display: none;
}

.post .info-panel li:last-child {
	margin-right: 0;
}

.post .info-panel li a {
	color: #95999f;
	vertical-align: bottom;
	line-height: 16px;
}

.post .info-panel li a:hover {
	color: #205999;
}

.post .info-panel li span {
	color: #95999f;
	vertical-align: bottom;
	line-height: 16px;
}

.post .icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 16px;
	line-height: 1;
}

.post img,
.post iframe {
	margin-bottom: 27px;
}

.post p {
	margin-bottom: 2em;
}

.post-list {
	font-size: 0;
	line-height: 0;
}

.post-list .post {
	padding: 0 0 41px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.5;
	overflow: hidden;
	margin: 0 -10px;
}

.post-list .post:last-child {
	padding-bottom: 6px;
}

.post-list .img-block {
	float: left;
	padding: 0 10px;
	max-width: 50%;
}

.post-list .img-block img,
.post-list .img-block iframe {
	margin: 0;
}

.post-list .img-block a {
	position: relative;
	display: block;
	display: inline-block;
	vertical-align: top;
}

.post-list .img-block a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: background .2s;
	transition: background .2s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}

.post-list .img-block a:hover:before {
	-webkit-transition: background .5s;
	transition: background .5s;
	background: rgba(0, 0, 0, .5);
}

.post-list .img-block iframe {
	width: 100%;
	max-width: 100%;
}

.post-list .text {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 50%;
	padding: 0 10px 3px;
}

.post-list h4 {
	color: #282828;
	margin: 0 0 7px;
	font-family: "Roboto", "Arial", "Helvetica", sans-serif;
	font-weight: 300;
	color: #282828;
	font-style: normal;
}

.post-list h4 a {
	color: inherit;
}

.post-list h4 a:hover {
	color: #95999f;
}

.post-list .date {
	color: #95999f;
	font-size: 14px;
}

.btn.load-more {
	margin-bottom: 30px;
}

.timeline-holder .post {
	overflow: hidden;
}

.timeline-holder .post .date {
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #95999f;
	text-align: center;
	float: left;
	width: 64px;
	margin-right: 30px;
	position: relative;
}

.timeline-holder .post .date:after {
	content: "";
	position: absolute;
	width: 1px;
	background: #d9d9d9;
	height: 9999px;
	left: 50%;
	top: 100%;
	margin-top: 16px;
}

.timeline-holder .post .date strong {
	font-size: 48px;
	line-height: 1.5;
	font-family: "Playfair Display", "Helvetica Neue", "Helvetica", sans-serif;
	color: #205999;
	font-weight: 600;
	display: block;
	font-style: normal;
}

.timeline-holder .post .date a {
	color: inherit;
}

.timeline-holder .post .date a:hover strong {
	color: #205999;
}

.timeline-holder .post .holder {
	overflow: hidden;
}

.post.detail {
	padding-bottom: 20px;
}

.post.detail .align-left {
	margin-bottom: 10px;
}

.post.detail h2 {
	margin-bottom: 8px;
}

.post.detail p {
	margin-bottom: 1.5em;
}

.post.detail .info-panel {
	margin-bottom: 31px;
}

.post.detail .info-panel ul {
	width: auto;
}

.content-section {
	margin-bottom: 30px;
	text-align: center;
}

.content-section .link-holder {
	margin-bottom: 35px;
}

.content-section .rollover {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 50%;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: translate(-50%, -50%) rotateY(0deg);
	transform: translate(-50%, -50%) rotateY(0deg);
	opacity: 0;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
	font-size: 40px;
	color: #205999;
}

.content-section .rollover i {
	font-size: 52px;
}

.image-area {
	position: relative;
	width: 240px;
	height: 240px;
	margin: 0 auto 25px;
}

.image-area img {
	margin: 0;
	display: inline-block;
	vertical-align: top;
}

.image-area a {
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
}

.image-area a:hover:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.image-area a:after {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 50%;
	background: #fff;
	z-index: -1;
}

.image-area a:after {
	-webkit-transition: opacity, .5s;
	transition: opacity, .5s;
}

.image-area a:hover:after {
	opacity: 1;
	z-index: 3;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	background: rgba(255, 255, 255, .7);
}

.image-area a:hover .rollover {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) rotateY(180deg);
	transform: translate(-50%, -50%) rotateY(180deg);
}

.items-holder {
	background: #205999;
	color: #fff;
	position: relative;
	padding: 30px 0 45px;
	text-align: center;
}

.items-holder:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100%;
	right: 100%;
	background: #205999;
	width: 999999px;
	z-index: -1;
}

.items-holder strong {
	display: block;
	font-family: "Playfair Display", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 48px;
	font-style: italic;
}

.items-holder p {
	margin: 0;
}

.banner-holder {
	position: relative;
	margin-bottom: 17px;
	white-space: nowrap;
	line-height: 0;
	font-size: 0;
}

.banner-holder:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	min-height: 536px;
}

.banner-holder .overlay {
	left: -9999px;
	right: -9999px;
	background: #205999;
	z-index: -1;
	opacity: .7;
}

.banner-holder .banner-wrap {
	position: absolute;
	width: 100vw;
	z-index: -2;
	top: 0;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.banner-holder .txt-block {
	display: inline-block;
	vertical-align: middle;
	max-width: 560px;
	white-space: normal;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}

.banner-holder .txt-block h1 {
	color: #fff;
}

.detail-holder {
	margin-bottom: 20px;
}

.detail-holder dl {
	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-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	margin: 0;
	overflow: hidden;
}

.detail-holder dt,
.detail-holder dd {
	margin: 0;
	position: relative;
	padding: 0 0 5px;
}

.detail-holder dt {
	color: #95999f;
	width: 40%;
	padding-right: 10px;
}

.detail-holder dd {
	width: 60%;
	font-weight: 600;
	text-align: right;
	position: relative;
	margin-bottom: 15px;
}

.detail-holder dd:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 9999px;
	height: 1px;
	background: #d9d9d9;
}

.detail-holder *:last-child {
	margin-bottom: 0;
}

.team-section .position,
.team-section .position {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	color: #282828;
}

.team-section .info-list,
.team-section .info-list {
	color: #282828;
}

.team-section .info-list li,
.team-section .info-list li {
	padding: 0 0 7px;
}

.team-section .info-list a,
.team-section .info-list a {
	color: inherit;
}

.team-section .info-list a:hover,
.team-section .info-list a:hover {
	color: #205999;
}

.team-section .info-list span,
.team-section .info-list span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 25px;
}

.team-section .info-list .icon,
.team-section .info-list .icon {
	color: #95999f;
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 14px;
	line-height: 14px;
}

.team-section .info-list .icon-email,
.team-section .info-list .icon-email {
	font-size: 10px;
}

.custom-module-block {
	text-align: center;
	overflow: hidden;
	padding-bottom: 60px;
}

.custom-module-block a {
	display: block;
	position: relative;
	overflow: hidden;
	max-width: 364px;
	margin: 0 auto;
}

.custom-module-block a:hover .info {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	border-color: transparent;
}

.custom-module-block a:hover .description {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.custom-module-block .info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	padding: 10px 20px 21px;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	z-index: 10;
	border: 1px solid #d9d9d9;
}

.custom-module-block .info h3 {
	margin-bottom: 0;
}

.custom-module-block .description {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(32, 89, 153, .7);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	padding: 20px 20px 6%;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
}

.custom-module-block .description h3 {
	margin-bottom: 0;
}

.custom-module-block .description:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}

.custom-module-block .description .position {
	margin-bottom: 20px;
	color: inherit;
}

.custom-module-block .description h3 {
	color: inherit;
}

.custom-module-block .text {
	display: inline-block;
	vertical-align: middle;
	white-space: normal !important;
	font-size: 16px;
	line-height: 1.5;
}

.custom-module-block img {
	margin: 0;
}

.custom-module-block p {
	margin: 0;
}

.person-info {
	text-align: center;
}

.person-info .info-list {
	padding-bottom: 5px;
}

.person-info img {
	margin-bottom: 15px;
}

.custom-module-paging {
	overflow: hidden;
	padding: 10px 0 39px;
}

.custom-module-paging .icon {
	font-size: 38px;
	line-height: 1.6;
}

.custom-module-paging .next,
.custom-module-paging .prev {
	max-width: 50%;
}

.custom-module-paging .prev {
	float: left;
}

.custom-module-paging .prev .icon {
	float: left;
	margin-right: 18px;
}

.custom-module-paging .next {
	float: right;
	text-align: right;
}

.custom-module-paging .next .icon {
	float: right;
	margin-left: 30px;
}

.custom-module-paging .text {
	overflow: hidden;
}

.custom-module-paging .text h3 {
	margin-bottom: 0;
}

.custom-module-paging a {
	color: inherit;
}

.custom-module-paging a:hover {
	color: #205999;
}

.map-holder {
	position: relative;
	height: 450px;
	margin-bottom: 0;
}

.map-holder .google-map-holder {
	position: absolute;
	left: 50%;
	width: 100vw !important;
	height: 100% !important;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
	bottom: 0;
	max-width: none;
	margin: 0;
}

.map-holder .map-block {
	margin: 0;
}

.map-holder.contact-map-holder {
	margin-top: -45px;
}

.contact-holder {
	text-align: center;
}

.contact-holder .form-holder {
	max-width: 363px;
	margin: 0 auto;
}

.contact-holder fieldset {
	margin-bottom: 0;
}

.contact-holder textarea {
	min-height: 128px;
	height: 128px;
	resize: none;
}

.contact-holder dl,
.contact-holder dt,
.contact-holder dd {
	margin: 0;
}

.contact-holder dt {
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Playfair Display", "Helvetica Neue", "Helvetica", sans-serif;
}

.contact-holder dd {
	margin-bottom: 24px;
}

.contact-holder time {
	display: block;
}

.contact-holder address {
	font-style: normal;
}

@media (max-width: 1599px) {
	.donation-form .radio-list li {
		margin-right: 20px;
	}

	.logo {
		width: auto;
		margin-right: 20px;
	}

	#nav > ul {
		margin: 0 auto;
		padding-top: 5px;
	}

	.drop-down ul li a {
		padding: 8px 28px;
	}

	.header-form {
		margin: 0;
	}

	.header-form .search-opener {
		margin-left: 5px;
	}

	.slideshow .container {
		padding: 0 60px;
	}

	.map-holder {
		height: 400px;
	}
}

@media (max-width: 1299px) {
	.logo {
		max-width: 150px;
	}
}

@media (max-width: 1023px) {
	body {
		font-size: 14px;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	.title {
		line-height: 1.2;
	}

	.title {
		font-size: 63px;
	}

	fieldset {
		margin-bottom: 20px;
	}

	textarea {
		height: 150px;
		min-height: 150px;
	}

	.captcha-holder {
		padding: 0 0 20px;
	}

	.donation-form .radio-row {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.align-left {
		max-width: 50%;
	}

	img {
		margin-bottom: 20px;
	}

	.row-holder,
	.productSmall,
	table.productTable tr,
	.sermons2ListHolder {
		margin: 0 -7px;
	}

	[class^="col-"],
	.productSmall li,
	table.productTable td {
		padding: 0 7px;
	}

	.tablet-full-with {
		width: 100%;
	}

	.scroll #main {
		padding-top: 58px;
	}

	.section {
		padding: 60px 0;
	}

	.intro-txt {
		padding-bottom: 30px;
	}

	.info-wrap .description {
		padding: 10px 10px 20px;
	}

	.info-wrap p {
		margin-bottom: 10px;
	}

	.info-wrap .social-networks {
		margin: 0 -5px;
	}

	.info-wrap .social-networks li {
		margin: 0 5px;
	}

	.info-wrap .social-networks a {
		width: 35px;
		height: 35px;
		font-size: 16px;
	}

	.footer-area {
		padding-bottom: 60px;
	}

	.information-list {
		margin-bottom: 10px;
	}

	.flow-gallery .slick-arrow {
		display: none;
	}

	.google-map-holder {
		height: 300px !important;
	}

	.section.map-block:last-child {
		margin-bottom: -30px;
	}

	.section.map-block .map-block {
		margin-bottom: -60px;
	}

	.side-block {
		margin-bottom: 25px;
	}

	.sub-nav {
		margin-bottom: 30px;
	}

	.header-frame {
		position: relative;
	}

	.header-frame .container {
		padding: 10px 15px;
	}

	.nav-holder {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		min-height: 0;
	}

	.drop-frame {
		display: block;
		background: rgba(255, 255, 255, .9);
		padding: 20px;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: -webkit-transform .4s linear;
		transition: -webkit-transform .4s linear;
		transition: transform .4s linear;
		transition: transform .4s linear, -webkit-transform .4s linear;
		text-align: center;
		padding-bottom: 70px;
		border-bottom: 1px solid #f9f9f9;
	}

	.nav-active .drop-frame {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	#nav > ul {
		text-align: center;
		display: block;
	}

	#nav > ul > li {
		display: block;
		padding: 0;
		margin: 0 0 10px;
	}

	#nav > ul > li:before {
		display: block;
	}

	#nav > ul > li:after {
		display: none;
	}

	#nav > ul > li > a {
		padding: 6px 8px;
	}

	#nav > ul > li:nth-last-child(-n+3) .has-drop-down:before {
		content: "\e901";
		left: auto;
		right: 20px;
	}

	#nav .has-drop-down:before {
		top: 15px;
		color: #205999;
	}

	#nav .has-drop-down.hover.hover:before {
		content: "\e909";
	}

	#nav .has-drop-down.hover.hover > .drop-down {
		display: block;
	}

	#nav .drop-down {
		position: static;
		display: none;
		padding: 0;
		width: 100%;
		text-align: left;
	}

	#nav .drop-down li {
		background: none;
	}

	#nav .drop-down a {
		color: #282828;
	}

	.drop-down {
		position: static;
		padding: 0;
	}

	.drop-down ul li {
		background: none;
	}

	.drop-down ul li a {
		color: #fff;
		padding: 5px 28px;
	}

	.drop-down ul li:hover,
	.drop-down ul li.selected {
		background: none;
	}

	.header-form {
		padding: 0;
		position: relative;
		margin-top: 5px;
	}

	.header-form.search-active .search-form {
		width: 260px;
	}

	.header-form .search-form {
		top: 100%;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		z-index: 3;
	}

	.header-form input[type="search"] {
		background: #fff;
	}

	.nav-opener {
		display: inline-block;
		vertical-align: middle;
	}

	[id="footer"] .social-networks li {
		padding: 0 10px 0;
	}

	[id="footer"] .social-networks a {
		font-size: 25px;
		width: 60px;
		height: 60px;
	}

	.button,
	button,
	input[type="button"],
	input[type="reset"],
	input[type="file"],
	input[type="submit"] {
		padding: 8px 25px 6px;
	}

	.back-to-top {
		bottom: 10px;
	}

	.scroll .back-to-top {
		right: 10px;
	}

	.rating-holder {
		margin-bottom: 30px;
	}

	.rating .rating-holder {
		margin-bottom: 20px;
	}

	.slideshow:hover .btn-prev {
		left: 10px;
	}

	.slideshow:hover .btn-next {
		right: 10px;
	}

	.comment-form .row-holder,
	.comments-form .row-holder {
		margin: 0 -10px;
	}

	.comment-form [class^="col-"],
	.comments-form [class^="col-"] {
		padding: 0 10px;
	}

	.comment-form textarea,
	.comments-form textarea {
		margin-bottom: 20px;
	}

	.faqs,
	.accordion {
		margin-bottom: 30px;
	}

	.faqs .opener,
	.accordion .opener {
		padding: 20px 55px;
		font-size: 16px;
	}

	.faqs .opener:before,
	.accordion .opener:before {
		left: 20px;
		font-size: 20px;
		top: 28px;
	}

	.faqs .opener:after,
	.accordion .opener:after {
		font-size: 30px;
		right: 15px;
		top: 22px;
	}

	.faqs .slide,
	.accordion .slide {
		padding: 20px 55px;
	}

	.faqs .slide:before,
	.accordion .slide:before {
		top: 28px;
		left: 20px;
		font-size: 20px;
	}

	.accordion.accordion {
		margin-bottom: 30px;
	}

	.coming-soon h1 {
		font-size: 80px;
	}

	.visual-block h2 {
		min-height: 135px;
	}

	.info-section .img-info {
		padding: 10px;
	}

	.info-section .date {
		margin-right: 10px;
		width: 50px;
		min-height: 73px;
	}

	.info-section .date span {
		font-size: 30px;
	}

	.info-section .text {
		margin-left: 15px;
	}

	.banner-block {
		text-align: center;
	}

	.banner-block .row-holder {
		display: block;
	}

	.banner-block .btn-holder {
		text-align: center;
		padding-top: 0;
	}

	.banner-block p {
		margin-bottom: 20px;
	}

	.event-list li:not(:last-of-type) {
		margin-bottom: 30px;
	}

	.event-list .date {
		width: 170px;
	}

	.event-list .number {
		width: 60px;
	}

	.carousel {
		padding-top: 0;
		padding-bottom: 0;
	}

	.carousel .productSmall .holder:after {
		top: 0;
		right: 0;
	}

	.cycle-gallery .slide p {
		margin-bottom: 1em;
	}

	.post img,
	.post iframe {
		margin-bottom: 20px;
	}

	.post-list .post {
		padding-bottom: 20px;
		display: block;
	}

	.post-list .img-block {
		float: none;
		max-width: 100%;
		width: 100%;
		overflow: hidden;
	}

	.post-list .img-block img {
		width: 100%;
		margin-bottom: 7px;
	}

	.post-list .img-block a {
		display: block;
	}

	.post-list .text {
		max-width: 100%;
		width: 100%;
	}

	.post-list h4 {
		margin-bottom: 0;
	}

	.timeline-holder .post .date {
		margin-right: 10px;
	}

	.timeline-holder .post .date strong {
		line-height: 1.2;
		margin-bottom: 5px;
	}

	.post.detail .info-panel {
		margin-bottom: 20px;
	}

	.image-area {
		width: 220px;
		height: 220px;
	}

	.team-section .position,
	.team-section .position {
		font-size: 12px;
	}

	.team-section .info-list,
	.team-section .info-list {
		font-size: 12px;
	}

	.team-section .info-list span,
	.team-section .info-list span {
		padding: 0 0 0 20px;
	}

	.team-section .info-list .icon,
	.team-section .info-list .icon {
		margin-right: 5px;
	}

	.custom-module-block {
		padding-bottom: 40px;
	}

	.custom-module-block .info {
		padding: 10px;
	}

	.custom-module-block .description {
		padding: 15px;
	}

	.custom-module-block .description .position {
		margin-bottom: 10px;
	}

	.custom-module-paging {
		padding-bottom: 20px;
	}

	.map-holder {
		height: 300px;
	}
}

@media (max-width: 1023px) and (max-width: 767px) {
	.side-block {
		margin-bottom: 20px;
	}
}

@media (max-width: 1023px) and (max-width: 1023px) {
	.nav-holder {
		position: absolute;
		top: 100%;
		right: 0;
		width: 100%;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: all .4s;
		transition: all .4s;
	}

	.nav-active .nav-holder {
		max-height: 100vh;
		overflow: auto;
		z-index: 10;
	}
}

@media all and (max-width: 800px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs > ul > li {
		max-width: calc(100% - 10px);
	}
}

@media (max-width: 767px) {
	.title {
		font-size: 45px;
	}

	h1 {
		font-size: 33.6px;
	}

	h2 {
		font-size: 21px;
	}

	.donation-form fieldset {
		margin-bottom: 10px;
	}

	.donation-form h2 {
		margin-bottom: 10px;
	}

	.align-left {
		max-width: 100%;
	}

	blockquote {
		margin-bottom: 1.5em;
		max-width: 100%;
	}

	iframe:not([class]) {
		height: auto;
	}

	.row-holder,
	.productSmall,
	table.productTable tr,
	.sermons2ListHolder {
		margin: 0;
		display: block;
	}

	[class^="col-"],
	.productSmall li,
	table.productTable td {
		padding: 0;
	}

	table.productTable td {
		padding: 0 7px;
	}

	.col-11 {
		width: auto;
	}

	.col-10 {
		width: auto;
	}

	.col-9 {
		width: auto;
	}

	.col-8 {
		width: auto;
	}

	.col-7 {
		width: auto;
	}

	.col-6 {
		width: auto;
	}

	.col-5 {
		width: auto;
	}

	.col-4 {
		width: auto;
	}

	.col-3,
	.productSmall li {
		width: auto;
	}

	.col-2 {
		width: auto;
	}

	.col-1 {
		width: auto;
	}

	#main {
		padding: 30px 0;
	}

	.two-columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.section {
		padding: 40px 0;
	}

	.intro-txt {
		padding-bottom: 20px;
	}

	.social-networks {
		margin: 0 -12px 20px;
	}

	.info-wrap .photo-block {
		margin-bottom: 20px;
	}

	.footer-area {
		display: block;
		padding-bottom: 30px;
	}

	.footer-area .information-list {
		margin: 0 0 10px;
	}

	.footer-area .social-networks {
		margin: 0 -5px;
	}

	.footer-area .social-networks li {
		padding: 0 5px;
	}

	.footer-area .social-networks li:last-child {
		padding-right: 5px;
	}

	.gallery .row {
		margin: 0 -5px;
	}

	.gallery .img-block {
		padding: 0 5px 10px;
	}

	.flow-gallery .slick-list {
		padding: 0 15px !important;
	}

	.flow-gallery .slick-arrow {
		font-size: 50px;
		height: 30px;
		width: 30px;
		font-size: 15px;
	}

	.demo .popup:after {
		top: -30px;
	}

	.popup-block {
		width: 220px;
	}

	.google-map-holder {
		height: 200px !important;
	}

	.section.map-block:last-child {
		padding-bottom: -20px;
	}

	.section.map-block .map-block {
		height: 200px !important;
		margin-bottom: -20px;
	}

	[id="sidebar"] {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-top: 30px;
	}

	.sub-nav {
		margin-bottom: 20px;
	}

	.scroll .header-frame {
		position: absolute;
	}

	.logo {
		margin: 0;
	}

	.nav-opener {
		margin-left: 10px;
	}

	[id="footer"] {
		padding: 35px 0;
	}

	[id="footer"] .social-networks {
		margin: 0 -10px 30px;
	}

	[id="footer"] .social-networks a {
		font-size: 15px;
		width: 40px;
		height: 40px;
	}

	.footer-logo {
		margin-bottom: 25px;
	}

	.contact-list {
		margin-bottom: 25px;
	}

	.contact-list li {
		display: block;
		padding-bottom: 5px;
	}

	.contact-list li:after {
		display: none;
	}

	.back-to-top {
		width: 40px;
		height: 40px;
	}

	.back-to-top i {
		padding: 0 13px;
		line-height: 2.8;
		font-size: 14px;
	}

	.rating-holder {
		margin-bottom: 20px;
	}

	.slideshow .container {
		padding: 0 35px;
	}

	.slideshow .btn-prev,
	.slideshow .btn-next {
		font-size: 50px;
		height: 30px;
		width: 30px;
		font-size: 15px;
	}

	.comment-block .panel {
		margin: 0;
	}

	.comment-block h4 {
		margin: 0;
	}

	.comment-block time {
		display: block;
	}

	.comment-form .btn-holder,
	.comments-form .btn-holder {
		text-align: left;
	}

	.comment-form .captcha-holder,
	.comments-form .captcha-holder {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: left;
	}

	.comment-form .captcha-holder + .align-right,
	.comments-form .captcha-holder + .align-right {
		text-align: left;
	}

	.pagination.system_pagination,
	.pagination {
		font-size: 18px;
	}

	.pagination.system_pagination .next a,
	.pagination.system_pagination .prev a,
	.pagination .next a,
	.pagination .prev a {
		margin: 0 2px;
	}

	.pagination.system_pagination a,
	.pagination a {
		margin: 0 2px;
	}

	.faqs,
	.accordion {
		margin-bottom: 20px;
	}

	.faqs .opener,
	.accordion .opener {
		padding: 15px 35px;
		font-size: 14px;
		line-height: 20px;
	}

	.faqs .opener:before,
	.accordion .opener:before {
		left: 10px;
		font-size: 16px;
		top: 24px;
	}

	.faqs .slide,
	.accordion .slide {
		padding: 15px 35px;
		font-size: 12px;
		line-height: 20px;
	}

	.faqs .slide:before,
	.accordion .slide:before {
		left: 10px;
		font-size: 16px;
		top: 24px;
	}

	.faqs .slide p,
	.accordion .slide p {
		margin-bottom: 8px;
	}

	.accordion.accordion {
		margin-bottom: 20px;
	}

	.accordion.accordion .opener {
		padding: 8px 0 8px 30px;
		font-size: 12px;
	}

	.accordion.accordion .opener:before {
		left: 10px;
		top: 16px;
	}

	.accordion.accordion .slide {
		padding: 15px;
	}

	.tabset {
		width: 100%;
	}

	.tabset a {
		font-size: 12px;
	}

	.not-found {
		font-size: 14px;
	}

	.big-letter {
		font-size: 120px;
		margin-bottom: 20px;
		line-height: 1;
	}

	.coming-soon .holder {
		padding: 0;
	}

	.coming-soon .logo img {
		max-width: 200px;
	}

	.coming-soon .coming {
		padding: 30px 0 30px;
	}

	.coming-soon .coming:after {
		height: calc(100vh - 60px);
	}

	.coming-soon .logo {
		margin-bottom: 15px;
	}

	.coming-soon h1 {
		font-size: 45px;
	}

	.visual-block h2 {
		min-height: 95px;
	}

	.info-container .block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
		margin: 0 auto 24px;
	}

	.info-container .block:last-child {
		margin: 0 auto 15px;
	}

	.info-container .img-holder {
		margin-bottom: 10px;
	}

	.info-section .img-box {
		margin-bottom: 10px;
	}

	.event-list li:not(:last-of-type) {
		margin-bottom: 20px;
	}

	.event-list .date {
		float: none;
		width: 100%;
	}

	.event-list .number {
		float: none;
		margin-top: 0;
	}

	.event-list .holder {
		display: block;
	}

	.event-list .detail-info {
		padding: 0 0 10px;
	}

	.carousel .productSmall > li {
		float: none;
	}

	.cycle-gallery .slide {
		padding: 0 40px 15px;
	}

	.cycle-gallery .slide:before,
	.cycle-gallery .slide:after {
		font-size: 30px;
	}

	.post .info-panel ul + ul li {
		margin: 0 0  0 5px;
	}

	.post .info-panel li {
		margin-right: 10px;
	}

	.post-list {
		text-align: center;
	}

	.post-list .post {
		padding: 5px 20px;
		width: 100%;
	}

	.post-list .img-block {
		margin-right: 0;
	}

	.timeline-holder .post .date {
		font-size: 10px;
		width: 58px;
	}

	.timeline-holder .post .date strong {
		font-size: 35px;
	}

	.post.detail {
		padding-bottom: 0;
	}

	.post.detail .align-left {
		float: none;
		display: block;
		margin: 0 auto 10px;
	}

	.post.detail .info-panel {
		margin-bottom: 10px;
	}

	.content-section .link-holder {
		margin-bottom: 15px;
	}

	.image-area {
		width: 240px;
		height: 240px;
		margin-bottom: 20px;
	}

	.items-holder {
		padding: 10px 10px 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.items-holder .item-wrap {
		width: 50%;
		font-size: 12px;
	}

	.items-holder strong {
		font-size: 33.6px;
	}

	.banner-holder:after {
		min-height: 350px;
	}

	.banner-holder .txt-block p {
		font-size: 12px;
	}

	.detail-holder dl {
		padding: 10px 0 0;
	}

	.custom-module-block {
		padding-bottom: 20px;
	}

	.custom-module-paging .icon {
		font-size: 28px;
	}

	.custom-module-paging .next,
	.custom-module-paging .prev {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.custom-module-paging .next .icon {
		float: none;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.custom-module-paging .text h3 {
		font-size: 15px;
	}

	.custom-module-paging .title {
		font-size: 12px;
	}

	.custom-module-paging .position {
		display: none;
	}

	.map-holder {
		height: 200px;
	}

	.map-holder:first-child {
		margin-top: 0;
	}

	.contact-holder {
		margin-top: 30px;
	}

	.contact-holder .form-holder {
		margin-bottom: 20px;
	}
}

@media (max-width: 479px) {
	.section {
		padding: 20px 0;
	}

	.social-networks {
		margin-bottom: 10px;
	}

	[id="footer"] .social-networks a {
		font-size: 15px;
	}

	.banner-block {
		padding: 40px 0;
	}

	.cycle-gallery .slide {
		padding: 0 0 15px;
	}

	.cycle-gallery .slide:before,
	.cycle-gallery .slide:after {
		display: none;
	}
}

@-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 buzz-out {
	10% {
		-webkit-transform: translateX(2px) rotate(2deg);
		transform: translateX(2px) rotate(2deg);
	}

	20% {
		-webkit-transform: translateX(-2px) rotate(-2deg);
		transform: translateX(-2px) rotate(-2deg);
	}

	30% {
		-webkit-transform: translateX(2px) rotate(2deg);
		transform: translateX(2px) rotate(2deg);
	}

	40% {
		-webkit-transform: translateX(-2px) rotate(-2deg);
		transform: translateX(-2px) rotate(-2deg);
	}

	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	90% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	100% {
		-webkit-transform: translateX(-2px) rotate(1deg);
		transform: translateX(-2px) rotate(1deg);
	}
}

@keyframes buzz-out {
	10% {
		-webkit-transform: translateX(2px) rotate(2deg);
		transform: translateX(2px) rotate(2deg);
	}

	20% {
		-webkit-transform: translateX(-2px) rotate(-2deg);
		transform: translateX(-2px) rotate(-2deg);
	}

	30% {
		-webkit-transform: translateX(2px) rotate(2deg);
		transform: translateX(2px) rotate(2deg);
	}

	40% {
		-webkit-transform: translateX(-2px) rotate(-2deg);
		transform: translateX(-2px) rotate(-2deg);
	}

	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	90% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	100% {
		-webkit-transform: translateX(-2px) rotate(1deg);
		transform: translateX(-2px) rotate(1deg);
	}
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
