img {
	height:100%;
	margin: 0 0 0 0;
}

/* Section logo mg */
div.section-logo-mg {
	width:260px;
	height:260px;
	/*position:fixed;*/
	position:absolute;
	right:65px;
	top:130px;
	z-index:50;
}

@media screen and (max-width: 1440px) {
	
.logo {
	width:340px;
}
	
}	

@media screen and (max-width: 1024px) {
	
.logo {
	width:340px;
}
	
}	

@media screen and (max-width: 992px) {
	
	/*div.mobile-logo {
		left:40px;
		top:5%;
	}*/
	
div.section-logo-mg {
	right:60px;
	top:60px;
}
	
div.img-logo {
	width:175px;
	height:175px;
}
	
img.logo {
	width:320px;
}
	
.logo {
	width:320px;
}

}

@media screen and (max-width: 480px) {
	
div.section-logo-mg {
	top:45px;
}
	
div.mobile-logo {
	right:10%;
		/*top:5%;*/
}
	
div.img-logo {
	width:130px;
	height:130px;
}
	
img.logo {
	width:290px;
}
	
.logo {
	width:290px;
}

}

@media screen and (max-width: 420px) {
	
img.logo {
	width:210px;
}
	
.logo {
	width:210px;
}
	
}	

@media screen and (max-width: 320px) {
	
img.logo {
	width:195px;
}
	
.logo {
	width:195px;
}
	
}	