/*********************

	MAIN

*********************/
* {
	margin: 0;
}
html, body {
	height: 100%;
	font-family:robotoLight;
	font-size:100%;
	line-height:30px;
	letter-spacing: 0.4px;	
}
@font-face {
    font-family: roboto;
    src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
    font-family: robotoBold;
    src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
    font-family: robotoLight;
    src: url(../fonts/Roboto-Light.ttf);
}
a{
	color:#000000;
}
a:hover{
	color:#dd9700;
	transition:all 0.2s ease-in-out;
}
a.white{
	color:#fff;
}
a.white:hover{
	color:#000000;
}
.page-wrap {
	min-height: 100%;
	margin-bottom: -30px; 
}
.page-wrap:after {
	content: "";
	display: block;
}
.footer, .page-wrap:after {
	height:30px;
}
.footer{

}
.fw{
	width:100%;
	float:left;
}
.hw{
	width:50%;
	float:left;
}
.hw2fw{
	width:50%;
	float:left;
}
.tw2fw{
	width:33%;
	float:left;
}
.fw5p{
	width:90%;
	padding:0% 5%;
}
.hw5p{
	width:40%;
	padding:0% 5%;
}
.fw2p{
	width:96%;
	padding:2%;
}
.hw2p{
	width:40%;
	padding:2%;
}
.center{
	text-align:center;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.std{
	width:90%;
	padding:0% 5%;
	max-width:1000px;
	margin:auto;
}
.std2fw{
	width:90%;
	padding:0% 5%;
	max-width:1000px;
	margin:auto;
}
.topImage{
	padding: 250px 0px;
	position:relative;
}
.overlay{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#1b1b1b;
	/*background: url(../images/bg2.png);*/
    opacity: 0.5;
}
.topImageText{
	position:absolute;
	top:50%;
	margin-top:-30px;
	text-align:center;
	color:rgba(255,255,255,0.9);
	text-shadow: 1px 1px 3px black;
}
.topImageText.index{
	margin-top:-60px;
}
svg{
	margin-right:5px;
}
main{
	
}
section{
	padding:50px 0px;
}
section:nth-child(even){
	background:#e4ac33;
	color:white;
}
section:nth-child(even) h2,section:nth-child(even) p{
	color:white;
}
footer{
	background:#171717;	
    color: rgba(255,255,255,0.8);	
}
footer .contact{
	font-size:0.7rem;
}
footer .contact span:nth-child(even){
	 float:right;
}
footer .sitemap{
	padding:50px 0px;
	background: #3f3f3f;
}
footer .sitemap div{
	font-size: 0.7rem;
}
footer ul img{
	height:20px;
	display:inline-block;
	vertical-align:middle;
	margin-right:6px;
	border-radius:3px;
}
footer a{
	color:#fff;
}
footer a:hover{
	color:#ffce63;
}
.icon{
	width: 28px;
    height: 30px;
	float:left;
	margin-right:4px;
}
.icon.mail{
    background: url(../images/icons.png) -60px center no-repeat;
    background-size: 120px auto;
}
.icon.telephone{
    background: url(../images/icons.png) -33px center no-repeat;
    background-size: 120px auto;
}
.icon.position{
    background: url(../images/icons.png) -89px center no-repeat;
    background-size: 120px auto;
}
.icon.facebook{
    background: url(../images/sociala.png) -58px 3px no-repeat;
    background-size: 145px auto;
}
.icon.youtube{
    background: url(../images/sociala.png) 0px 3px no-repeat;
    background-size: 145px auto;
}
.icon.google{
    background: url(../images/sociala.png) -0px -25px no-repeat;
    background-size: 145px auto;
}
.icon.twitter{
	background: url(../images/sociala.png) -119px 3px no-repeat;
    background-size: 145px auto;
}
h1{
	font-size:2rem;
	margin-bottom:30px;
}
h2{
	font-size:1.5rem;
	line-height: 2.8rem;
	margin-bottom:20px;
	margin-top:10px;
	font-family:roboto;
	color:#dd9700;
}
h3{
	font-size:1.2rem;
	line-height:2.4rem;
	color: white;
	margin-bottom:15px;
}
p{
	font-size:1rem;	
}
main p{
	color: #37474F;
	margin-bottom: 10px;	
}
.redFont{
	color:#b73a3a;
}
.fwButton{
	background:#b73a3a;
	color:rgba(255,255,255,0.9);
	border-radius:4px;
	box-shadow:1px 1px 3px rgba(57, 57, 57, 0.9);
	cursor:pointer;
	text-align:center;
	padding:4px 0px;
	width:100%;
	float:left;
	transition:all 0.2s ease-in-out;
}
.fwButton:hover{
	background:#da4c4c;
}
.errorLabel{
	color:#da4c4c;
}
.ulfw li{
	float: left;
    width: 100%;
}
.productList{
	list-style:disc;
	margin-left:15px;
}
/*********************

	Meny

*********************/
.menu{
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
	color:white;
	background: rgba(69, 90, 100, 0);	
	padding:30px 0px;
	transition:all 0.2s ease-in-out;
}
.menu.small{
	background:#171717;
	padding:0px;
}
.logo{
	height:60px;
	width:250px;
	max-width: 50%;
	background:url(../images/logo_white.png) left center no-repeat;
	background-size:contain;
	float:left;
}
.logoText{
	color:#ffce63;
	font-size:2rem;
	display:inline-block;
	line-height:60px;
}
.menu ul{
	float:right;
}
.menu ul li{
	float:right;
	margin:0px 5px;
	line-height:60px;
	font-size: .8rem;
    cursor: pointer;
	color:white;
	transition:all 0.2s ease-in-out;
}
.menu ul li:hover{
	color:#ffce63;
}
.nav-icon{
	display:none;
	height:35px;
	margin-right:5%;
	margin-top:10px;
	width:35px;
	background:url(../images/nav-icon.png) center center no-repeat;
	background-size:contain;
	cursor:pointer;
}
/*********************

	Index

*********************/
.topImage.index{
	background:url(../images/pos4.jpg) center center no-repeat;
	background-size:cover;
}
/*********************

	Media screen

*********************/
@media screen and (max-width: 800px) {    
	.std2fw{
		padding:0;
		width:100%;
	}
	.logo{
		margin-left:5%;
	}
	.menu ul{
		overflow: hidden;
		max-height: 0;
		width: 100%;
		transition:all 0.4s ease-in-out;		
	}
	.nav-icon{
		display:block;
	}
	.menu ul.show{
		overflow: hidden;
		max-height: 1000px;
	}
	.menu ul li{
		width:90%;
		padding:0% 5%;
		background:#171717;		
		border-bottom:1px solid #4b4b4b;
	}
}
@media screen and (max-width: 500px) {
	footer .sitemap .hw2fw,footer .sitemap .tw2fw{
		margin-bottom:30px;
	}
	.hw2fw,.tw2fw {
        width:100%;
    }	
	footer .contact span{
		display:block;
		text-align:center;
	}
	footer .contact span:nth-child(even){
		 float:none;
	}
}