/*# sourceMappingURL=style.css.map */

@charset "UTF-8";

/*!
Theme Name: Mechdyne
Theme URI: https://www.millennialwebdevelopment.com/
Author: Millennialwebdevelopment.com
Author URI: https://www.millennialwebdevelopment.com/
Description: Custom WordPress theme. The theme is based on _s (underscores) framework and includes a wide variety of functionalities that can serve for your content management without having to have programming skills.
Version: 3.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mechdyne
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

mechdyne is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Plugins
# Reset and Variables
# Helpers
# Bootstrap
# WooCommerce
# Base
# Main
# Parts
# Components / Templates
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Reset and Variables
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Reset
--------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

html {
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

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

audio, canvas, video {
	display: inline-block;
}

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

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
## Base Reset
--------------------------------------------------------------*/
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
	font-family: sans-serif;
	color: #222;
}

body {
	margin: 0;
	font-size: 1em;
	line-height: 1.4;
	-moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #000;
}

a:focus, a:hover, a:active {
	outline: none;
}

/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

blockquote {
	margin: 0;
}

dfn {
	font-style: italic;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}

pre, code, kbd, samp {
	font-family: monospace, serif;
	_font-family: "courier new", monospace;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

q::before, q::after {
	content: "";
	content: none;
}

small {
	font-size: 85%;
}

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
nav ul, nav ol, ul, li {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

/*--------------------------------------------------------------
## Embedded Content
--------------------------------------------------------------*/
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

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

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

label {
	cursor: pointer;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}

button, input {
	line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

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

input, textarea {
	-webkit-box-shadow: none;
}

input[type="checkbox"], input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

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

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

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

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

input:invalid, textarea:invalid {
	background-color: #f0dddd;
}

input, textarea, select {
	outline: none;
}

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

/*--------------------------------------------------------------
## Chrome Frame Prompt
--------------------------------------------------------------*/
.chromeframe {
	margin: .2em 0;
	background: #ccc;
	color: black;
	padding: .2em 0;
}

/*--------------------------------------------------------------
## Main Variables
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Bootstrap Variables
--------------------------------------------------------------*/

/*
	Breakpoints for max-width.

	These variables are mapped with $grid-breakpoints SCSS map variable which is used for bootstrap.
	The reason for this setup is that it is needed to have variables that reflect bootstrap's breakpoints.
	Bootstrap is using min-with and this starter max-with approach, so bootstrap's breakpoint at 992px (min-width)
	is reflected as 991px (max-width), thus the mapped variables bellow.
 */

/*--------------------------------------------------------------
## Woocommerce Variables
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Mixins
--------------------------------------------------------------*/

/*
	Example:
	-------------------------------------------------------------------------------------------------
	@include mq($sm) 			 	@media screen and (max-width: 575px)
	-------------------------------------------------------------------------------------------------
	@include mq(991px) 			 	 	@media screen and (max-width: 991px)
	-------------------------------------------------------------------------------------------------
	@include mq($sm + 1, min) 	 	@media screen and (min-width: 576px)
	-------------------------------------------------------------------------------------------------
	@include mq(992px, min) 			 	@media screen and (min-width: 992px)
	-------------------------------------------------------------------------------------------------
	@include mq(400, min, height) 	 	@media screen and (min-height: 400px)
	-------------------------------------------------------------------------------------------------
	@include mq(992px) {				 	@media screen and (max-width: 992px) and (min-width: 767px)
		@include mq(767px, min) {

		}
	}
	-------------------------------------------------------------------------------------------------
 */

/*--------------------------------------------------------------
## Helpers
--------------------------------------------------------------*/
.clear::after, .entry-content::after, .comment-content::after, .site-content::after, .site-footer::after {
	content: "";
	display: table;
	clear: both;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.centered {
	text-align: center;
}

.cover-img {
	min-width: 1000%;
	min-height: 1000%;
	max-width: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(.1001);
	transform: translate(-50%, -50%) scale(.1001);
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
}

.bg-white {
	background-color: #fff;
}

.color-white {
	color: #fff;
}

.bg-grey-light {
	background-color: #eee;
}

.color-grey-light {
	color: #eee;
}

.bg-grey-mid {
	background-color: #999;
}

.color-grey-mid {
	color: #999;
}

.bg-grey {
	background-color: #8d8d8d;
}

.color-grey {
	color: #8d8d8d;
}

.bg-grey-dark {
	background-color: #292b2e;
}

.color-grey-dark {
	color: #292b2e;
}

.bg-black {
	background-color: #000;
}

.color-black {
	color: #000;
}

.bg-red {
	background-color: #f21e34;
}

.color-red {
	color: #f21e34;
}

.bg-green {
	background-color: #4fc08d;
}

.color-green {
	color: #4fc08d;
}

.bg-light-black {
	background-color: #131415;
}

.color-light-black {
	color: #131415;
}

.bg-blue {
	background-color: #0080bc;
}

.color-blue {
	color: #0080bc;
}

.bg-green-dark {
	background-color: #889818;
}

.color-green-dark {
	color: #889818;
}

.bg-grey2 {
	background-color: #f4f5f6;
}

.color-grey2 {
	color: #f4f5f6;
}

.bg-light-blue {
	background-color: #f0f0f6;
}

.color-light-blue {
	color: #f0f0f6;
}

.bg-orange {
	background-color: #f07c4f;
}

.color-orange {
	color: #f07c4f;
}

.bg-grey-lighter {
	background-color: #ccc;
}

.color-grey-lighter {
	color: #ccc;
}

.font-font-main {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	display: block;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex='-1']:focus {
	outline: 0;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

.page-template-page-styleguide .banner::after {
	display: none;
}

.page-template-page-styleguide .main-slider {
	height: 1000px;
	position: relative;
}

.page-template-page-styleguide .main-slider-item {
	height: 1000px;
}

.page-template-page-styleguide .megamenu {
	position: relative;
	opacity: 1;
	top: 0 !important;
	-webkit-transform: none;
	transform: none;
	left: 250px;
}

/*--------------------------------------------------------------
## Print
--------------------------------------------------------------*/
@media print {
	body {
		background: #fff;
		color: #000;
		margin: 0;
		padding: 0;
		text-align: left;
	}
	
	a:link, a:visited {
		background: #fff;
		color: #000;
		text-decoration: underline;
	}
	
	a:not([href="javascript:;"])::after {
		content: " [" attr(href) "] ";
	}
	
	h1, h2, h3, h4, h5, h6 {
		background: none;
		color: #000;
	}
	
	.temp {
		display: none;
	}
}

/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media only screen and (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media only screen and (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media only screen and (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media only screen and (min-width: 1258px) {
	.container {
		max-width: 1258px;
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.33333%;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.66667%;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.33333%;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.66667%;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.33333%;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.66667%;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-webkit-box-ordinal-group: 14;
	-webkit-order: 13;
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	-webkit-order: 7;
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	-webkit-order: 8;
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	-webkit-order: 9;
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	-webkit-order: 10;
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	-webkit-order: 11;
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	-webkit-order: 12;
	-ms-flex-order: 12;
	order: 12;
}

.offset-1 {
	margin-left: 8.33333%;
}

.offset-2 {
	margin-left: 16.66667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333%;
}

.offset-5 {
	margin-left: 41.66667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333%;
}

.offset-8 {
	margin-left: 66.66667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333%;
}

.offset-11 {
	margin-left: 91.66667%;
}

@media only screen and (min-width: 576px) {
	.col-sm {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-sm-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	
	.col-sm-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	
	.col-sm-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	
	.col-sm-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-sm-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	
	.col-sm-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	
	.col-sm-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-sm-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	
	.col-sm-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	
	.col-sm-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-sm-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	
	.col-sm-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	
	.col-sm-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-sm-0 {
		margin-left: 0;
	}
	
	.offset-sm-1 {
		margin-left: 8.33333%;
	}
	
	.offset-sm-2 {
		margin-left: 16.66667%;
	}
	
	.offset-sm-3 {
		margin-left: 25%;
	}
	
	.offset-sm-4 {
		margin-left: 33.33333%;
	}
	
	.offset-sm-5 {
		margin-left: 41.66667%;
	}
	
	.offset-sm-6 {
		margin-left: 50%;
	}
	
	.offset-sm-7 {
		margin-left: 58.33333%;
	}
	
	.offset-sm-8 {
		margin-left: 66.66667%;
	}
	
	.offset-sm-9 {
		margin-left: 75%;
	}
	
	.offset-sm-10 {
		margin-left: 83.33333%;
	}
	
	.offset-sm-11 {
		margin-left: 91.66667%;
	}
}

@media only screen and (min-width: 768px) {
	.col-md {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-md-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	
	.col-md-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	
	.col-md-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	
	.col-md-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-md-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	
	.col-md-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	
	.col-md-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-md-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	
	.col-md-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	
	.col-md-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-md-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	
	.col-md-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	
	.col-md-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-md-0 {
		margin-left: 0;
	}
	
	.offset-md-1 {
		margin-left: 8.33333%;
	}
	
	.offset-md-2 {
		margin-left: 16.66667%;
	}
	
	.offset-md-3 {
		margin-left: 25%;
	}
	
	.offset-md-4 {
		margin-left: 33.33333%;
	}
	
	.offset-md-5 {
		margin-left: 41.66667%;
	}
	
	.offset-md-6 {
		margin-left: 50%;
	}
	
	.offset-md-7 {
		margin-left: 58.33333%;
	}
	
	.offset-md-8 {
		margin-left: 66.66667%;
	}
	
	.offset-md-9 {
		margin-left: 75%;
	}
	
	.offset-md-10 {
		margin-left: 83.33333%;
	}
	
	.offset-md-11 {
		margin-left: 91.66667%;
	}
}

@media only screen and (min-width: 992px) {
	.col-lg {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-lg-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	
	.col-lg-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	
	.col-lg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	
	.col-lg-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-lg-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	
	.col-lg-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	
	.col-lg-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-lg-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	
	.col-lg-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	
	.col-lg-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-lg-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	
	.col-lg-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	
	.col-lg-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-lg-0 {
		margin-left: 0;
	}
	
	.offset-lg-1 {
		margin-left: 8.33333%;
	}
	
	.offset-lg-2 {
		margin-left: 16.66667%;
	}
	
	.offset-lg-3 {
		margin-left: 25%;
	}
	
	.offset-lg-4 {
		margin-left: 33.33333%;
	}
	
	.offset-lg-5 {
		margin-left: 41.66667%;
	}
	
	.offset-lg-6 {
		margin-left: 50%;
	}
	
	.offset-lg-7 {
		margin-left: 58.33333%;
	}
	
	.offset-lg-8 {
		margin-left: 66.66667%;
	}
	
	.offset-lg-9 {
		margin-left: 75%;
	}
	
	.offset-lg-10 {
		margin-left: 83.33333%;
	}
	
	.offset-lg-11 {
		margin-left: 91.66667%;
	}
}

@media only screen and (min-width: 1258px) {
	.col-xl {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-xl-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	
	.col-xl-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	
	.col-xl-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	
	.col-xl-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-xl-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	
	.col-xl-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	
	.col-xl-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-xl-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	
	.col-xl-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	
	.col-xl-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-xl-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	
	.col-xl-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	
	.col-xl-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-xl-0 {
		margin-left: 0;
	}
	
	.offset-xl-1 {
		margin-left: 8.33333%;
	}
	
	.offset-xl-2 {
		margin-left: 16.66667%;
	}
	
	.offset-xl-3 {
		margin-left: 25%;
	}
	
	.offset-xl-4 {
		margin-left: 33.33333%;
	}
	
	.offset-xl-5 {
		margin-left: 41.66667%;
	}
	
	.offset-xl-6 {
		margin-left: 50%;
	}
	
	.offset-xl-7 {
		margin-left: 58.33333%;
	}
	
	.offset-xl-8 {
		margin-left: 66.66667%;
	}
	
	.offset-xl-9 {
		margin-left: 75%;
	}
	
	.offset-xl-10 {
		margin-left: 83.33333%;
	}
	
	.offset-xl-11 {
		margin-left: 91.66667%;
	}
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -webkit-inline-flex !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

@media only screen and (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}
	
	.d-sm-inline {
		display: inline !important;
	}
	
	.d-sm-inline-block {
		display: inline-block !important;
	}
	
	.d-sm-block {
		display: block !important;
	}
	
	.d-sm-table {
		display: table !important;
	}
	
	.d-sm-table-row {
		display: table-row !important;
	}
	
	.d-sm-table-cell {
		display: table-cell !important;
	}
	
	.d-sm-flex {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media only screen and (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
	
	.d-md-inline {
		display: inline !important;
	}
	
	.d-md-inline-block {
		display: inline-block !important;
	}
	
	.d-md-block {
		display: block !important;
	}
	
	.d-md-table {
		display: table !important;
	}
	
	.d-md-table-row {
		display: table-row !important;
	}
	
	.d-md-table-cell {
		display: table-cell !important;
	}
	
	.d-md-flex {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media only screen and (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
	
	.d-lg-inline {
		display: inline !important;
	}
	
	.d-lg-inline-block {
		display: inline-block !important;
	}
	
	.d-lg-block {
		display: block !important;
	}
	
	.d-lg-table {
		display: table !important;
	}
	
	.d-lg-table-row {
		display: table-row !important;
	}
	
	.d-lg-table-cell {
		display: table-cell !important;
	}
	
	.d-lg-flex {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media only screen and (min-width: 1258px) {
	.d-xl-none {
		display: none !important;
	}
	
	.d-xl-inline {
		display: inline !important;
	}
	
	.d-xl-inline-block {
		display: inline-block !important;
	}
	
	.d-xl-block {
		display: block !important;
	}
	
	.d-xl-table {
		display: table !important;
	}
	
	.d-xl-table-row {
		display: table-row !important;
	}
	
	.d-xl-table-cell {
		display: table-cell !important;
	}
	
	.d-xl-flex {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: row !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-webkit-flex-direction: row-reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-webkit-flex-direction: column-reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	-webkit-flex-wrap: wrap !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-webkit-flex-wrap: nowrap !important;
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-webkit-flex-wrap: wrap-reverse !important;
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.flex-fill {
	-webkit-box-flex: 1 !important;
	-webkit-flex: 1 1 auto !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	-webkit-box-flex: 0 !important;
	-webkit-flex-grow: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	-webkit-flex-grow: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	-webkit-flex-shrink: 0 !important;
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	-webkit-flex-shrink: 1 !important;
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

.justify-content-start {
	-webkit-box-pack: start !important;
	-webkit-justify-content: flex-start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-webkit-justify-content: flex-end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	-webkit-justify-content: space-between !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-webkit-justify-content: space-around !important;
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-start {
	-webkit-box-align: start !important;
	-webkit-align-items: flex-start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-webkit-box-align: end !important;
	-webkit-align-items: flex-end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	-webkit-align-items: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-webkit-align-items: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-webkit-align-content: flex-start !important;
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-webkit-align-content: flex-end !important;
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-webkit-align-content: center !important;
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-webkit-align-content: space-between !important;
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-webkit-align-content: space-around !important;
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-webkit-align-content: stretch !important;
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-webkit-align-self: auto !important;
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-webkit-align-self: flex-start !important;
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-webkit-align-self: flex-end !important;
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-webkit-align-self: center !important;
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-webkit-align-self: baseline !important;
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-webkit-align-self: stretch !important;
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

@media only screen and (min-width: 576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-sm-wrap {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-sm-nowrap {
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-sm-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-sm-fill {
		-webkit-box-flex: 1 !important;
		-webkit-flex: 1 1 auto !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-sm-grow-0 {
		-webkit-box-flex: 0 !important;
		-webkit-flex-grow: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-sm-grow-1 {
		-webkit-box-flex: 1 !important;
		-webkit-flex-grow: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-sm-shrink-0 {
		-webkit-flex-shrink: 0 !important;
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-sm-shrink-1 {
		-webkit-flex-shrink: 1 !important;
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-sm-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-sm-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-sm-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-sm-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-sm-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-sm-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-sm-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-sm-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-sm-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-sm-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-sm-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-sm-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-sm-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-sm-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-sm-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-sm-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media only screen and (min-width: 768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-md-wrap {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-md-nowrap {
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-md-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-md-fill {
		-webkit-box-flex: 1 !important;
		-webkit-flex: 1 1 auto !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-md-grow-0 {
		-webkit-box-flex: 0 !important;
		-webkit-flex-grow: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-md-grow-1 {
		-webkit-box-flex: 1 !important;
		-webkit-flex-grow: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-md-shrink-0 {
		-webkit-flex-shrink: 0 !important;
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-md-shrink-1 {
		-webkit-flex-shrink: 1 !important;
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-md-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-md-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-md-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-md-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-md-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-md-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-md-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-md-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-md-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-md-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-md-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-md-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-md-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-md-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-md-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-md-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media only screen and (min-width: 992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-lg-wrap {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-lg-nowrap {
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-lg-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-lg-fill {
		-webkit-box-flex: 1 !important;
		-webkit-flex: 1 1 auto !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-lg-grow-0 {
		-webkit-box-flex: 0 !important;
		-webkit-flex-grow: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-lg-grow-1 {
		-webkit-box-flex: 1 !important;
		-webkit-flex-grow: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-lg-shrink-0 {
		-webkit-flex-shrink: 0 !important;
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-lg-shrink-1 {
		-webkit-flex-shrink: 1 !important;
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-lg-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-lg-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-lg-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-lg-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-lg-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-lg-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-lg-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-lg-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-lg-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-lg-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-lg-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-lg-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-lg-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-lg-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-lg-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-lg-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media only screen and (min-width: 1258px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-xl-wrap {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-xl-nowrap {
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-xl-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-xl-fill {
		-webkit-box-flex: 1 !important;
		-webkit-flex: 1 1 auto !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-xl-grow-0 {
		-webkit-box-flex: 0 !important;
		-webkit-flex-grow: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-xl-grow-1 {
		-webkit-box-flex: 1 !important;
		-webkit-flex-grow: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-xl-shrink-0 {
		-webkit-flex-shrink: 0 !important;
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-xl-shrink-1 {
		-webkit-flex-shrink: 1 !important;
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-xl-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-xl-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-xl-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-xl-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-xl-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-xl-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-xl-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-xl-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-xl-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-xl-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-xl-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-xl-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-xl-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-xl-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-xl-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-xl-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 1.5;
}

pre {
	background: #ededed;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	font-size: 12px;
	margin-bottom: 30px;
}

.page-title {
	font-size: 45px;
	font-weight: bold;
	line-height: 1.5;
}

.section-title {
	display: block;
	font-weight: bold;
	font-size: 35px;
}

.section-title-xxl {
	font-size: 120px;
	font-weight: 700;
	text-transform: uppercase;
	word-spacing: 27px;
	letter-spacing: -10px;
	line-height: 1;
}

@media screen and (max-width: 1600px) {
	.section-title-xxl {
		font-size: 100px;
	}
}

@media screen and (max-width: 1200px) {
	.section-title-xxl {
		font-size: 80px;
	}
}

@media screen and (max-width: 991px) {
	.section-title-xxl {
		font-size: 50px;
		letter-spacing: 0;
		word-spacing: 0;
	}
}

@media screen and (max-width: 640px) {
	.section-title-xxl {
		font-size: 26px;
	}
}

.section-title-xxs {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 5.2px;
}

@media screen and (max-width: 1600px) {
	.section-title-xxs {
		font-size: 18px;
	}
}

.section-title-md {
	font-size: 50px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -1.5px;
}

@media screen and (max-width: 1600px) {
	.section-title-md {
		font-size: 36px;
	}
}

@media screen and (max-width: 640px) {
	.section-title-md {
		font-size: 30px;
	}
}

.section-title--dark {
	color: #292b2e;
}

.section-title-line {
	position: relative;
	color: #0080bc;
	font-size: 16px;
	font-weight: 200;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 2.3px;
	margin-bottom: 52px;
}

@media screen and (max-width: 991px) {
	.section-title-line {
		margin-bottom: 38px;
	}
}

@media screen and (max-width: 640px) {
	.section-title-line {
		margin-bottom: 30px;
	}
}

.section-title-line::after {
	content: "";
	position: absolute;
	bottom: -20px;
	width: 35px;
	height: 2px;
	background-color: #0080bc;
}

@media screen and (max-width: 640px) {
	.section-title-line::after {
		bottom: -10px;
	}
}

.section-title-line.section-title-line-center::after {
	left: 50%;
	right: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.section-title-line.section-title-line-left::after {
	left: 0;
	right: auto;
	-webkit-transform: none;
	transform: none;
}

.section-title--mixed {
	font-size: 50px;
	line-height: .9;
	font-weight: 300;
	letter-spacing: -.9px;
	margin-bottom: 27px;
}

@media screen and (max-width: 1600px) {
	.section-title--mixed {
		font-size: 40px;
	}
}

@media screen and (max-width: 1250px) {
	.section-title--mixed {
		font-size: 31px;
	}
}

@media screen and (max-width: 1400px) {
	.section-title--mixed {
		font-size: 34px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 640px) {
	.section-title--mixed {
		margin-bottom: 10px;
	}
}

.section-title--mixed span {
	font-weight: bold;
	letter-spacing: -1.2px;
}

@media screen and (max-width: 1400px) {
	.section-title--mixed span {
		letter-spacing: 0;
	}
}

.section-title--mixed.section-title--mixed-white {
	color: #fff;
}

.section-title--mixed.section-title--mixed-white span {
	color: #fff;
}

.section-title--mixed.section-title--mixed-blue {
	color: #0080bc;
}

.section-title--mixed.section-title--mixed-blue span {
	color: #292b2e;
}

.section-title--mixed-sm {
	font-size: 30px;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: -.6px;
}

@media screen and (max-width: 991px) {
	.section-title--mixed-sm {
		font-size: 25px;
	}
}

@media screen and (max-width: 640px) {
	.section-title--mixed-sm {
		font-size: 22px;
	}
}

.section-title--mixed-sm span {
	font-weight: 200;
	letter-spacing: -.6px;
}

.section-title--xl {
	color: #fff;
	font-size: 130px;
	font-weight: 200;
	line-height: 1;
	letter-spacing: 2.6px;
}

@media screen and (max-width: 1600px) {
	.section-title--xl {
		font-size: 80px;
	}
}

@media screen and (max-width: 1400px) {
	.section-title--xl {
		font-size: 44px;
		line-height: 1.2;
	}
}

@media screen and (max-width: 991px) {
	.section-title--xl {
		font-size: 33px;
	}
}

@media screen and (max-width: 640px) {
	.section-title--xl {
		font-size: 20px;
	}
}

.banner__caption-title {
	color: #fff;
	font-size: 80px;
	font-weight: 700;
	line-height: 1;
	text-align: left;
}

@media screen and (max-width: 1200px) {
	.banner__caption-title {
		font-size: 60px;
	}
}

@media screen and (max-width: 640px) {
	.banner__caption-title {
		font-size: 30px;
	}
}

/*--------------------------------------------------------------
## Entry Content
--------------------------------------------------------------*/
.entry-content {
	padding: 0 15px;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	margin-bottom: 15px;
	font-weight: bold;
}

.entry-content h1 {
	font-size: 30px;
}

.entry-content h2 {
	font-size: 24px;
}

.entry-content h3 {
	font-size: 18px;
}

.entry-content h4 {
	font-size: 14px;
}

.entry-content h5 {
	font-size: 12px;
}

.entry-content h6 {
	font-size: 10px;
}

.entry-content p {
	margin-bottom: 25px;
	color: #8d8d8d;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.66;
	letter-spacing: .32px;
}

@media screen and (max-width: 1200px) {
	.entry-content p {
		line-height: 1.3;
	}
}

@media screen and (max-width: 991px) {
	.entry-content p {
		font-size: 15px;
	}
}

@media screen and (max-width: 640px) {
	.entry-content p {
		font-size: 15px;
		font-weight: 200;
		line-height: 1.2;
		margin-bottom: 15px;
	}
}

.entry-content ul, .entry-content ol {
	margin-bottom: 27px;
}

.entry-content ul li, .entry-content ol li {
	margin-bottom: 10px;
}

.entry-content ul li ul, .entry-content ol li ul {
	padding-top: 10px;
	margin-bottom: 0;
}

.entry-content ul li:last-of-type, .entry-content ol li:last-of-type {
	margin-bottom: 0;
}

.entry-content ol {
	margin-left: 43px;
}

.entry-content ol li {
	list-style: decimal;
}

.entry-content ul {
	margin-left: 35px;
	margin-bottom: 32px;
}

@media screen and (max-width: 1260px) {
	.entry-content ul {
		margin-bottom: 15px;
	}
}

.entry-content ul li {
	color: #292b2e;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.3;
	letter-spacing: .32px;
	margin-bottom: 5px;
	padding-left: 20px;
}

.entry-content ul li::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 11px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-color: #292b2e;
}

.entry-content li {
	position: relative;
}

.entry-content a {
	display: inline-block;
	position: relative;
	color: #f21e34;
}

.entry-content a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 0;
	background: #f21e34;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
}

.entry-content a:hover::before {
	width: 100%;
}

.entry-content figure {
	border: 1px solid #fff;
	border-radius: 5px;
	overflow: hidden;
}

.entry-content figure a {
	display: block;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
}

.entry-content figure a::before {
	content: none;
}

.entry-content figure a:hover {
	opacity: .6;
}

.entry-content figure .size-full {
	width: 100%;
	display: block;
	opacity: .9;
}

.entry-content figure .wp-caption-text {
	background: #fff;
	color: #8d8d8d;
	margin: 0;
	padding: 5px;
	font-size: 12px;
}

.entry-content table {
	color: #8d8d8d;
	margin: 25px 0 35px;
	overflow-x: visible;
	table-layout: fixed;
	width: 100%;
}

.entry-content table, .entry-content table th, .entry-content table td {
	border: 0;
	text-align: left;
	padding: 8px;
}

.entry-content table th {
	font-weight: bold;
}

.entry-content table tr:nth-child(even) {
	background-color: #eee;
}

@media screen and (max-width: 991px) {
	.entry-content table {
		display: block;
		overflow-x: scroll;
		max-width: 700px;
	}
}

.entry-content tbody {
	width: 100%;
}

@media screen and (max-width: 991px) {
	.entry-content tbody {
		width: 700px;
		display: block;
	}
}

.entry-content blockquote {
	background: #eee;
	border-left: 10px solid #f21e34;
	margin: 30px;
	padding: 20px 30px;
	quotes: "“" "”" "‘" "’";
}

.entry-content blockquote::before {
	color: #999;
	content: open-quote;
	font-size: 4em;
	line-height: .1em;
	margin-right: .25em;
	vertical-align: -.4em;
}

.title-holder {
	position: relative;
}

.title-holder .title-holder-img {
	position: absolute;
	left: 118px;
	top: -86px;
}

@media screen and (max-width: 991px) {
	.title-holder .title-holder-img {
		left: 50%;
		top: -37px;
		width: 40%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

/*--------------------------------------------------------------
## Base Layout
--------------------------------------------------------------*/
html, body {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	height: 100%;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	overflow-x: hidden;
}

body.overflow {
	overflow: hidden;
}

.site-main {
	min-height: calc(100vh - 170px);
}

@media screen and (max-width: 1257px) {
	.site-main {
		min-height: calc(100vh - 130px);
	}
}

.page-header {
	margin: 50px 0;
}

*, *::before, *::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

.container-full {
	max-width: 1890px;
	width: 100%;
	display: block;
	margin: 0 auto;
}

.site {
	overflow-x: hidden;
}

@media screen and (max-width: 1257px) {
	br {
		display: none;
	}
}

/*--------------------------------------------------------------
# Parts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
input[type='submit'], .btn {
	display: inline-block;
	text-align: center;
	border: 1px solid #000;
	border-radius: 5px;
	background-color: transparent;
	padding: 15px 19px;
	outline: none;
	min-width: 200px;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.92px;
}

@media screen and (max-width: 1400px) {
	input[type='submit'], .btn {
		font-size: 15px;
	}
}

@media screen and (max-width: 1257px) {
	input[type='submit'], .btn {
		font-size: 14px;
		padding: 10px;
	}
}

input[type='submit'].btn-red, .btn.btn-red {
	color: #fff;
	border: 1px solid #f21e34;
}

input[type='submit'].btn-red:hover, .btn.btn-red:hover {
	color: #f21e34;
	border: 1px solid #fff;
}

@media only screen and (min-width: 1250px) {
	input[type='submit']:hover, .btn:hover {
		color: #fff;
	}
}

.btn--big {
	min-width: 250px;
	padding: 10px 20px;
}

.btn--green {
	border: 1px solid #4fc08d;
	background-color: #4fc08d;
	color: #fff;
}

@media only screen and (min-width: 1250px) {
	.btn--green:hover {
		background-color: #fff;
		color: #4fc08d;
	}
}

.btn--alt {
	position: relative;
	padding: 0;
	border: none;
	background-color: transparent;
	text-align: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
	letter-spacing: -.36px;
	text-transform: capitalize;
	width: auto;
	min-width: auto;
}

.btn--alt::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) scaleX(0);
	transform: translateX(-50%) scaleX(0);
	width: 100%;
	height: 1px;
	background-color: #fff;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
}

.btn--alt:hover {
	padding: 0;
	border: none;
	background-color: transparent;
}

.btn--alt:hover::after {
	-webkit-transform: translateX(-50%) scaleX(1);
	transform: translateX(-50%) scaleX(1);
}

.btn--white {
	color: #292b2e;
	border-radius: 5px;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
	background-color: #fff;
	border: none;
	padding: 15px 5px;
	min-width: 161px;
}

@media screen and (max-width: 640px) {
	.btn--white {
		padding: 10px 5px;
	}
}

.btn--white:hover {
	background-color: #292b2e;
	color: #fff;
}

.btn--icon {
	color: #292b2e;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: .96px;
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, .15);
	box-shadow: 0 9px 18px rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 307px;
}

.btn--icon svg {
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
	width: 15px;
	height: 15px;
	margin-left: 8px;
	color: #292b2e;
}

.btn--icon:hover {
	background-color: #292b2e;
	color: #fff;
}

.btn--icon:hover svg {
	color: #fff;
}

.btn--border {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 1.92px;
	border-radius: 5px;
	border: 1px solid #fff;
}

.btn--border:hover {
	background-color: #fff;
	color: #0080bc;
}

.btn--border-black {
	border: 1px solid #292b2e;
	color: #292b2e;
}

.btn--border-black:hover {
	background-color: #292b2e;
	color: #fff;
}

.btn--border-red {
	border: 1px solid #f21e34;
	color: #292b2e;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1.92px;
}

.btn--border-red:hover {
	color: #f21e34;
}

.btn--border-blue {
	border: 1px solid #0080bc;
	color: #292b2e;
}

.btn--border-blue:hover {
	color: #0080bc;
}

.btn--border-blue-white {
	border: 1px solid #0080bc;
	color: #fff;
}

.btn--border-blue-white:hover {
	color: #0080bc;
}

.btn--black {
	background-color: #292b2e;
	color: #fff;
	border: 1px solid transparent;
}

.btn--black:hover {
	color: #292b2e;
	background-color: #fff;
	border: 1px solid #292b2e;
}

.btn--alt-right-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 2;
	text-transform: uppercase;
	letter-spacing: 1.68px;
}

.btn--alt-right-icon svg {
	width: 34px;
	height: 34px;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
	margin-left: 14px;
}

.btn--alt-right-icon:hover svg {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.btn--alt-right-icon::after {
	display: none;
}

.btn--alt-left-icon-white {
	background-color: #fff;
}

.btn--alt-left-icon-border {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 220px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #0080bc;
}

.btn--alt-left-icon-border:hover {
	color: #0080bc;
}

.btn--alt-left-icon-border img {
	margin-right: 5px;
	max-width: 16px;
}

.btn--alt-left-icon img {
	max-width: 16px;
}

@media screen and (max-width: 640px) {
	.btn--alt-left-icon img {
		margin-right: 3px;
		font-size: 12px;
	}
}

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
input[type='text'], input[type='email'], input[type='url'], input[type='password'], input[type='search'], input[type='number'], input[type='tel'], input[type='range'], input[type='date'], input[type='month'], input[type='week'], input[type='time'], input[type='datetime'], input[type='datetime-local'], input[type='color'], input[type='search'].search-input, textarea {
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	display: block;
	padding: 6px 0;
	width: 100%;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #292b2e;
	color: #292b2e;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -.28px;
	-webkit-transition: 150ms ease;
	transition: 150ms ease;
}

input[type='text']:invalid, input[type='email']:invalid, input[type='url']:invalid, input[type='password']:invalid, input[type='search']:invalid, input[type='number']:invalid, input[type='tel']:invalid, input[type='range']:invalid, input[type='date']:invalid, input[type='month']:invalid, input[type='week']:invalid, input[type='time']:invalid, input[type='datetime']:invalid, input[type='datetime-local']:invalid, input[type='color']:invalid, input[type='search'].search-input:invalid, textarea:invalid {
	background-color: rgba(242, 30, 52, .025);
}

input[type='text'].search-input, input[type='email'].search-input, input[type='url'].search-input, input[type='password'].search-input, input[type='search'].search-input, input[type='number'].search-input, input[type='tel'].search-input, input[type='range'].search-input, input[type='date'].search-input, input[type='month'].search-input, input[type='week'].search-input, input[type='time'].search-input, input[type='datetime'].search-input, input[type='datetime-local'].search-input, input[type='color'].search-input, input[type='search'].search-input.search-input, textarea.search-input {
	background-color: transparent;
	border-radius: 5px;
	border: 1px solid #555;
	width: 263px;
	padding: 12px 17px;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	padding-right: 45px;
}

@media screen and (max-width: 1580px) {
	input[type='text'].search-input, input[type='email'].search-input, input[type='url'].search-input, input[type='password'].search-input, input[type='search'].search-input, input[type='number'].search-input, input[type='tel'].search-input, input[type='range'].search-input, input[type='date'].search-input, input[type='month'].search-input, input[type='week'].search-input, input[type='time'].search-input, input[type='datetime'].search-input, input[type='datetime-local'].search-input, input[type='color'].search-input, input[type='search'].search-input.search-input, textarea.search-input {
		width: 190px;
	}
}

@media screen and (max-width: 1350px) {
	input[type='text'].search-input, input[type='email'].search-input, input[type='url'].search-input, input[type='password'].search-input, input[type='search'].search-input, input[type='number'].search-input, input[type='tel'].search-input, input[type='range'].search-input, input[type='date'].search-input, input[type='month'].search-input, input[type='week'].search-input, input[type='time'].search-input, input[type='datetime'].search-input, input[type='datetime-local'].search-input, input[type='color'].search-input, input[type='search'].search-input.search-input, textarea.search-input {
		width: 160px;
	}
}

@media screen and (max-width: 1257px) {
	input[type='text'].search-input, input[type='email'].search-input, input[type='url'].search-input, input[type='password'].search-input, input[type='search'].search-input, input[type='number'].search-input, input[type='tel'].search-input, input[type='range'].search-input, input[type='date'].search-input, input[type='month'].search-input, input[type='week'].search-input, input[type='time'].search-input, input[type='datetime'].search-input, input[type='datetime-local'].search-input, input[type='color'].search-input, input[type='search'].search-input.search-input, textarea.search-input {
		width: 100%;
		padding: 10px 15px;
	}
}

input[type='text'].search-input::-webkit-input-placeholder, input[type='email'].search-input::-webkit-input-placeholder, input[type='url'].search-input::-webkit-input-placeholder, input[type='password'].search-input::-webkit-input-placeholder, input[type='search'].search-input::-webkit-input-placeholder, input[type='number'].search-input::-webkit-input-placeholder, input[type='tel'].search-input::-webkit-input-placeholder, input[type='range'].search-input::-webkit-input-placeholder, input[type='date'].search-input::-webkit-input-placeholder, input[type='month'].search-input::-webkit-input-placeholder, input[type='week'].search-input::-webkit-input-placeholder, input[type='time'].search-input::-webkit-input-placeholder, input[type='datetime'].search-input::-webkit-input-placeholder, input[type='datetime-local'].search-input::-webkit-input-placeholder, input[type='color'].search-input::-webkit-input-placeholder, input[type='search'].search-input.search-input::-webkit-input-placeholder, textarea.search-input::-webkit-input-placeholder {
	opacity: .6;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}

input[type='text'].search-input::-moz-placeholder, input[type='email'].search-input::-moz-placeholder, input[type='url'].search-input::-moz-placeholder, input[type='password'].search-input::-moz-placeholder, input[type='search'].search-input::-moz-placeholder, input[type='number'].search-input::-moz-placeholder, input[type='tel'].search-input::-moz-placeholder, input[type='range'].search-input::-moz-placeholder, input[type='date'].search-input::-moz-placeholder, input[type='month'].search-input::-moz-placeholder, input[type='week'].search-input::-moz-placeholder, input[type='time'].search-input::-moz-placeholder, input[type='datetime'].search-input::-moz-placeholder, input[type='datetime-local'].search-input::-moz-placeholder, input[type='color'].search-input::-moz-placeholder, input[type='search'].search-input.search-input::-moz-placeholder, textarea.search-input::-moz-placeholder {
	opacity: .6;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}

input[type='text'].search-input:-ms-input-placeholder, input[type='email'].search-input:-ms-input-placeholder, input[type='url'].search-input:-ms-input-placeholder, input[type='password'].search-input:-ms-input-placeholder, input[type='search'].search-input:-ms-input-placeholder, input[type='number'].search-input:-ms-input-placeholder, input[type='tel'].search-input:-ms-input-placeholder, input[type='range'].search-input:-ms-input-placeholder, input[type='date'].search-input:-ms-input-placeholder, input[type='month'].search-input:-ms-input-placeholder, input[type='week'].search-input:-ms-input-placeholder, input[type='time'].search-input:-ms-input-placeholder, input[type='datetime'].search-input:-ms-input-placeholder, input[type='datetime-local'].search-input:-ms-input-placeholder, input[type='color'].search-input:-ms-input-placeholder, input[type='search'].search-input.search-input:-ms-input-placeholder, textarea.search-input:-ms-input-placeholder {
	opacity: .6;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}

input[type='text'].search-input::-ms-input-placeholder, input[type='email'].search-input::-ms-input-placeholder, input[type='url'].search-input::-ms-input-placeholder, input[type='password'].search-input::-ms-input-placeholder, input[type='search'].search-input::-ms-input-placeholder, input[type='number'].search-input::-ms-input-placeholder, input[type='tel'].search-input::-ms-input-placeholder, input[type='range'].search-input::-ms-input-placeholder, input[type='date'].search-input::-ms-input-placeholder, input[type='month'].search-input::-ms-input-placeholder, input[type='week'].search-input::-ms-input-placeholder, input[type='time'].search-input::-ms-input-placeholder, input[type='datetime'].search-input::-ms-input-placeholder, input[type='datetime-local'].search-input::-ms-input-placeholder, input[type='color'].search-input::-ms-input-placeholder, input[type='search'].search-input.search-input::-ms-input-placeholder, textarea.search-input::-ms-input-placeholder {
	opacity: .6;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}

input[type='text'].search-input::placeholder, input[type='email'].search-input::placeholder, input[type='url'].search-input::placeholder, input[type='password'].search-input::placeholder, input[type='search'].search-input::placeholder, input[type='number'].search-input::placeholder, input[type='tel'].search-input::placeholder, input[type='range'].search-input::placeholder, input[type='date'].search-input::placeholder, input[type='month'].search-input::placeholder, input[type='week'].search-input::placeholder, input[type='time'].search-input::placeholder, input[type='datetime'].search-input::placeholder, input[type='datetime-local'].search-input::placeholder, input[type='color'].search-input::placeholder, input[type='search'].search-input.search-input::placeholder, textarea.search-input::placeholder {
	opacity: .6;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}

input[type='text'].search-input:focus, input[type='email'].search-input:focus, input[type='url'].search-input:focus, input[type='password'].search-input:focus, input[type='search'].search-input:focus, input[type='number'].search-input:focus, input[type='tel'].search-input:focus, input[type='range'].search-input:focus, input[type='date'].search-input:focus, input[type='month'].search-input:focus, input[type='week'].search-input:focus, input[type='time'].search-input:focus, input[type='datetime'].search-input:focus, input[type='datetime-local'].search-input:focus, input[type='color'].search-input:focus, input[type='search'].search-input.search-input:focus, textarea.search-input:focus {
	border-bottom: 1px solid #fff;
}

input[type='text']:focus, input[type='email']:focus, input[type='url']:focus, input[type='password']:focus, input[type='search']:focus, input[type='number']:focus, input[type='tel']:focus, input[type='range']:focus, input[type='date']:focus, input[type='month']:focus, input[type='week']:focus, input[type='time']:focus, input[type='datetime']:focus, input[type='datetime-local']:focus, input[type='color']:focus, input[type='search'].search-input:focus, textarea:focus {
	border-bottom: 1px solid #f21e34;
}

input[type='submit'] {
	border-radius: 5px;
	border: 1px solid #f21e34;
	background-color: #f21e34;
	color: #fff;
	margin-top: 7px;
	min-width: 164px;
	padding: 14px 27px 14px 0;
	pointer-events: auto;
}

@media only screen and (min-width: 1250px) {
	input[type='submit']:hover {
		background-color: #292b2e;
		border: 1px solid #292b2e;
		color: #fff;
	}
}

/*--------------------------------------------------------------
## CF7 Plugin Form
--------------------------------------------------------------*/
.cf7-holder {
	position: relative;
}

.cf7-holder > * {
	position: relative;
	z-index: 0;
}

.cf7-holder .wpcf7 {
	opacity: 1;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
}

.cf7-holder.form-is-sent .wpcf7 {
	opacity: 0;
}

.cf7-holder .wpcf7-mail-sent-ok {
	display: none !important;
}

.cf7-holder__popup {
	position: absolute;
	top: 50%;
	color: #000;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1.2);
	transform: translate(-50%, -50%) scale(1.2);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	background-color: #fff;
	border-radius: 5px;
	padding: 35px 30px;
	text-align: center;
	width: 100%;
	max-width: 350px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
	font-weight: 200;
}

.form-is-sent .cf7-holder__popup {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

.cf7-holder__popup-img {
	max-width: 80px;
	margin: 0 auto 15px;
}

label {
	color: #292b2e;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -.28px;
}

textarea {
	resize: none;
	height: 100px;
}

@media screen and (max-width: 768px) {
	textarea {
		height: 60px;
	}
}

.input-holder {
	position: relative;
	margin-bottom: 24px;
	padding-top: 10px;
}

@media screen and (max-width: 768px) {
	.input-holder {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 640px) {
	.input-holder {
		padding-top: 15px;
	}
}

.contact-form {
	position: relative;
	padding: 37px 0 30px;
	max-width: 1200px;
	margin: 0 auto;
}

@media screen and (max-width: 1600px) {
	.contact-form {
		padding: 35px 0;
	}
}

@media screen and (max-width: 1200px) {
	.contact-form {
		padding: 25px 0;
	}
}

@media screen and (max-width: 640px) {
	.contact-form {
		padding: 0;
	}
}

.wpcf7-not-valid-tip, .wpcf7-response-output {
	position: absolute;
	bottom: -25px;
	color: #f21e34;
	font-weight: 200;
	min-width: 150px;
}

@media screen and (max-width: 768px) {
	.wpcf7-not-valid-tip, .wpcf7-response-output {
		padding: 0;
		bottom: -20px;
	}
}

.wpcf7-form-control-wrap {
	position: static;
	font-weight: 200;
}

.wpcf7-validation-errors {
	display: none !important;
}

.select-holder label {
	padding: 15px;
}

.select-holder.open {
	-webkit-box-shadow: 0 3px 24px rgba(0, 0, 0, .12);
	box-shadow: 0 3px 24px rgba(0, 0, 0, .12);
}

@media screen and (max-width: 991px) {
	.select-holder.open {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

.select-wrapper {
	padding: 0;
	padding-right: 14px;
}

.select-wrapper .input-holder {
	margin: 0;
	margin-bottom: 0;
}

.search input[type='submit'], .search input[type='search'] {
	background-repeat: no-repeat;
	width: 15px;
	display: block;
	background-color: transparent;
	right: 0;
	top: 50%;
	min-width: 43px;
	background-size: 22px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	height: 100%;
	margin: 0;
	background-position: center;
	padding: 0;
}

.search input[type='submit'].input-expand, .search input[type='search'].input-expand {
	background-color: transparent;
	border-radius: 5px;
	width: 263px;
	padding: 12px 17px;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	padding-right: 45px;
	border: 1px solid #fff;
	-webkit-transform: none;
	transform: none;
}

/*--------------------------------------------------------------
## SVG Icons
--------------------------------------------------------------*/
.svg-icon {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	line-height: 1;
}

.svg-icon svg {
	width: 1em;
}

/*--------------------------------------------------------------
## Wrapper and Ratios
--------------------------------------------------------------*/
.media-wrap {
	position: relative;
	overflow: hidden;
}

.media-wrap::before {
	content: "";
	display: block;
	width: 100%;
}

.media-wrap-square::before {
	padding-top: 100%;
}

.media-item {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*--------------------------------------------------------------
## WP Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
	max-width: 100%;
}

iframe {
	border: none;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption .wp-caption-text {
	margin: .8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}

img {
	max-width: 100%;
	display: block;
	height: initial;
}

/*--------------------------------------------------------------
## Popup
--------------------------------------------------------------*/
.popup {
	display: none;
	max-width: 600px;
}

.popup-custom-class .fancybox-bg {
	background: rgba(0, 0, 0, .7);
}

.video-popup-wrapper {
	height: 654px;
	width: 100%;
	max-width: 1200px;
}

@media screen and (max-width: 1220px) {
	.video-popup-wrapper {
		max-width: 80%;
		width: 80%;
		height: auto;
	}
}

@media screen and (max-width: 640px) {
	.video-popup-wrapper {
		padding: 25px;
	}
}

.video-popup-wrapper video {
	width: 1000px;
	margin: 0 auto;
	display: block;
}

@media screen and (max-width: 1220px) {
	.video-popup-wrapper video {
		width: 80%;
	}
}

.fancybox-close-small {
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
	border: 1px solid #0080bc;
	top: 10px !important;
	right: 10px !important;
	padding: 5px !important;
}

@media screen and (max-width: 640px) {
	.fancybox-close-small {
		width: 30px;
		height: 30px;
	}
}

.fancybox-close-small:hover {
	border: 1px solid #f21e34;
}

/*--------------------------------------------------------------
## Select2 custom
--------------------------------------------------------------*/
.custom-select {
	display: none;
}

.select2-container {
	width: 100%;
	max-width: 300px;
	margin-top: -2px;
}

.select2-container .select2-selection--single {
	height: 36px;
	-webkit-transition: border 350ms ease;
	transition: border 350ms ease;
}

.select2-container .select2-selection--single:focus {
	outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #292b2e;
	font-size: 16px;
	font-weight: 200;
	letter-spacing: -.32px;
	padding: 0 0 0 15px;
	padding-left: 0;
}

.select2-container .select2-selection--single .select2-selection__arrow {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #000;
	top: 13px;
	right: 15px;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.select2-container--default .select2-selection--single {
	border: none;
	padding-left: 0;
	color: #292b2e;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -.32px;
	border-bottom: 1px solid;
	border-radius: 0;
	margin-left: 17px;
}

.select2-container--default .select2-dropdown {
	border: 0;
	border-radius: 4px;
	overflow: hidden;
	-webkit-transition: none;
	transition: none;
	-webkit-box-shadow: 2px 19px 19px 0 rgba(0, 0, 0, .1);
	box-shadow: 2px 19px 19px 0 rgba(0, 0, 0, .1);
}

.select2-container--default .select2-search--dropdown {
	padding: 15px 20px 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	font-size: 16px;
	padding: 8px 10px;
	border-radius: 4px;
}

.select2-container--default .select2-results__option[aria-disabled='true'] {
	display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #fff;
	color: #292b2e;
	font-weight: 200;
}

.select2-container--default .select2-results__option[aria-selected='true'] {
	color: #292b2e;
	background-color: #fff;
	font-weight: 200;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-radius: 4px 4px 0 0;
	margin: 0;
	padding-left: 15px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple .breadcrumbs-list .select2-selection__arrow::before, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single .breadcrumbs-list .select2-selection__arrow::before {
	-webkit-transform: translate(-50%, -50%) rotate3d(1, 0, 0, -180deg);
	transform: translate(-50%, -50%) rotate3d(1, 0, 0, -180deg);
}

.select2-container--open {
	border: none;
}

.select2-container--open .select2-dropdown--below {
	border-radius: 0;
}

.select2-container--open .select2-selection__arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.select2-results__option {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #9f9f9f;
	font-weight: 200;
	padding: 6px 14px;
	-webkit-transition: color 350ms ease, background-color .2s ease;
	transition: color 350ms ease, background-color .2s ease;
	position: relative;
	border-bottom: 1px solid #d7d7d7;
	line-height: 37.64px;
	letter-spacing: -.32px;
	padding-left: 0;
}

.select2-results__option:last-child {
	border-bottom: none;
}

.select2-results__option:first-child {
	border-top: 1px solid #d7d7d7;
}

@media screen and (max-width: 1257px) {
	.select2-results__option {
		font-size: 15px;
		padding: 4px 10px;
		font-weight: 400;
	}
}

.select2-results__option:hover {
	color: #292b2e;
}

.select2-results__options {
	position: relative;
	padding: 0 15px;
}

.hamburger {
	display: block;
	cursor: pointer;
	width: 30px;
	height: 19px;
	position: relative;
}

.hamburger::after, .hamburger::before, .hamburger span {
	width: 100%;
	height: 3px;
	position: absolute;
	display: block;
	background-color: #fff;
	pointer-events: none;
}

.hamburger::after, .hamburger::before {
	content: "";
	-webkit-transition: 350ms width 350ms ease;
	transition: 350ms width 350ms ease;
}

.hamburger::after {
	top: 0;
	left: 0;
}

.hamburger::before {
	bottom: 0;
	right: 0;
}

.hamburger span {
	top: 50%;
	margin-top: -1.5px;
	-webkit-transition: -webkit-transform 350ms ease;
	transition: -webkit-transform 350ms ease;
	transition: transform 350ms ease;
	transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.hamburger span::before {
	content: "";
	background-color: #fff;
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	z-index: 1;
	-webkit-transition: -webkit-transform 350ms ease;
	transition: -webkit-transform 350ms ease;
	transition: transform 350ms ease;
	transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.hamburger.is-active::after, .hamburger.is-active::before {
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
	width: 0;
}

.hamburger.is-active::after {
	left: 0;
}

.hamburger.is-active::before {
	right: 0;
}

.hamburger.is-active span {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 350ms -webkit-transform 350ms ease;
	transition: 350ms -webkit-transform 350ms ease;
	transition: 350ms transform 350ms ease;
	transition: 350ms transform 350ms ease, 350ms -webkit-transform 350ms ease;
}

.hamburger.is-active span::before {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: 350ms -webkit-transform 350ms ease;
	transition: 350ms -webkit-transform 350ms ease;
	transition: 350ms transform 350ms ease;
	transition: 350ms transform 350ms ease, 350ms -webkit-transform 350ms ease;
}

/*--------------------------------------------------------------
## Post Article
--------------------------------------------------------------*/
.post-article {
	padding: 30px;
	margin-bottom: 15px;
	background-color: #eee;
}

@media screen and (max-width: 1257px) {
	.post-article {
		padding: 15px 30px;
	}
}

.post-article:last-of-type {
	margin: 0;
}

.posts-archive {
	margin: 180px 0;
}

/*--------------------------------------------------------------
## Post Comments
--------------------------------------------------------------*/
.comments-area {
	clear: both;
}

.comments-area label {
	color: #292b2e;
	display: block;
	font-weight: 800;
	margin-bottom: 8px;
}

.comments-area p {
	margin-bottom: 20px;
}

.comments-title {
	font-size: 20px;
	margin-bottom: 30px;
}

.comment-reply-title {
	font-size: 17px;
	margin: 30px 0 15px;
}

.comment-list, .comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list li::before {
	display: none;
}

.comment-body {
	color: #292b2e;
	font-size: 14px;
	margin: 0 4em 0 65px;
}

.comment-author {
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
}

.comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}

.comment-author .says {
	display: none;
}

.comment-meta {
	margin-bottom: 1.5em;
}

.comment-metadata {
	color: #eee;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .1818em;
	text-transform: uppercase;
}

.comment-metadata a {
	color: #8d8d8d;
}

.comment-metadata a.comment-edit-link {
	color: #292b2e;
	margin-left: 15px;
}

.comment-reply-link {
	font-weight: 800;
	position: relative;
}

.comment-reply-link .icon {
	color: #292b2e;
	left: -2em;
	height: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}

.children .comment-author .avatar {
	height: 30px;
	left: -45px;
	width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #292b2e;
	padding: 2px;
}

.no-comments, .comment-awaiting-moderation {
	color: #8d8d8d;
	font-size: 14px;
	font-style: italic;
}

.comments-pagination {
	margin: 2em 0 3em;
}

.form-submit {
	text-align: right;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
	font-weight: normal;
}

.search-results.search, .search-no-results.search {
	margin-left: 0;
}

.search-results .page-content, .search-no-results .page-content {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}

.search-results .page-content p, .search-no-results .page-content p {
	margin-bottom: 25px;
	color: #292b2e;
	font-size: 19px;
	font-weight: 200;
	line-height: 1.66;
	text-align: center;
	letter-spacing: .32px;
}

@media screen and (max-width: 1257px) {
	.search-results .page-content p, .search-no-results .page-content p {
		font-size: 15px;
		margin-bottom: 20px;
		line-height: 1.3;
	}
}

.search-results form, .search-no-results form {
	display: none;
}

.search-results .site-header form, .search-no-results .site-header form {
	display: initial;
}

.search-results .btn, .search-no-results .btn {
	margin: 0 auto;
	display: block;
	width: 180px;
}

.search-results .btn > form, .search-no-results .btn > form {
	display: none;
}

.search-results .page-title, .search-no-results .page-title {
	text-align: center;
}

@media screen and (max-width: 1257px) {
	.search-results .page-title, .search-no-results .page-title {
		font-size: 33px;
	}
}

.search-results .page-header, .search-no-results .page-header {
	margin: 50px 0 25px;
}

@media screen and (max-width: 1257px) {
	.search-results .page-header, .search-no-results .page-header {
		margin: 0;
	}
}

.search-results .posts-archive, .search-no-results .posts-archive {
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100vh;
}

.search-item {
	width: calc(33.333% - 10px);
	float: left;
	margin: 0 5px 10px;
}

@media screen and (max-width: 994px) {
	.search-item {
		width: 100%;
	}
}

.search-results .posts-archive {
	height: auto;
	padding-top: 100px;
}

@media screen and (max-width: 1257px) {
	.search-results .posts-archive {
		padding-top: 80px;
	}
}

.search-results .post-article {
	background-color: #fff;
}

.search-item-holder .search-img {
	overflow: hidden;
	width: 100%;
	display: block;
	margin-bottom: 15px;
}

.search-item-holder .search-img img {
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
	margin: 0 auto;
}

.search-item-holder:hover .search-img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.search-item-holder .section-title--mixed {
	font-size: 37px;
	text-align: center;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
	margin: 25px 0 15px;
}

@media screen and (max-width: 1257px) {
	.search-item-holder .section-title--mixed {
		margin: 15px 0 10px;
	}
}

.search-item-holder .section-title--mixed:hover {
	color: #0080bc;
}

.search-item-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.search-item-content p {
	margin-bottom: 25px;
	color: #292b2e;
	font-size: 19px;
	font-weight: 200;
	line-height: 1.66;
	text-align: center;
	letter-spacing: .32px;
}

@media screen and (max-width: 1257px) {
	.search-item-content p {
		margin-bottom: 5px;
		font-size: 15px;
		line-height: 1.2;
	}
}

.search-item-content a {
	margin-bottom: 25px;
	color: #292b2e;
	font-size: 19px;
	font-weight: 200;
	line-height: 1.66;
	text-align: center;
	letter-spacing: .32px;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
	text-decoration: underline;
}

@media screen and (max-width: 1257px) {
	.search-item-content a {
		margin-bottom: 5px;
		font-size: 15px;
		line-height: 1.2;
	}
}

.search-item-content a:hover {
	color: #0080bc;
}

/*--------------------------------------------------------------
## Perfect Scroll Bar
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Styleguide site
--------------------------------------------------------------*/
.styleguide {
	padding: 50px 0 150px;
	background: linear-gradient(135deg, #fafafa 21px, #fff 22px, #fff 24px, transparent 24px, transparent 67px, #fff 67px, #fff 69px, transparent 69px), linear-gradient(225deg, #fafafa 21px, #fff 22px, #fff 24px, transparent 24px, transparent 67px, #fff 67px, #fff 69px, transparent 69px) 0 64px;
	background-color: #fafafa;
	background-size: 64px 128px;
	background-attachment: fixed;
}

.styleguide__scrollspy-nav {
	position: fixed;
	left: 0;
	top: 100px;
	width: 160px;
	height: calc(100vh - 100px);
	color: #fff;
	font-size: 14px;
	background-color: #f21e34;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
	z-index: 10;
	will-change: scroll-position;
	border-left: 2px solid #f21e34;
	border-right: 2px solid #f21e34;
	padding-bottom: 20px;
}

.styleguide__scrollspy-nav.is-hidden {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.styleguide__scrollspy-nav::after {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 50px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, rgba(226, 64, 28, .1)), color-stop(27%, rgba(226, 64, 28, .25)), color-stop(42%, rgba(226, 64, 28, .32)), color-stop(70%, rgba(226, 64, 28, .7)), to(#e2401c));
	background: linear-gradient(to bottom, rgba(226, 64, 28, .1) 4%, rgba(226, 64, 28, .25) 27%, rgba(226, 64, 28, .32) 42%, rgba(226, 64, 28, .7) 70%, #e2401c 100%);
	z-index: 1;
	pointer-events: none;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
}

.styleguide__scrollspy-nav.hideFade::after {
	opacity: 0;
}

.styleguide-nav-list-holder {
	position: relative;
	height: calc(100vh - 195px);
	overflow: hidden;
}

.styleguide-nav-list-holder .ps__rail-y {
	width: 5px;
	border-radius: 1px;
	background-color: #fff;
	opacity: .2;
}

.styleguide-nav-list-holder .ps__thumb-y {
	width: 3px;
	right: 1px;
	background-color: #f21e34;
}

.styleguide-nav-list-holder .ps__rail-y.ps--clicking .ps__thumb-y, .styleguide-nav-list-holder .ps__rail-y:focus > .ps__thumb-y, .styleguide-nav-list-holder .ps__rail-y:hover > .ps__thumb-y {
	width: 3px;
	background-color: #f21e34;
}

.styleguide-nav-list-holder .ps .ps__rail-x.ps--clicking, .styleguide-nav-list-holder .ps .ps__rail-x:focus, .styleguide-nav-list-holder .ps .ps__rail-x:hover, .styleguide-nav-list-holder .ps .ps__rail-y.ps--clicking, .styleguide-nav-list-holder .ps .ps__rail-y:focus, .styleguide-nav-list-holder .ps .ps__rail-y:hover {
	background-color: #fff;
}

.styleguide__scrollspy-nav-list .list-group-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 3px 10px;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	border-radius: 3px;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.styleguide__scrollspy-nav-list .list-group-item.active {
	color: #e95626;
	background-color: #fff;
	border-bottom: 1px solid #f21e34;
}

@media only screen and (min-width: 1250px) {
	.styleguide__scrollspy-nav-list .list-group-item:hover {
		color: #e95626;
		background-color: rgba(255, 255, 255, .9);
		border-bottom: 1px solid #f21e34;
	}
}

.styleguide__scrollspy-nav-list li:last-child .list-group-item {
	border: 0;
}

.list-group-item__icon {
	font-size: 8px;
	margin-right: 8px;
}

.styleguide__scrollspy-nav-title {
	display: block;
	font-weight: bold;
	padding: 5px 10px;
	border-bottom: 1px solid #fff;
}

.styleguide__scrollspy-nav-open {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(80%, -50%);
	transform: translate(80%, -50%);
	width: 30px;
	height: 65px;
	background: #f21e34;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 32px;
	color: #fff;
	border-radius: 0 10px 10px 0;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
	z-index: -1;
}

@media only screen and (min-width: 1250px) {
	.styleguide__scrollspy-nav-open:hover {
		-webkit-transform: translate(70%, -50%);
		transform: translate(70%, -50%);
	}
}

.is-hidden .styleguide__scrollspy-nav-open {
	-webkit-transform: translate(80%, -50%);
	transform: translate(80%, -50%);
	opacity: 1;
	visibility: visible;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
}

@media only screen and (min-width: 1250px) {
	.is-hidden .styleguide__scrollspy-nav-open:hover {
		-webkit-transform: translate(100%, -50%);
		transform: translate(100%, -50%);
	}
}

.is-hidden .styleguide__scrollspy-nav-open .styleguide-open-icon {
	-webkit-transform: rotate3d(0, 1, 0, 0);
	transform: rotate3d(0, 1, 0, 0);
}

.styleguide-open-icon {
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
	-webkit-transform: rotate3d(0, 1, 0, 180deg);
	transform: rotate3d(0, 1, 0, 180deg);
}

.styleguide-filter-input-wrap {
	padding: 10px 5px;
}

.styleguide-filter-input[type='text'] {
	font-size: 14px;
	color: #000;
	padding: 4px 5px;
	border-radius: 3px;
	border: 0;
	outline: none;
}

.styleguide-filter-input[type='text']::-webkit-input-placeholder {
	font-size: 14px;
	color: #000;
}

.styleguide-filter-input[type='text']::-moz-placeholder {
	font-size: 14px;
	color: #000;
}

.styleguide-filter-input[type='text']::-moz-placeholder {
	font-size: 14px;
	color: #000;
}

.styleguide-filter-input[type='text']::-ms-input-placeholder {
	font-size: 14px;
	color: #000;
}

.styleguide-filter-input[type='text']:focus {
	outline: none;
}

.styleguide__main-head {
	font-weight: bold;
	font-size: 48px;
	color: #e95626;
	text-transform: uppercase;
	text-align: center;
	padding: 100px 0;
}

.styleguide__section {
	margin-bottom: 70px;
}

.styleguide__head {
	width: 100%;
	padding: 0 0 20px;
	border-bottom: 1px solid #e95626;
	margin: 0 0 55px;
}

.styleguide__head--mod {
	color: #e95626;
	font-size: 35px;
	font-weight: 500;
}

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

.styleguide__colorpallet--mod {
	padding: 15px;
}

.styleguide__color {
	display: inline-block;
	width: 120px;
	height: 50px;
}

.styleguide__color-name {
	display: block;
	font-size: 16px;
	color: #bebebe;
	text-align: center;
	margin: 20px 0 0;
}

.styleguide__typography-special-titles {
	margin: 0 0 70px;
}

.styleguide__subtitle {
	font-size: 18px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 25px;
}

.styleguide__buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -15px;
}

.styleguide__btn {
	padding: 15px;
}

.styleguide__section-content {
	border-style: dashed;
	border-color: #71999e;
	border-width: 1px 0;
	position: relative;
}

.styleguide__section-content::before, .styleguide__section-content::after {
	display: block;
	background-color: #71999e;
	padding: 1px;
	color: #fff;
	text-align: center;
	width: 120px;
	font-size: 11px;
	letter-spacing: 2px;
	position: absolute;
	left: 50%;
}

.styleguide__section-content::before {
	content: "start section";
	top: 0;
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
}

.styleguide__section-content::after {
	content: "end section";
	bottom: 0;
	-webkit-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
}

.styleguide__fonts-items {
	font-size: 26px;
	display: block;
}

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

.styleguide__icons-item {
	padding: 0 10px;
}

.styleguide__icons-item svg {
	font-size: 25px;
	color: #292b2e;
	width: 25px;
}

.styleguide__icons-name {
	font-size: 12px;
	display: block;
	text-align: center;
	padding: 5px 0;
}

.styleguide__icons-icon {
	font-size: 35px;
	width: 105px;
	height: 105px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #f1f1f1;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 15px;
	background-color: transparent;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 1001;
	-webkit-transition: 200ms ease;
	transition: 200ms ease;
	will-change: transform;
}

.site-header.scroll {
	background-color: #292b2e;
}

.site-header.scroll .megamenu-item::after {
	height: 120px;
}

.site-header.is-sticky {
	height: 60px;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
}

@media screen and (max-width: 1257px) {
	.site-header {
		height: 120px;
	}
}

.site-header.site-header-v2 {
	position: absolute;
}

.site-header.site-header-v2.scroll {
	background-color: transparent !important;
}

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

.site-header__branding {
	margin: 5px 7px 0 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 1350px) {
	.site-header__branding {
		margin-right: 0;
	}
}

@media screen and (max-width: 1257px) {
	.site-header__branding {
		margin-top: -43px;
		border-bottom: 1px solid #fff;
		padding-bottom: 14px;
	}
}

@media screen and (max-width: 640px) {
	.site-header__branding {
		margin-left: 0;
	}
}

.site-header__logo {
	color: #fff;
	display: block;
	max-width: 218px;
}

@media screen and (max-width: 1257px) {
	.site-header__logo {
		max-width: 135px;
	}
}

.site-header__logo-img {
	display: block;
	width: 100%;
}

.site-header__nav-outer {
	margin-left: 195px;
}

@media screen and (max-width: 1860px) {
	.site-header__nav-outer {
		margin-left: 50px;
	}
}

@media screen and (max-width: 1620px) {
	.site-header__nav-outer {
		margin-left: 15px;
	}
}

@media screen and (max-width: 1500px) {
	.site-header__nav-outer {
		margin-left: 5px;
	}
}

@media screen and (max-width: 1257px) {
	.site-header__nav-outer {
		position: fixed;
		left: 0;
		top: 0;
		height: 100vh;
		width: 100vw;
		z-index: 1010;
		visibility: hidden;
		-webkit-transition: 350ms ease 350ms;
		transition: 350ms ease 350ms;
		will-change: transform;
		margin-left: 0;
	}
	
	.site-header__nav-outer::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, .5);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: 350ms ease;
		transition: 350ms ease;
	}
	
	.site-header__nav-outer.is-active {
		visibility: visible;
		-webkit-transition: 350ms ease;
		transition: 350ms ease;
	}
	
	.site-header__nav-outer.is-active::before {
		opacity: 1;
		visibility: visible;
	}
}

.site-header__nav-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 -15px;
}

@media screen and (max-width: 1257px) {
	.site-header__nav-inner {
		position: absolute;
		right: 0;
		top: 0;
		width: 60%;
		min-width: 300px;
		height: 100vh;
		background-color: #292b2e;
		display: block;
		padding: 40px 30px;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: 350ms ease;
		transition: 350ms ease;
		overflow: scroll;
		padding-top: 90px;
	}
	
	.is-active .site-header__nav-inner {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.site-header__hamburger {
	display: none;
}

@media screen and (max-width: 1257px) {
	.site-header__hamburger {
		display: block;
		right: 15px;
		position: absolute;
		top: 50%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 1100;
	}
}

.search {
	margin-left: 25px;
	position: relative;
}

@media screen and (max-width: 1750px) {
	.search {
		margin-left: 15px;
	}
}

@media screen and (max-width: 1580px) {
	.search {
		margin-left: 5px;
	}
}

@media screen and (max-width: 1257px) {
	.search {
		margin-left: 0;
		width: 100%;
		margin-top: 15px;
	}
}

.search .icon-search {
	position: absolute;
	top: 50%;
	right: 15px;
	color: #fff;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 20px;
}

@media screen and (max-width: 1257px) {
	.search .icon-search {
		top: 63%;
	}
}

.header-dropdown {
	width: 194px;
	position: relative;
	top: -14px;
	-webkit-transition: 200ms ease;
	transition: 200ms ease;
}

@media screen and (max-width: 1257px) {
	.header-dropdown {
		right: 45px;
		position: absolute;
		left: 0;
		top: 70px;
	}
}

@media screen and (max-width: 640px) {
	.header-dropdown {
		right: 45px;
		width: 110px;
	}
}

.header-dropdown .header-dropdown-list {
	position: relative;
}

.header-dropdown .header-dropdown-list::after {
	position: absolute;
	content: "";
	left: 0;
	top: 46px;
	height: 51px;
	width: 1px;
	background-color: #fff;
}

@media screen and (max-width: 1257px) {
	.header-dropdown .header-dropdown-list::after {
		display: none;
	}
}

.header-dropdown .header-dropdown-list > a {
	top: -13px;
	padding-top: 48px;
	padding-bottom: 0;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

@media screen and (max-width: 1257px) {
	.header-dropdown .header-dropdown-list > a {
		padding-top: 5px;
		font-size: 19px;
	}
}

@media screen and (max-width: 640px) {
	.header-dropdown .header-dropdown-list > a {
		font-size: 17px;
	}
}

.header-dropdown .header-dropdown-list > a span {
	font-weight: 200;
	letter-spacing: -.84px;
}

.header-dropdown .header-dropdown-list:hover::after {
	display: none;
}

.header-dropdown:hover {
	background-color: #f21e34;
	-webkit-transition: 200ms ease;
	transition: 200ms ease;
}

@media screen and (max-width: 640px) {
	.header-dropdown:hover {
		background-color: #f21e34;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		padding-bottom: 10px;
	}
}

.header-dropdown:hover ul ul {
	background-color: #f21e34;
	-webkit-transition: 200ms ease;
	transition: 200ms ease;
	opacity: 1;
	pointer-events: auto;
}

.header-dropdown ul {
	margin: 0;
	list-style: none;
	position: relative;
}

.header-dropdown ul li {
	display: inline-block;
	width: 194px;
}

.header-dropdown a {
	display: block;
	color: #fff;
	text-decoration: none;
	-webkit-transition: none;
	transition: none;
	font-weight: 300;
	line-height: 1.4;
	font-size: 16px;
	letter-spacing: 0;
	padding: 8px 27px;
}

@media screen and (max-width: 1257px) {
	.header-dropdown a {
		padding: 8px 27px 8px 30px;
	}
}

@media screen and (max-width: 640px) {
	.header-dropdown a {
		padding: 8px 27px 8px 15px;
	}
}

.header-dropdown a:hover .underline {
	background-size: 100% 100%;
}

.header-dropdown ul ul {
	position: absolute;
	top: 100px;
	padding-bottom: 15px;
	padding-top: 14px;
	border-radius: 0 0 5px 5px;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
}

@media screen and (max-width: 1350px) {
	.header-dropdown ul ul {
		top: 94px;
	}
}

@media screen and (max-width: 1257px) {
	.header-dropdown ul ul {
		top: 47px;
		padding-top: 0;
		right: 0;
	}
}

@media screen and (max-width: 640px) {
	.header-dropdown ul ul {
		top: 28px;
	}
}

.header-dropdown ul ul:hover {
	-webkit-transition: 300ms ease;
	transition: 300ms ease;
}

.header-dropdown ul ul:hover li {
	background-color: #f21e34;
}

.header-dropdown ul li:hover > ul {
	display: inherit;
	background-color: #f21e34;
}

.header-dropdown ul ul li {
	width: 194px;
	float: none;
	display: list-item;
	position: relative;
}

.header-dropdown ul ul ul li {
	position: relative;
	top: -60px;
	left: 170px;
}

.underline {
	width: calc(100%);
	background-image: linear-gradient(transparent calc(100% - 1px), #fff 1px);
	background-repeat: no-repeat;
	background-size: 0 100%;
	-webkit-transition: background-size 1s;
	transition: background-size 1s;
}

.site-header-v2 {
	background-color: transparent;
}

.site-header-v2 .site-header__logo {
	max-width: 343px;
}

@media screen and (max-width: 1600px) {
	.site-header-v2 .site-header__logo {
		max-width: 200px;
	}
}

@media screen and (max-width: 991px) {
	.site-header-v2 .site-header__logo {
		max-width: 130px;
	}
}

.site-header-v2.scroll {
	background-color: transparent !important;
}

.js-menu-btn-v2 {
	display: block;
}

.js-menu-btn-v2.is-active .menu-btn-v2-close {
	opacity: 1;
}

.js-menu-btn-v2.is-active .menu-btn-v2-active {
	opacity: 0;
}

.site-header__nav-inner-v2 {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 -15px;
	position: absolute;
	right: 0;
	top: 0;
	width: 300px;
	height: 100%;
	background-color: #000;
	display: block;
	padding: 50px 30px;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
}

.is-active .site-header__nav-inner-v2 {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.menu-btn-v2-close {
	opacity: 0;
}

.menu-btn-v2-active {
	opacity: 1;
}

.site-header__nav-outer-v2 {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100vw;
	z-index: 1010;
	will-change: transform;
	-webkit-transition: 800ms ease;
	transition: 800ms ease;
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
}

@media screen and (max-width: 1257px) {
	.site-header__nav-outer-v2 {
		-webkit-transition: 250ms ease;
		transition: 250ms ease;
		left: -100% !important;
		-webkit-transform: none;
		transform: none;
	}
}

.site-header__nav-outer-v2::before {
	display: none;
}

.site-header__nav-outer-v2.is-active {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

@media screen and (max-width: 1257px) {
	.site-header__nav-outer-v2.is-active {
		-webkit-transition: 350ms ease;
		transition: 350ms ease;
		left: 0 !important;
		-webkit-transform: none;
		transform: none;
	}
}

.site-header__nav-outer-v2.is-active::before {
	display: none;
}

.site-header__nav-outer-v2 span {
	display: none;
}

.site-header__branding-v2 {
	z-index: 9999;
	position: relative;
	margin: 45px;
	margin-top: 134px;
}

@media screen and (max-width: 1600px) {
	.site-header__branding-v2 {
		margin-top: 50px;
	}
}

@media screen and (max-width: 1400px) {
	.site-header__branding-v2 {
		padding-left: 0;
		margin-left: 15px;
		padding-top: 15px;
	}
}

@media screen and (max-width: 1257px) {
	.site-header__branding-v2 {
		margin: 0;
		border: none;
		padding: 0;
		margin-top: -26px;
	}
}

.menu-btn-v2 {
	position: relative;
	right: 0;
	left: auto;
	height: 30px;
	border: 1px solid #f21e34;
	padding: 24px;
}

.menu-btn-v2::after, .menu-btn-v2::before {
	display: none;
}

.menu-btn-v2 img {
	position: absolute;
	right: 6.5px;
	top: 6.5px;
	width: 35px;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
}

@media screen and (max-width: 640px) {
	.menu-btn-v2 img {
		width: 24px;
	}
}

.overflow-hidden {
	height: 100vh;
	overflow: hidden;
}

.gray-header {
	background-color: #292b2e;
	border-top: 3px solid #f21e34;
	height: 120px;
}

@media screen and (max-width: 1257px) {
	.gray-header {
		height: 130px;
	}
}

.gray-header .container-full {
	margin-top: -14px;
}

.gray-header.scroll {
	height: 95px !important;
}

@media screen and (max-width: 1257px) {
	.gray-header.scroll {
		height: 130px !important;
	}
}

.gray-header .site-nav a:hover {
	color: #f21e34;
}

.gray-header .site-nav a:hover::after {
	background-color: #f21e34;
}

.page-template-fe-page-contact .site-header, .page-template-fe-page-about-us .site-header, .page-template-fe-page-careers .site-header, .page-template-fe_page-products-services-systems .site-header, .page-template-fe_page-services-overview .site-header, .page-template-fe_page-products-services-systems-v2 .site-header, .page-template-fe_page-blog .site-header, .page-template-fe-page-resources-archive .site-header, .page-template-fe-page-faq .site-header, .page-template-fe-page-resources-archive-v2 .site-header, body.blog .site-header, .search .site-header {
	background-color: #292b2e;
	border-top: 3px solid #f21e34;
	height: 120px;
}

@media screen and (max-width: 1257px) {
	.page-template-fe-page-contact .site-header, .page-template-fe-page-about-us .site-header, .page-template-fe-page-careers .site-header, .page-template-fe_page-products-services-systems .site-header, .page-template-fe_page-services-overview .site-header, .page-template-fe_page-products-services-systems-v2 .site-header, .page-template-fe_page-blog .site-header, .page-template-fe-page-resources-archive .site-header, .page-template-fe-page-faq .site-header, .page-template-fe-page-resources-archive-v2 .site-header, body.blog .site-header, .search .site-header {
		height: 145px;
	}
}

@media screen and (max-width: 640px) {
	.page-template-fe-page-contact .site-header, .page-template-fe-page-about-us .site-header, .page-template-fe-page-careers .site-header, .page-template-fe_page-products-services-systems .site-header, .page-template-fe_page-services-overview .site-header, .page-template-fe_page-products-services-systems-v2 .site-header, .page-template-fe_page-blog .site-header, .page-template-fe-page-resources-archive .site-header, .page-template-fe-page-faq .site-header, .page-template-fe-page-resources-archive-v2 .site-header, body.blog .site-header, .search .site-header {
		height: 120px;
	}
}

.page-template-fe-page-contact .site-header .container-full, .page-template-fe-page-about-us .site-header .container-full, .page-template-fe-page-careers .site-header .container-full, .page-template-fe_page-products-services-systems .site-header .container-full, .page-template-fe_page-services-overview .site-header .container-full, .page-template-fe_page-products-services-systems-v2 .site-header .container-full, .page-template-fe_page-blog .site-header .container-full, .page-template-fe-page-resources-archive .site-header .container-full, .page-template-fe-page-faq .site-header .container-full, .page-template-fe-page-resources-archive-v2 .site-header .container-full, body.blog .site-header .container-full, .search .site-header .container-full {
	margin-top: -14px;
}

.page-template-fe-page-contact .site-header.scroll, .page-template-fe-page-about-us .site-header.scroll, .page-template-fe-page-careers .site-header.scroll, .page-template-fe_page-products-services-systems .site-header.scroll, .page-template-fe_page-services-overview .site-header.scroll, .page-template-fe_page-products-services-systems-v2 .site-header.scroll, .page-template-fe_page-blog .site-header.scroll, .page-template-fe-page-resources-archive .site-header.scroll, .page-template-fe-page-faq .site-header.scroll, .page-template-fe-page-resources-archive-v2 .site-header.scroll, body.blog .site-header.scroll, .search .site-header.scroll {
	height: 103px !important;
}

@media screen and (max-width: 1257px) {
	.page-template-fe-page-contact .site-header.scroll, .page-template-fe-page-about-us .site-header.scroll, .page-template-fe-page-careers .site-header.scroll, .page-template-fe_page-products-services-systems .site-header.scroll, .page-template-fe_page-services-overview .site-header.scroll, .page-template-fe_page-products-services-systems-v2 .site-header.scroll, .page-template-fe_page-blog .site-header.scroll, .page-template-fe-page-resources-archive .site-header.scroll, .page-template-fe-page-faq .site-header.scroll, .page-template-fe-page-resources-archive-v2 .site-header.scroll, body.blog .site-header.scroll, .search .site-header.scroll {
		height: 145px !important;
	}
}

@media screen and (max-width: 640px) {
	.page-template-fe-page-contact .site-header.scroll, .page-template-fe-page-about-us .site-header.scroll, .page-template-fe-page-careers .site-header.scroll, .page-template-fe_page-products-services-systems .site-header.scroll, .page-template-fe_page-services-overview .site-header.scroll, .page-template-fe_page-products-services-systems-v2 .site-header.scroll, .page-template-fe_page-blog .site-header.scroll, .page-template-fe-page-resources-archive .site-header.scroll, .page-template-fe-page-faq .site-header.scroll, .page-template-fe-page-resources-archive-v2 .site-header.scroll, body.blog .site-header.scroll, .search .site-header.scroll {
		height: 120px !important;
	}
}

.page-template-fe-page-contact .site-header .site-nav a:hover, .page-template-fe-page-about-us .site-header .site-nav a:hover, .page-template-fe-page-careers .site-header .site-nav a:hover, .page-template-fe_page-products-services-systems .site-header .site-nav a:hover, .page-template-fe_page-services-overview .site-header .site-nav a:hover, .page-template-fe_page-products-services-systems-v2 .site-header .site-nav a:hover, .page-template-fe_page-blog .site-header .site-nav a:hover, .page-template-fe-page-resources-archive .site-header .site-nav a:hover, .page-template-fe-page-faq .site-header .site-nav a:hover, .page-template-fe-page-resources-archive-v2 .site-header .site-nav a:hover, body.blog .site-header .site-nav a:hover, .search .site-header .site-nav a:hover {
	color: #f21e34;
}

.page-template-fe-page-contact .site-header .site-nav a:hover::after, .page-template-fe-page-about-us .site-header .site-nav a:hover::after, .page-template-fe-page-careers .site-header .site-nav a:hover::after, .page-template-fe_page-products-services-systems .site-header .site-nav a:hover::after, .page-template-fe_page-services-overview .site-header .site-nav a:hover::after, .page-template-fe_page-products-services-systems-v2 .site-header .site-nav a:hover::after, .page-template-fe_page-blog .site-header .site-nav a:hover::after, .page-template-fe-page-resources-archive .site-header .site-nav a:hover::after, .page-template-fe-page-faq .site-header .site-nav a:hover::after, .page-template-fe-page-resources-archive-v2 .site-header .site-nav a:hover::after, body.blog .site-header .site-nav a:hover::after, .search .site-header .site-nav a:hover::after {
	background-color: #f21e34;
}

.search-toggle {
	right: 140px;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 0;
	-webkit-transition: 200ms ease;
	transition: 200ms ease;
}

@media screen and (max-width: 370px) {
	.search-toggle {
		right: 88px;
	}
}

.search-toggle.search-active {
	opacity: 1;
}

.js-search {
	z-index: 99;
}

.megamenu-item {
	position: relative;
	-webkit-transition: 250ms ease;
	transition: 250ms ease;
}

.megamenu-item a {
	z-index: 3;
}

.megamenu-item a::after {
	display: none !important;
}

.megamenu-item::after {
	opacity: 0;
	content: "";
	position: absolute;
	height: 129px;
	width: calc(100% + 46px);
	background-color: #fff;
	top: -54px;
	z-index: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition: 200ms ease;
	transition: 200ms ease;
}

@media screen and (max-width: 1500px) {
	.megamenu-item::after {
		width: 100%;
	}
}

@media screen and (max-width: 1257px) {
	.megamenu-item::after {
		display: none;
	}
}

.megamenu-item.active::after {
	opacity: 1;
}

.megamenu-item.active a {
	color: #292b2e !important;
}

@media screen and (max-width: 1257px) {
	.megamenu-item.active a {
		color: #fff !important;
	}
}

.megamenu {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 160px;
	-webkit-transform: translate(-45%, -42px);
	transform: translate(-45%, -42px);
	-webkit-transition: 200ms ease;
	transition: 200ms ease;
}

@media screen and (max-width: 1257px) {
	.megamenu {
		position: relative;
		-webkit-transform: none;
		transform: none;
		background: transparent;
		opacity: 1;
		pointer-events: auto;
		top: 0;
		-webkit-transition: none;
		transition: none;
	}
	
	.megamenu a {
		color: #fff;
	}
	
	.megamenu a:hover, .megamenu a:focus {
		color: #0080bc;
	}
}

.megamenu.active {
	opacity: 1;
	pointer-events: auto;
}

.megamenu.scroll {
	top: 145px;
}

@media screen and (max-width: 1257px) {
	.megamenu.scroll {
		top: 0;
	}
}

.megamenu-holder {
	width: 33.333%;
	padding: 0 20px;
}

@media screen and (max-width: 1257px) {
	.megamenu-holder {
		width: 100%;
	}
}

.megamenu-holder a:hover {
	color: #0080bc;
}

.toggle-mega-menu {
	display: none;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
}

.toggle-mega-menu svg {
	width: 30px;
	color: #fff;
	-webkit-transition: 250ms ease;
	transition: 250ms ease;
}

.toggle-mega-menu.rotate svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media screen and (max-width: 1257px) {
	.toggle-mega-menu {
		display: block;
	}
}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
a {
	text-decoration: none;
}

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

.site-nav {
	line-height: 2;
}

@media screen and (max-width: 1257px) {
	.site-nav {
		overflow: auto;
	}
}

.site-nav__list {
	list-style: none;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 1257px) {
	.site-nav__list {
		display: block;
	}
}

.site-nav__list > .menu-item {
	position: relative;
	margin: 0 22px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 120px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 1750px) {
	.site-nav__list > .menu-item {
		margin: 0 18px;
	}
}

@media screen and (max-width: 1580px) {
	.site-nav__list > .menu-item {
		margin: 0 12px;
	}
}

@media screen and (max-width: 1500px) {
	.site-nav__list > .menu-item {
		margin: 0 8px;
	}
}

@media screen and (max-width: 1350px) {
	.site-nav__list > .menu-item {
		margin: 0 5px;
	}
}

@media screen and (max-width: 1257px) {
	.site-nav__list > .menu-item {
		height: auto;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: baseline;
		-webkit-align-items: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
	}
}

@media screen and (min-width: 1258px) {
	.site-nav__list > .menu-item.menu-item-has-children {
		padding-right: 20px;
	}
}

@media screen and (max-width: 1257px) {
	.site-nav__list > .menu-item {
		margin: 0 0 2px;
		padding-bottom: 2px;
		border-bottom: 1px solid rgba(255, 255, 255, .2);
		overflow: hidden;
		-webkit-transition: 350ms ease;
		transition: 350ms ease;
	}
	
	.site-nav__list > .menu-item:last-child {
		border: 0;
		margin: 0;
	}
}

@media only screen and (min-width: 1250px) {
	.site-nav__list > .menu-item:hover > a::after {
		-webkit-transform: translateX(-50%) scaleX(1);
		transform: translateX(-50%) scaleX(1);
	}
}

@media only screen and (min-width: 1250px) and (min-width: 1258px) {
	.site-nav__list > .menu-item:hover > .sub-menu {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 1;
		visibility: visible;
	}
}

.site-nav__list > .menu-item > a {
	display: block;
	position: relative;
	text-decoration: none;
	color: #fff;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 1.92px;
	text-transform: uppercase;
	overflow: hidden;
}

@media screen and (max-width: 1500px) {
	.site-nav__list > .menu-item > a {
		font-size: 14px;
		padding: 0 4px;
	}
}

.site-nav__list > .menu-item > a::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) scaleX(0);
	transform: translateX(-50%) scaleX(0);
	width: 100%;
	height: 2px;
	background-color: #fff;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
	overflow: hidden;
}

.site-nav__list > .menu-item.megamenu-item {
	overflow: visible;
	position: relative;
}

.site-nav__list.current_page_item > a, .site-nav__list.current-menu-item > a, .site-nav__list.current_page_ancestor > a, .site-nav__list.current-menu-ancestor > a {
	color: #f21e34;
}

.site-nav__icon {
	color: #fff;
	right: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width: 1257px) {
	.site-nav__icon {
		z-index: 10;
		cursor: pointer;
		font-size: 20px;
		padding: 5px;
		top: 1px;
		-webkit-transform: none;
		transform: none;
		-webkit-transition: 350ms ease;
		transition: 350ms ease;
	}
	
	.site-nav__icon.is-active {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

@media screen and (min-width: 1258px) {
	.sub-menu {
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 10;
		background-color: #fff;
		-webkit-transition: 350ms ease;
		transition: 350ms ease;
		-webkit-transform: translateY(calc(100% + 20px));
		transform: translateY(calc(100% + 20px));
		opacity: 0;
		visibility: hidden;
		padding: 40px 45px;
		list-style: none;
		margin: 0;
		font-size: 16px;
		line-height: 1.3;
		-webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .1);
	}
	
	.sub-menu .sub-menu {
		left: 100%;
		top: 0;
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}
}

@media screen and (max-width: 1257px) {
	.sub-menu {
		padding-left: 0;
		overflow: hidden;
		display: none;
	}
}

.sub-menu .menu-item {
	position: relative;
}

@media screen and (min-width: 1258px) {
	.sub-menu .menu-item {
		margin: 13px 0;
		position: relative;
	}
	
	.sub-menu .menu-item:first-of-type {
		margin-top: 0;
	}
	
	.sub-menu .menu-item:last-of-type {
		margin-bottom: 0;
	}
	
	.sub-menu .menu-item:last-of-type::after {
		content: none;
	}
	
	.sub-menu .menu-item.menu-item-has-children {
		padding-right: 20px;
	}
}

@media only screen and (min-width: 1250px) {
	.sub-menu .menu-item:hover > a {
		color: #f21e34;
	}
	
	.sub-menu .menu-item:hover > .sub-menu {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}
}

.sub-menu .menu-item a {
	font-size: 16px;
	font-weight: 200;
	display: block;
	color: #292b2e;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
}

@media screen and (min-width: 1258px) {
	.sub-menu .menu-item a {
		width: 200px;
	}
}

@media screen and (max-width: 1257px) {
	.sub-menu .menu-item a {
		font-size: 16px;
		color: #fff;
		margin-bottom: 8px;
	}
}

.sub-menu .site-nav__icon {
	color: #000;
}

@media screen and (max-width: 1257px) {
	.sub-menu .site-nav__icon {
		color: #fff;
		padding: 4px 5px;
		top: 2px;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	
	.sub-menu .site-nav__icon.is-active {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
}

.sub-icon {
	line-height: 0;
	display: block;
	color: #fff;
	height: 30px;
	width: 30px;
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
}

.sub-icon svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
	width: 30px;
	height: 30px;
}

.sub-icon.open {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/*--------------------------------------------------------------
## Post Nav
--------------------------------------------------------------*/
.comment-navigation, .posts-navigation, .post-navigation {
	font-weight: bold;
	font-size: 14px;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 50px 0;
	overflow: hidden;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

@media only screen and (min-width: 1250px) {
	.comment-navigation a:hover, .posts-navigation a:hover, .post-navigation a:hover {
		color: #f21e34;
		-webkit-transition: 350ms ease;
		transition: 350ms ease;
	}
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	background-color: #292b2e;
	position: relative;
	padding: 200px 0 30px;
	overflow: hidden;
}

@media screen and (max-width: 1400px) {
	.site-footer {
		padding: 160px 0 5px;
	}
}

@media screen and (max-width: 1257px) {
	.site-footer {
		padding: 115px 0 5px;
	}
}

@media screen and (max-width: 640px) {
	.site-footer {
		padding: 54px 0 5px;
	}
}

.copyright {
	padding: 36px 0;
	text-align: left;
	line-height: 1.3;
}

@media screen and (max-width: 1400px) {
	.copyright {
		padding: 25px 0;
	}
}

@media screen and (max-width: 1257px) {
	.copyright {
		padding: 15px 0;
		text-align: center;
	}
}

.copyright p {
	color: #fff;
	margin: 0;
	font-size: 16px;
	font-weight: 200;
}

.footer-container {
	width: 100%;
	max-width: 1744px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 36px 7px 0;
}

@media screen and (max-width: 1400px) {
	.footer-container {
		padding: 35px 15px;
	}
}

@media screen and (max-width: 1257px) {
	.footer-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
}

@media screen and (max-width: 640px) {
	.footer-container {
		padding: 15px;
	}
}

.footer-lists-row-wrapper {
	width: 80%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: -13px;
}

@media screen and (max-width: 1257px) {
	.footer-lists-row-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		margin: 0 auto;
	}
}

.footer-lists-row-wrapper li {
	color: #fff;
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 10px;
	line-height: 1.25;
}

@media screen and (max-width: 1400px) {
	.footer-lists-row-wrapper li {
		font-size: 15px;
	}
}

.footer-lists-row-wrapper a {
	color: #fff;
	font-size: 16px;
	font-weight: 200;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
}

@media screen and (max-width: 1400px) {
	.footer-lists-row-wrapper a {
		font-size: 15px;
	}
}

.footer-lists-row-wrapper a:hover {
	color: #f21e34;
}

.footer-lists-row-wrapper a.list-title {
	color: #f21e34;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
	display: block;
}

.footer-lists-row-wrapper a.list-title:hover {
	color: #fff;
}

@media screen and (max-width: 1257px) {
	.footer-lists-row-wrapper a.list-title {
		font-size: 18px;
	}
}

.footer-lists-row-wrapper a.list-title.list-title--white {
	color: #fff;
	margin-bottom: 7px;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.92px;
}

.footer-lists-row-wrapper a.list-title.list-title--white:hover {
	color: #f21e34;
}

.footer-info-row {
	width: 18.9%;
}

@media screen and (max-width: 1257px) {
	.footer-info-row {
		width: 100%;
	}
}

.footer-info-row .social-links-wrapper li:last-of-type {
	margin-right: 0;
}

.site-footer__logo {
	display: block;
	max-width: 218px;
	margin-bottom: 25px;
}

@media screen and (max-width: 1400px) {
	.site-footer__logo {
		max-width: 175px;
	}
}

@media screen and (max-width: 1257px) {
	.site-footer__logo {
		margin: 0 auto 28px;
		max-width: 150px;
	}
}

@media screen and (max-width: 1257px) {
	.social-links {
		margin: 0 auto 25px;
	}
}

@media screen and (max-width: 640px) {
	.social-links {
		margin: 0 auto 15px;
	}
}

.social-links-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 1257px) {
	.social-links-wrapper {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (max-width: 640px) {
	.social-links-wrapper {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.social-links-wrapper li {
	width: 28px;
	height: 28px;
	border: 2px solid #f21e34;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 15px;
	-webkit-transition: 250ms ease;
	transition: 250ms ease;
	margin-bottom: 5px;
}

.social-links-wrapper li:hover {
	border: 2px solid #fff;
}

.social-links-wrapper a {
	vertical-align: middle;
	line-height: 0;
	padding: 5px;
}

.social-links-wrapper .social-icon {
	color: #fff;
	font-size: 14px;
}

.social-links-wrapper .social-icon-fb {
	font-size: 7px;
}

.social-links-wrapper .social-icon-p {
	font-size: 14px;
}

.list-title {
	color: #f21e34;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	display: block;
}

@media screen and (max-width: 1257px) {
	.list-title {
		font-size: 18px;
	}
}

.list-title.list-title--white {
	color: #fff;
	margin-bottom: 7px;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.92px;
}

.list-title.list-title--white:hover {
	color: #f21e34;
}

.em-item a {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 10px;
	display: inline-block;
}

@media screen and (max-width: 1400px) {
	.em-item a {
		font-size: 15px;
	}
}

@media screen and (max-width: 1257px) {
	.em-item a {
		margin-bottom: 5px;
		line-height: 1.2;
	}
}

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

@media screen and (max-width: 1257px) {
	.footer-list {
		font-size: 15px;
		margin-bottom: 12px;
	}
}

.footer-lists-row {
	width: 20%;
	padding-right: 15px;
}

@media screen and (max-width: 1257px) {
	.footer-lists-row {
		width: 100%;
		padding-right: 0;
	}
}

.footer-lists-row:first-child {
	width: 18%;
}

@media screen and (max-width: 1257px) {
	.footer-lists-row:first-child {
		width: 100%;
	}
}

.footer-lists-row:nth-child(2) {
	width: 25.8%;
}

@media screen and (max-width: 1257px) {
	.footer-lists-row:nth-child(2) {
		width: 100%;
	}
}

.footer-lists-row:nth-child(3) {
	width: 24%;
}

@media screen and (max-width: 1257px) {
	.footer-lists-row:nth-child(3) {
		width: 100%;
	}
}

.footer-lists-row:nth-child(4) {
	width: 27%;
}

@media screen and (max-width: 1257px) {
	.footer-lists-row:nth-child(4) {
		width: 100%;
	}
}

.footer-lists-row:nth-child(5) {
	width: 16%;
}

@media screen and (max-width: 1257px) {
	.footer-lists-row:nth-child(5) {
		width: 100%;
	}
}

.footer-lists-row:nth-child(6) {
	width: 14%;
}

@media screen and (max-width: 1257px) {
	.footer-lists-row:nth-child(6) {
		width: 100%;
	}
}

.height-holder {
	min-height: 50px;
	margin-bottom: 5px;
}

@media screen and (max-width: 1400px) {
	.height-holder {
		min-height: 30px;
	}
}

@media screen and (max-width: 1257px) {
	.height-holder {
		min-height: auto;
	}
}

@media screen and (max-width: 640px) {
	.height-holder {
		margin-bottom: 2px;
	}
}

.section-style-left {
	background-color: #fff;
	position: absolute;
	width: 125%;
	height: 180px;
	-webkit-transform: rotate(176deg);
	transform: rotate(176deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: 1px solid transparent;
}

.section-style-right {
	background-color: #fff;
	position: absolute;
	width: 125%;
	height: 180px;
	-webkit-transform: rotate(-176deg);
	transform: rotate(-176deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: 1px solid transparent;
}

.section-style-top {
	top: -86px;
	right: -20%;
}

@media screen and (max-width: 640px) {
	.section-style-top {
		top: -128px;
		right: -20%;
	}
}

.section-style-bottom {
	bottom: -70px;
	left: -10%;
	height: 137px;
}

@media screen and (max-width: 1600px) {
	.section-style-bottom {
		bottom: -48px;
		left: -10%;
		height: 99px;
	}
}

@media screen and (max-width: 640px) {
	.section-style-bottom {
		left: -10%;
		bottom: -35px;
		height: 64px;
	}
}

.site-footer-v2 {
	height: 100vh;
	padding-top: 100px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media screen and (max-width: 991px) {
	.site-footer-v2 {
		height: 100vh;
		overflow: scroll;
		padding-top: 60px;
	}
}

.site-footer-v2::after {
	display: none;
}

.site-footer-v2.is-active a:hover {
	-webkit-transition: 250ms ease;
	transition: 250ms ease;
}

.site-footer-v2.is-active .social-links-v2 li {
	-webkit-transition: 250ms ease;
	transition: 250ms ease;
}

.site-footer-v2.is-active .social-icon {
	-webkit-transition: 250ms ease;
	transition: 250ms ease;
}

.menu-items-top {
	background: transparent;
	position: absolute;
	top: 0;
	padding: 0;
	z-index: 99999;
	width: 111px;
	right: 0;
	-webkit-transform: translate(-23px, 67px);
	transform: translate(-23px, 67px);
}

@media screen and (max-width: 1600px) {
	.menu-items-top {
		-webkit-transform: none;
		transform: none;
		top: 23px;
	}
}

@media screen and (max-width: 1440px) {
	.menu-items-top {
		top: 0;
	}
}

@media screen and (max-width: 640px) {
	.menu-items-top {
		width: 73px;
	}
}

.menu-items-top .menu-btn-v2 {
	cursor: pointer;
	right: 0;
	left: 21px;
	height: 30px;
	border: 1px solid #fff;
	padding: 24px;
	-webkit-transition: 250ms ease;
	transition: 250ms ease;
}

@media screen and (max-width: 1440px) {
	.menu-items-top .menu-btn-v2 {
		top: 38px;
	}
}

@media screen and (max-width: 640px) {
	.menu-items-top .menu-btn-v2 {
		padding: 18.5px;
	}
}

.menu-items-top .menu-btn-v2:hover {
	border: 1px solid #f21e34;
}

.menu-items-top .search-v2 {
	position: absolute;
	left: auto;
	right: -46px;
	top: 0;
}

@media screen and (max-width: 1600px) {
	.menu-items-top .search-v2 {
		right: 0;
	}
}

@media screen and (max-width: 1440px) {
	.menu-items-top .search-v2 {
		margin-top: 0;
		top: 0;
	}
}

.menu-items-top .search-v2 .icon-search {
	color: #f21e34;
	cursor: pointer;
	-webkit-transition: 250ms ease;
	transition: 250ms ease;
	right: 155px;
}

@media screen and (max-width: 640px) {
	.menu-items-top .search-v2 .icon-search {
		right: 72px;
	}
}

@media screen and (max-width: 370px) {
	.menu-items-top .search-v2 .icon-search {
		right: 60px;
	}
}

.menu-items-top .search-v2 .icon-search:hover {
	color: #fff;
}

.menu-items-top .search-v2.is-active {
	display: none;
}

.footer-items {
	width: 100%;
	height: 54.7vh;
	bottom: 0;
	padding: 0 128px;
	position: absolute;
	left: 0;
}

@media screen and (max-width: 1600px) {
	.footer-items {
		height: 60.7vh;
		padding: 0 80px;
	}
}

@media screen and (max-width: 1400px) {
	.footer-items {
		padding: 0 15px;
	}
}

@media screen and (max-width: 991px) {
	.footer-items {
		height: 100%;
		position: relative;
		padding-top: 20px;
	}
}

@media screen and (max-width: 480px) {
	.footer-items .col-sm-12 {
		margin-bottom: 42px;
	}
}

.footer-items .row {
	height: 42vh;
}

@media screen and (max-width: 991px) {
	.footer-items .row {
		height: 100%;
	}
}

.footer-items span {
	display: inline-block;
}

.footer-title {
	position: relative;
	color: #fff;
	font-size: 30px;
	font-weight: 200;
	line-height: 1.5;
	letter-spacing: -.75px;
	margin-bottom: 40px;
}

@media screen and (max-width: 1600px) {
	.footer-title {
		font-size: 26px;
		line-height: 1.3;
		margin-bottom: 21px;
	}
}

@media screen and (max-width: 1400px) {
	.footer-title {
		font-size: 20px;
	}
}

@media screen and (max-width: 480px) {
	.footer-title {
		margin-bottom: 5px;
	}
}

.footer-title::after {
	content: "";
	position: absolute;
	bottom: -11px;
	left: -5px;
	width: 137px;
	height: 2px;
	background-color: #f21e34;
}

@media screen and (max-width: 1600px) {
	.footer-title::after {
		bottom: -5px;
	}
}

@media screen and (max-width: 1400px) {
	.footer-title::after {
		width: 100%;
		left: 0;
	}
}

@media screen and (max-width: 480px) {
	.footer-title::after {
		bottom: 0;
	}
}

.footer-list-v2 {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: -.45px;
}

@media screen and (max-width: 1600px) {
	.footer-list-v2 {
		font-size: 17px;
	}
}

.footer-list-v2 li {
	margin-bottom: 18px;
}

@media screen and (max-width: 1600px) {
	.footer-list-v2 li {
		margin-bottom: 8px;
	}
}

@media screen and (max-width: 1400px) {
	.footer-list-v2 li {
		margin-bottom: 4px;
	}
}

.footer-list-v2 .underline {
	display: inline;
}

.footer-list-v2 a {
	color: #fff;
	display: inline-block;
}

.footer-list-v2 a:hover .underline {
	background-size: 100% 100%;
}

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

@media screen and (max-width: 991px) {
	.footer-items-bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.footer-items-bottom-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 22.5%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 1600px) {
	.footer-items-bottom-left {
		width: 400px;
	}
}

@media screen and (max-width: 991px) {
	.footer-items-bottom-left {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		margin: 0 auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.social-links-v2 {
	margin-right: -61px;
	letter-spacing: .7px;
}

@media screen and (max-width: 1600px) {
	.social-links-v2 {
		margin-right: 0;
	}
}

@media screen and (max-width: 1257px) {
	.social-links-v2 {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 991px) {
	.social-links-v2 {
		margin: 0;
	}
}

.social-links-v2 .social-icon {
	line-height: 0;
}

.social-links-v2 li {
	border: none;
	width: 32px;
	height: 32px;
	margin-right: 8px;
	-webkit-transition: none;
	transition: none;
}

.social-links-v2 li:hover {
	border: none;
}

.social-links-v2 li:hover .social-icon {
	color: #f21e34;
}

.social-links-v2 .social-icon-fb {
	font-size: 12px;
}

.social-links-v2 .social-icon-tw {
	font-size: 20px;
}

.social-links-v2 .social-icon-in {
	font-size: 16px;
}

.footer-items-bottom-description p {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.7;
}

@media screen and (max-width: 1600px) {
	.footer-items-bottom-description p {
		font-size: 16px;
		line-height: 1.5;
	}
}

.copyright-v2 {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
}

@media screen and (max-width: 1600px) {
	.copyright-v2 {
		font-size: 17px;
		font-weight: 300;
		line-height: 1.5;
	}
}

.copyright-v2 p {
	font-size: 18px;
	font-weight: 300;
}

@media screen and (max-width: 1600px) {
	.copyright-v2 p {
		font-size: 17px;
	}
}

.site-footer__branding-v2 {
	background-color: transparent;
	margin: -48px 0 0 -36px;
}

@media screen and (max-width: 1680px) {
	.site-footer__branding-v2 {
		margin: -54px 0 0 25px;
	}
}

@media screen and (max-width: 1600px) {
	.site-footer__branding-v2 {
		margin: -74px 0 0 25px;
	}
}

@media screen and (max-width: 1400px) {
	.site-footer__branding-v2 {
		margin-right: auto;
	}
}

@media screen and (max-width: 991px) {
	.site-footer__branding-v2 {
		display: none;
	}
}

.site-footer__branding-v2 .site-footer__logo {
	max-width: 343px;
}

@media screen and (max-width: 1680px) {
	.site-footer__branding-v2 .site-footer__logo {
		max-width: 250px;
	}
}

@media screen and (max-width: 1600px) {
	.site-footer__branding-v2 .site-footer__logo {
		max-width: 200px;
	}
}

@media screen and (max-width: 1400px) {
	.site-footer__branding-v2 .site-footer__logo {
		max-width: 150px;
		margin-top: -19px;
	}
}

.footer-container-v2 {
	padding-top: 0;
}

.flat-footer {
	padding: 50px 0 30px;
	border-bottom: 3px solid #f21e34;
}

.flat-footer .section-style {
	display: none;
}

.page-template-fe-page-contact .site-footer, .page-template-fe-page-contact .site-footer-v2, .page-template-fe-page-about-us .site-footer, .page-template-fe-page-about-us .site-footer-v2, .page-template-fe-page-careers .site-footer, .page-template-fe-page-careers .site-footer-v2, .page-template-fe_page-products-services-systems .site-footer, .page-template-fe_page-products-services-systems .site-footer-v2, .page-template-fe_page-services-overview .site-footer, .page-template-fe_page-services-overview .site-footer-v2, .page-template-fe_page-products-services-systems-v2 .site-footer, .page-template-fe_page-products-services-systems-v2 .site-footer-v2, .page-template-fe_page-blog .site-footer, .page-template-fe_page-blog .site-footer-v2, .page-template-fe-page-resources-archive .site-footer, .page-template-fe-page-resources-archive .site-footer-v2, .page-template-fe-page-resources-archive-v2 .site-footer, .page-template-fe-page-resources-archive-v2 .site-footer-v2, .page-template-fe-page-faq .site-footer, .page-template-fe-page-faq .site-footer-v2, body.blog .site-footer, body.blog .site-footer-v2, .search .site-footer, .search .site-footer-v2 {
	padding: 50px 0 30px;
	border-bottom: 3px solid #f21e34;
}

.page-template-fe-page-contact .section-style, .page-template-fe-page-about-us .section-style, .page-template-fe-page-careers .section-style, .page-template-fe_page-products-services-systems .section-style, .page-template-fe_page-services-overview .section-style, .page-template-fe_page-products-services-systems-v2 .section-style, .page-template-fe_page-blog .section-style, .page-template-fe-page-resources-archive .section-style, .page-template-fe-page-resources-archive-v2 .section-style, .page-template-fe-page-faq .section-style, body.blog .section-style, .search .section-style {
	display: none;
}

.footer-lists-row-full {
	width: 100%;
}

.footer-lists-row-full a {
	color: #f21e34;
	font-size: 16px;
	font-weight: 200;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
	line-height: 1.2;
}

@media screen and (max-width: 1275px) {
	.footer-lists-row-full a {
		font-size: 15px;
	}
}

.footer-lists-row-full a:hover {
	color: #fff;
}

.error404 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
	background-color: #fff;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.error404::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .7);
}

.error404 .site-header, .error404 .site-footer {
	display: none;
}

.s-404__logo {
	display: inline-block;
	-webkit-animation: puff-in-middle .35s cubic-bezier(.47, 0, .745, .715) both 1.5s;
	animation: puff-in-middle .35s cubic-bezier(.47, 0, .745, .715) both 1.5s;
}

@media screen and (max-width: 575px) {
	.s-404__logo {
		margin-bottom: 15px;
	}
}

.s-404__logo:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.s-404__logo img {
	width: 180px;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.s-404__title {
	-webkit-animation: puff-in-middle .35s cubic-bezier(.47, 0, .745, .715) both .5s;
	animation: puff-in-middle .35s cubic-bezier(.47, 0, .745, .715) both .5s;
}

.s-404__title span {
	font-size: 250px;
	line-height: 1;
	color: #f21e34;
	display: inline-block;
	position: relative;
	font-weight: 200;
	margin: 0 10px;
}

@media screen and (max-width: 991px) {
	.s-404__title span {
		font-size: 200px;
	}
}

@media screen and (max-width: 575px) {
	.s-404__title span {
		font-size: 80px;
	}
}

.s-404__title-1 {
	-webkit-transform: rotate(-7deg);
	transform: rotate(-7deg);
	animation: 5s float ease-in-out infinite alternate-reverse .5s;
}

.s-404__title-2 {
	-webkit-transform: translateY(10%);
	transform: translateY(10%);
	animation: 5s float-2 ease-in-out infinite alternate-reverse .5s;
}

.s-404__title-3 {
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
	animation: 5s float-3 ease-in-out infinite alternate-reverse .5s;
}

.s-404__title-icon {
	font-size: 62px;
	color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
	.s-404__title-icon {
		font-size: 55px;
	}
}

@media screen and (max-width: 575px) {
	.s-404__title-icon {
		font-size: 40px;
	}
}

.s-404__text {
	font-size: 40px;
	line-height: 1.1;
	letter-spacing: 1px;
	-webkit-animation: puff-in-middle .35s cubic-bezier(.47, 0, .745, .715) both .8s;
	animation: puff-in-middle .35s cubic-bezier(.47, 0, .745, .715) both .8s;
	margin-top: 40px;
	padding: 0 15px;
	font-weight: 200;
	color: #292b2e;
}

@media screen and (max-width: 575px) {
	.s-404__text {
		margin-top: 25px;
		font-size: 22px;
	}
}

.s-404__btn {
	font-size: 17px;
	color: #fff;
	background-color: #292b2e;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	margin-top: 35px;
	padding: 8px 35px;
	min-width: 180px;
	border: 2px solid #292b2e;
	border-radius: 30px;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	font-weight: 200;
	-webkit-animation: puff-in-middle .35s cubic-bezier(.47, 0, .745, .715) both 1s;
	animation: puff-in-middle .35s cubic-bezier(.47, 0, .745, .715) both 1s;
}

.s-404__btn:hover {
	color: #292b2e;
	background-color: transparent;
}

@media screen and (max-width: 991px) {
	.s-404__btn {
		font-size: 16px;
		padding: 5px 20px;
		margin-top: 25px;
	}
}

@-webkit-keyframes puff-in-center {
	0% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		-webkit-filter: blur(2px);
		filter: blur(2px);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-filter: blur(0);
		filter: blur(0);
		opacity: 1;
	}
}

@keyframes puff-in-center {
	0% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		-webkit-filter: blur(2px);
		filter: blur(2px);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-filter: blur(0);
		filter: blur(0);
		opacity: 1;
	}
}

@-webkit-keyframes puff-in-middle {
	0% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
		-webkit-filter: blur(2px);
		filter: blur(2px);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-filter: blur(0);
		filter: blur(0);
		opacity: 1;
	}
}

@keyframes puff-in-middle {
	0% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
		-webkit-filter: blur(2px);
		filter: blur(2px);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-filter: blur(0);
		filter: blur(0);
		opacity: 1;
	}
}

@-webkit-keyframes float {
	0% {
		-webkit-transform: rotate(-1deg) translate(0, 0);
		transform: rotate(-1deg) translate(0, 0);
	}
	
	100% {
		-webkit-transform: rotate(-7deg) translate(10%, 10%);
		transform: rotate(-7deg) translate(10%, 10%);
	}
}

@keyframes float {
	0% {
		-webkit-transform: rotate(-1deg) translate(0, 0);
		transform: rotate(-1deg) translate(0, 0);
	}
	
	100% {
		-webkit-transform: rotate(-7deg) translate(10%, 10%);
		transform: rotate(-7deg) translate(10%, 10%);
	}
}

@-webkit-keyframes float-2 {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		-webkit-transform: translateY(10%);
		transform: translateY(10%);
	}
}

@keyframes float-2 {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		-webkit-transform: translateY(10%);
		transform: translateY(10%);
	}
}

@-webkit-keyframes float-3 {
	0% {
		-webkit-transform: rotate(-4deg) translateY(0);
		transform: rotate(-4deg) translateY(0);
	}
	
	100% {
		-webkit-transform: rotate(10deg) translateY(-10%);
		transform: rotate(10deg) translateY(-10%);
	}
}

@keyframes float-3 {
	0% {
		-webkit-transform: rotate(-4deg) translateY(0);
		transform: rotate(-4deg) translateY(0);
	}
	
	100% {
		-webkit-transform: rotate(10deg) translateY(-10%);
		transform: rotate(10deg) translateY(-10%);
	}
}

/*--------------------------------------------------------------
# Components / Templates
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## check-list
--------------------------------------------------------------*/
.check-list {
	margin-top: 30px;
}

.check-list__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

/*--------------------------------------------------------------
## select-field
--------------------------------------------------------------*/
.select-field {
	padding: 80px 0;
}

/*--------------------------------------------------------------
## page-nav
--------------------------------------------------------------*/
.page-nav {
	margin-top: 30px;
	padding: 30px 0;
	border-top: 1px solid #eee;
	width: 100%;
}

.search-results .page-nav {
	font-size: 20px;
	text-align: center;
}

.search-results .page-nav a, .search-results .page-nav span {
	padding: 5px;
}

/*--------------------------------------------------------------
## blog-article
--------------------------------------------------------------*/
.blog-article {
	margin-bottom: 30px;
}

.blog-article__thumb {
	display: block;
	overflow: hidden;
}

.blog-article__thumb img {
	display: block;
	width: 100%;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
}

@media only screen and (min-width: 1250px) {
	.blog-article__thumb:hover img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

.blog-article__box {
	background: #eee;
	padding: 20px;
}

.blog-article__title {
	font-size: 18px;
}

.blog-article__meta {
	color: #8d8d8d;
	font-size: 12px;
}

/*--------------------------------------------------------------
## breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 0 20px;
}

.breadcrumbs .breadcrumbs-list {
	border-bottom: 1px solid #fff;
	display: inline-block;
	margin-right: auto;
	line-height: 1;
}

.breadcrumbs a, .breadcrumbs li, .breadcrumbs span {
	color: #fff;
	font-size: 16px;
	font-weight: 200;
	line-height: 1;
	display: inline-block;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
}

.breadcrumbs a {
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
}

.breadcrumbs a:hover span {
	color: #f21e34;
}

.breadcrumbs .separator {
	padding: 0 3px;
}

/*--------------------------------------------------------------
## filter-section
--------------------------------------------------------------*/
.filter-section {
	background-color: #f0f0f6;
	padding: 10px 0 0;
}

@media screen and (max-width: 1257px) {
	.filter-section {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}
}

.filter-section.fixed {
	position: fixed;
	top: 100px;
	z-index: 999;
	width: 100%;
	left: 0;
	right: 0;
}

@media screen and (max-width: 1257px) {
	.filter-section.fixed {
		position: relative;
		top: auto;
		z-index: initial;
	}
}

.filter-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 991px) {
	.filter-list {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.filter-list a {
	color: #000;
	font-size: 16px;
	font-weight: 200;
	line-height: 1;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
	position: relative;
	padding: 0 15px;
}

@media screen and (max-width: 991px) {
	.filter-list a {
		font-size: 15px;
		display: inline-block;
		line-height: 1.2;
		padding: 0 5px;
		text-align: center;
	}
}

.filter-list a::after {
	content: "";
	height: 100%;
	width: 1px;
	background-color: #292b2e;
	position: absolute;
	right: 0;
	top: 0;
}

@media screen and (max-width: 991px) {
	.filter-list a::after {
		display: none;
	}
}

.filter-list a:hover {
	color: #0080bc;
}

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

@media screen and (max-width: 991px) {
	.filter-list li {
		margin-bottom: 2px;
	}
}

.filter-list li:hover a, .filter-list li:focus a {
	color: #0080bc;
}

.filter-list li:first-child a {
	padding-left: 0;
}

.filter-list li:last-child a::after {
	display: none;
}

/*--------------------------------------------------------------
## scrolling-filtration
--------------------------------------------------------------*/
.scrolling-filtration {
	padding: 63px 0 46px;
}

@media screen and (max-width: 1250px) {
	.scrolling-filtration {
		padding: 40px 0;
	}
}

@media screen and (max-width: 991px) {
	.scrolling-filtration {
		padding: 40px 0 25px;
	}
}

@media screen and (max-width: 640px) {
	.scrolling-filtration {
		padding: 20px 0;
	}
}

.scrolling-filtration-items {
	border-radius: 4px;
	background-color: #f4f4f6;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 374px) {
	.scrolling-filtration-items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

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

@media screen and (max-width: 991px) {
	.scrolling-filtration-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.scrolling-filtration-wrapper .search {
	margin-right: 0;
	margin-left: 20px;
}

@media screen and (max-width: 640px) {
	.scrolling-filtration-wrapper .search {
		width: 100%;
		margin: 15px auto;
	}
}

.scrolling-filtration-wrapper .search .search-input {
	width: 280px;
	padding: 16px;
	padding-right: 45px;
	border: 1px solid #dfdfdf;
	color: #292b2e;
}

@media screen and (max-width: 640px) {
	.scrolling-filtration-wrapper .search .search-input {
		width: 100%;
		padding: 10px 15px;
	}
}

.scrolling-filtration-wrapper .search .search-input::-webkit-input-placeholder {
	color: #292b2e;
	font-size: 20px;
	line-height: 1;
}

.scrolling-filtration-wrapper .search .search-input::-moz-placeholder {
	color: #292b2e;
	font-size: 20px;
	line-height: 1;
}

.scrolling-filtration-wrapper .search .search-input:-ms-input-placeholder {
	color: #292b2e;
	font-size: 20px;
	line-height: 1;
}

.scrolling-filtration-wrapper .search .search-input::-ms-input-placeholder {
	color: #292b2e;
	font-size: 20px;
	line-height: 1;
}

.scrolling-filtration-wrapper .search .search-input::placeholder {
	color: #292b2e;
	font-size: 20px;
	line-height: 1;
}

.scrolling-filtration-wrapper .search .search-input:focus {
	border: 1px solid #0080bc;
}

.scrolling-filtration-wrapper .search .icon-search {
	color: #292b2e;
	font-size: 24px;
}

@media screen and (max-width: 640px) {
	.scrolling-filtration-wrapper .search .icon-search {
		font-size: 20px;
	}
}

.scrolling-filtration-link {
	color: #292b2e;
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: .4px;
	padding: 18px 0;
	display: inline-block;
	width: 100%;
	text-align: center;
	border: 1px solid transparent;
	border-right: 1px solid #e1e1e1;
	background-color: transparent;
	position: relative;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
}

@media screen and (max-width: 991px) {
	.scrolling-filtration-link {
		padding: 15px 0;
	}
}

@media screen and (max-width: 640px) {
	.scrolling-filtration-link {
		font-size: 17px;
		padding: 10px 0;
	}
}

@media screen and (max-width: 480px) {
	.scrolling-filtration-link {
		font-size: 13px;
	}
}

@media screen and (max-width: 374px) {
	.scrolling-filtration-link {
		border-right: transparent;
	}
}

.scrolling-filtration-link::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #0080bc;
	opacity: 0;
}

.scrolling-filtration-link:last-child {
	border-right: 1px solid transparent;
}

.scrolling-filtration-link:hover, .scrolling-filtration-link:active, .scrolling-filtration-link:focus {
	background-color: #fff;
	border: 1px solid #e1e1e1;
	color: #0080bc;
}

.scrolling-filtration-link:hover::after, .scrolling-filtration-link:active::after, .scrolling-filtration-link:focus::after {
	opacity: 1;
}

@media screen and (max-width: 640px) {
	.scrolling-filtration-search {
		width: 100%;
	}
}

/*--------------------------------------------------------------
## basic-block
--------------------------------------------------------------*/
.basic-block {
	position: relative;
	padding: 115px 0 89px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
}

.basic-block .section-title--mixed {
	margin-bottom: 42px;
}

@media screen and (max-width: 640px) {
	.basic-block .section-title--mixed {
		margin-bottom: 10px;
	}
}

.basic-block .container {
	position: relative;
	z-index: 3;
}

@media screen and (max-width: 640px) {
	.basic-block {
		padding: 30px 0 10px;
	}
}

.overlay-blue {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #0080bc;
	opacity: .85;
}

.basic-block-subtitle {
	color: #292b2e;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .6px;
	margin-bottom: 18px;
}

@media screen and (max-width: 640px) {
	.basic-block-subtitle {
		font-size: 24px;
		line-height: 1.2;
	}
}

.basic-block-entry-content {
	padding: 0 80px;
}

.basic-block-entry-content p {
	color: #292b2e;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.6;
	letter-spacing: .32px;
	margin-bottom: 27px;
}

@media screen and (max-width: 640px) {
	.basic-block-entry-content p {
		font-size: 14px;
		margin-bottom: 13px;
	}
	
	.basic-block-entry-content p br {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	.basic-block-entry-content {
		padding: 0;
	}
}

.basic-block-white .basic-block-subtitle {
	color: #fff;
}

.basic-block-white .basic-block-entry-content {
	color: #fff;
}

.basic-block-white .basic-block-entry-content p, .basic-block-white .basic-block-entry-content a, .basic-block-white .basic-block-entry-content ul, .basic-block-white .basic-block-entry-content ul li {
	color: #fff;
}

.basic-block-white .basic-block-entry-content ul li::after {
	background-color: #fff;
}

.basic-block-white .section-title--mixed {
	margin-bottom: 55px;
}

/*--------------------------------------------------------------
## banner
--------------------------------------------------------------*/
.banner {
	position: relative;
	margin-top: 120px;
	padding-top: 120px;
	min-height: 250px;
}

@media screen and (max-width: 1257px) {
	.banner {
		margin-top: 130px;
	}
}

@media screen and (max-width: 640px) {
	.banner {
		min-height: 120px;
		margin-top: 115px;
	}
}

.banner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #000;
	opacity: .3;
}

.banner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	z-index: 0;
	background-color: #292b2e;
	-webkit-transform: translate(0, -100%);
	transform: translate(0, -100%);
}

@media screen and (max-width: 1257px) {
	.banner::after {
		display: none;
	}
}

.banner .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 100%;
}

.banner__caption {
	position: absolute;
	position: relative;
	top: 50%;
	left: 50%;
	left: 0;
	-webkit-transform: translate(-50%, -50%);
	-webkit-transform: none;
	transform: translate(-50%, -50%);
	transform: none;
	text-align: center;
	color: #fff;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.banner__image {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}

.banner__caption-icon {
	color: #fff;
	font-size: 20px;
}

.banner__btn {
	margin-top: 30px;
}

/*--------------------------------------------------------------
## blog-single
--------------------------------------------------------------*/
.blog-single {
	padding: 50px 0;
}

.blog-single__meta {
	background-color: #eee;
	margin: 30px 0;
	padding: 20px;
}

.blog-single__featured-image {
	margin-bottom: 30px;
}

.blog-single__featured-image img {
	width: 100%;
	display: block;
}

/*--------------------------------------------------------------
## banner-slider
--------------------------------------------------------------*/
.banner-slider {
	position: relative;
	overflow: hidden;
}

.banner-slider .banner__caption {
	z-index: 9;
	position: relative;
	width: 63%;
	top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

@media screen and (max-width: 1600px) {
	.banner-slider .banner__caption {
		height: auto;
		top: 50%;
	}
}

@media screen and (max-width: 991px) {
	.banner-slider .banner__caption {
		width: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media screen and (max-width: 750px) {
	.banner-slider .banner__caption {
		width: 90%;
		top: 48%;
	}
}

.banner-slide {
	position: relative;
	height: 1038px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 700px;
}

@media screen and (max-width: 1600px) {
	.banner-slide {
		height: 880px;
	}
}

@media screen and (max-width: 991px) {
	.banner-slide {
		height: 780px;
	}
}

@media screen and (max-width: 640px) {
	.banner-slide {
		height: 680px;
	}
}

@media screen and (max-width: 480px) {
	.banner-slide {
		height: 500px;
		min-height: inherit;
	}
}

.banner-overlay .banner-slide::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: .3;
	z-index: 5;
}

.icon-arrow-item {
	color: #fff;
	font-size: 15px;
}

.icon-arrow {
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	opacity: .7;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 12px;
	cursor: pointer;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
}

@media screen and (max-width: 640px) {
	.icon-arrow {
		width: 30px;
		height: 30px;
		font-size: 8px;
	}
}

.icon-arrow:hover {
	border: 1px solid #f21e34;
}

.banner-slider-arrow-next {
	width: 40px;
	position: absolute;
	top: 45.4%;
	z-index: 9;
	text-align: center;
	right: 15px;
}

@media screen and (max-width: 640px) {
	.banner-slider-arrow-next {
		right: 10px;
	}
}

.banner-slider-arrow-prev {
	width: 40px;
	position: absolute;
	top: 45.4%;
	z-index: 9;
	text-align: center;
	left: 15px;
}

@media screen and (max-width: 640px) {
	.banner-slider-arrow-prev {
		left: 10px;
	}
}

.banner__caption-left {
	width: 47.9%;
}

@media screen and (max-width: 1600px) {
	.banner__caption-left {
		width: 50%;
	}
}

.banner__caption-right {
	width: 50%;
	margin-bottom: 31px;
	padding-left: 10px;
}

@media screen and (max-width: 1600px) {
	.banner__caption-right {
		padding-left: 55px;
	}
}

@media screen and (max-width: 991px) {
	.banner__caption-right {
		padding-left: 0;
		width: 100%;
	}
}

.banner-slider-subtitle {
	color: #fff;
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 19.99px;
	margin-top: -13px;
	display: inline-block;
}

@media screen and (max-width: 1600px) {
	.banner-slider-subtitle {
		font-size: 27px;
		margin-top: 0;
	}
}

@media screen and (max-width: 991px) {
	.banner-slider-subtitle {
		font-size: 20px;
		letter-spacing: 1px;
	}
}

@media screen and (max-width: 991px) {
	.banner-slider-subtitle {
		font-size: 18px;
	}
}

.description-holder {
	text-align: left;
	border-left: 1px solid;
	padding-left: 40px;
	min-height: 86px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 1600px) {
	.description-holder {
		padding-left: 20px;
	}
}

@media screen and (max-width: 991px) {
	.description-holder {
		padding-left: 0;
		border-left: none;
		text-align: center;
	}
}

.banner-slider-description {
	color: #fff;
	font-size: 22px;
	font-weight: 200;
	line-height: 30px;
}

@media screen and (max-width: 1600px) {
	.banner-slider-description {
		font-size: 20px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 991px) {
	.banner-slider-description {
		font-size: 18px;
		line-height: 1.3;
		text-align: center;
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.banner-slider-description {
		font-size: 16px;
		line-height: 1.2;
	}
}

.banner-slider-description span {
	font-weight: 700;
}

.banner-play {
	position: absolute;
	top: 310px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 9;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
}

@media screen and (max-width: 1600px) {
	.banner-play {
		top: -148px;
		width: 60px;
	}
}

@media screen and (max-width: 991px) {
	.banner-play {
		top: -65px;
	}
}

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

.banner-slider-wrapper {
	height: 1038px;
	overflow: hidden;
}

.banner-slider-wrapper.slick-initialized {
	height: auto;
}

/*--------------------------------------------------------------
## text-block
--------------------------------------------------------------*/
.text-block {
	text-align: center;
	padding: 80px 0 56px;
}

@media screen and (max-width: 1200px) {
	.text-block {
		padding: 40px 0;
	}
}

@media screen and (max-width: 991px) {
	.text-block {
		padding: 30px 0 15px;
	}
}

@media screen and (max-width: 640px) {
	.text-block {
		padding: 0 0 20px;
	}
}

.text-block-subtitle {
	color: #0080bc;
	font-size: 50px;
	font-weight: 300;
	letter-spacing: -1px;
	display: block;
	line-height: 1;
}

@media screen and (max-width: 1200px) {
	.text-block-subtitle {
		font-size: 40px;
	}
}

@media screen and (max-width: 991px) {
	.text-block-subtitle {
		font-size: 30px;
	}
}

@media screen and (max-width: 640px) {
	.text-block-subtitle {
		font-size: 28px;
	}
}

.text-block-subtitle-main {
	color: #292b2e;
	margin-bottom: 40px;
	font-weight: 700;
	letter-spacing: -.9px;
	display: block;
	font-size: 50px;
	line-height: 1.2;
}

@media screen and (max-width: 1200px) {
	.text-block-subtitle-main {
		font-size: 40px;
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 1200px) {
	.text-block-subtitle-main {
		font-size: 40px;
	}
}

@media screen and (max-width: 991px) {
	.text-block-subtitle-main {
		font-size: 30px;
	}
}

@media screen and (max-width: 640px) {
	.text-block-subtitle-main {
		font-size: 25px;
		margin-bottom: 15px;
	}
}

/*--------------------------------------------------------------
## info-listing
--------------------------------------------------------------*/
.info-listing {
	padding: 80px 0;
}

@media screen and (max-width: 1400px) {
	.info-listing {
		padding: 40px 0;
	}
}

@media screen and (max-width: 960px) {
	.info-listing {
		padding: 25px 0;
	}
}

@media screen and (max-width: 640px) {
	.info-listing {
		padding: 20px 0;
	}
}

.info-listing-items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 55px 26px 0 0;
}

@media screen and (max-width: 1700px) {
	.info-listing-items {
		padding: 40px 0;
	}
}

@media screen and (max-width: 1257px) {
	.info-listing-items {
		margin: 0 -15px;
		padding: 30px 0;
	}
}

.info-listing-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px;
}

@media screen and (max-width: 640px) {
	.info-listing-title {
		margin-bottom: 15px;
	}
}

.info-listing-icon {
	margin-right: 19px;
	max-width: 30px;
}

.info-listing-item {
	width: 285px;
	display: block;
	border-radius: 5px;
	background-color: #fff;
}

@media screen and (max-width: 1600px) {
	.info-listing-item {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 1257px) {
	.info-listing-item {
		width: calc(50% - 30px);
		margin: 0 10px 15px;
	}
}

@media screen and (max-width: 991px) {
	.info-listing-item {
		width: 100%;
	}
}

.info-listing-item a {
	display: block;
	-webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, .12);
	box-shadow: 0 9px 18px rgba(0, 0, 0, .12);
	padding: 27px 15px 10px 30px;
	border-radius: 5px;
	height: 100%;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
}

@media screen and (max-width: 1400px) {
	.info-listing-item a {
		padding: 35px;
		min-height: 300px;
	}
}

@media screen and (max-width: 991px) {
	.info-listing-item a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		min-height: inherit;
		padding: 40px 20px;
	}
}

.info-listing-item a:hover {
	-webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, .23);
	box-shadow: 0 9px 18px rgba(0, 0, 0, .23);
}

.info-listing-subtitle {
	color: #292b2e;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 25px;
}

@media screen and (max-width: 1600px) {
	.info-listing-subtitle {
		font-size: 17px;
		line-height: 1.2;
	}
}

.info-listing-description {
	color: #8d8d8d;
	font-size: 14px;
	font-weight: 200;
	line-height: 1.9;
	letter-spacing: .28px;
	padding: 0 0 0 22px;
	margin-top: -6px;
	border-left: 2px solid #0080bc;
}

@media screen and (max-width: 1600px) {
	.info-listing-description {
		line-height: 1.5;
	}
}

.info-listing-description.info-listing-description--red {
	border-left: 2px solid #f21e34;
}

.info-listing-description.info-listing-description--blue {
	border-left: 2px solid #0080bc;
}

.info-listing-description.info-listing-description--green {
	border-left: 2px solid #889818;
}

.info-listing-description img {
	margin: 0 0 0 -3px;
}

/*--------------------------------------------------------------
## boxes
--------------------------------------------------------------*/
.boxes {
	margin: 25px 0;
}

@media screen and (max-width: 640px) {
	.boxes {
		margin: 15px 0;
	}
}

.boxes-row {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 1200px) {
	.boxes-row {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.boxes-row-item {
	width: 33.3333%;
	margin: 5px;
	min-height: 946px;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media screen and (max-width: 1400px) {
	.boxes-row-item {
		min-height: 700px;
	}
}

@media screen and (max-width: 1200px) {
	.boxes-row-item {
		width: 100%;
		min-height: 600px;
	}
}

@media screen and (max-width: 991px) {
	.boxes-row-item {
		min-height: auto;
	}
}

@media screen and (max-width: 640px) {
	.boxes-row-item {
		width: 100%;
	}
}

.boxes-item {
	position: relative;
	height: 49.5%;
	margin-bottom: 10px;
	border-radius: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media screen and (max-width: 1200px) {
	.boxes-item {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.boxes-large {
	height: 100%;
}

.overlay-color {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	border-radius: 5px;
}

.overlay-color.overlay-color--gray {
	background-color: #292b2e;
	opacity: .7;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
}

.overlay-color.overlay-color--orange {
	background-color: #f07c4f;
	opacity: .7;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
}

.overlay-color.overlay-color--green {
	background-color: #889818;
	opacity: .7;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
}

.overlay-color.overlay-color--blue {
	background-color: #0080bc;
	opacity: .7;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
}

.overlay-color.overlay-color--red {
	background-color: #f22237;
	opacity: .7;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
}

.boxes-item-content {
	z-index: 9;
	position: relative;
	padding: 72px 80px;
}

@media screen and (max-width: 1400px) {
	.boxes-item-content {
		padding: 25px;
		line-height: 1.4;
		margin-bottom: 12px;
	}
}

@media screen and (max-width: 1200px) {
	.boxes-item-content {
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 991px) {
	.boxes-item-content {
		padding: 35px 25px;
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.boxes-item-content .section-title--mixed {
		font-size: 34px;
	}
}

.boxes-item:hover .overlay-color--gray {
	opacity: .8;
}

.boxes-item:hover .overlay-color--orange {
	opacity: .8;
}

.boxes-item:hover .overlay-color--green {
	opacity: .8;
}

.boxes-item:hover .overlay-color--blue {
	opacity: .8;
}

.boxes-item:hover .overlay-color--red {
	opacity: .8;
}

.boxes-description {
	color: #fff;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.7;
	letter-spacing: .32px;
	margin-bottom: 17px;
}

@media screen and (max-width: 640px) {
	.boxes-description {
		font-size: 15px;
		line-height: 1.2;
		margin-bottom: 10px;
	}
}

.color-block {
	background-color: #292b2e !important;
	opacity: .7 !important;
}

/*--------------------------------------------------------------
## contact-block
--------------------------------------------------------------*/
.contact-block {
	padding: 89px 0 0;
}

@media screen and (max-width: 1600px) {
	.contact-block {
		padding: 50px 0 0;
	}
}

@media screen and (max-width: 1400px) {
	.contact-block {
		padding: 30px 0 0;
	}
}

@media screen and (max-width: 640px) {
	.contact-block {
		padding: 15px 0 0;
	}
}

.entry-content-contact-block {
	padding: 27px 0 0;
}

@media screen and (max-width: 640px) {
	.entry-content-contact-block {
		padding: 10px 0 0;
	}
}

.entry-content-contact-block p {
	margin-bottom: 0;
	color: #292b2e;
	font-size: 16px;
	font-weight: 200;
	letter-spacing: .08px;
}

.entry-content-contact-block span {
	font-weight: 700;
}

.entry-content-contact-block a {
	color: #292b2e;
}

.send-icon {
	position: relative;
	pointer-events: none;
	width: 100%;
	display: block;
	height: 56px;
}

.send-icon svg {
	width: 15px;
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translate(-10px, -50%);
	transform: translate(-10px, -50%);
	color: #fff;
}

.send-icon br {
	display: none;
}

.submit-holder {
	margin-top: 4px;
	width: 164px;
}

.submit-holder input {
	margin-top: 0;
}

.entry-content-contact-block--lg {
	margin-top: 3px;
}

.entry-content-contact-block--lg p {
	font-size: 20px;
	letter-spacing: .05px;
	line-height: 25px;
}

@media screen and (max-width: 640px) {
	.entry-content-contact-block--lg p {
		font-size: 14px;
		line-height: 18px;
	}
}

.entry-content-contact-block--lg span {
	font-size: 20px;
	line-height: 25px;
	display: inline-block;
}

.entry-content-contact-block--lg span a {
	line-height: 25px;
}

@media screen and (max-width: 640px) {
	.entry-content-contact-block--lg span a {
		line-height: 18px;
	}
}

@media screen and (max-width: 640px) {
	.entry-content-contact-block--lg span {
		font-size: 14px;
		line-height: 18px;
	}
}

/*--------------------------------------------------------------
## story-block-image
--------------------------------------------------------------*/
.story-block-image {
	padding: 83px 0 42px;
}

@media screen and (max-width: 1400px) {
	.story-block-image {
		padding: 60px 0 20px;
	}
}

@media screen and (max-width: 991px) {
	.story-block-image {
		padding: 30px 0 0;
	}
}

@media screen and (max-width: 640px) {
	.story-block-image {
		padding: 15px 0 0;
	}
}

.story-block-image .section-title-line {
	margin-bottom: 52px;
}

.story-block-image .section-title--mixed {
	line-height: 1.1;
}

.story-block-image .section-title--mixed span {
	line-height: 1;
}

.story-block-image-text-section {
	position: relative;
	padding-left: 56px;
}

@media screen and (max-width: 991px) {
	.story-block-image-text-section {
		padding-left: 15px;
	}
}

.story-block-image-text {
	z-index: 9;
	position: relative;
	width: 660px;
	border-radius: 5px;
	background-color: #f4f5f6;
	padding: 28px 32px;
	margin-bottom: 20px;
}

@media screen and (max-width: 1400px) {
	.story-block-image-text {
		margin-left: 0;
		padding: 20px;
	}
}

@media screen and (max-width: 991px) {
	.story-block-image-text {
		padding: 15px;
		width: 100%;
		margin-bottom: 25px;
	}
}

.story-block-image-text p {
	letter-spacing: .32px;
}

@media screen and (max-width: 640px) {
	.story-block-image-text p {
		margin-bottom: 15px;
	}
}

.story-block-image-text p:last-child {
	margin-bottom: 0;
}

.story-block-image-item {
	padding-left: 4px;
}

@media screen and (max-width: 991px) {
	.story-block-image-item {
		padding: 0 15px;
	}
}

.story-block-image-item img {
	margin-top: -26px;
	max-width: 612px;
}

@media screen and (max-width: 1150px) {
	.story-block-image-item img {
		margin-top: -26px;
		max-width: inherit;
		min-width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.story-block-image-item img {
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.story-block-image-item img {
		max-width: 300px;
	}
}

@media screen and (max-width: 400px) {
	.story-block-image-item img {
		max-width: 250px;
	}
}

/*--------------------------------------------------------------
## half-image
--------------------------------------------------------------*/
.half-image {
	padding: 85px 0 49px;
}

@media screen and (max-width: 991px) {
	.half-image {
		padding: 30px 0;
	}
}

@media screen and (max-width: 640px) {
	.half-image {
		padding: 25px 0;
	}
}

.half-image-item {
	padding-left: 17px;
}

@media screen and (max-width: 1250px) {
	.half-image-item {
		padding-left: 15px;
	}
}

.half-image-item img {
	max-width: 620px;
	-webkit-box-shadow: 0 6px 42px rgba(0, 0, 0, .24);
	box-shadow: 0 6px 42px rgba(0, 0, 0, .24);
	border-radius: 5px;
}

@media screen and (max-width: 1250px) {
	.half-image-item img {
		width: inherit;
	}
}

@media screen and (max-width: 991px) {
	.half-image-item img {
		max-width: 400px;
		margin: 0 auto 25px;
	}
}

@media screen and (max-width: 640px) {
	.half-image-item img {
		max-width: 250px;
	}
}

.half-image-text {
	padding-left: 127px;
	margin-top: -3px;
}

@media screen and (max-width: 1250px) {
	.half-image-text {
		padding-left: 15px;
		margin-top: 0;
	}
}

@media screen and (max-width: 991px) {
	.half-image-text {
		text-align: center;
	}
}

.half-image-text .section-title--mixed {
	line-height: 1.1;
	margin-bottom: 42px;
}

@media screen and (max-width: 991px) {
	.half-image-text .section-title--mixed {
		margin-bottom: 20px;
	}
}

.half-image-text .section-title--mixed span {
	line-height: 1;
}

@media screen and (max-width: 991px) {
	.half-image-text .section-title-line-left::after {
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

.half-image-entry-content {
	padding: 0 18px 0 0;
}

@media screen and (max-width: 991px) {
	.half-image-entry-content {
		padding: 0 15px;
	}
}

/*--------------------------------------------------------------
## half-text
--------------------------------------------------------------*/
.half-text {
	padding: 84px 0 82px;
}

@media screen and (max-width: 1250px) {
	.half-text {
		padding: 60px 0;
	}
}

@media screen and (max-width: 991px) {
	.half-text {
		padding: 40px 0 20px;
	}
}

@media screen and (max-width: 640px) {
	.half-text {
		padding: 20px 0;
	}
}

.half-text .section-title-line {
	margin-bottom: 52px;
}

@media screen and (max-width: 1250px) {
	.half-text .section-title-line {
		margin-bottom: 32px;
	}
}

.half-text .section-title--mixed {
	line-height: 1.1;
}

.half-text .section-title--mixed span {
	line-height: 1;
}

.half-text .entry-content li {
	color: #8d8d8d;
}

.half-text .entry-content li::after {
	background-color: #8d8d8d;
}

.half-text-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 991px) {
	.half-text-item {
		margin-bottom: 15px;
	}
}

.half-text-image {
	padding-left: 75px;
}

@media screen and (max-width: 1250px) {
	.half-text-image {
		padding-left: 15px;
	}
}

.half-text-image img {
	max-width: 507px;
}

@media screen and (max-width: 1250px) {
	.half-text-image img {
		max-width: 100%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 640px) {
	.half-text-image img {
		max-width: 280px;
	}
}

.half-text-description {
	z-index: 9;
	position: relative;
	-webkit-box-shadow: 0 0 42px rgba(0, 0, 0, .09);
	box-shadow: 0 0 42px rgba(0, 0, 0, .09);
	border-radius: 5px;
	background-color: #fff;
	width: 810px;
	padding: 40px 40px 22px;
}

@media screen and (max-width: 1250px) {
	.half-text-description {
		max-width: 100%;
		padding: 20px;
	}
}

.half-text-entry-content {
	padding: 14px 0;
}

@media screen and (max-width: 1250px) {
	.half-text-entry-content {
		padding: 0;
	}
}

@media screen and (max-width: 1250px) {
	.half-text-entry-content p {
		line-height: 1.2;
		margin-bottom: 15px;
	}
}

.half-text-entry-content p:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## main-slider
--------------------------------------------------------------*/
.main-slider {
	padding: 0;
	height: 100vh;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 900px;
	background-color: #292b2e;
	overflow: hidden;
}

@media screen and (max-width: 991px) {
	.main-slider {
		height: auto;
		min-height: 100vh;
	}
}

.main-slider-item {
	position: relative;
	min-height: 100vh;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	outline: none;
	display: none;
}

.main-slider-item.slider-overlay::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 9;
	opacity: .4;
}

.main-slider-item:active {
	display: initial;
}

.main-slider-nav--wrapper {
	width: auto;
	position: absolute;
	z-index: 999;
	bottom: 75px;
	left: 0;
	-webkit-transform: translate(170px, 8px);
	transform: translate(170px, 8px);
}

@media screen and (max-width: 1680px) {
	.main-slider-nav--wrapper {
		bottom: 40px;
	}
}

@media screen and (max-width: 1400px) {
	.main-slider-nav--wrapper {
		left: 30px;
		-webkit-transform: none;
		transform: none;
	}
}

@media screen and (max-width: 767px) {
	.main-slider-nav--wrapper {
		width: auto;
	}
}

@media screen and (max-width: 640px) {
	.main-slider-nav--wrapper {
		bottom: 170px;
	}
}

.main-slider-nav--wrapper .slick-list, .main-slider-nav--wrapper .slick-track {
	width: 700px !important;
	min-width: 700px !important;
	margin: 0 !important;
	padding: 0 !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transform: none !important;
	transform: none !important;
}

@media screen and (max-width: 720px) {
	.main-slider-nav--wrapper .slick-list, .main-slider-nav--wrapper .slick-track {
		width: 100% !important;
		min-width: 100% !important;
	}
}

.container-full-wrap {
	width: 100%;
	padding: 0 15px;
}

.main-slider-content {
	position: absolute;
	top: 74.2%;
	width: 528px;
	left: 59.7%;
	z-index: 99;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 1680px) {
	.main-slider-content {
		left: 65%;
	}
}

@media screen and (max-width: 1600px) {
	.main-slider-content {
		width: 350px;
		left: 76.7%;
	}
}

@media screen and (max-width: 1400px) {
	.main-slider-content {
		width: 500px;
		-webkit-transform: none;
		transform: none;
		top: 256px;
		left: 40px;
	}
}

@media screen and (max-width: 991px) {
	.main-slider-content {
		top: 188px;
		left: 39px;
	}
}

@media screen and (max-width: 640px) {
	.main-slider-content {
		top: 156px;
		text-align: center;
		right: auto;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

.main-slider-content .section-title {
	z-index: 6;
	position: relative;
}

@media screen and (max-width: 1441px) {
	.main-slider-content .section-title br {
		display: none;
	}
}

.main-slider-intro {
	z-index: 9;
	position: absolute;
	top: 220px;
	left: 13.5%;
	color: #fff;
	font-size: 25px;
	font-weight: 200;
	line-height: 1.6;
	letter-spacing: .4px;
}

@media screen and (max-width: 1600px) {
	.main-slider-intro {
		top: 130px;
		font-size: 22px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 1400px) {
	.main-slider-intro {
		left: 30px;
	}
}

@media screen and (max-width: 991px) {
	.main-slider-intro {
		top: 100px;
		font-size: 19px;
		line-height: 1.2;
	}
}

@media screen and (max-width: 640px) {
	.main-slider-intro {
		top: 95px;
		font-size: 15px;
		line-height: 1;
		text-align: center;
		left: auto;
		right: 0;
		padding: 0 15px;
		-webkit-transform: none;
		transform: none;
	}
	
	.main-slider-intro br {
		display: none;
	}
}

.main-slider-nav-item {
	outline: none;
	width: 200px !important;
	margin-bottom: 18px;
}

@media screen and (max-width: 1600px) {
	.main-slider-nav-item {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 640px) {
	.main-slider-nav-item {
		margin-bottom: 0;
		width: 100% !important;
		padding-right: 15px;
	}
}

.main-slider-img-wrapper {
	margin-bottom: 20px;
}

.main-slider-img {
	width: 700px;
	border: 1px solid #f21e34;
	padding: 9px;
	margin-bottom: 20px;
	display: none;
}

.main-slider-img img {
	max-width: 60px;
	margin: 0 auto;
}

.main-slider-nav-img {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 700px;
}

@media screen and (max-width: 1600px) {
	.main-slider-nav-img {
		width: 500px;
	}
}

@media screen and (max-width: 640px) {
	.main-slider-nav-img {
		width: 100%;
	}
}

.main-slider-img-holder {
	padding: 2px;
	border: none;
	position: relative;
	width: 76px;
	height: 76px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 1600px) {
	.main-slider-img-holder {
		width: 50px;
		min-width: 50px;
		height: 50px;
		overflow: hidden;
	}
}

@media screen and (max-width: 640px) {
	.main-slider-img-holder {
		min-width: 50px;
		height: 50px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		max-width: 50px;
		margin-right: 10px;
	}
}

.main-slider-img-holder::after {
	content: "";
	position: absolute;
	right: 2px;
	top: 20px;
	height: 1px;
	width: 24px;
	background-color: #f21e34;
}

@media screen and (max-width: 640px) {
	.main-slider-img-holder::after {
		right: auto;
		left: 0;
	}
}

.main-slider-img-holder img {
	max-width: 50px !important;
	display: none;
}

.slick-current .main-slider-img-holder {
	border: 1px solid #f21e34;
}

.slick-current .main-slider-img-holder::after {
	display: none;
}

.slick-current .main-slider-img-holder img {
	max-width: 64px !important;
	max-height: 64px;
	display: block;
}

@media screen and (max-width: 1600px) {
	.slick-current .main-slider-img-holder img {
		max-width: 39px !important;
		max-height: 39px;
	}
}

.slick-current .main-slider-title {
	color: #f21e34;
}

.main-slider-title {
	color: #fff;
	font-size: 19px;
	font-weight: 200;
	line-height: 1;
	display: block;
	margin-bottom: 10px;
	letter-spacing: .3px;
}

@media screen and (max-width: 1600px) {
	.main-slider-title {
		font-size: 16px;
		margin-bottom: 2px;
	}
}

.main-slider-description {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4;
}

@media screen and (max-width: 720px) {
	.main-slider-description {
		display: none;
	}
}

@media screen and (max-width: 1441px) {
	.main-slider-description br {
		display: none;
	}
}

.main-slider-nav-content {
	padding-left: 24px;
	margin-bottom: -16px;
}

@media screen and (max-width: 640px) {
	.main-slider-nav-content {
		margin-bottom: 0;
	}
}

.main-slider-content-warpper {
	position: relative;
}

.main-slider-content-warpper .borders {
	position: absolute;
	top: 0;
	left: 0;
	width: 369px;
	height: 369px;
	z-index: 2;
	border: 5px solid #f21e34;
	-webkit-transform: translate(-8px, -80px);
	transform: translate(-8px, -80px);
}

@media screen and (max-width: 1600px) {
	.main-slider-content-warpper .borders {
		width: 250px;
		height: 250px;
	}
}

@media screen and (max-width: 1440px) {
	.main-slider-content-warpper .borders {
		display: none;
	}
}

.btn--alt-slider {
	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: 200;
	line-height: 95px;
	text-transform: uppercase;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
	letter-spacing: -.2px;
}

.btn--alt-slider:hover {
	color: #f21e34;
}

.btn--alt-slider::after {
	display: none;
}

.btn--alt-slider::before {
	position: absolute;
	content: "";
	right: -71px;
	top: 50%;
	width: 53px;
	height: .5px;
	background-color: #f21e34;
}

.main-slider-btn {
	z-index: 1;
	position: relative;
	text-align: right;
	padding-right: 46px;
}

@media screen and (max-width: 1440px) {
	.main-slider-btn {
		text-align: left;
		padding-top: 10px;
	}
}

@media screen and (max-width: 991px) {
	.main-slider-btn {
		padding: 0;
	}
}

@media screen and (max-width: 640px) {
	.main-slider-btn {
		top: -30px;
		text-align: center;
	}
}

@media screen and (max-width: 640px) {
	.main-slider-btn a::before {
		display: none;
	}
}

.social-links-v3 {
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 9;
	-webkit-transform: translate(-57px, -50%);
	transform: translate(-57px, -50%);
}

@media screen and (max-width: 1440px) {
	.social-links-v3 {
		-webkit-transform: translate(-15px, -50%);
		transform: translate(-15px, -50%);
	}
}

@media screen and (max-width: 640px) {
	.social-links-v3 {
		top: auto;
		bottom: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		left: 50%;
		right: auto;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

.social-links-v3 .social-links-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (max-width: 640px) {
	.social-links-v3 .social-links-wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		position: absolute;
		bottom: 0;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

.social-links-v3 li {
	border: none;
	margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
	.social-links-v3 li {
		margin: 0 10px;
	}
}

.social-links-v3 li:hover {
	border: none;
}

.social-links-v3 .social-icon {
	color: #f21e34;
	font-size: 20px;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
}

.social-links-v3 .social-icon:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.social-links-v3 .social-icon-fb {
	font-size: 14px;
}

@media screen and (max-width: 1600px) {
	.social-links-v3 .social-icon-fb {
		font-size: 12px;
	}
}

.social-links-v3 .social-icon-tw {
	font-size: 22px;
}

@media screen and (max-width: 1600px) {
	.social-links-v3 .social-icon-tw {
		font-size: 20px;
	}
}

.social-links-v3 .social-icon-in {
	font-size: 19px;
}

@media screen and (max-width: 1600px) {
	.social-links-v3 .social-icon-in {
		font-size: 17px;
	}
}

.social-links-v3 .social-icon-mail {
	font-size: 21px;
}

@media screen and (max-width: 1600px) {
	.social-links-v3 .social-icon-mail {
		font-size: 19px;
	}
}

.main-slider-items {
	height: 100%;
}

.main-slider-items .slick-list {
	height: 100%;
}

.main-slider-items .slick-list .slick-track {
	height: 100%;
}

/*--------------------------------------------------------------
## info-box
--------------------------------------------------------------*/
.info-box {
	padding: 66px 0 0;
}

@media screen and (max-width: 640px) {
	.info-box {
		padding: 30px 0 0;
	}
}

.map-section {
	border-radius: 4px;
	padding: 55px 30px 30px 61px;
	min-height: 849px;
	max-width: 1200px;
	margin: 0 auto -347px;
	z-index: 2;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.map-section .section-title--mixed {
	margin-bottom: 46px;
}

@media screen and (max-width: 1024px) {
	.map-section .section-title--mixed {
		margin-bottom: 10px;
		font-size: 28px;
	}
}

@media screen and (max-width: 640px) {
	.map-section .section-title--mixed {
		font-size: 24px;
	}
}

@media screen and (max-width: 640px) {
	.map-section {
		padding: 30px 15px;
	}
}

.map-section-description {
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: .6px;
	margin-bottom: 53px;
}

@media screen and (max-width: 1024px) {
	.map-section-description {
		font-size: 24px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 1024px) {
	.map-section-description {
		font-size: 15px;
		margin-bottom: 20px;
	}
}

.blue-secton {
	background-color: #0080bc;
	padding-top: 398px;
	padding-bottom: 26px;
}

@media screen and (max-width: 640px) {
	.blue-secton {
		padding-top: 369px;
		padding-bottom: 10px;
	}
}

.entry-content-blue-section {
	text-align: center;
}

.entry-content-blue-section p, .entry-content-blue-section a {
	color: #fff;
	font-size: 18px;
	font-weight: 200;
	line-height: 1.4;
	letter-spacing: .36px;
}

@media screen and (max-width: 640px) {
	.entry-content-blue-section p, .entry-content-blue-section a {
		font-size: 14px;
		line-height: 1.3;
	}
}

.map-title {
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	line-height: 25px;
	margin-bottom: 37px;
}

@media screen and (max-width: 640px) {
	.map-title {
		font-size: 21px;
		margin-bottom: 10px;
	}
}

.map-list-title {
	color: #fff;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
}

@media screen and (max-width: 640px) {
	.map-list-title {
		font-size: 16px;
	}
	
	.map-list-title br {
		display: none;
	}
}

.map-list-items a, .map-list-items .maplink {
	color: #fff;
	font-size: 20px;
	line-height: 26px;
	font-weight: 300;
}

@media screen and (max-width: 640px) {
	.map-list-items a, .map-list-items .maplink {
		font-size: 14px;
		line-height: 1.2;
	}
}

.map-list-items a:hover .underline, .map-list-items .maplink:hover .underline {
	background-size: 100% 100%;
}

@media screen and (max-width: 575px) {
	.bottom-row .col-xs-12 {
		margin-bottom: 15px;
	}
}

.map-title--bottom {
	margin-top: 15px;
}

.top-row {
	margin-bottom: 27px;
}

@media screen and (max-width: 640px) {
	.top-row {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 575px) {
	.top-row .col-xs-12 {
		margin-bottom: 15px;
	}
}

.map-list-items-places {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
}

.map-list-items-places a {
	letter-spacing: .4px;
}

.map-list-items-places li {
	margin-bottom: 10px;
}

.map-list-items-places-column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 179px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
	.map-list-items-places-column {
		height: auto;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

.map-left-row {
	padding-right: 61px;
}

@media screen and (max-width: 991px) {
	.map-left-row {
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 640px) {
	.map-left-row {
		padding-right: 0;
	}
}

.map-right-row {
	padding-left: 18px;
}

.map-list-items-places-short {
	max-width: 331px;
	margin-bottom: 26px;
}

@media screen and (max-width: 640px) {
	.map-list-items-places-short {
		margin-bottom: 0;
	}
}

/*--------------------------------------------------------------
## cta
--------------------------------------------------------------*/
.cta {
	position: relative;
	text-align: center;
	padding: 112px 0 119px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media screen and (max-width: 1200px) {
	.cta {
		padding: 80px 15px;
	}
}

@media screen and (max-width: 991px) {
	.cta {
		padding: 50px 15px;
	}
}

@media screen and (max-width: 640px) {
	.cta {
		padding: 35px 15px;
	}
}

.cta .container {
	position: relative;
	z-index: 4;
}

.cta .section-title--mixed {
	margin-bottom: 35px;
}

.cta-overlay-blue {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #0080bc;
	opacity: .85;
}

.cta-overlay-blue-cta {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #0080bc;
	opacity: .85;
}

.cta-overlay-blue-ctas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #0080bc;
	opacity: .85;
}

.cta-overlay-black {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #292b2e;
	opacity: .8;
}

.cta-overlay-black-cta {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #292b2e;
	opacity: .8;
}

.cta-small {
	padding: 34px 33px 33px 34px;
	border-radius: 6px;
	width: 95.5%;
}

@media screen and (max-width: 640px) {
	.cta-small {
		width: 100%;
		margin: 0 15px;
		padding: 50px 15px;
	}
}

.cta-small .cta-overlay-blue {
	border-radius: 6px;
}

.cta-small .section-title--mixed {
	margin-bottom: 0;
}

@media screen and (max-width: 640px) {
	.cta-small .section-title--mixed {
		margin-bottom: 15px;
	}
}

.cta-small .section-title--mixed span {
	letter-spacing: .2px;
}

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

@media screen and (max-width: 640px) {
	.cta-small .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.cta-small .btn {
	min-width: 182px;
	letter-spacing: .2px;
}

/*--------------------------------------------------------------
## presentation-block
--------------------------------------------------------------*/
.presentation-block {
	padding: 58px 0 60px;
}

@media screen and (min-width: 992px) {
	.presentation-block.presentation-block--alt .row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

.presentation-block .row {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 640px) {
	.presentation-block {
		padding: 30px 0;
	}
}

.presentation-block-entry-content p {
	color: #292b2e;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.65;
	letter-spacing: .32px;
	margin-bottom: 24px;
}

@media screen and (max-width: 640px) {
	.presentation-block-entry-content p {
		line-height: 1.25;
		font-size: 14px;
	}
}

.presentation-block-entry-content span {
	color: #292b2e;
	font-size: 16px;
	line-height: 1.65;
	font-weight: 700;
	letter-spacing: .32px;
}

@media screen and (max-width: 640px) {
	.presentation-block-entry-content span {
		line-height: 1.25;
		font-size: 14px;
	}
}

.presentation-block-description {
	padding: 0 36px;
	text-align: center;
}

.presentation-block-description img {
	margin: 6px auto 46px;
	-webkit-box-shadow: none;
	box-shadow: none;
	max-width: 203px;
}

@media screen and (max-width: 991px) {
	.presentation-block-description img {
		margin: 6px auto 20px;
	}
}

@media screen and (max-width: 991px) {
	.presentation-block-description {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 640px) {
	.presentation-block-description {
		padding: 0;
	}
}

.presentation-block-img-holder {
	left: 25px;
}

@media screen and (max-width: 991px) {
	.presentation-block-img-holder {
		position: static;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.presentation-block-img {
	-webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, .15);
	box-shadow: 0 9px 18px rgba(0, 0, 0, .15);
}

.presentation-block-video {
	width: 100%;
	min-height: 420px;
}

@media screen and (max-width: 991px) {
	.presentation-block-video {
		min-height: 320px;
		max-width: 500px;
	}
}

.presentation-block-video-file {
	width: 100%;
}

/*--------------------------------------------------------------
## icon-listing
--------------------------------------------------------------*/
.icon-listing {
	padding: 116px 0 113px;
	text-align: center;
	background-color: #0080bc;
}

.icon-listing .section-title--mixed {
	margin-bottom: 54px;
}

@media screen and (max-width: 640px) {
	.icon-listing {
		padding: 30px 0;
	}
}

.icon-listing-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 295px;
}

@media screen and (max-width: 1440px) {
	.icon-listing-wrapper {
		padding: 0 60px;
	}
}

@media screen and (max-width: 1024px) {
	.icon-listing-wrapper {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 640px) {
	.icon-listing-wrapper {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media screen and (max-width: 479px) {
	.icon-listing-wrapper {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.icon-listing-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 33.333%;
	padding: 0 20px;
	margin-bottom: 35px;
}

@media screen and (max-width: 1024px) {
	.icon-listing-item {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 640px) {
	.icon-listing-item {
		width: 100%;
	}
}

.icon-listing-description {
	color: #fff;
	font-size: 16px;
	font-weight: 200;
	line-height: 26px;
	letter-spacing: .32px;
}

@media screen and (max-width: 640px) {
	.icon-listing-description br {
		display: none;
	}
}

.icon-listing-img {
	margin-bottom: 21px;
	min-height: 61px;
}

/*--------------------------------------------------------------
## description-image
--------------------------------------------------------------*/
.description-image {
	min-height: 687px;
	position: relative;
	padding: 116px 0 88px;
	background-color: #0080bc;
}

.description-image .section-title--mixed {
	margin-bottom: 46px;
}

@media screen and (max-width: 991px) {
	.description-image .section-title--mixed {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 1257px) {
	.description-image {
		padding: 30px 0;
	}
}

@media screen and (max-width: 991px) {
	.description-image {
		padding: 30px 0 310px;
	}
}

.dark-side {
	height: 100%;
	width: 34%;
	background-color: #292b2e;
	z-index: 3;
	position: absolute;
	top: 0;
	right: 0;
}

@media screen and (max-width: 991px) {
	.dark-side {
		top: auto;
		right: auto;
		bottom: 0;
		left: 0;
		height: 25%;
		width: 100%;
	}
}

.description-image-holder {
	position: absolute;
	right: 98px;
	bottom: 0;
	overflow: hidden;
	max-width: 34%;
}

.description-image-holder img {
	z-index: 5;
	position: relative;
	bottom: -5px;
}

@media screen and (max-width: 1280px) {
	.description-image-holder img {
		width: 100%;
	}
}

@media screen and (max-width: 1280px) {
	.description-image-holder {
		width: 489px;
	}
}

@media screen and (max-width: 1257px) {
	.description-image-holder {
		width: 400px;
		right: 0;
	}
}

@media screen and (max-width: 991px) {
	.description-image-holder {
		width: 280px;
	}
}

.description-image-entry-content {
	padding: 0;
	position: relative;
	z-index: 9;
}

@media screen and (max-width: 1680px) {
	.description-image-entry-content {
		padding-right: 80px;
	}
}

@media screen and (max-width: 640px) {
	.description-image-entry-content {
		padding-right: 40px;
	}
}

.description-image-entry-content p {
	color: #fff;
}

@media screen and (max-width: 1280px) {
	.description-image-entry-content p br {
		display: none;
	}
}

.description-image-text {
	padding-left: 38px;
}

@media screen and (max-width: 1280px) {
	.description-image-text {
		padding-right: 212px;
	}
}

@media screen and (max-width: 991px) {
	.description-image-text {
		padding: 0 15px 50px;
	}
}

/*--------------------------------------------------------------
## cards
--------------------------------------------------------------*/
.cards {
	position: relative;
	padding: 116px 0 87px;
}

.cards .section-title--mixed {
	line-height: 1;
	margin-bottom: 41px;
}

@media screen and (max-width: 1024px) {
	.cards {
		padding: 30px 0 87px;
	}
}

@media screen and (max-width: 640px) {
	.cards {
		padding: 30px 0 40px;
	}
}

.cards .row {
	margin-bottom: 20px;
}

.cards-img-holder {
	position: absolute;
	top: 0;
	right: 0;
}

@media screen and (max-width: 1800px) {
	.cards-img-holder {
		width: 720px;
	}
}

@media screen and (max-width: 1440px) {
	.cards-img-holder {
		width: 50%;
	}
}

@media screen and (max-width: 991px) {
	.cards-img-holder {
		position: relative;
		margin: 0 auto 15px;
	}
}

@media screen and (max-width: 991px) {
	.card-text {
		text-align: center;
		margin: 0 auto;
	}
}

.cards-wrapper {
	padding: 0 32px;
	position: relative;
	z-index: 3;
	padding-left: 4px;
}

@media screen and (max-width: 1440px) {
	.cards-wrapper {
		padding: 0;
	}
}

.card-item-blue {
	background-color: #0080bc;
}

.card-item-black {
	background-color: #292b2e;
}

.card-item {
	padding: 33px 30px 40px 40px;
	border-radius: 4px;
}

.card-item-wrap {
	padding: 0 10px;
	margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
	.card-item-wrap {
		margin-bottom: 15px;
	}
}

.simple-list {
	color: #fff;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.2;
	letter-spacing: .32px;
	margin-bottom: 25px;
}

.simple-list li {
	position: relative;
	line-height: 1.4;
	margin-bottom: 10px;
	padding-left: 15px;
}

.simple-list li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-radius: 50%;
}

.card-item-title {
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: .6px;
	margin-bottom: 25px;
	display: block;
}

@media screen and (max-width: 1250px) {
	.card-item-title {
		font-size: 25px;
	}
}

.cards-subtitle {
	color: #292b2e;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .6px;
	margin-bottom: 18px;
	display: block;
}

@media screen and (max-width: 1024px) {
	.cards-subtitle {
		line-height: 1.1;
	}
}

.entry-content-cards {
	padding: 0;
	margin-bottom: 88px;
}

@media screen and (max-width: 640px) {
	.entry-content-cards {
		margin-bottom: 30px;
	}
}

.entry-content-cards p {
	color: #292b2e;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.65;
	letter-spacing: .32px;
}

@media screen and (max-width: 1024px) {
	.entry-content-cards p br {
		display: none;
	}
}

.card-item-subtitle {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .36px;
	margin-bottom: 27px;
	display: block;
}

/*--------------------------------------------------------------
## story-block
--------------------------------------------------------------*/
.story-block {
	padding: 60px 0 70px;
	overflow: hidden;
}

@media screen and (max-width: 1200px) {
	.story-block {
		padding: 50px 0;
	}
}

@media screen and (max-width: 991px) {
	.story-block {
		padding: 30px 0;
	}
}

.story-block .section-title--mixed {
	line-height: 1;
	margin-bottom: 48px;
}

@media screen and (max-width: 1260px) {
	.story-block .section-title--mixed {
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 991px) {
	.story-block .section-title--mixed {
		text-align: center;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 640px) {
	.story-block .section-title--mixed {
		margin-bottom: 15px;
	}
}

.story-block .entry-content ul {
	margin-bottom: 32px;
}

@media screen and (max-width: 1260px) {
	.story-block .entry-content ul {
		margin-bottom: 15px;
	}
}

.story-block .entry-content li {
	color: #292b2e;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.3;
	letter-spacing: .32px;
	margin-bottom: 5px;
	padding-left: 20px;
}

.story-block .btn {
	min-width: 175px;
}

@media screen and (max-width: 991px) {
	.story-block .btn {
		min-width: 175px;
		margin: 0 auto 30px;
		display: block;
		max-width: 250px;
	}
}

@media screen and (max-width: 480px) {
	.story-block .story-block-left {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
}

@media screen and (max-width: 480px) {
	.story-block .story-block-image-img {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 15px;
	}
}

.entry-content-story-block {
	padding: 0;
}

@media screen and (max-width: 991px) {
	.entry-content-story-block {
		text-align: center;
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 640px) {
	.entry-content-story-block {
		margin-bottom: 15px;
	}
}

.entry-content-story-block p {
	color: #292b2e;
	font-size: 20px;
	font-weight: 200;
	line-height: 1.35;
	letter-spacing: .01px;
	margin-bottom: 46px;
}

@media screen and (max-width: 1260px) {
	.entry-content-story-block p {
		font-size: 18px;
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 640px) {
	.entry-content-story-block p {
		font-size: 16px;
		margin-bottom: 15px;
	}
}

.entry-content-story-block span {
	color: #292b2e;
	font-size: 20px;
	font-weight: 200;
	line-height: 1.35;
	letter-spacing: .35px;
	margin-bottom: 46px;
}

@media screen and (max-width: 1200px) {
	.entry-content-story-block span {
		font-size: 17px;
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 640px) {
	.entry-content-story-block span {
		font-size: 16px;
		margin-bottom: 15px;
	}
}

.entry-content-story-block strong {
	color: #292b2e;
	line-height: 1.35;
	letter-spacing: .35px;
}

.entry-content-story-block a {
	color: #0080bc;
	letter-spacing: .4px;
}

.entry-content-story-block a::before {
	background: #0080bc;
}

.entry-content-story-block a span {
	color: #0080bc !important;
	margin-bottom: 0 !important;
	font-size: 20px !important;
}

@media screen and (max-width: 1200px) {
	.entry-content-story-block a span {
		font-size: 17px !important;
	}
}

@media screen and (max-width: 640px) {
	.entry-content-story-block a span {
		font-size: 16px !important;
	}
}

.entry-content-story-block ul li {
	position: relative;
}

.entry-content-story-block ul li::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 11px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-color: #292b2e;
}

@media screen and (max-width: 1260px) {
	.entry-content-story-block ul {
		margin-left: 0;
	}
}

.story-block-image-img-multi .story-block-image-img-wrapper {
	width: 100%;
	height: 525px;
	position: relative;
}

@media screen and (max-width: 767px) {
	.story-block-image-img-multi .story-block-image-img-wrapper {
		width: 700px;
		left: 50%;
		-webkit-transform: translateX(-50%) scale(.8);
		transform: translateX(-50%) scale(.8);
	}
}

@media screen and (max-width: 640px) {
	.story-block-image-img-multi .story-block-image-img-wrapper {
		-webkit-transform: translateX(-50%) scale(.6);
		transform: translateX(-50%) scale(.6);
		margin: -40px 0;
	}
}

@media screen and (max-width: 640px) {
	.story-block-image-img-multi .story-block-image-img-wrapper {
		-webkit-transform: translateX(-50%) scale(.5);
		transform: translateX(-50%) scale(.5);
		margin: -100px 0 -70px;
	}
}

@media screen and (max-width: 375px) {
	.story-block-image-img-multi .story-block-image-img-wrapper {
		-webkit-transform: translateX(-50%) scale(.4);
		transform: translateX(-50%) scale(.4);
		margin: -120px 0 -70px;
	}
}

.story-block-image-img-multi .story-block-img {
	position: absolute;
}

.story-block-image-img-multi .story-block-img.img-1 {
	top: 64px;
	left: -3%;
	z-index: 2;
}

.story-block-image-img-multi .story-block-img.img-2 {
	z-index: 3;
	border: 10px solid #fff;
	bottom: -4px;
	max-width: 238px;
	left: .5%;
}

.story-block-image-img-multi .story-block-img.img-3 {
	z-index: 3;
	bottom: 31px;
	right: 20.4%;
	-webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .24);
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .24);
}

@media screen and (max-width: 1257px) {
	.story-block-image-img-multi .story-block-img.img-3 {
		right: 5%;
	}
}

@media screen and (max-width: 991px) {
	.story-block-image-img-multi .story-block-img.img-3 {
		right: 20.4%;
	}
}

.story-block-image-img-multi .story-block-img.img-4 {
	right: 4%;
	top: 116px;
	z-index: 3;
	-webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .24);
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .24);
}

@media screen and (max-width: 1257px) {
	.story-block-image-img-multi .story-block-img.img-4 {
		right: -15%;
	}
}

@media screen and (max-width: 991px) {
	.story-block-image-img-multi .story-block-img.img-4 {
		right: 4%;
	}
}

.story-block-image-img-multi .story-block-img.img-5 {
	top: 6px;
	left: 22%;
	z-index: 2;
}

@media screen and (max-width: 1257px) {
	.story-block-image-img-multi .story-block-img.img-5 {
		left: 25%;
	}
}

@media screen and (max-width: 991px) {
	.story-block-image-img-multi .story-block-img.img-5 {
		left: 22%;
	}
}

.story-block-image-img {
	position: relative;
	margin-top: 25px;
}

.story-block-image-img img {
	margin-left: -24px;
	z-index: 9;
	position: relative;
}

@media screen and (max-width: 991px) {
	.story-block-image-img img {
		margin: 0 auto;
	}
}

.story-block-image-img .border-img {
	border: 4px solid #0080bc;
	border-radius: 6px;
	height: calc(100% + 40px);
	max-height: 680px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (max-width: 640px) {
	.story-block-image-img .border-img {
		max-height: 500px;
	}
}

.story-block-image-img .border-img img {
	margin: 0 auto !important;
	margin-left: -20px !important;
}

.story-block-image-img.story-block-image-img-center .border-img img {
	margin: 0 auto !important;
	max-width: 95%;
}

.story-block-services {
	padding: 0 0 72px;
}

@media screen and (max-width: 1400px) {
	.story-block-services {
		padding: 80px 0;
	}
}

@media screen and (max-width: 1260px) {
	.story-block-services {
		padding: 40px 0;
	}
}

@media screen and (max-width: 991px) {
	.story-block-services {
		padding: 20px 0;
	}
}

@media screen and (max-width: 640px) {
	.story-block-services br {
		display: none;
	}
}

.story-block-services .entry-content p {
	color: #292b2e;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: .4px;
	margin-bottom: 8px;
}

@media screen and (max-width: 1260px) {
	.story-block-services .entry-content p {
		font-size: 18px;
		line-height: 1.2;
	}
}

.story-block-services .entry-content span {
	color: #292b2e;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.6;
	letter-spacing: .32px;
	display: block;
	margin-bottom: 47px;
}

@media screen and (max-width: 1550px) {
	.story-block-services .entry-content span {
		width: 100%;
	}
}

@media screen and (max-width: 1260px) {
	.story-block-services .entry-content span {
		margin-bottom: 20px;
	}
}

.story-block-services .entry-content strong {
	color: #292b2e;
	line-height: 1.4;
	letter-spacing: .4px;
	margin-bottom: 8px;
	width: auto;
	display: inline;
}

.story-block-services .story-block-image-img {
	padding: 0;
	padding-top: 50px;
}

@media screen and (max-width: 1260px) {
	.story-block-services .story-block-image-img {
		padding: 0 15px;
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 991px) {
	.story-block-services .story-block-image-img {
		margin-top: 15px;
	}
}

.story-block-services .story-block-image-img img {
	margin: 34px 0 0 102px;
}

@media screen and (max-width: 1550px) {
	.story-block-services .story-block-image-img img {
		margin: 34px 0 0 15px;
	}
}

@media screen and (max-width: 1260px) {
	.story-block-services .story-block-image-img img {
		margin: 0 auto;
	}
}

.story-block-services .story-block-left {
	padding-right: 20px;
	padding-top: 50px;
}

@media screen and (max-width: 1260px) {
	.story-block-services .story-block-left {
		padding-right: 20px;
	}
}

.story-block-btns {
	margin: 0 0 45px;
}

@media screen and (max-width: 1200px) {
	.story-block-btns {
		margin: 0 0 25px;
	}
}

@media screen and (max-width: 991px) {
	.story-block-btns {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

@media screen and (max-width: 640px) {
	.story-block-btns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.story-block-btns .btn {
	padding: 18px;
	margin-right: 8px;
	min-width: 228px;
	margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
	.story-block-btns .btn {
		max-width: 300px;
		margin: 0 auto 10px;
		padding: 10px;
	}
}

/*--------------------------------------------------------------
## alt-section
--------------------------------------------------------------*/
.alt-section {
	padding: 34px 0;
}

@media screen and (max-width: 640px) {
	.alt-section {
		padding: 15px;
	}
}

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

.alt-section .section-title--mixed {
	line-height: 1;
	margin-bottom: 43px;
}

.alt-section .btn {
	min-width: 217px;
}

.alt-section-wrapper {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 89px 15px 15px 91px;
	margin: 0 auto;
	min-height: 377px;
	border-radius: 4px;
}

@media screen and (max-width: 991px) {
	.alt-section-wrapper {
		padding: 80px;
		min-height: auto;
	}
}

@media screen and (max-width: 640px) {
	.alt-section-wrapper {
		padding: 40px;
	}
}

.gradient {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 99;
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 128, 188, 0)), to(#0080bc));
	background-image: linear-gradient(to left, rgba(0, 128, 188, 0) 0%, #0080bc 100%);
	border-radius: 4px;
}

.gradient-full {
	background-image: -webkit-gradient(linear, left top, right top, from(#0f94d2), to(#0080bc));
	background-image: linear-gradient(to right, #0f94d2 0%, #0080bc 100%);
	opacity: .8;
}

.alt-wrapper {
	width: 100%;
	position: relative;
}

.alt-content {
	z-index: 99;
	position: relative;
}

@media screen and (max-width: 480px) {
	.alt-content {
		text-align: center;
	}
}

.alt-content .section-title--mixed {
	font-size: 40px;
}

@media screen and (max-width: 640px) {
	.alt-content .section-title--mixed {
		font-size: 34px;
	}
}

.alt-section-centered {
	padding: 120px 0 123px;
	text-align: center;
}

@media screen and (max-width: 1200px) {
	.alt-section-centered {
		padding: 80px 0;
	}
}

@media screen and (max-width: 991px) {
	.alt-section-centered {
		padding: 60px 0;
	}
}

@media screen and (max-width: 640px) {
	.alt-section-centered {
		padding: 30px 15px;
	}
}

.alt-section-centered .alt-section-wrapper {
	background-size: cover;
	padding: 80px 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 290px;
}

.alt-section-centered .btn {
	min-width: 195px;
}

.alt-section-centered .section-title--mixed {
	margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
	.alt-section-centered .section-title--mixed {
		margin-bottom: 20px;
	}
}

.alt-section-color {
	text-align: center;
	margin: 16px 0 3px;
}

@media screen and (max-width: 1400px) {
	.alt-section-color {
		margin: 0 auto;
	}
}

.alt-section-color .section-title--mixed {
	margin-bottom: 25px;
}

.alt-section-color .alt-wrapper {
	background-color: #292b2e;
	border-radius: 4px;
}

.alt-section-color .alt-section-wrapper {
	padding: 37px 0 14px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 266px;
}

@media screen and (max-width: 991px) {
	.alt-section-color .alt-section-wrapper {
		padding: 25px 15px;
	}
}

@media screen and (max-width: 1260px) {
	.entry-content-alt-section {
		padding: 0 15px;
	}
}

.entry-content-alt-section p {
	color: #fff;
	font-weight: 300;
	line-height: 1.45;
	letter-spacing: .8px;
	font-size: 19px;
}

@media screen and (max-width: 1260px) {
	.entry-content-alt-section p {
		line-height: 1.2;
		font-size: 18px;
	}
}

@media screen and (max-width: 991px) {
	.entry-content-alt-section p {
		font-size: 17px;
		margin-bottom: 0;
	}
}

/*--------------------------------------------------------------
## services
--------------------------------------------------------------*/
.services {
	padding: 49px 0 0;
}

@media screen and (max-width: 1400px) {
	.services {
		padding: 35px 0 0;
	}
}

@media screen and (max-width: 991px) {
	.services {
		padding: 20px 0 0;
	}
}

.services .section-title--mixed {
	text-align: center;
	margin-bottom: 113px;
	line-height: 1;
}

@media screen and (max-width: 1200px) {
	.services .section-title--mixed {
		margin-bottom: 70px;
	}
}

@media screen and (max-width: 991px) {
	.services .section-title--mixed {
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 640px) {
	.services .section-title--mixed {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 480px) {
	.services .section-title--mixed {
		font-size: 34px;
	}
}

.services-black {
	background-color: #292b2e;
	color: #fff;
}

.services-white {
	background-color: #f4f4f6;
}

.services-white .section-title--services {
	color: #292b2e;
}

.section-title--services {
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: -.6px;
	margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
	.section-title--services {
		font-size: 28px;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 640px) {
	.section-title--services {
		font-size: 25px;
		margin-bottom: 10px;
	}
}

.entry-content-services {
	padding: 0;
	max-width: 707px;
}

.entry-content-services span {
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: .32px;
	margin-bottom: 28px;
	display: inline-block;
}

.entry-content-services ul {
	padding: 4px 0 6px 19px;
	margin-bottom: 25px;
}

.entry-content-services ul li {
	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: 200;
	letter-spacing: .32px;
	margin-bottom: 4px;
	line-height: 1.4;
}

.entry-content-services ul li::after {
	content: "";
	position: absolute;
	left: -13px;
	top: 11px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-color: #fff;
}

.entry-content-services-white p, .entry-content-services-white span, .entry-content-services-white a {
	color: #fff;
}

.services-block-inner {
	padding: 40px 15px 40px 79px;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 1200px) {
	.services-block-inner {
		padding: 40px 15px 40px 50px;
	}
}

@media screen and (max-width: 991px) {
	.services-block-inner {
		padding: 40px;
		height: auto;
	}
}

@media screen and (max-width: 640px) {
	.services-block-inner {
		padding: 25px;
	}
}

.services-block-inner .section-title--mixed {
	text-align: left;
	margin-bottom: 25px;
}

.services-block-inner .btn {
	max-width: 247px;
	padding: 15px 5px;
	margin-top: 9px;
}

.services-block {
	min-height: 540px;
}

@media screen and (max-width: 991px) {
	.services-block {
		min-height: auto;
	}
}

.services-block-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media screen and (max-width: 991px) {
	.services-block-img {
		min-height: 250px;
	}
}

@media screen and (max-width: 640px) {
	.services-block-img {
		min-height: 200px;
	}
}

.services-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.services-reverse .services-block-inner {
	padding: 40px 58px 40px 347px;
}

@media screen and (max-width: 1800px) {
	.services-reverse .services-block-inner {
		padding: 40px 58px 40px 100px;
	}
}

@media screen and (max-width: 1200px) {
	.services-reverse .services-block-inner {
		padding: 30px 58px 30px 50px;
	}
}

@media screen and (max-width: 991px) {
	.services-reverse .services-block-inner {
		padding: 40px;
		height: auto;
	}
}

@media screen and (max-width: 640px) {
	.services-reverse .services-block-inner {
		padding: 25px;
	}
}

.entry-content-services-black {
	color: #292b2e;
}

.entry-content-services-black p {
	color: #292b2e;
}

.entry-content-services-black ul li {
	color: #292b2e;
}

.entry-content-services-black ul li::after {
	background-color: #292b2e;
}

.entry-content-services-black span {
	color: #0080bc;
	margin-bottom: 0;
	display: contents;
}

.services-blue {
	background-color: #0080bc;
}

.entry-content-services-blue p {
	color: #fff;
}

.services-block-inner-icon {
	margin-bottom: 35px;
}

.no-top-margin {
	margin-top: 0;
	padding-top: 0;
}

.services-buttons {
	margin-top: 10px;
}

@media screen and (max-width: 374px) {
	.services-buttons {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.services-buttons .btn {
	line-height: 1;
	padding: 18px 19px;
	min-width: 183px;
	margin-right: 13px;
	letter-spacing: 1.05px;
	font-size: 15px;
}

@media screen and (max-width: 480px) {
	.services-buttons .btn {
		min-width: inherit;
		font-size: 12px;
	}
}

@media screen and (max-width: 374px) {
	.services-buttons .btn {
		min-width: 183px;
	}
}

/*--------------------------------------------------------------
## megamenu
--------------------------------------------------------------*/
.megamenu {
	width: 790px;
	background-color: #fff;
	padding: 44px 35px 50px 50px;
}

@media screen and (max-width: 1257px) {
	.megamenu {
		position: relative;
		background: transparent;
		padding: 0;
		display: none;
		width: 200px;
	}
}

@media screen and (max-width: 1257px) {
	.megamenu.toggle-megamenu {
		display: block;
	}
}

.megamenu a {
	color: #292b2e;
	font-size: 16px;
	font-weight: 200;
	line-height: 20px;
	-webkit-transition: 250ms ease;
	transition: 250ms ease;
}

@media screen and (max-width: 1257px) {
	.megamenu a {
		color: #fff;
	}
}

.megamenu a:hover {
	color: #0080bc;
}

.megamenu .list-menu-title {
	color: #292b2e;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 15px;
}

@media screen and (max-width: 1257px) {
	.megamenu .list-menu-title {
		color: #fff;
		font-size: 15px;
		margin-bottom: 10px;
		margin-top: 0;
	}
}

.megamenu li {
	line-height: 20px;
	margin-bottom: 8px;
}

/*--------------------------------------------------------------
## info-blocks
--------------------------------------------------------------*/
.info-blocks {
	background-color: #f0f0f6;
	padding: 116px 0 119px;
}

@media screen and (max-width: 1400px) {
	.info-blocks {
		padding: 70px 0;
	}
}

@media screen and (max-width: 1260px) {
	.info-blocks {
		padding: 30px 0;
	}
}

.info-blocks .section-title--mixed {
	margin-bottom: 54px;
}

@media screen and (max-width: 1260px) {
	.info-blocks .section-title--mixed {
		margin-bottom: 30px;
	}
}

.info-block-lg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 39px 30px 0 42px;
	border-radius: 4px;
	min-height: 481px;
}

@media screen and (max-width: 991px) {
	.info-block-lg {
		padding: 25px;
		border-radius: 4px;
		min-height: auto;
	}
}

@media screen and (max-width: 640px) {
	.info-block-lg {
		min-height: 200px;
	}
}

.section-title-info-block {
	font-size: 30px;
	font-weight: 300;
	line-height: 1.19;
	letter-spacing: -.6px;
	margin-bottom: 32px;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
}

@media screen and (max-width: 1260px) {
	.section-title-info-block {
		margin-bottom: 15px;
		font-size: 24px;
		line-height: 1.19;
	}
}

@media screen and (max-width: 640px) {
	.section-title-info-block {
		font-size: 20px;
	}
}

.section-title-info-block--white {
	color: #fff;
}

.info-block-overlay {
	position: relative;
}

.info-block-overlay-full {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#0080bc), color-stop(98%, rgba(40, 45, 49, .34)), to(rgba(41, 43, 46, .34)));
	background-image: linear-gradient(to top, #0080bc 0%, rgba(40, 45, 49, .34) 98%, rgba(41, 43, 46, .34) 100%);
	opacity: .5;
	z-index: 2;
	border-radius: 4px;
}

.info-block-wrapper {
	position: relative;
	z-index: 5;
}

.btn--alt-arrow {
	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.92px;
}

@media screen and (max-width: 1250px) {
	.btn--alt-arrow {
		font-size: 15px;
	}
}

.btn--alt-arrow svg {
	width: 18px;
	height: 9px;
	position: absolute;
	right: -24px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.info-block-date {
	background-color: #292b2e;
	color: #f0f0f6;
	font-weight: 200;
	line-height: 1.2;
	letter-spacing: -1.09px;
	display: inline-block;
	padding: 5px 9px;
	border-radius: 4px;
	margin-bottom: 149px;
}

@media screen and (max-width: 991px) {
	.info-block-date {
		margin-bottom: 30px;
	}
}

.info-blocks-lg-wrapper {
	padding-right: 41px;
}

@media screen and (max-width: 991px) {
	.info-blocks-lg-wrapper {
		padding-right: 0;
		margin-bottom: 50px;
		padding: 0;
	}
}

.info-blocks-img {
	min-height: 300px;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 33px;
}

@media screen and (max-width: 1250px) {
	.info-blocks-img {
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 991px) {
	.info-blocks-img {
		margin-bottom: 15px;
	}
}

.info-blocks-img img {
	position: relative;
	z-index: 5;
	border-radius: 4px;
}

.info-block-overlay-part {
	border-radius: 5px;
	background-color: #0080bc;
	opacity: .4;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.section-title-info-block--black {
	color: #292b2e;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: 0;
}

@media screen and (max-width: 1260px) {
	.section-title-info-block--black {
		font-size: 25px;
	}
}

.info-blocks-img-wrapper {
	padding-left: 0;
	padding-right: 47px;
}

@media screen and (max-width: 991px) {
	.info-blocks-img-wrapper {
		font-size: 25px;
		padding-right: 0;
		margin-bottom: 50px;
	}
}

.info-blocks-img-wrapper.border-line-wrapper .border-line {
	right: 27px;
}

.info-blocks-img-wrapper a:hover .section-title-info-block--black {
	color: #0080bc;
}

.info-blocks-description {
	position: relative;
	padding-left: 22px;
	color: #292b2e;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.64;
	letter-spacing: .32px;
}

@media screen and (max-width: 1250px) {
	.info-blocks-description {
		line-height: 1.3;
	}
}

@media screen and (max-width: 991px) {
	.info-blocks-description br {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	.info-blocks-description {
		font-size: 15px;
		margin: 0 15px;
	}
}

.info-blocks-description::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 3px;
	background-color: #f07c4f;
}

.info-blocks-top {
	height: calc(53% - 30px);
	-webkit-box-shadow: 0 0 24px rgba(0, 0, 0, .12);
	box-shadow: 0 0 24px rgba(0, 0, 0, .12);
	border-radius: 4px;
	background-color: #fff;
	margin-bottom: 37px;
	padding: 0 16px 0 34px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 991px) {
	.info-blocks-top {
		height: auto;
		padding: 20px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 640px) {
	.info-blocks-top {
		text-align: center;
	}
}

.info-blocks-bottom {
	height: calc(52% - 30px);
	-webkit-box-shadow: 0 0 24px rgba(0, 0, 0, .12);
	box-shadow: 0 0 24px rgba(0, 0, 0, .12);
	border-radius: 4px;
	background-color: #fff;
	padding: 0 16px 0 34px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 991px) {
	.info-blocks-bottom {
		height: auto;
		padding: 20px;
	}
}

.info-blocks-paragraph {
	color: #292b2e;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: -.4px;
	margin-bottom: 28px;
}

@media screen and (max-width: 1250px) {
	.info-blocks-paragraph {
		font-size: 18px;
	}
	
	.info-blocks-paragraph br {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.info-blocks-paragraph {
		text-align: center;
		padding: 0 15px;
	}
}

.info-blocks-img-inner {
	padding: 0;
}

@media screen and (max-width: 991px) {
	.info-blocks-img-inner {
		padding: 0 15px;
	}
}

@media screen and (max-width: 767px) {
	.info-blocks-img-inner img {
		margin: 0 auto 5px;
	}
}

.btn--alt-left-icon {
	color: #292b2e;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.68px;
	padding: 0;
	border: none;
	line-height: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.btn--alt-left-icon {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.btn--alt-left-icon:hover {
	color: #0080bc;
}

.btn--alt-left-icon img {
	margin-right: 8px;
}

.info-blocks-flores {
	padding-left: 0;
	padding-right: 41px;
	margin-left: -7px;
}

@media screen and (max-width: 1400px) {
	.info-blocks-flores {
		padding-right: 0;
		padding-left: 0;
	}
}

@media screen and (max-width: 640px) {
	.info-blocks-flores {
		margin: 0 auto;
		padding: 15px;
		padding-top: 0;
	}
}

.info-blocks-flores a:hover .btn {
	color: #0080bc;
}

.info-blocks-description-inner {
	padding: 14px 16px 0 33px;
}

@media screen and (max-width: 1250px) {
	.info-blocks-description-inner {
		padding: 14px 16px 0 10px;
	}
}

@media screen and (max-width: 991px) {
	.info-blocks-description-inner {
		padding: 15px 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (max-width: 640px) {
	.info-blocks-description-inner {
		padding: 15px 0;
	}
}

.border-line-wrapper {
	position: relative;
}

.border-line-wrapper .border-line {
	position: absolute;
	right: 21px;
	width: 2px;
	height: 100%;
	background-color: #292b2e;
	opacity: .3;
}

@media screen and (max-width: 991px) {
	.border-line-wrapper .border-line {
		bottom: -25px;
		width: 100%;
		height: 3px;
		left: 0;
		right: 0;
	}
}

.border-line-wrapper a:hover .btn--alt::after {
	-webkit-transform: translateX(-50%) scaleX(1);
	transform: translateX(-50%) scaleX(1);
}

/*--------------------------------------------------------------
## services-overview
--------------------------------------------------------------*/
.services-overview {
	padding: 120px 110px;
}

@media screen and (max-width: 1850px) {
	.services-overview {
		padding: 120px 30px;
	}
}

@media screen and (max-width: 1400px) {
	.services-overview {
		padding: 80px 30px;
	}
}

@media screen and (max-width: 1100px) {
	.services-overview {
		padding: 50px 30px;
	}
}

@media screen and (max-width: 991px) {
	.services-overview {
		padding: 30px;
	}
}

@media screen and (max-width: 640px) {
	.services-overview {
		padding: 20px;
	}
}

.services-overview__row {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.services-overview-inner {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 4px;
	padding: 93px 89px;
}

@media screen and (max-width: 1750px) {
	.services-overview-inner {
		padding: 73px 69px;
	}
}

@media screen and (max-width: 1400px) {
	.services-overview-inner {
		padding: 20px;
	}
}

.services-overview-inner .color-block, .services-overview-inner .color-block-hover {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 4px;
	opacity: 0;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
}

.services-overview-inner .color-block-orange {
	background-color: #292b2e;
	opacity: .7;
}

.services-overview-inner .color-block-light-gray {
	background-color: #292b2e;
	opacity: .7;
}

.services-overview-inner .color-block-dark-gray {
	background-color: #292b2e;
	opacity: .8;
}

.services-overview-inner:hover .color-block-hover {
	opacity: .75;
}

.services-overview-block-title {
	color: #fff;
	font-size: 50px;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: -.8px;
	margin-bottom: 21px;
}

@media screen and (max-width: 1400px) {
	.services-overview-block-title {
		font-size: 40px;
		font-weight: 300;
		line-height: 1.2;
		letter-spacing: -.8px;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 1100px) {
	.services-overview-block-title {
		font-size: 36px;
		font-weight: 300;
		line-height: 1.2;
		margin-bottom: 5px;
	}
}

.services-overview-block-description {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.45;
	letter-spacing: .36px;
	margin-bottom: 24px;
}

@media screen and (max-width: 1400px) {
	.services-overview-block-description {
		font-size: 17px;
		line-height: 1.2;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 991px) {
	.services-overview-block-description {
		font-size: 16px;
	}
}

.services-overview-block {
	position: relative;
	z-index: 5;
	border: 3px solid #fff;
	padding: 27px 34px 34px 35px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 1400px) {
	.services-overview-block {
		padding: 20px;
	}
}

@media screen and (max-width: 991px) {
	.services-overview-block {
		text-align: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.services-overview-item {
	margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
	.services-overview-item {
		margin-bottom: 25px;
	}
}

/*--------------------------------------------------------------
## dual-block
--------------------------------------------------------------*/
.dual-block {
	position: relative;
	overflow: hidden;
	border-top: 1px solid #d8d8dd;
}

@media screen and (max-width: 1250px) {
	.dual-block {
		margin-bottom: 15px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.dual-block .section-title--mixed {
	line-height: 1;
	margin-bottom: 45px;
}

@media screen and (max-width: 1400px) {
	.dual-block .section-title--mixed {
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 1250px) {
	.dual-block .section-title--mixed {
		margin-bottom: 15px;
	}
}

.dual-block .btn {
	min-width: 186px;
}

.dual-block-description {
	color: #292b2e;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: 0;
	margin-bottom: 38px;
}

@media screen and (max-width: 1400px) {
	.dual-block-description {
		font-size: 26px;
		font-weight: 300;
		line-height: 1.2;
		letter-spacing: 0;
		margin-bottom: 26px;
	}
}

@media screen and (max-width: 900px) {
	.dual-block-description {
		font-size: 22px;
	}
}

@media screen and (max-width: 640px) {
	.dual-block-description {
		font-size: 18px;
		margin-bottom: 15px;
	}
}

.dual-block-img {
	position: absolute;
	right: 122px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	max-width: 765px;
}

@media screen and (max-width: 1800px) {
	.dual-block-img {
		max-width: 400px;
	}
}

@media screen and (max-width: 1250px) {
	.dual-block-img {
		position: relative;
		top: auto;
		-webkit-transform: none;
		transform: none;
		left: auto;
		right: auto;
		margin: 25px auto;
	}
}

.dual-block-img img {
	border-radius: 5px;
}

.dual-block-warpper {
	background-color: #f0f0f6;
	padding: 239px 0 240px;
}

@media screen and (max-width: 1800px) {
	.dual-block-warpper {
		padding: 100px 0 200px;
	}
}

@media screen and (max-width: 1400px) {
	.dual-block-warpper {
		padding: 60px 0;
	}
}

@media screen and (max-width: 1257px) {
	.dual-block-warpper {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		text-align: center;
		padding: 30px 0;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 640px) {
	.dual-block-warpper {
		margin-bottom: 10px;
	}
}

.side-block-color {
	position: absolute;
	right: 0;
	height: 100%;
	width: 595px;
	background-color: #0080bc;
}

@media screen and (max-width: 1400px) {
	.side-block-color {
		display: none;
	}
}

/*--------------------------------------------------------------
## tag-description
--------------------------------------------------------------*/
.tag-description {
	position: relative;
	background-color: #292b2e;
	padding: 117px 0;
}

@media screen and (max-width: 1400px) {
	.tag-description {
		padding: 60px 0;
	}
}

@media screen and (max-width: 1250px) {
	.tag-description {
		padding: 30px 0;
	}
}

@media screen and (max-width: 991px) {
	.tag-description {
		text-align: center;
	}
}

@media screen and (max-width: 991px) {
	.tag-description img {
		margin: 0 auto 15px;
	}
}

.tag-description .section-title--mixed {
	margin-bottom: 48px;
}

@media screen and (max-width: 1250px) {
	.tag-description .section-title--mixed {
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 640px) {
	.tag-description .section-title--mixed {
		font-size: 34px;
	}
}

.tag-description .btn {
	padding: 16px 20px;
	min-width: 179px;
	letter-spacing: .5px;
}

.tag {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1.92px;
	background-color: #0080bc;
	max-width: 137px;
	text-align: center;
	position: fixed;
	-webkit-transform-origin: center right;
	transform-origin: center right;
	right: 0;
	top: 40%;
	border-radius: 5px;
	-webkit-transform: rotate(270deg) translate(0, -50%);
	transform: rotate(270deg) translate(0, -50%);
	min-width: 127px;
	word-spacing: 10px;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
	z-index: 9;
}

.tag:hover {
	background-color: #f21e34;
}

.tag a {
	color: #fff;
	padding: 16px;
	display: inline-block;
}

@media screen and (max-width: 640px) {
	.tag a {
		padding: 9px;
		display: inline-block;
		font-size: 14px;
	}
}

.tag-description-text {
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 23px;
}

@media screen and (max-width: 1250px) {
	.tag-description-text {
		font-size: 26px;
	}
}

@media screen and (max-width: 640px) {
	.tag-description-text {
		font-size: 19px;
		margin-bottom: 15px;
	}
}

.entry-content-tag-description {
	padding: 0;
	margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
	.entry-content-tag-description {
		margin-bottom: 15px;
	}
}

.entry-content-tag-description p {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: .4px;
}

@media screen and (max-width: 1250px) {
	.entry-content-tag-description p {
		font-size: 18px;
	}
}

@media screen and (max-width: 991px) {
	.entry-content-tag-description p {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 640px) {
	.entry-content-tag-description p {
		font-size: 16px;
	}
}

.tag-description-listing {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 46px 0 0 37px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media screen and (max-width: 991px) {
	.tag-description-listing {
		padding-left: 0;
	}
}

@media screen and (max-width: 640px) {
	.tag-description-listing {
		padding: 25px 0;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 374px) {
	.tag-description-listing {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.tag-description-listing .btn--border-blue-white {
	margin: 15px auto 0;
}

.tag-description-listing-inner {
	width: 33.333%;
	padding: 0 15px;
}

@media screen and (max-width: 640px) {
	.tag-description-listing-inner {
		width: inherit;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

@media screen and (max-width: 374px) {
	.tag-description-listing-inner {
		-webkit-box-flex: 0;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
		max-width: inherit;
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.tag-description-listing-inner {
		padding: 0 10px;
	}
}

.tag-description-listing-inner img {
	margin-bottom: 35px;
}

@media screen and (max-width: 575px) {
	.tag-description-listing-inner img {
		max-width: 50px;
	}
}

@media screen and (max-width: 480px) {
	.tag-description-listing-inner img {
		max-width: 40px;
	}
}

.tag-description-listing-text {
	color: #fff;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.65;
	letter-spacing: .32px;
	margin-bottom: 22px;
}

@media screen and (max-width: 1250px) {
	.tag-description-listing-text {
		font-size: 15px;
	}
}

@media screen and (max-width: 640px) {
	.tag-description-listing-text {
		line-height: 1.2;
	}
}

@media screen and (max-width: 480px) {
	.tag-description-listing-text {
		font-size: 14px;
	}
}

.tag-description-listing-title {
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 29px;
	display: inline-block;
}

@media screen and (max-width: 1400px) {
	.tag-description-listing-title {
		font-size: 26px;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 1250px) {
	.tag-description-listing-title {
		font-size: 22px;
	}
}

@media screen and (max-width: 575px) {
	.tag-description-listing-title {
		font-size: 20px;
	}
}

@media screen and (max-width: 480px) {
	.tag-description-listing-title {
		font-size: 18px;
	}
}

/*--------------------------------------------------------------
## app-listing
--------------------------------------------------------------*/
.app-listing {
	padding: 116px 0 119px;
	text-align: center;
}

@media screen and (max-width: 1400px) {
	.app-listing {
		padding: 70px 0;
	}
}

@media screen and (max-width: 1250px) {
	.app-listing {
		padding: 30px 0;
	}
}

.app-listing .section-title--mixed {
	margin-bottom: 43px;
}

@media screen and (max-width: 1250px) {
	.app-listing .section-title--mixed {
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 640px) {
	.app-listing .section-title--mixed {
		font-size: 34px;
	}
}

.app-listing .btn {
	padding: 16px 7px;
	min-width: 204px;
	letter-spacing: .7px;
}

.app-listing-items {
	padding: 53px 0 25px;
	-webkit-box-pack: space-evenly;
	-webkit-justify-content: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

@media screen and (max-width: 991px) {
	.app-listing-items {
		padding: 20px;
	}
}

@media screen and (max-width: 640px) {
	.app-listing-items {
		padding: 20px 0 5px;
	}
}

.app-listing-item {
	padding: 0 10px;
	margin-bottom: 50px;
}

.app-listing-item:last-child {
	margin-bottom: 25px;
}

@media screen and (max-width: 374px) {
	.app-listing-item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.app-listing-item img {
	margin: 0 auto 33px;
}

@media screen and (max-width: 991px) {
	.app-listing-item img {
		margin: 0 auto 15px;
	}
}

@media screen and (max-width: 480px) {
	.app-listing-item img {
		max-width: 50px;
	}
}

.app-listing-items-title {
	color: #292b2e;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.3;
	display: inline-block;
	margin-bottom: 24px;
}

@media screen and (max-width: 1250px) {
	.app-listing-items-title {
		font-size: 27px;
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 991px) {
	.app-listing-items-title {
		font-size: 25px;
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 480px) {
	.app-listing-items-title {
		font-size: 22px;
	}
}

.app-listing-items-description {
	color: #292b2e;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.6;
	letter-spacing: 0;
}

@media screen and (max-width: 991px) {
	.app-listing-items-description {
		line-height: 1.2;
	}
}

.app-listing-description {
	color: #292b2e;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.55;
}

@media screen and (max-width: 1250px) {
	.app-listing-description {
		font-size: 26px;
	}
}

@media screen and (max-width: 640px) {
	.app-listing-description {
		font-size: 22px;
		line-height: 1.3;
	}
}

/*--------------------------------------------------------------
## blog
--------------------------------------------------------------*/
.blog {
	padding: 104px 0 70px;
}

@media screen and (max-width: 1500px) {
	.blog {
		padding: 80px 0;
	}
}

@media screen and (max-width: 1257px) {
	.blog {
		padding: 40px 0;
	}
}

@media screen and (max-width: 991px) {
	.blog {
		padding: 20px 0;
	}
}

.blog .section-title--mixed {
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	line-height: 35px;
	letter-spacing: -.3px;
	margin-bottom: 0;
}

@media screen and (max-width: 1257px) {
	.blog .section-title--mixed {
		font-size: 34px;
		margin-bottom: 0;
	}
}

.blog .section-title--mixed span {
	font-weight: 700;
	letter-spacing: -.3px;
}

.blog .author {
	color: #292b2e;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .32px;
	margin-bottom: 8px;
}

.blog .date {
	color: #8d8d8d;
	font-size: 14px;
	font-weight: 200;
	line-height: 1.3;
	letter-spacing: .28px;
	margin-bottom: 13px;
}

@media screen and (max-width: 991px) {
	.blog .date {
		margin-bottom: 5px;
	}
}

.blog .search {
	margin-right: 26px;
}

@media screen and (max-width: 1257px) {
	.blog .search {
		margin-right: 0;
	}
}

.blog .search .search-input {
	width: 300px;
	padding: 14px;
	padding-right: 45px;
	border: 1px solid #dfdfdf;
	color: #292b2e;
}

@media screen and (max-width: 991px) {
	.blog .search .search-input {
		padding: 10px 14px;
	}
}

.blog .search .search-input::-webkit-input-placeholder {
	color: #292b2e;
	font-size: 20px;
	line-height: 1;
}

.blog .search .search-input::-moz-placeholder {
	color: #292b2e;
	font-size: 20px;
	line-height: 1;
}

.blog .search .search-input:-ms-input-placeholder {
	color: #292b2e;
	font-size: 20px;
	line-height: 1;
}

.blog .search .search-input::-ms-input-placeholder {
	color: #292b2e;
	font-size: 20px;
	line-height: 1;
}

.blog .search .search-input::placeholder {
	color: #292b2e;
	font-size: 20px;
	line-height: 1;
}

.blog .search .search-input:focus {
	border: 1px solid #f21e34;
}

.blog .search .icon-search {
	color: #292b2e;
	font-size: 24px;
}

@media screen and (max-width: 991px) {
	.blog .search .icon-search {
		font-size: 20px;
	}
}

.blog .load-more {
	margin: 0 auto;
	display: block;
	max-width: 204px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.7px;
	padding: 17px 5px;
}

@media screen and (max-width: 640px) {
	.blog .load-more {
		padding: 12px 5px;
	}
}

.blog .blog-listing {
	padding: 35px 0 65px;
}

@media screen and (max-width: 1500px) {
	.blog .blog-listing {
		padding: 35px 0 40px;
	}
}

@media screen and (max-width: 1257px) {
	.blog .blog-listing {
		padding: 25px 0 10px;
	}
}

@media screen and (max-width: 991px) {
	.blog .blog-listing {
		padding: 25px 0 0;
	}
}

.blog .blog-listing .date {
	color: #292b2e;
	font-size: 14px;
	font-weight: 200;
	line-height: 1.5;
	letter-spacing: .28px;
}

.blog .blog-listing img {
	border-radius: 4px;
}

@media screen and (max-width: 1257px) {
	.blog .blog-listing img {
		margin-bottom: 15px;
	}
}

.section-title-blog {
	color: #292b2e;
	font-size: 50px;
	font-weight: 300;
	line-height: 1.5;
}

@media screen and (max-width: 1400px) {
	.section-title-blog {
		font-size: 38px;
	}
}

@media screen and (max-width: 991px) {
	.section-title-blog {
		font-size: 32px;
	}
}

@media screen and (max-width: 640px) {
	.section-title-blog {
		font-size: 28px;
		line-height: 1.2;
	}
}

.blog-subtitle a {
	color: #292b2e;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
	margin-bottom: 24px;
	display: inline-block;
}

@media screen and (max-width: 1257px) {
	.blog-subtitle a {
		font-size: 24px;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 991px) {
	.blog-subtitle a {
		font-size: 21px;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 640px) {
	.blog-subtitle a {
		font-size: 20px;
	}
	
	.blog-subtitle a br {
		display: none;
	}
}

.blog-subtitle a:hover {
	color: #0080bc;
}

.blog-description {
	color: #8d8d8d;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.58;
	letter-spacing: .32px;
	margin-bottom: 36px;
}

@media screen and (max-width: 1257px) {
	.blog-description {
		font-size: 15px;
		line-height: 1.3;
		margin-bottom: 36px;
		padding: 0 15px 0 0;
	}
}

@media screen and (max-width: 991px) {
	.blog-description {
		padding: 15px 0;
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 640px) {
	.blog-description {
		padding: 5px 0;
	}
}

.blog-link {
	color: #0080bc;
	font-size: 14px;
	font-weight: 700;
	line-height: 2;
	text-transform: uppercase;
	letter-spacing: 1.68px;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.blog-link svg {
	width: 5px;
	height: 15px;
	margin-left: 7px;
	color: #292b2e;
}

.blog-link:hover {
	color: #292b2e;
}

.blog-cta {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 34px 32px;
	border-radius: 6px;
	margin: 53px 54px 20px 0;
}

@media screen and (max-width: 1257px) {
	.blog-cta {
		padding: 15px;
		margin: 15px;
	}
}

@media screen and (max-width: 991px) {
	.blog-cta {
		text-align: center;
	}
}

.blog-cta .block-color {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	background-image: -webkit-gradient(linear, left top, right top, from(#0f94d2), to(#0080bc));
	background-image: linear-gradient(to right, #0f94d2 0%, #0080bc 100%);
	opacity: .9;
}

.blog-cta .row {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.blog-cta .btn {
	min-width: 181px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.68px;
}

@media screen and (max-width: 1257px) {
	.blog-cta .btn {
		min-width: 147px;
		font-size: 13px;
		letter-spacing: 1.68px;
	}
}

.blog-cta-description {
	color: #fff;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.2;
	letter-spacing: .32px;
}

@media screen and (max-width: 1257px) {
	.blog-cta-description {
		font-size: 15px;
	}
}

.blog-cta-description span {
	font-weight: 700;
	letter-spacing: .32px;
}

.blog-listing-link {
	color: #292b2e;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
	margin-bottom: 18px;
	display: inline-block;
}

@media screen and (max-width: 1400px) {
	.blog-listing-link {
		font-size: 28px;
	}
}

@media screen and (max-width: 1257px) {
	.blog-listing-link {
		font-size: 24px;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 991px) {
	.blog-listing-link {
		font-size: 22px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 640px) {
	.blog-listing-link {
		font-size: 20px;
		margin-bottom: 10px;
	}
}

.blog-listing-link:hover {
	color: #0080bc;
}

.blog-listing-description {
	color: #8d8d8d;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.65;
	letter-spacing: .32px;
	margin-bottom: 16px;
}

@media screen and (max-width: 1257px) {
	.blog-listing-description {
		font-size: 15px;
		margin-bottom: 16px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 991px) {
	.blog-listing-description {
		margin-bottom: 10px;
	}
}

.blog-item {
	padding-right: 15px;
}

@media screen and (max-width: 991px) {
	.blog-item {
		padding-right: 0;
	}
}

.blog-item .row {
	margin-bottom: 22px;
	padding-bottom: 22px;
	position: relative;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 991px) {
	.blog-item .row {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.blog-item .row::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #ccc;
	width: 92%;
}

.blog-item .row:last-child::after {
	display: none;
}

.blog-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 31px;
}

@media screen and (max-width: 640px) {
	.blog-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 1257px) {
	.blog-top .search {
		width: auto;
	}
}

.blog-side-title {
	color: #292b2e;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: 22px;
	text-transform: capitalize;
}

@media screen and (max-width: 640px) {
	.blog-side-title {
		font-size: 27px;
		margin-bottom: 20px;
	}
}

.blog-side-description {
	color: #292b2e;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.3;
	padding: 4px 0 0;
}

@media screen and (max-width: 991px) {
	.blog-side-description br {
		display: none;
	}
}

.blog-side-description a {
	color: #292b2e;
}

.blog-side-description a:hover {
	color: #0080bc;
}

.blog-side-listing .row {
	margin-bottom: 17px;
	padding-bottom: 17px;
	position: relative;
}

.blog-side-listing .row::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 15px;
	height: 1px;
	background-color: #ccc;
	width: 324px;
}

@media screen and (max-width: 991px) {
	.blog-side-listing .row::after {
		width: 100%;
	}
}

.blog-intro-image {
	padding-right: 0;
	padding-top: 5px;
}

@media screen and (max-width: 991px) {
	.blog-intro-image {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin: 0 auto;
		padding: 0 15px;
	}
}

.blog-intro-text {
	padding: 0 15px 0 52px;
}

@media screen and (max-width: 1257px) {
	.blog-intro-text {
		padding: 0 15px;
	}
}

@media screen and (max-width: 991px) {
	.blog-intro-text {
		padding: 20px 15px;
	}
}

@media screen and (max-width: 640px) {
	.blog-intro-text {
		padding: 15px 15px 0;
	}
}

.blog-cta-center {
	padding-left: 0;
	margin-left: -6px;
}

@media screen and (max-width: 991px) {
	.blog-cta-center {
		margin: 0 auto 15px;
	}
}

@media screen and (max-width: 640px) {
	.blog-cta-center {
		margin: 0 auto 15px;
		padding: 15px 5px;
	}
}

.blog-cta-btn {
	padding-left: 0;
}

.blog-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 991px) {
	.blog-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 20px;
	}
}

.blog-left-side {
	width: 72%;
	overflow: hidden;
}

@media screen and (max-width: 1257px) {
	.blog-left-side {
		width: 70%;
	}
}

@media screen and (max-width: 991px) {
	.blog-left-side {
		width: 100%;
	}
}

.blog-right-side {
	width: 28%;
	padding-left: 18px;
}

@media screen and (max-width: 1400px) {
	.blog-right-side {
		padding-left: 0;
	}
}

@media screen and (max-width: 1257px) {
	.blog-right-side {
		width: 30%;
	}
}

@media screen and (max-width: 991px) {
	.blog-right-side {
		width: 100%;
	}
	
	.blog-right-side .col-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 90px;
		-ms-flex: 0 0 90px;
		flex: 0 0 90px;
		max-width: 90px;
	}
	
	.blog-right-side .col-8 {
		padding-left: 0;
	}
}

.blog-right-side img {
	margin: 0 auto;
}

@media screen and (max-width: 991px) {
	.blog-right-side img {
		margin: 0;
	}
}

.section-title-blog-cat {
	color: #0080bc;
	font-weight: 300;
	margin-bottom: 12px;
	font-size: 29px;
	padding: 36px 42px 0;
}

@media screen and (max-width: 991px) {
	.section-title-blog-cat {
		padding: 5px 20px 0;
		margin-bottom: 3px;
	}
}

.blog-categories {
	margin-top: 35px;
}

.blog-categories .blog-listing-wrapper {
	-webkit-box-shadow: 0 0 8px rgba(226, 220, 220, .639);
	box-shadow: 0 0 8px rgba(226, 220, 220, .639);
}

.category-list {
	font-weight: 200;
}

.category-list li {
	position: relative;
	font-size: 19px;
	font-weight: 300;
	padding: 14px;
	background-color: #fff;
	padding-left: 15px;
	-webkit-transition: 250ms ease;
	transition: 250ms ease;
}

@media screen and (max-width: 991px) {
	.category-list li {
		padding: 5px 10px;
	}
}

.category-list li:hover, .category-list li.active {
	background-color: #0080bc;
}

.category-list li:hover a, .category-list li.active a {
	color: #fff;
}

.category-list li:hover::after, .category-list li.active::after {
	background-color: #fff;
}

.category-list li::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 42px;
	width: 6px;
	height: 6px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 50%;
	-webkit-transition: 250ms ease;
	transition: 250ms ease;
	background-color: #1e1e1e;
}

@media screen and (max-width: 991px) {
	.category-list li::after {
		left: 25px;
	}
}

.category-list li a {
	padding: 14px;
	padding-left: 42px;
	-webkit-transition: 250ms ease;
	transition: 250ms ease;
}

.load-more {
	margin: 0 auto;
	display: block;
	max-width: 204px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.7px;
	padding: 17px 5px;
}

@media screen and (max-width: 640px) {
	.load-more {
		padding: 12px 5px;
	}
}

.blog-listing--additional-posts {
	width: 72%;
}

/*--------------------------------------------------------------
## archive-part
--------------------------------------------------------------*/
.archive-part {
	padding: 40px 0 119px;
}

@media screen and (max-width: 991px) {
	.archive-part {
		padding: 30px 0 50px;
	}
}

@media screen and (max-width: 640px) {
	.archive-part {
		padding: 15px 0 30px;
	}
}

.archive-part .blog-title {
	color: #292b2e;
	font-size: 50px;
	font-weight: 300;
	line-height: 1.15;
	letter-spacing: -.85px;
	margin-bottom: 40px;
}

@media screen and (max-width: 1250px) {
	.archive-part .blog-title {
		font-size: 35px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 991px) {
	.archive-part .blog-title {
		font-size: 30px;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 790px) {
	.archive-part .blog-title {
		font-size: 25px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 640px) {
	.archive-part .blog-title br {
		display: none;
	}
}

.archive-part .btn--alt-left-icon-border {
	margin-bottom: 114px;
	min-width: 100px;
	font-size: 14px;
	max-width: 185px;
	padding: 15px 5px;
}

@media screen and (max-width: 1250px) {
	.archive-part .btn--alt-left-icon-border {
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 991px) {
	.archive-part .btn--alt-left-icon-border {
		margin-bottom: 15px;
	}
}

.archive-part .side-card {
	background: no-repeat;
	background-size: cover;
	background-position: center;
}

.intro-top-item-text {
	padding-top: 0;
	padding-left: 15px;
	max-width: 360px;
	min-height: 45px;
}

@media screen and (max-width: 640px) {
	.intro-top-item-text {
		padding-top: 0;
		padding-left: 0;
		min-height: 0;
	}
}

.archive-post-intro-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 0;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 164px;
	margin-bottom: 38px;
}

@media screen and (max-width: 1250px) {
	.archive-post-intro-top {
		padding-right: 0;
	}
}

@media screen and (max-width: 991px) {
	.archive-post-intro-top {
		padding: 10px 0;
	}
}

@media screen and (max-width: 790px) {
	.archive-post-intro-top {
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 640px) {
	.archive-post-intro-top {
		margin-bottom: 15px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0 0 10px;
	}
}

.mixed-description {
	color: #292b2e;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 300;
}

@media screen and (max-width: 1250px) {
	.mixed-description {
		font-size: 16px;
	}
}

@media screen and (max-width: 640px) {
	.mixed-description {
		font-size: 15px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}
}

.mixed-description span {
	font-weight: 700;
}

@media screen and (max-width: 640px) {
	.mixed-description span {
		margin-left: 10px;
	}
}

.intro-top-item img {
	width: 100px;
}

@media screen and (max-width: 640px) {
	.intro-top-item {
		margin: 0 0 10px;
	}
}

.archive-post-intro-image {
	min-height: 480px;
	position: relative;
	max-width: 791px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 7px;
	margin-bottom: 52px;
}

@media screen and (max-width: 991px) {
	.archive-post-intro-image {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 640px) {
	.archive-post-intro-image {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		margin-bottom: 200px;
	}
}

.archive-post-intro-img-text {
	position: absolute;
	bottom: 29px;
	left: 31px;
	padding: 24px 29px 21px 32px;
	-webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, .12);
	box-shadow: 0 6px 15px rgba(0, 0, 0, .12);
	border-radius: 6px;
	background-color: #fff;
	max-width: 450px;
}

@media screen and (max-width: 640px) {
	.archive-post-intro-img-text {
		position: relative;
		margin: 0 auto;
		left: inherit;
		bottom: inherit;
		max-width: 90%;
		-webkit-transform: translateY(150px);
		transform: translateY(150px);
		padding: 15px;
	}
}

.archive-post-intro-img-text ul li {
	position: relative;
	color: #292b2e;
	font-size: 16px;
	font-weight: 200;
	letter-spacing: .32px;
	line-height: 1.3;
	padding-left: 13px;
	margin-bottom: 5px;
}

.archive-post-intro-img-text ul li::after {
	position: absolute;
	content: "";
	left: 0;
	top: 7px;
	width: 5px;
	height: 5px;
	background-color: #292b2e;
	border-radius: 50%;
}

.intro-img-title {
	color: #292b2e;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .2px;
	margin-bottom: 17px;
	display: block;
}

@media screen and (max-width: 790px) {
	.intro-img-title {
		font-size: 18px;
		margin-bottom: 10px;
	}
}

.entry-content-archive {
	padding: 0;
	margin-bottom: 25px;
	padding-right: 48px;
}

@media screen and (max-width: 1250px) {
	.entry-content-archive {
		padding-right: 15px;
	}
}

@media screen and (max-width: 991px) {
	.entry-content-archive {
		padding: 0;
	}
}

@media screen and (max-width: 640px) {
	.entry-content-archive {
		margin-bottom: 10px;
	}
}

.entry-content-archive h2 {
	color: #8d8d8d;
	font-size: 30px;
	font-weight: 200;
	line-height: 1.2;
	margin-bottom: 35px;
}

@media screen and (max-width: 1250px) {
	.entry-content-archive h2 {
		font-size: 25px;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 991px) {
	.entry-content-archive h2 {
		font-size: 21px;
		margin-bottom: 13px;
	}
}

@media screen and (max-width: 790px) {
	.entry-content-archive h2 {
		font-size: 19px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 640px) {
	.entry-content-archive h2 {
		font-size: 18px;
	}
}

.entry-content-archive h3 {
	color: #292b2e;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .4px;
	margin-bottom: 29px;
}

@media screen and (max-width: 991px) {
	.entry-content-archive h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 790px) {
	.entry-content-archive h3 {
		font-size: 17px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 640px) {
	.entry-content-archive h3 {
		font-size: 16px;
	}
}

.entry-content-archive p {
	color: #292b2e;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.65;
	letter-spacing: .32px;
	margin-bottom: 29px;
}

@media screen and (max-width: 1250px) {
	.entry-content-archive p {
		line-height: 1.4;
	}
}

@media screen and (max-width: 991px) {
	.entry-content-archive p {
		margin-bottom: 23px;
	}
}

@media screen and (max-width: 790px) {
	.entry-content-archive p {
		margin-bottom: 18px;
	}
}

@media screen and (max-width: 640px) {
	.entry-content-archive p {
		margin-bottom: 12px;
	}
}

.entry-content-archive ul {
	margin-bottom: 36px;
	padding-left: 42px;
}

@media screen and (max-width: 991px) {
	.entry-content-archive ul {
		padding-left: 0;
	}
}

@media screen and (max-width: 640px) {
	.entry-content-archive ul {
		margin-left: 15px;
		margin-bottom: 20px;
	}
}

.entry-content-archive ul li {
	position: relative;
	color: #8d8d8d;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.2;
	letter-spacing: .32px;
	padding-left: 19px;
	margin-bottom: 5px;
}

.entry-content-archive ul li::after {
	position: absolute;
	content: "";
	left: 0;
	top: 7px;
	width: 5px;
	height: 5px;
	background-color: #292b2e;
	border-radius: 50%;
}

.entry-content-archive ul li span {
	color: #4b4b4b;
	font-size: 16px;
	font-weight: 200;
	letter-spacing: -.16px;
	line-height: 1.2;
	display: block;
	margin: 14px 4px 9px 20px;
}

.entry-content-archive blockquote {
	color: #292b2e;
	font-size: 20px;
	font-weight: 200;
	line-height: 1.4;
	letter-spacing: .4px;
	padding: 5px 0 5px 18px;
	background: transparent;
	border-left: 3px solid #889818;
	margin-left: 0;
}

.entry-content-archive blockquote p {
	color: #292b2e;
	font-size: 20px;
	font-weight: 200;
	line-height: 1.4;
	letter-spacing: .4px;
	margin-bottom: 0;
}

@media screen and (max-width: 1250px) {
	.entry-content-archive blockquote p {
		font-size: 18px;
	}
}

@media screen and (max-width: 991px) {
	.entry-content-archive blockquote p {
		font-size: 17px;
	}
}

@media screen and (max-width: 640px) {
	.entry-content-archive blockquote p {
		font-size: 16px;
	}
}

@media screen and (max-width: 1250px) {
	.entry-content-archive blockquote {
		font-size: 18px;
	}
}

@media screen and (max-width: 991px) {
	.entry-content-archive blockquote {
		font-size: 17px;
	}
}

@media screen and (max-width: 640px) {
	.entry-content-archive blockquote {
		font-size: 16px;
	}
}

.entry-content-archive blockquote span, .entry-content-archive blockquote strong {
	color: #8d8d8d;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .4px;
	display: block;
	margin-top: 22px;
}

@media screen and (max-width: 1250px) {
	.entry-content-archive blockquote span, .entry-content-archive blockquote strong {
		font-size: 18px;
	}
}

@media screen and (max-width: 991px) {
	.entry-content-archive blockquote span, .entry-content-archive blockquote strong {
		font-size: 17px;
	}
}

@media screen and (max-width: 640px) {
	.entry-content-archive blockquote span, .entry-content-archive blockquote strong {
		font-size: 16px;
		margin-top: 10px;
	}
}

.entry-content-archive blockquote::before {
	display: none;
}

.entry-content-archive em {
	color: #292b2e;
	font-size: 20px;
	font-weight: 200;
	line-height: 1.3;
	letter-spacing: .4px;
}

.entry-content-archive img {
	margin-bottom: 52px;
	margin-top: 48px;
}

@media screen and (max-width: 1250px) {
	.entry-content-archive img {
		margin-top: 30px;
	}
}

@media screen and (max-width: 991px) {
	.entry-content-archive img {
		margin: 20px 0;
	}
}

.side-card {
	position: relative;
	margin-bottom: 50px;
	border-radius: 6px;
	min-height: 351px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 991px) {
	.side-card {
		min-height: auto;
	}
}

@media screen and (max-width: 640px) {
	.side-card {
		margin-bottom: 15px;
	}
}

.side-card .section-title--mixed {
	margin-bottom: 10px;
}

.side-card .btn {
	padding: 15px;
}

.side-card .btn img {
	margin: 0;
	margin-right: 8px;
}

.side-card-item-white {
	-webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, .12);
	box-shadow: 0 6px 15px rgba(0, 0, 0, .12);
	border-radius: 6px;
	background-color: #fff;
}

.card-color {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 6px;
}

.card-color-blue {
	background-image: linear-gradient(-221deg, #0f94d2 0%, #0080bc 100%);
	opacity: .85;
}

.side-card-item {
	position: relative;
	z-index: 5;
	padding: 40px;
}

@media screen and (max-width: 1250px) {
	.side-card-item {
		padding: 15px;
	}
}

@media screen and (max-width: 991px) {
	.side-card-item {
		width: 100%;
	}
}

.side-card-item img {
	margin-bottom: 11px;
}

.side-card-item .btn {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 1.68px;
	min-width: 184px;
	padding: 17px 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 1250px) {
	.side-card-item .btn {
		min-width: 100%;
		padding: 17px 10px;
	}
}

@media screen and (max-width: 991px) {
	.side-card-item .btn {
		max-width: 180px;
		min-width: 180px;
		padding: 12px;
	}
}

.side-card-item .icon-side {
	max-width: 40px;
}

.side-card-description {
	color: #292b2e;
	font-size: 16px;
	line-height: 20px;
	font-weight: 200;
	letter-spacing: .32px;
	margin-bottom: 24px;
}

.side-card-description span {
	color: #0080bc;
	font-weight: 700;
	letter-spacing: .32px;
}

.archive-post-side {
	padding-top: 19px;
}

.archive-post-side .card-item-title {
	letter-spacing: -.5px;
	margin-bottom: 21px;
}

@media screen and (max-width: 991px) {
	.archive-post-side .card-item-title {
		margin-bottom: 15px;
	}
	
	.archive-post-side .card-item-title br {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	.archive-post-side .card-item-title {
		font-size: 25px;
	}
}

.archive-post-side .side-card .section-title--mixed-sm span {
	font-weight: 600;
}

/*--------------------------------------------------------------
## simple-slider
--------------------------------------------------------------*/
.simple-slider {
	padding: 116px 0 89px;
	background-color: #f0f0f6;
	border-radius: 5px;
}

@media screen and (max-width: 1250px) {
	.simple-slider {
		padding: 80px 0;
	}
}

@media screen and (max-width: 991px) {
	.simple-slider {
		padding: 40px 0;
	}
}

@media screen and (max-width: 640px) {
	.simple-slider {
		padding: 20px 0;
	}
}

.simple-slider .slide-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #0080bc;
	opacity: .2;
}

.simple-slider .row {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.simple-slider .slide {
	outline: none;
}

.simple-slider .slide-wrapper {
	position: relative;
	margin: 0 5px 25px;
	outline: none;
	border-radius: 5px;
	max-height: 250px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 250px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 640px) {
	.simple-slider .slide-wrapper {
		margin-bottom: 15px;
	}
}

.simple-slider .slide-wrapper img {
	max-height: 250px;
}

.simple-slider .container {
	padding: 0 28px;
}

.section-title--simple-slider span {
	text-transform: capitalize;
}

.simple-slider-inner {
	height: 300px;
	overflow: hidden;
	margin: 0 -5px;
	padding: 27px 0;
}

@media screen and (max-width: 640px) {
	.simple-slider-inner {
		padding: 20px 0 0;
	}
}

.simple-slider-inner.slick-initialized {
	height: auto;
}

.simple-slider-arrows {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -3px;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media screen and (max-width: 640px) {
	.simple-slider-arrows {
		margin-top: 15px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.simple-slider-arrows svg {
	width: 13px;
	color: #292b2e;
	-webkit-transition: 200ms ease;
	transition: 200ms ease;
}

@media screen and (max-width: 991px) {
	.simple-slider-arrows svg {
		width: 10px;
	}
}

.simple-slider-arrows .btn {
	padding: 18px 0;
	margin-left: 10px;
	min-width: 145px;
}

@media screen and (max-width: 640px) {
	.simple-slider-arrows .btn {
		padding: 12px 0;
	}
}

.simple-arrow {
	width: 54px;
	height: 54px;
	border-radius: 5px;
	border: 1px solid #ccc;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 10px;
}

@media screen and (max-width: 991px) {
	.simple-arrow {
		width: 44px;
		height: 44px;
	}
}

.simple-arrow:hover svg {
	color: #0080bc;
}

.slide-logo {
	position: relative;
	z-index: 5;
	max-width: 150px;
}

.simple-slider-title {
	color: #292b2e;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2;
	display: block;
	-webkit-transition: 200ms ease;
	transition: 200ms ease;
	margin: 0 5px;
}

@media screen and (max-width: 991px) {
	.simple-slider-title {
		font-size: 25px;
	}
}

.simple-slider-title:hover {
	color: #0080bc;
}

.news-slider-item {
	position: relative;
	margin: 0 5px;
}

/*--------------------------------------------------------------
## news-listing
--------------------------------------------------------------*/
.news-listing {
	padding: 10px 0 69px;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 1250px) {
	.news-listing {
		padding: 10px 0 40px;
	}
}

@media screen and (max-width: 991px) {
	.news-listing {
		padding: 10px 0 20px;
	}
}

.news-listing .info-block-wrapper {
	padding-bottom: 25px;
}

.news-slider {
	margin: 27px -28px;
	height: 491px;
	overflow: hidden;
}

@media screen and (max-width: 640px) {
	.news-slider {
		margin: 25px 0 0;
	}
}

.news-slider.slick-initialized {
	height: auto;
	overflow: visible;
}

.news-slider .slick-list {
	overflow: visible;
}

.info-block-overlay-disabled {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: .8;
	-webkit-transition: 200ms ease;
	transition: 200ms ease;
}

.news-slider-item {
	position: relative;
	margin: 0 28px 25px;
	outline: none;
	border-radius: 5px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (max-width: 1250px) {
	.news-slider-item {
		margin: 0 20px 25px;
	}
}

@media screen and (max-width: 480px) {
	.news-slider-item {
		margin: 0 20px 25px 0;
	}
}

.news-slider-item .slide-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #0080bc;
	opacity: .2;
}

.news-slider-item.slick-active .info-block-overlay-disabled {
	opacity: 0;
	z-index: 0;
}

/*--------------------------------------------------------------
## case-listing
--------------------------------------------------------------*/
.case-listing {
	background-color: #292b2e;
	padding: 111px 0 97px;
}

@media screen and (max-width: 1250px) {
	.case-listing {
		padding: 80px 0;
	}
}

@media screen and (max-width: 991px) {
	.case-listing {
		padding: 40px 0;
	}
}

.case-listing .btn {
	padding: 18px 0;
	margin-left: 10px;
	min-width: 145px;
}

@media screen and (max-width: 640px) {
	.case-listing .btn {
		margin: 15px auto 0;
		padding: 12px 5px;
		font-size: 14px;
	}
}

.case-listing .btn--alt {
	min-width: auto;
	padding: 0;
}

@media screen and (max-width: 767px) {
	.case-listing .section-title--mixed {
		font-size: 34px;
	}
}

.info-blocks-img-wrapper-white {
	padding-bottom: 48px;
}

.info-blocks-img-wrapper-white .info-blocks-description {
	color: #fff;
}

@media screen and (max-width: 991px) {
	.info-blocks-img-wrapper-white .info-blocks-description br {
		display: none;
	}
}

.info-blocks-img-wrapper-white .btn {
	position: absolute;
	bottom: 0;
}

@media screen and (max-width: 1250px) {
	.info-blocks-img-wrapper-white .btn {
		position: relative;
		bottom: 0;
		margin-top: 17px;
	}
}

.case-listing-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.case-listing-wrapper {
	margin: 0 -20px;
	margin-top: 26px;
}

.case-listing-wrapper .info-blocks-img-wrapper {
	padding: 0 20px;
	padding-bottom: 61px;
}

@media screen and (max-width: 1250px) {
	.case-listing-wrapper .info-blocks-img-wrapper {
		padding: 0 15px;
	}
}

@media screen and (max-width: 991px) {
	.case-listing-wrapper .info-blocks-img-wrapper {
		margin-bottom: 15px;
	}
}

/*--------------------------------------------------------------
## sources
--------------------------------------------------------------*/
.sources {
	padding: 113px 0 86px;
}

@media screen and (max-width: 1250px) {
	.sources {
		padding: 80px 0;
	}
}

@media screen and (max-width: 991px) {
	.sources {
		padding: 40px 0;
	}
}

@media screen and (max-width: 640px) {
	.sources {
		padding: 20px 0;
	}
}

.sources .info-blocks-top {
	padding: 30px;
}

.sources .info-blocks-flores {
	padding: 0 20px;
}

.sources .sources-listing {
	margin: 0 -20px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sources .row.sources-listing {
	margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
	.sources .row.sources-listing {
		margin-bottom: 0;
	}
}

.sources .info-blocks-img-inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 991px) {
	.sources .info-blocks-img-inner {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 120px;
		-ms-flex: 0 0 120px;
		flex: 0 0 120px;
		max-width: 120px;
		padding: 0;
	}
}

@media screen and (max-width: 991px) {
	.sources .info-blocks-description-inner {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 calc(100% - 120px);
		-ms-flex: 0 0 calc(100% - 120px);
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% - 120px);
		max-width: calc(100% - 120px);
		padding: 0 15px;
		text-align: left;
	}
}

.sources .info-blocks-paragraph {
	margin-bottom: 16px;
}

@media screen and (max-width: 640px) {
	.sources .info-blocks-paragraph {
		text-align: left;
		padding: 0;
	}
}

.sources .btn {
	padding: 18px 0;
	margin-left: 10px;
	min-width: 145px;
}

.sources .btn.btn--alt-left-icon {
	margin-left: 0;
	padding-top: 0;
	font-size: 12px;
}

@media screen and (max-width: 640px) {
	.sources .btn.btn--alt-left-icon img {
		margin-right: 3px;
	}
}

@media screen and (max-width: 1250px) {
	.sources .btn {
		padding: 10px 0;
		margin-left: 0;
		min-width: 145px;
		font-size: 13px;
	}
}

@media screen and (max-width: 1250px) {
	.sources .btn {
		max-width: 150px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 991px) {
	.sources .btn:not(.btn--border-red) {
		max-width: 150px;
		margin: 0;
	}
}

@media screen and (max-width: 640px) {
	.sources .btn:not(.btn--border-red) {
		margin: 15px 0 0;
	}
	
	.sources .btn.btn--border-red {
		margin-top: 15px;
	}
}

@media screen and (max-width: 375px) {
	.sources .btn--border {
		display: block;
		margin: 10px auto;
	}
}

.intro-row {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 49px;
}

@media screen and (max-width: 991px) {
	.intro-row {
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 640px) {
	.intro-row {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
}

.intro-row .section-title {
	margin-bottom: 0;
}

.sources-listing-item {
	-webkit-box-shadow: 0 0 24px rgba(0, 0, 0, .12);
	box-shadow: 0 0 24px rgba(0, 0, 0, .12);
	border-radius: 4px;
	background-color: #fff;
}

@media screen and (max-width: 991px) {
	.sources-listing-item {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 640px) {
	.sources-listing-item {
		margin-bottom: 15px;
	}
}

.sources-listing-item .row {
	margin: 0;
	padding: 3px 20px;
}

@media screen and (max-width: 991px) {
	.sources-listing-item .row {
		padding: 20px;
	}
}

@media screen and (max-width: 991px) {
	.sources-listing-item .row img {
		margin: 0 auto 10px;
	}
}

@media screen and (max-width: 768px) {
	.sources-listing-item .row img {
		margin-left: 0;
	}
}

@media screen and (max-width: 991px) {
	.sources-listing-item .row .btn img {
		margin-bottom: 0;
	}
}

/*--------------------------------------------------------------
## video-gallery
--------------------------------------------------------------*/
.video-gallery {
	padding: 115px 0 90px;
	background-color: #f0f0f6;
}

@media screen and (max-width: 1250px) {
	.video-gallery {
		padding: 80px 0;
	}
}

@media screen and (max-width: 991px) {
	.video-gallery {
		padding: 40px 0;
	}
}

.video-gallery .btn {
	padding: 18px 0;
	margin-left: 10px;
	min-width: 145px;
}

@media screen and (max-width: 640px) {
	.video-gallery .btn {
		padding: 12px 0;
		margin: 15px auto 0;
	}
}

@media screen and (max-width: 375px) {
	.video-gallery .btn {
		display: block;
		width: 200px;
	}
}

.video-gallery-item-sm {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 12px;
	padding-bottom: 7px;
	position: relative;
}

.video-gallery-item-sm:last-of-type::before {
	display: none;
}

.video-gallery-item-sm::before {
	position: absolute;
	content: "";
	left: 15px;
	right: 15px;
	height: 1px;
	background-color: #e1e1e1;
	bottom: 0;
}

.video-gallery-item-sm iframe {
	width: 138px;
	height: 83px;
	border-radius: 5px;
	border: none;
}

.video-gallery-item-sm:last-child {
	border-bottom: none;
}

.video-gallery-item-sm.video-gallery-item-sm--main-video iframe {
	width: 100%;
	height: 232px;
}

.video-gallery-item-sm__inner {
	width: 84%;
}

.video-gallery-item-sm__inner iframe {
	width: 100%;
	min-height: 400px;
}

.video-gallery-item iframe {
	width: 94%;
	height: 303px;
	border: none;
	border-radius: 5px;
	-webkit-box-shadow: 0 9px 15px rgba(0, 0, 0, .18);
	box-shadow: 0 9px 15px rgba(0, 0, 0, .18);
}

@media screen and (max-width: 991px) {
	.video-gallery-item iframe {
		width: 100%;
	}
}

.video-gallery-listing {
	padding-left: 0;
}

@media screen and (max-width: 640px) {
	.video-gallery-listing {
		margin-top: 15px;
	}
}

.video-gallery-title {
	color: #292b2e;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.2;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
}

@media screen and (max-width: 1250px) {
	.video-gallery-title {
		font-size: 18px;
	}
}

@media screen and (max-width: 640px) {
	.video-gallery-title {
		font-size: 16px;
	}
}

.video-gallery-title:hover {
	color: #0080bc;
}

.video-gallery-text {
	padding-left: 0;
	margin-left: -16px;
}

@media screen and (max-width: 1250px) {
	.video-gallery-text {
		margin-left: 0;
	}
}

@media screen and (max-width: 640px) {
	.video-gallery-text {
		line-height: 1.2;
	}
}

.video-gallery-items-inner {
	margin-left: -48px;
}

@media screen and (max-width: 991px) {
	.video-gallery-items-inner {
		margin-left: 0;
	}
}

/*--------------------------------------------------------------
## testimonials
--------------------------------------------------------------*/
.testimonials {
	background-color: #0080bc;
	padding: 97px 0 198px;
	margin-bottom: 61px;
}

@media screen and (max-width: 1400px) {
	.testimonials {
		padding: 40px 0 150px;
	}
}

@media screen and (max-width: 1250px) {
	.testimonials {
		padding: 30px 0 120px;
	}
}

@media screen and (max-width: 991px) {
	.testimonials {
		margin-bottom: 40px;
	}
}

.testimonials .section-title {
	margin-bottom: 88px;
}

@media screen and (max-width: 1400px) {
	.testimonials .section-title {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 991px) {
	.testimonials .section-title {
		margin-bottom: 30px;
	}
}

.testimonials .slick-list {
	overflow: visible;
}

.testimonials-slider-nav {
	position: relative;
}

.testimonials-slider-nav::after {
	content: "";
	position: absolute;
	bottom: -26%;
	left: 17px;
	width: 95.5%;
	height: 2px;
	background-color: #fff;
	opacity: .2;
}

@media screen and (max-width: 991px) {
	.testimonials-slider-nav::after {
		bottom: -15%;
	}
}

.testimonials-slider-nav .slick-dots {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.testimonials-slider-nav .slick-dots li {
	position: relative;
	width: 100%;
}

.testimonials-slider-nav .slick-dots li button {
	opacity: 0;
}

.testimonials-slider-nav .slick-dots li::before {
	content: "";
	position: absolute;
	bottom: -26%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
}

@media screen and (max-width: 991px) {
	.testimonials-slider-nav .slick-dots li::before {
		bottom: -15%;
	}
}

.testimonials-slider-nav .slick-dots li.slick-active::before {
	opacity: 1;
}

.testimonials-wrapper {
	padding-bottom: 61px;
}

@media screen and (max-width: 640px) {
	.testimonials-wrapper {
		padding-bottom: 40px;
	}
}

.testimonials-wrapper .btn {
	margin: 0 auto;
	display: block;
	width: 184px;
	font-size: 13px;
	min-width: 100px;
	padding: 15px 2px;
}

.testimonials-slider-inner {
	outline: none;
	position: relative;
	padding-right: 170px;
}

@media screen and (max-width: 1200px) {
	.testimonials-slider-inner {
		padding-right: 120px;
	}
}

@media screen and (max-width: 640px) {
	.testimonials-slider-inner {
		padding-right: 0;
	}
}

.testimonials-slider-inner::after {
	content: "";
	position: absolute;
	top: 0;
	right: 14.5%;
	width: 1px;
	height: 100%;
	background-color: #fff;
}

@media screen and (max-width: 640px) {
	.testimonials-slider-inner::after {
		display: none;
	}
}

.testimonials-slider-inner:last-child::after {
	display: none;
}

.testimonials-slider-text {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: .4px;
	margin-bottom: 49px;
}

@media screen and (max-width: 1400px) {
	.testimonials-slider-text {
		font-size: 18px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 1250px) {
	.testimonials-slider-text {
		font-size: 17px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 640px) {
	.testimonials-slider-text {
		font-size: 15px;
		margin-bottom: 19px;
		line-height: 1.2;
	}
}

.testimonials-slider-name {
	color: #fff;
	font-size: 20px;
	display: block;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -.3px;
}

@media screen and (max-width: 1400px) {
	.testimonials-slider-name {
		font-size: 18px;
	}
}

@media screen and (max-width: 1250px) {
	.testimonials-slider-name {
		font-size: 17px;
	}
}

@media screen and (max-width: 640px) {
	.testimonials-slider-name {
		font-size: 15px;
		line-height: 1.2;
	}
}

.testimonials-slider-position {
	color: #fff;
	font-weight: 300;
	display: block;
	letter-spacing: -.4px;
	font-size: 20px;
	line-height: 1.3;
}

@media screen and (max-width: 1400px) {
	.testimonials-slider-position {
		font-size: 18px;
	}
}

@media screen and (max-width: 1250px) {
	.testimonials-slider-position {
		font-size: 17px;
	}
}

@media screen and (max-width: 640px) {
	.testimonials-slider-position {
		font-size: 15px;
		line-height: 1.2;
	}
}

.testimonials-slider-wrapper {
	height: 242px;
	overflow: hidden;
	margin-bottom: 70px;
}

@media screen and (max-width: 1250px) {
	.testimonials-slider-wrapper {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 640px) {
	.testimonials-slider-wrapper {
		margin-bottom: 20px;
	}
}

.testimonials-slider-wrapper.slick-initialized {
	overflow: visible;
	height: auto;
}

@media screen and (max-width: 640px) {
	.testimonials-slider-wrapper.slick-initialized {
		overflow: hidden;
	}
}

/*--------------------------------------------------------------
## individual-listing
--------------------------------------------------------------*/
.individual-listing {
	padding: 120px 0 15px;
}

@media only screen and (min-width: 768px) {
	.individual-listing .col-md-5ths {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media screen and (max-width: 991px) {
	.individual-listing {
		padding: 60px 0 15px;
	}
}

@media screen and (max-width: 767px) {
	.individual-listing {
		text-align: center;
		padding: 30px 0 15px;
	}
}

.individual-listing-img {
	margin-bottom: 35px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 125px;
}

@media screen and (max-width: 991px) {
	.individual-listing-img {
		margin-bottom: 20px;
	}
}

.individual-listing-img img {
	border-radius: 5px;
}

@media screen and (max-width: 767px) {
	.individual-listing-img img {
		margin: 0 auto 10px;
	}
}

.entry-content-individual-listing {
	padding: 0;
}

.entry-content-individual-listing p {
	color: #292b2e;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.65;
	letter-spacing: .32px;
}

@media screen and (max-width: 767px) {
	.entry-content-individual-listing p {
		font-size: 15px;
		line-height: 1.4;
	}
}

/*--------------------------------------------------------------
## toggle
--------------------------------------------------------------*/
.toggle {
	padding: 0 0 120px;
}

@media screen and (max-width: 1257px) {
	.toggle {
		padding: 50px 0 90px;
	}
}

@media screen and (max-width: 640px) {
	.toggle {
		padding: 30px 0 50px;
	}
}

.accordion {
	padding: 148px 0 245px;
}

.accordion .container {
	border-bottom: 3px solid #f07c4f;
	padding: 0;
}

.js-accordion-bottom {
	display: none;
	margin-top: -18px;
}

.js-accordion-bottom .entry-content {
	padding: 0;
}

.acc-btn {
	position: relative;
	display: block;
	background-color: #fff;
	font-size: 33px;
	font-weight: 900;
	-webkit-transition: 150ms ease;
	transition: 150ms ease;
}

.acc-btn a {
	color: #f21e34;
}

.acc-btn.rotate .toggle-icon svg {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.expand-collapse-tab-content {
	border: 1px solid #f21e34;
	margin-top: -1px;
}

.container-two-column {
	padding: 25px 35px 40px;
}

@media screen and (max-width: 1257px) {
	.container-two-column {
		padding: 20px 30px;
	}
}

@media screen and (max-width: 768px) {
	.container-two-column {
		padding: 15px 20px;
	}
}

@media screen and (max-width: 640px) {
	.container-two-column {
		padding: 15px;
	}
}

.container-two-column .entry-content p {
	font-size: 16px;
	margin-bottom: 5px;
	letter-spacing: -.15px;
	line-height: 1.5;
}

.toggle-icon {
	font-size: 20px;
}

.toggle-icon svg {
	width: 20px;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
}

@media screen and (max-width: 768px) {
	.toggle-icon svg {
		width: 14px;
	}
}

.toggle-inner-title {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 27px;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
	padding: 35px;
}

@media screen and (max-width: 1257px) {
	.toggle-inner-title {
		padding: 20px 30px;
		font-size: 23px;
	}
}

@media screen and (max-width: 768px) {
	.toggle-inner-title {
		padding: 15px 20px;
		font-size: 20px;
	}
}

@media screen and (max-width: 640px) {
	.toggle-inner-title {
		padding: 15px;
		font-size: 18px;
	}
}

.toggle-element {
	margin-bottom: 65px;
}

@media screen and (max-width: 768px) {
	.toggle-element {
		margin-bottom: 45px;
	}
}

@media screen and (max-width: 640px) {
	.toggle-element {
		margin-bottom: 35px;
	}
}

.toggle-element:last-child {
	margin-bottom: 0;
}

.toggle-element .section-title {
	margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
	.toggle-element .section-title {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 640px) {
	.toggle-element .section-title {
		font-size: 32px;
		margin-bottom: 22px;
	}
}

.toggle-container {
	padding-top: 60px;
}

@media screen and (max-width: 1257px) {
	.toggle-container {
		padding-top: 50px;
	}
}

@media screen and (max-width: 640px) {
	.toggle-container {
		padding-top: 30px;
	}
}

/*--------------------------------------------------------------
## blog-listing
--------------------------------------------------------------*/
.blog-listing {
	padding: 50px 0;
}

.blog-listing__head {
	margin-bottom: 30px;
}

.blog-listing__desc {
	margin: 15px 0 0;
}

/* Update style Video slider banner */
.banner-slider .js-banner-slider .video-popup.autoplayvideo {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.banner-slider .js-banner-slider .video-popup.autoplayvideo iframe {
	width: 100%;
	height: 100%;
}
