/* 
  These files should be imported to all generated CSS. 
  The only files in here should not render css. mixins
  and classes ONLY!
*/
/* Layout Variables
----------------------------------*/
/* Header Variables
----------------------------------*/
/* Transition Variables
----------------------------------*/
/*
Overrides of Bootstrap Variables
We've just picked and chosen the stuff we like to customize 
If you want to customize further you can dig through the 
bower_components boostrap less vars and bring them over here. 
never edit the bower_components one. 
*/
.style-guide-section {
  margin: 30px 0 60px;
}
.style-guide-anchor-nav {
  position: fixed;
  left: -140px;
  width: 160px;
  background: rgba(0, 0, 0, 0.4);
  padding: 5px 30px 5px 5px;
  margin: 0;
  text-transform: uppercase;
  font-size: 10px;
  z-index: 1000;
  top: 40%;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.style-guide-anchor-nav:after {
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 8px;
  top: 50%;
  width: 16px;
  height: 16px;
  display: block;
  margin-top: -5px;
}
.no-touch .style-guide-anchor-nav:hover,
.touch .style-guide-anchor-nav.active {
  background: rgba(0, 0, 0, 0.8);
  left: 0;
}
.style-guide-anchor-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.style-guide-anchor-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.style-guide-anchor-link {
  color: rgba(255, 255, 255, 0.8);
  padding: .5em;
  display: block;
}
.style-guide-anchor-link:hover,
.style-guide-anchor-link:active {
  background: rgba(0, 0, 0, 0.9);
  text-decoration: none;
  color: #ffffff;
}
#style-guide-nav {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
#style-guide-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  height: 40px;
  text-align: center;
}
#style-guide-nav ul li {
  -webkit-transform: skewX(-45deg) skewY(0deg);
  -ms-transform: skewX(-45deg) skewY(0deg);
  -o-transform: skewX(-45deg) skewY(0deg);
  transform: skewX(-45deg) skewY(0deg);
  margin: 5px 0;
  display: inline-block;
  text-align: center;
  border-right: 2px solid #fff;
}
#style-guide-nav ul li:last-child {
  border: 0;
}
#style-guide-nav ul li:hover {
  background: rgba(255, 255, 255, 0.83);
}
#style-guide-nav ul li a {
  -webkit-transform: skewX(45deg) skewY(0deg);
  -ms-transform: skewX(45deg) skewY(0deg);
  -o-transform: skewX(45deg) skewY(0deg);
  transform: skewX(45deg) skewY(0deg);
  display: block;
  padding: 5px 20px;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
#style-guide-nav ul li a:hover {
  color: #e6e6e6;
  text-decoration: none;
}
.style-color {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 325px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .style-color {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .style-color {
    float: left;
    width: 16.66666667%;
  }
}
.form-column {
  float: left;
  width: 83.33333333%;
  margin-left: 8.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .form-column {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .form-column {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .form-column {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .form-column {
    margin-left: 25%;
  }
}
@media (max-width: 480px) {
  .form-column {
    width: 100%;
    margin-left: auto;
  }
}
.form-required-label {
  color: #d9534f;
}
.input-related-link {
  margin: -10px 0 15px;
}
.code-container {
  text-align: right;
  position: relative;
  z-index: 1000;
}
.code-container pre {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
}
.btn-code {
  position: absolute;
  right: 15px;
  top: -30px;
  font-size: 10px;
  padding: 3px 6px;
  z-index: 1001;
}
.code-source {
  display: none;
}
/*# sourceMappingURL=dist/css/style-guide.css.map */