#intro{
	
}
.background1{
	background:url("../images/intro5.jpg") no-repeat fixed 50% 0 / cover;
}
.background2{
	background:url("../images/intro6.jpg") no-repeat fixed 50% 0 / cover;
}

.appstorebtn:hover{
	background:#123241;
}

.fa{
	color:#96cc36;
}

.third{
	/* background:#DE4062; */
	/*background-color: rgba(222, 64, 98, 0.8);*/
	background:#004875;
	/*background: -webkit-linear-gradient(#004875, #b2b2b2);*/ /* For Safari 5.1 to 6.0 */
  	/*background: -o-linear-gradient(#004875, #b2b2b2);*/ /* For Opera 11.1 to 12.0 */
  	/*background: -moz-linear-gradient(#004875, #b2b2b2);*/ /* For Firefox 3.6 to 15 */
  	/*background: linear-gradient(#004875, #b2b2b2);*/ /* Standard syntax */
  	
}

.larrow{
	background: #004875 url(../images/arrow-left.png);

}
.rarrow{
	background: #004875 url(../images/arrow-right.png);
}

form input[type="submit"] {
    background: none repeat scroll 0 0 #ea9d13;
}

.subscribe{
	background:#32add7;
}
