<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'SegoeUI';
  src: url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/SegoeUI.woff') format('woff'), 
	   url('../fonts/SegoeUI.ttf')  format('truetype'), 
	   url('../fonts/SegoeUI.svg#SegoeUI') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SegoeUI-Light';
  src: url('../fonts/SegoeUI-Light.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/SegoeUI-Light.woff') format('woff'), 
	   url('../fonts/SegoeUI-Light.ttf')  format('truetype'), 
	   url('../fonts/SegoeUI-Light.svg#SegoeUI-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Campton-Thin';
  src: url('../fonts/Campton-Thin.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/Campton-Thin.otf')  format('opentype'),
	   url('../fonts/Campton-Thin.woff') format('woff'), 
	   url('../fonts/Campton-Thin.ttf')  format('truetype'), 
	   url('../fonts/Campton-Thin.svg#Campton-Thin') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Campton-Bold';
  src: url('../fonts/Campton-Bold.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/Campton-Bold.otf')  format('opentype'),
	   url('../fonts/Campton-Bold.woff') format('woff'), 
	   url('../fonts/Campton-Bold.ttf')  format('truetype'), 
	   url('../fonts/Campton-Bold.svg#Campton-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Campton-Book';
  src: url('../fonts/Campton-Book.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/Campton-Book.otf')  format('opentype'),
	   url('../fonts/Campton-Book.woff') format('woff'), 
	   url('../fonts/Campton-Book.ttf')  format('truetype'), 
	   url('../fonts/Campton-Book.svg#Campton-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
*{
	outline:none!important;
}
body{
	background:#fafafa;
	 font-family: 'SegoeUI';
	font-size:16px;
	line-height:24px;
	opacity:0;
}
p{
	clear:both;
}
a{
	outline:none!important;
	color:#000;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
a:hover{
	color:#5a9d50;
	border:none;
	text-decoration: none;
	opacity:1;
}
a:focus{
	color:#000;
	text-decoration: none;
	opacity:1;
	border:none;
}


ul {
	margin-top: 20px;
	list-style:circle;
}


header{
	float:left;
	width:100%;
	background:#fff;
	border-bottom:1px solid #efeeee;
}
.logo {
    float: left;
    width: 100%;
    max-width: 210px;
	margin: 8px 0 0;
}
.logo a{
    float: left;
    width: 100%;
}
.logo img{
    float: left;
    width: 100%;
}
.flex-none{
	display: inherit;
	-webkit-flex-wrap: inherit;
	-ms-flex-wrap: inherit;
	flex-wrap: inherit;
}
.navigation {
    float: right;
	margin-bottom: -1px;
}
nav {
    float: left;
	border-right:1px solid #efeeee;
}
nav ul {
    float: left;
	padding:0;
	margin:0;
	list-style:none;
}
nav ul li{
    float: left;
	padding:0;
	margin:0;
	border-left:1px solid #efeeee;
}
nav ul li.active{
	border-left:1px solid #6fb52a;
}
nav ul li:first-child{
	border:none;
}
nav ul li a{
    float: left;
	width:100%;
	text-transform:uppercase;
	letter-spacing:0.5px;
	font-size:14px;
	padding:24px 20px;
}
nav ul li a:hover,
nav ul li.active a{
	background:#5a9d50;
	color:#fff;
}
nav ul li a.dropdown-toggle:focus,
nav ul li a.dropdown-toggle:hover{
	background:#5a9d50;
	color:#fff;
}
nav ul li.active_drop &gt; a{
	background:#5a9d50;
	color:#fff;
}
.social {
    float: left;
	margin: 25px 0 0px 5px;
}
.container {
    clear: both;
}
.social a{
	float:left;
	font-size:20px;
	margin:0 0 0 13px;
	color:#b2b2b2;
}
.social a:hover,
.social a:focus{
	color:#5a9d50
}
.banner-section {
    float: left;
    width: 100%;
	position:relative;
	overflow:hidden;
}
.home-slider{
	float: left;
    width: 100%;
}
.slick-slide img{
	float: left;
    width: 100%;
}
.slide-caption {
    float: left;
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 0;
	transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
}
.slide-wrap {
    float: left;
    width: 100%;
    max-width: 610px;
}
.slide-wrap h3{
	float: left;
	width: 100%;
	margin: 0 0 10px;
	font-family: 'Campton-Bold';
	font-size:70px;
	line-height:66px;
	text-transform:uppercase;
	color:#fff;
	font-weight:normal;
}
.slide-wrap h3 span{
	float: left;
	width: 100%;
	 font-family: 'Campton-Thin';
}
.slide-wrap h5{
	float: left;
	width: 100%;
	margin: 0px;
	font-family: 'Campton-Book';
	font-size:16px;
	line-height:normal;
	text-transform:uppercase;
	color:#fff;
	font-weight:normal;
	letter-spacing:4px;
}
.home-slider .slick-dots {
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    top: 69%;
    left: 50%;
    margin: 0 auto;
    display: table !important;
    width: 100%;
    max-width: 1170px;
}
.home-slider .slick-dots li{
	float:left;
	padding:0 0 0 3px;
}
.home-slider .slick-dots li button{
	float:left;
	width:34px;
	height:3px;
	background:#fff;
	font-size:0;
	border:none;
	border-redius:0;
	-moz-border-redius:0;
	-webkit-border-redius:0;
	outline:none!important;
	cursor:pointer;
}
.home-slider .slick-dots li.slick-active button{
	background:#5a9d50;
}
.open &gt; .dropdown-menu {
    display: block;
}
.dropdown-menu{
	border: 0px solid rgba(0, 0, 0, .15);
	border-radius: 0;
	margin:0;
	padding: 0;
}
.dropdown-menu li{
	width:100%;
	border:none!important;
}
nav ul li .dropdown-menu li a {
    font-size: 16px;
    padding: 15px 0px;
    text-transform: capitalize;
    letter-spacing: normal;
	font-family: 'Campton-Book';
	color: #fff;
}
nav ul li .dropdown-menu li a:hover,
nav ul li .dropdown-menu li a:focus{
	background: transparent !important;
	color:#000;
}
.dropdown-toggle::after {
    position: relative;
    right: -5px;
    top: -1px;
}
.newbox a{
	float: left;
	width: 100%;
	position: relative;
	overflow:hidden;
}
.newbox a &gt; img{
	float: left;
	width: 100%;
	transform: scale(1); 
	 -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
.newsbox_info {
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.7);
	/*background: rgba(90, 157, 80, 0.9);*/
    color:  #fff;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    letter-spacing: 0.5px;
}
.newbox a:hover &gt; img{
	bottom:0;
	transform: scale(1); 
}
.newbox a:hover .newsbox_info{
	bottom:0;
}
.four_boxes {
    float: left;
    width: 100%;
	margin-top: -110px;
	margin-bottom: 60px;
}
.newbox a:hover .newsbox_info {
    background: rgba(90, 157, 80, 0.9);
}
.newbox a:hover .fa-long-arrow-right {
    right: -15px;
}
.newbox .fa-long-arrow-right{
	font-size: 18px;
	position: relative;
	right: -7px;
	top: 2px;
	 -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.weare_you{
	float: left;
	width: 100%;
	position:relative;
	color:#fff;
	margin: 0 0 80px;
}
.weare_wrap{
	float: left;
	width: 100%;
	position:absolute;
	top:50%;
	left:0;
	transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
}
.width_490{
	margin:0 auto;
	width:100%;
	max-width:490px;
}
.weare_you img{
	float: left;
	width: 100%;
}

h3{
	float: left;
	width: 100%;
	padding:0;
	margin:0 0 15px;	
	font-family: 'Campton-Bold';
	text-transform:uppercase;
	font-size:32px;
}
.btn{
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border:1px solid #000;
	padding:13px 15px;
	width:100%;
	max-width:162px;
	text-align:center;
	font-family: 'SegoeUI';
	font-size:15px;
	font-weight:normal;
	background:#000;
	color:#fff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn:hover,
.btn:focus{
	background:#000;
	color:#fff;
	border:1px solid #000;
}
.btn i{
	position:relative;
	right:-5px;
	top:1px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn:hover i {
	right:-15px;
}
.white_btn{
	background:#fff;
	color:#000;
	border:1px solid #fff;
}
.white_btn:hover,
.white_btn:focus{
	background:#fff;
	color:#000;
	border:1px solid #fff;
}
.weare_wrap .btn{
	margin-top:15px;
}
.about_img{
	float:right;
	width:55%;
	padding:55px 0;
	background:#fafafa;
	margin-bottom: -5px;
}
.about_img span {
    float: left;
    width: 100%;
    padding: 0;
    background: url(../content/illustrasjon/kampanje-luft.jpg) no-repeat left top;
        background-size: auto;
    background-size: cover;
    min-height: 498px;
}
.about {
    float: left;
    width: 100%;
    position: relative;
	background:#ececec;
	margin: 0 0 65px;
}
.about_info {
    float: left;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
	transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	z-index:1;
	overflow:hidden;
}
.about_wrap {
    float: left;
    width: 100%;
    max-width: 435px;
    margin: 0;
    padding: 0 0 0 70px;
}
.about_bg{
	width:56%;	
	position:absolute;
	top:0;
	left:0;
	height:604px;
}
.about_bg span{
	width: 20%;
     max-width: none;
	float:right;
	 position: absolute;
	 right:0;
	 height:604px;
	 background:url(../img/about_bg.png) no-repeat bottom right;
	 background-size:100% 100%;
}
.about h3 {
    padding: 0;
    margin: 0 0 5px;
}
h4 {
    float: left;
    width: 100%;
    font-family: 'Campton-Thin';
    font-size: 27px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0px 0 20px;
}
.about .btn{
	margin-top:15px;
}
.contact-section {
    float: left;
    width: 100%;
    text-align: center;
}
.contact-section h4{
	margin:0 0 5px;
	font-size:20px;
	font-family: 'Campton-Book';
}
.contact-section h3{
	margin:0 0 20px;
	font-size:28px;
}
.contact-section form{
	float:left;
	width:100%;
	margin:20px 0 0;
}
.contact-section p{
	float:left;
	width:100%;
	padding: 0 9%;
}
.contact-section .container {
   max-width:524px;
}
.input_box{
	padding:0px 2px 5px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"]{
	float:left;
	width:100%;
	padding:10px 15px;
	border:1px solid #aaaaaa;
	border-radius:0;
	font-size:14px;
	font-family: 'SegoeUI';
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	color:#aaaaaa;
	background-color:transparent;
}
select{
	float:left;
	width:100%;
	padding:10px 15px;
	border:1px solid #aaaaaa;
	border-radius:0;
	font-size:14px;
	font-family: 'SegoeUI';
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	color:#aaaaaa;
	outline:none!important;
	background-color:transparent;
	background-image: url(../img/ico-select.svg);
background-repeat: no-repeat;
background-position: right 10px center;
}
textarea{
	float:left;
	width:100%;
	padding:10px 15px;
	border:1px solid #aaaaaa;
	border-radius:0;
	font-size:14px;
	font-family: 'SegoeUI';
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	color:#aaaaaa;
	height:105px;
	background-color:transparent;
}
*::placeholder,
*::-moz-placeholder,
*::-webkit-input-placeholder{
	opacity:1;
	color:#aaaaaa;
}
.full_btn{
	max-width:none;
}
button.btn{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor:pointer;
	padding: 18px 15px;
	font-size:14px;
}
footer{
    float:left;
	width:100%;
	padding:55px 0 35px;
	/*background:#0a0a0a;*/
	background:#545553;
	margin:60px 0 0;
	color:#fff;
}
.footer_logo{
 float:left;
	width:100%;
	max-width:210px;
}
.footer_logo img{
 float:left;
	width:100%;
}
.footer_social {
    float: right;
	margin:15px 0 0;
}
.footer_social a{
	float:left;
	font-size:16px;
	margin:0 0 0 13px;
	color:#b2b2b2;
}
.footer_social a:hover,
.footer_social a:focus{
	color:#5a9d50;
}
.footer_menu{
	float:right;
	text-align:right;
}
.footer_menu ul li{
	float:left;
	padding:0 0 0 40px;
}
.footer_menu ul li:first-child{
	padding:0;
}
.footer_menu a{
	color:#fff;
}
.footer_menu ul li a{
	float:left;
	width:100%;
	font-size:13px;
	text-transform:uppercase;
	color:#fff;
	letter-spacing:0.5px;
} 
.footer_menu ul li a:hover,
.footer_menu ul li a:focus{
	color:#5a9d50;
}
.footer_menu ul li.active a{
	color:#5a9d50;
}
footer small{
	font-size:13px;
	letter-spacing:0.5px;
	padding: 25px 0 0;
float: right;
}
.small--hide{
	display:inherit!important;
}
.large--hide{
	display:none!important;
}
#mo_nav{
	display:none;
}
#cssmenu,
#cssmenu a {
	font-family: 'SegoeUI';
	font-weight:normal;
}
.home-slider{
	transform: scale(1.1); 
	 -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
.home-slider.zoom_in{
	transform: scale(1); 
}
.section_about {
    float: left;
    width: 100%;
    text-align: center;	
	margin: 20px 0 60px;
}
.section_about h4 {
    font-family: 'Campton-Book';
    font-size: 22px;
    margin: 0 0 5px;
}
.about_row {
    margin: 0 auto;
    width: 100%;
    max-width: 675px;
}
.section_about h3 {
    font-size: 28px;
}
.section_about .btn {
    margin: 20px 0 0;
	background:none;
	border:1px solid #000;
}
.dropdown-menu{
	display:block;
	position: static;
	background:none;
}
#header-section .container{
	position:static;
}
#header-section{
	position:relative;
}
.submenu-box {
    position: absolute;
    top: 72px;
    left: 0;
    z-index: 9;
    width: 100%;
    background: rgba(90,157,80, 0.9);
	padding:25px 0;
	display:none;
}
.dropdown-menu li {
    width: 25%;
    border: none !important;
    float: left;
    display: inherit;
}
.dropdown-menu {
    display: inherit;
    position: static;
    background: none;
    width: 100%;
}
.submenu-box h3{
	float:left;
	margin::0 0 10px;
	text-transform:none;
	font-size:26px;
	color: #fff;
}
nav ul li a.active_sub{
	background:#5a9d50;
	color:#fff;
}
.fa.fa-angle-up {
    display: none;
}
.active_sub .fa.fa-angle-up {
    display: inherit;
}
.active_sub .fa.fa-angle-down {
    display: none;
}
nav ul li a.dropdowntoggle{
position:relative;
padding-right: 30px;
}
.sub_dropdown .fa{
	position:absolute;
	top: 29px;
right: 11px;
}
@media(min-width:767px){
#header-section {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}
body {
    padding-top: 70px;
}
}


.footer_menu ul, .banner-section ul {
	padding:0;
	margin:0;
	list-style:none;
}

.company-address	{
	padding-top:25px;
	font-size:1.2em;
	line-height:30px
}

.company-name	{
	font-weight:strong;
	font-size: 1.6em
}



</pre></body></html>