@charset "UTF-8";
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

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

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

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

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

.pull-left {
  float: left; }

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-genderless:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: ""; }

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

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

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

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

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

.fa-hourglass:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

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

.fa-gg:before {
  content: ""; }

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

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

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

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

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

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

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

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

.fa-contao:before {
  content: ""; }

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

.fa-amazon:before {
  content: ""; }

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

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

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

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

.fa-industry:before {
  content: ""; }

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

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

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

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

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

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

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

.fa-fonticons:before {
  content: ""; }

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

.fa-edge:before {
  content: ""; }

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

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

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

.fa-usb:before {
  content: ""; }

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

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

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

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

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

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

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

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

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

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

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

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

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

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

.fa-blind:before {
  content: ""; }

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

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

.fa-braille:before {
  content: ""; }

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

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

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

.fa-glide:before {
  content: ""; }

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

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

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

.fa-viadeo:before {
  content: ""; }

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

.fa-snapchat:before {
  content: ""; }

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

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

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

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

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

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

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

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

/* Strip the unit of measure and returns it */
/* Convert px-size to rem-size */
/* Convert px-size to em-size */
/* Convert percent to number */
.alpha, h1 {
  font-size: 34px; }

.beta, h2 {
  font-size: 24px; }

.gamma, .news > ul > li h2, .categories > ul > li h2 {
  font-size: 18px; }

@media (min-width: 768px) {
  .alpha, h1 {
    font-size: 44px; }

  .beta, h2 {
    font-size: 24px; }

  .gamma, .news > ul > li h2, .categories > ul > li h2 {
    font-size: 22px; } }
@media (min-width: 1024px) {
  .alpha, h1 {
    font-size: 58px; }

  .beta, h2 {
    font-size: 32px; }

  .gamma, .news > ul > li h2, .categories > ul > li h2 {
    font-size: 24px; } }
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

img {
  box-sizing: content-box; }

html,
body,
button,
input {
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 14px; }

body {
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6em;
  padding-top: 80px; }
  body.overlay-opened {
    overflow-y: hidden; }

h1,
h2,
h3 {
  font-weight: normal;
  line-height: 1.2em; }

h1 {
  text-align: center;
  font-weight: 500; }

p,
li {
  color: #777777; }

a {
  text-decoration: none;
  color: #000000;
  transition: color 0.25s ease-in; }
  a:hover {
    text-decoration: underline;
    color: #000;
    transition: color 0.25s ease-in; }
  a:active {
    color: #000; }

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

.main {
  padding: 0 0 90px 0; }

.btn {
  display: inline-block;
  padding: 0 28px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-color: #928eed;
  border-radius: 3px; }
  .btn:hover {
    background-color: #B3B1E5;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.25s ease-in; }
  .btn.secondary {
    background: transparent;
    border: 1px solid #000;
    color: #000; }

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

.breadcrumbs ul {
  border-bottom: 1px solid #F5F5F5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 960px;
  margin: auto;
  padding: 0 15px; }
  .breadcrumbs ul li {
    padding: 7.5px 7.5px 7.5px 0; }
    .breadcrumbs ul li a {
      color: #BABABA; }

.tabs ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 45px 0 45px 0;
  padding: 0 10px 0 11px; }
  .tabs ul li {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -1px; }
    .tabs ul li.active {
      padding: 0; }
      .tabs ul li.active a {
        color: #000;
        text-decoration: none; }
    .tabs ul li a {
      color: #928eed;
      padding: 0.4em 2em;
      text-transform: uppercase;
      text-align: center; }
      .tabs ul li a:hover {
        color: #B3B1E5; }

@media (min-width: 768px) {
  .tabs ul {
    padding: 0;
    padding-left: 1px; }
    .tabs ul li {
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; } }
.list, .product-content ul {
  padding: 0;
  list-style: none;
  margin: 0.5em 0; }
  .list li, .product-content ul li {
    padding: 0 0;
    background: url("../img/dot.svg") 0 8px no-repeat;
    padding-left: 14px; }

table {                              
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-bottom: 1px solid #F5F5F5; }
  table tr td {
    color: #444444;
    padding: 7.5px 15px; }
  table tr:nth-of-type(even) td {
    background-color: #F5F5F5; }
  table.no-stripes tr:nth-of-type(even) td {
    background-color: transparent; }

.white_table {                              
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-bottom: 1px solid #F5F5F5; }
  table tr td {
    color: #444444;
    padding: 7.5px 15px; }
  table tr:nth-of-type(even) td {
    background-color: transparent; }
  table.no-stripes tr:nth-of-type(even) td {
    background-color: transparent; }

.fancybox-overlay {
  background: rgba(255, 255, 255, 0.9); }

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  display: none; }

@media (min-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: block;
    background-size: auto 100%;
    width: 32px;
    height: 52px; }

  .swiper-button-next {
    background-image: url(../img/arr-right.svg);
    right: 30px; }

  .swiper-button-prev {
    background-image: url(../img/arr-left.svg);
    left: 30px; }

  .swiper-pagination {
    display: block; }
    .swiper-pagination .swiper-pagination-bullet {
      background: #fff;
      opacity: 1;
      width: 10px;
      height: 10px; }
    .swiper-pagination .swiper-pagination-bullet-active {
      background: #928eed;
      opacity: 1; } }
header {
  background-color: rgba(250, 250, 250, 0.97);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }
  header .inner {
    height: 80px;
    position: relative; }
  header .logotype {
    display: block;
    width: 129px;
    height: 37px;
    background: url(../img/nimotech.png) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    overflow: hidden;
    text-indent: -3000px; }
  header .menu-toggle {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/menu-toggle.svg) 50% 50% no-repeat;
    background-size: 100% auto;
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 10; }
    header .menu-toggle.active {
      background: url(../img/menu-toggle-fff.svg) 50% 50% no-repeat;
      background-size: 100% auto; }
  header .menu-wrapper {
    background-color: #928eed;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: 9;
    transition: left 0.25s ease-in; }
    header .menu-wrapper.opened {
      left: 0;
      transition: left 0.25s ease-in; }
    header .menu-wrapper a {
      color: #fff; }
    header .menu-wrapper .menu {
      padding: 0;
      margin: 5em 0 0 0;
      text-align: center; }
      header .menu-wrapper .menu li {
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase; }
        header .menu-wrapper .menu li a {
          display: block;
          padding: 0.5em 0; }
        header .menu-wrapper .menu li.active > a {
          text-decoration: underline; }
        header .menu-wrapper .menu li ul {
          list-style: none;
          padding: 0;
          margin: 0; }
          header .menu-wrapper .menu li ul li {
            font-weight: normal;
            text-transform: none; }
            header .menu-wrapper .menu li ul li a {
              padding: 0.5em 0; }
  header .searchbox form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px; }
  header .searchbox input {
    height: 40px;
    width: 270px;
    padding-left: 15px; }
  header .searchbox .btn-search {
    display: block;
    width: 34px;
    height: 24px;
    background: url(../img/ico-search.svg) 0 0 no-repeat;
    background-size: auto 100%;
    overflow: hidden;
    text-indent: -3000px;
    margin-left: -34px;
    margin-top: 7px; }

@media (min-width: 1024px) {
  header .inner {
    position: relative;
    max-width: 960px;
    margin: auto; }
  header .logotype {
    width: 167px;
    height: 48px;
    left: 15px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 10; }
  header .menu-toggle {
    display: none; }
  header .menu-wrapper {
    position: absolute;
    left: 0;
    bottom: auto;
    background-color: transparent;
    height: 100%; }
    header .menu-wrapper .menu {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin: 30px 0 0 0; }
      header .menu-wrapper .menu li {
        width: 110px;
        border-right: 1px solid #DDDDDD;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        header .menu-wrapper .menu li.active {
          padding: 0; }
          header .menu-wrapper .menu li.active a {
            color: #000;
            text-decoration: none; }
        header .menu-wrapper .menu li a {
          color: #000;
          padding: 0;
          font-weight: lighter; }
          header .menu-wrapper .menu li a:hover {
            color: #B3B1E5; }
        header .menu-wrapper .menu li ul {
          display: none; }
  header .searchbox {
    position: absolute;
    width: 34px;
    top: 6px;
    right: -65px; }
    header .searchbox input {
      display: none;
      border: 1px solid #DDDDDD; }
    header .searchbox.opened {
      width: auto;
      right: -63px; }
      header .searchbox.opened input {
        display: block; } }
footer {
  background-color: #EEEEF9; }
  footer .inner {
    padding: 15px 15px 90px 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }
  footer p {
    color: #000;
    line-height: 1.6em;
    font-weight: normal; }
    footer p a {
      color: #000; }

@media (min-width: 1024px) {
  footer .inner {
    padding: 15px 0 90px 0;
    max-width: 960px;
    margin: auto;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    footer .inner p:nth-of-type(2) {
      text-align: center; }
    footer .inner p:nth-of-type(3) {
      text-align: right; }
    footer .inner > * {
      width: 33.3333%; } }
.form input {
  -webkit-appearance: none;
  width: 100%; }
.form .f-row {
  padding: 0 0 22.5px 0; }
.form label {
  font-size: 13px;
  display: block;
  padding: 0 0 5px 0;
  text-transform: uppercase;
  color: #777; }
  .form label.error {
    display: none !important; }
.form input[type="text"],
.form input[type="email"],
.form input[type="password"],
.form input[type="url"],
.form input[type="tel"] {
  height: 40px;
  border: 1px solid #ddd;
  color: #727272;
  padding-left: 15px;
  font-size: 14px; }
  .form input[type="text"].error,
  .form input[type="email"].error,
  .form input[type="password"].error,
  .form input[type="url"].error,
  .form input[type="tel"].error {
    border-color: red; }
.form input[type="submit"]:hover {
  background-color: #928eed; }
.form textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #ddd;
  color: #727272;
  padding: 15px 0 0 15px;
  font-size: 15px; }
.form .fake-select {
  position: relative;
  display: block; }
  .form .fake-select select {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    color: #727272;
    padding-left: 15px;
    font-size: 14px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0; }
    .form .fake-select select:focus {
      outline: 0;
      border: 1px solid #727272;
      color: #000; }
  .form .fake-select:after {
    position: absolute;
    top: 11px;
    right: 5px;
    content: " ";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/arr-down.svg) 0 0 no-repeat;
    background-size: 18px 18px;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }
.form textarea:focus {
  outline: 0;
  border: 1px solid #727272;
  color: #000; }
.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="tel"]:focus,
.form input[type="password"]:focus,
.form input[type="url"]:focus {
  outline: 0;
  border: 1px solid #727272;
  color: #000; }
  .form input[type="text"]:focus.error,
  .form input[type="email"]:focus.error,
  .form input[type="tel"]:focus.error,
  .form input[type="password"]:focus.error,
  .form input[type="url"]:focus.error {
    border-color: #cc0000; }
.form ::-webkit-input-placeholder {
  color: #727272;
  opacity: 1; }
.form ::-moz-placeholder {
  color: #727272;
  opacity: 1; }
.form :-ms-input-placeholder {
  color: #727272;
  opacity: 1; }
.form input:-moz-placeholder {
  color: #727272;
  opacity: 1; }
.form button {
  height: 40px;
  text-align: center;
  background-color: #928eed;
  font-size: 13px;
  border: none;
  cursor: pointer;
  display: block;
  margin: auto; }
.form form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 600px;
  background: #fff;
  margin: auto;
  padding: 30px 0; }
  .form form .f-row {
    width: 100%; }
.form p {
  padding: 30px 0 0 0;
  color: #AAAAAA;
  max-width: 600px;
  text-align: center;
  margin: auto; }
.form .alert {
  margin-top: -30px;
  color: #928eed;
  display: none; }

@media (min-width: 768px) {
  .form form {
    padding: 60px; }
    .form form .f-row-half {
      width: calc(50% - 10px); }
  .form p {
    padding: 45px 0 0 0; }
  .form .alert {
    margin-top: -45px; } }
.form-overlay {
  display: none; }
  .form-overlay .close {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("../img/ico-close.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 16px 16px;
    overflow: hidden;
    text-indent: -3000px; }
  .form-overlay.opened {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 101;
    overflow: scroll;
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .form-overlay.opened h2:after {
      display: none; }
    .form-overlay.opened p {
      padding: 15px 0 45px 0; }
    .form-overlay.opened .form {
      padding: 15px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .form-overlay.opened h2 {
      font-size: 13px;
      text-transform: uppercase;
      text-align: center;
      border-bottom: 0;
      margin: 1em 0;
      letter-spacing: 1px; }
    .form-overlay.opened .alert {
      margin-top: -22.5px; }
  @media (min-width: 768px) {
    .form-overlay.opened {
      background-color: #eee; }
      .form-overlay.opened .form {
        background-color: #fff;
        padding: 45px;
        position: relative;
        height: auto; }
        .form-overlay.opened .form form {
          padding: 0; }
      .form-overlay.opened .close {
        top: 30px;
        right: 30px;
        width: 26px;
        height: 26px;
        background-size: 100%; } }
  @media (min-width: 1024px) {
    .form-overlay.opened {
      overflow: hidden; }
      .form-overlay.opened .form {
        overflow: auto; } }

.intro .swiper-slide {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 240px; }
  .intro .swiper-slide .intro-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat; }
    .intro .swiper-slide .intro-bg:before {
      position: absolute;
      content: "";
      background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0%, transparent 60%);
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .intro .swiper-slide .inner {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 15px 15px 30px 15px; }
    .intro .swiper-slide .inner h1 {
      font-weight: bold;
      margin-bottom: 0; }
    .intro .swiper-slide .inner h1,
    .intro .swiper-slide .inner p {
      color: #fff;
      margin-top: 0; }

.intro-simple .inner {
  max-width: 960px;
  margin: auto;
  text-align: center;
  padding: 0 15px; }
  .intro-simple .inner h1 {
    margin-bottom: 7.5px; }
  .intro-simple .inner p {
    max-width: 400px;
    margin: auto;
    line-height: 1.6em;
    font-weight: lighter; }

@media (min-width: 768px) {
  .intro-simple .inner p {
    font-size: 16px; }

  .intro .swiper-slide {
    height: 320px; }
    .intro .swiper-slide .inner {
      max-width: 480px; }
  .intro.intro-smaller .swiper-slide {
    height: 280px; } }
@media (min-width: 1024px) {
  .intro-simple .inner p {
    font-size: 18px; }

  .intro .swiper-slide {
    height: 440px; }
    .intro .swiper-slide .inner {
      max-width: 640px; }
      .intro .swiper-slide .inner h1 {
        margin-bottom: 7.5px; }
      .intro .swiper-slide .inner p {
        font-size: 18px;
        line-height: 1.6em;
        max-width: 400px;
        margin: 0 auto 1em auto; }
  .intro.intro-smaller .swiper-slide {
    height: 340px; } }
.news-headline {
  max-width: 960px;
  margin: auto; }
  .news-headline p {
    border-top: 1px solid #EEEEEE;
    color: #000000;
    font-size: 13px;
    text-transform: uppercase;
    max-width: 290px;
    margin: 0 auto;
    text-align: center;
    padding: 7.5px 0; }

.news, .categories {
  padding: 60px 0 0 0; }
  .news > ul, .categories > ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 990px; }
    .news > ul > li, .categories > ul > li {
      margin: 0 15px 60px 15px;
      max-width: 300px;
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1; }
      .news > ul > li .image, .categories > ul > li .image {
        display: block;
        position: relative; }
        .news > ul > li .image:before, .categories > ul > li .image:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 55.66667%; }
        .news > ul > li .image > .aspectratio, .categories > ul > li .image > .aspectratio {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        .news > ul > li .image img, .categories > ul > li .image img {
          top: 50%;
          left: 50%;
          position: absolute;
          width: 100%;
          height: 100%;
          object-fit: contain;
          display: block;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
        .news > ul > li .image .object-fit-polyfill img, .categories > ul > li .image .object-fit-polyfill img {
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; }
      .news > ul > li .date, .categories > ul > li .date {
        display: block;
        border-bottom: 1px solid #EEEEEE;
        color: #BBBBBB;
        padding: 7.5px 0; }
      .news > ul > li h2, .categories > ul > li h2 {
        margin: 0.5em 0 0 0; }
      .news > ul > li p, .categories > ul > li p {
        margin-top: 0.5em; }

@media (min-width: 768px) {
  .news-headline p {
    max-width: 30%; }

  .news > ul > li, .categories > ul > li {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; } }
@media (min-width: 1024px) {
  .news-headline p {
    max-width: 300px; }

  .news > ul > li, .categories > ul > li {
    -webkit-flex-basis: 31%;
        -ms-flex-preferred-size: 31%;
            flex-basis: 31%; } }
article {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 90px;
  padding: 0 15px; }
  .contact article {
    max-width: 1200px !important; }
    .contact article section {
      text-align: center; }
      .contact article section h1 {
        display: none; }
  article > section {
    min-height: 480px; }
  article section .section-header {
    text-align: center; }
    article section .section-header img {
      width: 100%;
      max-width: 460px; }
  article section > p {
    line-height: 1.6em; }
  article section .date {
    display: block;
    border-bottom: 1px solid #EEEEEE;
    color: #BBBBBB;
    padding: 7.5px 0; }
  article section ul {
    padding-left: 18px; }
    article section ul li {
      padding: 3.75px 0; }

.intro-img {
  width: calc(100% + 40px);
  max-width: 600px;
  margin-left: -20px; }

.img {
  text-align: center;
  padding: 1em 0 0 0; }
  .img img {
    margin: auto;
    display: block;
    max-height: 300px;
    width: auto;
    max-width: 100%; }
  .img p {
    font-weight: normal;
    margin: 0.5em 0 0.5em 0; }

@media (min-width: 768px) {
  article {
    max-width: 460px;
    margin: 0 auto 90px auto; }

  .intro-img {
    width: calc(100% + 20px);
    margin-left: 0; } }
@media (min-width: 1024px) {
  article {
    max-width: 960px;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
                -ms-grid-row-align: flex-end;
            align-items: flex-end;
    position: relative;
    padding-top: 135px; }
    article section .section-header {
      text-align: left; }
    .contact article {
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
                  -ms-grid-row-align: flex-start;
              align-items: flex-start; }
      .contact article section h2 {
        margin-top: -60px; }
      .contact article section .section-header {
        text-align: right; }
        .contact article section .section-header iframe {
          width: 100% !important;
          height: 480px !important;
          margin-right: -100%; }
    .search article section {
      width: 65%;
      margin: 0 auto; }
    article section {
      width: 50%; }
      article section .section-header {
        position: absolute;
        width: 50%;
        left: 0;
        top: 0; }
        article section .section-header img {
          max-width: 460px;
          margin-top: 8px; }
        article section .section-header h1 {
          width: 200%; } }
.searchlist h2 {
  margin-bottom: 0;
  font-size: 24px; }
  .searchlist h2:first-of-type {
    margin-top: 13px; }
.searchlist p {
  margin-top: 0; }

.product-intro {
  margin: auto; }
  .product-intro .image {
    display: block; }
    .product-intro .image img {
      width: 100%;
      height: auto;
      display: block; }
  .product-intro .image {
    display: block;
    position: relative; }
    .product-intro .image:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 73.33333%; }
    .product-intro .image > .aspectratio {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .product-intro .image img {
      top: 50%;
      left: 50%;
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .product-intro .image .object-fit-polyfill img {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
  .product-intro .pi-desc {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #FFFFFF;
    padding: 45px 15px; }
    .product-intro .pi-desc p,
    .product-intro .pi-desc span {
      text-align: center; }
    .product-intro .pi-desc .pi-brand {
      display: block;
      text-transform: uppercase;
      color: #000;
      font-size: 13px; }
      .product-intro .pi-desc .pi-brand img {
        max-width: 200px; }
    .product-intro .pi-desc p {
      max-width: 480px;
      font-weight: 300; }
    .product-intro .pi-desc h1 {
      margin: 0.5em 0 0 0; }
    .product-intro .pi-desc .btn-wrapper {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 15px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .product-intro .pi-desc .btn-wrapper a {
        margin: 0 7.5px 10px; }

.product-content {
  max-width: 960px;
  margin: auto;
  padding: 0 15px;
  margin-bottom: 60px; }
  .product-content h2 {
    position: relative;
    margin: 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #F5F5F5; }
    .product-content h2.toggle:after {
      position: absolute;
      top: 0;
      right: 0;
      content: " ";
      display: block;
      width: 24px;
      height: 24px;
      background: url(../img/arr-down.svg) 0 0 no-repeat;
      background-size: auto 100%; }
  .product-content.opened h2.toggle:after {
    -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);
    -webkit-filter: FlipV;
            filter: FlipV; }
  .product-content ul {
    padding-top: 15px; }
    .product-content ul li {
      padding-top: 7.5px;
      padding-bottom: 7.5px;
      background-position: 0 16px; }
  .product-content .block img {
    max-width: 290px;
    display: block;
    height: auto;
    margin: auto; }
  .product-content .link-list {
    padding: 15px 0 0 0; }
    .product-content .link-list li {
      background: none;
      padding: 7.5px 0; }
    .product-content .link-list .fa {
      color: #000; }
  .product-content .photogallery {
    padding: 30px 0;
    list-style: none;
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .product-content .photogallery li {
      width: 100%;
      margin-bottom: 20px;
      background: none;
      padding: 0; }
    .product-content .photogallery .image {
      display: block;
      position: relative; }
      .product-content .photogallery .image:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 55.66667%; }
      .product-content .photogallery .image > .aspectratio {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .product-content .photogallery .image img {
        top: 50%;
        left: 50%;
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .product-content .photogallery .image .object-fit-polyfill img {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }

.product-content-container table {
  width: 100% !important; }

@media (min-width: 768px) {
  .product-intro .pi-desc p {
    font-size: 16px; }

  .tabs {
    margin: 60px 0; }

  .product-content .block {
    padding: 30px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .product-content .block img {
      max-width: auto; }
    .product-content .block div {
      padding: 0 0 0 30px; }
    .product-content .block:nth-of-type(even) {
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .product-content .block:nth-of-type(even) div {
        padding: 0 30px 0 0; }
  .product-content .photogallery {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .product-content .photogallery li {
      -webkit-flex-basis: 32%;
          -ms-flex-preferred-size: 32%;
              flex-basis: 32%; } }
@media (min-width: 1024px) {
  .product-intro {
    max-width: 1200px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .product-intro .image {
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%; }
    .product-intro .pi-desc {
      width: 50%; }
      .product-intro .pi-desc h1 {
        margin: 0; }
      .product-intro .pi-desc p {
        font-size: 18px; }

  .product-content h2:after {
    top: 2px; } }

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

/* Operak
-------------------------------------------------- */
/**
 * Form operak
*/
input[type=button], input[type=submit], input[type=reset] {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}

.description{
  font-size: 12px;
  color: grey;
}

.n2 {background-color: transparent; color: #000; font-size: 18px;}

.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 6px;
  margin-top: 6px;
  cursor: pointer;
  font-size: 14px;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #4CAF50;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
