@charset "UTF-8";
/*!
 *  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 PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(font-path("font-awesome/fontawesome-webfont.eot?v=4.7.0"));
  src: url(font-path("font-awesome/fontawesome-webfont.eot?v=4.7.0#iefix")) format("embedded-opentype"), url(font-path("font-awesome/fontawesome-webfont.woff2?v=4.7.0")) format("woff2"), url(font-path("font-awesome/fontawesome-webfont.woff?v=4.7.0")) format("woff"), url(font-path("font-awesome/fontawesome-webfont.ttf?v=4.7.0")) format("truetype"), url(font-path("font-awesome/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; }

/* 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 {
  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: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: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup: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; }

@font-face {
  font-family: Digital-7;
  src: url("../fonts/digital-7-mono.ttf") format("opentype"); }

.testdiv {
  width: 100%;
  height: 100%; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

a {
  outline: 0;
  color: inherit;
  text-decoration: none; }

.inline-link {
  color: white;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  .inline-link:hover {
    color: #33ff33; }

body {
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  font-size: 62.5%;
  overflow-y: scroll;
  background: radial-gradient(ellipse at center, rgba(145, 232, 66, 0) 0%, rgba(0, 0, 0, 0.8) 100%), url(/img/background3.jpg), repeat;
  background-attachment: fixed;
  color: #d9d9d9; }

.main-body {
  position: static;
  font-size: 1.6em;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 65px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  width: 1200px;
  height: 100%;
  background-color: #333333;
  z-index: 1;
  opacity: 0.9;
  -webkit-box-shadow: 0px 0px 10px #000000, inset 0 0 10px #000000;
  -moz-box-shadow: 0px 0px 10px #000000, inset 0 0 10px #000000;
  box-shadow: 0px 0px 10px #000000, inset 0 0 10px #000000; }

footer {
  display: block;
  width: 1200px;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  background-color: #1a1a1a;
  font-size: 1.6em; }

.footer-wrap {
  width: 100%;
  height: 100%;
  position: relative; }
  .footer-wrap div {
    z-index: 2; }
  .footer-wrap::after {
    content: "";
    background: url(/img/hex-grid.svg);
    background-size: 100px;
    background-repeat: repeat;
    opacity: 0.2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1; }

.footer-entry-left {
  float: left;
  margin-left: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 5px;
  font-size: 0.8em; }
  .footer-entry-left .footer-subentry {
    position: relative;
    flex: 1; }
    .footer-entry-left .footer-subentry span {
      position: absolute;
      left: 30px;
      width: 250px; }
    .footer-entry-left .footer-subentry .inline-link {
      color: #33ff33 !important; }

.footer-entry-right {
  float: right;
  margin-right: 20px;
  height: 100%; }
  .footer-entry-right .footer-subentry {
    position: relative;
    line-height: 65px; }

.floatLeft {
  float: left; }

.floatRight {
  float: right; }

.clearBoth {
  float: clearBoth; }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

.fourty {
  width: 40%; }

.fifty {
  width: 50%; }

.sixty {
  width: 60%; }

.seventy {
  width: 70%; }

.bottomRight {
  position: absolute !important;
  bottom: 0;
  right: 0; }

.head-icon {
  position: relative;
  margin-right: 14px;
  bottom: 0;
  color: #99d6ff;
  font-size: 20px !important; }

ul {
  padding-left: 1.5em; }

h3 {
  font-size: 26px;
  font-weight: 200;
  font-style: italic;
  color: #33ff33;
  margin-top: 0;
  margin-bottom: 15px; }

p {
  padding-bottom: 20px;
  text-align: justify;
  text-indent: 20px; }
  p:last-child {
    padding-bottom: 0; }

.page-body {
  border-top: 1px dashed gray;
  padding-top: 15px; }

.img-shadow > img {
  width: 100%;
  height: 100%;
  opacity: 1; }

.img-shadow {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  max-width: 100%; }

.img-shadow::before {
  border-radius: 20px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-box-shadow: inset 0px 0px 10px #000000;
  -moz-box-shadow: inset 0px 0px 10px #000000;
  box-shadow: inset 0px 0px 10px #000000; }

.img-shadow img {
  float: left; }

.slider-shadow > img {
  width: 100%;
  height: 100%; }

.slider-shadow {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  float: left; }

.slider-shadow::before {
  border-radius: 15px 0 0 15px;
  z-index: 9;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: inset 0px 0px 15px #000000;
  -moz-box-shadow: inset 0px 0px 15px #000000;
  box-shadow: inset 0px 0px 15px #000000; }

.slider-shadow img {
  width: 100%; }

.leftOfPicture {
  padding-right: 20px; }

.rightOfPicture {
  padding-left: 20px; }

p:first-child {
  margin-top: 0px; }

.contact-cards-and-form {
  width: 100%;
  display: flex;
  flex-direction: row; }

.contact-form {
  flex: 1; }

.contact-form-header {
  font-size: 1.5em;
  color: #33ff33;
  text-align: right;
  width: 565px;
  margin-bottom: 20px; }

.contact-cards {
  flex-basis: 410px;
  height: 665px; }

.contact-card {
  position: relative;
  width: 400px;
  height: 185px;
  border: 1px solid #333;
  border-radius: 10px;
  color: black;
  background-color: #ccc;
  margin-bottom: -130px;
  padding: 10px;
  opacity: 1;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: inset 0px 0px 15px #555;
  -moz-box-shadow: inset 0px 0px 15px #555;
  box-shadow: inset 0px 0px 15px #555; }
  .contact-card:last-child {
    margin-bottom: 10px; }
  .contact-card.active {
    margin-bottom: 10px; }
  .contact-card::after {
    content: "";
    background: url(/img/hex-grid.svg);
    background-size: 100px;
    background-repeat: repeat;
    opacity: 0.04;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    border-radius: 10px; }
  .contact-card .contact-background {
    display: block;
    position: absolute;
    bottom: 2px;
    right: 10px;
    width: 120px;
    opacity: 0.5;
    z-index: 2; }
  .contact-card a {
    color: green;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
    .contact-card a:hover {
      text-shadow: 0px 0px 5px green; }
  .contact-card .contact-card-header {
    display: inline-block;
    position: relative;
    width: 100%;
    flex-basis: 50px;
    margin-bottom: 10px; }
    .contact-card .contact-card-header .contact-name {
      display: inline-block;
      width: 100%;
      font-size: 20px;
      text-align: center; }
    .contact-card .contact-card-header .contact-description {
      display: inline-block;
      width: 100%;
      font-size: 14px;
      text-align: center; }
  .contact-card .contact-row {
    display: flex;
    position: relative;
    left: 0;
    width: 100%;
    text-align: left;
    z-index: 2;
    flex: 1;
    align-items: center; }
    .contact-card .contact-row span:nth-child(1) {
      flex: 9;
      text-align: center; }
    .contact-card .contact-row span:nth-child(2) {
      flex: 14; }
    .contact-card .contact-row span:nth-child(3) {
      flex: 77; }

.company-hq-container {
  position: relative;
  display: flex;
  width: 100%;
  height: 400px;
  background-color: #444;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px; }
  .company-hq-container .company-card {
    width: 480px !important;
    height: 360px !important;
    margin: 10px; }
  .company-hq-container .company-hq-map {
    position: absolute;
    display: inline-block;
    right: 10px;
    width: 600px;
    height: 360px;
    margin: 10px; }

.map-round {
  border-radius: 10px;
  overflow: hidden; }

.totem {
  position: relative;
  padding: 0.2em;
  color: white;
  border-spacing: 5px;
  border-collapse: separate;
  display: table-cell;
  vertical-align: bottom;
  margin: 0.2em; }
  .totem td {
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    text-align: center;
    vertical-align: top;
    overflow: hidden; }
    .totem td:first-child {
      position: relative;
      padding: 0.2em 0.5em;
      opacity: 0.99; }
      .totem td:first-child span {
        position: relative;
        z-index: 2;
        color: white; }
    .totem td:nth-child(2) {
      font-family: Digital-7;
      font-size: 2.8em;
      text-align: right;
      padding: 0;
      padding: 0 0.15em;
      background-color: #222221;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
      .totem td:nth-child(2) .price-end {
        font-size: 0.6em;
        vertical-align: text-top; }

.bg-wave {
  z-index: 1;
  position: absolute;
  width: 125%;
  bottom: -70%;
  right: 0; }
  .bg-wave.natural95 .wave-up {
    fill: #1f3e18; }
  .bg-wave.natural95 .wave-mid {
    fill: #eee415; }
  .bg-wave.natural95 .wave-down {
    fill: #54762b; }
  .bg-wave.optimal95 .wave-up {
    fill: #1f3e18; }
  .bg-wave.optimal95 .wave-mid {
    fill: #eee415; }
  .bg-wave.optimal95 .wave-down {
    fill: #54762b; }
  .bg-wave.diesel .wave-up {
    fill: #222221; }
  .bg-wave.diesel .wave-mid {
    fill: #dc911b; }
  .bg-wave.diesel .wave-down {
    fill: #3f3f3e; }
  .bg-wave.optimaldiesel .wave-up {
    fill: #222221; }
  .bg-wave.optimaldiesel .wave-mid {
    fill: #dc911b; }
  .bg-wave.optimaldiesel .wave-down {
    fill: #3f3f3e; }

.totem-wrap {
  display: table;
  position: absolute;
  width: auto;
  height: 100%;
  bottom: 0;
  right: 0;
  flex: 1;
  border-radius: 15px;
  font-size: 1.2em;
  border: 1px solid rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 15px -2px #000000;
  -moz-box-shadow: inset 0 0 15px -2px #000000;
  box-shadow: inset 0 0 15px -2px #000000; }
  .totem-wrap div,
  .totem-wrap table {
    z-index: 2; }
  .totem-wrap::after {
    content: "";
    background: url(/img/hex-grid.svg);
    background-size: 100px;
    background-repeat: repeat;
    opacity: 0.15;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    border-radius: 15px; }

.top-content {
  position: relative;
  width: 100%;
  height: 420px;
  margin-top: 15px;
  margin-bottom: 15px; }

.totem-logo {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  padding: 0.4em 0.4em;
  z-index: 10 !important; }

.cs-row {
  width: 100%;
  height: 250px; }
  .cs-row a {
    margin: 0px;
    display: table;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.05);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
    .cs-row a:hover {
      background-color: rgba(255, 255, 255, 0.1); }

.cs-header {
  display: table-cell;
  height: 100%;
  padding-left: 25px;
  vertical-align: middle; }

.cs-name {
  font-size: 1.4em;
  font-style: italic;
  color: #33ff33; }

.cs-description {
  display: table-cell;
  width: 450px;
  vertical-align: middle;
  font-size: 1em; }

.cs-img {
  display: table-cell;
  width: 350px;
  height: 100%; }

.cs-map {
  display: table-cell;
  width: 350px;
  height: 100%; }

@-webkit-keyframes bounce-right {
  0% {
    right: 12px; }
  50% {
    right: 20px; }
  100% {
    right: 12px; } }

@-moz-keyframes bounce-right {
  0% {
    right: 12px; }
  50% {
    right: 20px; }
  100% {
    right: 12px; } }

@-o-keyframes bounce-right {
  0% {
    right: 12px; }
  50% {
    right: 20px; }
  100% {
    right: 12px; } }

@keyframes bounce-right {
  0% {
    right: 12px; }
  50% {
    right: 20px; }
  100% {
    right: 12px; } }

@-webkit-keyframes bounce-left {
  0% {
    right: 12px; }
  50% {
    right: 4px; }
  100% {
    right: 12px; } }

@-moz-keyframes bounce-left {
  0% {
    right: 12px; }
  50% {
    right: 4px; }
  100% {
    right: 12px; } }

@-o-keyframes bounce-left {
  0% {
    right: 12px; }
  50% {
    right: 4px; }
  100% {
    right: 12px; } }

@keyframes bounce-left {
  0% {
    right: 12px; }
  50% {
    right: 4px; }
  100% {
    right: 12px; } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fade-in {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.order-form {
  position: absolute;
  height: 100%;
  right: 0px;
  width: 37px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-left: none;
  border-radius: 0 15px 15px 0;
  background-color: rgba(40, 40, 40, 0.9);
  z-index: 10;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: inset 0 0 15px -2px #000000;
  -moz-box-shadow: inset 0 0 15px -2px #000000;
  box-shadow: inset 0 0 15px -2px #000000; }
  .order-form form {
    display: none;
    position: absolute;
    opacity: 0;
    z-index: 2;
    top: 20px;
    left: 60px;
    width: 850px;
    height: 378px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
  .order-form::after {
    content: "";
    background: url(/img/hex-grid.svg);
    background-size: 100px;
    background-repeat: repeat;
    opacity: 0.2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    border-radius: 15px; }
  .order-form.active {
    border-radius: 15px;
    width: 900px; }
    .order-form.active > .order-chevron {
      right: 12px; }
    .order-form.active form {
      display: block;
      -webkit-animation-name: fade-in;
      -moz-animation-name: fade-in;
      -ms-animation-name: fade-in;
      -o-animation-name: fade-in;
      animation-name: fade-in;
      -webkit-animation-duration: 600ms;
      -moz-animation-duration: 600ms;
      -ms-animation-duration: 600ms;
      -o-animation-duration: 600ms;
      animation-duration: 600ms;
      -webkit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
      -ms-animation-timing-function: linear;
      -o-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-iteration-count: 1;
      -moz-animation-iteration-count: 1;
      -ms-animation-iteration-count: 1;
      -o-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-direction: alternate;
      -moz-animation-direction: alternate;
      -ms-animation-direction: alternate;
      -o-animation-direction: alternate;
      animation-direction: alternate;
      opacity: 1; }

.vertical-text {
  writing-mode: vertical-rl;
  text-align: center;
  display: block;
  position: absolute;
  height: 100%;
  width: 37px;
  line-height: 37px;
  color: #33ff33;
  z-index: 2;
  cursor: pointer;
  left: 0; }
  .vertical-text:hover .order-chevron:not(.fa-rotate-180) {
    -webkit-animation-name: bounce-right;
    -moz-animation-name: bounce-right;
    -ms-animation-name: bounce-right;
    -o-animation-name: bounce-right;
    animation-name: bounce-right;
    -webkit-animation-duration: 400ms;
    -moz-animation-duration: 400ms;
    -ms-animation-duration: 400ms;
    -o-animation-duration: 400ms;
    animation-duration: 400ms;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 2;
    -moz-animation-iteration-count: 2;
    -ms-animation-iteration-count: 2;
    -o-animation-iteration-count: 2;
    animation-iteration-count: 2;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -ms-animation-direction: alternate;
    -o-animation-direction: alternate;
    animation-direction: alternate; }
  .vertical-text:hover .order-chevron.fa-rotate-180 {
    -webkit-animation-name: bounce-left;
    -moz-animation-name: bounce-left;
    -ms-animation-name: bounce-left;
    -o-animation-name: bounce-left;
    animation-name: bounce-left;
    -webkit-animation-duration: 400ms;
    -moz-animation-duration: 400ms;
    -ms-animation-duration: 400ms;
    -o-animation-duration: 400ms;
    animation-duration: 400ms;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 2;
    -moz-animation-iteration-count: 2;
    -ms-animation-iteration-count: 2;
    -o-animation-iteration-count: 2;
    animation-iteration-count: 2;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -ms-animation-direction: alternate;
    -o-animation-direction: alternate;
    animation-direction: alternate; }

.order-chevron {
  position: absolute;
  display: block;
  right: 12px;
  text-align: center;
  z-index: 2;
  color: #d9d9d9;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.order-chevron-top {
  top: 25px; }

.order-chevron-bottom {
  bottom: 25px; }

.form {
  position: relative; }

#register-form-form {
  position: relative; }

input {
  padding: 0 10px;
  width: 450px;
  height: 40px;
  color: #bbb;
  text-shadow: 1px 1px 1px black;
  background: rgba(0, 0, 0, 0.4);
  border: 0;
  border-radius: 5px;
  margin-bottom: 5px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06); }
  input:focus {
    color: white;
    background: rgba(0, 0, 0, 0.25);
    outline: 0; }
  input::placeholder {
    font-size: 0.8em; }

textarea {
  display: block;
  box-sizing: padding-box;
  padding: 10px;
  width: 450px;
  max-width: 450px;
  min-width: 450px;
  color: #bbb;
  text-shadow: 1px 1px 1px black;
  background: rgba(0, 0, 0, 0.4);
  border: 0;
  border-radius: 5px;
  min-height: 100px;
  max-height: 240px;
  overflow: hidden;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06); }
  textarea:focus {
    color: white;
    background: rgba(0, 0, 0, 0.25);
    outline: 0; }

.label-plus-error {
  float: left;
  width: 250px;
  height: 40px;
  padding-right: 15px;
  text-align: right;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .label-plus-error label {
    flex: 1;
    width: 100%;
    font-size: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .label-plus-error i.fa-asterisk {
    font-size: 0.6em;
    font-weight: 100;
    color: #00b509;
    position: absolute;
    bottom: 16px;
    right: 2px; }
  .label-plus-error i.fa-times {
    margin-left: 3px; }
  .label-plus-error .form-error-under-label {
    color: red;
    width: 100%;
    font-size: 0.8em;
    justify-content: center;
    padding-bottom: 2px; }

.label-description {
  font-size: 0.7em;
  padding-right: 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 1.3em;
  left: 0; }

.label-with-description {
  top: 0; }

.form-submit-button {
  padding: 0 10px;
  height: 30px;
  border-radius: 15px;
  color: #d9d9d9;
  border: 1px solid #d9d9d9;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }
  .form-submit-button i {
    padding-right: 5px; }
  .form-submit-button:hover {
    color: #33ff33;
    border-color: #33ff33; }

.order-form-submit-button {
  position: absolute;
  bottom: 0;
  right: 20px; }

.info-form-submit-button {
  position: relative;
  top: 0;
  left: 250px; }

.register-form-submit-button {
  position: relative;
  margin-top: 5px;
  bottom: 0;
  left: 250px; }

.login-form-submit-button {
  position: relative;
  margin-top: 5px;
  bottom: 0;
  left: 250px; }

.cs-options {
  border-spacing: 2;
  position: relative;
  display: inline-block; }
  .cs-options th {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px 10px 0 0;
    padding: 8px;
    color: #33ff33;
    font-weight: normal; }
  .cs-options tr:first-child td {
    position: relative; }
  .cs-options tr:last-child td {
    position: relative; }
    .cs-options tr:last-child td:first-child {
      border-radius: 0 0 0 10px; }
    .cs-options tr:last-child td:last-child {
      border-radius: 0 0 10px 0; }
  .cs-options td {
    position: relative;
    width: 4em;
    text-align: center;
    height: 28px;
    vertical-align: middle;
    transition: all 200ms ease-in; }
    .cs-options td:first-child {
      background-color: rgba(255, 255, 255, 0.1);
      padding-right: 6px;
      text-align: right;
      width: 185px; }
    .cs-options td:last-child {
      background-color: rgba(0, 0, 0, 0.3); }
    .cs-options td i.fa-check {
      color: #33ff33; }
    .cs-options td i.fa-times {
      color: red; }

.cenik-mycky {
  border-spacing: 2;
  position: relative;
  flex-shrink: 0; }
  .cenik-mycky tr:first-child td {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px 10px 0 0;
    height: 48px;
    position: relative; }
  .cenik-mycky tr:last-child td {
    border-radius: 0 0 10px 10px; }
  .cenik-mycky td {
    position: relative;
    width: 5.5em;
    text-align: center;
    height: 28px;
    vertical-align: middle;
    transition: all 200ms ease-in;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2); }
    .cenik-mycky td:first-child {
      background-color: rgba(255, 255, 255, 0.1);
      padding-right: 6px;
      text-align: right;
      width: 165px; }
    .cenik-mycky td i.fa-check {
      color: #33ff33; }
    .cenik-mycky td i.fa-times {
      color: red; }

.popis-mycky {
  padding-right: 15px;
  flex: 1; }

.mycka {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 30px; }

.empty-cell {
  background-color: transparent !important; }

.cenik-mycky-table-name {
  background-color: rgba(0, 0, 0, 0.3) !important;
  text-align: center !important;
  padding-left: 20px;
  color: #33ff33;
  border-radius: 10px 10px 0 0 !important; }

.activeProgram {
  transform: scale(1.2);
  background-color: #222 !important;
  z-index: 2; }
  .activeProgram .cenik-cislo-programu {
    bottom: 15px;
    text-shadow: 0px 0px 12px white;
    color: white;
    opacity: 0.8; }

.radius-top-left {
  border-radius: 10px 0 0 0; }

.radius-bottom-left {
  border-radius: 0 0 0 10px; }

.cenik-program {
  text-align: center;
  display: inline-block;
  width: 100%;
  font-size: 0.8em;
  position: absolute;
  bottom: 6px;
  left: 0;
  transition: all 200ms ease-in; }

.cenik-cislo-programu {
  text-align: center;
  display: inline-block;
  position: absolute;
  bottom: 3px;
  left: 0;
  font-size: 2.5em;
  opacity: 0.5;
  width: 100%;
  transition: all 200ms ease-in; }

.cenik-mycky-nadpis {
  width: 620px;
  text-align: center;
  padding: 10px; }

.free-position h2 {
  padding: 20px 0 10px 0; }

.free-position h4 {
  padding: 15px 0 8px 0; }

.position-ending {
  padding-top: 20px;
  padding-bottom: 50px; }
  .position-ending .text {
    width: 100%;
    float: left;
    padding: 10px; }

.full-size-alert {
  display: block;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7); }

.messageWindow {
  width: 500px;
  height: 100px;
  padding: 30px 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: table; }

.successMessageWindow {
  background-color: green; }

.errorMessageWindow {
  background-color: red; }

.alertMessageWindow {
  background-color: yellow; }

.messageText {
  font-size: 2.2em;
  height: 100%;
  width: 22%;
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid white; }

.messageMessage {
  font-size: 1.3em;
  height: 100%;
  width: 73%;
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle; }

.exitButton {
  cursor: pointer;
  font-size: 1.6em;
  height: 100%;
  width: 5%;
  display: table-cell;
  vertical-align: middle;
  text-align: right; }

.sortiment-map {
  position: relative;
  width: 100%;
  height: 488px; }

.cs-map-big {
  position: relative;
  display: inline-block;
  float: right;
  width: 850px;
  height: 488px; }

.product-heading {
  font-size: 1.2em;
  color: #33ff33;
  font-style: italic; }

.text-and-img {
  display: flex;
  align-items: center;
  margin-bottom: 40px; }
  .text-and-img:last-child {
    margin-bottom: 0; }

.display-flex {
  display: flex; }

.flex-1 {
  flex: 1; }

.flex-2 {
  flex: 2; }

.flex-3 {
  flex: 3; }

.flex-order-1 {
  order: 1; }

.flex-order-2 {
  order: 2; }

.flex-order-3 {
  order: 3; }

.padding-left-20 {
  padding-left: 20px; }

.padding-right-20 {
  padding-right: 20px; }

.margin-left-20 {
  margin-left: 20px; }

.margin-right-20 {
  margin-right: 20px; }

.big-button {
  text-align: center;
  position: relative;
  height: 180px;
  overflow: hidden;
  border-radius: 20px;
  opacity: 1; }
  .big-button a {
    margin: 0px;
    display: table;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden; }
    .big-button a:hover .product-background {
      opacity: 0.7;
      transform: scale(1.1); }
    .big-button a span {
      text-shadow: 0px 0px 10px #d9d9d9; }

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
  position: relative; }

.product-header {
  font-size: 1.5em;
  text-shadow: 0px 0px 10px #33ff33 !important;
  color: #33ff33;
  margin-bottom: 10px;
  display: inline-block; }
  .product-header:last-child {
    margin-bottom: 0; }

.on-top {
  opacity: 1;
  z-index: 10; }

.position-relative {
  position: relative; }

.product-background {
  border-radius: 20px;
  opacity: 0.4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }

.pohonne-hmoty {
  background: url(/img/automobilovy-benzin-button.png);
  background-size: 100%; }

.topne-oleje {
  background: url(/img/topne-oleje-button.png);
  background-size: 100%; }

.adblue {
  background: url(/img/adblue-1-button.png);
  background-size: 100%; }

.no-padding-after {
  padding-bottom: 0; }

.free-position-edit-label {
  display: inline-block;
  font-weight: bold; }

.free-position-edit-content {
  display: inline; }

.free-position-edit-row {
  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  height: 32px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  .free-position-edit-row a {
    padding: 0 10px;
    cursor: pointer;
    border-right: 1px solid black;
    height: 32px;
    line-height: 32px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
    .free-position-edit-row a:first-of-type {
      border-left: 1px solid black; }
    .free-position-edit-row a:hover {
      background-color: rgba(0, 0, 0, 0.5); }

.active-position {
  background-color: green; }

.inactive-position {
  background-color: red; }

.position-name {
  flex: 1;
  font-size: 1.3em;
  padding: 0 10px; }

.position-id {
  font-size: 0.8em;
  flex-basis: 220px;
  text-align: center; }

.position-status {
  flex-basis: 80px;
  text-align: right;
  padding-right: 8px; }

.position-edit-form {
  background-color: rgba(0, 0, 0, 0.25);
  margin: 0 10px;
  padding: 5px 10px;
  border-radius: 0 0 10px 10px; }
  .position-edit-form.edit {
    display: block; }
  .position-edit-form.noedit {
    display: none; }

.free-position-edit {
  margin: 10px 0; }

.users-table {
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  font-size: 1em; }
  .users-table .ut-head {
    display: flex;
    width: 100%; }
    .users-table .ut-head * {
      display: inline-block;
      height: 2em;
      line-height: 2em;
      margin: 0;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 0 10px; }
  .users-table form {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
    height: 2em;
    line-height: 2em;
    width: 100%; }
    .users-table form > * {
      display: inline-block;
      height: 2em;
      margin: 0;
      padding: 0 10px;
      background-color: rgba(0, 0, 0, 0.4);
      border-radius: 0;
      box-shadow: none; }
    .users-table form input:focus {
      background-color: rgba(0, 0, 0, 0.6); }
    .users-table form a {
      cursor: pointer; }
      .users-table form a.ajaxPut {
        color: green; }
      .users-table form a.ajaxDelete {
        color: red; }
  .users-table .col-1 {
    flex-basis: 18%; }
  .users-table .col-2 {
    flex-basis: 30%; }
  .users-table .col-3 {
    flex-basis: 20%; }
  .users-table .col-4 {
    flex-basis: 22%; }
  .users-table .col-5-and-6 {
    flex-basis: 5%;
    text-align: center; }
  .users-table .col-5-6 {
    flex-basis: 10%;
    text-align: center;
    padding: 0; }

.forgot-password {
  color: #33ff33;
  margin-left: 450px; }

/* @include keyframes(slideDown) {
	from {
		top: -300px;
	}
	to {
		top: 65px;
	}
}

@include keyframes(slideUp) {
	0% {
		top: 65px;
	}
	100% {
		top: -300px;
	}
}
 */
.dropdown-menu {
  position: fixed;
  z-index: 10;
  width: 1200px;
  padding: 0;
  margin-top: 0;
  margin-left: -600px;
  left: 50%;
  text-align: center;
  height: 65px;
  font-size: 1.8em;
  background-color: #1a1a1a;
  background-image: url("../img/header-img.png");
  background-size: auto 90px;
  background-repeat: no-repeat;
  background-position: 115px -10px;
  -webkit-box-shadow: inset 0px -20px 20px -20px #000;
  -moz-box-shadow: inset 0px -20px 20px -20px #000;
  box-shadow: inset 0px -20px 20px -20px #000; }
  .dropdown-menu ul {
    position: relative;
    width: 800px;
    float: right;
    list-style: none;
    padding: 0;
    margin: 0; }
    .dropdown-menu ul li {
      position: relative;
      float: left;
      width: 200px;
      height: 65px;
      padding: 0;
      margin: 0;
      line-height: 65px;
      cursor: pointer;
      color: #cccccc;
      border-right: 1px solid #666666;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
      .dropdown-menu ul li:hover > a {
        color: #33ff33;
        text-shadow: 0px 0px 15px #33ff33; }
      .dropdown-menu ul li:hover > ul {
        visibility: visible;
        opacity: 1; }
      .dropdown-menu ul li:hover > ul li {
        height: 50px; }
      .dropdown-menu ul li:last-child {
        border-right: 1px solid transparent; }
      .dropdown-menu ul li a {
        margin: 0px;
        display: block;
        width: 100%;
        height: 100%;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease; }
      .dropdown-menu ul li ul {
        display: block;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        list-style: none !important;
        top: 65px;
        right: -1px;
        margin: 0;
        padding: 0;
        width: 200px;
        height: auto;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease; }
        .dropdown-menu ul li ul li {
          display: inherit;
          position: relative;
          font-size: 0.85em;
          padding: 0;
          width: 100%;
          height: 0px;
          line-height: 50px;
          background-color: #1a1a1a;
          border-right: 1px solid #666666 !important;
          border-left: 1px solid #666666 !important;
          opacity: 0.9;
          -webkit-transition: all 300ms ease;
          -moz-transition: all 300ms ease;
          -ms-transition: all 300ms ease;
          -o-transition: all 300ms ease;
          transition: all 300ms ease; }
          .dropdown-menu ul li ul li:hover {
            -webkit-box-shadow: inset 0px 0px 10px 0px #000;
            -moz-box-shadow: inset 0px 0px 10px 0px #000;
            box-shadow: inset 0px 0px 10px 0px #000; }
          .dropdown-menu ul li ul li:last-child {
            border-radius: 0 0 10px 10px;
            border-bottom: 1px solid #666666 !important; }
            .dropdown-menu ul li ul li:last-child:hover {
              -webkit-box-shadow: inset 0px 0px 10px 0px #000;
              -moz-box-shadow: inset 0px 0px 10px 0px #000;
              box-shadow: inset 0px 0px 10px 0px #000; }
          .dropdown-menu ul li ul li a {
            white-space: nowrap; }

.menu-items > li:after {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 3px;
  background-color: #33ff33;
  content: "";
  transition: all 500ms; }

.menu-items > li:hover:after {
  left: 0;
  width: 100%; }

.menu-items > li.active:after {
  display: block;
  position: absolute;
  font-weight: bold;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #33ff33;
  content: "";
  transition: none; }

.footer-logo {
  position: relative;
  width: 200px;
  height: 65px;
  float: left;
  padding: 1px 0 1px 10px; }

.header-logo {
  position: fixed;
  width: 200px;
  height: 65px;
  float: left;
  padding: 1px 0 1px 10px; }

.main-logo {
  width: 100%;
  height: 100%;
  font-size: 3.6px; }
  .main-logo a {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11; }
  .main-logo .logo-with-text {
    display: block;
    padding: 0;
    width: auto;
    height: 100%;
    overflow: visible !important; }
    .main-logo .logo-with-text .logo-color {
      fill: #2d782d;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
    .main-logo .logo-with-text .logo-company-name {
      fill: rgba(255, 255, 255, 0.9);
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
    .main-logo .logo-with-text .logo-company-description {
      fill: rgba(255, 255, 255, 0.6);
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
  .main-logo:hover .logo-color {
    fill: #4ebd4e; }
  .main-logo:hover .logo-company-name {
    text-shadow: 0 0 0.1em rgba(255, 255, 255, 0.9); }
  .main-logo:hover .logo-company-description {
    text-shadow: 0 0 0.1em rgba(255, 255, 255, 0.6); }

.slider {
  position: absolute;
  display: inline-block;
  left: 0;
  width: 100%;
  height: 100%; }

.frame {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  position: relative;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  white-space: nowrap; }

.slides {
  display: inline-block;
  width: 100%; }

.slider li {
  position: relative;
  display: inline-block;
  width: 100%; }

.prev,
.next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  display: block;
  cursor: pointer;
  color: white;
  z-index: 10;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  .prev:hover,
  .next:hover {
    color: #33ff33;
    text-shadow: #33ff33 0px 0px 10px; }

.next {
  right: 47px; }

.prev {
  left: 10px; }

.dots {
  position: relative;
  width: 100%;
  height: 20px;
  bottom: 25px;
  margin: auto;
  padding: 0;
  text-align: center; }

.dots > li {
  background-color: #eee;
  border: 0.5px solid #000;
  border-radius: 50%;
  box-shadow: inset 0 0 1px 1px #000;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 5px;
  cursor: pointer;
  z-index: 10; }

.dots > li.active {
  background-color: #33ff33;
  box-shadow: inset 0px 0px 2px 1px #000; }
