/*General *********************/
.mt20 {
	margin-top:20px;
}

/*Carousel *********************/
.carousel-indicators {
	position: inherit;
	top: auto;
	left: auto;
	bottom: auto;
	z-index: auto;
	width: auto;
	padding-left: 0;
	list-style: none;
	text-align: center;
	margin: 15px 0 0;
}

.carousel-indicators li,
.carousel-indicators .active {
	width: 16px;
	height: 16px;
}
.carousel-indicators li {
	background-color: #6ebb44;
}
.carousel-indicators .active {
	margin: 3px;
	background-color: #4a9024;
}

.link {
	position:absolute;
	bottom: 10px;
	right: 10px;
}

@media (min-width: 768px) {
	.link {
		bottom: 30px;
		right: 40px;
	 }
 }
 @media (min-width: 768px) and (max-width: 991px) {
	.link {
		bottom: 20px;
		right: 20px;
	 }

}

/* Case Studies *********************/
/* as per the request of Robert */

.case-study-listing h2 {
	margin-top: 0;
}

/* Blog Nav *************************/
.blogNav {
	padding: 10px 20px;
}

/* Sidebar Cart *************************/
#sidebar_cart .productInfo,
#sidebar_cart .subtotal  {
	margin: 10px 0 0;
}