@charset "UTF-8";
/* reset */
* {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, button, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, img, img:focus, li:focus, button:focus {
  margin: 0;
  padding: 0;
  vertical-align: top;
  outline: 0;
  border: none;
  box-sizing: border-box;
}

ol, ul, li {
  list-style-type: none;
}

button::-moz-focus-inner {
  border: 0;
}

/* Color vars */
/* color trans vars*/
/* color classes */
.btbg {
  background-color: rgba(0, 0, 0, 0.9);
}

.bgb {
  color: #000;
}

.wtbg {
  background-color: rgba(255, 255, 255, 0.95);
}

.wbg {
  background-color: #FFF;
}

body::-moz-selection {
  background-color: rgba(187, 202, 16, 0.2);
}

body::selection {
  background-color: rgba(187, 202, 16, 0.2);
}

/* FONTS */
/* lato-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/lato-v24-latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-100italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/lato-v24-latin-100italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/lato-v24-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/lato-v24-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato-v24-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/lato-v24-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lato-v24-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/lato-v24-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*!
 *  Font Awesome 4.5.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.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

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

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

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

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

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

.pull-left {
  float: left;
}

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

.fa.pull-right {
  margin-left: 0.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);
  transform: rotate(90deg);
}

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

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

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

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-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 {
  -webkit-filter: none;
          filter: none;
}

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

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

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

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

.fa-inverse {
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Color vars */
/* color trans vars*/
/* color classes */
.btbg {
  background-color: rgba(0, 0, 0, 0.9);
}

.bgb {
  color: #000;
}

.wtbg {
  background-color: rgba(255, 255, 255, 0.95);
}

.wbg {
  background-color: #FFF;
}

body::-moz-selection {
  background-color: rgba(187, 202, 16, 0.2);
}

body::selection {
  background-color: rgba(187, 202, 16, 0.2);
}

.responsive-view {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  transform: scale(0.98);
  -webkit-transform: scale(0.98);
  -o-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -moz-transform: scale(0.98);
  /*to do svg*/
  /*

  - reduce the size of the input
  - check the height of the iframes on ipad and iphone
  - check the alignment of the iframe on the desktop.

  */
}
.responsive-view .display {
  position: relative;
  left: 3vw;
  max-height: 540px;
  height: inherit;
}
.responsive-view div.bg {
  position: absolute;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
}
.responsive-view div.bg button {
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: transparent;
}
.responsive-view .iframe_holder {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  transform: scale(0.22);
  -webkit-transform: scale(0.22);
  -o-transform: scale(0.22);
  -ms-transform: scale(0.22);
  -moz-transform: scale(0.22);
  transform-origin: top left;
  -webkit-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  -moz-transform-origin: top left;
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  background-color: #000;
  background-image: url("../css/img/loader.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25%;
}
.responsive-view .iframe_holder iframe {
  width: 100%;
  height: 100%;
}
.responsive-view div.bg.on .iframe_holder iframe {
  background-color: #fff;
}
.responsive-view div.bg.off .iframe_holder iframe {
  background-color: transparent;
}
.responsive-view .mobile {
  background-image: url("img/dev-phone.svg");
  width: 95px;
  height: 196px;
  top: 390px;
  left: 270px;
  z-index: 5;
}
.responsive-view .mobile .iframe_holder {
  width: 320px;
  height: 630px;
  top: 13px;
  left: 9px;
  overflow: hidden;
}
.responsive-view .tablet {
  background-image: url("img/dev-tablet.svg");
  width: 246px;
  height: 400px;
  left: 80px;
  top: 260px;
  z-index: 3;
}
.responsive-view .tablet .iframe_holder {
  position: absolute;
  width: 768px;
  height: 1024px;
  top: 34px;
  left: 39px;
  overflow: hidden;
}
.responsive-view .laptop {
  background-image: url("img/laptop-screen-optimised.png");
  width: 477px;
  height: 307px;
  top: 290px;
  left: 620px;
  z-index: 2;
}
.responsive-view .laptop .iframe_holder {
  width: 1280px;
  height: 802px;
  top: 26px;
  left: 60px;
  transform: scale(0.277);
  -webkit-transform: scale(0.277);
  -o-transform: scale(0.277);
  -ms-transform: scale(0.277);
  -moz-transform: scale(0.277);
  transform-origin: top left;
  -webkit-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  -moz-transform-origin: top left;
  overflow: hidden;
}
.responsive-view .desktop {
  background-image: url("img/dev-screen.svg");
  width: 566px;
  height: 538px;
  top: 20px;
  left: 280px;
  z-index: 1;
}
.responsive-view .desktop .iframe_holder {
  position: absolute;
  left: 28px;
  top: 38px;
  width: 1600px;
  height: 992px;
  transform: scale(0.3181);
  -webkit-transform: scale(0.3181);
  -o-transform: scale(0.3181);
  -ms-transform: scale(0.3181);
  -moz-transform: scale(0.3181);
  transform-origin: top left;
  -webkit-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  -moz-transform-origin: top left;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .responsive-view .display {
    top: 0px;
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    -o-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -moz-transform: scale(0.85);
  }
  .responsive-view .desktop {
    left: 180px;
  }
  .responsive-view .laptop {
    left: 520px;
  }
  .responsive-view .tablet {
    left: 80px;
  }
  .responsive-view .mobile {
    left: 260px;
  }
  .responsive-view input {
    width: 88%;
  }
}
@media (max-width: 1180px) {
  .responsive-view .display {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -moz-transform: scale(0.75);
  }
  .responsive-view .desktop {
    left: 140px;
  }
  .responsive-view .laptop {
    left: 480px;
  }
  .responsive-view .tablet {
    left: 40px;
  }
  .responsive-view .mobile {
    left: 220px;
  }
}
@media (max-width: 1024px) {
  .responsive-view .display {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -moz-transform: scale(0.7);
    left: -4vw;
  }
  .responsive-view .desktop {
    top: 10px;
  }
  .responsive-view .laptop {
    top: 250px;
  }
  .responsive-view .tablet {
    top: 220px;
  }
  .responsive-view .mobile {
    top: 350px;
  }
}
@media (max-width: 840px) {
  .responsive-view .display {
    transform: scale(0.62);
    -webkit-transform: scale(0.62);
    -o-transform: scale(0.62);
    -ms-transform: scale(0.62);
    -moz-transform: scale(0.62);
    left: -8vw;
  }
}
@media (max-width: 768px) {
  .responsive-view .display {
    transform: scale(0.57);
    -webkit-transform: scale(0.57);
    -o-transform: scale(0.57);
    -ms-transform: scale(0.57);
    -moz-transform: scale(0.57);
    left: -10vw;
  }
}
@media (max-width: 670px) {
  .responsive-view .display {
    left: -15vw;
    transform: scale(0.45);
    -webkit-transform: scale(0.45);
    -o-transform: scale(0.45);
    -ms-transform: scale(0.45);
    -moz-transform: scale(0.45);
  }
}
@media (max-width: 560px) {
  .responsive-view .display {
    transform: scale(0.35);
    -webkit-transform: scale(0.35);
    -o-transform: scale(0.35);
    -ms-transform: scale(0.35);
    -moz-transform: scale(0.35);
  }
}
@media (max-width: 440px) {
  .responsive-view .display {
    left: -20vw;
    transform: scale(0.32);
    -webkit-transform: scale(0.32);
    -o-transform: scale(0.32);
    -ms-transform: scale(0.32);
    -moz-transform: scale(0.32);
  }
}
@media (max-width: 360px) {
  .responsive-view .display {
    left: -25vw;
    transform: scale(0.27);
    -webkit-transform: scale(0.27);
    -o-transform: scale(0.27);
    -ms-transform: scale(0.27);
    -moz-transform: scale(0.27);
  }
  .responsive-view .desktop {
    left: 100px;
  }
  .responsive-view .laptop {
    left: 515px;
  }
  .responsive-view .tablet {
    left: 0px;
  }
  .responsive-view .mobile {
    left: 180px;
  }
}
@media (max-width: 320px) {
  .responsive-view .display {
    left: -25vw;
    transform: scale(0.24);
    -webkit-transform: scale(0.24);
    -o-transform: scale(0.24);
    -ms-transform: scale(0.24);
    -moz-transform: scale(0.24);
  }
  .responsive-view .desktop {
    left: 100px;
  }
  .responsive-view .laptop {
    left: 515px;
  }
  .responsive-view .tablet {
    left: 0px;
  }
  .responsive-view .mobile {
    left: 180px;
  }
  .responsive-view h1 {
    font-size: 1.2em;
  }
  .responsive-view p {
    margin: 1em;
  }
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("img/loader.svg") center center no-repeat;
}

/* Slide Img*/
.slick-slide img {
  margin: 0 auto;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 100%;
  width: 10vw;
  cursor: pointer;
  background: transparent;
  opacity: 0.3;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0px;
  height: auto;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 2px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background-color: rgb(50, 51, 53);
  opacity: 0.7;
  display: block;
  height: 8px;
  width: 8px;
  margin: -2px 0 0 -2px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: black;
  padding: 0px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  width: 12px;
  height: 12px;
  margin: -4px 0 0 -4px;
  background-color: rgb(187, 202, 16);
  opacity: 0.7;
  outline: none;
  border: 0px none;
}
.slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  margin: -4px 0 0 -4px;
  background-color: rgb(187, 202, 16);
  opacity: 0.9;
  outline: none;
  border: 0px none;
}

/* colors -> ../scssvars/colors.scss */
/* Space / Layout & Padding vars*/
/* default margin/space to top of content e.g. -> .main, -> .nav ul*/
/* on end of page e.g last article ()*/
/* */
/*  slideimage height + catsnavi height*/
/* Footer */
/* MIXINS & ANIMATION*/
.lt {
  /* for center align*/
  display: block;
  font-weight: 900;
  text-transform: uppercase;
  -ms-transform: scale(1.1, 1);
  -ms-transform-origin: 50% 50%;
  -webkit-transform: scale(1.1, 1);
  -webkit-transform-origin: 50% 50%;
  transform: scale(1.1, 1);
  transform-origin: 50% 50%;
  letter-spacing: 0.2px;
  color: rgb(232, 232, 232);
}

.ltr {
  /* for right align*/
  display: block;
  font-weight: 900;
  -ms-transform: scale(1.1, 1);
  -ms-transform-origin: 100% 0%;
  -webkit-transform: scale(1.1, 1);
  -webkit-transform-origin: 100% 0%;
  transform: scale(1.1, 1);
  transform-origin: 100% 0%;
  letter-spacing: 0.2px;
  color: rgb(232, 232, 232);
}

.ltl {
  /* for left align*/
  display: inline-block;
  font-weight: 900;
  letter-spacing: 0.2px;
  color: rgb(232, 232, 232);
}

.lts {
  /* for left align*/
  display: inline-block;
  font-weight: 900;
  letter-spacing: 0.2px;
  color: rgb(232, 232, 232);
}
.lts a {
  color: rgb(232, 232, 232);
}

/* show hide nav*/
@-webkit-keyframes navin {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw);
  }
}
@keyframes navin {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw);
  }
}
@-webkit-keyframes navout {
  from {
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes navout {
  from {
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  opacity: 0; /* make things invisible upon start */
  -webkit-animation: fadeIn cubic-bezier(0.65, 0.23, 0.22, 1.15) 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  animation: fadeIn cubic-bezier(0.65, 0.23, 0.22, 1.15) 1;
  -webkit-animation-fill-mode: forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes fadeBg {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}
@keyframes fadeBg {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}
.fade-bg {
  /* make things invisible upon start */
  -webkit-animation: fadeIn cubic-bezier(0.65, 0.23, 0.22, 1.15) 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  animation: fadeIn cubic-bezier(0.65, 0.23, 0.22, 1.15) 1;
  -webkit-animation-fill-mode: forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.fade-in.one {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.fade-in.two {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes blur {
  from {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  to {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
}

@keyframes blur {
  from {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  to {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
}
.blur {
  -webkit-animation: blur 2.5s ease-in-out forwards;
  animation: blur 2.5s ease-in-out forwards;
}

.ie-only {
  display: none;
}

/* TYPO STYLES all */
h1 {
  font-size: 60px;
  font-weight: 300;
  line-height: 62px;
  letter-spacing: -0.03em;
  color: rgb(232, 232, 232);
}

h2 {
  font-size: 48px;
  font-weight: 300;
  line-height: 52px;
  /* post headline right / bg trans black*/
}
h2.searchQuery {
  padding-bottom: 20px;
}
h2.posthead {
  position: relative;
  width: 100%;
  margin-top: 1px;
  float: none;
  background-color: rgba(35, 40, 50, 0.5);
  font-weight: 300;
  text-transform: uppercase;
  line-height: 26px;
  padding-top: 13px;
  padding-bottom: 14px;
  padding-right: 3vw;
  padding-left: 3vw;
  color: rgb(232, 232, 232);
}

h3 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
}

h4 {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

strong {
  font-weight: 700;
}

.trans {
  color: #fff;
  background-color: transparent;
  text-shadow: -2px -2px 5px rgba(35, 40, 50, 0.4), 2px -2px 2px rgba(35, 40, 50, 0.4), -2px 2px 2px rgba(35, 40, 50, 0.4), 2px 2px 5px rgba(35, 40, 50, 0.4);
}
.trans a {
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0.25);
  padding-left: 5px;
  padding-right: 5px;
}
.trans a.img {
  padding: 0;
}
.trans.content {
  padding-left: 0;
  background-color: transparent;
}

blockquote {
  text-indent: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}

blockquote p, .quote {
  font-weight: 300;
  font-style: italic;
  display: block;
  line-height: 48px;
  padding-right: 7px;
}
blockquote p:before, blockquote p:after, .quote:before, .quote:after {
  font-size: 42px;
  font-weight: 300;
  font-style: normal;
}
blockquote p:before, .quote:before {
  content: "«";
  padding-right: 10px;
  vertical-align: text-bottom;
  line-height: 48px;
}
blockquote p:after, .quote:after {
  content: "»";
  padding-left: 10px;
  vertical-align: text-top;
  line-height: 14px;
}

.quote {
  display: inline-block;
}

.blspan, .whspan, .tspan {
  display: inline-block;
  height: inherit;
  min-width: 40px;
  margin: 0;
  margin-right: 1px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
  color: #FFF;
  background-color: rgba(35, 40, 50, 0.4);
}

.whspan {
  background-color: rgba(255, 255, 255, 0.5);
}

.blspan {
  color: rgb(232, 232, 232);
}

.xnmc {
  color: rgb(187, 202, 16);
}

.tspan {
  background-color: transparent;
}

.redspan {
  background-color: rgba(137, 23, 63, 0.5);
}

.blink {
  font-weight: 700;
}

.teaserfont {
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
}

.smallfont, .caption {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  text-transform: none;
}

.numbers {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

/* LINKS & Buttons  */
a, button {
  text-decoration: none !important;
  color: #FFF;
  /* avoid blue highlight on smarts*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
a:hover, .button:hover, a.current, a.section {
  color: rgb(187, 202, 16);
  cursor: pointer;
}

.xbtn {
  display: inline;
  color: rgb(232, 232, 232);
  height: auto;
  min-width: 40px;
  margin: 0;
  margin-right: 1px;
  background-color: rgba(35, 40, 50, 0.4);
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
  padding-left: 8px;
  padding-right: 8px;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
.xbtn:hover {
  background-color: rgba(255, 255, 255, 0.95);
  color: rgb(187, 202, 16);
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
.xbtn.curr {
  background-color: rgb(187, 202, 16);
  opacity: 0.7;
}

/* XNMC Sigent Icon */
.xnms {
  display: inline-block;
  background-image: url("img/SIGNET-watermark.svg");
  background-position: -5px 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 27px;
}

img.xnmc {
  width: 30px;
  padding-bottom: 10px;
}

.cat {
  position: relative;
  top: 0;
  left: 0;
  min-width: 30px;
  height: 30px;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  font-weight: 900;
  opacity: 1;
  color: rgb(232, 232, 232);
  text-shadow: none;
  background: rgba(232, 232, 232, 0.3);
  display: inline-block;
  white-space: nowrap;
  letter-spacing: 0;
  text-indent: 0;
}

/* arrow pagination on PostPage & ProjectPage */
a.prev, a.next {
  position: fixed;
  width: 5vw;
  height: 100vh;
  top: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center 80%;
  z-index: 0;
  opacity: 0.3;
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
a.prev:hover, a.next:hover {
  background-color: rgba(50, 51, 53, 0.35);
  opacity: 1;
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
}

a.prev {
  background-image: url(img/left-arr.svg);
  top: 0;
  left: 0;
}
a.prev:hover {
  background-image: url(img/left-arr-hover.svg);
  background-position: right 80%;
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}

a.next {
  background-image: url(img/right-arr.svg);
  top: 0;
  right: 0;
}
a.next:hover {
  background-image: url(img/right-arr-hover.svg);
  background-position: left 80%;
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}

/* img base */
img {
  max-width: 100%;
}

/* brand placeholder*/
/* tiles in PostPageTileView */
img.tl-plchdr {
  opacity: 0.8;
  background-color: rgba(0, 0, 0, 0.7);
}

picture {
  max-width: 1280px;
  outline: 0;
  text-align: center;
  display: block;
}
picture img {
  vertical-align: top;
  max-width: 100%;
}
picture.left img {
  float: left;
}
picture.right img {
  float: right;
}
picture.full {
  text-align: center;
}
picture.full img {
  width: auto;
  height: auto;
}
picture.portrait.full img {
  max-width: none;
}
picture source {
  display: block;
}

/* BODY STYLES*/
/* base typo & color % bg formats*/
html, body {
  text-rendering: geometricPrecision;
  font-smooth: allways;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background: rgb(187, 202, 16);
}

::selection, ::-moz-selection {
  background: rgb(187, 202, 16);
}

br.cl {
  clear: both;
  height: 0;
  line-height: 0;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  color: #FFF;
  background-color: #000000;
}
body .pagebg {
  position: fixed;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.7;
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
body:before {
  color: black;
}
body.HomePage header.nscroll .cathead h1 {
  opacity: 0;
}
body.HomePage header.scrolled .cathead h1, body.HomePage header.nscroll .cathead h1.search {
  opacity: 1;
}

/* header content styles */
header {
  position: fixed;
  width: 100%;
  top: 0;
  height: 100px;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  /* scrolled Version of header */
}
header .logo {
  position: relative;
  width: 100%;
  height: 40px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  top: 40px;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
header .logo img {
  float: left;
  height: 100%;
  height: 40px;
  max-width: 79vw;
}
header .logo img.short {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
header .logo .navbutton {
  position: fixed;
  top: 41px;
  right: 2vw;
  height: 25px;
  width: 30px;
  background-color: transparent;
  background-image: url(img/navbutton.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
header .logo .navbutton:hover {
  cursor: pointer;
  background-color: rgba(50, 51, 53, 0.35);
  background-size: contain;
}
header .logo .navbutton.active {
  background-image: url(img/navbutton-hover.svg);
  background-size: contain;
  background-position: center;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
header .cathead h1 {
  max-width: 96vw;
  margin-top: 80px;
  text-indent: -0.08em;
  white-space: nowrap;
  color: rgb(187, 202, 16);
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
}
header .cathead h1 span.type, header .cathead h1 span.crumb {
  font-size: 48px;
  font-weight: 300;
  padding-right: 10px;
  vertical-align: 0px;
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  letter-spacing: normal;
}
header .cathead h1 span.crumb {
  font-size: 18px;
  opacity: 0;
}
header .cathead h1:hover span.crumb {
  opacity: 1;
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
}
header .nav {
  position: fixed;
  background: rgba(0, 0, 0, 0.85);
  height: 100vh;
  overflow-y: scroll;
  width: 50vw;
  top: 0;
  right: -50vw;
  z-index: 1;
  opacity: 0;
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
}
header .nav ul {
  margin-top: 112px;
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
}
header .nav ul li {
  font-weight: 300;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: -1px;
  color: white;
  padding-left: 4vw;
  padding-right: 2vw;
  padding-top: 10px;
}
header .nav ul li a {
  display: block;
}
header .nav ul li:hover, header .nav ul li:focus {
  background: rgba(0, 0, 0, 0.85);
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
header .nav ul li form#SearchForm_SearchForm {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
header .nav ul li form#SearchForm_SearchForm input {
  background: none;
  border: none;
  padding: 0;
  color: white;
  font: 100% "Lato", sans-serif;
  line-height: 76px;
  font-weight: 300;
}
header .nav ul li form#SearchForm_SearchForm input:hover {
  background: rgba(50, 51, 53, 0.35);
}
header .nav ul li form#SearchForm_SearchForm input[type=text] {
  outline: 0;
  position: relative;
  float: left;
  width: 70%;
  max-width: none;
  z-index: 3;
}
header .nav ul li form#SearchForm_SearchForm input[type=text]:focus {
  z-index: 1;
  cursor: text;
  background: rgba(0, 0, 0, 0.85);
  content: "";
}
header .nav ul li form#SearchForm_SearchForm input[type=text]:-webkit-input-placeholder {
  color: white;
}
header .nav ul li form#SearchForm_SearchForm input[type=text]:-moz-placeholder, header .nav ul li form#SearchForm_SearchForm input[type=text]::-moz-placeholder {
  color: white;
  opacity: 1;
}
header .nav ul li form#SearchForm_SearchForm input[type=text]:-ms-input-placeholder {
  color: white;
}
header .nav ul li form#SearchForm_SearchForm input[type=submit] {
  float: right;
  width: 20%;
  font-size: 48px;
  font-weight: 300;
  z-index: 2;
  text-indent: -100vw;
  background-image: url(img/right-arr.svg);
  background-repeat: no-repeat;
  background-position: 60% center;
  background-size: 30px 40px;
}
header .nav ul li form#SearchForm_SearchForm input[type=submit]:hover {
  background-image: url(img/right-arr-hover.svg);
}
header .nav.active {
  opacity: 1;
  right: 0vw;
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
}
header.scrolled {
  height: 100px;
  background-color: rgba(36, 41, 50, 0.95);
  border-bottom: 1px solid #303236;
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
header.scrolled .logo {
  top: 20px;
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  /* old */
}
header.scrolled .logo img.short { /*height: 40px;*/
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
header.scrolled .logo img.long { /* opacity: 0; */
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
}
header.scrolled .logo .navbutton {
  top: 25px;
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
header.scrolled .cathead h1 {
  opacity: 1;
  margin-top: 20px;
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
  color: rgb(187, 202, 16);
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
}
header.scrolled .cathead h1 .type {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  padding-right: 6px;
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
}
header.scrolled .cathead h1 .quote {
  color: #FFF;
  font-size: 14px;
}
header.scrolled .cathead h1 .cat {
  font-size: 12px;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
}
header.scrolled .crumb {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}

/* end header*/
/* Content TOP MARGINS*/
/* container for fullpage scolling -> HomePage & CategoryPage */
#fullpage {
  padding-top: 120px;
}
#fullpage section {
  margin-bottom: 100px;
  /* special on CategoryPage */
  /* HompePage -> PostHolder Type Artikel */
}
#fullpage section.first {
  padding-top: 100px;
}
#fullpage section.artclview article {
  margin-bottom: 60px;
}

/* Main DIV container singlepage -> Page & CategoryPage & PostSingleView  */
#singlepage {
  position: relative;
  margin-bottom: 200px;
  margin-top: 200px;
}
#singlepage > article, #singlepage section, #singlepage section > article.main {
  margin-bottom: 100px;
  /* accordeon article on CategoryPage top */
  /* first top content article small margins */
}
#singlepage > article.display, #singlepage section.display, #singlepage section > article.main.display {
  margin-top: 0;
}
#singlepage > article.acc, #singlepage section.acc, #singlepage section > article.main.acc {
  position: relative;
  margin-bottom: 20px;
}
#singlepage > article.acc article, #singlepage section.acc article, #singlepage section > article.main.acc article {
  margin-bottom: 20px;
}
#singlepage > article.acc button.mre, #singlepage section.acc button.mre, #singlepage section > article.main.acc button.mre {
  position: absolute;
  left: 0;
  top: auto;
  bottom: 23px;
  width: auto;
  height: 30px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 900;
  padding-left: 30px;
  z-index: 1;
  cursor: pointer;
  background-color: inherit;
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
#singlepage > article.acc button.mre:before, #singlepage section.acc button.mre:before, #singlepage section > article.main.acc button.mre:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(../css/img/up-arr.svg);
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
}
#singlepage > article.acc button.mre:hover, #singlepage section.acc button.mre:hover, #singlepage section > article.main.acc button.mre:hover {
  color: rgb(187, 202, 16) !important;
  background-color: rgba(232, 232, 232, 0.3);
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
}
#singlepage > article.acc button.mre:hover:before, #singlepage section.acc button.mre:hover:before, #singlepage section > article.main.acc button.mre:hover:before {
  background-position: center 5px;
}
#singlepage > article.acc div.content, #singlepage section.acc div.content, #singlepage section > article.main.acc div.content {
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  padding-top: 40px;
  padding-bottom: 60px;
}
#singlepage > article.acc.cls button.mre, #singlepage section.acc.cls button.mre, #singlepage section > article.main.acc.cls button.mre {
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
#singlepage > article.acc.cls button.mre:before, #singlepage section.acc.cls button.mre:before, #singlepage section > article.main.acc.cls button.mre:before {
  background-image: url(../css/img/down-arr.svg);
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
#singlepage > article.acc.cls div.content, #singlepage section.acc.cls div.content, #singlepage section > article.main.acc.cls div.content {
  padding-top: 30px;
  padding-bottom: 0;
  height: 30px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  background-color: transparent;
}
#singlepage > article.tp, #singlepage section.tp, #singlepage section > article.main.tp {
  margin-top: 20px;
  margin-bottom: 40px;
}
#singlepage .tilesview .tile article {
  margin-top: 0;
}

/* container for article as tiles -> HolderPage->Type->Kacheln*/
#tilepage {
  margin-bottom: 200px;
}
#tilepage section:first-of-type {
  margin-top: 200px;
}
#tilepage section {
  margin-bottom: 41px; /*$basemargin*/
}

/* container no fullpage scrolling -> PostSingleView -> PostPage*/
#post {
  margin-top: 200px;
  margin-bottom: 120px;
}

/* box shodaow elements	*/
a.tile, article.main, .slide-post, .postfooter, .mapboxgl-map {
  box-shadow: 30px 0px 30px -20px rgba(2, 2, 2, 0.24);
}

/* big headlines on Home and CategoryPage*/
.sectionhead,
header .cathead h1 {
  position: relative;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-size: 56px;
  line-height: 64px;
  text-indent: -0.05em;
}
.sectionhead.small,
header .cathead h1.small {
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-bottom: 2vw;
}

/* category nav on all PageTypes*/
.catsnavi {
  float: right;
}
.catsnavi:focus {
  outline: none;
  border: none;
}
.catsnavi .cats {
  float: right;
}
.catsnavi .cats li {
  position: relative;
  float: left;
  height: 30px;
  margin-left: 1px;
  white-space: nowrap;
  font-size: 14px;
  line-height: 30px;
  color: rgb(50, 51, 53);
}
.catsnavi .cats li .long, .catsnavi .cats li .short {
  min-width: 30px;
  padding-left: 8px;
  padding-right: 8px;
  background: rgba(232, 232, 232, 0.3);
  display: inline-block;
  font-weight: 900;
  white-space: nowrap;
  z-index: 40000;
}
.catsnavi .cats li .long {
  display: none;
  width: 0;
  opacity: 0;
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
}
.catsnavi .cats li:hover .long {
  display: block;
}
.catsnavi .cats li:hover .long:hover {
  opacity: 1;
  width: inherit;
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
.catsnavi .cats li:hover a .long {
  background: rgba(255, 255, 255, 0.95);
}
.catsnavi .cats li:hover .short {
  display: none;
}
.catsnavi .cats li:first-of-type {
  margin-right: 15px;
  color: rgb(232, 232, 232);
}
.catsnavi .cats li a {
  display: block;
  text-align: center;
}
.catsnavi .cats li span.id {
  position: absolute;
  font-size: 1px;
  font-weight: 300;
  left: -6px;
  top: 0px;
  line-height: normal;
  color: rgba(35, 40, 50, 0.4);
}

/* container for contents with maxwidth area auto margins*/
.main {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

/* container basics for all media files -> background-color */
.media {
  position: relative;
  width: 100%;
  background-color: rgba(35, 40, 50, 0.4);
  /* video player PostPageMedia */
  /* slide in PostPageMedia */
}
.media picture {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.media .mediabg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.05;
  -webkit-filter: gray;
          filter: gray;
  filter: grayscale(0.3);
  -webkit-filter: grayscale(0.3);
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
}
.media.rview {
  text-align: center;
}
.media.rview .responsive-view {
  display: none;
  z-index: 1;
}
.media.rview .responsive-view .off {
  opacity: 1;
}
.media.rview .responsive-view .off .iframe_holder {
  background-color: rgb(19, 20, 26);
  background-image: none;
}
.media.rview .responsive-view .off button {
  background-color: transparent;
  background-image: url(../css/img/on-off.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
}
.media.rview button.rview {
  position: absolute;
  right: 0;
  bottom: -84px;
  width: 110px;
  height: 30px;
  z-index: 10;
  margin-right: 0;
  background-color: rgba(35, 40, 50, 0.5);
  overflow: hidden;
  font-size: smallfontsize;
  font-weight: 900;
  text-align: right;
  padding-right: 10px;
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
.media.rview button.rview:before {
  content: "";
  background-color: rgba(35, 40, 50, 0.5);
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(../css/img/up-arr.svg);
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
}
.media.rview button.rview:hover {
  background-color: rgba(255, 255, 255, 0.95);
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
}
.media.rview button.rview:hover:before {
  background-position: center 5px;
}
.media.rview.load figure, .media.rview.load picture, .media.rview.load .slideshow {
  opacity: 0.1;
  -webkit-filter: gray;
          filter: gray;
  filter: grayscale(0.3);
  -webkit-filter: grayscale(0.3);
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
}
.media.rview.load button.rview {
  background-color: rgba(187, 202, 16, 0.3);
}
.media.rview.load button.rview:before {
  background-image: url(../css/img/up-arr.svg);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  background-position: center 10px;
}
.media.rview.load button.rview:hover {
  background-color: rgba(255, 255, 255, 0.95);
}
.media.rview.load button.rview:hover:before {
  background-position: center 5px;
}
.media button.play {
  width: 6vw;
  height: 6vw;
  min-width: 40px;
  min-height: 40px;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  opacity: 0.9;
  background-color: rgba(87, 99, 106, 0.88);
  background-image: url(../css/img/right-arr-hover.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 10vw;
  border: 4px solid rgba(138, 134, 134, 0.4);
  border-radius: 50%;
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
}
.media.video img {
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
.media.video:hover {
  cursor: pointer;
}
.media.video:hover img {
  -webkit-filter: gray;
          filter: gray;
  filter: grayscale(0.3);
  -webkit-filter: grayscale(0.3);
  opacity: 0.8;
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
.media.video:hover button.play {
  background-color: rgba(187, 202, 16, 0.3);
  background-position: 80% 50%;
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
}
.media.video .responsive-video {
  display: none;
  height: 56vh;
  position: relative;
}
@media screen and (orientation: portrait) {
  .media.video .responsive-video {
    height: 42vw;
  }
}
.media.video .responsive-video iframe, .media.video .responsive-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 56vh;
  background-color: rgb(23, 25, 26);
}
@media screen and (orientation: portrait) {
  .media.video .responsive-video iframe, .media.video .responsive-video video {
    height: 42vw;
  }
}
.media.video.play + .main.projectheader {
  position: relative;
  cursor: pointer;
}
.media.video.play + .main.projectheader:after {
  content: "Video schliessen";
  position: absolute;
  right: 3vw;
  top: 13px;
  color: rgb(187, 202, 16);
}
.media.video.play + .main.projectheader:hover:after {
  color: white;
}
.media .slideshow.post picture img {
  max-height: 45vw;
}
.media .slideshow.post picture img.wbsld {
  border: 25px solid rgba(0, 0, 0, 0.4);
  border-radius: 25px;
}

/* Content Wrapper - text and column layouts for all pages */
.content {
  position: relative;
  width: 100%;
  padding: 3vw;
  margin-bottom: 1px;
  background-color: rgba(35, 40, 50, 0.4);
  /* footer columns */
  /* content links */
  /* editor list for $Content*/
}
.content .col1of3 {
  width: 33.3333333%;
  float: left;
}
.content .col2of3 {
  width: 66.66666666%;
  float: left;
}
.content .col3of3 {
  width: 100%;
  float: left;
}
.content a {
  color: rgb(187, 202, 16);
  font-weight: 300;
}
.content a:hover {
  color: #FFF;
  background-color: rgba(50, 51, 53, 0.35);
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
.content ul li {
  list-style-type: none;
  list-style-position: outside;
  position: relative;
  padding-left: 2.8rem;
  padding-bottom: 2vw;
  display: block;
}
.content ul li:before {
  background-image: url("../css/img/list-dot.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  content: "";
  height: 2rem;
  width: 2rem;
  position: absolute;
  top: 0;
  left: 0;
}

/* Content Styles in Post HtmlEditor Field for Postpages*/
.content.main.post {
  margin-top: 1px;
}
.content.main.post.trans {
  padding-right: 3vw;
}

.content.post .blspan {
  font-weight: 300;
}
.content.post h3.postsub {
  padding-bottom: 15px;
}

/* FeaturedImage in Articles / Posts */
.content.main.post img,
article .content img {
  /*max-width: 600px; max-height:350px;*/
  width: inherit;
  height: inherit;
  margin-bottom: 20px;
}
.content.main.post img.center,
article .content img.center {
  max-width: 1280px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.content.main.post img.left,
article .content img.left {
  float: left;
  margin-right: 3vw;
}
.content.main.post img.right,
article .content img.right {
  float: right;
  margin-left: 3vw;
}

/* Article formats all over & single */
article {
  /* $Title in HomePage Articles out of .content*/
  /* single articel in loop (HomePage) or for $Content (Page.ss, HolderPage)*/
}
article .articlehead {
  margin-bottom: 20px;
}
article picture {
  display: block;
}
article picture img {
  margin: 0 auto;
}
article .caption {
  display: block;
  background-color: rgba(35, 40, 50, 0.4);
  padding: 5px 20px 8px 20px;
}
article.single {
  padding: 30px 3vw 3vw 3vw;
  background-color: rgba(35, 40, 50, 0.4);
  /* trans articles */
}
article.single .content {
  padding: 0 10vw 0 0;
  background-color: transparent;
}
article.single .content h2:after {
  content: "";
  display: table;
  clear: both;
}
article.single .content.post {
  padding-top: 30px;
}
article.single:after {
  content: "";
  display: table;
  clear: both;
}
article.single.trans {
  background-color: transparent;
  padding: 30px 0 3vw 0;
}

/* slider css */
/* for postsliders slideshows  */
.postslider,
.slideshow,
.pagination {
  /* show/hide arrows on hover (default)*/
}
.postslider .slide,
.slideshow .slide,
.pagination .slide {
  width: 100%;
  height: auto;
  max-width: 1280px;
  overflow: hidden;
  cursor: move;
  cursor: grab;
}
.postslider .slide figure,
.slideshow .slide figure,
.pagination .slide figure {
  position: relative;
}
.postslider .slide figure:hover > figcaption,
.slideshow .slide figure:hover > figcaption,
.pagination .slide figure:hover > figcaption {
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
.postslider .slide figure figcaption,
.slideshow .slide figure figcaption,
.pagination .slide figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 1280px;
  display: table;
  background-color: rgba(35, 40, 50, 0.5);
  line-height: 18px;
  padding: 5px 3vw;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
.postslider .slick-current,
.slideshow .slick-current,
.pagination .slick-current {
  cursor: default;
}
.postslider .slick-prev, .postslider .slick-next,
.slideshow .slick-prev,
.slideshow .slick-next,
.pagination .slick-prev,
.pagination .slick-next {
  top: 0;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0);
  background-repeat: no-repeat;
  opacity: 0.7;
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
.postslider .slick-prev:hover, .postslider .slick-next:hover,
.slideshow .slick-prev:hover,
.slideshow .slick-next:hover,
.pagination .slick-prev:hover,
.pagination .slick-next:hover {
  background-color: rgba(50, 51, 53, 0.35);
  opacity: 1;
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
}
.postslider .slick-prev:before, .postslider .slick-next:before,
.slideshow .slick-prev:before,
.slideshow .slick-next:before,
.pagination .slick-prev:before,
.pagination .slick-next:before {
  content: "";
}
.postslider .slick-prev,
.slideshow .slick-prev,
.pagination .slick-prev {
  background-image: url("img/left-arr.svg");
  background-position: center;
  left: 0;
}
.postslider .slick-prev:hover,
.slideshow .slick-prev:hover,
.pagination .slick-prev:hover {
  background-position: left center;
}
.postslider .slick-next,
.slideshow .slick-next,
.pagination .slick-next {
  background-image: url("img/right-arr.svg");
  background-position: center;
  right: 0;
}
.postslider .slick-next:hover,
.slideshow .slick-next:hover,
.pagination .slick-next:hover {
  background-position: right center;
}
.postslider .slick-disabled,
.slideshow .slick-disabled,
.pagination .slick-disabled {
  opacity: 0 !important;
  cursor: default;
  display: none !important;
}

/* default slick-dots */
.slick-dots {
  position: relative;
  z-index: 3;
  height: 30px;
  padding-top: 10px;
  background-color: rgba(0, 0, 0, 0.85);
}
.slick-dots li {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/* dots & arrows in pagination*/
.pagination .slick-dots {
  position: fixed;
  bottom: 40px;
  height: 50px;
  padding-top: 20px;
  z-index: 0;
}
.pagination .slick-prev, .pagination .slick-next {
  position: fixed;
  width: 10vw;
  background-size: 25px 40px;
  top: auto;
  bottom: 40px;
  height: 50px;
  background-color: rgba(187, 202, 16, 0.75);
  z-index: 1;
}
.pagination .slick-next {
  float: right;
}
.pagination .slick-prev {
  float: left;
}

/* for Article slideshow */
.slideshow.artcl {
  background-color: rgba(35, 40, 50, 0.4);
  margin-bottom: 30px;
}
.slideshow.artcl .slide {
  max-width: calc(1280px - 6vw);
}
.slideshow.artcl img {
  margin-bottom: 0px;
  max-width: 100%;
  max-height: 45vw;
}
.slideshow.artcl .slick-dots {
  background-color: rgba(35, 40, 50, 0.4);
}

/* for PostPage slideshow */
.slideshow.post .slick-dots {
  max-width: 1280px;
  width: 100%;
  position: relative;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

/* hover for PostsPage Article Slide & PostSlider slideshow */
.slideshow.post .slick-arrow, .slideshow.artcl .slick-arrow, .postslider.holder .slick-arrow {
  opacity: 0;
}
.slideshow.post:hover .slick-arrow, .slideshow.artcl:hover .slick-arrow, .postslider.holder:hover .slick-arrow {
  opacity: 1;
}

/* for all postsliders  */
.postslider.holder, .postslider.posts {
  /* set not current slides transparent */
}
.postslider.holder .slick-slide .slide-post, .postslider.posts .slick-slide .slide-post {
  opacity: 0.1;
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
}
.postslider.holder .slick-slide .slick-next, .postslider.holder .slick-slide .slick-prev, .postslider.posts .slick-slide .slick-next, .postslider.posts .slick-slide .slick-prev {
  display: none;
}
.postslider.holder .slick-current .slide-post, .postslider.posts .slick-current .slide-post {
  opacity: 1;
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
}
.postslider.holder .slick-current .slick-next, .postslider.holder .slick-current .slick-prev, .postslider.posts .slick-current .slick-next, .postslider.posts .slick-current .slick-prev {
  display: block;
}

/* postlider in PostHolder -> HomePage & CategoryPage index*/
.postslider.holder {
  margin-top: 30px;
}
.postslider.holder .slide-post {
  width: 1280px;
  margin-right: 1px;
  height: inherit;
  overflow: hidden;
  display: block;
}
.postslider.holder .slide-post h3.postsub {
  font-size: 48px;
  line-height: 52px;
  font-weight: 300;
  color: rgb(232, 232, 232);
  padding-bottom: 3px;
  text-indent: -0.04em;
  letter-spacing: -0.03em;
}
.postslider.holder .slide-post:hover h3, .postslider.holder .slide-post:hover h2 span {
  color: rgb(187, 202, 16);
}
.postslider.holder .slide-post .postfooter {
  display: none;
}
.postslider.holder .slide-post:focus, .postslider.holder .slide-post:hover, .postslider.holder .slide-post:active {
  outline: 0 !important;
}
.postslider.holder .slide-post a .content, .postslider.holder .slide-post a .media, .postslider.holder .slide-post picture {
  position: relative; /*  min-height: 300px; */
  max-height: 576px;
  width: inherit;
  display: block;
  margin: 0;
  padding: 0;
  outline: 0 !important;
  overflow: hidden;
}
.postslider.holder .slide-post a .content .teaser, .postslider.holder .slide-post a .media .teaser, .postslider.holder .slide-post picture .teaser {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3vw;
  width: 100%;
  background-color: rgba(35, 40, 50, 0.4);
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
.postslider.holder .slide-post a .catsnavi {
  float: left;
}
.postslider.holder .slide-post a .content {
  background-color: rgba(35, 40, 50, 0.4);
}
.postslider.holder .slide-post a .content:before, .postslider.holder .slide-post a .content:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  content: "";
  display: block;
  background-size: 30%;
  background-position: center 25%;
  background-repeat: no-repeat;
}
.postslider.holder .slide-post a .content:before {
  background-image: url("img/SIGNET-watermark.svg");
  opacity: 0.3;
  height: inherit;
}
.postslider.holder .slide-post a .content:after {
  background-image: url("img/SIGNET-watermark-hover.svg");
  opacity: 0;
  height: inherit;
}
.postslider.holder .slide-post a:hover .content {
  background-color: rgba(50, 51, 53, 0.35);
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  /*cursor: url('img/cur-open.png'), auto;*/
}
.postslider.holder .slide-post a:hover .content:before {
  opacity: 0;
}
.postslider.holder .slide-post a:hover .content:after {
  opacity: 1;
}
.postslider.holder .slide-post a:hover .content .teaser {
  background-color: #FFF;
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
.postslider.holder .slide-post a:hover .content .teaser p {
  color: rgb(50, 51, 53);
}
.postslider.holder .slide-post a .media picture.portrait img {
  width: auto;
  max-height: 100%;
  background-color: transparent;
}
.postslider.holder .slide-post a .media img {
  outline: 0;
  border: none;
  position: relative;
  max-width: 100%;
  opacity: 0.9;
  -webkit-filter: gray;
          filter: gray;
  filter: grayscale(0.3);
  -webkit-filter: grayscale(0.3);
}
.postslider.holder .slide-post a .media img:focus {
  cursor: grabbing;
}
.postslider.holder .slide-post a .media img:focus, .postslider.holder .slide-post a .media img:hover, .postslider.holder .slide-post a .media img:active {
  outline: 0 !important;
}
.postslider.holder .slide-post a .media .teaser {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.85);
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
.postslider.holder .slide-post a:hover .media {
  background-color: rgba(50, 51, 53, 0.35);
}
.postslider.holder .slide-post a:hover .media img {
  filter: none;
  filter: none;
  -webkit-filter: none;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
.postslider.holder .slide-post a:hover .media .teaser {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.13);
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
.postslider.holder .slide-post a:hover .media .teaser h3 {
  color: white;
}
.postslider.holder .slick-dots {
  top: unset;
  position: relative;
  background-color: rgba(0, 0, 0, 0.05);
  bottom: 0px;
}
.postslider.holder .slick-prev, .postslider.holder .slick-next {
  top: 0;
  width: 10vw;
  width: calc((100vw - 1280px) / 2);
}

/* postslider on CatergoryPage with category (horizontal swiping of posts) */
.slidecontainer {
  height: inherit;
  min-height: 80vh;
  background-image: url("../css/img/loader.svg");
  background-repeat: no-repeat;
  background-position: center 20%;
  background-size: 80px 80px;
}

.postslider.posts {
  display: none;
}
.postslider.posts .slide-post {
  width: 100%;
  overflow: visible;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.postslider.posts .slide-post > div {
  float: left;
  width: 100%;
}
.postslider.posts .slide-post picture img {
  max-width: 100%;
}
.postslider.posts .slide-post > .slick-slide {
  background-color: rgba(35, 40, 50, 0.4);
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  /*margin-top:41px;*/
}
.postslider.posts .slide-post > .slick-slide .slick-arrow {
  opacity: 0;
}
.postslider.posts .slide-post > .slick-slide .content {
  opacity: 0;
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
}
.postslider.posts .slide-post > .slick-current {
  background-color: transparent;
  margin-top: 0px;
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
}
.postslider.posts .slide-post > .slick-current .slick-arrow {
  opacity: 1;
}
.postslider.posts .slide-post > .slick-current .content {
  opacity: 1;
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
}
.postslider.posts > .slick-dots {
  position: fixed;
  top: auto;
  bottom: 40px;
  z-index: 2;
  height: 30px;
  padding-top: 10px;
  background-color: rgba(35, 40, 50, 0.5);
}
.postslider.posts > .slick-prev, .postslider.posts > .slick-next {
  position: fixed;
  z-index: 3;
  top: 0;
  height: 100vh;
  width: 10vw;
  width: 10vw;
  width: calc((100vw - 1280px) / 2);
  background-position: center 87%;
  top: 0;
}
.postslider.posts > .slick-prev:hover {
  background-position: right 87%;
}
.postslider.posts > .slick-next:hover {
  background-position: left 87%;
}

/* tilesview Wrapper - tiles in square  */
.tilesview {
  /* tiles wrapper display flex*/
  /* Tile Formats */
  /* Tile Services bottom CategoryPage */
}
.tilesview .sectionhead { /* tilesview holder Head on HomPage and Page.ss */
  width: 100%;
  margin: 0 0 20px 0;
}
.tilesview .tls-wrppr {
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
}
.tilesview .tile {
  display: block;
  width: calc(33.3333333333% - 1px);
  margin-bottom: 60px;
  height: auto;
  overflow: hidden;
  background-color: rgba(50, 51, 53, 0.65);
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
.tilesview .tile article div {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: left;
}
@media screen and (orientation: portrait) {
  .tilesview .tile article div {
    height: inherit;
  }
}
@media screen and (orientation: landscape) {
  .tilesview .tile article div {
    height: inherit;
  }
}
.tilesview .tile article div picture {
  width: 100%;
  display: block;
  background-color: rgba(35, 40, 50, 0.4);
}
.tilesview .tile article div picture img {
  opacity: 0.9;
  width: 100%;
  -webkit-filter: gray;
          filter: gray;
  filter: grayscale(0.3);
  -webkit-filter: grayscale(0.3);
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
.tilesview .tile article h2.posthead {
  position: relative;
  margin-top: 1px;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  min-height: 45px;
  padding: 10px 1.5vw;
  background-color: transparent;
}
.tilesview .tile article h3.postsub {
  padding: 1vw;
  width: 100%;
  font-size: 48px;
  line-height: 48px;
  font-weight: 300;
  text-align: left;
  text-indent: 0;
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
.tilesview .tile article p {
  padding: 1vw;
  font-size: 18px;
  line-height: 24px;
}
.tilesview .tile article:hover { /*background-color: $hovertrans; */ }
.tilesview .tile article:hover h2, .tilesview .tile article:hover h3 {
  color: rgb(187, 202, 16);
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
.tilesview .tile article:hover .postsub, .tilesview .tile article:hover .posthead {
  background-color: rgba(255, 255, 255, 0.95);
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
.tilesview .tile article:hover img {
  opacity: 1;
  filter: none;
  filter: none;
  -webkit-filter: none;
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
.tilesview .tile:hover {
  background-color: rgba(50, 51, 53, 0.65);
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
.tilesview .serv {
  float: left;
  margin-right: 1px;
  margin-bottom: 2vw !important;
  background-color: transparent;
}
.tilesview .serv .content {
  padding: 2vw;
}
.tilesview .serv .content .cat {
  position: absolute;
  top: 0;
  left: unset;
  right: 0;
  min-width: 30px;
  height: 30px;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  font-weight: 900;
  color: white;
  text-shadow: none;
  background: rgba(35, 40, 50, 0.4);
  display: inline-block;
  white-space: nowrap;
}
.tilesview .serv:hover {
  background: rgba(35, 40, 50, 0.5);
}
.tilesview .serv:hover .content .cat {
  background: #000;
  color: rgb(187, 202, 16);
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
.tilesview .serv:hover .content h3 {
  color: rgb(187, 202, 16);
}
.tilesview.slideshow {
  margin-top: 20px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.tilesview.slideshow article {
  margin-bottom: 0;
}
.tilesview.slideshow .tile {
  margin-bottom: 0;
  display: block;
  width: 33.3333333333%;
  max-width: 400px;
  margin-right: 1px;
}
.tilesview.slideshow .tile:nth-child(3n) {
  margin-right: 1px;
}
.tilesview.slideshow .tile.slide {
  float: none;
  max-width: 400px;
  display: inline-block;
  overflow: hidden;
}
.tilesview.slideshow .tile.slide div h2 {
  text-align: right;
}
.tilesview.slideshow .tile.slide div h2 span {
  padding-top: 1vw;
  padding-left: 2vw;
  padding-right: 2vw;
  padding-bottom: 1vw;
  font-size: 12vh;
  line-height: 100%;
  display: inline-block;
  font-weight: 900;
  letter-spacing: -0.5vh;
  /* for right align*/
  display: block;
  font-weight: 900;
  -ms-transform: scale(1.1, 1);
  -ms-transform-origin: 100% 0%;
  -webkit-transform: scale(1.1, 1);
  -webkit-transform-origin: 100% 0%;
  transform: scale(1.1, 1);
  transform-origin: 100% 0%;
  letter-spacing: 0.2px;
  color: rgb(232, 232, 232);
  text-transform: none;
  opacity: 0.2;
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
}
.tilesview.slideshow .tile.slide div p {
  width: 100%;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
.tilesview.slideshow .tile.slide:hover h2 span {
  padding-right: 3vw;
}
.tilesview.slideshow .tile.slide:hover h2 span, .tilesview.slideshow .tile.slide:hover h3.posthead {
  opacity: 1;
  color: rgb(187, 202, 16);
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
.tilesview.slideshow .tile.slide:hover p {
  top: 0;
  opacity: 1;
  color: white;
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
.tilesview.slideshow .slick-dots {
  top: unset;
  bottom: -40px;
}
.tilesview.slideshow .slick-prev {
  top: 0; /* left: -10vw;*/
}
.tilesview.slideshow .slick-next {
  top: 0; /*right: -10vw;*/
}
.tilesview .slide.slick-slide:hover {
  opacity: 1;
  filter: none;
  filter: none;
  -webkit-filter: none;
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}

.artclview .sectionhead {
  margin-bottom: 20px;
}

/* PostPage / ProjectPage & projectheader & postfooter */
.projectheader h2.posthead {
  float: none;
  background-color: rgba(35, 40, 50, 0.5);
}
.projectheader .data {
  padding-left: 3vw;
  background: rgba(0, 0, 0, 0.7);
  font-size: 14px;
}
.projectheader .data p {
  float: left;
}
.projectheader .data a.xbtn, .projectheader .data span {
  height: 30px;
  display: inline-block;
  line-height: 30px;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}
.projectheader .data span {
  margin-right: 0;
  padding-right: 5px;
}
.projectheader .data p span:first-of-type {
  padding-left: 0;
}
.projectheader .data a.xbtn:hover span {
  color: rgb(187, 202, 16);
}
.projectheader .cllogo {
  width: 100%;
  padding: 3vw;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0;
}
.projectheader .cllogo img {
  float: right;
  height: 100%;
  max-height: 70px;
  padding: 15px;
}

/* end projectheader*/
.postfooter {
  display: inline-block;
  width: 100%;
  background-color: rgba(35, 40, 50, 0.4);
  padding: 0;
}
.postfooter .cats {
  float: left;
  max-width: 100%;
  margin-left: 3vw;
}
.postfooter .cats a.xbtn.mobile {
  display: none;
}
.postfooter .cats a.xbtn {
  padding-left: 0px;
  padding-right: 10px;
  color: rgb(232, 232, 232);
}
.postfooter .cats a.xbtn span {
  padding-right: 5px;
  padding-left: 10px;
  font-weight: 400;
}
.postfooter .cats a.xbtn span.short {
  min-width: 30px;
  padding-left: 8px;
  padding-right: 8px;
  background: rgba(232, 232, 232, 0.3);
  display: inline-block;
  font-weight: 700;
  white-space: nowrap;
  z-index: 40000;
}
.postfooter .cats a.xbtn:hover span {
  color: rgb(187, 202, 16);
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
.postfooter .cats a.xbtn:hover span.short {
  background-color: #000;
}
.postfooter .cats span.tspan {
  padding-left: 0;
  padding-right: 10px;
}
.postfooter .share {
  float: right;
}
.postfooter .share a.xbtn {
  background-color: rgba(0, 0, 0, 0.2);
  color: rgb(232, 232, 232);
  min-widht: 32px;
  margin-left: 1px;
  margin-right: 0;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 12px;
}
.postfooter .share a.xbtn:hover {
  background-color: #000;
  color: rgb(187, 202, 16);
}
.postfooter a.xbtn, .postfooter span {
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.postfooter.trans {
  background-color: transparent;
  border-bottom: 1px solid rgba(35, 40, 50, 0.4);
}
.postfooter.trans .cats {
  margin-left: 0;
}

/* Scroll top button */
a.top {
  position: fixed;
  right: 2vw;
  bottom: 0px;
  width: 30px;
  height: 40px;
  z-index: 4;
  background-image: url(img/up-arr.svg);
  background-size: 100%;
  background-position: center 8px;
  background-repeat: no-repeat;
  opacity: 0.7;
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
}
a.top:hover {
  background-image: url(img/up-arr-hover.svg);
  background-color: rgba(50, 51, 53, 0.35);
  background-position: center bottom;
  opacity: 1;
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
}

/* Footer css */
footer {
  position: relative;
  height: 40px;
  max-width: 100vw;
  border-top: 1px solid #303236;
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  /* footer open */
}
footer.bottom {
  position: relative;
  height: inherit;
  top: 0px;
  padding-bottom: 40px;
  transition: height 0.8s ease-in-out 0s;
  -webkit-transition: height 0.8s ease-in-out 0s;
  -moz-transition: height 0.8s ease-in-out 0s;
}
footer .footernavi {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  border-top: 1px solid #303236;
  background-color: rgba(36, 41, 50, 0.95);
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-weight: 300;
  white-space: nowrap;
  /* ???? not used*/
}
footer .footernavi p:first-of-type {
  padding-top: 4px;
  padding-right: 2vw;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  position: relative;
  width: 100%;
}
footer .footernavi p:first-of-type.lts {
  display: block;
}
footer .footernavi .footerbutton {
  padding-left: 0;
}
footer .footernavi .footerbutton.active {
  color: rgb(187, 202, 16);
}
footer .footernavi .footerbutton.active .xnms {
  background-image: url("img/SIGNET-watermark-hover.svg");
}
footer .footernavi .footerbutton:hover {
  color: rgb(187, 202, 16);
  cursor: url("img/cur-down.png"), auto;
}
footer .footernavi .footerbutton.active:hover {
  cursor: url("img/cur-up.png"), auto;
}
footer .xbtn {
  height: 38px;
  display: inline-block;
  background-color: transparent;
}
footer .xbtn:hover {
  background-color: rgba(35, 40, 50, 0.5);
}
footer.active {
  height: auto;
  bottom: 0;
  transition: height 0.8s ease-in-out 0s;
  -webkit-transition: height 0.8s ease-in-out 0s;
  -moz-transition: height 0.8s ease-in-out 0s;
}
footer.active .footernavi {
  cursor: url("img/cur-down.png"), auto;
}
footer .pagination {
  position: fixed;
  left: 0;
  bottom: 40px;
  height: 50px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
}
footer .pagination .xbtn {
  height: 30px;
  min-width: 30px;
  padding-left: 0;
  padding-right: 0;
  line-height: 32px;
}
footer .wrapper {
  height: auto;
  z-index: -1;
  padding-bottom: 140px;
  background-color: rgba(0, 0, 0, 0.7);
}
footer .wrapper .content {
  height: inherit;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}
footer .wrapper .content .contact {
  padding-top: 24px;
  padding-right: 20px;
  font-weight: 300;
  line-height: 24px;
}
footer .wrapper .content .contact h4 {
  padding-bottom: 12px;
}
footer .wrapper .content .contact h4.mhead {
  padding-bottom: 2px;
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
}
footer .wrapper .content .contact h4.mhead a {
  display: block;
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
}
footer .wrapper .content .contact h4.mhead a:hover {
  background-color: rgba(35, 40, 50, 0.4) !important;
  padding-left: 8px;
  padding-right: 8px;
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}
footer .wrapper .content .contact .xbtn {
  padding-left: 0;
  height: 30px;
  line-height: 30px;
  background: transparent;
}
footer .wrapper .content .contact i {
  min-width: 20px;
  opacity: 0.8;
  color: #FFF;
}
footer .wrapper .content .contact i:before {
  font-size: 20px;
}
footer .wrapper .content form fieldset {
  padding: 0 2vw 0 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}
footer .wrapper .content form fieldset label {
  padding: 0;
}
footer .wrapper .content form fieldset input.text {
  font-size: 14px;
  font-weight: 300;
  padding: 4px;
}
footer .wrapper .content:after {
  content: "";
  display: table;
  clear: both;
}
footer .wrapper input[type=submit], footer .wrapper .Actions .action {
  font-size: 14px;
  /* for left align*/
  display: inline-block;
  font-weight: 900;
  letter-spacing: 0.2px;
  color: rgb(232, 232, 232);
  float: none;
}

/* Footer END*/
/* Mapbox */
#map {
  position: relative;
  display: none;
  width: 100%;
  height: 400px;
  margin-top: 2vw;
  margin-bottom: 40px;
  opacity: 0.7;
}
#map .mapboxgl-popup {
  top: 20px;
  font-size: 14px;
  font-family: "Lato", sans-serif;
}
#map .mapboxgl-popup-tip {
  display: none;
}
#map .mapboxgl-popup-content {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.85);
}

/*} BODY END*/
/* SEND ANIMATIONS TO */
/* responsive view css*/
.display {
  transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
}

/* RESPONSIVE START  */
/* Start BreakPoints*/
@media screen and (max-width: 1280px) {
  figcaption, article picture.left img, article picture.right img, article.main .content .slideshow img,
  .postslider .slick-slide figure figcaption, .slideshow .slick-slide figure figcaption, .pagination .slick-slide figure figcaption {
    max-width: 100%;
    width: 100%;
  }
  header .nav {
    width: 60vw;
    right: -60vw;
  }
  /* set margins for all */
  #tilepage section,
  .PostPage article,
  .ProjectPage article,
  .sectionhead {
    margin-left: 5vw;
    margin-right: 5vw;
    width: 90vw;
  }
  .slideshow .slide,
  .postslider.posts .slide-post, .postslider.holder .slide-post,
  .tilesview.slideshow,
  .main {
    width: 90vw;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
  .postslider.posts > .slick-prev, .postslider.posts > .slick-next {
    display: none;
  }
  .postslider.holder > .slick-prev, .postslider.holder > .slick-next {
    width: 5vw;
    max-width: 5vw;
  }
  .postslider.holder > .slick-prev {
    background-position: left center;
  }
  .postslider.holder > .slick-prev:hover {
    background-position: right center;
  }
  .postslider.holder > .slick-next {
    background-position: right center;
  }
  .postslider.holder > .slick-next:hover {
    background-position: left center;
  }
  .postslider.posts > .slick-prev {
    background-position: left 80%;
  }
  .postslider.posts > .slick-prev:hover {
    background-position: right 80%;
  }
  .postslider.posts > .slick-next {
    background-position: right 80%;
  }
  .postslider.posts > .slick-next:hover {
    background-position: left 80%;
  }
  /* article slideshow */
  .slideshow.artcl .slide {
    max-width: 84vw;
  }
  header, h2.searchQuery {
    padding: 0 5vw 0 5vw;
  }
  header .logo .navbutton,
  a.top {
    right: 5vw;
  }
  footer .wrapper .content {
    max-width: 90vw;
  }
  footer .footernavi {
    padding-left: 5vw;
  }
  a.prev, a.next {
    paddding: 0;
    width: 5vw;
  }
}
@media screen and (max-width: 1024px) {
  header .nav {
    width: 100vw;
    right: -100vw;
  }
  article.single {
    padding: 3vw;
  }
  .media.video.play + .main.projectheader:after {
    content: "X";
  }
  .postslider.holder {
    margin-top: 20px;
  }
  .postslider.holder .slide-post {
    overflow: visible;
    height: inherit;
    margin-right: 0;
  }
  .postslider.holder .slide-post .postfooter {
    display: block;
    margin-bottom: 0;
  }
  .postslider.holder .slide-post .postfooter .cats {
    width: 100%;
    background-color: rgba(35, 40, 50, 0.5);
  }
  .posthead {
    width: auto;
    max-width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  /* switch 2/3 col to one column Layout*/
  .content .col2of3 {
    width: 100%;
    padding: 0;
    float: none;
  }
  /* show mobile catbutton version*/
  .postfooter .content .cats a.xbtn.mobile {
    display: block;
  }
  /* hide from breakpoint */
  .media picture.portrait img {
    width: auto;
    max-width: 60%;
    height: auto;
  }
  #map {
    width: 100%;
    height: 200px;
  }
  .tilesview .tile {
    float: left;
    width: calc(50% - 1px);
    margin-right: 0;
  }
  .tilesview .tile:nth-child(2n) {
    margin-left: 1px;
  }
  .tilesview .tile article h2.posthead, .tilesview .tile article h3.postsub, .tilesview .tile article p {
    padding: 10px 3vw;
  }
}
@media screen and (max-width: 768px) {
  /* TYPO scale breakpoint */
  body {
    font-size: 16px;
    line-height: 22px;
  }
  h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
  }
  h3.tooltip, h3.postsub,
  .postslider.holder h3.postsub {
    font-size: 16px;
    line-height: 22px;
    color: white;
    padding-bottom: 3px;
  }
  h4 {
    font-size: 16px;
    font-weight: 400;
    text-transform: lowercase;
  }
  #fullpage section {
    padding-top: 0;
  }
  header .nav.active {
    width: 100vw;
  }
  header .nav ul {
    margin-top: 110px;
  }
  header .nav ul li {
    font-size: 42px;
    padding-top: 0;
  }
  .sectionhead,
  header .cathead h1 {
    font-size: 42px;
    line-height: 44px;
  }
  .sectionhead.small,
  header .cathead h1.small {
    font-size: 24px;
    line-height: 32px;
  }
  header .logo .navbutton:hover, footer .footernavi div.footerbutton:hover,
  .xbtn:hover, .footerbutton:hover, .navbutton:hover {
    background-color: inherit;
  }
  .postslider .slide-post figure figcaption {
    display: none;
  }
  .postslider.holder .slide-post .media a .teaser {
    opacity: 1;
  }
  /* switch 1/3 to two column Layout*/
  .content .col1of3 {
    width: 48%;
    margin-right: 2%;
    padding: 0;
  }
  .tilesview .tile {
    float: left;
    width: calc(50% - 1px);
    margin-right: 0;
  }
  .tilesview .tile:nth-child(2n) {
    margin-left: 1px;
  }
  .tilesview.slideshow .tile {
    width: 50vw;
    margin-right: 1px;
  }
  .tilesview.slideshow .tile:nth-child(3n) {
    margin-right: 1px;
  }
  .tilesview.slideshow .tile:nth-child(2n) {
    margin-left: 0px;
  }
  .tilesview.slideshow .tile.slide div h2 span {
    font-size: 16vh;
    line-height: 18vh;
  }
}
@media screen and (max-width: 640px) {
  /* typo adjsust*/
  h1,
  .sectionhead,
  header .cathead h1.small,
  header .cathead h1,
  header .nav ul li {
    font-size: 30px;
    line-height: 32px;
    font-weight: 300;
  }
  h2,
  h2.posthead,
  .teaserfont {
    font-size: 24px;
    line-height: 26px;
  }
  h3 {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
  }
  h4 {
    font-size: 18px;
    line-height: 24px;
  }
  h3 .sectionhead.small,
  h3.postsub,
  .postslider.holder .slide-post h3.postsub {
    font-size: 24px;
    line-height: 26px;
  }
  .catsnavi,
  .catsnavi .posthead {
    font-size: 18px;
    line-height: 26px;
    min-height: 30px;
  }
  footer .footernavi button.footerbutton {
    margin-top: 13px;
  }
  /* switch to background header */
  header {
    height: 75px;
    background-color: rgba(36, 41, 50, 0.95);
    transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
    -webkit-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
    -moz-transition: all 0.5s cubic-bezier(0.65, 0.23, 0.22, 1.15);
  }
  header .nav ul li {
    margin-bottom: 2vh;
  }
  header .logo {
    top: 20px;
  }
  header .logo img {
    height: 32px;
  }
  header .logo .navbutton {
    top: 20px;
    height: 25px;
    width: 25px;
  }
  header .cathead h1 {
    margin-top: 60px;
  }
  header.scrolled {
    height: 80px;
  }
  header.scrolled .logo {
    top: 15px;
  }
  header.scrolled .cathead h1 {
    margin-top: 10px;
    font-size: 24px;
    line-height: 26px;
  }
  header.scrolled .cathead h1 span {
    font-size: 18px;
    line-height: 20px;
  }
  /* vertical alignment*/
  #singlepage,
  #tilepage section:first-of-type,
  #post {
    margin-top: 148px;
  }
  #tilepage section:first-of-type {
    margin-bottom: 0;
  }
  #singlepage {
    margin-bottom: 100px;
  }
  #fullpage {
    padding-top: 100px;
  }
  #fullpage section.first {
    padding-top: 40px;
  }
  #singlepage article, #singlepage section {
    margin-bottom: 30px;
  }
  /* RESPONSIVE margins padding   */
  /* set width margins for all */
  .main,
  footer .footernavi,
  .posthead {
    width: 100%;
    max-width: 100%;
  }
  /* MARGINS */
  .content .col1of3,
  #tilepage section,
  .PostPage article,
  .ProjectPage article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .postslider.holder .slide-post,
  .postslider.posts .slide-post,
  .slideshow .slide,
  .tilesview.slideshow {
    width: 100vw;
    max-width: 100vw;
    margin-left: 0;
    margin-right: 0;
  }
  .slideshow.artcl .slide {
    width: 100%;
    max-width: 90vw;
  }
  article.single .content, article.single.trans {
    padding-right: 0;
  }
  .sectionhead, .tilesview .sectionhead {
    width: 92vw;
    margin-left: 5vw;
    margin-right: 5vw;
  }
  .tilesview {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
  }
  .postfooter .content .cats,
  img.xnmc {
    margin-left: 5vw;
    margin-right: 5vw;
  }
  .postfooter .content.trans .cats {
    margin-left: 0;
    margin-right: 5vw;
  }
  /* padding */
  .content,
  .content.trans,
  .projectheader .content,
  .tilesview .serv article .content,
  article.single, article.single.trans {
    padding: 5vw;
  }
  h2.posthead,
  .tilesview .tile article h2.posthead,
  .tilesview .tile article p {
    padding: 10px 5vw;
  }
  .projectheader .data {
    padding-left: 5vw;
  }
  .projectheader .catsnavi {
    float: left;
  }
  header, .footernavi, h2.searchQuery {
    padding: 0 5vw 0 5vw;
  }
  .postslider.holder .slide-post a .content .teaser,
  .postslider.holder .slide-post a .media .teaser,
  .postslider.holder .slide-post picture .teaser {
    padding: 5vw;
  }
  article picture img {
    max-height: 100vw;
  }
  .slideshow.post .slick-arrow, .postslider.holder .slick-arrow {
    display: none !important;
  }
  .pagination .slick-dots {
    position: fixed;
    bottom: 40px;
    height: 30px;
    padding-top: 10px;
  }
  .pagination .slick-dots li {
    height: 12px;
    width: 12px;
  }
  .tilesview .tile {
    width: 100%;
  }
  .tilesview .tile:nth-child(3n) {
    margin-right: 0;
  }
  .tilesview .tile:nth-child(2n) {
    margin-left: 0;
  }
  .tilesview .tile article h3.posthead, .tilesview .tile article h2.postsub {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .tilesview.slideshow .tile {
    width: 100vw;
    margin-right: 1px;
  }
  .tilesview.slideshow .tile:nth-child(3n) {
    margin-right: 1px;
  }
  .tilesview.slideshow .tile:nth-child(2n) {
    margin-left: 0px;
  }
  .tilesview .tile article h3.postsub, .tilesview .tile article p {
    padding: 1vw 5vw 1vw 5vw;
  }
  footer .wrapper .content {
    padding: 0;
  }
  /* hide show from breakpoint */
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .media picture.portrait img {
    width: auto;
    height: auto;
    max-width: 100vw;
  }
}
@media screen and (max-width: 640px) {
  header .cathead h1 span.type,
  .postfooter span.blspan,
  #fp-nav,
  .media.rview button.rview {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .postslider.holder .slide-post a .media img {
    filter: none;
    filter: none;
    -webkit-filter: none;
    opacity: 1;
  }
}
@media screen and (max-width: 640px) {
  footer .footernavi a.xbtn {
    color: white;
  }
}
@media screen and (max-width: 480px) {
  .content.main.post img {
    float: none;
  }
  .tilesview .tile {
    width: 100%;
  }
  .tilesview .tile:nth-child(3n) {
    margin-right: 0;
  }
  .tilesview .tile:nth-child(2n) {
    margin-left: 0;
  }
  .tilesview.slideshow .tile {
    width: 90vw;
    margin-right: 1px;
  }
  .tilesview.slideshow .tile:nth-child(3n) {
    margin-right: 1px;
  }
  .tilesview.slideshow .tile:nth-child(2n) {
    margin-left: 0px;
  }
  /* hide from breakpoint */
  footer .footernavi a.xbtn {
    color: transparent;
    width: 40px;
    overflow: hidden;
    white-space: nowrap;
  }
  footer .footernavi a.xbtn i {
    color: white;
  }
}
@media screen and (max-width: 360px) {
  .postslider.holder .slide-post a .content {
    background-color: rgba(35, 40, 50, 0.4);
  }
  .postslider.holder .slide-post a:hover .content::after {
    background-image: none;
  }
}

/*# sourceMappingURL=main.css.map */