div.controls>span.start.new-rma {
    margin: 0 10px 0 0;
    padding: 10px 40px;
    background: #a43032;
    border: solid 1px #a43032;
    color: #fff;
    cursor: pointer;
    text-shadow: none;
    font-size: 13px;
    font-weight: 400;
    border-radius: 0;
}
div.controls>span.start.new-rma:hover {
    background-color: #c9481e;
    text-decoration: none !important;
    color: #fff;
}

body.ac_login_false div.erhverv-anbrud {
    display: none !important;
}

#rekl_form input[type="text"], #rekl_form input[type="file"], #rekl_form textarea {
    width: 300px !important;
}
label[for="customer_country"] {
    display: none !important;
}
.es-carousel ul li a div {
    height: 45px !important;
}
.es-carousel ul li a div img {
    min-height: unset !important;
}
div#phone-hours-announcement {
    display: none;
    height: 50px;
    background-color: #a43031;
    cursor: pointer;
    align-items: center;
}
div#phone-hours-announcement > h2 {
    color: #fff;
    font-family: 'Open Sans';
    font-size: calc(12px + 0.1vw) !important;
    padding: 0 30px;
    margin: auto;
    line-height: 15px;
}
div#phone-hours-announcement > span.close {
    margin-right: 10px;
    margin-top: 5px;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    align-self: normal;
}
@media screen and (max-width: 560px) {
    div#phone-hours-announcement {
        height: 70px;
    }
}
@media screen and (max-width: 399px) {
    div#phone-hours-announcement {
        height: 90px;
    }
}
div.employees {
    padding: 15px 0 40px;
}
div.employees + div.employees {
    padding: 0 0 40px;
}
div.employees > div {
    padding: 0;
}
div.emplyees-headline h3 {
    color: #a43032 !important;
    font-size: large !important;
    font-weight: 700 !important;
    border-bottom: 1px solid #a43032;
}
div.employees > div > div, div.employees > div > div > div {
    display: block;
    margin: 0 auto;
    text-align: left;
}
div.employees > div > div > div > img {
    display: block;
    margin: 0 auto 0 0;
    height: 250px;
}
div.employees > div > div:last-child > div {
    padding-top: 5px;
}
div.employees > div > div:last-child > div > b {
    font-weight: bold;
}
div.fp-slider a.slider-link {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; 
}
@media screen and (max-width:450px) {
    div.employees > div > div > div > img {
        height: auto;
    }
    div.employees > div > div:last-child > div {
        font-size: 80%;
    }
}
@media screen and (max-width:991px) {
    div.employees > div:not(:empty) {
        min-height: 300px;
    }
}
#mega_menu {
    float: right;
    width: 1074px;
    display: inline-block;
}
div.container:empty {
    display: none !important;
}

#fc-returpaller-adresse input[type=submit], input.bestil-returpalle-afhentning, #btn_addressForm, #btn_amountForm {
    margin: 15px 10px 15px 0!important;
    padding: 10px 40px!important;
    background: #a43032!important;
    border: solid 1px #a43032!important;
    color: #fff!important;
    cursor: pointer!important;
    text-shadow: none!important;
    font-size: 14px!important;
    font-weight: normal;
    border-radius: 0!important;
    font-family: 'Open Sans';
}
#amountForm > div.row > div:first-child > div:last-child {
    display: none;
}

#addressForm div, #addressForm input {
    margin-bottom: 7px;
}
div.returpaller-buttons {
    padding: 30px 0;
}
div.returpaller-buttons > div {
    display: flex;
    flex-direction: row;
}
div.returpaller-buttons a.btn {
    justify-content: space-around;
    background-color: #a43032;
    color: #fff !important;
    font-family: 'open sans',arial,sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 15px 20px;
    width: 200px;
    border-radius: 0;
    margin-bottom: 0;
    transition: background-color .1s ease;
}
div.returpaller-buttons a.btn:hover {
    background-color: #7d2426;
    transition: background-color .1s ease;
}
div.returpaller-buttons > div:first-child > div {
    margin: auto 15px auto auto;
}
div.returpaller-buttons > div:last-child > div {
    margin: auto auto auto 15px;
}
div.frontpage-products > div > div.product-parent {
    width: 150px !important;
}
.product-parent > div > div.quantity > input:last-child {
    margin-right: 20% !important;
}
img.cert-image {
    width: 30px;
    margin: 0 5px 0 0;
} 
#top_menu {
    width: 1074px;
    white-space: nowrap;
}
#top_menu.searchbar-visible {
    overflow: hidden !important;
}
#top_menu.searchbar-visible #page16 {
    display: none;
}
#top_menu > div > ul > #search-btn > form > .productSearchWord {
    display: inline-block;
    width: 0;
    float: left;
    height: 55px;
    margin: 0px 0 0 0;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 0;
    padding: 0;
    margin: 0;
    transition: width .3s ease;    
}
#top_menu > div > ul {
    transition: margin-left .3s ease;
}
.searchbar-visible > div > ul {
    float: right !important;
}
.searchbar-visible > div > ul {
   margin-left: -860px !important;
   transition: margin-left .3s ease;
}
.searchbar-visible > div > ul #search-btn > form > button {
    background-color: #fff;
    color: #333;
    border-left: 1px solid #eee;
}
.searchbar-visible > div > ul #search-btn > form > button:hover {
    background: #a43032;
    color: #fff;
}
#top_menu > div > ul > #search-btn > form > .productSearchWord.active {
    display: inline-block;
    width: 1010px;
    float: left;
    height: 50px;
    margin: 0px 0 0 0;
    border: none;
    font-size: 16px;
    padding-left: 15px;
    border-bottom: 1px solid #ccc;
    transition: width .3s ease, padding-left .3s ease;
}
#top_menu > div > ul > #search-btn > form > .productSearchWord.active:focus {
    outline: none;
    box-shadow: none;
    border: none;
}
#search-btn > form {
    margin: 0;
}
#search-btn > form > .productSearchWord  {
    width: 0;
    padding: 0;
    margin: 0;
    
    transition: width .3s ease;
} 


#search-btn > form > button {
    cursor: pointer;
    background: transparent;
    height: 50px;
    color: #333;
    font-size: 18px;
    border-radius: 0;
    border: none;
    text-shadow: none;
    padding: 15px 20px 15px 20px !important;
}
#search-btn > form > button:hover {
    background: #a43032;
    color: #fff;
}
#search-btn > a > i {
    font-size: 18px;
}



/* .ac_login_false .product-parent > div > a {
    background-image:url(/images/1221/emrket.png);
    background-size:contain;
    background-repeat:no-repeat;
    padding:8px 0 8px 30px;
} */


/* Lavet til at skjule faktureringsadressen hvis man er logget ind */


.ac_login_true .control-info > div.info-container:first-child {
    display: none;
}
.ac_login_true .control-info > div.info-container:nth-child(2) {
    width: 100% !important;
}
/* END - Lavet til at skjule faktureringsadressen hvis man er logget ind */
#loginEditUser .btn {
    cursor: pointer;
    outline: none;
    position: relative;
    color: #fff;
    height: 29px;
    float: right;
    border-radius: 0px;
    margin-right: 14px;
    border: solid 1px #a43032;
    margin-top: 0px;
    padding: 4px 15px 4px 18px;
    background: none repeat scroll 0 0 #A43032;
}
#loginEditUser input {
    width: 100%;
}
.input-error {
    background-color: #FFF6E5 !important;
}
.fp-product > .row:nth-child(2) > .col-md-12 {
    .min-height: 225px;
    display: flex;
}
.fp-product > .row:nth-child(2) > .col-md-12 > img {
    margin: auto;
    width: auto;
}

.menu767b.dl-submenu {
    background-color: #932b2d !important;
    padding-left: 15px !important;
}
.menu767c.dl-submenu {
    background-color: #732122 !important;
    padding-left: 45px !important;
    margin-left: -15px !important;
}

.choice-btn > a {
    cursor: pointer;
    color: #fff !important;
    border-radius: 0px;
    border: solid 1px #a43032;
    background-color: #a43032;
    padding: 6px 12px !important;
    margin: 15px;
}
.choice-btn > a:hover {
    color: #fff !important;
    border: solid 1px #a43032;
    background-color: #a43032;
}
/* Implementer lazy-load på billedekomponentet */
/*.fp-product > div > div > img {
  display: inline-block;
  width: 100%;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
  position: relative;
}
.fp-product > div > div > img.loading {
    background: transparent url(/template/new_stab/Blocks-1s-75px.gif) no-repeat scroll center center;
}*/

/* Testing space live */
.fp-slider {
    padding: 0 !important;
    margin: 0 -15px !important;
}
.fp-slider img {
        width: auto !important;
        min-height: 100% !important;
        min-width: 100% !important;
        max-width: none !important;
}
.fp-slider .slick-initialized .slick-slide .slider-caption  {
    pointer-events: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .fp-slider .slick-initialized .slick-slide .slider-caption > span.slider-caption-headline {
        margin: 0 0 5px 0 !important;
        text-align: center !important;
        font-family: Helvetica, Sans-Serif !important;
    }
    .fp-slider .slick-initialized .slick-slide .slider-caption > span.slider-caption-content {
        margin: 5px 0 0 0 !important;
        text-align: center !important;
        font-family: Helvetica, Sans-Serif !important;
    }
}
.fp-slider .slick-initialized .slick-slide .slider-caption > .slider-caption-headline {
    margin: auto auto 0 auto !important;
    font-size: 35px;
    font-weight: bold;
    opacity: 1;
    transform: translate(0,0);
    transition: transform .8s, opacity .5s;
    transition-delay: 1s;
    z-index: 2;
    color: #fff;
    font-family: unset;
    text-shadow: 1px 1px 4px #777;
    text-transform: uppercase;
    letter-spacing: 3px;
    background: #a43032;
    background: rgba(164,48,50,1);
    padding: 20px 40px;
    font-family: Helvetica, Sans-Serif !important;
}
.fp-slider .slick-initialized .slick-slide .slider-caption > .slider-caption-content {
        margin: 7.5px auto auto auto !important;
    opacity: 1;
    transition: opacity .5s;
    transition-delay: 2s;
    font-size: 18px;
    font-weight: normal;
    z-index: 2;
    color: #fff;
    font-family: unset;
    text-shadow: 1px 1px 4px #777;
    text-transform: capitalize;
    letter-spacing: 3px;
    text-shadow: 0 0 1px rgba(0,0,0,.5);
    background: #c9481e;
    padding: 5px 20px 5px 20px;
    background: rgba(201,72,30,0.9);
    font-family: Helvetica, Sans-Serif !important;
}

.tot-intro > p {
    padding: 2px 0;
}
.tot-headline {
    display: flex; 
    flex-direction: row;
    margin-top: 15px;
}
.tot-headline > p:first-child {
    width: 40px;
}
.tot-headline > p {
    font-weight: bold;
    font-size: 1.3em;
    margin: auto 0px;
    padding: 0 0 10px 0;
    font-family: 'Open Sans',sans-serif;
    line-height: 15px;
}
.tot-subline {
    margin-bottom: 30px;
    line-height: 15px;
}
.tot-subline > div {
    display: flex;
    flex-direction:row;
    padding: 5px 0;
}
.tot-subline > div > p:first-child {
    margin: 0;
    font-weight: bold;
    width: 27px;
    
}
.tot-subline > div > p:last-child {
    margin: auto 0 auto 15px;
    padding: 0 0 10px 0;
}
.tot-subline > div > .tot-special {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: auto 0 15px 15px;
}
.tot-subline > div > .tot-special > p, .tot-subline > div > .tot-special > table {
    margin: 0 0 10px 0;
}

/* Testing space live end */




/* --- base.css start --- */



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
body{line-height:1;}
ol, ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}

body {
    background:#fff;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#444;
    font-size:14px;
    -webkit-font-smoothing:antialiased;
    -webkit-text-size-adjust:100%;
    .line-height: 15px;
    line-height: normal;
}

.mar-b-0 {
   margin-bottom: 0 !important;
}
.container-fluid.ff {
   padding: 0 !important;
   height: 85px;
    margin-top: 30px;
}

h1, h2, h3, h4, h5, h6{color:#181818;font-family:"Georgia", "Times New Roman", serif;font-weight:normal;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{font-weight:inherit;}
h1{font-size:46px;line-height:50px;margin-bottom:14px;}
h2{font-size:35px;line-height:40px;margin-bottom:10px;}
h3{font-size:28px;line-height:34px;margin-bottom:8px;}
h4{font-size:21px;line-height:30px;margin-bottom:4px;}
h5{font-size:17px;line-height:24px;}
h6{font-size:14px;line-height:21px;}
.subheader{color:#777;}
/* p{margin:0 0 20px 0;} */
p img{margin:0;}
p.lead{font-size:21px;line-height:27px;color:#777;}
em{font-style:italic;}
strong{font-weight:bold;color:#333;}
small{font-size:80%;}
blockquote, blockquote p{font-size:17px;line-height:24px;color:#777;font-style:italic;}
blockquote{margin:0 0 20px;padding:9px 20px 0 19px;border-left:1px solid #ddd;}
blockquote cite{display:block;font-size:12px;color:#555;}
blockquote cite:before{content:"\2014 \0020";}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited{color:#555;}
hr{border:solid #ddd;border-width:1px 0 0;clear:both;margin:10px 0 30px;height:0;}
a, a:visited{color:#333;text-decoration:none !important;outline:0;}
a.white, a.white:visited {color:#fff !important;}
a:hover, a:focus{color:#000;}
p a, p a:visited{line-height:inherit;}
ul, ol{margin-bottom:20px;}
ul{list-style:none outside;}
ol{list-style:decimal;}
ol, ul.square, ul.circle, ul.disc{margin-left:30px;}
ul.square{list-style:square outside;}
ul.circle{list-style:circle outside;}
ul.disc{list-style:disc outside;}
ul ul, ul ol,
ol ol, ol ul{margin:4px 0 5px 30px;font-size:90%;}
ul ul li, ul ol li,
ol ol li, ol ul li{margin-bottom:6px;}
li{line-height:18px;margin-bottom:12px;}
ul.large li{line-height:21px;}
li p{line-height:21px;}
img.scale-with-grid{max-width:100%;height:auto;}
.button,
button:not(.slick-arrow),
input[type="submit"],
input[type="reset"],
input[type="button"]{background:#eee;background:#eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%);background:#eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2)));background:#eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);background:#eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);background:#eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);background:#eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);border:1px solid #aaa;border-top:1px solid #ccc;border-left:1px solid #ccc;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;color:#444;display:inline-block;font-size:11px;font-weight:bold;text-decoration:none;text-shadow:0 1px rgba(255, 255, 255, .75);cursor:pointer;line-height:normal;padding:8px 10px;font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;}
.button:hover,
button:not(.slick-arrow):hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover{color:#222;background:#ddd;background:#ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);background:#ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3)));background:#ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);background:#ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);background:#ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);background:#ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);border:1px solid #888;border-top:1px solid #aaa;border-left:1px solid #aaa;}
.button:active,
button:not(.slick-arrow):active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active{border:1px solid #666;background:#ccc;background:#ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%);background:#ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4)));background:#ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%);background:#ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%);background:#ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%);background:#ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%);}
.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width{width:100%;padding-left:0 !important;padding-right:0 !important;text-align:center;}
button::-moz-focus-inner,
input::-moz-focus-inner{border:0;padding:0;}
form{margin-bottom:20px;}
fieldset{margin-bottom:20px;}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select{ 
    border: 1px solid #ccc;
    padding: 0px 10px;
    outline: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0;
    font: 13px "Open Sans", Arial,sans-serif;
    height: 34px;
    margin: 5px 0 0 0;
    width: 210px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff;}
select{padding:0;}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus{border:1px solid #aaa;color:#444;-moz-box-shadow:0 0 3px rgba(0,0,0,.2);-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);box-shadow:0 0 3px rgba(0,0,0,.2);}
textarea{min-height:60px;}
label,
legend{display:block;font-weight:bold;font-size:13px;}
select{width:220px;}
input[type="checkbox"]{display:inline;}
label span,
legend span{font-weight:normal;font-size:13px;color:#444;}
.remove-bottom{margin-bottom:0 !important;}
.half-bottom{margin-bottom:10px !important;}
.add-bottom{margin-bottom:20px !important;}
/* --- base.css end --- */

/* --- skeleton.css start --- */
 .columns,
.column{-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-ms-transition:all 0.2s ease;-o-transition:all 0.2s ease;transition:all 0.2s ease;}
.container{position:relative;width:1200px !important;margin:0 auto!important;}
.container .column,
.container .columns{float:left;display:inline;margin-left:10px;margin-right:10px;}
.column.alpha, .columns.alpha{margin-left:0;}
.column.omega, .columns.omega{margin-right:0;}
.container .one.column,
.container .one.columns{width:55px;}
.container .two.columns{width:120px;}
.container .three.columns{width:205px;}
.container .four.columns{width:280px;}
.container .five.columns{width:355px;}
.container .six.columns{width:430px;}
.container .seven.columns{width:505px;}
.container .eight.columns{width:580px;}
.container .nine.columns{width:655px;}
.container .ten.columns{width:730px;}
.container .eleven.columns{width:805px;}
.container .twelve.columns{width:880px;}
.container .thirteen.columns{width:955px;}
.container .fourteen.columns{width:1030px;}
.container .fifteen.columns{width:1105px;}
.container .sixteen.columns{width:1180px;}
.container .one-third.column{width:350px;}
.container .two-thirds.column{width:780px;}
.container .offset-by-one{padding-left:75px;}
.container .offset-by-two{padding-left:140px;}
.container .offset-by-three{padding-left:225px;}
.container .offset-by-four{padding-left:300px;}
.container .offset-by-five{padding-left:375px;}
.container .offset-by-six{padding-left:430px;}
.container .offset-by-seven{padding-left:525px;}
.container .offset-by-eight{padding-left:600px;}
.container .offset-by-nine{padding-left:675px;}
.container .offset-by-ten{padding-left:750px;}
.container .offset-by-eleven{padding-left:825px;}
.container .offset-by-twelve{padding-left:900px;}
.container .offset-by-thirteen{padding-left:975px;}
.container .offset-by-fourteen{padding-left:1050px;}
.container .offset-by-fifteen{padding-left:1125px;}
@media only screen and (min-width:768px) and (max-width:959px){.container{width:768px !important;}
.container .one.column,
.container .one.columns{width:28px;}
.container .two.columns{width:76px;}
.container .three.columns{width:124px;}
.container .four.columns{width:172px;}
.container .five.columns{width:220px;}
.container .six.columns{width:268px;}
.container .seven.columns{width:316px;}
.container .eight.columns{width:364px;}
.container .nine.columns{width:412px;}
.container .ten.columns{width:460px;}
.container .eleven.columns{width:508px;}
.container .twelve.columns{width:556px;}
.container .thirteen.columns{width:604px;}
.container .fourteen.columns{width:652px;}
.container .fifteen.columns{width:700px;}
.container .sixteen.columns{width:748px;}
.container .one-third.column{width:206px;}
.container .two-thirds.column{width:492px;}
.container .offset-by-one{padding-left:48px;}
.container .offset-by-two{padding-left:96px;}
.container .offset-by-three{padding-left:144px;}
.container .offset-by-four{padding-left:192px;}
.container .offset-by-five{padding-left:240px;}
.container .offset-by-six{padding-left:288px;}
.container .offset-by-seven{padding-left:336px;}
.container .offset-by-eight{padding-left:384px;}
.container .offset-by-nine{padding-left:432px;}
.container .offset-by-ten{padding-left:480px;}
.container .offset-by-eleven{padding-left:528px;}
.container .offset-by-twelve{padding-left:576px;}
.container .offset-by-thirteen{padding-left:624px;}
.container .offset-by-fourteen{padding-left:672px;}
.container .offset-by-fifteen{padding-left:720px;}
}
@media only screen and (min-width:960px) and (max-width:1199px){.container{width:960px !important;}
.container .one.column,
.container .one.columns{width:40px;}
.container .two.columns{width:100px;}
.container .three.columns{width:160px;}
.container .four.columns{width:220px;}
.container .five.columns{width:280px;}
.container .six.columns{width:340px;}
.container .seven.columns{width:400px;}
.container .eight.columns{width:460px;}
.container .nine.columns{width:520px;}
.container .ten.columns{width:580px;}
.container .eleven.columns{width:640px;}
.container .twelve.columns{width:700px;}
.container .thirteen.columns{width:760px;}
.container .fourteen.columns{width:820px;}
.container .fifteen.columns{width:880px;}
.container .sixteen.columns{width:940px;}
.container .one-third.column{width:300px;}
.container .two-thirds.column{width:590px;}
.container .offset-by-one{padding-left:60px;}
.container .offset-by-two{padding-left:120px;}
.container .offset-by-three{padding-left:180px;}
.container .offset-by-four{padding-left:240px;}
.container .offset-by-five{padding-left:300px;}
.container .offset-by-six{padding-left:360px;}
.container .offset-by-seven{padding-left:420px;}
.container .offset-by-eight{padding-left:480px;}
.container .offset-by-nine{padding-left:540px;}
.container .offset-by-ten{padding-left:600px;}
.container .offset-by-eleven{padding-left:660px;}
.container .offset-by-twelve{padding-left:720px;}
.container .offset-by-thirteen{padding-left:780px;}
.container .offset-by-fourteen{padding-left:840px;}
.container .offset-by-fifteen{padding-left:900px;}
}
@media only screen and (max-width:767px){
div.fp-slider > div:first-child {
    height: 533px !important;
    min-height: none !important;
    max-height: none !important;
    margin: 0 !important;    
}

div.fp-slider {
    min-height: 533px;
}
div.container.inner-page > div {
    border: none;
}
.fp-product > .row:last-child div h2 {
    font-size: 13px !important;
}
div.fp-product {
    padding: 0 2px !important;
}
.container{
    width:300px !important;
}



.container .columns,
.container .column{margin:0;}
.container .one.column,
.container .one.columns,
.container .two.columns,
.container .three.columns,
.container .four.columns,
.container .five.columns,
.container .six.columns,
.container .seven.columns,
.container .eight.columns,
.container .nine.columns,
.container .ten.columns,
.container .eleven.columns,
.container .twelve.columns,
.container .thirteen.columns,
.container .fourteen.columns,
.container .fifteen.columns,
.container .sixteen.columns,
.container .one-third.column,
.container .two-thirds.column{width:300px;}
.container .offset-by-one,
.container .offset-by-two,
.container .offset-by-three,
.container .offset-by-four,
.container .offset-by-five,
.container .offset-by-six,
.container .offset-by-seven,
.container .offset-by-eight,
.container .offset-by-nine,
.container .offset-by-ten,
.container .offset-by-eleven,
.container .offset-by-twelve,
.container .offset-by-thirteen,
.container .offset-by-fourteen,
.container .offset-by-fifteen{padding-left:0;}
}

@media only screen and (min-width:480px) and (max-width:767px){
.home-cat div h3 {
    font-size: 26px !important;
}
.container{width:420px !important;}
.container .columns,
.container .column{margin:0;}
.container .one.column,
.container .one.columns,
.container .two.columns,
.container .three.columns,
.container .four.columns,
.container .five.columns,
.container .six.columns,
.container .seven.columns,
.container .eight.columns,
.container .nine.columns,
.container .ten.columns,
.container .eleven.columns,
.container .twelve.columns,
.container .thirteen.columns,
.container .fourteen.columns,
.container .fifteen.columns,
.container .sixteen.columns,
.container .one-third.column,
.container .two-thirds.column{width:420px;}
}
.container:after{content:"\0020";display:block;height:0;clear:both;visibility:hidden;}
.clearfix:before,
.clearfix:after,
.row:before,
.row:after{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.row:after,
.clearfix:after{clear:both;}
.row,
.clearfix{zoom:1;}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;} 
/* --- skeleton.css end --- */

/* --- component.css start --- */


.dl-menuwrapper{width:100%;max-width:300px;float:left;display:none;position:relative;-webkit-perspective:1000px;-moz-perspective:1000px;perspective:1000px;-webkit-perspective-origin:50% 200%;-moz-perspective-origin:50% 200%;perspective-origin:50% 200%;}
.dl-menuwrapper:first-child{margin-right:100px;}
.dl-menuwrapper button{background:#ccc;border:none;width:48px;height:45px;text-indent:-900em;overflow:hidden;position:relative;cursor:pointer;outline:none;}
.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul{background:#aaa;}
.dl-menuwrapper button:after{content:'';position:absolute;width:68%;height:5px;background:#fff;top:10px;left:16%;box-shadow:0 10px 0 #fff,
0 20px 0 #fff;}
.dl-menuwrapper ul{padding:0;list-style:none;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;}
.dl-menuwrapper li{position:relative;}
/* .dl-menuwrapper li a{display:block;position:relative;padding:15px 20px;font-size:16px;line-height:20px;font-weight:300;color:#fff;outline:none;} */

.dl-menuwrapper li a{display:block;position:relative;padding:14px 20px;font-size:16px;line-height:20px;font-weight:300;color:#fff;outline:none;}
.no-touch .dl-menuwrapper li a:hover{background:rgba(255,248,213,0.1);}
.dl-menuwrapper li.dl-back > a{padding-left:30px;background:rgba(0,0,0,0.1);}
.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after{position:absolute;top:0;line-height:50px;font-family:'Font Awesome 5 Free';speak:none;-webkit-font-smoothing:antialiased;content:"▶"; color:rgba(0,0,0,0.5);}
.dl-menuwrapper li.dl-back:after{left:10px;color:rgba(212,204,198,0.3);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg);}
.dl-menuwrapper li > a:after{right:10px;color:rgba(0,0,0,0.15);}
.dl-menuwrapper .dl-menu{margin:5px 0 0 0;position:absolute;width:100%;opacity:0;pointer-events:none;-webkit-transform:translateY(10px);-moz-transform:translateY(10px);transform:translateY(10px);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;}
.dl-menuwrapper .dl-menu.dl-menu-toggle{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;transition:all 0.3s ease;}
.dl-menuwrapper .dl-menu.dl-menuopen{opacity:1;pointer-events:auto;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);transform:translateY(0px);}
.dl-menuwrapper li .dl-submenu{display:none;}
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a{display:none;}
.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li{display:block;}
.dl-menuwrapper > .dl-submenu{position:absolute;width:100%;top:50px;left:0;margin:0;}
.dl-menu.dl-animate-out-1{-webkit-animation:MenuAnimOut1 0.4s;-moz-animation:MenuAnimOut1 0.4s;animation:MenuAnimOut1 0.4s;}
.dl-menu.dl-animate-out-2{-webkit-animation:MenuAnimOut2 0.3s ease-in-out;-moz-animation:MenuAnimOut2 0.3s ease-in-out;animation:MenuAnimOut2 0.3s ease-in-out;}
.dl-menu.dl-animate-out-3{-webkit-animation:MenuAnimOut3 0.4s ease;-moz-animation:MenuAnimOut3 0.4s ease;animation:MenuAnimOut3 0.4s ease;}
.dl-menu.dl-animate-out-4{-webkit-animation:MenuAnimOut4 0.4s ease;-moz-animation:MenuAnimOut4 0.4s ease;animation:MenuAnimOut4 0.4s ease;}
.dl-menu.dl-animate-out-5{-webkit-animation:MenuAnimOut5 0.4s ease;-moz-animation:MenuAnimOut5 0.4s ease;animation:MenuAnimOut5 0.4s ease;}
@-webkit-keyframes MenuAnimOut1{50%{-webkit-transform:translateZ(-250px) rotateY(30deg);}
75%{-webkit-transform:translateZ(-372.5px) rotateY(15deg);opacity:.5;}
100%{-webkit-transform:translateZ(-500px) rotateY(0deg);opacity:0;}
}
@-webkit-keyframes MenuAnimOut2{100%{-webkit-transform:translateX(-100%);opacity:0;}
}
@-webkit-keyframes MenuAnimOut3{100%{-webkit-transform:translateZ(300px);opacity:0;}
}
@-webkit-keyframes MenuAnimOut4{100%{-webkit-transform:translateZ(-300px);opacity:0;}
}
@-webkit-keyframes MenuAnimOut5{100%{-webkit-transform:translateY(40%);opacity:0;}
}
@-moz-keyframes MenuAnimOut1{50%{-moz-transform:translateZ(-250px) rotateY(30deg);}
75%{-moz-transform:translateZ(-372.5px) rotateY(15deg);opacity:.5;}
100%{-moz-transform:translateZ(-500px) rotateY(0deg);opacity:0;}
}
@-moz-keyframes MenuAnimOut2{100%{-moz-transform:translateX(-100%);opacity:0;}
}
@-moz-keyframes MenuAnimOut3{100%{-moz-transform:translateZ(300px);opacity:0;}
}
@-moz-keyframes MenuAnimOut4{100%{-moz-transform:translateZ(-300px);opacity:0;}
}
@-moz-keyframes MenuAnimOut5{100%{-moz-transform:translateY(40%);opacity:0;}
}
@keyframes MenuAnimOut1{50%{transform:translateZ(-250px) rotateY(30deg);}
75%{transform:translateZ(-372.5px) rotateY(15deg);opacity:.5;}
100%{transform:translateZ(-500px) rotateY(0deg);opacity:0;}
}
@keyframes MenuAnimOut2{100%{transform:translateX(-100%);opacity:0;}
}
@keyframes MenuAnimOut3{100%{transform:translateZ(300px);opacity:0;}
}
@keyframes MenuAnimOut4{100%{transform:translateZ(-300px);opacity:0;}
}
@keyframes MenuAnimOut5{100%{transform:translateY(40%);opacity:0;}
}
.dl-menu.dl-animate-in-1{-webkit-animation:MenuAnimIn1 0.3s;-moz-animation:MenuAnimIn1 0.3s;animation:MenuAnimIn1 0.3s;}
.dl-menu.dl-animate-in-2{-webkit-animation:MenuAnimIn2 0.3s ease-in-out;-moz-animation:MenuAnimIn2 0.3s ease-in-out;animation:MenuAnimIn2 0.3s ease-in-out;}
.dl-menu.dl-animate-in-3{-webkit-animation:MenuAnimIn3 0.4s ease;-moz-animation:MenuAnimIn3 0.4s ease;animation:MenuAnimIn3 0.4s ease;}
.dl-menu.dl-animate-in-4{-webkit-animation:MenuAnimIn4 0.4s ease;-moz-animation:MenuAnimIn4 0.4s ease;animation:MenuAnimIn4 0.4s ease;}
.dl-menu.dl-animate-in-5{-webkit-animation:MenuAnimIn5 0.4s ease;-moz-animation:MenuAnimIn5 0.4s ease;animation:MenuAnimIn5 0.4s ease;}
@-webkit-keyframes MenuAnimIn1{0%{-webkit-transform:translateZ(-500px) rotateY(0deg);opacity:0;}
20%{-webkit-transform:translateZ(-250px) rotateY(30deg);opacity:0.5;}
100%{-webkit-transform:translateZ(0px) rotateY(0deg);opacity:1;}
}
@-webkit-keyframes MenuAnimIn2{0%{-webkit-transform:translateX(-100%);opacity:0;}
100%{-webkit-transform:translateX(0px);opacity:1;}
}
@-webkit-keyframes MenuAnimIn3{0%{-webkit-transform:translateZ(300px);opacity:0;}
100%{-webkit-transform:translateZ(0px);opacity:1;}
}
@-webkit-keyframes MenuAnimIn4{0%{-webkit-transform:translateZ(-300px);opacity:0;}
100%{-webkit-transform:translateZ(0px);opacity:1;}
}
@-webkit-keyframes MenuAnimIn5{0%{-webkit-transform:translateY(40%);opacity:0;}
100%{-webkit-transform:translateY(0);opacity:1;}
}
@-moz-keyframes MenuAnimIn1{0%{-moz-transform:translateZ(-500px) rotateY(0deg);opacity:0;}
20%{-moz-transform:translateZ(-250px) rotateY(30deg);opacity:0.5;}
100%{-moz-transform:translateZ(0px) rotateY(0deg);opacity:1;}
}
@-moz-keyframes MenuAnimIn2{0%{-moz-transform:translateX(-100%);opacity:0;}
100%{-moz-transform:translateX(0px);opacity:1;}
}
@-moz-keyframes MenuAnimIn3{0%{-moz-transform:translateZ(300px);opacity:0;}
100%{-moz-transform:translateZ(0px);opacity:1;}
}
@-moz-keyframes MenuAnimIn4{0%{-moz-transform:translateZ(-300px);opacity:0;}
100%{-moz-transform:translateZ(0px);opacity:1;}
}
@-moz-keyframes MenuAnimIn5{0%{-moz-transform:translateY(40%);opacity:0;}
100%{-moz-transform:translateY(0);opacity:1;}
}
@keyframes MenuAnimIn1{0%{transform:translateZ(-500px) rotateY(0deg);opacity:0;}
20%{transform:translateZ(-250px) rotateY(30deg);opacity:0.5;}
100%{transform:translateZ(0px) rotateY(0deg);opacity:1;}
}
@keyframes MenuAnimIn2{0%{transform:translateX(-100%);opacity:0;}
100%{transform:translateX(0px);opacity:1;}
}
@keyframes MenuAnimIn3{0%{transform:translateZ(300px);opacity:0;}
100%{transform:translateZ(0px);opacity:1;}
}
@keyframes MenuAnimIn4{0%{transform:translateZ(-300px);opacity:0;}
100%{transform:translateZ(0px);opacity:1;}
}
@keyframes MenuAnimIn5{0%{transform:translateY(40%);opacity:0;}
100%{transform:translateY(0);opacity:1;}
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-1{-webkit-animation:SubMenuAnimIn1 0.4s ease;-moz-animation:SubMenuAnimIn1 0.4s ease;animation:SubMenuAnimIn1 0.4s ease;}
.dl-menuwrapper > .dl-submenu.dl-animate-in-2{-webkit-animation:SubMenuAnimIn2 0.3s ease-in-out;-moz-animation:SubMenuAnimIn2 0.3s ease-in-out;animation:SubMenuAnimIn2 0.3s ease-in-out;}
.dl-menuwrapper > .dl-submenu.dl-animate-in-3{-webkit-animation:SubMenuAnimIn3 0.4s ease;-moz-animation:SubMenuAnimIn3 0.4s ease;animation:SubMenuAnimIn3 0.4s ease;}
.dl-menuwrapper > .dl-submenu.dl-animate-in-4{-webkit-animation:SubMenuAnimIn4 0.4s ease;-moz-animation:SubMenuAnimIn4 0.4s ease;animation:SubMenuAnimIn4 0.4s ease;}
.dl-menuwrapper > .dl-submenu.dl-animate-in-5{-webkit-animation:SubMenuAnimIn5 0.4s ease;-moz-animation:SubMenuAnimIn5 0.4s ease;animation:SubMenuAnimIn5 0.4s ease;}
@-webkit-keyframes SubMenuAnimIn1{0%{-webkit-transform:translateX(50%);opacity:0;}
100%{-webkit-transform:translateX(0px);opacity:1;}
}
@-webkit-keyframes SubMenuAnimIn2{0%{-webkit-transform:translateX(100%);opacity:0;}
100%{-webkit-transform:translateX(0px);opacity:1;}
}
@-webkit-keyframes SubMenuAnimIn3{0%{-webkit-transform:translateZ(-300px);opacity:0;}
100%{-webkit-transform:translateZ(0px);opacity:1;}
}
@-webkit-keyframes SubMenuAnimIn4{0%{-webkit-transform:translateZ(300px);opacity:0;}
100%{-webkit-transform:translateZ(0px);opacity:1;}
}
@-webkit-keyframes SubMenuAnimIn5{0%{-webkit-transform:translateZ(-200px);opacity:0;}
100%{-webkit-transform:translateZ(0);opacity:1;}
}
@-moz-keyframes SubMenuAnimIn1{0%{-moz-transform:translateX(50%);opacity:0;}
100%{-moz-transform:translateX(0px);opacity:1;}
}
@-moz-keyframes SubMenuAnimIn2{0%{-moz-transform:translateX(100%);opacity:0;}
100%{-moz-transform:translateX(0px);opacity:1;}
}
@-moz-keyframes SubMenuAnimIn3{0%{-moz-transform:translateZ(-300px);opacity:0;}
100%{-moz-transform:translateZ(0px);opacity:1;}
}
@-moz-keyframes SubMenuAnimIn4{0%{-moz-transform:translateZ(300px);opacity:0;}
100%{-moz-transform:translateZ(0px);opacity:1;}
}
@-moz-keyframes SubMenuAnimIn5{0%{-moz-transform:translateZ(-200px);opacity:0;}
100%{-moz-transform:translateZ(0);opacity:1;}
}
@keyframes SubMenuAnimIn1{0%{transform:translateX(50%);opacity:0;}
100%{transform:translateX(0px);opacity:1;}
}
@keyframes SubMenuAnimIn2{0%{transform:translateX(100%);opacity:0;}
100%{transform:translateX(0px);opacity:1;}
}
@keyframes SubMenuAnimIn3{0%{transform:translateZ(-300px);opacity:0;}
100%{transform:translateZ(0px);opacity:1;}
}
@keyframes SubMenuAnimIn4{0%{transform:translateZ(300px);opacity:0;}
100%{transform:translateZ(0px);opacity:1;}
}
@keyframes SubMenuAnimIn5{0%{transform:translateZ(-200px);opacity:0;}
100%{transform:translateZ(0);opacity:1;}
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-1{-webkit-animation:SubMenuAnimOut1 0.4s ease;-moz-animation:SubMenuAnimOut1 0.4s ease;animation:SubMenuAnimOut1 0.4s ease;}
.dl-menuwrapper > .dl-submenu.dl-animate-out-2{-webkit-animation:SubMenuAnimOut2 0.3s ease-in-out;-moz-animation:SubMenuAnimOut2 0.3s ease-in-out;animation:SubMenuAnimOut2 0.3s ease-in-out;}
.dl-menuwrapper > .dl-submenu.dl-animate-out-3{-webkit-animation:SubMenuAnimOut3 0.4s ease;-moz-animation:SubMenuAnimOut3 0.4s ease;animation:SubMenuAnimOut3 0.4s ease;}
.dl-menuwrapper > .dl-submenu.dl-animate-out-4{-webkit-animation:SubMenuAnimOut4 0.4s ease;-moz-animation:SubMenuAnimOut4 0.4s ease;animation:SubMenuAnimOut4 0.4s ease;}
.dl-menuwrapper > .dl-submenu.dl-animate-out-5{-webkit-animation:SubMenuAnimOut5 0.4s ease;-moz-animation:SubMenuAnimOut5 0.4s ease;animation:SubMenuAnimOut5 0.4s ease;}
@-webkit-keyframes SubMenuAnimOut1{0%{-webkit-transform:translateX(0%);opacity:1;}
100%{-webkit-transform:translateX(50%);opacity:0;}
}
@-webkit-keyframes SubMenuAnimOut2{0%{-webkit-transform:translateX(0%);opacity:1;}
100%{-webkit-transform:translateX(100%);opacity:0;}
}
@-webkit-keyframes SubMenuAnimOut3{0%{-webkit-transform:translateZ(0px);opacity:1;}
100%{-webkit-transform:translateZ(-300px);opacity:0;}
}
@-webkit-keyframes SubMenuAnimOut4{0%{-webkit-transform:translateZ(0px);opacity:1;}
100%{-webkit-transform:translateZ(300px);opacity:0;}
}
@-webkit-keyframes SubMenuAnimOut5{0%{-webkit-transform:translateZ(0);opacity:1;}
100%{-webkit-transform:translateZ(-200px);opacity:0;}
}
@-moz-keyframes SubMenuAnimOut1{0%{-moz-transform:translateX(0%);opacity:1;}
100%{-moz-transform:translateX(50%);opacity:0;}
}
@-moz-keyframes SubMenuAnimOut2{0%{-moz-transform:translateX(0%);opacity:1;}
100%{-moz-transform:translateX(100%);opacity:0;}
}
@-moz-keyframes SubMenuAnimOut3{0%{-moz-transform:translateZ(0px);opacity:1;}
100%{-moz-transform:translateZ(-300px);opacity:0;}
}
@-moz-keyframes SubMenuAnimOut4{0%{-moz-transform:translateZ(0px);opacity:1;}
100%{-moz-transform:translateZ(300px);opacity:0;}
}
@-moz-keyframes SubMenuAnimOut5{0%{-moz-transform:translateZ(0);opacity:1;}
100%{-moz-transform:translateZ(-200px);opacity:0;}
}
@keyframes SubMenuAnimOut1{0%{transform:translateX(0%);opacity:1;}
100%{transform:translateX(50%);opacity:0;}
}
@keyframes SubMenuAnimOut2{0%{transform:translateX(0%);opacity:1;}
100%{transform:translateX(100%);opacity:0;}
}
@keyframes SubMenuAnimOut3{0%{transform:translateZ(0px);opacity:1;}
100%{transform:translateZ(-300px);opacity:0;}
}
@keyframes SubMenuAnimOut4{0%{transform:translateZ(0px);opacity:1;}
100%{transform:translateZ(300px);opacity:0;}
}
@keyframes SubMenuAnimOut5{0%{transform:translateZ(0);opacity:1;}
100%{transform:translateZ(-200px);opacity:0;}
}
.no-js .dl-menuwrapper .dl-menu{position:relative;opacity:1;-webkit-transform:none;-moz-transform:none;transform:none;}
.no-js .dl-menuwrapper li .dl-submenu{display:block;}
.no-js .dl-menuwrapper li.dl-back{display:none;}
.no-js .dl-menuwrapper li > a:not(:only-child){background:rgba(0,0,0,0.1);}
.no-js .dl-menuwrapper li > a:not(:only-child):after{content:'';}
.dl-menuwrapper button{background:#932b2d;;}
.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul{background:#a43032;}
/* --- component.css end --- */

/* --- layout.css start --- */
/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */.

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url(https://fonts.googleapis.com/css?family=Bitter:400,400italic,700);

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing   : border-box;
	-ms-box-sizing    : border-box;
	box-sizing        : border-box;
}

html {
	overflow-y: -moz-scrollbars-vertical;
	overflow-y: scroll;
	
}

html,body {
	overflow-x: hidden;
	font-family: 'Open Sans', Arial, sans-serif;
}


* {
	margin : 0;
	padding: 0;
}

#usp2 {
    width: 100%; 
    position: absolute;
    text-align: center; 
    float: right !important; 
    border-bottom: 1px solid rgb(221, 221, 221); 
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

img {
	vertical-align: bottom;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff !important;
}

table {
	border-collapse: collapse;
	border-spacing : 0;
}

* {
	border : none;
	outline: 0;
}

:focus{
	outline: 0;
}

.content ol li {
	list-style: inherit;
}

li {
	list-style: none;
}

div.content ul{
	list-style-type: circle;
	margin-left: 15px;
}

div.content ul li {
	list-style-type: circle;
}

a { color: #a43032; }

a, a:hover, a:visited, ins, del {
	text-decoration: none;
}

a:visited {
	color:#c9491e;
}
a:hover {
    color: #333 !important;
}

.full-width-content {
	border: 1px solid #ddd;
}

section, article, aside, hgroup, header, footer, nav, figure, figcaption {
	display: block;
}

body {
    padding-top: 125px;
    transition: padding-top .2s ease;
}
i {
    font-style: italic;
} 

/*
p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
}
*/

.content h3 {
	color: #333333;
	font-family: 'Open Sans',sans-serif;
	font-size: 25px;
}

.strong {
	color: #a43032;
	text-transform: uppercase;
	font-weight:bold;	
}

.usp-list {
    display: block;
	display: -webkit-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1200px;
	font-size: 16px;
	list-style: none;
	-webkit-justify-content: space-between;
	justify-content:space-between;
}

.usp-list > li {
	margin: 6px 0;
}

.ie6 .usp-list > li,.ie7 .usp-list > li,.ie8 .usp-list > li,.ie9 .usp-list > li {
    display: block;
	margin: 6px 0;
	float: left;
	width: 20%;
}

.usp-list > li:before {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
	content: '';
	background-color: #a43032;
	margin: 0 8px 0 0;
}


img {
	max-width: 100%;	
}

.img-full-width {
	display: block;
	margin: auto;
}

.header {
	    width: 100%;
    height: auto;
    background-color: #fff;
    /* border-bottom: 1px solid #ddd; */
    position: fixed;
    top: 0;
    z-index: 1000;
}
.header > .container-fluid {
    margin-top: 30px;
    padding: 0;
    position: relative;
}

.headline, div.headline > h1, div.row h1 {
	color: #c9481e;
	font-family: 'Bitter', sans-serif;	
	font-size: 40px;
	font-weight: 500;
}

h2 {
	color: #333;
	font-family: 'Open Sans', sans-serif;	
	font-size: 30px; 	
}

h3 {
	color: #c9481e;
	font-family: 'Bitter', sans-serif;	
	font-size: 40px;
	font-weight: 500;
}

h4 {
	color: #fff;
	font-family: 'Open Sans', sans-serif;	
	font-weight: 600; 
	font-size: 15px; 	
}

/* Logo ************************/
#header > div.container {
    margin-top: 30px !important;
    padding: 0;
    position: relative;
}
.logo {
    float: left;
    position: absolute;
    left: 0px;
    top: 1px;
    height: 120px;
    bottom: 0;
    font-weight: 600;
}

.logo a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-top: none;
    background: #fdfdfd;
    vertical-align: middle;
}

.logo img {
    width: 125px;
	vertical-align: middle;
}

/* Main Nav ************************/
/*------------ tilbud ----------*/
nav.navigation div.menu0a ul.menu0a li.menu0a-active ul.menu0b li#page154.menu0b-inactive a {
	font-size: 18px;
	color:#a43032;
}

nav.navigation div.menu0a ul.menu0a li.menu0a-inactive ul.menu0b li#page154.menu0b-inactive a{
	font-size: 18px;
	color:#a43032;
}

nav.navigation div.menu0a ul.menu0a li.menu0a-active ul.menu0b li#page154.menu0b-active a {
	color:#333333;
	font-size: 18px;
}

nav.navigation div.menu0a ul.menu0a li.menu0a-active ul.menu0b li#page154.menu0b-active a:hover {
	color:#a43032;
}

#page154 > a {
	font-weight: bold;
}

/*--------- navigation ---------*/

.navigation {
	text-align: left;
	float: right;
	z-index: 999999999999;

}

.ie7 .navigation {
	width: 87%;
}

.navigation ul {
	display: inline-block;
}

.navigation a {
	font-size: 26px;
	font-family: 'Open Sans', sans-serif, arial;
	font-weight   : 700;
	text-transform: uppercase;
	border-right: 1px solid #ddd;
	font-size     : 14px;
	color         : #333;
}

/*.navigation li:last-child a{
  font-size: 22px;
  color: #c9481e;
  }*/

/*.navigation li ul li:last-child a{
  font-size: 12px;
  color: #333;
  	
  }*/

  .navigation ul:before,
  .navigation ul:after {
  	content: "";
  	display: table;
  }

  .navigation ul:after {
  	clear: both;
  }

  .navigation ul {
  	zoom:1;
  }


  .navigation ul li {
  	float: left;
  	position: relative;
  }

  .navigation ul a {
  	float: left;
  	padding: 32px 24px;
  	text-decoration: none;
  }

  .navigation ul li.menu0a-active a{
  	color: #fff !important;
  	background: #a43032;
  }

  .navigation ul li:hover > a  {
  	background: #333333;
  	color: #fff;	
  }

  *html .navigation ul li a:hover {
  	color: #fafafa;
  }

  .navigation ul ul {
  	_margin: 0;
  	opacity: 0;
  	z-index: 999999999999;
  	visibility: hidden;
  	position: absolute;
  	top: 88px;
  	left: -1px;
  	text-align: left;
  	z-index: 9999;
  	-webkit-transition: all .2s ease-in-out;
  	-moz-transition: all .2s ease-in-out;
  	-ms-transition: all .2s ease-in-out;
  	-o-transition: all .2s ease-in-out;
  	transition: all .2s ease-in-out;
  }

  .navigation ul li:hover > ul {
  	opacity: 1;
  	visibility: visible;
  	margin: 0;
  }

  .navigation ul ul li {
  	float: none;
  	display: block;
  	border: 0;
  	margin-top: -6px;
  	padding: 0px;
  	_line-height: 0;

  }

  .navigation ul ul li a {
  	border-bottom: 1px solid #ddd;
  }

  .navigation ul li.menu0a-active ul li.menu0b-inactive a {
  	color:#333333;
  	overflow:hidden;
  }


  .navigation ul li.menu0a-active ul li.menu0b-inactive a:hover {
  	color:#ffffff;
  }

  .navigation ul li.menu0a-active ul li.menu0b-active a {
  	background:#a43032;
  	overflow:hidden;
  }


  .navigation ul li.menu0a-active ul li.menu0b-active a:hover {
  	background:#333333;
  	color: #ffffff;
  }

  nav.navigation div.menu0a ul.menu0a li.menu0a-inactive ul.menu0b li.menu0b-inactive a {
  	color:#333333;
  	overflow:hidden;
  }

  nav.navigation div.menu0a ul.menu0a li.menu0a-inactive ul.menu0b li.menu0b-inactive a:hover {
  	color:#ffffff !important;
  }

  .navigation div ul li.menu0a-active ul li.menu0b-active ul li.menu0c-inactive a {
  	color:#333333;
  	background: #ffffff;
  }

  .navigation div ul li.menu0a-active ul li.menu0b-active ul li.menu0c-inactive a:hover {
  	background:#333333;
  	color:#ffffff;
  }

  .navigation ul ul a {
  	padding: 15px 18px;
  	width: 200px;
  	border-bottom: 1px solid #ddd;
  	margin-top: 0px;
  	_height: 10px;
  	border: 1px solid #ddd;
  	background: #fff;
  	border-top: none;
  	border-bottom: none;
  	display: block;
  	white-space: nowrap;
  	float: none;
  	font-size: 12px;
  	font-family: 'Open Sans', sans-serif, arial; 
  	color:#333333;
  },

  .navigation ul ul a:hover {
  	background-color: #333;
  	color: #ffF;
  }

  .navigation ul ul li:first-child a {
  	border-bottom: 1px solid #ddd;
  }

  .navigation ul ul li:first-child > a:after {
  	content: '';
  	position: absolute;
  	left: 40px;
  	top: 0px;
  	border-left: 6px solid transparent;
  	border-right: 6px solid transparent;
  	border-bottom: 6px solid transparent;
  }


  .navigation ul ul ul {
  	top: 6px;
  	left: 199px;
  	margin: 0 0 0 0px;
  	_margin: 0;
  }

  .navigation ul ul ul li a{
  	border: 1px solid #ddd;
  	border-top: none;	
  }

  .navigation ul ul ul li:first-child a:after {
  	left: 30px;
  	top: 50%;
  	border-left: 0;
  	border-bottom: 6px solid transparent;
  	border-top: 6px solid transparent;
  	border-right: 6px solid transparent;
  }

  .navigation ul ul ul li:first-child a:hover:after {
  	border-bottom-color: none;
  }

  .navigation ul ul ul li:first-child a:hover:after {
  	border-bottom-color: transparent;
  }

  #top_menu #page16 {
      background: #38a430;
  }

  #top_menu #page16 > a {
  	color: #fff;
  }

  .navigation #page554, .navigation #page632, .navigation #page831{
  	display:none
  }

  .menu0d-inactive.menu_caption {
  	font-size: 12px;
  	font-weight: bold;
  }
   .menu-expand {
    display: block !important;
    margin-top: 5px !important;
    height: auto !important;
    transition: all .3s !important;
}
    

    

  /*---------------- old menu -----------*/
/*
.navigation {
  text-align: left;
  float: right;
  z-index: 999999999999;
  width: 87.7%;
}

.navigation ul {
  display: inline-block;
}

.navigation a {
  font-size: 26px;
  font-family: 'Open Sans', sans-serif, arial;
  font-weight   : 700;
  text-transform: uppercase;
  border-right: 1px solid #ddd;
  font-size     : 14px;
  color         : #333;
  }*/

/*.navigation li:last-child a{
  font-size: 22px;
  color: #c9481e;
}

.navigation li ul li:last-child a{
  font-size: 12px;
  color: #333;
  	
  }*/
/*
.menu0a:before,
.menu0a:after {
        content: "";
        display: table;
}

.menu0a:after {
        clear: both;
}

.menu0a {
        zoom:1;
}


.menu0a li {
        float: left;
        position: relative;
}

.menu0a li a {
        float: left;
    	padding: 32px 30px;
        text-decoration: none;
}

.menu0a li.menu0a-active a{
		color: #fff !important;
		background: #a43032;
}

.menu0a li:hover > a  {
		background: #333333;
		color: #fff !important;	
}

*html .menu0a li a:hover {
        color: #fafafa;
}

.menu0a ul.menu0b {
        _margin: 0;
        opacity: 0;
        z-index: 999999999999;
        visibility: hidden;
        position: absolute;
        top: 88px;
        left: 0;
        text-align: left;
        z-index: 9999;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
}

.menu0a li:hover > ul {
        opacity: 1;
        visibility: visible;
        margin: 0;
}

.menu0a ul.menu0b li {
        float: none;
        display: block;
        border: 0;
	margin-top: -6px;
	padding: 0px;
        _line-height: 0;

        }*/

/*.menu ul li a:last-child {
        border-bottom: 1px solid #ddd;
        }*/
/*
.menu0a ul.menu0b a {
        padding: 15px 18px;
        width: 200px;
	border-bottom: 1px solid #ddd;
	margin-top: 0px;
        _height: 10px;
	border: 1px solid #ddd;
        background: #fff;
	border-top: none;
	border-bottom: none;
        display: block;
        white-space: nowrap;
        float: none;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif, arial; 
}

.menu0a ul.menu0b a:hover {
		background-color: #333333 !important;
		color: #fff !important;
}

.menu0a ul.menu0b li:first-child a {
		border-top: 1px solid #ddd;	
}

.menu0a ul.menu0b li:first-child > a:after {
        content: '';
        position: absolute;
        left: 40px;
        top: 0px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid transparent;
}

.menu0a ul.menu0b ul.menu0c{
      margin-left:0px;
}

menu0a ul.menu0b ul.menu0c li a {
     margin-left:10px;
}
*/

/*-------------------------- Billedbeskrivelser -----------*/
.image-description-box{
	float:right;
	clear:right;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:20px;
	margin-left:20px;
	border:thin solid #ccc;
	background:#f3f3f3;
	max-width: 45%;
}
.image-description-box img {
	width: 100%;
	height: auto;
}
.image-description-text{
	font-size:12px;
	display:block;
	margin: 5px;
}

.custom_description {
	margin: 20px 0;
	border: solid 1px #ccc;
}

.custom_description_text {
	margin: 0;
	padding: 5px;
	background-color: #f3f3f3;
}

.data-img {
    opacity: 0;
}
#contactForm .btn {
    background-color: #e9e9e9;
}
.ac_login_true div.freight_box {
    display: none;
}
@media screen and (max-width: 991px) {
.product-container>.addToBasket {
    width: 80% !important;
}
/* a {
    min-height: 48px;
    min-width: 48px;
    line-height: 48px;
} */
div.bottom-footer > div.container {
    line-height: 48px;
}
    div.returpaller-buttons > div > div.text-center {
    margin: 15px auto;
}
}
@media only screen and (max-width: 959px) {
	.image-description-box{
		float:none;
		clear:both;
		margin: 20px 0;
		border:thin solid #ccc;
		background:#f3f3f3;
		max-width: 100%;
	}
}





/*-------------------------- produkt gallerier -----------*/
.es-carousel-wrapper,
.rg-image-wrapper {
	border-radius:0 !important;
	box-shadow: 0 0 3px #CCCCCC !important;
}

/*-------------------- footer -------------------*/
.footer {
    display: flex;
	align-items: center;
	background-color: #fff;
	padding: 15px;
	color: #333 !important;
}
.footer strong {
    padding: 0 5px 0 15px;
}
footer {
	padding-top: 40px;
	background: #fff;	
}

footer p {
	color: #fff;
	padding: 0 10px 0 0;
}
.cert-sidebar > a > img {
    height: 75px;
    margin: 15px 0 0px;
}
.dankort-forside {
    display: flex;
    align-items: center;
    padding-bottom: 7.5px;
    flex-wrap: wrap;
    justify-content: center;
}
.dankort-forside a {
    padding: 0 10px;
    text-align: center;
}

.cert-img {
    text-align: center;
}
.cert-img > a > img {
    margin: 0px;
    width: 350px;
    height: 495px;
    border: none;
}
.cert-footer {
    background-color: #c9481e;
    border: 1px solid #dcdcdc;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0 !important;
}
.email-parent {
    display: flex;
    align-items: center;
    padding-top: 7.5px;
}
.email-parent > p {
    margin: 0;
}
.email-parent > strong {
    color: #fff;
}
.email-parent > p > strong {
    color: #fff;
}
.bottom-footer {
	color: #fff;
	text-align: center;
	padding: 10px 0px;
	background: #a43032;	
}
.bottom-footer .container {
   padding: 5px 15px !important;
   display: flex;
}
.bottom-footer .container a {
   display: flex;
   margin: 0 auto;
}
.bottom-footer a{
	color:#fff;
	text-decoration:underline;
}
.mail-forside {
	color: #333;
}
.mail-container {
    display: flex;
    flex-direction: row;
    padding: 5px;
    color: #fff;
}
.mail-container a {
    font-size: 1em;
    padding: 0 5px;
    color:#fff !important;
}
div.handelsbetingelser  > p {
    margin: 0 0 10px 0 !important;
    padding-left: 66px;
    text-indent: -66px;
}
a.handelsbetingelser {
	float:left;
	color:#ffffff !important;
}

a.handelsbetingelser:hover {
	color:#333333 !important;
}

a.links {
	color: #FFFFFF !important;
	float: left;
	margin-left:20px;
}

a.links:hover {
	color:#333333 !important;
}
a.eventalink:hover{
	color:#333333 !important;
}

.dankort-forside a.links {
    margin-left:0px;
}

/*--------------- reklamation komponent ---------------*/

.rekl_step {
	position: relative;
}

.rekl_step img {
	max-width: 100%;
}

.rekl_step .controls {
	margin: 30px 0 40px 0;
}

.rekl_step .controls .start {
	color: #a43032;
	cursor: pointer;
	font-weight: 700;
}

.rekl_step .controls .start:hover {
	color: #333;
	text-decoration: underline;
}

.rekl_step .controls .btn {
	margin: 0 10px 0 0;
	padding: 10px 40px;
	background: #a43032;
	border: solid 1px #a43032;
	color: #fff;
	cursor: pointer;
	text-shadow: none;
	font-size: 13px;
	font-weight: normal;
	border-radius: 0;
}

.rekl_step .controls .btn:hover {
	background-color: #c9481e;
}

.rekl_step .hidden_box {
	position: absolute;
	top: 50px;
	left: 0;
	padding: 20px;
	background-color: #f2dede;
	display: none;
}

.rekl_step .hidden_box .close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
	cursor: pointer;
	margin: -15px -13px;
}

.rekl_step .hidden_box .close:hover {
	opacity: .5;
	filter: alpha(opacity=50);
}

.hidden {
	display: none !important;
}

.show {
	display: block !important;
}

.form_col {
	margin: 0 0 30px 0;
	width: 50%;
	float: left;
}



/*--------------- søgeresultater ------------------*/
input.searchbutton {
	background: none repeat scroll 0 0 #A43032;
	border: medium none;
	border-radius: 0;
	color: #FFFFFF;
	font-size: 14px;
	padding: 6px 14px;
	text-shadow: none;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

input.searchbutton:hover {
	background:#333333;
	color:#ffffff;
	border:none;
}

.search_result_text {
	display: block;
	margin-bottom: 25px;
}

/*-------------------------- katalog visning ------------------------*/
.empty-pagination {
    display: none !important;
}
.pagination {
	height: 100%;
	margin: 10px 20px 20px 0;
	width:100%;
}

.pagination:after {
    display: block;
    content: '';
    clear: both;
}

.pagination a:hover, .pagination a.current {
	background:#333333 !important;
	color: #FFFFFF !important;
}

.pagination a {
	-moz-font-feature-settings: normal;
	-moz-font-language-override: normal;
	-moz-transition: all 0.1s ease-in-out 0s;
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    color: #444;
    float: left;
    font-size: 13px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: bold!important;
    height: 30px;
    margin: 0 10px 0 0;
    min-width: 7px;
    padding: 5px 10px 0;
    text-decoration: none;
}

.produkt_list product_row colm_3 {
	margin-left:0;
}

.produkt_list.clearfix.product_item {
	float: left;
	list-style-type: none;
	margin-bottom: 20px;
	margin-right: 20px;
}

.product-container {
/*     height: 300px;
width: 221px; */
	padding:10px;
}
.product-container > a:first-child {
        height: 40%;
    display: block;
}
.product-container .pki {
	min-height: 80px;
}

.product-container > .quantity {
	display: block;
	text-align: center;
}
.product-container > .quantity select {
    margin:10px 0 0 0 !important;
    width:31%;
    height: 30px;
    display: inline; 
}
.product-container > .quantity input {
    margin:10px 0 0 0 !important;
    width:30%;
    height: 30px;
    display: inline;
}

.product_katalog_img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.image-title {
	height: 38px;
	margin-top: 15px;
	margin-bottom:5px;
	overflow: hidden;
	text-align: center;
}

.image-title > a {
	color: #333333;
	font-weight: bold;
	line-height: 20px;
}

.image-title > a:hover {
	color:#C9481E;
}

.product-price {
	text-align: center;
}

.product-price {
	color: #A22D2F;
	font-weight: bold;
	text-align: center;
}

.old-price {
	color: #888888;
	font-weight:normal;
	text-decoration:line-through;
}

.product-container > .addToBasket {
	display: block;
	margin: 10px auto;
	padding: 8px 0;
	width: 80%;
	color: #fff;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	background-color: #38a430;
}

.product-container > .addToBasket:hover {
	color: #fff;
	background-color: #1e7e17;
}

/*----------------------- detaljevisning ------------------*/
#freightSearch {
margin: 10px 0 20px;
border-radius: 4px;
border: 1px solid silver;
padding: 5px;
width: 278px;
height: 136px;
text-align: center !important
}

#freightSearch p {
width: 100%;
}

#freightSearch input {
width: 100%;
}

.pricing > .price {
color: #FFFFFF;
background: #38a430;
padding: 3px 10px;
white-space: nowrap;
display: inline-block;
border-radius: 2px;
}

.col.detailed-view {
	float: left;
	width: 350px;
}

.detail-headline {
	color: #333333;
	font-family: 'open sans',sans-serif;
	font-size: 30px;
}

td.product_detail_img {
	height: 240px;
}

.product_detail_img {
	width: 350px;
}

.col.right {
	float: left;
	margin-left: 25px;
	width: 300px;
}

.antal {
	float: left;
	margin-right: 15px;
}

.antal select {
	width: 60px;
	padding: 5px;
	display: inline-block;
}

input.product_quantity {
	display: inline;
	width: 50px;
}

.addToBasket.btn_addToBasket:hover {
	/*opacity:0.7;*/
	color:#fff;
}

.produkbeskrivelse {
	font-family: 'open sans',sans-serif;
	margin-top: 25px;
}

.relaterede {
	font-family: 'open sans',sans-serif;
}

.related_product {
	border: 1px solid #CCCCCC;
	float: left;
	width: 138px;
	margin:-1px 10px 10px -1px;
	text-align: center;
}

.related_product h4 {
	color: #333333;
	display: block;
	font-size: 12px;
	height: 46px;
	line-height: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: center;
	width: 90%;
	overflow:hidden;
}

.related_product h4:hover {
	color:#A43032;
}

.related_product img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-height:75px;
}

.related_price {
	display: inline-block;
	margin: 10px 0 0;
}
.basket-container {
    display:none;
}


.product-row {
   margin-bottom: 7.5px;
}
.fp-new-links div {
   margin-bottom: 15px;
}
.fp-new-links div.col-md-2 {
   padding: 0 5px;
}
.fp-new-links div div a {
   background-color: #a43032;
   color: #fff !important;
   font-family: 'open sans',arial,sans-serif;
   font-size: 15px;
   font-weight: 600;
   border-radius: 0;
   line-height: 35px;
   width: 150px;
   margin-bottom: 0;
}
.fp-product-link, .fp-product-link a {
   position: absolute !important;
   right: 0;
   left: 0;
   bottom: 0;
   top: 0;
   width: 93% !important;
   height: 100%;
   margin: 0 15px;
   /* padding: 0 15px; */
   z-index: 3;
    min-height: 100%;
}
.fp-product {
    margin:0;
}
.fp-product > .row {
   margin: 0;
}
.fp-product > .row > .col-md-12 {
   padding:0;
}
.fp-product > .row > .col-md-12 > img {
   width: 100%;
}



.frontpage_products {
    margin-top: 10px;
}

.frontpage_product {
	border: 1px solid #CCCCCC;
	float: left;
	width: 141px;
	margin:-1px 10px 10px 0px;
	text-align: center;
        min-height: 180px;
}

.frontpage_product h4 {
	color: #333333;
	display: block;
	font-size: 12px;
	height: 46px;
	line-height: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: center;
	width: 90%;
	overflow:hidden;
}

.frontpage_product h4:hover {
	color:#A43032;
}

.frontpage_product img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-height:75px;
}

.frontpage_product_price {
	display: inline-block;
	margin: 10px 0 0;
}
.frontpage_product .old-price {
    display: block;
}

.frontpage_product:last-child {
    margin-right: 0;
}

.frontpage_product .addToBasket {
    display: block;
    padding: 4px 8px;
    background-color: #38a430;
    color: #fff;
    cursor: pointer;
}

.frontpage_product .addToBasket:hover {
    color: #fff;
    background-color: #555;
    text-decoration: none;
}

.add-product > a {
    color: #FFF;
    background: #38a430;
    margin: 5px 0 0 0;
    padding: 7px 15px;
    white-space: nowrap;
    display: inline-block;
    border-radius: 0;
    height: 34px;
}

.add-product > a:hover {
	color: #FFFFFF;
	background:#379330;
}

.tilbage {
    margin-top: 10px;
    padding: 15px 2.5px;
}

.tilbage > a {
	background:#A43032;
	color: #FFFFFF;
	padding: 8px;
}

.tilbage > a:hover {
	background:#333333;
	color:#fff;
}

.red-headline-box {
	display: none;
}

.phone-basket > a {
	display: block;
	margin: 0 0 10px;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	background-color: #38a430;
}

.phone-basket > a:hover {
	background-color: #298a22;
}
.product_thumbnail_img > img {
    padding: 5px 15px 15px 0px  !important;
    cursor: pointer;
    transition: filter .6s;
}
.product_thumbnail_img > img:hover {
    filter: brightness(0.75);
    transition: filter .6s;
}

/*----------------------- Købsprocess -------------------*/

/*------------------- trin -------------------*/
div#status div.arrowContentSelected,
div#status div.arrowContent {
	height:25px !important; 
}

/*----------------- indkøbskurv ------------*/

.teaser-text {
    padding: 15px 0 0 0;
    text-align: center;
    font-size: 23px;
    font-weight: 300;
}

.orderNumberHeadline,
.productNameHeadline,
.pricesHeadline,
.unitPriceHeadline,
.subTotalHeadline {
	font-size: 12px;
	color:#a43032 !important;
}

.unitPriceHeadline {
	line-height: 16px;
}

#form1 > input {
	background: #A43032;
	border: solid 2px #A43032;
	border-radius: 0;
	color: #FFFFFF;
	text-shadow: none;
}

#form1 > input:hover {
	background:#333333;
}

#form1 > #buttonShopMore {
	color: #333;
	background-color: #fff;
	border: solid 2px #333;
	float: left;
}

#form1 > #buttonShopMore:hover {
	background-color: #fff;
}


#form1 > input[type=submit] {
	background-color: #38a430;
	border: solid 2px #38a430;
}

#form1 > input[type=submit]:hover {
	background-color: #1e7e17
}

.related-in-cart {
    display: none;
}

.related-in-cart > .related-in-cart {
    margin: -10px;
}

.related-in-cart .pagination {
    display: none;
}

.related-in-cart .product_row {
    margin: 0;
    padding: 0;
    list-style: none;
}

.related-in-cart .produkt_list.clearfix.product_item {
    width: 20%;
    padding: 10px;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.related-in-cart .produkt_list.clearfix.product_item .product-container {
    width: 100%;
    height: auto;
}

/*--------------- Kundeinformation ------------------*/
.customer-info input, .customer-info select, .customer-info textarea {
    display: inline-block;
    margin-bottom: 0;
    padding: 7px 10px !important;
}

.customer-info .delivery-address > .two-thirds {
    padding-bottom: 0;
    border-color: #e5e5e5;
}

#getInfoBox:after {
	display: block;
	content: '';
	clear: both;
}

#getInfoBox .left {
	width: 250px;
	float: left;
}

#getInfoBox .caption {
	background: none !important;
	width: 90px;
	padding-left:0 !important;
	padding: 0 !important;
}

#getInfoBox .button {
	background: none !important;
	border:none;
	margin: 0;
	margin-left: 0 !important;
	padding: 0;
	float: left;
}

#getInfoBox .button > input {
	margin-bottom: 0 !important;
}

#getInfoBox .description {
	margin-top: 0;
}

div.input input {
	margin-bottom: 0;
}

div.input textarea {
	margin-bottom: 0;
}

#addressInfoBox .headline,
#addressInfoBox2 .headline,
#extraInfoBox .headline {
	margin-bottom: 10px;
	font-size: 23px;
	color:#a43032;
}

div#customerInfo div#addressInfoBox2 {
	float: left;
	clear: both;
	width: 280px;
	margin: -20px 15px 15px 0 !important;
}

.input textarea {
	width: 100% !important;
	height: 40px !important;
}

.notis {
	font-size: 12px;
}

#addressInfoBox .caption,
#extraInfoBox .caption,
#addressInfoBox2 .caption {
	background: none;
	padding-left: 0;
}

#buttons > input,
.button > input {
	background: #A43032;
	border: medium none;
	border-radius: 0;
	color: #FFFFFF;
	text-shadow: none;
}

#buttons > input:hover,
.button > input:hover {
	background:#333333;
}

.button > input:hover {
	border:none !important;
	color:#ffffff !important;
}

/*------------------- Levering ---------------*/
.deleveryCaption, .priceCaption {
	font-size: 13px;
}

div#freightOptionsButtons {
	width:263px !important;
	margin-left: 358px !important;
}

#freightOptionsButtons > input {
	border: medium none;
	border-radius: 0;
	color: #FFFFFF;
	text-shadow: none;
	background: #A43032;
	float:right;
	margin-left:10px;
}

#freightOptionsButtons > input {
	float: left;
}

#freightOptionsButtons > input:hover {
	background:#333333;
}

/*---------------------- betalingsform ----------------------*/
.typeCaption, .feeCaption {
	font-size: 13px;
}

.paymenttable td {
	vertical-align: top;
}

div#paymentSelection div.headline div.typeCaption {
	padding-left: 15px;
	text-align: left;
}

.itemLineUnitPrice,
.itemLineSubTotal,
.vatInfoBoxe,
.subTotalHeadline,
.unitPriceHeadline  {
	text-align: right;
} 

.itemLineQuantity {
	text-align: center;
}

.vatInfoBoxes > table {
	margin-top: 10px;
}

#paymentButtons > input {
	background: #A43032;
	border:none;
	border-radius: 0;
	color: #FFFFFF;
	text-shadow: none;
}

#paymentButtons > input:hover {
	background:#333333;
}

div#paymentButtons {
	width:145px !important;
	margin-left: 361px !important;
}


.payment-options > table > thead > tr > th:first-child, .payment-options > table > tbody > tr > td:first-child {
    max-width: 180px;
}

.shipping-options > table > thead > tr > th:last-child, .shipping-options > table > tbody > tr > td:last-child, .payment-options > table > thead > tr > th:last-child, .payment-options > table > tbody > tr > td:last-child {
    min-width: 100px;
}

/*----------------------- Godkend betaling ---------------------*/
.faktureringsadresse td, .leveringsadresse td {
	padding-left: 15px;
}

.td-headline {
	padding-top: 10px;
}

.td-last {
	padding-bottom: 10px;
}

#basketlist input {
	background: none repeat scroll 0 0 #A43032;
	border: medium none;
	border-radius: 0;
	color: #FFFFFF;
	text-shadow: none;
}


#basketlist input:hover {
	background:#333333;
}

/*---------------------- betaling ----------------------*/
#auth.formsubmit {
	background: none repeat scroll 0 0 #A34042;
	border: medium none;
	border-radius: 0;
	color: #FFFFFF;
	margin-top: 10px;
	text-shadow: none;
}

#auth.formsubmit:hover {
	background:#333333;
}

/* #Page Styles
================================================== */

/*------------------- Front page ------------------*/

/* Slider */
.iosSlider .slider .item1 .inner {
	background-image: url(/images/3078/75ar_banner_web.jpg);
	background-size: cover;
	width: 100%;
	height: 350px;
}
.iosSlider .slider .item2 .inner {
	background-image: url(/images/3078/topbanner2min.jpg);
	background-size: cover;
	width: 100%;
	height: 350px;
}
.iosSlider .slider .item3 .inner {
	background-image: url(/images/3078/fcdrastrup.jpg);
	background-size: cover;
	width: 100%;
	height: 350px;
}
.iosSlider .slider .item4 .inner {
	background-image: url(/images/3078/topbanner4min.jpg);
	background-size: cover;
	width: 100%;
	height: 350px;
}
.iosSlider .slider .item5 .inner {
	background-image: url(/images/3078/topbanner5min.jpg);
	background-size: cover;
	width: 100%;
	height: 350px;
}
.iosSlider .slider .item6 .inner {
	background-image: url(/images/3296/forside_banner.jpg);
    background-size: cover;
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;
}
.slider-container {
	/* defaults for resposive height container */
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 1;
	height: 415px;
	margin-top: -10px;
	/* 39% being the ratio we are maintaining 
	 * calculated by looking at the image 
	 * ratio: 400/1024 = ~0.39 */
	 padding: 0;
	 /* margin-bottom: 30px; */
	}
	.inner-container {
		height: 230px;	
	}

	.iosSlider {
		width: 100%;
	/* this height ends up being your maximum height, 
	 * if you want it to scale forever, set it to 
	 * a very high number */
	 height: 1500px;
	}

	.iosSlider .slider {
		width: 100%;
		height: 100%;
	}

	.iosSlider .slider .item {
		float: left;
		width: 100%;
	}

	.iosSlider .slider .item img {
		height: auto;
	}

	.iosSlider .slider .item .inner .line-a {
		position: absolute;
		opacity: 0;
		filter: alpha(opacity=0);
		top: 40%;
		text-align: center;
		padding: 0 15px; 
		line-height: 40px; 
		width: 100%; 
		opacity:0; 
		filter:alpha(opacity=0);
	}

	.line-a h2 {
		line-height: 20px;	
		color: #fff;
		display: inline-block;
		background: #a43032;
		background: rgba(164,48,50,1);
		font-family: 'Open Sans', arial;
		font-weight: 700;
		text-transform: uppercase;
		padding: 20px 80px;
		font-size: 19px;
		margin-bottom: 0;
	}

	.iosSlider .slider .item .inner .line-b {
		position: absolute;
		opacity: 0;
		filter: alpha(opacity=0);
		top: 55%;
		text-align: center;
		padding: 0 15px; 
		line-height: 40px;
		/*width: 800px;*/
		width:100%;
		opacity:0; 
		filter:alpha(opacity=0);
	}

/*
.container-fluid {
    padding: 0 !important;
}
.flexslider {
    border: none !important;
    margin: 0 !important;
} 
.container-fluid > .row {
    margin-bottom: 0;
}
.flexslider_container {
        margin-top: 35px;
        overflow: hidden;
}
 .slider-caption {
    display: flex;
    flex-direction: column;
    z-index: 15;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 3000000000000000000000;
}
.slider-caption-headline {
    text-align: center;
    margin: auto auto 15px auto;
    padding: 0 15px;
    line-height: 40px;
    font-size: 3em;
    color: #000;
    line-height: 20px;
    color: #fff;
    display: inline-block;
    background: #a43032;
    background: rgba(164,48,50,1);
    font-family: 'Open Sans', arial;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 80px;
    font-size: 19px;
    margin-bottom: 0;
}
.slider-caption-content {
text-align: center;
margin: 15px auto auto auto;
padding: 0 15px;
line-height: 40px;
font-size: 3em;
color: #000;
line-height: 20px;
color: #fff;
display: inline-block;
text-shadow: 0 0 1px rgba(0,0,0,.5);
background: #c9481e;
background: rgba(201,72,30,0.9);
font-family: 'Open Sans', arial;
font-weight: 700;
text-transform: none;
padding: 10px 25px 12px 25px;
font-size: 16px;
    
    


.flexslider .slides img {
    transition: none;
    height: auto;
width: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
.flexslider .slides > li {
    height: 350px !important;
    overflow: hidden;
}

.flex-prev, .flex-next {
    color: transparent !important;
    text-shadow: none !important;
}
} */
.product_container {
        text-align: center;
    display: block;
}
.product-container {
    float: left;
    /* width: 135px; */
    /* margin: -1px 10px 10px 0px; */
    text-align: center;
    height: 315px!important; 
    width: 90%;
    border: 1px solid #e9e9e9;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.frontpage-items  .product-container {
        border: 1px solid #CCCCCC;
    float: left;
    width: 140px;
    padding: 5px;
    /* margin: -1px 10px 10px 0px; */
    text-align: center;
       height: 205px !important;
}
.product-container > .pki {
    height: 40%;
}
.product-container > .image-title {
    height: 15%;
}
.product-container > .product-price {
    height: 10%;
}
.frontpage-items .product-container > .pki {
    height: auto;
}
.frontpage-items .product-container > .image-title {
    height: auto;
    margin: 0;
}
.frontpage-items .product-container > .product-price {
    height: auto;
}
.product-parent {
    padding: 0;
    display: inline-block;
    
}
.frontpage-items > div > div >.product_container > .product-parent > div > .quantity {
    display: none;
}
.frontpage-items > div > div >.product_container > .product-parent > div > .addToBasket  {
    display: none;
}
.product_container .produkt_list {
    margin: auto;
}
.product-price {
    font-size: .9em;
}















	.line-b h3 {
		line-height: 20px;	
		color: #fff;
		display: inline-block;
		text-shadow: 0 0 1px rgba(0,0,0,.5);
		background: #c9481e;
		background: rgba(201,72,30,0.9);
		font-family: 'Open Sans', arial;
		font-weight: 700;
		text-transform: none;
		padding: 10px 25px 12px 25px;
		font-size: 16px;
	}

	.home-cat {
		/*padding: 30px 0px;
		background: #f8f8f8;
		border: 1px solid #ddd;
		border-bottom: none;*/	
		z-index: 2;
		text-align: center;
	}
    .home-cat div h3, .home-cat h3 {
           color: #c9481e;
       font-family: 'Bitter', sans-serif;
       font-size: 40px;
       font-weight: 600;
       }
	.container.categories h4 {
		text-transform: uppercase;
	}

	div.home-text div h1.headline {
    /*color: #C9481E;
    font-family: 'bitter',sans-serif;
    font-size: 40px;
    font-weight: 500;
    display:none;*/
}

.home-text {
	text-align: center;	
	background: #f8f8f8;
	padding: 30px 0px;
	border: 1px solid #ddd;
}

.home-text a {
	display: block;
	padding: 0 15px;
	width: 14.2857%;
	float: left;
}

.home-text p {
	max-width: 800px;
	margin: 0 auto;
	padding-top: 10px;
}



.forside-links {
	background:#a43032;
	height: 45px;
	width: 100%;
}

.forside-links:hover{
	background:#333333;
}


.forside-links > h4 {
	color: #FFFFFF;
	font-family: 'open sans',arial,sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 45px;
	margin-bottom: 0;
}

.frontpage-separator {
	background: none repeat scroll 0 0 #EEEEEE;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	height: 80px;
	margin-top: -1px;
}

.second-content {
   background: none repeat scroll 0 0 #F8F8F8;
   border: 1px solid #DDDDDD;
   margin-bottom: -1px;
   margin-top: -1px;
   padding: 20px;
}
.second-content a {
    color: #a43032;
}

.second-content .container {
	background: none repeat scroll 0 0 #F8F8F8;
	border: 1px solid #DDDDDD;
	margin-bottom: -1px;
	margin-top: -1px;
}

div.second-content .content {
	padding: 20px;
}
.insta-headline a {
    color: #a43032;
}
.fb-like.fb_edge_widget_with_comment.fb_iframe_widget {
	margin-top: 23px;
}

/* .dankort-forside > a > img {
    float: left;
    margin-top: 9px;
    margin-right:20px;
    height:22px;
} */
.dankort-forside > a > img {
/* float: left;
margin-right:20px;
margin-top: 0; */
height: 25px;
margin: 0;
}

.co2-neutralt-forside {
	float: left;
	width: 150px;
}

.co2-neutralt-forside > img {
	height: 40px;
	padding-bottom: 5px;
	margin-right:20px;
}

/* Search
-------------------------------------- */
#search-container{
	position: relative;
	float: right;	
	margin-top: 20px;
	margin-right: -6px;
}

.searchform input {
	font: 12px/15px 'DroidSansRegular', Arial, sans-serif;
}
.searchform .searchfield {
	background: #fff;
	color: #000;
	padding: 6px 6px 6px 8px;
	.width: 328px;
	width: 305px;
	border: solid 1px #000;
	outline: none;
	margin-left: 0px;
	float: left;
	position: relative;
	border-radius: 0px;
	margin-right: 0px;
}

.searchform .searchbutton {
	cursor: pointer;
	outline: none;
	position: relative;
	color: #fff;
	height: 29px;
	float: right;
	border-radius: 0px;
	margin-right: 14px;
	border: solid 1px #a43032;
	margin-top: 0px;
	padding: 4px 15px 4px 18px;
}

.searchform .searchbutton:hover {
	border: 1px solid #a43032;		
	background-color: #a43032;
}

input.searchword {
	margin-bottom: -9px !important;
	margin-left: 10px;
}

.searchbutton {
	margin-top: 10px;
}

	ul.ui-autocomplete {
        list-style: none;
        padding: 0px;
        margin: 0px;
        background-color: #F3F3F3;
        width: 400px;
        background-image: none;
        border: 1px solid #e9e9e9;
        position: fixed !important;
        z-index: 9999 !important;
        border-radius: 0;
        max-height: 600px;
        overflow-y: scroll;
    }
    ul.ui-autocomplete li.ui-menu-item {
        padding:0;
        margin:0 0 10px 0;
        
    }
    
    ul.ui-autocomplete li.ui-menu-item:last-child {
        margin:0;
    }

    ul.ui-autocomplete .autocomplete-result-container {
        width:100%;
        background-color:#FFFFFF;
    }

    ul.ui-autocomplete .autocomplete-result-image {
        width:15%;
        float:left;
        padding: 10px;
    }
	
	ul.ui-autocomplete .autocomplete-result-text {
        width: 85%;
        float: left;
        height: 85px;
        display: flex;
        /* padding-left: 10px; */
        justify-content: space-around;
        font-size: 12px;
        font-weight: bold;
    }

    ul.ui-autocomplete .autocomplete-result-headline {
        text-weight:bold;
        margin: auto;
    }

    ul.ui-autocomplete .autocomplete-result-read-more {
        margin: auto 30px auto auto;
    }
    
    ul.ui-autocomplete .autocomplete-result-read-more a {
        font-size:14px;
        font-weight:bold;
        text-align: center;
    }


/* Categories Home */


.caption {
	background: #a43032;
	width: 100%;
	padding: 7px 0;
	display: flex;
    min-height: 43px;
	text-align: center;	
}

.caption h1,
.caption h2,
.caption h3 {
	color:#ffffff;
	font-family:'Open Sans', sans-serif;
	font-size:15px;
	font-weight:600;
	line-height:30px;
	margin-bottom:0;
	margin: auto;
}

.categories .one-third {
	margin-bottom: 33px;	
}

.categories a:hover .caption {
	background: #333333;	
}


/* Inner Page */

.divider-container {
	/* background: url(/images/1226/have_topbanner_undersider.jpg); */
/*     height: 250px;
float: left;
width: 100%;
margin-top: -10px;
background-size:cover;
background-position:center;
 */
    display: flex;
	height: 325px;
    background-size: cover;
    margin-top: 35px;
    background-position: center;
    background-repeat: no-repeat;
}

.divider-container .line-a{
	margin: auto auto 0 auto;
}

.inner-divide {
	_background: url(/template/xtesh6gv/inner-line.png) no-repeat;
	height: 30px;	
}

.inner-page .caption {
	text-align: left;
	padding-left: 20px;
	width: 100%;
	background: #c9481e;	
}

.inner-page .two-thirds {
	border: 1px solid #ddd;
	padding-bottom:20px;	
}

.inner-page .content {
	padding: 30px 20px;	
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*-------------- Fordele ved FC --------------------*/
.fordele > li {
	list-style-type: circle;
	margin-left: 15px;
}

/* produkter --> belægningssten --> slotsbrosten */
table.fliseinfo {
	border: 1px solid #ECECEC;
	margin-bottom: 15px;
	width:100%;
}

.fliseinfo td {
	vertical-align: middle;
	padding:5px;
	border: 1px solid #ECECEC;
	width:33%;
	text-align:center;
}

table.fliseinfo .heading {
	background: none repeat scroll 0 0 #ECECEC;
}

/*---------- returpaller ----------*/
p.returpaller_besked textarea {
	height: 150px;
	width: 530px;
}

.returpaller_besked {
	width: 100%;
}

#returpallerSearchContainer {
	border: thin solid #a43032;
	padding: 10px;
}

#fc-returpaller-adresse label {
    display:inline;
}


/*------------------ gode råd --> læg en stabil terasse --------------*/
.kantsikring-closeup > img {

}

/*------- gode råd --> hvordan laver man en betontrappe --------*/
.stoedtrin {
	margin-bottom: 10px;
	margin-top: 10px;
	width: 40%;
	margin-left:15px;
}

.trappe-med-draen {
	margin-bottom: 10px;
	margin-top: 20px;
}

/*---------- Kontakt --> PDF-katalog ----------*/

table.beton-blanding {
	text-align:center;
	width:100%;
}

table.udlejning {
	float: left;
	margin-right: 20px;
	width: 30%;
	text-align: center;
}

table.udlejning:last-child {
	margin-right: 0;
}

table.udlejning,
table.udlejning td,
table.beton-blanding, 
table.beton-blanding th, 
table.beton-blanding td {
	border: 1px solid #ccc;
	border-collapse: collapse;
}

table.udlejning th,
table.udlejning td,
table.beton-blanding th, 
table.beton-blanding td {
	padding: 5px;
}

table.udlejning th,
table.beton-blanding th {
	background: none repeat scroll 0 0 #a43032;
	color: #fff;
	font-weight: bold;
}

.text-left {
	text-align: left;
}

.beton-blandingsforhold > h3 {
	font-size: 20px;
}

.beton-blandingsforhold h4 {
	color: #333;
}

div.beton-blandingsforhold > ul {
	margin-left: 0;
}

div.beton-blandingsforhold li {
	line-height: 30px;
	list-style-type: none !important;
	margin-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
}

div.beton-blandingsforhold li:after {
	display: block;
	content: '';
	clear: both;
}

.beton-blandingsforhold .text-right {
	float: right;
	text-align: right;
}

table.beton-blanding th.with-image {
	vertical-align: middle;
	background-color: #fff;
}

.text-align-right {
	text-align: right;
}

div.beton-blandingsforhold {
	display:none;
}

.mortel-miljoklasse {
	vertical-align:bottom;
}

.retur-paller h5 {
    _color: #c9491e;
   /*  color: #000; */
    _font-size: 1.5em;
    font-weight: bold;
    _text-transform: uppercase;
    
    font-family: 'Open Sans', sans-serif, arial;
    font-size: 22px;
    line-height: 24px;
}

.retur-paller > a > div > p {
    font-size: .9em;
}


@media only screen and (max-width: 1199px) {
    .image-title > a {
        color: #333;
        font-weight: 700;
        line-height: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    div.container.inner-page {
        margin-top: 100px !important;
    }
    .logo a {
        border: none;
    }
    #mobile-search-container {
        top: 23px !important;
}
    .dl-menuwrapper button {
		margin: 15px 0;
	}
    .search-block {
	padding: 0px 0px;	
	background: #fff;
}
#rekl_start > .controls > span {
    padding: 15px;
    background-color: #a43032;
    display: block;
    text-align: center;
    margin: 15px 0;
    color: #fff;
}
.rekl_step > h2 {
    font-size: 20px;
    line-height: initial;
}
.rekl_step .hidden_box.show {
    top: 140px;
    bottom: 0;
    position: fixed;
    z-index:9999999;
}
#rekl_form > .form_col {
    width: 100% !important;
}
#rekl_form #image1, #rekl_form #image2, #rekl_form #image3 {
    padding: 15px 0 !important;
}

#rekl_form > .form_col > input, #rekl_form > .form_col > textarea {
    width: 100%;
}
#rekl_form input[type=radio] {
    margin: 30px 0 0 !important;
}
.rekl_step .hidden_box.show > span {
    font-size: 30px;
}
.rekl_step .hidden_box.show > p {
    margin-top: 15px;
    overflow: scroll;
}    
    
    
    
.with-image > img {
max-width: 200px;
height: auto !important;
}
}
@media only screen and (max-width: 999px) {
    .fp-slider .slick-slide img {
        height: 500px;
        width: auto !important;
        max-width: none !important;
    }
.product_container {
/*     display: flex;
justify-content: space-between;
flex-direction: row; */
}
}

@media only screen and (max-width: 959px) {

	table.udlejning {
		margin: 0 10px 0 0;
		width: calc(50% - 5px);
	}

	div.spec_tables > table.udlejning:last-child {
		margin: 0;
	}

	table.udlejning.full {
		float: none;
		margin: 10px 0;
		width: 100%;
	}
}
@media only screen and (max-width: 425px) {
#form1 > #buttonEmptyBasket, #form1 > #buttonSubmit {
    width: 100% !important;
}
.sidebar-divider {
    display: none;
}
.emærke {
        padding: 30px 60px 0 60px;
}
}
@media only screen and (max-width: 550px) {
    #usp2 {
        display: none;
    }
    .logo {
        top: 0 !important;
    }
    .header > .container-fluid {
        margin: 0;
    }
    .dl-menu {
        top: 107px !important;
    }
    div.container.inner-page {
        margin-top: 100px !important;
    }
    .fp-slider  .slider-caption-headline {
        font-size: 17px !important;
        text-align: center !important;
    }
    .fp-slider .slider-caption-content {
        font-size: 11px !important;
        text-align: center !important;
    }
}
@media only screen and (max-width: 860px) {
    .flex-prev, .flex-next {
        display: none !important;
    }
    
}
@media only screen and (max-width: 767px) {
    #header>div.container {
        margin-top: 0 !important;
    }
    .search-block {
	    border: 1px solid #ddd;	
    }
    .inner-page .content {
        overflow: hidden !important;
    }
    div.container.inner-page {
        margin-top: 125px !important;
    }
    .fp-slider .slick-initialized .slick-prev, .fp-slider .slick-initialized .slick-next {
        display: none !important;
    }
    
    .slick-prev,.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    margin: 0!important;
    outline: none!important;
    box-shadow: none!important;
    top: calc(50%-10px);
    top: calc(50% - 15px)!important;
    display: block;
    width: 20px;
    height: 20px;
    -ms-transform: translate(0,-50%);
    margin: 30px auto;
    background: rgba(0,0,0,.5);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    transition: all 0.2s linear;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none
}
    
    .fp-slider  .slider-caption-headline {
        font-size: 20px !important;
        text-align: center !important;
    }
    .fp-slider .slider-caption-content {
        font-size: 12px !important;
        text-align: center !important;
    }
    
    #newsSignup {
        display: none !important;
    }
    .footer  {
    flex-direction: column;
}
.mail-container-underside {
    text-align: center;
    color: #333 !important;
}
.mail-container-underside > a {
    color: #333 !important;
}
.bottom-footer .container {
    flex-direction: column;
}
   .frontpage_products {
       display: none;
   }
    
	table.udlejning {
		float: none;
		margin: 0 0 10px 0;
		width: 100%;
	}
    .mail-container {
        flex-direction: column;
    }
	div.spec_tables > table.udlejning:last-child {
		margin: 0 0 10px 0;
	}
	#form1 {
    text-align: center;
}
#form1 > #buttonShopMore {
    width: 100%;
}
#form1 > #buttonEmptyBasket, #form1 > #buttonSubmit {
    width: 48%;
}
.basket-product-quantity > .qty {
    width: 100px !important;
}
.basket-product-quantity > .plus, .basket-product-quantity > .minus {
    width: 50px !important;
}
.removable > .basket-product-quantity {
    text-align: center !important;
    padding-bottom: 20px !important;
}
.removable > .basket-product-total {
    margin-left: -15px;
    width: 108% !important;
    border-top: 1px solid #e9e9e9;
    text-align: center !important;
}
.freight_box {
    width: auto !important;
}
.teaser-text {
    font-size: 20px !important;
}
.related-in-cart .produkt_list.clearfix.product_item {
    width: 100% !important;
}
}


/*------------------- Ris og ros ----------------------*/


.risroscontent > .risrospost {
	position: relative;
	margin: 55px auto 0;
	padding: 15px;
	width: 85%;
	border-bottom: solid 1px #d9d9d9;
}

.risroscontent > .risrospost:first-child {
	margin: 15px auto 0;
}

.risroscontent > .risrospost:before {
	position: absolute;
	top: 0;
	left: -20px;
	display: block;
	z-index: -1;
	font-family: 'FontAwesome';
	content: '\f10d';
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 30px;
	color: #555;
}

/* ====== KASPER WEBSHOP BASKET FIX - 23-06-2015 ====== */

/* Få at opnå en scroll effekt som i en bootstrap kurv, men jeg har ikke tjekket alle siderne igennem så hvis der er almindelig side med for bredt indhold vil den scrolle også? Hvis det kan blive tilføjet en div uden omkring kurven så ville det være optimalt */

.inner-page .content {
    overflow-x: auto;
}

#webshop_check_out_status {
    overflow-y: visible !important;
}

#webshop_check_out_status > li {
    list-style: none;
}



/*------------------- emærke ----------------------*/

.emærke {
	Margin-top:15px;
}




/*------------------- sidebar ----------------------*/

.testimonies {
	position: relative;
	margin-top:20px;
}

.testimonies > h3 {
	font-size: 20px;
	margin: 15px 0 0 8px;
}

.risrosbar {
	margin: 5px 0 0 9px;
	padding: 20px 20px 10px;
	width: 95.6%;
	border: solid 1px #ddd;
}

.risrosbar > .rating {
	padding: 10px 0;
	font-size: 30px;
}
.risrosbar > .rating > .star {
	font-family: 'Font Awesome 5 Pro';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	font-size: 20px;
    font-weight: 900;
}
.risrosbar > .rating > .star:before {
	color: #e3cf7a;
	content: '\f005';
    font-family: "Font Awesome 5 Free";
} 

.popular-products {
	padding-left: 10px;
}

.popular-products h3 {
	font-size: 20px;
	margin-top: 15px;
}

.popular-products li {
	border: 1px solid #DDDDDD;
	float: left;
	height: 170px;
	margin: -1px 0 0 -1px;
	width: 182px;
	padding: 10px;
	text-align:center;
}

div.popular-products li.clearfix a.clearfix img {
	display: block;
	margin: auto;
}

div.popular-products li.clearfix a.clearfix p {
	font-weight: bold;
	height: 47px;
	margin: 0;
	overflow: hidden;
	color:#333;
}

div.popular-products li.clearfix a.clearfix p:hover {
	color:#C9481E;
}

div.popular-products strong {
	color:#A43032;
}

div.popular-products span.old-price {
	display: block;
	text-decoration: line-through;
	font-weight:normal;
}

div.popular-products span.new-price {
	color: #A43032;
}



a.sikker-ehandel {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 5px;
	width: 115px;
}

a.sikker-ehandel:hover {
	color:#c9491e;
}

.kraftramte-born {
	height: auto;
	margin-top: 20px;
	width: 100%;
}

.kraftramte-born > img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.facebook-sidebar {
	padding: 10px 50px;
	width: 100%;
}

.dankort-sidebar > a > img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	width:90%;
}

.sparxpres_logo_hojre {
	margin-left: -15px;
	margin-right: 30px;
}
.swipp_logo_hojre{}

.landsindsamling-sidebar {
	width: 100%;
	text-align: center;
}

.eksterne-logoer {
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
	width: 100%;
}

.sp-wrapper {
	float: left;
	min-height: 165px;
	width: 50%;
	padding: 10px;
}

.sp-wrapper img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.peis {
	margin-top: 35px;
}

.jyskpension {
	margin-top: 65px;
}

.lindholm-badminton {
	margin-top: 10px;
}

.min-kobmand {
	margin-top: 40px;
}

.co2-neutralt {
	margin-top: 20px;
	margin-bottom:20px;
	width: 100%;
}

.co2-neutralt > img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.sidebar-menu-icon {

	background-image: url(/template/xtesh6gv/sidebar_menu_icon_hover.png);
	display: block;
	height: 30px;
	width: 30px;
}


.sidebar-menu-icon1 {
	display:none;
	background-image: url(/template/xtesh6gv/sidebar_menu_icon_hover.png);
	display: block;
	height: 30px;
	width: 30px;
}


.sidebar ul {
	margin-top: 20px;	
}
#menu0d:empty {
    display: none;
}
#menu0d {
    margin-top: 10px;
    margin-bottom: 0px;
}
.sidebar-nav > div.menu0b > ul.menu0b > li.menu0b-active > a {
	color:#c9491e;
}

.sidebar-nav > div.menu0b > ul.menu0b > li.menu0b-active > ul.menu0c > li.menu0c-active > a {
	color:#c9491e;
}

.sidebar-nav > div.menu0b > ul.menu0b > li.menu0b-active > ul.menu0c > li.menu0c-active > ul.menu0d > li.menu0d-active > a {
	color:#c9491e;
}
.sidebar-nav > div.menu0b > ul.menu0b > li.menu0b-active > ul.menu0c > li.menu0c-active > ul.menu0d > li.menu0d-active > ul.menu0e li.menu0e-active a {
	color:#c9491e;
}

.sidebar ul li {
	background: url(/template/xtesh6gv/arrow.jpg) left top no-repeat;
	padding-left: 40px;
	margin-left: -20px;
	padding: 7px 0px 10px 40px;
	margin-top: -13px;	
}

.sidebar ul li ul li {
	background: none;
	padding: 5px;	
}

.sidebar ul li a {
	color: #333;

}

.sidebar ul li a:hover {
	color: #c9481e;	
}

.sidebar ul li a {
	padding-top: 10px;	
}

.sidebar #search-container {
	margin-bottom: 30px;

}

.sidebar ul ul ul ul {
	margin: 10px 0 -10px 30px;
}

.sidebar-divider {
	border: 1px solid #ddd;
	height: 40px;
	width: 95.6%;
	margin-top: 48px;
	margin-left: 9px;	
}

.sidebar-divider > div#div-du-er-logget-ind {
	float: left;
	margin-top: -40px;
	padding-left: 10px;
	width: 55%;
}

.basket {
	float: right;
	margin-top: -48px;
	padding: 7px 10px;
}

.basket img {
	margin-left: 8px;
}

.basket > a {
	color: #C9491E;
	font-size: 17px;
	font-weight: bold;
}

.sidebar-nav {
	border: 1px solid #ddd;
	width: 95.6%;
	border-top: none;
	padding: 0px 20px 10px 20px;
	margin-left: 9px;	
}

.sidebar-nav ul {
	float: left;

	width: 100%;
}

.sidebar-nav li {
	float: left; width: 100%; 
}
.sidebar {
  float: right !important;
}
/*old code*/
/*

.sidebar ul {
  margin-top: 30px;	
}

.sidebar ul li {
  background: url(/template/xtesh6gv/arrow.jpg) left no-repeat;
  padding-left: 40px;
  margin-left: -20px;
  padding-top: 6px;
  height: 31px;
  margin-top: -13px;	
}

.sidebar ul li a {
  color: #333;
  
}

.sidebar ul li a:hover {
  color: #c9481e;	
}

.sidebar ul li a {
  padding-top: 10px;	
}

.sidebar #search-container {
  margin-bottom: 30px;
  	
}

.sidebar-divider {
  border: 1px solid #ddd;
  height: 30px;
  width: 95.6%;
  margin-top: 48px;
  margin-left: 9px;	
}

.sidebar-nav {
  border: 1px solid #ddd;
  width: 95.6%;
  border-top: none;
  padding: 0px 20px 10px 20px;
  margin-left: 9px;	
  }*/

  /* Gallery */

  .es-carousel ul li.selected a {
  	border-color: #A43032 !important;
  	opacity: 1;
  }

  .rg-view a.rg-view-selected {
  	background-color: #A43032 !important;
  	border-color: #A43032 !important;
  }

  .es-nav span.es-nav-next {
  	background:url("/images/1221/nav_thumbs_red.png") no-repeat scroll left top rgba(0, 0, 0, 0)!important;
  	background-position: right top !important;
  }

  .es-nav span {
  	background:url("/images/1221/nav_thumbs_red.png") no-repeat scroll left top rgba(0, 0, 0, 0)!important;
  }

  .rg-image-nav a {
  	background:url("/images/1221/nav_red.png") no-repeat scroll -20% 50% #FFFFFF !important;
  }

  .rg-image-nav a.rg-image-nav-next {
  	background:url("/images/1221/nav_red.png") no-repeat scroll -20% 50% #FFFFFF !important;
  	background-position:115% !important;
  }

  .html_carousel {
  	padding: 0px;
  }
  .html_carousel div.slide {
  	position: relative;
  }
  .html_carousel div.slide div {
  	background-color: rgba(0, 0, 0, 0.6);
  	width: 100%;
  	display: none;
  	position: absolute;
  	bottom: 0;
  }
  .html_carousel div.slide h4 {
  	font-size: 35px;
  	padding: 30px 0 0 100px;
  }
  .html_carousel div.slide p {
  	font-size: 16px;
  	padding: 0 0 30px 100px;
  }
  .html_carousel div.slide h4, .html_carousel div.slide p {
  	color: white;
  	margin: 0;
  }
  div.thumbnails {
  	text-align: center;
  }
  div.thumbnails img {
  	cursor: pointer;
  	border: 1px solid #ccc;
  	background-color: white;
  	padding: 9px;
  	max-width: 20%;
  	margin: 7px;
  	margin-top: 20px;
  	display: inline-block;
  }
  div.thumbnails img:hover {
  	background-color: #eee;
  }
  div.thumbnails img.selected {
  	background-color: #ccc;
  }

  /*---------- flise beregner ----------*/
  #fliseberegner-add-basket, 
  #fliseberegner-valg-areal, 
  #fliseberegner-monster, 
  #fliseberegner-type, 
  #fliseberegner-monster-30, 
  #fliseberegner-monster-40, 
  #fliseberegner-monster-50, 
  #fliseberegner-monster-60, 
  .s10fliser, 
  .s10fliserMindre, 
  .s10fliserStorre, 
  #fliseberegner-farvevalg, 
  #farve-forbant-2-3-4, 
  #farve-forbant-1, 
  #fliseberegner-tykkelsevalg, 
  .fliseberegner-tykkelsevalg, 
  .fliseberegner-tykkelse-ikke-muligt {
  	display:none;
  }

  #fliseberegner-type > h2,
  #fliseberegner-monster > h2,
  #fliseberegner-valg-areal > h2,
  #fliseberegner-farvevalg > h2,
  #fliseberegner-tykkelsevalg > h2 {
  	margin-bottom: 20px;
  	margin-top:20px;
  }

  .fliseberegner-typevalg,
  .fliseberegner-monster,
  .fliseberegner-farvevalg {
  	border-radius:5px;
  }

  .fliseberegner-typevalg {
  	width:150px;
  	height:150px;
  	float:left;
  	text-align:center;
  }

  .fliseberegner-typevalg > img {
  	margin-bottom: 13px;
  	margin-top: 13px;
  }

  .fliseberegner-monster, 
  .fliseberegner-farvevalg,
  .fliseberegner-valg-areal{
  	width:150px;
  	height:247px;
  	text-align:center;
  	float:left;
  	padding-top:10px;
  }


  .fliseberegner-valg-areal, 
  .fliseberegner-tykkelse-ikke-muligt, 
  .fliseberegner-tykkelsevalg {
  	width:200px;
  	height:120px;
  	float:left;
  	text-align:center;
  	margin-right:15px;
  	padding-top:0px;
  	background:#fff;
  	border-radius:5px;
  }

  .fliseberegner-indtastet .areal,
  .fliseberegner-mindre .areal,
  .fliseberegner-storre .areal
  {
  	background:#c9481e;
  	border-top-left-radius: 3px;
  	border-top-right-radius: 3px;
  	color: #fff;
  	font-size: 15px;
  	font-weight: bold;
  	height: 30px;
  	letter-spacing: 0.5px;
  	line-height: 30px;
  }

  .fliseberegner-indtastet .areal {
  	background:#a43032;
  }

  .fliser-str {
  	padding-bottom: 10px;
  	padding-top: 10px;
  	border-bottom: 1px solid #ddd;
  }

  .fliser-str-smaa {
  	padding-top: 10px;
  }

  .fliseberegner-tykkelsevalg {
  	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  }


  input.fliseberegner-add-basket {
  	margin-top: 15px;
  	text-shadow: none;
  	background:#333;
  	color:#fff;
  	border:none;

  	-webkit-transition: all .2s ease-in-out;
  	-moz-transition: all .2s ease-in-out;
  	-ms-transition: all .2s ease-in-out;
  	-o-transition: all .2s ease-in-out;
  	transition: all .2s ease-in-out;
  }

  input.fliseberegner-add-basket:hover {
  	background:#a43032;
  	border:none;
  	color:#fff;
  } 

  /*--------- læggemønstre -------*/
  .laeggemoenstre > li {
  	float: left;
  	list-style-type: none !important;
  	text-align: center;
  	width: 33%;
  	padding:10px;
  	margin:0;
  }

  .laeggemoenstre-modul > li {
  	display: block;
  	float: left;
  	list-style-type: none !important;
  	margin-right: 34px;
  	padding-top: 10px;
  	text-align: left;
  	width: 47%;
  	margin-left:-13px;
  	height:240px;
  }

  .laeggemoenstre-modul span.betonfliser {
  	display: none;
  }

  .laeggemoenstre-modul div {
  	float: right;
  }

  p.moenster, p.ca-forbrug {
  	font-size: 13px;
  	font-weight: bold;
  }

  p.ca-forbrug, p.sten {
  	border-bottom: 1px solid #CCCCCC;
  	font-size: 13px;
  	height: 25px;
  	line-height: 25px;
  	margin-bottom: 0;
  	width: 60%;
  }

  /*------------- /518/ -------------*/
  .grey {
  	background:#ECECEC;
  	font-weight:bold;
  }

  .odd {
  	background:#ECECEC;
  }

  .even {
  	background:#f5f5f5;
  }

  .trapper td {
  	height: 30px;
  	line-height: 30px;
  }

  /* Misc */

  .custom-text {
  	padding: 30px;
  	background: #f8f8f8;
  	margin-top: 20px;
  	color: #a43032;
  	font-family: 'Bitter', sans-serif;	
  }


  .tile-cat {
    background: none repeat scroll 0 0 #FFFFFF;
    min-height: 140px;
    width: 148px;
    text-align: center;
    float: left;
  }


  .subImg > img {
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	margin-top:10px;
  	max-height:80px;
  }


  ul.tile-cat {

  }

  .tile-cat li {
  	width: 20%;
  	background: #fff;
  	padding: 20px 0px;
  	border: 1px solid #ccc;
  	text-align: center;
  	display: inline-block;
  	margin-right: -4px;
  	border-left: 1px solid transparent;
  	text-transform: uppercase;
  }

  .tile-cat li img {
  	padding-bottom: 10px;	
  }

  .tile-cat a {
  	color: #333;
  	font-size: 13px;
  	font-family: 'Open Sans',sans-serif;	
  	font-weight: 700;
  }


  .tile-cat a:hover {
  	color: #c9481e;
  }


  /*-------------------- støttemure --------------*/
  .stoettemur-aaben > img, .stoettemur-lukket > img {
  	float: left;
  	width: 369px;
  }

  .stoettemur-lukket-front > img, .stoettemur-aaben-front > img {
  	float: left;
  	width: 369px;
  }

  .stoettemur-graf > img {
  	float: left;
  	margin-left: 110px;
  	margin-top: 10px;
  	width: 500px;
  }

  .stoettemur-plantesten > img {
  	float: left;
  	margin-right: 22px;
  	margin-top: 20px;
  	width: 47%;
  }

  .stoettemur-med-skifer {
  	clear: both;
  }
  .stoettemur-med-skifer > img {
  	display: block;
  	margin: auto;
  	width: 70%;
  	padding-top:20px;
  }

  /*-------------------- beregner -----------------------*/
  div.fc-beregner-input-felter {
  	clear:both;
  }

  #fc-beregner-bredde,
  #fc-beregner-laengde,
  #fc-beregner-tykkelse {
  	float: left;
  	margin-right: 10px;
  }


  #fc-beregner-beregn {
  	background: none repeat scroll 0 0 #A43032;
  	border: medium none;
  	border-radius: 0;
  	color: #FFFFFF;
  	font-family: 'Open Sans',sans-serif;
  	font-size: 13px;
  	font-weight: normal;
  	text-shadow: none;
  }

  #fc-beregner-beregn:hover {
  	background:#333333;
  }

  #fc-beregner-select-div > input {
  	margin-right: 10px;
  }

  .fc-beregner-anbefalet-tykkelse {
  	clear: both;
  	float: left;
  	margin-bottom: 20px;
  	margin-top: -15px;
  	font-size:13px;
  }

  .fc-beregner-anbefalet-tykkelse > h2 {
  	font-size: 15px;
  	/*font-weight: bold;*/
  	margin: 0;
  }

  #fc-beregner-add.addToBasket.btn_addToBasket {
  	background: none repeat scroll 0 0 #A43032;
  	border: medium none;
  	border-radius: 0;
  	color: #FFFFFF;
  	font-family: 'Open Sans',sans-serif;
  	font-size: 13px;
  	font-weight: normal;
  	text-shadow: none;
  }

  #fc-beregner-add.addToBasket.btn_addToBasket:hover {
  	background:#333333;
  }

  /*----------------------- Vægtfylde/massefylde -------------------------*/
  table.massefylde {
  	width: 100%;
  }

  table.massefylde th {
  	background: none repeat scroll 0 0 #A43032;
  	color: #FFFFFF;
  	font-family: 'Bitter',sans-serif;
  	font-size: 16px;
  	padding: 10px;
  	text-align: left;
  }

  table.massefylde tr {
  	border-bottom: 1px solid #DDDDDD;
  }

  table.massefylde td {
  	padding: 10px;
  }

  table.massefylde p {
  	margin-bottom: 0;
  }

  /*------------------------ Film om FC Beton A/S ------------------------*/
  .youtube-om-fc-beton {
  	float: left;
  	margin-right: 14px;
  	margin-bottom:20px;
  }
  
.thumb-container {
    display: block;
    margin: 0 !important;
    padding: 10px !important;
    width: 33% !important;
    height: auto !important;
}

.thumb-container img {
    width: 100% !important; 
    height: auto !important;
}

#cookie-bar {
			position: fixed;
    /* top: 0; */
    bottom: 0;
    left: 0;
    display: none;
    padding: 10px 15px;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    background-color: #000;
    z-index: 2000;
		}

		#cookie-bar p {
			margin: 0;
		}
		
		#cookie-bar img {
		    display: inline-block;
		    margin: 0 10px 0 0;
		    width: 23px;
		    height: 20px;
		    vertical-align: middle;
		}

		#cookie-bar a {
			color: #fff;
		}
		
		#cookie-bar a:hover {
		    text-decoration: underline;
		}

		#cookie-bar button {
			margin: 0 0 0 25px;
			padding: 5px 10px;
			font-size: 12px;
			line-height: 1.5;
			border-radius: 3px;
			color: #000;
			background: #fff;
			text-shadow: none;
			font-weight: normal;
			border: none;
		}
		
		#cookie-info {
		    display: block;
		    position: fixed;
		    z-index: 1999;
		    position: fixed;
            bottom: 5px;
            top: auto;
            right: 5px;
            height: auto;
		}
		
		#cookie-info > img {
		    width: 23px;
		    height: 20px;
		}

/* = Contact
-----------------------------------------------------------------------*/

.contact-text { 
	margin-top: 20px; 
}

.company-details { 
	margin-top: 30px; 
}

.company-details.right {
	float: right;
	width: 260px;
}

.company-details h1 { 
	color: #333 !important; 
}

.no-border {
	font-family: 'Open Sans',sans-serif,arial;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}


#contact { padding: 0; width: 362px; margin-bottom: 40px; float: left; }
#contact form { margin-top: 20px; padding: 0px; }
#contact form input { width: 350px; padding: 5px; color: #666;  background: #fff; border: 1px solid #dedede; font-family: Tahoma, Geneva, sans-serif; font-size: 12px; margin-top: 3px; border-radius: 5px; box-shadow: inset 0 0 6px rgba(0,0,0,.25);}

#contact form label { display: block; width: 100px; margin-right: 12px; font-size: 11px; margin-top: 15px;}
#contact form textarea { width: 350px; height: 150px; padding: 5px; color: #666; background: #fff; border: 1px solid #dedede; border-radius: 5px; box-shadow: inset 0 0 6px rgba(0,0,0,.25); font-family: Tahoma, Geneva, sans-serif; font-size: 12px; margin-top: 3px;}

#contact form .submit{
	display: inline-block; 
	padding: 5px 8px; 
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; 
	font-size: 12px; 
	width: 100px; 
	background: #333; 
	color: #fff; 
	font-weight: bold; 
	margin-top: 15px; 
	cursor: pointer; 
	border-radius: 5px;
	text-shadow:none;
}

#contact form .submit:hover{
	opacity: 0.8;
}

.gmap3{margin: 0px auto 20px auto;border: 5px solid #fff; border-radius: 5px; box-shadow: 0 0 6px rgba(0,0,0,.25); height: 220px; max-width:100%; max-height:auto; width: 800px; margin-top: 20px;}

/*----------------------- Udvalgt Personale ---------------------*/
h2.personale-headline {
	color:#a43032;
	font-size:large;
	font-weight:bold;
}

.ansat-wrapper {
	float: left;
	height: 300px;
	width: 180px;
	text-align: center;
	margin-right:10px;
	margin-bottom:10px;
}

.ansat-wrapper img {
	display: block;
	height: 186px;
	margin: 0 auto 5px;
	width: 130px;
}

p.stilling {
	font-weight:bold;
	margin-bottom: 0;
	font-size: 14px;
}

p.navn {
	margin-bottom: 5px;
}

p.e-mail {
}

.e-mail > a {
	text-decoration: underline;
	color:#a43032;
}

.e-mail > a:hover {
	color:#c9491e;
}


/*------------------------------------ Fliser/belægning --------------------------------*/
.youtube-video iframe {
	height: 415px;
	width: 735px;
}

.youtube-video-smal {
	float: right;
	margin-left: 30px;
}

.tv2-nord-video object {
	height: 415px;
	width: 735px;
}

/*------------------------------------ Retur Paller --------------------------------*/
.content {
	position: relative;
}

#fc-returpaller-omraade:after {
	content: '';
	display: block;
	clear: both;
}

#fc-returpaller-omraade p {
	margin: 0 15% 0 0;
	float: left;
}

#fc-returpaller-omraade p:nth-child(odd) {
	margin: 0;
}

#fc-returpaller-omraade p:last-child {
	position: absolute;
	left: 20px;
	bottom: -20px;
}
#fc-returpaller-omraade div.error_container > label {
    display: block;
}
#fc-returpaller-omraade input.error {
    border: 1px solid red;
}
#fc-returpaller-omraade input  {
    margin-bottom: 15px;
}
.error_container {
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	margin: -1px 0 0 -210px;
	padding: 20px;
	width: 400px;
	background: #fff;
	border: solid 1px #ddd;
	z-index: 2;
}

.error_container span {
	position: absolute;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
}

#returpaller-kundeoplysninger {
	margin: 0 0 0 100px;
	float: left;
}

.fc-retur-input-felter {
	float: left;
}

.vissible-xs {
	display: none;
}

/*
Flagstangsfod
============================== */
.flagstang img {
	width: 90px;
}

/*
Stolpebaerer
============================== */
.stolpebaerer img {
	display: block;
	margin: auto;
	width: 90px;
}

/*Pop up*/
#support {
    position: fixed;
    display: block;
    bottom: 0;
    left: 50px;
}
#newsSignup{
  width:250px;
  height:65px;
  position:fixed;
  right:50px;
  bottom:0;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  transition: height 1s;
  overflow:hidden;
  /*border:1px solid black;*/
  z-index:999;
  transition: bottom .3s;
}
#newsSignup > .btn-news-close {
    position: absolute;
    right: 0;
    top: 6px;
    background-color: #fff;
    border-radius: 25px;
    height: 25px;
    width: 25px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 22px;
    border: 2px solid black;
    cursor: pointer;
}
.popup-slideOut {
    opacity: 0;
    bottom: -65px !important;
    transition: all .3s !important;
}

#signupContent{background:#dfe9ff;height:250px;}
#signupContent ul{list-style:initial}
#signupContent ul li{width:80%;list-style:circle !important;padding:0;margin:0 0 0 60px}


#newsSignup p{
  width:200px;
  margin-left:20px;
  color:black;
  font-size:1.2em;
  text-align:center;
  padding:10px 0 0 0;
}

#signupTop{
  width:250px !important;
  color:white;
  font-weight:bold;
  font-size:1.2em;
  text-align:center;
  padding:0 0 0 0;
  cursor:pointer;
}

#signupCTA{
  padding:10px 25px;
  color:white;
	position: absolute;
  text-align: center;
  margin: 5px 19%;
  border-radius:3px;
  background: #ea8b07;
  background: -moz-linear-gradient(top,  #ea8b07 0%, #ed7607 100%);
  background: -webkit-linear-gradient(top,  #ea8b07 0%,#ed7607 100%);
  background: linear-gradient(to bottom,  #ea8b07 0%,#ed7607 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea8b07', endColorstr='#ed7607',GradientType=0 );
	text-decoration:none;
  border-bottom:3px solid #a43032;
}

#signupCTA:hover{
	background:#ea8b07;
  border:none;
  margin-top:8px
}
.fc-login-container button.btn {
	    background-color: #38a430 !important;
	    color: #fff;
	    margin: 5px 0;
	}
/*form style*/
.newsOpen{height:250px !important;}
#fixedFooter_wrapper{z-index:10000000000}



/* #Media Queries
================================================== */
@media only screen and (min-width: 1199px) {
	.sidebar-menu-icon {display:none;}
	.sidebar-menu-icon1 {display:none;}

	.kantsikring-closeup > img {
		margin-left: 178px !important;
	}


}
@media only screen and (max-width: 1600px) {
    .flexslider .slides img {
        min-height: 100%;
        width: auto !important;
        max-width: none;
    }
}

/* Smaller than standard 1200 (devices and browsers) */
@media only screen and (max-width: 1199px) {
.product-container > .addToBasket {
	width: 90%;
}
.fp-product > .row:nth-child(2) > .col-md-12 {
     min-height: 0 !important;   
     padding: 0;
}
.fp-product > .row:last-child > .col-md-12 {
    display: flex;
    min-height: 43px;
}
.fp-product > .row:last-child div h2 {
    margin: auto;
    line-height: normal;
    padding: 0 5px;
    font-size: 11px !important;
}
.image-title > a {
	color: #333333;
	font-weight: bold;
	line-height: 16px;
}

/* TEST */

 ::-webkit-scrollbar { 
    display: none; 
}
#mobile-search-container {
    width: 200px !important;
}
#mobile-search-container > form > .searchfield {
    width: 130px !important;
}

    .dl-menu {
    overflow-y: scroll;
}
.dl-menu > .menu0a {
    overflow:hidden;
}
    .menu0b.dl-submenu {
    background-color: #932b2d !important;
    padding-left: 15px !important;
}
.menu0c.dl-submenu {
    background-color: #732122 !important;
    padding-left: 45px !important;
    margin-left: -15px !important;
}
        .dl-menu {
        width: 100vw !important;
        height: 87.5vh;
        margin: 0 !important;
        top: 66px;
    }
    .logo {
        width: 76px;
        height: auto;
        top: 31px;
        right:0;
        left: unset;
}
div#dl-menu {
    display: inline-block;
    float: left;
}
body {
    padding: 0;
}
.header {
    /* height: 105px !important; */
}
#usp2 > .usp-list > li {
    font-size: .8em;
}
.basket-container {
    display: block;
    background-color: #fff;
    /* padding-top: 10px; */
    padding: 5px 0;
    margin-top: 2px;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 1.3em;
    margin-top: 70px;
}
.basket-container > p {
    margin: 0;
}
.basket-container > p > a {
    transition: color .3s;
    color: #932b2d;
}
.basket-container > p > a:hover {
    color: #932b2d;
    transition: color .3s;
}


/* TEST END */ 


	.forside-links {
		width:168px;
		margin-left:10px;
		margin-right:10px;
	}
        .frontpage_product {
            width: 232px;
        }
        .frontpage_product:nth-child(4), .frontpage_product:nth-child(8) {
            margin-right: 0;
        }

	.caption { width: 100% !important; }
	.line-b, .navigation { display: none; }
	.line-a h2 { line-height: 30px; }
	.logo { float: right; }

	.dl-trigger { border-radius: 0px !important; }

	.dl-menu ul{ margin: 0px; }
	.dl-menu ul, .dl-menu ul ul, .dl-menu ul ul ul {  margin-top: -20px; }
	.dl-menuwrapper ul{
		margin: 0;
	}
	.dl-menuwrapper li { margin: 0px !important; }
	.dl-menuwrapper li a { font-family: 'Open Sans', arial; font-weight: 700; text-transform: uppercase; font-size: 13px; }

	.sidebar #search-container .searchfield {
		width: 73%;

	}

	.inner-divide { background: none; }

	.divider-container .line-a{
		text-align: center;
		margin-top: 180px;
	}

	.tile-cat li{
		width: 33.3%;	
	}

	/*--------- searchform sidebar ---------------*/
	.sidebar .searchform .searchfield {
	    .width: 252px !important;
	    width: 229px !important;
	}
	.sidebar .searchform .searchbutton {margin-right:10px;}

	.sidebar-menu-icon {display:none;}
	.sidebar-menu-icon1 {display:none;}

	/*----------- populære produkter -----------*/
	.popular-products li {
		width:146px;
	}

	/*---------- returpaller ----------*/
	p.returpaller_besked textarea {
		width:506px;
	}

	/*------------- kontakt side -------------*/
	#contact form input {
		width:260px;
	}

	#contact form textarea {
		width:260px;
	}

	#contact {
		width: 300px;
	}

	.company-details.right {
		width:220px;
	}

	/*-------------- Fliser/Belægning --------------*/
	.youtube-video iframe {
		height: 355px;
		width: 580px;
	}

	.tv2-nord-video object {
		height: 355px;
		width: 580px;
	}


	/*-------------- katalog visning ------------*/
	.product-container {
/*         width:167px;
height: 320px; */
	}

	/*---------------- Detaljevisning -------------*/
	.related_product {
		width:135px;
	}

	/*------- overskrifter i røde bokse ----------*/
	.line-a h2 {
		max-height:86px;
		overflow:hidden;
	}

	/*-------------- Om FC --------------------*/
	.om-fc-billeder > img {
		margin-bottom: 15px;
		margin-right: 15px;
		width: 177px;
		height: 125px;
	}

	/*---------- Forhandler log ind -----------*/
	
	.sidebar-divider > div#div-du-er-logget-ind {
		font-size: 13px;
		margin-top: -52px;
		padding-left: 5px;
		width: 48%;
	}

	/*----------------- støttemure ---------------*/
	.stoettemur-aaben > img, .stoettemur-lukket > img {
		width: 100%;
	}

	.stoettemur-lukket-front > img, .stoettemur-aaben-front > img {
		margin-left: 75px;
	}

	.stoettemur-graf > img {
		margin-left: 0;
		width: 100%;
	}

	.stoettemur-plantesten > img { 
		width:100%;
	}

	.kantsikring-closeup > img {
		margin-left: 105px !important;
	}

	.stoettemur-med-skifer > img {
		width:100%;
	}

	/*------ læggemønstre ---------*/
	.laeggemoenstre-modul > li {
		width:80%;
	}

	.laeggemoenstre-modul span.betonfliser {
		display: inline-block;
	}

}				

/* Smaller than 960 (devices and browsers) */
@media only screen and (max-width: 959px) {

	.forside-links {
		width:130px;
		margin-left:9px;
		margin-right:9px;
	}
        .frontpage_product {
            width: 184px;
        }
	/*-------------- searchform sidebar ---------*/
	.sidebar .searchform .searchfield {
		.width:190px !important;
		width: 168px !important;
	}

	.sidebar .searchform .searchbutton {
		margin-right: 8px;
	}

	/*----------- populære produkter -----------*/
	.popular-products li {
		width:225px;
	}

	/*----------- kontakt side ------------*/
	#contact {
		margin-left: 55px;
		margin-bottom: 0;
	}

	#contact > form {
		margin-bottom: 0;
	}

	.company-details.right {
		margin-top: 0;
		text-align: center;
		width:100%;
	} 

	/*-------------- Fliser/Belægning --------------*/
	.youtube-video iframe {
		height: 283px;
		width: 450px;
	}

	.tv2-nord-video object {
		height: 283px;
		width: 450px;
	}

	/*-------------- katalog visning ------------*/
	.product-container {
/*         width:197px;
height:300px; */
	}


	/*------- overskrifter i røde bokse ----------*/
	.line-a h2 {
		max-height:86px;
		overflow:hidden;
	}

	/*------------ Om FC ------------*/
	.om-fc-billeder > img {
		margin-bottom: 10px;
		margin-right: 10px;
		width: 140px !important;
	}

	/*----------- forhandler log ind ----------*/
	.sidebar-divider > div#div-du-er-logget-ind {
		font-size: 12px;
		margin-top: -52px;
		padding-left: 5px;
		width: 48%;
	}

	.basket > a {
		font-size: 13px;
	}

	/*----------- gode råde --> trapper ----------------*/  
	.stoedtrin {
		width:100%;
	}

	/*---------- gode råd --> havegrill -----------*/
	.havegrill {
		float: none !important;
	}

	/*----------------- støttemure ---------------*/
	.stoettemur-aaben > img, .stoettemur-lukket > img {
		width: 100%;
	}

	.stoettemur-lukket-front > img, .stoettemur-aaben-front > img {
		margin-left: 0px;
	}

	.stoettemur-graf > img {
		margin-left: 0;
		width: 100%;
	}

	.kantsikring-closeup > img {
		margin-left: 35px !important;
	}

	/*-------------- samarbejdspartnere ------------*/
	.sp-wrapper {
		float: none;
		width: 100%;
	}

	.jyskpension {
		margin-top: 30px;
	}

	/*------ læggemønstre ---------*/
	.laeggemoenstre-modul > li {
		width:100%;
	}

	/*-------- Kontakt --> PDF-katalog --------*/
	table.beton-blanding {
		display:none;
	}

	div.beton-blandingsforhold {
		display:block;
	}

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {



}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

.detail-headline {
        font-size: 1.7em !important;
    }
    .col.right {
        margin: 0 !important;
    }
    .col.detailed-view {
        width: 100%;
        margin: 15px 0 0 0;
        text-align: center;
        border-top: 1px solid #e9e9e9;
        border-right: 1px solid #e9e9e9;
        border-left: 1px solid #e9e9e9;
        background-color: #fff;
    }
    .produkbeskrivelse {
        display: inline-block !important;
    }
    .frontpage-items {
        display: none;
    }
    .right {
        background-color: #e9e9e9;
        width: 100% !important;
        padding: 10px !important;
    }
    .right > table > tbody > tr > td {
        border-bottom: 1px solid #e9e9e9;
        border-top: 1px solid #e9e9e9 ;
        padding: 10px 0;
    } 
    .antal {
        margin-top: 10px !important;
    }
    #freightSearch {
        width: 100%;
        margin: 10px 0;
        background-color:#fff;
        box-shadow: 0px 0px 1px #a1a1a1;
    }
    .product_detail_img {
        padding: 15px 0;
    }
    
    .sidebar-divider {
        display: none;
    }
    .pricing > .price {
        font-size: 1.5em;
    }
    .container {
    width: 100vw !important;
    }
    .inner-page .content {
        padding: 0;
    }
    .product-parent {
        width: 50% !important;
    }
    .product-container {
        height: auto !important;
    }
    .product-container > .quantity select {
        width: 80%;
    }
    .product-container > .pki {
        height: auto !important;
    }
    .product-parent:nth-child(odd) {
        padding: 10px 10px 10px 0;
    }
    .product-parent:nth-child(even) {
        padding: 10px 0 10px 10px;
    }
    .product-container > .image-title {
        height: auto !important;
    }
    /* Test start */
        
.dl-menuwrapper {
        margin-top: 0px !important;
}
.dl-menu {
        top: 139px;
    }
.basket-container {
    /* margin-top: 105px; */
    margin-top: 75px;
}    
    
    
    /* test end */
    
    
	.dl-menuwrapper {
		top: 0px;
	}

	.vissible-xs {
		display: block;
	}

	.hidden-xs {
		display: none;
	}

	.categories {
		background-image: none;	
	}

	.categories img {
		width: 100%;	
	}

	.home-text p {
		padding: 30px;	
	}

	footer p {
		margin-right: 0px !important;	
	}

	.forside-links {
		margin-bottom:15px;
		float:none;
		margin-left:auto;
		margin-right:auto;
		width:335px;
	}
        .frontpage_product {
            width: 205px;
        }
        .frontpage_product:nth-child(2n) {
            margin-right: 0;
        }

	/*------- searchform sidebar ---------*/
	.sidebar .searchform .searchbutton {
		margin-right: 16px;
	}

	.sidebar .searchform .searchfield {
		width: 366px !important;
	}

	.sidebar-divider {height:43px;}
	.sidebar-menu-icon {display:block; margin:5px;}
	.sidebar-menu-icon1 {display:none; margin:5px;}

	.sidebar-nav ul {display:none;}

	/*----------- populære produkter -----------*/
	.popular-products li {
		width:201px;
	}

	/*------------- kontakt side -----------*/
	#contact {
		margin-bottom: 0;
		margin-left:0;
	}

	#contact > form {
		margin-bottom: 0;
	}

	.company-details.right {
		margin-top: 0;
		text-align: center;
		width: 100%;
	}

	/*-------------- Fliser/Belægning --------------*/
	.youtube-video iframe {
		height: 240px;
		width: 375px;
	}

	.tv2-nord-video object {
		height: 240px;
		width: 375px;
	}

	.youtube-video-smal > iframe {
		height: 500px;
		width: 380px;
	}

	/*------------ Udvalgt Personale ------------*/
	h2.personale-headline {
		text-align:center;
	}

	.ansat-wrapper {
		float:none;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}

	/*-------------- samarbejdspartnere ------------*/
	.sp-wrapper {
		float: none;
		width: 100%;
	}

	/*-------------- katalog visning ------------*/
	.produkt_list.clearfix.product_item {
		margin-bottom: 15px;
		margin-right: 15px;
	}

	.product-container {
/*         width:166px;
height:320px; */
	}

	/*------------- Detaljevisning --------------*/



	/*------- overskrifter i røde bokse ----------*/
	.line-a h2 {
		max-height:86px;
		overflow:hidden;
	}

	/*------------ Om FC --------------*/
	.om-fc-billeder > img {
		display: block;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
	}

	/*----------- forhandler log ind ----------*/
	.sidebar-divider > div#div-du-er-logget-ind {
		padding-left: 43px;
		width: 56%;
	}


	/*--------- støttemure --------*/
	.stoettemur-graf > img {
		margin-left: 0;
		width: 100%;
	}

	.kantsikring-closeup > img {
		margin-left: 0px !important;
	}

	/*--------- læggemønstre ----------*/

	.laeggemoenstre-modul span.betonfliser {
		display: none;
	}

	/*------------ FOOTER -------------*/

	

	    .dankort-forside {
        flex-direction: column;
    }
    .dankort-forside > a > img {
        margin-left:0;
        height: 30px;
    }
    .dankort-forside * {
        margin: 5px auto;
    }
    .email-parent {
        flex-direction: column;
    }
    .email-parent > p {
        flex-direction: column;
        display: flex;
        text-align: center;
    }

	.co2-neutralt-forside {
		margin-left:3px;
	}

	.co2-neutralt-forside > img {
		height:35px;
	}

	footer p {
		font-size:14px;
		Padding:10px 20px;
	}

	.phone-quantity {
		width: 100%;
		text-align: center;
	}

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
/* .content {
        padding: 150px 20px !important;
} */
	.related_product {
        width: 48% !important;
        margin: 1% !important;
        border: 1px solid #e9e9e9 !important;
        padding: 5px 15px 15px 15px;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    .product-parent {
        width: 100%;
        
    }
    .frontpage-items .product-parent {
        width: auto !important;
    }
	.line-a { display: none; }
	.home-cat { margin-top: -130px; }
	#search-container { margin-right: 20px !important; }

	.tile-cat li{
		width: 50%;	
	}

	.searchform .searchfield {
		width:200px;
	}

	.forside-links {
		margin-bottom:15px;
		float:none;
		margin-left:auto;
		margin-right:auto;
		width:85%;
	}
        .frontpage_product {
            margin-right: 0;
            width: 100%;
        }


	/*------- searchform sidebar ---------*/
	.sidebar .searchform .searchfield {
		width: 251px !important;
	}

	.sidebar .searchform .searchbutton {
		margin-right: -15px;
	}

	.sidebar-divider {height:43px;}
	.sidebar-menu-icon {display:block; margin:5px;}
	.sidebar-menu-icon1 {display:none; margin:5px;}

	.sidebar-nav ul {display:none;}


	/*----------- populære produkter -----------*/
	.popular-products li {
		/* width:144px; */
		width: 49%;
	}

	/*-------------- kontaktside -----------------*/
	#contact form input {
		width:260px;
	}

	#contact form textarea {
		width:260px;
	}

	#contact {
		margin-bottom: 0;
	}

	#contact > form {
		margin-bottom: 0;
	}

	.company-details.right {
		margin-top: 0;
		text-align: center;
	} 

	/*-------------- katalog visning ------------*/
	.product-container {
/*         width:230px;
height:auto; */
	}

	/*----------- detaljevisning -----------*/

	.col.detailed-view {
		/* width: 255px; */
		width: 100%;
	}
	.col.right {
	    margin-left: 0;
	    padding: 15px 0;
	}
	#detalje1 > td:first-child, #detalje2 > td:first-child, #detalje3 > td:first-child, #detalje4 > td:first-child, #detalje5 > td:first-child, #detaljeWeight > td:first-child {
	    font-weight: bold;
	}

	td.product_detail_img {
		height: 180px;
	}

	.product_detail_img {
		width: 100%;
	}

	.related_product {
		/* width:120px; */
		width: 49%;
        margin: 0.5%;
        padding: 10px 0;
	}

	/*-------------- Fliser/Belægning --------------*/
	.youtube-video iframe {
		height: 230px;
		width: 257px;
	}

	.tv2-nord-video object {
		height: 230px;
		width: 257px;
	}

	.youtube-video-smal > iframe {
		height: 460px;
		width: 260px;
	}

	/*------------ Udvalgt Personale ------------*/
	h2.personale-headline {
		text-align:center;
	}

	.ansat-wrapper {
		float:none;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}

	/*------------ Om FC --------------*/
	.om-fc-billeder > img {
		display: block;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
	}

	/*-------- forhandler log ind ---------*/
	.sidebar-divider > div#div-du-er-logget-ind {
		margin-top: -51px;
		padding-left: 43px;
		width: 50%;
	}

	.basket > a {
		font-size: 15px;
	}

	/*---------- massefylde --------*/
	table.massefylde th {
		font-size: 11px;
		padding: 5px;
	}

	table.massefylde td {
		font-size: 11px;
		padding: 5px;
	}

	table.massefylde p {
		font-size: 11px;
	}


	/*--------- støttemure --------*/
	.stoettemur-graf > img {
		margin-left: 0;
		width: 100%;
	}

	/*------------ læg terasse --------------*/
	.kantsikring-closeup {
		margin: auto auto auto 15px;
	}

	.kantsikring-closeup > img {
		width:225px!important;
	}

	.fliseinfo img {
		width:74px;
	}

	/*--------- læggemønstre -------*/
	.laeggemoenstre > li {
		width:100%;
	}

	.laeggemoenstre-modul img {
		width: 70px;
	}

	p.ca-forbrug, p.sten {
		height: 38px;
		line-height: 17px;
	}      

	/*--------- FOOTER ---------*/  
	footer p {
		font-size:11px;
		padding:0 10px;
		text-align:center;
	}         
    .mail-container {
        font-size: 11px;
    }
    .email-parent strong {
        font-size: 11px;
    }
	div.beton-blandingsforhold li {
		font-size:11px;
	}

}



/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
	    */


/*.sidebar-shadow-menu {
  position: relative;
  padding-left: 1.25em;
}
.sidebar-shadow-menu:before {
background: none repeat scroll 0 0 #A43032;
    box-shadow: 0 1em 0 0 #A43032, 0 0.5em 0 0 #A43032;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    width: 27px;
    }*/

    .sidebar-shadow-menu button {
    	background: #ccc;
    	border: none;
    	width: 48px;
    	height: 45px;
    	text-indent: -900em;
    	overflow: hidden;
    	position: relative;
    	cursor: pointer;
    	outline: none;
    }

    .sidebar-shadow-menu button:hover,
    .sidebar-shadow-menu button.dl-active,
    .sidebar-shadow-menu ul {
    	background: #aaa;
    }

    .sidebar-shadow-menu button:after {
    	content: '';
    	position: absolute;
    	width: 68%;
    	height: 5px;
    	background: #fff;
    	top: 10px;
    	left: 16%;
    }

sup {
vertical-align: super;
font-size: smaller;
}





    /* ====================== NY 2014 MENU (MEGA MENU) ====================== */

    #top_menu > div > ul {
    	float: right;
    	margin: 0;
    }

    #top_menu > div > ul > li  {
    	margin: 0;
    	height: 50px;
    }

    #top_menu > div > ul > li:after {
    	display: block;
    	padding: 19px 0;
    	position: absolute;
    	top: 0;
    	left: 100%;
    	margin: 0 0 0 -1px;
    	content: '|';
    }
    #top_menu > div > ul > li.active:after,
    #top_menu > div > ul > li:hover:after {
    	content: '';
    	padding: 0;
    	width: 1px;
    	height: 100%;
    	background-color: #a43032;
    }

    #top_menu > div > ul > li:last-child:after {
    	display: none;
    }

    #top_menu > div > ul > li.active > a { 
    	background-color: #38a430 !important;
    	color: #fff;
    }

    #top_menu > div > ul > li > a {
        position: relative;
    	margin: 0;
    padding: 16px 13px 16px 13px;
    	font-weight: 400;
    	border: none;
    }
    #top_menu > div > ul > li > a:hover {
        color: #fff !important;
    }
    #top_menu > div > ul > li#page16 > a > .fa-shopping-basket {
        margin: -1px 0 0 10px;
        height: 18px;
        line-height: 16px;
        float: right;
        font-size: 16px;
    }
/*     #top_menu > div > ul > li:last-child > a:after {
     content: "\f291";
    font-family: "FontAwesome";
    font-family: "Font Awesome 5 Free";
    margin: -1px 0 0 10px;
    font-style: normal;
      font-variant-caps: normal;
      font-variant-ligatures: normal;
      font-weight: 900;
      height: 16px;
      line-height: 16px;
      text-rendering: auto;
      width: 16px;
      -webkit-font-smoothing: antialiased;
    color: #fff;
    float: right;
    font-size: 16px;
}  */

    #top_menu > div > ul > li > ul > li.active > a {
    	color: #a43032;
    }

    #top_menu > div > ul > li > ul > li.active > a:hover {
    	color: #fff;
    }

    #top_menu > div > ul > li > ul > li,
    #top_menu > div > ul > li > ul > li > ul > li{
    	margin: 0;
    }

    #top_menu > div > ul > li:hover > a,
    #top_menu > div > ul > li > ul > li:hover > a,
    #top_menu > div > ul > li > ul > li > ul > li:hover > a {
    	background-color: #a43032;
    }
    #top_menu > div > ul > li:hover > form > a {
        background-color: #a43032;
        color: #fff !important;
    }

    #top_menu > div > ul > li > ul > li.active:hover > a {
        color: #fff;
    }

    #top_menu > div > ul > li > ul {
    	top: 50px;
    	-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.5);
    	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.5);
    }

    #top_menu > div > ul ul a {
    	padding: 10px 15px;
    	min-width: 200px;
    	width: auto;
    	font-size: 11px;
    }
    #top_menu > div > ul ul a:hover {
        color: #fff !important;
    }

    #top_menu > div > ul > li > ul > li > ul {
    	top: 0;
    	left: 100%;
    	-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.5);
    	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.5);
    }

    #mega_menu > div > ul {
    	display: inline-block;
    	float: left;
    	margin: 0;
    	width: 100%;
    	background-color: #fff;
    	border-top: solid 1px #ddd;
    	border-right: solid 1px #ddd;
    	border-bottom: solid 1px #ddd;
    	background-color: #fff;
    }

    #mega_menu > div > ul.active {
        background-color: #a43032;
    }

    #mega_menu > div > ul > li {
    	float: left;
    	margin: 0;
    }

    /*#mega_menu > div > ul > li:last-child:hover:after,
    #mega_menu > div > ul > li:last-child.active:after {
    	display: block;
    	position: absolute;
    	top: 90px;
    	left: 100%;
    	content: '';
    	width: 2px;
    	height: 69px;
    	margin: 0 0 0 -2px;
    	background-color: #a43032;
    }*/

    #mega_menu > div > ul > li > a {
    	float: left;
    	    padding: 26px 31.35px 25px;
    	font-family: 'Open Sans', sans-serif, arial;
    	font-weight: 700;
    	text-transform: uppercase;
    	background-color: #fff;
    	border-right: 1px solid #ddd;
    	font-size: 14px;
    	color: #333;
    }

    .ie7 #mega_menu > div > ul > li > a,
    .ie8 #mega_menu > div > ul > li > a {
    	padding: 26px 25px 25px;
    }

    #mega_menu > div > ul > li.active > a {
    	position: relative;
    	color: #fff;
    	background-color: #a43032;
    }

    #mega_menu > div > ul > li:last-child > a {
    	padding: 26px 12.5px 25px;
    	border-right: none;
    }

    #mega_menu > div > ul > li:last-child:hover > a {
    	border-color: #a43032;
    }

    #mega_menu > div > ul > li:hover > a {
    	color: #fff;
    	background-color: #a43032;
    }

    #mega_menu > div > ul > li:hover > div {
    	display: block;
    }

    .dropdown_item {
    	display: none;
    	position: absolute;
    	top: 100%;
    	left: 0;
    	margin: -2px 0 0 0 !important;
    	padding: 20px !important;
    	font-family: 'Open Sans', sans-serif, arial;
    	background-color: #fff;
    	background-color: rgba(255, 255, 255,.97);
    	border-top: solid 5px #a43032;
    	min-height: 100px;
    	-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
    	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
    }
    .dropdown_item a {
     color: #c9491e !important;
    }

    .mega_sublist {
    	float: left;
    	margin: 0 40px 0 0;
    }

    .mega_sublist:last-child {
    	margin: 0;
    }

    .mega_sublist.service {
    	/*width: 252.5px;*/
    	width: 191.5px;
    }
    .mega_sublist ul li a {
        color: #c9491e !important;
        
    }
    .mega_sublist ul li a:hover {
        text-decoration: underline !important;
    }

    .mega_sublist.service img {
    	width: 100%;
    }

    .mega_sublist.service ul {
    	min-height: 100px;
    }

    .mega_sublist h5 {
    	font-family: 'Open Sans', sans-serif, arial;
    	font-size: 17px;
    line-height: 24px;
    }

    .mega_sublist h5 > a {
    	color: #000;
    }

    .mega_sublist h5 > a:hover {
    	color: #a43032;
    }

    .mega_sublist > ul {
    	margin: 10px 0 0 0;
    	padding: 0 0 0 5px;
    }

    .mega_endlist {
    	float: right;
    }

    .mega_endlist h4 {
    	font-size: 28px;
    }
    .mega_endlist h4 a {
        color: #c9491e !important;
        font-weight: bold;
    }
     .mega_endlist h4 a:hover {
         text-decoration: underline !important;
     }
    .mega-endlist p {
        color: #c9481e !important;
    }

    .mega_endlist ul {
    	margin: 0;
    	padding: 0;
    	list-style: none;
    }

    .mega_endlist ul > li {
    	width: 190px;
    	text-align: center;
    	float: right;
    }

    .mega_endlist ul > li:last-child {
    	margin: 0 20px 0 0;
    }

    .mega_endlist .product_name {
        height: 42px;
        color: #c9491e;
    }



/* mobile search box */

#mobile-search-container {
    position: absolute;
	top: 23px;
	left: 64px;
	width:200px;
}

@media only screen and (min-width: 768px) {
	#mobile-search-container {
		top: 2px;
	}
}

@media only screen and (max-width: 768px) {
    .search-block {
        display: none;
    }
    #search-container {
        display:none;
    }
}

#mobile-search-container input.searchfield {
	width:120px;
}

#mobile-search-container input.searchbutton {
	float:left;
}


    @media only screen and (max-width: 1199px) {
    	#mega_menu {
    		display: none;
    	}
    }




    ====== BROWSER FIXES ======

.ie7 .navigation {
width: 87%;
}

.ie #mega_menu > div > ul > li > a {
	padding: 26px 25x 25px;
}

.ie #mega_menu > div > ul > li:last-child > a {
	padding: 26px 25px 25px;
}

.ie #mega_menu > div > ul > li:last-child:hover:after,
.ie #mega_menu > div > ul > li:last-child.active:after{
	display: block;
   	position: absolute;
   	top: 90px;
   	left: 100%;
   	content: '';
   	width: 3px;
   	height: 69px;
   	margin: 0 0 0 -3px;
   	background-color: #a43032;
}

.ie8 .ie #mega_menu > div > ul > li.last-child > a {
	padding: 26px 25px 25px;
	border-right: none;
}

.ie7 .ie .dropdown_item {
    width: 1160px;
}

_:-ms-input-placeholder, :root #mega_menu > div > ul > li > a {
	padding: 26px 25px 25px;
}

_:-ms-input-placeholder, :root #mega_menu > div > ul > li:last-child > a {
	padding: 26px 25px 25px;
}

_:-ms-input-placeholder, :root #mega_menu > div > ul > li:last-child:hover:after,
_:-ms-input-placeholder, :root #mega_menu > div > ul > li:last-child.active:after {
   	display: block;
   	position: absolute;
   	top: 90px;
   	left: 100%;
   	content: '';
   	width: 3px;
   	height: 69px;
   	margin: 0 0 0 -3px;
   	background-color: #a43032;
}
#mega_menu > div > ul > li > a:hover {
    color: #fff !important;
}
.mac-os #mega_menu > div > ul > li > a {
    padding: 26px 24.6px 25px;
}

.mac-os #mega_menu > div > ul > li:last-child > a {
    padding: 26px 31.35px 25px;
}


.mac-os.chrome #mega_menu > div > ul > li:last-child > a {
    padding: 26p 25px 25px;
}



@-moz-document url-prefix() {
	#mega_menu > div > ul > li:last-child > a {
		padding: 26px 25px 25px;
	}

	.mac-os #mega_menu > div > ul > li:last-child > a {
		padding: 26px 25px 25px;
	}
}

    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    	.mac-os #mega_menu > div > ul > li:last-child > a {
    		padding: 26px 25px 25px !important;
    	}

    	.mac-os #mega_menu > div > ul > li > a {
    		padding: 26px 25px 25px;
    	}

    }



@media (max-width: 767px) {
    
    .divider-container{
        .height:110px;
        height: 265px;
    }

    
    .produkt_list.product_row {
        margin: 0;
    }
    
    .produkt_list.clearfix.product_item {
        float: none;
        margin: 0 0 30px 0;
    }
    
    .product-container {
        display: block;
        width: 100%;
        height:auto;
    }
    
    #support {
        position: relative;
        left: auto;
        margin: 15px 0;
    }
    
    #support img {
        display: block;
        margin: 0 auto;
    }
    .thumb-container {
        margin: 0 0 20px !important;
        padding: 0 !important;
        width: 100% !important;
        height: auto !important;
    }
    
    .customer-info .delivery-address > label {
        display: none !important;
    }
    
    .customer-info input, .customer-info select, .customer-info textarea {
        margin-top: 20px;
    }
    
    .customer-info > .extra-info > input, .customer-info > .extra-info > textarea, .customer-info .delivery-address > input:nth-child(2) {
        margin-top: 0;
    }
    
	#webshop_check_out_status > li, #webshop_check_out_status > li:first-child, #webshop_check_out_status > li:last-child {
		margin: 0 0 5px 0;
		padding: 10px 15px;
		width: 100%;
		float: none;
	}

	#webshop_check_out_status > li:before {
		display: none;
	}

	#webshop_check_out_status > li:after {
		top: 10px;
		right: 15px;
		content: attr(data-step);
		width: auto;
		height: auto;
		color: #555;
		border: none;
		background-color: transparent;
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	#webshop_check_out_status > li:last-child:after {
		display: block;
	}

	#webshop_check_out_status .webshop_check_out_step.current:after, #webshop_check_out_status .webshop_check_out_step.completed:after {
		color: #fff;
	}

	.tile-cat {
		width: 50%;
	}

	.header {
		height: auto;
	}
	.header > .container-fluid {
	    padding: 0 0px;
	}

	.header .clearfix {
		display: none;
		background-color: #fff;
	}

	.dl-menuwrapper {
		margin: 0;
		width: auto;
	}

	

	.dl-menuwrapper .dl-menu {
		width: 300px;
	}
	
	.usp-list {
	    -webkit-justify-content: space-around;
        justify-content: space-around;
	}

	.usp-list > li {
		display: none;
	}
	
	.usp-list > li:first-child, .usp-list > li:nth-child(2) {
	    display: block;
	}

    .slider-container {
        margin: 0 0 0 0;
        height: 150px;
    }
    
    .iosSlider .slider .item1 .inner, .iosSlider .slider .item2 .inner, .iosSlider .slider .item3 .inner, .iosSlider .slider .item4 .inner, .iosSlider .slider .item5 .inner {
        height: 150px;
    }
    
    .home-cat {
        margin-top: 0;
    }

	.logo {
		width: 85px;
	}

	.logo > a {
		border: none;
	}

	.headline {
		font-size: 24px;
		line-height: 1;
	}

	.home-text a {
		width: 100%;
	}
	
	.container, .container .one.column, .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-third.column, .container .two-thirds.column {
	    width: 100%;
	}
	
	.antal {
	    display: block;
	    margin: 0;
	    float: none;
	}
	
	.antal:after {
	   display: block;
	   content: '';
	   clear: both;
	}
	
	.antal > input, .antal > select {
	    width: calc(50% - 30px);
	}
	
	.antal > select {
	    float: right;
	}
	
	.product-facebook-container {
	    display: none;
	}
}
--- layout.css end ---
