/*Form*/
form * {
	box-sizing: border-box;
}
#contact-form-wrap {
	width: 100%;
	z-index: 99999999
}
#contact-form {
	background: #EEE;
	width: 100%;
	padding: 0 20px 40px;
	height: inherit;
	position: relative;
	box-sizing: border-box;
	border-bottom: 1px solid #dedede;
}
#contact-form h3 {
	margin: 10px 0;
	display: inline-block;
	color: #333;
	text-align: left;
	color: #1A2B44;
	font-weight: normal
}
#contact-form input {
	margin: 0 0 10px 0;
	padding: 12px;
	width: 100%;
	color: #212121 !important;
	border-left: 1px solid transparent;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 2px solid #bbb;
	background: #f5f5f5
}
#goBack {
	background: #EEE;
	overflow: hidden
}
#goBack p {
	text-align: center !important
}
span.hr {
	display: block;
	margin: 30px auto;
	width: 70%;
	border-bottom: 1px dotted #CCC;
}
 select::-ms-expand {
display: none;
}
input, select, textarea {
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}
.form-field-left {
	float: left;
	width: 50%;
	padding-right: 10px
}
.form-field-right {
	float: left;
	width: 50%;
}
textarea {
	background: #F5F5F5;
	border-bottom: 2px solid #bbb !important;
	font-family:  color: #444;
	height: 156px;
	margin: 0 0 10px 0;
	padding: 12px 15px;
	width: 100%;
	border: none;
	color: #212121 !important
}
input[type="radio"] {
	width: 20px !important; margin-left: 30px !important;
}
input[type="checkbox"] {
	width: 20px !important;
	margin: 15px 0 0 !important
}
label:hover {
	cursor: pointer
}
::-webkit-input-placeholder {
 font-family: 'Open Sans', sans-serif;
font-style:normal !important;
font-size: 11px
}

:-moz-placeholder { /* Firefox 18- */
 font-family: 'Open Sans', sans-serif;
font-style:normal !important;
font-size: 11px
}

::-moz-placeholder {  /* Firefox 19+ */
 font-family: 'Open Sans', sans-serif;
font-style:normal !important;
font-size: 11px
}

:-ms-input-placeholder {
 font-family: 'Open Sans', sans-serif;
font-style:normal !important;
font-size: 11px
}
button {
	border: none;
	position: relative;
	font-family: "Roboto Slab", serif;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	background: #2D4D7E;
	padding: 5px 7px;
	border-radius: 3px;
	margin: 20px auto 0;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s
}
button.submit {
	display: block;
	width: 150px;
}
button:hover {
	background: #172F54;
	color: #FFF !important;
	cursor: pointer
}
/*Itinerary Table*/
#itineraryReview {
	width: 100%;
	background: #eee;
	width: 95%;
	margin: auto
}
#itineraryReview th {
	background: #2d4d7e;
	color: #fff;
	font-size: 15px;
	padding: 10px;
	text-align: left
}
#itineraryReview tr {
	border-bottom: 1px solid #D7E4F7;
}
#itineraryReview td {
	padding: 10px 20px;
	font-family: "Shadows Into Light", cursive;
	font-size: 16px !important;
	text-align: left !important
}
/*Tooltip*/
/* Tooltip container */
.tooltip {
	position: relative;
	display: inline-block;
	margin: 0;
}
/* Tooltip text */
.tooltip .tooltiptext {
	visibility: hidden;
	width: 250px;
	background-color: #fff;
	color: #333;
	text-align: center;
	padding: 5px;
	border-radius: 6px;
	margin-left: 3px;
	border: 1px solid #2D4D7E;
	position: absolute;
	z-index: 1;
	box-shadow: 0 2px 3px #aaa;
	-moz-box-shadow: 0 2px 3px #aaa;
	-webkit-box-shadow: 0 2px 3px #aaa;
	-o-box-shadow: 0 2px 3px #aaa;
	font-size: 12px;
	line-height: 15px;
}
.tooltip:hover {
	cursor: default;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
	visibility: visible;
}
.tooltip > img {
	display: inline;
	position: sticky;
	vertical-align: text-top;
	width: 17px;
}
/*Validation*/
.g-recaptcha {
	display: block;
	margin: auto;
}
input[type="text"]:focus, textarea:focus, #datepicker-arrival:focus, #datepicker-departure:focus, select:focus {
	border-bottom: 2px solid #EE1D24 !important;
}
#search-input:focus {
	border-bottom: thin solid #0CC4A0 !important;
}
 #contact-form input:focus:invalid, #contact-form textarea:focus:invalid { /* when a field is considered invalid by the browser */
 border-bottom: 2px solid #EE1D24 !important;
}
#contact-form input:focus:valid, #contact-form textarea:focus:valid { /* when a field is considered invalid by the browser */
 border-bottom: 2px solid green !important;
}
 #contact-form input:valid, #contact-form textarea:valid { /* when a field is considered invalid by the browser */
 border-bottom: 2px solid green !important;
}
 .form-field-left input:valid, .form-field-right input:valid, .form-field-left input:focus:valid, .form-field-right input:focus:valid {
 background:url(../img/icons/check.png) 99% 50%/24px no-repeat #F5F5F5
}
/*-------*/

/* Z-INDEX */
.formError {
	z-index: 990;
}
.formError .formErrorContent {
	z-index: 991;
}
.formError .formErrorArrow {
	z-index: 996;
}
.ui-dialog .formError {
	z-index: 5000;
}
.ui-dialog .formError .formErrorContent {
	z-index: 5001;
}
.ui-dialog .formError .formErrorArrow {
	z-index: 5006;
}
.inputContainer {
	position: relative;
	float: left;
}
.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}
.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}
.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}
.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position: relative;
	color: #fff;
	min-width: 180px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}
.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}
.greenPopup .formErrorContent {
	background: #33be40;
}
.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}
.formError .formErrorArrow {
	width: 15px;
	margin: -4px 7px 0;
	position: relative;
}
body[dir='rtl'] .formError .formErrorArrow, body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}
.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top: 2px;
}
.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}
.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}
.greenPopup .formErrorArrow div {
	background: #33be40;
}
.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}
.formError .formErrorArrow .line10 {
	width: 13px;
	border: none;
}
.formError .formErrorArrow .line9 {
	width: 11px;
	border: none;
}
.formError .formErrorArrow .line8 {
	width: 11px;
}
.formError .formErrorArrow .line7 {
	width: 9px;
}
.formError .formErrorArrow .line6 {
	width: 7px;
}
.formError .formErrorArrow .line5 {
	width: 5px;
}
.formError .formErrorArrow .line4 {
	width: 3px;
}
.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}
.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}
.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}
/*GOOGLE RECAPTCHA*/
.captcha-container {
	width: 100% !important;
	margin: 10px auto 0
}
.g-recaptcha * {
	margin: auto !important;
	display: block;
}
 @media screen and (max-width: 1250px) {
.g-recaptcha {
	transform: scale(0.85);
	transform-origin: left top;
}
}
@media screen and (max-width: 1110px) {
.g-recaptcha {
	transform: scale(0.75);
	transform-origin: left top;
}
button.submit {
	width: 90%
}
}

@media screen and (max-width: 800px) {
	.tooltip .tooltiptext {
	right: 0;
    top: 20px;
	}
	input[type="radio"] {
	margin-left: 0 !important;
}
}
/*CAPTCHA STYLES*/
/*//////////////*/
.hidden {
	visibility: hidden;
}
#Container {
	height: 50px;
}
.captcha {
	float: left;
	width: 50% !important
}
.refresh {
	position: relative;
	bottom: 23px;
	left: 29px;
}
#SpamCheck {
	color: #999;
	padding: 8px;
}
#url {
	visibility: hidden;
	height: 1px;
	width: 1px;
	position: absolute;
}
 @media only screen and (max-width: 972px) {
.formError .formErrorContent {
	right: 75% !important
}
}
@media only screen and (max-width: 550px) {
#contact-form > div {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
	padding-right: 0 !important
}
#contact-form select.guests {
	width: 100% !important;
	float: none !important;
	margin: 10px 0 !important
}
button.submit {
	width: 100% !important;
	float: none !important;
	margin: 0 0 10px 0 !important;
	padding-right: 0 !important
}
.captcha input {
	float: right !important;
	width: 60% !important;
}
.captcha-img {
	margin: 10px 0 0 !important
}
input[type='text'],  input[type='number'],  textarea {
	font-size: 16px;
}
.form-field-left, .form-field-right {
	float: none;
	padding-right: 0;
	width: 100%;
}
select.guests {
	width: 60% !important;
}
}
.Zebra_DatePicker *, .Zebra_DatePicker *:after, .Zebra_DatePicker *:before {
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important
}
.Zebra_DatePicker {
	position: absolute;
	background: #FFF;
	margin-top: 100px;
	border: 2px solid #666;
	display: none;
	z-index: 100;
	font-size: 13px
}
.Zebra_DatePicker * {
	margin: 0;
	padding: 0;
	color: #000;
	background: transparent;
	border: none
}
/* = GLOBALS
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker table {
	border-collapse: collapse;
	border-spacing: 0
}
.Zebra_DatePicker td, .Zebra_DatePicker th {
	text-align: center;
	padding: 5px 0
}
.Zebra_DatePicker td {
	cursor: pointer
}
.Zebra_DatePicker .dp_daypicker, .Zebra_DatePicker .dp_monthpicker, .Zebra_DatePicker .dp_yearpicker {
	margin-top: 3px
}
.Zebra_DatePicker .dp_daypicker td, .Zebra_DatePicker .dp_daypicker th, .Zebra_DatePicker .dp_monthpicker td, .Zebra_DatePicker .dp_yearpicker td {
	background: #E8E8E8;
	width: 30px;
	border: 1px solid #7BACD2
}
.Zebra_DatePicker, .Zebra_DatePicker .dp_header .dp_hover, .Zebra_DatePicker .dp_footer .dp_hover {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}
/* = HEADER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_header td {
	color: #511A19
}
.Zebra_DatePicker .dp_header .dp_previous, .Zebra_DatePicker .dp_header .dp_next {
	width: 30px
}
.Zebra_DatePicker .dp_header .dp_caption {
	font-weight: bold
}
.Zebra_DatePicker .dp_header .dp_hover {
	background: #511A19;
	color: #FFF
}
.Zebra_DatePicker .dp_header .dp_blocked {
	color: #888;
	cursor: default
}
/* = DATEPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_daypicker th {
	background: #521A19;
	color: #FFF
}
.Zebra_DatePicker td.dp_not_in_month {
	background: #F3F3F3;
	color: #CDCDCD;
	cursor: default
}
.Zebra_DatePicker td.dp_not_in_month_selectable {
	background: #F3F3F3;
	color: #CDCDCD;
	cursor: pointer
}
.Zebra_DatePicker td.dp_weekend {
	background: #D8D8D8
}
.Zebra_DatePicker td.dp_weekend_disabled {
	color: #CCC;
	cursor: default
}
.Zebra_DatePicker td.dp_selected {
	background: #5A4B4B;
	color: #FFF !important
}
.Zebra_DatePicker td.dp_week_number {
	background: #FFCC33;
	color: #555;
	cursor: text;
	font-style: italic
}
/* = MONTHPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_monthpicker td {
	width: 33%
}
/* = YEARPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_yearpicker td {
	width: 33%
}
/* = FOOTER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_footer {
	margin-top: 3px
}
.Zebra_DatePicker .dp_footer td {
	color: #511A19;
	padding: 2px;
	font-weight: bold
}
.Zebra_DatePicker .dp_footer .dp_hover {
	background: #511A19;
	color: #FFF;
}
/* = SOME MORE GLOBALS (MUST BE LAST IN ORDER TO OVERWRITE PREVIOUS PROPERTIES)
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker td.dp_current {
	color: #C40000
}
.Zebra_DatePicker td.dp_disabled_current {
	color: #E38585
}
.Zebra_DatePicker td.dp_disabled {
	background: #F3F3F3;
	color: #CDCDCD;
	cursor: default
}
.Zebra_DatePicker td.dp_hover {
	background: #482424;
	color: #FFF
}
/* = ICON
----------------------------------------------------------------------------------------------------------------------*/
button.Zebra_DatePicker_Icon {
	display: inline-block;
	position: relative;
	margin-right: 0 !important;
	width: 16px;
	height: 16px;
	background: url('../img/icons/calendar.png') no-repeat left top;
	text-indent: -9000px;
	border: none;
	cursor: pointer;
	padding: 0;
	line-height: 0;
	vertical-align: top;
	zoom: 1;
*display: inline;
}
button.Zebra_DatePicker_Icon_Disabled {
	background-image: url('../img/icons/calendar-disabled.png')
}
/* don't set vertical margins! */
button.Zebra_DatePicker_Icon {
	margin: 0 0 0 3px;
	position: relative
}
button.Zebra_DatePicker_Icon_Inside {  /*margin: 26px 0 0 !important; right: 35px; background-color: transparent!important;*/
	float: right;
	margin-top: -39px !important;
	right: 10px;
}