/* Enter Your Custom CSS Here */

#wpadminbar{
  display:none;
}
.feature video {
  height: auto;
  width: 100%;
}
.feature h5 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 15px;
  text-transform: uppercase;
  color:#af0000;
  position: relative;
}
.dream_life{
text-align:center;padding:50px 0;
}
.dream_life_heading {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
    position: relative;
    width: auto;
}
.dream_life_heading::before, .dream_life_heading::after {
  background-color: #333;
  content: "";
  height: 5px;
  left: -50px;
  position: absolute;
  top: 20px;
  width: 35px;
}
.dream_life_heading::after {
  left: auto;
  right: -50px;
}
body .btn-blue {
  background-color: #af0000;
  border-radius: 0;
  padding: 10px 20px;
}
body .btn-blue:hover, .mobile-center .btn:hover {
  background-color: #000000;
  color:#FFF;
  border: 1px solid #000000;
}
body .feature a:hover::before {
  background: #000 none repeat scroll 0 0;

}
.mobile-center .btn {
  background-color: #af0000;
  border-radius: 0;
  line-height: normal;
  margin: 0;
  padding: 10px 20px 7px;
}
body a:focus, body a:hover {
  color: #000000;
}
#sub-footer ul li a:hover, #sub-footer ul li a:focus {
  color: #af0000;
  text-decoration: none;
}
.feature-content > h5::before, .feature-content > h5::after {
  background-color: #af0000;
  bottom: -10px;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 35px;
}
.feature-content > h5::after {
  bottom: -20px;
  width: 20px;
}
#product-carousel h5 {
  font-size: 24px;
  font-weight: 700;
}
.body-padding {
  padding-bottom: 0;
}
footer#sub-footer {
  padding: 30px 0;
}
.footer-bar .left {
  float: none;
  text-align: center;
}
@media(max-width:1400px){
.intro h1 {
  font-size: 100px;
}
}

@media(max-width:481px){
body.page-template-template-front-page #video-background {
  opacity: 1;
}
}