/*
Theme Name: Helgevold Gruppen
Description: 
Version: 0.1
Author: Markus Zeeh
Author URI: http://zeeh.no/
*/

	
/*************
****color*****
************** 


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

	
/*******************
**** CSS RESET *****
*******************/
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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}


	
/* remember to define focus styles! */
:focus {
	outline:0;
}

body {
	color:black;
}

html{
	height: 100%;
}

ol,ul {
	list-style:none;
}


	
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:separate;
	border-spacing:0;
}

caption,th,td {

	
/*text-align: left;*/
	font-weight:normal;
}

blockquote:before,blockquote:after,q:before,q:after {
	content:"";
}

blockquote,q {
	quotes:;
}


	
/******************
**** Generell *****
******************/
html{
	background-attachment: fixed;
	background-position-y: bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

.hentry p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 23px;
	margin: 0 0 20px;
}

.hentry ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 20px;
	margin: 0 0 20px 20px;
	list-style: square;
}

.hentry ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 20px;
	margin: 0 0 20px 20px;
	list-style: decimal;
}

h1 {
	font-weight: 700;
	font-size: 44px;
	line-height: 50px;
	color: #FFFFFF;
	letter-spacing: 0;
	margin: 30px 0 10px;
}

h2 {
	font-weight: 700;
	font-size: 20px;
	line-height: 27px;
	color: #FFFFFF;
	letter-spacing: 0;
	margin: 30px 0 10px;
}

h3 {
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	color: #FFFFFF;
	letter-spacing: 0;
	margin: 30px 0 10px;

}

h4 {
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
	letter-spacing: 0;
	margin: 30px 0 10px;
	
}

h5 {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	letter-spacing: 0;
	margin: 30px 0 10px;

}

h6 {
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	letter-spacing: 0;
	margin: 30px 0 10px;

}

a:link,a:visited {
}

a:hover,a:focus {
}

em {
	font-style: italic;
}


strong {
	font-weight: bold;
}
	
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
	
.clear {
	clear:both;
	float:none;
	line-height:0;
	font-size:1px;
	height:0;
}

html{
	height: 100%;
}

body{
	display: table;
	min-height: 100%;
	width: 100%;
	overflow-x: hidden;
}


#wpadminbar{
	z-index: 999999999999999 !important;
}


/*
#SidebarContainer,
#Submenu,
.hentry{
	display: none;
}
*/

/**************
**** FONTS ****
**************/




/***************
**** HEADER ****
***************/

#Header{
	height: 102px;
	background:#fff;
	position: fixed;
	left: 260px;
	top: 0;
	width: 100%;
	z-index: 99999999;
}
	.admin-bar #Header{
		top: 32px;
	}
	
	#HeaderContainer{
		width: 100%;
		height: 100%;
	}
	
	#Header h3{
		position: absolute;
		text-transform: uppercase;
		font-size: 24px;
		float: left;
		color: #fff;
		margin: 40px 0 0 40px;
	}
	
	#Header #Submenu{
		float: right;
		margin: 0 20px 0 0;
	}
	
		#Submenu.Footer{
			display: none;
		}

	#Header #Submenu li{
		float: left;
		padding: 70px 10px 0;
	}
	
		#Header #Submenu a:link,
		#Header #Submenu a:visited{
			color: #fff;
			text-decoration: none;
			font-size: 15px;
		}

		#Header #Submenu a:hover,
		#Header #Submenu a:focus{
			border-bottom: 1px solid #fff;
			padding-bottom: 3px;
		}


		#Header #Submenu .current-menu-item a:link,
		#Header #Submenu .current-menu-item a:visited{
			border-bottom: 2px solid #fff;
			padding-bottom: 10px;
		}


	.hamburger{
		background:none;
		position:absolute;
		display: none;
		top:5px;
		left:5px;
		line-height:45px;
		padding:5px 15px 0px 15px;
		color:#000;
		border:0;
		font-size:35px;
		font-family:'Myriad W01 Bd';
		cursor:pointer;
		outline:none;
		z-index:99999999999999999999;
	}
	
		.admin-bar .hamburger{
			top: 35px;
		}
		
	.cross{
		background:none;
		position:absolute;
		display: none;
		left: 6px;
		top: 0px;
		padding:0px 15px 0px 15px;
		width: 50px;
		height: 60px;
		color:#000;
		border:0;
		font-size:70px;
		line-height:110px;
		font-family:'Myriad W01 Bd';
		cursor:pointer;
		outline:none;
		z-index:10000000000000;
	}
		.admin-bar .cross{
			top: 25px;
		}

.HomeLinkMobile{
	display: none;
}

/****************
**** CONTENT ****
****************/


/*** single ***/

.fb-share{
	color: #fff;
	border-bottom: none !important;
	text-decoration: none;
}

	.fb-share:hover{
		-webkit-transition: all 0.3s; /* Safari */
		transition: all 0.3s;
		opacity: 0.6;
	}

	.fb-share i{
		font-size: 40px;
		position: relative;
		top: 5px;
		margin: 0 10px 0 0;
	}


.Meta{
	color: #fff;
	width: 50%;
	display: inline-block;
	border-top: 1px solid #fff;
	padding: 5px 0 20px;
	font-size: 13px;
}



/** **/
#ContentContainer{
	display: table-cell;
}

	.Background{
		position: fixed;
		top: 0;
		left: 0;
		z-index:999;
		width: 100%;
	}

		.Background img{
			position: absolute;
			bottom: 0px;
			max-height: 100%;
			width: auto;
			left: 220px;
		}

	h2.Subheading{
		margin: 0 0 40px;
		font-size: 18px !important;
		line-height: 27px !important;
	}


	.Ingress p{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		color: #FFFFFF;
		letter-spacing: 0;
		line-height: 32px;		
	}
	
	.hentry{
		width: 40%;
		margin-left: 50%;
		margin-right: 10%;
		z-index: 9999999;
		padding-bottom: 40px;
		position: relative;
	}
	
		.hentry a:link,
		.hentry a:visited{
			color: #fff;
			text-decoration: none;
			padding: 0 0 3px 0;
			border-bottom: 1px solid #fff;
		}
		
			.hentry a:hover,
			.hentry a:focus{
				padding: 0 0 2px 0;
				border-bottom: 2px solid #fff;
			}
	
	
		.page-template-page-inspirasjon-oversikt-privat .hentry,
		.page-template-page-kontakt .hentry{
			width: 80%;
			margin-left: 10%
		}
		
		.page-template-page-inspirasjon-oversikt-privat .hentry{
			text-align: center;
		}
	
	
		.wpgmp_map_container{
			z-index: 9999999999999999999 !important;
			position: absolute;
		}	
	
	.Gallery {
		width: 35%;
		margin-left: 40px;
		padding: 30px 0 0;
		float: left;
		z-index: 9999999;
		position: relative;
		
	}
	
		.Gallery img{
			position: relative;
			width: 100%;
			height: auto;
		}

		


	#Bildegallery{
		height: auto !important;
		position: relative;
		z-index: 9999999;
	}

		#Bildegallery img{
			width: 100%;
			height: auto !important;
		}
		
		.LeftButton,
		.NextButton{
			position: absolute;
			top: 45%;
			left: 30px;
			color: #fff;
			font-size: 30px;
			z-index: 9999;
		}
		
		.LeftButton:hover,
		.NextButton:hover{
			opacity: 0.6;
			-webkit-transition: all 0.3s; /* Safari */
			transition: all 0.3s;
		}
		
		.NextButton{
			left: inherit;
			right: 30px !important;
		}
		
		#Bildegallery p.Caption{
			width: 80%;
			margin: 10px 0 10px 50px;
			color: #fff;
			font-size: 15px;
		}
		
		p.caption{
			margin: 10px 0 10px 0;
			color: #fff;
			font-size: 15px;
		}
	

		.PostList li{
			width: 23%;
			float: left;
			list-style: none;
			margin: 0 2% 5% 0;
		}
		
			.PostList li.Hightlight img{
				background: #cf021b;
			}
			.PostList li.Hightlight img:hover{
				background: #fff;
			}
			
					
			.PostList li img{
				width: 90%;
				margin: 10px;
				height: auto;
				padding: 10px;				
			}
			
			.PostList h3{
				margin: 0 10px 10px;
				font-size: 14px;
				font-weight: normal;
				text-transform: uppercase;
			}
		
				.PostList li.Hightlight h3{
					font-weight: 700;
					font-size: 18px;
				}
		
			.PostList a:link,
			.PostList a:visited{
				border-bottom: none;
				text-decoration: none;
			}
	

	.Inspirasjonsbilder{
		width: 400px;
		overflow: hidden;
	}

		#Slider{
			width: 300px;
			height: 400px;
			font-size: 15px;
			color: #fff;
			z-index: 999999;
		}
		
		#Slider button.slick-prev{
			left: 20px !important;
			z-index: 9999999;
		}
		
		#Slider button.slick-next{
			right: 20px !important;			
		}		
		
		#Slider img{
			width: 100% !important;
			height: auto;
		}
	
	
	
	.SliderNavContainer{
		width: 35%;
		position: absolute;
		z-index: 99999;
		font-size: 15px;
		color: #fff;
		margin: 40px 0 0 40px;
	}
	
		
		.SliderNavContainer .IngressBilde{
			width: 100%;
			float: none;
		}
		
			.SliderNavContainer .IngressBilde img{
				width: 100% !important;
				height: auto !important;
				margin-bottom: 20px;
			}
	
		.SliderNavContainer p{
			margin: 10px 0 0;
		}
	
		.slider-nav{
		}

			.slider-nav .slick-list{
				width: 100% !important;
				left: 0 !important;
				top: 0 !important;
			}


			.slider-nav .slick-track{
				width: 100% !important;
				margin: 0 !important;
				left: 0 !important;
				top: 0 !important;
				z-index: 99999999;
				transform: inherit !important;	
			}
			
	
	
			.slider-nav img{
				width: 24% !important;
				height: auto !important;
				float: left !important;
				z-index: 99999999;
				cursor: crosshair;
				position: relative;
				margin: 0 4px 4px 0;
				
			}


.fancybox-container{
	z-index: 9999999999999999999 !important;
}

.fancybox-caption{
	text-align: center !important;
}

.fancybox-caption:after{
	border: none !important;
}
		
	#Content{
		padding-top: 200px;
		padding-left: 250px; 
		position: relative;
		z-index: 999999;
		background-size: 45% auto !important;
	}
	
	
		.page-template-page-inspirasjon-oversikt-privat-php #Content,
		.page-template-page-inspirasjon-oversikt-bedrift-php #Content,
		.page-template-page-inspirasjon-privat #Content,
		.page-template-page-inspirasjon-bedrift #Content{
		}
	
	.TopButtons{
		position: absolute;
		top: 160px;
		right: 20px;
	}
	
		.TopButtons .maxbutton{
			float: right;
			margin:  0 0 0 20px;
			z-index: 999999;
		}
	
	.Content{
		margin-bottom: 30px;

	}
	
	.Nyhet{
		width: 80%;
		margin: 60px 0 30px 10%;
	}
	
		.Nyhet .hentry{
			display: table;
			width: 100%;
			vertical-align: top;
			background: #FFFFFF;
			border-radius: 10px;
			padding: 0;	
			margin: 0;
		}
		
		.Nyhet .hentry h1,
		.Nyhet .hentry h2,
		.Nyhet .hentry p{
			color: #000;
			font-size: 22px;
			line-height: 29px;
		}
		
		
		.Nyhet .Ingress p{
			font-size: 15px !important;
			line-height: 23px !important;
		}
		
		.Nyhet .Text.Fullwith{
			padding: 5px 30px 20px;
		}
		
			.Nyhet .Text{
				display: table-cell;
				vertical-align: top;
				margin: 0;
				width: auto;
				padding: 0 30px;
			}
		
		.Image{
			position: relative;
			font-size: 1px;
			line-height: 1px;
			display: table-cell;
			padding-right: 5%;
			width: 50%;
			overflow: hidden;
		}
			.Ansatter .Image{
				width: 300px;
				padding-right: 0;
			}
		
			.ImageContainer{
				position: absolute;
				width: 100%;
				height: 100%; 				
			}

			.anystretch,
			.backstretch,
			.backstretch-item{
				border-radius: 10px 0 0 10px !important;
			}
		
			.anystretch{
				width: 500px !important;
				height: 500px !important;				
				z-index: 99999999 !important;
			}
		
			.Image img{
				border-radius: 10px 0 0 10px;
				height: auto;
				width: auto;
			}
			
			
	
		.hentry .readmore{
			/* Rectangle 4: */
			float: right;
			background: #D0021B !important;
			border-radius: 100px;
			padding: 4px 25px !important;
			white-space: nowrap !important;
			border: none !important;
			text-decoration: none;
			/* Les mer: */
			font-size: 15px;
			color: #FFFFFF;
			letter-spacing: 0;	
			margin:  0 0 20px;	
		}
		
			.hentry .readmore:hover,
			.hentry .readmore:focus{
				background: #910012;
				-webkit-box-shadow: none;
				-moz-box-shadow: none;
				box-shadow: none;
				-webkit-transition: all 0.3s; /* Safari */
				transition: all 0.3s;
			}
	
	.Column2{
		width: 50%;
		float: left;
		margin: 0 0 20px;
	}
	
		.Column2.AlignRight{
			padding: 20px 0 0;
		}
	
		.Lokasjon{
			width: 100%;
			clear: both;
			float: none;
			color: #fff;
			font-size: 16px;
		}
			
			.Lokasjon td,
			.Lokasjon tr{
				vertical-align: middle;
			}
		
		.Lokasjon .Navn{
		}
		
		.Lokasjon .Adresse a{
			margin: 3px 0;
		}
		
	
	.Ansatter{
		position: relative;
		background: #fff;
		color: #000;
		font-size: 16px;
		line-height: 26px;
		z-index: 9999999;
		border-radius: 10px 10px 10px 10px;

	}
	
		.Ansatter h2{
			margin: 0 0 20px;
			color: #000;
			font-size: 30px;
			line-height: 34px;
		}
	
		.Ansatter .Text{
			padding-top: 60px;
			padding-bottom: 60px;
			padding-left: 60px;
/* 			width: 100%;  */
		}
		
		.Ansatter .Text a:link,
		.Ansatter .Text a:visited{
			color: #000;
			text-decoration: none;
			padding: 0 0 3px 0;
			border-bottom: 1px solid #000;
		}
		
			.Ansatter .Text a:hover,
			.Ansatter .Text a:focus{
				padding: 0 0 2px 0;
				border-bottom: 2px solid #000;
			}
	
	
	/** skjema send mobilenummer **/
	
	.collectmobile label{
		display: none !important;
	}

	.collectmobile input[type=text]{
		/* Rectangle 4: */
		background: rgba(0,0,0,0.19);
		box-shadow: inset 0 3px 3px 0 rgba(0,0,0,0.50);
		border-radius: 100px 0 0 100px;
		/* Ditt telefonnummer: */
		opacity: 0.8;
		font-size: 15px;
		color: #FFFFFF;
		letter-spacing: 0;		
		padding: 14px 10% !important;
		border: none;
		width: 80%;
		font-size: 12px;
	}
	
	
		.collectmobile input[type=text]:hover,
		.collectmobile input[type=text]:focus{
			-webkit-transition: all 0.3s; /* Safari */
			transition: all 0.3s;
			background: #fff;
			color: #000;
			opacity: 1;
		}
	
	
		.collectmobile input[type=text]::placeholder{
			color: #CCCCCC;
			text-transform: uppercase;
			font-size: 15px;
		}
		
		
	.collectmobile input[type=submit].gform_button{
		-webkit-appearance: none;
		margin-left: 0px;
		/* Rectangle 4: */
		background: #D0021B;
		border-radius: 0 100px 100px 0;
		/* SEND: */
		font-size: 15px;
		color: #FFFFFF;
		letter-spacing: 0;
		z-index: 9999;

		/* Rectangle 343: */
		padding: 13px 30px;
		font-size: 12px;
		color: #fff;
		text-transform: uppercase;
		border: none;
	}
	
		.collectmobile:hover input[type=submit].gform_button,
		.collectmobile input[type=submit].gform_button:hover,
		.collectmobile input[type=submit].gform_button:focus{
		-webkit-appearance: none;
			background: #910012;
			-webkit-transition: all 0.3s; /* Safari */
			transition: all
			 0.3s;
		}


		input[type=submit].gform_button{
			-webkit-appearance: none;
			border-radius: 40px;
			border: none;
			color: #fff;
			background: rgba(255, 255, 255, 0.21);
			width: auto !important;
			padding: 15px 100px;
			font-size: 13px;
			text-transform: uppercase;
		}
		
			input[type=submit].gform_button:hover,
			input[type=submit].gform_button:focus{
				background: rgba(0, 0, 0, 0.22);
			}


		

	.collectmobile .gform_body{
		float: left;
		display: inline-block !important;
		width: 60% !important;
	}

		.gform_body{
			width: 90% !important;
		}

	.gform_body ul,
	.gform_body li{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.gform_wrapper{
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	
		.foresporsel input,
		.foresporsel select,
		.foresporsel textarea{
			width: 100% !important;
		}
	
	
	
		.page-id-697 #ContentContainer #Content{
			border: 1px solid red;	
		}
		
	
	.collectmobile_wrapper .validation_error{
		color: #fff !important;
		font-style: italic;
	}
	.collectmobile_wrapper .validation_error,
	.collectmobile_wrapper .gfield_description.validation_message{
		display: none !important;
	}
	
	
	/*** skjema send forespørsel ***/
	
	.foresporsel .gform_fields li{
		margin: 0 0 20px;
	}
	
	.foresporsel .gform_fields li label{
		display: none;
	}
	
	
	.ginput_container_multiselect option,
	.foresporsel .ginput_container_select,
	.foresporsel textarea,
	.foresporsel input[type=text]{
		/* Rectangle 4: */
		opacity: 0.63;
		background: rgba(0,0,0,0.19);
		box-shadow: inset 0 3px 3px 0 rgba(0,0,0,0.50);
		border-radius: 100px;
		border: none;
		/* Navn: */
		opacity: 0.8;
		font-size: 15px;
		color: #FFFFFF;
		letter-spacing: 0;
		padding: 10px 20px;
		font-size: 15px;
		width: 60%;
	}
	
		.foresporsel input[type=text]::placeholder,
		.foresporsel textarea::placeholder{
			color: #fff;
		}

		.foresporsel .ginput_container_select:hover,
		.foresporsel input[type=text]:hover,
		.foresporsel input[type=text]:focus{
			background: #FFFFFF ;
			letter-spacing: 0;
			-webkit-transition: all 0.3s; /* Safari */
			transition: all 0.3s;
			color: #000
		}

	
	.foresporsel textarea{
		border-radius: 20px;
		padding: 15px 20px;

	}
	
		.foresporsel textarea:hover,
		.foresporsel textarea:focus{
			background: #FFFFFF;
			color: #000;
			-webkit-transition: all 0.3s; /* Safari */
			transition: all 0.3s;
		}
	

	.foresporsel select{
			font-size: 15px;
			background: none !important;
			border: none !important;
			color: #fff;
			width: 100%;
		}
		
		.foresporsel .ginput_container_select:hover select{
			color: #000;
		}

	.gfield_select option{
		padding: 10px 20px !important;
		background: red !important;
	}
	
	.ginput_container_multiselect option{
		background: rgba(0,0,0,0.19) !important;
		opacity: 0.8 !important;
		margin-bottom: 5px !important;
	}

			.ginput_container_multiselect option:hover{
				background: rgba(255, 255, 255, 0.28) !important;
				color: #000;
			}
			
			.ginput_container_multiselect select:checked,
			.ginput_container_multiselect option:checked{
				background-color: rgba(255, 255, 255, 0.58) !important;
				color: #000;
			}
			select:-internal-list-box{
				border: 1px solid red !important;
			}
	

	.gfield_checkbox label{
		display: inline-block !important;
	}
	
	.gfield_checkbox input{
		display: inline-block !important;
		float: left !important;
		width: auto !important;
	}


	

	.collectmobile input[type=submit]{
		font-family: Arial, Helvetica, sans-serif; !important;
	}

	.maxbutton-send-en-hendvendelse{
		text-transform: uppercase;
		border-bottom: none !important;
	}
	
		.maxbutton-send-en-hendvendelse span{
			font-family: Arial, Helvetica, sans-serif; !important;
		}
		
	.maxbutton-send-en-hendvendelse:hover{
		-webkit-transition: all 0.3s; /* Safari */
		transition: all 0.3s;
	}
	
	.maxbutton-5.maxbutton,
	.maxbutton-5.maxbutton:hover,
	.maxbutton-5.maxbutton:focus{
		border-bottom: none !important;
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}

/****************
**** SIDEBAR ****
****************/
#Sidebar {
	width: 250px;
	background: #2e3b46;
	display: table-cell;
	height: 100%;
	padding-bottom: 30px;
	top: 0;
	vertical-align: top;
	position: fixed;
	z-index: 9999;
}

	.logged-in #Sidebar{
		top: 32px;
	}

	#SidebarContainer{
		width: 250px;
		background: #2e3b46;	
		padding-bottom: 40px;
	}

	#Sidebar .HomeLink{
		background: #fff;
		display: block;
		text-align: center;
	}

		#Sidebar .HomeLink img{
			width: 80%;
			max-width: 200px;
			height: auto;
			margin: 10px auto;
		}

	#menu-sidebar > li > a{
		background: #242f39;
		padding: 15px 18px;
		display: block;
		color: #fff;
		text-decoration: none;
		font-weight: 300;
		text-transform: uppercase;
		font-size: 13px;
		letter-spacing: 1px;
	}
	
		
		#menu-sidebar > li > a:hover,
		#menu-sidebar > li > a:focus,
		#menu-sidebar > li > a.active{
			background: #cf021b;
			-webkit-transition: all 0.3s; /* Safari */
			transition: all 0.3s;
		}
		
		
		#menu-sidebar li .sub-menu li.current_page_parent,
		#menu-sidebar li .sub-menu li.current-menu-item{
			background: #494f56;	
		}
		
	#menu-sidebar li .sub-menu{
		padding: 0;
		background: #1c242c;
	}

	#menu-sidebar li .sub-menu li{
		background: #1c242c;
	}
	
	
	#menu-sidebar li .sub-menu li > a{
		text-decoration: none;
		color: #fff;
		padding: 5px 18px 12px;
		display: block;
		font-size: 14px;
		letter-spacing: 1px;
	}
	
		#menu-sidebar li .sub-menu li > a:hover,
		#menu-sidebar li .sub-menu li > a:focus{
			opacity: 0.7;
			-webkit-transition: all 0.3s; /* Safari */
			transition: all 0.3s;
		}
	
	#menu-sidebar img{
		max-height: 20px;
		max-width: 18px;
		height: auto;
		width: auto;
		margin: 0 10px 0 0;
		position: relative;
		top: 5px;

	}


	
	#Social,
	#Social a,
	#Sentralbord{
		color: #fff;
		font-size: 12px;
		line-height: 27px;
		letter-spacing: 1px;
		font-weight: 300;
	}
	
		#Sentralbord a:link,
		#Sentralbord a:visited{
			color:  #fff;
			text-decoration: none;
		}

	#Social,
	#Sentralbord{
		padding: 15px 18px;
		margin: 0;	
	}

	
	#Sentralbord{
		border-top: 1px solid #3f4a55;
		border-bottom: 1px solid #3f4a55;
		margin: 30px 0 0;
	}	
	
		#Sentralbord h3{
			font-size: 20px;
			-webkit-appearance: none;
			margin: 0;
		}
		
	#Social,
	#Social a{
		color: #6B6B6B;
		text-decoration: none;
	}

	#SearchForm{
		margin: 0 0 0 15px;
		position: relative;
		width: 150px;
	}

		#search{
			/* Rectangle 3: */
			background: #D0021B;
			border-radius: 100px;
			color:#fff;
			padding: 6px 12px 9px;
			border: none;
			position: absolute;
			width: 100%;
			opacity: 0.7;
			-webkit-transition: all 0.3s; /* Safari */
			transition: all 0.3s;
		}
		
			#search:hover,
			#search:focus{
				opacity: 1;
			}
			

		#SearchForm input[type=text]::placeholder{
			color: #fff;
		}
		
		#SendSearch{
			position: absolute;
			right: -10px;
			top: 5px;
			font-size: 14px;
			color: #fff;
		}
		
			#SendSearch:hover,
			#SendSearch:focus{
				opacity: 0.7;
				-webkit-transition: all 0.3s; /* Safari */
				transition: all 0.3s;
			}
			
		
		#SearchForm i{
			position: absolute;
			right: -5px;
			top:5px;
			color: #fff;
		}




.show1250{
	display: none;
}


/***************
**** FOOTER ****
***************/

#cookie-notice{
	z-index: 999999999 !important;
}


/*****
	woocommerce 
			****/

.woocommerce div.product{
	z-index: 9999;
	padding: 40px;
}
	
	.woocommerce-product-details__short-description{
		margin-bottom: 40px;
	}
	
		.woocommerce-tabs p,
		.woocommerce-product-details__short-description p{
			font-size: 15px;
			line-height: 23px;
			color: #fff;
			margin: 0 0 15px;
		}
		
			.woocommerce-tabs a:link,
			.woocommerce-tabs a:visited{
				font-size: 15px;
				line-height: 23px;
				color: #fff;
				text-decoration: none;
				border-bottom: 1px solid #fff;
			}
			
			.woocommerce-tabs a:hover,
			.woocommerce-tabs a:focus{
				border-bottom: 2px solid #fff;
			}
			
			.woocommerce-tabs ol,
			.woocommerce-tabs ul{
				font-size: 15px;
				line-height: 23px;
				color: #fff;
				margin: 0 0 15px 20px;
			}


			.woocommerce-tabs ol {
				list-style: decimal;
			}
			
			.woocommerce-tabs ul{
				list-style: square;
			}
			
			.description_tab{
				color: #000;
			}
			
			.woocommerce-Tabs-panel h2:first-child{
				display: none;
			}
	
	.product_meta{
		display: none;
	}
	
	.woocommerce button.button.single_add_to_cart_button,
	.woocommerce .checkout-button,
	.woocommerce-checkout button#place_order{	
	    border-color: rgba(0, 0, 0, 0);
	    border-top-left-radius: 40px;
	    border-top-right-radius: 40px;
	    border-bottom-left-radius: 40px;
	    border-bottom-right-radius: 40px;
	    border-width: 2px;
	    font-size: 14px !important;
	    line-height: 23px !important;
	    background-color: #d0021b !important;
	    box-shadow: none;
	    width: auto !important;
	    padding: 6px 40px 8px;
	    }
	    
	    
	   .woocommerce-page .hentry{
		   width: 90%;
		   margin-left: 0;
		   margin: 0 auto;
	   }
	    
	   .woocommerce-Price-amount{
		   color: #fff;
		   font-size: 1.2em;
	   }
	   
	   h2.woocommerce-loop-product__title{
		   font-size: 1.3em !important;
	   }
	   
	    p.woocommerce-info{
		   color: #515151 !important;
	   }
	   
	   .woocommerce table{
		   background: #fff;
		   color: #000;
	   }
	   
	   		.woocommerce table a:link,
	   		.woocommerce table a:visited,
	   		.woocommerce table .woocommerce-Price-amount{
		   		color: #000;
	   		}
	   	
	   	.woocommerce .woocommerce-billing-fields input{
		   	padding: 8px 4px 6px;
	   	}
	   	
	   .woocommerce form .form-row.woocommerce-validated .select2-container, 
	   .woocommerce form .form-row.woocommerce-validated input.input-text, 
	   .woocommerce form .form-row.woocommerce-validated select{
		   border: none !important;
	   }
	    
	   .woocommerce-checkout #payment{
		   background: none !important; 
	   }
	 
	.select2-container{
		z-index: 999999999;
	} 
	 
	.added_to_cart.wc-forward{
		margin-left: 20px;
	}
	
	#coupon_code{
		font-size: 14px;
		padding: 9px 10px;
		1width: 200px;
	}
	
	.woocommerce-error li,
	a.showcoupon:link,
	a.showcoupon:visited{
		color: #000 !important;
	}
	
	.payment_box.payment_method_bacs p{
		color: #000;
	}
	
	.woosb-title{
		color: #fff;
	}
		.woosb-title a:link,
		.woosb-title a:visited{
			color: #fff;
		}
		
/***
	custom +/- number select **/
	
.quantity {
	position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
	-webkit-appearance: none;
	margin: 0;
}

input[type=number]
{
	-moz-appearance: textfield;
}

.quantity input {
	width: 55px !important;
	height: 34px;
	line-height: 1.65;
	text-align: left !important;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	padding-left: 20px;
	border: none;
	border-radius: 20px;
	background: #F5F5F5;
}

.quantity input:focus {
	outline: 0;
}

.quantity-nav {
	float: left;
	position: relative;
	height: 34px;
	
}

.quantity-button {
	
	position: relative;
	cursor: pointer;
	border-left: 1px solid #eee;
	width: 30px;
	text-align: center;
	font-size: 10px;
	font-family: "Trebuchet MS", Helvetica, sans-serif !important;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.quantity-button.quantity-up {
	position: absolute;
	height: 50%;
	top: 0;
	background: #d0021b;
	border-radius: 0 20px 0 0;
	color: #fff;
}

	.quantity-button.quantity-up i{
		position: relative;
		top: 6px;
	}

.quantity-button.quantity-down {
	position: absolute;
	bottom: 0px;
	height: 50%;
	background: #d0021b;
	border-radius: 0 0 20px;
	color: #fff;
}

	.woocommerce-cart .quantity-button.quantity-down i{
		position: relative;
		bottom: 4px;
	}


	.woocommerce-cart .quantity-button.quantity-up i{
		position: relative;
		top: 0px;
	}
	
.woocommerce div.product p.stock{
	display: none;
}    

.pswp{
	z-index: 99999999999999999999999 !important;
}
	
/****************************************************************************************************************
************************************************** Mediaquerys **************************************************
**** https://responsivedesign.is/develop/browser-feature-support/media-queries-for-common-device-breakpoints ****
*****************************************************************************************************************/


@media (max-width: 1250px) {
	.hentry{
		width: 80%;
		margin-left: 10%;
	}
	
	.SliderNavContainer{
		width: 80%;
		margin: 40px 10% 0 10%;
		position: relative;
		z-index: 99999;
		font-size: 15px;
		color: #fff;
	}
	
	
	.slider-nav .slick-list{
		width: 100% !important;
		position: relative !important;
		padding: 0 !important;
	}
	
	.slider-nav .slick-track{
		width: 100% !important;
		transform: none !important;
		margin: 0 !important;
	}
		
	#Bildegallery p.Caption,
	p.caption{
		width: 80%;
		margin: 10px 0 0 10%;
	}	
	
	.Gallery{
		width: 100%;
		margin: 0;
		padding-top: 40px;
	}
	
	.Gallery.Top{
		padding-bottom: 30px;
	}

	#Content{
		padding-top: 150px;
	}

	.Background img{
		display: none;
	}
	
	.hide1250{
		display: none;
	}
	
	.show1250{
		display: block;
	}


	.Column2{
		width:100%;
	}
	
	.Ansatter .Image{
		width: 250px;
	}
	
	
	.readmore{
		border-bottom:  none !important;
		padding: 4px 20px 3px !important;
		}
		
			.readmore:hover,
			.readmore:focus{
				border-bottom: none !important;
			}
	
	.MobileBanner{
		z-index: 999999;	
		position: relative;
	}
	
		.MobileBanner img{
			max-width: 100% !important;
			width: 100% !important;
			height: auto !important;
			position: relative !important;
			z-index: 999999999;
		}
	

}


@media (max-width: 1250px) {
	.Image{
		min-width: 200px;
	}

}


@media (max-width:920px) {
	
	h1{
		font-size: 35px;
		line-height: 40px;
	}
	
	.Hamburger{
		display: block;
	}
	
	#Content{
		padding-left: 0;
		padding-top: 70px !important;
	}
	

	#Header #Submenu{
		display: none !important;
	}


	.SliderNavContainer{
		width: 100%;
		margin-top: 10px;
		margin-left: 3px;
		margin-right: 0;
	}
	
	
	.slider-nav img{
		width: 32% !important;
		height: auto !important;
	}
	
	#Submenu{
		display: none;	
	}
	
		#Submenu.Footer{
			display: block;
			z-index: 999999999999;
			position: relative;
			padding: 20px 10px;
			margin: 0 0 20px;
			text-align: center;
		}
	
			#Submenu.Footer li{
				display: inline-block;
				float: none;
				padding: 0 0 15px;
			}
	
			#Submenu.Footer li a:link,
			#Submenu.Footer li a:visited{
				color: #fff;
				text-decoration: none;
				padding: 0 10px;
			}
			
			.HomeLink{
				display: none !important;
			}


	.PostList li{
		width: 100%;
	}
	
	.Nyhet .Image,
	.Nyhet .Text{
		width: 100%;
		float: none;
		display: block;
	}
	
		.Image{
			border-radius: 10px 10px 0 0 !important;
		}
	
	
		.Nyhet .Text{
			margin: 0;
			width:84%;
			padding: 4% 8%;
		}
	
		.Nyhet .Image,
		.Nyhet .anystretch{
			position: relative !important;
			width: 100% !important
		}
			
		
		.Nyhet .Image img,
		.Nyhet .anystretch img{
			width: 100% !important;
			height: auto !important;
			border-radius: 10px 10px 0 0 !important;
			position: relative !important;
			display: block !important;
		}
	
			.anystretch{
				width: 100% !important;
				height: auto !important;				
				z-index: 99999999 !important;
				border-radius: 10px 10px 0 0 !important;
			}
			
			.anystretch img{
				left: 0 !important;
			}
	
		
		.backstretch,
		.backstretch-item{
			border-radius: 10px 10px 0 0 !important;
			height: auto !important;
			position: relative !important;
			display: block !important;
			width: 100% !important;
		}

		td.product-quantity{
			height: 40px;
		}
		
		td.product-quantity .quantity{
			left: 30px;
		}

		
	.HomeLinkMobile{
		display: block;
		position: absolute;
		right: 0px;
		z-index: 999999999;
		padding: 0;
		background: #fff;
		padding: 15px 20px 0 10px;
	}	
		
		.HomeLinkMobile img{
			height: 40px !important;
			width: auto !important;
		}
	
	#Header{
		height: 70px;
		position: absolute !important;
	}	
	
	#HeaderContainer{
		background: #fff !important;
	}
			
	#Header h3{
		position: relative;
		float: left;
		margin: 28px 0 0 70px !important;
	}
	
	#Header #Submenu{
		position: relative !important;
		float: right !important;
		width: 65% !important;
		margin: 30px 0 0;
	}
	
	#Sidebar{
		top: 70px;
		display: none;
	}	
	
	.hamburger{
		display: block;
	}
	


		.page-template-page-inspirasjon-oversikt-privat-php #Content,
		.page-template-page-inspirasjon-oversikt-bedrift-php #Content,
		.page-template-page-inspirasjon-privat #Content,
		.page-template-page-inspirasjon-bedrift #Content{
			padding-top: 70px !important;
		}

}

/** ipad landsacap **/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { /* STYLES GO HERE */

		.page-template-page-inspirasjon-oversikt-privat-php #Content,
		.page-template-page-inspirasjon-oversikt-bedrift-php #Content,
		.page-template-page-inspirasjon-privat #Content,
		.page-template-page-inspirasjon-bedrift #Content{
			padding-top: 0px !important;
		}

/*
		#Header {
			position: relative;
			left: 0px;
		}
*/
		
		#Sidebar{
			position: relative;
		}

/*
		#Content{
			padding-top: 30px;
		}
*/
		
/*
		.hentry{
			width: 50%;
			margin-left: 40%;
		}
*/
	
		
		.TopButtons{
			top: 120px;			
		}
		
		
}



/*** ipad portrait ***/

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { /* STYLES GO HERE */ 

		#Header #Submenu{
			width: 100%;
			position: absolute;
			bottom: 10px;
			right: 0;
		}

		#Header #Submenu li{
			padding: 20px 10px 0;
			float: right;
		}		
		
		#Content{
			padding-top: 100px;	
		}
		

		
		.hentry{
/*
			margin-right: 30px;
			margin-left: 300px;
*/
			width: auto;
		}
	
		.Background img{
			position: absolute;
			bottom: 0;
			max-height: 100%;
			max-width: 40%;
			width: auto;
			left: 220px;
		}
		
		#Submenu.Footer{
			display: none;
		}
		
		.TopButtons{
			top: 80px;			
		}

}


	
/* ----------- Non-Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
}

/* ----------- Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
}



/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

  	#Header{
	  	left: 0px !important;
  	}
  
	#Header #Submenu{
		width: 60%;
		position: absolute;
		bottom: 10px;
		right: 0;
		display: none !important;
	}

	#Header #Submenu li{
		padding: 0px 10px 0;
		float: right;
	}		
		
	#Header #Submenu{
		width: 100%;
		position: absolute;
		bottom: 10px;
		right: 0;
		display: none !important
	}

	.Background img{
		left: -30%;
		max-height: 50%;
		
	}

  	#Sidebar{
	  	display: none;
	  	position: relative !important;
	  	width: 100%;
	  	z-index: 999999999;
  	}

	#SidebarContainer{
		width: 100%;
	}

  
  	#Content{
	  	padding-top: 90px;
  	}
  
  	#Header{
	  	width: 100% !important;
	  	left: 0;
  	}
  	
  	.hentry{
	  	width: 80%;
	  	margin: 0 10%;
  	}
 
 
 	  #Header h3{
		  margin-left: 60px;
		  margin-top: 20px;
		  font-size: 16px;
	  }
 
	  .page-template-page-kontakt table,
	  .page-template-page-kontakt tbody,
	  .page-template-page-kontakt tr,
	  .page-template-page-kontakt td{
		  display: block;
		  padding: 3px 0 3px;
		  width: 100%;
	  } 
 
 	  .page-template-page-kontakt tr{
	 	  clear: both;
	 	  margin:  0 0 50px;
 	  }

 	  .page-template-page-kontakt td.Navn{
	 	  font-weight: 700;
	 	  font-size: 20px;
 	  }

 	  .maxbutton-send-en-hendvendelse{
	 	  width: 100% !important;
 	  }
 	  
 	  	.maxbutton-send-en-hendvendelse span{
			font-size: 13px !important;
			line-height: 17px !important;	 	  	
 	  	}
 
		.TopButtons{
			top: 80px;			
			width: auto;
			white-space: nowrap;
		}
 
 
 
}



/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	
	

}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

  	#Header{
	  	left: 0px !important;
  	}
  
	#Header #Submenu{
		width: 60%;
		position: absolute;
		bottom: 10px;
		right: 0;
		display: none !important;
	}

	#Header #Submenu li{
		padding: 0px 10px 0;
		float: right;
	}		
		

	.Background img{
		left: -30%;
		max-height: 50%;
		
	}

  	#Sidebar{
	  	display: none;
	  	position: relative !important;
	  	width: 100%;
	  	z-index: 999999999;
  	}

	#SidebarContainer{
		width: 100%;
	}

  
  	#Content{
	  	padding-top: 90px;
  	}
  
  	#Header{
	  	width: 100% !important;
	  	left: 0;
  	}
  	
  	.hentry{
	  	width: 80%;
	  	margin: 0 10%;
  	}
 
 
 	  #Header h3{
		  margin-left: 60px;
		  margin-top: 20px;
		  font-size: 16px;
	  }


}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
  	#Header{
	  	left: 0px !important;
  	}
  
	#Header #Submenu{
		width: 60%;
		position: absolute;
		bottom: 10px;
		right: 0;
		display: none !important
	}

	#Header #Submenu li{
		padding: 0px 10px 0;
		float: right;
	}		
		

	.Background img{
		left: -30%;
		max-height: 50%;
		
	}

  	#Sidebar{
	  	display: none;
	  	position: relative !important;
	  	width: 100%;
	  	z-index: 999999999;
  	}

	#SidebarContainer{
		width: 100%;
	}

  
  	#Content{
	  	padding-top: 90px;
  	}
  
  	#Header{
	  	width: 100% !important;
	  	left: 0;
  	}
  	
  	.hentry{
	  	width: 80%;
	  	margin: 0 10%;
  	}
 
 
 	  #Header h3{
		  margin-left: 60px;
		  margin-top: 20px;
		  font-size: 16px;
	  }

		#Slider {
			height: auto;
		}
			
		td.product-quantity{
			height: 40px;
		}
		
		td.product-quantity .quantity{
			left: 30px;
		}

}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}



/* ----------- iPad mini ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

}
