/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  *overflow: visible;
  /* 4 */

}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/******************************************************************
Site Name: 
Author: 

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features: 
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more. 

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the 
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('../fonts/font-name.eot');
    	src: url('../fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('../fonts/font-name.woff') format('woff'),
             url('../fonts/font-name.ttf') format('truetype'),
             url('../fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/* 
use the best ampersand 
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}
/*********************
BORDER RADIUS
*********************/
/* 
NOTE: For older browser support (and some mobile), 
don't use the shorthand to define *different* corners. 

USAGE: .border-radius(4px); 

*/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,#444); */
/*********************
BUTTONS
*********************/
.button,
.button:visited {
  border: 1px solid #be0d37;
  border-top-color: #db0f3f;
  border-left-color: #db0f3f;
  padding: 4px 12px;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #e40f42;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f01d4f), to(#e40f42));
  background-image: -webkit-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -moz-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -o-linear-gradient(top, #f01d4f, #e40f42);
  background-image: linear-gradient(to bottom, #f01d4f, #e40f42);
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  color: #ffffff;
  border: 1px solid #be0d37;
  border-top-color: #9d0a2d;
  border-left-color: #9d0a2d;
  background-color: #cc0e3b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#cc0e3b));
  background-image: -webkit-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -moz-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -o-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: linear-gradient(to bottom, #e40f42, #cc0e3b);
}
.button:active,
.button:visited:active {
  background-color: #f01d4f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#f01d4f));
  background-image: -webkit-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -moz-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -o-linear-gradient(top, #e40f42, #f01d4f);
  background-image: linear-gradient(to bottom, #e40f42, #f01d4f);
}
.blue-button,
.blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  -webkit-box-shadow: inset 0 0 3px #59b3ec;
  -moz-box-shadow: inset 0 0 3px #59b3ec;
  box-shadow: inset 0 0 3px #59b3ec;
}
.blue-button:hover,
.blue-button:visited:hover,
.blue-button:focus,
.blue-button:visited:focus {
  border-color: #116396;
  background-color: #1472ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
  background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
  background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
  background-image: -o-linear-gradient(top, #1784c9, #1472ad);
  background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}
.blue-button:active,
.blue-button:visited:active {
  background-color: #1990db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
  background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
  background-image: -moz-linear-gradient(top, #1681c4, #1990db);
  background-image: -o-linear-gradient(top, #1681c4, #1990db);
  background-image: linear-gradient(to bottom, #1681c4, #1990db);
}
/* ==========================================================================
   Helper classes from HTML5BOILER PLATE
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 50%;
  line-height: 1.4em;
}
a {
  outline: 0;
}
/* ============
     footer
   ============ */
.topbg {
  background-image: url(../gui/bg-top.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 100% 100%;
  height: 27px;
}
.camera {
  position: absolute;
  top: 53em;
  z-index: 1000;
}
.camera img {
  width: 100%;
  height: auto;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -80px auto;
  /* the bottom margin is the negative value of the footer's height */

}
footer,
.push {
  height: 80px;
  /* .push must be the same height as .footer */

}
p,
h1,
h2,
h3,
div {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
}
p {
  font-size: 1.2em;
  line-height: 1;
}
p.fz12 {
  font-size: 1.2em;
  line-height: 1;
}
p.fz14 {
  font-size: 1.4em;
  line-height: 1;
}
p.fz18 {
  font-size: 1.8em;
  line-height: 1;
}
p.fz24 {
  font-size: 2.3em;
  line-height: 1;
}
p.dateplace {
  margin-top: -1em;
  margin-bottom: 1.5em;
  line-height: 1.2;
}
p.bold {
  font-weight: 700;
}
h1 {
  font-size: 3.5em;
  line-height: 1;
  font-weight: 700;
  margin: 0px 0px 1.2em 0px;
  padding: 0;
}
h2 {
  font-size: 2.4em;
  line-height: 1;
  font-weight: 400;
  margin: 0px 0px 0px 0px;
  padding: 0;
}
@media screen and (orientation: landscape) and (max-width: 640px) {
  h1 {
    font-size: 6em;
    margin: 0px 0px 1.2em 0px;
  }
  h2 {
    font-size: 4em;
  }
}
.clearresponsive {
  display: block;
}
.responsive {
  width: 100%;
  height: auto;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.wrapcontent {
  width: 100%;
}
header {
  width: 100%;
  margin: 0 auto;
}
header .logo {
  margin-top: 1.7em;
  margin-bottom: 2.6em;
  margin-left: 1.8em;
  width: 76px;
  height: 29px;
}
header .headline {
  width: 920px;
  margin: 0 auto;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
  margin-bottom: 22px;
}
header p {
  font-size: 18px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  color: #652d86;
}
header .largeheadline {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 6px;
  color: #333333;
}
.content {
  /*width: 939px;*/

  width: 100%;
  /*height: 718px;*/

  position: relative;
  margin: 0 auto;
  background-image: url(../gui/bg.jpg);
  background-repeat: no-repeat;
  /*background-position:left top;*/

  background-size: contain;
  background-color: #652d86;
}
.faqarea {
  text-align: center;
  margin: 2em;
}
.content.withcamera {
  /*background-image:url(../gui/bg-with-camera.jpg);*/

}
.content.withcamera2 {
  /*background-image:url(../gui/bg-with-camera2.jpg);*/

}
.content.withcamera2 h1 {
  margin-bottom: 0;
}
.content.withcamera2 p {
  font-size: 2em;
  line-height: 1.15;
}
.padmobile {
  padding: 3.5em 2.5em 2.5em 2.8em;
  /*width: 440px;*/

  /*height: 225px;*/

}
.wraptext h2 {
  margin-bottom: 7.5em;
}
@media screen and (orientation: landscape) {
  .wraptext h2 {
    margin-bottom: 40%;
  }
}
.tidligerefilm {
  margin-top: 80px;
}
.tidligerefilm p {
  font-size: 2em;
}
#movies .item {
  position: relative;
  width: 100%;
  margin-top: 2em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  float: left;
  background-color: #fff;
}
#movies .item img {
  width: 33%;
  float: left;
}
#movies .item .padding {
  padding: 1.7em;
}
#movies .item .text {
  width: 67%;
  float: left;
}
#movies .item .text h1 {
  font-size: 2em;
  line-height: 1;
  color: #333333;
  font-weight: 700;
  padding: 0;
  margin: 0 0 0.4em 0;
}
#movies .item .text p {
  font-size: 1em;
  line-height: 1em;
  color: #333333;
}
#movies .item .text p.premieredato {
  font-size: 1.8em;
  line-height: 1.3em;
  color: #333333;
  padding: 0;
  margin: 0;
}
#movies .item a.btn2:link,
#movies .item a.btn2:active,
#movies .item a.btn2:hover,
#movies .item a.btn2:visited {
  position: absolute;
  bottom: 0.7em;
  max-width: 57%;
}
#movies button {
  border: 0;
  background-color: transparent;
}
.progress {
  position: relative;
  width: 100%;
  margin-bottom: 1em;
}
.progress img {
  width: 100%;
  height: auto;
}
.watchtrailer {
  float: left;
  width: 50%;
  font-size: 3.4em;
  line-height: 1.1;
}
.disclaimer {
  font-size: 1.6em;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
#video {
  position: relative;
  float: right;
  width: 50%;
  margin-top: 1.5em;
  display: table-cell;
  zoom: 1;
  *width: 50%;
}
#video img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
}
#video .player-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 100;
  background-image: url(../gui/video-overlay.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
}
.nomargin {
  margin: 0;
  padding: 0;
}
.playingtime {
  width: 50%;
  float: left;
}
.playingtime p {
  margin: 0;
  padding: 0;
}
.price,
.price2 {
  width: 50%;
  float: right;
  text-align: right;
}
.price p,
.price2 p {
  margin-top: 0;
  padding-top: 0;
}
.price span,
.price2 span {
  clear: both;
  display: block;
  font-size: 2em;
  line-height: 1;
  font-weight: 700;
}
input:focus,
textarea:focus,
select:focus {
  outline-color: #6a3d84;
}
.submit.biovalg,
.submit.userinfo,
.confirm {
  margin-bottom: 1.5em;
}
.box-white,
.box-white2 {
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 2em;
  width: 100%;
  bottom: 0px;
}
.box-white p,
.box-white2 p {
  color: #333333;
  font-size: 2em;
  padding: 0;
  margin: 0 0 0.5em 0;
}
.box-white h1,
.box-white2 h1 {
  font-size: 3em;
  color: #333333;
  padding: 0;
  margin-bottom: 0.6em;
}
.box-white .select,
.box-white2 .select {
  /*position: absolute;*/

}
.box-white .select select,
.box-white2 .select select {
  width: 100%;
  height: 3em;
  font-size: 2em;
  margin-bottom: 1.5em;
  padding-left: 1em;
}
.box-white a.btn:link,
.box-white2 a.btn:link,
.box-white a.btn:active,
.box-white2 a.btn:active,
.box-white a.btn:hover,
.box-white2 a.btn:hover,
.box-white a.btn:visited,
.box-white2 a.btn:visited {
  min-width: 100%;
  zoom: 1;
  *width: 100%;
}
.box-white .input input,
.box-white2 .input input {
  width: 100%;
  height: 2em;
  font-size: 2em;
  padding-left: 0.7em;
  margin-bottom: 1em;
  border: 1px solid #666666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.box-white2 h1 {
  margin: 20px 0 0 20px;
}
.box-white2 .back {
  top: 270px;
}
.box-white2 .submit {
  top: 270px;
}
.back2 {
  position: absolute;
  top: 540px;
  left: 0px;
}
.slider {
  height: 175px;
  width: 264px;
  position: relative;
  left: 5px;
  overflow: hidden;
}
.slider ul {
  position: relative;
  left: 0px;
  height: 175px;
  padding: 0;
  margin: 0;
}
.slider ul li {
  padding: 0;
  margin: 0 30px 0 0;
  float: left;
  width: 117px;
}
.slider ul li img {
  width: 117px;
  height: 175px;
}
.slider-previous,
.slider-next {
  background-image: url(../gui/slider-nav.png);
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  top: 48px;
  left: -20px;
  width: 25px;
  height: 35px;
  cursor: pointer;
  padding: 40px 0px;
}
.slider-next {
  background-position: -25px center;
  left: auto;
  right: -20px;
  background-color: #f00;
}
.hidden {
  visibility: hidden;
  display: none;
}
footer {
  background-image: url(../gui/bg-top-bottom.png);
  background-repeat: repeat-x;
  background-position: left 0px;
  background-color: #693d81;
  min-width: 320px;
}
footer .wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
footer .wrap p.copyright,
footer .wrap p {
  position: absolute;
  margin: 0;
  padding: 0 1.3em;
  top: 2.6em;
  color: #b6a2c2;
  font-size: 1.5em;
  line-height: 1.8;
}
footer .wrap p.links {
  right: 0;
}
footer .wrap a:link,
footer .wrap a:active,
footer .wrap a:hover,
footer .wrap a:visited {
  color: #b6a2c2;
  text-decoration: none;
}
a.btn:link,
a.btn:active,
a.btn:hover,
a.btn:visited {
  background-image: url(../gui/button-grey.png);
  background-repeat: no-repeat;
  background-position: right -28px;
  height: 28px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  _height: 28px;
  padding: 0 12px 0 0;
  color: #652d86;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  text-decoration: none;
}
a.btn:link span,
a.btn:active span,
a.btn:hover span,
a.btn:visited span {
  background-image: url(../gui/button-grey.png) !important;
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  height: 28px;
  text-align: center;
  padding: 4px 0px 0px 10px;
  cursor: pointer;
}
a.btn2:link,
a.btn2:active,
a.btn2:hover,
a.btn2:visited {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  height: 2em;
  _height: 2em;
  width: 100%;
  padding: 0.5em 0 0 0;
  color: #652d86;
  font-size: 2em;
  line-height: 1;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
a.btn2:link span,
a.btn2:active span,
a.btn2:hover span,
a.btn2:visited span {
  cursor: pointer;
}
a.btngreen:link,
a.btngreen:active,
a.btngreen:hover,
a.btngreen:visited,
a.btngreenconfirm:link,
a.btngreenconfirm:active,
a.btngreenconfirm:hover,
a.btngreenconfirm:visited {
  background-color: #bed600;
  background-image: linear-gradient(bottom, #afbb00 12%, #bdd600 34%);
  background-image: -o-linear-gradient(bottom, #afbb00 12%, #bdd600 34%);
  background-image: -moz-linear-gradient(bottom, #afbb00 12%, #bdd600 34%);
  background-image: -webkit-linear-gradient(bottom, #afbb00 12%, #bdd600 34%);
  background-image: -ms-linear-gradient(bottom, #afbb00 12%, #bdd600 34%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.12, #afbb00), color-stop(0.34, #bdd600));
  color: #000;
}
a.btngreenconfirm:link,
a.btngreenconfirm:active,
a.btngreenconfirm:hover,
a.btngreenconfirm:visited {
  height: 3em;
  _height: 3em;
  padding: 0.8em 0 0 0;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 7px 0px rgba(255, 255, 255, 0.5);
}
a.btndarkgrey:link,
a.btndarkgrey:active,
a.btndarkgrey:hover,
a.btndarkgrey:visited {
  background-color: #bed600;
  background-image: linear-gradient(bottom, #c9c9c9 18%, #e1e1e1 78%);
  background-image: -o-linear-gradient(bottom, #c9c9c9 18%, #e1e1e1 78%);
  background-image: -moz-linear-gradient(bottom, #c9c9c9 18%, #e1e1e1 78%);
  background-image: -webkit-linear-gradient(bottom, #c9c9c9 18%, #e1e1e1 78%);
  background-image: -ms-linear-gradient(bottom, #c9c9c9 18%, #e1e1e1 78%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.18, #c9c9c9), color-stop(0.78, #e1e1e1));
  color: #000;
}
a.mere-om-telia:link,
a.mere-om-telia:active,
a.mere-om-telia:hover,
a.mere-om-telia:visited {
  background-color: #bed600;
  background-image: linear-gradient(bottom, #c9c9c9 18%, #e1e1e1 78%);
  background-image: -o-linear-gradient(bottom, #c9c9c9 18%, #e1e1e1 78%);
  background-image: -moz-linear-gradient(bottom, #c9c9c9 18%, #e1e1e1 78%);
  background-image: -webkit-linear-gradient(bottom, #c9c9c9 18%, #e1e1e1 78%);
  background-image: -ms-linear-gradient(bottom, #c9c9c9 18%, #e1e1e1 78%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.18, #c9c9c9), color-stop(0.78, #e1e1e1));
  color: #652d86;
  width: 57%;
  font-size: 1.4em;
}
a.btn.darkgrey:link,
a.btn.darkgrey:active,
a.btn.darkgrey:hover,
a.btn.darkgrey:visited {
  background-image: url(../gui/button-grey-dark.png);
  color: #000;
}
a.btn.darkgrey:link span,
a.btn.darkgrey:active span,
a.btn.darkgrey:hover span,
a.btn.darkgrey:visited span {
  background-image: url(../gui/button-grey-dark.png) !important;
}
a.btn.greenlarge:link,
a.btn.greenlarge:active,
a.btn.greenlarge:hover,
a.btn.greenlarge:visited {
  background-image: url(../gui/button-green-large.png);
  background-position: right -48px;
  color: #000;
  height: 48px;
  _height: 48px;
}
a.btn.greenlarge:link span,
a.btn.greenlarge:active span,
a.btn.greenlarge:hover span,
a.btn.greenlarge:visited span {
  background-image: url(../gui/button-green-large.png) !important;
  height: 48px;
  _height: 48px;
  padding-top: 15px;
  font-size: 18px;
  font-weight: 400;
}
a.btn.greenthin:link,
a.btn.greenthin:active,
a.btn.greenthin:hover,
a.btn.greenthin:visited {
  background-image: url(../gui/button-green-thin.png);
  background-position: right -30px;
  color: #000;
  height: 30px;
  _height: 30px;
  width: 217px;
}
a.btn.greenthin:link span,
a.btn.greenthin:active span,
a.btn.greenthin:hover span,
a.btn.greenthin:visited span {
  background-image: url(../gui/button-green-thin.png) !important;
  height: 30px;
  _height: 30px;
  padding-top: 6px;
  font-size: 14px;
  font-weight: 400;
}
/* VARIATIONS */
a.faq:link,
a.faq:active,
a.faq:hover,
a.faq:visited {
  min-width: 70%;
  width: 70%;
  zoom: 1;
  *width: 70%;
  color: #652d86;
}
/* ============
     MODAL
   ============ */
#player {
  display: none;
}
#modal {
  display: none;
}
#modal h1 {
  color: #333;
}
#modal h2 {
  color: #333;
}
#modal p {
  color: #333;
  margin-top: 4px;
}
#basic-modal-content {
  display: none;
}
/* Overlay */
#simplemodal-overlay {
  background-color: #000;
}
/* Container */
#simplemodal-container {
  color: #333;
  background-color: #fff;
  padding: 12px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#simplemodal-container code {
  background: #141414;
  border-left: 3px solid #f00;
  color: #bbb;
  display: block;
  font-size: 12px;
  margin-bottom: 12px;
  padding: 4px 6px 6px;
}
#simplemodal-container a {
  color: #333;
}
#simplemodal-container a.modalCloseImg {
  background: url(../gui/x.png) no-repeat;
  width: 25px;
  height: 29px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: -15px;
  right: -16px;
  cursor: pointer;
}
#simplemodal-container h3 {
  color: #84b8d9;
}
iframe {
  border: 0;
}
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 321px) {
  
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 640px) {
  body {
    font-size: 100%;
  }
  .topbg {
    height: 54px;
  }
  .wrapcontent {
    width: 640px;
    position: relative;
    margin: 0 auto;
  }
  .wrapper {
    margin: 0 auto -160px auto;
    /* the bottom margin is the negative value of the footer's height */
  
  }
  footer,
  .push {
    height: 160px;
    /* .push must be the same height as .footer */
  
  }
  h1 {
    font-size: 3.7em;
  }
  header {
    width: 640px;
  }
  header .logo {
    width: 153px;
    height: 56px;
  }
  footer {
    min-width: 620px;
  }
  footer .wrap {
    width: 620px;
  }
  footer .wrap p.copyright,
  footer .wrap p {
    top: 5em;
    margin: 0;
    padding: 0;
    color: #b6a2c2;
    font-size: 1.1em;
    line-height: 1.6;
  }
  .tidligerefilm {
    margin-top: 180px;
  }
  .tidligerefilm p {
    font-size: 2em;
  }
  .slider {
    height: 350px;
    width: 498px;
    position: relative;
    left: 30px;
    overflow: hidden;
  }
  .slider ul {
    position: relative;
    left: 0px;
    height: 350px;
    padding: 0;
    margin: 0;
  }
  .slider ul li {
    padding: 0;
    margin: 0 30px 0 0;
    float: left;
    width: 234px;
  }
  .slider ul li img {
    width: 234px;
    height: 350px;
  }
  .slider-previous,
  .slider-next {
    top: 125px;
    left: -20px;
  }
  .slider-next {
    left: auto;
    right: -20px;
  }
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a  mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  
}
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  {
    /* ==========================================================================
     Print styles
     ========================================================================== */
  
  }
}
@media print and print {
  {
    /*
       * Don't show links for images, or javascript/internal links
       */
  
  }
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
  
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
