/* carousel */
#quote-carousel 
{
  padding: 0 65px 30px 65px;
  margin-top: 30px 0px 0px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
  border-left: none; 
  margin: 0;
}

.item blockquote img {
  margin-bottom: 10px;
}

.item blockquote p:before {
  content: "\f10d";
  font-family: 'Fontawesome';
  float: left;
  margin-right: 10px;
}
.item blockquote p:after {
  content: "\f10e";
  font-family: 'Fontawesome';
  /*float: right;*/
  margin-left: 5px;
}
/*image div of bible*/
.bibleimage{
  width:20%;
  float:left;
  /*border:2px solid black;*/
}
.container
{
  background:url(http://taborashram.org/main/images/bible_bg.png) no-repeat;
  background-size: 100%;
/*background-position: */
}
/*Distance from bibleimage div to quote-carousel*/
.offset
{
  margin-top: 0%;
  margin-left:0%;    
}
.col-md-8
{
  width: 100%;
  height: 140px;
  margin-top:-37px;
  float: left;
}


/**
  MEDIA QUERIES
  */

  /* Small devices (tablets, 768px and up) */
  @media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding-right:105px;
      padding-left:105px;
      margin-top: 16px;
    }
    .col-md-8
    {
      width: 100%;
      height: 200px;
      margin-top: -22px;
      float: left;
    }
    
  }

  /* Small devices (tablets, up to 768px) */
  @media (max-width: 768px) { 

    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
      bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
      display: inline-block;
      margin: 0px 5px;
      width: 15px;
      height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
      margin: 0px 5px;
      width: 20px;
      height: 20px;
    }
  }