.rsform-block-policy {
    color: white;
}

body #CybotCookiebotDialogPoweredbyCybot,
body #CybotCookiebotDialogPoweredByText,
body #CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo{
  display:none;
}

body #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change{
  border-color: #95c74b;
  background-color: #95c74b;
}

.option-tab {
    background: #fff;
    margin: 0 !important;
    padding: 5px 13px !important;
    margin-bottom: 10px !important;
}
.option-tab.ssdo-active {
    background-color: #989ea1 !important;
    color: #fff !important;
}

/*html .option-tab.option-tab-group-option-244.option-group-parent-value-55 {
    background: #989ea1;
    color: #fff;
    padding: 6px 18px !important;
} */

table.table.table-striped, table.table.table-striped td {
    border: 1px solid #fafafa !important;
}
html .option-tab-color.ssdo-active {
    border: 2px solid #333 !important;
    border-radius: 2px;
}
/* Search and Replace */
/*
Mørk farve: #252525
Mellem farve: #505050
Lys farve: #bababa
Ekstra lys farve: #f1f1f1

Link farve: #3a3a3c 
Link:hover farve: #9bbd6b

Font: Roboto Condensed
*/

/* Transition */
/*
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
*/

/* Toggle Search - Start */
button.swal2-confirm.styled {
    background: #95c74b !important;
}
input.smopc-btn.smopc-btn-primary.smopc-pull-right {
    background: #95c74b !important;
    color: #fff !important;
    border: 0 !important;
}
.search_toggle {
    background-color: #fff;
    cursor: pointer;
    float: right;
    width: 28%;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    height: 88px;
    padding: 30px 0;
    min-width: 67px;
    clear: both;
}
input#qr-207 {
    height: 60px;
    border: 0;
}/*
.search_toggle:hover {
    background-color: #333;
} */
.search_toggle i.fa {
    color: #3a3a3a;
    font-size: 18px;
    height: 34px;
    line-height: 33px;
    text-align: center;
    text-indent: 3px;
    width: 100%;
}/*
.search_toggle_input {
    float: right;
    width: 72%;
    width: calc(72% - 1px);
    padding-right: 0;
    margin-bottom: 0;
    clear: both;
} */
.search_toggle_input {
    float: right;
    width: 72%;
    width: calc(72% - 1px);
    padding-right: 0;
    margin-bottom: 0;
    clear: both;
    position: absolute;
    top: 96px;
    z-index: 9999999;
    width: 315px;
    right: 0;
}
.search_toggle_input .mijosearch .form-control {
    padding: 0 15px;
}
.search_toggle_input .mijosearch .mijosearch_magnify {
    display: none;
}
/* Toggle Search - End */
#content-top {
    margin-bottom: 30px;
}
/* Pagination - Start */
.option-com_content .pagination li {
    display: inline-block;
}
.option-com_content span.pagenav, .option-com_content a.pagenav {
    background: #f1f1f1 none repeat scroll 0 0;
    margin-right: 5px;
    padding: 10px;
}
.option-com_content span.pagenav {
    color: #bababa;
}
.option-com_content .pagination {
    margin: 10px 0 0;
    width: 100%;
    text-align: center;
}
/* Pagination - End */
#searchForm .checkbox > input {
    margin-left: 0;
    margin-right: 2px;
    position: relative;
}
#GMapsID .placemarkContent h2 {
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: none;
}
.go-home {
    background-color: #252525;
    color: #fff;
    display: block;
    letter-spacing: 1px;
    padding: 10px 5px;
    text-align: center;
    text-transform: uppercase;
}
.go-home:hover {
    color: #fff;
}
#magic-line { position: absolute; bottom: 0; left: 0; width: 100px; height: 2px; background: #3a3a3c; z-index: 0; }
.megamenu.level0 { z-index: 1; }

/*======================= !KOMPONENT OVERRIDE =======================*/
#wrapper .tp-bullets.simplebullets.round .bullet {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    margin-left: 5px;
    -webkit-transition: background-color 100ms ease;
  -moz-transition: background-color 100ms ease;
  -ms-transition: background-color 100ms ease;
  -o-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
}
#wrapper .tp-bullets.simplebullets.round .bullet.last {
    margin-right: 5px;
}
#wrapper .tp-bullets.simplebullets.round .bullet:hover, #wrapper .tp-bullets.simplebullets.round .bullet.selected {
    background-color: #3a3a3c;
}
body .mijosearch_module_loading {    
    /*background: none !important;   */ 
}

body #search-form178 #search-area-close178.search-area-loading, .mijosearchLoading.loading span {
  width: 18px;
  height: 18px;
  border: solid 2px rgba(0,0,0,0);
  border-top-color: #252525;  
  background: none;  
  margin-top: 7px;
  right: 0px;
 display: block;
    
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
 
  -webkit-animation: spin 0.4s infinite linear;
     -moz-animation: spin 0.4s infinite linear;
       -o-animation: spin 0.4s infinite linear;
          animation: spin 0.4s infinite linear;
}
 
@-webkit-keyframes spin {
  from {-webkit-transform: rotate(0deg);}
  to   {-webkit-transform: rotate(359deg);}
}
 
@-moz-keyframes spin {
  from {-moz-transform: rotate(0deg);}
  to   {-moz-transform: rotate(359deg);}
}
 
@-o-keyframes spin {
  from {-o-transform: rotate(0deg);}
  to   {-o-transform: rotate(359deg);}
}
 
@keyframes spin{
  from {transform: rotate(0deg);}
  to   {transform: rotate(359deg);}
}

#offlajn-ajax-search178 {
    max-width: 100%;
}
#mobile-menu {
  display: none;
}
.menu-icon-cont {
    float: left; /* Mobilmenu */
  width: 100%;
    opacity: 1 !important;
    padding: 0 10px;
}
body .cc-cookies {
    background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
    width: 100%;
}
body .nav > li > a:focus, body .nav > li > a:hover {
    background-color:  inherit;
}
#wrapper .mega-entry, #wrapper .mega-entry-innerwrap {
    -ms-transform: rotate(0deg) !important; /* IE 9 */
    -webkit-transform: rotate(0deg) !important; /* Chrome, Safari, Opera */
    transform: rotate(0deg) !important;
}
.result-element > img {
    box-sizing: content-box;
}
#wrapper .phrases-box label input {
    margin-left: 0;
    margin-right: 5px;
    position: relative;
}
#wrapper .form-limit.well {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 20px;
    box-shadow: none;
}
#wrapper #searchForm .form-limit.well {
    padding: 10px;
}
#wrapper .form-limit.well > label {
    position: relative;
    /*top: -8px;*/
}
#wrapper .offlajn-ajax-search-inner input {
    border: medium none;
    box-shadow: none;
}
#wrapper #jux_megamenucss3 .megamenu.noJS #css3-megaMenuToggle {
    box-sizing: content-box;
}
#wrapper .formResponsive input[type="text"], #wrapper .formResponsive input[type="password"], #wrapper .formResponsive textarea, #wrapper .formResponsive select {
    width: calc(100% - 8px) !important;
}
#wrapper #jux_megamenucss3 .megamenu ul.level0 li.megacss3 span.menu-title {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}
#wrapper #js-meganav-off-canvas.js-megamenu-off-canvas {
    background: #f1f1f1 none repeat scroll 0 0;
}

#js-mainnavcss3.megamenu ul.level1 .childcontent {
  margin-top: -15px;
}
#wrapper #jux_megamenucss3 .megamenu .js-megamenu, #wrapper #js-meganav-off-canvas, #wrapper #js-meganav-off-canvas .dropdown-menu {
  font-family: 'Roboto Condensed', sans-serif !important;
}

.fadein {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
}
.fadein.visible-first {
  opacity: 1;
  transform: translateY(0px);
  -o-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
}

.fa-file-add:before {
  content: "\f016";
}
.fa-remove:before {
  content: "\f00d";
}
.fa-picture:before {
  content: "\f03e";
}
.icon-edit:before {
  content: "\f044";
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
img {
  max-width: 100%;
}
html {
  -ms-overflow-style: scrollbar;
}
html,
body {
  height: 100%;
  font-family: 'Roboto Condensed', sans-serif;
}
.tp-caption.medium_light_white.tp-fade.tp-resizeme.start {
  font-family: 'Roboto Condensed', sans-serif !important;
}
#wrapper {
  margin: 0 auto;
}
#push,
#footer-wrapper {
  position: relative;
}
.clear, .clr {
  clear: both;
  visibility: hidden;
  height: 0;
  margin: 0;
}
.offline_container {
  height: 100%;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.offline_container:before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
  overflow: hidden;
  vertical-align: middle;
}
.offline_container .container {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.offline_container #system-message {
  font-size: 13px;
  line-height: 19px;
  max-width: 100%;
  display: inline-block;
}
.offline_container .well {
  vertical-align: middle;
  margin: 0;
  display: inline-block;
  max-width: 100%;
  text-align: left;
  font-size: 13px;
  line-height: 19px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.offline_container .well #logo {
  max-width: 100%;
  margin-bottom: 19px;
}
.offline_container .well button[type=submit] {
  float: left;
}
.offline_container .well #form-login-remember {
  text-align: right;
  overflow: hidden;
  padding-top: 10px;
}
.offline_container .well #form-login-remember label {
  margin-bottom: 0;
}
.offline_container .well input[type=text],
.offline_container .well input[type=password] {
  width: 100%;
}
.offline_container .well label.error {
  position: absolute;
  left: 0;
  color: #f00;
  top: 35px;
}
.offline_container .well p[id*=form-login] {
  position: relative;
}
.moduletable:after {
  clear: both;
  display: block;
  content: '';
}
.mod-menu .nav.menu.nav-pills > li > a {
  display: block;
}
.mod-menu .nav.menu.nav-pills > li.active > a {
  background: #bababa;
}
time,
.item_hits,
.item_category-name address,
.item_createdby {
  white-space: nowrap;
  margin: 0;
}

/*======================= !FORMS / !KONTAKT =======================*/
.formContainer .form-control {
    border-color: #252525;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.formContainer .form-control:focus {
    border-color: inherit;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.formContainer input[type="submit"] {
    background-color: #252525;
    background-image: none;
    border: none;
    color: #ffffff;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.formContainer input[type="submit"]:hover, .formContainer input[type="submit"]:active {
    background-color: #505050;
    color: #ffffff;
    text-shadow: none;
}
.formContainer input[type="button"], .formContainer input[type="submit"], .formContainer input[type="reset"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 99px #fff inset;
    -webkit-text-fill-color: inherit;
}
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 99px #fff inset, 0 0 0 99px #fff inset;
    -webkit-text-fill-color: inherit;
}
:focus {
    outline: none;
}

/*=================================================================*/
/*======================= !MODULE STYLES ===========================*/
/*=================================================================*/
/*== Search ==*/
.mod-search__aside .mod-search_searchword {
  width: 100%;
  margin-bottom: 13px;
}
/*== Login ==*/
.mod-login__aside .mod-login_username,
.mod-login__aside .mod-login_passwd {
  width: 100%;
}
.mod-login_submit {
  margin: 9px 0;
}
#form-login-remember label {
  margin-bottom: 20px;
}
/*Finder*/
#mod-finder-searchword {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 4px;
  border: 1px solid #f1f1f1;
  box-shadow: none;
}
/*General*/
a.module_link {
    display: block;
}
a.module_link > .module_container {
    background-color: #fff;
    color: #151515;
    padding: 30px;
    -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
a.module_link:hover > .module_container {
    background-color: #fff;
    color: #151515;
}
a.module_link[class^='hvr-icon-'], a.module_link[class*=' hvr-icon-'] {
    padding-right: 0;
}
a.module_link[class^='hvr-icon-']:before, a.module_link[class*=' hvr-icon-']:before {
    top: 50%;
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    margin-top: -10px;
    right: 30px;
    color: #000;
}
a.module_link[class^='hvr-icon-'] > .module_container, a.module_link[class*=' hvr-icon-'] > .module_container {
    padding-right: 60px;
}
.module_container a.module_link_button[class^='hvr-icon-'], .module_container a.module_link_button[class*='hvr-icon-'] {
    padding-right: 40px;
}
a.module_link_button {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 30px;
    background-color: #3a3a3c;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
}
a.module_link_button:hover {
    background-color: #111;
    color: #fff;
}
.module_container {
    background-size: cover;
    background-position: center center;
}
/*======================= !NEWSLETTER TOP =======================*/
#newsletter-top {
  background-color: #f3f3f3;
}
#newsletter-top #nl-close, #newsletter-top #nl-close *, #newsletter-top .form-group *, #newsletter-top .button {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#newsletter-top #nl-close {
    border: 1px solid #000000;
    background-color: transparent;
    border-radius: 50%;
    display: block;
    height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    width: 30px;
    cursor: pointer;
}
#newsletter-top #nl-close:hover {
    background-color: #000000;
}
#newsletter-top .module_container {
    position: relative;
    padding: 30px 20%;
    text-align: center;
}
#nl-close i {
    color: #000;
    font-size: 17px;
    line-height: 28px;
}
#nl-close:hover i {
    color: #ffffff;
}

#newsletter-top header > * {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px;
    text-transform: none;
}
#newsletter-top h4 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 25px;
    line-height: 18px;
}
#newsletter-top .form-control {
    display: inline-block;
    width: 100%;
    box-shadow: none;
}
#newsletter-top .button {
    background-color: #000000;
    border: 1px solid #000;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    height: 34px;
    padding: 4px 10px;
    width: 30%;
}
#newsletter-top .button:hover {
    background-color: transparent;
    color: #000000;
}
#newsletter-top label {
    display: none;
}

/*======================= !MAILTO WINDOW =======================*/
#mailto-window {
  padding-top: 1em;
}
.mailto-close {
  margin-bottom: 1em;
  overflow: hidden;
}
.mailto-close a {
  float: right;
}
/*======================= !MODAL WINDOW =======================*/
div.modal.fade {
  top: -200%;
}
.modalClose {
  margin: 14px;
}
.login-greeting {
  margin: 0 0 9px 0;
}
.input-modal {
  width: 146px;
}
div.modal.fade {
  z-index: 0;
}
div.modal.fade.in {
  z-index: 1030;
}
.modal-hide {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
}
.modal-header {
  padding: 0;
  border: none;
}
.modal-body {
  padding: 0;
}
#modal .moduletable {
  padding: 9px 15px 0;
}
#modal .moduletable:last-child {
  padding-bottom: 9px;
}
#modal .moduletable + .moduletable {
  padding-top: 0;
}
/*=================================================================*/
/*======================= !COMPONENT STYLES ========================*/
/*=================================================================*/
/* Login */
.form-group > label {
    min-width: 110px;
}
label {
    font-weight: 400;
}
button, input, select, textarea {
    border: 1px solid #252525;
    padding: 4px;
}
button {
    padding: 4px 8px;
}
.body_login ul li {
    list-style-type: none;
}
.body_login ul {
    margin: 8px 0;
    padding: 0;
}
/*======================= !EasyBlog & Modules ========================*/

/*======================= !Search & Smart Search ========================*/
ul#finder-filter-select-dates li.filter-date {
  margin-bottom: 4px;
  margin-right: 4px;
}
ul#finder-filter-select-dates li.filter-date select.filter-date-operator {
  margin-bottom: 9px;
}
#searchForm fieldset {
  margin-bottom: 20px;
}
#searchForm fieldset label {
  display: inline-block;
  margin-right: 1em;
}
#searchForm .form-limit label {
  float: left;
}
#searchForm .form-limit select {
  float: right;
  position: relative;
  /*top: -10px;*/
}
#searchForm .form-limit p {
  overflow: hidden;
  clear: both;
}
#searchForm .phrases-box {
  padding-bottom: 1em;
}
#searchForm .phrases-box label {
  min-width: 90px;
}
dl.search-results {
  margin-bottom: 30px;
}
dl.search-results dt {
  margin-top: 20px;
}
.navbar-form .btn,
.navbar-form .btn-group {
  margin-top: 5px;
}
#wrapper #searchForm .form-limit.well::after {
    clear: both;
    content: "";
    display: block;
}
/*======================= !ADDTHIS STYLES =======================*/
.page-item_addThis {
  padding-top: 12px;
}
/*======================= !404 PAGE =======================*/
.errorBox {
  background: none;
  text-align: left;
}
#error .well {
  margin-bottom: 0;
}
/*======================= !SCROLL TO TOP =======================*/
#back-top {
  position: fixed;
  bottom: 90px;
  right: 12px;
  z-index: 99;
  -webkit-transform: translateZ(0);
}
#back-top a {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 2px solid #252525;
    color: #000;
    display: block;
    font: 38px/38px FontAwesome;
    height: 42px;
    text-align: center;
    width: 42px;
}
#back-top a > span:before {
  content: "\f106";
}
#back-top a:hover {
  color: #ffffff;
  background: #252525;
}
.dropdown-toggle .fa-cog {
  margin-right: 4px;
}
label[for=mod-login_remember] {
  display: inline-block;
}
.btn-group {
  max-width: 100%;
  white-space: normal;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox,
.navbar-form .btn,
.navbar-form .btn-group {
  margin-top: 0;
}
ol li {
  list-style: decimal;
}
ol li span {
  display: block;
  font-weight: bold;
}
.items-more ul {
  margin: 0 0 30px -30px;
}
.items-more ul li {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 10px 30px;
  font-weight: bold;
}
.items-more ul:after {
  content: '';
  display: block;
  clear: both;
}
.fancybox-close {
  position: fixed;
  right: 0 !important;
  top: 0 !important;
  background: none !important;
  color: #fff;
  font-size: 22px;
  text-align: center !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 36px !important;
  line-height: 36px;
  -webkit-transition: font-size 0.2s ease;
  -moz-transition: font-size 0.2s ease;
  -o-transition: font-size 0.2s ease;
  transition: font-size 0.2s ease;
}
.fancybox-close:before {
  content: '\f057';
  font-family: FontAwesome;
}
.fancybox-close:hover {
  color: #fff;
  font-size: 30px;
}
.fancybox-lock .fancybox-overlay {
  overflow: hidden;
  min-height: 320px;
}
.fancybox-prev,
.fancybox-next {
  overflow: hidden;
  background: none !important;
}
.fancybox-prev span,
.fancybox-next span {
  height: 100px !important;
  width: 50px !important;
  margin-top: -50px !important;
  background: none !important;
  color: #fff;
  -webkit-transition: font-size 0.2s ease;
  -moz-transition: font-size 0.2s ease;
  -o-transition: font-size 0.2s ease;
  transition: font-size 0.2s ease;
  overflow: hidden;
}
.fancybox-prev span:before,
.fancybox-next span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  width: 100px;
  height: 100px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fancybox-prev span:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 20px;
}
.fancybox-next span:before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  left: -70px;
}
.fancybox-skin {
  background: #191919;
}
.fancybox-image {
  opacity: 0.99;
}
#fancybox-thumbs {
  height: 54px;
  text-align: center;
  -webkit-transition: bottom 0.5s ease;
  -moz-transition: bottom 0.5s ease;
  -o-transition: bottom 0.5s ease;
  transition: bottom 0.5s ease;
}
#fancybox-thumbs ul {
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  display: inline-block;
  top: 0 !important;
  background: #191919;
}
#fancybox-thumbs ul li {
  float: none;
  display: inline-block;
  padding: 0;
  border: none !important;
  position: relative;
  background: url(../images/loader.gif) 50% 50% no-repeat;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#fancybox-thumbs ul li .holder {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
}
#fancybox-thumbs ul li.active {
  opacity: 1;
}
.fancybox-lock body {
  overflow: visible !important;
}
body.mobile #fancybox-thumbs {
  display: none;
}
.fancybox-wrap {
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  right: 0 !important;
}
.fancybox-inner,
.fancybox-skin,
.fancybox-outer {
  width: 100% !important;
  height: 100% !important;
  position: relative;
}
.fancybox-outer {
  background: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.fancybox-image {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.fancybox-image {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  opacity: 0;
}
.fancybox-type-image.fancybox-opened .fancybox-image {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.fancybox-nav {
  width: 56px !important;
  z-index: 100;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.fancybox-nav span {
  visibility: visible;
}
.fancybox-close {
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: right 0.5s ease;
}
.fancybox-full #fancybox-thumbs {
  bottom: -100px;
}
.fancybox-full .fancybox-prev {
  left: -100px;
}
.fancybox-full .fancybox-next,
.fancybox-full .fancybox-close {
  right: -100px !important;
}
.ui-loader {
  display: none;
}
ul#order {
  margin: 0 0 15px;
  overflow: hidden;
}
ul#order li {
  display: inline-block;
}
a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custom_hover strong {
  display: none;
}
/*======================= !TYPOGRAPHY / !TEXT / !FONT =======================*/
h1, h2, h3, h4, h5, h6 {
    color: #151515;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 0;
    position: relative;
}
h1 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 10px;
}
h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 10px;
}
h3 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
}
h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
}
h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}
h6 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}
h1 span.fa, h2 span.fa, h3 span.fa, h4 span.fa, h5 span.fa, h6 span.fa {
    margin-right: 5px;
}
a {
  color: #95c74b;
  text-decoration: none !important;
}
a:hover {
    color: #95c74b;
    text-decoration: none;
}
#footer a:hover {
color:  #95c74b;
}
a:focus {
  outline: none;
  box-shadow: none;
}
span.title {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
span.title strong {
  display: block;
  font-weight: 500;
}
span.title {
  color: #151515;
}
.custom_title strong {
  display: block;
  font-weight: 500;
}
.alert-heading {
  color: inherit;
}
p {
    margin: 0 0 18px 0;
    line-height: 1.4em;
    font-size: 17px;
    color: #151515;
    font-weight: 300;
}
p:last-child {
  margin-bottom: 0;
}
.icons-marker {
  font-size: 15.6px;
  line-height: 19px;
}
ol, ul {
    font-size: 14px;
    line-height: 22px;
    list-style-position: outside;
    margin-bottom: 20px;
    padding: 0 0 0 1em;
}
/*======================= !TOP =======================*/
#top {
  background: #252525;
  color: #ffffff;
  text-shadow: none;
  border: none;
  padding: 8px 0;
}
#top a[href^="callto"]::before {
    content: "\f095";
    font-family: "FontAwesome";
    margin-right: 10px;
}
#top p a[href^="mailto"]::before {
    content: "\f0e0";
    font-family: "FontAwesome";
    margin-right: 10px;
}
#top #search-results {
    border: medium none;
    margin-top: 0;
}
#top #search-results .plugin-title-inner {
    color: #ffffff;
    text-shadow: none;
}
#top .closeajax img {
    margin-top: -4px;
}
#top #search-results .plugin-title.first {
    box-shadow: none;
}
#top #more-result {
    background-color: #252525;
    border: medium none;
    box-shadow: none;
    font-size: 15px;
    padding: 10px;
    width: 100%;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
#top #more-result:hover {
    background-color: #505050;
}
/*======================= !HEADER =======================*/
#header {
    background: #ffffff;
    text-shadow: none;
    border: none;
}
#logo img + h1 {
  font-size: 0;
  line-height: 0;
  height: 0;
  width: 0;
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-indent: -9999px;
}
#logo h1 {
  padding: 0;
}
#logo h1:after {
  display: none;
}
#logo a {
  display: inline-block;
  max-width: 100%;
}
/*======================= !MENU =======================*/
#wrapper .none #js-mainnavcss3.megamenu ul.level1 .childcontent {
    margin-top: -40px; /* Undermenu position fix - skal rettes hvis størrelse bliver ændret */
}
.none .megamenu ul.level0 li.megacss3 span.megacss3 {
    -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.none .megamenu ul.level0 > li.megacss3 span.megacss3:hover, #js-mainnavcss3.megamenu ul.level0 > li.megacss3:hover > span.megacss3 {
    color: #151515; /* Denne skal ændres til hovedmenuens hover farve i modulet */
}
/*======================= !SHOWCASE / !BANNER =======================*/
#showcase .mod-custom {
  margin-bottom: 0;
}
.banner img {
    width: 100%;
}
/*======================= !NAVIGATION =======================*/
#navigation {
    background: #989ea1;
    color: #333;
    text-shadow: none;
    border: none;
    padding-top: 25px;
    text-align: center;
}
#navigation span {
    color: #fff;
    font-size: 14px;
}
.mod-login_userdata .inputbox {
  width: 100%;
}
.mod-breadcrumb {
  background: none;
  border-radius: 0px;/*
  margin: 0px 0px 15px; */
  padding: 0px;
}
.mod-breadcrumb > .active {
  color: #ffffff;
}
.mod-breadcrumb > li {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    line-height: 1em;
    text-shadow: none;
}
.mod-breadcrumb > li .divider {
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    padding: 0 10px;
    text-transform: none;
}
.mod-breadcrumb > li a {
  color: #3a3a3c;
}
.mod-breadcrumb > li a:hover {
  color: #9bbd6b;
}
.scroll-to-fixed-fixed {
  -webkit-transform: translateZ(0);
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
.masonry .item {
  margin-left: 0 !important;
}
/*======================= !FEATURE =======================*/
#feature {
    background: #3a3a3a;
    padding-bottom: 30px;
    padding-top: 60px;
}
/*======================= !MAINTOP =======================*/
#maintop {
    padding: 70px 0 65px 0;
    background: transparent url(/images/BGikoner.jpg) no-repeat fixed center center / cover;
}
#maintop-2 {
    padding: 100px 0;
    background: #fff;
}
/*======================= !CONTENT TOP =======================*/
/*======================= !CONTENT =======================*/
#content {
    padding-bottom: 60px;
    padding-top: 60px;
    background: #eee;
}
.view-product #content {
    padding-bottom: 60px;
    padding-top: 10px;
    background: #989ea1;
}
#component {
  min-height: 0;
}
.item {
  margin-bottom: 20px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info .item_info_dl {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  font-style: italic;
  color: #bababa;
  margin: 0 0 19px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.item_info .item_info_dl dd {
  font-size: 13px;
  margin: 0 19px 0 0;
  display: inline;
}
.item_info .item_info_dl dd > * {
  display: inline;
}
.item_info .item_info_dl dd .item_category-name:before,
.item_info .item_info_dl dd .item_createdby:before,
.item_info .item_info_dl dd .item_hits:before,
.item_info .item_info_dl dd .item_published:before,
.item_info .item_info_dl dd .komento:before {
  font: normal normal normal 12px/1 FontAwesome;
  margin-right: 2px;
}
.item_info .item_info_dl dd .item_category-name:before {
  content: "\f02e";
}
.item_info .item_info_dl dd .item_createdby:before {
  content: "\f007";
}
.item_info .item_info_dl dd .item_hits:before {
  content: "\f039";
}
.item_info .item_info_dl dd .item_published:before {
  content: "\f073";
}
.item_info .item_info_dl dd a {
  color: #3a3a3c;
}
.item_info .item_info_dl dd a:hover {
  color: #9bbd6b;
}
.page-item {
  padding-bottom: 20px;
}
footer.pagination li {
    display: inline-block;
}
footer.pagination span.pagenav, footer.pagination a.pagenav {
    background-color: #3a3a3c;
    margin-right: 5px;
    padding: 10px;
    display: inline-block;
}
footer.pagination span.pagenav {
    color: rgba(255,255,255,0.5);
}
footer.pagination a.pagenav {
    color: #ffffff;
}
footer.pagination a.pagenav:hover {
    color: #ffffff;
    background-color: #9bbd6b;
}
footer.pagination {
    text-align: center;
    width: 100%;
}
footer.pagination ul {
  margin: 0;
}

/*======================= !CONTENT BOTTOM =======================*/
/*======================= !ASIDE / !SIDEBAR =======================*/
#aside-left .moduletable:not(:last-child), #aside-right .moduletable:not(:last-child) {
    margin-bottom: 30px;
}
/*======================= !MAINBOTTOM =======================*/
#mainbottom {
    background: #989ea1;
    padding: 0px 0px 60px;
}
.body_forside #mainbottom {
    padding: 60px 0px 60px;
}
/*======================= !BOTTOM =======================*/
#bottom {
    background: #2b2b2b;
    text-shadow: none;
    border: none;
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
}
/*======================= !Footerbottom =======================*/

#footerbottom {
    background: #2f2f2f;
    text-align: center;
    padding: 15px;
}
#footerbottom p {
    color: #fff;
    font-size: 14px;
}
/*======================= !FOOTER =======================*/
.stick-footer #wrapper {
  min-height: 100%;
  margin: 0 auto -190px;
}
.stick-footer #push,
.stick-footer #footer-wrapper {
  height: 190px;
}
#footer-wrapper {
    background-color: #252525;
}
#footer {
    padding: 60px 0 30px;
}
#footer .moduletable {
  margin-bottom:  30px;
}
#footer header > * {
    color: #fff;
}
#footer .mod-custom * {
    color: #fff;
}
.copyright {
  font-size: 11px;
  padding-top: 17px;
  padding-bottom: 38px;
  text-align: center;
}
.moduletable.mod-198.kurv.col-sm-1 {
    width: auto;
}
.searchbox, .kurv {
  float:  right; 
  background: #fff;
}/*
.mainmenu .module_container {
    margin-top: 24px;
} */
.mainmenu .module_container {
    margin-top: 22px;
}
.kurv .module_container {
    height: 88px;
    padding: 30px 10px 30px 30px;
    margin-top: 3px;
}
.searchbox .module_container {
    height: 88px;
    background: #fff;
    margin-top: 2px;
}

.searchbox, .kurv {
  float: right !important;
  width: auto;
}/*
.kurv:hover {
  background: #333;
} */
.moduletable.mod-169.mainmenu.col-sm-7 {
    width: auto;
    float: left;
}



#maintop-2 .container {
    max-width: 960px;
}
.soaptext h3 {
    font-size: 50px;
    font-weight: 300;
}
.soaptext strong {
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 3px;
    display: inline-block;
}
.soap img {
    margin-top: 12px;
    max-width: 130px;
    height: auto;
}
.mainmenu .module_container {
    text-align: center;
}
#jux_megamenucss3 .megamenu.horizontal.right ul.level0 {
    float: none !important;
}
div#logo {
    text-align: center;
    width: 20%;
    height: auto;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
}
.none .megamenu ul.level0 li.megacss3 a.megacss3, .megamenu ul.level0 li.megacss3 span.megacss3 {
    padding: 10px 15px 10px 15px !important;
}
#search-results .plugin-title {
    background: #3a3a3c !important;
}
html #search-results .plugin-title-inner {
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
}
html #search-results {
    border: 0;
}
#search-results .plugin-title {
    background: #252525;
    padding: 8px 0px;
}
html #search-results .result-element span, html #search-results .result-element:hover span,
html #search-results #search-results-inner .result-element:hover span {
    font-weight: 300 !important;
    font-size: 13px !important;
    padding-left: 5px;
    padding-top: 4px;
}
html .mijoshop #cart a.button #cart-total {
  background: #95c74b;
}

.introbox p, .introbox img {
    display: inline-block;
}
.introbox img {
    margin-right: 30px;
    max-height: 75px;
}
.introbox p {
    color: #fff;
}
#maintop .container {
    max-width: 1280px;
}/*
#feature .moduletable img,
#mainbottom .moduletable img {
    max-height: 200px;
} */
#feature .moduletable,
#mainbottom .moduletable {
  text-align: center;
}
#feature .moduletable p, #feature .moduletable span, #feature .moduletable h3,
 {
  text-align:   left; 
}
#feature .moduletable span, #mainbottom .moduletable span {
    display: inline-block;
    background: #989ea1;
    width: auto;
    position: absolute;
    left: 15px;
    bottom: 0px;
    padding: 15px 20px;
    color: #fff;
}
#feature .moduletable h3 , #mainbottom .moduletable h3, .related-products h4 {
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0;
}
#mainbottom .container, #content .container {
    width:  100%;
    width: calc(100% - 30px);
}/*
#intro .container {
    width: 100%;
    padding: 0;
} */
div#intro {
    padding: 50px 0;
    background: #fff;
}
#feature .moduletable, #mainbottom .moduletable {
  margin-bottom:  30px;
}
/*
#feature .module_container::after */, .view-product #mainbottom .module_container::after {
    background: #95c74b none repeat scroll 0 0;
    border-radius: 16px;
    color: #fff;
    content: "+";
    display: none;
    font-size: 27px;
    font-weight: 300;
    height: auto;
    line-height: 1;
    padding: 0px 8px;
    position: absolute;
    right: 30px;
    top: 15px;
    width: auto;
}
#feature .module_container:hover::after, .view-product #mainbottom .module_container:hover::after {
  display: block;
}
/*
#feature .module_container:hover,
#feature .module_container,
#feature .module_container:hover::after,
#feature .module_container::after {
    -webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
    } */
#footer h5 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
}

button#mc-embedded-subscribe {
    background: #95c74b;
    border-radius: 0;
    padding: 4px 15px;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 15px;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #333;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #333;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #333;
}
html input {
  color: #333 !important;
}
input:focus {
  border-color: #fff !important ;
}

.mod-240 .module_container {
    overflow: hidden;
    min-height: 336px;
}
.mod-236, .mod-235, .mod-239, .mod-240 {
  margin-bottom: 0 !important ;
}

.inspiration .module_container {
 position: relative;
    width: 100%;
}
.inspiration .mod-custom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.inspiration h3, .inspiration p {
  color:  #fff;
  text-shadow: 1px 1px 1px #000;
}
.inspiration h3 {
    font-size: 90px !important;
}
.mod-240 {
  padding: 0 !important;
}
.mod-236 .module_container {
    background: #fff;
    padding: 14% 30px 4% 30px;
}
.mod-236 h3 {
  margin-bottom:  15px !important ;
}
#maintop a {
    color: #fff;
}
.view-product #mainbottom .container {
    width: calc(100% - 30px);
}
.view-product #content .container_oc {
  width: calc(100% - 60px);
}
/**** SHOP ****/

.buy-area #button-cart {
    background-color: #95c74b;
    color: #fff;
    text-transform: uppercase;
}
.mijoshop .image-wrapper .fb-share-button,
span.product-manufacturer {
    display: none;
}
.mijoshop .product-stock i.fa {
    color: #95c74b;
    font-size: inherit;
}
.view-product #mainbottom {
    padding: 0px 0px 60px;
}
.mijoshop #product-main .image-wrapper {
    border: 0;
    padding: 0;
    position: relative;
}
.mijoshop .image-additional a {
    border: 0;
    margin: 0 !important;
}
.mijoshop #product-main .data-area p {
  font-size: 13px !important;
}
span.old-price {
    display: none;
}
.mijoshop .prices span.main-price {
    font-weight: 700;
}
/**** END OF SHOP ****/
/*
div#content_oc {
    padding: 0;
}*/

/*
div#content_oc {
    padding: 0px;
    background: #fff;
    padding: 80px 80px 60px 80px;
} */
div#content_oc {
    background: #989ea1;
    padding: 0 15px;
}
#footer input {
    border-radius: 0;
    max-width: calc(50% - 10px);
    float: left;
}
#footer input {
    border-radius: 0;
    max-width: 49%;
    max-width: calc(50% - 5px);
    float: left;
}
input#mod-mailchimp-subscribe-fname {
	float: right;
}

#navigation li.active span {
    color: #fff !important;
}
.mijoshop #product-description p {
    color: #333;
}
li.megacss3.active.submenu-align-auto, li.megacss3:hover {
    border-bottom: 1px solid #95c74b;
}
li.megacss3 {
    border-bottom: 1px solid #eee;
}
.omgreen .module_container {
    padding: 0 30px;
    background: transparent;
}/*
.moduletable.mod-248.height-after.col-sm-6:before {
    display: block;
    content: "Gøngehusvej 253 - 2970 Hørsholm";
    text-align: center;
    padding: 20px;
    background: #333;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
} */
.mod-248 p {
    background: rgba(58, 58, 60, .9);
    color: #fff;
    text-align: center;
    padding: 20px 0;
}
#content {
    padding-bottom: 60px;
    padding-top: 0;
    background: #989ea1;
}
.top-content {
    background: #ffffff;
    padding: 60px;
    margin-bottom: 40px !important;
}
div#product-main {
    padding: 60px;
}

html #feature .mod-250 .module_container:hover::after {
  display: none;
}
html .mijoshop .product-thumb h3 {
    color: #373737;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 8px;
    text-transform: uppercase;
    width: 100%;
    font-size: 32px !important;
}
p.short {
    color: #808080;
}
.form-control {
  background:  #eee !important;
}
.betallogoer {
    text-align: right;
    padding-top: 32px;
    width: auto;
    float: right;
}
.betallogoer img {
    max-width: 42px;
}
.forsideprodukter h3 {
    margin-bottom: 40px !important;
}
#feature a.module_link_button {
    background-color: #95c74b !important  ;
    color: #fff !important  ;
    margin-top:   0 !important  ;
}
#feature a.module_link_button:hover {
    background-color: #fff !important;
    color: #333 !important;
}
#feature h3 {
    color: #fff;
}

html .mijoshop .product-thumb h4 {
    color: #373737;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 8px;
    text-transform: uppercase;
    width: 100%;
    font-size: 32px !important;
}
select#input-limit, select#input-sort {
    background: #3a3a3a !important;
}
#feature .product-price {
    background: #989ea1 !important;
}
#feature .product-price p {
  color:  #fff !important;
}
article {
    background: #fff;
    padding: 60px !important;
    overflow: hidden;
}
.ba-gallery .span12.category-filter {
    display: none !important;
} 
.mod-253 .module_container {
    background: #252525;
    padding: 30px;
}
input#send {
    background: #95c74b !important;
    color: #fff !important;
    text-transform: uppercase;
}
input#send:hover {
    background: #333 !important;
}
.col-sm-3.control-label.formControlLabel {
    display: none;
}
.col-sm-9.formControls {
    width: 100%;
}
.form-control {
  border: 0 !important;
}
.col-sm-12.col-sm-offset-3 {
    display: none;
}
.form-group.rsform-block.rsform-block-send {
    margin-bottom: 0 !important;
}
.form-group.rsform-block.rsform-block-fritekst p {
    padding: 0px 15px;
}
#aside-right h3 {
    color: #fff;
}
.mod-253 p {
    color: #fff;
}
.product-title span {
    display: none !important;
}
img.articleimage {
    margin-top: -60px;
}
li {
    font-size: 17px;
    font-weight: 300;
}
.smopc-text-danger {
    color: #e02121 !important;
}
.andreprod h3 {
    color: #fff;
    margin-bottom: 30px !important;
}
span.menu-title::after {
  display:  none !important;
}
.level1 li.megacss3 {
    border: none !important;
}
.related-products h4 {
    color: #fff;
}
.level1 span {
    font-size: 17px !important;
    text-transform: none !important;
}
html .rsform-error {
    border: 1px solid #de1c1c !important;
}
.thankyoutext p {
    color: #fff;
} 

.mijoshop.common-home .pull-right a.btn.btn-primary {
  display: none !important;
}
a.result-element .col-sm-4 {
    display: none;
}
a.result-element .col-sm-8 {
  width: 100%;
  padding: 5px 15px !important;
}
a.result-element .title {
    margin-top: 0 !important;
}