/*! ===== Import Less ===== */
/* Base */
/*! ===== Variables ===== */
/* Colors */
/*! ===== Mixins ===== */
/* =Mixin is used for 'clearfix' */
/* =Mixin is used for animation */
/* =Mixin is used placeholder rules*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */


body {
	margin: 0;
	padding: 0;
}
* {
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background: transparent;
}
a:active, a:hover {
	outline: 0;
	text-decoration:none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}
p {
	margin:20px 0;
}

/*! ===== Fonts ===== */


/*! ===== Base Styles ===== */

body {
	font-family: 'Gilroy', sans-serif;
	font-size: 14px;
	color: #000;
	background: #fff;
	-webkit-font-smoothing: subpixel-antialiased;
	margin: 0;
}
a {
	-webkit-transition: .3s color;
	transition: .3s color;
	text-decoration: none;
}
img {
	max-width: 100%;
}
.compat-object-fit {
	background-size: cover;
	background-position: center;
}
.compat-object-fit img {
	opacity: 0;
}
.wrapper {
	margin: auto;
	padding: 0 28px;
}
@media only screen and (max-width: 767px) {
	.wrapper {
		padding: 0 15px;
	}
}
.box {
	padding: 50px 0;
}
@media only screen and (max-width: 1024px) {
	.box {
		padding: 35px 0;
	}
}
@media only screen and (max-width: 767px) {
	.box {
		padding: 25px 0;
	}
}
.page-wrapper {
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.page-wrapper {
		padding: 0 15px;
	}
}
.svg-sprite--pos {
	display: none;
}
.disable-hover, .disable-hover * {
	pointer-events: none !important;
}

/*! ===== Nav Elements Styles ===== */


/* Links */

.main-link {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	background: none;
	border: 0;
	text-align: left;
	letter-spacing: .03em;
	white-space: nowrap;
	margin-top:10px;
}
@media only screen and (max-width: 1024px) {
	.main-link {
		font-size: 13px;
	}
}
@media only screen and (min-width: 1025px) {
	.main-link:hover:after {
		height: 100%;
	}
}
.main-link span {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0 0 3px 10px;
}
.main-link span:hover {
	color:#ffffff;
}
@media only screen and (max-width: 1024px) {
	.main-link span {
		padding: 0 0 3px 4px;
	}
}
.main-link:after {
	-webkit-transition: .5s height, background;
	transition: .5s height, background;
	content: '';
	display: block;
	background: #004789;
	height: 10px;
	width: calc(100% + 7px);
	position: absolute;
	left: 0;
	bottom: 1px;
}
@media only screen and (max-width: 1024px) {
	.main-link:after {
		height: 6px;
		width: calc(100% + 5px);
	}
}
.main-link .icon {
	fill: #fff;
	width: 31px;
	height: 15px;
	position: absolute;
	z-index: 1;
	left: calc(100% + 7px);
	top: 5px;
}
@media only screen and (max-width: 1024px) {
	.main-link .icon {
		width: 17px;
		height: 9px;
		top: 2px;
		left: calc(100% + 5px);
	}
}
.download-article-link {
	font-weight: bold;
	text-transform: uppercase;
	color: #004789;
	font-size: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.download-article-link {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767px) {
	.download-article-link {
		font-size: 13px;
	}
}
.download-article-link .icon {
	-webkit-transition: .3s all;
	transition: .3s all;
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	position: relative;
	margin-right: 28px;
	border: 1px solid #004789;
	vertical-align: middle;
	text-align: center;
	top: -3px;
}
@media only screen and (max-width: 767px) {
	.download-article-link .icon {
		margin-right: 21px;
	}
}
.download-article-link .icon:after {
	-webkit-transition: .3s background;
	transition: .3s background;
	content: '';
	display: block;
	position: absolute;
	width: 18px;
	height: 1px;
	background: #004789;
	right: -18px;
	top: 16px;
}
.download-article-link .icon .icon-pdf {
	-webkit-transition: .3s fill;
	transition: .3s fill;
	width: 17px;
	height: 17px;
	display: inline-block;
	fill: #004789;
}
.download-article-link:hover {
	color: #0b0c0d;
}
.download-article-link:hover .icon {
	border-color: #0b0c0d;
}
.download-article-link:hover .icon:after {
	background: #0b0c0d;
}
.download-article-link:hover .icon .icon-pdf {
	fill: #0b0c0d;
}

/*! ===== CMS Content Styles ===== */

.cms-content a {
	color: #004789;
}
.cms-content a:hover {
	color: #000;
}
.cms-content b, .cms-content strong {
	font-weight: bold;
}
.cms-content h2 {
	margin: 0 0 30px;
	font-size: 55px;
	font-weight: bold;
}
@media only screen and (max-width: 1024px) {
	.cms-content h2 {
		font-size: 40px;
		margin: 0 0 20px;
	}
}
@media only screen and (max-width: 767px) {
	.cms-content h2 {
		font-size: 28px;
		padding: 0 15px;
	}
}
.cms-content h3 {
	margin: 0 0 30px;
	font-size: 30px;
	font-weight: bold;
}
@media only screen and (max-width: 1024px) {
	.cms-content h3 {
		font-size: 23px;
		margin: 0 0 20px;
	}
}
@media only screen and (max-width: 767px) {
	.cms-content h3 {
		font-size: 18px;
	}
}
.cms-content img {
	margin: 0 auto;
	display: block;
}
.cms-content .sub-text {
	font-size: 22px;
	line-height: 30px;
	color: #515558;
	margin-bottom: 40px;
	margin-top: 0;
}
.cms-content .sub-text p {
	margin-top: 0;
}
@media only screen and (max-width: 767px) {
	.cms-content .sub-text {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 30px;
		padding: 0 15px;
	}
}
.cms-content .p-text {
	font-size: 17px;
	line-height: 30px;
	color: #515558;
	margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
	.cms-content .p-text {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 10px;
		padding: 0 15px;
	}
}
.cms-content .p-text p {
	margin-top: 0;
}
.cms-content .blockquote-box, .cms-content blockquote {
	border-top: 6px solid #dfdfdf;
	border-bottom: 6px solid #dfdfdf;
	padding: 50px 0 40px 29px;
	margin: 0 0 30px;
	font-size: 30px;
	color: #004789;
	line-height: 30px;
	position: relative;
	font-weight: bold;
}
@media only screen and (max-width: 1024px) {
	.cms-content .blockquote-box, .cms-content blockquote {
		font-size: 25px;
	}
}
@media only screen and (max-width: 767px) {
	.cms-content .blockquote-box, .cms-content blockquote {
		font-size: 18px;
		line-height: normal;
	}
}
.cms-content .blockquote-box p, .cms-content blockquote p {
	margin: 0;
}
.cms-content .blockquote-box:before, .cms-content blockquote:before {
	content: '';
	display: block;
	width: 40px;
	height: 31px;
	position: absolute;
	left: 0;
	top: 35px;
	z-index: -1;
	opacity: .2;
	background-size: cover;
	background-repeat: no-repeat;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAfCAYAAACVgY94AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzZBOTBDMzQ4MDA4MTFFNjlBMzZGOUQ4RjJFMTIwRjEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzZBOTBDMzU4MDA4MTFFNjlBMzZGOUQ4RjJFMTIwRjEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NkE5MEMzMjgwMDgxMUU2OUEzNkY5RDhGMkUxMjBGMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NkE5MEMzMzgwMDgxMUU2OUEzNkY5RDhGMkUxMjBGMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ph6mt9gAAAGtSURBVHjaYmTAA9LSM0GUABD7g7hAXDdr5vS9DFQAQLOZgJQ+ECcAsTcQqwLN/o+ujhGPATJAagZUMwzcAmJ1oEGUOiwSiGcBMReSlDHQ3HMEHQg1oBmIq3DYoQY06DaZjlMCUkeAWBKL9EEgdkD3PAuaAWxA6hAQm+OwYwear4l1GIjyAeLNOJR8AOLdQMwMxH+xOhBoCEjyGCiosRgwFRSiQN99IjNmnXA47iUQBwHxcWzpD+5AqA8n4XCcMxDvIzfdAc0WBlLYMtZ+IPYAmvsLn35YCGoCcRYW+SigAfsoyBAgahMWqVdA7A40+zchM5ighszHkS5WUliaaACxFRbxBGIcB3YgEAvhyBRTgIb8o9CBuTjEDxNrAMiB9jjkTlBYEIOKsAwc0l9IcaALgfRJLhCCmo8NMJLiQFcccs4UOlAajxw/KQ6UxSGXDYwmdgocyIdHLp5YQxiBjviPR74fiKcRYc5zYIb6ipYGfXEUMSAAynwmQPyZkMGE0lkhFBMCoNpgPQlmg2LuHLFRPKjBqANHHTjqwFEHjjpw1IGjDhx14KgDaQoAAgwANOtmeTuPbU4AAAAASUVORK5CYII=');
}
.cms-content table {
	width: 100%;
	border-collapse: collapse;
}
.cms-content table tr:first-child td, .cms-content table tr:first-child th {
	background: #000;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	border-bottom-color: transparent;
}
@media only screen and (max-width: 767px) {
	.cms-content table tr:first-child td, .cms-content table tr:first-child th {
		font-size: 16px;
	}
}
.cms-content table tr:first-child td:first-child, .cms-content table tr:first-child th:first-child {
	border-left-color: transparent;
}
.cms-content table tr:first-child td:last-child, .cms-content table tr:first-child th:last-child {
	border-right-color: transparent;
}
.cms-content table tr:nth-child(odd):not(:first-child) td {
	background: #fafafa;
}
.cms-content table td, .cms-content table th {
	height: 100px;
	padding: 5px 25px;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	
	text-align: left;
	background: #fff;
}
@media only screen and (max-width: 767px) {
	.cms-content table td, .cms-content table th {
		padding: 5px 10px;
	}
}
.cms-content table td:first-child, .cms-content table th:first-child {
	border-left: 1px solid #e1e1e1;
}
.cms-content table td {
	font-size: 17px;
	color: #515558;
}
@media only screen and (max-width: 767px) {
	.cms-content table td {
		font-size: 16px;
	}
}
.list-box li {
	position: relative;
	font-size: 17px;
	margin-bottom: 25px;
	color: #515558;
}
@media only screen and (max-width: 1024px) {
	.list-box li {
		margin-bottom: 17px;
	}
}
@media only screen and (max-width: 767px) {
	.list-box li {
		font-size: 16px;
		line-height: 24px;
	}
}
.list-box li:last-child {
	margin-bottom: 0;
}
.list-box ul li {
	padding: 0 0 0 17px;
}
.list-box ul li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	border: 1px solid #004789;
}
@media only screen and (max-width: 767px) {
	.list-box ul li:before {
		width: 4px;
		height: 4px;
	}
}
.list-box ol {
	padding: 0;
	margin: 0;
}
.list-box ol li {
	counter-increment: mega-step;
	padding: 0 0 0 19px;
}
.list-box ol li:before {
	content: counter(mega-step) '.';
	color: #004789;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
}
.box-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.box-col {
	padding-right: 7px;
}
@media only screen and (max-width: 767px) {
	.box-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: 0;
	}
}
@media only screen and (min-width: 768px) {
	.box-row .box-col {
		width: calc(50% - 14px);
	}
}
@media only screen and (max-width: 767px) {
	.box-row .box-col {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.box-row .list-box--img {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
}
.full-banner-box img {
	min-height: 320px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

/*! ===== Media Styles ===== */


/* Video */

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* External */

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	/* Fix of Webkit flickering */
	z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
	float: left;
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

/* Auto Height */

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	transition-property: transform, height;
}

/* a11y */

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

/* Arrows */

.swiper-button-prev, .swiper-button-next {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto;
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto;
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms;
	transition: 300ms;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

/* Bullets */

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000;
}
.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
}

/* Progress */

.swiper-pagination-progress {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	transform-origin: right top;
}
.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}
.swiper-container-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000;
}

/* 3D Container */

.swiper-container-3d {
	-webkit-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	/* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Chrome 10+, Safari 5.1+, iOS 5+ */
	/* Firefox 3.6-15 */
	/* Opera 11.10-12.00 */
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	/* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Chrome 10+, Safari 5.1+, iOS 5+ */
	/* Firefox 3.6-15 */
	/* Opera 11.10-12.00 */
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	/* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Chrome 10+, Safari 5.1+, iOS 5+ */
	/* Firefox 3.6-15 */
	/* Opera 11.10-12.00 */
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	/* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Chrome 10+, Safari 5.1+, iOS 5+ */
	/* Firefox 3.6-15 */
	/* Opera 11.10-12.00 */
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
	/* Windows 8 IE 10 fix */
	-ms-perspective: 1200px;
}

/* Cube + Flip */

.swiper-container-cube, .swiper-container-flip {
	overflow: visible;
}
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Cube */

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}

/* Fade */

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

/* Scrollbar */

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}
.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}
.swiper-scrollbar-cursor-drag {
	cursor: move;
}

/* Preloader */

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/


/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/


/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/

.mCustomScrollbar {
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom;
	/* direct pointer events to js */
}
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
	-ms-touch-action: auto;
	touch-action: auto;
}
.mCustomScrollBox {
	/* contains plugin's markup */
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: none;
	direction: ltr;
}
.mCSB_container {
	/* contains the original content */
	overflow: hidden;
	width: auto;
	height: auto;
}

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_inside>.mCSB_container {
	margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
}

/* non-visible scrollbar */

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
	/* RTL direction/left-side scrollbar */
	margin-right: 0;
	margin-left: 30px;
}
.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-left: 0;
}

/* RTL direction/left-side scrollbar */

.mCSB_scrollTools {
	/* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
	position: absolute;
	width: 16px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
}
.mCSB_outside+.mCSB_scrollTools {
	right: -26px;
}

/* scrollbar position: outside */

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools, .mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
	/* RTL direction/left-side scrollbar */
	right: auto;
	left: 0;
}
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
	left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */

.mCSB_scrollTools .mCSB_draggerContainer {
	/* contains the draggable element and dragger rail markup */
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
}
.mCSB_scrollTools a+.mCSB_draggerContainer {
	margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
	/* the draggable element */
	cursor: pointer;
	width: 100%;
	height: 30px;
	/* minimum dragger height */
	z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	/* the dragger element */
	position: relative;
	width: 4px;
	height: 100%;
	margin: 0 auto;
	border-radius: 16px;
	text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 12px;
	/* auto-expanded scrollbar */
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 8px;
	/* auto-expanded scrollbar */
}
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
	display: block;
	position: absolute;
	height: 20px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
	bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_horizontal.mCSB_inside>.mCSB_container {
	margin-right: 0;
	margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside>.mCSB_container {
	min-height: 100%;
}
.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0;
}

/* non-visible scrollbar */

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	width: auto;
	height: 16px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
}
.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: -26px;
}

/* scrollbar position: outside */

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
	margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 2px;
	margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 30px;
	/* minimum dragger width */
	height: 100%;
	left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 12px;
	/* auto-expanded scrollbar */
	margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 8px;
	/* auto-expanded scrollbar */
	margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	display: block;
	position: absolute;
	width: 20px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
	left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	right: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_container_wrapper {
	position: absolute;
	height: auto;
	width: auto;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-right: 30px;
	margin-bottom: 30px;
}
.mCSB_container_wrapper>.mCSB_container {
	padding-right: 30px;
	padding-bottom: 30px;
	box-sizing: border-box;
}
.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 20px;
}
.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 20px;
}

/* non-visible horizontal scrollbar */

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 0;
}

/* RTL direction/left-side scrollbar */

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 0;
}
.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
	/* RTL direction/left-side scrollbar */
	margin-right: 0;
	margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
	padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
	padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
	/* non-visible scrollbar */
	margin-left: 0;
}

/* non-visible horizontal scrollbar */

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
	-webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
	-webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/


/*
----------------------------------------
6.1 THEMES
----------------------------------------
*/


/* default theme ("light") */

.mCSB_scrollTools {
	opacity: 0.75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}
.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools, .mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
	opacity: 0;
	filter: "alpha(opacity=0)";
	-ms-filter: "alpha(opacity=0)";
}
.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollBox:hover>.mCSB_scrollTools, .mCustomScrollBox:hover~.mCSB_scrollTools, .mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools, .mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.4);
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.75);
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.85);
	filter: "alpha(opacity=85)";
	-ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
	background-image: url(mCSB_buttons.png);
	/* css sprites */
	background-repeat: no-repeat;
	opacity: 0.4;
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 0;
	/*
  sprites locations
  light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
  dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
  */
}
.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -20px;
	/*
  sprites locations
  light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
  dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
  */
}
.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -40px;
	/*
  sprites locations
  light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
  dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
  */
}
.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -56px;
	/*
  sprites locations
  light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
  dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
  */
}
.mCSB_scrollTools .mCSB_buttonUp:hover, .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover {
	opacity: 0.75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonUp:active, .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active {
	opacity: 0.9;
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}

/* theme: "dark" */

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px;
}

/* ---------------------------------------- */


/* theme: "light-2", "dark-2" */

.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -56px;
}

/* theme: "dark-2" */

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
	border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -56px;
}

/* ---------------------------------------- */


/* theme: "light-thick", "dark-thick" */

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 2px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 2px;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px 0;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 6px;
	margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -56px;
}

/* theme: "dark-thick" */

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
	border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -56px;
}

/* ---------------------------------------- */


/* theme: "light-thin", "dark-thin" */

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
}
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px;
}
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
}
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 2px;
	margin: 7px auto;
}

/* theme "dark-thin" */

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px;
}

/* ---------------------------------------- */


/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.15);
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
	height: 14px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 14px;
	margin: 0 1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 14px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 14px;
	margin: 1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 16px;
	/* auto-expanded scrollbar */
	height: 16px;
	margin: -1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 4px;
	/* auto-expanded scrollbar */
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 16px;
	/* auto-expanded scrollbar */
	width: 16px;
	margin: 0 -1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 4px;
	/* auto-expanded scrollbar */
	margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */

.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
	width: 4px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	background-color: transparent;
	background-position: center;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
	background-repeat: repeat-y;
	opacity: 0.3;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)";
}
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0;
	background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -128px;
}

/* ---------------------------------------- */


/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-y;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */

.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 70px;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 70px;
}
.mCS-3d.mCSB_scrollTools, .mCS-3d-dark.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)";
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	border-radius: 16px;
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
	width: 8px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.2);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #555;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 8px;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 8px;
	margin: 4px 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 8px;
	margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}

/* theme "3d-dark" */

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.1);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}

/* ---------------------------------------- */


/* theme: "3d-thick", "3d-thick-dark" */

.mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)";
}
.mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
	border-radius: 7px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	border-radius: 5px;
}
.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical, .mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
	right: 1px;
}
.mCS-3d-thick.mCSB_scrollTools_vertical, .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick.mCSB_scrollTools_horizontal, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
	bottom: 1px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
	width: 12px;
	margin: 2px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #555;
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 12px;
	width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.05);
	box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */

.mCS-3d-thick-dark.mCSB_scrollTools {
	box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: #fff;
	background-color: rgba(0, 0, 0, 0.05);
	box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}

/* ---------------------------------------- */


/* theme: "minimal", "minimal-dark" */

.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical, .mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
	right: 0;
	margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: 0;
	margin: 0 12px;
}

/* RTL direction/left-side scrollbar */

.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical, .mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
	left: 0;
	right: auto;
}
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 50px;
}
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */


/* theme "light-3", "dark-3" */

.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	width: 6px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.2);
}
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
}
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 6px;
	margin: 5px 0;
}
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 12px;
}
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 12px;
	margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}

/* theme "dark-3" */

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}

/* ---------------------------------------- */


/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */

.mCS-inset.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	width: 12px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	margin: 3px 5px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 6px;
	margin: 5px 3px;
	position: absolute;
	width: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 12px;
	margin: 2px 0;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.1);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */

.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	border-color: rgba(255, 255, 255, 0.2);
	box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
	border-color: #000;
	border-color: rgba(0, 0, 0, 0.2);
}

/* theme "inset-3", "inset-3-dark" */

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.75);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.85);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
}

/* ---------------------------------------- */


/* Chosen v1.6.2 | (c) 2011-2016 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */

.chosen-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.chosen-container * {
	box-sizing: border-box;
}
.chosen-container .chosen-drop {
	position: absolute;
	top: 100%;
	left: -9999px;
	z-index: 1010;
	width: 100%;
	border: 1px solid #aaa;
	border-top: 0;
	background: #fff;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
	left: 0;
}
.chosen-container a {
	cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
	margin-right: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
	color: #999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
	content: ":";
	padding-left: 2px;
	vertical-align: top;
}
.chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 8px;
	height: 25px;
	border: 1px solid #aaa;
	border-radius: 5px;
	background-color: #fff;
	background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
	background: -webkit-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
	background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
	background-clip: padding-box;
	box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px;
}
.chosen-container-single .chosen-default {
	color: #999;
}
.chosen-container-single .chosen-single span {
	display: block;
	overflow: hidden;
	margin-right: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
	margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
	position: absolute;
	top: 6px;
	right: 26px;
	display: block;
	width: 12px;
	height: 12px;
	background: url(chosen-sprite.png) -42px 1px no-repeat;
	font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
	background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
	background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 18px;
	height: 100%;
}
.chosen-container-single .chosen-single div b {
	display: block;
	width: 100%;
	height: 100%;
	background: url(chosen-sprite.png) no-repeat 0 2px;
}
.chosen-container-single .chosen-search {
	position: relative;
	z-index: 1010;
	margin: 0;
	padding: 3px 4px;
	white-space: nowrap;
}
.chosen-container-single .chosen-search input[type=text] {
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	width: 100%;
	height: auto;
	outline: 0;
	border: 1px solid #aaa;
	background: #fff url(chosen-sprite.png) no-repeat 100% -20px;
	background: url(chosen-sprite.png) no-repeat 100% -20px;
	font-size: 1em;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0;
}
.chosen-container-single .chosen-drop {
	margin-top: -1px;
	border-radius: 0 0 4px 4px;
	background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
	position: absolute;
	left: -9999px;
}
.chosen-container .chosen-results {
	color: #444;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0 4px 4px 0;
	padding: 0 0 0 4px;
	max-height: 240px;
	-webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
	display: none;
	margin: 0;
	padding: 5px 6px;
	list-style: none;
	line-height: 15px;
	word-wrap: break-word;
	-webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
	display: list-item;
	cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
	display: list-item;
	color: #ccc;
	cursor: default;
}
.chosen-container .chosen-results li.highlighted {
	background-color: #3875d7;
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
	background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
	background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
	color: #fff;
}
.chosen-container .chosen-results li.no-results {
	color: #777;
	display: list-item;
	background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
	display: list-item;
	font-weight: 700;
	cursor: default;
}
.chosen-container .chosen-results li.group-option {
	padding-left: 15px;
}
.chosen-container .chosen-results li em {
	font-style: normal;
	text-decoration: underline;
}
.chosen-container-multi .chosen-choices {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0 5px;
	width: 100%;
	height: auto;
	border: 1px solid #aaa;
	background-color: #fff;
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
	background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
	background-image: linear-gradient(#eee 1%, #fff 15%);
	cursor: text;
}
.chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
	margin: 1px 0;
	padding: 0;
	height: 25px;
	outline: 0;
	border: 0!important;
	background: transparent!important;
	box-shadow: none;
	color: #999;
	font-size: 100%;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
	position: relative;
	margin: 3px 5px 3px 0;
	padding: 3px 20px 3px 5px;
	border: 1px solid #aaa;
	max-width: 100%;
	border-radius: 3px;
	background-color: #eee;
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
	background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-size: 100% 19px;
	background-repeat: repeat-x;
	background-clip: padding-box;
	box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	color: #333;
	line-height: 13px;
	cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
	word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	position: absolute;
	top: 4px;
	right: 3px;
	display: block;
	width: 12px;
	height: 12px;
	background: url(chosen-sprite.png) -42px 1px no-repeat;
	font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
	background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
	padding-right: 5px;
	border: 1px solid #ccc;
	background-color: #e4e4e4;
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
	background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
	background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
	background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
	margin: 0;
	padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
	display: list-item;
	color: #ccc;
	cursor: default;
}
.chosen-container-active .chosen-single {
	border: 1px solid #5897fb;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
	border: 1px solid #aaa;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
	background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
	background-image: linear-gradient(#eee 20%, #fff 80%);
	box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
	border-left: 0;
	background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
	border: 1px solid #5897fb;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type=text] {
	color: #222 !important;
}
.chosen-disabled {
	opacity: .5!important;
	cursor: default;
}
.chosen-disabled .chosen-single {
	cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
	cursor: default;
}
.chosen-rtl {
	text-align: right;
}
.chosen-rtl .chosen-single {
	overflow: visible;
	padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
	margin-right: 0;
	margin-left: 26px;
	direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
	margin-left: 38px;
}
.chosen-rtl .chosen-single div {
	right: auto;
	left: 3px;
}
.chosen-rtl .chosen-single abbr {
	right: auto;
	left: 26px;
}
.chosen-rtl .chosen-choices li {
	float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type=text] {
	direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
	margin: 3px 5px 3px 0;
	padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
	right: auto;
	left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop {
	left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
	margin: 0 0 4px 4px;
	padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
	padding-right: 15px;
	padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
	border-right: 0;
}
.chosen-rtl .chosen-search input[type=text] {
	padding: 4px 5px 4px 20px;
	background: #fff url(chosen-sprite.png) no-repeat -30px -20px;
	background: url(chosen-sprite.png) no-repeat -30px -20px;
	direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
	background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
	background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
	.chosen-rtl .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type=text], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
		background-image: url(chosen-sprite@2x.png) !important;
		background-size: 52px 37px!important;
		background-repeat: no-repeat !important;
	}
}

/* Layouts */


/*! ===== Header Styles ===== */

.header-container, .header {
	clear: both;
	background: #111111;
}
.header-container:before, .header:before, .header-container:after, .header:after {
	content: " ";
	display: table;
}
.header-container:after, .header:after {
	clear: both;
}
.header-container .main-banner {
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
	margin-bottom: -100px;
}
.header-container .main-banner .banner-content {
	top: 13vw;
}
@media only screen and (max-width: 1428px) {
	.header-container .main-banner .banner-content {
		top: 30%;
	}
}
@media only screen and (max-width: 1024px) {
	.header-container .main-banner .banner-content {
		top: 125px;
	}
}
@media only screen and (max-width: 767px) {
	.header-container .main-banner .banner-content {
		top: 115px;
	}
}
.header-container .main-banner .banner-content.banner-line-full {
	top: 25%;
}
@media only screen and (max-width: 767px) {
	.header-container .main-banner.simple-banner .banner-content {
		top: 120px;
	}
}
.header-container .main-banner.main-banner--column .banner-content {
	top: 13vw;
}
@media only screen and (max-width: 1428px) {
	.header-container .main-banner.main-banner--column .banner-content {
		top: 100px;
	}
}
@media only screen and (max-width: 1024px) {
	.header-container .main-banner.main-banner--column .banner-content {
		top: 110px;
		left: 40px;
	}
}
@media only screen and (max-width: 1024px) {
	.header-container .main-banner.main-banner--column .banner-title {
		font-size: 36px;
	}
}
@media only screen and (min-width: 1025px) {
	.header-container .main-banner.contact-banner .banner-content {
		top: 13vw;
	}
}
.header {
	position: relative;
	z-index: 3;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	/* background:transparent; */
	padding-bottom:18px;
}
.header.sticky {
	position: fixed;
	width: 100%;
	background: #111111;
	left: 0;
	top: 0;
	z-index: 50;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.header.sticky {
		min-height: 65px;
	}
}
@media only screen and (max-width: 767px) {
	.header.sticky {
		min-height: 55px;
	}
}
.header.sticky .mobile-menu-icon {
	-webkit-transition: .5s all;
	transition: .5s all;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.header.sticky .mobile-menu-icon {
		height: 65px;
	}
}
@media only screen and (max-width: 767px) {
	.header.sticky .mobile-menu-icon {
		height: 55px;
	}
}
.header.sticky .mobile-menu-icon .mobile-menu-icon--wrap {
	-webkit-transition: .5s top;
	transition: .5s top;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.header.sticky .mobile-menu-icon .mobile-menu-icon--wrap {
		top: 23px;
	}
}
@media only screen and (max-width: 767px) {
	.header.sticky .mobile-menu-icon .mobile-menu-icon--wrap {
		top: 18px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.header.sticky .mobile-wrap-menu {
		top: 65px;
	}
}
@media only screen and (max-width: 767px) {
	.header.sticky .mobile-wrap-menu {
		top: 55px;
	}
}
.header.sticky .main-logo {
	margin: 18px 55px 0 0;
}
@media only screen and (max-width: 767px) {
	.header.sticky .main-logo {
		margin: 14px 0 0 0;
	}
}
.header.sticky .main-logo--svg {
	display: none;
}
.header.sticky .main-logo-min--svg {
	display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.header.sticky .main-logo-min--svg {
		width: 85px;
		height: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.header.sticky .main-logo-min--svg {
		width: 70px;
		height: 27px;
	}
}
@media only screen and (min-width: 1025px) {
	.header.sticky {
		min-height: 75px;
	}
	.header.sticky #nav-bar li {
		-webkit-transition: .5s all;
		transition: .5s all;
		padding-top: 28px;
	}
	.header.sticky #nav-bar li.active a {
		color: #a9a9a9;
	}
	.header.sticky #nav-bar li:before, .header.sticky #nav-bar li:after {
		content: normal;
		display: none;
	}
	.header.sticky #nav-bar li a {
		-webkit-transform: none!important;
		transform: none!important;
		opacity: 1!important;
		-webkit-transition: .3s color;
		transition: .3s color;
	}
	.header.sticky #nav-bar li a:hover {
		color: #a9a9a9;
	}
	.header.sticky .header-nav--right {
		padding-top: 30px;
	}
}
@media only screen and (max-width: 1024px) {
	.mobile-wrap-menu {
		-webkit-transition: .5s all;
		transition: .5s all;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
		max-height: 0;
		overflow: hidden;
		background: #0b0c0d;
		position: absolute;
		left: 0;
		top: 85px;
		width: 100%;
		padding: 0 28px;
		z-index: 50;
	}
	.mobile-wrap-menu.visible {
		max-height: 5000px;
		-webkit-transform: none;
		transform: none;
	}
}
@media only screen and (max-width: 767px) {
	.mobile-wrap-menu {
		padding: 0 15px;
		top: 65px;
	}
}
@media only screen and (min-width: 1025px) {
	.mobile-menu-icon {
		display: none;
	}
}
@media only screen and (max-width: 1024px) {
	.mobile-menu-icon {
		position: absolute;
		width: 95px;
		height: 85px;
		right: 0;
		top: 0;
	}
}
@media only screen and (max-width: 767px) {
	.mobile-menu-icon {
		width: 70px;
		height: 65px;
	}
}
.mobile-menu-icon .mobile-menu-icon--wrap {
	-webkit-transition: .5s top;
	transition: .5s top;
	width: 30px;
	height: 23px;
	position: absolute;
	top: 38px;
	right: 30px;
}
@media only screen and (max-width: 767px) {
	.mobile-menu-icon .mobile-menu-icon--wrap {
		width: 20px;
		height: 19px;
		top: 27px;
		right: 26px;
	}
}
.mobile-menu-icon i {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #fff;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
	.mobile-menu-icon i {
		height: 3px;
	}
}
.mobile-menu-icon i:nth-of-type(1) {
	top: 0;
}
.mobile-menu-icon i:nth-of-type(2), .mobile-menu-icon i:nth-of-type(3) {
	top: 9px;
}
@media only screen and (max-width: 767px) {
	.mobile-menu-icon i:nth-of-type(2), .mobile-menu-icon i:nth-of-type(3) {
		top: 8px;
	}
}
.mobile-menu-icon i:nth-of-type(4) {
	top: 19px;
}
@media only screen and (max-width: 767px) {
	.mobile-menu-icon i:nth-of-type(4) {
		top: 16px;
	}
}
.mobile-menu-icon.opened {
	background: #000;
}
.mobile-menu-icon.opened i:nth-of-type(1) {
	top: 6px;
	width: 0;
	left: 50%;
}
.mobile-menu-icon.opened i:nth-of-type(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mobile-menu-icon.opened i:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mobile-menu-icon.opened i:nth-of-type(4) {
	top: 6px;
	width: 0;
	left: 50%;
}

/* Logo */

.main-logo {
	margin: 25px 55px 0 0;
	-webkit-transition: .5s all;
	transition: .5s all;
}
@media only screen and (min-width: 1025px) {
	.main-logo {
		float: left;
	}
}
@media only screen and (max-width: 1428px) {
	.main-logo {
		margin: 40px 25px 0 0;
	}
}
@media only screen and (max-width: 767px) {
	.main-logo {
		margin-top: 20px;
	}
}
.main-logo--svg {
	width: 252px;
	height: 48px;
	fill: #fff;
}
@media only screen and (max-width: 1428px) {
	.main-logo--svg {
		width: 181px;
		height: 34px;
	}
}
@media only screen and (max-width: 767px) {
	.main-logo--svg {
		width: 163px;
		height: 30px;
	}
}
.main-logo-min--svg {
	fill: #fff;
	width: 99px;
	height: 38px;
	display: none;
}

/* Home Banner Redesign */
.header-container .main-banner .banner-content {
    top: 33vw;
}

.home-banner {
    width: 100%;
    text-align: center;
    left: 0 !important;
    background: transparent !important;
}

    .home-banner .banner-title {
        font-weight: 700 !important;
        font-size: 5em !important;
        line-height: 100% !important;
        text-shadow: 0px 0px 10px rgba(0,0,0,0.85);
    }

    .home-banner .banner-text {
        width: 100%;
        max-width: 100%;
        /* padding-top: 20%; */
        font-size: 2.5em;
        text-shadow: 0px 0px 10px rgba(0,0,0,0.65);
    }

    .home-banner .home-link {
        background: #ffffff;
        color: #004789;
        font-size: 1.4em;
        padding: 8px 20px;
        border: 1px solid #ffffff;
        margin: 0 20px;
        font-weight: 700;
    }

        .home-banner .home-link:hover {
            background: #004789;
            color: #ffffff;
            border-color: #004789
        }

    .home-banner .home-link-alt {
        background: transparent;
        color: #ffffff;
        font-size: 1.4em;
        padding: 8px 20px;
        border: 1px solid #ffffff;
        margin: 0 20px;
        font-weight: 700;
    }

        .home-banner .home-link-alt:hover {
            background: #004789;
            color: #ffffff;
            border-color: #004789
        }

@media only screen and (max-width: 1450px) {
    .home-banner .banner-text {
        /* padding-top: 15%; */
    }
}

@media only screen and (max-width: 1024px) {
    .home-banner .banner-title {
        font-size: 3em;
        line-height: 100%;
        text-shadow: 0px 0px 20px rgba(0,0,0,0.85);
    }

    .home-banner .banner-text {
        /* padding-top: 15%; */
        font-size: 1.5em;
        text-shadow: 0px 0px 20px rgba(0,0,0,0.85);
    }

    .home-banner .home-link {
        font-size: 0.8em;
        padding: 6px 16px;
    }

    .home-banner .home-link-alt {
        font-size: 0.8em;
        padding: 6px 16px;
    }
}

/* Search */

.header-search {
	min-height: 32px;
	line-height: 32px;
	position: relative;
}
@media only screen and (min-width: 1025px) {
	.header-search {
		-webkit-transition: .5s padding;
		transition: .5s padding;
		float: right;
		margin-top: 50px;
		padding-left: 15px;
		padding-right: 40px;
		border-left: 1px solid #fff;
	}
}
@media only screen and (max-width: 1024px) {
	.header-search {
		margin-bottom: 50px;
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.header-search {
		/*padding: 0 20px;*/
        padding-right:32px;
	}
}
@media only screen and (min-width: 1025px) {
	.header-search.active input[type='search'] {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.header-search .icon-search {
	width: 25px;
	height: 25px;
	fill: #fff;
	vertical-align: middle;
}
@media only screen and (max-width: 1024px) {
	.header-search .icon-search {
		width: 13px;
		height: 13px;
	}
}
.header-search input[type='search'] {
	-webkit-transition: .5s all;
	transition: .5s all;
	background: none;
	border-bottom: 2px solid #fff;
	height: 30px;
	padding: 0;
	font-size: 17px;
	color: #555555;
}
.header-search input[type='search']::-webkit-input-placeholder {
	color: #555555;
}
.header-search input[type='search']:-moz-placeholder {
	color: #555555;
}
.header-search input[type='search']::-moz-placeholder {
	color: #555555;
}
.header-search input[type='search']:-ms-input-placeholder {
	color: #555555;
}
@media only screen and (min-width: 1025px) {
	.header-search input[type='search'] {
		opacity: 0;
		width: 350px;
		position: absolute;
		right: 0;
		top: 100%;
		margin-top: 10px;
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}
@media only screen and (max-width: 1024px) {
	.header-search input[type='search'] {
		width: 100%;
		font-size: 16px;
		height: 37px;
	}
}
.header-search--btn {
	-webkit-transition: .5s ttransform;
	transition: .5s ttransform;
	border: 0;
	background: none;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
}
@media only screen and (max-width: 767px) {
	.header-search--btn {
		right: 20px;
	}
}

/*! ===== Footer Styles ===== */

.footer-container {
	background: #0b0c0d;
}
.footer-container .connect-box {
	width: 62.6%;
	padding: 54px 0 56px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.footer-container .connect-box {
		width: 50%;
		padding: 20px 0 15px;
	}
}
@media only screen and (max-width: 767px) {
	.footer-container .connect-box {
		width: 100%;
		padding: 40px 0 27px;
	}
}
@media only screen and (min-width: 768px) {
	.footer-container .social-box--foot {
		width: 40.4%;
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.footer-container .social-box--foot {
		width: 50%;
	}
}
@media only screen and (max-width: 767px) {
	.footer-container .social-box--foot {
		margin: 0 -15px;
		border-top: 1px solid #555555;
	}
}
.footer-container .contact-info-box {
	color: #a9a9a9;
	font-size: 17px;
}
@media only screen and (min-width: 1025px) {
	.footer-container .contact-info-box {
		width: 24%;
		padding-right: 50px;
	}
}
@media only screen and (max-width: 1024px) {
	.footer-container .contact-info-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		border-bottom: 1px solid #555555;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.footer-container .contact-info-box {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 -28px 30px;
		padding: 0 28px;
	}
}
@media only screen and (max-width: 767px) {
	.footer-container .contact-info-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0 -15px 30px;
		padding: 0 15px;
	}
}
.footer-container .contact-info-box .main-logo--svg {
	fill: #a9a9a9;
}
.footer-container .contact-info-box .contact-info-box--item {
	margin-top: 0;
	margin-bottom: 40px;
	color: #a9a9a9;
	font-size: 17px;
}
@media only screen and (max-width: 767px) {
	.footer-container .contact-info-box .contact-info-box--item {
		font-size: 14px;
		margin-bottom: 20px;
	}
}
.footer-container .contact-info-box--address {
	position: relative;
}
.footer-container .contact-info-box--address p {
	margin: 0 0 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.footer-container .contact-info-box--address p {
		display: inline-block;
		padding-right: 10px;
	}
}
.footer-container .contact-info-box--address a {
	color: #a9a9a9;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.footer-container .contact-info-box--action {
		padding-right: 20px;
	}
}
.footer-container .contact-info-box--address {
	line-height: 1.5;
}
.footer-container .contact-info-box--address b {
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}
.top-footer {
	clear: both;
	border-bottom: 1px solid #555555;
	position: relative;
}
.top-footer:before, .top-footer:after {
	content: " ";
	display: table;
}
.top-footer:after {
	clear: both;
}
@media only screen and (min-width: 1025px) {
	.top-footer .wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.mid-footer {
	clear: both;
	padding-top: 63px;
	border-bottom: 1px solid #555555;
	padding-bottom: 47px;
	/* Nav Footer Menu */
}
.mid-footer:before, .mid-footer:after {
	content: " ";
	display: table;
}
.mid-footer:after {
	clear: both;
}
@media only screen and (max-width: 1024px) {
	.mid-footer {
		padding: 35px 0;
	}
}
@media only screen and (min-width: 1025px) {
	.mid-footer .wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@media only screen and (min-width: 1025px) {
	.mid-footer .menu-block-wrapper {
		width: 76%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.mid-footer .menu-block-wrapper {
		margin: 0 -5px 0 -15px;
	}
}
@media only screen and (min-width: 1025px) {
	.mid-footer .menu-block-wrapper>ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.mid-footer .menu-block-wrapper>ul>li {
	position: relative;
}
@media only screen and (min-width: 1025px) {
	.mid-footer .menu-block-wrapper>ul>li {
		padding-right: 10px;
		width: 25%;
	}
}
@media only screen and (max-width: 1024px) {
	.mid-footer .menu-block-wrapper>ul>li:after {
		content: '';
		display: block;
		width: 5px;
		height: 5px;
		position: absolute;
		right: -10px;
		top: 28px;
		border: 1px solid #555555;
	}
	.mid-footer .menu-block-wrapper>ul>li:last-child:after {
		content: normal;
	}
	.mid-footer .menu-block-wrapper>ul>li:last-child>a {
		border: 0;
	}
}
@media only screen and (max-width: 767px) {
	.mid-footer .menu-block-wrapper>ul>li:after {
		right: 0;
	}
}
.mid-footer .menu-block-wrapper>ul>li>a {
	font-size: 24px;
	color: #a9a9a9;
	text-transform: uppercase;
	font-weight: normal;
	display: block;
	position: relative;
}
@media only screen and (max-width: 1428px) {
	.mid-footer .menu-block-wrapper>ul>li>a {
		font-size: 18px;
	}
}
@media only screen and (min-width: 1025px) {
	.mid-footer .menu-block-wrapper>ul>li>a {
		padding-bottom: 30px;
		margin-bottom: -5px;
	}
}
@media only screen and (max-width: 1024px) {
	.mid-footer .menu-block-wrapper>ul>li>a {
		font-size: 16px;
		border-bottom: 1px solid #555555;
		padding-bottom: 12px;
		margin-bottom: 12px;
		padding-left: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.mid-footer .menu-block-wrapper>ul>li>a {
		padding-left: 0;
		margin-right: 10px;
	}
}
@media only screen and (max-width: 1024px) {
	.mid-footer .menu-block-wrapper>ul ul {
		-webkit-transition: 0.5s max-height;
		transition: 0.5s max-height;
		max-height: 0;
		overflow: hidden;
	}
	.mid-footer .menu-block-wrapper>ul ul.visible {
		-webkit-transition-duration: .7s;
		transition-duration: .7s;
		max-height: 2000px;
	}
}
.mid-footer .menu-block-wrapper>ul ul>li {
	padding-bottom: 17px;
	padding-left: 0;
	position: relative;
	display: block;
}
@media only screen and (max-width: 1024px) {
	.mid-footer .menu-block-wrapper>ul ul>li {
		padding-left: 18px;
	}
}
.mid-footer .menu-block-wrapper>ul ul>li>a {
	color: #a9a9a9;
	font-size: 17px;
	display: inline-block;
	position: relative;
	padding-left: 30px;
}
@media only screen and (max-width: 1428px) {
	.mid-footer .menu-block-wrapper>ul ul>li>a {
		font-size: 15px;
		padding-left: 25px;
	}
}
@media only screen and (max-width: 1024px) {
	.mid-footer .menu-block-wrapper>ul ul>li>a {
		display: block;
		font-size: 14px;
	}
}
@media only screen and (min-width: 1025px) {
	.mid-footer .menu-block-wrapper>ul ul>li>a:hover {
		color: #fff;
	}
	.mid-footer .menu-block-wrapper>ul ul>li>a:hover .icon {
		fill: #fff;
		-webkit-transform: translateX(2px);
		transform: translateX(2px);
	}
}
.mid-footer .menu-block-wrapper>ul ul>li>a .icon {
	-webkit-transition: .3s all;
	transition: .3s all;
	fill: #555555;
	width: 23px;
	height: 11px;
	position: absolute;
	left: 0;
	top: 5px;
}
@media only screen and (max-width: 1428px) {
	.mid-footer .menu-block-wrapper>ul ul>li>a .icon {
		width: 17px;
		height: 9px;
	}
}
.bot-footer {
	clear: both;
	padding-top: 36px;
}
.bot-footer:before, .bot-footer:after {
	content: " ";
	display: table;
}
.bot-footer:after {
	clear: both;
}
@media only screen and (min-width: 1025px) {
	.bot-footer {
		min-height: 150px;
	}
}
@media only screen and (max-width: 1024px) {
	.bot-footer {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
.bot-footer .copyright {
	color: #a9a9a9;
	font-size: 15px;
}
@media only screen and (min-width: 1025px) {
	.bot-footer .copyright {
		float: left;
	}
}
@media only screen and (max-width: 1024px) {
	.bot-footer .copyright {
		text-align: center;
		font-size: 12px;
	}
}
.bot-footer .copyright p {
	margin: 0;
}
@media only screen and (min-width: 1025px) {
	.bot-footer .menu-block-wrapper {
		float: right;
	}
}
@media only screen and (max-width: 1024px) {
	.bot-footer .menu-block-wrapper {
		margin-bottom: 20px;
		text-align: center;
	}
}
.bot-footer .menu-block-wrapper ul>li {
	display: inline-block;
	padding: 0 20px;
	position: relative;
}
@media only screen and (max-width: 1024px) {
	.bot-footer .menu-block-wrapper ul>li {
		padding: 0 15px;
	}
}
@media only screen and (max-width: 767px) {
	.bot-footer .menu-block-wrapper ul>li {
		padding: 0 10px;
	}
}
@media only screen and (min-width: 1025px) {
	.bot-footer .menu-block-wrapper ul>li:last-child {
		padding-right: 0;
	}
}
.bot-footer .menu-block-wrapper ul>li:last-child:after {
	content: normal;
}
.bot-footer .menu-block-wrapper ul>li:after {
	content: '';
	display: block;
	position: absolute;
	border: 1px solid #555555;
	width: 3px;
	height: 3px;
	right: -1px;
	top: 7px;
}
@media only screen and (max-width: 767px) {
	.bot-footer .menu-block-wrapper ul>li:after {
		right: -3px;
		top: 8px;
	}
}
.bot-footer .menu-block-wrapper ul>li>a {
	color: #a9a9a9;
}
@media only screen and (max-width: 1024px) {
	.bot-footer .menu-block-wrapper ul>li>a {
		font-size: 14px;
	}
}
.bot-footer .menu-block-wrapper ul>li>a:hover {
	color: #fff;
}

/*! ===== Navigations Styles ===== */


/* Header Nav */

@media only screen and (min-width: 1025px) {
	#nav-bar {
		float: left;
	}
}
@media only screen and (max-width: 1024px) {
	#nav-bar {
		clear: both;
		padding-top: 42px;
		padding-bottom: 65px;
	}
	#nav-bar:before, #nav-bar:after {
		content: " ";
		display: table;
	}
	#nav-bar:after {
		clear: both;
	}
}
@media only screen and (max-width: 767px) {
	#nav-bar {
		padding-top: 30px;
	}
}
@media only screen and (max-width: 1024px) {
	#nav-bar #nav {
		padding-left: 20px;
		position: relative;
	}
	#nav-bar #nav:before, #nav-bar #nav:after {
		content: '';
		position: absolute;
	}
	#nav-bar #nav:before {
		width: 1px;
		height: calc(100% - 12px);
		left: 0;
		background: #fff;
	}
	#nav-bar #nav:after {
		width: 4px;
		height: 4px;
		left: -3px;
		top: 100%;
		margin-top: -9px;
		border: 1px solid #fff;
	}
}
#nav-bar li {
	position: relative;
	overflow: hidden;
	-webkit-transition: .5s all;
	transition: .5s all;
}
@media only screen and (min-width: 1025px) {
	#nav-bar li {
		float: left;
		padding-top: 55px;
		margin: 0 26px;
	}
}
@media only screen and (max-width: 1428px) {
	#nav-bar li {
		margin: 0 17px;
	}
}
@media only screen and (max-width: 1248px) {
	#nav-bar li {
		margin: 0 14px;
	}
}
@media only screen and (max-width: 1024px) {
	#nav-bar li {
		margin: 0 0 14px;
	}
	#nav-bar li:last-child {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 767px) {
	#nav-bar li {
		margin-bottom: 10px;
	}
	#nav-bar li:last-child {
		margin-bottom: 0;
	}
}
@media only screen and (min-width: 1025px) {
	#nav-bar li:before, #nav-bar li:after {
		-webkit-transform: translateY(-300px);
		transform: translateY(-300px);
		content: '';
		position: absolute;
		display: block;
	}
}
@media only screen and (min-width: 1025px) {
	#nav-bar li:before {
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		-webkit-transition-property: height;
		transition-property: height;
		-webkit-transition-duration: .5s;
		transition-duration: .5s;
		width: 1px;
		height: 38px;
		max-height: calc(100% - 11px);
		background: #fff;
		left: 3px;
		top: 0;
	}
}
#nav-bar li:after {
	-webkit-transition: .7s all;
	transition: .7s all;
	border: 1px solid #fff;
	width: 5px;
	height: 5px;
	left: 0;
	top: 39px;
}
@media only screen and (min-width: 1025px) {
	#nav-bar li.visible {
		overflow: visible;
	}
	#nav-bar li.visible a {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@media only screen and (min-width: 1025px) {
	#nav-bar li:hover a, #nav-bar li.active a {
		color: #a9a9a9;
	}
}
#nav-bar li a {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .01em;
	display: block;
	color: #fff;
}
@media only screen and (min-width: 1025px) {
	#nav-bar li a {
		-webkit-transition: .3s -webkit-transform;
		transition: .3s transform;
		-webkit-transform: translateX(-15px);
		transform: translateX(-15px);
		opacity: 0;
	}
}
@media only screen and (max-width: 1475px) {
	#nav-bar li a {
		font-size: 16px;
	}
}
@media only screen and (max-width: 1228px) {
	#nav-bar li a {
		font-size: 14px;
	}
}
@media only screen and (max-width: 1024px) {
	#nav-bar li a {
		color: #fff;
		font-size: 18px;
	}
}

/*Header Nav Right*/

.header-nav--right {
	-webkit-transition: .5s all;
	transition: .5s all;
}
@media only screen and (min-width: 1025px) {
	.header-nav--right {
		float: right;
		padding-top: 56px;
		margin-right: 10px;
	}
}
@media only screen and (max-width: 1024px) {
	.header-nav--right {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.header-nav--right {
		padding-left: 20px;
	}
}
@media only screen and (min-width: 1025px) {
	.header-nav--right li {
		display: inline-block;
		padding: 0 20px;
		position: relative;
	}
	.header-nav--right li:after {
		content: '';
		display: block;
		position: absolute;
		border: 1px solid #fff;
		width: 3px;
		height: 3px;
		right: -1px;
		top: 9px;
	}
}
@media only screen and (max-width: 1024px) {
	.header-nav--right li {
		display: block;
		margin-bottom: 16px;
	}
}
@media only screen and (max-width: 1024px) {
	.header-nav--right li:last-child {
		margin-bottom: 0;
	}
}
.header-nav--right li:last-child:after {
	content: normal;
}
.header-nav--right li.active a {
	color: #fff;
}
.header-nav--right li.no-active a {
	color: #a9a9a9;
}
.header-nav--right a {
	color: #fff;
	font-size: 16px;
}
.header-nav--right a:hover, .header-nav--right a.active {
	color: #a9a9a9;
}

/*! ===== Form Styles ===== */


/* Fields Styles*/

input[type='text'], input[type='email'], input[type='password'], input[type='tel'], input[type='search'] {
	background: #fff;
	border: 0;
	padding: 15px 10px;
}
input[type='text']:focus, input[type='email']:focus, input[type='password']:focus, input[type='tel']:focus, input[type='search']:focus {
	outline: none;
}
input[type='text']::-ms-clear, input[type='email']::-ms-clear, input[type='password']::-ms-clear, input[type='tel']::-ms-clear, input[type='search']::-ms-clear {
	display: none;
}
button:focus, input[type='button']:focus, input[type='submit']:focus {
	outline: none;
	border: 0;
}
.chosen-container {
	font-size: 16px;
}
.chosen-container .chosen-results {
	margin: 0;
	padding: 0;
	border-right: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
.chosen-container .chosen-results li {
	padding: 10px 15px;
}
.chosen-container .chosen-results li.highlighted {
	background: #e1e1e1;
	color: #004789;
}
.chosen-container-active.chosen-with-drop .chosen-single {
	border: 1px solid #e1e1e1;
	box-shadow: none;
	background: #fff;
}
.chosen-container-single .chosen-default {
	color: #555555;
	font-size: 20px;
}
.chosen-container-single .chosen-single {
	color: #555555;
	border-radius: 0;
	background: #fff;
	height: 40px;
	line-height: 36px;
	border-color: #e1e1e1;
	font-size: 20px;
	box-shadow: none;
	padding: 0 0 0 15px;
}
.chosen-container-single .chosen-single span {
	margin-right: 50px;
}
.chosen-container-single .chosen-single div {
	-webkit-transition: .5s -webkit-transform;
	transition: .5s transform;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -8px;
	width: 34px;
	height: 17px;
}
@media only screen and (max-width: 767px) {
	.chosen-container-single .chosen-single div {
		-webkit-transform: rotate(0deg) scale(0.8);
		transform: rotate(0deg) scale(0.8);
	}
}
.chosen-container-single .chosen-single div:before, .chosen-container-single .chosen-single div:after {
	content: '';
	display: block;
	width: 2px;
	height: 16px;
	background: #004789;
	position: absolute;
	top: 0;
}
.chosen-container-single .chosen-single div:before {
	-webkit-transform: rotate(-48deg);
	transform: rotate(-48deg);
	left: 11px;
}
.chosen-container-single .chosen-single div:after {
	-webkit-transform: rotate(48deg);
	transform: rotate(48deg);
	right: 10px;
}
.chosen-container-single .chosen-drop {
	border-radius: 0;
	box-shadow: none;
	border-color: #e1e1e1;
}
.icheckbox {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #e1e1e1;
	vertical-align: middle;
	margin-right: 10px;
	cursor: pointer;
}
.icheckbox.checked .iCheck-helper {
	opacity: 1!important;
}
.icheckbox.checked .iCheck-helper:before, .icheckbox.checked .iCheck-helper:after {
	-webkit-transition: .5s all;
	transition: .5s all;
	content: '';
	display: block;
	position: absolute;
	background: #004789;
	width: 3px;
}
.icheckbox.checked .iCheck-helper:before {
	height: 10px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 2px;
	bottom: 2px;
}
.icheckbox.checked .iCheck-helper:after {
	height: 16px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 11px;
	bottom: 3px;
}
.iradio {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #e1e1e1;
	cursor: pointer;
	position: relative;
	display: inline-block;
	margin-right: 10px;
}
.iradio+label {
	cursor: pointer;
}
.iradio.checked:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #004789;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -5px 0 0 -5px;
}
select {
	width: 100%;
	border-radius: 0;
	border: 1px solid #e1e1e1;
	height: 60px;
	line-height: 60px;
	padding: 0 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAPCAYAAAB5lebdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REMxNjY1RjE4NEJBMTFFNkJCQjNDRjEyNjM0RjhBRjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REMxNjY1RjI4NEJBMTFFNkJCQjNDRjEyNjM0RjhBRjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEQzE2NjVFRjg0QkExMUU2QkJCM0NGMTI2MzRGOEFGNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEQzE2NjVGMDg0QkExMUU2QkJCM0NGMTI2MzRGOEFGNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtMC6YcAAAE2SURBVHjaYvz//z/DYAdMDEMAMDJ4TrgCpLWh/DtArAHEf4k14P+2fFQDvSYyA6kbQKwCFboKVKNDaUiCDNgJ5YMM/gjEQmT52GuiEFQ/zIE7KXUgcnR7AHEPlM0NxK+A2JREB5pC9XFDhXqADvSgdposBeIYUAwCMSjKTgJxHJEOjIOqZ4bqjwE6sJSaaRJdzBiITwAxC5TfB8TFeMzoBeIiKPsPEFsAHXiW1rkbZIE4EH+B8ouQ0iw62InkQJB6cWo7EF8R9A6IBYD4IZTvBs35yOAOVJwBqk4A6MB3tCiCWPDIgYohBSDeC8ROQKwMxJ+A2ACILwAxL1TdPqDjnAe6MAc5YCKUDXLYXSQHTqS1A0mpcQqAOBW5DIfyCwZbtTgHWkSBcnASlE+fanG0gUElABBgAC8RUipWPiGUAAAAAElFTkSuQmCC');
	background-position: center right;
	background-repeat: no-repeat;
	font-size: 16px;
	color: #555555;
}
select:focus {
	border: 0;
	outline: none;
}
.main-form--cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 767px) {
	.main-form--cols {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media only screen and (min-width: 768px) {
	.main-form--col {
		width: 50%;
	}
	.main-form--col:first-child {
		border-right: 1px solid #e1e1e1;
	}
}
.main-form--col:last-child {
	padding: 30px;
}
.main-form-row {
	border-bottom: 1px solid #e1e1e1;
	padding: 30px;
}
@media only screen and (max-width: 1024px) {
	.main-form-row {
		padding: 20px;
	}
}
.main-form label {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
	.main-form label {
		font-size: 13px;
		margin-bottom: 15px;
	}
}
.main-form input {
	font-size: 22px;
	padding: 0;
	width: 100%;
	color: #555555;
}
.main-form input::-webkit-input-placeholder {
	color: #555555;
}
.main-form input:-moz-placeholder {
	color: #555555;
}
.main-form input::-moz-placeholder {
	color: #555555;
}
.main-form input:-ms-input-placeholder {
	color: #555555;
}
@media only screen and (max-width: 1024px) {
	.main-form input {
		font-size: 18px;
	}
}
.main-form textarea {
	border: 0;
	height: 90%;
	width: 100%;
	font-size: 22px;
}
.main-form textarea::-webkit-input-placeholder {
	color: #555555;
}
.main-form textarea:-moz-placeholder {
	color: #555555;
}
.main-form textarea::-moz-placeholder {
	color: #555555;
}
.main-form textarea:-ms-input-placeholder {
	color: #555555;
}
@media only screen and (max-width: 1024px) {
	.main-form textarea {
		font-size: 18px;
		min-height: 240px;
	}
}
.main-form select {
	border: 0;
	border-bottom: 2px solid #e1e1e1;
	padding: 5px 0 5px;
	font-size: 18px;
	height: auto;
	line-height: normal;
}
.main-form .chosen-single {
	border: 0!important;
	border-bottom: 2px solid #e1e1e1 !important;
	padding-left: 0!important;
	font-size: 22px;
}
@media only screen and (max-width: 1024px) {
	.main-form .chosen-single {
		font-size: 18px;
	}
}
.main-form--btn button, .main-form--btn input {
	-webkit-transition: .4s background;
	transition: .4s background;
	background: #004789;
	color: #fff;
	border: 0;
	width: 100%;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	height: 85px;
	line-height: 85px;
	text-transform: uppercase;
}
.main-form--btn button:hover, .main-form--btn input:hover {
	background: #0b0c0d;
}
@media only screen and (max-width: 1024px) {
	.main-form--btn button, .main-form--btn input {
		height: 65px;
		line-height: 65px;
		font-size: 13px;
	}
}
.main-form--btn .icon {
	width: 31px;
	height: 15px;
	display: inline-block;
	fill: #fff;
	margin-left: 5px;
}
@media only screen and (max-width: 1024px) {
	.main-form--btn .icon {
		width: 17px;
		height: 9px;
	}
}
.main-form--radio {
	margin: 0 30px;
	padding-left: 0;
}
@media only screen and (max-width: 1024px) {
	.main-form--radio {
		margin: 0 20px;
	}
}
.main-form--radio-col {
	display: inline-block;
	margin-right: 60px;
}
.main-form--radio-col:last-child {
	margin-right: 0;
}
.main-form--radio-col label {
	display: inline-block;
	font-size: 22px;
	text-transform: none;
	font-weight: normal;
	color: #555555;
	margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
	.main-form--radio-col label {
		font-size: 18px;
	}
}

/*! ===== Sidebar Container Styles ===== */

.sidebar-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 767px) {
	.sidebar-container {
		padding-top: 40px;
	}
}
.sidebar-container .s-sidebar {
	width: 20%;
	padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
	.sidebar-container .s-sidebar {
		display: none;
	}
}
@media only screen and (min-width: 1025px) {
	.sidebar-container .s-sidebar+.s-container {
		width: 80%;
	}
}

/* Modules */


/*! ===== Main Slider Styles ===== */

.main-slider {
	/* Slider Content */
	/* Slider Buttons */
}
.main-slider .swiper-wrapper {
	margin-bottom: 25px;
}
.main-slider .swiper-button-prev, .main-slider .swiper-button-next {
	position: relative;
	display: inline-block;
	left: auto;
	top: auto;
	right: auto;
	margin: 0;
	width: 42px;
	height: 42px;
	background: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	line-height: 42px;
}
@media only screen and (max-width: 767px) {
	.main-slider .swiper-button-prev, .main-slider .swiper-button-next {
		height: 32px;
		width: 32px;
		line-height: 32px;
	}
}
.main-slider .swiper-button-prev:after, .main-slider .swiper-button-next:after, .main-slider .swiper-button-prev:before, .main-slider .swiper-button-next:before {
	content: '';
	display: block;
	width: 1px;
	height: 15px;
	background: #fff;
	position: absolute;
}
@media only screen and (max-width: 767px) {
	.main-slider .swiper-button-prev:after, .main-slider .swiper-button-next:after, .main-slider .swiper-button-prev:before, .main-slider .swiper-button-next:before {
		height: 8px;
	}
}
.main-slider .swiper-button-prev:after, .main-slider .swiper-button-next:after {
	top: 0;
}
.main-slider .swiper-button-prev:before, .main-slider .swiper-button-next:before {
	bottom: 0;
}
.main-slider .swiper-button-prev .icon, .main-slider .swiper-button-next .icon {
	-webkit-transition: .5s -webkit-transform;
	transition: .5s transform;
	fill: #fff;
	width: 23px;
	height: 15px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	top: -3px;
}
@media only screen and (max-width: 767px) {
	.main-slider .swiper-button-prev .icon, .main-slider .swiper-button-next .icon {
		width: 17px;
		height: 9px;
	}
}
.main-slider .swiper-button-prev .sq-icon, .main-slider .swiper-button-next .sq-icon {
	display: block;
	width: 7px;
	height: 7px;
	border: 1px solid #fff;
	top: 50%;
	margin-top: -4px;
	position: absolute;
}
.main-slider .swiper-button-prev {
	text-align: right;
	border-left: 1px solid #fff;
	margin-right: 23px;
}
@media only screen and (max-width: 767px) {
	.main-slider .swiper-button-prev {
		margin-right: 20px;
	}
}
.main-slider .swiper-button-prev:hover .icon {
	-webkit-transform: translateX(-5px) rotate(-180deg);
	transform: translateX(-5px) rotate(-180deg);
}
.main-slider .swiper-button-prev:after, .main-slider .swiper-button-prev:before {
	right: 0;
}
.main-slider .swiper-button-prev .icon {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	margin-right: 6px;
}
.main-slider .swiper-button-prev .sq-icon {
	right: -3px;
}
.main-slider .swiper-button-next {
	text-align: left;
	border-right: 1px solid #fff;
}
.main-slider .swiper-button-next:hover .icon {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}
.main-slider .swiper-button-next:after, .main-slider .swiper-button-next:before {
	left: 0;
}
.main-slider .swiper-button-next .icon {
	margin-left: 6px;
}
.main-slider .swiper-button-next .sq-icon {
	left: -3px;
}

/*! ===== Banners ===== */


/* Header Banner */

.main-banner {
	position: relative;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.main-banner {
		min-height: 460px;
	}
}
.main-banner img {
	display: block;
}
@media only screen and (max-width: 1024px) {
	.main-banner.clear-banner .banner-content .banner-content-wrap {
		padding-left: 0;
	}
	.main-banner.clear-banner .banner-content .banner-content-wrap:before, .main-banner.clear-banner .banner-content .banner-content-wrap:after {
		content: normal;
	}
}
.main-banner.simple-banner .banner-content {
	top: 255px;
}
@media only screen and (max-width: 767px) {
	.main-banner.simple-banner .banner-content {
		top: 60px;
		max-width: 90%;
	}
}
@media only screen and (max-width: 767px) {
	.main-banner.simple-banner {
		height: 240px;
		min-height: 1px;
	}
}
.main-banner .main-banner--img {
	width: 100%;
	display: block;
	background:#111111;
}
@media only screen and (min-width: 1025px) {
	.main-banner .main-banner--img.mobile {
		display: none;
	}
}
@media only screen and (max-width: 1024px) {
	.main-banner .main-banner--img.desktop {
		/* display: none; */
	}
}
@media only screen and (max-width: 1024px) {
	.main-banner .main-banner--img {
		min-height: 460px;
		-webkit-object-fit: cover;
		-o-object-fit: cover;
		object-fit: cover;
	}
}
@media only screen and (max-width: 767px) {
	.main-banner .main-banner--img {
		min-height: 487px;
	}
}
.main-banner .a-main-banner--img {
	-webkit-transition: 1s -webkit-transform;
	transition: 1s transform;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	position: absolute;
	top: 80px;
	right: 0;
	max-width: 60%;
}
@media only screen and (max-width: 1024px) {
	.main-banner .a-main-banner--img {
		display: none;
	}
}
.main-banner .a-main-banner--img.visible {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.main-banner .banner-content {
	position: absolute;
	top: 7vw;
	left: 361px;
	z-index: 1;
}
@media only screen and (max-width: 1428px) {
	.main-banner .banner-content {
		left: 150px;
		top: 55px;
	}
}
@media only screen and (max-width: 1024px) {
	.main-banner .banner-content {
		left: 28px;
		top: 35px;
	}
}
@media only screen and (max-width: 767px) {
	.main-banner .banner-content {
		top: 60px;
		left: 15px;
	}
}
.main-banner .banner-content .banner-content-wrap {
	margin-bottom: 39px;
	position: relative;
	padding-left: 0px;
}
@media only screen and (max-width: 767px) {
	.main-banner .banner-content .banner-content-wrap {
		padding-right: 30px;
	}
}
.main-banner .banner-content .banner-content-wrap:before {
	display: none;
}
.main-banner .banner-content .banner-content-wrap:after {
	display: none;
}
@media only screen and (min-width: 1025px) {
	.main-banner .banner-content.visible .banner-content-wrap .banner-title {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	.main-banner .banner-content.visible .banner-content-wrap .banner-text {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
.main-banner .banner-content.visible .main-link {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.main-banner .banner-title {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 3.0vw;
	line-height: 1.0;
	letter-spacing: .01em;
	margin: 0;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	}
@media only screen and (min-width: 1429px) {
	.main-banner .banner-title.banner-title--alt {
		font-size: 55px;
	}
}
@media only screen and (min-width: 1025px) {
	.main-banner .banner-title {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
		opacity: 0;
		-webkit-transition: .7s all;
		transition: .7s all;
		-webkit-transition-delay: .5s;
		transition-delay: .5s;
	}
}
@media only screen and (max-width: 1428px) {
	.main-banner .banner-title {
		font-size: 36px;
		line-height: 30px;
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 1024px) {
	.main-banner .banner-title {
		font-size: 28px;
		line-height: 1;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 767px) {
	.main-banner .banner-title {
		font-size: 36px;
		line-height: 30px;
	}
}
.main-banner .banner-sub-title {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	margin: 55px 0 30px;
}
@media only screen and (max-width: 1024px) {
	.main-banner .banner-sub-title {
		margin: 30px 0 20px;
	}
}
.main-banner .banner-text {
	font-size: 18px;
	max-width: 450px;
	margin-top: 25px;
	line-height: 30px;
	position: relative;
	bottom: -8px;
	color: #fff;
}
@media only screen and (min-width: 1025px) {
	.main-banner .banner-text {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
		opacity: 0;
		-webkit-transition: .7s all;
		transition: .7s all;
		-webkit-transition-delay: .7s;
		transition-delay: .7s;
	}
}
@media only screen and (max-width: 1228px) {
	.main-banner .banner-text {
		font-size: 16px;
		line-height: 18px;
		margin-top: 18px;
		bottom: -5px;
	}
}
@media only screen and (max-width: 1024px) {
	.main-banner .banner-text {
		line-height: 24px;
		margin-top: 0;
	}
}
@media only screen and (max-width: 767px) {
	.main-banner .banner-text {
		max-width: 100%;
		line-height: 24px;
	}
	.main-banner .banner-text br {
		display: none;
	}
}
@media only screen and (min-width: 1025px) {
	.main-banner .main-link {
		-webkit-transition: .7s all;
		transition: .7s all;
		-webkit-transition-delay: .9s;
		transition-delay: .9s;
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
		opacity: 0;
	}
}
@media only screen and (max-width: 767px) {
	.main-banner--column {
		min-height: 550px;
	}
}
@media only screen and (max-width: 767px) {
	.main-banner--column .main-banner--img {
		min-height: 550px;
	}
}
.main-banner--column .banner-content .banner-content-wrap {
	padding: 0;
}
@media only screen and (min-width: 768px) {
	.main-banner--column .banner-content .banner-content-wrap {
		float: left;
	}
}
.main-banner--column .banner-content .banner-content-wrap:after, .main-banner--column .banner-content .banner-content-wrap:before {
	content: normal;
}
@media only screen and (min-width: 768px) {
	.banner-content--right {
		float: right;
		margin-left: 5vh;
	}
}
@media only screen and (max-width: 1428px) {
	.banner-content--right {
		margin-left: 30px;
	}
}
@media only screen and (max-width: 1228px) {
	.banner-content--right {
		margin-left: 10px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.banner-content--right {
		margin-top: 90px;
	}
}

/* Grid Banners */

.grid-banner {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 767px) {
	.grid-banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.grid-banner--item {
	position: relative;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: .5s all;
	transition: .5s all;
	background:#111111;
}
@media only screen and (min-width: 768px) {
	.grid-banner--item {
		width: calc(100% / 3);
	}
}
@media only screen and (max-width: 1228px) {
	.grid-banner--item {
		width: calc(100% / 2);
	}
}
@media only screen and (max-width: 767px) {
	.grid-banner--item {
		width: 100%;
	}
}
.grid-banner--item:before {
	-webkit-transition: .5s linear;
	transition: .5s linear;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background: #000;
	opacity: 0;
	z-index: 1;
}
.grid-banner--item figure {
	-webkit-transition: 4s -webkit-transform;
	transition: 4s transform;
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.grid-banner--item figure:hover {
	opacity: 1;
}
.grid-banner--item img {
	display: block;
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.grid-banner--item img {
		-o-object-fit: cover;
		object-fit: cover;
		min-height: 360px;
	}
}
@media only screen and (min-width: 1025px) {
	.grid-banner--item img.mobile {
		display: none;
	}
}
@media only screen and (max-width: 1024px) {
	.grid-banner--item img.desktop {
		display: none;
	}
}
.grid-banner--item .animate-img-1 {
	-webkit-transition: 15s -webkit-transform;
	transition: 15s transform;
	position: absolute;
	top: 36%;
	left: -87%;
	max-width: none;
}
@media only screen and (max-width: 1428px) {
	.grid-banner--item .animate-img-1 {
		max-width: 150%;
	}
}
@media only screen and (max-width: 1024px) {
	.grid-banner--item .animate-img-1 {
		display: none;
	}
}
.grid-banner--item:hover {
	z-index: 6;
}
@media only screen and (min-width: 1025px) {
	.grid-banner--item:hover .grid-banner--text {
		opacity: 1;
		max-height: 1000px;
		-webkit-transform: translateX(30px) rotate(0.02deg);
		transform: translateX(30px) rotate(0.02deg);
	}
	.grid-banner--item:hover .grid-banner--title {
		-webkit-transform: translateX(30px) rotate(0.02deg);
		transform: translateX(30px) rotate(0.02deg);
	}
	.grid-banner--item:hover .grid-banner--action {
		-webkit-transform: translateX(30px) rotate(0.02deg);
		transform: translateX(30px) rotate(0.02deg);
	}
	.grid-banner--item:hover .grid-banner--content:before {
		height: calc(100% - 5px);
	}
	.grid-banner--item:hover .grid-banner--content:after {
		top: calc(100% - 63px);
	}
	.grid-banner--item:hover .animate-img-1 {
		-webkit-transform: translateX(20%) translateY(-15px) scale(0.8) rotate(0.02deg);
		transform: translateX(20%) translateY(-15px) scale(0.8) rotate(0.02deg);
	}
}
@media only screen and (min-width: 1025px) {
	.grid-banner--item:hover figure {
		-webkit-transition: 5s -webkit-transform;
		transition: 5s transform;
		-webkit-transform: scale(1.1) rotate(0.02deg);
		transform: scale(1.1) rotate(0.02deg);
		-webkit-filter: blur(0);
		filter: blur(0);
	}
}
@media only screen and (min-width: 1025px) {
	.grid-banner--item.opacity:before {
		-webkit-transition: 3s linear;
		transition: 3s linear;
		-webkit-transition-delay: .1s;
		transition-delay: .1s;
		opacity: .5;
		z-index: 5;
	}
}
.grid-banner--content {
	position: absolute;
	z-index: 2;
	left: 59px;
	top: 104px;
	padding:20px 20px 20px 60px;
	min-height: 300px;
}
.grid-banner--content:hover {
	-webkit-transition: 1s ease-in;
	transition: 1s ease-in;
	background: #004789;
	opacity: 0.9;
}
.home.grid-banner--content:hover {
	background: none;
}
@media only screen and (max-width: 1428px) {
	.grid-banner--content {
		top: 70px;
		left: 30px;
	}
}
@media only screen and (max-width: 1024px) {
	.grid-banner--content {
		top: 40px;
		min-height: 125px;
		padding-bottom: 30px;
	}
}
.grid-banner--content .grid-banner--title {
	color: #fff;
	max-width: 380px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 2.5vw;
	line-height: 1.0;
	margin: 0;
	padding-bottom: 20px;
	position: relative;
}
@media only screen and (min-width: 1025px) {
	.grid-banner--content .grid-banner--title {
		-webkit-transition: .7s -webkit-transform;
		transition: .7s transform;
	}
}
@media only screen and (max-width: 1428px) {
	.grid-banner--content .grid-banner--title {
		font-size: 28px;
		line-height: 28px;
		max-width: 300px;
	}
}
@media only screen and (max-width: 1024px) {
	.grid-banner--content .grid-banner--title {
		max-width: 225px;
	}
}
.grid-banner--content .grid-banner--text {
	-webkit-transition: .7s all;
	transition: .7s all;
	opacity: 0;
	color: #FFF;
	font-size: 20px;
	line-height: 1.2;
	max-width: 90%;
	padding-right: 15px;
	overflow: hidden;
}
@media only screen and (min-width: 1025px) {
	.grid-banner--content .grid-banner--text {
		max-height: 0;
	}
}
@media only screen and (max-width: 1428px) {
	.grid-banner--content .grid-banner--text {
		font-size: 18px;
	}
}
@media only screen and (max-width: 767px) {
	.grid-banner--content .grid-banner--text {
		max-height: 120px;
	}
}
.grid-banner--content .grid-banner--action {
	-webkit-transition: .8s all;
	transition: .8s all;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	position: absolute;
	bottom: 3px;
	left: 0;
}
.banner-line-full {
	width: 635px;
	max-width: 100%;
}
.filter-blc {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.inner-blc-filters {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.inner-blc-filters .banner--item:hover figure {
	-webkit-transform: none;
	transform: none;
}
.inner-blc-filters .banner--item img {
	display: block;
}
.inner-blc-filters .banner--item .grid-banner--title {
	font-size: 40px;
	line-height: 38px;
	text-transform: none;
}
@media only screen and (max-width: 1428px) {
	.inner-blc-filters .banner--item .grid-banner--title {
		font-size: 28px;
		line-height: 28px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.inner-blc-filters .banner--item .grid-banner--title {
		font-size: 28px;
	}
}
.inner-blc-filters .banner--item .grid-banner--text {
	opacity: 1;
	line-height: 30px;
}
@media only screen and (max-width: 960px) {
	.inner-blc-filters .banner--item .grid-banner--text {
		font-size: 16px;
		line-height: 24px;
	}
}
.inner-blc-filters .banner--item a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.inner-blc-filters .banner--item .tag-blc {
	position: absolute;
	bottom: 50px;
	left: 50px;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media only screen and (max-width: 1228px) {
	.inner-blc-filters .banner--item .tag-blc {
		bottom: 20px;
		left: 30px;
	}
}
.inner-blc-filters .banner--item .tag-blc .tag {
	font-size: 14px;
	font-weight: normal;
	background: rgba(0, 0, 0, 0.8);
	padding: 8px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 3px;
	-ms-flex-item-align: start;
	align-self: flex-start;
}
@media only screen and (max-width: 767px) {
	.items-filter--wrap {
		overflow-x: auto;
		overflow-y: hidden;
		position: relative;
		-webkit-user-select: none;
	}
	.items-filter--wrap::-webkit-scrollbar {
		opacity: 0;
		height: 0;
		width: 0;
	}
	.items-filter--wrap .mCSB_horizontal.mCSB_inside>.mCSB_container {
		margin: 0;
	}
	.items-filter--wrap .mCSB_scrollTools {
		opacity: 0!important;
	}
}
.items-filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 15px auto 0;
	border-bottom: 10px solid #004789;
	width: 100%;
	padding: 0 2%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media only screen and (max-width: 767px) {
	.items-filter {
		white-space: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-top: 10px;
		padding: 0;
		display: block;
		font-size: 0;
	}
}
.items-filter .items {
	padding: 45px;
	text-transform: uppercase;
	color: #004789;
	font-size: 20px;
	font-weight: normal;
	cursor: pointer;
	-webkit-transition: all linear .3s;
	transition: all linear .3s;
	position: relative;
	text-align: center;
}
@media only screen and (max-width: 1024px) {
	.items-filter .items {
		font-size: 13px;
		padding: 22px 15px 7px;
	}
}
@media only screen and (max-width: 767px) {
	.items-filter .items {
		padding-bottom: 12px;
		display: inline-block;
	}
	.items-filter .items:after {
		content: '';
		width: 100%;
		position: absolute;
		left: 0;
		bottom: -10px;
		display: block;
		height: 10px;
		background: #004789;
		z-index: 0;
	}
}
@media only screen and (min-width: 1025px) {
	.items-filter .items:hover .squad {
		-webkit-transition: all linear 1s;
		transition: all linear 1s;
		opacity: 1;
	}
}
.items-filter .items.active:before {
	display: none;
	content: "";
	position: absolute;
	width: calc(100% - 22px);
	height: 85%;
	border: none;
	top: 10px;
	left: 10px;
	right: 10px;
}
@media only screen and (max-width: 767px) {
	.items-filter .items.active:before {
		height: 76%;
	}
}
.items-filter .items .squad {
	position: absolute;
	width: 17px;
	height: 5px;
	bottom: 4px;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	left: 50%;
	background: #004789;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
	opacity: 0;
	z-index: 1;
}
@media only screen and (max-width: 1024px) {
	.items-filter .items .squad {
		bottom: -7px;
		width: 9px;
	}
}
@media only screen and (max-width: 767px) {
	.items-filter .items .squad {
		bottom: -2px;
	}
}
.items-filter .items .squad:before
{
	display:none;
	content: "";
	width: 5px;
	height: 5px;
	border: 1px solid #fff;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media only screen and (max-width: 1024px) {
	.items-filter .items .squad:before {
		width: 3px;
		height: 3px;
	}
}
.items-filter .items.active {
	background: #004789;
	color: #fff;
}
.items-filter .items.active .squad {
	opacity: 1;
}
@media only screen and (min-width: 1025px) {
	.items-filter .items:hover {
		background: #004789;
		color: #fff;
		-webkit-transition: all linear .3s;
		transition: all linear .3s;
	}
}
.btn-blc-more {
	margin: 50px 0 100px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 960px) {
	.btn-blc-more {
		margin: 30px 0 41px 0;
	}
}
.btn-blc-more .more {
	min-width: 340px;
	background: #004789;
	padding: 30px 5px;
	cursor: pointer;
	text-align: center;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	margin: auto;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn-blc-more .more:hover {
	background: #fff;
	color: #000;
}
.btn-blc-more .more:hover:before {
	border-color: #000;
}
@media only screen and (max-width: 960px) {
	.btn-blc-more .more {
		font-size: 13px;
		padding: 17px 0;
		min-width: 190px;
	}
}
.btn-blc-more .more:before {
	content: "";
	position: absolute;
	display: block;
	width: calc(100% - 22px);
	height: calc(100% - 22px);
	border: 1px solid #fff;
	top: 10px;
	left: 10px;
	right: 10px;
}
.banner-information {
	font-size: 17px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: bold;
	margin-top: 40px;
}
@media only screen and (max-width: 767px) {
	.banner-information {
		margin-top: 10px;
	}
}
@media only screen and (max-width: 767px) {
	.banner-information.location-banner-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media only screen and (max-width: 767px) {
	.banner-information.location-banner-info .item {
		margin-bottom: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.banner-information .item {
	padding: 0 60px 0 0;
	margin: 0 37px 0 0;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.banner-information .item {
		padding-right: 0;
		margin-right: 26px;
	}
}
.banner-information .title-item {
	font-size: 40px;
	margin: 0;
}
@media only screen and (max-width: 767px) {
	.banner-information .title-item {
		font-size: 30px;
	}
}
.banner-information .title-icon {
	margin-bottom: 15px;
}
@media only screen and (min-width: 1025px) {
	.banner-information .title-icon {
		min-height: 42px;
	}
}
@media only screen and (max-width: 1024px) {
	.banner-information .title-icon {
		margin-bottom: 5px;
	}
}
@media only screen and (max-width: 767px) {
	.banner-information .title-icon {
		margin-right: 15px;
	}
}
.banner-information .title-icon .icon {
	fill: #fff;
	max-width: 37px;
	max-height: 41px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.banner-information .title-icon .icon {
		max-width: 18px;
		max-height: 18px;
	}
}
@media only screen and (max-width: 767px) {
	.banner-information .title-icon .icon {
		max-width: 25px;
		max-height: 25px;
	}
}
.banner-information .sub-text {
	text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
	.banner-information .sub-text {
		font-size: 10px;
	}
}
.banner-information .sub-info-text {
	color: #fff;
	font-size: 22px;
	font-weight: normal;
}
.banner-information .sub-info-text a {
	color: #fff;
}
@media only screen and (max-width: 1024px) {
	.banner-information .sub-info-text {
		font-size: 16px;
	}
}
.columns-banner {
	position: relative;
	overflow: hidden;
}
.grid-banner--item.hide {
	display: none;
}
.grid-banner--item.show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.columns-banner--in-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 767px) {
	.columns-banner--in-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.columns-banner--item {
	position: relative;
	overflow: hidden;
}
@media only screen and (min-width: 768px) {
	.columns-banner--item {
		width: calc(100%/3);
	}
}
@media only screen and (max-width: 767px) {
	.columns-banner--item {
		height: 195px;
		overflow: hidden;
	}
}
.columns-banner--item img {
	display: block;
}
@media only screen and (max-width: 767px) {
	.columns-banner--item img {
		width: 100%;
		height: 195px;
		-o-object-fit: cover;
		object-fit: cover;
	}
}
.columns-banner--item a {
	position: relative;
	z-index: 2;
	display: block;
}
@media only screen and (min-width: 1025px) {
	.columns-banner--item a:before {
		-webkit-transition: .9s linear;
		transition: .9s linear;
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		background: #000;
		width: 100%;
		height: 100%;
		opacity: 0;
		z-index: 1;
	}
	.columns-banner--item a:hover:before {
		opacity: .2;
	}
}
.columns-banner--content {
	position: absolute;
	left: 70px;
	top: 100px;
	z-index: 3;
}
@media only screen and (max-width: 1024px) {
	.columns-banner--content {
		left: 23px;
		top: 40px;
	}
}
.columns-banner--ttl {
	color: #fff;
	font-weight: normal;
	font-size: 40px;
	margin: 0 0 20px;
	line-height: 1;
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.columns-banner--ttl {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767px) {
	.columns-banner--ttl {
		font-size: 24px;
	}
}
.show-text .grid-banner--text {
	opacity: 1;
	max-height: inherit;
}
@media only screen and (max-width: 767px) {
	.grid-banner-custom .grid-banner--item {
		max-height: 350px;
	}
}
@media only screen and (max-width: 767px) {
	.grid-banner-custom .grid-banner--item .grid-banner--content:before {
		height: 15px;
		top: -24px;
	}
}
@media only screen and (max-width: 1024px) {
	.grid-banner-custom .grid-banner--title {
		font-size: 26px;
	}
}
@media only screen and (max-width: 1024px) {
	.grid-banner-custom .grid-banner--text {
		font-size: 16px;
	}
}
@media only screen and (max-width: 1024px) {
	.grid-banner-custom .grid-banner--action {
		position: static;
	}
}

/*! ===== Features Styles ===== */

.features-main-box {
	overflow: hidden;
}
.features-main--wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 125px 0 125px 70px;
	overflow: hidden;
	background-size: cover!important;
	background-color: #004789 !important;
	background-repeat: no-repeat !important;
	position: relative;
}
@media only screen and (max-width: 1428px) {
	.features-main--wrap {
		padding: 50px 0 35px 40px;
	}
}
@media only screen and (max-width: 1024px) {
	.features-main--wrap {
		background-image: url(../images/main-slider-banner_1.jpg) !important;
	}
}
@media only screen and (max-width: 767px) {
	.features-main--wrap {
		padding: 50px 0 55px 15px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 35px;
	}
}
.features-main--list {
	width: 32.5%;
	padding: 50px 35px 0 0;
	position: relative;
	z-index: 10;
}
@media only screen and (max-width: 1428px) {
	.features-main--list {
		padding: 0 60px 0 0;
		width: 44.5%;
		margin-top: -15px;
	}
}
@media only screen and (max-width: 767px) {
	.features-main--list {
		width: 100%;
		margin-top: 0;
		padding: 0 15px 30px 0;
	}
}
.features-main--list.visible .f-title {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}
.features-main--list.visible .f-text {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: .7s;
	transition-delay: .7s;
}
.features-main--list.visible .f-link {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}
.features-main--list.visible .f-list .icon {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
.features-main--list.visible .f-list li>span {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
.features-main--list.visible .f-list li .icon {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}
.features-main--list.visible .f-list li>span {
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s;
}
.features-main--list .f-wrap {
	padding-left: 23px;
	padding-bottom: 34px;
	position: relative;
}
@media only screen and (max-width: 1024px) {
	.features-main--list .f-wrap {
		padding-left: 15px;
		padding-bottom: 20px;
	}
}
.features-main--list .f-title {
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 2.5vw;
	line-height: 1.0;
	margin: 0 0 25px;
}
@media only screen and (min-width: 1025px) {
	.features-main--list .f-title {
		-webkit-transition: .5s all;
		transition: .5s all;
		opacity: 0;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
@media only screen and (max-width: 1024px) {
	.features-main--list .f-title {
		font-size: 28px;
		line-height: 28px;
		margin: 0 0 20px;
		max-width: 290px;
	}
}
.features-main--list .f-text {
	color: #fff;
	font-size: 22px;
	line-height: 1.4;
	margin: 0;
}
@media only screen and (min-width: 1025px) {
	.features-main--list .f-text {
		-webkit-transition: .5s all;
		transition: .5s all;
		opacity: 0;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
@media only screen and (max-width: 1428px) {
	.features-main--list .f-text {
		font-size: 16px;
		line-height: 24px;
	}
}
@media only screen and (max-width: 767px) {
	.features-main--list .f-text br {
		display: none;
	}
}
.features-main--list .f-list {
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	margin-top: -3px;
}
@media only screen and (max-width: 1428px) {
	.features-main--list .f-list {
		font-size: 14px;
	}
}
.features-main--list .f-list li {
	padding-bottom: 25px;
	position: relative;
	padding-left: 23px;
}
@media only screen and (max-width: 1428px) {
	.features-main--list .f-list li {
		padding-bottom: 15px;
		padding-left: 17px;
	}
}
.features-main--list .f-list li>span {
	display: block;
	padding-left:35px;
	margin-top:-20px;
}
@media only screen and (min-width: 1025px) {
	.features-main--list .f-list li>span {
		-webkit-transition: .5s all;
		transition: .5s all;
		opacity: 0;
		-webkit-transform: translateX(-15px);
		transform: translateX(-15px);
	}
}
.features-main--list .f-list .icon {
	fill: #fff;
	width: 23px;
	height: 12px;
	margin-right: 10px;
}
@media only screen and (min-width: 1025px) {
	.features-main--list .f-list .icon {
		opacity: 0;
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
		-webkit-transition: .5s all;
		transition: .5s all;
	}
}
@media only screen and (max-width: 1428px) {
	.features-main--list .f-list .icon {
		width: 17px;
		height: 9px;
	}
}
.features-main--list .f-link {
	margin: 40px 0 0 22px;
}
@media only screen and (min-width: 1025px) {
	.features-main--list .f-link {
		-webkit-transition: .5s all;
		transition: .5s all;
		opacity: 0;
		-webkit-transform: translateX(-25px);
		transform: translateX(-25px);
	}
}
@media only screen and (max-width: 1428px) {
	.features-main--list .f-link {
		margin-top: 20px;
	}
}
.features-main--list .f-link .icon {
	fill: #fff;
}
@media only screen and (min-width: 1025px) {
	.features-main--list .f-link .icon {
		width: 31px;
		height: 15px;
	}
}
.features-main--slider {
	width: 51.7%;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
@media only screen and (min-width: 1025px) {
	.features-main--slider {
		-webkit-transition: .7s -webkit-transform;
		transition: .7s transform;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	.features-main--slider.visible {
		-webkit-transform: translateX(10%);
		transform: translateX(10%);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.features-main--slider {
		-webkit-transform: translateX(10%);
		transform: translateX(10%);
	}
}
@media only screen and (max-width: 767px) {
	.features-main--slider {
		width: 100%;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@media only screen and (min-width: 1025px) {
	.clouds-box.move .cloud-1 {
		-webkit-animation: cloud-1 165s linear alternate forwards;
		animation: cloud-1 165s linear alternate forwards;
	}
	.clouds-box.move .cloud-2 {
		-webkit-animation: cloud-1 174s linear alternate forwards;
		animation: cloud-1 174s linear alternate forwards;
	}
	.clouds-box.move .cloud-3 {
		-webkit-animation: cloud-1 175s linear alternate forwards;
		animation: cloud-1 175s linear alternate forwards;
	}
	.clouds-box.move .cloud-4 {
		-webkit-animation: cloud-1 175s linear alternate forwards;
		animation: cloud-1 175s linear alternate forwards;
	}
	.clouds-box.move .cloud-5 {
		-webkit-animation: cloud-1 170s linear alternate forwards;
		animation: cloud-1 170s linear alternate forwards;
	}
	.clouds-box.move .cloud-6 {
		-webkit-animation: cloud-1 175s linear alternate forwards;
		animation: cloud-1 175s linear alternate forwards;
	}
	.clouds-box.move .cloud-7 {
		-webkit-animation: cloud-1 174s linear alternate forwards;
		animation: cloud-1 174s linear alternate forwards;
	}
}
.clouds-box [class*='cloud'] {
	position: absolute;
	display: block;
	-webkit-transform: .7s transform;
	transform: .7s transform;
}
@media only screen and (max-width: 1024px) {
	.clouds-box [class*='cloud'] {
		display: none;
	}
}
.clouds-box .cloud-1 {
	left: 0;
	top: 0;
	-webkit-transform: none;
	transform: none;
}
.clouds-box .cloud-2 {
	left: 0;
	bottom: 20px;
	-webkit-transform: none;
	transform: none;
}
.clouds-box .cloud-3 {
	right: 25px;
	top: 40px;
	-webkit-transform: none;
	transform: none;
}
.clouds-box .cloud-4 {
	right: -100px;
	bottom: 0;
	z-index: 3;
	-webkit-transform: none;
	transform: none;
}
.clouds-box .cloud-5 {
	right: 6%;
	bottom: 0;
	z-index: 2;
	-webkit-transform: none;
	transform: none;
}
.clouds-box .cloud-6 {
	right: 11%;
	bottom: 0;
	-webkit-transform: none;
	transform: none;
}
.clouds-box .cloud-7 {
	right: 0;
	bottom: 0;
	-webkit-transform: none;
	transform: none;
}
@-webkit-keyframes cloud-1 {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-150%);
		transform: translateX(-150%);
	}
}
@keyframes cloud-1 {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-150%);
		transform: translateX(-150%);
	}
}

/*! ===== Features Grid Styles ===== */

.features-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
@media only screen and (min-width: 1025px) {
	.features-grid {
		overflow: hidden;
	}
}
@media only screen and (max-width: 1024px) {
	.features-grid {
		max-width: 768px;
		margin: auto;
	}
}
@media only screen and (max-width: 960px) {
	.features-grid {
		padding: 0 15px;
	}
}
@media only screen and (max-width: 767px) {
	.features-grid {
		padding: 40px 15px 0;
	}
}
@media only screen and (max-width: 499px) {
	.features-grid {
		padding-top: 0;
	}
}
.features-grid--item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 50%;
	position: relative;
	background: #fff;
}
@media only screen and (max-width: 1024px) {
	.features-grid--item {
		width: 100%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.features-grid--item:nth-of-type(even) .features-grid--img {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}
@media only screen and (max-width: 767px) {
	.features-grid--item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media only screen and (min-width: 1025px) {
	.features-grid--item:hover .features-grid--desc {
		color: #fff;
	}
	.features-grid--item:hover .features-grid--desc:before {
		max-height: 100%;
		-webkit-transition-duration: 2.5s;
		transition-duration: 2.5s;
		-webkit-transition-timing-function: cubic-bezier(0, 0.5, 0, 1.1);
		transition-timing-function: cubic-bezier(0, 0.5, 0, 1.1);
	}
	.features-grid--item:hover .fg-par .icon {
		fill: #fff;
	}
	.features-grid--item:hover .fg-par .sq-icon {
		border-color: #fff;
	}
	.features-grid--item:hover a {
		color: #fff;
	}
}
@media only screen and (min-width: 1025px) {
	.features-grid--item:nth-child(2)~.features-grid--item .features-grid--img, .features-grid--item.revert-item .features-grid--img {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}
.features-grid--item .fg-par {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	color: #004789;
}
@media only screen and (max-width: 767px) {
	.features-grid--item .fg-par {
		font-size: 13px;
	}
}
@media only screen and (max-width: 767px) {
	.features-grid--item .fg-par:after {
		content: '';
		display: block;
		position: absolute;
		border: 1px solid #004789;
		width: 5px;
		height: 5px;
		top: 8px;
		left: 28px;
	}
}
.features-grid--item .fg-par:before {
	display: block;
	height: 1px;
	width: 47px;
	background: #fff;
	position: absolute;
	top: 47px;
	left: 0;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.features-grid--item .fg-par:before {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		left: 2px;
		top: -26px;
		width: 60px;
		content: '';
		display: block;
		position: absolute;
		background: #004789;
	}
}
.features-grid--item .fg-par .sq-icon {
	-webkit-transition: 0.5s border-color;
	transition: 0.5s border-color;
	width: 34px;
	height: 34px;
	border: 1px solid #004789;
	display: inline-block;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	margin-right: 6px;
}
.features-grid--item .fg-par .icon {
	-webkit-transition: .5s fill;
	transition: .5s fill;
	max-width: 21px;
	max-height: 22px;
	vertical-align: middle;
	fill: #004789;
}
.features-grid--item .fg-title {
	font-size: 27px;
	font-weight: normal;
	margin: 25px 0 29px;
}
@media only screen and (max-width: 1428px) {
	.features-grid--item .fg-title {
		font-size: 22px;
		line-height: 26px;
	}
}
@media only screen and (max-width: 767px) {
	.features-grid--item .fg-title {
		margin: 15px 0 14px;
		font-size: 18px;
		line-height: 24px;
	}
}
.features-grid--item .fg-text {
	font-size: 17px;
	line-height: 1.5;
}
@media only screen and (max-width: 1428px) {
	.features-grid--item .fg-text {
		font-size: 16px;
		line-height: 24px;
	}
}
@media only screen and (max-width: 767px) {
	.features-grid--item .fg-text {
		font-size: 15px;
	}
}
.features-grid--item .fg-event {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 17px;
}
@media only screen and (max-width: 767px) {
	.features-grid--item .fg-event {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		font-size: 15px;
	}
}
.features-grid--item .m-date, .features-grid--item .y-date {
	display: block;
}
.features-grid--item .m-date {
	font-weight: bold;
	text-transform: uppercase;
}
.features-grid--item .date-number {
	display: block;
	margin-bottom: 20px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.features-grid--item .date-number {
		padding-right: 40px;
	}
}
.features-grid--item .date-number:after {
	content: '';
	display: block;
	position: absolute;
	background: #004789;
}
@media only screen and (min-width: 768px) {
	.features-grid--item .date-number:after {
		left: 0;
		bottom: -10px;
		width: 23px;
		height: 2px;
	}
}
@media only screen and (max-width: 767px) {
	.features-grid--item .date-number:after {
		height: 23px;
		width: 2px;
		right: 18px;
		top: 15px;
	}
}
.features-grid--item .date-number:last-child:after {
	content: normal;
}
@media only screen and (min-width: 768px) {
	.features-grid--item .fg-event--date {
		padding-right: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.features-grid--item .fg-event--date {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.features-grid--item .fg-event--desc p {
	margin: 0 0 7px;
}
.features-grid--item .fg-event--desc b {
	font-weight: bold;
}
.features-grid--desc {
	-webkit-transition: .5s background, color;
	transition: .5s background, color;
	padding: 31px 48px 45px;
	position: relative;
	z-index: 1;
}
@media only screen and (min-width: 768px) {
	.features-grid--desc {
		width: 50%;
		border-top: 10px solid #004789;
	}
}
@media only screen and (max-width: 1024px) {
	.features-grid--desc {
		border-width: 6px;
		padding: 25px 30px 35px;
	}
}
@media only screen and (max-width: 767px) {
	.features-grid--desc {
		padding: 20px 15px 35px;
	}
}
.features-grid--desc a {
	color: #004789;
}
.features-grid--desc:after, .features-grid--desc:before {
	content: '';
	display: block;
	position: absolute;
}
.features-grid--desc:before {
	background: #004789;
	width: 100%;
	height: 100%;
	max-height: 0;
	left: 0;
	top: 0;
	z-index: -1;
	-webkit-transition-duration: 2.3s;
	transition-duration: 2.3s;
	-webkit-transition-timing-function: cubic-bezier(0, 0.5, 0, 1);
	transition-timing-function: cubic-bezier(0, 0.5, 0, 1);
}
.features-grid--img {
	position: relative;
}
@media only screen and (min-width: 768px) {
	.features-grid--img {
		width: 50%;
	}
}
@media only screen and (max-width: 767px) {
	.features-grid--img {
		overflow: hidden;
	}
}
@media only screen and (min-width: 768px) {
	.features-grid--img:before {
		content: '';
		display: block;
		padding-top: 100%;
	}
}
@media only screen and (min-width: 768px) {
	.features-grid--content {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}
}
.features-grid--content img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.features-big-blc {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.small-information-blc {
	width: 510px;
	margin: 0 85px 0 0;
	-ms-flex-item-align: baseline;
	align-self: baseline;
	padding: 0 0 0 25px;
	position: relative;
}
@media only screen and (max-width: 1024px) {
	.small-information-blc {
		width: 100%;
		padding: 0 0 0 30px;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.small-information-blc {
		padding: 0 0 0 20px;
	}
}
.small-information-blc:before, .small-information-blc:after {
	content: "";
	display: block;
	position: absolute;
}
.small-information-blc:before {
	width: 1px;
	background: #004789;
	left: 0;
	top: 0;
	height: 96%;
}
@media only screen and (min-width: 1025px) {
	.small-information-blc:before {
		-webkit-transition-duration: 2.3s;
		transition-duration: 2.3s;
		-webkit-transition-timing-function: cubic-bezier(0, 0.5, 0, 1);
		transition-timing-function: cubic-bezier(0, 0.5, 0, 1);
	}
}
.small-information-blc:after {
	width: 5px;
	height: 5px;
	border: 1px solid #004789;
	left: -3px;
	top: 100%;
}
@media only screen and (min-width: 1025px) {
	.small-information-blc:after {
		-webkit-transition: .7s all;
		transition: .7s all;
		-webkit-transition-delay: .7s;
		transition-delay: .7s;
		opacity: 1;
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}
.small-information-blc .title {
	font-size: 55px;
	line-height: 46px;
	text-transform: uppercase;
	margin: 0 0 30px;
}
@media only screen and (max-width: 1024px) {
	.small-information-blc .title {
		font-size: 36px;
		line-height: 1;
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.small-information-blc .title {
		font-size: 28px;
	}
}
.small-information-blc .description-text {
	font-size: 20px;
	line-height: 30px;
	color: #515558;
}
@media only screen and (max-width: 1024px) {
	.small-information-blc .description-text {
		font-size: 16px;
		line-height: 1.25;
	}
}
@media only screen and (min-width: 768px) {
	.line-animation-box {
		-webkit-transition: 500ms ease;
		transition: 500ms ease;
		position: absolute;
		background: transparent;
		width: 85%;
		height: 75%;
		top: 57px;
		right: 0;
		z-index: 1;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.line-animation-box {
		top: 48px;
	}
}
@media only screen and (max-width: 767px) {
	.line-animation-box {
		display: none;
	}
}
.line-animation-box:before, .line-animation-box:after {
	content: '';
	position: absolute;
	top: 0;
	background: #004789;
}
.line-animation-box:before {
	width: 65px;
	height: 1px;
	content: '';
	-webkit-transition: 500ms width ease 900ms;
	transition: 500ms width ease 900ms;
}
@media only screen and (min-width: 1025px) {
	.line-animation-box:after {
		width: 1px;
		height: 0;
		-webkit-transition: 500ms height ease 500ms;
		transition: 500ms height ease 500ms;
	}
}
@media only screen and (min-width: 768px) {
	.line-animation-box--in {
		position: absolute;
		width: 100%;
		height: 100%;
	}
	.line-animation-box--in:before, .line-animation-box--in:after {
		content: '';
		position: absolute;
	}
	.line-animation-box--in:before {
		-webkit-transition: 1s all;
		transition: 1s all;
		width: 4px;
		height: 4px;
		display: block;
		border: 1px solid #004789;
		top: -2px;
	}
	.line-animation-box--in:after {
		width: 0;
		height: 1px;
		background: #004789;
		bottom: 0;
		-webkit-transition: 500ms width ease 0ms;
		transition: 500ms width ease 0ms;
	}
}
.features-grid--item:nth-of-type(1) .line-animation-box:before, .features-grid--item:nth-of-type(2) .line-animation-box:before {
	right: -47px;
}
@media only screen and (min-width: 768px) {
	.features-grid--item:nth-of-type(1) .line-animation-box:after, .features-grid--item:nth-of-type(2) .line-animation-box:after {
		left: 0;
	}
}
.features-grid--item:nth-of-type(1) .line-animation-box--in:before, .features-grid--item:nth-of-type(2) .line-animation-box--in:before {
	top: -2px;
	right: 20px;
}
@media only screen and (min-width: 1025px) {
	.features-grid--item:nth-of-type(1) .line-animation-box--in:after, .features-grid--item:nth-of-type(2) .line-animation-box--in:after {
		left: 0;
	}
}
@media only screen and (min-width: 1025px) {
	.features-grid--item:nth-of-type(1).out-hover .line-animation-box--in:before, .features-grid--item:nth-of-type(2).out-hover .line-animation-box--in:before {
		-webkit-animation: square-position-out-left 1900ms linear alternate forwards;
		animation: square-position-out-left 1900ms linear alternate forwards;
		-webkit-animation-delay: 0ms;
		animation-delay: 0ms;
	}
}
@media only screen and (min-width: 1025px) {
	.features-grid--item:nth-of-type(1):hover .line-animation-box--in:before, .features-grid--item:nth-of-type(2):hover .line-animation-box--in:before {
		-webkit-animation: square-position-in-left 1300ms linear alternate forwards;
		animation: square-position-in-left 1300ms linear alternate forwards;
		-webkit-animation-delay: 0ms;
		animation-delay: 0ms;
	}
}
@media only screen and (min-width: 1025px) {
	.features-grid--item:hover .fg-par {
		color: #fff;
	}
	.features-grid--item:hover .fg-par:before {
		content: '';
	}
	.features-grid--item:hover .line-animation-box:before {
		width: calc(100% + 47px);
		-webkit-transition: 500ms width ease 0ms;
		transition: 500ms width ease 0ms;
	}
	.features-grid--item:hover .line-animation-box:after {
		height: 100%;
		-webkit-transition: 500ms height ease 500ms;
		transition: 500ms height ease 500ms;
	}
	.features-grid--item:hover .line-animation-box--in:after {
		width: 90%;
		-webkit-transition: 500ms width ease 900ms;
		transition: 500ms width ease 900ms;
	}
}
@media only screen and (min-width: 1025px) {
	.features-grid--item:nth-child(2)~.features-grid--item .line-animation-box, .features-grid--item.revert-item .line-animation-box {
		left: 0;
	}
	.features-grid--item:nth-child(2)~.features-grid--item .line-animation-box:after, .features-grid--item.revert-item .line-animation-box:after {
		right: 0;
		left: auto;
	}
}
.features-grid--item:nth-child(2)~.features-grid--item .line-animation-box:before, .features-grid--item.revert-item .line-animation-box:before {
	left: -47px;
}
.features-grid--item:nth-child(2)~.features-grid--item .line-animation-box--in:before, .features-grid--item.revert-item .line-animation-box--in:before {
	left: 19px;
}
@media only screen and (min-width: 1025px) {
	.features-grid--item:nth-child(2)~.features-grid--item .line-animation-box--in:after, .features-grid--item.revert-item .line-animation-box--in:after {
		right: 0;
		left: auto;
	}
}
@media only screen and (min-width: 1025px) {
	.features-grid--item:nth-child(2)~.features-grid--item, .features-grid--item.revert-item {
		left: 0;
	}
	.features-grid--item:nth-child(2)~.features-grid--item .fg-par:before, .features-grid--item.revert-item .fg-par:before {
		right: 0;
		left: auto;
	}
}
@media only screen and (min-width: 1025px) {
	.features-grid--item:nth-child(2)~.features-grid--item:hover .line-animation-box--in:after, .features-grid--item.revert-item:hover .line-animation-box--in:after {
		right: 0;
		left: auto;
	}
	.features-grid--item:nth-child(2)~.features-grid--item:hover .line-animation-box--in:before, .features-grid--item.revert-item:hover .line-animation-box--in:before {
		-webkit-animation: square-position-in-right 1300ms linear alternate forwards;
		animation: square-position-in-right 1300ms linear alternate forwards;
	}
}
@media only screen and (min-width: 1025px) {
	.features-grid--item:nth-child(2)~.features-grid--item.out-hover .line-animation-box--in:before, .features-grid--item.revert-item.out-hover .line-animation-box--in:before {
		-webkit-animation: square-position-out-right 1900ms linear alternate forwards;
		animation: square-position-out-right 1900ms linear alternate forwards;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.features-grid--item:nth-of-type(odd) .line-animation-box {
		right: 0;
		left: auto;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.features-grid--item:nth-of-type(odd) .line-animation-box:before {
		width: 50px;
		right: -28px;
		left: auto!important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.features-grid--item:nth-of-type(odd) .line-animation-box--in:before {
		right: 23px;
		left: auto!important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.features-grid--item:nth-of-type(even) .line-animation-box {
		left: 0;
		right: auto;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.features-grid--item:nth-of-type(even) .line-animation-box:before {
		width: 50px;
		left: -28px !important;
		right: auto;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.features-grid--item:nth-of-type(even) .line-animation-box--in:before {
		right: auto!important;
		left: 24px!important;
	}
}
@-webkit-keyframes square-position-out-left {
	0% {
		right: 10%;
		top: 100%;
		margin-top: -3px;
		margin-right: -7px;
	}
	25% {
		right: 100%;
		top: 100%;
		margin-top: -3px;
	}
	50% {
		right: 100%;
		top: -2px;
	}
	100% {
		right: 20px;
		top: -2px;
	}
}
@keyframes square-position-out-left {
	0% {
		right: 10%;
		top: 100%;
		margin-top: -3px;
		margin-right: -7px;
	}
	25% {
		right: 100%;
		top: 100%;
		margin-top: -3px;
	}
	50% {
		right: 100%;
		top: -2px;
	}
	100% {
		right: 20px;
		top: -2px;
	}
}
@-webkit-keyframes square-position-in-left {
	0% {
		right: 20px;
		top: -2px;
	}
	25% {
		right: 100%;
		top: -2px;
	}
	50% {
		right: 100%;
		top: 100%;
		margin-top: -3px;
	}
	100% {
		right: 10%;
		top: 100%;
		margin-top: -3px;
		margin-right: -7px;
	}
}
@keyframes square-position-in-left {
	0% {
		right: 20px;
		top: -2px;
	}
	25% {
		right: 100%;
		top: -2px;
	}
	50% {
		right: 100%;
		top: 100%;
		margin-top: -3px;
	}
	100% {
		right: 10%;
		top: 100%;
		margin-top: -3px;
		margin-right: -7px;
	}
}
@-webkit-keyframes square-position-out-right {
	0% {
		left: 10%;
		top: 100%;
		margin-top: -3px;
		margin-left: -7px;
	}
	25% {
		left: 100%;
		top: 100%;
		margin-top: -3px;
	}
	50% {
		left: 100%;
		top: -2px;
	}
	100% {
		left: 19px;
		top: -2px;
	}
}
@keyframes square-position-out-right {
	0% {
		left: 10%;
		top: 100%;
		margin-top: -3px;
		margin-left: -7px;
	}
	25% {
		left: 100%;
		top: 100%;
		margin-top: -3px;
	}
	50% {
		left: 100%;
		top: -2px;
	}
	100% {
		left: 19px;
		top: -2px;
	}
}
@-webkit-keyframes square-position-in-right {
	0% {
		left: 19px;
		top: -2px;
		right: auto;
	}
	25% {
		left: 100%;
		top: -2px;
	}
	50% {
		left: 100%;
		top: 100%;
		margin-top: -3px;
	}
	100% {
		left: 10%;
		top: 100%;
		margin-top: -3px;
		margin-left: -7px;
	}
}
@keyframes square-position-in-right {
	0% {
		left: 19px;
		top: -2px;
		right: auto;
	}
	25% {
		left: 100%;
		top: -2px;
	}
	50% {
		left: 100%;
		top: 100%;
		margin-top: -3px;
	}
	100% {
		left: 10%;
		top: 100%;
		margin-top: -3px;
		margin-left: -7px;
	}
}

/*! ===== Scroll Box Styles ===== */

.scroll-box {
	border-bottom:10px solid #004789;
	position: relative;
	overflow: hidden;
	background:#111111;
}
.scroll-box--arrow {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 10;
}
.scroll-box--link {
	display: block;
	font-size: 0;
	background: #004789;
	width: 70px;
	height: 70px;
	margin: 0 auto -42px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	text-align: center;
	cursor: pointer;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.scroll-box--link {
		width: 60px;
		height: 60px;
	}
}
.scroll-box--link .icon {
	fill: #fff;
	width: 23px;
	height: 11px;
	display: block;
	position: absolute;
	left: 6px;
	top: 12px;
}
@media only screen and (max-width: 767px) {
	.scroll-box--link .icon {
		width: 17px;
		height: 9px;
		left: 3px;
		top: 8px;
	}
}
.scroll-box--link.down .icon {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.scroll-box--link.top .icon {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/*! ===== Subscribe Box ===== */


/* Footer Subscribe */

.connect-box--title {
	font-size: 35px;
	text-transform: uppercase;
	font-weight: bold;
	color: #a9a9a9;
}
.connect-box--title a {
	color: #a9a9a9;
}
@media only screen and (min-width: 1025px) {
	.connect-box--title {
		margin: 0 136px 0 0;
		float: left;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.connect-box--title {
		font-size: 18px;
		margin: 0 0 5px;
	}
}
@media only screen and (max-width: 767px) {
	.connect-box--title {
		font-size: 22px;
		margin: 0 0 10px;
	}
}
@media only screen and (min-width: 1025px) {
	.connect-box--field {
		float: left;
		margin-top: -6px;
	}
}
.connect-box--field input[type='email'] {
	width: 487px;
	border-bottom: 2px solid #fff;
	background: none;
	vertical-align: bottom;
	font-size: 17px;
	color: #a9a9a9;
	margin-right: 8px;
	padding: 10px 10px 10px 0;
}
.connect-box--field input[type='email']::-webkit-input-placeholder {
	color: #a9a9a9;
}
.connect-box--field input[type='email']:-moz-placeholder {
	color: #a9a9a9;
}
.connect-box--field input[type='email']::-moz-placeholder {
	color: #a9a9a9;
}
.connect-box--field input[type='email']:-ms-input-placeholder {
	color: #a9a9a9;
}
@media only screen and (max-width: 1024px) {
	.connect-box--field input[type='email'] {
		width: 245px;
		font-size: 12px;
		padding: 5px 7px 5px 0;
	}
}
@media only screen and (max-width: 767px) {
	.connect-box--field input[type='email'] {
		width: 225px;
	}
}
@media only screen and (max-width: 499px) {
	.connect-box--field input[type='email'] {
		width: 205px;
	}
}
.connect-box--field .main-link {
	vertical-align: bottom;
	position: relative;
	top: 2px;
}

/*! ===== Social Links Styles ===== */

.social-box--foot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.social-box--foot ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.social-box--foot li {
	border-right: 1px solid #555555;
	text-align: center;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
@media only screen and (max-width: 767px) {
	.social-box--foot li {
		min-height: 55px;
	}
}
.social-box--foot li:last-child {
	border: 0;
}
@media only screen and (min-width: 768px) {
	.social-box--foot li:first-child {
		border-left: 1px solid #555555;
	}
}
.social-box--foot li a {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
}
.social-box--foot li a:hover .icon {
	fill: #fff;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.social-box--foot li .icon {
	-webkit-transition: .3s all;
	transition: .3s all;
	max-width: 40px;
	max-height: 43px;
	display: block;
	fill: #a9a9a9;
}
@media only screen and (max-width: 1428px) {
	.social-box--foot li .icon {
		width: 33px;
		height: 33px;
	}
}
@media only screen and (max-width: 1024px) {
	.social-box--foot li .icon {
		width: 23px;
		height: 23px;
	}
}

/*! ===== Breadcrumbs Styles ===== */

.breadcrumb {
	font-size: 0;
	margin: 25px 0 50px;
	padding: 0;
}
@media only screen and (max-width: 767px) {
	.breadcrumb {
		display: none;
	}
}
.breadcrumb a {
	font-size: 17px;
	display: inline-block;
	color: #004789;
	margin-right: 23px;
	position: relative;
	line-height: normal;
}
.breadcrumb a:before, .breadcrumb a:after {
	-webkit-transition: .3s background;
	transition: .3s background;
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 8px;
	background: #004789;
	right: -9px;
}
.breadcrumb a:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 4px;
}
.breadcrumb a:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: 3px;
}
.breadcrumb a:hover {
	color: #0b0c0d;
}
.breadcrumb a:hover:before, .breadcrumb a:hover:after {
	background: #0b0c0d;
}
.breadcrumb span {
	font-size: 17px;
	display: inline-block;
	color: #555555;
}

/*! ===== Sidebar Nav Styles ===== */

.s-list-nav li {
	padding-bottom: 23px;
	padding-left: 20px;
	position: relative;
}
.s-list-nav li:last-child:after {
	content: normal;
}
.s-list-nav li:before, .s-list-nav li:after {
	content: '';
	display: block;
	position: absolute;
}
.s-list-nav li:before {
	width: 5px;
	height: 5px;
	border: 1px solid #004789;
	left: 2px;
	top: 5px;
}
.s-list-nav li a {
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
@media only screen and (max-width: 1024px) {
	.s-list-nav li a {
		font-size: 17px;
	}
}
.s-list-nav li a:hover {
	color: #004789;
}

/*! ===== Text List Box Styles ===== */

.text-list-box--item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px 0;
	border-bottom: 1px solid #e1e1e1;
}
@media only screen and (max-width: 767px) {
	.text-list-box--item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 25px 0;
	}
}
@media only screen and (min-width: 768px) {
	.text-list-box--item .text-list-box--img {
		width: 21.3%;
	}
}
@media only screen and (max-width: 767px) {
	.text-list-box--item .text-list-box--img {
		margin-bottom: 20px;
	}
}
.text-list-box--item .text-list-box--desc {
	font-size: 22px;
	line-height: 30px;
	color: #515558;
	max-height: 250px;
}
@media only screen and (min-width: 768px) {
	.text-list-box--item .text-list-box--desc {
		width: 72.5%;
	}
}
@media only screen and (max-width: 767px) {
	.text-list-box--item .text-list-box--desc {
		font-size: 16px;
		line-height: 24px;
	}
}
.text-list-box--item .text-list-box--desc.visible {
	max-height: 2000px;
}
.ellipsis-more-text .action-link {
	display: block;
	text-align: right;
	margin-top: 20px;
	position: relative;
	padding-right: 40px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}
.ellipsis-more-text .action-link.active i {
	-webkit-transform: rotate(180deg) scale(1);
	transform: rotate(180deg) scale(1);
}
@media only screen and (max-width: 767px) {
	.ellipsis-more-text .action-link.active i {
		-webkit-transform: rotate(180deg) scale(0.8);
		transform: rotate(180deg) scale(0.8);
	}
}
.ellipsis-more-text .action-link i {
	-webkit-transition: .5s -webkit-transform;
	transition: .5s transform;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
	width: 34px;
	height: 17px;
}
@media only screen and (max-width: 767px) {
	.ellipsis-more-text .action-link i {
		-webkit-transform: rotate(0deg) scale(0.8);
		transform: rotate(0deg) scale(0.8);
	}
}
.ellipsis-more-text .action-link i:before, .ellipsis-more-text .action-link i:after {
	content: '';
	display: block;
	width: 2px;
	height: 16px;
	background: #004789;
	position: absolute;
	top: 0;
}
.ellipsis-more-text .action-link i:before {
	-webkit-transform: rotate(-48deg);
	transform: rotate(-48deg);
	left: 11px;
}
.ellipsis-more-text .action-link i:after {
	-webkit-transform: rotate(48deg);
	transform: rotate(48deg);
	right: 10px;
}

/*! ===== Articles Styles ===== */

.r-articles-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.r-articles-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.r-articles-box--item {
	display: inline-block;
	margin-bottom: 40px;
	margin-right: 8px;
	font-size: 14px !important;
	line-height: 16px !important;
}
@media only screen and (min-width: 768px) {
	.r-articles-box--item {
		width: calc(100%/3 - 12px);
	}
}
@media only screen and (max-width: 767px) {
	.r-articles-box--item {
		padding-top: 20px;
	}
}
.r-articles-box--ttl {
	font-size: 28px;
	font-weight: bold;
	margin: 0 0 32px;
	line-height: 33px;
}
@media only screen and (max-width: 767px) {
	.r-articles-box--ttl {
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 15px;
	}
}
.r-articles-box--text {
	font-size: 17px;
	color: #515558;
	line-height: 26px;
}
@media only screen and (max-width: 767px) {
	.r-articles-box--text {
		font-size: 15px;
		line-height: 24px;
	}
}
.r-articles-box--item h4 {
	font-size:18px;
	min-height:65px;
	font-weight:bold;
}
.r-articles-box--item h5 {
	font-size:16px;
	min-height:60px;
}
.article-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.article-grid--item {
	padding: 31px 48px 45px;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
@media only screen and (min-width: 1025px) {
	.article-grid--item {
		width: 25%;
	}
	.article-grid--item:nth-child(4n+4) {
		border-right: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.article-grid--item {
		width: 50%;
		padding: 25px 30px;
	}
	.article-grid--item:nth-child(even) {
		border-right: 0;
	}
}
@media only screen and (max-width: 767px) {
	.article-grid--item {
		border-right: 0;
		padding: 20px 30px 30px;
	}
}
.article-grid--item .a-par {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	color: #004789;
}
@media only screen and (max-width: 767px) {
	.article-grid--item .a-par {
		font-size: 14px;
	}
}
.article-grid--item .a-par .a-icon {
	width: 34px;
	height: 34px;
	border: 1px solid #004789;
	display: inline-block;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	margin-right: 6px;
}
.article-grid--item .a-par .icon {
	max-width: 21px;
	max-height: 22px;
	vertical-align: middle;
	fill: #004789;
}
.article-grid--item .a-title {
	font-size: 30px;
	font-weight: normal;
	margin: 25px 0 29px;
}
@media only screen and (max-width: 1024px) {
	.article-grid--item .a-title {
		font-size: 22px;
		line-height: 26px;
		margin: 25px 0;
	}
}
@media only screen and (max-width: 767px) {
	.article-grid--item .a-title {
		font-size: 18px;
		margin: 20px 0;
	}
}
.article-grid--item .a-text {
	font-size: 14px;
	line-height: 1.5;
}
@media only screen and (max-width: 767px) {
	.article-grid--item .a-text {
		font-size: 16px;
	}
}

/*! ===== Tabs Styles ===== */

.tabs-box .items-filter--wrap {
	border-right: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
}
.tabs-box .items-filter {
	padding: 0;
	margin: 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.tabs-box .tabs-content {
	display: none;
	overflow: hidden;
	border: 1px solid #e1e1e1;
	border-top: 0;
}
.tabs-box .tabs-content.active {
	display: block;
}
.tabs-box .tabs-content-wrap {
	padding: 40px 30px;
}
@media only screen and (max-width: 767px) {
	.tabs-box .tabs-content-wrap {
		padding: 20px;
	}
}
.tabs-box .tabs-content--ttl {
	color: #004789;
	margin: 0 0 30px;
	font-size: 22px;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	.tabs-box .tabs-content--ttl {
		font-size: 16px;
		margin: 0 0 15px;
	}
}
.tabs-box .tabs-content--ttl a {
	color: #004789;
}
.tabs-box .tabs-content--ttl a:hover {
	color: #0b0c0d;
}
.tabs-box .tabs-content--ttl a:hover .icon {
	fill: #0b0c0d;
}
.tabs-box .tabs-content--ttl .icon {
	-webkit-transition: .3s fill;
	transition: .3s fill;
	fill: #004789;
	width: 31px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
}
@media only screen and (max-width: 1024px) {
	.tabs-box .tabs-content--ttl .icon {
		width: 17px;
		height: 9px;
	}
}
.tabs-box .tabs-content--text {
	font-size: 22px;
	line-height: 30px;
	color: #515558;
}
@media only screen and (max-width: 767px) {
	.tabs-box .tabs-content--text {
		font-size: 16px;
		line-height: 24px;
	}
}

/*! ===== Products Styles ===== */

.products-box {
	background: #0b0c0d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
	.products-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 90px 15px 0;
	}
}
.products-box .mCSB_scrollTools {
	opacity: 1;
}
.products-box .mCSB_scrollTools .mCSB_draggerRail {
	margin: 0;
	background: none;
}
.products-box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #fff;
	width: 6px;
	border-radius: 0;
	opacity: 1!important;
}
.products-box .download-article-link {
	color: #fff;
}
.products-box .download-article-link a {
	color: #fff;
}
.products-box .download-article-link .icon {
	border-color: #fff;
}
.products-box .download-article-link .icon:after {
	background: #fff;
}
.products-box .download-article-link .icon .icon-pdf {
	fill: #fff;
}
.products-box .download-article-link:hover a {
	color: #004789;
}
.products-box .download-article-link:hover .icon {
	border-color: #004789;
}
.products-box .download-article-link:hover .icon:after {
	background: #004789;
}
.products-box .download-article-link:hover .icon .icon-pdf {
	fill: #004789;
}
.products-box--img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.products-box--img {
		width: 50%;
		position: relative;
	}
}
@media only screen and (max-width: 767px) {
	.products-box--img {
		margin: 0 -15px;
		height: 600px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.products-box--img figure {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}
.products-box--img img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.products-box--img img {
		max-width: none;
		height: auto;
		width: auto;
	}
}
@media only screen and (max-width: 1024px) {
	.products-box--img img.desktop {
		display: none;
	}
}
@media only screen and (min-width: 1025px) {
	.products-box--img img.mobile {
		display: none;
	}
}
.products-box--ttl {
	color: #fff;
	font-size: 55px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 20px;
	line-height: .9;
	position: relative;
}
@media only screen and (max-width: 1024px) {
	.products-box--ttl {
		font-size: 28px;
	}
}
.products-box--ttl:before, .products-box--ttl:after {
	content: '';
	display: block;
	position: absolute;
}
.products-box--ttl:before {
	width: 1px;
	height: 40px;
	left: 6px;
	top: -50px;
	background: #fff;
}
@media only screen and (max-width: 767px) {
	.products-box--ttl:before {
		height: 25px;
		top: -35px;
	}
}
.products-box--ttl:after {
	width: 5px;
	height: 5px;
	border: 1px solid #fff;
	left: 3px;
	top: -8px;
}
.products-box--text {
	color: #fff;
	font-size: 22px;
	line-height: 30px;
}
@media only screen and (max-width: 1024px) {
	.products-box--text {
		font-size: 16px;
		line-height: 24px;
	}
}
@media only screen and (min-width: 768px) {
	.products-box--desc {
		width: 30%;
		padding: 150px 10px 100px 5px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.products-box--desc {
		width: 50%;
		padding: 80px 5px 65px 30px;
		position: relative;
		z-index: 1;
	}
}
@media only screen and (max-width: 767px) {
	.products-box--desc {
		margin-bottom: 30px;
	}
}
.product-box--tabs {
	margin-top: 70px;
	margin-bottom: 40px;
	border: 1px solid #fff;
	border-top: 0;
	position: relative;
	min-height: 215px;
}
@media only screen and (max-width: 1024px) {
	.product-box--tabs {
		min-height: 330px;
	}
}
.products-box--nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	top: -20px;
	overflow: hidden;
	z-index: 5;
}
.products-box--nav li {
	-webkit-transition: .5s linear;
	transition: .5s linear;
	cursor: pointer;
	margin: 0 12px;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #555555;
	line-height: 40px;
	border-radius: 50%;
	position: relative;
	border: 1px solid #555555;
}
.products-box--nav li.active, .products-box--nav li:hover {
	color: #fff;
	border-color: #fff;
}
.products-box--nav li:first-child:before {
	content: '';
	display: block;
	width: 1000%;
	height: 1px;
	background: #fff;
	position: absolute;
	right: 100%;
	top: 19px;
	margin-right: 20px;
}
.products-box--nav li:last-child:before {
	content: '';
	display: block;
	width: 1000%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 100%;
	top: 19px;
	margin-left: 20px;
}
.products-box--info {
	-webkit-transition: .5s linear;
	transition: .5s linear;
	opacity: 0;
	color: #fff;
	position: absolute;
	top: 5px;
	width: 100%;
	height: 100%;
}
.products-box--info.active {
	opacity: 1;
	z-index: 3;
}
.products-box--info .product-content {
	padding: 0 0 0 30px;
	margin-top: 35px;
}
.products-box--info .title {
	margin: 0 0 5px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
	.products-box--info .title {
		font-size: 18px;
	}
}
.products-box--info .description {
	font-size: 17px;
	line-height: 30px;
	color: #fff;
}
@media only screen and (max-width: 1024px) {
	.products-box--info .description {
		font-size: 16px;
		line-height: 24px;
	}
}
.products-box--info-in-wrap {
	height: 175px;
	overflow: auto;
	position: relative;
}
.products-box--info-in-wrap:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 30%;
	background: #0b0c0d;
	left: 0;
	top: 0;
	background: -webkit-linear-gradient(top, #0b0c0d 0%, rgba(11, 12, 13, 0) 100%);
	background: linear-gradient(to bottom, #0b0c0d 0%, rgba(11, 12, 13, 0) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0b0c0d', endColorstr='#000b0c0d', GradientType=0);
}
@media only screen and (max-width: 1024px) {
	.products-box--info-in-wrap {
		height: 300px;
	}
}

/*! ===== Timeline Styles ===== */

.timeline-box {
	/* Slider Buttons */
}
.timeline-box .swiper-button-prev, .timeline-box .swiper-button-next {
	display: inline-block;
	margin: 0;
	width: 42px;
	height: 42px;
	background: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	line-height: 42px;
	top: 50%;
	margin-top: -21px;
}
@media only screen and (max-width: 1024px) {
	.timeline-box .swiper-button-prev, .timeline-box .swiper-button-next {
		height: 32px;
		width: 32px;
		line-height: 32px;
		position: relative;
		margin: 0 5px 0;
	}
}
.timeline-box .swiper-button-prev:after, .timeline-box .swiper-button-next:after, .timeline-box .swiper-button-prev:before, .timeline-box .swiper-button-next:before {
	content: '';
	display: block;
	width: 1px;
	height: 15px;
	background: #fff;
	position: absolute;
}
@media only screen and (max-width: 767px) {
	.timeline-box .swiper-button-prev:after, .timeline-box .swiper-button-next:after, .timeline-box .swiper-button-prev:before, .timeline-box .swiper-button-next:before {
		height: 8px;
	}
}
.timeline-box .swiper-button-prev:after, .timeline-box .swiper-button-next:after {
	top: 0;
}
.timeline-box .swiper-button-prev:before, .timeline-box .swiper-button-next:before {
	bottom: 0;
}
.timeline-box .swiper-button-prev .icon, .timeline-box .swiper-button-next .icon {
	-webkit-transition: .5s -webkit-transform;
	transition: .5s transform;
	fill: #fff;
	width: 23px;
	height: 15px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	top: -3px;
}
@media only screen and (max-width: 767px) {
	.timeline-box .swiper-button-prev .icon, .timeline-box .swiper-button-next .icon {
		width: 17px;
		height: 9px;
	}
}
.timeline-box .swiper-button-prev .sq-icon, .timeline-box .swiper-button-next .sq-icon {
	display: block;
	width: 7px;
	height: 7px;
	border: 1px solid #fff;
	top: 50%;
	margin-top: -4px;
	position: absolute;
}
.timeline-box .swiper-button-prev {
	text-align: right;
	border-left: 1px solid #fff;
	margin-right: 23px;
}
@media only screen and (max-width: 767px) {
	.timeline-box .swiper-button-prev {
		left: auto;
	}
}
.timeline-box .swiper-button-prev:hover .icon {
	-webkit-transform: translateX(-5px) rotate(-180deg);
	transform: translateX(-5px) rotate(-180deg);
}
.timeline-box .swiper-button-prev:after, .timeline-box .swiper-button-prev:before {
	right: 0;
}
.timeline-box .swiper-button-prev .icon {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	margin-right: 6px;
}
.timeline-box .swiper-button-prev .sq-icon {
	right: -3px;
}
.timeline-box .swiper-button-next {
	text-align: left;
	border-right: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
	.timeline-box .swiper-button-next {
		right: auto;
	}
}
.timeline-box .swiper-button-next:hover .icon {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}
.timeline-box .swiper-button-next:after, .timeline-box .swiper-button-next:before {
	left: 0;
}
.timeline-box .swiper-button-next .icon {
	margin-left: 6px;
}
.timeline-box .swiper-button-next .sq-icon {
	left: -3px;
}
.timeline-box--item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 767px) {
	.timeline-box--item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media only screen and (min-width: 768px) {
	.timeline-box--img {
		width: 50%;
	}
}
@media only screen and (max-width: 767px) {
	.timeline-box--img {
		border-top: 10px solid #004789;
	}
}
.timeline-box--img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.timeline-box--desc {
	padding: 110px 30px 50px 40px;
}
@media only screen and (min-width: 768px) {
	.timeline-box--desc {
		width: 50%;
		border-top: 10px solid #004789;
	}
}
@media only screen and (max-width: 1024px) {
	.timeline-box--desc {
		padding: 40px 20px 30px;
	}
}
.timeline-box--ttl {
	font-size: 55px;
	margin: 0 0 25px;
	line-height: .9;
	position: relative;
}
@media only screen and (max-width: 1024px) {
	.timeline-box--ttl {
		font-size: 28px;
		margin: 0 0 20px;
	}
}
.timeline-box--ttl:before, .timeline-box--ttl:after {
	content: '';
	display: block;
	position: absolute;
}
.timeline-box--ttl:before {
	border: 1px solid #004789;
	width: 4px;
	height: 4px;
	left: -85px;
	top: 5px;
}
@media only screen and (max-width: 767px) {
	.timeline-box--ttl:before {
		left: 3px;
		top: -68px;
	}
}
.timeline-box--ttl:after {
	width: 65px;
	height: 1px;
	background: #004789;
	left: -77px;
	top: 7px;
}
@media only screen and (max-width: 767px) {
	.timeline-box--ttl:after {
		width: 50px;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		left: -20px;
		top: -34px;
	}
}
.timeline-box--content {
	font-size: 22px;
	line-height: 30px;
	color: #515558;
	max-width: 450px;
	margin-bottom: 35px;
}
@media only screen and (max-width: 1024px) {
	.timeline-box--content {
		font-size: 16px;
		line-height: 24px;
	}
}
@media only screen and (max-width: 767px) {
	.timeline-box--content {
		margin-bottom: 20px;
	}
}
.timeline-box--action a {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
	.timeline-box--action a {
		font-size: 13px;
	}
}
.timeline-box--action a .icon {
	-webkit-transition: .5s fill;
	transition: .5s fill;
	width: 31px;
	height: 15px;
	vertical-align: middle;
	margin-left: 5px;
}
@media only screen and (max-width: 767px) {
	.timeline-box--action a .icon {
		width: 17px;
		height: 9px;
	}
}
.timeline-box--action a:hover {
	color: #004789;
}
.timeline-box--action a:hover .icon {
	fill: #004789;
}
.timeline-date {
	max-width: 1580px;
	margin: auto;
	overflow: visible;
	position: static;
	text-align: center;
}
@media only screen and (max-width: 1024px) {
	.timeline-date .swiper-wrapper {
		margin-bottom: 40px;
	}
}
.timeline-date .timeline-date--item {
	-webkit-transition: .5s all;
	transition: .5s all;
	-ms-flex-negative: inherit;
	flex-shrink: inherit;
	cursor: pointer;
	font-size: 30px;
	color: #555555;
	font-weight: bold;
	height: 70px;
	width: 177px;
	line-height: 70px;
	text-align: center;
	position: relative;
}
@media only screen and (max-width: 1024px) {
	.timeline-date .timeline-date--item {
		font-size: 20px;
	}
}
.timeline-date .timeline-date--item span {
	display: block;
	padding: 0 25px;
}
@media only screen and (max-width: 767px) {
	.timeline-date .timeline-date--item span {
		padding: 0 20px;
	}
}
.timeline-date .timeline-date--item:first-child:after, .timeline-date .timeline-date--item:last-child:after {
	width: 50%;
}
.timeline-date .timeline-date--item:last-child:after {
	right: auto;
	left: 0;
}
.timeline-date .timeline-date--item:before, .timeline-date .timeline-date--item:after {
	content: '';
	display: block;
	position: absolute;
}
.timeline-date .timeline-date--item:before {
	-webkit-transition: .5s all;
	transition: .5s all;
	width: 4px;
	height: 4px;
	border: 1px solid #555555;
	bottom: -10px;
	left: 50%;
	margin-left: -2px;
	background: #0b0c0d;
	box-shadow: 0 0 0 2px #0b0c0d;
	z-index: 1;
}
.timeline-date .timeline-date--item:after {
	width: 100%;
	height: 1px;
	background: #555555;
	bottom: -8px;
	right: 0;
}
.timeline-date .timeline-date--item:hover {
	color: #fff;
}
.timeline-date .timeline-date--item:hover:before {
	border-color: #fff;
}
.timeline-date .timeline-date--item.swiper-slide-active {
	color: #fff;
	font-size: 55px;
}
@media only screen and (max-width: 1024px) {
	.timeline-date .timeline-date--item.swiper-slide-active {
		font-size: 28px;
	}
}
.timeline-date .timeline-date--item.swiper-slide-active:before {
	border-color: #fff;
}
.timeline-date--wrap {
	background: #0b0c0d;
	padding: 35px 20px 50px;
	position: relative;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.timeline-date--wrap {
		padding: 5px 0 30px;
	}
}
.timeline-date--wrap:before, .timeline-date--wrap:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 12%;
	height: 100%;
	background: #0b0c0d;
	z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.timeline-date--wrap:before, .timeline-date--wrap:after {
		width: 6%;
	}
}
@media only screen and (max-width: 767px) {
	.timeline-date--wrap:before, .timeline-date--wrap:after {
		height: 70px;
	}
}
.timeline-date--wrap:before {
	left: 0;
}
.timeline-date--wrap:after {
	right: 0;
}

/*! ===== Accordion Styles ===== */

.accordion-box--list {
	border: 1px solid #e1e1e1;
}
.accordion-box--item {
	padding: 30px 0;
	border-bottom: 1px solid #e1e1e1;
}
@media only screen and (max-width: 767px) {
	.accordion-box--item {
		padding: 20px 15px;
	}
}
.accordion-box--item:last-child {
	border: 0;
}
.accordion-box--ttl {
	-webkit-transition: .5s color;
	transition: .5s color;
	cursor: pointer;
	font-size: 22px;
	font-weight: normal;
	color: #515558;
	margin: 0;
	position: relative;
	padding-right: 50px;
}
@media only screen and (max-width: 767px) {
	.accordion-box--ttl {
		font-size: 16px;
		line-height: 24px;
		padding-right: 30px;
	}
}
.accordion-box--ttl:hover, .accordion-box--ttl.active {
	color: #004789;
}
.accordion-box--ttl.active i {
	-webkit-transform: rotate(180deg) scale(1);
	transform: rotate(180deg) scale(1);
}
@media only screen and (max-width: 767px) {
	.accordion-box--ttl.active i {
		-webkit-transform: rotate(180deg) scale(0.8);
		transform: rotate(180deg) scale(0.8);
	}
}
.accordion-box--ttl i {
	-webkit-transition: .5s -webkit-transform;
	transition: .5s transform;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
	width: 34px;
	height: 17px;
}
@media only screen and (max-width: 767px) {
	.accordion-box--ttl i {
		-webkit-transform: rotate(0deg) scale(0.8);
		transform: rotate(0deg) scale(0.8);
	}
}
.accordion-box--ttl i:before, .accordion-box--ttl i:after {
	content: '';
	display: block;
	width: 2px;
	height: 16px;
	background: #004789;
	position: absolute;
	top: 0;
}
.accordion-box--ttl i:before {
	-webkit-transform: rotate(-48deg);
	transform: rotate(-48deg);
	left: 11px;
}
.accordion-box--ttl i:after {
	-webkit-transform: rotate(48deg);
	transform: rotate(48deg);
	right: 10px;
}
.accordion-box--content {
	font-size: 22px;
	line-height: 30px;
	color: #515558;
	display: none;
}
@media only screen and (max-width: 767px) {
	.accordion-box--content {
		font-size: 16px;
		line-height: 24px;
	}
}
.accordion-box--content p {
	margin-top: 0;
}
.accordion-box--content .content {
	padding: 40px 55px 0 0;
}
@media only screen and (max-width: 767px) {
	.accordion-box--content .content {
		padding: 25px 35px 0 0;
	}
}

/*! ===== Contacts Styles ===== */

.contact-info--list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 767px) {
	.contact-info--list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.contact-info--list .contact-info--ttl {
	color: #fff;
	font-size: 28px;
	margin: 0 0 25px;
}
@media only screen and (max-width: 1024px) {
	.contact-info--list .contact-info--ttl {
		font-size: 22px;
		margin: 0 0 15px;
	}
}
@media only screen and (max-width: 767px) {
	.contact-info--list .contact-info--ttl {
		margin: 0 0 10px;
	}
}
.contact-info--list .contact-info--line {
	margin: 0 0 20px;
	color: #fff;
	font-size: 22px;
}
@media only screen and (max-width: 1024px) {
	.contact-info--list .contact-info--line {
		font-size: 16px;
		margin: 0 0 15px;
	}
}
@media only screen and (max-width: 767px) {
	.contact-info--list .contact-info--line {
		margin: 0 0 15px;
	}
}
.contact-info--list .contact-info--line:last-child {
	margin-bottom: 0;
}
.contact-info--list .contact-info--line .icon {
	fill: #fff;
	max-width: 23px;
	max-height: 26px;
	vertical-align: bottom;
	margin-right: 5px;
}
.contact-info--list .contact-info--line a {
	color: #fff;
}
.contact-info--list .contact-info--item {
	padding: 0 20px 0 28px;
	position: relative;
}
@media only screen and (max-width: 1228px) {
	.contact-info--list .contact-info--item {
		padding: 0 20px;
	}
}
.contact-info--list .contact-info--item:last-child {
	margin-top: 58px;
}
@media only screen and (max-width: 1024px) {
	.contact-info--list .contact-info--item:last-child {
		margin-top: 43px;
	}
}
@media only screen and (max-width: 767px) {
	.contact-info--list .contact-info--item:last-child {
		margin-top: 25px;
	}
}
.contact-info--list .contact-info--item:after, .contact-info--list .contact-info--item:before {
	content: '';
	display: block;
	position: absolute;
}
.contact-info--list .contact-info--item:after {
	width: 1px;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
}
.contact-info--list .contact-info--sub {
	font-size: 17px;
	margin-top: -20px;
}
@media only screen and (max-width: 1024px) {
	.contact-info--list .contact-info--sub {
		font-size: 14px;
		margin-top: -15px;
	}
}

/*! ===== Filters Styles ===== */

.filters-panel-wrap {
	background: #fff;
	border-bottom: 10px solid #004789;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.filters-panel-wrap {
		display: none;
	}
}
.filters-panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 767px) {
	.filters-panel {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0 -15px;
	}
}
.option-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 767px) {
	.option-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.option-list label {
	float: left;
    z-index: 999;
    position: absolute;
    padding-left: 27px;
    font-size: 20px;
    color: #555555;
}
.option-list select {
	border: 0;
}
@media only screen and (max-width: 767px) {
	.option-list select .empty-option {
		display: none;
	}
}
.option-list .chosen-single {
	border: 0!important;
}
.option-list .chosen-drop {
	border: 0!important;
}
.option-list .chosen-container-single .chosen-single {
	height: 95px;
	line-height: 95px;
	padding: 0 0 0 27px;
}
@media only screen and (max-width: 1228px) {
	.option-list .chosen-container-single .chosen-single {
		font-size: 16px;
	}
}
@media only screen and (max-width: 1024px) {
	.option-list .chosen-container-single .chosen-single {
		padding: 0 0 0 15px;
		height: 60px;
		line-height: 60px;
	}
}
.option-list .chosen-container-single .chosen-single span {
	margin-right: 70px;
	display:none;
}
@media only screen and (max-width: 1024px) {
	.option-list .chosen-container-single .chosen-single span {
		margin-right: 52px;
		display:none;
	}
}
.option-list .chosen-container-single .chosen-single div {
	right: 23px;
}
@media only screen and (max-width: 1024px) {
	.option-list .chosen-container-single .chosen-single div {
		right: 15px;
	}
}
.option-list .chosen-container .chosen-results li {
	padding: 17px 27px;
}
.option-list .chosen-container .chosen-results .disabled-result {
	display: none;
}
.option-list .option-list--item {
	padding: 0;
}
@media only screen and (min-width: 768px) {
	.option-list .option-list--item {
		border-right: 1px solid #e1e1e1;
	}
}
@media only screen and (min-width: 1300px) {
	.option-list .option-list--item {
		min-width: 200px;
	}
}
@media only screen and (max-width: 767px) {
	.option-list .option-list--item {
		border-bottom: 1px solid #e1e1e1;
		padding: 0 20px;
	}
}
.checkbox-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (min-width: 768px) {
	.checkbox-list {
		padding-left: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.checkbox-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 15px 0;
	}
}
.checkbox-list .checkbox-list--item {
	padding-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.checkbox-list .checkbox-list--item {
		padding-right: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.checkbox-list .checkbox-list--item {
		padding: 5px 30px;
		min-height: 0;
	}
}
.checkbox-list label {
	font-size: 22px;
	color: #555555;
	margin-bottom:0;
}
@media only screen and (max-width: 1228px) {
	.checkbox-list label {
		font-size: 16px;
	}
}
.option-list--item, .checkbox-list--item, .filters-panel--ttl {
	min-height: 95px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media only screen and (max-width: 1024px) {
	.option-list--item, .checkbox-list--item, .filters-panel--ttl {
		min-height: 60px;
	}
}
.filters-panel--ttl {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	white-space: nowrap;
	padding-top:35px;
}
@media only screen and (min-width: 768px) {
	.filters-panel--ttl {
		padding-right: 27px;
		border-right: 1px solid #e1e1e1;
	}
}
@media only screen and (max-width: 1228px) {
	.filters-panel--ttl {
		font-size: 15px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.filters-panel--ttl {
		padding-right: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.filters-panel--ttl {
		border-bottom: 10px solid #004789;
		padding: 0 30px;
	}
}
.filters-panel--ttl.mobile {
	position: relative;
}
@media only screen and (min-width: 768px) {
	.filters-panel--ttl.mobile {
		display: none;
	}
}
.filters-panel--ttl.mobile.active i {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.filters-panel--ttl.mobile i {
	-webkit-transition: .5s -webkit-transform;
	transition: .5s transform;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -8px;
	width: 34px;
	height: 17px;
}
.filters-panel--ttl.mobile i:before, .filters-panel--ttl.mobile i:after {
	content: '';
	display: block;
	width: 2px;
	height: 16px;
	background: #004789;
	position: absolute;
	top: 0;
}
.filters-panel--ttl.mobile i:before {
	-webkit-transform: rotate(-48deg);
	transform: rotate(-48deg);
	left: 11px;
}
.filters-panel--ttl.mobile i:after {
	-webkit-transform: rotate(48deg);
	transform: rotate(48deg);
	right: 10px;
}
@media only screen and (max-width: 767px) {
	.filters-panel--ttl.desktop {
		display: none;
	}
}
.filters-panel-result-wrap {
	padding: 20px 0 13px;
	background: #e1e1e1;
}
@media only screen and (max-width: 767px) {
	.filters-panel-result-wrap {
		padding: 20px 15px 13px;
	}
}
.filters-panel-result .result-item {
	-webkit-transition: .3s all;
	transition: .3s all;
	display: inline-block;
	border: 1px solid #004789;
	vertical-align: middle;
	cursor: pointer;
	/*padding: 0 35px 0 10px;*/
	padding: 0 10px;
	position: relative;
	color: #004789;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	margin: 0 5px 7px 0;
}
@media only screen and (max-width: 1024px) {
	.filters-panel-result .result-item {
		font-size: 14px;
	}
}
.filters-panel-result .result-item:hover {
	color: #0b0c0d;
	border-color: #0b0c0d;
}
.filters-panel-result .result-item:hover:before, .filters-panel-result .result-item:hover:after {
	background: #0b0c0d;
}

/*.filters-panel-result .result-item:before,
.filters-panel-result .result-item:after {
  -webkit-transition: .3s background;
          transition: .3s background;
  content: '';
  display: block;
  width: 1px;
  height: 17px;
  position: absolute;
  background: #004789;
  top: 10px;
  right: 17px;
}*/

.filters-panel-result .result-item:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.filters-panel-result .result-item:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media only screen and (min-width: 768px) {
	.filter-panel-btn--wrap {
		position: absolute;
		right: 0;
		top: 0;
		width: 100px;
		height: 100%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.filter-panel-btn--wrap {
		top: 70px;
		width: 80px;
		height: 75px;
	}
}
@media only screen and (max-width: 767px) {
	.filter-panel-btn--wrap {
		height: 65px;
		border-top: 1px solid #e1e1e1;
	}
}
.filter-panel-btn--wrap .icon {
	width: 25px;
	height: 25px;
	fill: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -12px 0 0 -12px;
}
.filter-panel-btn--wrap .filter-panel-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #004789;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.filter-panel-btn--wrap .filter-panel-btn {
		width: 65px;
		height: 65px;
	}
}
.grid-photos {
	margin-top: 100px;
	margin-bottom: 95px;
}
@media only screen and (max-width: 1024px) {
	.grid-photos {
		margin-top: 50px;
		margin-bottom: 50px;
	}
}
@media only screen and (min-width: 768px) {
	.grid-photos .inner-photos-blc {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media only screen and (max-width: 767px) {
	.grid-photos .inner-photos-blc .swiper-container {
		padding: 0 2px;
	}
}
@media only screen and (max-width: 767px) {
	.grid-photos .second-swipe {
		margin-left: -15px;
		margin-right: -15px;
	}
}
.grid-photos .items {
	margin: 0 0px 35px 2px;
}
@media only screen and (min-width: 768px) {
	.grid-photos .items {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 24%;
		flex: 0 0 24%;
	}
}
.grid-photos .items:nth-child(3n+4) {
	margin: 0 0px 35px 0;
}
@media only screen and (max-width: 1024px) {
	.grid-photos .items:nth-child(3n+4) {
		margin: 0 0px 35px 0;
	}
	.grid-photos .items:nth-child(3n+4):nth-child(4n-5) {
		margin: 0 0px 35px 0;
	}
}
@media only screen and (max-width: 1024px) {
	.grid-photos .items:nth-last-of-type(3) {
		margin: 0 51% 0 0;
	}
}
@media only screen and (max-width: 767px) {
	.grid-photos .items:nth-last-of-type(3) {
		margin: 0 0 35px 0;
	}
}
.grid-photos .items.text-blc {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	font-size: 22px;
	line-height: 30px;
	color: #515558;
}
@media only screen and (max-width: 1024px) {
	.grid-photos .items.text-blc {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
	}
}
@media only screen and (max-width: 767px) {
	.grid-photos .items.text-blc {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}
.grid-photos .items.text-blc .items-photo {
	padding: 0px 115px 0 25px;
}
@media only screen and (max-width: 1024px) {
	.grid-photos .items.text-blc .items-photo {
		padding: 0px 35px 0 25px;
	}
}
@media only screen and (max-width: 1024px) {
	.grid-photos .items.text-blc {
		font-size: 16px;
	}
}
.grid-photos .items.text-blc .title-blc {
	font-size: 55px;
	line-height: 1.0;
	text-transform: uppercase;
	margin: 0;
	font-weight: normal;
	color: #000000;
}
@media only screen and (max-width: 1024px) {
	.grid-photos .items.text-blc .title-blc {
		font-size: 36px;
		line-height: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.grid-photos .items .avatar {
		border-left: none;
	}
}
.grid-photos .items .avatar img {
	display: block;
}
@media only screen and (max-width: 767px) {
	.grid-photos .items .avatar img {
		min-width: 100%;
	}
}
.grid-photos .items .under-avatar {
	padding: 20px 0 0px 23px;
	color: #515558;
	font-size: 17px;
}
@media only screen and (max-width: 767px) {
	.grid-photos .items .under-avatar {
		padding: 18px 0 0px 10px;
	}
}
.grid-photos .items .under-avatar .name {
	margin: 0;
	font-size: 20px;
	color: #0b0c0d;
	font-weight: 800;
}
@media only screen and (max-width: 1024px) {
	.grid-photos .items .under-avatar .name {
		font-size: 18px;
	}
}
@media only screen and (max-width: 767px) {
	.grid-photos .items .under-avatar .name {
		font-size: 16px;
	}
}
.grid-photos .items .under-avatar .post {
	margin-top: 13px;
	margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
	.grid-photos .items .under-avatar .post {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767px) {
	.grid-photos .items .under-avatar .post {
		font-size: 14px;
	}
}
.grid-photos .items .under-avatar .description-post {
	font-size: 14px;
}
@media only screen and (max-width: 767px) {
	.grid-photos .items .under-avatar .description-post {
		display: none;
	}
}
.grid-photos .items-photo {
	position: relative;
}
.grid-photos .simple-link {
	font-size: 20px;
	font-weight: 800;
	color: #000;
}
.grid-photos .simple-link:hover {
	color: #004789;
}
.grid-photos .simple-link:hover .icon {
	fill: #004789;
}
@media only screen and (max-width: 1024px) {
	.grid-photos .simple-link {
		font-size: 13px;
	}
}
.grid-photos .simple-link .icon {
	-webkit-transition: .3s fill;
	transition: .3s fill;
	fill: #000;
	width: 31px;
	height: 15px;
}
@media only screen and (max-width: 1024px) {
	.grid-photos .simple-link .icon {
		width: 17px;
		height: 9px;
		top: 2px;
		left: calc(105%);
	}
}
.grid-brands .items.text-blc {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}
@media only screen and (max-width: 767px) {
	.grid-brands .items.text-blc {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}
@media only screen and (max-width: 1024px) {
	.grid-brands .items:nth-last-of-type(3) {
		margin: 0 0px 35px 2px;
	}
}
@media only screen and (max-width: 767px) {
	.grid-brands .items:nth-last-of-type(3) {
		margin: 0 0px 35px 2px;
	}
}
.grid-brands .items:nth-child(3n+4) {
	margin: 0;
}
@media only screen and (max-width: 767px) {
	.grid-brands .items .items-photo:before, .grid-brands .items .items-photo:after {
		display: none;
	}
}
.swiper-first .swiper-button-prev, .swiper-first .swiper-button-next {
	position: relative;
	display: inline-block;
	left: auto;
	top: auto;
	right: auto;
	margin: 0;
	width: 42px;
	height: 42px;
	background: none;
	border-top: 1px solid #004789;
	border-bottom: 1px solid #004789;
	line-height: 42px;
}
@media only screen and (max-width: 767px) {
	.swiper-first .swiper-button-prev, .swiper-first .swiper-button-next {
		height: 32px;
		width: 32px;
		line-height: 32px;
	}
}
.swiper-first .swiper-button-prev:after, .swiper-first .swiper-button-next:after, .swiper-first .swiper-button-prev:before, .swiper-first .swiper-button-next:before {
	content: '';
	display: block;
	width: 1px;
	height: 8px;
	background: #004789;
	position: absolute;
}
@media #004789 {
	.swiper-first .swiper-button-prev:after, .swiper-first .swiper-button-next:after, .swiper-first .swiper-button-prev:before, .swiper-first .swiper-button-next:before {
		height: 8px;
	}
}
.swiper-first .swiper-button-prev:after, .swiper-first .swiper-button-next:after {
	top: 0;
}
.swiper-first .swiper-button-prev:before, .swiper-first .swiper-button-next:before {
	bottom: 0;
}
.swiper-first .swiper-button-prev .icon, .swiper-first .swiper-button-next .icon {
	-webkit-transition: .5s -webkit-transform;
	transition: .5s transform;
	fill: #004789;
	width: 23px;
	height: 15px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	top: -3px;
}
@media only screen and (max-width: 767px) {
	.swiper-first .swiper-button-prev .icon, .swiper-first .swiper-button-next .icon {
		width: 17px;
		height: 9px;
	}
}
.swiper-first .swiper-button-prev .sq-icon, .swiper-first .swiper-button-next .sq-icon {
	display: block;
	width: 7px;
	height: 7px;
	border: 1px solid #004789;
	top: 50%;
	margin-top: -4px;
	position: absolute;
}
.swiper-first .swiper-button-prev {
	text-align: right;
	border-left: 1px solid #004789;
	margin-right: 23px;
}
@media only screen and (max-width: 767px) {
	.swiper-first .swiper-button-prev {
		margin-right: 20px;
	}
}
.swiper-first .swiper-button-prev:hover .icon {
	-webkit-transform: translateX(-5px) rotate(-180deg);
	transform: translateX(-5px) rotate(-180deg);
}
.swiper-first .swiper-button-prev:after, .swiper-first .swiper-button-prev:before {
	right: 0;
}
.swiper-first .swiper-button-prev .icon {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	margin-right: 6px;
}
.swiper-first .swiper-button-prev .sq-icon {
	right: -3px;
}
.swiper-first .swiper-button-next {
	text-align: left;
	border-right: 1px solid #004789;
}
.swiper-first .swiper-button-next:hover .icon {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}
.swiper-first .swiper-button-next:after, .swiper-first .swiper-button-next:before {
	left: 0;
}
.swiper-first .swiper-button-next .icon {
	margin-left: 6px;
}
.swiper-first .swiper-button-next .sq-icon {
	left: -3px;
}
.swiper-button-prev.hide-arrow-photos, .swiper-button-next.hide-arrow-photos {
	display: none;
}
@media only screen and (max-width: 767px) {
	.swiper-button-prev.hide-arrow-photos, .swiper-button-next.hide-arrow-photos {
		display: inline-block;
	}
}

/*! ===== Pagination Styles ===== */

.pagination-wrap {
	background: #e1e1e1;
	border-bottom: 10px solid #004789;
	padding: 45px 10px 50px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.pagination-wrap {
		padding: 40px 5px;
	}
}
.pagination--list {
	display: inline-block;
}
.pagination--list li {
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin-right: 1px;
}
.pagination--list .icon {
	-webkit-transition: .3s fill;
	transition: .3s fill;
	width: 31px;
	height: 15px;
	fill: #004789;
	vertical-align: middle;
}
.pagination--list a {
	-webkit-transition: .3s all;
	transition: .3s all;
	width: 42px;
	height: 42px;
	background: #fff;
	text-align: center;
	line-height: 42px;
	color: #004789;
	display: block;
}
.pagination--list a:hover {
	color: #fff;
	background: #004789;
}
.pagination--list a:hover .icon {
	fill: #fff;
}
.pagination--list .active a {
	background: #004789;
	color: #fff;
	cursor: default;
}
.pagination--list .prev .icon {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.pagination--list .disabled a {
	background: #fff;
	color: #e1e1e1 !important;
	cursor: default;
}
.pagination--list .disabled .icon {
	fill: #e1e1e1 !important;
}

/*! ===== Location Styles ===== */

.location-box--wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 767px) {
	.location-box--wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.location-box--sidebar {
	width: 25%;
	position: relative;
}
@media only screen and (max-width: 1428px) {
	.location-box--sidebar {
		width: 35%;
	}
}
@media only screen and (max-width: 1024px) {
	.location-box--sidebar {
		width: 50%;
	}
}
@media only screen and (max-width: 767px) {
	.location-box--sidebar {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}
.location-box--sidebar .tabs-content--ttl {
	text-transform: uppercase;
	font-size: 20px;
	border-bottom: 1px solid #e1e1e1;
	padding: 0 0 30px 15px;
}
@media only screen and (max-width: 1024px) {
	.location-box--sidebar .tabs-content--ttl {
		font-size: 13px;
		padding: 0 0 15px 10px;
	}
}
.location-box--sidebar .tabs-box .tabs-content-wrap {
	padding: 40px 10px;
}
@media only screen and (max-width: 1024px) {
	.location-box--sidebar .tabs-box .tabs-content-wrap {
		padding: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.location-box--sidebar .tabs-box .tabs-content-wrap {
		padding: 15px;
	}
}
.location-box--sidebar .tabs-box .items-filter--wrap {
	border: 0;
	padding: 10px 10px 0;
}
@media only screen and (max-width: 1024px) {
	.location-box--sidebar .tabs-box .items-filter--wrap {
		padding: 30px 30px 0;
	}
}
@media only screen and (max-width: 767px) {
	.location-box--sidebar .tabs-box .items-filter--wrap {
		padding: 20px 0 0;
	}
}
.location-box--sidebar .tabs-box .tabs-content {
	border: 0;
}
.location-box--sidebar .items-filter {
	border: 0;
}
.location-box--sidebar .items-filter .items {
	width: 50%;
	padding: 0 10px;
	height: 80px;
	line-height: 80px;
	border: 1px solid #004789;
}
.location-box--sidebar .items-filter .items.active:before {
	height: 60px;
}
.location-box--sidebar .items-filter .items .squad {
	bottom: 7px;
}
.location-box--sidebar .note {
	color: #cc0000;
	font-size: 17px;
	font-style: italic;
}
@media only screen and (min-width: 768px) {
	.location-box--sidebar .note {
		position: absolute;
		bottom: 25px;
		left: 10px;
	}
}
@media only screen and (max-width: 1024px) {
	.location-box--sidebar .note {
		left: 30px;
		font-size: 16px;
	}
}
@media only screen and (max-width: 767px) {
	.location-box--sidebar .note {
		padding: 20px;
	}
}
.location-box--map {
	width: 75%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 1428px) {
	.location-box--map {
		width: 65%;
	}
}
@media only screen and (max-width: 1024px) {
	.location-box--map {
		width: 50%;
	}
}
@media only screen and (max-width: 767px) {
	.location-box--map {
		width: 100%;
	}
}
.location-box--map .map-wrap {
	position: relative;
	min-height: 960px;
	width: 100%;
}
@media only screen and (max-width: 1024px) {
	.location-box--map .map-wrap {
		min-height: 530px;
	}
}
@media only screen and (max-width: 767px) {
	.location-box--map .map-wrap {
		min-height: 400px;
	}
}
.location-box--map .map-content h4 {
	font-size: 16px;
	color: #004789;
	margin-bottom: 10px;
}
.location-box--map .map-content p {
	margin: 0 0 10px;
}
.location-list--item {
	display: block;
	height: 100px;
	line-height: 100px;
	border: 1px solid #e1e1e1;
	border-right: 0;
	margin-bottom: -1px;
	position: relative;
}
@media only screen and (max-width: 1024px) {
	.location-list--item {
		height: 55px;
		line-height: 55px;
	}
}
.location-list--item:last-child .icon-box:after {
	content: normal;
}
.location-list--item a {
	-webkit-transition: .5s all;
	transition: .5s all;
	display: block;
	color: #000;
	font-size: 20px;
	padding: 0 90px 0 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
@media only screen and (max-width: 1428px) {
	.location-list--item a {
		font-size: 18px;
	}
}
@media only screen and (max-width: 1024px) {
	.location-list--item a {
		font-size: 14px;
		padding: 0 50px 0 15px;
	}
}
.location-list--item a:hover {
	color: #004789;
	background: #e1e1e1;
}
.location-list--item .icon-box {
	background: #e1e1e1;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 100%;
	width: 80px;
}
@media only screen and (max-width: 1024px) {
	.location-list--item .icon-box {
		width: 42px;
	}
}
.location-list--item .icon-box:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	background: #fff;
	right: 0;
	bottom: 1px;
}
.location-list--item .icon {
	fill: #004789;
	width: 31px;
	height: 15px;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -7px 0 0 -15px;
}
@media only screen and (max-width: 1024px) {
	.location-list--item .icon {
		width: 17px;
		height: 9px;
		margin: -4px 0 0 -8px;
	}
}
.location-form {
	padding: 75px 10px 140px;
	background: #e1e1e1;
}
@media only screen and (max-width: 1024px) {
	.location-form {
		padding: 35px 10px 100px;
	}
}
@media only screen and (max-width: 767px) {
	.location-form {
		padding: 30px 0 60px;
	}
	.location-form .page-wrapper {
		padding: 0;
	}
}
.location-form .items-filter .items:not(.active) {
	background: #fff;
}
.location-form .items-filter .items:not(.active):hover {
	background: #004789;
}
.location-form .items-filter .items {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.location-form .tabs-box .tabs-content {
	background: #fff;
}
.location-form .tabs-box .tabs-content-wrap {
	padding: 0;
}

/*! ===== Medley Styles ===== */

.medley-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 767px) {
	.medley-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.medley-box img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.medley-box--col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (min-width: 768px) {
	.medley-box--col {
		width: 50%;
	}
}
@media only screen and (max-width: 767px) {
	.medley-box--col-1 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.medley-box--img-1-1 {
	height: 50%;
}
@media only screen and (min-width: 1025px) {
	.medley-box--img-1-1 {
		min-height: 230px;
	}
}
@media only screen and (min-width: 1025px) {
	.medley-box--img-1-1 img {
		min-height: 230px;
	}
}
.medley-box--img-1-2 {
	height: 50%;
}
@media only screen and (min-width: 1025px) {
	.medley-box--img-1-2 {
		min-height: 230px;
	}
}
@media only screen and (min-width: 1025px) {
	.medley-box--img-1-2 img {
		min-height: 230px;
	}
}
.medley-box--col-1-1 {
	width: 37%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.medley-box--col-1-1 {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.medley-box--col-1-1 {
		width: 50%;
		height: 355px;
	}
}
.medley-box--col-1-2 {
	background: #004789;
}
@media only screen and (min-width: 768px) {
	.medley-box--col-1-2 {
		width: 63%;
		width: calc(63% + 3px);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.medley-box--col-1-2 {
		width: calc(100% + 3px);
	}
}
@media only screen and (min-width: 768px) {
	.medley-box--col-2-2-mobile {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.medley-box--col-2-2-mobile {
		width: 50%;
		height: 355px;
	}
}
.medley-box--info {
	padding: 35px;
	color: #fff;
	background: #004789;
	height: 100%;
}
@media only screen and (max-width: 1024px) {
	.medley-box--info {
		padding: 35px 30px;
	}
}
.medley-box--info .title {
	position: relative;
	font-size: 2.9vw;
	text-transform: uppercase;
	line-height: 1.0;
	margin: 3vw 0 25px;
	font-weight: normal;
}
@media only screen and (max-width: 767px) {
	.medley-box--info .title {
		font-size: 28px;
		margin: 40px 0 25px;
	}
}
.medley-box--info .content {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
	.medley-box--info .content {
		font-size: 16px;
		line-height: 24px;
		max-width: 85%;
	}
}
.medley-box--info .main-link {
	margin-left: -7px;
}
.medley-box--info .main-link:hover {
	color: #004789;
}
.medley-box--info .main-link:hover:after {
	background: #fff;
}
.medley-box--img-2-1-1 {
	width: 100%;
	height: 50%;
}
@media only screen and (min-width: 1025px) {
	.medley-box--img-2-1-1 {
		min-height: 230px;
	}
}
@media only screen and (min-width: 1025px) {
	.medley-box--img-2-1-1 img {
		min-height: 230px;
	}
}
.medley-box--img-2-1-2 {
	width: 50%;
	height: 50%;
}
@media only screen and (min-width: 1025px) {
	.medley-box--img-2-1-2 {
		min-height: 230px;
	}
}
@media only screen and (min-width: 1025px) {
	.medley-box--img-2-1-2 img {
		min-height: 230px;
	}
}
.medley-box--img-2-1-3 {
	width: 50%;
}
@media only screen and (min-width: 1025px) {
	.medley-box--img-2-1-3 {
		min-height: 230px;
	}
}
@media only screen and (min-width: 1025px) {
	.medley-box--img-2-1-3 img {
		min-height: 230px;
	}
}
.medley-box--col-2-1 {
	width: 67%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
	.medley-box--col-2-1 {
		width: 100%;
	}
}
.medley-box--col-2-2 {
	width: 33%;
}
@media only screen and (max-width: 1024px) {
	.medley-box--col-2-2 {
		display: none;
	}
}
.medley-box--img-2-2-1 {
	height: 100%;
}
@media only screen and (min-width: 1025px) {
	.medley-box--img-2-2-1 {
		min-height: 460px;
	}
}
@media only screen and (min-width: 1025px) {
	.medley-box--img-2-2-1 img {
		min-height: 460px;
	}
}

/*! ===== Text Column Styles ===== */

.text-column-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 767px) {
	.text-column-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.text-column--item {
	background: #fff;
	padding: 120px 60px;
}
@media only screen and (min-width: 768px) {
	.text-column--item {
		width: calc(100%/3);
	}
}
@media only screen and (min-width: 1025px) {
	.text-column--item {
		min-height: 525px;
	}
}
@media only screen and (max-width: 1024px) {
	.text-column--item {
		padding: 70px 30px;
	}
}
@media only screen and (max-width: 767px) {
	.text-column--item {
		padding: 40px 20px 0;
	}
	.text-column--item:last-child {
		padding-bottom: 40px;
	}
}
.text-column--item .title {
	font-size: 2.9vw;
	margin: 0 0 25px;
	line-height: .9;
	text-transform: uppercase;
	font-weight: normal;
}
@media only screen and (max-width: 1024px) {
	.text-column--item .title {
		margin: 0 0 20px;
	}
}
@media only screen and (max-width: 767px) {
	.text-column--item .title {
		font-size: 28px;
	}
}
.text-column--item .content {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
	.text-column--item .content {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 20px;
	}
}
.text-column--item .action .icon {
	fill: #000;
	width: 23px;
	height: 11px;
	-webkit-transition: .3s fill;
	transition: .3s fill;
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
}
@media only screen and (max-width: 1024px) {
	.text-column--item .action .icon {
		width: 17px;
		height: 9px;
		margin-right: 4px;
	}
}
.text-column--item .action a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	color: #000;
}
@media only screen and (max-width: 1024px) {
	.text-column--item .action a {
		font-size: 13px;
	}
}
.text-column--item .action a:hover {
	color: #004789;
}
.text-column--item .action a:hover .icon {
	fill: #004789;
}
.text-column--wrap {
	position: relative;
	padding-left: 20px;
}
@media only screen and (max-width: 1024px) {
	.text-column--wrap {
		padding-left: 15px;
	}
}

/*! ===== Events Styles ===== */

.events-wide-box {
	padding: 125px 0 125px 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	background-size: cover!important;
	background-repeat: no-repeat !important;
}
@media only screen and (min-width: 1025px) {
	.events-wide-box {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}
@media only screen and (max-width: 1024px) {
	.events-wide-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.events-wide-box {
		padding: 60px 0 0;
	}
}
@media only screen and (max-width: 767px) {
	.events-wide-box {
		padding: 50px 0;
	}
}
.events-wide-box:before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	background: #555555;
	width: 100%;
	height: 100%;
	opacity: .3;
}
.events-wide-box .features-main--list {
	padding-top: 20px;
}
@media only screen and (max-width: 1024px) {
	.events-wide-box .features-main--list {
		margin-bottom: 45px;
		padding-left: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.events-wide-box .features-main--list {
		margin-bottom: 25px;
	}
}
.events-wide-box .features-main--list.visible .f-wrap:before {
	height: calc(100% - 10px);
}
@media only screen and (max-width: 767px) {
	.events-wide-box .features-grid--item {
		width: calc(100% - 30px);
		margin: auto;
	}
}
.events-wide-box .f-wrap {
	padding-bottom: 0;
}

/*# sourceMappingURL=../maps/main.css.map */


/* Fyin.com Custom */

.simple-banner .banner-title{
	padding-top:40px;
}
.header-bg {
	background: #000;
	min-height: 350px;
}
.cms-content ul {
	margin-bottom: 40px;
}
.cms-content ul li {
	padding: 0 0 0 17px;
}
.cms-content ul li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 6px;
	width: 6px;
	height: 6px;
	border: 1px solid #004789;
}
.cms-content ol {
	padding: 0;
	margin: 0;
}
.cms-content ol li {
	counter-increment: mega-step;
	padding: 0 0 0 19px;
}
.cms-content ol li:before {
	content: counter(mega-step) '.';
	color: #004789;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
}
.cms-content li {
	position: relative;
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 25px;
	color: #515558;
}
.news-resource p, .news-resource h4 {
	color: #000 !important;
}
.filters-panel-result {
	display: inline-block;
}
.clear-form {
	text-align: right;
	display: inline-block;
	float: right;
}
.clear-filter {
	-webkit-transition: .3s all;
	transition: .3s all;
	display: inline-block;
	border: 1px solid #004789;
	background: #004789;
	vertical-align: middle;
	cursor: pointer;
	/* padding: 0 35px 0 10px; */
	padding: 0 10px;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	margin: 0 5px 7px 0;
}
.fyin-list {
	margin-bottom: 0px !important;
}
.cms-content ul li.fyin-list:before {
	content: none;
}
.fyin-accordion ul li {
	padding: 25px 20px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom:0;
}
.fyin-accordion ul li:before {
	content: none;
}
.fyin-accordion .content li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	border: 1px solid #004789;
}
.fyin-accordion .content li {
	padding: 0 0 0 17px;
	border: none;
	position: relative;
	font-size: 17px;
	margin-bottom: 25px;
	color: #515558;
}
.fyin-dc-sb a {
	color: #000;
	font-weight: bold;
}
.fyin-dc-sb a:hover {
	color: #004789;
}
.r-articles-box--item iframe {
	margin: 0 auto;
	display: block;
}
hr {
	border-bottom: 3px solid #004789;
	border-top: none;
	margin: 10px 0 20px;
}
sup {
	font-size: 60%;
}
.btn {
	margin: 0 0 30px;
}
.btn a {
	background: #004789;
	padding: 10px 20px;
	border: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 24px;
	line-height: 55px;
	margin-right: 10px;
}
.btn a:hover {
	background: #fff;
	border-color: #000;
	color: #000;
}
.btn-small {
	margin: 0 0 30px;
}
.btn-small a {
	background: #004789;
	padding: 10px 20px;
	border: 1px solid #fff;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 18px;
	line-height: 35px;
	margin-right: 10px;
}
.btn-small a:hover {
	background: #fff;
	border-color: #000;
	color: #000 !important;
}
.box {
	padding: 20px 0 40px;
}
.photo-credit {
	font-size: 14px !important;
	text-align: right;
	font-style: italic;
}
.cms-content h2 {
	font-size: 35px;
	text-transform: uppercase;
	line-height: 100%;
}
.s-sidebar h2 {
	font-weight: bold;
	text-transform: uppercase;
	font-size:1.5em;
}
.s-sidebar h3 {
	font-size:1.25em;
	padding-bottom:10px;
}
.s-sidebar a {
	color: #000;
}
.s-sidebar a:hover {
	color: #004789;
}
.main-banner.simple-banner .banner-content {
	top: 190px;
}
#news-nav-top {
	margin: 30px 0;
}
#news-nav-top ul {
	padding-left: 30px;
}
#news-nav-top li {
	padding-right: 20px;
	display: inline;
}
#news-nav-top a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}
#news-nav-top a:hover {
	color: #dcdcdc;
}

/* HOME */

.main-banner .a-main-banner--img {
	top: 40px;
	max-width: 55%;
}
.grid-banner--content {
	pointer: default;
}
.grid-banner--content .grid-banner--title {
	max-width: 95%;
}
.grid-banner--text {
	display: visible !important;
}
.grid-banner--content .grid-banner--action {
	position: relative;
}
.grid-banner--content .grid-banner--text {
	max-width: 95%;
}
.grid-banner--content .grid-banner--text {
	max-height: 150px;
	opacity: 1;
}
.features-grid--content img {
	overflow: hidden;
}

/* WHAT WE DO */

.items-filter {
	margin-top: -5px;
}
.items-filter .items {
	padding: 25px 45px;
}
.inner-blc-filters {
	background: #0b0c0d;
}
.btn-blc-more {
	margin: 0 0 100px;
	background: #004789;
	border-top: 5px solid #004789;
	border-bottom: 5px solid #004789;
}
.inner-blc-filters .banner--item .tag-blc {
	bottom: 10px;
}

/* EFFECTS */

@media only screen and (min-width: 1025px) {
	.features-grid--item:hover .features-grid--desc:before {
		-webkit-transition-duration: 0s;
		transition-duration: 0s;
		-webkit-transition-timing-function: cubic-bezier(0, 0, 0, 0);
		transition-timing-function: cubic-bezier(0, 0, 0, 0);
	}
}
.features-grid--desc:before {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-transition-timing-function: cubic-bezier(0, 0, 0, 0);
	transition-timing-function: cubic-bezier(0, 0, 0, 0);
}
@media only screen and (min-width: 1025px) {
	.grid-banner--item:hover .grid-banner--text {
		-webkit-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
	.grid-banner--item:hover .grid-banner--title {
		-webkit-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
	.grid-banner--item:hover .grid-banner--action {
		-webkit-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
	.grid-banner--item:hover .grid-banner--content:before {
		height: 40px;
	}
	.grid-banner--item:hover .grid-banner--content:after {
		top: 0px;
	}
}
.grid-banner--item:hover .grid-banner--content:after {
	top: -18px;
}

/* CMS */

.cms-content {
	padding-bottom: 40px;
}
.cms-content table {
	margin-bottom: 40px;
}
.cms-content table tr:first-child td {
	background: #fafafa;
	color: #515558;
	font-weight: normal;
	border: 1px solid #e1e1e1 !important;
	font-size: 17px;
}
.cms-content p {
	font-size: 17px;
	line-height: 30px;
	color: #515558;
	margin: 0 0 20px;
}
.download-article-link {
	padding-bottom: 20px;
}
.accordion-box {
	margin-bottom: 40px;
}
.list-box {
	margin-bottom: 40px;
}

/* MEDIA GALLERY */

.thumbnail {
	width: 100%;
	height: 180px;
	overflow: hidden;
}

/* FOOTER */

.mid-footer .menu-block-wrapper>ul>li>a:hover {
	color: #fff;
}

/* RESPONSIVE BANNER */

@media only screen and (max-width: 767px) {
	.main-banner.simple-banner {
		height: 380px;
		min-height: 1px;
	}
}

/* LOCATIONS */

.location-grid {
	width: 300px;
	height: 150px;
	float: left;
	padding: 0 15px 10px;
	background: #f3f3f3;
	margin: 0 20px 20px 0;
}
.location-grid h4 {
	font-size: 16px;
	color: #004789;
    font-weight: bold;
    padding-top: 20px;
}
.location-grid p {
	font-size: 14px;
	line-height: 125%;
}
.s-sidebar p {
	font-size: 16px;
	line-height: 150%;
}

/* EVENTS */

.event-container {
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}
.event-grid {
	width: 300px;
	height: 240px;
	display: inline-block;
	padding: 0 15px 10px;
	background: #f3f3f3;
	margin: 0 16px 20px 0;
}
.event-grid h4 {
	font-size: 16px;
	min-height: 70px;
	margin: 20px 0 0;
    font-weight: bold;
}
.event-grid p {
	font-size: 14px;
	line-height: 150%;
	min-height: 70px;
	margin: 0 0 20px;
}
.event-callout {
	background: #f3f3f3;
	padding: 15px;
	margin-bottom: 40px;
}
.event-callout h2 {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 10px;
}
.event-callout h3 {
	color: #004789;
	font-size: 18px;
}

/* FORMS */

.umbraco-forms-form fieldset {
	padding: 0;
	margin: 0;
}
.umbraco-forms-form input.text, .umbraco-forms-form textarea {
	padding: 15px 10px;
}
.form-callout {
	padding: 15px;
}
.form-callout h3 {
	color: #fff;
	font-size: 24px;
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
}
.form-callout input [type="text"] {
	margin: 5px 5% 5px 0;
	min-width: 42%;
}
.form-callout textarea {
	width: 90%;
	margin: 5px 0;
	border: none;
	padding: 15px 10px;
}
.form-callout input[type="submit"] {
	margin: 5px 0 0 0;
	border: none;
	background: #004789;
	padding: 10px 20px;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 18px;
	line-height: 35px;
	margin-right: 10px;
}
.form-callout input[type="submit"]:hover {
	background: #fff;
	color: #000 !important;
}
.gradient-pattern {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: none;
	-o-text-overflow: clip;
	text-overflow: clip;
	background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 0), rgba(0, 73, 144, 0.6);
	background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 0), rgba(0, 73, 144, 0.6);
	background: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 0), rgba(0, 73, 144, 0.6);
	background-position: auto auto;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: 50px 50px;
	background-size: 50px 50px;
}
/* label.umbraco-forms-label {
	display: none !important;
} */

/* NEWS & RESOURCES BANNER NAV */

#news-nav-top {
	margin: 30px 0;
}
#news-nav-top ul {
	padding-left: 30px;
}
#news-nav-top li {
	padding-right: 20px;
	display: inline;
}
#news-nav-top a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #004789;
    background: #FFFFFF;
    padding: 8px 12px;
}
#news-nav-top a:hover {
	color: #FFFFFF;
	background: #004789;
}

/* SEARCH */

.header-search {
	min-height: 20px;
	line-height: 20px;
}
@media only screen and (min-width: 1025px) {
	.header-search {
		-webkit-transition: .5s padding;
		transition: .5s padding;
		float: right;
		margin-top: 0;
		*/ padding-left: 15px;
		padding-right: 40px;
		border: none;
	}
}
.header-search .icon-search {
	width: 15px;
	height: 15px;
}
.header-search input[type='search'] {
	background: #FFF;
	border: 1px solid #f3f3f3;
	padding: 5px 10px;
}
.search input[type="text"] {
	width: 75%;
	border: 1px solid #f3f3f3;
}
.search input[type="submit"] {
	background: #004789;
	border: 1px solid #004789;
	padding: 13px 20px 15px;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 18px;
	line-height: 18px;
	margin: 0 10px;
}
.search input[type="submit"]:hover {
	background: #fff;
	color: #000 !important;
	border: 1px solid #f3f3f3;
}
.search .no-results {
	padding: 15px;
	background: #f3f3f3;
	margin: 20px 0;
	max-width: 800px;
}
.search .search-result {
	margin-bottom: 20px;
	padding-top: 15px;
	max-width: 800px;
	border-top: 3px solid #f3f3f3;
}
.search .search-result h3 {
	margin: 0 0 5px;
	text-decoration: underline;
	font-weight: normal;
	font-size: 20px;
}
.search .search-result h4 {
	margin: 0 0 5px;
}
.search .search-result p {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 5px;
}
#locationDropDown_chosen ul li:before {
    content: none;
}
.newsItem-article-link {
	font-size:20px;
	font-weight:normal;
	border-bottom:1px solid #dcdcdc;
	padding:0 0 10px;
	margin:0 0 10px;
}

/* Custom Lightbox */
@charset "UTF-8";

.VideoLightbox-Wrap{
    position:fixed;
    width:100%;
    height:100%;
    background-color:#000;
    background-color:rgba(0,0,0,0.8);
    top:0;
    left:0;
    z-index:9999999999999;
}

.VideoLightbox-animation{
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: VideoLightbox;
    animation-name: VideoLightbox;
}

@-webkit-keyframes VideoLightbox {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes VideoLightbox {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

body.logged-in .VideoLightbox-Wrap{ /* For CMS */
    top:32px;
    z-index:99998;
}

.VideoLightbox-Content{
    max-width:680px;
    display:block;
    margin:0 auto;
    height:100%;
    position:relative;
}

.VideoLightbox-Content iframe{
    max-width:100% !important;
    width:100% !important;
    display:block !important;
    height:480px !important;
    border:none !important;
    position:absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.VideoLightbox-Hide{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: VideoLightboxHide;
    animation-name: VideoLightboxHide;
}

@-webkit-keyframes VideoLightboxHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes VideoLightboxHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.VideoLightbox-Close{
    position:absolute;
    top:0;
    cursor:pointer;
    bottom:528px;
    right:0px;
    margin:auto 0;
    width:24px;
    height:24px;
    background:url(/media/2218/close.png) no-repeat;
    background-size:24px 24px;
    -webkit-background-size:24px 24px;
    -moz-background-size:24px 24px;
    -o-background-size:24px 24px;
}

.VideoLightbox-Close:hover{
    opacity:0.5;
}

@media all and (max-width: 768px) and (min-width: 10px){
    .VideoLightbox-Content{
        max-width:90%;
    }
}

@media all and (max-width: 600px) and (min-width: 10px){
    .VideoLightbox-Content iframe{
        height:320px !important;
    }

    .VideoLightbox-Close{
        bottom:362px;
    }
}

@media all and (max-width: 480px) and (min-width: 10px){
    .VideoLightbox-Content iframe{
        height:220px !important;
    }

    .VideoLightbox-Close{
        bottom:262px;
    }
}

/* CUSTOM DREAM CHASER */
.video-pop {
	color:#fff;
	font-size:16px;
	margin:10px 50% 0;
	padding:40px 0 20px 60px;
	background:url("/media/2285/play.png") center left no-repeat;;
	display:inline-block;
	-webkit-transition: .3s opacity;
    transition: .3s opacity;
}

.video-pop:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.dc-features--wrap{
	padding: 40px 0 40px 70px;
    margin-bottom: 40px;
	background:url('/media/2287/dc-feature-bg.jpg') top center no-repeat !important;
}
.dc-features--wrap .f-title{
	-webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
}
.dc-features--wrap .f-list li>span{
	-webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
}
@media all and (min-width: 768px){
	.dc-features--wrap .features-main--list{
		width:40%;
	}
}

.subNav {
	background: #004999;
    padding: 15px 40px 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
}

.subNav a{color:#fff;}
.subNav a:hover{color:#dcdcdc;}
.subNav ul{margin:0 auto;}
.subNav li{display:inline;padding:0 6%;}

.dc-infograph--wrap{
	background:url('/media/2261/infographics-bg.jpg') top center no-repeat !important;
	padding:10px 0 40px;
	margin-bottom: 40px;
}

.dc-infograph-content{
	max-width:1240px;
	padding:0 20px;
	margin:0 auto;
}

.dc-infograph-content h3{
	font-weight:300;
	color:#fff;
	font-size:30px;
}

.infograph-item{
	margin:10px;
	max-width:320px;
	display:inline;
}
.infograph-item:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

/* Lity  */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}

/* Survey Form */
.survey-form legend{
	text-transform: uppercase;
    font-size: 1.5em;
    color: #004789;
    background: #dcdcdc;
    padding: 20px;
    text-align: center;
    width: 101%;
}
.survey-form label{
	display:block !important;
	padding:10px 0 5px;
}
.survey-form .chosen-container{
	font-size:14px;
	width: auto;
    margin: 5px 0 10px;
}
.survey-form .chosen-container-single .chosen-single{
	font-size:14px;
}
.survey-form .chosen-container .chosen-results li.active-result:before{display:none;}
.survey-form h2{
	font-size: 150%;
	margin: 60px 0 10px;
}
.survey-form input[type="submit"]{
	background: #004789;
    border: none;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
}
.survey-form input[type="submit"]:hover{
	background: #dcdcdc;
	color: #004789;
}
.umbraco-forms-submitmessage{
	font-size: 30px;
    padding: 20px 0 40px;
    font-weight: bold;
    color: #004789;
}
.survey-form .umbraco-forms-form textarea{
	width:100%  !important;
	max-width:100% !important;
	height:200px  !important;
}
.survey-form .cms-content p{
	margin:20px 0 10px;
}

/* SUPPLIERS */
.suppliers {margin-bottom:80px;}
.suppliers .values {margin-bottom:40px;}
.suppliers .values span{
	background: #f2f2f2;
    padding: 10px 14px;
    margin: 0 10px 0 0;
    font-size: 20px;
    font-weight: 700;
    color: #004789;
    font-style: italic;
}
.suppliers th,td {padding:8px 12px;}
.suppliers .btn-global-dark{font-size:17px;}

/* Leadership Headshot */
.lead-head {
	max-width: 150px;
    margin: 0 0 10px !important;
    padding-right: 10px;
	clear:right;
}

/* Beamery Button */
.beamery a{
	background: #ff4c00;
    padding: 10px !important;
}
.beamery a:hover{
	background: #ff6e30;
}
.beamery a:hover:before{
	visibility:hidden;
}
@media all and (max-width: 1522px){
	.beamery a{
		font-size:12px !important;
	}
}
@media all and (max-width: 1463px){
	.beamery a{
		font-size:12px !important;
	}
	.search-box form.careers-search input[type=text] {
		width:150px !important;
	}
}
@media all and (max-width: 1380px){
	.beamery a{
		font-size:10px !important;
	}
	.sub-menu-bar .container .nav-item a {
		font-size:12px;
	}
}
@media all and (max-width: 1305px){
	.sub-menu-bar .container .nav-item a {
		font-size:14px;
	}
	.sub-menu-bar .container .nav-item {
		margin:0 10;
		padding:10 0;
	}
	.beamery a{
		background: transparent;
		padding: 0px !important;
		text-align:left;
	}
}

/* Talent Community Form */
.talent-form fieldset{
	border:none;
}
.talent-form .umbraco-forms-field{
	margin-bottom:20px;
}
.talent-form .umbraco-forms-label{
	font-weight:bold;
}
.talent-form label {
	margin:0 0 10px !important;
}
.talent-form input[type='text'], input[type='email'], input[type='password'], input[type='tel'], input[type='search']{
	border:1px solid #dcdcdc;
	padding:8px 6px !important;
}
.talent-form li:before{
	display:none !important;
}
.talent-form .chosen-container-single .chosen-single{
	font-size:14px;
}
.talent-form .btn:hover{
	background:#004789;
	color:#ffffff;
}

/* Header Alert */
.header-alert {
	background: #444;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
	font-size:16px;
}
.header-alert p{
	margin:0;
	padding: 10px 40px;
}
.header-alert p::before {
    font-family: "Font Awesome 5 Free"; content: "\f0a1";
	padding-right:10px;
	color:#FF4C00;
  }
.header-alert a{
	color:#FFFFFF;
	text-decoration:underline;
}
.header-alert a:hover{
	color:#FC4000;
}

/* Space Techonologies */
@media all and (min-width: 768px){
	.features-ST{
		width:17% !important;
	}
}
.features-main--slider-ST {
	width: 100% !important;
}
.features-main--slider-ST .swiper-slide{
	padding-right:5px;
}

/* Bootstrap Carousel Update */
.carousel-control-next-icon, .carousel-control-prev-icon {height:60px;width:60px;}
.carousel-control-prev-icon {background:url(/media/3061/angle-left.svg) no-repeat;background-size:60px 60px;}
.carousel-control-next-icon {background:url(/media/3062/angle-right.svg) no-repeat;background-size:60px 60px;}

/* CSS OCT 2020 */
.location-info .icon {
	display:block;
	margin-bottom:20px !important;
}
.homepage .drive p:nth-child(1) {
    margin-top: 42px !important;
}
.search-pages .search-filters {margin-top:0 !important;}
.wd-login {margin:0 auto 10px !important;padding:20px 10px !important;}
.jobClearFilters {
    padding: 25px 0 0 !important;
}