/**
 * ------------------------------------------------------------------------
 * JA Masthead Module 
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------
 */

.ja-masthead {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top:0;
  z-index:-1;
}

.ja-masthead:before {

  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
 
  height: 100%;
  width: 100%;
 
}

.ja-masthead .ja-masthead-detail {
  color: #fff;
  max-width: 980px;
  position: relative;
  z-index: 20;
    line-height: 1;
	 padding-top:100px;
  padding-bottom: 100px;
 padding-left:80px;
 
  text-transform:uppercase;
  text-shadow:#000 1px 1px;
   
}
@media screen and (max-width: 400px) {
.ja-masthead .ja-masthead-detail {
	 padding-top:30px;
  padding-bottom: 30px;
 padding-left:30px;
}
@media screen and (max-width: 767px) {
.ja-masthead .ja-masthead-detail {
	 padding-top:40px;
  padding-bottom: 40px;
 padding-left:30px;
}	
}

/* Video background */
.masthead-video {
  position: relative;
}

.masthead-video #ja-masthead-bg {
  position: absolute;
  overflow: hidden;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}