/*	修正履歴
DATE 150507　ヘッダー対応

*/

/** 03. Slider
**************************************************************** **/
#home.full-screen {
	background:#f6f6f6;
	height:100%;
	overflow:hidden;
	margin:0;
	padding:0;
}
#slider2 .fullscreen-img {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 100%; height: 100%;

	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}


.image-caption {
	text-align:center;
    position: absolute;
    left: 50%; top: 50%;
	margin-top:-30px; /* header height/2 */
    display: inline-block;
    max-width: 900px;
	z-index:1;
	color:#fff;

    -webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		 -o-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);

}
	#home .image-caption hr {
		width: 220px;
		height: 1px;
		background: #fff;
		margin: 2px auto;
		border: 0;
	}
	#home .image-caption h1,
	#home .image-caption h2 {
		font-family: 'Open Sans', sans-serif;
		font-weight:800;
		font-size:600%;
		line-height:95%;
		text-transform:uppercase;
		text-shadow:none;
		color:#fff;	display:block;
	}
	#home .image-caption p {
		font-family: 'Open Sans', sans-serif;
		font-size: 200%; line-height:100%;
		font-weight: 300;
		color: #fff;
		text-transform: uppercase;
		text-shadow:none;
	}
	#home .image-caption .inner {
		display:block;
		padding:40px 0;
	}
	#slider2 .image-caption img.img-responsive {/* if images used on the slider */
		width:100% !important;
		height:auto !important;
		position:relative !important;
		z-index:10 !important;
		left:auto !important;
		top:auto !important;
	}

	#home .overlay {
		position:absolute;
		left:0; right:0; top:0; bottom:0;
		background:rgba(0,0,0,0.3);
		z-index:0;
	}


	/* controlls */

	#slider2 a.next,
	#slider2 a.prev {
		top:50%;
		color: #fff;
		font-size: 62px;
		filter: alpha(opacity=50);
		opacity:0.5;

		-webkit-transition: all .2s ease-in-out;
		   -moz-transition: all .2s ease-in-out;
			-ms-transition: all .2s ease-in-out;
			 -o-transition: all .2s ease-in-out;
				transition: all .2s ease-in-out;
	}
	#slider2 a.next:hover,
	#slider2 a.prev:hover {
		color: #fff;
		font-size: 70px;

		filter: alpha(opacity=100);
		opacity:1;
	}
	#slider2 a.prev { left: 10px }
	#slider2 a.prev:after {
		font-family: FontAwesome;
		content: '\f104';
	}
	#slider2 a.next { right: 10px }
	#slider2 a.next:after {
		font-family: FontAwesome;
		content: '\f105';
	}
/* half screen height */
#home.half-screen #slider2,
#home.half-screen,
#home.half-screen li {
	height:550px !important;
	margin:0;
	padding:0;
}
	/* custom */
	#home.full-screen,
	#home.half-screen {
		background:#F0F0F0 url('../images/loading.gif') no-repeat center;
	}
	#slider2 .slides-pagination {
		bottom:100px;
	}
	#home.half-screen .slides-pagination {
		bottom:66px;
	}

#home.video {
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover;
}
#video-volume {
	bottom: 85px;
	left: 50%;
	margin: 0 0 0 -15px;
	position: absolute;
	z-index: 10;
	width: 30px;
	height: 30px;
	line-height: 26px;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #fff;
	color: #FFFFFF;
	cursor: pointer;
}

@media only screen and (max-width: 479px) {
	#home .image-caption h1,
	#home .image-caption h2 {
		font-size:45px;
		line-height:45px;
	}
	#home .image-caption p {
		font-size:26px;
		line-height:30px;
	}
	#slider2 .slides-navigation a { 
		top:auto;
		bottom:30px;
	}
	#slider2 .slides-pagination {
		bottom:30px;
	}

	#header {
		/*position:fixed !important; DATE 150507*/
		left:0; top:0; right:0;
		margin-top:0 !important;
	}

	#services .cover {
		display:none;
	}

	.input-group.bordered input {
		font-size:15px;
		text-align:center;
	}
	.input-group.bordered,
	.input-group.bordered input,
	.input-group.bordered .input-group-btn,
	.input-group.bordered .btn {
		display:block !important;
		width:100% !important;
		margin:0 !important;
	}
	.input-group.bordered .input-group-btn .btn {
		margin-top:1px !important;
	}

	ul.bstrap-tabs {
		width:100%;
	}
	ul.bstrap-tabs li,
	ul.bstrap-tabs li a {
		width:100%;
		height:auto;
		display:block;
		margin:0 -1px;

		-moz-border-radius:0;
			 border-radius:0;
	}
	ul.bstrap-tabs li {
		margin-bottom:1px;
	}
	ul.bstrap-tabs li,
	ul.bstrap-tabs li a,
	ul.bstrap-tabs li.active a {
		border:0 !important;
	}
	ul.bstrap-tabs li.active a {
		border:0 !important;
		background:#eee !important;
	}
	ul.bstrap-tabs li a i {
		display:none;
	}
	
	.newsletter-subscribe {
		padding-right:15px !important;
	}

}