.introduction img {
    max-width: 100%;
}
.social,.donations,.forums {
    border-top: 1px solid #3B4245;
    padding:20px 0;
    margin:10px 0 10px 0;
}
.donations form {
/*    margin-bottom:-40px;*/
}


.activetopics {
  border-top: 1px solid #3B4245;
  padding:10px 4px 10px 10px;
  background: #32383B;
}
.activetopics p {
  margin-bottom: 10px;
}
.forums ul {
  list-style-type: none;
}
.forums li {
  margin:0;
}
.forums li a {
  text-decoration: none;
}
.forums li a:hover {
  text-decoration: underline;
}
.forums .bull {
  text-decoration: none;
  padding-left: 16px;
  background:url(images/bull.png) left center no-repeat;
}
.forums .bull:hover {
  text-decoration: underline;
}
.forums .activemeta {
  color:#888;
  font-size:80%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 0;
  border:1px solid #191C1E;
  -webkit-box-shadow: 0px 2px 4px #151617;
  -moz-box-shadow: 0px 2px 4px #151617;
  box-shadow: 0px 2px 4px #151617;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel .item > img {
  display: block;
  line-height: 1;
}
.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}
.carousel .active {
  left: 0;
}
.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel .next {
  left: 100%;
}
.carousel .prev {
  left: -100%;
}
.carousel .next.left,
.carousel .prev.right {
  left: 0;
}
.carousel .active.left {
  left: -100%;
}
.carousel .active.right {
  left: 100%;
}
#content .carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #bfbfbf;
  text-align: center;
  background: #191C1E;
  border: 0px solid #bfbfbf;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  /*opacity: 0.5;
  filter: alpha(opacity=50);*/
  text-decoration: none;
}
#content .carousel-control.right {
  left: auto;
  right: 15px;
}
#content .carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #191C1E;
  background: rgba(25, 28, 30, 0.90);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}

.carousel {display:none;}

.introduction h2 {display:none;}

#content a.button,
    .button {width:100%; padding:10px 0;}

#content .donations a.button,
    .donations .button {width:auto;padding:10px 30px;}

.belowthefold {
    border-top: 1px solid #3B4245;
    padding-top: 30px;
    overflow: hidden;
    clear: both;
}

.news h3 {
    background:#191C1E;
    display:inline-block;
    margin-bottom:20x;
    padding:6px;
}
.news h3 a {
    text-decoration: none;
}
.news h3 a:hover {
    text-decoration: underline;
}
.news h4 {
    font-size:110%; 
    margin-bottom:0;
    text-transform: uppercase;
}
.news h4 a {
    text-decoration: none;
}

.news h4 a:hover {
    text-decoration: underline;
}
.news .meta {
    margin-bottom: 20px;
    color:#888;font-size:80%;
}

/* Media Queries for responsive design -------------------------------------- */
@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */
    
}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
    .introduction {display:none;}
    .carousel {display:block;}

    .lb {float:left;width:49% !important;}
    .rb {float:right;width:49% !important;}
    .news {
        float:left;
        width:50%;
    }
    .news h3 a {}
    .social,.forums {
        border: 0px none;
        float: right;
        margin: 0px;
        margin-bottom: 30px;
        padding: 0px;
        width: 43%;
    }
    .donations {
        clear: both;
    }
}

@media only screen and (min-width: 920px) {
  /* Style adjustments for viewports 960px and over go here */
    .social,.forums {
        width: 36%;
    }
}

