/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 60px;

  /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
  margin-top: 00px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
	/* height: 300px; */
	color:#777
	background-color: #FFFFFF;
	background-position: center top;
	background-repeat: no-repeat;
	border-radius:0 0 0  30px;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  /* height: 350px; */
}

.carousel-control.left {
  background-image:none;
  filter:none;
}

.carousel-control.right {
  background-image: none;
  filter:none;
}
.carousel-control.left span, .carousel-control.right  span{color:#777;}

.carousel {
	position: relative;
	z-index:10;
	margin-bottom: 0px;
	margin-top: 0px;
}
.carousel img{

width:auto;
}

.carousel-indicators li {
  border: 1px solid #777777;
  border-radius: 10px 10px 10px 10px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  width: 10px;
}
.carousel-indicators .active {
  background-color: #ddd;
  height: 12px;
  margin: 0;
  width: 12px;
}
.carousel-indicators {
  list-style: none outside none;
  margin-left: 0;
  padding-left: 0;
  position: absolute;
  right: 20px;
  bottom: 0px;
  text-align: right;
  width: 100%;
  z-index: 15;
  left:auto;
}

.carousel h2{ font-family: 'Roboto-Bold';font-size:22px;color:#990006}
.carousel { font-family: 'Roboto-Regular';margin-bottom:20px;}
.carousel .inner-caption{ border-radius:30px 0  30px;background:rgba(255,255,255,.75);padding:20px 10px 30px 30px;/* border-left:5px solid #ddd; */color:#2f2f2f;padding-right:35px;height:auto;}
.carousel-inner .image{padding-right:0;}
.carousel-inner .image img{border-radius:30px 0 30px 0;}
.carousel-inner .caption{padding-left:0;position:absolute;z-index:100;bottom:0px;right:-15px;}
.carousel .arrow{
	border-top: 150px solid transparent;
	border-bottom: 150px solid transparent; 
	border-right:20px solid #eee; 
	float:left;
	margin-left:-20px;
	
}
.carousel-control {
  width: 5%;
}

.flexslider {
  background: none repeat scroll 0 0 transparent;
  border: none;
  border-radius: 0;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}

.flex-control-nav {
  bottom: 0px;
  right:20px;
  position: absolute;
  text-align: right;
  width: 100%;
  z-index:500;
}
.flex-control-paging li a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
  cursor: pointer;
  display: block;
  height: 11px;
  text-indent: -9999px;
  width: 11px;
  color:transparent;
}


.flex-direction-nav a {
  -moz-transition: all 0.3s ease 0s;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  display: block;
  height: 50px;
  margin: -20px 0 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  top: 50%;
  width: 40px;
  z-index: 10;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {


  
}

@media (min-width: 992px) {

}

@media (min-width: 992px) {

}


/* Large desktop */
@media (min-width: 1200px) {

}

/* desktop */
@media (min-width: 980px) and (max-width: 1199px) {

.carousel-inner .caption {
  font-size:12px;
}

.carousel h2 {
  font-size: 18px;
}

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .carousel .item {
  background-position: center top;
  background-repeat: no-repeat;
  height: auto;
}

.carousel .arrow {

	border-top: none;
	float: none;
	margin-left: 0;
	width: 0; 
	height: 0; 
	border-left: 400px solid transparent;
	border-right: 400px solid transparent;
	border-bottom: 20px solid #eee;
	margin-top:-20px;
  
}
.carousel-inner .caption {
	padding: 0;
	font-size:12px;
	position:relative;
}
.carousel-inner .caption{
right:auto;
}
.carousel .inner-caption {
background-color:#eee;
  padding: 10px 3em;
}
.carousel-inner .image img {
  border-radius: 30px 0 0px 0;
}

.carousel .inner-caption {
  border-radius: 0 0 30px 0;
  color: #2F2F2F;
  height: auto;
}
.carousel h2 {
  
  font-size: 18px;
}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .carousel .item {
  background-position: center top;
  background-repeat: no-repeat;
  height: auto;
}

.carousel .arrow {

	border-top: none;
	float: none;
	margin-left: 0;
	width: 0; 
	height: 0; 
	border-left: 400px solid transparent;
	border-right: 400px solid transparent;
	border-bottom: 20px solid #eee;
	margin-top:-20px;
  
}
.carousel-inner .caption {
	padding: 0;
	font-size:12px;
	position:relative;
}
.carousel-inner .caption{
right:auto;
}
.carousel .inner-caption {
background-color:#eee;
  padding: 10px 3em;
}
.carousel-inner .image img {
  border-radius: 30px 0 0px 0;
}

.carousel .inner-caption {
  border-radius: 0 0 30px 0;
  color: #2F2F2F;
  height: auto;
}
.carousel h2 {
  
  font-size: 18px;
}
}