#wrapper{
	color:#004685;
	font-family: 'Assistant', sans-serif;
}

#logo{
	padding-top: 20px;
}
h1{
	font-size: 44px;
	font-weight: bold;
}
h2{
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 23px;
}
h3{
	margin: 0;
	line-height: 34px;
}

p{
	font-size: 32px;
	letter-spacing: -1px;
}
strong{
	font-size: 37px;
	font-weight: bold;
}

#badge{
  float: left;
  clear: left;
  width: 261px;
  height: 144px;
  margin-left: -40px;
}
#badge-spacer{
	float:left;
	width:0;
}

#visual{
	margin-top: 30px;
	width: 110%;
	margin-right: -40px;
}

#footer{
	width: 100%;
	color:#fff;
	background: url(images/background.jpg) bottom center #004685 no-repeat;
	padding-bottom: 130px;
	/* margin-top:20px; */
}

#footer .container{
	position: relative;
}

#meta{
	/* margin-top: -40px; */
	color: #fff;
}
#meta p{
	/* color: #154883; */
	font-size: 20px;
	/* position: absolute; */
}
#meta a{
	text-decoration: underline;
	color:#fff;
}

.arrow-down{
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 16px solid #fff;
	width: 0;
	height: 0;
	position: absolute;
	right: 340px;
	top:0;
}

#jf_submit{
	width: 100%;
	background: #5aae41;
	border: none;
	border-radius: 18px;
	height: 130px;
	font-size: 40px;
	line-height: 1;
	font-weight: bold;
}
#eac-container-rec_city, #eac-container-int_city{
	direction: rtl;
	color:#000;
}
.easy-autocomplete-container ul {
	padding-right: 0 !important;
	direction: rtl;
}
.form-control{
	color:#000;
	font-size: 23px;
	font-family: 'Assistant', sans-serif;
}
.checkbox-row{
	line-height: 22px;
	margin-bottom: 15px;
	font-size: 22px;
}
.radio{
	display: inline-block;
	margin-right: 20px;
	margin-top: -3px!important;
}
.radio input{
	width: 20px;
	vertical-align: sub;
	height: 20px;
}
#jf_err{
	color: #ff4646;
	font-size: 20px;
	width: 100%;
	text-align: center;
	display: block;
}
#jf_err span{
	color:#5aae41;
}
#taknon{
	color:#fff;
	margin-top: 15px;
	display: block;
	text-decoration: underline;
}

#thankyou{
	text-align: center;
	padding: 60px 0;
	display: none;
}
#thankyou h2{}

@media (max-width: 1200px) {
	.arrow-down{
		right:50%;
		transform: translateX(50%);
		-webkit-transform: translateX(50%);
	}
	h1{
		font-size: 53px;
	}
	h2{
		font-size: 40px;
		padding: 0 40px;
	}
	h3{
		font-size: 32px;
		margin-bottom: 20px;
	}
	#badge{
	  margin-left: 0;
	}
  .text-xs-center {
    text-align: center;
  } 
  .checkbox-row{
		font-size: 30px;
	}
	.checkbox-row input{
		width: 28px;
		height: 28px;
		margin-right: -40px !important;
		margin-top: 2px;
	}
	.checkbox-row label{
		line-height: 30px;
		padding-right: 50px;
		margin-top:10px;
	}
	#visual {
	margin-top: 0;
	width: 100%;
		margin-right: 0;
	}
  #jf_submit {
		height: auto;
		padding: 10px 0;
		border-radius: 5px;
	}
	.form-control{
		height: 70px;
		font-size: 30px;
	}
	#taknon{
		font-size:25px;
	}
	.easy-autocomplete-container ul li div {
		font-size: 25px;
	}
	#meta{}
	#meta p{
	letter-spacing: inherit;
}
	#badge-spacer {
		height: 280px !important;
	}
	#jf_err{
		font-size:30px;
	}

	#thankyou{}
	#thankyou h2{}
	p {
		font-size: 34px;
	}
	.radio{
		margin-right: 0;
		margin-top:0!important;
	}
}