.header .logo img:nth-of-type(1){
	display: none;
}
.header .logo img:nth-of-type(2){
	display: inline-block;
}
.header_menu a{
	color: #FFFFFF;
}
.marketing_banner{
	width: 100%;
	height: 900px;
	overflow: hidden;
}
@media only screen and (max-width:991px ) {
	.marketing_banner{
		width: 1000px;
		height: 600px;
		position: relative;
		left: 50%;
		margin-left: -500px;
	}
}
@media only screen and (max-width:767px ) {
	.marketing_banner{
		width: 100%;
		min-width: 540px;
		height: 400px;
		position: relative;
		left: 50%;
		margin-left: -270px;
	}
}
@media only screen and (min-width:992px ) {
	.marketing_banner{
		height: 768px;
		width: 1300px;
		position: relative;
		left: 50%;
		margin-left: -650px;
	}
}
@media only screen and (min-width:1250px ) {
	.marketing_banner{
		height: 900px;
		width: 100%;
		position: relative;
		left: 0;
		margin-left: 0;
		
	}
}
