#calendar{
	border: none;
	/*font-size: 15px;*/
	font-family: 'Cambria','serif';
}
#calendar table{
	border-collapse: collapse;
	width: 100% !important;
}
#calendar td, #calendar th{
	padding: 10px;
}
#calendar td{
	border-bottom: 1px solid rgba(215, 215, 215, 0.5);
}
#book button{
	padding: 8px;
	background-color: rgba(0, 178, 85, 0.54);
	color: white;
	border-radius: 3px;
	font-size: 13px;
    border: none;
}
#calendar td a:hover{
	text-decoration: none;
}
#calendar tr:hover{
	background-color: rgba(215, 215, 215, 0.3);
}
#calendar-prev{
	float: left;
	display: block;
	width: 100px;
}
#calendar-next{
	float: right;
	display: block;
	width: 100px;
	text-align: right;
}
#calendar header > div{
	padding: 10px;
}
#calendar-datetime{
	overflow: hidden;
	text-align: center;
}
.calendar-button{
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	background: #342e2e;
	border: 1px solid #2c2727;
	display: inline-block;
	height: 26px;
	width: 74px;
	text-align: center;
	text-decoration: none;
	margin-left: 2px;
}

.important-message{
	font-size: 19px;
	line-height: 28px;
	margin: 30px 10px;
	text-align: justify;
}
.contact input[type="checkbox"] {
    width: auto;
}
.checkbox{
	margin-top: 5px;
}
/*#calendar-map{
	width: 555px;
	float: left;
	margin: 0;
}
#calendar-address{
	overflow: hidden;
}*/
.box-centered label{
	text-align: left;
}
.box-centered textarea, .box-centered input{
	box-sizing: border-box;
	width: 100%;
}
.box-centered img{
	display: inline-block;
}
.coupon-off-message{
	color: #a349a4;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	font-family: 'Cambria','serif';
}
.hover-flip .front{
	display: block;
}
.hover-flip .back{
	display: none;
}

.hover-flip:hover .front{
	display: none;
}
.hover-flip:hover .back{
	display: block;
}
div.payment-icons img {
    display: inline-block;
    width: auto;
    max-height: 45px;
}
.input-width-1 input{
	width: 97%;
}

/**********bootstrap***************/
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.clearfix:before,
.clearfix:after{
  display: table;
  content: " ";
}
.clearfix:after{
  clear: both;
}
.pull-right{
	float: right;
}