/*
Version: 1.0
Author: WebOne AB

Responsiv genom att ta bort: min-width: 960px; på: header, #main och footer
*/

@import url(http://fonts.googleapis.com/css?family=Maven+Pro:400,700,900);

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, font, 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{
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
body{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #114F75;
	font-weight: normal;
	font-size: 15px;
	color: #666666;
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
img{
	border: 0;
}
a:link, a:visited{
	text-decoration: underline;
	color: inherit;
}
a:hover{
	text-decoration: underline;
	color: #666666;
}
h1{
	font-family: "Maven Pro", Verdana, Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px 0px rgba(0,0,0,.2);
	line-height: 40px;
	font-weight: bold;
	margin: 0 0 15px 0;
	font-size: 35px;
	color: inherit;
}
h2{
	font-family: "Maven Pro", Verdana, Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px 0px rgba(0,0,0,.2);
	line-height: 33px;
	font-weight: bold;
	margin: 0 0 15px 0;
	font-size: 28px;
	color: inherit;
}
h2.optiongroup{
	padding-top: 30px;
	margin: 0;
	display: block;
	float: left;
	width: 100%;
}
h2.optiongroup:first-child{
	padding-top: 0;
}
hr{
	background-image: url(../images/hr-dark.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 20px;
	width: 100%;
	height: 20px;
	padding: 0;
	margin: 10px 0 10px 0;
	border: 0;
	float: left;
}
table, tr, th, td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-size: 15px;
	color: #333333;
	padding: 0px;
}
p{
	padding: 0px;
	margin: 0px;
}
p.optiongroup{
	display: block;
	width: 100%;
	float: left;
}
img{
	max-width: 100% !important;
	height: auto !important;
	border: 0;
}
blockquote{
	border-left: 5px solid #999999;
	padding: 0 0 0 15px;
	margin: 15px 0 15px 0;
}
form{
	margin: 20px auto;
	width: 90%;
}
input, textarea, select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
	font-size: 100%;
	padding: 6px 2%;
	width: 96%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #e5e5e5;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
	background: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
	background: -moz-linear-gradient(top, #ffffff, #f0f0f0);
	background: -ms-linear-gradient(top, #ffffff, #f0f0f0);
	background: -o-linear-gradient(top, #ffffff, #f0f0f0);
	background: linear-gradient(top, #ffffff, #f0f0f0);
	text-shadow: -1px -1px 0px #ffffff;
	border: 1px solid #B3B3B3;
}
input:active, textarea:active, select:active{
	border: 1px solid #666666;
}
textarea{
	height: 120px;
}
/* Standardvärden för knappar och submit */

input[type="button"], button{
	background-color: #e5e5e5;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5));
	background: -webkit-linear-gradient(top, #ffffff, #e5e5e5);
	background: -moz-linear-gradient(top, #ffffff, #e5e5e5);
	background: -ms-linear-gradient(top, #ffffff, #e5e5e5);
	background: -o-linear-gradient(top, #ffffff, #e5e5e5);
	background: linear-gradient(top, #ffffff, #e5e5e5);
	-webkit-box-shadow: 0px 1px 0px 0px #ffffff inset;
	-moz-box-shadow: 0px 1px 0px 0px #ffffff inset;
	-ms-box-shadow: 0px 1px 0px0px #ffffff inset;
	-o-box-shadow: 0px 1px 0px 0px #ffffff inset;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 1px 1px 0px #ffffff;
	border: 1px solid #cccccc;
	text-align: center;
	font-weight: bold;
	padding: 6px 5%;
	cursor: pointer;
	color: #333333;
	min-width: 100%;
	max-width: 100%;
	font-size: 15px;
}
input[type="button"]:hover, button:hover{
	-moz-opacity: 0.85;
	-webkit-opacity: 0.85;
	filter:alpha(opacity=85);
	opacity: 0.85;
}
input[type="button"]:active, button:active{
	border: 1px solid #999999;
	-webkit-box-shadow:0 0 10px 5px #cccccc inset;
	-moz-box-shadow: 0 0 10px 5px #cccccc inset;
	-ms-box-shadow: 0 0 10px 5px #cccccc inset;
	-o-box-shadow: 0 0 10px 5px #cccccc inset;
	box-shadow: 0 0 10px 5px #cccccc inset; 
}
/* Standardfärg på skicka och fortsätt knappar = Blå */
input.submit, input[type="submit"], input.continue, button.continue{
	background-color: #0056b6;
	background: -webkit-gradient(linear, left top, left bottom, from(#00a9e0), to(#0056b6));
	background: -webkit-linear-gradient(top, #00a9e0, #0056b6);
	background: -moz-linear-gradient(top, #00a9e0, #0056b6);
	background: -ms-linear-gradient(top, #00a9e0, #0056b6);
	background: -o-linear-gradient(top, #00a9e0, #0056b6);
	background: linear-gradient(top, #00a9e0, #0056b6);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a9e0', endColorstr='#0056b6',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 1px 0px 0px #9be3ff inset;
	-moz-box-shadow: 0px 1px 0px 0px #9be3ff inset;
	-ms-box-shadow: 0px 1px 0px0px #9be3ff inset;
	-o-box-shadow: 0px 1px 0px 0px #9be3ff inset;
	box-shadow: inset 0px 1px 0px 0px #9be3ff;
	text-shadow: 1px 1px 0px #005c76;
	border: 1px solid #0056b6;
	font-weight: bold;
	color: #ffffff;
	width: 100.3%;
	padding: 6px 0;
	margin-top: 10px;
	cursor: pointer;
	font-size: 15px;
}
input.submit:hover, input[type="submit"]:hover, input.continue:active, button.continue:active{
	background-color: #0056b6;
	border: 1px solid #0056b6;
	text-shadow: -1px -1px 0px #005c76 !important;
	-webkit-box-shadow:0 0 10px 5px #0056b6 inset;
	-moz-box-shadow: 0 0 10px 5px #0056b6 inset;
	-ms-box-shadow: 0 0 10px 5px #0056b6 inset;
	-o-box-shadow: 0 0 10px 5px #0056b6 inset;
	box-shadow: 0 0 10px 5px #0056b6 inset;
}

input[type='checkbox']{
	background: none;
	padding: 0;
	width: 30px;
	border: 0;
}
/* SLUT - CSS för formulärknappar mm */

.button{
	background-color: #0056b6;
	background: -webkit-gradient(linear, left top, left bottom, from(#00a9e0), to(#0056b6));
	background: -webkit-linear-gradient(top, #00a9e0, #0056b6);
	background: -moz-linear-gradient(top, #00a9e0, #0056b6);
	background: -ms-linear-gradient(top, #00a9e0, #0056b6);
	background: -o-linear-gradient(top, #00a9e0, #0056b6);
	background: linear-gradient(top, #00a9e0, #0056b6);
	-webkit-box-shadow: 0px 1px 0px 0px #9be3ff inset;
	-moz-box-shadow: 0px 1px 0px 0px #9be3ff inset;
	-ms-box-shadow: 0px 1px 0px0px #9be3ff inset;
	-o-box-shadow: 0px 1px 0px 0px #9be3ff inset;
	box-shadow: inset 0px 1px 0px 0px #9be3ff;
	text-shadow: 1px 1px 0px #005c76;
	padding: 15px 20px;
	border: 1px solid #0056b6;
	font-weight: bold;
	color: #ffffff !important;
	text-decoration: none !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	float: left;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.button:hover{
	text-shadow: -1px -1px 0px #005c76;
	background-color: #0056b6;
	border: 1px solid #0056b6;
	-webkit-box-shadow:0 0 10px 5px #0056b6 inset;
	-moz-box-shadow: 0 0 10px 5px #0056b6 inset;
	-ms-box-shadow: 0 0 10px 5px #0056b6 inset;
	-o-box-shadow: 0 0 10px 5px #0056b6 inset;
	box-shadow: 0 0 10px 5px #0056b6 inset;
}
.button:nth-child(even){
	margin-left: 20px;
}
@media all and (max-width: 500px) {
	.button{
		width: 100%;
		text-align: center;
	}
	.button:nth-child(even){
		margin-left: 0;
	}
}
label{
	font-weight: bold;
}
sup{
	font-size: x-small;
	vertical-align: top;
}
header{
	background-color: #ffffff;
	color: #555555;
	width: 100%;
	min-height: 100px;
	float: left;
}
header #nav{
	max-width: 960px;
	width: 100%;
	display: block;
	margin: auto;
}
.openmenu, .closemenu{
	display: none;
}
header #nav .login{
	background-image: url(../images/login-tab.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
	float: left;
	width: 169px;
	color: #ffffff;
	text-decoration: none;
	padding: 3px 0 0 0;
	height: 30px;
	margin: 0 30% 0 0;
	text-shadow: 1px 1px 0px rgba(0,0,0,.25);
	font-size: 14px;
	opacity: 1;
}
header #nav .login:hover{
	opacity: 0.75;
}
header #nav .login img{
	vertical-align: bottom;
}
header #nav #logo{
	text-align: right;
	margin: 20px 0 0 0;
	float: right;
	width: 217px;
	height: 68px;
}
header #nav ul{
	text-align: center;
	float: left;
	position: relative;
	list-style-type: none;
	padding: 35px 0 0 0;
}
header #nav ul li{
	float: left;
	position: relative;
	padding: 0 30px 17px 0;
}
header #nav > ul > li > a:link, header #nav > ul > li > a:visited{
	color: #000000;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	padding: 0 0 3px 0;
	border-bottom: 4px solid #ffffff;
}
header #nav > ul > li > a:hover, header #nav > ul > li > a.active{
	border-bottom: 4px solid #114F75;
}
header #nav ul li a img{
	display: none;
}

/* Fixar pil uppåt (vitt fölt) */
header #nav > ul > li > ul:after{
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #ffffff;
	display: inline-block;
	position: absolute;
	content: '';
	left: 49%;
	top: -7px;
}

header #nav > ul li:hover > ul{
	display: block;
}
header #nav > ul > li > ul{
	background: #ffffff;
	position: absolute;
	top: 32px;
	margin: 0;
	margin-left: -100px;
	left: 50%;
	z-index: 800 !important;
	display: none;
	width: 190px;
	padding: 5px 0px 5px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: none;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	-ms-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	-o-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25); 
}
header #nav > ul > li > ul > li{
	background-image: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 190px;
}
header #nav > ul > li > ul li{
	border-top: 1px solid #e5e5e5;
}
header #nav > ul > li > ul li:first-child{
	border-top: 0;
}
header #nav > ul > li > ul > li > a:link, header #nav > ul > li > ul > li > a, header #nav > ul > li > ul > li > a:visited{
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
	color: #666666;
	display: block;
	width: 170px;
	margin: 0;
	text-transform: none;
	padding: 8px 10px;
}
header #nav > ul > li > ul > li > a:hover{
	background-color: #f0f0f0;
	text-decoration: none;
	color: #333333;
	border-bottom: 0 !important;
}

/* Fixar pil uppåt (vitt fölt) */
header #nav > ul > li > ul > li > ul:after{
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 7px solid #ffffff;
	display: inline-block;
	position: absolute;
	content: '';
	left: -7px;
	top: 13px;
}

header #nav > ul > li > ul > li > ul{
	background: #ffffff;
	position: absolute;
	top: -5px;
	margin: 0;
	left: 100%;
	z-index: 800 !important;
	display: none;
	width: 190px;
	padding: 5px 0px 5px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: none;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	-ms-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	-o-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25); 
}
header #nav > ul > li > ul > li > ul > li{
	background-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 190px;
}
header #nav > ul > li > ul > li > ul > li > a:link, header #nav > ul > li > ul > li > ul > li > a, header #nav > ul > li > ul > li > ul > li > a:visited{
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
	color: #666666;
	display: block;
	width: 170px;
	margin: 0px;
	text-transform: none;
	padding: 8px 10px;
}
header #nav > ul > li > ul > li > ul > li > a:hover{
	background-color: #f0f0f0;
	text-decoration: none;
	color: #333333;
	border-bottom: 0 !important;
}
header #nav > ul > li > ul > li > a.active, header #nav > ul > li > ul > li > ul > li > a.active{
	font-weight: bold;
}
#buildbar{
	background-color: #114F75;
	width: 100%;
	display: block;
	margin: auto;
	color: #ffffff;
	float: left;
	-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0, .35);
	-moz-box-shadow: 0 0 10px 1px rgba(0,0,0, .35);
	-ms-box-shadow: 0 0 10px 1px rgba(0,0,0, .35);
	-o-box-shadow: 0 0 10px 1px rgba(0,0,0, .35);
	box-shadow: 0 0 10px 1px rgba(0,0,0, .35);
}
#buildbar ul{
	list-style-type: none;
	max-width: 960px;
	width: 98%;
	padding: 5px 1%;
	display: block;
	margin: auto;
	color: #ffffff;
}
#buildbar ul li{
	padding: 6px 40px 10px 0;
	color: #ffffff;
	float: left;
}
#buildbar ul li.right{
	padding: 6px 0 10px 0;
	float: right;
}
#buildbar ul li a:link, #buildbar ul li a:visited{
	text-decoration: none;
	color: #ffffff;
}
#buildbar ul li a:link span.icon, #buildbar ul li a:visited span.icon{
	float: left;
	font-size: 20px;
	line-height: 20px;
	margin-right: 10px;
	background-color: #ffffff;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
	-o-border-radius: 22px;
	border-radius: 22px;
	color: #114F75;
	text-align: center;
}
#buildbar ul li.todo a:link, #buildbar ul li.todo a:visited{
	color: rgba(255,255,255, .75);
}
#buildbar ul li.todo a:link span.icon, #buildbar ul li.todo a:visited span.icon{
	background-color: rgba(255,255,255, .5);
	line-height: 17px;
}
#buildbar ul li.todo a:hover{
	color: #ffffff;
}
#buildbar ul li.todo a:hover span.icon{
	background-color: #ffffff;
}
#buildbar ul li a:hover{
	text-decoration: underline;
	color: rgba(255,255,255, .75);
}
#buildbar ul li a:hover span.icon{
	background-color: rgba(255,255,255, .5);
}
.sticky{
	position: fixed;
	border-top: 0;
	z-index: 100;
	width: 100%;
	left: 0;
	top: 0;
}
.container{
	padding: 20px 0 40px 0;
	width: 100%;
	max-width: 960px;
	margin: auto;
}
#main{
	background-image: url(../images/mainshadow.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #ffffff;
	color: #333333;
	width: 100%;
	float: left;
}
#main .container #info{
	padding: 10px 0 20px 0;
	line-height: 25px;
	width: 100%;
	float: none;
}
#main .container #info ul, #main .container #info ol{
	margin-left: 22px;
}
#main .container #info a:link, a:visited{
	color: #2368a2;
}
footer{
	background-image: url(../images/footertopshadow.png);
	background-position: top left;
	background-repeat: repeat-x;
	border-top: 15px solid #ffffff;
	padding: 20px 0 20px 0;
	min-height: 100px;
	font-size: 14px;
	color: #ffffff;
	float: left;
	width: 100%;
}
footer .container ul{
	padding: 0;
	width: 100%;
	margin: 0 auto;
	list-style-type: none;
}
footer .container ul li{
	overflow: hidden;
	padding: 0;
	margin: 0 0 35px 0;
	width: 100%;
	max-width: 300px;
	float: left;
}
footer .container ul li a:link, footer .container ul li a:visited, footer .container ul li p{
	padding: 3px 0;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	display: block;
	color: #ffffff;
	float: left;
	margin: 0;
	width: 100%;
	white-space: wrap;
	float: left;
	text-decoration: none;
}
footer .container ul li img{
	display: none;
}
footer .container ul li a:hover{
	text-decoration: underline;
}
footer .sub{
	border-left: 3px solid rgba(255,255,255, .5) !important;
	padding: 2px 0 2px 10px !important;
	margin: 0 0 0 2px !important;
	font-weight: normal !important;
	font-size: 14px;
	width: 96% !important;
}
footer .sub2{
	border-left: 3px solid rgba(255,255,255, .5) !important;
	padding: 2px 0 2px 10px !important;
	margin: 0 0 0 2px !important;
	font-weight: normal !important;
	font-size: 13px;
	width: 96% !important;
}
footer a:link, footer a:visited{
	color: #ffffff;
}
footer a:hover{
	color: rgba(255,255,255, .5);
}

.right{
	float: right;
}
.grids{
	float: left;
}
.grid1{
	padding: 0 2.5%;
	width: 20%;
}
.grid2{
	padding: 0 2.5%;
	width: 45%;
}
.grid3{
	padding: 0 2.5%;
	width: 70%;
}
.grid4{
	width: 100%;
}


footer #copy{
	border-top: 1px solid rgba(255,255,255,.2);
	width: 100%;
	padding: 20px 0 15px 0;
	margin: 20px 0 0 0;
	color: rgba(255,255,255,.3);
	font-size: 12px;
	text-align: center;
	display: block;
	float: left;
}
footer #copy a{
	text-decoration: none;
	color: rgba(255,255,255,.3);
}
footer #copy a:hover{
	text-decoration: underline;
}
.round{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.shadow, iframe{
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0, .2);
	-ms-box-shadow: 0px 0px 10px 1px rgba(0,0,0, .2);
	-o-box-shadow: 0px 0px 10px 1px rgba(0,0,0, .2);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0, .2);
}
.maplink{
	font-size: 11px;
}
.smallgray{
	font-size: 13px;
	color: #666666;
}
iframe{
	max-width: 97% !important;
	border: 5px solid #ffffff;
}


@media all and (max-width: 960px) {
	header #nav hr{
		display: block;
		height: 18px;
		margin: 20px 0 0 0;
	}
	header #nav > ul{
		padding: 15px 0 0 0;
		width: 100%;
		text-align: center;
	}
	header #nav > ul > li{
		display: inline-block;
		position: relative;
		float: none !important;
	}
}
@media all and (max-width: 960px) {
	.container{
		padding: 20px 3% 40px 3%;
		width: 94%;
		max-width: 940px;
		margin: auto;
	}
}
@media all and (max-width: 440px) {
	footer #sitemap ul li{
		padding: 5px 0 20px 10%;
		margin: 0 0 10px 0;
		width: 90%;
		float: left;
	}
}
@media all and (max-width: 800px) {
	.grid1{
		padding: 0 1.5%;
		width: 30%;
	}
	.grid2{
		padding: 0 1.5%;
		width: 63%;
	}
	.grid3{
		padding: 0;
		width: 100%;
	}
	.grid4{
		width: 100%;
	}
}
@media all and (max-width: 600px) {
	.grid1{
		padding: 0 0 30px 0;
		width: 100%;
	}
	.grid2{
		padding: 0 0 30px 0;
		width: 100%;
	}
	.grid3{
		padding: 0 0 30px 0;
		width: 100%;
	}
	.grid4{
		padding: 0 0 30px 0;
		width: 100%;
	}
	.grid1, .grid2, .grid3, .grid4{
		border-bottom: 1px solid rgba(255,255,255,.2);
		padding: 0 0 15px 0;
		margin: 0 0 15px 0;
	}
}


@media all and (max-width: 350px) {
	#info table{display:block !important; width: 100% !important; float: left;}
	#info table tbody{display: inline; padding: 0; margin: 0;}
	#info table td, #info table th{display:inline; width: 100% !important; height: auto; float: left; padding: 10px;}
	#info table tr{display: inline; padding: 0; margin: 0;}
	#info table td img, #info table th img{
		max-width: 100% !important;
		height: auto !important;
		border: 0;
	}
}
@media all and (max-width: 400px) {
	#info table td, #info table th{display:inline; width: 100% !important; float: left; padding: 0;}
	#info table tbody tr td:last-child{padding: 0 0 20px 0;}
	td span.desktop{ display: none; }
}

@media all and (max-width: 960px) {
	header #nav #logo{
		text-align: center !important;
		display: block !important;
		width: 50% !important;
		height: 80px;
		float: right;
		margin: 10px 5% 0 0;
	}
	header #nav #logo img{
		width: 217px !important;
		height: 66px !important;
		float: right;
	}
	header #nav .login{
		float: left;
		margin: 0 0 0 5%;
	}
	header #nav ul{
		width: 100%;
	}
}
@media all and (max-width: 500px) {
	header #nav #logo{
		text-align: center !important;
		display: block !important;
		width: 100% !important;
		height: 80px;
		float: right;
		margin: 15px 0 0 0;
	}
	header #nav #logo img{
		float: none;
	}
	header #nav .login{
		float: none;
		display: block;
		margin: 0 auto;
	}
	header #nav ul{
		width: 100%;
	}
}
@media all and (min-width: 801px) {
	
	header #nav .openmenu, header #nav .closemenu{
		display: none !important;
	}
	header #nav > ul{
		display: block !important;
	}
	header #nav > ul > li > ul{
		display: none !important;
	}
	header #nav > ul > li:hover > ul{
		display: block !important;
	}
	header #nav > ul > li > ul > li a, header #nav > ul li ul{
		display: none;
	}
}
@media all and (max-width: 800px) {
	#buildbar{
		display: none;
	}
	header #nav{
		width: 100%;
		overflow: hidden;
	}
	header #nav *{
		-webkit-border-radius: 0 !important;
		-moz-border-radius:  0 !important;
		-ms-border-radius:  0 !important;
		-o-border-radius:  0 !important;
		border-radius:  0 !important;
		-webkit-box-shadow: 0 0 0 0 !important;
		-moz-box-shadow: 0 0 0 0 !important;
		-ms-box-shadow: 0 0 0 0 !important;
		-o-box-shadow: 0 0 0 0 !important;
		box-shadow: 0 0 0 0 !important;
	}
	header #nav .openmenu, header #nav .closemenu{
		font-family: "Maven Pro", Verdana, Helvetica, Arial, sans-serif;
		width: 100%;
		display: block;
		text-align: center;
		color: #ffffff !important;
		text-decoration: none !important;
		padding: 15px 0 15px 0;
		background-color: #114F75;
		font-size: 20px;
		font-weight: bold;
		float: left !important;
	}
	header #nav .closemenu{
		display: none;
	}
	header #nav .openmenu img, header #nav .closemenu img{
		opacity: 0.5;
		margin-left: 10px;
	}
	header #nav .openmenu:hover img, header #nav .closemenu:hover img{
		opacity: 1;
	}
	header #nav > ul{
		width: 100% !important;
		list-style-type: none;
		display: none;
		padding: 0;
	}
	header #nav > ul li{
		background-image: none;
		width: 100% !important;
		float: right !important;
		text-align: center !important;
		padding: 0;
	}
	header #nav > ul li a:link, header #nav > ul li a:visited{
		background-color: #114F75;
		width: 100% !important;
		text-decoration: none;
		float: left;
		text-align: center;
		padding: 10px 0;
		height: auto;
		color: #ffffff;
		font-size: 15px !important;
		border: 0;
	}
	header #nav > ul li a:hover, header #nav > ul li a.active{
		background-color: #296183;
		border: 0;
		text-decoration: underline;
		color: #ffffff !important;
	}
	header #nav > ul li a img{
		display: inline;
		margin: 0 0 0 10px;
		width: 15px;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
		filter: alpha(opacity=30);
		-moz-opacity: 0.3;
		-khtml-opacity: 0.3;
		-webkit-opacity: 0.3;
		opacity: 0.3;
	}
	header #nav > ul > li ul:after{
		border: 0;
		display: inline-block;
		position: absolute;
		left: 0;
		top: 0;
	}
	header #nav > ul > li ul li{
		border: 0 !important;
	}
	header #nav > ul > li ul, header #nav > ul > li:hover ul{
		width: 100% !important;
		list-style-type: none;
		display: none;
		float: left !important;
		padding: 0 !important;
		top: 0 !important;
		margin: 0 !important;
		left: 0 !important;
		position: relative !important;
	}
	header #nav > ul > li > ul > li > a:link, header #nav > ul > li > ul > li > a:visited{
		background-color: #34698A !important;
		font-size: 14px !important;
		border: 0;
		padding: 10px 0;
		color: #ffffff !important;
	}
	header #nav > ul > li > ul > li > ul > li > a:link, header #nav > ul > li > ul > li > ul > li > a:visited{
		background-color: #417291 !important;
		font-size: 14px !important;
		padding: 10px 0 !important;
		border: 0;
		color: #ffffff !important;
	}
	header #nav > ul > li > ul > li a:hover, header #nav > ul > li > ul > li > ul > li a:hover{
		background-color: #296183 !important;
		text-decoration: underline !important;
	}

	footer #sitemap{
		display: none;
	}
}
/* START - CSS för tomt/områden */
.area-plotmap{
	position: relative;
	float: left;
	max-width: 100%;
}
.plot-pin{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	-ms-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	-o-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	background-color: #ffffff;
	position: absolute;
	text-align: center;
	line-height: 30px;
	height: 30px;
	width: 30px;
	margin: -15px 0 0 -15px;
	color: #000000 !important;
	text-decoration: none !important;
}
.plot-pin:hover{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .5);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .5);
	-ms-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .5);
	-o-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .5);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0, .5);
	background-color: #114F75;
	color: #ffffff !important;
}
.plot-pin-big{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	-ms-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	-o-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0, .25);
	background-color: #ffffff;
	position: absolute;
	text-align: center;
	line-height: 30px;
	height: 30px;
	width: 45px;
	margin: -15px 0 0 -15px;
	color: #000000 !important;
	text-decoration: none !important;
}
.plot-pin-big:hover{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .5);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .5);
	-ms-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .5);
	-o-box-shadow: 0px 0px 5px 1px rgba(0,0,0, .5);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0, .5);
	background-color: #114F75;
	color: #ffffff !important;
}
.plot-sold{
	width: 45px;
	margin: -15px 0 0 -22.5px !important;
	background-color: #114F75 !important;
	color: #ffffff !important;
}
.plot-reserved{
	background-color: #114F75 !important;
	color: #ffffff !important;
}
@media all and (max-width: 900px) {
	.plot-pin{
		-webkit-border-radius: 12.5px;
		-moz-border-radius: 12.5px;
		-ms-border-radius: 12.5px;
		-o-border-radius: 12.5px;
		border-radius: 12.5px;
		line-height: 25px !important;
		height: 25px !important;
		width: 25px !important;
		margin: -12.5px 0 0 -12.5px !important;
		font-size: 13px;
	}
	.plot-sold{
		width: 35px !important;
		margin: -12.5px 0 0 -17.5px !important;
		font-size: 13px;
	}
}
@media all and (max-width: 600px) {
	.plot-pin{
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
		line-height: 20px !important;
		height: 20px !important;
		width: 20px !important;
		margin: -10px 0 0 -10px !important;
		font-size: 12px;
	}
	.plot-sold{
		display: none;
	}
}
@media all and (max-width: 400px) {
	.plot-pin{
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
		line-height: 16px !important;
		height: 18px !important;
		width: 18px !important;
		margin: -9px 0 0 -9px !important;
		font-size: 12px;
	}
}

a.area-primary:link, a.area-primary:visited{
	-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 0 5px 1px rgba(0,0,0, .2);
	-ms-box-shadow: 0 0 5px 1px rgba(0,0,0, .2);
	-o-box-shadow: 0 0 5px 1px rgba(0,0,0, .2);
	box-shadow: 0 0 5px 1px rgba(0,0,0, .2);
	width: 27.33%;
	float: left;
	color: #333333 !important;
	text-decoration: none;
	text-align: center;
	margin: 1% 3% 3% 1%;
	padding: 1%;
}
a.area-primary:hover{
	text-decoration: underline;
	background-color: #ffffff;
	margin: 0 2% 2% 0;
	padding: 2%;
}
.buildcontent .area-primary:hover{
	margin: 1% 3% 3% 1%;
	padding: 1%;
}
.area-primary .primary-box{
	min-height: 180px;
	line-height: 180px;
}
.area-primary .primary-box img{
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

@media all and (max-width: 900px) {
	a.area-primary:link, a.area-primary:visited{
		width: 44%;
		margin: 1% 3% 3% 1%;
		padding: 1%;
	}
}
@media all and (max-width: 500px) {
	a.area-primary:link, a.area-primary:visited{
		width: 93%;
		margin: 1% 2% 20px 2%;
		padding: 2%;
	}
}
/* SLUT - CSS för tomt/områden */
/* START - CSS för husdetaljer */
.house-info{
	position: relative;
	float: left;
	width: 100%;
}
.house-info .primary-box{
	margin-bottom: 30px;
}
.facts2-left{
	width: 58%;
	margin: 20px 2% 0 0;
	line-height: 35px;
	float: left;
}
.facts3-left{
	width: 40%;
	margin: 20px 2% 0 0;
	line-height: 35px;
	float: left;
}
strong.price{
	font-size: 25px;
	font-family: "Maven Pro", Verdana, Helvetica, Arial, sans-serif;
	color: #114F75;
}
.facts2-right{
	width: 38%;
	margin: 20px 0 0 2%;
	line-height: 35px;
	float: right;
}
.facts3-middle{
	width: 26%;
	margin: 20px 0 0 2%;
	line-height: 35px;
	float: left;
}
.facts3-right{
	width: 26%;
	margin: 20px 0 0 2%;
	line-height: 35px;
	float: right;
}
@media all and (max-width: 650px) {	
	.facts3-left, .facts3-middle, .facts3-right, .facts2-left, .facts2-right{
		width: 100%;
		margin: 20px 0 0 0;
		float: left;
	}
	.facts2-right, .facts3-middle, .facts3-right{
		background-image: url(../images/hr-dark.png);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 100% 20px;
		padding: 15px 0 0 0;
	}
}
.facts-docs{
	background-image: url(../images/hr-dark.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 20px;
	padding: 25px 0 0 0;
	width: 100%;
	margin: 20px 0 0 0;
	float: left;
}
.doc{
	text-align: center;
	width: 20%;
	float: left;
}
.doc img{
	width: 60px;
}
/* SLUT - CSS för husdetaljer */


/* START - CSS för huskonfiguration */
#buildcontainer{
	padding-bottom: 20px;
	width: 100%;
	float: left;
}
#buildcontainer .nav{
	padding: 2%;
	float: left;
	width: 21%;
}
#buildcontainer .nav a.mobile{
	display: none;
}
#buildcontainer .nav ul{
	list-style-type: none;
	padding: 0;
	margin: 0 !important;
}
#buildcontainer .nav ul li{
	background-position: 0px 4px;
	background-repeat: no-repeat;
	padding-left: 25px;
}
#buildcontainer .nav ul li.unchecked{
	background-image: url(../images/unchecked.png);
}
#buildcontainer .nav ul li.checked{
	background-image: url(../images/checked.png);
}
#buildcontainer .nav ul li.unarrow{
	background-image: url(../images/unarrow.png);
}
#buildcontainer .nav ul li.arrow{
	background-image: url(../images/arrow.png);
}
#buildcontainer .nav ul li.optiongroup{
	background: none;
	font-weight: bold;
	padding: 10px 0 0 0;
}
#buildcontainer .buildcontent{
	float: right;
	width: 71%;
}
@media all and (max-width: 800px){
	#buildcontainer .nav{
		padding: 2%;
		float: left;
		width: 30%;
	}
	#buildcontainer .buildcontent{
		width: 62%;
	}
}
@media all and (max-width: 600px){
	#buildcontainer .nav{
		padding: 2%;
		float: left;
		width: 96%;
		background-color: #ffffff;
		margin-bottom: 40px;
	}
	.nav h2.desktop{
		display: none;
	}
	#buildcontainer .nav a.mobile{
		text-decoration: none;
		color: inherit;
		display: block;
		padding: 5px 0 0 0;
		font-family: "Maven Pro", Verdana, Helvetica, Arial, sans-serif;
		text-shadow: 1px 1px 0px rgba(0,0,0,.2);
		line-height: 33px;
		font-weight: bold;
		margin: 0 0 5px 0;
		font-size: 28px;
		color: inherit;
	}
	.nav a img{
		float: right;
		width: 20px;
		padding: 10px 5px 0 0;
		opacity: 0.5;
	}
	.nav a:hover img{
		opacity: 1;
	}
	#buildcontainer .buildcontent{
		padding: 2%;
		float: left;
		width: 96%;
	}
	.therest{
		display: none;
		overflow: scroll-y;
		height: 100%;
	}
}




/* SLUT - CSS för huskonfiguration */
/* START - CSS för statusrad */
ol.progress{
	list-style-type: none;
	margin: 0 !important;
	position: relative;
	padding: 0;
}
ol.progress li{
	display: inline-block;
	position: relative;
	text-align: center;
	line-height: 45px;
	max-height: 45px;
	height: 45px;
	width: 32.5%;
}
ol.progress li.progress-done a:link, ol.progress li.progress-done a:visited{
	text-decoration: none;
	display: block;
	color: #000000 !important;
	width: 100%;
	float: left;
}
ol.progress li.progress-todo a:link, ol.progress li.progress-todo a:visited{
	text-decoration: none;
	display: block;
	color: #999999 !important;
	width: 100%;
	float: left;
}
ol.progress li.progress-todo:hover a:link, ol.progress li.progress-todo:hover a:visited{
	color: #000000 !important;
}
ol.progress li.progress-done{
	border-bottom: 4px solid #114F75;
	color: #333333;
}
ol.progress li.progress-todo{
	border-bottom: 4px solid #cccccc;
	color: #cccccc; 
}
ol.progress li:before{
	position: absolute;
	bottom: -13px;
	float: left;
	left: 45%;
}
ol.progress li.progress-done:before{
	background-color: #114F75;
	line-height: 20px;
	content: "\2713";
	font-size: 20px;
	color: #ffffff;
	height: 22px;
	border: none;
	width: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
	-o-border-radius: 22px;
	border-radius: 22px;
}
ol.progress li.progress-todo:before{
	background-color: #cccccc;
	line-height: 18px;
	font-size: 20px;
	color: #ffffff;
	content: "\203A";
	height: 22px;
	border: none;
	width: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
	-o-border-radius: 22px;
	border-radius: 22px;
}
ol.progress li.progress-todo:hover:before{
	background-color: #666666;
	line-height: 18px;
	font-size: 20px;
	color: #ffffff;
	content: "\203A";
	height: 22px;
	border: none;
	width: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
	-o-border-radius: 22px;
	border-radius: 22px;
}
@media all and (max-width: 500px){
	ol.progress li{
		display: inline-block;
		position: relative;
		line-height: 45px;
		max-height: 45px;
		text-align: left;
		margin-left: 5%;
		height: 45px;
		float: left;
		width: 85%;
	}
	ol.progress li.progress-done a:link, ol.progress li.progress-done a:visited{
		padding-left: 10%;
		display: block;
		width: 100%;
		float: left;
		color: #000000;
	}
	ol.progress li.progress-todo a:link, ol.progress li.progress-todo a:visited{
		padding-left: 10%;
		display: block;
		width: 100%;
		float: left;
		color: #cccccc;
	}
	ol.progress li.progress-done{
		border-left: 4px solid #114F75;
		border-bottom: 0;
	}
	ol.progress li.progress-todo{
		border-left: 4px solid #cccccc;
		border-bottom: 0;
		color: #cccccc;
	}
	ol.progress li.progress-todo:hover{
		border-left: 4px solid #666666;
		border-bottom: 0;
		color: #333333;
	}
	ol.progress li:before{
		position: absolute;
		text-align: center;
		bottom: 25%;
		float: left;
		left: -13px;
	}
}
/* Slut - CSS för statusrad */


.hide{
	display: none;
}
.single-option{
	width: 22%;
	height: 142px;
	margin: 10px 3% 0 0;
	float: left;
	overflow: hidden;
	position: relative;
	color: #ffffff !important;
	text-shadow: 1px 1px 0px rgba(0,0,0,.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.single-option img{
	top: 0;
	left: 0;
	z-index: 50;
	position: absolute;
}
.single-option p{
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 60;
	position: absolute;
	background-color: rgba(0,0,0,.3);
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	
}
.single-option-active{
	border: 4px solid #114F75;
}
@media all and (max-width: 800px){
	.single-option{
		width: 30%;
	}
}
@media all and (max-width: 500px){
	.single-option{
		min-width: 100px;
	}
}
.center{
	text-align: center;
}
.warning{
	background-color: #F7DA65;
	border: 1px solid #FFA600;
	margin: 0 0 20px 0;
	padding: 5%;
	width: 90%;
}
.nobreak{
	white-space: nowrap;
}
pre{
	margin-top: 20px;
	font-size: 10px;
	line-height: 13px;
}
