/**
	* Plugin Name: JBD Bootstrap Carousel
	* Author: Sanka Abeysinghe
	* Author URI: http://www.howhigh.ca
	* Date: November 15th, 2016
	*
	* Override the plugin styles
	*
**/
/*.home .carousel {
	padding-top: 80px; /* @headerHeight */
	/*height: calc(100vh - 80px);*/
/*}*/

.carousel {
	overflow: hidden;
}

.carousel .item {
	height: calc(100vh - 80px);
}

.carousel .embed-container {
	height: 100% !important;
	width: auto;
}

ol.carousel-indicators li {
	border: 1px solid #4fb3cf;
}

ol.carousel-indicators li:hover {
	background-color: #4fb3cf !important;
}

ol.carousel-indicators li.active {
	background-color: #4fb3cf;
}

div.leftContainer,
div.rightContainer {

}

div.leftContainer span,
div.rightContainer span {
	color: #4fb3cf;
}

div.leftContainer:hover span,
div.rightContainer:hover span {
	color: #333;
}

.carousel .leftContainer a, .carousel .rightContainer a{

}
