.carousel {
    height: 105%;
    background: black;
}
.carousel .item {
    -webkit-transition: opacity 3s; 
    -moz-transition: opacity 3s; 
    -ms-transition: opacity 3s; 
    -o-transition: opacity 3s; 
    transition: opacity 3s;
    height: 100%; /*slider height*/
    background: black;
}

.carousel .carousel-inner .item>img {
    max-width: none;
    margin: 0 auto;
}

.carousel .active.left {left:0;opacity:0;z-index:2;}
.carousel .next {left:0;opacity:1;z-index:1;}

/*full width container*/
@media (max-width: 100%) {
    .block {
        margin-left: -20px;
        margin-right: -20px;
    }
}

.navbar {
    background-color: #E73D30;
    min-height:16px
}

.navbar-wrapper > a > img {
  /* background: rgba(0,0,0, 0.3); */
}

.navbar .nav:focus > li,
.navbar .nav:hover > li {
    background: rgba(255,255,255, 0.3); 
    color: black;
}

.navbar .nav,
.navbar .nav > li {
  float:none;
  display:inline-block;
  *display:inline; /* ie7 fix */
  *zoom:1; /* hasLayout ie7 trigger */
  vertical-align: middle;
}


.navbar .nav > li > a,
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
    color:  black;
    padding-top:2px;
    padding-bottom:2px;
}

.navbar-nav > .open,
.navbar-nav > .open:hover,
.navbar-nav > .open:focus {
    color: black;
    background-color: white;
}

.navbar-inner {
  text-align:center;
}

.blur {
    -webkit-filter: blur(5px) grayscale(50%);
}

.img-logo-center {
    margin: 0 auto;
    vertical-align: middle;
    float: none;
}

.img-center {
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    float: none;
    width: 100%;
    height: auto;
    max-width: auto;
    max-height: 100%;
}

.img-center-main {
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    float: none;
    width: 100%;
    height: auto;
}

.carousel .carousel-caption p { visibility: hidden; }
.carousel .carousel-caption:hover p { visibility: visible; }

.carousel-caption p {
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.6);
   padding: 10px; 
   display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    color: white;
    font-size: 14.5px;
    line-height: 1.6em;
    font-weight: 200;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
}

.carousel-caption h3 {
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.4);
   padding: 10px; 
   display: block;
}

 .navbar.transparent.navbar-inverse {
    border-width: 0px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    background-color: rgba(0,0,0,0.0);
    background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 100% , rgba(0,0,0,0.00)));
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
}

#header {
    background-image: url('../images/background.png');
    background-repeat: no-repeat;
    background-position: right center;
    height: 4.3em;
    min-height: 50px;
    margin: 0 0 0 0;
    padding: 0;
    color: #fff;
    background-color: black;
}

#header-logo {
    font-size: 20px;
    line-height: 52px;
    padding: 8px 0 0 180px;
    margin: 0;
    background-image: url("../images/GearMage.jpg");
    background-repeat: no-repeat;
    background-size: 180px 42px;
    background-repeat: no-repeat;
    background-position: left center; 
}

.table td {
    text-align: center;
}

tr.spaceAround > td
{
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.spinner {
    opacity: 0;
}

.has-spinner.active .spinner {
    opacity: 1;
}

.share-buttons{
    list-style: none;
    color: black;
}

.share-buttons li{
    display: inline;
}


.fa {
    color: gray;
}

footer {
    color: gray;
}

.highlight-notice {
    background-color: #221;
    color: #fff;
    font-size: 13.5px;
    padding: 5px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 12.5px;
}

h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: black;
    font-size: 14.5px;
    margin: 0 0 5px 0;
    padding: 0 0 0 0;
}

h4 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: gray;
    font-size: 13.5px;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
}

.row-small {
    width: 82%;
    color: black;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    overflow: hidden;
}

div.dark-background {
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
    background-color: black;
}

div.feature {
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: middle;
    width: 95%;
    border-bottom: 1px solid #eee;
    box-shadow: 0px 1px 0px #fff;
    background-color: #fff;
    overflow: hidden;
}

.feature img {
    width: auto;
    height: auto;
    max-width: 80%;
    vertical-align: middle;
    border: 0;
    margin: 10px;
    -ms-interpolation-mode: bicubic;
}

.feature h3 {
    /* font-size: 20px; */
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
    display: block;
}

.feature p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    /* font-size: 13.5px; */
    line-height: 1.6em;
    font-weight: 200;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
}

.feature body {
    color: #333;
}

#pageheader {
  float: left;
  width: 25%;
  font-family: arial, helvetica, sans-serif;
  /* font-size: 1.2em; */
  color: #a9cc07;
  margin: 0 20px 15px 0;
  padding: 10px 10px 0 0;
}



