@media only screen and (min-width: 768px) and (max-width: 1150px) {

.logo {width:35%; float:none; margin:0 auto !important;}
.logo img {margin-left:40px;}

}


@media only screen and (min-width: 200px) and (max-width: 767px) {
	
.logo{width:70%; float:none; margin:0 auto;}
.logo img {margin-left:10px;}
.buttonselect {bottom:auto; position:relative; top:20px;}
.float {width:40%; margin:0 auto; float:none;}
.float.last {margin-right:auto !important;}
.address {font-size:15px;}

}
  