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

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

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

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

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

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

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

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

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

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

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

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

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

[hidden],
template {
	display: none;
}

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

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

a {
	background-color: transparent;
}

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

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

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

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

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

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

b,
strong {
	font-weight: bold;
}

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

dfn {
	font-style: italic;
}

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

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

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

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

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

small {
	font-size: 80%;
}

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

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

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

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

img {
	border: 0;
}

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

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

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

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

figure {
	margin: 1em 40px;
}

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

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

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

pre {
	overflow: auto;
}

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

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

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

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

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

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

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

button {
	overflow: visible;
}

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

button,
select {
	text-transform: none;
}

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

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

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

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

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

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

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

input {
	line-height: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
	overflow: auto;
}

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

optgroup {
	font-weight: bold;
}

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

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

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

td,
th {
	padding: 0;
}

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

[class^="icons-"],
[class*=" icons-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icons-chat1:before {
	content: "\e93e";
}

.icons-cart:before {
	content: "\e936";
}

.icons-ico1:before {
	content: "\e937";
}

.icons-lightbubl:before {
	content: "\e938";
}

.icons-lock:before {
	content: "\e939";
}

.icons-play1:before {
	content: "\e93a";
}

.icons-quote-l:before {
	content: "\e93b";
}

.icons-quote-r:before {
	content: "\e93c";
}

.icons-user1:before {
	content: "\e93d";
}

.icons-a-left:before {
	content: "\e934";
}

.icons-a-right:before {
	content: "\e935";
}

.icons-arrow-l-b:before {
	content: "\e932";
}

.icons-arrow-r-b:before {
	content: "\e933";
}

.icons-air:before {
	content: "\e900";
}

.icons-arrow-b:before {
	content: "\e901";
}

.icons-arrow-l:before {
	content: "\e902";
}

.icons-arrow-left:before {
	content: "\e903";
}

.icons-arrow-left-c:before {
	content: "\e904";
}

.icons-arrow-r:before {
	content: "\e906";
}

.icons-arrow-right-c:before {
	content: "\e907";
}

.icons-arrow-t:before {
	content: "\e908";
}

.icons-box:before {
	content: "\e909";
}

.icons-car:before {
	content: "\e90c";
}

.icons-check:before {
	content: "\e90d";
}

.icons-double-arrow-l:before {
	content: "\e90e";
}

.icons-double-arrow-r:before {
	content: "\e90f";
}

.icons-email:before {
	content: "\e910";
}

.icons-email-l:before {
	content: "\e911";
}

.icons-facebook:before {
	content: "\e912";
}

.icons-facebook1:before {
	content: "\e913";
}

.icons-group:before {
	content: "\e914";
}

.icons-icon-1:before {
	content: "\e915";
}

.icons-icon-2:before {
	content: "\e916";
}

.icons-icon-3:before {
	content: "\e917";
}

.icons-icon-4:before {
	content: "\e918";
}

.icons-icon-5:before {
	content: "\e919";
}

.icons-linkedin:before {
	content: "\e91a";
}

.icons-linkedin1:before {
	content: "\e91b";
}

.icons-microscope:before {
	content: "\e91c";
}

.icons-notes:before {
	content: "\e91d";
}

.icons-pdf .path1:before {
	content: "\e91e";
	color: #b8b8b8;
}

.icons-pdf .path2:before {
	content: "\e91f";
	margin-left: -1em;
	color: #e50404;
}

.icons-pdf .path3:before {
	content: "\e920";
	margin-left: -1em;
	color: #e50404;
}

.icons-pdf .path4:before {
	content: "\e921";
	margin-left: -1em;
	color: #e50404;
}

.icons-pencil:before {
	content: "\e922";
}

.icons-phone:before {
	content: "\e923";
}

.icons-pin:before {
	content: "\e924";
}

.icons-play:before {
	content: "\e925";
}

.icons-print:before {
	content: "\e926";
}

.icons-search1:before {
	content: "\e927";
}

.icons-ship:before {
	content: "\e928";
}

.icons-speaker:before {
	content: "\e929";
}

.icons-twitter:before {
	content: "\e92a";
}

.icons-twitter1:before {
	content: "\e92b";
}

.icons-video:before {
	content: "\e92c";
}

.icons-youtube:before {
	content: "\e92d";
}

.icons-zoom:before {
	content: "\e92e";
}

.icons-search:before {
	content: "\e931";
}

.icons-home:before {
	content: "\e905";
}

.icons-settings:before {
	content: "\e90a";
}

.icons-user:before {
	content: "\e90b";
}

.icons-play3:before {
	content: "\e930";
}

.icons-clock-o:before {
	content: "\e92f";
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #e0ecf2;
	background: #f4f9fc;
	margin: 0 0 12px;
	min-width: 190px;
	height: 39px;
	cursor: pointer;
	width: 100% !important;
}

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

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	display: block;
	font-size: 14px;
	line-height: 37px;
	margin: 0 45px 0 13px;
	color: #5e7287;
}

.jcf-select .jcf-select-text .jcf-option-hideme {
	font-style: italic;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #f4f9fc;
	width: 40px;
	height: 37px;
	bottom: 0;
	right: 0;
	top: 0;
	color: #0057b8;
}

.jcf-select .jcf-select-opener:before {
	content: "\e901";
	font-family: "icomoon" !important;
	speak: none;
	width: 0;
	height: 0;
	position: absolute;
	top: 9px;
	left: 8px;
}

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

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

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

.jcf-select-drop .jcf-option-hideme {
	display: none !important;
}

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

/* multiple select styles */

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

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #f4f9fc;
	border: 1px solid #e0ecf2;
	line-height: 14px;
	font-size: 14px;
	width: 100%;
}

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

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

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

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

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	display: block;
	padding: 8px 13px;
	color: #5e7287;
	height: 1%;
	position: relative;
}

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

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e0ecf2;
	color: #5e7287;
}

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

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

/* common custom form elements styles */

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

@font-face {
	font-family: "open_sans";
	src: url("fonts/opensans-regular-webfont.woff") format("woff"), url("fonts/opensans-regular-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "open_sans";
	src: url("fonts/opensans-bold-webfont.woff") format("woff"), url("fonts/opensans-bold-webfont.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "open_sans";
	src: url("fonts/opensans-bolditalic-webfont.woff") format("woff"), url("fonts/opensans-bolditalic-webfont.ttf") format("truetype");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "open_sans";
	src: url("fonts/opensans-italic-webfont.woff") format("woff"), url("fonts/opensans-italic-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "open_sans";
	src: url("fonts/opensans-semibold-webfont.woff") format("woff"), url("fonts/opensans-semibold-webfont.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "open_sans";
	src: url("fonts/opensans-semibolditalic-webfont.woff") format("woff"), url("fonts/opensans-semibolditalic-webfont.ttf") format("truetype");
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: "open_sans";
	src: url("fonts/opensans-extrabold-webfont.woff") format("woff"), url("fonts/opensans-extrabold-webfont.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "roboto";
	src: url("fonts/roboto-bold-webfont.woff") format("woff"), url("fonts/roboto-bold-webfont.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "roboto";
	src: url("fonts/roboto-medium-webfont.woff") format("woff"), url("fonts/roboto-medium-webfont.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

.mejs-container {
	position: relative;
	background: #000;
	font-family: Helvetica, Arial;
	text-align: left;
	vertical-align: top;
	text-indent: 0;
}

.me-plugin {
	position: absolute;
	height: 0;
	width: 0;
}

.mejs-embed,
.mejs-embed body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	overflow: hidden;
}

.mejs-fullscreen {
	/* set it to not show scroll bars so 100% will work */
	overflow: hidden !important;
}

.mejs-container-fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1000;
}

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
	width: 100%;
	height: 100%;
}

.mejs-clear {
	clear: both;
}

/* Start: LAYERS */

.mejs-background {
	position: absolute;
	top: 0;
	left: 0;
}

.mejs-mediaelement {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mejs-poster {
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

:root .mejs-poster img {
	display: none;
}

.mejs-poster img {
	border: 0;
	padding: 0;
	border: 0;
}

.mejs-overlay {
	position: absolute;
	top: 0;
	left: 0;
}

.mejs-overlay-play {
	cursor: pointer;
}

.mejs-overlay-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	background: url(images/bigplay.svg) no-repeat;
}

.no-svg .mejs-overlay-button {
	background-image: url(images/bigplay.png);
}

.mejs-overlay:hover .mejs-overlay-button {
	background-position: 0 -100px;
}

.mejs-overlay-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: #333;
	background: url(images/background.png);
	background: rgba(0, 0, 0, .9);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, .9)), to(rgba(0, 0, 0, .9)));
	background: -webkit-linear-gradient(top, rgba(50, 50, 50, .9), rgba(0, 0, 0, .9));
	background: -webkit-linear-gradient(rgba(50, 50, 50, .9), rgba(0, 0, 0, .9));
	background: linear-gradient(rgba(50, 50, 50, .9), rgba(0, 0, 0, .9));
}

.mejs-overlay-loading span {
	display: block;
	width: 80px;
	height: 80px;
	background: transparent url(images/loading.gif) 50% 50% no-repeat;
}

/* End: LAYERS */

/* Start: CONTROL BAR */

.mejs-container .mejs-controls {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 0;
	background: url(images/background.png);
	background: rgba(0, 0, 0, .7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, .7)), to(rgba(0, 0, 0, .7)));
	background: -webkit-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
	background: -webkit-linear-gradient(rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
	background: linear-gradient(rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
	height: 30px;
	width: 100%;
}

.mejs-container .mejs-controls div {
	list-style-type: none;
	background-image: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 26px;
	height: 26px;
	font-size: 11px;
	line-height: 11px;
	font-family: Helvetica, Arial;
	border: 0;
}

.mejs-controls .mejs-button button {
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	margin: 7px 5px;
	padding: 0;
	position: absolute;
	height: 16px;
	width: 16px;
	border: 0;
	background: transparent url(images/controls.svg) no-repeat;
}

.no-svg .mejs-controls .mejs-button button {
	background-image: url(images/controls.png);
}

/* :focus for accessibility */

.mejs-controls .mejs-button button:focus {
	outline: dotted 1px #999;
}

/* End: CONTROL BAR */

/* Start: Time (Current / Duration) */

.mejs-container .mejs-controls .mejs-time {
	color: #fff;
	display: block;
	height: 17px;
	width: auto;
	padding: 8px 3px 0 3px;
	overflow: hidden;
	text-align: center;
	box-sizing: content-box;
}

.mejs-container .mejs-controls .mejs-time span {
	color: #fff;
	font-size: 11px;
	line-height: 12px;
	display: block;
	float: left;
	margin: 1px 2px 0 0;
	width: auto;
}

/* End: Time (Current / Duration) */

/* Start: Play/Pause/Stop */

.mejs-controls .mejs-play button {
	background-position: 0 0;
}

.mejs-controls .mejs-pause button {
	background-position: 0 -16px;
}

.mejs-controls .mejs-stop button {
	background-position: -112px 0;
}

/* Start: Play/Pause/Stop */

/* Start: Progress Bar */

.mejs-controls div.mejs-time-rail {
	direction: ltr;
	width: 200px;
	padding-top: 5px;
}

.mejs-controls .mejs-time-rail span {
	display: block;
	position: absolute;
	width: 180px;
	height: 10px;
	border-radius: 2px;
	cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
	margin: 5px;
	background: #333;
	background: rgba(50, 50, 50, .8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, .8)), to(rgba(60, 60, 60, .8)));
	background: -webkit-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
	background: -webkit-linear-gradient(rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
	background: linear-gradient(rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
	width: 100%;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 15px 15px;
	-webkit-animation: buffering-stripes 2s linear infinite;
	animation: buffering-stripes 2s linear infinite;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #3caac8;
	background: rgba(60, 170, 200, .8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(44, 124, 145, .8)), to(rgba(78, 183, 212, .8)));
	background: -webkit-linear-gradient(top, rgba(44, 124, 145, .8), rgba(78, 183, 212, .8));
	background: -webkit-linear-gradient(rgba(44, 124, 145, .8), rgba(78, 183, 212, .8));
	background: linear-gradient(rgba(44, 124, 145, .8), rgba(78, 183, 212, .8));
	width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #fff;
	background: rgba(255, 255, 255, .8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, .9)), to(rgba(200, 200, 200, .8)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
	background: -webkit-linear-gradient(rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
	background: linear-gradient(rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
	width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
	display: none;
	position: absolute;
	margin: 0;
	width: 10px;
	background: #fff;
	border-radius: 5px;
	cursor: pointer;
	border: solid 2px #333;
	top: -2px;
	text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	background: #eee;
	width: 36px;
	height: 17px;
	border: solid 1px #333;
	top: -26px;
	margin-left: -18px;
	text-align: center;
	color: #111;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
	margin: 2px;
	width: 30px;
	display: block;
	text-align: center;
	left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	border: solid 5px #eee;
	border-color: #eee transparent transparent transparent;
	border-radius: 0;
	top: 15px;
	left: 13px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
	width: 48px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
	width: 44px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
	left: 18px;
}

/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/

/* End: Progress Bar */

/* Start: Fullscreen */

.mejs-controls .mejs-fullscreen-button button {
	background-position: -32px 0;
}

.mejs-controls .mejs-unfullscreen button {
	background-position: -32px -16px;
}

/* End: Fullscreen */

/* Start: Mute/Volume */

.mejs-controls .mejs-mute button {
	background-position: -16px -16px;
}

.mejs-controls .mejs-unmute button {
	background-position: -16px 0;
}

.mejs-controls .mejs-volume-button {
	position: relative;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
	display: none;
	height: 115px;
	width: 25px;
	background: url(images/background.png);
	background: rgba(50, 50, 50, .7);
	border-radius: 0;
	top: -115px;
	left: 0;
	z-index: 1;
	position: absolute;
	margin: 0;
}

.mejs-controls .mejs-volume-button:hover {
	border-radius: 0 0 4px 4px;
}

/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, .5);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, .9);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	position: absolute;
	left: 4px;
	top: -3px;
	width: 16px;
	height: 6px;
	background: #ddd;
	background: rgba(255, 255, 255, .9);
	cursor: N-resize;
	border-radius: 1px;
	margin: 0;
}

/* horizontal version */

.mejs-controls div.mejs-horizontal-volume-slider {
	height: 26px;
	width: 60px;
	position: relative;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	position: absolute;
	left: 0;
	top: 11px;
	width: 50px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	border-radius: 2px;
	background: #333;
	background: rgba(50, 50, 50, .8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, .8)), to(rgba(60, 60, 60, .8)));
	background: -webkit-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
	background: -webkit-linear-gradient(rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
	background: linear-gradient(rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	left: 0;
	top: 11px;
	width: 50px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	border-radius: 2px;
	background: #fff;
	background: rgba(255, 255, 255, .8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, .9)), to(rgba(200, 200, 200, .8)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
	background: -webkit-linear-gradient(rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
	background: linear-gradient(rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	display: none;
}

/* End: Mute/Volume */

/* Start: Track (Captions and Chapters) */

.mejs-controls .mejs-captions-button {
	position: relative;
}

.mejs-controls .mejs-captions-button button {
	background-position: -48px 0;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -51px;
	width: 85px;
	height: 100px;
	background: url(images/background.png);
	background: rgba(50, 50, 50, .7);
	border: solid 1px transparent;
	padding: 10px 10px 0 10px;
	overflow: hidden;
	border-radius: 0;
}

/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
	visibility: visible;
}
*/

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
	width: 55px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
	font-size: 10px;
	margin: 0 0 5px 0;
}

.mejs-chapters {
	position: absolute;
	top: 0;
	left: 0;
	-xborder-right: solid 1px #fff;
	width: 10000px;
	z-index: 1;
}

.mejs-chapters .mejs-chapter {
	position: absolute;
	float: left;
	background: #222;
	background: rgba(0, 0, 0, .7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, .7)), to(rgba(0, 0, 0, .7)));
	background: -webkit-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
	background: -webkit-linear-gradient(rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
	background: linear-gradient(rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);
	overflow: hidden;
	border: 0;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
	font-size: 11px;
	color: #fff;
	padding: 5px;
	display: block;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	cursor: pointer;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
	border-right: none;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
	background: #666;
	background: rgba(102, 102, 102, .7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102, 102, 102, .7)), to(rgba(50, 50, 50, .6)));
	background: -webkit-linear-gradient(top, rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
	background: -webkit-linear-gradient(rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
	background: linear-gradient(rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232);
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
	font-size: 12px;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 0 3px 0;
	line-height: 12px;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
	font-size: 12px;
	line-height: 12px;
	margin: 3px 0 4px 0;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mejs-captions-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	line-height: 20px;
	font-size: 16px;
	color: #fff;
}

.mejs-captions-layer a {
	color: #fff;
	text-decoration: underline;
}

.mejs-captions-layer[lang=ar] {
	font-size: 20px;
	font-weight: normal;
}

.mejs-captions-position {
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 0;
}

.mejs-captions-position-hover {
	bottom: 35px;
}

.mejs-captions-text {
	padding: 3px 5px;
	background: url(images/background.png);
	background: rgba(20, 20, 20, .5);
	white-space: pre-wrap;
}

/* End: Track (Captions and Chapters) */

/* Start: Error */

.me-cannotplay a {
	color: #fff;
	font-weight: bold;
}

.me-cannotplay span {
	padding: 15px;
	display: block;
}

/* End: Error */

/* Start: Loop */

.mejs-controls .mejs-loop-off button {
	background-position: -64px -16px;
}

.mejs-controls .mejs-loop-on button {
	background-position: -64px 0;
}

/* End: Loop */

/* Start: backlight */

.mejs-controls .mejs-backlight-off button {
	background-position: -80px -16px;
}

.mejs-controls .mejs-backlight-on button {
	background-position: -80px 0;
}

/* End: backlight */

/* Start: Picture Controls */

.mejs-controls .mejs-picturecontrols-button {
	background-position: -96px 0;
}

/* End: Picture Controls */

/* context menu */

.mejs-contextmenu {
	position: absolute;
	width: 150px;
	padding: 10px;
	border-radius: 4px;
	top: 0;
	left: 0;
	background: #fff;
	border: solid 1px #999;
	z-index: 1001; /* make sure it shows on fullscreen */
}

.mejs-contextmenu .mejs-contextmenu-separator {
	height: 1px;
	font-size: 0;
	margin: 5px 6px;
	background: #333;
}

.mejs-contextmenu .mejs-contextmenu-item {
	font-family: Helvetica, Arial;
	font-size: 12px;
	padding: 4px 6px;
	cursor: pointer;
	color: #333;
}

.mejs-contextmenu .mejs-contextmenu-item:hover {
	background: #2c7c91;
	color: #fff;
}

/* Start: Source Chooser */

.mejs-controls .mejs-sourcechooser-button {
	position: relative;
}

.mejs-controls .mejs-sourcechooser-button button {
	background-position: -128px 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -10px;
	width: 130px;
	height: 100px;
	background: url(images/background.png);
	background: rgba(50, 50, 50, .7);
	border: solid 1px transparent;
	padding: 10px;
	overflow: hidden;
	border-radius: 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
	width: 100px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}

/* End: Source Chooser */

/* Start: Postroll */

.mejs-postroll-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/background.png);
	background: rgba(50, 50, 50, .7);
	z-index: 1000;
	overflow: hidden;
}

.mejs-postroll-layer-content {
	width: 100%;
	height: 100%;
}

.mejs-postroll-close {
	position: absolute;
	right: 0;
	top: 0;
	background: url(images/background.png);
	background: rgba(50, 50, 50, .7);
	color: #fff;
	padding: 4px;
	z-index: 100;
	cursor: pointer;
}

/* End: Postroll */

/* Start: Speed */

div.mejs-speed-button {
	width: 46px !important;
	position: relative;
}

.mejs-controls .mejs-button.mejs-speed-button button {
	background: transparent;
	width: 36px;
	font-size: 11px;
	line-height: normal;
	color: #fff;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector {
	visibility: hidden;
	position: absolute;
	top: -100px;
	left: -10px;
	width: 60px;
	height: 100px;
	background: url(images/background.png);
	background: rgba(50, 50, 50, .7);
	border: solid 1px transparent;
	padding: 0;
	overflow: hidden;
	border-radius: 0;
}

.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
	visibility: visible;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
	color: #21f8f8;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
	margin: 0 0 6px 0;
	padding: 0 10px;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
	display: none;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
	width: 60px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 11.5px;
	color: white;
	margin-left: 5px;
	cursor: pointer;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
	background-color: #c8c8c8 !important;
	background-color: rgba(255, 255, 255, .4) !important;
}

/* End: Speed */

/* TED player */

.mejs-ted .mejs-controls {
	background: #eee;
	height: 65px;
}

.mejs-ted .mejs-button,
.mejs-ted .mejs-time {
	position: absolute;
	background: #ddd;
}

.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-total {
	background-color: none;
	background: url(images/controls-ted.png) repeat-x 0 -52px;
	height: 6px;
}

.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-buffering {
	height: 6px;
}

.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background-color: none;
	background: url(images/controls-ted.png) repeat-x 0 -52px;
	width: 0;
	height: 6px;
}

.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-current {
	width: 0;
	height: 6px;
	background-color: none;
	background: url(images/controls-ted.png) repeat-x 0 -59px;
}

.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-handle {
	display: block;
	margin: 0;
	width: 14px;
	height: 21px;
	top: -7px;
	border: 0;
	background: url(images/controls-ted.png) no-repeat 0 0;
}

.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-float {
	display: none;
}

.mejs-ted .mejs-controls .mejs-playpause-button {
	top: 29px;
	left: 9px;
	width: 49px;
	height: 28px;
}

.mejs-ted .mejs-controls .mejs-playpause-button button {
	width: 49px;
	height: 28px;
	background: url(images/controls-ted.png) no-repeat -50px -23px;
	margin: 0;
	padding: 0;
}

.mejs-ted .mejs-controls .mejs-pause button {
	background-position: 0 -23px;
}

.mejs-ted .mejs-controls .mejs-fullscreen-button {
	top: 34px;
	right: 9px;
	width: 17px;
	height: 15px;
	background: none;
}

.mejs-ted .mejs-controls .mejs-fullscreen-button button {
	width: 19px;
	height: 17px;
	background: transparent url(images/controls-ted.png) no-repeat 0 -66px;
	margin: 0;
	padding: 0;
}

.mejs-ted .mejs-controls .mejs-unfullscreen button {
	background: transparent url(images/controls-ted.png) no-repeat -21px -66px;
	margin: 0;
	padding: 0;
}

.mejs-ted .mejs-controls .mejs-volume-button {
	top: 30px;
	right: 35px;
	width: 24px;
	height: 22px;
}

.mejs-ted .mejs-controls .mejs-mute button {
	background: url(images/controls-ted.png) no-repeat -15px 0;
	width: 24px;
	height: 22px;
	margin: 0;
	padding: 0;
}

.mejs-ted .mejs-controls .mejs-unmute button {
	background: url(images/controls-ted.png) no-repeat -40px 0;
	width: 24px;
	height: 22px;
	margin: 0;
	padding: 0;
}

.mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-slider {
	background: #fff;
	border: solid 1px #aaa;
	border-width: 1px 1px 0 1px;
	width: 22px;
	height: 65px;
	top: -65px;
}

.mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-total {
	background: url(images/controls-ted.png) repeat-y -41px -66px;
	left: 8px;
	width: 6px;
	height: 50px;
}

.mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-current {
	left: 8px;
	width: 6px;
	background: url(images/controls-ted.png) repeat-y -48px -66px;
	height: 50px;
}

.mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-handle {
	display: none;
}

.mejs-ted .mejs-controls .mejs-time span {
	color: #333;
}

.mejs-ted .mejs-controls .mejs-currenttime-container {
	position: absolute;
	top: 32px;
	right: 100px;
	border: solid 1px #999;
	background: #fff;
	color: #333;
	padding-top: 2px;
	border-radius: 3px;
	color: #333;
}

.mejs-ted .mejs-controls .mejs-duration-container {
	position: absolute;
	top: 32px;
	right: 65px;
	border: solid 1px #999;
	background: #fff;
	color: #333;
	padding-top: 2px;
	border-radius: 3px;
	color: #333;
}

.mejs-ted .mejs-controls .mejs-time button {
	color: #333;
}

.mejs-ted .mejs-controls .mejs-captions-button {
	display: none;
}

/* END: TED player */

/* WMP player */

.mejs-wmp .mejs-controls {
	background: transparent url(images/controls-wmp-bg.png) center 16px no-repeat;
	height: 65px;
}

.mejs-wmp .mejs-button,
.mejs-wmp .mejs-time {
	position: absolute;
	background: transparent;
}

.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-total {
	background-color: transparent;
	border: solid 1px #ccc;
	height: 3px;
}

.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-buffering {
	height: 3px;
}

.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background-color: rgba(255, 255, 255, .3);
	width: 0;
	height: 3px;
}

.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-current {
	width: 0;
	height: 1px;
	background-color: #014cb6;
	border: solid 1px #7fc9fa;
	border-width: 1px 0;
	border-color: #7fc9fa #fff #619ff2 #fff;
}

.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-handle {
	display: block;
	margin: 0;
	width: 16px;
	height: 9px;
	top: -3px;
	border: 0;
	background: url(images/controls-wmp.png) no-repeat 0 -80px;
}

.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-float {
	display: none;
}

.mejs-wmp .mejs-controls .mejs-playpause-button {
	top: 10px;
	left: 50%;
	margin: 10px 0 0 -20px;
	width: 40px;
	height: 40px;
}

.mejs-wmp .mejs-controls .mejs-playpause-button button {
	width: 40px;
	height: 40px;
	background: url(images/controls-wmp.png) no-repeat 0 0;
	margin: 0;
	padding: 0;
}

.mejs-wmp .mejs-controls .mejs-pause button {
	background-position: 0 -40px;
}

.mejs-wmp .mejs-controls .mejs-currenttime-container {
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -93px;
}

.mejs-wmp .mejs-controls .mejs-duration-container {
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -58px;
}

.mejs-wmp .mejs-controls .mejs-volume-button {
	top: 32px;
	right: 50%;
	margin-right: -55px;
	width: 20px;
	height: 15px;
}

.mejs-wmp .mejs-controls .mejs-volume-button button {
	margin: 0;
	padding: 0;
	background: url(images/controls-wmp.png) no-repeat -42px -17px;
	width: 20px;
	height: 15px;
}

.mejs-wmp .mejs-controls .mejs-unmute button {
	margin: 0;
	padding: 0;
	background: url(images/controls-wmp.png) no-repeat -42px 0;
	width: 20px;
	height: 15px;
}

.mejs-wmp .mejs-controls .mejs-volume-button .mejs-volume-slider {
	background: rgba(102, 102, 102, .6);
}

.mejs-wmp .mejs-controls .mejs-fullscreen-button {
	top: 32px;
	right: 50%;
	margin-right: -82px;
	width: 15px;
	height: 14px;
}

.mejs-wmp .mejs-controls .mejs-fullscreen-button button {
	margin: 0;
	padding: 0;
	background: url(images/controls-wmp.png) no-repeat -63px 0;
	width: 15px;
	height: 14px;
}

.mejs-wmp .mejs-controls .mejs-captions-button {
	display: none;
}

/* END: WMP player */

.social-networks,
#nav,
.drop,
.slideshow .pagination ul,
.tab-wrapp .list,
.tabset,
.news-list,
.accordion,
.accordion ul,
.documents-list,
.links-list,
.category-list,
.product-list,
.post .info-list,
.map-list,
.map-list ul,
.contact-list,
#footer .link-list,
.footer-holder .info-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
#main:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.container:after,
.slideshow .container:after,
.info-section:after,
.twocolumns:after,
.team-box:after,
.map-list:after,
#footer .holder:after {
	content: "";
	display: block;
	clear: both;
}

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

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #5e7287;
	background: #fff;
	font: 14px/1.428571 "open_sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

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

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.428571em;
}

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

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

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

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

ul {
	list-style-type: disc;
}

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

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

#main {
	padding-bottom: 144px;
}

#main .container {
	position: relative;
	z-index: 10;
}

#content {
	float: right;
	width: 64%;
}

#content:only-child {
	float: none;
	width: 100%;
}

#content .search-form {
	margin-top: 60px;
	margin-bottom: 47px;
	margin-right: 0;
}

#content .search-form input[type="search"] {
	padding-right: 140px;
	background: #fff;
}

#sidebar {
	float: left;
	width: 31%;
}

#sidebar .accordion {
	margin: -17px -16px -11px;
	padding: 0;
}

#sidebar .widget {
	background: #e9f1f9;
	margin-bottom: 26px;
	padding: 17px 16px 11px;
}

#sidebar .widget.decor-head h3 {
	color: #fff;
	padding: 8px 15px 9px 89px;
	background: #0057b8;
	font-weight: 900;
	letter-spacing: 0;
	word-spacing: 0;
	margin: -17px -16px 17px;
}

#sidebar .widget.decor-head h3:before {
	display: none;
}

#sidebar .widget.decor-head h3:after {
	position: absolute;
	top: 0;
	left: -100px;
	background: #ed6827;
	border-right: 6px solid #fff;
	width: 100px;
	height: 300px;
	-webkit-transform: skew(-28deg);
	-ms-transform: skew(-28deg);
	transform: skew(-28deg);
	z-index: 2;
}

#sidebar .widget.decor-head h3 i {
	position: absolute;
	left: 18px;
	top: 50%;
	margin-top: -1px;
	z-index: 3;
	color: #fff;
	font-size: 32px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#sidebar .widget.decor-head h3 i.icons-speaker,
#sidebar .widget.decor-head h3 i.icons-settings {
	font-size: 40px;
	left: 11px;
	margin-top: 0;
}

#sidebar .widget.decor-head h3 i.icons-group {
	font-size: 36px;
	left: 11px;
	margin-top: 1px;
}

#sidebar .widget h3 {
	position: relative;
	font-size: 19px;
	letter-spacing: 1px;
	word-spacing: -3px;
	padding-bottom: 9px;
	margin: 0 0 17px;
	overflow: hidden;
}

#sidebar .widget h3:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: url(images/sep1.svg) repeat-x;
	background-size: 6px 2px;
}

#sidebar .widget h3:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	background: #2691e4;
	width: 46%;
}

#sidebar .form,
#sidebar .wpcf7 {
	text-align: center;
	padding: 0 1px 21px 2px;
}

#sidebar .form .wpcf7-form-control-wrap,
#sidebar .wpcf7 .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
	padding: 0 0 12px;
}

#sidebar .form textarea,
#sidebar .form input[type="email"],
#sidebar .form input[type="tel"],
#sidebar .form input[type="text"],
#sidebar .wpcf7 textarea,
#sidebar .wpcf7 input[type="email"],
#sidebar .wpcf7 input[type="tel"],
#sidebar .wpcf7 input[type="text"] {
	border: 2px solid #ced9e5;
	color: #4a5d72;
	background: none;
	width: 100%;
	font-size: 16px;
	height: 35px;
	padding: 4px 15px 5px;
}

#sidebar .form textarea::-webkit-input-placeholder,
#sidebar .form input[type="email"]::-webkit-input-placeholder,
#sidebar .form input[type="tel"]::-webkit-input-placeholder,
#sidebar .form input[type="text"]::-webkit-input-placeholder,
#sidebar .wpcf7 textarea::-webkit-input-placeholder,
#sidebar .wpcf7 input[type="email"]::-webkit-input-placeholder,
#sidebar .wpcf7 input[type="tel"]::-webkit-input-placeholder,
#sidebar .wpcf7 input[type="text"]::-webkit-input-placeholder {
	color: #4a5d72;
}

#sidebar .form textarea::-moz-placeholder,
#sidebar .form input[type="email"]::-moz-placeholder,
#sidebar .form input[type="tel"]::-moz-placeholder,
#sidebar .form input[type="text"]::-moz-placeholder,
#sidebar .wpcf7 textarea::-moz-placeholder,
#sidebar .wpcf7 input[type="email"]::-moz-placeholder,
#sidebar .wpcf7 input[type="tel"]::-moz-placeholder,
#sidebar .wpcf7 input[type="text"]::-moz-placeholder {
	opacity: 1;
	color: #4a5d72;
}

#sidebar .form textarea:-moz-placeholder,
#sidebar .form input[type="email"]:-moz-placeholder,
#sidebar .form input[type="tel"]:-moz-placeholder,
#sidebar .form input[type="text"]:-moz-placeholder,
#sidebar .wpcf7 textarea:-moz-placeholder,
#sidebar .wpcf7 input[type="email"]:-moz-placeholder,
#sidebar .wpcf7 input[type="tel"]:-moz-placeholder,
#sidebar .wpcf7 input[type="text"]:-moz-placeholder {
	color: #4a5d72;
}

#sidebar .form textarea:-ms-input-placeholder,
#sidebar .form input[type="email"]:-ms-input-placeholder,
#sidebar .form input[type="tel"]:-ms-input-placeholder,
#sidebar .form input[type="text"]:-ms-input-placeholder,
#sidebar .wpcf7 textarea:-ms-input-placeholder,
#sidebar .wpcf7 input[type="email"]:-ms-input-placeholder,
#sidebar .wpcf7 input[type="tel"]:-ms-input-placeholder,
#sidebar .wpcf7 input[type="text"]:-ms-input-placeholder {
	color: #4a5d72;
}

#sidebar .form textarea.placeholder,
#sidebar .form input[type="email"].placeholder,
#sidebar .form input[type="tel"].placeholder,
#sidebar .form input[type="text"].placeholder,
#sidebar .wpcf7 textarea.placeholder,
#sidebar .wpcf7 input[type="email"].placeholder,
#sidebar .wpcf7 input[type="tel"].placeholder,
#sidebar .wpcf7 input[type="text"].placeholder {
	color: #4a5d72;
}

#sidebar .form textarea,
#sidebar .wpcf7 textarea {
	height: 82px;
	min-height: 82px;
}

#sidebar .form input[type="submit"],
#sidebar .wpcf7 input[type="submit"] {
	background: #ed6827 url(images/arrow-r-b.svg) no-repeat 108px 50%;
	background-size: 10px 12px;
	color: #fff;
	border: none;
	border-radius: 5px;
	height: 27px;
	line-height: 1;
	width: 147px;
	padding: 0 26px 0 10px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	outline: none;
	float: none;
	margin-top: 8px;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
}

#sidebar .form input[type="submit"]:hover,
#sidebar .wpcf7 input[type="submit"]:hover {
	background-color: #d05011;
}

#sidebar .video-box {
	width: 100%;
	border: none;
	margin-bottom: 26px;
}

#sidebar .news-list {
	padding: 0 0 0 4px;
	margin: -7px 0 0;
	font-size: 14px;
}

#sidebar .news-list li {
	padding: 12px 0 15px;
}

#sidebar .news-list li:before {
	background-size: 6px 1px;
	width: 99%;
}

#sidebar .news-list .img-box {
	position: relative;
	overflow: hidden;
	width: 75px;
	margin: 0 18px 0 0;
}

#sidebar .news-list .img-box img {
	vertical-align: top;
}

#sidebar .news-list .btn-play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 30px;
	height: 30px;
	border: 2px solid #fff;
	background: rgba(0, 87, 184, .9);
	border-radius: 50%;
	color: #fff;
	text-align: center;
	-webkit-transition: background .2s;
	transition: background .2s;
}

#sidebar .news-list .btn-play:hover {
	background: #ed6827;
}

#sidebar .news-list .btn-play:before {
	line-height: 24px;
	width: 26px;
	margin-left: 2px;
}

#sidebar .news-list h4 {
	font-size: 14px;
	text-transform: none;
	color: #4a5d72;
	font-weight: normal;
	margin: 2px 0 5px;
}

#sidebar .news-list h4 a {
	color: #4a5d72;
}

#sidebar .news-list h4 a:hover {
	color: #ed6827;
}

#sidebar blockquote {
	padding: 13px 0 0;
	color: #4a5d72;
	margin: 0 0 0 10px;
	font-size: 14px;
	line-height: 1.4285;
}

#sidebar blockquote:before {
	top: 3px;
	left: 18px;
	font-size: 24px;
}

#sidebar blockquote p {
	background: #e9f1f9;
	padding: 0 8px 19px 20px;
}

#sidebar blockquote p:after {
	left: 0;
	top: 3px;
	bottom: 25px;
}

#sidebar blockquote p:first-letter {
	padding-left: 25px;
}

#sidebar blockquote cite {
	margin: 0 -16px 0 -26px;
	padding: 10px 18px 0;
	font-size: 15px;
	position: relative;
	overflow: hidden;
}

#sidebar blockquote cite:after {
	content: "";
	height: 2px;
	width: auto;
	top: 0;
	left: 0;
	right: 0;
	background: #d0dfed;
	position: absolute;
	z-index: 2;
}

#sidebar blockquote cite:before {
	content: "";
	width: 25px;
	height: 25px;
	border: 2px solid #d0dfed;
	position: absolute;
	top: -20px;
	left: 38%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #e9f1f9;
	z-index: 3;
}

#sidebar blockquote cite strong {
	width: calc(100% - 80px);
	padding: 5px 0 9px 15px;
	vertical-align: middle;
}

#sidebar blockquote cite strong mark {
	font-size: 13px;
	padding-top: 2px;
}

#sidebar blockquote .img-box {
	border-width: 5px;
	margin-top: 0;
	width: 74px;
	height: 74px;
	vertical-align: middle;
}

#sidebar .subscribe-box {
	font-size: 15px;
	line-height: 22px;
	padding: 33px 24px 36px;
	position: relative;
	overflow: hidden;
}

#sidebar .subscribe-box:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #0057b8;
	height: 5px;
	z-index: 2;
}

#sidebar .subscribe-box:before {
	content: "";
	position: absolute;
	top: 0;
	right: -10px;
	width: 37%;
	background: #ed6827;
	border-left: 5px solid #e9f1f9;
	height: 5px;
	-webkit-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	transform: skew(-30deg);
	z-index: 3;
}

#sidebar .subscribe-box h3 {
	font-size: 22px;
	margin: 0 0 11px;
	letter-spacing: 0;
	word-spacing: 0;
	padding: 0;
}

#sidebar .subscribe-box h3:after,
#sidebar .subscribe-box h3:before {
	display: none;
}

#sidebar .subscribe-box .text-wrapp {
	position: relative;
	padding-left: 78px;
}

#sidebar .subscribe-box .text-wrapp i {
	position: absolute;
	top: -9px;
	left: -3px;
	color: #ed6827;
	font-size: 60px;
	line-height: 1;
	width: 60px;
}

#sidebar .form {
	position: relative;
	padding: 0;
}

#sidebar .form input[type="submit"] {
	width: 86px;
	border-radius: 0;
	height: 35px;
	padding: 0 5px;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
}

#sidebar .form input[type="email"] {
	font-size: 14px;
	height: 35px;
	padding: 4px 97px 5px 15px;
}

#sidebar table {
	width: 100%;
	max-width: 100%;
	table-layout: fixed;
}

#sidebar table td,
#sidebar table th {
	background: none;
	border: 1px solid #5e7287;
	padding: 5px;
}

.widget {
	margin-bottom: 1.428571em;
}

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

.widget .accordion {
	padding: 0;
}

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

.widget h3 {
	margin-top: 0;
}

iframe {
	max-width: 100%;
}

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

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

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

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

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

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

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background-color: #ed6827;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 15px;
	font-weight: bold;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
	font-size: 18px;
	border-radius: 5px;
	text-transform: uppercase;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	background-color: #d05011;
}

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

.search-form input {
	float: left;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 100%;
	height: 40px;
	padding: 8px 16px;
	border: 1px solid #b4c5d6;
	border-radius: 5px 10px 10px 5px;
}

.search-form input[type="submit"] {
	height: 40px;
	width: 131px;
	border-radius: 0 5px 5px 0;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 10px 0 42px;
	text-transform: uppercase;
	font-weight: bold;
	background: #ed6827 url(images/search.svg) no-repeat 17px 12px;
	background-size: 18px 18px;
}

.post-password-form {
	position: relative;
}

.post-password-form p {
	position: relative;
}

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

.post-password-form input[type="password"] {
	background: #fff;
	float: left;
	margin: 0;
	width: 100%;
	height: 40px;
	padding: 8px 16px;
	border: 1px solid #b4c5d6;
	border-radius: 5px 10px 10px 5px;
}

.post-password-form input[type="submit"] {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 40px;
	width: 131px;
	border-radius: 0 5px 5px 0;
	padding: 0 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.commentlist {
	margin: 0 0 1.428571em;
}

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

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

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

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

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

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

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

.navigation,
.navigation-comments {
	overflow: hidden;
	position: relative;
	vertical-align: middle;
	margin-bottom: 27px;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
}

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

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	color: #acbdce;
	padding: 5px;
	width: 33px;
	height: 33px;
	line-height: 19px;
	border: 2px solid #d3e0ee;
	text-align: center;
	-webkit-transition: background .2s, color .2s, border-color .2s;
	transition: background .2s, color .2s, border-color .2s;
	margin-left: 4px;
}

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

.navigation .page-numbers.current,
.navigation-comments .page-numbers.current {
	background: #ed6827;
	color: #fff;
	border-color: #ed6827;
	cursor: default;
}

.navigation .page-numbers.dots,
.navigation-comments .page-numbers.dots {
	color: #d3e0ee;
	border-color: transparent;
	line-height: 11px;
	width: 25px;
}

.navigation .page-numbers.dots:hover,
.navigation-comments .page-numbers.dots:hover {
	background: transparent;
	color: #d3e0ee;
	border-color: transparent;
}

.navigation .page-numbers.last-page,
.navigation .page-numbers.first-page,
.navigation .page-numbers.next,
.navigation .page-numbers.prev,
.navigation-comments .page-numbers.last-page,
.navigation-comments .page-numbers.first-page,
.navigation-comments .page-numbers.next,
.navigation-comments .page-numbers.prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #fff;
	color: #acbdce;
	padding: .4em;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	position: relative;
	font-weight: normal;
}

.navigation .page-numbers.last-page:hover,
.navigation .page-numbers.first-page:hover,
.navigation .page-numbers.next:hover,
.navigation .page-numbers.prev:hover,
.navigation-comments .page-numbers.last-page:hover,
.navigation-comments .page-numbers.first-page:hover,
.navigation-comments .page-numbers.next:hover,
.navigation-comments .page-numbers.prev:hover {
	background: #ed6827;
	color: #fff;
	border-color: #ed6827;
}

.navigation .page-numbers.last-page:before,
.navigation .page-numbers.first-page:before,
.navigation .page-numbers.next:before,
.navigation .page-numbers.prev:before,
.navigation-comments .page-numbers.last-page:before,
.navigation-comments .page-numbers.first-page:before,
.navigation-comments .page-numbers.next:before,
.navigation-comments .page-numbers.prev:before {
	width: 30px;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 29px;
	content: "\e932";
	font-family: "icomoon" !important;
	speak: none;
}

.navigation .page-numbers.next:before,
.navigation-comments .page-numbers.next:before {
	content: "\e933";
}

.navigation .page-numbers.last-page:before,
.navigation-comments .page-numbers.last-page:before {
	content: "\e90f";
	font-size: 20px;
	line-height: 31px;
}

.navigation .page-numbers.first-page:before,
.navigation-comments .page-numbers.first-page:before {
	font-size: 20px;
	line-height: 31px;
	content: "\e90e";
}

.navigation-single {
	margin-bottom: 1.428571em;
	margin-bottom: 27px;
}

.navigation-single .prev {
	float: left;
}

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

.navigation-single .next a,
.navigation-single .prev a {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	color: #acbdce;
	padding: 5px;
	width: 33px;
	height: 33px;
	font-size: 0;
	line-height: 19px;
	border: 2px solid #d3e0ee;
	text-align: center;
	-webkit-transition: background .2s, color .2s, border-color .2s;
	transition: background .2s, color .2s, border-color .2s;
	margin-left: 4px;
}

.navigation-single .next a:hover,
.navigation-single .prev a:hover {
	background: #ed6827;
	color: #fff;
	border-color: #ed6827;
}

.navigation-single .next a:before,
.navigation-single .prev a:before {
	width: 30px;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 29px;
	content: "\e932";
	font-family: "icomoon" !important;
	speak: none;
}

.navigation-single .next a:before {
	content: "\e933";
}

.wp-caption {
	max-width: 100%;
	clear: both;
	padding: .4em;
	margin-bottom: 1.428571em;
	text-align:center;
}

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

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

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

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

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

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

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: #003876;
	text-transform: uppercase;
}

h1,
.h1 {
	font-size: 34px;
}

h2,
.h2 {
	font-size: 25px;
}

h3,
.h3 {
	font-size: 21px;
	margin-bottom: 23px;
	margin-top: 35px;
}

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

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

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

p {
	margin: 0 0 1.7857em;
}

a {
	color: #ed6827;
	text-decoration: none;
	-webkit-transition: color .2s;
	transition: color .2s;
}

a:hover,
a:focus {
	color: #d05011;
}

html {
	background: #0057b8;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.container {
	max-width: 1160px;
	padding: 0 10px;
	margin: 0 auto;
}

.btn {
	text-transform: uppercase;
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
	padding: 4px 14px 5px;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	background: #ed6827;
	color: #fff;
	-webkit-transition: background .2s;
	transition: background .2s;
}

.btn:focus,
.btn:hover {
	background: #d05011;
	color: #fff;
}

.btn.btn-lg {
	font-size: 18px;
	padding-bottom: 6px;
}

.btn.btn-lg i {
	margin: -4px -5px 0 8px;
}

.btn.btn-lg i.icons-arrow-left {
	font-size: 16px;
}

.btn.btn-sm {
	font-size: 12px;
	letter-spacing: 1px;
	padding: 5px 21px;
	border-radius: 4px;
}

.btn.btn-sm i.icons-arrow-left {
	font-size: 11px;
	margin: -2px -9px 0 3px;
}

.btn i {
	font-size: 23px;
	display: inline-block;
	vertical-align: middle;
	margin: -4px 0 0;
}

.btn i.icons-notes {
	font-size: 23px;
	margin: -4px 12px 0 7px;
}

.btn i.icons-arrow-left {
	font-size: 14px;
	margin: -4px -5px 0 2px;
}

#header {
	position: relative;
	z-index: 999;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .25);
}

#header .holder {
	overflow: hidden;
	padding-top: 17px;
	padding-bottom: 15px;
	position: relative;
	z-index: 20;
}

#header .holder .btn {
	padding: 5px 15px 4px;
	float: right;
	margin-left: 11px;
}

#header .holder-box {
	padding-top: 14px;
	float: right;
}

#header .social-networks {
	margin-top: -2px;
}

#header .search-form {
	border: 1px solid #0057b8;
	border-radius: 5px;
	width: 191px;
	float: right;
	margin-left: 16px;
	position: relative;
}

#header .search-form input[type="text"],
#header .search-form input[type="search"] {
	color: #0057b8;
	height: 29px;
	line-height: 16px;
	border: none;
	background: none;
	padding: 4px 0 4px 14px;
	width: 157px;
	margin: 0;
	float: left;
}

#header .search-form input[type="text"]::-webkit-input-placeholder,
#header .search-form input[type="search"]::-webkit-input-placeholder {
	color: #0057b8;
}

#header .search-form input[type="text"]::-moz-placeholder,
#header .search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #0057b8;
}

#header .search-form input[type="text"]:-moz-placeholder,
#header .search-form input[type="search"]:-moz-placeholder {
	color: #0057b8;
}

#header .search-form input[type="text"]:-ms-input-placeholder,
#header .search-form input[type="search"]:-ms-input-placeholder {
	color: #0057b8;
}

#header .search-form input[type="text"].placeholder,
#header .search-form input[type="search"].placeholder {
	color: #0057b8;
}

#header .search-form button[type="submit"] {
	height: 29px;
	padding: 0;
	width: 32px;
	float: right;
	background: none;
	border: none;
	color: #0057b8;
	font-size: 18px;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 6px 6px 0;
	outline: none;
	-webkit-transition: color .2s;
	transition: color .2s;
}

#header .search-form button[type="submit"]:hover {
	color: #ed6827;
}

#header .search-form button[type="submit"] i {
	display: inline-block;
	vertical-align: middle;
	margin-top: -1px;
}

.logo {
	float: left;
	width: 327px;
}

.logo img {
	width: 100%;
	display: block;
	vertical-align: top;
}

.social-networks {
	float: right;
}

.social-networks li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
}

.social-networks a {
	display: block;
	width: 30px;
	height: 30px;
	color: #0057b8;
	font-size: 35px;
}

.social-networks a:before {
	float: left;
	line-height: 1;
}

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

.nav-opener {
	width: 40px;
	height: 40px;
	background: #004b9f;
	border-radius: 3px;
	display: none;
	position: absolute;
	top: -52px;
	right: 0;
	z-index: 100;
	-webkit-transition: background .2s;
	transition: background .2s;
}

.nav-opener:hover {
	background: #ed6827;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 25%;
	right: 25%;
	height: 4px;
	margin-top: -2px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 30%;
}

.nav-opener:after {
	top: 70%;
}

.menu {
	margin: 0 -9999px;
	padding: 0 9999px;
	background: #004b9f;
}

.resize-active .menu .drop-menu {
	-webkit-transition: none !important;
	transition: none !important;
}

.nav-active .menu .drop-menu {
	max-height: 600px;
}

#nav {
	display: table;
	width: 100%;
	font-size: 15px;
	line-height: 18px;
}

#nav > li {
	display: table-cell;
	position: relative;
}

#nav > li:first-child:before {
	display: none;
}

#nav > li.active > a,
#nav > li.hover > a {
	background: #ed6827;
}

#nav > li.active:after,
#nav > li.hover:after {
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

#nav > li.hover .drop {
	opacity: 1;
	visibility: visible;
}

#nav > li.active + li:before,
#nav > li.hover + li:before {
	opacity: 0;
}

#nav > li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #1c7ae4;
	border-left: 1px solid #003c7f;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

#nav > li:after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -10px;
	width: 0;
	height: 0;
	opacity: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-top: 11px solid #ed6827;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

#nav > li > a {
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	padding: 13px 10px 12px;
	text-align: center;
	position: relative;
	background: inherit;
	-webkit-transition: background .2s;
	transition: background .2s;
}

.drop {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	width: 200px;
	padding: 12px 10px 5px;
	font-size: 15px;
	line-height: 18px;
	-webkit-transition: opacity .2s, visibility .2s, max-height .3s;
	transition: opacity .2s, visibility .2s, max-height .3s;
}

.resize-active .drop {
	-webkit-transition: none !important;
	transition: none !important;
}

.drop li {
	border-top: 1px solid #e4e4e4;
}

.drop li:first-child {
	border: none;
}

.drop a {
	color: #5f5f5f;
	display: block;
	padding: 9px 10px 9px 23px;
	position: relative;
}

.drop a:hover {
	color: #0057b8;
}

.drop a:hover:before {
	color: #ed6827;
}

.drop a:before {
	content: "\e933";
	color: #0057b8;
	position: absolute;
	left: 6px;
	top: 50%;
	font-size: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: color .2s;
	transition: color .2s;
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.drop a sup {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-size: 16px;
	margin: 18px 0 0;
}

.about-page #content p {
	margin-bottom: 34px;
}

.about-page h2 {
	margin: 0 0 15px;
}

.services-page .visual-holder h1 span {
	letter-spacing: -1px;
}

.resources-page .visual-holder h1 {
	letter-spacing: 3px;
}

.resources-page .visual-holder h1 span {
	letter-spacing: .7px;
}

.news-page .visual-holder h1 {
	letter-spacing: 0;
}

.news-page .visual-holder h1 span {
	letter-spacing: .7px;
}

.news-page .nav-holder {
	margin-top: 0;
	text-align: center;
}

.news-page .nav-holder .nav-links {
	float: none;
	display: inline-block;
	vertical-align: top;
}

.search-page .visual-holder h1 {
	letter-spacing: 0;
}

.search-page .visual-holder h1 span {
	letter-spacing: .5px;
}

.search-page .post-holder {
	padding-bottom: 30px;
}

.search-page .post {
	color: #4a5d72;
	line-height: 1.5714;
	padding: 27px 0 28px;
}

.search-page .post h3 {
	margin-bottom: 19px;
}

.search-page .post p {
	margin: 0 0 0;
}

.video-page .visual-holder h1 {
	letter-spacing: 0;
}

.video-page .visual-holder h1 span {
	letter-spacing: .7px;
}

.team-page .visual-holder h1 {
	letter-spacing: 3px;
}

.team-page .visual-holder h1 span {
	letter-spacing: 0;
}

.map-page .visual-holder h1 {
	letter-spacing: 3px;
	word-spacing: -2px;
}

.map-page .visual-holder h1 span {
	letter-spacing: 0;
}

.contact-page .visual-holder h1 {
	letter-spacing: 3px;
	word-spacing: -2px;
}

.contact-page .visual-holder h1 span {
	letter-spacing: 0;
}

.visual {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #0057b8;
}

.visual:before {
	pointer-events: none;
	content: "";
	position: absolute;
	z-index: 10;
	bottom: 0;
	right: 0;
	width: 287px;
	height: 148px;
	opacity: .2;
	background: url(images/bg-decor.svg) no-repeat;
	background-size: 287px 148px;
}

.visual-holder {
	background-size: cover;
	background-position: 50% 69%;
	background-repeat: no-repeat;
	position: relative;
	z-index: 5;
}

.visual-holder .text-wrapp {
	float: right;
	width: 30.8%;
	z-index: 1;
	position: relative;
}

.visual-holder .text-wrapp:after {
	position: absolute;
	top: -300px;
	left: -153px;
	bottom: -300px;
	right: -9999px;
	-webkit-transform: skew(-29.6deg);
	-ms-transform: skew(-29.6deg);
	transform: skew(-29.6deg);
	background: #0057b8;
	content: "";
	width: auto;
	height: auto;
	z-index: -2;
}

.visual-holder .text-wrapp:before {
	position: absolute;
	left: -134px;
	top: -300px;
	right: -9999px;
	bottom: -300px;
	background: #fff;
	content: "";
	width: 14px;
	-webkit-transform: skew(-29.6deg);
	-ms-transform: skew(-29.6deg);
	transform: skew(-29.6deg);
	z-index: -1;
}

.visual-holder .text-box {
	position: relative;
	text-align: left;
	padding: 50px 0 63px 37px;
}

.visual-holder h1 {
	font-size: 34px;
	line-height: 41px;
	color: #fff;
	font-family: "roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 3px 0 1px;
	margin: 0;
	letter-spacing: 2px;
	word-spacing: 2px;
	display: inline-block;
	vertical-align: top;
}

.visual-holder h1 span {
	display: block;
	color: #b9cbe9;
	text-transform: none;
	font-size: 20px;
	letter-spacing: 0;
	word-spacing: 2px;
	margin-top: -10px;
	font-weight: 600;
	font-family: "open_sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

table {
	width: 100%;
	max-width: 645px;
	border: none;
	margin: 0 0 49px;
}

table.table-striped th {
	font-weight: normal;
	text-align: left;
	width: 43.5%;
}

table.table-striped th,
table.table-striped td {
	width: 56.5%;
}

table tr:nth-child(odd) th,
table tr:nth-child(odd) td {
	background: #f4f8fc;
}

table th,
table td {
	border: none;
	padding: 8px 21px;
}

table th {
	text-align: left;
}

.slideshow {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	overflow: hidden;
}

.slideshow .slide.active {
	z-index: 2;
}

.slideshow img {
	width: 100%;
	display: block;
}

.slideshow .container {
	position: relative;
}

.slideshow .text-wrapp {
	float: right;
	width: 36.8%;
	z-index: 1;
	position: relative;
}

.slideshow .text-wrapp:after {
	position: absolute;
	top: -300px;
	left: -153px;
	bottom: -300px;
	right: -9999px;
	-webkit-transform: skew(-29.6deg);
	-ms-transform: skew(-29.6deg);
	transform: skew(-29.6deg);
	background: #0057b8;
	content: "";
	width: auto;
	height: auto;
	z-index: -2;
}

.slideshow .text-wrapp:before {
	position: absolute;
	left: -134px;
	top: -300px;
	right: -9999px;
	bottom: -300px;
	background: #fff;
	content: "";
	width: 14px;
	-webkit-transform: skew(-29.6deg);
	-ms-transform: skew(-29.6deg);
	transform: skew(-29.6deg);
	z-index: -1;
}

.slideshow .text-box {
	position: relative;
	white-space: nowrap;
	text-align: center;
	text-align: left;
}

.slideshow .text-box:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 439px;
}

.slideshow .text-box > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.slideshow .holder {
	padding: 52px 21px 61px;
	font-size: 20px;
	line-height: 1.5;
	color: #b9cbe9;
	font-weight: 600;
}

.slideshow h1 {
	font-size: 34px;
	line-height: 41px;
	color: #fff;
	font-family: "roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 3px 0 12px;
	margin: 0 0 20px;
	letter-spacing: -.2px;
}

.slideshow h1 mark {
	display: block;
	text-transform: capitalize;
	letter-spacing: -1px;
	word-spacing: 3px;
}

.slideshow p {
	margin: 0 0 30px;
}

.slideshow .pagination-holder {
	position: absolute;
	bottom: 45px;
	left: 0;
	right: 0;
	z-index: 20;
}

.slideshow .pagination {
	position: absolute;
	right: 31px;
	top: 0;
}

.slideshow .pagination ul li {
	float: left;
	background: #fff;
	border-radius: 50%;
	margin: 0 4px;
	-webkit-transition: background .2s;
	transition: background .2s;
}

.slideshow .pagination ul li.active,
.slideshow .pagination ul li:hover {
	background: #ed6827;
}

.slideshow .pagination ul a {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	display: block;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background: inherit;
}

.style-1 {
	background: #e9f1f9;
}

.section {
	padding-top: 49px;
	padding-bottom: 48px;
	overflow: hidden;
}

.section .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.section .block {
	width: 47.5%;
	margin-bottom: 13px;
	margin-right: 2.5%;
	position: relative;
	background: #0057b8;
	vertical-align: top;
	overflow: hidden;
}

.section .block + .block {
	margin-left: 2.5%;
	margin-right: 0;
}

.section .block .title {
	text-transform: uppercase;
	font-style: italic;
	font-size: 18px;
	line-height: 1;
	margin-left: -45px;
	display: block;
}

.section .text-box {
	text-align: right;
	float: right;
	width: 51%;
	color: #fff;
	padding: 25px 14px 0px 25px;
	position: relative;
	z-index: 10;
}

.section .text-box:after {
	position: absolute;
	top: -300px;
	left: -35px;
	bottom: -300px;
	right: -999px;
	-webkit-transform: skew(-28deg);
	-ms-transform: skew(-28deg);
	transform: skew(-28deg);
	background: #0057b8;
	content: "";
	width: auto;
	height: auto;
	z-index: -2;
}

.section .text-box:before {
	position: absolute;
	left: -24px;
	top: -300px;
	right: -9999px;
	bottom: -300px;
	background: #fff;
	content: "";
	width: 10px;
	-webkit-transform: skew(-28deg);
	-ms-transform: skew(-28deg);
	transform: skew(-28deg);
	z-index: -1;
}

.section .img-logo {
	margin-bottom: 7px;
	vertical-align: top;
}

.section .alignleft {
	margin: 0;
	width: 49%;
	vertical-align: top;
}

.section .more {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 20;
	text-align: center;
	width: 29px;
	height: 29px;
	background: #ed6827;
	color: #fff;
	-webkit-transition: background .2s;
	transition: background .2s;
}

.section .more:hover {
	background: #d05011;
}

.section .more:before {
	line-height: 27px;
	font-size: 14px;
}

.intro {
	padding-top: 42px;
	padding-bottom: 31px;
}

.intro h1 {
	font-size: 25px;
	line-height: 1.2;
	padding: 0 0 15px;
	margin-bottom: 30px;
}

.intro .text-box {
	float: left;
	width: 64%;
}

.video-box {
	width: 32.4%;
	margin: 21px 0 15px;
	max-width: 370px;
	border: 8px solid #dce7f1;
}

.videocontent {
	width: 100%;
	max-width: 354px;
}

.videocontent .mejs-overlay-button {
	background: #fff;
	width: 49px;
	height: 49px;
	border-radius: 50%;
	margin: -25px 0 0 -25px;
	text-align: center;
}

.videocontent .mejs-overlay-button:before {
	content: "\e930";
	color: #0057b8;
	font-size: 21px;
	line-height: 49px;
	font-family: "icomoon" !important;
	speak: none;
}

.videocontent .mejs-container {
	margin: 0;
	background: #dce7f1;
}

.videocontent .mejs-offscreen {
	display: none;
}

.video-holder {
	background: url(images/sep2.svg) repeat-x 0 100%;
	background-size: 8px 2px;
	color: #4a5d72;
	line-height: 22px;
	padding-bottom: 20px;
	margin-bottom: 36px;
}

.video-holder h3 {
	text-transform: none;
	font-weight: 600;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 21px;
}

.video-carousel {
	position: relative;
	width: 100%;
	padding: 0 0 34px;
}

.video-carousel .mask {
	overflow: hidden;
	width: 100%;
	position: relative;
	margin-bottom: 23px;
}

.video-carousel .slideset {
	width: 99999px;
	float: left;
}

.video-carousel .slide {
	float: left;
	width: 100%;
}

.video-carousel .videocontent {
	max-width: 730px;
}

.video-carousel .video-box {
	border: none;
	max-width: 730px;
	width: 100%;
	margin: 0;
}

.video-carousel .video-box .mejs-container {
	background: none;
}

.video-carousel .video-box .mejs-container .mejs-overlay-button {
	width: 74px;
	height: 74px;
	margin: -37px 0 0 -37px;
	background: rgba(0, 87, 184, .75);
	z-index: 10;
	-webkit-transition: background .2s;
	transition: background .2s;
}

.video-carousel .video-box .mejs-container .mejs-overlay-button:hover {
	background: #0057b8;
}

.video-carousel .video-box .mejs-container .mejs-overlay-button:hover:after {
	border-color: #fff;
}

.video-carousel .video-box .mejs-container .mejs-overlay-button:after {
	content: "";
	position: absolute;
	left: -5px;
	right: -5px;
	top: -5px;
	bottom: -5px;
	border: 5px solid rgba(255, 255, 255, .75);
	border-radius: 50%;
	z-index: -1;
	-webkit-transition: border-color .2s;
	transition: border-color .2s;
}

.video-carousel .video-box .mejs-container .mejs-overlay-button:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 19px solid transparent;
	border-right: 19px solid transparent;
	border-top: 24px solid #fff;
	top: 50%;
	left: 50%;
	margin: -11px 0 0 -15px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.video-carousel .btn-holder {
	overflow: hidden;
}

.video-carousel .btn-next,
.video-carousel .btn-prev {
	float: left;
	-webkit-transition: background .2s;
	transition: background .2s;
	padding: 5px 7px 5px 24px;
	letter-spacing: .5px;
	min-width: 140px;
	text-align: center;
	position: relative;
}

.video-carousel .btn-next:hover,
.video-carousel .btn-prev:hover {
	background: #d05011;
}

.video-carousel .btn-next i,
.video-carousel .btn-prev i {
	font-size: 10px;
	position: absolute;
	top: 11px;
	left: 9px;
}

.video-carousel .btn-next {
	padding: 5px 24px 5px 7px;
	float: right;
}

.video-carousel .btn-next i {
	left: auto;
	right: 9px;
}

.decor {
	position: relative;
	font-size: 25px;
}

.decor:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60%;
	height: 2px;
	background: url(images/sep1.svg) repeat-x;
	background-size: 7px 2px;
}

.decor:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	background: #2691e4;
	width: 30%;
}

h2.decor, h1.decor {
	padding-bottom: 11px;
	margin: 0 0 30px;
}

h3.decor {
	font-size: 20px;
	padding-bottom: 9px;
	margin: 0 0 28px;
}

h3.decor:before {
	width: 47%;
}

h3.decor:after {
	width: 27%;
}

.mark,
mark {
	background: none;
	color: #ed6827;
}

.tab-wrapp {
	width: 100%;
	padding: 0 0 41px;
}

.tab-wrapp .tab-content {
	overflow: hidden;
	width: 100%;
	padding: 43px 10px 50px 29px;
}

.tab-wrapp .tab-content h2 {
	font-size: 26px;
	margin: 0 0 17px;
}

.tab-wrapp .tab-content > div {
	display: table;
}

.tab-wrapp .tab-content > div .text-block {
	display: table-cell;
	vertical-align: middle;
	width: auto;
}

.tab-wrapp .tab-content > div .img-holder {
	display: table-cell;
	vertical-align: middle;
	width: auto;
}

.tab-wrapp .img-holder {
	display: block !important;
	width: 100% !important;
	margin-bottom: 20px;
}

.tab-wrapp .text-block {
	text-align: left;
	overflow: hidden;
}

.tab-wrapp .holder {
	padding-top: 10px;
	padding-bottom: 24px;
}

.tab-wrapp .img-box {
	margin-right: 237px;
	padding: 13px;
	width: 312px;
	height: 312px;
	position: relative;
	border-radius: 50%;
	background: url(images/circle.svg) no-repeat;
	background-size: 312px 312px;
}

.tab-wrapp .img-box img {
	display: block;
	width: 100%;
	border-radius: 50%;
	max-height: 312px;
	max-width: 312px;
}

.tab-wrapp .img-box img.product-img {
	border-radius: 0;
	width: auto;
	position: absolute;
	bottom: 2px;
	right: -158px;
	max-width: 287px;
	max-height: 155px;
}

.tab-wrapp .list {
	padding: 1px 0 20px;
}

.tab-wrapp .list li {
	padding: 0 0 10px 29px;
	position: relative;
}

.tab-wrapp .list li:before {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 19px;
	color: #ed6827;
	content: "\e90d";
	font-family: "icomoon" !important;
	speak: none;
	line-height: 1;
}

.tabset {
	display: table;
	width: 100%;
	font-size: 16px;
	line-height: 18px;
}

.tabset li {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.tabset li:first-child {
	width: 200px;
	overflow: hidden;
	background: #f67434;
	text-align: center;
}

.tabset li:first-child:before {
	content: "";
	height: auto;
	width: auto;
	background: #ed6827;
	-webkit-transform: skew(-32deg);
	-ms-transform: skew(-32deg);
	transform: skew(-32deg);
	position: absolute;
	top: 0;
	left: 4px;
	right: 0;
	bottom: 0;
}

.tabset li:first-child + li:after,
.tabset li:first-child:after {
	display: none;
}

.tabset li.active:after,
.tabset li:hover:after {
	opacity: 0;
	visibility: hidden;
}

.tabset li.active + li:after,
.tabset li:hover + li:after {
	opacity: 0;
	visibility: hidden;
}

.tabset li.active a,
.tabset li:hover a {
	background: #2691e4;
	z-index: 2;
}

.tabset li.active a:before {
	opacity: 1;
	visibility: visible;
}

.tabset li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 2px;
	opacity: 1;
	visibility: visible;
	background: #2674cb;
	border-left: 1px solid #00438d;
	-webkit-transition: opacity .2s, visibility .2s;
	transition: opacity .2s, visibility .2s;
}

.tabset a {
	display: block;
	padding: 50px 15px 13px;
	text-align: center;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	background: #0057b8;
	font-weight: 600;
	-webkit-transition: background .2s;
	transition: background .2s;
}

.tabset a:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -12px;
	opacity: 0;
	visibility: hidden;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 13px 0 13px;
	border-color: #2691e4 transparent transparent transparent;
	-webkit-transition: opacity .2s, visibility .2s;
	transition: opacity .2s, visibility .2s;
}

.tabset a i {
	font-weight: normal;
	font-size: 39px;
	line-height: 1;
	position: absolute;
	top: 7px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tabset a i.icons-air {
	top: -5px;
	font-size: 61px;
}

.tabset a i.icons-ship {
	top: -1px;
	font-size: 54px;
}

.tabset a i.icons-home {
	top: 9px;
	font-size: 35px;
}

.tabset a i.icons-car {
	top: 3px;
	font-size: 54px;
}

.tabset h1 {
	margin: 10px;
	font-size: 22px;
	line-height: 1.2;
	position: relative;
	z-index: 2;
	color: #fff;
}

.product-section {
	padding: 50px 0 177px;
	margin-bottom: -144px;
}

.product-section h1 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 40px;
}

.product-section h1 span {
	display: inline-block;
	vertical-align: top;
	padding-bottom: 6px;
	border-bottom: 3px solid #2691e4;
}

.carousel-holder {
	overflow: hidden;
	width: 100%;
	padding-top: 11px;
}

.carousel-holder h2 {
	margin-bottom: 21px;
	padding-right: 112px;
}

.carousel-holder .carousel {
	width: auto;
	padding-left: 0;
	padding-right: 20px;
	margin-left: -7px;
	position: relative;
}

.carousel-holder .carousel .slide {
	padding: 0 8px 0 7px;
}

.carousel-holder .carousel .slide img {
	width: 100%;
	vertical-align: top;
}

.carousel-holder .carousel .btn-next,
.carousel-holder .carousel .btn-prev {
	width: 25px;
	height: 25px;
	top: -34px;
	right: 61px;
	left: auto;
}

.carousel-holder .carousel .btn-next:before,
.carousel-holder .carousel .btn-prev:before {
	font-size: 14px;
	line-height: 22px;
}

.carousel-holder .carousel .btn-next {
	right: 28px;
}

.carousel {
	position: relative;
	width: 100%;
	padding: 0 45px;
}

.carousel .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carousel .slideset {
	width: 100% !important;
	float: left;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.carousel .slide {
	font-size: 14px;
	line-height: 1.4285;
	letter-spacing: 0;
	white-space: normal;
	width: 33.332% !important;
	display: inline-block;
	vertical-align: top;
	padding: 0 21px;
	text-align: center;
	color: #848f9b;
}

.carousel .img-holder {
	margin: -10px -15px 23px;
}

.carousel .img-holder img {
	vertical-align: top;
}

.carousel h2 {
	color: #4a5d72;
	font-size: 21px;
	line-height: 1.2;
	font-weight: 600;
	margin: 0 0 15px;
	text-transform: capitalize;
}

.carousel h2 a {
	color: #4a5d72;
}

.carousel h2 a:hover {
	color: #ed6827;
}

.carousel .holder {
	background: #fff;
	padding: 10px 15px 23px;
}

.carousel .holder .column {
	overflow: hidden;
}

.carousel .holder p {
	margin: 0 0 20px;
}

.carousel .btn-next,
.carousel .btn-prev {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 29px;
	height: 58px;
	border: 2px solid #ed6827;
	text-align: center;
	-webkit-transition: background .2s, color .2s;
	transition: background .2s, color .2s;
}

.carousel .btn-next:hover,
.carousel .btn-prev:hover {
	background: #ed6827;
	color: #fff;
}

.carousel .btn-next:before,
.carousel .btn-prev:before {
	font-size: 22px;
	line-height: 54px;
}

.carousel .btn-next {
	left: auto;
	right: 0;
}

.info-section {
	width: 100%;
	position: relative;
	padding-bottom: 45px;
}

.info-section:before {
	content: "";
	position: absolute;
	top: -210px;
	left: 0;
	right: 0;
	width: auto;
	height: 215px;
	background: url(images/bg-box.svg) repeat-x 50% 0;
	background-size: 3000px 215px;
}

.info-section .col {
	float: left;
	width: 48%;
	color: #4a5d72;
	margin-top: -16px;
}

.info-section .col:first-child {
	width: 52%;
	padding-right: 40px;
}

.info-section h1 {
	font-size: 26px;
	padding-bottom: 10px;
	margin: 0;
}

blockquote {
	border: none;
	padding: 0;
	margin: 46px 0 32px 4px;
	font-size: 15px;
	line-height: 1.3333;
	position: relative;
}

blockquote:before {
	content: "\e93b";
	position: absolute;
	left: -15px;
	top: -17px;
	color: #f0814b;
	font-size: 34px;
	z-index: 10;
	font-family: "icomoon" !important;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

blockquote p {
	padding: 20px 20px 68px 60px;
	margin: 0;
	background: #f0f7fd;
	position: relative;
	font-style: italic;
}

blockquote p:after {
	content: "";
	position: absolute;
	left: 37px;
	top: 23px;
	bottom: 74px;
	background: #0057b8;
	height: auto;
	width: 2px;
}

blockquote cite {
	display: block;
	font-style: normal;
	position: relative;
	z-index: 2;
	padding: 0 20px 0 37px;
	font-size: 16px;
	line-height: 1.45;
	text-transform: uppercase;
	color: #0057b8;
	font-weight: bold;
}

blockquote cite strong {
	margin-right: -.3em;
	width: calc(100% - 117px);
	display: inline-block;
	vertical-align: bottom;
	padding: 0 0 14px 14px;
}

blockquote cite strong mark {
	font-size: 14px;
	display: block;
}

blockquote .img-box {
	border-radius: 50%;
	overflow: hidden;
	width: 117px;
	height: 117px;
	border: 8px solid #fff;
	display: inline-block;
	vertical-align: bottom;
	margin-top: -50px;
	margin-right: -.3em;
}

blockquote .img-box img {
	width: 100%;
}

.news-list {
	padding: 4px 14% 0 5px;
	font-size: 18px;
}

.news-list li {
	overflow: hidden;
	padding: 16px 0 13px;
	position: relative;
}

.news-list li:before {
	content: "";
	width: 92%;
	height: 2px;
	background: url(images/sep2.svg) repeat-x;
	background-size: 9px 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.news-list li:last-child:before {
	display: none;
}

.news-list h2 {
	font-weight: normal;
	font-size: 18px;
	color: #4a5d72;
	margin: 1px 0 6px;
	text-transform: none;
}

.news-list h2 a {
	color: #4a5d72;
}

.news-list h2 a:hover {
	color: #ed6827;
}

.news-list .alignleft {
	width: 92px;
	margin: 0 23px 5px 0;
}

.twocolumns {
	padding-top: 60px;
}

.accordion {
	background: #fff;
	font-size: 16px;
	line-height: 1.375;
}

.accordion li {
	border-bottom: 1px solid #c9d5e1;
	position: relative;
}

.accordion li:hover > a {
	background: #fff;
}

.accordion li:last-child {
	border-bottom: none;
}

.accordion li:first-child a {
	box-shadow: none;
}

.accordion li.active > a {
	background: #fff;
}

.accordion li.active > a:hover {
	color: #ed6827;
}

.accordion li.active > a:before {
	-webkit-transform: translateY(-36%) rotate(-180deg);
	-ms-transform: translateY(-36%) rotate(-180deg);
	transform: translateY(-36%) rotate(-180deg);
}

.accordion .opener {
	position: absolute;
	right: 1px;
	top: 0;
	bottom: 0;
	width: 60px;
	height: 38px;
	z-index: 3;
	border: none;
	padding: 0;
	outline: none;
}

.accordion .opener:before {
	font-size: 22px;
	line-height: 1;
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #0057b8;
	-webkit-transition: -webkit-transform .1s;
	transition: transform .1s;
	content: "\e901";
	font-family: "icomoon" !important;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.accordion a {
	display: block;
	padding: 9px 63px 7px;
	position: relative;
	color: #4a5d72;
	background: #e9f1f9;
	box-shadow: 0 1px 0 #fff inset;
	border-left: 1px solid #e9f1f9;
	border-right: 1px solid #e9f1f9;
	-webkit-transition: background .2s;
	transition: background .2s;
	z-index: 1;
}

.accordion a i.arrow {
	width: 14px;
	height: 14px;
	position: absolute;
	left: 27px;
	top: 50%;
	margin-top: -6px;
	background: #ed6827;
	color: #fff;
	font-size: 8px;
	line-height: 12px;
	text-align: center;
}

.accordion a i.arrow:before {
	line-height: 14px;
}

.accordion ul {
	padding: 0;
}

.accordion ul li {
	border-bottom: none;
	border-top: 1px solid #dce3ea;
}

.accordion ul a {
	background: #fff;
	padding-left: 87px;
	padding-right: 15px;
}

.accordion ul a:hover {
	color: #ed6827;
}

.accordion ul a i.arrow {
	left: 64px;
}

.accordion ul ul {
	border: none;
}

.accordion ul ul li {
	border-bottom: none;
	border-top: 1px solid #dce3ea;
}

.accordion ul ul a {
	padding-left: 108px;
	padding-right: 15px;
}

.accordion ul ul a i.arrow {
	left: 85px;
}

.documents-list {
	padding-bottom: 38px;
}

.documents-list li {
	display: inline-block;
	vertical-align: top;
	min-height: 30px;
	width: 56.5%;
	margin-right: -.3em;
	position: relative;
	padding: 5px 20px 5px 30px;
	margin-bottom: 20px;
}

.documents-list li:nth-child(even) {
	width: 43.5%;
	padding-right: 0;
}

.documents-list li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 22px;
	height: 23px;
	margin-top: -12px;
	background: url(images/pdf.svg) no-repeat;
	background-size: 22px 23px;
}

.documents-list a {
	color: #0057b8;
	display: inline-block;
	margin-right: 5px;
}

.documents-list a:hover {
	color: #ed6827;
}

.documents-list span {
	display: inline-block;
}

.links-list {
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 16px;
	margin: 0 -12px;
	padding-bottom: 30px;
}

.links-list li {
	width: 25%;
	text-align: center;
	padding: 0 12px 24px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.links-list a {
	display: block;
	width: 100%;
	color: #0057b8;
	border: 1px solid #0057b8;
	box-shadow: 1px 1px 0 #f1f6fb inset, -1px -1px 0 #f1f6fb inset;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-transition: color .2s, border-color .2s;
	transition: color .2s, border-color .2s;
	white-space: nowrap;
	text-align: center;
}

.links-list a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.links-list a > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.links-list a:hover {
	color: #ed6827;
	border-color: #ed6827;
}

.links-list a i {
	position: absolute;
	top: 15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 59px;
	line-height: 60px;
}

.links-list a i.icons-search1 {
	font-size: 52px;
}

.links-list a i.icons-icon-4 {
	font-size: 52px;
	line-height: 54px;
}

.links-list a i.icons-settings {
	font-size: 70px;
}

.links-list a strong {
	font-weight: 600;
	position: relative;
	padding: 78px 3px 15px;
	max-width: 100%;
}

.product-carousel {
	position: relative;
	max-width: 89.8%;
	margin-bottom: 53px;
	margin-top: 41px;
}

.product-carousel .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	background: #000;
	width: 100%;
}

.product-carousel .slide.slide.active {
	z-index: 2;
}

.product-carousel .slide img {
	width: 100%;
	vertical-align: top;
}

.product-carousel .slide .btn-zoom {
	cursor: default;
	position: absolute;
	top: 14px;
	right: 14px;
	color: #626262;
	font-size: 43px;
	width: 43px;
	height: 43px;
}

.pagination-carousel {
	position: relative;
	padding: 13px 31px;
	background: #e9f1f9;
}

.pagination-carousel .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.pagination-carousel .pagination-slideset {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	white-space: nowrap;
	width: 100% !important;
	float: left;
}

.pagination-carousel .page-slide {
	width: 25% !important;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
}

.pagination-carousel .page-slide img {
	width: 100%;
	vertical-align: top;
}

.pagination-carousel .btn-next,
.pagination-carousel .btn-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 40px;
	height: auto;
	color: #0057b8;
	font-size: 33px;
	text-align: center;
}

.pagination-carousel .btn-next:hover,
.pagination-carousel .btn-prev:hover {
	color: #ed6827;
}

.pagination-carousel .btn-next:before,
.pagination-carousel .btn-prev:before {
	width: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.pagination-carousel .btn-next {
	left: auto;
	right: 0;
}

.heading {
	overflow: hidden;
	position: relative;
	min-height: 79px;
}

.heading + h2,
.heading + h3 {
	margin-top: -79px;
	padding-right: 300px;
}

.heading + h3 {
	margin-top: -76px;
}

.heading .select-form {
	position: absolute;
	right: 0;
	top: 4px;
}

.heading h2 {
	padding-right: 300px;
}

.select-form {
	font-size: 14px;
	line-height: 28px;
}

.select-form .jcf-select {
	border: 1px solid #b4c5d6;
	background: #fff;
	margin: 0 0 12px;
	height: 27px;
	min-width: 190px;
	width: 190px !important;
}

.select-form .jcf-select .jcf-select-text {
	font-size: 14px;
	line-height: 26px;
	margin: 0 35px 0 13px;
	font-style: normal;
}

.select-form .jcf-select .jcf-select-text .jcf-option-hideme {
	font-style: normal;
}

.select-form .jcf-select .jcf-select-opener {
	background: #fff;
	width: 30px;
	height: 25px;
	color: #304654;
	border-left: 1px solid #b4c5d6;
}

.select-form .jcf-select .jcf-select-opener:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #304654;
	position: absolute;
	top: 9px;
	left: 8px;
}

.select-form label {
	padding-right: 9px;
}

.jcf-select-filter .jcf-list-box {
	border: 1px solid #b4c5d6;
}

.jcf-select-filter .jcf-list {
	background: #fff;
	border: 1px solid #b4c5d6;
}

.jcf-select-filter .jcf-list .jcf-option {
	padding: 8px 13px;
	color: #5e7287;
	position: relative;
}

.jcf-select-filter .jcf-list .jcf-option:after {
	content: "";
	background: url(images/sep2.svg) repeat-x;
	background-size: 6px 1px;
	position: absolute;
	left: 10px;
	right: 10px;
	width: auto;
	height: 1px;
	bottom: 0;
	z-index: 9999;
}

.jcf-select-filter .jcf-list .jcf-hover,
.jcf-select-filter .jcf-list .jcf-selected {
	background: #b4c5d6;
	color: #fff;
}

.jcf-select-filter .jcf-list ul {
	padding: 5px 0;
}

.jcf-select-filter .jcf-list ul li:last-child .jcf-option:after {
	display: none;
}

.category-list,
.product-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -13px;
	padding: 11px 0 10px;
	line-height: 22px;
}

.category-list li,
.product-list li {
	padding: 0 13px 26px;
	width: 33.332%;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.category-list .holder-box,
.product-list .holder-box {
	border: 1px solid #d5e0ec;
	padding: 0 15px 53px;
	position: relative;
}

.category-list .img-box,
.product-list .img-box {
	margin: -1px -16px 10px;
	position: relative;
}

.category-list .img-box.img-logo,
.product-list .img-box.img-logo {
	border-bottom: 1px solid #d5e0ec;
	white-space: nowrap;
	text-align: center;
	padding: 10px 15px;
}

.category-list .img-box.img-logo:after,
.product-list .img-box.img-logo:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 113px;
}

.category-list .img-box.img-logo > *,
.product-list .img-box.img-logo > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.category-list .img-box.img-logo img,
.product-list .img-box.img-logo img {
	width: auto;
	max-width: 100%;
}

.category-list .img-box img,
.product-list .img-box img {
	vertical-align: top;
	width: 100%;
}

.category-list .btn-holder,
.product-list .btn-holder {
	position: absolute;
	bottom: 29px;
	left: 0;
	right: 0;
	padding: 0 15px;
}

.category-list .btn-holder .btn.btn-sm,
.product-list .btn-holder .btn.btn-sm {
	white-space: nowrap;
}

.category-list h4,
.product-list h4 {
	text-transform: none;
	color: #003876;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 17px;
	padding-top: 10px;
}

.category-list h4 a,
.product-list h4 a {
	color: #003876;
}

.category-list h4 a:hover,
.product-list h4 a:hover {
	color: #ed6827;
}

.category-list {
	text-align: left;
	padding-bottom: 20px;
}

.category-list .holder-box {
	padding: 0 15px 41px;
}

.category-list p {
	text-align: left;
	margin: 0 0 19px;
}

.category-list .btn-holder {
	bottom: 17px;
}

.category-list .btn-category {
	float: left;
	text-align: left;
	position: relative;
	padding-left: 33px;
	text-transform: uppercase;
	font-size: 13px;
}

.category-list .btn-category i {
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-52%);
	-ms-transform: translateY(-52%);
	transform: translateY(-52%);
}

.category-list .btn-play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 47px;
	height: 47px;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 3px solid #fff;
	background: rgba(0, 87, 184, .9);
	-webkit-transition: background .2s;
	transition: background .2s;
	color: #fff;
}

.category-list .btn-play:hover {
	background: #ed6827;
}

.category-list .btn-play i {
	width: 41px;
	font-size: 26px;
	line-height: 42px;
	display: inline-block;
	vertical-align: top;
	margin-left: 2px;
}

.nav-holder .nav-links {
	float: right;
}

.post-holder {
	padding-bottom: 47px;
}

.post {
	padding: 25px 0 27px;
	background: url(images/sep2.svg) repeat-x;
	background-size: 8px 2px;
}

.post:first-child {
	padding-top: 13px;
	background: none;
}

.post .alignleft {
	width: 37%;
	margin: 6px 32px 0 0;
}

.post .alignleft img {
	width: 100%;
	vertical-align: top;
}

.post .text-holder {
	overflow: hidden;
}

.post h3 {
	text-transform: none;
	font-weight: 600;
	margin: 0 0 11px;
	font-size: 19px;
	line-height: 1.36;
	color: #003876;
	letter-spacing: .6px;
}

.post h3 a {
	color: #003876;
}

.post h3 a:hover {
	color: #ed6827;
}

.post .info-list {
	font-size: 13px;
	padding-bottom: 6px;
}

.post .info-list li {
	display: inline-block;
	vertical-align: top;
	padding: 0 16px 10px 0;
}

.post .info-list a {
	color: #5e7287;
}

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

.post .info-list i {
	display: inline-block;
	vertical-align: middle;
	color: #ed6827;
	font-size: 13px;
	width: 14px;
	margin: -4px 4px 0 0;
}

.post .btn {
	padding: 3px 16px 4px;
	letter-spacing: .5px;
}

.post p {
	margin-bottom: 15px;
}

.team-list {
	padding-top: 2px;
	padding-bottom: 30px;
}

.team-box {
	background: url(images/sep2.svg) repeat-x 0 100%;
	background-size: 8px 2px;
	padding: 23px 0 31px;
}

.team-box:first-child {
	padding: 30px 0 34px;
}

.team-box:last-child {
	background: none;
}

.team-box .alignleft {
	margin: 0 42px 0 0;
	width: 22.5%;
	border-radius: 50%;
	overflow: hidden;
}

.team-box .alignleft img {
	width: 100%;
	vertical-align: top;
}

.team-box .text-holder {
	overflow: hidden;
	padding: 18px 0 0;
}

.team-box p {
	margin: 0;
}

.team-box h3 {
	font-size: 18px;
	line-height: 1.2;
	position: relative;
	margin: 0 0 12px;
	padding: 1px 0 6px 18px;
	overflow: hidden;
	color: #003876;
}

.team-box h3:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 3px;
	background: #ed6827;
	height: auto;
}

.team-box .social-networks {
	float: right;
	margin-top: 1px;
}

.team-box .social-networks li {
	float: left;
	margin-left: 6px;
}

.team-box .social-networks a {
	width: 24px;
	height: 24px;
	font-size: 25px;
	color: #bfcbd6;
	text-shadow: none;
}

.team-box .social-networks a:hover {
	color: #ed6827;
}

.top-section {
	overflow: hidden;
}

.top-section p {
	margin-bottom: 20px;
}

.top-section .alignleft img {
	vertical-align: top;
}

.map-list {
	padding-top: 26px;
	padding-bottom: 40px;
	width: 100%;
}

.map-list > li {
	width: 25.5%;
	float: left;
	padding: 0 10px 0 0;
}

.map-list > li:last-child,
.map-list > li:first-child {
	width: 23%;
}

.map-list > li:nth-last-child(2) {
	width: 28.5%;
}

.map-list .column {
	padding: 0;
}

.map-list .column > li {
	padding: 0;
	margin: 0;
}

.map-list .column > li:after {
	display: none;
}

.map-list .head {
	padding: 31px 0 18px;
}

.map-list h3 {
	display: inline-block;
	vertical-align: middle;
	font-size: 19px;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: -.3em;
	padding: 0 0 0 43px;
	letter-spacing: 0;
	width: 100%;
}

.map-list h4 {
	padding-left: 13px;
	font-size: 15px;
	line-height: 1;
	padding: 4px 0 0 13px;
	margin-bottom: 15px;
}

.map-list .icon {
	display: inline-block;
	vertical-align: middle;
	width: 36px;
	height: 36px;
	background: #ed6827;
	color: #fff;
	margin-right: -36px;
	font-size: 24px;
	border-radius: 50%;
	text-align: center;
}

.map-list .icon.icons-home {
	font-size: 22px;
}

.map-list .icon.icons-lightbubl {
	font-size: 28px;
}

.map-list .icon.icons-user {
	font-size: 20px;
}

.map-list .icon.icons-pencil {
	font-size: 19px;
}

.map-list .icon.icons-chat1 {
	font-size: 22px;
}

.map-list .icon.icons-chat1:before {
	display: inline-block;
	margin-top: 2px;
}

.map-list .icon.icons-cart {
	font-size: 31px;
}

.map-list .icon.icons-notes {
	font-size: 22px;
}

.map-list .icon.icons-notes:before {
	margin-left: 2px;
}

.map-list .icon:before {
	line-height: 35px;
}

.map-list ul {
	padding: 0 0 13px 13px;
}

.map-list ul li {
	padding-left: 16px;
	position: relative;
	margin: 0 0 8px;
}

.map-list ul li:after {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 7px;
	background: #003876;
	border-radius: 50%;
}

.map-list ul a {
	color: #0057b8;
}

.map-list ul a:hover {
	color: #ed6827;
}

.contact-list {
	padding-top: 12px;
}

.contact-list li {
	margin-bottom: 17px;
	padding-left: 27px;
	position: relative;
}

.contact-list li i {
	position: absolute;
	top: 0;
	left: -2px;
	font-size: 22px;
}

.contact-list li i.icons-email {
	font-size: 20px;
	top: 2px;
}

.contact-list li i.icons-pin {
	font-size: 22px;
	top: 3px;
}

.contact-list address {
	font-style: normal;
	margin-bottom: 24px;
}

.contact-list a {
	color: #95c7ff;
}

.contact-list a:hover {
	color: #fff;
}

.col-wrapp {
	overflow: hidden;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 50px;
}

.col-wrapp h2 {
	margin-bottom: 35px;
}

.col-wrapp h3 {
	margin-top: 2px;
	font-size: 18px;
	line-height: 1;
	color: #003876;
}

.col-wrapp .col {
	float: left;
	width: 50%;
	margin-bottom: 26px;
}

.col-wrapp .col + .col {
	float: right;
	width: 33.4%;
	border: 1px solid #e0ecf2;
	margin-top: 1px;
	position: relative;
	overflow: hidden;
}

.col-wrapp .col + .col:after {
	content: "";
	height: 5px;
	width: auto;
	position: absolute;
	bottom: -1px;
	left: -1px;
	right: -1px;
	background: #0057b8;
	z-index: 2;
}

.col-wrapp .col + .col:before {
	content: "";
	height: 5px;
	background: #ed6827;
	position: absolute;
	bottom: -1px;
	right: -10px;
	width: 37%;
	-webkit-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	transform: skew(-30deg);
	z-index: 3;
	border-left: 5px solid #fff;
}

.col-wrapp .col + .col h2 {
	font-size: 23px;
	margin-bottom: 25px;
}

.col-wrapp .col + .col h2:before {
	width: 96%;
}

.col-wrapp .col + .col h2:after {
	width: 54%;
}

.col-wrapp .holder-box {
	padding: 18px 29px 14px;
	background: url(images/sep2.svg) repeat-x 0 100%;
	background-size: 8px 2px;
}

.col-wrapp .text-box {
	font-size: 16px;
}

.col-wrapp .text-box p {
	margin: 0 0 46px;
}

.col-wrapp .contact-list {
	color: #5e7287;
	line-height: 1.7142;
}

.col-wrapp .contact-list li {
	margin-bottom: 15px;
	padding-left: 31px;
}

.col-wrapp .contact-list li i {
	color: #ed6827;
}

.col-wrapp .contact-list li address {
	margin-bottom: 22px;
}

.col-wrapp .contact-list a {
	color: #5e7287;
}

.col-wrapp .contact-list a:hover {
	color: #ed6827;
}

.col-wrapp .map-box {
	margin: 0 -8px 11px;
}

.col-wrapp .map-box img {
	vertical-align: top;
	width: 100%;
}

.wpcf7 .wpcf7-form-control-wrap {
	display: block;
	padding: 0 0 14px;
	overflow: hidden;
}

.wpcf7 label {
	float: left;
	width: 92px;
	padding: 9px 5px 9px 0;
	color: #5e7287;
	clear: both;
}

.wpcf7 textarea,
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"] {
	width: 100%;
	height: 39px;
}

.wpcf7 textarea {
	height: 133px;
	min-height: 133px;
	resize: none;
}

.wpcf7 .jcf-select {
	margin: 0;
}

.wpcf7 input[type="submit"] {
	background: #ed6827 url(images/arrow-r-b.svg) no-repeat 122px 50%;
	background-size: 12px 14px;
	color: #fff;
	border: none;
	border-radius: 5px;
	height: 31px;
	line-height: 1;
	width: 171px;
	padding: 0 34px 0 10px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	float: right;
	outline: none;
	margin: 4px 0 0;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
}

.wpcf7 input[type="submit"]:hover {
	background-color: #d05011;
}

#footer {
	width: 100%;
	background: #0057b8;
	color: #95c7ff;
	padding: 120px 0 22px;
	position: relative;
}

#footer:before {
	content: "";
	height: 266px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	background: url(images/bg-footer.svg) no-repeat;
	background-size: 3000px 266px;
	z-index: 0;
}

#footer .container {
	position: relative;
	z-index: 2;
	margin-top: -44px;
}

#footer .holder {
	padding-bottom: 24px;
	line-height: 22px;
	position: relative;
}

#footer .col {
	display: inline-block;
	vertical-align: top;
	margin-right: -.3em;
	width: 24.5%;
	padding: 0 50px 0 0;
}

#footer .col:last-child {
	text-align: center;
	padding-right: 0;
	width: 26.5%;
}

#footer .col:last-child .btn {
	margin-left: 31px;
	padding: 5px 15px 4px;
}

#footer h4 {
	color: #fff;
	position: relative;
	padding: 2px 0 3px 11px;
	margin: 0 0 4px 6px;
	text-transform: none;
}

#footer h4:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #fff;
}

#footer .footer-logo {
	display: inline-block;
	vertical-align: top;
	margin: 6px -13px 48px 0;
	width: 300px;
	max-width: 100%;
}

#footer .footer-logo img {
	display: block;
	width: 100%;
}

#footer .link-list {
	max-width: 180px;
}

#footer .link-list li {
	padding: 8px 0 1px;
	border-top: 1px solid #1568c3;
}

#footer .link-list li:first-child {
	border: none;
}

#footer .link-list a {
	color: #96c8ff;
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 27px;
}

#footer .link-list a:hover {
	color: #fff;
}

#footer .link-list a:after {
	content: "\e933";
	color: #fff;
	position: absolute;
	left: 5px;
	top: 4px;
	font-size: 9px;
	-webkit-transition: color .2s;
	transition: color .2s;
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.footer-holder {
	border-radius: 3px;
	padding: 16px 16px 0;
	overflow: hidden;
	font-size: 13px;
	line-height: 17px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-holder a {
	color: #95c7ff;
}

.footer-holder .frame {
	width: 100%;
}

.footer-holder .social-box {
	text-align: right;
	margin-top: -13px;
	width: 40%;
}

.footer-holder .social-box .title {
	display: inline-block;
	vertical-align: middle;
	margin: -1px -3px 0 0;
	max-width: 30%;
}

.footer-holder .social-networks {
	display: inline-block;
	vertical-align: middle;
	float: none;
	max-width: 70%;
	margin-right: -3px;
	text-align: left;
}

.footer-holder .social-networks li {
	margin-bottom: 5px;
	margin-left: 2px;
	float: left;
}

.footer-holder .social-networks a {
	color: #66a4e9;
	width: 36px;
	height: 36px;
	font-size: 40px;
}

.footer-holder .social-networks a:hover {
	color: #fff;
}

.footer-holder .info-list {
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 15px;
}

.footer-holder .info-list li {
	float: left;
	position: relative;
	padding: 0 10px 0 11px;
}

.footer-holder .info-list li:first-child {
	padding-left: 0;
}

.footer-holder .info-list li:first-child:after {
	display: none;
}

.footer-holder .info-list li:after {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 1px;
	height: 13px;
	background: #95c7ff;
}

.footer-holder .info-list a {
	color: #95c7ff;
	text-decoration: underline;
}

.footer-holder .info-list a:hover {
	text-decoration: none;
}

.copyright {
	display: inline-block;
	vertical-align: middle;
	word-spacing: 1px;
	padding-right: 17px;
	padding-bottom: 15px;
}

.copyright a:hover {
	text-decoration: underline;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

form.widget_wysija {
	position: relative;
	padding: 0;
}

form.widget_wysija input[type="text"],
form.widget_wysija input[type="email"] {
	font-size: 14px;
	height: 35px;
	padding: 4px 97px 5px 15px;
	width: 100%;
	background: none;
	border: 2px solid #ced9e5;
	color: #4a5d72;
	margin: 0;
	box-shadow: none;
}

form.widget_wysija input[type="submit"] {
	border-radius: 0 !important;
	border: none;
	height: 35px;
	margin: 0;
	padding: 0 5px;
	position: absolute;
	right: 0;
	top: 0;
	width: 86px;
	text-transform: uppercase;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
	vertical-align: top;
	line-height: 1;
	color: #fff;
	display: inline-block;
	float: none;
	font-size: 16px;
	font-weight: 700;
	background: #ed6827;
}

form.widget_wysija input[type="submit"]:hover {
	background: #d05011;
}

form.widget_wysija p {
	margin: 0;
	display: table;
	width: 100%;
}

form.widget_wysija .form-validation-field-0formError.formError {
	position: relative !important;
	left: auto !important;
	top: 100% !important;
	opacity: 1 !important;
	width: 100% !important;
	display: table-footer-group;
	height: 1%;
}

form.widget_wysija .formErrorContent {
	width: 100% !important;
	margin-top: 10px;
	background: #cb0600;
	border: 2px solid #ced9e5;
}

.widget_wysija_cont .updated,
.widget_wysija_cont .error,
.widget_wysija_cont .xdetailed-errors {
	border-color: #ced9e5;
	background: #ed6827;
	color: #fff;
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}

@media (max-width: 1179px) {
	.slideshow .text-wrapp {
		width: 40%;
	}

	.slideshow h1 {
		font-size: 30px;
		display: inline-block;
		vertical-align: top;
	}

	.map-list h3 {
		font-size: 16px;
	}
}

@media (max-width: 1159px) {
	.section .block .title span {
		display: block;
	}

	.section .text-box {
		padding-top: 15px;
	}

	.section .img-logo {
		margin-bottom: 8px;
	}

	.section .alignleft {
		margin-bottom: 7px;
	}
}

@media (max-width: 1023px) {
	#content {
		width: 63%;
	}

	#content .search-form {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	#sidebar {
		width: 34%;
	}

	#sidebar .widget.decor-head h3 {
		font-size: 14px;
		padding-left: 60px;
	}

	#sidebar .widget.decor-head h3:after {
		left: -120px;
	}

	#sidebar .widget.decor-head h3 i {
		font-size: 22px;
		left: 10px;
	}

	#sidebar .widget.decor-head h3 i.icons-speaker,
	#sidebar .widget.decor-head h3 i.icons-settings {
		font-size: 30px;
		left: 8px;
	}

	#sidebar .widget.decor-head h3 i.icons-group {
		font-size: 26px;
	}

	#sidebar .widget h3 {
		font-size: 15px;
	}

	#sidebar .form textarea,
	#sidebar .form input[type="email"],
	#sidebar .form input[type="tel"],
	#sidebar .form input[type="text"],
	#sidebar .wpcf7 textarea,
	#sidebar .wpcf7 input[type="email"],
	#sidebar .wpcf7 input[type="tel"],
	#sidebar .wpcf7 input[type="text"] {
		font-size: 13px;
		padding: 4px 10px 5px;
	}

	#sidebar .news-list {
		font-size: 12px;
	}

	#sidebar .news-list h4 {
		font-size: 12px;
	}

	#sidebar blockquote cite strong {
		width: calc(100% - 60px);
	}

	#sidebar blockquote .img-box {
		width: 50px;
		height: 50px;
	}

	#sidebar .subscribe-box {
		padding: 33px 15px 20px;
		font-size: 14px;
		line-height: 16px;
	}

	#sidebar .subscribe-box h3 {
		font-size: 16px;
	}

	#sidebar .subscribe-box .text-wrapp {
		padding-left: 50px;
	}

	#sidebar .subscribe-box .text-wrapp p {
		margin-bottom: 15px;
	}

	#sidebar .subscribe-box .text-wrapp i {
		font-size: 45px;
	}

	h2,
	.h2, h1.decor {
		font-size: 23px;
	}

	h3,
	.h3 {
		font-size: 19px;
	}

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

	#header {
		box-shadow: none;
	}

	#header .holder {
		margin: 0 -10px;
		padding-left: 10px;
		padding-right: 10px;
		box-shadow: 0 5px 5px rgba(0, 0, 0, .25);
	}

	#header .holder-box {
		padding-top: 5px;
	}

	#header .social-networks {
		clear: both;
		margin: 0 55px 0 0;
	}

	.logo {
		width: 260px;
	}

	.nav-opener {
		display: block;
	}

	.menu {
		background: none;
		position: relative;
		margin: 0;
		padding: 0;
	}

	.menu .drop-menu {
		width: auto;
		max-height: 0;
		overflow: hidden;
		position: absolute;
		top: 100%;
		left: -10px;
		right: -10px;
		background: #004b9f;
		-webkit-transition: max-height .3s;
		transition: max-height .3s;
	}

	#nav {
		display: block;
		border: 4px solid #ed6827;
	}

	#nav > li.hover .drop {
		max-height: 500px;
	}

	#nav > li {
		display: block;
		width: 100%;
	}

	#nav > li:before {
		display: none !important;
	}

	#nav > li:after {
		display: none !important;
	}

	#nav > li > a {
		text-align: left;
	}

	.drop {
		max-height: 0;
		opacity: 1;
		visibility: visible;
		position: relative;
		overflow: hidden;
		padding: 0;
		width: 100%;
	}

	.search-page .visual-holder h1 span {
		letter-spacing: 0;
	}

	.visual-holder .text-wrapp {
		width: 40%;
	}

	.visual-holder .text-wrapp:after {
		left: -100px;
	}

	.visual-holder .text-wrapp:before {
		left: -81px;
	}

	.visual-holder .text-box {
		padding: 50px 10px 50px 0;
	}

	.visual-holder h1 {
		font-size: 26px;
	}

	.visual-holder h1 span {
		font-size: 16px;
	}

	.slideshow .text-box:after {
		min-height: 264px;
	}

	.slideshow .holder {
		font-size: 16px;
		padding-left: 0;
	}

	.slideshow h1 {
		font-size: 23px;
		letter-spacing: 0;
		line-height: 1.2;
	}

	.slideshow .pagination-holder {
		bottom: 20px;
	}

	.section {
		padding-top: 30px;
		padding-bottom: 17px;
	}

	.intro h1 {
		line-height: 1;
	}

	.intro .text-box {
		width: 56%;
	}

	.video-box {
		width: 40%;
	}

	.video-carousel .video-box .mejs-container .mejs-overlay-button {
		width: 50px;
		height: 50px;
		margin: -25px 0 0 -25px;
	}

	.video-carousel .video-box .mejs-container .mejs-overlay-button:after {
		left: -3px;
		right: -3px;
		top: -3px;
		bottom: -3px;
		border-width: 3px;
	}

	.video-carousel .video-box .mejs-container .mejs-overlay-button:before {
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 16px solid #fff;
		margin: -8px 0 0 -7px;
	}

	.tab-wrapp .tab-content {
		padding: 43px 10px 50px 0;
	}

	.tab-wrapp .tab-content h2 {
		line-height: 1;
	}

	.tab-wrapp .img-box {
		width: 290px;
		height: 290px;
		background-size: 290px 290px;
		margin-right: 100px;
	}

	.tab-wrapp .img-box img.product-img {
		max-width: 200px;
		right: -100px;
	}

	.tabset {
		font-size: 10px;
	}

	.tabset a {
		padding: 40px 10px 13px;
	}

	.tabset a i {
		font-size: 30px;
	}

	.tabset a i.icons-air {
		font-size: 52px;
		top: -3px;
	}

	.tabset a i.icons-ship {
		font-size: 45px;
	}

	.tabset a i.icons-home {
		font-size: 26px;
	}

	.tabset a i.icons-car {
		top: 0;
		font-size: 45px;
	}

	.tabset h1 {
		font-size: 16px;
	}

	.carousel {
		padding: 0 30px;
	}

	.carousel .slide {
		padding: 0 5px;
	}

	.carousel h2 {
		font-size: 18px;
	}

	.info-section h1 {
		font-size: 23px;
		line-height: 1;
	}

	.news-list {
		font-size: 14px;
	}

	.news-list h2 {
		font-size: 14px;
	}

	.accordion {
		font-size: 14px;
	}

	.accordion .opener {
		width: 40px;
		height: 35px;
	}

	.accordion .opener:before {
		right: 10px;
		font-size: 18px;
	}

	.accordion a {
		padding: 9px 35px 7px;
	}

	.accordion a i.arrow {
		left: 10px;
	}

	.accordion ul a {
		padding-left: 50px;
	}

	.accordion ul a i.arrow {
		left: 24px;
	}

	.accordion ul ul a {
		padding-left: 70px;
	}

	.accordion ul ul a i.arrow {
		left: 40px;
	}

	.documents-list li {
		width: 50%;
		margin-bottom: 10px;
	}

	.documents-list li:nth-child(even) {
		width: 50%;
	}

	.links-list {
		font-size: 10px;
		margin: 0 -5px;
	}

	.links-list li {
		padding: 0 5px 10px;
	}

	.links-list a i {
		font-size: 49px;
		top: 5px;
	}

	.links-list a i.icons-search1 {
		font-size: 42px;
		line-height: 1.3;
	}

	.links-list a i.icons-icon-4 {
		font-size: 42px;
	}

	.links-list a i.icons-settings {
		font-size: 60px;
	}

	.links-list a strong {
		padding-top: 60px;
	}

	.product-carousel {
		max-width: 100%;
	}

	.heading {
		min-height: 0;
		padding: 0 0 10px;
	}

	.heading + h2,
	.heading + h3 {
		padding-right: 0;
		width: 100%;
		margin-bottom: 20px;
		margin-top: 0;
	}

	.heading + h3 {
		padding-right: 0;
		width: 100%;
		margin-bottom: 20px;
		margin-top: 0;
	}

	.heading .select-form {
		position: static;
		right: auto;
		top: auto;
		width: 250px;
		margin: 0 auto;
	}

	.heading h2 {
		line-height: 1.1;
		padding-right: 0;
		width: 100%;
		margin-bottom: 20px;
	}

	.category-list,
	.product-list {
		margin: 0 -5px;
	}

	.category-list li,
	.product-list li {
		padding: 0 5px 20px;
	}

	.category-list .holder-box,
	.product-list .holder-box {
		padding: 0 10px 53px;
	}

	.category-list .img-box,
	.product-list .img-box {
		margin: -1px -11px 5px;
	}

	.category-list .img-box.img-logo:after,
	.product-list .img-box.img-logo:after {
		min-height: 80px;
	}

	.category-list .btn-holder,
	.product-list .btn-holder {
		bottom: 15px;
		padding: 0 5px;
	}

	.category-list .btn-holder .btn.btn-sm,
	.product-list .btn-holder .btn.btn-sm {
		padding: 5px 14px;
	}

	.category-list h4,
	.product-list h4 {
		font-size: 16px;
		margin-bottom: 0;
	}

	.category-list .holder-box {
		padding: 0 10px 41px;
	}

	.category-list .btn-category {
		font-size: 11px;
	}

	.post .alignleft {
		width: 30%;
		margin: 6px 20px 0 0;
	}

	.post h3 {
		font-size: 16px;
		line-height: 1.2;
	}

	.team-box .alignleft {
		margin: 0 20px 0 0;
	}

	.team-box h3 mark {
		display: block;
	}

	.col-wrapp .col + .col {
		width: 39%;
	}

	#footer {
		padding-bottom: 20px;
	}

	#footer .col {
		padding: 0 20px 30px 0;
		width: 33.332%;
	}

	#footer .col:last-child {
		width: 100%;
	}

	#footer .col:last-child .btn {
		margin: 0 20px;
		vertical-align: middle;
	}

	#footer .footer-logo {
		width: 250px;
		vertical-align: middle;
		margin: 0 20px 30px;
	}

	.footer-holder .frame {
		width: 60%;
	}

	.footer-holder .social-box {
		width: 39%;
	}

	.footer-holder .info-list {
		width: 100%;
	}
}

@media (max-width: 767px) {
	#content {
		width: 100%;
	}

	#sidebar {
		width: 100%;
	}

	#sidebar .videocontent {
		max-width: 768px;
	}

	#sidebar .video-box {
		max-width: 768px;
	}

	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		margin: 0 1px 5px;
	}

	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		margin-bottom: 5px;
		width: 26px;
		height: 26px;
		font-size: 12px;
		line-height: 12px;
		padding: 5px 2px;
	}

	.navigation .page-numbers.last-page:before,
	.navigation .page-numbers.first-page:before,
	.navigation .page-numbers.next:before,
	.navigation .page-numbers.prev:before,
	.navigation-comments .page-numbers.last-page:before,
	.navigation-comments .page-numbers.first-page:before,
	.navigation-comments .page-numbers.next:before,
	.navigation-comments .page-numbers.prev:before {
		font-size: 10px;
		line-height: 22px;
		width: 23px;
	}

	.navigation .page-numbers.last-page,
	.navigation .page-numbers.first-page,
	.navigation .page-numbers.next,
	.navigation .page-numbers.prev,
	.navigation-comments .page-numbers.last-page,
	.navigation-comments .page-numbers.first-page,
	.navigation-comments .page-numbers.next,
	.navigation-comments .page-numbers.prev {
		padding: .2em;
	}

	.navigation .page-numbers.last-page:before,
	.navigation-comments .page-numbers.last-page:before {
		font-size: 16px;
		line-height: 23px;
	}

	.navigation .page-numbers.first-page:before,
	.navigation-comments .page-numbers.first-page:before {
		font-size: 16px;
		line-height: 23px;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		line-height: 22px;
		width: 26px;
		height: 26px;
		margin-left: 0;
	}

	.navigation-single .next a:before,
	.navigation-single .prev a:before {
		font-size: 10px;
		line-height: 20px;
		width: 23px;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	h2,
	.h2, h1.decor {
		font-size: 20px;
		line-height: 1;
	}

	h3,
	.h3 {
		margin-top: 0;
	}

	.btn.btn-lg {
		font-size: 16px;
	}

	#header .holder {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#header .holder .btn {
		display: none;
	}

	#header .holder-box {
		width: 100%;
		padding-top: 10px;
	}

	#header .social-networks {
		display: none;
	}

	#header .search-form {
		width: 100%;
		margin: 0;
	}

	#header .search-form input[type="text"],
	#header .search-form input[type="search"] {
		width: 100%;
		padding-right: 36px;
	}

	.logo {
		width: 200px;
	}

	.nav-opener {
		top: -90px;
	}

	.resources-page .visual-holder {
		background-position: 25% 50%;
	}

	.news-page .visual-holder {
		background-position: 20% 50%;
	}

	.search-page .visual-holder {
		background-position: 20% 50%;
	}

	.video-page .visual-holder {
		background-position: 20% 50%;
	}

	.team-page .visual-holder {
		background-position: 25% 50%;
	}

	.map-page .visual-holder {
		background-position: 20% 50%;
	}

	.contact-page .visual-holder {
		background-position: 10% 50%;
	}

	.visual:before {
		display: none;
	}

	.visual-holder {
		background-position: 0 50%;
	}

	.visual-holder .container {
		background: rgba(0, 87, 184, .8);
	}

	.visual-holder .text-wrapp {
		width: 100%;
	}

	.visual-holder .text-wrapp:after {
		display: none;
	}

	.visual-holder .text-wrapp:before {
		display: none;
	}

	.visual-holder .text-box {
		text-align: center;
	}

	table th,
	table td {
		padding: 8px 13px;
	}

	.slideshow .slide {
		background-position: 0 50%;
	}

	.slideshow .container {
		background: rgba(0, 87, 184, .8);
	}

	.slideshow .text-wrapp {
		width: 100%;
	}

	.slideshow .text-wrapp:after {
		display: none;
	}

	.slideshow .text-wrapp:before {
		display: none;
	}

	.slideshow .holder {
		padding: 30px 0;
	}

	.slideshow .btn {
		font-size: 15px;
	}

	.section .container {
		display: block;
	}

	.section .block {
		width: 100%;
		margin: 0 0 13px;
	}

	.section .block + .block {
		margin: 0 0 13px;
	}

	.section .block .title {
		font-size: 14px;
	}

	.section .block .title span {
		display: inline;
	}

	.section .img-logo {
		max-width: 100px;
	}

	.intro .text-box {
		width: 100%;
		float: none;
	}

	.video-box {
		width: 300px;
		float: none;
		margin: 0 auto;
	}

	.tab-wrapp .tab-content {
		padding: 20px 0;
	}

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

	.tab-wrapp .tab-content > div {
		display: block;
		width: 100%;
	}

	.tab-wrapp .text-block {
		width: 100%;
		display: block;
	}

	.tab-wrapp .img-box {
		margin-right: 0;
	}

	.tab-wrapp .img-box img.product-img {
		right: 0;
		max-width: 200px;
	}

	.tabset {
		display: block;
		width: 100%;
		font-size: 14px;
	}

	.tabset li {
		display: block;
		border-bottom: 1px solid #fff;
	}

	.tabset li:last-child {
		border: none;
	}

	.tabset li:first-child {
		width: 100%;
		border: none;
	}

	.tabset li.active a:before {
		display: none;
	}

	.tabset a {
		padding: 12px 10px;
	}

	.tabset a i {
		display: none;
	}

	.tabset h1 {
		margin: 20px 10px;
	}

	.carousel-holder {
		padding: 10px 0 20px;
	}

	.carousel-holder h2 {
		padding-right: 72px;
	}

	.carousel-holder .carousel {
		padding-right: 0;
		margin: 0 -10px;
	}

	.carousel-holder .carousel .slide {
		width: 50% !important;
		padding: 0 10px;
	}

	.carousel-holder .carousel .btn-next,
	.carousel-holder .carousel .btn-prev {
		right: 45px;
	}

	.carousel-holder .carousel .btn-next {
		right: 10px;
	}

	.carousel .slide {
		width: 50% !important;
	}

	.info-section {
		padding-bottom: 30px;
	}

	.info-section .col {
		width: 100%;
		margin: 0;
	}

	.info-section .col:first-child {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}

	.info-section h1 {
		font-size: 20px;
	}

	blockquote {
		margin-top: 20px;
	}

	blockquote:before {
		left: -10px;
	}

	blockquote p {
		padding: 20px 20px 40px 40px;
	}

	blockquote p:after {
		left: 20px;
		bottom: 40px;
	}

	blockquote cite {
		padding-left: 5px;
	}

	blockquote cite strong {
		width: calc(100% - 90px);
	}

	blockquote .img-box {
		width: 80px;
		height: 80px;
		border-width: 5px;
		margin-top: -21px;
	}

	.twocolumns {
		padding-top: 20px;
	}

	.documents-list li {
		width: 100%;
		padding-right: 0;
	}

	.documents-list li:nth-child(even) {
		width: 100%;
	}

	.links-list li {
		width: 50%;
	}

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

	.nav-holder .nav-links {
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	.post-holder {
		padding-bottom: 10px;
	}

	.post .alignleft {
		width: 100%;
		max-width: 350px;
		margin: 0 auto 20px;
		float: none;
	}

	.post .text-holder {
		width: 100%;
	}

	.team-box .alignleft {
		margin: 0 auto 20px;
		float: none;
		width: 160px;
	}

	.map-list > li {
		width: 50%;
		display: inline-block;
		vertical-align: top;
		margin-right: -.3em;
		float: none;
	}

	.map-list > li:last-child,
	.map-list > li:first-child {
		width: 50%;
	}

	.map-list > li:nth-last-child(2) {
		width: 50%;
	}

	.col-wrapp {
		padding-top: 20px;
		padding-bottom: 30px;
	}

	.col-wrapp .col {
		width: 100%;
	}

	.col-wrapp .col + .col {
		width: 100%;
	}

	.wpcf7 .wpcf7-form-control-wrap {
		width: 100%;
	}

	.wpcf7 label {
		width: 100%;
		padding: 0 0 10px;
	}

	#footer .col {
		width: 50%;
	}

	#footer .col:last-child {
		width: 50%;
		text-align: left;
	}

	#footer .col:last-child .btn {
		margin: 0;
	}

	#footer .col:last-child .btn i.icons-notes {
		margin-left: 0;
	}

	#footer .footer-logo {
		margin: 0 0 40px;
		width: 200px;
	}

	.footer-holder {
		display: block;
		text-align: center;
	}

	.footer-holder .frame {
		width: 100%;
		padding-bottom: 5px;
	}

	.footer-holder .social-box {
		width: 100%;
		margin-top: 0;
		text-align: inherit;
	}

	.footer-holder .social-box .title {
		max-width: none;
		width: 100%;
		margin: 0 0 5px;
	}

	.footer-holder .social-networks {
		margin-right: 0;
		max-width: none;
		text-align: center;
	}

	.footer-holder .social-networks li {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 0 2px 7px;
	}

	.footer-holder .info-list li:first-child {
		padding-left: 11px;
	}

	.footer-holder .info-list li {
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	.copyright {
		padding-bottom: 10px;
		padding-right: 0;
	}
}

@media (max-width: 599px) {
	.pagination-carousel .page-slide {
		width: 33.332% !important;
	}
}

@media (max-width: 479px) {
	.section .block .title span {
		display: block;
	}

	.carousel-holder .carousel {
		margin: 0;
	}

	.carousel-holder .carousel .slide {
		width: 100% !important;
		padding: 0;
	}

	.carousel-holder .carousel .btn-next,
	.carousel-holder .carousel .btn-prev {
		right: 35px;
	}

	.carousel-holder .carousel .btn-next {
		right: 0;
	}

	.carousel .slide {
		width: 100% !important;
	}

	.documents-list span {
		display: block;
	}

	.pagination-carousel .page-slide {
		width: 50% !important;
	}

	.category-list,
	.product-list {
		width: 226px;
		margin: 0 auto;
	}

	.category-list li,
	.product-list li {
		width: 100%;
	}

	.top-section .alignleft {
		width: 100%;
		margin: 0 0 20px;
		text-align: center;
	}

	.map-list {
		width: 260px;
		margin: 0 auto;
	}

	.map-list > li {
		width: 100%;
		margin-right: 0;
		padding-left: 0;
	}

	.map-list > li:last-child,
	.map-list > li:first-child {
		width: 100%;
	}

	.map-list > li:nth-last-child(2) {
		width: 100%;
	}

	.contact-list li {
		margin-bottom: 9px;
		padding-left: 24px;
	}

	.contact-list address {
		margin-bottom: 7px;
	}

	#footer .holder {
		font-size: 13px;
		padding-bottom: 0;
	}

	#footer .col {
		padding-right: 10px;
	}

	#footer .col:last-child {
		width: 100%;
		text-align: center;
		margin: 0;
	}

	#footer h4 {
		padding: 0 0 1px 11px;
		font-size: 15px;
	}

	#footer .footer-logo {
		margin-bottom: 20px;
	}
}

@-webkit-keyframes buffering-stripes {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 30px 0;
	}
}

@keyframes buffering-stripes {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 30px 0;
	}
}

.tabset .column {width: 25%}
