*,html {
  margin:0px;
  padding:0px;
}

body {
  background-color:#FFFFFF;
  font-family: verdana, Geneva;
  font-size: 8pt;
  margin:0 auto;
}

.custom img.bg {
    min-height: 100%;
    min-width: 1152px;
    width: 100%;
    height: auto;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: -1;
}

p {
  font-size: 11px;
  font-family: Verdana;
  line-height: 160%;
  color: #333;
}

h2 {
    font-family: 'ArtifikaMedium';
}

h4 {
  font-family: 'ArtifikaMedium';
  font-size: 14px;
  font-weight: normal;
  color: #990000;
}

.t3-mainbody li {
  font-size: 11px;
  font-family: Verdana;
  line-height: 160%;
  color: #333;
}

/* artifika-regular - latin */
@font-face {
  font-family: 'ArtifikaMedium';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/artifika-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Artifika Regular'), local('Artifika-Regular'),
       url('../fonts/artifika-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/artifika-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/artifika-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/artifika-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/artifika-v10-latin-regular.svg#ArtifikaMedium') format('svg'); /* Legacy iOS */
}

a {
  font-size: 11px;
  font-weight: normal;
  text-decoration: underline !important;
  font-family: 'ArtifikaMedium';
  color: #a0050a !important;
}

td, tr td {
  border-top: none;
}

.row {
  margin: -15px -19px 0 -19px;
}

.t3-header {
  padding-top: 0px;
  padding-bottom: 0px;
}

.t3-header > .row {
  background: url('/images/header_bg.jpg') no-repeat;
  background-size: cover;
  background-color: #fff;
  border-width: 2px 2px 0 2px;
  border-style: solid;
  border-color: #ccc;
  margin-top: -10px;
  margin-bottom: -7px;
  display: flex;

}

.container {
  padding-left: 62px;
  padding-right: 62px;
}

.top h3{
  text-align: center !important;
  margin-top: 5px;
  margin-bottom: 5px;
}

.top h3 a{
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  font-weight: normal !important;
  font-family: 'ArtifikaMedium' !important;
  font-size: 18px !important;
  text-decoration: none !important;
  color: #000 !important;
}

.top img{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.head-search > .custom {
  text-align: right;
}

.head-search > form {
  float: right;
}

input[type="text"] {
    height: 26px;
    padding: 4px 8px;
    font-size: 12px;
}

.navbar > .container{
  padding-left: 0px;
  padding-right: 0px;
}

.navbar-default {
    background-color: transparent;
    border: 0;
}

.menu-left {
  background-image: url(/images/menu_left_bg.png);
  width: 45px;
  height: 45px;
  float: left;
}

.menu-container {
  background-image: url(/images/menu_bg.png);
  margin: 0 45px;
}

.menu-right {
  background-image: url(/images/menu_right_bg.png);
  width: 45px;
  height: 45px;
  float: right;
}

.nav li {
  padding: 9px 12px;
  margin-top: 7px;
}

.nav a {
  font-family: 'ArtifikaMedium';
  font-size: 14px;
  color: #FFF !important;
  text-decoration: none !important;
  padding: 0 !important;
}

.nav a:hover {
  text-decoration: underline !important;
}

.nav > .active a {
  background-color: transparent !important;
}

.top-container {
  background-color: #fff;
  border-width: 0 2px 2px 2px;
  border-style: solid;
  border-color: #ccc;
  display: flow-root;
  margin: -5px -19px 0px -19px;
  padding-bottom: 10px;
}

.t3-mainbody > .row {
  background-color: #fff;
  border: 2px solid #ccc;
}

.blog-featuredfrontpage > .page-header {
  background: url('/images/componentheading_rib.png') no-repeat;
  width: 214px;
  height: 31px;
  margin-left: -47px;
  margin-top: 12px;
  padding-left: 45px;
  padding-top: 8px;
  border: none;
}

.blog-featuredfrontpage > .page-header h1 {
  font-size: 16px;
  font-family: 'ArtifikaMedium';
  color: white;
}

.blog-featuredfrontpage h2.article-title {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: bold;
  float: left;
  color: #a0050a;
}

.article-title {
  font-family: 'ArtifikaMedium';
  font-size: 30px;
}

.article-intro ul {
  margin: 0;
  padding: 0 0 0 17px;
}

.article-intro img {
  display: unset;
  vertical-align: baseline;
}

.btn-default {
  border: none;
  padding: unset;
  background-color: transparent;
  font-size: 11px;
}

.btn-default:hover {
  background-color: transparent;
}


.footer > .row {
  border: 2px solid #cccccc;
  background-color: #fff;
}

.footer > .row > div {
  padding: 0;
}

.footer-nav a {
  font-size: 16px !important;
  color: black !important;
  text-align: center !important;
  margin-top: 0;
  padding: 0 !important;
}

.footer-nav li {
  float: left;
  margin: 2px 0 3px;
  padding: 0;
}

.footer-nav > .nav-pills > li > a, .footer-nav > .nav-pills > li > a:hover, .footer-nav > .nav-pills > li.active > a, .footer-nav > .nav-pills > li.active > a:focus {
  background-color: transparent;
  color: #000000;
  text-decoration: none !important;
}

.footer-nav > .nav-pills > li > a {
  border-right: 1px solid #d8d8d8;
}

.footer-nav > .nav-pills > li:last-child > a {
  border-right: none;
}

.image-title {
  float: left;
  padding: 20px;
}


.footer-text > .custom {
  height: 42px;
}

.footer-text > .custom > p {
    text-align: center;
    font-family: 'ArtifikaMedium';
    padding-top: 10px;
    color: white;
}

.category_front_image, .category_image, .kategori_front_billede, .kategori_billede {
    padding-top: 4px;
    padding-left: 4px;
}

.category_front_title, .category_title, .kategori_front_titel, .kategori_titel {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 8px;
    text-align: center;
    width: 160px;
  line-height: 18px;
}

.category_description h2.category_title a {
    font-size: 18px !important;
    font-weight: normal !important;
    color: 
    black !important;
    text-decoration: none !important;
}




.category_product_image img {
    float: left !important;
}

.category_product_title h3 a, .kategori_produkt_titel h3 a {
    font-size: 14px;
    line-height: 15px;
    float: left !important;
    text-decoration: none !important;
}

.category_product_title, .kategori_produkt_titel {
    height: 24px;
    font-size: 10px;
}

.category_box_inside, .kategori_kasse_ydre {
    text-align: left;
}

.product_volume_wrap {
    width: 204px;
    height: auto !important;
    min-height: 60px;
    _height: 60px;
    margin-top: 10px;
    float: left;
}

.product_height {
    width: 55px;
    height: 50px;
    background: url('/images/height.jpg') no-repeat;
    float: left;
}

.product_height p {
    padding-top: 35px;
}

.product_length {
    width: 55px;
    height: 50px;
    background: url('/images/length.jpg') no-repeat;
    float: left;
}

.product_length p {
    padding-top: 35px;
}

.product_width {
    width: 50px;
    height: 50px;
    background: url('/images/width.jpg') no-repeat;
    float: left;
}

.product_width p {
    padding-top: 35px;
}

.product_scale {
    width: 40px;
    height: 50px;
    float: left;
}

.product_scale p {
    font-family: 'ArtifikaMedium';
    font-size: 14px;
    color: 
    #a0050a;
    padding-top: 10px;
}


.category_box_wrapper, .kategori_kasse_ramme {
  margin: 0px;
  padding: 0px;
  _height: auto !important;
  height: auto !important;
  min-height: 250px;
  height: 250px;
  width: 100%;
  display: block;
}

.category_box_outside {
  width: 419px !important;
  border: none !important;
  display: block;
  float: left;
  height: auto !important;
  margin-top: 10px;
  min-height: 265px;
}

.paint .category_box_outside {
  min-height: 80px;
}

.category_box_inside, .kategori_kasse_ydre {
    margin: 0;
    padding: 5px;
    text-align: left;
}

.category_product_image, .kategori_produkt_billede {
  height: auto !important;
  margin: 0;
  padding: 10px 0 0;
  width: auto !important;
  float: left;
}

.category_pagination, .kategori_navigering {
  text-align: center;
}


.product_detail_volume_wrap {
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
}

.product_detail_height {
  width: 65px;
  height: 80px;
  background: url('/images/height.jpg') no-repeat;
  float: left;
}

.product_detail_height p {
  padding-top: 35px;
}

.product_detail_length {
  width: 65px;
  height: 80px;
  background: url('/images/length.jpg') no-repeat;
  float: left;
}

.product_detail_length p {
  padding-top: 35px;
}

.product_detail_width {
  width: 60px;
  height: 80px;
  background: url('/images/width.jpg') no-repeat;
  float: left;
}

.product_detail_width p {
  padding-top: 35px;
}

.product_detail_scale {
  width: 60px;
  height: 80px;
  float: left;
}

.product_detail_scale p {
  font-family: 'ArtifikaMedium';
  font-size: 14px;
  color: #a0050a;
  padding-top: 10px;
}

.product_detail_download {
  width: 65px;
  height: 80px;
  background: url('/images/pdf.jpg') no-repeat;
  float: left;
}

.product_detail_download p a {
    padding-top: 33px;
    color: black !important;
    text-decoration: none !important;
    font-size: 9px;
    font-weight: normal;
    font-family: Verdana;
    margin-left: -5px;
    float: left;
}

.product_detail_desc {
    width: 424px;
    height: auto;
    min-height: 120px;
    _height: 120px;
    clear: both;
}

.product_detail_tools_name {
    width: 130px;
    height: 20px;
    text-align: center;
}

.related_product {
    width: 130px;
    height: auto !important;
    float: left;
    margin-right: 5px;
}

.product_detail_tools_image img {
    width: 130px;
    height: auto !important;
}



.redform-section > .fieldline > .field {
  clear: both;
}

#contact_redform label {
  float: left;
  /*position: absolute;*/
  z-index: 1;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'ArtifikaMedium';
  font-size: 14px;
  font-weight: normal;
  color: #990000;
}

#submit_button.submitform > input#regularsubmit.validate {
    width: 110px;
    height: 35px;
    border: none;
    background: url('/images/send_btn.png') no-repeat;
    color: white;
    float: left;
    margin-top: 20px;
    margin-left: -5px;
}


.category_pagination {
  clear: both;
  text-align: center;
}

.category_pagination > .pagination {
  float: none;
  display: inline-block;
}