/*
 Valera Bootstrap theme by BootstrapTaste.com
 Theme URI: http://bootstraptaste.com/valera-free-bootstrap-theme/
 Author: BootstrapTaste
 Author URI: http://bootstraptaste.com
 */
 
/* ==== Google font ==== */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700,900);
@import url('http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* --- pe-icon-7-stroke --- */
@import url('pe-icon-7-stroke.css');
@import url('helper.css');


body {
    width: 100%;
    height: 100%;
    font-family: 'Lato', sans-serif;
	font-weight: 300;
    color: #323E48;
    background-color: #fff;
	font-size: 16px;
    line-height: 1.6em;
}

html {
    width: 100%;
    height: 100%;
}

h1 {
	font-size: 38px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 28px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
   font-family: 'Montserrat', sans-serif;
    font-weight: 800;
	color: #323E48;
	letter-spacing: -0.05em;
}

h1.h-xlight,h2.h-xlight,h3.h-xlight ,h4.h-xlight ,h5.h-xlight ,h6.h-xlight  {
	font-weight: 200;
}

h1.h-light,h2.h-light,h3.h-light ,h4.h-light ,h5.h-light ,h6.h-light  {
	font-weight: 300;
}
h1.h-white,h2.h-white,h3.h-white ,h4.h-white ,h5.h-white ,h6.h-white  {
	color: #fff;
}
h1.h-green,h2.h-green,h3.h-green ,h4.h-green ,h5.h-green ,h6.h-green  {
	color: #5da244;
}

h1.h-blue,h2.h-blue,h3.h-blue ,h4.h-blue ,h5.h-blue ,h6.h-blue  {
	color: #4a9fdc;
}

h1.h-ltblue,h2.h-ltblue,h3.h-ltblue ,h4.h-ltblue ,h5.h-ltblue ,h6.h-ltblue  {
	color: #81B6DC;
}
h1.h-dkblue,h2.h-dkblue,h3.h-dkblue ,h4.h-dkblue ,h5.h-dkblue ,h6.h-dkblue  {
	color: #2885c8;

}
h1.h-teal,h2.h-teal,h3.h-teal ,h4.h-teal ,h5.h-teal ,h6.h-teal  {
	color: #56abb2;
}

h1.h-orange,h2.h-orange,h3.h-orange,h4.h-orange,h5.h-orange,h6.h-orange  {
	color: #323E48;
}

h1.h-purple,h2.h-purple,h3.h-purple ,h4.h-purple ,h5.h-purple ,h6.h-purple  {
	color: #9f5f9d;
}

h1.h-bold,h2.h-bold,h3.h-bold ,h4.h-bold ,h5.h-bold ,h6.h-bold  {
	font-weight: 800;
}

h1.font-light,h2.font-light,h3.font-light,h4.font-light,h5.font-light,h6.font-light {
	color: #fff;
}

h1.h-news,h2.h-news,h3.h-news,h4.h-news,h5.h-news,h6.h-news{
	line-height: 1.6em;
	margin-bottom: -5px;
}
h1.h-smheading,h2.h-smheading,h3.h-smheading,h4.h-smheading,h5.h-smheading,h6.h-smheading{
	line-height: 1em;
	margin-bottom: -5px;
}

h1.h-prodheading,h2.h-prodheading,h3.h-prodheading,h4.h-prodheading,h5.h-prodheading,h6.h-prodheading{
	line-height: 1em;
	margin-bottom: 5px;
}

h2.h2-productgal{
	font-size: 18px;
	font-weight: 600;
}
h2.h2-productall{
	font-size: 18px;
	font-weight: 800;
	margin-left: 20px;
	
}

h2.h2-small{
	font-size: 14px;
}

h5.h5-footer{
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 0px;
	color: #fff;
	
}

p.h-news {
	line-height: 1.6em;
	margin-bottom: -3px;
}
.big-heading {
	font-size: 48px;
	font-weight: 800;
}

p {
    margin: 0 0 20px;
	font-size: 16px;

}

p.lead {
	font-weight: 600;
}

p.p-small {
	font-size: 8px;
}

p.p-large {
	font-size: 18px;
}

p.p-bold {
	font-weight: 700;
}

p.p-date {
	font-size: 10px;
	margin-bottom: -1px;
}

p.p-white {
	color: #fff;
}

.highlight-light {
	background-color: rgba(255,255,255,.5);
	padding: 20px;
	display: inline-block;
	color: #323E48;
}

.highlight-dark {
	background-color: rgba(0,0,0,.5);
	padding: 20px;
	display: inline-block;
	color: #fff;
}
.highlight-purple {
	background-color: rgba(159,51,157,.2);
	padding: 20px;
	display: inline-block;
	color: #fff;
}

.highlight-teal {
	background-color: rgba(86,171,178,.5);
	padding: 20px;
	display: inline-block;
	color: #323E48;
}

.highlight-color {
	padding: 20px;
	display: inline-block;
}

a {
    color: #666;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 24px;
	line-height: 1.5em;
  font-weight: 300;
  color: #999;
}

blockquote.bg-light {
	background-color: rgba(255,255,255,.8);
	padding: 20px;
	color: #222;
}

blockquote.bg-dark {
	background-color: rgba(0,0,0,.8);
	padding: 20px;
}

blockquote strong {
  font-weight: 700;
}




.light {
    font-weight: 400;
}



/* ------- Navigation ------------ */
#navigation {
	background: #fff;
	z-index: 9999;
	width:100%;
    box-sizing:border-box;
	border-bottom: 1px solid #eee;
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1);
}

#index-navigation {
	background-color: rgba(255,255,255,.6);
	z-index: 9999;
	width:100%;
    box-sizing:border-box;
	border-bottom: 1px solid #eee;
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1);
}

.navbar {
    margin-bottom: 0;
}

.navbar-brand {
    font-weight: 700;
}
.navbar-brand {
  height: 40px;
  padding: 5px 15px;
  font-size: 18px;
  line-height: 1em;
}

.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
    background-color: rgba(255,255,255,0.60);
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(255,255,255,.6);
}


.navbar-custom ul.nav li a {
	font-size: 12px;
	letter-spacing: 1px;
    color: #323E48;
	text-transform: uppercase;
	font-weight: 700;
}

.navbar-custom.top-nav-collapse ul.nav li a {
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #fff;
}

.navbar-custom ul.nav ul.dropdown-menu {
	  border-radius: 0;	
	margin-top: 35px;
	border-top: none;
}

.navbar-custom ul.nav li a:hover ul.dropdown-menu {
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;

}

.navbar-custom ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #FFF;
}	

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #FFF;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: #323E48;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: #FFF;
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 20px;
    color: #323E48;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}


/* loader */
#page-loader { 
	position: fixed; 
	top: 0; 
	left: 0; 
	height: 100%; 
	width: 100%; 
	background: #fff; 
	z-index: 9999; 
}
#page-loader img {
	margin: 100px auto; 
	display: block;
}

.loader { 
	text-align: center; 
	margin: auto; 
	position: absolute; 
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0;
	height: 40px;
}
.loader { text-align: center; margin: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 40px; }
.loader span { display: block; font: 14px "Roboto", sans-serif; text-transform: uppercase; margin-bottom: 20px; }

.spinner { margin: 0 auto; width: 40px; height: 40px; position: relative; }

.con1 > div, .con2 > div, .con3 > div { width: 7px; height: 7px; background-color: #191919; border-radius: 100%; position: absolute; -webkit-animation: bouncedelay 1.2s infinite ease-in-out; animation: bouncedelay 1.2s infinite ease-in-out; /* Prevent first frame from flickering when animation starts */ -webkit-animation-fill-mode: both; animation-fill-mode: both; }

.spinner .spinner-container { position: absolute; width: 100%; height: 100%; }

.con2 { -webkit-transform: rotateZ(45deg); transform: rotateZ(45deg); }

.con3 { -webkit-transform: rotateZ(90deg); transform: rotateZ(90deg); }

.circle1 { top: 0; left: 0; }

.circle2 { top: 0; right: 0; }

.circle3 { right: 0; bottom: 0; }

.circle4 { left: 0; bottom: 0; }

.con2 .circle1 { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; }

.con3 .circle1 { -webkit-animation-delay: -1.0s; animation-delay: -1.0s; }

.con1 .circle2 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; }

.con2 .circle2 { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; }

.con3 .circle2 { -webkit-animation-delay: -0.7s; animation-delay: -0.7s; }

.con1 .circle3 { -webkit-animation-delay: -0.6s; animation-delay: -0.6s; }

.con2 .circle3 { -webkit-animation-delay: -0.5s; animation-delay: -0.5s; }

.con3 .circle3 { -webkit-animation-delay: -0.4s; animation-delay: -0.4s; }

.con1 .circle4 { -webkit-animation-delay: -0.3s; animation-delay: -0.3s; }

.con2 .circle4 { -webkit-animation-delay: -0.2s; animation-delay: -0.2s; }

.con3 .circle4 { -webkit-animation-delay: -0.1s; animation-delay: -0.1s; }

@-webkit-keyframes bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); }
  40% { -webkit-transform: scale(1); } }

@keyframes bouncedelay { 0%, 80%, 100% { transform: scale(0); -webkit-transform: scale(0); }
  40% { transform: scale(1); -webkit-transform: scale(1); } }

@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
  25%{
    box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
  }
  50%{
    box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
  }
  75%{
    box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
  }
  100%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
}

#load {
	z-index: 9999;
  background-color: #FF4136;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #FF4136;
  box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
  animation: shadowSpin 1s ease-in-out infinite;
}

/* misc */
hr {
  margin-top: 10px;
}

hr.bold {
  border-top: 3px solid #eee;
}

.divider-header {
	display: block;
	width: 60px;
	height: 3px;
	margin: 0 auto;
	margin-bottom: 10px;
	color: #448DD5;
}

.divider-header-green {
	display: block;
	width: 60px;
	height: 3px;
	margin: 0 auto;
	margin-bottom: 10px;
	color: #5da244;
}

.divider-header-white {
	display: block;
	width: 60px;
	height: 3px;
	margin: 0 auto;
	margin-bottom: 10px;
	color: #fff;
}

.divider-short {
	display: block;
	width: 60px;
	height: 5px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.divider-100 {
	display: inline;
	width: 100%;
	height: 5px;
	margin: 0 auto;
	margin-bottom: 10px;
	color: #448DD5;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}
.marginbot-60{margin-bottom:60px !important;}
.marginbot-70{margin-bottom:70px !important;}
.marginbot-80{margin-bottom:80px !important;}
.marginbot-90{margin-bottom:90px !important;}
.marginbot-100{margin-bottom:100px !important;}

.margintop-0{margin-top:0 !important;}
.margintop-10{margin-top:10px !important;}
.margintop-20{margin-top:20px !important;}
.margintop-30{margin-top:30px !important;}
.margintop-40{margin-top:40px !important;}
.margintop-45{margin-top:45px !important;}
.margintop-50{margin-top:50px !important;}
.margintop-70{margin-top:70px !important;}
.margintop-80{margin-top:80px !important;}
.margintop-85{margin-top:87px !important;}
.margintop-90{margin-top:90px !important;}
.margintop-100{margin-top:100px !important;}

/* ===========================
--- General sections
============================ */

.home-section {
    padding-top: 150px;
    padding-bottom: 110px;
	display:block;
    position:relative;
    z-index:120;
}

.home-sectionnopad {
    padding-top: 150px;
    padding-bottom: 110px;
	display:block;
    position:relative;
    z-index:120;
}

.inner-section {
    padding-top: 110px;
    padding-bottom: 110px;
}


.home-section.nopadd-bot {
    padding-bottom: 0;
}


.section-heading h1 {
	font-size: 48px;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.section-heading p {
	font-weight: 300;
	font-size: 20px;
	line-height: 1.6em;
}

.color-dark .section-heading h2 {
	color: #323E48;
}
.dividerheading h2 {
	color: #323E48;
	margin: 0px;
}
.color-dark .section-heading p {
	color: #444;
}

.color-dark .divider-short {
	background: #666;
}
.color-dark .divider-header {
	background: #448DD5;
}

.color-light .divider-short {
	background: #666;
}
.color-light .divider-header {
	background: #448DD5;
}


.color-light .section-heading h2 {
	color: #fff;
}
.color-light .section-heading p {
	color: #fefefe;
}

.color-light blockquote,.color-light p {
	color: #fefefe;
}

/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-ltblue {
	background: #81B6DC;
}

.bg-ltltblue {
	background: #F2F2FF;
}

.bg-green {
	background: #5da244;
}

.bg-gray {
	background: #f9f9f9;
}


.bg-dark {
	background: #323E48;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}



/* ===========================
--- Intro
============================ */

.intro {
	width:100%;
	position:relative;
	padding:0;
}
.intro-inner {
	width:100%;
	position:relative;
	padding:120px 0 20px;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}


/* ====  slider ==== */
.sy-caption-wrap {
  position: absolute;
  bottom: 2em;
  top: 35%;
  z-index: 12;
  left: 50%;
}


.sy-caption-wrap .sy-caption {
  position: relative;
  left: -50%;
  background-color: transparent;
  color: #fff;
  text-shadow: -1px 0 1px #323E48;
  font-size: 46px;
  text-transform: uppercase;
  line-height: 1.1em;
  text-align: center;
  font-weight: 900;
  padding: 0;
  -webkit-border-radius: 1.2em;
  -moz-border-radius: 1.2em;
  -ms-border-radius: 1.2em;
  -o-border-radius: 1.2em;
  border-radius: 1.2em;
}
.sy-caption-wrap .sy-caption a {
	margin-top: 30px;
}
.sy-slide div a.slide-btn {
	
	margin-top: 30px;
}

/* ===========================
--- Intro - home video
============================ */

.morphext > span {
	display: none;
}

.morphext > .animated {
    display: inline-block;
}

#intro.home-video { 
	position: relative; 
	margin: 0 auto; 
	text-align: center;
	height: 0;
	padding-top: 20%;
	padding-bottom: 30%;
	position: relative;
	overflow: hidden;
	
}
#intro.home-video .homevideo-container { height: 100%; width: 100%; position: absolute; z-index: 1; background-size: cover; }

#intro.home-video .overlay { 
	position: relative; 
	height: 100%; 
	z-index: 2; 
	padding: 20% 0;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);

}

#intro.home-video .home-video-wrapper {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.bs-video {
	height: 0;
	padding-top: 25px;
	padding-bottom: 67.5%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
 
.bs-video.widescreen {
	padding-bottom: 57.25%;
}
 
.bs-video.vimeo {
	padding-top: 0;
}

.bs-video embed, .bs-video iframe, .bs-video object, .bs-video video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.video-caption h1 {
	text-transform: uppercase;
}

/* ===========================
--- About
============================ */




/* ===========================
--- Services
============================ */
.service-box {
	background: ;
	padding: 20px;
}

.service-icon {
	margin-bottom: 20px;
}	
/*
#service{	background-image: url(../img/img-service.jpg);
}

*/


/* ===========================
--- Produkter
============================ */
.product-box {
	border: 1px;
	border-color: #0000;
	padding: 20px;
}

.product-icon {
	margin-bottom: 20px;
	padding: 50px;
}	

/* ===========================
--- tjenester
============================ */
.large-icon {
	font-size: 52px;
	width: 30%;
}

.services-bordered {
	padding: 30px 15px;
	border: 0px double;
	border-color: #e8e8e8;
}
.services-bordered-index h2 {	
	font-size: 16px;
}

.services-bordered h2 {	
	font-size: 22px;
}

.services-bordered-prodall h2 {	
	padding-top: 15px;
	font-size: 16px;
	font-weight: 600;
}

.services-bordered p {	
	font-size: 16px;
	color: #323E48;
}
.services-bordered-index p {	
	font-size: 16px;
	color: #323E48;
}
.services-bordered-index h2 {	
	padding-top: 15px;
	font-size: 16px;
	font-weight: 600;
}

.mt {
	margin-top: 50px;
}

.mt2 {
	margin-top: 100px;
}

.mt3 {
	margin-top: 160px;
}
/*

/* ===========================
--- Hvorfor
============================ */


.large-icon {
	font-size: 52px;
	width: 30%;
}

.hvorfor {
	padding: 30px 15px;
	border: 0px double;
	border-color: #e8e8e8;
}

.hvorfor h2 {	
	font-size: 22px;
	color: #FFF;
	margin-top: 10px;
}

.hvorfor p {	
	font-size: 14px;
	color: #FFF;
	margin-top: 10px;
	line-height: normal;
}

.mt-hvorfor {
	margin-top: 20px;
}

.mt2-hvorfor {
	margin-top: 100px;
}

.mt3-hvorfor {
	margin-top: 160px;
}
/*

/*

/* ===========================
--- Team
============================ */

.team-wrapper-big, .team-wrapper-small { width: auto; position: relative; text-align: left; }
.team-wrapper-big img, .team-wrapper-small img { width: auto%; }
.team-wrapper-big:hover .team-wrapper-overlay h5 { bottom: 70%; color: #fff; visibility: visible; }
.team-wrapper-big:hover .team-wrapper-overlay h6, .team-wrapper-small:hover .team-wrapper-overlay h6 { bottom: 60%; color: #fff; }
.team-wrapper-big:hover .team-wrapper-overlay p, .team-wrapper-small:hover .team-wrapper-overlay p { color: #eee; opacity: 1; -webkit-transition: opacity 0.4s; -webkit-transition-delay: 0.2s; -moz-transition: opacity 0.4s 0.2s; -o-transition: opacity 0.4s 0.2s; transition: opacity 0.4s 0.2s; }
.team-wrapper-big:hover .team-wrapper-overlay .social-icons, .team-wrapper-small:hover .team-wrapper-overlay .social-icons { opacity: 1; -webkit-transition: opacity 0.4s; -webkit-transition-delay: 0.4s; -moz-transition: opacity 0.4s 0.4s; -o-transition: opacity 0.4s 0.4s; transition: opacity 0.4s 0.4s; }

.team-wrapper-small:hover .team-wrapper-overlay .social-icons { -webkit-transition: opacity 0.4s; -webkit-transition-delay: 0.2s; -moz-transition: opacity 0.4s 0.2s; -o-transition: opacity 0.4s 0.2s; transition: opacity 0.4s 0.2s; }

.team-wrapper-overlay { position: absolute; height: 100%; width: 100%; -webkit-transition: background 0.3s; -moz-transition: background 0.3s; -o-transition: background 0.3s; transition: background 0.3s; }
.team-wrapper-overlay h5 { visibility: hidden; position: absolute; width: 100%; margin: 15px 0; -webkit-transition: bottom 0.3s; -moz-transition: bottom 0.3s; -o-transition: bottom 0.3s; transition: bottom 0.3s; }
.team-wrapper-overlay h6 { bottom: -40px; }
.team-wrapper-overlay p { color: #eee; position: absolute; width: 100%; top: 35%; padding: 0 20px; opacity: 0; 
-webkit-transition: opacity 0.1s; -webkit-transition-delay: 0s; -moz-transition: opacity 0.1s 0s; -o-transition: opacity 0.1s 0s; transition: opacity 0.1s 0s; }
.team-wrapper-overlay .social-icons { position: absolute; bottom: 20px; width: 100%; opacity: 0; -webkit-transition: opacity 0.1s; -webkit-transition-delay: 0s; -moz-transition: opacity 0.1s 0s; -o-transition: opacity 0.1s 0s; transition: opacity 0.1s 0s; -webkit-backface-visibility: hidden; padding: 0 20px; }
.team-wrapper-overlay .social-icons a { color: #fff; }

.team-social {
	margin-left: 0;
	padding-left: 0;
	
}

.team-social {
	text-align: center;
}

.team-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}


.team-social a{
	margin:0;
	padding:0;
    display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: 0;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	border-color: 1px solid #fff;
}
.team-social-grey a{
	margin:0;
	padding:0;
    display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: 0;
	color: #393835;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	border-color: 1px solid #fff;
}


.team-social-big a{
	margin:0;
	padding:0;
    display: block;
	width: 100px;
    height: 100px;
    line-height: 60px;
    text-align: center;
    background: 0;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	border-color: 1px solid #fff;
}

.team-social a i{
	text-align: center;
	margin:0;
	padding:0;
}

.team-social-grey a i{
	text-align: center;
	margin:0;
	padding:0;
}

.team-social .social-facebook a{background: #3873ae;}
.team-social .social-twitter a{
	background: 0; border-color: 1px solid #fff;
}
.team-social .social-dribbble a{background: #d74980;}
.team-social .social-deviantart a{background: #8da356;}
.team-social .social-google a{background: ;}
.team-social .social-vimeo a{background: #51a6d3;}
.team-social .social-facebook a:hover{background: #4893ce;}
.team-social .social-twitter a:hover{background: #82e6ff;}
.team-social .social-dribbble a:hover{background: #f769a0;}
.team-social .social-deviantart a:hover{background: #adc376;}
.team-social .social-google a:hover{background: #333;}
.team-social .social-vimeo a:hover{background: #71c6f3;}
.team-social .social-border a:hover{background: 0; border-color: 1px solid #fff;
}

}
.team-social-grey .social-dribbble a{background: #d74980;}
.team-social-grey .social-deviantart a{background: #8da356;}
.team-social-grey .social-google a{background: ;}
.team-social-grey .social-vimeo a{background: #51a6d3;}
.team-social-grey .social-facebook a:hover{background: #4893ce;}
.team-social-grey .social-twitter a:hover{background: #82e6ff;}
.team-social-grey .social-dribbble a:hover{background: #f769a0;}
.team-social-grey .social-deviantart a:hover{background: #adc376;}
.team-social-grey .social-google a:hover{background: #333;}
.team-social-grey .social-vimeo a:hover{background: #71c6f3;}
.team-social-grey .social-border a:hover{background: 0; border-color: 1px solid #fff;
}
/* stats */
.stats .icon {
	margin: 0 0 20px 0;
}

.stats strong.number {
	font-size: 38px;
}

.stats span.text {
	font-weight: 700;
	font-size: 24px;
}


/* ===========================
--- Works
============================ */

#owl-works {

}

.item {
    margin: 10px;
}

.item img {
    display: block;
    width: 100%;
    height: auto;
}	

/* ===========================
--- Slide
============================ */

#slide-works {

}

.item {
    margin: 10px;
}

.item img {
    display: block;
    width: 100%;
    height: auto;
}	

/* ===========================
--- produkt
============================ */

.img-produkt img {
width: 100%;

display: inline;
}


/* ===========================
--- Contact
============================ */


.form-group {
  margin-bottom: 20px;
}

form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	font-size: 16px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	font-size: 14px;
	line-height: 1.6em;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
	border-radius: 2px;
}

.btn-lg,
.btn-group-lg > .btn {
  border-radius: 2px;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon {
  background-color: rgba(0, 0, 0, .05);
  border: 1px solid #eee;
}

.widget-contact {
	text-align: left;
}



/* ===========================
--- Bottom
============================ */

.boxcol-25 {
	width: 100%;
}

.box-social {
	list-style: none;
}

.box-social li {
	width: 25%;
	float: left;
}


.box-social .social-facebook a { 
	display: block;
	background: #3873ae;
}

.bottom p {
	font-size: 10px;
}

.bottom a {
    color: #FFF;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


/* ===========================
--- Inner pages
============================ */

ul.page-breadcrumb {
	list-style: none;
	margin-left:0;
	padding-left:0;
}
ul.page-breadcrumb li {
	margin:0 5px;
	display: inline-block;
}

/* --- inner featured bg --- */

.intro-inner.featured.page-blog {
	background-image: url(../img/dummy/bg-blog.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.intro-inner.featured.page-icons {
	background-image: url(../img/dummy/bg-page-icons.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.intro-inner.featured .section-heading h2 {
	margin-bottom: 20px;
	line-height: 1em;
}

/* --- Blog --- */
#content.blog article h3 {
	margin-bottom: 10px;
}
#content.blog article h3 a {
	text-transform: uppercase;
}

#content article:after {
	content: "";
	display: block;
	width: 60px;
	height: 5px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	background: #323E48;
}
#content article:last-child:after {
	content: "";
	display: block;
	width: 60px;
	height: 5px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	background: none;
}
article h3 a {
	color: #323E48;
	font-weight: 900;
}

article .post-standard,article .post-gallery,article .post-video, article .post-audio,article .post-quote   {
	margin-bottom: 20px;
}
article .post-excerpt {
	margin-bottom: 20px;
}

.post-meta ul {
	list-style: none;
	padding-left:0;
}
.post-meta ul li {
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
}
.post-meta ul li i {
	color: #323E48;
}

/* --- slider post format --- */
.carousel-inner > .item {
  margin-left:0;
  padding-left: 0;
  width: 100%;
  height: auto;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left:0;
  padding-left: 0;
}

.carousel-control {
  position: absolute;
  top: 37%;
  bottom: 0;
  left: 0;
  width: auto;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left,.carousel-control.right {
  background-image: none;
  filter: none;
}
.carousel-control.right {
  right: 20px;
}
.carousel-control.left {
  left: 20px;
}

/* --- video post format --- */
.bs-video {
	height: 0;
	padding-top: 25px;
	padding-bottom: 67.5%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
 
.bs-video.widescreen {
	padding-bottom: 57.25%;
}
 
.bs-video.vimeo {
	padding-top: 0;
}

.bs-video embed, .bs-video iframe, .bs-video object, .bs-video video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}


/* --- comments --- */
ul.comment-list {
	list-style: none;
	padding-left: 0;
}

ul.comment-list li .comment {
	margin-bottom: 60px;
}


ul.comment-list li ul.comment-list  {
    margin-left: 110px;
}

ul.comment-meta {
	list-style: none;
	padding-left: 0;
	margin-bottom: 20px;
}

ul.comment-meta li {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	margin-right: 10px;
}

ul.comment-meta li a {
	color: #222;
}

ul.comment-meta li.reply a {
	padding: 2px 5px;
	color: #fff;
	border-radius: 2px;
}

ul.comment-meta li.reply a:hover {
	background: #222;
	color: #fff;
}

.comment-top img {
	float: left;
	margin: 0 20px 30px 0;
}


/* --- pagination --- */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}


/* ==== Sidebar ==== */
.sidebar .widget h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.sidebar .widget {
	margin-bottom: 50px;
}

.widget ul {
	list-style: none;
	margin-left:0;
	padding-left:0;
}
.sidebar .widget ul li {
	margin-left:0;
	padding-left:0;
	margin-bottom: 10px;
}
.sidebar .widget ul li a {
	color: #666;
}


.widget.widget_categories ul li:before {
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e684";
	margin-right: 10px;
}


.widget.widget_recent_post ul li figure {
	float: left;
	margin: 0 20px 0 0;
}

.widget.widget_recent_post ul li {
	margin-bottom: 25px;
}

.widget.widget_recent_post ul li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.widget.widget_recent_post ul li h6 {
	margin-bottom: 10px;
}
.widget.widget_recent_post ul li span {
	font-size: 14px;
}

.widget .tagcloud a {
	padding: 4px 10px;
	color: #fff;
	display:inline-block;
	margin: 0 10px 10px 0;
	font-size: 14px;
	border-radius: 2px;
}

.widget .tagcloud a:hover {
	color: #fff;
	background: #333;
}

/* --- widget --- */

form.search-form input {
	font-size: 18px;
	line-height: 1.6em;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
	border-radius: 2px;
}

form.search-form input:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}



/* ===========================
--- Footer
============================ */

#footer {
	loa
	
}

footer {
    background-color: #323E48;
}

.footer-bg-white{
    background-color: #FFF;
}

footer {
	text-align: center;
	padding: 50px 0 ;
	
}

footer p {
	color: #f8f8f8;
	font-size: 14px;
}

footer a.totop {
	color: #fff;
	margin-bottom: 30px;
}
footer a.totop:focus {
	outline: 0;
}



/* menu */
ul.footer-menu {
	list-style: none;
}

ul.footer-menu li {
	float: left;
	margin: 0 0 0 10px;

}

ul.footer-menu li a {
	color: #fff;
	font-size: 16px;
	border-left: 1px solid #999;
	padding-left: 9px;
	line-height: 1.1em;
}

ul.footer-menu li:first-child a {
	border-left: none;
	padding-left: 0;
}




.social-widget {
	margin-top: 20px;
	margin-bottom: 30px;
}
.social-widget ul li a:hover {
	color: #fff;
}

footer .social-widget ul.team-social-big li a {
	margin: 0 5px;
}

/* ==========================
Parallax
============================= */

#parallax1{
	background-image: url(../images/Top1920x800.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 70%;
	display: block;
	position: relative;
	z-index: 120;
}

#parallax1:after {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.9;
	z-index: -1;
}

#parallaxbirth{
	background-image: url("../images/birthday.jpg");
	background-position: center;
	background-repeat: no-repeat;
	height: 70%;
	display: block;
	position: relative;
	z-index: 120;
}

#parallaxbirth:after {	
	background-image: ;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.9;
	z-index: -1;
}

#parallaxjul{
	background-image: url("../images/JUL2020_top.jpg");
	background-position: center;
	background-repeat: no-repeat;
	height: 70%;
	display: block;
	position: relative;
	z-index: 120;
}

#parallaxjul:after {	
	background-image: ;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.9;
	z-index: -1;
}

#parallax2{
	background-color: #323E48;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	z-index: 120;
}

#parallax2:after  {	
	background-color: #323E48;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.9;
	z-index: -1;
}

#parallax3{
	background-image: url(../images/fyret1920x800.jpg);
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	z-index: 120;
}

#parallax3:after  {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.9;
	z-index: -1;
}
#parallaxmiljo{
	background-image: url("../img/parallax/miljo.jpg");
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	height: 70%;
	position: relative;
	z-index: 120;
}

#parallaxmiljo:after {	
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.9;
	z-index: -1;
}

#parallaxgen{
	background-image: url("../img/parallax/vifte.jpg");
	background-position: center;
	background-repeat: no-repeat;
	height: 60%;
	display: block;
	position: relative;
	z-index: 120;
}

#parallaxtilbud{
	background-image: url("../img/parallax/blaklader.jpg");
	background-position: center;
	background-repeat: no-repeat;
	height: 60%;
	display: block;
	position: relative;
	z-index: 120;
}

#parallaxtips{
	background-image: url("../images/Tips/Tipstop.svg");
	background-position: auto;
	background-repeat: no-repeat;
	width: auto;
	height: 80%;
	display: block;
	position: relative;
	z-index: 120;
}

#parallaxkontor{
	background-image: url("../images/kontor/kontorplasstop.jpg");
	background-position: center;
	background-repeat: no-repeat;
	height: 60%;
	display: block;
	position: relative;
	z-index: 120;
}

#parallaxprofil{
	background-image: url("../images/Tekstil/top tekstil.jpg");
	background-position: center;
	background-repeat: no-repeat;
	height: 70%;
	display: block;
	position: relative;
	z-index: 120;
}

#parallaxskilttop{
	background-image: url("../images/skilt/eyes.jpg");
	background-position: center;
	background-repeat: no-repeat;
	height: 70%;
	display: block;
	position: relative;
	z-index: 120;
}

#parallaxskilttop:after {	
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.9;
	z-index: -1;
}

#parallaxbildekor{
	background-image: url("../images/Bildekor/20181031_213706.jpg");
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	z-index: 120;
}

#parallaxbildekor:after  {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.9;
	z-index: -1;
}

#parallaxbatdekor{
	background-image: url("../images/Båtdekor/make2.jpg");
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	z-index: 120;
}

#parallaxbatdekor:after  {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.9;
	z-index: -1;
}

#parallaxskilt{
	background-image: url("../images/skilt/skilt_prod1920x800.jpg");
	background-position: center;
	height: 60%;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	z-index: 120;
}

#parallaxskilt:after  {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.9;
	z-index: -1;
}


#parallaxprint{
	background-image: url("../images/print/print top.jpg");
	background-position: center;
	height: 60%;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	z-index: 120;
}

#parallaxprint:after  {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.9;
	z-index: -1;
}

#parallaxnews{
	background-image: url("../images/nyheter/Top_nyheter.jpg");
	background-position: center;
	height: 80%;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	z-index: 120;
}

#parallaxnews:after  {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.9;
	z-index: -1;
	}

#parallaxtapet-dekor{
	background-image: url("../images/Tapet/Bunde tapet.jpg");
	background-size: cover;
	height: 90%;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	z-index: 120;
}

#parallaxtapet-dekor:after  {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.9;
	z-index: -1;
}

#parallaxtapet{
	background-image: url("../images/Tapet/Tapetp1920x800.jpg");
	background-size: cover;
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	z-index: 120;
}
#parallaxtapet:after  {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.9;
	z-index: -1;
}

#parallaxprintframe{
	background-image: url("../images/printframe/printframe 1920x800.jpg");
	background-size: cover;
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	z-index: 120;
}
#parallaxprintframe:after  {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.9;
	z-index: -1;
}

#parallaxprintframeprod{
	background-image: url("../images/printframe/printframe 1920x800.jpg");
	background-size: cover;
	height: 75%;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	z-index: 120;
}
#parallaxprintframeprod:after  {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.9;
	z-index: -1;
}

#parallaxtapet-butikk{
	background-image: url("../images/Tapet/blaklader butikk tapet.jpg");
	background-size: cover;
	height: 90%;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	z-index: 120;
}
#parallaxtapet-butikk:after  {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.9;
	z-index: -1;
}

#parallaxkontakt{
	background-image: url("../img/parallax/michelle.jpg");
	background-size: cover;
	height: 80%;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	z-index: 120;
}
#parallaxkontakt:after  {	

	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.9;
	z-index: -1;
}

#parallaxprodukter{
	background-image: url("../img/parallax/larse.jpg");
	background-size: cover;
	height: 80%;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	z-index: 120;
}
#parallaxprodukter:after  {	

	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.9;
	z-index: -1;
}

}
#parallaxinterior{
	background-image: url("../images/Interior/benkeplate_p.jpg");
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	height: 70%;
	position: relative;
	z-index: 120;
}

#parallaxinterior:after {	
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.9;
	z-index: -1;
}

#parallaxkorona{
	background-image: url("../images/korona/korona_top.jpg");
	background-position: center;
	background-repeat: no-repeat;
	height: 70%;
	display: block;
	position: relative;
	z-index: 120;
}

#parallaxkorona:after  {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.9;
	z-index: -1;
}

/* === testimonial slide === */
.testimonialslide {
	margin-top:0;
	padding-top: 0;
}

.testimonialslide ul li blockquote {
	color: #fff;
	border-left: none;
}

.testimonialslide ul li h4 {
	color: #fff;
	font-weight: 900;
}
.testimonialslide ul li h4 span {
	color: #fff;
	font-weight: 400;
}
/* ===========================
--- bg
============================ */
#bg-miljo{
	background-image: url("../images/miljo_bg.svg");
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	width: auto;
	opacity: 100%;
	display: block;
	position: relative;
	
}

/* ===========================
--- Video bg
============================ */

#section-video { 
	margin:0;
	height: 300px; 
	background-attachment: fixed !important; 
	background-size: cover !important; 
	color: #fff; 
	position: relative; 
	margin: 0 auto; 
	text-align: center;
}
#section-video .video-container { height: 100%; width: 100%; position: absolute; z-index: 1; background-size: cover; }

#section-video .overlay { 
	position: relative; 
	height: 100%; 
	z-index: 2; 
	padding: 60px 0;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
}

/* video icon */
.video-icon {
	margin-top:45px;
}
.video-icon a {
	display: block;
	color: #fff;
}
.video-icon a:focus {
	outline:0;
	color: #fff;
}

.video-icon a:hover{
	color: #fff;
}
.video-icon a i.icon-circled {
	font-size: 40px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	background: rgba(0,0,0,.5);
}

/* ===========================
--- Elements
============================ */

/* --- tooltip --- */
.tooltip {
  font-size: 16px;
  line-height: 1.6em;
}


/* --- Pricing box --- */
.pricing-box {
	width: 100%;
	text-align: center;
}

/* ---- pricing box color ---- */
.pricing-box.white {
	background: #fff;
}

/* red */
.pricing-box.red {
	background: #c83539;
}
.pricing-box.red .pricing-header h4,.pricing-box.red .pricing-header h5 {
	color: #fff;
}
.pricing-box.red .pricing-footer {
	background: #b8262a;
}

/* --------- */
.pricing-box .pricing-header {
	padding: 30px 0 0;
}
.pricing-box .pricing-header h5.pricing-value {
	font-weight: 900;
	font-size: 60px;
	
}

.pricing-box .pricing-content  {
	padding: 10px 0 30px;
}
.pricing-box .pricing-content  ul{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.pricing-box.white .pricing-content  ul li {
	color: #222;
}

.pricing-box .pricing-footer {
	padding: 30px 0 30px;
}
.pricing-box.white .pricing-footer {
	background: #f8f8f8;
}



/* --- scroll --- */

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


#text {
    color: #fff;
    background: #ffcc00;
}

/* Google Map */
#map{
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
}

/* Open and Close Styles */
.close-map{
	height: 0;
}

.open-map{
	height: 500px;
}

/* Open and Close Button Styles */

#map-btn1-div {
	width: 100%;
	background: #555;
}

a.gmap-btn.btn-show {
	display: block;
}
a.gmap-btn.btn-hide {
	display: none;
}
a.gmap-btn{
	height: auto;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	z-index: 2;
	cursor: pointer;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
}

a.gmap-btn:focus {
	outline: 0;
}

.close-map-button{
	padding:10px;
	opacity: 1;
}

.open-map-button{
	padding:10px;
	opacity: 0.5;
}

#map .google-map-big-button:hover{
	background:#3498db;
	color:#fff;
}

/* Google Map Div */
#map #google-map{
	height: 500px;
	display: block;
	position: absolute;
	bottom:0;
	width: 100%;
	z-index: 1;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
}

.close-map #google-map{
	opacity: 0;
}

.open-map #google-map{
	opacity: 1;
}

/* blink btn */
.blink {
  -webkit-animation-name: blink;
     -moz-animation-name: blink;
       -o-animation-name: blink;
          animation-name: blink;
  -webktit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
        -o-animation-timing-function: linear;
           animation-timing-function: linear;
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
}

.blink-infinite {
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.blink-5 {
  -webkit-animation-iteration-count: 5;
     -moz-animation-iteration-count: 5;
       -o-animation-iteration-count: 5;
          animation-iteration-count: 5;
}

.blink-furiously {
  -webkit-animation-duration: 0.3s;
     -moz-animation-duration: 0.3s;
       -o-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

@-webkit-keyframes blink {
  50% {
    opacity: 0;
  }
}
@-moz-keyframes blink {
  50% {
    opacity: 0;
  }
}
@-o-keyframes blink {
  50% {
    opacity: 0;
  }
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}


/* --- demo icons --- */

#demoicon [class^="pe-7s-"], #demoicon [class*=" pe-7s-"] {
	font-size: 40px;
}

.font-icon-code {
	display: none;
}

.font-icon-detail span:first-child {
	display: inline;
  	transition: padding 100ms linear, font-size 250ms linear;
	padding: 10px;
	font-size: 48px;
	color: #1a1a1a;
	border: 1px solid #eaeaea;
	border-radius: 3px;
}

.font-icon-list {
	padding: 30px 0px;
}

.font-icon-detail {
	text-align: center;
}

.font-icon-detail span.font-icon-name {
	font-size: 14px;
	margin-top: 25px;
	display: block;
}


/* --- button --- */
.btn {
	border-radius: 2px;
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;	
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 14px;
}

.btn-sm{
	border-radius: 0px;
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;	
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 12px;
}

.btn.btn-noradius {
	border-radius: 0;
}

a.btn:focus{
	outline: 0;
}

.btn-red {
  color: #fff;
  background-color: #c83539;
  border-color: #c83539;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.btn-red:active {
  background-image: none;
}
.btn-ltblue {
  color: #fff;
  background-color: #81B6DC;
  border-color: #81B6DC;
}
.btn-ltblue:hover,
.btn-ltblue:focus,
.btn-ltblue:active,
.btn-ltblue.active {
  color: #fff;
  background-color: #323E48;
  border-color: #323E48;
}
.btn-ltblue:active {
  background-image: none;
}

.btn-blue {
  color: #fff;
  background-color: #4a9fdc;
  border-color: #4a9fdc;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active {
  color: #fff;
  background-color: #323E48;
  border-color: #323E48;
}
.btn-blue:active {
  background-image: none;
}

.btn-green {
  color: #fff;
  background-color: #5da244;
  border-color: #5da244;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active {
  color: #fff;
  background-color: #323E48;
  border-color: #323E48;
}
.btn-green:active {
  background-image: none;
}

.btn-orange {
  color: #fff;
  background-color: #4a9fdc;
  border-color: #4a9fdc;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active {
  color: #fff;
  background-color: #81B6DC;
  border-color: #81B6DC;
}

.btn-orange:active {
  background-image: none;
}

.btn-teal {
  color: #fff;
  background-color: #56abb2;
  border-color: #56abb2;
}
.btn-teal:hover,
.btn-teal:focus,
.btn-teal:active,
.btn-teal.active {
  color: #fff;
  background-color: #4a9fdc;
  border-color: #4a9fdc;
}
.btn-teal:active {
  background-image: none;
}

.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}
#sliderSection {
	background-color: #fff;
	display: inline;
	float: left;
	padding: 0 30px;
	width: 100%;
}


/* Media queries */

@media(min-width:767px) {

    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
	
    .intro {
        height: 100%;
        padding: 0;
    }

    .brand-heading {
        font-size: 100px;
    }
	

    .intro-text {
        font-size: 25px;
    }


	
	}
	.site-logo{
		margin: 0 0 0 30px;
		resize:both
		float:none;
	}

}
@media (max-width:768px) {
	#navigation {
		padding: 20px 0;
	}
	
	
	}
	.site-logo{
		margin: 0 0 0 30px;
		resize:both
		float:none;
	}

	.navbar-custom ul.nav li a {
		color: #323E48;
	}
	.navbar-custom ul.nav ul.dropdown-menu li {
		border-bottom: 1px solid #aaa;

	}
	.navbar-header {
		margin-top:-40px;
		padding:0;
	}
	.navbar-header button {
		background: #FFF;
	}
	
	.navbar-header button.navbar-toggle {
		padding: 2px 7px;
		font-size: 20px;
		color: #323E48;
	}
	
	.navbar-custom .nav {	
		background: #FFF;
	}
	
	.service-box {
		margin-bottom: 50px;
	}
	
	.team-wrap {
		margin-bottom: 30px;
	}
	
	form#contact-form {
		margin-bottom: 50px;
	}
	
	.xs-marginbot-20 {
		margin-bottom: 20px;
	}

}

@media (max-width:480px) {

	.navbar-custom .nav.navbar-nav {
    background-color: rgba(255,255,255,.4);
	}
	
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}
	
	.tp-banner-container {
		padding-top:40px;
	}

	.tp-caption .page-scroll a.btn-circle {
		width: 40px;
		height: 40px;
		margin-top: 10px;
		padding: 7px 0;
		border: 2px solid #fff;
		border-radius: 50%;
		font-size: 20px;
	}
	
	
}
/* Share */
#share-buttons img {
width: 35px;
padding: 5px;
border: 0;
box-shadow: 0;
display: inline;
}


hr.news {
  border-top: 1px solid;
  color: #323E48
}

hr.divider {
  padding-top: -20px;
  border-top: 1px solid;
  color: #323E48
}

hr.h-divider {
	width: 60px;
	height: 6px;
	margin: 0;
	margin-bottom: 20px;
	margin-top: -20px;
	background-color: #323E48;
	position: absolute;
}

hr.h-divider-blue {
	width: 60px;
	height: 6px;
	margin: 0;
	margin-bottom: 20px;
	margin-top: -20px;
	background-color: #4a9fdc;
	position: absolute;
}

hr.h-divider-white {
	width: 60px;
	height: 6px;
	margin: 0;
	margin-bottom: 20px;
	margin-top: -20px;
	background-color: #fff;
	position: absolute;
}

hr.h-divider-green {
	width: 60px;
	height: 6px;
	margin: 0;
	margin-bottom: 20px;
	margin-top: -20px;
	background-color: #5da244;
	position: absolute;
}

hr.h-divider-orange {
	width: 60px;
	height: 6px;
	margin: 0;
	margin-bottom: 20px;
	margin-top: -20px;
	background-color: #4a9fdc;
	position: absolute;
}

hr.h-divider-purple {
	width: 60px;
	height: 6px;
	margin: 0;
	margin-bottom: 20px;
	margin-top: -20px;
	background-color: #9f5f9d;
	position: absolute;
}

hr.h-divider-teal {
	width: 60px;
	height: 6px;
	margin: 0;
	margin-bottom: 20px;
	margin-top: -20px;
	background-color: #56abb2;
	position: absolute;
}

/* Slider*/
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

/* sidebar produkter */

.sidenavigation {
  width: 300px;
}


.sidemainmenu, .sidesubmenu {
  list-style: none;
  padding: 0;
  margin: 0;
}


.sidemainmenu a {
  display: block;
  background-color: #fff;
  text-decoration: none;
  padding: 10px;
  color: #000;
}


.sidemainmenu a:hover {
    background-color: #fff;
}




.sidemainmenu li:hover .sidesubmenu {
  display: none;
  max-height: auto;
}



.sidesubmenu a {
  background-color: #fff;
	font-size: 12px;
	font-weight: 800;
	color: #323E48;
}


.sidesubmenu a:hover
			 a:active{
 	 background-color: #fff;
	color: #323E48;
}


.sidesubmenu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out;
}

/* topnav produkter */
.topnavpro {
	padding left: 30px;
	padding-top: 50px;
	list-style: none;
	}

.topnavpro a:hover
		   {
  background-color: #fff;
  color: #81B6DC;
}

.topnavpro  a:active{
  background-color: #fff;
  color: #323E48;
 font-weight: 100;
}

.topnavpro a {
	font-size: 10px;
	font-weight: 800;
	color: #323E48;

}

.topnavpro p {
	font-size: 10px;
}

 li.topnavpro {
	font-size: 10px;
}
/* produktgalleri */
div.prodgallery {
  border: 0px solid #ccc;
}

div.prodgallery:hover {
  border: 0px solid #777;
}

div.prodgallery img {
  width: 100%;
  height: auto;
}

div.proddesc {
  padding: 2px 2px 30px 2px;
  text-align: left;
}

* {
  box-sizing: border-box;
}

.prodresponsive {
  padding: 0 6px;
  float: left;
  width: 50%;
	align-content: center
}

@media only screen and (max-width: 700px) {
  .prodresponsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 700px) {
  .prodresponsive {
    width: 100%;
  }

}

.prodclearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* andre produkter */
div.andreprodgallery {
  border: 0px solid #ccc;
}

div.andreprodgallery:hover {
  border: 0px solid #777;
}

div.andreprodgallery img {
  width: 100%;
  height: auto;
}

div.andreproddesc {
  padding: 2px 2px 30px 2px;
  text-align: left;
}

* {
  box-sizing: border-box;
}

.andreprodresponsive {
  padding: 0 6px;
  float: left;
  width: 20%;
  align-content: center
}

.listprodresponsive {
  padding: 0 6px;
  float: left;
  width: 15%;
  align-content: center
}

@media only screen and (max-width: 700px) {
  .andreprodresponsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 700px) {
  .andreprodresponsive {
    width: 100%;
  }

}

.andreprodclearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* galleri forside */
.boxes > * {
  padding: .5rem;
  background-color: #333;
  color: white;
}

@media screen and ( min-width : 40em ){
  .boxes {
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 2px;
  }
}


.boxes li {
  background-image:
    linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)),
    url(path/to/image);
  background-size: cover;
  display: flex;
  align-items: flex-end;
}

@media screen and ( min-width : 40em ){
  .boxes2 {
    grid-column: span 2;
    grid-row: span 7;
  }

  .boxes3{
    grid-column: span 4;
    grid-row: span 3;
  }

  .boxes li:nth-child(4) {
    grid-column: span 2;
    grid-row: span 4;
  }

  .boxes li:nth-child(5),
  .boxes li:nth-child(6) {
    grid-column: span 2;
    grid-row: span 2;
  }
}

.frontgallery {
  display: flex;
}


@supports (display: grid) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem 2rem;

/* flex styles -------------------------------------- */
.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}


/* tree menu */
#menutree li {
   list-style: none;
	font-size: 12px; 
         }

   li .menu_label + input[type=checkbox] {
      opacity: 0;             
     }                        

    li .menu_label {
      cursor: pointer;       pa 
	   
    }                        

      li .menu_label + input[type=checkbox] + ol > li
         {
            display: none;         /* prevents sublists below unchecked labels from displaying */
         }

      li .menu_label + input[type=checkbox]:checked + ol > li
         {
           display: block;         
         }

	   p.menu_label  {
           font-size: 10px;
		   color: #323E48;
         }
	 li .page  {
           font-size: 10px;
		   color: #323E48;
         }
	
	
/*--------------------------------------------------------------
# Galleri forside
--------------------------------------------------------------*/

#speakers {
  padding: 20px 0 10px 0;
}

#speakers .speaker {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#speakers .speaker .details {
  background: rgba(62, 70, 78, 0.76);
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

	
	
#speakers .speaker .details h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

#speakers .speaker .details p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  font-style: italic;
}

#speakers .speaker .details .social {
  height: 30px;
}

#speakers .speaker .details a {
  color: #fff;
}

#speakers .speaker .details a:hover {
  color: #81B6DC;
}

#speakers .speaker:hover .details {
  bottom: 0;
}

#speakers-details {
  padding: 60px 0;
}

#speakers-details .details h2 {
  color: #323E48;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

#speakers-details .details .social {
  margin-bottom: 15px;
}

#speakers-details .details .social a {
  background: #e9edfb;
  color: #323E48;
  line-height: 1;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding-top: 9px;
}

#speakers-details .details .social a:hover {
  background: #f82249;
  color: #fff;
}

#speakers-details .details .social a i {
  font-size: 18px;
}

#speakers-details .details p {
  color: #112363;
  font-size: 15px;
  margin-bottom: 10px;
}
	/*--------------------------------------------------------------
# Kart
--------------------------------------------------------------*/
	
	#mapid { height: 180px; }

		/*--------------------------------------------------------------
Breadcrumb
--------------------------------------------------------------*/
	li.breadcrumb-item {
	
}
ul.page-breadcrumb li {
	font-family: 'Open Sans', sans-serif;
    font-weight: 700;
	color: #323E48;
	letter-spacing: -0.05em;
}
	
		/*--------------------------------------------------------------
Collage
--------------------------------------------------------------*/

	.productpage { height: 100%; 
	}
	
	
	/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
	font-weight: 600;
    color: #FFF;
    line-height: 26px;
    padding: 8px 0px 8px 30px;
    font-family: 'Lato',sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #4a9fdc;
    color: #FFF;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #81B6DC;
}
/*Cookie Consent End*/
	
form
	
{margin-top: 0px;
transition: all 4s ease-in-out;
	}
	
.form-control{
	width: 100%;
	background: rgba(255,255,255,0.8);
	outline: none;
	margin-bottom: 1px;
}

.input{
	height: 45px;  
}

form .submit{
	position: relative;
	width: auto;
	display: inline-block;
	outline: none;
	background-color: #81B6DC;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 400;	
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 14px;
	}
	
	form .submit:hover{
	background-color: #323E48;
	cursor: pointer;
	}
	
.bg-image{
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}	
	
@media (max-width: 1024px) {
	.bg-image{
	background-attachment: scroll;
	background-size: contain;
	min-height: 400px;
}	
	
	
	#portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-sm .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-md .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-lg .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-xl .portfolio-box .portfolio-box-caption .project-category {
		 font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
}
#portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-name, #portfolio .container-sm .portfolio-box .portfolio-box-caption .project-name, #portfolio .container-md .portfolio-box .portfolio-box-caption .project-name, #portfolio .container-lg .portfolio-box .portfolio-box-caption .project-name, #portfolio .container-xl .portfolio-box .portfolio-box-caption .project-name {
  font-size: 1.2rem;
}
#portfolio .container-fluid .portfolio-box:hover .portfolio-box-caption, #portfolio .container-sm .portfolio-box:hover .portfolio-box-caption, #portfolio .container-md .portfolio-box:hover .portfolio-box-caption, #portfolio .container-lg .portfolio-box:hover .portfolio-box-caption, #portfolio .container-xl .portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.p-0 {
  padding: 0 !important;
}
	

	.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

	
	
	.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
	
	.img-fluid {
  max-width: 100%;
  height: auto;
}
	
	
#portfolio2 .portfolio2-item {
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}
#portfolio2 .portfolio2-item .portfolio2-link {
  position: relative;
  display: block;
  margin: 0 auto;
}
#portfolio2 .portfolio2-item .portfolio2-link .portfolio2-hover {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(74, 159, 220, 0.9);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity ease-in-out 0.25s;
}
#portfolio2 .portfolio2-item .portfolio2-link .portfolio2-hover .portfolio2-hover-content {
  font-size: 1.25rem;
  color: white;
}
#portfolio2 .portfolio2-item .portfolio2-link:hover .portfolio2-hover {
  opacity: 1;
}
#portfolio2 .portfolio2-item .portfolio2-caption {
  padding: 1.5rem;
  text-align: center;
  background-color: #fff;
}
#portfolio2 .portfolio2-item .portfolio2-caption .portfolio2-caption-heading {
  font-size: 1.5rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  margin-bottom: 0;
}
#portfolio2 .portfolio2-item .portfolio2-caption .portfolio2-caption-subheading {
  font-style: italic;
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}
.portfolio-modal .modal-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  font-size: 3rem;
  line-height: 3rem;
}
.portfolio-modal .modal-content p.item-intro {
  font-style: italic;
  margin-bottom: 2rem;
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.portfolio-modal .modal-content p {
  margin-bottom: 2rem;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 2rem;
}
.portfolio-modal .modal-content img {
  margin-bottom: 2rem;
}
.portfolio-modal .close-modal {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: transparent;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}


	.row-portfolio {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

		/*--------------------------------------------------------------
# portfolioindex
--------------------------------------------------------------*/

#portfolioindex .container-fluid, #portfolioindex .container-sm, #portfolioindex .container-md, #portfolioindex .container-lg, #portfolioindex .container-xl, #portfolioindex .container-xxl {
  max-width: 1920px;
}
#portfolioindex .container-fluid .portfolio-box, #portfolioindex .container-sm .portfolio-box, #portfolioindex .container-md .portfolio-box, #portfolioindex .container-lg .portfolio-box, #portfolioindex .container-xl .portfolio-box, #portfolioindex .container-xxl .portfolio-box {
  position: relative;
  display: block;
}
#portfolioindex .container-fluid .portfolio-box .portfolio-box-caption, #portfolioindex .container-sm .portfolio-box .portfolio-box-caption, #portfolioindex .container-md .portfolio-box .portfolio-box-caption, #portfolioindex .container-lg .portfolio-box .portfolio-box-caption, #portfolioindex .container-xl .portfolio-box .portfolio-box-caption, #portfolioindex .container-xxl .portfolio-box .portfolio-box-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(244, 98, 58, 0.9);
  transition: opacity 0.25s ease;
  text-align: center;
}
#portfolioindex .container-fluid .portfolio-box .portfolio-box-caption .project-category, #portfolioindex .container-sm .portfolio-box .portfolio-box-caption .project-category, #portfolioindex .container-md .portfolio-box .portfolio-box-caption .project-category, #portfolioindex .container-lg .portfolio-box .portfolio-box-caption .project-category, #portfolioindex .container-xl .portfolio-box .portfolio-box-caption .project-category, #portfolioindex .container-xxl .portfolio-box .portfolio-box-caption .project-category {
  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
}
#portfolioindex .container-fluid .portfolio-box .portfolio-box-caption .project-name, #portfolioindex .container-sm .portfolio-box .portfolio-box-caption .project-name, #portfolioindex .container-md .portfolio-box .portfolio-box-caption .project-name, #portfolioindex .container-lg .portfolio-box .portfolio-box-caption .project-name, #portfolioindex .container-xl .portfolio-box .portfolio-box-caption .project-name, #portfolioindex .container-xxl .portfolio-box .portfolio-box-caption .project-name {
  font-size: 1.2rem;
}
#portfolioindex .container-fluid .portfolio-box:hover .portfolio-box-caption, #portfolioindex .container-sm .portfolio-box:hover .portfolio-box-caption, #portfolioindex .container-md .portfolio-box:hover .portfolio-box-caption, #portfolioindex .container-lg .portfolio-box:hover .portfolio-box-caption, #portfolioindex .container-xl .portfolio-box:hover .portfolio-box-caption, #portfolioindex .container-xxl .portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}	
	