.do-section-heading {
	padding: 5rem 0 !important;
}
/*.calendar tableendar{
	display: none;
}*/
.bookingsection {
	font-family: 'TradeGothicLTLightRegular';
	font-size: 14px;
}
.bookingsection h2 {
	font-family: 'museo_sans500';
	font-size: 22px;
	color: #000000;
	margin-top: 0;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.booking {
	margin-bottom: 30px;
}
.booking select, .bookingform  input[type='text'], .bookingform  textarea{
	width: calc(100% / 3 - 15px);
	height: 60px;
	font-family: 'museo_sans500';
	font-size: 16px;
	color: #888888;
	font-weight: 400;
	line-height: 45px;
	padding: 0 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	background-color: #f9f9f9;
	border: 0px solid;
	outline: 0;
}
.bookingform  input[type='text'], .bookingform  textarea{
	width: 70%;
	margin-top: 5px;
}
.calendar{
	float: left;
	width: 50%;
	padding-right: 30px;
}
#time{
	/*border: 15px ;
	border-collapse:collapse;
	border-left: 100px;
	margin-top: 50px;
	margin-left: 40%;
	float: right;
	border-top: 10%;
	margin-top: 10%;*/
}
.timetable {
	width: 50%;
	float: left;
}
.bookingsection .timetable h2 {
	text-align: left;
	font-size: 20px;
	margin-bottom: 25px;
}
.timetable table {
    width: 100%;
}
.timetable table td {
    width: 60px;
    padding: 6px;
    background-color: #2b2b2b;
    color: #fff;
    border: 1px solid #e2e0e0;
}
.timetable table td.selected, .timetable table td:hover {
	background-color: #424242;
}
.busy {
    cursor: not-allowed;
    background-color: #f5f5f5 !important;
    color: #2b2b2b !important;
}
.selected{
	
}
#form{
	/*float: right;
	margin-right: 10%;
	margin-left: 40%;*/
}
.calendar table{
	width: 100%;
	/*border: 15px solid #25BAE4;*/
	border-collapse:collapse;
	/*margin-top: 50px;*/
	/*margin-left: 250px;*/
}
.calendar table td{
	width: 60px;
	/*height: 50px;*/
	text-align: center;
	border: 1px solid #e2e0e0;
	color: #5a5a5a;
	padding: 6px;
}

.calendar table th{
	height: 50px;
	/*min-width: 100px;*/
	padding: 5px;
	background:#4d4d4d;
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-family: 'museo_sans500';
	font-weight: normal;
}
.prev_sign a, .next_sign a{
	color:white;
	text-decoration: none;
}
.calendar table tr.week_name{
	font-size: 16px;
	font-weight:400;
	color:#4d4d4d;
	width: 10px;
	/*background-color: #efe8e8;*/
}
.calendar table .week_name td {
	font-size: 18px;
	font-family: 'museo_sans500';
	font-weight: normal;
}
.highlight{
	/*background-color:#25BAE4;
	color:blue;
	height: 27px;
	padding-top: 13px;
	padding-bottom: 7px;*/
}
.closed{
	cursor: not-allowed;
	background-color: #f5f5f5 !important;
}
.open{
	cursor: pointer;
	background-color: #2b2b2b !important;
	color: #fff !important;
}
.open:hover, .selected {
	background-color: #424242 !important;
}
#time{
	display:none;
}
.busy{
	cursor: not-allowed;
	background-color: #DADADA !important;
}
.free{
	cursor: pointer;
}
.bookingform {
    float: left;
    width: 100%;
    /*margin-top: 50px;*/
    padding-top: 75px;
}
.bookingform table {
    width: 100%;
    text-align: left;
    font-size: 18px;
}
.bookingform table td:first-child {
    width: 30%;
    text-transform: capitalize;
}
input[type='submit'], input[type='button'], button {
	font-family: 'museo_sans500';
	font-size: 17px;
	text-transform: uppercase;
	background: #2b2b2b;
	border-radius: 0;
	padding: 2.5% 9%;
	border-color: #4d4d4d;
	color: #fff;
	margin-top: 20px;
}
input[type='submit']:hover, input[type='button']:hover, button:hover {
    background: #424242;
}
.thankyou-section {
    text-align: center;
    padding: 100px 0 170px;
}
.thankyou-section h2 {
    margin: 0;
    display: inline-block;
    background-color: #fff;
    position: relative;
    z-index: 9;
}
.thankyou-section h2:before, .thankyou-section h2:after {
    content: "";
    position: absolute;
    top: 18px;
    left: -75px;
    width: 75px;
    height: 2px;
    background: #000;
    display: block;
    margin: 0 auto;
    z-index: 0;
}
.thankyou-section h2:after {
    left: auto;
    right: -75px;
}
@media screen and (max-width: 767px) {
	.booking, .calendar, .timetable, .bookingform, .booking select, .bookingform  input[type='text'], .bookingform  textarea {
		width: 100%;
	}
	.bookingform table td {
		display: block;
		width: 100% !important;
	}
	.calendar {
		margin-bottom: 40px;
		padding: 0;
	}
	.calendar table td {
		padding: 4px 2px;
		font-size: 14px;
	}
}
.none{
	background-color: white !important;
	display: none;
}
#btn-table{
	border: 0px !important;
	text-align: center;
	width: 50%;
}
