@media (min-width: 1200px) {

}

.space {
  margin-bottom: 20px !important;
}

.xspace {
  margin-bottom: 10px !important;
}

.bread {
  color: #777;
  font-size: 12px;
}

#navMenu {
}

#toggleMenu {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  cursor: hand;
  cursor: pointer;
}

#areaMenuButtons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#areaMenuButtons>div {
  position: relative;
  top: 0;
  left: 0;
}

#areaMenuButtons>div>a {
  display: block;
  text-align: center;
  color: #fff;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 16px;
  vertical-align: middle;
  font-weight: bold;
}

#pageTitle {
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 32px;
  text-shadow: #000 1px 0 3px;
  padding: 10px 0px;
  font-family: Georgia, serif;
}

.apiClearMd {
  clear: both;
}

/* For Tablet and Larger */
@media (min-width: 768px) {
  .nav {
    display: table;
    margin: 0px auto;
  }

  .nav>.item {
    display: table-cell;
    position: relative;
    top: 0px;
    left: 0px;
  }

  .nav>.item>a {
    padding: 5px 20px;
  }

  .nav .subnav {
    position: absolute;
    top: 45px;
    left: 0px;
    width: 200px;
    z-index: 10000;
  }
}

.nav>.item>a:hover, .nav>.item>a.active, .nav>.item>a.dropped {
  color: #fff;
  background: #177fa7;
  text-decoration: none;
}

.nav .subnav {
  background: #3E6A87;
}

.nav .subnav>.item>a {
  color: #fff;
  padding: 5px 10px;
  display: block;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 1.6em;
}

body {
}

.footer {
  padding-top: 30px;
  padding-bottom: 60px;
  background: #fff;
  color: #293942;
  border-top: 3px solid #283841;
}

.footer a {
  color: #293942;
  text-decoration: underline;
}

.list-group-item.active>a {
  color: #fff;
}

.productImage {
  border: 0px solid #000;
}

h1, h2, h3 {
  margin-top: 5px;

}

h1 {
  font-size: 1.9em;
  color: #444;
}

h2 {
  font-size: 1.5em;
  color: #444;
}

h3 {
  font-size: 1.3em;
  color: #444;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .apiClearMd {
    clear: none;
  }

  .apiClearLg {
    clear: both;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* Extra Small and Below */
@media (max-width: 768px) {
  #menuArea {
  }

  #navMenu {
    display: none;
    z-index: 10000;
    margin-bottom: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;

    position: absolute;
    top: 55px;
    left: 0px;
    right: 0px;

    background: #fff;
    border: 2px solid #229ac8;
  }

  #areaMenuButtons {
    display: block;
  }

  #areaMenuButtons>div>a {
    color: #229ac8;
    padding: 10px 5px;
    border-bottom: 2px solid #229ac8;
  }

  #areaMenuButtons>div:last-child>a {
    border-bottom: 0px;
  }

  #areaMenuButtons .lNavDrop .lDrop {
    display: none;

    background: #f5fbff;
    box-shadow: inset 0 0 10px #000;
  }

  #areaMenuButtons .lNavDrop .lDrop a {
    display: block;
    padding: 10px 5px;
    color: #000;
    border-bottom: 2px solid #229ac8;
    text-align: center;
  }
}

/* Small and Up */
@media (min-width: 768px) {
  .nav>.item {
    position: relative;
    top: 0;
    left: 0;
  }

  #areaMenuButtons .lNavDrop .lDrop {
    display: none;

    background: #fff;
    border: 1px solid #0c6a8e;

    position: absolute;
    top: 30px;
    left: 0px;
    width: 100%;

    z-index: 10000;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.3);
  }

  #areaMenuButtons .lNavDrop .lDrop a {
    display: block;

    padding: 10px 10px;
  }
}
