/*
Theme Name: FLAIR - single image - Version: 2
Description:  Designed by josweb.
Author:  Jo
Purchase:  http://themeforest.net/user/josweb

01. GENERAL STYLING
02. MENU
03. HOME SECTION 
05. MILESTONES, PARALLAX WORK QUOTE & VIDEO SECTION
06:	PRICING TABLES
07:	CONTACT SECTION 
08: FOOTER SECTION
09. SINGLE PAGES
10. BLOG
11. MEDIA QUERIES
*/

/*-----------------------------------------------------------------------------------*/
/*	01: GENERAL STYLING
/*-----------------------------------------------------------------------------------*/	
/** Generated by FG **/
@font-face {
    font-family: 'aeroportalregular';
    src: url('../font/aeroportal-webfont.eot');
    src: url('../font/aeroportal-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('http://www.norwayexports.no/home') format('woff2'),
         url('http://www.norwayexports.no/home') format('woff'),
         url('../font/aeroportal-webfont.ttf') format('truetype'),
         url('../font/aeroportal-webfont.svg#aeroportalregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../font/glyphicons-halflings-regular.eot');
  src: url('../font/glyphicons-halflings-regulard41d.eot?#iefix') format('embedded-opentype'), 
  url('http://www.norwayexports.no/home') format('woff'), 
  url('../font/glyphicons-halflings-regular.ttf') format('truetype'), 
  url('../font/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 24px;
	color: #000 !important;
	background:#fff;
	margin: 0;
	text-rendering: optimizeLegibility;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-font-smoothing: subpixel-antialiased;
	height: 100%;
	width: 100%;
	visibility:hidden;
    text-align: left;
}

html { font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; height:100%;}
a, a:visited, a:hover, a:active, a:focus, input, select, textarea { outline:none; text-decoration:none; }
a, li { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
:focus, .btn:focus { outline: 0; }
code{ color:#333; }
img { display:block; height:auto; max-width:100%; vertical-align:top; ms-interpolation-mode:bicubic; opacity:1.0; width: auto\9;}
iframe { border: 0 none; }
.soundcloud { width:100%; }
.well { box-shadow:none; border:none; -webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px; background:transparent; margin-bottom:0px; }
.center { margin:0 auto; }
.pull-left { margin-right:10px; }
.pull-right { margin-left:10px; }
input{ -webkit-appearance: none; }
.wow:nth-child(1), .wow:nth-child(2), .wow:nth-child(3), .wow:nth-child(4), .wow:nth-child(5), .wow:nth-child(6)  { visibility: hidden; }
.fa-li { margin-left:-8px; padding-top:2px; }
.container { overflow: hidden; }

/**** LINKS ****/
a {
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/**** PADDING ****/
.pad90 { padding-top: 90px; }
.pad60 { padding-top: 60px; }
.pad45 { padding-top: 45px; }
.pad35 { padding-top: 35px; }
/*.pad30 { padding-top: 30px; }*/
.pad25 { padding-top: 25px; }
.pad20 { padding-top: 20px; }
.pad15 { padding-top: 15px; }
.pad10 { padding-top: 10px; }
.pad5 { padding-top: 5px; }
.marg-right10 { margin-right: 10px; }
.marg-top0 { margin-top: 0px; }
.marg-top-minus25 { margin-top: -25px; }

/**** SECTION PADDINGS ****/
 #about, #team, #work, #price, #contact { padding-top: 50px; background:#fff; }
/*section { background:#fff; }*/

/** BUTTONS **/
.btn {
	padding: 12px 25px;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	display: inline-block;
	overflow: hidden;
	color: #fff;
	border-radius:0px !important;
	margin-bottom:15px;
	letter-spacing: 2px;
	font-weight: 700;
	width:100%;
	margin-top: 13px;
}
@media screen and (min-width: 768px){.btn {margin-left: -26px;}}
footer .btn:hover {
	background-color: #2280B0!important; 
	cursor: pointer;
	color: #f0f0f0;
	-webkit-transition: all 0.3s ease-in-out;
	drop-shadow:none!important;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn a:hover, .btn:focus{ color: #f0f0f0!important; }

/**** VIDEO ****/
.vendor { position: relative; padding:0 0 56.25%; height: 0; margin 0 0; }
.vendor iframe { position:absolute; top:0; left:0; width:100%; height:100%; } 

/**** BLOCKQUOTE ****/
blockquote { padding: 10px; }

/**** ICON BLOCKQUOTE ****/
blockquote.testimonial_blockquote { border: 0!important; padding: 0 ; color:#666; }
blockquote.testimonial_blockquote i.fa-quote-left,  blockquote.testimonial_blockquote i.fa-quote-right, blockquote.testimonial_blockquote i {
	font-size:50px;
	position: relative;
	padding-right:5px;
}
blockquote.testimonial_blockquote i.fa-quote-right { padding-right:0px; padding-left: 5px; }
blockquote.testimonial_blockquote p { 
	font-size:20px;
	line-height:32px;
	color:#888;
	font-weight:300;
}

/*  ---------------------------------------------------------------
 	OVERLAYS
    --------------------------------------------------------------- */
#overlay {	
	background: url(../img/overlay.png) repeat;
	position:absolute;
	top:0; left:0; bottom:0; right:0;
}
.dark_overlay {	
	background: url(../img/overlay2.png) repeat;
	position: relative; 
	width: 100%;
	height: 100%;
}
.light_overlay{	
	/*background: url(../img/overlay.png) repeat;*/
	position: relative; 
	width: 100%;
	height: 100%;
}

/*  ---------------------------------------------------------------
 	TYPOGRAPHY
    --------------------------------------------------------------- */
h1, h2, h3,h4,h5,h6 { color:#555;  text-align: initial;}
h1 {
	font-size: 50px;
	line-height:100px;
	position: relative;
	letter-spacing:0px!important;
	color: #005596!important;
	margin: 0px 0px 30px;
	text-transform: initial;
    font-family: 'aeroportalregular';
}
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }	


/*.lead {
	font-size: 27px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 30px;
	color:#666;
	margin-top: 3px;
}*/

.lead {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 30px;
    color: #005596;
    margin-top: 3px;
}

p { margin-bottom: 20px; }

#single h1 {
	font-weight: 700;
	font-size: 60px;
	line-height: 70px;
	position: relative;
	letter-spacing: -1px!important; 
	color: #222;
	margin: 0px 0px 10px;
	text-transform: none;
	text-align: center;
}

#single .lead {
	font-size: 28px!important; 
	font-weight: 300;
	text-align: center;
	line-height: 40px;
	margin-bottom: 35px;
	color: #696f77;
}

#about h6{ margin:20px 0; font-weight:500; }
.well h1, .well p { background:inherit!important; }

/*--------------------------------*/
/*	PRELOADER
/*--------------------------------*/
body.royal_preloader {
    background: none;
    visibility: hidden;
}
#royal_preloader {
    font-family: Arial;
    font-size: 12px;
    visibility: visible;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    margin: 0;
    z-index: 9999999999;
}
#royal_preloader.royal_preloader_number:before,
#royal_preloader.royal_preloader_progress:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: -moz-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: -ms-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: -o-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
}
#royal_preloader.complete {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear 0.5s;
       -moz-transition: opacity 0.2s linear 0.5s;
        -ms-transition: opacity 0.2s linear 0.5s;
         -o-transition: opacity 0.2s linear 0.5s;
            transition: opacity 0.2s linear 0.5s;
}
#royal_preloader.royal_preloader_line {
    height: 2px;
    bottom: auto;
}

/* Number Mode */

#royal_preloader.royal_preloader_number .royal_preloader_percentage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 20px;
    color: #FFFFFF;
    font-family: Impact, Arial;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-align: center;
    -webkit-transition: all 0.3s linear 0.5s;
       -moz-transition: all 0.3s linear 0.5s;
        -ms-transition: all 0.3s linear 0.5s;
         -o-transition: all 0.3s linear 0.5s;
            transition: all 0.3s linear 0.5s;
}
#royal_preloader.royal_preloader_number .royal_preloader_percentage:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
}
#royal_preloader.royal_preloader_number .royal_preloader_percentage:after {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border: 4px solid transparent;
    border-left-color: #FFFFFF;
    border-radius: 50%;
    -webkit-animation: rotate 0.8s linear infinite;
       -moz-animation: rotate 0.8s linear infinite;
        -ms-animation: rotate 0.8s linear infinite;
         -o-animation: rotate 0.8s linear infinite;
            animation: rotate 0.8s linear infinite;
}

/* Line Mode */

#royal_preloader.royal_preloader_line .royal_preloader_loader {
    position: absolute;
    height: 100%;
    left: 0;
}
#royal_preloader.royal_preloader_line .royal_preloader_peg {
    position: absolute;
    right: 0;
    height: 100%;
    width: 100px;
    opacity: 0.5;
}

/* Text Mode */

#royal_preloader.royal_preloader_text .royal_preloader_loader {
    color: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    height: 30px;
    line-height: 30px;
    margin: auto;
    letter-spacing: 3px;
    font-size: 16px;
    white-space: nowrap;
}
#royal_preloader.royal_preloader_text .royal_preloader_loader div {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0%;
    background-color: #000000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/* Logo Mode */

#royal_preloader.royal_preloader_logo .royal_preloader_loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0px;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 5px;
}
#royal_preloader.royal_preloader_logo .royal_preloader_loader div {
    position: absolute;
    bottom: 0%;
    left: 0px;
    right: 0px;
    height: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
#royal_preloader.royal_preloader_logo .royal_preloader_percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    line-height: 40px;
    margin: 0px;
    color: #072E77;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

/* Progress Mode */

#royal_preloader.royal_preloader_progress .royal_preloader_percentage {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #AAAAAA;
    color: rgba(255, 255, 255, 0.1);
    font-family: Impact, Arial;
    font-size: 20px;
    text-align: center;
}
#royal_preloader.royal_preloader_progress .royal_preloader_loader {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 60%;
    height: 2px;
    margin: -10px auto auto auto;
    background-color: rgba(0, 0, 0, 0.1);
}
#royal_preloader.royal_preloader_progress .royal_preloader_meter {
    width: 0;
    height: 100%;
    margin: auto;
    padding: 0;
    background-color: #C76363;
}


@-webkit-keyframes rotate {
    0% { -webkit-transform: rotate(0);}
    100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform: rotate(0); }
    100% { -moz-transform: rotate(360deg); }
}
@-ms-keyframes rotate {
    0% { -ms-transform: rotate(0); }
    100% { -ms-transform: rotate(360deg); }
}
@-o-keyframes rotate {
    0% { -o-transform: rotate(0); }
    100% { -o-transform: rotate(360deg); }
}
@keyframes rotate {
    0% { transform: rotate(0); }
    100% { transform: rotate(360deg); }
}

/*-----------------------------------------------------------------------------------*/
/*	02: MENU
/*-----------------------------------------------------------------------------------*/	
#header {
	position: fixed;
	top: -80px;
	width: 100%;
	background-color: #FDFCFC;
	max-height: 80px;
	min-height: 53px;
	z-index: 999!important;
	/*transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;opacity:0.95;
	overflow: hidden;*/
}

/**** adjust padding for your logo ****/
#logo{ padding: 8px 0px 0 60px; overflow: hidden; float: left; }
#logo img {width:100%;}

#nav-toggle {
	position: absolute;
	z-index: 200;
	right: 15px;
	top: 11px;
	font-size: 25px;
	cursor: pointer;
	display: none;
}
#nav-toggle .menu-text {
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-left: 10px;
}
.responsive-menu { max-height: 100% !important; }
.show-header { top: 0px !important; }
/*
#menu { 
	overflow: hidden;
	margin-bottom: 0px;
	list-style: none;
	float: right;
	padding: 14px 60px 0 0; 
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}
#menu a {  
	font-weight: 400;
	color: #909090;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0px!important;
}
#menu li { float: left; padding: 0px 0px 0 15px; }
*/
/*-----------------------------------------------------------------------------------*/
/*	03: HOME SECTION STYLES
/*-----------------------------------------------------------------------------------*/	

.green-color{color:#448E17}
a.green-color{color:#448E17}
/*.background10 #content h1{ color: #eed9e2 !important;}*/
/*#content {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 1%;
	right:1%;
	z-index:1;
	top: 202px;

}*/

#content {
        position: absolute;
        /*
    margin-left: auto;
    margin-right: auto;
    left: 2%;
    right: 2%;*/
    z-index: 1;
    bottom: 0;
    text-align: center;
    width: 100%;
}
.contentHome{bottom: 0% !important; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0075be+0,0075be+50,0075be+100&0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(0,117,190,0) 0%, rgba(0,117,190,0.5) 50%, rgba(0,117,190,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,117,190,0) 0%,rgba(0,117,190,0.5) 50%,rgba(0,117,190,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,117,190,0) 0%,rgba(0,117,190,0.5) 50%,rgba(0,117,190,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000075be', endColorstr='#0075be',GradientType=0 ); /* IE6-9 */
padding: 80px 0 20px;}
.contentHome .name { margin-bottom: 12px; -webkit-font-feature-settings: "kern"; line-height: 35px;}
img.img-ctr{ 
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
    float: left;
    margin-right: 40px;
    margin-left: auto;
    margin-right: auto;
    display: list-item;
}
img.img-lft{ 
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
    float: left;
    margin-right: 40px;/*
    margin-left: auto;
    margin-right: auto;
    display: list-item;*/
}
img.img-square{ 
    width: 263px;
    height: 200px;
    margin-bottom: 10px;
    float: left;
    margin-right: 40px;
}
.name {
	margin: 0px auto;
	text-align: center;
	color: #fff;
	letter-spacing: 6px;
	font-size: 28px;
	font-weight: 600;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

.byline{
	margin: 0px auto 20px;
	text-align: center;
	color: #fff;
    letter-spacing: 4px;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: 700;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3); 
}

.ilink { color: rgba(255,255,255,1.0); }
.ilink:hover { 
	 color: rgba(255,255,255,0.7)!important;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/**** HEART ****/
.heart {
  	position: relative;
   	width: 50px;
  	height: 45px;
  	margin: 0px auto 0px;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
    display: none;
}
.heart:before,
.heart:after { 
   position: absolute; 
  content: "";
  left: 23.5px;
  top: 0;
  width: 25px;
  height: 40px;
  background: #C23419;
  -moz-border-radius: 50px 50px 0 0;
  border-radius: 50px 50px 0 0;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
     -moz-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
       -o-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.heart:after {
  left: 0;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
     -moz-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
       -o-transform-origin: 100% 100%;
          transform-origin :100% 100%;
}

/*--------------------------------*/
/*	BIG FIXED IMAGE
/*--------------------------------*/	
#big_image{
	background: url(http://www.norwayexports.no/home)  no-repeat top center;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	-webkit-background-size: cover!important; 
    -moz-background-size: cover!important;  
    -o-background-size: cover!important; 
    background-size: cover!important;
}

#big_image_1{
 	background: url(http://www.norwayexports.no/home)  no-repeat top center;
 	width: 100%;
 	height: 600px;
 	margin: 0 auto;
 	-webkit-background-size: cover!important; 
    -moz-background-size: cover!important;  
   	-o-background-size: cover!important; 
   	background-size: cover!important;
	margin-top:30px;
	
}
#big_image_1ko1{
	background: url(http://www.norwayexports.no/home)  no-repeat top center;
 	width: 100%;
 	height: 500px;
 	margin: 0 auto;
 	-webkit-background-size: cover!important; 
    -moz-background-size: cover!important;  
   	-o-background-size: cover!important; 
   	background-size: cover!important;
	margin-top:30px;
	
}


#big_image_2{
    background: url(http://www.norwayexports.no/home)  no-repeat top center;
    width: 100%;
    height: 480px;
    margin: 0 auto;
    -webkit-background-size: cover!important; 
    -moz-background-size: cover!important;  
    -o-background-size: cover!important; 
    background-size: cover!important;
	/*background-position-y: -650px;*/

}

#big_image_2ko1{
    background: url(http://www.norwayexports.no/home)  no-repeat top right;
    width: 100%;
    height: 750px;
    margin: 0 auto;
    -webkit-background-size: cover!important; 
    -moz-background-size: cover!important;  
    -o-background-size: cover!important; 
    background-size: cover!important;
}

#big_image_3{
    background: url(http://www.norwayexports.no/home)  no-repeat top center;
    width: 100%;
    height: 680px;
    margin: 0 auto;
    -webkit-background-size: cover!important; 
    -moz-background-size: cover!important;  
    -o-background-size: cover!important; 
    background-size: cover!important;
	margin-top:30px;
}
#big_image_3ko1{
    background: url(http://www.norwayexports.no/home)  no-repeat top center;
    width: 100%;
    height: 630px;
    margin: 0 auto;
    -webkit-background-size: cover!important; 
    -moz-background-size: cover!important;  
    -o-background-size: cover!important; 
    background-size: cover!important;
	margin-top:30px;
}



#big_image_4{
    background: url(http://www.norwayexports.no/home)  no-repeat top center;
    width: 100%;
    height: 400px;
    margin: 0 auto;
    -webkit-background-size: cover!important; 
    -moz-background-size: cover!important;  
    -o-background-size: cover!important; 
    background-size: cover!important;
    background-position: 0px;
}
#big_image_5{
    background: url(http://www.norwayexports.no/home)  no-repeat top center;
    width: 100%;
    height: 400px;
    margin: 0 auto;
    -webkit-background-size: cover!important; 
    -moz-background-size: cover!important;  
    -o-background-size: cover!important; 
    background-size: cover!important;
}
#big_image_6{
    background: url(http://www.norwayexports.no/home)  no-repeat top center;
    width: 100%;
    height: 800px;
    margin: 0 auto;
    -webkit-background-size: cover!important; 
    -moz-background-size: cover!important;  
    -o-background-size: cover!important; 
    background-size: cover!important;
}
#big_image_7{
    background: url(http://www.norwayexports.no/home)  no-repeat top center;
    width: 100%;
    height: 700px;
    margin: 0 auto;
    -webkit-background-size: cover!important; 
    -moz-background-size: cover!important;  
    -o-background-size: cover!important; 
    background-size: cover!important;
}
#big_image_8{
    background: url(http://www.norwayexports.no/home)  no-repeat top center;
    width: 100%;
    height: 400px;
    margin: 0 auto;
    -webkit-background-size: cover!important; 
    -moz-background-size: cover!important;  
    -o-background-size: cover!important; 
    background-size: cover!important;
}

#big_image_9{
    background: url(http://www.norwayexports.no/home)  no-repeat top center;
    width: 100%;
    height: 539px;
    margin: 0 auto;
    -webkit-background-size: cover!important; 
    -moz-background-size: cover!important;  
    -o-background-size: cover!important; 
    background-size: cover!important;
    /*background-position: 0px -130px;*/
}
.img-top-txt{  padding-top: 5%;}
/*#big_image_1 .img-top-txt .animated,#big_image_2 .img-top-txt .animated,#big_image_3 .img-top-txt .animated,#big_image_4 .img-top-txt .animated,#big_image_5 .img-top-txt .animated,*/
#big_image_6 .img-top-txt .name.animated{background:rgba(0, 0, 0, 0.33); padding: 10px;}
#big_image_6 .img-top-txt .animated{background: none; padding: 10px;text-align: center;}

/*-----------------------------------------------------------------------------------*/
/*	04: ABOUT SECTION
/*-----------------------------------------------------------------------------------*/	
/* ABOUT - SERVICE ICONS */
.service {
	text-align: center;
	margin: 20px auto 0;
	position: relative;
	width: 120px;
	height: 120px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.service i{
	color:#fff;
	line-height: 120px;
	margin :0 auto;
	position: relative;
	display: block;
	font-size: 65px;
	-webkit-transform: scale(1.0);
	-moz-transition: -moz-transform 0.5s;
	-moz-transform: scale(1.10);
	-ms-transform: scale(1.0);
	transition: transform 0.5s;
	transform: scale(1.0);
}
.service:hover { background: #2E3138!important; }
.service i:hover { color: #f5f5f5; }

/*--------------------------------*/
/*	TICKER
/*--------------------------------*/
.like { min-height:180px; font-size:80px!important; line-height:60px; margin:60px 0 20px; color: #222!important; }
.ticker{  
	font-size: 52px; 
	font-weight: 400;
	color: #777;
	line-height: 0px;
	letter-spacing: 0px;
	text-transform: lowercase;
}

/*--------------------------------*/
/*	PIE CHARTS
/*--------------------------------*/
.chart1, .chart2, .chart3 {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 140px;
  margin-top: 50px;
  margin-bottom: 0px;
  text-align: center;
}
.chart canvas { position:absolute; top:0; left:0; }
.percent { 
	position: absolute;
	display: inline-block;
	margin: 0px auto;
	z-index: 2;
	color: #f0f0f0;
	left: 40%;
	top: 40%;
	font-weight: 700;
	font-size: 18px;
}
.pie p{ color:#ddd; padding:10px 0 60px; text-transform:uppercase; }

#charts .well{ 
	background: url(http://www.norwayexports.no/home) 50% 0% fixed no-repeat;
	background-position: top center;
	-webkit-background-size: cover!important; 
    -moz-background-size: cover!important;  
    -o-background-size: cover!important; 
    background-size: cover!important;
	padding: 0 0;
}
#charts .well h1 {
	margin: 60px auto 10px;
	font-size: 30px!important;
	font-weight: 400!important;
	line-height: 60px;
	letter-spacing: 2px!important;
	text-align: center;
	text-transform: uppercase;
	color: #bbb!important;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3); 
}

/*-----------------------------------------------------------------------------------*/
/*	05: MILESTONES, PARALLAX WORK QUOTE & VIDEO SECTION
/*-----------------------------------------------------------------------------------*/	

/*--------------------------------*/
/*	MILESTONES
/*--------------------------------*/
#milestones .well{ 
	background: url(http://www.norwayexports.no/home) 50% 0% fixed no-repeat;
	background-position: top center;
	-webkit-background-size: cover!important; 
    -moz-background-size: cover!important;  
    -o-background-size: cover!important; 
    background-size: cover!important;
	padding: 0 0;
	height: 450px;
}
#milestones .well h1 {
	margin: 0 auto;
	font-size: 35px!important;
	font-weight: 400!important;
	line-height: 60px;
	letter-spacing: 2px!important;
	color: #bbb!important;
	text-align: center;
	text-transform: uppercase;
	padding-top: 90px;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3); 
}
.counter { 
	padding: 10px 0 0;
	font-size: 70px;
	font-weight: 700!important;
	line-height: 80px;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3); 
}
.light { 
	padding: 20px 0 120px;
	font-size: 18px;
	font-weight: 400!important;
	line-height: 25px;
	color: #bbb;
	margin: 0 auto;
	letter-spacing: 1px;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3); 
}

/*--------------------------------*/
/*	PARALLAX WORK QUOTE 
/*--------------------------------*/
#work .well{
	background: url(http://www.norwayexports.no/home) 50% 0% fixed no-repeat;
	background-position: top center;
	-webkit-background-size: cover!important; 
    -moz-background-size: cover!important;  
    -o-background-size: cover!important; 
    background-size: cover!important;
	padding: 0px 0px;
}
#work .well h2{ 
	font-size: 30px;
	line-height: 45px;
	margin: 120px auto 30px;
	color: #fff!important;
	font-weight: 300!important;
	font-family: 'Conv_PlutoCondLight_0',Sans-Serif;
}

/*--------------------------------*/
/*	BG VIDEO SECTION
/*--------------------------------*/	
.wallpaper, .wallpaper .wallpaper-container, .wallpaper .wallpaper-media {
	-webkit-transition: none !important;
	transition: none !important;
}
.wallpaper { overflow: hidden; position: relative; }
.wallpaper .wallpaper-container { height: 100%; overflow: hidden; position: absolute; top: 0; width: 100%; z-index: 0; }
.wallpaper .wallpaper-media { left: 0; opacity: 0; position: absolute; top: 0; }
.wallpaper .wallpaper-media.animated {
	-webkit-transition: opacity 0.5s linear !important;
	transition: opacity 0.5s linear !important;
}
.wallpaper .wallpaper-media img, .wallpaper .wallpaper-media video, .wallpaper .wallpaper-media iframe { 
	display: block; height: 100%; width: 100%; }
.wallpaper .wallpaper-embed.ready:after { content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 1; }
.wallpaper .wallpaper-embed.ready iframe { /* pointer-events: none; - safari doesn't like this :/ */ z-index: 0; }
.wallpaper .wallpaper-media.native { background-position: center; background-size: cover; height: 100%; width: 100%; }
.wallpaper .wallpaper-media.native img { display: none; }
.wallpaper .wallpaper-media.fixed { background-position: center; background-attachment: fixed; height: 100%; width: 100%; }
.wallpaper .wallpaper-media.fixed img { display: none; }

/**** VIDEO SECTION ****/
.video-section { height:420px; }
.wallpapered h2 { 
	font-size: 32px;
	line-height: 45px;
	padding: 120px 0 0;
	color: #fff!important;
	font-weight: 400;
}
.wallpapered h4 { 
	font-size: 18px!important;
	padding: 5px 0 120px  0;
	color: #fff!important;
	font-weight: 500;
	letter-spacing: 1px;
}
#video_content {
     max-width: 1280px!important;
    margin: 0px auto;
    left: 1%;
    right: 1%;
    position: absolute;
}

.video_overlay{	
	background: url(../img/overlay.png) repeat;
	position: relative; 
	width: 100%;
	height: 100%;
	z-index: 1;
}
.dark_video_overlay{	
	background: url(../img/overlay2.png) repeat;
	position: relative; 
	width: 100%;
	height: 100%;
	z-index: 1;
}

/*-----------------------------------------------------------------------------------*/
/*	06:PRICING TABLES
/*-----------------------------------------------------------------------------------*/	
#pricing {margin:0 auto; }
.price-plan-top { background: #222; padding:5px 0 10px 0; }
.price-plan h2 {
	color: #eee!important;
	letter-spacing: 4px;
	font-size: 15px;
	padding: 0 0 10px;
	text-transform: uppercase;
}
.price-plan-link:hover, .price-breakdown { color: #f7f7f7; }
.dollar {
	font-size: 22px;
	line-height: 22px;
	top: -55px;
	right: 3px;
	font-weight: 300;
	position: relative;
}
.price .amt {font-size:110px; line-height: 84px; }
.price .mo { font-size:14px; text-transform:uppercase; letter-spacing:1px; }
.price > p { font-size:11px; line-height:16px; margin-top:14px; color:#bbb; }
#pricing .info-wrapper { padding:20px 20px 0; border:1px solid #555; margin-bottom:40px; }
#pricing .info-wrapper  ul li { font-size: 14px;border-bottom:1px dashed #ddd; padding:10px 0; }
#pricing .list-group { list-style-type:none; color:#555; }
#pricing .btn { border:20px solid #F0F0F0; margin:0 auto -40px; font-size:12px; text-align:center; }

/*-----------------------------------------------------------------------------------*/
/*	07: CONTACT SECTION
/*-----------------------------------------------------------------------------------*/

/*--------------------------------*/
/*	MAP
/*--------------------------------*/
.google-maps { height:450px; margin:0px 0 0px; }
.gm-style img { max-width:none; }
.gm-style label { width:auto; display:inline; }

/*--------------------------------*/
/*	CONTACT FORM
/*--------------------------------*/
#ajax-contact-form{ margin-top:30px; }
#ajax-contact-form textarea { height:135px!important; }
#ajax-contact-form input, #ajax-contact-form  textarea {
	background: transparent;
	color: #f0f0f0!important;
	background:rgba(255,255,255,.2); 
	border-left: 0px none;
	border-right: 0px none;
	border-top: 0px none;
	border-bottom: 0px none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-border-radius: 6px;
	-moz-box-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 15px;
	padding: 8px 10px ;
	font-weight: 400;
	font-size:16px;
}
::-webkit-input-placeholder { color:#f0f0f0; opacity:1.0; }
:-moz-placeholder { color:#f0f0f0; opacity:1.0; }
::-moz-placeholder { color:#f0f0f0; opacity:1.0; }
:-ms-input-placeholder { color:#fff; opacity:1.0; }
focus::-webkit-input-placeholder{ color:transparent; opacity:1.0;}
#ajax-contact-form input:focus, #ajax-contact-form  textarea:focus { color:#f0f0f0; outline:none; }
input { outline:none; }

#ajax-contact-form input.btn{
	padding: 15px 25px;
	background-color: #2E3138!important;
	color: #f0f0f0;
	cursor: pointer;
	font-family: 'Conv_PlutoCondLight_0',Sans-Serif;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 700;
	text-transform:uppercase;
	text-align: center;
	display: inline-block;
	overflow: hidden;
	border-radius: 0px;
	margin-bottom: 15px;
	border: 0px none;
}
#ajax-contact-form input.btn:hover {
	background-color: #f0f0f0!important;
	cursor: pointer;
	color: #222!important;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.notification_error {
	color: #fff;
	background-color: #333;
	height: auto;
    margin: 0 0 9px 0;
    padding: 10px;
    text-align: left;
}
.notification_ok {
    color: #fff;
	opacity:0.5;
	font-weight: 400;
    height: auto;
    margin: 25px 0 9px 0;
    padding: 0px;
    text-align: left;
	font-size: 20px;
	line-height:28px
	width:100%;
	clear:both; 	
}
#contact h2 { color:#f0f0f0; line-height:40px;}
#contact a { color:#444; }
#contact a:hover { color:#f0f0f0; }
.inverse { color:#444; }

/*--------------------------------*/
/*	SOCIAL ICONS
/*--------------------------------*/
.social-icons { font-size: 40px; list-style-type: none!important; margin: 20px 0px 25px -38px;}
.social-icons li { list-style-type: none!important; float: left; margin:20px 15px 25px 0px; }
.social-icons ul li:last-child { margin-right: 0px; }
.social-icons li a { color: #f0f0f0!important; }
.social-icons li a:hover { color: #2E3138!important;  }

/*-----------------------------------------------------------------------------------*/
/*	08: FOOTER SECTION
/*-----------------------------------------------------------------------------------*/
.footer {
    background: #2E3138;
    margin: 0px auto;
    padding: 17px 0;
    text-align: center;
    overflow-x: hidden;
}
#copyright {
	font-size: 13px;
	font-weight: 400;
	letter-spacing:2px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
    margin: 10px auto;
    padding: 0px 0;
}

/*-----------------------------------------------------------------------------------*/
/*	09:SINGLE PAGES
/*-----------------------------------------------------------------------------------*/	
/* SINGLE PAGE - TEAM ICONS */
.hi-icon-wrap2 { text-align:left; padding: 10px 0 0 0; }
.hi-icon2 {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 15px 0px 15px 0px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
}
.hi-icon2:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
.hi-icon2:before {
	font-family: 'FontAwesome';
	speak: none;
	font-size: 35px;
	line-height: 60px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;margin-left:3px;
	display: block;
	-webkit-font-smoothing: antialiased;
}
.hi-icon-effect-a .hi-icon2 {
	color:#fff!important;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.no-touch .hi-icon-effect-a1 .hi-icon2:hover:after {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
	-moz-transition: -moz-transform 0.4s, opacity 0.2s;
	transition: transform 0.4s, opacity 0.2s;	
}
.hi-icon-effect-a .hi-icon2:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}

/*--------------------------------*/
/*	PROGRESS BARS
/*--------------------------------*/
.bars-wrapper { padding: 0 0; font-weight: 400; margin: 0px 0 25px 0; }
.bars-wrapper .progress { height:10px; background:#ddd; border-radius:0px; box-shadow:none; margin:3px 0 12px; }
.bars-wrapper .progress-bar { box-shadow: none; }
.bars-wrapper .progress:last-child { margin-bottom: 0; }

/*-----------------------------------------------------------------------------------*/
/*	10: BLOG
/*-----------------------------------------------------------------------------------*/
h1.blog-title { font-size:2.6em; line-height:1em; margin-bottom:10px;  margin:20px 0 10px; letter-spacing:0px!important;  } 
h1.blog-title a { color:#555;  } 
h1.blog-title a:hover { color:#888;  }
.categories li{ margin-left:-2px; }
.blog-tabs a { color:#888; }
.post { margin:30px 0 10px; } 
.blog-carousel-bottom{ margin:0px 0 -20px; } 
.thin{font-weight:300;  } 

/* Search */
 input[type="text"].form-control, input[type="search"] .form-control {
	 border: 2px solid #d8d3cb;
	font-weight:700;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.form-control::-webkit-input-placeholder { color:#888!important; opacity:1.0; }
.form-control:-moz-placeholder { color:#888!important; opacity:1.0; }
.form-control::-moz-placeholder { color:#888!important; opacity:1.0; }
.form-control:-ms-input-placeholder { color:#888!important; opacity:1.0; }

/* Tags */
.badge {
	background-color: transparent; 
	font-weight: 400;
	padding: 6px 10px 6px 0px;
	margin-bottom: 5px;
	color: #888;
	font-size:12px;
}
.badge a { color: #777; font-size:15px; }
.badge a:hover { color: #333; }

/* Pagination */
.pagination { height:76px; margin:18px 0px 0 -50px; font-size:18px!important; }
.pagination ul {
	display: inline-block;
	*display: inline;
  /* IE7 inline-block hack */
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
}
.pagination li { display: inline; }
.pagination a { float: left; padding: 0 10px; line-height: 34px; text-decoration: none; }
/* Social Feed */	
.social-feed{
	margin: 0 0;
	padding-right: 0; 
	display: block;
	width: 100%;
	display: table;
}
.social-feed ul { list-style:none; float:left; margin:0 0px 0px -38px; }
.social-feed li { list-style:none; float:left; margin:0 1px 1px 0; }
.social-feed li img{
    width: 60px;
    height: 60px;
    opacity: 1.0;
	-webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.social-feed li:hover img{ opacity: 0.7; }
/* Author */
div.author-block { margin: 35px 0 0 0; }
div.author-block  div.author-thumb { display:inline-block; float:left; margin:5px 20px 30px 0; }
/* Comments */
.comments { margin-top: 65px; }
ul.comments { list-style:none; margin:0; padding:0; }
.pointer {
	border-bottom: 9px solid transparent;
	border-right: 9px solid #f5f5f5;
	border-top: 9px solid transparent;
	height: 0;
	left: -9px;
	position: absolute;
	top: 9px;
	width: 0;
}
.comment-quote {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #f5f5f5;
	border-radius: 5px;
	padding: 20px 20px 30px;
	position: relative;
	margin-bottom: 10px;
}
.reply { font-size: 13px; }
.date { color: #999;margin:-10px 0 10px 0; font-size:0.9em; }
ul.comments div.comment-block p { margin 0; padding:0;}
ul.comments li { clear:both; padding:10px 0 0 115px; }
div.avatar { margin-left:-115px; position:absolute; }

#ajax-contact-form2 textarea { height:150px!important;}
#ajax-contact-form2 input, #ajax-contact-form2 textarea{
	background: #f5f5f5;
	color: #555;important;
	border: 0px none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 15px;
	padding: 8px 10px 8px;
	font-weight: 400;
	font-size: 15px;
}
#ajax-contact-form2 input::-webkit-input-placeholder { color:#555!important; opacity:1.0; }
#ajax-contact-form2 input::-moz-placeholder { color:#555!important; opacity:1.0; }
#ajax-contact-form2 input:-ms-input-placeholder { color:#555!important; opacity:1.0; }
#ajax-contact-form2 textarea::-webkit-input-placeholder { color:#555!important; opacity:1.0; }
#ajax-contact-form2 textarea::-moz-placeholder { color:#555!important; opacity:1.0; }
#ajax-contact-form2 textarea:-ms-input-placeholder { color:#555!important; opacity:1.0; }

/*-----------------------------------------------------------------------------------*/
/*	11: FEATURES
/*-----------------------------------------------------------------------------------*/

/*--------------------------------*/
/*	ACCORDIAN
/*--------------------------------*/
.panel-group { margin-bottom:25px; }
.panel-heading {
    background: #fff!important;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 10px 15px;
	margin-bottom: 5px;
}
.panel-heading a { font-size:15px;color:#333; }
.panel-heading a:hover { color: #555; }

/*--------------------------------*/
/*	TABS
/*--------------------------------*/
div.tabs { margin-bottom: 25px; }
div.tabs div.tab-content {
	-moz-border-radius: 0 6px 6px 6px;
	-webkit-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
	background-color: #F5F5F5;
	border: 0;
	padding: 40px 40px;
}
div.tabs ul.nav-tabs { border: 0; margin: 0; border: 0; }
div.tabs ul.nav-tabs li.active a { background: #F5F5F5; border: 0; color: #fff!important; }
div.tabs ul.nav-tabs a {
	border: 0;
	background: #222;
	color: #fff!important;
	margin-right: 3px;
	padding: 10px 20px 10px;
}
div.tabs ul.nav-tabs a:active, div.tabs ul.nav-tabs a:focus { border-bottom: 0!important; }

/*-----------------------------------------------------------------------------------*/
/*	12: MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/
@media only screen and (max-width : 1024px) {
.well, #big_image { 
	background-attachment: scroll!important;
	background-position: center top !important;
	height: auto;
	margin: 0 auto;		
	width: 100%;
}
/* CSS3 ANIMATIONS OFF */
.fadeIn, .bounceIn, .bounceInDown, .fadeInRightBig, .fadeInUp, .pulse, .bounce{
 -webkit-animation: none !important;
 -moz-animation: none !important;
 -o-animation: none !important;
 -ms-animation: none !important;
 animation: none !important; 
}
.wow { visibility:visible; }
#milestones .well{  height:auto!important; }
}
@media only screen and (max-width: 1725px){
.like {  min-height:260px; }
#nav-toggle { float: none!important; cursor: pointer; display:block; }
#logo { padding:12px 0px 0 30px; overflow:hidden; float:left; }
#header {max-height: 51px;}
}
@media screen and (min-width: 480px) and (max-width: 767px){
#section_video h2 { margin:30% auto 0; padding:0 0; width:100%; }
.wallpapered h2 { margin:25% auto 0; padding:0 0; width:100%; }
}
@media screen and (max-width: 480px){
.like { line-height:40px; min-height:150px; font-size:60px!important; }
.ticker { font-size:30px!important;   }
h1  { font-size: 60px!important; letter-spacing:-1px!important; }
.lead  { font-size: 28px!important;line-height:38px!important; }
#single h1 { font-size:40px!important; line-height:40px!important; }
#single .lead { font-size:20px!important; line-height:30px!important; margin:0 0 20px; }
.cbp-popup-singlePage-counter { display:none!important; }
.wallpapered h2 { margin:30% auto 0; padding:0 0; width:100%; }
}

@media screen and (max-width: 31.5em) {
#section_video h2 { font-size:32px!important; line-height:40px; margin:50% auto 0; padding:0 0; width:100%; }
}

@media all and (min-width: 321px) and (max-width: 568px) {
#content h1,.background7  h1.animated,.background12 #content h1 { font-size:30px!important; }
.name { font-size: 12px; margin-top:-10px; }
.byline { font-size: 12px; margin-bottom:8px }
}

@media all and (max-width: 320px) {
/*#content h1 { font-size:40px!important; margin-bottom:-10px!important;}*/
.name, .byline { font-size:12px; }
.wallpapered h2 { font-size:32px!important; line-height:40px; margin:50% auto 0; padding:0 0; width:100%; }
}
.brown-box {
    background-color: #E2E2E2; padding: 15px 0; margin:  0 0 20px 0;
   /* height: 250px !important;*/
}
.blue-box{ background: #0099bc; padding: 20px; color: white;}
.pink-box{ background: #b52178; padding: 20px; color: white;}
.pink-color{ color:#b52178;}
.spece-40{ padding: 20px 0;}
.pink-box img{ width: 100%; padding-bottom: 10px;}
.pink-box .cbp-l-grid-team-name{ /*padding-bottom: 10px;*/}
.brown-color{ color: #a59977;}
.red-field {
    background: #e61e26;
    font-weight: 600;
    color: white;
    padding: 10px;
    text-align: center;
}
.light-red {
    background: #fce7dc;
    padding: 20px 20px 0;
}



/*--------------------------added css---------------------*/
.background13{ background:url(../img/Hovedbilde_chilimedkrydder.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.dai li { list-style:none; margin-left:-40px;}

#scooteContentBox { margin-bottom: 60px;}
#big_image_13{
    background:url(../img/B%26S-6-15.html) no-repeat top center;
    width: 100%;
    height: 600px;
    margin: 0 auto;
    -webkit-background-size: cover!important; 
    -moz-background-size: cover!important;  
    -o-background-size: cover!important; 
    background-size: cover!important;

}
.scooteSubtext 
{
	font-size: 25px;
    line-height: 37px;
    margin-top: -20px;
	margin-left: -15px;
}
.scooteSubtext small { font-size:16px;}
.scooteHeaderText h1 {     
	font-weight: lighter;
    font-size: 65px;
    line-height: 65px;
    position: relative;
    letter-spacing: -3px!important;
    margin: 0px 0px 30px;
	text-transform: initial !important;
	color:#9bbb59 !important;
	margin-left: -15px;
 }
.lighterText { font-size:40px; color: #000; font-family: 'Conv_PlutoCondLight_0';} 

.background15{ background:url(../img/Profilbilde_NFA.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
section#fantasiaContentBox {
    margin: 60px 0px;
}
.fantasiaSubheadingBox img 
{
	float: left;
    width: 260px;
    margin-right: 40px;
	margin-left: -15px;
}
@media screen and (max-width: 884px) and (min-width: 569px){
.background15D #content h1 { font-size:55px !important;}
}
@media (max-width: 372px){
.background15D #content h1 {
    font-size: 32px!important;
    margin-bottom: -10px!important;
}
}

.fantasiaContent {
    margin-top: 60px;
	margin-bottom: 60px;
}
.pinkPanel
{
	background-color: #dd1a78;
	padding:40px 20px;
	color:#fff;
	font-size:13px;
	line-height: 19px;
}
.pinkPanel h5
{
	color:#fff;
	text-transform:uppercase;
	font-weight:900;
	margin-bottom: 25px;
}
#big_image_15{
    background:url(http://www.norwayexports.no/home) no-repeat top center;
    width: 100%;
    height: 500px;
    margin: 0 auto;
    -webkit-background-size: cover!important; 
    -moz-background-size: cover!important;  
    -o-background-size: cover!important; 
    background-size: cover!important;
}
.sotskolenContentBox { margin-top: 40px;}
.sotskolenContentBox h1 { font-size:80px !important; text-transform:inherit !important; margin-left: -15px; }
.bluText { color:#41a1bd;}
.bluePanel {background-color:#41a1bd; padding:20px 20px; color:#fff;}
.bluePanel h5 {color:#fff; font-weight:900;}
.underImageText { margin-top: 40px;}
.underImageText h1 { margin-left:15px; font-size:70px !important; margin-top: -30px;}
.brownText {color: #a3724d;}
.subtextUnderImage 
{
	font-size: 28px;
    margin-left: 15px;
    margin-top: -29px;
    margin-bottom: 20px;
    line-height: 32px;
}
@media screen and (max-width: 1199px)
{
	.bluePanel { margin-bottom: 30px;}	
	.dearImage img { width: 100% !important;}
}

.background12D{ background:url(http://www.norwayexports.no/home) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
#oymatContentBox { margin:60px 0px;}
.oymatTips{margin-top: -15px;}
.oymatTips li { margin-left: -21px;}


.background14{ background:url(../img/NRS-profilbilde.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.lighterHeader { font-weight:lighter;}
#sommernedgangenContentBox { margin:60px 0px; text-align:justify;}
.autherName { margin-left: 15px;}
@media screen and (max-width: 884px) and (min-width: 569px){
.background14D #content h1 { font-size:55px !important;}
}
@media (max-width: 372px){
.background14D #content h1 {
    font-size: 28px!important;
    margin-bottom: -10px!important;
}
}

.background9D{ background:url(../img/Fra-web-1.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.bigHeader { color:#77a85f;}
.smallHeader { font-family: 'Conv_PlutoCondLight_0';}

#TOBBsContentBox { margin:40px 0px;}
.greenContentTab { padding:39px 30px; background-color:#77a85f; margin-top: 40px;}
.greenContentTab p { text-align:center; color: #fff;}

#TOBBsContentBox .cbp-item { width: 100%;}
#TOBBsContentBox .cbp-caption-defaultWrap img { width: 100%;}
#TOBBsContentBox .cbp-l-grid-team .cbp-item {height: 454px;}

@media screen and (max-width: 1199px) {
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev { display:none;}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next { display:none;}
	.gapText { margin-top: 40px;}
}

/***************************************SLIDE SHOW***********************************/

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}
li.nbs-flexisel-item {
    width: 225px !important;
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    background:#fcfcfc;
    background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* FF3.6+ */
    background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee)); /* Chrome,Safari4+ */
    background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Chrome10+,Safari5.1+ */
    background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Opera11.10+ */
    background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* IE10+ */
    background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%); /* W3C */
    border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
    padding: 0 15px;
    margin: 0 0 20px 0;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:200px;
    max-height:150px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(http://www.norwayexports.no/home) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(http://www.norwayexports.no/home) no-repeat;
}
/***************************************LIGHT BOX***********************************/

.clear {
  clear: both;
  float: none;
  width: 100%;
}
/* line 22, ../sass/demo.scss */
.container-lightbox {
  max-width: 1170px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
/* line 32, ../sass/demo.scss */
.container-lightbox .gallery a img {
  float: left;
  width: 100%;
  height: auto;
  /*border: 2px solid #fff;*/
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
  margin-bottom: 30px;
}
/* line 46, ../sass/demo.scss */
.container-lightbox .gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}
/* line 57, ../sass/demo.scss */
.container-lightbox .gallery a.big img {
  width: 100%;
}

/* line 65, ../sass/demo.scss */
.align-center {
  text-align: center;
}

.modal-body .form-horizontal .col-sm-2,
.modal-body .form-horizontal .col-sm-10 {
    width: 100%
}

.modal-body .form-horizontal .control-label {
    text-align: left;
}
.modal-body .form-horizontal .col-sm-offset-2 {
    margin-left: 15px;
}
.profile-connect .btn{ border-radius: 5px;width: 100%; font-size: 16px;}
.modal-footer .btn{border-radius: 5px; font-size: 16px;}
.profile-connect .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #F19E48;
	padding: 20px 12px;
	text-align:left;
}



/*------ add css new ---------*/
.regionensThums .cbp-l-grid-team .cbp-item
{
    width: 100% !important;
    height: 300px;

}

.regionensThums img { width: 100% !important; position: relative; top: -50px; }
.regionensThumsGap { margin-bottom: 40px; }
.regionensThums .cbp-l-grid-team .cbp-caption { height: 100%; margin-bottom: 20px;}
@media screen and (max-width: 767px) { 
    .regionensThums { margin-bottom: 40px;}  
    .regionensThums .regionensThums .cbp-l-grid-team .cbp-item { height: 348px;} 
    .regionensThums img { height: 350px;}
}

.TOBBsNine { margin-top:40px;}
.thapaG {font-size:38px !important;}
@media screen and (max-width: 600px) {.thapaG {font-size:15px !important;}}
@media only screen and (max-width: 400px) { #logo { width: 80%; margin: -5px 0px 0px -18px;}}


.adsImages { margin-bottom: 40px;}
.adsPanel { margin-top: 60px; margin-bottom: 60px;}

/*------ add css new for Brannvernforbundet---------*/
.lead-new{ margin-bottom: 10px;}
.txt-cntr{ text-align: center;}
.txt-cntr img{display: block; margin-left: auto; margin-right: auto;}
.fakataBox-bg-non{ background: none; padding-left: 0px; padding-right: 0px; padding-bottom: 10px}
.faktaTextBox-bg-black{ color: #fff; padding: 2px 0px 2px 20px; background: #000; margin-bottom: 50px;}
.biokjemi-ad img{ width: 100%;}

/*-------------------- added css Brannvernforbundet----------------------------*/

#team .ulListBox ul { margin-left: -22px; }
#team .ulListBox ul li { margin-bottom: 10px;}
#team .ulListBox h5 { 
    font-size: 25px;
    font-weight: bolder;
    margin-bottom: 25px;
}
.downHeading { color: red; margin-top: 50px;}
.contactInfoBox { font-size: 12px;}
.contactInfoBox ul {margin-left:-40px !important; margin-top:50px !important;}
.contactInfoBox ul li {
    list-style:none;
    margin-bottom:-4px !important;
}

.blackBG { background:#000 !important; color:#fff !important; margin-bottom:0px !important; }

@media screen and (max-width: 872px) and (min-width: 569px) {#content h1 { font-size: 55px !important;}}
.page4Bigtext {
    font-size: 18px;
    line-height: 27px;
    font-weight: bolder;
}
.textPersonName {
    padding: 2px 0px 2px 15px;
    background: #000;
    color: #fff;
}
.fakataBox {
    background:#fce5d2; padding:15px 20px;
}   
.faktaTextBox { color:#fff; padding:2px 0px 2px 20px; background:#e56606; margin-bottom:50px;}
.opptattBox { background:#fef6f1 !important; padding:35px 0px; margin-top:40px !important;}

.background1-video{ 
    background: url(http://www.norwayexports.no/home) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
@media screen and (max-width: 1024px) { .cbp img{ width: 100%;}}





/*------------------------------- added css ------------------------------*/
.yellowWebLink {
background-color: #ffde00;
    padding: 18px 23px;
    color: #000;
    margin-top: 65px;
    font-weight: bolder;
}
.glavaContentBox {margin-top: 77px;}


.textNphotoBy { text-align: center;}
.textNphotoBy ul {
    background: #000 !important;
    color: #fff;
    font-weight: bolder;
    padding: 10px 0px 0px 0px;
    margin: 0px auto;
}
.textNphotoBy ul li { list-style: none; display: inline; padding-right: 30px;}
#big_image_13 .img-top-txt .animated{background:rgba(0, 0, 0, 0.33); padding: 10px; margin-top: 145px;}

.pageNoPaddingTab { padding-top: 0px !important; background: #000 !important;}
.blackBGTextBox {background: #000; padding: 40px 40px 40px 20px; color: #fff;}

.imgSubText {font-size: 14px;}

.adsClassContentBox h2 { }
.ContentBoxTab {margin-top: 50px;}
.articalSubheading h1 { text-align: center; color: #fff !important; margin-top: 180px;}
.ulykkerContentBox { margin-top: 50px;}

.bravidaContentBox {background: #e1f7fa !important; padding: 50px 0px;}
.bravidaContentBox h2 { font-size: 48px; font-weight: bolder; margin-bottom: 35px;}
.boldTextorange { color: #e56606 !important; font-weight: bolder; font-size: 22px; line-height: 27px; margin-top: 40px; background: url(http://www.norwayexports.no/home); background-repeat: no-repeat;}



@media screen and (max-width: 767px){

    .phoneImgTab img {margin: 0px auto;}

    .textNphotoBy ul li { list-style: none; display: block; padding-right: 0px; margin-top: 15px;}

}

.background16 .name.wow.bounceInDown.animated.animated{padding: 20px; background: rgba(0, 0, 0, 0.33);}
.yellowBG { background:#ffed00 !important; color:#000 !important; margin-bottom:0px !important; border-top: 4px dashed #cd171a;}
.border-light-y{ border: 4px solid #FFC62E;}
.opptattBox-bdr-cream { background:#fffdee !important; padding:35px 0px; margin-top:40px !important; border-top: 4px dashed #85223c; border-bottom: 4px dashed #85223c;}
.faktaTextBox-bg-black-lst{ margin-bottom: 10px !important;}
.bdr-black{ border: 2px solid #000;}
img.bdr-black { width: 100%;}
.bg-black{ background: black;}
.bg-black h2{color: white; font-size: 40px; text-align: center; padding: 24px 0; margin-top: 0px;}
.bg-black h3{color: red; font-size: 40px; text-align: center;}
ul.lsit-lst h2{ padding-top: 0px; margin-top: 0px; font-size: 22px; font-weight: 600;}
ul.lsit-lst{ list-style: none; padding-left: 0px; padding-left: 16px;}
ul.lsit-lst li{ display: block;}
img.img-lft-lst {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    /* width: 150px; */
    height: auto;
    margin-bottom: 10px;
    float: left;
    margin-right: 40px;
}

.cbp-caption-activeWrap1 {
    /* @editable properties */
    background-color: rgba(0, 0, 0, .0) !important;
}






/*---------------------------------Ledernytt---------------------------------------*/

.background1{ 
	background: url(../img/operator.jpg) top center ;
	z-index: 1!important;
	width: 100%;
	height: 100%;
	display: block;
	-webkit-background-size: cover !important ;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}



.background3{ background: url(http://www.norwayexports.no/home) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.background7{ background: url(../img/CAA-P1010608.jpg) top center ;
   z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.background8{ background: url(http://www.norwayexports.no/home) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.background9{ background: url(http://www.norwayexports.no/home) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.background10{ background: url(../img/CIMG0182.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.background11{ background: url(../img/fiskebater.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}


.background12{ background: url(../img/fRA-WEB.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.background16{ background: url(../img/Fra-web-2-desktop.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}


.background17{ background: url(../img/34.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.background18{ background: url(../img/LV-copy.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.background19{ background: url(../img/Pure-Norwegian-hoved.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.background20{ background: url(../img/SEABORN.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.background21{ background: url(../img/Bedriftprofilen-thermo-transit-korr-1.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.background22{ background: url(../img/Haave.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.background23{ background: url(../img/GadusPoseidon-788_u-navn.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.background7  h1.animated{ text-align: center; padding-top: 4%; font-size: 100px !important; color: white !important;}
.background11D #content h1{ color: #C1AE78 !important;}
.background11D #content h1.red-txt{ color: #d72d2d !important;}

.background12 #content h1 span{ color: #fff !important;}
.background7 .lead{ text-align: center; padding-top: 4%; font-size: 40px !important; color: white !important; background-color: rgba(0, 0, 0, 0.25);}
.background11 .colour{ color:#A1FF5D; }

@media screen and (min-width: 320px){ 
    .height-100{ height: 100% !important;}
    .cbp img{width: 100%;}
}


/*---D added---*/
.articalInfo {font-size:17px; margin-top:-25px;}
.articalHeading {font-family: 'KievitSlabProExtraBold'; font-size:25px; text-align:left; line-height: 34px; margin-bottom: 6px;}
.SubHeadTitle {color: #009fe3; font-family: 'KievitSlabProExtraBold'; font-size:20px; text-align:left;}

.colorboxBlue {background: #009fe3; padding:30px 30px 11px; color:#fff; max-width:300px; position: absolute; bottom: 0;}
.colorBoxHeading {font-size:20px; color:#fff; font-family: 'KievitSlabProExtraBold'; margin-bottom:15px;}
.colorboxBlue p {font-size:15px !important; text-align:left; line-height: 18px;}


.colorboxText {padding: 20px 20px 5px;}
.colorboxText ul {margin-left:-59px;}
.colorboxText ul li {    
	padding-bottom: 17px;
    color: #848484;
    font-size: 18px;
    line-height: 20px;
	list-style: none;
	text-align: center;
	line-height: 23px;
}

i.fa.fa-bars {
    color: #000;
}



@media screen and (min-width: 320px){ 
    .height-100{ height: 100% !important;}
    .cbp img{width: 100%;}
}

@media (max-width: 1199px) and (min-width: 768px){
.container {
    padding-left:60px;
	padding-right:60px;
}
}

@media (max-width: 767px){
.container {
    padding-left:35px;
	padding-right:35px;
}
}







/*------- added --------*/
.colorboxBlack img {margin: 0px auto; padding-bottom: 20px;}
.colorboxBlack {background: #000; padding:30px 30px 11px; color:#fff; max-width:300px; position: absolute; bottom: 0;}
.colorboxBlack p {font-size:15px !important; text-align:left; line-height: 18px;}



@media screen and (max-width: 1759px) and (min-width: 1580px) {
	
	#big_image_2{
	background-position-y: -556px;
}
}
@media screen and (max-width: 1579px) and (min-width:1300px) {
	
	#big_image_2{
	background-position-y: -456px;
}
}

@media screen and (max-width: 1299px) and (min-width:1024px) {
    
    #big_image_2{
    background-position-y: -346px;
}
}

@media screen and (max-width: 1023px) and (min-width:680px) {
    
    #big_image_2{
    background-position-y: -176px;
}
}

@media screen and (max-width: 679px) and (min-width:500px) {
    
    #big_image_2{
    background-position-y: -136px;
}
}

@media screen and (max-width: 499px) {
    
    #big_image_2{
    background-position-y: -36px;
}
}

.black {background: #000; max-width: 600px; font-style: italic;}
.black  img {padding-bottom: 20px;}
.black ul li {
    padding-bottom: 0px;
    color: #fff;
    line-height: 18px;
    font-size: 15px;
    margin-bottom: 19px;
}





.listInsideBox li{ list-style:none;}
.listInsideBox {margin-left: -40px;}

.colorboxGreen {    
	background: green;
    padding: 20px 20px 10px;
    float: right;
    max-width: 600px;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
	}
	
.green {background: green; max-width: 600px; font-style: italic; float:right;}
.green  img {padding-bottom: 20px;}
.green ul li {
    padding-bottom: 0px;
    color: #fff;
    line-height: 18px;
    font-size: 15px;
    margin-bottom: 19px;
}

.bgnonText {border:1px solid #ccc; padding:20px 20px 10px;}

.bgnonContentText {background:#577886; margin:0% 0% 5% 0%;}

/**********************ADD 12-3-2015******************************/

.modal-header {
    background-color: #0075BE;
    border-radius: 5px 5px 0 0;
    height: 44px;
}

.br-cream,.bg-green{color: #464646; font-style: italic; text-align: left;}
.bg-green{ padding-bottom: 10px;}
button.close {
    color: white !important;
    opacity: .9;
}
.modal-body { padding:20px 30px;}
.modal-body p{ font-size:21px;}
.budget-ad img {
    width: 100%;
}
.timeline>li .timeline-image h4 {
    text-align: center;
}
.timeline>li .timeline-image {
    font-size: 100px;
    line-height: 160px;
}

/***********************Features Pages************************/
@media screen and (max-width:640px) {
    .timeline > li .timeline-image{ 
    font-size: 50px !important;
    line-height: 70px !important;
}
}
@media (min-width: 767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px
    }
}
.timeline {
    list-style: none;
    padding: 0;
    position: relative;
    margin-bottom: 40px;
    margin-top: 40px;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    width: 2px;
    background-color: #f1f1f1;
    left: 40px;
    margin-left: -1.5px
}
.timeline>li {
    margin-bottom: 50px;
    position: relative;
    min-height: 50px
}
.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table
}
.timeline>li:after {
    clear: both
}
.timeline>li .timeline-panel {
    width: 100%;
    float: right;
    padding: 0 20px 0 100px;
    position: relative;
    text-align: left
}
.timeline>li .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto
}
.timeline>li .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto
}
.timeline>li .timeline-image {
    left: 0;
    margin-left: 0;
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 100;
    background-color: #fed136;
    color: #fff;
    border-radius: 100%;
    border: 7px solid #f1f1f1;
    text-align: center
}
.timeline>li .timeline-image h4 {
    font-size: 10px;
    margin-top: 12px;
    line-height: 14px;
    color: white; 
    font-weight: 600;
}
.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    text-align: left;
    padding: 0 20px 0 100px
}
.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto
}
.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto
}
.timeline>li:last-child {
    margin-bottom: 0
}
.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit
}
.timeline .timeline-heading h4.subheading {
    text-transform: none
}
.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0
}
@media (min-width: 768px) {
    .timeline:before {
        left: 50%
    }
    .timeline>li {
        margin-bottom: 70px;
        min-height: 70px
    }
    .timeline>li .timeline-panel {
        width: 42%;
        float: left;
        padding: 0 20px 20px 0px;
        text-align: right
    }
    .timeline>li .timeline-image {
        width: 100px;
        height: 100px;
        left: 50%;
        margin-left: -50px
    }
    .timeline>li .timeline-image h4 {
        font-size: 13px;
        margin-top: 16px;
        line-height: 18px
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        text-align: left;
        padding: 0 0px 20px 15px
    }
}
.timeline-image .fa{font-size: 80px;}
@media (min-width: 992px) {
    .timeline>li {
        min-height: 150px
    }
    .timeline>li .timeline-panel {
        padding: 0 20px 20px
    }
    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px
    }
    .timeline>li .timeline-image h4 {
        font-size: 18px;
        margin-top: 30px;
        line-height: 26px
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px
    }
}
@media screen and (max-width:980px) {
    .timeline > li .timeline-image{ font-size: 50px;
    line-height: 86px;}
}
@media (min-width: 1200px) {
    .timeline>li {
        min-height: 170px
    }
    /*.timeline>li .timeline-panel {
        padding: 0 20px 20px 100px
    }*/
    .timeline>li .timeline-panel{ padding: 0 20px 20px 0;}
    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px
    }
    .timeline>li .timeline-image h4 {
        margin-top: 40px
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 0px 20px 20px
    }
}
@media screen and (min-width: 320px){ 
    .height-100{ height: 100% !important;}
    .cbp img{width: 100%;}
}

@media (max-width: 1199px){
.container {
    padding-left:30px;
	padding-right:30px;
}
}
@media screen and (min-width: 320px){ 
    .height-100{ height: 100% !important;}
    .cbp img{width: 100%;}
}




@media screen and (max-width: 1199px){/*.col-sm-8 {width:100%;}*/ .colorboxGreen {position:absolute; bottom:0;} .imgGap {margin-bottom:30px !important;} }

@media screen and (max-width: 664px) { .contentresponsive {
    position: relative;
    top: -140px;}}
	
	
	
/**********************Added 12-4-2015 Updates******************************/
.paddin-bdr {
    padding: 20px 0 10px 0;
    border-bottom: 4px solid #ccc;
}

.container-lightbox {
    margin-bottom: 10px;
}

@media screen and (max-width: 767px){.timeline-image .fa {font-size: 45px;} .timeline > li .timeline-image {line-height: 74px !important;} .reponsiveHiddenBox {display:none;}  }

@media screen and (min-width: 767px) and (max-width: 1199px){
	.responsiveTabBox {margin-top:15%;}
 	/*#content {top: 350px;}*/
}

@media screen and (min-width: 1200px) {
 	/*#content {top: 310px !important;}*/
	.responsiveTabBox {margin-top:12%;}
}


/*---------- added 12/07/2015 --------------*/
.nextPageTab {padding:30px 0px;}
.nextPageTab img {margin:0px auto;}
.adjustIcon {position:absolute; bottom:0; left:0; right:0;}
@media screen and (min-width: 768px){
.col-sm-8 {
    border-right: 1px solid #F1F0F0;
}
}


.writer-c{}
.writer-c img{ height: auto; width: auto; margin-left: auto; margin-right: auto;}
#big_image_10{
    background: url(http://www.norwayexports.no/home)  no-repeat top center;
    width: 100%;
    height: 654px;
    margin: 0 auto;
    -webkit-background-size: cover!important; 
    -moz-background-size: cover!important;  
    -o-background-size: cover!important; 
    background-size: cover!important;
    background-position: 0px -64px;
}
.spece-20{ margin-top: 20px;}
@media screen and (max-width: 768px) {
.space-10{ margin-top: 10px}
#big_image_10{  background-position: 0px 0px;}
}
@media screen and (max-width: 480px) { 
    #big_image_10{  background-position: 0px 0px; height: 100%;}
    .resp-overlay{ padding: 140px 0}
}


/*------------added css 12/08/2015--------------*/
.semiBGBox {background:url(http://www.norwayexports.no/home) no-repeat}
.lightBgText {background:url(http://www.norwayexports.no/home) no-repeat; margin-top: 40px;}
.lightBgTextGry {background:url(http://www.norwayexports.no/home) no-repeat; margin-top: 40px;}
.tPinkLight{background:url(http://www.norwayexports.no/home) no-repeat; margin-top: 40px;}
.OboxBg {background:url(http://www.norwayexports.no/home) no-repeat; margin-top: 40px;}
.BGBox7 {background:url(http://www.norwayexports.no/home) no-repeat; margin-top: 40px;}
.KBgbox {background:url(http://www.norwayexports.no/home) no-repeat; margin-top: 40px;}
.aBGtab {background:url(http://www.norwayexports.no/home) no-repeat; margin-top: 40px;}
.dai {margin-top:344px; margin-left:40px;}
.dai2 {margin-top:200px; margin-left:40px;}

.numberList p{    color: #bce4fa;
    font-size: 75px;
    text-align: left;
    position: relative;
    top: 21px;
	letter-spacing:-2px;
    }
.oneNumber {margin-top:20px;}

.orange { color:#f28f18;}
.lightOrange p{ color:#FFDFB7;}

.adjustedBg {background-color:#E4E7EF  !important; padding-bottom:30px;}


.numberingStyle2 { 
	padding: 24px 20px 12px 75px;
    margin-top: -108px;
	font-style: italic;
	margin-bottom:40px
}
.goloDivwala {    
    background:url(http://www.norwayexports.no/home) no-repeat;
    color: #D2D2D2;
    padding: 17px 14px;
    font-size: 35px;
    position: relative;
	margin-bottom:33px;
}



/*---------- added 12/08/2015 --------------*/
.full-width-brown{ background: #ECECEC; padding: 40px; /*width: 90%; margin: 0 auto;*/ position: relative;}
.number-box{  
    color: #dbdbdb;
    text-align: center;
    font-size: 100px;}

.full-width-brown hr:after,.full-width-d-brown  hr:after{
    content: '';
    width: 0;
    height:100%;
    position: absolute;
    border: 1px solid #151515;
    top: 50px;
    left: 90px;
    border-top:0;
}
.full-width-brown hr,.full-width-d-brown  hr{ border-top: none;}
.verticle-txt{     width: 50px;
    height: 300px;
    position: absolute;
    left: 66px;
    top: 0;}
.full-100{text-align: left;}
.full-60{ width: 60%; text-align: left;}
.full-60 p{ font-size: 20px; color: #676767; padding-top: 15px;}
.articalHeading span{ padding-bottom: 2px;}
.full-width-d-brown{ background: rgba(70, 121, 170, 0.8) none repeat scroll 0 0; padding: 40px;  position: relative; color: white;}

.img-wrap{ position: relative; cursor:pointer;
    -webkit-transition:top .4s ease-in-out,right .4s ease-in-out;
    -moz-transition:top .4s ease-in-out,right .4s ease-in-out;
    -o-transition:top .4s ease-in-out,right .4s ease-in-out;
    transition:top .4s ease-in-out,right .4s ease-in-out;  margin-bottom: 30px;}
.img-wrap img{ width: 100%;}

/*.img-wrap img.top:hover {
    top:-230px;
    right:-330px;
    padding-bottom:200px;
    padding-left:300px
}*/
.title-box{ font-size: 20px; background:rgb(1, 86, 150); position: absolute; bottom: 0; width: 100%;/* line-height: 60px;*/ padding: 0 8px; color: #fff;
cursor:pointer;
    -webkit-transition:top .4s ease-in-out,right .4s ease-in-out;
    -moz-transition:top .4s ease-in-out,right .4s ease-in-out;
    -o-transition:top .4s ease-in-out,right .4s ease-in-out;
    transition:top .4s ease-in-out,right .4s ease-in-out;
}
@media screen and (min-width: 1380px){
.title-box:hover{ background:rgba(0,0,0,.8) !important; cursor:pointer;
    -webkit-transition:top .4s ease-in-out,right .4s ease-in-out;
    -moz-transition:top .4s ease-in-out,right .4s ease-in-out;
    -o-transition:top .4s ease-in-out,right .4s ease-in-out;
    transition:top .4s ease-in-out,right .4s ease-in-out;
}
.title-box:focus,.title-box:active{ background:none;}
}
.title-box .decimal-n{font-size: 22px; font-weight: 600;}
.pink-c{ background:rgba(157,56,129,.8);}
.bark-b{ background:rgba(90,86,106,.8);}
.bark-blu{ background:rgba(70,121,170,.8);}
.bark-r{ background:rgba(240,77,80,.8);}
.light-c{ background:rgba(183,187,192,.8);}
.brick-c{ background:rgba(248,154,80,.8);}
.brown-c{ background:rgba(156,151,150,.8);}
.top-line hr{border-top: 6px solid #000; padding-top: 8px;}
.no-margin-btm{ margin-bottom: 0px;}
.blue-cool{ color: #6B93BB;}
.full-white{ color: #fff;}

.infoBoxTab { padding-top: 10px; border-bottom: 1px solid #ECECEC;  border-top: 1px solid #ECECEC;}
.infoBoxTab ul {margin-left:-20px; list-style: none;}
.infoBoxTab ul li {line-height: 26px; padding: 6px 0px;}
.infoBoxTab ul li strong{ color: #6B93BB;}
.bold-blue{ color:  #6B93BB; font-weight: 600; padding-left: 26px;}


.listInsideBox li{ list-style:none;}
.listInsideBox {margin-left: -40px;}


.colorboxGreen {    
    background:rgba(70,121,170,.8);
    padding: 20px 20px 10px;
    float: right;
    max-width: 600px;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    }
.center-quote {text-align:center;}	
.center-quote li{
    list-style:none;
}


@media screen and (max-width: 768px){
.full-width-brown hr:after,.full-width-d-brown  hr:after{ left: 59px;}
.verticle-txt { left: 37px;}

}


.golochuchoBox {background:url(http://www.norwayexports.no/home) no-repeat; padding-top: 30px; padding-left: 20px;}


.heromanche {background:url(http://www.norwayexports.no/home) repeat-y; background-position: 57px 0px;}

@media screen and (max-width: 767px) and (min-width: 743px){
	.col-sm-9.IconContentBox {
    display: inline-block;
    margin-top: 15px;
    width: 84%;
	}
	
	.col-sm-3.iconImages {
    display: inline-block;
    float: left;
	}	
}

@media screen and (max-width: 742px) and (min-width: 701px){
	.col-sm-9.IconContentBox {
    display: inline-block;
    margin-top: 15px;
    width: 83%;
	}
	
	.col-sm-3.iconImages {
    display: inline-block;
    float: left;
	}	
}

@media screen and (max-width: 700px) and (min-width: 664px){
	.col-sm-9.IconContentBox {
    display: inline-block;
    margin-top: 15px;
    width: 82%;
	}
	
	.col-sm-3.iconImages {
    display: inline-block;
    float: left;
	}	
}

@media screen and (max-width: 663px) and (min-width: 600px){
	.col-sm-9.IconContentBox {
    display: inline-block;
    margin-top: 15px;
    width: 80%;
	}
	
	.col-sm-3.iconImages {
    display: inline-block;
    float: left;
	}	
}

@media screen and (max-width: 599px) and (min-width: 480px){
	.col-sm-9.IconContentBox {
    display: inline-block;
    margin-top: 15px;
    width: 74%;
	}
	
	.col-sm-3.iconImages {
    display: inline-block;
    float: left;
	}	
}


@media screen and (max-width: 479px) and (min-width: 320px){
	.col-sm-9.IconContentBox {
    display: inline-block;
    margin-top: 15px;
    width: 60%;
    margin-left: -10px;
	}
	
	.col-sm-3.iconImages {
    display: inline-block;
    float: left;
	}	
}


@media screen and (max-width: 767px){.numberList p { margin-bottom: 36px;} #big_image_2ko1{background-position: -810px 0px;} #big_image_3 {background-position: -170px 0px;}}

@media screen and (max-width: 991px) and (min-width: 768px){
	.timeline-image .fa { margin-top: -13px;}
}



@media screen and (max-width: 767px){.reponsiveVisibleBoxAdj {margin-top:30px;}}

.BoxBorder {border-left:15px solid #7482A5; padding-left: 10px;}
.BoxBorderLight {
	border-left: 2px dotted #7F8CAB;
    margin-top: -6px;
    padding-left: 15px;
    padding-top: 20px;
	border-bottom: 2px dotted #7F8CAB;
	}

.dottedBorder {border-left: 2px dotted #bd5da3; padding-left: 25px;}	

.subBorderBox {
	border-left: 20px solid #bd5da3;
    color: #bd5da3;
    padding-left: 10px;
	}	
.fa-circle {color:#fed136;}

@media screen and (min-width: 768px){.rightTextBox h4 {text-align:right;}}

@media screen and (max-width: 357px){.pull-left {font-size:18px !important;} }

@media screen and (max-width: 767px){.text-muted {font-size: 16px !important; line-height: 20px;} .text-muted > strong { letter-spacing: -0.5px;}}

@media screen and (max-width: 1199px) and (min-width: 768px){
	
	.fullWidthMainBox {width:100%; border-right:none; }
	.fullWidthBox {width:100%; margin-top: 30px;}
	.IconContentBox {margin-left: -40px; padding-left: 0;}
	.fullWidthBox .btn-success {
		background-color: #ff8106 !important;
		border-color: #e67201 !important;
		width: 100%;
	}
	
	.fullWidthBox .btn-success:hover{background-color: #e67201 !important;}
	
	.fullWidthBox .btn {font-size:20px; font-style: normal;}
}

@media screen and (max-width: 767px){
	.fullWidthBox {width:100%; margin-top: 30px;}
	.fullWidthBox .btn-success {
		background-color: #ff8106 !important;
		border-color: #e67201 !important;
		width: 100%;
		font-size:18px;
	}
	
	.fullWidthBox .btn-success:hover{background-color: #e67201 !important;}
	
	.fullWidthBox .btn {font-style: normal;}
}


@media screen and (min-width: 1200px){.fullWidthBox {display:none;}}
@media screen and (max-width: 1199px){.reponsiveVisibleBox {display:none;}}
@media screen and (min-width: 450px) { .fullWidthBox .btn-success br {display:none;}}
@media screen and (max-width: 330px) { .fullWidthBox .btn-success {padding-left:21px;}}

@media screen and (max-width: 360px) {.colorboxGreen img { width: 15%;}}

@media screen and (max-width: 330px) {.IconContentBox .articalHeading {font-size: 22px; line-height: 31px;} .IconContentBox p {font-size: 18px;} .strongLineheightTab {line-height:0px !important;}}
.strongLineheightTab {line-height:30px;}

@media screen and (max-width: 1199px) and (min-width: 768px) {#content h1 {font-size: 50px !important;}}


@media screen and (max-width: 767px){
	.name {
    line-height: 17px;}
	
	#content h1{ font-size: 22px !important;}
	
	.fa.fa-caret-down {
    font-size: 32px !important;}
	
}


@media screen and (max-width: 350px) {.name {display:none;} .contentresponsive{position:relative; top:0px;} .single_image h1 {position: relative; top: 17px;}}













/*---------- added 12/09/2015--------------*/
.filter-bar > li {
  display: inline-block;
  position: relative;
}
.filter-bar > li > a {
  color: #131313;
  font-size: 11px;
  padding:0 36px;
}
.filter-bar > li > a::before {
  border-top: 1px solid #131313;
  width: 35px;
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left:-21px;
  transition:all 0.4s ease-in-out 0s;
}
.filter-bar > li.active > a {
  color: #e94350;
}
.filter-bar > li.active > a::before {
  border-color: #e94350;
  transform:skewY(-36deg);
  -webkit-transform:skewY(-36deg);
}
.work-text > h1 {
    color: #ececec;
    font-size: 100px;
    font-family: 'Amiri', sans-serif;
    font-weight: 700;
}
.work-item {
  width: 100%;
  position: relative;
}
.mix {
  display: none;
}
.vertical-text > h4 {
    writing-mode: vertical-lr;
    -webkit- writing-mode: vertical-lr;
    font-family: 'Montserrat Light', arial;
    color: #e94350;
    letter-spacing: 8px;
    position: relative;
    color: black;
	height:240px;
}
.vertical-text > h4::after {
    border-right: 1px solid #000;
    bottom: -55px;
    content: "";
    display: block;
    height: 34px;
    left: 10px;
    position: absolute;
}
.work-detail h1 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 8px;
  margin-bottom: 35px;
  position: relative;
}
.odd .work-detail {
    bottom: -51%;
    left: 41%;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.even .work-detail {
    bottom: -40%;
    left: -7%;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.vertical-text {
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
     transform: rotate(180deg);
     -webkit-transform: rotate(180deg);
     color: black;
}
.red-text {
  color: #e94350;
}
.mrgt4x {
    margin-top: 40px;
}
.mrgt6x {
  margin-top: 60px;
}
.mrgt8x {
  margin-top: 80px;
}
.mrgt10x {
  margin-top: 100px;
}
.mrgt12x {
  margin-top: 120px;
}
.mrgt15x {
  margin-top: 150px;
}
.mrgb4x {
  margin-bottom: 40px;
}
.mrgb3x {
    margin-bottom: 30px;
}
.mrgb5x {
  margin-bottom: 50px;
}
.mrgb7x {
  margin-bottom: 70px;
}
.mrgb8x {
  margin-bottom: 80px;
}
.mrgb10x {
  margin-bottom: 100px;
}
.mrgb13x {
  margin-bottom: 130px;
}
.mrgt13x {
  margin-top: 130px;
}
.mrgb15x {
  margin-bottom: 150px;
}
.paddingt6x {
  padding-top: 60px;
}
.paddingb6x {
  padding-bottom: 60px;
}
.paddingt15x {
  padding-top: 150px;
}
.paddingb15x {
  padding-bottom: 150px;
}

.blog-image blockquote{border-left: 0 none !important; margin-bottom: 15px; padding-bottom: 27px}
.bg-crimson-lt-brown{background: #F7F7F7 !important;}
.bg-crimson-lt-brown-d{background: #42454a !important;}
.quota{ color: #fff;
    font-size: 22px !important;
    line-height: 32px;
    padding-top: 100px;
    text-align: left; width: 550px; float: right;}
.top-quote blockquote p::before{ color: #42454a !important; content: ""; font-family: "FontAwesome"; font-size: 50px; margin-right: 10px;}
.blog-image blockquote p::before{ color: #f3f3f3; content: ""; font-family: "FontAwesome"; font-size: 50px; margin-right: 10px;}
.fluid-width-video-wrapper{position: relative;}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed{height: 100%; position: absolute; top: 0; width: 100%; left: 0;}
/* margin */
.margin-one-half{margin:0.5% !important}
.margin-one{margin:1% !important}
.margin-two{margin:1.5% !important}
.margin-three{margin:2% !important}
.margin-four{margin:2.5% !important}
.margin-five{margin:3% !important}
.margin-six{margin:3.5% !important}
.margin-seven{margin:4% !important}
.margin-eight {margin:4.5% !important}
.margin-nine {margin:5% !important}
.margin-ten{ margin:5.5% !important}
.margin-eleven{ margin:6% !important}
.margin-twelve{ margin:6.5% !important}
.margin-thirteen{ margin:7% !important}
.margin-fourteen{ margin:7.5% !important}
.margin-fifteen{ margin:8% !important}
.margin-sixteen{ margin:8.5% !important}
.margin-seventeen{ margin:9% !important}
.margin-eighteen{ margin:9.5% !important}
.margin-nineteen{ margin:10% !important}
.margin-twenty{ margin:10.5% !important}
.margin-twenty-one{ margin:11% !important}
.margin-twenty-two{ margin:11.5% !important}
.margin-twenty-three{ margin:12% !important}
.margin-twenty-four{ margin:12.5% !important}
.margin-twenty-five{ margin:13% !important}
.margin-twenty-six{ margin:13.5% !important}
.margin-twenty-seven{ margin:14% !important}
.margin-twenty-eight{ margin:14.5% !important}
.margin-twenty-nine{ margin:15% !important}
.margin-thirty{ margin:15.5% !important}
.margin-thirty-one{margin:16% !important}
.margin-thirty-two{margin:16.5% !important}
.margin-thirty-three{margin:17% !important}
.margin-thirty-four{margin:17.5% !important}
.margin-thirty-five{margin:18% !important}
.no-margin{ margin:0 !important}
.no-margin-lr{ margin-left: 0 !important; margin-right: 0 !important}
.no-margin-tb{ margin-top: 0 !important; margin-bottom: 0 !important}
.no-margin-top{ margin-top:0 !important}
.no-margin-bottom{ margin-bottom:0 !important}
.no-margin-left{ margin-left:0 !important}
.no-margin-right{ margin-right:0 !important}
.margin-lr-auto {margin-left:auto !important; margin-right:auto !important}
.margin-bottom-10{ margin-bottom: 10px;}
@media screen and (max-width: 360px){
    .no-left{ display: none;}
    .full-100-3{ width: 100%;}
}
/* ===================================
    Background color
====================================== */

.bg-white{ background: #fff !important;}
.bg-white-transparent{ background: rgba(255,255,255,.3) !important}
.bg-yellow{ background: #e6af2a !important; }
.bg-deep-yellow{ background: #c8a64b !important; }
.bg-golden-yellow{ background: #ffd800 !important; }
.bg-fast-yellow{ background: #fdd947 !important; }
.bg-dark-gray{ background: #252525 !important; }
.bg-mid-gray{ background: #d4d4d4 !important; }
.bg-mid-gray2{ background: #b2b2b2 !important; }
.bg-mid-gray3{ background: #e2e2e2 !important; }
.bg-black{ background: #000000 !important; }
.bg-gray { /*background-color: #f6f6f6 !important;*/}
.bg-yellow-ochre { background-color: #997546 !important;}
.bg-deep-brown{ background-color: #544441 !important;}
.bg-transparent { background:transparent !important}
.bg-orange { background:#c24742 !important;}
.bg-fast-orange { background:#ff513b !important;}
.bg-pink { background:#c2345f !important}
.bg-deep-red { background:#dc3535 !important}
.bg-deep-pink { background:#e53878 !important}
.bg-light-pink { background:#dc378e !important}
.bg-fast-pink { background:#ff1a56 !important}
.bg-fast-pink-dark { background:#ef106e !important}
.bg-magenta { background:#d94378 !important }
.bg-light-yellow {background:#f8f7f5 !important}
.bg-dark-green{ background:#60a532 !important;}
.bg-dark-blue { background:#1e2126 !important;}
.bg-deep-blue2 {background:#131d43 !important; }
.bg-deep-blue3 {background:#1d2127 !important; }
.bg-deep-blue-dark{background:#1d6cae !important;}
.bg-violet { background:#6c407e !important}
.bg-light-gray { background: #f7f7f7 !important; }
.bg-brown {background: #614c45 !important}
.bg-deep-orange {background: #d66e4a !important}
.bg-transparent-blue { background: rgba(0,239,255,.5) !important}
.bg-transparent-green{ background: rgba(0,255,151,.5) !important}
.bg-fast-green{ background: #00ff97 !important}
.bg-fast-blue { background: #00efff !important}
.bg-fast-blue-green-gradiant { background: #00efff; background: -moz-linear-gradient(-45deg, #00efff 0%, #00ff97 100%); background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#00efff), color-stop(100%,#00ff97)); background: -webkit-linear-gradient(-45deg, #00efff 0%,#00ff97 100%); background: -o-linear-gradient(-45deg, #00efff 0%,#00ff97 100%); background: -ms-linear-gradient(-45deg, #00efff 0%,#00ff97 100%); background: linear-gradient(135deg, #00efff 0%,#00ff97 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00efff', endColorstr='#00ff97',GradientType=1 ); }
.bg-crimson-red { background: #e31d3b !important}
.bg-crimson-gray { /*background: #f6f6f6 !important;*//*background: rgba(156, 151, 150, 0.2) none repeat scroll 0 0 !important*/ background: #f3f3f3;}
.bg-deep-green {background: #1acd7b !important; }
.bg-deep-green2{background: #7ebaa1 !important;}
.bg-deep-green-dark{background: #04b966 !important;}
.bg-deep-green-dark2{background: #6ad5a7 !important;}
.bg-deep-green-dark3{background: #62a486 !important;}
.bg-deep-blue {background: #2283d4 !important; }
.bg-transparent-deep-blue{ background: rgba(17,116,198,.9) !important}
.bg-turquoise-blue {background: #93e4cf !important;}
.bg-deep-pink-dark { background:#e15276 !important}
/* ===================================
    Quote
====================================== */

/* quote - style 1 */
.quote-style1:before { content: "“"; display: block; position: absolute; font-size: 200px; left: 0; top: 64px; color: #ef106e}
.quote-style1 {padding-left: 70px; display: block}

/* quote - style 2 */
.quote-style2:before { content: "“"; display: block; position: absolute; font-size: 200px; left: -5px; top: 64px; color: #000}
.quote-style2 {display: block; padding-top: 95px;}

/* section title */
.section-title{ text-transform: uppercase; font-weight: 700; font-size: 20px; letter-spacing: 2px; padding: 0 0 100px 0;}
.tab-content .section-title { border: medium none; font-size: 40px; font-weight: 100; text-transform: none; margin:2% 0 0; padding:0}
h1.big { color:#ffffff; font-size:65px; font-weight:600; line-height:76px; margin-bottom:0px;}
h1.big span { font-weight:300;}
h1.page-title { margin:95px auto 0; width: 100%; }

/* different text size */
.text-extra-small { font-size:10px !important; line-height:15px!important;}
.text-small { font-size:11px !important; line-height:20px!important; display: inline-block !important}
.text-medium{ font-size:14px !important; line-height:24px !important;}
.text-large { font-size: 15px !important; line-height: 22px !important; }
.text-extra-large { font-size: 18px !important; line-height: 27px !important;  }
.title-small{ font-size:20px !important; line-height:30px !important;}
.title-medium{ font-size:24px !important; line-height:28px !important;}
.title-large{ font-size:28px !important; line-height:34px !important;}
.title-extra-large{ font-size:35px !important; line-height:37px !important;}
.title-extra-large-2{ font-size:45px !important; line-height:45px !important;}
.title-extra-large-3{ font-size:50px !important; line-height:50px !important;}
.title-extra-large-4{ font-size:70px !important; line-height:70px !important;}
.title-extra-large-5{ font-size:80px !important; line-height:50px !important;}
.title-big { font-size: 100px !important; line-height:100px !important;}
.title-big2 { font-size: 125px !important; line-height:125px !important;}
.title-big3 { font-size: 150px !important; line-height:150px !important;}

/* text color */
.white-text{ color:#FFF !important}
.magenta-text{ color:#d94378 !important}
.orange-text{ color:#ff513b !important}
.deep-orange-text{ color:#d66e4a !important}
.deep-red-text{ color:#e75e50 !important}
.black-text{ color:#000 !important}
.yellow-text{ color:#fdd947 !important}
.fast-yellow-text{ color:#fdd947 !important}
.deep-red-text{ color:#b30000 !important}
.medium-gray-text{ color: #929292 !important}
.light-gray-text{ color: #ababab !important}
.light-gray-text2{ color: #c5c5c5 !important}
.deep-gray-text { color: #404040 !important; }
.deep-light-gray-text { color: #878787 !important; }
.gray-text {  color:#626262 !important}
.dark-gray-text { color:#373737 !important}
.brown-text {color: #614c45 !important}
.deep-yellow-text {color: #c8a64b !important}
.dark-blue-text {color: #1e2126 !important}
.fast-pink-text { color:#ff1a56 !important}
.fast-pink-text-dark { color:#ef106e !important}
.transparent-blue-text{ color: rgba(0,239,255,.5) !important}
.transparent-green-text{ color: rgba(0,255,151,.5) !important}
.fast-green-text{ color: #85eea5 !important}
.crimson-red-text { color: #e31d3b !important}
.deep-green-text { color: #1acd7b !important; }
.deep-green-dark2-text{color: #6ad5a7 !important;}
.deep-blue-text { color: #2283d4 !important; }
.turquoise-blue-text {color: #85d4c0 !important;}
.deep-pink-dark-text { color:#e15276 !important}
a.light-gray-text:hover { color: #7f7f7f !important}
.bg-crimson-light-w{ color: #85eea5 !important}
/* ===================================
    Architecture demo
====================================== */



@media screen and (max-width: 1400px) and (min-width: 1000px){
	
	.left-img{  background-position: -390px 0;}
}
@media screen and (max-width: 1024px) and (min-width: 992px){
    
    .top-quote blockquote{padding: 150px 0 163px; font-size: 20px; line-height: 28px;}
}

@media screen and (min-width: 768px) and (max-width:992px){
.bg-crimson-lt-brown{ background: #fff !important;}
.left-img{background-position: 602px 0;}
}

@media screen and (max-width: 640px){
    
    .left-img{  background-position: -382px 0;}
    .paddin-btm-20{ padding-bottom: 20px;}
}
@media screen and (max-width: 767px) and (min-width: 481px){
    
    .mrgt4x h1{  font-size: 60px;}
}
@media screen and (max-width: 460px){
    
    .left-img{  background-position: -534px 0;}
    .bg-crimson-gray{ min-height: 450px;}
}
.headline-txt{}
.headline-txt .articalHeading{ color: #42454a !important;}


@media screen and (max-width: 640px) and (min-width: 567px){    
    #big_image_2ko1{ background-position: -725px 0;}
}

/****************************16-12-2015************************/
.modal-body2{ height: auto;}
.footer button.pi-button {
    /*padding: 40px 40px;*/
    /*background-color: #7D7F7F !important;*/
    font-size: 16px;
    line-height: 22px;
    font-family: 'aeroportalregular';
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
        border: none;
		font-weight: normal;
}
.footer button.pi-button a:hover, .footer  button.pi-button:hover {
    background-color: #c02026;
}
.footer .img-logo img{
	float: right;
    margin-left: auto;
    margin-right: auto;
    /*border: 1px solid #545454;*/
    border-radius: 0px;
    padding: 10px 20px;}
@media screen and (max-width: 767px) {.footer .img-logo img {float:none !important; margin-top:10px;}}	
.modal-body  h4{ text-align: center;}
/*.modal-body { list-style: none; padding-left: 0px;}
.modal-body { text-align: center; padding-bottom: 20px; border-bottom: 1px solid #ccc;}*/
.modal-body .colofon-wrap{ border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding-top: 10px;}
.modal-body .content-add{ text-align: right; font-weight: 600px; color: #848484;}
.modal-body .content-info{ text-align: left;}
/*************************12-18-2015*****************************/

h1.wow.fadeInRightBig.no-margin-btm.animated span{ color: #005596;}
h1.wow.fadeInRightBig.no-margin-btm.animated span img { display: inline-block; margin-top: 40px;}
h1.wow.fadeInRightBig.no-margin-btm.animated hr{ margin-top: 0px; border: 0px;}
.colofon-wrap p{ font-size: 14px; margin-bottom: 0px;}
input[type=checkbox], input[type=radio]{ height: 12px; width: 12px; border: 1px solid #ccc;}
.circle-close {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #0075BE;
    text-align: center;
    right: -8px;
    position: absolute;
    bottom: -12px;
}
.circle-close .close {
    text-align: center;
    padding: 2px 7px 0px 0;
    font-size: 26px;
}
.modal-body2 h2{ font-weight: 600; font-size: 20px; letter-spacing: 0px !important; line-height: normal; margin-bottom: 10px;}
.modal-header-green{ background: #719f2b;}
/*************************12-22-2015*****************************/
.circle-ncell{ background: #755398;
    border-radius: 50%;
    height: 350px;
    width: 350px;
    margin-left: auto;
    margin-right: auto;}
.circle-ncell h2{ font-size: 40px; text-align: center;  padding-top: 50px; color: white;}
.circle-ncell h2 span{ font-size: 50px;}
.circle-ncell .name{ font-size: 16px; padding-top: 20px; line-height: 20px; text-shadow: none; letter-spacing: 2px;}
.drop-txt {
    float: left;
    font-size: 200px;
    font-weight: bold;
    line-height: 79%;
    padding: 0 10px 0 0;
    color: #755398;
}
.drop-txt-blue { color: #aadee2;}
.articalHeading-ncell {font-family: 'KievitSlabProExtraBold'; font-size:25px; text-align:left; line-height: 34px; margin-bottom: 6px; color: #755398;}
.colorboxText-ncell{ background: #e8e4f0; text-align: left;}
.colorboxText-ncell h4{ color: white; background: #755398; line-height: 40px; padding-left: 20px;}
.colorboxText-ncell p{ font-size: 16px; padding: 20px;}
.background3-a{ background: url(http://www.norwayexports.no/home) top left ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.background3-b{ background: url(http://www.norwayexports.no/home) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.background3-c{ background: url(http://www.norwayexports.no/home) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.lightBgTextorg-b { background:url(http://www.norwayexports.no/home) no-repeat; margin-top: 40px;}
.colorboxText-7tp { padding: 7px 20px 5px; font-family: 'plutocond_light'; text-align: left;}
.colorboxText-7tp strong{ color: #e46b1f;}
.colorboxText-7tp.blue-col strong{ color: #009dc4;}
i.fa.font-20px { font-size: 12px; color: #e46b1f;}
i.fa.fa-circle.font-20px{ color: #755398;}
i.fa.blue{ color: #009dc4;}
.bg-crimson-lt-blue{background: #009dc4;}
.bg-crimson-lt-blue h1{ text-align: center; color: white !important;}
.lightBgTextorg-v {background:url(http://www.norwayexports.no/home) no-repeat; margin-top: 0px;}
.lightBgTextorg-f {background:url(http://www.norwayexports.no/home) no-repeat; margin-top: 0px;}
.font-20px{ font-weight: 200;}
.font-12px{ font-size: 12px;}
.articalHeading-org {font-family: 'KievitSlabProExtraBold'; font-size:25px; text-align:left; line-height: 34px; margin-bottom: 6px; color: #e46b1f;}
.margin-leftNon {margin-top:200px; margin-left:0px;}
.background3-c-b{background: url(http://www.norwayexports.no/home) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;}/*
.bdrL-20px{ border-right: 20px solid black; height: 160px;}
.bdrR-20px{ border-left: 20px solid black; height: 160px;}*/
.font-50px{ font-size: 50px;}
.bdr-LR{ border-left: 20px solid #121619; border-right: 20px solid #121619; padding:20px;}
.background4-a{
    background: url(http://www.norwayexports.no/home) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    /*border-bottom: 10px dotted #FFFFFF;*/
}
.background4-b{
    background: url(../img/New-York-kopi.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    /*border-bottom: 10px dotted #FFFFFF;*/
}
.background4-c{
    background: url(http://www.norwayexports.no/home) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    /*border-bottom: 10px dotted #FFFFFF;*/
}
.background4-d{
    background: url(http://www.norwayexports.no/home) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    /*border-bottom: 10px dotted #FFFFFF;*/
}
.background5-c{ background: url(http://www.norwayexports.no/home) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.dotter-line{
    margin-top: 0px;
    margin-bottom: 0px; background: url(http://www.norwayexports.no/home) repeat-x; height: 8px;}
.writernm{background: #ccc;
    padding: 2px 10px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 0px;}
#big_image_1 .img-top-txt .animated, 
#big_image_2 .img-top-txt .animated, 
#big_image_3 .img-top-txt .animated, 
#big_image_4 .img-top-txt .animated, 
#big_image_5 .img-top-txt .animated, 
#big_image_6 .img-top-txt .name.animated{ padding: 10px; text-align: center; color: white !important; background: none;}
.txt-left{ text-align: left;}
.drop-txt-d{ color: #91add9;}
i.fa.drop-txt-d { color: #91add9;}
.drop-txt-d { color: #91add9;}
.circle-blue{ 
    background: #6ecbd2;
    border-radius: 50%;
    height: 250px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 6px #ADADAD;
    border: 5px solid #c6e8eb;
    margin-top: 15px;}
.circle-blue-drk{ border: 5px solid #DFEEFF; background: #5086c4;}
.circle-blue .animated{ color: #fff; padding-top: 40px; text-align: center;}   
.circle-blue .animated strong{ color: #fff;} 
.circle-blue .fa,.circle-red .fa{ font-weight: 600; font-size: 20px;}
i.fa.col-red{ color: #bb131a;}
.col-red{ color: #bb131a;}
.circle-red{ border: 5px solid #e19a83; background: #bb131a;}
.circle-yellow{border: 5px solid #ffe8a7; background: #ffcb06;}
i.fa.col-yellow{ color: #ffcb06;}
.col-yellow{ color: #ffcb06;}
.circle-yellow .animated,.circle-green .animated{ padding-top: 3px;}
.col-green{ color: #b3d235;}
i.fa.col-green{ color: #b3d235;}
.circle-green{border: 5px solid #ddeaae; background: #b3d235; font-size: 15px; line-height: 20px;}
.circle-blue-strong{border: 5px solid #93d2e5; background: #00a3c5;}
.circle-black{border: 5px solid #a8a9ad; background: #231f20;}
.bdr-lB{    border-left: 10px solid #019DC4;
    padding-left: 20px;}
.txt-cap{ text-transform: uppercase; font-size: 70px; font-family: plutocond_heavy; color: #949494 !important;}
.txt-cap span{ color: #231f20;}
.dash-pattern{ background: url(http://www.norwayexports.no/home) repeat; padding: 20px;}
.line-straight{ background:url(../img/line-straight.jpg) repeat; padding-top: 20px;}
.line-straight strong{ color: #58585a; font-weight: 600; font-family: plutocond_heavy;}
.font-600{  font-family: plutocond_heavy; font-weight: 600; color: #58585a;}
.yello-bg{ background: #ffdd00; font-size: 10px; line-height: 11px; padding: 6px; color: #585757; text-align: left; margin-right: -16px;}
.yello-bg img{ float: left; margin-right: 10px;}
.box-yellow{ background: url(http://www.norwayexports.no/home) no-repeat top left #ffdd00; text-align: right;}
.magin-100{margin-top: 100%;}
@media screen and (max-width: 1280px){    
.quota { width: 100%}  
}
@media screen and (min-width: 768px){    
.quota h1{ font-size: 40px;}  
}




/*---------------------------8-A---------------------*/
.background8-A{ 
    background: url(http://www.norwayexports.no/home) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.circle-darkBlue {
    background: #31708f !important;
    border-radius: 50%;
    height: 400px;
    width: 400px;
    float: right;
	border: 8px solid #fff;
}

.circle-darkBlue h2 {
	font-size: 60px;
    text-align: center;
    padding-top: 81px;
    color: white;
	font-weight: bold;
}

.circle-darkBlue .name {
    font-size: 25px;
    padding-top: 20px;
    line-height: 20px;
    text-shadow: none;
    letter-spacing: 2px;
	 font-family: 'harabararegular';
}
@media screen and (min-width: 1200px){.darkBlueBox {padding-right:200px; padding-top:50px;}}

.BgwalaContent {
	background:#31708f; 
	color:#fff; 
	font-family: 'plutocond_light';     
	padding: 20px;
    font-size: 21px;
    line-height: 24px;
}
.contentHeading { 
	color:#31708f; 
	font-family: 'harabararegular'; 
	font-size: 30px;
    margin-top: 40px;
    margin-bottom: 15px;
}

.blueTextBox {
	border-left: 10px solid #31708f;
    border-right: 10px solid #31708f;
    padding: 0px 20px;
    font-size: 37px;
    font-family: 'plutocond_bold';
    text-align: center;
    line-height: 39px;
    color: #31708f;
    margin: 50px 0px;
}

.imgBox1 {width:50%; float:left;}
.imgBox1 img {width:100%;}
.imgBox2 {width:50%;  float:left;}

.factContentBgBox {
	padding: 45px 50px;
	font-size:16px;
}

.fackBox {
	width: 210px;
    padding: 13px 30px;
    text-align: left;
    font-family: 'plutocond_light';
    background: #31708f;
    position: absolute;
    z-index: 1;
    margin-top: -55px;
    color: #fff;
    font-size: 31px;
    margin-left: 51px;
}
.bhaiyaJi {border: 2px dotted #31708f; padding:30px;}
.fackImg {padding-right:0px;}

i.fa.fa-circle.page8A{ color: #31708f; font-size: 12px;}

/*---------------------------8-B---------------------*/
.background8-B{ 
    background: url(http://www.norwayexports.no/home) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.squareDetailBox {
	background: #d1d3d4;
    padding: 30px 20px 20px 50px;
    width: 560px;
    position: absolute;
    bottom: 0;
    font-family: 'plutocond_light';
	}
.AroImgBox {width:20%; float:left;}
.detailContentBox {
	width:80%; 
	float:left; 
	padding-left:30px; 
	font-size: 27px;
    text-align: left;
	}
.detailContentBox ul {margin-left:-40px;}	
.detailContentBox ul li {list-style:none; line-height: 30px; margin-bottom: 6px;}
.boldFontBox {font-family: 'plutocond_bold';}

.blackLongBox {background:#000; height:50px;}

.circle-blackBox {
    background: #000;
    border-radius: 50%;
    height: 250px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -173px;
    z-index: 1;
    position: relative;
}
.circle-blackBox h2 {
    text-align: center;
    font-size: 109px;
    font-weight: bold;
    padding-top: 35px;
    color: #fff;
	font-family: 'harabararegular';
}
.subtextBox {text-align:center; font-family: 'harabararegular'; font-size:40px; letter-spacing: 3px; margin-top: -12px;}

@media screen and (max-width: 1199px){
	.squareDetailBox {
    background: #d1d3d4 none repeat scroll 0 0;
    bottom: 160px;
    font-family: "plutocond_light";
    padding: 30px 20px 20px 50px;
    position: absolute;
    width: 560px;
}
}

.conBoxTabBlack {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.blackGoloBox {
	background: #000;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    padding-top: 26px;
	float:left;
}
.blackLine {    
	width: 80px;
    background: #000;
    height: 1px;
    display: inline-block;
    margin-top: 40px;
    float: left;
	}
.contentTabBox{
	margin-top: 28px;
    width: 75%;
    float: left;
    margin-left: 10px;
}
.blacktabHeading {font-weight:bold; font-size:20px;}

@media screen and (max-width: 767px){
	.blackGoloBox {float: none;}
	.blackLine {
    background: #000;
    height: 80px;
    margin-left: 40px;
    width: 1px;
	margin-top:0px;
	}
	.contentTabBox { margin-top: 5px;}
}

@media screen and (max-width: 1199px){
    .squareDetailBox {
    background: #d1d3d4 none repeat scroll 0 0;
    bottom: 0px;
    font-family: "plutocond_light";
    padding: 20px;
    position: absolute;
    width: 100%;
    }

    .AroImgBox {
    float: left;
    margin-bottom: 10px;
    width: 15%;
    }
    .detailContentBox {
    float: left;
    font-size: 18px;
    padding-left: 2px;
    text-align: left;
    width: 100%;
    }
    .detailContentBox ul li {
    line-height: 19px;
    list-style: outside none none;
    margin-bottom: 6px;
    }

    .circle-blackBox {
    background: #000 none repeat scroll 0 0;
    border-radius: 50%;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -40px;
    position: relative;
    width: 200px;
    z-index: 1;
    }
    .circle-blackBox h2 {
    color: #fff;
    font-family: "harabararegular";
    font-size: 79px;
    font-weight: bold;
    letter-spacing: 3px;
    padding-top: 35px;
    text-align: center;
    }
    .subtextBox {
    font-size: 30px;
    }
    .blackLongBox {
    background: #000 none repeat scroll 0 0;
    height: 50px;
    position: relative;
    top: 110px;
    }


    /*---8-A---*/
    .circle-darkBlue {
    background: #31708f none repeat scroll 0 0 !important;
    border: 8px solid #fff;
    border-radius: 50%;
    float: right;
    height: 290px;
    margin-top: -40px;
    width: 290px;
    }
    .circle-darkBlue h2 {
    color: white;
    font-size: 45px;
    font-weight: bold;
    padding-top: 72px;
    text-align: center;
    }
    .circle-darkBlue .name {
    font-family: "harabararegular";
    font-size: 25px;
    letter-spacing: 2px;
    line-height: 20px;
    padding-top: 0px;
    text-shadow: none;
    }
}


@media screen and (max-width: 1199px) and (min-width: 768px){

    .circle-blackBox {
    background: #000 none repeat scroll 0 0;
    border-radius: 50%;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -159px;
    position: relative;
    width: 200px;
    z-index: 1;
    }
    .blackLongBox{top: 0px;}
    .squareDetailBox {
    background: #d1d3d4 none repeat scroll 0 0;
    bottom: 0;
    font-family: "plutocond_light";
    padding: 20px;
    position: absolute;
    width: 230px;
    }
}
/*====================norway-exports====================*/
/*--------------------homepage-----------------*/
#content h1 {
	margin: 0 auto!important;
	text-align: center;
	color: #403e3f !important;
    letter-spacing: 1px!important;
	font-size: 70px!important;
	line-height: 1em;
	font-weight: 700!important;
	padding: 0 0 0 0;
	text-transform: none;
	font-family: 'aeroportalregular';
}

.single_image{ 
    background: url(../img/page1.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.ministerWordHeading {margin-top:-8px !important; margin-bottom: 0px; line-height: 48px;}
.ministerWordHeading span{ display: block; font-size: 20px; color: #000; text-transform: uppercase; font-weight: 600;}
.pull-quote{ border-left: 6px solid #005596; padding-left:33px; margin-bottom: 70px; min-height:317px;}
@media screen and (min-width: 1200px){.pull-quote{padding-top:135px;}}
@media screen and (min-width: 768px) and (max-width:1199px){.pull-quote{padding-top:16px;} .cbp-l-grid-team-name h1 {font-size: 24px !important;}}
.pull-quote p{ 
	font-size: 17px;
    padding: 21px 0px 0px 0px;
}
.cbp-l-grid-team-name {
    text-decoration: none;
    display: block;
    text-align: left !important;
    margin-bottom: 3px;
	font-size: 15px;
	/*font-style: italic;*/
}
.cbp-l-grid-team-name h1 { font-size:30px; margin-top: -7px; margin-bottom: 4px; font-style: normal; line-height:25px;}

.fa-angle-double-right {color:#005596; margin-right:5px; font-size:18px !important;}
.tableOfContentBox {
	font-family: 'aeroportalregular';
    font-size: 55px;
    color: #015696;
    padding: 25px;
    text-align: center;
    border-bottom: 1px solid #015696;
    border-top: 1px solid #015696;
}

@media screen and (max-width: 480px){
	.cbp-l-grid-team-name h1 {
    font-size: 30px !important;
    font-style: normal;
    margin-bottom: -11px;
    margin-top: -18px;
    text-align: right;
}
}
@media screen and (max-width: 767px){
	.fulWidthImg {width:100% !important;} 
	.pull-quote {margin-top: 80px !important;}
	#content h1 { font-size: 32px !important;}
	.fulwidthContentBox {
    font-size: 20px !important;
    line-height: 28px;
    margin-top: -8px !important;
	}
	#companyDetailBox {min-height: 1295px !important; background-size:340px !important;}
	.logoBoxTab img { float: none !important;}
	.tableOfContentBox {line-height:50px;}
}
@media screen and (max-width:1199px) and (min-width: 768px){
	#content h1 {font-size: 60px !important;}
	.fulwidthContentBox {
    font-size: 29px;
    line-height: 40px;
	}
}



/*-------------------page2-------------------------*/
.background2{ 
    background: url(http://www.norwayexports.no/home) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.fulwidthContentBox {
	font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #fff !important;
    text-align: center;
    font-size: 37px;
    font-weight: bold;
    margin-top: 20px;
}
.subHeadText {
    font-size: 22px;
    line-height: 31px;
}
.tabHeading {
    font-weight: bold;
    font-size: 18px;
}
.contentOnTab {
    min-height: 260px;
	text-align: left;
	margin-top: 40px;
}
.logoBoxTab img {
    float: right;
	margin-top: 30px;
	margin-bottom: 20px;
}
.fa-globe{color:#005596;}
.fa-tty{color:#005596;}


/*--------------------page3-------------------*/
.background3{ 
    background: url(../img/hong_kong_china.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.mapBGBox {       
	/*background: url(../img/page-21_1.png)!important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    background-position-y: -1px !important;*/
	 background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    /*background-image: url("../img/page-21_1.png") !important;*/
    background-position: 100% 0 !important;
    background-repeat: no-repeat !important;
    background-size: auto auto !important;
	}
.writerNameBox {
	background: #015596;
    padding: 3px 10px;
    color: #fff;
    font-family: 'aeroportalregular';
    font-size: 21px;
	margin-bottom:70px;
}
.contentTabHeding {font-size:24px; font-weight:bold; /*color:#58585a;*/ margin-bottom: 10px; margin-top: 50px; }

.captionImgBox {
    margin-bottom: 50px;
}
.captionImgBox p {
	/*font-style: italic;*/
    text-align: right;
    line-height: 19px;
    font-size: 15px;
    color: #015596;
	margin-top: 10px;
}
.copyRightTab {text-align:right; font-size:12px; margin-top:-12px;}

@media screen and (max-width: 767px){
	.responsiveLayoutBox {margin-top: 220px;}
}

/*------------------page4------------------*/
#companyPageHead { margin-top: 53px;}
.companyCategoryTitle{ 
	background: #59A3D8;
    font-family: 'aeroportalregular';
    font-size: 26px;
    padding: 10px 0px;
    color: #fff;
	margin-bottom: 30px;
}
.companyImagBox { width:50%; float:left; padding-right:15px;}
.companyImagBox p {font-size:11px;}
.companyInfoBox img { width:45%; margin-bottom:25px;}
.companyInfoBox { width:50%; float:left; padding-left:15px; border-left: 1px solid #005596;  padding-bottom: 25px;}
@media screen and (max-width: 1199px){.companyInfoBox {padding-bottom:20px;}}
.companyInfoBox p {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px !important;
}

.captionTextArea {border-bottom:1px solid #005596; border-top:1px solid #005596; padding: 20px 0px 0px; }
.captionTextArea p {
	color: #005596;
    font-size: 20px;
    text-align: left;
}
#companyDetailBox .fa-angle-right {color:#000 !important;}
.liWalaTab ul li  {list-style:none; padding-bottom: 6px;} 
.liWalaTab ul { margin-left: -38px; margin-top: -15px; }
#companyDetailBox {
	background: url(../img/map.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
	min-height: 845px;
	
}
@media screen and (max-width: 1199px){#companyDetailBox{background-size:600px;} }
@media screen and (max-width: 767px){.companyImagBox { width:100%; padding-right:0px;} .companyImagBox img { width:100%;} .companyInfoBox{ width:100%;  border-left:none; padding-left:0px; margin-top:20px;}}

/*------------------page5------------------*/
#companyDetailArea ul{ margin-left:-22px;}
#companyDetailArea ul li { margin-bottom:30px;}
.rightSideTab img{ margin-top:50px;}
.logoImgBox{
    margin-top: 16px !important;
    margin-bottom: 30px;
}

.adsLogo {margin:0px auto; width: 60%;}
.adsbannerImg {margin:0px auto; margin-top:30px; width: 100%;}
.seabornAdsPanel p {
	font-size: 50px;
    text-align: center;
    color: #0B65A4;
    margin-top: 47px;
    line-height: 68px;
    font-weight: bold;
}
.seabornAdsPanel{
	border: 1px solid #d1d1d1;
    padding: 30px;
	margin-top: 20px;
}
.contactDetailsTab p { 
	color: #0B65A4;
    font-size: 21px;
    text-align: center;
    font-weight: normal !important;
    line-height: 29px;
}
.machineDetail ul {
	margin-top: -50px;
    font-size: 14px;
    line-height: 3px;
}
.machineDetail ul li {    
	margin-bottom: 0px !important;
    line-height: 32px;
	list-style: none;
}
.machineDetail ul p {font-weight:bold;}
.numberBgBox {
    background: #F0602B;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 10%;
    padding: 5px 9px;
    font-size: 11px;
    text-align: center;
}
.subUlBox li {
	line-height: 33px;
    margin-bottom: 0px !important;
}

#menu li a.active {
    /*color: #0075BE!important;*/
    background-color: transparent;
}



/*-------------------------ppopupbox-----------------------------*/
.magazineSubDetail{text-align:center;}
.magazineSubDetail p {font-size:15px;}
.magazineSubDetail img  {margin:0px auto;}
.magazineSubDetail h4 {font-weight:bold; font-size:16px; margin-bottom: 6px; text-align:center;}
.noborderBox {border-bottom:none !important;}
.boldTextBox {font-weight:bold;}

.modal-header-white {background:#fff !important; padding-bottom: 35px !important;}
.modal-header-white h4 {    
	font-family: 'aeroportalregular';
    color: #015696 !important;
    font-size: 36px !important;
    margin-top: -13px;
	}
.modal-header-white button.close {color: #015696  !important;}

.magazineSubDetail2 h4{font-weight:bold; font-size:16px; margin-bottom: 6px; text-align:left !important;}
.magazineSubDetail2 p {font-size:15px;}

@media screen and (max-width: 1199px) and (min-width: 768px){
	.machineDetail ul {
     margin-top: -9px !important;}
}


/*------------- added css--------------*/
.adsNonBox {display:none;}
#companyPageHead {
    margin-bottom: -30px;
	position:absolute;
	left:0;
	right:0;
}

.profile1 {
	background: url(http://www.norwayexports.no/home) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
@media screen and (min-width: 1200px){
	.profile1{background-position:0px -520px;}
}

.profileLogoBox {margin:0px auto; margin-bottom:30px;}


.profile2 {
	background: url(http://www.norwayexports.no/home) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}


.profile3 {
	background: url(http://www.norwayexports.no/home) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.ctaButtonBox .btn{ margin-left:0px !important; }
.ctaButtonBox .btn-default {color: #4C4C4C;}

.companyImagBox img {width: 100%;}
.headerBGBox {
	    background: rgba(255, 255, 255, 0.6);
        padding: 20px 40px 10px 40px;
        display: inline-block;
        margin-bottom: 10px;
}
@media screen and (min-width: 1200px){
	.profile3 { background-position: 0px -270px;}
	.SPLogo {    
	width: 40%;
    margin-top: 7px !important;}
}
@media screen and (max-width: 1199px) and (min-width: 900px){
	/*#content { top: 187px !important;}*/
}

.boatGraphImage {border:1px solid #d1d1d1; margin-bottom:10px;}

.boatGraphDetails {border-bottom:1px solid #d1d1d1; margin-bottom:50px; padding-top:22px;}
.boatGraphDetails ul li {
    list-style: none;
    font-size: 20px;
    border: 1px solid #CCC;
    padding: 8px 0px;
}

.boatGraphDetails .numberBgBox {
    background: #ff5500 !important;
    color: #fff;
    width: 60px !important;
    height: 62px !important;
    border-radius: 0%;
    padding: 8px 16px !important;
    font-size: 25px !important;
    text-align: center !important;
    margin-left: -1px;
    position: relative;
    top: 1px;
}
.boatGraphDetails ul a {color:#ff5500 !important; cursor:pointer !important; text-decoration:none !important;}
.boatGraphDetails ul {margin-left: -40px !important;}
.modal-body h5 {font-size:25px; text-align:left !important; text-transform:uppercase;}

@media screen and (max-width: 992px) and (min-width: 768px)
{
	.boatGraphDetails ul li {
    font-size: 14px;
	padding:0px !important;
	}
	
	.boatGraphDetails .numberBgBox {
    background: #ff5500 none repeat scroll 0 0 !important;
    border-radius: 0%;
    color: #fff;
    font-size: 17px !important;
    height: 40px !important;
    padding: 3px 11px !important;
    text-align: center !important;
    width: 40px !important;
	}
}

@media screen and (max-width: 767px) {
.boatGraphDetails ul li { font-size:12px; padding:0px;}
.boatGraphDetails .numberBgBox {
    background: #ff5500 none repeat scroll 0 0 !important;
    border-radius: 0%;
    color: #fff;
    font-size: 14px !important;
    height: 60px !important;
    padding: 5px 10px !important;
    text-align: center !important;
    width: 60px !important;
	}
	.boatGraphImage {margin-top: 70px;}
}
.magazineResponsibalPersonal {text-align:center; font-size:12px;}
.magazineResponsibalPersonal img {width:40%; margin:0px auto;}
.detailTextBox h4 {
	text-align: center;
    font-size: 13px;
    font-weight: bold;
	margin-bottom: 0px;
}
.detailTextBox p {margin-bottom:0px;}
.detailTextBox{
	border-top: 1px solid #F1F0F0;
	margin-bottom:5px;
	padding: 3px 0px;
}

@media screen and (max-width:1199px){.magazineResponsibalPersonal img {width:70%; margin:0px auto;} .detailTextBox{padding:8px 0px;}}



/*-----new added css for new pages------*/
.aboutThisIssue { 
    background: url(../img/glob-img.jpg); 
    background-repeat: no-repeat; 
    background-position: 100% 0 !important;
    min-height: 1139px;
}
.aboutThisIssue .ministerWordHeading {padding-top: 220px;}
.aboutThisIssue img { margin-top: 90px;}

.fa-caret-down {font-size:3.5em !important; margin-top:0px !important;}
#ministryPnE {border:3px solid #005596; border-radius:30px; padding: 60px 40px;}
.headingWithPBox {margin-bottom:30px;}
.headingWithPBox p{color:#005596; line-height: 22px; margin-top: 14px; font-weight: 600;}
#ministryPnE ul{margin-left:-20px;}
#ministryPnE ul li { margin-bottom:4px;}

.rightBoxInfoTab {margin-top:45px;}
.rightBoxInfoTab img {width:100%;}
.rightBoxInfoTab p {font-size:16px;}


#norwegianOnG {border-bottom: 3px solid #005596; border-top: 3px solid #005596; padding: 60px 0px;}
#norwegianOnG ul{margin-left:-20px;}
#norwegianOnG ul li { margin-bottom:4px;}

.placeListBox ul {margin-left: -40px !important;}
.placeListBox ul li {
    list-style: none; 
    display: inline;
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: bold;
    padding-right: 30px;
}
.centerInfoTextBox {margin-top: 14px; margin-bottom: 24px;}

.rightSideblueText {border-top: 1px solid #c7c7c7; border-bottom: 1px solid #c7c7c7; padding: 20px 0px 0px; margin-top: 80px;}
.rightSideblueText p {
    color: #0075BE;
    font-size: 13px;
    line-height: 19px;
}


.articalBG1{ 
    background: url(../img/Norskutvannett_rrfisk.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.articalBG2{ 
    background: url(../img/image001.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.articalBG3{ 
    background: url(../img/pellets-de-alimento-para-salmonidos.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.articalBG4{ 
    background: url(../img/SAM_1067-copy.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.articalBG5{ 
    background: url(../img/C-feed-4826.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}



.serviceProviderBG1{ 
    background: url(../img/serviceProvider1.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.serviceProviderBG2{ 
    background: url(../img/serviceProvider2.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.serviceProviderBG3{ 
    background: url(../img/serviceProvider3.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.serviceProviderBG4{ 
    background: url(../img/serviceProvider4.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}


.defaultSizeImg {width:auto !important}
.rightSideTab .copyRightTab {margin-top:-19px !important;}
.rightSideTab .captionImgBox { margin-bottom: -39px !important; }
.listStyleLeft {margin-left:-25px !important;}
.secUlList {margin-left: -43px;}
.saidByPersonMainbox{padding-left: 66px; padding-right: 30px;}
.saidByPerson {
    border-left: 3px solid #ccc;
    padding-left: 20px;
    margin-top: 70px;
}
.saidByPerson p { /*font-style:italic;*/ font-size:20px; font-weight:bold;}
.adsPage {padding-top:85px;}
.adsPage img { margin:0px auto;}

/*-------indexpageBox--------*/
.indexBoxHeadingTab { background: #0075BE ; padding: 0px 0px 20px;}
.indexBoxHeadingTab h1 {color: #fff !important; font-size: 57px;}
.indexBoxHeadingTab p{color: #fff !important; font-weight: bold; margin-bottom: 0px; margin-top: -56px;}
.indexPageBox { margin-bottom: 25px; border-bottom: 1px dotted #D6D5D5; padding-bottom: 10px;}
.indexPageBox h6 {font-size:16px; color:#005596!important; font-weight:bold; margin-bottom: 2px;}
.indexPageBox p {/*font-style: italic;*/ font-weight: bold; margin-bottom: 2px; font-size: 15px;}
.indexPageBox ul {margin-left:-41px;}
.indexPageBox ul li { list-style:none; font-size: 14px;}


/*-----norwayAbroad-------*/
.norwayAbroad { background: #0075BE ; padding: 0px 0px 20px;}
.norwayAbroad h1 {color: #fff !important; font-size: 57px;}
.norwayAbroad p{color: #fff !important; margin-bottom: 0px; margin-top: -56px;}
.embassiesInfoBox { margin-bottom: 25px; border-bottom: 1px dotted #D6D5D5; padding-bottom: 10px;}
.embassiesInfoBox h6{
    color: #0075BE;
    font-family: 'aeroportalregular';
    font-size: 22px;
    font-weight: bold;
    }
.embassiesInfoBox p {font-size: 15px;}


.companybg80{ background: url(../img/UNITEAM-P80.jpg) top left;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

#indicatorBox {
    background: #0075BE;
    margin-top: 50px;
    position: absolute;
    color: #fff;
    padding: 11px 30px;
    right: 0;
    font-family: 'aeroportalregular';
    font-size: 23px;
}
.mainImageLogoBox img {
    margin: 0px auto;
    padding-bottom: 10px;
}

.defaultLogoBox {text-align:right !important;text-align: -webkit-center !important; width: 50%; float: left; }
.partnnersBG4D { background: url(../img/Christina-E-3.jpg) top center;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.companybg79 { 
	background: url(../img/TESS-BG.jpg) top left;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.companybg78 { 
    background: url(../img/telenorBG.jpg) top left;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.companybg77{ 
    background: url(../img/SOHOME-P76.jpg) top left;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.companybg76{ 
    background: url(../img/SMSC-P74.jpg) top left;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.companybg75{ 
    background: url(../img/ROLLS-ROYCE-P72.jpg) top center;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.companybg74{ 
    background: url(../img/RAPP-MARINE-P70.jpg) top left;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.companybg73{ 
    background: url(../img/rappBomexBg.jpg) top left;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.companybg72{ 
    background: url(../img/randstadBG.jpg) top left;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.companybg71{ 
    background: url(../img/PG-FLOW-SOLUTIONS-P64.jpg) top left;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.companybg70{ 
    background: url(../img/OneSubsea-P62.jpg) top center;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.companybg69{ 
    background: url(../img/NORNER-P60.jpg) top center;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.companybg68{ 
    background: url(../img/NOGVA-P59.jpg) top left;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
#fullPageAds {
 background:url(../img/adsBGbanner.jpg) no-repeat;
    width: 100%;
    min-height: 1500px;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
 padding-top:180px;
}
.smallCapText {font-size:17px; color:#fff; display:block;}
.bigCapText {font-size:63px; color:#fff;  display:block; margin:20px 0px;}
#fullPageAds p {margin-top:50px; color:#fff;}

.infoNcontactLogo {position: absolute;  bottom: 0;}
.infoNcontactLogo p { font-size: 16px; }

@media screen and (min-width: 768px){
 .infoNcontactLogo img {display:inline;}
 
}
@media screen and (min-width: 768px) and (max-width: 1400px){
 .infoNcontactLogo img {width:auto;}
}
@media screen and (min-width: 801px) and (max-width: 1400px){
 .tableC{ display: table-cell;}
}
@media screen and (max-width: 1000px) and (min-width: 768px){
 .bigCapText {font-size:45px !important; color:#fff;  display:block; margin:20px 0px;}
}

.indexLinktoPage {cursor: pointer;}

@media screen and (max-width: 767px){

    .infoNcontactLogo { position: relative;}
    .bigCapText { font-size: 43px;}
    #content h1 { font-size: 20px !important;}
    .mainImageLogoBox img { margin: 0 auto; padding-bottom: 18px; width: 80%; }
    .responsiveBoxLogo img { margin: 0 auto; padding-bottom: 18px; width: 35% !important; }
    .cbp-l-grid-team-name { text-align: right !important;}
    .cbp-l-grid-team-name h1 { margin-bottom: 3px !important;  margin-top: -9px !important; text-align: right; }
    .ministerWordHeading { line-height: 37px; margin-bottom: 0; margin-top: -8px !important; font-size: 34px !important; }
    .responsiveNomarginBox {margin-top: 0px !important;}
}

/********************************************
                4-7-2016                   
********************************************/
.contentTabHeding-p{ margin-top: 0px;}
.background3{ background: url(../img/NSC-cod2.jpg) top center;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.name1{font-size: 18px;}
.background4{ background: url(../img/torskemiddag.jpg) top left;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
ul.article-txt,ul.article-txt3,ul.article-txt4{
    text-align: left;
    padding-left: 24px;
    margin-bottom: 20px;
    margin-left: 0;
    color: #333;
}
ul.article-txt li,ul.article-txt4 li{ list-style: inherit;
    margin-left: 20px;
    /*color: #5F5F5F;*/
    color: #000; }
.background5{ background: url(../img/HI-009024.jpg) no-repeat top center;
    z-index: 1!important;
    height: 100%;
    display: block;
    width: 100%;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.margin100{ margin-top: 100px !important; margin-bottom: 30px;}
.marginT0{ margin-top: 0px !important;}
.companybg1{ background: url(../img/akvaplan-niva-p-26.jpg) top center;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.companybg2{ background: url(../img/AQUALINE_NY_mer_himmel_final_liten.jpg) top center;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.companybg3{ background: url(../img/snseafood1.jpg) top center;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.companybg4{ background: url(../img/CSE1600-grading.jpg) top center;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.companybg5{ background: url(../img/Arctic-Group-6.jpg) top center;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.companybg6{ background: url(../img/frionordica5.jpg) top center;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.companybg7{ background: url(../img/6331895_orig.jpg) top center;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.companybg8{ background: url(../img/Pages-from-NE_faqs10-1.jpg) top center;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.background9{ background: url(../img/HORDAFOR.jpg) top center;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.companybg10{ background: url(../img/Hansen-protection-p40.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.companybg11{ background: url(../img/Norway-Export-Oil-%26-Gas-2015-2016-42.html) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.companybg12{ background: url(../img/Hinna-park-p44.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.companybg13{ background: url(../img/hts-p46.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.companybg14{ background: url(../img/intertrust-p48.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.companybg15{ background: url(../img/last-mile-communication-p50.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.companybg16{ background: url(../img/Marine-Technologies-p52.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.companybg17{ background: url(../img/MARINTEK-P54.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.companybg18{ background: url(../img/MARKLEEN-P56.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.companybg19{ background: url(../img/NEK-KABEL-P58.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
#clients3 .owl-item,#clients5 .owl-item{ width: 430px !important;}
#clients4 .owl-item{ width: 330px !important}

.contentTabHeding .small-title{ font-size: 16px;}
.sup {
    font-size: 70%;
    vertical-align: super;
}
ul.article-txt3{ list-style: none;}
ul.article-txt3 li{ /*font-style: italic;*/}
ul.article-txt3 li .contentTabHeding{ font-size: 16px; line-height: normal; color: #015596;}
.article-txt1{ /*font-style: italic;*/ color: #005596; font-size: 14px; line-height: 24px;}
ul.article-txt4{ margin-left: 0; padding-left: 0;}
ul.article-txt4 > .contentTabHeding{ font-family: Arial, Helvetica, sans-serif}
ul.article-txt4 li{ margin-left: 60px; margin-bottom: 10px;}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item{ margin: 0 10px;}
.wrap-imPeg{display: block;
    float: left;
    border-bottom: 1px solid #F1F0F0;
    padding-bottom: 10px;
    padding-top: 40px;
}
.wrap-imPeg .contentTabHeding{ margin-top: 0px;}
.wrap-imPeg img{ no-margin-left:10px; float: right;}
.about-txtBtm p{ font-size: 16px;}
h4.modal-title { margin-top: -9px; color: white; font-family: 'aeroportalregular'; text-transform: uppercase; font-size: 24px;}
.width-100{width: 100%;}
.width-100 .sbuLinkMenu p{ text-align: left;}
.modal-body{ height: 689px; overflow: scroll; overflow-x: hidden;}
.modal-body p{ text-align: center;}
.modal-body h2{ font-size: 40px; color: #da2028; font-family: 'aeroportalregular'; display: table-cell; vertical-align: bottom;}
.modal-body span .link a{  color: #da2028; font-style: italic; padding-bottom: 20px; }
.modal-body .no { color: #b7b7b7; font-size: 100px; font-weight: 700;}
.modal-body .popup-40px{ line-height: 100px; text-align: right;}
.modal-body img{ margin-top: 20px; width: 100%;}
.content-info img{ width: auto; margin-top: 0;}
.title-box button { background: transparent; border: 0; font-size: 18px; width: 100%; height: 60px; text-transform: uppercase;}
.block-none{ display: none;}
.modal-content{ border-radius: 0px;}
.modal-header { border-radius: 0px;}
.modal-header .close{ margin-top: -6px;}
.close{ font-size: 24px;}
.width-100 .row{margin-bottom: 40px;}
.width-100 .row:last-child{ margin-bottom: 100px;}
.width-100 a.sbuLinkMenu:hover { color: #5F778C;}
.top-line {}
.top-line ul{ list-style: none; padding-left: 0px; margin-bottom: 0px;}
.top-line li{ display: inline-block; font-weight: 600; font-size: 20px; padding: 0 10px; color: #17375e;}
.top-line li a{ font-weight: 600; font-size: 20px; padding: 0 10px; color: #17375e;}
.top-line li a:hover{ color: #84A3BB;}
.top-line h1{line-height: 24px; padding-top: 20px; font-weight: 600; font-size: 30px;}
.gallery-background-popup { border: 1px solid #efefef; padding: 0px 20px 20px;}
.gallery-background img {
    margin: 0px auto;
}
.gallery-background {
    border: 1px solid #efefef;
}

.textLeftBox p {text-align: left;}

@media screen and (max-width: 800px){
    .gallery-background-popup,.gallery-background { margin-top: 20px;}
}
@media screen and (max-width: 767px){
    .width-100{width: auto;}
    .bnb-bg { padding: 30px 10px;}
    .width-100 .modal-content { margin-top: -74px;}
}
@media screen and (max-width: 767px){.modal-body .no {
    display: none;
}
}
/* ===================================
    Toggle NAV
====================================== */
.navbar{ margin-bottom: 0px; border-radius: 0;}
.navbar-default{ background-color: transparent; border: 0;}
.navbar-brand{ padding-top: 10px;}
.navbar-default .navbar-nav>li>a { color: #000; font-size: 14px; text-transform: uppercase;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    background: rgba(255,255,255,10);
}
.navbar-nav>li>.dropdown-menu{ left: 0;}
.navbar-nav>li>.dropdown-menu.dropdown-height{ /*left: 0;*/ overflow-x: auto; height: 300px;}
@media (max-width: 767px){
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #000;
    background: rgba(0,0,0,.2);
}
}
@media (max-width: 8000px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}
.navbar-default .navbar-toggle {
    border-color: #0075BE;
    background-color: #FDFCFC;
    border-radius: 0px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #0075BE;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.viewAllPopUpBox {cursor: pointer;}
/*******************1-25-2016******************/
.right-info-content{}
.contact-inf{}
.contact-inf .companyInfoBox{ border-left:0; width: 100%; padding-left:0;}
.quick-link{}
.quick-link ul{ list-style: none; margin-left: -40px; margin-bottom: 0;}
.quick-link li{ display: inline-block;}
.quick-link li a{ display: inline-block; padding: 0; }
.quick-link li .fa{ color: #015596;}
.quick-link li .fa:hover{color: #4C7DA2;}
.quick-link1{}
.quick-link1 ul{ list-style: none; margin-left: -40px; margin-bottom: 0;}
.quick-link1 li{ display: inline-block;}
.quick-link1 li a{ display: inline-block; padding: 0; }
.quick-link1 li .fa{ color: #015596;}
.quick-link1 li .fa:hover{color: #4C7DA2;}
.right-logo{}
.right-logo img{ margin-left: auto; margin-right: auto; float: none;}
.partner ul{ padding-left: 0px; margin-left: 0px;}
.partner li{ padding: 10px; /*border: 1px solid #EFEFEF;*/}
@media (max-width: 800px) { 
    .quick-link li{ font-size: 20px; color: #015596;/* margin: 10px 0;*/}
}
@media (max-width: 460px) {
    .quick-link ul{ margin-left: 0px; padding-left: 0px;
}
}
/*-----------------------add css DBT----------------------------*/
.smallLogoBox img {width:25%;}
.smallLogoBox2 img {width:12%;}
.right-logo2 img {float:left;}
@media screen and (max-width: 1199px) and (min-width: 768px){
	.quick-link li {padding-right:8px !important;}
	.quick-link img { margin-right: -24px !important;}
    .quick-link{ float: none;}
}
.right-info-content p {
    font-size: 14px;
    font-weight: bold;
}
.marginBottomBox {margin-top:16px;}
/*-------------------------------1-27-2016 --------------------*/
.phone-modal .modal-body-phone { padding: 20px; font-size: 20px; }
.phone-modal .modal-title{ font-size: 16px; margin-top: auto; font-weight: 600;}
.right-info-content .btn a{ color: white;}
.sl-spinner{ display: none !important;}
.popover-content{ font-weight: 600; font-size: 16px;}


/*-------------------------------new add --------------------*/
.quick-link img {
    float: right;
}
.quick-link{ float: right; position: absolute; right: 0; bottom: 0;}
.profileImgBox  {margin-bottom:20px; position: relative; padding-top: 10px;}
.profileImgBox img {/*width: 90%;*/}
.right-logo2 img {
    float: left;
    margin-bottom: 50px;
}

.verticalLogoBox img {/*width: 33%;*/}
.verticalLogoBox {margin-bottom:20px;}

.hinnaPageLogo img {width:50%;}
.hinnaPageLogo {margin-bottom:20px;}

@media screen and (max-width: 767px){
    .quick-link{ float: left; display: block; left: 0; position: relative;  margin-top: 10px;}
    .quick-link img{margin-bottom: 0;}
}
@media screen and (max-width: 360px){
.navbar-default .navbar-brand{width: 80%;}
}
/*.carousel-inner .active.left  { left: -33%;             }
.carousel-inner .active.right { left: 33%;              }
.carousel-inner .next         { left: 33%               }
.carousel-inner .prev         { left: -33%              }*/
.carousel-control.left        { background-image: none; }
.carousel-control.right       { background-image: none; }
.carousel-inner .item         { background: white;      }
@media screen and (max-width: 800px){
    .profileImgBox img { width: 50%; padding-top: 10px;}
    .quick-link img { width: auto !important; float: none;}
}
.modal-body h2 br{ display: none; }
.gallery-background-popup,.gallery-background{ margin-bottom:20px;}
.journo-wrap{ color: #015596;}
.jouro-txt{ border-bottom: 1px solid #015596; font-size: 16px; font-weight: 600;}
hr.thin-line { background: #015596; height: 1px;}
.equal-height-excerpt{ display: -webkit-box!important;
    max-width: 100%;
    height: 65px;     line-height: 1;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;  
    -ms-text-overflow:ellipsis;
    -moz-text-overflow:ellipsis;
  -o-text-overflow:ellipsis; }
  
  /*.equal-height-excerpt:after{ content:'...';}*/
/*@media screen and (min-width: 1200px) and (max-width: 1590px){
    .modal-body h2 { font-size: 25px;}
}*/
ul.no-space-front{ padding-left: 0px; margin-left: 0px;}
@media screen and (max-width: 1199px){
    .equal-height-excerpt{ height: auto;}
}
@media (min-width: 1200px){
    .visible-lg {
        display: inline-block!important;
    }
}
@media screen and (max-width: 360px){
.width-100 {
    width: 88%;
}
}
@media screen and (max-width: 320px){
.width-100 {
    width: 78%;
}
}
.downlink img{ margin-right: auto; margin-left: auto;}
@media screen and (max-width: 767px){
    .downlink img{width: 65%;}
}
@media screen and (max-width: 500px){
    #content{width: auto; left: 2%; right: 2%;}
}
.mar8{ margin-top: 8px;}
.mar-top0{ margin-top: 0px;}
.partner a,.right-info-content a,#norwegianOnG .rightBoxInfoTab a{ color: #000; text-decoration: none; }
.partner a:hover,.right-info-content a:hover,#norwegianOnG .rightBoxInfoTab a:hover{ color: #6B6B6B;  text-decoration: none;}
.rightSideTab a.btn-warning{ color: white;}
.rightSideTab a:hover.btn-warning{ color: white;}

@media screen and (max-width: 800px){
.companybg9{ background: url(../img/Norway-Export-Oil-%26-Gas-2015-2016-38-tablet.html) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.companybg68{ 
    background: url(../img/NOGVA-P59-tablet.jpg) top left;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.companybg78 {
    background: url(../img/telenorBG.jpg) top right;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.companybg75{ 
    background: url(../img/ROLLS-ROYCE-P72-tablet.jpg) top center;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.serviceProviderBG2{ 
    background: url(../img/serviceProvider2-tablet.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.phone-adv{ width: auto !important;}
}
#content h1.white{ color: white !important;}
.navbar-right .dropdown-menu{ width: 100%; overflow: auto; height: 350px;}
.auto-height{ height: auto !important;}
.navbar-right .dropdown-menu>div>li>a:before, .navbar-right li li a:before{content: "•"; color: #828282; padding-right: 4px; font-size: 80%;}
.navbar-right li a{ line-height: 30px; display: block; color: #333; }
.navbar-right .dropdown-menu>div>li>a { display: block; line-height: 30px; color: #333; white-space: nowrap;}
.navbar-right .dropdown-menu>div>li>a:focus, .navbar-right .dropdown-menu>div>li>a:hover{color: #262626; text-decoration: none; background-color: #f5f5f5;}
.infoNcontactLogo a{ color: #fff; text-decoration: none;}
.infoNcontactLogo a:hover{ color: #BDBDBD; text-decoration: none;}
.addRelative{ position: relative;}
.link-01 a{ left: 40%; position: absolute; bottom: 30.9%; width: 20%; height: 1.2%; text-indent: -99999px;}
.link-02 a{ right: 4.2%; position: absolute; bottom: 0%; width: 21%; height: 31%; text-indent: -99999px;}
.link-001 a{ right: 12.4%; position: absolute; bottom: 1.3%; width: 2.5%; height: 3.3%; text-indent: -99999px;}
.link-002 a{ right: 9.2%; position: absolute; bottom: 1.3%; width: 2.5%; height: 3.3%; text-indent: -99999px;}
.link-003 a{ right: 5.9%; position: absolute; bottom: 1.3%; width: 2.5%; height: 3.3%; text-indent: -99999px;}
.link-004 a{ right: 2.5%; position: absolute; bottom: 1.3%; width: 2.5%; height: 3.3%; text-indent: -99999px;}
.link-1 a{ left: 14%; position: absolute; bottom: 9%; width: 26.4%; height: 6.6%; text-indent: -99999px;}
.link-2 a{ left: 29%; position: absolute; bottom: 1.5%; width: 12%; height: 3%; text-indent: -99999px;}
.link-3 a{ left: 47.5%; position: absolute; bottom: 1.8%; width: 18%; height: 2.4%; text-indent: -99999px;}
.link-4 a{ left: 38%; position: absolute; bottom: 1%; width: 24%; height: 4%; text-indent: -99999px;}
.link-5 a{ left: 33%; position: absolute; bottom: 3%; width: 34%; height: 2%; text-indent: -99999px;}
.link-6 a{ left: 43.3%; position: absolute; bottom: 0%; width: 15%; height: 1.3%; text-indent: -99999px;}
.link-7 a{ right: 1%; position: absolute; bottom: 0%; width: 22%; height: 1.5%; text-indent: -99999px;}
.link-8 a{ right: 24%; position: absolute; bottom: 5.5%; width: 14%; height: 1.8%; text-indent: -99999px;}
.link-9 a{ left: 23%; position: absolute; bottom: 3.7%; width: 18.5%; height: 1.5%; text-indent: -99999px;}
.link-10 a{ right: 19%; position: absolute; bottom: 3.8%; width: 19%; height: 1.3%; text-indent: -99999px;}
.link-11 a{ left:36%; position: absolute; bottom: 7.5%; width: 15%; height: 1.4%; text-indent: -99999px;}
.link-12 a{ right: 30%; position: absolute; bottom: 7.6%; width: 18%; height: 1.5%; text-indent: -99999px;}
.link-13 a{ left: 38%; position: absolute; bottom: 1.8%; width: 28%; height: 2%; text-indent: -99999px;}
.link-14 a{ left: 8%; position: absolute; bottom: 0%; width: 22%; height: 1.4%; text-indent: -99999px;}
.link-15 a{ right: 24%; position: absolute; bottom: 29%; width: 8%; height: 1%; text-indent: -99999px;}
.link-16 a{ right: 21%; position: absolute; bottom: 27.7%; width: 14%; height: 1%; text-indent: -99999px;}
.link-17 a{ right: 21%; position: absolute; bottom: 26.5%; width: 18%; height: 1%; text-indent: -99999px;}
.link-18 a{ right: 21%; position: absolute; bottom: 20%; width: 15%; height: 1%; text-indent: -99999px;}
.link-19 a{ right: 21%; position: absolute; bottom: 18.5%; width: 18%; height: 1%; text-indent: -99999px;}
.link-20 a{ right: 21%; position: absolute; bottom: 17.5%; width: 15%; height: 1%; text-indent: -99999px;}
.link-21 a{ right: 21%; position: absolute; bottom: 10.6%; width: 14%; height: 1%; text-indent: -99999px;}
.link-22 a{ right: 21%; position: absolute; bottom: 9.4%; width: 14%; height: 1%; text-indent: -99999px;}
.link-23 a{ left: 35%; position: absolute; bottom: 6.5%; width: 28%; height: 1.8%; text-indent: -99999px;}
.link-24 a{ left: 22%; position: absolute; bottom: 0%; width: 11%; height: 1.5%; text-indent: -99999px;}
.link-25 a{ left: 54%; position: absolute; bottom: 0%; width: 14%; height: 1.5%; text-indent: -99999px;}
.link-26 a{ right: 19%; position: absolute; bottom: 0%; width: 12%; height: 1%; text-indent: -99999px;}
.link-27 a{ left: 12.8%; position: absolute; bottom: 7.4%; width: 16%; height: 1.6%; text-indent: -99999px;}
.link-28 a{ left: 4.8%; position: absolute; bottom: 2.6%; width: 16%; height: 1.5%; text-indent: -99999px;}
.link-29 a{ left: 2.8%; position: absolute; bottom: 1.6%; width: 16%; height: 1.2%; text-indent: -99999px;}
.link-30 a{ left: 44%; position: absolute; bottom: 6%; width: 11%; height: 1%; text-indent: -99999px;}
.link-31 a{ left: 34%; position: absolute; bottom: 2%; width: 32%; height: 4%; text-indent: -99999px; z-index: 99999;}
.link-023 a{ left: 1.5%; position: absolute; bottom: 0%; width: 45.9%; height: 32.2%; text-indent: -99999px;}

.link-nils a{ right: 21%; position: absolute; bottom: 29%; width: 20%; height: 2.5%; text-indent: -99999px;}
.link-nils2 a{ right: 5%; position: absolute; bottom: 2%; width: 10%; height: 8%; text-indent: -99999px;}
a.whiteLnk{ color: #fff;}
a.whiteLnk:hover{ color: #ccc;}
.fixWidthNav{ width: 800px !important; right: 0 !important; left: 0 !important;}
.noTxtWrap{ }
.noTxtWrap>div>li>a{ white-space: normal !important;}
@media screen and (max-width: 875px){
    .fixWidthNav{ width: 100% !important; right: 0 !important; left: 0 !important;}
}
.magazineSubDetail img,.about-txtBtm img{ width: auto;}
.about-txtBtm img{ margin-right: auto; margin-left: auto;}
.background6{ background: url(../img/NCE-SeafoodInnovCl.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.nho { background: url(../img/partners-3.jpg) top left;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.oslochamber{ background: url(../img/iStock_000031783752_Full.jpg) top left;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.bgBlkBlin {
    background: #d2d3d5;
    color: #000;
    padding: 0 20px;
    margin-bottom: 20px;
}
.bgBlkBlin >div h3 {
    line-height: 50px;
    border-bottom: 1px dotted #fff;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    color: #000;
}
.bgBlkBlin >div p {
    padding-left: 40px;
    padding-right: 40px;
}
.bg-Brown_sea{
    background: #d2d3d5;
    padding: 20px;
        margin: 0 20px;
}
.table-condensed .indexPageBox{ margin-bottom: 0; border-bottom: none; padding-bottom: 0;}
.table-condensed thead th{ color: #005596;}
.table-condensed tbody th img{  max-width: 200px; display: block;}
.table-condensed tbody td{ display: table-cell; vertical-align: bottom !important;}
footer .btn.no-bgbuttom{ background: transparent !important;}
.font45{ font-size: 45px;}
@media screen and (max-width: 800px){
    .single_image{ 
    background: url(../img/page1-tablet.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.background4{ background: url(../img/torskemiddag-tablet.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.partnnersBG4D { background: url(../img/Christina-E-3-tablet.jpg) top center;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.background5{ background: url(../img/HI-009024-tablet.jpg) no-repeat top center ;
    z-index: 1!important;
    height: 100%;
    display: block;
    width: 100%;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.companybg2{ background: url(../img/AQUALINE_NY_mer_himmel_final_liten-tablet.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.companybg7{ background: url(../img/6331895_orig-tablet.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.background16{ background: url(../img/Fra-web-2.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.background17{ background: url(../img/34-tablet.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.background12{ background: url(../img/fRA-WEB-tablet.jpg) top center ;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
}
@media screen and (max-width: 767px){    
.single_image #content{ left: 0; right: 0;}
.contentHome .name{line-height: 18px; padding-top: 10px; letter-spacing: 4px;}
.headerBGBox { margin: 10px 40px 10px 40px; padding: 20px 10px 10px;}
.Norway-Royal-logo img{ width: 40%; }
}
@media screen and (min-width: 767px) and (max-width: 800px) {  
#companies .col-sm-6{ min-height: 450px;}
}
.padvid20{ padding: 20px 20px 0;}