/* banner height */
#main-buttons .wrapper {
height: 360px;
}


/* calendar traditional */
.top-date-select .weeks-name > div {
 	display: none;
}

.top-date-select .weeks-name > div:first-child {
 	display: block;
	width: 100%;
}

.top-date-select .weeks-date > div {
	width: 100%;
}

.datetime-step #sb_dateview_container {
	max-width: 600px;
	margin: 20px auto;
}

.datetime-step #sb_dateview_container .section-pd {
	padding: 20px;
}

.top-date-select .calendar .weeks-name .name {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_dateview_container .top-date-select .calendar .weeks-date .date {
    line-height: 40px;
	min-width: 35px;
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_dateview_container .top-date-select .calendar .inner {
 	line-height: 30px;
}
#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_dateview_container .top-date-select .calendar {
 padding-top: 20px;
}