#content.home {padding-top: 0px;}
#hero_background {
	height: 390px;
    background:  url('../img/home_hero.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url(../ui/js/backgroundsize.min.htc);
    behavior: url(../ui/js/backgroundsize.min.htc);
    }


/*section-divider*/
.section-divider {
    width: 100%;
    margin: 2em 0;
    height: 20px;
    background: url(../img/section-divider.png) no-repeat 50% 15px;
 }

.section-divider.title { margin-bottom: 40px;   text-transform: uppercase; height: 80px;}
.fadebar {position: relative; bottom: 145px; height: 85px; background: url(../img/fade.png);}



.section-divider button {
	border-left:15px solid white;
	border-right:15px solid white;
	outline: none;
}


.black {color: #000;}
.blue {color: #177CB8;}
.white {color: #fff;}

/*How It Works Section*/
#automation {margin-bottom: -60px;}

#screen {text-align: center;}
#screen video {background: url(../img/screen.jpg) no-repeat; padding: 18px;}

@media (max-width:640px){
	#hero_background{
		height:560px;
	}
}
