@import url(/common/css/reset.css);
@import url(//fonts.googleapis.com/css?family=Exo:700|Open+Sans:400,700);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);

/*	Advosat 14
	#004056 Mørkeblå
	#157596 Blå
	#48B5D9 Lyseblå
	#C9FFD5 Grøn
	#FFFFCB Gul
*/


/* font */
body *{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
}

b, strong{
	font-weight: 700;
}

i, em{
	font-style: italic;
}

a{
	text-decoration: none;
}

p{
	margin-bottom: 20px;
}

h1, h2, h3, h4{
	font-family: 'Exo', sans-serif;
	font-weight: 300;
	line-height: 1.2;
}

h1{
	font-size: 38px;
	font-weight: 300;
	margin: 0 0 10px 0;
}

h2{
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 20px 0;
}

.quote{
	font-style: italic;
	font-family: 'Exo', sans-serif;
	font-weight: 300;
	font-size: 38px;
}

.hidden{
	display: none;
}

/* general */
html, body 						{ height: 100%; }
img, object, embed 				{ max-width: 100%; }
img 							{ height: auto; }

body *{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
}

.left{
	float: left;
}

.right{
	float: right;
}

form *{
	outline: none;
	background: none;
}

input, textarea{	
	padding: 12px;
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
	background: rgba(255,255,255,0.3);
	border: 2px solid rgba(255, 255, 255, 0);
}

input{
	height: 50px;
}

input:focus, 
textarea:focus{
	background: rgba(255, 255, 255, .2);
	border: 2px solid rgba(255, 255, 255, .8);
}

input[type=submit],
input[type=button]{
	background: rgba(255, 255, 255, .8);
	color: #99897c;
	font-weight: bold;
}

::-webkit-input-placeholder	{ color: #fff; }
::-moz-placeholder			{ color: #fff; }
:-ms-input-placeholder		{ color: #fff; }

::selection 				{ background: #fff; color: #004056; }
::-moz-selection 			{ background: #fff; color: #004056; }


/* body */
body{
	background-image: url(images/background.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	margin: 0 10px;
}

/* signature */
.reference{
	font: 10px Arial;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	width: 220px;
	line-height: 1.2;
	opacity: 0.4;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	position: fixed;
	right: 10px;
	bottom: 10px;
}
.reference:hover{
	opacity: 1;
}


#wrapper{
	margin: 0 auto;
	padding: 20px 0;
	max-width: 500px;
}

#title{
	font-weight: bold;
	text-align: center;
	font-size: 50px;
	margin: 0;
}

#orderform.sent{
	
}

#orderform.sent input[type=submit]{
	background: #C9FFD5;
	color: #5d986a;
}

.white-popup{
	position: relative;
	background: #fff;
	padding: 20px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
}

.white-popup,
.white-popup p,
.white-popup h2{
	color: #444;
}


@media screen and (max-width: 980px){
	
	.reference{
		position: relative;
		bottom: inherit;
		right: inherit;
	}
}







