body {
  background: #c0c0c0;
  font-family: "Roboto", sans-serif;
}

#wrapper {
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
  background: #fff;
  max-width: 1280px;
  margin: 30px auto;
}

#header {
  background: url("/static/images/header-bg.jpg") no-repeat center center;
  background-size: 100% auto;
  height: 300px;
  position: relative;
}

#logo {
  padding: 15px 30px 30px 20px;
  background: #fff;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.4);
  display: inline-block;
  margin-top: 50px;
}

#shipWorldwide {
  position: absolute;
  right: 20px;
  top: 100px;
  text-align: right;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

.menuStrip {
  background: #fff;
  position: absolute;
  bottom: 10px;
  left: 0px;
  right: 0px;
  font-size: 16px;
  line-height: 22px;
}

.menuStrip .languageMenu {
  background: #7d7d7d url("/static/images/language-menu-bg.png") no-repeat
    center right;
  background-size: auto 100%;
  padding: 15px;
  display: inline-block;
  margin-right: 15px;
  color: #fff;
}

.menuStrip .languageMenu a {
  margin-right: 8px;
}

.menuStrip p {
  display: inline-block;
  padding-right: 15px;
  margin: 0px;
}

.menuStrip .mainMenu,
.menuStrip .menu {
  display: inline-block;
}

.menuStrip .mainMenu img {
  position: absolute;
  right: 15px;
  top: 0px;
  height: 52px;
}

.menuStrip .menu .menuItem {
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #bbb;
}

.menuStrip .menu .menuItem a {
  color: #000;
}

.menuStrip .menu .menuItem.active a {
  color: #e30613;
}

#content {
  padding: 20px 0px 0px 0px;
}

#footerMain {
  background: #0e3d8a;
  color: #fff;
  padding: 20px;
  font-size: 11px;
}

#footerMain a {
  color: #fff;
}

#footerMain #address {
  float: right;
}

#footerMain #address p {
  margin-bottom: 0px;
  line-height: 22px;
}

#footerMenu a {
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #fff;
}

.homeIntro {
  background: #dcdcdc;
  padding: 30px 15px;
  font-size: 20px;
  font-weight: 300;
}

.homeIntro b,
.homeIntro strong {
  color: #0e3d8a;
}

.homeIntro p {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.homeFirstRow {
  margin: 0px 0px 25px 0px;
}

.homeFirstRow .col-md-6 {
  padding: 0px;
}

.homeSearch {
  background: #0e3d8a;
  padding: 30px 15px;
  color: #fff;
  font-size: 20px;
}

.homeSearch input,
.homeSearch select {
  width: 100%;
  border: 0px none;
  border-radius: 3px;
  padding: 4px 15px;
  font-size: 16px;
  color: #000;
  background: #fff;
}

.homeSearch .searchTitle {
  font-weight: 300;
  padding-bottom: 22px;
}

.row {
  margin: 0px;
}

.homeSection {
  padding: 0px 15px;
}

h2 {
  color: #0e3d8a;
  font-weight: 300;
  font-size: 20px;
}

.logoRow {
  background: #eee;
  padding: 20px;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 300;
}

.logoRow table {
  max-width: 360px;
}

.logoRow td {
  height: 93px;
  vertical-align: middle;
}

.logoRow .col-md-6 img {
  float: right;
}

.logoRow p {
  margin: 0px;
}

.voorraad img {
  width: 100%;
  margin-bottom: 10px;
}

#content .col-md-9 {
  margin-top: -20px;
}

.sidebar {
  margin-top: -20px;
  padding: 0px 0px 20px 0px;
}

.sidebar h3 {
  background: #0e3d8a;
  margin: 0px;
  padding: 20px;
  color: #fff;
  font-size: 18px;
}

.sidebar .searchForm {
  padding: 20px;
  background: #ddd;
}

.sidebar .searchForm input,
.sidebar .searchForm select {
  width: 100%;
  border: 0px none;
  border-radius: 3px;
  padding: 4px 15px;
  font-size: 16px;
  color: #000;
  background: #fff;
}

.sidebar .searchForm .btn {
  background: #0e3d8a;
  color: #fff;
  text-shadow: none;
}

.sidebar ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  background: #fff;
}

.sidebar > ul > li > a {
  display: block;
  padding: 10px 20px;
  margin: 0px;
  color: #333;
  background: #ddd;
  font-size: 16px;
}

.sidebar > ul > li > ul > li {
  padding: 5px 20px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.pageHero {
  width: 100%;
  height: 250px;
  background: transparent center top;
  background-size: cover;
}

.form .submit-button {
  margin: 20px 0px;
}

.noResults {
  text-align: center;
  padding: 50px 0px;
  font-size: 16px;
  font-style: italic;
}

.paging {
  text-align: center;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background: #0e3d8a;
  border-color: #0e3d8a;
}

.resultsTable td {
  vertical-align: top;
  word-break: normal;
}

.resultsTable .idColumn {
  width: 75px;
}

.resultsTable .clickColumn {
  width: 75px;
  text-align: right;
}

.resultsTable .imgColumn {
  width: 150px;
}

.resultsTable .imgColumn img {
  max-width: 150px;
  max-height: 150px;
  border-radius: 3px;
}

.resultsTable {
  border: 1px solid #ddd;
}

.links td {
  height: 150px;
  width: 165px;
  vertical-align: middle;
  text-align: center;
}

.links .link {
  float: left;
  margin: 0px 20px 20px 0px;
  border: 1px solid #bbb;
  background: #ddd;
}

.links .link .img {
  width: 165px;
  height: 151px;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #bbb;
}

.links .link:nth-of-type(5n) {
  margin-right: 0px;
}

.links .link img {
  max-width: 150px;
  max-height: 150px;
}

.links .link .name {
  padding: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.events .event {
  padding: 20px;
}

.events .event .img {
  float: right;
  margin-left: 20px;
}

.events .event .img img {
  max-width: 200px;
  max-height: 200px;
}

.events .event:nth-of-type(2n + 1) {
  background: #ddd;
}

.events .event h3 {
  margin-top: 0px;
  padding-top: 0px;
  font-size: 16px;
  color: #0e3d8a;
}

.events .event .date {
  font-style: italic;
  padding-bottom: 10px;
}

.partDetails td {
  vertical-align: top;
}

.partDetails .images {
  width: 60%;
  text-align: center;
  vertical-align: top;
  padding-right: 20px;
}

#mainImage img {
  width: 100%;
  height: auto;
}

#otherImages {
  text-align: left;
  padding-top: 20px;
  width: 100%;
  margin: 0px auto;
}

#otherImages img {
  max-width: 100px;
  max-height: 100px;
  padding: 0px 20px 20px 0px;
  cursor: pointer;
}

td.details td {
  border: 1px solid #bbb;
  padding: 5px;
}

td.details td.name {
  background: #ddd;
  font-weight: bold;
  width: 40%;
}

.contact .addressSection {
  width: 33%;
  padding-right: 20px;
}

.contact table {
  width: 100% !important;
}

.contact .addressSection table,
.contact .addressSection td {
  border: 1px solid #bbb;
}

.contact .addressSection td {
  padding: 3px 5px;
}

.contact td {
  vertical-align: top;
}

.contact .addressSection tr td:first-of-type {
  background: #ddd;
  font-weight: bold;
  width: 100px;
}

.contact .map {
  padding-top: 15px;
  position: relative;
}

.contact .map iframe {
  width: 100%;
  height: 385px;
}

.contactForm td {
  padding: 3px 5px;
  border: 1px solid #bbb;
}

.contactForm tr td:first-of-type {
  width: 140px;
  background: #ddd;
  font-weight: bold;
}

.contactForm td.submit {
  text-align: center;
  background: transparent !important;
  border: 0px none;
  padding-top: 15px;
  padding-bottom: 30px;
}

.contactForm td .btn {
  background: #0e3d8a;
  color: #fff;
}

.contactForm input[type="text"],
.contactForm textarea {
  padding: 4px 10px;
  width: 100%;
}

.contactForm .error {
  background: #ff393c;
}

.contactForm textarea {
  height: 120px;
}

.alertInfo {
  background: #ddd;
  border: 1px solid #bbb;
}

.map-point {
  width: 100%;
  height: 500px;
}

.add-point-map {
  width: 100%;
  height: 500px;
  display: none;
}
