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

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

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

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

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

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

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

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

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

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

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

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

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

[hidden],
template {
	display: none;
}

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

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

a {
	background-color: transparent;
}

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

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

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

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

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

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

b,
strong {
	font-weight: bold;
}

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

dfn {
	font-style: italic;
}

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

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

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

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

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

small {
	font-size: 80%;
}

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

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

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

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

img {
	border: 0;
}

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

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

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

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

figure {
	margin: 1em 40px;
}

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

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

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

pre {
	overflow: auto;
}

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

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

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

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

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

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

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

button {
	overflow: visible;
}

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

button,
select {
	text-transform: none;
}

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

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

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

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

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

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

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

input {
	line-height: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
	overflow: auto;
}

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

optgroup {
	font-weight: bold;
}

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

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

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

td,
th {
	padding: 0;
}

.list-layout,
.check-options,
.simple-accordion,
.sub-navigation,
.star-holder,
.rate-table .rate-table-list,
.how-it-works-section .how-it-works-list,
.testimonials-list,
.post-info,
.social-networks,
main ul:not([class]):not([id]),
.slick-dots,
.information-list,
.breadcrumbs,
#header .option-list,
#header .menu-list,
.footer-holder .navigation,
.footer-links,
.footer-bar .steps-block .step-wrap {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.detail .info-section:after,
.checkbox: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: #1b2150;
	background: #fff;
	font: 15px/1.8 "Quicksand", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

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

blockquote {
	border-left: 4px solid #808e95;
	padding-left: .5em;
	margin-left: 1.8em;
}

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

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

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

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

ul {
	list-style-type: disc;
}

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

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.widget {
	margin-bottom: 1.8em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.commentlist {
	margin: 0 0 1.8em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon4675.ttf?em7vit") format("truetype"), url("fonts/icomoon4675.woff?em7vit") format("woff"), url("fonts/icomoon4675.svg?em7vit#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
.navigation .prev:before,
.navigation .next:before,
.jcf-checkbox:after,
.category-block .jcf-radio span:before,
.testimonials-slider .slick-arrow:before,
.how-it-works .item:after,
.social-networks.share .stButton,
.navigation-single .next:before,
.navigation-single .prev:before,
.information-list li:before,
.btn-prev:before,
.btn-next:before {
	/* 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-info:before {
	content: "î¤";
}

.icon-mail:before {
	content: "î¤Œ";
}

.icon-tag:before {
	content: "î¤";
}

.icon-name:before {
	content: "î¤Ž";
}

.icon-star:before {
	content: "î¤‹";
}

.icon-check:before {
	content: "î¤Š";
}

.icon-gift:before {
	content: "î¤ˆ";
}

.icon-clock:before {
	content: "î¤‰";
}

.icon-arrow-small-l:before {
	content: "î¤„";
}

.icon-arrow-small-r:before {
	content: "î¤†";
}

.icon-arrow-l:before {
	content: "î¤…";
}

.icon-arrow-r:before {
	content: "î¤‡";
}

.icon-phone:before {
	content: "î¤€";
}

.icon-facebook:before {
	content: "î¤";
}

.icon-linkedin:before {
	content: "î¤‚";
}

.icon-twitter:before {
	content: "î¤ƒ";
}

/* custom checkbox styles */

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #777;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
	cursor: pointer;
}

.jcf-checkbox span {
	cursor: pointer;
	position: absolute;
	display: none;
	height: 4px;
	width: 8px;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -6px;
	border: 3px solid #777;
	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: -4px 0 0 -5px;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
	cursor: pointer;
}

.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 #777;
	border-radius: 9px;
	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: #777;
	border-radius: 100%;
}

.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 #777;
	background: #fff;
	margin: 0 0 12px;
	min-width: 150px;
	height: 26px;
}

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

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

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

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

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

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

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

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

/* multiple select styles */

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

/* select options styles */

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

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

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

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

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

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

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

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

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

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

/* common custom form elements styles */

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

/* 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 #777;
	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 #777;
	margin: 0 0 0 -1px;
	padding: 0 10px;
	line-height: 28px;
	height: 28px;
}

/* Slick slider styles */

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

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

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

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

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

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

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

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

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

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

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

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

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

.fancybox-active {
	height: auto;
}

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

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

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

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

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

.fancybox-bg {
	background: #fff;
	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,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-slide--html {
	padding: 6px 6px 0 6px;
}

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

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

.fancybox-slide--html .fancybox-content {
	margin: 0 0 6px 0;
}

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

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

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

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

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

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

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

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: calc(100% - 44px);
	overflow: visible;
	padding: 0;
	width: 100%;
}

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

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

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

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

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

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

/* Buttons */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Navigation arrows */

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

.fancybox-navigation .fancybox-button div {
	background: rgba(30, 30, 30, .6);
	height: 100%;
	padding: 7px;
}

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

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

/* Caption */

.fancybox-caption {
	bottom: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 25px 44px 25px 44px;
	right: 0;
}

.fancybox-caption::before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
	background-repeat: repeat-x;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -25px;
	z-index: -1;
}

.fancybox-caption::after {
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	content: "";
	display: block;
	left: 44px;
	position: absolute;
	right: 44px;
	top: 0;
}

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

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

/* Loading indicator */

.fancybox-loading {
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	border: 6px solid rgba(100, 100, 100, .5);
	border-radius: 100%;
	border-top-color: #fff;
	height: 60px;
	left: 50%;
	margin: -30px 0 0 -30px;
	opacity: .6;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 60px;
	z-index: 99999;
}

/* Transition effects */

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

/* transitionEffect: slide */

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

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

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

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

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

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

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

/* transitionEffect: rotate */

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

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

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

/* transitionEffect: circular */

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

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

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

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

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

/* Styling for Small-Screen Devices */

/* Share */

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

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

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

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

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

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

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

/* Thumbs */

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

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

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

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

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

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

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

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

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

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

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

.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

.btn,
.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	padding: 17px 26px;
	border-radius: 3px;
	min-width: 143px;
	text-align: center;
	text-transform: uppercase;
}

.btn-primary {
	background: #e20714;
	color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
	color: #fff;
	background: #b10510;
}

.btn-secondary {
	background: #1b2150;
}

.btn-secondary:hover,
.btn-secondary:focus {
	color: #fff;
	background: #2e3989;
}

.btn-outline {
	border: 1px solid #fff;
	padding: 16px 26px;
}

.btn-outline:hover {
	border-color: #e20714;
	background: #e20714;
	color: #fff;
}

.btn-outline-secondary {
	border: 1px solid #1b2150;
	padding: 16px 26px;
	color: #1b2150;
}

.btn-outline-secondary:hover {
	background: #1b2150;
	color: #fff;
}

.btn-play {
	width: 104px;
	height: 104px;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	display: block;
	border: 5px solid #e20714;
	text-indent: -9999px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.btn-play:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 33px;
	border-color: transparent transparent transparent #e20714;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.btn-play:hover {
	opacity: .6;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
	height: 48px;
	background: #fff;
	border: 1px solid #9b9ebc;
	color: #9b9ebc;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	padding: 14px 18px !important;
	text-align: center;
	margin: 0 8px;
	border-radius: 2px;
}

.navigation .page-numbers.current,
.navigation-comments .page-numbers.current {
	background: #1b2150;
	color: #fff;
	border-color: #1b2150;
}

.navigation .page-numbers:hover,
.navigation-comments .page-numbers:hover {
	background: #1b2150;
	color: #fff;
	border-color: #1b2150;
}

.navigation .prev,
.navigation .next {
	font-size: 0;
	line-height: 0;
	position: relative;
	padding: 14px 22px !important;
}

.navigation .prev:before,
.navigation .next:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 20px;
	line-height: 20px;
}

.navigation .prev:before {
	content: "î¤…";
}

.navigation .next:before {
	content: "î¤‡";
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	height: 52px;
	border-radius: 2px;
	background: #1b2150;
}

.article-section .section-heading {
	margin: 0 0 30px;
}

.article-section .btn-wrap {
	padding: 12px 0 43px;
}

.article-wrapper {
	margin: 0 -15px;
}

.article-wrapper .col {
	padding: 0 15px;
}

.article-item {
	background: rgba(110, 117, 145, .05);
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}

.article-item .img-wrap {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 53.3%;
	margin: 0;
}

.article-item .article-body {
	padding: 17px 13px 33px 20px;
	color: #1b2150;
	min-height: 115px;
}

.article-item .h4 {
	display: block;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
}

.article-item .h4 a {
	color: #1b2150;
}

.article-item .h4 a:hover {
	color: #e20714;
}

.article-item .content-footer {
	position: absolute;
	left: 21px;
	bottom: 21px;
	font-size: 13px;
	line-height: 13px;
	color: #6e7591;
}

.article-item .content-footer .tag {
	margin-bottom: 0;
}

.article-item span[class^="icon"],
.article-item time[class^="icon"] {
	margin-right: 28px;
}

.article-item span[class^="icon"]:before,
.article-item time[class^="icon"]:before {
	margin-right: 6px;
}

.article-item .tag {
	color: rgba(128, 142, 149, .9);
	font-size: 12px;
	line-height: 15px;
	font-weight: 500;
	display: block;
	margin-bottom: 10px;
}

.strengths-items,
.profession-items,
.number-items {
	margin: 0 -15px;
}

.strengths-items .col,
.profession-items .col,
.number-items .col {
	padding: 0 15px;
}

.strengths-icon .img-wrap,
.professions-icon .img-wrap {
	margin-bottom: 28px;
}

.strengths-icon .img-wrap img,
.professions-icon .img-wrap img {
	display: inline-block;
	vertical-align: bottom;
}

.strengths-icon .h4 a,
.professions-icon .h4 a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #e20714;
}

.strengths-icon .h4 a:hover,
.professions-icon .h4 a:hover {
	color: #b10510;
}

.our-strengths .container {
	max-width: 870px;
}

.our-strengths .section-heading {
	margin-bottom: 42px;
}

.strengths-icon {
	margin-bottom: 39px;
}

.strengths-icon .img-wrap {
	text-align: center;
}

.strengths-icon .h4 {
	text-align: center;
	margin-bottom: 0 0 17px;
}

.profession-items {
	margin-bottom: -5px;
}

.professions-icon {
	padding: 0 0 38px;
	color: #6e7591;
}

.professions-icon .h4 {
	color: #e20714;
}

.professions-icon .img-wrap {
	margin-bottom: 7px;
}

.professions-icon .img-wrap a:hover svg .st0,
.professions-icon .img-wrap a:hover svg .st1 {
	-webkit-transition: fill .3s ease-in-out;
	transition: fill .3s ease-in-out;
	fill: #e20714;
}

.professions-icon .img-wrap svg {
	width: 84px;
	height: 84px;
}

.our-professions .section-heading {
	margin-bottom: 34px;
}

.some-numbers.content-section {
	padding: 42px 0 34px;
}

.some-numbers .container {
	max-width: 980px;
}

.some-numbers .section-heading {
	margin-bottom: 32px;
}

.number-items {
	margin-bottom: -19px;
}

.number-icon {
	text-align: center;
	margin-bottom: 44px;
}

.number-icon .img-wrap {
	margin-bottom: -2px;
	min-height: 68px;
	line-height: 68px;
}

.number-icon .info {
	font-size: 15px;
	line-height: 18px;
	font-weight: 500;
	text-transform: uppercase;
}

.number-icon .number {
	font-size: 52px;
	line-height: 58px;
	font-weight: 300;
	display: block;
	margin-bottom: 7px;
}

.section-text.with-bg:last-child {
	margin-bottom: 0;
}

.section-text .section-heading {
	text-align: center;
	margin: 0 0 34px;
	max-width: none;
}

.section-text .img-wrap img {
	width: 100%;
}

.detail .post-info li {
	margin-right: 30px;
}

.detail .post-info li:after {
	display: none;
}

.detail .post-info *[class^="icon"] {
	margin-right: 5px;
}

.detail .info-holder .img-wrap {
	margin: 0 -15px 40px;
}

.detail .info-holder img {
	width: 100%;
	border-radius: 5px;
}

.detail .article-section {
	border-top: 1px solid rgba(110, 117, 145, .3);
	padding: 23px 0 0 0;
}

.detail .article-section .section-heading {
	text-align: center;
	margin-bottom: 10px;
}

.wrap-box {
	box-shadow: 0 2px 64px #c1c2cf;
	background-color: #1b2150;
	color: #fff;
	text-align: center;
	padding: 22px 20px 40px;
	width: 297px !important;
	margin-bottom: 40px;
	float: right;
}

.wrap-box .box-text {
	font-size: 30px;
	font-weight: 500;
	line-height: 38px;
	margin: 0 0 26px;
	display: block;
}

.wrap-box .btn,
.wrap-box .comment-form input[type="submit"],
.comment-form .wrap-box input[type="submit"],
.wrap-box .post-password-form input[type="submit"],
.post-password-form .wrap-box input[type="submit"],
.wrap-box .search-form input[type="submit"],
.search-form .wrap-box input[type="submit"] {
	min-width: 135px;
}

.plan-site {
	padding: 34px 0 106px;
}

.plan-site .section-heading {
	margin-bottom: 44px;
}

.plan-site li {
	padding: 0 !important;
}

.plan-site li:before {
	display: none !important;
}

.plan-site a {
	color: #1b2150;
}

.plan-site a:hover {
	color: #e20714;
}

.space-pro-section {
	padding: 35px 15px 60px;
}

.space-pro-section .primary-section-heading {
	font-size: 26px;
	line-height: 30px;
}

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

.space-pro-section h3 {
	font-weight: 300;
}

.space-pro-section .contact-us {
	margin: 0;
}

.space-pro-section .contact-us input:not([type=submit]):not([type=reset]) {
	margin: 0 0 7px;
}

.space-pro-section .contact-us .btn-wrap {
	padding-top: 13px;
}

.text-page h4 {
	font-size: 20px;
	line-height: 23px;
	color: #6e7591;
	margin: 0 0 20px;
	display: block;
}

.text-page a {
	color: #1b2150;
}

.text-page address,
.text-page cite {
	font-style: normal;
}

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

.lightbox {
	width: 90%;
	background: #fff;
	padding: 31px 25px;
	box-shadow: 0 2px 64px #c1c2cf;
}

.lightbox .icon-wrap {
	margin-bottom: 20px;
}

.lightbox p {
	margin: 0 0 20px;
}

.lightbox .btn,
.lightbox .comment-form input[type="submit"],
.comment-form .lightbox input[type="submit"],
.lightbox .post-password-form input[type="submit"],
.post-password-form .lightbox input[type="submit"],
.lightbox .search-form input[type="submit"],
.search-form .lightbox input[type="submit"] {
	font-size: 18px;
	line-height: 20px;
	text-transform: capitalize;
}

.lightbox .text-holder {
	text-align: center;
	font-size: 30px;
	line-height: 34px;
}

.lightbox .form-holder {
	text-align: center;
}

.lightbox .form-holder label {
	text-align: left;
}

.lightbox .form-holder .btn-wrap {
	padding-top: 13px;
}

.lightbox .form-holder .description {
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	margin: 0 0 15px;
}

.lightbox .input-group {
	margin: 0 0 30px;
	text-align: left;
}

.lightbox .input-group .h4 {
	color: #e20714;
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
}

.lightbox .input-group .info {
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #6e7591;
	margin: 0 0 12px;
}

.lightbox .jcf-file {
	width: 100%;
	padding: 3px;
	border: 1px solid rgba(27, 33, 80, .63);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.lightbox .jcf-file .jcf-fake-input {
	border: 0;
	height: 44px;
	width: auto;
	font-size: 16px;
	line-height: 44px;
	font-weight: 500;
	vertical-align: middle;
}

.lightbox .jcf-file .jcf-upload-button {
	width: 80px;
	height: 44px;
	padding: 15px 0;
	text-align: center;
	border-radius: 2px;
	border: 0;
	background-color: #1b2150;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	text-transform: uppercase;
	vertical-align: middle;
}

.lightbox .jcf-disabled:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, .7);
}

.lightbox .jcf-disabled .jcf-fake-input {
	font-weight: 400;
}

.fancybox-slide--html .fancybox-close-small {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #6e7591;
	padding: 0;
}

.fancybox-slide--html .fancybox-close-small:hover {
	color: #e20714;
}

form label {
	font-weight: 500;
	margin: 0 0 5px;
	display: block;
}

form .form-group {
	margin: 0 0 6px;
}

form .form-group label {
	display: block;
	margin: 0 0 5px;
	display: block;
}

form .text-label {
	display: block;
	margin-bottom: 15px;
}

form .input-error + .error-message {
	display: block;
}

form .error-message {
	display: none;
	color: #e20714;
}

input:not([type=submit]):not([type=reset]) {
	height: 52px;
	width: 100%;
	padding: 10px 19px;
	border: 1px solid rgba(27, 33, 80, .63);
	border-radius: 2px;
	font-size: 16px;
	line-height: 20px;
	color: #1b2150;
	margin: 0 0 5px;
}

input:not([type=submit]):not([type=reset])::-webkit-input-placeholder {
	opacity: .6;
}

input:not([type=submit]):not([type=reset])::-moz-placeholder {
	opacity: 1;
	opacity: .6;
}

input:not([type=submit]):not([type=reset]):-moz-placeholder {
	opacity: .6;
}

input:not([type=submit]):not([type=reset]):-ms-input-placeholder {
	opacity: .6;
}

input:not([type=submit]):not([type=reset]).placeholder {
	opacity: .6;
}

input:not([type=submit]):not([type=reset]):focus {
	outline: none;
}

input:not([type=submit]):not([type=reset]).input-error {
	border-color: #e20714;
}

button[type="submit"] {
	border: none;
	width: 100%;
	font-size: 18px;
	line-height: 22px;
	text-transform: none;
}

.jcf-select {
	border: 1px solid rgba(27, 33, 80, .6);
	height: 52px;
	width: 100%;
	border-radius: 2px;
	color: #1b2150;
	margin: 0 0 5px;
}

.jcf-select .jcf-select-text {
	font-size: 16px;
	line-height: 52px;
	opacity: .6;
	margin: 0 35px 0 19px;
}

.jcf-select .jcf-select-opener {
	background: #fff;
	cursor: pointer;
}

.jcf-select .jcf-select-opener:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #1b2150 transparent transparent transparent;
}

.jcf-list {
	font-size: 16px;
	line-height: 20px;
}

.jcf-list .jcf-option {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	color: #1b2150;
	cursor: pointer;
	padding: 10px 19px;
}

.jcf-list .jcf-option.jcf-hover {
	color: #fff;
	background: #1b2150;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid rgba(27, 33, 80, .6);
}

.jcf-radio {
	width: 24px;
	height: 24px;
	border: 1px solid #6e7591;
	border-radius: 50%;
}

.jcf-radio.jcf-checked span {
	background: #e20714;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
}

.checkbox .jcf-checkbox {
	float: left;
}

.checkbox label {
	display: block;
	overflow: hidden;
	padding: 2px 0 0;
	font-weight: 400;
	cursor: pointer;
}

.checkbox label.jcf-label-active {
	font-weight: 500;
}

textarea {
	width: 100%;
	max-height: 168px;
	min-height: 168px;
	resize: none;
	padding: 14px 19px;
	margin: 0 0 5px;
	font-size: 16px;
	line-height: 20px;
	color: #1b2150;
	border: 1px solid rgba(27, 33, 80, .6);
	border-radius: 2px;
}

textarea::-webkit-input-placeholder {
	opacity: .6;
}

textarea::-moz-placeholder {
	opacity: 1;
	opacity: .6;
}

textarea:-moz-placeholder {
	opacity: .6;
}

textarea:-ms-input-placeholder {
	opacity: .6;
}

textarea.placeholder {
	opacity: .6;
}

textarea:focus {
	outline: none;
}

textarea.input-error {
	border-color: #e20714;
}

.jcf-checkbox {
	width: 26px;
	height: 26px;
	border-color: #9b9ebc;
	border-radius: 2px;
	margin-right: 12px;
}

.jcf-checkbox.jcf-checked:after {
	opacity: 1;
	visibility: visible;
}

.jcf-checkbox:after {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	content: "î¤Š";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #1b2150;
	font-size: 13px;
	line-height: 1;
	opacity: 0;
	visibility: hidden;
}

.jcf-checkbox span {
	display: none !important;
}

.star-full:before,
.star-rating:hover input:checked ~ label span:before,
.star-rating label span:before {
	content: "î¤‹";
	color: #6e7591;
}

.star-empty:before,
.star-rating:hover input + label:hover span.icon-star:before,
.star-rating:hover input + label:hover ~ label span.icon-star:before,
.star-rating input:checked ~ label span:before {
	content: "î¤‹";
	color: #fab10e;
}

.star-rating {
	font-size: 46px;
	line-height: 48px;
	box-sizing: content-box;
	display: inline-block;
	vertical-align: top;
}

.star-rating[data-state="disabled"] {
	pointer-events: none;
}

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

.star-rating input {
	display: none;
}

.star-rating label {
	padding: 0 .1em;
	width: 1em;
}

.star-rating.w-halves label:nth-of-type(even) {
	position: absolute;
	width: .37em;
	overflow: hidden;
}

.area-title {
	font-size: 24px;
	line-height: 38px;
	color: #e20714;
	display: block;
	margin: 0 0 10px;
}

.contacts-frame {
	border-bottom: 1px solid rgba(110, 117, 145, .3);
	margin: 0 0 30px;
}

.contacts-frame:last-child {
	border: none;
}

.contacts-frame a {
	font-weight: 500;
	color: #1b2150;
}

.contacts-frame a:hover {
	color: #e20714;
}

.contacts-frame .block-title {
	font-size: 24px;
	line-height: 26px;
	font-weight: 500;
	width: 70%;
}

.contacts-frame .heading-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 8px;
}

.contacts-frame .img-block {
	margin: 0 13px 0 0;
	width: 20%;
}

.contacts-info-section {
	padding: 50px 0 60px;
}

.contacts-info-section .form-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contacts-info-section .info-box {
	background: #fff;
	padding: 20px 0;
	max-width: 300px;
}

.contacts-info-section .info-box .box-title {
	font-size: 24px;
	line-height: 31px;
	display: block;
	color: #e20714;
	margin: 0 0 18px;
}

.contacts-section .two-columns {
	max-width: 871px;
	margin: 0 auto;
	padding: 0 15px 117px;
}

.contacts-section .two-columns .contact-us {
	width: 100%;
}

.contacts-section .two-columns .contact-us textarea {
	margin: 0 0 30px;
}

.radio-options .jcf-label-active {
	text-shadow: 1px 0 0 #1b2150;
}

.radio-options label {
	display: inline-block;
	vertical-align: top;
	font-weight: normal;
	margin: 0 9px 16px 0;
}

.check-options {
	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 0 25px;
}

.check-options li {
	margin: 0 0 12px;
}

.check-options label {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}

.partners-form {
	width: 100%;
}

.partners-form .form-area {
	margin: 0 0 27px;
}

.partners-form .check-list .wpcf7-list-item {
	width: calc(50% - 1em);
	margin-bottom: 12px;
}

.partners-form .check-list span.wpcf7-list-item {
	vertical-align: top;
}

.partners-form .check-list .jcf-checkbox {
	margin-right: 8px;
}

.partners-form .check-list label {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}

.step-form .hidden {
	opacity: 0;
	visibility: hidden;
	height: 0;
}

.step-form textarea {
	max-height: 100%;
	min-height: 325px;
}

.step-form .col {
	width: 100%;
}

.categori-radio label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	line-height: 20px;
	margin: 0 9px 18px 0;
}

.categori-radio label small {
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.categori-radio .jcf-radio {
	margin: 0 16px 0 0;
}

.categori-radio .form-label {
	width: calc(100% - 56px);
	position: relative;
}

.categori-radio .icon-info {
	margin: 0 0 0 10px;
	font-size: 22px;
	line-height: 22px;
	text-shadow: none;
}

.categori-radio .icon-info:hover {
	color: #e20714;
}

.categori-radio .step-info {
	display: none;
}

.forms-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 15px 0 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-flow: column-reverse;
	flex-flow: column-reverse;
}

.forms-navigation.align-right button[type="submit"]:only-child {
	margin: 0 0 0 auto;
}

.forms-navigation button[type="submit"] {
	width: auto;
	margin: 0 0 20px;
}

.forms-navigation button[type="submit"]:only-child {
	margin: 0 auto;
}

.forms-navigation .btn-back {
	line-height: 22px;
	min-width: 108px;
}

.request-form {
	text-align: left;
}

.simple-accordion {
	border-top: 1px solid #d3d5de;
}

.simple-accordion li {
	border-bottom: 1px solid #d3d5de;
}

.simple-accordion li.active .opener {
	font-weight: 500;
}

.simple-accordion li.active .opener:before,
.simple-accordion li.active .opener:after {
	background: #e20714;
}

.simple-accordion li.active .opener:before {
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.simple-accordion li.active .opener:after {
	-webkit-transform: translateY(-50%) rotate(135deg);
	-ms-transform: translateY(-50%) rotate(135deg);
	transform: translateY(-50%) rotate(135deg);
}

.simple-accordion .opener {
	font-size: 18px;
	line-height: 20px;
	color: #1b2150;
	font-weight: 100;
	display: block;
	padding: 26px 30px 24px 0;
	position: relative;
}

.simple-accordion .opener:before,
.simple-accordion .opener:after {
	width: 23px;
	height: 2px;
	-webkit-transition: background .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: background .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, background .3s ease-in-out;
	transition: transform .3s ease-in-out, background .3s ease-in-out, -webkit-transform .3s ease-in-out;
	content: "";
	background: #6e7591;
	position: absolute;
	right: 0;
	top: 50%;
	opacity: .6;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.simple-accordion .opener:after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.simple-accordion .slide p {
	margin: 0 0 20px;
}

.intro {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	padding: 51px 0 35px;
	text-align: center;
	overflow: hidden;
	position: relative;
	box-shadow: inset 0 18px 20px -10px rgba(0, 0, 0, .25);
}

.intro .description {
	text-shadow: 0 1px 4px rgba(0, 0, 0, .26);
}

.intro h1,
.intro .h1 {
	font-weight: 300;
	margin: 0 0 21px;
}

.intro .btns-wrap .btn,
.intro .btns-wrap .comment-form input[type="submit"],
.comment-form .intro .btns-wrap input[type="submit"],
.intro .btns-wrap .post-password-form input[type="submit"],
.post-password-form .intro .btns-wrap input[type="submit"],
.intro .btns-wrap .search-form input[type="submit"],
.search-form .intro .btns-wrap input[type="submit"] {
	margin: 0 0 14px;
	font-size: 18px;
	line-height: 22px;
	text-transform: none;
}

.intro .btns-wrap .btn:hover,
.intro .btns-wrap .comment-form input:hover[type="submit"],
.comment-form .intro .btns-wrap input:hover[type="submit"],
.intro .btns-wrap .post-password-form input:hover[type="submit"],
.post-password-form .intro .btns-wrap input:hover[type="submit"],
.intro .btns-wrap .search-form input:hover[type="submit"],
.search-form .intro .btns-wrap input:hover[type="submit"] {
	text-shadow: none;
}

.intro .btns-wrap .btn.btn-outline-secondary,
.intro .btns-wrap .comment-form input.btn-outline-secondary[type="submit"],
.comment-form .intro .btns-wrap input.btn-outline-secondary[type="submit"],
.intro .btns-wrap .post-password-form input.btn-outline-secondary[type="submit"],
.post-password-form .intro .btns-wrap input.btn-outline-secondary[type="submit"],
.intro .btns-wrap .search-form input.btn-outline-secondary[type="submit"],
.search-form .intro .btns-wrap input.btn-outline-secondary[type="submit"] {
	border-color: #fff;
	color: #fff;
}

.intro .btns-wrap .btn.btn-outline-secondary:hover,
.intro .btns-wrap .comment-form input.btn-outline-secondary:hover[type="submit"],
.comment-form .intro .btns-wrap input.btn-outline-secondary:hover[type="submit"],
.intro .btns-wrap .post-password-form input.btn-outline-secondary:hover[type="submit"],
.post-password-form .intro .btns-wrap input.btn-outline-secondary:hover[type="submit"],
.intro .btns-wrap .search-form input.btn-outline-secondary:hover[type="submit"],
.search-form .intro .btns-wrap input.btn-outline-secondary:hover[type="submit"] {
	background: #fff;
	color: #1b2150;
}

.banner {
	position: relative;
	padding: 35px 0 26px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.banner:after {
	content: "";
	width: 0;
	min-height: 259px;
	display: block;
}

.banner.text-center .description {
	max-width: none;
}

.banner .container {
	width: 100%;
	max-width: 866px;
	margin: 0;
}

.banner .description {
	max-width: 75%;
}

.banner h1,
.banner .h1 {
	font-weight: 300;
	margin: 0 0 20px;
	font-size: 35px;
	line-height: 36px;
}

.banner h1 strong,
.banner .h1 strong {
	display: block;
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 7px;
}

.banner h3,
.banner .h3 {
	font-weight: 400;
}

.banner .contact-phone {
	display: block;
	font-weight: 500;
	padding: 16px 0 0;
}

.banner .contact-phone a {
	color: #fff;
}

.banner .contact-phone a:hover {
	text-decoration: underline;
}

.bg-video-holder {
	position: relative;
	overflow: hidden;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.bg-video-holder:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .35);
	z-index: 2;
}

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

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

.sub-menu-holder {
	padding: 42px 0 0;
	position: relative;
	z-index: 3;
}

.sub-menu-holder .section-heading {
	margin: 0 auto 33px;
}

.sub-navigation {
	letter-spacing: -.4em;
	font-size: 15px;
	line-height: 19px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 -17px;
}

.sub-navigation .step-info {
	height: 0;
	overflow-y: hidden;
}

.sub-navigation li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50%;
	padding: 0 20px 55px;
	letter-spacing: normal;
}

.sub-navigation li.active {
	color: #e20714;
}

.sub-navigation li.active:after {
	opacity: 1;
	visibility: visible;
}

.sub-navigation li.active svg .st0 {
	fill: #e20714 !important;
}

.sub-navigation li.active a {
	color: #e20714;
}

.sub-navigation li.active a:after {
	opacity: 1;
	visibility: visible;
}

.sub-navigation li.active a svg .st0 {
	fill: #e20714;
}

.sub-navigation li:first-child .height:after {
	display: none;
}

.sub-navigation a {
	color: #1b2150;
	display: block;
	position: relative;
}

.sub-navigation a:hover {
	color: #e20714;
}

.sub-navigation a:hover:after {
	opacity: 1;
	visibility: visible;
}

.sub-navigation a:hover svg .st0 {
	fill: #e20714 !important;
}

.sub-navigation a:after {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	content: "";
	opacity: 0;
	visibility: hidden;
	left: 5px;
	right: 5px;
	bottom: -31px;
	height: 7px;
	position: absolute;
	background: #e20714;
}

.sub-navigation .icon-wrap {
	display: block;
	min-height: 102px;
	margin: 0 auto -6px;
}

.sub-navigation svg {
	width: 84px;
	height: 84px;
}

.sub-navigation svg .st0 {
	-webkit-transition: fill .3s ease-in-out;
	transition: fill .3s ease-in-out;
	fill: #1b2150;
}

.sub-navigation .height {
	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: relative;
}

.sub-navigation .title {
	display: block;
	text-transform: uppercase;
	font-weight: 500;
}

.category-block {
	padding: 19px 30px;
	margin: 0 0 40px;
}

.category-block .h4 {
	color: #6e7591;
	display: block;
	margin: 0 0 10px;
}

.category-block .sub-navigation li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0 0 8px 33px;
	position: relative;
}

.category-block .sub-navigation li label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	letter-spacing: normal;
	cursor: pointer;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.category-block .sub-navigation li:hover label {
	color: #e20714;
}

.category-block .sub-navigation li:hover svg .st0 {
	fill: #e20714;
}

.category-block .sub-navigation .height:after {
	display: none;
}

.category-block .sub-navigation .icon-wrap {
	min-height: 82px;
	margin: 0 15px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.category-block .sub-navigation .icon-wrap:after {
	content: "";
	width: 0;
	display: block;
	min-height: 82px;
}

.category-block .jcf-radio {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	width: 37px;
	height: 37px;
	border: 1px solid rgba(155, 158, 188, .2);
	background-color: rgba(110, 117, 145, .1);
	margin: 0 20px 0 0;
}

.category-block .jcf-radio span {
	background: none;
	display: block;
	border-radius: 0;
}

.category-block .jcf-radio span:before {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	content: "î¤Š";
	color: rgba(27, 33, 80, .1);
	font-size: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.category-block .jcf-radio.jcf-checked {
	background-image: -webkit-linear-gradient(bottom, #f9b10e 0%, #fdd821 100%);
	background-image: linear-gradient(to top, #f9b10e 0%, #fdd821 100%);
}

.category-block .jcf-radio.jcf-checked span {
	background: none !important;
}

.category-block .jcf-radio.jcf-checked span:before {
	color: #fff;
}

.category-block .jcf-radio.jcf-checked + .icon-wrap svg .st0 {
	fill: #e20714;
}

.category-block .jcf-radio.jcf-checked ~ .height {
	color: #e20714;
}

.location-info .col {
	position: relative;
	z-index: 2;
}

.location-info .col:last-child {
	padding: 57px 0 48px;
}

.location-info .sub-heading {
	font-weight: 500;
	color: #808e95;
	display: block;
	font-size: 22px;
	line-height: 28px;
	margin: 0 0 13px;
}

.location-info h3,
.location-info .h3 {
	margin-bottom: 13px;
	font-size: 30px;
	line-height: 38px;
}

.location-info p {
	margin: 0 0 13px;
}

.location-info .img-wrap {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 -15px;
	padding-top: 104.9%;
}

.map-section {
	position: relative;
	z-index: 2;
}

.map-section.content-section {
	padding: 20px 0 119px;
}

.map-section .container {
	position: relative;
}

.map-section .bg-wrap {
	background-size: cover;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

.map-section .map-description {
	background: #fff;
	padding: 20px 20px 17px 0;
}

.map-section .h4 {
	margin-bottom: 16px;
	font-size: 20px;
	line-height: 25px;
}

.our-works-section .section-heading {
	margin-bottom: 40px;
}

.our-works-slider {
	position: relative;
	padding: 0 10vw;
}

.our-works-slider .slick-list {
	overflow: visible;
	margin-bottom: 66px;
}

.our-works-slider .slick-dots {
	width: 100%;
	position: absolute;
	bottom: -38px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 0;
}

.our-works-slider .slick-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.our-works-slider .slick-list .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.our-works-slider .slide-wrap {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.our-works-item {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
	color: #fff;
	text-align: center;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #6c6e8b;
	background-blend-mode: multiply;
}

.our-works-item:before {
	content: "";
	display: block;
	width: 0;
	min-height: 320px;
}

.our-works-item:hover {
	background-color: #353641;
}

.our-works-item:hover .btn,
.our-works-item:hover .comment-form input[type="submit"],
.comment-form .our-works-item:hover input[type="submit"],
.our-works-item:hover .post-password-form input[type="submit"],
.post-password-form .our-works-item:hover input[type="submit"],
.our-works-item:hover .search-form input[type="submit"],
.search-form .our-works-item:hover input[type="submit"] {
	bottom: 0;
}

.our-works-item:hover .item-wrap {
	-webkit-transform: translateY(-10%);
	-ms-transform: translateY(-10%);
	transform: translateY(-10%);
}

.our-works-item .item-wrap {
	-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;
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 50px 10px 60px;
	min-height: 200px;
}

.our-works-item .icon-holder {
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 0 0 20px;
}

.our-works-item .icon-holder:before {
	display: block;
	width: 0;
	min-height: 120px;
}

.our-works-item .icon-holder img {
	margin: 0 auto;
}

.our-works-item .btn,
.our-works-item .comment-form input[type="submit"],
.comment-form .our-works-item input[type="submit"],
.our-works-item .post-password-form input[type="submit"],
.post-password-form .our-works-item input[type="submit"],
.our-works-item .search-form input[type="submit"],
.search-form .our-works-item input[type="submit"] {
	-webkit-transition: bottom .3s ease-in-out, background .3s ease-in-out;
	transition: bottom .3s ease-in-out, background .3s ease-in-out;
	position: absolute;
	bottom: -1000px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.our-works-item .title {
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	display: block;
	margin-bottom: 30px;
}

.rate-block {
	text-align: center;
	margin: 0 0 40px;
	padding: 0 20px 0;
}

.rate-block .rate-title {
	color: #1b2150;
	display: block;
	margin: 0 0 20px;
	font-size: 30px;
	line-height: 34px;
	font-weight: 500;
}

.rate-block .rate-value {
	color: #e20714;
	font-size: 80px;
	line-height: 84px;
	display: block;
	margin: 0  0 10px;
}

.star-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 246px;
	margin: 0 auto 20px;
}

.star-holder li {
	margin: 0 8px;
	width: 20%;
}

.star-holder span {
	width: 100%;
	padding-top: 100%;
	display: block;
	background-image: url(images/img-star.svg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.star-holder span.empty {
	background-image: url(images/img-star-empty.svg);
}

.star-holder span.half-emty {
	background-image: url(images/img-star-half.svg);
}

.testimonials-slider {
	position: relative;
}

.testimonials-slider .slick-arrow {
	width: 14px;
	height: 22px;
	position: absolute;
	bottom: 8px;
	z-index: 2;
	font-size: 0;
	line-height: 0;
	background: transparent;
	border: none;
	outline: 0;
}

.testimonials-slider .slick-arrow:before {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-size: 22px;
	line-height: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #1b2150;
}

.testimonials-slider .slick-arrow:hover:before {
	color: #e20714;
}

.testimonials-slider .slick-prev {
	right: 56px;
}

.testimonials-slider .slick-prev:before {
	content: "\e904";
}

.testimonials-slider .slick-next {
	right: 0;
}

.testimonials-slider .slick-next:before {
	content: "\e906";
}

.testimonials-slider-item blockquote {
	border: none;
}

.testimonials-slider-item q:after {
	content: "\"";
}

.testimonials-slider-item q:before {
	content: "\"";
}

.rate-table {
	padding: 26px 15px 8px;
	margin: 0 auto;
	background: rgba(27, 33, 80, .05);
	position: relative;
}

.rate-table .rate-table-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -20px;
}

.rate-table .rate-table-list li {
	padding: 0 20px 20px;
}

.rate-table .block-title {
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	margin: 0 0 20px;
}

.rate-table-item {
	font-size: 13px;
	line-height: 18px;
	text-align: center;
}

.rate-table-item .icon-holder {
	margin: 0 0 10px;
}

.rate-table-item .icon-holder img {
	display: block;
	margin: 0 auto;
}

.rate-table-item .title {
	font-weight: 500;
	display: block;
	text-transform: uppercase;
}

.rate-table-item .info {
	font-weight: 700;
	display: block;
}

.testimonials-block hr {
	margin: 70px 0 -12px;
}

.how-it-works {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	margin: -11px 0 0;
}

.how-it-works .slick-list {
	margin: 0 0 5px;
}

.how-it-works .item:first-child:after {
	display: none;
}

.how-it-works .icon-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 22px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.how-it-works .icon-wrap:after {
	content: "";
	width: 0;
	display: block;
	min-height: 120px;
}

.how-it-works .icon-wrap img {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-height: 84px;
}

.how-it-works .num {
	width: 37px;
	height: 37px;
	display: block;
	margin: 0 auto 13px;
	border-radius: 50%;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	line-height: 37px;
	text-align: center;
	background: -webkit-linear-gradient(top, #fdd921 0%, #fab10e 100%);
	background: linear-gradient(to bottom, #fdd921 0%, #fab10e 100%);
}

.content-section.how-it-works-section {
	padding: 35px 0 30px;
}

.how-it-works-section .section-heading {
	max-width: 100%;
	text-align: center;
}

.how-it-works-section .section-heading.text-center {
	text-align: center;
	padding: 0 15px;
}

.how-it-works-section .section-heading h3:before,
.how-it-works-section .section-heading h3:after {
	content: none;
}

.how-it-works-section .section-heading h1 {
	margin-bottom: 49px;
}

.how-it-works-section .how-it-works-list {
	counter-reset: my-awesome-counter;
	border-bottom: 1px solid rgba(110, 117, 145, .3);
	margin-bottom: 32px;
}

.how-it-works-section .how-it-works-list li {
	padding-left: 93px;
	position: relative;
	counter-increment: my-awesome-counter;
	margin-bottom: 40px;
}

.how-it-works-section .how-it-works-list li:before {
	width: 37px;
	height: 37px;
	content: counter(my-awesome-counter);
	display: block;
	margin: 0 0 19px;
	border-radius: 50%;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	line-height: 37px;
	text-align: center;
	background: -webkit-linear-gradient(top, #fdd921 0%, #fab10e 100%);
	background: linear-gradient(to bottom, #fdd921 0%, #fab10e 100%);
}

.how-it-works-section .how-it-works-list .title {
	display: block;
	color: #e20714;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 11px;
}

.how-it-works-section .icon-wrap {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 82px;
	text-align: center;
}

.testimonials-section {
	padding: 38px 0 30px;
	position: relative;
	border-bottom: 1px solid #d3d5de;
}

.testimonials-section .btn-prev,
.testimonials-section .btn-next {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	background: #e20714;
}

.testimonials-section .btn-prev:hover,
.testimonials-section .btn-next:hover {
	background: #1b2150;
}

.testimonials-section .btn-prev:hover:before,
.testimonials-section .btn-next:hover:before {
	color: #fff;
}

.testimonials-section blockquote {
	border: none;
	padding: 0;
	margin: 0;
	font-size: 15px;
	line-height: 27px;
}

.testimonials-section blockquote q {
	margin: 0 0 24px;
}

.testimonials-section cite {
	font-style: normal;
}

.testimonials-section .blockquote-block {
	padding: 0 0 25px;
}

.testimonials-section .autor {
	display: block;
	line-height: 18px;
}

.testimonials-section .position {
	display: block;
	color: #6e7591;
}

.testimonials-slider {
	margin: 0 0 14px;
}

.testimonials-forms {
	margin: 0 auto;
	max-width: 406px;
	padding: 18px 0;
}

.testimonials-forms .btn-wrap {
	padding: 36px 0 0;
}

.testimonials-forms .testimonials-forms-wrap {
	max-width: 406px;
	margin: 0 auto;
}

.our-works-testimonials .section-heading {
	margin: 0 0 30px;
}

.client-testimonials blockquote {
	font-size: 20px;
	line-height: 28px;
	border: none;
	padding: 30px 0 10px;
}

.client-testimonials blockquote p {
	margin: 0 0 10px;
}

.client-testimonials .rate-block {
	margin: 0 auto 20px;
}

.testimonials-list blockquote {
	border: none;
}

.testimonials-layout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 40px;
}

.testimonials-layout .column-1 {
	width: 100%;
}

.testimonials-layout .column-2 {
	width: 100%;
}

.pagination-holder {
	padding: 28px 0 0;
}

.questions-section {
	padding: 30px 0 117px;
}

.post {
	border-bottom: 1px solid rgba(110, 117, 145, .3);
	padding-bottom: 39px;
	margin-bottom: 39px;
}

.post .img-holder {
	margin-bottom: 20px;
}

.post .title {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: block;
	font-size: 20px;
	line-height: 1.24;
	margin-bottom: 19px;
	color: #1b2150;
}

.post .title:hover {
	color: #e20714;
}

.post-info {
	text-transform: uppercase;
	color: rgba(110, 117, 145, .6);
	font-size: 0;
	margin-bottom: 16px;
}

.post-info li {
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
}

.post-info li:after {
	content: "-";
	display: inline-block;
	vertical-align: top;
	padding: 0 3px;
}

.post-info li:last-child:after {
	content: none;
}

.post-info .tag:after {
	content: ",";
}

.post-info .tag:last-child:after {
	content: none;
}

.post-info a {
	color: inherit;
}

.post-info a:hover {
	color: #e20714;
}

.blog-post-img {
	margin: 0 -15px 40px;
}

.blog-post-img img {
	display: block;
	margin: 0 auto;
}

.content-section iframe {
	width: 100%;
	margin: 0;
}

.content-section.blog-section {
	padding: 61px 0;
}

.content-section.blog-section .section-heading {
	margin: 0 auto 50px;
}

.content-section.singl-post {
	padding: 30px 0 19px;
}

.content-section.singl-post .container-xl hr {
	margin: 0;
}

.content-section.singl-post .icon {
	font-size: 13px;
	margin: -3px 8px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.content-section.singl-post .section-heading {
	max-width: 100%;
}

.content-section.singl-post .section-heading h1 {
	margin: 0 0 41px;
	font-size: 32px;
	line-height: 44px;
}

.content-section.singl-post .post-info {
	color: #6e7591;
	line-height: 1;
	margin-bottom: 3px;
}

.content-section.singl-post .post-info li {
	margin: 0 30px 28px 0;
}

.content-section.singl-post .post-info li:after {
	content: none;
}

.content-section.singl-post .article-section {
	margin-bottom: 100px;
}

.singl-post .title {
	display: block;
	font-size: 20px;
	line-height: 1.7;
	font-weight: 500;
	margin-bottom: 36px;
}

.singl-post .img-holder {
	padding: 4px 0 40px;
}

.singl-post .video-holder {
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	padding-top: 61.1%;
	margin-bottom: 40px;
}

.singl-post .video-holder.active-video iframe {
	opacity: 1;
	visibility: visible;
}

.singl-post .video-holder iframe {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	position: relative;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	border: none;
}

.social-networks.share {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0 0 18px;
	margin: 0 -10px;
}

.social-networks.share span {
	padding: 0 10px;
	margin: 0 0 11px 0;
	width: 25%;
}

.social-networks.share .stButton {
	display: block;
	border-radius: 2px;
	border: 1px solid #1b2150;
	padding: 9px 10px;
	font-size: 25px;
	margin: 0;
	text-align: center;
	width: 100%;
}

.social-networks.share .stButton:before {
	color: #1b2150;
}

.social-networks.share .stButton:hover {
	background: #1b2150;
}

.social-networks.share .stButton:hover:before {
	color: #fff;
}

.social-networks.share .st_facebook_large .stButton:before {
	content: "î¤";
}

.social-networks.share .st_linkedin_large .stButton:before {
	content: "î¤‚";
}

.social-networks.share .st_twitter_large .stButton:before {
	content: "î¤ƒ";
}

.social-networks.share .st_email_large .stButton:before {
	content: "î¤Œ";
}

.social-networks .stLarge {
	background-image: none !important;
	display: none !important;
}

.navigation-single {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 1.5em;
	width: 100%;
}

.navigation-single:after {
	content: none;
}

.navigation-single .next,
.navigation-single .prev {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	width: 50%;
	max-width: 50%;
	float: none;
	background: transparent;
	color: #1b2150;
	line-height: 1.28;
	border: 1px solid #1b2150;
	position: relative;
	z-index: 1;
}

.navigation-single .next:before,
.navigation-single .prev:before {
	content: "î¤…";
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 18px;
	z-index: -1;
}

.navigation-single .next:only-child,
.navigation-single .prev:only-child {
	border: 1px solid #1b2150 !important;
}

.navigation-single .next:first-child,
.navigation-single .prev:first-child {
	border-right: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	background: #1b2150;
	color: #fff;
	opacity: 1;
}

.navigation-single .next a,
.navigation-single .prev a {
	padding: 8px 9px 8px 37px !important;
}

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

.navigation-single .next a {
	padding: 8px 37px 8px 9px !important;
}

.navigation-single .next:before {
	content: "î¤‡";
	right: 10px;
	left: auto;
}

.visual-intro {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 32px 0 22px;
	background-color: #6c6e8b;
	background-blend-mode: multiply;
}

.visual-intro .visual-intro-content {
	position: relative;
	z-index: 2;
}

.visual-intro .into-title {
	color: #fff;
	font-size: 42px;
	line-height: 44px;
	font-weight: 500;
}

.visual-intro .img-holder {
	margin: 0 0 10px;
}

.visual-intro .img-holder svg {
	width: 72px;
	height: 72px;
}

.visual-intro .img-holder svg use {
	fill: #fff !important;
}

.visual-intro .img-holder svg .st0 {
	fill: #fff;
}

.step-section {
	max-width: 840px;
	margin: 0 auto;
}

.step-section .breadcrumbs-holder {
	padding: 19px 30px 17px;
	margin: 0 0 30px;
}

.step-section .breadcrumbs-holder .h4 {
	color: #6e7591;
	display: block;
	margin: 0 0 5px;
	line-height: 24px;
}

.step-section .step-heading {
	text-align: center;
	margin: 0 0 28px;
}

.step-section .step-heading .step-counter {
	text-transform: uppercase;
	display: block;
}

.step-section .step-heading .h4 {
	color: #e20714;
	display: block;
	margin: 0 0 10px;
	line-height: 26px;
}

.step-section .radio-options {
	font-size: 18px;
}

.step-section .jcf-radio {
	width: 32px;
	height: 32px;
}

.step-section .jcf-radio.jcf-checked span {
	background: #e20714;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
}

.content-section.hero-press-section {
	padding: 34px 0 25px;
}

.content-section.article-holder {
	padding: 20px 0 68px;
}

.hero-press-section .primary-section-heading {
	margin-bottom: 56px;
}

.kit-block {
	padding: 0 0 27px;
	border-bottom: 1px solid rgba(110, 117, 145, .3);
	max-width: 840px;
	margin: 0 auto;
}

.kit-block .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.kit-block .row .col {
	margin-bottom: 22px;
	width: 100%;
}

.kit-block .section-heading {
	margin-bottom: 37px;
}

.kit-block .content-holder {
	padding: 0 20px 0 0;
}

.kit-block .content-holder h4 {
	font-weight: 400;
	line-height: 1.2;
}

.kit-block .img-holder {
	text-align: center;
	margin: 0 -15px;
}

.home-video-slider {
	position: relative;
}

.intro.video-slider {
	padding: 0;
}

.faq-section .container {
	max-width: 870px;
}

.faq-section .faq-holder {
	margin: 0 0 43px;
}

.info-message {
	padding: 33px;
	text-align: center;
}

.info-message .icon-wrap {
	margin: 0 0 22px;
}

.info-message .block-holder {
	max-width: 630px;
	margin: 0 auto;
}

.info-message h3 {
	margin: 0 0 14px;
}

.ctt-body {
	display: inline-block;
	width: 274px;
	border: 2px solid #000;
	border-radius: 2px;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7);
	left: -9999999px;
}

.ctt-body.open {
	-webkit-transition: .2s;
	transition: .2s;
	position: fixed;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	left: auto;
	opacity: 1;
	z-index: 9999;
}

body {
	min-width: 320px;
}

body.fixed-bar {
	padding-bottom: 68px;
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 15px;
	color: inherit;
	display: block;
}

h1,
.h1 {
	font-size: 36px;
	line-height: 41px;
	font-weight: 400;
	margin: 0 0 34px;
}

h2,
.h2 {
	font-size: 30px;
	line-height: 34px;
	font-weight: 500;
	margin: 0 0 11px;
}

h3,
.h3 {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.13;
	margin: 0 0 19px;
}

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

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

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

a {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	color: #6e7591;
	text-decoration: none;
}

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

.container {
	max-width: 1090px;
	padding: 0 15px;
	margin: 0 auto;
}

.container.container-sm {
	max-width: 654px;
}

.container.container-md {
	max-width: 978px;
}

.container.container-lg {
	max-width: 1173px;
}

.container.container-xl {
	max-width: 1309px;
}

.social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 24px;
	margin: 0 -10px;
}

.social-networks li {
	padding: 0 10px;
}

.social-networks li a {
	color: #1b2150;
}

.social-networks li a:hover {
	color: #e20714;
}

.contact-box {
	background: #1b2150;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 6px 20px 6px 10px;
	border-radius: 2px;
}

.contact-box .icon-phone {
	font-size: 32px;
	margin: 0 14px 0 0;
}

.contact-box .text {
	display: block;
	font-size: 10px;
	line-height: 12px;
	opacity: .5;
	font-weight: bold;
}

.contact-box .phone {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	line-height: 24px;
	letter-spacing: -.99px;
	display: block;
}

.contact-box .phone:hover {
	opacity: .8;
}

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

.content-section {
	padding: 20px 0;
}

.content-section.red-section {
	background: #e20714;
	color: #fff;
}

.content-section.red-section .section-heading h3:after,
.content-section.red-section .section-heading h3:before,
.content-section.red-section .section-heading .h3:after,
.content-section.red-section .section-heading .h3:before,
.content-section.red-section .section-heading .h2:after,
.content-section.red-section .section-heading .h2:before,
.content-section.red-section .section-heading h2:after,
.content-section.red-section .section-heading h2:before {
	background: #fff !important;
}

.primary-section-heading {
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
	margin: 0 0 40px;
}

.primary-section-heading p {
	margin: 0;
}

.section-heading {
	margin: 0 0 17px;
}

.section-heading h2:after,
.section-heading h3:after {
	right: 100%;
	margin-right: 20px;
}

.section-heading h2:before,
.section-heading h3:before {
	left: 100%;
	margin-left: 20px;
}

.section-heading.title-light h2,
.section-heading.title-light h3 {
	font-weight: 300;
}

.section-heading.title-light h2:after,
.section-heading.title-light h2:before,
.section-heading.title-light h3:after,
.section-heading.title-light h3:before {
	display: none;
}

main {
	position: relative;
}

main ul:not([class]):not([id]) li {
	position: relative;
	padding: 0 0 1px 10px;
}

main ul:not([class]):not([id]) li:before {
	content: "\2022";
	left: 0;
	top: 7px;
	position: absolute;
	font-size: 14px;
	line-height: 1;
}

.slick-dots {
	letter-spacing: -.4em;
	margin: 0 0 29px;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.slick-dots li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

.slick-dots li.slick-active button {
	background: #e20714;
}

.slick-dots button {
	width: 31px;
	height: 8px;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background: rgba(27, 33, 80, .05);
	border: 0;
}

.slick-dots button:hover {
	background: #e20714;
}

.slick-dots button:focus {
	outline: none;
}

.information-list li {
	margin: 0 0 11px;
}

.information-list li:before {
	content: "î¤Š";
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	background: #1b2150;
	width: 30px;
	height: 30px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-size: 10px;
	margin: 0 11px 0 0;
}

.section-block {
	padding: 50px 0;
}

.section-block .three-columns .col {
	width: 100%;
	margin: 0 0 35px;
}

.section-block .img-wrap {
	width: 64px;
	margin: 0 auto 22px;
}

.bg-darken {
	background: rgba(27, 33, 80, .05);
}

hr {
	border-bottom: none;
	border-top: 1px solid rgba(110, 117, 145, .3);
	height: 0;
	margin: 40px 0 41px;
}

.btn-prev,
.btn-next {
	width: 64px;
	height: 64px;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	font-size: 0;
	line-height: 0;
	background: #1b2150;
	border: none;
	outline: 0;
}

.btn-prev:before,
.btn-next:before {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-size: 32px;
	line-height: 34px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
}

.btn-prev:hover,
.btn-next:hover {
	background: #e20714;
}

.btn-prev.slick-disabled,
.btn-next.slick-disabled {
	display: none !important;
}

.btn-prev {
	left: 0;
}

.btn-prev:before {
	content: "\e905";
}

.btn-next {
	right: 0;
}

.btn-next:before {
	content: "\e907";
}

blockquote {
	font-size: 28px;
	line-height: 36px;
	margin: 0;
	border-left: none;
	padding: 0;
}

blockquote q {
	margin: 0 0 20px;
	display: block;
}

blockquote cite {
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	display: block;
	margin: 0 0 10px;
	font-style: normal;
}

blockquote .star-holder {
	width: 97px;
	margin: 0 -3px;
}

blockquote .star-holder li {
	margin: 0 3px;
}

.back-to-top-wrap .container {
	position: relative;
}

.back-to-top {
	width: 64px;
	height: 64px;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, background .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, background .3s ease-in-out;
	position: absolute;
	right: 0;
	bottom: 13px;
	background: #000;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	color: #fff;
	font-size: 30px;
	line-height: 1;
}

.back-to-top:hover {
	background: #e20714;
	color: #fff;
}

.back-to-top.fixed {
	position: fixed;
	opacity: 1;
	visibility: visible;
}

.back-to-top.stop {
	opacity: 1;
	visibility: visible;
}

.back-to-top span {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.nav-active .back-to-top {
	display: none;
}

.read-more {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #1b2150;
}

.read-more:hover {
	color: #e20714;
}

.read-more .icon-arrow-r {
	display: inline-block;
	vertical-align: middle;
	margin-right: 9px;
	font-size: 15px;
	font-weight: 400;
}

.btn-wrap {
	position: relative;
	z-index: 3;
}

.breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight: bold;
	line-height: 1.2;
}

.breadcrumbs li {
	margin: 0 0 8px;
}

.breadcrumbs li:after {
	content: "/";
	display: inline-block;
	vertical-align: middle;
	margin: 0 12px;
}

.breadcrumbs li:last-child:after {
	display: none;
}

.breadcrumbs li a {
	color: #1b2150;
}

.breadcrumbs li a:hover {
	color: #e20714;
}

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

.video-holder {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	margin: 0 auto 34px;
}

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

.zopim {
	z-index: 101 !important;
}

#header {
	border-bottom: 1px solid rgba(128, 142, 149, .3);
}

#header .logo {
	width: 95px;
	display: inline-block;
	vertical-align: top;
}

#header .option-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	position: relative;
	padding: 0 0 25px;
}

#header .option-list:after {
	content: "";
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	height: 1px;
	background: rgba(110, 117, 145, .3);
}

#header .option-list li {
	position: relative;
	padding: 0 0 15px;
}

#header .block-frame {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin: 0 auto;
	border-bottom: 1px solid rgba(110, 117, 145, .3);
	padding: 0 0 20px;
}

#header .area-frame {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}

#header .menu-list {
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
}

#header .menu-list li {
	padding: 0 0 36px;
}

#header .menu-list li.active a:after {
	opacity: 1;
	visibility: visible;
}

#header .menu-list li a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #1b2150;
}

#header .menu-list li a:after {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	content: "";
	opacity: 0;
	visibility: hidden;
	left: 0;
	right: 0;
	bottom: -13px;
	height: 5px;
	position: absolute;
	background: #e20714;
}

#header .menu-list li a:hover:after {
	opacity: 1;
	visibility: visible;
}

#header .heading {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 12px;
}

#header .heading .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header .heading .wrap .contact-box {
	width: auto;
	padding: 2px 10px;
}

#header .heading .wrap .contact-box .wrap {
	display: block;
}

#header .heading .wrap .contact-box .icon-phone {
	font-size: 20px;
	margin: 0 5px 0 0;
}

#header .heading .wrap .contact-box .phone {
	font-size: 16px;
	line-height: 20px;
}

.nav-active #header .heading .wrap .nav-opener {
	opacity: 0;
	visibility: hidden;
}

#header .heading .btn,
#header .heading .comment-form input[type="submit"],
.comment-form #header .heading input[type="submit"],
#header .heading .post-password-form input[type="submit"],
.post-password-form #header .heading input[type="submit"],
#header .heading .search-form input[type="submit"],
.search-form #header .heading input[type="submit"] {
	padding: 10px 12px 8px;
}

#header .contact-box {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
}

.menu {
	min-height: calc(100vh - 57px);
}

.menu .menu-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 45px 15px 90px;
	box-shadow: 0 0 20px rgba(27, 33, 80, .3);
	margin: 0 60px 0 0;
	position: relative;
	min-height: calc(100vh - 57px);
	background: #fff;
}

.menu-slide {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 105;


	height: 100vh;
	-webkit-transition: opacity .5s cubic-bezier(.19, 1, .22, 1), -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
	transition: opacity .5s cubic-bezier(.19, 1, .22, 1), -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
	transition: transform .5s cubic-bezier(.19, 1, .22, 1), opacity .5s cubic-bezier(.19, 1, .22, 1);
	transition: transform .5s cubic-bezier(.19, 1, .22, 1), opacity .5s cubic-bezier(.19, 1, .22, 1), -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
}

.menu-slide .slide-heading {
	border-bottom: 1px solid rgba(110, 117, 145, .3);
	padding: 10px 15px;
	position: relative;
	background: #fff;
	z-index: 5;
}

.menu-slide .nav-opener {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	width: 21px;
	height: 21px;
	margin: 0;
	position: absolute;
	right: 20px;
	bottom: 18px;
}

.menu-slide .nav-opener:before,
.menu-slide .nav-opener:after {
	height: 2px;
	top: 9px;
	left: -2px;
	right: -2px;
}

.menu-slide .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

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

.menu-slide .nav-opener span {
	display: none;
}

.nav-opener {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 4;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	margin: 0 0 0 32px;
}

.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span {
	background: #1b2150;
}

.nav-opener span {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	vertical-align: top;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 4px;
	border-radius: 4px;
	background: #e20714;
}

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

.nav-opener:after {
	top: 14px;
}

.nav-active .menu-slide {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

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

#footer {
	background: #2b2e4b;
	font-size: 10px;
	color: #fff;
}

#footer .btn-outline-secondary {
	color: #fff;
	border-color: #fff;
	padding: 16px 26px;
}

#footer .btn-outline-secondary:hover {
	color: #1b2150;
	background: #fff;
}

.footer-holder {
	background: #2b2e4b;
	padding: 28px 0 20px;
}

.footer-holder h6 {
	color: #626583;
	font-size: 16px;
	letter-spacing: .2px;
	margin-bottom: 5px;
}

.footer-holder .navigation {
	font-size: 12px;
	text-align: left;
}

.footer-holder .navigation li {
	margin-bottom: 7px;
}

.footer-holder .navigation li a {
	color: #fff;
}

.footer-holder .navigation li a:hover {
	color: #e20714;
}

.footer-holder .discription {
	font-size: 12px;
	line-height: 22px;
	color: #626583;
	font-weight: 500;
}

.footer-holder .discription .logo {
	display: block;
	margin-bottom: 0;
	max-width: 135px;
}

.col-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
	padding-top: 11px;
	position: relative;
	width: 100%;
}

.col-holder .btn-holder {
	padding-top: 22px;
	margin-bottom: 5px;
}

.col-holder .btn-holder .btn,
.col-holder .btn-holder .comment-form input[type="submit"],
.comment-form .col-holder .btn-holder input[type="submit"],
.col-holder .btn-holder .post-password-form input[type="submit"],
.post-password-form .col-holder .btn-holder input[type="submit"],
.col-holder .btn-holder .search-form input[type="submit"],
.search-form .col-holder .btn-holder input[type="submit"] {
	width: 100%;
	margin-bottom: 10px;
	padding: 17px 14px;
}

.col-holder .col {
	width: 50%;
	padding: 0;
}

.col-holder .col:last-child {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.col-holder .social-networks {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

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

.footer-bootom {
	background: rgba(98, 101, 131, .31);
	padding: 19px 0 13px;
}

.footer-bootom > .container {
	position: relative;
	text-align: center;
}

.footer-bootom .copyright {
	max-width: 220px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 5px;
}

.footer-bootom a {
	color: #fff;
}

.footer-bootom a:hover {
	color: #e20714;
}

.footer-bootom .design-by {
	display: block;
}

.footer-links {
	display: inline-block;
	vertical-align: middle;
	max-width: 600px;
}

.footer-links li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 17px 8px 0;
}

.footer-bar {
	padding: 10px 0;
	background: #fff;
	font-size: 15px;
	line-height: 17px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	box-shadow: 0 -5px 5px -5px rgba(43, 46, 75, .15);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-bar:after {
	content: "";
	display: block;
	width: 0;
	min-height: 71px;
}

.footer-bar > .container {
	width: 100%;
}

.footer-bar .footer-bar-title {
	color: #e20714;
	display: block;
	font-size: 17px;
	line-height: 19px;
	font-weight: 700;
	text-align: center;
}

.footer-bar .btn,
.footer-bar .comment-form input[type="submit"],
.comment-form .footer-bar input[type="submit"],
.footer-bar .post-password-form input[type="submit"],
.post-password-form .footer-bar input[type="submit"],
.footer-bar .search-form input[type="submit"],
.search-form .footer-bar input[type="submit"] {
	font-size: 18px;
	line-height: 18px;
	text-transform: none;
	padding: 15px 30px;
}

.footer-bar .footer-bar-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-bar .footer-bar-info {
	margin: 0 auto 10px;
}

.footer-bar .steps-block {
	color: #e20714;
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	max-width: calc(100% - 200px);
}

.footer-bar .steps-block svg .st0 {
	fill: #e20714;
}

.footer-bar .steps-block .step-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px;
	padding: 0 40px 0 0;
}

.footer-bar .steps-block .step-wrap li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10px;
}

.footer-bar .steps-block .step-wrap .icon-wrap {
	width: 48px;
	margin-right: 8px;
}

.footer-bar .steps-block .step-wrap .icon-wrap svg {
	width: 100% !important;
}

.ctt-body {
	display: inline-block;
	width: 274px;
	border: 2px solid #000;
	border-radius: 2px;
	background: red;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7);
	left: -9999999px;
}

.ctt-body p {
	margin: 0;
}

.ctt-body.open {
	-webkit-transition: .2s;
	transition: .2s;
	position: fixed;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	left: auto;
	opacity: 1;
	z-index: 9999;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.our-works-item:after {
		-webkit-transition: background .3s ease-in-out;
		transition: background .3s ease-in-out;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(61, 62, 78, .4);
	}

	.our-works-item:hover:after {
		background: rgba(37, 38, 47, .7);
	}

	.visual-intro:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(61, 62, 78, .4);
		z-index: 1;
	}
}

@media (min-width: 375px) {
	.lightbox {
		width: 345px;
	}

	#header .logo {
		width: 112px;
	}

	#header .heading .btn,
	#header .heading .comment-form input[type="submit"],
	.comment-form #header .heading input[type="submit"],
	#header .heading .post-password-form input[type="submit"],
	.post-password-form #header .heading input[type="submit"],
	#header .heading .search-form input[type="submit"],
	.search-form #header .heading input[type="submit"] {
		padding: 9px 12px;
	}
}

@media (min-width: 480px) {
	.article-item .img-wrap {
		padding-top: 61%;
	}

	.plan-site ul {
		-webkit-column-count: 2;
		column-count: 2;
	}

	.space-pro-section .contact-us {
		max-width: 405px;
		margin: 0 auto;
	}

	#header .block-frame {
		max-width: 285px;
	}

	#header .area-frame {
		max-width: 285px;
	}

	#header .contact-box {
		max-width: 285px;
	}
}

@media (min-width: 640px) {
	.article-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.article-wrapper .col {
		width: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

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

	.article-section .section-heading {
		margin: 0 auto 42px;
	}

	.article-section .btn-wrap {
		padding: 12px 0 7px;
	}

	.article-item {
		margin-bottom: 17px;
	}

	.article-item .content-footer {
		left: 21px;
		bottom: 22px;
	}

	.strengths-items,
	.profession-items,
	.number-items {
		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;
	}

	.strengths-items {
		margin-bottom: -37px;
	}

	.our-strengths .col {
		width: 50%;
	}

	.our-strengths .section-heading {
		margin-bottom: 40px;
	}

	.strengths-icon {
		margin-bottom: 66px;
	}

	.profession-items {
		margin-bottom: -46px;
	}

	.professions-icon {
		padding: 0 0 66px 86px;
		position: relative;
	}

	.professions-icon .img-wrap {
		position: absolute;
		left: 29px;
		top: -45px;
		min-height: 95px;
		line-height: 95px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.our-professions .section-heading {
		margin-bottom: 95px;
	}

	.our-professions .col {
		width: 50%;
	}

	.some-numbers.content-section {
		padding: 36px 0;
	}

	.some-numbers .col {
		width: 33.3%;
	}

	.section-text .section-heading {
		margin: 0 0 23px;
	}

	.detail .section-heading {
		text-align: center;
		margin-left: 120px;
	}

	.detail .info-holder .img-wrap {
		margin: 0 0 40px;
	}

	.plan-site {
		padding: 56px 0 118px;
	}

	.plan-site .section-heading {
		margin-bottom: 52px;
	}

	.plan-site ul {
		-webkit-column-count: 3;
		column-count: 3;
	}

	.space-pro-section .primary-section-heading {
		margin: 0 auto 39px;
	}

	.contacts-info-section {
		padding: 50px 0 19px;
	}

	.contacts-info-section .form-holder {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.contacts-info-section .info-box {
		box-shadow: 0 2px 64px #c1c2cf;
		border-radius: 2px;
		height: 100%;
		width: 40%;
		padding: 36px 28px;
	}

	.contacts-info-section .info-box .box-title {
		font-size: 20px;
		line-height: 24px;
		text-align: center;
		margin: 0 0 26px;
	}

	.contacts-section .two-columns {
		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;
		padding: 13px 15px 90px;
	}

	.contacts-section .two-columns .info-frame {
		width: 50%;
		max-width: 295px;
	}

	.contacts-section .two-columns .contact-us {
		width: 50%;
		max-width: 405px;
	}

	.partners-form {
		width: 55%;
		margin: 0 25px 0 0 !important;
		max-width: 514px;
	}

	.partners-form .form-area {
		margin: 0 0 41px;
	}

	.step-form .two-columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px;
	}

	.step-form .col {
		width: 50%;
		padding: 0 15px;
	}

	.step-form .col:last-child {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}

	.step-form .col:last-child .textarea-required,
	.step-form .col:last-child .textarea {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		height: 100%;
	}

	.categori-radio label {
		margin: 0 9px 20px 0;
	}

	.forms-navigation {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row;
		flex-flow: row;
		padding: 40px 0 0;
	}

	.forms-navigation button[type="submit"] {
		margin: 0;
	}

	.intro {
		text-align: left;
		padding: 59px 0 64px;
	}

	.intro.lg-pb {
		padding-bottom: 160px;
	}

	.intro .description {
		max-width: 520px;
	}

	.intro h1,
	.intro .h1 {
		margin: 0 0 32px;
	}

	.intro .btns-wrap {
		margin: 0 -24px 0 0;
	}

	.intro .btns-wrap .btn,
	.intro .btns-wrap .comment-form input[type="submit"],
	.comment-form .intro .btns-wrap input[type="submit"],
	.intro .btns-wrap .post-password-form input[type="submit"],
	.post-password-form .intro .btns-wrap input[type="submit"],
	.intro .btns-wrap .search-form input[type="submit"],
	.search-form .intro .btns-wrap input[type="submit"] {
		min-width: 247px;
		margin: 0 15px 15px 0;
		padding: 17px 19px;
	}

	.intro .btns-wrap .btn.btn-outline-secondary,
	.intro .btns-wrap .comment-form input.btn-outline-secondary[type="submit"],
	.comment-form .intro .btns-wrap input.btn-outline-secondary[type="submit"],
	.intro .btns-wrap .post-password-form input.btn-outline-secondary[type="submit"],
	.post-password-form .intro .btns-wrap input.btn-outline-secondary[type="submit"],
	.intro .btns-wrap .search-form input.btn-outline-secondary[type="submit"],
	.search-form .intro .btns-wrap input.btn-outline-secondary[type="submit"] {
		padding: 16px 19px;
	}

	.banner {
		font-size: 26px;
		line-height: 30xp;
	}

	.banner .description {
		max-width: 520px;
	}

	.banner h1,
	.banner .h1 {
		font-size: 48px;
		line-height: 60px;
		margin: 0 0 14px;
	}

	.banner h1 strong,
	.banner .h1 strong {
		margin-bottom: -2px;
	}

	.sub-menu-holder {
		background: #fff;
		box-shadow: 0 2px 64px 0 rgba(193, 194, 207, .5);
		border-top: 5px solid #e20714;
		padding: 18px 0 31px;
	}

	.sub-menu-holder {
		margin: -60px 0 32px;
	}

	.sub-menu-holder .section-heading {
		margin: 0 auto 24px;
	}

	.sub-navigation {
		margin: 0 0 -46px;
	}

	.sub-navigation li {
		width: 33.33%;
		padding: 0 20px 46px;
	}

	.sub-navigation a {
		width: 100%;
	}

	.sub-navigation .icon-wrap {
		margin: 0 auto -10px;
	}

	.category-block {
		padding: 15px 20px;
	}

	.category-block .sub-navigation {
		margin: 0 -20px;
	}

	.category-block .sub-navigation li {
		width: 33.33%;
		padding: 0 20px 30px;
	}

	.category-block .sub-navigation li label {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.category-block .sub-navigation .height {
		margin: 0 0 15px;
	}

	.category-block .sub-navigation .icon-wrap {
		margin: 0 auto 13px;
	}

	.category-block .jcf-radio {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		margin: 0;
	}

	.location-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.location-info .col {
		width: 45.5%;
	}

	.location-info .col:last-child {
		width: 54.5%;
		padding: 57px 63px 57px 0;
	}

	.location-info h3,
	.location-info .h3 {
		margin-bottom: 18px;
	}

	.location-info p {
		margin: 0 0 24px;
	}

	.location-info .img-wrap {
		position: absolute;
		left: 15px;
		right: 15px;
		top: 0;
		bottom: 0;
	}

	.map-section.content-section {
		padding: 57px 0 121px;
	}

	.map-section .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.map-section .container:after {
		content: "";
		width: 0;
		min-height: 200px;
		display: block;
	}

	.map-section .bg-wrap {
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		top: 0;
		bottom: 0;
		width: 100%;
		max-width: 1275px;
		z-index: -1;
		background-position: 60% 50%;
	}

	.map-section .map-description {
		max-width: 385px;
		padding: 53px 44px 31px;
	}

	.map-section .h4 {
		margin-bottom: 20px;
	}

	.rate-block {
		margin: 0 0 16px;
	}

	.rate-block .rate-title {
		font-size: 36px;
		line-height: 38px;
		margin: 0 0 14px;
	}

	.rate-table {
		padding: 26px 88px 8px;
		width: 710px;
	}

	.rate-table .rate-table-list li {
		width: 20%;
	}

	.rate-table .block-title {
		margin: 0 0 16px;
	}

	.testimonials-block hr {
		margin: 70px 0 -30px;
	}

	.how-it-works {
		letter-spacing: -.4rem;
		margin: -14px -15px -30px;
	}

	.how-it-works .item {
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
		width: 25%;
		padding: 0 15px 40px;
		text-align: center;
		position: relative;
	}

	.how-it-works .item:after {
		content: "î¤…";
		position: absolute;
		top: 60px;
		left: -12px;
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		opacity: .2;
		font-size: 30px;
		line-height: 1;
		color: #1b2150;
	}

	.how-it-works .icon-wrap {
		margin-bottom: 20px;
	}

	.how-it-works-section .section-heading {
		text-align: left;
	}

	.how-it-works-section .how-it-works-list li {
		padding-left: 171px;
		margin-bottom: 60px;
	}

	.how-it-works-section .how-it-works-list li:before {
		position: absolute;
		left: 111px;
		top: 23px;
	}

	.how-it-works-section .how-it-works-list .title {
		margin-bottom: 13px;
	}

	.testimonials-section {
		padding: 70px 0 50px;
	}

	.testimonials-section .testimonials-gallery {
		margin: 0 -15px;
	}

	.testimonials-section .testimonials-gallery .slick-list {
		overflow: visible !important;
	}

	.testimonials-section .blockquote-block {
		padding: 0 15px 25px;
	}

	.testimonials-forms {
		padding: 46px 0 18px;
	}

	.testimonials-forms .btn-wrap {
		padding: 46px 0 0;
	}

	.testimonials-forms .testimonials-forms-wrap {
		margin: 0 auto 32px;
	}

	.our-works-testimonials .section-heading {
		margin: 0 auto 42px;
	}

	.client-testimonials blockquote {
		padding: 0 0 42px 26px;
	}

	.testimonials-layout .column-1 {
		width: 50%;
	}

	.testimonials-layout .column-2 {
		width: 50%;
	}

	.testimonials-layout-wrap {
		border-left: 1px solid rgba(110, 117, 145, .3);
	}

	.pagination-holder {
		padding: 0 0 0 28px;
	}

	.questions-section {
		padding: 50px 0 90px;
	}

	.post {
		padding-bottom: 50px;
		margin-bottom: 50px;
	}

	.blog-post-img {
		margin: 0 0 56px;
	}

	.content-section.singl-post {
		padding: 61px 0 19px;
	}

	.content-section.singl-post .section-heading h1 {
		margin: 0 0 37px;
	}

	.content-section.singl-post .post-info {
		margin-bottom: 56px;
	}

	.content-section.singl-post .post-info li {
		margin: 0 30px 0 0;
	}

	.singl-post .img-holder {
		padding: 10px 0 60px;
	}

	.social-networks.share {
		padding: 30px 0 18px;
		margin: 0 -13px;
	}

	.social-networks.share span {
		padding: 0 13px;
	}

	.social-networks.share .stButton {
		padding: 9px 55px;
	}

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

	.navigation-single .next:before,
	.navigation-single .prev:before {
		left: 20px;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: 8px 20px 8px 49px !important;
	}

	.navigation-single .next a {
		padding: 8px 49px 8px 20px !important;
	}

	.navigation-single .next:before {
		right: 20px;
	}

	.step-section .breadcrumbs-holder {
		margin: 0 0 35px;
	}

	.content-section.article-holder {
		padding: 20px 0 0;
	}

	.kit-block {
		padding: 0 0 75px;
	}

	.kit-block .row .col {
		width: 50%;
		margin-bottom: 0;
	}

	.kit-block .section-heading {
		margin-bottom: 20px;
	}

	.kit-block .img-holder {
		margin: 0;
		text-align: right;
	}

	.home-video-slider .container {
		padding: 0 70px;
	}

	.faq-section .primary-esction-heading {
		margin: 0 0 56px;
	}

	.faq-section .faq-holder {
		margin: 0 0 53px;
	}

	body.fixed-bar {
		padding-bottom: 91px;
	}

	h1,
	.h1 {
		font-size: 52px;
		line-height: 54px;
		margin: 0 0 28px;
	}

	h2,
	.h2 {
		font-size: 36px;
		line-height: 38px;
		margin: 0 0 11px;
	}

	h3,
	.h3 {
		line-height: 1.28;
	}

	.content-section {
		padding: 36px 0;
	}

	.primary-section-heading {
		font-size: 30px;
		line-height: 34px;
		max-width: 85%;
		margin: 0 auto 49px;
	}

	.section-heading {
		max-width: 70%;
		margin: 0 auto 20px;
	}

	.section-heading h2,
	.section-heading h3 {
		position: relative;
		display: inline-block;
		vertical-align: top;
	}

	.section-heading h2:before,
	.section-heading h2:after,
	.section-heading h3:before,
	.section-heading h3:after {
		width: 80px;
		height: 2px;
		content: "";
		background: #1b2150;
		position: absolute;
		top: 50%;
	}

	.section-block .three-columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px -66px;
	}

	.section-block .three-columns .col {
		width: 33.33%;
		padding: 0 15px;
		margin: 0;
	}

	.section-block .section-heading {
		margin: 0 auto -1px;
	}

	hr {
		margin: 70px 0 51px;
	}

	blockquote {
		border-left: 1px solid rgba(110, 117, 145, .3);
		padding: 0 0 0 26px;
	}

	blockquote q {
		margin: 0 0 30px;
	}

	.back-to-top {
		bottom: 26px;
	}

	.breadcrumbs li {
		margin: 0 0 20px;
	}

	.video-holder {
		max-width: 58%;
		padding-bottom: 31.75%;
	}

	#header .logo {
		position: absolute;
		left: 0;
		top: 20px;
	}

	#header .option-list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin: 0 -10px;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		width: auto;
		padding: 0;
	}

	#header .option-list:after {
		bottom: 20px;
		left: -3px;
		right: auto;
		width: 1px;
		height: auto;
		top: 0;
	}

	#header .option-list li {
		padding: 0 10px 20px;
	}

	#header .option-list .btn-outline-secondary {
		padding: 13px 12px;
	}

	#header .option-list .btn-primary {
		padding: 14px 12px;
	}

	#header .block-frame {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border-bottom: 1px solid rgba(110, 117, 145, .3);
		padding: 20px 0 0 135px;
		max-width: 100%;
	}

	#header .area-frame {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 11px 0 13px;
		max-width: 100%;
	}

	#header .menu-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 13px;
		line-height: 16px;
		margin: 0 -10px;
	}

	#header .menu-list li {
		padding: 0 10px;
	}

	#header .menu-list li a:after {
		bottom: -26px;
	}

	#header .heading {
		padding: 0;
	}

	#header .heading .wrap {
		display: none;
	}

	#header .heading .btn,
	#header .heading .comment-form input[type="submit"],
	.comment-form #header .heading input[type="submit"],
	#header .heading .post-password-form input[type="submit"],
	.post-password-form #header .heading input[type="submit"],
	#header .heading .search-form input[type="submit"],
	.search-form #header .heading input[type="submit"] {
		padding: 17px 26px;
	}

	#header .contact-box {
		padding: 4px 10px;
		margin: 0 25px 20px 0;
		max-width: 100%;
		width: auto;
	}

	#header .contact-box .icon-phone {
		font-size: 22px;
		margin: 0 10px 0 0;
	}

	#header .contact-box .phone {
		font-size: 18px;
		line-height: 22px;
	}

	.menu {
		-webkit-box-pack: inherit;
		-ms-flex-pack: inherit;
		justify-content: inherit;
		min-height: 100%;
	}

	.menu .menu-holder {
		margin: 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
		box-shadow: none;
		min-height: 100%;
	}

	.menu-slide {
		position: static;
		height: auto;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}

	.menu-slide .slide-heading {
		padding: 0;
		border: none;
	}

	.footer-holder {
		padding: 50px 0 24px;
	}

	.footer-holder > .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.footer-holder .discription {
		max-width: 300px;
		padding-right: 40px;
	}

	.footer-holder .discription .logo {
		margin-bottom: 24px;
		max-width: 100%;
	}

	.col-holder {
		padding-top: 29px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.col-holder .btn-holder {
		margin-bottom: 0;
	}

	.col-holder .col {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 0 15px;
	}

	.col-holder .col:last-child {
		margin-right: -15px;
	}

	.col-holder .social-networks {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		position: static;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-bootom {
		padding: 15px 0;
	}

	.footer-bootom > .container {
		text-align: left;
	}

	.footer-bootom .copyright {
		margin-right: 70px;
		margin-bottom: 0;
	}

	.footer-bootom .design-by {
		position: absolute;
		right: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.footer-links {
		margin-right: 50px;
	}

	.footer-links li {
		margin-bottom: 0;
	}

	.footer-bar .footer-bar-title {
		font-size: 20px;
		line-height: 26px;
		text-align: left;
	}

	.footer-bar .footer-bar-info {
		margin: 0 80px 0 0;
	}
}

@media (min-width: 1024px) {
	.article-wrapper .col {
		width: 33.3%;
	}

	.container-xl .article-item .img-wrap {
		padding-top: 53.1%;
	}

	.container-xl .article-item .article-body {
		padding: 30px 30px 69px;
	}

	.container-xl .article-item .content-footer {
		left: 29px;
		bottom: 17px;
	}

	.container-xl .article-item .tag {
		margin-bottom: 14px;
	}

	.strengths-icon .img-wrap,
	.professions-icon .img-wrap {
		min-height: 95px;
		line-height: 95px;
		margin-bottom: 32px;
	}

	.strengths-icon .h4,
	.professions-icon .h4 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 23px;
	}

	.our-strengths.content-section {
		padding: 99px 0 31px;
	}

	.profession-items {
		margin-bottom: -68px;
	}

	.professions-icon {
		padding: 0 0 93px 86px;
	}

	.professions-icon .h4 {
		text-align: left;
		margin-bottom: 22px;
	}

	.our-professions .section-heading {
		margin-bottom: 119px;
	}

	.our-professions .col {
		width: 33.3%;
	}

	.some-numbers .section-heading {
		margin-bottom: 13px;
	}

	.article-items {
		margin-bottom: -87px;
	}

	.section-text {
		position: relative;
		min-height: 411px;
	}

	.section-text:nth-child(2n) .wrapper-content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.section-text:nth-child(2n) .col {
		padding: 0 0 0 60px;
	}

	.section-text:nth-child(2n) .section-heading {
		margin: 0 0 40px 100px;
	}

	.section-text:nth-child(2n) .img-wrap {
		left: 0;
	}

	.section-text:nth-child(2n) .img-wrap:before {
		left: auto;
		right: 0;
	}

	.section-text:nth-child(2n) .img-wrap img {
		float: right;
		margin-right: -20px;
	}

	.section-text.with-bg {
		min-height: 471px;
	}

	.section-text.with-bg:nth-child(2n) .wrapper-content .col {
		padding: 0 0 0 110px;
	}

	.section-text.with-bg:nth-child(2n) .section-heading {
		margin: 0 0 31px 100px;
	}

	.section-text.with-bg:nth-child(2n) .img-wrap {
		left: 47px;
		right: 70px;
	}

	.section-text.with-bg:nth-child(2n) .img-wrap:before {
		right: 0;
		left: auto;
	}

	.section-text.with-bg:nth-child(2n) .img-wrap img {
		float: right;
		margin-right: -20px;
	}

	.section-text.with-bg .wrapper-content {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.section-text.with-bg .col {
		padding: 0 140px 0 0;
	}

	.section-text.with-bg .section-heading {
		margin: 0 0 31px 100px;
	}

	.section-text.with-bg .img-wrap {
		width: 51.5%;
		right: 53px;
	}

	.section-text.with-bg .img-wrap:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 9999px;
		background: rgba(27, 33, 80, .05);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: -1;
		height: 131%;
	}

	.section-text.with-bg .img-wrap img {
		float: left;
		margin-left: -20px;
	}

	.section-text .wrapper-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.section-text .col {
		width: 50%;
		padding: 0 50px 0 0;
	}

	.section-text .section-heading {
		text-align: left;
		margin: 0 0 31px 100px;
	}

	.section-text .img-wrap {
		position: absolute;
		right: -12px;
		width: 50%;
		z-index: 2;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.section-text .img-wrap img {
		float: left;
	}

	.detail {
		padding-top: 62px !important;
	}

	.detail .section-heading {
		text-align: left;
	}

	.detail .info-section {
		padding: 50px 0 0 0;
	}

	.detail .content {
		width: calc(100% - 326px);
		float: left;
	}

	.detail .content .wrapper-posts {
		padding: 0 137px 20px 0;
	}

	.detail .article-section {
		padding: 23px 0 20px 0;
	}

	.detail .article-section .col {
		width: 50%;
	}

	.space-pro-section {
		padding: 56px 0 81px;
	}

	.lightbox {
		width: 632px;
		padding: 48px 55px;
	}

	.lightbox .form-holder .description {
		font-size: 30px;
		line-height: 34px;
		margin: 0 0 30px;
	}

	.lightbox .wrapper-field {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.lightbox .holder-input {
		width: 47%;
	}

	.form-layout {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px 0;
	}

	.form-layout .col-2 {
		width: 50%;
		padding: 0 15px 0;
	}

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

	.list-layout li {
		width: 50%;
		padding: 0 15px 0;
	}

	.contacts-info-section .info-box {
		width: auto;
	}

	.contacts-section .two-columns .info-frame {
		width: 40%;
	}

	.contacts-section .two-columns .contact-us {
		width: 60%;
	}

	.partners-form {
		margin: 0 84px 0 0 !important;
		width: 100%;
	}

	.intro.lg-pb {
		padding-bottom: 162px;
	}

	.sub-menu-holder .section-heading {
		max-width: 50%;
	}

	.sub-navigation li {
		width: 16.37%;
	}

	.sub-navigation a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.sub-navigation .height:after {
		width: 1px;
		height: 48px;
		content: "";
		background: #6e7591;
		position: absolute;
		left: -23px;
		top: -5px;
		opacity: .3;
	}

	.category-block .sub-navigation li {
		width: 16.37%;
		padding: 0 20px;
	}

	.location-info {
		background: rgba(27, 33, 80, .05);
	}

	.location-info .col:last-child {
		padding: 57px 63px 57px 83px;
	}

	.location-info .img-wrap {
		padding: 0;
	}

	.map-section.content-section {
		padding: 80px 0 169px;
	}

	.map-section .container:after {
		min-height: 440px;
	}

	.map-section .bg-wrap {
		background-position: 100% 50%;
	}

	.map-section .map-description {
		margin: 0 0 0 37px;
	}

	.how-it-works {
		margin: -14px 0 -30px;
	}

	.content-section.how-it-works-section {
		padding: 60px 0 10px;
	}

	.content-section.how-it-works-section .container {
		max-width: 840px;
	}

	.how-it-works-section .section-heading h1 {
		margin-bottom: 67px;
	}

	.how-it-works-section .how-it-works-list {
		padding-bottom: 22px;
		margin-bottom: 20px;
	}

	.testimonials-forms {
		max-width: 623px;
	}

	.testimonials-forms .btn-wrap .btn,
	.testimonials-forms .btn-wrap .comment-form input[type="submit"],
	.comment-form .testimonials-forms .btn-wrap input[type="submit"],
	.testimonials-forms .btn-wrap .post-password-form input[type="submit"],
	.post-password-form .testimonials-forms .btn-wrap input[type="submit"],
	.testimonials-forms .btn-wrap .search-form input[type="submit"],
	.search-form .testimonials-forms .btn-wrap input[type="submit"] {
		width: auto;
	}

	.testimonials-layout .column-1 {
		width: 40%;
	}

	.testimonials-layout .column-2 {
		width: 60%;
	}

	.testimonials-layout-wrap {
		margin-left: 58px;
		margin-right: 48px;
	}

	.content-section.hero-press-section {
		padding: 60px 0 25px;
	}

	#header .logo {
		width: auto;
		top: 30px;
		left: 15px;
	}

	#header .option-list {
		margin: 0 -15px;
		padding: 0 0 0 30px;
	}

	#header .option-list:after {
		left: 15px;
	}

	#header .option-list li {
		padding: 0 15px 20px;
	}

	#header .option-list .btn-outline-secondary {
		padding: 16px 26px;
	}

	#header .option-list .btn-primary {
		padding: 17px 26px;
	}

	#header .block-frame {
		padding: 30px 0 30px 200px;
	}

	#header .menu-list {
		margin: 0 -15px;
	}

	#header .menu-list li {
		padding: 0 15px;
	}

	#header .contact-box {
		padding: 6px 20px 6px 10px;
		margin: 0 30px 20px 0;
	}

	#header .contact-box .icon-phone {
		font-size: 32px;
		margin: 0 14px 0 0;
	}

	#header .contact-box .phone {
		font-size: 22px;
		line-height: 24px;
	}

	.nav-opener {
		display: none;
	}

	.footer-holder .discription {
		max-width: 408px;
		min-width: 39.5%;
		padding-right: 115px;
	}

	.col-holder {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.col-holder .col {
		width: 34.1%;
	}

	.col-holder .col:last-child {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		padding-bottom: 60px;
	}

	.col-holder .social-networks {
		padding-top: 20px;
		position: absolute;
		bottom: 6px;
		right: 0;
	}
}

@media (min-width: 1200px) {
	.article-item span[class^="icon"],
	.article-item time[class^="icon"] {
		margin-right: 22px;
	}

	.section-text {
		min-height: 600px;
	}

	.section-text.with-bg {
		min-height: 520px;
		margin-bottom: 85px;
	}

	.section-text.with-bg:nth-child(2n) .wrapper-content {
		padding: 45px 0 0 0;
	}

	.section-text.with-bg:nth-child(2n) .wrapper-content .col {
		margin-right: 1vw;
		padding: 0 0 0 140px;
	}

	.section-text.with-bg .wrapper-content {
		padding: 45px 0 0 0;
	}

	.section-text .col {
		padding: 0 80px 0 0;
	}

	.section-text .img-wrap img {
		width: auto;
		max-width: none;
	}

	.map-section .bg-wrap {
		width: 150%;
	}

	.our-works-slider {
		padding: 0 8vw;
	}

	.our-works-item:before {
		min-height: 406px;
	}

	.our-works-item .item-wrap {
		padding: 34px 0 50px;
	}

	.how-it-works .item {
		padding: 0 25px 40px;
	}
}

@media (min-width: 1245px) {
	.home-video-slider .container {
		padding: 0;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}

	.section-text:last-child {
		padding-bottom: 0;
	}

	.section-text .img-wrap {
		margin: 0 -15px 20px -15px;
	}

	.wrap-box {
		display: none;
	}

	.location-info .col:last-child:after {
		content: "";
		left: -9999px;
		right: -9999px;
		top: 0;
		bottom: 0;
		position: absolute;
		z-index: -1;
		background: rgba(27, 33, 80, .05);
	}

	.img-wrap.full-width {
		margin: 0 -15px 25px;
	}
}

@media all and (max-width: 768px) {
	.fancybox-thumbs {
		width: 110px;
	}

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

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.navigation,
	.navigation-comments {
		text-align: center;
	}

	.professions-icon .h4 {
		text-align: center;
	}

	.professions-icon .img-wrap {
		text-align: center;
	}

	.fancybox-outer,
	.fancybox-inner,
	.fancybox-bg,
	.fancybox-stage {
		left: -1px;
		right: -1px;
	}

	.partners-form .check-list .jcf-checkbox {
		float: left;
	}

	.partners-form .check-list .wpcf7-list-item-label {
		display: block;
		overflow: hidden;
	}

	.intro .btns-wrap .btn,
	.intro .btns-wrap .comment-form input[type="submit"],
	.comment-form .intro .btns-wrap input[type="submit"],
	.intro .btns-wrap .post-password-form input[type="submit"],
	.post-password-form .intro .btns-wrap input[type="submit"],
	.intro .btns-wrap .search-form input[type="submit"],
	.search-form .intro .btns-wrap input[type="submit"] {
		display: block;
		max-width: 346px;
		margin: 0 auto 14px;
	}

	.sub-navigation .title {
		text-align: left;
	}

	.category-block .h4 {
		line-height: 25px;
		margin: 0 0 30px;
	}

	.category-block .sub-navigation .height {
		width: calc(100% - 90px);
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.category-block .sub-navigation .icon-wrap {
		width: 75px;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.category-block .sub-navigation .icon-wrap svg {
		height: 55px !important;
		width: 55px !important;
	}

	.category-block .jcf-radio {
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		margin: -6px 20px 0 0;
	}

	.map-section .bg-wrap {
		padding-top: 96.6%;
		margin: 0 -15px;
	}

	.rate-table {
		margin-right: -15px;
		margin-left: -15px;
	}

	.client-testimonials.content-section {
		padding: 20px 0 117px;
	}

	.testimonials-layout-wrap {
		padding: 20px 0 0;
	}

	.post p {
		display: none;
	}

	.content-section.blog-section .container-sm {
		padding: 0;
	}

	.content-section.singl-post .container-sm {
		padding: 0;
	}

	.content-section.article-section {
		padding: 32px 0 0;
	}

	.btn-prev,
	.btn-next {
		display: none !important;
	}

	#header .option-list .btn,
	#header .option-list .comment-form input[type="submit"],
	.comment-form #header .option-list input[type="submit"],
	#header .option-list .post-password-form input[type="submit"],
	.post-password-form #header .option-list input[type="submit"],
	#header .option-list .search-form input[type="submit"],
	.search-form #header .option-list input[type="submit"] {
		width: 100%;
	}

	#header .social-networks {
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		bottom: 24px;
		margin: 0;
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer-holder .discription p {
		display: none;
	}

	.footer-bar .btn,
	.footer-bar .comment-form input[type="submit"],
	.comment-form .footer-bar input[type="submit"],
	.footer-bar .post-password-form input[type="submit"],
	.post-password-form .footer-bar input[type="submit"],
	.footer-bar .search-form input[type="submit"],
	.search-form .footer-bar input[type="submit"] {
		width: 100%;
	}

	.footer-bar .footer-bar-info span {
		display: none;
	}

	.footer-bar .steps-block {
		display: none;
	}
}

@media (max-width: 549px) {
	.our-works-testimonials .trustpilot-widget iframe {
		height: 280px !important;
	}
}

@media (max-width: 499px) {
	.rate-table .rate-table-list {
		-ms-flex-pack: distribute;
		justify-content: space-around;
		padding: 0 35px;
	}

	.rate-table .rate-table-list li {
		min-width: 33.33%;
	}
}

@media (max-width: 374px) {
	.partners-form .check-list .wpcf7-list-item {
		width: calc(50% - .3em);
	}

	.partners-form .check-list span.wpcf7-list-item {
		margin: 0 0 12px .3em;
	}

	#header .heading {
		padding: 10px 0;
	}

	#header .heading .btn,
	#header .heading .comment-form input[type="submit"],
	.comment-form #header .heading input[type="submit"],
	#header .heading .post-password-form input[type="submit"],
	.post-password-form #header .heading input[type="submit"],
	#header .heading .search-form input[type="submit"],
	.search-form #header .heading input[type="submit"] {
		font-size: 10px;
		min-width: 0;
	}

	.nav-opener {
		margin: 0 0 0 15px;
	}
}

@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0 0 0;
	}

	.fancybox-slide--image .fancybox-content {
		margin-bottom: 6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}
}

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