/* CSS Document */

#content {
	margin-top: 130px;
	margin-bottom: 50px;
}
h1 {
	text-align: center;
	font-size: 35px;
	margin-bottom: 40px;
}
h3 {
	font-weight: 600;
	margin-top: 40px;
	margin-bottom: 7px;
}
h3:first-child {
	margin-top: 0;
}
/*
.request_container {
	width: 1280px;
}
*/
.column-request {
	width: 67%;
	padding-right: 2%;
	position: relative;
}
.column-banner {
	width: 30%;
	background: url(//noahtours.com/images/see-you-soon-no-text.jpg) no-repeat center center;
	background-size: cover;
	margin-top: 68px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
}
.column-banner-text{
	color: #ffffff;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.7);
	font-size: 60px;
	line-height: 85px;
	font-weight: 600;
	text-align: center;
	padding: 0 30px;
}
.column-banner-image{
	width: 100%;
	height: auto;
}
.col-30 {
	width: 32%;
	padding-right: 1%;
}
.col-50 {
	width: 49%;
	padding-right: 1%;
}
.col-60 {
	width: 63%;
	padding-right: 3%;
}
.inline-label{
    color: #1555a2;
    font-weight: 600;
		font-size: 0.9em;
}
fieldset {
	background: rgba(219,228,230,0.55);
	padding: 25px 0 30px 25px;
	border: none;
	margin: 5px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
}
fieldset label {
	display: block;
	color: #1555a2;
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 0.9em;
}
fieldset label span {
	font-weight: normal;
	color: #000000;
}
fieldset input[type=text],  fieldset input[type=email],  fieldset input[type=tel],  fieldset input[type=number],  fieldset select,  fieldset textarea {
	border: solid 1px #b0b0b0;
	border-radius: 4px;
	padding: 5px 5px;
	font: normal 16px Arial, sans-serif;
	display: block;
	width: 90%;
	 -webkit-appearance: none;
}
fieldset select{
	width: 95%;
	background-color: #ffffff;
}
.date_field_wrapper{
	position: relative;
}
.date_field_wrapper::after {
	content: "";
	display: block;
	position: absolute;
	/*right: calc(10% + 8px);*/
	right: 8%;
	bottom: 1px;
	width: 28px;
	height: 24px;
	background: #fdaf17 url(/images/calendar-icon.png) no-repeat center center;
	border: solid 2px #fdaf17;
	border-radius: 0 4px 4px 0;
	background-size: contain;
  pointer-events: none;
}
fieldset textarea{
	height: 115px;
}
input[type=number]::-webkit-inner-spin-button,  input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}

select#nationality {
	width: 100%;
	padding: 4px 5px;
}
.intl-tel-input {
	width: 100%;
}
#int_phone {
	width: calc(100% - 10px);
}
.label_is_required::after {
	content: "*";
	display: inline-block;
	font-size: 12px;
	color: firebrick;
	position: relative;
	left: 5px;
}
fieldset .col-60 input {
	width: 95%;
}
.nationality-wrapper{
	position: relative;
}
.nationality-note{
	font-size: 13px;
	font-family: Arial, sans-serif;
	line-height: 13px;
	display: inline-block;
	color: #1555a2;
	position: absolute;
	right: 10%;
	top: 6px;
}
.note {
	font-size: 13px;
	font-family: Arial, sans-serif;
	line-height: 19px;
	display: inline-block;
}

.side-label-list label{
	display: inline-block;
	margin-right: 15px;
	color: #333333;
	font-size: 0.83em;
	position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label[for="israel_been_yes"],
label[for="flexible_yes"]{
	margin-right: 30px;
}
.side-label-list input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #ffffff;
	border: solid 1px #ccc;
	border-radius: 3px;
}
.checkmark.radio{
	border-radius: 50%;
}
.side-label-list label:hover input ~ .checkmark {
  background-color: #ccc;
}
.side-label-list label input:checked ~ .checkmark {
  background-color: #ffffff;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.side-label-list label input:checked ~ .checkmark:after {
  display: block;
}

.side-label-list label .checkmark:after {
  left: 4px;
  top: 0;
  width: 5px;
  height: 10px;
  border: solid #1555a2;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.side-label-list label .checkmark.radio:after {
  left: 3px;
  top: 3px;
  width: 10px;
  height: 10px;
  border: none;
 	border-radius: 50%;
	background: #1555a2
}
.interests_wrapper{
	column-count: 2;
	column-gap: 0;
}

input[type=submit] {
	background: #fdaf17;
	border: solid 2px #ffffff;
	color: #1654a1;
	border-radius: 5px;
	line-height: 45px;
	margin-top: 25px;
	font-size: 24px;
	padding: 0 10px;
	width: 240px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1px;
	cursor: pointer;
	float: right;
	margin-right: 5%;
	 -webkit-appearance: none;
}
.addthis_inline_share_toolbox_wrapper {
	display: none;
}
.alert {
	padding: 15px;
	margin: 5px 0;
	color: firebrick;
	border: solid 1px firebrick;
	font-weight: 500;
}
#thank_you_message {
	color: #1c63a5;
	font-weight: 600;
	display: none;
	margin-top: 68px;
}
fieldset input.is_required_empty,  fieldset select.is_required_empty {
	border: solid 1px #cc0000;
}
fieldset label.is_required_empty{
	color: #cc0000;
}
/*
div.is_required_empty_message {
	color: firebrick;
	font-size: 13px;
	font-weight: bold;
	text-transform: lowercase;
	width: 100%;
}
.is_required_empty_message::first-letter {
	text-transform: capitalize;
}
*/
#form_error_message{
	color: red;
	font-size: 14px;
	padding: 8px;
	border: solid 1px red;
	border-radius: 15px;
	margin-right: 5%;
	text-align: center;
	display: none;
}
#recaptcha_element.error {
  border: solid 2px #c64848;
  padding: .2em;
}
.clear.spacer{
	height: 25px;
}

.ui-widget-header {
	border: 1px solid #f3f3f3;
	background: #f3f3f3;
	font-weight: 400!important;
}
.ui-datepicker th{
	font-weight: 400;
	padding-bottom: 5px;
}
.ui-datepicker td{
	height: 35px;
	padding-left: 6px;
}
.ui-datepicker td>a, .ui-datepicker td>span{
	border: none!important;
	border-radius: 50%;
	width: 25px;
	display: inline-block;
	text-align: center!important;
}
.ui-state-default, .ui-widget-content .ui-state-default {
	background: #ebebeb!important;
}

.upload-label{
	width: 91.5%;
	font-weight: 400;
	padding: 2.5px;
	text-align: center;
	border-radius: 4px;
	background: #fff;
	border: solid 1px #b0b0b0;
	cursor: pointer;
}

@media (max-width: 1200px) {

	#content {
    width: 800px;
    min-width: 800px;
		margin-right: auto;
		margin-left: auto;
	}
	.column-payment{
		float: none;
		width: 100%;
		padding: 0;
		border: none;
	}
	.column-request {
    width: 100%;
    padding-right: 0;
	}
	.column-banner{
		display: none;
	}
}
@media (max-width: 850px) {
	#content {
    width: 100%;
    min-width: 100%;
	}
}
@media (max-width: 767px) {
	#content {
    margin-top: 80px;
	}
	h1{
		margin-bottom: 20px;
	}
	h3{
		text-align: center;
	}
	fieldset{
		padding-right: 25px;
	}
	input[type=submit]{
		background: #3af0fe;
	}
	.nationality-note{
		bottom: -13px;
    top: auto;
    right: 3%;
	}
	.field_wrapper.column{
		float: none;
		width: 100%;
		margin: 20px 0;
		clear: both;
	}
	.field_wrapper.column:not(.date_field_wrapper)::after{
		display: block;
    clear: both;
    content: "";
	}
	.date_field_wrapper::after{
		right: 6px;
		bottom: 5px;
	}
	.clear.spacer{
		display: none;
	}
	fieldset input[type=text], fieldset input[type=email], fieldset input[type=tel], fieldset input[type=number], fieldset select{
    padding: 16px 5px 5px 5px;
    font: normal 16px Arial, sans-serif;
    display: block;
    width: calc(100% - 10px);
	}
	.label_is_required:last-child{
		margin-left: 3%;
	}
	fieldset select,
	select#nationality,
	#int_phone{
		padding: 13px 5px 8px 5px;
	}

	select#nationality{
		width: 100%;
	}
	#int_phone {
    width: 100%;
	}
	fieldset label:not(.notfloating){
		position: absolute;
		top: 9px;
		left: 6px;
		font-size: 14px;
	}

	fieldset label.p_floating{
		top: 0;
		font-size: 12px;
		font-weight: 400;
	}
	label[for=int_phone]{
		z-index: 2;
		left: 90px!important;
	}
}
@media (max-width: 400px) {
	h1{
		font-size: 24px;
	}
}
