	body {
        padding-top: 120px;
        padding-bottom: 60px;
      }

      /* Custom container */
      .container {
        margin: 0 auto;
        max-width: 1000px;
      }
      .container > hr {
        margin: 20px 0;
      }

      /* Main marketing message and sign up button 
      .jumbotron {
        margin: 80px 0;
        text-align: center;
      }
      .jumbotron h1 {
        font-size: 100px;
        line-height: 1;
      }
      .jumbotron .lead {
        font-size: 24px;
        line-height: 1.25;
      }
      .jumbotron .btn {
        font-size: 21px;
        padding: 14px 24px;
      }*/
	  
	 .carousel {
	  position: relative;
	  margin-bottom: 20px;
	  line-height: 1;
	}
	.carousel-inner {
	  overflow: hidden;
	  width: 100%;
	  position: relative;
	}
	.carousel-inner > .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-inner > .item > img,
	.carousel-inner > .item > a > img {
	  display: block;
	  line-height: 1;
	}
	.carousel-inner > .active,
	.carousel-inner > .next,
	.carousel-inner > .prev {
	  display: block;
	}
	.carousel-inner > .active {
	  left: 0;
	}
	.carousel-inner > .next,
	.carousel-inner > .prev {
	  position: absolute;
	  top: 0;
	  width: 100%;
	}
	.carousel-inner > .next {
	  left: 100%;
	}
	.carousel-inner > .prev {
	  left: -100%;
	}
	.carousel-inner > .next.left,
	.carousel-inner > .prev.right {
	  left: 0;
	}
	.carousel-inner > .active.left {
	  left: -100%;
	}
	.carousel-inner > .active.right {
	  left: 100%;
	}
	.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: #ffffff;
	  text-align: center;
	  background: #222222;
	  border: 3px solid #ffffff;
	  -webkit-border-radius: 23px;
	  -moz-border-radius: 23px;
	  border-radius: 23px;
	  opacity: 0.5;
	  filter: alpha(opacity=50);
	}
	.carousel-control.right {
	  left: auto;
	  right: 15px;
	}
	.carousel-control:hover,
	.carousel-control:focus {
	  color: #ffffff;
	  text-decoration: none;
	  opacity: 0.9;
	  filter: alpha(opacity=90);
	}
	.carousel-indicators {
	  position: absolute;
	  top: 15px;
	  right: 15px;
	  z-index: 5;
	  margin: 0;
	  list-style: none;
	}
	.carousel-indicators li {
	  display: block;
	  float: left;
	  width: 10px;
	  height: 10px;
	  margin-left: 5px;
	  text-indent: -999px;
	  background-color: #ccc;
	  background-color: rgba(255, 255, 255, 0.25);
	  border-radius: 5px;
	}
	.carousel-indicators .active {
	  background-color: #fff;
	}
	.carousel-caption {
	  position: absolute;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  padding: 15px;
	  background: #333333;
	  background: rgba(0, 0, 0, 0.75);
	}
	.carousel-caption h4,
	.carousel-caption p {
	  color: #ffffff;
	  line-height: 20px;
	}
	.carousel-caption h4 {
	  margin: 0 0 5px;
	}
	.carousel-caption p {
	  margin-bottom: 0;
	}
	  .thumbnails li {
			position: relative;
			overflow: hidden;
		}

		.thumbnail a p {
		  position: absolute;
		  top: 0;
		  width: 94.5%;
		  height: 82.75%;
		  background: rgba(0, 0, 0, .6);
		  text-align: center;
		  opacity: 0;
		}

		.thumbnail a:hover p {
		  opacity: 1;
		}
		
		.blue{
			color:rgb(226, 17, 17);
		}
			  