
.nav-tabs > li > a.active{
  border: medium none;
    background-color: #a7c52f !important;
	border-top-right-radius : 4px;
	border-top-left-radius : 4px;
    color:#fff;
}
.nav-tabs > li > a{
  border: medium none;
    background-color: #ffa500 !important;
	border-top-right-radius : 4px;
	border-top-left-radius : 4px;
    color:#fff;
}
.nav-tabs > li > a:hover{
  background-color: #a7c52f !important;
	border-top-right-radius : 4px;
	border-top-left-radius : 4px;
    border: medium none;
    color:#fff;
}

.booking-tag{
	background-color:#e49320;
	color:#fff !important;
	padding:5px 15px!important;
	margin-top: 5px !important;
	border-radius:4px;
	font-weight:600;
}


/*Naked Reviews*/

#sidebar{
  position: fixed;
  right: 0;
  bottom: 0;
  margin-right: -75px;
  margin-bottom: 20%;
 z-index: 99;
 transform: rotate(-90deg);
}
