@charset "utf-8";
/* CSS Document */

.index-header-form {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 	960px;
	background: #fff;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 4px;
	background: rgba(0,0,0,0);
	padding: 5px 15px;
}

.index-header-title {
	color: #fff;
	text-align: center;
	text-shadow: 2px 2px 7px rgba(19,19,19,0.83);
	margin-top: -10px;
	margin-bottom: 15px;
}


@media (max-width: 960px) {

	.index-header-form {
		background: none;
	}

	#index_video {
		display: none;
	}
}

@media only screen and (max-width: 751px) {
	.index-header-title {
		margin-top: 10px;
	}
}