.booking { position: relative; }
.booking .booking-form {
	display: inline-block;
	vertical-align: top;
	width:100%;
	margin: 20px 0;
}
.booking .booking-title2, 
.booking .booking-title3 { margin-bottom: 0; }
.booking .booking-title2 { font-size: 30px; }
.booking .booking-title3 { 
	font-size: 16px;
	text-transform: uppercase; 
}
.booking .date,
.booking .category { 
	float: left; 
	position: relative;
	margin-right: 40px; 
}
.booking .booking-form input,
.booking .booking-form select {
	display: inline-block; 
	font-family:'PT Sans W01 Regular', Arial;
	font-size: 17px;
	height: 40px;
	color: #404a46;
	text-transform: none;
	padding: 10px;
	appearance: none;
	-moz-appearance: none;
}
.booking .booking-form input[type="text"].datepicker,
.booking .booking-form input[type="text"].date-pick {
	background-image: url("../png/cal-icon.png");
	background-repeat: no-repeat;
	background-position: right 13px center;
	background-color: #fff;
	cursor: pointer;
}
.booking .booking-form input[type="text"].date-pick:focus {
	background-color: #fff;
}
.booking  .cal-icon { display: none; }
select::-ms-expand { display: none; }
.booking .booking-form select { background: #fff url("../png/down-arrow.png") no-repeat scroll 94% 15px; }
.booking .booking-form .cal-icon {
	position: absolute;
	right: 10px;
	top: 8px;
	cursor: pointer;
}
.booking .booking-form .button,
.booking .booking-form button {
	background-color: transparent;
	display: inline-block;
	font-family:'PT Sans W01 Bold';
	font-size: 21px;
	text-transform: uppercase; 
	text-align: center; 
	margin-bottom: 0;
	width: auto;
}
.booking .booking-form .button { 
	background: url('../jpg/button-bg.jpg') repeat; 
	float: left;    
}
.booking .booking-form button { padding: 0px 12px; }
/*
 * Jack Rabbit Fixes
 */
.booking {
	padding-bottom: 15px;
	opacity: 0;
	-webkit-transition: all 1000ms ease-in-out;
    -moz-transition: 	all 1000ms ease-in-out;
    -o-transition: 		all 1000ms ease-in-out;
    transition: 		all 1000ms ease-in-out;
}
.booking.ready { opacity: 1; }
.booking  #jrs_lodging_select_div { width: 100%; }
.booking .booking-form select { width: 100% !important; }
.booking .booking-form #jrs_departure_airport_input{ display: none; }
.booking .booking-form .jrs_form_text{ display: none; }
.booking .booking-form .ui-datepicker-trigger{ display: none; }
.booking .booking-form #jrs_search_submit_button, 
.booking .booking-form input[name="Submit"]{
	background: rgba(0, 0, 0, 0) url("../jpg/button-bg.jpg") repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    float: left;
    font-family: "PT Sans W01 Bold";
    font-size: 21px;
    margin-bottom: 0;
    padding-top: 9px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.booking .booking-form #jrs_search_submit_button:hover, 
.booking .booking-form input[name="Submit"]:hover{
	color: #ffda27;
}
@media only screen and (min-width: 40.063em){
/* > 641px  */ 
	.booking  #jrs_lodging_select_div,
	.booking .booking-form form > div {
		width: 25%;
		float: left;
		padding-left: 7px;
		padding-right: 7px;
	}
	/* activities specific */
	.booking form > #campaign[value="explorefairbanks-homepage (widget)-activities"] ~ div { width: 40%; }
	.booking #campaign[value="explorefairbanks-homepage (widget)-activities"] ~ #jrs_search_submit { width: 20%; }
}
@media only screen and (min-width: 64.063em) {
/*  > 1024px  */ 
	.booking { padding-bottom: 0; }
	.booking .booking-form form > div {
		padding-left: 20px;
		padding-right: 20px;
		width: 28%;
	}
	.booking .booking-form form > div:last-child { width: 15%; }
	.booking .booking-title2 { margin-bottom: 10px; }
}

/*
 * styles tabs
 */
.booking .tab-slider{ margin-bottom: 40px; }
.booking .booking-tab {
	color: #222;
    font-family: "ShadowsIntoLightW00-Reg",cursive;
    line-height: 1.3em;
    font-size: 43px;
}
.booking .arrows {
	display: block;
    height: 40px;
    left: 0;
    margin: auto;
    overflow: hidden;
    padding-right: 10px;
    position: absolute;
    right: 0;
    top: 72px;
    width: 87px;
}
/*tablet only*/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.booking .arrows {
	    top: 29px;
	    width: 412px;
	    padding-right: 0;
	}
	.booking .tab-slider{ margin-bottom: 0; }
}
@media only screen and (min-width: 64.063em) {
	/*desktop only*/
	.booking .arrows {
		top: 42px;
    	width: 520px;
    	padding-right: 0;
	}
	.booking .tab-slider{ margin-bottom: 0px; }
}
.booking .arrows .slick-arrow {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.booking .arrows .slick-prev { float: left; }
.booking .arrows .slick-next { float: right; }
