html.ie10,html.ie10 body,html.ie10 * {
	font-family:arial!important;
}

html,body {
	margin:0 auto;
	padding:0;
	font-family:arial,serif;
	direction:ltr;
	font-size:16px;
	color:#2a2a2a;
}

.right {
	float:right;
	display:inline-block;
}

.left {
	float:left;
	display:inline-block;
}

.both {
	clear:both;
	width:0;
	height:0;
	overflow:hidden;
	display:block;
}

.normalwieght {
	font-weight:400;
}

.bold {
	font-weight:700;
}

.bold a {
	font-weight:700;
}

.ltr {
	direction:ltr;
}

.rtl {
	direction:rtl;
}

textarea {
	font-family:Arial;
	font-size:9pt;
	overflow:auto;
}

form,p {
	margin:0;
	padding:0;
}

a img {
	border:0;
	-moz-outline-style:none;
	outline:none;
}

a {
	-moz-outline-style:none;
	outline:none;
	text-decoration:none;
	-webkit-tap-highlight-color:transparent;
}

a:hover {
	text-decoration:none;
}

.displaynone {
	display:none;
}

input,textarea,select {
	-webkit-appearance:none;
	-webkit-tap-highlight-color:transparent;
	-moz-outline-style:none;
	outline:none;
	-webkit-border-radius:0;
	border-radius:0;
	padding:5px 8px;
	font-size:14px;
}

input[type="checkbox"] {
	-webkit-appearance:checkbox;
	-webkit-tap-highlight-color:transparent;
	-moz-outline-style:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-weight:400;
}

.error input,.error textarea,.error select {
	border:1px solid #ec4242!important;
}

.black_overlay {
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background-color:#000;
	z-index:1001;
	-moz-opacity:.6;
	opacity:.6;
	filter:alpha(opacity=60);
}

.white_content {
	position:absolute;
	top:205px;
	right:0;
	width:903px;
	height:244px;
	padding-top:15px;
	z-index:1006;
	font-size:11pt!important;
	overflow:hidden;
	text-align:center;
}

* html .bgblackposition {
	width:expression(document.body.clientWidth+"px");
	height:expression(document.body.clientHeight+"px");
}

.bgblackposition {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#343434;
	z-index:1006;
	-moz-opacity:.55;
	opacity:.55;
	filter:alpha(opacity=55);
	width:100%;
	height:100%;
}

* {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.ease a,.ease {
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

.ease a:hover,.ease:hover {
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}

.cf:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.innerWidth {
	width:1140px;
	margin:0 auto;
}

.mailfield {
	text-align:left;
	direction:ltr;
}

@font-face {
	font-family:'Open Sans Hebrew';
	font-weight:700;
	font-style:normal;
	src:url(../images/font/opensanshebrew-bold-webfont.woff) format("woff"),url(../images/font/opensanshebrew-bold-webfont.ttf) format("truetype");
}

.site {
	max-width:1200px;
	margin:50px auto;
	padding:60px;
	border:1px solid #e6e8eb;
	-webkit-border-radius:20px;
	border-radius:20px;
	position:relative;
	overflow:hidden;
	height:778px;
	-webkit-box-shadow:0 2px 11px 0 rgba(0,0,0,0.20);
	box-shadow:0 2px 11px 0 rgba(0,0,0,0.20);
}

.logo {
	display:inline-block;
	position:absolute;
	top:50px;
	right:50px;
}

.coffee {
	position:absolute;
	bottom:-42px;
	right:-100%;
	z-index:2;
	display:none;
}

.coffee img {
	background:transparent;
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
	zoom:1;
}

.main_form {
	display:inline-block;
	margin-bottom:155px;
}

.title {
	margin-bottom:40px;
}

.main_form_in {
	width:375px;
	background:#b1b9c2;
	padding:16px 30px;
	-webkit-border-radius:8px;
	border-radius:8px;
	margin-left:30px;
	position:relative;
	z-index:3;
	-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.20);
	box-shadow:0 2px 4px 0 rgba(0,0,0,0.20);
}

.form_title {
	font-size:27px;
	color:#000;
	font-weight:700;
	text-align:center;
}

.form_sub {
	font-size:17px;
	color:#000;
	line-height:18px;
	margin-bottom:20px;
}

.form_input {
	margin-bottom:12px;
	width:100%;
}

.form_input input {
	width:100%;
	height:36px;
	background:#fff;
	border:1px solid #969a9e;
	-webkit-border-radius:3px;
	border-radius:3px;
	font-size:14px;
	color:#000;
	font-weight:700;
	-webkit-box-shadow:inset 1px 2px 4px 0 rgba(0,0,0,0.22);
	box-shadow:inset 1px 2px 4px 0 rgba(0,0,0,0.22);
}

.form_submit {
	width:150px;
	margin:0 auto 15px;
}

.form_submit input {
	width:100%;
	height:45px;
	border:1px solid #b90c0c;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-size:18px;
	color:#fff;
	font-weight:700;
	cursor:pointer;
	-webkit-box-shadow:inset 0 2px 1px 0 #ff5a5c;
	box-shadow:inset 0 2px 1px 0 #ff5a5c;
	background:#f51619;
	background:-moz-linear-gradient(top,#f51619 0%,#ba080a 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f51619),color-stop(100%,#ba080a));
	background:-webkit-linear-gradient(top,#f51619 0%,#ba080a 100%);
	background:-o-linear-gradient(top,#f51619 0%,#ba080a 100%);
	background:-ms-linear-gradient(top,#f51619 0%,#ba080a 100%);
	background:linear-gradient(to bottom,#f51619 0%,#ba080a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f51619',endColorstr='#ba080a',GradientType=0);
}

.form_submit input:hover {
	background:#ba080a;
	background:-moz-linear-gradient(top,#ba080a 0%,#f51619 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ba080a),color-stop(100%,#f51619));
	background:-webkit-linear-gradient(top,#ba080a 0%,#f51619 100%);
	background:-o-linear-gradient(top,#ba080a 0%,#f51619 100%);
	background:-ms-linear-gradient(top,#ba080a 0%,#f51619 100%);
	background:linear-gradient(to bottom,#ba080a 0%,#f51619 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba080a',endColorstr='#f51619',GradientType=0);
}

.form_check {
	position:absolute;
	bottom:-40px;
	right:3px;
	font-size:13px;
	left:0;
}

.footer {
	width:100%;
	height:112px;
	background:#c11718;
	position:absolute;
	bottom:0;
	right:0;
}

.footer_tel {
	position:absolute;
	bottom:20px;
	left:90px;
}

.footer_tel_m,.footer_logo {
	display:none;
}

.thank {
	margin-bottom:155px;
	text-align:center;
	width:435px;
	margin-left:40px;
	margin-top:50px;
}

.thank_title {
	margin-bottom:20px;
}

.thank .main_form_in {
	margin:0 auto 20px;
}

.thank_link a {
	display:block;
	color:#000;
	font-size:18px;
}

.thank_link a:hover {
	color:#c11718;
}

.mobile_thank {
	display:none;
	background:#b1b9c2;
	padding:30px 10px;
	-webkit-border-radius:8px;
	border-radius:8px;
	margin-left:30px;
	position:relative;
	z-index:3;
	margin:0 auto 315px;
	text-align:center;
	-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.20);
	box-shadow:0 2px 4px 0 rgba(0,0,0,0.20);
}

.mobile_thank_title img {
	width:90%;
}

.mobile_thank_bt a {
	display:block;
	width:254px;
	padding:8px;
	text-align:center;
	padding-left:48px;
	border:1px solid #b90c0c;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-size:15px;
	color:#fff;
	font-weight:700;
	cursor:pointer;
	position:relative;
	margin:0 auto;
	-webkit-box-shadow:inset 0 2px 1px 0 #ff5a5c;
	box-shadow:inset 0 2px 1px 0 #ff5a5c;
	text-align:left;
	padding-right:18px;
	background:#f51619;
	background:-moz-linear-gradient(top,#f51619 0%,#ba080a 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f51619),color-stop(100%,#ba080a));
	background:-webkit-linear-gradient(top,#f51619 0%,#ba080a 100%);
	background:-o-linear-gradient(top,#f51619 0%,#ba080a 100%);
	background:-ms-linear-gradient(top,#f51619 0%,#ba080a 100%);
	background:linear-gradient(to bottom,#f51619 0%,#ba080a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f51619',endColorstr='#ba080a',GradientType=0);
}

.mobile_thank_bt a:hover {
	background:#ba080a;
	background:-moz-linear-gradient(top,#ba080a 0%,#f51619 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ba080a),color-stop(100%,#f51619));
	background:-webkit-linear-gradient(top,#ba080a 0%,#f51619 100%);
	background:-o-linear-gradient(top,#ba080a 0%,#f51619 100%);
	background:-ms-linear-gradient(top,#ba080a 0%,#f51619 100%);
	background:linear-gradient(to bottom,#ba080a 0%,#f51619 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba080a',endColorstr='#f51619',GradientType=0);
}

.mobile_thank_bt a:before {
	content:"";
	display:block;
	width:30px;
	height:50px;
	background:url(../images/layout/thank_tell.png) no-repeat;
	background-size:24px auto;
	position:absolute;
	top:10px;
	left:10px;
}

.form_error {
	position:absolute;
	bottom:5px;
	right:30px;
	font-size:14px;
	color:#ec4242;
}
.thank .main_form_in{width:auto;padding:50px 10px;}
.thank_link a{font-size:18px;line-height:28px;}

@media only screen and (max-width : 1230px) {
	.site {
		margin-left:30px;
		margin-right:30px;
	}

	.main_form_in {
		margin-left:0;
	}

	.title img {
		width:488px;
	}

	.coffee img {
		margin-right:-30px;
	}
}

@media only screen and (max-width : 1050px) {
	.coffee img {
		width:580px;
	}

	.thank {
		margin-left:15px;
	}
}

@media only screen and (max-width : 900px) {
	.site {
		margin:0;
		padding:40px 30px;
		-webkit-box-shadow:0 0 0 0 rgba(0,0,0,0.20);
		box-shadow:0 0 0 0 rgba(0,0,0,0.20);
		border:none;
		-webkit-border-radius:0;
		border-radius:0;
		height:auto;
	}

	.main_form {
		float:none;
		display:block;
		text-align:center;
		margin-bottom:300px;
	}

	.title {
		margin-bottom:11px;
	}

	.title img {
		width:70%;
	}

	.main_form_in {
		float:none;
		display:block;
		text-align:center;
		width:85%;
		margin:0 auto;
	}

	.form_title {
		font-size:25px;
	}

	.form_sub {
		font-size:20px;
		margin-bottom:15px;
	}

	.form_input.float1,.form_input.float2 {
		float:right;
		display:inline-block;
		width:48%;
	}

	.form_input.float2 {
		float:left;
	}

	.footer {
		height:75px;
		background:#fff;
		text-align:center;
	}

	.footer_tel {
		bottom:6px;
		left:50%;
		margin-left:-60px;
	}

	.footer_tel img {
		width:142px;
	}

	.coffee {
		bottom:24px;
		right:50%!important;
		margin-right:-115px;
	}

	.coffee img {
		width:312px;
	}

	.logo {
		top:auto;
		right:20px;
		bottom:-2px;
		z-index:2;
	}
	.logo img{width:75px;}

	.footer_tel {
		display:none;
	}

	.footer_tel_m {
		margin-top:22px;
		display:inline-block;float:left;margin-left:20px;
	}

	.footer_tel_m img {
		width:140px;
	}

	.thank {
		float:none;
		display:block;
		text-align:center;
		margin:0;
		margin-bottom:300px;
		width:auto;
	}

}

@media only screen and (max-width : 768px) {
	
}

@media only screen and (max-width : 640px) {
	.site {
		padding:15px 15px 0;
	}

	.main_form_in {
		width:98%;
	}


	.title img {
		width:82%;
	}

	.main_form_in {
		padding:4px 12px 14px;
	}

	.form_title {
		font-size:18px;
	}

	.form_sub {
		font-size:14px;
		margin-bottom:12px;
	}

	.form_input.float1,.form_input.float2 {
		width:49%;
	}

	.coffee img {
		width:255px;
	}

	.coffee {
		margin-right:-93px;
	}


	.form_check {
		font-size:12px;
		
	}

	.footer {
		height:auto;
	}

	.thank {
		display:none;
	}

	.mobile_thank {
		display:block;
	}
}

@media only screen and (max-width : 320px) {
	.coffee img {
		width:288px;
	}

	.coffee {
		margin-right:-123px;
	}

	.main_form {
		margin-bottom:270px;
	}

	.logo img {
		width:75px;
	}


	.form_input {
		margin-bottom:8px;
	}

	.form_submit input {
		height:38px;
	}

	.form_submit {
		margin-bottom:9px;
	}
}