/*
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;
}
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;
}
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;
	-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 25px;
	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;
}
.button:hover{
	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;
}
label{
	font-weight: bold;
}
sup{
	font-size: x-small;
	vertical-align: top;
}
header{
	background-color: #ffffff;
	color: #555555;
	width: 100%;
	min-width: 960px;
	min-height: 100px;
	float: left;
}
header #nav{
	max-width: 960px;
	width: 100%;
	display: block;
	margin: auto;
}
.openmenu, .closemenu{
	display: none !important;
}
header #nav #logo{
	text-align: right;
	margin: 17px 0 0 0;
	float: right;
	width: 217px;
	height: 68px;
}
header #nav ul{
	display: none;
}
#buildbar, a.login{
	display: none;
}
.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%;
	min-width: 960px;
	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;
}
@media all and (max-width: 960px) {
	.container{
		padding: 20px 3% 40px 3%;
		width: 94%;
		max-width: 940px;
		margin: auto;
	}
}
footer{
	display: none;
}
.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;
}


/* 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-sold{
	width: 45px;
	margin: -15px 0 0 -22.5px !important;
	background-color: #114F75 !important;
	color: #ffffff !important;
}

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;
}

/* 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: 48%;
	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: 48%;
	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;
}
.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: 225px;
	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%;
	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: left;
	width: 100% !important;
}





/* 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-done{
	border-bottom: 4px solid #114F75;
	color: #000000;
}
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;
	border-radius: 22px;
	line-height: 20px;
	content: "\2713";
	font-size: 20px;
	color: #ffffff;
	height: 22px;
	border: none;
	width: 22px;
}
ol.progress li.progress-todo:before{
	background-color: #cccccc;
	border-radius: 22px;
	line-height: 18px;
	font-size: 20px;
	color: #ffffff;
	content: "\203A";
	height: 22px;
	border: none;
	width: 22px;
}
/* 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);
}
.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{
	width: 20.8%;
	height: 134px;
	margin: 10px 3% 0 0;
	border: 4px solid #114F75;
	float: left;
	overflow: hidden;
	position: relative;
}
a.reset:link, a.reset:visited{
	color: #999999 !important;
	font-size: 12px;
	text-align: center;
	width: 100%;
	display: block;
}
a.reset:hover{
	color: #666666 !important;
}
.center{
	text-align: center;
}
pre{
	margin-top: 20px;
	font-size: 10px;
	line-height: 13px;
}
