/* Book now widget */
#book-now {
	position: fixed;
	display: block;
	width: 100%;
	height: 1px;
	left: 0;
	top: 0;
	z-index: 20000;
    font-family: "Source Sans Pro",sans-serif;
    text-transform: uppercase;
    font-size: 18px;
}
#book-now .overlay {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url(../img/overlay.png);
	background-position: left top;
	background-repeat: repeat;
	z-index: 20500;
	cursor: pointer;
}
#book-now .booking-form {
	display: block;
	position: fixed;
	top: -650px;
	left: 50%;
	cursor: default;
	z-index: 20800;
}
#book-now .booking-form p img {
	height: 280px;
}

/* p elements */
#book-now .booking-form p {
	width: 330px;
	padding: 14px 35px 0 40px;
	margin-left: -208px;
	display: block;
	background-image: url(../img/background_v-3.png);
	background-position: left top;
	background-repeat: repeat;
	color: #fff;
	position: relative;
}
#book-now .booking-form p .notice {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20900;
	width: 330px;
	height: 270px;
	background-image: url(../img/background_v-3.png);
	background-position: left top;
	background-repeat: repeat;
	color: #fff;
	padding: 140px 22px;
	font-size: 1.6em;
	font-size: 16px;
	line-height: 1.3em;
	font-family: "Source Sans Pro", sans-serif;
	text-align: center;
}
#book-now .booking-form p .line {
	padding: 14px 0;
}
#book-now .booking-form p .item.left {
	float: left;
}
#book-now .booking-form p .item.right {
	float: right;
}
#book-now .booking-form p .line.close {
	display: none;
	padding: 5px 0;
}
#book-now .booking-form p .line.close a.close-form {
	display: block;
	font-size: 1.4em;
	font-size: 14px;
	line-height: 1em;
	font-family: "Source Sans Pro", sans-serif;
	height: 14px;
	padding: 4px 20px;
	color: #9f978f;
	background-image: url(../img/icon-close.png);
	background-position: left 3px;
	background-repeat: no-repeat;
	text-decoration: none;
	text-transform: uppercase;
}


#book-now .booking-form p hr {
	display: block;
	height: 1px;
	background-color: #bfcbce;
	color: #bfcbce;
	border: none;
	margin: 4px 0 8px 0;
}
#book-now .booking-form p label {
	display: block;
	font-size: 1.4em;
	font-size: 14px;
	line-height: 1em;
	height: 14px;
	padding: 0 0 8px 0;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
}
#book-now .booking-form p input.text {
	display: block;
	font-size: 1.2em;
	font-size: 12px;
	line-height: 2em;
	height: 24px;
	padding: 0 8px 0 18px;
	color: #1c264d;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: normal;
	background-image: url(../img/input-background_v-3.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #fff;
	border: none;
	width: 128px;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-o-border-radius: none;
	border-radius: none;
	border-color: #1c264d;
}
#book-now .booking-form p .item.short input.text {
	width: 95px;
}
#book-now .booking-form p .item.wide input.text {
	width: 161px;
}
#book-now .booking-form p .item.full input.text {
	width: 304px;
}


#book-now .booking-form p .input span.required {
	display: block;
	text-align: right;
	font-size: 1.2em;
	font-size: 12px;
	line-height: 2em;
	height: 24px;
	color: #fff;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: normal;
}
#book-now .booking-form p button {
	display: block;
	border: none;
	color: #fff;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	height: 24px;
	font-size: 1.5em;
	font-size: 15px;
	line-height: 1.6em;
	background-color: #9f978f;
	background-image: url(../img/button-background_v-3.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 0 20px 0 10px;
	cursor: pointer;
}


#book-now .booking-form .trigger {
	display: block;
	padding: 7px 66px 22px 66px;
	width: 100px;
	height: 30px;
	margin-left: -116px;
	left: 0;
	position: absolute;
	background-image: url(../img/trigger_v-3.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-size: 1.2em;
	font-size: 12px;
	line-height: 1.25em;
	color: #fff;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}
#book-now .booking-form .trigger.active {
	padding-bottom: 41px;
}
#book-now .booking-form .trigger span {
	display: none;
	position: absolute;
	width: 19px;
	height: 19px;
	left: 107px;
	top: 43px;
	background-image: url(../img/icon-trigger-clock_v-3.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#book-now .booking-form .trigger.active span {
	display: block;
}