/*changed*/
@media only screen and (max-width: 958px) {
header.features {
	background: url('../../images/header-features-mobile.jpg');
	background-size:960px 291px;
}
}

/*changed*/
@media only screen and (max-width: 805px) {
header.features {
	height:238px;
	text-align:center;
}
}

/*changed*/
@media only screen and (max-width: 958px) {
header img.features-watch-video {
	margin-left:52px;
}
}

/*changed*/
@media only screen and (max-width: 805px) {
header img.features-watch-video {
	float:none;
	position:relative;
	margin-left:0px;
}
}

/*changed*/
@media only screen and (max-width: 805px) {
header img.features-watch-video {
	width:272px;
	margin-top:14px;
}
}


header div.slogan-download {
/*changed*/
	margin-left:26px;
}

/*changed*/
@media only screen and (max-width: 958px) {
header div.slogan-download {
	float:right;
	margin-left:28px;
	margin-right:44px;
	text-align:center;
}
}

/*changed*/
@media only screen and (max-width: 805px) {
header div.slogan-download {
	float:none;
	position:relative;
	width:100%;
	margin-left:0px;
	text-align:center;
}
}


header div.slogan-download img.features-slogan1 {
/*changed*/
	width:292px;
}

/*changed*/
@media only screen and (max-width: 805px) {
header div.slogan-download img.features-slogan1 {
	display:none;
}
}

header div.slogan-download img.features-button-download {
/*changed*/
	width:226px;
	
/*changed*/
	margin-top:22px;
}

/*changed*/
@media only screen and (max-width: 805px) {
header div.slogan-download img.features-button-download {
	width:122px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}
}
