/* Use this CSS-file to override any styles set by system-default */
/**  
 *   STYLESHEET IMPORTS
 **/
@font-face {
  font-family: Lato-Bold;
  src: url(fonts/Lato-Bold.eot);
  src: url(fonts/Lato-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/Lato-Bold.woff) format("woff"), url(fonts/Lato-Bold.woff2) format("woff2"), url(fonts/Lato-Bold.ttf) format("truetype"), url(fonts/Lato-Bold.svg#svgFontName) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Lato-Light;
  src: url(fonts/Lato-Light.eot);
  src: url(fonts/Lato-Light.eot?#iefix) format("embedded-opentype"), /* IE6-IE8 */
   url(fonts/Lato-Light.woff) format("woff"), /* Modern Browsers */
   url(fonts/Lato-Light.ttf) format("truetype"), /* Safari, Android, iOS */
   url(fonts/Lato-Light.svg#svgFontName) format("svg");
  font-weight: normal;
  font-style: normal;/* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: Lato-Regular;
  src: url(fonts/Lato-Regular.eot);
  src: url(fonts/Lato-Regular.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
   url(fonts/Lato-Regular.woff) format('woff'), /* Modern Browsers */
   url(fonts/Lato-Regular.ttf) format('truetype'), /* Safari, Android, iOS */
   url(fonts/Lato-Regular.svg#svgFontName) format('svg');
  font-weight: normal;
  font-style: normal;/* IE9 Compat Modes */
  /* Legacy iOS */
}
html {
  background: #f3f3f3;
}
body {
  font-family: 'Lato-Regular';
  background: #f3f3f3;
  padding-top: 53px;
  /* Space for navbar */
}
@media (min-width: 768px) {
  body {
    margin-bottom: 100px;
    /* Space for sticky footer */
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato-Regular', 'Georgia', 'sans-serif';
}
h1 {
  font-size: 24px;
}
h4 {
  color: #3b4956 !important;
}
a {
  color: #4099da;
}
/*Generelt*/
.text-success {
  color: #5cb85c !important;
}
.section {
  padding: 50px 0 50px;
  background-color: #f3f3f3;
}
/* Buttons */
.btn {
  font-family: 'Lato-Regular';
}
.btn-primary {
  font-family: 'Lato-Regular';
  background: #4099da !important;
  border-color: #4aaaf1 !important;
}
.btn-primary:hover {
  background: #4aaaf1 !important;
  border-color: #4099da !important;
}
.btn-link {
  color: #4aaaf1;
}
.btn-success {
  color: #ffffff;
  background-color: #4099da !important;
  border-color: #4aaaf1 !important;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #4aaaf1;
  border-color: #4099da;
}
.RadDropDownList_Bootstrap .rddlInner {
  color: #fff !important;
  background-color: #fff;
  border: 1px solid #4099da;
  background: -webkit-linear-gradient(#4099da, #4aaaf1);
  background: linear-gradient(#4099da, #4aaaf1);
}
/*Login side*/
.login-page-heading {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  margin: 50px 0 10px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  font-size: 50px;
  font-family: 'Lato-Bold';
}
.login-page-description {
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  margin: 0 0 40px;
  font-size: 36px;
  font-family: 'Lato-Bold';
}
/* Carousel */
.carousel-caption p {
  font-size: 2.5vw;
}
@media (min-width: 768px) {
  .carousel-fullheight {
    position: absolute;
  }
}
/* Navigation bar*/
.dropdown-menu > li > a {
  color: #4099da;
  font-weight: bold;
  padding: 10px 15px !important;
}
.navbar {
  background: #fff;
  border: transparent;
  border-top: 3px solid #4099da;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.navbar .navbar-nav > li > a {
  font-size: 16px;
  color: #4099da;
  transition: all 0.3s ease;
}
.navbar .navbar-nav > li > a.navbar-nav-cart {
  background: #4099da;
  color: #ffffff;
  font-weight: 700;
}
.navbar .navbar-nav > li > a.navbar-nav-cart:hover {
  background-color: #4aaaf1;
}
.navbar .navbar-nav > .active > a {
  color: #4099da;
  background: transparent !important;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #ffffff;
  background-color: #4099da;
}
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:focus > .open > a:hover {
  background: #4099da !important;
}
#impleomenu-cat > li > div > ul > li > a.k-link {
  background-color: transparent !important;
  color: #4099da;
  transition: all 0.3s ease;
}
.k-menu .k-link.k-state-active {
  background-color: #4099da;
  color: #ffffff;
}
.k-link:link,
.k-link:visited,
.k-nav-current.k-state-hover .k-link {
  color: #4099da;
}
.k-state-active {
  color: #ffffff !important;
  background: #4099da !important;
}
#impleomenu-cat > li > .k-link {
  background: #fff;
  color: #4099da;
}
.k-animation-container li.k-state-border-down {
  background: #4099da !important;
}
.k-state-hover {
  background: #4aaaf1 !important;
}
.k-animation-container .k-link:hover {
  color: #4099da;
}
.k-animation-container li.k-state-border-down {
  background: #f5f5f5;
}
.k-state-hover {
  background: #f5f5f5 !important;
}
/* Topmenu */
.navbar-brand .logo {
  margin-top: 3px;
  height: 44px;
}
.jumbotron-inner {
  background-color: rgba(64, 153, 218, 0.5);
  padding: 40px 0;
  background-image: none;
}
/* Footer */
.footer {
  background: #4099da;
  background-image: url();
  background-repeat: no-repeat;
  background-position: right 25px top 20px;
  color: #3b4956;
  font-size: 13px;
  padding: 0;
}
.footer-credits {
  line-height: 57px;
  margin: 0;
}
.footer-contact {
  line-height: 20px;
  margin: 0;
  padding-top: 10px;
}
.footer a,
.footer-credits {
  color: #fff;
}
.footer a:hover {
  background-color: transparent;
  text-decoration: underline;
}
.footer-contact strong:first-child {
  font-size: 15px;
}
@media (max-width: 1000px) {
  .footer {
    background-position: right 25px top 5px;
  }
}
@media (min-width: 768px) {
  .footer {
    /*min-height: 100px;*/
  }
  .footer-links {
    float: left;
    position: relative;
    left: 350px;
    top: 70px;
  }
  .footer-links a {
    padding-right: 25px;
  }
  .footer-contact {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .footer-links a {
    padding: 0px 0 15px;
    border-bottom: 1px solid #ddd;
    display: block;
    margin: 15px -15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footer {
    background-position: center bottom 25px;
    padding-bottom: 75px;
  }
}
/* Breadcrumps */
.section-breadcrumbs {
  background: #ffffff;
  padding: 0;
  border-bottom: 1px solid #ddd;
  line-height: 40px;
}
.section-breadcrumbs a {
  color: #3b4956;
}
.section-breadcrumbs a:nth-child(2) {
  display: none;
}
/*Produkt- og kategorisider*/
.section-products {
  background: #f3f3f3;
  border-bottom: 0px solid #ddd;
}
.panel-product {
  background-color: #fafafa;
  margin-bottom: 20px;
  box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 10%);
}
.panel-product:hover {
  background: rgb(74 170 241 / 0.30);
}
.panel-product-heading {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  min-height: 64px;
  overflow: hidden;
  margin-bottom: 0px !important;
  padding: 10px 0;
}
.panel-product-heading:hover {
  color: #FFF !important;
}
#ctl00_MainContentPH_pnlR_Cat .panel-product a,
#ctl00_MC_PH_pnlR_Cat .panel-product a {
  text-decoration: none !important;
}
.panel-product-image {
  margin: 10px auto;
  display: block;
  height: 150px;
  transition: all 0.3s ease;
}
.panel-preview-illustrations .panel-product-image {
  margin: 20px auto;
  display: block;
  height: 100px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.panel-preview-large a {
  outline: none !important;
  position: relative;
  width: 60%;
  z-index: 99;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 auto;
  display: block;
  border: solid 1px #dcdcdc !important;
  cursor: zoom-in;
}
.panel-preview-price {
  color: #4099da;
}
.panel-options .total-price {
  color: #3b4956;
  font-size: 32px;
  line-height: 34px;
  margin: 0 0 3px;
}
.qty-desc {
  color: #4099da;
}
/* Webshopview */
.webshop-product-image img {
  width: 150px;
  margin-bottom: 25px;
  box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 5%);
}
.webshop-product-image img:hover {
  -moz-transform: scale(2.5);
  -o-transform: scale(2.5);
  -ms-transform: scale(2.5);
  -webkit-transform: scale(2.5);
  transform: scale(2.5);
}
.RadComboBox_Bootstrap .rcbReadOnly {
  color: #ffffff !important;
  background-color: #4099da !important;
  font-weight: bold;
}
.webshop-product-title {
  padding: 5px 0;
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 1.428;
}
.webshop-product-price-total {
  font-size: 16px;
  padding: 3px 0;
}
@media (max-width: 767px) {
  .panel-product-image {
    height: 100px;
  }
}
/* Checkout */
#ctl00_MC_PH_pnl_DeliveryMethod,
#ctl00_MC_PH_pnl_Delivery .form-horizontal hr {
  display: none;
}
#ctl00_MC_PH_pnl_CartHelp div,
#ctl00_MC_PH_pnl_CartTotal,
.cart-row.cart-total {
  background: #F5F5F5;
}
.btn-webshop-dl {
  background: #4099da;
  border: 1px solid #4aaaf1;
}