@charset "UTF-8";
/*@import "compass";
@import "compass/layout/sticky-footer";*/
/**
 *     Mixins
 */
/**
 *      Colors
 */
/**
 *      Fonts
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:300,400,600,700);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700);
 */
/**
 *      Settings
 */
/**
 *      Reset
 */
/**
 *      Eric Meyer's Reset CSS v2.0 
 */
html, body, div, span, applet, object, iframe, h1, h2, .team-access .top, .team-access .bot, h3, h4, h5, h6, p, ul, ol, table, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/**
 *      Classic reset
 */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

/**
 *      IE 'main' tag quickfix, commented -> included in html5shiv
 */
/**
 *     Vendors
 */
/*!
 *  Font Awesome 4.3.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.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* 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: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  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: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 *     Default style
 */
html {
  font-size: 62.5%;
  color: #454545;
}

body {
  font-size: 15px;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1, h2, .team-access .top, .team-access .bot, h3, h4, h5, h6 {
  padding-bottom: 1em;
}

h1 {
  font-family: "Roboto Slab", serif;
  color: #454545;
  line-height: 1.2em;
  font-size: 30px;
  padding: 0 0 0 28px;
  margin-bottom: .6em;
  background: transparent url("/https/www.sanmax.be/images/website/icons/x-title.png") no-repeat 0 8px;
}

h2, .team-access .top, .team-access .bot {
  font-family: "Roboto Slab", serif;
  font-size: 22px;
  line-height: 1.25em;
  color: #454545;
}

h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #333333;
  line-height: 1.25em;
}

h4 {
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  color: #F08B1D;
  line-height: 1.3em;
}

h5 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #454545;
  line-height: 1.3em;
}

h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #454545;
  line-height: 1.375em;
}

.title h6, h5.title, h4.title {
  font-family: "Roboto Slab", serif;
  font-weight: 200;
  color: #454545;
  line-height: 1em;
  font-size: 26px;
  padding: 0;
  margin-bottom: .6em;
}

p, ul, ol, table {
  font-size: 15px;
  line-height: 1.5em;
  padding-bottom: 1em;
}

a {
  color: #F08B1D;
  transition: color 0.3s, background-color 0.3s;
  text-decoration: none;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
}

a:visited {
  color: #D87D00;
}

a:hover {
  color: #AAAAAA;
}

a:hover .icon {
  text-decoration: none;
}

a .icon {
  font-size: inherit;
}

h1 a, h2 a, .team-access .top a, .team-access .bot a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}

h1 a:hover, h2 a:hover, .team-access .top a:hover, .team-access .bot a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: inherit;
  text-decoration: none;
}

strong, b, .bold {
  font-weight: 600;
}

em, i, .italic {
  font-style: italic;
}

u, .underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

img {
  border: 0;
}

ul {
  list-style: disc;
  margin-left: 1.4em;
}

ol {
  list-style: decimal;
  margin-left: 1.4em;
}

table {
  margin-bottom: 1em;
}

table th {
  font-weight: bold;
  text-align: left;
}

table.full-width {
  width: 100%;
}

textarea {
  resize: none;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.padding-bottom-0 {
  padding-bottom: 0;
}

.icon {
  display: inline-block;
  margin: 0;
  padding: 0;
  transition: background-image 0.3s ease-in-out;
}

.xx {
  width: 21px;
  height: 21px;
  background: transparent url("/https/www.sanmax.be/images/website/icons/sprite.png") no-repeat -1px 0;
  margin: 0 6px 0 0;
}

.x {
  width: 9px;
  height: 9px;
  background: transparent url("/https/www.sanmax.be/images/website/icons/sprite.png") no-repeat -22px 0;
  margin: 0 13px;
}

.phone {
  width: 18px;
  height: 19px;
  background: transparent url("/https/www.sanmax.be/images/website/icons/sprite.png") no-repeat -22px -9px;
  margin: 0 5px 0 0;
}

.mail {
  width: 21px;
  height: 14px;
  background: transparent url("/https/www.sanmax.be/images/website/icons/sprite.png") no-repeat -1px -28px;
  margin: 0 5px 0 0;
}

.facebook {
  height: 23px;
  width: 13px;
  background: transparent url("/https/www.sanmax.be/images/website/icons/sprite.png") no-repeat 0px -42px;
}

.facebook-white {
  height: 19px;
  width: 10px;
  background: transparent url("/https/www.sanmax.be/images/website/icons/sprite.png") no-repeat -1px -88px;
}

.behance {
  height: 23px;
  width: 27px;
  background: transparent url("/https/www.sanmax.be/images/website/icons/sprite.png") no-repeat -13px -42px;
}

.behance-white {
  height: 15px;
  width: 22px;
  background: transparent url("/https/www.sanmax.be/images/website/icons/sprite.png") no-repeat -11px -92px;
}

.twitter {
  height: 23px;
  width: 20px;
  background: transparent url("/https/www.sanmax.be/images/website/icons/sprite.png") no-repeat -40px -42px;
}

.twitter-white {
  height: 15px;
  width: 17px;
  background: transparent url("/https/www.sanmax.be/images/website/icons/sprite.png") no-repeat -33px -92px;
}

.linkedin {
  height: 23px;
  width: 21px;
  background: transparent url("/https/www.sanmax.be/images/website/icons/sprite.png") no-repeat -60px -42px;
}

.linkedin-white {
  height: 17px;
  width: 18px;
  background: transparent url("/https/www.sanmax.be/images/website/icons/sprite.png") no-repeat -50px -90px;
}

.icon.plus {
  height: 22px;
  width: 22px;
  background: transparent url("/https/www.sanmax.be/images/website/icons/sprite.png") no-repeat -43px 1px;
}

a:hover .icon.plus,
button:hover .icon.plus,
.icon.plus:hover {
  height: 23px;
  width: 23px;
  background-position: -66px 0;
}

a:hover .facebook {
  height: 23px;
  width: 13px;
  background: transparent url("/https/www.sanmax.be/images/website/icons/sprite.png") no-repeat 0px -65px;
}

a:hover .behance {
  height: 23px;
  width: 27px;
  background: transparent url("/https/www.sanmax.be/images/website/icons/sprite.png") no-repeat -13px -65px;
}

a:hover .twitter {
  height: 23px;
  width: 20px;
  background: transparent url("/https/www.sanmax.be/images/website/icons/sprite.png") no-repeat -40px -65px;
}

a:hover .linkedin {
  height: 23px;
  width: 21px;
  background: transparent url("/https/www.sanmax.be/images/website/icons/sprite.png") no-repeat -60px -65px;
}

a:hover .facebook-white {
  background-position: 0 -109px;
}

a:hover .behance-white {
  background-position: -11px -111px;
}

a:hover .twitter-white {
  background-position: -33px -114px;
}

a:hover .linkedin-white {
  background-position: -50px -111px;
}

/*CLIENTS*/
.clients {
  text-align: center;
}

.clients ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.clients ul li {
  width: 158px;
  height: 160px;
  padding: 0 14px;
  display: inline-block;
}

/*CASE*/
/*CONTACT INFO*/
.contactinfo .box {
  text-align: center;
}

.contactinfo .box #social {
  list-style: none;
}

.contactinfo .box #social li {
  display: inline-block;
}

.contactinfo .box #social li a {
  display: block;
  width: 50px;
  margin: 0 auto;
}

.contactinfo .box ul {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

/*FOOTER*/
#footer {
  border-top: 1px solid #AAAAAA;
}

.footer-newsletter {
  background: #333333;
  height: 125px;
  display: block;
}

.footer-newsletter .title {
  text-align: right;
}

.footer-newsletter .title h6 {
  color: #FFFFFF;
  width: auto;
  line-height: 125px;
  margin: 0;
}

#map {
  width: 100%;
  height: 261px;
}

.footer-colors {
  width: 100%;
  height: 5px;
  overflow: hidden;
}

.footer-colors .color {
  width: 14.2857%;
  height: 5px;
  display: block;
  float: left;
}

.orange {
  background: #F08B1D;
}

.yellow {
  background: #F1CB00;
}

.red {
  background: #E31B23;
}

.purple {
  background: #9370B1;
}

.green {
  background: #6CB33F;
}

.blue {
  background: #00AEEF;
}

.pink {
  background: #EC008C;
}

.footer-default {
  background: #FFFFFF;
  height: 134px;
  overflow: hidden;
}

.sitemap {
  height: 134px;
  overflow: hidden;
}

.sitemap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sitemap ul li {
  float: left;
}

#copy p, #copy ul, #copy ol, #copy table {
  padding: 0;
  margin: 0;
}

.sitemap a, #copy a {
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  line-height: 134px;
  padding: 0;
  margin: 0;
}

.sitemap a:hover, #copy a:hover {
  color: #F08B1D;
}

.container {
  min-width: 320px;
}

/**
 *      Grid
 */
.row {
  width: 100%;
  max-width: 1146px;
  margin: 0 auto;
}

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

[class*='col-'] {
  float: left;
  min-height: 1px;
  width: 8.33333%;
  padding: 0 14px;
}

.col-1 {
  width: 8.33333%;
}

.suffix-1 {
  padding-right: 8.33333%;
}

.prefix-1 {
  padding-left: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.suffix-2 {
  padding-right: 16.66667%;
}

.prefix-2 {
  padding-left: 16.66667%;
}

.col-3 {
  width: 25%;
}

.suffix-3 {
  padding-right: 25%;
}

.prefix-3 {
  padding-left: 25%;
}

.col-4 {
  width: 33.33333%;
}

.suffix-4 {
  padding-right: 33.33333%;
}

.prefix-4 {
  padding-left: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.suffix-5 {
  padding-right: 41.66667%;
}

.prefix-5 {
  padding-left: 41.66667%;
}

.col-6 {
  width: 50%;
}

.suffix-6 {
  padding-right: 50%;
}

.prefix-6 {
  padding-left: 50%;
}

.col-7 {
  width: 58.33333%;
}

.suffix-7 {
  padding-right: 58.33333%;
}

.prefix-7 {
  padding-left: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.suffix-8 {
  padding-right: 66.66667%;
}

.prefix-8 {
  padding-left: 66.66667%;
}

.col-9 {
  width: 75%;
}

.suffix-9 {
  padding-right: 75%;
}

.prefix-9 {
  padding-left: 75%;
}

.col-10 {
  width: 83.33333%;
}

.suffix-10 {
  padding-right: 83.33333%;
}

.prefix-10 {
  padding-left: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.suffix-11 {
  padding-right: 91.66667%;
}

.prefix-11 {
  padding-left: 91.66667%;
}

.col-12 {
  width: 100%;
}

.suffix-12 {
  padding-right: 100%;
}

.prefix-12 {
  padding-left: 100%;
}

.alpha {
  padding-left: 0;
}

.omega {
  padding-right: 0;
}

/**
 *     Breaking points
 */
@media all and (max-width: 480px) {
  [class*='col-'] {
    width: 100%;
    padding: 0 14px;
  }
}

/**
 *     Partials
 */
.button {
  display: inline-block;
  width: auto;
  width: 212px;
  height: 42px;
  line-height: 36px;
  border: 2px solid #F08B1D;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  background: none;
  background-color: transparent;
  color: #F08B1D;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s, background-color 0.3s;
}

.button[type=submit] {
  cursor: pointer;
  line-height: normal;
  vertical-align: middle;
}

.button:hover, .button:focus {
  color: #FFFFFF;
  background-color: #F08B1D;
  text-decoration: none;
}

.button.full {
  width: 100%;
}

.button .icon {
  vertical-align: baseline;
  font-size: inherit;
}

.button.button-transparent {
  background: transparent;
}

.button.button-orange {
  background-color: #F08B1D;
  color: #fff;
}

.button.button-orange:hover, .button.button-orange:focus {
  color: #F08B1D;
  background-color: #FFFFFF;
}

/* ====================== lines button ==================================================*/
.lines-button {
  height: 40px;
  transition: .3s;
  cursor: pointer;
  user-select: none;
  border-radius: 0.57143rem;
  display: inline-block;
  border: none;
  background: none;
  outline: none;
  margin: 0;
  float: right;
  width: 42px;
}

.lines-button:hover {
  opacity: 1;
}

.lines-button:active {
  transition: 0;
}

.lines {
  display: inline-block;
  width: 42px;
  height: 2px;
  background: #EF8A1C;
  border-radius: 0.28571rem;
  transition: 0.3s;
  position: relative;
}

.lines:before, .lines:after {
  display: inline-block;
  width: 42px;
  height: 2px;
  background: #EF8A1C;
  border-radius: 0.28571rem;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 0.28571rem center;
  transform-origin: 0.28571rem center;
}

.lines:before {
  top: 10px;
}

.lines:after {
  top: -10px;
}

.lines-button:hover .lines:before {
  top: 12px;
}

.lines-button:hover .lines:after {
  top: -12px;
}

.lines-button.close {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}

.lines-button.arrow.close .lines:before, .lines-button.arrow.close .lines:after {
  top: 0;
  width: 2.22222rem;
}

.lines-button.arrow.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

.lines-button.arrow.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}

.lines-button.arrow-up.close {
  -webkit-transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
  transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
}

.lines-button.minus.close .lines:before, .lines-button.minus.close .lines:after {
  -webkit-transform: none;
  transform: none;
  top: 0;
  width: 4rem;
}

.lines-button.x.close .lines {
  background: transparent;
}

.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 38px;
}

.lines-button.x.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.lines-button.x.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.lines-button.x2 .lines {
  transition: background 0.3s 0.5s ease;
}

.lines-button.x2 .lines:before, .lines-button.x2 .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, transform 0.3s ease;
}

.lines-button.x2.close .lines {
  transition: background 0.3s 0s ease;
  background: transparent;
}

.lines-button.x2.close .lines:before, .lines-button.x2.close .lines:after {
  transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  transition: top 0.3s ease, transform 0.3s 0.5s ease;
  top: 0;
  width: 4rem;
}

.lines-button.x2.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.lines-button.x2.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

a, input, textarea, button {
  outline: none;
}

h1, h2, .team-access .top, .team-access .bot, h3, h4, h5, h6, h1 a, h2 a, .team-access .top a, .team-access .bot a, h3 a, h4 a, h5 a, h6 a {
  font-family: "Roboto Slab", serif;
  color: #454545;
  padding-bottom: 0;
  margin-bottom: 10px;
}

h1, h1 a {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 35px;
}

h2, .team-access .top, .team-access .bot, h2 a, .team-access .top a, .team-access .bot a {
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
}

h3, h3 a {
  font-size: 22px;
  line-height: 28px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  color: #333;
}

h4, h4 a {
  font-size: 20px;
  line-height: 22px;
  color: #999;
  margin-bottom: 5px;
}

h5, h5 a {
  font-size: 20px;
  line-height: 20px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}

h6, h6 a {
  font-size: 16px;
  line-height: 20px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}

#container {
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
}

#main-body {
  padding-bottom: 210px;
}

#footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

h1.title,
h2.title,
.team-access .title.top,
.team-access .title.bot,
h3.title {
  margin-top: 50px;
  margin-bottom: 25px;
}

h1.title {
  font-weight: 300;
}

h1.title a {
  font-weight: 300;
}

h2.title,
.team-access .title.top,
.team-access .title.bot,
h3.title {
  font-size: 26px;
}

p, ul, ol, table {
  margin-bottom: 35px;
  padding-bottom: 0;
}

.site-logo {
  background: none;
  padding: 0;
  margin: 0;
  float: left;
}

.site-logo a {
  line-height: normal;
  margin-bottom: 0;
}

.site-logo img {
  display: block;
}

#logo {
  margin-top: 5px;
}

.block {
  text-align: center;
  position: relative;
  cursor: pointer;
}

.block:hover strong {
  color: #F08C1D;
}

.block .cross-bg:before, .block .cross-bg:after {
  transition: all 0.3s ease-in-out;
}

.block .cross-bg {
  transition: all 0.6s cubic-bezier(0.92, 0.08, 0.85, 0.41);
}

.cross-bg {
  display: block;
  width: 120px;
  background: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
  margin-bottom: 10px;
}

.cross-bg:before, .cross-bg:after {
  content: "";
  background: inherit;
  display: block;
  width: inherit;
  height: 1px;
  position: absolute;
  top: -4px;
  left: 0;
  background-color: #F08C1D;
  animation: 150ms from-cross-bg ease-in-out reverse;
}

.block:hover .cross-bg:before {
  transform: rotate(45deg);
  margin-top: .4em;
  background-color: #F08C1D;
  opacity: .7;
}

.block:hover .cross-bg:after {
  transform: rotate(-45deg);
  margin-top: .4em;
  background-color: #F08C1D;
  opacity: .7;
}

.block:hover .cross-bg {
  opacity: 0;
  -webkit-animation: fadeOut 0.6s linear;
  -webkit-animation-direction: alternate;
  animation: fadeOut 0.6s linear;
  animation-direction: alternate;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.icon-gridview {
  display: inline-block;
  font-size: 0;
  background: url(/https/www.sanmax.be/images/website/icons/icon-grid.png) no-repeat;
  width: 14px;
  height: 14px;
  vertical-align: text-top;
  margin-top: 2px;
}

.icon-x-white {
  display: inline-block;
  font-size: 0;
  background: url(/https/www.sanmax.be/images/website/icons/sprite.png) no-repeat -42px -23px;
  width: 21px;
  height: 21px;
  vertical-align: text-top;
  margin-top: 3px;
}

.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

label.css-label input[type=checkbox] {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

label.css-label, label.css-label.clr {
  padding-left: 30px;
  height: 22px;
  display: inline-block;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
  min-height: 22px;
}

label.css-label input[type=checkbox]:checked + label.css-label, label.css-label.chk {
  background-position: 0 -22px;
}

label.css-label {
  background-image: url(/https/www.sanmax.be/images/website/icons/check.png);
  background-repeat: no-repeat;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.homepage #main-body {
  padding-bottom: 800px;
}

.homepage #footer {
  height: 800px;
}

.defaultpage #main-body {
  padding-bottom: 540px;
}

.defaultpage #footer {
  height: 540px;
}

body {
  padding-top: 86px;
}

#header {
  padding-top: 20px;
  width: 100%;
  position: fixed;
  height: 86px;
  top: 0;
  z-index: 11;
  background: #fff;
}

#header nav#menu {
  float: right;
  margin-top: 23px;
}

#header nav#menu ul {
  list-style: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#header nav#menu ul li {
  float: left;
  margin-left: 30px;
}

#header nav#menu ul li a {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  border-bottom: 3px solid #fff;
  display: inline-block;
  height: 43px;
  line-height: 35px;
}

#header nav#menu ul li a.active {
  border-bottom: 3px solid #F08B1D;
  color: #F08B1D;
}

#header nav#menu ul li a:hover {
  color: #F08B1D;
}

#header .top-bar {
  position: relative;
}

#header .top-bar .top-contact {
  position: absolute;
  top: -10px;
  right: 15px;
}

#header .top-bar .top-contact span {
  margin-right: 25px;
  float: left;
  font-size: 16px;
  color: #aaa;
  font-weight: 600;
}

#header .top-bar .top-contact span.last {
  margin-right: 0;
}

#header .top-bar .top-contact span i {
  float: left;
  margin-right: 5px;
  margin-top: 1px;
  color: #EF8A1C;
}

#header .top-bar .top-contact span i.phone {
  margin-top: 0;
}

#header .top-bar a {
  color: #aaa;
  font-weight: 600;
}

#header .top-bar a:hover {
  color: #F08B1D;
}

.fa {
  transition: color 0.5s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out;
}

.defaultpage .slider-wrapper {
  background: none;
}

.slider-wrapper {
  position: relative;
  background: url(/https/www.sanmax.be/images/website/slider-tie.png) repeat-x bottom left;
  padding-bottom: 4px;
}

.slider-wrapper .slider {
  width: 100% !important;
}

.slider-wrapper .slide {
  position: relative;
}

.slider-wrapper .slide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F08B1D;
  opacity: .85;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';
}

.slider-wrapper .slide img {
  width: 100%;
  display: block;
  min-height: 385px;
}

.slider-wrapper .slide .slide-content {
  width: 600px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  top: 50%;
  margin-top: -105px;
  text-align: center;
}

.slider-wrapper .slide .slide-content .button {
  border-color: #fff;
  color: #fff;
}

.slider-wrapper .slide .slide-content .button:hover {
  color: #F08B1D;
  border-color: #fff;
  background-color: #fff;
}

.slider-wrapper .slide .slide-content p, .slider-wrapper .slide .slide-content ul, .slider-wrapper .slide .slide-content ol, .slider-wrapper .slide .slide-content table {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.slider-wrapper .slide h1, .slider-wrapper .slide h2, .slider-wrapper .slide .team-access .top, .team-access .slider-wrapper .slide .top, .slider-wrapper .slide .team-access .bot, .team-access .slider-wrapper .slide .bot {
  font-size: 60px;
  color: #fff;
  line-height: 100%;
  font-weight: bold;
  margin-bottom: 45px;
  background: none;
  padding: 0;
}

.slider-wrapper .slider-social {
  position: absolute;
  z-index: 10;
  width: 145px;
  left: 50%;
  margin-left: -70px;
  bottom: 20px;
}

.slider-wrapper .slider-social a {
  margin-right: 20px;
}

.slider-wrapper .slider-social a i {
  font-size: 20px;
  color: #fff;
}

.slider-wrapper .slider-social a.last {
  margin-right: 0;
}

.slider-wrapper .slider-social a:hover i {
  color: #333;
}

.home-block {
  padding: 25px 0;
}

.bb {
  border-bottom: 1px solid #ccc;
}

.block h3 {
  margin-bottom: 8px;
}

.block h3 a {
  font-family: "Roboto Slab", serif;
  font-weight: normal;
  font-size: 30px;
  color: #454545;
}

.block i {
  font-style: normal;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  line-height: 120%;
}

.block p, .block ul, .block ol, .block table {
  margin-bottom: 0;
}

.home-content {
  padding: 55px 0;
  text-align: center;
}

.home-content h1 {
  background: none;
  padding-left: 0;
}

.home-content p, .home-content ul, .home-content ol, .home-content table {
  font-size: 18px;
  color: #333;
}

.sizer {
  width: 25%;
}

.sitemap a, #copy {
  font-weight: 600;
  line-height: 134px;
}

.portfolio {
  position: relative;
  width: 100%;
}

.portfolio.portfolio-index {
  background-color: #333;
}

.portfolio .portfolio-item {
  float: left;
  width: 25%;
  overflow: hidden;
  background-color: #393939;
}

.portfolio .portfolio-item.rev img {
  opacity: .5;
}

.portfolio .portfolio-item.rev :hover img {
  opacity: 1;
}

.portfolio .portfolio-item img {
  position: relative;
  width: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  display: block;
}

.portfolio .portfolio-item figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}

.portfolio .portfolio-item figcaption h4 {
  margin-bottom: 15px;
}

.portfolio .portfolio-item figcaption h4 a {
  color: #fff;
  font-size: 26px;
}

.portfolio .portfolio-item figcaption .cross-bg {
  width: 230px;
  margin-bottom: 20px;
  height: 1px;
}

.portfolio .portfolio-item figcaption p, .portfolio .portfolio-item figcaption ul, .portfolio .portfolio-item figcaption ol, .portfolio .portfolio-item figcaption table {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
}

.portfolio .portfolio-item:hover img {
  opacity: .5;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}

.portfolio .portfolio-item:hover figcaption {
  opacity: 1;
}

.portfolio .portfolio-item.big {
  width: 50%;
}

.portfolio .portfolio-item.big .cross-bg {
  width: 330px;
}

.clients {
  padding: 60px 0;
}

.clients ul li {
  margin-bottom: 30px;
}

.case {
  position: relative;
}

.case img {
  width: 100%;
  display: block;
}

.case .case-content {
  padding: 60px;
  background-color: #333;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 41.666666667%;
}

.case .case-content h2, .case .case-content .team-access .top, .team-access .case .case-content .top, .case .case-content .team-access .bot, .team-access .case .case-content .bot, .case .case-content h3 {
  font-size: 26px;
  color: #fff;
  font-weight: 300;
  line-height: 38px;
}

.case .case-content h3 {
  font-weight: bold;
  margin-bottom: 20px;
}

.case .case-content p, .case .case-content ul, .case .case-content ol, .case .case-content table {
  color: #fff;
  font-weight: 600;
  margin-bottom: 50px;
}

#social {
  margin-top: 50px;
}

#social .fa {
  font-size: 23px;
  color: #333;
}

#social a:hover .fa-facebook {
  color: #3b5998;
}

#social a:hover .fa-twitter {
  color: #4099ff;
}

#social a:hover .fa-linkedin {
  color: #0e76a8;
}

#social a:hover .fa-behance {
  color: #005cff;
}

.contactinfo {
  height: 268px;
  padding-top: 60px;
}

.contactinfo .box p, .contactinfo .box ul, .contactinfo .box ol, .contactinfo .box table {
  margin-bottom: 20px;
  font-size: 18px;
}

.contactinfo .fa {
  margin-right: 5px;
  color: #EF8A1C;
}

#footer {
  border-top: 1px solid #ccc;
}

.subscribe-form {
  margin-top: 25px;
}

.subscribe-form label {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  display: block;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.subscribe-form input[type="text"] {
  height: 49px;
  width: 344px;
  line-height: 45px;
  padding-left: 10px;
  padding-right: 45px;
  border: 0;
  outline: none;
  background-color: #444;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
}

.subscribe-form span.step-wrap {
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  vertical-align: text-top;
  position: absolute;
  bottom: 0;
  left: 350px;
}

.subscribe-form span.step-wrap i {
  font-style: normal;
}

.subscribe-form .wrap-input {
  position: relative;
}

.subscribe-form .wrap-input .form-plus {
  position: absolute;
  left: 310px;
  bottom: 15px;
  background: none;
  border: 0;
  cursor: pointer;
  outline: none;
}

.subscribe-form .wrap-input .progress {
  width: 344px;
  height: 4px;
  background-color: #666666;
  position: relative;
}

.subscribe-form .wrap-input .progress:before {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  background-color: #555;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}

.subscribe-form .wrap-input .progress.done:before {
  width: 100%;
}

.subscribe-form .wrap-input .form-steps {
  position: relative;
  visibility: hidden;
  height: 0;
  -webkit-transition: visibility 0s 0.4s, height 0s 0.4s;
  transition: visibility 0s 0.4s, height 0s 0.4s;
}

.subscribe-form .wrap-input .form-steps span {
  display: block;
  overflow: hidden;
}

.subscribe-form .wrap-input .form-steps.current {
  visibility: visible;
  height: auto;
  -webkit-transition: none;
  transition: none;
}

.subscribe-form .wrap-input .form-steps.current label {
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.subscribe-form .wrap-input .form-mes {
  position: absolute;
  bottom: -22px;
  margin-bottom: 0;
  font-style: italic;
  left: 0;
  color: #fff;
}

.show-next .current label {
  -webkit-animation: moveUpFromDown 0.4s both;
  animation: moveUpFromDown 0.4s both;
}

.grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
}

a:hover .grayscale {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
}

.grayscale:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
}

.footer-newsletter {
  background: #333 url(/https/www.sanmax.be/images/website/slider-tie.png) repeat-x bottom left;
  padding-bottom: 4px;
  height: 130px;
}

.icon-arrow-up {
  display: inline-block;
  width: 21px;
  height: 16px;
  background: transparent url("/https/www.sanmax.be/images/website/icons/arrow.png") no-repeat;
  vertical-align: text-top;
  margin-top: 2px;
  margin-right: 5px;
}

.icon-arrow-down {
  display: inline-block;
  width: 21px;
  height: 16px;
  background: transparent url("/https/www.sanmax.be/images/website/icons/arrow.png") no-repeat 0 -16px;
  vertical-align: text-top;
  margin-top: 2px;
  margin-right: 5px;
}

.icon-arrow-left {
  display: inline-block;
  width: 16px;
  height: 21px;
  background: transparent url("/https/www.sanmax.be/images/website/icons/arrow.png") no-repeat -26px 0;
  vertical-align: text-top;
  margin-right: 5px;
}

.icon-arrow-right {
  display: inline-block;
  width: 16px;
  height: 21px;
  background: transparent url("/https/www.sanmax.be/images/website/icons/arrow.png") no-repeat -26px -21px;
  vertical-align: text-top;
  margin-right: 5px;
}

.port-filter {
  background-color: #333;
  height: 70px;
}

.port-filter.bot {
  height: 85px;
  text-align: center;
}

.port-filter.bot .col-12 {
  position: relative;
}

.port-filter.bot a {
  color: #fff;
  font-weight: normal;
  line-height: 80px;
}

.port-filter.bot a:hover {
  color: #F08B1D;
}

.port-filter.bot a.prev-item {
  float: left;
}

.port-filter.bot a.next-item {
  float: right;
}

.port-filter.bot a.button {
  color: #F08B1D;
}

.port-filter.bot a.button:hover {
  color: #fff;
}

.port-filter.bot .button {
  position: absolute;
  margin-top: 0;
  top: 22px;
  right: 15px;
  line-height: 38px;
}

.port-filter.bot .link-direction {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 80px;
  display: inline-block;
  padding-left: 25px;
}

.port-filter.bot .link-direction:hover {
  color: #F08B1D;
}

.port-filter .filter-container {
  float: left;
}

.port-filter a.filter-btn {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  border-bottom: 3px solid #333;
  line-height: 70px;
  margin-right: 40px;
  display: inline-block;
  height: 70px;
}

.port-filter a.filter-btn.active {
  border-color: #F08B1D;
  color: #F08B1D;
}

.port-filter a.filter-btn:hover {
  color: #F08B1D;
}

.port-filter .switch-view {
  color: #fff;
  font-size: 14px;
  float: right;
  margin-right: 35px;
  margin-top: 27px;
  font-weight: 400;
}

.port-filter .switch-view i {
  color: #F08B1D;
}

.port-filter .switch-view.back {
  color: #F08B1D;
}

.port-filter .switch-view.back:hover {
  color: #fff;
}

.port-filter .switch-view:hover {
  color: #F08B1D;
}

.port-filter .button {
  float: right;
  margin-top: 14px;
  width: 260px;
}

.item-info {
  padding: 20px 0;
}

.item-info table {
  margin-bottom: 0;
  width: 100%;
}

.item-info table th {
  font-size: 16px;
  padding-bottom: 15px;
}

.item-info table td {
  font-size: 16px;
  vertical-align: middle;
}

.item-info table td a {
  font-size: 16px;
}

.item-info table td span {
  font-family: "Roboto Slab", serif;
  font-weight: 300;
}

.pic-left {
  margin-bottom: 0px;
}

.pic-left img {
  width: 50%;
  float: left;
}

.pic-left .block-content {
  overflow: hidden;
  padding: 55px;
}

.pic-left .block-content h3 {
  font-family: "Roboto Slab", serif;
  font-size: 22px;
  color: #454545;
  font-weight: 300;
  margin-bottom: 20px;
}

.pic-big {
  margin-bottom: 0;
}

.pic-big img {
  width: 100%;
  display: block;
  /*max-width: 1400px*/
}

.pic-right .extra-content {
  padding: 50px 100px;
  width: 50%;
  float: left;
}

.pic-right .extra-content h3 {
  font-family: "Roboto Slab", serif;
  font-size: 26px;
  margin-bottom: 20px;
}

.pic-right .extra-content p, .pic-right .extra-content ul, .pic-right .extra-content ol, .pic-right .extra-content table {
  font-size: 16px;
}

.pic-right .block-content {
  /*padding: 0 55px;*/
  overflow: hidden;
}

.pic-right img {
  width: 100%;
  display: block;
}

.down-picture {
  margin-right: 10px;
  transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}

.down-picture:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  opacity: .8;
}

.mobile-menu {
  display: none;
}

.table-responsive table {
  width: 100%;
}

.table-responsive table tr:last-child {
  border-bottom: 0;
}

.table-responsive table tr:last-child td {
  border-bottom: 0;
}

.table-responsive table tr:first-child {
  border-top: 0;
}

.table-responsive table tr:first-child th, .table-responsive table tr:first-child td {
  border-top: 0;
}

.table-responsive table th,
.table-responsive table td {
  min-width: 120px;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}

.table-responsive table th strong,
.table-responsive table td strong {
  /*font-size: 20px;*/
  font-weight: 700;
}

.table-responsive table th p,
.table-responsive table th ul,
.table-responsive table th ol,
.table-responsive table th table,
.table-responsive table td p, .table-responsive table td ul, .table-responsive table td ol, .table-responsive table td table {
  margin-bottom: 5px;
}

.small-thumb {
  float: left;
  margin-bottom: 0;
}

.small-thumb img {
  display: block;
}

.fixfixed #header {
  position: absolute;
}

.service-list .service-line {
  overflow: hidden;
  position: relative;
}

.service-list .service-line figure {
  width: 50%;
  float: left;
}

.service-list .service-line figure img {
  width: 100%;
  display: block;
}

.service-list .service-line article {
  overflow: hidden;
  padding: 60px 60px 55px 60px;
}

.service-list .service-line article h3 {
  font-size: 26px;
  font-family: "Roboto Slab", serif;
  margin-bottom: 30px;
}

.service-list .service-line.reverse article {
  width: 50%;
  float: left;
}

.service-list .service-line.reverse figure {
  float: right;
}

.service-list .service-line.reverse .overons-block {
  overflow: hidden;
  padding-top: 170px;
  padding-left: 120px;
  padding-bottom: 170px;
  padding-right: 120px;
  background-color: #333;
}

.service-list .service-line.reverse .overons-block:after {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  height: 1000px;
  width: 9999px;
  background-color: #333;
  z-index: -1;
}

.service-list .service-line.reverse .overons-block p, .service-list .service-line.reverse .overons-block ul, .service-list .service-line.reverse .overons-block ol, .service-list .service-line.reverse .overons-block table {
  color: #fff;
  font-weight: bold;
  font-family: "Roboto Slab", serif;
  font-size: 26px;
  text-align: center;
}

#copy {
  margin-bottom: 0;
  text-align: right;
}

#contact {
  margin-bottom: 80px;
}

.form-row {
  margin-bottom: 15px;
}

.form-row label {
  display: block;
  color: #333;
  font-size: 16px;
  margin-bottom: 5px;
}

.form-row input[type="text"] {
  padding: 5px;
  width: 437px;
  height: 42px;
  line-height: 42px;
  color: #aaa;
  border: 1px solid #ccc;
}

.form-row input[type="text"]:focus {
  border-color: #333;
  color: #333;
  font-weight: 600;
}

.form-row textarea {
  padding: 5px;
  width: 437px;
  height: 252px;
  overflow: hidden;
  resize: none;
  color: #aaa;
  border: 1px solid #ccc;
}

.form-row textarea:focus {
  border-color: #333;
  color: #333;
  font-weight: 600;
}

.selection {
  position: relative;
}

.selection span {
  width: 437px;
  height: 42px;
  line-height: 42px;
  padding-left: 5px;
  padding-right: 35px;
  border: 1px solid #ccc;
  background: url(/https/www.sanmax.be/images/website/icons/select.png) no-repeat 98% 50%;
  color: #aaa;
  display: inline-block;
}

.selection select {
  height: 100%;
  width: 437px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-appearance: none;
}

.selection.active span {
  border-color: #333;
  color: #333;
  font-weight: 600;
}

#thema_nav_wrap {
  margin-top: 14px;
  float: right;
  margin-right: 20px;
}

#thema_nav_wrap div {
  background: transparent url("/https/www.sanmax.be/images/website/icons/select.png") no-repeat scroll 95% 50%;
  border: 2px solid #f08b1d;
  color: #f08b1d;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  padding-left: 5px;
  padding-right: 35px;
  width: 200px;
}

#thema_nav_wrap ul {
  list-style: none;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

#thema_nav_wrap ul a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  line-height: 32px;
  padding: 0 15px;
  font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}

#thema_nav_wrap ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

#thema_nav_wrap ul li.current-menu-item {
  background: #ddd;
}

#thema_nav_wrap ul li:hover {
  color: #fff;
}

#thema_nav_wrap ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #333;
  padding: 0;
  z-index: 1000;
}

#thema_nav_wrap ul ul li {
  float: none;
  width: 200px;
}

#thema_nav_wrap ul ul li:hover {
  background: #f08b1d;
  color: #fff;
}

#thema_nav_wrap ul ul a {
  line-height: 120%;
  padding: 10px 15px;
}

#thema_nav_wrap ul ul ul {
  top: 0;
  left: 100%;
}

#thema_nav_wrap ul li:hover > ul {
  display: block;
}

#primary_nav_wrap ul ul
#primary_nav_wrap ul
.contact-content {
  padding-left: 45px;
}

#primary_nav_wrap ul ul
#primary_nav_wrap ul
.contact-content p, #primary_nav_wrap ul ul
#primary_nav_wrap ul
.contact-content ul, #primary_nav_wrap ul ul
#primary_nav_wrap ul
.contact-content ol, #primary_nav_wrap ul ul
#primary_nav_wrap ul
.contact-content table {
  margin-bottom: 25px;
  font-size: 18px;
}

#primary_nav_wrap ul ul
#primary_nav_wrap ul
.contact-content p strong, #primary_nav_wrap ul ul
#primary_nav_wrap ul
.contact-content ul strong, #primary_nav_wrap ul ul
#primary_nav_wrap ul
.contact-content ol strong, #primary_nav_wrap ul ul
#primary_nav_wrap ul
.contact-content table strong {
  font-weight: bold;
}

.contactinfo .box ul {
  margin-bottom: 0;
}

.footer-default {
  height: 124px;
}

.contact-social {
  list-style: none;
  margin: 0 !important;
}

.contact-social li {
  float: left;
  margin-right: 28px;
}

span.error {
  font-style: italic;
  color: #d14;
  line-height: 2em;
  display: block;
}

.page-content h1 {
  margin-top: 50px;
  margin-bottom: 25px;
  font-weight: 300;
  font-size: 26px;
}

.team-content {
  padding: 0 14px;
  width: 860px;
  float: left;
  height: 320px;
}

.team-content article {
  width: 530px;
  float: left;
}

.team-content .team-filter {
  padding-top: 60px;
  padding-left: 50px;
  overflow: hidden;
}

.team-content .team-filter h2, .team-content .team-filter .team-access .top, .team-access .team-content .team-filter .top, .team-content .team-filter .team-access .bot, .team-access .team-content .team-filter .bot {
  margin-bottom: 25px;
}

.team-content .team-filter ul {
  list-style: none;
  margin: 0;
}

.team-access {
  overflow: hidden;
  height: 320px;
  width: 25%;
}

.team-access .top, .team-access .bot {
  display: block;
  height: 160px;
  background-color: #333;
  padding-top: 69px;
  padding-left: 25px;
  margin-bottom: 0;
  color: #fff;
}

.team-access .top:hover, .team-access .bot:hover {
  background-color: #414141;
}

.team-access .bot {
  background-color: #F08B1D;
}

.team-access .bot:hover {
  background-color: #f3a148;
}

div.selection span {
  overflow: hidden;
}

.portfolio.team-area {
  background-color: #333;
}

.portfolio.team-area figure figcaption {
  opacity: 0;
}

.portfolio.team-area figure figcaption h4 {
  color: #fff;
  font-weight: 300;
  margin-bottom: 10px;
}

.portfolio.team-area figure figcaption .cross-bg {
  margin-bottom: 5px;
}

.portfolio.team-area figure:hover strong {
  color: #fff;
}

.team-spec {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
}

.team-spec h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}

.team-spec h5 {
  color: #FF9200;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}

.team-spec p, .team-spec ul, .team-spec ol, .team-spec table {
  color: #fff;
}

.spec-table table td {
  min-width: 260px;
  margin-top: 20px;
}

.cd-primary-nav .cd-secondary-nav,
.cd-primary-nav .cd-nav-gallery,
.cd-primary-nav .cd-nav-icons {
  display: none;
}

.team-page {
  position: relative;
}

.team-page .team-access {
  position: absolute;
  top: 0;
  right: 0;
}

.team-page .small-thumb {
  display: block;
  width: 69px;
  height: 69px;
  position: relative;
  overflow: hidden;
}

.team-page .small-thumb img {
  display: block;
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.team-page .small-thumb:hover img {
  opacity: .8;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
}

.about-content h3 {
  font-weight: 300 !important;
}

.about-content h3 em {
  vertical-align: text-top;
  margin-top: 8px;
}

/** responsive **/
@media screen and (max-width: 1200px) {
  .service-list .service-line article {
    padding: 40px;
  }
  .service-list .service-line.reverse .overons-block {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .portfolio .portfolio-item figcaption .cross-bg {
    width: 100%;
    margin-bottom: 5px;
  }
  .portfolio .portfolio-item figcaption h4 {
    margin-bottom: 5px;
  }
  .portfolio .portfolio-item figcaption h4 a {
    font-size: 20px;
  }
}

@media screen and (max-width: 1170px) {
  .mobile-menu {
    display: block;
    margin-top: 20px;
  }
  #cd-primary-nav > li a {
    color: #bbb;
    font-family: "Roboto Slab", serif;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: normal;
  }
  .cd-primary-nav .cd-secondary-nav,
  .cd-primary-nav .cd-nav-gallery,
  .cd-primary-nav .cd-nav-icons {
    display: block;
  }
}

@media screen and (max-width: 1091px) {
  .case .case-content {
    padding: 20px;
  }
  .case .case-content h2, .case .case-content .team-access .top, .team-access .case .case-content .top, .case .case-content .team-access .bot, .team-access .case .case-content .bot, .case .case-content h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .case .case-content p, .case .case-content ul, .case .case-content ol, .case .case-content table {
    font-weight: normal;
    margin-bottom: 10px;
  }
  .pic-left .block-content {
    padding: 15px;
  }
}

@media screen and (max-width: 1550px) {
  .slider-wrapper .slide .slide-content.slide-landing p, .slider-wrapper .slide .slide-content.slide-landing ul, .slider-wrapper .slide .slide-content.slide-landing ol, .slider-wrapper .slide .slide-content.slide-landing table {
    font-size: 14px;
  }
  .slider-wrapper .slide .slide-content.slide-landing h1, .slider-wrapper .slide .slide-content.slide-landing h2, .slider-wrapper .slide .slide-content.slide-landing .team-access .top, .team-access .slider-wrapper .slide .slide-content.slide-landing .top, .slider-wrapper .slide .slide-content.slide-landing .team-access .bot, .team-access .slider-wrapper .slide .slide-content.slide-landing .bot {
    font-size: 35px;
  }
}

@media screen and (max-width: 1024px) {
  .slider-wrapper .slide .slide-content p, .slider-wrapper .slide .slide-content ul, .slider-wrapper .slide .slide-content ol, .slider-wrapper .slide .slide-content table, .slider-wrapper .slide .slide-content ul, .slider-wrapper .slide .slide-content ol, .slider-wrapper .slide .slide-content table {
    font-size: 14px;
  }
  .portfolio .portfolio-item:hover img {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .pic-big {
    padding: 10px;
  }
  .pic-big img {
    width: 100%;
  }
  .pic-left, .pic-big {
    margin-bottom: 50px;
  }
  .pic-right .extra-content {
    padding: 0 15px;
  }
  .pic-right .block-content {
    padding: 0 15px;
  }
  .pic-right .block-content img {
    width: 100%;
  }
  .team-access {
    width: 45%;
  }
  .header-menu {
    background: #333;
    height: 130px;
  }
}

@media screen and (max-width: 1023px) {
  .service-list .service-line {
    border-bottom: 1px solid #ccc;
  }
}

@media screen and (max-width: 980px) {
  .slider-wrapper .slide img {
    width: auto;
    max-height: 395px;
  }
}

@media screen and (max-width: 959px) {
  .table-responsive table {
    /*width: 960px;*/
  }
  #main-body {
    padding-bottom: 0 !important;
  }
  /*.mobile-menu {
		display: block;
		margin-top: -40px;
	}
	#header {
		.top-bar {
			nav#menu {
				width: 100%;
				ul {
					margin-left: 0;
					display: none;
					li {
						float: none;
						margin-left: 0;
						a {
							display: block;
							text-align: right;
							border: 0;
						}
					}
				}
			}
			&.menu-open {
				background-color: #fff;
				nav#menu {
					ul {
						display: block;
					}
				}					
			}
		}			
	}*/
  .slider-wrapper .slide h2, .slider-wrapper .slide .team-access .top, .team-access .slider-wrapper .slide .top, .slider-wrapper .slide .team-access .bot, .team-access .slider-wrapper .slide .bot {
    font-size: 40px;
  }
  .portfolio .portfolio-item figcaption {
    margin-top: 0;
  }
  .portfolio .portfolio-item figcaption h4 a {
    font-size: 16px;
  }
  .portfolio .portfolio-item figcaption p, .portfolio .portfolio-item figcaption ul, .portfolio .portfolio-item figcaption ol, .portfolio .portfolio-item figcaption table, .portfolio .portfolio-item figcaption .cross-bg {
    display: none;
  }
  .subscribe-form span.step-wrap {
    bottom: 60px;
    left: 328px;
  }
  #footer {
    height: auto !important;
    position: static;
  }
  .footer-push,
  .break-col {
    display: none;
  }
  .contact-content {
    width: 285px;
    float: right;
    padding-left: 0;
  }
}

.item-info table td {
  border-bottom: 0;
}

@media screen and (max-width: 768px) {
  .case .case-content {
    position: static;
    width: 100%;
  }
  .title h6, h5.title, h4.title {
    font-size: 20px;
  }
  .bottom-start {
    /*display: none;*/
  }
  .port-filter.bot {
    text-align: left;
  }
  .port-filter.bot .button {
    display: inline-block;
  }
  .port-filter .button {
    display: none;
  }
  .team-access {
    margin-top: 20px;
    width: 100%;
  }
  .overons-block:after {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .service-list .service-line figure {
    overflow: hidden;
  }
  .service-list .service-line figure img {
    width: 100%;
    min-width: 665px;
  }
  .team-content {
    width: 55%;
    height: auto;
  }
  .team-content article {
    width: 100%;
  }
  .team-content p, .team-content ul, .team-content ol, .team-content table {
    margin-bottom: 15px;
  }
  .team-content .team-filter ul li {
    float: left;
    margin-right: 10px;
  }
  .team-content .team-filter {
    padding-left: 0;
    overflow: inherit;
  }
  .team-page .team-access {
    display: block;
    position: static;
  }
  .team-content .team-filter h2, .team-content .team-filter .team-access .top, .team-access .team-content .team-filter .top, .team-content .team-filter .team-access .bot, .team-access .team-content .team-filter .bot {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .slider-wrapper .slide h1 {
    font-size: 35px;
  }
  .team-content {
    float: none;
  }
  .service-list .service-line figure {
    width: 100%;
  }
  .service-list .service-line figure img {
    width: 100%;
    min-width: inherit;
  }
  .service-list .service-line.reverse {
    border-bottom: 0;
  }
  .service-list .service-line.reverse article {
    width: 100%;
    float: none;
  }
  .service-list .service-line.reverse figure {
    float: none;
  }
  .slider-wrapper .slider-social,
  #header .top-bar .top-contact {
    display: none;
  }
  .mobile-menu {
    margin-top: 10px;
  }
  .portfolio .portfolio-item,
  .sizer {
    width: 50%;
  }
  .contact-form,
  .contact-content {
    width: 100%;
    float: none;
    padding-left: 15px;
  }
  .selection span,
  .selection select {
    width: 100%;
  }
  .form-row input[type="text"],
  .form-row textarea {
    width: 100%;
  }
  #contact .button[type=submit] {
    width: 100% !important;
  }
  #contact-captcha-image {
    display: block;
    margin-bottom: 20px;
  }
  .contactinfo {
    height: auto;
  }
  .contactinfo .col-4 {
    width: 100%;
    padding: 15px 0;
  }
  #social {
    margin-top: 30px;
  }
  .footer-default {
    text-align: center;
    height: auto;
    padding: 10px;
  }
  .footer-default .col-8,
  .footer-default .col-4 {
    width: 100%;
  }
  .footer-default .sitemap {
    margin-bottom: 10px;
    height: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-default .sitemap a {
    line-height: 150%;
  }
  #copy {
    text-align: center;
  }
  #copy, #sitemap a {
    line-height: 150%;
  }
  .footer-newsletter {
    height: auto;
    padding: 30px 0;
  }
  .footer-newsletter .col-6 {
    width: 100%;
    text-align: center;
  }
  .footer-newsletter .col-6 h6 {
    line-height: 150%;
  }
  .footer-newsletter .col-6 .subscribe-form .wrap-input {
    width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-newsletter .col-6 .subscribe-form .wrap-input .progress {
    margin-left: auto;
    margin-right: auto;
  }
  .footer-newsletter .col-6 .subscribe-form .wrap-input .form-plus {
    bottom: auto;
    right: 10px;
    top: 40px;
  }
  .footer-newsletter .col-6 .subscribe-form .wrap-input span.step-wrap {
    bottom: auto;
    top: 5px;
  }
  .footer-newsletter .col-6 .subscribe-form .wrap-input .form-mes {
    text-align: center;
    position: static;
  }
  .team-content {
    width: 100%;
    height: auto;
  }
  .team-content article {
    float: none;
    width: 100%;
  }
  .team-content .team-filter {
    padding: 0;
    overflow: inherit;
  }
  .home-block {
    border-bottom: 0;
    padding-top: 0;
  }
  .home-block .block {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
  }
  .home-block .block h3 a {
    font-size: 20px;
  }
  .home-block .block span,
  .home-block .block p, .home-block .block ul, .home-block .block ol, .home-block .block table {
    display: none;
  }
  .home-content {
    padding: 20px 0;
  }
  .home-content h1 {
    font-size: 18px;
  }
  .portfolio .portfolio-item {
    width: 50%;
  }
  .portfolio .portfolio-item.big {
    width: 100%;
  }
  .homepage .title span {
    display: block;
    margin-top: 15px;
  }
  .clients ul li {
    width: 33.333333333%;
    float: left;
    height: auto;
    margin-bottom: 5px;
  }
  .clients ul li img {
    width: 100%;
    height: auto;
  }
  .sitemap ul {
    margin-bottom: 20px;
  }
  .sitemap ul li {
    float: none;
    display: block;
  }
  .sitemap ul li a {
    display: block;
  }
  #copy {
    margin-bottom: 20px;
  }
  tr:nth-of-type(odd) {
    background: #eee;
  }
  .table-responsive table td {
    border: 0;
  }
  .team-access {
    position: static !important;
  }
}

@media screen and (max-width: 640px) {
  .pic-left img,
  .pic-right .extra-content {
    width: 100%;
    float: none;
  }
  .slider-wrapper .slide .slide-content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    left: auto;
  }
  .port-filter.bot {
    text-align: center;
    height: 140px;
  }
  .port-filter.bot a.button {
    top: 65px;
    right: 50%;
    margin-right: -130px;
  }
  .slider-wrapper .slide .slide-content {
    margin-top: -70px;
  }
}

@media screen and (max-width: 560px) {
  .port-filter {
    height: auto;
  }
  .port-filter a.filter-btn {
    margin-right: 10px;
  }
}

@media screen and (max-width: 480px) {
  .port-filter .switch-view {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .port-filter .switch-view span {
    display: none;
  }
  .clients ul li {
    width: 33.333333333%;
    float: left;
  }
  .clients ul li img {
    width: 100%;
    height: auto;
  }
}

.cd-secondary-nav {
  background-color: #333;
}

@media screen and (max-width: 320px) {
  .footer-newsletter .col-6 .subscribe-form .wrap-input,
  .subscribe-form input[type="text"],
  .subscribe-form .wrap-input .progress {
    width: 290px;
  }
  .subscribe-form .wrap-input .form-plus {
    left: 255px;
  }
  #header nav#menu {
    margin-top: 10px;
  }
  .slider-wrapper .slider-social {
    bottom: 5px;
  }
}

.table-responsive table {
  margin: 1em 0;
  min-width: 300px;
}

.table-responsive table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.table-responsive table th {
  display: none;
}

.table-responsive table td {
  display: block;
}

.table-responsive table td:first-child {
  padding-top: .5em;
}

.table-responsive table td:last-child {
  padding-bottom: .5em;
}

.table-responsive table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 7.5em;
  display: inline-block;
  float: left;
}

@media (min-width: 767px) {
  .table-responsive table td:before {
    display: none;
  }
}

.table-responsive table td p, .table-responsive table td ul, .table-responsive table td ol, .table-responsive table td table {
  overflow: hidden;
}

.table-responsive table th, .table-responsive table td {
  text-align: left;
}

@media (min-width: 767px) {
  .table-responsive table th, .table-responsive table td {
    display: table-cell;
  }
  .table-responsive table th:first-child, .table-responsive table td:first-child {
    padding-left: 15px;
  }
  .table-responsive table th:last-child, .table-responsive table td:last-child {
    padding-right: 15px;
  }
}

/** Nav **/
/* -------------------------------- 

Main components 

-------------------------------- */
@media only screen and (max-width: 1169px) {
  .cd-main-content {
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
  }
}

.cd-main-content {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

#header, .slider-wrapper {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.slider-wrapper {
  z-index: 2;
}

.cd-main-content {
  background-color: #fff;
}

@media only screen and (max-width: 1169px) {
  .cd-main-content.nav-is-visible, .menu-open #header, .menu-open .slider-wrapper, .menu-open .cd-overlay {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  .nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
  }
}

.cd-main-content {
  min-height: 100vh;
  z-index: 2;
}

.cd-main-header {
  height: 50px;
  background: #ffffff;
  z-index: 3;
}

.nav-is-fixed .cd-main-header {
  /* add .nav-is-fixed class to body if you want a fixed navigation on > 1170px */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

@media only screen and (min-width: 1170px) {
  .cd-main-header {
    height: 80px;
  }
  .cd-main-header:after {
    content: "";
    display: table;
    clear: both;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-nav-trigger {
    display: none;
  }
}

.cd-primary-nav, .cd-primary-nav ul {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 260px;
  background: #2e3233;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.cd-primary-nav a, .cd-primary-nav ul a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #3a3f40;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}

.cd-primary-nav.is-hidden, .cd-primary-nav ul.is-hidden {
  /* secondary navigations hidden by default */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.cd-primary-nav.moves-out > li > a, .cd-primary-nav ul.moves-out > li > a {
  /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

@media only screen and (max-width: 1169px) {
  .nav-on-left .cd-primary-nav, .nav-on-left .cd-primary-nav ul {
    right: auto;
    left: 0;
  }
}

.cd-primary-nav .see-all a {
  /* different style for the See all button on mobile and tablet */
  color: #69aa6f;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item, .cd-primary-nav .cd-nav-icons .cd-nav-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item h3, .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
  overflow: hidden;
  text-overflow: ellipsis;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item {
  padding-left: 90px;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item {
  padding-left: 75px;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item p, .cd-primary-nav .cd-nav-icons .cd-nav-item ul, .cd-primary-nav .cd-nav-icons .cd-nav-item ol, .cd-primary-nav .cd-nav-icons .cd-nav-item table {
  color: #2e3233;
  font-size: 1.3rem;
  /* hide description on small devices */
  display: none;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item::before {
  /* item icon */
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-1::before {
  background-image: url("../img/line-icon-1.svg");
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-2::before {
  background-image: url("../img/line-icon-2.svg");
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-3::before {
  background-image: url("../img/line-icon-3.svg");
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-4::before {
  background-image: url("../img/line-icon-4.svg");
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-5::before {
  background-image: url("../img/line-icon-5.svg");
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-6::before {
  background-image: url("../img/line-icon-6.svg");
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-7::before {
  background-image: url("../img/line-icon-7.svg");
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-8::before {
  background-image: url("../img/line-icon-8.svg");
}

@media only screen and (max-width: 1169px) {
  .cd-primary-nav {
    /* by default .cd-primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s;
    -moz-transition: visibility 0s 0.3s;
    transition: visibility 0s 0.3s;
  }
  .cd-primary-nav.nav-is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-primary-nav {
    position: static;
    height: auto;
    width: auto;
    float: right;
    overflow: visible;
    background: transparent;
  }
  .cd-primary-nav:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-primary-nav.moves-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-primary-nav ul {
    position: static;
    height: auto;
    width: auto;
    background: transparent;
    overflow: visible;
    z-index: 3;
  }
  .cd-primary-nav ul.is-hidden {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-primary-nav ul.moves-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-primary-nav > li {
    float: left;
    margin-left: 3em;
  }
  .cd-primary-nav > li > a {
    /* main navigation buttons style */
    position: relative;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    padding: 0 10px;
    color: #2e3233;
    overflow: visible;
    border-bottom: none;
    -webkit-transition: color 0.3s, box-shadow 0.3s;
    -moz-transition: color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, box-shadow 0.3s;
  }
  .cd-primary-nav > li > a:hover {
    color: #69aa6f;
  }
  .cd-primary-nav > li > a.selected {
    color: #69aa6f;
    box-shadow: inset 0 -2px 0 #69aa6f;
  }
  .cd-primary-nav .go-back, .cd-primary-nav .see-all {
    display: none;
  }
  .cd-primary-nav .cd-secondary-nav, .cd-primary-nav .cd-nav-gallery, .cd-primary-nav .cd-nav-icons {
    /* dropdown menu style */
    position: absolute;
    top: 80px;
    width: 100vw;
    background: #ffffff;
    padding: 48px 64px 130px;
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
  }
  .cd-primary-nav .cd-secondary-nav:after, .cd-primary-nav .cd-nav-gallery:after, .cd-primary-nav .cd-nav-icons:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-primary-nav .cd-secondary-nav.is-hidden, .cd-primary-nav .cd-nav-gallery.is-hidden, .cd-primary-nav .cd-nav-icons.is-hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all, .cd-primary-nav .cd-nav-gallery > .see-all, .cd-primary-nav .cd-nav-icons > .see-all {
    /* this is the BIG See all button at the bottom of the dropdown menu */
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    overflow: hidden;
    /* reset some inherited style */
    margin: 0;
    padding: 0;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all a, .cd-primary-nav .cd-nav-gallery > .see-all a, .cd-primary-nav .cd-nav-icons > .see-all a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    border-top: 1px solid #e2e3df;
    /* reset some inherited style */
    border-bottom: none;
    margin: 0;
    padding: 0;
    -webkit-transition: color 0.2s, background 0.2s, border 0.2s;
    -moz-transition: color 0.2s, background 0.2s, border 0.2s;
    transition: color 0.2s, background 0.2s, border 0.2s;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all a:hover, .cd-primary-nav .cd-nav-gallery > .see-all a:hover, .cd-primary-nav .cd-nav-icons > .see-all a:hover {
    background: #2e3233;
    border-color: #2e3233;
    color: #ffffff;
  }
  .cd-primary-nav .cd-secondary-nav > li {
    /* change the height according to your needs - you can even set height: auto */
    height: 340px;
    /* here you set the number of columns - use width percentage */
    width: 23%;
    float: left;
    margin-right: 2.66%;
    border-right: 1px solid #e2e3df;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .cd-primary-nav .cd-secondary-nav > li:nth-child(4n+2) {
    /* +2 because we have 2 list items with display:none */
    margin-right: 0;
    border-right: none;
  }
  .cd-primary-nav .cd-secondary-nav > li > a {
    /* secondary nav title */
    color: #69aa6f;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: .6em;
  }
  .cd-primary-nav .cd-secondary-nav a {
    height: 30px;
    line-height: 30px;
    padding: 0 18% 0 0;
    color: #2e3233;
    border-bottom: none;
    font-size: 1.4rem;
  }
  .cd-primary-nav .cd-secondary-nav a:hover {
    color: #69aa6f;
  }
  .cd-primary-nav .cd-secondary-nav ul {
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  .cd-primary-nav .cd-secondary-nav ul ul {
    /* tertiary navigation */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .cd-primary-nav .cd-secondary-nav ul ul.is-hidden {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .cd-primary-nav .cd-secondary-nav ul ul .go-back {
    display: block;
  }
  .cd-primary-nav .cd-secondary-nav ul ul .go-back a {
    color: transparent;
  }
  .cd-primary-nav .cd-secondary-nav ul ul .see-all {
    display: block;
  }
  .cd-primary-nav .cd-secondary-nav .moves-out > li > a {
    /* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .cd-primary-nav .cd-nav-gallery li {
    /* set here number of columns - use width percentage */
    width: 22%;
    float: left;
    margin: 0 4% 40px 0;
  }
  .cd-primary-nav .cd-nav-gallery li:nth-child(4n+2) {
    /* +2 because we have two additional list items with display:none */
    margin-right: 0;
  }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item {
    border-bottom: none;
    padding: 0;
    height: auto;
    line-height: 1.2;
  }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
    position: static;
    margin-top: 0;
    height: auto;
    width: 100%;
    margin-bottom: .6em;
  }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item h3 {
    color: #69aa6f;
    font-weight: bold;
    padding: 0 0.4em;
  }
  .cd-primary-nav .cd-nav-icons li {
    /* set here number of columns - use width percentage */
    width: 32%;
    float: left;
    margin: 0 2% 20px 0;
  }
  .cd-primary-nav .cd-nav-icons li:nth-child(3n+2) {
    /* +2 because we have two additional list items with display:none */
    margin-right: 0;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item {
    border-bottom: none;
    height: 80px;
    line-height: 1.2;
    padding: 24px 0 0 85px;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item:hover {
    background: #f6f6f5;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
    color: #69aa6f;
    font-weight: bold;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item p, .cd-primary-nav .cd-nav-icons .cd-nav-item ul, .cd-primary-nav .cd-nav-icons .cd-nav-item ol, .cd-primary-nav .cd-nav-icons .cd-nav-item table {
    display: block;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
    left: 25px;
  }
}

.cd-primary-nav .go-back a {
  padding-left: 40px;
}

.cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

.cd-search {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-search form {
  height: 100%;
  width: 100%;
}

.cd-search input {
  border-radius: 0;
  border: none;
  background: #ffffff;
  height: 100%;
  width: 100%;
  padding: 0 5%;
  box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.cd-search input::-webkit-input-placeholder {
  color: #c9cbc4;
}

.cd-search input::-moz-placeholder {
  color: #c9cbc4;
}

.cd-search input:-moz-placeholder {
  color: #c9cbc4;
}

.cd-search input:-ms-input-placeholder {
  color: #c9cbc4;
}

.cd-search input:focus {
  outline: none;
}

.cd-search.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.nav-is-fixed .cd-search {
  position: fixed;
}

@media only screen and (min-width: 1170px) {
  .cd-search {
    height: 120px;
    top: 80px;
  }
  .cd-search input {
    padding: 0 2em;
    font-size: 3.2rem;
    font-weight: 300;
  }
}

.cd-overlay {
  /* shadow layer visible when navigation is active */
  position: fixed;
  z-index: 10;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(216, 125, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}

.cd-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}

@media only screen and (max-width: 1169px) {
  .cd-overlay.is-visible.search-is-visible, .nav-on-left .cd-overlay.is-visible.search-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .has-children > a, .go-back a {
    position: relative;
  }
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #464c4e;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .has-children > a::before, .go-back a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .has-children > a::after, .go-back a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .has-children > a {
    padding-right: 40px;
  }
  .has-children > a::before, .has-children > a::after {
    /* arrow goes on the right side - children navigation */
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
  }
}

.top-social {
  position: absolute;
  right: 0;
  top: 12px;
}

.top-social a {
  display: inline-block;
  padding-left: 10px;
  font-size: 20px;
}

.slide-landing .button {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#main-body .errors {
  list-style: none;
  margin-left: 0;
  text-align: left;
}

#main-body .errors li {
  color: #D14;
}

.landing-content {
  padding-top: 50px;
  padding-bottom: 50px;
}

.landing-content div {
  float: left;
  width: 70%;
  padding-right: 30px;
}

.landing-content ul {
  overflow: hidden;
  width: 30%;
  float: left;
  margin-left: 0;
}

.landing-content ul li {
  padding-left: 40px;
  position: relative;
  font-size: 18px;
  margin-bottom: 15px;
}

.landing-content ul li:before {
  content: "\f046";
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #F08B1D;
  position: absolute;
  left: 0;
  top: 3px;
  font-family: FontAwesome;
}

.landing-content ul li:last-child {
  padding-left: 0;
}

.landing-content ul li:last-child .button {
  width: 100%;
  margin-top: 20px;
}

.landing-content ul li:last-child:before {
  content: "";
}

.landing-quote {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(240, 139, 29, 0.85);
}

.landing-quote blockquote {
  color: #fff;
  background: url(/https/www.sanmax.be/images/website/quote.png) no-repeat center left;
  padding: 50px 150px;
  text-align: center;
}

.landing-quote blockquote p, .landing-quote blockquote ul, .landing-quote blockquote ol, .landing-quote blockquote table {
  margin-bottom: 0;
  font-size: 36px;
}

.landing-form {
  text-align: center;
  margin-bottom: 50px;
}

.landing-form h1 {
  display: inline-block;
}

.landing-form form {
  width: 437px;
  margin-left: auto;
  margin-right: auto;
}

.landing-form form label {
  text-align: left;
}

.slide-content.slide-landing.landing {
  margin-top: -150px !important;
}

@media screen and (min-width: 1400px) {
  .slide-content.slide-landing.landing {
    margin-top: -190px !important;
  }
}

@media screen and (max-width: 1024px) {
  .top-social {
    right: 10px;
  }
  .slide-content.slide-landing.landing {
    margin-top: -145px !important;
  }
}

@media screen and (max-width: 1024px) {
  .top-social {
    right: 10px;
  }
  .slide-content.slide-landing.landing {
    margin-top: -145px !important;
  }
}

@media screen and (max-width: 767px) {
  .landing-content div, .landing-content ul {
    width: 100%;
    padding-right: 0;
  }
  .landing-quote blockquote {
    padding: 30px;
  }
  .landing-quote blockquote p, .landing-quote blockquote ul, .landing-quote blockquote ol, .landing-quote blockquote table {
    font-size: 25px;
  }
  .landing-form form {
    width: 100%;
  }
  .contactinfo {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 560px) {
  .slider-wrapper .slide .slide-content {
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .slide-content.slide-landing.landing {
    margin-top: 0 !important;
  }
  .slide-content.slide-landing.landing h1 {
    padding-top: 25px !important;
    margin-bottom: 15px !important;
    font-size: 25px !important;
    line-height: 30px !important;
  }
  .slide-content.slide-landing.landing p, .slide-content.slide-landing.landing ul, .slide-content.slide-landing.landing ol, .slide-content.slide-landing.landing table, .slide-content.slide-landing.landing p span, .slide-content.slide-landing.landing ul span, .slide-content.slide-landing.landing ol span, .slide-content.slide-landing.landing table span {
    font-size: 15px !important;
  }
}

/**
 * selectize.css (v0.12.1)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: #D87D00;
  color: #fff;
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 0;
  display: inline-block;
  width: 100%;
  text-align: left;
  padding-left: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-input.full {
  background-color: #ffffff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 3px 3px 3px 0;
  padding: 10px;
  background: #D87D00;
  color: #fff;
  border: 0 solid #D87D00;
}

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input span,
.selectize-control.single .selectize-input input span {
  margin: 3px 3px 3px 0;
  padding: 10px;
  background: #D87D00;
  color: #fff;
  display: inline-block;
  border: 0 solid #D87D00;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

@-webkit-keyframes moveUpFromDown {
  from {
    -webkit-transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
  }
}

@keyframes moveUpFromDown {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
