@import url(https://fonts.googleapis.com/css?family=Lato:300,400);

body {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	background: white;
	color: rgb(10,10,10);
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}

h1 {
	font-size: 27px;
}

h3 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
	margin-top: 30px;
}

b, strong, label, td.header {
	font-weight: 400;
	rgb(0,0,0);
}

label {
	display: block;
}

label.error {
	color: #9d261d;
}

input[type=text],
textarea,
select {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #a1a1a1;
}

img {
	max-width: 100%;
}

a,
a:link {
	color: #19a5b4;
}

a:link {
	text-decoration: none;
}

a:hover,
a:active {
	color: black;
	text-decoration: none;
}

.btn {
	display: inline-block;
	padding: 12px 24px;
	margin-bottom: 0;
	font-size: 16px;
	color: white;
	text-align: center;
	text-shadow: none;
	vertical-align: middle;
	background: #a1a1a1;
	border: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	cursor: pointer;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.btn:hover {
	color: white;
	text-decoration: none;
	background-color: #19a5b4;
	background-position: 0 0;
}

.loader {
	width: 30px;
	height: 30px;
	display: inline-block;
	position: relative;
	top: 6px;
	background-image: url('../img/loader.gif');
	background-size: cover;
}

.budgivningPagar {
	color: #19a5b4;
	margin: 10px 0 0 0;
}

td {
	vertical-align: top;
	padding: 0 10px 0 0;
}

/* HEADER */

header {
	position: relative;
	z-index: 100;
	padding: 20px 0;
	text-align: center;
}

header .logo {
	text-align: left;
}

header .logo img {
	height: 42px;
}

header nav {
	border: 1px solid #979797;
	border-left: 0;
	border-right: 0;
	position: relative;
	width: 80%;
	margin: 0 auto;
	display: none;
}

header nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

header nav ul li {
	/* float: left; */
	display: inline-block;
	padding: 7px;
}

header nav ul li a,
header nav ul li a:link {
	padding: 10px;
	color: #919191;
	text-decoration: none;
	text-transform: uppercase;
}

header nav ul li a:hover,
header nav ul li a:active {
	color: black;
	text-decoration: none;
}

header nav ul li.active a {
	color: #19a5b4;
}

header nav.black {
	border-color: black;
}

header nav.black ul li a {
	color: black;
}

header nav.black ul li a:hover {
	color: #19a5b4;
}

.slicknav_btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 10px;
	margin: 5px 0;
}
 
.slicknav_menu {
	font-size: inherit;
	background: transparent;
	padding: 0;
	position: relative;
}

.slicknav_nav {
	background: rgba(255,255,255,.9);
	border: 1px solid #979797;
	color: inherit;
	font-size: inherit;
	position: absolute;
	top: 40px;
	right: 0;
}

.slicknav_nav li {
	text-align: right;
}

.slicknav_nav a {
	color: black;
}

.slicknav_nav a:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: rgba(0,0,0,.2);
  color: inherit;
}

@media (min-width: 768px) {
	header {
		padding: 60px 0;
	}
	header nav {
		width: 55%;
		display: block;
	}
	header .logo {
		margin-bottom: 30px;
	}
	.slicknav_menu {
		display: none;
	}
}

@media (min-width: 992px) {
	header {
		text-align: left;
	}
	header .logo {
		margin-bottom: 0;
	}
	header nav {
		width: auto;
		float: right;
	}
	header nav ul li {
		float: left;
		padding: 7px 1px;
	}
}

@media (min-width: 1200px) {
	header nav ul li {
		float: left;
		padding: 7px;
	}
}

/* SPLASH */

.splash-container {
	width: 100%;
	height: 100vh;
	position: relative;
}

.splash {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100vh;
}

.splash .item {
	background-position: center;
	background-size: cover;
	height: 100vh;
	position: relative;
}

.splash .item .overlay {
	position: absolute;
	bottom: 20%;
	background: rgba(255,255,255,.7);
	padding: 30px;
}

.splash .item .overlay h2 {
	margin-top: 0;
}

.splash .item .overlay p {
	margin-bottom: 0;
}

.splash .item a .overlay h2,
.splash .item a .overlay p {
	color: black;
}

@media (min-width: 768px) {
	.splash-container .prev,
	.splash-container .next,
	.splash-container .down,
	.slide-container .prev,
	.slide-container .next,
	.slide-container .down,
	.peFlareLightbox .peFlareLightboxControls a#peFlareLightboxControlNext,
	.peFlareLightbox .peFlareLightboxControls a#peFlareLightboxControlPrev {
		width: 75px;
		height: 75px;
		position: absolute;
		top: 50%;
		margin-top: -47.5px;
		background-image: url('../img/arrow.svg');
		background-repeat: no-repeat;
		background-size: cover;
		cursor: pointer;
	}

	.splash-container .prev,
	.slide-container .prev,
	.peFlareLightbox .peFlareLightboxControls a#peFlareLightboxControlPrev {
		left: 0;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.splash-container .next,
	.slide-container .next,
	.peFlareLightbox .peFlareLightboxControls a#peFlareLightboxControlNext {
		right: 0;
	}

	.splash-container .down,
	.slide-container .down {
		top: auto;
		bottom: 0;
		left: 50%;
		margin-left: -47.5px;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}





/* SQUAREBOXES */

.squareboxes-container {
	padding-top: 60px;
	padding-bottom: 30px;
}

.squarebox {
	position: relative;
	margin-bottom: 30px;
	border: 1px solid #979797;
}

.squarebox a {
	
}

.squarebox img {
	max-width: 100%;
}

.squarebox span.title {
	display: block;
	width: 100%;
	padding: 20px;
	background: rgba(255,255,255,.8);
	color: black;
	position: absolute;
	bottom: 20px;
	font-size: 20px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.squarebox:hover span.title {
	background: rgba(255,255,255,1);
}


/* SLIDES */

.slide-container {
	box-sizing: content-box;
	position: absolute;
	top: 0;
	left: 0;
	/* height: 400px; */
	height: 100vh;
	width: 100%;
	border: 1px solid #979797;
	margin-bottom: 15px;
	padding: 0;
}

.slides {
	width: 100%;
	height: 100vh;
}

.slides .item {
	width: 0;
	height: 100vh;
	background-position: center;
	background-size: cover;
	cursor: pointer;
}

.slide-container .prev,
.slide-container .next {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.slide-container:hover .prev,
.slide-container:hover .next {
	opacity: 1;
}

.slide-container .overlay {
	position: absolute;
	bottom: 15%;
	background: rgba(255,255,255,.9);
	padding: 30px;
	max-width: 80%;
	display: none;
}

.slide-container .overlay h2 {
	margin-top: 0;
}

.slide-container .overlay p {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.slide-container .overlay {
		display: block;
	}
}

@media (min-width: 992px) {
	.slide-container,
	.slides,
	.slides .item {
		/* height: 500px; */
	}
}

@media (min-width: 1200px) {
	.slide-container,
	.slides,
	.slides .item {
		/* height: 600px; */
	}
	.slide-container .overlay {
		max-width: 50%;
	}
}

.image-container {
	box-sizing: content-box;
	position: relative;
	border: 1px solid #979797;
	padding: 0;
	margin-bottom: 60px;
}

.content {
	/* padding-top: 50px; */
	padding-bottom: 50px;
}

.content > .row {
	margin-bottom: 30px;
}


.content .main {
	border-top: 1px solid #979797;
}

.content .main.with-aside {
	padding-right: 10%;
}

.content .aside {
	border: 1px solid #979797;
	border-right: none;
	padding-top: 15px;
	padding-bottom: 15px;
}

.subscribeForm .objectType,
.subscribeForm .specifications,
.subscribeForm .omraden {
	margin-bottom: 30px;
}

.subscribeForm .objectType input {
	margin-left: 15px;
}

.subscribeForm .objectType input:first-of-type {
	margin-left: 0;
}

/* OBJECTS */

.sub-nav-objects nav {
	text-align: center;
	margin-bottom: 60px !important;
}

.sub-nav-objects nav ul li {
	display: inline-block;
	margin: 0 10px;
	float: none !important;
}

.object {
	position: relative;
	margin-bottom: 45px;
	/* height: 429px; */
}

.object .image {
	position: relative;
	border: 1px solid #979797;
	margin-bottom: 15px;
}

.object .image,
.object .image img {
	/* width: 555px;
	height: 370px; */
}

@media (min-width: 768px) {
	.object .image,
	.object .image img {
		width: 720px;
	}
}

@media (min-width: 992px) {
	.object .image,
	.object .image img {
		width: 455px;
		height: 303px;
	}
	.object .image img {
		height: 301px;
	}
}

@media (min-width: 1200px) {
	.object .image,
	.object .image img {
		width: 555px;
		height: 369px;
	}
	.object .image img {
		height: 367px;
	}
}

.sub-nav-object { /* because of fullscreen slide */
	margin-top: calc(100vh - 60px);
}

.sub-nav nav {
	margin-bottom: 10px;
}

.sub-nav nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sub-nav nav ul li {
	float: left;
	margin-right: 20px;
}

.sub-nav nav ul li a {
	text-transform: uppercase;
	color: #000000;
}

.sub-nav nav ul li a:hover,
.sub-nav nav ul li a:active {
	color: #19a5b4;
	text-decoration: none;
}

.sub-nav nav ul li.active a {
	color: #19a5b4;
}

.sub-nav .aside {
	vertical-align: top;
}

@media (min-width: 768px) {
	.sub-nav-object { /* because of fullscreen slide */
		margin-top: calc(100vh - 200px);
	}
	.sub-nav .aside {
		vertical-align: top;
		padding-left: 35px;
	}
}

@media (min-width: 992px) {
	.sub-nav-object { /* because of fullscreen slide */
		margin-top: calc(100vh - 140px);
	}
}

@media (min-width: 1200px) {

}

.sub-nav .aside span.stButton {
	margin-top: -5px;
}

.sub-nav .aside > span:first-of-type {
	margin-left: 10px;
}

.content .object-view-aside {
	margin: 60px 0 0 0;
}

@media (min-width: 768px) {
	.content .object-view-aside {
		border-top: 1px solid #979797;
		margin: 0;
	}
}

.content .info-xs {
	margin: 20px 0;
}

.content .object-view-aside aside {
	position: relative;
	border: 1px solid #979797;
	border-right: 0;
	border-top: 0;
	margin-bottom: 60px;
	padding: 0 0 20px 20px;
}

.content .object-view-aside aside:first-of-type {
	margin-top: 30px;
}

.social-container {
	position: absolute;
	right: 0;
}

.social-container .stButton {
	display: block !important;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: -webkit-filter 300ms linear;
	-webkit-transition: -webkit-filter 300ms linear;
}

.social-container .stButton:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%); 
}

.object-view-images {
	text-align: center;
}

.object-view-images .button-container {
	text-align: right;
	padding: 15px 0;
}

.object-view-images .button-container .images-off:after {
	content: '';
	background-image: url('../img/close.svg');
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	width: 28px;
	height: 28px;  
	position: relative;
	top: 11px;
	margin-left: 10px;
}

.object-view-images .image {
	display: inline-block;
	position: relative;
	/* border: 1px solid #979797; */
	margin: 10px 0;
}

.object-view-images .image a:before {
	content: url('../img/full.svg');
	width: 30px;
	position: absolute;
	top: 20px;
	right: 20px;
}

.object-view-images .image a span.text {
	position: absolute;
	bottom: 15px;
	left: 0;
	background-color: rgba(255,255,255,.5);
	width: 100%;
	text-align: left;
	color: black;
	padding: 15px;
}

/* FLARE */

.peFlareLightbox .peFlareLightboxControls a#peFlareLightboxControlClose,
.peFlareLightbox .peFlareLightboxControls a#peFlareLightboxControlThumbs,
.peFlareLightbox a.peFlareLightboxVideoIcon span,
.peFlareLightbox .peFlareLightboxSpinner span {
	background: none;
}

.peFlareLightbox .peFlareLightboxControls,
.peFlareLightbox .peFlareLightboxControls>div {
	position: absolute;
	width: 100%;
	height: 100vh;
	left: 0;
}

.peFlareLightbox .peFlareLightboxControls a#peFlareLightboxControlClose {
	position: absolute;
	right: 20px;
	top: 20px;
	background: url('../img/full-out.svg');
	width: 35px;
	height: 35px;
}

.peFlareLightbox .peFlareLightboxControls a#peFlareLightboxControlNext,
.peFlareLightbox .peFlareLightboxControls a#peFlareLightboxControlPrev {

}

/* ACCORDION */


.accordion {
	cursor: pointer;
	position: relative;
	margin-left: 18px;
	margin-bottom: 18px;
}

.accordion:hover {
	color: #19a5b4;
}

.accordion:before {
	content: url('../img/arrow-small.svg');
	display: block;
	position: absolute;
	left: -19px;
	top: -2px;
	width: 10px;
	height: 33px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
}

.accordion.active:before {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}


/* FOOTER */

footer {
	background: #fafafa;
	padding: 60px 0;
}

footer p,
footer p a,
footer p a:link {
	color: #999;
	font-size: 15px;
}

footer .social {
	padding-top: 7px;
}

footer .social a {
	padding: 3px;
	margin: 0 5px;
}

footer .social svg {
	width: 30px;
	height: 30px;
}

footer .social svg path {
	fill: #999;
	-webkit-transition: fill .4s ease;
	transition: fill .4s ease;
}

footer .social a:hover svg path {
	fill: #19a5b4;
}



@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}



/* LINES */

.lineTLL {
	width: 17px;
	height: 1px;
	position: absolute;
	top: -1px;
	left: -17px;
}

.lineTLU {
	width: 1px;
	height: 17px;
	position: absolute;
	top: -17px;
	left: -1px;
}

.lineTRR {
	width: 17px;
	height: 1px;
	position: absolute;
	top: -1px;
	right: -17px;
}

.lineTRU {
	width: 1px;
	height: 17px;
	position: absolute;
	top: -17px;
	right: -1px;
}

.lineBLL {
	width: 17px;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: -17px;
}

.lineBLD {
	width: 1px;
	height: 17px;
	position: absolute;
	bottom: -17px;
	left: -1px;
}

.lineBRR {
	width: 17px;
	height: 1px;
	position: absolute;
	bottom: -1px;
	right: -17px;
}

.lineBRD {
	width: 1px;
	height: 17px;
	position: absolute;
	bottom: -17px;
	right: -1px;
}

.lineTRR,
.lineBRR {
background: -moz-linear-gradient(left,  rgba(151,151,151,1) 0%, rgba(151,151,151,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(151,151,151,1)), color-stop(100%,rgba(151,151,151,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(151,151,151,1) 0%,rgba(151,151,151,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(151,151,151,1) 0%,rgba(151,151,151,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(151,151,151,1) 0%,rgba(151,151,151,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(151,151,151,1) 0%,rgba(151,151,151,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#979797', endColorstr='#00979797',GradientType=1 ); /* IE6-9 */
}

.lineTRU,
.lineTLU {
background: -moz-linear-gradient(top,  rgba(151,151,151,0) 0%, rgba(151,151,151,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(151,151,151,0)), color-stop(100%,rgba(151,151,151,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(151,151,151,0) 0%,rgba(151,151,151,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(151,151,151,0) 0%,rgba(151,151,151,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(151,151,151,0) 0%,rgba(151,151,151,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(151,151,151,0) 0%,rgba(151,151,151,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00979797', endColorstr='#979797',GradientType=0 ); /* IE6-9 */
}

.lineBRD,
.lineBLD {
background: -moz-linear-gradient(top,  rgba(151,151,151,1) 0%, rgba(151,151,151,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(151,151,151,1)), color-stop(100%,rgba(151,151,151,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(151,151,151,1) 0%,rgba(151,151,151,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(151,151,151,1) 0%,rgba(151,151,151,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(151,151,151,1) 0%,rgba(151,151,151,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(151,151,151,1) 0%,rgba(151,151,151,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#979797', endColorstr='#00979797',GradientType=0 ); /* IE6-9 */
}

.lineBLL,
.lineTLL {
background: -moz-linear-gradient(left,  rgba(151,151,151,0) 0%, rgba(151,151,151,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(151,151,151,0)), color-stop(100%,rgba(151,151,151,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(151,151,151,0) 0%,rgba(151,151,151,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(151,151,151,0) 0%,rgba(151,151,151,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(151,151,151,0) 0%,rgba(151,151,151,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(151,151,151,0) 0%,rgba(151,151,151,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00979797', endColorstr='#979797',GradientType=1 ); /* IE6-9 */
}


.black .lineTRR,
.black .lineBRR {
background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

.black .lineBLL,
.black .lineTLL {
background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}