/*
   Source file:

*/
#inlay {
	background: transparent 0 0 no-repeat;
}

#inlay img {

}

#inlay .fp-ratio {
	-webkit-transition: padding-top .5s;
	-moz-transition:padding-top .5s;
	transition:padding-top .5s;
}

#inlay.is-splash {
	cursor: default
}
#inlay.is-splash .fp-ui {
	background: transparent url("/media/img/demos/layout/coffee3.jpg") 0 0 no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	top: auto;
	bottom: 0%;
	left: 0%;
	width: 37%;
	height: 100%;
	z-index: 10;
}

#inlay.is-ready {
	background: #000;
}

#inlay.is-ready img, #inlay.is-ready h3, #inlay.is-ready p {
	display: none;
}

#inlay.is-ready .fp-ratio {
	padding-top: 75%;
}

#inlay.is-ready .info {
	display: none;
}

.flowplayer p, .flowplayer ul {
	margin-bottom: 10px !important;
	z-index: 0;
	position: relative;
	color: black;
}

.flowplayer strong {
	font-weight: bold !important;
}

section a {
	color: black !important;
	text-decoration: underline !important;
}