/* CSS Document */



.logorel {
	position: relative;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {


}


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.logoab {
	position: absolute;
	top: -15px;
	left:-70px;
	z-index: 9999;
	
	} 
	
#logoAb img {
	width: 100%;
	max-width: 270px;	
}


}
@media only screen and (min-width: 1000px) { 
.logoab {
	position: absolute;
	top: -30px;
	left:-100px;
	z-index: 9999;
	
	} 
	
#logoAb img {
	width: 100%;
	max-width: 270px;	
}


}
@media only screen and (min-width: 1300px) {

}

@media only screen and (min-width: 1500px) {

}


