@charset "UTF-8";
/*
 @@@@@@   @@@@@@@  @@@ @@@  @@@       @@@@@@@@  
@@@@@@@   @@@@@@@  @@@ @@@  @@@       @@@@@@@@  
!@@         @@!    @@! !@@  @@!       @@!       
!@!         !@!    !@! @!!  !@!       !@!       
!!@@!!      @!!     !@!@!   @!!       @!!!:!    
 !!@!!!     !!!      @!!!   !!!       !!!!!:    
     !:!    !!:      !!:    !!:       !!:       
    !:!     :!:      :!:     :!:      :!:       
:::: ::      ::       ::     :: ::::   :: ::::  
:: : :       :        :     : :: : :  : :: :: 
 */
/* Overrides Bootstrap variables*/
/*
* Layout
*/
/*
* Color
*/
@import url(//fonts.googleapis.com/css?family=Bitter:400,700,400italic|Asap:400,700,700italic,400italic);
.cat-bg-1, article span.cat-1 {
  background-color: #CC072A;
}

.cat-bg-2, article span.cat-2 {
  background-color: #00833E;
}

.cat-bg-3, article span.cat-3 {
  background-color: #ed00ca;
}

.cat-bg-4, article span.cat-4 {
  background-color: #F2B920;
}

.cat-bg-5, article span.cat-5 {
  background-color: #0080D4;
}

section.cat-1 {
  background-color: #fed4dc;
}

section.cat-2 {
  background-color: #b6ffd9;
}

section.cat-3 {
  background-color: #ffdefa;
}

section.cat-4 {
  background-color: #fae6b1;
}

section.cat-5 {
  background-color: #d4eeff;
}

/*
* Typo
*/
@font-face {
  font-family: FontAwesome;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/fonts/fontawesome-webfont.eot?#iefix) format("eot"), url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/fonts/fontawesome-webfont.woff) format("woff"), url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/fonts/fontawesome-webfont.ttf) format("truetype"), url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/fonts/fontawesome-webfont.svg#FontAwesome) format("svg");
  font-weight: 400;
  font-style: normal;
}
/* Bootstrap */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

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: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("bootstrap/glyphicons-halflings-regular.eot");
  src: url("bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*: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.42857;
  color: #4d4d4d;
  background-color: #fff;
}

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;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

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.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-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 #E9E9E9;
}

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 680px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

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

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

a.text-primary:hover {
  color: #3071a9;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #428bca;
}

a.bg-primary:hover {
  background-color: #3071a9;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #E9E9E9;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 680px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #E9E9E9;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #E9E9E9;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #4d4d4d;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 18px;
  padding-right: 18px;
  /* @media (min-width: $screen-lg-min) {
    width: $container-lg;
  } */
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 680px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 680px) {
  .container {
    width: 1016px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 18px;
  padding-right: 18px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -18px;
  margin-right: -18px;
}
.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, .mini-list, article.mini, article.small, article.opinion, .article-list, .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, .top-article, .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, .da-hori, .col-sm-12, article.large, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
}

.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, .col-xs-12, .da-hori {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12, .da-hori {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 680px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .mini-list, article.mini, article.small, article.opinion, .article-list, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .top-article, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, article.large {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4, .mini-list, article.mini, article.small, article.opinion, .article-list {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8, .top-article {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12, article.large {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 680px) {
  .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, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1100px) {
  .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, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media screen and (max-width: 679px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #4d4d4d;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #808080;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #808080;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #E9E9E9;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="date"] {
  line-height: 34px;
  line-height: 1.42857 \0;
}
input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
.input-group-sm > input[type="date"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="date"].btn {
  line-height: 30px;
}
input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
.input-group-lg > input[type="date"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="date"].btn {
  line-height: 46px;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #8d8d8d;
}

@media (min-width: 680px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group, .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .navbar-form .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -18px;
  margin-right: -18px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
}
@media (min-width: 680px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 18px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover.dropdown-toggle, .btn-default:focus.dropdown-toggle, .btn-default:active.dropdown-toggle, .btn-default.active.dropdown-toggle, .open .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active.dropdown-toggle, .btn-default.active.dropdown-toggle, .open .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover.dropdown-toggle, .btn-primary:focus.dropdown-toggle, .btn-primary:active.dropdown-toggle, .btn-primary.active.dropdown-toggle, .open .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active.dropdown-toggle, .btn-primary.active.dropdown-toggle, .open .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover.dropdown-toggle, .btn-success:focus.dropdown-toggle, .btn-success:active.dropdown-toggle, .btn-success.active.dropdown-toggle, .open .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active.dropdown-toggle, .btn-success.active.dropdown-toggle, .open .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover.dropdown-toggle, .btn-info:focus.dropdown-toggle, .btn-info:active.dropdown-toggle, .btn-info.active.dropdown-toggle, .open .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active.dropdown-toggle, .btn-info.active.dropdown-toggle, .open .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover.dropdown-toggle, .btn-warning:focus.dropdown-toggle, .btn-warning:active.dropdown-toggle, .btn-warning.active.dropdown-toggle, .open .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active.dropdown-toggle, .btn-warning.active.dropdown-toggle, .open .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover.dropdown-toggle, .btn-danger:focus.dropdown-toggle, .btn-danger:active.dropdown-toggle, .btn-danger.active.dropdown-toggle, .open .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active.dropdown-toggle, .btn-danger.active.dropdown-toggle, .open .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #4d4d4d;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #404040;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 680px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #808080;
  text-align: center;
  background-color: #E9E9E9;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #E9E9E9;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #E9E9E9;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #E9E9E9 #E9E9E9 #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #808080;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 680px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 680px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 680px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 680px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 18px;
  padding-left: 18px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 680px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -18px;
  margin-left: -18px;
}
@media (min-width: 680px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 680px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 680px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 18px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 680px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -18px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 18px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 680px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -18px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 679px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 680px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -18px;
  }
}

@media (min-width: 680px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -18px;
  margin-right: -18px;
  padding: 10px 18px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 679px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 680px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -18px;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 680px) {
  .navbar-text {
    float: left;
    margin-left: 18px;
    margin-right: 18px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 679px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 679px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #999999;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #E9E9E9;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #E9E9E9;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #999999;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: gray;
}

.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #E9E9E9;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d0d0d0;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 680px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #4d4d4d;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #999999;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #E9E9E9;
  color: #999999;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #999999;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #4d4d4d;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media (min-width: 680px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 680px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.05);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.05);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.05);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.05);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
.carousel-caption p {
  line-height: 20px;
  margin-top: 10px;
}

@media screen and (min-width: 680px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix: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;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 679px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 679px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 679px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 679px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 680px) and (max-width: 679px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 680px) and (max-width: 679px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 680px) and (max-width: 679px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 680px) and (max-width: 679px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 680px) and (max-width: 1099px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 680px) and (max-width: 1099px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 680px) and (max-width: 1099px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 680px) and (max-width: 1099px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1100px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1100px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1100px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1100px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 679px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 680px) and (max-width: 679px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 680px) and (max-width: 1099px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1100px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/** Globals */
/*
 @@@@@@@   @@@@@@@@   @@@@@@   @@@@@@@    @@@@@@   @@@  @@@   @@@@@@   @@@  @@@  @@@  @@@@@@@@  
 @@@@@@@@  @@@@@@@@  @@@@@@@   @@@@@@@@  @@@@@@@@  @@@@ @@@  @@@@@@@   @@@  @@@  @@@  @@@@@@@@  
 @@!  @@@  @@!       !@@       @@!  @@@  @@!  @@@  @@!@!@@@  !@@       @@!  @@!  @@@  @@!       
 !@!  @!@  !@!       !@!       !@!  @!@  !@!  @!@  !@!!@!@!  !@!       !@!  !@!  @!@  !@!       
 @!@!!@!   @!!!:!    !!@@!!    @!@@!@!   @!@  !@!  @!@ !!@!  !!@@!!    !!@  @!@  !@!  @!!!:!    
 !!@!@!    !!!!!:     !!@!!!   !!@!!!    !@!  !!!  !@!  !!!   !!@!!!   !!!  !@!  !!!  !!!!!:    
 !!: :!!   !!:            !:!  !!:       !!:  !!!  !!:  !!!       !:!  !!:  :!:  !!:  !!:       
 :!:  !:!  :!:           !:!   :!:       :!:  !:!  :!:  !:!      !:!   :!:   ::!!:!   :!:       
 ::   :::   :: ::::  :::: ::    ::       ::::: ::   ::   ::  :::: ::    ::    ::::     :: ::::  
  :   : :  : :: ::   :: : :     :         : :  :   ::    :   :: : :    :       :      : :: ::  
 */
body:after {
  opacity: 0;
  position: fixed;
}

@media (max-width: 479px) {
  body:after {
    content: 'xxs';
    /* represent the current width-bracket */
  }
}
@media (min-width: 480px) {
  body:after {
    content: 'xs';
    /* represent the current width-bracket */
  }
}
@media (min-width: 680px) and (max-width: 679px) {
  body:after {
    content: 'sm';
    /* represent the current width-bracket */
  }
}
@media (min-width: 680px), (max-device-width: 680px) and (min-device-width: 680px) and (orientation: landscape) {
  body:after {
    content: 'md';
    /* represent the current width-bracket */
  }
}
@media (min-width: 1100px) {
  body:after {
    content: 'lg';
    /* represent the current width-bracket */
  }
}
/*	
@@@@@@@@@@   @@@  @@@  @@@  @@@  @@@  @@@   @@@@@@   
@@@@@@@@@@@  @@@  @@@  @@@  @@@  @@@@ @@@  @@@@@@@   
@@! @@! @@!  @@!  @@!  !@@  @@!  @@!@!@@@  !@@       
!@! !@! !@!  !@!  !@!  @!!  !@!  !@!!@!@!  !@!       
@!! !!@ @!@  !!@   !@@!@!   !!@  @!@ !!@!  !!@@!!    
!@!   ! !@!  !!!    @!!!    !!!  !@!  !!!   !!@!!!   
!!:     !!:  !!:   !: :!!   !!:  !!:  !!!       !:!  
:!:     :!:  :!:  :!:  !:!  :!:  :!:  !:!      !:!   
:::     ::    ::   ::  :::   ::   ::   ::  :::: ::   
 :      :    :     :   ::   :    ::    :   :: : : 
 */
/**
* Responsive
*
* - Set css property to change. Must be a property in which you can set only one value which has to be a number
* - Set smallest and largest property value and smallest/largest viewports (All values in px!)
* - Between thoose viewports smallest/largest property will scale
*/
/*
@@@@@@@   @@@@@@@   @@@  @@@@@@@@@@    @@@@@@   @@@@@@@   @@@ @@@  
@@@@@@@@  @@@@@@@@  @@@  @@@@@@@@@@@  @@@@@@@@  @@@@@@@@  @@@ @@@  
@@!  @@@  @@!  @@@  @@!  @@! @@! @@!  @@!  @@@  @@!  @@@  @@! !@@  
!@!  @!@  !@!  @!@  !@!  !@! !@! !@!  !@!  @!@  !@!  @!@  !@! @!!  
@!@@!@!   @!@!!@!   !!@  @!! !!@ @!@  @!@!@!@!  @!@!!@!    !@!@!   
!!@!!!    !!@!@!    !!!  !@!   ! !@!  !!!@!!!!  !!@!@!      @!!!   
!!:       !!: :!!   !!:  !!:     !!:  !!:  !!!  !!: :!!     !!:    
:!:       :!:  !:!  :!:  :!:     :!:  :!:  !:!  :!:  !:!    :!:    
 ::       ::   :::   ::  :::     ::   ::   :::  ::   :::     ::    
 :         :   : :  :     :      :     :   : :   :   : :     : 
 */
.clearfix {
  display: table;
  content: "";
  clear: both;
}

html, body {
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
  letter-spacing: 0.4px;
  color: #1a1a1a;
}

html.noscroll {
  overflow: hidden;
}

#wrapper {
  overflow: hidden;
}
@media (min-width: 680px) {
  #wrapper {
    min-width: 1010px;
  }
}

img {
  height: auto;
  width: 100%;
  -webkit-transition: opacity 0.3s ease-out;
  /* Chrome 1-25, Safari 5.2+ */
  -moz-transition: opacity 0.3s ease-out;
  /* Firefox 4-15 */
  -o-transition: opacity 0.3s ease-out;
  /* Opera 10.50–12.00 */
  transition: opacity 0.3s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

article .content img {
  width: auto;
  max-width: 100%;
}

article a:hover h1, article a:hover h2, article a:hover h3, article a:hover h4, article a:hover h5, article a:hover h6, article a:hover p {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: .5px;
  margin-bottom: 36px;
  font-weight: bold;
  font-family: "PT Serif", serif;
}

p {
  font-weight: 300;
}

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

#wrap-top {
  background-color: #00284F;
  color: white;
  padding-top: 26px;
}

#superboard + #wrapper {
  margin-top: 0;
}

.fb {
  color: #387de3;
}

.tw {
  color: #009ED8;
}

.inst {
  color: #DED5C5;
}

.gplus, .ytube {
  color: #c1272d;
}

.vim {
  color: #5BC8FF;
}

.rss {
  color: #FFA33F;
}

.logo {
  width: 200px;
  margin-top: 20px;
  background: #00284F;
  border: 10px solid #00284F;
}

.no-svg .logo {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.no-svg .logo.dagsavisen {
  background-image: url("/img/dagsavisen/temp/dagsavisen-logo.png");
}
.no-svg .logo.mossdagblad {
  background-image: url("/img/dagsavisen/temp/mossdagblad-logo.png");
}
.no-svg .logo.fremtiden {
  background-image: url("/img/dagsavisen/temp/fremtiden-logo.png");
}

.section {
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  background: #E9E9E9;
  z-index: 0;
  display: inline-block;
  width: 100%;
}
.section .is-large .teaser__author {
  text-align: left;
  font-size: 16px;
}
.section .is-large h1 {
  margin-bottom: 5px;
  text-align: left;
}
.section .is-large h2 {
  text-align: left;
  font-family: "PT Serif", serif;
}

/**
 * Overrides
 */
article h1, article h2, article h3, article h4, article h5, article h6, .article-list h1, .article-list h2, .article-list h3, .article-list h4, .article-list h5, .article-list h6 {
  word-wrap: break-word;
}

article .main-col img {
  display: block;
  margin: 0 auto;
  padding: 10px 0;
}
@media (min-width: 480px) {
  article .main-col img.align-left {
    padding-right: 20px;
    float: left;
  }
  article .main-col img.align-right {
    padding-left: 20px;
    float: right;
  }
  article .main-col img.align-center {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
article .main-col h3, article .main-col h4, article .main-col h5, article .main-col h6 {
  margin-bottom: 10px;
}

.mini-list {
  padding: 0;
}
.mini-list article.mini {
  width: 100%;
  margin-bottom: 10px;
}
.mini-list article.mini:after {
  content: "";
  width: 100%;
  float: left;
  border-bottom: 1px solid #999999;
  margin-top: 10px;
}
.mini-list article.mini:last-child {
  border: none;
}
.mini-list article.mini:last-child:after {
  border: none;
}

#wrap-top .mini-list article.mini:after {
  border-color: #005288;
}

article {
  position: relative;
  margin-bottom: 36px;
  display: inline-block;
}
article .content {
  margin-top: 20px;
}
article.opinion .content span[class*='cat-'] {
  display: none;
}
article.opinion img {
  margin-bottom: 0;
}
article.opinion img + .content span[class*='cat-'] {
  display: block;
  position: absolute;
  top: 8px;
  left: 28px;
}
article.opinion .content {
  margin-top: 0;
  padding: 5px 20px 15px;
  background: #CC072A;
  display: inline-block;
  min-height: 110px;
  width: 100%;
}
article.opinion .content small {
  display: inline-block;
  color: #F2B920;
  font-size: 11px;
  vertical-align: bottom;
  position: relative;
  font-weight: bold;
  bottom: -3px;
  font-size: 14px;
  margin: 3px 0 3px;
}
article.opinion .content cite {
  display: block;
  margin-top: 7px;
  font-size: 1.05em;
  color: white;
  float: left;
  font-family: "PT Serif", serif;
  width: 100%;
}
article.opinion .content cite:before, article.opinion .content cite:after {
  content: '\201C';
}
article.mini img {
  float: left;
  width: 40%;
  margin-bottom: 0;
  padding-right: 10px;
}
article.mini h1, article.mini h2, article.mini h3, article.mini h4, article.mini h5, article.mini h6 {
  margin: 0;
  font-size: 1em;
  font-weight: normal;
  float: left;
  width: 60%;
}
article.small {
  font-size: 1em;
}
article.small h1, article.small h2, article.small h3, article.small h4, article.small h5, article.small h6 {
  margin-top: 0;
  margin-bottom: 0;
}
article.small img + h1 {
  margin-top: 0;
  margin-bottom: 20px;
}
article.small img + h1 + .content span[class*='cat-'] {
  position: absolute;
  top: 8px;
  left: 28px;
}
article.small h1 {
  margin-bottom: 20px;
  font-size: 1.6em;
}
@media screen and (min-width: 680px) {
  article.small h1 {
    font-size: 1.9em;
  }
}
article.large h1 {
  font-size: 1.5em;
  margin-bottom: 18px;
  font-weight: bold;
  margin-top: 10px;
}
@media (min-width: 680px) {
  article.large h1 {
    font-size: 3em;
  }
}
article.large h2 {
  font-size: 1.15em;
  font-weight: 300;
}
@media (min-width: 680px) {
  article.large h2 {
    font-size: 1.6em;
  }
}
article img {
  margin-bottom: 20px;
}
article header h1, article header h2, article header h3, article header h4, article header h5, article header h6 {
  margin-top: 0;
}
article a {
  color: black;
}
article a:hover, article a.active, article a:visited {
  color: inherit;
}
article span[class*='cat-'] {
  float: left;
  font-size: 0.85em;
  padding: 0 3px;
  color: white;
  display: static;
  margin-right: 10px;
}

.top-article {
  margin-bottom: 0;
}
.top-article article.large {
  padding: 0;
}
.top-article article.large span {
  position: absolute;
  top: 8px;
  left: 8px;
}
.top-article article.large p {
  font-size: 0.9em;
  color: #c7e3ff;
}
@media screen and (min-width: 680px) {
  .top-article article.large p {
    font-size: 1.13em;
  }
}

.article-page #top-bg {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-color: #00284F;
  max-height: 90px;
}
@media screen and (min-width: 480px) {
  .article-page #top-bg {
    max-height: 190px;
  }
}
@media screen and (min-width: 680px) {
  .article-page #top-bg {
    max-height: 220px;
  }
}
@media screen and (min-width: 680px) {
  .article-page #top-bg {
    max-height: 276px;
  }
}
@media screen and (min-width: 1100px) {
  .article-page #top-bg {
    max-height: 276px;
  }
}
.article-page .large a {
  color: #0080D4;
}
.article-page .large .slideshow .carousel-inner {
  position: relative;
  padding-bottom: 56.3265306%;
  height: 0;
}
.article-page .large .slideshow .carousel-inner > .item {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
}
.article-page .large .slideshow .carousel-inner > .item > img, .article-page .large .slideshow .carousel-inner > .item > a > img {
  margin: 0;
  height: auto;
  max-height: 100%;
  width: auto;
  margin: 0 auto;
}
.article-page .large .slideshow .carousel-caption {
  padding-bottom: 0;
  width: 100%;
  padding: 10px 20px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 40px;
  line-height: 55px;
}
.article-page .large .slideshow .carousel-caption p {
  margin: 0;
  width: 100%;
  padding: 0;
  bottom: 0;
  font-size: 0.8em;
}
@media screen and (min-width: 680px) {
  .article-page .large .slideshow .carousel-caption p {
    font-size: 1em;
  }
}
.article-page .large .slideshow .carousel-control {
  top: 50%;
  margin-top: -75px;
}
@media (min-width: 680px) {
  .article-page .large .slideshow .carousel-control {
    margin-top: -100px;
  }
}
.article-page .large .slideshow .carousel-control.left, .article-page .large .slideshow .carousel-control.right {
  color: white;
  opacity: .7;
}
.article-page .large .slideshow .carousel-control.left i, .article-page .large .slideshow .carousel-control.right i {
  font-size: 50px;
}
@media (min-width: 680px) {
  .article-page .large .slideshow .carousel-control.left i, .article-page .large .slideshow .carousel-control.right i {
    font-size: 100px;
  }
}
@media (min-width: 680px) {
  .article-page .large .slideshow .carousel-control.right {
    margin-right: 10px;
  }
}
.article-page .large .content {
  margin-bottom: 36px;
}
@media (min-width: 680px) {
  .article-page .large .content p {
    width: 60%;
  }
}
.article-page .large .share, .article-page .large .tags, .article-page .large #comments {
  margin-bottom: 36px;
  color: #808080;
}
.article-page .large .share:after, .article-page .large .tags:after, .article-page .large #comments:after {
  content: "";
  display: table;
  clear: both;
}
.article-page .large .share .fb, .article-page .large .share .tw, .article-page .large .share .gplus, .article-page .large .tags .fb, .article-page .large .tags .tw, .article-page .large .tags .gplus, .article-page .large #comments .fb, .article-page .large #comments .tw, .article-page .large #comments .gplus {
  height: 64px;
  width: 64px;
  float: left;
  margin-right: 15px;
  text-align: center;
}
.article-page .large .share .fb i, .article-page .large .share .tw i, .article-page .large .share .gplus i, .article-page .large .tags .fb i, .article-page .large .tags .tw i, .article-page .large .tags .gplus i, .article-page .large #comments .fb i, .article-page .large #comments .tw i, .article-page .large #comments .gplus i {
  font-size: 3em;
  line-height: 64px;
}
.article-page .large .share .fb, .article-page .large .tags .fb, .article-page .large #comments .fb {
  background-color: #387de3;
  color: white;
}
.article-page .large .share .tw, .article-page .large .tags .tw, .article-page .large #comments .tw {
  background-color: #009ED8;
  color: white;
}
.article-page .large .share .gplus, .article-page .large .tags .gplus, .article-page .large #comments .gplus {
  background-color: #c1272d;
  color: white;
}
.article-page .large .share h4, .article-page .large .tags h4, .article-page .large #comments h4 {
  margin-bottom: 15px;
  font-size: 1.25em;
  font-family: "Open Sans", sans-serif;
}
.article-page .large .tags a {
  font-size: 1.1em;
  margin-right: 20px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}

.related {
  width: 100%;
  padding-left: 0;
  margin-left: 0;
}
@media (min-width: 480px) {
  .related article {
    float: left;
    margin-left: 0;
    width: 50%;
  }
}
.related article img {
  float: left;
  width: 40%;
  padding-right: 10px;
  margin-bottom: 0;
}
.related article h1, .related article h2, .related article h3, .related article h4, .related article h5, .related article h6 {
  float: left;
  margin: 0;
  font-size: 1em;
  font-weight: normal;
  width: 60%;
}
@media (min-width: 480px) {
  .related article h1, .related article h2, .related article h3, .related article h4, .related article h5, .related article h6 {
    padding-right: 10px;
  }
}
@media (min-width: 680px) {
  .related article h1, .related article h2, .related article h3, .related article h4, .related article h5, .related article h6 {
    padding-right: 36px;
  }
}

#wrap-top article a {
  color: white;
}
#wrap-top article a:hover, #wrap-top article a.active {
  color: inherit;
}
#wrap-top article a:visited {
  color: #999999;
}
#wrap-top .article-list h1, #wrap-top .article-list h2, #wrap-top .article-list h3, #wrap-top .article-list h4, #wrap-top .article-list h5, #wrap-top .article-list h6 {
  color: white;
  border-color: #0080D4;
}
#wrap-top .article-list ul li a {
  color: white;
}

.article-list {
  margin-bottom: 36px;
}
.article-list h1, .article-list h2, .article-list h3, .article-list h4, .article-list h5, .article-list h6 {
  color: #333333;
  padding-bottom: 10px;
  border-bottom: 1px solid #999999;
  font-size: 1.3em;
  margin: 0 0 10px;
  font-family: "Open Sans", sans-serif;
}
.article-list ul {
  list-style: none;
  padding: 0;
}
.article-list ul li {
  margin-bottom: 10px;
}
.article-list ul li:last-child {
  margin-bottom: 0;
}
.article-list ul li a {
  color: #333333;
  font-weight: bold;
  font-family: "PT Serif", serif;
  font-size: 1.05em;
}
.article-list ul li a time {
  color: #F2B920;
  margin-right: 8px;
  font-weight: 300;
}

/*.byline {
	border-bottom: 1px solid $gray-dark;
	border-top: 1px solid $gray-dark;
	margin-bottom: $grid-gutter-width;
	min-height: 66px;
	width: 100%;
	padding: 0;

	.person {
		padding: 0;
		width: 100%;
		min-height: 60px;

		@media(min-width: $screen-md) {
			min-height: 32px;
		}
		
		.name {
			display: block;
			font-size: 0.85em;
			line-height: 27px;
			margin-left: 94px;
			@media screen and (min-width: $screen-xs) {
				font-size: 1em;
			}

			a {
				padding-top: 10px;
				font-size: 1.2em;
				font-weight: 300;
				font-family: $font-headline;
				color: $blue;
				@media(min-width: $screen-md) {
					padding-top: 0;
				}
			}
		}
	}	// .person

	img {
		float: left;
		height: auto;
		margin: 0 10px 0 0;
		max-width: 84px;
		max-height: 60px;
		@media(min-width: $screen-md) {
			max-height: 64px;
		}
	}

	.meta {
		background-color: #f0f0f0;
		line-height: 32px;
		height: 32px;
		margin: 0;
		width: 100%;

		& > * {
			float: right;
			margin: 0;
		}

		time, .comments, .shared {
			margin-right: 5px;
			font-size: 0.8em;
			color: $gray;

			@media(min-width: $screen-xs) {
				margin-right: 10px;
			}

			i {
				margin-right: 1px;
				font-size: 1.4em;
			}
		} // .time, .comments, .shared
		.comments {
			display: none;
			@media screen and (min-width: $screen-sm) {
				display: block;
			}
		}
	} // .meta

	.socialmedia {
		
		ul {
			list-style: none;
			padding: 0;
			margin: 0;

			li {
				float: left;
				
				a {
					margin-top: 5px;
					height: 22px;
					width: 22px;
					margin-right: 5px;
					text-align: center;
					padding: 0 5px;
					color: $gray;
					float: left;
					position: relative;

					i {
						font-size: 1em;
						margin: 4px 0 0 -6px;
						position: absolute;

						&.fa-facebook {
							margin-left: -3px;
						}
					}
				}
			} // li
		} // ul
	} // .socialmedia
} // .byline*/
.banner {
  background-color: #4d4d4d;
  color: white;
  margin-bottom: 36px;
  height: 50px;
  padding: 0 20px;
}
@media screen and (min-width: 680px) {
  .banner {
    height: 70px;
  }
}
.banner .container {
  position: relative;
}
.banner .container .editor, .banner .container body.journalist-page #journalist #journalist-info .follow-me, body.journalist-page #journalist #journalist-info .banner .container .follow-me {
  position: absolute;
  color: white;
  line-height: 50px;
  font-size: 0.7em;
  margin: 0 auto;
  display: block;
  display: none;
}
@media screen and (min-width: 680px) {
  .banner .container .editor, .banner .container body.journalist-page #journalist #journalist-info .follow-me, body.journalist-page #journalist #journalist-info .banner .container .follow-me {
    line-height: 70px;
    font-size: 0.9em;
    display: inline-block;
    left: 0;
  }
}
.banner .container img {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: auto;
  display: block;
}
@media screen and (min-width: 680px) {
  .banner .container img {
    height: 70px;
    padding-left: 10px;
  }
}
.banner .container .name {
  font-size: 1.2em;
  font-family: "PT Serif", serif;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
}
@media screen and (min-width: 680px) {
  .banner .container .name {
    line-height: 70px;
    font-size: 2em;
  }
}
@media screen and (min-width: 680px) {
  .banner .container .name {
    height: 70px;
    font-size: 2.6em;
  }
}
.banner .container a {
  position: absolute;
  line-height: 50px;
  color: white;
  right: 0;
  font-size: 0.7em;
  top: 0;
  display: none;
}
@media screen and (min-width: 680px) {
  .banner .container a {
    line-height: 70px;
    font-size: 0.9em;
    display: inline-block;
  }
}

body.category-page.cat-1 .banner {
  background-color: #CC072A;
}
body.category-page.cat-2 .banner {
  background-color: #00833E;
}
body.category-page.cat-3 .banner {
  background-color: #ed00ca;
}

body.journalist-page .banner {
  background-color: #4d4d4d;
}
body.journalist-page #main {
  background-color: white;
  padding-bottom: 20px;
  display: inline-block;
}
body.journalist-page #main .article {
  padding-bottom: 0;
}
body.journalist-page #main > * {
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.journalist-page #journalist {
  background-color: #00386a;
  display: inline-block;
  font-size: 0.75em;
  width: 100%;
  padding: 36px 0;
}
@media screen and (min-width: 680px) {
  body.journalist-page #journalist {
    font-size: 0.85em;
  }
}
@media screen and (min-width: 680px) {
  body.journalist-page #journalist {
    font-size: 0.9em;
  }
}
body.journalist-page #journalist #journalist-info {
  float: left;
}
@media screen and (min-width: 680px) {
  body.journalist-page #journalist #journalist-info {
    float: none;
  }
}
body.journalist-page #journalist #journalist-info .editor, body.journalist-page #journalist #journalist-info .follow-me {
  color: #F2B920;
  font-size: 1.3em;
  font-family: "PT Serif", serif;
}
body.journalist-page #journalist #journalist-info h1 {
  text-transform: uppercase;
  font-size: 2em;
  margin: 0 0 10px;
  color: white;
}
body.journalist-page #journalist #journalist-info p, body.journalist-page #journalist #journalist-info a, body.journalist-page #journalist #journalist-info .phone {
  color: white;
  font-size: 1em;
}
body.journalist-page #journalist #journalist-info a {
  color: #0080D4;
  margin-bottom: 5px;
  margin-right: 10px;
}
body.journalist-page #journalist #journalist-info .phone {
  display: inline-block;
  margin-bottom: 10px;
}
body.journalist-page #journalist #journalist-info .follow-me {
  float: left;
  line-height: 35px;
  height: 40px;
  padding-right: 10px;
  color: white;
  font-size: 1.1em;
}
body.journalist-page #journalist #journalist-info .socialmedia {
  display: inline-block;
}
body.journalist-page #journalist #journalist-info .socialmedia a.fa {
  display: inline-block;
  border-radius: 5px;
  font-size: 2.5em;
  margin-right: 5px;
  color: gray;
}
body.journalist-page #journalist #journalist-info .socialmedia a.fa.fb {
  color: #387de3;
}
body.journalist-page #journalist #journalist-info .socialmedia a.fa.tw {
  color: #009ED8;
}
body.journalist-page #journalist #journalist-info .socialmedia a.fa.gplus {
  color: #c1272d;
}
body.journalist-page #journalist #journalist-info .socialmedia a.fa.inst {
  color: #DED5C5;
}
body.journalist-page #journalist #journalist-info .socialmedia a.fa.linkedin {
  color: #2097bd;
}
body.journalist-page #journalist #journalist-info .socialmedia a.fa.pint {
  color: #cb2028;
}
body.journalist-page #journalist #journalist-info .socialmedia a.fa.rss {
  color: #FFA33F;
}
body.journalist-page #journalist #journalist-info .socialmedia a.fa:hover {
  text-decoration: none;
}
body.journalist-page #journalist #journalist-photo {
  float: right;
}
@media screen and (max-width: 680px) {
  body.journalist-page #journalist #journalist-photo {
    width: 100%;
  }
}
body.journalist-page #journalist #journalist-photo img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}
body.journalist-page #all-articles {
  font-weight: bold;
  margin: 36px 0;
}
body.journalist-page #all-articles a {
  font-weight: normal;
  text-decoration: underline;
}
body.journalist-page #all-articles a.active {
  text-decoration: none;
  color: #1a1a1a;
}

.articles-by {
  color: #808080;
  font-family: "PT Serif", serif;
  font-size: 1em;
}

.teaser.pic-left h1, .teaser.pic-left h2, .teaser.pic-left h3, .teaser.pic-left h4, .teaser.pic-left h5, .teaser.pic-left h6,
.teaser.pic-right h1,
.teaser.pic-right h2,
.teaser.pic-right h3,
.teaser.pic-right h4,
.teaser.pic-right h5,
.teaser.pic-right h6,
.teaser.pic-big-left h1,
.teaser.pic-big-left h2,
.teaser.pic-big-left h3,
.teaser.pic-big-left h4,
.teaser.pic-big-left h5,
.teaser.pic-big-left h6,
.teaser.pic-big-right h1,
.teaser.pic-big-right h2,
.teaser.pic-big-right h3,
.teaser.pic-big-right h4,
.teaser.pic-big-right h5,
.teaser.pic-big-right h6 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  font-size: 1.9em;
}
@media screen and (min-width: 680px) {
  .teaser.pic-left h1, .teaser.pic-left h2, .teaser.pic-left h3, .teaser.pic-left h4, .teaser.pic-left h5, .teaser.pic-left h6,
  .teaser.pic-right h1,
  .teaser.pic-right h2,
  .teaser.pic-right h3,
  .teaser.pic-right h4,
  .teaser.pic-right h5,
  .teaser.pic-right h6,
  .teaser.pic-big-left h1,
  .teaser.pic-big-left h2,
  .teaser.pic-big-left h3,
  .teaser.pic-big-left h4,
  .teaser.pic-big-left h5,
  .teaser.pic-big-left h6,
  .teaser.pic-big-right h1,
  .teaser.pic-big-right h2,
  .teaser.pic-big-right h3,
  .teaser.pic-big-right h4,
  .teaser.pic-big-right h5,
  .teaser.pic-big-right h6 {
    font-size: 2.3em;
  }
}
.teaser.pic-left img,
.teaser.pic-right img,
.teaser.pic-big-left img,
.teaser.pic-big-right img {
  margin-bottom: 10px;
}
@media screen and (min-width: 680px) {
  .teaser.pic-left img,
  .teaser.pic-right img,
  .teaser.pic-big-left img,
  .teaser.pic-big-right img {
    margin-bottom: 20px;
  }
}
.teaser.pic-left .content,
.teaser.pic-right .content,
.teaser.pic-big-left .content,
.teaser.pic-big-right .content {
  margin-top: 15px;
}
@media screen and (min-width: 680px) {
  .teaser.pic-left .content,
  .teaser.pic-right .content,
  .teaser.pic-big-left .content,
  .teaser.pic-big-right .content {
    margin-top: 20px;
  }
}
.teaser.pic-left span[class*="cat-"],
.teaser.pic-right span[class*="cat-"],
.teaser.pic-big-left span[class*="cat-"],
.teaser.pic-big-right span[class*="cat-"] {
  position: static;
}

@media (min-width: 680px) {
  .pic-left img, .pic-right img {
    width: 40%;
  }
}
@media (min-width: 680px) {
  .pic-left h1, .pic-left h2, .pic-left h3, .pic-left h4, .pic-left h5, .pic-left h6, .pic-right h1, .pic-right h2, .pic-right h3, .pic-right h4, .pic-right h5, .pic-right h6 {
    width: 60%;
    float: left;
  }
}
@media (min-width: 680px) {
  .pic-left .content, .pic-right .content {
    width: 60%;
  }
}

@media (min-width: 680px) {
  .pic-left img, .pic-left header, .pic-left .content {
    float: left;
  }
}
@media (min-width: 680px) {
  .pic-left img {
    padding-right: 36px;
  }
}

@media (min-width: 680px) {
  .pic-right img, .pic-right header, .pic-right .content {
    float: right;
  }
}
@media (min-width: 680px) {
  .pic-right img {
    padding-left: 36px;
  }
}

@media (min-width: 680px) {
  .pic-big-left img, .pic-big-right img {
    width: 50%;
    margin-bottom: 0;
  }
}
@media (min-width: 680px) {
  .pic-big-left img, .pic-big-right img {
    width: 64%;
  }
}
@media (min-width: 680px) {
  .pic-big-left h1, .pic-big-left h2, .pic-big-left h3, .pic-big-left h4, .pic-big-left h5, .pic-big-left h6, .pic-big-right h1, .pic-big-right h2, .pic-big-right h3, .pic-big-right h4, .pic-big-right h5, .pic-big-right h6 {
    width: 50%;
    float: left;
    word-wrap: break-word;
  }
}
@media (min-width: 680px) {
  .pic-big-left h1, .pic-big-left h2, .pic-big-left h3, .pic-big-left h4, .pic-big-left h5, .pic-big-left h6, .pic-big-right h1, .pic-big-right h2, .pic-big-right h3, .pic-big-right h4, .pic-big-right h5, .pic-big-right h6 {
    width: 36%;
  }
}
@media (min-width: 680px) {
  .pic-big-left .content, .pic-big-right .content {
    width: 36%;
  }
}

.pic-big-left img, .pic-big-left header, .pic-big-left .content {
  float: left;
}
@media (min-width: 680px) {
  .pic-big-left img {
    padding-right: 36px;
  }
}

.pic-big-right img, .pic-big-right header, .pic-big-right .content {
  float: right;
}
@media (min-width: 680px) {
  .pic-big-right img {
    padding-left: 36px;
  }
}

.is-sticky .content_marketing_ribbon {
  position: fixed;
  top: 48px;
  left: 0;
  right: 0;
  margin-top: 0;
  z-index: 10000;
}
.is-sticky .content_marketing_ribbon.hide {
  display: none;
}
.is-sticky .content_marketing_ribbon__close {
  display: block;
}

.content_marketing_ribbon__close {
  height: 30px;
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.content_marketing_ribbon {
  background: #fffbe1;
  overflow: hidden;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 20px;
  position: relative;
  line-height: 30px;
  font-size: 15px;
  text-align: center;
  margin-top: -20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.content_marketing-article .main-col,
.content_marketing-article footer {
  float: none;
  max-width: 640px;
  margin: 0 auto;
  overflow: visible !important;
}

.content_marketing-article .content {
  margin-top: 0;
}

.content_marketing-article h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 20px;
}

.content_marketing-lead {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.3;
  position: relative;
}

.content_marketing-article footer {
  margin-top: 30px;
}

.content_marketing-article .sidebar {
  z-index: 1;
}

.content_marketing-article h1, .content_marketing-article h2, .content_marketing-article h3, .content_marketing-article h4, .content_marketing-article h5, .content_marketing-article h6 {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700 !important;
}

.byline .meta .content_marketing_info {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  background: #F0F0F0;
  width: 100%;
  display: block;
  float: left;
  line-height: 1.5;
  padding-bottom: 5px;
  border-top: 1px solid #d7d7d7;
  padding-top: 5px;
}
@media (min-width: 680px) {
  .byline .meta .content_marketing_info {
    width: auto;
    border-top: 0;
  }
}

/*
@@@  @@@  @@@@@@@@   @@@@@@   @@@@@@@   @@@@@@@@  @@@@@@@   
@@@  @@@  @@@@@@@@  @@@@@@@@  @@@@@@@@  @@@@@@@@  @@@@@@@@  
@@!  @@@  @@!       @@!  @@@  @@!  @@@  @@!       @@!  @@@  
!@!  @!@  !@!       !@!  @!@  !@!  @!@  !@!       !@!  @!@  
@!@!@!@!  @!!!:!    @!@!@!@!  @!@  !@!  @!!!:!    @!@!!@!   
!!!@!!!!  !!!!!:    !!!@!!!!  !@!  !!!  !!!!!:    !!@!@!    
!!:  !!!  !!:       !!:  !!!  !!:  !!!  !!:       !!: :!!   
:!:  !:!  :!:       :!:  !:!  :!:  !:!  :!:       :!:  !:!  
::   :::   :: ::::  ::   :::   :::: ::   :: ::::  ::   :::  
 :   : :  : :: ::    :   : :  :: :  :   : :: ::    :   : :
 */
header#main-header {
  height: 48px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #00284F;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
 /* LOGO BREDD


  - CITAT-karusellen
  - Etage*/
}
@media (min-width: 680px) {
  header#main-header {
    height: 124px;
  }
}
header#main-header #logo {
  width: 130px;
  left: 50%;
  margin-left: -65px;
  height: auto;
  top: 12px;
  position: absolute;
}
@media (min-width: 680px) {
  header#main-header #logo {
    width: 320px;
    margin-left: -160px;
    top: 30px;
  }
}
header#main-header #login-button, header#main-header #search-button {
  color: #b6e3ff;
  font-size: 1.6em;
  top: 5px;
  width: 30px;
  height: 30px;
  position: absolute;
  text-align: right;
  cursor: pointer;
}
header#main-header #login-button i, header#main-header #search-button i {
  font-size: 0.8em;
  color: white;
}
header#main-header #login-button span, header#main-header #search-button span {
  display: none;
  color: #006ab0;
}
@media (min-width: 680px) {
  header#main-header #login-button, header#main-header #search-button {
    top: 32px;
    width: 40px;
    height: 40px;
    font-size: 2.4em;
  }
}
@media (min-width: 680px) {
  header#main-header #login-button span, header#main-header #search-button span {
    display: inline-block;
    font-size: 11px;
    vertical-align: middle;
  }
}
header#main-header #login-button {
  right: 50px;
}
@media (min-width: 680px) {
  header#main-header #login-button {
    right: 70px;
  }
}
@media (min-width: 680px) {
  header#main-header #login-button {
    right: 100px;
    width: 160px;
  }
}
header#main-header #search-button {
  right: 15px;
}
@media (min-width: 680px) {
  header#main-header #search-button {
    width: 80px;
  }
}
header#main-header.sticky {
  position: fixed;
  height: 48px;
}
header#main-header.sticky #logo {
  width: 130px;
  left: 50%;
  margin-left: -65px;
  height: auto;
  top: 12px;
  position: absolute;
}
header#main-header.sticky #login-button, header#main-header.sticky #search-button {
  width: 30px;
  height: 30px;
}
@media (min-width: 680px) {
  header#main-header.sticky #login-button, header#main-header.sticky #search-button {
    top: -10px;
  }
}
@media (min-width: 680px) {
  header#main-header.sticky #login-button i, header#main-header.sticky #search-button i {
    font-size: 0.6em;
    top: -10px;
  }
}
header#main-header.sticky #login-button span, header#main-header.sticky #search-button span {
  display: none;
}
header#main-header.sticky #login-button {
  right: 50px;
}
header#main-header.sticky #search-button {
  right: 15px;
}

.page__header {
  display: block;
  position: relative;
  background: #00284F;
  margin-bottom: 20px;
}
.page__header .row {
  position: relative;
}

.login-button, .search-button {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  top: 0;
  margin-top: 10px;
  float: left;
}
.login-button i, .search-button i {
  float: left;
  margin-right: 8px;
}
.login-button span, .login-button:before, .search-button span, .search-button:before {
  display: none;
}
@media (min-width: 680px) {
  .login-button span, .login-button:before, .search-button span, .search-button:before {
    color: #808080;
    font-size: 12px;
    font-weight: bold;
    opacity: 1;
    float: left;
    display: inline-block;
    margin-top: 4px;
  }
}

.login-button {
  margin-right: 10px;
  margin-left: 18px;
}
@media (min-width: 680px) {
  .login-button {
    margin-right: 30px;
  }
}
.login-button i {
  font-size: 1.3em;
}

.search-button i {
  font-size: 1.1em;
  margin-top: 2px;
}

#menu-button {
  right: 0;
  position: absolute;
  margin-right: 18px;
  z-index: 10001;
}
#menu-button:before {
  margin: 4px 0 0 -45px;
  position: absolute;
  content: "MENY";
}
#menu-button #menu-icon-wrap {
  width: 26px;
  display: inline-block;
  transition: all 0.5s;
}
#menu-button #menu-icon-wrap > div {
  height: 5px;
  background-color: #333333;
  margin-bottom: 4px;
  width: 26px;
}

html.active #page-overlay {
  display: block;
  opacity: 1;
}

#sticky-hamburger-space {
  height: 0;
}

.page__header__top {
  border-top: 8px solid #000103;
  background: #00284F;
  position: relative;
  height: 50px;
}
.page__header__top:before {
  content: "";
  background: inherit;
  position: absolute;
  left: -5000px;
  width: 10000px;
  top: -8px;
  bottom: 0;
  z-index: -1;
  border-top: 8px solid #000e1c;
}
.page__header__top .login-button, .page__header__top .search-button {
  color: rgba(255, 255, 255, 0.6);
  margin-right: 30px;
  text-transform: uppercase;
  display: inline-block;
  float: right;
  font-size: 0.8em;
}
.page__header__top .login-button i, .page__header__top .search-button i {
  color: rgba(255, 255, 255, 0.6);
  margin-right: 5px;
}
.page__header__top .search-button {
  margin-right: 130px;
}

.menu__button {
  width: 120px;
  height: 40px;
  padding: 0 20px;
  background: #000103;
  text-align: left;
  color: white;
  line-height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 99;
}
.menu__button .text {
  float: left;
  font-size: 0.9em;
}
.menu__button .button {
  float: right;
  margin-top: 6px;
}
.menu__button .button div {
  width: 27px;
  height: 5px;
  background: white;
  margin-bottom: 3px;
}

.page__header__middle__logo {
  max-width: 300px;
  width: 70%;
  margin: 10px auto 0;
}
@media (min-width: 680px) {
  .page__header__middle__logo {
    margin: 10px 0 0;
  }
}

.page__header__bottom {
  background: #00284F;
  position: relative;
  padding-bottom: 10px;
}
.page__header__bottom:before {
  content: "";
  background: inherit;
  position: absolute;
  left: -5000px;
  width: 10000px;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.page__header__bottom__menu {
  display: none;
  margin-bottom: 0 !important;
}
@media (min-width: 680px) {
  .page__header__bottom__menu {
    display: block;
  }
}
.page__header__bottom__menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page__header__bottom__menu ul li {
  display: inline-block;
  margin-right: 3px;
}
.page__header__bottom__menu ul li a {
  color: white;
  padding: 3px 20px;
  line-height: 30px;
  border: 1px solid white;
  transition: background 0.3s;
}
.page__header__bottom__menu ul li.active a, .page__header__bottom__menu ul li:hover a {
  background: white;
  color: #00284F;
}

.sticky__top {
  height: 0;
  oveflow: none;
  position: fixed;
  top: 0;
  margin-top: -48px;
  left: 0;
  right: 0;
  background: #00284F;
  z-index: 10000;
  -webkit-transition: height 0.2s ease-out;
  -moz-transition: height 0.2s ease-out;
  -ms-transition: height 0.2s ease-out;
  -o-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
}
.sticky__top img {
  padding: 5px 0;
  max-height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}
.sticky__top .menu__button {
  height: 48px;
  line-height: 48px;
  display: none;
}
@media (max-width: 479px) {
  .sticky__top .menu__button .text {
    display: none;
  }
}
.sticky__top .button {
  margin-top: 13px;
}

.sticky__top__logo {
  margin: 0 auto;
  display: block;
  width: 190px;
  height: 100%;
}

body.is-sticky .sticky__top {
  height: 48px;
  margin-top: 0;
}
body.is-sticky .sticky__top .menu__button {
  display: block;
}
body.is-sticky .page__header__top__menu {
  background: black;
}
body.is-sticky .menu__button {
  background: transparent;
}

#wrap-footer {
  background-color: #00284F;
  color: white;
  padding: 15px 0;
}
#wrap-footer footer {
  font-size: 0.9em;
}
#wrap-footer footer .socialmedia ul {
  display: inline-block;
  width: 100%;
}
#wrap-footer footer .socialmedia ul li a {
  background-color: white;
  float: left;
  height: 22px;
  margin-right: 5px;
  margin-top: 7px;
  padding: 0 5px;
  text-align: center;
  width: 22px;
  -webkit-transition: background-color 500ms ease-out;
  -moz-transition: background-color 500ms ease-out;
  -o-transition: background-color 500ms ease-out;
  -ms-transition: background-color 500ms ease-out;
  transition: background-color 500ms ease-out;
  color: #001934;
}
#wrap-footer footer h1, #wrap-footer footer h2, #wrap-footer footer h3, #wrap-footer footer h4, #wrap-footer footer h5, #wrap-footer footer h6 {
  margin: 0 20px 10px 0;
}
#wrap-footer footer a {
  text-decoration: underline;
  color: white;
}
#wrap-footer footer img {
  padding-right: 15px;
}
#wrap-footer footer p {
  line-height: 1.2em;
}
#wrap-footer footer ul {
  padding: 0;
  list-style: none;
  line-height: 1.4em;
}
#wrap-footer footer #footer-top, #wrap-footer footer #footer-middle, #wrap-footer footer #footer-bottom {
  float: left;
  display: block;
  width: 100%;
}
#wrap-footer footer #footer-top > *, #wrap-footer footer #footer-middle > *, #wrap-footer footer #footer-bottom > * {
  margin-bottom: 20px;
}
#wrap-footer footer #footer-bottom #back-to-top-text {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  right: 100px;
  top: 50%;
}
#wrap-footer footer #footer-bottom #back-to-top-icon {
  display: inline-block;
  cursor: pointer;
  float: right;
  height: 80px;
  width: 80px;
  font-size: 7em;
  padding-left: 5px;
}

.page__overlay {
  display: none;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}

html.active .page__header__top__menu {
  margin-top: 48px;
}

.menu-wrapper {
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  height: 100%;
  background: transparent;
  z-index: 1100;
  overflow-y: auto;
  -webkit-transition: background 1s, top 0.5s;
  -moz-transition: background 1s, top 0.5s;
  -ms-transition: background 1s, top 0.5s;
  -o-transition: background 1s, top 0.5s;
  transition: background 1s, top 0.5s;
}

html.active .menu-wrapper {
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: top 0;
  -moz-transition: top 0;
  -ms-transition: top 0;
  -o-transition: top 0;
  transition: top 0;
}

.page__header__top__menu {
  position: absolute;
  right: 0;
  top: 0;
  background: #000103;
  z-index: 200;
  color: white;
  padding-top: 75px;
  margin-top: -500%;
  width: 320px;
  height: auto;
  -webkit-transition: margin 0.4s ease;
  -moz-transition: margin 0.4s ease;
  -ms-transition: margin 0.4s ease;
  -o-transition: margin 0.4s ease;
  transition: margin 0.4s ease;
  overflow: hidden;
 /**
* First level
*/
}
.page__header__top__menu .login-button, .page__header__top__menu .search-button {
  top: 0;
  position: absolute;
  font-size: 1.3em;
}
.page__header__top__menu .login-button {
  left: 5px;
  margin-left: 10px;
}
.page__header__top__menu .search-button {
  left: 50px;
}
.page__header__top__menu nav {
  margin-bottom: 50px;
  font-size: 0.9em;
}
.page__header__top__menu nav#hamburger-primary-nav {
  font-size: 1em;
}
.page__header__top__menu li {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
}
.page__header__top__menu li.cat-front:before {
  background: #999999;
}
.page__header__top__menu li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px;
}
.page__header__top__menu li a {
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
}
.page__header__top__menu li a.active {
  text-decoration: none;
}
.page__header__top__menu li a:after {
  content: "\f0d9";
  font-family: 'FontAwesome';
  float: right;
  display: none\9;
  right: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  padding-left: 0;
  font-size: 1.2em;
  color: white;
}
.page__header__top__menu li a:after:hover {
  cursor: pointer;
}
.page__header__top__menu li a:only-child:after {
  content: "";
}
.page__header__top__menu ul {
  padding: 0;
  list-style: none;
}
.page__header__top__menu ul li {
  position: relative;
  border-bottom: 1px solid #001d37;
  padding-left: 8px;
}
.page__header__top__menu ul li:last-child {
  border-bottom: none;
}
.page__header__top__menu ul li a {
  display: block;
  width: 264px;
  padding-left: 20px;
  font-size: 1.25em;
  height: 36px;
  line-height: 36px;
  color: white;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  overflow: hidden;
  transition: all .2s;
}
.page__header__top__menu ul li a:hover {
  text-decoration: none;
  color: #F2B920;
  padding-left: 25px;
}
.page__header__top__menu ul li a:hover:after {
  color: white;
}
.page__header__top__menu ul li.active {
  background-color: #001d37;
  /**
  * Second level
  */
}
.page__header__top__menu ul li.active > a:after {
  content: "\f0d7";
  margin-left: 15px;
  right: 16px;
}
.page__header__top__menu ul li.active ul {
  font-size: 1em;
  padding-bottom: 10px;
  background-color: #001d37;
}
.page__header__top__menu ul li.active ul li a {
  font-size: 1.25em;
}
.page__header__top__menu ul li.active ul li a:hover {
  padding-left: 5px;
}
.page__header__top__menu nav > ul {
  text-transform: uppercase;
}
.page__header__top__menu nav > ul li.active > ul {
  display: block;
}
.page__header__top__menu nav > ul li > ul {
  display: none;
  display: block\9;
  text-transform: none;
}
.page__header__top__menu nav > ul li > ul li {
  border: none;
  font-size: 0.95em;
  padding: 0 30px 0 15px;
  margin-left: 5px;
}
.page__header__top__menu nav > ul li > ul li a {
  font-size: 0.95em;
  padding-left: 0;
}
.page__header__top__menu nav > ul li > ul li a:hover {
  padding-left: 5px;
}

body.sticky .page__header__top__menu .login-button, body.sticky .page__header__top__menu .search-button {
  display: none;
}

html.active #menu-button #menu-icon-wrap {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Opera, Chrome, and Safari */
}
html.active #menu-button #menu-icon-wrap > div {
  background-color: white;
  box-shadow: 0 0 0 3px #1a1a1a;
}
html.active #menu-button:before {
  content: "LUKK";
  text-shadow: 0 0 5px #1a1a1a;
}

.carousel-wrapper {
  margin-top: 10px;
  margin-bottom: 10px !important;
  position: relative;
}
@media (min-width: 680px) {
  .carousel-wrapper {
    margin-top: 0px;
    margin-bottom: 0;
  }
}

.chronicle {
  position: relative;
  overflow: hidden;
  height: 70px;
  padding: 0;
}
@media (min-width: 680px) {
  .chronicle {
    height: 95px;
  }
}
.chronicle .carousel-inner {
  max-width: 980px;
  width: 100%;
  margin: 0px auto 0;
  position: relative;
  height: 73px;
  overflow: visible;
}
.chronicle .blogger {
  position: absolute;
  max-width: 980px;
}
.chronicle .blogger.active img {
  transform: scale(1);
}
.chronicle .blogger img {
  transition: all .15s ease-in-out;
  transform: scale(0.5);
}

.carousel-control.left, .carousel-control.right {
  background: #CC072A;
  background-image: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: white;
  border-radius: 2px;
  position: absolute;
  margin: auto;
  text-shadow: none;
  z-index: 2;
  opacity: 1;
}
.carousel-control.left.left, .carousel-control.right.left {
  left: 3px;
}
.carousel-control.left.right, .carousel-control.right.right {
  right: 3px;
}
.carousel-control.left .fa, .carousel-control.right .fa {
  font-weight: bold;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: none;
  }
  10% {
    transform: scale(1.1);
    box-shadow: 0 0 100px 30px tomato;
  }
  20% {
    transform: scale(1);
    box-shadow: none;
  }
  30% {
    transform: scale(1.2);
    box-shadow: 0 0 100px 50px tomato;
  }
  45% {
    transform: scale(1);
    box-shadow: none;
  }
  100% {
    opacity: 1;
  }
}
.carousel-inner > .blogger > a > img {
  display: none;
}
@media (min-width: 480px) {
  .carousel-inner > .blogger > a > img {
    display: inline-block;
  }
}

.blogger {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding-left: 15px;
  height: 80px;
  position: absolute;
}
.blogger.active img {
  transform: scale(1);
}
.blogger img {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  right: 30px;
  box-shadow: 1px 1px 10px #000e1c;
  transition: all .15s ease-in-out;
  transform: scale(0.5);
  height: 90px;
  width: 90px;
  display: none;
}
@media (min-width: 480px) {
  .blogger img {
    display: inline-block;
    height: 60px;
    width: 60px;
    margin-top: 5px;
  }
}
@media (min-width: 680px) {
  .blogger img {
    height: 90px;
    width: 90px;
    margin-top: 0;
  }
}
.blogger small, .blogger cite {
  color: white;
  width: 100%;
  display: inline-block;
  padding: 0 30px 0 15px;
}
@media (min-width: 480px) {
  .blogger small, .blogger cite {
    padding: 0 95px 0 15px;
  }
}
@media (min-width: 680px) {
  .blogger small, .blogger cite {
    padding: 0 145px 0 30px;
  }
}
.blogger small {
  color: #F2B920;
  margin: 10px 0 0px;
  font-weight: 500;
  font-size: 0.75em;
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 680px) {
  .blogger small {
    font-size: 0.85em;
  }
}
.blogger cite {
  font-family: "PT Serif", serif;
  line-height: 1.4em;
  font-size: 0.8em;
  font-weight: 300;
}
@media (min-width: 680px) {
  .blogger cite {
    font-size: 0.9em;
  }
}

.da {
  margin-bottom: 36px;
}
@media screen and (min-width: 680px) {
  .da {
    padding-left: 0;
  }
}
.da.left {
  margin: 0 auto 36px;
}
@media screen and (min-width: 680px) {
  .da.left {
    float: left;
    margin: 0 20px 20px 0;
    padding-left: 0;
  }
}
.da.right {
  margin: 0 auto 36px;
}
@media screen and (min-width: 680px) {
  .da.right {
    float: right;
    margin: 0 0 20px 20px;
    padding-right: 0;
  }
}

.da-hori {
  margin-bottom: 36px;
}

#superboard {
  width: 980px;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
#superboard:before, #superboard:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: #00284F;
  top: 0;
  bottom: 0;
  width: 9999px;
}
#superboard:before {
  right: 100%;
  margin-left: -18px;
}
#superboard:after {
  left: 100%;
}

#hestesko-wrapper {
  position: relative;
}

#hestesko-sides {
  display: block;
  position: absolute;
  width: 1940px;
  margin-left: -970px;
  left: 50%;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  #hestesko-sides {
    width: 980px;
    margin-left: 0;
    left: 0;
  }
}
#hestesko-sides .heste-left, #hestesko-sides .heste-right {
  display: none;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 460px;
  transition: top 0.5s;
}
@media screen and (min-width: 1100px) {
  #hestesko-sides .heste-left, #hestesko-sides .heste-right {
    display: block;
  }
}
#hestesko-sides .heste-left.fixed, #hestesko-sides .heste-right.fixed {
  position: fixed;
  margin-top: 58px;
}
#hestesko-sides .heste-left img, #hestesko-sides .heste-right img {
  max-width: 100%;
  width: auto;
  height: auto;
}
#hestesko-sides .heste-left > * {
  float: right;
}
#hestesko-sides .heste-left img {
  float: right;
}
#hestesko-sides .heste-right {
  right: 0;
}
#hestesko-sides .heste-right.fixed {
  right: auto;
  margin-left: 1480px;
}

.heste-center {
  display: block;
  width: 1020px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 980px) {
  .heste-center {
    float: left;
  }
}
.heste-center * {
  display: block;
  margin: 0;
}

/**
* Start of Parallax Ad
**/
html, body {
  position: relative;
  z-index: -1;
}

#wrapper {
  pointer-events: none;
}
#wrapper * {
  pointer-events: auto;
}

#main-content {
  pointer-events: none;
}
#main-content * {
  pointer-events: auto;
}

.parallax-ad {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.parallax-ad > div iframe {
  display: block;
  margin: 0 auto 30px;
}
.parallax-ad.plx_h480, .parallax-ad.plx_h1080 {
  visibility: hidden;
  height: 100vh;
  z-index: -1;
  background: #4d4d4d;
}
.parallax-ad.plx_h480 > div, .parallax-ad.plx_h1080 > div {
  position: fixed;
  height: calc(100% - 48px);
  margin-top: 48px;
  width: 100vw;
  top: 0;
  left: 0;
}
.parallax-ad.plx_h480 > div iframe, .parallax-ad.plx_h1080 > div iframe {
  position: absolute;
}
.parallax-ad.plx_h480:before, .parallax-ad.plx_h480:after, .parallax-ad.plx_h1080:before, .parallax-ad.plx_h1080:after {
  content: "";
  background: white;
  width: 100%;
  position: relative;
  display: block;
  z-index: 1;
}
.parallax-ad.plx_h480:before, .parallax-ad.plx_h1080:before {
  content: "ANNONSE";
  padding-top: 147vh;
  top: -147vh;
  height: 30px;
  border-bottom: 30px solid #E9E9E9;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}
.parallax-ad.plx_h480:after, .parallax-ad.plx_h1080:after {
  top: -50vh;
  height: 150vh;
}
.parallax-ad.plx_h1080 > div iframe {
  left: 50%;
  top: 50%;
}
.parallax-ad.plx_h480 > div iframe {
  left: 50%;
  top: 50%;
}

.parallax-ad-visible .plx_h480 {
  visibility: visible;
}
.parallax-ad-visible .plx_h1080 {
  visibility: visible;
}
.parallax-ad-visible .plx-ad {
  visibility: visible;
}

.heste-left.hide-ad,
.heste-right.hide-ad {
  top: 100% !important;
  transition: top 0.5s;
}

#nettbanner_parallaxe {
  text-align: center;
  margin-bottom: 30px;
}

/**
* End of Parallax Ad
**/
.ribbon {
  background-color: #0080D4;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 36px;
}
.ribbon span {
  font-size: 0.9em;
  color: white;
  font-weight: 300;
}
@media (min-width: 480px) {
  .ribbon span {
    font-size: 1.3em;
    letter-spacing: 1px;
  }
}
@media (min-width: 680px) {
  .ribbon span {
    font-size: 1.7em;
  }
}
.ribbon a {
  font-size: 0.8em;
  margin: 0 0 0 5px;
  background-color: #0061a1;
  padding: 5px;
  color: white;
}
@media (min-width: 480px) {
  .ribbon a {
    font-size: 1.1em;
    margin: 0 0 0 15px;
    padding: 5px 10px;
  }
}
@media (min-width: 680px) {
  .ribbon a {
    font-weight: bold;
    height: 30px;
    line-height: 20px;
    margin: 0 0 0 36px;
    padding: 5px 20px;
  }
}
.ribbon a:hover {
  text-decoration: none;
}

html.search #page-overlay {
  display: block;
  opacity: 1;
}
html.search #search-box {
  max-height: 340px;
  height: 340px;
}

#search-box {
  max-height: 0;
  background: #011022;
  background-color: rgba(1, 16, 34, 0.93);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  display: block;
  height: 0;
  -webkit-box-shadow: 0 0 60px black;
  box-shadow: 0 0 60px black;
  -webkit-transition: max-height .3s ease;
  transition: max-height .3s ease;
  overflow: hidden;
}
#search-box .close {
  float: none;
  color: white;
  font-size: 50px;
  z-index: 3001;
  opacity: 1;
  text-shadow: none;
  line-height: auto;
  position: absolute;
  background-color: transparent;
  top: 15px;
  right: 15px;
}
@media (min-width: 680px) {
  #search-box .close {
    top: 20px;
    right: 30px;
  }
}
#search-box span {
  display: block;
  text-align: center;
  color: white;
  margin: 80px 0 20px;
  font-size: 1.3em;
  font-weight: 300;
}
#search-box .search-field {
  position: relative;
  width: 66%;
  margin: 0 auto 20px;
}
#search-box .search-field input[type=search] {
  width: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  height: 65px;
  border-radius: 10px;
  color: white;
  font-size: 1.5em;
  padding: 0 60px 0 20px;
}
@media (min-width: 680px) {
  #search-box .search-field input[type=search] {
    font-size: 2.8em;
  }
}
#search-box .search-field:after {
  content: "\f002";
  font-size: 30px;
  color: #b6e3ff;
  position: absolute;
  font-family: FontAwesome;
  top: 12px;
  right: 20px;
  z-index: 99999999;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: fliph;
  /*IE*/
  filter: fliph;
  /*IE*/
}
#search-box input[type="submit"], #search-box input[type="submit"], #search-box button {
  display: block;
  width: 24%;
  margin: 0 auto 50px;
  border: none;
  background-color: #CC072A;
  color: white;
  font-size: 1.8em;
  font-weight: bold;
  height: 46px;
  letter-spacing: 2px;
}

/*word-wrap: break-word;
-ms-word-break: break-word;
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;*/
.tabs-wrapper {
  margin-bottom: 36px;
}
.tabs-wrapper ul.tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #00284F;
  height: 35px;
  position: relative;
  padding: 0 15px;
  line-height: 35px;
}
.tabs-wrapper ul.tabs li {
  display: inline-block;
  margin-left: 20px;
}
.tabs-wrapper ul.tabs li:first-child {
  margin-left: 0;
}
.tabs-wrapper ul.tabs li a {
  color: white;
  font-size: 1.1em;
  font-family: "PT Serif", serif;
}
@media screen and (min-width: 680px) {
  .tabs-wrapper ul.tabs li a {
    font-size: 1.2em;
  }
}
.tabs-wrapper .tab-content {
  width: 100%;
  background-color: #E9E9E9;
}
.tabs-wrapper .tab-content ul {
  list-style: none;
  padding: 5px 0 10px;
  counter-reset: mest-lest-counter;
}
.tabs-wrapper .tab-content ul li {
  position: relative;
  padding: 12px 0;
  border-bottom: 1px solid #cdcdcd;
}
.tabs-wrapper .tab-content ul li:last-child {
  border-bottom: none;
}
.tabs-wrapper .tab-content ul li a {
  color: #00284F;
  padding-left: 55px;
  position: static;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: 300;
}
.tabs-wrapper .tab-content ul li a:before {
  content: counter(mest-lest-counter);
  counter-increment: mest-lest-counter;
  height: 30px;
  width: 30px;
  background: #00284F;
  display: inline-block;
  border-radius: 50%;
  color: white;
  line-height: 32px;
  text-align: center;
  font-family: "PT Serif", serif;
  font-size: 1.3em;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tabs-wrapper .tab-content ul li a span {
  color: #CC072A;
  font-size: 0.9em;
}

/**
 * TEASER
 */
.teaser {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
.teaser h1 {
  font-family: "PT Serif", serif;
  font-size: 1.1em;
  text-align: center;
  margin: 0;
  line-height: 1.2em;
}
@media (min-width: 1100px) {
  .teaser h1 {
    font-size: 1.3em;
  }
}
.teaser h2, .teaser h3, .teaser h4 {
  margin-top: 20px;
  margin-bottom: 0;
}
.teaser h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
.teaser span[class*="cat-"] {
  position: absolute;
  top: -10px;
  right: 0;
}
.teaser .teaser__image {
  position: relative;
  background: white;
  z-index: -1;
}
.teaser .teaser__image img {
  margin-bottom: 0;
}
.teaser .teaser__content {
  padding: 10px 20px 0 20px;
  margin: -15px auto 0;
}
@media (min-width: 680px) {
  .teaser .teaser__content {
    padding: 20px 30px 0 30px;
    margin: -25px auto 0;
  }
}
.teaser .teaser__content__inner {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  background: white;
  padding: 10px 15px 15px;
  margin: -10px auto 0;
}
.teaser .teaser__author {
  display: block;
  margin-top: 5px;
  color: red;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-size: 14px;
}
.teaser.is-large h1 {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 1.9em;
  text-align: left;
  line-height: 1em;
}
@media (min-width: 680px) {
  .teaser.is-large h1 {
    font-size: 2.3em;
  }
}
@media (min-width: 680px) {
  .teaser.is-large h1 {
    font-size: 3em;
  }
}
.teaser.is-large h2 {
  font-size: 1em;
  display: inline-block;
}
.teaser.is-large .teaser__content__inner {
  padding: 10px 15px;
}
@media (min-width: 680px) {
  .teaser.is-large .teaser__content__inner {
    padding: 20px 30px 30px;
  }
}
.teaser.is-large span[class*="cat-"] {
  position: absolute;
  top: -12px;
  right: 0;
}
@media (min-width: 680px) {
  .teaser.is-large span[class*="cat-"] {
    right: 10px;
    padding: 0 7px;
    font-size: 1.1em;
  }
}
.teaser.is-half h1 {
  font-family: "PT Serif", serif;
  font-weight: 700;
}
@media (min-width: 680px) {
  .teaser.is-half h1 {
    font-size: 1.4em;
  }
}
@media (min-width: 680px) {
  .teaser.is-half h1 {
    font-size: 1.6em;
  }
}
.teaser.is-mini {
  width: 100%;
}
.teaser.is-mini:last-child {
  border-bottom: none;
}
.teaser.is-mini img {
  float: left;
  width: 40%;
  margin-bottom: 0;
  padding-right: 10px;
}
.teaser.is-mini h1 {
  margin: 0;
  font-size: 1em;
  float: left;
  width: 60%;
  text-align: left;
  font-weight: 300;
}
.teaser.is-mini .teaser__content {
  padding: 0;
  margin: 0;
}
.teaser.is-mini .teaser__content__inner {
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.teaser.is-mini .teaser__image {
  z-index: 0;
}
.teaser.is-cite .teaser__content {
  margin-left: 19px;
}
.teaser.is-cite .teaser__content h1 {
  font-family: "PT Serif", serif;
  font-size: 1.2em;
  text-align: left;
  font-weight: 300;
}
.teaser.is-cite .teaser__content h1:before {
  content: "";
  background-image: url("/img/dagsavisen/temp/cite.svg");
  width: 42px;
  height: 36px;
  position: absolute;
  margin-left: -50px;
  display: block;
  margin-right: 5px;
}
.teaser.is-cite .teaser__content .teaser__author {
  float: left;
  font-size: 0.8em;
  margin-right: 10px;
  font-family: "Open Sans", sans-serif;
  color: #4d4d4d;
}
.teaser.is-cite .teaser__content span[class^="cat-"] {
  position: static;
  float: left;
  top: auto;
  left: auto;
  margin: 0;
}

.demo .row:before {
  content: ".row";
  display: block;
  position: absolute;
  margin-left: -50px;
  height: 40px;
  width: 40px;
  background-color: #0080D4;
  color: white;
  text-align: center;
  line-height: 40px;
  border-radius: 50% 0 50% 50%;
}
.demo .row {
  border: 1px dashed rgba(0, 128, 212, 0.5);
  background-color: rgba(0, 128, 212, 0.1);
  margin-bottom: 36px;
}
.demo .mini-list {
  border: 1px dashed rgba(255, 0, 255, 0.7);
  background-color: rgba(255, 0, 255, 0.2);
  margin-bottom: 36px;
}
.demo .mini-list:after {
  content: ".mini-list";
  display: block;
  position: absolute;
  height: 20px;
  width: 80px;
  background-color: magenta;
  color: white;
  text-align: center;
  line-height: 20px;
  right: 0;
  border: 1px solid white;
}
.demo .top-article {
  border: 1px dashed rgba(0, 255, 255, 0.7);
  background-color: rgba(0, 255, 255, 0.2);
  margin-bottom: 36px;
}
.demo .top-article:after {
  content: ".top-article";
  display: block;
  position: absolute;
  height: 20px;
  width: 80px;
  background-color: cyan;
  color: black;
  text-align: center;
  line-height: 20px;
  right: 0;
  border: 1px solid white;
  font-size: 10px;
}
.demo .related {
  border: 1px dashed rgba(255, 255, 0, 0.7);
  background-color: rgba(255, 255, 0, 0.4);
  position: relative;
  float: left;
}
.demo .related:after {
  content: ".related";
  display: block;
  position: absolute;
  height: 20px;
  width: 80px;
  background-color: yellow;
  color: black;
  text-align: center;
  line-height: 20px;
  right: 0;
  border: 1px solid white;
  font-size: 10px;
}

.pulse-icon {
  margin-bottom: 15px;
  position: relative;
  display: block;
  color: #CC072A;
  padding-left: 30px;
  line-height: 20px;
  font-weight: 700;
  z-index: 1;
}
@media (min-width: 680px) {
  .pulse-icon {
    display: inline-block;
  }
}
.pulse-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 50%;
  background: #CC072A;
  height: 17px;
  width: 17px;
}
.pulse-icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  border-radius: 50%;
  background: #CC072A;
  animation: sonar-pulse 2s infinite linear;
  height: 17px;
  width: 17px;
}

@keyframes sonar-pulse {
  0% {
    transform: scale(1);
    opacity: 0.4;
  }
  33% {
    opacity: 0.4;
  }
  66% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.teaser.breaking-news {
  background: transparent;
  position: relative;
  padding: 20px;
}
@media (min-width: 680px) {
  .teaser.breaking-news {
    padding: 30px;
  }
}
.teaser.breaking-news:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10000px;
  left: -4000px;
  z-index: -1;
  background: transparent;
}
.teaser.breaking-news h1 {
  color: black;
  display: block;
  text-align: left;
  line-height: 1.15em;
  font-size: 1.9em;
}
@media (min-width: 680px) {
  .teaser.breaking-news h1 {
    font-size: 2.3em;
  }
}
@media (min-width: 1100px) {
  .teaser.breaking-news h1 {
    font-size: 3em;
  }
}
@media (min-width: 680px) {
  .teaser.breaking-news img {
    margin-bottom: 0;
  }
}
.teaser.breaking-news .pulse-icon {
  color: #CC072A;
}
.teaser.breaking-news .pulse-icon:before, .teaser.breaking-news .pulse-icon:after {
  background: #CC072A;
}

.teaser.breaking-news--red {
  background: #CC072A;
  position: relative;
  padding: 20px;
}
@media (min-width: 680px) {
  .teaser.breaking-news--red {
    padding: 30px;
  }
}
.teaser.breaking-news--red:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10000px;
  left: -4000px;
  z-index: -1;
  background: #CC072A;
}
.teaser.breaking-news--red h1 {
  color: white;
  display: block;
  text-align: left;
  line-height: 1.15em;
  font-size: 1.9em;
}
@media (min-width: 680px) {
  .teaser.breaking-news--red h1 {
    font-size: 2.3em;
  }
}
@media (min-width: 1100px) {
  .teaser.breaking-news--red h1 {
    font-size: 3em;
  }
}
@media (min-width: 680px) {
  .teaser.breaking-news--red img {
    margin-bottom: 0;
  }
}
.teaser.breaking-news--red .pulse-icon {
  color: white;
}
.teaser.breaking-news--red .pulse-icon:before, .teaser.breaking-news--red .pulse-icon:after {
  background: white;
}

.teaser.breaking-news--black {
  background: #1a1a1a;
  position: relative;
  padding: 20px;
}
@media (min-width: 680px) {
  .teaser.breaking-news--black {
    padding: 30px;
  }
}
.teaser.breaking-news--black:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10000px;
  left: -4000px;
  z-index: -1;
  background: #1a1a1a;
}
.teaser.breaking-news--black h1 {
  color: white;
  display: block;
  text-align: left;
  line-height: 1.15em;
  font-size: 1.9em;
}
@media (min-width: 680px) {
  .teaser.breaking-news--black h1 {
    font-size: 2.3em;
  }
}
@media (min-width: 1100px) {
  .teaser.breaking-news--black h1 {
    font-size: 3em;
  }
}
@media (min-width: 680px) {
  .teaser.breaking-news--black img {
    margin-bottom: 0;
  }
}
.teaser.breaking-news--black .pulse-icon {
  color: #CC072A;
}
.teaser.breaking-news--black .pulse-icon:before, .teaser.breaking-news--black .pulse-icon:after {
  background: #CC072A;
}

.paywall--blue {
  background: rgba(0, 128, 212, 0.85);
  color: #fff;
  text-align: center;
  float: left;
  margin-bottom: 30px;
  width: 100%;
  padding-bottom: 57.5px;
  padding-bottom: calc( 45px + 25 * ( ( 100vw - 480px ) / 620 ) );
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .paywall--blue {
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--blue {
    padding-bottom: 70px;
  }
}
.paywall--blue .paywall__login {
  background: #E9E9E9;
  float: left;
  width: calc(100% + 30px);
  margin-left: -15px;
  padding: 15px 0;
  line-height: 28px;
  color: #1a1a1a;
  font-size: 16px;
  font-size: calc( 14px + 4 * ( ( 100vw - 480px ) / 620 ) );
  margin-bottom: 32.5px;
  margin-bottom: calc( 25px + 15 * ( ( 100vw - 480px ) / 620 ) );
}
@media screen and (max-width: 480px) {
  .paywall--blue .paywall__login {
    font-size: 14px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--blue .paywall__login {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .paywall--blue .paywall__login {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--blue .paywall__login {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 680px) {
  .paywall--blue .paywall__login {
    line-height: 38px;
  }
}
.paywall--blue .paywall__login [class^="col-"] {
  margin-bottom: 0;
}
@media screen and (min-width: 680px) {
  .paywall--blue .paywall__login [class^="col-"] {
    text-align: right;
  }
}
.paywall--blue .paywall__login .paywall__readmore {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 680px) {
  .paywall--blue .paywall__login .paywall__readmore {
    margin-bottom: 0;
    text-align: left;
  }
}
.paywall--blue .paywall__login .paywall__login__link {
  font-size: 18px;
  font-size: calc( 16px + 4 * ( ( 100vw - 480px ) / 620 ) );
  color: white;
  letter-spacing: 1px;
  background: #0080D4;
  display: inline-block;
  transition: background 0.25s;
  padding: 0 20px;
  height: 40px;
  margin-left: 10px;
  line-height: 38px;
}
@media screen and (max-width: 480px) {
  .paywall--blue .paywall__login .paywall__login__link {
    font-size: 16px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--blue .paywall__login .paywall__login__link {
    font-size: 20px;
  }
}
.paywall--blue .paywall__login .paywall__login__link:hover {
  background: #0061a1;
}
.paywall--blue .paywall__bg-image {
  z-index: -1;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  overflow: hidden;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.paywall--blue .paywall__bg-image img {
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
}
.paywall--blue .paywall__info {
  font-size: 18.5px;
  font-size: calc( 17px + 3 * ( ( 100vw - 480px ) / 620 ) );
  margin-top: 32.5px;
  margin-top: calc( 25px + 15 * ( ( 100vw - 480px ) / 620 ) );
  margin-bottom: 25px;
  margin-bottom: calc( 20px + 10 * ( ( 100vw - 480px ) / 620 ) );
  color: #fff;
}
@media screen and (max-width: 480px) {
  .paywall--blue .paywall__info {
    font-size: 17px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--blue .paywall__info {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .paywall--blue .paywall__info {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--blue .paywall__info {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .paywall--blue .paywall__info {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--blue .paywall__info {
    margin-bottom: 30px;
  }
}
.paywall--blue .paywall__weeks {
  font-size: 55px;
  font-size: calc( 35px + 40 * ( ( 100vw - 480px ) / 620 ) );
  font-weight: bold;
  padding-bottom: 20px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .paywall--blue .paywall__weeks {
    font-size: 35px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--blue .paywall__weeks {
    font-size: 75px;
  }
}
.paywall--blue .paywall__price {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 72.5px;
  font-size: calc( 45px + 55 * ( ( 100vw - 480px ) / 620 ) );
  margin-bottom: 37.5px;
  margin-bottom: calc( 20px + 35 * ( ( 100vw - 480px ) / 620 ) );
  color: #fff;
  background: #00386a;
  width: calc(100% + 30px);
  margin-left: -15px;
}
@media screen and (max-width: 480px) {
  .paywall--blue .paywall__price {
    font-size: 45px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--blue .paywall__price {
    font-size: 100px;
  }
}
@media screen and (max-width: 480px) {
  .paywall--blue .paywall__price {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--blue .paywall__price {
    margin-bottom: 55px;
  }
}
.paywall--blue .paywall__cta {
  font-size: 25px;
  font-size: calc( 20px + 10 * ( ( 100vw - 480px ) / 620 ) );
  margin-bottom: 22.5px;
  margin-bottom: calc( 15px + 15 * ( ( 100vw - 480px ) / 620 ) );
  color: white;
  letter-spacing: 1px;
  background: #F2B920;
  display: inline-block;
  transition: background 0.25s;
  padding: 10px 30px;
}
@media screen and (max-width: 480px) {
  .paywall--blue .paywall__cta {
    font-size: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--blue .paywall__cta {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .paywall--blue .paywall__cta {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--blue .paywall__cta {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 680px) {
  .paywall--blue .paywall__cta {
    padding: 15px 60px;
  }
}
.paywall--blue .paywall__cta:hover {
  background: #d39d0c;
}
.paywall--blue .paywall__time-period {
  font-size: 17.5px;
  font-size: calc( 16px + 3 * ( ( 100vw - 480px ) / 620 ) );
  margin-bottom: 40px;
  margin-bottom: calc( 30px + 20 * ( ( 100vw - 480px ) / 620 ) );
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .paywall--blue .paywall__time-period {
    font-size: 16px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--blue .paywall__time-period {
    font-size: 19px;
  }
}
@media screen and (max-width: 480px) {
  .paywall--blue .paywall__time-period {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--blue .paywall__time-period {
    margin-bottom: 50px;
  }
}
.paywall--blue .paywall__subscriptions {
  font-size: 20px;
  font-size: calc( 18px + 4 * ( ( 100vw - 480px ) / 620 ) );
  color: white;
  text-decoration: underline;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .paywall--blue .paywall__subscriptions {
    font-size: 18px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--blue .paywall__subscriptions {
    font-size: 22px;
  }
}
.paywall--blue .paywall__weeks {
  margin-bottom: -15px;
}

.paywall--darkblue {
  background: rgba(0, 56, 106, 0.85);
  color: #fff;
  text-align: center;
  float: left;
  margin-bottom: 30px;
  width: 100%;
  padding-bottom: 57.5px;
  padding-bottom: calc( 45px + 25 * ( ( 100vw - 480px ) / 620 ) );
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .paywall--darkblue {
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--darkblue {
    padding-bottom: 70px;
  }
}
.paywall--darkblue .paywall__login {
  background: #E9E9E9;
  float: left;
  width: calc(100% + 30px);
  margin-left: -15px;
  padding: 15px 0;
  line-height: 28px;
  color: #1a1a1a;
  font-size: 16px;
  font-size: calc( 14px + 4 * ( ( 100vw - 480px ) / 620 ) );
  margin-bottom: 32.5px;
  margin-bottom: calc( 25px + 15 * ( ( 100vw - 480px ) / 620 ) );
}
@media screen and (max-width: 480px) {
  .paywall--darkblue .paywall__login {
    font-size: 14px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--darkblue .paywall__login {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .paywall--darkblue .paywall__login {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--darkblue .paywall__login {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 680px) {
  .paywall--darkblue .paywall__login {
    line-height: 38px;
  }
}
.paywall--darkblue .paywall__login [class^="col-"] {
  margin-bottom: 0;
}
@media screen and (min-width: 680px) {
  .paywall--darkblue .paywall__login [class^="col-"] {
    text-align: right;
  }
}
.paywall--darkblue .paywall__login .paywall__readmore {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 680px) {
  .paywall--darkblue .paywall__login .paywall__readmore {
    margin-bottom: 0;
    text-align: left;
  }
}
.paywall--darkblue .paywall__login .paywall__login__link {
  font-size: 18px;
  font-size: calc( 16px + 4 * ( ( 100vw - 480px ) / 620 ) );
  color: white;
  letter-spacing: 1px;
  background: #0080D4;
  display: inline-block;
  transition: background 0.25s;
  padding: 0 20px;
  height: 40px;
  margin-left: 10px;
  line-height: 38px;
}
@media screen and (max-width: 480px) {
  .paywall--darkblue .paywall__login .paywall__login__link {
    font-size: 16px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--darkblue .paywall__login .paywall__login__link {
    font-size: 20px;
  }
}
.paywall--darkblue .paywall__login .paywall__login__link:hover {
  background: #0061a1;
}
.paywall--darkblue .paywall__bg-image {
  z-index: -1;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  overflow: hidden;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.paywall--darkblue .paywall__bg-image img {
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
}
.paywall--darkblue .paywall__info {
  font-size: 18.5px;
  font-size: calc( 17px + 3 * ( ( 100vw - 480px ) / 620 ) );
  margin-top: 32.5px;
  margin-top: calc( 25px + 15 * ( ( 100vw - 480px ) / 620 ) );
  margin-bottom: 25px;
  margin-bottom: calc( 20px + 10 * ( ( 100vw - 480px ) / 620 ) );
  color: #fff;
}
@media screen and (max-width: 480px) {
  .paywall--darkblue .paywall__info {
    font-size: 17px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--darkblue .paywall__info {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .paywall--darkblue .paywall__info {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--darkblue .paywall__info {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .paywall--darkblue .paywall__info {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--darkblue .paywall__info {
    margin-bottom: 30px;
  }
}
.paywall--darkblue .paywall__weeks {
  font-size: 55px;
  font-size: calc( 35px + 40 * ( ( 100vw - 480px ) / 620 ) );
  font-weight: bold;
  padding-bottom: 20px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .paywall--darkblue .paywall__weeks {
    font-size: 35px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--darkblue .paywall__weeks {
    font-size: 75px;
  }
}
.paywall--darkblue .paywall__price {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 72.5px;
  font-size: calc( 45px + 55 * ( ( 100vw - 480px ) / 620 ) );
  margin-bottom: 37.5px;
  margin-bottom: calc( 20px + 35 * ( ( 100vw - 480px ) / 620 ) );
  color: #fff;
  background: #00386a;
  width: calc(100% + 30px);
  margin-left: -15px;
}
@media screen and (max-width: 480px) {
  .paywall--darkblue .paywall__price {
    font-size: 45px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--darkblue .paywall__price {
    font-size: 100px;
  }
}
@media screen and (max-width: 480px) {
  .paywall--darkblue .paywall__price {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--darkblue .paywall__price {
    margin-bottom: 55px;
  }
}
.paywall--darkblue .paywall__cta {
  font-size: 25px;
  font-size: calc( 20px + 10 * ( ( 100vw - 480px ) / 620 ) );
  margin-bottom: 22.5px;
  margin-bottom: calc( 15px + 15 * ( ( 100vw - 480px ) / 620 ) );
  color: white;
  letter-spacing: 1px;
  background: #F2B920;
  display: inline-block;
  transition: background 0.25s;
  padding: 10px 30px;
}
@media screen and (max-width: 480px) {
  .paywall--darkblue .paywall__cta {
    font-size: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--darkblue .paywall__cta {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .paywall--darkblue .paywall__cta {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--darkblue .paywall__cta {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 680px) {
  .paywall--darkblue .paywall__cta {
    padding: 15px 60px;
  }
}
.paywall--darkblue .paywall__cta:hover {
  background: #d39d0c;
}
.paywall--darkblue .paywall__time-period {
  font-size: 17.5px;
  font-size: calc( 16px + 3 * ( ( 100vw - 480px ) / 620 ) );
  margin-bottom: 40px;
  margin-bottom: calc( 30px + 20 * ( ( 100vw - 480px ) / 620 ) );
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .paywall--darkblue .paywall__time-period {
    font-size: 16px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--darkblue .paywall__time-period {
    font-size: 19px;
  }
}
@media screen and (max-width: 480px) {
  .paywall--darkblue .paywall__time-period {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--darkblue .paywall__time-period {
    margin-bottom: 50px;
  }
}
.paywall--darkblue .paywall__subscriptions {
  font-size: 20px;
  font-size: calc( 18px + 4 * ( ( 100vw - 480px ) / 620 ) );
  color: white;
  text-decoration: underline;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .paywall--darkblue .paywall__subscriptions {
    font-size: 18px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--darkblue .paywall__subscriptions {
    font-size: 22px;
  }
}
.paywall--darkblue .paywall__price {
  background: #0080D4;
}

.paywall--lightblue {
  background: rgba(182, 227, 255, 0.85);
  color: #fff;
  text-align: center;
  float: left;
  margin-bottom: 30px;
  width: 100%;
  padding-bottom: 57.5px;
  padding-bottom: calc( 45px + 25 * ( ( 100vw - 480px ) / 620 ) );
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .paywall--lightblue {
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--lightblue {
    padding-bottom: 70px;
  }
}
.paywall--lightblue .paywall__login {
  background: #E9E9E9;
  float: left;
  width: calc(100% + 30px);
  margin-left: -15px;
  padding: 15px 0;
  line-height: 28px;
  color: #1a1a1a;
  font-size: 16px;
  font-size: calc( 14px + 4 * ( ( 100vw - 480px ) / 620 ) );
  margin-bottom: 32.5px;
  margin-bottom: calc( 25px + 15 * ( ( 100vw - 480px ) / 620 ) );
}
@media screen and (max-width: 480px) {
  .paywall--lightblue .paywall__login {
    font-size: 14px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--lightblue .paywall__login {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .paywall--lightblue .paywall__login {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--lightblue .paywall__login {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 680px) {
  .paywall--lightblue .paywall__login {
    line-height: 38px;
  }
}
.paywall--lightblue .paywall__login [class^="col-"] {
  margin-bottom: 0;
}
@media screen and (min-width: 680px) {
  .paywall--lightblue .paywall__login [class^="col-"] {
    text-align: right;
  }
}
.paywall--lightblue .paywall__login .paywall__readmore {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 680px) {
  .paywall--lightblue .paywall__login .paywall__readmore {
    margin-bottom: 0;
    text-align: left;
  }
}
.paywall--lightblue .paywall__login .paywall__login__link {
  font-size: 18px;
  font-size: calc( 16px + 4 * ( ( 100vw - 480px ) / 620 ) );
  color: white;
  letter-spacing: 1px;
  background: #0080D4;
  display: inline-block;
  transition: background 0.25s;
  padding: 0 20px;
  height: 40px;
  margin-left: 10px;
  line-height: 38px;
}
@media screen and (max-width: 480px) {
  .paywall--lightblue .paywall__login .paywall__login__link {
    font-size: 16px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--lightblue .paywall__login .paywall__login__link {
    font-size: 20px;
  }
}
.paywall--lightblue .paywall__login .paywall__login__link:hover {
  background: #0061a1;
}
.paywall--lightblue .paywall__bg-image {
  z-index: -1;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  overflow: hidden;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.paywall--lightblue .paywall__bg-image img {
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
}
.paywall--lightblue .paywall__info {
  font-size: 18.5px;
  font-size: calc( 17px + 3 * ( ( 100vw - 480px ) / 620 ) );
  margin-top: 32.5px;
  margin-top: calc( 25px + 15 * ( ( 100vw - 480px ) / 620 ) );
  margin-bottom: 25px;
  margin-bottom: calc( 20px + 10 * ( ( 100vw - 480px ) / 620 ) );
  color: #fff;
}
@media screen and (max-width: 480px) {
  .paywall--lightblue .paywall__info {
    font-size: 17px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--lightblue .paywall__info {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .paywall--lightblue .paywall__info {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--lightblue .paywall__info {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .paywall--lightblue .paywall__info {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--lightblue .paywall__info {
    margin-bottom: 30px;
  }
}
.paywall--lightblue .paywall__weeks {
  font-size: 55px;
  font-size: calc( 35px + 40 * ( ( 100vw - 480px ) / 620 ) );
  font-weight: bold;
  padding-bottom: 20px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .paywall--lightblue .paywall__weeks {
    font-size: 35px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--lightblue .paywall__weeks {
    font-size: 75px;
  }
}
.paywall--lightblue .paywall__price {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 72.5px;
  font-size: calc( 45px + 55 * ( ( 100vw - 480px ) / 620 ) );
  margin-bottom: 37.5px;
  margin-bottom: calc( 20px + 35 * ( ( 100vw - 480px ) / 620 ) );
  color: #fff;
  background: #00386a;
  width: calc(100% + 30px);
  margin-left: -15px;
}
@media screen and (max-width: 480px) {
  .paywall--lightblue .paywall__price {
    font-size: 45px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--lightblue .paywall__price {
    font-size: 100px;
  }
}
@media screen and (max-width: 480px) {
  .paywall--lightblue .paywall__price {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--lightblue .paywall__price {
    margin-bottom: 55px;
  }
}
.paywall--lightblue .paywall__cta {
  font-size: 25px;
  font-size: calc( 20px + 10 * ( ( 100vw - 480px ) / 620 ) );
  margin-bottom: 22.5px;
  margin-bottom: calc( 15px + 15 * ( ( 100vw - 480px ) / 620 ) );
  color: white;
  letter-spacing: 1px;
  background: #F2B920;
  display: inline-block;
  transition: background 0.25s;
  padding: 10px 30px;
}
@media screen and (max-width: 480px) {
  .paywall--lightblue .paywall__cta {
    font-size: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--lightblue .paywall__cta {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .paywall--lightblue .paywall__cta {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--lightblue .paywall__cta {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 680px) {
  .paywall--lightblue .paywall__cta {
    padding: 15px 60px;
  }
}
.paywall--lightblue .paywall__cta:hover {
  background: #d39d0c;
}
.paywall--lightblue .paywall__time-period {
  font-size: 17.5px;
  font-size: calc( 16px + 3 * ( ( 100vw - 480px ) / 620 ) );
  margin-bottom: 40px;
  margin-bottom: calc( 30px + 20 * ( ( 100vw - 480px ) / 620 ) );
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .paywall--lightblue .paywall__time-period {
    font-size: 16px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--lightblue .paywall__time-period {
    font-size: 19px;
  }
}
@media screen and (max-width: 480px) {
  .paywall--lightblue .paywall__time-period {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--lightblue .paywall__time-period {
    margin-bottom: 50px;
  }
}
.paywall--lightblue .paywall__subscriptions {
  font-size: 20px;
  font-size: calc( 18px + 4 * ( ( 100vw - 480px ) / 620 ) );
  color: white;
  text-decoration: underline;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .paywall--lightblue .paywall__subscriptions {
    font-size: 18px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--lightblue .paywall__subscriptions {
    font-size: 22px;
  }
}
.paywall--lightblue .paywall__weeks {
  color: #0080D4;
}
.paywall--lightblue .paywall__price {
  background: #0080D4;
}
.paywall--lightblue .paywall__subscriptions {
  color: #0080D4;
}
.paywall--lightblue .paywall__info,
.paywall--lightblue .paywall__time-period {
  color: #1a1a1a;
}
.paywall--lightblue .paywall__cta {
  background: #00386a;
}
.paywall--lightblue .paywall__cta:hover {
  background: #001d37;
}

.paywall--step2 {
  background: rgba(233, 233, 233, 0.85);
  color: #1a1a1a;
  text-align: center;
  float: left;
  margin-bottom: 30px;
  width: 100%;
  padding-bottom: 57.5px;
  padding-bottom: calc( 45px + 25 * ( ( 100vw - 480px ) / 620 ) );
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .paywall--step2 {
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--step2 {
    padding-bottom: 70px;
  }
}
.paywall--step2 .paywall__login {
  background: #E9E9E9;
  float: left;
  width: calc(100% + 30px);
  margin-left: -15px;
  padding: 15px 0;
  line-height: 28px;
  color: #1a1a1a;
  font-size: 16px;
  font-size: calc( 14px + 4 * ( ( 100vw - 480px ) / 620 ) );
  margin-bottom: 32.5px;
  margin-bottom: calc( 25px + 15 * ( ( 100vw - 480px ) / 620 ) );
}
@media screen and (max-width: 480px) {
  .paywall--step2 .paywall__login {
    font-size: 14px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--step2 .paywall__login {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .paywall--step2 .paywall__login {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--step2 .paywall__login {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 680px) {
  .paywall--step2 .paywall__login {
    line-height: 38px;
  }
}
.paywall--step2 .paywall__login [class^="col-"] {
  margin-bottom: 0;
}
@media screen and (min-width: 680px) {
  .paywall--step2 .paywall__login [class^="col-"] {
    text-align: right;
  }
}
.paywall--step2 .paywall__login .paywall__readmore {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 680px) {
  .paywall--step2 .paywall__login .paywall__readmore {
    margin-bottom: 0;
    text-align: left;
  }
}
.paywall--step2 .paywall__login .paywall__login__link {
  font-size: 18px;
  font-size: calc( 16px + 4 * ( ( 100vw - 480px ) / 620 ) );
  color: white;
  letter-spacing: 1px;
  background: #0080D4;
  display: inline-block;
  transition: background 0.25s;
  padding: 0 20px;
  height: 40px;
  margin-left: 10px;
  line-height: 38px;
}
@media screen and (max-width: 480px) {
  .paywall--step2 .paywall__login .paywall__login__link {
    font-size: 16px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--step2 .paywall__login .paywall__login__link {
    font-size: 20px;
  }
}
.paywall--step2 .paywall__login .paywall__login__link:hover {
  background: #0061a1;
}
.paywall--step2 .paywall__bg-image {
  z-index: -1;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  overflow: hidden;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.paywall--step2 .paywall__bg-image img {
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
}
.paywall--step2 .paywall__info {
  font-size: 18.5px;
  font-size: calc( 17px + 3 * ( ( 100vw - 480px ) / 620 ) );
  margin-top: 32.5px;
  margin-top: calc( 25px + 15 * ( ( 100vw - 480px ) / 620 ) );
  margin-bottom: 25px;
  margin-bottom: calc( 20px + 10 * ( ( 100vw - 480px ) / 620 ) );
  color: #fff;
}
@media screen and (max-width: 480px) {
  .paywall--step2 .paywall__info {
    font-size: 17px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--step2 .paywall__info {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .paywall--step2 .paywall__info {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--step2 .paywall__info {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .paywall--step2 .paywall__info {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--step2 .paywall__info {
    margin-bottom: 30px;
  }
}
.paywall--step2 .paywall__weeks {
  font-size: 55px;
  font-size: calc( 35px + 40 * ( ( 100vw - 480px ) / 620 ) );
  font-weight: bold;
  padding-bottom: 20px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .paywall--step2 .paywall__weeks {
    font-size: 35px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--step2 .paywall__weeks {
    font-size: 75px;
  }
}
.paywall--step2 .paywall__price {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 72.5px;
  font-size: calc( 45px + 55 * ( ( 100vw - 480px ) / 620 ) );
  margin-bottom: 37.5px;
  margin-bottom: calc( 20px + 35 * ( ( 100vw - 480px ) / 620 ) );
  color: #fff;
  background: #00386a;
  width: calc(100% + 30px);
  margin-left: -15px;
}
@media screen and (max-width: 480px) {
  .paywall--step2 .paywall__price {
    font-size: 45px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--step2 .paywall__price {
    font-size: 100px;
  }
}
@media screen and (max-width: 480px) {
  .paywall--step2 .paywall__price {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--step2 .paywall__price {
    margin-bottom: 55px;
  }
}
.paywall--step2 .paywall__cta {
  font-size: 25px;
  font-size: calc( 20px + 10 * ( ( 100vw - 480px ) / 620 ) );
  margin-bottom: 22.5px;
  margin-bottom: calc( 15px + 15 * ( ( 100vw - 480px ) / 620 ) );
  color: white;
  letter-spacing: 1px;
  background: #F2B920;
  display: inline-block;
  transition: background 0.25s;
  padding: 10px 30px;
}
@media screen and (max-width: 480px) {
  .paywall--step2 .paywall__cta {
    font-size: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--step2 .paywall__cta {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .paywall--step2 .paywall__cta {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--step2 .paywall__cta {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 680px) {
  .paywall--step2 .paywall__cta {
    padding: 15px 60px;
  }
}
.paywall--step2 .paywall__cta:hover {
  background: #d39d0c;
}
.paywall--step2 .paywall__time-period {
  font-size: 17.5px;
  font-size: calc( 16px + 3 * ( ( 100vw - 480px ) / 620 ) );
  margin-bottom: 40px;
  margin-bottom: calc( 30px + 20 * ( ( 100vw - 480px ) / 620 ) );
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .paywall--step2 .paywall__time-period {
    font-size: 16px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--step2 .paywall__time-period {
    font-size: 19px;
  }
}
@media screen and (max-width: 480px) {
  .paywall--step2 .paywall__time-period {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--step2 .paywall__time-period {
    margin-bottom: 50px;
  }
}
.paywall--step2 .paywall__subscriptions {
  font-size: 20px;
  font-size: calc( 18px + 4 * ( ( 100vw - 480px ) / 620 ) );
  color: white;
  text-decoration: underline;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .paywall--step2 .paywall__subscriptions {
    font-size: 18px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--step2 .paywall__subscriptions {
    font-size: 22px;
  }
}
.paywall--step2 .paywall__weeks {
  color: #1a1a1a;
  line-height: 1.25;
}
.paywall--step2 .paywall__time-period {
  margin-bottom: 30px;
}
.paywall--step2 .paywall__info {
  background: #00386a;
  display: inline-block;
  padding: 3px 8px;
}
.paywall--step2 .paywall__wyg {
  font-size: 23px;
  font-size: calc( 20px + 6 * ( ( 100vw - 480px ) / 620 ) );
  margin-bottom: 40px;
  margin-bottom: calc( 30px + 20 * ( ( 100vw - 480px ) / 620 ) );
}
@media screen and (max-width: 480px) {
  .paywall--step2 .paywall__wyg {
    font-size: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--step2 .paywall__wyg {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .paywall--step2 .paywall__wyg {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .paywall--step2 .paywall__wyg {
    margin-bottom: 50px;
  }
}
.paywall--step2 .paywall__cta {
  margin-bottom: 0;
  background: #0080D4;
}
.paywall--step2 .paywall__cta:hover {
  background: #0061a1;
}

article {
  margin-bottom: 30px;
  padding: 0;
  position: relative;
  display: inline-block;
  width: 100%;
}
article.plus--ribbon:before, article.plus--triangle:before, article.plus--circle:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 62px;
  width: 62px;
  z-index: 1;
  pointer-events: none;
}
article.plus--ribbon:before {
  background-image: url(/img/dagsavisen/plus/plus-ribbon.png);
}
article.plus--triangle:before {
  background-image: url(/img/dagsavisen/plus/plus-triangle.png);
}
article.plus--circle:before {
  background-image: url(/img/dagsavisen/plus/plus-circle.png);
}

span[class*="cat-"] {
  color: white;
  text-transform: uppercase;
  font-size: 0.9em;
  padding: 1px 4px;
  display: inline-block;
  margin-right: 10px;
  font-family: "Open Sans", sans-serif;
}

#sticky-cxense {
  width: 300px;
}
@media screen and (min-width: 680px) {
  #sticky-cxense.fixed {
    position: fixed;
    top: 38px;
  }
}
@media screen and (min-width: 1000px) {
  #sticky-cxense.fixed {
    margin-left: 190px;
    left: 50%;
  }
}
@media screen and (min-width: 680px) {
  #sticky-cxense.stick-to-bottom {
    position: absolute;
    bottom: 0;
  }
}

.sidebar {
  position: relative;
}

.is-full .content span.tag {
  display: block;
  position: static;
  padding: 0;
  margin-top: 5px;
}
.is-full .content header h1 {
  font-family: "PT Serif", serif;
  font-size: 3em;
  margin-bottom: 0;
}
.is-full .content header h2 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.2em;
}
@media (min-width: 680px) {
  .is-full .content header h2 {
    font-size: 1.3em;
  }
}
@media (min-width: 1100px) {
  .is-full .content header h2 {
    font-size: 1.5em;
  }
}
.is-full .content .main {
  position: relative;
}
.is-full .content .main h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.is-full .content .main p {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
}
@media (min-width: 1100px) {
  .is-full .content .main p {
    font-size: 1.1em;
  }
}
.is-full .content .main p span {
  font-family: "Open Sans", sans-serif;
  margin-top: 3px;
}
@media (min-width: 680px) {
  .is-full .content .main .main-col {
    float: none;
    width: auto;
    overflow: hidden;
  }
}
.is-full .content .main .main-col h2, .is-full .content .main .main-col h3, .is-full .content .main .main-col h4 {
  letter-spacing: 0;
}
.is-full .content .main .main-col img {
  display: block;
  margin: 0 auto 10px;
}
@media (min-width: 480px) {
  .is-full .content .main .main-col img.align-left {
    padding-right: 20px;
    float: left;
  }
  .is-full .content .main .main-col img.align-right {
    padding-left: 20px;
    float: right;
  }
  .is-full .content .main .main-col img.align-center {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 680px) {
  .is-full .content .main .sidebar {
    display: block;
    width: 336px;
    float: right;
  }
}
.is-full .content .main .sidebar h3 {
  margin-top: 0;
  font-family: "PT Serif", serif;
  font-weight: 300;
  font-size: 1.3em;
}
.is-full .content .main .sidebar p {
  margin-bottom: 15px;
}
.is-full .content .main .sidebar .images, .is-full .content .main .sidebar .facts, .is-full .content .main .sidebar .recommendations {
  margin-bottom: 30px;
}
.is-full .content .main .sidebar .images h3, .is-full .content .main .sidebar .facts h3, .is-full .content .main .sidebar .recommendations h3 {
  margin-bottom: 10px;
}
.is-full .content .main .sidebar .images img, .is-full .content .main .sidebar .facts img, .is-full .content .main .sidebar .recommendations img {
  margin-bottom: 15px;
}
.is-full .content .main .sidebar .images img:last-child, .is-full .content .main .sidebar .facts img:last-child, .is-full .content .main .sidebar .recommendations img:last-child {
  margin-bottom: 0;
}
.is-full .content .main .sidebar .facts {
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.is-full .content .main .sidebar .facts p {
  font-family: "Open Sans", sans-serif;
  color: #4d4d4d;
}
.is-full .content .main .sidebar .teaser {
  margin-bottom: 30px;
}
.is-full .content .main footer .slide-in {
  width: 90%;
  max-width: 600px;
  height: 90px;
  position: fixed;
  bottom: 60px;
  z-index: 99;
  right: -100%;
  background: #CC072A;
  transition: right 0.7s;
}
@media (min-width: 680px) {
  .is-full .content .main footer .slide-in {
    height: 120px;
  }
}
.is-full .content .main footer .slide-in.active {
  right: 0;
}
.is-full .content .main footer .slide-in.remove {
  right: -100%;
}
.is-full .content .main footer .slide-in.remove.active {
  right: -100%;
}
.is-full .content .main footer .slide-in:active h3 {
  text-decoration: none;
}
.is-full .content .main footer .slide-in:after {
  content: "\f105";
  font-family: 'FontAwesome';
  color: white;
  position: absolute;
  right: 10px;
  font-size: 3em;
  top: 10px;
}
@media (min-width: 680px) {
  .is-full .content .main footer .slide-in:after {
    font-size: 5em;
    top: 0;
  }
}
.is-full .content .main footer .slide-in:hover {
  opacity: 1;
}
.is-full .content .main footer .slide-in:hover:after {
  opacity: 0.75;
}
.is-full .content .main footer .slide-in .close {
  height: 30px;
  width: 30px;
  background-color: #1a1a1a;
  position: absolute;
  opacity: 1;
  z-index: 99;
  left: -30px;
}
@media (min-width: 680px) {
  .is-full .content .main footer .slide-in .close {
    left: 0;
  }
}
.is-full .content .main footer .slide-in .close:before, .is-full .content .main footer .slide-in .close:after {
  content: "";
  height: 2px;
  width: 20px;
  display: block;
  background: white;
  margin-left: 5px;
  margin-top: 14px;
  position: absolute;
}
.is-full .content .main footer .slide-in .close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.is-full .content .main footer .slide-in .close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.is-full .content .main footer .slide-in h3 {
  color: white;
  margin-top: 15px;
  padding-right: 70px;
  line-height: 1.1em;
  margin-left: 20px;
  font-size: 1.1em;
}
@media (min-width: 680px) {
  .is-full .content .main footer .slide-in h3 {
    line-height: 1.4em;
    font-size: 1.4em;
    margin-left: 0;
  }
}
.is-full .content .main footer .slide-in img {
  height: 100%;
  width: auto;
  margin: 0;
  float: left;
  display: none;
  padding-right: 20px;
}
@media (min-width: 680px) {
  .is-full .content .main footer .slide-in img {
    display: block;
  }
}
.is-full .content .main footer .share, .is-full .content .main footer .tags, .is-full .content .main footer .comments, .is-full .content .main footer .recommendations {
  margin-bottom: 30px;
}
.is-full .content .main footer .share h4, .is-full .content .main footer .tags h4, .is-full .content .main footer .comments h4, .is-full .content .main footer .recommendations h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.4em;
}
.is-full .content .main footer .share .fb, .is-full .content .main footer .share .tw, .is-full .content .main footer .share .gplus {
  height: 64px;
  width: 64px;
  display: inline-block;
  margin-right: 15px;
  text-align: center;
  border-radius: 50%;
  font-size: 2.5em;
  line-height: 64px;
  color: white;
}
.is-full .content .main footer .share .fb {
  background-color: #3b5998;
}
.is-full .content .main footer .share .tw {
  background-color: #55acee;
}
.is-full .content .main footer .share .gplus {
  background-color: #c1272d;
}
.is-full .content .main footer .tags a {
  color: #CC072A;
  font-size: 1.1em;
  margin-right: 15px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}

.facts span {
  color: #4d4d4d;
}

.byline {
  border-width: 1px;
  border-image: url(/img/dagsavisen/temp/border.png) 25% 0 repeat;
  margin: 0 0 30px;
  max-width: 100%;
  min-height: 62px;
  padding: 0;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
.byline.two-authors .person {
  float: left;
  width: 100%;
  height: auto;
}
@media (min-width: 680px) {
  .byline.two-authors .person {
    width: 49%;
    margin-right: 2%;
  }
}
.byline.two-authors .person + .person {
  margin: 0;
}
.byline .person {
  height: 60px;
  padding: 0;
  width: 100%;
}
@media (min-width: 680px) {
  .byline .person {
    height: 32px;
  }
}
.byline .person .name {
  display: inline-block;
  padding-top: 8px;
  font-size: 0.85em;
}
@media screen and (min-width: 480px) {
  .byline .person .name {
    font-size: 0.9em;
    padding-top: 12px;
    line-height: 10px;
  }
}
@media screen and (min-width: 680px) {
  .byline .person .name {
    padding-top: 0;
    line-height: 31px;
  }
}
.byline .person .name a {
  padding-top: 10px;
  font-size: 1.05em;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  color: #CC072A;
  margin-left: 5px;
}
@media (min-width: 680px) {
  .byline .person .name a {
    padding-top: 0;
  }
}
.byline img {
  float: left;
  height: auto;
  margin: 0 10px 0 0;
  max-width: 84px;
  max-height: 60px;
}
@media (min-width: 680px) {
  .byline img {
    max-height: 64px;
  }
}
.byline .meta {
  float: left;
  background-color: #f0f0f0;
  line-height: 32px;
  height: 32px;
  margin: 0;
  width: 100%;
}
.byline .meta > * {
  float: right;
  margin: 0;
}
.byline .meta time, .byline .meta .comments, .byline .meta .shared {
  margin-right: 5px;
  font-size: 0.8em;
  color: #4d4d4d;
}
@media (min-width: 480px) {
  .byline .meta time, .byline .meta .comments, .byline .meta .shared {
    margin-right: 10px;
  }
}
.byline .meta time i, .byline .meta .comments i, .byline .meta .shared i {
  margin-right: 1px;
  font-size: 1.4em;
}
.byline .meta a.comments {
  display: none;
  color: #4d4d4d;
}
@media screen and (min-width: 680px) {
  .byline .meta a.comments {
    display: block;
  }
}
.byline .print-article {
  margin-right: 5px;
  height: 32px;
  line-height: 32px;
  padding: 0 5px;
  color: #808080;
  cursor: pointer;
}
.byline .socialmedia ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.byline .socialmedia ul li {
  float: left;
}
.byline .socialmedia ul li a {
  margin-top: 5px;
  height: 22px;
  width: 22px;
  margin-right: 5px;
  text-align: center;
  padding: 0 5px;
  color: #808080;
  float: left;
  position: relative;
}
.byline .socialmedia ul li a i {
  font-size: 1em;
  margin: 4px 0 0 -6px;
  position: absolute;
}
.byline .socialmedia ul li a i.fa-facebook {
  margin-left: -3px;
}

article .content .byline img {
  float: left;
  height: auto;
  margin-right: 10px;
  max-width: 50px;
  padding: 0;
}

.overlegg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  z-index: 10000;
}

.overlegg:before {
  position: absolute;
  content: "";
  height: 400px;
  width: 200px;
  border-radius: 50%;
  background: #990000;
  box-shadow: 0 0 100px 100px #990000;
  bottom: -200px;
  left: 50%;
  margin-left: -100px;
}

.overlegg #medd {
  position: absolute;
  bottom: 210px;
  left: 50%;
  width: 200px;
  height: 30px;
  margin-left: -100px;
  color: yellow;
  font-family: courier, monospace;
  font-size: 12px;
  background: transparent;
  border: none;
  text-align: center;
  resize: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.overlegg img {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -100px;
  height: 200px;
  width: 200px;
}

.overlegg .oga {
  position: absolute;
  bottom: 145px;
  left: 50%;
  height: 0px;
  width: 0px;
  box-shadow: 0 0 15px 7px orange;
  background: yellow;
  z-index: 100000;
  -webkit-animation: flash 2s infinite;
  -moz-animation: flash 2s infinite;
  -o-animation: flash 2s infinite;
  animation: flash 2s infinite;
}

.overlegg .oga.left {
  margin-left: -26px;
}

.overlegg .oga.right {
  margin-left: -7px;
}

@-webkit-keyframes flash {
  0% {
    box-shadow: 0 0 10px 5px orange;
  }
  50% {
    box-shadow: 0 0 15px 7px orange;
  }
  100% {
    box-shadow: 0 0 10px 5px orange;
  }
}
@-moz-keyframes flash {
  0% {
    box-shadow: 0 0 10px 5px orange;
  }
  50% {
    box-shadow: 0 0 15px 7px orange;
  }
  100% {
    box-shadow: 0 0 10px 5px orange;
  }
}
@-o-keyframes flash {
  0% {
    box-shadow: 0 0 10px 5px orange;
  }
  50% {
    box-shadow: 0 0 15px 7px orange;
  }
  100% {
    box-shadow: 0 0 10px 5px orange;
  }
}
@keyframes flash {
  0% {
    box-shadow: 0 0 10px 5px orange;
  }
  50% {
    box-shadow: 0 0 15px 7px orange;
  }
  100% {
    box-shadow: 0 0 10px 5px orange;
  }
}
.slideshow {
  margin-left: -18px;
  margin-right: -18px;
  position: relative;
}
@media (min-width: 680px) {
  .slideshow {
    margin: 0;
  }
}
.slideshow .carousel-inner {
  position: relative;
  padding-bottom: 56.3265306%;
  height: 0;
  overflow: hidden;
}
.slideshow .carousel-inner > .item {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
}
.slideshow .carousel-inner > .item > img, .slideshow .carousel-inner > .item > a > img {
  margin: 0;
  height: auto;
  max-height: 100%;
  width: auto;
  margin: 0 auto;
}
.slideshow .carousel-inner > .item.caption-expanded .carousel-caption {
  max-height: 100%;
}
.slideshow .carousel-show-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 30px;
  background: black;
  color: white;
  line-height: 30px;
  padding: 0 10px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 0.8em;
  cursor: pointer;
  z-index: 1002;
}
.slideshow .carousel-caption {
  padding-bottom: 0;
  bottom: 30px;
  left: 0;
  right: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: left;
  max-height: 0;
  height: auto;
  line-height: 55px;
  padding: 0;
  width: 100%;
  z-index: 1000;
  transition: max-height 0.3s;
}
@media (min-width: 680px) {
  .slideshow .carousel-caption {
    margin-left: 0;
    margin-right: 0;
  }
}
.slideshow .carousel-caption p {
  padding: 0 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 0.85em;
}
@media (min-width: 680px) {
  .slideshow .carousel-caption p {
    padding: 10px 20px 10px;
    font-size: 0.9em;
  }
}
@media (min-width: 680px) {
  .slideshow .carousel-caption p {
    font-size: 0.95em;
  }
}
.slideshow .carousel-photo-by {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 0.85em;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  z-index: 1001;
  color: white;
}
.slideshow .carousel-control {
  top: 56%;
  margin-top: -75px;
}
@media (min-width: 680px) {
  .slideshow .carousel-control {
    margin-top: -100px;
  }
}
.slideshow .carousel-control.left, .slideshow .carousel-control.right {
  background: transparent;
  color: white;
  margin-right: 0;
}
.slideshow .carousel-control.left i, .slideshow .carousel-control.right i {
  position: absolute;
  z-index: 99;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  font-size: 30px;
  padding: 10px 15px;
}
@media (min-width: 480px) {
  .slideshow .carousel-control.left i, .slideshow .carousel-control.right i {
    font-size: 45px;
    padding: 15px 20px;
  }
}
@media (min-width: 680px) {
  .slideshow .carousel-control.left i, .slideshow .carousel-control.right i {
    font-size: 65px;
    padding: 20px 25px;
  }
}
.slideshow .carousel-control.left i:hover, .slideshow .carousel-control.right i:hover {
  background: #000000;
}
.slideshow .carousel-control.left i {
  left: 0;
}
.slideshow .carousel-control.right i {
  right: 0;
}

/* Partials */
.regular-page.sticky #wrapper:before {
  display: none;
}
.regular-page.has-top-img #main-content {
  width: 100%;
  padding-top: 20%;
}
@media (min-width: 680px) {
  .regular-page.has-top-img #main-content {
    padding-top: 10%;
  }
}
@media (min-width: 680px) {
  .regular-page.has-top-img #main-content .container:first-child {
    padding-top: 40px;
  }
}
.regular-page #main-content .container {
  background: white;
}
@media (min-width: 680px) {
  .regular-page #main-content .container {
    padding: 0 60px;
  }
}
.regular-page h1, .regular-page h2, .regular-page h3, .regular-page h4, .regular-page h5, .regular-page h6 {
  margin-bottom: 5px;
}
.regular-page h1 {
  font-size: 3em;
  margin-bottom: 15px;
}
.regular-page h2 {
  font-size: 1.5em;
}
.regular-page h3 {
  font-size: 1.3em;
}
.regular-page h4 {
  font-size: 1.1em;
}
.regular-page #main-content {
  padding-bottom: 30px;
}

ul {
  padding: 0;
  font-size: 0.85em;
}
ul li {
  list-style: none;
}

ul.contact-list {
  font-size: 0.8em;
}
ul.contact-list li {
  margin-bottom: 20px;
  display: table;
}
ul.contact-list li .contact-image {
  display: table-cell;
  width: 84px;
}
ul.contact-list li .contact-image img {
  width: 84px;
  height: 64px;
  padding-right: 10px;
}
ul.contact-list li .contact-content {
  display: table-cell;
  vertical-align: top;
}
ul.contact-list li .name, ul.contact-list li .phone {
  display: inline;
}
ul.contact-list li .name strong, ul.contact-list li .phone strong {
  font-size: 0.9em;
}
ul.contact-list li .name strong, ul.contact-list li .name span, ul.contact-list li .phone strong, ul.contact-list li .phone span {
  display: inline-block;
}

.qa {
  font-size: 1.05em;
  margin-top: 30px;
}
.qa li {
  position: relative;
  padding-left: 45px;
}
.qa li.question:before, .qa li.answer:before {
  content: "";
  height: 26px;
  width: 30px;
  position: absolute;
  left: 0;
  top: 0;
}
.qa li.question {
  margin-bottom: 8px;
  font-weight: bold;
}
.qa li.question:before {
  background-image: url("/img/dagsavisen/temp/q.svg");
}
.qa li.answer {
  margin-bottom: 15px;
}
.qa li.answer:before {
  background-image: url("/img/dagsavisen/temp/a.svg");
}

label {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #808080;
  margin: 20px 0 0;
}
label:after {
  content: "";
  border-top: 1px solid #808080;
  top: 50%;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
}
label span {
  background: white;
  padding-right: 10px;
  z-index: 1;
  position: relative;
}
label .fa {
  float: right;
  position: relative;
  z-index: 1;
  font-size: 1.5em;
  color: #CC072A;
  background: white;
  padding-left: 8px;
  cursor: pointer;
}

.dummy-col {
  display: none;
}
@media (min-width: 680px) {
  .dummy-col {
    display: block;
  }
}

.top-img {
  width: 100%;
  position: absolute;
  z-index: -1;
  margin-bottom: 100px;
  padding-bottom: 32%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 680px) {
  .top-img {
    padding-bottom: 28%;
  }
}

label + ul.pricelist {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
}

label.show-prices + ul.pricelist {
  max-height: 999px;
  overflow: auto;
  transition: max-height 0.2s;
}

ul.pricelist {
  font-size: 1em;
  margin: 2px 0 15px;
}
ul.pricelist li {
  position: relative;
  height: 28px;
  line-height: 28px;
}
ul.pricelist li:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  height: 1px;
  width: 100%;
  border-top: 2px dotted black;
}
ul.pricelist li.pricelist-info:before {
  display: none;
}
ul.pricelist li span {
  background: white;
  z-index: 1;
  position: relative;
}
ul.pricelist li .descr {
  padding-right: 2px;
}
ul.pricelist li .price {
  float: right;
  padding-left: 2px;
}

.ad-files {
  display: block;
}
.ad-files a[href*="pdf"], .ad-files a[href*="icc"] {
  display: inline;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 60px;
}
.ad-files a[href*="pdf"]:before, .ad-files a[href*="icc"]:before {
  margin-top: -10px;
  content: "";
  height: 62px;
  width: 50px;
  display: block;
  position: absolute;
  left: 18px;
  top: 0;
  background-size: cover;
}
.ad-files a[href*="pdf"]:before {
  background-image: url("/img/dagsavisen/temp/pdf_icon.png");
}
.ad-files a[href*="icc"]:before {
  background-image: url("/img/dagsavisen/temp/icc_icon.png");
}
.ad-files > div {
  margin-bottom: 30px;
}
.ad-files small {
  display: inline-block;
  color: #808080;
  font-size: 0.7em;
  margin-left: 60px;
  width: 100%;
}

.service-text-block {
  word-wrap: break-word;
}
.service-text-block h3 {
  margin-top: 0;
}

.customerservice-block {
  height: 220px;
  padding: 0 18px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.customerservice-block.my-page {
  background: #B7E1F8;
}
.customerservice-block.my-page .fa {
  color: #F5C95D;
  color: #8DBFE8;
  bottom: 15px;
  font-size: 9em;
  right: 30px;
}
.customerservice-block.customerservice {
  background: #FBE9BA;
}
.customerservice-block.customerservice .fa {
  color: #F5C95D;
  bottom: 0;
  font-size: 12em;
  right: 20px;
}
.customerservice-block .fa {
  position: absolute;
  z-index: -1;
  opacity: 0.5;
}
.customerservice-block a.lesmer {
  position: absolute;
  bottom: 20px;
}

[class*="col-"] {
  margin-bottom: 30px;
}

.product-logo {
  height: 100px;
  position: relative;
  text-align: center;
}
.product-logo:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  background: tomato;
  position: relative;
}
.product-logo img {
  max-height: 96%;
  max-width: 96%;
  height: auto;
  width: auto;
  vertical-align: middle;
  z-index: 1;
}

.lang-links {
  position: absolute;
  margin-top: 10px;
  right: 18px;
  z-index: 1;
}
.lang-links ul li {
  height: 20px;
  display: inline-block;
}
@media (min-width: 680px) {
  .lang-links ul li {
    height: 30px;
  }
}
.lang-links ul li a {
  padding: 5px;
  margin-left: 10px;
  font-size: 0.85em;
}
@media (min-width: 680px) {
  .lang-links ul li a {
    font-size: 1.15em;
  }
}

#main-content {
  position: relative;
}

[id^="lang-"] {
  position: absolute;
  visibility: hidden;
  margin-top: -40px;
}
@media (min-width: 680px) {
  [id^="lang-"] {
    margin-top: -150px;
  }
}

/* Start of styling for 320 x 250 */
.sponsored-post--320x250 {
  background-color: #e4f3f7;
  font-family: sans-serif;
  float: left;
  position: relative;
  padding: 0;
  width: 320px;
  height: 250px;
}
.sponsored-post--320x250 .sponsored-post__thumbnail {
  overflow: hidden;
}
.sponsored-post--320x250 .sponsored-post__thumbnail img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sponsored-post--320x250 .sponsored-post__attribution {
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 2px;
  background-color: #F2B920;
  border-radius: 2px;
  padding: 4px;
  position: static;
  margin-left: 15px;
  margin-right: 15px;
  pointer-events: none;
}
.sponsored-post--320x250 .sponsored-post__content {
  padding: 15px;
}
.sponsored-post--320x250 .sponsored-post__content__headline {
  font-size: 21px;
  margin: 0 0 5px;
  font-family: sans-serif;
}
.sponsored-post--320x250 .sponsored-post__content__headline a {
  color: #000;
}
.sponsored-post--320x250 .sponsored-post__content__body {
  font-size: 13px;
  font-family: sans-serif;
}
.sponsored-post--320x250 .sponsored-post__thumbnail {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.sponsored-post--320x250 .sponsored-post__thumbnail img {
  height: 100%;
  width: auto;
}
.sponsored-post--320x250 .sponsored-post__attribution {
  position: absolute;
  margin-left: 4px;
  top: 4px;
}
.sponsored-post--320x250 .sponsored-post__content__headline a {
  color: white;
}
.sponsored-post--320x250 .sponsored-post__content {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
}
.sponsored-post--320x250 .sponsored-post__content .sponsored-post__content__headline {
  color: white;
}
.sponsored-post--320x250 .sponsored-post__content .sponsored-post__content__body {
  color: white;
}
.sponsored-post--320x250 .sponsored-post__content__headline {
  font-size: 18px;
}
.sponsored-post--320x250 .sponsored-post__content__body {
  font-size: 11px;
}

/* End of styling for 320 x 250 */
/* Start of styling for 300 x 250 */
.sponsored-post--300x250 {
  background-color: #e4f3f7;
  font-family: sans-serif;
  float: left;
  position: relative;
  padding: 0;
  width: 300px;
  height: 250px;
}
.sponsored-post--300x250 .sponsored-post__thumbnail {
  overflow: hidden;
}
.sponsored-post--300x250 .sponsored-post__thumbnail img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sponsored-post--300x250 .sponsored-post__attribution {
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 2px;
  background-color: #F2B920;
  border-radius: 2px;
  padding: 4px;
  position: static;
  margin-left: 15px;
  margin-right: 15px;
  pointer-events: none;
}
.sponsored-post--300x250 .sponsored-post__content {
  padding: 15px;
}
.sponsored-post--300x250 .sponsored-post__content__headline {
  font-size: 21px;
  margin: 0 0 5px;
  font-family: sans-serif;
}
.sponsored-post--300x250 .sponsored-post__content__headline a {
  color: #000;
}
.sponsored-post--300x250 .sponsored-post__content__body {
  font-size: 13px;
  font-family: sans-serif;
}
.sponsored-post--300x250 .sponsored-post__thumbnail {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.sponsored-post--300x250 .sponsored-post__thumbnail img {
  height: 100%;
  width: auto;
}
.sponsored-post--300x250 .sponsored-post__attribution {
  position: absolute;
  margin-left: 4px;
  top: 4px;
}
.sponsored-post--300x250 .sponsored-post__content__headline a {
  color: white;
}
.sponsored-post--300x250 .sponsored-post__content {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
}
.sponsored-post--300x250 .sponsored-post__content .sponsored-post__content__headline {
  color: white;
}
.sponsored-post--300x250 .sponsored-post__content .sponsored-post__content__body {
  color: white;
}
.sponsored-post--300x250 .sponsored-post__content__headline {
  font-size: 18px;
}
.sponsored-post--300x250 .sponsored-post__content__body {
  font-size: 11px;
}

/* End of styling for 300 x 250 */
/* Start of styling for 320 x 320 */
.sponsored-post--320x320 {
  background-color: #e4f3f7;
  font-family: sans-serif;
  float: left;
  position: relative;
  padding: 0;
  width: 320px;
  height: 320px;
}
.sponsored-post--320x320 .sponsored-post__thumbnail {
  overflow: hidden;
}
.sponsored-post--320x320 .sponsored-post__thumbnail img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sponsored-post--320x320 .sponsored-post__attribution {
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 2px;
  background-color: #F2B920;
  border-radius: 2px;
  padding: 4px;
  position: static;
  margin-left: 15px;
  margin-right: 15px;
  pointer-events: none;
}
.sponsored-post--320x320 .sponsored-post__content {
  padding: 15px;
}
.sponsored-post--320x320 .sponsored-post__content__headline {
  font-size: 21px;
  margin: 0 0 5px;
  font-family: sans-serif;
}
.sponsored-post--320x320 .sponsored-post__content__headline a {
  color: #000;
}
.sponsored-post--320x320 .sponsored-post__content__body {
  font-size: 13px;
  font-family: sans-serif;
}
.sponsored-post--320x320 .sponsored-post__thumbnail {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.sponsored-post--320x320 .sponsored-post__thumbnail img {
  height: 100%;
  width: auto;
}
.sponsored-post--320x320 .sponsored-post__attribution {
  position: absolute;
  margin-left: 4px;
  top: 4px;
}
.sponsored-post--320x320 .sponsored-post__content__headline a {
  color: white;
}
.sponsored-post--320x320 .sponsored-post__content {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
}
.sponsored-post--320x320 .sponsored-post__content .sponsored-post__content__headline {
  color: white;
}
.sponsored-post--320x320 .sponsored-post__content .sponsored-post__content__body {
  color: white;
}

/* End of styling for 320 x 320 */
/* Start of styling for 250 x 320 */
.sponsored-post--250x320 {
  background-color: #e4f3f7;
  font-family: sans-serif;
  float: left;
  position: relative;
  width: 250px;
  height: 320px;
}
.sponsored-post--250x320 .sponsored-post__thumbnail {
  overflow: hidden;
}
.sponsored-post--250x320 .sponsored-post__thumbnail img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sponsored-post--250x320 .sponsored-post__attribution {
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 2px;
  background-color: #F2B920;
  border-radius: 2px;
  padding: 4px;
  position: static;
  margin-left: 15px;
  margin-right: 15px;
  pointer-events: none;
}
.sponsored-post--250x320 .sponsored-post__content {
  padding: 15px;
}
.sponsored-post--250x320 .sponsored-post__content__headline {
  font-size: 21px;
  margin: 0 0 5px;
  font-family: sans-serif;
}
.sponsored-post--250x320 .sponsored-post__content__headline a {
  color: #000;
}
.sponsored-post--250x320 .sponsored-post__content__body {
  font-size: 13px;
  font-family: sans-serif;
}
.sponsored-post--250x320 .sponsored-post__thumbnail {
  height: auto;
  width: 100%;
  margin-bottom: 10px;
}

/* End of styling for 250 x 320 */
/* Start of styling for 980 x 150 */
.sponsored-post--980x150 {
  background-color: #e4f3f7;
  font-family: sans-serif;
  float: left;
  position: relative;
  width: 980px;
  height: 150px;
}
.sponsored-post--980x150 .sponsored-post__thumbnail {
  overflow: hidden;
}
.sponsored-post--980x150 .sponsored-post__thumbnail img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sponsored-post--980x150 .sponsored-post__attribution {
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 2px;
  background-color: #F2B920;
  border-radius: 2px;
  padding: 4px;
  position: static;
  margin-left: 15px;
  margin-right: 15px;
  pointer-events: none;
}
.sponsored-post--980x150 .sponsored-post__content {
  padding: 15px;
}
.sponsored-post--980x150 .sponsored-post__content__headline {
  font-size: 21px;
  margin: 0 0 5px;
  font-family: sans-serif;
}
.sponsored-post--980x150 .sponsored-post__content__headline a {
  color: #000;
}
.sponsored-post--980x150 .sponsored-post__content__body {
  font-size: 13px;
  font-family: sans-serif;
}
.sponsored-post--980x150 .sponsored-post__thumbnail {
  height: 100%;
  width: auto;
  background: none;
  float: left;
}
.sponsored-post--980x150 .sponsored-post__thumbnail img {
  display: block;
  height: 100%;
  width: auto;
}
.sponsored-post--980x150 .sponsored-post__attribution {
  position: absolute;
  top: 7.5px;
  left: 0;
  margin-left: 7.5px;
}
.sponsored-post--980x150 .sponsored-post__thumbnail {
  margin: 0 20px 0 0;
}
.sponsored-post--980x150 .sponsored-post__content__headline {
  font-size: 25px;
}
.sponsored-post--980x150 .sponsored-post__content__body {
  font-size: 15px;
}
.sponsored-post--980x150 .sponsored-post__attribution {
  position: static;
  margin: 10px 0 0;
}

/* End of styling for 980 x 150 */
/* Start of styling for 980 x 300 */
.sponsored-post--980x300 {
  background-color: #e4f3f7;
  font-family: sans-serif;
  float: left;
  position: relative;
  width: 980px;
  height: 300px;
}
.sponsored-post--980x300 .sponsored-post__thumbnail {
  overflow: hidden;
}
.sponsored-post--980x300 .sponsored-post__thumbnail img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sponsored-post--980x300 .sponsored-post__attribution {
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 2px;
  background-color: #F2B920;
  border-radius: 2px;
  padding: 4px;
  position: static;
  margin-left: 15px;
  margin-right: 15px;
  pointer-events: none;
}
.sponsored-post--980x300 .sponsored-post__content {
  padding: 15px;
}
.sponsored-post--980x300 .sponsored-post__content__headline {
  font-size: 21px;
  margin: 0 0 5px;
  font-family: sans-serif;
}
.sponsored-post--980x300 .sponsored-post__content__headline a {
  color: #000;
}
.sponsored-post--980x300 .sponsored-post__content__body {
  font-size: 13px;
  font-family: sans-serif;
}
.sponsored-post--980x300 .sponsored-post__thumbnail {
  height: 100%;
  width: auto;
  background: none;
  float: left;
}
.sponsored-post--980x300 .sponsored-post__thumbnail img {
  display: block;
  height: 100%;
  width: auto;
}
.sponsored-post--980x300 .sponsored-post__attribution {
  position: absolute;
  top: 7.5px;
  left: 0;
  margin-left: 7.5px;
}
.sponsored-post--980x300 .sponsored-post__thumbnail {
  margin: 0 36px 0 0;
}
.sponsored-post--980x300 .sponsored-post__content {
  padding: 26px 36px 0;
}
.sponsored-post--980x300 .sponsored-post__content__headline {
  font-size: 37px;
}
.sponsored-post--980x300 .sponsored-post__content__body {
  font-size: 16px;
}

/* End of styling for 980 x 300 */
/* Start of styling for 300 x 600 */
.sponsored-post--300x600 {
  background-color: #e4f3f7;
  font-family: sans-serif;
  float: left;
  position: relative;
  width: 300px;
  height: 600px;
}
.sponsored-post--300x600 .sponsored-post__thumbnail {
  overflow: hidden;
}
.sponsored-post--300x600 .sponsored-post__thumbnail img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sponsored-post--300x600 .sponsored-post__attribution {
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 2px;
  background-color: #F2B920;
  border-radius: 2px;
  padding: 4px;
  position: static;
  margin-left: 15px;
  margin-right: 15px;
  pointer-events: none;
}
.sponsored-post--300x600 .sponsored-post__content {
  padding: 15px;
}
.sponsored-post--300x600 .sponsored-post__content__headline {
  font-size: 21px;
  margin: 0 0 5px;
  font-family: sans-serif;
}
.sponsored-post--300x600 .sponsored-post__content__headline a {
  color: #000;
}
.sponsored-post--300x600 .sponsored-post__content__body {
  font-size: 13px;
  font-family: sans-serif;
}
.sponsored-post--300x600 .sponsored-post__thumbnail {
  margin-bottom: 20px;
}
.sponsored-post--300x600 .sponsored-post__thumbnail img {
  width: auto;
}
.sponsored-post--300x600 .sponsored-post__content__headline {
  margin-bottom: 15px;
}
.sponsored-post--300x600 .sponsored-post__thumbnail img {
  height: 320px;
}
.sponsored-post--300x600 .sponsored-post__content__headline {
  font-size: 25px;
}
.sponsored-post--300x600 .sponsored-post__content__body {
  font-size: 15px;
}

/* End of styling for 300 x 600 */
/* Start of styling for 180 x 500 */
.sponsored-post--180x500 {
  background-color: #e4f3f7;
  font-family: sans-serif;
  float: left;
  position: relative;
  width: 180px;
  height: 500px;
}
.sponsored-post--180x500 .sponsored-post__thumbnail {
  overflow: hidden;
}
.sponsored-post--180x500 .sponsored-post__thumbnail img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sponsored-post--180x500 .sponsored-post__attribution {
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 2px;
  background-color: #F2B920;
  border-radius: 2px;
  padding: 4px;
  position: static;
  margin-left: 15px;
  margin-right: 15px;
  pointer-events: none;
}
.sponsored-post--180x500 .sponsored-post__content {
  padding: 15px;
}
.sponsored-post--180x500 .sponsored-post__content__headline {
  font-size: 21px;
  margin: 0 0 5px;
  font-family: sans-serif;
}
.sponsored-post--180x500 .sponsored-post__content__headline a {
  color: #000;
}
.sponsored-post--180x500 .sponsored-post__content__body {
  font-size: 13px;
  font-family: sans-serif;
}
.sponsored-post--180x500 .sponsored-post__thumbnail {
  margin-bottom: 20px;
}
.sponsored-post--180x500 .sponsored-post__thumbnail img {
  width: auto;
}
.sponsored-post--180x500 .sponsored-post__content__headline {
  margin-bottom: 15px;
}
.sponsored-post--180x500 .sponsored-post__thumbnail img {
  height: 240px;
}

/* End of styling for 180 x 500 */
/* Start of styling for 160 x 600 */
.sponsored-post--160x600 {
  background-color: #e4f3f7;
  font-family: sans-serif;
  float: left;
  position: relative;
  width: 160px;
  height: 600px;
}
.sponsored-post--160x600 .sponsored-post__thumbnail {
  overflow: hidden;
}
.sponsored-post--160x600 .sponsored-post__thumbnail img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sponsored-post--160x600 .sponsored-post__attribution {
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 2px;
  background-color: #F2B920;
  border-radius: 2px;
  padding: 4px;
  position: static;
  margin-left: 15px;
  margin-right: 15px;
  pointer-events: none;
}
.sponsored-post--160x600 .sponsored-post__content {
  padding: 15px;
}
.sponsored-post--160x600 .sponsored-post__content__headline {
  font-size: 21px;
  margin: 0 0 5px;
  font-family: sans-serif;
}
.sponsored-post--160x600 .sponsored-post__content__headline a {
  color: #000;
}
.sponsored-post--160x600 .sponsored-post__content__body {
  font-size: 13px;
  font-family: sans-serif;
}
.sponsored-post--160x600 .sponsored-post__thumbnail {
  margin-bottom: 20px;
}
.sponsored-post--160x600 .sponsored-post__thumbnail img {
  width: auto;
}
.sponsored-post--160x600 .sponsored-post__content__headline {
  margin-bottom: 15px;
}
.sponsored-post--160x600 .sponsored-post__thumbnail img {
  height: 200px;
}

/* End of styling for 160 x 600 */
/* Start of styling for desktop full-width */
.sponsored-post--desktop--full {
  background-color: #e4f3f7;
  font-family: sans-serif;
  float: left;
  position: relative;
  height: 300px;
  width: 100%;
}
.sponsored-post--desktop--full .sponsored-post__thumbnail {
  overflow: hidden;
}
.sponsored-post--desktop--full .sponsored-post__thumbnail img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sponsored-post--desktop--full .sponsored-post__attribution {
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 2px;
  background-color: #F2B920;
  border-radius: 2px;
  padding: 4px;
  position: static;
  margin-left: 15px;
  margin-right: 15px;
  pointer-events: none;
}
.sponsored-post--desktop--full .sponsored-post__content {
  padding: 15px;
}
.sponsored-post--desktop--full .sponsored-post__content__headline {
  font-size: 21px;
  margin: 0 0 5px;
  font-family: sans-serif;
}
.sponsored-post--desktop--full .sponsored-post__content__headline a {
  color: #000;
}
.sponsored-post--desktop--full .sponsored-post__content__body {
  font-size: 13px;
  font-family: sans-serif;
}
.sponsored-post--desktop--full .sponsored-post__thumbnail {
  height: 100%;
  width: auto;
  background: none;
  float: left;
}
.sponsored-post--desktop--full .sponsored-post__thumbnail img {
  display: block;
  height: 100%;
  width: auto;
}
.sponsored-post--desktop--full .sponsored-post__attribution {
  position: absolute;
  top: 7.5px;
  left: 0;
  margin-left: 7.5px;
}
.sponsored-post--desktop--full .sponsored-post__thumbnail {
  margin: 0 36px 0 0;
}
.sponsored-post--desktop--full .sponsored-post__content {
  padding: 26px 36px 0;
}
.sponsored-post--desktop--full .sponsored-post__content__headline {
  font-size: 37px;
}
.sponsored-post--desktop--full .sponsored-post__content__body {
  font-size: 16px;
}

/* End of styling for desktop full-width */
/* Start of styling for desktop half-width */
.sponsored-post--desktop--half {
  background-color: #e4f3f7;
  font-family: sans-serif;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
}
.sponsored-post--desktop--half .sponsored-post__thumbnail {
  overflow: hidden;
}
.sponsored-post--desktop--half .sponsored-post__thumbnail img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sponsored-post--desktop--half .sponsored-post__attribution {
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 2px;
  background-color: #F2B920;
  border-radius: 2px;
  padding: 4px;
  position: static;
  margin-left: 15px;
  margin-right: 15px;
  pointer-events: none;
}
.sponsored-post--desktop--half .sponsored-post__content {
  padding: 15px;
}
.sponsored-post--desktop--half .sponsored-post__content__headline {
  font-size: 21px;
  margin: 0 0 5px;
  font-family: sans-serif;
}
.sponsored-post--desktop--half .sponsored-post__content__headline a {
  color: #000;
}
.sponsored-post--desktop--half .sponsored-post__content__body {
  font-size: 13px;
  font-family: sans-serif;
}
.sponsored-post--desktop--half .sponsored-post__thumbnail {
  margin-bottom: 20px;
}
.sponsored-post--desktop--half .sponsored-post__thumbnail img {
  width: auto;
}
.sponsored-post--desktop--half .sponsored-post__content__headline {
  margin-bottom: 15px;
}
.sponsored-post--desktop--half .sponsored-post__thumbnail img {
  height: 320px;
}
.sponsored-post--desktop--half .sponsored-post__content__headline {
  font-size: 25px;
}
.sponsored-post--desktop--half .sponsored-post__content__body {
  font-size: 15px;
}

/* End of styling for desktop half-width */
/* Start of styling for desktop a third width */
.sponsored-post--desktop--third {
  background-color: #e4f3f7;
  font-family: sans-serif;
  float: left;
  position: relative;
  padding: 0;
  height: 250px;
  width: 100%;
}
.sponsored-post--desktop--third .sponsored-post__thumbnail {
  overflow: hidden;
}
.sponsored-post--desktop--third .sponsored-post__thumbnail img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sponsored-post--desktop--third .sponsored-post__attribution {
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 2px;
  background-color: #F2B920;
  border-radius: 2px;
  padding: 4px;
  position: static;
  margin-left: 15px;
  margin-right: 15px;
  pointer-events: none;
}
.sponsored-post--desktop--third .sponsored-post__content {
  padding: 15px;
}
.sponsored-post--desktop--third .sponsored-post__content__headline {
  font-size: 21px;
  margin: 0 0 5px;
  font-family: sans-serif;
}
.sponsored-post--desktop--third .sponsored-post__content__headline a {
  color: #000;
}
.sponsored-post--desktop--third .sponsored-post__content__body {
  font-size: 13px;
  font-family: sans-serif;
}
.sponsored-post--desktop--third .sponsored-post__thumbnail {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.sponsored-post--desktop--third .sponsored-post__thumbnail img {
  height: 100%;
  width: auto;
}
.sponsored-post--desktop--third .sponsored-post__attribution {
  position: absolute;
  margin-left: 4px;
  top: 4px;
}
.sponsored-post--desktop--third .sponsored-post__content__headline a {
  color: white;
}
.sponsored-post--desktop--third .sponsored-post__content {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
}
.sponsored-post--desktop--third .sponsored-post__content .sponsored-post__content__headline {
  color: white;
}
.sponsored-post--desktop--third .sponsored-post__content .sponsored-post__content__body {
  color: white;
}

/* End of styling for desktop a third width */
/* Start of styling for mobile full-width */
.sponsored-post--mobile--full {
  background-color: #e4f3f7;
  font-family: sans-serif;
  float: left;
  position: relative;
  padding: 0;
  height: 300px;
  width: 100%;
}
.sponsored-post--mobile--full .sponsored-post__thumbnail {
  overflow: hidden;
}
.sponsored-post--mobile--full .sponsored-post__thumbnail img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sponsored-post--mobile--full .sponsored-post__attribution {
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 2px;
  background-color: #F2B920;
  border-radius: 2px;
  padding: 4px;
  position: static;
  margin-left: 15px;
  margin-right: 15px;
  pointer-events: none;
}
.sponsored-post--mobile--full .sponsored-post__content {
  padding: 15px;
}
.sponsored-post--mobile--full .sponsored-post__content__headline {
  font-size: 21px;
  margin: 0 0 5px;
  font-family: sans-serif;
}
.sponsored-post--mobile--full .sponsored-post__content__headline a {
  color: #000;
}
.sponsored-post--mobile--full .sponsored-post__content__body {
  font-size: 13px;
  font-family: sans-serif;
}
.sponsored-post--mobile--full .sponsored-post__thumbnail {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.sponsored-post--mobile--full .sponsored-post__thumbnail img {
  height: 100%;
  width: auto;
}
.sponsored-post--mobile--full .sponsored-post__attribution {
  position: absolute;
  margin-left: 4px;
  top: 4px;
}
.sponsored-post--mobile--full .sponsored-post__content__headline a {
  color: white;
}
.sponsored-post--mobile--full .sponsored-post__content {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
}
.sponsored-post--mobile--full .sponsored-post__content .sponsored-post__content__headline {
  color: white;
}
.sponsored-post--mobile--full .sponsored-post__content .sponsored-post__content__body {
  color: white;
}

/* End of styling for mobile full-width */
/* Start of styling for mobile half-width */
.sponsored-post--mobile--half {
  background-color: #e4f3f7;
  font-family: sans-serif;
  float: left;
  position: relative;
  width: 100%;
  min-height: 300px;
}
.sponsored-post--mobile--half .sponsored-post__thumbnail {
  overflow: hidden;
}
.sponsored-post--mobile--half .sponsored-post__thumbnail img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sponsored-post--mobile--half .sponsored-post__attribution {
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 2px;
  background-color: #F2B920;
  border-radius: 2px;
  padding: 4px;
  position: static;
  margin-left: 15px;
  margin-right: 15px;
  pointer-events: none;
}
.sponsored-post--mobile--half .sponsored-post__content {
  padding: 15px;
}
.sponsored-post--mobile--half .sponsored-post__content__headline {
  font-size: 21px;
  margin: 0 0 5px;
  font-family: sans-serif;
}
.sponsored-post--mobile--half .sponsored-post__content__headline a {
  color: #000;
}
.sponsored-post--mobile--half .sponsored-post__content__body {
  font-size: 13px;
  font-family: sans-serif;
}
.sponsored-post--mobile--half .sponsored-post__thumbnail {
  margin-bottom: 20px;
}
.sponsored-post--mobile--half .sponsored-post__thumbnail img {
  width: auto;
}
.sponsored-post--mobile--half .sponsored-post__content__headline {
  margin-bottom: 15px;
}
.sponsored-post--mobile--half .sponsored-post__thumbnail {
  height: auto;
  width: 100%;
  margin-bottom: 10px;
}
.sponsored-post--mobile--half .sponsored-post__thumbnail img {
  height: 120px;
}
.sponsored-post--mobile--half .sponsored-post__content__headline {
  font-size: 18px;
}

/* End of styling for mobile half-width */
.sponsored-post__demo hr {
  margin: 20px 0;
  float: left;
  width: 100%;
}
.sponsored-post__demo .sponsored-post {
  position: relative;
  margin-top: 20px;
  margin-bottom: 50px;
}
.sponsored-post__demo .sponsored-post:before {
  position: absolute;
  left: 0;
  top: -30px;
  font-weight: 700;
  font-size: 10px;
  content: "Classes: " attr(class);
  width: 100%;
  display: block;
}
.sponsored-post__demo [class*="sponsored-post--"]:before {
  position: absolute;
  content: "Class: " attr(class);
  margin-top: -17px;
  font-size: 10px;
  width: 280px;
}

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

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    min-width: 100% !important;
    width: 100% !important;
}

.article-page .large .fb a,.article-page .large .tw a {
    color: inherit !important;
}


.dagsavisenLogin , .mossLogin, .fremtidenLogin{
    cursor: pointer;
}

div.premiumTagDiv {
    position: absolute;
    top: 10px;
    /*right: 10px !important;*/
    z-index: 2;
    float:left;
    max-width: 15px;
    left: 55px;
}

article div.cat-1 {
    background-color: #004974;
    font-weight: bold;
}

article span.cat-8 {
    background-color: #CC072A;
    font-weight: bold;
}

article div[class*='cat-'] {
    float: left;
    font-size: 0.85em;
    padding: 0 3px;
    color: white;
    display: static;
    /*margin-right: 10px;*/
}

.premiumdiv-with-image {
    position: absolute;
    top: 10px;
    left: 30px;
}

.premiumTagDiv img{
    padding:0 !important;
    width:100%;
    height: auto;
}

.epage-pagination {
    color: #333;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    padding: 6px 10px;
    margin-right: 3px;
    border: 1px solid #CCC;
    border-radius: 2px;
    background-color: #F9F9F9;
    opacity: 0.5;
}

.epage-overlay {
    width: 100%;
    height: 100%;
    display: block;
    background: url(/img/dagsavisen/overlay.png);
    z-index: 2;
    position: relative;
}

/*interactive preview override*/
.prf-toolbar img {
    float: left;
    margin-right: 6px;
    width: auto;
}

div #advSearchParamHeader{

    font-family: "Asap",helvetica, arial, sans-serif;
    font-weight: bolder;
    font-size: larger;
    padding : 2px 2px 2px 2px;
}

#datepicker_from, #datepicker_to {
    font-size: 13px;
    padding: 5px;
    margin: 0 0 5px 0;
    border: 1px solid #CCC;
    border-radius: 2px;
    width: 100px;
    box-shadow: inset 1px 1px 3px #EEE;
    background: #FFF;
}

div .searchKeywordHeader {
    font-size: 2em;
    font-weight: bold;
    padding: 3pt;
}

div #advSearchParamHeader {
    font-family: "Asap",helvetica,arial,sans-serif;
    font-size: larger;
    font-weight: bolder;
    padding: 2px;
}

.pagination > li > a.active {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default;
}

#advancedSearch {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

#advancedSearch:hover {
    cursor: pointer;
    text-decoration: underline;
}

#dagsavisenSearchForm .tags a {
    background-color: #863030;
    border-radius: 4px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin: 0 5px 10px 0;
    opacity: 0.5;
    padding: 6px 10px;
    text-decoration: none;
}

/* Override the font size of main-menu. This is a temporary fix. */
#main-menu ul li a {
    font-size: 1em;
}

.cxense-article {
    display: none;
}

@media (min-width: 980px) {
    .cxense-article {
        display: block;
    }
}

.related article h1{
    width:100%;
    font-weight: bold;
}

article span.cat-1{
    background-color: #004974;
    font-weight: bold;
}

article.superBelow{
    font-size: 1em;
    float:left;
    position:relative;
    width:100%;
}

article.superBelow img{
    width:100%;
}

article.superBelow img + h1{
    margin-bottom: 20px;
    margin-top: 0;
}

article.superBelow h1{
    font-size: 1.9em;
}

article.superBelow img + h1 + .content span[class*="cat-"] {
    left: 10px;
    position: absolute;
    top: 8px;
}

.top-article article.large span.header-n {
    position: relative;
}

@media (min-width: 768px) {
    article.superBelow{
        width:50%;
    }
}

.sectionPage {
    background-color: #ffffff !important;
    color: #000000 !important;
}

.cat-section.cat-7 {
    background-color: #e9e9e9;
    padding-top: 36px;
    position: relative;
}

.cat-border-top-3, .cat-section.cat-7 {
    border-top: 6px solid #00284F;
}

.cat-section.cat-7 span.lead {
    background-color: #00284F;
    color: white;
    font-size: 1.2em;
    height: 28px;
    left: 50%;
    line-height: 28px;
    margin: 0 auto 0 -60px;
    padding: 0 7px;
    position: absolute;
    text-align: center;
    top: -16px;
    width: 120px;
}

article.pinnedView{
    background-color: #CC072A;
    color: white;
}
article.pinnedView p{
    color: white;
}

div.pinnedView {
    background-color: #CC072A;
    color: white;
}

div.pinnedView .content {
    padding-left: 10px;
    padding-bottom: 3px;
}

div.pinnedView img {
    margin-bottom: inherit;
}

div.pinnedView p {
    color: white;
}

span.pinnedAuthor{
    font-weight: bold;
    color:#E88A23;
}

.announcement_header_cat {
    border: 1px solid #CCC;
    background-color: #FFFFFF;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    background-image: url(/img/dagsavisen/bg_line.jpg);
    background-repeat: repeat-x;
    padding: 10px;
    font-size: 13px;
    color: #444;
    font-weight: bold;
    text-transform: uppercase;
}

.announcement_content_wrap {
    background-color: #FFFFFF;
    border: 1px solid #DDD;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    padding: 20px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    border-radius: 4px;
    max-height: 312px;
    overflow-y: scroll;
}

.announcement_content_wrap h2 a {
    color: #111;
    text-decoration: none;
}
.announcement_content_wrap h2 a:hover {
    text-decoration: underline;
}

.announcement_content_wrap h2 {
    color: #111;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    font-weight: normal;
    font-size: 17px;
    line-height: 22px;
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,Sans-serif;
}

.announcement_top {
    /*margin-top: 30px;*/
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}

.login-button{
    cursor: pointer;
    position:relative;
    z-index:1;
}

.page__header__top .commercial-text {
    color: rgba(255, 255, 255, 0.6);
    margin-right: 110px;
    text-transform: uppercase;
    display: inline-block;
    float: right;
    font-size: 0.8em;
}

.login-button, .page__header__top .search-button, .commercial-text{
    margin-top: 7px;
    margin-right: 30px;
}

.page__header__top .extra-margin{
    margin-right: 110px;
}

@media (max-width: 767px) {
    #wrap-top .container .small {
        width: 100%
    }
}

@media (max-width: 767px) {
    .container .small {
        width: 100%
    }
}

.cat-section.cat-7{
    margin-bottom: 0px;
}

.category-page #wrap-top,.category-page #wrap-top article a{
    background-color: #FFFFFF;
    color: #000000;
}

.superBelow a img {
    padding-left: 0 !important;
}

.byline-without-link {
    font-size: 1.2em;
    font-weight: 300;
    font-family: PT Serif, serif;
    padding-top: 0;
}

.epage-date {
    text-align: center;
    width: 100%;
    font-family: "PT Serif", serif;
}

.premium-image-div {
    float: left;
    margin-right: 10px;
}

.mobileAds {
    margin-top: 10px;
    margin-bottom: 10px;
}

.article-carousel-additional-div {
    position: relative;
    width: 100%;
    height: 90px;
    margin: 0;
    background-color: #00284F;
}

.article-carousel-frontsection-additional-div {
    position: relative;
    width: 100%;
    height: 70px;
    margin: 0;
    background-color: #00284F;
}

@media (max-width: 767px) {
    .article-carousel-additional-div {
        position: relative;
        width: 100%;
        height: 120px;
        margin: 0;
        background-color: #00284F;
    }

    .article-carousel-frontsection-additional-div {
        position: relative;
        width: 100%;
        height: 100px;
        margin: 0;
        background-color: #00284F;
    }
}

@media (max-width: 599px) {
    .da-netboard {
        margin-left: 10px;
        margin-right: 10px;
    }

    .fixed-right-pics {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (min-width: 600px) and (max-width: 960px){
    .da-netboard {
        float:left;
        width:60%;
        margin-left: 10px;
        margin-right: 10px;
    }

    .fixed-right-pics {
        float:left;
        width: 30%;
        padding-top:15px;
    }
}

@media (min-width: 960px) {
    .da-netboard {
        float:left;
        margin-left: 20px;
        margin-right: 30px;
    }

    .fixed-right-pics {
        float:left;
        padding-top:15px;
    }
}

form#subscriptionForm ul{
    align-self:center;
    padding:0px;
}

form#subscriptionForm ul li{
    padding-bottom:5px;
    margin:0px;
}

form#subscriptionForm ul li input{
    padding:5px 0px 5px 2px;
}

@media (min-width: 300px) and (max-width: 479px){
    form#subscriptionForm ul li{
        width:100%;
    }
}

@media (min-width: 480px) and (max-width: 540px){
    form#subscriptionForm ul li{
        width:45%;
    }
}

@media (min-width: 541px) and (max-width: 774px){
    form#subscriptionForm ul li{
        width:30%;
    }
}

#mest-delat ul li a{
    text-align: left;
    margin-left: 0px;
}

.byline .person .name{
    margin-left: 0px;
}

.byline .meta {
    height: auto;
    overflow: hidden;
}

#carouselContainer.sticky{
    position:fixed;
    top:45px;
    z-index: 200;
    /*left: 23%;*/
}

.dagsavisenLogin a:hover, .dagsavisenLogin a:focus,.mossLogin a:hover, .mossLogin a:focus, .fremtidenLogin a:hover,.fremtidenLogin a:focus {
    color:#0080d4;
}

@media (min-width: 768px){
    .da.right.col-sm-8{
        width:59.18%;
    }
}

.da.right.col-sm-8{
    margin:0 0 0 20;
    padding:0px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-right:10px;
}

.videoWrapper iframe, .videoWrapper embed, .videoWrapper object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px){
    .videoWrapper.video-lt-rt{
        width:60%;
        padding-bottom: 40% !important;
        float: left;
        display: inline-block;
        margin-right: 36px !important;
    }
    article.medium.pic-big-left h1,article.medium.pic-big-left div.content{
        float: left;
        display: inline-block
    }
}

.banner{
    height: auto;
}

.banner .container .name{
    height: auto;
}

.byline .person{
    height: auto;
}

div.editable.selectable {
    background-color: #FF00FF !important;
}

img#unispring-tp{
    display:none;
}
div.iFramedTop{
    position: relative !important;
    width: 100% !important;
    height: 0 !important;
    padding-top: 100% !important;
    overflow: hidden !important;
}
div.iFramed{
    position: relative !important;
    width: 100% !important;
    height: 0 !important;
    /*padding-top: 70% !important;*/
    overflow: hidden !important;
}
iframe.iFramed{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
img.iFramed{
    width: 100% !important;
    height: 100% !important;
}

article.small img + h1 + div.content img[class*="cat-"]{
    left: 19px;
    position: absolute;
    top: 0px;
}

.adLineContainer{
    padding-bottom: 20px;
}

.adLabel {
    font-size: 10px;
    color: #666;
    text-align: left;
}

.adLabelRight {
    font-size: 10px;
    color: #0080D4;
}

.adLabelMobWithBg{
    font-size: 12px;
    color: #0080D4;
}

.adLabelMob{
    font-size: 12px;
    color: #666;
}


/*Advertorial styles */
.admark {
    font-size: 8px;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 3px;
    margin-left: 2px;
}

.advertorial-heading {
    font-size: 1.3em;
    font-weight: bold;
    font-family: helvetica, arial, sans-serif;
    margin-top: 10px;
    margin-bottom: 3px;
    line-height: 1.2em;
}

.advertorial-heading a {
    text-decoration: none;
    color: #000000;
}

.advertorial-heading a:hover {
    color: #0000ee;
    text-decoration: underline;
}

.advertorial-readmore {
    font-family: helvetica, arial, sans-serif;
    font-size: 0.8em;
}


.full .content .main p.advertorial-teasertext, .advertorial-teasertext {
    font-size: 0.8em;
    font-family: helvetica, arial, sans-serif;
    margin-bottom: 0;
}


.advertorial-teasers {
    background-color: #EEE;
    padding: 10px 0 10px 0;
    margin-bottom: 20px;
}

/*End of advertorial styles */

/* slide-in styles */

article.large .slide-in {
    width: 90%;
    max-width: 600px;
    height: 90px;
    position: fixed;
    bottom: 60px;
    z-index: 99;
    right: -100%;
    background: #00284F;
    transition: right 0.7s;
}

@media (min-width: 768px) {
    article.large .slide-in {
        height: 120px;
    }
}

article.large .slide-in.active {
    right: 0;
}

article.large .slide-in.remove {
    right: -100%;
}

article.large .slide-in:active h3 {
    text-decoration: none;
}

article.large .slide-in:after {
    content: "\f105";
    font-family: 'FontAwesome';
    color: white;
    position: absolute;
    right: 10px;
    font-size: 3em;
    top: 10px;
}

@media (min-width: 768px) {
    article.large .slide-in:after {
        font-size: 5em;
        top: 0;
    }
}

article.large .slide-in:hover {
    opacity: 1;
}

article.large .slide-in:hover:after {
    opacity: 0.75;
}

article.large .slide-in .close {
    height: 30px;
    width: 30px;
    background-color: #1A1A1A;
    position: absolute;
    opacity: 1;
    z-index: 99;
    left: -30px;
}

@media (min-width: 768px) {
    article.large .slide-in .close {
        left: 0;
    }
}

article.large .slide-in .close:before, article.large .slide-in .close:after {
    content: "";
    height: 2px;
    width: 20px;
    display: block;
    background: white;
    margin-left: 5px;
    margin-top: 14px;
    position: absolute;
}

article.large .slide-in .close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

article.large .slide-in .close:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

article.large .slide-in h3 {
    color: white;
    margin-top: 15px;
    padding-right: 70px;
    line-height: 1.1em;
    margin-left: 20px;
    font-size: 1.1em;
}

@media (min-width: 768px) {
    article.large .slide-in h3 {
        line-height: 1.4em;
        font-size: 1.4em;
        margin-left: 0;
    }
}

article.large .slide-in img {
    height: 100%;
    width: auto;
    margin: 0;
    float: left;
    display: none;
    padding-right: 20px;
}

@media (min-width: 768px) {
    article.large .slide-in img {
        display: block;
    }
}

body.sticky #wrapper{
    padding-top:0px;
}

article.large .slide-in {
    width: 80%;
    min-height: 40px;
}

article.large .slide-in h3 {
    margin-bottom: 15px;
    padding-right:30px;
}

@media(max-width: 468px){
    article.large .slide-in{
        height: 70px;
    }
}

/* end of slide-in styles */

/* styles for making dagsavisen article page as dynamic site article page*/

article.large .byline {
    border-width: 1px;
    border-image: url(/img/vl/tro24/border.png) 25% 0 repeat;
    margin: 0 30px 30px 4%;
    max-width: 92%;
    min-height: 62px;
    padding: 0;
    float: left;
    width: 100%
}
@media (min-width: 768px) {
    article.large .byline {
        max-width: 96%;
    }
}
@media (min-width: 1040px) {
    article.large .byline {
        max-width: 100%;
    }
}

article.large .byline {
    margin-left: 18px;
    margin-right: 18px
}

@media (min-width: 1040px){
    article.large .byline{
        margin-left: 0;
        margin-right: 0;
    }
}

@font-face {
    font-family: 'breve_displayitalic';
    src: url("../vl/tro24/fonts/brevedisplay-italic-webfont.eot");
    src: url("../vl/tro24/fonts/brevedisplay-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../vl/tro24/fonts/brevedisplay-italic-webfont.woff") format("woff"), url("../vl/tro24/fonts/brevedisplay-italic-webfont.ttf") format("truetype"), url("../vl/tro24/fonts/brevedisplay-italic-webfont.svg#breve_displayitalic") format("svg");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'breve_slab_titlebook_italic';
    src: url("../vl/tro24/fonts/breveslabtitle-bookitalic-webfont.eot");
    src: url("../vl/tro24/fonts/breveslabtitle-bookitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../vl/tro24/fonts/breveslabtitle-bookitalic-webfont.woff") format("woff"), url("../vl/tro24/fonts/breveslabtitle-bookitalic-webfont.ttf") format("truetype"), url("../vl/tro24/fonts/breveslabtitle-bookitalic-webfont.svg#breve_slab_titlebook_italic") format("svg");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'breve_sans_textlight';
    src: url("../vl/tro24/fonts/brevesanstext-light-webfont.eot");
    src: url("../vl/tro24/fonts/brevesanstext-light-webfont.eot?#iefix") format("embedded-opentype"), url("../vl/tro24/fonts/brevesanstext-light-webfont.woff") format("woff"), url("../vl/tro24/fonts/brevesanstext-light-webfont.ttf") format("truetype"), url("../vl/tro24/fonts/brevesanstext-light-webfont.svg#breve_sans_textlight") format("svg");
    font-weight: normal;
    font-style: normal
}
html,
body.article-page {
    color: #1A1A1A;
    font-family: "breve_sans_textlight", sans-serif;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004)
}

article.large header h1 {
    font-family: "breve_displayitalic", Georgia, serif;
    font-size: 3em;
}

article.large header h2{
    font-family: "breve_slab_titlebook_italic", Georgia, serif;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 30px;
}

article.large .byline .meta .comments,article.large .byline .meta div.time span,article.large .byline .meta .shared{
    color: #555;
}

article.large .byline .socialmedia ul li a{
    color: #555;
}

article.large .share h4{
    margin-bottom: 10px;
    font-size: 1.4em;
    font-family: "breve_slab_titlebook_italic", Georgia, serif;
}
.article-page .is-full .share .tw,.article-page .is-full .share .fb{
    height: 64px;
    width: 64px;
    display: inline-block;
    margin-right: 15px;
    text-align: center;
    border-radius: 50%;
    font-size: 2.5em;
    line-height: 64px;
    color: white;
}

.is-full .content .main footer .share .gplus{
    height: 64px;
    width: 64px;
    display: inline-block;
    margin-right: 15px;
    text-align: center;
    border-radius: 50%;
    font-size: 1.5em;
    line-height: 64px;
    color: white;
}

.share a{
    color:white;
}

/* Cm element style */
.cm-wrapper {
    background-color: #EEE;
    overflow: auto;
    margin:10px 17px;
}

#cm-annonse_merking {
    width: 100%;
    background-color: #c3c3c3;
    height: 20px;
}

.cm-wrapper a {
    font-family: helvetica, arial, sans-serif;
}

.cm-wrapper p {
    font-family: helvetica, arial, sans-serif;
}

.cm-wrapper .cm-content {
    margin: 10px 0px;
}

.cm-wrapper h2 {
    font-size: 1.1em;
    margin-top: 10px;
    margin-bottom: 3px;
    line-height: 1.2em;
    font-weight: bold;
}

.cm-wrapper a {
    text-decoration: none;
    color: #000;
}

.cm-wrapper a:hover {
    color: #06e;
}

.cm-wrapper a:visited {
    color: #551a8b;
}

@media only screen and (min-width: 768px) {
    #cm-preview {
        position: relative;
        width: 100%;
        height: 150px;
        z-index: 1;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        background-size: cover;
        background-position: center center;
    }
}

@media only screen and (min-width: 481px) {
    #preview {
        position: relative;
        width: 100%;
        height: 150px;
        z-index: 1;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        background-size: cover;
        background-position: center center;
    }
}

@media only screen and (min-width: 768px) {
    span.cmPlaceHolderBg {
        width: 280px;
        float: left;
        padding-top: 10px;
        padding-right: 10px;
        margin-left:-15px;
    }
}

.cm-content.col-sm-12 p{
    margin:0px;
    padding:0px;
}

@media only screen and (min-width: 768px) {
    .article-page .large .content p {
        width: auto;
    }
}
/* End of Cm element style */

/* styles for making dagsavisen article page as dynamic site article page*/

#hiddenFooterRender{
    display:none;
}

.footer__socialmedia.col-sm-4 ul {
    display: table;
    table-layout: fixed;
}
.footer__socialmedia.col-sm-4 ul li {
    display: table-cell;
    padding:2px;
}
.footer__socialmedia.col-sm-4 ul li a {
    display: block;
}

/*.dagsavisenDesktopAd,.dagsavisenMobileAd {*/
/*display:none;*/
/*}*/

.dagsavisenMobileAd{
    margin-bottom: 20px;
}

.articleNetBanner1Ad, .articleSmallNetboard1Ad,.articleMobileMidtBanner1Ad,.articleMobileMidtBanner2Ad {
    margin-bottom:20px;
}

.hiddenArticleCMElement{
    display:none;
}

.articleBottomRow{
    margin-left:0px;
    margin-bottom:20px;
}

/*.heste-center *{*/
/*width:100%;*/
/*}*/

.dagsavisenTopBannerAd .adLabel{
    display:block;
}

#sticky-left{
    right:auto;
}

#sticky-left.fixed{
    margin-left: -970px;
}

@media only screen and (max-width: 1280px){
    .heste-left, .heste-right{
        display:none;
    }
}

.heste-left , .heste-right{
    top:14px;
}

#logo img{
    height:auto;
    width:auto;
}

@media (max-width: 766px){
    #logo img{
        height:auto;
        width:100%;
    }
}

.articleText p{
    word-wrap: break-word;
}

@media (min-width: 480px){
    .blogger img{
        width:50px;
    }
}

@media (min-width: 1000px){
    .blogger img{
        width:70px;
    }
}

.item .carousel-caption p{
    display:none;
}

.item.caption-expanded .carousel-caption p{
    display:block;
}

/*vignette*/
.vignette {
    background: #000000;
    font-family: "PT Serif", serif;
    color: white;
    font-size: 1.2em;
    text-align: center;
    height: 52px;
    width:100%;
    margin: 0;
    line-height: 45px;
    overflow: hidden;
    word-wrap: break-word;
}

@media (min-width: 480px){
    .vignette{
        font-size: 1.2em;
    }
}

@media (min-width: 768px){
    .vignette {
        font-size: 1.5em;
        position: relative;
        float: none;
    }
}

@media (min-width: 1040px){
    .vignette {
        font-size: 2.4em;
    }
}

/*vignette*/

/*top header */
.teaser span.tag{
    height: 45px;
    line-height: 45px;
    font-family: "Open Sans", sans-serif;
    font-weight:bold;
    text-transform: uppercase;
    color:red;
    background: rgba(255, 255, 255, 0.9);
    word-wrap: break-word;
}

@media (min-width:480px){
    .teaser span.tag{
        font-size: 1.0em;
    }
}

@media (min-width:768px){
    .teaser span.tag{
        font-size: 1.5em;
    }
}

/* Make Full width single teaser center */
.teaser.is-large h1 {
    text-align: center;
}

#sticky-left, #sticky-right{
    margin-top: 14px;
}

.page__header {
    margin-bottom: 6px;
}

/*article body image */

.bodyImage.item{
    position:relative;
    margin-bottom:10px;
}

.bodyImage-caption{
    display:none;
}

.bodyImage-caption.expanded{
    display:block;
    opacity:0.7;
    position:absolute;
    max-height:75%;
    width:100%;
    font-family: sans-serif, Arial;
    font-size: 0.7em;
    bottom: 15px;
    padding:3px;
    background: black;
    color: white;
}

.bodyImage-photoBy{
    position:absolute;
    width:100%;
    bottom:0;
    left:0;
    padding-left:2px;
    background: black;
    color:white;
    font-weight: bold;
    font-family: sans-serif, Arial;
    font-size: 0.7em;
}

.bodyImage-captionControl{
    position:absolute;
    bottom:0;
    right:0;
    padding-right:2px;
    background: black;
    color:white;
    font-weight: bold;
    font-family: sans-serif, Arial;
    font-size: 0.7em;
    z-index:2;
}

.bodyImage-captionControl:hover{
    cursor: pointer;
}

/*article body image*/

/*article body text link */

.articleText a{
    color:red;
}

.articleText a:hover{
    color:purple;
}

/*article body text link*/

.page__header__bottom__menu li.dropdown ul.drop-nav li a:hover{
    background:#00284F;
    color:white;
}


body {
    margin: 0;
}
/* A container with id="outer_wrap" must be present */
#outer_wrap {
    margin: 0 auto;
}

#fusion_top-wrapper {
    text-align: center;
    max-width:1000px;
    margin: 0 auto;
    position: relative;
}

@media print {
    .dagsavisenDesktopAd,.dagsavisenDesktopAd *, .dagsavisenMobileAd,.dagsavisenMobileAd *, .cmPlaceHolderBg,.cmPlaceHolderBg *, .carousel-caption, .carousel-photo-by{
        display: none !important;
    }
}

@media (max-width:767px){
    .is-full .meta time span{
        font-size: 0.75em;
    }
}

.printableImage, .printableCaption {
    display:none;
}

.hesteskoLeftAd, .hesteskoRightAd{
    padding-top:14px;
}

@media (max-width:320px){
    .articleMobileMidtBanner1Ad,.articleMobileMidtBanner2Ad,.articleMobileMidtBanner3Ad{
        margin-left:-18px;
        margin-right:-18px;
    }
}

.dagsavisenMobileTopBoardAd,.dagsavisenMobileMidtBanner2Ad{
    margin-bottom:20px;
}

@media(max-width:767px){
    .section.is-top{
        margin-bottom: 20px;
    }
}

.crowdyNewsWidgetDiv{
    margin-bottom: 20px;
}

.page__header__bottom{
    margin-bottom: 20px;
}

.carousel.slide.slideshow{
    margin-bottom: 20px;
}


.midium-pic-left-result h1{
    margin-top: -6px;
    margin-bottom: 0px;
}

@media (min-width: 350px) and (max-width: 767px) {
    .dagsavisen-search-container .col-sm-12{
        margin-bottom: 0px;
    }
}


@media (max-width: 768px) {
    #search-box input[type="submit"] {
        padding: 1%;
    }
}

.newsletterSubscription {
    padding-top: 10px;
    padding-left: 40px;
}
.newsletterSubscription p {
    color: white;
}
.newsletterSubscription input {
    margin-bottom: 5px;
    display: block;
}

@media (max-width: 420px) {
    .is-full .content .main footer .slide-in::after {
        content: "";
    }
    .is-full .content .main .newsletterSubscription p {
        font-size: .8em;
        color: white;
    }
    .newsletterImg {
        display: none;
    }
    .newsletterSubscription {
        padding-top: 5px;
        padding-left: 10px;
    }
    .newsletterSubscription input {
        margin-bottom: 5px;
        height: 25px;
        display: inline;
    }
}

@media (max-width: 768px) {
    .newsletterSubscription input {
        display: inline;
    }
}

@media (max-width: 979px){
    #webFinanceRightPart{
        display: none;
    }
}

@media (min-width: 980px){
    .col-sm-12.main-col{
        float:left;
    }
}


@media (min-width: 320px) and (max-width: 768px) {
    #hestesko-wrapper{
        z-index: 1;
    }
}


/*make iframe responsive */
.iframe-rwd  {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 10px;
}
.iframe-rwd iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.page-header {
    margin: 0 0 40px;
}

.contact-tile .contact-content {
    background: white;
    padding: 10px 10px 40px 10px;
}
.contact-tile .contact-content h3 {
    margin-bottom: 10px;
    margin-top: 0;
}

.box-shadow {
    -moz-box-shadow: 5px 8px 5px 0px #ccc;
    -webkit-box-shadow: 5px 8px 5px 0px #ccc;
    box-shadow: 5px 8px 5px 0px #ccc;
}

.box-padding {
    padding: 15px;
}

.box-bottom-margin {
    margin-bottom: 30px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.contact-right-section {
    padding-left: 0;
}

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

.text-uppercase {
    text-transform: uppercase;
}

.link-color {
    color: #dc0000;
}
.link-color:hover {
    color: #dc0000;
}

h1 a, h2 a, h3 a, h4 a {
    color: #000;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
    color: #333;
}

.list-more {
    color: #fff;
    display: block;
    position: relative;
    margin: 0 auto;
}
.list-more:before, .list-more:after {
    content: "";
    position: absolute;
    top: 0;
    border-width: 20px 25px;
    border-style: solid;
}
.list-more:before {
    border-color: #bfbfbf #bfbfbf transparent transparent;
    right: 7px;
}
.list-more:after {
    border-color: #bfbfbf transparent transparent #bfbfbf;
    left: 7px;
}
.list-more i {
    position: relative;
    z-index: 1;
    margin-top: 5px;
}

.contact-box h2 {
    margin-top: 0;
}
.contact-box .form-control {
    border-radius: 0;
}
.contact-box .btn-red {
    background: #dc0000;
    color: white;
    border-radius: 0;
}
.contact-box .btn-red:hover {
    background: #dc0000;
    color: white;
}
.contact-box img.small-img {
    width: 32px;
    margin-right: 5px;
}

.service-page .list-container {
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px solid #bfbfbf;
    background: #e9e9e9;
}
.service-page .list-container .list-item {
    display: flex;
    flex-direction: column;
    flex: 1;
    box-sizing: border-box;
    justify-content: center;
}
.service-page .list-container .list-item:first-child {
    flex: .15;
}
.service-page .list-container .list-item:first-child img {
    width: auto;
}
.service-page .list-container .list-item:last-child {
    padding: 0 20px;
}
.service-page .list-container .list-item:last-child h4 {
    margin-top: 0;
    font-size: 24px;
    text-decoration: underline;
}
.service-page .list-container .list-item:last-child p {
    margin-bottom: 0;
}
.service-page .right-section .contact-box {
    background-color: #e9e9e9;
    padding: 20px;
}
.service-page .right-section .contact-box h2 {
    font-size: 30px;
    text-decoration: underline;
    margin-bottom: 30px;
    margin-top: 0;
}

@media all and (max-width: 767px) {
    .contact-right-section {
        padding-left: 34px;
        padding-right: 34px;
    }
}

@media (max-width: 767px){
    .content_marketing-article .slideshow{
        margin-left: 0px;
        margin-right: 0px;
    }
}

#nettbanner1{
    text-align: center;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    #Toppbanner {
        text-align: -webkit-center;
    }
}

.parallaxeWrapper{
    position: relative;
    z-index: -1;
}

.dynamic_static .page__header__middle__logo #logo, .dynamic_static .header_search_menu, .dynamic_static nav.page__header__bottom__menu ul li{
    margin-bottom: 0px;
}


div.article-board-left{
    margin-right: 18px;
    margin-bottom: 15px;
}

div.article-board-left:empty{
    margin-right: 0;
}

@media (min-width: 768px) {
    div.article-board-left{
        float: left
    }
}

div.article-board-right{
    margin-top: 10px;
}


@media (min-width: 768px) {
    div.article-board-right{
        margin-top: 0px;
    }
}

.page__header__top{
    height: auto;
    padding-bottom: 10px;
}

.page__header__top__menu{
    padding-top: 0px;
}

.page__header__top__menu nav{
    margin-bottom:0px;
}

.page__header__top .container .row .col-sm-12{
    margin-bottom: 10px;
}

.page__header__top .container .row .col-sm-6{
    margin-bottom: 0px;
}

.page__header__middle__logo{
    margin-top: 0px;
}

.page__header__middle .container .row .col-sm-6{
    margin-bottom: 1px;
}

@media (max-width: 767px) {
    #logo img{
        width:55%;
    }
    #logo{
        margin-top: 10px;
    }
    .page__header__top .login-button{
        margin-right: 15px;
        margin-left: 0px;
    }
}

@media (min-width: 680px) and (max-width:767px) {
    #logo img{
        width:auto;
        height:auto;
    }
}
@media (max-width: 679px) {
    .page__header__top__menu .search-button{
        left:0;
    }
}


.recommendations .headline {
    color: #16254c;
    font-family: "Arial Black", Arial, Gadget, sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    border-bottom: 2px solid #e6e6e6;
    padding-bottom:3px;
    margin-top:0;
    margin-bottom: 10px;
}

.recommendations img {
    margin-bottom: 0 !important;
}

.recommendations h4 {
    font-family: "PT Serif", serif;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0;
}

.epaper-text-input {position: relative; z-index:100;padding:3px;}
@media (min-width: 680px) {
    .epaper-text-input{width: 150px;}
}
@media (max-width: 679px) {
    .epaper-text-input{width: 100%;}
}


#front-campaign-box {
    border-radius: 2px;
    font-weight: 800;
    letter-spacing: -0.5px;
    padding: 25px 30px 30px 30px;
    font-size: 42px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
}

#front-campaign-box-section{
    text-decoration: none;
}

@media screen and (max-width: 600px) {
    #front-campaign-box {
        padding:  13px 15px 15px 15px;
        font-size: 24px;
        line-height: 26px;
        margin-top: 5px;
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    #front-campaign-box {
        width: 100%;
    }
}

@media screen and (min-width: 1230px) {
    #front-campaign-box {
        width: 980px;
    }
}

#front-campaign-box-section{
    display: none;
}
.comment-btn-wrapper{
    text-align: center;
}
.show-comments {
    background: #A82128;
    display: inline-block;
    color: #ffffff !important;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
}
.show-comments:hover, .show-comments:focus{
    text-decoration: none;
}
.social-share{
    margin-bottom: 10px;
}
.social-share a{
    width: 100%;
    display: inline-block;
}

.is-full .content .main footer .share .fb, .is-full .content .main footer .share .tw{
    width: 100%;
    border-radius: 0;
    line-height: 40px;
    height: 40px;
    font-size: inherit;
}

@media (min-width: 680px){
    .right-sm-padding5{
        padding-right: 5px;
    }
    .left-sm-padding5{
        padding-left: 5px;
    }
}

.share-btn-container{
    margin-bottom: 0;
}

.topHtmlBanner {
    clear: both;
}

#targetElement { float: left; }

/* Example style (horizontal items) */
#targetElement .item {
    float: left;
    width: 290px;
    height: auto;
    padding: 1px;
    padding-top: 3px;
}

#targetElement a {
    text-decoration: none;
}

#targetElement p {
    font-family: "PT Serif", serif;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin: 0;
}
#targetElement img { border:0px; border-style:none; }

#targetElement .headline {
    color: #16254c;
    font-family: "Arial Black", Arial, Gadget, sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    border-bottom: 2px solid #e6e6e6;
    padding-bottom:3px;
    margin-top:0;
    margin-bottom: 5px !important;
}

.is-full .content .main footer .slide-in img{
    height:auto;
    max-width: 248px;
    padding-top: 25px;
}

/* picture gallery start */
.picturegallery-header {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.picturegallery-heading {
    margin-top: 0px;
    font-family: 'PT Serif', serif;
    font-size: 40px;
}

.picturegallery-teaser {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 120%;
    font-weight: 300;
}

.picturegallery-byline {
    font-size: 12px;
    font-weight: 400;
}

.container {
    display: block;
    width: 1016px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 18px;
    padding-left: 18px;
}

.col1 {
    padding-right: 10px;
    padding-left: 0px;
}

.col2 {
    padding-right: 0px;
    padding-left: 10px;
}

.picturegallery-row-2 {
    margin-bottom: 20px;
}

.image {
    width: 100%;
    border-radius: 2px;
}

.dummy-ad {
    margin-bottom: 30px;
}

.picturegallery-3 {
    margin-bottom: 20px;
}

.col-middel {
    padding-right: 5px;
    padding-left: 5px;
}

.picturegallery-1 {
    position: relative;
    margin-bottom: 20px;
}

.picturegallery-picturetext {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 10px 15px;
    background-color: hsla(0, 0%, 100%, .8);
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 12px;
    line-height: 130%;
    font-weight: 600;
}

.picturegallery-2-2 {
    position: relative;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.picturegallery-2-1 {
    position: relative;
    margin-bottom: 14px;
    padding-bottom: -10px;
}

.picturegallery-single-header {
    height: 50px;
    padding-top: 13px;
    padding-left: 138px;
    background-color: #a82228;
    background-position: 15px 50%;
    background-size: 108px;
    background-repeat: no-repeat;
}

.picturegallery-single-heading {
    overflow: hidden;
    max-height: 25px;
    margin-top: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 120%;
    font-weight: 300;
}

.picturegallery-single {
    padding: 10px 10px 50px;
    border: 10px solid #fff;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}


.picturegallery-single-picturetext {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 10px;
    display: block;
    max-width: 600px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

.image-2 {
    position: absolute;
    right: 20px;
}

.picturegallery-single-close {
    float: right;
}

.picturegallery-single-previous {
    position: absolute;
    left: 0px;
    top: 43vh;
}

.picturegallery-single-previous:hover {
    left: 9px;
}

.picturegallery-single-next {
    position: absolute;
    top: 43vh;
    right: 0px;
}

.picturegallery-single-next:hover {
    right: 9px;
}

.picturegallery-single-ad {
    position: relative;
    z-index: 1000;
    display: block;
    width: 980px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
}

.dummy-mobilead {
    display: none;
}

.picturegallery-picturetext-mobile {
    display: none;
}

@media (max-width: 991px) {
    .header {
        background-position: 0px 50%;
    }
    .container {
        top: 5vh;
        width: 100%;
    }
    .picturegallery-single {
        background-size: cover;
    }
    .picturegallery-single-picturetext {
        float: left;
        text-align: left;
    }
    .picturegallery-single-ad {
        width: 90%;
    }
}

@media (max-width: 767px) {
    .col1 {
        margin-bottom: 20px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
    .col2 {
        margin-bottom: 20px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
    .picturegallery-row-2 {
        margin-right: -18px;
        margin-bottom: 0px;
        margin-left: -18px;
    }
    .dummy-ad {
        display: none;
    }
    .picturegallery-3 {
        margin-right: -18px;
        margin-left: -18px;
    }
    .col-middel {
        margin-bottom: 20px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
    .picturegallery-1 {
        margin-right: -18px;
        margin-left: -18px;
    }
    .picturegallery-picturetext {
        display: none;
        color: #000;
    }
    .picturegallery-single-header {
        padding-top: 15px;
    }
    .picturegallery-single-heading {
        overflow: hidden;
        max-height: 21px;
        font-size: 16px;
    }
    .picturegallery-single {
        height: 65vh;
    }
    .picturegallery-single-picturetext {
        max-width: 400px;
    }
    .picturegallery-single-previous {
        top: 35vh;
    }
    .picturegallery-single-next {
        top: 35vh;
    }
    .dummy-mobilead {
        display: block;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
    }
    .dummy-ad-text {
        display: block;
        width: 300px;
        margin-right: auto;
        margin-left: auto;
    }
    .picturegallery-picturetext-mobile {
        position: absolute;
        right: 10px;
        bottom: 5px;
        display: block;
        opacity: 0.7;
    }
}

@media (max-width: 479px) {
    .col1 {
        margin-bottom: 10px;
        padding-bottom: 0px;
    }
    .col2 {
        margin-bottom: 10px;
        padding-bottom: 0px;
    }
    .col-middel {
        margin-bottom: 10px;
        padding-bottom: 0px;
    }
    .picturegallery-1 {
        margin-bottom: 10px;
    }
    .picturegallery-single-header {
        padding-top: 9px;
        padding-right: 10px;
        padding-left: 128px;
        background-position: 10px 50%;
        background-size: 108px;
        background-repeat: no-repeat;
    }
    .picturegallery-single-heading {
        max-height: 37px;
        font-size: 14px;
    }
    .image-2 {
        position: static;
        display: none;
        margin-bottom: 10px;
        margin-left: 10px;
    }
}

@font-face {
    font-family: 'webflow-icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('woff');
    font-weight: normal;
    font-style: normal;
}

.circle{
    border-radius: 50%;
    margin: 0.15em;
    font-size: 3em;
}

.image-gallery-details .fa-twitter, .gallery-image-footer .fa-twitter{
    background: #4099FF;
    color: #FFFFFF;
    padding: 0.05em 0.07em;
}

.image-gallery-details .fa-google-plus, .gallery-image-footer .fa-google-plus{
    color: #FFFFFF;
    background: #dd4b39;
    padding: 0.08em 0.1em;
}

.image-gallery-details .fa-facebook, .gallery-image-footer .fa-facebook{
    background: #3B5998;
    color: #FFFFFF;
    padding: 0.05em 0.3em;
}

.image-gallery-details .byline .socialmedia ul li a i, .gallery-image-footer .byline .socialmedia ul li a i{
    font-size: 3em;
    margin: 4px 0 0 -6px;
    position: relative;
}

.image-gallery-details .byline .socialmedia ul li a, .gallery-image-footer .byline .socialmedia ul li a{
    margin-right: 30px;
}

.is-full .content .main footer .slide-in img{
    height:auto;
    max-width: 248px;
    padding-top: 25px;
}

.gallery-image-footer .byline .socialmedia ul li a i {
    font-size: 2em !important;
}

.gallery-image-footer .byline {
    position: absolute;
    right: 0px;
    top: 0px;
    max-width: 200px;
}

.picturegallery-single-picturetext {
    background-color: white;
}

.gallery-image-footer {
    min-height: 80px;
}

@media (max-width: 479px) {
    .gallery-image-footer .byline {
        display: none;
    }
}

.mosaic {
    margin-bottom: 10px !important;
}

.item.plus--circle:before {
    content: "";
    display: block;
    position: absolute;
    height: 62px;
    width: 62px;
    z-index: 1;
    pointer-events: none;
}

.item.plus--circle:before {
     background-image: url(/img/dagsavisen/plus/plus-circle.png);
 }


.content_marketing-article .main-col, .content_marketing-article footer{
    max-width: 100%;
}

/* Subscription Success popup styles */
.hiddenSubscriptionSuccessDiv{
    display: none;
}

.paywall-input-hidden{
    display:none;
}

.popup {
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
    z-index: 100;
}
.popup-inner {
    max-width:700px;
    width:90%;
    padding:40px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#fff;
}
.popup-close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
}
.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
}
/* Subscription Success popup styles */

.dagsavisenTopBannerAd .adLabel{
    margin-left:20px;
}
.enlarge-icon {
    position: absolute;
    top: 10px;
    right: 10px;
}

/*.fancybox-overlay {
    z-index: 100001 !important;
}*/

.fancybox-nav span {
    visibility: visible !important;
}


#swipebox-bottom-bar {
    top: 50%;
    background: transparent !important;
}

#swipebox-arrows {
    margin: 0 0px 0 0px;
    width: 99% !important;
    max-width: 100% !important;
}

#swipebox-next, #swipebox-prev {
    background-color: black;
}

@media (min-width: 767px) {
    #swipebox-bottom-bar {
        transform: translate3d(0, -25px, 0) !important;
    }

    #swipebox-top-bar {
        transform: translate3d(0, 50px, 0);
    }
}

@media (max-width: 766px) {
    #swipebox-bottom-bar {
        transform: translate3d(0, -25px, 0) !important;
    }

    #swipebox-top-bar {
        transform: translate3d(0, 50px, 0);
    }
}

#swipebox-close{
    background-image: url("/img/common/icons.svg");
}

.gallery-image-footer {
    position: absolute;
    bottom: 0;
    z-index: 999;
    background-color: white;
    width: 100%;
}

.annonse-article .teaser__image:before{
    background: #fffbe1;
    content: "Annonse";
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 15px;
    padding:5px 0;
}

.hesteskoLeftAd, .hesteskoRightAd{
    padding-top: 0;
}/* video Module */
#video-module {
    background-color: white;
    padding: 0 12.5px 20px;
    margin-bottom: 15px;
    background-color: #d5d5d5;
}
#video-module .logo-holder {
    width: 30%;
    padding: 20px 7.5px 20px;
}
#video-module .video {
    width: 33.3333%;
}
#video-module .items {
    position: relative;
    overflow: hidden;
}
#video-module .items img {
      width: 100%;
      max-width: 100%;
      height: auto;
}
#video-module .caption {
  color: white;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  display: inline-block;
  z-index: 999;
  overflow: hidden;
}
#video-module .caption h1 {
  margin: 10px 0 10px 0px;
  padding: 0 5px 0 5px;
  display: block;
  font-size: 1em;
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    #video-module {
      padding-bottom: 0;
    }
    #video-module .video {
    width: 100%;
    margin-bottom: 20px;
    }
    #video-module .caption h1 {
      margin: 20px 10px;
      display: block;
      font-size: 1.4em;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    #video-module .caption h1 {
      margin: 10px 0 10px 0px;
      padding: 0 5px 0 5px;
      display: block;
      font-size: 1em;
    }
}

/* video Module end *//*! jQuery UI - v1.11.0 - 2014-06-26
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:none}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;cursor:pointer;min-height:0;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("images/animated-overlay.gif");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{right:0.5em;left:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:left;padding:0.4em 2.1em 0.4em 1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#eee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #e78f08;background:#f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;color:#fff;font-weight:bold}.ui-widget-header a{color:#fff}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #ccc;background:#f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#1c94c4}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#1c94c4;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #fbcb09;background:#fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#c77405}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#c77405;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #fbd850;background:#fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#eb8f00}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#eb8f00;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fed22f;background:#ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_222222_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-default .ui-icon{background-image:url("images/ui-icons_ef8c08_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("images/ui-icons_ef8c08_256x240.png")}.ui-state-active .ui-icon{background-image:url("images/ui-icons_ef8c08_256x240.png")}.ui-state-highlight .ui-icon{background-image:url("images/ui-icons_228ef1_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_ffd27a_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;opacity:.5;filter:Alpha(Opacity=50)}.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;opacity:.2;filter:Alpha(Opacity=20);border-radius:5px}/* Default styling for jQuery Datepicker v5.0.0. */
.datepick {
	background-color: #fff;
	color: #000;
	border: 1px solid #444;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 90%;
}
.datepick-rtl {
	direction: rtl;
}
.datepick-popup {
	z-index: 1000;
}
.datepick-disable {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.datepick a {
	color: #fff;
	text-decoration: none;
}
.datepick a.datepick-disabled {
	color: #888;
	cursor: auto;
}
.datepick button {
    margin: 0.25em;
    padding: 0.125em 0em;
    background-color: #fcc;
    border: none;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    font-weight: bold;
}
.datepick-nav, .datepick-ctrl {
	float: left;
	width: 100%;
	background-color: #000;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
}
.datepick-ctrl {
	background-color: #600;
}
.datepick-cmd {
	width: 30%;
}
.datepick-cmd:hover {
	background-color: #777;
}
.datepick-ctrl .datepick-cmd:hover {
	background-color: #f08080;
}
.datepick-cmd-prevJump, .datepick-cmd-nextJump {
	width: 8%;
}
a.datepick-cmd {
	height: 1.5em;
}
button.datepick-cmd {
	text-align: center;
}
.datepick-cmd-prev, .datepick-cmd-prevJump, .datepick-cmd-clear {
	float: left;
	padding-left: 2%;
}
.datepick-cmd-current, .datepick-cmd-today {
	float: left;
	width: 35%;
	text-align: center;
}
.datepick-cmd-next, .datepick-cmd-nextJump, .datepick-cmd-close {
	float: right;
	padding-right: 2%;
	text-align: right;
}
.datepick-rtl .datepick-cmd-prev, .datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
	float: right;
	padding-left: 0%;
	padding-right: 2%;
	text-align: right;
}
.datepick-rtl .datepick-cmd-current, .datepick-rtl .datepick-cmd-today {
	float: right;
}
.datepick-rtl .datepick-cmd-next, .datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
	float: left;
	padding-left: 2%;
	padding-right: 0%;
	text-align: left;
}
.datepick-month-nav {
	float: left;
	background-color: #777;
	text-align: center;
}
.datepick-month-nav div {
	float: left;
	width: 12.5%;
	margin: 1%;
	padding: 1%;
}
.datepick-month-nav span {
	color: #888;
}
.datepick-month-row {
	clear: left;
}
.datepick-month {
	float: left;
	width: 15em;
	border: 1px solid #444;
	text-align: center;
}
.datepick-month-header, .datepick-month-header select, .datepick-month-header input {
	height: 1.5em;
	background-color: #444;
	color: #fff;
	font-weight: bold;
}
.datepick-month-header select, .datepick-month-header input {
	height: 1.4em;
	margin: 0em;
	padding: 0em;
	border: none;
	font-size: 100%;
}
.datepick-month-header input {
	position: absolute;
	display: none;
}
.datepick-month table {
	width: 100%;
	border-collapse: collapse;
}
.datepick-month thead {
	border-bottom: 1px solid #aaa;
}
.datepick-month th, .datepick-month td {
	margin: 0em;
	padding: 0em;
	font-weight: normal;
	text-align: center;
}
.datepick-month th {
	border: 1px solid #777;
}
.datepick-month th, .datepick-month th a {
	background-color: #777;
	color: #fff;
}
.datepick-month td {
	background-color: #eee;
	border: 1px solid #aaa;
}
.datepick-month td.datepick-week {
	border: 1px solid #777;
}
.datepick-month td.datepick-week * {
	background-color: #777;
	color: #fff;
	border: none;
}
.datepick-month a {
	display: block;
	width: 100%;
	padding: 0.125em 0em;
	background-color: #eee;
	color: #000;
	text-decoration: none;
}
.datepick-month span {
	display: block;
	width: 100%;
	padding: 0.125em 0em;
}
.datepick-month td span {
	color: #888;
}
.datepick-month td .datepick-other-month {
	background-color: #fff;
}
.datepick-month td .datepick-weekend {
	background-color: #ddd;
}
.datepick-month td .datepick-today {
	background-color: #f0c0c0;
}
.datepick-month td .datepick-highlight {
	background-color: #f08080;
}
.datepick-month td .datepick-selected {
	background-color: #777;
	color: #fff;
}
.datepick-month th.datepick-week {
	background-color: #777;
	color: #fff;
}
.datepick-status {
	clear: both;
	background-color: #ddd;
	text-align: center;
}
.datepick-clear-fix {
	clear: both;
}
/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */.ekko-lightbox-container{position:relative}.ekko-lightbox-nav-overlay{position:absolute;top:0;left:0;z-index:100;width:100%;height:100%}.ekko-lightbox-nav-overlay a{z-index:100;display:block;width:49%;height:100%;font-size:30px;color:#fff;text-shadow:2px 2px 4px #000;opacity:0;filter:dropshadow(color=#000000,offx=2,offy=2);-webkit-transition:opacity .5s;-moz-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}.ekko-lightbox-nav-overlay a:empty{width:49%}.ekko-lightbox a:hover{text-decoration:none;opacity:1}.ekko-lightbox .glyphicon-chevron-left{left:0;float:left;padding-left:15px;text-align:left}.ekko-lightbox .glyphicon-chevron-right{right:0;float:right;padding-right:15px;text-align:right}.ekko-lightbox .modal-footer{text-align:left}/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

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

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

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

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

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

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../../img/common/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../../img/common/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 60%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

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

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

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

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
.ekko-lightbox{
    z-index:10003;
}

span.cmPlaceHolderBg img{
    width:100%;
    height:auto;
}

.hiddenArticleCMElement{
    display:none;
}

@media (min-width: 768px){
    span.cmPlaceHolderBg{
        width: 43.75%;
        float: left;
        padding-top:10px;
        padding-right:10px;
    }
}

@media (max-width: 767px){
    span.cmPlaceHolderBg{
        width:0;
    }
}

@media only screen and (max-width: 767px) {
    .cm-article-page {
        position: relative;
        width: 100%;
        height: 300px;
        z-index: 1;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        background-size: cover;
        background-position: center center;
    }
}

.row .vignette{
    height:52px;
}


.page__header__bottom__menu .caret {
    margin-right: 10px;
}

/* Nav Demo Styles -------------------- */

.drop-nav {
    background: #fff;
}
.main-nav {
    float: right;
    border-radius: 4px;
    margin-top: 8px;
    border: solid 1px #1e2a36;
}
.main-nav > li {
    float: left;
    border-left: solid 1px #1e2a36;
}
.main-nav li:first-child {
    border-left: none;
}
.main-nav a {
    color: #fff;
    display: block;
    padding: 10px 30px;
    text-decoration: none;
}
.dropdown,
.flyout {
    position: relative;
}
.dropdown:after {
    content: "\25BC";
    font-size: .5em;
    display: block;
    position: absolute;
    top: 32%;
    right: 7%;
    color: #ff0000;
}
.drop-nav {
    margin-top: -2px;
}
.drop-nav,
.flyout-nav {
    position: absolute;
    display: none;
    z-index: 999;
    min-width: 180px;
}
.drop-nav li {
    border-bottom: 1px solid rgba(0,0,0,.2);
    width: 180px;
    margin-right: 0!important;
    margin-bottom: 0!important;
}
.drop-nav li a {
    color: #fff;
    display: block;
    padding: 10px 30px;
    text-decoration: none;
}
.dropdown:hover > .drop-nav,
.flyout:hover > .flyout-nav {
    display: block;
}
.flyout-nav {
    left: 100%;
    top: 0;
}
.flyout:hover a,
.flyout-nav {
    background: #395066;
}

.page__header__bottom__menu a {
    text-transform: uppercase;
}#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
}
#cssmenu ul ul {
  display: none;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 10px 0px 20px 20px;
  cursor: pointer;
  z-index: 2;
  font-family: "breve_sans_textlight", sans-serif;
  font-size: 1.25em;
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  /*background: #36aae7;*/
  /*background: -webkit-linear-gradient(#36aae7, #1fa0e4);*/
  /*background: -moz-linear-gradient(#36aae7, #1fa0e4);*/
  /*background: -o-linear-gradient(#36aae7, #1fa0e4);*/
  /*background: -ms-linear-gradient(#36aae7, #1fa0e4);*/
  /*background: linear-gradient(#36aae7, #1fa0e4);*/
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
  color: #eeeeee;
  /*background: #1fa0e4;*/
  /*background: -webkit-linear-gradient(#1fa0e4, #1992d1);*/
  /*background: -moz-linear-gradient(#1fa0e4, #1992d1);*/
  /*background: -o-linear-gradient(#1fa0e4, #1992d1);*/
  /*background: -ms-linear-gradient(#1fa0e4, #1992d1);*/
  /*background: linear-gradient(#1fa0e4, #1992d1);*/
}
#cssmenu > ul > li.open > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
  /*border-bottom: 1px solid #1682ba;*/
}

.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  padding:20px;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #eeeeee;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#cssmenu ul ul li a {
  cursor: pointer;
  padding: 10px 0px 20px 30px;
  z-index: 1;
  text-decoration: none;
  font-size: 1.15em;
  color: #eeeeee;
  /*background: #49505a;*/
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  /*background: #424852;*/
  color: #ffffff;
}
#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul ul li a {
  padding-left: 30px;
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
/*#cssmenu > ul > li > ul > li.open:last-child > a,*/
/*#cssmenu > ul > li > ul > li.last.open > a {*/
  /*border-bottom: 1px solid #32373e;*/
/*}*/
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#cssmenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  border-color: #ffffff;
}

/*.page__header__top__menu li a:after{
    content: "";
}

.page__header__top__menu ul li.active>a:after{
    content: "";
}*/

.page__header__top__menu ul li a{
    width:100%;
}

#cssmenu li a:after{
  content: "";
}

#cssmenu a {
    text-transform:uppercase;
}

#cssmenu > ul > li > a:hover{
    padding-left: 30px;
    color: #FFD700;
}
#cssmenu ul ul li a:hover{
    padding-left: 40px;
    color: #FFD700;
}
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
          transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../common/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
          transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(/img/common/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
          box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
          box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}
.jQueryMosaic{width:100%;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.jQueryMosaic>a,.jQueryMosaic>div,.jQueryMosaic>img{float:left}.jQueryMosaic>.item{position:relative}.jQueryMosaic>.item.withImage{background-size:cover}.jQueryMosaic>.item>.overlay{opacity:0;position:absolute;left:0;right:0;top:0;bottom:0;transition:opacity .2s ease-in-out;-moz-transition:opacity .2s ease-in-out;-webkit-transition:opacity .2s ease-in-out}.jQueryMosaic>.item:hover>.overlay{opacity:1}.jQueryMosaic>.item>.overlay>.texts{position:absolute;left:0;right:0;bottom:0;padding:15pt;background:rgba(0,0,0,.2);color:#fff}.jQueryMosaic>.item>.overlay>.texts h1,.jQueryMosaic>.item>.overlay>.texts h2{margin:0;line-height:1.3em}.jQueryMosaic>.item>.overlay>.texts h1{font-size:17pt}.jQueryMosaic>.item>.overlay>.texts h2{font-size:13pt}