*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div {margin:auto;}
a {outline:0;}
a img {border:none; outline:0;}
p {margin-top:0; padding-top:0;}
p:last-child {margin-bottom: 0; padding-bottom: 0;}
html, body {
	height: 100%;
	margin:0;
	padding:0;
}
/*************** body ***************/
body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
    font-weight: 300;
    font-style: normal;
	background-color: #fff;
}
body.index {
}
body.contact {
	background-image: url(/layout/logo-silhouette.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: 83px 151px;
}
/*************** a, img, h, etc ***************/
a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
img {
	border: 0;
}

/* h1, h2, h3, h4 */
h1 {
	margin:0;
	padding:0;
	font-size:36px;
	font-weight:300;
	color: #000;
}
h2 { margin:0;padding:0;font-size: 13px; color:#000; text-transform: none; font-weight:300; }
h3 { margin:0;padding:0;font-size: 18px; color:#000; text-transform: none; font-weight:300; }
h4 { margin:0;padding:0;font-size: 16px; color:#000; text-transform: none; font-weight:300; }
/*************** wrap & left, middle,right ***************/
.wrap {
	float: left;
	width: 100%;
	padding-bottom: 60px;
	position: relative;
}
.left {
	float: left;
	width: 200px;
	padding: 40px 40px 0 0;
	background-color: #fff;
}
.middle {
	position: relative;
	float: left;
	width: 850px;
	background-color: #fff;
}
.middle-full {
	width: 1050px !important;
}
.right {
	position: absolute;
	right: -200px;
	top: 40px;
	width: 200px;
	padding-left: 40px;
	font-size: 12px;
	background-color: #fff;
}
.logo {
	float: left;
	width: 100%;
	padding: 40px 0 40px 0;
	overflow: hidden;
}
.logo img { width: 200px; height: auto; }
.logo h1 {
	position: absolute;
	left: -9999px;
	top: -999px;
}
.title {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.text {
	float: left;
	width: 100%;
	line-height: 24px;
}
.text img { max-width: 100%; height: auto; }

.contact-sil {
	position: absolute;
	right: 0;
	bottom: -146px;
	width: 80px;
	height: 146px;
	background-size: 100% 100%;
	background-image: url(/layout/logo-silhouette-cut.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.go-back {
	float: left;
	width: 100%;
	margin-top: 20px;
}

/*************** form ***************/
textarea, input[type="text"] {
	padding: 6px;
	border: 0;
	width: 100%;
	background-color: #fff;
	resize:none;
	font-size: 12px;
	font-family: 'Open Sans', Arial, Tahoma, Helvetica, sans-serif;
	background-image: url(/layout/bg-input-dark.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: #292929;
	margin-bottom: 10px;
}
label {
	font-size: 12px;
	width: 100%;
	float: left;
}
.submit {
	float: left;
	border: none;
	margin: 0;
	cursor: pointer;
	font-weight: normal;
	padding: 3px 9px;
	font-family: 'Open Sans', Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #000;
}
.submit:hover {
	border: 0;
	text-decoration: underline;
}
div.error { display: none; }
label.error {
	float: left;
	width: 100%;
	margin-left: 5px;
	padding-left: 5px;
	color: #941c1e;
	font-size: 12px;
	font-weight: normal;
	border-left: 1px solid #941c1e;
}
/*************** custom ***************/
.w50 { width: 50%; }
.tright { text-align: right; }
.tcenter { text-align: center; }
.fright { float: right; }
.fleft { float: left; }
.clean { margin-right: 0 !important; }
.last { margin-right: 0 !important; }
.center-wrap { margin: 0 auto; position: relative; width: 1250px; }
.center { margin: 0 auto; position: relative; width: 1250px; }
.no-overflow { overflow: visible; }
span.req { color: #941c1e; }
.row { float: left; width: 100%; }
.hajd { display: none; }

/*************** menu ***************/
.menu {
	float: left;
	width: 100%;
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu ul li {
	float: left;
	width: 100%;
	font-size: 13px;
	margin: 0 0 10px 0;
	text-align: right;
}
.menu ul li a {
	display: block;
	width: 100%;
	color: #000;
	text-decoration: none;
}
.menu ul li a:before {}
.menu ul li a:hover { text-decoration: underline; }
.menu ul li a.active { color: #000; text-decoration: underline; }
.sub {
	float: left;
	width: 100%;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.sub ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
}
.sub ul li {
	float: left;
	width: 100%;
	font-size: 13px;
}
.sub ul li a {
	display: block;
	width: 100%;
	color: #000;
	text-decoration: none;
}
.sub ul li a:before {}
.sub ul li a:hover { text-decoration: underline; }
.sub ul li a.active { font-weight: bold; color: #000; text-decoration: underline; }
.sub2 {
	float: left;
	width: 100%;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.sub2 ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
}
.sub2 ul li {
	float: left;
	width: 100%;
	font-size: 14px;
}
.sub2 ul li a {
	display: block;
	width: 100%;
	color: #999;
	text-decoration: none;
}
.sub2 ul li a:before {}
.sub2 ul li a:hover { text-decoration: underline; }
.sub2 ul li a.active { color: #666; text-decoration: underline; }

/*************** index ***************/
.cover-photo {
	position: relative;
	float: left;
	width: 100%;
	background-image: url(/images/cover-photo/forsidet-bildet.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100% auto;
}
.cover-photo img { max-width: 100%; height: auto; }
.cover-photo-teaser {
	position: absolute;
	right: 0;
	bottom: -20px;
	font-size: 10px;
	color: #666;
}

/*************** grid/list ***************/
.box-title {
	display: none;
	float: left;
	width: 100%;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	text-align: center;
}
.grid-2 {
	float: left;
	width: 100%;
}
.grid-2 .box {
	float: left;
	width: 415px;
	margin: 0 20px 20px 0;
}
.grid-2 .box-bg {
	float: left;
	width: 100%;
	height: 261px;
	background-size: cover;
	background-position: center center;
	background-color: #eee;
}
.grid-2 .box-link {
	display: block;
	width: 100%;
	height: 261px;
}
.grid-2 .box-link:hover {
	background-image: url(/layout/image-hover.png);
	background-repeat: repeat;
}
.grid-3 {
	float: left;
	width: 100%;
}
.grid-3 .box {
	float: left;
	width: 270px;
	margin: 0 20px 20px 0;
}
.grid-3 .box-bg {
	float: left;
	width: 100%;
	height: 170px;
	background-size: cover;
	background-position: center center;
	background-color: #eee;
}
.grid-3 .box-link {
	display: block;
	width: 100%;
	height: 170px;
}
.grid-3 .box-link:hover {
	background-image: url(/layout/image-hover.png);
	background-repeat: repeat;
}

.grid-4 {
	float: left;
	width: 100%;
}
.grid-4 .box {
	float: left;
	width: 197px;
	margin: 0 20px 20px 0;
}
.grid-4 .box-bg {
	float: left;
	width: 100%;
	height: 140px;
	background-size: cover;
	background-position: center center;
	background-color: #eee;
}
.grid-4 .box-link {
	display: block;
	width: 100%;
	height: 140px;
}
.grid-4 .box-link:hover {
	background-image: url(/layout/image-hover.png);
	background-repeat: repeat;
}

/*************** inner ***************/
.review-item {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	font-size: 12px;
}
.review-item a { text-decoration: none; }
.review-item a:hover { text-decoration: underline; }
img.review-flag { float: right; margin-left: 10px; display: inline-block; }
.video {
	float: left;
	width: 100%;
	margin-top: 25px;
}

.full-image {
	float: left;
	width: 100%;
}
.jq-img {
	display: none;
	width: 100%;
	float: left;
}
.jq-img.show { display: block; }
.jq-img img {
	width: auto;
	max-width: 100%;
	max-height: 750px;
	display: block;
}
.c-img { cursor: pointer; }
.image-arrows {
	float: left;
	width: 100%;
	margin-top: 40px;
}
#image-prev {
	cursor: pointer;
	display: inline-block;
    outline: 0;
    width: 12px;
    height: 14px;
    text-indent: -9999px;
    z-index: 9999;
	margin-right: 10px;
    background-image: url(/layout/arrow-left.png);
    background-size: 100% 100%;
}
#image-next {
	cursor: pointer;
	display: inline-block;
    outline: 0;
    width: 12px;
    height: 14px;
    text-indent: -9999px;
    z-index: 9999;
    background-image: url(/layout/arrow-right.png);
    background-size: 100% 100%;
}

.min-image-01 img, .min-image-02 img { max-width: 100%; height: auto; }
.min-image-01 {
	float: left;
	width: 50%;
	padding-right: 10px;
	padding-top: 20px;
	cursor: pointer;
}
.min-image-02 {
	float: left;
	width: 50%;
	padding-left: 10px;
	padding-top: 20px;
	cursor: pointer;
}
.min-image-01 img, .min-image-02 img { margin-bottom: 20px; }
.arrows {
	display: none;
	float: left;
	width: 100%;
	margin-top: 20px;
}
.arrows a.prev {
	display: inline-block;
	text-decoration: none;
	margin-right: 10px;
}
.arrows a.next {
	display: inline-block;
	text-decoration: none;
}
.slider-arrows {
	float: left;
	width: 100%;
	margin-top: 20px;
}
#slider-prev a.bx-prev {
	display: inline-block;
    outline: 0;
    width: 12px;
    height: 10px;
    text-indent: -9999px;
    z-index: 9999;
	margin-right: 10px;
    background-image: url(/layout/arrow-left.png);
}
#slider-next a.bx-next {
	display: inline-block;
    outline: 0;
    width: 12px;
    height: 10px;
    text-indent: -9999px;
    z-index: 9999;
    background-image: url(/layout/arrow-right.png);
}