/* FONT */
@font-face {
	font-family: 'Karlibach';
	src: url('../fonts/karlibach-regularwebfont.eot');
	src: url('../fonts/karlibach-regularwebfont.eot?#iefix') format('embedded-opentype'), url('../fonts/karlibach-regularwebfont.svg#karlibach_regularregular') format('svg'), url('../fonts/karlibach-regularwebfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Karlibach-light';
	src: url('../fonts/karlibach-lightwebfont.eot');
	src: url('../fonts/karlibach-lightwebfont.eot?#iefix') format('embedded-opentype'), url('../fonts/karlibach-lightwebfont.svg#karlibach_lightregular') format('svg'), url('../fonts/karlibach-lightwebfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html, body {
	font-family: 'Karlibach', sans-serif;
	min-height: 100%;
	direction: rtl;
	color: #636362;
	margin: 0;
	padding: 0;
	background: #fff;
	font-weight: normal !important;
}
a > img {
	border: 0;
}
.max-img{
	max-width: 100%;
	height: auto;
}
.text-center{
	text-align: center;
}
.gr{ 
	color: #2e5e20;
}
.form h2.h1,
h1{
	color: #194282;
	font-size: 38px;
	font-weight: normal !important;
}
.form h2{
	color:#000;	
}
.text p{
	margin: 4% 0 6% 0;
	font-family: 'Karlibach-light';
}
.container {
	width: 100%;
	margin: 0 auto;
	background: url("../images/1920X950.jpg") no-repeat scroll 0% 0% / contain;
	position: relative;
	height: 0; 
	padding-top: 49.4791%;
	overflow-x: hidden;
}
.container.thank{
	width: 100%;
	margin: 0 auto;
	background: url("../images/1920X950.jpg") no-repeat scroll 0% 0% / contain;
	position: relative;
	height: 0; 
	padding-top: 49.4791%;
	overflow-x: hidden;
}
.image-back{
	position: relative;
}
.image-logo{
	padding: 10% 0 3%;
}
.image-logo img{
	width: 150px;
}
article.form {
    padding: 0px;
    position: absolute;
    left: 0%;
    z-index: 999;
    bottom: 10%;
	width: 480px;
}
article.form.thank{
	bottom: 20%;
}
.text p{
	padding: 0 30px;
	color: #333;
    font-size: 19px;
	font-weight: 100;
	line-height: 1.5;
}
form#mycontactform {
    width: 430px;
    position: relative;
    padding: 0 1px 0 0;
/*    margin: 0 auto 115px;*/
}
input[type="checkbox" ]{
	height: 20px;
	width: 20px;
	float: auto;
	position: static !important; 
	margin-left: 0 !important;

} 
.checkbox{
	margin: 0;
	float: right;
}
.input{
	width: 100%;
	float: left;
}
input{
	font-family: 'Karlibach-light', sans-serif;
	background: #efefef;
	height: 60px;
	width: 100%;
	margin-bottom: 12px;
	padding-right: 10px;
	font-size: 22px;
	background: #fff;
	border: 1px solid #737373;
}
input[type="tel"],
input[type="email"]{
	direction: ltr;
	text-align: right;
} 
.input p{
/*	margin: 0;*/
	position: relative;
}  
.submit{
	width: 33%;
	float: left;
}
input[type="submit"]{
	width: 100%;
    float: left;
	height: 40px;
    margin-bottom: 0px;
	color:#fff;
	font-size: 26px;
}
#sendMessage{
	background: #194282;
}
.error{
	display: none;
	color: red;
	font-size: 13px;
	position: absolute;
/*	top: -10px;*/
	right: 0;
	top: 60px;
	font-family: 'Karlibach-light';
}
.img-ex-logo{
	width: 100%;	
	float: left;
	display: inline-block;
	margin-top: 10%;
}
.img-ex-logo img{
	width: 75px;
	margin: 0 10px;
}
.img-ex-logo.akiva img {
	float: left;
}
.show-mobile{
	display: none;
}
.img-ex-logo{
	background: #fff;
}

@media only screen and (max-width:1512px), screen and (min-device-width : 1366px) and (max-device-width : 1440px) and (orientation : landscape) {
	.container {
		background: transparent url("../images/1440x800.jpg") no-repeat scroll 0% 0% / contain;
		padding-top: 56.25%;
	}
	.container.thank {
		background: transparent url("../images/1440x800.jpg") no-repeat scroll 0% 0% / contain;
		padding-top: 56.25%;
	}
	article.form {
		padding: 0px;
		position: absolute;
		left: 5%;
		z-index: 999;
		bottom: 10%;
		width: 330px;
	}
	article.form.thank {
		bottom: 30%;
	}
	form#mycontactform{
		width: 330px;
	}
	.form h2 {
		font-size: 26px;
	}
	.img-ex-logo {
		margin-top: 4%;
	}
	input{
		height: 45px;
	}
	.error{
		top: 45px;
	}

}
@media only screen and (max-width: 1024px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape){
	.container {
		background:transparent url("../images/1024x800.jpg") no-repeat scroll 0% 0% / contain;
		padding-top: 78.125%;
	}
	.container.thank {
		background:transparent url("../images/1024x800.jpg") no-repeat scroll 0% 0% / contain;
		padding-top: 78.125%;
	}
	.img-ex-logo img{
		width: 50px;
	}
	article.form {
		left: 3%;
		bottom: 17%;
		width:280px;
	}
	form#mycontactform{
		width: 280px;
	}
	input{
		height: 40px;
		font-size: 18px;
	}
	.form h2 {
		font-size: 20px;
	}
	.error{
		top: 40px;
	}
	input[type="submit"]{
		font-size: 18px;
	}
	
}

@media only screen and (max-device-width: 768px) and (min-device-width: 480px) and (orientation: portrait){
	.container {
		width: 768px;
		min-height: 1024px;
		padding: 0;
		background: #fff;
		background:transparent url("../images/768x1024.jpg") no-repeat scroll 0% 0% / contain;
		padding-top: 78.125%;
	}
	.container.thank {
		width: 768px;
		min-height: 1024px;
		padding: 0;
		background: #fff;
		background:transparent url("../images/768x1024.jpg") no-repeat scroll 0% 0% / contain;
		padding-top: 78.125%;
	}
	article.form {
		margin: 0px 0px 0px 0%;
		right: 10%;
		width: 380px;
		bottom: 10%;
	}
	form#mycontactform{
		width: 380px;
	}
	.text p {
		margin: 2% 0 3% 0;
	}
	.thank-text{
		width: 65%;
		margin: 0 auto;
	}
	.image-back-mob{
		position: absolute;
		right: 0;
		left: 0;
	}
	.image-logo {
		padding: 5% 0 1%;
	}
	.toda {
		padding: 5% 0;
	}
	article.form.thank{
		width: 100%;
	}
	article.form.thank {
		bottom: 20%;
		right: 0;
	}
	
}
@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) and (orientation: landscape){
	.container{
		width: 100%;
		position: static;
		height: auto;
		margin: 0;
		padding: 0;
	} 
	.container.thank {
		width: 100%;
		padding: 0;
		position: initial;
	} 
	form#mycontactform,
	article.form {
		width: 100%;
		margin: 0;
	}
	article.form{
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
	article.form.thank{
		position: absolute;
		top: 70%;
	}
	.show-mobile{
		display: block;
		width: 100%;
		margin: 0px 0px 0px;
	}
	h1{
		font-size: 24px; 
		margin: 10px 0;
	}
	.image-logo img {
		width: 100px;
	}
	.text p {
		padding: 0 15px;
		margin: 10px 0;
		font-size: 15px;
	}
	.image-logo {
		padding: 5% 0 1%;
	}
	.img-ex-logo img {
		width: 60px;
	}
	.img-ex-logo {
		margin-top: 3%;
	}
}