	/* NORMALIZATION *v*********************
	****************************************/
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0;	padding: 0;	border: 0;	font-size: 100%; font: inherit;	vertical-align: baseline; }
	/* HTML5 display-role reset for older browsers */
	* { -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	 -moz-box-sizing: border-box; /* Firefox, other Gecko */
	 box-sizing: border-box; /* Opera/IE 8+ */
	 }
	 /* makes padding not expand object's size */
	body ,input, textarea{ line-height: 1; direction: rtl; font-family: 'Open Sans Hebrew';}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 	display: block; }
	html { }
	.clearbox { clear: both; }
	ol, ul { list-style: none; counter-reset: item;}
	blockquote, q { quotes: none; }
	blockquote:before, blockquote:after, q:before, q:after { content: '';	content: none; }
	strong, b { font-weight: bold; }
	em, i { font-style: italic; }
	table { border-collapse: collapse; border-spacing: 0; }
	.item-separator { margin: 10px 0; } /* links vertical separator */
	.clearbox{clear: both;}
	/* CUSTOM STYLING *v********************
	****************************************/
	/* page */
	body { color: #000; font-size: 17px; background: #7492c8 url(../landing-images/bg.jpg) no-repeat center bottom ; background-size: cover; }
	 /* normalizes the major blocks to wrapper width */
	h1, h2, h3, h4 { }
	p { }
	img{max-width: 100%;}
	a, a:link, a:visited { color: #4c1703; text-decoration: none;  transition: color .3s; }
	a:hover, a:active { color: #745237; transition: color .3s; }
	.wrapper {max-width:1100px; width:100%; padding:0 10px; margin:0 auto; position: relative;}
	.right {float:right;}
	.tright {text-align:right;}
	.left {float:left;}
	.tleft {text-align:left;}
	#loader{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	line-height: 300px;
	background: #fff url(../landing-images/ajax-loader.gif) no-repeat center 30%;
	text-align: center;
	color:#000;
	font-size:30px;}
	#logo img{width:100%;}
	#headerBG{background: url(../landing-images/header-bg.jpg) repeat center top;}
	#header{padding:10px; color:#fff; font-size:50px; font-weight:bold; }
	#header > *{display: inline-block; vertical-align: middle;}
	#main{text-align: center; padding-top: 50px;}
	#main > *{display: inline-block; vertical-align: top; margin-bottom: 50px;}
	#intro{background: rgba(255, 255, 255, 0.8); border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; max-width:385px; min-height: 300px; font-size:20px; font-weight: normal; text-align: right; line-height: 30px; padding:20px; margin-left: 20px;}
	#intro p{ margin-bottom: 10px;}
	#contact {width:100%; max-width: 230px; text-align: center;  margin-left: 20px;}
	#phone-num {font-size: 30px;font-weight: bold; text-align: right; margin-bottom: 10px;}
	.foxform {max-width:100%; min-height: 250px; position: relative; padding:20px 20px 40px; text-align: center; background:rgba(0, 0, 0, 0.6); border-radius: 13px; -moz-border-radius: 13px; -webkit-border-radius: 13px; }
	#contacttext {color: #fff;font-size: 14px;line-height: 30px;text-align: right;}
	#contacttext h2{font-size: 20px;}
	#contact input, #contact textarea { color: #fff; background: #201d1d  !important; border: 0; text-shadow: none; width: 100%; max-width:270px; padding-bottom: 0px; padding-left: 0px; padding-right: 10px; margin: 4px 0; border-radius:5px; -webkit-border-radius:5px; -mox-border-radius:5px; box-shadow:inset 1px 1px 1px rgba(0, 0, 0, 0.3); font-style: italic;}
	#contact input { height: 32px;}
	#contact textarea { height: 65px;}
	#contact #button { height: 42px; width:100%; max-width:79px; background: url(../landing-images/send.png) no-repeat center top; background-size: 100%; margin: 10px auto; transition: all .3s; position: absolute; bottom: -40px;right: 0; left: 0; }
	#contact #button:hover {background-position:center bottom;}
	#pics{max-width: 380px; text-align: center;}
	#pics > img{border:5px solid #fff; margin-bottom: 25px; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;}
	/* responsive STYLING *********************
	****************************************/
	@media all and (max-width: 1100px) {
	#header{font-size: 30px; text-align: center;}
	}

	@media all and (max-width: 960px) {
	.wrapper {max-width: 600px;}
	#main > *{margin: 0 auto 50px;}
	#intro,#contact {margin-left: auto;}
	}

	@media all and (max-width: 600px) {
	#header{font-size: 20px; text-align: center;}
	#logo img{width:100%;}
	
	}