@charset "UTF-8";
/*! Url: Remaq.cz | Version: 3.9.90 | Author: Emersion Software */
/*
STYLE.SCSS

--- VARS/MIXINS
--- FONTS/ICONS
--- NORMALIZE/REBOOT
--- GRID
--- UTILITY
--- CONTENT
--- COMPONENTS
--- MODULES
--- CBLOCKS
--- E-SHOP
--- VENDOR
--- MEDIA QUERIES
--- PRINT
--- DEBUG
*/
/* --- VARS/MIXINS --- */
/* Customized */
/* --- FONTS/ICONS --- */
/* Google Fonts */
/*
@import url('http://fonts.googleapis.com/css?family=Armata&subset=latin-ext,latin'); // font-family:Armata,sans-serif;
@import url('http://fonts.googleapis.com/css?family=Archivo+Narrow:400&subset=latin-ext,latin'); // font-family:'Archivo Narrow',sans-serif;
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin,latin-ext'); // font-family:'Open Sans',sans-serif;
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300&subset=latin,latin-ext'); // font-family: 'Roboto Condensed', sans-serif;
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,700&subset=latin-ext');  // font-family: 'Raleway', sans-serif;
@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,700&subset=latin-ext'); // font-family: 'Work Sans', sans-serif;
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400i,700i&subset=latin-ext'); // font-family: 'Playfair Display';
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700&subset=latin-ext'); // font-family:'Source Sans Pro', sans-serif;
*/
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,700,800&subset=latin-ext");
/* Font Awesome  4.7 */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.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;
}

.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 #eee;
  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;
}

.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -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: #fff;
}

.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-pp: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-resistance: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: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";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

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

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

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

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

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

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

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

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

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

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

.fa-linode:before {
  content: "\f2b8";
}

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

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

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

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

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

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Font Awesome  5 */
/* --- NORMALIZE v 7.0.0 | REBOOT v4.0 --- */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* --- GRID ---- */
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
@media screen {
  .clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
  }
  .grid-container:before, .clearfix:before, .grid-container:after, .clearfix:after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
  }
  .grid-container:after, .clearfix:after {
    clear: both;
  }
  .grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .grid-5, .mobile-grid-5, .tablet-grid-5, .grid-10, .mobile-grid-10, .tablet-grid-10, .grid-15, .mobile-grid-15, .tablet-grid-15, .grid-20, .mobile-grid-20, .tablet-grid-20, .grid-25, .mobile-grid-25, .tablet-grid-25, .grid-30, .mobile-grid-30, .tablet-grid-30, .grid-35, .mobile-grid-35, .tablet-grid-35, .grid-40, .mobile-grid-40, .tablet-grid-40, .grid-45, .mobile-grid-45, .tablet-grid-45, .grid-50, .mobile-grid-50, .tablet-grid-50, .grid-55, .mobile-grid-55, .tablet-grid-55, .grid-60, .mobile-grid-60, .tablet-grid-60, .grid-65, .mobile-grid-65, .tablet-grid-65, .grid-70, .mobile-grid-70, .tablet-grid-70, .grid-75, .mobile-grid-75, .tablet-grid-75, .grid-80, .mobile-grid-80, .tablet-grid-80, .grid-85, .mobile-grid-85, .tablet-grid-85, .grid-90, .mobile-grid-90, .tablet-grid-90, .grid-95, .mobile-grid-95, .tablet-grid-95, .grid-100, .mobile-grid-100, .tablet-grid-100, .grid-33, .mobile-grid-33, .tablet-grid-33, .grid-66, .mobile-grid-66, .tablet-grid-66 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
  .grid-parent {
    padding-left: 0;
    padding-right: 0;
  }
  body {
    min-width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .mobile-grid-100:before, .mobile-grid-100:after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
  }
  .mobile-grid-100:after {
    clear: both;
  }
  .mobile-push-5, .mobile-pull-5, .mobile-push-10, .mobile-pull-10, .mobile-push-15, .mobile-pull-15, .mobile-push-20, .mobile-pull-20, .mobile-push-25, .mobile-pull-25, .mobile-push-30, .mobile-pull-30, .mobile-push-35, .mobile-pull-35, .mobile-push-40, .mobile-pull-40, .mobile-push-45, .mobile-pull-45, .mobile-push-50, .mobile-pull-50, .mobile-push-55, .mobile-pull-55, .mobile-push-60, .mobile-pull-60, .mobile-push-65, .mobile-pull-65, .mobile-push-70, .mobile-pull-70, .mobile-push-75, .mobile-pull-75, .mobile-push-80, .mobile-pull-80, .mobile-push-85, .mobile-pull-85, .mobile-push-90, .mobile-pull-90, .mobile-push-95, .mobile-pull-95, .mobile-push-33, .mobile-pull-33, .mobile-push-66, .mobile-pull-66 {
    position: relative;
  }
  .hide-on-mobile {
    display: none !important;
  }
  .mobile-grid-5 {
    float: left;
    width: 5%;
  }
  .mobile-prefix-5 {
    margin-left: 5%;
  }
  .mobile-suffix-5 {
    margin-right: 5%;
  }
  .mobile-push-5 {
    left: 5%;
  }
  .mobile-pull-5 {
    left: -5%;
  }
  .mobile-grid-10 {
    float: left;
    width: 10%;
  }
  .mobile-prefix-10 {
    margin-left: 10%;
  }
  .mobile-suffix-10 {
    margin-right: 10%;
  }
  .mobile-push-10 {
    left: 10%;
  }
  .mobile-pull-10 {
    left: -10%;
  }
  .mobile-grid-15 {
    float: left;
    width: 15%;
  }
  .mobile-prefix-15 {
    margin-left: 15%;
  }
  .mobile-suffix-15 {
    margin-right: 15%;
  }
  .mobile-push-15 {
    left: 15%;
  }
  .mobile-pull-15 {
    left: -15%;
  }
  .mobile-grid-20 {
    float: left;
    width: 20%;
  }
  .mobile-prefix-20 {
    margin-left: 20%;
  }
  .mobile-suffix-20 {
    margin-right: 20%;
  }
  .mobile-push-20 {
    left: 20%;
  }
  .mobile-pull-20 {
    left: -20%;
  }
  .mobile-grid-25 {
    float: left;
    width: 25%;
  }
  .mobile-prefix-25 {
    margin-left: 25%;
  }
  .mobile-suffix-25 {
    margin-right: 25%;
  }
  .mobile-push-25 {
    left: 25%;
  }
  .mobile-pull-25 {
    left: -25%;
  }
  .mobile-grid-30 {
    float: left;
    width: 30%;
  }
  .mobile-prefix-30 {
    margin-left: 30%;
  }
  .mobile-suffix-30 {
    margin-right: 30%;
  }
  .mobile-push-30 {
    left: 30%;
  }
  .mobile-pull-30 {
    left: -30%;
  }
  .mobile-grid-35 {
    float: left;
    width: 35%;
  }
  .mobile-prefix-35 {
    margin-left: 35%;
  }
  .mobile-suffix-35 {
    margin-right: 35%;
  }
  .mobile-push-35 {
    left: 35%;
  }
  .mobile-pull-35 {
    left: -35%;
  }
  .mobile-grid-40 {
    float: left;
    width: 40%;
  }
  .mobile-prefix-40 {
    margin-left: 40%;
  }
  .mobile-suffix-40 {
    margin-right: 40%;
  }
  .mobile-push-40 {
    left: 40%;
  }
  .mobile-pull-40 {
    left: -40%;
  }
  .mobile-grid-45 {
    float: left;
    width: 45%;
  }
  .mobile-prefix-45 {
    margin-left: 45%;
  }
  .mobile-suffix-45 {
    margin-right: 45%;
  }
  .mobile-push-45 {
    left: 45%;
  }
  .mobile-pull-45 {
    left: -45%;
  }
  .mobile-grid-50 {
    float: left;
    width: 50%;
  }
  .mobile-prefix-50 {
    margin-left: 50%;
  }
  .mobile-suffix-50 {
    margin-right: 50%;
  }
  .mobile-push-50 {
    left: 50%;
  }
  .mobile-pull-50 {
    left: -50%;
  }
  .mobile-grid-55 {
    float: left;
    width: 55%;
  }
  .mobile-prefix-55 {
    margin-left: 55%;
  }
  .mobile-suffix-55 {
    margin-right: 55%;
  }
  .mobile-push-55 {
    left: 55%;
  }
  .mobile-pull-55 {
    left: -55%;
  }
  .mobile-grid-60 {
    float: left;
    width: 60%;
  }
  .mobile-prefix-60 {
    margin-left: 60%;
  }
  .mobile-suffix-60 {
    margin-right: 60%;
  }
  .mobile-push-60 {
    left: 60%;
  }
  .mobile-pull-60 {
    left: -60%;
  }
  .mobile-grid-65 {
    float: left;
    width: 65%;
  }
  .mobile-prefix-65 {
    margin-left: 65%;
  }
  .mobile-suffix-65 {
    margin-right: 65%;
  }
  .mobile-push-65 {
    left: 65%;
  }
  .mobile-pull-65 {
    left: -65%;
  }
  .mobile-grid-70 {
    float: left;
    width: 70%;
  }
  .mobile-prefix-70 {
    margin-left: 70%;
  }
  .mobile-suffix-70 {
    margin-right: 70%;
  }
  .mobile-push-70 {
    left: 70%;
  }
  .mobile-pull-70 {
    left: -70%;
  }
  .mobile-grid-75 {
    float: left;
    width: 75%;
  }
  .mobile-prefix-75 {
    margin-left: 75%;
  }
  .mobile-suffix-75 {
    margin-right: 75%;
  }
  .mobile-push-75 {
    left: 75%;
  }
  .mobile-pull-75 {
    left: -75%;
  }
  .mobile-grid-80 {
    float: left;
    width: 80%;
  }
  .mobile-prefix-80 {
    margin-left: 80%;
  }
  .mobile-suffix-80 {
    margin-right: 80%;
  }
  .mobile-push-80 {
    left: 80%;
  }
  .mobile-pull-80 {
    left: -80%;
  }
  .mobile-grid-85 {
    float: left;
    width: 85%;
  }
  .mobile-prefix-85 {
    margin-left: 85%;
  }
  .mobile-suffix-85 {
    margin-right: 85%;
  }
  .mobile-push-85 {
    left: 85%;
  }
  .mobile-pull-85 {
    left: -85%;
  }
  .mobile-grid-90 {
    float: left;
    width: 90%;
  }
  .mobile-prefix-90 {
    margin-left: 90%;
  }
  .mobile-suffix-90 {
    margin-right: 90%;
  }
  .mobile-push-90 {
    left: 90%;
  }
  .mobile-pull-90 {
    left: -90%;
  }
  .mobile-grid-95 {
    float: left;
    width: 95%;
  }
  .mobile-prefix-95 {
    margin-left: 95%;
  }
  .mobile-suffix-95 {
    margin-right: 95%;
  }
  .mobile-push-95 {
    left: 95%;
  }
  .mobile-pull-95 {
    left: -95%;
  }
  .mobile-grid-33 {
    float: left;
    width: 33.33333%;
  }
  .mobile-prefix-33 {
    margin-left: 33.33333%;
  }
  .mobile-suffix-33 {
    margin-right: 33.33333%;
  }
  .mobile-push-33 {
    left: 33.33333%;
  }
  .mobile-pull-33 {
    left: -33.33333%;
  }
  .mobile-grid-66 {
    float: left;
    width: 66.66667%;
  }
  .mobile-prefix-66 {
    margin-left: 66.66667%;
  }
  .mobile-suffix-66 {
    margin-right: 66.66667%;
  }
  .mobile-push-66 {
    left: 66.66667%;
  }
  .mobile-pull-66 {
    left: -66.66667%;
  }
  .mobile-grid-100 {
    clear: both;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tablet-grid-100:before, .tablet-grid-100:after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
  }
  .tablet-grid-100:after {
    clear: both;
  }
  .tablet-push-5, .tablet-pull-5, .tablet-push-10, .tablet-pull-10, .tablet-push-15, .tablet-pull-15, .tablet-push-20, .tablet-pull-20, .tablet-push-25, .tablet-pull-25, .tablet-push-30, .tablet-pull-30, .tablet-push-35, .tablet-pull-35, .tablet-push-40, .tablet-pull-40, .tablet-push-45, .tablet-pull-45, .tablet-push-50, .tablet-pull-50, .tablet-push-55, .tablet-pull-55, .tablet-push-60, .tablet-pull-60, .tablet-push-65, .tablet-pull-65, .tablet-push-70, .tablet-pull-70, .tablet-push-75, .tablet-pull-75, .tablet-push-80, .tablet-pull-80, .tablet-push-85, .tablet-pull-85, .tablet-push-90, .tablet-pull-90, .tablet-push-95, .tablet-pull-95, .tablet-push-33, .tablet-pull-33, .tablet-push-66, .tablet-pull-66 {
    position: relative;
  }
  .hide-on-tablet {
    display: none !important;
  }
  .tablet-grid-5 {
    float: left;
    width: 5%;
  }
  .tablet-prefix-5 {
    margin-left: 5%;
  }
  .tablet-suffix-5 {
    margin-right: 5%;
  }
  .tablet-push-5 {
    left: 5%;
  }
  .tablet-pull-5 {
    left: -5%;
  }
  .tablet-grid-10 {
    float: left;
    width: 10%;
  }
  .tablet-prefix-10 {
    margin-left: 10%;
  }
  .tablet-suffix-10 {
    margin-right: 10%;
  }
  .tablet-push-10 {
    left: 10%;
  }
  .tablet-pull-10 {
    left: -10%;
  }
  .tablet-grid-15 {
    float: left;
    width: 15%;
  }
  .tablet-prefix-15 {
    margin-left: 15%;
  }
  .tablet-suffix-15 {
    margin-right: 15%;
  }
  .tablet-push-15 {
    left: 15%;
  }
  .tablet-pull-15 {
    left: -15%;
  }
  .tablet-grid-20 {
    float: left;
    width: 20%;
  }
  .tablet-prefix-20 {
    margin-left: 20%;
  }
  .tablet-suffix-20 {
    margin-right: 20%;
  }
  .tablet-push-20 {
    left: 20%;
  }
  .tablet-pull-20 {
    left: -20%;
  }
  .tablet-grid-25 {
    float: left;
    width: 25%;
  }
  .tablet-prefix-25 {
    margin-left: 25%;
  }
  .tablet-suffix-25 {
    margin-right: 25%;
  }
  .tablet-push-25 {
    left: 25%;
  }
  .tablet-pull-25 {
    left: -25%;
  }
  .tablet-grid-30 {
    float: left;
    width: 30%;
  }
  .tablet-prefix-30 {
    margin-left: 30%;
  }
  .tablet-suffix-30 {
    margin-right: 30%;
  }
  .tablet-push-30 {
    left: 30%;
  }
  .tablet-pull-30 {
    left: -30%;
  }
  .tablet-grid-35 {
    float: left;
    width: 35%;
  }
  .tablet-prefix-35 {
    margin-left: 35%;
  }
  .tablet-suffix-35 {
    margin-right: 35%;
  }
  .tablet-push-35 {
    left: 35%;
  }
  .tablet-pull-35 {
    left: -35%;
  }
  .tablet-grid-40 {
    float: left;
    width: 40%;
  }
  .tablet-prefix-40 {
    margin-left: 40%;
  }
  .tablet-suffix-40 {
    margin-right: 40%;
  }
  .tablet-push-40 {
    left: 40%;
  }
  .tablet-pull-40 {
    left: -40%;
  }
  .tablet-grid-45 {
    float: left;
    width: 45%;
  }
  .tablet-prefix-45 {
    margin-left: 45%;
  }
  .tablet-suffix-45 {
    margin-right: 45%;
  }
  .tablet-push-45 {
    left: 45%;
  }
  .tablet-pull-45 {
    left: -45%;
  }
  .tablet-grid-50 {
    float: left;
    width: 50%;
  }
  .tablet-prefix-50 {
    margin-left: 50%;
  }
  .tablet-suffix-50 {
    margin-right: 50%;
  }
  .tablet-push-50 {
    left: 50%;
  }
  .tablet-pull-50 {
    left: -50%;
  }
  .tablet-grid-55 {
    float: left;
    width: 55%;
  }
  .tablet-prefix-55 {
    margin-left: 55%;
  }
  .tablet-suffix-55 {
    margin-right: 55%;
  }
  .tablet-push-55 {
    left: 55%;
  }
  .tablet-pull-55 {
    left: -55%;
  }
  .tablet-grid-60 {
    float: left;
    width: 60%;
  }
  .tablet-prefix-60 {
    margin-left: 60%;
  }
  .tablet-suffix-60 {
    margin-right: 60%;
  }
  .tablet-push-60 {
    left: 60%;
  }
  .tablet-pull-60 {
    left: -60%;
  }
  .tablet-grid-65 {
    float: left;
    width: 65%;
  }
  .tablet-prefix-65 {
    margin-left: 65%;
  }
  .tablet-suffix-65 {
    margin-right: 65%;
  }
  .tablet-push-65 {
    left: 65%;
  }
  .tablet-pull-65 {
    left: -65%;
  }
  .tablet-grid-70 {
    float: left;
    width: 70%;
  }
  .tablet-prefix-70 {
    margin-left: 70%;
  }
  .tablet-suffix-70 {
    margin-right: 70%;
  }
  .tablet-push-70 {
    left: 70%;
  }
  .tablet-pull-70 {
    left: -70%;
  }
  .tablet-grid-75 {
    float: left;
    width: 75%;
  }
  .tablet-prefix-75 {
    margin-left: 75%;
  }
  .tablet-suffix-75 {
    margin-right: 75%;
  }
  .tablet-push-75 {
    left: 75%;
  }
  .tablet-pull-75 {
    left: -75%;
  }
  .tablet-grid-80 {
    float: left;
    width: 80%;
  }
  .tablet-prefix-80 {
    margin-left: 80%;
  }
  .tablet-suffix-80 {
    margin-right: 80%;
  }
  .tablet-push-80 {
    left: 80%;
  }
  .tablet-pull-80 {
    left: -80%;
  }
  .tablet-grid-85 {
    float: left;
    width: 85%;
  }
  .tablet-prefix-85 {
    margin-left: 85%;
  }
  .tablet-suffix-85 {
    margin-right: 85%;
  }
  .tablet-push-85 {
    left: 85%;
  }
  .tablet-pull-85 {
    left: -85%;
  }
  .tablet-grid-90 {
    float: left;
    width: 90%;
  }
  .tablet-prefix-90 {
    margin-left: 90%;
  }
  .tablet-suffix-90 {
    margin-right: 90%;
  }
  .tablet-push-90 {
    left: 90%;
  }
  .tablet-pull-90 {
    left: -90%;
  }
  .tablet-grid-95 {
    float: left;
    width: 95%;
  }
  .tablet-prefix-95 {
    margin-left: 95%;
  }
  .tablet-suffix-95 {
    margin-right: 95%;
  }
  .tablet-push-95 {
    left: 95%;
  }
  .tablet-pull-95 {
    left: -95%;
  }
  .tablet-grid-33 {
    float: left;
    width: 33.33333%;
  }
  .tablet-prefix-33 {
    margin-left: 33.33333%;
  }
  .tablet-suffix-33 {
    margin-right: 33.33333%;
  }
  .tablet-push-33 {
    left: 33.33333%;
  }
  .tablet-pull-33 {
    left: -33.33333%;
  }
  .tablet-grid-66 {
    float: left;
    width: 66.66667%;
  }
  .tablet-prefix-66 {
    margin-left: 66.66667%;
  }
  .tablet-suffix-66 {
    margin-right: 66.66667%;
  }
  .tablet-push-66 {
    left: 66.66667%;
  }
  .tablet-pull-66 {
    left: -66.66667%;
  }
  .tablet-grid-100 {
    clear: both;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .grid-100:before, .grid-100:after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
  }
  .grid-100:after {
    clear: both;
  }
  .push-5, .pull-5, .push-10, .pull-10, .push-15, .pull-15, .push-20, .pull-20, .push-25, .pull-25, .push-30, .pull-30, .push-35, .pull-35, .push-40, .pull-40, .push-45, .pull-45, .push-50, .pull-50, .push-55, .pull-55, .push-60, .pull-60, .push-65, .pull-65, .push-70, .pull-70, .push-75, .pull-75, .push-80, .pull-80, .push-85, .pull-85, .push-90, .pull-90, .push-95, .pull-95, .push-33, .pull-33, .push-66, .pull-66 {
    position: relative;
  }
  .hide-on-desktop {
    display: none !important;
  }
  .grid-5 {
    float: left;
    width: 5%;
  }
  .prefix-5 {
    margin-left: 5%;
  }
  .suffix-5 {
    margin-right: 5%;
  }
  .push-5 {
    left: 5%;
  }
  .pull-5 {
    left: -5%;
  }
  .grid-10 {
    float: left;
    width: 10%;
  }
  .prefix-10 {
    margin-left: 10%;
  }
  .suffix-10 {
    margin-right: 10%;
  }
  .push-10 {
    left: 10%;
  }
  .pull-10 {
    left: -10%;
  }
  .grid-15 {
    float: left;
    width: 15%;
  }
  .prefix-15 {
    margin-left: 15%;
  }
  .suffix-15 {
    margin-right: 15%;
  }
  .push-15 {
    left: 15%;
  }
  .pull-15 {
    left: -15%;
  }
  .grid-20 {
    float: left;
    width: 20%;
  }
  .prefix-20 {
    margin-left: 20%;
  }
  .suffix-20 {
    margin-right: 20%;
  }
  .push-20 {
    left: 20%;
  }
  .pull-20 {
    left: -20%;
  }
  .grid-25 {
    float: left;
    width: 25%;
  }
  .prefix-25 {
    margin-left: 25%;
  }
  .suffix-25 {
    margin-right: 25%;
  }
  .push-25 {
    left: 25%;
  }
  .pull-25 {
    left: -25%;
  }
  .grid-30 {
    float: left;
    width: 30%;
  }
  .prefix-30 {
    margin-left: 30%;
  }
  .suffix-30 {
    margin-right: 30%;
  }
  .push-30 {
    left: 30%;
  }
  .pull-30 {
    left: -30%;
  }
  .grid-35 {
    float: left;
    width: 35%;
  }
  .prefix-35 {
    margin-left: 35%;
  }
  .suffix-35 {
    margin-right: 35%;
  }
  .push-35 {
    left: 35%;
  }
  .pull-35 {
    left: -35%;
  }
  .grid-40 {
    float: left;
    width: 40%;
  }
  .prefix-40 {
    margin-left: 40%;
  }
  .suffix-40 {
    margin-right: 40%;
  }
  .push-40 {
    left: 40%;
  }
  .pull-40 {
    left: -40%;
  }
  .grid-45 {
    float: left;
    width: 45%;
  }
  .prefix-45 {
    margin-left: 45%;
  }
  .suffix-45 {
    margin-right: 45%;
  }
  .push-45 {
    left: 45%;
  }
  .pull-45 {
    left: -45%;
  }
  .grid-50 {
    float: left;
    width: 50%;
  }
  .prefix-50 {
    margin-left: 50%;
  }
  .suffix-50 {
    margin-right: 50%;
  }
  .push-50 {
    left: 50%;
  }
  .pull-50 {
    left: -50%;
  }
  .grid-55 {
    float: left;
    width: 55%;
  }
  .prefix-55 {
    margin-left: 55%;
  }
  .suffix-55 {
    margin-right: 55%;
  }
  .push-55 {
    left: 55%;
  }
  .pull-55 {
    left: -55%;
  }
  .grid-60 {
    float: left;
    width: 60%;
  }
  .prefix-60 {
    margin-left: 60%;
  }
  .suffix-60 {
    margin-right: 60%;
  }
  .push-60 {
    left: 60%;
  }
  .pull-60 {
    left: -60%;
  }
  .grid-65 {
    float: left;
    width: 65%;
  }
  .prefix-65 {
    margin-left: 65%;
  }
  .suffix-65 {
    margin-right: 65%;
  }
  .push-65 {
    left: 65%;
  }
  .pull-65 {
    left: -65%;
  }
  .grid-70 {
    float: left;
    width: 70%;
  }
  .prefix-70 {
    margin-left: 70%;
  }
  .suffix-70 {
    margin-right: 70%;
  }
  .push-70 {
    left: 70%;
  }
  .pull-70 {
    left: -70%;
  }
  .grid-75 {
    float: left;
    width: 75%;
  }
  .prefix-75 {
    margin-left: 75%;
  }
  .suffix-75 {
    margin-right: 75%;
  }
  .push-75 {
    left: 75%;
  }
  .pull-75 {
    left: -75%;
  }
  .grid-80 {
    float: left;
    width: 80%;
  }
  .prefix-80 {
    margin-left: 80%;
  }
  .suffix-80 {
    margin-right: 80%;
  }
  .push-80 {
    left: 80%;
  }
  .pull-80 {
    left: -80%;
  }
  .grid-85 {
    float: left;
    width: 85%;
  }
  .prefix-85 {
    margin-left: 85%;
  }
  .suffix-85 {
    margin-right: 85%;
  }
  .push-85 {
    left: 85%;
  }
  .pull-85 {
    left: -85%;
  }
  .grid-90 {
    float: left;
    width: 90%;
  }
  .prefix-90 {
    margin-left: 90%;
  }
  .suffix-90 {
    margin-right: 90%;
  }
  .push-90 {
    left: 90%;
  }
  .pull-90 {
    left: -90%;
  }
  .grid-95 {
    float: left;
    width: 95%;
  }
  .prefix-95 {
    margin-left: 95%;
  }
  .suffix-95 {
    margin-right: 95%;
  }
  .push-95 {
    left: 95%;
  }
  .pull-95 {
    left: -95%;
  }
  .grid-33 {
    float: left;
    width: 33.33333%;
  }
  .prefix-33 {
    margin-left: 33.33333%;
  }
  .suffix-33 {
    margin-right: 33.33333%;
  }
  .push-33 {
    left: 33.33333%;
  }
  .pull-33 {
    left: -33.33333%;
  }
  .grid-66 {
    float: left;
    width: 66.66667%;
  }
  .prefix-66 {
    margin-left: 66.66667%;
  }
  .suffix-66 {
    margin-right: 66.66667%;
  }
  .push-66 {
    left: 66.66667%;
  }
  .pull-66 {
    left: -66.66667%;
  }
  .grid-100 {
    clear: both;
    width: 100%;
  }
}
*[class*=grid-] {
  padding: 0;
}

/* --- UTILITY --- */
/*
UTILITY.SCSS
*/
.width-limit {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.width-limit-sm {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.clearfix::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clear {
  clear: both;
  font-size: 1px;
  height: 1px;
  line-height: 1px;
}

.clear-both {
  clear: both;
}

.invisible {
  position: absolute;
  top: -1000px;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.hidden {
  display: none !important;
}

.segreg {
  height: 20px;
  clear: both;
}

.no-gutter {
  padding: 0;
}

.tight-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.tight-top {
  margin-top: 0 !important;
}

.tight-bottom {
  margin-bottom: 0 !important;
}

.w-5 {
  width: 5%;
}

.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-35 {
  width: 35%;
}

.w-40 {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.w-50 {
  width: 50%;
}

.w-55 {
  width: 55%;
}

.w-60 {
  width: 60%;
}

.w-65 {
  width: 65%;
}

.w-70 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-85 {
  width: 85%;
}

.w-90 {
  width: 90%;
}

.w-95 {
  width: 95%;
}

.w-100 {
  width: 100%;
}

.h-25 {
  height: 25%;
}

.h-50 {
  height: 50%;
}

.h-75 {
  height: 75%;
}

.h-100 {
  height: 100%;
}

.aspect-ratio {
  height: 0;
  position: relative;
}

.aspect-ratio--16x9 {
  padding-bottom: 56.25%;
}

.aspect-ratio--9x16 {
  padding-bottom: 177.77%;
}

.aspect-ratio--4x3 {
  padding-bottom: 75%;
}

.aspect-ratio--3x4 {
  padding-bottom: 133.33%;
}

.aspect-ratio--6x4 {
  padding-bottom: 66.6%;
}

.aspect-ratio--4x6 {
  padding-bottom: 150%;
}

.aspect-ratio--8x5 {
  padding-bottom: 62.5%;
}

.aspect-ratio--5x8 {
  padding-bottom: 160%;
}

.aspect-ratio--7x5 {
  padding-bottom: 71.42%;
}

.aspect-ratio--5x7 {
  padding-bottom: 140%;
}

.aspect-ratio--1x1 {
  padding-bottom: 100%;
}

.aspect-ratio--object {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.frame {
  padding: 15px 20px;
  background: #eee;
}

.leader {
  background: transparent;
  color: #444;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 5px 0 10px 0;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.strike {
  text-decoration: line-through;
}

.ttc {
  text-transform: capitalize;
}

.ttu {
  text-transform: uppercase;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.small-caps {
  font-variant: small-caps;
}

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

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

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

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

.hidden {
  display: none;
}

.info {
  color: #555;
}

.font-plus-10 {
  font-size: calc(0.875rem + 10%);
}

.font-plus-20 {
  font-size: calc(0.875rem + 20%);
}

.font-plus-30 {
  font-size: calc(0.875rem + 30%);
}

.font-minus-10 {
  font-size: calc(0.875rem - 10%);
}

.font-minus-20 {
  font-size: calc(0.875rem - 20%);
}

.font-minus-30 {
  font-size: calc(0.875rem - 30%);
}

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hide-on-tablet {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .hide-on-desktop {
    display: none;
  }
}
/* --- CONTENT --- */
/*
CONTENT.SCSS

--- PAGE DEFAULTS
--- LAYOUT
--- TYPOGRAPHY
--- LINKS
--- LISTS
--- IMAGES/MEDIA
--- TABLES
--- FORMS
--- BUTTONS
--- FLEXBOX
*/
/* --- PAGE DEFAULTS --- */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}
body {
  background: #fff;
  color: #303030;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  font-family: "Raleway", sans-serif;
}

table, button, input, select, textarea {
  font-size: 0.875rem;
  font-family: "Raleway", sans-serif;
}

/* HTML5 Shiv elements */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

video {
  background-color: #000;
}

/* hr */
hr {
  clear: both;
  border-bottom: 0;
  border-top: 1px dotted #ccc;
  border-right: 0;
  border-left: 0;
  margin: 15px 0;
  min-height: 0;
  height: 1px;
}

hr.alt1 {
  border-style: solid;
}

hr.alt2 {
  border-style: dashed;
}

/* --- LAYOUT --- */
.page {
  background: #fff;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.header {
  background: transparent;
  color: inherit;
}

.header-holder {
  background: transparent;
  color: inherit;
  position: relative;
}

.slider, .motive {
  clear: both;
  background-color: #eee;
  background-position: center center;
  background-repeat: no-repeat;
  line-height: 0;
  margin: auto;
}

.content {
  background-image: url(img/symbol.svg), url(img/symbol-o.svg);
  background-position: -150px calc(100% + 145px), calc(100% + 40px) -250px;
  background-repeat: no-repeat;
  color: inherit;
  position: relative;
}

.content-holder {
  padding-top: 6em;
  padding-bottom: 6em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .content-holder {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
.left {
  background: transparent;
  color: inherit;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .left {
    padding-right: 0px;
  }
}
.right {
  background: transparent;
  color: inherit;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .right {
    padding-right: 0px;
  }
}
.main {
  background: transparent;
  color: inherit;
}

.footer {
  background: transparent;
  color: inherit;
}

.footer-holder {
  background: transparent;
  color: inherit;
  position: relative;
}

/* footer fix
html, body {height:100%;}
.page {position:relative;min-height:100%;}
.holder {padding-bottom:100px;}
.footer-holder	{position:absolute;bottom:0;left:0;width:100%;}
*/
.block-left {
  float: left;
  width: 50%;
  padding-right: 15px;
  clear: left;
}

.block-right {
  float: right;
  width: 50%;
  padding-left: 15px;
  clear: right;
}

.object {
  border: 0px solid #000;
  background: transparent;
  color: inherit;
  margin-bottom: 30px;
}

.object-holder {
  padding: 0;
}

/* --- TYPOGRAPHY --- */
h1, h2, h3, h4, h5, h6 {
  color: #230935;
  margin: 1.5em 0 0.5em 0;
  line-height: 1.4em;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.1rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 1rem;
}

/*
.left h3 {font-size:1.25rem;}
.left h4 {font-size:1rem;}
*/
.section {
  color: #230935;
  font-size: 1.875rem;
  font-weight: 800;
  margin: 0 0 1.5em 0;
  padding: 0;
  border-bottom: 0px solid #aaa;
  line-height: 1.3;
  text-transform: uppercase;
  position: relative;
}

.section::after {
  position: absolute;
  bottom: -25px;
  left: 0;
  z-index: 1000;
  width: 12px;
  height: 12px;
  background: #ff6100;
  border-radius: 50%;
  content: "";
}

.section.align-center::after {
  left: calc(50% - 5px);
}

.left .section::after {
  display: none;
}

p, ul, ol, dl, td, th {
  line-height: 1.6;
}

p {
  margin: 0 0 0.7em 0;
}

abbr, acronym {
  cursor: help;
  padding-bottom: 1px;
  border-bottom: 1px dashed #000;
}

pre, kbd, code, .code {
  font-family: "Courier New", Courier, monospace;
}

code {
  display: block;
  text-align: center;
  font-size: 120%;
  margin: 50px 0 30px 0;
  border: 1px solid #ddd;
}

.code {
  border: 1px solid #757575;
  background: #e4e4e4;
  color: #000;
  padding: 0 0.3em;
}

blockquote {
  background: #e4e4e4;
  margin: 30px 0px;
  padding: 20px 25px;
}

blockquote p {
  font-style: italic;
}

blockquote span {
  display: block;
  font-size: 91%;
  color: #000;
}

pre {
  width: 100%;
  overflow: scroll;
}

ins {
  color: #0f0;
}

del {
  color: #f00;
  text-decoration: line-through;
}

cite {
  font-style: italic;
  color: #666;
}

caption {
  color: #555;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

s {
  position: relative;
  text-decoration: none;
}

s:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid #000;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

/* --- LINKS --- */
a {
  color: #ff6100;
  text-decoration: underline;
}

a:hover {
  color: #ff7e00;
  text-decoration: none;
}

.dim {
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-in;
  -o-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
}

.dim:hover, .dim:focus {
  opacity: 0.75;
  -webkit-transition: opacity 0.15s ease-in;
  -o-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
}

.dim:active {
  opacity: 0.8;
  -webkit-transition: opacity 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}

/* --- LISTS --- */
ul {
  margin: 0.4em 0 0.4em 12px;
  padding: 0;
}

ol {
  margin: 0.4em 0 0.4em 17px;
  padding: 0;
}

/* ul, ol {overflow:hidden;zoom:1;} overflow = float img overlapping fix */
ul li {
  list-style-type: disc; /*list-style-image:url(img/li.png);*/
}

.ul-checks {
  padding: 0;
  margin: 0 0 20px 0;
}

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

.ul-checks li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  margin-right: 8px;
  color: #000;
}

.ul-arrows {
  padding: 5px 0;
  margin: 0;
}

.ul-arrows li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  list-style-image: none;
}

.ul-arrows li:before {
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 8px;
}

.ul-no-list {
  margin: 0;
  padding: 0;
}

.ul-no-list li {
  list-style-type: none;
  list-style-image: none;
}

.ul-chrono-list li {
  position: relative;
}

.ul-chrono-list li span.date {
  display: block;
  width: 30%;
  position: absolute;
  top: 0;
  left: 0;
}

.ul-chrono-list li span.title {
  display: block;
  padding-left: 30%;
}

.ul-centered-list {
  margin: 0;
  padding: 0;
  text-align: center;
}

.ul-centered-list li {
  display: inline-block;
  list-style-type: none;
}

.ul-pseudo-list {
  margin: 0;
  padding: 0;
}

.ul-pseudo-list li {
  list-style-type: none;
  list-style-image: none;
  margin: 5px;
}

.ul-pseudo-list .li-number {
  display: table-cell;
}

.ul-pseudo-list .li-number strong {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #666;
  text-align: center;
  vertical-align: middle;
  padding-right: 0px;
  font-size: 17px;
  background: #eee;
  border-radius: 18px;
}

.ul-pseudo-list .li-text {
  display: table-cell;
  color: #555;
  vertical-align: middle;
  padding-left: 15px;
}

.ul-icon-share {
  margin: 20px 0;
  padding: 0;
}

.ul-icon-share li {
  float: left;
  list-style-type: none;
  list-style-image: none;
  margin-right: 5px;
  padding: 0;
  background-image: none;
  vertical-align: middle;
  line-height: 1;
}

.ul-icon-share a {
  text-decoration: none !important;
}

.ul-icon-share .fa {
  display: table-cell;
  width: 32px;
  height: 32px;
  font-size: 1rem;
  background: transparent;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ddd;
}

.ul-icon-share .fa:hover {
  opacity: 0.8;
}

.ul-icon-share .fa-facebook {
  color: #3d5a98;
  border-color: #3d5a98;
}

.ul-icon-share .fa-twitter {
  color: #5ea9dd;
  border-color: #5ea9dd;
}

.ul-icon-share .fa-google-plus {
  color: #dc4a38;
  border-color: #dc4a38;
}

.ul-icon-share .fa-linkedin {
  color: #0077b5;
  border-color: #0077b5;
}

.ul-icon-list {
  margin: 20px 0;
  padding: 0;
  text-align: center;
}

.ul-icon-list li {
  display: inline-block;
  list-style-type: none;
  list-style-image: none;
  margin: 0 2px;
  padding: 0;
  background-image: none;
  vertical-align: middle;
  line-height: 1;
}

.ul-icon-list a {
  text-decoration: none !important;
}

.ul-icon-list .fa {
  display: table-cell;
  width: 32px;
  height: 32px;
  font-size: 16px;
  background: #ddd;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.ul-icon-list .fa:hover {
  opacity: 0.8;
}

.ul-icon-list .fa-facebook {
  background-color: #3d5a98;
}

.ul-icon-list .fa-twitter {
  background-color: #5ea9dd;
}

.ul-icon-list .fa-google-plus {
  background-color: #dc4a38;
}

.ul-icon-list .fa-linkedin {
  background-color: #0077b5;
}

.ul-icon-list .fa-rss {
  background-color: #f39808;
}

.ul-icon-list span {
  display: none; /*display:table-cell;*/
  padding-left: 8px;
  vertical-align: middle;
}

/*
.ul-img {padding:0;margin:0 0 20px 0;}
.ul-img li {list-style-type:none;border-top:1px dotted #ccc;border-bottom:1px dotted #ccc;margin:0 0 -1px 0;background:url(img/icon-arrow-right.png) no-repeat 5px 0.7em;padding-left:20px;}
*/
/* --- IMAGES, MEDIA --- */
img {
  vertical-align: middle;
}

a img.img, img.img {
  border: 0px solid #ccc;
  background: transparent;
  line-height: 0px;
  padding: 0;
}

a img.img:hover, a img.img:focus {
  border: 0px solid #000;
}

a img.noframe, img.noframe {
  border-width: 0;
  padding: 0;
  background: transparent;
}

a img.noframe:hover, a img.noframe:focus {
  border-width: 0;
}

.imgl {
  float: left;
  clear: left;
  margin: 0.4em 2em 1em 0;
}

.imgr {
  float: right;
  clear: right;
  margin: 0.4em 0 1em 2em;
}

.imgc {
  display: block;
  margin: auto;
}

.rwd-image {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .imgl, .imgr, .imgc {
    float: none;
    clear: both;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.rwd-media {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.rwd-media iframe, .rwd-media video, .rwd-media object, .rwd-media embed {
  position: absolute;
  width: 100%;
  height: 100%;
}

.rwd-media .player, .rwd-media #player119 {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}

/* video {width:100% !important;height:auto !important;} */
/* --- TABLES --- */
table {
  border-collapse: collapse;
  border-width: 0px;
}

table caption {
  text-align: left;
  padding-bottom: 0.3em;
}

table th, table td {
  background: transparent;
  border-width: 0px;
  text-align: left;
}

table.formatted th, table.formatted td {
  vertical-align: top;
  border: 1px solid #ccc;
}

table.formatted th {
  background: #ccc;
  color: inherit;
  padding: 11px 8px;
  font-weight: 700;
}

table.formatted td {
  background: transparent;
  color: inherit;
  padding: 7px 8px;
}

table.formatted tr:nth-of-type(odd) {
  background-color: #eee;
}

table.formatted tr:hover {
  background-color: #fef8c1;
}

@media screen and (max-width: 767px) {
  table.formatted, table.unformated {
    overflow-x: auto;
    display: block;
  }
}
/* --- FORMS --- */
/* OLD
input.inp, select, button, input.button {height:36px;vertical-align:baseline;}
button, input.button {padding:0 15px;margin:0;}
input.inp, textarea, select {border:1px solid #ccc;padding:0px 10px;background-color:#fff;@include frm-radius;}
input.inp:focus, textarea:focus, select:focus {border:1px solid #aaa;background-color:#FFFBD4;}
label strong em {color:#f00;margin-left:3px;}
//.required {background-image:url(img/required.png);background-repeat:no-repeat;background-position:center right;}
.invalid {color:#f00;}
*/
input[type=text], input[type=password], input[type=date], input[type=file], select, textarea, .input-pseudo {
  border: 2px solid #bfd494;
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 0.8em;
  vertical-align: middle;
  border-radius: 5px;
}

textarea {
  height: auto;
  padding: 0.8em;
  line-height: 1.6;
}

input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=file]:focus, textarea:focus, select:focus {
  border: 2px solid #bfd494;
  background-color: #FFFBD4;
}

button, input.button {
  padding: 0 15px;
  margin: 0;
}

.input-pseudo {
  text-align: left;
  display: inline-block;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.required::after {
  content: "*";
  color: #f00;
}

.readonly {
  color: #999 !important;
  background: #eee !important;
}

::-webkit-input-placeholder {
  color: #777;
  font-style: italic;
}

::-moz-placeholder {
  color: #777;
  font-style: italic;
}

:-ms-input-placeholder {
  color: #777;
  font-style: italic;
}

/* form builder */
.frm fieldset {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top left;
  border-width: 0;
  margin: 0 0 30px 0;
  padding: 20px;
  border-radius: 5px;
}

.frm legend {
  padding: 0.2em 0.5em;
  font-size: 1rem;
  font-weight: 700;
}

.frm p {
  clear: both;
  margin: 15px 0 0 0;
  padding: 0;
  vertical-align: middle;
  line-height: 1.6;
  border: 0px solid red;
}

.frm p:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.frm p.thin {
  margin: 15px 0 0 0;
  padding: 0;
  line-height: 1.6;
}

.frm p span {
  display: block;
  width: 35%;
  float: left;
  padding: 5px 0 0 0;
}

.frm p.thin span {
  padding: 0;
}

.frm p span label {
  margin: 0;
  white-space: normal;
}

.frm p label input[type=radio], .frm p label input[type=checkbox] {
  margin-right: 5px;
}

.frm p label {
  margin-right: 10px;
  padding: 0;
  white-space: nowrap;
}

/* version 2
.frm2 fieldset {border:1px solid #B7B0A4;padding:20px;margin-bottom:0;}
.frm2 legend {padding:.2em .5em;;font-size:110%;text-align:right;}
.frm2 p {clear:both;}
.frm2 p span {display:block;}
.frm2 p label {padding:.2em .2em 0 0;}
*/
/* units-percent */
.unit-10, .percent-10 {
  width: 10%;
}

.unit-15, .percent-15 {
  width: 15%;
}

.unit-20, .percent-20 {
  width: 20%;
}

.unit-25, .percent-25 {
  width: 25%;
}

.unit-30, .percent-30 {
  width: 30%;
}

.unit-35, .percent-35 {
  width: 35%;
}

.unit-40, .percent-40 {
  width: 40%;
}

.unit-45, .percent-45 {
  width: 45%;
}

.unit-50, .percent-50 {
  width: 50%;
}

.unit-55, .percent-55 {
  width: 55%;
}

.unit-60, .percent-60 {
  width: 60%;
}

.unit-65, .percent-65 {
  width: 65%;
}

.unit-70, .percent-70 {
  width: 70%;
}

.unit-75, .percent-75 {
  width: 75%;
}

.unit-80, .percent-80 {
  width: 80%;
}

.unit-85, .percent-85 {
  width: 85%;
}

.unit-90, .percent-90 {
  width: 90%;
}

.unit-95, .percent-95 {
  width: 95%;
}

.unit-100, .percent-100 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .frm p span {
    display: block;
    width: 100%;
  }
  .frm input.inp, .frm textarea {
    width: 100% !important;
  }
}
/* --- BUTTONS --- */
.button, input.button {
  border: solid 1px #7faa2a;
  background-color: #7faa2a;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  padding: 0 15px;
  margin: 0 2px;
  font-size: 1.0625rem;
  height: 40px;
  line-height: 40px;
  font-weight: 800;
  border-radius: 5px;
  text-transform: uppercase;
}

.button:hover {
  border: solid 1px #a2ca02;
  background-color: #a2ca02;
  color: #fff;
  text-decoration: none;
}

.button--white {
  border-color: #fff;
  color: #fff;
}

.button--white:hover {
  border-color: #a2ca02;
  background-color: #a2ca02;
  color: #fff;
}

.button--rounded {
  border-radius: 9999px;
}

.button--disabled, .button--disabled:hover {
  border: solid 1px #999;
  background: transparent;
  color: #999;
  cursor: default;
}

.button--big {
  height: auto;
  line-height: 1;
  font-size: 1.3rem;
  padding: 0.6em 1em;
}

.button--small {
  height: auto;
  line-height: 1;
  font-size: 0.8rem;
  padding: 0.4em 1em;
}

.button--wide {
  width: 100%;
}

/* button-arrows
.button.arrow {text-align:left;padding-right:30px;}
.button.arrow:after {position:absolute;top:35%;right:10px;width:6px;height:6px;border-top:2px solid #e41b13;border-right:2px solid #e41b13;content:"";-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform:rotate(45deg);}
.button.arrow.anchor:after {border-top:0;border-bottom:2px solid #e41b13;}
.gray.arrow:after {border-color:#3f474a;}
.gray.arrow.anchor:after {border-top:0;border-bottom:2px solid #3f474a;}
.button.arrow:hover:after {border-color:#fff;}
*/
/* button-colors
.button--black {color:#d7d7d7;border:solid 1px #333;background-color:#333;}
.button--black:hover {background-color:#000;}
.button--gray {color:#e9e9e9;border:solid 1px #555;background-color:#6e6e6e;}
.button--gray:hover {background-color:#616161;}
.button--white {color:#606060;border:solid 1px #b7b7b7;background-color:#fff;}
.button--white:hover {background-color:#ededed;}
.button--orange {color:#fef4e9;border:solid 1px #da7c0c;background-color:#f78d1d;}
.button--orange:hover {background-color:#f47c20;}
.button--red {color:#faddde;border:solid 1px #980c10;background-color:#d81b21;}
.button--red:hover {background-color:#b61318;}
.button--blue {color:#d9eef7;border:solid 1px #0076a3;background-color:#0095cd;}
.button--blue:hover {background-color:#007ead;}
.button--rosy {color:#fae7e9;border:solid 1px #b73948;background-color:#da5867;}
.button--rosy:hover {background-color:#ba4b58;}
.button--green {color:#e8f0de;border:solid 1px #538312;background-color:#64991e;}
.button--green:hover {background-color:#538018;}
.button--pink {color:#feeef5;border:solid 1px #d2729e;background-color:#f895c2;}
.button--pink:hover {background-color:#d57ea5;}
*/
/* button-color-gradients
.button {text-shadow:0 1px 1px rgba(0,0,0,.3);box-shadow:0 1px 2px rgba(0,0,0,.2);}
.button {background:linear-gradient(0deg,#575757,#888);}
.button:hover {background:linear-gradient(0deg,#4b4b4b,#757575);}
.button:active {background:linear-gradient(0deg,#888,#575757);}
.button--black {background:linear-gradient(0deg,#000,#666);}
.button--black:hover {background:linear-gradient(0deg,#000,#444);}
.button--black:active {background:linear-gradient(0deg,#444,#000);}
.button--gray {background:linear-gradient(0deg,#575757,#888);}
.button--gray:hover {background:linear-gradient(0deg,#4b4b4b,#757575);}
.button--gray:active {background:linear-gradient(0deg,#888,#575757);}
.button--white {background:linear-gradient(0deg,#ededed,#fff);}
.button--white:hover {background:linear-gradient(0deg,#dcdcdc,#fff);}
.button--white:active {background:linear-gradient(0deg,#fff,#ededed);}
.button--orange {background:linear-gradient(0deg,#f47a20,#faa51a);}
.button--orange:hover {background:linear-gradient(0deg,#f06015,#f88e11);}
.button--orange:active {background:linear-gradient(0deg,#faa51a,#f47a20);}
.button--red {background:linear-gradient(0deg,#aa1317,#ed1c24);}
.button--red:hover {background:linear-gradient(0deg,#a11115,#c9151b);}
.button--red:active {background:linear-gradient(0deg,#ed1c24,#aa1317);}
.button--blue {background:linear-gradient(0deg,#0078a5,#00adee);}
.button--blue:hover {background:linear-gradient(0deg,#00678e,#0095cc);}
.button--blue:active {background:linear-gradient(0deg,#00adee,#0078a5);}
.button--rosy {background:linear-gradient(0deg,#bf404f,#f16c7c);}
.button--rosy:hover {background:linear-gradient(0deg,#a53845,#cf5d6a);}
.button--rosy:active {background:linear-gradient(0deg,#f16c7c,#bf404f);}
.button--green {background:linear-gradient(0deg,#7db72f,#4e7d0e);}
.button--green:hover {background:linear-gradient(0deg,#436b0c,#6b9d28);}
.button--green:active {background:linear-gradient(0deg,#7db72f,#4e7d0e);}
.button--pink {background:linear-gradient(0deg,#f171ab,#feb1d3);}
.button--pink:hover {background:linear-gradient(0deg,#e86ca4,#f4aacb);}
.button--pink:active {background:linear-gradient(0deg,#feb1d3,#f171ab);}
 */
/* --- FLEXBOX --- */
.fx-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fx-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fx-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.fx-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fx-vcenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fx-2cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fx-2cols > div {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .fx-2cols > div {
    width: 100%;
    margin-bottom: 30px;
  }
}
.fx-3cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fx-3cols > div {
  width: 31%;
}

@media screen and (max-width: 767px) {
  .fx-3cols > div {
    width: 100%;
    margin-bottom: 30px;
  }
}
.fx-4cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fx-4cols > div {
  width: 22%;
}

@media screen and (max-width: 767px) {
  .fx-4cols > div {
    width: 50%;
    margin-bottom: 30px;
  }
}
.fx-5cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fx-5cols > div {
  width: 18.5%;
}

@media screen and (max-width: 767px) {
  .fx-5cols > div {
    width: 50%;
    margin-bottom: 30px;
  }
}
/*
.fx-10 {width:10%;}
.fx-20 {width:20%;}
.fx-25 {width:25%;}
.fx-33 {width:33.3333%;}
.fx-40 {width:40%;}
.fx-50 {width:50%;}
.fx-60 {width:60%;}
.fx-66 {width:66.6666%;}
.fx-100 {width:100%;}
.fx-10g {width:calc(10% - 20px);}
.fx-20g {width:calc(20% - 20px);}
.fx-25g {width:calc(25% - 20px);}
.fx-33g {width:calc(33.3333% - 20px);}
.fx-40g {width:calc(40% - 20px);}
.fx-50g {width:calc(50% - 20px);}
.fx-60g {width:calc(60% - 20px);}
.fx-66g {width:calc(66.6666% - 20px);}

@media screen and (min-width:768px) and (max-width:1024px) {
.fx-10-m {width:10%;}
.fx-20-m {width:20%;}
.fx-25-m {width:25%;}
.fx-33-m {width:33.3333%;}
.fx-40-m {width:40%;}
.fx-50-m {width:50%;}
.fx-60-m {width:60%;}
.fx-66-m {width:66.6666%;}
.fx-100-m {width:100%;}
.fx-10g-m {width:calc(10% - 20px);}
.fx-20g-m {width:calc(20% - 20px);}
.fx-25g-m {width:calc(25% - 20px);}
.fx-33g-m {width:calc(33.3333% - 20px);}
.fx-40g-m {width:calc(40% - 20px);}
.fx-50g-m {width:calc(50% - 20px);}
.fx-60g-m {width:calc(60% - 20px);}
.fx-66g-m {width:calc(66.6666% - 20px);}
}

@media screen and (max-width:767px){
.fx-10-s {width:10%;}
.fx-20-s {width:20%;}
.fx-25-s {width:25%;}
.fx-33-s {width:33.3333%;}
.fx-40-s {width:40%;}
.fx-50-s {width:50%;}
.fx-60-s {width:60%;}
.fx-66-s {width:66.6666%;}
.fx-100-s {width:100%;}
.fx-10g-s {width:calc(10% - 20px);}
.fx-20g-s {width:calc(20% - 20px);}
.fx-25g-s {width:calc(25% - 20px);}
.fx-33g-s {width:calc(33.3333% - 20px);}
.fx-40g-s {width:calc(40% - 20px);}
.fx-50g-s {width:calc(50% - 20px);}
.fx-60g-s {width:calc(60% - 20px);}
.fx-66g-s {width:calc(66.6666% - 20px);}
}
*/
/* --- COMPONENTS --- */
/*
COMPONENTS.SCSS

--- LOGO
--- MENU-ICONS
--- NAV-TOP
--- NAV
--- NAV-BOTTOM
--- SUBMENU
--- FULLTEXT
--- LANGS
--- CRUMBS
--- PAGINATION
--- TOOLTIP
--- ACCORDION
--- TABS
--- DROPDOWN-MENU
--- FILE-ICON
--- PAGE-TOP
--- AJAX
*/
/* --- LOGO --- */
.logo {
  float: left;
  display: inline;
  margin: 25px 0;
  padding: 0;
}

.logo a {
  display: block;
  width: 478px;
  height: 65px;
  width: 400px;
  height: 54px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  background: url(img/logo-new.svg) top left no-repeat;
  background-size: contain;
  font-size: 1.75rem;
}

.logo span {
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .logo { /*float:none;display:block;width:160px;margin:10px auto;*/
    margin: 18px 0px;
  }
  .logo a {
    width: 200px;
    height: 27px;
  }
}
.site-info {
  display: none;
}

/* --- MENU-ICONS --- */
.menu-icons {
  clear: right;
  float: right;
  margin: 1em 0;
  padding: 0;
  display: block;
}

.menu-icon {
  float: right;
  margin: 0px;
  padding: 0;
  list-style: none;
  min-width: 40px;
  height: 40px;
  font-size: 1rem;
  line-height: 40px;
  text-align: center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top left;
  cursor: pointer;
}

.menu-icon span { /*display:none;*/
  padding-right: 10px;
}

.menu-icon:hover {
  color: #000;
}

.menu-icon i {
  font-size: 1.5rem;
  vertical-align: middle;
  color: #000;
}

.menu-icon i:hover {
  color: #000;
}

.menu-icon--nav {
  display: none;
}

.hamburger {
  float: right;
  margin-top: 7px;
}

.menu-title {
  padding-right: 10px;
}

.menu-line {
  width: 20px;
  height: 3px;
  background-color: #ff6100;
  display: block;
  margin: 4px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-icon--nav.active .menu-line-2 {
  opacity: 0;
}

.menu-icon--nav.active .menu-line-1 {
  -webkit-transform: translateY(7px) rotate(45deg);
      -ms-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}

.menu-icon--nav.active .menu-line-3 {
  -webkit-transform: translateY(-7px) rotate(-45deg);
      -ms-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
}

.menu-icon--search i {
  color: #ff6100;
}

.menu-icon--search i:hover {
  color: #ff7e00;
}

@media screen and (max-width: 767px) {
  .menu-icons, .menu-icon {
    display: block;
  }
}
/* --- NAV-TOP --- */
/*
.nav-top-holder {clear:both;line-height:0;}
.nav-top-holder h2 {display:none;}
.nav-top {width:100%;margin:0;padding:0;background:#7d7d7d;line-height:100%;z-index:1001;position:relative;}
.nav-top li {margin:0;padding:0;float:left;position:relative;list-style-type:none;list-style-image:none;font-size:13px;}
.nav-top>li:first-child {margin-left:0px;}
.nav-top a {@include font-weight-bold;color:#fff;text-decoration:none;display:block;padding:19px 20px;margin:0;}
.nav-top a:hover {background:#000;color:#fff;}
.nav-top > .active a, .nav-top .parent a, .nav-top .current a,.nav-top li:hover > a {background:#666;color:#fff;border-top:solid 0px #f8f8f8;}
.nav-top ul li:hover a,.nav-top li:hover li a {background:none;border:none;color:#444;}
.nav-top ul a:hover {background:#7d7d7d !important;color:#fff !important;}
.nav-top li:hover > ul {display:block;}
.nav-top ul {z-index:100;display:none;margin:0;padding:0;width:280px;position:absolute;top:50px;left:0;background:#eee;border:solid 1px #f8f8f8;}
.nav-top ul li {float:none;margin:0;padding:0;}
.nav-top ul a {@include font-weight-regular;padding:8px 20px;}
.nav-top ul ul {left:241px;top:0px;}
.nav-top:after {content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.nav-top {display:inline-block;}
html[xmlns] .nav-top {display:block;}
* html .nav-top {height:1%;}
*/
/* nav-top - basic */
/*
.nav-top-holder {clear:right;float:right;margin:25px 0;}
//.nav-top-holder h2 {display:none;}
.nav-top {margin:0;padding:0}
.nav-top li {float:left;border-left:0px solid #d2d2d2;background:transparent;list-style:none;margin-left:20px;}
.nav-top li:first-child {border:0;}
.nav-top li a {display:block;margin:0;padding:5px 10px;overflow:hidden;font-size:1rem;color:#505F6F;text-decoration:none;text-transform: uppercase;@include font-family-extra;@include font-weight-bold;}
.nav-top li.active a, ul.nav-top li.parent a {color:$c-primary;}
.nav-top li a:hover {color:$c-primary-hover;text-decoration:none;}

@media screen and (max-width:767px) {
.nav-top-holder {float:none;clear:both;margin:0;}
.nav-top {display:none;}
.nav-top li {float:none;margin:0 0 7px 0;}
.nav-top ul {display:none !important;}
.nav-top li a {padding:5px 0px;margin:0 0 1px 0;font-size: 1.5rem;text-align: center;}
}
*/
/* cssmenu */
.nav-top-holder {
  float: right;
  margin: 1em 0;
}

.cssmenu {
  background: #fff;
}

.cssmenu, .cssmenu ul, .cssmenu ul li, .cssmenu ul li a, .cssmenu .menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
}

.cssmenu:after, .cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.cssmenu .menu-button {
  display: none;
}

.cssmenu > ul > li {
  float: left;
}

.cssmenu > ul > li > a {
  text-decoration: none;
  color: #230935;
  text-transform: uppercase;
  padding: 1em 1em;
  font-size: 0.875rem;
  font-weight: 800;
}

.cssmenu > ul > li:hover > a {
  color: #330652;
}

.cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 1000;
}

.cssmenu ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.cssmenu li:hover > ul {
  left: auto;
}

.cssmenu li:hover > ul > li {
  height: auto;
}

.cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

.cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 0.75em 1em;
  width: 180px;
  font-size: 0.875rem;
  text-decoration: none;
  color: #444;
  background: #f4f4f4;
}

.cssmenu ul ul li:last-child > a, .cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}

@media screen and (min-width: 768px) {
  .cssmenu ul ul li:hover > a, .cssmenu ul ul li a:hover {
    color: #000;
    background: #ddd;
  }
  .cssmenu > ul > li.active > a, .cssmenu > ul > li.parent > a {
    background-color: #fff;
    color: #230935;
  }
  .cssmenu > ul > li.active::after, .cssmenu > ul > li.parent::after {
    position: absolute;
    bottom: 0;
    left: calc(50% - 4px);
    z-index: 1000;
    width: 8px;
    height: 8px;
    background: #ff6100;
    border-radius: 50%;
    content: "";
  }
  .cssmenu ul ul {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .nav-top-holder {
    clear: both;
    float: none;
    margin: 0;
  }
  .cssmenu ul {
    width: 100%;
    display: none;
  }
  .cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  .cssmenu ul ul li, .cssmenu li:hover > ul > li {
    height: auto;
  }
  .cssmenu > ul > li {
    float: none;
  }
  .cssmenu ul li a {
    width: 100%;
    border-bottom: 0;
    color: #444;
    padding: 0.75em 1em;
    line-height: 1;
    font-size: 1.25rem;
  }
  .cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
    color: #444;
    padding: 1em 1em;
    line-height: 1;
  }
  .cssmenu ul ul li:hover > a, .cssmenu ul ul li.active > a {
    color: #000;
  }
  .cssmenu ul ul li a {
    padding-left: 1.5em;
  }
  .cssmenu ul ul ul li a {
    padding-left: 2.5em;
  }
  .cssmenu ul ul ul ul li a {
    padding-left: 3.5em;
  }
  .cssmenu ul ul, .cssmenu ul ul ul, .cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  .cssmenu > ul > li.has-sub > a:after, .cssmenu > ul > li.has-sub > a:before, .cssmenu ul ul > li.has-sub > a:after, .cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  .cssmenu .menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #ff6100;
    border-bottom: 2px solid #ff6100;
    content: "";
  }
  .cssmenu .menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ff6100;
    content: "";
  }
  .cssmenu .menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ff6100;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .cssmenu .menu-button.menu-opened:before {
    top: 23px;
    background: #ff6100;
    width: 15px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 3.7em;
    width: 48px;
    cursor: pointer;
  }
  .cssmenu .submenu-button.submenu-opened {
    background: #b7b7b7;
  }
  .cssmenu ul ul .submenu-button {
    height: 3em;
    width: 32px;
  }
  .cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ff6100;
    content: "";
  }
  .cssmenu ul ul .submenu-button:after {
    top: 18px;
    right: 13px;
  }
  .cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  .cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ff6100;
    content: "";
  }
  .cssmenu ul ul .submenu-button:before {
    top: 15px;
    right: 16px;
  }
  .cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}
/* --- NAV --- */
.nav, .nav ul {
  margin: 0;
  padding: 0;
}

.nav li {
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 0 solid #ddd;
  list-style-type: none;
  list-style-image: none;
  line-height: 1.4;
}

.nav li:first-child {
  border-top: 0;
}

.nav li a {
  display: block;
  width: 100%;
  background: transparent;
  color: #230935;
  text-decoration: none;
  padding: 0.5em 0;
  font-size: 0.875rem;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  position: relative;
  text-transform: uppercase;
}

.nav li.active a {
  background: transparent;
  color: #ff6100;
  text-decoration: none;
}

.nav li li {
  border-bottom: 0px solid #ddd;
}

.nav li li a, .nav li.active li a {
  background: transparent;
  color: #230935;
  text-decoration: inherit;
  padding: 0.5em 0;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: none;
}

.nav li li a:before {
  content: "-";
  top: 6px;
  left: 10px;
}

.nav li li.active a {
  background: transparent;
  color: #ff6100;
  text-decoration: none;
}

.nav li li li a, .nav li li.active li a {
  background: transparent;
  color: #230935;
  text-decoration: inherit;
  padding: 0.5em 0 0.5em 1em;
  font-size: 0.75rem;
}

.nav li li li a:before {
  content: "-";
  top: 6px;
  left: 20px;
}

.nav li li li.active a {
  background: transparent;
  color: #ff6100;
  text-decoration: none;
}

.nav li a:hover, .nav li li a:hover, .nav li li li a:hover {
  background-color: inherit;
  color: #ff6100;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .nav-holder {
    display: none;
  }
}
/* --- NAV-BOTTOM  --- */
.nav-bottom-holder {
  margin: 0;
  padding: 20px 0;
  background: url(img/bg-nav-bottom.png) #01404e center repeat-y;
  background-size: contain; /*background:linear-gradient(45deg,#d7dd05,#01404e);*/
}

.nav-bottom {
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1;
}

.nav-bottom li {
  display: inline-block;
  border-left: 0px solid #444;
  background: transparent;
  list-style: none;
}

.nav-bottom li:first-child {
  border: 1px;
}

.nav-bottom li a {
  display: block;
  margin: 0 15px;
  padding: 5px 0;
  overflow: hidden;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  text-transform: lowercase;
}

.nav-bottom li a:hover {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .nav-bottom-holder {
    display: none;
  }
}
/* --- SUBMENU --- */
.submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 30px 0;
  padding: 0;
}

.submenu li {
  width: 100%;
  list-style-type: none;
  list-style-image: none;
  margin-bottom: 10px;
}

.submenu a {
  display: block;
  text-decoration: none;
  padding: 10px;
  background-color: #eee;
}

.submenu a:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.submenu a:hover {
  background-color: #e4e4e4;
}

.submenu__image {
  float: left;
  width: 100px;
  margin-right: 10px;
}

.submenu__text {
  display: table-cell;
}

.submenu__text h3 {
  color: #000;
  font-size: 1.3rem;
  margin: 0;
  padding: 0;
  line-height: 1.1;
}

.submenu__text p {
  color: #474747;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
}

.submenu--2cols {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.submenu--2cols li {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .submenu--2cols li {
    width: 100%;
  }
}
/* --- FULLTEXT --- */
/* overlay-fulltext
.overlay-fulltext {height: 0%;width: 100%;position: fixed;z-index: 9998; left: 0;top: 0;background-color:#fff; background-color:rgba(255,255,255,0.95); overflow-x: hidden;transition: 0.5s;}
.overlay-fulltext__content {position: relative;top:calc(50% - 250px); width: 100%; text-align: center; margin-top: 30px; }
.overlay-fulltext__close {position: absolute;top: 10px;right: 25px;font-size: 3.75rem;line-height:1;text-decoration: none;color:#000;z-index: 9999}
.overlay-fulltext__close:hover {color:#f00;}
.overlay-fulltext h2.section {color:#000;}
*/
/*
.fulltext {display:inline-block;border:2px solid #9fa3a4;}
.fulltext:hover {border:2px solid #3f474a;}
*/
.fulltext {
  display: none;
  float: none;
  clear: both;
  text-align: center;
  padding: 0;
  margin: 0;
  padding: 1em;
  font-size: 0.875rem;
  border-radius: 0;
  background: #f9f9f9;
  border-top: 1px solid #f2f2f2;
}

.fulltext input.inp {
  width: 500px;
  height: 40px;
  line-height: 40px;
  padding: 0 1em;
  font-size: 0.875rem;
  color: #999;
  vertical-align: middle;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 1.25rem;
}

.fulltext button {
  height: 40px;
  background-color: #7faa2a;
  color: #fff;
  padding: 0 1em;
  cursor: pointer;
  border: none;
  overflow: hidden;
  vertical-align: middle;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 1.25rem;
}

.fulltext button:hover {
  background-color: #a2ca02;
  color: #fff;
}

/* ver2
.fulltext button {width:25px;height:26px;background:url(img/submit-img.png) no-repeat left top;color:#fff;padding:0 5px 0 20px;cursor:pointer;border:none;overflow:hidden;vertical-align:middle;font-size:0;line-height:0;}
.fulltext button:hover {background-position:left bottom;}
*/
@media screen and (max-width: 767px) {
  .fulltext {
    display: none;
    float: none;
    clear: both;
    text-align: center;
    background-color: transparent;
    margin: 0px;
    padding: 1em;
    font-size: 1rem;
  }
  .fulltext input.inp {
    width: 75%;
    height: 35px;
    font-size: 1rem;
  }
  .fulltext button {
    width: 25%;
    height: 35px;
    font-size: 1rem;
  }
  .fulltext button span {
    display: none;
  }
}
/* --- LANGS --- */
/* overlay-langs
.overlay-langs {height: 0%;width: 100%;position: fixed;z-index: 9998; left: 0;top: 0;background-color:#fff; background-color:rgba(255,255,255,0.95); overflow-x: hidden;transition: 0.5s;}
.overlay-langs__content {position: relative;top:calc(50% - 250px); width: 100%; text-align: center; margin-top: 30px; }
.overlay-langs__close {position: absolute;top: 10px;right: 25px;font-size: 60px;line-height:1;text-decoration: none;color:#000;z-index: 9999}
.overlay-langs__close:hover {color:#f00;}
.overlay-langs h2.section {color:#000;}
*/
.langs-dd {
  margin: 0 0 0 1em;
  float: right;
}

.langs-dd dd, .dropdown dt, .dropdown ul {
  margin: 0px;
  padding: 0px;
}

.langs-dd dd {
  position: relative;
}

.langs-dd a {
  text-decoration: none;
  outline: none;
  color: #fff;
}

.langs-dd a:hover {
  color: #fff;
}

.langs-dd dt a:hover, .dropdown dt a:focus {
  color: #fff;
}

.langs-dd dt a {
  display: block;
}

.langs-dd dt a span {
  cursor: pointer;
  display: block;
  padding: 0px;
}

.langs-dd dd ul {
  display: none;
  background-color: #f4f4f4;
  border: 1px solid #d8d8d8;
  color: #444;
  padding: 0px 0px;
  position: absolute;
  top: 2px;
  right: 0px;
  width: auto;
  min-width: 100px;
  list-style: none;
  z-index: 9999;
}

.langs-dd dd ul li {
  list-style: none;
  text-align: right;
}

.langs-dd dd ul li a {
  padding: 7px;
  display: block;
  color: #888;
}

.langs-dd dd ul li a:hover {
  background-color: #ddd;
  color: #444;
}

/*
.langs {float:right;padding:0;margin:20px 20px 0 0;}
.langs li {float:left;background-image:none;background-position:center left;background-repeat:no-repeat;padding:0 0.75em;border-left:1px solid #444;font-size:0.75rem;list-style-type:none;list-style-image:none;text-transform: uppercase;}
.langs li:first-child {border-left:0;margin-left:0;}
.langs li a {text-decoration: none;}
.langs li.active a {color:$c-default;}
.langs li.label {padding:6px 10px 0 0;}
@media screen and (max-width:767px) {
.langs {display:none;float:none;clear:both;text-align: center;background-color: #fff;border-top:1px solid #fff;border-bottom:1px solid #fff;margin:0px auto;padding:10px 0;}
.langs li {float:none;display:inline-block;}
}
*/
/* --- CRUMBS --- */
#crumbs {
  clear: both;
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #dedede;
}

#crumbs li {
  margin: 0;
  padding: 20px 0;
  display: inline-block;
  color: #303030;
  list-style-type: none;
  list-style-image: none;
  font-size: 0.875rem;
  line-height: 1;
}

#crumbs li::before {
  display: inline-block;
  content: "/";
  color: #000;
  padding: 0 10px;
}

#crumbs li a {
  padding: 0;
  text-decoration: none;
}

#crumbs li:first-child {
  display: none;
}

@media screen and (max-width: 767px) {
  #crumbs {
    display: none;
  }
}
/* --- PAGINATION --- */
.pager {
  clear: both;
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

.pager li {
  float: left;
  margin: 0;
  list-style-type: none;
  list-style-image: none;
  margin: 0 4px;
  font-size: 0.875rem;
}

.pager li a {
  display: block;
  text-decoration: none;
  color: #303030;
  padding: 7px 10px;
  border: 1px solid #eee;
  line-height: 1;
  border-radius: 3px;
}

.pager li a.current-page { /*background:#fff;*/
  color: #777;
  border: 1px solid #777;
  font-weight: 700;
}

.pager li a:hover {
  border: 1px solid #999;
  color: #333;
  background-color: #f2f2f2;
}

/* --- TOOLTIP --- */
.tooltip:hover {
  background: transparent;
  text-decoration: none;
  cursor: help;
}

.tooltip span {
  display: none;
  padding: 5px;
  margin-left: 10px;
  width: 250px;
}

.tooltip:hover span {
  cursor: default;
  display: inline;
  position: absolute;
  background: #fff;
  color: #303030;
  padding: 10px 15px;
  border: 1px solid #ddd;
  font-size: 0.75rem;
  line-height: 1.5em;
}

/* --- ACCORDION --- */
.accordion {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  overflow: hidden;
}

.accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.accordion label {
  position: relative;
  display: block;
  padding: 1em 1em;
  background: #eee;
  font-weight: bold;
  cursor: pointer;
}

.accordion label:hover {
  background: #e4e4e4;
}

.accordion__content {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  -webkit-transition: max-height 0.35s;
  -o-transition: max-height 0.35s;
  transition: max-height 0.35s;
}

.accordion__content p {
  margin: 1em;
}

.accordion input:checked ~ .accordion__content {
  max-height: 10em;
}

.accordion label::after {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  font-size: 1.25rem;
}

.accordion input[type=checkbox] + label::after {
  content: "+";
  color: #f00;
  vertical-align: middle;
}

.accordion input[type=checkbox]:checked + label::after {
  -webkit-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
          transform: rotate(315deg);
  color: #000;
}

/* --- TABS  --- */
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tabs > input[type=radio] {
  display: none;
}

.tabs > input[type=radio]:checked + label {
  background: #f8f8f8;
}

.tabs > input[type=radio]:checked + label + .tab {
  display: block;
}

.tabs > label {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: block;
  padding: 0.8em 1.4em;
  margin-right: 0.2em;
  cursor: pointer;
  background: #eee;
}

.tabs > label i {
  color: #ccc;
  font-size: 1.25rem;
  margin-right: 0.3em;
  vertical-align: middle;
}

.tabs > label span {
  vertical-align: middle;
}

.tabs > label:hover {
  background: #e4e4e4;
}

.tabs .tab {
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  display: none;
  padding: 2em 1.5em;
  background: #f8f8f8;
}

@media (max-width: 767px) {
  .tabs > label, .tabs .tab {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
  .tabs > label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}
/* --- DROPDOWN-MENU --- */
.dd-link {
  position: relative;
  display: inline-block;
}

.dd-link a {
  border: 0;
  height: auto;
  cursor: pointer;
}

.dd-link a:focus + ul, .dd-link ul:hover {
  display: block;
}

.dd-menu {
  position: absolute;
  top: calc(100% + 0px);
  z-index: 1030;
  display: block;
  background: transparent;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 0;
  min-width: 170px;
  list-style: none;
  padding-top: 0px;
  display: none;
  background: #fff;
}

.dd-menu li {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.75rem;
}

.dd-menu a {
  display: block;
  padding: 0.8em 0.8em;
  margin: 0;
  text-decoration: none;
  position: relative;
  color: #303030;
}

.dd-menu i {
  color: #ddd;
  margin-right: 5px;
}

.dd-menu a span {
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  background: #eee;
  color: #000;
  border-radius: 50%;
  text-align: center;
}

.dd-menu a:hover {
  background: #f1f1f1;
  color: #303030;
  text-decoration: none;
}

.dd-menu--left {
  left: 0;
}

.dd-menu--right {
  left: initial;
  right: 0;
}

.dd-menu--center {
  left: 50%;
  margin-left: -85px;
}

.dd-menu li.dd-menu__segreg {
  margin: 0.5em 0;
  height: 0;
  overflow: hidden;
  border-top: 1px solid #ddd;
}

/* --- FILE-ICON --- */
/*
.doc, .xls, .ppt, .pdf, .zip, .video, .audio, .image, .file {background-image:url(img/icons/files.png);background-repeat:no-repeat;padding:2px 0 2px 21px;}
.doc {background-position:0 0;}
.xls {background-position:0 -25px;}
.ppt {background-position:0 -50px;}
.pdf {background-position:0 -75px;}
.zip {background-position:0 -100px;}
.video {background-position:0 -125px;}
.audio {background-position:0 -150px;}
.image {background-position:0 -175px;}
.file {background-position:0 -200px;}
*/
.file-icon::before {
  margin-right: 10px;
  font-family: "FontAwesome";
  color: #000;
  text-decoration: none;
}

.file-icon--doc::before {
  content: "\f1c2";
}

.file-icon--xls::before {
  content: "\f1c3";
}

.file-icon--ppt::before {
  content: "\f1c4";
}

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

.file-icon--zip::before {
  content: "\f1c6";
}

.file-icon--image::before {
  content: "\f1c5";
}

.file-icon--video::before {
  content: "\f1c8";
}

.file-icon--audio::before {
  content: "\f1c7";
}

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

/* --- PAGE-TOP --- */
.page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  z-index: 999;
}

.page-top a {
  width: 25px;
  display: block;
  text-align: center;
  font-size: 0.68rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #bbb;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.page-top a:hover {
  color: #000;
}

.page-top span {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-bottom: 7px;
  background: #7faa2a;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
}

.page-top a:hover span {
  background-color: #777;
}

/* --- AJAX --- */
#e-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100000;
}

#e-loading div {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #000;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

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

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#e-loading div span {
  display: none;
}

.info-box {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  min-height: 250px;
  margin-left: -250px;
  margin-top: -125px;
  border: 1px solid #eee;
  background-color: #fff;
  background: rgba(255, 255, 255, 0.95);
  padding: 25px;
  z-index: 9999;
  font-size: 120%;
  text-align: center;
  overflow: auto;
}

.button-info-box {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .info-box {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
}
/* --- MODULES --- */
/*
MODULES.SCSS

--- ARTICLES
--- EVENTS
--- POLL
--- MAIL-INFO
--- CALENDAR
--- AUTH
--- GALLERY
--- MULTIMEDIA
--- FORUM
--- RSS
--- RESULTS
--- SITEMAP
--- EU-COOKIES
*/
/* --- ARTICLES --- */
.articles--fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.articles--fx .article {
  width: 47%;
  border: 0;
}

@media screen and (max-width: 767px) {
  .articles--fx .article {
    width: 100%;
  }
}
.article {
  border-bottom: 0px dotted #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.article:last-child {
  border-bottom: 0;
}

.article__image {
  margin-right: 25px;
  width: 100%;
  max-width: 175px;
  float: left;
}

.article__content {
  display: table-cell;
}

.article__date {
  color: #657388;
  font-size: 0.875rem;
  padding: 0;
  margin: 0;
}

.article__title {
  margin: 3px 0 8px 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
}

.article__perex p {
  margin-bottom: 0;
}

.article hr {
  margin: 20px 0;
}

.article-top {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.article-top__image {
  margin-bottom: 20px;
  width: 100%;
}

.article-top__date {
  color: #657388;
  font-size: 0.875rem;
  padding: 0;
  margin: 0;
}

.article-top__title {
  margin: 3px 0 8px 0;
  padding: 0;
  font-size: 1.75rem;
  font-weight: 700;
}

.article-top__perex p {
  margin-bottom: 0;
}

.articles-list {
  margin: 0;
  padding: 0;
}

.articles-list li {
  list-style-type: none;
  list-style-image: none;
  border-bottom: 1px dotted #ccc;
  padding: 15px 0;
}

.articles-list__date {
  font-size: 0.875rem;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.articles-list__title {
  margin: 5px 0;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.articles-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.article-card {
  width: 31%;
  border: 0px solid #ddd;
  margin-bottom: 2em;
  background: #fff;
}

.article-card__image {
  width: 100%;
}

.article-card__content {
  padding: 1.5em;
}

.article-card__date {
  color: #657388;
  font-size: 0.875rem;
  padding: 0;
  margin: 0;
}

.article-card__title {
  margin: 3px 0 8px 0;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}

.article-card__perex p {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .article-card {
    width: 100%;
  }
}
.article-detail__image {
  margin-right: 30px;
  width: 100%;
  max-width: 40%;
  float: left;
}

.article-detail__content {
  display: table-cell;
}

.article-detail__date {
  font-size: 0.875rem;
  padding: 0;
  margin: 0;
}

.article-detail__title {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 2rem;
  font-weight: 700;
}

.article-detail hr {
  margin: 30px 0;
}

.articles-slider {
  margin: 0;
  padding: 0;
}

.articles-slider li {
  list-style-type: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .article__image, .article-top__image, .article-detail__image {
    margin: 0 0 20px 0;
    width: 100%;
    max-width: 100%;
    float: none;
  }
}
/* --- EVENTS --- */
.event {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.event:last-child {
  border-bottom: 0;
}

.event__image {
  margin-right: 25px;
  width: 100%;
  max-width: 175px;
  float: left;
}

.event__content {
  display: table-cell;
}

.event__date {
  color: #657388;
  font-size: 0.875rem;
  padding: 0;
  margin: 0;
}

.event__title {
  margin: 3px 0 8px 0;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 700;
}

.event__perex p {
  margin-bottom: 0;
}

.event-top__date {
  font-size: 0.875rem;
}

.event-top__title {
  margin: 10px 0;
  padding: 0;
  font-size: 1.75rem;
  font-weight: 700;
}

.event-top__image {
  padding: 0 30px 0 0;
}

.events-list {
  margin: 0;
  padding: 0;
}

.events-list li {
  list-style-type: none;
  list-style-image: none;
  border-bottom: 1px dotted #ccc;
  padding: 15px 0;
}

.events-list__date {
  font-size: 0.875rem;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.events-list__title {
  margin: 5px 0;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.event-detail__date {
  font-size: 0.875rem;
  padding: 0;
  margin: 0;
}

.event-detail__image {
  margin-right: 30px;
  width: 100%;
  max-width: 40%;
  float: left;
}

.event-detail__content {
  display: table-cell;
}

.event-detail__title {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 700;
}

.event-detail hr {
  margin: 30px 0;
}

#action-venue, #action-organizer {
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .event__image, .event-top__image, .event-detail__image {
    margin: 0 0 20px 0;
    width: 100%;
    max-width: 100%;
    float: none;
  }
}
/* --- POLL --- */
.poll h3 {
  font-size: 0.875rem;
  margin-bottom: 10px;
  line-height: 1.4;
}

.poll p {
  margin-bottom: 0.3em;
  line-height: 1.4;
}

.poll p span {
  font-size: 0.75rem;
  padding-left: 5px;
  color: #666;
}

.poll-bar {
  display: inline-block;
  background: #ddd;
  height: 13px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* --- MAIL-INFO --- */
.mail fieldset {
  padding: 10px;
}

.mail input.inp {
  width: 100%;
}

/*
input.mail-img {width:30px;height:18px;background:url(img/mail-img.png) no-repeat left top;padding:0;cursor:pointer;border:none;overflow:hidden;letter-spacing:100px;}
input.mail-img:hover {background-position:left bottom;}
*/
/* --- CALENDAR --- */
.cal .object-holder {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.cal table {
  margin: auto;
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
}

.cal th, .cal td {
  background: transparent;
  font-size: 100%;
  padding: 0;
  line-height: 30px;
  text-align: center;
}

.cal th {
  font-weight: 700;
}

.cal td {
  border: 0px solid #a4a4a4;
  color: #000;
  background: #fff;
}

.cal td.weekend {
  background: #e5e5e5;
}

.cal td.actual {
  background: #ff6100;
  color: #fff;
}

.cal td a {
  display: block;
  color: #000;
  font-weight: 700;
  text-decoration: underline;
  padding: 0px;
}

.cal td a:hover {
  background: #ff7e00;
  color: #fff;
  text-decoration: none;
}

/*
.cal-filter {background:#ddd;color:#000;padding:15px;margin-bottom:20px;font-size:1rem;}
.cal-filter .filter {width:50%;float:left;}
.cal-filter .month {width:50%;float:right;text-align:right;}
.cal-filter .month a {text-decoration: none;}
.cal-detail {width:100%;border:1px solid #000;}
.cal-detail th {padding:5px;border:1px solid #eee;}
.cal-detail td {border:1px solid #ddd;font-size:91%;height:120px;}
.cal-detail th.day {width:14%;background:#eee;color:#000;font-weight:normal;}
.cal-detail th.day span {font-size:150%;padding-right:5px;}
.cal-detail th.d-day {background:#777;color:#fff;padding:5px;}
.cal-detail td:hover {background:#eee;}
.cal-detail td img {width:100%;}
.cal-detail td .pom img {border:5px solid red !important;}
.cal-detail td h3 {font-size:100%;margin:8px 0 0 0;padding:0 7px;}
.cal-detail td p {font-size:100%;margin:0;padding:0 7px;}
.cal-detail td p.time {color:#6b6e92;border-bottom:0px dotted #ddd;padding-bottom:20px;}
.hide {display:none;}
*/
/* --- AUTH ---  */
.auth fieldset {
  border-width: 0;
  margin: 0;
  padding: 20px;
}

.auth p {
  clear: both;
  margin: 5px 0 0 0;
  padding: 0;
  line-height: 23px;
}

.auth span {
  clear: left;
  display: block;
  float: left;
  width: 33%;
  padding-top: 2px;
}

.auth input.inp {
  width: 60%;
}

/* --- MULTIMEDIA ---  */
.player {
  display: block;
  cursor: pointer;
  margin: 0px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.play {
  height: 100%; /*background:url(img/player/play2.png) center center no-repeat;*/
  position: relative;
}

.player div.file-info {
  width: 100%;
  background: rgba(100, 100, 100, 0.9);
  position: absolute;
  bottom: 0px;
  left: 0;
}

.player div.file-info p {
  margin: 0;
  padding: 10px 15px;
  color: #fff;
  display: block;
  font-weight: normal;
  line-height: 1.6;
}

.flashContainer {
  position: relative;
  overflow: hidden;
}

.progressBar {
  display: none;
  position: absolute;
  width: auto;
  height: 8px;
  left: 20px;
  right: 105px;
  bottom: 20px;
  background-color: #141414;
  overflow: hidden;
  cursor: pointer;
}

.progressBar .elapsed {
  position: absolute;
  width: 0;
  height: 100%;
  background-color: #1fa2f6;
  border-right: 1px solid #49AFF0;
}

.controlDiv {
  background-image: url(img/youtube/youtube-controls.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 106px;
  height: 102px;
  cursor: pointer;
  top: 50%;
  left: 50%;
  margin: -53px 0 0 -51px;
}

.controlDiv.play {
  background-position: 0 0;
}

.controlDiv.pause {
  background-position: 0 -9999px;
}

.controlDiv.replay {
  background-position: 0 -204px;
}

.flashContainer:hover .controlDiv.pause {
  background-position: 0 -102px;
}

.flashContainer.playing:hover .progressBar {
  display: block;
}

/* --- GALLERY --- */
.gallery .card {
  float: left;
  background: #fff;
  padding: 0;
  text-align: center;
  border-color: #e6e6e6;
  border-style: solid;
}

.gallery .card:hover {
  border-color: #ccc;
  border-style: solid;
  background: #f3f3f3;
}

.gallery img {
  vertical-align: middle;
}

.gallery .photo-desc {
  margin: 0 7px 35px 0;
}

.gallery .photo-desc span {
  display: block;
  position: relative;
  top: 5px;
  font-size: 0.85rem;
  color: #666;
  line-height: 1;
}

.gallery a.photo-desc {
  text-decoration: none;
}

/* --- FORUM ---
.forum {;}
.forum .forum-message {margin:0;border-bottom:1px dotted #ddd;}
.forum .date-time {color:#888;font-size:12px;font-weight:normal;}
.forum .forum-author {margin-top:.3em;font-size:91%;}
*/
/* --- RSS --- */
.rss-brief {
  margin: 0;
  padding: 0;
}

.rss-brief li {
  list-style-type: none;
  list-style-image: none;
}

.rss-brief li span {
  padding: 0px 5px;
  background: #eee;
  margin-right: 10px;
}

/* --- RESULTS --- */
#results {
  margin: 0;
}

#results dt {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}

#results dd {
  margin: 0.2em 0 1.3em 0;
}

#results dt span {
  display: block;
  color: #888;
  font-weight: 400;
}

#results .exp {
  background: #dcdcdc;
  font-weight: 700;
}

/* --- SITEMAP --- */
.sitemap {
  margin: 0.4em 0;
  padding: 0;
}

.sitemap li {
  margin: 10px 0 10px 0;
  padding: 0;
  font-size: 1rem;
  list-style-type: none;
  list-style-image: none;
  font-weight: 700;
}

.sitemap li:before {
  font-family: "FontAwesome";
  content: "\f114";
  color: #000;
  font-size: 0.875rem;
  text-decoration: none;
  margin-right: 10px;
  font-weight: 400;
}

.sitemap ul li {
  margin: 5px 0 5px 15px;
  padding: 0;
  list-style-type: none;
  list-style: none !important;
  font-weight: 400;
}

.sitemap ul li::before {
  content: "\f105";
}

/* --- EU-COOKIES --- */
.submit-cookies {
  position: fixed;
  bottom: 0;
  z-index: 9998;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  color: #333;
  border-top: 1px solid #eee;
  font-size: 0.8rem;
  padding: 10px 20px;
  text-align: center;
  font-family: "Raleway", sans-serif;
}

.submit-cookies button {
  background: #7faa2a;
  color: #fff;
  border: 0;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  margin-left: 20px;
  border-radius: 3px;
  line-height: 1;
}

.submit-cookies button:hover {
  background: #a2ca02;
}

.cancel-cookies {
  display: none;
  position: fixed;
  bottom: 0px;
  z-index: 9998;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  color: #333;
  border-top: 1px solid #eee;
  padding: 3px 0;
  font-size: 0.8rem;
  text-align: center;
}

.cancel-cookies button {
  background: transparent;
  color: #333;
  border: 0;
  padding: 0px;
  font-size: 0.8rem;
  cursor: pointer;
  margin-left: 0px;
  text-decoration: underline;
  font-weight: 400;
}

.eu-cookies a {
  color: #000;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .submit-cookies {
    font-size: 0.812rem;
  }
  .submit-cookies button {
    display: block;
    margin: 20px auto 0;
  }
}
/* --- CBLOCKS --- */
/*
CBLOCKS.SCSS
*/
/* setting */
.setting {
  float: right;
  background: #ff6100;
  color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0.5em 1em;
  font-size: 0.75rem;
  text-align: right;
}

.setting > a {
  color: #fff;
  vertical-align: middle;
  border-right: 1px solid #fff;
  padding: 0 1em;
}

#login-form, #reg-form {
  padding: 10px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .setting {
    float: none;
  }
}
/* toptext */
.toptext {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.toptext__title {
  margin: 0;
  padding: 0;
  font-size: 3.125rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  max-width: 50%;
}

.toptext__desc {
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 1.125rem;
  color: #000;
  font-weight: 400;
  max-width: 50%;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .toptext__title {
    font-size: 3rem;
  }
  .toptext__desc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .toptext {
    display: none;
  }
}
/* cblock*/
.cblock {
  position: relative;
  clear: both;
  padding: 6em 0;
}

.cblock:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .cblock {
    padding: 3em 0;
  }
}
/* cblock--ver2
.cblock--ver2 {background-color: #ddd;background-image:radial-gradient(ellipse at center, rgba(25,57,91,1) 0%, rgba(0,25,50,1) 100%);background-repeat: no-repeat;color:#fff;}
.cblock--ver2 .section {color:#000;}
*/
/* hot */
.hot {
  background: #f9f9f9;
}

.hot .fx-item {
  width: 30%;
  text-decoration: none;
  margin: 2em 1em;
}

.hot__image {
  text-align: center;
}

.hot__image img {
  width: 128px;
  height: 128px;
}

.hot__title {
  font-size: 1.0625rem;
  margin: 20px 0 30px 0;
  padding: 0;
  text-align: center;
  font-weight: 800;
  position: relative;
}

.hot__title::after {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 5px);
  z-index: 1000;
  width: 12px;
  height: 12px;
  background: #ff6100;
  border-radius: 50%;
  content: "";
}

.hot__desc {
  color: #303030;
  margin: 0;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .hot .fx-item {
    width: 100%;
    margin-bottom: 30px;
  }
}
/* hot-ticker
.hot-ticker {background:#fff;}
.hot-ticker .inner-holder {;}
.hot-ticker a {text-decoration: none;}
.hot-ticker__image {;}
.hot-ticker__title {color:#000;font-size:1.3rem;margin:20px 0 5px 0;padding:0;text-align:center;}
.hot-ticker__desc {color:$c-default;margin:0;padding:0;text-align:center;}
.hot-ticker__link {position:absolute;width:100%;bottom:20px;left:0;text-align: center;}
@media screen and (max-width:767px){
.hot-ticker {;}
}
*/
/* editorial */
.editorial {
  background-image: url(img/symbol.svg), url(img/symbol-o.svg);
  background-position: calc(100% + 60px) calc(100% + 100px), -40px -120px;
  background-repeat: no-repeat;
}

.editorial__title {
  color: #000;
  font-size: 1.3rem;
  margin: 5px 0 0 0;
  padding: 0;
  text-align: left;
}

.editorial__desc {
  color: #444;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .editorial {
    background-image: none;
  }
}
/* products */
.fx-products .fx-item {
  width: 25%;
}

.fx-products-3 .fx-item {
  width: 33.3333%;
  text-align: center;
}

.fx-products-3 h3 {
  font-size: 1.0625rem;
}

@media screen and (max-width: 767px) {
  .fx-products .fx-item {
    width: 50%;
  }
  .fx-products-3 .fx-item {
    width: 100%;
  }
}
/* news */
.news {
  background: #f9f9f9;
}

.news .fx-item {
  width: 30%;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .news .fx-item {
    width: 100%;
    margin-bottom: 30px;
  }
}
/* ------------------- O NÁS ------------------- */
/* history */
.history {
  background-color: #f9f9f9;
  background-image: url(img/symbol.svg), url(img/symbol-o.svg);
  background-position: -135px calc(100% + 300px), calc(100% + 40px) -230px;
  background-repeat: no-repeat;
}

.history .fx-item {
  width: 20%;
  text-decoration: none;
  margin: 1em 0;
}

.history__image {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  font-size: 1.25rem;
  text-align: center;
  margin: 20px auto;
  border: 1px solid #a0908a;
}

.history__title {
  color: #a0908a;
  font-size: 0.875rem;
  margin: 5px 0 0 0;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .history {
    background-image: none;
  }
  .history .fx-item {
    width: 48%;
    text-decoration: none;
  }
}
/* cert */
/* progress */
.progress {
  background-color: #0c1907;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.progress .section {
  color: #fff;
}

.progress .fx-item {
  width: 25%;
  text-decoration: none;
  margin: 2em 1em;
}

.progress__image {
  text-align: center;
}

.progress__image img {
  width: 128px;
  height: 128px;
}

.progress__title {
  color: #fff;
  font-size: 0.875rem;
  margin: 2em 0 0 0;
  padding: 0;
  text-align: center;
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .progress .fx-item {
    width: 100%;
    text-decoration: none;
  }
}
/* cooperation */
.cooperation {
  background: #f9f9f9;
}

.cooperation .fx-item {
  width: 31.5%;
  background: #fff;
  padding: 3em 2em;
}

.cooperation__title {
  color: #ff6100;
  font-size: 1.0625rem;
  margin: 0 0 1em 0;
  padding: 0;
  text-align: center;
  font-weight: 800;
}

.cooperation__desc {
  margin: 0;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cooperation .fx-item {
    width: 100%;
    margin-bottom: 30px;
  }
}
/* refs */
.refs .fx-item {
  width: 25%;
  text-decoration: none;
  text-align: center;
}

.refs img {
  max-width: 200px;
}

@media screen and (max-width: 767px) {
  .refs .fx-item {
    width: 30%;
    margin-bottom: 30px;
  }
}
/* ------------------- KONTAKTY ------------------- */
/* contacts */
.contacts {
  background: #f9f9f9;
}

.contacts .fx-item {
  width: 31%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contacts .fx-item {
    width: 100%;
    margin-bottom: 30px;
  }
}
/* contact-form */
.contact-form {
  background-image: url(img/symbol.svg), url(img/symbol-o.svg);
  background-position: calc(100% + 60px) calc(100% + 250px), -40px -120px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .contact-form {
    background-image: none;
  }
}
/* myfooter */
.myfooter {
  background: #eee;
}

.myfooter .fx-item {
  width: 23.5%;
}

.myfooter__title {
  color: #000;
  font-size: 1.3rem;
  margin: 0 0 1em 0;
  padding: 0;
  text-align: left;
}

.myfooter__desc {
  color: #444;
  margin: 0;
  padding: 0;
}

.myfooter a {
  color: #000;
}

.myfooter a:hover {
  color: #000;
}

@media screen and (max-width: 767px) {
  .myfooter .fx-item {
    width: 100%;
    margin-bottom: 30px;
  }
}
/* copyright */
.copyright {
  padding: 30px 0;
  color: #fff;
  background: url(img/bg-copyright.png) #013a45 center repeat-y;
  background-size: contain; /*background:linear-gradient(45deg,#e1e301,#013a45);*/
}

.copyright a {
  color: #fff;
}

.copyright a:hover {
  color: #fff;
}

/* fx-persons */
.fx-persons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fx-persons .fx-item {
  width: 23%;
  margin-bottom: 30px;
  position: relative;
}

.fx-persons__foto {
  margin-bottom: 15px;
}

.fx-persons__foto img {
  width: 100%;
  border-radius: 0;
}

.fx-persons__rank {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #999;
  font-size: 1rem;
}

.fx-persons__name {
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: 700;
  font-size: 1rem;
}

.fx-persons__contact {
  margin: 0;
  padding: 0;
  color: #000;
}

@media screen and (max-width: 767px) {
  .fx-persons .fx-item {
    width: 100%;
  }
}
/* my-map */
.my-map {
  width: 100%;
  margin: 0 auto;
  line-height: 0;
}

/* shadows
.text-shadow {text-shadow:0px 2px 1px rgba(0,0,0,0.2);}
.box-shadow {box-shadow:0px 0px 10px rgba(0,0,0,0.2);}
.drop-shadow {position:relative;float:left;width:40%;padding:1em;margin:2em 10px 4em;background:#fff;box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;}
.drop-shadow:before,.drop-shadow:after {content:"";position:absolute;z-index:-2;}
.raised-shadow {box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;}
*/
/* rounded
.top-rounded {border-top-left-radius:5px;border-top-right-radius:5px;}
.right-rounded {border-top-right-radius:7px;border-bottom-right-radius:7px;}
.bottom-rounded {border-bottom-left-radius:7px;border-bottom-right-radius:7px;}
.left-rounded {border-top-left-radius:7px;border-bottom-left-radius:7px;}
*/
/* sprite - templates
.sprite {display:block;width:32px;height:32px;background-color:#ddd;background-image:url(img/icons/ico-buttons.png);background-repeat:no-repeat;cursor:pointer;}
.sprite span {display:none;}
.sprite--search {background-position:0 0;background-color:#f38b00;}
.sprite--search:hover {background-color:#f59d28;}
.sprite--rss {background-position:-32px 0;background-color:#faa33d;}
.sprite--rss:hover {background-color:#faaf57;}
*/
/* message - templates
.message {float:left;display:block;width:32px;height:32px;overflow:hidden;margin:5px 15px 5px 0;background-image:url(img/icons/messages.png);background-color:transparent;background-repeat:no-repeat;background-position:0 -1000px;}
.message--warning {background-position:0 0;}
.message--information {background-position:0 -50px;}
.message--tip {background-position:0 -100px;}
.message--help {background-position:0 -150px;}
.message--error {background-position:0 -200px;}
*/
/* --- E-SHOP --- */
/* --- VENDOR --- */
/* BxSlider v4.2.2 http://bxslider.com * Written by:Steven Wanderski,2012 * http://stevenwanderski.com - Modified by Emersion Software */
/** RESET AND LAYOUT
===================================*/
.bxslider-wrap {
  visibility: hidden;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0; /*-ms-touch-action:pan-y;touch-action:pan-y;*/
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport { /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 30px;
  width: 100%;
  z-index: 4;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(img/loading.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  padding-top: 20px;
  z-index: 100;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  text-indent: -9999px;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  outline: 0;
  border: 0 solid #fff;
  background: #fff;
  border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #edbd42;
  border: 0 solid #fff;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 0px;
}

.bx-wrapper .bx-prev:before {
  content: "\f104";
}

.bx-wrapper .bx-next {
  right: 0px;
}

.bx-wrapper .bx-next:before {
  content: "\f105";
}

.bx-wrapper .bx-prev:hover:before, .bx-wrapper .bx-next:hover:before {
  color: #777;
}

/*
.bx-wrapper .bx-prev {left:10px;background:url(img/bxslider/controls.png) no-repeat 0 -32px;}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {background-position: 0 0;}
.bx-wrapper .bx-next {right:10px;background:url(img/bxslider/controls.png) no-repeat -43px -32px;}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {background-position: -43px 0;}
*/
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  outline: 0;
  width: 48px;
  height: 48px; /*text-indent:-9999px;*/
  z-index: 99; /* modify */
  line-height: 40px;
  font-size: 48px;
  font-family: "FontAwesome";
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP)
.bx-wrapper .bx-controls-auto {text-align:center;}
.bx-wrapper .bx-controls-auto .bx-start {display:block;text-indent:-9999px;width:10px;height:11px;outline:0;background:url(img/bxslider/controls.png) -86px -11px no-repeat;margin:0 3px;}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {background-position:-86px 0;}
.bx-wrapper .bx-controls-auto .bx-stop {display: block;text-indent: -9999px;width: 9px;height: 11px;outline: 0;background: url(img/bxslider/controls.png) -86px -44px no-repeat;margin: 0 3px;}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {background-position: -86px -33px;}
*/
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
@media screen and (max-width: 767px) {
  .bx-wrapper {
    margin: 0 auto;
  }
  .bx-wrapper .bx-pager {
    display: none;
  }
}
/* bx-outset */
.bx-outset {
  padding: 0 48px;
}

.bx-outset .bx-prev {
  left: -48px;
}

.bx-outset .bx-next {
  right: -48px;
}

.bx-outset .bx-controls-direction a {
  color: #777;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(images/overlay.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
  width: 21px;
  background: url(images/controls.png) left top repeat-y;
}

#cboxMiddleRight {
  width: 21px;
  background: url(images/controls.png) right top repeat-y;
}

#cboxTopCenter {
  height: 21px;
  background: url(images/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
  height: 21px;
  background: url(images/border.png) 0 -29px repeat-x;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(images/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(images/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(images/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/* --- MEDIA QUERIES --- */
@media screen {
  .grid-container {
    max-width: 1160px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* max 400px */
@media screen and (max-width: 400px) {
  /*.page, .header-holder, .content-holder, .footer-holder {padding:0 5px;}*/
}
/* max 767px */
@media screen and (max-width: 767px) {
  /*.left, .main, .right {min-height:0;}*/
}
/* min 768px */
@media screen and (min-width: 768px) {
  .nav-top,
.langs {
    display: block !important;
  }
}
/* min 768px - max 1024px */
/* min 1025px */
/* --- PRINT --- */
@media print {
  /* 
  PRINT.SCSS
  */
  @page {
    margin-top: 0.4cm;
    margin: 0.5cm;
  }
  html {
    font-size: 16px;
  }
  body {
    background: #fff;
    color: #000;
    font-size: 12pt;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.4;
  }
  /* section {page-break-before: always;} */
  p a, code, pre {
    word-wrap: break-word;
  }
  /* .main p a:after {content:" ("attr(href)") ";font-size:9pt;} */
  img {
    border: 0; /*display:none;*/
  }
  a {
    color: #06c !important;
    text-decoration: underline;
    font-weight: normal;
  }
  table th, table td {
    background: #fff;
    color: #000;
    border: 1px solid #000 !important;
  }
  table th {
    font-weight: bold;
  }
  .frm th, .frm td {
    background: #fff;
    color: #000;
  }
  .logo {
    margin-bottom: 20px;
  }
  .logo a {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .main {
    display: block;
    width: 100%;
    clear: both;
  }
  .cblock {
    clear: both;
  }
  .nav-top-holder,
.langs,
.setting,
.fulltext,
.motive,
.slider,
.left,
.right,
.footer,
.page-top,
.eu-cookies,
.no-print {
    display: none !important;
  }
}
/* --- DEBUG --- */
*[class*=grid--] {
  border: 1px dotted #ccc !important;
}

.debug {
  background: yellow !important;
  border: 1px solid red !important;
}