/*/////////////////////////////////////////////////         RESET CSS PART         /////////////////////////////////////////////////*/ 
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, big, cite, code, em, img, ins, small, strike, strong, sub, sup, b, u, i, center, ol, ul, li, fieldset, form, label, legend,ul,li,a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	color:#444;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
article, aside, footer, header, hgroup, nav, section {
	display: block;
}
a {
	border: none;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	color: #F00;
}
* {
	margin: 0px;
	padding: 0px;
}
img {
	max-width: 100%;
}
.clear{
	clear: both;
}
/*/////////////////////////////////////////////////         COADING PART STARTS         /////////////////////////////////////////////////*/
body {
	font-family:"microsoft yahei";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	/*background: #f9f9f9;*/
}
.whitebg {
	background: #fff;
}
.align-980 {
	max-width: 980px;
	margin: 0 auto;
}
p {
	font-family: Arial, 微软雅黑;
	/* [disabled]font-size: 15px; */
	font-weight: 400;
	color: #666;
}
/* HEADER PART STARTS */ 
.header {
	width: 100%;
	min-height: 51px;
	background: #ffffff;
	border-bottom: 1px solid #e2e2e2;
}
.fixed-header {
	position: fixed;
	top: 0;
	z-index: 9999;
}
.logo {
	float: left;
	padding: 12px 0 0 20px;
}
.zoho-logo {
	width: 70px;
}
.iconic-menu .logo img {
	width: 90px;
}
.menu {
	float: left;
	min-width: 120px;
	padding: 0px 0px 0 15px;
}
.menu-icon, .mobile-menu, .msign, .sub-menu-icon, .mobile-banner {
	display: none;
}
.menu li {
	float: left;
}
.menu li a {
	color: #333;
	display: block;
	font-size: 12px;
	font-weight: 600;
	line-height: 15px;
	margin-right: 0px;
	padding: 18px 20px 18px 10px;
	text-transform: none;
	transition: 0.1s ease 0s;
	-moz-transition: 0.1s ease 0s;
	-ms-transition: 0.1s ease 0s;
	-o-transition: 0.1s ease 0s;
	-webkit-transition: 0.1s ease 0s;
	-webkit-font-smoothing: auto;
}
.menu li a:hover {
	color: #666;
}
.menu .selected {
	color: #666;
}
.mobile-menu li {
	font-size: 14px;
	font-weight: 600;
	text-transform: none;
	color: #444;
	padding-bottom: 15px;
}
.mobile-menu li a, .menu ul li a {
	color: #666;
	font-size: 12px;
	margin: 0;
	padding: 10px 0 10px 35px;
	text-transform: none;
	position: relative;
	line-height: 20px;
	text-transform: none;
}
.mobile-menu li span, .menu ul li span {
	background-image: url(images/apps-sprite.png);
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 10px;
}
.menu .catagory-dropdown {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E8E8E8;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	opacity: 0;
	padding: 10px 0 0;
	position: absolute;
	top: 60px;
	visibility: hidden;
	width: 200px;
	z-index: -1;
	transition: 0.25s ease 0s opacity;
	-moz-transition: 0.25s ease 0s opacity;
	-ms-transition: 0.25s ease 0s opacity;
	-o-transition: 0.25s ease 0s opacity;
	-webkit-transition: 0.25s ease 0s opacity;
	margin-left: 10px;
}
.menu .catagory-dropdown:after {
	border-bottom: 8px solid #ddd;
	border-left: 8px solid rgba(0, 0, 0, 0);
	border-right: 8px solid rgba(0, 0, 0, 0);
	content: "";
	height: 0;
	left: 20px;
	position: absolute;
	top: -8px;
	width: 0;
}
.menu .catagory-dropdown:before {
	border-bottom: 8px solid #fff;
	border-left: 8px solid rgba(0, 0, 0, 0);
	border-right: 8px solid rgba(0, 0, 0, 0);
	content: "";
	height: 0;
	left: 20px;
	position: absolute;
	top: -7px;
	width: 0;
	z-index: 99;
}
.menu .hr:after {
	left: 1px;
}
.menu .hr:before {
	left: 1px;
}
.menu ul li {
	border-top: 1px solid #EEEEEE;
	float: none;
	margin: 0 auto;
	text-align: left;
	width: 74%;
}
.menu ul li:first-child {
	border: none;
}
.menu li:hover .catagory-dropdown {
	top: 51px;
	visibility: visible;
	opacity: 1;
	z-index: 99;
}
.catagory-dropdown .mobileapps {
	background: none repeat scroll 0 0 #F7F7F7;
	border: none;
	padding: 10px 12.5%;
	width: 75%;
}
.catagory-dropdown .mobileapps a {
	color: #666;
	font-size: 12px;
	line-height: 17px;
	padding: 2px 0 0 0;
	text-transform: none;
}
.app-icon1 {
	background-position: left top;
}
.app-icon2 {
	background-position: -21px top;
}
.app-icon3 {
	background-position: -42px top;
}
.app-icon4 {
	background-position: -63px top;
}
.app-icon5 {
	background-position: -84px top;
}
.app-icon6 {
	background-position: -105px top;
}
.app-icon7 {
	background-position: left -21px;
}
.app-icon8 {
	background-position: -21px -21px;
}
.app-icon9 {
	background-position: -42px -21px;
}
.app-icon9a {
	background-position: -64px -65px;
}
.app-icon10 {
	background-position: -63px -21px;
}
.app-icon11 {
	background-position: -84px -21px;
}
.app-icon12 {
	background-position: -105px -21px;
}
.app-icon13 {
	background-position: left -42px;
}
.app-icon14 {
	background-position: -21px -42px;
}
.app-icon15 {
	background-position: -42px -42px;
}
.app-icon16 {
	background-position: -63px -42px;
}
.app-icon17 {
	background-position: -84px -42px;
}
.app-icon18 {
	background-position: -105px -42px;
}
.app-icon19 {
	background-position: left -63px;
}
.app-icon20 {
	background-position: -21px -63px;
}
.app-icon21 {
	background-position: -42px -63px;
}
.app-icon31 {
	background-position: -44px -20px;
}
.app-icon35{
	background-position:-106px -61px;
	}
.app-icon-mobile {
	background-position: -100px -63px;
}
.menu .selected >a {
	color: #000000;
	cursor: pointer;
}
.signing {
	float: right;
	margin: 12px 20px 0 0;
}
.signing .signin, .signing .signup {
	height: 26px;
	border: 1px solid #e2e2e2;
	text-align: center;
	line-height: 26px;
	font-size: 12px;
	display: inline-block;
	float: left;
	margin-left: 10px;
	color: #333;
	padding: 0 12px;
	font-weight: 700;
	text-transform: none;
 letter-spacing: .-3px;
}
.signing .signup {
	background: #f0483e;
	border: 1px solid #f0483e;
	color: #fff;
}
.menu .menu-signup a:hover {
	color: #fff;
}
.getstarted-box {
	max-width: 240px;
	margin: 0 auto;
}
.getstarted-box a {
	color: #FFFFFF;
	background: #F0483E;
	display: inline-block;
	font-size: 16px;
	font-family: Arial, 微软雅黑;
	height: 46px;
	line-height: 46px;
	padding: 3px 40px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
	font-weight: 700;
	text-transform: none;
}
.getstarted-box span {
	font-size: 14px;
	color: #666;
	padding-top: 10px;
	display: block;
	font-weight: 400;
	text-align: center;
	font-family: Arial, 微软雅黑;
}
/* MOBILE DROP DOWN LISTS STARTS */

.mask-holder {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 50px;
	z-index: 999;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}
.hides {
	opacity: 0;
	visibility: hidden;
}
.mobile-menu {
	width: 100%;
	overflow: auto;
}
.mobile-holder {
	z-index: 99999;
	top: 52px;
	width: 100%;
	position: fixed;
	transition: .7s ease;
	-moz-transition: .7s ease;
	-webkit-transition: .7s ease;
	-o-transition: .7s ease;
	-ms-transition: .7s ease;
	transform: translate3d(-100%, 0, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
}
.mobile-holder.move {
	transform: translate3d(0%, 0, 0);
	-webkit-transform: translate3d(0%, 0, 0);
	-moz-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
}
.mobile-sub-holder {
	height: 100%;
	overflow-x: hidden;
	position: relative;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	-o-overflow-scrolling: touch;
	-ms-overflow-scrolling: touch;
}
.wrapp {
	width: 100%;
	height: 2000px;
}
/* MOBILE DROP DOWN LISTS STARTS */

/* HEADER PARTS ENDS  */


/* MOBILE APPS PART */
.apps-tab-bar {
	background: none repeat scroll 0 0 #fff;
	overflow: hidden;
	padding: 120px 0 10px;
}
.apps-tab {
	background: none repeat scroll 0 0 #F7F7F7;
	margin: 0 auto;
	max-width: 260px;
	overflow: auto;
}
.apps-tab a {
	float: left;
	width: 128px;
	display: block;
	font-size: 12px;
	color: #555;
	border: 1px solid #c2c2c2;
	padding: 12px 0;
	text-align: center;
	text-transform: none;
	font-weight: 600;
}
.apps-tab .selected {
	border: 1px solid #00add5;
	color: #00add5;
	background: #fff;
}
.mob-apps-section {
	overflow: hidden;
	background-image: url("images/mobile-part-bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	margin-top: 50px;
}
.mob-apps-cont {
	width: 35%;
	float: left;
	padding: 120px 5% 120px 0%;
	margin-left: 8%;
}
.mob-apps-cont h2 {
	color: #333333;
	display: block;
	font-size: 100px;
	font-weight: 700;
	letter-spacing: -6px;
	line-height: 80px;
	padding-bottom: 20px;
	text-transform: none;
}
.mob-apps-cont h2 span {
	color: #333333;
	display: block;
	font-size: 27px;
	font-weight: 400;
	letter-spacing: -0.5px;
	line-height: 36px;
	padding: 15px 0 0;
	text-transform: none;
	font-family: "微软雅黑";
}
.mob-apps-cont p {
	color: #666;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 50px;
}
.mob-apps-cont p em {
	border-bottom: 1px solid #999;
	display: block;
	margin: 25px 0 35px;
	width: 40px;
}
.store-icon {
	margin: 0 0 25px;
	overflow: hidden;
	width: 200px;
	opacity: 0.7;
}
.store-icon li {
	border-left: 1px solid rgba(0,0,0,0.15);
	float: left;
	height: 28px;
	padding: 5px 20px;
	text-align: center;
}
.store-icon li:first-child {
	border-left: none;
	padding-left: 0;
}
/* CATAGORY PART MOBILE APPS */


.catagory-mobapps-part {
	position: relative;
	margin: 0 auto;
}
.look-down {
	background: url("images/look-down-arrow.png") no-repeat scroll center center #FFFFFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	height: 100px;
	left: 50%;
	margin: 0 auto 0 -50px;
	position: absolute;
	top: -50px;
	width: 100px;
	cursor: pointer;
}
.catagory-mobapps.first-child {
	border-top: medium none;
	padding: 140px 0 40px;
}
.catagory-mobapps {
	padding: 80px 0 40px;
	border-top: 1px solid #e2e2e2;
	overflow: hidden;
	text-align: center;
}
.catagory-mobapps h2 {
	color: #333333;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 38px;
	margin-bottom: 15px;
}
.catagory-mobapps p {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	max-width: 800px;
	margin: 0 auto 70px;
	font-family: "微软雅黑";
}
.catagory-mobapps p em {
	border-bottom: 1px solid #ccc;
	display: none;
	margin: 20px auto 35px;
	width: 50px;
}
.catagory-mobapps .mob-sm, .catagory-mobapps .mob-cs, .catagory-mobapps .mob-ec, .catagory-mobapps .mob-fin, .catagory-mobapps .mob-hr, .catagory-mobapps .mob-cp {
	overflow: hidden;
	max-width: 650px;
	margin: 0 auto;
}
.catagory-mobapps li {
	display: inline-block;
	float: none;
	padding: 0 25px;
	position: relative;
	transition: all 0.7s ease 0s;
	margin-bottom: 30px;
}
.catagory-mobapps .mobapps-icon {
	margin-bottom: 20px;
	width: 64px;
}
.catagory-mobapps li h4 {
	color: #333;
	font-size: 14px;
	font-weight: 600;
	line-height: 26px;
	margin: 0 0 10px;
	text-transform: none;
}
.catagory-mobapps h4 a {
	color: #333;
}
.catagory-mobapps .store-icon {
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin: 0;
}
.catagory-mobapps .store-icon a {
	border-left: 1px solid rgba(0,0,0,0.075);
	height: 18px;
	padding: 5px 10px;
	text-align: center;
	display: inline-block;
}
.store-icon a:first-child {
	border-left: none;
}
.catagory-mobapps .store-icon img {
	width: 18px;
	opacity: 0.6;
}
.catagory-mobapps .mob-ec {
	max-width: 650px;
	margin: 0 auto;
}
.mob-ec li {
	display: inline-block;
	float: none;
	margin-bottom: 30px;
	position: relative;
	transition: all 0.7s ease 0s;
	width: 24.5%;
	padding: 0;
}
.mob-cp, .mob-hr, .mob-fin {
	width: 100%;
}
.merged-mobile-catagory {
	overflow: hidden;
	padding: 80px 0 40px;
	background: #fff;
}
.merged-mobile-catagory .catagory-mobapps {
	float: left;
	width: 40%;
	padding: 0 5%;
	border: none;
}
.merged-catagory-inner {
	max-width: 1200px;
	margin: 0 auto;
}
.mobilemenu-close {
	cursor: pointer;
	height: 24px;
	position: fixed;
	right: 10px;
	top: 70px;
	width: 24px;
}
.mob-apps-inner {
	background: url("images/mobileapps-inner-bg.png") no-repeat scroll center center / cover rgba(0, 0, 0, 0);
	width: 100%;
	padding: 80px 0;
	height: 300px;
}
.mask-holder {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.45);
	height: 100%;
	left: 0;
	overflow: auto;
	position: fixed;
	top: 52px;
	transition: all 0.5s ease 0s;
	width: 100%;
	z-index: 99;
}
/*  MOBILE APPS SECTION ENDS */

/*select-time begin*/

.select-time .one{
	margin-left: 50%;
	float: left;
}
.select-time .two{
	margin-right: 15%;
	float: right;
}
.select-time a{
	display: block;
	width: 15%;
	float: left;
	background: #e8e8e8;
	margin-bottom: 30px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.select-time h2{
	font-size: 24px;
	font-weight: normal;
	padding-top: 5%;
	padding-bottom: 5%;
	text-align: center;
}
/*select-time end*/
 
/* ABOUT US MENU */

.floating-iconic-menu {
	background: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
	z-index: 9999;
	border-bottom: 1px solid #e2e2e2;
	position: fixed;
	width: 100%;
	top: -160px;
	z-index: 999;
	left: 0;
	transition: ease 0.3s 0s;
	-moz-transition: ease 0.3s 0s;
	-webkit-transition: ease 0.3s 0s;
	-ms-transition: ease 0.3s 0s;
	-o-transition: ease 0.3s 0s;
}
.iconic-menu {
	overflow: hidden;
	width: 100%;
	background: #f5f5f5;
	transition: ease 0.7s;
	-moz-transition: ease 0.7s;
	-webkit-transition: ease 0.7s;
	-ms-transition: ease 0.7s;
	-o-transition: ease 0.7s;
	border-bottom: 1px solid #e8e8e8;
	z-index: 999;
}
.floating-iconic-menu .logo {
	display: block;
	float: none;
	left: 0;
	position: absolute;
	top: 23px;
}
.floating-iconic-menu .zoho-logo {
	width: 100%;
}
.floating-iconic-menu .signing {
	display: block;
	float: none;
	position: absolute;
	top: 25px;
	right: 0;
}
.iconic-menu-fix {
	position: fixed;
	TOP: 0;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
	z-index: 9999;
	border-bottom: 1px solid #e2e2e2;
}
.aboutus-menu {
	margin: 0 auto;
	max-width: 550px;
	overflow: hidden;
	padding: 35px 0;
	transition: ease 0.5s PADDING;
	-moz-transition: ease 0.5s PADDING;
	-webkit-transition: ease 0.5s PADDING;
	-ms-transition: ease 0.5s PADDING;
	-o-transition: ease 0.5s PADDING;
}
.floating-iconic-menu .aboutus-menu {
	max-width: 380px;
	padding: 25PX 0;
}
.partners-menu {
	max-width: 680px;
}
.aboutus-menu span {
	height: 44px;
	width: 44px;
	text-indent: 999999px;
	display: block;
	margin: 0 auto 10px;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: 45px 90px;
}
.floating-iconic-menu .aboutus-menu span {
	height: 24px;
	width: 24px;
	margin: 0 auto 10px;
	opacity: 1;
	background-size: 24px 45px;
}
.floating-iconic-menu .aboutus-menu a {
	font-size: 14px;
	padding: 0 15px;
}
.icon-hover {
	height: 24px;
	width: 24px;
	margin: 0 auto 10px;
	opacity: 1;
	background-size: 24px 45px;
}
.aboutus-menu a {
	color: #333;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: 400;
	padding: 0px 25px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
.aboutus-menu span {
	height: 44px;
	width: 44px;
	text-indent: 999999px;
	display: block;
	margin: 0 auto 10px;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: 45px 90px;
}
.aboutus-menu .aboutus {
	background-image: url(images/z.png);
}
.aboutus-menu .mt {
	background-image: url(images/mt.png);
}
.aboutus-menu .press {
	background-image: url(images/press.png);
}
aboutus-menu .media{
	background-image:url(images/media.png);
	}
.aboutus-menu .interviews {
	background-image: url(images/interviews.png);
}
.aboutus-menu .news {
	background-image: url(images/news.png);
}
.aboutus-menu .awards {
	background-image: url(images/awards.png);
}
.aboutus-menu .contactus {
	background-image: url(images/at.png);
}
.aboutus-menu .selected span, .aboutus-menu a:hover span {
	background-position: center 100%;
}
.aboutus-menu a:hover, .aboutus-menu .selected {
	color: #ea452f;
}
/* WE BUILD APPS */

.we-build {
	margin: 0 auto;
	max-width: 980px;
	overflow: hidden;
	padding: 80px 5% 30px;
	text-align: left;
	width: 90%;
}
.we-build h1 {
	color: #333;
	font-size: 100px;
	font-weight: 800;
	letter-spacing: -5px;
	line-height: 90px;
	text-transform: none;
}
.we-build h1 span {
	display: block;
	font-size: 68px;
}
.we-build em {
	border-bottom: 5px solid #333333;
	display: block;
	margin: 30px 0 0;
	width: 80px;
}
.we-build p {
	color: #666;
	font-family: Arial, 微软雅黑;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 32px;
	margin: 0 auto;
	max-width: 820px;
	padding: 0 0 30px;
	text-align: left;
}
.aboutus-description {
	margin: 0 auto;
	max-width: 980px;
	overflow: hidden;
	padding: 0 5% 50px;
}
.aboutus-description-left {
	float: left;
	width: 67%;
	font-family: "微软雅黑";
}
.page-heading p {
	color: #333;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 28px;
	margin: 0 auto;
	max-width: 800px;
	padding: 25px 10%;
	text-align: center;
}
.aboutus-description p {
	color: #666;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 30px;
	margin: 0 auto;
	padding: 15px 5% 20px 0;
}
.twentyfour-plus {
	border-left: 3px solid #FFCC00;
	float: left;
	margin: 120px 0 0 3%;
	padding: 0 0 0 3%;
	width: 26%;
}
.twentyfour-plus p {
	color: #333;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: -0.5px;
	line-height: 34px;
	margin: 0 auto;
	max-width: 360px;
	padding: 0 0 5px;
}
.twentyfour-plus em {
	border-bottom: 1px solid #000000;
	display: block;
	margin: 20px 0 0;
	width: 50px;
}
.aboutus-additional {
	clear: both;
	margin: 0 auto 130px;
	max-width: 1200px;
	overflow: hidden;
	padding: 0 4%;
}
.image-content-part, .content-twice-part {
	padding: 70px 0%;
	overflow: hidden;
	max-width: 980px;
	margin: 0 auto;
}
.single-image-part {
	max-width: 980px;
	margin: -25px auto 0;
}
.image-twice-part {
	padding: 40px 0%;
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto;
}
.smallimage-twice-part {
	margin: 0 auto -50px;
	max-width: 1200px;
	overflow: hidden;
	padding: 50px 0 0;
}
.aboutus-additional .smallimage-twice-part li {
	padding: 0;
	line-height: 0;
	width: 50%;
	float: right;
}
.aboutus-additional .smallimage-twice-part li img {
	width: 100%;
}
.aboutus-additional li, .image-content-part li, .content-twice-part li {
	float: left;
	padding: 0 4%;
	width: 42%;
	float: left;
}
.aboutus-additional li:first-child {
	width: 46%;
	padding: 0 4% 0 0;
}
.aboutus-additional li:last-child {
	width: 46%;
	padding: 0 0 0 4%;
}
.content-twice-part li:first-child {
	width: 56%;
	padding: 0 4% 0 0;
}
.content-twice-part li:last-child {
	width: 36%;
	padding: 0 0 0 4%;
}
.smallimage-twice-part li:first-child, .smallimage-twice-part li:last-child {
	width: 50%;
	padding: 0 0% 0 0;
}
.aboutus-additional .image-area {
	padding: 0;
	width: 100%;
}
.aboutus-additional .image-twice-part li {
	float: left;
	width: 50%;
	padding: 0;
}
.aboutus-additional h3 {
	color: #333;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 36px;
	padding-bottom: 15px;
}
.aboutus-additional h3 span {
	display: block;
}
.aboutus-additional p {
	color: #444444;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
}
.aboutus-inner-bg {
	background: #fbfbfb;
}
.aboutus-inner {
	overflow: hidden;
	transition: ease 0.5s opacity;
	-moz-transition: ease 0.5s opacity;
	-webkit-transition: ease 0.5s opacity;
	-ms-transition: ease 0.5s opacity;
	-o-transition: ease 0.5s opacity;
}
.content-highlighted .we-focus {
	margin: 20px 0 0;
}
.content-highlighted em {
	border-bottom: 1px solid #000000;
	display: block;
	margin: 20px 0 0;
	width: 40px;
}
.content-highlighted p {
	border-left: 3px solid #FFCC00;
	color: #333;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: -0.5px;
	line-height: 34px;
	margin: 30px 0;
	max-width: 280px;
	padding: 0 0 5px 30px;
}
/* OUR STORY PART */

.our-story-part {
	margin: 0 auto;
}
.our-story {
	background: url("images/ourstory-bg.jpg") no-repeat fixed center center rgba(0, 0, 0, 0);
	background-size: cover;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	padding: 200px 0 250px;
	position: relative;
}
.our-story h2 {
	color: #FFFFFF;
	display: block;
	font-size: 54px;
	font-weight: 800;
	letter-spacing: -2px;
	line-height: 70px;
	margin-top: 0;
	padding-bottom: 0;
	text-transform: none;
}
.our-story h2 span {
	color: #FFFFFF;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 40px;
	margin-bottom: 0;
	padding-bottom: 0;
	display: block;
	opacity: 0.85;
}
.our-story p {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin: 0 auto 70px;
	max-width: 540px;
	padding: 0;
}
.our-story em {
	display: block;
	width: 50px;
	border-bottom: 1px solid #fff;
	margin: 25px auto 0;
}
.explore {
	border: 2px solid #FFFFFF;
	border-radius: 100%;
	bottom: 45px;
	cursor: pointer;
	height: 43px;
	left: 50%;
	margin: 0 auto 0 -35px;
	padding-top: 27px;
	position: absolute;
	width: 70px;
}
.explore img {
	padding: 5px;
	width: 34px;
}
.explore span {
	display: block;
	height: 25px;
	width: 1px;
	position: absolute;
	background: #fff;
	transform: rotate(45deg);
	right: 26px;
}
.explore span:first-child {
	transform: rotate(-45deg);
	left: 26px;
}
.connecting-line {
	background: none repeat scroll 0 0 #898989;
	height: 150px;
	left: 50%;
	margin: 0 auto;
	position: absolute;
	width: 1px;
	display: none;
}
/* OTHERS PART */


.extra-aboutus {
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto 60px;
}
.extra-aboutus li {
	width: 23.333%;
	float: left;
	padding: 20px 5%;
	text-align: left;
}
.extra-aboutus li img {
	margin-bottom: 30px;
	width: 48px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
.extra-aboutus h2 {
	color: #333;
	font-size: 34px;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 40px;
	margin-bottom: 15px;
	min-height: 75px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
.extra-aboutus h2 span {
	display: block;
}
.extra-aboutus h2 a {
	color: #333;
}
.extra-aboutus li p {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin: 0 auto 50px;
	padding: 0;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
.viewall a {
	border: 2px solid #666;
	color: #333;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: 700;
	height: 20px;
	line-height: 20px;
	margin: 0 auto;
	opacity: 0.75;
	padding: 8px 20px;
	text-transform: none;
	transition: 0.25s ease 0s;
	-moz-transition: 0.25s ease 0s;
	-ms-transition: 0.25s ease 0s;
	-o-transition: 0.25s ease 0s;
	-webkit-transition: 0.25s ease 0s;
}
.newsletter .get-email {
	border: 1px solid #e5e5e5;
	background: #fff;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	width: 100%;
	font-size: 16px;
	color: #666;
	margin-bottom: 10px;
}
.get-email:focus {
	border: 1px solid #b1dce5;
	color: #666;
}
.newsletter .subscribe {
	border: 1px dashed #00aed1;
	background: #00aed1;
	padding: 0 20px;
	width: 100%;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	text-transform: none;
	display: block;
	font-weight: 700;
}
.download-part {
	margin: 30px 5% 70px;
}
.download-part h2 {
	color: #333;
	float: left;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 32px;
	max-width: 250px;
	padding-top: 8px;
	width: 35%;
}
.download-part h2 span {
	color: #999999;
	display: block;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 12px;
	margin-top: 15px;
	text-transform: none;
}
.download-part img {
	border-left: 1px solid #E2E2E2;
	display: block;
	float: left;
	margin: 0 30px 0 0;
	max-width: 100%;
	padding: 15px 0 15px 40px;
	width: 120px;
}
.logo-download {
	margin: 0 auto;
	max-width: 600px;
	overflow: hidden;
}
.formats {
	float: left;
	margin-top: 30px;
}
.formats a {
	border-left: 1px solid #E5E5E5;
	color: #666;
	display: inline-block;
	font-size: 16px;
	padding: 0 12px;
}
.formats a:first-child {
	border-left: none;
}
/* * * * * * * * * * * * * * * * * AWARDS PAGE STARTS * * * * * * * * * * * * * * * * */

.page-heading {
	margin: 0 auto;
	padding: 70px 0 80px;
	max-width: 1200px;
}
.page-heading h1 {
	color: #333;
	font-size: 80px;
	font-weight: 300;
	letter-spacing: -3px;
	line-height: 76px;
	text-align: center;
}
.awards-lists {
	margin: 0 auto;
	max-width: 1200px;
	overflow: hidden;
	padding: 0 0 60px;
	text-align: center;
}
.awards-lists li {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
	float: left;
	margin: 5px 0.5%;
	min-height: 200px;
	padding: 50px 2% 20px;
	text-align: center;
	width: 20%;
}
.awards-lists p {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 10px 0;
}
.awards-lists p a {
	color: #666;
}
/* * * * * * * * * * * * * * * * * PRESS RELEASE PAGE STARTS * * * * * * * * * * * * * * * * */


.press-release {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
	padding: 70px 0;
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto 50px;
}
.press-release h2 {
	color: #333;
	float: left;
	font-size: 60px;
	font-weight: 300;
	padding: 30px 0 0 4%;
	text-align: left;
	width: 16%;
}
.press-release ul {
	width: 79.89%;
	float: left;
	text-align: left;
	border-left: 1px solid #F2f2f2;
}
.press-release li {
	float: left;
	min-height: 125px;
	padding: 25px 4% 10px;
	width: 25.333%;
}
.press-release H5 {
	color: #ea452f;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	padding: 0 0 10px;
	text-transform: none;
}
.press-release H5 a {
	color: #ea452f;
}
.press-release p {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	padding: 0 0 20px 0;
}
.press-release p a {
	color: #333;
	text-decoration: underline;
}
/* * * * * * * * * * * * * * * * * MANAGEMENT PAGE STARTS * * * * * * * * * * * * * * * * */


.management-part {
	max-width: 1000px;
	margin: 0 auto;
}
.management-part ul {
	width: 50%;
	float: left;
}
.management-part li {
	width: 79%;
	margin: 0 3% 30px;
	padding: 40px 7.5%;
	float: left;
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.name-part {
	overflow: hidden;
	margin-bottom: 30px;
}
.name-part img {
	float: left;
	margin-right: 30px;
}
.name-part h2 {
	float: left;
	color: #e66957;
	font-size: 36px;
	font-weight: 300;
	line-height: 34px;
	padding: 30px 0 10px;
	text-transform: none;
}
.name-part span {
	float: left;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.management-part p {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
/* * * * * * * * * * * * * * * *  CONTACT US * * * * * * * * * * * */

.enquiries {
	max-width: 980px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 80px;
}
.enquiries li {
	width: 23.333%;
	float: left;
	padding: 0 5%
}
.enquiries .contact-persons {
	overflow: hidden;
}
.enquiries h5 {
	color: #333;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 5px;
	text-transform: none;
}
.enquiries p, .address p {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 35px;
}
.enquiries a {
	color: #2fa763;
}
.address {
	border-top: 1px solid #d7d7d7;
	max-width: 1200px;
	margin: 0 auto 60px;
	padding: 60px 0 70px;
	text-align: center;
}
.address h4 {
	background: none repeat scroll 0 0 #F7F7F7;
	color: #333;
	display: inline-block;
	font-size: 36px;
	font-weight: 300;
	line-height: 30px;
	padding: 0 30px;
	position: relative;
	text-transform: none;
	top: -76px;
	z-index: 9;
}
.address ul {
	overflow: hidden;
}
.address li {
	float: left;
	width: 27%;
	text-align: left;
}
.address li:last-child {
	width: 18%;
}
.address h2 {
	color: #2FA763;
	font-size: 45px;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 45px;
	margin-bottom: 5px;
	text-transform: none;
}
.address h3 {
	color: #333;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 20px;
}
.contact-form {
	overflow: hidden;
	padding: 60px 6%;
	max-width: 650px;
	max-height: 300px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 1px 40px rgba(0, 0, 0, 0.07);
	text-align: center;
}
.contact-form h3 {
	color: #2fa763;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 20px;
	text-transform: none;
}
.contact-form h3 em {
	display: block;
	width: 40px;
	border-bottom: 1px solid #d5d5d5;
	margin: 20px auto 0;
}
.form-area {
	overflow: hidden;
	margin-top: 80px;
}
.form-inputs {
	overflow: hidden;
	width: 70%;
	float: left;
}
.form-inputs input, .comments-area textarea {
	border: 1px solid #fff;
	border-bottom: 1px solid #e2e2e2;
	font-size: 16px;
	line-height: 12px;
	padding: 15px 2% 15px 0;
	width: 40%;
	margin: 0 10% 40px 0;
	float: left;
	transition: all ease 0.4s;
	font-family:"microsoft yahei";
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
}
.form-inputs input:focus {
	border: 1px solid #e2e2e2;
	padding: 15px 2% 15px 2%;
	width: 40%;
	background: #FAFAFA;
}
.form-area .comments-area {
	width: 30%;
	float: left;
}
.comments-area textarea {
	padding: 10px 0;
	border: 1px solid #fff;
	width: 95%;
	border-bottom: 1px solid #e2e2e2;
	min-height: 144px;
	transition: all ease 0.4s;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
}
.comments-area textarea:focus {
	border: 1px solid #e2e2e2;
	padding: 10px 5%;
	width: 95%;
	background: #FAFAFA;
}
.contact-form .submit input {
	background: none repeat scroll 0 0 #FF7A6B;
	border: medium none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 16px;
	padding: 15px 0;
	text-transform: none;
	width: 160px;
	clear: both;
	margin-top: 20px;
	font-weight: 700;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
}
/* * * * * * * * * * * * * * * * * PRESS RELEASE PAGE STARTS * * * * * * * * * * * * * * * * */


.videos-section {
	margin: 0 auto 60px;
	max-width: 980px;
	overflow: hidden;
	padding: 0 8%;
}
.videos-section li {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
	float: left;
	margin: 1%;
	max-width: 460px;
	padding: 1.5%;
	width: 45%;
}
.videos-section img {
	height: auto;
	max-width: 100%;
	width: 100%;
}
.videos-section p {
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 10px 0;
	min-height: 50px;
	padding-top: 5px;
	text-align: center;
}
/* GOOGLE APPS PART */

.googleapps-part {
	background: url(images/googleapps-bg.jpg) no-repeat center center;
	padding: 160px 0;
	background-size: cover;
	background-attachment: fixed;
	margin-top: 50px;
	text-align: center;
}
.googleapps-part h1 {
	color: #333333;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: -1.5px;
	line-height: 50px;
	padding: 25px 0 15px;
	font-family: "微软雅黑";
}
.googleapps-part p {
	color: #333333;
	font-family: "微软雅黑";
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	margin: 0 auto;
	max-width: 480px;
}
.googleapps-part ul {
	max-width: 780px;
	margin: 0 auto;
	overflow: hidden;
}
.googleapps-part li {
	float: left;
	font-size: 18px;
	text-align: center;
	width: 33.333%;
}
.googleapps-part li span {
	background: none repeat scroll 0 0 rgba(93, 93, 93, 0.5);
	display: inline-block;
	height: 7px;
	margin-right: 15px;
	margin-top: 0;
	position: relative;
	top: -2px;
	width: 7px;
}
.googleapps-lists {
	overflow: hidden;
	padding: 0 0 80px;
	text-align: center;
}
.googleapps-lists h2 {
	color: #333;
	font-size: 65px;
	font-weight: 300;
	line-height: 54px;
	padding: 0 0 30px;
}
.googleapps-lists p {
	color: #666;
	font-size: 20px;
	line-height: 32px;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 5%;
}
.googleapps-lists p em {
	border-bottom: 1px solid #D5D5D5;
	display: block;
	margin: 20px auto 0;
	width: 50px;
}
.integration-part {
	margin: 0 auto;
	max-width: 1600px;
	padding-top: 150px;
	width: 90%;
}
.integrated-container {
	overflow: hidden;
	display: none;
}
.show {
	display: block;
}
.integration-products {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075), -1px 0px 0px rgba(0, 0, 0, 0.05) inset;
	float: left;
	overflow: hidden;
	width: 18%;
	padding-top: 20px;
	min-height: 750px;
}
.integration-products li {
	float: left;
	margin: 5px 0;
	padding: 5px 0;
	text-align: left;
	width: 100%;
	cursor: pointer;
	transition: all 0.25s ease 0s;
}
.integration-products li:hover {
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.05), -1px -1px 0px rgba(0, 0, 0, 0.05);
	background: #f9f9f9;
}
/* COLOR HOVER PARTS IN GOOGLE APPS PAGE */

/* BLUE */
.sm.selected {
	background: none repeat scroll 0 0 #fafafa;
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.05), -1px -1px 0px rgba(0, 0, 0, 0.05), -5px 0 0 #00aed1 inset;
	color: #666;
}
/* GREEN */


.cs.selected {
	background: none repeat scroll 0 0 #fafafa;
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.05), -1px -1px 0px rgba(0, 0, 0, 0.05), -5px 0 0 #58b475 inset;
	color: #666;
}
/* RED */


.ec.selected {
	background: none repeat scroll 0 0 #fafafa;
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.05), -1px -1px 0px rgba(0, 0, 0, 0.05), -5px 0 0 #ea7762 inset;
	color: #666;
}
/* AQUA BLUE */


.fin.selected {
	background: none repeat scroll 0 0 #fafafa;
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.05), -1px -1px 0px rgba(0, 0, 0, 0.05), -5px 0 0 #48bbb4 inset;
	color: #666;
}
/* YELLOW */


.hr.selected {
	background: none repeat scroll 0 0 #fafafa;
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.05), -1px -1px 0px rgba(0, 0, 0, 0.05), -5px 0 0 #ffcc00 inset;
	color: #666;
}
/* DARK BLUE */


.bp.selected {
	background: none repeat scroll 0 0 #fafafa;
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.05), -1px -1px 0px rgba(0, 0, 0, 0.05), -5px 0 0 #4761b5 inset;
	color: #666;
}
.integration-products li img {
	float: left;
	margin: 0 20px 0 30px;
	padding-top: 4px;
	width: 24px;
}
.integration-products h5 {
	color: #666;
	float: left;
	font-size: 13px;
	font-weight: 600;
	line-height: 33px;
	text-transform: none;
	letter-spacing: -0.2px;
}
.detailed-part {
	width: 70%;
	min-height: 650px;
	padding: 70px 6%;
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
	float: left;
	position: relative;
 //min-height:1134px;
}
.product-logo-big {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 2px solid #E5E5E5;
	border-radius: 100%;
	display: block;
	height: 80px;
	left: 50%;
	line-height: 60px;
	margin-left: -50px;
	overflow: hidden;
	padding: 20px 0 0;
	position: absolute;
	text-align: center;
	top: -50px;
	width: 100px;
	z-index: 999;
}
.product-logo-big img {
}
.integrated-details {
	overflow: hidden;
	padding-bottom: 20px;
}
.integrated-details h2 {
	color: #333;
	font-size: 30px;
	letter-spacing: -1px;
	line-height: 40px;
	margin-top: 20px;
	padding: 0 0 20px;
	font-weight: 600;
}
.integrated-details p {
	color: #666;
	font-size: 16px;
	line-height: 26px;
	max-width: 920px;
	margin: 0 auto;
	padding: 0 5%;
}
.integrated-details .try-it {
	margin: 40px auto;
	max-width: 240px;
}
.try-it a {
	background: none repeat scroll 0 0 #FA7A6A;
	color: #FFFFFF;
	display: inline-block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
	text-transform: none;
	font-weight: 700;
}
.integration-features {
	overflow: hidden;
	padding: 30px 0;
	border-top: 1px solid #e2e2e2;
}
.integration-features li {
	float: left;
	min-height: 160px;
	padding: 25px 4% 25px 8%;
	position: relative;
	text-align: left;
	transition: all 0.7s ease 0s;
	width: 38%;
}
.integration-features.googleapps-projects li, .integration-features.googleapps-discussions li, .integration-features.googleapps-support li, .integration-features.googleapps-people li {
	min-height: 135px;
}
.integration-features.googleapps-books li {
	min-height: 90px;
}
.integration-features.googleapps-wiki li {
	min-height: 110px;
}
.integration-features span {
	left: 0;
	position: absolute;
	top: 20px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	background-image: url(images/gapps-iconlist.png);
	background-repeat: no-repeat;
}
.integration-features h4 {
	color: #666;
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	margin: 0 0 10px;
	letter-spacing: -0.3px;
}
.integration-features p {
	color: #666;
	font-size: 14px;
	line-height: 23px;
	padding: 0;
}
.googleapps-testimonial {
	overflow: hidden;
	border-top: 1px dashed #e2e2e2;
	padding: 40px 0;
	text-align: center;
}
.googleapps-testimonial img {
	border-radius: 100%;
	border: 1px solid #eee;
	width: 90px;
}
.googleapps-testimonial h5 {
	color: #ea786d;
	font-family:"microsoft yahei";
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 0px 5px;
	text-transform: none;
	font-family:"microsoft yahei";
}
.googleapps-testimonial p {
	color: #666;
	font-family:"microsoft yahei";;
	font-size: 22px;
	font-weight: 300;
	line-height: 32px;
	font-family:"microsoft yahei";
	padding-top: 25px;
}
.googleapps-testimonial .try-it {
	margin: 20px 0 0;
}
.selected h5 {
	font-family:"microsoft yahei";
	color: #666;
}
/* COLOR CHANGES IN INTEGRATION PART */

/* RED */
.ec-content h4, .ec-content .googleapps-testimonial h5 {
	color: #ea452f;
}
.ec-content .try-it a {
	background: #ea7762;
}
/* GREEN */
.cs-content h4, .cs-content .googleapps-testimonial h5 {
	color: #2ca66b;
}
.cs-content .try-it a {
	background: #58b475;
}
/* BLUE */
.sm-content h4, .sm-content .googleapps-testimonial h5 {
	color: #22adc4;
}
.sm-content .try-it a {
	background: #00aed1;
}
/* YELLOW */
.hr-content h4, .hr-content .googleapps-testimonial h5 {
	color: #d7b03b;
}
.hr-content .try-it a {
	background: #ffcc00;
}
/* AQUA BLUE */
.fin-content h4, .fin-content .googleapps-testimonial h5 {
	color: #1b9e96;
}
.fin-content .try-it a {
	background: #48bbb4;
}
/* DARK BLUE */
.bp-content h4, .bp-content .googleapps-testimonial h5 {
	color: #3d58a9;
}
.bp-content .try-it a {
	background: #4761b5;
}
/* GOOGLE APPS ICON CLASS STARTS */

.gaicon-crm1 {
	background-position: 0 -50px;
}
.gaicon-crm2 {
	background-position: -50px -50px;
}
.gaicon-crm3 {
	background-position: -100px -50px;
}
.gaicon-crm4 {
	background-position: -150px -50px;
}
.gaicon-crm5 {
	background-position: -200px -50px;
}
.gaicon-crm6 {
	background-position: 0px -100px;
}
.gaicon-crm7 {
	background-position: -50px -100px;
}
.gaicon-crm8 {
	background-position: -100px -100px;
}
.gaicon-pro1 {
	background-position: 0 -500px;
}
.gaicon-pro2 {
	background-position: -50px -500px;
}
.gaicon-pro3 {
	background-position: -100px -500px;
}
.gaicon-pro4 {
	background-position: -150px -500px;
}
.gaicon-pro5 {
	background-position: -200px -500px;
}
.gaicon-cre1 {
	background-position: 0 -250px;
}
.gaicon-cre2 {
	background-position: -50px -250px;
}
.gaicon-cre3 {
	background-position: -100px -250px;
}
.gaicon-cre4 {
	background-position: -150px -250px;
}
.gaicon-cre5 {
	background-position: -200px -250px;
}
.gaicon-inv1 {
	background-position: 0 -200px;
}
.gaicon-inv2 {
	background-position: -50px -200px;
}
.gaicon-inv3 {
	background-position: -100px -200px;
}
.gaicon-inv4 {
	background-position: -150px -200px;
}
.gaicon-inv5 {
	background-position: -200px -200px;
}
.gaicon-cam1 {
	background-position: 0 -600px;
}
.gaicon-cam2 {
	background-position: -150px -600px;
}
.gaicon-rec1 {
	background-position: 0 -150px;
}
.gaicon-rec2 {
	background-position: -50px -150px;
}
.gaicon-rec3 {
	background-position: -100px -150px;
}
.gaicon-sites1 {
	background-position: -150px -100px;
}
.gaicon-sites2 {
	background-position: -200px -100px;
}
.gaicon-rep1 {
	background-position: 0 -550px;
}
.gaicon-rep2 {
	background-position: -50px -550px;
}
.gaicon-rep3 {
	background-position: -100px -550px;
}
.gaicon-rep4 {
	background-position: -150px -550px;
}
.gaicon-books1 {
	background-position: 0 -600px;
}
.gaicon-books2 {
	background-position: -50px -600px;
}
.gaicon-books3 {
	background-position: -100px -600px;
}
.gaicon-wiki1 {
	background-position: 0 -350px;
}
.gaicon-wiki2 {
	background-position: -50px -350px;
}
.gaicon-wiki3 {
	background-position: -100px -350px;
}
.gaicon-wiki4 {
	background-position: -150px -350px;
}
.gaicon-wiki5 {
	background-position: -200px -350px;
}
.gaicon-dis1 {
	background-position: 0 -450px;
}
.gaicon-dis2 {
	background-position: -50px -450px;
}
.gaicon-dis3 {
	background-position: -100px -450px;
}
.gaicon-dis4 {
	background-position: -150px -450px;
}
.gaicon-dis5 {
	background-position: -200px -450px;
}
.gaicon-met1 {
	background-position: 0 -400px;
}
.gaicon-met2 {
	background-position: -50px -400px;
}
.gaicon-met3 {
	background-position: -100px -400px;
}
.gaicon-sup1 {
	background-position: 0 -300px;
}
.gaicon-sup2 {
	background-position: -50px -300px;
}
.gaicon-sup3 {
	background-position: -100px -300px;
}
.gaicon-pep1 {
	background-position: -50px 0;
}
.gaicon-pep2 {
	background-position: -150px -500px;
}
/* GOOGLE APPS ICON CLASS ENDS */




/* ZOHO GOOGLE APPS AWARDS PART  */

.zoho-googleapps-awards {
	padding: 100px 0;
	background: #fff;
	box-shadow: 20px 20px 0 #f1f1f1 inset, -20px -20px 0 #f1f1f1 inset;
	position: relative;
}
.googleapps-awards {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.zoho-googleapps-awards .ribbon {
	position: absolute;
	top: 20px;
	left: 16px;
}
.largest-vendor {
	float: left;
	width: 42%;
	padding: 50px 4%;
	box-shadow: -1px 0 0 #f2f2f2 inset;
}
.case-studies {
	float: left;
	padding: 0 2%;
	position: relative;
	text-align: center;
	width: 46%;
}
.case-studies .opacits {
	opacity: 1;
}
.timeline-holder {
	min-height: 250px;
	overflow: hidden;
	position: relative;
}
.case-studies li {
	color: #3F4142;
	font-size: 26px;
	font-weight: 300;
	line-height: 36px;
	margin: 0 auto;
	min-height: 200px;
	opacity: 0;
	padding: 0 3%;
	position: absolute;
	text-align: center;
	transition: all 0.9s ease 0s;
	width: 96%;
}
.case-studies li:nth-child(2), .case-studies li:nth-child(3) {
	padding-top: 42px;
}
.case-studies li p {
	color: #19ABE2;
	font-family:"microsoft yahei";
	font-size: 30px;
	font-weight: 300;
	line-height: 42px;
	margin-bottom: 30px;
}
.casestudy-images {
	border-bottom: 1px solid #F2F2F2;
	display: block;
	margin: 0 auto;
	width: 70%;
}
.casestudy-images img {
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 0 25px;
	position: relative;
	top: 15px;
	width: 90px;
}
.slider-dots {
	bottom: 10px;
	left: 50%;
	margin-left: -22px;
	overflow: hidden;
	position: absolute;
	width: 60px;
}
.slider-dots span {
	background: none repeat scroll 0 0 #E2E2E2;
	border-radius: 100%;
	cursor: pointer;
	float: left;
	height: 10px;
	margin: 0 5px;
	transition: all 0.7s ease 0s;
	width: 10px;
	transition: 0.7s ease;
	-moz-transition: 0.7s ease;
	-ms-transition: 0.7s ease;
	-o-transition: 0.7s ease;
	-webkit-transition: 0.7s ease;
}
.slider-dots .selected {
	background: #999;
}
/* LOVED AND TRUSTED  */

.gapps-testimonial {
	overflow: hidden;
	padding: 80px 0;
	text-align: center;
}
.gapps-testimonial h2 {
	color: #333;
	font-size: 50px;
	font-weight: 600;
	letter-spacing: -2px;
	line-height: 50px;
	padding: 0 0 10px;
}
.gapps-testimonial p {
	color: #666;
	font-size: 30px;
	line-height: 30px;
	margin: 0 auto;
	max-width: 900px;
	padding: 0 5%;
	font-weight: 300;
}
.gapps-testimonial ul {
	margin: 0 auto;
	max-width: 1200px;
	overflow: hidden;
	padding: 70px 0 0px;
	text-align: center;
}
.gapps-testimonial li {
	float: left;
	padding: 30px 3% 30px;
	text-align: center;
	width: 43.85%;
	overflow: hidden;
	border-left: 1px solid #e8e8e8;
}
.gapps-testimonial li:first-child {
	border-left: none;
}
.gapps-testimonial h5 {
	color: #19abe2;
	font-family:"microsoft yahei";
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	padding: 15px 0px 5px;
	text-transform: none;
	font-family:"microsoft yahei";
}
.gapps-testimonial li p {
	color: #333;
	font-family:"microsoft yahei";
	font-size: 22px;
	font-weight: 300;
	line-height: 32px;
	font-family:"microsoft yahei";
	padding-top: 25px;
}
/* * * * * * * * * * * * *  IN THE NEWS LISTS PART * * * * * * * * * * * */


.news-section {
	background: url("images/news-bg.jpg") no-repeat scroll center center / cover rgba(0, 0, 0, 0);
	margin: 0 auto;
	overflow: hidden;
	padding: 80px 0;
	text-align: center;
}
.news-section h1 {
	color: #fff;
	font-family:"microsoft yahei";
	font-size: 80px;
	letter-spacing: -3px;
	line-height: 70px;
	margin-bottom: 60px;
}
.recent-news {
	border-top: none;
	margin: 0 auto;
	max-width: 980px;
	text-align: center;
	position: relative;
}
.recent-news h3 {
	color: #fff;
	font-family:"microsoft yahei";
	font-weight: 400;
	font-size: 30px;
	letter-spacing: -0.5px;
	line-height: 36px;
	margin: 0 auto;
	text-align: center;
}
.recent-news .left-line {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
	height: 1px;
	left: 0;
	position: absolute;
	top: 20px;
	width: 39%;
}
.recent-news .right-line {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
	height: 1px;
	right: 0;
	position: absolute;
	top: 20px;
	width: 39%;
}
.recent-news ul {
	margin: 30px 0 0;
	overflow: hidden;
}
.recent-news li {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
	float: left;
	margin-right: 1px;
	min-height: 140px;
	overflow: hidden;
	padding: 50px 4%;
	text-align: center;
	width: 25%;
}
.recent-news li p {
	color: #666;
	font-family:"microsoft yahei";
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	min-height: 50px;
	padding-bottom: 25px;
}
.recent-news li p a {
	color: #666;
}
/* NEWS LIST */

.news-lists-part {
	border-top: 1px solid #E8E8E8;
	margin: 80px auto;
	max-width: 980px;
	text-align: center;
}
.news-lists-part h3 {
	font-size: 30px;
	letter-spacing: -0.5px;
	line-height: 36px;
	background: none repeat scroll 0 0 #F7F7F7;
	color: #333;
	display: inline-block;
	font-family:"microsoft yahei";
	font-weight: 400;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	text-align: center;
	top: -22px;
}
.news-lists {
	margin: 20px auto;
	max-width: 900px;
	overflow: hidden;
}
.news-lists li {
	border-bottom: 1px solid #E8E8E8;
	overflow: hidden;
	padding: 25px 0 20px 4%;
	text-align: left;
	text-decoration: none;
	position: relative;
	width: 96%;
	background: url("images/article-icon.png") no-repeat scroll 0 30px rgba(0, 0, 0, 0);
}
.news-lists li:hover .plus {
	opacity: 1;
}
.news-lists li span {
	display: block;
	float: left;
	overflow: hidden;
	text-align: center;
	width: 18%;
}
/*.news-lists span img {
  width: 90px;
}*/

.news-lists li .more-news {
	float: left;
 margin-left: %;
	width: 80%;
	font-size: 16px;
	line-height: 24px;
}
.more-news p {
	width: 95%;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
	font-family:"microsoft yahei";
	font-weight: 400;
}
.news-lists p a {
	color: #666;
	text-decoration: underline;
}
.news-lists .plus {
	margin-top: -13px;
	position: absolute;
	right: 20px;
	top: 50%;
	opacity: 1;
	transition: 1s ease;
	-moz-transition: 1s ease;
	-ms-transition: 1s ease;
	-o-transition: 1s ease;
	-webkit-transition: 1s ease;
	cursor: pointer;
	padding: 10px;
}
.hidden-news {
	display: none;
}
.plus em {
	width: 12px;
	height: 2px;
	background: #888;
	display: block;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.plus .minus {
	position: relative;
	top: -2px;
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.plus .plus-to-minus {
	transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}
/*  MOBILE PAGE INNER SECTION STARTS */

.mobile-inner-section {
	background: #e6f7fb; /* Old browsers */
	background: -moz-linear-gradient(top, #e6f7fb 1%, #e6f7fb 85%, #ffffff 85%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #e6f7fb), color-stop(85%, #e6f7fb), color-stop(85%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e6f7fb 1%, #e6f7fb 85%, #ffffff 85%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e6f7fb 1%, #e6f7fb 85%, #ffffff 85%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e6f7fb 1%, #e6f7fb 85%, #ffffff 85%); /* IE10+ */
	background: linear-gradient(to bottom, #e6f7fb 1%, #e6f7fb 85%, #ffffff 85%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f7fb', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
	overflow: hidden;
}
.mobile-apps-inner {
	max-width: 1200px;
	margin: 70px auto 0;
}
.mobile-content-part {
	float: left;
	margin-right: 5%;
	width: 45%;
	overflow: hidden
}
.breadcrumb {
	color: #666;
	margin: 20px 0 40px;
}
.breadcrumb a {
	font-size: 16px;
	color: #666;
	text-decoration: underline;
}
.mobapp-details {
	padding: 0 0 0 18%;
	position: relative;
	margin-top: 115px;
}
.mobapp-details .product-icon {
	left: 0;
	position: absolute;
	top: 0;
	width: 64px;
}
.mobapp-details h2 {
	font-family:"microsoft yahei";
	font-size: 46px;
	font-weight: 400;
	letter-spacing: -2px;
	margin-bottom: 25px;
	overflow: hidden;
}
.mobapp-details span {
	color: #777777;
	display: block;
	font-family:"microsoft yahei";
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
}
.mobapp-details p {
	font-family:"microsoft yahei";
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 40px;
}
.mobinner-store-icon {
	margin: 0;
}
.mobinner-store-icon a {
	margin-right: 10px;
}
.detail-content {
	max-width: 980px;
	margin: 60px auto;
}
.detail-content .description {
	color: #666;
	font-family:"microsoft yahei";
	font-size: 18px;
	line-height: 26px;
	max-width: 750px;
	text-align: center;
	margin: 0 auto 60px;
}
.detail-content ul {
	padding: 70px 0;
	border-top: 1px solid #e8e8e8;
	overflow: hidden;
}
.detail-content li {
	width: 46%;
	float: left;
	text-align: left;
}
.detail-content h2 {
	font-size: 32px;
	font-weight: 300;
	letter-spacing: -1px;
	font-family:"microsoft yahei";
	line-height: 40px;
	color: #666;
	margin-bottom: 10px;
}
.detail-content p {
	font-size: 16px;
	font-family:"microsoft yahei";
	line-height: 24px;
	color: #777;
	margin-bottom: 20px
}
.detail-content p a {
	color: #666;
	text-decoration: underline;
}
.detail-content .image-area {
	text-align: center;
	padding: 0;
	width: 46%;
}
.detail-content .right-space {
	margin: 0 7% 0 0;
}
.detail-content .key-features {
	list-style: disc outside none;
	margin-top: 20px;
	padding: 0;
	border: none;
}
.key-features li {
	color: #666;
	display: block;
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 15px;
	padding-left: 6%;
	float: none;
	width: 94%;
	position: relative;
}
.key-features li:before {
	background: none repeat scroll 0 0 #666;
	border-radius: 100%;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	top: 8px;
	width: 6px;
	z-index: 999;
}
/* ---------------------------- PRESS RELEASE INNER PAGE STYLE ---------------------------- */
.underline-text {
	text-decoration: underline;
}
.press-page-container {
	width: 990px;
	margin: 0 auto;
}
.press-content-container {
	background: #ffffff;
	box-shadow: 0 0 2px rgba(0,0,0,0.075);
	padding: 70px;
	margin-bottom: 50px;
	color: #666;
}
.press-content-container p {
	margin-bottom: 30px;
}
.press-content2 {
	margin-bottom: 40px;
}
.press-content2 span {
	margin-bottom: 13px;
	display: block;
}
.press-content-container p, .press-content-container ul {
	line-height: 1.8;
	font-size: 16px;
	font-weight: 400;
	color: #666;
}
.press-content-container a {
	color: #ea785d;
	text-decoration: underline;
}
.breadcrumb-container {
	padding: 50px 10px;
	border-top: 1px solid #d7d7d7;
}
.breadcrumb-container .act {
	color: #9E9E9E;
}
.breadcrumb-container .arrow {
	background: url(images/bca.png) center center no-repeat;
	padding: 10px;
}
.breadcrumb-container span, .breadcrumb-container a {
	padding: 0 5px;
	color: #333;
}
.press-heading {
	margin-bottom: 70px;
}
.press-content-container h1 {
	font-size: 40px;
	color: #333;
	font-weight: 600;
	line-height: 50px;
	letter-spacing: -1px;
	padding-bottom: 50px;
	text-align: center;
}
.press-content-container h2 {
	font-size: 28px;
	color: #333;
	font-weight: 500;
	line-height: 28px;
	padding: 20px 0 30px;
}
.press-release-subhead {
	margin-bottom: 60px;
}
.press-release-subhead ul {
	list-style: square outside;
	color: #333;
	margin-left: 45px;
}
.press-release-subhead ul li {
	padding: 7px 0;
}
.press-release-insidelist ul {
	list-style: disc outside;
	margin-left: 35px;
	margin-bottom: 30px;
}
.press-release-insidelist ul li {
	padding: 7px 0;
}
/*  TIMELINE STARTS */
 
 
.zoho-timeline {
	background: url("images/timeline-line.jpg") repeat-y scroll center top #F7F7F7;
	position: relative;
	padding: 120px 0 0;
}
.zoho-timeline p {
	color: #444;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}
.zoho-timeline p span {
	font-weight: 600;
}
.zoho-timeline h2 {
	color: #333333;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 30px;
	margin-bottom: 10px;
}
.left-section, .right-section {
	overflow: hidden;
	position: relative;
	padding: 0 0 40px;
}
.left-part, .right-part {
	width: 50%;
	float: left;
	position: relative;
}
.left-section .left-part, .left-section .right-part {
	float: left;
}
.zoho-timeline .yearof {
	color: #333;
	float: right;
	font-family:"microsoft yahei";
	font-size: 32px;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 45px;
	margin: 0 40px;
	max-width: 100px;
	text-align: right;
	transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.yearof span {
	color: #666666;
	display: block;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 22px;
	margin-bottom: 0;
	text-align: center;
	text-transform: none;
}
.year-pointer {
	width: 30px;
	height: 30px;
	background: url("images/timeline-sprite.png") no-repeat scroll -200px 0 rgba(0, 0, 0, 0);
	position: absolute;
	left: 50%;
	margin-left: -15px;
	top: 30px;
	display: block;
	z-index: 99;
}
/*
 .year-pointer {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px dashed #999;
  border-radius: 100%;
  display: block;
  height: 30px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: 30px;
  width: 30px;
  z-index: 99;
  background-image: radial-gradient(6px at 15px 50% , #EAEAEA 0%, #EAEAEA 6px, rgba(0, 0, 0, 0) 6px, rgba(0, 0, 0, 0) 7px);
}
 
*/
 
.right-box, .left-box {
	position: relative;
	margin: 30px 50px 0;
}
.about-product {
	overflow: hidden;
	padding: 0 0 10px 90px;
}
.about-product span {
	position: absolute;
	left: 0;
	
}
.writer-icon, .connect-icon, .survey-icon, .vault-icon, .sites-icon, .campaigns-icon, .mail-icon, .sheet-icon, .show-icon, .crm-icon, .creator-icon,.docs-icon, .invoice-icon, .projects-icon, .people-icon, .recruit-icon, .support-icon, .books-icon, .bugtracker-icon, .contactmanager-icon, .subscription-icon, .salesiq-icon, .meeting-icon, .assist-icon, .expense-icon, .social-icon, .showtime-icon, .forms-icon {
	height: 64px;
	width: 64px;
	display: block;
	background: url("images/timeline-sprite.png");
	text-indent: -9999px;
	background-position: 0 0;
	margin: 0 0 10px;
}
.sheet-icon {
	background-position: 0 -128px;
}
.show-icon {
	background-position: 0 -64px;
}
.crm-icon {
	background-position: -64px 0;
}
.creator-icon {
	background-position: -128px 0;
}
.docs-icon {
	background-position: -229px -520px;
}
.invoice-icon {
	background-position: 0 -192px;
}
.mail-icon {
	background-position: 0 -256px;
}
.campaigns-icon {
	background-position: 0 -384px;
}
.sites-icon {
	background-position: 0 -320px;
}
.connect-icon {
	background-position: -164px -136px;
}
.survey-icon {
	background-position: -128px -386px;
}
.vault-icon {
	background-position: -64px -386px;
}
.projects-icon {
	background-position: -235px -195px;
}
.people-icon {
	background-position: -235px -260px;
}
.recruit-icon {
	background-position: -193px -380px;
	margin: 0 0 0 15px;
	width: 45px;
}
.support-icon {
	background-position: -235px 0;
}
.books-icon {
	background-position: -235px -130px;
}
.bugtracker-icon {
	background-position: -235px -390px;
}
.contactmanager-icon {
	background-position: -235px -325px;
}
.subscription-icon {
	background-position: -65px -103px;
}
.expense-icon {
	background-position: -232px -453px;
}
.social-icon {
	background-position: -4px -524px;
}
.salesiq-icon {
	background-position: -235px -65px;
}
.assist-icon {
	background-position: -0 -450px;
}
.meeting-icon {
	background-position: -65px -450px;
}
.showtime-icon {
	background-position: -68px -522px;
}
.forms-icon{
	background-position: -132px -520px;	
}
.contactmanager-icon a{ color:#333;}
/*2013*/



   
 /*
@-webkit-keyframes NAME-YOUR-ANIMATION {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes NAME-YOUR-ANIMATION {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes NAME-YOUR-ANIMATION {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes NAME-YOUR-ANIMATION {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#box {
  -webkit-animation: NAME-YOUR-ANIMATION 5s infinite;  
  -moz-animation:    NAME-YOUR-ANIMATION 5s infinite;  
  -o-animation:      NAME-YOUR-ANIMATION 5s infinite;  
  animation:         NAME-YOUR-ANIMATION 5s infinite;  
}
*/


 
/* 1996 */

 
.content-1996 {
	max-width: 350px;
}
.content-1996 .adventnet {
	height: 39px;
	width: 122px;
	display: block;
	text-indent: -9999px;
	background: url("images/timeline-sprite.png") no-repeat scroll -64px -268px rgba(0, 0, 0, 0);
	margin: 0 0 20px;
}
/* 2001 */

.content-2001 {
	border-left: 5px solid #FFCC00;
	margin: 20px 50px;
	max-width: 400px;
	padding: 0 0 0 35px;
}
.content-2001 p {
	color: #444;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}
/* 2005 */

  
.content-2005 {
	max-width: 380px;
}
.zoho-domain {
	padding: 40px 0;
	overflow: hidden;
}
.zoho-domain img {
	margin-bottom: 15px;
}
.zoho-writer {
	overflow: hidden;
}
/* 2006 */
 
.content-2006 {
	max-width: 400px;
}
.content-2006 .about-product, .content-2008 .about-product, .content-2012 .about-product, .content-2013 .about-product {
	overflow: hidden;
	padding: 0 0 50px 90px;
}
.zoho-crm {
	border-bottom: none;
}
.joining-hands {
	margin: 0 0 0 40px;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1);
}
/* 2007 */

.content-2007 {
	max-width: 400px;
}
.pc-world {
	clear: both;
	float: right;
	margin-right: 40px;
	margin-top: 0;
	max-width: 350px;
	display: none;
}
.pc-world .quotes {
	background: url("images/timeline-sprite.png") no-repeat scroll -64px -106px rgba(0, 0, 0, 0);
	display: block;
	float: left;
	height: 56px;
	margin: -25px 0 0 10px;
	position: relative;
	text-indent: -9999px;
	width: 70px;
}
.pc-world .pcworld-logo {
	background: url("images/timeline-sprite.png") no-repeat scroll -64px -318px rgba(0, 0, 0, 0);
	height: 50px;
	position: relative;
	text-indent: -9999px;
	width: 110px;
	display: block;
	float: right;
}
.pc-world p {
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 20px;
	font-family:"microsoft yahei";
	text-align: right;
}
.pc-world p span {
	font-weight: 600;
}
.content-2007 .decorative-line {
	margin: 30px 0 0 130px;
}
/* 2008 */
.section-2008 {
	overflow: hidden;
}
.content-2008, .content-2012 {
	max-width: 450px;
}
.one-million, .zoholics, .ten-million {
	border-left: 5px solid #FFCC00;
	margin: 20px 0 60px;
	max-width: 400px;
	padding: 0 0 0 35px;
}
.section-2008 .one-million h2, .section-2014 .ten-million h2 {
	color: #333;
	font-family:"microsoft yahei";
	font-size: 46px;
	font-weight: 400;
	letter-spacing: -2px;
	line-height: 40px;
	margin-bottom: 25px;
}
/*  2009 */
 
.content-2009 {
	max-width: 400px;
}
/* 2012 */

.zoholics img {
	margin-bottom: 15px;
	color: #666;
	text-transform: none;
}
.zoholics a {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	font-weight: 700;
	padding-top: 20px;
	display: block;
}
/* 2013 */

.content-2013 {
	max-width: 480px;
}
/* 2014 */

.content-2014 {
	max-width: 480px;
}
/* TIMELINE TO BE CONTINUE STARTS */

.timeline-continues.left-section {
	padding: 120px 0 0;
}
.timeline-continues .year-pointer {
	top: 100px;
}
.timeline-continues h3 {
	background: none repeat scroll 0 0 #F7F7F7;
	color: #333333;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 32px;
	padding: 50px 0 30px;
	text-align: center;
}
.timeline-continues .getstarted-box {
	padding: 0 0 150px 0;
	background: #F7F7F7;
}
/* TIMELINE TO BE CONTINUE ENDS*/


/* YEAR COLOR CODE */

.section-1996:hover .yearof {
	color: #00add5;
}
.section-2001:hover .yearof {
	color: #5bb46c;
}
.section-2005:hover .yearof {
	color: #ea785d;
}
.section-2006:hover .yearof {
	color: #d6b000;
}
.section-2007:hover .yearof {
	color: #4661b9;
}
.section-2008:hover .yearof {
	color: #48bbb4;
}
.section-2009:hover .yearof {
	color: #9b59b6;
}
.section-2012:hover .yearof {
	color: #c0392b;
}
.section-2013:hover .yearof {
	color: #e67e22;
}
.section-2014:hover .yearof {
	color: #9e2955;
}
/*  TIMELINE ENDS */



 
/*/////////////////////////////////////////////////         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);
	top: 100px;
	z-index: 999999999;
	display: none;
	opacity: 1;
	max-width: 860px;
	position: fixed;/*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 {
	cursor: pointer;
	height: 24px;
	position: absolute;
	right: 2px;
	top: 9px;
	width: 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;
}
.hide {
	display: none;
}
/*  FOOTER PART */

.footer {
	background: none repeat scroll 0 0 #f1f1f1;
	border-top: 1px solid #e2e2e2;
}
.footer-links {
	border-bottom: 1px solid #E2E2E2;
	margin: 0 auto 5px;
	max-width: 960px;
	overflow: hidden;
	padding: 60px 0 40px;
}
.footer-links ul {
	float: left;
	overflow: hidden;
	width: 29%;
}
.footer-links ul:nth-child(3), .footer-links ul:nth-child(4) {
	float: left;
	overflow: hidden;
	width: 21%;
}
.footer-links li {
	color: #333;
	font-weight: 600;
	padding: 5px 0;
	line-height: 14px;
	font-size: 14px;
}
.footer-links li:first-child {
	padding: 0 0 12px 0;
	text-transform: none;
}
.footer-links li a {
	color: #666;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
}
.common-footer {
	margin: 0 auto;
	padding: 40px 0 45px;
	text-align: center;
}
.common-footer p {
	color: #333333;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	margin: 5px auto 5px;
}
.common-footer ul {
	margin: 0 auto 15px;
	max-width: 690px;
	overflow: hidden;
	padding: 0 3%;
}
.common-footer li {
	border-left: 1px solid #ccc;
	display: inline-block;
	float: left;
	line-height: 0;
	overflow: hidden;
	padding: 0px 12px;
}
.common-footer li:first-child {
	border-left: none;
}
.common-footer li a {
	color: #333333;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
}
.social-icons {
	margin: 15px auto 0;
	overflow: hidden;
	text-align: center;
}
.social-icons a {
	line-height: 0;
	padding: 0 10px;
	text-align: center;
}
.footer-zohologo img {
	width: 52px;
	padding: 15px 0 0 0;
}
/* FEEDBACK FORMS STARS */


.forms {
	border: 0 none;
	height: 468px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 380px;
}
.feedback-holder {
	position: fixed;
	bottom: -22px;
	right: -10px;
	transform: translateY(480px);
	-webkit-transform: translateY(480px);
	-moz-transform: translateY(480px);
	-ms-transform: translateY(480px);
	-o-transform: translateY(480px);
	transition: .7s ease;
	-moz-transition: .7s ease;
	-webkit-transition: .7s ease;
	-ms-transition: .7s ease;
	-o-transition: .7s ease;
}
.star {
	width: 43px;
	height: 43px;
	background-image: url("images/icon-star.jpg");
	position: fixed;
	bottom: -50px;
	right: 20px;
	transition: .7s ease;
	-moz-transition: .7s ease;
	-webkit-transition: .7s ease;
	-ms-transition: .7s ease;
	-o-transition: .7s ease;
	cursor: pointer;
}
	
	/* FEEDBACK FORMS ENDS */









/*  MEDIA QUERIES PART STARTS */

@media screen and (max-width: 1300px) {
body {
	min-width: 900px;
}
/* Awards Page Code */
.awards-lists {
	margin: 0 5%;
}
.awards-lists li {
	width: 28.333%;
}
/* PRESS Page Code */
.press-release {
	margin: 0 8% 30px;
}
/* Contact Page Code */
.address {
	margin: 0 5% 40px;
}
/* News Page Code */
.news-details {
	width: 39%;
}
.integration-part {
	padding: 120px 4% 0;
}
}
 @media screen and (max-width: 1200px) {
body {
	min-width: 800px;
}
.address {
	border-top: 1px solid #D7D7D7;
	margin: 0 auto;
	max-width: 650px;
	padding: 40px 0 50px;
	text-align: center;
}
.address h4 {
	top: -56px;
}
.address ul {
	margin: 0 auto;
	max-width: 750px;
	overflow: hidden;
}
.address li, .address li:last-child {
	background: none repeat scroll 0 0 #FFFFFF;
	float: left;
	margin: 0 1% 15px;
	min-height: 350px;
	padding: 40px 4% 10px 6%;
	text-align: left;
	width: 38%;
}
.contact-form {
	max-width: 800px;
}
.enquiries p, .address p {
	font-size: 14px;
	line-height: 26px;
}
.webapps {
	min-height: 600px;
}
}
 @media screen and (max-width: 1150px) {
body {
	min-width: 700px;
}
.webapps .product-details {
	height: 180px;
	margin: -78px 0 0 -110px;
	width: 220px;
}
.product-details img {
	width: 72px;
}
.webapps li h4 {
	font-size: 15px;
	letter-spacing: 0;
	line-height: 15px;
	margin: 25px auto 12px;
}
.webapps li p {
	font-size: 12px;
	line-height: 20px;
}
/* PRESS Page Code */
.press-release {
	margin: 0 8% 40px;
	padding: 40px 0;
}
.press-release h2 {
	float: none;
	font-size: 54px;
	padding: 0 0 40px;
	text-align: center;
	width: 100%;
}
.press-release ul {
	border-left: none;
	float: none;
	text-align: left;
	width: 92%;
	margin: 0 4%;
}
/* News Page Code */
.news-details {
	width: 39%;
}
.page-heading {
	padding: 60px 0;
}
.page-heading p {
	font-size: 18px;
	line-height: 26px;
}
.extra-aboutus h2 {
	font-size: 28px;
	line-height: 32px;
}
.extra-aboutus li img {
	margin-bottom: 30px;
}
.extra-aboutus li p {
	font-size: 18px;
	line-height: 26px;
	margin: 0 auto 25px;
	max-width: 400px;
}
.signing .signin, .signing .signup {
	font-size: 12px;
	padding: 0 10px;
	text-align: center;
	text-transform: none;
}
}
 @media screen and (max-width: 1100px) {
body {
	min-width: 600px;
}
.aboutus-additional h3 span {
	display: inline;
}
.we-build, .aboutus-description {
	padding: 80px 6% 30px;
	width: 88%;
}
.aboutus-description {
	padding: 0px 6% 30px;
	width: 88%;
}
.aboutus-additional {
	padding: 0 6%;
	width: 88%;
}
.aboutus-description-left {
	float: left;
	width: 61%;
}
.twentyfour-plus {
	border-left: 3px solid #FFCC00;
	float: left;
	margin: 100px 0 0 4%;
	padding: 0 0 0 4%;
	width: 27%;
}
.aboutus-description p {
	font-size: 16px;
	line-height: 28px;
	padding: 20px 5% 20px 0;
}
.twentyfour-plus p {
	font-size: 24px;
	letter-spacing: -0.5px;
	line-height: 34px;
	padding: 0 0 5px;
}
.case-studies li p {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 30px;
}
.mob-apps-cont h2 {
	font-size: 90px;
	line-height: 80px;
}
.mob-apps-cont h2 span {
	font-size: 22px;
	letter-spacing: -0.5px;
	line-height: 30px;
	padding: 10px 0 0;
}
.mob-apps-cont p {
	font-size: 18px;
	line-height: 26px;
}
.menu, .product-header-top, .header .hide {
	display: none;
}
.mask-holder {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.45);
	height: 100%;
	left: 0;
	overflow: auto;
	position: fixed;
	top: 52px;
	transition: all 0.5s ease 0s;
	width: 100%;
}
.mobilemenu-close {
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
}
.menu-icon {
	display: block;
}
.mobile-menu {
	background: none repeat scroll 0 0 #F9F9F9;
	display: block;
	width: 100%;
	z-index: 9999999;
	border-bottom: 1px solid #e8e8e8;
	box-shadow: 0 1px 3px rgba(0,0,0,0.05);
	transition: 0.5s ease-in-out all;
	position: relative;
}
.mobile-menu ul {
	float: left;
	margin: 20px 0;
	width: 33%;
}
.mobile-menu-wrap {
	margin: 0 auto;
	overflow: auto;
	padding: 30px 0;
	max-width: 650px;
}
.mobile-menu-wrap .catagory-mobile {
	margin: 20px auto 0;
	min-height: 20px;
	padding: 0;
	text-align: center;
	width: 100%;
}
.mobile-menu-wrap .catagory-mobile a {
	border-bottom: 1px dashed #999999;
	padding: 0 2px 2px;
}
.menu-icon {
	box-shadow: 0 2px 0 #FFFFFF inset, 0 4px 0 #BCBCBC inset, 0 6px 0 #FFFFFF inset, 0 8px 0 #BCBCBC inset, 0 10px 0 #FFFFFF inset, 0 12px 0 #BCBCBC inset, 0 14px 0 #FFFFFF inset;
	-moz-box-shadow: 0 2px 0 #FFFFFF inset, 0 4px 0 #BCBCBC inset, 0 6px 0 #FFFFFF inset, 0 8px 0 #BCBCBC inset, 0 10px 0 #FFFFFF inset, 0 12px 0 #BCBCBC inset, 0 14px 0 #FFFFFF inset;
	-ms-box-shadow: 0 2px 0 #FFFFFF inset, 0 4px 0 #BCBCBC inset, 0 6px 0 #FFFFFF inset, 0 8px 0 #BCBCBC inset, 0 10px 0 #FFFFFF inset, 0 12px 0 #BCBCBC inset, 0 14px 0 #FFFFFF inset;
	-o-box-shadow: 0 2px 0 #FFFFFF inset, 0 4px 0 #BCBCBC inset, 0 6px 0 #FFFFFF inset, 0 8px 0 #BCBCBC inset, 0 10px 0 #FFFFFF inset, 0 12px 0 #BCBCBC inset, 0 14px 0 #FFFFFF inset;
	-webkit-box-shadow: 0 2px 0 #FFFFFF inset, 0 4px 0 #BCBCBC inset, 0 6px 0 #FFFFFF inset, 0 8px 0 #BCBCBC inset, 0 10px 0 #FFFFFF inset, 0 12px 0 #BCBCBC inset, 0 14px 0 #FFFFFF inset;
	cursor: pointer;
	height: 14px;
	left: 100px;
	position: absolute;
	text-indent: -999em;
	top: 19px;
	width: 15px;
}
.page-heading .we-build h1 {
	font-size: 74px;
	line-height: 74px;
	padding-bottom: 35px;
}
.page-heading h1, .news-section h1 {
	font-size: 72px;
}
.integration-part {
	margin: 0 auto;
	overflow: hidden;
}
.integration-products {
	width: 25%;
}
.detailed-part {
	width: 63%;
}
.integrated-details p {
	font-size: 15px;
	line-height: 23px;
	padding: 0;
}
.integration-features.googleapps-projects li, .integration-features.googleapps-discussions li, .integration-features.googleapps-support li, .integration-features.googleapps-people li, .integration-features.googleapps-books li, .integration-features.googleapps-wiki li {
	min-height: 30px;
}
.integration-features li {
	float: none;
	min-height: 30px;
	padding: 30px 0% 30px 15%;
	width: 85%;
	border-top: 1px dashed #E2E2E2;
}
.integration-features li:first-child {
	border-top: none;
}
.googleapps-part {
	padding: 125px 0;
}
.aboutus-additional h3 {
	color: #333333;
	font-size: 24px;
	letter-spacing: -1px;
	line-height: 32px;
	padding-bottom: 15px;
}
/*TIMELINE IPAD 768 SIZE CHANGES STARTS */ 
 
.left-section, .right-section {
	margin: 0 auto;
	max-width: 900px;
}
.our-story {
	padding: 150px 0 220px;
}
/*TIMELINE IPAD 768 SIZE CHANGES ENDS*/


}
 @media screen and (max-width: 1050px) {
body {
	min-width: 300px;
}
.mob-apps-cont p {
	font-size: 16px;
	line-height: 24px;
}
.getstarted-box {
	max-width: 200px;
	text-align: center;
}
.getstarted-box a {
	font-size: 14px;
	height: 42px;
	line-height: 42px;
	padding: 3px 20px;
}
.getstarted-box span {
	font-size: 12px;
}
.footer-links {
	max-width: 850px;
	padding: 50px 0 40px
}
.apps-tab-bar {
	padding: 120px 0 25px;
}
.filter-list {
	max-width: 800px;
	padding: 25px 0;
}
.filter-list li {
	font-size: 12px;
	line-height: 20px;
	margin: 0 15px;
}
.product-details img {
	width: 64px;
}
.webapps-part {
	padding: 0 3% 35px;
}
}
 @media screen and (max-width: 980px) {
body {
	min-width: 300px;
}

.star, .feedback-holder{
	display:none;	
}
.catagory-mobapps.first-child {
	border-top: medium none;
	padding: 80px 0 40px;
}
.catagory-mobapps p {
	font-size: 14px;
	line-height: 23px;
	max-width: 700px;
}
.aboutus-additional h3 span {
	display: inline;
}
.page-heading {
	padding: 40px 0 30px;
}
.timeline-holder {
	min-height: 160px
}
.case-studies li p {
	margin-bottom: 10px;
}
.largest-vendor, .case-studies {
	float: none;
	width: 80%;
	padding: 0 10%;
	text-align: center;
}
.largest-vendor {
	border-bottom: 1px dashed #e5e5e5;
	padding-bottom: 60px;
	margin-bottom: 60px;
}
.case-studies li:nth-child(2), .case-studies li:nth-child(3) {
	padding-top: 0;
}
.press-release ul {
	margin: 0 5%;
	width: 90%;
}
.press-release li {
	float: left;
	min-height: 100px;
	padding: 25px 5% 10px;
	width: 40%;
}
.news-section {
	padding: 60px 0;
}
.news-section h1 {
	font-size: 70px;
	letter-spacing: -1.5px;
	line-height: 60px;
	margin-bottom: 50px;
}
.recent-news, .news-lists-part, .news-lists {
	max-width: 650px;
}
.recent-news li {
	padding: 50px 4% 40px;
}
.news-lists li {
	padding: 30px 0 20px 5%;
	width: 95%;
}
.news-lists li span {
	width: 28%;
}
.news-lists li .more-news {
	width: 62%;
}
.recent-news ul {
	margin: 50px auto 0;
	max-width: 650px;
}
.press-release h2 {
	float: none;
	font-size: 54px;
	padding: 0 0 40px;
	text-align: center;
	width: 100%;
}
.our-story {
	padding: 100px 0;
}
.our-story h2 {
	font-size: 54px;
	letter-spacing: -1px;
	line-height: 52px;
}
.extra-aboutus {
	margin: 0 auto 40px;
	max-width: 100%;
}
.extra-aboutus li {
	border-top: 1px solid #e8e8e8;
	float: none;
	overflow: hidden;
	padding: 60px 10%;
	text-align: center;
	width: 80%;
}
.extra-aboutus li:first-child {
	border-top: none;
	padding: 10px 10% 60px;
}
.extra-aboutus li:last-child {
	padding: 60px 10% 20px;
}
.extra-aboutus h2 {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 28px;
	margin-bottom: 10px;
	min-height: 10px;
}
.extra-aboutus h2 span {
	display: inline;
}
.viewall {
	max-width: 120px;
	margin: 0 auto;
}
.newsletter {
	max-width: 300px;
	margin: 0 auto;
}
.viewall a {
	float: none;
}
.download-part {
	max-width: 100%;
	border-top: 1px solid #e8e8e8;
}
.contact-form {
	max-width: 560px;
	padding: 60px 5%;
}
.form-area {
	margin-top: 50px;
}
.form-inputs, .form-area .comments-area {
	width: 100%;
}
.form-inputs input, .comments-area textarea {
	margin: 0 3% 40px;
	padding: 15px 2% 15px 0;
	width: 44%;
}
.form-inputs input:focus {
	padding: 15px 2% 15px 2%;
	width: 44%;
}
.comments-area textarea {
	width: 94%;
}
.comments-area textarea:focus {
	background: none repeat scroll 0 0 #FAFAFA;
	border: 1px solid #E2E2E2;
	padding: 10px 5% 0 5%;
	width: 94%;
}
.videos-section p {
	font-size: 14px;
	line-height: 22px;
	margin: 10px 0 0;
	min-height: 45px;
	padding: 0;
}
.more-news p {
	font-size: 14px;
}
.catagory-mobapps p {
	max-width: 600px;
}
.look-down {
	display: none;
}
.page-heading .we-build h1 {
	font-size: 68px;
	line-height: 68px;
	padding-bottom: 35px;
}
.we-build h1 span {
}
.page-heading h1, .news-section h1 {
	font-size: 62px;
}
.googleapps-part {
	padding: 125px 0;
}
.googleapps-part li {
	float: none;
	font-size: 15px;
	margin: 10px auto;
	max-width: 250px;
	text-align: left;
	width: 100%;
}
.signing .signin, .signing .signup {
	font-size: 12px;
	padding: 0 10px;
	text-align: center;
	text-transform: none;
}
.extra-aboutus li p {
	font-size: 15px;
	line-height: 22px;
	margin: 0 auto 40px;
	max-width: 400px;
}
.signing .signin, .signing .signup {
	padding: 0 10px;
}
.signing .signup {
	overflow: hidden;
	width: 50px;
}
.aboutus-menu {
	max-width: 430px;
	padding: 30px 0;
}
.aboutus-menu a {
	font-size: 14px;
	padding: 0 20px;
}
.aboutus-menu-resize {
	max-width: 550px;
	padding: 25px 0;
}
.twentyfour-plus, .content-highlighted, .image-area {
	display: none;
}
.we-build h1 {
	font-size: 76px;
	font-weight: 800;
	letter-spacing: -4px;
	line-height: 72px;
	text-align: center;
}
.we-build em {
	border-bottom: 1px solid #666666;
	margin: 30px auto 0;
	width: 50px;
}
.aboutus-description-left {
	float: left;
	text-align: center;
	width: 100%;
	padding: 30px 0 0;
}
.aboutus-description p {
	float: left;
	font-size: 14px;
	line-height: 24px;
	padding: 0 3%;
	text-align: left;
	width: 44%;
}
.image-content-part, .content-twice-part {
	padding: 40px 0;
}
.aboutus-additional {
	margin: 30px 0 70px;
	padding: 0 6%;
	width: 88%;
}
.aboutus-additional li:first-child, .aboutus-additional li:last-child {
	float: none;
	padding: 0 5%;
	text-align: center;
	width: 90%;
}
.image-twice-part {
	padding: 0;
}
.our-story {
	padding: 150px 0 200px;
}
.our-story h2 {
	font-size: 48px;
	letter-spacing: -1px;
	line-height: 52px;
}
.our-story h2 span {
	font-size: 24px;
	letter-spacing: 0;
	line-height: 32px;
	margin-bottom: 5px;
}
.explore {
	height: 50px;
	padding-top: 0;
	width: 50px;
	margin: 0 auto 0 -25px;
}
.explore img {
	padding: 20px 0;
	width: 28px;
}
.footer-links {
	margin: 0 6%;
}
}
 @media screen and (max-width: 900px) {
body {
	min-width: 300px;
}
.catagory-mobapps h2 {
	font-size: 30px;
	letter-spacing: -1px;
	line-height: 36px;
}
.mob-apps-section {
	background-attachment: scroll;
	background-image: url("images/mobile-part-bg.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 50px;
	overflow: hidden;
	width: 100%;
}
.mob-apps-cont {
	float: none;
	margin: 0 auto;
	max-width: 600px;
	padding: 100px 10%;
	text-align: center;
	width: 80%;
}
.mob-apps-cont p em {
	margin: 20px auto 35px;
	width: 40px;
}
#ifrm {
	width: 620px;
	height: 340px;
}
.store-icon {
	margin: 0 auto;
}
.cm-videos {
	max-width: 700px;
}
.aboutus-menu span.reduce-icon {
	margin: 0 auto 10px;
}
.aboutus-menu a.reduce-fontsize {
	font-size: 12px;
	padding: 0 12px;
}
.aboutus-menu-resize {
	max-width: 500px;
	padding: 25px 0;
}
/*TIMELINE IPAD 768 SIZE CHANGES STARTS*/ 

.zoho-timeline p {
	font-size: 14px;
	line-height: 23px;
}
.content-2008, .content-2012 {
	max-width: 100%;
}
.section-2006 .content-2006, .section-2013 .content-2013 {
	padding: 40px 40px 0;
}
.left-section, .right-section {
	margin: 0 auto;
	max-width: 650px;
	padding: 50px 10%;
}
.right-box:before {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.075);
	content: "";
	height: 30px;
	margin: -15px;
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	z-index: 99;
	transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.left-box:before {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.075);
	content: "";
	height: 30px;
	position: absolute;
	right: 50%;
	top: 0;
	width: 30px;
	z-index: 99;
	margin: -15px;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.year-pointer {
	top: 10px;
}
.left-part, .right-part {
	float: none;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.content-1996, .content-2001, .content-2005, .content-2006, .content-2007, .content-2009 {
	text-align: center;
	max-width: 100%;
}
.content-1996 {
	max-width: 100%;
}
.right-box, .left-box {
	padding: 40px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	background: #fff;
}
.zoho-timeline .yearof {
	float: none;
	margin: 0 auto;
	text-align: center;
	background: #f7f7f7;
}
.content-1996 .adventnet {
	margin: 0 auto 20px;
}
.about-product {
	overflow: hidden;
	padding: 0;
}
.content-2006 .about-product, .content-2008 .about-product, .content-2012 .about-product, .content-2013 .about-product {
	overflow: hidden;
	padding: 0 0 50px;
}
.zoho-timeline h2 {
	font-size: 21px;
	font-weight: 700;
	line-height: 28px;
}
.about-product span {
	left: 0;
	margin: 0 auto 15px;
	position: relative;
}
.about-product a{ color:#333;}
.one-million, .zoholics {
	border-top: 5px solid #FFCC00;
	border-left: none;
	margin: 0 auto 10px;
	max-width: 400px;
	padding: 40px 20px 0;
}
.ten-million {
	border-left: none;
	margin: 0 auto;
	max-width: 400px;
	padding: 0;
}
.content-2001 {
	border-bottom: 5px solid #FFCC00;
	border-left: none;
}
/*TIMELINE IPAD 768 SIZE CHANGES ENDS*/

.we-build h1 {
	font-size: 70px;
	letter-spacing: -3px;
	line-height: 66px;
}
.webapps li {
	margin: 1%;
	width: 48%;
}
.webapps .product-details {
	margin: -82px 0 0 -120px;
}
.filter-list {
	max-width: 680px;
}
.filter-list li {
	margin: 0 8px;
}
.filter-list li:first-child {
	margin: 0 8px 0 0;
}
.filter-list li:last-child {
	margin: 0 0 0 8px;
}
 @media screen and (max-width: 800px) {
body {
 min-width: 300px;
}
 .we-build h1 {
 font-size: 58px;
 letter-spacing: -1.5px;
 line-height: 56px;
}
.we-build em {
 margin: 25px auto 0;
}
.store-icon {
 width: 155px;
}
.store-icon li img {
 width: 26px;
}
.mob-apps-cont h2 {
 font-size: 80px;
 line-height: 60px;
}
.store-icon li {
 height: 25px;
 padding: 5px 15px;
}
.case-studies li {
 padding: 0;
 width: 100%;
}
.awards-lists {
 margin: 0 auto;
 max-width: 600px;
 padding: 0 7% 60px;
}
.awards-lists li {
 width: 45%;
}
.catagory-mobapps .mobapps-icon {
 width: 48px;
 margin-bottom: 15px;
}
.catagory-mobapps li {
 padding: 0 15px;
}
.mob-ec li {
 width: 20%;
 padding: 0;
}
.integration-products li img {
 margin: 0 20px;
}
.integration-products h5 {
 font-size: 12px;
}
.catagory-mobapps li h4 {
 font-size: 12px;
}
.catagory-mobapps p {
 margin-bottom: 40px;
}
.merged-mobile-catagory .catagory-mobapps {
 float: none;
 padding: 80px 10% 40px;
 width: 80%;
}
.merged-mobile-catagory {
 padding: 0;
 background: none;
}
.page-heading h1, .news-section h1 {
 font-size: 58px;
}
.gapps-testimonial {
 padding: 60px 0;
}
.gapps-testimonial ul {
 padding: 50PX 0 0;
}
.gapps-testimonial h2 {
 font-size: 48px;
 letter-spacing: -1px;
 line-height: 46px;
 padding: 0 0 10px;
}
.gapps-testimonial p {
 font-size: 24px;
 letter-spacing: 0;
 line-height: 20px;
 margin: 0 auto;
}
.gapps-testimonial li p {
 font-size: 18px;
 font-weight: 300;
 line-height: 28px;
 padding-top: 20px;
}
.gapps-testimonial h5 {
 font-size: 14px;
 line-height: 24px;
 padding: 10px 0 5px;
}
.awards-lists p {
 font-size: 14px;
 padding: 10px 10px 0;
}
 .our-story h2 {
 font-size: 40px;
 letter-spacing: -1px;
 line-height: 50px;
}
.our-story h2 span {
 font-size: 21px;
 line-height: 30px;
}
 .our-story em {
 margin: 30px auto 0;
}
 .our-story {
 padding: 120px 0;
}
 .explore {
 display: none;
}
}
 @media screen and (max-width: 750px) {
.filter-list {
	display: none;
}
.apps-tab-bar {
	padding: 100px 0 40px;
}
.enquiries {
	margin: 10px auto 0;
	max-width: 250px;
	overflow: hidden;
	padding: 0 0 40px;
	text-align: center;
}
.enquiries li {
	float: none;
	padding: 0;
	width: 100%;
}
.mobile-menu-wrap {
	max-width: 480px;
	padding: 40px 0;
}
.mobile-menu ul {
	padding: 0 0 0 5%;
	width: 45%;
	min-height: 290px;
	margin: 10px 0;
}
.mobile-menu ul:first-child, .mobile-menu ul:first-child + ul {
	min-height: 250px;
}
.mobile-menu ul:nth-child(5), .mobile-menu ul:nth-child(6) {
	min-height: 100px;
}
.catagory-mobapps, .catagory-mobapps.first-child {
	padding: 60px 10% 20px;
}
.catagory-mobapps .mobapps-icon {
	margin-bottom: 10px;
	width: 48px;
}
.catagory-mobapps .mob-sm, .catagory-mobapps .mob-cs, .catagory-mobapps .mob-ec, .catagory-mobapps .mob-fin, .catagory-mobapps .mob-hr, .catagory-mobapps .mob-cp {
	max-width: 400px;
}
.mob-ec li {
	padding: 0;
	width: 32%;
}
.news-lists li {
	background-image: none;
	padding: 30px 10% 25px;
	width: 80%;
}
.news-lists-part {
	margin: 50px auto;
	border: none;
}
.news-lists-part h3 {
	background: none repeat scroll 0 0 #f9f9f9;
	font-size: 28px;
	line-height: 30px;
	padding: 0 15px;
	position: relative;
	text-align: center;
	top: 0;
}
.more-news p {
	font-size: 12px;
	margin: 0;
	width: 90%;
	padding: 10px 10% 10px 0;
}
.news-lists li span {
	float: none;
	margin-bottom: 12px;
	text-align: left;
	width: 100%;
}
.news-lists li .more-news {
	width: 100%;
}
.footer-links {
	margin: 0 10%;
}
.footer-links ul {
	margin: 0 0 30px;
	width: 50%;
}
.footer-links ul:first-child+ul+ul {
	width: 50%;
	margin: 0;
}
.footer-links ul:first-child+ul, .footer-links ul:first-child+ul+ul+ul {
	width: 40%;
	margin: 0 0 30px 10%;
}
.footer-links ul:first-child+ul+ul+ul {
	width: 40%;
	margin: 0 0 0 10%;
}
.common-footer ul {
	padding: 0 5%;
}
.common-footer li {
	border: medium none;
	float: none;
	text-align: center;
	padding: 5px 12px;
}
.floating-iconic-menu {
	display: none;
}
.recent-news ul {
	margin: 50px auto 0;
	max-width: 500px;
}
.recent-news li {
	margin: 1px 0;
	min-height: 10px;
	padding: 40px 10% 35px;
	width: 80%;
}
.recent-news li p {
	font-size: 14px;
	min-height: 10px;
	padding-bottom: 15px;
}
.recent-news li img {
	width: 90px;
}
.aboutus-description-left {
	padding: 0;
}
.aboutus-description p {
	float: none;
	padding: 30px 5% 0;
	text-align: center;
	width: 90%;
}
.we-build h1 {
	font-size: 46px;
	letter-spacing: -1.5px;
	line-height: 52px;
}
.we-build {
	padding: 60px 6% 10px;
	width: 88%;
}
.aboutus-description {
	padding: 0 7%;
	width: 86%;
}
.aboutus-additional h3 {
	font-size: 21px;
	line-height: 27px;
	padding-bottom: 12px;
}
.image-content-part, .content-twice-part {
	padding: 25px 0;
	text-align: left;
}
.aboutus-additional li:first-child, .aboutus-additional li:last-child {
	float: none;
	padding: 0 7%;
	text-align: left;
	width: 86%;
}
.aboutus-additional {
	margin: 30px 0;
}
 @media screen and (max-width: 650px) {
body {
 min-width: 250px;
}
 .timeline-continues h3 {
 margin: 0 auto;
 max-width: 360px;
}

/* YEAR COLOR CODE */

.section-1996 .yearof {
 color: #00add5;
}
.section-2001 .yearof {
 color: #5bb46c;
}
.section-2005 .yearof {
 color: #ea785d;
}
.section-2006 .yearof {
 color: #d6b000;
}
.section-2007 .yearof {
 color: #4661b9;
}
.section-2008 .yearof {
 color: #48bbb4;
}
.section-2009 .yearof {
 color: #9b59b6;
}
.section-2012 .yearof {
 color: #c0392b;
}
.section-2013 .yearof {
 color: #e67e22;
}
.section-2014 .yearof {
 color: #9e2955;
}


/* YEAR COLOR CODE ENDS */



 .product-details img {
 width: 52px;
}
 .webapps li h4 {
 font-size: 15px;
 letter-spacing: 0;
 line-height: 18px;
 margin: 20px auto 10px;
}
 .webapps li p {
 padding: 0 8%;
}
 .we-build h1 {
 font-size: 42px;
 letter-spacing: -1px;
 line-height: 46px;
}
 .address {
 max-width: 100%;
 padding: 30px 1% 50px;
}
 .address h4 {
 font-size: 28px;
 padding: 0 20px;
 top:-46px;
}
 .address h2 {
 font-size: 40px;
 letter-spacing: -1px;
 line-height: 32px;
}
 .address h3 {
 font-size: 16px;
}
 .address p {
 font-size: 13px;
 line-height: 24px;
}
.press-release {
 padding: 30px 0;
}
 .press-release h2 {
 font-size: 42px;
 letter-spacing: -3px;
 padding: 0 0 20px;
}
 .press-release H5, .press-release p {
 padding: 0 0 5px;
}
 .address li, .address li:last-child {
 float: left;
 margin: 0 1% 2%;
 min-height: 340px;
 padding: 50px 3% 0;
 text-align: center;
 width: 42%;
}
 .press-release li {
 float: none;
 margin: 0 5%;
 min-height: 20px;
 padding: 15px 0;
 width: 90%;
}
 .aboutus-menu {
 max-width: 350px;
 padding: 20px 0;
}
 .aboutus-menu span {
 height: 22px;
 width: 22px;
 background-position: center 0;
 background-repeat: no-repeat;
 background-size: 22px 45px;
}
 .aboutus-menu a {
 font-size: 14px;
 padding: 0 12px;
}
.aboutus-menu .selected span {
 background-position: center 100%;
}
 .left-section, .right-section {
 max-width: 650px;
 padding: 40px 0;
}
 .download-part h2 {
 float: none;
 font-size: 40px;
 font-weight: 600;
 letter-spacing: -1px;
 line-height: 32px;
 margin: 0 auto;
 max-width: 250px;
 padding-top: 0;
 text-align: center;
 width: 100%;
}
 .logo-download {
 text-align: center;
}
 .download-part img {
 border-left: medium none;
 display: block;
 float: none;
 margin: 0 auto;
 max-width: 100%;
 padding: 30px 0 5px;
 width: 120px;
}
 .formats {
 float: none;
 margin: 0 auto;
 max-width: 130px;
}
 .formats a {
 font-size: 14px;
 padding: 0 8px;
}
 .right-box, .left-box {
 margin: 30px 35px 0;
 position: relative;
}
 .aboutus-additional p, .aboutus-description p {
 font-size: 13px;
 line-height: 22px;
 text-align:left;
}
 .one-million, .zoholics {
 padding: 40px 5px 0;
}
 .our-story h2 span {
 font-size: 16px;
 line-height: 24px;
}
 .our-story h2 {
 font-size: 32px;
 letter-spacing: -1px;
 line-height: 40px;
 padding:0 10%;
}
 .webapps {
 max-width: 400px;
 min-height: 10px;
}
 .webapps li:before {
 content: none;
 display: block;
 padding-top: 0;
}
 .webapps .product-details {
 left: 0;
 margin: 0 auto;
 padding: 20% 0;
 position: relative;
 top: 0;
}
.webapps li {
 margin: 2.5% 5%;
 width: 90%;
}
}
 @media screen and (max-width: 550px) {
body {
	min-width: 200px;
}
.merged-mobile-catagory .catagory-mobapps {
	float: none;
	padding: 60px 10% 20px;
	width: 80%;
}
.catagory-mobapps h2 {
	font-size: 26px;
	letter-spacing: -1px;
	line-height: 30px;
	margin-bottom: 15px;
}
.contact-form .submit input {
	margin-top: 32px;
}
.mobile-menu-wrap {
	max-width: 420px;
	padding: 30px 0;
}
.mob-apps-cont h2 span {
	font-size: 18px;
	line-height: 26px;
	padding: 12px 0 0;
}
.mob-apps-cont h2 {
	font-size: 60px;
	line-height: 46px;
}
.mob-apps-cont p {
	font-size: 15px;
	line-height: 22px;
}
.timeline-continues h3 {
	font-size: 21px;
	line-height: 30px;
	text-align: center;
}
.address {
	max-width: 100%;
	padding: 30px 1% 20px;
}
.address li, .address li:last-child {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-bottom: medium none;
	float: left;
	margin: 0 auto;
	min-height: 30px;
	padding: 10px 5%;
	text-align: center;
	width: 90%;
}
.page-heading h1, .news-section h1 {
	font-size: 50px;
	line-height: 40px;
}
.contact-form {
	max-width: 550px;
	padding: 40px 5% 45px;
}
.form-area {
	margin-top: 30px;
}
.form-inputs input, .form-inputs input:focus, .comments-area textarea {
	margin: 0 5% 0;
	padding: 15px 0 15px 0;
	width: 90%;
	font-size: 14px;
}
.form-inputs input, .form-inputs input:focus, .comments-area textarea {
	background: none repeat scroll 0 0 #F7F7F7;
	border: 1px solid #FFFFFF;
	display: block;
	font-size: 14px;
	line-height: 14px;
	margin: 12px 5%;
	padding: 15px 5%;
	width: 90%;
}
.form-inputs input:focus, .comments-area textarea:focus {
	border: 1px solid #e2e2e2;
	padding: 15px 5%;
	width: 90%;
	background: #fff;
}
.timeline-continues h3 {
	max-width: 300px;
	margin: 0 auto;
}
}
 @media screen and (max-width: 450px) {
body {
	min-height: 200px;
}
.we-build h1 {
	font-size: 32px;
	font-weight: 800;
	letter-spacing: -0.5px;
	line-height: 36px;
}
.apps-tab {
	max-width: 220px;
}
.apps-tab a {
	font-size: 11px;
	padding: 10px 0;
	width: 108px;
}
.mob-apps-cont p, .catagory-mobapps p {
	display: none;
}
.catagory-mobapps h2 {
	font-size: 24px;
	letter-spacing: -0.5px;
	line-height: 28px;
	margin-bottom: 35px;
}
.mobilemenu-close {
	right: 20px;
	position: fixed;
	top: 20px;
	z-index: 9999999;
}
.mob-apps-cont {
	padding: 80px 10%;
}
.catagory-mobapps .mob-sm, .catagory-mobapps .mob-cs, .catagory-mobapps .mob-ec, .catagory-mobapps .mob-fin, .catagory-mobapps .mob-hr, .catagory-mobapps .mob-cp {
	max-width: 250px;
}
.mobile-holder {
	width: 100%;
}
.mobile-sub-holder {
	width: 100%;
}
.catagory-mobapps li {
	padding: 0;
	width: 49%;
}
.mob-ec li {
	padding: 0;
	width: 45%;
}
.news-lists li {
	padding: 30px 15% 25px;
	width: 70%;
}
.mobile-menu-wrap {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 10px 4px 12px rgba(0, 0, 0, 0.1);
	max-width: 100%;
	padding: 20px 0 0;
}
.mobile-menu ul, .mobile-menu ul:first-child, .mobile-menu ul:first-child + ul, .mobile-menu ul:nth-child(2n) {
	border-bottom: 1px dashed #E2E2E2;
	min-height: 50px;
	padding: 30px 15%;
	width: 70%;
	margin: 0 auto;
}
.mobile-menu ul:last-child {
	border: none;
}
.mobile-menu li:last-child {
	padding: 0;
}
.mobile-menu-wrap .catagory-mobile {
	margin: 0;
	text-align: center;
	width: 100%;
	background: #f2f2f2;
}
.mobile-menu-wrap .catagory-mobile a {
	border-bottom: medium none;
	display: block;
	padding: 15px 0;
}
.aboutus-menu {
	max-width: 275px;
	padding: 20px 0;
}
.aboutus-menu span {
	height: 22px;
	width: 22px;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: 22px 45px;
}
.aboutus-menu a {
	font-size: 12px;
	padding: 0 11px;
}
.aboutus-menu a:first-child {
	padding: 0 10px 0 0;
}
.aboutus-menu a:last-child {
	padding: 0 0 0 10px;
}
.right-box, .left-box {
	margin: 30px;
	padding: 40px 25px;
	position: relative;
}
.footer-links {
	margin: 0 5%;
	padding: 50px 0 25px;
	text-align: left;
}
.footer-links ul, .footer-links ul:first-child + ul, .footer-links ul:first-child + ul + ul, .footer-links ul:first-child + ul + ul + ul {
	margin: 0 auto 40px;
	padding: 0 5%;
	text-align: left;
	width: 40%;
}
.footer-links ul:first-child+ul+ul+ul {
	margin: 0 auto
}
.common-footer p {
	max-width: 200px;
}
}
 @media screen and (max-width: 350px) {
body {
	min-height: 200px;
}
.signing .signin, .signing .signup {
	padding: 0 10px;
}
.signing .signup {
	overflow: hidden;
	width: 50px;
}
.footer-links {
	margin: 0;
	padding: 50px 0 5px;
	text-align: left;
}
.footer-links ul, .footer-links ul:first-child+ul, .footer-links ul:first-child+ul+ul, .footer-links ul:first-child+ul+ul+ul {
	text-align: center;
	width: 80%;
	padding: 0 10%;
	margin: 0 auto 40px;
}
}
