@charset "UTF-8";
/*
Theme Name: VLK | Architects
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:
*/
@font-face {
  font-family: "icomoon";
  src: url("/fonts/icomoon.eot");
  src: url("/fonts/icomoon.eot?q49htc#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf") format("truetype"), url("/fonts/icomoon.woff") format("woff"), url("/fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e901";
}

.icon-arrow-right:before {
  content: "\e902";
}

.icon-arrow-up:before {
  content: "\e903";
}

.icon-instagram:before {
  content: "\e904";
}

.icon-play:before {
  content: "\e905";
}

.icon-quote-close:before {
  content: "\e906";
}

.icon-quote-open:before {
  content: "\e907";
}

.icon-search:before {
  content: "\e908";
}

.icon-close:before {
  content: "\e90c";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-facebook-f:before {
  content: "\f09a";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-printer:before {
  content: "\e954";
}

.icon-tumblr:before {
  content: "\eab9";
}

.icon-vimeo:before {
  content: "\eaa0";
}

@font-face {
  font-family: "Oswald";
  src: url("/fonts/Oswald-Regular.eot");
  src: local("☺"), url("/fonts/Oswald-Regular.woff") format("woff"), url("/fonts/Oswald-Regular.ttf") format("truetype"), url("/fonts/Oswald-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Oswald";
  src: url("/fonts/Oswald-ExtraLight.eot");
  src: local("☺"), url("/fonts/Oswald-ExtraLight.woff") format("woff"), url("/fonts/Oswald-ExtraLight.ttf") format("truetype"), url("/fonts/Oswald-ExtraLight.otf") format("otf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Oswald";
  src: url("/fonts/Oswald-Light.eot");
  src: local("☺"), url("/fonts/Oswald-Light.woff") format("woff"), url("/fonts/Oswald-Light.ttf") format("truetype"), url("/fonts/Oswald-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Oswald";
  src: url("/fonts/Oswald-Medium.eot");
  src: local("☺"), url("/fonts/Oswald-Medium.woff") format("woff"), url("/fonts/Oswald-Medium.ttf") format("truetype"), url("/fonts/Oswald-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Oswald";
  src: url("/fonts/Oswald-SemiBold.eot");
  src: local("☺"), url("/fonts/Oswald-SemiBold.woff") format("woff"), url("/fonts/Oswald-SemiBold.ttf") format("truetype"), url("/fonts/Oswald-SemiBold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
}
Proxima Nova Regular {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
}

Proxima Nova Regular Italic {
  font-family: "proxima-nova", sans-serif;
  font-style: italic;
  font-weight: 400;
}

Proxima Nova Bold {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
}

Proxima Nova Bold Italic {
  font-family: "proxima-nova", sans-serif;
  font-style: italic;
  font-weight: 700;
}

/*! 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: 0.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: -0.5em;
}

sub {
  bottom: -0.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: 0.35em 0.625em 0.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;
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(9, 30, 40, 0.9);
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-container.fancybox-is-open .fancybox-bg, .fancybox-container.fancybox-is-closing .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity 0.2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}

.fancybox-infobar {
  display: none;
}

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}

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

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
}

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

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  box-sizing: border-box;
}

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

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

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

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

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 10px;
  right: 6px;
  padding: 0;
  margin: 0;
  width: 26px;
  height: 26px;
  font: 21px/1 Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #0e2935;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  cursor: pointer;
  background: #fff;
  transition: background 0.2s;
  box-sizing: border-box;
  text-indent: -99999px;
  background: transparent;
  z-index: 2;
}
@media (min-width: 768px) {
  .fancybox-close-small {
    right: 19px;
  }
}
.fancybox-close-small:hover:before {
  color: #35a3dc;
}
.fancybox-close-small:before {
  position: absolute;
  content: "\e90c";
  font-family: "icomoon";
  color: #0e2935;
  text-indent: 0;
  font-size: 14px;
  font-weight: 700;
  top: 50%;
  left: 50%;
  transition: color 0.3s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media (min-width: 768px) {
  .fancybox-close-small:before {
    font-size: 24px;
  }
}

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all;
}

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

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none;
}

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5;
}

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close {
  float: right;
}

.fancybox-button--close::before, .fancybox-button--close::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent;
}

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px;
}

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px;
}

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important;
  }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0;
  }
}
/* custom radio styles */
.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 2px solid #0e2935;
  border-radius: 9px;
  margin: 0 10px 4px 0;
  width: 13px;
  height: 13px;
}

.jcf-radio span {
  display: none;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: #0e2935;
  border-radius: 100%;
}

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

.jcf-radio.jcf-checked span {
  display: block;
}

/* custom scrollbars styles */
.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative;
}

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: #056596;
  width: 2px;
  bottom: 0;
  left: 0;
  top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  background: #bbb;
  height: 0;
  width: 0;
  left: 0;
  top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #056596;
  height: 1px;
  width: 8px;
  left: -2px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3;
}

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
  border-color: #0e2935;
}

.mejs-container {
  position: relative;
  background: none;
  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: contain;
  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(bigplay.svg) no-repeat;
}

.no-svg .mejs-overlay-button {
  background-image: url(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(background.png);
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}

.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(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;
  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;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
}

/* :focus for accessibility */
/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play,
.mejs-controls .mejs-pause {
  margin-right: 10px !important;
}

.mejs-controls .mejs-play button,
.mejs-controls .mejs-pause button {
  background: transparent;
  height: 26px;
  width: 26px;
  line-height: 1;
}
.mejs-controls .mejs-play button:before,
.mejs-controls .mejs-pause button:before {
  content: "\e905";
  font-family: "icomoon";
  font-size: 26px;
}

.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: calc(100% - 40px) !important;
  padding-top: 12px;
}
.mejs-controls div.mejs-time-rail > .mejs-time-total {
  width: calc(100% - 40px) !important;
}

.mejs-controls .mejs-time-rail span {
  display: block;
  position: absolute;
  width: 150px;
  height: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
  border: 1px solid #fff;
  border-radius: 0;
  width: 150px;
}

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

@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-moz-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-ms-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-o-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;
  }
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
  background: rgba(255, 255, 255, 0.2);
  width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: block;
  position: absolute;
  margin: 0;
  width: 7px;
  height: 7px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  top: -3px;
  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;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  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-currenttime-container,
.mejs-controls .mejs-volume-button,
.mejs-duration-container {
  display: none !important;
}

.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(background.png);
  background: rgba(50, 50, 50, 0.7);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0;
}

.mejs-controls .mejs-volume-button:hover {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  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, 0.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, 0.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, 0.9);
  cursor: N-resize;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin: 0;
}

/* horizontal version */
.mejs-controls div.mejs-horizontal-volume-slider {
  display: none !important;
  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;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.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;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.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(background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px 10px 0 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  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, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 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, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
  background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -o-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -ms-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.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(background.png);
  background: rgba(20, 20, 20, 0.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(background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  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(background.png);
  background: rgba(50, 50, 50, 0.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(background.png);
  background: rgba(50, 50, 50, 0.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: #ffffff;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector {
  visibility: hidden;
  position: absolute;
  top: -100px;
  left: -10px;
  width: 60px;
  height: 100px;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  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: rgb(33, 248, 248);
}

.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: rgb(200, 200, 200) !important;
  background-color: rgba(255, 255, 255, 0.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(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(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(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(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(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(controls-ted.png) no-repeat 0 -66px;
  margin: 0;
  padding: 0;
}

.mejs-ted .mejs-controls .mejs-unfullscreen button {
  background: transparent url(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(controls-ted.png) no-repeat -15px 0;
  width: 24px;
  height: 22px;
  margin: 0;
  padding: 0;
}

.mejs-ted .mejs-controls .mejs-unmute button {
  background: url(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(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(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(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, 0.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(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(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(controls-wmp.png) no-repeat -42px -17px;
  width: 20px;
  height: 15px;
}

.mejs-wmp .mejs-controls .mejs-unmute button {
  margin: 0;
  padding: 0;
  background: url(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, 0.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(controls-wmp.png) no-repeat -63px 0;
  width: 15px;
  height: 14px;
}

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

/* END: WMP player */
#pano {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#titleBar {
  position: absolute;
  top: 0;
  left: 0;
  right: 40px;
  height: 40px;
  text-align: center;
}

.mobile #titleBar {
  height: 50px;
  right: 50px;
}

/* If there is a fullscreen button the title bar must make space for it */
body.fullscreen-enabled #titleBar {
  right: 80px;
}

body.fullscreen-enabled.mobile #titleBar {
  right: 100px;
}

/* If there are multiple scenes the title bar must make space for the scene list toggle */
body.multiple-scenes #titleBar {
  left: 40px;
}

body.multiple-scenes.mobile #titleBar {
  left: 50px;
}

#titleBar .sceneName {
  width: 100%;
  height: 100%;
  line-height: 30px;
  padding: 5px;
  background-color: rgb(58, 68, 84);
  background-color: rgba(58, 68, 84, 0.8);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.mobile #titleBar .sceneName {
  line-height: 40px;
}

#fullscreenToggle {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 5px;
  background-color: rgb(103, 115, 131);
  background-color: rgba(103, 115, 131, 0.8);
}

.mobile #fullscreenToggle {
  width: 50px;
  height: 50px;
}

body.fullscreen-enabled #fullscreenToggle {
  display: block;
}

#fullscreenToggle .icon {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
}

.mobile #fullscreenToggle .icon {
  top: 10px;
  right: 10px;
}

#fullscreenToggle .icon.on {
  display: none;
}

#fullscreenToggle .icon.off {
  display: block;
}

#fullscreenToggle.enabled .icon.on {
  display: block;
}

#fullscreenToggle.enabled .icon.off {
  display: none;
}

#autorotateToggle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 5px;
  background-color: rgb(103, 115, 131);
  background-color: rgba(103, 115, 131, 0.8);
}

.mobile #autorotateToggle {
  width: 50px;
  height: 50px;
}

/* If there is a fullscreen button, autorotate must placed a bit to the left */
body.fullscreen-enabled #autorotateToggle {
  right: 40px;
}

body.fullscreen-enabled.mobile #autorotateToggle {
  right: 50px;
}

#autorotateToggle .icon {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
}

.mobile #autorotateToggle .icon {
  top: 10px;
  right: 10px;
}

#autorotateToggle .icon.on {
  display: none;
}

#autorotateToggle .icon.off {
  display: block;
}

#autorotateToggle.enabled .icon.on {
  display: block;
}

#autorotateToggle.enabled .icon.off {
  display: none;
}

#sceneListToggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  padding: 5px;
  background-color: rgb(103, 115, 131);
  background-color: rgba(103, 115, 131, 0.8);
}

.mobile #sceneListToggle {
  width: 50px;
  height: 50px;
}

#sceneListToggle .text {
  position: absolute;
  top: 5px;
  left: 15px;
  width: 100%;
  line-height: 30px;
}

#sceneListToggle .icon {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
}

.mobile #sceneListToggle .icon {
  top: 10px;
  right: 10px;
}

#sceneListToggle .icon.on {
  display: none;
}

#sceneListToggle .icon.off {
  display: block;
}

#sceneListToggle.enabled .icon.on {
  display: block;
}

#sceneListToggle.enabled .icon.off {
  display: none;
}

#sceneList {
  position: absolute;
  top: 0;
  left: -220px;
  padding-top: 40px;
  width: 220px;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin-left: 0;
  transition: margin-left 0.5s ease-in-out;
}

.mobile #sceneList {
  padding-top: 50px;
}

#sceneList .scenes {
  width: 100%;
  background-color: rgb(58, 68, 84);
  background-color: rgba(58, 68, 84, 0.8);
}

.mobile #sceneList {
  width: 100%;
  height: 100%;
  left: -100%;
}

.mobile #sceneList.enabled {
  margin-left: 100%;
}

.mobile #sceneList .scenes {
  height: 100%;
}

#sceneList.enabled {
  margin-left: 220px;
}

#sceneList .scene {
  display: block;
  width: 100%;
  height: 30px;
}

.mobile #sceneList .scene {
  height: 40px;
}

#sceneList .scene .text {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mobile #sceneList .scene .text {
  line-height: 40px;
}

.no-touch #sceneList .scene:hover {
  background-color: rgb(103, 115, 131);
  background-color: rgba(103, 115, 131, 0.8);
}

#sceneList .scene.current {
  background-color: rgb(103, 115, 131);
  background-color: rgba(103, 115, 131, 0.8);
}

/* Hide scene list when only a single scene exists */
body.single-scene #sceneList, body.single-scene #sceneListToggle {
  display: none;
}

/* Link hotspot */
.link-hotspot {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  opacity: 0.9;
  transition: opacity 0.2s;
}

.no-touch .link-hotspot:hover {
  opacity: 1;
}

.mobile .link-hotspot {
  width: 70px;
  height: 70px;
}

.link-hotspot-icon {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.link-hotspot-tooltip {
  position: absolute;
  left: 100%;
  top: 14px; /* ( 60 - (16 + 2*8) ) / 2 */
  margin-left: 3px;
  font-size: 16px;
  max-width: 300px;
  padding: 8px 10px;
  border-radius: 5px;
  background-color: rgb(58, 68, 84);
  background-color: rgba(58, 68, 84, 0.8);
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  -ms-transform: translateX(-8px);
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
  transition: -ms-transform 0.3s, -webkit-transform 0.3s, transform 0.3s, opacity 0.3s;
}

.mobile .link-hotspot {
  top: 19px; /* ( 70 - (16 + 2*8) ) / 2 */
}

.no-touch .link-hotspot:hover .link-hotspot-tooltip {
  opacity: 1;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* Prevent tooltip from triggering */
.link-hotspot-tooltip {
  pointer-events: none;
}

.no-touch .link-hotspot:hover .link-hotspot-tooltip {
  pointer-events: all;
}

/* Fallback mode without pointer-events (IE8-10) */
.tooltip-fallback .link-hotspot-tooltip {
  display: none;
}

.no-touch .tooltip-fallback .link-hotspot:hover .link-hotspot-tooltip {
  display: block;
}

/* Info hotspot */
.info-hotspot {
  line-height: 1.2em;
  opacity: 0.9;
  transition: opacity 0.2s 0.2s;
}

.no-touch .info-hotspot:hover {
  opacity: 1;
  transition: opacity 0.2s;
}

.info-hotspot.visible {
  opacity: 1;
}

.info-hotspot .info-hotspot-header {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: rgb(103, 115, 131);
  cursor: pointer;
  transition: width 0.3s ease-in-out 0.5s, border-radius 0.3s ease-in-out 0.5s;
}

.mobile .info-hotspot .info-hotspot-header {
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

.desktop.no-touch .info-hotspot .info-hotspot-header:hover {
  width: 260px;
  border-radius: 5px;
  transition: width 0.3s ease-in-out, border-radius 0.3s ease-in-out;
}

.desktop .info-hotspot.visible .info-hotspot-header,
.desktop.no-touch .info-hotspot.visible .info-hotspot-header:hover {
  width: 260px;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: width 0.3s ease-in-out, border-radius 0.3s ease-in-out;
}

.info-hotspot .info-hotspot-icon-wrapper {
  width: 40px;
  height: 40px;
}

.mobile .info-hotspot .info-hotspot-icon-wrapper {
  width: 50px;
  height: 50px;
}

.info-hotspot .info-hotspot-icon {
  width: 90%;
  height: 90%;
  margin: 5%;
}

.info-hotspot .info-hotspot-title-wrapper {
  position: absolute;
  left: 40px;
  top: 0;
  width: 0;
  height: 40px;
  padding: 0;
  overflow: hidden;
  transition: width 0s 0.4s, padding 0s 0.4s;
}

.desktop .info-hotspot.visible .info-hotspot-title-wrapper,
.desktop.no-touch .info-hotspot .info-hotspot-header:hover .info-hotspot-title-wrapper {
  width: 220px;
  padding: 0 5px;
  transition: width 0s 0.4s, padding 0s 0.4s;
}

.info-hotspot .info-hotspot-title-wrapper:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.info-hotspot .info-hotspot-title {
  display: inline-block;
  vertical-align: middle;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.info-hotspot .info-hotspot-close-wrapper {
  position: absolute;
  left: 260px;
  top: 0;
  height: 40px;
  width: 40px;
  border-top-right-radius: 5px;
  background-color: rgb(78, 88, 104);
  visibility: hidden;
  -ms-transform: perspective(200px) rotateY(90deg);
  -webkit-transform: perspective(200px) rotateY(90deg);
  transform: perspective(200px) rotateY(90deg);
  -ms-transform-origin: 0 50% 0;
  -webkit-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0;
  transition: -ms-transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s, transform 0.3s 0.3s, visibility 0s 0.6s;
  -webkit-transition: -webkit-transform 0.3s 0.3s, visibility 0s 0.6s;
}

.desktop .info-hotspot.visible .info-hotspot-close-wrapper {
  visibility: visible;
  -ms-transform: perspective(200px) rotateY(0deg);
  -webkit-transform: perspective(200px) rotateY(0deg);
  transform: perspective(200px) rotateY(0deg);
  transition: -ms-transform 0.3s, -webkit-transform 0.3s, transform 0.3s, visibility 0s 0s;
  -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
}

.info-hotspot .info-hotspot-close-icon {
  width: 70%;
  height: 70%;
  margin: 15%;
}

.info-hotspot .info-hotspot-text {
  position: absolute;
  width: 300px;
  height: auto;
  max-height: 200px;
  top: 40px;
  left: 0;
  padding: 10px;
  background-color: rgb(58, 68, 84);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow-y: auto;
  visibility: hidden;
  -ms-transform: perspective(200px) rotateX(-90deg);
  -webkit-transform: perspective(200px) rotateX(-90deg);
  transform: perspective(200px) rotateX(-90deg);
  -ms-transform-origin: 50% 0 0;
  -webkit-transform-origin: 50% 0 0;
  transform-origin: 50% 0 0;
  transition: -ms-transform 0.3s, -webkit-transform 0.3s, transform 0.3s, visibility 0s 0.3s;
  -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.desktop .info-hotspot.visible .info-hotspot-text {
  visibility: visible;
  -ms-transform: perspective(200px) rotateX(0deg);
  -webkit-transform: perspective(200px) rotateX(0deg);
  transform: perspective(200px) rotateX(0deg);
  transition: -ms-transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s, transform 0.3s 0.3s, visibility 0s 0s;
  -webkit-transition: -webkit-transform 0.3s 0.3s, visibility 0s 0s;
}

/* Info hotspot modal */
.desktop .info-hotspot-modal {
  display: none;
}

.info-hotspot-modal {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 11000 !important;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 1.2em;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out 0.5s, visibility 0s 0.7s;
}

.info-hotspot-modal.visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease-in-out, visibility 0s 0s;
}

.info-hotspot-modal .info-hotspot-header {
  position: absolute;
  top: 60px;
  left: 10px;
  right: 10px;
  width: auto;
  height: 50px;
  background-color: rgb(103, 115, 131);
  background-color: rgba(103, 115, 131, 0.8);
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0.2s;
}

.info-hotspot-modal.visible .info-hotspot-header {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0.2s;
}

.info-hotspot-modal .info-hotspot-icon-wrapper {
  width: 50px;
  height: 50px;
}

.info-hotspot-modal .info-hotspot-icon {
  width: 90%;
  height: 90%;
  margin: 5%;
}

.info-hotspot-modal .info-hotspot-title-wrapper {
  position: absolute;
  top: 0;
  left: 50px;
  right: 50px;
  width: auto;
  height: 50px;
  padding: 0 10px;
}

.info-hotspot-modal .info-hotspot-title-wrapper:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.info-hotspot-modal .info-hotspot-title {
  display: inline-block;
  vertical-align: middle;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.info-hotspot-modal .info-hotspot-close-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: rgb(78, 88, 104);
  background-color: rgba(78, 88, 104, 0.8);
  cursor: pointer;
}

.info-hotspot-modal .info-hotspot-close-icon {
  width: 70%;
  height: 70%;
  margin: 15%;
}

.info-hotspot-modal .info-hotspot-text {
  position: absolute;
  top: 110px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  padding: 10px;
  background-color: rgb(58, 68, 84);
  background-color: rgba(58, 68, 84, 0.8);
  overflow-y: auto;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.info-hotspot-modal.visible .info-hotspot-text {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0.4s;
}

/* View control buttons */
.viewControlButton {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 40px;
  padding: 5px;
  background-color: rgb(103, 115, 131);
  background-color: rgba(103, 115, 131, 0.8);
}

body.view-control-buttons .viewControlButton {
  display: block;
}

/* Hide controls when width is too small */
@media (max-width: 600px) {
  body.view-control-buttons .viewControlButton {
    display: none;
  }
}
.viewControlButton .icon {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
}

/* Center is at margin-left: -20px */
.viewControlButton-1 {
  margin-left: -145px;
}

.viewControlButton-2 {
  margin-left: -95px;
}

.viewControlButton-3 {
  margin-left: -45px;
}

.viewControlButton-4 {
  margin-left: 5px;
}

.viewControlButton-5 {
  margin-left: 55px;
}

.viewControlButton-6 {
  margin-left: 105px;
}

.footer-holder .copyright, .footer-holder .footer-nav, .footer-holder .top-footer .block-links, .footer-holder .top-footer .social-link, .top-menu .nav-top, .menu .nav, .post-page .sidebar .tags .tag-list, .post-page .content-text .date, .post-page .links .social-links, .card-profile .card-holder .left-block .info-block .edu-list ul, .card-profile .card-holder .left-block .info-block .info-description .profile-social, .tab-section .tabset, .sorting-grid .filter-list, .accordion, .team .team-holder .col ul, .contact .col ul, ul:not([class]):not([id]) {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-section .container:after, .navigation-single:after, .post-password-form p:after, .search-form:after, .widget:after, dl:after, .clearfix: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: #363636;
  background: #fff;
  font: 14px/1.65 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  vertical-align: top;
  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.65em;
}

blockquote {
  border-left: 4px solid #ebebeb;
  padding-left: 0.5em;
  margin-left: 1.65em;
}

th, td {
  border: 1px solid #ebebeb;
  padding: 0.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: 0.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 #ebebeb;
  padding: 0.4em 0.7em;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #0a1114;
}
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: #ebebeb;
}
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: #ebebeb;
}
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: #ebebeb;
}
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: #ebebeb;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder {
  color: #ebebeb;
}

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;
  border: none;
  background: #007dbc;
  color: #fff;
  padding: 0.5em 2em;
  text-transform: uppercase;
  transition: all 0.3s;
}
button:hover, button:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=file]:hover,
input[type=file]:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background-color: #000;
}

ul.errors {
  margin: 0;
  padding-left: 6px;
  color: #921600;
}
ul.errors li {
  font-size: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  top: -20px;
}

.widget {
  margin-bottom: 1.65em;
}
.widget ul {
  padding-left: 2em;
}
.widget select {
  min-width: 150px;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}
.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}
.comment-form textarea,
.comment-form input[type=text] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}
.comment-form input[type=submit] {
  display: block;
  float: none;
}

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

.search-form {
  margin-bottom: 15px;
}
.search-form input {
  float: left;
  height: 2em;
}
.search-form input[type=search] {
  margin: 0 4px 0 0;
  width: 150px;
}

.post-password-form input {
  float: left;
  height: 2em;
}
.post-password-form input[type=password] {
  width: 150px;
}

.comment-form input[type=submit],
.post-password-form input[type=submit],
.search-form input[type=submit] {
  background: #0a1114;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 0.5em;
}
.comment-form input[type=submit]:hover,
.post-password-form input[type=submit]:hover,
.search-form input[type=submit]:hover {
  opacity: 0.8;
}

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

.commentlist-item .commentlist-item {
  padding: 0;
}
@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

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

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

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

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

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.65em;
}
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}
.navigation .page-numbers,
.navigation-comments .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.4em;
}
@media (max-width: 767px) {
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    padding: 0 3px;
  }
}
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 48%;
  background: #0a1114;
  color: #fff;
  padding: 0.4em;
  text-decoration: none;
}
@media (max-width: 767px) {
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    padding: 0.2em;
  }
}
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
  opacity: 0.8;
}

.navigation-single {
  margin-bottom: 1.65em;
}
.navigation-single .next,
.navigation-single .prev {
  float: left;
  vertical-align: middle;
  max-width: 48%;
  background: #0a1114;
  color: #fff;
  text-decoration: none;
}
.navigation-single .next:hover,
.navigation-single .prev:hover {
  opacity: 0.8;
}
.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: 0.4em;
  display: block;
}
@media (max-width: 767px) {
  .navigation-single .next a,
  .navigation-single .prev a {
    padding: 0.2em;
  }
}
.navigation-single .next {
  float: right;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #ebebeb;
  padding: 0.4em;
  margin-bottom: 1.65em;
}
.wp-caption img {
  margin: 0;
  vertical-align: top;
}
.wp-caption p {
  margin: 0.4em 0 0;
}

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

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

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

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

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

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

@media (max-width: 1023px) {
  iframe {
    width: 100%;
  }
}

#wp-calendar tbody td {
  text-align: center;
}
#wp-calendar td,
#wp-calendar th {
  border: 1px solid #ebebeb;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Oswald", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
}

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

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

h3, .h3 {
  font-size: 24px;
}

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

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

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

p {
  margin: 0 0 1em;
}
p.small {
  margin: 0 0;
  font-size: 0.8rem;
}
p.cta {
  margin-top: 2rem;
}

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

@media (min-width: 1024px) {
  body {
    font-size: 17px;
  }
}
body.nav-active {
  width: 100%;
}
body.nav-active .nav-drop {
  z-index: 50;
  opacity: 1;
  visibility: visible;
}
body.search-active .form-holder {
  overflow: visible;
  width: 320px;
}
body.search-active .search-opener {
  overflow: hidden;
  position: absolute;
  z-index: -1;
  right: 20px;
}

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

#main {
  padding-top: 40px;
}
@media (min-width: 481px) {
  #main {
    padding-top: 0;
  }
}

.shadow {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}

.mini {
  font-size: 0.8em !important;
  text-transform: capitalize !important;
}

.js-slide-hidden {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  display: block !important;
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

.container {
  padding: 0 15px;
  margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
  color: #0e2935;
}

h1, h2 {
  font-weight: 400;
}

h3, h4 {
  font-weight: 300;
}

@media (min-width: 1024px) {
  h1 {
    font-size: 56px;
    line-height: 1.25;
  }
}

@media (min-width: 1024px) {
  h2 {
    font-size: 48px;
  }
}

@media (min-width: 1024px) {
  h3 {
    font-size: 48px;
  }
}

@media (min-width: 1024px) {
  h4 {
    font-size: 32px;
    line-height: 1.6875;
  }
}

h5 {
  font-size: 22px;
}

h6 {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
}

input,
button,
textarea {
  outline: none;
}
input:focus, input:hover,
button:focus,
button:hover,
textarea:focus,
textarea:hover {
  outline: none;
}

ul:not([class]):not([id]) li {
  position: relative;
  padding: 0 0 0 28px;
}
ul:not([class]):not([id]) li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background: #363636;
  border-radius: 50%;
}

ul.no-decor {
  list-style: none;
}
ul.no-decor li:before {
  padding: 0;
  display: none;
}

a {
  transition: color 0.3s ease-in-out;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #363636;
}
a:focus, a:hover {
  outline: none;
}
a.btn {
  background-color: #007dbc;
  color: #fff;
  text-transform: uppercase;
  margin-top: 2em;
  padding: 0.5em 2em;
  transition: all 0.3s;
}
a.btn:hover, a.btn:focus {
  background-color: #000;
}

.text-color {
  color: #007dbc;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 1.187222;
}

.visual-section {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  padding-bottom: 20px;
  z-index: 1;
}
@media (min-width: 768px) {
  .visual-section {
    padding-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .visual-section {
    padding: 25px 0 68px;
  }
}
.visual-section:after {
  content: "";
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 9%, rgba(0, 0, 0, 0.04) 17%, rgba(0, 0, 0, 0.21) 42%, rgba(0, 0, 0, 0.49) 76%, rgba(0, 0, 0, 0.58) 94%, rgba(0, 0, 0, 0.57) 100%);
  z-index: 2;
}
.visual-section .slideshow {
  opacity: 0;
  transition: opacity 0.5s;
}
.visual-section .slideshow.gallery-js-ready {
  opacity: 1;
}
.visual-section .slide {
  width: 100%;
  height: 100%;
}
.visual-section .container {
  position: absolute;
  width: 100%;
  z-index: 5;
}
@media (min-width: 768px) {
  .visual-section .container {
    white-space: nowrap;
    text-align: center;
  }
  .visual-section .container:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 400px;
  }
  .visual-section .container > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 99%;
  }
}
@media (min-width: 1024px) {
  .visual-section .container {
    bottom: 5vh;
  }
  .visual-section .container:after {
    min-height: 612px;
  }
}
.visual-section .block-info, .visual-section .entry-info {
  color: #fff;
  padding: 0px 0 0px;
  text-align: center;
  font-size: 15px;
  text-shadow: 0px 0px 6px #0d222d;
}
@media (min-width: 480px) {
  .visual-section .block-info, .visual-section .entry-info {
    padding: 150px 0 45px;
  }
}
@media (min-width: 768px) {
  .visual-section .block-info, .visual-section .entry-info {
    padding: 70px 0;
    max-width: 700px !important;
  }
}
@media (min-width: 1024px) {
  .visual-section .block-info, .visual-section .entry-info {
    padding: 120px 0;
    font-size: 18px;
  }
}
.visual-section .block-info .sub-title, .visual-section .entry-info .sub-title {
  transition: opacity 3s ease-in-out;
  opacity: 0;
}
.visual-section .block-info .sub-title p, .visual-section .entry-info .sub-title p {
  margin-bottom: 0;
}
.visual-section .block-info h1, .visual-section .entry-info h1 {
  color: #fff;
}
.visual-section .sub-text {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.125;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 768px) {
  .visual-section .sub-text {
    font-size: 18px;
    line-height: 1.111111;
  }
}
.visual-section .sub-text a {
  text-transform: uppercase;
  font-size: 15px;
}
.visual-section.visual-home {
  position: relative;
  height: 40vh;
}
@media (min-width: 1024px) {
  .visual-section.visual-home {
    margin-top: 0;
    height: 100vh;
  }
}
.visual-section.visual-home.center:before {
  background: rgba(14, 41, 53, 0.64);
}
.visual-section.visual-home.left:before {
  background: none;
}
.visual-section.visual-home.center:after {
  display: none;
}
.visual-section.visual-home .container {
  height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .visual-section.visual-home .container {
    height: auto;
    display: block;
    white-space: nowrap;
    text-align: center;
  }
  .visual-section.visual-home .container:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: calc(100vh - 92px);
  }
  .visual-section.visual-home .container > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 99%;
  }
}
.visual-section.visual-home .container:after {
  display: none;
}
.visual-section.visual-home .container p {
  line-height: 1.4;
  margin-bottom: 0;
}
.visual-section.visual-home.left {
  padding-bottom: 24px;
}
.visual-section.visual-home.left .container {
  text-align: left;
}
.visual-section.visual-home.left .block-info, .visual-section.visual-home.left .entry-info {
  text-align: left;
}
@media (min-width: 481px) {
  .visual-section.visual-home.left .block-info, .visual-section.visual-home.left .entry-info {
    padding: 24px;
    vertical-align: bottom;
  }
}
.visual-section.visual-home.left h1 {
  margin-bottom: 0;
}
.visual-section.visual-home.left .title-decor {
  line-height: 1.2;
}
.visual-section.visual-home.left .title-decor:after {
  display: none;
}
.visual-section.visual-home.left:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.01) 8%, rgba(0, 0, 0, 0.09) 21%, rgba(0, 0, 0, 0.64) 74%, rgba(0, 0, 0, 0.77) 100%);
  z-index: 2;
}
@media (min-width: 768px) {
  .visual-section.visual-home.left:after {
    top: 70%;
  }
}
.visual-section.visual-home .mobile-hero {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.visual-section .vimeo-video,
.visual-section .image-holder,
.visual-section .video-holder {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;
}
.visual-section .image-holder {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 2;
  transition: opacity 1s;
}
.visual-section .playing .image-holder {
  opacity: 0;
}
.visual-section.visual-leadeship {
  position: relative;
  height: 40vh;
}
@media (min-width: 1200px) {
  .visual-section.visual-leadeship {
    min-height: 638px;
    padding: 25px 0 0;
  }
}
.visual-section.visual-insight {
  position: relative;
  height: 40vh;
}
@media (min-width: 1200px) {
  .visual-section.visual-insight {
    min-height: 638px;
    padding: 25px 0 0;
  }
}
.visual-section.visual-insight .container {
  white-space: nowrap;
  text-align: center;
}
.visual-section.visual-insight .container:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 300px;
}
.visual-section.visual-insight .container > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 99%;
}
@media (min-width: 768px) {
  .visual-section.visual-insight .container {
    display: flex;
    align-items: flex-end;
  }
  .visual-section.visual-insight .container:after {
    min-height: 400px;
  }
}
@media (min-width: 1024px) {
  .visual-section.visual-insight .container {
    min-height: 596px;
  }
}
.visual-section.visual-insight .block-info, .visual-section.visual-insight .entry-info {
  padding: 0;
  text-align: left;
}
.visual-section.visual-insight .block-info .title-decor, .visual-section.visual-insight .entry-info .title-decor {
  margin: 0 0 22px;
  padding: 120px 0 0;
}
.visual-section.visual-insight .block-info .title-decor:after, .visual-section.visual-insight .entry-info .title-decor:after {
  display: none;
}
.visual-section.in-viewport .title-decor {
  opacity: 1;
}
.visual-section.in-viewport .sub-title {
  opacity: 1;
}

.scroller {
  display: none !important;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 30px;
  line-height: 1;
}
@media (min-width: 768px) {
  .scroller {
    bottom: -10px;
  }
}
@media (min-width: 1024px) {
  .scroller {
    bottom: -10px;
    display: block !important;
  }
}

.title-decor {
  transition: opacity 1s ease-in-out;
  position: relative;
  padding-bottom: 16px;
  color: #fff;
}
@media (min-width: 1024px) {
  .title-decor {
    opacity: 0;
    margin-bottom: 22px;
  }
}
.title-decor:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 31%;
  right: 31%;
  height: 2px;
  background: #fff;
}

.image-section {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .image-section {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .image-section {
    padding: 30px 0;
  }
}
@media (min-width: 1200px) {
  .image-section {
    padding: 68px 0 39px;
  }
}
.image-section > .img-holder {
  box-shadow: 0 0 8px 0 #0d222d;
}
@media (min-width: 768px) {
  .image-section > .img-holder {
    max-width: 67%;
    margin-right: 10px;
  }
}
@media (min-width: 1024px) {
  .image-section > .img-holder {
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  .image-section > .img-holder {
    margin-right: 21px;
  }
}
.image-section .img-holder {
  margin-bottom: 10px;
  text-align: center;
  box-shadow: 0 0 8px 0 #0d222d;
}
@media (min-width: 768px) {
  .image-section .img-holder {
    margin-bottom: 5px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .image-section .img-holder {
    margin-bottom: 7px;
  }
}
@media (min-width: 1200px) {
  .image-section .img-holder {
    margin-bottom: 10px;
  }
}
.image-section .img-holder img {
  width: 100%;
}
@media (min-width: 768px) {
  .image-section .img-wrap {
    max-width: 33%;
  }
}

#image-section .container {
  width: 1630px;
  max-width: 90%;
}
#image-section .content-text {
  transition: opacity 1s ease-in-out;
  opacity: 0;
  margin-bottom: 0;
}
#image-section .content-text.in-viewport {
  opacity: 1;
}

.content-text {
  max-width: 820px;
  margin: 0 auto 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .content-text {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .content-text {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .content-text {
    margin-bottom: 125px;
    letter-spacing: -0.1px;
  }
}
.content-text.left {
  margin: 0 0 20px;
  text-align: left;
}
.content-text h1 {
  text-align: left;
}
.content-text h4 {
  margin-bottom: 0;
  letter-spacing: -0.4px;
}
@media (min-width: 1024px) {
  .content-text a {
    font-size: 18px;
  }
}
.content-text ul, .content-text li {
  text-align: left;
}

.top-gallery {
  position: relative;
}
.top-gallery .slide {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 1;
  max-height: 100vh;
}
@media (min-width: 768px) {
  .top-gallery .slide {
    min-height: 500px;
  }
}
@media (min-width: 1024px) {
  .top-gallery .slide {
    min-height: 700px;
  }
}
@media (min-width: 1200px) {
  .top-gallery .slide {
    min-height: 800px;
  }
}
@media (min-width: 1600px) {
  .top-gallery .slide {
    min-height: 1081px;
  }
}
.top-gallery .slide iframe {
  margin: 0 !important;
  max-height: 100vh;
}
@media (min-width: 768px) {
  .top-gallery .slide iframe {
    min-height: 500px;
  }
}
@media (min-width: 1024px) {
  .top-gallery .slide iframe {
    min-height: 700px;
  }
}
.top-gallery .slide:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.01) 8%, rgba(0, 0, 0, 0.09) 21%, rgba(0, 0, 0, 0.64) 74%, rgba(0, 0, 0, 0.77) 100%);
  z-index: 2;
}
@media (min-width: 768px) {
  .top-gallery .slide:after {
    top: 70%;
  }
}
.top-gallery .slide .container {
  position: relative;
  z-index: 5;
  color: #fff;
}
@media (min-width: 768px) {
  .top-gallery .slide .container {
    white-space: nowrap;
    text-align: center;
    text-align: left;
  }
  .top-gallery .slide .container:after {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 0;
    min-height: 500px;
  }
  .top-gallery .slide .container > * {
    white-space: normal;
    display: inline-block;
    vertical-align: bottom;
    max-width: 99%;
  }
}
@media (min-width: 1024px) {
  .top-gallery .slide .container:after {
    min-height: 700px;
  }
}
@media (min-width: 1200px) {
  .top-gallery .slide .container:after {
    min-height: 800px;
  }
}
@media (min-width: 1600px) {
  .top-gallery .slide .container:after {
    min-height: 1081px;
  }
}
.top-gallery .slide .block-info, .top-gallery .slide .entry-info {
  max-width: 920px;
  padding: 90px 0 5px;
  text-shadow: 0px 0px 6px #0d222d;
}
@media (min-width: 1024px) {
  .top-gallery .slide .block-info, .top-gallery .slide .entry-info {
    padding: 150px 0 18px 6px;
    font-size: 18px;
    line-height: 1.555555;
  }
}
.top-gallery .slide .block-info h1, .top-gallery .slide .entry-info h1 {
  color: #fff;
}
.top-gallery .slide .block-info h2, .top-gallery .slide .entry-info h2 {
  margin-bottom: 9px;
  color: #fff;
}
@media (min-width: 1024px) {
  .top-gallery .slide .block-info h2, .top-gallery .slide .entry-info h2 {
    letter-spacing: 1.1px;
    margin-bottom: 12px;
  }
}
.top-gallery .slide .block-info p, .top-gallery .slide .entry-info p {
  margin-bottom: 20px;
}
.top-gallery .btn-prev,
.top-gallery .btn-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  text-shadow: 0px 0px 6px #0d222d;
  z-index: 11;
  color: #fff;
  line-height: 1;
}
@media (min-width: 768px) {
  .top-gallery .btn-prev,
  .top-gallery .btn-next {
    font-size: 25px;
  }
}
@media (min-width: 1024px) {
  .top-gallery .btn-prev,
  .top-gallery .btn-next {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  .top-gallery .btn-prev,
  .top-gallery .btn-next {
    font-size: 65px;
  }
}
.top-gallery .btn-prev:hover,
.top-gallery .btn-next:hover {
  color: #007dbc;
}
.top-gallery .btn-prev {
  left: 20px;
}
@media (max-width: 767px) {
  .top-gallery .btn-prev {
    display: none;
  }
}
@media (min-width: 1024px) {
  .top-gallery .btn-prev {
    left: 40px;
  }
}
.top-gallery .btn-next {
  right: 20px;
}
@media (max-width: 767px) {
  .top-gallery .btn-next {
    display: none;
  }
}
@media (min-width: 1024px) {
  .top-gallery .btn-next {
    right: 40px;
  }
}

.article-section {
  padding: 30px 0 20px;
}
@media (min-width: 768px) {
  .article-section {
    padding: 50px 0 30px;
  }
}
@media (min-width: 1024px) {
  .article-section {
    padding: 95px 0 59px;
  }
}
@media (min-width: 1200px) {
  .article-section {
    padding: 98px 0;
  }
}
.article-section .container {
  max-width: 1900px;
}
.article-section .content-text {
  max-width: 595px;
}
@media (min-width: 768px) {
  .article-section .content-text {
    margin-bottom: 33px;
  }
}
.article-section h3 {
  margin-bottom: 3px;
  letter-spacing: -1px;
}
.article-section .more {
  float: right;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 16px;
}
@media (min-width: 1024px) {
  .article-section .more {
    font-size: 15px;
  }
}
.article-section .box-item {
  transition: opacity 1.5s ease-in-out;
  opacity: 0;
}
.article-section.in-viewport .box-item {
  opacity: 1;
}

@media (min-width: 480px) {
  .item-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .item-holder {
    margin: 0 -15px;
  }
}
.item-holder .box-item {
  padding: 0 0 15px;
}
@media (min-width: 768px) {
  .item-holder .box-item {
    width: 50%;
    padding: 15px;
  }
}
@media (min-width: 1024px) {
  .item-holder .box-item {
    width: 33.33%;
  }
}
.item-holder .box-item .item {
  display: block;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.item-holder .box-item .item:before {
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.item-holder .box-item .item:after {
  content: "";
  position: absolute;
  top: 20%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.01) 8%, rgba(0, 0, 0, 0.09) 21%, rgba(0, 0, 0, 0.64) 74%, rgba(0, 0, 0, 0.77) 100%);
  z-index: 2;
}
@media (min-width: 768px) {
  .item-holder .box-item .item:after {
    top: 40%;
  }
}
.item-holder .box-item .item.hover:before {
  opacity: 1;
  visibility: visible;
}
.item-holder .box-item .item.hover .title-post {
  color: #35a3dc;
}
.item-holder .box-item .item.hover i {
  color: #007dbc;
}
.item-holder .box-item .item.hover img {
  transform: scale(1.2);
}
.item-holder .box-item .item .title-post {
  transition: color 0.3s ease-in-out;
  position: absolute;
  text-align: left;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
  bottom: 11px;
  left: 20px;
  right: 20px;
  z-index: 5;
  display: inline-block;
}
.item-holder .box-item .item i {
  transition: color 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  text-shadow: 0px 0px 6px #0d222d;
  color: #fff;
  line-height: 1;
  z-index: 10;
}
@media (min-width: 1024px) {
  .item-holder .box-item .item i {
    font-size: 70px;
  }
}
@media (min-width: 1200px) {
  .item-holder .box-item .item i {
    font-size: 121px;
  }
}
.item-holder .box-item .item img {
  transition: transform 0.3s ease-in-out;
  width: 100%;
  transform: scale(1);
}
.item-holder .box-item .item .block-name {
  position: absolute;
  bottom: 10px;
  right: 18px;
  left: 18px;
  z-index: 3;
}
.item-holder .box-item .item h5 {
  transition: color 0.3s ease-in-out;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  color: #fff;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
}
@media (min-width: 768px) {
  .item-holder .box-item .item h5 {
    font-size: 15px;
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .item-holder .box-item .item h5 {
    font-size: 1rem;
    line-height: 1;
  }
}
.item-holder .box-item .item p {
  font-size: 0.8rem;
  line-height: 1;
  margin: 0;
}

.video-popup {
  position: relative;
}
.video-popup .video-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.video-popup .video-holder iframe {
  width: 100%;
  height: 100%;
  margin: 0;
}
.video-popup.playing .video-holder {
  z-index: 200;
}
.video-popup .holder {
  position: relative;
  min-height: 200px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  z-index: 1;
}
@media (min-width: 480px) {
  .video-popup .holder {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .video-popup .holder {
    min-height: 400px;
  }
}
@media (min-width: 1024px) {
  .video-popup .holder {
    min-height: 100vh;
    max-height: 100vh;
  }
}
.video-popup .holder:after {
  content: "";
  position: absolute;
  top: 20%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.01) 8%, rgba(0, 0, 0, 0.09) 21%, rgba(0, 0, 0, 0.64) 74%, rgba(0, 0, 0, 0.77) 100%);
  z-index: 1;
}
.video-popup .holder .container {
  width: 100%;
  z-index: 2;
}
.video-popup .holder .block-info {
  padding: 0 0 0 7px;
}
.video-popup .holder .block-info h2 {
  color: #fff;
  position: relative;
}
@media (min-width: 1024px) {
  .video-popup .holder .block-info h2 {
    letter-spacing: 2.3px;
    margin: 0 0 33px;
  }
}
.video-popup .holder .btn-popup {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 50px;
  line-height: 1.04;
}
@media (min-width: 768px) {
  .video-popup .holder .btn-popup {
    font-size: 120px;
    line-height: 1.016666;
  }
}
.video-popup .holder .btn-popup:hover {
  color: #007dbc;
}

.education {
  padding: 20px 0 25px;
}
@media (min-width: 768px) {
  .education {
    padding: 40px 0 46px;
  }
}
@media (min-width: 1024px) {
  .education {
    padding: 30px 0 46px;
  }
}
@media (min-width: 1200px) {
  .education {
    padding: 49px 0 46px;
  }
}
.education .container {
  max-width: 1900px;
}
@media (min-width: 1024px) {
  .education .education-holder {
    display: flex;
    align-items: center;
  }
}
.education .education-holder .img-holder {
  transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
  opacity: 0;
  transform: translateX(-100%);
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  .education .education-holder .img-holder {
    width: 57.5%;
    margin: 0;
  }
}
.education .education-holder .img-holder a.btn-play {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.education .education-holder .img-holder a.btn-play i.icon-play {
  font-size: 6rem;
}
.education .education-holder .img-holder .top-gallery {
  margin-bottom: 0;
}
.education .education-holder .img-holder .top-gallery .slide {
  min-height: 200px;
}
@media (min-width: 480px) {
  .education .education-holder .img-holder .top-gallery .slide {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .education .education-holder .img-holder .top-gallery .slide {
    min-height: 400px;
  }
}
@media (min-width: 1024px) {
  .education .education-holder .img-holder .top-gallery .slide {
    min-height: 550px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .education .education-holder .img-holder .top-gallery .slide {
    min-height: 685px;
  }
}
.education .education-holder .img-holder .top-gallery .slide:after {
  display: none;
}
.education .education-holder .img-holder .top-gallery .btn-prev,
.education .education-holder .img-holder .top-gallery .btn-next {
  font-size: 36px;
}
.education .education-holder .img-box {
  min-height: 200px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media (min-width: 480px) {
  .education .education-holder .img-box {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .education .education-holder .img-box {
    min-height: 400px;
  }
}
@media (min-width: 1024px) {
  .education .education-holder .img-box {
    min-height: 550px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .education .education-holder .img-box {
    min-height: 685px;
  }
}
.education .education-holder .content-text {
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
  opacity: 0;
  transform: translateX(100%);
  margin: 0;
}
@media (min-width: 1024px) {
  .education .education-holder .content-text {
    padding: 0 65px 0 50px;
  }
}
@media (min-width: 1200px) {
  .education .education-holder .content-text {
    padding: 0 85px 0 70px;
    max-width: 655px;
  }
}
.education .education-holder .content-text .text-color {
  display: block;
  text-align: left;
}
.education .education-holder .content-text h3 {
  margin: 0 0 22px;
  text-align: left;
}
@media (min-width: 1024px) {
  .education .education-holder .content-text h3 {
    line-height: 1.4;
  }
}
.education .education-holder .content-text p {
  text-align: justify;
}
.education .education-holder.revers-section {
  flex-direction: row-reverse;
}
.education .education-holder.revers-section .content-text {
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
  opacity: 0;
  transform: translateX(-100%);
}
.education .education-holder.revers-section .img-holder {
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
  opacity: 0;
  transform: translateX(100%);
}
@media (min-width: 1024px) {
  .education .education-holder.revers-section .content-text {
    padding: 0 65px 0 50px;
  }
}
@media (min-width: 1200px) {
  .education .education-holder.revers-section .content-text {
    padding: 0 85px 0 70px;
  }
}
.education .education-holder.in-viewport .img-holder, .education .education-holder.in-viewport .revers-section .img-holder {
  opacity: 1;
  transform: translateX(0);
}
.education .education-holder.in-viewport .content-text, .education .education-holder.in-viewport .revers-section .content-text {
  opacity: 1;
  transform: translateX(0);
}
.education .education-holder.location.revers-section {
  margin-top: 3rem;
}
.education .education-holder.location.revers-section .content-text {
  display: flex;
  flex-direction: column;
  padding-left: 40px !important;
  padding-right: 40px !important;
  font-size: 2rem;
  text-align: left;
}
.education .education-holder.location.revers-section .content-text .content {
  display: flex;
}
.education .education-holder.location.revers-section .content-text .title {
  padding-right: 1rem;
}
.education .education-holder.location.revers-section .content-text .address {
  margin-left: 1rem;
  margin-top: 3rem;
}
.education .education-holder.location.revers-section .content-text .address p {
  line-height: 1;
  font-size: 1.1rem;
  text-align: left;
}
.education .education-holder.location.revers-section .box-form {
  padding: 38px 0;
}
.education .education-holder.location.revers-section .box-form .formwrapper {
  margin: 0 -28px;
}
.education .education-holder.location.revers-section .box-form .formwrapper textarea {
  height: 120px;
}

.location-description {
  padding: 2rem 3rem 0;
}

.separator {
  background: #0e2935;
  padding: 1rem 0;
}
.separator .container h1 {
  font-size: 1.5rem;
  color: #007dbc;
  text-align: center;
}

.about {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .about {
    padding: 47px 0 32px;
  }
}
@media (min-width: 1024px) {
  .about {
    padding: 47px 0 32px;
  }
}
.about .container {
  max-width: 1900px;
}
@media (min-width: 768px) {
  .about .three-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -7px;
  }
}
.about .three-column .col {
  margin: 0 0 10px;
  position: relative;
}
@media (min-width: 768px) {
  .about .three-column .col {
    margin: 0;
    padding: 0 7px;
    width: 33.33%;
  }
}
.about .three-column .holder {
  overflow: hidden;
}
.about .three-column .box {
  white-space: nowrap;
  text-align: center;
  transition: transform 0.3s ease-in-out;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: left;
  position: relative;
  padding: 20px;
  transform: scale(1);
}
.about .three-column .box:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 200px;
}
.about .three-column .box > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 99%;
}
@media (min-width: 480px) {
  .about .three-column .box {
    padding: 20px 30px;
  }
}
@media (min-width: 1024px) {
  .about .three-column .box {
    padding: 20px 76px;
  }
}
@media (min-width: 1024px) {
  .about .three-column .box:after {
    min-height: 360px;
  }
}
.about .three-column .box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgb(7, 22, 28) 0%, rgba(13, 37, 48, 0.94) 26%, rgba(14, 41, 53, 0.88) 51%, rgba(7, 22, 28, 0.82) 75%, rgba(14, 41, 53, 0.75) 100%);
}
.about .three-column .box:hover {
  transform: scale(1.1);
}
.about .three-column .box:hover .more {
  color: #007dbc;
}
.about .three-column .box .block-text {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: left;
  max-width: 410px;
}
@media (min-width: 1200px) {
  .about .three-column .box .block-text {
    font-size: 18px;
    line-height: 1.666666;
  }
}
.about .three-column .box .block-text .title-block {
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
  color: #35a3dc;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.187222;
}
.about .three-column .box .block-text h3 {
  color: #fff;
}
@media (min-width: 768px) {
  .about .three-column .box .block-text h3 {
    font-size: 24px;
    line-height: 1.083333;
  }
}
@media (min-width: 1024px) {
  .about .three-column .box .block-text h3 {
    font-size: 34px;
    line-height: 1.058823;
  }
}
@media (min-width: 1200px) {
  .about .three-column .box .block-text h3 {
    font-size: 48px;
    line-height: 1.291666;
    margin: 0 0 24px;
  }
}
.about .three-column .box .block-text .more {
  transition: color 0.3s ease-in-out;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 768px) {
  .about .three-column.two-column {
    margin: 0 -18px 10px;
  }
}
.about .three-column.two-column .col {
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .about .three-column.two-column .col {
    padding: 0 18px;
    width: 50%;
  }
}
.about .three-column.two-column .box {
  white-space: nowrap;
  text-align: center;
  text-align: left;
}
.about .three-column.two-column .box:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 0;
  min-height: 200px;
}
.about .three-column.two-column .box > * {
  white-space: normal;
  display: inline-block;
  vertical-align: bottom;
  max-width: 99%;
}
@media (min-width: 1200px) {
  .about .three-column.two-column .box:after {
    min-height: 514px;
  }
}
@media (min-width: 1200px) {
  .about .three-column.two-column .box {
    padding: 20px 79px 62px;
  }
}
.about .three-column.two-column .box .block-text {
  max-width: 440px;
}
.about .three-column.two-column .box .block-text .more {
  transition: color 0.3s ease-in-out;
  text-transform: capitalize;
}

blockquote {
  text-align: center;
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  padding: 0 20px;
}
@media (min-width: 768px) {
  blockquote {
    padding: 20px 61px 0;
  }
}
blockquote i {
  position: absolute;
  font-size: 20px;
  left: 1px;
  top: 0;
  color: #007dbc;
}
@media (min-width: 768px) {
  blockquote i {
    font-size: 30px;
  }
}
blockquote p {
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  blockquote p {
    margin: 0 0 45px;
  }
}
@media (min-width: 1024px) {
  blockquote p {
    margin: 0 0 63px;
  }
}
@media (min-width: 1200px) {
  blockquote p {
    margin: 0 0 76px;
  }
}
blockquote cite {
  font-style: normal;
}
blockquote cite .author {
  font-size: 24px;
  line-height: 1.083333;
  display: block;
  color: #0e2935;
  font-style: normal;
  text-transform: uppercase;
  font-family: "Oswald", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 300;
}
@media (min-width: 768px) {
  blockquote cite .author {
    font-size: 34px;
    line-height: 1.6;
  }
}
blockquote cite .job-title {
  display: block;
  font-size: 16px;
  line-height: 1.125;
  color: #007dbc;
  text-transform: uppercase;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  blockquote cite .job-title {
    font-size: 18px;
    line-height: 1.333333;
  }
}

.cycle-gallery {
  position: relative;
  padding: 0 25px;
}
@media (min-width: 768px) {
  .cycle-gallery {
    max-width: 599px;
    margin: 0 auto;
    padding: 0 70px;
  }
}
@media (min-width: 1024px) {
  .cycle-gallery {
    padding: 0 155px;
    max-width: 939px;
  }
}
.cycle-gallery .mask {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.cycle-gallery .slideset {
  width: 100%;
  float: left;
}
.cycle-gallery .slide {
  width: 100%;
  float: left;
}
.cycle-gallery .slide.active {
  height: auto;
}
.cycle-gallery .btn-prev,
.cycle-gallery .btn-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #0e2935;
}
.cycle-gallery .btn-prev i,
.cycle-gallery .btn-next i {
  font-weight: bold;
}
.cycle-gallery .btn-prev:hover,
.cycle-gallery .btn-next:hover {
  color: #007dbc;
}
.cycle-gallery .btn-prev {
  left: 0;
}
.cycle-gallery .btn-next {
  right: 0;
}

.testimonials-section {
  background: #ebebeb;
  padding: 61px 0 70px;
}
.testimonials-section.bg-blue {
  background: #007dbc;
}
.testimonials-section.bg-blue blockquote {
  margin: 0;
  color: #fff;
}
.testimonials-section.bg-blue blockquote i {
  color: #fff;
}
.testimonials-section.bg-blue blockquote .author {
  color: #fff;
}
.testimonials-section.bg-blue blockquote .job-title {
  color: #fff;
}
.testimonials-section.bg-blue .btn-prev,
.testimonials-section.bg-blue .btn-next {
  color: #fff;
}
.testimonials-section.bg-blue .btn-prev:hover,
.testimonials-section.bg-blue .btn-next:hover {
  color: #0e2935;
}

.description {
  padding: 20px 0;
}
@media (min-width: 480px) {
  .description {
    padding: 50px 0;
  }
}
@media (min-width: 768px) {
  .description {
    padding: 40px 0 40px;
  }
}
@media (min-width: 1024px) {
  .description {
    padding: 50px 0 50px;
  }
}
@media (min-width: 1200px) {
  .description {
    padding: 50px 0 50px;
  }
}
.description.nohero {
  margin-top: 80px;
}
.description .content-text {
  max-width: 907px;
  margin: 0 auto;
  text-align: left;
}
.description .content-text h3 {
  letter-spacing: 1.4px;
  margin: 0 0 15px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .description .content-text h3 {
    margin: 0 0 29px;
  }
}
.description .content-text p {
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .description .content-text p {
    margin: 0 0 29px;
  }
}
.description.center {
  padding: 50px 0;
}
@media (min-width: 480px) {
  .description.center {
    padding: 50px 0;
  }
}
@media (min-width: 768px) {
  .description.center {
    padding: 50px 0 50px;
  }
}
@media (min-width: 1024px) {
  .description.center {
    padding: 50px 0 50px;
  }
}
@media (min-width: 1200px) {
  .description.center {
    padding: 50px 0 50px;
  }
}
.description.center .content-text {
  text-align: center;
}
@media (min-width: 1024px) {
  .description.center .content-text {
    max-width: 802px;
    margin: 0 auto;
  }
}
.description.center .content-text h3 {
  font-size: 25px;
  line-height: 1.08;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .description.center .content-text h3 {
    margin: 0 0 33px;
    font-size: 48px;
    line-height: 1.416666;
    letter-spacing: 1.1px;
  }
}
.description.center .content-text p {
  margin: 0 0 14px;
}
.description.center .content-text a {
  color: #007dbc;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.75;
  font-weight: bold;
}
.description.center .content-text a:hover {
  color: #363636;
}

.submit-contact {
  min-height: 616px;
  position: relative;
}
.submit-contact .paralax-box {
  padding: 20px 0 16px;
  position: relative;
}
@media (min-width: 480px) {
  .submit-contact .paralax-box {
    padding: 50px 0 16px;
  }
}
@media (min-width: 768px) {
  .submit-contact .paralax-box {
    padding: 100px 0 16px;
  }
}
@media (min-width: 1024px) {
  .submit-contact .paralax-box {
    padding: 119px 0 16px;
  }
}
.submit-contact .paralax-box:after {
  content: "";
  position: absolute;
  top: 20%;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.01) 8%, rgba(0, 0, 0, 0.09) 21%, rgba(0, 0, 0, 0.64) 74%, rgba(0, 0, 0, 0.77) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.01) 8%, rgba(0, 0, 0, 0.09) 21%, rgba(0, 0, 0, 0.64) 74%, rgba(0, 0, 0, 0.77) 100%);
  z-index: 1;
}
.submit-contact .paralax-box .container {
  position: relative;
  z-index: 2;
}
.submit-contact .paralax-box .bg-holder:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 41, 53, 0.8);
}
.submit-contact .col-holder {
  position: relative;
}
@media (min-width: 1024px) {
  .submit-contact .col-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.submit-contact .col-holder .col {
  color: #fff;
}
@media (min-width: 1024px) {
  .submit-contact .col-holder .col {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .submit-contact .col-holder .col:first-child {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
  }
}
.submit-contact .col-holder .col h1, .submit-contact .col-holder .col h3 {
  color: #fff;
}
.submit-contact .col-holder .col .text {
  font-size: 20px;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .submit-contact .col-holder .col .text {
    max-width: 640px;
    padding: 0 0 0 10px;
  }
}
.submit-contact .col-holder .col .text h1 {
  margin: 0 0 13px;
}
@media (min-width: 1200px) {
  .submit-contact .col-holder .col .text h1 {
    letter-spacing: 5px;
  }
}
@media (min-width: 1200px) {
  .submit-contact .col-holder .col .text p {
    margin: 0 0 48px;
  }
}

.box-form {
  padding: 25px;
  background: #fff;
}
@media (min-width: 1024px) {
  .box-form {
    padding: 40px 25px 60px;
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .box-form {
    padding: 38px 48px 48px 65px;
  }
}
.box-form .form label {
  display: block;
  text-transform: uppercase;
  color: #0e2935;
  font-size: 14px;
  line-height: 1.142857;
  font-weight: 400;
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  .box-form .form label {
    font-size: 18px;
    line-height: 1.11111;
  }
}
.box-form .form label.required:after {
  content: "*";
}
.box-form .form .formrow {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .box-form .form .input-holder {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
  }
}
@media (min-width: 1200px) {
  .box-form .form .input-holder {
    margin: 0 -28px;
  }
}
@media (min-width: 1024px) {
  .box-form .form .input-group {
    padding: 0 18px;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .box-form .form .input-group {
    padding: 0 28px;
  }
}
.box-form .form .input-group.textarea-column {
  width: 100%;
}
.box-form .form .input-group.input-checkbox {
  width: 100%;
  line-height: 1.5;
}
.box-form .form .input-group.input-checkbox label {
  line-height: 1.5;
}
.box-form .form .input-group.input-checkbox input[type=checkbox] {
  height: 18px !important;
  margin-bottom: 0 !important;
  width: auto !important;
  margin-right: 6px !important;
}
.box-form .form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #0e2935;
  height: 35px;
  color: #0e2935;
  margin: 0 0 39px;
}
.box-form .form textarea {
  border: 1px solid #0e2935;
  color: #0e2935;
  width: 100%;
  margin: 0 0 23px;
  resize: none;
  min-height: 137px;
}
.box-form .form textarea.text {
  max-width: 100% !important;
}
.box-form .form .btn-holder {
  text-align: right;
  width: 100%;
}
.box-form .form .btn-holder button {
  transition: color 0.3s ease-in-out;
  display: inline-block;
  vertical-align: top;
  border: none;
  background: transparent;
  font-size: 18px;
  line-height: 1.039444;
  color: red;
  font-weight: bold;
  text-transform: uppercase;
  color: #007dbc;
  padding: 0 5px;
}
.box-form .form .btn-holder button:hover {
  color: #363636;
}

.bg-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1024px) {
  .bg-holder {
    overflow: hidden;
    background-attachment: fixed;
  }
}
.bg-holder img {
  height: auto;
  position: absolute;
  width: auto;
}

.is-touch-device {
  background-size: cover;
}

.contact {
  position: relative;
  background: #007dbc;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .contact {
    padding: 50px 0;
  }
}
@media (min-width: 1024px) {
  .contact {
    padding: 57px 0 48px;
  }
}
@media (min-width: 480px) {
  .contact .contact-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
  }
}
.contact .col {
  color: #fff;
  text-align: center;
  padding: 0 0 5px;
}
@media (min-width: 1200px) {
  .contact .col h4 {
    text-transform: uppercase;
    margin: 0 0 21px;
  }
}
.contact .col h4 a {
  color: #fff;
}
.contact .col h4 a:hover, .contact .col h4 a:focus {
  color: #0e2935;
}
.contact .col p a {
  color: #fff;
}
.contact .col p a:hover, .contact .col p a:focus {
  color: #0e2935;
}
.contact .col ul li {
  color: #fff;
  font-size: 14px;
  line-height: 1.142857;
  text-transform: uppercase;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 768px) {
  .contact .col ul li {
    font-size: 18px;
    line-height: 1.555555;
  }
}
.contact .col ul li address {
  font-style: normal;
  margin: 0;
}
.contact .col ul li a {
  color: #fff;
  display: inline-block;
  vertical-align: top;
}
.contact .col ul li a:hover {
  color: #363636;
}
.contact .col h4 {
  margin: 0 0 20px;
  color: #fff;
}

.career {
  padding: 50px 0;
}
@media (min-width: 480px) {
  .career {
    padding: 72px 0;
  }
}
@media (min-width: 1024px) {
  .career {
    padding: 72px 0 128px;
  }
}
.career .text-block {
  text-align: center;
}
@media (min-width: 1024px) {
  .career .text-block {
    max-width: 802px;
    margin: 0 auto;
  }
}
.career .text-block h3 {
  font-size: 25px;
  line-height: 1.08;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .career .text-block h3 {
    margin: 0 0 33px;
    font-size: 48px;
    line-height: 1.416666;
    letter-spacing: 1.1px;
  }
}
.career .text-block p {
  margin: 0 0 14px;
}
.career .text-block a {
  color: #007dbc;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.75;
  font-weight: bold;
}
.career .text-block a:hover {
  color: #363636;
}

.team {
  background: #007dbc;
  padding: 20px 0 30px;
}
@media (min-width: 480px) {
  .team {
    padding: 40px 0 43px;
  }
}
@media (min-width: 768px) {
  .team {
    padding: 68px 0 43px;
  }
}
@media (min-width: 480px) {
  .team .team-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .team .team-holder {
    max-width: 1260px;
    margin: 0 auto;
    justify-content: space-between;
  }
}
.team .team-holder .col {
  text-align: center;
  margin: 0 auto 20px;
  color: #fff;
}
@media (min-width: 768px) {
  .team .team-holder .col {
    text-align: left;
    margin: 0 0 20px;
  }
  .team .team-holder .col.half {
    width: 45%;
  }
  .team .team-holder .col.oneThird {
    width: 30%;
  }
  .team .team-holder .col.twoThirds {
    width: 65%;
  }
}
.team .team-holder .col h1, .team .team-holder .col h2, .team .team-holder .col h3, .team .team-holder .col h4, .team .team-holder .col h5, .team .team-holder .col h6 {
  color: #fff;
}
.team .team-holder .col h3 {
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .team .team-holder .col h3 {
    margin: 0 0 20px;
  }
}
@media (min-width: 1200px) {
  .team .team-holder .col h3 {
    letter-spacing: 2px;
    margin: 0 0 29px;
  }
}
.team .team-holder .col span.spacer {
  display: block;
  height: 80px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .team .team-holder .col span.spacer {
    margin: 0 0 20px;
  }
}
@media (min-width: 1200px) {
  .team .team-holder .col span.spacer {
    margin: 0 0 29px;
  }
}
@media (min-width: 768px) {
  .team .team-holder .col ul.column {
    margin: 0 -30px;
    column-count: 2;
  }
}
@media (min-width: 1024px) {
  .team .team-holder .col ul.column {
    margin: 0 -64px;
  }
}
@media (min-width: 768px) {
  .team .team-holder .col ul.column li {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .team .team-holder .col ul.column li {
    padding: 0 64px;
  }
}
.team .team-holder .col ul li {
  font-size: 14px;
  line-height: 1.142857;
  color: #fff;
  text-transform: uppercase;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .team .team-holder .col ul li {
    margin: 0 0 13px;
    letter-spacing: 2px;
  }
}
@media (min-width: 768px) {
  .team .team-holder .col ul li {
    font-size: 19px;
    line-height: 1.105263;
  }
}
.team .team-holder .col ul li:before {
  background-color: #fff;
}
.team .team-holder .col ul li a:hover {
  color: #363636;
}

.accordion > li {
  margin: 0 0 15px;
}
.accordion > li.active a {
  color: #0e2935;
}
.accordion > li.active a i {
  transform: rotate(90deg);
}
.accordion > li > a {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.18722;
  font-weight: bold;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 15px;
  padding: 0 0 0 30px;
}
@media (min-width: 1024px) {
  .accordion > li > a {
    padding: 0 0 0 50px;
  }
}
@media (min-width: 1200px) {
  .accordion > li > a {
    padding: 0 0 0 75px;
  }
}
.accordion > li > a:hover {
  color: #0e2935;
}
.accordion > li > a i {
  transition: transform 0.3s ease-in-out;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #0e2935;
  line-height: 0;
}
@media (min-width: 1024px) {
  .accordion > li .slide {
    padding: 0 0 0 70px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .accordion > li .slide {
    padding: 0 190px 0 75px;
  }
}
.accordion > li .slide p {
  margin: 0 0 15px;
}
.accordion > li .slide p:last-of-type {
  margin: 0;
}

.list-description {
  padding: 20px 0 40px;
}
@media (min-width: 480px) {
  .list-description {
    padding: 50px 0 70px;
  }
}
@media (min-width: 768px) {
  .list-description {
    padding: 70px 0 90px;
  }
}
@media (min-width: 1024px) {
  .list-description {
    padding: 100px 0 120px;
  }
}
@media (min-width: 1200px) {
  .list-description {
    padding: 125px 0 146px;
  }
}
.list-description .container {
  max-width: 100%;
  padding: 0 35px;
}
@media (min-width: 1024px) {
  .list-description .description-holder {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.list-description .img-holder {
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-100%);
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  .list-description .img-holder {
    margin: 0;
    width: 50% !important;
  }
}
.list-description .img-holder img {
  width: 100%;
}
.list-description .items {
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  opacity: 0;
  transform: translateX(100%);
  text-align: center;
}
@media (min-width: 1024px) {
  .list-description .items {
    text-align: left;
    width: 44.8%;
  }
}
.list-description .items h3 {
  margin: 0 0 30px;
  font-size: 32px;
  line-height: 1.0625;
}
@media (min-width: 768px) {
  .list-description .items h3 {
    margin: 0 0 50px;
  }
}
@media (min-width: 1024px) {
  .list-description .items h3 {
    font-size: 48px;
    line-height: 1.291666;
  }
}
@media (min-width: 1200px) {
  .list-description .items h3 {
    margin: 0 0 71px;
  }
}
.list-description.in-viewport .img-holder {
  opacity: 1;
  transform: translateX(0);
}
.list-description.in-viewport .items {
  opacity: 1;
  transform: translateX(0);
}

.sorting-grid {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .sorting-grid {
    padding: 48px 0 100px;
  }
}
@media (min-width: 1024px) {
  .sorting-grid {
    padding: 48px 0 124px;
  }
}
.sorting-grid .container {
  max-width: 1900px;
}
.sorting-grid .category-header a {
  color: #363636;
  text-decoration: underline;
}
.sorting-grid .radio-form {
  display: none;
}
.sorting-grid.show-sub-filter .radio-form {
  display: block;
}
.sorting-grid .open-close {
  text-align: center;
  padding: 0 0 50px;
}
@media (min-width: 768px) {
  .sorting-grid .open-close {
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.sorting-grid .open-close .opener {
  font-size: 18px;
  line-height: 1.272727;
  color: #fff;
  background: #081e28;
  display: block;
  padding: 10px;
  text-transform: uppercase;
  font-family: "Oswald", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 768px) {
  .sorting-grid .open-close .opener {
    display: none;
  }
}
.sorting-grid .open-close h4 {
  display: none;
}
@media (min-width: 768px) {
  .sorting-grid .open-close h4 {
    display: block;
  }
}
@media (min-width: 768px) {
  .sorting-grid .filter-list {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .sorting-grid .filter-list li {
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
}
.sorting-grid .filter-list li.active a {
  background: #081e28;
  color: #fff;
}
.sorting-grid .filter-list a {
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  color: #081e28;
  font-size: 18px;
  line-height: 1.272727;
  padding: 8px;
  display: block;
  font-family: "Oswald", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 768px) {
  .sorting-grid .filter-list a {
    padding: 8px 16px;
  }
}
.sorting-grid .filter-list a:hover {
  background: #081e28;
  color: #fff;
}
.sorting-grid .subcategories-list .filter-list {
  background-color: #eee;
}
.sorting-grid .subcategories-list .filter-list a {
  font-size: 0.8rem;
}
.sorting-grid .item-holder {
  padding: 0;
}
@media (min-width: 480px) {
  .sorting-grid .item-holder {
    margin: -15px;
  }
}
.sorting-grid .item-holder .box-item {
  opacity: 1;
  position: relative;
  width: 100%;
}
@media (min-width: 480px) {
  .sorting-grid .item-holder .box-item {
    width: 50%;
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .sorting-grid .item-holder .box-item {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .sorting-grid .item-holder .box-item {
    width: 20%;
  }
}
.sorting-grid.form-section .open-close {
  padding: 0 0 25px;
}
.sorting-grid.form-section .item-holder {
  padding: 0 0 20px;
}
@media (min-width: 768px) {
  .sorting-grid.form-section .item-holder {
    padding: 0 0 40px;
  }
}
@media (min-width: 1024px) {
  .sorting-grid.form-section .item-holder {
    padding: 0 0 60px;
  }
}
.sorting-grid.form-section .item-holder .box-item {
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  opacity: 1;
  transform: translateY(0);
  position: relative;
}
@media (min-width: 768px) {
  .sorting-grid.form-section .item-holder .box-item {
    width: 33.33%;
  }
}
@media (min-width: 1024px) {
  .sorting-grid.form-section .item-holder .box-item {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .sorting-grid.form-section .item-holder .box-item {
    width: 25%;
  }
}
.sorting-grid.form-section .item-holder .box-item.new-item {
  opacity: 0;
  transform: translateY(15px);
}
.sorting-grid.form-section .item-holder .box-item .item.hover blockquote {
  opacity: 1;
  visibility: visible;
}
.sorting-grid.form-section .item-holder .box-item .item.hover .post-link {
  opacity: 1;
  visibility: visible;
}
.sorting-grid.form-section .item-holder .box-item .item.hover .title-post {
  opacity: 1;
}
.sorting-grid.form-section .item-holder .box-item .item .post-link {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  position: absolute;
  right: 36px;
  bottom: 36px;
  color: #fff;
  width: 28px;
  height: 28px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  opacity: 0;
  visibility: hidden;
  z-index: 6;
}
.sorting-grid.form-section .item-holder .box-item .item .post-link i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 15px;
  text-shadow: none;
}
.sorting-grid.form-section .item-holder .box-item.parameter-1 blockquote {
  background-color: #007dbc;
}
.sorting-grid.form-section .item-holder .box-item.parameter-2 blockquote {
  background-color: #921600;
}
.sorting-grid.form-section .item-holder .box-item.parameter-3 blockquote {
  background-color: #a6b664;
}
.sorting-grid.form-section .item-holder .box-item.parameter-4 blockquote {
  background-color: rgba(14, 41, 53, 0.9);
}
.sorting-grid.form-section .item-holder .box-item.parameter-5 blockquote {
  background-color: #921600;
}
.sorting-grid.form-section .item-holder .box-item .title-post {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
  font-size: 12px;
  line-height: 1.166666;
}
@media (min-width: 1024px) {
  .sorting-grid.form-section .item-holder .box-item .title-post {
    font-size: 16px;
    line-height: 1.125;
  }
}
@media (min-width: 1200px) {
  .sorting-grid.form-section .item-holder .box-item .title-post {
    font-size: 18px;
    line-height: 1.333333;
  }
}
.sorting-grid.form-section .item-holder .box-item blockquote {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  white-space: nowrap;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.142857;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  display: block;
  z-index: 6;
  padding: 15px;
  text-align: left;
}
.sorting-grid.form-section .item-holder .box-item blockquote:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 100%;
}
.sorting-grid.form-section .item-holder .box-item blockquote > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 99%;
}
.sorting-grid.form-section .item-holder .box-item blockquote.green {
  background-color: #a6b664;
}
.sorting-grid.form-section .item-holder .box-item blockquote.red {
  background-color: #921600;
}
.sorting-grid.form-section .item-holder .box-item blockquote.blue {
  background-color: #007dbc;
}
.sorting-grid.form-section .item-holder .box-item blockquote.darkblue {
  background-color: #0e2935;
}
@media (min-width: 1200px) {
  .sorting-grid.form-section .item-holder .box-item blockquote {
    font-size: 16px;
    line-height: 1.125;
    padding: 15px 47px;
  }
}
@media (min-width: 1600px) {
  .sorting-grid.form-section .item-holder .box-item blockquote {
    font-size: 23px;
    line-height: 1.73913;
  }
}
.sorting-grid.form-section .item-holder .box-item blockquote p {
  margin: 0;
}
.sorting-grid.featured {
  padding: 48px 0;
}
.sorting-grid.featured .item-holder {
  padding-bottom: 0;
}
.sorting-grid .btn-more {
  text-align: center;
  margin-top: 64px;
}
.sorting-grid .btn-more a {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.866666;
  font-weight: bold;
}
.sorting-grid .btn-more a:hover {
  color: #363636;
}

.radio-form {
  padding: 0 0 20px;
  text-align: center;
  margin: 0 -27px;
}
@media (min-width: 768px) {
  .radio-form {
    padding: 0 0 40px;
  }
}
@media (min-width: 1024px) {
  .radio-form {
    padding: 0 0 54px;
  }
}
.radio-form .input-group {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 0 27px;
}
.radio-form .input-group label {
  font-family: "Oswald", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  color: #007dbc;
}

.careers-section .two-column {
  padding: 39px 0 0;
}
@media (min-width: 1024px) {
  .careers-section .two-column {
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
}
.careers-section .two-column .video-popup {
  padding: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .careers-section .two-column .video-popup {
    width: 53%;
  }
}
@media (min-width: 1200px) {
  .careers-section .two-column .video-popup {
    width: 63%;
  }
}
.careers-section .two-column .video-popup .holder {
  display: block;
  min-height: 0;
}
.careers-section .two-column .video-popup .holder .holder-fix {
  white-space: nowrap;
  text-align: center;
  min-height: 200px;
  text-align: left;
  position: relative;
  z-index: 2;
}
.careers-section .two-column .video-popup .holder .holder-fix:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 0;
  min-height: 200px;
}
.careers-section .two-column .video-popup .holder .holder-fix > * {
  white-space: normal;
  display: inline-block;
  vertical-align: bottom;
  max-width: 99%;
}
@media (min-width: 768px) {
  .careers-section .two-column .video-popup .holder .holder-fix {
    min-height: 400px;
  }
  .careers-section .two-column .video-popup .holder .holder-fix:after {
    min-height: 400px;
  }
}
@media (min-width: 1024px) {
  .careers-section .two-column .video-popup .holder .holder-fix {
    min-height: 678px;
  }
  .careers-section .two-column .video-popup .holder .holder-fix:after {
    min-height: 678px;
  }
}
.careers-section .two-column .video-popup .holder:before {
  background: rgba(8, 30, 40, 0.44);
}
.careers-section .two-column .video-popup .holder .container {
  width: 73%;
}
.careers-section .two-column .video-popup .holder .container h1 {
  color: #fff;
}
.careers-section .two-column .video-popup .holder .container h2 {
  letter-spacing: 3px;
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.083333;
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .careers-section .two-column .video-popup .holder .container h2 {
    font-size: 56px;
    line-height: 1.035714;
  }
}
.careers-section .two-column .video-popup .content-text {
  text-align: left;
  padding: 22px 0 0;
  margin: 0 auto;
  max-width: 779px;
}
@media (min-width: 1024px) {
  .careers-section .two-column .video-popup .content-text {
    padding: 44px 0 0;
  }
}
.careers-section .two-column .video-popup .content-text p {
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .careers-section .two-column .video-popup .content-text p {
    margin: 0 0 28px;
  }
}

.tab-section {
  background: #007dbc;
  padding: 15px 10px;
}
@media (min-width: 1024px) {
  .tab-section {
    width: 47%;
    padding: 95px 10px;
  }
}
@media (min-width: 1200px) {
  .tab-section {
    padding: 110px 20px 64px 95px;
  }
}
.tab-section .tabset {
  text-align: center;
  margin: 0 0 20px;
  position: relative;
  z-index: 14;
}
@media (min-width: 1024px) {
  .tab-section .tabset {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .tab-section .tabset {
    margin: 0 0 49px;
  }
}
.tab-section .tabset li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: -0.1px;
}
@media (min-width: 768px) {
  .tab-section .tabset li {
    margin: 0 39px 0 0;
  }
}
@media (min-width: 1024px) {
  .tab-section .tabset li {
    margin: 0 1px 0 0;
  }
}
@media (min-width: 1500px) {
  .tab-section .tabset li {
    margin: 0 10px 0 0;
  }
}
.tab-section .tabset li > a {
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  text-transform: uppercase;
  color: #081e28;
  padding: 7px 9px;
  font-size: 12px;
  line-height: 1.166666;
  display: block;
  font-family: "Oswald", "Helvetica Neue", "Helvetica", sans-serif;
}
.tab-section .tabset li > a:hover {
  background: #081d27;
  color: #fff;
}
.tab-section .tabset li > a.active {
  background: #081d27;
  color: #fff;
}
@media (min-width: 768px) {
  .tab-section .tabset li > a {
    font-size: 16px;
    line-height: 1.125;
  }
}
@media (min-width: 1024px) {
  .tab-section .tabset li > a {
    font-size: 14px;
    line-height: 1.142857;
  }
}
@media (min-width: 1500px) {
  .tab-section .tabset li > a {
    font-size: 18px;
    line-height: 1.111111;
  }
}
@media (min-width: 1920px) {
  .tab-section .tabset li > a {
    font-size: 24px;
    line-height: 1.083333;
  }
}
.tab-section .jcf-scrollable-wrapper {
  width: 100% !important;
  height: 733px !important;
}
.tab-section .jcf-scrollable {
  width: 100% !important;
  height: 733px !important;
  overflow: hidden;
}
.tab-section .tab-content {
  transition: height 0.3s ease-in-out;
  position: relative;
  padding: 0 30px;
}
@media (min-width: 480px) {
  .tab-section .tab-content {
    padding: 0 63px;
  }
}
@media (min-width: 1200px) {
  .tab-section .tab-content {
    padding: 0 149px 0 60px;
  }
}
.tab-section .tab-content .tab {
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.tab-section .tab-content .tab.active {
  opacity: 1;
}
.tab-section .tab-content .post {
  margin: 0 0 25px;
}
@media (min-width: 1200px) {
  .tab-section .tab-content .post {
    margin: 0 0 38px;
  }
}
.tab-section .tab-content .post a {
  display: block;
}
.tab-section .tab-content .post a h4 {
  transition: color 0.3s ease-in-out;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 8px;
}
@media (min-width: 1200px) {
  .tab-section .tab-content .post a h4 {
    margin: 0 0 15px;
    line-height: 1.3;
  }
}
.tab-section .tab-content .post a h4:hover {
  color: #081e28;
}

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

.lightbox-demo {
  margin: 0;
  padding: 0;
}
.lightbox-demo.lightbox-sm {
  width: 1070px;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .lightbox-demo.lightbox-sm {
    padding: 75px 150px;
  }
}
.lightbox-demo.lightbox-full {
  width: 100%;
}
@media (min-width: 481px) {
  .lightbox-demo.lightbox-full {
    width: calc(100% - 66px);
  }
}

@media (min-width: 1200px) {
  .block-popup {
    display: flex;
  }
}
.block-popup .content-text {
  text-align: left;
  margin: 0;
  padding: 15px;
  max-width: 100%;
  font-size: 12px;
  line-height: 1.166666;
}
@media (min-width: 768px) {
  .block-popup .content-text {
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .block-popup .content-text {
    padding: 46px;
  }
}
@media (min-width: 1200px) {
  .block-popup .content-text {
    width: 35.5%;
    font-size: 17px;
    line-height: 1.7;
  }
}
@media (min-width: 1800px) {
  .block-popup .content-text {
    padding: 69px 127px 70px;
  }
}
.block-popup .content-text .text-color {
  font-size: 14px;
  line-height: 1.142857;
}
@media (min-width: 1200px) {
  .block-popup .content-text .text-color {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
.block-popup .content-text h3 {
  font-size: 20px;
  line-height: 1.1;
}
@media (min-width: 1200px) {
  .block-popup .content-text h3 {
    font-size: 48px;
    margin-bottom: 32px;
    line-height: 1.166666;
    letter-spacing: 1.2px;
  }
}
@media (min-width: 1200px) {
  .block-popup .content-text p {
    margin-bottom: 28px;
  }
}
.block-popup .content-text p:last-of-type {
  margin: 0;
}
.block-popup .popup-gallery {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .block-popup .popup-gallery {
    width: 64.5%;
  }
}
.block-popup .popup-gallery .mask {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.block-popup .popup-gallery .slideset {
  width: 99999px;
  float: left;
}
.block-popup .popup-gallery .slide {
  width: 100%;
  float: left;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  min-height: 200px;
}
@media (min-width: 768px) {
  .block-popup .popup-gallery .slide {
    min-height: 400px;
  }
}
@media (min-width: 1024px) {
  .block-popup .popup-gallery .slide {
    min-height: 600px;
  }
}
@media (min-width: 1200px) {
  .block-popup .popup-gallery .slide {
    min-height: 820px;
  }
}
.block-popup .popup-gallery .slide.active {
  height: auto;
}
.block-popup .popup-gallery .slide.playing .btn-play {
  display: none;
}
.block-popup .popup-gallery .slide.playing iframe {
  opacity: 1;
}
.block-popup .popup-gallery .slide.pano-slide {
  cursor: grab !important;
}
.block-popup .popup-gallery .slide.pano-slide iframe {
  opacity: 1;
}
.block-popup .popup-gallery iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
}
.block-popup .popup-gallery .btn-prev,
.block-popup .popup-gallery .btn-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  text-shadow: 0px 0px 6px #0d222d;
  z-index: 11;
  color: #fff;
  line-height: 1;
}
@media (min-width: 768px) {
  .block-popup .popup-gallery .btn-prev,
  .block-popup .popup-gallery .btn-next {
    font-size: 25px;
  }
}
@media (min-width: 1024px) {
  .block-popup .popup-gallery .btn-prev,
  .block-popup .popup-gallery .btn-next {
    font-size: 36px;
  }
}
.block-popup .popup-gallery .btn-prev:hover,
.block-popup .popup-gallery .btn-next:hover {
  color: #007dbc;
}
.block-popup .popup-gallery .btn-prev {
  left: 20px;
}
@media (max-width: 767px) {
  .block-popup .popup-gallery .btn-prev {
    display: none;
  }
}
@media (min-width: 1024px) {
  .block-popup .popup-gallery .btn-prev {
    left: 26px;
  }
}
.block-popup .popup-gallery .btn-next {
  right: 20px;
}
@media (max-width: 767px) {
  .block-popup .popup-gallery .btn-next {
    display: none;
  }
}
@media (min-width: 1024px) {
  .block-popup .popup-gallery .btn-next {
    right: 26px;
  }
}
.block-popup .popup-gallery .btn-link {
  transition: color 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: #fff;
}
.block-popup .popup-gallery .btn-link:hover {
  color: #007dbc;
}
@media (min-width: 1024px) {
  .block-popup .popup-gallery .btn-link {
    font-size: 60px;
  }
}

.popup-form {
  text-align: center;
}
.popup-form .text-color {
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .popup-form .text-color {
    margin: 0 0 20px;
  }
}
@media (min-width: 1024px) {
  .popup-form .text-color {
    margin: 0 0 30px;
  }
}
.popup-form h1 {
  font-size: 26px;
  line-height: 1.076923;
  font-weight: 300;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .popup-form h1 {
    margin: 0 0 25px;
    font-size: 36px;
    line-height: 1.055555;
  }
}
@media (min-width: 1024px) {
  .popup-form h1 {
    margin: 0 0 50px;
    font-size: 52px;
    line-height: 1.038461;
  }
}
.popup-form label {
  text-align: left;
}
.popup-form .btn-holder {
  text-align: center;
}

.resume {
  padding: 30px 0;
}
@media (min-width: 480px) {
  .resume {
    padding: 50px 20px;
  }
}
@media (min-width: 768px) {
  .resume {
    padding: 70px 20px;
  }
}
@media (min-width: 1024px) {
  .resume {
    padding: 70px 50px 112px;
  }
}
@media (min-width: 1200px) {
  .resume {
    padding: 70px 100px 112px;
  }
}
@media (min-width: 1600px) {
  .resume {
    padding: 70px 135px 112px;
  }
}
.resume .submit-holder {
  text-align: left;
  margin: 0 0 11px;
}
@media (min-width: 768px) {
  .resume .submit-holder {
    text-align: right;
  }
}
.resume button {
  transition: color 0.3s ease-in-out;
  color: #007dbc;
  text-transform: uppercase;
  font-weight: 700;
  background: none;
  border: none;
  font-size: 14px;
  line-height: 1.142857;
}
@media (min-width: 768px) {
  .resume button {
    font-size: 18px;
    line-height: 1.111111;
  }
}
.resume button:hover {
  color: #35a3dc;
}
@media (min-width: 480px) {
  .resume .title-wrap {
    margin: 0 0 30px;
  }
}
@media (min-width: 768px) {
  .resume .title-wrap {
    margin: 0 0 42px;
  }
}
.resume .title-wrap h1 {
  font-weight: 300;
  font-size: 25px;
  line-height: 1.08;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  .resume .title-wrap h1 {
    font-size: 32px;
    line-height: 1.0625;
  }
}
@media (min-width: 768px) {
  .resume .title-wrap h1 {
    font-size: 42px;
    line-height: 1.047619;
  }
}
@media (min-width: 1024px) {
  .resume .title-wrap h1 {
    font-size: 44px;
    line-height: 1.045454;
    letter-spacing: 3.4px;
    margin: 0 0 13px;
  }
}
.resume h5 {
  font-weight: 400;
}
@media (min-width: 480px) {
  .resume h5 {
    margin: 0 0 26px;
  }
}
@media (min-width: 768px) {
  .resume h5 {
    margin: 0 0 40px;
  }
}
.resume .text-color {
  font-size: 16px;
  line-height: 1.125;
}
.resume ul:not([class]):not([id]) {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .resume ul:not([class]):not([id]) {
    margin: 0 0 50px;
  }
}
@media (min-width: 480px) {
  .resume ul:not([class]):not([id]) li {
    margin: 0 0 5px;
  }
}
@media (min-width: 768px) {
  .resume ul:not([class]):not([id]) li {
    margin: 0 0 10px;
  }
}

.card-profile .card-holder {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.card-profile .card-holder .left-block {
  padding: 46px 15px 15px;
}
@media (min-width: 768px) {
  .card-profile .card-holder .left-block {
    padding: 34px 50px 57px;
  }
}
@media (min-width: 1024px) {
  .card-profile .card-holder .left-block {
    width: calc(100% - 350px);
  }
}
@media (min-width: 1200px) {
  .card-profile .card-holder .left-block {
    padding: 34px 68px 57px;
  }
}
@media (min-width: 1600px) {
  .card-profile .card-holder .left-block {
    padding: 34px 72px 68 157px;
    width: calc(100% - 500px);
  }
}
@media (min-width: 1920px) {
  .card-profile .card-holder .left-block {
    width: calc(100% - 693px);
  }
}
.card-profile .card-holder .left-block.fullpage {
  margin-top: 40px;
}
.card-profile .card-holder .left-block .info-holder {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .card-profile .card-holder .left-block .info-holder {
    margin: 0 0 40px;
  }
}
@media (min-width: 1024px) {
  .card-profile .card-holder .left-block .info-holder {
    margin: 0 0 65px;
  }
}
@media (min-width: 1200px) {
  .card-profile .card-holder .left-block .info-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
}
.card-profile .card-holder .left-block .info-holder .img-holder {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
  width: 100%;
  margin: 0 0 20px;
}
@media (min-width: 480px) {
  .card-profile .card-holder .left-block .info-holder .img-holder {
    min-height: 355px;
  }
}
@media (min-width: 1200px) {
  .card-profile .card-holder .left-block .info-holder .img-holder {
    margin: 0;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .card-profile .card-holder .left-block .info-block {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .card-profile .card-holder .left-block .info-block .info-description {
    margin: 0 0 0 48px;
  }
}
.card-profile .card-holder .left-block .info-block .info-description h3 {
  text-transform: uppercase;
  margin: 0;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .card-profile .card-holder .left-block .info-block .info-description h3 {
    font-size: 38px;
    line-height: 1.052631;
    margin: 0 0 21px;
  }
}
.card-profile .card-holder .left-block .info-block .info-description .text-color {
  font-size: 16px;
  line-height: 1.125;
  font-weight: 700;
  margin: 0 0 23px;
}
.card-profile .card-holder .left-block .info-block .info-description .profile-social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  max-width: 300px;
  margin: 0 -5px 20px;
}
@media (min-width: 480px) {
  .card-profile .card-holder .left-block .info-block .info-description .profile-social {
    margin: 0 -5px 27px;
  }
}
.card-profile .card-holder .left-block .info-block .info-description .profile-social li {
  padding: 0 4px;
}
.card-profile .card-holder .left-block .info-block .info-description .profile-social li a {
  color: #0a1114;
  display: block;
  position: relative;
}
.card-profile .card-holder .left-block .info-block .info-description .profile-social li a.icon-social:hover {
  color: #35a3dc;
  border-color: #35a3dc;
}
.card-profile .card-holder .left-block .info-block .info-description .profile-social li a:hover {
  color: #35a3dc;
}
.card-profile .card-holder .left-block .info-block .info-description .profile-social li .icon-social {
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #0a1114;
}
.card-profile .card-holder .left-block .info-block .info-description .profile-social li .icon-social i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  line-height: 1.142857;
}
.card-profile .card-holder .left-block .info-block .edu-list {
  overflow: hidden;
  background: #007dbc;
  padding: 15px;
  margin: 0 0 20px;
  padding: 22px;
}
@media (min-width: 768px) {
  .card-profile .card-holder .left-block .info-block .edu-list {
    margin: 0 0 40px;
    padding: 22px 26px 26px;
  }
}
@media (min-width: 1024px) {
  .card-profile .card-holder .left-block .info-block .edu-list {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .card-profile .card-holder .left-block .info-block .edu-list {
    padding: 22px 50px 16px;
  }
}
.card-profile .card-holder .left-block .info-block .edu-list h5 {
  text-transform: uppercase;
  margin: 0 0 10px;
  padding: 0 0 12px;
  font-size: 17px;
  line-height: 1.117647;
  font-weight: 400;
  color: #fff;
  position: relative;
}
.card-profile .card-holder .left-block .info-block .edu-list h5:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: -100%;
  height: 2px;
  background: #fff;
}
@media (min-width: 480px) {
  .card-profile .card-holder .left-block .info-block .edu-list h5 {
    margin: 0 0 27px;
  }
}
@media (min-width: 1720px) {
  .card-profile .card-holder .left-block .info-block .edu-list ul {
    column-count: 2;
  }
}
.card-profile .card-holder .left-block .info-block .edu-list ul li {
  color: #fff;
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 1.125;
}
.card-profile .card-holder .left-block .info-block .edu-list ul li:before {
  background: #fff;
}
.card-profile .card-holder .left-block .content-text {
  margin: 0;
  text-align: left;
  max-width: 100%;
}
.card-profile .card-holder .left-block .content-text p {
  margin: 0 0 15px;
}
.card-profile .card-holder .left-block .content-text p:last-of-type {
  margin: 0;
}
@media (min-width: 768px) {
  .card-profile .card-holder .left-block .content-text p {
    margin: 0 0 35px;
  }
}
.card-profile .card-holder .left-block .content-text blockquote {
  padding: 0 0 0 24px;
  margin: 0 0 24px 24px;
  font-style: italic;
  border-left: 3px solid #363636;
  text-align: left;
}
.card-profile .card-holder .right-block {
  background: #eaeaeb;
  padding: 10px;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .card-profile .card-holder .right-block {
    padding: 27px 35px 60px 37px;
  }
}
@media (min-width: 1024px) {
  .card-profile .card-holder .right-block {
    width: 350px;
  }
}
@media (min-width: 1600px) {
  .card-profile .card-holder .right-block {
    width: 500px;
    padding: 27px 71px 60px;
  }
}
@media (min-width: 1920px) {
  .card-profile .card-holder .right-block {
    width: 693px;
  }
}
.card-profile .card-holder .right-block .item-holder .box-item .item .title-post {
  line-height: 1.1em;
  font-size: 0.8rem;
  text-shadow: 1px 1px 8px #000;
  bottom: 6px;
  left: 10px;
  right: 10px;
}
.card-profile .card-holder .right-block .img-holder {
  position: relative;
  margin: 0 0 20px;
}
.card-profile .card-holder .right-block .img-holder.has-video:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(14, 41, 53, 0.8);
}
@media (min-width: 768px) {
  .card-profile .card-holder .right-block .img-holder {
    margin: 0 0 37px;
  }
}
.card-profile .card-holder .right-block .img-holder img {
  width: 100%;
}
.card-profile .card-holder .right-block .img-holder .btn-link {
  font-size: 64px;
  line-height: 1.03125;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card-profile .card-holder .right-block .img-holder .btn-link:hover {
  color: #007dbc;
}
@media (min-width: 768px) {
  .card-profile .card-holder .right-block .img-holder .btn-link {
    font-size: 80px;
    line-height: 1.025;
  }
}
.card-profile .card-holder .right-block .img-holder.fullpage {
  margin-top: 40px;
}
.card-profile .card-holder .right-block h3 {
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1.076923;
  text-align: center;
}
@media (min-width: 768px) {
  .card-profile .card-holder .right-block h3 {
    font-size: 30px;
    line-height: 1.066666;
  }
}
@media (min-width: 1024px) {
  .card-profile .card-holder .right-block h3 {
    font-size: 34px;
    line-height: 1.058823;
  }
}
@media (min-width: 1600px) {
  .card-profile .card-holder .right-block h3 {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .card-profile .card-holder .right-block .item-holder {
    margin: -7px;
  }
}
.card-profile .card-holder .right-block .item-holder .box-item {
  padding: 7px;
  width: 100%;
}
@media (min-width: 1720px) {
  .card-profile .card-holder .right-block .item-holder .box-item {
    width: 50%;
  }
}

.post-page {
  padding: 50px 0 0;
}
@media (min-width: 768px) {
  .post-page {
    display: flex;
    justify-content: space-between;
    padding: 100px 30px 0;
  }
}
@media (min-width: 1200px) {
  .post-page {
    padding: 125px 60px 0 65px;
  }
}
.post-page .content:only-child {
  width: 100%;
}
@media (min-width: 768px) {
  .post-page .content {
    width: calc(100% - 270px);
  }
}
@media (min-width: 1024px) {
  .post-page .content {
    width: calc(100% - 350px);
  }
}
@media (min-width: 1200px) {
  .post-page .content {
    width: calc(100% - 474px);
  }
}
.post-page .img-holder {
  margin: 0 0 15px;
}
.post-page .img-holder img {
  width: 100%;
}
.post-page .links {
  text-align: center;
  margin: 0 0 20px;
}
@media (min-width: 480px) {
  .post-page .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .post-page .links {
    margin: 0 0 50px;
  }
}
@media (min-width: 1024px) {
  .post-page .links {
    margin: 0 0 68px;
  }
}
.post-page .links .back-page {
  margin: 0 0 15px;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 480px) {
  .post-page .links .back-page {
    margin: 0;
  }
}
.post-page .links .social-links {
  margin: 0 -2px;
}
.post-page .links .social-links li {
  display: inline-block;
  vertical-align: top;
  padding: 0 2px;
}
.post-page .links .social-links li a {
  transition: opacity 0.3s ease-in-out;
  color: #fff;
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
  opacity: 1;
  background: #728a8d;
}
.post-page .links .social-links li a.tumblr {
  background: #36455d;
}
.post-page .links .social-links li a.facebook {
  background: #3a589a;
}
.post-page .links .social-links li a.twitter {
  background: #059ff5;
}
.post-page .links .social-links li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  line-height: 0;
}
.post-page .links .social-links li a:hover {
  opacity: 0.9;
}
.post-page .content-text {
  text-align: left;
  max-width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .post-page .content-text {
    margin-bottom: 70px;
  }
}
@media (min-width: 1024px) {
  .post-page .content-text {
    margin-bottom: 111px;
  }
}
.post-page .content-text h3 {
  text-align: center;
}
@media (min-width: 768px) {
  .post-page .content-text h3 {
    margin: 0 0 6px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .post-page .content-text h3 {
    font-size: 42px;
    line-height: 1.047619;
  }
}
.post-page .content-text h5 {
  font-weight: 300;
  text-align: center;
}
@media (min-width: 768px) {
  .post-page .content-text h5 {
    text-align: left;
  }
}
.post-page .content-text .date {
  text-align: center;
  margin: 0 0 20px;
}
@media (min-width: 480px) {
  .post-page .content-text .date {
    margin: 0 -20px;
  }
}
@media (min-width: 768px) {
  .post-page .content-text .date {
    margin: 0 -20px 38px;
    text-align: left;
  }
}
.post-page .content-text .date li {
  color: #35a3dc;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  .post-page .content-text .date li {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    position: relative;
  }
  .post-page .content-text .date li:last-child:after {
    display: none;
  }
  .post-page .content-text .date li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    background: #35a3dc;
    right: 0;
    top: 5px;
  }
}
.post-page .content-text p {
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .post-page .content-text p {
    margin: 0 0 40px;
  }
}
@media (min-width: 1024px) {
  .post-page .content-text p {
    margin: 0 0 52px;
  }
}
@media (min-width: 768px) {
  .post-page .sidebar {
    width: 240px;
  }
}
@media (min-width: 1200px) {
  .post-page .sidebar {
    width: 288px;
  }
}
.post-page .sidebar h3 {
  font-size: 24px;
  line-height: 1.083333;
  text-align: center;
}
@media (min-width: 768px) {
  .post-page .sidebar h3 {
    font-size: 30px;
    line-height: 1.066666;
  }
}
@media (min-width: 1024px) {
  .post-page .sidebar h3 {
    font-size: 36px;
    line-height: 0.9;
  }
}
.post-page .sidebar .item-holder {
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .post-page .sidebar .item-holder {
    margin: 0 0 30px;
  }
}
@media (min-width: 1200px) {
  .post-page .sidebar .item-holder {
    margin: 0 0 60px;
  }
}
.post-page .sidebar .item-holder .box-item {
  padding: 0 0 15px;
  width: 100%;
}
.post-page .sidebar .item-holder .box-item .title-post {
  font-size: 16px;
  line-height: 1.125;
}
.post-page .sidebar .tags {
  margin: 0 0 20px;
}
.post-page .sidebar .tags h3 {
  text-transform: uppercase;
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  .post-page .sidebar .tags h3 {
    margin: 0 0 34px;
  }
}
@media (min-width: 1200px) {
  .post-page .sidebar .tags h3 {
    font-size: 38px;
    line-height: 1.052631;
  }
}
.post-page .sidebar .tags .tag-list {
  text-align: center;
}
.post-page .sidebar .tags .tag-list li {
  display: inline-block;
  vertical-align: top;
}
.post-page .sidebar .tags .tag-list li a {
  text-transform: uppercase;
}

.popup {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, 0.3s 0.3s ease-in-out;
  display: block !important;
  opacity: 0;
  visibility: hidden;
  padding: 29px 0px 8px;
  color: #fff;
  font-size: 12px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  height: 100%;
  width: 100%;
  overflow-y: auto;
}
@media (min-width: 481px) {
  .popup {
    position: absolute;
    height: auto;
    width: 280px;
    top: calc(100% - 50px);
    left: -40%;
  }
}
@media (min-width: 1024px) {
  .popup {
    left: 100%;
  }
}
@media (min-width: 481px) {
  .popup.video {
    width: 410px;
    top: -150%;
    left: 0;
  }
}
@media (min-width: 769px) {
  .popup.video {
    width: 410px;
    top: calc(100% - 200px);
  }
}
.popup p {
  padding: 0 12px;
}
.bg-red .popup {
  background: #921600;
}
.bg-blue .popup {
  background: #35a3dc;
}
.bg-green .popup {
  background: #a6b664;
}
.bg-gray .popup {
  background: #363636;
}
.popup h6 {
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  position: relative;
  margin: 0;
  margin: 0 0 8px;
  padding: 0 12px;
}
.popup h6:after {
  content: "";
  position: absolute;
  left: -17px;
  right: -17px;
  bottom: 0;
  height: 2px;
  background: #fff;
}
.popup .audio-holder {
  padding: 7px 8px 4px;
}
.popup.audio .img-holder {
  text-align: center;
}
.popup .video-holder .btn-link {
  transition: color 0.3s ease-in-out;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: #fff;
  z-index: 99;
}
.popup .video-holder .btn-link:hover {
  color: #007dbc;
}
@media (min-width: 481px) {
  .popup .video-holder .btn-link {
    top: 60%;
  }
}
@media (min-width: 1024px) {
  .popup .video-holder .btn-link {
    font-size: 60px;
  }
}
.popup .video-holder ~ .img-holder {
  opacity: 1;
  position: relative;
}
.popup .video-holder ~ .img-holder p {
  padding: 10px;
  font-size: 1rem;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: "Oswald", "Helvetica Neue", "Helvetica", sans-serif;
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  margin: 0;
}
.popup .video-holder.playing ~ h6 {
  opacity: 0;
}
.popup .video-holder.playing ~ .img-holder {
  opacity: 0;
}
.popup .video-holder.playing .btn-play {
  display: none;
  z-index: -1;
}
.popup .video-holder.playing iframe {
  opacity: 1;
  z-index: 1;
}

@media (min-width: 481px) {
  .open-to-top .popup {
    top: -300px;
    max-height: 300px;
  }
}
@media (min-width: 769px) {
  .open-to-top .popup {
    top: -124px;
    max-height: 400px;
  }
}
@media (min-width: 769px) {
  .open-to-top .popup.audio {
    top: -164px;
  }
}

@media (min-width: 768px) {
  .open-to-left .popup {
    left: -275px;
  }
}

.popup-wrap {
  display: inline-block;
  vertical-align: top;
  margin: 35px;
}
@media (min-width: 768px) {
  .popup-wrap {
    position: absolute;
    display: block;
    margin: 5px;
    width: 107px;
    height: 106px;
  }
}
.popup-wrap.popup-active .open img {
  width: 100%;
  height: 100%;
  display: block;
}
.popup-wrap.popup-active .open:after {
  width: 100px;
}
.popup-wrap.popup-active .popup {
  opacity: 1;
  visibility: visible;
}
.popup-wrap .dot {
  width: 45px;
  height: 45px;
}
@media (min-width: 768px) {
  .popup-wrap .dot {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.popup-wrap .dot:after {
  transition: width 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .popup-wrap .dot:after {
    content: "";
    display: none;
    width: 0;
    left: 38px;
    top: 37px;
    transform: rotate(45deg);
    transform-origin: 0 0;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
  }
}
@media (min-width: 768px) {
  .popup-wrap.open-to-top .dot:after {
    top: 5px;
    transform: rotate(-45deg);
  }
}
@media (min-width: 768px) {
  .popup-wrap.open-to-left .dot:after {
    left: 5px;
    transform: rotate(135deg);
  }
}
.popup-wrap .close {
  position: absolute;
  top: 7px;
  right: 10px;
  color: #fff;
  z-index: 2;
}
.popup-wrap .mejs-currenttime {
  display: none;
}
.popup-wrap .mejs-duration {
  display: none;
}
.popup-wrap .mejs-container {
  margin-bottom: 0;
}

.links #st-1 .st-btn[data-network=sharethis] {
  background-color: #728a8d !important;
}

.filter-section .loader-box {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
}
.filter-section.loading .loader-box {
  display: block;
}
.filter-section.loading .btn-more {
  display: none;
}

.mejs-container {
  width: 100% !important;
}

.lightbox-demo .popup-wrap .open img {
  width: 100%;
}
.lightbox-demo .popup-wrap .open:before {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  -ms-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
}
.lightbox-demo .popup-wrap .open:hover:before {
  animation: none;
}

.lightbox-demo .popup-active .open:before {
  animation: none;
}

.bg-stretch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

/* preloader styles */
.loader {
  margin: 100px auto;
  font-size: 20px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    transform: scale(1.8);
  }
}
@-webkit-keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #808080, 1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2), 2.5em 0em 0 0em rgba(128, 128, 128, 0.2), 1.75em 1.75em 0 0em rgba(128, 128, 128, 0.2), 0em 2.5em 0 0em rgba(128, 128, 128, 0.2), -1.8em 1.8em 0 0em rgba(128, 128, 128, 0.2), -2.6em 0em 0 0em rgba(128, 128, 128, 0.5), -1.8em -1.8em 0 0em rgba(128, 128, 128, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(128, 128, 128, 0.7), 1.8em -1.8em 0 0em #808080, 2.5em 0em 0 0em rgba(128, 128, 128, 0.2), 1.75em 1.75em 0 0em rgba(128, 128, 128, 0.2), 0em 2.5em 0 0em rgba(128, 128, 128, 0.2), -1.8em 1.8em 0 0em rgba(128, 128, 128, 0.2), -2.6em 0em 0 0em rgba(128, 128, 128, 0.2), -1.8em -1.8em 0 0em rgba(128, 128, 128, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(128, 128, 128, 0.5), 1.8em -1.8em 0 0em rgba(128, 128, 128, 0.7), 2.5em 0em 0 0em #808080, 1.75em 1.75em 0 0em rgba(128, 128, 128, 0.2), 0em 2.5em 0 0em rgba(128, 128, 128, 0.2), -1.8em 1.8em 0 0em rgba(128, 128, 128, 0.2), -2.6em 0em 0 0em rgba(128, 128, 128, 0.2), -1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(128, 128, 128, 0.2), 1.8em -1.8em 0 0em rgba(128, 128, 128, 0.5), 2.5em 0em 0 0em rgba(128, 128, 128, 0.7), 1.75em 1.75em 0 0em #808080, 0em 2.5em 0 0em rgba(128, 128, 128, 0.2), -1.8em 1.8em 0 0em rgba(128, 128, 128, 0.2), -2.6em 0em 0 0em rgba(128, 128, 128, 0.2), -1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(128, 128, 128, 0.2), 1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2), 2.5em 0em 0 0em rgba(128, 128, 128, 0.5), 1.75em 1.75em 0 0em rgba(128, 128, 128, 0.7), 0em 2.5em 0 0em #808080, -1.8em 1.8em 0 0em rgba(128, 128, 128, 0.2), -2.6em 0em 0 0em rgba(128, 128, 128, 0.2), -1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(128, 128, 128, 0.2), 1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2), 2.5em 0em 0 0em rgba(128, 128, 128, 0.2), 1.75em 1.75em 0 0em rgba(128, 128, 128, 0.5), 0em 2.5em 0 0em rgba(128, 128, 128, 0.7), -1.8em 1.8em 0 0em #808080, -2.6em 0em 0 0em rgba(128, 128, 128, 0.2), -1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(128, 128, 128, 0.2), 1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2), 2.5em 0em 0 0em rgba(128, 128, 128, 0.2), 1.75em 1.75em 0 0em rgba(128, 128, 128, 0.2), 0em 2.5em 0 0em rgba(128, 128, 128, 0.5), -1.8em 1.8em 0 0em rgba(128, 128, 128, 0.7), -2.6em 0em 0 0em #808080, -1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(128, 128, 128, 0.2), 1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2), 2.5em 0em 0 0em rgba(128, 128, 128, 0.2), 1.75em 1.75em 0 0em rgba(128, 128, 128, 0.2), 0em 2.5em 0 0em rgba(128, 128, 128, 0.2), -1.8em 1.8em 0 0em rgba(128, 128, 128, 0.5), -2.6em 0em 0 0em rgba(128, 128, 128, 0.7), -1.8em -1.8em 0 0em #808080;
  }
}
@keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #808080, 1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2), 2.5em 0em 0 0em rgba(128, 128, 128, 0.2), 1.75em 1.75em 0 0em rgba(128, 128, 128, 0.2), 0em 2.5em 0 0em rgba(128, 128, 128, 0.2), -1.8em 1.8em 0 0em rgba(128, 128, 128, 0.2), -2.6em 0em 0 0em rgba(128, 128, 128, 0.5), -1.8em -1.8em 0 0em rgba(128, 128, 128, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(128, 128, 128, 0.7), 1.8em -1.8em 0 0em #808080, 2.5em 0em 0 0em rgba(128, 128, 128, 0.2), 1.75em 1.75em 0 0em rgba(128, 128, 128, 0.2), 0em 2.5em 0 0em rgba(128, 128, 128, 0.2), -1.8em 1.8em 0 0em rgba(128, 128, 128, 0.2), -2.6em 0em 0 0em rgba(128, 128, 128, 0.2), -1.8em -1.8em 0 0em rgba(128, 128, 128, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(128, 128, 128, 0.5), 1.8em -1.8em 0 0em rgba(128, 128, 128, 0.7), 2.5em 0em 0 0em #808080, 1.75em 1.75em 0 0em rgba(128, 128, 128, 0.2), 0em 2.5em 0 0em rgba(128, 128, 128, 0.2), -1.8em 1.8em 0 0em rgba(128, 128, 128, 0.2), -2.6em 0em 0 0em rgba(128, 128, 128, 0.2), -1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(128, 128, 128, 0.2), 1.8em -1.8em 0 0em rgba(128, 128, 128, 0.5), 2.5em 0em 0 0em rgba(128, 128, 128, 0.7), 1.75em 1.75em 0 0em #808080, 0em 2.5em 0 0em rgba(128, 128, 128, 0.2), -1.8em 1.8em 0 0em rgba(128, 128, 128, 0.2), -2.6em 0em 0 0em rgba(128, 128, 128, 0.2), -1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(128, 128, 128, 0.2), 1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2), 2.5em 0em 0 0em rgba(128, 128, 128, 0.5), 1.75em 1.75em 0 0em rgba(128, 128, 128, 0.7), 0em 2.5em 0 0em #808080, -1.8em 1.8em 0 0em rgba(128, 128, 128, 0.2), -2.6em 0em 0 0em rgba(128, 128, 128, 0.2), -1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(128, 128, 128, 0.2), 1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2), 2.5em 0em 0 0em rgba(128, 128, 128, 0.2), 1.75em 1.75em 0 0em rgba(128, 128, 128, 0.5), 0em 2.5em 0 0em rgba(128, 128, 128, 0.7), -1.8em 1.8em 0 0em #808080, -2.6em 0em 0 0em rgba(128, 128, 128, 0.2), -1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(128, 128, 128, 0.2), 1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2), 2.5em 0em 0 0em rgba(128, 128, 128, 0.2), 1.75em 1.75em 0 0em rgba(128, 128, 128, 0.2), 0em 2.5em 0 0em rgba(128, 128, 128, 0.5), -1.8em 1.8em 0 0em rgba(128, 128, 128, 0.7), -2.6em 0em 0 0em #808080, -1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(128, 128, 128, 0.2), 1.8em -1.8em 0 0em rgba(128, 128, 128, 0.2), 2.5em 0em 0 0em rgba(128, 128, 128, 0.2), 1.75em 1.75em 0 0em rgba(128, 128, 128, 0.2), 0em 2.5em 0 0em rgba(128, 128, 128, 0.2), -1.8em 1.8em 0 0em rgba(128, 128, 128, 0.5), -2.6em 0em 0 0em rgba(128, 128, 128, 0.7), -1.8em -1.8em 0 0em #808080;
  }
}
.paginate {
  text-align: center;
  margin-top: 2rem;
}
.paginate ul {
  display: inline;
  margin: 0;
  padding: 0;
  text-align: center;
}
.paginate ul li {
  display: inline;
  list-style: none;
}
.paginate ul ul li {
  display: none;
}
.paginate ul ul li:nth-child(1), .paginate ul ul li:nth-child(2), .paginate ul ul li:nth-child(3) {
  display: inline;
}
@media (min-width: 1024px) {
  .paginate ul ul li {
    display: inline;
  }
}
.paginate ul li a {
  background: #0e2935;
  border-radius: 0px;
  border: 1px solid none;
  color: #fff;
  outline: none;
  padding: 0.3em 10px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  font-size: 0.8rem;
}
.paginate ul li a:hover, .paginate ul li a:focus {
  background: #236786;
  color: #fff;
}
.paginate ul li a:active {
  background: #0e2935;
}
.paginate ul li span {
  padding: 0.375em 15px;
  font-size: 0.8rem;
}

.project-controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 100;
  background: #fff;
}
@media (min-width: 1024px) {
  .project-controls {
    background: transparent;
  }
}
.project-controls a.back {
  background: #fff;
  color: #000;
  font-family: "Oswald", "Helvetica Neue", "Helvetica", sans-serif;
  padding: 2px 30px 2px 20px;
  font-size: 1rem;
  text-transform: uppercase;
  transition: all 0.3s;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.project-controls a.back span {
  padding: 0 0 0 4px;
}
.project-controls a.back i.back-arrow {
  position: relative;
  left: 0;
  height: 20px;
  width: 20px;
  display: inline-block;
  background: transparent url(../images/back-arrow.png) center center;
  background-size: contain;
  transition: all 0.2s;
}
.project-controls a.back:hover {
  background: #e6e6e6;
}
.project-controls a.back:hover i {
  left: -2px;
}

.fixed-position .project-controls {
  margin-top: -20px;
}
@media (min-width: 1024px) {
  .fixed-position .project-controls {
    margin-top: 0;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 15;
}
#header.nav-active {
  overflow: hidden;
  max-height: 100vh;
}
#header.nav-active .nav-drop {
  z-index: 999;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1024px) {
  #header:before {
    content: "";
    position: absolute;
    top: 28px;
    right: 0;
    left: 0;
    height: 91px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.77) 18%, rgba(0, 0, 0, 0.59) 42%, rgba(0, 0, 0, 0.28) 64%, rgba(0, 0, 0, 0.13) 78%, rgba(0, 0, 0, 0.02) 92%, rgba(0, 0, 0, 0) 100%);
    z-index: 5;
  }
}

@media (min-width: 1024px) {
  .menu .nav-holder {
    display: inline-block;
    vertical-align: top;
  }
}
.menu .nav > li {
  transition: background 0.3s ease-in-out;
  text-align: center;
  border-bottom: 1px solid #ececec;
}
@media (min-width: 1024px) {
  .menu .nav > li {
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
    border-bottom: none;
    z-index: 999;
    position: relative;
  }
}
.menu .nav > li.active a, .menu .nav > li a:hover {
  color: #ebebeb;
}
.menu .nav > li a {
  transition: background 0.3s ease-in-out;
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #0b212b;
  padding: 4px 15px;
  line-height: 1;
  letter-spacing: 1px;
}
@media (min-width: 1024px) {
  .menu .nav > li a {
    font-size: 24px;
    font-weight: 200;
    color: #fff;
    width: 120px;
    text-align: center;
    padding: 14px 10px;
    position: relative;
    z-index: 10;
    line-height: inherit;
  }
}
@media (min-width: 1200px) {
  .menu .nav > li a {
    width: 140px;
  }
}
.menu .nav > li.decor {
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .menu .nav > li.decor > a {
    font-weight: 500;
  }
}
@media (min-width: 1024px) {
  .menu .nav > li.hover {
    background: #363636;
  }
}
@media (min-width: 1024px) {
  .menu .nav > li.hover ul {
    opacity: 1;
    max-height: 300px;
    visibility: visible;
  }
}
@media (min-width: 1024px) {
  .menu .nav > li.hover.blue-nav {
    background: #007dbc;
  }
}
@media (min-width: 1024px) {
  .menu .nav > li.hover.green-nav {
    background: #a6b664;
  }
}
@media (min-width: 1024px) {
  .menu .nav > li.hover.red-nav {
    background: #921600;
  }
}
@media (min-width: 1024px) {
  .menu .nav > li.hover.darkblue-nav {
    background: #0e2935;
  }
}
.menu .nav > li ul {
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  background: #ececec;
  padding: 11px 0 5px;
  border-top: 1px solid #e2e2e2;
}
@media (min-width: 1024px) {
  .menu .nav > li ul {
    padding: 0;
    background: transparent;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    border-top: none;
  }
}
.menu .nav > li ul li {
  display: block;
}
@media (min-width: 1024px) {
  .menu .nav > li ul li:last-child {
    margin-bottom: 20px;
  }
}
.menu .nav > li ul li a {
  transition: color 0.3s ease-in-out;
  display: block;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  line-height: 1;
  padding: 7px 0;
}
@media (min-width: 1024px) {
  .menu .nav > li ul li a {
    padding: 6px;
  }
}
@media (min-width: 1200px) {
  .menu .nav > li ul li a {
    font-size: 16px;
  }
}
.menu .nav > li ul li a:hover {
  background: transparent;
  color: #222222;
}

.nav-drop {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  font-family: "Oswald", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 300;
}
@media (max-width: 1023px) {
  .nav-drop {
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    z-index: 40;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    overflow: auto;
  }
}
@media (min-width: 1024px) {
  .nav-drop {
    display: inline-block;
    vertical-align: top;
    padding-top: 25px;
    max-width: calc(100% - 455px);
  }
}
.resize-active .nav-drop {
  transition: none !important;
}

.logo {
  display: block;
  background: #0e2935;
}
@media (min-width: 1024px) {
  .logo {
    display: inline-block;
    vertical-align: top;
    background: transparent;
    margin: 35px 69px 10px 32px;
    position: relative;
    z-index: 10;
  }
}
.logo a {
  display: inline-block;
  vertical-align: top;
  max-width: 211px;
  margin: 5px 10px 6px;
}
@media (min-width: 1024px) {
  .logo a {
    max-width: 100%;
    margin: 0;
  }
}

.top-menu {
  background: #0e2935;
}
@media (min-width: 1024px) {
  .top-menu {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: right;
    padding: 0 4px;
    line-height: 1.5;
    background: #091114;
  }
}
.top-menu .nav-top {
  padding-left: 8px;
  border-bottom: 1px solid #0c222d;
  text-align: center;
}
@media (min-width: 480px) {
  .top-menu .nav-top {
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .top-menu .nav-top {
    display: inline-block;
    vertical-align: middle;
    margin-right: 23px;
    padding: 0;
    border-bottom: none;
    text-align: left;
  }
}
.top-menu .nav-top li {
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 1024px) {
  .top-menu .nav-top li {
    margin: 2px 11px;
  }
}
.top-menu .nav-top li a {
  display: block;
  color: #fff;
  font-size: 15px;
  padding: 6px 18px 8px;
  letter-spacing: 0.9px;
}
@media (min-width: 1024px) {
  .top-menu .nav-top li a {
    color: #a0a0a0;
    padding: 0;
  }
}
.top-menu .nav-top li a:hover {
  color: #ebebeb;
}
@media (min-width: 1024px) {
  .top-menu .nav-top li a:hover {
    color: #007dbc;
  }
}
.top-menu .search-block {
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .top-menu .search-block {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    max-width: 100%;
    margin: 0;
  }
}
.top-menu .search-block .search-form {
  display: block;
  margin: 0;
}
@media (min-width: 1024px) {
  .top-menu .search-block .search-form {
    color: #fff;
  }
}
.top-menu .search-block .search-form input {
  width: 100%;
  border: none;
  font-size: 15px;
  padding: 11px 42px 12px 24px;
  font-weight: 300;
  letter-spacing: 1.2px;
  height: auto;
  background: #0e2935;
}
@media (min-width: 1024px) {
  .top-menu .search-block .search-form input {
    background: #37a3dc;
    padding: 0 42px 3px 16px;
  }
}
.top-menu .search-block .search-form button[type=submit] {
  transition: color 0.3s ease-in-out;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
}
.top-menu .search-block .search-form button[type=submit]:hover {
  color: #a0a0a0;
}

.search-opener {
  display: none;
}
@media (min-width: 1024px) {
  .search-opener {
    display: inline-block;
    vertical-align: top;
    margin: 4px 11px 0;
    width: auto;
    overflow: visible;
    position: static;
    color: #a0a0a0;
  }
}
.search-opener:hover {
  color: #007dbc;
}

.form-holder {
  transition: width 0.3s ease-in-out, overflow 0.3s ease-in-out;
  position: relative;
}
@media (min-width: 1024px) {
  .form-holder {
    display: inline-block;
    vertical-align: top;
    width: 0;
    overflow: hidden;
  }
}

.nav-opener {
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 4px;
  width: 43px;
  height: 35px;
  background: transparent;
  float: right;
  z-index: 1000;
}
@media (min-width: 1024px) {
  .nav-opener {
    display: none;
  }
}
.nav-opener span, .nav-opener:before, .nav-opener:after {
  background: #fff;
  position: absolute;
  top: 52%;
  left: 10px;
  right: 10px;
  height: 2px;
  margin-top: -2px;
  transition: all 0.3s linear;
}
.nav-opener:before, .nav-opener:after {
  content: "";
  top: 34%;
}
.nav-opener:after {
  top: 69%;
}
.nav-opener:hover span, .nav-opener:hover:before, .nav-opener:hover:after {
  opacity: 0.7;
}
.nav-active .nav-opener span {
  opacity: 0;
}
.nav-active .nav-opener:before, .nav-active .nav-opener:after {
  transform: rotate(45deg);
  top: 50%;
  left: 10px;
  right: 10px;
}
.nav-active .nav-opener:after {
  transform: rotate(-45deg);
}

#footer {
  padding: 20px 0 20px;
  background: #0e2935;
}
@media (min-width: 768px) {
  #footer {
    padding: 40px 0 50px;
  }
}
@media (min-width: 1024px) {
  #footer {
    padding: 56px 0 64px;
  }
}

.footer-holder {
  width: 1220px;
  max-width: 90%;
  margin: 0 auto;
}
.footer-holder .top-footer {
  margin: 0 0 15px;
  width: 760px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .footer-holder .top-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto 34px;
  }
}
.footer-holder .top-footer .social-link {
  text-align: center;
  margin: 0 -7px 20px;
}
@media (min-width: 768px) {
  .footer-holder .top-footer .social-link {
    margin: 0 -7px 0;
  }
}
.footer-holder .top-footer .social-link li {
  display: inline-block;
  vertical-align: top;
  padding: 0 7px;
  position: relative;
}
.footer-holder .top-footer .social-link li a {
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  color: #fff;
  display: block;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  .footer-holder .top-footer .social-link li a {
    width: 35px;
    height: 35px;
  }
}
.footer-holder .top-footer .social-link li a:hover {
  color: #0e2935;
  background: #fff;
}
.footer-holder .top-footer .social-link li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer-holder .top-footer .block-links {
  text-align: center;
  margin: 0 -13px;
}
.footer-holder .top-footer .block-links li {
  display: inline-block;
  vertical-align: top;
  padding: 0 13px;
}
.footer-holder .top-footer .block-links a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
}
.footer-holder .top-footer .block-links a:hover {
  color: #363636;
}
@media (min-width: 480px) {
  .footer-holder .footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
  }
}
.footer-holder .footer-nav li {
  text-align: center;
  padding: 0 0 14px;
  position: relative;
}
@media (min-width: 480px) {
  .footer-holder .footer-nav li {
    padding: 0 14px 15px;
  }
  .footer-holder .footer-nav li:after {
    content: "";
    position: absolute;
    top: 7px;
    right: 0;
    width: 1px;
    height: 14px;
    background: #35a3dc;
  }
  .footer-holder .footer-nav li:last-child:after {
    display: none;
  }
}
.footer-holder .footer-nav li a {
  text-transform: uppercase;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
}
.footer-holder .copyright {
  text-align: center;
  margin: 0 -11px;
}
.footer-holder .copyright li {
  display: inline-block;
  vertical-align: top;
  padding: 0 11px;
  position: relative;
  color: #35a3dc;
  font-size: 12px;
}
.footer-holder .copyright li a {
  font-size: 12px;
}
.footer-holder .copyright li:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #35a3dc;
}
.footer-holder .copyright li:last-child:after {
  display: none;
}

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