/*!
 * Start Bootstrap - 3 Col Portfolio HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */



.carousel {

	margin: 15px 0 20px;
    background: #fff;
	position: relative;
	padding: 8px;
	box-shadow: 0 0 1px rgba(0,0,0,0.3);
	width: 100%;
	max-height: 260px;
}
.carousel:before, .carousel:after {
	z-index: -1; 
	position: absolute; 
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%; 
	top: 80%;
	max-width: 400px;
	background: rgba(0, 0, 0, 0.7); 
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	transform: rotate(-3deg);
}
.carousel:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.carousel .item {	
    text-align: center;
	min-height: 314px;
}
.carousel .item img {
	max-width: 100%;
    margin: 0 auto; /* Align slide image horizontally center in Bootstrap v3 */
}
.carousel .carousel-control {
	width: 27px;
	height: 54px;
	overflow: hidden;
	opacity: 1;
	margin: auto 0;
	background: none;
	text-shadow: none;
}
.carousel .carousel-control span {
	width: 54px;
    height: 54px;
	display: inline-block;
    background: #4a4a4a;    
    border-radius: 50%;
    box-shadow: 0 0 1px rgba(0,0,0,0.3);
}
.carousel .carousel-control.left span {
	margin-right: -27px;
}
.carousel .carousel-control.right span {
	margin-left: -27px;
}
.carousel .carousel-control:hover span {
	background: #3b3b3b;
}
.carousel .carousel-control i {
    font-size: 24px;
    margin-top: 13px;
}
.carousel .carousel-control.left {
	margin-left: -28px;
}
.carousel .carousel-control.right {
	margin-right: -28px;
}
.carousel .carousel-control.left i {
	margin-left: -24px;
}
.carousel .carousel-control.right i {
	margin-right: -24px;
}
.carousel-indicators {
	bottom: -42px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	margin: 1px 4px;
}
.carousel-indicators li {
	border: 1px solid #475c6f;
}
.carousel-indicators li.active {
	background: #20b0b9;
	border-color: #20b0b9;
}



@media only screen and (min-width:1201px) {
	.carousel{width: 100%!important;max-height: 260px  !important;}
}
@media only screen and (max-width:1200px) and (min-width: 1023px) {
	.carousel{width: 100% ;max-height: 212px  !important;}
}
@media only screen and (max-width:1024px) and (min-width: 995px) {
	.carousel{width: 100% ;max-height: 212px  !important;margin-bottom: 20px!important;}
}
@media only screen and (max-width:994px) and (min-width: 700px) {
	.carousel{ width: 100% !important; max-height: 166px !important;margin-bottom: 15px!important;}
	.col-sm-3{width: 100%;}
}
@media only screen and (max-width:699px) and (min-width: 550px) {
	.carousel{ width: 100% !important; max-height: 145px !important;margin-bottom: 15px!important;}
}
@media only screen and (max-width:699px) and (min-width: 550px) {
	.carousel{ width: 100% !important; max-height: 147px !important;margin-bottom: 15px!important;}
}
@media only screen and (max-width:549px) and (min-width: 399px) {
	.carousel{ width: 100% !important; max-height: 116px !important;margin-bottom: 12px!important;}
}
@media only screen and (max-width:400px) {
		.carousel{width: 95%!important ;max-height: 85px  !important;margin-bottom: 10px!important;}
}