.booking_header {
	width: 100%;
	display: block;
	padding: 30px 0;
	border-bottom: 1px solid #ededed;
	margin-bottom: 45px;
	font-size: 22px;
	font-weight: 500;
}

.booking_steps {
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	margin: 15px 0;
	padding-top: 15px;
	height: 50px;
	display: block;
}

.booking_img {
	width: 100%;
}

.booking_step_num {
	display: inline-block;
	color: #d0d0d0;
    text-align: center;
}

.book-step-active {
	color: #292929;
}

.booking-summary {
	border: 1px solid #efefef;
	padding: 24px 22px;
	margin-bottom: 50px;
}

.bs-title {
    text-align: left;
    color: #292929;
    font-weight: 500;
    font-size: 13px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
}

.bs-line {
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
}

.bs-line-label {
    color: #939393;
    font-size: 12px;
    margin-bottom: 10px;
}

.bs-line-value {
    color: #292929;
    font-family: raleway;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 20px;
}

.bs-line-value label {
    margin-top: 5px;
    display: block;
    font-size: 12px;
}

.total-price, .deposit {
    text-align: right;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
}

.total-price-value, .deposit-value {
    font-size: 24px;
    color: #DC5F40;
    font-weight: 600;
    margin: 10px 0px;
}

.total-price-label, .deposit-label {
    font-weight: 500;
    font-size: 16px;
}

.pdt-summary-title {
    font-size: 18px;
    text-align: left;
    font-family: Raleway;
    font-weight: 500;
    font-style: normal;
    color: #292929;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.pdt-tech-line {
    clear: both;
}

.pdt-tech-line-label-booking {
	float: left;
    width: 300px;
    margin-right: 10px;
    font-size: 14px;
    text-align: left;
    font-family: Raleway;
    font-weight: 500;
    font-style: normal;
    color: #292929;
    line-height: 40px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.pdt-tech-line-value-booking {
    float: left;
    color: #958f8a;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    line-height: 40px;
    letter-spacing: 3px;
}

.pdt-guest-table-title {
    text-align: left;
    margin-top: 50px;
    font-size: 13px;
    margin-left: 40px;
    font-weight: bold;
}

.pdt-guest-table {
    margin-left: 40px;
    margin-top: 20px;
}

.pdt-guest-table table {
    padding-top: 10px;
}

.pdt-guest-table td, .pdt-guest-table th {
    width: 120px;
    height: 30px;
    border: 1px solid #efefef;
	text-align: center;
}

.pdt-step1-finishline {
    margin-left: 40px;
    margin-top: 40px;
    margin-bottom: 0px;
}

.pdt-step1-finishline label input {
    position: relative;
    bottom: -2px;
    margin-right: 5px;
}

.pdt-step1-finishline label a {
    text-decoration: underline;
}

.pdt-checkbox-conditions {
    font-size: 15px;
}

.book-step-next-bt {
    border: none;
    color: #FFF;
    width: 225px;
    line-height: 40px;
    vertical-align: middle;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 20px;
    background: #DC5F40;
}

.small-booking-widget-people {
	border: 1px solid #dfdfdf;
	vertical-align: middle;
	margin-top: 20px;
	color: #666;
	line-height: 40px;
	width: 80%;
	margin-left: 30px;
}

.guest-details-title
{
    font-size: 14px;
    text-align: left;
    font-family: Raleway;
    font-weight: 500;
    font-style: normal;
    color: #292929;
    letter-spacing: 2px;
    margin-bottom:15px;
}

.guest-form-holder
{
    border:1px solid #efefef;
    padding:24px 12px;
}

.guest-form-holder .form-field input
{
    border:1px solid #efefef;
    width:100%;
    height:28px;
    border:1px solid #efefef;
}

.guest-form-holder .form-field-label
{
	font-size: 13px;
	line-height: 22px;
}

.guest-requirements
{
    margin-top: 8px;
}

.guest-requirements textarea
{
    width:100%;
    border:1px solid #efefef;
    height:183px;
    padding: 5px;
}

.g-recaptcha
{
	width: 40%;
	margin: auto;
	margin-bottom: 5px;
}

.guest-form-holder button
{
    display:block;
    border:1px solid #b32c21;
    color:#bc4032;
    width:40%;
    margin-top:20px;
	margin: auto;
    background:#FFF;
    line-height:40px;
    vertical-align: middle;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 400;
    text-align:center;
    
}

.guest-form-holder button:hover{
    color:#FFF;
    background:#DC5F40;
}

.form_errors {
	color: red;
}
@media(max-width:570px){
.booking_step_num{
	font-size: 0.7em;
	}
}

@media(max-width:390px){
.pdt-tech-line-label-booking {
    width: 200px;
}
}

/*	Big Booking module */
.booking-widget-top {
	width: 100%;
	border: solid 1px #e5e5e5;
	padding: 20px;
	margin-bottom: 20px;
}

.bw-starting-price
{
    border-top:1px solid #e4e4e4;
    border-bottom:1px solid #e4e4e4;
    margin:10px 0px 10px 0px;
    text-align:center;
    position:relative;
}

.bw-starting-price-from,
.bw-starting-price-duration
{
    text-transform:uppercase;
    color:#000;
    font-size:12px;
    position:absolute;
    width:100%;
    left:0px;
    font-weight: bold;
}

.bw-starting-price-from span,
.bw-starting-price-duration span
{
    display:inline-block;
    background:#FFF;
}

.bw-starting-price-from
{
    top:-11px;
}

.bw-starting-price-duration
{
    bottom:-12px;
}

.bw-starting-price-subtext
{
    vertical-align:middle;
    width: 100%;
}

.bw-starting-price-value
{
    vertical-align:middle;
    font-size: 24px;
    color:#927d6b;
    font-weight:600;
    margin-top: 16px;
}

.product_min_stay {
	vertical-align:middle;
    line-height:19px;
    font-size:12px;
    color:#927d6b;
    font-weight:300;
    padding-bottom: 19px;
}

.min_stay_lastMinute {
    display: none;
}

.bw-date-holder {
	width: 100%;
	height: 80px;
	position: relative;
}

.bw-date-holder input[type="text"] {
    border: none;
    background: transparent;
    border: 1px solid #dfdfdf;
    line-height: 40px;
    height: 40px;
    vertical-align: middle;
    width: 100%;
    color: #666;
    text-indent: 8px;
    position: relative;
    z-index: 45;
}

.booking-widget-search,
.booking-go-booking
{
    border: 0;
    display:block;
    width:100%;
    line-height:40px;
    vertical-align: middle;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 400;
    font-size:1.1em;
    text-align:center;
    color:#FFF;
    background:#DC5F40;
}

.booking-widget-search:hover,
.booking-go-booking:hover
{
    color:#FFF;
    background:#DC5F40;
}

.ask-question {
    border: 0;
    background-color: transparent;
    display: block;
    font-weight: bold;
    width: 100%;
    color: #898989;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 20px 0;
    text-align: center;
}

.ask-question:hover{
    color:#c2b5ae;
    cursor: pointer;
}

.ask-question-phone {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    line-height: 44px;
    font-size: 18px;
    text-align: center;
}

.ask-question-phone a{
	text_decoration: none;
	color: black;
}

.booking-widget-people
{
    border:1px solid #dfdfdf;
    line-height:40px;
    height:40px;
    vertical-align: middle;
    margin-bottom:20px;
	margin-top: 20px;
    width:100%;
    color:#666;
}

.ui-datepicker-trigger {
    background: #FFF;
    border: 1px solid #dfdfdf;
    height: 40px;
    width: 40px;
    padding: 10px 12px;
    margin-left: -1px;
    margin-top: 1px;
    vertical-align: top;
    position: absolute;
	top: 22px;
    right: 0px;
}

#priceToBeReduce {
    font-size: 15px;
    text-decoration: line-through;
    color: #927d6b;
}

