/* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 114px;
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 118px;
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
  width: 370px;
  height: 250px
}
.vdo
{
	margin-top: -3%;
}
.vdo2
{
	margin-top:3%;
}
.mmm{
	color:#000;
	padding: 12px 0;
	border-bottom: 2px solid #e3e1e1;
	margin-bottom: -1.5px;
}
@media only screen and (max-width: 767px) {
	.vdo 
	{
		margin-top: -20%;
	}
	.vdo2 
	{
		margin-top: -72%;
	}
	.media-carousel .carousel-control.left
	{
		margin-top:135%;
	}
	.media-carousel .carousel-control.right
	{
		margin-top:135%;
	}
}



.mmmm{
	font-size: 36px;
    color: #29af8a;
    font-weight: 700;
    text-align: center;
}
.bgt{
	color: #000;
    font-size: 17px;
    text-align: center;
}
/* End carousel */