
/*------------------------------
 Inquiries
------------------------------*/

#pagetop1 {
  position: fixed;
  left: 0;
  bottom: 84px;
  padding:14px 4px;
  width: 170px;
  height: auto;
  font-size:.9em;
  color:#fff;
  text-align:center;
  background: #9c893a;
  z-index: 10000;
}


#pagetop1:hover{
	background:#990000;
transition-duration: 2s;
transition-property: background-color;
}


#pagetop1 img {
  width: 100%;
  height: auto;
  vertical-align: baseline;
}



#pagetop2 {
  position: fixed;
  left: 0;
  bottom: 39px;
  padding:12px 4px;
  width: 170px;
  height: auto;
  font-size:.9em;
  color:#fff;
  text-align:center;
  background: #846c0a;
  z-index: 10000;
}


#pagetop2:hover{
	background:#990000;
	transition-duration: 2s;
	transition-property: background-color;
}


#pagetop2 img {
  width: 100%;
  height: auto;
  vertical-align: baseline;
}





#pagetop3 {
  position: fixed;
  left: 0;
  bottom: 0;
  padding:10px 4px;
  width: 170px;
  height: auto;
  font-size:.8em;
  color:#fff;
  text-align:center;
  background: #695609;
  z-index: 10000;
}


#pagetop3:hover{
	background:#990000;
transition-duration: 2s;
transition-property: background-color;
}


#pagetop3 img {
  width: 100%;
  height: auto;
  vertical-align: baseline;
}


@media only screen and (max-width: 768px){
#pagetop1,#pagetop2,#pagetop3{
width:170px;
}}

















.booking{
  position:absolute;
  top:0;
  right:0;
  background:rgba(0,0,0, .99);
  padding:20px 50px;
}
.booking a{
  color:#fff;
  text-align:center;
}

.booking:hover{
  background:#990000;
  text-decoration:none;
}
