.minus-mar-top {
    margin-top: -100px;
}
.about-us-philosophy {
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-us-philosophy > div > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.about-us-philosophy > div > div > div {
    /* margin: auto; */
}
.about-us-points {
    min-height: 50vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.about-us-points > .fp-icons {
    margin: auto;
}
.fp-icons > div > div > img {
    max-width: 165px;
}
.about-us-headline > h2 {
    margin: 0;
    padding: 0;
    font-size: 50px;
}
.product-category {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 400px;
    background-color: #c1c1c1;
    transition: background-color .3s;
    background-clip: content-box;
    padding: 0 10px;
}
.product-category:hover {
    background-color: #a1a1a1;
    transition: background-color .3s;
    cursor: pointer;
}
.product-category > div > h2 {
    color: #fff;
}
.container {
    width: 1400px !important;
    max-width: 100vw;
}
.hero {
    margin: 2px -45px;
}
html { height: 100%; }
body {
    position: relative;
    padding: 98px 0 0 0; 
    margin: 0px;
    min-height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #333;
    overflow-x: hidden;
    background: url(/images/1/polygon_background_image.png);
}
img { max-width: 100%; }
.image-circle { border-radius: 50%; }
a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
::selection {
    background: #a6b5ba;
    color: #fff;
}
::-moz-selection {
    background: #a6b5ba;
    color: #d2dadc;
}
h1{ 
    color: #333b3f; 
    font-family: 'overpass-bold';
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 25px;
    padding-top: 25px;
}
h2{
    font-family: 'overpass-bold';
    padding-bottom: 15px;
    padding-top: 15px;

}
h3,
h4,
h5,
h6 {
    font-family: 'roboto-bold';
    font-family: 'Open Sans', sans-serif;
}

h2 { 
    color: #333b3f; 
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}
h3 {
    margin-bottom: 20px;
    text-transform: none;
    font-weight: 400;
    padding-bottom: 5px;
}
h4 {
    font-size: 12px;
    font-weight: 300;
}
h5 {
    font-size: 21px;
    color: #fff;
    font-weight: 200;
}
a, span, text, p, div {
    font-weight: 100;
    font-family: 'roboto-light';
}
a { color: #333; }
a:hover { color: #a6b5ba; }
p { line-height: 22px }
hr { border-color: #dfdcdf }
.small-hr {
    display: block;
    margin: 20px auto;
    width: 50px;
    border-width: 3px;
}
.white-hr { border-color: #fff; }
.text-white, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6 { color: #fff; }
.text-black, .text-black h1, .text-black h2, .text-black h3, .text-black h4, .text-black h5, .text-black h6 { color: #000; }
.color1 { color: #a6b5ba; }
.color2 { color: #333; }
.color3 { color: #333b3f; }
.bg-color1 { background-color: #a6b5ba; }
.bg-color2 { background-color: #333; }
.bg-color3 { background-color: #333b3f; }
/* Background colors */
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black { color: #f9f9f9 !important }
.bg-gray { background-color: #f9f9f3 !important }
.bg-black { background-color: #222222 !important }
.bg-red { background-color: #f56954 !important }
.bg-yellow { background-color: #f39c12 !important }
.bg-aqua { background-color: #00c0ef !important }
.bg-blue { background-color: #0073b7 !important }
.bg-light-blue { background-color: #3c8dbc !important }
.bg-green { background-color: #00a65a !important }
.bg-navy { background-color: #001f3f !important }
.bg-teal { background-color: #39cccc !important }
.bg-olive { background-color: #3d9970 !important }
.bg-lime { background-color: #01ff70 !important }
.bg-orange { background-color: #ff851b !important }
.bg-fuchsia { background-color: #f012be !important }
.bg-purple { background-color: #932ab6 !important }
.bg-maroon { background-color: #85144b !important }
.mar-t-0 { margin-top: 0 !important; }
.mar-t-10 { margin-top: 10px; }
.mar-t-20 { margin-top: 20px; }
.mar-t-30 { margin-top: 30px; }
.mar-t-40 { margin-top: 40px; }
.mar-t-50 { margin-top: 50px; }
.mar-t-60 { margin-top: 60px; }
.mar-t-70 { margin-top: 70px; }
.mar-t-80 { margin-top: 80px; }
.mar-t-90 { margin-top: 90px; }
.mar-t-100 { margin-top: 100px; }
.mar-r-0 { margin-right: 0 !important; }
.mar-r-10 { margin-right: 10px; }
.mar-r-20 { margin-right: 20px; }
.mar-r-30 { margin-right: 30px; }
.mar-r-40 { margin-right: 40px; }
.mar-r-50 { margin-right: 50px; }
.mar-r-60 { margin-right: 60px; }
.mar-r-70 { margin-right: 70px; }
.mar-r-80 { margin-right: 80px; }
.mar-r-90 { margin-right: 90px; }
.mar-r-100 { margin-right: 100px; }
.mar-b-0 { margin-bottom: 0 !important; }
.mar-b-10 { margin-bottom: 10px; }
.mar-b-20 { margin-bottom: 20px; }
.mar-b-30 { margin-bottom: 30px; }
.mar-b-40 { margin-bottom: 40px; }
.mar-b-50 { margin-bottom: 50px; }
.mar-b-60 { margin-bottom: 60px; }
.mar-b-70 { margin-bottom: 70px; }
.mar-b-80 { margin-bottom: 80px; }
.mar-b-90 { margin-bottom: 90px; }
.mar-b-100 { margin-bottom: 100px; }
.mar-l-0 { margin-left: 0 !important; }
.mar-l-10 { margin-left: 10px; }
.mar-l-20 { margin-left: 20px; }
.mar-l-30 { margin-left: 30px; }
.mar-l-40 { margin-left: 40px; }
.mar-l-50 { margin-left: 50px; }
.mar-l-60 { margin-left: 60px; }
.mar-l-70 { margin-left: 70px; }
.mar-l-80 { margin-left: 80px; }
.mar-l-90 { margin-left: 90px; }
.mar-l-100 { margin-left: 100px; }
.mar-tb-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.mar-tb-10 { margin-top: 10px; margin-bottom: 10px; }
.mar-tb-20 { margin-top: 20px; margin-bottom: 20px; }
.mar-tb-30 { margin-top: 30px; margin-bottom: 30px; }
.mar-tb-40 { margin-top: 40px; margin-bottom: 40px; }
.mar-tb-50 { margin-top: 50px; margin-bottom: 50px; }
.mar-tb-60 { margin-top: 60px; margin-bottom: 60px; }
.mar-tb-70 { margin-top: 70px; margin-bottom: 70px; }
.mar-tb-80 { margin-top: 80px; margin-bottom: 80px; }
.mar-tb-90 { margin-top: 90px; margin-bottom: 90px; }
.mar-tb-100 { margin-top: 100px; margin-bottom: 100px; }
.pad-t-0 { padding-top: 0 !important; }
.pad-t-10 { padding-top: 10px; }
.pad-t-20 { padding-top: 20px; }
.pad-t-30 { padding-top: 30px; }
.pad-t-40 { padding-top: 40px; }
.pad-t-50 { padding-top: 50px; }
.pad-t-60 { padding-top: 60px; }
.pad-t-70 { padding-top: 70px; }
.pad-t-80 { padding-top: 80px; }
.pad-t-90 { padding-top: 90px; }
.pad-t-100 { padding-top: 100px; }
.pad-r-0 { padding-right: 0 !important; }
.pad-r-10 { padding-right: 10px; }
.pad-r-20 { padding-right: 20px; }
.pad-r-30 { padding-right: 30px; }
.pad-r-40 { padding-right: 40px; }
.pad-r-50 { padding-right: 50px; }
.pad-r-60 { padding-right: 60px; }
.pad-r-70 { padding-right: 70px; }
.pad-r-80 { padding-right: 80px; }
.pad-r-90 { padding-right: 90px; }
.pad-r-100 { padding-right: 100px; }
.pad-b-0 { padding-bottom: 0 !important; }
.pad-b-10 { padding-bottom: 10px; }
.pad-b-20 { padding-bottom: 20px; }
.pad-b-30 { padding-bottom: 30px; }
.pad-b-40 { padding-bottom: 40px; }
.pad-b-50 { padding-bottom: 50px; }
.pad-b-60 { padding-bottom: 60px; }
.pad-b-70 { padding-bottom: 70px; }
.pad-b-80 { padding-bottom: 80px; }
.pad-b-90 { padding-bottom: 90px; }
.pad-b-100 { padding-bottom: 100px; }
.pad-l-0 { padding-left: 0 !important; }
.pad-l-10 { padding-left: 10px; }
.pad-l-20 { padding-left: 20px; }
.pad-l-30 { padding-left: 30px; }
.pad-l-40 { padding-left: 40px; }
.pad-l-50 { padding-left: 50px; }
.pad-l-60 { padding-left: 60px; }
.pad-l-70 { padding-left: 70px; }
.pad-l-80 { padding-left: 80px; }
.pad-l-90 { padding-left: 90px; }
.pad-l-100 { padding-left: 100px; }
.pad-tb-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
.pad-tb-10 { padding-top: 10px; padding-bottom: 10px; }
.pad-tb-20 { padding-top: 20px; padding-bottom: 20px; }
.pad-tb-30 { padding-top: 30px; padding-bottom: 30px; }
.pad-tb-40 { padding-top: 40px; padding-bottom: 40px; }
.pad-tb-50 { padding-top: 50px; padding-bottom: 50px; }
.pad-tb-60 { padding-top: 60px; padding-bottom: 60px; }
.pad-tb-70 { padding-top: 70px; padding-bottom: 70px; }
.pad-tb-80 { padding-top: 80px; padding-bottom: 80px; }
.pad-tb-90 { padding-top: 90px; padding-bottom: 90px; }
.pad-tb-100 { padding-top: 100px; padding-bottom: 100px; }
@font-face {
  font-family: roboto-light;
  src: url(/images/238/robotolight.ttf);
}
@font-face {
  font-family: roboto-regular;
  src: url(/images/238/robotoregular.ttf);
}
@font-face {
  font-family: roboto-medium;
  src: url(/images/238/robotomedium.ttf);
}
@font-face {
  font-family: roboto-bold;
  src: url(/images/238/robotobold.ttf);
}
@font-face {
  font-family: overpass-bold;
  src: url(/images/239/overpassbold.ttf);
}
.full-row { 
    position: relative; 
}
.full-row:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 100vw;
    min-height: 100%;
    background-color: inherit;
    content: '';
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.parallax-row { position: relative; }
.parallax-row:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 100vw;
    min-height: 100%;
    background-color: rgba(0,0,0,.7);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0;
    background-size: cover;
    content: '';
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.webkit .parallax-row:before { background-position: 50vw; }

.image1:before { 
    background-image: url(/images/95/baggrund_bjerge.jpg); 
}

/*navigation*/
.green-accent-top {
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 3px;
    background-color: #74ab2d;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}
.green-accent-bottom {
    position: absolute;
    top: -3px;
    left: 0;
    height: 3px;
    background-color: #74ab2d;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}
.head-section { 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    z-index: 1030;
}
.head-section.scrolled { 
    background-color: #333;
    transition: all .6s;
}
.head-section .navbar {
    margin-bottom: 0;
}
.logo {
    max-width: 165px;
    float: left;
    transition: max-width .3s;
}
.navbar-default { border: none }
.navbar-brand {
    color: #bcc0cd;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.navbar-brand span { color: #a6b5ba; font-weight: 600; }
.head-section .navbar-collapse  ul.navbar-nav {
    float: right;
    margin-right: 0;
    z-index: 199;
}
.head-section .navbar-default { background-color: rgba(0,0,0,0) }
.head-section .nav li a,
.head-section .nav li.active ul.dropdown-menu li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    background: none;
}
ul.dropdown-menu { border: none }
.head-section .nav li a:hover,
.head-section .nav li a:focus,
.head-section .nav li.active a,
.head-section .nav li.active a:hover,
.head-section .nav li a.dropdown-toggle:hover,
.head-section .nav li a.dropdown-toggle:focus {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.head-section .navbar-default .navbar-nav > .open > a,
.head-section .navbar-default .navbar-nav > .open > a:hover,
.head-section .navbar-default .navbar-nav > .open > a:focus,
.head-section .nav li ul.dropdown-menu li a:hover,
.head-section .nav li ul.dropdown-menu li.active a  {
    color: #fff;
    background-color: #a6b5ba;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.head-section .navbar {
    display: flex;
    flex-direction: row;
    position: static;
    min-height: 75px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.head-section .navbar > div:first-child {
    margin: auto auto auto 0;
}
.head-section .navbar > div:last-child {
    margin: auto 0 auto auto;
}
.head-section .navbar-nav > li {
    padding-bottom: 10px;
    padding-top: 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.head-section.scrolled .navbar-brand { margin-top: 20px; }
.head-section.scrolled .navbar { min-height: 50px; }
.head-section.scrolled .navbar-nav > li {
    padding-bottom: 10px;
    padding-top: 10px;
}
.head-section.scrolled .navbar-header .logo {
    max-width: 150px;
    transition: max-width .3s;
}

.head-section ul.navbar-nav li:last-child() { margin-left: 10px !important }
.head-section  .navbar-nav > li > a {
    padding-bottom: 5px;
    padding-top: 5px;
    margin-left: 2px;
    line-height: 30px;
    border-bottom: solid 3px transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.dropdown > a:after {
    margin: 0 0 0 5px;
    font-family: 'FontAwesome';
    content: '\f107';
}
.dropdown-menu li a:hover { color: #fff !important }
.dropdown-menu { 
    border: 1px solid #eee;
    border-top: none;
}
.head-section .nav li .dropdown-menu {
    right: auto;
    left: 50%;
    padding: 0;
    background-color: #333;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.head-section .nav li .dropdown-menu li a {
    line-height: 30px;
    padding: 3px 12px;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.head-section .nav li:hover .dropdown-menu { display: block; }
.head-section .navbar-nav > .megamenu { position: static; }
.head-section .navbar-nav > .megamenu > .dropdown_item {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0 20px;
    max-height: 0;
    background-color: #fff;
    border-bottom: solid 1px #eee;
    overflow: hidden;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.head-section .navbar-nav > .megamenu:hover > .dropdown_item {
    padding: 20px;
    max-height: 460px; 
}
.head-section .navbar-nav > .megamenu > .dropdown_item .breadcrumbs {
    display: none;
}
.head-section .navbar-nav > .megamenu > .dropdown_item .megamenu-list { 
    margin: 0 -15px;
    padding: 0;
    list-style: none;
}
.head-section .navbar-nav > .megamenu > .dropdown_item .megamenu-list > li {
    display: block;
    position: relative;
    margin: 15px 0;
    padding: 0 15px;
    width: 20%;
    height: 100px;
    text-align: center;
    line-height: 100px;
    float: left;
    overflow: hidden;
    z-index: 1032;
}
.head-section .navbar-nav > .megamenu > .dropdown_item .megamenu-list > li > a {
    display: block;
    width: 100%;
    font-family: 'Amiri', serif;
    font-style: italic;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    background-color: rgba(0,0,0,.25);
}
.head-section .navbar-nav > .megamenu > .dropdown_item .megamenu-list > li img {
    position: absolute;
    top: 0;
    right: 15px;
    left: 15px;
    width: 204px;
    z-index: -1;
}
/*search*/
.head-section .navbar-collapse .search-bar {
    display: none;
    padding-top: 30px;
    margin-left: 10px;
    width: 50px;
    float: right; 
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.head-section.scrolled .navbar-collapse .search-bar { padding-top: 16px; }

.head-section .navbar-collapse .search-bar.active {
    width: 190px;
}
.head-section .navbar-collapse .search-bar > svg {
    padding: 8px 0 8px 8px;
    width: 34px;
    height: 34px;
    border: solid 1px transparent;
    border-right: 0;
    fill: #a6b5ba;
    cursor: pointer;
    float: left;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.head-section .navbar-collapse .search-bar.active > svg {
    border-color: #a6b5ba;
}
.search {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    width: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid transparent;
    border-left: none;
    box-shadow: none;
    background: transparent;
    padding: 0 8px 0 0;
    font-size: 12px;
    color: #a6b5ba;
    float: left;
}
.search:focus {
    padding: 0 8px;
    width: calc(100% - 34px);
    font-size: 12px;
    border-color:#a6b5ba;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.search::-webkit-input-placeholder {
    font-family: 'Open Sans', sans-serif;
   font-size: 12px;
}
.search:-moz-placeholder {
    font-family: 'Open Sans', sans-serif;
   font-size: 12px; 
}
.search::-moz-placeholder {
    font-family: 'Open Sans', sans-serif;
   font-size: 12px; 
}
.search:-ms-input-placeholder {  
    font-family: 'Open Sans', sans-serif;
   font-size: 12px;
}
/* Frontpage slider customization */
.slick-initialized .slick-slide.slick-active .slider-caption > .slider-caption-headline {
    font-size: 55px !important;
    font-family: 'overpass-bold' !important;
}
.slick-initialized .slick-slide.slick-active .slider-caption > .slider-caption-content {
    font-size: 26px !important;
    font-family: 'roboto-regular'!important;
    
}
.slick-initialized img {
    min-height: 100% !important;
    width: auto !important;
    min-width: 100% !important;
    max-width: none !important;
    margin-left: 50% !important;
    transform: translateX(-50%);
}
/* grades */


/* Business-partners */
.business-partners .slick-slide > div > div > img {
    min-width: unset !important;
}
/* header */
@media (min-width: 768px) {
    header .flex-direction-nav a {
        margin-top: -64px;
        width: 128px;
        height: 128px;
        opacity: 0;
    }
    header .flex-direction-nav a:before {
        width: 100%;
        height: 100%;
        content: '';
        opacity: 1;
    }
    header .flex-direction-nav a.flex-next:before {
        background-image: url(arrow-next.png);
        background-size: 100%;
        content: '';
    }
    header .flex-direction-nav a.flex-prev:before {
        background-image: url(arrow-prev.png);
        background-size: 100%;
        content: '';
    }
    header .slider-caption-headline {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 75px;
        text-transform: uppercase;
        font-weight: 700;
        color: #fff;
        opacity: 0;
        text-shadow: rgba(0,0,0,.35) 0 0 1em,rgba(0,0,0,.35) 0 2px .1em;
        -webkit-transition: all .5s ease-out 1s;
        -moz-transition: all .5s ease-out 1s;
        -ms-transition: all .5s ease-out 1s;
        -o-transition: all .5s ease-out 1s;
        transition: all .5s ease-out 1s;
    }
    header .flex-active-slide .slider-caption-headline {
        top: 120px;
        opacity: 1;
    }
    header .slider-caption-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 35px;
        text-transform: none;
        font-weight: 700;
        color: #fff;
        opacity: 0;
        text-shadow: rgba(0,0,0,.35) 0 0 1em,rgba(0,0,0,.35) 0 2px .1em;
        -webkit-transition: all .5s ease-out 1.5s;
        -moz-transition: all .5s ease-out 1.5s;
        -ms-transition: all .5s ease-out 1.5s;
        -o-transition: all .5s ease-out 1.5s;
        transition: all .5s ease-out 1.5s;
    }
    header .flex-active-slide .slider-caption-content {
        top: 200px;
        opacity: 1;
    }
}
@media (max-width: 767px) {

    header .flex-direction-nav { display: none; }
    header .slider-caption { display: none; }
}
/* slider */
.flexslider_container {
    margin: 0;
}
.flexslider {
    margin: 0;
    border: 0;
    background-color: transparent;
}
/* front-page */
.feature-head h1 {
    color: #797979;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 20px;
}

.frontbox {
    position: relative;
    margin: -100px 0 0;
    background-color: #fff;
    padding: 30px 15px;
    z-index: 3;
}

.frontbox.first { padding-left: 30px; }
.frontbox.last { padding-right: 30px; }

.whitebox{
    background-color: #fff;
    padding: 60px 15px 30px 15px;
}

.empty-pagination {
    margin: 5px 0;
}

/* buttons */
.btn-standard, #contactForm_submit_btn {
    background: #333b3f;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px padding: 20px 40px;
    margin-top: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.btn-standard:hover,
.btn-standard:focus,
#contactForm_submit_btn:hover,
#contactForm_submit_btn:focus {
    background: #a6b5ba;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.btn-subtle {
    background-color: #333b3f;
    color: #fff;
    height: 45px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.btn-subtle:hover,
.btn-subtle:focus {
    background-color: #333;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
/* inputs */
.newsletter-input {
    height: 45px;
    border: none;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    margin-left: -1px;
    box-shadow: none;
}
.newsletter-input:focus {
    box-shadow: none;
}
/* Breadcrumbs */
.breadcrumbs {
    background: #34495e;
    color: #fff;
    padding: 30px 0;
    margin-bottom: 40px;
}
.breadcrumb {
    margin-bottom: 0;
    line-height: 63px;
    background: none;
}
.breadcrumb li a { color: #48cfad }
.breadcrumb li.active { color: #fff }
.breadcrumbs h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin: 3px 0 0;
    text-transform: uppercase;
}
/* Products */
/* Masonry */
/*.product_container {
    display: block;
    position: relative;
    -moz-column-count: 4;
    -moz-column-gap: 15px;
    -webkit-column-count: 4;
    -webkit-column-gap: 15px;
    column-count: 4;
    column-gap: 15px;
    z-index: 1;
}

.product_container > .single-product {
    position: relative;
    display: inline-block;
    padding: 0 0 15px;
    z-index: 2;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.webkit .product_container > .single-product { display: block; }

.product_container > .single-product > .single-product-container {
    position: relative;
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.product_container > .single-product > .single-product-container:after  {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.product_container > .single-product:hover {
    z-index: 3;
}
.product_container > .single-product:hover > .single-product-container:after { opacity: 1; }
.product_container > .single-product img {
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.product_container > .single-product:hover img { opacity: 0.75; }
.product_container > .single-product h4 { 
    font-size: 14px; 
    font-weight: 400;
}
.product_container > .single-product h4 > a { color: #797979; }
.product_container > .single-product h4 > a:hover { color: #000; }
.product_container > .single-product .price { font-size: 12px; }
.product_container > .single-product .price > span, .product_container > .single-product .price > .new-price > span {
    margin: 0 0 0 2px;
    font-size: 20px;
    color: #333;
    font-weight: 700;
}

.product_container > .single-product .price > .old-price { 
    display: block;
    font-size: 12px; 
    text-decoration: line-through;
}

.product_container > .single-product .price > .new-price { 
    font-size: 12px; 
    font-weight: 400;
    color: #797979;
}
*/
/* regulær produktviser */
.product_container {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
}
.product_container > .single-product {
    width: 33%;
    padding: 15px;
    height: 450px;
    position: relative;
}
.product_container > .single-product > div {
    background-color: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 15px 15px 0 15px;
    border: 1px solid transparent;
    transition: box-shadow .3s ease-out;
}
.product_container > .single-product > div:hover {
    box-shadow: 0px 0px 9px #c1c1c1;
    border: 1px solid #c9c9c9;
    transition: box-shadow .3s ease-in;
}
.product_container > .single-product > div > .image-container {
    padding: 15px;
    position: relative;
    overflow: hidden;
    margin: 0 auto 0 0;
    height: 75%;
    width: 100%;
}
.product_container > .single-product > div > .image-container img {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
}
.product_container > .single-product > div > .info-container {
    margin: auto;
    text-align: center;
}
.product_container > .single-product > div > .info-container > h4 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 400;
}
.product_container > .single-product > div > .info-container .price > .old-price {
    font-size: 10px;
    text-decoration: line-through;
    color: #c1c1c1;
    margin: 5px;
}
    
/**/
/* Standard products */
.product-grid { 
    position: relative; 
    padding-bottom: 50px;
}
.product-grid.onsale:before {
    position: absolute;
    top: 15px;
    left: 15px;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: #a6b5ba;
    border-radius: 50%;
    content: '%';
    z-index: 10;
}
.product-grid.novelty_item:after {
    position: absolute;
    top: 60px;
    left: 15px;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: #333;
    border-radius: 50%;
    content: 'NY!';
    z-index: 10;
}
.product-grid > .image-container {
    position: relative;
    overflow: hidden;
}
.product-grid > .image-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.product-grid > .info-container {
    padding: 30px 0;
    text-align: center;
    border-bottom: solid 1px #e6e6e6;
}
.product-grid:hover > .info-container { border-color: #808080; }
.product-grid > .info-container > h4 > a {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #555;
    font-size: 14px;
    letter-spacing: .8;
    height: 40px;
    overflow: hidden;
}
.product-grid > .info-container > h4 > a:hover { text-decoration: none; }
.product-grid > .info-container {
    color: #555;
    font-size: 18px;
}
.product-grid > .info-container .old-price {
    color: #999;
    text-decoration: line-through;
}

.product_container > .novelty_item:before {
    display: block;
    position: absolute;
    top: 15px;
    right: 7px;
    width: 10px;
    height: 10px;
    border: solid 5px;
    border-color: transparent transparent #35423a #35423a;
    content: '';
    z-index: -1;
}
.product_container > .novelty_item:after {
    display: block;
    position: absolute;
    padding: 5px 25px 5px 10px;
    top: 25px;
    right: 7px;
    color: #fff;
    text-transform: uppercase;
    background-color: #7a9184;
    -webkit-box-shadow: -2px 1px 5px 0 rgba(0,0,0,.3);
    box-shadow: -2px 1px 5px 0 rgba(0,0,0,.3);
    content: 'Nyhed';
    z-index: 3;

}

.product_container > .onsale:before {
    display: block;
    position: absolute;
    top: 15px;
    right: 7px;
    width: 10px;
    height: 10px;
    border: solid 5px;
    border-color: transparent transparent #735b37 #735b37;
    content: '';
    z-index: -1;
}
.product_container > .onsale:after {
    display: block;
    position: absolute;
    padding: 5px 25px 5px 10px;
    top: 25px;
    right: 7px;
    color: #fff;
    text-transform: uppercase;
    background-color: #ad8d5b;
    -webkit-box-shadow: -2px 1px 5px 0 rgba(0,0,0,.3);
    box-shadow: -2px 1px 5px 0 rgba(0,0,0,.3);
    content: 'Tilbud';
    z-index: 3;
}

/* Detaljse visning */
.product-image-container { 
    max-width: 100%; 
    margin-top: 50px;
    padding: 10px;
    background-color: #fff;
}
.product_thumbnail_img > img {
    width: 25%;
    padding: 0 15px;
    border-right: solid 1px #e0e0e0;
}
.product_thumbnail_img { padding: 20px 0 0; }
.product_thumbnail_img > img:last-child { border: none; }
.product-desc { margin-bottom: 20px; }
.product-extra-info { font-size: 13px; }
.product-price {
    margin: 20px 0 30px;
    font-size: 26px;
    font-weight: 300;
    color: #000;
}
.product-controls { margin: 0 0 30px; }
.product-controls:after {
    display: block;
    content: '';
    clear: both;
}
.product-controls > .product_quantity {
    display: block;
    margin: 0 10px 0 0;
    padding: 11px;
    width: calc(50% - 10px);
    text-align: center;
    font-size: 18px;
    color: #000;
    background-color: #f0f0f0;
    border: solid 1px #e0e0e0;
    outline: none;
    border-radius: 3px;
    float: left;
}
.product-controls > .addToBasket {
    display: block;
    margin: 0 0 0 10px;
    padding: 12px 0;
    width: calc(50% - 10px);
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #a6b5ba;
    border-radius: 3px;
    float: left;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.product-controls > .addToBasket:hover { opacity: .8; }
.product-controls > .addToBasket > .basket-icon {
    margin: 0;
    width: 0;
    font-size: 14px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.product-controls > .addToBasket:hover > .basket-icon {
    margin: 0 0 0 10px;
    width: 16px;
    opacity: 1;
}
.product-controls > .nice-select {
    display: block;
    margin: 0 0 20px;
    padding: 11px;
    width: 100%;
    height: auto;
    line-height: 1.4;
    text-align: center !important;
    font-size: 18px;
    color: #000;
    background-color: #f0f0f0;
    border: solid 1px #e0e0e0;
    float: none;
}
.product-controls > .nice-select > span {
    display: block;
    width: calc(100% - 15px);
    overflow: hidden;
}
.product-controls .nice-select .list {
    width: 100%;
}
.fb-like.fb_iframe_widget, .fb-like.fb_iframe_widget > span, .fb-like.fb_iframe_widget > span > iframe { width: 100% !important; }
.long-info, .related-products { margin-top: 70px; }
.long-info h4 {
    margin-top: 20px;
    font-weight: 300;
    text-transform: uppercase;
}
.related-product {
    padding: 15px;
    text-align: center;

}
.related-products H3 {
    color: #333b3f ;
}


.related-product > a {
    display: block;
    padding: 10px;
    background-color: #fff;
}

.related-product .image-container { 
    position: relative;
}

.related-product > h4 {
    height: 20px;
    overflow: hidden;
}
.related-product > h4 > a {
    color: #555;
    text-transform: none;
    font-weight: 300;
    font size: 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.related-product > h4 > a:hover {
    color: #a6b5ba;
}
.product-back-link {
    display: inline-block;
    margin-top: 30px;
    padding: 9px;
    width: 120px;
    text-align: center;
    color: #fff;
    background-color: #a6b5ba;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.product-back-link > i {
    margin: 3px 0 0 -50px;
    width: 0;
    overflow: hidden;
    opacity: 0;
    float: left;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.product-back-link:hover {
    color: #fff;
    opacity: .8; 
}
.product-back-link:hover > i {
    margin: 3px 0 0;
    width: 15px;
    opacity: 1;
}
section .index_view.megamenu-list {
    margin: 50px -15px;
    padding: 0;
    list-style: none;
}
section .index_view.megamenu-list:after {
    display: block;
    content: '';
    clear: both;
}
section .index_view.megamenu-list > li {
    padding: 15px;
    float: left;
    width: 33.33333%;
}
section .index_view.megamenu-list > li > a {
    position: relative;
    display: block;
    line-height: 180px;
    text-align: center;
    color: #fff;
    font-family: 'Amiri', serif;
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    background-color: rgba(0,0,0,.25);
}
section .index_view.megamenu-list > li > a > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
/* fake components */
.icon-box { margin-bottom: 30px; }
.icon-box .icon {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    text-align: center;
    border: solid 2px #a6b5ba;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.icon-box .icon > .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #a6b5ba;
    font-size: 24px;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.icon-box .icon:hover { background-color: #a6b5ba; }
.icon-box .icon:hover > .fa { color: #fff; }
/* contact */
.google-map { margin: 0 -15px; }
/* footer */
.footer {
    .position: absolute;
    bottom: 0;
    left: 0;
    background: #333;
    color: #fff;
    padding: 0;
    display: inline-block;
    width: 100%;
    font-weight: 300;
    position: relative;
}
.footer a { color: #fff; }
.footer h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
}
.footer-big {
    padding: 50px 0;
    height: 500px;
    display: flex;
}
.footer-big > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-big > div > div > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.footer-big > div > div:first-child > div > img {
    margin: auto;
}
.footer-big > div > div:last-child {
    padding: 50px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.footer-small {
    background-color: #74AB2D;
    margin-top: -6px;
    padding-top: 5px;
}
.footer-small > div > div > div {
    text-align: center;
    padding: 5px 0;
}
.footer-col {
    margin: auto;
}
address {
    margin-bottom: 0;
}
address p {
    text-align: left;
    margin-bottom: 10px;
}
adress > p:last-child {
    margin: 0;
}
address .fa {
    margin-right: 10px;
}
.page-footer-list {
    margin: 0;
    padding: 0 50px 0 0;
    list-style: none;
}
.page-footer-list li {
    position: relative;
    padding: 0 0 0 15px;
    line-height: 35px;
    border-bottom: 1px dashed #636F79;
}
.page-footer-list li:before {
    position: absolute;
    top: 1px;
    left: 0;
    font-family: 'FontAwesome';
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    content: '\f105';
}
.page-footer-list li > a { 
    display: block;
    color: #fff; 
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.page-footer-list li:hover > a { color: #a6b5ba; }
.page-footer-list li:hover:before {
    padding: 0 5px;
}
.opening-hours > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.opening-hours > ul > li > span {
    display: inline-block;
    width: 60px;
    margin: 0 15px 0 0;
}
footer .half {
    margin: 20px 0 0 0;
    padding: 0 15px;
    width: 49%;
    float: left;
}
.social-link-footer li {
    float: right;
    margin: 5px 10px 5px 0px;
    padding-bottom: 5px;
}
.social-link-footer li a {
    color: #fff;
    background-color: rgba(255,255,255,.2);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    float: left;
    text-align: center;
    font-size: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.social-link-footer li a:hover {
    background-color: #a6b5ba;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.copyright {
    color: #fff;
    line-height: 65px;
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: #a6b5ba;
}
#to-top {
    position: fixed;
    right: 100px;
    bottom: 20px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #ccc;
    background-color: rgba(0,0,0,.35);
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#to-top:hover {
    color: #fff;
    background-color: #a6b5ba;
}
@media (max-width: 1199px) {
    .head-section .navbar-nav > .megamenu > .dropdown_item .megamenu-list > li {
        height: 82px;
        line-height: 82px;
    }
    .head-section .navbar-nav > .megamenu > .dropdown_item .megamenu-list > li img {
        width: 164px;
    }
    
    section .index_view.megamenu-list > li > a {
        line-height: 146px;
    }
    
    .product_container {
        -moz-column-count: 3;
        -moz-column-gap: 15px;
        -webkit-column-count: 3;
        -webkit-column-gap: 15px;
        column-count: 3;
        column-gap: 15px;
    }
}
@media (max-width: 991px) {
    .logo {
        width: 30px;
        margin: 0 5px 0 0;
    }
    .navbar-brand {
        font-size: 17px;
    }
    .nav>li>a {
        padding: 10px;
    }
    .navbar.navbar-default.navbar-static-top.container {
        width: auto;
    }
    .head-section .navbar-nav > .megamenu > .dropdown_item > .container {
        width: auto;
    }
    .head-section .navbar-nav > .megamenu > .dropdown_item .megamenu-list > li {
        height: 77px;
        line-height: 77px;
    }
    .head-section .navbar-nav > .megamenu > .dropdown_item .megamenu-list > li > a { 
        overflow: hidden;
    }
    .head-section .navbar-nav > .megamenu > .dropdown_item .megamenu-list > li img {
        width: 154px;
    }
    section .index_view.megamenu-list > li > a {
        line-height: 110px;
    }
    
    .product_container {
        -moz-column-count: 2;
        -moz-column-gap: 15px;
        -webkit-column-count: 2;
        -webkit-column-gap: 15px;
        column-count: 2;
        column-gap: 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .search {
        position: absolute;
        right: 0;
        background: #fff url("search-icon.png") no-repeat 10px 8px;
    }
    
    .head-section .navbar-nav > li:last-child {
        width: 50px;
    }
}
@media (max-width: 767px) {
    .product_container > .single-product {
        width: 50%;
    }
    body { padding-top: 85px; }
    .navbar.navbar-default.navbar-static-top.container { padding: 0; }
    .navbar-brand { 
        margin: auto auto auto 0;
        line-height: 1.4;
        height: auto;
    }
    .head-section.scrolled .navbar-brand { margin: 0; }
    .navbar.navbar-default.navbar-static-top.container > .navbar-header {
        display: flex;
        flex-direction: row-reverse;
        margin: 0;
        padding: 15px;
        width: 100%;
        height: 85px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .head-section.scrolled .navbar.navbar-default.navbar-static-top.container > .navbar-header { 
        height: 65px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    
        
    }
    .product-image-container {
        margin-top: 90px;
    }
    .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
        margin: auto 0 auto auto;
        padding: 8px 10px;
        color: #fff;
        text-transform: uppercase;
        background-color: #a6b5ba;
        border: none;
        border-radius: 3px;
    }
    @media (max-width: 550px) {
        .product_container > .single-product {
            width: 100%;
        }
    }
    .navbar-toggle > .fa {
        margin: 0 0 0 10px;
    }
    .navbar-default .navbar-collapse { max-height: 280px; }
    .head-section .navbar-collapse ul.navbar-nav { 
        display: block;
        margin: 0;
        padding: 13px 15px;
        width: 100%;
        float: none;
    }
    .head-section .navbar-nav > li, .head-section.scrolled .navbar-nav > li { padding: 2px 0; }
    .dropdown > a:after {
        position: absolute;
        top: 5px;
        right: 15px;
        color: inherit;
        font-family: 'FontAwesome';
        content: '\f107';
    }
    .head-section .nav li .dropdown-menu {
        position: relative;
        top: 0;
        margin: 0 0 0 2px;
        float: none;
        box-shadow: none;
        background-color: #fff;
        border-top: solid 1px #e0e0e0;
        border-bottom: solid 1px #e0e0e0;
    }
    .head-section .nav li .dropdown-menu li a { background-color: #f7f7f7; }
    .head-section .nav li .dropdown-menu li a:hover { background-color: #a6b5ba; }
    .search:focus { width: calc(100% - 15px); }
    .head-section .navbar-nav > .megamenu > .dropdown_item {display: none; }
    .product-grid > .info-container { padding: 30px 0 15px; }
    .product-grid > .info-container > .price {
        display: block;
        height: 50px;
        overflow: hidden;
    }
    .frontbox { margin-top: 0; }
    section .index_view.megamenu-list > li {
        width: 100%;
        float: none;
    }
    section .index_view.megamenu-list > li > a {
        line-height: 165px;
    }
    .nice-select .option { font-size: 14px; }
    .product-back-link { margin-top: 25px; }
    .copyright { font-size: 13px; }
    .social-link-footer li { margin: 12px 10px 12px 0; }
    .social-link-footer li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;bre
    }
    footer .half {
        width: 100%;
        padding: 0;
        float: none;
    }
    #to-top { 
        right: 15px; 
        bottom: 74px;
    }
    
    .product_container {
        -moz-column-count: 1;
        -moz-column-gap: 15px;
        -webkit-column-count: 1;
        -webkit-column-gap: 15px;
        column-count: 1;
        column-gap: 15px;
    }
}

/* webshop basket ekstra */

.button-container .continue-button {
    color: #fff;
    background: #333b3f;
    border-color: #333b3f;
}
.cart-wrapper > table > tbody > tr {
    border-bottom: solid 1px #fff;
}
.cart-wrapper > table > thead {
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-bottom: solid 1px #fff;
}

.button-container .back-button, .button-container .middle-button {
    margin: 0 15px 0 0;
    background-color: #fff;
    border-color: #fff;
}

.button-container:hover .back-button:hover, .button-container:hover .middle-button:hover {
    background-color: #f3f3f3;
    border-color: #f3f3f3;
    color: #333;
}
#check-out-bar > .current > span:after {
    border-color: #333b3f;
    border-left-color: transparent;
}
#check-out-bar > .current {
    color: #fff;
    background-color: #333b3f;
}
#check-out-bar > .current:after {
    border-left-color: #333b3f;
}
.cart-wrapper tbody .basket-product-quantity > .qty { margin-left: -5px; }
.cart-wrapper tbody .basket-product-name > img {
    margin: 0 20px 0 0;
    width: auto;
    height: 100px;
    float: left;
    background-color: #fff;
    padding: 3px;
}
.customer-info .delivery-address > label, .customer-info .extra-info > label { display: none; }
.customer-info .extra-info > textarea { margin-top: 15px; }
.customer-info .delivery-address > input, .customer-info .delivery-address > select { margin-top: 15px; }
.customer-info .delivery-address > .two-thirds { width: calc(66% - 15px); }

.customer-info .nice-select {
    margin-top: 15px;
    padding: 0 20px 0 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    display: block;
    width: 100%;
}

.customer-info .nice-select .list {
    width: 100%;
    border-radius: 0;
    border: solid 1px #aaa;
}

.customer-info .nice-select .option:hover, .customer-info .nice-select .option.focus, .customer-info .nice-select .option.selected.focus {
    line-height: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 12px;
    background-color: #fff;
}

.customer-info > .check-container label > strong {
    font-size: 14px;
}

.shipping-options > table > tbody > tr, .payment-options > table > tbody > tr {
    border-top: solid 1px #fff;
}

.shipping-options > table > tbody > tr:first-child, .payment-options > table > tbody > tr:first-child {
    border-top: none;
}

.shipping-options > table > tbody > tr:nth-child(even), .payment-options > table > tbody > tr:nth-child(even) {
    background-color: transparent;
}

.shipping-options .nice-select, .payment-options .nice-select {
    border-radius: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select,
  textarea,
  input {
    font-size: 16px;
  }
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
  }
  
}