@charset "utf-8";
/* CSS Document */

@-webkit-keyframes fadeIn { 0% { opacity: 0;} 100% { opacity: 1; } }
@keyframes fadeIn  { 0% { opacity: 0;} 100% { opacity: 1; } }


@font-face {
	font-family: 'HelveticaNeueCn';
	src: url('fonts/HelveticaNeueLTStd-Cn.eot');
	src: url('fonts/HelveticaNeueLTStd-Cn.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeueLTStd-Cn.woff') format('woff'), url('fonts/HelveticaNeueLTStd-Cn.ttf') format('truetype'), url('fonts/HelveticaNeueLTStd-Cn.svg#') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueLTProBdCn';
	src: url('fonts/helveticaneueltstd-bdcn-webfont.eot');
	src: url('fonts/helveticaneueltstd-bdcn-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/helveticaneueltstd-bdcn-webfont.woff') format('woff'), url('fonts/helveticaneueltstd-bdcn-webfont.ttf') format('truetype'), url('fonts/helveticaneueltstd-bdcn-webfont.svg#') format('svg');
	font-weight: normal;
	font-style: normal;
}
html {
	overflow-y:scroll;
	-webkit-animation: fadeIn 1s;
  	animation: fadeIn 1s;
}
body {
	background:#ecedee url(images/bg-sub.png) 0 0 repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#38444f;
}
body.home {
	background:#ecedee url(images/bg-main.png) 0 0 repeat-x;
}
html, body {
	margin:0;
	padding:0;
	height:100%;
}
#container {
	min-height:100%;
	position:relative;
	width:100%;
	min-width:310px;
	overflow:hidden;
	margin:0 auto;
	background: url(images/bg-body2.png) center center repeat-y;
}
#containersub {
	min-height:100%;
	position:relative;
	overflow:hidden;
	background: url(images/bg-body-sub2.png) center center repeat-y;
}
h1 {
	color:#61dc18;
	font-size:26px;
	font-family: 'HelveticaNeueLTProBdCn';
	margin:5px 0 8px;
}
h1 span {
	color:#000000;
}
h2 {
	color:#000000;
	font-size:20px;
	font-weight:normal;
	margin-top:25px;
	margin-bottom:0;
}
h3 {
	color:#000000;
	font-size:16px;
	font-weight: bold;
	margin-bottom:0;
}
h4 {
	color:#000000;
	font-size:14px;
	font-weight: bold;
	margin-bottom:0;
}
p {
	color:#38444f;
	font-size:14px;
}
hr {
	border-bottom:0;
	border-left:0;
	border-right:0;
	border-top:1px dotted #cccccc;
	padding:0;
	margin:0;
}
a, a:visited {
	outline:none;
	text-decoration: underline; color:#000000;
}
a:hover {
	color:#4da721;
	text-decoration: underline;
}
a.gray, a.gray:visited {
	color:#aaaaaa;
}
a.gray:hover {
	color:#ffffff;
}
ul {
	margin-left:0;
	padding-left:0;
}
li {
	margin-bottom:10px;
	margin-left:15px;
	list-style:none;
	background:url(images/bullet2.png) 0 6px no-repeat;
	padding-left:15px;
}
li ul {
	margin-top:10px;
}
/*------------------------expand content---------------------------*/

.expandcontent h2 {
	margin:0;
	font-size:14px;
	font-weight: bold;
	border-top:1px dotted #cccccc;
}
.expandcontent h2 a {
	text-decoration:none;
	color:#000000;
	display:block;
	padding:10px 0;
	overflow:hidden;
}
.expandcontent h2:hover {
	background:#f3f3f3;
}
.expandcontent img {
	border:0;
	vertical-align:middle;
	margin-right:8px;
	margin-bottom:1px;
}
.expandcontent p {
}
#exp1, #exp2, #exp3, #exp4, #exp5, #exp6, #exp7, #exp8, #exp9, #exp10, #exp11, #exp12, #exp13, #exp14, #exp15, #exp16, #exp17, #exp18, #exp19, #exp20, #exp21, #exp22, #exp23, #exp24, #exp25 {
	display:none;
	padding-top:12px;
	margin-left:30px;
	margin-right:5px;
}
/*------------------------header---------------------------*/

#header {
	height:157px;
}
#header .headerborder {
	width:100%;
	max-width:1114px;
	margin:0 auto;
	height:157px;
	background:#fefefe url(images/bg-main-border.png) 0 0 repeat-x;
}
#header .headercontent {
	width:calc(100% - 76px);
	margin:0 auto;
	padding:0 38px;
	height:157px;
	background:#fafafa url(images/bg-main-inside.png) 0 0 repeat-x;
}
#header .topbar {
	height:58px;
	overflow:hidden;
}
#header .topbar ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:right;
}
#header .topbar ul li {
	display:inline;
	font-size:16px;
	line-height:58px;
	vertical-align:middle;
	padding:0 0 0 16px;
	color:#aaaaaa;
	margin:0;
	background:none;
}
#header .topbar ul li.tel {
	font-size:26px;
	font-family:'HelveticaNeueCn';
	text-transform:uppercase;
	border-right:1px solid #4f5861;
}
#header .topbar ul li.tel strong {
	font-size:28px;
	font-family:Arial, Helvetica, sans-serif;
	color:#61dc18;
	padding-left:5px;
	padding-right:20px;
}

#header .logo {
	position:absolute;
	top:71px;
}
#header .logo a {
	width:234px;
	height:64px;
	display:block;
	background:url(images/logo-r.png) left bottom no-repeat;
	color:#fefefb;
	text-decoration:none;
	text-align:center;
	font-size:2px;
}
/*------------------------top-menu---------------------------*/

#header .nav {
	list-style:none;
	margin:0;
	padding:0;
	width:831px;
	position:absolute;
	margin-left: 267px;
	z-index:100;
}
#header .nav li {
	float:left;
	margin:0;
	padding:0;
	background:none;
}
#header .nav a {
	font-size:22px;
	font-family:'HelveticaNeueCn';
	color:#000000;
	text-decoration:none;
	background:url(images/menu.png) no-repeat;
	height:79px;
	display:block;
	padding-left:29px;
	padding-top:20px;
}
#header .nav a span {
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:12px;
	line-height:14px;
}
#header .nav li.navhome a {
	padding-left: 27px;
	width: 73px;
	background-position:left -100px;
}
#header .nav li.navhome a:hover, #header .nav li.navhome a.select {
	padding-left: 27px;
	width: 73px;
	background-position: -22px bottom;
}
#header .nav li.navpricing a {
	padding-left: 27px !important;
	width:140px;
	background-position:-122px -100px;
}
#header .nav li.navpricing a:hover, #header .nav li.navpricing a.select {
	width:140px;
	background-position:-122px bottom;
}
#header .nav li.navinvest a {
	padding-left: 27px;
	padding-right: 0px;
	width:182px;
	background-position:-289px -100px;
}
#header .nav li.navinvest a:hover{
	width:182px;
	background-position:-289px bottom;
}
#header .nav li.navinvest a.select {
	width:182px;
	background-position:-289px bottom;
}
/* Parn Edit Style */
#header .nav li.navlive > a {
	padding-left: 27px !important;
	width:168px;
	background-position:-498px -100px;
}
#header .nav li.navlive  > a.select {
	padding-left: 27px !important;
	width:168px;
	background-position:-498px bottom;
}
#header .nav li.navlive > a:hover{
	padding-left: 27px !important;
	width: 168px !important;
	background-position: -498px bottom !important;
}
/* End Parn Edit Style */
#header .nav li.navorder a {
	padding-left: 25px;
	width:113px;
	background-position:right -100px;
	color: #fff;
}
#header .nav li.navorder a.select {
	padding-left: 25px;
	width:113px;
	background-position:right bottom;
}
#header .nav li.navorder a:hover{
	padding-left: 25px;
	width:113px;
	background-position:right bottom;
}
/*------------------------left-menu---------------------------*/

.menuleft {
	width:245px;
	margin-left:-34px;
	margin-top:-9px; padding:0;
	float:left;
}
.menuleft ul {
	margin:0;
	padding:0;
	list-style: none;
	font-size:14px;
	font-weight:bold;
}
.menuleft ul li {
	border-bottom:1px solid #fafafa;
	margin:0;
	padding:0;
}
.menuleft a {
	color: #787878;
}
/*------------------------banner---------------------------*/

/*banner homepage*/
#main {
	padding-bottom:220px;	/* Height of the footer */
	overflow:hidden;
	background: url(images/bg-body.png) center center repeat-y;
}
#main .mainborder {
	width:100%;
	max-width:1114px;
	margin:0 auto;
	background:#fefefe url(images/bg-main-border.png) 0 -157px repeat-x;
}
#main .mainwrap {
	width:calc(100% - 70px);
	margin:0 auto;
	padding:0 34px;
	background:#fafafa url(images/bg-main-inside.png) 0 -157px repeat-x;
}
#main .banner-home {
	height:318px;
	padding:1px 0;
	background:none;
	position:relative;
}
#main .banner-home img {
	float:left;
	transition:margin .5s;
}
#main .banner-home > div { position:absolute; background:rgba(255,255,255,.7); top:50%; left:44%; right:-30px; -ms-transform: translateY(-50%); -moz-transform:translateY(-50%);  -webkit-transform: translateY(-50%); transform: translateY(-50%); padding:15px; }
#main .banner-home h2 {
	font-size:40px;
	font-family:'HelveticaNeueLTProBdCn';
	line-height:32px;
	margin:0;
}
#main .banner-home h2 b {
	color:#61dc18;
}
#main .banner-home h2 span {
	font-size:30px;
	font-family:'HelveticaNeueLTProBdCn';
}
#main .banner-home p {
	font-size:18px;
	line-height:20px;
	margin-top:10px;
	margin-bottom:0;
}
#main .banner-home a.order-now {
	width:159px;
	height:46px;
	display:block;
	overflow:hidden;
	background:url(images/order-now.png) top no-repeat;
	font-family:'HelveticaNeueLTProBdCn';
	color:#ffffff;
	text-transform:uppercase;
	font-size:24px;
	text-decoration:none;
	line-height:44px;
	margin-top:19px;
	padding-left:27px;
}
#main .banner-home a.order-now:hover {
	background:url(images/order-now.png) bottom no-repeat;
}
a.order-now:hover {
	background:url(images/order-now.png) bottom no-repeat;
}
a.order-now {
	width:159px;
	height:60px;
	display:block;
	overflow:hidden;
	background:url(images/order-now.png) top no-repeat;
	font-family:'HelveticaNeueLTProBdCn';
	color:#ffffff;
	text-transform:uppercase;
	font-size:22px;
	text-decoration:none;
	line-height:44px;
	margin-top:19px;
	padding-left:27px;
}
/*banner innerpage*/
#mainsub {
	padding-bottom:220px;	/* Height of the footer */
	overflow:hidden;
	background:url(images/bg-body-sub.png) center center repeat-y;
}
#mainsub .mainbordersub {
	width:100%;
	max-width:1114px;
	margin:0 auto;
	background:url(images/bg-main-border-sub.png) 0 -157px repeat-x;
}
#mainsub .mainwrapsub {
	width:100%;
	max-width:1044px;
	margin:0 auto;
	padding:0 34px;
	background:url(images/bg-main-inside-sub.png) 0 -157px repeat-x;
}
#mainsub .banner {
	height:243px;
	padding:1px 0;
	padding-bottom:10px;
	background:none;
	overflow:hidden;
	position:relative;
}
#mainsub .banner img {
	float:left;
}
#mainsub .banner > div { top:50%; position:absolute; transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%); background: rgba(255, 255, 255, 0.7); padding:15px; left:40%; }
#mainsub .banner h2 {
	font-size:40px;
	font-family:'HelveticaNeueLTProBdCn';
	line-height:32px;
	margin-top:0;
	margin-bottom:0;
}
#mainsub .banner h2 b {
	color:#61dc18;
}
#mainsub .banner h2 span {
	font-size:30px;
	font-family:'HelveticaNeueLTProBdCn';
}
#mainsub .banner p {
	font-size:18px;
	line-height:20px;
	margin-top:10px;
	margin-bottom:0;
}
#mainsub .banner a.order-now {
	width:159px;
	height:46px;
	display:block;
	overflow:hidden;
	background:url(images/order-now.png) top no-repeat;
	font-family:'HelveticaNeueLTProBdCn';
	color:#ffffff;
	text-transform:uppercase;
	font-size:24px;
	text-decoration:none;
	line-height:44px;
	margin-top:19px;
	padding-left:27px;
}
#mainsub .banner a.order-now:hover {
	background:url(images/order-now.png) bottom no-repeat;
}
/*------------------------content---------------------------*/

#main .maincontent {
	display:table; 
	width:100%;
}
#mainsub .maincontentsub {
	padding:15px 0 20px;
	width:798px;
	float:right;
}
/*------------------------homepage---------------------------*/
.columnhome {
	width:33.33%;
	display:table-cell;
	padding:25px 20px 20px;
}
.columnhome h2 {
	margin:5px 3px;
}
.columnhome p {
	margin:5px 3px;
}
.columnhome img {
	/*background:url(images/bg-img-home.png) center center no-repeat;*/
	border:1px solid #ededed;
	box-shadow: 0 0 3px #dddddd;
	-webkit-box-shadow: 0 0 3px #dddddd;
	background:#ffffff;
	padding:4px;
	width:100%;
	max-width:237px;
	height:auto;
	
}
.learnmore {
	width:81px;
	height:20px;
	padding:4px 0 0 12px;
	margin:15px 0 12px;
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#ffffff;
	background:url(images/learn-more.png) 0 top no-repeat;
}
.learnmore:hover {
	color:#ffffff;
	background:url(images/learn-more.png) 0 bottom no-repeat;
}
.blt1 {
	background:url(images/bullet2.png) no-repeat left 8px;
	width:auto;
	height:auto;
	padding-left:15px;
	padding-top:4px;
	margin-left:0px;
}
.bltRed {
	background:url(images/bulletRed.png) no-repeat left 8px;
	width:auto;
	height:auto;
	padding-left:15px;
	padding-top:4px;
	margin-left:0px;
}
.blt3 {
	background:url(images/bullet3.png) no-repeat left 6px;
	width:auto;
	height:auto;
	padding-left:20px;
	padding-top:4px;
	margin-left:20px;
}
a.blt:link, a.blt:visited {
	color:#464645;
	text-decoration: underline;
}
a.blt:hover {
	color:#4da721;
	text-decoration:none;
}
a.bltRed:link, a.bltRed:visited {
	color:#e71717;
	text-decoration: underline;
}
a.bltRed:hover {
	color:#4da721;
	text-decoration:none;
}
a.blt2:link, a.blt2:visited {
	color:#464645;
	text-decoration:none;
}
a.blt2:hover {
	color:#4da721;
	text-decoration:underline;
}
/*------------------------footer---------------------------*/

#footer div.co { float:right; margin-right: 15px; }
#footer div.co img.bbb { height:27px; width:auto; margin-bottom:10px }
#footer div.co img.stoph { cursor: pointer; height:45px; width:auto; }
#footer {
	position:absolute;
	bottom:0;
	height:220px; /* Height of the footer */
	background:#1b2832;
	width:100%;
}
#footer .footerborder {
	width:100%;
	max-width:1114px;
	margin:0 auto;
	height:220px;
	background:#283440 url(images/bg-footer.png) 0 -225px repeat-x;
	overflow:hidden;
}
#footer .footercontent {
	width: calc(100% - 78px);
	margin:0 auto;
	padding:0 38px;
	height:220px;
	background:#fafafa url(images/bg-footer.png) 0 -450px repeat-x;
	overflow:hidden;
	/*border:1px solid #FFF;*/
}
#footer .ftable { display:table; height:168px; width:100%; }
#footer .ftable .foot401k li { font-size:14px; line-height:20px; white-space:nowrap; }
#footer .ftable .foot401k { display:table-cell; width:33%; vertical-align:top; padding:20px; }
/*
#footer .foot401k {
	width:230px; /*251px
	float:left;
	margin:0 20px; /*47px
	
}
*/
#footer .footabout {
	width:380px;
	float:right;
	
}
#footer .footBBB {
	
	float:right;
	margin:-40px 20px;	
}
#footer h3 {
	font-weight:normal;
	font-size:18px;
	color:#4da721;
	margin:20px 0 8px;
}
#footer ul {
	list-style:none;
	margin:0;
	padding:0;
}
#footer li {
	font-size:12px;
	padding:2px 0 1px 10px;
	background:url(images/bullet.png) left 6px no-repeat;
	margin:0;
}
#footer a {
	color:#d2d5d7;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
	color:#ffffff;
}
#footer .footcopy {
	clear:both;
	overflow:hidden;
}
#footer .footcopy p {
	text-align:left;
	font-size:12px;
	color:#74797e;
	line-height:19px; padding:0; margin:5px 0 0 20px;
}
#footer .footcopy p a {
	color:#74797e;
	text-decoration:underline;
	padding:0 5px;
}
#footer .footcopy p a:first-child { padding:0 5px 0 0;}
#footer .footcopy p a:hover {
	color:#ffffff;
}
/*css for all table:begin*/	  
.th-logo {
	background:#ffffff;
	padding:5px;
	text-align:center;
	border-top:2px solid #61dc18;
	border-bottom:2px solid #61dc18;
	border-left:1px solid #61dc18;
	border-right:1px solid #61dc18;
}
.th-logo2 {
	background:#ffffff;
	padding:5px;
	text-align:center;
	border-bottom:1px solid #B5AEAE;
	border-left:1px solid #B5AEAE;
	border-right:0px solid #B5AEAE;
}
.th-logo-left {
	background:#ffffff;
	padding:5px;
	text-align:center;
	border-top:2px solid #61dc18;
	border-bottom:2px solid #61dc18;
	border-left:1px solid #61dc18;
	border-right:1px solid #61dc18;
}
.th-logo-left2 {
	background:#ffffff;
	padding:5px;
	text-align:center;
	border-bottom:1px solid #B5AEAE;
	border-left:1px solid #B5AEAE;
	border-right:0px solid #B5AEAE;
}
.th-logo-right {
	background:#ffffff;
	padding:5px;
	text-align:center;
	border-top:2px solid #61dc18;
	border-bottom:2px solid #61dc18;
	border-left:1px solid #61dc18;
	border-right:2px solid #61dc18;
}
.th-logo-right2 {
	background:#ebebeb;
	padding:5px;
	text-align:center;
	border-bottom:1px solid #B5AEAE;
	border-left:1px solid #B5AEAE;
	border-right:1px solid #B5AEAE;
}
.th-logo-right3 {
	background:#ebebeb;
	padding:5px;
	text-align:center;
	border-top:2px solid #B5AEAE;
	border-bottom:2px solid #B5AEAE;
	border-left:1px solid #B5AEAE;
	border-right:2px solid #B5AEAE;
}
td > strong {
	font-family: Georgia, serif;
	font-style: italic;
	color: #e71717;
	font-size: 20px;
}
.th-first {
	background-color: #61dc18;
	border-bottom: 1px solid #44a100;
	border-left: 1px solid #B5AEAE;
	border-top: 1px solid #8df80f;
	color: #ffffff;
	font-weight:bold;
	padding: 10px;
	vertical-align: top;
}
.th-firstunbold {
	background-color: #61dc18;
	border-bottom: 1px solid #44a100;
	border-left: 1px solid #B5AEAE;
	border-top: 1px solid #8df80f;
	color: #ffffff;
	font-weight:normal;
	padding: 10px;
	vertical-align: top;
}
.th-first1 {
	background-color:#2DA42C;
	padding:3px 8px 2px 8px;
	color:#FFFFFF;
	font-weight:bold;
	border-left:solid 1px #b5aeae;
	border-bottom:solid 1px #0048ab;
	text-align:center;
}
.th-first2 {
	background-color: #4CA816;
	border-bottom: 1px solid #257D24;
	border-left: 1px solid #62BE61;
	border-top: 1px solid #62BE61;
	color: #FFFFFF;
	padding: 10px;
	vertical-align: top;
}
.th-middle {
	background-color: #4CA816;
	border-bottom: 1px solid grey;
	border-left: 1px solid grey;
	border-top: 1px solid grey;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
}
.th-middle1 {
	background-color:#2DA42C;
	padding:3px 8px 2px 8px;
	color:#FFFFFF;
	font-weight:bold;
	border-top:solid 1px #00aeff;
	border-bottom:solid 1px #0048ab;
	border-left:solid 1px #0040b7;
	text-align:center;
}
.th-last {
	background-color: #4CA816;
	border-bottom: 1px solid grey;
	border-left: 1px solid grey;
	border-top: 1px solid grey;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
}
.th-last1 {
	background-color: #61dc18;
	padding: 3px 8px 2px 8px;
	color: #FFFFFF;
	font-weight: bold;
	border-top: solid 0px #888C92;
	border-bottom: solid 1px #5B5C5D;
	border-right: solid 1px #5B5C5D;
}
.th-last_bg {
	background-color: #6CBF39;
	border-bottom: 1px solid grey;
	border-left: 1px solid grey;
	border-top: 1px solid #C2C2C2;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
}
.th-last_bg {
	background-color: #2DA42C;
	padding: 3px 8px 2px 8px;
	color: #FFFFFF;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #61DC18;
	border-bottom: 1px solid #257D24;
	border-top: 1px solid #62BE61;
}
.cell-first {
	border-bottom: 1px solid #B5AEAE;
	border-left: 1px solid #B5AEAE;
	padding: 10px;
	vertical-align: middle;
}
.cell-first1 {
	border-left:solid 1px #b5aeae;
	border-bottom:solid 1px #b5aeae;
	padding:3px 8px 2px 8px;
	vertical-align:top;
	text-align:center;
}
.cell-first2 {
	border-bottom: 1px solid #B5AEAE;
	border-left: 1px solid #B5AEAE;
	padding: 10px;
	vertical-align: top;
}
.cell-first3 {
	border-bottom: 1px solid #B5AEAE;
	border-left: 1px solid #B5AEAE;
	padding: 10px;
	vertical-align: middle;
}
.cell-middle {
	border-bottom: 1px solid #B5AEAE;
	border-left: 1px solid #B5AEAE;
	padding: 10px;
	vertical-align: middle;
}
.cell-middle1 {
	border-left: solid 1px #b5aeae;
	border-bottom:solid 1px #b5aeae;
	padding:3px 8px 2px 8px;
	vertical-align:top;
	text-align:center;
}
.cell-middle2 {
	border-bottom: 1px solid #B5AEAE;
	border-left: 1px solid #B5AEAE;
	padding: 10px;
	vertical-align: top;
}
.cell-middle3 {
	border-bottom: 1px solid #B5AEAE;
	border-left: 1px solid #B5AEAE;
	padding: 10px;
	vertical-align: middle;
}
.cell-middle4 {
	border-bottom: 1px solid #B5AEAE;
	border-left: 1px solid #B5AEAE;
	padding: 10px;
	vertical-align: top;
}
.cell-last {
	border-bottom: 1px solid #B5AEAE;
	border-left: 1px solid #B5AEAE;
	border-right: 1px solid #B5AEAE;
	padding: 10px;
	vertical-align: middle;
}
.cell-last1 {
	border-left:solid 1px #b5aeae;
	border-bottom:solid 1px #b5aeae;
	border-right:solid 1px #b5aeae;
	padding:3px 8px 2px 8px;
	vertical-align:top;
	text-align:center;
}
.cell-last2 {
	background-color: #ebebeb;
	border-bottom: 1px solid #B5AEAE;
	border-left: 1px solid #B5AEAE;
	border-right: 1px solid #B5AEAE;
	padding: 10px;
	vertical-align: middle;
}
.cell-last3 {
	background-color: #ebebeb;
	border-bottom: 1px solid #B5AEAE;
	border-left: 1px solid #B5AEAE;
	border-right: 1px solid #B5AEAE;
	padding: 8px;
	vertical-align: middle;
}
.cell-last4 {
	border-bottom: 1px solid #B5AEAE;
	border-left: 1px solid #B5AEAE;
	border-right: 1px solid #B5AEAE;
	padding: 10px;
	vertical-align: top;
}
.cell-last5 {
	border-bottom: 1px solid #B5AEAE;
	border-left: 1px solid #B5AEAE;
	border-right: 1px solid #B5AEAE;
	padding: 10px;
	vertical-align: middle;
}
.cell-last6 {
	background-color: #a0f46e;
	border-bottom: 1px solid #B5AEAE;
	border-left: 1px solid #B5AEAE;
	border-right: 1px solid #B5AEAE;
	padding: 10px;
	vertical-align: middle;
}
.col1row1 {
	background-color: #e3e3e3;
	padding: 10px;
	vertical-align: top;
}
.col2row1 {
	background-color: #ebebeb;
	padding: 10px;
	vertical-align: middle;
}
.col1row2 {
	background-color: #f6f6f6;
	padding: 10px;
	vertical-align: top;
}
.col2row2 {
	background-color: #ffffff;
	padding: 8px;
	vertical-align: middle;
}
.table {
	padding-top:10px;
	padding-bottom:10px;
}

/*begin css cua table*/
.left { float:left;}
/*end edit css cua table*/

.blt1_tb {
	background:url('../images/blt.gif') no-repeat left 8px;
	width:auto;
	height:auto;
	padding-left:15px;
	padding-top:4px;
	margin-left:0px;
}
a.blt_tb:link, a.blt_tb:visited {
	color:#ffffff;
	text-decoration: underline;
}
a.blt_tb:hover {
	color:#38444f;
	text-decoration:none;
}
/*css form SU*/
.clr {
	clear:both;
	height:8px;
}
.title2 h2, .title2 h3 {
	background-image: url("images/expand.png");
	border-top: 1px dotted #CCCCCC;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 36px;
}
.title2:hover {
	background-color:#F3F3F3;
}
.hide {
	display:none;
	padding-top:12px;
}
.hide1 {
	display:none;
	background-color:#edeeee;
	padding:9px;
	border-right:solid 1px #bfbfbf;
	border-bottom:solid 1px #a2a2a2;
	margin-right:9px;
	margin-bottom:9px;
}
.hide2 {
	background-color:#edeeee;
	padding:9px;
	border-right:solid 1px #bfbfbf;
	border-bottom:solid 1px #a2a2a2;
	margin-right:9px;
	margin-bottom:9px;
}
.glossary1 { float:left; width:50%; }
.alphabe {
	height:auto;
	width:100%;
}
/*css for title of popup*/
.popup_title {
	color:#38ab3a;
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:19px;
}
.clear {
	clear:both;
}
.table2-cell {
	font-size:11px;
	height:40px;
	text-shadow:0 1px 2px rgba(255,255,255,0.95);
	-webkit-text-shadow:0 1px 2px rgba(255,255,255,0.95);
	background:rgb(229,229,229);
	background:-moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(242,242,242,1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(229,229,229,1)), color-stop(100%, rgba(242,242,242,1)));
	background:-webkit-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(242,242,242,1) 100%);
	background:-o-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(242,242,242,1) 100%);
	background:-ms-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(242,242,242,1) 100%);
	background:linear-gradient(top, rgba(229,229,229,1) 0%, rgba(242,242,242,1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f2f2f2', GradientType=0 )
}
.table2-cell td {
	border-bottom:white 1px solid;
	padding-left:10px;
	padding-right:10px;
}
.table2-subheader {
	text-shadow:0 1px 5px rgba(0,0,0,0.95);
	-webkit-text-shadow:0 1px 5px rgba(0,0,0,0.95);
	font-size:11px;
	height:20px;
	color:white;
	background:rgb(102,102,102);
	background:-moz-linear-gradient(top, rgba(102,102,102,1) 1%, rgba(153,153,153,1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(102,102,102,1)), color-stop(100%, rgba(153,153,153,1)));
	background:-webkit-linear-gradient(top, rgba(102,102,102,1) 1%, rgba(153,153,153,1) 100%);
	background:-o-linear-gradient(top, rgba(102,102,102,1) 1%, rgba(153,153,153,1) 100%);
	background:-ms-linear-gradient(top, rgba(102,102,102,1) 1%, rgba(153,153,153,1) 100%);
	background:linear-gradient(top, rgba(102,102,102,1) 1%, rgba(153,153,153,1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#999999', GradientType=0 )
}
.table2-subheader td {
	border-bottom:white 1px solid
}
.table2-header th {
	font-weight:bold
}
.table2-header {
	background: none repeat scroll 0 0 #2DA42C;
	color: #FFFFFF;
	font-size: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-shadow: 1px 1px 4px black;
	-webkit-text-shadow: 1px 1px 4px black;
}
/*END css form SU*/

/*css quote*/
blockquote {
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
	text-align:left;
	margin: 0.5em 1;
	padding: 0.5em 5px;
	line-height: 1.45;
	position: relative;
	color: #38ab3a;
}
/* parn edit quote style */
blockquote#bq-after-price1:before {
	display: block;
	content: "";
	font-size: 80px;
	position: absolute;
	left: 0px;
	top: -20px;
	color: #38ab3a;
	font-size: 60px;
}
blockquote#bq-after-price2:before {
	display: block;
	content: "";
	font-size: 80px;
	position: absolute;
	left: 0px;
	top: -20px;
	color: #38ab3a;
	font-size: 60px;
}
blockquote#bq-after-investment1:before {
	display: block;
	content: "";
	font-size: 80px;
	position: absolute;
	left: 0px;
	top: -20px;
	color: #38ab3a;
	font-size: 60px;
}
blockquote#bq-after-investment2:before {
	display: block;
	content: "";
	font-size: 80px;
	position: absolute;
	left: 0px;
	top: -20px;
	color: #38ab3a;
	font-size: 60px;
}
blockquote#bq-after-livedemo1:before {
	display: block;
	content: "";
	font-size: 80px;
	position: absolute;
	left: 0px;
	top: -20px;
	color: #38ab3a;
	font-size: 60px;
}
blockquote#bq-after-livedemo2:before {
	display: block;
	content: "";
	font-size: 80px;
	position: absolute;
	left: 0px;
	top: -20px;
	color: #38ab3a;
	font-size: 60px;
}
blockquote#bq-after-key1:before {
	display: block;
	content: "";
	font-size: 80px;
	position: absolute;
	left: 0px;
	top: -20px;
	color: #38ab3a;
	font-size: 60px;
}
blockquote#bq-after-key2:before {
	display: block;
	content: "";
	font-size: 80px;
	position: absolute;
	left: 0px;
	top: -20px;
	color: #38ab3a;
	font-size: 60px;
}
blockquote#bq-after-plan1:before {
	display: block;
	content: "";
	font-size: 80px;
	position: absolute;
	left: 0px;
	top: -20px;
	color: #38ab3a;
	font-size: 60px;
}
blockquote#bq-after-plan2:before {
	display: block;
	content: "";
	font-size: 80px;
	position: absolute;
	left: 0px;
	top: -20px;
	color: #38ab3a;
	font-size: 60px;
}
blockquote#bq-after-plan3:before {
	display: block;
	content: "";
	font-size: 80px;
	position: absolute;
	left: 0px;
	top: -20px;
	color: #38ab3a;
	font-size: 60px;
}
blockquote#bq-after-advisors1:before {
	display: block;
	content: "";
	font-size: 80px;
	position: absolute;
	left: 0px;
	top: -20px;
	color: #38ab3a;
	font-size: 60px;
}
blockquote#bq-after-contact1:before {
	display: block;
	content: "";
	font-size: 80px;
	position: absolute;
	left: 0px;
	top: -20px;
	color: #38ab3a;
	font-size: 60px;
}
/* end edit quote style */
blockquote:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -45px;
	top: -20px;
	color: #38ab3a;
}
.quote-bubble blockquote:before {
	display: block;
	content: "\201C";
	font-size: 58px;
	position: absolute;
	left: -50px;
	top: -14px;
	color: #38ab3a;
}
blockquote cite {
	color: #888888;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
blockquote cite:before {
	content: "\2014 \2009";
}
/*END css quote*/

/*css Aor*/
.headertable {
	font-family:'HelveticaNeueLTProBdCn';
	font-size:24px;
	color:#61dc18;
}
.headertable2 {
	font-family:'HelveticaNeueLTProBdCn';
	font-size:24px;
	color:#000000;
	padding-bottom: 12px;
}
.headertable3 {
	font-family:'HelveticaNeueLTProBdCn';
	font-size:24px;
	color:#fd523c;
}
.texttable {
	font-family:'HelveticaNeueLTProBdCn';
	font-size:18px;
	color:#38444f;
}
.texttable2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#38444f;
	font-weight:bold;
}
/*css popup's safehabour.html*/
#content2 {
	width:auto;
	height:auto;
	float:left;
	text-align:left;
	margin:0 auto;
	padding-top:70px;
}
a.block2:link, a.block2:visited {
	color:#2DA42C;
	text-decoration:none;
	margin:0px 3px 0px 3px;
	line-height:13px;
	font-weight:normal;
	font-family:Verdana;
	font-size:12px;
}
a.block2:hover {
	color:#38444f;
	text-decoration:underline;
}
.button {
	border-top:solid 1px #ededed;
	border-left:solid 1px #ededed;
	border-bottom:solid 1px #474747;
	border-right:solid 1px #474747;
	cursor:pointer;
	background-color:#d6d6d6;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
}

/*css use for forms:begin*/
.border_form {
	background-color: #edeeee;
	padding: 9px;
	border-right: solid 1px #bfbfbf;
	border-bottom: solid 1px #a2a2a2;
	margin-bottom: 9px;
}
.form {
	background-color:#e4e4e4;
	border-left:solid 1px #FFFFFF;
	border-top:solid 1px #FFFFFF;
	border-right:solid 1px #969696;
	border-bottom:solid 1px #969696;
	width:auto;
	padding:20px;
}
.textbox, #txtPlanTrustee, #txtHearAbout, #txtComments, #txtFlatMatch, #txtCurrentPlanTrustees, #txtNewTrustee, #txtVestingSchedule, #txtExitingVestingSchedule, #txtListCurrentInvestments, #txtHeardAbouta3, #txtComments-rf, #txtComments-pf, #txtExperienceSet, #txtExperienceTech {
	width: calc(100% - 15px);
	max-width:395px;
}
input[type="text"], textarea { border:solid 1px #686868; margin:1px 0;}
.label {
	padding:0px 3px 0px 8px;
}
.radio {
}

.separator {
	background-image:url('images/dotline.gif');
	background-repeat:repeat-x;
	background-position:center center;
	height:5px;
}
.box {
	background-color:#0052c2;
	padding:15px;
	color:#FFFFFF;
	border-bottom:solid 1px #001a8a;
	border-right:solid 1px #001a8a;
}
.box1 {
	background-color:#0052c2;
	padding:5px 15px 5px 15px;
	color:#FFFFFF;
	border-bottom:solid 1px #001a8a;
	border-right:solid 1px #001a8a;
}
.number1 {
	color:#61dc18;
	font-weight:bold;
	padding:0px 5px 0px 0px;
}
.required {
	color:#d4001a;
}
.separator1 {
	background-image:url('images/dotline1.gif');
	background-repeat:repeat-y;
	background-position:left left;
	padding-left:15px;
}
.border_form {
	background-color:#edeeee;
	padding:9px;
	border-right:solid 1px #bfbfbf;
	border-bottom:solid 1px #a2a2a2;
	margin-bottom:9px;
}
.number1 {
	color:#38ab3a;
	font-weight:bold;
	padding:0px 5px 0px 0px;
}
/* Parn Add Style */
.menuleft-active {
	background:url(images/menu-left.png) -245px repeat-y !important;
}
ul.sub-demo{
	display:none;
	margin-left: 2px;
	position: absolute;
	margin-top: 0px;
	width: auto;
	border: 0px solid #295770;
	width: 190px;
	border-top: 3px solid #61dc18;
	border-left: 2px solid #61dc18;
	border-right: 2px solid #61dc18;
	border-bottom: 2px solid #61dc18;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15) !important;
	-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15) !important;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15) !important;
}
ul.sub-demo li{
	padding: 0 !important;
	width: 190px;
	border-bottom: solid 1px #76787b;
	height: 40px !important;
	background: #1c2832 !important;
}
ul.sub-demo li a{
	text-decoration: none;
	color: #fff !important;
	background: #1c2832 !important;
	padding-bottom: 20px;
	display: block;
	height: 8px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: bold !important;
	font-size: 13px !important;
	font-weight: bold;
	padding-left: 17px !important;
	padding-top: 12px !important; 
	padding-right: 0px !important;
	width: 165px !important;
}
ul.sub-demo li a:hover{
	width: 173px !important;	
	background: #343f49 !important;
	padding-right: 0px !important;
}
.nav li:hover > ul.sub-demo {
	display: block;
}
.demo-live-active{
	padding-left: 27px !important;
	width: 168px !important;
	background-position: -498px 10px !important;
}
div.bullet-arrow{
	background: url('images/arrow-icn.png') no-repeat;
	width: 6px;
	height: 11px;
	position: absolute;
	margin-top: 14px;
	margin-left: 15px;
}
.tab-menu{margin-left: 18px;}
table{font-size: 14px;}
.menuleft > .quote-list > h2{
	font-family: 'HelveticaNeueCn';
	font-size: 22px;
}
.quote-list{
	margin-top: 17px;
}
.bubble-content p{
	width: 190px;
	margin-top: -20px;
	margin-bottom: -14px;	
	margin-left: 12px;
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
	color: #38ab3a;
	line-height: 1.45;
	display: block;
	text-align: left;
}
.quote-bubble{
	margin-top: 12px;
}
.quote-reference{
	width: 216px;
	margin-bottom: 0px;
	overflow: hidden;
}
.quote-reference p{
	color: #787878;
	margin-left: 10px;
	margin-right: 10px;
	word-wrap:break-word;
	font-size: 11px;
	font-weight: bold;
}
.quote-bubble blockquote{margin-left: 45px;}
.bubble-content cite{
	color: #888888;
	font-size: 14px;
	display: block;
	margin-top: 20px;
	width: 190px;
	margin-left: 12px;
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 1.7;
}
.quote-content{margin-bottom: 46px; margin-left: 15px; width: 205px;}
.first-plan-form h1, .conversion-plan h1, .oneperson-form h1{
	color: #fff;
}
.linkBBB {
	
	float:left;
}
.SSL-seal
{
	background:url(images/RapidSSL_SEAL-90x50.gif) no-repeat;
	height:50px;
	width:90px;
	float:left;
}
a.blt{cursor: pointer;}
.bq-after {margin-left: -55px;}
div#bq-before, #bq-before1, #bq-before2{margin-left: -14px;}
#header .topbar ul li.tel a[href^=tel]{
    color: #61dc18;
    text-decoration:none;
}
/* End Parn Add Style */
/*css use for forms:end*/


button.menu-mobile { display:none; background-color:none; text-align:center; }
.order-now-table td { padding:10px 15px; vertical-align:middle;  }
.order-now-table tr td:first-child { text-align:left; }
.order-now-table tr td:last-child { padding-top:25px;}
a.order-now { margin:auto;}
button.menu-mobile:focus { 
    outline: none; 
	-webkit-outline:none;
}


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

#header .nav { display:table; width:auto; right:0; border-collapse: seperate; border-spacing:1px; margin:-1px -1px 0 250px; }
#header .nav > li { display:table-cell; float:none; text-align:left; width:auto; padding:0;}
#header .nav li.navhome a, #header .nav li.navhome a:hover, #header .nav li.navhome a.select,
#header .nav li.navpricing a, #header .nav li.navpricing a:hover, #header .nav li.navpricing a.select,
#header .nav li.navinvest > a, #header .nav li.navinvest > a:hover, #header .nav li.navinvest > a.select,
#header .nav li#nav-live a, #header .nav li#nav-live a.select, #header .nav li#nav-live a:hover,
#header .nav li.navorder a, #header .nav li.navorder a.select, #header .nav li.navorder a:hover {
	padding-left: 15px !important;
	padding-right: 15px !important;
	width: auto !important;
	white-space: nowrap;
}
#header .nav li.navorder a{ background:url(images/bg-main-inside.png) -976px -58px no-repeat; }
#header .nav li.navorder a.select, #header .nav li.navorder a:hover { background:url(images/menu.png) right 0 no-repeat; }

#mainsub { background: transparent url("images/bg-body-sub.png") repeat-y scroll -25px center; }
.menuleft  { width: 220px;}
#mainsub .maincontentsub { padding:15px 0; width: calc(100% - 220px); }
.quote-content { margin-left: 10px;  }
#pricesub1 tr:first-child img, #pricesub14 tr:first-child img { width:100%; max-width:119px; height:auto;}
#investment1, #demosub1, #product1, #business7 { padding-left:0;}
#investment1 td:first-child { width:187px;}
#demosub1 td, #product1 td, #business7 td { vertical-align:top; }
#demosub1 img, #product1 img, #business7 img, #business1 img { width:100%; max-width:318px; min-width:135px; height:auto; }
#product1 img { min-width:0;}
.linkBBB img { width:97%; max-width:215px; height:auto; }
.table-cc { background-image:none !important; height:auto !important; background-color:#f4f1e9; width:calc(100% - 10px)!important; max-width:770px !important; }
#mainsub .mainwrapsub { width: calc(100% - 65px); }
#mainsub .mainbordersub, #mainsub .mainwrapsub {background:none;}
#mainsub .banner { background:#ffffff; width: calc(100% + 70px); margin-left:-35px; height:239px; box-shadow: 0 0 4px #dddddd;-webkit-box-shadow: 0 0 4px #dddddd;}

}
@media only screen and (max-width: 1050px) {
	#main .banner-home img, #mainsub .banner img  { margin-left:-80px; transition:margin .5s; }
}
@media only screen and (max-width: 975px){
	#main .banner-home h2, #mainsub .banner  h2 { font-size: 30px; line-height:.9em;}
	#main .banner-home br, #mainsub .banner  br { display:none; }	
	#main .banner-home span, #mainsub .banner  span { padding-left:5px;}
	#header .headercontent, #footer .footercontent, #main .mainwrap { width: calc(100% - 30px); padding: 0 15px;}
	#header .nav a { font-size: 19px; }
	
	#header .nav li.navhome a, #header .nav li.navhome a:hover, #header .nav li.navhome a.select,
	#header .nav li.navpricing a, #header .nav li.navpricing a:hover, #header .nav li.navpricing a.select,
	#header .nav li.navinvest > a, #header .nav li.navinvest > a:hover, #header .nav li.navinvest > a.select,
	#header .nav li#nav-live a, #header .nav li#nav-live a.select, #header .nav li#nav-live a:hover,
	#header .nav li.navorder a, #header .nav li.navorder a.select, #header .nav li.navorder a:hover {
		padding-left: 6px !important;
		padding-right: 6px !important;
	}
	

}
@media only screen and (max-width: 865px){
	#footer li { margin-left:-20px; }
	.columnhome { padding: 18px 20px 10px 0; }
	#footer .footcopy p { margin: 5px 0px 0px 0; }
	#footer div.co { margin-right: 0;}
	
	#mainsub { background:#fafafa; background-image:none;}
	.menuleft { display:none;}
	#mainsub .maincontentsub { width:calc(100% - 30px); float:none; margin:0 auto;}
	#mainsub .maincontentsub  #content { width:100%;  }

}
@media only screen and (max-width: 799px){
	#header .nav li#nav-live a, #header .nav li#nav-live a.select, #header .nav li#nav-live a:hover { white-space:normal; line-height:20px;}
	ul.sub-demo { margin-left: -22px;}

}
@media only screen and (max-width: 767px){
	#header .nav { position:absolute; display:none; margin:0 !important; border:0; border-bottom:1px solid #dddddd; padding:5px; background:#ffffff; left:0; top: 90px; }
	#header .nav > li { display:block; height:auto; padding:0; }
	#header .nav > li > a > span { display:none; }
	#header .nav a, ul.sub-demo li a { color:#000000 !important; letter-spacing:.05em; background:none !important; margin:1px; padding:6px !important; height:auto !important; font-size:18px !important;	font-family:'HelveticaNeueCn' !important; font-weight:normal !important; display:block; line-height:20px !important;  }
	ul.sub-demo li a span { padding-left:15px; }
	#header .nav a:hover { background:#f4f4f4 !important;}
	ul.sub-demo{ position:relative; margin:0;  vertical-align:middle; display:none; width:100%; border:0; box-shadow:none !important; }
	div.bullet-arrow { display:none;}
	#header .nav li { float:none; border:0; display:block; width:100%;}
	ul.sub-demo li { background:none !important; }
	ul.sub-demo li a:hover, ul.sub-demo li a.select { background:none !important;}
	.tab-menu  { margin-left:0;}
	ul.sub-demo li{height: auto !important;}
	#header .nav > li > a { background:none !important; width:100%;}
	#main .banner-home img, #mainsub .banner img { transition:margin .5s; }
	#mainsub .mainwrapsub { width:100%; padding:0;}
	#mainsub .banner > div { left:45%; }
	#mainsub .banner img { margin-left: -107px; }
	#main .banner-home h2, #main .banner-home h2 span, #mainsub .banner h2, #mainsub .banner h2 span { font-size: 24px;}
	#main .banner-home p, #mainsub .banner p { font-size: 18px;line-height: 1em;}
	
	#header .topbar ul { text-align:center; }
	#header .topbar ul li { font-size: 14px; padding: 0px 0px 0px 5px; }
	#header .topbar ul li a span { display:none;}
	#header .topbar ul li.tel strong { font-size: 21px; padding-right: 6px; padding-left:0;}
	#header .topbar ul li.tel {font-size: 20px;}
	#header .headercontent { width:100%; padding:0;}
	
	#header .topbar ul li.tel strong { font-size: 17px;}
	#header .topbar ul li.tel {font-size: 15px;}
	#header .topbar ul li { font-size: 14px; padding: 0px 0px 0px 3px; line-height: 34px; }
	#header .headercontent { background-position:0 -20px;}
	#header  { height:90px; }
	#header .logo a { 
	width: 175px;
	height: 51px;
	background-size: contain;
	margin-left: 10px;
	}
	#header .logo { top: 33px; text-indent:-99999px; }
	
	
	button.menu-mobile { display:block; background:none; border:0; height:30px; position:absolute; text-align:center; right:5px; top:48px; vertical-align:middle; cursor:pointer; }
	button.menu-mobile > span { display:block; background:#000000; width:22px; height:2px; margin:3px auto 4px;}
	button.menu-mobile:hover > span { background:#61dc18; }
	.th-logo-left > strong, .th-logo > strong, .th-logo-right > strong  { font-size:12px !important; }
	blockquote  { margin-left:0 !important; margin-right:0 !important;}
	.table-contact tr, .table-contact tr:first-child td:last-child { display:block !important; width:100%;}
	#mainsub .banner { width:100%; margin-left:0;}

	
}
@media only screen and (max-width: 599px){
	#main .banner-home img, #mainsub .banner img  { margin-right:-100px; }
	#main .banner-home h2, #main .banner-home h2 span, #mainsub .banner h2, #mainsub .banner h2 span { font-size: 20px;}
	#main .banner-home p, #mainsub .banner p { font-size: 17px;}	
	#main .maincontent, #mainsub .maincontentsub { margin:10px; width: calc(100% - 20px); }
	#main .banner-home > div { right:10px; }
	#main, #mainsub { padding-bottom:30px; }
	#main .mainwrap, #mainsub .mainwrapsub { width:100%; padding:0;}
	#mainsub .maincontentsub  #content { width:100%; margin:0;}
	.columnhome { width:100%; display:block; overflow:hidden; padding: 5px 20px 5px 0px; }
	.columnhome img  { width:35%; float:left; }
	.columnhome h2, .columnhome p { width:59%; overflow:hidden; float:right; }
	.columnhome h2 { margin: 5px 0 0 0; line-height:1em; font-size:18px;   }
	#footer .ftable .foot401k { display:block; padding:0 20px;}
	
	#footer .ftable { height:auto; padding:10px; }
	#footer .ftable .foot401k  { width:198px; display:inline-block; }
	#footer .ftable .foot401k:last-child { width:100%; }
	#footer .ftable .foot401k:last-child li { display:inline-block; width:248px; }
	#container, #containersub { display:table; }
	#header, #main, #mainsub, #footer { display:table-row;}
	#header .headerborder { height: 90px; }
	
	#footer  { background:#1c2833; position:relative; }
	#footer .footercontent, #footer .footerborder  { background:none; height:auto; overflow:visible; width:100%; padding:0; }
	#footer .footcopy { background:#111921; padding:10px; }
	#footer .footcopy > div, #footer .footcopy p { display:block; width:100%; text-align:center; }
	#pricesub16 img { width:100%; max-width:227px; }
	#pricesub16 td { display:block; width:100% !important; float:none !important; text-align:center; }
	
	#pricesub14 .texttable { font-size:14px; }
	
	.first-plan-form > form > table > tbody > tr > td,
	.conversion-plan > form > table > tbody > tr > td,
	.oneperson-form > form > table > tbody > tr > td  { padding:5px 0 !important; display:block; width:100% !important;}
	.hide1 { margin-right:0;}
	.table-biz > tbody > tr, .table-biz > tbody > tr > td  { padding:2px 0 !important; display:block; width:100% !important;}
	.first-plan-form .th-first,
	.conversion-plan .th-first,
	.oneperson-form .th-first,
	.table-biz .th-first { text-align:center;}
	.first-plan-form .separator1,
	.conversion-plan .separator1,
	.oneperson-form .separator1,
	.table-biz .separator1 { background-image:none; }
	.th-logo img, .th-logo-left img , .th-logo-right img { width:100%; max-width:199px; height:auto; }
	
}
@media only screen and (max-width: 480px){
	.table-res { width:100%;}
	.table-res { font-size:12px; }
}
@media only screen and (max-width: 479px){
	#main .banner-home > div { left:25%;}
	#mainsub .banner > div { left:45%; }	
	#main .banner-home h2, #main .banner-home h2 span, #mainsub .banner h2, #mainsub .banner h2 span { font-size: 18px;}
	#main .banner-home p, #mainsub .banner p { font-size: 15px;}	
	.columnhome img { width:200px; float:none; margin-left:calc(48% - 100px); margin-bottom:5px; }
	.columnhome h2, .columnhome p  { width:100%; float:none; }
	.th-first, .cell-first, .cell-middle, .cell-last  { padding: 2px; font-size:12px; }
	.cell-first img, .cell-middle img, .cell-last img { width:20px; height:auto;}
	.th-first { padding-right:1px; }
	.order-now-table td { display:block; width:cacl(100% - 20px);}
	.order-now-table tr td:first-child { text-align:center; }
	.order-now-table tr td:last-child { padding-top:10px;}
	#investment1 td:first-child { width:150px; vertical-align:bottom;}
	#investment1 td:first-child img { width:100%; height:auto;}
	#demosub1 td, #product1 td, #business7 td, #business1 td{ display:block; width:100%; }
	#demosub1 td:last-child, #product1 td:last-child, #business7 td:last-child, #business1 td:last-child { text-align:center;}
	.table-res .th-first { font-size: 11px; letter-spacing:-0.01em;}
	.table-res td, .table-res th { padding:4px !important;}
	.res479 { display:none;}
	.table-cinfo { padding-bottom:10px; }
	.table-cinfo td { display:block; padding:10px 0 !important; text-align:right !important; width:100%; }
	.glossary1 { float:none !important; width:100%; }
	.longtxt479 { display:block;}
	.table-mleft { margin-left:-35px; width:calc(100% + 35px); }
	
	
	
}
/*
@media only screen and (max-width: 360px){
	#pricesub1 table { max-width:340px !important; }
	
}
*/
@media only screen and (max-width: 320px){
	.res32 { display:inline;}
	#pricesub14 table { margin-left:-3px;}
	.table-res, .table-res .th-first, .table-res div { font-size: 11px; }
	.th-first b { font-size:.95em;}
	#txtvesting { width:97%;}
	.th-logo-left > strong, .th-logo > strong, .th-logo-right > strong  { font-size: 10px !important;}
	.longtxt { display:inline-block;}
	.table-res .blt1 { padding-left:8px; margin-left: -3px; }
	
	
}

