@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&amp;subset=greek-ext");
@font-face {
  font-family: FontAwesome;
  src: url("/assets/website/fonts/fontawesome-webfont.eot");
  src: url("/assets/website/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/website/fonts/fontawesome-webfont.woff") format("woff"), url("/assets/website/fonts/fontawesome-webfont.ttf") format("truetype"), url("/assets/website/fonts/fontawesome-webfont.svg#FontAwesome") format("svg");
  font-weight: 400;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: FontAwesome;
    src: url("/assets/website/fonts/fontawesome-webfont.svg#FontAwesome") format("svg"); } }
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa, [class^='fa-'] {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

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

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

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

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

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

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

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

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

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

.facets .section-contained--wide:after {
  content: "";
  display: table;
  clear: both; }

fieldsets, .hero, .card-wrapper, .card--image .overlay, .tile, .loader, .pagination, .main-menu, .header .row, .footer-top, .footer-bottom, .counter-section, .counters, .services .card-wrapper .card, .article, .article--navigation, .about .achievements .card, .about .cservices .service, .about .slider-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

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

Main Components 

-------------------------------- */
.cd-horizontal-timeline {
  opacity: 0;
  margin: 40px auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none; }
  .cd-horizontal-timeline.loaded {
    /* show the timeline after events position has been set (using JavaScript) */
    opacity: 1; }
  .cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    padding: 0 30px;
    max-width: 1240px;
    margin: 0 auto; }
  .cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 60px;
    overflow: hidden; }
    .cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
      /* these are used to create a shadow effect at the sides of the timeline */
      content: '';
      position: absolute;
      z-index: 2;
      top: 0;
      height: 100%;
      width: 30px; }
    .cd-horizontal-timeline .events-wrapper::before {
      left: 0;
      background: #fff;
      background: -webkit-linear-gradient(legacy-direction(to right), #fff, rgba(214, 214, 215, 0));
      background: linear-gradient(to right, #fff, rgba(214, 214, 215, 0)); }
    .cd-horizontal-timeline .events-wrapper::after {
      right: 0;
      background: #fff;
      background: -webkit-linear-gradient(legacy-direction(to left), #fff, rgba(214, 214, 215, 0));
      background: linear-gradient(to left, #fff, rgba(214, 214, 215, 0)); }
  .cd-horizontal-timeline .events {
    /* this is the grey line/timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    /* width will be set using JavaScript */
    background: #bcbcbe;
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s; }
  .cd-horizontal-timeline .filling-line {
    /* this is used to create the green line filling the timeline */
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000082;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }
  .cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 1.3rem;
    padding-bottom: 15px;
    color: #fff;
    /* fix bug on Safari - text flickering while timeline translates */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
    .cd-horizontal-timeline .events a span {
      font-size: 12px;
      font-weight: 500;
      line-height: 36px;
      color: #000082; }
    .cd-horizontal-timeline .events a::after {
      /* this is used to create the event spot */
      content: '';
      position: absolute;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: -7px;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      border: 2px solid #d6d6d7;
      background-color: #fff;
      -webkit-transition: background-color 0.3s, border-color 0.3s;
      -moz-transition: background-color 0.3s, border-color 0.3s;
      -ms-transition: background-color 0.3s, border-color 0.3s;
      -o-transition: background-color 0.3s, border-color 0.3s;
      transition: background-color 0.3s, border-color 0.3s; }
    .no-touch .cd-horizontal-timeline .events a:hover::after {
      background-color: #000082;
      border-color: #000082; }
    .cd-horizontal-timeline .events a.selected {
      pointer-events: none; }
      .cd-horizontal-timeline .events a.selected span {
        font-size: 28px;
        font-weight: 700;
        color: #00b1dc; }
      .cd-horizontal-timeline .events a.selected::after {
        bottom: -12px;
        background-color: #00b1dc;
        height: 15px;
        width: 15px;
        border-radius: 50%;
        border-width: 5px;
        border-color: #000082; }
      .cd-horizontal-timeline .events a.selected span {
        display: block; }
    .cd-horizontal-timeline .events a.older-event::after {
      border-color: #000082; }
  @media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline::before {
      /* never visible - this is used in jQuery to check the current MQ */
      content: 'desktop'; } }

@media only screen and (max-width: 768px) {
     .cd-horizontal-timeline .events a.selected span {
         font-size: 18px;
     }
    
    cd-horizontal-timeline .events a.selected::after {
    bottom: -10px;
    height: 12px;
    width: 12px;
    border-width:3px;
    
  }
    
}


.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: -50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 1px solid #bcbcbe;
  /* replace text with an icon */
  overflow: hidden;
  color: #a2a2a5;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
  font-family: "FontAwesome";
  font-size: 14px; }
  .cd-timeline-navigation a.prev {
    left: 0; }
    .cd-timeline-navigation a.prev:after {
      content: "\f053";
      position: absolute;
      left: -22px;
      top: 5px; }
  .cd-timeline-navigation a.next {
    right: 0; }
    .cd-timeline-navigation a.next:after {
      content: "\f054";
      position: absolute;
      left: -20px;
      top: 5px; }
  .no-touch .cd-timeline-navigation a:hover {
    border-color: #000082; }
  .cd-timeline-navigation a.inactive {
    cursor: not-allowed;
    color: #d6d6d7; }
    .no-touch .cd-timeline-navigation a.inactive:hover {
      border-color: #bcbcbe; }

.cd-horizontal-timeline li {
  display: inherit; }

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  max-width: 860px;
  margin: auto;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  -ms-transition: height 0.4s;
  -o-transition: height 0.4s;
  transition: height 0.4s; }
  .cd-horizontal-timeline .events-content > ol > li {
    position: absolute;
    z-index: 1;
    width: calc(100% - 60px);
    margin: auto;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 30px;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
    .cd-horizontal-timeline .events-content > ol > li.selected {
      /* visible event content */
      position: relative;
      z-index: 2;
      opacity: 1;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
    .cd-horizontal-timeline .events-content > ol > li.enter-right, .cd-horizontal-timeline .events-content > ol > li.leave-right {
      -webkit-animation-name: cd-enter-right;
      -moz-animation-name: cd-enter-right;
      animation-name: cd-enter-right; }
    .cd-horizontal-timeline .events-content > ol > li.enter-left, .cd-horizontal-timeline .events-content > ol > li.leave-left {
      -webkit-animation-name: cd-enter-left;
      -moz-animation-name: cd-enter-left;
      animation-name: cd-enter-left; }
    .cd-horizontal-timeline .events-content > ol > li.leave-right, .cd-horizontal-timeline .events-content > ol > li.leave-left {
      -webkit-animation-direction: reverse;
      -moz-animation-direction: reverse;
      animation-direction: reverse; }

@-webkit-keyframes cd-enter-right {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }
@-moz-keyframes cd-enter-right {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }
@-o-keyframes cd-enter-right {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }
@keyframes cd-enter-right {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }
@-webkit-keyframes cd-enter-left {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }
@-moz-keyframes cd-enter-left {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }
@-o-keyframes cd-enter-left {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }
@keyframes cd-enter-left {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }
.fancybox-enabled {
  overflow: hidden; }
  .fancybox-enabled body {
    overflow: visible;
    height: 100%; }

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

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

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

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

.fancybox-bg {
  background: #000082;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }
  .fancybox-is-open .fancybox-bg {
    opacity: 1;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }
  .fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    font: 400 14px/18px "Open Sans", 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; }
  @media all and (max-width: 800px) {
    .fancybox-infobar {
      left: 0;
      margin-left: 0; } }

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

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

.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;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  .fancybox-slide::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0; }
  .fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
    display: block; }
  .fancybox-slide--image {
    overflow: visible; }
    .fancybox-slide--image::before {
      display: none; }
  .fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
    background: #000; }
  .fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
    background: #E5E3DF; }
  .fancybox-slide--next {
    z-index: 99995; }
  .fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 20px;
    margin: 40px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #000082;
    overflow: auto;
    box-sizing: border-box;
    font: 400 14px/18px "Open Sans", sans-serif; }
    @media only screen and (max-width: 1023px) {
      .fancybox-slide > * {
        margin: 0; } }

.fancybox-slide .fancybox-image-wrap {
  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-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.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; }

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

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }
  .fancybox-iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }
  .fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

[class$='custom-close'] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 30px;
  color: #fff;
  background-color: transparent;
  font: 400 14px/18px "Open Sans", sans-serif;
  letter-spacing: 1px;
  outline: none; }
  [class$='custom-close']:hover, [class$='custom-close']:active {
    color: #fff; }
  [class$='custom-close'] i {
    font-size: 14px;
    line-height: 28px;
    vertical-align: top; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }
  .fancybox-close-small:after {
    content: '×';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .25s;
    box-sizing: border-box;
    z-index: 2; }
  .fancybox-close-small:focus:after {
    outline: 1px dotted #888; }
  .fancybox-close-small:hover:after {
    color: #555;
    background: #eee; }
  .fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -44px; }
  .fancybox-slide--iframe .fancybox-close-small:after {
    background: transparent;
    font-size: 35px;
    color: #aaa; }
  .fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #fff; }

/* Caption */
.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-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0 30px;
    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%);
    pointer-events: none; }
  .fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
    pointer-events: all; }
  .fancybox-caption a {
    color: #fff;
    text-decoration: underline; }
  @media all and (max-width: 800px) {
    .fancybox-caption {
      padding: 20px 0;
      margin: 0; } }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
  /* Fullscreen  */
  /* Slideshow button */ }
  .fancybox-button[disabled] {
    cursor: default;
    pointer-events: none; }
  .fancybox-button .fancybox-infobar__body, .fancybox-button {
    background: rgba(30, 30, 30, 0.6); }
  .fancybox-button:hover:not([disabled]) {
    color: #fff;
    background: rgba(0, 0, 0, 0.8); }
  .fancybox-button::before, .fancybox-button::after {
    content: '';
    pointer-events: none;
    position: absolute;
    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.3; }
  .fancybox-button--left::after, .fancybox-button--right::after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor; }
  .fancybox-button--left::after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .fancybox-button--right::after {
    right: 20px;
    -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::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); }
  .fancybox-button--fullscreen::before {
    width: 15px;
    height: 11px;
    left: calc(50% - 7px);
    top: calc(50% - 6px);
    border: 2px solid;
    background: none; }
  .fancybox-button--play::before, .fancybox-button--pause::before {
    top: calc(50% - 6px);
    left: calc(50% - 4px);
    background: transparent; }
  .fancybox-button--play::before {
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px; }
  .fancybox-button--pause::before {
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px 0 2px; }
  .fancybox-button--thumbs {
    display: none; }
  @media all and (min-width: 800px) {
    .fancybox-button--left, .fancybox-button--right {
      display: none !important; }
    .fancybox-button--thumbs {
      display: inline-block; }
    .fancybox-button--thumbs span {
      font-size: 23px; }
    .fancybox-button--thumbs::before {
      width: 3px;
      height: 3px;
      top: calc(50% - 2px);
      left: calc(50% - 2px);
      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; } }

/* Thumbs */
.fancybox-thumbs {
  display: none; }
  @media all and (min-width: 800px) {
    .fancybox-thumbs {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: auto;
      width: 220px;
      margin: 0;
      padding: 5px 5px 0 0;
      background: #fff;
      word-break: normal;
      -webkit-tap-highlight-color: transparent;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      box-sizing: border-box;
      z-index: 99995; }
      .fancybox-thumbs > ul {
        list-style: none;
        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 transparent;
        border-top-width: 0;
        border-right-width: 0;
        -webkit-tap-highlight-color: transparent;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        box-sizing: border-box; }
      .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; }
      .fancybox-thumbs li.fancybox-thumbs-loading {
        background: rgba(0, 0, 0, 0.1); }
      .fancybox-show-thumbs .fancybox-thumbs {
        display: block; } }

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s; }
  .fancybox-arrow::after {
    content: '';
    position: absolute;
    top: 28px;
    width: 44px;
    height: 44px;
    background-color: rgba(30, 30, 30, 0.8);
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px; }
  .fancybox-arrow--right {
    right: 0; }
  .fancybox-arrow--left {
    left: 0;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); }
  .fancybox-arrow--right::after, .fancybox-arrow--left::after {
    left: 0; }
  .fancybox-show-nav .fancybox-arrow {
    opacity: 0.6; }
  .fancybox-show-nav .fancybox-arrow[disabled] {
    opacity: 0.3; }

/* Loading indicator */
.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 .8s infinite linear;
  animation: fancybox-rotate .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); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }
.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }
.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }
.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }
.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }
.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }
.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

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

@media all and (min-width: 800px) {
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; } }
* {
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on; }

body {
  overflow-x: hidden;
  background-color: #fff;
  font: 400 14px/18px "Open Sans", sans-serif; }

section {
  color: #2d3648;
  /*-webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default; */
}
  section:first-of-type:not(.hero) {
    padding-top: 110px; }
  @media only screen and (min-width: 1024px) {
    section {
      margin: 60px; } }

ul {
  list-style-type: none; }

.article--content ul, .about .achievements .card ul {
  padding-left: 30px; }
  .article--content ul li:before, .about .achievements .card ul li:before {
    font-family: "FontAwesome";
    font-size: 8px;
    line-height: 1;
    content: '\f111';
    color: #000082;
    position: absolute;
    left: -25px;
    top: 10px; }

a {
  text-decoration: none;
  color: inherit;
  display: inline-block; }

button {
  background-color: transparent;
  border: 0; }

a, button {
  cursor: pointer;
  /*-webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;*/
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  a[disabled], button[disabled] {
    cursor: default; }

b, strong {
  vertical-align: top;
  font-weight: 700; }

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

blockquote {
  font: 100 40px/1.1 "Open Sans", sans-serif;
  text-align: center;
  padding: 20px;
  letter-spacing: -1px;
  max-width: 740px;
  margin: 50px auto; }
  blockquote:before {
    content: '\f10d';
    top: -10px; }
  blockquote:after {
    content: '\f10e ';
    top: 10px; }
  blockquote:before, blockquote:after {
    font-family: "FontAwesome";
    font-size: 30px;
    position: relative;
    color: #00b1dc; }
  @media only screen and (max-width: 1023px) {
    blockquote {
      font-size: 30px; } }

em {
  font: 400 14px/18px "Open Sans", sans-serif;
  font-style: italic;
  border-left: 3px solid #00b1dc;
  padding: 0 10px;
  display: inline-block; }

@media only screen and (min-width: 1248px) {
  .hidden-lg {
    display: none !important; } }
@media only screen and (max-width: 1247px) {
  .visible-lg {
    display: none !important; } }
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none !important; } }
@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
h1, h2, h3, h4, h5 {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  -webkit-transition: font-size 0.3s ease 0s;
  -moz-transition: font-size 0.3s ease 0s;
  -o-transition: font-size 0.3s ease 0s;
  transition: font-size 0.3s ease 0s;
  color: #000082; }

h1 {
  font: 700 72px/1 "Open Sans", sans-serif; }

h2 {
  font: 400 30px/1 "Open Sans", sans-serif; }

h3 {
  font: 300 28px/32px "Open Sans", sans-serif; }

h4 {
  font: 300 17px/1 "Open Sans", sans-serif;
  letter-spacing: 0.4px;
  margin-bottom: 12px; }

.section-header {
  padding: 25px 0;
  border-bottom: 1px solid #e0dfdd; }
  .section-header h2 {
    padding: 0 20px; }

.services, .about, .categories, .career {
  font-size: 18px;
  line-height: 1.6; }
  .services h3, .about h3, .categories h3, .career h3, .services h4, .about h4, .categories h4, .career h4, .services h5, .about h5, .categories h5, .career h5 {
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 30px; }
  .services h3, .about h3, .categories h3, .career h3 {
    font-size: 30px; }
  .services h4, .about h4, .categories h4, .career h4 {
    font-size: 25px; }
  .services h5, .about h5, .categories h5, .career h5 {
    font-size: 22px; }

@media only screen and (max-width: 1023px) {
  h1 {
    font-size: 40px;
    line-height: 1.2; } }
form {
  margin: 90px auto 110px; }
  form .desc {
    font: 400 14px/18px "Open Sans", sans-serif; }
  form i, form em {
    font-style: italic; }
  @media only screen and (max-width: 767px) {
    form {
      margin: 60px auto; } }

fieldset {
  border: 0;
  margin-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    fieldset {
      margin: 0 30px 40px;
      width: calc(100% - 60px); }
      fieldset.column {
        width: calc(50% - 60px - 2px);
        display: inline-block; } }
  fieldsets {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  fieldset.select-widget {
    max-width: none;
    border: 0;
    color: #2d3648;
    font: 400 14px/18px "Open Sans", sans-serif;
    z-index: 2;
    margin-bottom: 40px; }
    fieldset.select-widget .select-toggle {
      color: #919191;
      text-align: left;
      font-weight: inherit;
      font-size: inherit;
      border-bottom: 1px solid #d6d6d7; }
    fieldset.select-widget .select-content {
      margin-top: -10px;
      left: 10px;
      right: -40px;
      border: 0 solid #d6d6d7;
}
    @media only screen and (min-width: 768px) {
      fieldset.select-widget {
        margin: 0 30px 40px;
        width: calc(100% - 60px); }
        fieldset.select-widget.column {
          width: calc(50% - 60px - 2px);
          display: inline-block; } }

label {
  color: #00b1dc;
  font: 400 14px/18px "Open Sans", sans-serif;
  line-height: 28px;
  letter-spacing: 1px;
  padding-left: 5px;
  cursor: text; }
  label.placeholder {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #919191;
    z-index: -1;
    position: absolute;
    top: 8px;
    left: 10px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }

input[data-empty="false"] + label, input:focus + label, textarea[data-empty="false"] + label, textarea:focus + label, .selected-file + label {
  cursor: default;
  top: -20px;
  left: 10px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  color: #00b1dc; }

.customFileInput,
input, textarea {
  background-color: transparent;
  border-radius: 0;
  padding: 0 5px;
  border: 0 solid #d6d6d7;
  border-bottom-width: 1px;
  margin: 0;
  display: block;
  width: 100%;
  min-height: 39px;
  color: #2d3648;
  font: 400 14px/18px "Open Sans", sans-serif; }
  .customFileInput:focus,
  input:focus, textarea:focus {
    outline: 0;
    border-color: #000082;
    -webkit-box-shadow: 0 1px 0 0 #000082;
    -moz-box-shadow: 0 1px 0 0 #000082;
    box-shadow: 0 1px 0 0 #000082; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #919191;
  opacity: 1 !important; }
input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #919191;
  opacity: 1 !important; }
input:-moz-placeholder, textarea:-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #919191;
  opacity: 1 !important; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  opacity: 1 !important; }

textarea {
  max-width: 100%;
  height: 140px;
  max-height: 300px;
  margin-bottom: 40px !important; }

[type="radio"]:not(:checked), [type="radio"]:checked, [type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0; 
}
[type="radio"] + label,
[type="checkbox"] + label {
  position: relative;
  color: #919191;
  font: 400 14px/18px "Open Sans", sans-serif;
  padding-left: 34px;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
  margin: 0;
}
[type="radio"] + label a,
[type="checkbox"] + label a {
  color: #000082 !important;
  text-decoration: underline;
}
[type="radio"] + label:before,
[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  height: 25px;
  width: 24px;
  background: url(/assets/website/images/icons/checkboxes.png) left center no-repeat;
}
[type="radio"]:checked + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  background-position: right center;
}
[type="radio"]:checked + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  background-position: right center;
}
input[type="radio"][data-empty="false"] + label, 
input[type="checkbox"][data-empty="false"] + label,
input[type="radio"]:focus + label,
input[type="checkbox"]:focus + label {
  top: auto;
  left: auto;
  transform: none;
  color: #919191; 
}
[type="submit"] {
  font-size: 23px;
  font-weight: 700;
  line-height: 55px;
  border-radius: 5px;
  min-width: 200px; }

[type="file"] {
  cursor: pointer; }

.custom-file-button {
  position: absolute;
  right: 0;
  color: #000082;
  padding: 10px; }

.custom-file-input {
  line-height: 40px; }

.btn--primary, .btn--secondary, .btn--solid, .btn--solid__dark, .btn--social, .btn--link, .btn--round {
  display: inline-block;
  font: 700 12px/1 "Open Sans", sans-serif;
  padding: 16px 22px;
  text-align: center;
  border: 1px solid #000082;
  border-radius: 0;
  color: #000082;
  background-color: transparent; }
  .btn--primary:hover, .btn--secondary:hover, .btn--solid:hover, .btn--solid__dark:hover, .btn--social:hover, .btn--link:hover, .btn--round:hover {
    color: #000003; }

.btn--primary, .btn--secondary, .btn--round {
  overflow: hidden; }
  .btn--primary:before, .btn--secondary:before, .btn--round:before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: -10%;
    z-index: -1;
    background-color: #000082;
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    transform: skewX(20deg); }
  .active.btn--primary, .active.btn--secondary, .active.btn--round, .btn--primary:hover, .btn--secondary:hover, .btn--round:hover, .btn--primary:focus, .btn--secondary:focus, .btn--round:focus {
    color: #fff; }
    .active.btn--primary:before, .active.btn--secondary:before, .active.btn--round:before, .btn--primary:hover:before, .btn--secondary:hover:before, .btn--round:hover:before, .btn--primary:focus:before, .btn--secondary:focus:before, .btn--round:focus:before {
      width: 120%; }

.btn--secondary {
  color: #2d3648;
  background-color: transparent;
  border-color: #2d3648; }
  .btn--secondary:before {
    background-color: #2d3648; }
  .btn--secondary:hover {
    color: #000082; }
.btn--solid {
  color: #000082;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  font-weight: 400;
  min-width: 125px;
  padding: 13px 22px; }
.btn--solid__dark {
  color: #fff;
  background-color: #000082;
  border-color: #000082;
  font-size: 11px;
  min-height: 38px; }
  .btn--solid__dark:hover {
    background-color: #000050;
    border-color: #000050;
    color: #fff; }
.btn--social {
  color: #fff;
  background-color: #315ea1;
  border-color: #315ea1;
  letter-spacing: 1.2px; }
  .btn--social i {
    font-size: 16px;
    margin-right: 15px; }
  .btn--social:hover {
    background-color: #3769b5;
    color: #fff; }
.btn--link {
  font-size: 12px;
  border: 0;
  padding: 0 20px;
  line-height: 1.2; }
  .btn--link:after {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    content: " ";
    display: block;
    position: absolute;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    bottom: 0;
    left: 20px;
    width: calc(100% - (2 * 20px));
    height: 1px;
    background: #000082; }
  .btn--link:hover {
    color: #000082; }
    .btn--link:hover:after {
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
.btn--round {
  font-size: 10px;
  color: inherit;
  border: 1px solid #a9acb1;
  border-radius: 20px;
  padding: 10px 20px; }

.toggle-menu {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .toggle-menu:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7; }

.toggle-menu-box {
  width: 20px;
  height: 16px;
  display: inline-block;
  position: relative; }

.toggle-menu-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .toggle-menu-inner, .toggle-menu-inner::before, .toggle-menu-inner::after {
    width: 20px;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
    .onDark .toggle-menu-inner, .onDark .toggle-menu-inner::before, .onDark .toggle-menu-inner::after {
      background-color: #fff; }
  .toggle-menu-inner::before, .toggle-menu-inner::after {
    content: "";
    display: block; }
  .toggle-menu-inner::before {
    top: -7px; }
  .toggle-menu-inner::after {
    bottom: -7px; }

.toggle-menu .toggle-menu-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  width: 12px; }
  .toggle-menu .toggle-menu-inner::before {
    width: 20px;
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .toggle-menu .toggle-menu-inner::after {
    width: 17px;
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.menu-open .toggle-menu .toggle-menu-inner {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .menu-open .toggle-menu .toggle-menu-inner, .menu-open .toggle-menu .toggle-menu-inner::before, .menu-open .toggle-menu .toggle-menu-inner::after {
    width: 20px; }
  .menu-open .toggle-menu .toggle-menu-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .menu-open .toggle-menu .toggle-menu-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.select-widget {
  width: 100%;
  max-width: 180px;
  margin: 0 20px 0 0;
  color: #000082;
  background-color: #fff;
  border: 1px solid #000082;
  border-radius: 0;
  font: 400 12px/18px "Open Sans", sans-serif;
  text-align: center; }
  .select-widget button {
    width: 100%;
    padding: 10px;
    border: 0;
    color: inherit;
    outline: none; }
  /*.select-widget:nth-of-type(1) {
    z-index: 4; }
  .select-widget:nth-of-type(2) {
    z-index: 3; }
  .select-widget:nth-of-type(3) {
    z-index: 2; }
  .select-widget:nth-of-type(4) {
    z-index: 1; }
  .select-widget:nth-of-type(5) {
    z-index: 0; }*/
  .select-widget:nth-of-type(1) {
    z-index: 5; }
  .select-widget:nth-of-type(2) {
    z-index: 4; }
  .select-widget:nth-of-type(3) {
    z-index: 3; }
  .select-widget:nth-of-type(4) {
    z-index: 2; }
  .select-widget:nth-of-type(5) {
    z-index: 1; }
.select-toggle {
  font-size: 11px;
  font-weight: 700;
  background-color: #fff;
  z-index: 2; }
  .select-toggle:after {
    content: '\f0d7';
    font-family: "FontAwesome";
    font-size: 14px;
    color: #000082;
    position: absolute;
    right: 10px;
    top: calc(50% - 10px); }
  .select-toggle[aria-expanded="true"]:after {
    content: '\f0d8'; }
.select-content {
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  border: 1px solid #000082;
  border-radius: 0;
  border-top: 0;
  color: #787878;
  background-color: #fff;
  zoom: 1;
  overflow: hidden;
  pointer-events: none;
  padding: 10px 0 20px;
  max-height: 80vh;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(45, 54, 72, 0.23);
  -moz-box-shadow: 0px 0px 10px 0px rgba(45, 54, 72, 0.23);
  box-shadow: 0px 0px 10px 0px rgba(45, 54, 72, 0.23);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -moz-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  -o-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  -moz-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  -ms-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out; }
  .select-content.open {
    -webkit-transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    pointer-events: auto;
    overflow-y: auto; }
  .select-content .selected {
    color: #000082;
    background-color: #fff;
    font-weight: 700; }
  .select-content button {
    padding: 2px 10px; }
    .select-content button:hover, .select-content button:focus, .select-content button[disabled] {
      color: #000082;
      background-color: #fff; }
@media only screen and (max-width: 767px) {
  .select-widget {
    max-width: none;
    margin-bottom: 5px; } }

[class*='--slider'] {
  padding: 26px 0; }

.testimonial {
  font: 400 24px/30px "Open Sans", sans-serif;
  background: #efefef;
  background: transparent right center / cover no-repeat border-box border-box scroll;
  overflow: hidden;
  margin: 60px 0; }
  .testimonial .section-contained--narrow {
    padding: 75px 40px 0; }
  .testimonial_text {
    padding: 0 45px; }
  .testimonial_identity {
    font: 400 12px/18px "Open Sans", sans-serif;
    padding: 16px 0;
    float: right; }

.owl-carousel {
  z-index: auto; }
  .owl-carousel.section-contained--wide {
    padding: 0; }

.owl-dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 1px solid #000082;
  margin: 6px;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%; }
  .owl-dot.active {
    background-color: #000082; }
  .owl-dot s {
    text-align: center; }

.owl-drag {
  cursor: w-resize; }

.owl-nav {
  position: static;
  height: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .owl-nav:before, .owl-nav:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    z-index: 1; }
  .owl-nav:before {
    left: -2px;
    background: white;
    background: -webkit-linear-gradient(legacy-direction(to right), white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); }
  .owl-nav:after {
    right: -2px;
    background: white;
    background: -webkit-linear-gradient(legacy-direction(to left), white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%); }
  .slider--facilities:hover .owl-nav, .card:hover .owl-nav {
    opacity: 1; }

.owl-next,
.owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  color: #646464;
  font-size: 24px;
  z-index: 2; }

.owl-next {
  right: 20px; }

.owl-prev {
  left: 20px; }

@media only screen and (max-width: 1023px) {
  font-size: 20px;
  .testimonial_text {
    padding-left: 25px;
    padding-right: 25px; }

  .testimonial_identity {
    padding-right: 25px; } }
@media only screen and (max-width: 767px) {
  .testimonial {
    background-position: left center; 
    font-size: 19px;
    line-height:1.4;}
    .testimonial h2 {
      padding: 0 40px; }
    .testimonial .section-contained--narrow {
      padding: 75px 0 0; }

  .owl-dots {
    text-align: left;
    padding-left: 40px; }

  .owl-nav {
    display: none; } }
.banner {
  padding: 25px;
  margin: 0; }
  .banner .btn--primary {
    width: 50%;
    max-width: 300px; }
  .banner.w-bg {
    background: #f0f5f7 90% 5px / 300px no-repeat border-box border-box scroll;
    padding: 60px 20px; }
  .banner--text {
    padding: 0 60px 40px;
    font: 300 27px/0.9 "Open Sans", sans-serif;
    line-height: 32px;
    color: #000082; }
  @media only screen and (max-width: 1023px) {
    .banner.w-bg {
      background-image: none !important; }
    .banner--text {
      padding-left: 0;
      padding-right: 0; } }
  @media only screen and (max-width: 767px) {
    .banner .btn--link {
      float: right; } }

.hero {
  overflow: hidden;
  height: 100vh;
  margin: 0;
  background: #2d3648 center center / cover no-repeat border-box border-box scroll;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font: 100 40px/1.1 "Open Sans", sans-serif;
  color: #fff;
  text-align: center; }
  .hero--small {
    min-height: 320px;
    height: auto;
    padding: 90px 0; }
    .hero--small .overlay {
      background-color: rgba(0, 0, 130, 0.8); }
  .hero--medium {
    height: 700px;
    margin-bottom: -420px;
    padding: 90px 0 510px; }
    .hero--medium .overlay {
      background-color: rgba(0, 0, 130, 0.8); }
  .hero[data-parallax="scroll"] {
    background-color: transparent; }
  @media only screen and (min-width: 768px) {
    .hero.wMargin {
      margin-bottom: 45px; } }
  .hero h2 {
    color: inherit;
    font: inherit;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px; }
  .hero .scrollToPosition {
    position: absolute;
    -webkit-transform: translateY(-10px) rotate(90deg);
    -moz-transform: translateY(-10px) rotate(90deg);
    -ms-transform: translateY(-10px) rotate(90deg);
    -o-transform: translateY(-10px) rotate(90deg);
    transform: translateY(-10px) rotate(90deg);
    width: 400px;
    bottom: 60px;
    right: -170px; }
    .hero .scrollToPosition:hover, .hero .scrollToPosition:focus {
      margin-bottom: 20px; }
    .hero .scrollToPosition.visible {
      -webkit-transform: translateY(0) rotate(90deg);
      -moz-transform: translateY(0) rotate(90deg);
      -ms-transform: translateY(0) rotate(90deg);
      -o-transform: translateY(0) rotate(90deg);
      transform: translateY(0) rotate(90deg); }

.card-wrapper {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 1023px) {
    .card-wrapper {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%; } }


.card {
  -webkit-transition: box-shadow 0.3s ease-in-out 0s;
  -moz-transition: box-shadow 0.3s ease-in-out 0s;
  -o-transition: box-shadow 0.3s ease-in-out 0s;
  transition: box-shadow 0.3s ease-in-out 0s;
  margin: 30px;
  width: calc(33.33% - 60px);
  max-width: calc(33.33% - 60px);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  .card--image {
    width: 100%;
    background: #f0f5f7 200% -30% / 300px no-repeat border-box border-box scroll;
    background-image: url("/assets/website/images/icons/banner-logo.png");
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .card--image span {
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
      background: transparent;
      color: #fff;
      /*font: 700 33px/68px "Open Sans", sans-serif;*/
      font: 700 23px/68px "Open Sans", sans-serif;
      padding: 0 30px; }
      .card--image span:before {
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        transform: scale(0, 0);
        content: '';
        display: block;
        position: absolute;
        top: 37px;
        left: 0;
        height: 1px;
        width: 100%;
        background: #00b1dc;
        z-index: -1; }
    .card--image .overlay {
      background: transparent;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; }
  .card .bgimage {
    background-color: rgba(0, 0, 130, 0.8);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .card .bgimage img {
      margin-bottom: -4px;
      width: 100%; }
  .card--details {
    padding: 46px 32px; }
  .card--title {
    font: 700 17px/20px "Open Sans", sans-serif;
    color: #000082;
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
    .card--title strong {
      font-weight: 700; }
  .card--info {
    margin-top: 12px;
    font: 400 12px/16px "Open Sans", sans-serif; }
  .card--iso {
    font-size: 20px;
    color: #000082; }
    .card--iso + img {
      margin: 25px 0;
      max-height: 80px; }
  .card--taxonomy {
    position: absolute;
    top: 16px;
    font-size: 11px;
    color: #a9acb1; }
  .card:not(.noHover):hover .bgimage, .card:not(.noHover):focus .bgimage {
    background-blend-mode: multiply;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
    .card:not(.noHover):hover .bgimage img, .card:not(.noHover):focus .bgimage img {
      mix-blend-mode: multiply; }
  .card:not(.noHover):hover .card--image span, .card:not(.noHover):focus .card--image span {
    opacity: 1; }
    .card:not(.noHover):hover .card--image span:before, .card:not(.noHover):focus .card--image span:before {
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
  @media only screen and (max-width: 1023px) {
    .card {
      width: calc(50% - 60px);
      max-width: calc(50% - 60px); } }
  @media only screen and (max-width: 479px) {
    .card {
      width: 100%;
      max-width: 420px;
      margin-left: 0;
      margin-right: 0; } }
  @media only screen and (max-width: 767px) {
    .card--details {
      padding: 46px 10px; } }
  .owl-item .card {
    width: 100%;
    max-width: 420px;
    margin: 20px auto; }

@media only screen and (max-width: 768px) {
     .card {
         -webkit-transition: box-shadow 0 ease-in-out 0s;
         -moz-transition: box-shadow 0 ease-in-out 0s;
        -o-transition: box-shadow 0 ease-in-out 0s;
        transition: box-shadow 0 ease-in-out 0s;
     }
}

.news .card {
  background-color: #fff; }
  .news .card--details {
    height: 170px; }

.products .card:hover, .products .card:focus,
.services .card:hover,
.services .card:focus,
.news .card:hover,
.news .card:focus {
  -webkit-box-shadow: 0 0 60px 0 rgba(21, 25, 27, 0.2);
  -moz-box-shadow: 0 0 60px 0 rgba(21, 25, 27, 0.2);
  box-shadow: 0 0 60px 0 rgba(21, 25, 27, 0.2); }

.tile--img, .tile--text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
.tile--img {
  background: #2d3648 center center / cover no-repeat border-box border-box scroll; }
@media only screen and (min-width: 768px) {
  .tile--text {
    padding: 75px; }
  .tile--img, .tile--text {
    min-height: 340px; } }
@media only screen and (max-width: 767px) {
  .products .card:hover, .products .card:focus,
  .services .card:hover,
  .services .card:focus,
  .news .card:hover,
  .news .card:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .tile {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .tile--text {
      padding: 25px; } }

.tiles {
  background-color: #f6f6f6; }
  @media only screen and (min-width: 768px) {
    .tiles.split .tile--img, .tiles.split .tile--text {
      width: 50%; }
    .tiles.split .tile:nth-of-type(even) .tile--img {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2; }
    .tiles.split .tile:nth-of-type(even) .tile--text {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1; } }
  .tiles.full {
    background: transparent;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .tiles.full .tile .overlay {
      margin: 0;
      background-color: transparent; }
    .tiles.full .tile:before {
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
      content: " ";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(51, 51, 66, 0.76); }
    .tiles.full .tile:after {
      content: " ";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #fff;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
      filter: alpha(opacity=50);
      opacity: 0.5; }
    .tiles.full .tile:nth-of-type(even) {
      text-align: right; }
      .tiles.full .tile:nth-of-type(even) p {
        margin-right: 0;
        margin-left: auto; }
    .tiles.full .tile--img, .tiles.full .tile--text {
      width: 100%; }
    .tiles.full .tile--text {
      margin: auto;
      max-width: 1320px;
      color: #fff; }
      .tiles.full .tile--text h1, .tiles.full .tile--text h2, .tiles.full .tile--text h3, .tiles.full .tile--text h4, .tiles.full .tile--text h5 {
        color: inherit;
        margin-top: 0; }
      .tiles.full .tile--text > * {
        margin: 36px auto; }
      .tiles.full .tile--text p {
        max-width: 450px;
        margin-left: 0; }
  .tiles.slim .tile--img,
  .tiles.slim .tile--text {
    min-height: 0; }
  .tiles.slim .tile--text {
    padding: 20px; }
    .tiles.slim .tile--text p {
      max-width: none; }
    .tiles.slim .tile--text > * {
      margin: 0; }

.dropdown-widget {
  position: relative;
  margin: 0;
  border-radius: 0; }

.dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  width: 100%;
  max-width: 320px;
  max-height: 90vh;
  max-height: calc(100vh - 100px);
  color: #2d3648;
  line-height: 30px;
  text-align: center;
  border: 1px solid #efefef;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(45, 54, 72, 0.23);
  -moz-box-shadow: 0px 0px 10px 0px rgba(45, 54, 72, 0.23);
  box-shadow: 0px 0px 10px 0px rgba(45, 54, 72, 0.23);
  display: none; }
  .dropdown-content:before {
    content: " ";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 5px 10px;
    border-color: transparent transparent #efefef transparent;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: -6px; }
  .dropdown-content:after {
    content: " ";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 5px 10px;
    border-color: transparent transparent #fff transparent;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: -5px; }
  .dropdown-content .option {
    color: inherit;
    background-color: inherit; }
  .dropdown-content .selected {
    color: #000;
    background-color: #fff; }

.dropdown-trigger {
  padding: 10px; }
  .dropdown-trigger[aria-expanded="true"] + .dropdown-content {
    display: block; }

.popup {
  display: none;
  max-width: 100%;
  color: #fff; }
  .popup [class$='custom-close'] {
    position: fixed; }
  .popup-heading {
    text-align: center;
    margin-bottom: 60px; }
    .popup-heading h3 {
      font: 400 30px/1 "Open Sans", sans-serif; }

.simple-popup {
  z-index: 10;
  height: auto; }
  .simple-popup .fancybox-stage,
  .simple-popup .fancybox-slide {
    position: relative; }
  .simple-popup .popup {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(45, 54, 72, 0.23);
    -moz-box-shadow: 0px 0px 10px 0px rgba(45, 54, 72, 0.23);
    box-shadow: 0px 0px 10px 0px rgba(45, 54, 72, 0.23); }
  .simple-popup:focus {
    outline: none; }

.cookies {
  top: auto;
  bottom: 0;
  right: auto;
  width: auto; }
  .cookies .popup {
    margin: 20px 40px;
    max-width: 300px;
    text-align: center;
    background: #fff;
    color: #2d3648; }
    .cookies .popup img {
      max-width: 160px;
      margin-bottom: 20px; }
    .cookies .popup .btn--link {
      margin: 20px; }
    .cookies .popup p {
      font: 400 12px/16px "Open Sans", sans-serif; }
      .cookies .popup p a {
      text-decoration: underline;
      color: #000082; }
    @media only screen and (max-width: 1023px) {
      .cookies .popup {
        margin: 10px; } }

#newsletter_popup {
  width: 600px; }
  #newsletter_popup .btn--link {
    float: right;
    color: inherit;
    min-width: 0;
    margin-right: -20px; }
  #newsletter_popup input {
    margin: 0 auto;
    border-color: #00b1dc;
    color: #fff; }
  #newsletter_popup .placeholder {
    font-size: 11px;
    font-weight: 700;
    color: #fff; }
    #newsletter_popup .placeholder .placeholder {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }

.facets {
  z-index: 2;
  margin-bottom: 10px; }
  .facets ~ .news {
    margin-top: 10px;
    margin-bottom: 120px; }
  .facets .select-widget {
    display: inline-block; }
  /*.facets .reset-filter {
    margin-top: 10px;
    z-index: -1; }*/
  @media only screen and (max-width: 1023px) {
    .facets.section-header {
      padding: 30px; } }
  @media only screen and (max-width: 767px) {
    .facets .section-contained--wide {
      padding: 0; } }

.category-facet {
  font-size: 11px;
  color: #000082;
  display: inline-block;
  width: auto;
  max-width: none;
  border: 0;
  background-color: transparent; }
  .category-facet > span {
    vertical-align: middle; }
  .category-facet .select-toggle {
    display: inline-block;
    width: auto;
    background-color: transparent;
    padding: 0;
    padding-right: 25px; }
  .category-facet .select-content {
    border: 0; }
  @media only screen and (min-width: 1024px) {
    .category-facet {
      position: absolute;
      right: 0;
      top: 0; } }
  @media only screen and (max-width: 1023px) {
    .category-facet {
      margin-bottom: 30px; } }

.scrollSpy {
  position: absolute;
  right: 15px;
  top: 70px;
  z-index: 30; }
  .scrollSpy a {
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 1px solid #000082;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%; }
    .scrollSpy a:hover, .scrollSpy a:focus {
      background-color: #000082; }
      .scrollSpy a:hover span, .scrollSpy a:focus span {
        display: block;
        width: 150px;
        width: max-content; }
  .scrollSpy span {
    display: none;
    position: absolute;
    right: 100%;
    top: -8px;
    margin: 0 30px;
    padding: 0 15px;
    line-height: 20px;
    border: 1px solid #d6d6d7;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0; }
    .scrollSpy span:before, .scrollSpy span:after {
      display: block;
      content: ' ';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4.5px 0 4.5px 11px;
      border-color: transparent transparent transparent #fff;
      position: absolute;
      right: -10px;
      top: 5px; }
    .scrollSpy span:before {
      right: -12px;
      border-color: transparent transparent transparent #d6d6d7; }
  .scrollSpy li {
    line-height: 1;
    height: 15px;
    margin: 6px; }
    .scrollSpy li.active a {
      background-color: #000082; }

.loader {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000082;
  z-index: 10;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font: 100 20px/1.2 "Open Sans", sans-serif;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  margin: 0; }
  .loader .word {
    margin: 20px;
    width: 100%; }
  .loader .letter {
    display: inline-block;
    position: relative;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.3); }
    .loader .letter:before {
      color: #fff;
      content: attr(data-preloader);
      position: absolute;
      top: 0;
      left: 0;
      animation-iteration-count: infinite;
      -webkit-animation-duration: 3s;
      -moz-animation-duration: 3s;
      animation-duration: 3s;
      -webkit-animation-name: preloader1;
      -moz-animation-name: preloader1;
      animation-name: preloader1; }
    .loader .letter:nth-child(2):before {
      animation-delay: 0.3s; }
    .loader .letter:nth-child(3):before {
      animation-delay: 0.45s; }
    .loader .letter:nth-child(4):before {
      animation-delay: 0.6s; }
    .loader .letter:nth-child(5):before {
      animation-delay: 0.75s; }
    .loader .letter:nth-child(6):before {
      animation-delay: 0.9s; }
    .loader .letter:nth-child(7):before {
      animation-delay: 1.05s; }

@-webkit-keyframes preloader1 {
  0%, 80%, 100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; }
  20%, 50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }
  65% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3; } }
@-moz-keyframes preloader1 {
  0%, 80%, 100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; }
  20%, 50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }
  65% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3; } }
@-o-keyframes preloader1 {
  0%, 80%, 100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; }
  20%, 50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }
  65% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3; } }
@keyframes preloader1 {
  0%, 80%, 100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; }
  20%, 50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }
  65% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3; } }
@-webkit-keyframes preloader2 {
  0%, 75%, 100% {
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; }
  20%, 58% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; } }
@-moz-keyframes preloader2 {
  0%, 75%, 100% {
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; }
  20%, 58% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; } }
@-o-keyframes preloader2 {
  0%, 75%, 100% {
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; }
  20%, 58% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; } }
@keyframes preloader2 {
  0%, 75%, 100% {
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; }
  20%, 58% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; } }
@-webkit-keyframes preloader3 {
  0%, 100% {
    -webkit-transform: rotateY(-90deg) scale(1);
    -moz-transform: rotateY(-90deg) scale(1);
    -ms-transform: rotateY(-90deg) scale(1);
    -o-transform: rotateY(-90deg) scale(1);
    transform: rotateY(-90deg) scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; }
  20%, 50% {
    -webkit-transform: rotateY(0) scale(1);
    -moz-transform: rotateY(0) scale(1);
    -ms-transform: rotateY(0) scale(1);
    -o-transform: rotateY(0) scale(1);
    transform: rotateY(0) scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }
  75% {
    -webkit-transform: rotateY(0) scale(1.2);
    -moz-transform: rotateY(0) scale(1.2);
    -ms-transform: rotateY(0) scale(1.2);
    -o-transform: rotateY(0) scale(1.2);
    transform: rotateY(0) scale(1.2);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; } }
@-moz-keyframes preloader3 {
  0%, 100% {
    -webkit-transform: rotateY(-90deg) scale(1);
    -moz-transform: rotateY(-90deg) scale(1);
    -ms-transform: rotateY(-90deg) scale(1);
    -o-transform: rotateY(-90deg) scale(1);
    transform: rotateY(-90deg) scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; }
  20%, 50% {
    -webkit-transform: rotateY(0) scale(1);
    -moz-transform: rotateY(0) scale(1);
    -ms-transform: rotateY(0) scale(1);
    -o-transform: rotateY(0) scale(1);
    transform: rotateY(0) scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }
  75% {
    -webkit-transform: rotateY(0) scale(1.2);
    -moz-transform: rotateY(0) scale(1.2);
    -ms-transform: rotateY(0) scale(1.2);
    -o-transform: rotateY(0) scale(1.2);
    transform: rotateY(0) scale(1.2);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; } }
@-o-keyframes preloader3 {
  0%, 100% {
    -webkit-transform: rotateY(-90deg) scale(1);
    -moz-transform: rotateY(-90deg) scale(1);
    -ms-transform: rotateY(-90deg) scale(1);
    -o-transform: rotateY(-90deg) scale(1);
    transform: rotateY(-90deg) scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; }
  20%, 50% {
    -webkit-transform: rotateY(0) scale(1);
    -moz-transform: rotateY(0) scale(1);
    -ms-transform: rotateY(0) scale(1);
    -o-transform: rotateY(0) scale(1);
    transform: rotateY(0) scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }
  75% {
    -webkit-transform: rotateY(0) scale(1.2);
    -moz-transform: rotateY(0) scale(1.2);
    -ms-transform: rotateY(0) scale(1.2);
    -o-transform: rotateY(0) scale(1.2);
    transform: rotateY(0) scale(1.2);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; } }
@keyframes preloader3 {
  0%, 100% {
    -webkit-transform: rotateY(-90deg) scale(1);
    -moz-transform: rotateY(-90deg) scale(1);
    -ms-transform: rotateY(-90deg) scale(1);
    -o-transform: rotateY(-90deg) scale(1);
    transform: rotateY(-90deg) scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; }
  20%, 50% {
    -webkit-transform: rotateY(0) scale(1);
    -moz-transform: rotateY(0) scale(1);
    -ms-transform: rotateY(0) scale(1);
    -o-transform: rotateY(0) scale(1);
    transform: rotateY(0) scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }
  75% {
    -webkit-transform: rotateY(0) scale(1.2);
    -moz-transform: rotateY(0) scale(1.2);
    -ms-transform: rotateY(0) scale(1.2);
    -o-transform: rotateY(0) scale(1.2);
    transform: rotateY(0) scale(1.2);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; } }
@-webkit-keyframes preloader4 {
  0%, 100% {
    -webkit-transform: rotateY(-90deg) scale(1);
    -moz-transform: rotateY(-90deg) scale(1);
    -ms-transform: rotateY(-90deg) scale(1);
    -o-transform: rotateY(-90deg) scale(1);
    transform: rotateY(-90deg) scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; }
  20%, 50% {
    -webkit-transform: rotateY(0) scale(1);
    -moz-transform: rotateY(0) scale(1);
    -ms-transform: rotateY(0) scale(1);
    -o-transform: rotateY(0) scale(1);
    transform: rotateY(0) scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }
  65% {
    -webkit-transform: rotateY(0) scale(0);
    -moz-transform: rotateY(0) scale(0);
    -ms-transform: rotateY(0) scale(0);
    -o-transform: rotateY(0) scale(0);
    transform: rotateY(0) scale(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; } }
@-moz-keyframes preloader4 {
  0%, 100% {
    -webkit-transform: rotateY(-90deg) scale(1);
    -moz-transform: rotateY(-90deg) scale(1);
    -ms-transform: rotateY(-90deg) scale(1);
    -o-transform: rotateY(-90deg) scale(1);
    transform: rotateY(-90deg) scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; }
  20%, 50% {
    -webkit-transform: rotateY(0) scale(1);
    -moz-transform: rotateY(0) scale(1);
    -ms-transform: rotateY(0) scale(1);
    -o-transform: rotateY(0) scale(1);
    transform: rotateY(0) scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }
  65% {
    -webkit-transform: rotateY(0) scale(0);
    -moz-transform: rotateY(0) scale(0);
    -ms-transform: rotateY(0) scale(0);
    -o-transform: rotateY(0) scale(0);
    transform: rotateY(0) scale(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; } }
@-o-keyframes preloader4 {
  0%, 100% {
    -webkit-transform: rotateY(-90deg) scale(1);
    -moz-transform: rotateY(-90deg) scale(1);
    -ms-transform: rotateY(-90deg) scale(1);
    -o-transform: rotateY(-90deg) scale(1);
    transform: rotateY(-90deg) scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; }
  20%, 50% {
    -webkit-transform: rotateY(0) scale(1);
    -moz-transform: rotateY(0) scale(1);
    -ms-transform: rotateY(0) scale(1);
    -o-transform: rotateY(0) scale(1);
    transform: rotateY(0) scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }
  65% {
    -webkit-transform: rotateY(0) scale(0);
    -moz-transform: rotateY(0) scale(0);
    -ms-transform: rotateY(0) scale(0);
    -o-transform: rotateY(0) scale(0);
    transform: rotateY(0) scale(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; } }
@keyframes preloader4 {
  0%, 100% {
    -webkit-transform: rotateY(-90deg) scale(1);
    -moz-transform: rotateY(-90deg) scale(1);
    -ms-transform: rotateY(-90deg) scale(1);
    -o-transform: rotateY(-90deg) scale(1);
    transform: rotateY(-90deg) scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; }
  20%, 50% {
    -webkit-transform: rotateY(0) scale(1);
    -moz-transform: rotateY(0) scale(1);
    -ms-transform: rotateY(0) scale(1);
    -o-transform: rotateY(0) scale(1);
    transform: rotateY(0) scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }
  65% {
    -webkit-transform: rotateY(0) scale(0);
    -moz-transform: rotateY(0) scale(0);
    -ms-transform: rotateY(0) scale(0);
    -o-transform: rotateY(0) scale(0);
    transform: rotateY(0) scale(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; } }
@-webkit-keyframes preloader5 {
  0%, 100% {
    -webkit-transform: scale(0) skewY(-45deg);
    -moz-transform: scale(0) skewY(-45deg);
    -ms-transform: scale(0) skewY(-45deg);
    -o-transform: scale(0) skewY(-45deg);
    transform: scale(0) skewY(-45deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; }
  20%, 50% {
    -webkit-transform: scale(0) skewY(0);
    -moz-transform: scale(0) skewY(0);
    -ms-transform: scale(0) skewY(0);
    -o-transform: scale(0) skewY(0);
    transform: scale(0) skewY(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }
  65% {
    -webkit-transform: scale(0) rotateY(0);
    -moz-transform: scale(0) rotateY(0);
    -ms-transform: scale(0) rotateY(0);
    -o-transform: scale(0) rotateY(0);
    transform: scale(0) rotateY(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; } }
@-moz-keyframes preloader5 {
  0%, 100% {
    -webkit-transform: scale(0) skewY(-45deg);
    -moz-transform: scale(0) skewY(-45deg);
    -ms-transform: scale(0) skewY(-45deg);
    -o-transform: scale(0) skewY(-45deg);
    transform: scale(0) skewY(-45deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; }
  20%, 50% {
    -webkit-transform: scale(0) skewY(0);
    -moz-transform: scale(0) skewY(0);
    -ms-transform: scale(0) skewY(0);
    -o-transform: scale(0) skewY(0);
    transform: scale(0) skewY(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }
  65% {
    -webkit-transform: scale(0) rotateY(0);
    -moz-transform: scale(0) rotateY(0);
    -ms-transform: scale(0) rotateY(0);
    -o-transform: scale(0) rotateY(0);
    transform: scale(0) rotateY(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; } }
@-o-keyframes preloader5 {
  0%, 100% {
    -webkit-transform: scale(0) skewY(-45deg);
    -moz-transform: scale(0) skewY(-45deg);
    -ms-transform: scale(0) skewY(-45deg);
    -o-transform: scale(0) skewY(-45deg);
    transform: scale(0) skewY(-45deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; }
  20%, 50% {
    -webkit-transform: scale(0) skewY(0);
    -moz-transform: scale(0) skewY(0);
    -ms-transform: scale(0) skewY(0);
    -o-transform: scale(0) skewY(0);
    transform: scale(0) skewY(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }
  65% {
    -webkit-transform: scale(0) rotateY(0);
    -moz-transform: scale(0) rotateY(0);
    -ms-transform: scale(0) rotateY(0);
    -o-transform: scale(0) rotateY(0);
    transform: scale(0) rotateY(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; } }
@keyframes preloader5 {
  0%, 100% {
    -webkit-transform: scale(0) skewY(-45deg);
    -moz-transform: scale(0) skewY(-45deg);
    -ms-transform: scale(0) skewY(-45deg);
    -o-transform: scale(0) skewY(-45deg);
    transform: scale(0) skewY(-45deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; }
  20%, 50% {
    -webkit-transform: scale(0) skewY(0);
    -moz-transform: scale(0) skewY(0);
    -ms-transform: scale(0) skewY(0);
    -o-transform: scale(0) skewY(0);
    transform: scale(0) skewY(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }
  65% {
    -webkit-transform: scale(0) rotateY(0);
    -moz-transform: scale(0) rotateY(0);
    -ms-transform: scale(0) rotateY(0);
    -o-transform: scale(0) rotateY(0);
    transform: scale(0) rotateY(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; } }
.pagination {
  z-index: 2;
  text-align: center;
  font: 700 11px/1 "Open Sans", sans-serif;
  color: #8f8f90;
  max-width: 600px;
  margin: 70px auto 0;
  padding-bottom: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .pagination button {
    width: 10px;
    color: inherit;
    line-height: 1.2; }
    .pagination button:after {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      content: " ";
      display: block;
      position: absolute;
      -webkit-transform: scale(0, 0);
      -moz-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: #000082; }
    .pagination button:hover {
      color: #000082; }
      .pagination button:hover:after {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1); }
  .pagination .current {
    color: #000082; }
  .pagination li {
    display: inline-block;
    width: 30px; }

.breadcrumbs {
  text-align: center;
  font: 400 12px/18px "Open Sans", sans-serif;
  color: #808080;
  padding: 10px 20px;
  margin-bottom: 40px; }
  .breadcrumbs a:hover, .breadcrumbs a:active, .breadcrumbs a:focus {
    color: #fff; }
  .breadcrumbs li {
    display: inline-block; }
  .breadcrumbs li + li:before {
    content: ' / ';
    display: inline;
    top: 2px;
    position: relative; }

.breadcrumbs li a::after{
      -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        content: " ";
        display: block;
        position: absolute;
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        transform: scale(0, 0);
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #fff; }

  .breadcrumbs ul li a:hover {
        color: #fff; }
        .breadcrumbs ul li a:hover:after {
          -webkit-transform: scale(1, 1);
          -moz-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          transform: scale(1, 1); }



  @media only screen and (max-width: 767px) {
    .breadcrumbs {
      margin-bottom: 0; } }
  .hero .breadcrumbs {
    position: absolute;
    color: #fff;
    margin-bottom: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    transform: translateX(-50%); }
  .hero--medium .breadcrumbs {
    margin-bottom: 440px; }

.section-contained, .section-contained--narrow, .section-contained--wide {
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px; }

.noMargin {
  margin-bottom: 0;
  margin-top: 0; }

.section-contained--narrow {
  max-width: 900px; }

.section-contained--wide {
  max-width: 1320px; }

.overflow--hidden {
  overflow: hidden; }

.scrollToPosition {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px; }

.centered {
  text-align: center; }

.scroll-show {
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
  opacity: 0;
  transform: translateY(-10px); }
  .scroll-show.visible {
    opacity: 1;
    transform: translateY(0); }

.learnMoreDuration{
    transition-delay: 1s;
}

.mainText{
    padding: 60px 90px;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(45, 54, 72, 0.64); }

.parallax .line {
  width: 300px;
  height: 3px;
  background: #000082;
  -webkit-transform: rotate(40.5deg);
  transform: rotate(40.5deg); }
.parallax.line-container {
  position: absolute;
  left: -60px;
  top: 230px; }
  .parallax.line-container ~ .line-container {
    top: 300px; }
    .parallax.line-container ~ .line-container .line {
      background: #00b1dc; }
.parallax.wheat-container {
  position: absolute;
  top: 35px;
  right: 0;
  bottom: auto;
  left: auto; }
  .parallax.wheat-container img {
    max-width: 20px; }
.parallax .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 130px 225px 130px 0;
  border-color: transparent #000082 transparent transparent; }
.parallax.triangle-container {
  position: absolute;
  right: -60px;
  top: 0;
  z-index: -1; }
@media only screen and (max-width: 767px) {
  .article.mainText{
      padding: 30px 0;
  }
  .article.mainText table{
    width: 100% !important;
  }
  .parallax.line-container, .parallax.triangle-container, .parallax.wheat-container {
    display: none; } }

.hero, .tiles.full .tile {
  position: relative;
  overflow: hidden; }
  .hero .parallaxImage, .tiles.full .tile .parallaxImage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
    .hero .parallaxImage img, .tiles.full .tile .parallaxImage img {
      display: none;
      position: absolute;
      left: 50%;
      bottom: 0;
      min-width: 100%;
      min-height: 100%;
      max-width: none;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    .hero .video-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1; }
      .hero .video-wrapper iframe {
        position: absolute;
        left: 50%;
        top: 50%;
        min-width: 100%;
        min-height: 100%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);}

.webflow {
  font-size: 11px;
  line-height: 22px;
  color: #4f4f4f;
  opacity: 0.7; }
  .webflow span {
    opacity: 0;
    float: left;
    margin: 0 10px 0 0; }
  .webflow img {
    height: 22px; }
  .webflow .fa-heart {
    color: #E00B0B; }
  .webflow:hover, .webflow:active, .webflow:focus {
    opacity: 1; }
    .webflow:hover span, .webflow:active span, .webflow:focus span {
      opacity: 1; }
  @media only screen and (max-width: 1023px) {
    .webflow span {
      display: none; } }

.float-right {
  float: right; }

.float-left {
  float: left; }

.sticky.following {
  position: absolute; }

.link-list {
  margin: 60px auto;
  margin-left: -10px !important; }
  .link-list li {
    display: inline-block;
    margin-left: 10px; }

.mobile-link-list {
  background: #f6f6f6;
  border: 0;
  width: auto;
  min-width: 190px;
  display: inline-block;
  margin-top: 25px; }
  .mobile-link-list .selected,
  .mobile-link-list .select-content,
  .mobile-link-list .select-toggle {
    background-color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: left; }
  .mobile-link-list .select-toggle {
    padding-left: 20px;
    padding-right: 30px;
    border-radius: 20px; }
  .mobile-link-list .selected {
    border: 0; }
  .mobile-link-list .select-content,
  .mobile-link-list .select-toggle {
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #000082; }
  .mobile-link-list .select-toggle[aria-expanded="true"],
  .mobile-link-list .select-content.open {
    background-color: #fff; }
  .mobile-link-list .select-toggle[aria-expanded="true"] {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .mobile-link-list .select-content.open {
    border-top: 0;
    margin: 0 1px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; }
  .mobile-link-list li {
    margin: 5px 0; }

.gray-bg {
  background-color: #f6f6f6; }
  @media only screen and (min-width: 1024px) {
    .gray-bg {
      margin: -60px -60px 0 !important;
      padding: 60px;
      padding-bottom: 0; } }
  @media only screen and (max-width: 1023px) {
    .gray-bg {
      margin-top: -45px !important;
      padding: 20px 0; } }

.menu {
  display: inline-block;
  text-align: center; }
  .menu-open .menu .open {
    display: none; }
  body:not(.menu-open) .menu .close {
    display: none; }

.toggle-menu {
  z-index: 2; }

.main-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font: 300 38px/43px "Open Sans", sans-serif;
  color: #fff;
  background: rgba(0, 0, 130, 0.95);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .main-menu li {
    width: 100%; }
  .main-menu a {
    padding: 10px;
    width: 340px;
    max-width: 80vw; }
    .main-menu a:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 1px;
      background: #00b1dc;
      z-index: -1;
      -webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      -webkit-transform: scale(0, 0);
      -moz-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0); }
    .main-menu a.active, .main-menu a:focus, .main-menu a:hover {
      outline: 0; }
      .main-menu a.active:before, .main-menu a:focus:before, .main-menu a:hover:before {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1); }
  .main-menu .social {
    margin: 26px 0; }
    .main-menu .social li {
      width: auto;
      display: inline-block;
      margin: 20px; }
    .main-menu .social a {
      -webkit-border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      border-radius: 50% 50% 50% 50%;
      line-height: 46px;
      width: 46px;
      background: rgba(255, 255, 255, 0.14);
      padding: 0;
      font-size: 20px; }
      .main-menu .social a:focus, .main-menu .social a:hover {
        background: rgba(255, 255, 255, 0.04); }
        .main-menu .social a:focus:before, .main-menu .social a:hover:before {
          display: none; }
  @media only screen and (max-width: 1023px) {
    .main-menu {
      font-size: 27px;
      line-height: 1;
      display: block;
      padding: 80px 0;
      overflow: auto; }
      .main-menu:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 60px;
        background: rgba(0, 0, 130, 0.95);
        z-index: 2; } }

.header {
  position: absolute;
  z-index: 2;
  width: 100%;
  color: #000;
  background: #fff;
  padding: 20px 30px; }
  .header.scrolled {
    position: fixed;
    padding-top: 5px;
    padding-bottom: 5px; }
  .header.onDark {
    color: #fff;
    background: transparent; }
    .header.onDark .onLight {
      display: none; }
    .header.onDark a, .header.onDark button {
      color: inherit; }
  .header:not(.onDark) {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(45, 54, 72, 0.23);
    -moz-box-shadow: 0px 0px 10px 0px rgba(45, 54, 72, 0.23);
    box-shadow: 0px 0px 10px 0px rgba(45, 54, 72, 0.23); }
    .header:not(.onDark) .onDark {
      display: none; }
  .header .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .header .row .column {
      width: 50%; }
      .header .row .column > * {
        margin: 0 15px; }
      .header .row .column > a:hover,
      .header .row .column > button:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
        filter: alpha(opacity=70);
        opacity: 0.7; }
    .header .row .column + .column {
      text-align: right; }
  .header .logo {
    z-index: 2;
    max-height: 42px; }
    .header .logo img {
      max-height: inherit; }
  .header .language {
    z-index: 2;
    text-align: center;
    display: inline-block;
    width: 60px; }
    .header .language li + li {
      border-top: 1px solid #efefef; }
  @media only screen and (max-width: 1023px) {
    .header {
      padding: 10px 0; } }

.footer {
  z-index: 1;
  color: #000082;
  background-color: #fff;
  padding-top: 48px;
  font-size: 17px;
  line-height: 24px; }
  .footer ul li {
    display: inline-block;
    margin: 0 10px 0 0; }
    .footer ul li a {
      line-height: 1.2; }
      .footer ul li a:after {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        content: " ";
        display: block;
        position: absolute;
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        transform: scale(0, 0);
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #000082; }
      .footer ul li a:hover {
        color: #000082; }
        .footer ul li a:hover:after {
          -webkit-transform: scale(1, 1);
          -moz-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          transform: scale(1, 1); }
  .footer-top, .footer-bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 0 20px; }
    .footer-top > div, .footer-bottom > div {
      padding: 0 20px; }
  .footer-bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    border-top: 1px solid #e0dfdd;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 30px; }
    .footer-bottom-left {
      text-align: left; }
    .footer-bottom-right {
      text-align: right; }
  .footer .mainNavigation {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -moz-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    text-align: center;
    font-size: 12px;
    font-weight: 700; }
  .footer .company-details {
    max-width: 315px; }
    .footer .company-details p {
      font-size: 14px;
      line-height: 1.1;
      margin-bottom: 5px; }
    .footer .company-details img {
      max-width: 80px; }
  .footer .copyright {
    color: #808080;
    font-size: 10px;
    letter-spacing: .8px; }
  .footer .scrollToPosition {
    position: absolute;
    right: -35px;
    top: 50px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-top: -10px; }
    .footer .scrollToPosition:hover, .footer .scrollToPosition:focus {
      margin-top: -20px; }
  @media only screen and (min-width: 1024px) {
    .footer {
      margin-left: 60px;
      margin-right: 60px; } }
  @media only screen and (max-width: 1023px) {
    .footer-top, .footer-bottom {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .footer-top {
      padding: 0; }
      .footer-top > * {
        width: 100%;
        margin: 20px; }
      .footer-top > div {
        padding-left: 0; }
    .footer-bottom > div {
      padding: 0; }
    .footer .mainNavigation {
      text-align: left; }
    .footer .scrollToPosition {
      right: -15px; } }

.counter-section {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  background: #333342 center bottom / cover no-repeat border-box border-box scroll;
  color: #fff;
  padding: 90px 110px; }
  .counter-section .overlay {
    background: rgba(51, 51, 66, 0.76); }
  .counter-section .title {
    color: inherit; }
  .counter-section .subtitle {
    font: 100 20px/27px "Open Sans", sans-serif; }
  .counter-section .column {
    width: 100%;
    max-width: 535px;
    padding: 0 20px; }
    .counter-section .column > * {
      margin: 24px 0; }
  .counter-section .btn--link {
    color: #fff;
    position: absolute;
    bottom: 40px;
    right: 110px; }
    .counter-section .btn--link:after {
      background-color: #fff; }
  @media only screen and (max-width: 1023px) {
    .counter-section {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 10px 30px; }
      .counter-section .column {
        max-width: none;
        padding: 0; }
        .counter-section .column > * {
          margin: 10px 0; }
      .counter-section .subtitle {
        font-size: 17px;
        line-height: 24px; }
      .counter-section .btn--link {
        bottom: 10px;
        left: auto;
        right: 0; } }

.counter {
  font: 300 17px/1 "Open Sans", sans-serif;
  min-width: 200px; }
  .counters {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-align: center; }
  .counter .number {
    font-size: 56px;
    font-weight: 700;
    background: transparent;
    display: inline-block;
    border-radius: 30%;
    margin: 5px; }
  .counter .img {
    margin-bottom: -8px; }
  .counter.collaborator .img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px; }
  .counter.collaborator .number {
    margin: 50px 0 0;
    background: rgba(51, 51, 66, 0.54); }
  .counter.label .img {
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    margin-left: 70px; }
  .counter.label .number {
    margin-left: -50px; }
  @media only screen and (max-width: 1023px) {
    .counter {
      min-width: 150px;
      font-size: 15px;
      margin-top: 35px !important; }
      .counters {
        margin: 0 0 35px; }
      .counter.label .number {
        line-height: 58px; }
      .counter.label p:last-of-type {
        font-size: 11px; }
      .counter .number {
        font-size: 46px; } }

.services .section-header {
  padding: 0;
  border-bottom: 0;
  display: inline-block;
  text-align: right; }
  .services .section-header h2 {
    line-height: 40px;
    font-size: 50px; }
    .services .section-header h2 small {
      font-size: 38px;
      display: block; }
    .services .section-header h2 strong {
      display: block; }
.services .card-wrapper .card {
  padding: 40px;
  margin: 60px auto;
  text-align: center;
  max-width: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  .services .card-wrapper .card > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 220px;
    -moz-box-flex: 0;
    -moz-flex: 0 1 220px;
    -ms-flex: 0 1 220px;
    flex: 0 1 220px; }
  .services .card-wrapper .card img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    max-width: 80px;
    max-height: 60px;
    margin: auto;
    width: auto; }
  .services .card-wrapper .card:hover, .services .card-wrapper .card:focus {
    background: #fff; }
    .services .card-wrapper .card:hover img, .services .card-wrapper .card:focus img {
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
  .services .card-wrapper .card--title {
    margin-bottom: 20px;
    font: 300 27px/0.9 "Open Sans", sans-serif;
    max-height: none;
    overflow: visible; }
  .services .card-wrapper .card--info {
    font: 300 19px/25px "Open Sans", sans-serif; }
  .services .card-wrapper .card--img {
    margin-bottom: 30px; }
.services .btn--link {
  position: absolute;
  bottom: 40px;
  right: 110px; }
.services .tiles {
  margin: 60px auto;
  padding: 0; }
.services .tile {
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff; }
  .services .tile--text {
    padding: 25px; }
    .services .tile--text img {
      position: absolute;
      top: 40px;
      left: 140px;
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
      margin-left: -20px;
      max-width: 60px;
      max-height: 50px; }
    .services .tile--text p, .services .tile--text div {
      margin-bottom: 20px; }
  .services .tile .card {
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(21, 25, 27, 0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(21, 25, 27, 0.1);
    box-shadow: 0 0 10px 0 rgba(21, 25, 27, 0.1);
    margin: 0;
    padding: 40px 60px;
    width: 100%;
    max-width: none; }
  .services .tile .btn--link {
    right: 40px; }
.services + .banner {
  padding: 0 30px; }
@media only screen and (min-width: 1024px) {
  .services .tile--text .card {
    padding-left: 140px; } }
@media only screen and (min-width: 768px) {
  .services .card-wrapper {
    margin-top: -80px;
    z-index: -1; }
    .services .card-wrapper .card {
      width: 33%; }
      .services .card-wrapper .card + .card:before {
        content: " ";
        display: block;
        position: absolute;
        width: 1px;
        height: calc(100% + 250px);
        background-color: #e0dfdd;
        top: -130px;
        left: 0; } }
@media only screen and (max-width: 1023px) {
  .services {
    overflow: hidden;
    padding: 30px 0; }
    .services .tile--text .card {
      padding: 40px; }
      .services .tile--text .card img {
        left: 120px; }
      .services .tile--text .card h4 {
        padding-left: 80px; }
    .services .owl-item .card {
      margin: 0; }
    .services .btn--link {
      right: 20px; } }
@media only screen and (max-width: 767px) {
  .services .tiles {
    margin-bottom: 0; }
  .services .tile--text {
    padding: 15px; }
  .services + .banner {
    margin-bottom: 30px; } 
  .services .section-header h2 small{
    font-size: 28px;
    display: inline;}
  .services .section-header h2 strong {
    font-size: 38px;
    line-height: 50px;
    display: inline;}}

.news {
  margin-bottom: 90px; }
  .news .btn--link {
    float: right; }
  .news.decorative {
    position: absolute;
    top: 50vh;
    right: 0;
    z-index: 2; }
    .news.decorative .parallax.line-container {
      left: -200px;
      top: 0; }
      .news.decorative .parallax.line-container ~ .line-container {
        top: 0; }
  @media only screen and (min-width: 1024px) {
    .counter-section + .news {
      margin-top: -60px; }
    .news .card-wrapper {
      margin: 0 -30px; } }
  @media only screen and (max-width: 767px) {
    .news .btn--link {
      margin-top: -20px; } }

.article {
  background-color: #fff;
  max-width: 1070px;
  margin: auto; }
  .article--sidebar {
    padding: 20px;
    padding-right: 10px;
    width: 100%;
    min-width: 125px;
    max-width: 125px;
    color: #2d3648; }
    .article--sidebar .btn--link {
      font-size: 13px;
      font-weight: 700;
      padding: 0;
    margin-left:20px;}
      .article--sidebar .btn--link i {
        vertical-align: unset; }
      .article--sidebar .btn--link:hover:after {
        width: calc(100% - 20px); }
  .article .social {
    margin: 0 10px; }
    .article .social a {
      width: 30px;
      margin: 8px 10px;
      line-height: 30px;
      text-align: center;
      color: #646464;
      background: #eeeeee;
      -webkit-border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      border-radius: 50% 50% 50% 50%; }
      .article .social a:hover, .article .social a:focus {
        color: #fff;
        background: #000082; }
  .article--info {
    margin: 15px 0;
    font-size: 11px;
    font-weight: 700; }
    .article--info > div {
      margin: 0 0 20px 20px; }
    .article--info .title {
      font-size: 12px; }
  .article--content {
    padding: 0 20px;
    font: 300 18px/30px "Open Sans", sans-serif; }
    .article--content article a {
      color: #124de4;
      line-height: 1.2; }
      .article--content article a:after {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        content: " ";
        display: block;
        position: absolute;
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        transform: scale(0, 0);
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #124de4; }
      .article--content article a:hover {
        color: #124de4; }
        .article--content article a:hover:after {
          -webkit-transform: scale(1, 1);
          -moz-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          transform: scale(1, 1); }
    .article--content p {
      margin: 0 0 40px; }
    .article--content img {
      margin: 50px auto; }
    .article--content h1, .article--content h2, .article--content h3, .article--content h4, .article--content h5 {
      margin-bottom: 20px; }
    .article--content form {
      margin-top: 40px; }
    .article--content fieldset {
      padding: 0;
      max-width: 660px; }
  .article--navigation {
    text-align: left;
    margin: 110px 0; }
    .article--navigation .nav {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .article--navigation .nav + .nav {
      text-align: right; }
      .article--navigation .nav + .nav:before {
        content: " ";
        display: block;
        position: absolute;
        background: #e0dfdd;
        width: 1px;
        height: 70px;
        top: -20px;
        left: 0; }
  .article .mobile-buttons {
    text-align: center;
    width: 100%;
    margin-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .article .mobile-buttons {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .article {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .article--sidebar {
        max-width: none; }
        .article--sidebar .btn--link, .article--sidebar .social {
          display: none; }
      .article--info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center; }
        .article--info > div {
          margin: 0 20px; }
      .article .social {
        margin-bottom: 20px; }
      .article .social li {
        display: inline-block; }
      .article--navigation {
        margin: 40px 0; } }

.about .certifications {
  padding: 30px 0; }
  .about .certifications .card-wrapper {
    margin-top: 40px; }
  .about .certifications .card {
    margin: 30px auto;
    max-width: 220px; }
.about .achievements {
  padding: 70px 0;
  margin: 90px auto;
  border-top: 1px solid #e0dfdd;
  border-bottom: 1px solid #e0dfdd; }
  .about .achievements .card {
    width: 100%;
    max-width: none;
    margin: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(21, 25, 27, 0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(21, 25, 27, 0.1);
    box-shadow: 0 0 10px 0 rgba(21, 25, 27, 0.1);
    padding: 35px;
    color: #2d3648;
    text-align: left; }
    .about .achievements .card--img {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 270px;
      -moz-box-flex: 1;
      -moz-flex: 1 0 270px;
      -ms-flex: 1 0 270px;
      flex: 1 0 270px; }
    .about .achievements .card--text > * + * {
      margin-top: 30px; }
    @media only screen and (min-width: 768px) {
      .about .achievements .card--text {
        padding: 20px 30px; } }
    @media only screen and (max-width: 767px) {
      .about .achievements .card {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
.about .partnership {
  background-color: #f6f6f6;
  margin-top: 40px;
  padding-top: 40px; }
  .about .partnership .card-wrapper {
    position: static; }
  .about .partnership .card {
    mix-blend-mode: multiply; }
    @media only screen and (min-width: 1248px) {
      .about .partnership .card {
        min-height: 200px; } }
    @media only screen and (max-width: 1247px) {
      .about .partnership .card--details {
        padding: 15px 0; } }
    @media only screen and (max-width: 479px) {
      .about .partnership .card {
        margin: 0 auto;
        width: 50%; } }
  .about .partnership .btns {
    padding: 30px 30px 45px;
    border-top: 1px solid #d6d6d7; }
.about .cprofile > *, .about--sections > * {
  margin: 60px auto; }
.about .cservices .service {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  margin: 70px 0;
  font-size: 17px;
  line-height: 1.4; }
  .about .cservices .service h1, .about .cservices .service h2, .about .cservices .service h3, .about .cservices .service h4, .about .cservices .service h5, .about .cservices .service h6 {
    margin-bottom: 5px; }
  .about .cservices .service img {
    margin: 10px;
    max-width: 80px;
    max-height: 60px;
    width: auto; }
  .about .cservices .service--text {
    max-width: 620px; }
  @media only screen and (max-width: 767px) {
    .about .cservices .service {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      text-align: center;
      padding: 0 20px; }
      .about .cservices .service .tile--text {
        width: 100%; }
      .about .cservices .service h5 {
        margin: 15px 0; } }
@media only screen and (min-width: 768px) {
  .about .cservices {
    margin: 110px auto; } }
.about .facilities {
  padding: 0; }
.about .certifications .owl-item img {
  width: auto;
  margin: 25px auto; }
.about .owl-dots {
  padding-left: 0;
  text-align: center; }
.about .slider-card .card {
  width: 30%;
  max-width: none;
  margin: 25px;
  padding: 60px;
  background-color: #fff; }
.about .slider-card .slider--facilities {
  min-height: 320px;
  overflow: hidden; }
  .about .slider-card .slider--facilities .slide,
  .about .slider-card .slider--facilities .owl-stage,
  .about .slider-card .slider--facilities .owl-item,
  .about .slider-card .slider--facilities .owl-stage-outer {
    min-height: 320px;
    height: 100%;
    width: 100%;}
  .about .slider-card .slider--facilities .owl-item:not(.active) {
    opacity: 0; }
  .about .slider-card .slider--facilities .slide {
    background: transparent center center / cover no-repeat border-box border-box scroll; }
  @media only screen and (min-width: 1248px) {
    .about .slider-card .slider--facilities {
      width: 70%; } }
@media only screen and (max-width: 1247px) {
  .about .slider-card {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media only screen and (max-width: 767px) {
  .about .cprofile .tiles {
    margin: 0 auto; }
  .about .about--sections > * {
    margin: 25px auto;
    padding: 0; }
  .about .about--sections > .achievements {
    padding-top: 30px; }
  .about .section-header {
    padding-top: 0; }
    .about .section-header h3 {
      padding: 0 20px;
      margin: 0;
      text-align: left; }
  .about .tile--img {
    min-height: 250px; }
  .about .slider--facilities + .card {
    margin: 15px;
    padding: 40px 26px; }
  .about .achievements .card {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0; }
  .about .cd-horizontal-timeline .events-content > ol > li {
    padding: 0;
    font-size: 14px; }
    .about .cd-horizontal-timeline .events-content > ol > li h3 {
      font-size: 23px; }
  .about .cd-horizontal-timeline .events-wrapper::after,
  .about .cd-horizontal-timeline .events-wrapper::before {
    display: none; }
  .about .partnership .btns {
    border-top: 0;
    padding: 30px 0; }
    .about .partnership .btns .btn--primary {
      width: 100%; } }
@media only screen and (min-width: 768px) and (max-width: 1599px) {
  .about {
    padding-left: 30px;
    padding-right: 50px; } }

.categories > * {
  margin: 60px auto; }
.categories .tile {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .categories .tile .btn--round {
    color: #fff;
    border: 1px solid #fff; }
    .categories .tile .btn--round:before {
      background-color: #fff; }
    .categories .tile .btn--round:hover {
      color: #2d3648; }
  @media only screen and (min-width: 768px) {
    .categories .tile:hover, .categories .tile:focus {
      margin-left: -40px;
      margin-right: -40px; } }
  .categories .tile:hover:before, .categories .tile:focus:before {
    background-color: rgba(21, 55, 90, 0.8); }
.categories .card-wrapper {
  max-width: 1540px;
  margin: auto; }

.products {
  z-index: -1; }
  .products .card {
    -webkit-box-shadow: 0 0 10px 0 rgba(21, 25, 27, 0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(21, 25, 27, 0.1);
    box-shadow: 0 0 10px 0 rgba(21, 25, 27, 0.1);
    background-color: #fff;
    margin: 15px;
    width: calc(33.33% - 30px);
    max-width: calc(33.33% - 30px); }
    @media only screen and (max-width: 1023px) {
      .products .card {
        width: calc(50% - 30px);
        max-width: calc(50% - 30px); } }
    @media only screen and (max-width: 479px) {
      .products .card {
        width: 100%;
        max-width: calc(100% - 30px); } }
  .products .card--taxonomy {
    position: relative;
    top: 0; }
  .products .card--title {
    color: #000082;
    font-size: 19px;
    line-height: 23px;
    font-weight: 700;
    margin: 5px 0;
    max-height: none;
    overflow: unset;
    text-overflow: unset;
    -webkit-line-clamp: unset; }
  .products .card--info {
    margin-top: 5px; }
  .products .slider--product {
    width: 100%;
    margin-bottom: -6px; }

.share-block {
  display: block;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .share-block .expand-block {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 15px;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .share-block .expand-block i {
      background: #fff;
      color: #2d3648;
      font-size: 18px;
      line-height: 44px;
      width: 44px; }
  .share-block i {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(45, 54, 72, 0.23);
    -moz-box-shadow: 0px 0px 10px 0px rgba(45, 54, 72, 0.23);
    box-shadow: 0px 0px 10px 0px rgba(45, 54, 72, 0.23);
    vertical-align: middle;
    display: inline-block;
    border-radius: 50%;
    text-align: center; }
  .share-block .share-options {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    padding: 7px 0 0;
    display: inline-block;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; }
    .share-block .share-options .option {
      display: inline-block;
      margin-right: 7.5px; }
      .share-block .share-options .option i {
        font-size: 12px;
        color: #fff;
        line-height: 25px;
        width: 25px; }
      .share-block .share-options .option .fa-facebook {
        background: #315ea1; }
      .share-block .share-options .option .fa-twitter {
        background: #29c5f6; }
      .share-block .share-options .option .fa-linkedin {
        background: #007bb5; }
      .share-block .share-options .option .fa-instagram {
        background: #cd486b; }
      .share-block .share-options .option .fa-envelope {
        background: #ff0000; }
  .share-block:hover .expand-block {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0); }
  .share-block:hover .share-options {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  .card:hover .share-block {
    opacity: 1; }

.career .card-wrapper {
  margin: 60px 0;
  padding: 15px; }
  .career .card-wrapper .card {
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(21, 25, 27, 0.15);
    -moz-box-shadow: 0 0 15px 0 rgba(21, 25, 27, 0.15);
    box-shadow: 0 0 15px 0 rgba(21, 25, 27, 0.15);
    width: calc(50% - 30px);
    max-width: calc(50% - 30px);
    padding: 50px 80px;
    margin: 15px; }
    .career .card-wrapper .card:hover, .career .card-wrapper .card:focus {
      -webkit-box-shadow: 0 0 60px 0 rgba(21, 25, 27, 0.2);
      -moz-box-shadow: 0 0 60px 0 rgba(21, 25, 27, 0.2);
      box-shadow: 0 0 60px 0 rgba(21, 25, 27, 0.2); }
    .career .card-wrapper .card--text p {
      padding-bottom: 40px; }
    .career .card-wrapper .card--text .btn--link {
      position: absolute;
      right: 0;
      bottom: 0; }
@media only screen and (max-width: 1023px) {
  .career .card-wrapper .card {
    width: 100%; } }
@media only screen and (max-width: 767px) {
  .career .card-wrapper .card {
    padding: 40px;
    width: 100%;
    max-width: 100%;
    margin: 0 0 15px; }
    .career .card-wrapper .card:last-of-type {
      margin-bottom: 0; } }

.job {
  background-color: #f3f3f3;
  padding: 0 25px 110px; }
  .job .hero {
    margin-left: -25px;
    margin-right: -25px; }
    .job .hero + .mobile-buttons {
      line-height: 40px; }
      .job .hero + .mobile-buttons .btn--link {
        padding: 0;
        color: #fff; }
  .job .article {
    -webkit-box-shadow: 0 0 50px 0 rgba(21, 25, 27, 0.1);
    -moz-box-shadow: 0 0 50px 0 rgba(21, 25, 27, 0.1);
    box-shadow: 0 0 50px 0 rgba(21, 25, 27, 0.1);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 60px 30px;
    max-width: 990px; }
  .job .article--sidebar {
    padding-left: 20px;
    padding-top: 10px;
    min-width: 170px;
    max-width: 170px; }
  .job .article--content {
    font-size: 18px; }
    .job .article--content .section {
      padding-bottom: 40px;
      margin-bottom: 40px;
      border-bottom: 1px solid #e0dfdd; }
    .job .article--content .section--title {
      font-size: 20px;
      font-weight: 700;
      color: #2d3648; }
  .job .article--navigation {
    max-width: 990px;
    margin: 110px auto 0;
    display: block;
    text-align: right; }
    .job .article--navigation .nav + .nav:before {
      display: none; }
  @media only screen and (min-width: 768px) {
    .job .mobile-buttons {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .job .article {
      padding: 25px 15px;
      margin: 0 -10px; }
    .job .article--sidebar {
      padding: 0;
      max-width: none; }
      .job .article--sidebar p {
        display: inline-block; }
    .job .article--info {
      display: block;
      text-align: left;
      margin-top: 0; }
      .job .article--info > div {
        margin: 0; }
    .job .article--content {
      padding: 0; } }

.map_container {
  margin-bottom: 0;
  padding: 0; }
  .map_container .map {
    width: 100%;
    height: 390px; }
    .map_container .map h5 {
      font-weight: 900;
      font-size: 11px;
      line-height: 24px;
      letter-spacing: 1.3px; }
    .map_container .map p {
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0.1px; }
      .map_container .map iframe {
      width: 100% !important;
      height: 100% !important; }

.map_description {
  padding: 30px 5%;
  margin: 0 18px 18px;
  background: rgba(239, 239, 239, 0.9); }
  @media only screen and (min-width: 768px) {
    .map_description {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      max-width: 50%;
      margin: 18px 26px;
      z-index: 1; }
      .map_description .btn--link {
        right: 35px; } }
  .map_description .company-address {
    margin: 15px 0;
    font: 400 15px/22px "Open Sans", sans-serif; }
    .map_description .company-address small {
      color: #000082;
      display: block;
      line-height: 1;
      font-size: 11px; }
  .map_description .btn--link {
    position: absolute;
    right: 10px;
    bottom: 30px; }

.fancybox-slide .message {
  background-color: #ffffff;
  color: #626262;
  padding: 40px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(21, 25, 27, 0.10);
  -moz-box-shadow: 0px 0px 50px 0px rgba(21, 25, 27, 0.10);
  box-shadow: 0px 0px 50px 0px rgba(21, 25, 27, 0.10);
}
.fancybox-slide .message .title {
  font-size: 16px;
  font-weight: bold;
  color: #000082;
  margin-bottom: 30px;
}
.fancybox-slide .message .text {
  font-size: 15px;
  color: #626262;
}
.fancybox-slide .message .text p {
  margin-top: 15px;
}
.fancybox-bg.bg-transparent {
  background: rgba(226,226,226,0.8);
}
.file-field i {
  font-size: 14px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #000082;
}