﻿F/* Use this CSS-file to override any styles set by system-default */



/**
 *   STYLESHEET IMPORTS
 **/

@import url("//fonts.googleapis.com/css?family=Ubuntu:400,300,500,700");
/*@import url("//impleo.cgsystems.dk/css/afdeling72.css");*/


@font-face{
font-family:Safety_Bold;
src:url(fonts/Safety-Bold_WEB.eot);
src:url(fonts/Safety-Bold_WEB.eot?#iefix) format("embedded-opentype"),
	url(fonts/Safety-Bold_WEB.woff) format("woff"),
	url(fonts/Safety-Bold_WEB.woff2) format("woff2"),
	url(fonts/Safety-Bold_WEB.ttf) format("truetype"),
	url(fonts/Safety-Bold_WEB.svg#svgFontName) format("svg");
font-weight:400;
font-style:normal}

@font-face{
  font-family:Gotham_Light;
src:url(fonts/Gotham-Light.eot); /* IE9 Compat Modes */
src:url(fonts/Gotham-Light.eot?#iefix) format("embedded-opentype"), /* IE6-IE8 */
    url(fonts/Gotham-Light.woff) format("woff"), /* Modern Browsers */
    url(fonts/Gotham-Light.ttf)  format("truetype"), /* Safari, Android, iOS */
    url(fonts/Gotham-Light.svg#svgFontName) format("svg"); /* Legacy iOS */
font-weight:300;
font-style:normal}


@font-face {
  font-family:Gotham_Medium;
  src: url(fonts/Gotham-Medium.eot); /* IE9 Compat Modes */
  src: url(fonts/Gotham-Medium.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
     url(fonts/Gotham-Medium.woff) format('woff'), /* Modern Browsers */
     url(fonts/Gotham-Medium.ttf)  format('truetype'), /* Safari, Android, iOS */
     url(fonts/Gotham-Medium.svg#svgFontName) format('svg'); /* Legacy iOS */
   font-weight: 300;
   font-style: normal;
 }

@font-face {
  font-family:Gotham_Bold;
  src: url(fonts/Gotham-Bold.eot); /* IE9 Compat Modes */
  src: url(fonts/Gotham-Bold.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
     url(fonts/Gotham-Bold.woff) format('woff'), /* Modern Browsers */
     url(fonts/Gotham-Bold.ttf)  format('truetype'), /* Safari, Android, iOS */
     url(fonts/Gotham-Bold.svg#svgFontName) format('svg'); /* Legacy iOS */
   font-weight: 700;
   font-style: normal;
 }

@font-face {
  font-family: Gotham_Medium;
  src: url(fonts/Gotham-Medium.eot); /* IE9 Compat Modes */
  src: url(fonts/Gotham-Medium.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
     url(fonts/Gotham-Medium.woff) format('woff'), /* Modern Browsers */
     url(fonts/Gotham-Medium.ttf)  format('truetype'), /* Safari, Android, iOS */
     url(fonts/Gotham-Medium.svg#svgFontName) format('svg'); /* Legacy iOS */
   font-weight: 400;
   font-style: normal;
 }


 /* Use this CSS-file to override any styles set by system-default */
body {
  font-family: 'Gotham_Light';
  background: #f5f5f5;
  padding-top: 53px;
  /* Space for navbar */ }
  @media (min-width: 768px) {
    body {
      margin-bottom: 60px;
      /* Space for sticky footer */ } }

            h1, h2, h3, h4, h5, h6 {
  font-family: 'Gotham_Light';

   }



/**
 *   STYLESHEET EXPORT
 **/

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    padding: 20px 0;
    background: #588e95;
}

.login-page {
    padding-top: 0;
    height: 100%;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 53px;
    background-color: white;
}

.footer-links {
    line-height: 20px;
    margin: 0;
    font-size: 15px;
      font-family: 'Gotham_Bold';
}

#mediahead {
    background-color: #ffffff;
    height: 100px;
    border-bottom: 1px solid #ffffff;
}


#impleomenu-cat {
    font-size: 16px;
    color: #f2d432;
    transition: all 0.3s ease;
}

.head {
    background-image: url(skin1_topheader.jpg);
    background-repeat: repeat-x;
    position: relative;
    height: 88px;
    background-color: #ffffff;
}

.bold {
  font-family: 'Gotham_Bold';
}


.kursiv {
  font-family: 'Gotham_Light';
  font-style: italic;
}



.navbar .navbar-nav > li > a {
    position: absolute;
		width:800px;
    left: 150px;
    top: 250px;
    font-size: 70px;
    padding: 50px 0;
    color: #588e95;
    font-weight: bold;
}
.fa {
    display: none;
 }

.navbar-left {
    position:absolute;
}

.navbar-right {
    position:absolute;
    left:2000px;
}

.navbar {
    background: #fff;
    border: transparent;
    border-top: 6px solid #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}


.navbar .navbar-nav > li > a.navbar-nav-cart {
    background: #f2d432;
    color: #333;
    font-weight: 700;
}

.navbar .navbar-nav > li > a.navbar-nav-cart:hover {
    background: #f2d432;
    color: #333;
    font-weight: 700;
}

a {
    color: #000000;
    text-decoration: none;
}

.btn-primary {
    background: #588e95;
    border-color: #333;
    color: #fff;
}
.navbar .navbar-nav > li > a:hover {
    background: transparent;
    color: #f2d432;
}




.btn-success {
    color: #333;
    background-color: #f2d432;
    border-color: #000000;
}

.k-menu .k-item, .k-widget.k-menu-horizontal>.k-item {
    position: relative;
    float: left;
    border-style: solid;
    border-width: 0 0px 0 0;
    vertical-align: top;
    zoom: 1;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.active {
    background: #bfa727;
    border-color: #ceb42b;
}

.modal-files-item-dropzone {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 2px dashed #ddd;
    border-radius: 5px;
    padding: 10px;
    margin: 0 5px 5px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}



.btn-primary:hover {
    background: #f2d432;
    border-color: #333;
    color: #333;
}

.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:focus
 > .open > a:hover {
    color: white !important;
    background: #c1a927 !important;
}


#impleomenu-cat > li > .k-link {
    padding-top: 15px;
    border: 0;
    padding-bottom: 15px;
    line-height: 20px;
    background: #f2d432;
    color: #333;
}

.btn-success {
    color: #333;
    background-color: #f2d432;
    border-color: #333;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #333;
    background-color: #f2d432;
}

.panel-preview-buttons > .btn:hover {
    color: #f2d432;
}

.RadRotator_Silk .rrButton:hover {
    border-color: #f2d432;
    color: #fff;
    background-color: #f2d432;
    background-image: linear-gradient(#f2d432,#ae9824);
}
.btn-success:hover {
    color: #fff;
    background-color: #8c7710;
    border-color: #090909;
}

a:hover {
    color: #86841c;
}

#impleomenu-cat > li > div > ul > li > a.k-link {
    background-color: transparent !important;
    color: #333;
    transition: all 0.3s ease;
}

.k-state-active { color: white !important;
    background: #f2d432 !important;}
.k-state-hover { color: white !important;
    background: #f2d432 !important;}



.jumbotron {
  padding: 0;
  margin: 0;
  color: white;
  text-align: center; }

  .jumbotron-inner {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(velkomsttekst1.png);
	height: 500px;
	 }


    .jumbotron-success .jumbotron-inner {
      background-color: rgba(0, 155, 0, 0); }

  .jumbotron-heading {
    margin: 0;
    font-size: 0.1px !important;
    line-height: 0.1px;
    font-weight: 300;
    float: left; }

    .jumbotron-heading.text-center {
      float: none; }

  .jumbotron-search {
		position: absolute;
    left: -400px; }

    .jumbotron-search:after {
      content: "\f002";
      font-family: "FontAwesome";
      position: absolute;
      left: 15px;
      top: 50%;
      line-height: 20px;
      margin-top: -10px;
      color: #aaa;
      font-size: 0.1px;
      z-index: 9; }
    .jumbotron-search .form-control {
      border: 0;
      border-radius: 4px;
      padding-left: 40px; }
  .jumbotron-home .jumbotron-inner {
    padding: 250px 0; }
  .jumbotron-home .jumbotron-heading {
    margin: 0 0 40px;
    font-size: 0.1px !important;
    float: none;
    text-align: center; }
  .jumbotron-home .jumbotron-search {
    max-width: 500px;
    margin: 0 auto;
    float: none; }
  @media (max-width: 767px) {
    .jumbotron-contentpage .jumbotron-heading {
      float: none;
      margin-bottom: 15px; }
    .jumbotron-contentpage .jumbotron-search {
      float: none;
      margin: 0 auto; } }

.section-breadcrumbs a.active {
    color: #fff;
}

.section-breadcrumbs {
    background: white;
    padding: 0;
    border-bottom: 1px solid #fff;
    line-height: 40px;
}

.section-products {
    background: white;
    border-bottom: 1px solid #fff;
}

html {
    background-color: #fff;
}

.login-page-subdescription {
    padding-top: 680px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-link {
    color: #588e95;
}
