﻿@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.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.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  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: #fff; }

/* 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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before {
  content: ""; }

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

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

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

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

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

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

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

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

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

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

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

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

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

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

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

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

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: ""; }

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

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

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

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

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

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

.fa-crop:before {
  content: ""; }

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

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

.fa-bullseye:before {
  content: ""; }

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

.fa-file:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

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

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

.fa-dropbox:before {
  content: ""; }

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

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

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

.fa-tumblr:before {
  content: ""; }

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

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

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

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

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

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

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

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

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

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

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

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

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

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

.fa-wheelchair:before {
  content: ""; }

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

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

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

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

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

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

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

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

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

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

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

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

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

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

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

.fa-recycle:before {
  content: ""; }

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

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

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

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

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

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

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

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

.fa-git:before {
  content: ""; }

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

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

.fa-qq:before {
  content: ""; }

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

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

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

.fa-history:before {
  content: ""; }

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

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

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

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

.fa-bomb:before {
  content: ""; }

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

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

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

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

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

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

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

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

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

.fa-lastfm:before {
  content: ""; }

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

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

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

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

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

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

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

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

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

.fa-motorcycle:before {
  content: ""; }

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

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

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

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

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

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

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

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

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

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

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

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: ""; }

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

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

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

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

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

.fa-hourglass:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

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

.fa-gg:before {
  content: ""; }

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

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

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

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

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

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

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

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

.fa-contao:before {
  content: ""; }

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

.fa-amazon:before {
  content: ""; }

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

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

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

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

.fa-industry:before {
  content: ""; }

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

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

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

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

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

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

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

.fa-fonticons:before {
  content: ""; }

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

.fa-edge:before {
  content: ""; }

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

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

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

.fa-usb:before {
  content: ""; }

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

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

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

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

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

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

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

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

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

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

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

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

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

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

.fa-blind:before {
  content: ""; }

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

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

.fa-braille:before {
  content: ""; }

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

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

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

.fa-glide:before {
  content: ""; }

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

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

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

.fa-viadeo:before {
  content: ""; }

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

.fa-snapchat:before {
  content: ""; }

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

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

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

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

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

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

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

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

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

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

.fa-linode:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-quora:before {
  content: ""; }

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

.fa-telegram:before {
  content: ""; }

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

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

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

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

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

.fa-shower:before {
  content: ""; }

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

.fa-podcast:before {
  content: ""; }

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

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

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

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

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

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

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

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.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; }

@font-face {
  font-family: 'opensans-regular';
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'opensans-semibold';
  src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype"); }

@font-face {
  font-family: 'opensanscondensed-bold';
  src: url("../fonts/OpenSansCondensed-Bold.ttf") format("truetype"); }

/*@font-face {
	font-family: 'opensanscondensed-light';
	src: url('../fonts/OpenSansCondensed-Light.ttf') format('truetype');
}*/
@font-face {
  font-family: 'opensans-extrabold';
  src: url("../fonts/OpenSans-ExtraBold.ttf") format("truetype"); }

/*@font-face {
    font-family: 'ptsans-regular';
    src: url('../fonts/pt_sans-web-regular.ttf') format('truetype');
}
@font-face {
    font-family: 'ptsans-bold';
    src: url('../fonts/pt_sans-web-bold.ttf') format('truetype');
}*/
/*@font-face {
    font-family: 'robotocondensed-light';
    src: url('../fonts/robotocondensed-light.ttf') format('truetype');
}*/
.main-title {
  font-size: 100px;
  font-family: 'opensans-semibold';
  letter-spacing: -0.05em; }

.title {
  font-size: 27px;
  font-family: 'robotocondensed-light';
  letter-spacing: 0.1em; }
  .title.small {
    font-size: 20px;
    font-family: 'robotocondensed-light';
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 10px; }

.main-sub-title {
  font-size: 27px;
  font-family: 'robotocondensed-light';
  letter-spacing: 0.1em; }

.text {
  font-family: 'pt-sansregular';
  font-size: 16px; }

.uppercase {
  text-transform: uppercase; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ccc; }

::placeholder {
  /* Most modern browsers support this now. */
  color: #ccc; }

/*$color_background_grayLight: #CCC;
$color_background_grayMedium: #888;
$color_background_grayDark: #333;*/
body {
  font-family: 'opensans-regular';
  background-color: white; }

.section-separator > span {
  margin: 24px;
  color: #3182AF;
  font-size: 16px; }

.landing-page-wrapper {
  padding: 0px; }

.landing-page-title-content-wrapper {
  padding-top: 20px; }
  .landing-page-title-content-wrapper button {
    margin-top: 20px; }

.title-wrapper {
  position: relative; }

.title-image {
  /*background-image: url('../images/city-bg.jpeg');*/
  /*background-image: url('../images/code-background-2.jpg');*/
  background-image: url("../images/landing-page-background-blue-overlay.jpeg");
  background-size: initial;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position-y: 16%;
  background-position-x: 39%; }

.services-title-image {
  /*background-image: url('../images/city-bg.jpeg');*/
  /*background-image: url('../images/code-background-2.jpg');*/
  background-image: url("../images/what-we-do-background-blue-overlay.jpeg");
  background-size: initial;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position-y: 0%;
  background-position-x: 90%; }

.title-h1 {
  color: #464646;
  font-family: 'opensanscondensed-bold';
  letter-spacing: -0.05em;
  font-size: 24px; }

.our-services-page-wrapper .section-wrapper {
  color: #343434;
  padding: 0 10px; }

.our-services-page-wrapper .title-h1 i {
  color: #9bd5f0; }

.techstack-items-wrapper {
  padding: 30px 0 0 0; }

.techstack-item-wrapper {
  font-size: 14px;
  line-height: 22px;
  color: #888;
  position: relative; }
  .techstack-item-wrapper .techstack-logo {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    height: 36px;
    width: 36px;
    top: 4px; }
  .techstack-item-wrapper p {
    padding-left: 50px;
    min-height: 44px; }
  .techstack-item-wrapper .logo-python {
    background-image: url(../images/portfolio/python-logo.png); }
  .techstack-item-wrapper .logo-opencv {
    background-image: url(../images/portfolio/opencv-logo.png); }
  .techstack-item-wrapper .logo-pytorch {
    background-image: url(../images/portfolio/pytorch-logo.png); }
  .techstack-item-wrapper .logo-angular {
    background-image: url(../images/portfolio/angular-logo.png); }
  .techstack-item-wrapper .logo-dotnetcore {
    background-image: url(../images/portfolio/dotnetcore-logo.png); }
  .techstack-item-wrapper .logo-postgresql {
    background-image: url(../images/portfolio/postgresql-logo.png); }
  .techstack-item-wrapper .logo-linux {
    background-image: url(../images/portfolio/linux-logo.png); }
  .techstack-item-wrapper .logo-windows-server {
    background-image: url(../images/portfolio/windows-server-logo.png); }
  .techstack-item-wrapper .logo-office365 {
    background-image: url(../images/portfolio/office365-logo.png); }

/*h1.section-title {
	padding: 45px 0 20px 0;
	font-size: 32px;
}*/
h2.section-subtitle {
  color: #3182af;
  font-family: 'opensanscondensed-bold';
  letter-spacing: -0.03em;
  font-size: 27px;
  margin-top: 40px;
  margin-bottom: 15px; }

.text-section-wrapper.indented {
  text-indent: 2em; }

.text-section-wrapper.first-after-title {
  padding-top: 30px; }

.gallery-section-wrapper figure {
  width: 50%;
  display: block;
  float: left;
  padding: 5px; }

.gallery-section-wrapper figcaption {
  font-size: 14px;
  text-align: center;
  color: #777; }

.gallery-section-wrapper img {
  width: 100%; }

.title-overlay.v2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #3a96ca;
  opacity: 0.7; }

.title-main {
  padding: 0px 5px 40px 5px; }

.btn {
  white-space: normal; }

.blue-stripe {
  background: #3183af;
  background: -moz-linear-gradient(left, #3183af 0%, #3998cc 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #3183af), color-stop(100%, #3998cc));
  background: -webkit-linear-gradient(left, #3183af 0%, #3998cc 100%);
  background: -o-linear-gradient(left, #3183af 0%, #3998cc 100%);
  background: -ms-linear-gradient(left, #3183af 0%, #3998cc 100%);
  background: linear-gradient(to right, #3183af 0%, #3998cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3183af', endColorstr='#3998cc', GradientType=1 );
  margin-top: 50px; }

.blue-stripe-content-wrapper {
  position: relative;
  padding: 40px 0px; }
  .blue-stripe-content-wrapper li {
    padding-bottom: 25px;
    position: relative;
    padding-left: 10px; }
  .blue-stripe-content-wrapper .blue-stripe-title {
    text-align: center; }
    .blue-stripe-content-wrapper .blue-stripe-title .icon-graduation-cap {
      display: block;
      text-align: center;
      font-size: 90px;
      padding-top: 15px; }
    .blue-stripe-content-wrapper .blue-stripe-title h2 {
      font-size: 64px;
      font-family: 'opensanscondensed-bold';
      color: white;
      margin-bottom: 40px;
      margin-top: 20px; }
  .blue-stripe-content-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: white;
    padding-bottom: 0px; }
    .blue-stripe-content-wrapper ul li > span {
      margin-left: 43px;
      display: inline-block;
      color: white;
      font-size: 20px; }
    .blue-stripe-content-wrapper ul li > i {
      color: #9bd5f0;
      font-size: 40px;
      line-height: 22px;
      display: inline-block;
      height: 20px;
      overflow: hidden;
      vertical-align: bottom;
      position: absolute;
      left: 0px;
      top: 5px; }
  .blue-stripe-content-wrapper .blue-stripe-title-separator {
    background-color: #ffa500; }
  .blue-stripe-content-wrapper .blue-stripe-content {
    margin-left: 0px; }

.portfolio-item-wrapper {
  min-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  margin: 40px 0;
  position: relative;
  /*.image-item-subtitle {
		color: #9b9b9b;
		font-size: 18px;
		line-height: 21px;
	}*/
  /*.project-description {
		font-size: 18px;
		color: #9b9b9b;
	}*/
  /*.project-title {
		display: inline-block;
		letter-spacing: 0px;
		color: white;
		font-size: 75px;
		font-family: 'opensanscondensed-bold';
		position: relative;
		left: -4px;
	}*/ }
  .portfolio-item-wrapper .portfolio-item-overlay {
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
    z-index: 1; }
  .portfolio-item-wrapper .portfolio-item-content {
    z-index: 2;
    position: absolute;
    bottom: 15px;
    right: 15px;
    left: 15px; }
  .portfolio-item-wrapper .image-item-subtitle {
    color: #9b9b9b;
    font-size: 14px;
    line-height: 16px; }
  .portfolio-item-wrapper .project-description {
    color: ghostwhite;
    font-size: 14px;
    line-height: 20px; }
  .portfolio-item-wrapper .project-title {
    display: inline-block;
    letter-spacing: 0px;
    color: white;
    font-size: 32px;
    font-family: 'opensanscondensed-bold';
    position: relative;
    left: -1px;
    line-height: 35px;
    margin-top: 5px;
    margin-bottom: 12px; }
  .portfolio-item-wrapper .project-buttons {
    padding-top: 0px; }
    .portfolio-item-wrapper .project-buttons a {
      margin-top: 15px !important; }
      .portfolio-item-wrapper .project-buttons a:hover {
        color: #ffdb99; }
  .portfolio-item-wrapper .btn-outline-orange {
    border-color: orange;
    background-color: transparent;
    color: orange; }

.phama-portfolio-wrapper {
  background-image: url(../images/phama-background-landing-page.png); }

.ostermann-portfolio-wrapper {
  background-image: url(../images/ostermann-background-landing-page.png); }

.ai-vision-portfolio-wrapper {
  background-image: url(../images/ai-vision-landing-page-background.jpg); }

.ai-car-tires-portfolio-wrapper {
  background-image: url(../images/ai-car-tires-landing-page-background.png); }

.trw-portfolio-wrapper {
  background-image: url(../images/trw-landing-page-background.png); }

.matissa-portfolio-wrapper {
  background-image: url(../images/matissa-landing-page-background.jpg); }

.briefing-mediji-portfolio-wrapper {
  background-image: url(../images/briefing-mediji-landing-page-background.jpg); }

.tennis-scout-portfolio-wrapper {
  background-image: url(../images/tennis-scout-landing-page-background.png); }

.project-partnership {
  color: #999;
  font-size: 14px;
  position: relative;
  top: -9px; }

.main-title {
  color: #3182AF;
  font-size: 41px;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  margin-bottom: 0px; }

.title-company-name {
  text-transform: uppercase;
  color: #3182AF;
  font-size: 16px; }

.main-sub-title {
  color: #3182AF;
  font-family: 'opensans-regular';
  letter-spacing: 0px;
  font-size: 16px; }
  .main-sub-title em {
    font-family: 'opensans-extrabold';
    font-style: initial; }

.section-title {
  color: #464646;
  font-family: 'opensans-extrabold';
  letter-spacing: -0.05em;
  text-align: center;
  font-size: 27px;
  padding-top: 40px;
  padding-bottom: 15px;
  margin: 0; }
  .section-title.section-title-light {
    color: white; }

.page-section-wrapper {
  background-image: url(/images/background_light.jpg);
  background-size: initial;
  background-repeat: repeat-x; }

.button-call-to-action {
  background: #C9FBFF;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-family: 'opensans-regular';
  color: #3182AF;
  letter-spacing: 0.05em;
  font-size: 14px;
  text-transform: uppercase; }
  .button-call-to-action i {
    font-size: 11px;
    vertical-align: middle;
    line-height: 14px;
    margin-left: 4px; }
  .button-call-to-action.button-blue-flat {
    color: white;
    background-color: #3182AF;
    box-shadow: none;
    border: 1px solid #3182AF;
    letter-spacing: 0px; }
    .button-call-to-action.button-blue-flat.outlined {
      color: #3182AF;
      background-color: white; }

.section-box-item {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 15px 20px;
  position: relative;
  color: #555;
  margin-bottom: 20px; }
  .section-box-item .box-title {
    font-family: 'opensans-extrabold';
    font-size: 27px;
    color: white;
    text-align: center;
    padding: 20px 0px 15px 0px; }
  .section-box-item.form-wrapper {
    padding: 20px; }
  .section-box-item.land-contacts-wrapper {
    padding: 15px 0px 30px 0px; }
  .section-box-item.image-item {
    padding: 0px 0px 20px 0px; }
  .section-box-item .title {
    text-align: center;
    padding: 0px 20px;
    font-size: 18px; }
    .section-box-item .title.small {
      text-transform: unset !important; }
  .section-box-item .section-icon-wrapper {
    padding-top: 25px;
    text-align: center; }
    .section-box-item .section-icon-wrapper i {
      font-size: 100px;
      border-radius: 0px 0px 4px 4px;
      color: #9bd5f0;
      border: none; }
  .section-box-item.blue {
    background-color: #3182AF;
    color: white;
    padding: 20px;
    margin: 0px 10px 25px 10px; }
    .section-box-item.blue .content-wrapper {
      padding: 30px 40px 40px 40px; }
    .section-box-item.blue .content-title.title.small {
      color: white; }

.bullets {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px 40px;
  box-shadow: 0px 1px 2px 0px #bbb;
  color: #555; }
  .bullets .bullet {
    margin-bottom: 15px;
    margin-top: 15px; }

.bullets-mobile {
  background: none;
  padding: 5px;
  color: #555; }
  .bullets-mobile .bullet {
    margin: 0px 0px 15px 0px; }

.bullet-title {
  padding-bottom: 3px; }
  .bullet-title span {
    font-family: 'opensans-regular';
    letter-spacing: 0.0em;
    padding: 10px 10px 0px 5px;
    color: #3182AF;
    font-size: 16px; }
  .bullet-title i {
    color: #3182AF; }

.bullet-label {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 10px;
  padding-left: 25px; }

.portfolio-item {
  margin: 0px 10px 0px 10px;
  font-size: 16px; }
  .portfolio-item .project-title {
    font-family: 'opensans-extrabold';
    font-size: 25px;
    color: #3182AF;
    text-indent: -2px; }
  .portfolio-item .project-description {
    line-height: 22px;
    font-size: 16px; }
  .portfolio-item .project-item-wrapper {
    line-height: 20px; }
    .portfolio-item .project-item-wrapper .project-item-title {
      margin-top: 10px;
      padding-top: 7px;
      color: #3182AF; }
    .portfolio-item .project-item-wrapper .project-item-description {
      padding: 7px 0px 0px 0px; }
      .portfolio-item .project-item-wrapper .project-item-description > ul {
        list-style: none;
        margin-left: 0;
        text-indent: 8px;
        margin-bottom: 0px;
        padding-left: 0px; }
        .portfolio-item .project-item-wrapper .project-item-description > ul li {
          line-height: 18px;
          margin-bottom: 4px; }
          .portfolio-item .project-item-wrapper .project-item-description > ul li:before {
            content: '+';
            margin-right: 10px;
            font-family: '';
            font-size: 16px; }
    .portfolio-item .project-item-wrapper .project-item-tech {
      padding: 7px 0px 0px 0px;
      color: #AAA; }

.portfolio-item-actions {
  padding-top: 8px; }
  .portfolio-item-actions a.button-call-to-action {
    display: inline-block;
    text-decoration: none; }
  .portfolio-item-actions > div {
    text-align: center;
    padding-top: 7px; }
  .portfolio-item-actions a {
    color: #3182AF;
    text-decoration: underline;
    font-size: 14px; }

.bottom-link-to-portfolio-app {
  background-color: #3182AF;
  padding: 10px 20px;
  margin-top: 20px; }
  .bottom-link-to-portfolio-app a {
    color: ghostwhite;
    text-decoration: underline; }

.navigation-wrapper {
  position: relative; }

.top-header {
  height: 48px;
  background-color: #111; }

.top-header.v2 {
  background-color: transparent;
  box-shadow: none;
  border: none; }
  .top-header.v2 .top-header-content-wrapper {
    background-color: transparent;
    box-shadow: none;
    border: none; }
  .top-header.v2 li a {
    color: white;
    text-transform: uppercase; }

.top-header-home-wrapper {
  position: absolute;
  left: 20px;
  top: 12px;
  z-index: 110; }
  .top-header-home-wrapper a {
    color: white; }

.title-main.v2 {
  padding: 50px 5px 26px 5px; }
  .title-main.v2 .title-company-name {
    color: #c5e7f6;
    text-shadow: 0 0 1px black; }
  .title-main.v2 .main-title {
    color: white;
    text-shadow: 0 0 3px black; }
  .title-main.v2 .main-sub-title {
    color: #c5e7f6;
    text-shadow: 0 0 1px black;
    font-size: 14px; }
    .title-main.v2 .main-sub-title em {
      color: orange;
      font-family: 'opensans-semibold'; }

.get-mobile-app-buttons-wrapper {
  position: relative;
  z-index: 2;
  top: 5px;
  right: 0px; }

.get-it-on-google img {
  height: 60px;
  width: auto;
  margin-right: 5px;
  margin-bottom: 4px; }

.get-it-on-microsoft a {
  margin: 15px; }

.get-it-on-microsoft img {
  height: 48px;
  width: auto; }

.get-it-on-apple a {
  margin: 0 15px 7px 15px; }

.get-it-on-apple img {
  height: 48px;
  width: auto; }

.link-orange {
  color: orange;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
  font-size: 16px; }
  .link-orange:hover {
    color: orange;
    text-decoration: underline; }

.logo-wrapper {
  position: relative; }
  .logo-wrapper .logo {
    background-image: url(/images/aether-signum_logo.png);
    height: 28px;
    width: 68px;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: 8px; }

.navigation-wrapper {
  text-align: right;
  padding-right: 20px; }

.navigation {
  list-style: none;
  margin-bottom: 0px; }
  .navigation li {
    display: inline;
    font-size: 12px;
    line-height: 48px;
    margin-left: 15px; }
    .navigation li button, .navigation li a {
      font-family: 'opensans-semibold';
      color: white;
      letter-spacing: 0.0em;
      font-size: 13px;
      border: none;
      padding: 0;
      margin: 0;
      overflow: hidden;
      background: none;
      text-transform: uppercase; }
      .navigation li button:focus, .navigation li a:focus {
        outline: none; }

.content-wrapper {
  padding: 25px 25px 25px 25px;
  color: #555;
  background-color: white;
  border-top: 4px solid #9bd5f0;
  font-size: 16px;
  line-height: 22px; }

.section-wrapper {
  color: #f8f8ff;
  font-size: 16px;
  padding: 0px; }
  .section-wrapper .title.small {
    color: #3182AF; }
  .section-wrapper.light {
    background-color: #3182AF;
    padding: 40px 5px 40px 5px;
    color: white;
    position: relative; }
    .section-wrapper.light.v2 {
      background-color: transparent; }
    .section-wrapper.light .hire-us-top-button-wrapper {
      position: absolute;
      top: -13px;
      transform: translateX(-50%);
      left: 50%; }
    .section-wrapper.light .section-title {
      padding-top: 5px;
      padding-bottom: 10px; }

.eureka-announcement-wrapper {
  padding-top: 48px;
  padding-bottom: 32px; }
  .eureka-announcement-wrapper .eureka-card {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e0e8ef;
    border-left: 5px solid #3182AF;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    padding: 32px 36px; }
  .eureka-announcement-wrapper .eureka-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 24px; }
    .eureka-announcement-wrapper .eureka-card-header .eureka-card-label {
      font-size: 11px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      color: #3182AF;
      background-color: #ddeef8;
      padding: 4px 12px;
      border-radius: 20px; }
  .eureka-announcement-wrapper .eureka-logos-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e4edf3;
    border-radius: 8px;
    padding: 18px 28px;
    background-color: #f6f9fc; }
    .eureka-announcement-wrapper .eureka-logos-bar .eureka-logo-item {
      flex: 0 0 auto; }
      .eureka-announcement-wrapper .eureka-logos-bar .eureka-logo-item img {
        max-height: 60px;
        width: auto; }
    .eureka-announcement-wrapper .eureka-logos-bar .eureka-center-text {
      flex: 1;
      text-align: center;
      padding: 0 28px;
      font-size: 13px;
      color: #555;
      line-height: 1.6; }
  .eureka-announcement-wrapper .eureka-card-divider {
    height: 1px;
    background-color: #e8eef3;
    margin: 28px 0; }
  .eureka-announcement-wrapper .eureka-announcement-body p {
    color: #333;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 14px; }
  .eureka-announcement-wrapper .eureka-team-photo {
    border-radius: 8px;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12); }

  @media (max-width: 767.98px) {
    .eureka-announcement-wrapper {
      padding-top: 28px;
      padding-bottom: 20px; }
      .eureka-announcement-wrapper .eureka-card {
        padding: 18px 16px;
        border-left-width: 4px; }
      .eureka-announcement-wrapper .eureka-card-header {
        margin-bottom: 16px; }
        .eureka-announcement-wrapper .eureka-card-header .eureka-card-label {
          font-size: 10px;
          letter-spacing: 1.2px; }
      .eureka-announcement-wrapper .eureka-logos-bar {
        flex-direction: column;
        padding: 14px 12px;
        gap: 12px; }
        .eureka-announcement-wrapper .eureka-logos-bar .eureka-logo-item {
          width: 100%;
          text-align: center; }
          .eureka-announcement-wrapper .eureka-logos-bar .eureka-logo-item img {
            max-height: 48px;
            max-width: 100%; }
        .eureka-announcement-wrapper .eureka-logos-bar .eureka-center-text {
          padding: 0;
          font-size: 12px; }
      .eureka-announcement-wrapper .eureka-card-divider {
        margin: 16px 0; }
      .eureka-announcement-wrapper .eureka-announcement-body p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 12px; }
      .eureka-announcement-wrapper .eureka-team-photo {
        margin-top: 8px; } }

.sticks-wrapper {
  text-align: center; }
  .sticks-wrapper .stick {
    position: relative;
    width: 70px;
    height: 21px;
    background-color: orange;
    display: inline-block;
    border-radius: 15px;
    border: 3px solid white; }
    .sticks-wrapper .stick.stick-angle-up {
      transform: rotate(-25deg); }
    .sticks-wrapper .stick.stick-angle-down {
      transform: rotate(25deg); }
    .sticks-wrapper .stick .stick-circle {
      background-color: white;
      position: absolute;
      height: 7px;
      width: 7px;
      border-radius: 20px; }
      .sticks-wrapper .stick .stick-circle.stick-circle-left {
        left: 5px;
        top: 4px; }
      .sticks-wrapper .stick .stick-circle.stick-circle-right {
        right: 5px;
        top: 4px; }
    .sticks-wrapper .stick.stick-1 {
      z-index: 100;
      right: -47px; }
    .sticks-wrapper .stick.stick-2 {
      z-index: 99;
      right: -15px; }
    .sticks-wrapper .stick.stick-3 {
      z-index: 98;
      left: -15px; }
    .sticks-wrapper .stick.stick-4 {
      z-index: 97;
      left: -47px; }

.sticks-wrapper.sticks-wrapper-small .stick {
  width: 47px;
  height: 17px; }
  .sticks-wrapper.sticks-wrapper-small .stick.stick-angle-up {
    transform: rotate(-25deg); }
  .sticks-wrapper.sticks-wrapper-small .stick.stick-angle-down {
    transform: rotate(25deg); }
  .sticks-wrapper.sticks-wrapper-small .stick .stick-circle {
    height: 5px;
    width: 5px; }
    .sticks-wrapper.sticks-wrapper-small .stick .stick-circle.stick-circle-left {
      left: 3px;
      top: 3px; }
    .sticks-wrapper.sticks-wrapper-small .stick .stick-circle.stick-circle-right {
      right: 3px;
      top: 3px; }
  .sticks-wrapper.sticks-wrapper-small .stick.stick-1 {
    right: -36px; }
  .sticks-wrapper.sticks-wrapper-small .stick.stick-2 {
    right: -12px; }
  .sticks-wrapper.sticks-wrapper-small .stick.stick-3 {
    left: -12px; }
  .sticks-wrapper.sticks-wrapper-small .stick.stick-4 {
    left: -36px; }

.full-black-transparent-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000; }

.sticks-wrapper.sticks-wrapper-smallest.light-blue .stick {
  background-color: #9bd5f0; }

.sticks-wrapper.sticks-wrapper-smallest.main-blue .stick {
  background-color: #3182AF; }

.sticks-wrapper.sticks-wrapper-smallest .stick {
  width: 35px;
  height: 12px;
  border: 2px solid white; }
  .sticks-wrapper.sticks-wrapper-smallest .stick.stick-angle-up {
    transform: rotate(-25deg); }
  .sticks-wrapper.sticks-wrapper-smallest .stick.stick-angle-down {
    transform: rotate(25deg); }
  .sticks-wrapper.sticks-wrapper-smallest .stick .stick-circle {
    height: 4px;
    width: 4px; }
    .sticks-wrapper.sticks-wrapper-smallest .stick .stick-circle.stick-circle-left {
      left: 2px;
      top: 2px; }
    .sticks-wrapper.sticks-wrapper-smallest .stick .stick-circle.stick-circle-right {
      right: 2px;
      top: 2px; }
  .sticks-wrapper.sticks-wrapper-smallest .stick.stick-1-5 {
    right: -36px;
    z-index: 8; }
  .sticks-wrapper.sticks-wrapper-smallest .stick.stick-2-5 {
    right: -18px;
    z-index: 9; }
  .sticks-wrapper.sticks-wrapper-smallest .stick.stick-3-5 {
    z-index: 10; }
  .sticks-wrapper.sticks-wrapper-smallest .stick.stick-4-5 {
    left: -18px;
    z-index: 9; }
  .sticks-wrapper.sticks-wrapper-smallest .stick.stick-5-5 {
    left: -36px;
    z-index: 8; }

.what-we-do-item-wrapper {
  position: relative;
  min-height: 200px;
  color: #888;
  padding: 20px 20px 20px 0px;
  margin-bottom: 0px; }
  .what-we-do-item-wrapper .what-we-do-content-wrapper {
    padding: 15px; }
  .what-we-do-item-wrapper .what-we-do-icon-wrapper {
    text-align: center; }
    .what-we-do-item-wrapper .what-we-do-icon-wrapper i {
      font-size: 100px;
      border-radius: 0px 0px 4px 4px;
      color: #9bd5f0;
      border: none; }
  .what-we-do-item-wrapper .item-title {
    font-family: 'opensanscondensed-bold';
    font-size: 28px;
    letter-spacing: 0.3px;
    color: #464646;
    margin-bottom: 20px;
    margin-top: 0px; }
    .what-we-do-item-wrapper .item-title i {
      color: #9bd5f0; }
  .what-we-do-item-wrapper .item-title-separator {
    position: relative;
    height: 6px;
    margin: 25px 0 23px 0; }
    .what-we-do-item-wrapper .item-title-separator .title-separator-long-line {
      position: absolute;
      height: 3px;
      top: 0px;
      left: 0px;
      right: 0px;
      /*border-bottom: 3px solid transparent;*/ }
    .what-we-do-item-wrapper .item-title-separator .title-separator-short-line {
      position: absolute;
      height: 6px;
      top: 0px;
      left: 0px;
      width: 40px;
      border-bottom: 6px solid #9bd5f0; }

.navigation-menu {
  background-color: #3182AF;
  position: relative;
  z-index: 10;
  padding: 10px 15px;
  top: -230px; }
  .navigation-menu a {
    color: white;
    font-family: 'opensans-regular';
    font-size: 16px; }
  .navigation-menu .navigation-menu-item {
    padding: 8px 5px 8px 5px;
    color: white; }
  .navigation-menu.shown {
    top: -49px;
    transition: 0.25s;
    z-index: 10001; }

.timeline-item {
  position: relative; }
  .timeline-item .timeline-graph-wrapper {
    position: absolute;
    left: 0px;
    top: 10px;
    bottom: 13px;
    border-color: #9bd5f0; }
    .timeline-item .timeline-graph-wrapper .timeline-graph-circle {
      border-radius: 20px;
      height: 34px;
      width: 34px;
      text-align: center;
      line-height: 27px;
      color: #FFF;
      font-size: 14px;
      font-family: 'robotocondensed-light';
      background-color: #3182AF;
      font-weight: bold;
      border: 4px solid #FFF; }
    .timeline-item .timeline-graph-wrapper .timeline-graph-vert-line {
      border-left: 4px solid white;
      height: 100%;
      border-color: #FFF;
      margin-left: 15px; }
  .timeline-item .timeline-content-wrapper {
    margin-left: 35px; }
  .timeline-item .item-title {
    font-family: 'opensans-regular';
    letter-spacing: 0.0em;
    padding: 14px 10px 4px 10px;
    color: #C9FBFF;
    font-size: 16px; }
  .timeline-item .item-description {
    padding: 0px 10px 15px 10px;
    font-size: 16px;
    line-height: 20px; }

.timeline-wrapper.v2 {
  position: relative; }
  .timeline-wrapper.v2 .timeline-graph-wrapper {
    border-color: #9bd5f0; }
    .timeline-wrapper.v2 .timeline-graph-wrapper .timeline-graph-circle {
      background-color: #3182AF;
      border: none;
      height: 100%;
      font-family: 'opensanscondensed-bold';
      font-size: 28px;
      letter-spacing: 0.3px;
      color: white;
      padding-top: 7px; }
    .timeline-wrapper.v2 .timeline-graph-wrapper .timeline-graph-vert-line {
      border-left: 4px solid #99d4ef;
      border-color: #99d4ef; }
  .timeline-wrapper.v2 .timeline-item {
    position: relative;
    margin-bottom: 50px; }
  .timeline-wrapper.v2 .timeline-item .timeline-graph-wrapper {
    position: absolute;
    left: 15px;
    top: 9px;
    right: 0px;
    height: 61px; }
  .timeline-wrapper.v2 .timeline-content-wrapper {
    background-color: white;
    padding: 15px 15px 25px 25px;
    box-shadow: 0px 1px 1px 0px #ccc; }
  .timeline-wrapper.v2 .item-title {
    font-family: 'opensanscondensed-bold';
    font-size: 28px;
    letter-spacing: 0.3px;
    color: #555; }
  .timeline-wrapper.v2 .item-description {
    color: #555; }
  .timeline-wrapper.v2 .timeline-item .timeline-graph-wrapper .timeline-graph-circle {
    border-radius: 0px; }
  .timeline-wrapper.v2 .timeline-graph-wrapper .timeline-graph-vert-line {
    border: none; }

.logo-list-item-image-wrapper .logo-list-item-image {
  height: 100px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
  .logo-list-item-image-wrapper .logo-list-item-image.logo-briefing {
    background-image: url(/images/portfolio/briefing-mediji-logo-grayscale.png); }
    .logo-list-item-image-wrapper .logo-list-item-image.logo-briefing:hover {
      background-image: url(/images/portfolio/briefing-mediji-logo.png); }
  .logo-list-item-image-wrapper .logo-list-item-image.logo-phama {
    background-image: url(/images/portfolio/phama/logo_gray_single_2_190x49px.png); }
    .logo-list-item-image-wrapper .logo-list-item-image.logo-phama:hover {
      background-image: url(/images/portfolio/phama/logo_black_190x49px.png); }
  .logo-list-item-image-wrapper .logo-list-item-image.logo-ostermann {
    background-image: url(/images/portfolio/ostermann/Ostermann-logo-original-gray-single-2.png); }
    .logo-list-item-image-wrapper .logo-list-item-image.logo-ostermann:hover {
      background-image: url(/images/portfolio/ostermann/Ostermann-logo-original-black.png); }
  .logo-list-item-image-wrapper .logo-list-item-image.logo-nsoft {
    background-image: url(/images/portfolio/nsoft-logo-grayscale.png); }
    .logo-list-item-image-wrapper .logo-list-item-image.logo-nsoft:hover {
      background-image: url(/images/portfolio/nsoft-logo.png); }
  .logo-list-item-image-wrapper .logo-list-item-image.logo-rigpro {
    background-image: url(/images/portfolio/rigpro-logo-grayscale.png); }
    .logo-list-item-image-wrapper .logo-list-item-image.logo-rigpro:hover {
      background-image: url(/images/portfolio/rigpro-logo.png); }
  .logo-list-item-image-wrapper .logo-list-item-image.logo-alva {
    background-image: url(/images/portfolio/alva-logo-grayscale.png); }
    .logo-list-item-image-wrapper .logo-list-item-image.logo-alva:hover {
      background-image: url(/images/portfolio/alva-logo.png); }
  .logo-list-item-image-wrapper .logo-list-item-image.logo-vertiv {
    background-image: url(/images/portfolio/vertiv-logo-grayscale.png);
    height: 85px;
    margin-top: 8px; }
    .logo-list-item-image-wrapper .logo-list-item-image.logo-vertiv:hover {
      background-image: url(/images/portfolio/vertiv-logo.png); }
  .logo-list-item-image-wrapper .logo-list-item-image.logo-heimkaup {
    background-image: url(/images/portfolio/heimkaup-logo-grayscale.png); }
    .logo-list-item-image-wrapper .logo-list-item-image.logo-heimkaup:hover {
      background-image: url(/images/portfolio/heimkaup-logo.png);
      background-color: #ddd; }
  .logo-list-item-image-wrapper .logo-list-item-image.logo-futura {
    background-image: url(/images/portfolio/futura-logo-grayscale.png); }
    .logo-list-item-image-wrapper .logo-list-item-image.logo-futura:hover {
      background-image: url(/images/portfolio/futura-logo.png); }
  .logo-list-item-image-wrapper .logo-list-item-image.logo-microsoft {
    background-image: url(/images/portfolio/microsoft-gold-partner-logo-grayscale.jpg); }
  .logo-list-item-image-wrapper .logo-list-item-image.logo-lextre {
    background-image: url(/images/portfolio/lextre-logo-grayscale.png); }
    .logo-list-item-image-wrapper .logo-list-item-image.logo-lextre:hover {
      background-image: url(/images/portfolio/lextre-logo.png); }
  .logo-list-item-image-wrapper .logo-list-item-image.logo-datalab {
    background-image: url(/images/portfolio/datalab-logo-grayscale.png); }
    .logo-list-item-image-wrapper .logo-list-item-image.logo-datalab:hover {
      background-image: url(/images/portfolio/datalab-logo.png); }
  .logo-list-item-image-wrapper .logo-list-item-image.logo-pennyplus {
    background-image: url(/images/portfolio/penny-plus-logo-grayscale.png); }
    .logo-list-item-image-wrapper .logo-list-item-image.logo-pennyplus:hover {
      background-image: url(/images/portfolio/penny-plus-logo.png); }
  .logo-list-item-image-wrapper .logo-list-item-image.logo-bat {
    background-image: url(/images/portfolio/bat-logo-grayscale.png); }
    .logo-list-item-image-wrapper .logo-list-item-image.logo-bat:hover {
      background-image: url(/images/portfolio/bat-logo.png); }

.and-many-more-wrapper {
  color: #9bd5f0;
  font-family: 'opensans-extrabold';
  font-size: 24px;
  letter-spacing: 0.5px; }

.partners-list {
  padding-top: 25px; }

.section-title-image-wrapper {
  width: 100%;
  /*.briefing-title-image {
		vertical-align: middle;
		border-style: none;
		margin: 0 auto;
		display: block;
		margin-top: 20px;
		margin-bottom: 7px;
		background-color: #bbb;
		-webkit-background-blend-mode: lighten;
		background-blend-mode: lighten;
		background-image: url(/images/portfolio/briefing-mediji-logo-grayscale.png);
		width: 121px;
		height: 55px;
		background-size: contain;
	}*/ }
  .section-title-image-wrapper .phama-title-image {
    vertical-align: middle;
    border-style: none;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 0px;
    width: 108px; }
  .section-title-image-wrapper .ostermann-title-image {
    vertical-align: middle;
    border-style: none;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    margin-bottom: 7px;
    width: 121px; }

.image-item-subtitle {
  font-family: 'opensans-regular';
  font-size: 14px;
  letter-spacing: 0.0em;
  line-height: 14px;
  padding: 0px 0px 0px 0px;
  color: #AAA; }

.heavy {
  font-family: 'opensans-extrabold' !important;
  font-size: 20px !important;
  color: ghostwhite !important;
  text-align: center; }

.timeline-item + .timeline-item:before {
  content: ' ';
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid white;
  left: 50%;
  border-top-color: #3181af;
  position: absolute;
  top: -33px; }

.full-width {
  width: 100%; }

.contact-form input, .contact-form textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0px 20px 0px;
  color: #555; }
  .contact-form input:focus, .contact-form textarea:focus {
    outline: none;
    border-bottom: 1px solid #3182AF; }

td.contact-label-cell {
  width: 100px;
  text-align: right;
  padding: 5px; }

.contacts-section-wrapper {
  padding-top: 30px; }

/*.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}*/
.google-maps {
  position: relative;
  padding-bottom: 75%;
  /*padding-bottom: 36%;*/
  height: 0;
  overflow: hidden;
  max-height: 400px; }

.contact-item-wrapper {
  position: relative;
  padding-bottom: 13px; }

.contact-label {
  color: #ccc;
  font-size: 16px;
  letter-spacing: 0.02em;
  margin-right: 6px;
  line-height: 20px;
  position: absolute;
  top: 4px;
  text-align: right;
  width: 51px; }

.contact-label-value {
  color: #464646;
  padding-left: 64px; }

.contacts-list-wrapper {
  padding-top: 0px; }

.google-maps #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-height: 400px; }

.contact-label-title {
  font-family: 'opensanscondensed-bold';
  font-size: 28px;
  letter-spacing: 0.3px;
  color: #464646;
  margin-bottom: 20px;
  margin-top: 30px; }

.single-row-value {
  text-align: center;
  font-family: 'robotocondensed-light';
  letter-spacing: 0.05em;
  padding: 30px 10px 10px 10px;
  color: #888;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px; }

.mapouter {
  margin-top: 30px; }

.footer {
  margin-top: 80px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 60px 20px 100px 20px; }
  .footer > table {
    margin: 0 auto; }

.footer-label {
  color: #888;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-align: right;
  padding-top: 2px;
  margin-right: 6px;
  line-height: 20px; }

.footer-value {
  color: #aaa;
  margin-top: 15px;
  font-size: 14px;
  padding-left: 6px;
  line-height: 20px; }

.footer-title {
  font-size: 16px;
  text-align: center;
  font-family: 'opensans-extrabold'; }

.footer-title > div {
  font-family: 'opensans-regular';
  padding: 0px 10px 10px 20px;
  color: #888;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px; }
  .footer-title > div span {
    font-size: 24px;
    color: #ffffff;
    font-family: 'opensans-regular';
    text-transform: uppercase;
    line-height: 30px; }

.page-section-wrapper {
  padding: 0px 5px; }

.contact-us-wrapper {
  position: relative;
  padding: 20px 0px 30px 0px; }
  .contact-us-wrapper.form-wrapper {
    padding: 20px 0px 30px 0px;
    margin-bottom: 0px; }
  .contact-us-wrapper .contact-us-action-wrapper {
    text-align: right; }
    .contact-us-wrapper .contact-us-action-wrapper .button-hire-us {
      background-color: #3182AF;
      color: white; }

#btn-contact-us-1 {
  margin-top: 25px; }

.btn-header-contact-us {
  background-color: #ffa500;
  color: white;
  font-family: 'opensans-semibold';
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 20px; }
  .btn-header-contact-us:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 165, 0, 0.25); }
  .btn-header-contact-us span {
    margin-right: 5px; }

.contact-form {
  background-color: #f9f9f9;
  padding: 30px;
  margin-top: 5px; }

.breadcrumbs-wrapper {
  background-color: #9bd5f0;
  color: #464646;
  padding: 4px 0; }

ul.breadcrumbs {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: 11px; }
  ul.breadcrumbs li {
    display: inline-block; }
    ul.breadcrumbs li a {
      color: #464646; }
  ul.breadcrumbs li + li:before {
    content: '/';
    margin-left: 6px;
    margin-right: 6px;
    color: #3182AF; }

.portfolio-item-description-paragraphs p {
  text-indent: 1.5em; }

.responsive-image-gallery {
  color: #656565;
  padding-top: 50px; }
  .responsive-image-gallery .caption-title {
    font-family: 'opensans-extrabold';
    color: #434343; }
  .responsive-image-gallery figure {
    margin-bottom: 40px; }
  .responsive-image-gallery img {
    width: 100%;
    margin-bottom: 10px; }

.page-wrapper {
  padding-top: 20px; }

ul.simple-vertical-list {
  list-style: none;
  padding: 0;
  color: #232323;
  font-family: 'opensans-semibold'; }
  ul.simple-vertical-list li + li {
    margin-top: 10px; }
  ul.simple-vertical-list li {
    position: relative;
    padding-left: 25px; }
    ul.simple-vertical-list li i {
      position: absolute;
      left: 0px;
      top: 5px;
      color: #ccc;
      /*color: orange;*/ }
      ul.simple-vertical-list li i.icofont-check {
        /*color: #9bd5f0,*/ }

.portfolio-item-title-wrapper-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3182AF;
  opacity: 0.9; }

.buttons-wrapper {
  position: initial;
  right: initial;
  top: initial;
  width: 100%; }
  .buttons-wrapper button {
    display: block;
    width: 100%; }

@media (min-width: 400px) {
  .buttons-wrapper {
    position: absolute;
    right: 0px;
    top: -83px; }
    .buttons-wrapper button {
      display: inline-block;
      width: initial; } }

@media (min-width: 576px) {
  .page-wrapper {
    padding-top: 30px; }
  .our-services-page-wrapper .section-wrapper {
    padding: 0; }
  .top-header-home-wrapper {
    left: 0px; }
  .blue-stripe-content-wrapper ul {
    padding-bottom: 15px; }
  .what-we-do-item-wrapper {
    margin-bottom: 50px; }
    .what-we-do-item-wrapper .item-title {
      margin-top: 30px; }
    .what-we-do-item-wrapper .what-we-do-content-wrapper {
      margin-left: 200px;
      padding: 0px; }
    .what-we-do-item-wrapper .what-we-do-icon-wrapper {
      position: absolute;
      left: 44px;
      top: 56px; }
  .logo-list-item-image-wrapper {
    padding: 0px 42px; }
  .title-company-name {
    padding-top: 30px; }
  .button-call-to-action {
    font-size: 17px;
    padding: 9px 18px; }
  .section-title {
    padding-top: 60px;
    padding-bottom: 30px; }
  .section-box-item .box-title {
    padding: 20px 25px 15px 25px;
    line-height: 30px; }
  .landing-page-wrapper .main-title {
    font-size: 50px; }
  .landing-page-wrapper .main-sub-title {
    font-size: 14px; }
  .section-wrapper .title {
    font-size: 18px !important; }
    .section-wrapper .title.small {
      font-size: 18px !important; } }

@media (min-width: 768px) {
  .page-wrapper {
    padding-top: 50px; }
  /*.responsive-image-gallery {
		figure {
			position: relative;
		}

		figcaption {
			position: absolute;
			right: 0px;
			top: 0px;
			width: 280px;
		}

		img {
			width: 100%;
			padding-right: 300px;
		}
	}*/
  .techstack-item-wrapper {
    padding: 25px 40px 40px 40px;
    position: initial; }
    .techstack-item-wrapper .techstack-logo {
      height: 150px;
      width: auto;
      position: initial; }
  .google-maps {
    padding-bottom: 58%; }
  .get-mobile-app-buttons-wrapper {
    top: 30px;
    right: 30px; }
  .portfolio-item-wrapper .project-title {
    font-size: 66px;
    line-height: 70px; }
  .portfolio-item-wrapper .project-buttons {
    padding-top: 25px; }
    .portfolio-item-wrapper .project-buttons button {
      margin-top: 0px !important; }
  .portfolio-item-wrapper .portfolio-item-content {
    bottom: 50px;
    right: 50px;
    left: 50px; }
  .blue-stripe-content-wrapper {
    padding: 75px 0px 75px 40px; }
    .blue-stripe-content-wrapper .blue-stripe-content {
      margin-left: 250px; }
    .blue-stripe-content-wrapper .blue-stripe-title {
      position: absolute;
      left: 0px;
      top: 65px;
      text-align: left;
      max-width: 225px; }
    .blue-stripe-content-wrapper ul {
      padding-bottom: 30px; }
  .title-company-name {
    padding-top: 80px;
    font-size: 18px; }
  .section-title {
    font-size: 32px; }
  .button-call-to-action {
    font-size: 18px;
    padding: 10px 20px; }
  .bullets > div {
    margin-top: 10px;
    margin-bottom: 15px; }
  .landing-page-wrapper .main-title {
    font-size: 65px; }
  .landing-page-wrapper .main-sub-title {
    font-size: 16px; }
  .section-wrapper .title {
    font-size: 21px !important; }
    .section-wrapper .title.small {
      font-size: 21px !important; } }

@media (min-width: 992px) {
  .responsive-image-gallery figure {
    position: relative; }
  .responsive-image-gallery figcaption {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 280px; }
  .responsive-image-gallery img {
    width: 100%;
    padding-right: 300px; }
  .google-maps {
    padding-bottom: 43%; }
  .contacts-list-wrapper {
    padding-top: 39px; }
  .title-company-name {
    padding-top: 100px;
    font-size: 22px; }
  .section-title {
    font-size: 36px;
    padding-top: 90px;
    padding-bottom: 40px; }
  .bullets > div {
    margin-top: 10px;
    margin-bottom: 15px; }
  .section-box-item .box-title {
    padding: 20px 20px 15px 20px;
    line-height: 30px; }
  .landing-page-wrapper .main-title {
    font-size: 80px; }
  .landing-page-wrapper .main-sub-title {
    font-size: 18px; }
  .section-wrapper .title {
    font-size: 24px !important; }
    .section-wrapper .title.small {
      font-size: 24px !important; } }

@media (min-width: 1200px) {
  .google-maps {
    padding-bottom: 36%; }
  .title-company-name {
    padding-top: 150px;
    font-size: 26px; }
  .button-call-to-action {
    font-size: 22px;
    padding: 12px 24px; }
  .landing-page-wrapper .main-title {
    font-size: 100px; }
  .landing-page-wrapper .main-sub-title {
    font-size: 18px;
    max-width: 473px; }
  .timeline-item .item-title {
    font-size: 18px; }
  .timeline-item .item-description {
    font-size: 18px; }
  .section-wrapper {
    font-size: 18px; }
  .image-item-subtitle {
    font-size: 14px; }
  .project-title {
    font-size: 32px; }
  .bullet-title, .bullet-label {
    font-size: 18px;
    padding-bottom: 4px; }
    .bullet-title span, .bullet-label span {
      font-size: 18px; }
  .bullets > div {
    margin-bottom: 30px;
    margin-top: 15px; }
  .section-wrapper .section-box-item .title.small {
    font-size: 32px !important;
    text-transform: initial !important;
    font-family: 'robotocondensed-light' !important;
    letter-spacing: 0.05em !important;
    padding: 10px 40px 40px 40px;
    line-height: 35px; }
  .section-wrapper .title {
    /*font-size: 48px !important;
			text-transform: initial !important;
			font-family: 'opensans-extrabold' !important;
			letter-spacing: initial !important;*/ }
    .section-wrapper .title.small {
      font-size: 48px !important;
      text-transform: initial !important;
      font-family: 'opensans-extrabold' !important;
      letter-spacing: initial !important; }
  .main-title {
    font-size: 76px; }
  .section-box-item .section-icon-wrapper {
    padding-top: 50px;
    padding-bottom: 30px; }
    .section-box-item .section-icon-wrapper i {
      font-size: 100px; }
  .button-hire-us {
    font-size: 28px;
    padding: 10px 50px;
    border-radius: 50px; }
  .section-wrapper.light {
    padding-top: 60px;
    margin-top: 0px; }
    .section-wrapper.light .hire-us-top-button-wrapper {
      top: -16px; }
  .navigation li button {
    font-size: 16px;
    text-transform: uppercase; }
  .contact-us-wrapper .contact-us-action-wrapper {
    min-width: 185px; }
  .project-description {
    font-size: 18px;
    line-height: 21px; }
  .project-item-wrapper {
    line-height: 16px; }
    .project-item-wrapper .project-item-title {
      margin-top: 0px; }
    .project-item-wrapper .project-item-tech {
      padding-bottom: 20px; }
    .project-item-wrapper .project-item-description {
      padding: 7px 0px 5px 0px; }
  .footer-label, .footer-value {
    font-size: 16px; }
  .footer-title .footer-subtitle {
    margin-top: 5px;
    font-size: 16px;
    padding-bottom: 40px; }
  .footer-title > div {
    margin-top: 20px; }
    .footer-title > div span {
      font-size: 47px; } }

.top-header-content-wrapper {
  background-color: white;
  border-bottom: 0px solid #eee !important;
  box-shadow: 0px 1px 4px -1px #ccc;
  z-index: 10;
  position: relative; }

.top-header-content-wrapper {
  background-color: white;
  border-bottom: 0px solid #eee !important;
  box-shadow: 0px 1px 4px -1px #ccc; }

.title.small {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 80px;
  padding-bottom: 40px;
  color: #555; }

.heavy {
  color: #555 !important;
  font-family: 'robotocondensed-light' !important; }

.project-item-wrapper .project-item-tech {
  color: #bbb; }

.footer {
  background-color: rgba(0, 0, 0, 0.8); }

.timeline-graph-v3 {
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
  padding: 10px 0px 20px 0px; }

.graph-item-v3 {
  color: #464646;
  position: relative;
  padding: 20px 50px 0px 50px;
  background-color: white; }

.graph-item-number-v3 {
  position: absolute;
  font-size: 71px;
  top: -5px;
  font-family: 'opensanscondensed-bold';
  color: #dee2e6; }
  .graph-item-number-v3.graph-item-icon-v3 {
    left: 0px;
    color: #31af36; }

.graph-item-content-wrapper-v3 {
  margin-left: 41px;
  padding: 20px 0 10px 16px; }
  .graph-item-content-wrapper-v3 h2 {
    font-family: 'opensanscondensed-bold';
    font-size: 24px; }
  .graph-item-content-wrapper-v3 p {
    font-size: 16px;
    color: #999; }

.success-message {
  background-color: #28a745;
  color: white;
  padding: 15px;
  text-align: center;
  margin-top: 15px; }

.error-message {
  background-color: red;
  color: white;
  padding: 15px;
  text-align: center;
  margin-top: 15px; }

/* Progress Bar */
.progress {
  position: absolute;
  top: 25px;
  left: 0px;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #E9EBF0;
  border-radius: 2px;
  background-clip: padding-box;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden; }

.progress .indeterminate {
  background-color: #ffa500; }

.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }

.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s; }

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

.input-wrapper {
  position: relative; }
  .input-wrapper label.error {
    position: absolute;
    bottom: -28px;
    left: 0;
    font-size: 14px;
    font-weight: bold;
    color: red; }
  .input-wrapper input.error,
  .input-wrapper textarea.error {
    border-color: red; }
  .input-wrapper input, .input-wrapper textarea {
    display: block; }

.contact-form textarea {
  margin-bottom: 12px; }

.captcha-wrapper {
  margin-top: 30px;
  margin-bottom: 30px; }
