.select-nav {
  display:none;
}

@media (max-width: 960px) {
  .header-btns     { display: none; }
  .select-nav { display: inline-block; }
}

.call-now {
  top: 80px;
}
 @media (max-width: 647px) {
   .call-now {
	top: 240px;
   }
}

a.btn-info {
  background-color: none;
  background-image: -webkit-gradient(
	  linear,
	  right bottom,
	  right top,
	  color-stop(0, #2B0F21),
	  color-stop(0.76, #5D2B4D)
  );
  background-image: -o-linear-gradient(top, #2B0F21 0%, #5D2B4D 76%);
  background-image: -moz-linear-gradient(top, #2B0F21 0%, #5D2B4D 76%);
  background-image: -webkit-linear-gradient(top, #2B0F21 0%, #5D2B4D 76%);
  background-image: -ms-linear-gradient(top, #2B0F21 0%, #5D2B4D 76%);
  background-image: linear-gradient(to top, #2B0F21 0%, #5D2B4D 76%);
  border-color: #2C0E23;
}
a.btn-info:hover {
  border-color: #2C0E23;
  background-image: none;
  background-color:#48203B;
}
a.btn:active, .btn-info:focus, a.current {
  border-color: #2C0E23;
  background-image: none;
  background-color:#48203B;
}
a.btn:focus, a.btn:active:focus, a.btn.active:focus, a.current {
	outline: 0 none;
	border-color: #2C0E23;
	background-image: none;
	background-color:#48203B;
}

.event-text {
  color: #bf7ca9;
  font-size: 1.1rem;
}

.ui-datepicker {
width: 281px;
margin: auto;
}
.ui-datepicker-week-end event {
  height: 38px;
  width: 39px;
}

.title b {
  font-size: 22px;
  padding-top: 6px;
}

#content ul li a {
  font-size: 14px;
}

#content .p, #content p {
  font-size: 12px;
}

.txt {
  font-size: 24px;
}


.ui-datepicker-calendar {
  margin-left: -50px;
}

.ui-datepicker-calendar tr {
  width: 400px;
}

.ui-datepicker-calendar th {
  width: 14%;
}

.ui-datepicker-calendar td {
  width: 14%;
}

.scroll-bar .viewport {
  width: 375px;
  left: 20px;
}

.scrollbar {
  left:-75px;
}

.event-content {
  margin-top: 45px;
}

#content .indent-col3 {
  padding: 0;
  margin-left: -5px;
}

#content .title {
  width: 100%;
}

.about-container {
  padding-right: 55px;
}


#content .p1 {
  font-size: 12px;
}

