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

#pagetop2 {
  position: fixed;
  left: 0;
  bottom: 0;
  padding:18px;
  width: 180px;
  height: auto;
  font-size:.9em;
  color:#fff;
  text-align:center;
  background: #9c893a;
  z-index: 10000;
}

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


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

#pagetop1 {
  position: fixed;
  left: 0;
  bottom: 50px;
  padding:18px;
  width: 180px;
  height: auto;
  font-size:.9em;
  color:#fff;
  text-align:center;
  background: #846c0a;
  z-index: 10000;
}


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


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

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


.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;
}
