/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 328px;
  margin-bottom: 60px;
}
/* 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: 384px;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 400px;
}
.carousel-indicators .active {
    width: 13px;
    height:13px;
    margin: 2px;
    background-color:#292929;
	border: 1px solid #292929;
}
.carousel-indicators li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 2px;
    text-indent: -999px;
    cursor: pointer;
   background-color:#fff;
	border: 1px solid #94b615;
    border-radius: 50px;
}
.carousel-indicators {
    top:48%;
}


.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 125%;
    z-index: 15;
    width: 0%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}






@media (max-width:768px){

	
	
}
@media(min-width:641px) and (max-width:768px){

.carousel {height: 315px;margin-bottom: 10px;}	
.carousel-inner > .item > img {height: 266px;}	
.carousel-indicators li {width: 10px;height: 10px;}
.carousel-indicators {bottom: 8%;}
.carousel-indicators .active {width: 10px;height: 10px;}
.carousel .item {height: 266px;}
.ham img {bottom: 2px;}
.footer ul {text-align:center;padding:8px 0px;}
.footer ul li{padding: 2px 100px;}
.email-right li {font-size:12px;}
.email-right li a i {width: 24px;font-size: 12px;}
.red-log        {width:120px;}
}
@media (max-width:640px){
.carousel {height: 315px;margin-bottom: 10px;}	
.carousel-inner > .item > img {height: 266px;}	
.carousel-indicators li {width: 10px;height: 10px;}
.carousel-indicators {bottom: 8%;}
.carousel-indicators .active {width: 10px;height: 10px;}
.carousel .item {height: 266px;}
.ham img {bottom: 2px;}
.footer ul {text-align:center;padding:8px 0px;}
.footer ul li{padding: 2px 82px;}
.email-right li {font-size:12px;}
.email-right li a i {width: 24px;font-size: 12px;}
.red-log        {width:120px;}
}
@media (max-width:480px) {
.carousel {height: 315px;margin-bottom: 10px;}	
.carousel-inner > .item > img {height: 266px;}	
.carousel-indicators li {width: 10px;height: 10px;}
.carousel-indicators {bottom: 8%;}
.carousel-indicators .active {width: 10px;height: 10px;}
.carousel .item {height: 266px;}
.ham img {bottom: 2px;}
.footer ul {text-align:center;padding:8px 0px;}
.footer ul li{padding: 2px 25px;}
.email-right li {font-size:12px;}
.email-right li a i {width: 24px;font-size: 12px;}
.red-log        {width:120px;}

}
