/* index only */
.trial-form.form-trial {
	background-image: url(../images/img9.jpg);
}
.trial-form.form-trial h3 {
	font-size: 48px;
	font-weight: 200;
	color: #fff;
}
.trial-form.form-trial > div > p {
	color:#fff;
}
.trial-form.form-trial .form-control {
    background: #fff;
}
.trial-form.form-trial input[type="submit"] {
    background: #58409e;
    color: #fff;
}

#video_player {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;/*870px;*/
	max-height: 489px;
	height: 1080px;
	background-color: rgba(0,0,0,0.8);
	z-index:1500;
    box-shadow: 0px 15px 40px rgba(0,0,0,0.4);
}

#video_player.show {
	display:block;
}

#video_player .youtube-player {
	width: 100%;
	height: 100%;
}

#video_player .youtube-player iframe {
	width: 100%;
	height: 100%;
}

