/*Index page specific styles*/
.bs-rdcicons {
  margin: 0 -10px 20px;
  overflow: hidden
}

.bs-rdcicons-list {
  padding-left: 0;
  list-style: none
}

.bs-rdcicons li {
  float: left;
  width: 25%;
  height: 100px;
  padding: 10px;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  background-color: #f7f7f7;
  border: 1px solid #fff;
  border-radius: 4px
}

.bs-rdcicons .ra {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 34px
}

.bs-rdcicons .ra-class {
  display: block;
  text-align: center;
  word-wrap: break-word;
  line-height: 1
}

.bs-rdcicons li:hover {
  color: #fff;
  background-color: #999;
}

@media (min-width: 768px) {
  .bs-rdcicons {
      margin-right:0;
      margin-left: 0
  }

  .bs-rdcicons li {
      width: 12.5%;
      font-size: 12px
  }
}

/*Bootstrap icon*/
.navbar-brand-text { line-height: 24px; }
.bs-docs-booticon {
    display: block;
    font-weight: 500;
    color: #fff;
    text-align: center;
    cursor: default;
    background-color: #563d7c;
    border-radius: 15%
}
.bs-docs-booticon-lg {
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 22px;
}
.bs-docs-booticon-inverse {
    color: #563d7c;
    background-color: #fff
}
.bs-docs-booticon-outline {
  border: 1px solid #999;
  background-color: rgba(0, 0, 0, 0);
  float: left;
  margin-right: 10px;
}


/*navigation bar at top*/
.navbar-inverse { margin-bottom: 0; }

/*Affix nav bar*/
.nav.affix-top {
  margin-top: 30px;
}
.nav.affix {
  top: 20px;
}
.nav.nav-demo li > a {
  padding: 5px 5px;
}
.nav.nav-demo li > a:hover {
  background-color: #f7f7f7;
}

/*Hero image*/
.intro-wrapper {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.hero-bg {
   background-image: url("img/hero1.jpg");
   background-position: center center;
   display: block;
   position: absolute;
   width: 100%;
   height: 100%;
   z-index: -1;
}
.hero-content {
  z-index: 1;
  color: #fff;
}
.headline {
  padding: 90px 0;
  text-align: center;
}
.headline h1 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 75px;
    line-height: 75px;
 }

.back-to-top {
  margin-top: 20px;
}
.page-header {
  padding-top: 20px;
}
.code-highlight + h2 {
  margin-top: 30px;
}
/*default weight for tables was overwritten by user agent specific styles*/
table {
  font-weight: 300;
  font-size: 14px;
}

/*Prism plugin custom syntax highligting*/
.code-highlight {
    margin-bottom: 14px;
    margin-top : -20px;
    background-color: #f5f2f0;
    border: 1px solid #e1e1e8;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    position: relative;
    border-top-width: 0;
    position: relative;
}
.code-highlight-standalone {
  margin-top: 10px;
  border-radius: 4px;
  border-top-width: 1px;
}
pre[class*="language-"] {
  	white-space: nowrap;
    margin: 0;
    padding: 0em 1em;
}
code[class*="language-"] {
  display: block;
  margin-left: -40px;
}
.prism-show-language-label { display: none !important; }

/*ZeroClipboard plugin styles*/
.btn-copy-clipboard {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: block;
    padding: 5px 8px;
    font-size: 12px;
    color: #767676;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #e1e1e8;
    border-bottom-left-radius: 4px;
    border-top-width: 0;
    border-right-width: 0;
    text-decoration: none;
 }
 .zeroclipboard-is-hover {
   color: #fff;
   background-color: #ea1525;
   border-color: #d92228;
   text-decoration: none;
 }
