.gk-hotel-reservation-form {
	position: relative;
}

.gk-hotel-reservation-overlay {
	background: rgba(255, 255, 255, 1);
	display: none;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 50px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 100%;
}

.gk-hotel-reservation-overlay.active {
	opacity: 1;
	top: 0;
}

.gk-hotel-reservation-form > h3,
.gk-hotel-reservation-overlay > h3 {
	font-size: 26px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 40px;
	text-transform: none;
}
.gk-hotel-reservation-overlay > h3 {
  margin-bottom: 26px;
}

.gk-hotel-reservation-form > h3 > small,
.gk-hotel-reservation-overlay > h3 > small {
	color: #777;
	display: block;
	font-size: 14px;
	font-style: normal;
	letter-spacing: 0;
	line-height: 2;
}

.gk-hotel-reservation-form .gk-sr-arrival-data {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 10px 0;
  padding: 25px 0 17px 0;
}

.gk-hotel-reservation-form .gk-sr-arrival-data:after,
.gk-hotel-reservation-form .gk-check-dates:before {
  clear: both;
  content: "";
  display: table;
}
.gk-hotel-reservation-form .gk-sr-check-date {
  float: left;
  width: 40%;
}
.gk-hotel-reservation-form .gk-sr-check-rooms {
  float: left;
  width: 20%;
}
.gk-hotel-reservation-form .room-list {
  margin: 0;
}
.gk-hotel-reservation-form .room-list:first-child {
  margin-top: 20px;
}
.gk-hotel-reservation-form label {
  font-size: 11px;
  letter-spacing: 0;
}
.gk-hotel-reservation-form select {
  border: 0;
}
.gk-hotel-reservation-form .datefield {
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #777;
  cursor: pointer;
  font-size: 14px;
  font-style: italic;
  height: 41px;
  line-height: 41px;
  vertical-align: middle;
  margin-bottom: 9px;
  padding: 0;
  width: 85%;
}
.gk-hotel-reservation-overlay input {
  width: 100%;
}
.gk-hotel-reservation-overlay input[type="submit"],
.gk-hotel-reservation-buttons input[type="button"] {
  margin: 40px 0 0;
  padding: 12px 0px;
  width: 100%;
}
.gk-hotel-reservation-buttons input[type="button"]:focus {
  border: 0;
  box-shadow: none;
  outline: none;
}
.gk-hotel-reservation-close-btn {
  display: block;
  float: right;
  font-size: 20px;
}
.gk-hotel-reservation-overlay > div {
  clear: both;
  padding-top: 5px;
}
.gk-hotel-reservation-overlay .g-recaptcha {
  padding-top: 20px;
}
.gk-hotel-reservation-overlay .g-recaptcha + div > input[type="submit"] {
  margin-top: 15px;
}
.gk-hotel-reservation-form .datepicker_inline {
  position: absolute;
  z-index: 100;
}
.gk-hotel-reservation-form .ui-datepicker-inline {
  background: #fff;
  border-radius: 0;
  border: 1px solid #e5e5e5;
}
.gk-hotel-reservation-form .ui-widget-header {
  background: #f6f6f6;
  border: none;
  border-radius: none;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 5px 0;
  text-transform: uppercase;
}
.gk-hotel-reservation-form .ui-datepicker-title {
  color: #222;
  font-weight: 600;
}
.gk-hotel-reservation-form .ui-state-default,
.gk-hotel-reservation-form .ui-widget-content .ui-state-default,
.gk-hotel-reservation-form .ui-widget-header .ui-state-default {
  background: #000;
  border: none;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.gk-hotel-reservation-form .ui-state-default:active,
.gk-hotel-reservation-form .ui-state-default:focus,
.gk-hotel-reservation-form .ui-state-default:hover,
.gk-hotel-reservation-form .ui-widget-content .ui-state-default:active,
.gk-hotel-reservation-form .ui-widget-content .ui-state-default:focus,
.gk-hotel-reservation-form .ui-widget-content .ui-state-default:hover,
.gk-hotel-reservation-form .ui-widget-header .ui-state-default:active,
.gk-hotel-reservation-form .ui-widget-header .ui-state-default:focus,
.gk-hotel-reservation-form .ui-widget-header .ui-state-default:hover {
  background: #e1a232;
}
.gk-hotel-reservation-form .ui-datepicker td {
  border: none;
  font-size: 12px;
  font-weight: 400;
  padding: 5px;
}
.gk-hotel-reservation-form .ui-datepicker th {
  background: #fff;
  color: #e1a232;
  font-size: 12px;
  font-weight: 400;
  padding: 5px;
  text-transform: none;
}
.gk-hotel-reservation-form span.ui-state-default {
  background: transparent !important;
  color: #000 !important;
}
.gk-hotel-reservation-form .ui-state-disabled {
  background: transparent;
  color: #ccc !important;
  opacity: 1;
}
.gk-hotel-reservation-form .ui-state-disabled .ui-state-default {
  color: #ccc !important;
}
.gk-hotel-reservation-form a.ui-state-current-day,
.gk-hotel-reservation-form span.ui-state-current-day {
  background: #fff !important;
  color: #777 !important;
}
.gk-hotel-reservation-form a.ui-state-default {
  background: #fff !important;
  color: #000 !important;
}
.gk-hotel-reservation-form a.ui-state-active {
  font-weight: bold;
}
.gk-hotel-reservation-form .ui-datepicker-buttonpane.ui-widget-content {
  display: none;
}
.gk-hotel-reservation-form .ui-datepicker-next,
.gk-hotel-reservation-form .ui-datepicker-prev {
  top: 5px;
}
.gk-hotel-reservation-form .ui-datepicker-next:active,
.gk-hotel-reservation-form .ui-datepicker-next:focus,
.gk-hotel-reservation-form .ui-datepicker-next:hover,
.gk-hotel-reservation-form .ui-datepicker-prev:active,
.gk-hotel-reservation-form .ui-datepicker-prev:focus,
.gk-hotel-reservation-form .ui-datepicker-prev:hover {
  background: transparent !important;
  border: none !important;
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-widget-header .ui-icon {
  background-image: url("../images/ui-icons_222222_256x240.png");
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.gk-hotel-reservation-form .ui-state-disabled {
  background: transparent;
  color: #ccc !important;
  opacity: 1;
}
.room-list dl {
  clear: both;
  font-size: 11px;
  margin: 0;
  padding: 5px 0;
  text-transform: uppercase;
}
.room-list dl:after {
  clear: both;
  content: "";
  display: table;
}
.room-list dl dt {
  float: left;
  color: #e1a232;
  width: 40%;
}
.room-list dl dd {
  float: left;
  margin: 0;
  width: 30%;
}
.room-list .datepicker_inline {
  position: absolute;
  z-index: 100;
}
