/* ---------------------------------------------------------
 * * Includes
 * * --------------------------------------------------------- */
/* ---------------------------------------------------------
 * * Var
 * * --------------------------------------------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

/* * Retina Backgrounds for Compass
 * * by:              Gaya Kessler
 * * last update:     03/11/14
 * *
 * * Usage:
 * * 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder.
 * * 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder.
 * * 3. include the background-image property in your Sass/Scss using: '@include background-retina(<ratio-1-imagefile>, <ratio-2-imagefile>)' */
@-webkit-keyframes bounce {
  0%, 20%, 60%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  80% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
@keyframes bounce {
  0%, 20%, 60%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  80% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
/* Effect 19:  Slip in from the top with perspective on container */
@-webkit-keyframes OpenTop {
  50% {
    -webkit-transform: rotateX(10deg);
    -webkit-animation-timing-function: ease-out;
  }
}
@keyframes OpenTop {
  50% {
    -webkit-transform: rotateX(10deg);
            transform: rotateX(10deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ==================================================
 * *Font-Face Icons
 * *================================================== */
@font-face {
  font-family: "Icons";
  src: url("../Fonts/Icons.eot");
  src: url("../Fonts/Icons.eot?#iefix") format("embedded-opentype"), url("../Fonts/Icons.woff") format("woff"), url("../Fonts/Icons.ttf") format("truetype"), url("../Fonts/Icons.svg#Icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: "Icons";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

[class^=font-]:before, [class*=" font-"]:before {
  font-family: "Icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

[class^=font-], [class*=" font-"] {
  display: inline-block;
  line-height: 1em;
}

/* Use the following CSS code if you want to have a class per icon */
/* *Instead of a list of all class selectors,
 * *you can use the generic selector below, but it's slower:
 * *[class*="font-icon-"] { */
.font-icon-zoom-out, .font-icon-zoom-in, .font-icon-wrench, .font-icon-waves, .font-icon-warning, .font-icon-volume-up, .font-icon-volume-off, .font-icon-volume-down, .font-icon-viewport, .font-icon-user, .font-icon-user-border, .font-icon-upload, .font-icon-upload-2, .font-icon-unlock, .font-icon-underline, .font-icon-tint, .font-icon-time, .font-icon-text, .font-icon-text-width, .font-icon-text-height, .font-icon-tags, .font-icon-tag, .font-icon-table, .font-icon-strikethrough, .font-icon-stop, .font-icon-step-forward, .font-icon-step-backward, .font-icon-stars, .font-icon-star, .font-icon-star-line, .font-icon-star-half, .font-icon-sort, .font-icon-sort-up, .font-icon-sort-down, .font-icon-social-zerply, .font-icon-social-youtube, .font-icon-social-yelp, .font-icon-social-yahoo, .font-icon-social-wordpress, .font-icon-social-virb, .font-icon-social-vimeo, .font-icon-social-viddler, .font-icon-social-twitter, .font-icon-social-tumblr, .font-icon-social-stumbleupon, .font-icon-social-soundcloud, .font-icon-social-skype, .font-icon-social-share-this, .font-icon-social-quora, .font-icon-social-pinterest, .font-icon-social-photobucket, .font-icon-social-paypal, .font-icon-social-myspace, .font-icon-social-linkedin, .font-icon-social-last-fm, .font-icon-social-grooveshark, .font-icon-social-google-plus, .font-icon-social-github, .font-icon-social-forrst, .font-icon-social-flickr, .font-icon-social-facebook, .font-icon-social-evernote, .font-icon-social-envato, .font-icon-social-email, .font-icon-social-dribbble, .font-icon-social-digg, .font-icon-social-deviant-art, .font-icon-social-blogger, .font-icon-social-behance, .font-icon-social-bebo, .font-icon-social-addthis, .font-icon-social-500px, .font-icon-sitemap, .font-icon-signout, .font-icon-signin, .font-icon-signal, .font-icon-shopping-cart, .font-icon-search, .font-icon-rss, .font-icon-road, .font-icon-retweet, .font-icon-resize-vertical, .font-icon-resize-vertical-2, .font-icon-resize-small, .font-icon-resize-horizontal, .font-icon-resize-horizontal-2, .font-icon-resize-fullscreen, .font-icon-resize-full, .font-icon-repeat, .font-icon-reorder, .font-icon-remove, .font-icon-remove-sign, .font-icon-remove-circle, .font-icon-read-more, .font-icon-random, .font-icon-question-sign, .font-icon-pushpin, .font-icon-pushpin-2, .font-icon-print, .font-icon-plus, .font-icon-plus-sign, .font-icon-play, .font-icon-picture, .font-icon-phone, .font-icon-phone-sign, .font-icon-phone-boxed, .font-icon-pause, .font-icon-paste, .font-icon-paper-clip, .font-icon-ok, .font-icon-ok-sign, .font-icon-ok-circle, .font-icon-music, .font-icon-move, .font-icon-money, .font-icon-minus, .font-icon-minus-sign, .font-icon-map, .font-icon-map-marker, .font-icon-map-marker-2, .font-icon-magnet, .font-icon-magic, .font-icon-lock, .font-icon-list, .font-icon-list-3, .font-icon-list-2, .font-icon-link, .font-icon-layer, .font-icon-key, .font-icon-italic, .font-icon-info, .font-icon-indent-right, .font-icon-indent-left, .font-icon-inbox, .font-icon-inbox-empty, .font-icon-home, .font-icon-heart, .font-icon-heart-line, .font-icon-headphones, .font-icon-headphones-line, .font-icon-headphones-line-2, .font-icon-headphones-2, .font-icon-hdd, .font-icon-group, .font-icon-grid, .font-icon-grid-large, .font-icon-globe_line, .font-icon-glass, .font-icon-glass_2, .font-icon-gift, .font-icon-forward, .font-icon-font, .font-icon-folder-open, .font-icon-folder-close, .font-icon-flag, .font-icon-fire, .font-icon-film, .font-icon-file, .font-icon-file-empty, .font-icon-fast-forward, .font-icon-fast-backward, .font-icon-facetime, .font-icon-eye, .font-icon-eye_disable, .font-icon-expand-view, .font-icon-expand-view-3, .font-icon-expand-view-2, .font-icon-expand-vertical, .font-icon-expand-horizontal, .font-icon-exclamation, .font-icon-email, .font-icon-email_2, .font-icon-eject, .font-icon-edit, .font-icon-edit-check, .font-icon-download, .font-icon-download_2, .font-icon-dashboard, .font-icon-credit-card, .font-icon-copy, .font-icon-comments, .font-icon-comments-line, .font-icon-comment, .font-icon-comment-line, .font-icon-columns, .font-icon-columns-2, .font-icon-cogs, .font-icon-cog, .font-icon-cloud, .font-icon-check, .font-icon-check-empty, .font-icon-certificate, .font-icon-camera, .font-icon-calendar, .font-icon-bullhorn, .font-icon-briefcase, .font-icon-bookmark, .font-icon-book, .font-icon-bolt, .font-icon-bold, .font-icon-blockquote, .font-icon-bell, .font-icon-beaker, .font-icon-barcode, .font-icon-ban-circle, .font-icon-ban-chart, .font-icon-ban-chart-2, .font-icon-backward, .font-icon-asterisk, .font-icon-arrow-simple-up, .font-icon-arrow-simple-up-circle, .font-icon-arrow-simple-right, .font-icon-arrow-simple-right-circle, .font-icon-arrow-simple-left, .font-icon-arrow-simple-left-circle, .font-icon-arrow-simple-down, .font-icon-arrow-simple-down-circle, .font-icon-arrow-round-up, .font-icon-arrow-round-up-circle, .font-icon-arrow-round-right, .font-icon-arrow-round-right-circle, .font-icon-arrow-round-left, .font-icon-arrow-round-left-circle, .font-icon-arrow-round-down, .font-icon-arrow-round-down-circle, .font-icon-arrow-light-up, .font-icon-arrow-light-round-up, .font-icon-arrow-light-round-up-circle, .font-icon-arrow-light-round-right, .font-icon-arrow-light-round-right-circle, .font-icon-arrow-light-round-left, .font-icon-arrow-light-round-left-circle, .font-icon-arrow-light-round-down, .font-icon-arrow-light-round-down-circle, .font-icon-arrow-light-right, .font-icon-arrow-light-left, .font-icon-arrow-light-down, .font-icon-align-right, .font-icon-align-left, .font-icon-align-justify, .font-icon-align-center, .font-icon-adjust {
  font-family: "Icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.font-icon-zoom-out:before {
  content: "\e000";
}

.font-icon-zoom-in:before {
  content: "\e001";
}

.font-icon-wrench:before {
  content: "\e002";
}

.font-icon-waves:before {
  content: "\e003";
}

.font-icon-warning:before {
  content: "\e004";
}

.font-icon-volume-up:before {
  content: "\e005";
}

.font-icon-volume-off:before {
  content: "\e006";
}

.font-icon-volume-down:before {
  content: "\e007";
}

.font-icon-viewport:before {
  content: "\e008";
}

.font-icon-user:before {
  content: "\e009";
}

.font-icon-user-border:before {
  content: "\e00a";
}

.font-icon-upload:before {
  content: "\e00b";
}

.font-icon-upload-2:before {
  content: "\e00c";
}

.font-icon-unlock:before {
  content: "\e00d";
}

.font-icon-underline:before {
  content: "\e00e";
}

.font-icon-tint:before {
  content: "\e00f";
}

.font-icon-time:before {
  content: "\e010";
}

.font-icon-text:before {
  content: "\e011";
}

.font-icon-text-width:before {
  content: "\e012";
}

.font-icon-text-height:before {
  content: "\e013";
}

.font-icon-tags:before {
  content: "\e014";
}

.font-icon-tag:before {
  content: "\e015";
}

.font-icon-table:before {
  content: "\e016";
}

.font-icon-strikethrough:before {
  content: "\e017";
}

.font-icon-stop:before {
  content: "\e018";
}

.font-icon-step-forward:before {
  content: "\e019";
}

.font-icon-step-backward:before {
  content: "\e01a";
}

.font-icon-stars:before {
  content: "\e01b";
}

.font-icon-star:before {
  content: "\e01c";
}

.font-icon-star-line:before {
  content: "\e01d";
}

.font-icon-star-half:before {
  content: "\e01e";
}

.font-icon-sort:before {
  content: "\e01f";
}

.font-icon-sort-up:before {
  content: "\e020";
}

.font-icon-sort-down:before {
  content: "\e021";
}

.font-icon-social-zerply:before {
  content: "\e022";
}

.font-icon-social-youtube:before {
  content: "\e023";
}

.font-icon-social-yelp:before {
  content: "\e024";
}

.font-icon-social-yahoo:before {
  content: "\e025";
}

.font-icon-social-wordpress:before {
  content: "\e026";
}

.font-icon-social-virb:before {
  content: "\e027";
}

.font-icon-social-vimeo:before {
  content: "\e028";
}

.font-icon-social-viddler:before {
  content: "\e029";
}

.font-icon-social-twitter:before {
  content: "\e02a";
}

.font-icon-social-tumblr:before {
  content: "\e02b";
}

.font-icon-social-stumbleupon:before {
  content: "\e02c";
}

.font-icon-social-soundcloud:before {
  content: "\e02d";
}

.font-icon-social-skype:before {
  content: "\e02e";
}

.font-icon-social-share-this:before {
  content: "\e02f";
}

.font-icon-social-quora:before {
  content: "\e030";
}

.font-icon-social-pinterest:before {
  content: "\e031";
}

.font-icon-social-photobucket:before {
  content: "\e032";
}

.font-icon-social-paypal:before {
  content: "\e033";
}

.font-icon-social-myspace:before {
  content: "\e034";
}

.font-icon-social-linkedin:before {
  content: "\e035";
}

.font-icon-social-last-fm:before {
  content: "\e036";
}

.font-icon-social-grooveshark:before {
  content: "\e037";
}

.font-icon-social-google-plus:before {
  content: "\e038";
}

.font-icon-social-github:before {
  content: "\e039";
}

.font-icon-social-forrst:before {
  content: "\e03a";
}

.font-icon-social-flickr:before {
  content: "\e03b";
}

.font-icon-social-facebook:before {
  content: "\e03c";
}

.font-icon-social-evernote:before {
  content: "\e03d";
}

.font-icon-social-envato:before {
  content: "\e03e";
}

.font-icon-social-email:before {
  content: "\e03f";
}

.font-icon-social-dribbble:before {
  content: "\e040";
}

.font-icon-social-digg:before {
  content: "\e041";
}

.font-icon-social-deviant-art:before {
  content: "\e042";
}

.font-icon-social-blogger:before {
  content: "\e043";
}

.font-icon-social-behance:before {
  content: "\e044";
}

.font-icon-social-bebo:before {
  content: "\e045";
}

.font-icon-social-addthis:before {
  content: "\e046";
}

.font-icon-social-500px:before {
  content: "\e047";
}

.font-icon-sitemap:before {
  content: "\e048";
}

.font-icon-signout:before {
  content: "\e049";
}

.font-icon-signin:before {
  content: "\e04a";
}

.font-icon-signal:before {
  content: "\e04b";
}

.font-icon-shopping-cart:before {
  content: "\e04c";
}

.font-icon-search:before {
  content: "\e04d";
}

.font-icon-rss:before {
  content: "\e04e";
}

.font-icon-road:before {
  content: "\e04f";
}

.font-icon-retweet:before {
  content: "\e050";
}

.font-icon-resize-vertical:before {
  content: "\e051";
}

.font-icon-resize-vertical-2:before {
  content: "\e052";
}

.font-icon-resize-small:before {
  content: "\e053";
}

.font-icon-resize-horizontal:before {
  content: "\e054";
}

.font-icon-resize-horizontal-2:before {
  content: "\e055";
}

.font-icon-resize-fullscreen:before {
  content: "\e056";
}

.font-icon-resize-full:before {
  content: "\e057";
}

.font-icon-repeat:before {
  content: "\e058";
}

.font-icon-reorder:before {
  content: "\e059";
}

.font-icon-remove:before {
  content: "\e05a";
}

.font-icon-remove-sign:before {
  content: "\e05b";
}

.font-icon-remove-circle:before {
  content: "\e05c";
}

.font-icon-read-more:before {
  content: "\e05d";
}

.font-icon-random:before {
  content: "\e05e";
}

.font-icon-question-sign:before {
  content: "\e05f";
}

.font-icon-pushpin:before {
  content: "\e060";
}

.font-icon-pushpin-2:before {
  content: "\e061";
}

.font-icon-print:before {
  content: "\e062";
}

.font-icon-plus:before {
  content: "\e063";
}

.font-icon-plus-sign:before {
  content: "\e064";
}

.font-icon-play:before {
  content: "\e065";
}

.font-icon-picture:before {
  content: "\e066";
}

.font-icon-phone:before {
  content: "\e067";
}

.font-icon-phone-sign:before {
  content: "\e068";
}

.font-icon-phone-boxed:before {
  content: "\e069";
}

.font-icon-pause:before {
  content: "\e06a";
}

.font-icon-paste:before {
  content: "\e06b";
}

.font-icon-paper-clip:before {
  content: "\e06c";
}

.font-icon-ok:before {
  content: "\e06d";
}

.font-icon-ok-sign:before {
  content: "\e06e";
}

.font-icon-ok-circle:before {
  content: "\e06f";
}

.font-icon-music:before {
  content: "\e070";
}

.font-icon-move:before {
  content: "\e071";
}

.font-icon-money:before {
  content: "\e072";
}

.font-icon-minus:before {
  content: "\e073";
}

.font-icon-minus-sign:before {
  content: "\e074";
}

.font-icon-map:before {
  content: "\e075";
}

.font-icon-map-marker:before {
  content: "\e076";
}

.font-icon-map-marker-2:before {
  content: "\e077";
}

.font-icon-magnet:before {
  content: "\e078";
}

.font-icon-magic:before {
  content: "\e079";
}

.font-icon-lock:before {
  content: "\e07a";
}

.font-icon-list:before {
  content: "\e07b";
}

.font-icon-list-3:before {
  content: "\e07c";
}

.font-icon-list-2:before {
  content: "\e07d";
}

.font-icon-link:before {
  content: "\e07e";
}

.font-icon-layer:before {
  content: "\e07f";
}

.font-icon-key:before {
  content: "\e080";
}

.font-icon-italic:before {
  content: "\e081";
}

.font-icon-info:before {
  content: "\e082";
}

.font-icon-indent-right:before {
  content: "\e083";
}

.font-icon-indent-left:before {
  content: "\e084";
}

.font-icon-inbox:before {
  content: "\e085";
}

.font-icon-inbox-empty:before {
  content: "\e086";
}

.font-icon-home:before {
  content: "\e087";
}

.font-icon-heart:before {
  content: "\e088";
}

.font-icon-heart-line:before {
  content: "\e089";
}

.font-icon-headphones:before {
  content: "\e08a";
}

.font-icon-headphones-line:before {
  content: "\e08b";
}

.font-icon-headphones-line-2:before {
  content: "\e08c";
}

.font-icon-headphones-2:before {
  content: "\e08d";
}

.font-icon-hdd:before {
  content: "\e08e";
}

.font-icon-group:before {
  content: "\e08f";
}

.font-icon-grid:before {
  content: "\e090";
}

.font-icon-grid-large:before {
  content: "\e091";
}

.font-icon-globe_line:before {
  content: "\e092";
}

.font-icon-glass:before {
  content: "\e093";
}

.font-icon-glass_2:before {
  content: "\e094";
}

.font-icon-gift:before {
  content: "\e095";
}

.font-icon-forward:before {
  content: "\e096";
}

.font-icon-font:before {
  content: "\e097";
}

.font-icon-folder-open:before {
  content: "\e098";
}

.font-icon-folder-close:before {
  content: "\e099";
}

.font-icon-flag:before {
  content: "\e09a";
}

.font-icon-fire:before {
  content: "\e09b";
}

.font-icon-film:before {
  content: "\e09c";
}

.font-icon-file:before {
  content: "\e09d";
}

.font-icon-file-empty:before {
  content: "\e09e";
}

.font-icon-fast-forward:before {
  content: "\e09f";
}

.font-icon-fast-backward:before {
  content: "\e0a0";
}

.font-icon-facetime:before {
  content: "\e0a1";
}

.font-icon-eye:before {
  content: "\e0a2";
}

.font-icon-eye_disable:before {
  content: "\e0a3";
}

.font-icon-expand-view:before {
  content: "\e0a4";
}

.font-icon-expand-view-3:before {
  content: "\e0a5";
}

.font-icon-expand-view-2:before {
  content: "\e0a6";
}

.font-icon-expand-vertical:before {
  content: "\e0a7";
}

.font-icon-expand-horizontal:before {
  content: "\e0a8";
}

.font-icon-exclamation:before {
  content: "\e0a9";
}

.font-icon-email:before {
  content: "\e0aa";
}

.font-icon-email_2:before {
  content: "\e0ab";
}

.font-icon-eject:before {
  content: "\e0ac";
}

.font-icon-edit:before {
  content: "\e0ad";
}

.font-icon-edit-check:before {
  content: "\e0ae";
}

.font-icon-download:before {
  content: "\e0af";
}

.font-icon-download_2:before {
  content: "\e0b0";
}

.font-icon-dashboard:before {
  content: "\e0b1";
}

.font-icon-credit-card:before {
  content: "\e0b2";
}

.font-icon-copy:before {
  content: "\e0b3";
}

.font-icon-comments:before {
  content: "\e0b4";
}

.font-icon-comments-line:before {
  content: "\e0b5";
}

.font-icon-comment:before {
  content: "\e0b6";
}

.font-icon-comment-line:before {
  content: "\e0b7";
}

.font-icon-columns:before {
  content: "\e0b8";
}

.font-icon-columns-2:before {
  content: "\e0b9";
}

.font-icon-cogs:before {
  content: "\e0ba";
}

.font-icon-cog:before {
  content: "\e0bb";
}

.font-icon-cloud:before {
  content: "\e0bc";
}

.font-icon-check:before {
  content: "\e0bd";
}

.font-icon-check-empty:before {
  content: "\e0be";
}

.font-icon-certificate:before {
  content: "\e0bf";
}

.font-icon-camera:before {
  content: "\e0c0";
}

.font-icon-calendar:before {
  content: "\e0c1";
}

.font-icon-bullhorn:before {
  content: "\e0c2";
}

.font-icon-briefcase:before {
  content: "\e0c3";
}

.font-icon-bookmark:before {
  content: "\e0c4";
}

.font-icon-book:before {
  content: "\e0c5";
}

.font-icon-bolt:before {
  content: "\e0c6";
}

.font-icon-bold:before {
  content: "\e0c7";
}

.font-icon-blockquote:before {
  content: "\e0c8";
}

.font-icon-bell:before {
  content: "\e0c9";
}

.font-icon-beaker:before {
  content: "\e0ca";
}

.font-icon-barcode:before {
  content: "\e0cb";
}

.font-icon-ban-circle:before {
  content: "\e0cc";
}

.font-icon-ban-chart:before {
  content: "\e0cd";
}

.font-icon-ban-chart-2:before {
  content: "\e0ce";
}

.font-icon-backward:before {
  content: "\e0cf";
}

.font-icon-asterisk:before {
  content: "\e0d0";
}

.font-icon-arrow-simple-up:before {
  content: "\e0d1";
}

.font-icon-arrow-simple-up-circle:before {
  content: "\e0d2";
}

.font-icon-arrow-simple-right:before {
  content: "\e0d3";
}

.font-icon-arrow-simple-right-circle:before {
  content: "\e0d4";
}

.font-icon-arrow-simple-left:before {
  content: "\e0d5";
}

.font-icon-arrow-simple-left-circle:before {
  content: "\e0d6";
}

.font-icon-arrow-simple-down:before {
  content: "\e0d7";
}

.font-icon-arrow-simple-down-circle:before {
  content: "\e0d8";
}

.font-icon-arrow-round-up:before {
  content: "\e0d9";
}

.font-icon-arrow-round-up-circle:before {
  content: "\e0da";
}

.font-icon-arrow-round-right:before {
  content: "\e0db";
}

.font-icon-arrow-round-right-circle:before {
  content: "\e0dc";
}

.font-icon-arrow-round-left:before {
  content: "\e0dd";
}

.font-icon-arrow-round-left-circle:before {
  content: "\e0de";
}

.font-icon-arrow-round-down:before {
  content: "\e0df";
}

.font-icon-arrow-round-down-circle:before {
  content: "\e0e0";
}

.font-icon-arrow-light-up:before {
  content: "\e0e1";
}

.font-icon-arrow-light-round-up:before {
  content: "\e0e2";
}

.font-icon-arrow-light-round-up-circle:before {
  content: "\e0e3";
}

.font-icon-arrow-light-round-right:before {
  content: "\e0e4";
}

.font-icon-arrow-light-round-right-circle:before {
  content: "\e0e5";
}

.font-icon-arrow-light-round-left:before {
  content: "\e0e6";
}

.font-icon-arrow-light-round-left-circle:before {
  content: "\e0e7";
}

.font-icon-arrow-light-round-down:before {
  content: "\e0e8";
}

.font-icon-arrow-light-round-down-circle:before {
  content: "\e0e9";
}

.font-icon-arrow-light-right:before {
  content: "\e0ea";
}

.font-icon-arrow-light-left:before {
  content: "\e0eb";
}

.font-icon-arrow-light-down:before {
  content: "\e0ec";
}

.font-icon-align-right:before {
  content: "\e0ed";
}

.font-icon-align-left:before {
  content: "\e0ee";
}

.font-icon-align-justify:before {
  content: "\e0ef";
}

.font-icon-align-center:before {
  content: "\e0f0";
}

.font-icon-adjust:before {
  content: "\e0f1";
}

/*======================================
 * *  Selectric v1.12.0
 * *====================================== */
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  color: #4C4F55;
  font-family: "DIN Next W01 Light";
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 40px 0 20px;
  font-size: 18px;
  line-height: 65px;
  height: 65px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric .button {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 21px;
  height: 32px;
  font-size: 32px;
  line-height: 32px;
  color: #4C4F55;
  -webkit-transform: rotate(180degdeg);
  transform: rotate(180degdeg);
}

.selectric-small .selectric .label {
  height: 45px;
  line-height: 45px;
}
.selectric-small .selectric .button {
  top: 0px;
  line-height: 45px;
  height: 45px;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  background: white;
}
.selectric-open .selectric .button {
  -webkit-transform: rotate(0degdeg);
  transform: rotate(0degdeg);
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  border-top: 1px solid #4C4F55;
  position: absolute;
  top: 100%;
  left: 0;
  color: #4C4F55;
  background: #FFFFFF;
  z-index: -1;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 24px;
  min-height: 24px;
}
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 24px;
  min-height: 24px;
  display: block;
  padding: 13px 20px;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #85776b;
  color: #FFFFFF;
}
.selectric-items li.highlighted {
  background: #85776b;
  color: #FFFFFF;
}
.selectric-items li:hover {
  background: #4C4F55;
  color: #FFFFFF;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

video {
  max-width: 100%;
  height: auto;
}

iframe, embed, object {
  max-width: 100%;
}

.vendor {
  background: #ffffff;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.twentytwenty-before-label, .twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}
.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}

.twentytwenty-overlay {
  -webkit-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}
.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}
.twentytwenty-overlay:hover .twentytwenty-after-label, .twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}

body.preloader-site {
  overflow: hidden;
}

.preloader-wrapper {
  height: 100%;
  width: 100%;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}
.preloader-wrapper .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
}

html, body {
  height: 100%;
  width: 100%;
  font-family: "DIN Next W01 Light";
  font-size: 18px;
  background: white;
  color: #4C4F55;
}

h1 {
  font-family: "Museo W01_700";
  font-weight: normal;
  line-height: 2.2rem;
  font-size: 2rem;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.666rem;
    line-height: 2.83rem;
  }
}

h2 {
  font-family: "Museo W01_700";
  font-weight: normal;
  font-size: 45px;
}
h3 {
  font-family: "Museo W01_700";
  font-weight: normal;
  line-height: 1.2rem;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  h3 {
    margin-bottom: 20px;
  }
}

h4 {
  font-family: "Museo W01_700";
  font-weight: normal;
  margin-bottom: 14px;
}

h5 {
  line-height: 0.75rem;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 14px;
}

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

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

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

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

b, strong {
  font-family: "DIN Next LT W01 Bold";
  font-weight: normal;
}

i, em {
  font-weight: normal;
}

.no-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.no-list li {
  line-height: 1rem;
}

small {
  font-size: 0.9375rem;
}

a {
  color: #FF8C53;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #4C4F55;
}

p {
  margin-bottom: 14px;
}
p:last-child {
  margin-bottom: 0;
}

.no-scroll {
  overflow: hidden;
}

#cookie-alert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  background: white;
}
#cookie-alert .inner {
  text-align: center;
  padding: 10px 30px;
  margin-right: 0;
}
#cookie-alert .inner p {
  font-size: 1.125rem;
  line-height: 1.375rem;
}
@media (min-width: 768px) {
  #cookie-alert .inner {
    padding: 10px 100px;
    margin-right: 180px;
  }
}
#cookie-alert .inner > p:last-child,
#cookie-alert .inner .ce-bodytext p:last-child {
  margin: 0;
}
#cookie-alert .inner a {
  font-weight: bold;
  color: #000000;
}
#cookie-alert button {
  width: 100%;
  position: relative;
  height: 50px;
  font-size: 1.125rem;
  line-height: 1.125rem;
  background: #000000;
  font-family: "DIN Next W01 Light";
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
}
@media (min-width: 768px) {
  #cookie-alert button {
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
    height: 100%;
  }
}
#cookie-alert button:hover {
  background-color: #000000;
  border-color: #000000;
}

.table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}
.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}
.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

nav.navbar {
  width: 100%;
  padding: 0;
  background: #FFFFFF;
  z-index: 1001;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
nav.navbar .navbar-brand {
  height: 60px;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 991.98px) {
  nav.navbar .navbar-brand {
    padding-left: 15px;
  }
}

.anchormenu li {
  border-top: 1px solid #F1F1F1;
}
.anchormenu li a {
  color: #FF8C53;
  font-size: 16px;
  font-weight: 300;
  line-height: 68px;
  display: block;
  text-transform: uppercase;
  text-align: right;
  margin-left: 30px;
  margin-right: 30px;
}
.anchormenu li a:hover {
  color: #4C4F55;
}
@media (min-width: 992px) {
  .anchormenu li {
    border: none;
  }
  .anchormenu li a {
    color: #AEAEAE;
    margin-right: 0;
    line-height: 60px;
  }
  .anchormenu li:first-child a {
    margin-left: 0;
    text-align: left;
  }
}

#menu-toogle {
  position: absolute;
  right: 15px;
  top: 21px;
  width: 24px;
  height: 18px;
  background: none;
  border: none;
  outline: none;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  padding: 0;
}
@media (min-width: 992px) {
  #menu-toogle {
    display: none;
  }
}
#menu-toogle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: black;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#menu-toogle span:nth-child(even) {
  left: 50%;
}
#menu-toogle span:nth-child(odd) {
  left: 0px;
}
#menu-toogle span:nth-child(1), #menu-toogle span:nth-child(2) {
  top: 0px;
}
#menu-toogle span:nth-child(3), #menu-toogle span:nth-child(4) {
  top: 9px;
}
#menu-toogle span:nth-child(5), #menu-toogle span:nth-child(6) {
  top: 18px;
}
#menu-toogle.open span:nth-child(1), #menu-toogle.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu-toogle.open span:nth-child(2), #menu-toogle.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menu-toogle.open span:nth-child(1) {
  left: 2px;
  top: 4px;
}
#menu-toogle.open span:nth-child(2) {
  left: calc(50% - 2px);
  top: 4px;
}
#menu-toogle.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
#menu-toogle.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
#menu-toogle.open span:nth-child(5) {
  left: 2px;
  top: 12px;
}
#menu-toogle.open span:nth-child(6) {
  left: calc(50% - 2px);
  top: 12px;
}

.menu-open {
  overflow: hidden;
}

.owl-carousel-hero {
  display: block !important;
  height: 100vh;
}
@media (min-width: 768px) {
  .owl-carousel-hero {
    height: 100vh;
  }
}
.owl-carousel-hero .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}
.owl-carousel-hero .item > * {
  height: 100%;
}
.owl-carousel-hero .item .content {
  font-family: "Museo W01_700";
  font-size: 37px;
  margin-bottom: 30px;
  text-shadow: 0px 0px 8px #000;
  color: #FFFFFF;
  letter-spacing: 0.075em;
  line-height: 1em;
  text-transform: uppercase;
  position: absolute;
  z-index: 2;
  width: 100%;
  text-align: center;
  bottom: 148px;
  position: absolute;
  height: auto;
}
@media (min-width: 768px) {
  .owl-carousel-hero .item .content {
    bottom: 116px;
  }
}
.owl-carousel-hero .owl-stage-outer,
.owl-carousel-hero .owl-stage,
.owl-carousel-hero .owl-item {
  height: 100%;
}
.owl-carousel-hero h2 {
  font-family: "DIN Next W01 Light";
  font-size: 1.75rem;
  line-height: 2.0625rem;
}
@media (min-width: 768px) {
  .owl-carousel-hero h2 {
    font-size: 3.25rem;
    line-height: 3.75rem;
  }
}
.owl-carousel-hero h1, .owl-carousel-hero h2, .owl-carousel-hero h3, .owl-carousel-hero h4 {
  color: #FFFFFF;
}
.owl-carousel-hero .additional-form {
  width: auto;
  position: relative;
  left: inherit;
  bottom: inherit;
}

#main-slider {
  position: relative;
  overflow: hidden;
  height: 100%;
}
#main-slider .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  /*background: #26292E;
  * *opacity: 0.7;
  * *filter: alpha(opacity=70); */
  z-index: 0;
}
#main-slider .container {
  height: 100%;
}
#main-slider .container .captionrow {
  position: absolute;
  bottom: 100px;
}
#main-slider .slider-text {
  position: relative;
  z-index: 2;
  text-align: center;
}
#main-slider #slidecaption {
  float: none;
  text-shadow: none;
  font-family: "Open Sans", sans-serif;
  font-size: 60px;
  font-weight: 300;
  color: #FFFFFF;
  letter-spacing: -2px;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0;
}
#main-slider #slidecaption {
  letter-spacing: 0.075em;
}
#main-slider .slide-fix {
  letter-spacing: 0.075em;
  float: none;
  text-shadow: none;
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0;
  text-shadow: 0px 0px 4px #000;
}
#main-slider .slide-fix a:link {
  color: white;
}
#main-slider .control-nav {
  position: absolute;
  width: 100%;
  background: #F5F6F6;
  height: 50px;
  bottom: 0;
  z-index: 2;
}
#main-slider #nextslide, #main-slider #prevslide {
  background-image: none;
  background-color: #E0E0E0;
  display: inline-block;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  opacity: 1;
  cursor: pointer;
  filter: alpha(opacity=100);
  -webkit-transition: background 0.1s linear 0s;
  transition: background 0.1s linear 0s;
}
#main-slider #nextslide {
  margin-left: -3px;
}
#main-slider #nextsection {
  float: right;
}
#main-slider #nextslide:hover, #main-slider #prevslide:hover {
  background-color: #FF8C53;
}
#main-slider #nextslide i, #main-slider #prevslide i {
  font-size: 16px;
  color: #FFFFFF;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  line-height: 1em;
}
#main-slider #nextslide i {
  margin-left: -8px;
}
#main-slider #prevslide i {
  margin-left: -9px;
}
#main-slider div#slide-list {
  top: 50%;
  padding: 0;
  margin: -6px 50px 0 100px;
  float: left;
  position: absolute;
  width: calc(100% - 150px);
}
#main-slider div#slide-list button {
  background-color: #E0E0E0;
  background-image: none;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  border: none;
  padding: 0;
  -webkit-transition: background 0.1s linear 0s;
  transition: background 0.1s linear 0s;
  display: block;
  float: left;
  outline: none;
  margin-right: 12px;
}
#main-slider div#slide-list button:last-child {
  margin-right: 0;
}
#main-slider div#slide-list button:hover {
  background-color: #FF8C53;
}
#main-slider div#slide-list button.active {
  background-color: #FF8C53;
}
#main-slider div#slide-list button.active:hover {
  background-color: #FF8C53;
}
#main-slider #nextsection {
  background-color: #E0E0E0;
  margin: 0;
  position: relative;
  float: right;
  width: 50px;
  height: 50px;
  -webkit-transition: background 0.1s linear 0s;
  transition: background 0.1s linear 0s;
}
#main-slider #nextsection:hover {
  background-color: #FF8C53;
}
#main-slider #nextsection i {
  font-size: 16px;
  color: #FFFFFF;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  line-height: 1em;
  margin-left: -7px;
}

section {
  padding: 80px 0;
  background: #F5F6F6;
}
section.white {
  background: white;
}

.separator {
  background-color: black;
}
.separator a > i {
  color: #FF8C53;
}
.separator .separator-title {
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991.98px) {
  .separator .separator-title {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .separator .separator-title {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.separator .separator-title h2 {
  color: white;
}
@media (max-width: 991.98px) {
  .separator .separator-title h2 {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 767.98px) {
  .separator .separator-title h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 300px) {
  .separator .separator-title h2 {
    font-size: 13px;
    line-height: 17px;
  }
}
.separator .separator-title p {
  color: white;
}
@media (max-width: 991.98px) {
  .separator .separator-title p {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 767.98px) {
  .separator .separator-title p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 300px) {
  .separator .separator-title p {
    font-size: 12px;
    line-height: 16px;
  }
}
.separator .separator-title a > i {
  font-size: 45px;
  display: block;
  text-align: center;
}
.separator .row {
  min-height: 400px;
}
@media (max-width: 800px) {
  .separator .row {
    min-height: 300px;
  }
}
@media (max-width: 991.98px) {
  .separator .row {
    min-height: 125px;
  }
}
@media (max-width: 300px) {
  .separator .row {
    min-height: inherit;
  }
}
.separator .separator-content {
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
}
.separator .separator-content .col.text {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .separator .separator-content .col.text {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 38px;
       -moz-column-gap: 38px;
            column-gap: 38px;
  }
}
.separator .separator-content .col.text .close {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("../Images/close.svg");
  cursor: pointer;
}
@media (min-width: 768px) {
  .separator .separator-content .col.text .close {
    right: 0;
  }
}
.separator .separator-content img {
  max-width: 100%;
  height: auto;
}

a[data-type=ajax] {
  margin-bottom: 30px;
  display: block;
}

.card {
  border: none;
  border-radius: 0;
  position: relative;
  color: #4C4F55;
}
.card:hover {
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.1);
}
.card:hover .card-body {
  opacity: 1;
}
.card .card-body {
  background: rgba(0, 0, 0, 0.85);
  position: absolute;
  opacity: 0;
  padding: 20px 20px 44px 20px;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.35s opacity ease-in-out;
  transition: 0.35s opacity ease-in-out;
}
.card .card-body h3 {
  color: white;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
}
.card .card-body h4 {
  font-family: "Museo W01_700 Italic";
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}
.card .card-body p {
  font-size: 18px;
  line-height: 27px;
}
.card .card-body button {
  color: #4C4F55;
  border: 1px solid #4C4F55;
  background: white;
  padding: 3px 15px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  cursor: pointer;
}

.row + .row {
  margin-top: 40px;
}

#works .col-md-4 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #works .col-md-4 {
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .tx-powermail {
    margin-bottom: 36px;
  }
}
.tx-powermail .powermail_message_error {
  display: none;
}
.tx-powermail .form-group {
  margin-bottom: 1px;
  outline: none;
}
.tx-powermail .form-group .form-control {
  border-radius: 0;
  border: none;
}
.tx-powermail .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tx-powermail .form-group .form-control.powermail_field_error {
  background-color: #FF7B3A;
  color: white;
}
.tx-powermail .form-group .powermail-errors-list {
  display: none;
  list-style-type: none;
}
.tx-powermail .form-group .powermail-errors-list.filled {
  display: block;
  margin: 0;
  padding: 0;
}
.tx-powermail .form-group input[type=submit] {
  outline: none;
  border: none;
  background: #E0E0E0;
  color: #55606A;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 40px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: auto;
  margin-top: 30px;
  -webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;
  transition: background 0.1s linear 0s, color 0.1s linear 0s;
}
.tx-powermail .form-group input[type=submit]:hover {
  background: #FF7B3A;
  color: #FFFFFF;
}

section.white .form-control {
  background: #F5F6F6;
}

body.layout-2, body .fancybox-content {
  background: white;
}
body.layout-2 p:last-child, body .fancybox-content p:last-child {
  margin-bottom: 20px;
}
body.layout-2 img, body .fancybox-content img {
  max-width: 100% !important;
}
body.layout-2 > .row, body .fancybox-content > .row {
  margin: 0 0 20px 0;
}
body.layout-2 > .row .col-12, body .fancybox-content > .row .col-12 {
  padding: 0;
}
body.layout-2 > .row .col-6, body .fancybox-content > .row .col-6 {
  width: 50%;
  float: left;
  min-height: 1px;
}
body.layout-2 > .row .col-6:nth-child(2n-2), body .fancybox-content > .row .col-6:nth-child(2n-2) {
  margin-top: 20px;
  padding-left: 0;
  padding-right: 10px;
}
body.layout-2 > .row .col-6:nth-child(2n-3), body .fancybox-content > .row .col-6:nth-child(2n-3) {
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 0;
}
body.layout-2 strong, body .fancybox-content strong {
  font-weight: bold;
}
body.layout-2 .owl-referenz .owl-nav, body .fancybox-content .owl-referenz .owl-nav {
  position: absolute;
  top: 15px;
  width: 100%;
}
body.layout-2 .owl-referenz .owl-nav .owl-prev, body.layout-2 .owl-referenz .owl-nav .owl-next, body .fancybox-content .owl-referenz .owl-nav .owl-prev, body .fancybox-content .owl-referenz .owl-nav .owl-next {
  background: url("/fileadmin/Resources/Public/Images/next-prev.svg") no-repeat center;
  background-size: 8px 13px;
  width: 8px;
  height: 13px;
  display: inline-block;
  left: 46%;
  position: absolute;
  outline: none;
}
body.layout-2 .owl-referenz .owl-nav .owl-next, body .fancybox-content .owl-referenz .owl-nav .owl-next {
  left: initial;
  right: 46%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
body.layout-2 h1, body.layout-2 h2, body.layout-2 h3, body.layout-2 h4, body.layout-2 h5, body.layout-2 h6, body .fancybox-content h1, body .fancybox-content h2, body .fancybox-content h3, body .fancybox-content h4, body .fancybox-content h5, body .fancybox-content h6 {
  font-family: "Museo W01_700 Italic";
  font-size: 2rem;
  line-height: 2.3rem;
  text-align: center;
}
body.layout-2 p, body .fancybox-content p {
  text-align: center;
}
body.layout-2 strong, body .fancybox-content strong {
  font-family: "DIN Next LT W01 Bold";
  font-weight: normal;
}

.fancybox-content {
  padding: 40px 40px 20px 40px;
}
@media (min-width: 768px) {
  .fancybox-content {
    max-width: 740px;
  }
}
/*# sourceMappingURL=default.css.map */