#ff-header-wrap{
	background: #f5f5f5;
}

#ff-header-wrap .row, #ff-footer-bottom {
	border-left: solid #d7d7d7 1px;
	border-right: solid #d7d7d7 1px;
	padding: 1em 0;
}
#ff-main{
	border-left: solid #d7d7d7 1px;
	border-right: solid #d7d7d7 1px;
}

#ff-header-nav {
	margin-top: 26px;
}

#ff-header-nav a {
	font-size: 20px;
}

#ff-sidebar-right{
	padding-top: 20px;
	padding-left: 0;
}
#ff-sidebar-right2{
	padding-top: 20px;
	padding-left: 0;
	padding-bottom: 20px;
}

.ff-wrapper .ff-sidebar{
	padding: 5px 20px;
	min-height: 383px;
}

.headerlines{
	border-bottom: solid #d7d7d7 1px;
	height: 5px;
}
.headerlinesrow{
	border-left: solid #d7d7d7 1px;
	border-right: solid #d7d7d7 1px;
	height: 4px;

}

.footerlines{
	border-top: solid #d7d7d7 1px;
	height: 5px;
}
.footerlinesrow{
	border-left: solid #d7d7d7 1px;
	border-right: solid #d7d7d7 1px;
	height: 4px;

}

.ff-wrapper .top-bar .toggle-topbar.menu-icon a{
	text-indent: -71px;
}
.mobilemenufix{
	color: #333 !important;
}

.ff-wrapper .top-bar.expanded .title-area{
	background: #F5F5F5;
}
.ff-wrapper .top-bar .toggle-topbar.menu-icon a span{
	-webkit-box-shadow: 0 10px 0 1px #333,0 16px 0 1px #333,0 22px 0 1px #333;
	box-shadow: 0 10px 0 1px #333,0 16px 0 1px #333,0 22px 0 1px #333;
}



.topp-bilde-container{
	min-height: 200px;
	position: relative;
	overflow: hidden;
}

.topp-bilde{
	position: absolute;
	top:0;
	left: 0;
}
.topp-kontaktinfo div{
	padding: 1em;
	color:white;
}
.topp-kontaktinfo div h3{
	color:white;
	border-bottom: 1px solid white;
}
.topp-kontaktinfo div ul{
	list-style-type: none;
}
.topp-logo{
	padding: 1em 0;
}













@media only screen and (max-width: 40em) {
	
	#ff-sidebar-right,#ff-sidebar-right2{
		padding-top: 20px;
		padding-left: 20px;
	}

	
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

