/* 
	theBUS jQuery plugin 
 	Developed by BRIVCASE IT Solutions for
 	Dreamland tour
	All rights reserved.
*/

.the-bus-canvas-wrapper {
	position: absolute;
	top: 20px;
	width: 100%;
	text-align: center;	
}

.the-bus-canvas
{
	background-color: transparent;
	margin: 0px auto;
	position: relative;	
	z-index: 999;
}

.the-bus-content {
	
	background: linear-gradient(to bottom, transparent, #000) repeat scroll 0% 0% transparent;
	bottom: 80px;
	color: #fff;
	padding-top: 250px;
	position: absolute;
	text-align: center;
	width: 100%;
}
