* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
html, body {
	padding: 0;
	margin: 0;
	width: 100%;
	font-weight: 300;
line-height: 1.6em;
	background-color: #eeeeee;
	min-width: 320px;
	font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
body {
	font-size: 0.9em;
}
p {
	font-weight: 300;
	margin: 5px 0 15px 0;
}
strong, b {
	font-weight: 600;
}
h1 {
	font-weight: 300;
	font-size: 2.0em;
	text-transform: uppercase;
	margin: 5px 0 10px 0;
line-height: 1.3em;
}
h2 {
	font-weight: 300;
	font-size: 1.7em;
	text-transform: uppercase;
	margin: 35px 0 10px 0;
}
h3 {
	font-weight: 600;
	font-size: 1.3em;
	text-transform: uppercase;
	margin: 20px 0 5px 0;
}
a {
	text-decoration: none;
color: #00648a;
}
a:hover, a:focus {
	text-decoration: underline;
}
img {
	height: auto;
	max-width: 100%;
}
table {
    width: 100%;
}
td {
	vertical-align: top;
}
#site ul {
	margin: 5px 0 15px 0;
	padding: 0 0 0 15px;
}
#site li {
}
.ingress {
	font-size: 1.2em;
	line-height: 1.8em;
}
img.bilde_hoyre {
float: right;
margin: 5px 0px 5px 15px;
border: solid 1px #999 !important;
}
img.bilde_venstre {
float: left;
margin: 5px 15px 5px 0px;
border: solid 1px #999 !important;
}
.fullwidth {
position: relative;
	margin: 0 auto;
	max-width: 1350px;
	width: 100%;
	padding-right: 30px;
	padding-left: 30px;
}
#header {
position: relative;
	padding: 33px 0 24px 0;
	background-color: #FFFFFF;
}
#logo a {
	display: block;
	width: 500px;
	height: 75px;
	text-indent: -9999px;
	background-image: url('/uploads/layout/rm_logo_2016_500x75.png');
	background-size: 100% 100%;
}
#lang-select {
display: block;
position: absolute;
bottom: 0;
right: 30px;
}
#site {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-bottom: 40px;
}
#footer {
	font-size: 0.8em;
}
#footer, #footer p {
line-height: 1.5em;
}
#footer a {
color: #000;
}
#footer-top {
	background-color: #d1e5bb;
	padding-top: 15px;
	padding-bottom: 10px;
}
#footer-bottom {
	padding-top: 15px;
	padding-bottom: 15px;
}
/* LAYOUT */
.sp1 {
	float: left;
	width: 48%;
}
.sp2 {
	float: left;
	width: 44%;
	margin-left: 6%;
	margin-right: 6%;
}
.sp3 {
	float: right;
	width: 44%;
}
.sp2-sp3 {
	float: right;
	width: 52%;
}
#infobox {
}
#mainarticle {
	margin: 30px 0 0 0;
}
#site table {
border: 0;
 border-collapse: collapse;
border-top: solid 1px #ddd;
}
#site td {
text-align: left;
border-bottom: solid 1px #ddd;
}
#site th {
text-align: left;
background-color: #eee;
border-bottom: solid 1px #ddd;
}
.loader {
position: absolute;
top: 0;
left: 0;
right: 0;
text-align: center;
padding: 30px 0;
}
.timer {
font-size: 0.8em;
color: #999;
margin: 0 0;
}

/* STYLES */
.widgetbox {
	position: relative;
	display: block;
min-height: 130px;
	border-radius: 8px 8px 8px 8px;
	padding: 10px 15px;
	margin-top: 65px;
	border: solid 1px #b5b6b2;
	-webkit-box-shadow: inset 0 0 8px #cccccc;
	-moz-box-shadow: inset 0 0 8px #cccccc;
	box-shadow: inset 0 0 8px #cccccc;
}
.widgetbox h2 {
	display: block;
	position: absolute;
	top: -50px;
	left: 0;
	text-align: left;
	z-index: 50;
	font-weight: 300;
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 13px 0;
}
.widgetbox .icon {
	display: block;
	position: absolute;
	top: -50px;
	right: 0;
	text-align: right;
	z-index: 50;
	margin: 13px 0;
}
.widgetbox .icon a {
display: block;
}
.widgetbox .icon a img {
border: 0;
}
.widgetbox hr {
	border-top: solid 1px #e3e3e3;
	border-bottom: solid 1px #fff;
	border-right: none;
	border-left: none;
	margin: 15px 0;
}
.widgetbox a img {
border: solid 1px #CCC;
}
.widgetbox a:hover img {
border-volor: #999;
}
.box_gray {
	background-color: #fbfaf8;
}
.box_green {
	background-color: #ebf2e0;
}
.box_lilla {
	background-color: #dbd7e4;
}
div.widgetbox:before {
	position: absolute;
	top: -11px;
	left: 25px;
	content: " ";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #b5b6b2;
	z-index: 10;
}
div.box_gray:after {
	position: absolute;
	top: -10px;
	left: 25px;
	content: " ";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #e3e3e3;
	z-index: 20;
}
div.box_green:after {
	position: absolute;
	top: -10px;
	left: 25px;
	content: " ";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #dddddd;
	z-index: 20;
}
div.box_lilla:after {
	position: absolute;
	top: -10px;
	left: 25px;
	content: " ";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #d0d0d0;
	z-index: 20;
}
.grad_lightgray {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 ); /* IE6-9 */
}
.grad_blue {
	background: #0079ab; /* Old browsers */
	background: -moz-linear-gradient(top, #0079ab 0%, #00648a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0079ab), color-stop(100%, #00648a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0079ab 0%, #00648a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0079ab 0%, #00648a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0079ab 0%, #00648a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0079ab 0%, #00648a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079ab', endColorstr='#00648a', GradientType=0 ); /* IE6-9 */
}
.grad_blue_angle {
	background: #00648a; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #00648a 0%, #0079ab 50%, #00648a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #00648a), color-stop(50%, #0079ab), color-stop(100%, #00648a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #00648a 0%, #0079ab 50%, #00648a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #00648a 0%, #0079ab 50%, #00648a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #00648a 0%, #0079ab 50%, #00648a 100%); /* IE10+ */
	background: linear-gradient(135deg, #00648a 0%, #0079ab 50%, #00648a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00648a', endColorstr='#00648a', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#stottespillere {
    position: absolute;
    top: 5px;
    right: 10px;
    text-align: right;
}
#stottespillere img {
    display: inline-block;
    height: 35px;
    width: auto;
    margin-left: 20px;
}
#byEKH {
    display: block;
    width: 100%;
    color: #999999;
    font-size: 10px;
    margin: 0;
    padding: 35px 0 0;
    text-align: center;
}
.clearb {
display: block;
	clear: both;
}
/* MENY */
#nav-primary {
	text-transform: uppercase;
position: relative;
}
#nav-primary #menuwrapper {
	text-align: left;
}
#menuwrapper .sectionheader {
  cursor: default;
}
#nav-primary ul {
position: relative;
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0;
}
#nav-primary li {
	float: left;
	position: relative;
	list-style: none;
	margin: 0 25px 0 0;
	padding: 0;
}
#nav-primary a {
	display: block;
	line-height: 30px;
	text-decoration: none;
	padding: 5px 0;
	margin: 0;
	border: 0;
	color: #FFFFFF;
}
#nav-primary ul a:hover {
	padding-bottom: 0;
	border-bottom: 5px solid #1fa6e3;
}
#nav-primary ul a:focus {
	background-color: #1fa6e3;
}
#nav-primary li.menuactive a {
	font-weight: 700;
	padding-bottom: 0;
	border-bottom: 5px solid #1fa6e3;
}

/* SUB MENU */
#nav-primary ul ul {
display: block;
opacity:0;
position: absolute;
z-index: 150;
top: -9999px;
left: -15px;
padding: 15px;
margin: 5px 0;
width: 500px;
text-transform: none;
font-size: 0.9em;
  transition:opacity 0.3s, margin 0.3s;
}
#nav-primary ul ul li {
	z-index: 60;
position: relative;
}
#nav-primary li:hover ul, #nav-primary li:focus ul, #nav-primary ul.clicked {
display: block;
opacity:1;
margin: 15px 0;
z-index: 200;
top: 25px;
}
#nav-primary ul ul li {
margin: 0;
width: 50%;
float: left;
border-right: 1px solid #FFF;
border-bottom: 1px solid #FFF;
border-color: rgba(255, 255, 255, .2);
}
#nav-primary ul ul a, #nav-primary ul li.menuactive ul a {
    white-space: nowrap;
padding: 10px 10px;
line-height: 1.2em;
display: block;
width: 100%;
background: #00648a;
border: 0;
font-weight: 300;
}
#nav-primary ul ul a:hover, #nav-primary ul li.menuactive ul a:hover {
background-color: #0079ab;
padding: 10px 10px;
border: 0;
}
#nav-primary ul ul li.menuactive a {
font-weight: 700;
}
#nav-primary ul ul:before {
	position: absolute;
	top: 5px;
	left: 45px;
	content: " ";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #00648a;
	z-index: 20;
}
#nav-primary ul ul:after {
position: absolute;
	content: " ";
top: 15px;
right: 15px;
bottom: 15px;
left: 15px;
background: #00648a;
z-index: 40;
border-right: 1px solid #FFF;
border-bottom: 1px solid #FFF;
border-color: rgba(255, 255, 255, .2);
}

/* SECONDARY MENU */
#minisiteheader {
display: none;
}
#nav-secondary {
display: none;
}

/* Responsive elements */
@media screen and (max-width: 1100px) {
#logo a {
	background-image: url(/uploads/layout/romsdalsmuseet.png);
	width: 365px;
	height: 65px;
}
.sp1 {
	float: left;
	width: 65%;
}
.sp2 {
	width: 90%;
	margin-left: 10%;
	margin-right: 0;
}
.sp3 {
	width: 90%;
	margin-left: 10%;
	margin-right: 0;
}
.sp2-sp3 {
	float: right;
	width: 35%;
}
#stottespillere {
    top: 10px;
}
#stottespillere img {
    height: 25px;
    margin-left: 10px;
}
#nav-primary li {
	font-size: 0.9em;
	margin-right: 15px;
}
}
@media screen and (max-width: 920px) {
#nav-primary ul a {
	line-height: 20px;
	font-size: 0.9em;
}
#nav-primary ul ul a {
	font-size: 1em;
}
#nav-primary li:hover  ul {
top: 15px;
}
#footer-top td {
	display: block;
	width: 100%;
}
}
@media screen and (max-width: 800px) {
body {
	font-size: 0.8em;
}
#nav-primary ul a {
	font-size: 1em;
}
#nav-primary ul ul a, #nav-primary ul li.menuactive ul a {
	font-size: 1.1em;
}
.fullwidth {
	padding-right: 15px;
	padding-left: 15px;
}
#lang-select {
right:15px;
}
}
@media screen and (max-width: 650px) {
#header {
	padding: 23px 0 14px 0;
}
#logo a {
	width: 255px;
	height: 45px;
}
#lang-select {
display: none;
}
#stottespillere {
display: none;
}
#nav-primary ul {
	position: static;
}
#nav-primary ul a {
padding: 2px 0;
}
#nav-primary ul a:hover {
padding: 2px 0;
	border-bottom: 0;
text-shadow: 0 0 4px #000000;
}
#nav-primary li.menuactive a {
padding: 2px 0;
	border-bottom: 0;
}
#nav-primary li {
	position: static;
}
#nav-primary li:hover  ul {
top: 100%;
}
#nav-primary ul ul {
top: 100%;
left: 0;
right: 0;
padding: 0 0;
margin: 0 0;
width: auto;
  transition: none;
display: none;
}
#nav-primary ul ul a, #nav-primary ul li.menuactive ul a {
line-height: 1.0em;
}
#nav-primary ul ul:before {
	top: -10px;
	left: 45px;
}
#nav-primary ul ul:after {
top: 0;
right: 0;
bottom: 0;
left: 0;
}

.sp1 {
	width: 100%;
}
.sp2 {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.sp3 {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.sp2-sp3 {
	width: 100%;
}
#footer-bottom td {
	display: block;
	width: 50%;
	float: left;
}
#footer-bottom td:nth-child(2n+1) {
	clear: both;
}
}
@media screen and (max-width: 420px) {
.facefeedpost:nth-child(2n+1) {
    margin-right: 0%;
}
.facefeedpost:nth-child(n+2) {
    width: 100%;
}
}
/* Retina version of logo */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) {
#logo a {
 background-image: url(/uploads/layout/romsdalsmuseet@2x.png);
}
}

/* Stylesheet: standard Modified On 2016-06-03 14:21:11 */
/* Google books */
#gbooks {
	position: relative;
}
#gbooks .searchform {
	width: 100%;
	padding: 15px;
	background-color: #dbd7e4;
    border: 1px solid #B5B6B2;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 0 8px #CCCCCC inset;
}
#gbooks #searchquery {
	-webkit-appearance: none;
	width: 80%;
	margin: 0;
	padding: 2px 4px;
	line-height: 30px;
	height: 30px;
	background-color: #F9F9F9;
	border: 1px none #CCCCCC;
	font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#gbooks #searchquery:focus {
	background-color: #FFF;
}
#gbooks #searchsubmit {
	-webkit-appearance: none;
	float: right;
	width: 18%;
	margin: 0;
	padding: 2px;
	line-height: 30px;
	height: 30px;
	background-color: #FFF;
	border: 1px none #CCCCCC;
	font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
font-weight: 600;

	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
#gbooks #searchsubmit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
cursor: pointer;
}
#gbooks .pagenav {
display: block;
position: realtive;
width: 100%;
margin: 20px 0;
text-align: center;
border-top: solid 1px #ddd;
border-bottom: solid 1px #ddd;
}
#gbooks .pagenav .prev {
float: left;
}
#gbooks .pagenav .next {
float: right;
}
#gbooksresult {
	position: relative;
}
#gbooksresult .bok {
	width: 100%;
	margin-bottom: 15px;
}
#gbooksresult .bok a {
	display: block;
}
#gbooksresult .bok a:hover {
	background-color: #f6f6f6;
	text-decoration: none;
}
#gbooksresult .bilde {
	float: left;
	width: 128px;
	display: block;
}
#gbooksresult .bilde img {
	display: block;
}
#gbooksresult .tittel {
	display: block;
	font-size: 1.2em;
	font-weight: 600;
	color: #000;
	margin-left: 140px;
	padding: 15px 20px 5px 10px;
}
#gbooksresult .info {
	display: block;
	margin-left: 140px;
	padding: 0 20px 10px 10px;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #000;
}
/* Facefeed NY */
#fbfeed {
	position: relative;
	min-height: 150px;
}
#fbfeed .published {
	font-weight: 600;
}
#fbfeed .item {
	border-top: solid 1px #fff;
	border-bottom: solid 1px #e0e0e0;
	padding: 18px 0;
	transition: top 1s ease 0s, left 1s ease 0s;
	font-size: 0.9em;
}
#fbfeed .item a, #fbfeed .item .content {
	display: block;
	width: 100%;
	color: #000;
}
#fbfeed .item a:hover {
	text-decoration: none;
	color: #00648A;
	transition: color 0.3s ease 0s;
}
#fbfeed .item img {
	border: 0;
	width: 100%;
	height: auto;
}
#fbfeed .item .lesmer {
	color: #00648A;
}
#fbfeed .progress {
	display: block;
	width: 100%;
	text-align: center;
}
/* Facefeed GAMMEL */

.facefeedpost {
	font-size: 0.9em;
	margin: 10px 0 20px 0;
	width: 48%;
	float: left;
}
.facefeedpost a {
	color: #000000;
}
.facefeedpost img {
// width: 100%;
	max-height: 450px;
}
.facefeedpost:nth-child(2n+1) {
	margin-right: 4%;
	clear: both;
}
.facefeedpost .facetext {
	display: block;
	width: 100%;
}
.facelinkinfo {
	background: none repeat scroll 0 0 #F6F7F9;
	border: 1px solid #D3DAE8;
	display: block;
	padding: 10px;
	margin: 10px 0;
}
.widgetbox a .facelinkinfo img {
	border: 0;
	display: block;
	width: 30%;
	float: left;
	margin-right: 10px;
}
/* Instagram feed */

.instagram-hashtags {
	margin: 10px 0;
	font-size: 0.8em;
	color: #666;
	font-weight: 600;
}
.instagram-feed {
}
.instagram-image {
	width: 48%;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.instagram-image:nth-child(2n) {
	margin-left: 4%;
}
.instagram-image a {
	display: block;
}
.instagram-image img {
	margin: 0;
	padding: 0;
}
/* Blogg-feed */
.blogg-feeds {
}
.blogg-feed {
	margin: 10px 0;
}
.blogg-feed a {
}
.blogg-feed h3 {
	margin: 0;
	font-weight: 300;
	font-size: 1.3em;
	text-transform: none;
}
.blogg-feeds .dato {
	font-size: 0.9em;
	font-weight: 600;
}
.blogg-feeds .kilde {
	font-size: 0.8em;
	color: #666;
}
/* Youtube widget*/

.youtube-video {
	margin: 10px 0 15px 0;
	font-size: 0.8em;
	font-weight: 600;
	color: #666;
	position: relative;
}
.youtube-video a {
	color: #666;
	display: block;
}
.video {
	position: relative;
}
.video img.video-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	opacity: 1.0;
	border: 0;
}
/* FB-Events */
.fbevent {
	margin: 15px 0;
}
.fbevent-time {
	display: block;
	width: 100%;
	font-size: 0.9em;
}
.fbevent-name {
	display: block;
	width: 100%;
	font-size: 1.3em;
}
.fbevent-location {
	display: block;
	width: 100%;
	font-size: 0.8em;
}
/* digitalt museum */

#wcontainer {
	border: 0 !important;
	background: none !important;
	max-width: 100%;
}
.witem {
	max-width: 48%;
}
/* akrivportalen */

#arkivportal {
	position: relative;
	min-height: 150px;
}
#arkivportalresultater {
}
#arkivportalresultater a {
	color: black;
}
#arkivportalresultater a:hover {
	color: #00648A;
}
#arkivportalresultater hr {
	margin: 5px 0;
}
#arkivportalresultater .arkivnav {
	width: 100%;
	text-align: center;
}
#arkivportalresultater .item {
	display: block;
	width: 100%;
	padding: 5px 0;
	line-height: 1.3em;
}
#arkivportalresultater .dato {
	display: block;
	width: 100%;
	font-size: 0.8em;
}
#arkivportalresultater .tittel {
	display: block;
	width: 100%;
}
#arkivportalresultater .innhold {
	display: block;
	width: 100%;
	font-size: 0.8em;
}

/* Stylesheet: widgets Modified On 2013-11-27 14:34:32 */
