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


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


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







#pagetop2 {
  position: fixed;
  right: 0;
  bottom: 50px;
  padding:18px;
  width: 180px;
  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;
  right: 0;
  bottom: 0px;
  padding:18px;
  width: 180px;
  height: auto;
  font-size:.9em;
  color:#fff;
  text-align:center;
  background: #d362b4;
  z-index: 10000;
}


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


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









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


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


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














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


#pagetop5:hover{
	background:#a8408c;
transition-duration: 2s;
transition-property: background-color;
}


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






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

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






.bookingr{
  position:absolute;
  top:0;
  right:200px;
  background:#d362b4;
  padding:17px 50px;
}
.bookingr a{
  color:#fff;
  text-align:center;
}

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




















