@charset "utf-8";
/* CSS Document */
.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
	height:600px;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
	position:relative;
    bottom: 0%;
    left: 0%;
    max-height:680px;
    width: 100%;
    overflow: hidden;
    background: #000;
	padding-top:80px;
}
.video-container p{
	background:rgba(90,90,90, 0.8);
	padding:35px 20px;
	min-height:315px;
}

.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}
.vid-serv-grid {
    float: left;
    margin-bottom: 2em;
	opacity:0.9;

}
.vid-serv-grid img{
	opacity:0.5;
	filter: alpha(opacity=60%);
	transition-duration:0.6s;
}
.vid-serv-grid img:hover{
	opacity:1;
	filter: alpha(opacity=60%);
	transition-duration:0.6s;

}
.vid-serv-grid h4 {
  font-size: 1.1em;
  font-weight: 400;
  color: #000;
  margin: 0.5em 0em 1.2em 0em ;
}
.vid-serv-grid h4 {
  font-size: 1.1em;
  font-weight: 400;
  color: #000;
  margin: 0.5em 0em 1.2em 0em ;
}
.fff
{
	background:#fff;padding:10px;
}
.vid-serv-grid p {
  font-size: 0.95em;
  font-weight: 400;
  color: #fff;
  line-height: 1.8em;
}
