.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}
.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%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
  z-index: 101;
  position: absolute;
  background: url("../video/filters/bg_pattern.png") repeat;
  width: 100%;
  height:100%;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}
/*---end video---*/
.navbar {  
  opacity:1; 
  /*background-color : transparent;*/
  background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  {
.navbar {  
  opacity:1; 
  background: #000;
}

}

.homepage-hero-module .holder {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  z-index:150;
}

.holder {
  color:#FFF;
}
/*stats */
#stats1 {
  padding: 50px 0;
}

.stats1-info {
  text-align: center;
  font-family: 'Roboto','Helvetica Neue',Arial,sans-serif;
}

.stats1-info p {
  color: #ff6a03;
  font-size: 48px;
  margin: 0 0 30px;
}

.stats1-info h3 {
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.stats1-info span {
  color: #ff6a03;
  font-size: 48px;
  margin: 0 auto 35px;
}
/*end stats*/
.h1s h1 {
  font-family: 'Lato', sans-serif;
}
.wlink {
    position:absolute;
  width:100%;
  text-align:center;
  bottom:15px;
  font-size:18px;
  line-height:28px;
}
.wlink a {
  color:#FFF;
}
.wlink a:hover {
  text-decoration: none;
}

.topmenu a {
  color:#FFF;
}
.topmenu a:hover {
  text-decoration: none;
  color:#999;
}
.topmenu .row > div {
  height:113px;
  margin:15px 0;
  line-height: 113px;
  text-transform: uppercase;
}
.topmenu .row > div li {
  float:left;
  margin:0 10px;
  padding:0;
  list-style-type: none;
}
.topmenu .row > div li.right {
    float:right !important;
}
.topmenu .row > div:first {
  float:left;
  margin-left: 100px;
}
.topmenu .row > div:last {
  float:right;
  margin-right: 100px;
}


@media screen and (max-width: 900px) {
  .h1s {
    display:none;
  }
  .wlink {
    bottom:120px;
  }  
}

.mouse {
    position: absolute;
    left: 50%;
    margin-left: -11.5px;
    bottom: 0px;
    animation: mouse 1s ease 0s infinite;
    -webkit-animation: mouse 1s ease 0s infinite;
    z-index: 10;
}

/* Chrome, Safari, Opera */ 
@-webkit-keyframes mouse {
    0%   {-webkit-transform: translate3d(0px, 0px, 0px);}
    50%   {-webkit-transform: translate3d(0px, -10px, 0px);}
    100%   {-webkit-transform: translate3d(0px, 0px, 0px);}
} 

/* Standard syntax */ 
@keyframes mouse {
    0%   {transform: translate3d(0px, 0px, 0px);}
    50%   {transform: translate3d(0px, -10px, 0px);}
    100%   {transform: translate3d(0px, 0px, 0px);}
}


.features-area-1 {
    background: rgba(0, 0, 0, 0) url("/images/testimonials.jpg") no-repeat fixed center center / cover;
    padding: 0 0 60px;
}
.features-area-2 {
    background: rgba(0, 0, 0, 0) url("/images/whyus.jpg") no-repeat fixed center center / cover;
    padding: 0 0 60px;
}
.fix {
    overflow: hidden;
}
.itemreview {
	overflow: hidden; text-align: center; width: 100%; height: 140px;
}