
 
 /* Quick Links CSS */
.quick-links {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #eee;
    margin-top: -95px;
    max-height: 190px;
    position: fixed;
    right: -200px;
    top: 50%;
  transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
	  -moz-transition: all 1s ease 0s;


    width: 190px;
    z-index: 1010;
}
.quick-links h4 {
border-bottom:1px solid #f5f5f5;    color: #333;
    cursor: pointer;
    font-size: 11px;
    font-weight: 600;
    padding: 7px 20px;
	
}
.quick-links h4 span {
    background-position: -360px 0;
    height: 14px;
    position: absolute;
    right: 15px;
    top: 6px;
    width: 8px;
	opacity:.1
}
.quick-links h4:hover span{
opacity:.4;
}
.quick-links ul {
    padding: 5px 15px;
}
.quick-links li {
    background-position: -360px -27px;
    border-top: 1px dotted #f0f0f0;
    display: block;
    font-size: 12px;
	font-weight:400;
    padding: 8px 0 8px 20px;
}
.quick-links li:first-child{
border:none;
}
.quick-links a {
    color: #333;
}
.ql-open {
    background-color: rgba(255, 255, 255, 1);
    background-position: -333px 6px;
    border: 1px solid #bbb;
    cursor: pointer;
    height: 16px;
    margin-top: -95px;
    opacity: 0.5;
    padding: 6px 8px;
    position: fixed;
    right: -50px;
    top: 50%;
    transition: all 1s ease 1s;
	    -moz-transition: all 1s ease 1s;

    -webkit-transition: all 1s ease 1s;

    width: 8px;
    z-index: 1000;
}
/* End of Quick Links CSS */
 
 
 
 /* Signup CSS Starts */
 .signin-part {
	 border-top-color:#4661B9;
 }
 .signup-head{
  font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    padding: 50px 0 0;
    text-align: center;
 }
 .signup-head span{
	 display: block;
    font-size: 20px;
 }
 .signup_frm {
     background: none repeat scroll 0 0 #FFFFFF;
    margin: 30px auto 70px;
    overflow: auto;
    padding: 40px;
    width: 690px;

	    border-top: 5px solid #4661B9;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
}
.sgnusrname, .sgnpaswrd, .sgnemail, .zs-txtfldnew {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #C1C1C1 #E6E6E6 #E6E6E6;
    border-image: none;
    border-right: 1px solid #E6E6E6;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 1px 1px #EEEEEE inset;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 4px;
    outline: medium none;
    padding: 15px;
    width: 210px;
}
.za-captcha-container {
    clear: both;
    display: none;
    padding-top: 50px;
}
.za-captcha-container {
    margin-top: 25px;
    text-align: center;
}
.zs-txtfldnew {
    border-left-color: #999999;
    border-top-color: #999999;
    display: inline-block;
    padding: 7px 5px;
    width: 202px;
}
.sgnbtnmn {
    clear: both;
    overflow: hidden;
    padding-top: 25px;
}
.sign_agree {
    color: #444444;
    font-size: 14px;
    margin: 20px 0 15px;
    text-align: center;
}
.sign_agree a {
    color: #777777;
    margin: 0 5px;
    text-decoration: underline;
}
.sgnbtn {
    clear: both;
    float: none;
    height: 53px;
    margin-bottom: 4px;
    margin-top: 5px;
    text-align: center;
}
.sgnbtn input {
    background-color: #F0483F;
    border: 1px solid #F0483F;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    height: 53px;
    padding: 5px;
    width: 25%;
}
.signbtm-msg {
    font-size: 14px;
    margin: 20px auto 0;
    text-align: center;
}
.za-captcha-container {
    clear: both;
    display: none;
    padding-top: 50px;
}
.za-captcha-container {
    margin-top: 25px;
    text-align: center;
}
.zs-txtfldnew {
    border-left-color: #999999;
    border-top-color: #999999;
    display: inline-block;
    padding: 7px 5px;
    width: 202px;
}
.sgnbtnmn {
    clear: both;
    overflow: hidden;
}
.sign_agree {
    color: #444444;
    margin: 20px 0 15px;
    text-align: center;
}
.sign_agree a {
    color: #777777;
    margin: 0 5px;
    text-decoration: underline;
}
.sgnbtn {
    clear: both;
    float: none;
    height: 53px;
    margin-bottom: 4px;
    margin-top: 5px;
    text-align: center;
}
.sgnbtn input {
    background-color: #F0483F;
    border: 1px solid #F0483F;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    height: 53px;
    padding: 5px;
    width: 25%;
}
.field-msg .jqval-error {
    display: none !important;
}
.field-error .error {
    display: inline-block !important;
}
.signup_error, .jqval-error {
    color: #FE0000;
    font-size: 14px;
    margin: 8px 0 0 2px;
}
.password-strength div {
    color: #FE0000;
    display: inline-block;
    margin: 0 0 0 2px;
    overflow: hidden;
    padding-top: 5px;
}
input[type="text"], input[type="email"], input[type="password"], textarea {
    float: left;
    padding: 13px 10px;
    width: 210px;
}
:-moz-placeholder {
    color: #A5A0A0;
}
.field-valid input, .field-error input {
    padding-right: 22px !important;
    width: 198px !important;
}
.sgfrm, .sgfrm1, .sgnemail {
    float: left;
    margin: 0 1.5%;
    width: 30%;
}
.sign_agree, .snews-letter {
    color: #444444;
    font-size: 12px;
    margin: 20px 0 15px;
    text-align: center;
}
 
 /* Signup CSS Ends */
 

 

/* Pricing CSS Start */ 

.pricing-header {
	background: #ffffff;
	padding: 15px;
	border: 1px solid #EEE;
	min-height: 160px;
	width: 142px;
	text-align: center;
}
.pricing-header h2 {
	text-align: center;
	font-weight: normal;
	padding-bottom: 25px;
	font-size: 34px;
	color: #4661B9;
}
.pricing-header h2 span {
	font-size: 14px;
	color: #aaaaaa;
	line-height: 24px;
}
.content-part h1 {
	color: #333333;
    font-size: 32px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 22px;
    text-align: center;
    text-transform: none;
	padding-bottom: 35px;
}
.pricing-part {
	margin: 0px;
	padding: 0px;
	width: 1220px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.10);
	border: 0px;
}
.catogry-newheading {
	color: #1B1B1B;
	font-weight: 600;
	display: block;
	text-align: center;
	line-height: 45px;
	font-size: 20px;
}
.pricing-header a {
	background: #4661B9;
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}
.user-plan-heading {
	font-size: 16px;
	font-weight: 600;
	padding:10px;
	background: #f9f9f9;
	border-top: 1px solid #EBEBEB;
}

.compareEditions{
overflow:auto;
clear:both;
}
.compareEditions table{
overflow:auto;
font:14px 'Open Sans', sans-serif;
}
.alternate{
padding:10px;
}
.heading{
text-transform: none;
}
.alternate b{
color: #FF6B20;
font-weight: 600;
text-transform: uppercase;
}
.catogry-heading{
font-size: 18px;
font-weight: 400;
}
.pricing-trynow{
width: 130px;
margin: 15px auto 10px;
}
.pricing-heading{
width:188px;
background:#fff;
height:160px;
text-align:center;
line-height:120px;
position:absolute;
top:0; z-index:2;
border-left: 1px solid #E6E6E6;
}
.pricing-heading h1{
color:#999;
font-size:30px;
font-weight:300;
}
.pricing-heading h2{
color:#333;
font-size:30px;
font-weight:400;
margin:0;
padding:0;
line-height:22px;
}
.pricing-heading .free{
line-height:120px;
font-size:30px;
}
.compareEditions table tr td{
	border-left: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
	overflow: auto;
	padding: 15px 10px;
	width: 10%;
	line-height:1.7;
	color: #333333;
	border-bottom: 1px solid #EBEBEB;
	border-top: 1px solid #FFFFFF;
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
}
.compareEditions table tr:nth-child(2n+1) {
background: #F8F8F8;
}
.compareEditions table tr:nth-child(2n) {
background:#F4F4F4;
}
.compareEditions table tr:hover{
background:#EFEFEF;
}
.compareEditions table tr:nth-child(2n).headercolor, .compareEditions table tr:nth-child(2n+1).headercolor, .compareEditions table tr:nth-child(2n+1).headercolor:hover, .compareEditions table tr:nth-child(2n).headercolor:hover{
background:#FEFEFE;
}
.compareEditions table tr.textalignLeft{
text-align:left;
}
.pricing-part{
border-left:1px solid #f2f2f2;
border-right:1px solid #f2f2f2;
border-top:1px solid #f2f2f2;
border-bottom:1px solid #f2f2f2;
margin:0 5px 10px;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.10);
-o-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.10);
-ms-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.10);
-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.10);
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.10);
}
.pricing-types, .price-part{
width:188px;
overflow:hidden;
float:left;
background:#fff;
position:relative;
padding-top:160px;
border-bottom: 1px solid #EBEBEB;
}
.pricing-types{
border:none;
}
.descrption{
font-size:18px;
text-align:center;
margin-bottom:40px;
font-weight:400;
color:#666; display:none;
}
.content-part {
max-width:1230px;
margin: 0 auto 100px;
}
.pricing-trynow:hover{
background:#E03C30;
}
.pricing-trynow a{
color:#fff;

display:block;
width:100%;
height:36px;
line-height: 36px;
}
.compareEditions .yes, .compareEditions .no {
background-image: url("../../images/tick.png");
background-position: center center;
background-repeat: no-repeat;
text-indent:-999em; width:12px;
height:12px;
display:block;
}
.compareEditions .no{
background-image: url("images/no.png");
opacity: 0.7;
}
.sub-text{
display:inline;
font-size: 13px;
} 


/* Pricing CSS End */ 


/* - - - - - - - - - - - - - OVERVIEW PAGE CODING STARTS- - - - - - - - - - - - - - - - - - - -  */


/*///////         OVERVIEW PART         ///////*/

.overview, .case-study, .testimonial {
	max-width: 980px;
	margin: 0 auto;
	background: #f7f7f7;
}
.overview-part {
	max-width: 980px;
	margin: 0 auto;
	padding: 30px 2% 50px;
	overflow: hidden;
}
.overview-detail {
	margin: 0 auto 50px;
	overflow: hidden;
}
.overview-description {
	width: 42%;
	float: left;
	margin-left:2%;
}
.overview-description p {
	color: #333;
	display: block;
	float: left;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 20px;
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
	text-align: left;
}

.overview-description p em {
	color:#333;
	font-weight:600;
}

.overview-video {
	float: left;
	width: 50%;
	margin-right: 5%;
	padding-right:0px;
	text-align: center;
	border-right:1px solid #ccc;
	min-height:280px;
}
.overview-video img {
	max-width: 100%;
	padding: 15px;
}
.show-applist {
	font-size: 18px;
	color: #333;
	width: 100%;
	font-weight: 600;
	text-align: center;
	margin: 20px auto 15px;
	text-transform: uppercase;
	cursor: pointer;
 }
.show-applist h4 {
	padding: 0 0px;
	border-bottom: 1px solid #d2d2d2;
	font-weight: 600;
	max-width: 410px;
	margin: 0 auto;
		 -moz-transition:.3s ease-out;
	 -webkit-transition:.3s ease-out;
	 -o-transition:.3s ease-out;
	 -ms-transition:.3s ease-out;
	 transition:.3s ease-out;

 }
.show-applist .signupnow {
	padding: 0 0px;
	border-bottom: 1px solid #d2d2d2;
	font-weight: 600;
	max-width: 410px;
	margin: 0 auto;
	background: #f0483e;
	padding: 12px 0;
	width: 250px;
	font-size: 14px;
	color: #fff;
}
.signupnow a {
	color: #fff;
}
.bouncing-arrow-part {
	background: none repeat scroll 0 0 #38b3e1;
	border-radius: 100% 100% 100% 100%;
	cursor: pointer;
	height: 60px;
	margin: 40px auto ;
	position: relative;
	text-align: center;
	width: 60px;
	 -moz-transition:.3s ease-out;
	 -webkit-transition:.3s ease-out;
	 -o-transition:.3s ease-out;
	 -ms-transition:.3s ease-out;
	 transition:.3s ease-out;
	animation:1s ease-out infinite bouncing-arrow-part  ;
}

.ripple {
 	 width:60px;
	 height:60px;
	 border-radius:100%;
	 background:#38b3e1; 
	 z-index:1;
	 
	 opacity:0.5;
	 animation:0.6s ease-out infinite ripple-effect ;
	 position:absolute;
	 top:0px;
	 left:0px;
}

.ripple-effect{
	 -moz-transform:scale(2,2);
	 -webkit-transform:scale(2,2);
	 -o-transform:scale(1.75,1.75);
	 -ms-transform:scale(1.75,1.75);
	 transform:scale(1.75,1.75);
	 opacity:0;
	 -moz-transition:.6s ease-out;
	 -webkit-transition:.6s ease-out;
	 -o-transition:.6s ease-out;
	 -ms-transition:.6s ease-out;
	 transition:.6s ease-out;
}

.overviewpage-banner-part {
    background: linear-gradient(to right, #D6E5E4 0%, #E1EFEB 45%, #FDEED5 90%) repeat scroll 0 0 transparent;
    padding-top: 40px;
	max-height:560px;
}

 .bouncing-arrow {
	left: 20px;
	position: absolute;
	top: 18px;
	z-index:9999;	
}




#appsListingCon {
	transition: 0.8s ease;
	-moz-transition: 0.8s ease;
	-ms-transition: 0.8s ease;
	-o-transition: 0.8s ease;
	-webkit-transition: 0.8s ease;
	position: relative;
	top: 0px;
}
.creator-apps-list {
	max-width: 980px;
	border-top: 5px solid #606060;
	padding: 30px 10px 0px;
	text-align: center;
	overflow: hidden;
	margin: 30px auto;
}
.creator-apps-list li {
	font-size: 15px;
	color: #444;
	margin: 10px auto;
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
}
.apps-list-quote {
	overflow: hidden;
	margin-bottom: 30px;
	text-align: center;
}
.apps-list-quote h3 {
	color: #333;
	font-size: 32px;
	margin-bottom: 5px;
	font-weight: 600;
}
.apps-list-quote p {
	color: #666;
	font-size: 18px;
	font-weight: 400;
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
}
.build-yourapp {
	background: none repeat scroll 0 0 #F0483E;
	margin: 0 auto;
	max-width: 270px;
}
.build-yourapp a {
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	font-weight: 600;
	height: 44px;
	line-height: 43px;
	margin-bottom: 40px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.overview-quote1 {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	width: 200px;
	height: 200px;
	border-radius: 100%;
	color: #fff;
	font-weight: 400;
	position: absolute;
	display: none;
	background: #38b3e1;
	top: 10000px;
	right: 40px;
}
.overview-quote1:after {
	background: none repeat scroll 0 0 #cfedf8;
	border-radius: 100% 100% 100% 100%;
	content: "";
	height: 70px;
	position: absolute;
	right: 200px;
	top: 0;
	width: 70px;
	z-index: -99;
}
.overview-quote2 {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	width: 200px;
	height: 200px;
	border-radius: 100%;
	color: #fff;
	font-weight: 400;
	position: absolute;
	display: none;
	background: #2bc5b5;
	top: 9200px;
	left: 40px;
}
.overview-quote2:after {
	background: none repeat scroll 0 0 #CFF2EE;
	border-radius: 100% 100% 100% 100%;
	content: "";
	height: 70px;
	left: 130px;
	position: absolute;
	top: -70px;
	width: 70px;
	z-index: -99;
}
.overview-quote3 {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	width: 225px;
	height: 225px;
	border-radius: 100%;
	color: #333;
	font-weight: 400;
	position: absolute;
	display: none;
	background: #ffc14f;
	top: 8400px;
	right: 40px;
}
.overview-quote3:after {
	background: none repeat scroll 0 0 #F2E8C7;
	border-radius: 100% 100% 100% 100%;
	content: "";
	height: 70px;
	position: absolute;
	right: 200px;
	top: 170px;
	width: 70px;
	z-index: -99;
}
.overview-quote1, .overview-quote2, .overview-quote3 {
	
}
.overview-quote1 em, .overview-quote2 em, .overview-quote3 em {
	display: block;
	font-style: normal;
	margin-top: 67px;
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
}
 
.overview-quote1 span, .overview-quote2 span, .overview-quote3 span {
	font-weight: 600;
	font-size: 18px;
}
.quote1-selected {
	right: 60px;
}
.quote2-selected {
	left: 60px;
}
.quote3-selected {
	right: 60px;
}
.customer-tweeted {
	overflow: hidden;
	max-width: 320px;
	position: absolute;
	display: none;
}
.customer-tweeted img {
	border-radius: 100%;
	margin-left: 25px;
}
.customer-tweeted p {
	margin-top: 30px;
	border-top: 5px solid #38b3e1;
	border-bottom: 2px solid #38b3e1;
	padding: 20px 25px;
	text-align: center;
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 21px;
}
.customer-tweeted p:after {
	border-color: transparent transparent transparent #38B3E1;
	border-style: solid;
	border-width: 25px 0 0 25px;
	content: "";
	height: 0;
	left: 50px;
	position: absolute;
	top: 72px;
	width: 0;
}
.customer-tweeted p:before {
	border-color: transparent transparent transparent #F5F5F5;
	border-style: solid;
	border-width: 20px 0 0 20px;
	content: "";
	height: 0;
	left: 55px;
	position: absolute;
	top: 84px;
	width: 0;
	z-index: 999;
}
.customer-tweeted1 {
	left: 30px;
	top: 7500px;
}
.customer-tweeted2 {
	right: 30px;
	top: 7000px;
}
.customer-tweeted3 {
	left: 30px;
	top: 6500px;
}
.customer-tweeted4 {
	right: 30px;
	top: 6000px;
}
.customer-tweeted5 {
	left: 30px;
	top: 5500px;
}
.customer-tweeted6 {
	right: 30px;
	top: 5000px;
}
.customer-tweeted2 p, .customer-tweeted6 p {
	border-top: 5px solid #2bc5b5;
	border-bottom: 2px solid #2bc5b5;
	color: #666;
}
.customer-tweeted2 p:after, .customer-tweeted4 p:after, .customer-tweeted6 p:after{
	border-color: transparent #2bc5b5 transparent transparent ;
	border-width:25px 25px 0 0;
	left:230px;
	top:71px;
}
.customer-tweeted2 p:before, .customer-tweeted4 p:before, .customer-tweeted6 p:before{
	border-color: transparent #F5F5F5 transparent transparent ;
	border-style: solid;
	border-width: 20px 20px 0 0px;
	left:230px;
}



.customer-tweeted3 p {
	border-top: 5px solid #ffc14f;
	border-bottom: 2px solid #ffc14f;
	color: #666;
}
.customer-tweeted3 p:after {
	border-color: transparent transparent transparent #ffc14f;
}
.customer-tweeted4 p {
	border-top: 5px solid #e66957;
	border-bottom: 2px solid #e66957;
	color: #666;
}
.customer-tweeted4 p:after {
	border-color: transparent #e66957 transparent transparent ;
}
.customer-tweeted p span {
	display: block;
	margin-top: 10px;
	color: #999;
	font-weight: 400;
	font-size: 12px;
}
.customer-tweeted2 img, .customer-tweeted4 img, .customer-tweeted6 img, .customer-tweeted8 img, .customer-tweeted10 img{
	margin-left:225px;
}

/* - - - - - - - - - - - - - YES YOU CAN PAGE CODING STARTS- - - - - - - - - - - - - - - - - - - -  */

/*///////         BANNER PART        ///////*/


.yesyoucan-part {
	width: 100%;
	overflow: hidden;
	background: #f7f8f9;
}
.yesyoucan-questions {
	width: 60%;
	background: #f7f7f7;
 //padding: 8% 0% 14%;
	float: left;
	position: relative;
	overflow: hidden;
	height: 100%;
}
.yesyoucan-questions ul {
	width: 30000px;
	overflow: hidden;
	position: relative;
	transition: ease 0.75s;
	left: 0px;
	margin-left: 10%;
}
.yesyoucan-questions li {
	float: left;
	margin: 0 0.5% 0 0;
	width: 3%;
	position: relative;
}
.yesyoucan-questions li h2 {
	font-size: 72px;
	font-weight: 300;
	line-height: 90px;
	color: #666;
	letter-spacing: -3px;
}
.yesyoucan {
	width: 20%;
	background: #f1f1f1;
	padding: 0% 10%;
	float: left;
	position: fixed;
	right: 0;
	box-shadow: 1px 0 0 #e2e2e2 inset;
	-moz-box-shadow: 1px 0 0 #e2e2e2 inset;
	-ms-box-shadow: 1px 0 0 #e2e2e2 inset;
	-o-box-shadow: 1px 0 0 #e2e2e2 inset;
	-webkit-box-shadow: 1px 0 0 #e2e2e2 inset;
}
.yesyoucan img {
	max-width: 100%;
	position: relative;
	transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	-ms-transition: all ease 0.8s;
	-o-transition: all ease 0.8s;
	-webkit-transition: all ease 0.8s;
}
.sliding-part {
	position: absolute;
	left: 30%;
	bottom: 0;
}
.slider-nav {
	width: 200px;
	margin: 0 auto;
	position: absolute;
	bottom: 90px;
	height: 25px;
	left: 50%;
	margin-left: -100px;
	z-index: 999;
}
.slider-nav .yes-left-arrow {
	position: absolute;
	left: 0;
	cursor: pointer;
}
.slider-nav .yes-right-arrow {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.slider-nav .yes-nav {
	text-align: center;
	cursor: pointer;
}
.lotmore {
  background: none repeat scroll 0 0 #F1F1F1;
  bottom: 0;
  color: #333333;
  font-size: 14px;
  height: 42px;
  line-height: 42px;
  position: fixed;
  right: 0;
  text-align: center;
  width: 39.9%;
  z-index: 9999;
}

 
.all-question {
	position: fixed;
	z-index: 999;
	width: 60%;
	border-top: 1px solid rgba(0,0,0,0.10);
	top: 100%;
	left: 0%;
	transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	-ms-transition: all ease 0.8s;
	-o-transition: all ease 0.8s;
	-webkit-transition: all ease 0.8s;
}
.all-question-list {
}
.close-all-question {
	position: absolute;
	right: 20px;
	top: 10px;
	cursor: pointer;
}
.all-question-list li {
	background: #f7f7f7;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	padding: 12px 3% 12px 6%;
	color: #666;
	font-size: 16px;
	text-align: left;
}
.all-question-list .cani {
	font-size: 30px;
	font-weight: 400;
	color: #333;
	padding: 10px 3%;
}

.startnow {
max-width: 140px;
margin: 0 auto;
background: #f0483e;
}

.free-signup a {
font-size: 14px;
font-weight: 600;
color: #fff;
margin-bottom: 40px;
text-align: center;
text-transform: uppercase;
display: block;
width: 100%;
height: 38px;
line-height: 38px;
}


/*/////////////////////////////////////////////////         POP UP VIDEO PART         /////////////////////////////////////////////////*/

.cm-popup {
	background: rgba(255, 255, 255, 0.95);
	width: 100%;
	height: 100%;
	z-index: 9999999;
	top: 0px;
	position: fixed;
	display: none;
}
.cm-videos {
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DEDEDE;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
 	z-index: 999999999;
	display: none;
	opacity: 1;
	max-width: 860px;
	position: fixed;
	margin:-225px 0 0 -400px;
	top:50%;
	left:50%;
	/*transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	-ms-transition: all ease 0.8s;
	-o-transition: all ease 0.8s;
	-webkit-transition: all ease 0.8s;*/
}
.video-part {
	padding: 30px;
}
#ifrm {
	width: 800px;
	height: 450px;
}
.popup-close {
	position: absolute;
	right: 4px;
	top: 4px;
	cursor: pointer;
	width: 24px;
	height: 24px;
}
.popup-close .close-icon {
	background: none repeat scroll 0 0 #333;
	height: 20px;
	left: 12px;
	position: absolute;
	top: 3px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 1px;
}
.popup-close .close-icon2 {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.no-margin{
	margin:0;	
}


/* ORPHAN PAGES CSS STARTS */


.features-section {
//	margin: 0 auto 25px;
	overflow: hidden;
	padding: 60px 30px 70px;
	text-align: left;
}
.centeralign-features {
	text-align: center;
}
#features-page .data-on-heading {
	text-align: center;
	margin-bottom: 20px;
	line-height: 22px;
}
#features-page .data-on-desc {
	text-align: center;
	margin: 0;
}
.features-section .dual-section {
	width: 45%;
	padding: 30px 1%;
	float: left;
	overflow: hidden;
	text-align: left;
}
.features-section .right-margin {
	margin-right: 5%;
}
.features-image {
	max-width: 570px;
	float: left;
	padding-top: 10px;
	text-align: center;
	position:relative;
}
.features-image img {
	max-width: 100%;
}
.features-desc {
	width: 44%;
	float: left;
}
#features-page h2, .centeralign-features h2 {
	color: #333;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: -0.5px;
	line-height: 35px;
	padding-bottom: 10px;
	margin: 0 auto;
}
.centeralign-features p {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}
.features-section img {
	margin-bottom: 0;
}
.features-section p, .centeralign-features p {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}
.features-section .list-view {
	text-align: left;
	max-width: 750px;
}
.features-desc .list-view {
	list-style: disc;
}
.features-section .list-view li {
	margin: 0px 0 20px 0;
	color: #666;
	font-size: 13px;
	line-height: 22px;
	overflow:hidden;
	//background:url("../images/customers/list-bullet.png") no-repeat scroll 3px 9px rgba(0, 0, 0, 0);
	padding-left:20px;
}
.dual-section h3 {
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 22px;
}
.dual-section p {
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 14px;
	padding: 0 5% 0 0;
}
.action {
	width: 320px;
	margin: 30px 0 0;
	overflow: hidden;
}
.action a {
	background: none repeat scroll 0 0 #f0483e;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-weight: 600;
	height: 42px;
	line-height: 42px;
	margin: 0 12px 0 0;
	text-transform: uppercase;
	width: 145px;
	float: left;
	cursor: pointer;
	text-align: center;
}


.action .trynow {
	background: none repeat scroll 0 0 #f0483e;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	font-weight: 600;
	height: 36px;
	line-height: 36px;
	margin: 0 12px 0 0;
	text-transform: uppercase;
	width: 100px;
	float: left;
	cursor: pointer;
	text-align: center;
}

.action .watchvideo {
	background: none repeat scroll 0 0 #fff;
	color: #333;
	box-shadow: 1px 1px 0 rgba(0,0,0,0.1) inset, -1px -1px 0 rgba(0,0,0,0.1) inset;
	font-size: 12px;
	font-weight: 600;
	height: 36px;
	line-height: 36px;
	margin: 0 12px 0 0;
	text-transform: uppercase;
	width: 120px;
	float: left;
	cursor: pointer;
	text-align: center;
}

.watchvideo:hover{
	background: none repeat scroll 0 0 #fff;
	color: #333;
	box-shadow: 1px 1px 0 rgba(0,0,0,0.3) inset, -1px -1px 0 rgba(0,0,0,0.3) inset;	
}

 #db-soft{
	padding:50px 0 30px;	
}
#db-soft .top-double .list-view {
	list-style: none;
	margin: 30px 5% 0 0;
	text-align: center;
}
#db-soft #db-soft .top-double .list-view li {
	border-bottom: 1px solid #ddd;
	margin: 10px 20px 0;
	padding: 0 10px 5px;
}
#db-soft .key-points {
	margin: 0px 0 0;
	width: 430px;
}
#db-soft .top-double .dual-section {
	text-align: center;
}
.db-main {
	text-align: center;
}
#db-soft .dual-section li {
	font-size: 14px;
	margin: 0px 0 0 0px;
	color: #333;
	text-align: left;
}
#db-soft .dual-section li a {
	color: #666;
}
#api-guide .features-section ol {
	margin: 0 auto;
	width: 330px;
}
#api-guide .features-section ul {
}
#api-guide .features-section ol li {
	padding-bottom: 20px;
	padding-top: 10px;
}
#api-guide .features-section ul li {
	font-size: 14px;
	padding-bottom: 0;
	padding-left: 20px;
}
.acenter {
	text-align: center;
}
.acenter h2{
	margin-bottom:25px;	
}
#sell-service ol, #partner-prog ol {
	padding: 20px 0;
}
#sell-service p span {
	color: #000;
}
#sell-service ol span, #partner-prog ol span {
	display: block;
	font-weight: 600;
	color: #333;
}
#sell-service ol li, #partner-prog ol li {
	color: #666;
	font-size: 14px;
	line-height: 27px;
	list-style: decimal outside none;
	margin-left: 20px;
	padding-bottom: 20px;
}
#sell-service .list-view, #partner-prog .list-view, #online-soft .list-view {
	list-style: disc outside none;
	max-width: 100%;
}
#online-soft .buidapps-features {
	padding: 0 0 35px;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 55px;
}
#online-soft .buidapps-features li {
	border-left: 1px dashed #c2c2c2;
}
#partner-prog li em {
	color: #F0483E;
	font-style: normal;
}
.zc-appformtable {
	padding-left: 13px !important;
	width: 100%;
}
.zc-formtable-embed {
	padding: 2px 0;
}
.zc-formtable {
	padding: 0;
	width: 100%;
}
.zc-labelheader {
	background-color: rgba(0, 0, 0, 0);
	border-bottom: medium none;
	border-top: medium none;
	text-align: left;
	vertical-align: top;
	width: auto;
}
.zc-labelheader label {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
}
.zc-inputheader {
	background-color: rgba(0, 0, 0, 0);
	height: auto;
	text-align: left;
	width: auto;
}
.zc-inputtext {
	background-image: none;
	background-repeat: repeat-x;
	border-color: #666 #CCCCCC #CCCCCC;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	padding: 4px 0 3px 3px;
	vertical-align: top;
	width: 200px;
}
.zc-inputheader {
	background-color: rgba(0, 0, 0, 0);
	height: auto;
	text-align: left;
	width: auto;
}
#partner-prog h1 {
	font-size: 30px;
	line-height: 40px;
	margin: 0 auto;
	max-width: 580px;
}
#partner-prog .casestudy-list li {
	height: 240px;
}
#partner-prog .casestudy-img-height {
	margin-bottom: 0;
	min-height: 50px;
}
#partner-prog .casestudy-list li h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
	padding: 0 5px 10px;
}
.key-points {
	margin: -20px auto 0;
	width: 900px;
}
.key-points li {
	border-bottom: 1px solid #ddd;
	list-style: none outside none;
	margin-bottom: 20px!important;
}
.key-points li ul {
	margin-top: -10px;
	margin-bottom: 10px;
}
.key-points h3 {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: -0.5px;
	line-height: 38px;
	margin-left: 13px;
}
#sell-service .key-points h3 {
	font-size: 24px;
	margin-left: 0;
	padding: 30px 0;
}
#sell-service .key-points h3 span {
	color: #666;
	display: block;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
}
.key-points li li {
	border: medium none;
	float: none;
	font-size: 14px !important;
	list-style: decimal outside none;
	margin: 0 0px 0 0px !important;
	min-height: 25px;
	width: 80%;
	padding: 3px 0 3px 25px;
	background: url("../images/customers/list-bullet.png") no-repeat scroll 3px 11px rgba(0, 0, 0, 0);
}
.key-points h3 {
	padding-bottom: 0;
}
.key-points p span {
	font-weight: 600;
}
.form-section h3 {
	font-size: 24px;
	text-align: center;
}
.form-section h3 span {
	color: #666;
	display: block;
	font-size: 14px;
	font-weight: 400;
	padding: 5px 0;
}
.form-section .form-table {
	margin: 30px auto;
	width: 650px;
}
.form-section .form-table input, .form-section .form-table textarea, .form-section .form-table select {
	display: block;
	margin-bottom: 25px;
	font-size: 14px;
	font-weight: 300;
	border: 1px solid #e6e6e6;
	border-top: 1px solid #c1c1c1;
	padding: 10px;
	outline: none;
	float: left;
	width: 260px !important;
}
.form-button {
	display: block;
	text-align: center;
	width: 500px;
}
.form-button .zc-formbutton {
	background: none repeat scroll 0 0 #84BE46;
	border: 0 none;
	color: #FFFFFF;
	font-size: 14px;
	margin: 0 10px;
	padding: 5px 15px;
	text-transform: uppercase;
	cursor: pointer
}
.form-button .zc-formbutton:first-child + .zc-formbutton {
	background: #666;
}
#migrate .features-section {
	padding-bottom: 0;
	margin-bottom: 0;
}
#migrate .free-signup {
	margin-bottom: 40px;
}
.dbase {
	background: none repeat scroll 0 0 #FAFAFA;
	border: 1px solid #E2E2E2;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px !important;
	padding-top: 15px;
}
.features-section h2 {
	color: #333;
	font-size: 27px;
	font-weight: 400;
	letter-spacing: -0.5px;
	line-height: 30px;
	margin-top: 20px;
	text-align: center;
}
.dbase p {
	overflow: auto;
}
.dbase span {
	float: left;
	font-size: 14px;
	padding: 0 3% 10px 15%;
	width: 30%;
}
.dbase span:first-child + span {
	color: #333;
	font-size: 16px;
	padding: 0 0 10px;
	text-transform: uppercase;
	width: 4%;
}
.dbase span:first-child + span + span {
	padding: 0 15% 10px 3%
}
.dbase span a {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E5E5E5;
	font-size: 16px;
	letter-spacing: -0.2px;
	padding: 5px 15px;
	font-weight: 600;
	line-height: 40px;
}
.hfeature-model .dual-section {
	padding: 0 2% 3% 5%;
	position: relative;
	width: 41%;
	margin: 0 1%;
}
.hfeature-model .dual-section-edit {
	margin: 0 1%;
	padding: 0 2% 40px;
	position: relative;
	width: 43%;
}
.hfeature-model .dual-section-edit p {
	color: #666;
}
.hfeature-model h2 {
	font-size: 27px;
	font-weight: 400;
	letter-spacing: -0.5px;
	line-height: 30px;
	margin-bottom: 40px;
	text-align: center;
}
.form-section {
	background: none repeat scroll 0 0 #FFFFFF;
	margin: 0 50px 50px;
	padding: 30px;
}
.hfeature-model .dual-section p {
	line-height: 22px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #666;
}
.ourcustomers-list .more {
	height: 110px;
	padding: 40px 2% 0;
	width: 14.5%;
	background: #ededed;
}
.ourcustomers-list .more a {
	border-bottom: 1px dotted;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.5px;
	line-height: 30px;
	text-transform: uppercase;
}
#migrate h1 span {
	display: block;
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	padding: 10px 0;
	letter-spacing: 0;
	line-height: 24px;
}
.content-part h3, .content-part h4, .dual-section h4 {
	color: #333;
	font-weight: 600;
}
.content-part h3 {
	font-size: 24px;
}
.content-part h4, .dual-section h4 {
	font-size: 21px;
	font-weight: 400;
	line-height: 31px;
	margin: 0 0 10px;
}

.content-part h1 span {
	font-weight: 600;
     font-size: 32px;
    line-height: 22px;
    text-align: center;
    text-transform: none;
	padding-bottom: 35px;
	display:inline;

}

.content-part h1 em {
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	padding: 15px 150px 0;
	letter-spacing: 0;
}
.hfeature-model img {
	left: 0;
	position: absolute;
	top: 5px;
}
.content-part h2 span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
}
#migrate .apps-list-quote {
	width: 400px;
	margin: 0 auto 20px;
}
#migrate .apps-list-quote h3 {
	font-size: 21px;
	margin-bottom: 0;
}
#migrate .apps-list-quote em {
	font-size: 14px;
	color: #333;
}
.content-part h5 {
	color: #999999;
	font-size: 14px;
	padding: 20px 10px;
}
.all-devices {
	margin: 60px auto 0;
	width: 440px;
}
.all-devices img {
	margin: 0 0 30px;
}
.all-devices h3 {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: -0.5px;
	line-height: 30px;
	margin: 30px 0;
	text-align: center;
}
.all-devices a {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E5E5E5;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.2px;
	padding: 5px 15px;
	margin-left: -40px;
}
.dlinks li {
	border-bottom: 1px solid #e2e2e2;
	list-style: none outside none !important;
	padding: 7px 20px 10px;
	background: url("../images/customers/list-bullet.png") no-repeat scroll 3px 14px rgba(0, 0, 0, 0);
	margin: 0;
}
.sservice h3 {
	margin-left: 10px;
	font-size: 27px;
	padding: 30px 0 0;
}
.sservice li {
	border-bottom: 1px solid #e2e2e2;
	list-style: none outside none;
	padding: 0 0 10px;
	margin-left: 10px!important;
}
#migrate .ourcustomers-list li {
	opacity: 1;
}
.next-steps {
	border-bottom: 1px solid #E2E2E2;
	margin: -25px 0 0;
	padding: 0 0 35px;
	text-align: center;
}
.next-steps h4 {
	display: inline;
	padding-right: 20px;
	font-size: 20px;
}
.next-steps ul {
	display: inline;
}
.next-steps li {
	border-left: 1px solid #BDBDBD;
	display: inline;
	font-size: 14px;
	height: 15px;
	padding: 0 20px;
// text-transform: uppercase;
}
.image-area {
	padding-top: 20px;
}
.features-section-edit {
	margin: 0 auto;
	padding: 15px 30px;
}
.features-section p, .centeralign-features p, .simple-free p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 30px;
	text-align: left;
}
.features-section .left-icon-added {
	float: left;
	margin: 0 0 0px;
	min-height: 150px;
	padding: 0 3% 20px 7%;
	position: relative;
	text-align: left;
	transition: all 0.7s ease 0s;
	width: 40%;
}
.odspage-banner-part {
	padding:0;
//	background: url("../images/odspage-bg.png") no-repeat scroll;
//	background-attachment: fixed;
//	background-size: cover;
	background: #d6e5e4; /* Old browsers */
background: -moz-linear-gradient(left, #d6e5e4 0%, #e1efeb 45%, #fdeed5 90%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d6e5e4), color-stop(45%,#e1efeb), color-stop(90%,#fdeed5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #d6e5e4 0%,#e1efeb 45%,#fdeed5 90%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #d6e5e4 0%,#e1efeb 45%,#fdeed5 90%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #d6e5e4 0%,#e1efeb 45%,#fdeed5 90%); /* IE10+ */
background: linear-gradient(to right, #d6e5e4 0%,#e1efeb 45%,#fdeed5 90%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6e5e4', endColorstr='#fdeed5',GradientType=1 ); /* IE6-9 */

}
.odspage-heading-icon {
}
#odspage-list li {
	padding: 8px 5px 8px 20px;
	background: url("../images/list-red-bullet.png") no-repeat scroll 0px 18px;
	list-style: none;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
.ods-heading h3 {
	margin: 15px auto 10px;
	text-align: center;
	font-size: 27px;
	font-weight: 400;
}
.ods-heading p {
	font-size: 14px;
	line-height: 25px;
	margin: 0 auto 30px;
	max-width: 690px;
	text-align: center;
}
.ods-features {
	margin-bottom: 30px;
	overflow: hidden;
}
.ods-features ul {
	width: 27.5%;
	margin: 0 2.5%;
	float: left;
}
.ods-features ul li:first-child {
	border: none;
}
.ods-features li {
	background: url("../images/customers/list-bullet.png") no-repeat scroll 0px 14px rgba(0, 0, 0, 0);
	border-top: 1px solid #E2E2E2;
	list-style: none outside none !important;
	padding: 7px 20px 10px;
	font-size: 14px;
	border-bottom: none;
}
.ods-features .allfeatures {
	background: none repeat scroll 0 0 #EDEDED;
	border: 1px solid #E2E2E2;
}
.ods-features li a {
	color: #666;
}
.ods-features .allfeatures a {
	color: #333;
	line-height: 21px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	display: block;
}
.key-points h4, .simple-free h4 {
	font-size: 21px;
	font-weight: 400;
	line-height: 32px;
}
.dual-section .webdata-video {
	position: relative;
	margin-top:15px;
	cursor:pointer;
}
.dual-section h1 {
	font-size: 36px;
	margin: 00px 0 15px 0;
	padding: 0;
	text-align: left;
	line-height: 45px;
}
.dual-section .para {
	font-size: 15px;
	padding: 0;
	text-align: left;
	color: #666;
}
.access-all-devices {
	max-width: 425px;
	padding:15px 0;
	border-bottom:1px solid #d9d9d9;
	border-top:1px solid #d9d9d9;
	margin: 0px 0 25px;
	overflow: hidden;
	text-align:center;
 //background: url("../images/divider-shadow.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
}

.access-all-devices h5{
	color: #333;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 15px;	
}
.access-all-devices ul {
	overflow: hidden;
}
.access-all-devices li {
	float: left;
	text-align: center;
	width:33.333%;
}
.access-all-devices li span {
}
.access-all-devices li img {
	margin-bottom: 0px;
}
.access-all-devices li p {
	font-size: 12px;
	color: #333;
	margin-bottom:0;
	text-align: center;
}
 

.checkout {
	margin:0 auto 30px;
	max-width: 282px;
}
.checkout a {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #e2e2e2;
	font-size: 16px;
	font-weight: 600;
	padding: 5px 20px;
	display: block;
	height: 28px;
	line-height: 28px;
	max-width: 240px;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
}
.border-bottom {
	border-bottom: 1px solid #e2e2e2;
}
.border-top {
	border-top: 1px solid #e2e2e2;
}
#listing-features {
	overflow: hidden;
	margin-top: 0;
}
#listing-features li {
	border-bottom: none;
	border-top: 1px solid #ddd;
}
#listing-features li:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

#listing-features li h4 {
	margin: 20px 0 10px;
}
#listing-features li p {
	margin-bottom:5px;
}
#bottom-quotes {
	margin-bottom: 20px;
	padding-top: 10px;
}
#bottom-quotes h3 {
	font-size: 24px;
	margin-bottom: 0px;
}
#bottom-quotes p {
	font-size: 14px;
	margin-bottom: 0;
}
.border-top li img {
	width: 36px;
}
/* SELL YOUR SERVICE PAGE COADING STARTS */	

.syspage-banner-part {
	//background: url("../images/sys-banner.png") no-repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
	padding: 50px 0 30px;
	height: 380px;
	overflow: auto;
	background: #d6e5e4; /* Old browsers */
background: -moz-linear-gradient(left, #d6e5e4 0%, #e1efeb 45%, #fdeed5 90%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d6e5e4), color-stop(45%,#e1efeb), color-stop(90%,#fdeed5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #d6e5e4 0%,#e1efeb 45%,#fdeed5 90%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #d6e5e4 0%,#e1efeb 45%,#fdeed5 90%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #d6e5e4 0%,#e1efeb 45%,#fdeed5 90%); /* IE10+ */
background: linear-gradient(to right, #d6e5e4 0%,#e1efeb 45%,#fdeed5 90%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6e5e4', endColorstr='#fdeed5',GradientType=1 ); /* IE6-9 */

}
.sys-heading {
	float: left;
	text-align: left;
	width: 45%;
	margin-right: 5%;
}
.sys-heading h1 {
	text-align: left;
	line-height: 38px;
}
.sys-heading p {
	color: #666;
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 20px;
}
.sys-heading p span {
	font-weight: 600;
}
.sys-image {
	width: 50%;
	float: left;
	overflow: hidden;
	text-align:right;
}
.sys-image img {
	margin: 0px 0 0 40px;
}
.content-heading {
	margin: 10px 0 0;
	padding: 0 0 40px;
	text-align: center;
}
.content-heading h2 {
	margin: 0 auto;
}
.content-heading h2 span {
	color: #666;
	font-size: 16px;
}
.simple-free {
	background: #fff;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.10);
	padding: 20px 5%;
	margin: 5px 5px 0px;
}
.simple-free li {
	padding: 25px 0 25px 50px;
	border-top: 1px dashed #d2d2d2;
	position: relative;
}
.simple-free li:first-child {
	border: none;
}
.simple-free p {
	color: #666;
	margin: 10px auto 0;
	font-size: 14px;
}
.simple-free span {
	position: absolute;
	left: 0;
	top: 28px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	display: block;
	background: #fafafa;
	text-align: center;
	border-radius: 100%;
}
.detailed-list {
	overflow: hidden;
	margin: 10px auto 15px;
}
.detailed-list li {
	width: 42%;
	margin: 0 2%;
	float: left;
	font-size: 14px;
	line-height: 22px;
	padding: 25px 25px 25px 0;
	color: #666;
	border-bottom: 1px solid #e2e2e2;
}
.zcp-lists {
	overflow: hidden;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 20px;
}
.zcp-lists ul {
	width: 46%;
	float: left;
	margin: 0 2%;
}
.zcp-lists li {
	padding: 15px 2%;
}
.zcp-lists li h4 {
	font-size: 21px;
	margin-bottom: 15px;
}
.zcp-lists li p {
	font-size: 14px;
	margin-bottom: 10px;
	color: #666;
	line-height: 23px;
}
.margin-bottom {
	margin-bottom: 40px;
}

.join-now{
	max-width:180px;
	text-align: left;
}

.join-now a{
color: #FFFFFF;
display: INLINE-BLOCK;
font-size: 14px;
font-weight: 600;
height: 38px;
line-height: 38px;
text-align: center;
text-transform: uppercase;
padding:0 25px;	
background:none repeat scroll 0 0 #F0483E;
}

.nomargin-top{
	margin-top:0;	
}

.dual-section h1 {
	font-size: 36px;
	margin: 00px 0 15px 0;
	padding: 0;
	text-align: center;
	line-height: 45px;
	font-weight:300;
}

.dual-section h1 span {
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	text-align: center;
	line-height: 45px;
	display:inline;
}


.align-980 {
max-width: 980px;
margin: 0 auto;
}

.acenter {
text-align: center;
}

.maxwidth-1200 {
	max-width: 1200px;
}
#build-apps {
	position: relative
}
.letsbuild-part{
		background: #d6e5e4; /* Old browsers */
background: -moz-linear-gradient(left, #d6e5e4 0%, #e1efeb 45%, #fdeed5 90%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d6e5e4), color-stop(45%,#e1efeb), color-stop(90%,#fdeed5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #d6e5e4 0%,#e1efeb 45%,#fdeed5 90%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #d6e5e4 0%,#e1efeb 45%,#fdeed5 90%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #d6e5e4 0%,#e1efeb 45%,#fdeed5 90%); /* IE10+ */
background: linear-gradient(to right, #d6e5e4 0%,#e1efeb 45%,#fdeed5 90%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6e5e4', endColorstr='#fdeed5',GradientType=1 ); /* IE6-9 */
padding:60px 0 40px;
		
}
.build-banner {
		max-width: 980px;
		margin:0 auto;
}
.build-banner h1 {
	font-size: 36px;
	letter-spacing: -1px;
	padding-bottom: 10px;
	font-weight:600;
	text-align:center;
}
.build-banner h1 span {
	font-weight: 300;
	font-size: 36px;
	letter-spacing: -1px;
	padding-bottom: 10px;
	display:inline;
}
.build-bg {
	height: 480px;
	max-width: 100%;
	width: 100%;
}
.buidapps-features {
	overflow: hidden;
	margin: 0 0 30px;
}
.buidapps-desc {
	text-align: center;
	max-width: 750px;
	margin: 0 auto;
	font-size: 16px;
	color: #666;
}
.buidapps-features li {
	margin: 40px 0.05% 5px;
	overflow: hidden;
	padding: 10px 4%;
	width: 25%;
	float: left;
	text-align: center;
	border-left: 1px dashed #c2c2c2;
}
.buidapps-features li:first-child {
	border: none;
}
.buidapps-features li img {
	margin-bottom: 20px;
}
.buidapps-features li h4 {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 10px;
	
}
.buidapps-features li p {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 20px;
	min-height: 60px;
}
.buidapps-features li p span {
	color: #333;
	font-weight: 600;
}
.buildapps-link {
	margin: 0 auto;
	overflow: hidden;
	width: 230px;
}
.buildapps-link a {
	background: #F0483E;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: 700;
	height: 32px;
	line-height: 32px;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	width: 105px;
}
.buildapps-link a:first-child {
	color: #333;
	font-size: 11px;
	font-weight: 400;
	height: auto;
	line-height: 20px;
	margin-bottom: 10px;
	text-decoration: underline;
	background: none;
	display:none;
}
.buildapps-link a:first-child:hover {
	background: none;
}
.action a {
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: 600;
  height: 36px;
  line-height: 36px;
  margin: 0 12px 0 0;
  text-align: center;
  text-transform: uppercase;
  width: 118px;
}


.help-links {
	padding: 0px 0 40px;
	overflow: hidden;
}
.help-links li {
	float: left;
	overflow: hidden;
	padding: 0 4.5%;
	text-align: left;
	width: 41%;
}
.help-links li img {
	margin-top: 15px;
}
.help-links li h3 {
	color: #333;
	font-size: 24px;
	font-weight: 300;
	line-height: 36px;
	margin-bottom: 20px;
}
.help-links h3 a {
	font-weight: 600;
	color:#333;
}
.help-links li p {
	font-size: 14px;
	line-height: 25px;
	color: #666;
	font-weight: 400;
	max-width: 400px;
	margin: 0 auto;
}


.help-section{
	overflow:hidden;
	border-top:1px solid #e2e2e2;
	padding:40px 0 40px;	
}


.help-section{
	overflow:hidden;
	border-top:1px solid #e2e2e2;
	padding:40px 0 40px;	
}

.help-section h2{
	font-size: 25px;
	line-height: 24px;
	color: #333;
	font-weight: 400;
	margin: 0 auto 40px;
	text-align:center;
}

.help-types{
	overflow:hidden;
}

.online-help{
	float:left;
	width:30%;	
}

.online-help h3, .videos-help h3, .contact-help h3{
	font-size:18px;
	font-weight:600;
	line-height:24px;
	margin-bottom:20px;	
	color:#333;
	
}

.online-help li, .videos-help li{
	text-decoration:underline;
	margin:0 0 15px 0;
	padding:0px 0 0px 25px;
	font-size:15px;
	background:url("../images/list-bullet.png") no-repeat scroll 5px 8px transparent;
}

.online-help li a, .videos-help li a{
	color:#666;
	
}

.videos-help{
	float:left;
	width:40%;	
}

.videos-help li{
	background:url("../images/features/youcan-arrow.png") no-repeat scroll 0 center transparent;
}



.contact-help{
	float:left;	
	width:30%;
}

.contact-help img{
	margin-bottom:5px;	
}

.contact-help p{
	font-size:12px;
	color:#666;
	font-weight:400;
	line-height:22px;
	margin-bottom:15px;
	max-width:225px;
}

.contact-help a{
	background: none repeat scroll 0 0 #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: #777777;
	display: block;
	float: left;
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	height: 36px;
	line-height: 36px;
	margin: 0 20px 0 0;
	text-align: center;
	text-transform: uppercase;
	width: 175px;	
}

.contact-help a:hover{
	border: 1px solid rgba(0, 0, 0, 0.25);
	color: #333;
}


.free-signup, .startnow {
max-width: 180px;
margin: 0 auto 0px;
background: #f0483e;
}

.free-signup a {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 40px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
}

.content-part {
margin: 40px auto 20px;
max-width: 980px;
overflow: hidden;
width: 100%;
}


/* APPS GALLERY */

.apps-gallery-detail {
	margin: 20px auto 30px;
	max-width: 980px;
	overflow: hidden;
	padding: 10px 0 20px;
}
.apps-gallery-detail li {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	float: left;
	margin: 0 1.25% 25px;
	height: 370px;
	padding: 30px 3%;
	width: 24.5%;
}
.apps-detail-heading img {
	margin-bottom: 15px;
	opacity: 0.75;
}
.apps-detail-heading h2 {
	color: #333;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 15px;
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
}
.apps-detail-heading p {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	margin: 0 2% 0 0;
	padding: 0 0 25px;
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
}
.apps-detail-heading .related-links {
	overflow: hidden;
}
.related-links a {
	color: #777777;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: 600;
	height: 27px;
	line-height: 27px;
	margin-right: 20px;
	text-align: center;
	text-transform: uppercase;
	width: 90px;
}
.related-links .livedemo {
	background: none repeat scroll 0 0 #f7f7f7;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.related-links a:last-child {
	background: none repeat scroll 0 0 #19984f;
	color: #fff;
	height: 29px;
	line-height: 29px;
	width: 92px;
}
.related-links .livedemo:hover {
	color: #333;
	border: 1px solid rgba(0, 0, 0, 0.4);
}


/* RESPONCIVE CODE FOR YES YOU CAN PAGES */


@media screen and (min-width: 1441px) and (max-width: 1650px) {
body {
    min-width: 1200px;
}
.yesyoucan-questions li h2 {
    font-size: 60px;
    line-height: 78px;	
}
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
body {
    min-width: 1200px;
}
.yesyoucan-questions li h2 {
    font-size: 55px;
    line-height: 66px;
}
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
body {
    min-width: 960px;
}
.yesyoucan-questions li h2 {
    font-size: 45px;
    line-height: 58px;
}
}
@media screen and (max-width: 1024px) {
body {
    min-width: 700px;
}
.yesyoucan-questions li h2 {
    font-size: 40px;
    line-height: 50px;
}
}
@media screen and (max-width: 768px) {
body {
    min-width: 600px;
}
.yesyoucan-questions li h2 {
    font-size: 34px;
    line-height: 42px;
}
}
@media screen and (max-width: 767px) {
body {
    padding: 0;
    width: 100%;
}
.yesyoucan-questions li h2 {
    font-size: 30px;
    line-height: 42px;
}
}
