@font-face{font-family:'Open Sans Hebrew';font-style:normal;font-weight:400;src:url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Regular.eot);src:url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Regular.eot?#iefix) format('embedded-opentype'),url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Regular.woff2) format('woff2'),url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Regular.woff) format('woff'),url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Regular.ttf) format('truetype')}@font-face{font-family:'Open Sans Hebrew Bold';font-style:normal;font-weight:700;src:url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Bold.eot);src:url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Bold.eot?#iefix) format('embedded-opentype'),url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Bold.woff2) format('woff2'),url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Bold.woff) format('woff'),url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Bold.ttf) format('truetype')}
html,body,td,th {
	font-family:'Open Sans Hebrew';
}
html {
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block;}
audio, canvas, progress, video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}
.clearfix:before, .clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
.txtcenter {text-align: center;}
.fleft {float: left;}
.fright{float: right;}
.clear{clear: both;}


/*Custom Reset*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    color: #2e1805;
    box-sizing:border-box;
}

/*CSS*/
#header {
    background: url(../images/htop.png) 0 0 repeat-x;
    height: 70px;
    position: relative;
    z-index: 5;
}
.icfbph {
    display: inline-block;
	margin-right: 12px;
	position: relative;
}
.icfb {
	position: absolute;
	top: -26px;
	left: -26px;
}
.imgframe {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.imgframe img {
    width: 100%;
    height: auto;
}
#footer {
    clear: both;
    position: fixed;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.logo {
    padding-left: 30px;
	padding-top: 60px;
    display: inline-block;
}
.fbtm {
    background: #89d4df url(../images/f-repeat.png) 0 bottom repeat-x;
    color: #fff;
    font-size: 26px;
    line-height: 38px;
    padding-bottom: 10px;
}
.fbtm a {
    color: #fff;
    font-size: 26px;
    line-height: 38px;
}
#formbox {
    position: relative;
    z-index: 10;
    float: right;
    margin-right: 40px;
    direction: rtl;
    width: 320px;
    text-align: center;
}
.formtitle {
    color: #fff;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    padding-bottom: 40px;
    background: url(../images/icon_heart.png) center 0 no-repeat;
    padding-top: 60px;
}
.formtitle .hlabel {
    display: block;
    font-weight: 700;
    font-size: 32px;
}
.formtitle span {
    display: block;
    font-size: 32px;
    color: #fff;
}
.errors {
	background-color: red;
	color: white;
	font-size: 11px;
	width: 225px;
	margin: 0 auto;
}
.formtitle .off {
    font-size: 64px;
    color: #fff;
    line-height: 90px;
    font-weight: 900;
}
.formsubtitle {
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 20px;
}
.inpt1 {
    width: 225px;
    height: 28px;
    border: 1px solid #8b5641;
    padding: 5px;
    margin-bottom: 17px;
}
.sbmt {
    width: 120px;
    height: 26px;
    border: 1px solid #fff;
    background-color: #0080c6;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0;
}
.arrow {
    margin-right: 10px;
}

@media only screen and (min-width: 990px) {
	.logomobile {
		display: none;
	}
	.logo {
		display: block;
	}
}
@media only screen and (max-width: 990px) {
    .imgframe img {
        margin-left: -25%;
        width: 125%;
    }
	.logo {
		display: none;
	}
	.logomobile > img {
		width: 100px;
		position: absolute;
		left: 260px;
		top: 15px;
	}
}
@media only screen and (max-width: 768px) {
	#header {
        height: 30px;
        position: absolute;
        width: 100%;
        text-align: center;
    }
	.formtitle .hlabel {
		font-size: 30px;
	}
	.formtitle .off {
		color: #89d4df !important;
		font-size: 60px;
	}
    .icfb {
		position: absolute;
		top: -66px;
		left: 10px;
	}
    .imgframe {
        position: relative;
        width: 100%;
    }
    .imgframe img {
        width: 100%;
        margin-left: 0px;
    }
    #formbox {
        margin: -70px auto 0;
        float: none;
    }
    #footer {
        position: relative;
        width: 100%;
    }
	.formtitle, .formtitle span, .formtitle strong {
        color: #2e1805!important;
		font-size: 30px;
    }
	.fbtm,
	.fbtm a { 
		font-size: 20px;
		line-height: 32px;
	}
    .formtitle {
        padding-top: 90px;
    }
    .formtitle, .formtitle span, .formtitle strong {
        color: #2e1805!important;
    }
	.fbtm {
		margin-top: 25px;
	}
	.logo {
		display: none;
	}
	.logomobile > img {
		position: absolute;
		top: inherit;
		left: 10px;
		width: 150px;
		bottom: 15px;
	}
}
@media only screen and (max-width: 400px) {
	.logomobile > img {
		width: 100px;
	}
}




@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
