/*******************************************************
 * Custom theme code styles
 * Written by Themelize.me (http://themelize.me)
 * 
 * @tableofcontents
 *
 * 1. Utilities
 *    1.1 general
 *    1.2 icomoon icons
 * 2. Theme core styles
 *    2.1 typography
 *    2.2 layout
 *    2.3 menus
 *    2.4 mobile menu
 *    2.5 common
 *    2.6 navbar
 *    2.7 utilities
 *    2.8 slideshows
 *    2.9 backgrounds
 *    2.10 icons
 * 3. Bootstrap overrides
 *    3.1 alerts
 *    3.2 utilities
 *    3.3 forms
 *    3.4 accordion
 *    3.5 buttons
 *    3.6 modal
 * 4. Page specific
 *    4.1 about
 *    4.2 work
 *    4.3 services
 *    4.4 misc
 *    4.5 timeline
 *    4.6 testimonials
 *    4.7 contact
 *    4.8 elements
 *******************************************************/

/*******************************************************
 *
 * @section 1. Utilities
 * 
 ******************************************************/
/* @section 1.1 general */
.unveil-loading {
  background: url(../img/loading-mini.gif) center center no-repeat;
}
.unveil-loading-lg {
  background: url(../img/loading.gif) center center no-repeat;
}
.border-box {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

}
/* @section 1.2 icomoon icons */
@font-face {
  font-family: 'IcoMoon';
  src: url('../fonts/icomoon.eot');
  src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon.svg#IcoMoon') format('svg'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'IcoMoon';
  content: attr(data-icon);
  speak: none;
}
/* Use the following CSS code if you want to have a class per icon */
[class^="icomoon-"]:before,
[class*=" icomoon-"]:before {
  font-family: 'IcoMoon';
  font-style: normal;
  speak: none;
}
/* taken from font awesome */
/* makes sure icons active on rollover in links */
a [class^="icomoon-"],
a [class*=" icomoon-"] {
  display: inline-block;
}
/* makes the font 33% larger relative to the icon container */
.icomoon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
.btn [class^="icomoon-"],
.nav [class^="icomoon-"],
.btn [class*=" icomoon-"],
.nav [class*=" icomoon-"] {
  display: inline;
  /* keeps button heights with and without icons the same */

  line-height: .6em;
}
.btn [class^="icomoon-"].icomoon-spin,
.nav [class^="icomoon-"].icomoon-spin,
.btn [class*=" icomoon-"].icomoon-spin,
.nav [class*=" icomoon-"].icomoon-spin {
  display: inline-block;
}
li [class^="icomoon-"],
li [class*=" icomoon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li [class^="icomoon-"].icomoon-large,
li [class*=" icomoon-"].icomoon-large {
  /* increased font size for icomoon-large */

  width: 1.5625em;
}
ul.icons {
  list-style-type: none;
  text-indent: -0.75em;
}
ul.icons li [class^="icomoon-"],
ul.icons li [class*=" icomoon-"] {
  width: .75em;
}
.icomoon-muted {
  color: #eeeeee;
}
.icomoon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icomoon-2x {
  font-size: 2em;
}
.icomoon-2x.icomoon-border {
  border-width: 2px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icomoon-3x {
  font-size: 3em;
}
.icomoon-3x.icomoon-border {
  border-width: 3px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icomoon-4x {
  font-size: 4em;
}
.icomoon-4x.icomoon-border {
  border-width: 4px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icomoon-"].pull-left,
[class*=" icomoon-"].pull-left {
  margin-right: .35em;
}
[class^="icomoon-"].pull-right,
[class*=" icomoon-"].pull-right {
  margin-left: .35em;
}
.btn [class^="icomoon-"].pull-left.icomoon-2x,
.btn [class*=" icomoon-"].pull-left.icomoon-2x,
.btn [class^="icomoon-"].pull-right.icomoon-2x,
.btn [class*=" icomoon-"].pull-right.icomoon-2x {
  margin-top: .35em;
}
.btn [class^="icomoon-"].icomoon-spin.icomoon-large,
.btn [class*=" icomoon-"].icomoon-spin.icomoon-large {
  height: .75em;
}
.btn.btn-small [class^="icomoon-"].pull-left.icomoon-2x,
.btn.btn-small [class*=" icomoon-"].pull-left.icomoon-2x,
.btn.btn-small [class^="icomoon-"].pull-right.icomoon-2x,
.btn.btn-small [class*=" icomoon-"].pull-right.icomoon-2x {
  margin-top: .45em;
}
.btn.btn-lg [class^="icomoon-"].pull-left.icomoon-2x,
.btn.btn-lg [class*=" icomoon-"].pull-left.icomoon-2x,
.btn.btn-lg [class^="icomoon-"].pull-right.icomoon-2x,
.btn.btn-lg [class*=" icomoon-"].pull-right.icomoon-2x {
  margin-top: .2em;
}
.icomoon-home:before {
  content: "\e001";
}
.icomoon-home-2:before {
  content: "\e002";
}
.icomoon-home-3:before {
  content: "\e003";
}
.icomoon-office:before {
  content: "\e004";
}
.icomoon-newspaper:before {
  content: "\e005";
}
.icomoon-pencil:before {
  content: "\e006";
}
.icomoon-pencil-2:before {
  content: "\e007";
}
.icomoon-quill:before {
  content: "\e008";
}
.icomoon-pen:before {
  content: "\e009";
}
.icomoon-blog:before {
  content: "\e00a";
}
.icomoon-droplet:before {
  content: "\e00b";
}
.icomoon-paint-format:before {
  content: "\e00c";
}
.icomoon-image:before {
  content: "\e00d";
}
.icomoon-image-2:before {
  content: "\e00e";
}
.icomoon-images:before {
  content: "\e00f";
}
.icomoon-camera:before {
  content: "\e010";
}
.icomoon-music:before {
  content: "\e011";
}
.icomoon-headphones:before {
  content: "\e012";
}
.icomoon-play:before {
  content: "\e013";
}
.icomoon-film:before {
  content: "\e014";
}
.icomoon-camera-2:before {
  content: "\e015";
}
.icomoon-dice:before {
  content: "\e016";
}
.icomoon-pacman:before {
  content: "\e017";
}
.icomoon-spades:before {
  content: "\e018";
}
.icomoon-clubs:before {
  content: "\e019";
}
.icomoon-diamonds:before {
  content: "\e01a";
}
.icomoon-pawn:before {
  content: "\e01b";
}
.icomoon-bullhorn:before {
  content: "\e01c";
}
.icomoon-connection:before {
  content: "\e01d";
}
.icomoon-podcast:before {
  content: "\e01e";
}
.icomoon-feed:before {
  content: "\e01f";
}
.icomoon-book:before {
  content: "\e020";
}
.icomoon-books:before {
  content: "\e021";
}
.icomoon-library:before {
  content: "\e022";
}
.icomoon-file:before {
  content: "\e023";
}
.icomoon-profile:before {
  content: "\e024";
}
.icomoon-file-2:before {
  content: "\e025";
}
.icomoon-file-3:before {
  content: "\e026";
}
.icomoon-file-4:before {
  content: "\e027";
}
.icomoon-copy:before {
  content: "\e028";
}
.icomoon-copy-2:before {
  content: "\e029";
}
.icomoon-copy-3:before {
  content: "\e02a";
}
.icomoon-paste:before {
  content: "\e02b";
}
.icomoon-paste-2:before {
  content: "\e02c";
}
.icomoon-paste-3:before {
  content: "\e02d";
}
.icomoon-stack:before {
  content: "\e02e";
}
.icomoon-folder:before {
  content: "\e02f";
}
.icomoon-folder-open:before {
  content: "\e030";
}
.icomoon-tag:before {
  content: "\e031";
}
.icomoon-tags:before {
  content: "\e032";
}
.icomoon-barcode:before {
  content: "\e033";
}
.icomoon-qrcode:before {
  content: "\e034";
}
.icomoon-ticket:before {
  content: "\e035";
}
.icomoon-cart:before {
  content: "\e036";
}
.icomoon-cart-2:before {
  content: "\e037";
}
.icomoon-cart-3:before {
  content: "\e038";
}
.icomoon-coin:before {
  content: "\e039";
}
.icomoon-credit:before {
  content: "\e03a";
}
.icomoon-calculate:before {
  content: "\e03b";
}
.icomoon-support:before {
  content: "\e03c";
}
.icomoon-phone:before {
  content: "\e03d";
}
.icomoon-phone-hang-up:before {
  content: "\e03e";
}
.icomoon-address-book:before {
  content: "\e03f";
}
.icomoon-notebook:before {
  content: "\e040";
}
.icomoon-envelop:before {
  content: "\e041";
}
.icomoon-pushpin:before {
  content: "\e042";
}
.icomoon-location:before {
  content: "\e043";
}
.icomoon-location-2:before {
  content: "\e044";
}
.icomoon-compass:before {
  content: "\e045";
}
.icomoon-map:before {
  content: "\e046";
}
.icomoon-map-2:before {
  content: "\e047";
}
.icomoon-history:before {
  content: "\e048";
}
.icomoon-clock:before {
  content: "\e049";
}
.icomoon-clock-2:before {
  content: "\e04a";
}
.icomoon-alarm:before {
  content: "\e04b";
}
.icomoon-alarm-2:before {
  content: "\e04c";
}
.icomoon-bell:before {
  content: "\e04d";
}
.icomoon-stopwatch:before {
  content: "\e04e";
}
.icomoon-calendar:before {
  content: "\e04f";
}
.icomoon-calendar-2:before {
  content: "\e050";
}
.icomoon-print:before {
  content: "\e051";
}
.icomoon-keyboard:before {
  content: "\e052";
}
.icomoon-screen:before {
  content: "\e053";
}
.icomoon-laptop:before {
  content: "\e054";
}
.icomoon-mobile:before {
  content: "\e055";
}
.icomoon-mobile-2:before {
  content: "\e056";
}
.icomoon-tablet:before {
  content: "\e057";
}
.icomoon-tv:before {
  content: "\e058";
}
.icomoon-cabinet:before {
  content: "\e059";
}
.icomoon-drawer:before {
  content: "\e05a";
}
.icomoon-drawer-2:before {
  content: "\e05b";
}
.icomoon-drawer-3:before {
  content: "\e05c";
}
.icomoon-box-add:before {
  content: "\e05d";
}
.icomoon-box-remove:before {
  content: "\e05e";
}
.icomoon-download:before {
  content: "\e05f";
}
.icomoon-upload:before {
  content: "\e060";
}
.icomoon-disk:before {
  content: "\e061";
}
.icomoon-storage:before {
  content: "\e062";
}
.icomoon-undo:before {
  content: "\e063";
}
.icomoon-redo:before {
  content: "\e064";
}
.icomoon-flip:before {
  content: "\e065";
}
.icomoon-flip-2:before {
  content: "\e066";
}
.icomoon-undo-2:before {
  content: "\e067";
}
.icomoon-redo-2:before {
  content: "\e068";
}
.icomoon-forward:before {
  content: "\e069";
}
.icomoon-reply:before {
  content: "\e06a";
}
.icomoon-bubble:before {
  content: "\e06b";
}
.icomoon-bubbles:before {
  content: "\e06c";
}
.icomoon-bubbles-2:before {
  content: "\e06d";
}
.icomoon-bubble-2:before {
  content: "\e06e";
}
.icomoon-bubbles-3:before {
  content: "\e06f";
}
.icomoon-bubbles-4:before {
  content: "\e070";
}
.icomoon-user:before {
  content: "\e071";
}
.icomoon-users:before {
  content: "\e072";
}
.icomoon-user-2:before {
  content: "\e073";
}
.icomoon-users-2:before {
  content: "\e074";
}
.icomoon-user-3:before {
  content: "\e075";
}
.icomoon-user-4:before {
  content: "\e076";
}
.icomoon-busy:before {
  content: "\e000";
}
.icomoon-spinner:before {
  content: "\e077";
}
.icomoon-spinner-2:before {
  content: "\e078";
}
.icomoon-spinner-3:before {
  content: "\e079";
}
.icomoon-spinner-4:before {
  content: "\e07a";
}
.icomoon-spinner-5:before {
  content: "\e07b";
}
.icomoon-spinner-6:before {
  content: "\e07c";
}
.icomoon-binoculars:before {
  content: "\e07d";
}
.icomoon-search:before {
  content: "\e07e";
}
.icomoon-zoom-in:before {
  content: "\e07f";
}
.icomoon-zoom-out:before {
  content: "\e080";
}
.icomoon-expand:before {
  content: "\e081";
}
.icomoon-contract:before {
  content: "\e082";
}
.icomoon-expand-2:before {
  content: "\e083";
}
.icomoon-contract-2:before {
  content: "\e084";
}
.icomoon-key:before {
  content: "\e085";
}
.icomoon-key-2:before {
  content: "\e086";
}
.icomoon-lock:before {
  content: "\e087";
}
.icomoon-lock-2:before {
  content: "\e088";
}
.icomoon-unlocked:before {
  content: "\e089";
}
.icomoon-wrench:before {
  content: "\e08a";
}
.icomoon-settings:before {
  content: "\e08b";
}
.icomoon-equalizer:before {
  content: "\e08c";
}
.icomoon-cog:before {
  content: "\e08d";
}
.icomoon-cogs:before {
  content: "\e08e";
}
.icomoon-cog-2:before {
  content: "\e08f";
}
.icomoon-hammer:before {
  content: "\e090";
}
.icomoon-wand:before {
  content: "\e091";
}
.icomoon-aid:before {
  content: "\e092";
}
.icomoon-bug:before {
  content: "\e093";
}
.icomoon-pie:before {
  content: "\e094";
}
.icomoon-stats:before {
  content: "\e095";
}
.icomoon-bars:before {
  content: "\e096";
}
.icomoon-bars-2:before {
  content: "\e097";
}
.icomoon-gift:before {
  content: "\e098";
}
.icomoon-trophy:before {
  content: "\e099";
}
.icomoon-glass:before {
  content: "\e09a";
}
.icomoon-mug:before {
  content: "\e09b";
}
.icomoon-food:before {
  content: "\e09c";
}
.icomoon-leaf:before {
  content: "\e09d";
}
.icomoon-rocket:before {
  content: "\e09e";
}
.icomoon-meter:before {
  content: "\e09f";
}
.icomoon-meter2:before {
  content: "\e0a0";
}
.icomoon-dashboard:before {
  content: "\e0a1";
}
.icomoon-hammer-2:before {
  content: "\e0a2";
}
.icomoon-fire:before {
  content: "\e0a3";
}
.icomoon-lab:before {
  content: "\e0a4";
}
.icomoon-magnet:before {
  content: "\e0a5";
}
.icomoon-remove:before {
  content: "\e0a6";
}
.icomoon-remove-2:before {
  content: "\e0a7";
}
.icomoon-briefcase:before {
  content: "\e0a8";
}
.icomoon-airplane:before {
  content: "\e0a9";
}
.icomoon-truck:before {
  content: "\e0aa";
}
.icomoon-road:before {
  content: "\e0ab";
}
.icomoon-accessibility:before {
  content: "\e0ac";
}
.icomoon-target:before {
  content: "\e0ad";
}
.icomoon-shield:before {
  content: "\e0ae";
}
.icomoon-lightning:before {
  content: "\e0af";
}
.icomoon-switch:before {
  content: "\e0b0";
}
.icomoon-power-cord:before {
  content: "\e0b1";
}
.icomoon-signup:before {
  content: "\e0b2";
}
.icomoon-list:before {
  content: "\e0b3";
}
.icomoon-list-2:before {
  content: "\e0b4";
}
.icomoon-numbered-list:before {
  content: "\e0b5";
}
.icomoon-menu:before {
  content: "\e0b6";
}
.icomoon-menu-2:before {
  content: "\e0b7";
}
.icomoon-tree:before {
  content: "\e0b8";
}
.icomoon-cloud:before {
  content: "\e0b9";
}
.icomoon-cloud-download:before {
  content: "\e0ba";
}
.icomoon-cloud-upload:before {
  content: "\e0bb";
}
.icomoon-download-2:before {
  content: "\e0bc";
}
.icomoon-upload-2:before {
  content: "\e0bd";
}
.icomoon-download-3:before {
  content: "\e0be";
}
.icomoon-upload-3:before {
  content: "\e0bf";
}
.icomoon-globe:before {
  content: "\e0c0";
}
.icomoon-earth:before {
  content: "\e0c1";
}
.icomoon-link:before {
  content: "\e0c2";
}
.icomoon-flag:before {
  content: "\e0c3";
}
.icomoon-attachment:before {
  content: "\e0c4";
}
.icomoon-eye:before {
  content: "\e0c5";
}
.icomoon-eye-blocked:before {
  content: "\e0c6";
}
.icomoon-eye-2:before {
  content: "\e0c7";
}
.icomoon-bookmark:before {
  content: "\e0c8";
}
.icomoon-bookmarks:before {
  content: "\e0c9";
}
.icomoon-brightness-medium:before {
  content: "\e0ca";
}
.icomoon-brightness-contrast:before {
  content: "\e0cb";
}
.icomoon-contrast:before {
  content: "\e0cc";
}
.icomoon-star:before {
  content: "\e0cd";
}
.icomoon-star-2:before {
  content: "\e0ce";
}
.icomoon-star-3:before {
  content: "\e0cf";
}
.icomoon-heart:before {
  content: "\e0d0";
}
.icomoon-heart-2:before {
  content: "\e0d1";
}
.icomoon-heart-broken:before {
  content: "\e0d2";
}
.icomoon-thumbs-up:before {
  content: "\e0d3";
}
.icomoon-thumbs-up-2:before {
  content: "\e0d4";
}
.icomoon-happy:before {
  content: "\e0d5";
}
.icomoon-happy-2:before {
  content: "\e0d6";
}
.icomoon-smiley:before {
  content: "\e0d7";
}
.icomoon-smiley-2:before {
  content: "\e0d8";
}
.icomoon-tongue:before {
  content: "\e0d9";
}
.icomoon-tongue-2:before {
  content: "\e0da";
}
.icomoon-sad:before {
  content: "\e0db";
}
.icomoon-sad-2:before {
  content: "\e0dc";
}
.icomoon-wink:before {
  content: "\e0dd";
}
.icomoon-wink-2:before {
  content: "\e0de";
}
.icomoon-grin:before {
  content: "\e0df";
}
.icomoon-grin-2:before {
  content: "\e0e0";
}
.icomoon-cool:before {
  content: "\e0e1";
}
.icomoon-cool-2:before {
  content: "\e0e2";
}
.icomoon-angry:before {
  content: "\e0e3";
}
.icomoon-angry-2:before {
  content: "\e0e4";
}
.icomoon-evil:before {
  content: "\e0e5";
}
.icomoon-evil-2:before {
  content: "\e0e6";
}
.icomoon-shocked:before {
  content: "\e0e7";
}
.icomoon-shocked-2:before {
  content: "\e0e8";
}
.icomoon-confused:before {
  content: "\e0e9";
}
.icomoon-confused-2:before {
  content: "\e0ea";
}
.icomoon-neutral:before {
  content: "\e0eb";
}
.icomoon-neutral-2:before {
  content: "\e0ec";
}
.icomoon-wondering:before {
  content: "\e0ed";
}
.icomoon-wondering-2:before {
  content: "\e0ee";
}
.icomoon-point-up:before {
  content: "\e0ef";
}
.icomoon-point-right:before {
  content: "\e0f0";
}
.icomoon-point-down:before {
  content: "\e0f1";
}
.icomoon-point-left:before {
  content: "\e0f2";
}
.icomoon-warning:before {
  content: "\e0f3";
}
.icomoon-notification:before {
  content: "\e0f4";
}
.icomoon-question:before {
  content: "\e0f5";
}
.icomoon-info:before {
  content: "\e0f6";
}
.icomoon-info-2:before {
  content: "\e0f7";
}
.icomoon-blocked:before {
  content: "\e0f8";
}
.icomoon-cancel-circle:before {
  content: "\e0f9";
}
.icomoon-checkmark-circle:before {
  content: "\e0fa";
}
.icomoon-spam:before {
  content: "\e0fb";
}
.icomoon-close:before {
  content: "\e0fc";
}
.icomoon-checkmark:before {
  content: "\e0fd";
}
.icomoon-checkmark-2:before {
  content: "\e0fe";
}
.icomoon-spell-check:before {
  content: "\e0ff";
}
.icomoon-minus:before {
  content: "\e100";
}
.icomoon-plus:before {
  content: "\e101";
}
.icomoon-enter:before {
  content: "\e102";
}
.icomoon-exit:before {
  content: "\e103";
}
.icomoon-play-2:before {
  content: "\e104";
}
.icomoon-pause:before {
  content: "\e105";
}
.icomoon-stop:before {
  content: "\e106";
}
.icomoon-backward:before {
  content: "\e107";
}
.icomoon-forward-2:before {
  content: "\e108";
}
.icomoon-play-3:before {
  content: "\e109";
}
.icomoon-pause-2:before {
  content: "\e10a";
}
.icomoon-stop-2:before {
  content: "\e10b";
}
.icomoon-backward-2:before {
  content: "\e10c";
}
.icomoon-forward-3:before {
  content: "\e10d";
}
.icomoon-first:before {
  content: "\e10e";
}
.icomoon-last:before {
  content: "\e10f";
}
.icomoon-previous:before {
  content: "\e110";
}
.icomoon-next:before {
  content: "\e111";
}
.icomoon-eject:before {
  content: "\e112";
}
.icomoon-volume-high:before {
  content: "\e113";
}
.icomoon-volume-medium:before {
  content: "\e114";
}
.icomoon-volume-low:before {
  content: "\e115";
}
.icomoon-volume-mute:before {
  content: "\e116";
}
.icomoon-volume-mute-2:before {
  content: "\e117";
}
.icomoon-volume-increase:before {
  content: "\e118";
}
.icomoon-volume-decrease:before {
  content: "\e119";
}
.icomoon-loop:before {
  content: "\e11a";
}
.icomoon-loop-2:before {
  content: "\e11b";
}
.icomoon-loop-3:before {
  content: "\e11c";
}
.icomoon-shuffle:before {
  content: "\e11d";
}
.icomoon-arrow-up-left:before {
  content: "\e11e";
}
.icomoon-arrow-up:before {
  content: "\e11f";
}
.icomoon-arrow-up-right:before {
  content: "\e120";
}
.icomoon-arrow-right:before {
  content: "\e121";
}
.icomoon-arrow-down-right:before {
  content: "\e122";
}
.icomoon-arrow-down:before {
  content: "\e123";
}
.icomoon-arrow-down-left:before {
  content: "\e124";
}
.icomoon-arrow-left:before {
  content: "\e125";
}
.icomoon-arrow-up-left-2:before {
  content: "\e126";
}
.icomoon-arrow-up-2:before {
  content: "\e127";
}
.icomoon-arrow-up-right-2:before {
  content: "\e128";
}
.icomoon-arrow-right-2:before {
  content: "\e129";
}
.icomoon-arrow-down-right-2:before {
  content: "\e12a";
}
.icomoon-arrow-down-2:before {
  content: "\e12b";
}
.icomoon-arrow-down-left-2:before {
  content: "\e12c";
}
.icomoon-arrow-left-2:before {
  content: "\e12d";
}
.icomoon-arrow-up-left-3:before {
  content: "\e12e";
}
.icomoon-arrow-up-3:before {
  content: "\e12f";
}
.icomoon-arrow-up-right-3:before {
  content: "\e130";
}
.icomoon-arrow-right-3:before {
  content: "\e131";
}
.icomoon-arrow-down-right-3:before {
  content: "\e132";
}
.icomoon-arrow-down-3:before {
  content: "\e133";
}
.icomoon-arrow-down-left-3:before {
  content: "\e134";
}
.icomoon-arrow-left-3:before {
  content: "\e135";
}
.icomoon-tab:before {
  content: "\e136";
}
.icomoon-checkbox-checked:before {
  content: "\e137";
}
.icomoon-checkbox-unchecked:before {
  content: "\e138";
}
.icomoon-checkbox-partial:before {
  content: "\e139";
}
.icomoon-radio-checked:before {
  content: "\e13a";
}
.icomoon-radio-unchecked:before {
  content: "\e13b";
}
.icomoon-crop:before {
  content: "\e13c";
}
.icomoon-scissors:before {
  content: "\e13d";
}
.icomoon-filter:before {
  content: "\e13e";
}
.icomoon-filter-2:before {
  content: "\e13f";
}
.icomoon-font:before {
  content: "\e140";
}
.icomoon-text-height:before {
  content: "\e141";
}
.icomoon-text-width:before {
  content: "\e142";
}
.icomoon-bold:before {
  content: "\e143";
}
.icomoon-underline:before {
  content: "\e144";
}
.icomoon-italic:before {
  content: "\e145";
}
.icomoon-strikethrough:before {
  content: "\e146";
}
.icomoon-omega:before {
  content: "\e147";
}
.icomoon-sigma:before {
  content: "\e148";
}
.icomoon-table:before {
  content: "\e149";
}
.icomoon-table-2:before {
  content: "\e14a";
}
.icomoon-insert-template:before {
  content: "\e14b";
}
.icomoon-pilcrow:before {
  content: "\e14c";
}
.icomoon-left-to-right:before {
  content: "\e14d";
}
.icomoon-right-to-left:before {
  content: "\e14e";
}
.icomoon-paragraph-left:before {
  content: "\e14f";
}
.icomoon-paragraph-center:before {
  content: "\e150";
}
.icomoon-paragraph-right:before {
  content: "\e151";
}
.icomoon-paragraph-justify:before {
  content: "\e152";
}
.icomoon-paragraph-left-2:before {
  content: "\e153";
}
.icomoon-paragraph-center-2:before {
  content: "\e154";
}
.icomoon-paragraph-right-2:before {
  content: "\e155";
}
.icomoon-paragraph-justify-2:before {
  content: "\e156";
}
.icomoon-indent-increase:before {
  content: "\e157";
}
.icomoon-indent-decrease:before {
  content: "\e158";
}
.icomoon-new-tab:before {
  content: "\e159";
}
.icomoon-embed:before {
  content: "\e15a";
}
.icomoon-code:before {
  content: "\e15b";
}
.icomoon-console:before {
  content: "\e15c";
}
.icomoon-share:before {
  content: "\e15d";
}
.icomoon-mail:before {
  content: "\e15e";
}
.icomoon-mail-2:before {
  content: "\e15f";
}
.icomoon-mail-3:before {
  content: "\e160";
}
.icomoon-mail-4:before {
  content: "\e161";
}
.icomoon-google:before {
  content: "\e162";
}
.icomoon-google-plus:before {
  content: "\e163";
}
.icomoon-google-plus-2:before {
  content: "\e164";
}
.icomoon-google-plus-3:before {
  content: "\e165";
}
.icomoon-google-plus-4:before {
  content: "\e166";
}
.icomoon-google-drive:before {
  content: "\e167";
}
.icomoon-facebook:before {
  content: "\e168";
}
.icomoon-facebook-2:before {
  content: "\e169";
}
.icomoon-facebook-3:before {
  content: "\e16a";
}
.icomoon-instagram:before {
  content: "\e16b";
}
.icomoon-twitter:before {
  content: "\e16c";
}
.icomoon-twitter-2:before {
  content: "\e16d";
}
.icomoon-twitter-3:before {
  content: "\e16e";
}
.icomoon-feed-2:before {
  content: "\e16f";
}
.icomoon-feed-3:before {
  content: "\e170";
}
.icomoon-feed-4:before {
  content: "\e171";
}
.icomoon-youtube:before {
  content: "\e172";
}
.icomoon-youtube-2:before {
  content: "\e173";
}
.icomoon-vimeo:before {
  content: "\e174";
}
.icomoon-vimeo2:before {
  content: "\e175";
}
.icomoon-vimeo-2:before {
  content: "\e176";
}
.icomoon-lanyrd:before {
  content: "\e177";
}
.icomoon-flickr:before {
  content: "\e178";
}
.icomoon-flickr-2:before {
  content: "\e179";
}
.icomoon-flickr-3:before {
  content: "\e17a";
}
.icomoon-flickr-4:before {
  content: "\e17b";
}
.icomoon-picassa:before {
  content: "\e17c";
}
.icomoon-picassa-2:before {
  content: "\e17d";
}
.icomoon-dribbble:before {
  content: "\e17e";
}
.icomoon-dribbble-2:before {
  content: "\e17f";
}
.icomoon-dribbble-3:before {
  content: "\e180";
}
.icomoon-forrst:before {
  content: "\e181";
}
.icomoon-forrst-2:before {
  content: "\e182";
}
.icomoon-deviantart:before {
  content: "\e183";
}
.icomoon-deviantart-2:before {
  content: "\e184";
}
.icomoon-steam:before {
  content: "\e185";
}
.icomoon-steam-2:before {
  content: "\e186";
}
.icomoon-github:before {
  content: "\e187";
}
.icomoon-github-2:before {
  content: "\e188";
}
.icomoon-github-3:before {
  content: "\e189";
}
.icomoon-github-4:before {
  content: "\e18a";
}
.icomoon-github-5:before {
  content: "\e18b";
}
.icomoon-wordpress:before {
  content: "\e18c";
}
.icomoon-wordpress-2:before {
  content: "\e18d";
}
.icomoon-joomla:before {
  content: "\e18e";
}
.icomoon-blogger:before {
  content: "\e18f";
}
.icomoon-blogger-2:before {
  content: "\e190";
}
.icomoon-tumblr:before {
  content: "\e191";
}
.icomoon-tumblr-2:before {
  content: "\e192";
}
.icomoon-yahoo:before {
  content: "\e193";
}
.icomoon-tux:before {
  content: "\e194";
}
.icomoon-apple:before {
  content: "\e195";
}
.icomoon-finder:before {
  content: "\e196";
}
.icomoon-android:before {
  content: "\e197";
}
.icomoon-windows:before {
  content: "\e198";
}
.icomoon-windows8:before {
  content: "\e199";
}
.icomoon-soundcloud:before {
  content: "\e19a";
}
.icomoon-soundcloud-2:before {
  content: "\e19b";
}
.icomoon-skype:before {
  content: "\e19c";
}
.icomoon-reddit:before {
  content: "\e19d";
}
.icomoon-linkedin:before {
  content: "\e19e";
}
.icomoon-lastfm:before {
  content: "\e19f";
}
.icomoon-lastfm-2:before {
  content: "\e1a0";
}
.icomoon-delicious:before {
  content: "\e1a1";
}
.icomoon-stumbleupon:before {
  content: "\e1a2";
}
.icomoon-stumbleupon-2:before {
  content: "\e1a3";
}
.icomoon-stackoverflow:before {
  content: "\e1a4";
}
.icomoon-pinterest:before {
  content: "\e1a5";
}
.icomoon-pinterest-2:before {
  content: "\e1a6";
}
.icomoon-xing:before {
  content: "\e1a7";
}
.icomoon-xing-2:before {
  content: "\e1a8";
}
.icomoon-flattr:before {
  content: "\e1a9";
}
.icomoon-foursquare:before {
  content: "\e1aa";
}
.icomoon-foursquare-2:before {
  content: "\e1ab";
}
.icomoon-paypal:before {
  content: "\e1ac";
}
.icomoon-paypal-2:before {
  content: "\e1ad";
}
.icomoon-paypal-3:before {
  content: "\e1ae";
}
.icomoon-yelp:before {
  content: "\e1af";
}
.icomoon-libreoffice:before {
  content: "\e1b0";
}
.icomoon-file-pdf:before {
  content: "\e1b1";
}
.icomoon-file-openoffice:before {
  content: "\e1b2";
}
.icomoon-file-word:before {
  content: "\e1b3";
}
.icomoon-file-excel:before {
  content: "\e1b4";
}
.icomoon-file-zip:before {
  content: "\e1b5";
}
.icomoon-file-powerpoint:before {
  content: "\e1b6";
}
.icomoon-file-xml:before {
  content: "\e1b7";
}
.icomoon-file-css:before {
  content: "\e1b8";
}
.icomoon-html5:before {
  content: "\e1b9";
}
.icomoon-html5-2:before {
  content: "\e1ba";
}
.icomoon-css3:before {
  content: "\e1bb";
}
.icomoon-chrome:before {
  content: "\e1bc";
}
.icomoon-firefox:before {
  content: "\e1bd";
}
.icomoon-IE:before {
  content: "\e1be";
}
.icomoon-opera:before {
  content: "\e1bf";
}
.icomoon-safari:before {
  content: "\e1c0";
}
.icomoon-IcoMoon:before {
  content: "\e1c1";
}
/*******************************************************
 *
 * @section 2. Theme core styles
 * 
 ******************************************************/
/* @section 2.1 typography */
body,
html,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans Condensed", "Impact", sans-serif;
}
a {
  color: #009DDC;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
  color: #2e356a;
  margin: 10px 0;
}
h1 {
  font-size: 47.2px;
}
h2 {
  font-size: 47.2px;
}
h3 {
  font-size: 32.8px;
}
p {
  color: #597090;
  margin: 0 0 12px;
  line-height: 28.799999999999997px;
  font-size: 16px;
  font-family: "Open Sans Condensed", sans-serif;
}
.lead {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  display: block;
  font-weight: normal;
  font-size: 16px;
  color: #696762;
}
.bold {
  font-weight: normal;
}
h1.bold {
  font-size: 63.2px;
}
h2.bold {
  font-size: 48.8px;
}
.uc {
  text-transform: uppercase;
}
.de-em {
  color: rgba(51, 51, 51, 0.8);
}
a .de-em {
  color: inherit;
}
.hero .de-em {
  color: rgba(93, 101, 169, 0.8);
}
.em {
  color: #4078B0;
}
.fancy {
  font-family: serif;
  font-style: italic;
}
h1.enlarge {
  font-size: 60px;
}
h2.enlarge {
  font-size: 52px;
}
h3.enlarge {
  font-size: 44px;
}
h4.enlarge {
  font-size: 36px;
}
h5.enlarge {
  font-size: 16px;
}
h6.enlarge {
  font-size: 29.6px;
}
address strong {
  margin-top: 5px;
  display: block;
}
address i {
  margin-right: 6px;
}
.img-wrap {
  float: left;
  margin: 0 1em 1em 0;
}
.img-wrap figcaption {
  font-size: 0.9em;
  font-weight: normal;
}
/* @section 2.2 layout */
#navigation {
  z-index: 200;
  background: #ffffff;
}
#navigation:before,
#navigation:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
#navigation:after {
  clear: both;
}
#content {
  padding: 0;
  background: #ffffff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#footer {
  min-height: 30px;
  padding-top: 12px;
  font-size: 14px;
  color: #d6daf5;
  border-top: 4px solid #103A68;
  background: -webkit-gradient(radial, center center, 0, center center, 500, from(#2174d0), to(#051e39)); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, circle cover,  #2174d0 20%,#051e39 100%); /* Chrome10+,Safari5.1+ */
  background: -moz-radial-gradient(center, circle cover,  #2174d0 20%, #051e39 100%); /* FF3.6+ */  
  background: -o-radial-gradient(center, circle cover,  #2174d0 20%,#051e39 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, circle cover,  #2174d0 20%,#051e39 100%); /* IE10+ */
  background: radial-gradient(circle at center,  #2174d0 20%,#051e39 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2174d0', endColorstr='#051e39',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  background-size: cover;
}
#footer p {
  font-size: 14px;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.36);  
}
#footer a {
  color: #00C800;
}
#footer a:hover {
  color: #00C800;
  cursor: pointer;
}
#footer .social-media a {
  color: #ffffff;
}
#footer .social-media a:hover {
  color: #d6daf5;
}
/* @section 2.3 menus */
#main-menu li a {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#main-menu li a {
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 70px;
  line-height: 70px;
  padding: 0 25px;
  font-size: 24px;
  font-weight: normal;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.36);
  text-transform: uppercase;
  color: #ffffff;
}
#main-menu li a small {
  display: block;
  line-height: 1;
}
#main-menu li a:hover {
  background: #3486E0;
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#main-menu li .stamp {
  background: #009DDC;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #ffffff;
  text-shadow: none;
  height: 40px;
  line-height: 40px;
  width: 40px;
  padding: 0;
  margin: 15px 0 15px 25px;
  text-align: center;
  text-transform: none;
  font-weight: normal;
  font-size: 21px;
  -webkit-transform: rotate(-18deg);
  -ms-transform: rotate(-18deg);
  transform: rotate(-18deg);
  font-family: 'Courgette', cursive;
}
#main-menu li .stamp:hover {
  background: #51CDFF;
  color: #ffffff;
}
#main-menu li.open a.dropdown-toggle,
#main-menu li.active a,
#main-menu li.current a,
#main-menu li.active a:hover {
  text-shadow: none;
  background: #3486E0;
}
#main-menu li.open a.dropdown-toggle .caret,
#main-menu li.active a .caret,
#main-menu li.current a .caret,
#main-menu li.active a:hover .caret {
  color: #3486E0;
}
#main-menu li.open a.dropdown-toggle.stamp,
#main-menu li.active a.stamp,
#main-menu li.current a.stamp,
#main-menu li.active a:hover.stamp {
  background: background: #51CDFF;
}
#main-menu li.open a.dropdown-toggle {
  border-bottom-color: transparent;
}
@media (min-width: 992px) {
  #main-menu li {
    float: left;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.36);

  }
}
/* @section 2.4 mobile menu */
.mobile-toggle-trigger {
  font-size: 34px;
  color: #4078B0;
  cursor: pointer;
  padding: 4px 8px;
  float: right;
  background: #eee;
  -moz-border-radius: 2px;
  border-radius: 2px;
  z-index: 1000;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  line-height: 1;
  margin-top: 12px;
}
.mobile-toggle-trigger:hover,
.mobile-toggle-trigger.open {
  color: #ffffff;
  background: #B6C2D2;
  text-decoration: none;
}
.mobile-toggle {
  display: none;
}
.scroll-nav {
  position: fixed;
  top: 10px;
  right: -100px;
  margin-top: 0;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.scroll-nav.scroll-show {
  right: 0;
}
.jpanel-menu-open {
  overflow: hidden;
}
.jpanel-menu-open .scroll-nav.scroll-show {
  right: 250px;
}
#jPanelMenu-menu {
  background: #B6C2D2;
  overflow-y: hidden !important;
  overflow: scroll !important;
} 
#jPanelMenu-menu .mobile-toggle {
  display: block;
}
#jPanelMenu-menu #main-menu li a {
  margin: 5px 10px;
  padding: 0.5em 1em;
  height: auto;
  line-height: normal;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: left;
  background: #4078B0;
}
#jPanelMenu-menu #main-menu li a.stamp {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  width: auto;
  font-size: 20px;
  background: #009DDC;
}
#jPanelMenu-menu #main-menu li a:hover {
  background: #3486E0;
}
#jPanelMenu-menu #main-menu li a:hover.stamp {
  background: #51CDFF;
}
#jPanelMenu-menu #main-menu li.current a {
  background: #3486E0;
}
#jPanelMenu-menu #main-menu li.current a.stamp {
  background: #51CDFF;
}
@media (min-width: 992px) {
  .mobile-toggle-trigger {
    display: none;
  }
  .mobile-toggle {
    display: block;
  }
}
/* @section 2.5 common */
.slogan {
  padding: 0;
  font-size: 18px;
  line-height: 1.2;
  color: #343331;
  text-align: center;
}
.cv-download {
  margin-top: 22px;
}
.block {
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative;
}
.block.thin {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.block.large {
  padding-top: 3em;
  padding-bottom: 3em;
}
.block.gray,
.block .gray {
  background-color: #edf0f4;
}
.block.gray-light,
.block .gray-light {
  background-color: #f9f9f9;
}
.block.primary,
.block .primary {
  background-color: #E9F0F7;
}
.block.primary,
.block .primary {
  color: #597090;
}
.block.primary h1,
.block .primary h1,
.block.primary h2,
.block .primary h2,
.block.primary .bold,
.block .primary .bold {
  color: #ffffff;
}
.block.primary h3,
.block .primary h3,
.block.primary h4,
.block .primary h4,
.block.primary h5,
.block .primary h5,
.block.primary p,
.block .primary p {
  color: #597090;
}
.block.primary h3.bold,
.block .primary h3.bold,
.block.primary h4.bold,
.block .primary h4.bold,
.block.primary h5.bold,
.block .primary h5.bold,
.block.primary p.bold,
.block .primary p.bold {
  color: #ffffff;
}
.block.border-bottom,
.block .border-bottom {
  border-bottom: 1px solid #ccc;
}
.block.border-bottom-light,
.block .border-bottom-light {
  border-bottom: 1px solid #eee;
}
.block.border-bottom-white,
.block .border-bottom-white {
  border-bottom: 1px solid #fff;
}
.block.border-top,
.block .border-top {
  border-top: 1px solid #ccc;
}
.block.border-top-light,
.block .border-top-light {
  border-top: 1px solid #eee;
}
.block.border-top-white,
.block .border-top-white {
  border-top: 1px solid #fff;
}
.colour {
  cursor: pointer;
}
.colour:after {
  font-size: 11px;
  padding-left: 5px;
  font-family: FontAwesome;
  font-style: normal;
  speak: none;
  display: inline-block;
  content: '\F10C';
}
.colour.on:after {
  font-family: FontAwesome;
  font-style: normal;
  speak: none;
  display: inline-block;
  content: '\F111';
}
.social-media {
  text-align: center;
}
.social-media a {
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  text-align: center;
  margin: 1em 0.3em;
}
.social-media a i {
  font-size: 52px;
}
h1.title-divider {
  margin-top: 3em;
}
h2.title-divider {
  margin-top: 2em;
}
h3.title-divider {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .block {
    padding-top: 3em;
    padding-bottom: 3em;
    position: relative;
  }
  .block.thin {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .block.large {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
/* @section 2.6 navbar */
.navbar {
  color: #777777;
  margin: 0;
  border-bottom: 4px solid #103A68;
  background: -webkit-gradient(radial, center center, 0, center center, 500, from(#2174d0), to(#051e39)); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, circle cover,  #2174d0 20%,#051e39 100%); /* Chrome10+,Safari5.1+ */
  background: -moz-radial-gradient(center, circle cover,  #2174d0 20%, #051e39 100%); /* FF3.6+ */  
  background: -o-radial-gradient(center, circle cover,  #2174d0 20%,#051e39 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, circle cover,  #2174d0 20%,#051e39 100%); /* IE10+ */
  background: radial-gradient(circle at center,  #2174d0 20%,#051e39 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2174d0', endColorstr='#051e39',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  background-size: cover;

}
.navbar .nav {
  margin: 0;
  padding: 0;
  font-size: 11px;
}
.navbar-brand {
  padding: 0;
  margin: 10px 0;
  display: block;
  text-shadow: none;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.navbar-brand h1 {
  display: inline-block;
  font-size: 40px;
  color: #4078B0;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.navbar-brand h1 a {
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -1000000px;
  background-image: url('../img/misc/khlogo.svg');
  background-size: 50px 50px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .navbar-brand h1 a {
    background-image: url('../img/misc/khlogo.svg') ; 
    background-size: 50px 50px;
  }
}
.navbar-brand h1 a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.navbar .container {
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  height: 70px;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.navbar-fixed-top {
  position: static;
}
@media (min-width: 992px) {
  .navbar-fixed-top {
    position: fixed;
  }
  #content {
    padding-top: 115px;
  }
  .navbar .container {
    height: 115px;
  }
  .navbar-brand {
    padding: 0;
    margin: 20.5px 0;
  }
  .navbar-brand h1 a {
    width: 74px;
    height: 74px;
    background-size: 74px, 74px !important;
  }
  #main-menu li a {
    height: 115px;
    line-height: 115px;
  }
  #main-menu li a.stamp {
    height: 85px;
    width: 85px;
    line-height: 85px;
  }
  .navbar-fixated .navbar .container {
    height: 95px;
  }
  .navbar-fixated .navbar-brand {
    margin: 10.5px 0;
  }
  .navbar-fixated #main-menu li a {
    height: 95px;
    line-height: 95px;
  }
  .navbar-fixated #main-menu li a.stamp {
    height: 85px;
    width: 85px;
    line-height: 85px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .navbar-fixated #content {
    padding-top: 95px;
  }
}
.ie8 .navbar-brand h1 a {
  background: url('../img/misc/icon_logo-ie.png') center center no-repeat;
}
/* @section 2.7 utilities */
.i-float:before,
.i-float:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.i-float:after {
  clear: both;
}
.i-float i,
.i-float span {
  float: left;
  text-align: left;
  width: 14%;
  display: block;
}
.i-float span {
  width: 84%;
}
.margin-top {
  margin-top: 2em;
}
.margin-top-small {
  margin-top: 1em;
}
.margin-top-large {
  margin-top: 3em;
}
.pull-right {
  text-align: right;
}
.pull-center {
  text-align: center;
}
.inline-el {
  display: inline-block;
}
.inline-el h1,
.inline-el h2,
.inline-el h3,
.inline-el h4,
.inline-el h5,
.inline-el p {
  margin: 0;
}
.well-small {
  padding: 9px;
}
.well-mini {
  padding: 5px;
}
.well.well-white {
  background-color: #ffffff;
  border: none;
}
.overlay-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}
.overlay-wrapper.overlay-wrapper-bordered {
  border-bottom: 5px solid transparent;
}
.overlay-wrapper.overlay-wrapper-bordered:hover {
  border-bottom: 5px solid #d6daf5;
}
.overlay-wrapper .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(84, 188, 200, 0.8);
  color: #ffffff;
  z-index: 100;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 220ms ease-out;
  transition: all 220ms ease-out;
  text-align: center;
  padding: 5% 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.overlay-wrapper .overlay.on {
  opacity: 100;
  filter: alpha(opacity=10000);
}
.overlay-wrapper .underlay {
  z-index: 99;
}
.overlay-wrapper:hover .overlay,
.overlay-wrapper.flex-active .overlay {
  opacity: 100;
  filter: alpha(opacity=10000);
}
.overlay-wrapper:hover .overlay.on,
.overlay-wrapper.flex-active .overlay.on {
  opacity: 0;
  filter: alpha(opacity=0);
}
.hidden {
  visibility: hidden;
  display: none;
}
.fancy {
  font-family: 'Condiment', cursive;
}
.spacer {
  font-weight: normal;
  color: #4078B0;
}
.spacer.dark {
  color: #2e356a;
}
/* @section 2.8 slideshows */
.flexslider-wrapper {
  position: relative;
  overflow: hidden;
}
.flexslider {
  background: transparent;
  padding: 0 0 10px 0;
  list-style: none;
  margin: 0;
  border: none;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.slides > .slide,
.items > .item {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flex-direction-nav .flex-disabled {
  opacity: 0.6 !important;
  filter: alpha(opacity=60);
}
.flex-direction-nav a {
  text-indent: 0;
  font-size: 0;
  text-align: center !important;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  bottom: 0;
  right: 0;
  background: transparent;
  color: #00C800;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 60px;
  height: 85px;
  line-height: 85px;
  top: 20%;
  font-weight: normal;
}
.flex-direction-nav a:before {
  font-family: 'FontAwesome';
  font-size: 32px;
}
.flex-direction-nav a.flex-next {
  right: 0;
}
.flex-direction-nav a.flex-next:before {
  content: '\f105';
}
.flex-direction-nav a.flex-prev {
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  left: auto;
  right: 41px;
}
.flex-direction-nav a.flex-prev:before {
  content: '\f104';
}
.flex-direction-nav a:hover {
  text-decoration: none;
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -5px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 3px;
}
.flex-control-nav li a {
  -moz-border-radius: 100px;
  border-radius: 100px;
  height: 10px;
  width: 10px;
  border: 2px solid #343331;
  background: transparent;
}
.flex-control-nav li a:hover,
.flex-control-nav li a.flex-active {
  border-color: #00C800;
  background: transparent;
}
.flexslider-carousel {
  position: relative;
}
.flexslider-carousel .flex-direction-nav a {
  opacity: 80;
  filter: alpha(opacity=8000);
  top: 20%;
}
.flexslider-carousel .flex-direction-nav a:hover {
  opacity: 100;
  filter: alpha(opacity=10000);
  text-decoration: none;
  color: #009600;
  background: #ffffff;
}
.flexslider-carousel .flex-direction-nav a:before {
  font-size: 70px;
}
.flexslider-carousel .flex-direction-nav a.flex-prev {
  left: 0;
}
.flexslider-carousel .flex-direction-nav a.flex-next {
  right: 0;
}
.flexslider .slides img {
  width: auto;
  display: inline;
}
.flexslider.controls-top-right .flex-direction-nav a,
.flexslider-carousel.controls-top-right .flex-direction-nav a {
  background: #4078B0;
  opacity: 100;
  filter: alpha(opacity=10000);
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: -25px;
  -moz-border-radius: 0;
  border-radius: 0;
}
.flexslider.controls-top-right .flex-direction-nav a:hover,
.flexslider-carousel.controls-top-right .flex-direction-nav a:hover {
  opacity: 70;
  filter: alpha(opacity=7000);
}
.flexslider.controls-top-right .flex-direction-nav a.flex-prev,
.flexslider-carousel.controls-top-right .flex-direction-nav a.flex-prev {
  left: auto;
}
.flexslider.controls-top-right .flex-direction-nav a.flex-next,
.flexslider-carousel.controls-top-right .flex-direction-nav a.flex-next {
  right: 0;
}
/* @section 2.9 backgrounds */
.bg-faces {
  background-image: url('../img/backgrounds/faces.jpg');
  background-size: auto 250px;
  background-repeat: repeat-x;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .bg-faces {
    background-image: url('../img/backgrounds/faces@2x.jpg');
    background-size: auto 250px;
  }
}
.bg-faces .filter {
  min-height: 250px;
}
.bg-blurred {
  background: url(../img/backgrounds/people-blur.jpg) left top no-repeat;
}
.bg-blurred .filter {
  padding: 5em 0;
}
.filter {
  color: #ffffff;
}
.filter h1,
.filter h2,
.filter h3,
.filter h4,
.filter h5,
.filter h6,
.filter p {
  color: #ffffff;
  margin: 0;
}
.filter.light {
  background-color: #066774;
  background-color: rgba(6, 103, 116, 0.7);
}
.filter.dark {
  background-color: #4078B0;
  background-color: rgba(47, 54, 106, 0.8);
}
.img-bg-primary {
  background-color: #4078B0;
}
.img-bg-primary-light {
  background-color: #00C800;
}
.img-bg-primary-dark {
  background-color: #2e356a;
}
/* @section 2.10 icons */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
}
[class^="icon-"].primary,
[class*=" icon-"].primary {
  background-color: #4078B0;
}
.wrap-round {
  -moz-border-radius: 300%;
  border-radius: 300%;
  background-color: #4078B0;
  display: inline-block;
  padding: 2em;
}
.wrap-round .icon-5x {
  width: 100%;
}
/*******************************************************
 *
 * @section 3. Bootstrap overrides
 * 
 ******************************************************/
/* @section 3.1 alerts */
.alert {
  padding: 20px 25px 20px 25px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  border-color: #fbeed5;
  background: #fcf8e3;
  font-size: 1.2em;
}
.alert:before,
.alert:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.alert:after {
  clear: both;
}
.alert .close,
.alert h4,
.alert h3,
.alert h2,
.alert h1 {
  color: #c09853;
}
.alert .close.title,
.alert h4.title,
.alert h3.title,
.alert h2.title,
.alert h1.title {
  margin: 0;
  font-weight: normal;
  font-size: 1.6em;
  line-height: 1;
}
.alert [class^="icon-"],
.alert [class*=" icon-"] {
  position: absolute;
  top: 50%;
  left: 20px;
  height: 100%;
  font-size: 30px;
  margin-top: -15px;
}
.alert.alert-with-icon {
  padding-left: 60px;
}
.alert .close {
  top: -20px;
  right: -15px;
}
.alert-success {
  border-color: #d6e9c6;
  background: #dff0d8;
}
.alert-success .close,
.alert-success h4,
.alert-success h3,
.alert-success h2,
.alert-success h1 {
  color: #468847;
}
.alert-danger,
.alert-error {
  border-color: #eed3d7;
  background: #f2dede;
}
.alert-danger .close,
.alert-error .close,
.alert-danger h4,
.alert-error h4,
.alert-danger h3,
.alert-error h3,
.alert-danger h2,
.alert-error h2,
.alert-danger h1,
.alert-error h1 {
  color: #b94a48;
}
.alert-info {
  border-color: #bce8f1;
  background: #d9edf7;
}
.alert-info .close,
.alert-info h4,
.alert-info h3,
.alert-info h2,
.alert-info h1 {
  color: #3a87ad;
}
/* @section 3.2 utilities */
/* @section 3.3 forms */
/* @section 3.4 accordion */
.accordion-group {
  margin-bottom: 0;
}
.accordion-heading .accordion-toggle {
  padding: 0;
  border: none;
  display: block;
  line-height: 40px;
  font-size: 18px;
}
.accordion-heading .accordion-toggle i {
  height: 46px;
  line-height: 46px;
  width: 46px;
  font-size: 24px;
}
.accordion-inner {
  background: #ffffff;
}
/* @section 3.5 buttons */
.btn {
  text-transform: uppercase;
  background-color: #ffffff;
  background: #ffffff;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border-color: #f2f2f2 #f2f2f2 #cccccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid transparent;
  color: #2D3469;
  padding: 10px 20px;
  letter-spacing: 1px;
  font-weight: normal;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #f2f2f2;
  background: #f2f2f2;
}
.btn:active,
.btn.active {
  background-color: #d9d9d9 \9;
  background: #d9d9d9 \9;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  padding-right: 8px;
}
.btn-default {
  border-color: #cccccc;
}
.btn-shadow {
  -webkit-box-shadow: 0 1px 5px #969696;
  box-shadow: 0 1px 5px #969696;
}
.btn-lg {
  padding: 16px 30px;
  font-size: 20px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: normal;
}
.btn-lg [class^="icon-"],
.btn-lg [class*=" icon-"] {
  margin-top: 0;
  font-size: 24px;
  padding-left: 12px;
}
.btn-sm {
  padding: 8px 12px;
  font-size: 9.6px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-sm [class^="icon-"],
.btn-sm [class*=" icon-"] {
  margin-top: 0;
}
.btn-xs [class^="icon-"],
.btn-xs [class*=" icon-"] {
  margin-top: -1px;
}
.btn-xs {
  padding: 3px 6px;
  font-size: 9px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-group > .btn-xs {
  font-size: 8px;
}
.btn-group > .btn-sm {
  font-size: 9.6px;
}
.btn-group > .btn-lg {
  font-size: 14px;
}
.btn-primary {
  text-shadow: none;
  background-color: #4078B0;
  background: #4078B0;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #4d5490 #4d5490 #32375f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #4d5490;
  background: #4d5490;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #3b416f \9;
  background: #3b416f \9;
}
.btn-warning {
  background-color: #f0ad4e;
  background: #f0ad4e;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #ec971f #ec971f #b06d0f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #ec971f;
  background: #ec971f;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c77c11 \9;
  background: #c77c11 \9;
}
.btn-danger {
  background-color: #d9534f;
  background: #d9534f;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #d9534f #d9534f #b52b27;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #d9534f;
  background: #d9534f;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c9302c \9;
  background: #c9302c \9;
}
.btn-success {
  background-color: #5cb85c;
  background: #5cb85c;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #5cb85c #5cb85c #3d8b3d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #5cb85c;
  background: #5cb85c;
}
.btn-success:active,
.btn-success.active {
  background-color: #449d44 \9;
  background: #449d44 \9;
}
.btn-info {
  background-color: #5bc0de;
  background: #5bc0de;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #5bc0de #5bc0de #28a1c5;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #5bc0de;
  background: #5bc0de;
}
.btn-info:active,
.btn-info.active {
  background-color: #31b0d5 \9;
  background: #31b0d5 \9;
}
.btn-inverse {
  background-color: #000000;
  background: #000000;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #4d4d4d #4d4d4d #262626;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #4d4d4d;
  background: #4d4d4d;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #333333 \9;
  background: #333333 \9;
}
.btn-group {
  text-align: center;
}
.btn-group .btn {
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group .btn:first-child {
  border-right: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}
.btn-group .btn:last-child {
  border-left: 0;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  padding-right: 4px;
  padding-left: 0;
}
.btn.btn-lg [class^="icon-"],
.btn.btn-lg [class*=" icon-"] {
  padding-right: 8px;
  padding-left: 0;
}
.btn.btn-square {
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.btn-icon-right [class^="icon-"],
.btn-icon-right [class*=" icon-"] {
  padding-left: 4px;
  padding-right: 0;
}
.btn-icon-right.btn-lg [class^="icon-"],
.btn-icon-right.btn-lg [class*=" icon-"] {
  padding-left: 8px;
  padding-right: 0;
}
.btn-primary-dark {
  text-shadow: none;
  background-color: #4078B0;
  background: #4078B0;
  border-color: #4d5490 #4d5490 #32375f;
  background-color: #2e356a;
  background: #2e356a;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #3d478e #3d478e #262c58;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary-dark:hover,
.btn-primary-dark:focus,
.btn-primary-dark:active,
.btn-primary-dark.active,
.btn-primary-dark.disabled,
.btn-primary-dark[disabled] {
  color: #ffffff;
  background-color: #4d5490;
  background: #4d5490;
}
.btn-primary-dark:active,
.btn-primary-dark.active {
  background-color: #3b416f \9;
  background: #3b416f \9;
}
.btn-primary-dark:hover,
.btn-primary-dark:focus,
.btn-primary-dark:active,
.btn-primary-dark.active,
.btn-primary-dark.disabled,
.btn-primary-dark[disabled] {
  color: #ffffff;
  background-color: #3d478e;
  background: #3d478e;
}
.btn-primary-dark:active,
.btn-primary-dark.active {
  background-color: #2e356a \9;
  background: #2e356a \9;
}
.btn-primary-light {
  text-shadow: none;
  background-color: #4078B0;
  background: #4078B0;
  border-color: #4d5490 #4d5490 #32375f;
  background-color: #00C800;
  background: #00C800;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #009600 #009600 #266e76;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary-light:hover,
.btn-primary-light:focus,
.btn-primary-light:active,
.btn-primary-light.active,
.btn-primary-light.disabled,
.btn-primary-light[disabled] {
  color: #ffffff;
  background-color: #4d5490;
  background: #4d5490;
}
.btn-primary-light:active,
.btn-primary-light.active {
  background-color: #3b416f \9;
  background: #3b416f \9;
}
.btn-primary-light:hover,
.btn-primary-light:focus,
.btn-primary-light:active,
.btn-primary-light.active,
.btn-primary-light.disabled,
.btn-primary-light[disabled] {
  color: #ffffff;
  background-color: #009600;
  background: #009600;
}
.btn-primary-light:active,
.btn-primary-light.active {
  background-color: #2c808a \9;
  background: #2c808a \9;
}
.btn-primary-grad {
  text-shadow: none;
  background-color: #4078B0;
  background: #4078B0;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #4d5490 #4d5490 #32375f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#d6daf5));
  background-image: -webkit-linear-gradient(top, #ffffff, 0%, #d6daf5, 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #d6daf5 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #d6daf5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd6daf5', GradientType=0);
  background-color: #d6daf5;
  *background-color: #d6daf5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none;
  color: #2D3469;
  -webkit-box-shadow: 0 1px 5px #969696;
  box-shadow: 0 1px 5px #969696;
  -webkit-box-shadow: 0 0 2px #2d3469;
  box-shadow: 0 0 2px #2d3469;
}
.btn-primary-grad:hover,
.btn-primary-grad:focus,
.btn-primary-grad:active,
.btn-primary-grad.active,
.btn-primary-grad.disabled,
.btn-primary-grad[disabled] {
  color: #ffffff;
  background-color: #4d5490;
  background: #4d5490;
}
.btn-primary-grad:active,
.btn-primary-grad.active {
  background-color: #3b416f \9;
  background: #3b416f \9;
}
.btn-primary-grad:hover,
.btn-primary-grad:focus,
.btn-primary-grad:active,
.btn-primary-grad.active,
.btn-primary-grad.disabled,
.btn-primary-grad[disabled] {
  color: #333333;
  background-color: #d6daf5;
  *background-color: #c1c7f0;
}
.btn-primary-grad:active,
.btn-primary-grad.active {
  background-color: #adb5eb \9;
}
.btn-alt {
  background-color: #006c4f;
  background: #006c4f;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #008662 #008662 #00392a;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-alt:hover,
.btn-alt:focus,
.btn-alt:active,
.btn-alt.active,
.btn-alt.disabled,
.btn-alt[disabled] {
  color: #ffffff;
  background-color: #008662;
  background: #008662;
}
.btn-alt:active,
.btn-alt.active {
  background-color: #00533c \9;
  background: #00533c \9;
}
.btn-alt-dark {
  background-color: #006c4f;
  background: #006c4f;
  border-color: #008662 #008662 #00392a;
  background-color: #002017;
  background: #002017;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #004835 #004835 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-alt-dark:hover,
.btn-alt-dark:focus,
.btn-alt-dark:active,
.btn-alt-dark.active,
.btn-alt-dark.disabled,
.btn-alt-dark[disabled] {
  color: #ffffff;
  background-color: #008662;
  background: #008662;
}
.btn-alt-dark:active,
.btn-alt-dark.active {
  background-color: #00533c \9;
  background: #00533c \9;
}
.btn-alt-dark:hover,
.btn-alt-dark:focus,
.btn-alt-dark:active,
.btn-alt-dark.active,
.btn-alt-dark.disabled,
.btn-alt-dark[disabled] {
  color: #ffffff;
  background-color: #004835;
  background: #004835;
}
.btn-alt-dark:active,
.btn-alt-dark.active {
  background-color: #001510 \9;
  background: #001510 \9;
}
.btn-alt-light {
  background-color: #006c4f;
  background: #006c4f;
  border-color: #008662 #008662 #00392a;
  background-color: #00b685;
  background: #00b685;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #009d73 #009d73 #00503b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-alt-light:hover,
.btn-alt-light:focus,
.btn-alt-light:active,
.btn-alt-light.active,
.btn-alt-light.disabled,
.btn-alt-light[disabled] {
  color: #ffffff;
  background-color: #008662;
  background: #008662;
}
.btn-alt-light:active,
.btn-alt-light.active {
  background-color: #00533c \9;
  background: #00533c \9;
}
.btn-alt-light:hover,
.btn-alt-light:focus,
.btn-alt-light:active,
.btn-alt-light.active,
.btn-alt-light.disabled,
.btn-alt-light[disabled] {
  color: #ffffff;
  background-color: #009d73;
  background: #009d73;
}
.btn-alt-light:active,
.btn-alt-light.active {
  background-color: #006a4d \9;
  background: #006a4d \9;
}
.btn-alt-grad {
  background-color: #006c4f;
  background: #006c4f;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #008662 #008662 #00392a;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d5f4e6), to(#ebfaf3));
  background-image: -webkit-linear-gradient(top, #d5f4e6, 0%, #ebfaf3, 100%);
  background-image: -moz-linear-gradient(top, #d5f4e6 0%, #ebfaf3 100%);
  background-image: linear-gradient(to bottom, #d5f4e6 0%, #ebfaf3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd5f4e6', endColorstr='#ffebfaf3', GradientType=0);
  background-color: #ebfaf3;
  *background-color: #ebfaf3;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none;
  color: #002017;
  -webkit-box-shadow: 0 1px 5px #969696;
  box-shadow: 0 1px 5px #969696;
  -webkit-box-shadow: 0 0 2px #2d3469;
  box-shadow: 0 0 2px #2d3469;
}
.btn-alt-grad:hover,
.btn-alt-grad:focus,
.btn-alt-grad:active,
.btn-alt-grad.active,
.btn-alt-grad.disabled,
.btn-alt-grad[disabled] {
  color: #ffffff;
  background-color: #008662;
  background: #008662;
}
.btn-alt-grad:active,
.btn-alt-grad.active {
  background-color: #00533c \9;
  background: #00533c \9;
}
.btn-alt-grad:hover,
.btn-alt-grad:focus,
.btn-alt-grad:active,
.btn-alt-grad.active,
.btn-alt-grad.disabled,
.btn-alt-grad[disabled] {
  color: #333333;
  background-color: #ebfaf3;
  *background-color: #d7f5e7;
}
.btn-alt-grad:active,
.btn-alt-grad.active {
  background-color: #c2f0db \9;
}
.btn-alt-grad:hover {
  color: #000000;
}
/* @section 3.6 modal */
.modal {
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.modal.modal-inline {
  position: relative;
}
.modal.small {
  width: 400px;
  margin-left: -200px;
  padding: 1em;
}
.modal.medium {
  width: 600px;
  margin-left: -300px;
  padding: 1em;
}
.modal form {
  margin-bottom: 0;
}
.modal form input {
  margin-bottom: 5px;
}
.modal form input.login {
  margin-top: 5px;
  display: block;
  width: 100%;
}
.modal .modal-header h3 {
  font-weight: 300;
}
.modal .modal-body {
  padding: 30px;
  max-height: none;
  overflow: visible;
}
.modal .modal-footer {
  padding-top: 8px;
  padding-bottom: 8px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
.modal .modal-footer small {
  display: block;
}
.modal a {
  color: #4078B0;
  text-transform: none;
}
.modal a.signup {
  text-transform: uppercase;
}
/*******************************************************
 *
 * @section 4. Page specific
 * 
 ******************************************************/
/* @section 4.1 about */
.about {
  min-height: 100px;
  text-align: center;
  padding-bottom: 2em;
  background-color: #4078B0;
  color: #FDFDFD;
}
.about .photo img {
  max-width: 140px;
  display: inline-block;
  box-shadow: 0 0 0 6px #fff;
}
.about .mscp-logo img {
  display: inline-block;
  margin-top: 14px;
}
.about .details .primary-focus {
  font-size: 320%;
  font-weight: normal;
  line-height: 1;
  color: #2E356A;
}
.about .details .secondary-focus {
  font-size: 200%;
  line-height: 1;
  color: #2e356a;
  font-weight: normal;
  margin: 10px 0;
}
.about .details p {
  font-size: 120%;
  font-weight: normal;
}
.about .details .btn {
  -webkit-box-shadow: 0 0 2px #2e356a;
  box-shadow: 0 0 2px #2e356a;
}
.skills
{
  margin-top: 40px;
}
.skill
{
  text-align: left;
  font-size: 40px;
}
.skillitem
{
  font-size: 10px;
  padding-right: 0px;
}
.skillbar
{
  vertical-align: middle;
  padding-top: 2px;
  padding-bottom: 2px;
}
.progress-skills
{
  background: #fff;
  margin-bottom: 0px;
}
.progress-bar-skills
{
  background: #3486E0;
}
@media (min-width: 768px) {
  .about {
    min-height: 300px;
    padding-bottom: 1em;
    text-align: left;
  }
  .about .photo img {
    max-width: 100%;
  }
  .about .details {
    padding-left: 2em;
  }
  .about .details .primary-focus {
    font-size: 70px;
    line-height: 70px;
  }
  .about .details .secondary-focus {
    font-size: 38px;
  }
  .about .details p {
    font-size: 20px;
  }
  .skillitem
  {
    font-size: 12px;
  }
}
@media (min-width: 980px) {
  .skillitem
  {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .skillitem
  {
    font-size: 16px;
  }
}

/* @section 4.2 work */
.work .flex-direction-nav,
.work-slider .flex-direction-nav {
  display: none;
}
.work .flex-direction-nav a,
.work-slider .flex-direction-nav a {
  top: auto;
  bottom: 20px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  background: #fff;
  right: 61px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.work .flex-direction-nav a.flex-next,
.work-slider .flex-direction-nav a.flex-next {
  right: 20px;
}
.work .slider-safe-hide,
.work-slider .slider-safe-hide {
  display: block;
}
.work #full-view,
.work-slider #full-view,
.work .full-view,
.work-slider .full-view {
  position: relative;
  background-color: #edf0f4;
  list-style: none;
  margin: 0 0 1px 0;
  border: 1px dotted #D8DFE7;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

}
.work #full-view .close,
.work-slider #full-view .close,
.work .full-view .close,
.work-slider .full-view .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 0;
  text-align: center;
  display: none;
}
.work #full-view .close:before,
.work-slider #full-view .close:before,
.work .full-view .close:before,
.work-slider .full-view .close:before {
  font-family: 'IcoMoon';
  font-style: normal;
  speak: none;
  display: inline-block;
  content: "\e0fc";
  font-size: 18px;
}
.work .slide,
.work-slider .slide {
  width: 100%;
}
.work .slide.row,
.work-slider .slide.row {
  margin-left: 0;
  margin-right: 0;
}
.work .slide.row [class*="col-"],
.work-slider .slide.row [class*="col-"] {
  padding: 0;
}
.work .slide.row [class*="col-"]:first-child,
.work-slider .slide.row [class*="col-"]:first-child {
  background: url(../img/loading-mini.gif) center center no-repeat;
  min-height: 100px;
}
.work .slide h3.title,
.work-slider .slide h3.title {
  font-size: 28px;
  margin-bottom: 5px;
}
.work .slide p,
.work-slider .slide p {
  font-size: 15px;
  line-height: 1.2;
}
.work .items,
.work-slider .items {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.work .items .item,
.work-slider .items .item {
  display: block;
  float: left;
  width: 25%;
  margin: 0 0;
}
.work .items .item a,
.work-slider .items .item a {
  background: #ccc;
  display: block;
}
.work .items .item a img,
.work-slider .items .item a img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

  max-width: 100%;
}
.work .items .item a i,
.work-slider .items .item a i {
  color: #ffffff;
}
.work .items .item a:hover,
.work-slider .items .item a:hover,
.work .items .item a.flex-active,
.work-slider .items .item a.flex-active {
  background: #00C800;
}
.work .items .item a:hover img,
.work-slider .items .item a:hover img,
.work .items .item a.flex-active img,
.work-slider .items .item a.flex-active img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.clients {
  background-color: #E9F0F7;
  border-bottom: 4px solid #D8DFE7;
}
.clients .flex-viewport {
  margin: 0 80px;
  width: 250px;
  margin: 0 auto;
}
.clients .items {
  padding: 0.5em 0;
}
.clients .items:before,
.clients .items:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.clients .items:after {
  clear: both;
}
.clients .items .item {
  float: left;
  width: 250px;
  margin: 0;
  text-align: center;
}
.clients .items .item img {
  display: inline-block;
}
@media (min-width: 768px) {
  .clients .flex-viewport {
    width: auto;
    margin: 0 80px;
  }
  .work .items .item,
  .work-slider .items .item {
    width: 12.5%;
    max-width: 146px;
  }
}
@media (min-width: 992px) {
  .work .slider-safe-hide {
    display: none;
  }
  .work #full-view .close,
  .work .full-view .close {
    display: block;
  }
  .work .slide {
    width: 100%;
  }
  .work .slide.row [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .work .slide.row [class*="col-"]:first-child {
    padding-left: 0;
    background: url(../img/loading-mini.gif) center center no-repeat;
    min-height: 300px;
  }
  .work .slide h3.title {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .work .slide p {
    font-size: 16px;
    line-height: 1.6;
  }
}
.breakpoint-mobile .work .full-view,
.breakpoint-mobile .work #full-view {
  display: block !important;
}
/* @section 4.3 services */
.services {
  border-top: 4px solid #D8DFE7;
  border-bottom: 4px solid #D8DFE7;
  padding-bottom: 2em;
}
.services .service {
  text-align: center;
  padding: 1em;
}
.services .service h3 {
  font-size: 2em;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 0.2em;
}
.services .service p {
  line-height: 120%;
}
[class^="service-"],
[class*=" service-"] {
  display: block;
  height: 100px;
  width: 100px;
}
[class^="service-"].centered,
[class*=" service-"].centered {
  margin: 0 auto;
}
.service-agile {
  background-image: url('../img/services/service-agile.png');
  background-size: 100px 100px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .service-agile {
    background-image: url('../img/services/service-agile@2x.png');
    background-size: 100px 100px;
  }
}
.service-genai {
  background-image: url('../img/services/genai.svg');
  background-size: 100px 100px;
}
.service-support {
  background-image: url('../img/services/supportlogo.svg');
  background-size: 100px 100px;
}
.service-m365 {
  background-image: url('../img/services/m365logo.svg');
  background-size: 100px 100px;
}
.service-powerplatform {
  background-image: url('../img/services/powerplatformlogo.svg');
  background-size: 100px 100px;
}
.service-backend {
  background-image: url('../img/services/service-backend.png');
  background-size: 100px 100px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .service-backend {
    background-image: url('../img/services/service-backend@2x.png');
    background-size: 100px 100px;
  }
}
.service-html5 {
  background-image: url('../img/services/html5logo.svg');
  background-size: 100px 100px;
}
.service-dotnet {
  background-image: url('../img/services/dotnetlogo.svg');
  background-size: 100px 100px;
}
.service-sharepoint {
  background-image: url('../img/services/sharepointlogo.svg');
  background-size: 100px 100px;
}
.service-sharepoint2 {
  background-image: url('../img/services/sharepointlogo2.svg');
  background-size: 100px 100px;
}
.service-mobile {
  background-image: url('../img/services/mobiledev.svg');
  background-size: 100px 100px;
}
@media (min-width: 768px) {
  .services {
    padding-bottom: 4em;
  }
}
/* @section 4.4 misc */
#facts h1,
#facts h2,
#facts h3,
#facts h4 {
  color: #ffffff;
}
/* @section 4.5 timeline */
.timeline-list-reset {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.timeline-list-reset:before,
.timeline-list-reset:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.timeline-list-reset:after {
  clear: both;
}
.experience .timeline {
  margin-top: 2em;
}
.timeline {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  background-image: url('../img/misc/bg_timeline-line.png');
  background-size: 2px auto;
  background-repeat: repeat-y;
  background-position: center top;
}
.timeline:before,
.timeline:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.timeline:after {
  clear: both;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .timeline {
    background-image: url('../img/misc/bg_timeline-line@2x.png');
    background-size: 2px auto;
  }
}
.timeline ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding: 1em 0 2em 0;
  overflow: hidden;
}
.timeline ul:before,
.timeline ul:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.timeline ul:after {
  clear: both;
}
.timeline-breaker {
  background: #3486E0;
  color: #ffffff;
  font-size: 24px;
  font-weight: normal;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 150px;
  margin: 0 auto;
  text-align: center;
  padding: 0.5em 1em;
  line-height: 1;
  display: block;
  position: relative;
}
.timeline-breaker:after,
.timeline-breaker:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.timeline-breaker:after {
  border-top-color: #3486E0;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}
.timeline-breaker:before {
  border-top-color: rgba(0, 0, 0, 0.01);
  border-width: 11px;
  left: 50%;
  margin-left: -11px;
}
.timeline-end {
  text-align: center;
  background: #ffffff;
}
.timeline-end .timeline-breaker {
  margin-bottom: 5px;
  width: auto;
  background-color: transparent;
  color: #0C0F32;
}
.timeline-end .timeline-breaker:after,
.timeline-end .timeline-breaker:before {
  display: none;
}
.timeline-end .btn {
  min-width: 200px;
  display: block;
}
.timeline-item-default {
  float: none;
  left: auto;
  right: auto;
  width: 100%;
  padding: 1em;
  margin: 60px auto 0 auto;
  background: #edf0f5;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}
.timeline-item-default:before,
.timeline-item-default:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.timeline-item-default:after {
  clear: both;
}
.timeline-item-default:after,
.timeline-item-default:before {
  top: -20px;
  right: 50%;
  left: 50%;
  position: absolute;
  pointer-events: none;
  display: block;
  font-size: 30px;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  margin-top: 0;
  margin-left: -15px;
}
.timeline-item-default:before {
  font-family: FontAwesome;
  font-style: normal;
  speak: none;
  display: inline-block;
  content: '\F0D8';
  color: #edf0f5;
}
.timeline-item-default:after {
  font-family: FontAwesome;
  font-style: normal;
  speak: none;
  display: inline-block;
  content: '\F140';
  top: -39px;
  background: white;
}
.timeline-item-default.marker-highlight:after,
.timeline-item-default.highlight:after {
  color: #00C800;
}
.timeline-item-default.overlap-push-large {
  margin-top: 120px;
}
.timeline-item-default.overlap-push-medium {
  margin-top: 60px;
}
.timeline-item-default.overlap-push-small {
  margin-top: 30px;
}
.timeline-item {
  float: none;
  left: auto;
  right: auto;
  width: 100%;
  padding: 1em;
  margin: 60px auto 0 auto;
  background: #edf0f5;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}
.timeline-item:before,
.timeline-item:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.timeline-item:after {
  clear: both;
}
.timeline-item:after,
.timeline-item:before {
  top: -20px;
  right: 50%;
  left: 50%;
  position: absolute;
  pointer-events: none;
  display: block;
  font-size: 30px;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  margin-top: 0;
  margin-left: -15px;
}
.timeline-item:before {
  font-family: FontAwesome;
  font-style: normal;
  speak: none;
  display: inline-block;
  content: '\F0D8';
  color: #edf0f5;
}
.timeline-item:after {
  font-family: FontAwesome;
  font-style: normal;
  speak: none;
  display: inline-block;
  content: '\F140';
  top: -39px;
  background: white;
}
.timeline-item.marker-highlight:after,
.timeline-item.highlight:after {
  color: #00C800;
}
.timeline-item.overlap-push-large {
  margin-top: 120px;
}
.timeline-item.overlap-push-medium {
  margin-top: 60px;
}
.timeline-item.overlap-push-small {
  margin-top: 30px;
}
.markers-down .timeline-item:first-child {
  margin-top: 20px;
}
.markers-down .timeline-item:last-child {
  margin-bottom: 60px;
}
.markers-down .timeline-item:after,
.markers-down .timeline-item:before {
  bottom: -20px;
  top: auto;
}
.markers-down .timeline-item:before {
  font-family: FontAwesome;
  font-style: normal;
  speak: none;
  display: inline-block;
  content: '\F0D7';
}
.markers-down .timeline-item:after {
  bottom: -40px;
  top: auto;
}
.timeline-item-date {
  text-transform: uppercase;
  margin: 0;
  font-size: 20px;
}
.timeline-item-role {
  margin: 0 0 10px 0;
  font-weight: normal;
}
.timeline-item-description {
  font-size: 15px;
  line-height: 1.4;
}
.timeline-item-photo {
  float: left;
  margin-right: 1em;
  max-width: 50px;
}
.timeline-item-photo.right {
  float: right;
  margin-right: 0;
  margin-left: 1em;
}
@media (min-width: 768px) {
  .timeline ul {
    padding-top: 2em;
  }
  .markers-down .timeline-item,
  .timeline-item {
    float: left;
    width: 46%;
    padding: 2%;
    margin-top: -80px;
    right: 30px;
    margin-left: 4%;
    clear: both;
  }
  .markers-down .timeline-item:after,
  .timeline-item:after,
  .markers-down .timeline-item:before,
  .timeline-item:before {
    top: 50%;
    bottom: auto;
    right: -20px;
    left: auto;
    position: absolute;
    pointer-events: none;
    margin: 0;
    display: block;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    margin-top: -15px;
  }
  .markers-down .timeline-item:before,
  .timeline-item:before {
    font-family: FontAwesome;
    font-style: normal;
    speak: none;
    display: inline-block;
    content: '\F0DA';
    color: #edf0f5;
  }
  .markers-down .timeline-item:after,
  .timeline-item:after {
    font-family: FontAwesome;
    font-style: normal;
    speak: none;
    display: inline-block;
    content: '\F140';
    right: -45px;
    background: white;
  }
  .markers-down .timeline-item:first-child,
  .timeline-item:first-child {
    margin-top: 0;
  }
  .markers-down .timeline-item.right,
  .timeline-item.right {
    float: right;
    left: 30px;
    right: 0;
    margin-right: 4%;
    margin-left: 0;
  }
  .markers-down .timeline-item.right:after,
  .timeline-item.right:after,
  .markers-down .timeline-item.right:before,
  .timeline-item.right:before {
    left: -20px;
  }
  .markers-down .timeline-item.right:before,
  .timeline-item.right:before {
    font-family: FontAwesome;
    font-style: normal;
    speak: none;
    display: inline-block;
    content: '\F0D9';
  }
  .markers-down .timeline-item.right:after,
  .timeline-item.right:after {
    left: -45px;
  }
  .markers-down .timeline-item.overlap-off,
  .timeline-item.overlap-off {
    margin-top: 0;
  }
  .markers-down .timeline-item.overlap-pull-large,
  .timeline-item.overlap-pull-large {
    margin-top: -120px;
  }
  .markers-down .timeline-item.overlap-pull-small,
  .timeline-item.overlap-pull-small {
    margin-top: -30px;
  }
  .timeline .timeline-stacked,
  .timeline-stacked {
    padding-left: 3em;
    padding-right: 3em;
  }
  .timeline .timeline-stacked .timeline-item,
  .timeline-stacked .timeline-item,
  .timeline .timeline-stacked .timeline-item.right,
  .timeline-stacked .timeline-item.right {
    float: none;
    left: auto;
    right: auto;
    width: 100%;
    padding: 1em;
    margin: 60px auto 0 auto;
    background: #edf0f5;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
  }
  .timeline .timeline-stacked .timeline-item:before,
  .timeline-stacked .timeline-item:before,
  .timeline .timeline-stacked .timeline-item.right:before,
  .timeline-stacked .timeline-item.right:before,
  .timeline .timeline-stacked .timeline-item:after,
  .timeline-stacked .timeline-item:after,
  .timeline .timeline-stacked .timeline-item.right:after,
  .timeline-stacked .timeline-item.right:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .timeline .timeline-stacked .timeline-item:after,
  .timeline-stacked .timeline-item:after,
  .timeline .timeline-stacked .timeline-item.right:after,
  .timeline-stacked .timeline-item.right:after {
    clear: both;
  }
  .timeline .timeline-stacked .timeline-item:after,
  .timeline-stacked .timeline-item:after,
  .timeline .timeline-stacked .timeline-item.right:after,
  .timeline-stacked .timeline-item.right:after,
  .timeline .timeline-stacked .timeline-item:before,
  .timeline-stacked .timeline-item:before,
  .timeline .timeline-stacked .timeline-item.right:before,
  .timeline-stacked .timeline-item.right:before {
    top: -20px;
    right: 50%;
    left: 50%;
    position: absolute;
    pointer-events: none;
    display: block;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    margin-top: 0;
    margin-left: -15px;
  }
  .timeline .timeline-stacked .timeline-item:before,
  .timeline-stacked .timeline-item:before,
  .timeline .timeline-stacked .timeline-item.right:before,
  .timeline-stacked .timeline-item.right:before {
    font-family: FontAwesome;
    font-style: normal;
    speak: none;
    display: inline-block;
    content: '\F0D8';
    color: #edf0f5;
  }
  .timeline .timeline-stacked .timeline-item:after,
  .timeline-stacked .timeline-item:after,
  .timeline .timeline-stacked .timeline-item.right:after,
  .timeline-stacked .timeline-item.right:after {
    font-family: FontAwesome;
    font-style: normal;
    speak: none;
    display: inline-block;
    content: '\F140';
    top: -39px;
    background: white;
  }
  .timeline .timeline-stacked .timeline-item.marker-highlight:after,
  .timeline-stacked .timeline-item.marker-highlight:after,
  .timeline .timeline-stacked .timeline-item.right.marker-highlight:after,
  .timeline-stacked .timeline-item.right.marker-highlight:after,
  .timeline .timeline-stacked .timeline-item.highlight:after,
  .timeline-stacked .timeline-item.highlight:after,
  .timeline .timeline-stacked .timeline-item.right.highlight:after,
  .timeline-stacked .timeline-item.right.highlight:after {
    color: #00C800;
  }
  .timeline .timeline-stacked .timeline-item.overlap-push-large,
  .timeline-stacked .timeline-item.overlap-push-large,
  .timeline .timeline-stacked .timeline-item.right.overlap-push-large,
  .timeline-stacked .timeline-item.right.overlap-push-large {
    margin-top: 120px;
  }
  .timeline .timeline-stacked .timeline-item.overlap-push-medium,
  .timeline-stacked .timeline-item.overlap-push-medium,
  .timeline .timeline-stacked .timeline-item.right.overlap-push-medium,
  .timeline-stacked .timeline-item.right.overlap-push-medium {
    margin-top: 60px;
  }
  .timeline .timeline-stacked .timeline-item.overlap-push-small,
  .timeline-stacked .timeline-item.overlap-push-small,
  .timeline .timeline-stacked .timeline-item.right.overlap-push-small,
  .timeline-stacked .timeline-item.right.overlap-push-small {
    margin-top: 30px;
  }
  .timeline .timeline-stacked .timeline-item:first-child,
  .timeline-stacked .timeline-item:first-child,
  .timeline .timeline-stacked .timeline-item.right:first-child,
  .timeline-stacked .timeline-item.right:first-child {
    margin-top: 60px;
  }
  .timeline .timeline-stacked.markers-down .timeline-item:first-child,
  .timeline-stacked.markers-down .timeline-item:first-child {
    margin-top: 20px;
  }
  .timeline .timeline-stacked.markers-down .timeline-item:last-child,
  .timeline-stacked.markers-down .timeline-item:last-child {
    margin-bottom: 60px;
  }
  .timeline .timeline-stacked.markers-down .timeline-item:after,
  .timeline-stacked.markers-down .timeline-item:after,
  .timeline .timeline-stacked.markers-down .timeline-item:before,
  .timeline-stacked.markers-down .timeline-item:before {
    bottom: -20px;
    top: auto;
  }
  .timeline .timeline-stacked.markers-down .timeline-item:before,
  .timeline-stacked.markers-down .timeline-item:before {
    font-family: FontAwesome;
    font-style: normal;
    speak: none;
    display: inline-block;
    content: '\F0D7';
  }
  .timeline .timeline-stacked.markers-down .timeline-item:after,
  .timeline-stacked.markers-down .timeline-item:after {
    bottom: -40px;
    top: auto;
  }
  .timeline-end .btn {
    display: inline-block;
  }
  .timeline-item-photo {
    max-width: 100px;
  }
}
@media (min-width: 992px) {
  .timeline-item-photo {
    max-width: 160px;
  }
}
/* @section 4.6 testimonials */
.testimonials {
  padding-top: 0;
  border-bottom: 4px solid #D8DFE7;
}
.testimonials .flexslider {
  padding-bottom: 40px;
}
.testimonials .flex-direction-nav {
  display: none;
}
.testimonials .flex-control-nav {
  bottom: 15px;
}
.testimonials .filter {
  max-height: 250px;
  height: 250px;
}
.testimonials .filter h2 {
  color: #ffffff;
  padding-top: 20px;
  margin: 0;
  font-size: 60px;
}
blockquote {
  padding: 1em 5em;
  margin: 0;
  border-left: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

}
blockquote:before {
  font-family: FontAwesome;
  font-style: normal;
  speak: none;
  display: inline-block;
  content: "\f10d";
  font-size: 50px;
  padding: 0.5em 0;
  color: #00C800;
}
blockquote p {
  padding: 0;
  margin: 0;
  font-size: 2.2em;
  font-style: italic;
}
blockquote small {
  display: block;
  padding: 10px 0 0 0;
  font-size: 16px;
  font-style: normal;
  color: #597090;
}
blockquote small:before {
  content: ' ';
}
blockquote small a {
  color: #00C800;
}
blockquote small a:hover {
  color: #4078B0;
}
.flexslider blockquote,
.flexslider-carousel blockquote {
  padding: 1em;
  float: left;
}
@media (min-width: 768px) {
  .testimonials .filter h2 {
    padding-top: 100px;
  }
}
/* @section 4.7 contact */
.contact {
  border-top: 4px solid #D8DFE7;
  padding-bottom: 2em;
}

.contact select,
.contact textarea,
.contact input[type="text"],
.contact input[type="password"],
.contact input[type="datetime"],
.contact input[type="datetime-local"],
.contact input[type="date"],
.contact input[type="month"],
.contact input[type="time"],
.contact input[type="week"],
.contact input[type="number"],
.contact input[type="email"],
.contact input[type="url"],
.contact input[type="search"],
.contact input[type="tel"],
.contact input[type="color"],
.contact .uneditable-input {
  height: 60px;
  padding: 4px 20px;
  display: block;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

  width: 100%;
  margin-bottom: 10px;
  background-color: #4078B0;
  color: #eee;
  font-weight: normal;
  border: 1px solid #ccc;
}
.contact select:focus,
.contact textarea:focus,
.contact input[type="text"]:focus,
.contact input[type="password"]:focus,
.contact input[type="datetime"]:focus,
.contact input[type="datetime-local"]:focus,
.contact input[type="date"]:focus,
.contact input[type="month"]:focus,
.contact input[type="time"]:focus,
.contact input[type="week"]:focus,
.contact input[type="number"]:focus,
.contact input[type="email"]:focus,
.contact input[type="url"]:focus,
.contact input[type="search"]:focus,
.contact input[type="tel"]:focus,
.contact input[type="color"]:focus,
.contact .uneditable-input:focus {
  color: #ffffff;
}
.contact textarea {
  height: 140px;
  padding: 15px 20px;
}
.contact .btn {
  float: none;
  display: block;
  width: 100%;
}
.contact address p {
  font-size: 1.6em;
  color: #647a97;
  margin-top: 20px;
}
.contact address a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .contact select,
  .contact textarea,
  .contact input[type="text"],
  .contact input[type="password"],
  .contact input[type="datetime"],
  .contact input[type="datetime-local"],
  .contact input[type="date"],
  .contact input[type="month"],
  .contact input[type="time"],
  .contact input[type="week"],
  .contact input[type="number"],
  .contact input[type="email"],
  .contact input[type="url"],
  .contact input[type="search"],
  .contact input[type="tel"],
  .contact input[type="color"],
  .contact .uneditable-input {
    margin-bottom: 20px;
  }
  .contact .btn {
    float: right;
    width: auto;
  }
  .contact address p {
    font-size: 2em;
    float: left;
    margin-top: 5px;
  }
}
/* @section 4.8 elements */
.page-elements #content .title-divider:first-child {
  margin: 1em 0 0 0;
  font-weight: normal;
}
.page-elements .buttons button {
  display: block;
  margin-bottom: 5px;
  min-width: 120px;
}
.page-elements .buttons .spacer {
  margin-bottom: 2em;
}
.page-elements .buttons .inline-buttons button {
  display: inline-block;
}
.page-elements .services-graphics {
  margin-bottom: 2em;
}
.page-elements .services-graphics:before,
.page-elements .services-graphics:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.page-elements .services-graphics:after {
  clear: both;
}
.page-elements .services-graphics [class^="service-"],
.page-elements .services-graphics [class*=" service-"] {
  float: left;
  margin-right: 1em;
}
.page-elements .backgrounds .bg-faces,
.page-elements .backgrounds .bg-blurred {
  margin-bottom: 10px;
}
.page-elements .backgrounds .bg-faces .filter h1,
.page-elements .backgrounds .bg-faces .filter h2,
.page-elements .backgrounds .bg-faces .filter h3,
.page-elements .backgrounds .bg-faces .filter h4,
.page-elements .backgrounds .bg-faces .filter h5,
.page-elements .backgrounds .bg-faces .filter h6 {
  padding-top: 90px;
}
