


#logo{
position:absolute !important;
width:230px !important;
left:60px !important;
top:-120px !important;
background:url(logo1.png) no-repeat center center  !important; 
  -webkit-background-size: contain  !important;
  -moz-background-size: contain  !important;
  -o-background-size: contain  !important;
  background-size: contain  !important;

}










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

  
 
}

#logo{ 
	zoom: 65% !important;
}
 
}





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

  display:none;
 
}


 
}