/*Form*/
form * { box-sizing: border-box; }
#contact-form-wrap { width: 100%; z-index: 99999999}
#contact-form { width: 100%; padding-bottom: 40px; height: inherit; position: relative; box-sizing: border-box; background: #fff;border-bottom: 1px solid #dedede; }
#contact-form h3 { margin: 10px 0; display: inline-block; padding: 8px; color: #333; text-align: left; background: #333; color: #fff; font-weight:normal}
#contact-form input { margin: 10px 0; padding: 15px 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}
#contact-form select.guests { width: 80px; margin: 10px; border-bottom: 1px solid #bbb; appearance:none; -moz-appearance:none; -webkit-appearance:none; background: url(../img/icons/arrowdown.jpg) no-repeat scroll 100% 50% #f1f1f1; overflow: hidden; padding: 8px 10px; cursor: pointer }
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: 10px 0 0; padding: 12px 15px; width: 100%; border: none; color: #212121 !important }
input[type="radio"] { width: 50px !important; margin: 25px 0 !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.submit {display: block; border: none; position: relative; width: 150px; font-family: 'Open Sans', sans-serif; font-size:12px; text-align:center; color: #FFF; background: #EE1D24; padding: 10px 5px; 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:hover { background: #C41D23; color: #FFF !important; cursor: pointer }


/*Validation*/
.g-recaptcha {
    display: block;
    margin: auto;
}

/*.captcha input { width: 100px!important;}
.captcha-img { margin-left: 10px; max-width: 61px; text-shadow: none !important; display:inline !important }*/

input[type="text"]:focus, textarea:focus, #datepicker-arrival:focus, #datepicker-departure:focus, select:focus {
	border-bottom: 2px solid #EE1D24 !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; 
}

#contact-form input:valid, #contact-form input:focus:valid {
	background:url(../img/check.png) 99% 50%/24px no-repeat #F5F5F5
}

input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
  width   : 28px !important;
  height  : 18px !important;
  margin  : 10px !important;
  padding : 0;
  opacity : 0;
}
input[type=checkbox]:not(old) + i,
input[type=radio   ]:not(old) + i{
  display      : inline-block;
  margin-left  : -28px;
  padding-left : 28px;
  background   : url('../img/checks.png') no-repeat 0 0;
  line-height  : 24px;
}
input[type=checkbox]:not(old):checked + i{
  background-position : 0 -24px;
}

input[type=radio]:not(old):checked + i{
  background-position : 0 -48px;
}

i { font-size: 13px !important }

/* 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% }
}

/*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; }

/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 9999; }
    .formError .formErrorArrow { z-index: 10000; }

    .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: 160px;
	font-size: 12px;
	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;
	left: -80%
}

.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: -2px 0 0 13px;
	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;
}