/* Content styles */


.bottom {

	bottom:0px;
	padding:20px;
	color: #fff;	
	z-index: 3000;
	color: #fff;	
	position:absolute;	
	background: rgba(0,0,0,0.81);
	
	}

	
.bottom .md-close {
top:-2%;
left:-1%;

}



/* Effect 2: Slide from the bottom */
.md-effect-3 .bottom {
	-webkit-transform: translateY(110%);
	-moz-transform: translateY(110%);
	-ms-transform: translateY(110%);
	transform: translateY(110%);
	opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-3 .bottom {
	-webkit-transform: translateY(35px);
	-moz-transform: translateY(35px);
	-ms-transform: translateY(35px);
	transform: translateY(35px);
	opacity: 1;
}
