﻿/**
* Title & Project: Sigurd Müller Vinhandel - ImageBank
* Creator: SMARTPAGE.dk
* Developer: NN
*/
/* Import variables, mixins and functions */
/* Variables */
/* Mixins */
/* Include Custom Styles */
::selection {
  background: #efe9d7;
  color: #560000;
  text-shadow: none;
}
.logo {
  background: #560000;
  padding: 10px 0;
}
.logo img {
  margin: 0 auto;
}
/* Page styles */
body {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAHkCAIAAAB5YnIhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNrs0DENADAMBLFXFQzBE/6oOpdA1MG3eb2aPJ0wM/MPrvaDmZmZmZmZmZmZmZl3fQUYAIyXBCOs2j77AAAAAElFTkSuQmCC') top repeat-x #efe9d7;
}
body,
select,
input,
textarea {
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
.header-text {
  color: #fff;
  text-align: center;
}
.marginBelow {
  margin-bottom: 10px;
}
/* Search */
.search-area {
  border: 1px solid #560000;
  margin-top: 85px;
  padding: 15px;
  background: #efe9d7;
  border-radius: 5px;
}
.search-table {
  border: none;
  overflow: hidden;
}
.searchType ul li {
  color: #000000;
  margin-top: 10px;
}
.searchType {
  display: none;
}
/* Styling for instant search */
.dw-instant-search {
  max-width: 100% !important;
}
.dw-search-suggestions {
  left: 15px !important;
  top: 72px !important;
}
.dw-search-suggestions .dw-suggestion-item {
  color: #560000;
}
#divResults {
  background: #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-top: 1px;
  border-top: none;
  position: fixed;
  z-index: 1000;
}
#divResults .dw-search-result {
  left: 0 !important;
  top: 0 !important;
  padding-left: 5px;
  margin-top: 2px;
}
#divResults .dw-search-result:hover {
  background-color: #e4e4ba;
}
#divResults .dw-search-result .dw-search-result-url {
  font-size: 14px;
}
#divResults .dw-search-result .dw-search-result-url:hover {
  text-decoration: none;
}
#divResults .dw-search-result .dw-search-result-name {
  color: #560000;
}
.product-list-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #560000;
  margin-top: 0;
}
.product.listItem {
  min-height: 130px;
  background-color: #ffffff;
  margin: 10px 0;
}
.product.listItem .listItemImage {
  margin-top: 10px;
  text-align: center;
}
.product.listItem .listItemImage img {
  max-height: 110px;
}
.product.listItem .productHeading a {
  color: #560000;
}
.listItemText .productHeading {
  font-size: 145%;
  margin: 10px 0 5px 0;
}
.productListNavigation .btn {
  cursor: default;
}
.productListNavigation .btn:hover {
  background: #560000;
}
.productListNavigation .btn:active {
  border: none;
}
.listItem:hover {
  background-color: #e4e4ba;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
}
.list-item-info-table {
  font-size: 11.5px;
}
.list-item-info-table th {
  color: #560000;
  font-weight: bold;
}
.list-item-info-table .infoText {
  margin-left: 25px;
}
.table-xs {
  margin-top: 5px;
  border: none;
}
/* ListView Download Buttons */
.list-view-download {
  margin: 5px 5px 5px 0;
}
.dl-buttons {
  padding-top: 10px;
}
.dl-icon {
  color: #560000;
}
pagination-row {
  margin-bottom: -10px;
}
.paginationNoButton,
.paginationNoButton:hover,
.paginationNoButton:active {
  cursor: default;
}
.pagination-backward,
.pagination-forward {
  color: #626723;
}
.pagination-backward:hover,
.pagination-forward:hover {
  text-decoration: none;
  color: #9f9e30;
}
.pagination-backward span,
.pagination-forward span {
  font-size: 2em;
}
.top-pagination {
  margin-top: 20px;
}
.bottom-pagination {
  margin-top: 15px;
}
.pagelist {
  margin-top: 0;
}
.pagelist .pagination-item .pagination-link {
  color: #560000;
}
.pagelist .pagination-item.active .pagination-link {
  color: #fff;
}
dl.dl-horizontal.listDetails {
  font-size: 11.5px;
}
dl.dl-horizontal.listDetails dt.infoHead {
  color: #560000;
  font-weight: bold;
}
dl.dl-horizontal.listDetails dd.infoText {
  color: #333;
}
dl {
  font-size: 11.5px;
}
dl dt.infoHead {
  color: #560000;
  width: 85px;
  font-weight: bold;
  margin-right: 10px;
}
dl dd.infoText {
  color: #333;
  margin-left: 100px;
}
#panel-downloads b,
div.infoText {
  color: #560000;
}
#panel-downloads b {
  margin-top: 20px;
}
.download-list li a,
.downloadLink {
  font-weight: bold;
  color: #333;
  font-size: 12px;
}
.downloadLink {
  margin: 5px 0;
}
footer {
  margin: 5px auto;
  padding: 10px;
  width: 100%;
  height: 120px;
  background: #560000;
  color: #fff;
  font-size: 12px;
}
footer h3.footerHeading {
  color: #fff;
  margin-top: 1px;
}
footer p.footerTxt {
  font-size: 11px;
  letter-spacing: 400;
  font-weight: 400;
  margin-bottom: 1px;
}
#menu {
  z-index: 1560;
}
#menu .responsive-nav .top-nav.in {
  overflow-y: hidden;
  max-height: 100%;
}
/*Tablet*/
@media screen and (max-width: 767px) {
  #menu {
    height: 80px;
    position: static;
  }
  #menu .responsive-nav {
    width: 0;
    position: absolute;
    right: -1px;
    top: 0;
    margin-top: 0;
    z-index: 1000;
    overflow: hidden;
  }
  #menu .responsive-nav .responsive-nav-toggle-box {
    position: relative;
    width: 300px;
  }
  #menu .responsive-nav .top-nav {
    width: 100%;
    margin: 0;
    padding: 0;
    float: right;
  }
  #menu .responsive-nav .menu-level {
    overflow: hidden;
    height: 0;
  }
  #menu .responsive-nav .close-menu {
    font-size: 25px;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    height: 45px;
  }
  #menu .responsive-nav ul {
    margin: 0;
  }
  #menu .responsive-nav ul li.inpath .menu-level {
    height: auto;
  }
  #menu .responsive-nav ul li {
    display: block;
    height: auto;
    width: 100%;
    padding-left: 0;
    text-align: left;
    margin: 0 auto;
  }
  #menu .responsive-nav ul li .main-link {
    text-align: left;
    margin: 0 !important;
  }
  #menu .responsive-nav ul li .main-link .nav-icon {
    float: left;
    height: 16px;
  }
  #menu .responsive-nav ul li .main-link .expand-toggle {
    margin-top: -10px;
    margin-right: -10px;
    font-size: 19px;
    padding: 10px 20px;
  }
  .wrapper {
    margin: 0;
  }
  .nav-frontpage {
    display: none;
  }
  #frontpage .bg-color {
    margin-bottom: 0;
  }
  .project-items,
  .products-box .news-box {
    padding: 20px 50px;
    min-height: 100%;
    overflow: visible;
  }
  .project-items .services-box,
  .products-box .news-box .services-box {
    min-height: 100%;
  }
  .close-menu > i.glyphicon.glyphicon-remove {
    color: #666;
    cursor: pointer;
  }
  .paint-menu {
    background-color: #efe9d7;
    border: 5px solid #560000;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  }
  ul.M1 > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
  }
  .M2 > li > a {
    line-height: 30px;
  }
  menu-level:hover {
    text-decoration: none;
    background-color: #eee;
  }
  .M2 a {
    display: block;
  }
  .M3 {
    display: none !important;
  }
}
.menu-button {
  border: 1px solid #ddd;
}
.menu-button .icon-bar {
  background-color: #efe9d7;
}
.menu-button .icon-bar:hover {
  background-color: #ddd;
}
.M2 {
  margin-left: 10px;
}
.M2 .hasMore {
  margin-left: 10px;
}
.left-nav a {
  display: block;
}
.left-nav ul {
  width: 100%;
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.left-nav ul li {
  margin: 8px 0 0 0;
  padding: 15px;
  background-color: #868d30;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9f9e30), to(#626723));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #9f9e30, #626723);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(top, #9f9e30, #626723);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #9f9e30, #626723);
  /* IE10 */
  background-image: -o-linear-gradient(top, #9f9e30, #626723);
  /* Opera 11.10+ */
}
.left-nav ul li ul.M2 li {
  background-image: none;
  background-color: transparent;
}
.left-nav ul li a {
  font-size: 16px;
  text-transform: uppercase;
}
.left-nav ul li a:hover {
  text-decoration: none;
}
.left-nav ul li ul li {
  background: none;
  padding: 0;
  margin: 5px 0 5px 0;
}
.left-nav ul li ul li a {
  letter-spacing: 0.8px;
  font-size: 14px;
  text-decoration: none;
  text-transform: none;
}
.left-nav ul li ul.M2 li.hasMore:before {
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: solid transparent;
  border-bottom: solid transparent;
  border-left: solid #fff;
  border-width: 5px;
  content: ' ';
  margin: 3px 0 0 -8px;
}
.left-nav ul li ul.M2 li.hasMoreSelected:before {
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-right: solid transparent;
  border-bottom: solid transparent;
  border-left: solid transparent;
  border-top: solid #fff;
  border-width: 5px;
  content: ' ';
  margin: 5px 0 0 -12px;
}
.left-nav ul li ul li ul li {
  cursor: pointer;
  font-size: 11px;
  text-decoration: none;
  text-transform: none;
  padding: 0 0 0 10px;
}
.left-nav ul ul ul {
  display: none;
}
.left-nav ul li.activeitem ul,
.left-nav ul ul li.inpath ul {
  display: block;
}
.left-nav ul li.activeitem a {
  text-decoration: underline;
  font-weight: bold;
}
.left-nav ul li.activeitem li a {
  text-decoration: none;
}
.left-nav ul li ul li a:hover {
  text-decoration: underline;
}
.badge-container {
  color: #000000;
  font-weight: bold;
}
.badge-container .badge {
  background-color: #560000;
  margin-bottom: 3px;
}
.loading {
  background-color: transparent;
  background: url('/Files/Billeder/smv-preloader-64px.gif') center center no-repeat;
  position: fixed;
  left: 49%;
  top: 49%;
  width: 70px;
  height: 70px;
  z-index: 3568;
}
.modal.productModal {
  padding: 15px;
}
.modal-footer {
  text-align: left;
}
.img-placeholder {
  text-align: center;
  margin-bottom: 15px;
}
.img-placeholder .img-responsive {
  display: inline;
}
.description-placeholder {
  padding: 0 10px;
}
.download-placeholder .last {
  margin-bottom: 10px;
}
.tab-content {
  padding-top: 5px;
}
#modal-tabs .nav-pills li a,
#xs-tab-controls .nav-pills li a {
  color: #560000 !important;
  border: 1px solid #560000 !important;
}
#modal-tabs .nav-pills li.active a,
#xs-tab-controls .nav-pills li.active a {
  color: #fff !important;
}
#modal-tabs .nav-tabs > li.active,
#modal-tabs .nav-tabs > li.active > a {
  border-bottom: none;
}
#modal-tabs .nav-tabs > li > a {
  color: #560000;
  font-size: 14px;
}
#modal-tabs .nav-tabs > li.active > a,
#modal-tabs .nav-tabs > li.active > a:hover,
#modal-tabs .nav-tabs > li.active > a:focus {
  font-weight: bold;
  color: #444;
}
.productDetails {
  background-color: #fff;
}
.modal-content .productDetails {
  background-color: transparent;
}
product-detail-list {
  font-size: 14.5px;
  padding-top: 20px;
}
.dl.dt.infoHead {
  color: #560000;
}
/*  MOBILE STYLING AND MEDIAQUERIES  */
.mobile-logo {
  padding-top: 5px;
}
.mobile-logo img {
  width: 60px;
}
@media only screen and (max-width: 500px) {
  .listItem.product {
    min-height: 130px;
    padding: 15px 0;
  }
  .dw-instant-search#txFreeTextQuery {
    width: 80%;
  }
  .listItemImage img {
    margin-top: -15px;
  }
  .no-products {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 768px) {
  .top-pagination {
    margin-top: 80px;
  }
  .no-products {
    margin-top: 120px;
  }
  .search-area {
    margin-top: 116px;
  }
  .product-list-header {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .header-text {
    position: absolute;
    max-width: 50%;
    left: 25%;
    top: -120px;
    font-size: 24px;
  }
  .tab-content .product-detail-list > .infoHead,
  .dl.dl-horizontal {
    float: left;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .productlist-wrapper {
    background-color: #efe9d7;
    margin-top: 25px;
  }
  .top-pagination .pagelist {
    margin: 15px 0;
  }
  .search-area {
    margin-top: 25px;
  }
  .search-area .submit-row {
    padding-bottom: 5px;
    text-align: right;
  }
}
@media only screen and (max-width: 991px) {
  .listItemText .productHeading {
    font-size: 130%;
  }
  .description-placeholder {
    padding-top: 15px;
  }
}
@media only screen and (min-width: 991px) {
  .search-area {
    margin-top: 116px;
  }
}
/* Variables */
/* Styles */
.twitter-typeahead,
.twitter-typeahead .tt-menu {
  width: 100%;
}
.twitter-typeahead .tt-menu {
  background: #F9f9f9;
  border: 1px solid #c3c3c3;
  padding: 2px;
}
.twitter-typeahead .tt-menu a {
  color: #560000;
  display: block;
  padding: 0 5px;
  border: 1px solid #F9F9F9;
  white-space: nowrap;
  height: 22px;
  line-height: 22px;
}
.twitter-typeahead .tt-menu a:hover {
  background: #EAF2FF;
  text-decoration: none;
  border: 1px solid #C4DAFF;
  cursor: pointer;
}