* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
@font-face{
	font-family:'ronibe';
	font-weight: normal;
	font-style: normal;
	src: url(fonts2/roniberegularwebfont.eot); 
	src: url(fonts2/roniberegularwebfont.svg) format('svg');
		url(fonts2/roniberegularwebfont.eot?#iefix) format('embedded-opentype'), 
		url(fonts2/roniberegularwebfont.woff) format('woff'), 
		url(fonts2/roniberegularwebfont.ttf) format('truetype');
}
@font-face{
	font-family:'ronibe';
	font-weight:bold;
	font-style: normal;
	src: url(fonts2/ronibeboldwebfont.eot); 
	src: url(fonts2/ronibeboldwebfont.svg) format('svg');
		url(fonts2/ronibeboldwebfont.eot?#iefix) format('embedded-opentype'), 
		url(fonts2/ronibeboldwebfont.woff) format('woff'), 
		url(fonts2/ronibeboldwebfont.ttf) format('truetype');
}
@font-face{
	font-family:'ronibe';
	font-weight: 300;
	font-style: normal;
	src: url(fonts2/ronibelightwebfont.eot); 
	src: url(fonts2/ronibelightwebfont.svg) format('svg');
		url(fonts2/ronibelightwebfont.eot?#iefix) format('embedded-opentype'), 
		url(fonts2/ronibelightwebfont.woff) format('woff'), 
		url(fonts2/ronibelightwebfont.ttf) format('truetype');
}
body {
	direction: rtl;
	text-align: center;
	font-family: "ronibe", Arial, Helvetica, sans-serif;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.container {
	width: 1200px;
	margin: 0 auto;
	text-align: right;
}
#header {
	height: 150px;
	line-height: 150px;
}
#header h1 {
	color: #626262;
	font-weight: 300;
	font-size: 22px;
}
#logo {
	padding-top: 22px;
}
#main-wrapper {
	background: #646464;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY0NjQ2NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQxJSIgc3RvcC1jb2xvcj0iIzc5Nzk3OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NDY0NjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #646464 0%, #797979 41%, #646464 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#646464), color-stop(41%,#797979), color-stop(100%,#646464));
	background: -webkit-linear-gradient(top,  #646464 0%,#797979 41%,#646464 100%);
	background: -o-linear-gradient(top,  #646464 0%,#797979 41%,#646464 100%);
	background: -ms-linear-gradient(top,  #646464 0%,#797979 41%,#646464 100%);
	background: linear-gradient(to bottom,  #646464 0%,#797979 41%,#646464 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#646464',GradientType=0 );
	position: relative;
	color: #fefefe;
}
#main-wrapper:before {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	background-image: url(images3/bg.png);
	background-repeat: no-repeat;
	background-position: 66% 0%;
	background-size: auto 100%;
	content: ".";
	text-indent: -9999em;
	overflow: hidden;
	z-index: 10;
}
#main-content:before {
	position: absolute;
	width: 1200px;
	top: 0px;
	left: 50%;
	margin-left: -600px;
	background-image: url(images3/shaddow-top.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 50px;
	z-index: 100;
	content: '.';
	text-indent: -999em;
	overflow: hidden;
}
#main-content:after {
	position: absolute;
	width: 1200px;
	bottom: 0px;
	left: 50%;
	margin-left: -600px;
	background-image: url(images3/shaddow-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 50px;
	z-index: 100;
	content: '.';
	text-indent: -999em;
	overflow: hidden;
}
#main-content {
	padding-right: 480px;
	padding-left: 185px;
	padding-top: 99px;
	padding-bottom: 85px;
	position: relative;
	z-index: 100;
	
}
#main-content h2 {
	font-size: 35px;
	margin-bottom: 30px;
}
#main-content #h2-desc {
	font-size: 22px;
	font-weight: 300;
}
#lead-form {
	background-color: #656565;
	border-top: solid 1px #979797;
	border-bottom: solid 1px #979797;
	padding: 30px 120px 25px 120px;
	margin-bottom: 45px;
	margin-top: 45px;
}
.lead-input {
	background-color: #979797;
	border: solid 1px #c3c3c3;
	height: 27px;
	width: 205px;
	padding: 10px;
	max-width: 100%;
	color: #fff;
	font-family:'ronibe';
	font-size: 16px;
	font-weight: 300;
}
#lead-form label {
	width: 76px;
	font-weight: 300;
	display: inline-block;
}
#lead-form p:first-child {
	margin-bottom: 12px;
}
.lead-submit {
	background: #ee7024;
	cursor: pointer;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlNzAyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ViNWUwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZTcwMjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ee7024 0%, #eb5e0c 51%, #ee7024 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee7024), color-stop(51%,#eb5e0c), color-stop(100%,#ee7024));
	background: -webkit-linear-gradient(top,  #ee7024 0%,#eb5e0c 51%,#ee7024 100%);
	background: -o-linear-gradient(top,  #ee7024 0%,#eb5e0c 51%,#ee7024 100%);
	background: -ms-linear-gradient(top,  #ee7024 0%,#eb5e0c 51%,#ee7024 100%);
	background: linear-gradient(to bottom,  #ee7024 0%,#eb5e0c 51%,#ee7024 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee7024', endColorstr='#ee7024',GradientType=0 );
	
	font-family:'ronibe';
	color: #fff;
	font-weight: 300;
	border: 0px;
	width: 285px;
	max-width: 100%;
	height: 39px;
	margin-top: 20px;
	font-size: 17px;
	line-height: 44px;
}
#below-lead-text {
	color: #dcdcdc;
	font-weight: 300;
}
.mobile-only {
	display: none;
}
#below-lead-text strong {
	font-weight: normal;
}
#below-lead-text p {
	margin-bottom: 20px;
}
#footer-wrapper {
	backgronud-color: #fff;
	padding: 45px 0;
}
#footer {
	text-align: center;
}
.fb-like-wrapper {
	text-align: right;
	padding-bottom: 30px;
}
@media only screen and (min-width : 1001px) and (max-width : 1200px) {
	.container {
		width: 1000px;
	}
	#main-content {
		padding-left: 0px;
		padding-right: 475px;
	}
	#main-content:before,
	#main-content:after {
		width: auto;
		margin-left: 0px;
		background-size: 1000px auto;
		left: 0px;
		right: 0px;
	}
}
@media only screen and (min-width : 768px) and (max-width : 1000px) {
	.container {
		width: 768px;
	}
	#main-content {
		padding-left: 0px;
		padding-right: 250px;
	}
	#lead-form {
		padding: 30px 110px 25px 110px;
	}
	#main-content:before,
	#main-content:after {
		width: auto;
		margin-left: 0px;
		background-size: 768px auto;
		left: 0px;
		right: 0px;
	}
	#main-wrapper:before {
		background-position: 66% 0%;
	}
	#main-content {
		padding-bottom: 70px;
		padding-top: 70px;
	}
}
@media only screen and (min-width : 300px) and (max-width : 767px) {
	.container {
		width: 95%;
		text-align: center;
	}
	#main-content {
		padding-left: 0px;
		padding-right: 0px;
	}
	#main-content:before,
	#main-content:after {
		display: none;
	}
	#page-title {
		display: none;
	}
	#main-wrapper:before {
		background-image: url(images3/bg-responsive.png);
		background-repeat: no-repeat;
		background-position: top left;
		background-size: auto 100%;
	}
	#lead-form {
		padding: 20px;
	}
	#main-content {
		padding-bottom: 70px;
		padding-top: 70px;
	}
	#logo {
		float: none;
	}
	#logo img {
		max-width: 90%;
	}
	.mobile-only {
		display: block;
	}
	.mobile-only img {
		max-width: 40%;
		padding-bottom: 20px;
	}
}