
.mainWrapper {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 40px;    font-family:"Brandon Medium";
}

/* Custom container */
.container-narrow {
    margin: 0 auto;
}
.container-narrow > hr {
    margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
    margin: 60px 0;
    text-align: center;
}
.jumbotron h1 {
    font-size: 72px;
    line-height: 1;
}
.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
    margin: 60px 0;
}
.marketing p + h4 {
    margin-top: 28px;
}

a {
    outline: none !important;
}

.sitename {
    color: #333;
}

.sitename:hover {
    text-decoration: none;
    color: #333;
}

.jconfirm_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
      z-index: 10000;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#102000000, endColorstr=#102000000);
}

.jconfirm_inner {
    background: #fff;
    padding: 20px;
    padding-top: 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.jconfirm_message:empty {
    height: 20px;
}

.jconfirm_buttons {
    text-align: center;
    margin: 10px 10px 14px;

}

.jconfirm_success{

          display: inline-block;
  background: red;
  border: 1px solid red;
  color: #FFFFFF;
  padding: 0 20px;
  text-align: center;
  font: normal 16px/39px 'Avenir';
  cursor: pointer;
  vertical-align: middle;
  align-items: center;
  white-space: nowrap;
  margin-right:20px;
      font-family:"Brandon Medium";

}

.jconfirm_fail{
    display: inline-block;
  background: #52bbb2;
  border: 1px solid #52bbb2;
  color: #FFFFFF;
  padding: 0 20px;
  text-align: center;
  font: normal 16px/39px 'Avenir';
  cursor: pointer;
  vertical-align: middle;
  align-items: center;
  white-space: nowrap;
      font-family:"Brandon Medium";
}

.jconfirm_close{


      background: transparent url(../images/design/Fabrika-serpme.png) 100px 100px no-repeat;
  display: inline-block;
  text-align: left;
  text-indent: -999em;
  vertical-align: middle;

    width: 30px;
  height: 30px;
  background-position: -176px 0;
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
  cursor: pointer;


}

.jconfirm_title{

    margin-top:30px;
    margin-bottom: 5px;    font-family:"Brandon Medium";

}

.bs-docs-sidenav {
    background-color: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    margin: 0;
    padding: 0;
}

.bs-docs-sidenav > li > a {
    border: 1px solid #E5E5E5;
    display: block;
    margin: 0 0 -1px;
    padding: 8px 14px;
}

.bs-docs-sidenav > li:first-child > a {
    border-radius: 6px 6px 0 0;
}

.bs-docs-sidenav > li:last-child > a {
    border-radius: 0 0 6px 6px;
}

.bs-docs-sidenav > .active > a {
    border: 0 none;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1) inset, -1px 0 0 rgba(0, 0, 0, 0.1) inset;
    padding: 9px 15px;
    position: relative;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    z-index: 2;
}
.bs-docs-sidenav .icon-chevron-right {
    float: right;
    margin-right: -6px;
    margin-top: 2px;
    opacity: 0.25;
}
.bs-docs-sidenav > li > a:hover {
    background-color: #F5F5F5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
    opacity: 0.5;
}
.bs-docs-sidenav .active .icon-chevron-right, .bs-docs-sidenav .active a:hover .icon-chevron-right {
    background-image: url("../img/glyphicons-halflings-white.png");
    opacity: 1;
}

.btn-example {
    margin: 4px 0;
}

ol.linenums li {
    color: #bebec5;
    line-height: 20px;
    padding-left: 12px;
    text-shadow: 0 1px 0 #fff;
}

ol.linenums li span {
    color: #333;
}

.prettyprint.linenums {
    box-shadow: 40px 0 0 #fbfbfc inset, 41px 0 0 #ececf0 inset;
}

.bs-docs-example + .prettyprint {
    margin-top: -20px;
    padding-top: 15px;
}

pre.prettyprint {
    margin-bottom: 0px;
}

.prettyprint {
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    padding: 8px;
}

.text-center {
    text-align: center;
}

h4 .label {
    font-size: 15px;
    line-height: 17px;
    font-weight: bold;
}

#headerWrapper {
    position: relative;
    height: 74px;
}

#download-wrapper {
    position: absolute;
    top: 30px;
    right: 0;
}

#download-wrapper .muted,
#download-wrapper .bold {
    line-height: normal;
}

.footer {
    border-top: 1px solid #e5e5e5;
    margin: 0;
    padding: 30px 0;
    text-align: center;
}

pre.pre-scrollable {
    max-height: 200px;
}