body {
  font-family: 'Raleway', sans-serif;
}
1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Raleway', sans-serif;
    line-height: 1.1;
    color: #ffffff;
}

.container_interior {
  margin-right: auto;
  margin-left: auto;
max-width: 1100px;
 /* width: 100%;*/
}

.jumbotron h1 {
    font-size: 40px;
}

.container_jtcaption {
  margin-right: auto;
  margin-left: auto;
max-width: 600px;
}

.light_banner {
/*background-color: rgba(176, 186, 191, 0.1);*/
box-sizing: border-box;
color: #666666;
font-size: 20px;
line-height: 26px;
text-rendering: optimizelegibility;
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
}

.input-text {  
        padding: 7px;  
        border: 0px solid #aaa;  
        border-radius: 3px;  
        box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.1);
        width: 100%;
    }  
          
.input-text:focus {  
        outline: none;  
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3);  
    }

.transp_img 
{
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}
.transp_img:hover
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}


/*------------------------------------------cover-----------------------------------------------------------------------*/
.bs-cover a:active,.bs-cover a:hover ,.bs-cover a{color:#fff}
/* Custom default button */
.bs-cover .btn-default,
.bs-cover .btn-default:hover,
.bs-cover .btn-default:focus {
  color: #ffffff;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #AD0000;
  border: 1px solid #fff;
  font-size: 26px;
  font-weight: normal;
  min-height: 80px;
  min-width: 260px;
  padding-top: 24px;
  border-radius: 10px;
}

.bs-cover .btn-default-2,
.bs-cover .btn-default-2:hover,
.bs-cover .btn-default-2:focus {
  color: #ffffff;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #D92700;
  border: 1px solid #fff;
  font-size: 26px;
  font-weight: normal;
  min-height: 80px;
  min-width: 260px;
  padding-top: 24px;
  border-radius: 10px;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}

/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
  }
}
body.bs-cover {
    background-color: #333333;
    height: 100%;
	
}
body.bs-cover .inner{color: #FFFFFF;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);}
body.bs-cover .mastfoot .inner{
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}	
	
.site-wrapper .navbar{border:none!important}
.site-wrapper  .container{width:100%!important}
.site-wrapper  .bs-docs-nav,.site-wrapper .navbar,.site-wrapper .dropdown-menu,.site-wrapper .navbar  .nav.navbar-nav a.active,.site-wrapper .bs-docs-nav .navbar-nav > .active > a, .bs-docs-nav .navbar-nav > .active > a:hover{box-shadow:none!important;background:transparent!important}
