@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400);
@import url(http://fonts.googleapis.com/css?family=Nunito:400,300,700);

.speedo-container
{
	font-family: 'Helvetica Neue', Arial;
	-webkit-box-shadow: 0 4px 16px rgba(0,0,0,.2);
	-moz-box-shadow: 0 4px 16px rgba(0,0,0,.2);
	box-shadow: 0 4px 16px rgba(0,0,0,.2);
	background: white;
	background-clip: padding-box;
	border: 1px solid #ACACAC;
	border: 1px solid rgba(0, 0, 0, .333);
	outline: 0;
	position: fixed;
	padding: 30px 24px 24px;
	z-index: 100004;
	left: 50%;
	top: 50%;
	background: url('new-lightbox.png') no-repeat;
	background-size: cover;
}

.speedo-popup-caption
{
	position: absolute;
	left: 10px;
	top: 4px;
	padding: 0;
	/*margin: -1.8em 0 0;*/
	margin: 0;
	color: #333;
}

.speedo-popup-playpause-button
{
	position: absolute;
	left: 10px;
	bottom: 4px;
	width: 21px;
	height: 21px;
	margin: 0;
	background: transparent url('play.png') no-repeat scroll 0 0;
}

.speedo-popup-playpause-button.pause
{
	background: transparent url('pause.png') no-repeat scroll 0 0;
}

.speedo-popup-previous-button
{
	position: absolute;
	left: 36px;
	bottom: 4px;
	width: 21px;
	height: 21px;
	margin: 0;
	background: transparent url('prev.png') no-repeat scroll 0 0;
}

.speedo-popup-next-button
{
	position: absolute;
	left: 62px;
	bottom: 4px;
	width: 21px;
	height: 21px;
	margin: 0;
	background: transparent url('next.png') no-repeat scroll 0 0;
}

.speedo-popup-group-caption
{
	position: absolute;
	left: 88px;
	bottom: 4px;
	height: 21px;
	margin: 0;
	white-space: nowrap;
}

.speedo-popup-group-count
{
	position: absolute;
	right: 10px;
	bottom: 4px;
	height: 21px;
	margin: 0;
	white-space: nowrap;
}

.speedo-popup-drag-area
{
	cursor: move;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 30px;
	z-index: 100;
}

.speedo-ui-close
{
	position: absolute;
	background: #ccc url('close-btn.png') no-repeat center center;
	left: 5px;
	top: 5px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index: 1000;
	border-radius: 3px;
}

.speedo-popup-loading
{
	background: transparent url('loading.gif') no-repeat scroll center center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.speedo-content-holder
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	color: #333;
	float: left;
	width: 90%;
	text-align: left;	
	top: 75%;
	left: 10%;
}

.speedo-content-holder h1, .slidein-bg h1 {
	font-weight: 300;
	font-size: 35px;
	color: #242a1b;
	margin-bottom: 0px;
	text-align: right;
	border-bottom: none;
	padding-top: 3%;
}

.speedo-content-holder p {
	font-family: Arial;
	font-size: 23px;
	color: #fff;
}

.speedo-content-holder .action-btn {
	right: 0;
	position: absolute;	
}

.speedo-content-holder .content {
	width: 60%;
	float: left;
}

.popup-never-again {
	position: absolute;
	float: right;
	top: 10px;
	right: 10px;
	font-size: 11px;
	color: blue;	
}

.speedo-content-holder iframe
{
	border: none;
}

.speedo-overlay
{
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
    z-index: 10000;
	height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
}

.slidein-content {
	float: right;
	width: 64%;
	padding-right: 15px;
	padding-top: 15px;	
}

.slidein-content h1 {
	font-family: 'Helvetica Neue', Arial;
	text-align: right;
	margin-top: 0px;
	font-size: 28px;
	font-weight: 400;	
	color: #ffde00;
	margin-bottom: 0px;
}

.slidein-content p {
	font-family: 'Arial';
	color: #fff;
	text-align: right;
	margin-top:5px;
	font-size: 15px;
}

p.black-text {
	float: left;
	width: 39%;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin-top: 0;
	padding-left: 30px;
}

.slidein-action-btn {
	float: right;
}

.slidein-never-again {
	bottom: 5px;
	position: absolute;
	font-size: 11px;
	left: 5px;
}