	.do-section-heading {
		padding: 5rem 0 !important;
	}
	/*.calendar tableendar{
		display: none;
	}*/
	.bookingsection , .booking-confirmation{
		font-family: 'TradeGothicLTLightRegular', sans-serif;
		font-size: 14px;
	}
	.bookingsection h2 , .booking-confirmation 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;*/
		background-color: #f1f1f1;
		border: 0px solid;
		outline: 0;
	}
	.paymentsection .bookingform {
		padding-top: 0;
	}
	.paymentsection .booking select, .paymentsection .bookingform input[type='text'], .paymentsection .bookingform textarea {
		width: 70%;
		margin-top: 5px;
	}
	.paymentsection .booking .small-field {width: 75px !important; padding: 0 5px; text-align: center;}
	.paymentsection .bookingform .field_style ,
	.booking-confirmation .field_style{
	    display: block;
	    font-family: 'TradeGothicLTBoldRegular', sans-serif;
	    color: #000;
	    line-height: 1.2;
	}
	.paymentsection .bookingform table , .booking-confirmation table{
	    max-width: 700px;
	    margin-left: auto;
	    margin-right: auto;
	    margin-bottom: 50px;
	}
	.paymentsection .bookingform .booking-info {
	    /*background-color: #f3f3f3;*/
	}
	.paymentsection .bookingform .booking-info td , .booking-confirmation td{
	    padding: 5px 6px;
	    line-height: 1;
	    font-size: 16px;
	    vertical-align: top;
	}
	.paymentsection .bookingform .booking-info tr:nth-child(even) {
	    /*background-color: #d4d4d4;*/
	}
	.bookingform  input[type='text'], .bookingform  textarea{
		width: 70%;
		margin-top: 5px;
	}
	.total-label {
	    text-align: left;
	    font-size: 22px;
	    line-height: 1;
	    text-transform: uppercase;
	    margin: 15px 0 10px;
	    color: #000;
	}
	.total-cost {
	    display: block;
	    padding: 10px 25px;
	    margin: 0;
	    max-width: 150px;
	    font-size: 24px;
	    font-family: 'TradeGothicLTBoldRegular', sans-serif;
	    border: 1px solid;
	    margin-bottom: 15px;
	    text-align: center;
	    color: #000;
	}
	.btn-contain {
	    text-align: left;
	    margin-bottom: 20px;
	}
	.btn-contain .btn {
	    border-radius: 0;
	    text-transform: uppercase;
	    min-width: 100px;
	    font-size: 12px;
	    padding: 12px;
	    line-height: 1;
	    margin-right: 2px;
	    border: 0;
	    font-family: 'TradeGothicLTBoldRegular', sans-serif;
	}
	.btn-edit, .btn-delete:hover {
	    background-color: #ccc;
	    color: #000;
	}
	.btn-edit:hover, .btn-delete {
	    background-color: #333;
	    color: #fff;
	}
	.cvv-info-pop .modal-dialog {
	    max-width: 400px;
	    padding: 0;
	}
	.cvv-info-pop button.close {
	    position: absolute;
	    z-index: 9;
	    right: 0;
	    top: 5px;
	    color: #000;
	    width: 30px;
	    min-width: inherit;
	    margin: 0;
	    opacity: 1;
	    background-color: transparent;
	}
	a.cvv-info {
	    font-size: 14px;
	    color: #333;
	}
	.backslash {
	    position: relative;
	    display: inline-block;
	    height: 35px;
	    top: 12px;
	    border-right: 2px solid #bbb;
	    transform: rotate(15deg);
	    margin: 0 5px;
	    font-size: 0px;
	}
	.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{
		background-color: #424242 !important;
	}
	.selected {
		background-color: #147d01 !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;
	}
	.bookingform table.booking-info td:first-child , .booking-confirmation td:first-child{
	    width: 150px;
	    text-transform: capitalize;
	    text-align: right;
	}
	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%;*/
		padding: 20px 60px;
		min-width: 200px;
		border-color: #4d4d4d;
		color: #fff;
		margin-top: 20px;
		line-height: 1;
	}
	input[type='submit']:hover, input[type='button']:hover, button:hover {
	    background: #424242;
	}
	.thankyou-section {
		text-align: center;
		padding: 20px 0 20px;
		/*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;
	}
	
	.plansection .plan {
	    background: #fff;
	    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	    padding: 20px;
	    margin: 20px 0;
	    text-align: center;
	    border-radius: 0;
	}
	.plansection .plan>.plan-title, .plansection .plan>.plan-price {
	    color: #333;
	}
	.plansection .plan>.plan-title>h3, .plansection .plan>.plan-price>h3, .plansection .plan>.plan-price>h4 {
	    font-family: 'museo_sans500', serif;
	    /*font-weight: bold;*/
	    font-size: 28px;
	    line-height: 1;
	    text-transform: capitalize;
	    margin: 0;
	}
	.plansection .plan>.plan-title>h3 .plan-period {
	    font-family: 'museo_sans500';
	    font-size: 12px;
	    color: #808388;
	}
	.plansection .plan>.plan-title>span, .plansection .plan>.plan-price>h4 {
	    font-weight: normal;
	    font-style: italic;
	    font-size: 16px;
	    text-transform: none;
	}
	.plansection .plan>.plan-price>h3 {
	    font-size: 72px;
	}
	.plansection .plan>.plan-price>h3>span {
	    font-size: 32px;
	    vertical-align: top;
	    position: relative;
	    margin: 12px 0 0 -7px;
	    display: inline-block;
	}
	.plansection .plan>.plan-list {
	    background: #222;
	    margin: 0 -20px -20px;
	    padding: 0 20px 20px;
	    color: #fff;
	}
	.plansection .plan-list>.item-list {
	    list-style: none;
	    padding: 30px 0 20px 0;
	    margin: 0;
	    min-height: 155px;
	}
	.plansection .plan-list>.item-list>li {
	    padding: 5px;
	    padding-top: 0;
	    font-size: 16px;
	}
	.plansection .plan-list>.item-list>li strong {
	    font-weight: normal;
	    font-family: 'TradeGothicLTBoldRegular', sans-serif;
	}
	.plansection .plan-list>.btn {
	    font-family: 'museo_sans500', serif;
	    border-radius: 0;
	    border: 0;
	    background-color: #B30E00;
	    color: #fff;
	    font-size: 18px;
	    text-transform: uppercase;
	    width: 100%;
	    padding: 12px 8px;
	}
	.plansection .plan-list>.btn:hover {
	    background-color: #fff;
	    color: #B30E00;
	}
	.red {
	    color: #f90000;
	}
	
	
	@media screen and (max-width: 767px) {
		.booking, .calendar, .timetable, .bookingform {
			width: 100%;
		}
		.booking select, .bookingform  input[type='text'], .bookingform  textarea, .paymentsection .booking select, .paymentsection .bookingform input[type='text'], .paymentsection .bookingform textarea {
			width: 100%;
		}
		.bookingform table td {
			display: block;
			width: 100% !important;
		}
		.paymentsection .bookingform .booking-info td, .booking-confirmation td {
			display: table-cell;
		}
		.total-label{
			text-align: center;
		}
		.btn-contain {
			text-align: center;
			padding-bottom: 20px;
		}
		.total-cost {
			margin-left: auto;
			margin-right: auto;
		}
		.calendar {
			margin-bottom: 40px;
			padding: 0;
		}
		.calendar table td {
			padding: 4px 2px;
			font-size: 14px;
		}
		input[type='submit'], input[type='button'], button {
			padding: 15px 25px;
			font-size: 14px;
		}
		.thankyou-section h2 {
			font-size: 18px;
		}
		.thankyou-section h2:before, .thankyou-section h2:after {
			top: 10px;
			left: -50px;
			width: 50px;
			height: 1px;
		}
		.thankyou-section h2:after {
			right: -52px;
			left: auto;
		}
	}
	.none{
		background-color: white !important;
		display: none;
	}
	#btn-table{
		border: 0px !important;
		text-align: center;
		width: 50%;
	}
	
	/***************** OCT 14 2016 ********************/
	
	.booking-confirmation .container:first-child .container{width: 100%;padding: 0;}
	.booking-confirmation .field_style{text-align: left;}
	.booking-confirmation td:first-child{width:200px;}
	.booking-confirmation .col-md-5{clear: both;float: right}
	.bookingsection label.rent
	{
		position: absolute;
		margin-right: 10px;
		vertical-align: middle;
		top: 5px;
		left: 0;
		color: #888;
		text-align: center;
		margin-bottom: 0;
		padding: 18px 16px 17px 16px;
		background: #ddd;
	}
	.bookingsection .rent-column{ position: relative; }
	.bookingsection input#final_rent{ text-indent: 40px; }