body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	letter-spacing: -0.0225em;
}
@-ms-viewport {
	xxwidth: device-width;
}
  a:link {
	color: #6a6a6a;
  text-decoration: none;
  -o-transition:color .2s ease-out, background 4s ease-in;
  -ms-transition:color .2s ease-out, background 4s ease-in;
  -moz-transition:color .2s ease-out, background 4s ease-in;
  -webkit-transition:color .2s ease-out, background 4s ease-in;
  /* ...and now override with proper CSS property */
  transition:color .2s ease-out, background 4s ease-in;
}
  a:visited {
	color: #6a6a6a;
	text-decoration: none
}
	a:hover {
	color: #000000;
	text-decoration: none;
}
	a:focus {
	color: #494848;
	text-decoration: none
}
	a:active {
	color: #494848;
	text-decoration: none
}
.logo_desktop {
	visibility: visible;
}
.logo_mobile {
	 display: none
}
.container {
	width: 100%;
	position: relative;
	margin: 0px auto;
}
.content {
	position: relative;
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
	padding: 10px 30px 30px 30px;
}
div {
	xborder-style:solid;
	border-width:0px;
}
    a:active, a:focus {
    outline: 0;
}
span.reverse {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.img_fix {
	border-width:0px;
	cursor: hand;
}
.client_intro {
	position: relative;
	text-align: center;
	margin: 0px 26px 0px 0px;
	padding: 0px 0px 70px 0px;
	font-family: Helvetica, Arial, sans-serif;
  /* font-family: Georgia, "Times New Roman", Times, serif; */
	font-size: 21px;
  font-weight: 200;
	color: #1c1c1c;

	line-height: 28px;
	letter-spacing: 0.0125em;
	/*letter-spacing: 0.0625em;*/
	/*----------------------------------------------------------*/
	/*----------------------------------------------------------*/
}
.page_down_copy {
	position: relative;
	text-align: center;
	padding: 10px 0 0px 0px;
  font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #525252;
}
