@CHARSET "UTF-8";

.home-video-wrapper{
	z-index: 2;	
}

.home-subpage-top{
	position: relative;
	height: 50%;
	margin: 0;
}

.home-subpage-bottom{
	position: relative;
	height: 50%;
	padding: 7px;	
	
}

.home-subpage-bottom-image{
	position: relative;	
}

.home-subpage-right-image{
	position: relative;
	height: 100%;
}

.home-subpage-right{
	position: absolute;
	z-index: 1;
	right: 0px;
	height: 100%;
	padding: 7px;
	padding-top: 0px;
}

.home-subpage-left{
	height: 100%;
	padding: 7px;	 
}

.home-subpage-content-wrapper-inner{
	height: 100%;
	padding: 20px;
	border: 4px solid #ba930d;
	overflow: auto;
}


.lhlogo{
	padding: 10px;
	text-align: center;
}

.close-home-video{
	display: block;
	position: absolute;
	z-index: 10;
	right: 20px;
	top: 150px;
	height: auto;
	width: auto;
	padding: 2px;
	background: #fff;
	opacity: 0.6;
	filter: alpha(opacity=60);
	border-radius: 14px;
	line-height: 1;
}

.close-home-video:HOVER {
	opacity: 1.0;
	filter: alpha(opacity=100);	
}
.vjs-default-skin.vjs-has-started .vjs-control-bar{

}

.page-uid-home_subpage{
	height: auto;
}

.page-uid-home_subpage_lhb{
	height: auto;
}

.page-uid-home_subpage_lh .page-title{
	display: none;
}

.vjs-default-skin .vjs-big-play-button{
	top: 50% !important;
	left: 50% !important;
	margin-left: -65.5px;
	margin-top: 29px;
	height: 131px;
	width: 131px;
	background: url(../images/play.png?1) !important;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
}

.vjs-default-skin .vjs-big-play-button:before{
	content: none;
}

.vjs-default-skin:hover .vjs-big-play-button, .vjs-default-skin .vjs-big-play-button:focus{
	background: url(../images/play.png?1) !important;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;	
}



.vjs-poster{
	background-size: cover;
}
.vjs-poster{
	background-size: cover;
}

.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button{
	display: block;
}

.vjs-default-skin.vjs-has-started .vjs-big-play-button{
	display: none;
}

.video-js.vjs-controls-disabled .vjs-poster{
	display: block;
	background-color: #fff;
}

.vjs-default-skin.vjs-has-started .vjs-poster{
	display: none;
}

.home-logo-wrapper {
position: absolute;
z-index: 3 !important;
left: 0px;
right: 0px;
top: 50%;
height: auto;
text-align: center;
margin-top: -210px;
}

.home-logo-table{
	display: table;
	height: 100%;
	width: 100%; 
}

.home-logo-wrapper>a>img{
	width: 560px;
	max-width: 80%;
	max-height: 100%;
}

.home-logo-table-cell{
	display: table-cell;
	height: 100%;
	width: 100%; 
	vertical-align: top;
	padding-top: 5%;
	text-align: center;
}


.home-logo-table-cell img{
	width: 700px;
	max-width: 100%;
	max-height: 100%;
}


