/**
 * This stylesheet is for styles you want to include only when displaying demo
 * styles for grids, animations, color swatches, etc.
 * These styles will not be your production CSS.
 */
#sg-patterns {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  max-width: 100%;
  padding: 0 0.5em;
}

.demo-animate {
  background: #ddd;
  padding: 1em;
  margin-bottom: 1em;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
}

.sg-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.sg-colors li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 0.3em;
  margin: 0 0.5em 0.5em 0;
  min-width: 5em;
  max-width: 14em;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.sg-swatch {
  display: block;
  height: 4em;
  margin-bottom: 0.3em;
  border-radius: 5px;
}

.sg-label {
  font-size: 90%;
  line-height: 1;
}
.sg-main {
  background-color: #e5eff4;
}
.plab-navigation__wrapper {
  height: 200px;
  overflow: auto;
}

.plab-600__wrapper {
  overflow: hidden;
  height: 600px;
  position: relative;
  background-position: center;
}

.plab-900__wrapper {
  overflow: hidden;
  height: 900px;
  position: relative;
  background-image: url('https://placeimg.com/1200/900/nature');
  background-position: center;
}

.plab-1500__wrapper {
  overflow: hidden;
  height: 1500px;
  position: relative;
  background-image: url('https://placeimg.com/1200/1500/nature');
  background-position: center;
}

body.patternlab.body .megamenu {
  display: block;
  position: relative;
  height: 270px;
  top: 0;
  margin-bottom: 80px;
}

body.patternlab.body .main-navigation .megamenu {
  display: none;
  position: absolute;
  height: auto;
  top: 60px;
  margin-bottom: 0;
}
