/* INCLUDE SETUP */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* and so, it begins... *//*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
/*
** GLOBAL TYPOGRAPHY CSS
*/
@font-face {
  font-family: MontagesFutura;
  src: url('https://montages.no/wp-content/themes/montages_2012/css/./fonts/FuturaLT.eot');
  src: url('https://montages.no/wp-content/themes/montages_2012/css/./fonts/FuturaLT.eot?#iefix') format('embedded-opentype'), url('https://montages.no/wp-content/themes/montages_2012/css/./fonts/FuturaLT.woff') format('woff'), url('https://montages.no/wp-content/themes/montages_2012/css/./fonts/FuturaLT.ttf') format('truetype'), url('https://montages.no/wp-content/themes/montages_2012/css/./fonts/FuturaLT.svg#') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: MontagesFutura;
  src: url('https://montages.no/wp-content/themes/montages_2012/css/./fonts/FuturaLT-Oblique.eot');
  src: url('https://montages.no/wp-content/themes/montages_2012/css/./fonts/FuturaLT-Oblique.eot?#iefix') format('embedded-opentype'), url('https://montages.no/wp-content/themes/montages_2012/css/./fonts/FuturaLT-Oblique.woff') format('woff'), url('https://montages.no/wp-content/themes/montages_2012/css/./fonts/FuturaLT-Oblique.ttf') format('truetype'), url('https://montages.no/wp-content/themes/montages_2012/css/./fonts/FuturaLT-Oblique.svg#') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: MontagesFutura;
  src: url('https://montages.no/wp-content/themes/montages_2012/css/./fonts/FuturaLT-Heavy.eot');
  src: url('https://montages.no/wp-content/themes/montages_2012/css/./fonts/FuturaLT-Heavy.eot?#iefix') format('embedded-opentype'), url('https://montages.no/wp-content/themes/montages_2012/css/./fonts/FuturaLT-Heavy.woff') format('woff'), url('https://montages.no/wp-content/themes/montages_2012/css/./fonts/FuturaLT-Heavy.ttf') format('truetype'), url('https://montages.no/wp-content/themes/montages_2012/css/./fonts/FuturaLT-Heavy.svg#') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: MontagesFutura;
  src: url('https://montages.no/wp-content/themes/montages_2012/css/./fonts/FuturaLT-HeavyOblique.eot');
  src: url('https://montages.no/wp-content/themes/montages_2012/css/./fonts/FuturaLT-HeavyOblique.eot?#iefix') format('embedded-opentype'), url('https://montages.no/wp-content/themes/montages_2012/css/./fonts/FuturaLT-HeavyOblique.woff') format('woff'), url('https://montages.no/wp-content/themes/montages_2012/css/./fonts/FuturaLT-HeavyOblique.ttf') format('truetype'), url('https://montages.no/wp-content/themes/montages_2012/css/./fonts/FuturaLT-HeavyOblique.svg#') format('svg');
  font-weight: bold;
  font-style: italic;
}
body {
  font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
  font-size: .95em;
  line-height: 1.5em;
}
p {
  padding: 0.5em 0 1em 0;
}
a {
  text-decoration: none;
  font-weight: bold;
  color: #000000;
}
a.numcomments {
  color: #f60000 !important;
}
em, i {
  font-style: italic;
}
b, strong {
  font-weight: bold;
}
small {
  font-size: 0.8em;
}
sub {
  position: relative;
  bottom: -0.5em;
  font-size: smaller;
}
sup {
  position: relative;
  top: -0.5em;
  font-size: smaller;
}
nav {
  font-family: MontagesFutura, Helvetica, Arial;
  font-weight: normal;
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: MontagesFutura, Helvetica, Arial;
  color: #000000;
  padding: 0.1em 0;
  font-weight: bold;
  position: relative;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}
h1 a.numcomments,
h2 a.numcomments,
h3 a.numcomments,
h4 a.numcomments,
h5 a.numcomments,
h6 a.numcomments {
  font-size: 0.8em;
  font-weight: normal;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #4d4d4d;
  font-size: 0.8em;
  font-weight: normal;
  text-transform: uppercase;
}
h1 {
  font-size: 3em;
  line-height: 1.3em;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: bold;
  /* filmtitler */

}
h1 em, h1 i {
  color: #000000 !important;
}
body.home article h1 {
  font-size: 1.7em;
  line-height: 1.25em;
  padding-bottom: 0;
  padding-top: 2px;
}
body.home .story-1 h1 {
  font-size: 2.5em;
  line-height: 1.2em;
}
body.home .story-1 h1.longtitle {
  font-size: 2.2em;
}
body.single article div.content #body > h2 {
  margin-top: .5em;
  font-size: 1.5em;
  line-height: 1.3em;
}
h3 {
  font-size: 1.1em;
  line-height: 1.5em;
}
article header h4, article > h4 {
  font-size: 1.2em;
  color: #4d4d4d;
  font-weight: normal;
  text-transform: uppercase;
}
article header h4 a, article > h4 a {
  color: #444;
  font-weight: inherit;
}
h5 {
  font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
  display: block;
  font-size: 1em;
  line-height: 1.5em;
  color: #555555;
  font-weight: normal;
}
article blockquote {
  font-size: 0.9em;
}
article blockquote p {
  margin: .5em 2em;
  color: #555555;
  font-style: italic;
}
/* Frontpage-specific */
body.home p {
  color: #555555;
}
header p.lead {
  padding-top: 0;
  margin-top: .5em;
  font-size: .95em;
  line-height: 1.4em;
}
header p.lead a {
  color: inherit;
  font-weight: normal;
}
header p.lead a .numcomments {
  color: #f60000;
}
/* Smartphones */
@media screen and (max-width: 480px) {
  body {
    font-size: 1em;
    line-height: 1.5em;
  }
  body header p.lead {
    font-size: inherit;
  }
}
/* INCLUDE GLOBAL LAYOUT TEMPLATES */
/*
** GLOBAL LAYOUT RIG
*/
/* main layout components */
html {
  background: #ffffff url('https://montages.no/wp-content/themes/montages_2012/css/../images/interface/html_bkg.png');
  height: 100%;
}
body {
  background: #fff;
}
body > .wrap {
  width: 1200px;
  min-width: 300px;
  margin: 0 auto;
  overflow: hidden;
  height: 100%;
  z-index: 100;
  position: relative;
  background: #fff;
  padding: 0 1.5625% 1.5625% 1.5625%;
}
body > .wrap > .content {
  *zoom: 1;
  background: #fff;
}
body > .wrap > .content:before, body > .wrap > .content:after {
  content: "";
  display: table;
}
body > .wrap > .content:after {
  clear: both;
}
body > .wrap > .content .column {
  position: relative;
  float: left;
}
/* SPECIAL TOP TEASER */.top-teaser {
  background: #efefef;
  color: white;
  padding: 0.5em 1.5625%;
  display: block;
  font-size: 0.9em;
}
.top-teaser a {
  font-weight: normal;
}
/* Ultra-wide screen */
@media screen and (min-width: 1281px) {
  body {
    background: transparent;
  }
  body > .wrap {
    width: auto !important;
    max-width: 1200px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  }
}
/* Ultra-wide screen */
@media screen and (max-width: 1280px) {
  body {
    background: transparent;
  }
  body > .wrap {
    width: auto !important;
    max-width: 1200px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  }
}
/* iPad portrait */
@media screen and (max-width: 960px) {
  .show-on-ipad-portrait {
    display: block !important;
  }
  li#wp-admin-bar-wp-logo,
  li#wp-admin-bar-my-sites,
  li#wp-admin-bar-new-content,
  ul#wp-admin-bar-top-secondary {
    display: none;
  }
}
/* Medium desktop version */
@media screen and (max-width: 767px) {
  .hide-on-midsize {
    display: none !important;
  }
  .show-on-midsize {
    display: block !important;
  }
  body.home #main p,
  body.home #main h1,
  body.home #main h2,
  body.home #main h3,
  body.home #main h4,
  body.home #main h5,
  body.home #main h6 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
/* Smartphones landscape */
@media screen and (max-width: 600px) {
  .hide-on-mobile {
    display: none !important;
  }
  .show-on-mobile {
    display: block !important;
  }
}
/* Smartphones portrait */
@media screen and (max-width: 600px) {
  body > .wrap {
    margin: 0 !important;
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
    clear: both;
  }
  body > .wrap > .content {
    margin: 0 !important;
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
    clear: both;
  }
}
/* UTLISTING AV ARTIKLER */
.article-listing > article {
  float: left;
  position: relative;
}
.article-listing > article > figure {
  /* fluid with aspect ratio, using this trick: http://stackoverflow.com/questions/11399194/css-changing-aspect-ratio-of-fluid-images */

  margin-bottom: .4em;
  /* min-height: 2em; */
  height: 0;
  padding-top: 43.0555%;
  position: relative;
  overflow: hidden;
}
.article-listing > article > figure > .wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.article-listing > article header {
  position: relative;
}
.article-listing > article header h1 {
  font-size: 1.7em;
  line-height: 1.3em;
  padding-bottom: 0;
  padding-top: 2px;
}
.article-listing > article header h4 {
  font-size: 0.7em;
  line-height: 1.4em;
  top: .2em;
  background: black;
  color: white;
  position: absolute;
  top: -1.65em;
  left: .5em;
  padding: .1em .5em .1em .5em;
}
.article-listing > article header h4 a {
  color: #eee;
}
.article-listing > article header p.lead {
  color: #555555;
}
.article-listing > article header p.byline {
  font-size: .7em;
  color: #555555;
  padding: 0;
}
.article-listing > article header p.byline span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .article-listing > article > header h1 {
    font-size: 1.4em;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 600px) {
  .article-listing {
    padding: 0 .5em;
  }
  .article-listing > article {
    width: 100% !important;
    margin: 0 0 1em 0 !important;
    clear: none !important;
  }
}
/* PAGINATION */
div.pagination {
  padding: 0 0 40px 0;
  position: relative;
  float: left;
  clear: both;
  font-size: 12px;
  width: 100%;
  overflow: hidden;
  font-family: MontagesFutura, Helvetica, Arial;
}
div.pagination div.navbar {
  clear: left;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  left: 50%;
  text-align: center;
}
div.pagination div.navbar div, div.pagination div.navbar a {
  float: left;
  display: block;
  position: relative;
  margin: 0 4px;
  padding: 2px 8px;
  border: 1px solid #efefef;
  color: #666;
  right: 50%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: bold;
  background-color: #efefef;
}
div.pagination div.navbar .filler {
  border: 0;
  background: none;
}
div.pagination div.navbar .active {
  cursor: pointer;
}
div.pagination div.navbar .active:hover {
  background-color: #d6d6d6;
}
div.pagination div.navbar .current, div.pagination div.navbar .legend {
  border: 1px solid #f60000;
  background-color: #f60000;
  color: #fff;
}
div.pagination div.navbar .legend {
  padding: 2px 8px;
}
/* 
** FRONTPAGE LAYOUT 
** |      main       | extra | sidebar |
*/
.layout-frontpage > .wrap > .content {
  padding-right: 180px;
}
.layout-frontpage #main {
  width: 76.875%;
  padding-right: 3.125%;
  padding-bottom: 3.125%;
}
.layout-frontpage #extra {
  width: 16.875%;
  padding-right: 3.125%;
  padding-top: 1.5625%;
}
.layout-frontpage #sidebar {
  width: 180px;
  margin-right: -180px;
  padding-top: 1.5625%;
}
/* minor adjustment to keep to extra-column wide enough */
@media screen and (max-width: 1150px) {
  .layout-frontpage #main {
    width: 74.875%;
  }
  .layout-frontpage #extra {
    width: 18.875%;
  }
}
/* iPad portrait */
@media screen and (max-width: 1023px) {
  body.layout-frontpage #main {
    width: 96.875%;
  }
  body.layout-frontpage #extra {
    width: 180px;
    margin-right: -180px;
    padding-right: 0;
  }
  body.layout-frontpage #extra aside {
    padding-left: 6px;
  }
  body.layout-frontpage #extra {
    display: none;
  }
}
/* Medium desktop version */
@media screen and (max-width: 767px) {
  body.layout-frontpage #main {
    width: 96.875%;
  }
  body.layout-frontpage #extra {
    width: 180px;
    margin-right: -180px;
    padding-right: 0;
  }
  body.layout-frontpage #extra aside {
    padding-left: 6px;
  }
}
/* Mobile landscape */
@media screen and (max-width: 600px) {
  #sidebar {
    display: none;
  }
}
/* Smartphones portrait */
@media screen and (max-width: 600px) {
  body.layout-frontpage #main, body.layout-frontpage #extra, body.layout-frontpage #sidebar {
    margin: 0 !important;
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
    clear: both;
  }
}
/* 
** LAYOUT WITH RIGHT SIDEBAR ONLY 
** |       main       |  sidebar |
*/
.layout-with-sidebar > .wrap > .content {
  padding-right: 180px;
}
.layout-with-sidebar > .wrap > .content > #main-wrapper {
  width: 100%;
}
.layout-with-sidebar > .wrap > .content > #main-wrapper #main {
  width: 96.875%;
  padding-right: 3.125%;
  padding-bottom: 3.125%;
}
.layout-with-sidebar #sidebar {
  width: 180px;
  margin-right: -180px;
  padding-top: 1.5625%;
}
.layout-with-sidebar .article-listing > article {
  width: 28%;
  margin: 0 3.125% 4.6875% 1.5625%;
}
.layout-with-sidebar .article-listing > article.threes {
  clear: left;
}
@media screen and (max-width: 1023px) {
  .layout-with-sidebar .article-listing > article {
    width: 46.875%;
    margin: 0 1.5625% 4.6875% 1.5625%;
  }
  .layout-with-sidebar .article-listing > article.threes {
    clear: none;
  }
  .layout-with-sidebar .article-listing > article.twos {
    clear: left;
  }
}
/* Smartphones portrait */
@media screen and (max-width: 600px) {
  .layout-with-sidebar #main, .layout-with-sidebar #extra, .layout-with-sidebar #sidebar {
    margin: 0 !important;
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
    clear: both;
  }
}
/* 
** LAYOUT WITH BOTH RIGHT (#sidebar) AND LEFT (#extra) SIDEBAR 
** |  extra   |         main          | sidebar |
*/
.layout-with-two-sidebars > .wrap > .content {
  padding-right: 180px;
}
.layout-with-two-sidebars > .wrap > .content > #main-wrapper {
  width: 100%;
}
.layout-with-two-sidebars > .wrap > .content > #main-wrapper > figure {
  width: 100%;
  display: none;
}
.layout-with-two-sidebars > .wrap > .content > #main-wrapper > .inner {
  padding-left: 194px;
}
.layout-with-two-sidebars > .wrap > .content > #main-wrapper > .inner #main {
  width: 96.875%;
  padding-right: 3.125%;
  padding-bottom: 3.125%;
}
.layout-with-two-sidebars > .wrap > .content > #main-wrapper > .inner #extra {
  width: 194px;
  margin-left: -194px;
  margin-top: 1em;
}
.layout-with-two-sidebars > .wrap > .content > #main-wrapper > .inner #extra aside {
  margin-right: 14px;
}
.layout-with-two-sidebars #sidebar {
  width: 180px;
  margin-right: -180px;
  padding-top: 1.5625%;
}
.layout-with-two-sidebars .article-listing > article {
  width: 46.875%;
  margin: 0 1.5625% 4.6875% 1.5625%;
}
.layout-with-two-sidebars .article-listing > article.twos {
  clear: left;
}
@media screen and (max-width: 1023px) {
  .layout-with-two-sidebars > .wrap > .content > #main-wrapper > .inner {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .layout-with-two-sidebars .article-listing > article {
    width: 96.875%;
  }
}
/* Smartphones portrait */
@media screen and (max-width: 600px) {
  .layout-with-two-sidebars #main, .layout-with-two-sidebars #extra, .layout-with-two-sidebars #sidebar {
    margin: 0 !important;
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
    clear: both;
  }
}
/* 
** LAYOUT WITH BOTH RIGHT (#sidebar) AND LEFT (#extra) SIDEBAR
** Let the left one remain when shrinking browser window
** |  extra   |         main          | sidebar |
*/
.layout-with-two-sidebars-keep-the-left-one > .wrap > .content {
  padding-right: 180px;
}
.layout-with-two-sidebars-keep-the-left-one > .wrap > .content > #main-wrapper {
  width: 100%;
}
.layout-with-two-sidebars-keep-the-left-one > .wrap > .content > #main-wrapper > figure {
  width: 100%;
  display: none;
}
.layout-with-two-sidebars-keep-the-left-one > .wrap > .content > #main-wrapper > .inner {
  padding-left: 194px;
}
.layout-with-two-sidebars-keep-the-left-one > .wrap > .content > #main-wrapper > .inner #main {
  width: 96.875%;
  padding-right: 3.125%;
  padding-bottom: 3.125%;
}
.layout-with-two-sidebars-keep-the-left-one > .wrap > .content > #main-wrapper > .inner #extra {
  width: 194px;
  margin-left: -194px;
  margin-top: 1em;
}
.layout-with-two-sidebars-keep-the-left-one > .wrap > .content > #main-wrapper > .inner #extra aside {
  margin-right: 14px;
}
.layout-with-two-sidebars-keep-the-left-one #sidebar {
  width: 180px;
  margin-right: -180px;
  padding-top: 1.5625%;
}
.layout-with-two-sidebars-keep-the-left-one .article-listing > article {
  width: 46.875%;
  margin: 0 1.5625% 4.6875% 1.5625%;
}
.layout-with-two-sidebars-keep-the-left-one .article-listing > article.twos {
  clear: left;
}
@media screen and (max-width: 1023px) {
  .layout-with-two-sidebars-keep-the-left-one > .wrap > .content {
    padding-right: 0;
    margin: 0 !important;
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
    clear: both;
  }
  .layout-with-two-sidebars-keep-the-left-one > .wrap > .content > #main-wrapper > .inner #main {
    padding-right: 0 !important;
  }
  .layout-with-two-sidebars-keep-the-left-one #sidebar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .layout-with-two-sidebars-keep-the-left-one .article-listing > article {
    width: 96.875%;
  }
}
/* Smartphones portrait */
@media screen and (max-width: 600px) {
  .layout-with-two-sidebars-keep-the-left-one #extra aside {
    margin-left: .8em;
    /*
  			-webkit-box-shadow: none;
  			-moz-box-shadow: none;
  			box-shadow: none;
  			*/
  
  }
}
/* Smartphones  */
@media screen and (max-width: 480px) {
  .layout-with-two-sidebars-keep-the-left-one > .wrap > .content > #main-wrapper > .inner {
    padding-left: 0;
  }
  .layout-with-two-sidebars-keep-the-left-one #main, .layout-with-two-sidebars-keep-the-left-one #extra {
    margin: 0 !important;
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
    clear: both;
  }
  .layout-with-two-sidebars-keep-the-left-one #extra.lose-me {
    display: none;
  }
  .layout-with-two-sidebars-keep-the-left-one #extra aside {
    font-size: 1.3em;
    margin: .8em .8em 1.2em .8em;
    /*
  			-webkit-box-shadow: none;
  			-moz-box-shadow: none;
  			box-shadow: none;
  			*/
  
  }
  .layout-with-two-sidebars-keep-the-left-one #extra > header {
    display: block;
    margin: .8em;
    text-align: center;
  }
  .layout-with-two-sidebars-keep-the-left-one #extra > header h1 {
    font-size: 1.8em;
    text-transform: uppercase;
  }
  .layout-with-two-sidebars-keep-the-left-one #extra > header h3 {
    font-size: 1.2em;
    color: #bcbcbc;
    font-weight: normal;
  }
}
/* INCLUDE HEADER AND FOOTER */
/*
** HEADER
*/
header#top {
  height: auto;
  padding: 0 1.5625%;
  background: #000;
  color: #eee;
  border-top: 5px solid #f60000;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 400;
  overflow: hidden;
}
header#top .wrap {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
  position: relative;
}
header#top .wrap .content {
  width: 100%;
  position: relative;
  height: 100%;
}
header#top .logo {
  display: inline-block;
  float: left;
  width: 20%;
  display: block;
  padding: 1em 0;
}
header#top .logo img {
  max-width: 265px;
  width: 100%;
}
header#top nav {
  display: inline-block;
  float: left;
  width: 80%;
  position: relative;
  height: 100%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  margin-top: 20px;
  font-size: 0.8em;
}
header#top nav ul {
  position: relative;
  float: right;
}
header#top nav ul li {
  position: relative;
  float: left;
  background: #222222;
  padding: 0 1.1em;
  line-height: 3em;
  margin: 8px .3em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
header#top nav ul li.selected {
  background: #f60000;
  cursor: default;
  pointer-events: none;
}
header#top nav ul li:hover:not(.search) {
  cursor: pointer;
  background: #3c3c3c;
}
header#top nav ul li img {
  position: relative;
  width: 1em;
  top: .1em;
}
header#top nav ul li img.disclosure {
  left: .1em;
  width: 0.8em;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
header#top nav ul li a {
  color: #eee;
  font-weight: inherit;
  display: block;
  width: 100%;
  height: 100%;
}
header#top nav ul li.search {
  width: 152px;
  /* background: @darkColor url('@{imagesURL}/interface/searchIcon.png') 95% 52% no-repeat; */

  overflow: hidden;
}
header#top nav ul li.search input {
  background: transparent;
  width: 85%;
  color: #999999;
  border: 0;
}
header#top nav ul li.search input:focus {
  color: #eee;
}
header#top nav ul li.search img.search-submit {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -7px;
  width: 20px;
  height: 12px;
  border: 0;
  padding: 0;
}
header#top nav ul li.mer, header#top nav ul li.comments {
  display: none;
}
@media screen and (max-width: 1200px) {
  header#top nav {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 1023px) {
  header#top nav ul li.flashback,
  header#top nav ul li.cdc,
  header#top nav ul li.topplister,
  header#top nav ul li.kalender,
  header#top nav ul li.debatt {
    display: none;
  }
  header#top nav ul li.mer {
    display: inline !important;
  }
  body header#top .logo img.hide-on-midsize {
    display: none !important;
  }
  body header#top .logo img.show-on-midsize {
    display: block !important;
  }
}
@media screen and (max-width: 700px) {
  /*
  	header#top {
  		position: fixed;
  		top: 0; 
  		left: 0;
  		width: 100%;
  		height: 60px !important;
  		.logo { 
  			margin-top: -3px; 
  		}
  		z-index: 999999 !important;
  	}
  	
  	iframe {
  		z-index: 100 !important;
  	}
  	
  	body > .wrap > .content#page-content {
  		padding-top: 65px !important;
  	}
  	header#top nav {
  		padding-top: 1em;
  		right: @gutter*2;
  	}
  	*/
  header#top nav ul li a:hover {
    background: inherit !important;
  }
  header#top nav ul li {
    line-height: 2.5em;
    padding: 0 0.8em;
  }
  header#top nav ul li.analysen, header#top nav ul li.bloggene {
    display: none;
  }
  body.single header#top nav ul li.comments {
    display: inline !important;
  }
}
@media screen and (max-width: 550px) {
  header#top .logo {
    width: 35%;
  }
  header#top nav {
    width: 65%;
  }
}
@media screen and (max-width: 479px) {
  header#top nav ul li.search {
    display: none;
  }
}
/* adminbar */
#wp-admin-bar-user-info .avatar {
  width: 64px;
  height: 64px;
}
/*
** FOOTER
*/
footer#bottom {
  height: auto;
  background: black;
  position: relative;
  -webkit-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
  color: #fff;
  z-index: 400;
  font-size: 0.9em;
}
footer#bottom a {
  color: #ccc;
  font-weight: normal;
  border-bottom: 1px dotted #555555;
}
footer#bottom figure a {
  border: 0;
}
footer#bottom p {
  width: 80%;
  color: #888888;
}
footer#bottom h3 {
  color: inherit;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1em;
  margin: .5em 0 1em 0;
}
footer#bottom .wrap {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
footer#bottom .wrap .content {
  width: 100%;
  overflow: hidden;
}
footer#bottom .wrap .content > ul {
  padding: 0 1.5625%;
  clear: both;
  *zoom: 1;
}
footer#bottom .wrap .content > ul:before, footer#bottom .wrap .content > ul:after {
  content: "";
  display: table;
}
footer#bottom .wrap .content > ul:after {
  clear: both;
}
footer#bottom .wrap .content > ul > li {
  float: left;
  width: 20.5%;
  margin-left: 6%;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
footer#bottom .wrap .content > ul > li:first-child {
  margin-left: 0;
}
footer#bottom .wrap .content > ul > li > ul {
  list-style: square;
  padding-left: 10px;
  margin-left: 8px;
}
footer#bottom .wrap .content > ul > li > ul > li {
  padding: 4px;
}
footer#bottom .wrap .content span.social {
  color: #555555;
}
footer#bottom .wrap .content span.social a {
  border: 0 !important;
}
footer#bottom .wrap .content span.social img {
  position: relative;
  top: .3em;
  padding: 0 .25em;
}
footer#bottom .wrap .content address {
  margin-top: 18px;
  margin-bottom: 18px;
  color: #888888;
}
footer#bottom .wrap .content .below-footer {
  margin: 0 0 5px;
  padding: 8px 1.5625%;
}
footer#bottom .wrap .content .bottom-line {
  width: 100%;
  height: auto;
  padding: 6px;
  background: #222222;
  margin-top: 1em;
  text-align: center;
  opacity: 0.6;
  font-size: 0.9em;
  line-height: 2em;
}
footer#bottom .wrap .content .bottom-line span {
  padding: 0 10px;
  white-space: nowrap;
}
footer#bottom .wrap .content aside.search {
  display: none;
}
footer#bottom .wrap .content form.newsletter-form, footer#bottom .wrap .content form#wpn_signup {
  margin-bottom: 20px;
}
footer#bottom .wrap .content form.newsletter-form input, footer#bottom .wrap .content form#wpn_signup input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 70%;
  color: #555555;
  background: #222222;
  padding: 8px;
  border: 0;
}
footer#bottom .wrap .content form.newsletter-form input:focus, footer#bottom .wrap .content form#wpn_signup input:focus {
  color: #eee;
}
footer#bottom .wrap .content form.newsletter-form input[type="submit"], footer#bottom .wrap .content form#wpn_signup input[type="submit"] {
  display: none;
}
/* Go 3-columns */
@media screen and (max-width: 1023px) {
  footer#bottom .wrap .content > ul > li {
    width: 29%;
  }
  footer#bottom .wrap .content > ul > li:last-child {
    display: none;
  }
  footer#bottom .wrap .content > ul > li:first-child {
    position: relative;
    left: .5em;
  }
  footer#bottom .wrap .content .bottom-line span {
    display: block;
    clear: both;
  }
}
/* Mid-size and smartphones */
@media screen and (max-width: 800px) {
  footer#bottom .hide-on-mobile {
    display: none;
  }
  footer#bottom .wrap .content > ul > li {
    margin: 0 !important;
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
    clear: both;
  }
  footer#bottom .wrap .content > ul > li h3 {
    display: none !important;
  }
  footer#bottom .wrap .content > ul > li ul {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  footer#bottom .wrap .content > ul > li ul li {
    width: 100%;
    list-style: none;
    left: 0;
    margin-left: 0;
    padding: 8px;
    border-bottom: 1px solid #333333;
  }
  footer#bottom .wrap .content > ul > li ul li a {
    border: 0;
    width: 100%;
    display: block;
  }
  footer#bottom .wrap .content > ul > li ul li:hover {
    background: #222;
  }
  footer#bottom .wrap .content > ul > li aside.search {
    display: block;
    margin-bottom: 1em;
  }
  footer#bottom .below-footer {
    display: none;
  }
}
/* INCLUDE ASIDES CSS */
/*
** CSS FOR ASIDES
*/
/* ------------------------------------------------------------------------------------- *
 * ASIDE GENERAL
 * ------------------------------------------------------------------------------------- */
aside {
  position: relative;
  margin-bottom: 3em;
  word-wrap: break-word;
}
aside > header, aside .wrap > header {
  height: 1px;
  background: #e2e2e2;
  position: relative;
  top: 0.6em;
  text-align: center;
  margin-bottom: 1.7em;
}
aside > header > h2, aside .wrap > header > h2 {
  color: #afafaf !important;
  font-size: 0.75em;
  text-transform: uppercase;
  position: relative;
  top: -1.1em;
  font-weight: normal;
  display: inline;
  background: #fff;
  padding: 0 .7em;
}
aside p {
  font-size: 0.8em;
  line-height: 1.6em;
  margin: 0;
  padding: 0;
}
.dimCenteredHeader {
  height: 1px;
  background: #e2e2e2;
  position: relative;
  top: 0.6em;
  text-align: center;
  margin-bottom: 1.7em;
}
.dimCenteredHeader > h2 {
  color: #afafaf !important;
  font-size: 0.75em;
  text-transform: uppercase;
  position: relative;
  top: -1.1em;
  font-weight: normal;
  display: inline;
  background: #fff;
  padding: 0 .7em;
}
/* ------------------------------------------------------------------------------------- *
 * SEARCH
 * ------------------------------------------------------------------------------------- */
aside.search {
  top: 2px;
}
aside.search .inner {
  background: #efefef;
  border: 0.3em solid #efefef;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
aside.search .inner input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: transparent;
  width: 85%;
  color: #999999;
  border: 0;
}
aside.search .inner input:focus {
  color: #333333;
}
aside.search .inner img.search-submit {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -7px;
  width: 20px;
  height: 12px;
  border: 0;
  padding: 0;
}
footer#bottom aside.search {
  display: none;
  width: 100%;
  position: relative;
  margin: 12px 0 4px 0;
}
footer#bottom aside.search .inner {
  background-color: #222;
  border-color: #222;
  color: #555555;
}
footer#bottom aside.search .inner input:focus {
  color: #eee;
}
/* ------------------------------------------------------------------------------------- *
 * MMDB STYLING
 * ------------------------------------------------------------------------------------- */
.mmdb-widget {
  font-size: 0.8em;
  line-height: 1.2em;
  background: #efefef;
  /* listevisning i artikler */

}
.mmdb-widget > .inner {
  border: .8em solid transparent;
}
.mmdb-widget header {
  font-size: 1.4em;
  line-height: 1.4em;
  margin: 0;
}
.mmdb-widget header h2 {
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 1.4em;
  padding: .35em 0;
  margin-bottom: -1px;
  margin-top: -1px;
}
.mmdb-widget header h2 a {
  font-weight: bold;
  color: inherit;
}
.mmdb-widget header h2 span {
  display: block;
  color: #555555;
  margin: 0;
  padding: 0;
}
.mmdb-widget .mmdbinfo {
  margin: 1em 0;
}
.mmdb-widget .mmdbinfo h4 {
  font-weight: normal;
  text-transform: uppercase;
  color: #555555;
  font-size: 0.8em;
}
.mmdb-widget .mmdbinfo ul li {
  padding: 0 0 .2em 0;
  line-height: 1.4em;
}
.mmdb-widget .mmdbinfo ul li a {
  color: #f60000;
  font-weight: normal;
}
.mmdb-widget > .inner > a.button {
  margin: .5em 0 0 0;
  font-weight: normal;
  font-size: 0.9em;
}
.mmdb-widget a.availability {
  display: block;
  margin: .8em 0;
  padding: .4em .8em;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.mmdb-widget a.availability span {
  font-weight: normal;
}
.mmdb-widget a.availability:hover {
  color: #f60000;
  border-color: #d6d6d6;
}
.mmdb-widget.listitem {
  margin: 2em 0 1em 0;
  background: #efefef;
  position: relative;
  /* Mini versjon */

}
.mmdb-widget.listitem.split {
  margin: 0 0 -2.5em 0;
  top: -2.5em;
}
.mmdb-widget.listitem header {
  background: #222222;
}
.mmdb-widget.listitem header h2 {
  color: #fff;
  margin: 0 !important;
  padding: 0 .5em !important;
  font-size: 0.9em;
  line-height: 1.8em !important;
}
.mmdb-widget.listitem header h2 a {
  color: #fff !important;
  font-weight: normal;
}
.mmdb-widget.listitem header h2 span {
  font-size: 1em;
  float: left;
  background: #f60000;
  color: #fff;
  padding-left: .5em;
  padding-right: .5em;
  height: 100%;
  position: relative;
  left: -0.5em;
}
.mmdb-widget.listitem div.info {
  width: 100%;
  *zoom: 1;
  background: #e2e2e2;
}
.mmdb-widget.listitem div.info.buttons a {
  display: inline-block;
  width: auto;
  color: #333333 !important;
  margin: .8em .4em .5em .4em;
  padding-left: 1em;
  padding-right: 1.3em;
}
.mmdb-widget.listitem div.info.buttons a:hover {
  color: #f60000 !important;
}
.mmdb-widget.listitem div.info .left {
  float: left;
  text-align: left;
  padding: .8em;
}
.mmdb-widget.listitem div.info .right {
  float: right;
  text-align: right;
  clear: right;
  padding: .8em;
}
.mmdb-widget.listitem div.info:before, .mmdb-widget.listitem div.info:after {
  content: "";
  display: table;
}
.mmdb-widget.listitem div.info:after {
  clear: both;
}
.mmdb-widget.listitem div.info.buttons {
  text-align: center;
  background: #efefef;
}
.mmdb-widget.listitem.mini {
  *zoom: 1;
  clear: both;
  padding-right: 208px;
  overflow: hidden;
  min-height: 78px;
  background: none;
}
.mmdb-widget.listitem.mini:before, .mmdb-widget.listitem.mini:after {
  content: "";
  display: table;
}
.mmdb-widget.listitem.mini:after {
  clear: both;
}
.mmdb-widget.listitem.mini header {
  font-size: 1.2em;
}
.mmdb-widget.listitem.mini div.info {
  padding-top: .3em;
}
.mmdb-widget.listitem.mini div.info .right, .mmdb-widget.listitem.mini div.info .left {
  float: none;
  text-align: left;
  padding: .4em .8em;
}
.mmdb-widget.listitem.mini div.info.buttons {
  display: none;
}
.mmdb-widget.listitem.mini figure {
  width: 208px;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 8px solid white;
  border-bottom: 8px solid white;
}
/* ------------------------------------------------------------------------------------- *
 * KINOFILM
 * ------------------------------------------------------------------------------------- */
aside.kinofilm {
  overflow: hidden;
  clear: left;
}
aside.kinofilm article {
  font-size: 0.8em;
  line-height: 1.2em;
  background: #efefef;
  /* listevisning i artikler */

  margin-bottom: .5em;
  float: left;
  width: 22.65625%;
  margin-left: 3.125%;
  display: inline-block;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
aside.kinofilm article > .inner {
  border: .8em solid transparent;
}
aside.kinofilm article header {
  font-size: 1.4em;
  line-height: 1.4em;
  margin: 0;
}
aside.kinofilm article header h2 {
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 1.4em;
  padding: .35em 0;
  margin-bottom: -1px;
  margin-top: -1px;
}
aside.kinofilm article header h2 a {
  font-weight: bold;
  color: inherit;
}
aside.kinofilm article header h2 span {
  display: block;
  color: #555555;
  margin: 0;
  padding: 0;
}
aside.kinofilm article .mmdbinfo {
  margin: 1em 0;
}
aside.kinofilm article .mmdbinfo h4 {
  font-weight: normal;
  text-transform: uppercase;
  color: #555555;
  font-size: 0.8em;
}
aside.kinofilm article .mmdbinfo ul li {
  padding: 0 0 .2em 0;
  line-height: 1.4em;
}
aside.kinofilm article .mmdbinfo ul li a {
  color: #f60000;
  font-weight: normal;
}
aside.kinofilm article > .inner > a.button {
  margin: .5em 0 0 0;
  font-weight: normal;
  font-size: 0.9em;
}
aside.kinofilm article a.availability {
  display: block;
  margin: .8em 0;
  padding: .4em .8em;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  position: relative;
}
aside.kinofilm article a.availability span {
  font-weight: normal;
}
aside.kinofilm article a.availability:hover {
  color: #f60000;
  border-color: #d6d6d6;
}
aside.kinofilm article.listitem {
  margin: 2em 0 1em 0;
  background: #efefef;
  position: relative;
  /* Mini versjon */

}
aside.kinofilm article.listitem.split {
  margin: 0 0 -2.5em 0;
  top: -2.5em;
}
aside.kinofilm article.listitem header {
  background: #222222;
}
aside.kinofilm article.listitem header h2 {
  color: #fff;
  margin: 0 !important;
  padding: 0 .5em !important;
  font-size: 0.9em;
  line-height: 1.8em !important;
}
aside.kinofilm article.listitem header h2 a {
  color: #fff !important;
  font-weight: normal;
}
aside.kinofilm article.listitem header h2 span {
  font-size: 1em;
  float: left;
  background: #f60000;
  color: #fff;
  padding-left: .5em;
  padding-right: .5em;
  height: 100%;
  position: relative;
  left: -0.5em;
}
aside.kinofilm article.listitem div.info {
  width: 100%;
  *zoom: 1;
  background: #e2e2e2;
}
aside.kinofilm article.listitem div.info.buttons a {
  display: inline-block;
  width: auto;
  color: #333333 !important;
  margin: .8em .4em .5em .4em;
  padding-left: 1em;
  padding-right: 1.3em;
}
aside.kinofilm article.listitem div.info.buttons a:hover {
  color: #f60000 !important;
}
aside.kinofilm article.listitem div.info .left {
  float: left;
  text-align: left;
  padding: .8em;
}
aside.kinofilm article.listitem div.info .right {
  float: right;
  text-align: right;
  clear: right;
  padding: .8em;
}
aside.kinofilm article.listitem div.info:before, aside.kinofilm article.listitem div.info:after {
  content: "";
  display: table;
}
aside.kinofilm article.listitem div.info:after {
  clear: both;
}
aside.kinofilm article.listitem div.info.buttons {
  text-align: center;
  background: #efefef;
}
aside.kinofilm article.listitem.mini {
  *zoom: 1;
  clear: both;
  padding-right: 208px;
  overflow: hidden;
  min-height: 78px;
  background: none;
}
aside.kinofilm article.listitem.mini:before, aside.kinofilm article.listitem.mini:after {
  content: "";
  display: table;
}
aside.kinofilm article.listitem.mini:after {
  clear: both;
}
aside.kinofilm article.listitem.mini header {
  font-size: 1.2em;
}
aside.kinofilm article.listitem.mini div.info {
  padding-top: .3em;
}
aside.kinofilm article.listitem.mini div.info .right, aside.kinofilm article.listitem.mini div.info .left {
  float: none;
  text-align: left;
  padding: .4em .8em;
}
aside.kinofilm article.listitem.mini div.info.buttons {
  display: none;
}
aside.kinofilm article.listitem.mini figure {
  width: 208px;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 8px solid white;
  border-bottom: 8px solid white;
}
aside.kinofilm article > .inner {
  border-width: .8em;
}
aside.kinofilm article header h2 span {
  display: none;
}
aside.kinofilm article.part1 {
  margin-right: 4%;
}
aside.kinofilm article:first-child {
  margin-left: 0;
}
aside.kinofilm article figure {
  margin-bottom: .4em;
  max-height: 179px;
  overflow: hidden;
  position: relative;
  /* fluid with aspect ratio */

  height: 0;
  padding-top: 43.0555%;
}
aside.kinofilm article figure .wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* ------------------------------------------------------------------------------------- *
 * LATEST COMMENTS 
 * ------------------------------------------------------------------------------------- */
aside.comments {
  margin-bottom: 4em;
}
aside.comments ul {
  font-size: 0.8em;
  line-height: 1.5em;
}
aside.comments ul li {
  margin-bottom: 1em;
  padding: 0.8em;
  border: 1px solid #efefef;
  overflow: hidden;
}
aside.comments ul li a {
  font-weight: normal;
  color: #555555;
}
aside.comments ul li a span.comment_author {
  font-weight: bold;
}
aside.comments ul li a span.comment_post_title {
  font-weight: bold;
  color: #000000;
}
aside.comments ul li a span.comment_excerpt {
  font-style: italic;
}
/* ------------------------------------------------------------------------------------- *
 *  BLOG POSTS 
 * ------------------------------------------------------------------------------------- */
aside.blogposts {
  margin-top: -1em;
}
aside.blogposts article {
  margin-bottom: 1em;
  border: 0.5em solid #efefef;
  background: #efefef;
}
aside.blogposts article > header figure {
  max-height: 60px;
  overflow: hidden;
}
aside.blogposts article > header h3 {
  margin-top: .2em;
  font-size: 0.9em;
}
aside.blogposts article > header a.blog_name {
  display: block;
  font-size: 0.7em;
  margin-bottom: .5em;
  line-height: 1.4em;
  color: #555555;
  font-weight: normal;
  font-family: Futura;
  text-transform: uppercase;
}
aside.blogposts article > header p.lead {
  line-height: 1.55em;
  font-size: 0.8em;
  display: none;
}
/* ------------------------------------------------------------------------------------- *
 * SOCIAL MEDIA 
 * ------------------------------------------------------------------------------------- */
aside.social a {
  display: block;
  margin: 10px 0;
  padding: 6px;
  border: 1px solid #e2e2e2;
  font-size: 0.8em;
  cursor: pointer;
  text-align: center;
  font-weight: normal;
}
aside.social a:hover {
  background: #efefef;
}
aside.social a span {
  font-weight: bold;
}
/* ------------------------------------------------------------------------------------- *
 * TWITTER-FEED
 * ------------------------------------------------------------------------------------- */
aside.twitter ul li {
  overflow: hidden;
  border: 1px solid #efefef;
  margin-bottom: .5em;
}
aside.twitter ul li .inner {
  border: .5em solid transparent;
}
aside.twitter ul li a.timestamp {
  color: #6f6f6f;
  font-weight: normal;
  font-size: 0.7em;
}
aside.twitter ul li a.timestamp img {
  width: 16px;
  height: 16px;
  border: 1px solid #efefef;
  margin-right: 6px;
  position: relative;
  top: 5px;
}
aside.twitter ul li blockquote p {
  padding-bottom: 0;
  color: #333333;
}
aside.twitter ul li blockquote p a {
  color: #000000;
}
aside.twitter a.button {
  font-size: 0.7em;
  background: #efefef;
}
/* ------------------------------------------------------------------------------------- *
 *  FACEBOOK-BOKS
 * ------------------------------------------------------------------------------------- */
aside.facebook {
  height: 80px;
  margin-top: -10px;
}
aside.facebook header {
  display: none;
}
aside.facebook div.fb_iframe_widget {
  position: relative;
  left: -6px;
}
/* ------------------------------------------------------------------------------------- *
 * anbefalingsseksjon
 * ------------------------------------------------------------------------------------- */
section.recommendations {
  *zoom: 1;
}
section.recommendations:before, section.recommendations:after {
  content: "";
  display: table;
}
section.recommendations:after {
  clear: both;
}
section.recommendations > header {
  height: 1px;
  background: #e2e2e2;
  position: relative;
  top: 0.6em;
  text-align: center;
  margin-bottom: 1.7em;
}
section.recommendations > header > h2 {
  color: #afafaf !important;
  font-size: 0.75em;
  text-transform: uppercase;
  position: relative;
  top: -1.1em;
  font-weight: normal;
  display: inline;
  background: #fff;
  padding: 0 .7em;
}
section.recommendations > header h2 {
  color: #555555 !important;
  font-size: 1em;
  top: -0.8em;
}
section.recommendations aside.recommendation {
  float: left;
  width: 16.6666%;
}
@media screen and (max-width: 1000px) {
  section.recommendations {
    display: none;
  }
}
/* ------------------------------------------------------------------------------------- *
 * enkelt-anbefalinger
 * ------------------------------------------------------------------------------------- */
aside.recommendation ul {
  font-size: 0.8em;
  /* .drop-shadow(0, 2px, 2px, 0.3);	
		margin-bottom: 1em; 
		*/

}
aside.recommendation ul li {
  padding: .5em .8em 0.1em .8em;
}
aside.recommendation ul li > header {
  text-align: center;
  background: #000;
  overflow: hidden;
  position: relative;
}
aside.recommendation ul li > header h3 {
  color: #fff;
  font-weight: normal;
  padding: .25em .5em;
}
aside.recommendation ul li > header h3 a {
  white-space: nowrap;
  font-weight: normal;
}
aside.recommendation ul li > a {
  display: block;
  margin: .8em 0;
  padding: .4em .8em;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  position: relative;
  font-weight: bold;
  background: #efefef;
  background: white;
  border: none;
  text-align: left;
  font-size: 0.9em;
  line-height: 1.6em;
  clear: both;
}
aside.recommendation ul li > a span {
  font-weight: normal;
}
aside.recommendation ul li > a:hover {
  color: #f60000;
  border-color: #d6d6d6;
}
/* ------------------------------------------------------------------------------------- *
 * ARTIKKELFORFATTER-BOKS
 * ------------------------------------------------------------------------------------- */
aside.author {
  margin-top: 2em;
  color: #555555;
  background: #efefef;
  border: 1px solid #efefef;
}
aside.author header {
  background: none;
  margin-top: -0.6em;
  margin-bottom: .5em;
  display: none;
}
aside.author figure {
  overflow: hidden;
  /* display: none !important; */

  max-width: 38px;
  float: left;
  margin: .5em .5em .3em 0;
}
aside.author .inner {
  padding: .3em .8em .5em .8em;
}
aside.author:first-child {
  margin-top: .2em;
}
aside.author p {
  margin-top: .5em;
}
/* ------------------------------------------------------------------------------------- *
 * KATEGORIBOKS
 * ------------------------------------------------------------------------------------- */
aside.category {
  color: #555555;
  border: 1px solid #efefef;
  border-top: none;
}
aside.category p {
  padding: .8em 1em;
}
aside.category a.catlink, aside.category a.catlink2 {
  font-size: 0.7em;
  background: #efefef !important;
  display: block;
  margin: .8em 0;
  padding: .4em .8em;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.5em;
}
aside.category a.catlink span, aside.category a.catlink2 span {
  font-weight: normal;
}
aside.category a.catlink:hover, aside.category a.catlink2:hover {
  color: #f60000;
  border-color: #d6d6d6;
}
aside.category a.catlink2 {
  margin: 1em;
  font-weight: bold;
}
aside.category a.catlink {
  margin-top: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
aside.category > header {
  margin: .5em .5em 1.5em;
}
aside.category article {
  padding: .8em;
  font-size: 1em;
  line-height: 1.4em;
}
aside.category article h2 {
  padding-top: .5em;
}
aside.category article h4 {
  font-size: .7em;
  line-height: 1em;
  top: .6em;
  display: none;
}
/* ------------------------------------------------------------------------------------- *
 * LES FLERE SAKER
 * ------------------------------------------------------------------------------------- */
aside.more_stories, aside.hot_stories {
  color: #555555;
  border: 1px solid #efefef;
}
aside.more_stories p, aside.hot_stories p {
  padding: .8em;
}
aside.more_stories > header, aside.hot_stories > header {
  background: none;
  margin-top: -0.6em;
  margin-bottom: 1em;
}
aside.more_stories article, aside.hot_stories article {
  padding: .8em;
  font-size: 1em;
  line-height: 1.4em;
}
aside.more_stories article h2, aside.hot_stories article h2 {
  padding-top: .5em;
}
aside.more_stories article h4, aside.hot_stories article h4 {
  font-size: .7em;
  line-height: 1em;
  top: .6em;
}
/* ------------------------------------------------------------------------------------- *
 * MMDB
 * ------------------------------------------------------------------------------------- */
aside.mmdb {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
aside.mmdb article {
  font-size: 0.8em;
  line-height: 1.2em;
  background: #efefef;
  /* listevisning i artikler */

}
aside.mmdb article > .inner {
  border: .8em solid transparent;
}
aside.mmdb article header {
  font-size: 1.4em;
  line-height: 1.4em;
  margin: 0;
}
aside.mmdb article header h2 {
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 1.4em;
  padding: .35em 0;
  margin-bottom: -1px;
  margin-top: -1px;
}
aside.mmdb article header h2 a {
  font-weight: bold;
  color: inherit;
}
aside.mmdb article header h2 span {
  display: block;
  color: #555555;
  margin: 0;
  padding: 0;
}
aside.mmdb article .mmdbinfo {
  margin: 1em 0;
}
aside.mmdb article .mmdbinfo h4 {
  font-weight: normal;
  text-transform: uppercase;
  color: #555555;
  font-size: 0.8em;
}
aside.mmdb article .mmdbinfo ul li {
  padding: 0 0 .2em 0;
  line-height: 1.4em;
}
aside.mmdb article .mmdbinfo ul li a {
  color: #f60000;
  font-weight: normal;
}
aside.mmdb article > .inner > a.button {
  margin: .5em 0 0 0;
  font-weight: normal;
  font-size: 0.9em;
}
aside.mmdb article a.availability {
  display: block;
  margin: .8em 0;
  padding: .4em .8em;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  position: relative;
}
aside.mmdb article a.availability span {
  font-weight: normal;
}
aside.mmdb article a.availability:hover {
  color: #f60000;
  border-color: #d6d6d6;
}
aside.mmdb article.listitem {
  margin: 2em 0 1em 0;
  background: #efefef;
  position: relative;
  /* Mini versjon */

}
aside.mmdb article.listitem.split {
  margin: 0 0 -2.5em 0;
  top: -2.5em;
}
aside.mmdb article.listitem header {
  background: #222222;
}
aside.mmdb article.listitem header h2 {
  color: #fff;
  margin: 0 !important;
  padding: 0 .5em !important;
  font-size: 0.9em;
  line-height: 1.8em !important;
}
aside.mmdb article.listitem header h2 a {
  color: #fff !important;
  font-weight: normal;
}
aside.mmdb article.listitem header h2 span {
  font-size: 1em;
  float: left;
  background: #f60000;
  color: #fff;
  padding-left: .5em;
  padding-right: .5em;
  height: 100%;
  position: relative;
  left: -0.5em;
}
aside.mmdb article.listitem div.info {
  width: 100%;
  *zoom: 1;
  background: #e2e2e2;
}
aside.mmdb article.listitem div.info.buttons a {
  display: inline-block;
  width: auto;
  color: #333333 !important;
  margin: .8em .4em .5em .4em;
  padding-left: 1em;
  padding-right: 1.3em;
}
aside.mmdb article.listitem div.info.buttons a:hover {
  color: #f60000 !important;
}
aside.mmdb article.listitem div.info .left {
  float: left;
  text-align: left;
  padding: .8em;
}
aside.mmdb article.listitem div.info .right {
  float: right;
  text-align: right;
  clear: right;
  padding: .8em;
}
aside.mmdb article.listitem div.info:before, aside.mmdb article.listitem div.info:after {
  content: "";
  display: table;
}
aside.mmdb article.listitem div.info:after {
  clear: both;
}
aside.mmdb article.listitem div.info.buttons {
  text-align: center;
  background: #efefef;
}
aside.mmdb article.listitem.mini {
  *zoom: 1;
  clear: both;
  padding-right: 208px;
  overflow: hidden;
  min-height: 78px;
  background: none;
}
aside.mmdb article.listitem.mini:before, aside.mmdb article.listitem.mini:after {
  content: "";
  display: table;
}
aside.mmdb article.listitem.mini:after {
  clear: both;
}
aside.mmdb article.listitem.mini header {
  font-size: 1.2em;
}
aside.mmdb article.listitem.mini div.info {
  padding-top: .3em;
}
aside.mmdb article.listitem.mini div.info .right, aside.mmdb article.listitem.mini div.info .left {
  float: none;
  text-align: left;
  padding: .4em .8em;
}
aside.mmdb article.listitem.mini div.info.buttons {
  display: none;
}
aside.mmdb article.listitem.mini figure {
  width: 208px;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 8px solid white;
  border-bottom: 8px solid white;
}
aside.mmdb article > .inner > a.button {
  font-weight: bold;
}
/* ------------------------------------------------------------------------------------- *
 * TIFF 2012
 * ------------------------------------------------------------------------------------- */
aside.event.tiff12 {
  font-size: 0.9em;
  background: #efefef;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
aside.event.tiff12 a.button {
  max-width: 75%;
  background: #fff;
  display: block;
  margin: 1em auto 0 auto;
  position: relative;
  top: -0.2em;
}
aside.event.tiff12 a.button:last-child {
  top: 0;
  margin-bottom: 1em;
}
/* ------------------------------------------------------------------------------------- *
 * NEWSFEED
 * ------------------------------------------------------------------------------------- */
aside.news {
  overflow: hidden;
  clear: left;
  position: relative;
  margin-bottom: 1.5em;
  top: -0.5em;
}
aside.news > header {
  /* display: none; */
}
aside.news article {
  float: left;
  width: 22.65625%;
  margin-left: 3.125%;
  display: inline-block;
}
aside.news article.part1 {
  margin-right: 4%;
}
aside.news article:first-child {
  margin-left: 0;
}
aside.news article h2 {
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  body.home aside.news {
    *zoom: 1;
    margin-bottom: .5em !important;
  }
  body.home aside.news:before, body.home aside.news:after {
    content: "";
    display: table;
  }
  body.home aside.news:after {
    clear: both;
  }
  body.home aside.news article {
    width: 46.875%;
    margin: 0.5em 1.5625%;
    display: inline-block;
    border: 0;
  }
  body.home aside.news article figure {
    width: 100%;
  }
  body.home aside.news article h2 {
    padding: 0 !important;
    margin-top: .2em;
  }
  body.home aside.news article.news-position-3 {
    clear: left;
  }
}
/* ------------------------------------------------------------------------------------- *
 * CALENDAR
 * ------------------------------------------------------------------------------------- */
aside.calendar {
  top: .5em;
  border: 1px solid #efefef;
  background: #efefef;
  margin-bottom: 1.5em;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
aside.calendar > header {
  background: none;
  margin-top: -0.6em;
  margin-bottom: 1em;
}
aside.calendar > header h2 {
  background: black;
  color: white !important;
  font-weight: normal;
}
aside.calendar > ul {
  padding: .8em .8em 0 .8em;
}
aside.calendar > ul > li {
  margin-bottom: 1em;
}
aside.calendar > ul > li h2 {
  font-size: .7em;
  color: #555555;
  font-weight: normal;
  line-height: 1em;
}
aside.calendar > ul > li ul > li {
  margin-bottom: .5em;
}
aside.calendar > ul > li ul > li h3 {
  font-size: .8em;
  line-height: 1.3em;
  cursor: pointer;
}
aside.calendar > ul > li ul > li h3 span {
  text-transform: none;
  font-size: .7em;
}
aside.calendar > ul > li ul > li div {
  display: none;
  margin-bottom: 1em;
}
aside.calendar > ul > li ul > li div a {
  color: #f60000;
}
aside.calendar > ul > li ul > li div p {
  font-size: .7em;
  line-height: 1.3em;
  padding-bottom: .25em;
}
/* ------------------------------------------------------------------------------------- *
 * BLOGGLISTE
 * ------------------------------------------------------------------------------------- */
aside.bloglist li {
  font-size: .8em;
  padding: .4em .8em;
  border: 1px solid #efefef;
  margin: .5em;
}
/* ------------------------------------------------------------------------------------- *
  * SHARE-BOX IN ARTICLES
  * ------------------------------------------------------------------------------------- */
aside.share {
  color: #555555;
  border: 1px solid #efefef;
  top: .5em;
}
aside.share > header {
  background: none;
  margin-top: -0.6em;
  margin-bottom: .8em;
}
aside.share > header h2 {
  padding: 0 .2em;
}
aside.share > .inner {
  padding: .8em;
}
aside.share input.murl {
  /* width: 80%; */

  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  color: #555555;
  border: 0;
  padding: 0;
  font-size: .9em;
}
aside.share input.murl:focus {
  outline: 0;
}
aside.share div.share a {
  font-size: .7em;
  font-weight: normal;
}
aside.share div.share a img {
  margin: 2px 8px 0 0;
  position: relative;
  top: 3px;
}
/* INCLUDE PAGE-SPECIFIC CSS */
/*
** FRONTPAGE-SPECIFIC CSS 
*/
body.home #main > article, body.home #main > aside.event {
  width: 48.4375%;
  float: left;
  margin-bottom: 4.6875%;
  position: relative;
}
body.home #main > article > figure, body.home #main > aside.event > figure {
  margin-bottom: .4em;
  max-height: 179px;
  overflow: hidden;
  position: relative;
  /* fluid with aspect ratio, using this trick: http://stackoverflow.com/questions/11399194/css-changing-aspect-ratio-of-fluid-images */

  height: 0;
  padding-top: 43.0555%;
}
body.home #main > article > figure .wrap, body.home #main > aside.event > figure .wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.home #main > article header, body.home #main > aside.event header {
  position: relative;
}
body.home #main > article header h1 span, body.home #main > aside.event header h1 span {
  font-size: .5em;
  display: block;
  line-height: 1.4em;
}
body.home #main > article h4, body.home #main > aside.event h4 {
  font-size: 0.7em;
  line-height: 1.4em;
  top: .2em;
  background: black;
  color: #eee;
  position: absolute;
  top: -1.65em;
  left: .5em;
  padding: .1em .5em .1em .5em;
}
body.home #main > article h4 a, body.home #main > aside.event h4 a {
  color: #eee;
}
body.home #main > article.position-1, body.home #main > aside.event.position-1 {
  width: 100%;
}
body.home #main > article.position-2,
body.home #main > aside.event.position-2,
body.home #main > article.position-4,
body.home #main > aside.event.position-4,
body.home #main > article.position-6,
body.home #main > aside.event.position-6,
body.home #main > article.position-8,
body.home #main > aside.event.position-8,
body.home #main > article.position-10,
body.home #main > aside.event.position-10,
body.home #main > article.position-12,
body.home #main > aside.event.position-12,
body.home #main > article.position-14,
body.home #main > aside.event.position-14,
body.home #main > article.position-16,
body.home #main > aside.event.position-16,
body.home #main > article.position-18,
body.home #main > aside.event.position-18,
body.home #main > article.position-20,
body.home #main > aside.event.position-20 {
  clear: left;
  margin-right: 3.125%;
}
body.home #main > article.position-1, body.home #main > aside.event.position-1 {
  margin-top: 2.34375%;
  margin-bottom: 3.125%;
  position: relative;
}
body.home #main > article .story header, body.home #main > aside.event .story header {
  padding-top: .5em;
}
body.home #main > aside.event {
  clear: left;
  margin-right: 4%;
}
/* TOP STORY */
body.home #main > article.story-1 {
  background: black;
  position: relative;
  min-height: 8em;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
body.home #main > article.story-1 figure {
  margin-bottom: 0;
  position: relative;
  max-height: 367px;
  overflow: hidden;
}
body.home #main > article.story-1 figure:after {
  content: " ";
  display: block;
  background: url('https://montages.no/wp-content/themes/montages_2012/css/../images/interface/topstory_gradient.png') center center repeat-x;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: 1px;
  pointer-events: none;
}
body.home #main > article.story-1.ie8 {
  display: none;
}
body.home #main > article.story-1 header {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 1em;
}
body.home #main > article.story-1 header h1 {
  z-index: 200;
  position: relative;
  color: white;
}
body.home #main > article.story-1 header h1 em, body.home #main > article.story-1 header h1 i {
  color: white !important;
}
body.home #main > article.story-1 header h1 a {
  color: white;
}
body.home #main > article.story-1 header h4 {
  margin-left: 1.5625%;
  font-size: .7em;
}
body.home #main > article.story-1 header p.lead {
  z-index: 200;
  color: #cccccc;
}
body.home #main > article.story-1 header p.lead a {
  color: #cccccc;
}
@media screen and (max-width: 1162px) {
  body.home #main > article.story-1 header h1 {
    font-size: 2.5em;
  }
  body.home #main > article.story-1 header h1.longtitle {
    font-size: 1.8em;
  }
  body.home #main > article.story-1 figure:after {
    display: none;
  }
  body.home #main > article.story-1 figure {
    margin-bottom: .5em;
  }
  body.home #main > article.story-1 header {
    position: relative;
  }
}
/* iPad portrait */
@media screen and (max-width: 1023px) {
  body.home #main > article h1, body.home #main > aside.event h1 {
    font-size: 1.4em;
    line-height: 1.3em;
  }
  body.home #main > article.position-1, body.home #main > aside.event.position-1 {
    width: 100%;
  }
  body.home #main > article.story-1 header, body.home #main > aside.event.story-1 header {
    padding: 0 .7em !important;
  }
  body.home #main > article.story-1 header h1, body.home #main > aside.event.story-1 header h1 {
    font-size: 2.5em;
  }
  body.home #main > article.story-1 header h1 .numcomments, body.home #main > aside.event.story-1 header h1 .numcomments {
    display: none;
  }
  body.home #main > article.story-1 header h1.longtitle, body.home #main > aside.event.story-1 header h1.longtitle {
    font-size: 1.8em;
  }
  body.home #main > article.story-1 header p, body.home #main > aside.event.story-1 header p {
    display: block;
  }
}
/* Medium desktop version */
@media screen and (max-width: 767px) {
  body.home #main {
    border-right: 0;
  }
  body.home #main > article.story-1 header {
    padding: 0 .5em;
  }
  body.home #main > article.story-1 header h1 {
    font-size: 2em !important;
  }
  body.home #main > article.story-1 header h1.longtitle {
    font-size: 1.8em !important;
  }
  body.home #main > article.story-1 header h1, body.home #main > article.story-1 header p {
    padding-left: 0 !important;
    padding-left: 0 !important;
  }
  body.home #main > article, body.home #main > aside.event {
    width: 100%;
    margin-right: 0;
    z-index: 20;
  }
  body.home #main > article h1 .numcomments, body.home #main > aside.event h1 .numcomments {
    display: none;
  }
  body.home #main > article header p, body.home #main > aside.event header p {
    display: block;
  }
  body.home #main > article.story-1, body.home #main > aside.event.story-1 {
    width: 100%;
    z-index: 30;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  body.home #main > article > figure, body.home #main > aside.event > figure {
    max-height: none;
  }
}
/*
** CSS FOR CATEGORY PAGES
*/
body.category #main > header {
  margin: 1em auto;
  padding: 1em;
  text-align: center;
  font-size: .8em;
  line-height: 1.4em;
}
body.category #main > header h1 {
  text-transform: uppercase;
  font-size: 1.8em;
}
body.category #main > header div, body.category #main > header h1 {
  max-width: 600px;
  margin: 0 auto;
}
body.category #main > header div {
  color: #555555;
  font-style: italic;
}
body.category #main > header p {
  max-width: 500px;
  margin: 0 auto;
}
body.category #extra {
  /* BIDRAGSYTERE */
}
body.category #extra aside.contributors {
  font-size: .8em;
  line-height: 1.4em;
  border-right: 1px solid #efefef;
  padding: 1em;
  background: #efefef;
}
body.category #extra aside.contributors h2 {
  color: #888888;
  text-transform: uppercase;
  font-weight: normal;
}
body.category #extra aside.contributors li {
  margin: .8em 0;
  font-weight: bold;
}
body.category #extra aside.contributors li span {
  font-size: .9em;
  font-style: italic;
  display: block;
  font-weight: normal;
}
div.category-yearly {
  width: 100%;
  margin: 0 0 2em 0;
  float: left;
}
div.category-yearly > header {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 0 1%;
}
div.category-yearly > header h1 {
  font-size: 1.4em;
}
div.category-yearly > header.subdued {
  border-color: #efefef;
  font-size: .6em;
}
div.category-yearly > header.subdued h1 {
  color: #555555;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}
div.category-yearly ul.yearlist {
  margin: .8em 0;
}
div.category-yearly ul.yearlist li {
  width: 23%;
  margin: 0 1%;
  float: left;
  display: block;
}
div.category-yearly ul.yearlist li article {
  border: 1px solid #efefef;
  background: #efefef;
  margin-bottom: 1em;
  cursor: pointer;
}
div.category-yearly ul.yearlist li article h2 {
  line-height: 1.4em;
  padding: .2em 4px 0 4px;
}
div.category-yearly ul.yearlist li article:hover {
  background: #e2e2e2;
}
div.category-yearly ul.yearlist li article p.byline {
  padding: 0 4px;
  font-size: 9px;
  color: #555555;
  font-weight: normal;
}
div.category-yearly ul.yearlist li article p.byline span {
  font-weight: bold;
}
div.category-yearly ul.yearlist li.fours {
  clear: left;
}
@media screen and (max-width: 769px) {
  div.category-yearly > header h1 {
    text-align: center;
  }
  div.category-yearly ul.yearlist li {
    width: 46%;
    margin: 0 2%;
  }
  div.category-yearly ul.yearlist li.twos {
    clear: left;
  }
}
.category-nettcinemateket .layout-with-sidebar .article-listing > article {
  width: calc(98.4375%);
}
.category-nettcinemateket .layout-with-sidebar .article-listing > article .byline {
  display: none;
}
@media screen and (max-width: 600px) {
  width: 100%;
}
.category-omakase #category-article-listing {
  position: relative;
  width: 100%;
}
.category-omakase #category-article-listing article {
  max-width: 860px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background: black;
  position: relative;
  min-height: 8em;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.category-omakase #category-article-listing article p.byline {
  display: none;
}
.category-omakase #category-article-listing article figure {
  /* fluid with aspect ratio, using this trick: http://stackoverflow.com/questions/11399194/css-changing-aspect-ratio-of-fluid-images */

  height: 0;
  padding-top: 43.0555%;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.category-omakase #category-article-listing article figure .wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.category-omakase #category-article-listing article figure:after {
  content: " ";
  display: block;
  background: url('https://montages.no/wp-content/themes/montages_2012/css/../images/interface/topstory_gradient.png') center center repeat-x;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: 1px;
  pointer-events: none;
}
.category-omakase #category-article-listing article.ie8 {
  display: none;
}
.category-omakase #category-article-listing article header {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 1em;
}
.category-omakase #category-article-listing article header h1 {
  z-index: 200;
  position: relative;
  color: white;
}
.category-omakase #category-article-listing article header h1 em, .category-omakase #category-article-listing article header h1 i {
  color: white !important;
}
.category-omakase #category-article-listing article header h1 a {
  color: white;
}
.category-omakase #category-article-listing article header h4 {
  margin-left: 1.5625%;
  font-size: .7em;
}
.category-omakase #category-article-listing article header p.lead {
  z-index: 200;
  color: #cccccc;
}
.category-omakase #category-article-listing article header p.lead a {
  color: #cccccc;
}
@media screen and (max-width: 1023px) {
  .category-omakase #category-article-listing {
    padding-right: 10px;
  }
  .category-omakase #category-article-listing > article header h1 {
    font-size: 2em;
  }
  .category-omakase #category-article-listing > article header h1.longtitle {
    font-size: 1.8em;
  }
  .category-omakase #category-article-listing > article figure:after {
    display: none;
  }
  .category-omakase #category-article-listing > article figure {
    margin-bottom: .5em;
  }
  .category-omakase #category-article-listing > article header {
    position: relative;
  }
}
body.single-post, body.single-news {
  /* columns */

}
body.single-post > .wrap > .content, body.single-news > .wrap > .content {
  padding-right: 180px;
}
body.single-post > .wrap > .content > article, body.single-news > .wrap > .content > article {
  float: left;
  padding-right: 2.34375%;
  padding-top: 1.5625%;
  padding-bottom: 3.125%;
  width: 97.65625%;
  /* billedtekst på hovedbilde */

}
body.single-post > .wrap > .content > article .wp-caption-text.featured, body.single-news > .wrap > .content > article .wp-caption-text.featured {
  margin: 0;
  line-height: 1.6em;
  background: #efefef;
  position: relative;
  font-size: 0.8em;
  padding: .4em .8em;
  text-align: center;
  color: #4d4d4d;
}
body.single-post > .wrap > .content > article > div.content, body.single-news > .wrap > .content > article > div.content {
  padding-left: 180px;
  /* kolonne til venstre med relaterte saker etc. */
  /* hovedfelt */
}
body.single-post > .wrap > .content > article > div.content #extra, body.single-news > .wrap > .content > article > div.content #extra {
  padding-top: 3.125%;
  width: 180px;
  margin-left: -180px;
}
body.single-post > .wrap > .content > article > div.content #main, body.single-news > .wrap > .content > article > div.content #main {
  /*
						font-size: 1.1em;	
						line-height: 1.6em; 
						*/

  padding-left: 3.125%;
  position: relative;
  width: 96.875%;
  /* wrapper for brødtekst og ekstrakolonne */

}
body.single-post > .wrap > .content > article > div.content #main > header, body.single-news > .wrap > .content > article > div.content #main > header {
  text-align: left;
  margin: 0 auto;
}
body.single-post > .wrap > .content > article > div.content #main > header h1, body.single-news > .wrap > .content > article > div.content #main > header h1 {
  margin: .25em auto 0 auto;
}
body.single-post > .wrap > .content > article > div.content #main > header h1 span, body.single-news > .wrap > .content > article > div.content #main > header h1 span {
  font-size: .5em;
  display: block;
  margin-top: -0.4em;
  margin-bottom: -0.4em;
}
body.single-post > .wrap > .content > article > div.content #main > header h4, body.single-news > .wrap > .content > article > div.content #main > header h4 {
  top: .9em !important;
  font-size: 1em;
}
body.single-post > .wrap > .content > article > div.content #main > header h4 a, body.single-news > .wrap > .content > article > div.content #main > header h4 a {
  color: #444;
}
body.single-post > .wrap > .content > article > div.content #main > header div.byline, body.single-news > .wrap > .content > article > div.content #main > header div.byline {
  margin: 2em auto 2em auto;
  padding: 8px 0;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  font-size: 0.8em;
  color: #555555;
}
body.single-post > .wrap > .content > article > div.content #main > header div.byline span.author-name, body.single-news > .wrap > .content > article > div.content #main > header div.byline span.author-name {
  font-weight: bold;
}
body.single-post > .wrap > .content > article > div.content #main > header div.byline span.author-name a, body.single-news > .wrap > .content > article > div.content #main > header div.byline span.author-name a {
  font-color: #000000;
}
body.single-post > .wrap > .content > article > div.content #main > header div.byline span, body.single-news > .wrap > .content > article > div.content #main > header div.byline span {
  white-space: nowrap;
  padding-left: 6px;
}
body.single-post > .wrap > .content > article > div.content #main > header div.byline figure, body.single-news > .wrap > .content > article > div.content #main > header div.byline figure {
  width: 38px;
  float: left;
  margin-right: .8em;
  position: relative;
  top: -8px;
  display: none;
}
body.single-post > .wrap > .content > article > div.content #main > .wrap, body.single-news > .wrap > .content > article > div.content #main > .wrap {
  position: relative;
  padding-right: 200px;
  /* MMDB, forfatterinfo etc. */
}
body.single-post > .wrap > .content > article > div.content #main > .wrap > #body, body.single-news > .wrap > .content > article > div.content #main > .wrap > #body {
  width: 93.75%;
  padding-right: 6.25%;
  /* lister */

}
body.single-post > .wrap > .content > article > div.content #main > .wrap > #body figure, body.single-news > .wrap > .content > article > div.content #main > .wrap > #body figure {
  min-height: 2em;
  overflow: hidden;
}
body.single-post > .wrap > .content > article > div.content #main > .wrap > #body p, body.single-news > .wrap > .content > article > div.content #main > .wrap > #body p {
  text-align: left;
}
body.single-post > .wrap > .content > article > div.content #main > .wrap > #body p a, body.single-news > .wrap > .content > article > div.content #main > .wrap > #body p a {
  color: #f60000;
}
body.single-post > .wrap > .content > article > div.content #main > .wrap > #body img, body.single-news > .wrap > .content > article > div.content #main > .wrap > #body img {
  max-width: 100%;
}
body.single-post > .wrap > .content > article > div.content #main > .wrap > #body .wp-caption, body.single-news > .wrap > .content > article > div.content #main > .wrap > #body .wp-caption {
  line-height: 0;
  margin-bottom: 1em;
}
body.single-post > .wrap > .content > article > div.content #main > .wrap > #body .wp-caption .wp-caption-text, body.single-news > .wrap > .content > article > div.content #main > .wrap > #body .wp-caption .wp-caption-text {
  margin: 0;
  line-height: 1.6em;
  background: #efefef;
  position: relative;
  font-size: 0.9em;
  text-align: center;
}
body.single-post > .wrap > .content > article > div.content #main > .wrap > #body .wp-caption .wp-caption-text span, body.single-news > .wrap > .content > article > div.content #main > .wrap > #body .wp-caption .wp-caption-text span {
  display: block;
  padding: .5em 1em;
  color: #4d4d4d;
}
body.single-post > .wrap > .content > article > div.content #main > .wrap > #body .wp-caption .wp-caption-text a, body.single-news > .wrap > .content > article > div.content #main > .wrap > #body .wp-caption .wp-caption-text a {
  color: #f60000;
}
body.single-post > .wrap > .content > article > div.content #main > .wrap > #body .wp-caption.alignleft, body.single-news > .wrap > .content > article > div.content #main > .wrap > #body .wp-caption.alignleft {
  margin: .8em 1em .5em 0;
}
body.single-post > .wrap > .content > article > div.content #main > .wrap > #body .wp-caption.alignright, body.single-news > .wrap > .content > article > div.content #main > .wrap > #body .wp-caption.alignright {
  margin: .8em 0 .5em 1em;
}
body.single-post > .wrap > .content > article > div.content #main > .wrap > #body .wp-caption.aligncenter .wp-caption-text, body.single-news > .wrap > .content > article > div.content #main > .wrap > #body .wp-caption.aligncenter .wp-caption-text {
  text-align: center;
}
body.single-post > .wrap > .content > article > div.content #main > .wrap > #body img.alignleft, body.single-news > .wrap > .content > article > div.content #main > .wrap > #body img.alignleft {
  margin: .2em 1em .5em 0;
}
body.single-post > .wrap > .content > article > div.content #main > .wrap > #body img.alignright, body.single-news > .wrap > .content > article > div.content #main > .wrap > #body img.alignright {
  margin: .2em 0 .5em 1em;
}
body.single-post > .wrap > .content > article > div.content #main > .wrap > #body ul, body.single-news > .wrap > .content > article > div.content #main > .wrap > #body ul {
  margin: .5em .5em .5em .5em;
  list-style: disc;
}
body.single-post > .wrap > .content > article > div.content #main > .wrap > #body ul li, body.single-news > .wrap > .content > article > div.content #main > .wrap > #body ul li {
  margin-left: 1em;
}
body.single-post > .wrap > .content > article > div.content #main > .wrap > #body ul li a, body.single-news > .wrap > .content > article > div.content #main > .wrap > #body ul li a {
  color: #f60000;
}
body.single-post > .wrap > .content > article > div.content #main > .wrap > #body iframe.facebook, body.single-news > .wrap > .content > article > div.content #main > .wrap > #body iframe.facebook {
  margin-top: .5em;
}
body.single-post > .wrap > .content > article > div.content #main > .wrap > #body div.substory_navigation, body.single-news > .wrap > .content > article > div.content #main > .wrap > #body div.substory_navigation {
  font-size: 0.9em;
  border: 1px solid #efefef;
  background: #efefef;
  margin: 0 0 1em 0;
  padding-right: .5em;
  padding-left: .5em;
}
body.single-post > .wrap > .content > article > div.content #main > .wrap > #body div.substory_navigation p, body.single-news > .wrap > .content > article > div.content #main > .wrap > #body div.substory_navigation p {
  padding: .5em .5em 0 .5em;
  margin: 0;
}
body.single-post > .wrap > .content > article > div.content #main > .wrap > #body div.substory_navigation a, body.single-news > .wrap > .content > article > div.content #main > .wrap > #body div.substory_navigation a {
  white-space: nowrap;
}
body.single-post > .wrap > .content > article > div.content #main > .wrap > #body div.substory_navigation a.next_substory_button, body.single-news > .wrap > .content > article > div.content #main > .wrap > #body div.substory_navigation a.next_substory_button {
  font-weight: normal;
  color: #333333;
}
body.single-post > .wrap > .content > article > div.content #main > .wrap > #body div.substory_navigation a.next_substory_button span, body.single-news > .wrap > .content > article > div.content #main > .wrap > #body div.substory_navigation a.next_substory_button span {
  white-space: nowrap;
  font-weight: bold;
  color: #f60000;
}
body.single-post > .wrap > .content > article > div.content #main > .wrap > #body div.postnav, body.single-news > .wrap > .content > article > div.content #main > .wrap > #body div.postnav {
  margin: 1.5em auto;
  font-size: 0.9em;
}
body.single-post > .wrap > .content > article > div.content #main > .wrap > #body div.postnav a, body.single-news > .wrap > .content > article > div.content #main > .wrap > #body div.postnav a {
  padding: 4px 8px;
  margin: 4px;
  color: #333333;
  border: 1px solid #efefef;
}
body.single-post > .wrap > .content > article > div.content #main > .wrap > #body div.postnav a.current, body.single-news > .wrap > .content > article > div.content #main > .wrap > #body div.postnav a.current {
  background: #efefef;
}
body.single-post > .wrap > .content > article > div.content #main > .wrap > #body div.postnav a:hover, body.single-news > .wrap > .content > article > div.content #main > .wrap > #body div.postnav a:hover {
  background: #efefef;
}
body.single-post > .wrap > .content > article > div.content #main > .wrap > #body .flashPlayer, body.single-news > .wrap > .content > article > div.content #main > .wrap > #body .flashPlayer {
  margin: -0.5em 0;
  display: block;
  width: 80%;
}
body.single-post > .wrap > .content > article > div.content #main > .wrap > #body div.relatedPosts, body.single-news > .wrap > .content > article > div.content #main > .wrap > #body div.relatedPosts {
  margin: .8em 0;
  *zoom: 1;
}
body.single-post > .wrap > .content > article > div.content #main > .wrap > #body div.relatedPosts:before,
body.single-news > .wrap > .content > article > div.content #main > .wrap > #body div.relatedPosts:before,
body.single-post > .wrap > .content > article > div.content #main > .wrap > #body div.relatedPosts:after,
body.single-news > .wrap > .content > article > div.content #main > .wrap > #body div.relatedPosts:after {
  content: "";
  display: table;
}
body.single-post > .wrap > .content > article > div.content #main > .wrap > #body div.relatedPosts:after, body.single-news > .wrap > .content > article > div.content #main > .wrap > #body div.relatedPosts:after {
  clear: both;
}
body.single-post > .wrap > .content > article > div.content #main > .wrap > #body div.relatedPosts h3, body.single-news > .wrap > .content > article > div.content #main > .wrap > #body div.relatedPosts h3 {
  border-bottom: 1px solid #efefef;
  margin-bottom: 1em;
  padding-left: 0;
  margin-left: 0;
  color: #555555;
  font-weight: normal;
  font-size: 1em;
  text-transform: uppercase;
}
body.single-post > .wrap > .content > article > div.content #main > .wrap > #body div.relatedPosts h3 span.printLink, body.single-news > .wrap > .content > article > div.content #main > .wrap > #body div.relatedPosts h3 span.printLink {
  float: right;
}
body.single-post > .wrap > .content > article > div.content #main > .wrap > #body div.relatedPosts article, body.single-news > .wrap > .content > article > div.content #main > .wrap > #body div.relatedPosts article {
  width: 30%;
  padding-left: 5%;
  float: left;
  font-size: 1em;
  line-height: 1.4em;
}
body.single-post > .wrap > .content > article > div.content #main > .wrap > #body div.relatedPosts article#related-1, body.single-news > .wrap > .content > article > div.content #main > .wrap > #body div.relatedPosts article#related-1 {
  padding-left: 0;
}
body.single-post > .wrap > .content > article > div.content #main > .wrap > #body div.relatedPosts article h4, body.single-news > .wrap > .content > article > div.content #main > .wrap > #body div.relatedPosts article h4 {
  font-size: .7em;
  line-height: 1em;
  top: .3em;
  margin-bottom: .3em;
}
body.single-post > .wrap > .content > article > div.content #main > .wrap > #body div.relatedPosts article figure, body.single-news > .wrap > .content > article > div.content #main > .wrap > #body div.relatedPosts article figure {
  max-height: 85px;
}
body.single-post > .wrap > .content > article > div.content #main > .wrap #extra2, body.single-news > .wrap > .content > article > div.content #main > .wrap #extra2 {
  padding-top: 2.34375%;
  width: 200px;
  margin-right: -200px;
}
body.single-post > .wrap > .content > article > div.content #main > .wrap #extra2 aside.category,
body.single-news > .wrap > .content > article > div.content #main > .wrap #extra2 aside.category,
body.single-post > .wrap > .content > article > div.content #main > .wrap #extra2 aside.more_stories,
body.single-news > .wrap > .content > article > div.content #main > .wrap #extra2 aside.more_stories {
  display: none;
}
body.single-post #sidebar, body.single-news #sidebar {
  padding-top: 1.5625%;
  width: 180px;
  margin-right: -180px;
}
body.single-post #comments, body.single-news #comments {
  padding-top: 2em;
  margin: 0 auto 1em auto;
  overflow: hidden;
  font-size: 0.95em;
}
body.single-post #comments h3, body.single-news #comments h3 {
  border-bottom: 1px solid #efefef;
  margin-bottom: 1em;
  padding-left: 0;
  margin-left: 0;
  color: #555555;
  font-weight: normal;
  font-size: 1em;
  text-transform: uppercase;
}
body.single-post #comments h3 span.printLink, body.single-news #comments h3 span.printLink {
  float: right;
}
body.single-post #comments ol.commentlist, body.single-news #comments ol.commentlist {
  padding: 0 0 1.5em 0;
}
body.single-post #comments ol.commentlist li, body.single-news #comments ol.commentlist li {
  overflow: hidden;
  border: 1px solid #efefef;
  padding: 1em;
  margin: 1em 0;
  /* 2. nivå */

}
body.single-post #comments ol.commentlist li.thread-even, body.single-news #comments ol.commentlist li.thread-even {
  background: #efefef;
}
body.single-post #comments ol.commentlist li .comment-author, body.single-news #comments ol.commentlist li .comment-author {
  margin-left: 64px;
  position: relative;
  line-height: 1.5em;
  margin-top: .3em;
}
body.single-post #comments ol.commentlist li .comment-meta, body.single-news #comments ol.commentlist li .comment-meta {
  margin-left: 64px;
  margin-bottom: .5em;
  position: relative;
  line-height: 1.5em;
  color: #555555;
  font-size: 0.8em;
}
body.single-post #comments ol.commentlist li .comment-meta a, body.single-news #comments ol.commentlist li .comment-meta a {
  font-weight: normal;
  color: inherit;
}
body.single-post #comments ol.commentlist li .avatar, body.single-news #comments ol.commentlist li .avatar {
  position: absolute;
  left: -64px;
  top: -0.3em;
}
body.single-post #comments ol.commentlist li p, body.single-news #comments ol.commentlist li p {
  padding: 1em 0 0 0;
  color: #555555;
}
body.single-post #comments ol.commentlist li p a, body.single-news #comments ol.commentlist li p a {
  color: #f60000;
}
body.single-post #comments ol.commentlist li .comment-reply-link, body.single-news #comments ol.commentlist li .comment-reply-link {
  text-transform: uppercase;
  font-size: 0.6em;
  padding: .5em .8em;
  background: #ddd;
  top: 4px;
  position: relative;
}
body.single-post #comments ol.commentlist li.thread-even ul.children .comment, body.single-news #comments ol.commentlist li.thread-even ul.children .comment {
  background: #fff;
}
body.single-post #comments ol.commentlist li ul.children .comment, body.single-news #comments ol.commentlist li ul.children .comment {
  background: #eee;
}
body.single-post #comments ol.commentlist li #respond, body.single-news #comments ol.commentlist li #respond {
  margin-top: 1em;
}
body.single-post #comments ol.commentlist li #respond h3, body.single-news #comments ol.commentlist li #respond h3 {
  display: none;
}
body.single-post #comments #respond, body.single-news #comments #respond {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  position: relative;
  width: 100%;
}
body.single-post #comments #respond textarea, body.single-news #comments #respond textarea {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 100%;
  height: 12em;
  padding: 8px;
  margin: 1em auto 0 auto;
  clear: both;
  display: block;
}
body.single-post #comments #respond #submit, body.single-news #comments #respond #submit {
  display: block;
  margin: .8em 0;
  padding: .4em .8em;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  position: relative;
  background: #efefef;
  width: 140px;
}
body.single-post #comments #respond #submit span, body.single-news #comments #respond #submit span {
  font-weight: normal;
}
body.single-post #comments #respond #submit:hover, body.single-news #comments #respond #submit:hover {
  color: #f60000;
  border-color: #d6d6d6;
}
body.single-post #comments #respond .legend, body.single-news #comments #respond .legend {
  margin-top: .5em;
  font-size: 0.8em;
  float: right;
  padding-right: 1%;
}
body.single-post #comments #respond .legend a, body.single-news #comments #respond .legend a {
  font-weight: normal;
  border-bottom: 1px solid #efefef;
  color: #000000;
}
body.single-post #comments #respond #HTML_legend, body.single-news #comments #respond #HTML_legend {
  clear: both;
  margin-top: .5em;
  border: 1px solid #efefef;
  font-size: 0.8em;
  padding: 1em;
}
body.single-post #comments #respond input, body.single-news #comments #respond input {
  display: block;
  float: left;
  clear: left;
  width: 40%;
  margin: 0 .8em .8em 0;
}
body.single-post #comments #respond label, body.single-news #comments #respond label {
  display: block;
  float: left;
  font-size: .9em;
}
body.single-post #comments #respond label span, body.single-news #comments #respond label span {
  font-style: italic;
  font-size: .8em;
}
body.single-post .storybrowser, body.single-news .storybrowser {
  width: 100%;
  clear: both;
  border-top: 2px solid #bcbcbc;
  margin: 2em 0 1.5em 0;
  *zoom: 1;
}
body.single-post .storybrowser:before,
body.single-news .storybrowser:before,
body.single-post .storybrowser:after,
body.single-news .storybrowser:after {
  content: "";
  display: table;
}
body.single-post .storybrowser:after, body.single-news .storybrowser:after {
  clear: both;
}
body.single-post .storybrowser article, body.single-news .storybrowser article {
  width: 50%;
  position: relative;
}
body.single-post .storybrowser article .inner, body.single-news .storybrowser article .inner {
  padding: 3.125%;
}
body.single-post .storybrowser article .inner h4, body.single-news .storybrowser article .inner h4 {
  text-transform: uppercase;
  font-size: 0.8em;
}
body.single-post .storybrowser article.prevstory, body.single-news .storybrowser article.prevstory {
  float: left;
  text-align: left;
}
body.single-post .storybrowser article.prevstory .inner, body.single-news .storybrowser article.prevstory .inner {
  padding-left: 0;
}
body.single-post .storybrowser article.nextstory, body.single-news .storybrowser article.nextstory {
  text-align: right;
}
body.single-post .storybrowser article.nextstory .inner, body.single-news .storybrowser article.nextstory .inner {
  padding-right: 0;
}
@media screen and (max-width: 1100px) {
  body.single-post #extra, body.single-news #extra {
    display: none;
  }
  body.single-post #extra2 aside.category,
  body.single-news #extra2 aside.category,
  body.single-post #extra2 aside.more_stories,
  body.single-news #extra2 aside.more_stories {
    display: block !important;
  }
  body.single-post > .wrap > .content > article > div.content, body.single-news > .wrap > .content > article > div.content {
    padding-left: 1.5625%;
  }
  body.single-post > .wrap > .content > article > div.content #main, body.single-news > .wrap > .content > article > div.content #main {
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  body.single-post > .wrap, body.single-news > .wrap {
    margin: 0 !important;
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
    clear: both;
  }
  body.single-post > .wrap > .content, body.single-news > .wrap > .content {
    margin: 0 !important;
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
    clear: both;
  }
  body.single-post > .wrap > .content > article, body.single-news > .wrap > .content > article {
    margin: 0 !important;
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
    clear: both;
  }
  body.single-post > .wrap > .content > article > div.content, body.single-news > .wrap > .content > article > div.content {
    padding-left: 3.125%;
    padding-right: 3.125%;
  }
  body.single-post #sidebar, body.single-news #sidebar {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  body.single > .wrap > .content > article > div.content {
    padding-left: .7em;
    padding-right: .7em;
  }
  body.single > .wrap > .content > article > div.content #main > header {
    text-align: center;
  }
  body.single > .wrap > .content > article > div.content #main > header div.byline {
    font-size: 0.7em !important;
    margin: .8em 0;
  }
  body.single > .wrap > .content > article > div.content #main > header h1 {
    font-size: 2em !important;
  }
  body.single > .wrap > .content > article > div.content #main > header h4 {
    top: .5em !important;
    font-size: 0.9em;
    display: block !important;
  }
  body.single > .wrap > .content > article > div.content #main #extra2 {
    display: none ;
  }
  body.single > .wrap > .content > article > div.content #main > .wrap {
    margin: 0 !important;
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
    clear: both;
  }
  body.single > .wrap > .content > article > div.content #main > .wrap > #body {
    margin: 0 !important;
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
    clear: both;
  }
}
@media screen and (min-width: 700px) {
  #body div.mmdb-widget.listitem h2 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 480px) {
  body.single > .wrap > .content > article.single > .content #main > .wrap > #body > p {
    text-align: left;
  }
  body.single > .wrap > .content > article.single > .content #main > .wrap > #body div.relatedPosts {
    display: none;
  }
}
.episode iframe {
  height: 70px;
}
ul.filmlist li {
  margin-bottom: 1em;
}
ul.filmlist li a {
  color: black !important;
}
ul.filmlist li a:hover {
  color: #f60000 !important;
}
ul.filmlist li > a:first-child {
  font-size: 1.2em;
  display: block;
  color: #f60000 !important;
}
.single-film #main.film > header {
  margin-top: 1em;
  padding: 1em 1.4em;
  border-bottom: 1px solid #d6d6d6;
  text-align: center;
  margin-bottom: 1em;
}
.single-film #main.film > header h1 {
  text-transform: uppercase;
}
.single-film #main.film > header h3 {
  font-weight: normal;
  color: #bcbcbc;
}
.single-film #main.film > header h4 {
  font-weight: normal;
  color: #898989;
}
.single-film aside.mmdb article.expanded a.button.moredetails {
  display: none;
}
@media screen and (max-width: 480px) {
  .single-film #main.film > header h1 {
    font-size: 1.8em;
  }
}
.about section {
  float: left;
  margin-top: 1em;
}
.about section div.inner {
  padding: .8em;
}
.about section div.inner > header {
  margin-bottom: 1em;
}
.about section div.inner > header h1 {
  font-size: 2em;
}
.about section ul {
  list-style: none;
}
.about section#aboutText {
  margin-right: 3.125%;
  width: 66.875%;
}
.about section#aboutText h1 {
  line-height: 1em;
}
.about section#aboutText h1 span {
  font-size: .6em;
  text-transform: none;
}
.about section#aboutText h4 {
  margin-bottom: 1em;
  color: #4d4d4d;
}
.about section#partners-and-supporters {
  margin-top: 2.75em;
  width: 30%;
  text-align: center;
  background: #efefef;
}
.about section#partners-and-supporters div.inner {
  border: 1px solid #e2e2e2;
}
.about section#partners-and-supporters header {
  text-transform: uppercase;
  margin-bottom: 1em;
}
.about section#partners-and-supporters header h2 {
  color: #333333;
}
.about section#partners-and-supporters li {
  background: white;
  margin: .4em 0;
}
.about section#partners-and-supporters li a {
  display: block;
  padding: .4em;
  border: 1px solid #e2e2e2;
  font-weight: normal;
}
.about section#partners-and-supporters li a:hover {
  border: 1px solid #c9c9c9;
  color: #f60000;
}
.about section#corestaff {
  clear: both;
  width: 100%;
  padding-top: 2em;
  position: relative;
  top: -2em;
}
.about section#corestaff ul li {
  float: left;
  width: 18%;
  margin: .8em 0 .8em 2.5%;
  position: relative;
  width: 22%;
  margin: .8em 0 .8em 4%;
}
.about section#corestaff ul li h2 {
  font-size: 1.2em;
}
.about section#corestaff ul li h3 {
  font-size: .9em;
  color: #666666;
  font-weight: normal;
}
.about section#corestaff ul li a.email {
  font-size: .8em;
  color: #f60000;
  font-weight: normal;
}
.about section#corestaff ul li figure {
  margin-bottom: .2em;
  width: 100%;
}
.about section#corestaff ul li figure img {
  width: 100%;
  max-width: 100px;
}
.about section#corestaff ul li.fives {
  clear: none;
  margin-left: 4%;
}
.about section#corestaff ul li.fours {
  clear: left;
  margin-left: 0;
}
.about section#contributors {
  margin-right: 3.125%;
  width: 66.875%;
}
.about section#contributors li {
  float: left;
  width: 200px;
  font-size: .9em;
  padding-right: 1em;
  font-weight: bold;
}
.about section#contact {
  width: 30%;
  margin-bottom: 2em;
}
.about section#contact a {
  color: #f60000;
}
/* Smartphones portrait */
@media screen and (max-width: 1100px) {
  .about section#corestaff ul li {
    width: 22%;
    margin: .8em 0 .8em 4%;
  }
  .about section#corestaff ul li.fives {
    clear: none;
    margin-left: 4%;
  }
  .about section#corestaff ul li.fours {
    clear: left;
    margin-left: 0;
  }
}
/* Smartphones portrait */
@media screen and (max-width: 900px) {
  .about section {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
  .about section#partners-and-supporters {
    margin-top: 1em;
  }
  .about section#corestaff ul li {
    width: 30.3333%;
    margin: .8em 0 .8em 4%;
  }
  .about section#corestaff ul li.fours {
    clear: none;
    margin-left: 3%;
  }
  .about section#corestaff ul li.threes {
    clear: left;
    margin-left: 0;
  }
}
/* Smartphones portrait */
@media screen and (max-width: 750px) {
  .about section#corestaff ul li {
    width: 100%;
    margin: .8em 0 0 0 !important;
  }
  .about section#corestaff ul li figure {
    float: left;
    width: 23%;
    margin-right: .8em;
    margin-bottom: 1.5em;
    margin-top: .2em;
  }
  .about section#corestaff {
    clear: both;
    width: 100%;
    padding-top: 2em;
    position: relative;
    top: -2em;
  }
  .about section#corestaff ul li h2 {
    font-size: 1.2em;
    line-height: 1em;
  }
  .about section#contributors {
    margin-top: -2em;
  }
}
/* Smartphones portrait */
@media screen and (max-width: 600px) {
  .about section#aboutText h1 {
    font-size: 2em;
  }
  .about section#aboutText h1 span {
    font-size: .6em;
  }
  .about section {
    margin-left: 3.125% !important;
    margin-right: 3.125% !important;
    width: 93.75% !important;
  }
  .about section#aboutText > .inner {
    padding: 0 .2em;
  }
}
.author .column a {
  color: #f60000;
}
.author #main > .inner {
  margin: 0.8em 3.125%;
}
.author #main > .inner p {
  max-width: 600px;
}
.author .article-listing {
  margin-top: .8em;
}
.author .article-listing h3 {
  font-size: 1.2em;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 1em;
}
.author .article-listing article {
  left: -1.5625%;
}
.author .article-listing article span {
  font-size: .8em;
}
.author #twitter_div h3, .author #twitter_div #twitter-link {
  font-size: .8em;
  padding: .8em;
  background: #efefef;
  display: block;
  text-align: center;
}
.author #twitter_div h3 a, .author #twitter_div #twitter-link a {
  font-size: .9em;
}
.author #twitter_div li {
  font-size: .8em;
  margin: 1em .1em;
  line-height: 1.4em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .author #extra.author.portrait {
    text-align: center;
  }
  .author #extra.author.portrait figure {
    width: 90%;
    margin: 0 auto;
  }
  .author .article-listing h3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .author .article-listing article {
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  .author #extra.author.portrait {
    text-align: left;
  }
  .author #extra.author.portrait figure {
    width: 50%;
    padding: .8em .8em 0 .8em !important;
    margin: 0;
  }
  .author #main h1 {
    font-size: 1.6em;
  }
  .author #main > .inner {
    margin: .8em .2em !important;
  }
}
body.search #extra .people li {
  font-size: .8em;
}
body.search #extra .people li a {
  color: #f60000;
}
body.search #main > header {
  margin: 1em auto;
  padding: 1em;
  text-align: center;
  font-size: .8em;
  line-height: 1.4em;
}
body.search #main > header h1 {
  text-transform: uppercase;
  font-size: 1.8em;
  color: #555555;
}
body.search #main .searchresults.movies {
  height: auto;
  *zoom: 1;
  margin-bottom: 0;
}
body.search #main .searchresults.movies:before, body.search #main .searchresults.movies:after {
  content: "";
  display: table;
}
body.search #main .searchresults.movies:after {
  clear: both;
}
body.search #main .searchresults.movies .byline {
  font-size: .8em;
}
body.search #main section.articles {
  margin: .8em;
}
body.search #main section.articles article {
  border-top: 1px solid #efefef;
  padding-top: 1em;
  cursor: pointer;
  margin-bottom: 2em;
}
body.search #main section.articles article figure {
  float: right;
  margin: .8em 0 1em 1em;
}
body.search #main section.articles article h1 {
  font-size: 1.6em;
}
body.search #main section.articles article p {
  padding: 0;
}
body.search #main section.articles article p.timestamp, body.search #main section.articles article p.byline {
  color: #555555;
  font-size: .8em;
}
@media screen and (max-width: 800px) {
  body.search #main section.articles figure {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  body.search #extra {
    display: none;
  }
}
body.page-template-blogger-php #main article div.blogheader {
  overflow: hidden;
}
body.page-template-blogger-php #main article div.blogheader a {
  text-transform: uppercase;
  font-family: Futura;
  padding: .8em;
  background: #d6d6d6;
  font-weight: normal;
  font-size: .8em;
}
body.page-template-blogger-php #main article figure {
  max-height: 150px;
  padding-top: 16%;
}
body.page-template-blogger-php #main article figure img {
  max-width: 100%;
  width: auto;
}
body.page-template-blogger-php #main article h1 {
  font-size: 1.4em;
}
body.page-template-blogger-php #main article h1 a {
  color: #4d4d4d;
}
body.page-template-blogger-php #main article h1 a:hover {
  color: black;
}
body.page-template-blogger-php #main article p.readmore {
  font-size: .8em;
  margin-top: -1.2em;
}
body.page-template-blogger-php #main article p.readmore a {
  color: gray;
}
body.page-template-blogger-php #main article p.readmore a:hover {
  color: black;
}
body.page-template-blogger-php div.rss-feed {
  text-align: center;
  padding-bottom: 1em;
}
body.page-template-blogger-php div.rss-feed a {
  border-top: 1px solid #bcbcbc;
  padding: .8em;
}
body.page-template-blogger-php div.rss-feed img {
  position: relative;
  top: 3px;
}
/* variables */
/* Global styles */
/* images */
figure {
  padding: 0;
  line-height: 0;
}
/* add video play icon on top of thumbnails */
figure.videothumb {
  position: relative;
  cursor: pointer;
}
figure.videothumb:after {
  content: " ";
  display: block;
  background: url('https://montages.no/wp-content/themes/montages_2012/css/../images/interface/play.png') center center no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: 40%;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  pointer-events: none;
}
figure.videothumb:hover:after {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
.listitem figure.videothumb:after {
  background-size: 25% !important;
}
figure img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
a img {
  cursor: pointer;
}
.autoscale_img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  aside.ad {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    background: none;
  }
  aside.ad figure {
    padding: 0;
  }
  aside.ad figure img {
    padding: 0;
  }
}
/* horisontal lists */
nav ul {
  white-space: nowrap;
}
nav ul li {
  display: inline-block;
}
/* articles */
article {
  overflow: hidden;
}
article figure img {
  overflow: hidden;
  width: 100%;
}
/* input fields */
input {
  padding: 4px;
  line-height: 1.4em;
}
input:focus {
  outline-width: 0;
}
/* buttons */
.button {
  display: block;
  margin: .8em 0;
  padding: .4em .8em;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.button span {
  font-weight: normal;
}
.button:hover {
  color: #f60000;
  border-color: #d6d6d6;
}
/* utility */
.fullwidth {
  margin: 0 !important;
  width: 100% !important;
  padding: 0 !important;
  float: none !important;
  clear: both;
}
.hide, .hidden {
  display: none;
}
.page-clearer {
  clear: both;
  width: 100%;
  height: 1em;
}
.nowrap {
  white-space: nowrap;
}
.borderboxsizing {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.inner {
  overflow: hidden;
}
/* alignment */
.alignleft, .floatleft {
  float: left;
}
.alignright, .floatright {
  float: right;
}
.aligncenter {
  margin: 0 auto;
  float: none;
}
/* ads */
aside.ad.netboard {
  background: none;
  display: none !important;
}
aside.ad.wide {
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  top: -15px;
  display: none;
}
aside.ad.wide figure img {
  width: 100%;
}
/* VIDEO OVERLAY */
/* the overlayed element */div#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  /* initially overlay is hidden */
  display: none;
  z-index: 2000;
}
div#overlay > figure {
  display: block;
  width: 720px;
  height: 438px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -360px;
  margin-top: -219px;
}
div#overlay > figure iframe {
  width: 100%;
  height: 100%;
}
/* TOOLTIP */
div.tooltip {
  background: transparent url(/wp-content/common_images/tooltip/white_arrow.png) no-repeat scroll 0 0;
  font-size: 14px;
  height: 62px;
  padding: 30px;
  width: 149px;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
  display: none;
  color: #222;
  z-index: 100;
}
