@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,800italic,400,600,700,800);
@import url(//fonts.googleapis.com/css?family=Tinos:400,700,400italic,700italic);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*!
 *  Font Awesome 4.1.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.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -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 #eeeeee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }

  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }

  100% {
    -o-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-hacker-news:before {
  content: "\f1d4"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

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

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

h2 {
  font-size: 1.5em;
  margin: .83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: .83em;
  margin: 1.67em 0; }

h6 {
  font-size: .67em;
  margin: 2.33em 0; }

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

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

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

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

p, pre {
  margin: 1em 0; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

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

figure {
  margin: 0; }

form {
  margin: 0; }

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

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

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

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

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

#header {
  height: 80px;
  width: 100%;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
  -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
  background-color: #FFF;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 900; }
  #header:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 480px) {
    #header {
      height: 60px; } }

.logged-in #header {
  top: 29px; }

#logo {
  float: left;
  width: 200px;
  margin-top: 32px; }
  @media screen and (max-width: 800px) {
    #logo {
      margin-left: 30px; } }
  @media screen and (max-width: 480px) {
    #logo {
      width: 150px;
      margin-left: 20px;
      margin-top: 24px; } }
  #logo a {
    display: block;
    width: 100%; }
    #logo a img {
      width: 100%;
      display: block; }

.region-header-top {
  float: right; }
  .region-header-top:after {
    content: "";
    display: table;
    clear: both; }
  .region-header-top .mobile-menu {
    float: left; }
  .region-header-top .m-toggle {
    display: none;
    margin-top: 30px;
    margin-right: 30px;
    font-size: 20px;
    color: #3a3a3a; }
    @media screen and (max-width: 480px) {
      .region-header-top .m-toggle {
        margin-top: 20px;
        margin-right: 20px; } }
    .region-header-top .m-toggle span {
      display: inline-block;
      margin-right: 10px;
      font: 13px/13px "Open Sans", Helvetica, Arial, sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      position: relative;
      top: -2px; }
      @media screen and (max-width: 480px) {
        .region-header-top .m-toggle span {
          display: none; } }
    @media screen and (max-width: 800px) {
      .region-header-top .m-toggle {
        display: block; } }
  @media screen and (max-width: 800px) {
    .region-header-top .block-menu {
      position: absolute;
      top: 80px;
      right: 0px; } }
  @media screen and (max-width: 480px) {
    .region-header-top .block-menu {
      top: 60px;
      left: 0px; } }
  .region-header-top .menu {
    margin: 31px 0 0 0;
    padding: 0;
    list-style: none; }
    .region-header-top .menu:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 800px) {
      .region-header-top .menu {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        background-color: #0b6551;
        margin: 0px;
        width: 200px;
        padding: 10px 0; }
        .region-header-top .menu.open {
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          filter: alpha(opacity=100);
          visibility: visible; } }
    @media screen and (max-width: 480px) {
      .region-header-top .menu {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 100%;
        visibility: visible;
        max-height: 0px;
        overflow: hidden;
        padding: 0px; }
        .region-header-top .menu.open {
          max-height: 25em; } }
    .region-header-top .menu li {
      float: left;
      margin-right: 30px;
      position: relative; }
      @media screen and (max-width: 800px) {
        .region-header-top .menu li {
          float: none;
          margin-right: 0px;
          border-bottom: 1px solid #0d735c; }
          .region-header-top .menu li:last-child {
            border: none; } }
      .region-header-top .menu li:hover ul {
        display: block; }
      .region-header-top .menu li ul {
        display: none;
        position: absolute;
        padding-top: 20px;
        width: 160px;
        left: -15px;
        top: 18px;
        margin: 0px;
        background-color: transparent; }
        .region-header-top .menu li ul.show {
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          filter: alpha(opacity=100);
          visibility: visible; }
        @media screen and (max-width: 800px) {
          .region-header-top .menu li ul {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            visibility: visible;
            position: static;
            left: 0px;
            top: 0px;
            padding: 0px;
            padding-bottom: 10px;
            width: 100%; } }
        @media screen and (max-width: 480px) {
          .region-header-top .menu li ul {
            max-height: 0; } }
        .region-header-top .menu li ul li {
          width: 100%;
          float: none; }
          @media screen and (max-width: 800px) {
            .region-header-top .menu li ul li {
              padding: 0 0 0 10px;
              border: none;
              width: 100%; } }
          .region-header-top .menu li ul li:last-child a {
            border-bottom: none; }
          .region-header-top .menu li ul li a {
            color: #FFF;
            display: block;
            background-color: #0b6551;
            padding: 15px 0 15px 15px;
            border-bottom: 1px solid #0e7c63; }
            @media screen and (max-width: 800px) {
              .region-header-top .menu li ul li a {
                padding: 8px 0 8px 20px;
                border: none;
                font-weight: 600;
                text-transform: none; } }
            .region-header-top .menu li ul li a:hover {
              color: #FFF;
              background-color: #094e3e; }
              @media screen and (max-width: 800px) {
                .region-header-top .menu li ul li a:hover {
                  background-color: #0b6551; } }
            .region-header-top .menu li ul li a.active {
              color: #FFF;
              background-color: #094e3e; }
              @media screen and (max-width: 800px) {
                .region-header-top .menu li ul li a.active {
                  background-color: #0b6551;
                  text-decoration: underline; } }
      .region-header-top .menu li a, .region-header-top .menu li span {
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        color: #3a3a3a;
        text-decoration: none;
        text-transform: uppercase;
        font: 13px/13px "Open Sans", Helvetica, Arial, sans-serif;
        font-weight: 700; }
        @media screen and (max-width: 800px) {
          .region-header-top .menu li a, .region-header-top .menu li span {
            color: #FFFFFF;
            display: block;
            padding: 18px 0 18px 20px; } }
        .region-header-top .menu li a:hover, .region-header-top .menu li span:hover {
          color: #0e7c63; }
          @media screen and (max-width: 800px) {
            .region-header-top .menu li a:hover, .region-header-top .menu li span:hover {
              color: #FFF; } }
        .region-header-top .menu li a.active, .region-header-top .menu li a.active-trail, .region-header-top .menu li span.active, .region-header-top .menu li span.active-trail {
          color: #0e7c63; }
          @media screen and (max-width: 800px) {
            .region-header-top .menu li a.active, .region-header-top .menu li a.active-trail, .region-header-top .menu li span.active, .region-header-top .menu li span.active-trail {
              color: #FFF;
              background-color: #094e3e; } }
  .region-header-top .block-system-main-menu, .region-header-top .block-locale-language {
    float: left; }
  .region-header-top .language-switcher-locale-url {
    border-left: 2px solid #3a3a3a;
    padding-left: 30px;
    margin: 31px 0 0 0;
    padding: 0px 0 0 30px;
    list-style: none; }
    .region-header-top .language-switcher-locale-url:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 800px) {
      .region-header-top .language-switcher-locale-url {
        border-left: none;
        padding-left: 0px;
        margin-right: 25px; } }
    @media screen and (max-width: 480px) {
      .region-header-top .language-switcher-locale-url {
        display: none; } }
    .region-header-top .language-switcher-locale-url li {
      margin-right: 0px;
      float: left; }
      .region-header-top .language-switcher-locale-url li a {
        padding: 0px 10px;
        color: #3a3a3a;
        text-decoration: none;
        text-transform: uppercase;
        font: 13px/13px "Open Sans", Helvetica, Arial, sans-serif;
        font-weight: 700; }
      .region-header-top .language-switcher-locale-url li.active a {
        text-decoration: underline; }
      .region-header-top .language-switcher-locale-url li:first-child a {
        padding: 0 7px 0 0; }
      .region-header-top .language-switcher-locale-url li:first-child:after {
        content: " / "; }

.lt-ie9 .region-header-top .menu li ul {
  top: -3px; }

body {
  background-color: #f2f2f2;
  -webkit-font-smoothing: antialiased; }

* :focus {
  outline: 0; }

#wrap {
  height: 100%;
  width: 100%;
  padding-top: 64px; }
  @media screen and (max-width: 480px) {
    #wrap {
      padding-top: 44px; } }

#main-bot {
  width: 100%;
  background-color: #e1e1e1;
  padding: 90px 0; }
  @media screen and (max-width: 480px) {
    #main-bot {
      padding: 40px 0; } }

.con {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto; }
  .con:after {
    content: "";
    display: table;
    clear: both; }

.block:after {
  --content: "";
  display: table;
  clear: both; }

.breadcrumb {
  display: inline-block;
  font: 11px/11px "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  padding: 25px 0 15px 0;
  border-bottom: 1px solid #FFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .breadcrumb a {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    color: #FFF;
    text-decoration: none; }
  @media screen and (max-width: 800px) {
    .breadcrumb {
      margin-left: 30px; } }
  @media screen and (max-width: 480px) {
    .breadcrumb {
      margin-left: 20px; } }
  .breadcrumb div {
    display: inline-block;
    background-image: url("../images/sep.png");
    width: 4px;
    height: 8px;
    margin: 0 10px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .breadcrumb div {
        background-image: url("../images/sep_2x.png");
        background-size: 4px 8px; } }

.page-header {
  width: 100%;
  height: 420px;
  color: #FFF;
  position: relative; }
  @media screen and (max-width: 480px) {
    .page-header {
      height: 400px; } }
  .page-header.pink {
    background-color: #cc93ac; }
  .page-header.green {
    background-color: #1b8c70; }
  .page-header.left {
    text-align: left; }
    .page-header.left h2 {
      text-align: left; }
      @media screen and (max-width: 800px) {
        .page-header.left h2 {
          padding-left: 30px;
          padding-right: 30px; } }
    .page-header.left h3 {
      text-align: left; }
  .page-header h2 {
    margin: 0px;
    padding: 130px 0 0 0;
    text-align: center;
    font: 50px/50px "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700; }
    @media screen and (max-width: 480px) {
      .page-header h2 {
        padding-top: 120px;
        padding-left: 20px;
        padding-right: 20px;
        font: 28px/28px "Open Sans", Helvetica, Arial, sans-serif;
        font-weight: 700; } }
  .page-header h3 {
    font-family: "Tinos", serif;
    font-size: 20px;
    line-height: 30px;
    font-style: italic;
    font-weight: 400; }
    @media screen and (max-width: 480px) {
      .page-header h3 {
        padding-left: 20px;
        padding-right: 20px;
        font-family: "Tinos", serif;
        font-size: 12px;
        line-height: 18px;
        font-style: italic;
        font-weight: 400; } }
    @media screen and (max-width: 800px) {
      .page-header h3 {
        padding-left: 30px;
        padding-right: 30px; } }
  .page-header .header-block {
    text-align: center; }
    @media screen and (max-width: 800px) {
      .page-header .header-block {
        padding: 0 30px; } }
    @media screen and (max-width: 480px) {
      .page-header .header-block {
        padding: 0 30px; } }
    .page-header .header-block h2 {
      padding: 0px; }
    .page-header .header-block h3 {
      font-size: 20px;
      margin: 0;
      padding: 120px 0 0 0; }
    .page-header .header-block.for-kennis h2 {
      font: 60px/60px "Open Sans", Helvetica, Arial, sans-serif;
      font-weight: 700; }
  .page-header .sub-scoll {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center; }
    .page-header .sub-scoll ul {
      display: inline-block;
      padding: 30px 0;
      border-top: 1px solid #FFF; }
      .page-header .sub-scoll ul li {
        display: inline-block;
        padding: 0 25px;
        line-height: 0; }
        .page-header .sub-scoll ul li:first-child {
          padding-left: 0px; }
        .page-header .sub-scoll ul li:last-child {
          padding-right: 0px; }
        .page-header .sub-scoll ul li a {
          color: #FFF;
          text-decoration: none;
          font: 14px/14px "Open Sans", Helvetica, Arial, sans-serif; }

.row:after {
  content: "";
  display: table;
  clear: both; }

.column-half {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .column-half:last-child {
    margin-right: 0; }
  @media screen and (max-width: 800px) {
    .column-half {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 48.21067%; }
      .column-half:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .column-half {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      .column-half:last-child {
        margin-right: 0; } }
  .column-half h2 {
    font: 36px/50px "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding: 0px;
    margin: 0px; }
    @media screen and (max-width: 800px) {
      .column-half h2 {
        font: 32px/44px "Open Sans", Helvetica, Arial, sans-serif;
        font-weight: 700; } }
    @media screen and (max-width: 480px) {
      .column-half h2 {
        font: 24px/32px "Open Sans", Helvetica, Arial, sans-serif;
        font-weight: 700;
        margin-bottom: 20px; } }
  .column-half h4 {
    font: 18px/27px "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding: 0px;
    margin: 0 0 25px 0; }
  .column-half p {
    font: 12px/24px "Open Sans", Helvetica, Arial, sans-serif;
    color: #313131;
    margin: 0 0 28px 0; }
    .column-half p.intro {
      font: 14px/28px "Open Sans", Helvetica, Arial, sans-serif; }

#footer {
  width: 100%;
  background-color: #3b3b3b;
  color: #FFF; }

.region-footer-top {
  padding: 60px 0;
  font-size: 12px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }
  .region-footer-top:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 480px) {
    .region-footer-top {
      padding: 40px 0 0 0; } }
  .region-footer-top a {
    color: #FFF;
    text-decoration: none; }
  .region-footer-top h3, .region-footer-top h2 {
    margin: 0 0 15px 0;
    padding: 0px;
    color: #6D6D6D;
    font-size: 16px;
    text-transform: uppercase; }
  .region-footer-top .bot-menu-footer {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    margin-top: -6px; }
    .region-footer-top .bot-menu-footer:last-child {
      margin-right: 0; }
    @media screen and (max-width: 800px) {
      .region-footer-top .bot-menu-footer {
        display: none; } }
    .region-footer-top .bot-menu-footer ul {
      margin: 0px;
      padding: 0px;
      list-style: none; }
      .region-footer-top .bot-menu-footer ul li a {
        font-weight: 700;
        text-transform: uppercase;
        line-height: 32px; }
  .region-footer-top .bot-faq {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    margin-left: 8.5298%; }
    .region-footer-top .bot-faq:last-child {
      margin-right: 0; }
    @media screen and (max-width: 800px) {
      .region-footer-top .bot-faq {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 48.21067%;
        margin-left: 0%;
        padding-left: 30px;
        padding-right: 30px; }
        .region-footer-top .bot-faq:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .region-footer-top .bot-faq {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        padding: 0 20px;
        margin-bottom: 30px; }
        .region-footer-top .bot-faq:last-child {
          margin-right: 0; } }
    .region-footer-top .bot-faq .view-view-faq-menu .views-field-title a {
      display: inline-block;
      border-bottom: 1px solid #4e4e4f;
      margin-bottom: 7px; }
  .region-footer-top .foot-contact {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-left: 8.5298%;
    line-height: 24px; }
    .region-footer-top .foot-contact:last-child {
      margin-right: 0; }
    .region-footer-top .foot-contact:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 800px) {
      .region-footer-top .foot-contact {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 48.21067%;
        margin-left: 0%;
        padding-left: 30px;
        padding-right: 30px; }
        .region-footer-top .foot-contact:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .region-footer-top .foot-contact {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        padding: 0 20px;
        margin-bottom: 30px; }
        .region-footer-top .foot-contact:last-child {
          margin-right: 0; } }
    .region-footer-top .foot-contact #adres {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 46.28851%; }
      .region-footer-top .foot-contact #adres:last-child {
        margin-right: 0; }
      @media screen and (max-width: 480px) {
        .region-footer-top .foot-contact #adres {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 100%;
          margin-bottom: 20px; }
          .region-footer-top .foot-contact #adres:last-child {
            margin-right: 0; } }
    .region-footer-top .foot-contact #contact {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 46.28851%;
      margin-right: 0; }
      .region-footer-top .foot-contact #contact:last-child {
        margin-right: 0; }
      @media screen and (max-width: 480px) {
        .region-footer-top .foot-contact #contact {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 100%; }
          .region-footer-top .foot-contact #contact:last-child {
            margin-right: 0; } }
      .region-footer-top .foot-contact #contact span {
        font-weight: 700;
        display: inline-block;
        margin-right: 7px; }
    .region-footer-top .foot-contact .clear:after {
      content: "";
      display: table;
      clear: both; }
    .region-footer-top .foot-contact p {
      margin-top: 30px; }
      .region-footer-top .foot-contact p a {
        color: #9d9d9d;
        font-size: 20px;
        display: inline-block;
        margin-right: 7px; }

.region-footer-bottom {
  width: 100%;
  height: 70px;
  background-color: #323232;
  color: #6D6D6D; }
  .region-footer-bottom:after {
    content: "";
    display: table;
    clear: both; }
  .region-footer-bottom #copy, .region-footer-bottom #credits {
    font: 10px/10px "Open Sans", Helvetica, Arial, sans-serif;
    float: left;
    margin-top: 30px;
    position: relative; }
    @media screen and (max-width: 800px) {
      .region-footer-bottom #copy, .region-footer-bottom #credits {
        padding-left: 30px; } }
  .region-footer-bottom #credits {
    float: right;
    padding-right: 45px; }
    @media screen and (max-width: 480px) {
      .region-footer-bottom #credits {
        display: none; } }
    @media screen and (max-width: 800px) {
      .region-footer-bottom #credits {
        padding-right: 75px; } }
  .region-footer-bottom #stg {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px; }
    @media screen and (max-width: 800px) {
      .region-footer-bottom #stg {
        right: 30px; } }

.home-header-block {
  height: 600px;
  width: 100%;
  background-color: #0e7c63;
  text-align: center;
  color: #FFF; }
  @media screen and (max-width: 480px) {
    .home-header-block {
      height: 400px; } }
  .home-header-block .logo-large {
    width: 532px;
    margin: 0 auto;
    padding: 220px 0 35px 0; }
    @media screen and (max-width: 480px) {
      .home-header-block .logo-large {
        width: 100%;
        padding: 120px 20px 20px 20px; } }
    .home-header-block .logo-large img {
      max-width: 100%;
      height: auto;
      display: block; }
  .home-header-block .pay-off {
    font-family: "Tinos", serif;
    font-size: 32px;
    line-height: 32px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 50px; }
    @media screen and (max-width: 480px) {
      .home-header-block .pay-off {
        font-family: "Tinos", serif;
        font-size: 20px;
        line-height: 20px;
        font-style: italic;
        font-weight: 400; } }
  .home-header-block .read-more-home a {
    display: inline-block;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    color: #FFF;
    text-decoration: none;
    border: 1px solid #FFF;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px 25px;
    font: 13px/13px "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700; }
    .home-header-block .read-more-home a:hover {
      background-color: rgba(255, 255, 255, 0.2); }

.kennismanagment {
  padding: 90px 0; }
  .kennismanagment:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 480px) {
    .kennismanagment {
      padding: 40px 0; } }
  .kennismanagment .kennis-left {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .kennismanagment .kennis-left:last-child {
      margin-right: 0; }
    @media screen and (max-width: 800px) {
      .kennismanagment .kennis-left {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 48.21067%;
        margin-left: 25.89467%;
        text-align: center;
        margin-bottom: 40px; }
        .kennismanagment .kennis-left:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .kennismanagment .kennis-left {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        margin-left: 0%;
        padding: 0 20px; }
        .kennismanagment .kennis-left:last-child {
          margin-right: 0; } }
    .kennismanagment .kennis-left .sub {
      font-family: "Tinos", serif;
      font-size: 18px;
      line-height: 18px;
      font-style: italic;
      font-weight: 400;
      color: #3d3d3d;
      margin-bottom: 10px; }
    .kennismanagment .kennis-left h2 {
      font: 20px/20px "Open Sans", Helvetica, Arial, sans-serif;
      font-weight: 700;
      margin: 0px;
      padding: 0px;
      margin-bottom: 25px; }
    .kennismanagment .kennis-left p {
      font: 12px/20px "Open Sans", Helvetica, Arial, sans-serif;
      margin: 0px;
      margin-bottom: 30px; }
    .kennismanagment .kennis-left a {
      color: #b84486;
      text-decoration: none;
      font: 12px/12px "Open Sans", Helvetica, Arial, sans-serif;
      font-weight: 700;
      border-bottom: 1px solid #ece0e7; }
  .kennismanagment .kennis-right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    padding-left: 40px; }
    .kennismanagment .kennis-right:last-child {
      margin-right: 0; }
    @media screen and (max-width: 800px) {
      .kennismanagment .kennis-right {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 100%;
        padding: 0 30px; }
        .kennismanagment .kennis-right:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .kennismanagment .kennis-right {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        padding: 0 20px; }
        .kennismanagment .kennis-right:last-child {
          margin-right: 0; } }
  .kennismanagment .kennis-block {
    width: 48.5%;
    height: 320px;
    background-color: #FFF;
    float: left;
    padding: 125px 40px 0px 40px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    background-position: center 40px;
    background-repeat: no-repeat; }
    @media screen and (max-width: 480px) {
      .kennismanagment .kennis-block {
        width: 100%;
        padding: 125px 20px 0px 20px; } }
    .kennismanagment .kennis-block h3 {
      font: 15px/15px "Open Sans", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      color: #2c2c2c;
      font-weight: 700; }
    .kennismanagment .kennis-block p {
      font: 10px/15px "Open Sans", Helvetica, Arial, sans-serif; }
    .kennismanagment .kennis-block ul {
      margin: 0px;
      padding: 0px;
      list-style: none; }
      .kennismanagment .kennis-block ul li {
        display: inline-block; }
        .kennismanagment .kennis-block ul li a {
          font: 11px/11px "Open Sans", Helvetica, Arial, sans-serif;
          color: #b84486;
          text-decoration: none;
          border-bottom: 1px solid #3f4f4f4; }
        .kennismanagment .kennis-block ul li:after {
          display: inline-block;
          margin: 0px 7px;
          content: "\2022";
          color: #a3a3a3;
          position: relative;
          top: 2px; }
        .kennismanagment .kennis-block ul li:last-child:after {
          content: "";
          margin: 0; }
    .kennismanagment .kennis-block:nth-child(2n) {
      float: right; }
    .kennismanagment .kennis-block:after {
      background-image: url("../images/blok-shadow.png");
      background-position: center;
      background-repeat: no-repeat;
      content: " ";
      display: block;
      width: 100%;
      height: 10px;
      position: absolute;
      bottom: -10px;
      left: 0px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        .kennismanagment .kennis-block:after {
          background-image: url("../images/blok-shadow_2x.png");
          background-size: 300px 10px; } }
    .kennismanagment .kennis-block#besluit {
      background-image: url("../images/besluit.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        .kennismanagment .kennis-block#besluit {
          background-image: url("../images/besluit_2x.png");
          background-size: 70px 70px; } }
    .kennismanagment .kennis-block#therapie {
      background-image: url("../images/therapie.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        .kennismanagment .kennis-block#therapie {
          background-image: url("../images/therapie_2x.png");
          background-size: 70px 70px; } }
    .kennismanagment .kennis-block#beslissings {
      background-image: url("../images/beslissing.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        .kennismanagment .kennis-block#beslissings {
          background-image: url("../images/beslissing_2x.png");
          background-size: 70px 70px; } }
    .kennismanagment .kennis-block#medicatie {
      background-image: url("../images/medicatie.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        .kennismanagment .kennis-block#medicatie {
          background-image: url("../images/medicatie_2x.png");
          background-size: 70px 70px; } }

.pre-news {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .pre-news:last-child {
    margin-right: 0; }
  @media screen and (max-width: 800px) {
    .pre-news {
      padding-left: 30px; } }
  @media screen and (max-width: 480px) {
    .pre-news {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      text-align: center;
      margin-bottom: 20px;
      padding-left: 0px;
      padding-bottom: 20px;
      border-bottom: 4px solid #d5d5d5; }
      .pre-news:last-child {
        margin-right: 0; } }
  .pre-news .sub {
    font-family: "Tinos", serif;
    font-size: 18px;
    line-height: 18px;
    font-style: italic;
    font-weight: 400;
    color: #3d3d3d;
    margin-bottom: 10px; }
  .pre-news h2 {
    font: 20px/20px "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 0px;
    padding: 0px; }

.latest-news {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  padding-left: 40px; }
  .latest-news:last-child {
    margin-right: 0; }
  .latest-news .view-content {
    height: 325px; }
    .latest-news .view-content:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 480px) {
      .latest-news .view-content {
        height: auto; } }
  @media screen and (max-width: 480px) {
    .latest-news {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      padding: 0 20px; }
      .latest-news:last-child {
        margin-right: 0; } }
  .latest-news .views-row {
    width: 48%;
    float: left;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    padding: 0 35px;
    border-left: 4px solid #d5d5d5;
    height: 100%; }
    @media screen and (max-width: 480px) {
      .latest-news .views-row {
        width: 100%;
        float: none;
        border-left: none;
        border-bottom: 4px solid #d5d5d5;
        padding: 35px 0; } }
    .latest-news .views-row .title {
      display: block;
      font-size: 16px;
      line-height: 24px;
      color: #252525;
      text-decoration: none;
      font-weight: 700;
      margin: 0 0 25px;
      border: none; }
    .latest-news .views-row .news-date {
      font: 12px/12px "Open Sans", Helvetica, Arial, sans-serif;
      color: #8a8a8a;
      font-weight: 600;
      margin: 0 0 10px; }
    .latest-news .views-row p {
      font: 12px/20px "Open Sans", Helvetica, Arial, sans-serif;
      color: #252525;
      margin: 0 0 25px; }
    .latest-news .views-row a {
      display: inline-block;
      color: #b84486;
      text-decoration: none;
      border-bottom: 1px solid #ddd1d8;
      font-size: 12px; }
    .latest-news .views-row .volledig a {
      font-weight: 700; }

.about-sec header {
  border-bottom: 1px solid #d9d9d9; }
  .about-sec header span {
    display: inline-block;
    font: 12px/12px "Open Sans", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #d4d4d4;
    background-color: #f2f2f2;
    font-weight: 700;
    position: relative;
    bottom: -9px;
    padding-right: 10px; }
.about-sec .row {
  padding: 60px 0 30px 0; }

#content-about {
  padding: 60px 0; }
  @media screen and (max-width: 800px) {
    #content-about {
      padding: 60px 30px; } }
  @media screen and (max-width: 480px) {
    #content-about {
      padding: 60px 20px; } }

#team .row {
  padding: 60px 0; }
#team header {
  border-bottom: 1px solid silver; }
  #team header span {
    display: inline-block;
    font: 12px/12px "Open Sans", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #d4d4d4;
    background-color: #f2f2f2;
    font-weight: 700;
    position: relative;
    bottom: -9px;
    padding-right: 10px; }
#team header span {
  background-color: #e1e1e1;
  color: #afafaf; }
#team .persoon {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  text-align: center; }
  #team .persoon:last-child {
    margin-right: 0; }
  #team .persoon .portrait img {
    width: 100%;
    max-width:200px;
    max-height:200px;
    height: auto; }
  #team .persoon .name {
    color: #313131;
    font: 16px/16px "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 25px 0 10px 0; }
  #team .persoon .sub {
    font-family: "Tinos", serif;
    font-size: 14px;
    line-height: 14px;
    font-style: italic;
    font-weight: 400;
    color: #767676;
    margin-bottom: 15px; }
  #team .persoon .linkedin {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    background-color: #ca8ba8;
    color: #FFF; }

#content-faq {
  padding: 90px 0; }
  @media screen and (max-width: 800px) {
    #content-faq {
      padding: 60px 30px; } }
  @media screen and (max-width: 800px) {
    #content-faq {
      padding: 60px 20px; } }

.view-faq-page .term-header {
  padding-bottom: 40px; }
  .view-faq-page .term-header header {
    border-bottom: 1px solid #d9d9d9; }
    .view-faq-page .term-header header span {
      display: inline-block;
      font: 12px/12px "Open Sans", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      color: #d4d4d4;
      background-color: #f2f2f2;
      font-weight: 700;
      position: relative;
      bottom: -9px;
      padding-right: 10px; }
.view-faq-page .view-id-faq_per_cat .view-content:after {
  content: "";
  display: table;
  clear: both; }
.view-faq-page .view-id-faq_per_cat .views-row {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  background-image: url("../images/faq.png");
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 60px;
  margin-bottom: 50px; }
  .view-faq-page .view-id-faq_per_cat .views-row:last-child {
    margin-right: 0; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .view-faq-page .view-id-faq_per_cat .views-row {
      background-image: url("../images/faq_2x.png");
      background-size: 69px 69px; } }
  .view-faq-page .view-id-faq_per_cat .views-row:nth-child(2n) {
    margin-right: 0; }
  .view-faq-page .view-id-faq_per_cat .views-row:nth-child(2n+1) {
    clear: left; }
  @media screen and (max-width: 480px) {
    .view-faq-page .view-id-faq_per_cat .views-row {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      padding-left: 0px;
      background-image: none; }
      .view-faq-page .view-id-faq_per_cat .views-row:last-child {
        margin-right: 0; } }
  .view-faq-page .view-id-faq_per_cat .views-row:last-child .views-field-body, .view-faq-page .view-id-faq_per_cat .views-row:nth-last-child(2) .views-field-body {
    border-bottom: none; }
  @media screen and (max-width: 480px) {
    .view-faq-page .view-id-faq_per_cat .views-row:nth-last-child(2) .views-field-body {
      border-bottom: 4px solid #e0e0e0; } }
  .view-faq-page .view-id-faq_per_cat .views-row .views-field-title {
    font: 18px/26px "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #252525;
    margin-bottom: 35px; }
    @media screen and (max-width: 800px) {
      .view-faq-page .view-id-faq_per_cat .views-row .views-field-title {
        font: 16px/22px "Open Sans", Helvetica, Arial, sans-serif;
        font-weight: 700; } }
  .view-faq-page .view-id-faq_per_cat .views-row .views-field-body {
    font: 14px/24px "Open Sans", Helvetica, Arial, sans-serif;
    color: #252525;
    border-bottom: 4px solid #e0e0e0;
    padding-bottom: 15px; }
    @media screen and (max-width: 800px) {
      .view-faq-page .view-id-faq_per_cat .views-row .views-field-body {
        font: 12px/22px "Open Sans", Helvetica, Arial, sans-serif; } }
    .view-faq-page .view-id-faq_per_cat .views-row .views-field-body p {
      margin: 0 0 35px 0; }
    .view-faq-page .view-id-faq_per_cat .views-row .views-field-body a {
      display: inline-block;
      border-bottom: 1px solid #ece0e7;
      font: 14px/24px "Open Sans", Helvetica, Arial, sans-serif;
      font-weight: 700;
      color: #b84486;
      text-decoration: none; }

.bottom-position {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px; }
  .bottom-position .con {
    position: relative; }

.back-to {
  width: 100%;
  height: 80px;
  background-color: #0e7c63; }
  @media screen and (max-width: 480px) {
    .back-to {
      height: 60px;
      padding-left: 20px; } }
  @media screen and (max-width: 800px) {
    .back-to {
      padding-left: 30px; } }
  .back-to a {
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF;
    font: 11px/80px "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700; }
    @media screen and (max-width: 480px) {
      .back-to a {
        font: 11px/60px "Open Sans", Helvetica, Arial, sans-serif;
        font-weight: 700; } }

.nieuws-side {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #FFF;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 35px 0; }
  .nieuws-side:after {
    content: "";
    display: table;
    clear: both; }
  .nieuws-side:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 800px) {
    .nieuws-side {
      padding: 35px 30px; } }
  @media screen and (max-width: 480px) {
    .nieuws-side {
      display: none; } }
  .nieuws-side h2 {
    float: left;
    margin: 3px 0 0 0;
    padding: 0px;
    font: 11px/11px "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #FFF;
    text-align: left;
    text-transform: uppercase;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30); }
  .nieuws-side ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left; }
    .nieuws-side ul li {
      float: left;
      margin-left: 40px; }
      .nieuws-side ul li a {
        font: 14px/14px "Open Sans", Helvetica, Arial, sans-serif;
        color: #FFF;
        text-decoration: none; }
        .nieuws-side ul li a.active {
          font-weight: 700;
          text-decoration: underline; }

#content-nieuws {
  padding: 90px 0 80px; }
  @media screen and (max-width: 480px) {
    #content-nieuws {
      padding: 40px 0 30px; }
      #content-nieuws .node-nieuwsitems {
        padding: 0 20px; } }
  #content-nieuws .uitgelicht .item-list ul, #content-nieuws .view-nieuws-display .item-list ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    #content-nieuws .uitgelicht .item-list ul li, #content-nieuws .view-nieuws-display .item-list ul li {
      border-bottom: 4px solid #e0e0e0;
      padding-bottom: 80px;
      margin-bottom: 80px; }
      #content-nieuws .uitgelicht .item-list ul li:after, #content-nieuws .view-nieuws-display .item-list ul li:after {
        content: "";
        display: table;
        clear: both; }
      @media screen and (max-width: 480px) {
        #content-nieuws .uitgelicht .item-list ul li, #content-nieuws .view-nieuws-display .item-list ul li {
          padding-left: 20px;
          padding-right: 20px;
          padding-bottom: 40px;
          margin-bottom: 40px; } }
  #content-nieuws .news-title-group {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    #content-nieuws .news-title-group:last-child {
      margin-right: 0; }
    @media screen and (max-width: 800px) {
      #content-nieuws .news-title-group {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 48.21067%;
        padding-left: 30px; }
        #content-nieuws .news-title-group:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      #content-nieuws .news-title-group {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        padding: 0px; }
        #content-nieuws .news-title-group:last-child {
          margin-right: 0; } }
    #content-nieuws .news-title-group h2 {
      font: 30px/40px "Open Sans", Helvetica, Arial, sans-serif;
      font-weight: 700;
      margin: 0 0 40px 0; }
      @media screen and (max-width: 480px) {
        #content-nieuws .news-title-group h2 {
          font: 24px/30px "Open Sans", Helvetica, Arial, sans-serif;
          font-weight: 700;
          margin: 0 0 20px 0; } }
    #content-nieuws .news-title-group a {
      color: #252525;
      text-decoration: none; }
    #content-nieuws .news-title-group .meta, #content-nieuws .news-title-group .author-name, #content-nieuws .news-title-group .author-name a {
      float: left;
      color: #8a8a8a;
      font: 11px/11px "Open Sans", Helvetica, Arial, sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      padding-bottom: 11px;
      margin-bottom: 7px;
      border-bottom: 1px solid #d9d9d9;
      clear: both; }
    #content-nieuws .news-title-group .author-name, #content-nieuws .news-title-group .author-name a {
      border: none; }
  #content-nieuws .body-right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    #content-nieuws .body-right:last-child {
      margin-right: 0; }
    @media screen and (max-width: 800px) {
      #content-nieuws .body-right {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 48.21067%;
        padding-right: 30px; }
        #content-nieuws .body-right:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      #content-nieuws .body-right {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        padding-right: 0px; }
        #content-nieuws .body-right:last-child {
          margin-right: 0; } }
    #content-nieuws .body-right .field-name-field-publicatie {
      margin-bottom: 40px; }
      #content-nieuws .body-right .field-name-field-publicatie .field-label {
        margin-bottom: 5px; }
      #content-nieuws .body-right .field-name-field-publicatie .file {
        display: block; }
        #content-nieuws .body-right .field-name-field-publicatie .file:after {
          content: "";
          display: table;
          clear: both; }
        #content-nieuws .body-right .field-name-field-publicatie .file img {
          width: 8%;
          float: left;
          margin-right: 2%; }
        #content-nieuws .body-right .field-name-field-publicatie .file a {
          width: 90%;
          display: block;
          float: left;
          border-bottom: none; }
    #content-nieuws .body-right .share-article {
      border-top: 4px solid #e0e0e0;
      padding: 40px 0 0 0; }
      @media screen and (max-width: 480px) {
        #content-nieuws .body-right .share-article {
          display: none; } }
      #content-nieuws .body-right .share-article span {
        color: #bbbbbb;
        text-transform: uppercase;
        font: 12px/12px "Open Sans", Helvetica, Arial, sans-serif;
        font-weight: 700;
        margin-right: 10px; }
      #content-nieuws .body-right .share-article a {
        border-bottom: none;
        color: #a4a4a4; }
        #content-nieuws .body-right .share-article a .fa {
          font-size: 18px;
          margin-right: 5px; }
    #content-nieuws .body-right p {
      font: 14px/24px "Open Sans", Helvetica, Arial, sans-serif;
      margin: 0 0 40px 0; }
      @media screen and (max-width: 480px) {
        #content-nieuws .body-right p {
          font: 12px/22px "Open Sans", Helvetica, Arial, sans-serif;
          margin: 0 0 24px 0; } }
    #content-nieuws .body-right a {
      display: inline-block;
      border-bottom: 1px solid #ece0e7;
      font: 14px/24px "Open Sans", Helvetica, Arial, sans-serif;
      font-weight: 700;
      color: #b84486;
      text-decoration: none; }
      @media screen and (max-width: 480px) {
        #content-nieuws .body-right a {
          font: 12px/22px "Open Sans", Helvetica, Arial, sans-serif;
          font-weight: 700; } }
      #content-nieuws .body-right a .fa {
        font-size: 12px; }
  #content-nieuws .news-bot-row {
    margin-bottom: 80px; }
    @media screen and (max-width: 800px) {
      #content-nieuws .news-bot-row {
        padding: 0 30px; } }
    @media screen and (max-width: 480px) {
      #content-nieuws .news-bot-row {
        padding: 0 20px;
        margin-bottom: 40px; } }
    #content-nieuws .news-bot-row ul {
      list-style: none;
      margin: 0px;
      padding: 0px; }
      #content-nieuws .news-bot-row ul:after {
        content: "";
        display: table;
        clear: both; }
      #content-nieuws .news-bot-row ul li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
        padding-right: 30px;
        padding-left: 10px;
        border-right: 4px solid #e0e0e0;
        min-height: 310px; }
        #content-nieuws .news-bot-row ul li:last-child {
          margin-right: 0; }
        @media screen and (max-width: 480px) {
          #content-nieuws .news-bot-row ul li {
            float: left;
            display: block;
            margin-right: 7.42297%;
            width: 100%;
            border-right: none;
            border-bottom: 4px solid #e0e0e0;
            padding-right: 0px;
            margin-right: 0px;
            padding-bottom: 30px;
            margin-bottom: 30px;
            float: none;
            padding-left: 0px;
            min-height: 0; }
            #content-nieuws .news-bot-row ul li:last-child {
              margin-right: 0; } }
        #content-nieuws .news-bot-row ul li:last-child {
          border-right: none; }
          @media screen and (max-width: 800px) {
            #content-nieuws .news-bot-row ul li:last-child {
              padding: 0px; } }
          @media screen and (max-width: 480px) {
            #content-nieuws .news-bot-row ul li:last-child {
              border-bottom: none; } }
        #content-nieuws .news-bot-row ul li:first-child {
          padding-left: 0px; }
    #content-nieuws .news-bot-row .views-field-created {
      color: #8a8a8a;
      font: 12px/12px "Open Sans", Helvetica, Arial, sans-serif;
      font-weight: 600;
      margin-bottom: 10px; }
    #content-nieuws .news-bot-row .views-field-title {
      font: 16px/24px "Open Sans", Helvetica, Arial, sans-serif;
      font-weight: 700;
      margin: 0 0 25px 0; }
      @media screen and (max-width: 800px) {
        #content-nieuws .news-bot-row .views-field-title {
          font: 14px/22px "Open Sans", Helvetica, Arial, sans-serif;
          font-weight: 700; } }
      #content-nieuws .news-bot-row .views-field-title a {
        color: #252525;
        text-decoration: none; }
    #content-nieuws .news-bot-row .views-field-body {
      font: 12px/20px "Open Sans", Helvetica, Arial, sans-serif;
      color: #252525; }
      @media screen and (max-width: 800px) {
        #content-nieuws .news-bot-row .views-field-body {
          font: 11px/18px "Open Sans", Helvetica, Arial, sans-serif; } }
      #content-nieuws .news-bot-row .views-field-body a {
        display: inline-block;
        border-bottom: 1px solid #ece0e7;
        font: 12px/12px "Open Sans", Helvetica, Arial, sans-serif;
        color: #b84486;
        text-decoration: none; }
    #content-nieuws .news-bot-row .views-field-view-node a {
      display: inline-block;
      border-bottom: 1px solid #ece0e7;
      font: 12px/12px "Open Sans", Helvetica, Arial, sans-serif;
      font-weight: 700;
      color: #b84486;
      text-decoration: none; }
      #content-nieuws .news-bot-row .views-field-view-node a .fa {
        font-size: 10px; }

   #content-nieuws article.node > div.body-right > a.hackleesmeer { display: none; }
   #content-nieuws article.node-teaser > div.body-right > a.hackleesmeer { display: block; }

.pager {
  margin: 0px;
  padding: 35px 0 0 0;
  list-style: none;
  text-align: center;
  width: 100%;
  border-top: 4px solid #e0e0e0; }
  .pager li {
    display: inline-block;
    font: 12px/28px "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #000; }
    .pager li.first, .pager li.last {
      display: none; }
    .pager li.pager-previous a, .pager li.pager-next a {
      width: 65px; }
    .pager li.pager-current {
      height: 30px;
      width: 30px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      border: 1px solid #e0e0e0;
      display: inline-block; }
    .pager li a {
      display: inline-block;
      height: 30px;
      width: 30px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      color: #919191;
      text-decoration: none; }
      .pager li a:hover {
        color: #000; }

.list-cat-voca article {
  border-bottom: 4px solid #e0e0e0;
  padding-bottom: 80px;
  margin-bottom: 80px; }
  .list-cat-voca article:after {
    content: "";
    display: table;
    clear: both; }

.contact-header {
  background-image: url("../images/contact_bg.png");
  background-position: center; }
  .contact-header .con {
    position: relative; }
  .contact-header .pulsecontainer {
    position: absolute;
    right: 234px;
    bottom: 72px; }
    @media screen and (max-width: 800px) {
      .contact-header .pulsecontainer {
        right: 154px; } }
    @media screen and (max-width: 480px) {
      .contact-header .pulsecontainer {
        display: none; } }
    .contact-header .pulsecontainer .pulse {
      height: 14px;
      width: 14px;
      border: 1px solid #FFF;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      background-color: #FFF;
      z-index: 10; }
    .contact-header .pulsecontainer .dot {
      border: 3px solid #FFF;
      background: transparent;
      -webkit-border-radius: 60px;
      -moz-border-radius: 60px;
      border-radius: 60px;
      height: 50px;
      width: 50px;
      -webkit-animation: pulse 2s ease-out;
      -moz-animation: pulse 2s ease-out;
      animation: pulse 2s ease-out;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      position: absolute;
      top: -18px;
      left: -18px;
      z-index: 1;
      opacity: 0; }

.lt-ie9 .contact-header .pulsecontainer {
  display: none; }

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0; }

  25% {
    -moz-transform: scale(0);
    opacity: 0.1; }

  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3; }

  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5; }

  100% {
    -moz-transform: scale(1);
    opacity: 0.0; } }
@-webkit-keyframes "pulse" {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0; }

  25% {
    -webkit-transform: scale(0);
    opacity: 0.1; }

  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3; }

  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5; }

  100% {
    -webkit-transform: scale(1);
    opacity: 0.0; } }
#content-contact {
  padding: 110px 0 75px 0; }
  @media screen and (max-width: 480px) {
    #content-contact {
      padding: 40px 0 40px 0; } }
  @media screen and (max-width: 800px) {
    #content-contact {
      padding: 80px 0 75px 0; } }
  #content-contact .gegevens {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    #content-contact .gegevens:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      #content-contact .gegevens {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        padding: 0 20px; }
        #content-contact .gegevens:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 800px) {
      #content-contact .gegevens {
        padding-left: 20px; } }
    #content-contact .gegevens h3 {
      font: 18px/26px "Open Sans", Helvetica, Arial, sans-serif;
      color: #3d3d3d;
      font-weight: 700;
      margin: 0 0 30px 0; }
      @media screen and (max-width: 480px) {
        #content-contact .gegevens h3 {
          margin: 0 0 20px 0; } }
    #content-contact .gegevens p {
      font: 14px/22px "Open Sans", Helvetica, Arial, sans-serif;
      margin: 0 0 35px 0; }
      @media screen and (max-width: 480px) {
        #content-contact .gegevens p {
          margin: 0 0 25px 0; } }
      #content-contact .gegevens p span {
        font-weight: 700; }
      #content-contact .gegevens p a {
        color: #000000;
        text-decoration: none;
        display: inline-block;
        border-bottom: 1px solid #dcdcdc; }
      #content-contact .gegevens p.social-p a {
        border-bottom: none;
        color: #797979;
        margin-right: 5px;
        margin-top: 10px;
        font-size: 18px; }
  #content-contact .formulier {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    padding-left: 6.17215%;
    border-left: 4px solid #e0e0e0; }
    #content-contact .formulier:last-child {
      margin-right: 0; }
    #content-contact .formulier:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 480px) {
      #content-contact .formulier {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        padding-left: 0px;
        padding: 0 20px;
        border-left: none; }
        #content-contact .formulier:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 800px) {
      #content-contact .formulier {
        padding-right: 20px; } }
    #content-contact .formulier #form-messages {
      margin-bottom: 20px;
      font: 18px/26px "Open Sans", Helvetica, Arial, sans-serif;
      color: #3d3d3d;
      font-weight: 700; }
    #content-contact .formulier .form-left {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 48.21067%; }
      #content-contact .formulier .form-left:last-child {
        margin-right: 0; }
      @media screen and (max-width: 480px) {
        #content-contact .formulier .form-left {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 100%; }
          #content-contact .formulier .form-left:last-child {
            margin-right: 0; } }
    #content-contact .formulier .form-right {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 48.21067%; }
      #content-contact .formulier .form-right:last-child {
        margin-right: 0; }
      @media screen and (max-width: 480px) {
        #content-contact .formulier .form-right {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 100%; }
          #content-contact .formulier .form-right:last-child {
            margin-right: 0; } }
      #content-contact .formulier .form-right:after {
        content: "";
        display: table;
        clear: both; }
    #content-contact .formulier .field {
      padding-right: 25px; }
      #content-contact .formulier .field:after {
        content: "";
        display: table;
        clear: both; }
      @media screen and (max-width: 480px) {
        #content-contact .formulier .field {
          padding-right: 0px; } }
      #content-contact .formulier .field .fa {
        color: #414141;
        float: left;
        width: 10%;
        margin-top: 17px; }
      #content-contact .formulier .field small {
        font: 10px/14px "Open Sans", Helvetica, Arial, sans-serif;
        color: #b3afaf;
        font-weight: 700;
        font-style: italic;
        padding: 25px 0 0 10%;
        display: inline-block; }
    #content-contact .formulier input[type="text"] {
      border: none;
      background-color: transparent;
      border-bottom: 1px solid #c2c2c2;
      font: 14px/14px "Open Sans", Helvetica, Arial, sans-serif;
      font-weight: 700;
      color: #313131;
      padding: 15px 0 10px 0;
      margin-bottom: 5px;
      float: left;
      width: 90%; }
      #content-contact .formulier input[type="text"]::-webkit-input-placeholder {
        font-family: "Tinos", serif;
        font-size: 14px;
        line-height: 22px;
        font-style: italic;
        font-weight: 400;
        color: #c2c2c2; }
      #content-contact .formulier input[type="text"]::-moz-placeholder {
        font-family: "Tinos", serif;
        font-size: 14px;
        line-height: 22px;
        font-style: italic;
        font-weight: 400;
        color: #c2c2c2; }
      #content-contact .formulier input[type="text"]:-moz-placeholder {
        font-family: "Tinos", serif;
        font-size: 14px;
        line-height: 22px;
        font-style: italic;
        font-weight: 400;
        color: #c2c2c2; }
      #content-contact .formulier input[type="text"]:-ms-input-placeholder {
        font-family: "Tinos", serif;
        font-size: 14px;
        line-height: 22px;
        font-style: italic;
        font-weight: 400;
        color: #c2c2c2; }
    #content-contact .formulier input[type="submit"] {
      border: none;
      background-color: transparent;
      float: right;
      padding: 15px 20px;
      color: #6f6f6f;
      font: 12px/12px "Open Sans", Helvetica, Arial, sans-serif;
      font-weight: 700;
      border: 1px solid #d9d9d9;
      margin-top: 25px; }
    #content-contact .formulier textarea {
      border: none;
      background-color: #FFF;
      padding: 20px 25px 0 25px;
      font: 14px/28px "Open Sans", Helvetica, Arial, sans-serif;
      font-weight: 700;
      color: #313131;
      width: 100%;
      height: 250px; }
      #content-contact .formulier textarea::-webkit-input-placeholder {
        font-family: "Tinos", serif;
        font-size: 16px;
        line-height: 30px;
        font-style: italic;
        font-weight: 400;
        color: #c2c2c2; }
      #content-contact .formulier textarea::-moz-placeholder {
        font-family: "Tinos", serif;
        font-size: 16px;
        line-height: 30px;
        font-style: italic;
        font-weight: 400;
        color: #c2c2c2; }
      #content-contact .formulier textarea:-moz-placeholder {
        font-family: "Tinos", serif;
        font-size: 16px;
        line-height: 30px;
        font-style: italic;
        font-weight: 400;
        color: #c2c2c2; }
      #content-contact .formulier textarea:-ms-input-placeholder {
        font-family: "Tinos", serif;
        font-size: 16px;
        line-height: 30px;
        font-style: italic;
        font-weight: 400;
        color: #c2c2c2; }

#contact-formulier {
  display: none; }

#user-login {
  width: 320px;
  padding: 8% 0 0;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 26px 24px 26px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13); }
  #user-login label {
    display: block;
    text-transform: uppercase;
    color: #777;
    font: 13px/13px "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 5px; }
  #user-login .form-item {
    margin-bottom: 20px; }
    #user-login .form-item:after {
      content: "";
      display: table;
      clear: both; }
  #user-login .description {
    font: 10px/14px "Open Sans", Helvetica, Arial, sans-serif;
    color: #b3afaf;
    font-weight: 700;
    font-style: italic;
    margin-top: 5px; }
  #user-login input[type="text"], #user-login input[type="password"] {
    width: 100%;
    font: 14px/14px "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #313131;
    padding: 15px 0 10px 10px; }
  #user-login input[type="submit"] {
    width: 100%;
    padding: 15px 20px;
    color: #FFF;
    font: 12px/12px "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    border: 1px solid #d9d9d9;
    margin-top: 30px;
    background-color: #0e7c63; }
    #user-login input[type="submit"]:hover {
      background-color: #094e3e; }
  #user-login a {
    float: left;
    clear: both;
    border-bottom: 1px solid #ece0e7;
    font: 10px/24px "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #b84486;
    text-decoration: none; }

#profile-user {
  padding: 60px 0; }
  #profile-user p {
    font: 14px/28px "Open Sans", Helvetica, Arial, sans-serif;
    width: 75%;
    margin-bottom: 30px; }
  #profile-user .field-label {
    font: 30px/40px "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 0 0 40px 0; }
  #profile-user .user-picture {
    margin-top: 85px;
    margin-left: 30px; }
  #profile-user h3, #profile-user dl {
    display: none; }

#content-managment {
  padding: 110px 0; }
  @media screen and (max-width: 800px) {
    #content-managment {
      padding: 110px 30px; } }
  @media screen and (max-width: 480px) {
    #content-managment {
      padding: 80px 20px; } }
  #content-managment:after {
    content: "";
    display: table;
    clear: both; }
  #content-managment .managment-block {
    width: 50%;
    min-height: 920px;
    float: left;
    padding-right: 80px;
    border-right: 4px solid #e0e0e0;
    border-bottom: 4px solid #e0e0e0; }
    @media screen and (max-width: 800px) {
      #content-managment .managment-block {
        min-height: 1150px;
        padding-right: 40px; } }
    @media screen and (max-width: 480px) {
      #content-managment .managment-block {
        width: 100%;
        float: none;
        padding: 0px;
        border-right: none;
        min-height: 0;
        padding-bottom: 40px;
        margin-bottom: 40px; } }
    #content-managment .managment-block#besluit .icoon {
      background-image: url("../images/besluit.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        #content-managment .managment-block#besluit .icoon {
          background-image: url("../images/besluit_2x.png");
          background-size: 70px 70px; } }
    #content-managment .managment-block#therapie .icoon {
      background-image: url("../images/therapie.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        #content-managment .managment-block#therapie .icoon {
          background-image: url("../images/therapie_2x.png");
          background-size: 70px 70px; } }
    #content-managment .managment-block#beslissings .icoon {
      background-image: url("../images/beslissing.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        #content-managment .managment-block#beslissings .icoon {
          background-image: url("../images/beslissing_2x.png");
          background-size: 70px 70px; } }
    #content-managment .managment-block#medicatie .icoon {
      background-image: url("../images/medicatie.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        #content-managment .managment-block#medicatie .icoon {
          background-image: url("../images/medicatie_2x.png");
          background-size: 70px 70px; } }
    #content-managment .managment-block#beslissings {
      padding-top: 75px;
      border-bottom: none; }
      @media screen and (max-width: 480px) {
        #content-managment .managment-block#beslissings {
          padding: 0px;
          padding-bottom: 40px;
          border-bottom: 4px solid #e0e0e0; } }
    #content-managment .managment-block#medicatie {
      padding-top: 75px;
      border-bottom: none; }
    #content-managment .managment-block:nth-child(2n) {
      padding-right: 0px;
      padding-left: 80px;
      border-right: none; }
      @media screen and (max-width: 800px) {
        #content-managment .managment-block:nth-child(2n) {
          padding-left: 40px; } }
      @media screen and (max-width: 480px) {
        #content-managment .managment-block:nth-child(2n) {
          padding: 0px;
          min-height: 0;
          padding-bottom: 40px;
          margin-bottom: 40px; } }
    #content-managment .managment-block h2 {
      text-align: center;
      font: 24px/24px "Open Sans", Helvetica, Arial, sans-serif;
      font-weight: 700;
      margin: 0px 0 50px 0; }
      @media screen and (max-width: 480px) {
        #content-managment .managment-block h2 {
          font: 18px/18px "Open Sans", Helvetica, Arial, sans-serif;
          font-weight: 700; } }
    #content-managment .managment-block .icoon {
      height: 76px;
      width: 76px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      border: 4px solid #FFF;
      margin: 0 auto 20px auto;
      background-position: center;
      background-repeat: no-repeat; }
    #content-managment .managment-block .managment-content {
      font: 13px/24px "Open Sans", Helvetica, Arial, sans-serif; }
      #content-managment .managment-block .managment-content p {
        margin: 0 0 35px 0; }
    #content-managment .managment-block .managment-link ul {
      margin: 0px;
      padding: 0px;
      list-style: none; }
      #content-managment .managment-block .managment-link ul li a {
        display: inline-block;
        color: #b84486;
        font: 13px/32px "Open Sans", Helvetica, Arial, sans-serif;
        font-weight: 700;
        text-decoration: none;
        border-bottom: 1px solid #ece0e7; }
        #content-managment .managment-block .managment-link ul li a .fa {
          font-size: 11px; }

.lt-ie9 #content-managment .managment-block .icoon {
  border: none; }

.kennis_template {
  padding: 130px 0;
  color: #313131; }
  @media screen and (max-width: 800px) {
    .kennis_template {
      padding: 130px 30px; } }
  @media screen and (max-width: 480px) {
    .kennis_template {
      padding: 40px 20px; } }
  .kennis_template .kennis-left {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .kennis_template .kennis-left:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .kennis_template .kennis-left {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%; }
        .kennis_template .kennis-left:last-child {
          margin-right: 0; } }
    .kennis_template .kennis-left h3 {
      font: 36px/50px "Open Sans", Helvetica, Arial, sans-serif;
      font-weight: 700;
      margin: 0px;
      padding: 0px; }
      @media screen and (max-width: 480px) {
        .kennis_template .kennis-left h3 {
          font: 24px/30px "Open Sans", Helvetica, Arial, sans-serif;
          font-weight: 700;
          margin-bottom: 20px; } }
  .kennis_template .kennis-right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .kennis_template .kennis-right:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .kennis_template .kennis-right {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%; }
        .kennis_template .kennis-right:last-child {
          margin-right: 0; } }
    .kennis_template .kennis-right p {
      font: 14px/26px "Open Sans", Helvetica, Arial, sans-serif;
      margin: 10px 0 26px 0; }
      @media screen and (max-width: 480px) {
        .kennis_template .kennis-right p {
          font: 12px/20px "Open Sans", Helvetica, Arial, sans-serif; } }
      .kennis_template .kennis-right p img {
        max-width: 100%; }
    .kennis_template .kennis-right a {
      color: #b84486; }
    .kennis_template .kennis-right .faq-list .much {
      color: #313131;
      font: 12px/12px "Open Sans", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      font-weight: 700;
      margin: 40px 0 30px 0; }
    .kennis_template .kennis-right .faq-list a {
      float: left;
      clear: both;
      border-bottom: 1px solid #ece0e7;
      font: 12px/18px "Open Sans", Helvetica, Arial, sans-serif;
      font-weight: 700;
      color: #b84486;
      text-decoration: none;
      margin-bottom: 5px; }

.pyramid-container {
  height: 270px;
  width: 505px;
  background-image: url("../images/pyramid-shadow.png");
  background-repeat: no-repeat;
  background-position: -43px 181px;
  position: relative;
  position: absolute;
  right: 50px;
  top: -182px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .pyramid-container {
      background-image: url("../images/pyramid-shadow_2x.png");
      background-size: 363px 90px; } }
  @media screen and (max-width: 480px) {
    .pyramid-container {
      display: none; } }
  .pyramid-container .pyramid-section {
    position: absolute;
    background-repeat: no-repeat;
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out; }
    .pyramid-container .pyramid-section .hover-state {
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      background-repeat: no-repeat; }
    .pyramid-container .pyramid-section .dot {
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
    .pyramid-container .pyramid-section .line {
      stroke-dasharray: 100;
      stroke-dashoffset: 100;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .pyramid-container .pyramid-section .line-backup {
      height: 46px;
      width: 38px;
      background-image: url("../images/line.png");
      opacity: 0;
      position: absolute;
      z-index: 10; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        .pyramid-container .pyramid-section .line-backup {
          background-image: url("../images/line_2x.png");
          background-size: 38px 46px; } }
    .pyramid-container .pyramid-section .text {
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      opacity: 0;
      margin-top: 10px; }
    .pyramid-container .pyramid-section:hover .hover-state {
      opacity: 1; }
    .pyramid-container .pyramid-section:hover .dot {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    .pyramid-container .pyramid-section:hover .line {
      stroke-dashoffset: 0;
      -webkit-transition-delay: 0.1s;
      -moz-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    .pyramid-container .pyramid-section:hover .text {
      opacity: 1;
      margin-top: 0px;
      -webkit-transition-delay: 0.2s;
      -moz-transition-delay: 0.2s;
      transition-delay: 0.2s; }
  .pyramid-container .text {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    position: absolute;
    z-index: 10; }
  .pyramid-container .dot {
    height: 9px;
    width: 9px;
    background-image: url("../images/dot.png");
    background-repeat: none;
    position: absolute;
    z-index: 10; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .pyramid-container .dot {
        background-image: url("../images/dot_2x.png");
        background-size: 9px 9px; } }
  .pyramid-container .pyramid-top {
    height: 107px;
    width: 153px;
    background-image: url("../images/pyramid-top.png");
    bottom: 161px;
    right: 114px;
    z-index: 3; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .pyramid-container .pyramid-top {
        background-image: url("../images/pyramid-top_2x.png");
        background-size: 153px 107px; } }
    .pyramid-container .pyramid-top .hover-state {
      height: 109px;
      width: 155px;
      background-image: url("../images/pyramid-top-hover.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        .pyramid-container .pyramid-top .hover-state {
          background-image: url("../images/pyramid-top-hover_2x.png");
          background-size: 153px 107px; } }
    .pyramid-container .pyramid-top .dot {
      top: 45px;
      left: 100px; }
    .pyramid-container .pyramid-top #line-top {
      position: absolute;
      top: 2px;
      left: 105px;
      z-index: 10; }
    .pyramid-container .pyramid-top .line-backup {
      top: 2px;
      left: 105px; }
    .pyramid-container .pyramid-top .text {
      top: -15px;
      left: 152px; }
  .pyramid-container .pyramid-middle {
    height: 137px;
    width: 267px;
    background-image: url("../images/pyramid-middle.png");
    bottom: 81px;
    right: 57px;
    z-index: 2; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .pyramid-container .pyramid-middle {
        background-image: url("../images/pyramid-middle_2x.png");
        background-size: 267px 137px; } }
    .pyramid-container .pyramid-middle .hover-state {
      height: 137px;
      width: 267px;
      background-image: url("../images/pyramid-middle-hover.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        .pyramid-container .pyramid-middle .hover-state {
          background-image: url("../images/pyramid-middle-hover_2x.png");
          background-size: 267px 137px; } }
    .pyramid-container .pyramid-middle .dot {
      top: 53px;
      left: 216px; }
    .pyramid-container .pyramid-middle #line-middle {
      position: absolute;
      top: 10px;
      left: 222px;
      z-index: 10; }
    .pyramid-container .pyramid-middle .line-backup {
      top: 10px;
      left: 222px; }
    .pyramid-container .pyramid-middle .text {
      top: -10px;
      left: 270px; }
  .pyramid-container .pyramid-bottom {
    height: 180px;
    width: 382px;
    background-image: url("../images/pyramid-bottom.png");
    bottom: 0;
    right: 0px;
    z-index: 1; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .pyramid-container .pyramid-bottom {
        background-image: url("../images/pyramid-bottom_2x.png");
        background-size: 382px 180px; } }
    .pyramid-container .pyramid-bottom .hover-state {
      height: 180px;
      width: 382px;
      background-image: url("../images/pyramid-bottom-hover.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        .pyramid-container .pyramid-bottom .hover-state {
          background-image: url("../images/pyramid-bottom-hover_2x.png");
          background-size: 382px 180px; } }
    .pyramid-container .pyramid-bottom .dot {
      top: 75px;
      left: 331px; }
    .pyramid-container .pyramid-bottom #line-bottom {
      position: absolute;
      top: 32px;
      left: 337px;
      z-index: 10; }
    .pyramid-container .pyramid-bottom .line-backup {
      top: 32px;
      left: 337px; }
    .pyramid-container .pyramid-bottom .text {
      top: 11px;
      left: 385px; }
  .csstransitions .pyramid-container .pyramid-top {
    bottom: 201px; }
  .csstransitions .pyramid-container .pyramid-middle {
    bottom: 101px; }
  .csstransitions .pyramid-container.animate-in .pyramid-top {
    bottom: 161px; }
  .csstransitions .pyramid-container.animate-in .pyramid-middle {
    bottom: 81px; }
  .pyramid-container .borderradius .dot {
    background: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff; }

#arrow-container {
  height: 240px;
  width: 480px;
  position: absolute;
  right: 0px;
  top: -165px; }
  #arrow-container .arrow-bottom {
    height: 236px;
    width: 475px;
    background-image: url("../images/arrow-bottom.png");
    background-repeat: no-repeat;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      #arrow-container .arrow-bottom {
        background-image: url("../images/arrow-bottom_2x.png");
        background-size: 475px 236px; } }
  #arrow-container .button {
    height: 135px;
    width: 203px;
    position: absolute;
    z-index: 5; }
  #arrow-container .button-one {
    background-image: url("../images/block-1.png");
    top: 82px;
    left: 18px;
    margin-top: -9px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      #arrow-container .button-one {
        background-image: url("../images/block-1_2x.png");
        background-size: 203px 135px; } }
  #arrow-container .button-two {
    background-image: url("../images/block-2.png");
    top: 52px;
    left: 104px;
    margin-top: -9px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      #arrow-container .button-two {
        background-image: url("../images/block-2_2x.png");
        background-size: 203px 135px; } }
  #arrow-container .button-three {
    background-image: url("../images/block-3.png");
    top: 23px;
    left: 192px;
    margin-top: -9px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      #arrow-container .button-three {
        background-image: url("../images/block-3_2x.png");
        background-size: 203px 135px; } }
  #arrow-container .arrow-top {
    height: 208px;
    width: 400px;
    background-image: url("../images/arrow-top-fix.png");
    background-repeat: no-repeat;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      #arrow-container .arrow-top {
        background-image: url("../images/arrow-top-fix_2x.png");
        background-size: 400px 208px; } }
  .cssanimations #arrow-container .button-one {
    margin-top: 0px; }
  .cssanimations #arrow-container .button-two {
    margin-top: 0px; }
  .cssanimations #arrow-container .button-three {
    margin-top: 0px; }
  .cssanimations #arrow-container.animate-in .button-one {
    -webkit-animation: btnOne 4s forwards;
    -moz-animation: btnOne 4s forwards;
    animation: btnOne 4s forwards; }
  .cssanimations #arrow-container.animate-in .button-two {
    -webkit-animation: btnTwo 4s forwards;
    -moz-animation: btnTwo 4s forwards;
    animation: btnTwo 4s forwards; }
  .cssanimations #arrow-container.animate-in .button-three {
    -webkit-animation: btnThree 4s forwards;
    -moz-animation: btnThree 4s forwards;
    animation: btnThree 4s forwards; }

/* -- Keyframe animation on class .animate-in for the kickass arrow -- */
@-webkit-keyframes btnOne {
  0% {
    margin-top: 0px; }

  7% {
    margin-top: -9px; }

  49% {
    margin-top: -9px; }

  56% {
    margin-top: 0px; }

  70% {
    margin-top: 0px; }

  77% {
    margin-top: -9px; }

  100% {
    margin-top: -9px; } }
@-webkit-keyframes btnTwo {
  7% {
    margin-top: 0px; }

  14% {
    margin-top: -9px; }

  42% {
    margin-top: -9px; }

  49% {
    margin-top: 0px; }

  77% {
    margin-top: 0px; }

  84% {
    margin-top: -9px; }

  100% {
    margin-top: -9px; } }
@-webkit-keyframes btnThree {
  14% {
    margin-top: 0px; }

  21% {
    margin-top: -9px; }

  35% {
    margin-top: -9px; }

  42% {
    margin-top: 0px; }

  84% {
    margin-top: -0px; }

  91% {
    margin-top: -9px; }

  100% {
    margin-top: -9px; } }
@-moz-keyframes btnOne {
  0% {
    margin-top: 0px; }

  7% {
    margin-top: -9px; }

  49% {
    margin-top: -9px; }

  56% {
    margin-top: 0px; }

  70% {
    margin-top: 0px; }

  77% {
    margin-top: -9px; }

  100% {
    margin-top: -9px; } }
@-moz-keyframes btnTwo {
  7% {
    margin-top: 0px; }

  14% {
    margin-top: -9px; }

  42% {
    margin-top: -9px; }

  49% {
    margin-top: 0px; }

  77% {
    margin-top: 0px; }

  84% {
    margin-top: -9px; }

  100% {
    margin-top: -9px; } }
@-moz-keyframes btnThree {
  14% {
    margin-top: 0px; }

  21% {
    margin-top: -9px; }

  35% {
    margin-top: -9px; }

  42% {
    margin-top: 0px; }

  84% {
    margin-top: -0px; }

  91% {
    margin-top: -9px; }

  100% {
    margin-top: -9px; } }
@-o-keyframes btnOne {
  0% {
    margin-top: 0px; }

  7% {
    margin-top: -9px; }

  49% {
    margin-top: -9px; }

  56% {
    margin-top: 0px; }

  70% {
    margin-top: 0px; }

  77% {
    margin-top: -9px; }

  100% {
    margin-top: -9px; } }
@-o-keyframes btnTwo {
  7% {
    margin-top: 0px; }

  14% {
    margin-top: -9px; }

  42% {
    margin-top: -9px; }

  49% {
    margin-top: 0px; }

  77% {
    margin-top: 0px; }

  84% {
    margin-top: -9px; }

  100% {
    margin-top: -9px; } }
@-o-keyframes btnThree {
  14% {
    margin-top: 0px; }

  21% {
    margin-top: -9px; }

  35% {
    margin-top: -9px; }

  42% {
    margin-top: 0px; }

  84% {
    margin-top: -0px; }

  91% {
    margin-top: -9px; }

  100% {
    margin-top: -9px; } }
@keyframes btnOne {
  0% {
    margin-top: 0px; }

  7% {
    margin-top: -9px; }

  49% {
    margin-top: -9px; }

  56% {
    margin-top: 0px; }

  70% {
    margin-top: 0px; }

  77% {
    margin-top: -9px; }

  100% {
    margin-top: -9px; } }
@keyframes btnTwo {
  7% {
    margin-top: 0px; }

  14% {
    margin-top: -9px; }

  42% {
    margin-top: -9px; }

  49% {
    margin-top: 0px; }

  77% {
    margin-top: 0px; }

  84% {
    margin-top: -9px; }

  100% {
    margin-top: -9px; } }
@keyframes btnThree {
  14% {
    margin-top: 0px; }

  21% {
    margin-top: -9px; }

  35% {
    margin-top: -9px; }

  42% {
    margin-top: 0px; }

  84% {
    margin-top: -0px; }

  91% {
    margin-top: -9px; }

  100% {
    margin-top: -9px; } }
#matrix-container {
  height: 250px;
  width: 380px;
  position: relative;
  position: absolute;
  right: 0px;
  top: -150px; }
  #matrix-container .box-1 {
    height: 161px;
    width: 188px;
    background-image: url("../images/box-one.png");
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      #matrix-container .box-1 {
        background-image: url("../images/box-one_2x.png");
        background-size: 188px 161px; } }
  #matrix-container .box-2 {
    height: 127px;
    width: 148px;
    background-image: url("../images/box-two.png");
    position: absolute;
    top: 60px;
    right: 120px;
    z-index: 11; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      #matrix-container .box-2 {
        background-image: url("../images/box-two_2x.png");
        background-size: 148px 127px; } }
  #matrix-container .box-3 {
    height: 94px;
    width: 110px;
    background-image: url("../images/box-three.png");
    position: absolute;
    top: 115px;
    right: 220px;
    z-index: 12; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      #matrix-container .box-3 {
        background-image: url("../images/box-three_2x.png");
        background-size: 110px 94px; } }
  #matrix-container .box-4 {
    height: 67px;
    width: 78px;
    background-image: url("../images/box-four.png");
    position: absolute;
    top: 160px;
    right: 300px;
    z-index: 13; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      #matrix-container .box-4 {
        background-image: url("../images/box-four_2x.png");
        background-size: 78px 67px; } }
  .cssanimations #matrix-container .box {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    opacity: 0;
    margin-top: -5px;
    margin-right: -20px; }
  .cssanimations #matrix-container.animate-in .box-1 {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
    opacity: 1;
    margin-right: 0;
    margin-top: 0; }
  .cssanimations #matrix-container.animate-in .box-2 {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    transition-delay: 1s;
    opacity: 1;
    margin-right: 0;
    margin-top: 0; }
  .cssanimations #matrix-container.animate-in .box-3 {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    transition-delay: 1.5s;
    opacity: 1;
    margin-right: 0;
    margin-top: 0; }
  .cssanimations #matrix-container.animate-in .box-4 {
    -webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
    transition-delay: 2s;
    opacity: 1;
    margin-right: 0;
    margin-top: 0; }
