/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*!
 * Bootstrap v3.0.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a {
  background: transparent; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #428bca;
  text-decoration: none; }

a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline; }

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.container:before, .container:after {
  content: " ";
  display: table; }

.container:after {
  clear: both; }

.container:before, .container:after {
  content: " ";
  display: table; }

.container:after {
  clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666666666666%; }

.col-xs-10 {
  width: 83.33333333333334%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666666666666%; }

.col-xs-7 {
  width: 58.333333333333336%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666666666667%; }

.col-xs-4 {
  width: 33.33333333333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.666666666666664%; }

.col-xs-1 {
  width: 8.333333333333332%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666666666666%; }

.col-xs-pull-10 {
  right: 83.33333333333334%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666666666666%; }

.col-xs-pull-7 {
  right: 58.333333333333336%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666666666667%; }

.col-xs-pull-4 {
  right: 33.33333333333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.666666666666664%; }

.col-xs-pull-1 {
  right: 8.333333333333332%; }

.col-xs-pull-0 {
  right: 0%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666666666666%; }

.col-xs-push-10 {
  left: 83.33333333333334%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666666666666%; }

.col-xs-push-7 {
  left: 58.333333333333336%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666666666667%; }

.col-xs-push-4 {
  left: 33.33333333333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.666666666666664%; }

.col-xs-push-1 {
  left: 8.333333333333332%; }

.col-xs-push-0 {
  left: 0%; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666666666666%; }

.col-xs-offset-10 {
  margin-left: 83.33333333333334%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666666666666%; }

.col-xs-offset-7 {
  margin-left: 58.333333333333336%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666666666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.666666666666664%; }

.col-xs-offset-1 {
  margin-left: 8.333333333333332%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .container {
    width: 750px; }

  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666666666666%; }

  .col-sm-10 {
    width: 83.33333333333334%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666666666666%; }

  .col-sm-7 {
    width: 58.333333333333336%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666666666667%; }

  .col-sm-4 {
    width: 33.33333333333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.666666666666664%; }

  .col-sm-1 {
    width: 8.333333333333332%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666666666666%; }

  .col-sm-pull-10 {
    right: 83.33333333333334%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666666666666%; }

  .col-sm-pull-7 {
    right: 58.333333333333336%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666666666667%; }

  .col-sm-pull-4 {
    right: 33.33333333333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.666666666666664%; }

  .col-sm-pull-1 {
    right: 8.333333333333332%; }

  .col-sm-pull-0 {
    right: 0%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666666666666%; }

  .col-sm-push-10 {
    left: 83.33333333333334%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666666666666%; }

  .col-sm-push-7 {
    left: 58.333333333333336%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666666666667%; }

  .col-sm-push-4 {
    left: 33.33333333333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.666666666666664%; }

  .col-sm-push-1 {
    left: 8.333333333333332%; }

  .col-sm-push-0 {
    left: 0%; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666666666666%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333333334%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666666666666%; }

  .col-sm-offset-7 {
    margin-left: 58.333333333333336%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666666666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.666666666666664%; }

  .col-sm-offset-1 {
    margin-left: 8.333333333333332%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .container {
    width: 970px; }

  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666666666666%; }

  .col-md-10 {
    width: 83.33333333333334%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666666666666%; }

  .col-md-7 {
    width: 58.333333333333336%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666666666667%; }

  .col-md-4 {
    width: 33.33333333333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.666666666666664%; }

  .col-md-1 {
    width: 8.333333333333332%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666666666666%; }

  .col-md-pull-10 {
    right: 83.33333333333334%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666666666666%; }

  .col-md-pull-7 {
    right: 58.333333333333336%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666666666667%; }

  .col-md-pull-4 {
    right: 33.33333333333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.666666666666664%; }

  .col-md-pull-1 {
    right: 8.333333333333332%; }

  .col-md-pull-0 {
    right: 0%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666666666666%; }

  .col-md-push-10 {
    left: 83.33333333333334%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666666666666%; }

  .col-md-push-7 {
    left: 58.333333333333336%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666666666667%; }

  .col-md-push-4 {
    left: 33.33333333333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.666666666666664%; }

  .col-md-push-1 {
    left: 8.333333333333332%; }

  .col-md-push-0 {
    left: 0%; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666666666666%; }

  .col-md-offset-10 {
    margin-left: 83.33333333333334%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666666666666%; }

  .col-md-offset-7 {
    margin-left: 58.333333333333336%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666666666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.666666666666664%; }

  .col-md-offset-1 {
    margin-left: 8.333333333333332%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; }

  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666666666666%; }

  .col-lg-10 {
    width: 83.33333333333334%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666666666666%; }

  .col-lg-7 {
    width: 58.333333333333336%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666666666667%; }

  .col-lg-4 {
    width: 33.33333333333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.666666666666664%; }

  .col-lg-1 {
    width: 8.333333333333332%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666666666666%; }

  .col-lg-pull-10 {
    right: 83.33333333333334%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666666666666%; }

  .col-lg-pull-7 {
    right: 58.333333333333336%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666666666667%; }

  .col-lg-pull-4 {
    right: 33.33333333333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.666666666666664%; }

  .col-lg-pull-1 {
    right: 8.333333333333332%; }

  .col-lg-pull-0 {
    right: 0%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666666666666%; }

  .col-lg-push-10 {
    left: 83.33333333333334%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666666666666%; }

  .col-lg-push-7 {
    left: 58.333333333333336%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666666666667%; }

  .col-lg-push-4 {
    left: 33.33333333333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.666666666666664%; }

  .col-lg-push-1 {
    left: 8.333333333333332%; }

  .col-lg-push-0 {
    left: 0%; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666666666666%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333333334%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666666666666%; }

  .col-lg-offset-7 {
    margin-left: 58.333333333333336%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666666666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.666666666666664%; }

  .col-lg-offset-1 {
    margin-left: 8.333333333333332%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
.clearfix:before, .varsel-widget-header:before, .news-ticker-entry:before, .helper-menu:before, .konsesjonsliste-filters:before, .search-result:before, .global-menu:before, .clearfix:after, .varsel-widget-header:after, .news-ticker-entry:after, .helper-menu:after, .konsesjonsliste-filters:after, .search-result:after, .global-menu:after {
  content: " ";
  display: table; }

.clearfix:after, .varsel-widget-header:after, .news-ticker-entry:after, .helper-menu:after, .konsesjonsliste-filters:after, .search-result:after, .global-menu:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

.clearfix:after, .varsel-widget-header:after, .news-ticker-entry:after, .helper-menu:after, .konsesjonsliste-filters:after, .search-result:after, .global-menu:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix, .varsel-widget-header, .news-ticker-entry, .helper-menu, .konsesjonsliste-filters, .search-result, .global-menu {
  display: inline-block; }

html[xmlns] .clearfix, html[xmlns] .varsel-widget-header, html[xmlns] .news-ticker-entry, html[xmlns] .helper-menu, html[xmlns] .konsesjonsliste-filters, html[xmlns] .search-result, html[xmlns] .global-menu {
  display: block; }

* html .clearfix, * html .varsel-widget-header, * html .news-ticker-entry, * html .helper-menu, * html .konsesjonsliste-filters, * html .search-result, * html .global-menu {
  height: 1%; }

.media {
  display: table-cell; }

.fullwidth {
  width: 100%; }

.collapse-table, table, .file-list-table {
  width: 100%; }
  .collapse-table td, table td, .file-list-table td, .collapse-table th, table th, .file-list-table th {
    padding: 0.5em;
      padding-right: 1em; }
  @media screen and (max-width: 960px) {
    .collapse-table td, table td, .file-list-table td, .collapse-table th, table th, .file-list-table th, .collapse-table tr, table tr, .file-list-table tr {
      display: block; }
    .collapse-table tr, table tr, .file-list-table tr {
      padding: 6px 0; }
    .collapse-table td, table td, .file-list-table td {
      padding: 1px 0; }
    .collapse-table th, table th, .file-list-table th {
      display: none; } }

@media screen and (min-width: 960px) {
  .hidden-desktop {
    display: none !important; } }
@media screen and (max-width: 960px) {
  .hidden-phone {
    display: none !important; } }
.mt {
  margin-top: 30px; }

.mb {
  margin-bottom: 1em; }

.article-title {
  font-size: 2.6em;
  font-weight: 200;
  line-height: 1.2em;
  margin: 0; }
  @media screen and (max-width: 960px) {
    .article-title {
      font-size: 2em;
      font-weight: 300;
      line-height: 1;
      margin-bottom: 0.3em; } }
  .article-title .theme-icon {
    width: 2em;
    height: 2em;
    display: inline-block;
    background-size: 100%;
    opacity: 0.15; }

.article-content:first-child h1, .article-content:first-child h2, .article-content:first-child h3, .article-content:first-child h4 {
  margin-top: 0; }

.article-submenu {
  margin-top: 1.4em;
  border-bottom: 1px solid #e9edf0;
  padding-bottom: 0.8em;
  margin-bottom: 3em; }
  .article-submenu ul {
    margin: 0;
    padding: 0; }
    .article-submenu ul li {
      display: inline-block; }
    .article-submenu ul a {
      color: #e0383d;
      text-decoration: none;
      margin-right: 30px;
      margin-bottom: 0.5em;
      display: inline-block; }

.article-content p img {
  margin: 0 auto;
  max-width: 100%; }

.article-breadcrumbs {
  font-size: 0.9em;
  color: #5c5c5c; }
  .article-breadcrumbs ul {
    margin: 0;
    padding: 0; }
    .article-breadcrumbs ul li {
      display: inline-block; }

.breadcrumb {
  padding-right: 0.5em; }
  .breadcrumb a, .breadcrumb a:visited, .breadcrumb a:hover {
    color: inherit; }
  .breadcrumb:not(:last-of-type):after {
    content: " ";
    background-image: url(/Content/Images/breadcrumb-divider.png);
    background-size: 100%;
    height: 10px;
    width: 4px;
    display: inline-block;
    margin-left: 0.5em;
    font-weight: bold; }

.article-aside-section {
  padding-bottom: 1em;
  margin-bottom: 1em; }

.article-aside-section-title {
  padding: 10px;
  margin: 0 0 1em;
  border-bottom: 1px solid #d8dfe4;
  font-size: 1.3em; }

.article-aside-section-content {
  padding-left: 10px;
  padding-right: 10px; }

.article-published-stamp {
  color: #5c5c5c;
  margin-bottom: 1em; }

.feed-box {
  border: 2px solid #d8dfe4;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 3em; }
  @media screen and (max-width: 960px) {
    .feed-box {
      margin-bottom: 1.5em; } }

.feed-box-title {
  margin: 0;
  padding: 5px 15px;
  border-bottom: 2px solid #d8dfe4; }

.feed-box-feed {
  margin: 0;
  padding: 0; }
  .feed-box-feed li {
    display: block; }
  .feed-box-feed .feed-entry {
    padding: 10px 15px;
    border-bottom: 1px solid #d8dfe4; }
    .feed-box-feed .feed-entry:last-of-type {
      border-bottom: none; }
  .feed-box-feed .feed-entry-content {
    padding: 0;
    display: block; }

.timestamp {
  font-size: 14px;
  color: #777777; }

.related-links {
  margin-bottom: 2em; }
  .related-links ul {
    margin: 0;
    padding: 0; }
    .related-links ul li {
      display: block; }
  .related-links li {
    padding: 10px;
    background: #eeeeee;
    margin-bottom: 5px;
    display: block;
    text-decoration: none; }
    .related-links li a {
      display: block; }
    .related-links li span {
      font-size: 0.9em;
      color: #555555;
      display: block;
      line-height: 1.3; }

.list-title {
  margin: 0 0 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #dddddd; }

.list-simple {
  margin: 0;
  padding: 0;
  margin: 1em 0; }
  .list-simple li {
    display: block; }

.info-box {
  background: #eeeeee;
  padding: 10px;
  margin-bottom: 30px; }
  .info-box .info-box-title {
    margin: 0 0 10px; }
  .info-box .info-box-text {
    margin: 0; }

.promo-actions {
  margin-bottom: 3em;
  margin-top: 3em; }

.promo-box {
  background-image: url(/Content/images/mountains.png);
  background-color: #0b78c1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 15px;
  position: relative;
  color: white;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  margin-bottom: 15px; }
  .promo-box:before {
    content: " ";
    background: #0b78c1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.9; }

.promo-box-content {
  position: relative;
  text-shadow: 0 0 2px rgba(36, 163, 208, 0.8);
  text-align: center; }

.promo-box-link {
  text-decoration: none; }

.promo-box-title {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  margin: 0;
  padding-bottom: 5px;
  font-weight: 400;
  text-align: center;
  font-size: 1.3em;
  color: white; }

.promo-box-subtitle {
  font-size: 14px;
  margin: 10px 0 0; }

.promo-buttons {
  margin-bottom: 3em; }
  @media screen and (max-width: 960px) {
    .promo-buttons {
      margin-bottom: 1.5em; } }

.promo-block {
  background: #eceef0;
  color: #4d6170;
  padding: 15px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px; }

.c-box, .article-aside-section, .varsel-widget, .job-offers {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #eceef0;
  color: #4d6170; }

.pad, .news-ticker, .job-offers {
  padding: 15px; }

.button-1, a.button-1 {
  background: #0b78c1;
  display: inline-block;
  color: white;
  padding: 8px 14px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none; }

.pagination {
  margin-top: 2em;
  margin-bottom: 2em; }

.pagination-pages {
  margin: 0;
  padding: 0;
  text-align: center; }
  .pagination-pages li {
    display: inline-block; }

.pagination-page {
  padding: 2px 4px;
  border: 1px solid #d8dfe4;
  border-radius: 2px;
  text-decoration: none;
  color: #4d6170 !important; }
  .pagination-page.active {
    background: #d8dfe4;
    border-color: #abbac5; }

.faq-answer-block {
  padding: 10px 0; }

.faq-answer-block:target p, .faq-answer-block:target h3 {
  background: #feffdf;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.faq-answer-text {
  font-size: 14px; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  font-size: 14px;
  font-weight: 400; }

body, input {
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5 {
  font-weight: inherit; }

a,
a:visited,
a:hover,
a:active {
  color: #0b78c1;
  text-decoration: underline; }

.a-enhanced {
  background-image: linear-gradient(transparent 0%, transparent 49%, rgba(18, 120, 193, 0.5) 50%);
  background-size: 2px 2px;
  background-repeat: repeat-x;
  background-position-y: 100%;
  text-shadow: 1px 1px white, -1px 1px white, 1px -1px white, -1px -1px white;
  text-decoration: none; }

ul, ol {
  margin: 0; }

li {
  margin-bottom: 0.3em; }

blockquote {
  border-left: 4px solid #d8dfe4;
  margin-left: 0;
  padding-left: 1em;
  font-size: 1.4em;
  line-height: 1.3; }

.global-footer {
  background-color: #eceef0;
  color: #4d6170;
  margin: 40px -40px -40px;
  padding: 40px;
  font-size: 90%; }
  .global-footer a, .global-footer a:visited {
    text-decoration: none; }
  @media screen and (max-width: 960px) {
    .global-footer {
      margin: 40px -15px -15px;
      padding: 40px 15px; } }

.footer-title {
  border-bottom: 2px solid #d8dfe4; }

.NVE_Sosial a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #33383B;
  border-radius: 2px;
  font-size: 20px;
  color: #FFF;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px; }

.NVE_Kontakt div {
  width: 222px; }

.NVE_Kontakt i {
  background-color: #33383B;
  color: #FFF;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle; }

.NVE_Kontakt i.fa-envelope, .NVE_Kontakt i.fa-inbox {
  font-size: 17px;
  line-height: 38px; }

.NVE_Kontakt p {
  display: inline-block;
  vertical-align: middle;
  margin: 0px; }

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="search"],
input[type="number"],
input[type="date"],
select {
  height: 36px; }

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="search"],
input[type="number"],
input[type="date"],
textarea,
select {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-sizing: border-box;
  border: 2px solid #dddddd;
  padding: 0.4em;
  margin-bottom: 5px;
  transition: border-color 0.1s linear; }
  input[type="text"]:focus,
  input[type="button"]:focus,
  input[type="submit"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="date"]:focus,
  textarea:focus,
  select:focus {
    border-color: #0b78c1;
    outline: none; }
  @media screen and (max-width: 960px) {
    input[type="text"],
    input[type="button"],
    input[type="submit"],
    input[type="search"],
    input[type="number"],
    input[type="date"],
    textarea,
    select {
      width: 100%; } }

input[type="button"],
input[type="submit"],
button {
  border: none; }

a.btn, a.btn--promo, a.btn--simple, .btn, .btn--promo, .btn--simple {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  padding: 0.5em 1em;
  background: #0b78c1;
  color: white;
  text-decoration: none;
  position: relative; }
  a.btn:hover, a.btn--promo:hover, a.btn--simple:hover, .btn:hover, .btn--promo:hover, .btn--simple:hover {
    background: #0a69a9; }

.btn--promo {
  width: 100%;
  font-size: 1.2em;
  margin-bottom: 0.5em;
  text-align: left; }
  .btn--promo:after {
    content: " ";
    border-right: 2px solid white;
    border-top: 2px solid white;
    opacity: 0.7;
    height: 15px;
    width: 15px;
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%) translateY(-2px);
    transition: opacity 0.1s ease-out; }
  .btn--promo:hover:after {
    opacity: 1; }

.btn--simple {
  background: none;
  border: 2px solid #d8dfe4;
  color: #4d6170; }
  .btn--simple:hover {
    background-color: #d8dfe4; }

.radio-option {
  margin-bottom: 5px; }
  .radio-option input[type="radio"] {
    margin-right: 6px; }
  .radio-option label {
    vertical-align: middle; }

th {
  text-align: left; }

table.table-style-1 {
  width: 100%;
  font-size: 14px; }
  table.table-style-1 th {
    table-layout: fixed;
    width: 40%; }
  table.table-style-1 td, table.table-style-1 th {
    border: 1px solid #d8dfe4;
    padding: 5px 10px; }
  @media screen and (max-width: 960px) {
    table.table-style-1 tr {
      display: block;
      border: 1px solid #d8dfe4;
      padding: 10px; }
    table.table-style-1 tr + tr {
      margin-top: -1px; }
    table.table-style-1 td, table.table-style-1 th {
      display: block;
      width: 100%;
      border: none;
      padding: 0; } }

.email-subscription-form select {
  moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ABADB3; }
.email-subscription-form .row {
  padding-bottom: 5px; }
.email-subscription-form input[type="email"] {
  width: 300px; }
.email-subscription-form ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.hero-article {
  margin-bottom: 3em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 21em;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 960px) {
    .hero-article {
      margin-bottom: 1.5em; } }
  .hero-article:hover .hero-article-image {
    transform: scale(1.1); }
  .hero-article:hover .hero-article-text {
    padding-bottom: 1.3em; }

.hero-article-text {
  background: rgba(236, 238, 240, 0.9);
  padding: 0 15px 0.5em;
  position: absolute;
  font-size: 1.3em;
  transition: padding-bottom 0.5s cubic-bezier(0, 0.3, 0, 1);
  bottom: 0;
  left: 0;
  right: 0; }

.hero-article-image {
  min-height: 20em;
  min-width: 100%;
  transform: scale(1);
  -webkit-transition: all 3s cubic-bezier(0, 0.3, 0, 1);
  -moz-transition: all 3s cubic-bezier(0, 0.3, 0, 1);
  -ms-transition: all 3s cubic-bezier(0, 0.3, 0, 1);
  -o-transition: all 3s cubic-bezier(0, 0.3, 0, 1);
  transition: all 3s cubic-bezier(0, 0.3, 0, 1); }

.hero-article-title {
  margin: 0.5em 0 0.3em;
  display: inline-block;
  background: #4d6170;
  color: white;
  padding-left: 0.2em;
  padding-right: 0.2em; }

.hero-article-paragraph {
  font-size: 0.8em;
  display: block;
  line-height: 1.4;
  color: #4d6170;
  margin-bottom: 1em; }

.varsel-widget {
  padding: 15px;
  margin-bottom: 1em; }
  @media screen and (max-width: 960px) {
    .varsel-widget {
      height: auto; } }

.varsel-widget-header {
  margin: 0 0 20px;
  width: 100%;
  border-bottom: 2px solid #d8dfe4; }

h2.varsel-widget-title {
  margin: 0;
  font-size: 1.3em; }

.varsel-widget-list {
  margin: 0;
  padding: 0; }
  .varsel-widget-list li {
    display: block; }
  .varsel-widget-list li {
    padding: 0.3em 0; }
  .varsel-widget-list li:not(:first-child) {
    border-top: 1px solid #d8dfe4; }

.varsel-widget-entry-status {
  float: right;
  background-color: #999;
  color: white;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 8px; }

.hazard-rating-1 {
  background-color: #75B100; }

.hazard-rating-2 {
  background-color: #FFCC33; }

.hazard-rating-3 {
  background-color: #E46900; }

.hazard-rating-4 {
  background-color: #D21523; }

.hazard-rating-5 {
  background-color: #3E060b; }

.magstats {
  margin-bottom: 3em; }
  @media screen and (max-width: 960px) {
    .magstats {
      margin-bottom: 1.5em; } }

.magstats-title {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 1.3em;
  border-bottom: 2px solid #d8dfe4; }

.magstats-data {
  font-size: 1.3em; }

.magstats-data-negative {
  color: #D21523; }

.magstats-data-positive {
  color: #75B100; }

.news-ticker {
  margin-bottom: 3em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #eceef0; }
  @media screen and (max-width: 960px) {
    .news-ticker {
      margin-bottom: 1.5em; } }

.news-ticker-news {
  margin: 0;
  padding: 0; }
  .news-ticker-news li {
    display: block; }
  .news-ticker-news li {
    margin-bottom: 0; }
  .news-ticker-news a, .news-ticker-news a:hover {
    text-decoration: none; }

.news-ticker-title {
  border-bottom: 2px solid #d8dfe4; }

.news-ticker-entry {
  overflow: hidden;
  margin-bottom: 1em;
  padding-bottom: 1em;
  width: 100%;
  text-decoration: none;
  color: #4d6170;
  border-bottom: 1px solid #d8dfe4; }

.news-ticker-image {
  width: 120px;
  float: left;
  margin-right: 15px; }

.news-ticker-entry-body {
  display: table; }

.news-ticker-entry-meta {
  font-size: 0.85em;
  display: block; }

.news-ticker-entry-title {
  margin: 0;
  line-height: 1.4;
  font-size: 1.2em; }

.news-ticker-entry-p {
  margin-bottom: 0;
  margin-top: 0.5em; }

h2.news-ticker-title {
  color: #4d6170;
  border-bottom: 1px solid #d8dfe4;
  font-size: 1.3em;
  padding: 10px;
  padding-left: 0px;
  margin: 0 0 1em; }

.news-ticker-entry {
  position: relative; }

.news-ticker-entry-body:after {
  content: " ";
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  opacity: 0.7;
  height: 10px;
  width: 10px;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  transform: rotate(45deg) translateY(-50%) translateY(-2px);
  transition: opacity 0.1s ease-out 0s; }

.news-ticker-image {
  float: left; }

.news-ticker-entry-text {
  display: block;
  clear: both;
  padding-right: 20px; }

.promo-box-content {
  position: relative; }

.promo-box-title:after {
  content: " ";
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  opacity: 0.7;
  height: 15px;
  width: 15px;
  display: block;
  position: absolute;
  right: 10px;
  top: 8px;
  transform: rotate(45deg) translateY(-50%) translateY(-2px);
  transition: opacity 0.1s ease-out 0s; }

.promo-box-link:hover {
  text-decoration: none; }

.map-banner {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #eceef0;
  overflow: hidden;
  position: relative;
  text-align: center;
  color: #4d6170;
  margin-bottom: 1em;
  z-index: 1; }
  .map-banner:hover .map-banner-image {
    transform: scale(1.2); }

.map-banner-title {
  position: relative;
  display: inline-block;
  margin-bottom: 0.2em; }

.map-banner-title-image {
  height: 1.4em;
  width: auto;
  position: absolute;
  left: -1.5em; }

.map-banner-action-container {
  font-size: 1em;
  padding: 1em 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0;
  background: rgba(236, 238, 240, 0.8);
  transition: padding-bottom 1s cubic-bezier(0, 0.3, 0, 1); }

.map-banner-image {
  transform: scale(1);
  transition: all 3s cubic-bezier(0, 0.3, 0, 1); }

.job-offers {
  margin-bottom: 2em; }

.job-offers-title {
  margin: 0; }

.global-footer {
  background-color: #eceef0;
  color: #4d6170;
  margin: 40px -40px -40px;
  padding: 40px;
  font-size: 90%; }
  @media screen and (max-width: 960px) {
    .global-footer {
      margin: 40px -15px -15px;
      padding: 40px 15px; } }

.footer-title {
  border-bottom: 2px solid #d8dfe4; }

html {
  height: 100%;
  background-image: url("/Content/Images/backdrop-mountains.jpg");
  background-size: cover;
  background-attachment: fixed; }

body {
  min-height: 100%;
  background-color: #eeeeee;
  background-color: rgba(235, 235, 235, 0.88);
  min-height: 100vh; }

.page-container {
  padding-left: 260px;
  margin: 0px auto;
  position: relative; }

.page {
  padding: 40px;
    padding-top: 20px;
  max-width: 1200px;
  background: white; }

.page-header {
  border-bottom: 1px solid #eceef0;
  padding-bottom: 1em;
  margin-bottom: 1em; }

.shortcut {
  position: absolute;
  top: 0px;
  left: -9999px; }
  .shortcut:focus {
    left: 0px;
    position: relative; }

@media screen and (min-width: 960px) {
  .page-content {
    min-height: 700px; } }
@media screen and (max-width: 960px) {
  .page {
    padding: 15px;
    width: 100%; } }
.global-head {
  width: 100%;
  background: #e0383d;
  overflow: hidden;
  display: none; }

.menu-opener {
  display: none; }

.helper-menu {
  margin: 0;
  padding: 0;
  color: #8f8f8f;
  text-align: right;
  width: 100%;
  font-size: 0.8em; }
  .helper-menu li {
    display: inline-block; }
  .helper-menu li {
    margin-left: 1em; }

@media screen and (max-width: 960px) {
  .global-head {
    padding: 10px;
    display: block;
    background-color: #e0383d; }

  img.head-logo {
    margin: 0;
    height: 40px;
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    left: 0; }

  .menu-opener {
    display: block;
    position: absolute;
    height: 40px;
    width: 40px;
    background-size: 100%;
    top: 10px;
    -webkit-user-select: none;
    cursor: pointer; }
    .menu-opener.is-active {
      background-position: 0 100%; }

  .menu-opener {
    background-image: url("/Content/Images/menu-opener.png");
    right: 10px; } }
.clearfix:after, .varsel-widget-header:after, .news-ticker-entry:after, .helper-menu:after, .konsesjonsliste-filters:after, .search-result:after, .global-menu:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix, .varsel-widget-header, .news-ticker-entry, .helper-menu, .konsesjonsliste-filters, .search-result, .global-menu {
  display: inline-block; }

html[xmlns] .clearfix, html[xmlns] .varsel-widget-header, html[xmlns] .news-ticker-entry, html[xmlns] .helper-menu, html[xmlns] .konsesjonsliste-filters, html[xmlns] .search-result, html[xmlns] .global-menu {
  display: block; }

* html .clearfix, * html .varsel-widget-header, * html .news-ticker-entry, * html .helper-menu, * html .konsesjonsliste-filters, * html .search-result, * html .global-menu {
  height: 1%; }

.media {
  display: table-cell; }

.block-list {
  margin: 0;
  padding: 0; }
  .block-list li {
    display: block; }

.flow-list {
  margin: 0;
  padding: 0; }
  .flow-list li {
    display: inline-block; }

.visible-phone {
  display: none; }

@media screen and (max-width: 960px) {
  .hidden-phone {
    display: none; } }
.mt {
  margin-top: 30px; }

.mb {
  margin-bottom: 30px; }

.konsesjonsliste {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 3em;
  border: 2px solid #eceef0;
  overflow: hidden; }
  @media screen and (max-width: 960px) {
    .konsesjonsliste {
      margin-bottom: 1.5em; } }

table {
  color: #4d6170;
  font-size: 0.9em; }
  @media screen and (max-width: 960px) {
    table:not(:first-of-type) {
      border-left: 1px solid #c8d3da; }
    table td {
      padding-left: 10px;
      padding-right: 10px; } }
  table th {
    border-bottom: 2px solid #c8d3da; }
  table tr:nth-of-type(odd) {
    background: #eceef0; }

.konsesjonsliste-filters {
  width: 100%;
  background: #eceef0;
  padding: 10px;
    padding-bottom: 1em;
  color: #4d6170;
  border-bottom: 1px solid #eceef0; }
  .konsesjonsliste-filters .radio-option {
    float: left;
    margin-right: 15px; }

.konsesjonsliste-filter {
  width: 12em;
  margin-right: 10px;
  display: inline-block;
  border-color: #c8d3da; }
  @media screen and (max-width: 960px) {
    .konsesjonsliste-filter {
      width: 100%; } }

.konsesjonsliste-title {
  font-weight: inherit;
  margin: 0;
  font-size: 1.3em;
  display: inline-block; }

.konsesjonsliste-filter-group + .konsesjonsliste-filter-group {
  margin-top: 1em; }

@media screen and (max-width: 960px) {
  .konsesjonsliste-table-cell-title {
    font-weight: bold; } }

.konsesjonsliste-filters input[type="text"] {
  width: 100%; }

.konsesjon-files-container {
  margin-top: 40px;
  max-width: 400px; }

.konsesjonssak-metainfo-container {
  border: 2px solid #d8dfe4;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 2em; }

dl.konsesjonssak-metainfo {
  margin-top: 0;
  margin-bottom: 0; }
  dl.konsesjonssak-metainfo dt {
    font-size: 0.8em;
    font-weight: bold;
    margin: 0; }
  dl.konsesjonssak-metainfo dd {
    margin: 0;
      margin-bottom: 0.25em;
    padding-bottom: 0.25em;
    border-bottom: 1px solid #d8dfe4; }
    dl.konsesjonssak-metainfo dd:last-of-type {
      border-bottom: 0; }

.file-list {
  padding-top: 20px; }

.file-list-filters {
  margin-bottom: 15px; }
  .file-list-filters input[type="text"] {
    margin: 0; }

.file-list-table {
  width: 100%;
  font-size: 0.92em;
  margin-bottom: 2em; }
  .file-list-table td, .file-list-table th {
    padding: 0.4em 1em;
      padding-left: 0; }
  .file-list-table tr + tr {
    border-top: 1px solid #d8dfe4; }

.konsesjonssak-action-container {
  background: #eceef0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  color: #4d6170; }

.konsesjonssak-actions {
  text-align: center; }
  .konsesjonssak-actions a {
    display: inline-block;
    margin-top: 1em; }
    @media screen and (max-width: 960px) {
      .konsesjonssak-actions a {
        width: 100%; }
        .konsesjonssak-actions a:last-of-type {
          margin-bottom: 2em; } }

.search-page-input {
  max-width: 500px;
  width: 75%; }

input[type="submit"].search-button {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
  margin: 0 1em 0 0.5em; }

.search-result-group {
  margin-bottom: 30px; }

.search-result-text {
  margin-left: 75px; }

.search-thumbnail {
  height: 64px;
  width: 64px;
  float: left;
  background-repeat: no-repeat; }

.search-thumbnail-Content {
  background-image: url("/Content/Images/Thumbnails/Content/_default.png"); }

.search-thumbnail-License {
  background-image: url("/Content/Images/Thumbnails/License/_default.png"); }

.search-thumbnail-Employee {
  background-image: url("/Content/Images/Thumbnails/Employee/_default.png"); }

.search-thumbnail-Document {
  background-image: url("/Content/Images/Thumbnails/Document/_default.png"); }

.search-result-text
.search-result-group-title {
  border-bottom: 1px solid #dddddd;
  font-size: 1.3em; }

.search-results {
  margin: 0;
  padding: 0; }
  .search-results li {
    display: block; }

.search-result {
  margin-bottom: 0px;
  padding-bottom: 0px; }

.search-result hr {
  margin-top: 10px;
  margin-bottom: 10px; }

.results-people .search-result,
.results-documents .search-result {
  border-bottom: 1px solid #eeeeee; }

.search-result-title {
  margin: 0 0 5px;
  font-size: 1.2em;
  line-height: 1.2; }

.search-result-description {
  line-height: 1.2; }

.search-result-date {
  color: #888888;
  font-size: 12px; }

.filetype-tag {
  border: 1px solid #0b78c1;
  color: #0b78c1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 3px;
  margin-right: 10px;
  font-size: 12px;
  float: left;
  width: 30px;
  text-align: center;
  position: relative;
  top: 1px; }

.search-result-avatar {
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  float: left; }

.person-position,
.person-contact {
  color: #888888;
  font-size: 14px;
  line-height: 1.2; }

.search-filters {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px; }

.search-filter {
  padding-top: 3px;
  padding-bottom: 3px;
  border-left: 2px solid #ddd;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  cursor: pointer;
  text-decoration: underline; }

.search-filter-last {
  border-right: 2px solid #ddd; }

.search-filter-selected {
  background-color: #ddd; }

.search-filter.col-md-2 {
  width: 20%; }

.search-load-more .load-more-col {
  border: 2px solid #ddd;
  height: 60px;
  text-align: center;
  padding-top: 15px;
  color: #0b78c1;
  text-decoration: underline;
  cursor: pointer; }

.search-load-more .load-more-col:hover {
  background-color: #dddddd; }

.search-loading .loading-col {
  height: 60px;
  text-align: center;
  padding-top: 15px; }

@media screen and (max-width: 960px) {
  .search-filter.col-md-2 {
    width: 100%; }

  .search-filter {
    border-left: 2px solid #ddd;
    border-top: 2px solid #ddd;
    border-bottom: 0px solid #ddd;
    border-right: 2px solid #ddd; }

  .search-filter-last {
    border-bottom: 2px solid #ddd; }

  .search-page-input {
    width: 65% !important; } }
.global-sidebar {
  background-color: #e0383d;
  /*background-image: url("/Content/Images/backdrop-mountains.jpg");*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: white;
  background-size: cover;
  width: 260px;
  position: absolute;
  left: 0px;
  height: 100%;
  z-index: 99; }
  .global-sidebar:after {
    display: block;
    position: absolute;
    background: #e0383d;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: " ";
    /*opacity: 0.9;*/
    z-index: 1; }
  .global-sidebar > * {
    position: relative;
    z-index: 2; }

.global-sidebar-logo-container {
  position: relative;
  left: 50%;
  margin-left: -50px;
  padding-top: 30px;
  margin-bottom: 30px;
  display: block;
  width: 100px;
  transform: scale(1);
  transition: all 0.1s ease-out; }
  .global-sidebar-logo-container:hover {
    transform: scale(1.1); }

.global-sidebar-logo {
  position: relative;
  left: 50%;
  margin-left: -50px;
  /*margin-top: 30px;*/
  margin-bottom: 30px;
  display: block;
  width: 100px; }

.global-menu {
  margin: 0;
  padding: 0;
  padding-top: 30px;
  margin-bottom: 0;
  border-bottom: 40px solid #e0383d;
  width: 100%; }
  .global-menu li {
    display: block; }
  .global-menu li {
    margin: 0; }
  .global-menu li a {
    display: block;
    padding: 10px 10px;
    color: white;
    text-decoration: none;
    position: relative; }
    .global-menu li a:hover {
      background: rgba(0, 0, 0, 0.1); }
      .global-menu li a:hover .global-menu-icon {
        -webkit-transform: scale(1.2); }

.global-menu-page {
  position: relative; }

.global-menu-page a {
  padding-right: 38px !important; }

.global-sidebar > ul {
  background-color: #e0383d; }

.global-sidebar > div {
  background-color: #e0383d; }

.global-menu-page-opener {
  position: absolute;
  display: block;
  top: 6px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
  .global-menu-page-opener .opener-arrow {
    display: block;
    position: absolute;
    right: 11px;
    top: 10px;
    height: 8px;
    width: 8px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
    border-right: 2px solid rgba(255, 255, 255, 0.4);
    transform: rotate(45deg); }
  .global-menu-page-opener:hover {
    background: rgba(0, 0, 0, 0.1); }
    .global-menu-page-opener:hover .opener-arrow {
      border-bottom: 2px solid white;
      border-right: 2px solid white; }

.is-expanded-menu > .global-menu-submenu {
  display: block;
  background: rgba(0, 0, 0, 0.1); }

ul li ul li.is-expanded-menu {
  background: rgba(0, 0, 0, 0.1); }

ul.global-menu > li.is-expanded-menu > a {
  text-decoration: underline; }

.is-expanded-menu > .global-menu-page-opener {
  background: rgba(0, 0, 0, 0.1); }
  .is-expanded-menu > .global-menu-page-opener .opener-arrow {
    border-bottom: 2px solid white;
    border-right: 2px solid white; }

.global-menu-icon {
  background-size: 100%;
  margin-right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  float: left;
  top: 2px;
  -webkit-transform: scale(1); }

.global-menu-name {
  display: table-cell; }

.global-menu-submenu {
  margin: 0;
  padding: 0;
  display: none;
  font-size: 0.9em;
  background: rgba(0, 0, 0, 0.2);
  padding-left: 40px; }
  .global-menu-submenu li {
    display: block; }
  .global-menu-submenu li {
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .global-menu-submenu ul {
    margin-left: 10px;
    padding: 0; }

.contact-area {
  background: rgba(0, 0, 0, 0.2);
  border: 30px solid #e0383d; }

.contact-area-title {
  font-size: 1em;
  font-weight: bold;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0;
  margin-bottom: 10px; }

#search-container {
  overflow: hidden;
  width: 100%;
  padding: 0 10px;
  position: relative;
  height: 41px; }

input.global-search {
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: none;
  padding: 6px 20px;
  float: right;
  outline: none;
  width: 100%;
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url(/Content/Images/search-field-icon.png);
  background-repeat: no-repeat;
  background-position: right 12px top 9px; }
  input.global-search::-webkit-input-placeholder {
    color: white;
    opacity: 0.8; }
  input.global-search::-ms-clear {
    display: none;
    width: 0;
    height: 0; }

@media screen and (max-width: 960px) {
  .page-container {
    padding: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -moz-transform: translate(0); }

  .global-sidebar {
    /*-webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -moz-transform: translate(-100%);
    width: 85%;*/
    transition: left 0.2s ease-in;
    left: -260px; }

  .global-sidebar .global-sidebar-logo-container {
    margin: 0px;
    left: 0px;
    padding: 0px; }

  .global-sidebar input.global-search {
    margin-top: 0px; }

  .global-sidebar-logo {
    display: none; }

  .page {
    /*position: absolute;*/
    left: 0;
    top: 0; }

  input.global-search {
    margin-top: 20px;
    margin-bottom: 0; }

  .page-container {
    -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1); }

  html.is-open-menu .global-sidebar {
    left: 0px; }

  /*html.is-open-menu,
  html.is-open-menu body {
    overflow-x: hidden;
    .page-container {
      -webkit-transform: translate(85%);
      -ms-transform: translate(85%);
      -moz-transform: translate(85%);
    }
  }*/ }
.step-overview-container {
  margin-bottom: 50px; }

.step-overview {
  display: table;
  border: 2px solid #d8dfe4;
  font-size: 14px;
  border-radius: 3px;
  color: #4d6170; }

.step-overview-steps {
  display: table-row;
  table-layout: fixed;
  margin: 0;
  width: 100%; }

.step {
  width: 2%;
  display: table-cell;
  cursor: pointer; }
  .step + .step {
    border-left: 1px solid #d8dfe4; }
  .step.current-step {
    color: #232d34;
    background: #d8dfe4; }
  .step:hover {
    background: #edf0f3; }
  .step a, .step a:visited {
    width: 100%;
    padding: 0.4em;
    display: block;
    color: inherit;
    text-decoration: none; }

.step-description {
  padding: 20px 0 10px;
  border-bottom: 2px solid #d8dfe4;
  color: #4d6170;
  display: none; }
  .step-description:target {
    display: block !important; }

.step-description-title {
  font-size: 1.3em;
  margin-top: 0; }

@media screen and (max-width: 960px) {
  .step-overview,
  .step-overview-steps {
    display: block;
    width: 100%; }

  .step-overview-steps {
    padding: 0; }

  .step {
    display: block;
    width: 100%;
    border-left: 0 !important; } }
.ngGrid {
  background-color: #fdfdfd; }

.ngGrid input[type="checkbox"] {
  margin: 0;
  padding: 0; }

.ngGrid input {
  vertical-align: top; }

.ngGrid.unselectable {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }

.ngViewport {
  overflow: auto;
  min-height: 20px; }

.ngViewport:focus {
  outline: 0; }

.ngCanvas {
  position: relative; }

.ngVerticalBar {
  position: absolute;
  right: 0;
  width: 0; }

.ngVerticalBarVisible {
  width: 1px;
  background-color: #d4d4d4; }

#testDataLength {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -100000; }

.ngHeaderContainer {
  position: relative;
  overflow: hidden;
  font-weight: bold;
  background-color: inherit; }

.ngHeaderCell {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: inherit; }

.ngHeaderCell.pinned {
  z-index: 1; }

.ngHeaderSortColumn {
  position: absolute;
  overflow: hidden; }

.ngTopPanel {
  position: relative;
  z-index: 1;
  background-color: #eaeaea;
  border-bottom: 1px solid #d4d4d4; }

.ngSortButtonDown {
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-color: gray transparent;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  height: 0;
  width: 0; }

.ngNoSort {
  cursor: default; }

.ngHeaderButton {
  position: absolute;
  right: 2px;
  top: 8px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  z-index: 1;
  background-color: #9fbbb4;
  cursor: pointer; }

.ngSortButtonUp {
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-color: gray transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  height: 0;
  width: 0; }

.ngHeaderScroller {
  position: absolute;
  background-color: inherit; }

.ngSortPriority {
  position: absolute;
  top: -5px;
  left: 1px;
  font-size: 6pt;
  font-weight: bold; }

.ngHeaderGrip {
  cursor: col-resize;
  width: 10px;
  right: -5px;
  top: 0;
  height: 100%;
  position: absolute;
  background-color: transparent; }

.ngHeaderText {
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden; }

.ngHeaderButtonArrow {
  position: absolute;
  top: 4px;
  left: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 4.5px 0 4.5px;
  border-color: #4d4d4d transparent transparent transparent; }

.ngPinnedIcon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTAw9HKhAAAAmElEQVQoU33PQapBURjA8UtkwJuaWYGSgfQWYBMvczPmTCzAAGVuaA228BZhRCkDGSmE31FucuRfvzq3vr5zT/JSjSU7DsypEPXDkDVn2hSIytJhw4kWGaLCxgHh2gt/RBuLzNhz5caWPjnSqqw4EraFfwznf8qklWjwy4IRTerkiQoPGtPl40OehcEJvcfXl8LglLfBJLkDcMgbgHlHhK8AAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  position: absolute;
  right: 5px;
  top: 5px;
  height: 10px;
  width: 10px; }

.ngUnPinnedIcon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTAw9HKhAAAAlElEQVQoU33PPQrCQBRF4fFnI2KfZVi5ARvdgo1l6mwmkCJVOgluwd5OwUoDtnoOxAei8cLXTN7cvEl/skCNDCMPfsUPO5zQwOHIDEvYtMURHe6wOVLgigvOePRyeDkyR4ln7wZ//7XfFBu8B23+aDJjrHGAwza7hjtHJvDmHg7b7Bru7AMjK7Rw2ObBVHDY5oGk9AKQNB2zy8MBTgAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  position: absolute;
  height: 10px;
  width: 10px;
  right: 5px;
  top: 5px; }

.ngColMenu {
  right: 2px;
  padding: 5px;
  top: 25px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #bdd0cb;
  position: absolute;
  border: 2px solid #d4d4d4;
  z-index: 1; }

.ngColListCheckbox {
  position: relative;
  right: 3px;
  top: 4px; }

.ngColList {
  list-style-type: none;
  margin-top: 2px;
  margin-left: 8px; }

.ngColListItem {
  white-space: nowrap; }

.ngMenuText {
  position: relative;
  top: 2px;
  left: 2px; }

.ngGroupPanel {
  background-color: #eaeaea;
  overflow: hidden;
  border-bottom: 1px solid #d4d4d4; }

.ngGroupPanelDescription {
  margin-top: 5px;
  margin-left: 5px; }

.ngGroupList {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.ngAggHeader {
  position: absolute;
  border: 0; }

.ngGroupElement {
  float: left;
  height: 100%;
  width: 100%; }

.ngGroupIcon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAEFJREFUKFNjoAhISkr+h2J5JDZODNXGwGBsbPwfhIGAA8bGh6HaGBiAGhxAGJmND4M1gQCSM0adCsVQbcPcqQwMALWDGyDvWPefAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  position: absolute;
  right: -2px;
  top: 2px; }

.ngGroupedByIcon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAElJREFUKFNjoAhISkr+R8LyaHwMDNXGwGBsbPwfhoGAA5mPDUO1oWpE52PDYE0gALTFAYbR+dgwWBMIoPlh1I9ADNU2NPzIwAAAFQYI9E4OLvEAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  position: absolute;
  right: -2px;
  top: 2px; }

.ngGroupName {
  background-color: #fdfdfd;
  border: 1px solid #d4d4d4;
  padding: 3px 10px;
  float: left;
  margin-left: 0;
  margin-top: 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold; }

.ngGroupArrow {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid black;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  float: right; }

.ngGroupingNumber {
  position: absolute;
  right: -10px;
  top: -2px; }

.ngAggArrowCollapsed {
  position: absolute;
  left: 8px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #000; }

.ngGroupItem {
  float: left; }

.ngGroupItem:first-child {
  margin-left: 2px; }

.ngRemoveGroup {
  width: 5px;
  -moz-opacity: .4;
  opacity: .4;
  margin-top: -1px;
  margin-left: 5px; }

.ngRemoveGroup:hover {
  color: black;
  text-decoration: none;
  cursor: pointer;
  -moz-opacity: .7;
  opacity: .7; }

.ngAggArrowExpanded {
  position: absolute;
  left: 8px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 9px 9px;
  border-color: transparent transparent #000 transparent; }

.ngAggregate {
  position: absolute;
  background-color: #c9dde1;
  border-bottom: 1px solid beige;
  overflow: hidden;
  top: 0;
  bottom: 0;
  right: -1px;
  left: 0; }

.ngAggregateText {
  position: absolute;
  left: 27px;
  top: 5px;
  line-height: 20px;
  white-space: nowrap; }

.ngRow {
  position: absolute;
  border-bottom: 1px solid #d4d4d4; }

.ngRow.odd {
  background-color: #fdfdfd; }

.ngRow.even {
  background-color: #f3f3f3; }

.ngRow.selected {
  background-color: #c9dde1; }

.ngCell {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: inherit; }

.ngCell.pinned {
  z-index: 1; }

.ngCellText {
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden; }

.ngSelectionCell {
  margin-top: 9px;
  margin-left: 6px; }

.ngSelectionHeader {
  position: absolute;
  top: 11px;
  left: 6px; }

.ngCellElement:focus {
  outline: 0;
  background-color: #b3c4c7; }

.ngRow.canSelect {
  cursor: pointer; }

.ngSelectionCheckbox {
  margin-top: 9px;
  margin-left: 6px; }

.ngFooterPanel {
  background-color: #eaeaea;
  padding: 0;
  border-top: 1px solid #d4d4d4;
  position: relative; }

.nglabel {
  display: block;
  float: left;
  font-weight: bold;
  padding-right: 5px; }

.ngTotalSelectContainer {
  float: left;
  margin: 5px;
  margin-top: 7px; }

.ngFooterSelectedItems {
  padding: 2px; }

.ngFooterTotalItems.ngnoMultiSelect {
  padding: 0 !important; }

.ngGridMaxPagesNumber {
  vertical-align: middle; }

.ngPagerFirstBar {
  width: 10px;
  border-left: 2px solid #4d4d4d;
  margin-top: -6px;
  height: 12px;
  margin-left: -3px; }

.ngPagerButton {
  height: 25px;
  min-width: 26px; }

.ngPagerFirstTriangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8.7px 5px 0;
  border-color: transparent #4d4d4d transparent transparent;
  margin-left: 2px; }

.ngPagerNextTriangle {
  margin-left: 1px; }

.ngPagerPrevTriangle {
  margin-left: 0; }

.ngPagerLastTriangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #4d4d4d;
  margin-left: -1px; }

.ngPagerLastBar {
  width: 10px;
  border-left: 2px solid #4d4d4d;
  margin-top: -6px;
  height: 12px;
  margin-left: 1px; }

.ngFooterTotalItems {
  padding: 2px; }

.themeImage {
  position: relative;
  width: 100%;
  /* for IE 6 */
  margin-bottom: 10px;
  overflow: hidden; }

@media screen and (max-width: 1024px) {
  /* for banners with fixed width */
  .themeImage {
    float: left;
    margin-right: 10px; } }
.themeHover {
  -moz-box-shadow: 0 0 10px #0A6DAF;
  -webkit-box-shadow: 0 0 10px #0A6DAF;
  box-shadow: 0 0 10px #0A6DAF; }

.themeImage img {
  max-height: 100%;
  height: auto;
  min-width: 100%;
  max-width: none;
  width: auto\9;
  /* ie8 */ }

.right {
  float: right; }

.left {
  float: left; }

.center {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto; }

.themeCaption {
  position: absolute;
  left: 0;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  opacity: 0.85;
  filter: alpha(opacity=85);
  /* For IE8 and earlier */
  overflow: hidden;
  letter-spacing: -1px; }

@media screen and (max-width: 570px) {
  .themeImage img {
    width: 100% !important; }

  .themeImage .themeCaption {
    bottom: 10px !important; } }
.banner {
  position: relative;
  width: 100%;
  margin-bottom: 20px; }

.banner a {
  text-decoration: none; }

.banner h2 {
  margin: 0px; }

.banner span::after {
  position: absolute;
  right: 15px;
  top: 50%;
  content: " ";
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  border-color: inherit;
  opacity: 0.7;
  height: 10px;
  width: 10px;
  display: block;
  transform: rotate(45deg) translateY(-50%) translateY(-2px);
  transition: opacity 0.1s ease-out 0s; }

.banner img {
  width: 100%; }

/* NVE calendar CSS - dael */
/* MAIN WRAPPERS */
.NVEcal {
  width: 100%;
  margin-bottom: 20px; }

.NVEcal_event {
  margin-bottom: 15px; }

.NVEcal_event em {
  font-style: normal; }

/* INTRO */
.NVEcal_intro {
  padding: 5px;
  background-color: #ECEEF0;
  border-radius: 4px;
  color: #4D6170; }

.NVEcal_intro .date {
  /* the box containg the date */
  padding: 8px; }

.NVEcal_intro .title {
  overflow: hidden;
  min-height: 60px;
  word-wrap: break-word; }

.NVEcal_intro .title h2 {
  margin: 0;
  margin-top: 8px;
  font-size: 1.2em;
  line-height: 1.4;
  word-wrap: break-word; }

.NVEcal_intro .details {
  width: 100%;
  cursor: default; }

.NVEcal_intro .details em {
  display: block;
  float: rigth;
  margin: 2px;
  margin-left: 18px; }

.NVEcal_intro .details em i {
  margin: 0 5px 0 -15px;
  text-align: center; }

/* accordion here */
.NVEcal_content {
  border: 1px solid transparent; }

.NVEcal_content p:first-of-type {
  margin-top: 10; }

.NVEcal_content img {
  width: 100px;
  float: left; }

.NVEcal_content img {
  height: 200px;
  width: auto; }

.press_wrapper {
  display: block;
  float: left;
  width: 100%; }

.img_press {
  width: 200px;
  margin-right: 15px;
  float: left; }

.img_press:last-of-type {
  margin-right: 0px; }

.img_press_image {
  position: relative; }

.img_press_image img {
  position: relative;
  width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */ }

.img_press_image_btn, .img_press_image_btn:hover, .img_press_image_btn:visited {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #0A69A9;
  border-radius: 2px;
  font-size: 20px;
  color: #FFF;
  text-align: center;
  line-height: 35px;
  position: absolute;
  right: 0;
  bottom: 0; }

.img_press_text {
  text-align: center; }

.img_press_Dep {
  font-size: 10px;
  line-height: 10px;
  vertical-align: super; }

.rssFeed_Container {
  position: relative;
  clear: both; }

.rssFeed_Icon {
  position: absolute;
  right: 5px;
  top: 5px;
  line-height: 0;
  width: 16px;
  height: 16px; }

.rssFeed_Credit {
  font-size: 8px;
  text-align: left;
  padding-bottom: 20px;
  padding-left: 5px; }

.rss_container {
  width: 100%;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  border: 0 solid #CCC;
  margin-bottom: 20px; }

.rss_title {
  background-color: #ECEEF0;
  border-radius: 4px;
  padding: 5px;
  margin-bottom: 10px; }

.rss_title h3 {
  padding: 0;
  margin: 0; }

.rss_title a:link {
  color: #4D6170;
  text-decoration: none;
  font-weight: bold; }

.rss_item {
  margin: 0 0 7px;
  padding: 0 0 7px;
  border-bottom: 1px dashed #CCC;
  clear: both; }

.rss_item_title {
  margin: 1px 0 1px 3px;
  padding: 1px 2px 5px 3px;
  color: #428BCA;
  font-weight: bold;
  overflow: hidden; }

.rss_item_title a:link {
  text-decoration: none; }

.rss_item_date {
  float: right;
  margin: 0 0 0 3px;
  padding: 0 2px 5px 3px;
  color: #666;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.rss_item_description {
  overflow: hidden;
  margin: 0 0 0 3px;
  padding: 0 2px 0 3px;
  color: #666;
  line-height: 135%;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  clear: both; }

.rss_item_thumbnail {
  width: 110px;
  height: 100px;
  float: left;
  margin: 5px;
  overflow: hidden; }

.flickr {
  width: 100%;
  /* define how much padding you want in between your images */
  padding: 10px; }

.photo {
  display: none;
  float: left;
  position: relative;
  margin-bottom: 15px; }

.photo img {
  /* ensures padding at the bottom of the image is correct */
  vertical-align: bottom; }

.photo_info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  color: #ffffff;
  background: #000000;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.photo_info p {
  margin: 5px; }

/** 	Owl Carousel Owl Demo Theme *	v1.3.3*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: .5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: .5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(http://www.ajaxload.info/cache/FF/FF/FF/00/00/00/1-0.gif) no-repeat center center; }

/*  * 	Core Owl Carousel CSS File *	v1.3.3 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon.grabbing {     cursor:url(grabbing.png) 8 8, move;} */
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.iframe_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%; }

.iframe_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media print {
  .global-head, .helper-menu, .global-footer, .global-sidebar, .promo-box-link, .btn--promo, .promo-box, .step-overview-container, .konsesjonssak-actions {
    display: none; }

  .page-container {
    padding-left: 0; } }
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.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 #eeeeee;
  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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -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: white; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

