

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


.accordion2-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion2-heading {
  border-bottom: 0;
}
.accordion2-heading .accordion2-toggle {
  display: block;
}

.accordion2-heading > a {
  color: #000000;
}


.accordion2-toggle {
  cursor: pointer;
}
.accordion2-inner {
  margin-top: 8px;
  padding: 8px 8px;
  border-top: 1px solid #e5e5e5;
}

.dl-horizontal-events {
  *zoom: 1;
}
.dl-horizontal-events-:before,
.dl-horizontal-events:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal-events:after {
  clear: both;
}
.dl-horizontal-events dt {
  float: left;
  width: 80px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal-events dd {
  margin-left: 100px;
}

section {
	padding-top: 80px;
}

.people_img {
  padding: 4px;
  border: 1px solid #ddd;
  -webkit-border-radius: 8px;
  	 -moz-border-radius: 8px;
  		  border-radius: 8px;
}

.caption_img {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

.caption_img-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.caption_img-inner img {
  width: 100%;
}

.caption_img-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #3c3632;
  background: rgba(0, 0, 0, 0.75);
  display: none;
}

.caption_img-caption:hover {
  display: block;
}

.caption_img-caption h4,
.caption_img-caption p {
  color: #ffffff;
  line-height: 20px;
}
.caption_img-caption h4 {
  margin: 0 0 5px;
}
.caption_img-caption p {
  margin-bottom: 0;
}

.thumb {
    position: relative;
    width: 95%;
    overflow: hidden;
    margin-left:15px;
    margin-bottom: 15px;
}
.thumb img {
    width: 100%;
    padding: 0px;
}

.thumb .title {
    background-color: rgba(0,0,0,0.75);
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #ccc;
    display: block;
    opacity: 1.0;
    padding: 10px 10px;
}
.thumb:hover > .title {
	opacity: 0.0;
	display: none;
}
.thumb > div div {
    padding: 10px 10px;
}

.thumb > div {
    background-color: rgba(0,0,0,0.75);
    opacity: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-shadow: #000 1px 1px 0;
    color: #ccc;
}
.thumb:hover > div {
    display: block;
    opacity: 1.0;
}
.thumb > div div {
    padding: 10px 10px;
}

.thumb p {
    margin-bottom: 10px;
}​

.row-fluid > .inner-fluid {
    border-left: 1px solid #e2e2e2;
}

.ads {
}

.ads p {
	text-align:center;
}
.ads > a {
	text-align:center;
}

/* Carousel base class */
.carousel {
  margin-bottom: 20px;
}

.carousel .container {
  position: relative;
  z-index: 9;
}

.carousel-control {
  height: 80px;
  margin-top: 0;
  font-size: 80px;
  text-shadow: 0 1px 1px rgba(0,0,0,.4);
  background-color: transparent;
  border: 0;
  z-index: 10;
}

.carousel .item {
  height: 300px;
}
.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;  
  }

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  margin-top: 40px;
  margin-left: 80px;
  max-width: 450px;
  padding: 20px;
  border: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  		  border-radius: 10px;
}
.carousel-caption h1,
.carousel-caption .lead,
.carousel-caption p {
  margin: 0;
  line-height: 1.25;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,.4);
}

.carousel-caption a {
  color: #007EA6;
}
.carousel-caption a:hover {
  color: #0FA056;
}  
.carousel-caption .btn {
  margin-top: 10px;
}

  .logo {
      display: inline;
  }


@media (min-width: 1200px) {

  .logo {
      display: inline;
  }

  .carousel .item {
	height: 400px;
  }

  .carousel-caption {
	width: 65%;
	padding: 15px;
	margin-top: 80px;
  }  
}

@media (max-width: 979px) {

  .logo {
      display: inline;
  }

  .carousel .item {
	height: 200px;
  }

  .carousel-caption {
	width: 85%;
	padding: 15px;
	margin-top: 30px;
  }  
  .carousel-caption h1 {
	font-size: 24px;
  }
  .carousel-caption .lead,
  .carousel-caption .btn {
	font-size: 14px;
  }  
}


@media (max-width: 767px) {

  .logo {
      display: inline;
  }

  .carousel {
	margin-left: -20px;
	margin-right: -20px;
  }
  .carousel .container {

  }
  .carousel .item {
	height: 200px;
  }
  .carousel-caption {
	width: 85%;
	padding: 10px;
	margin-top: 30px;
  }

}

.footer {
	margin-top:50px;
	margin-bottom: 30px;
	text-align: center;
}


.thumbnails > li > a > h2 { 
   position: absolute; 
   top: 20px; 
   left: 20px; 
   width: 100%; 
   color: #fff;
   text-shadow: 0 2px 2px rgba(0,0,0,.8);   
}
