/* RESET CSS PART */ 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, canvas, embed, output, ruby, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none
}
ol, ul {
	list-style: none;
}
a {
	border: none;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
/* COADING PART STARTS */
body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
body {
	text-rendering: optimizeSpeed;
}
}
.learn-more {
	padding-top: 40px;
}
.learn-more a {
	background: #fff;
	border: 1px solid #ddd;
	color: #666;
	font-size: 14px;
	font-weight: 400;
	padding: 8px 20px;
	text-transform: uppercase;
}
p {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
}
.logo, .apple-store, .google-play, .facebook, .twitter, .linkedin, .menu-icon, .sub-menu-icon, .footer-zohologo a, .windows-store {
	background-image: url('../images/prd-common-sprite.png');
	background-repeat: no-repeat;
	text-indent: -999em;
	display: inline-block;
}
.product .new, .app-box a span, .menu .store-icons span {
	background-image: url('../images/product-icon-sprite.png');
	background-repeat: no-repeat;
	text-indent: -999em;
	display: inline-block;
}
/* HEADER PART STARTS */ 
.header {
	background: none repeat scroll 0 0 #ffffff;
	overflow: hidden;
	width: 100%;
	min-height: 35px;
	border-bottom: 1px solid #e8e8e8;
}
.logo {
	background-position: left top;
	float: left;
	height: 23px;
	margin: 6px 0 0 20px;
	text-indent: -999em;
	width: 66px;
}
.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 {
	-webkit-font-smoothing: auto;
	color: #aaa;
	display: block;
	font-size: 11px;
	font-weight: 600;
	line-height: 15px;
	padding: 10px 15px;
	text-transform: uppercase;
	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;
}
.header:hover .menu li a {
	color: #666;
}
.header:hover .menu .selected a {
	color: #000;
}
.mobile-menu li {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #444;
	padding-bottom: 15px;
}
.mobile-menu li a {
	font-size: 12px;
	color: #666;
	margin: 0;
	padding: 1px 0 0 30px;
	position: relative;
	line-height: 18px;
}
.menu ul li a {
	margin: 0;
	padding: 0 0 0 30px;
	position: relative;
	line-height: 18px;
}
.mobile-menu li span, .menu ul li span {
	background-image: 'url(../images/apps-sprite.png)';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
}
.menu ul {
	position: absolute;
	top: 60px;
	visibility: hidden;
	opacity: 0;
	z-index: 99999;
	width: 150px;
	background: #fff;
	border: 1px solid #e8e8e8;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.05);
	box-shadow: 0 1px 3px rgba(0,0,0,0.05);
	margin-left: 10px;
	padding: 10px 25px 10px 25px;
	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;
}
.menu ul li {
	border-top: 1px solid #EEEEEE;
	padding: 10px 0;
	text-align: left;
	width: 100%;
}
.catagory-dropdown .mobileapps {
	background: none repeat scroll 0 0 #F7F7F7;
	border: medium none;
	margin: 0 -25px -10px;
	padding: 10px 25px;
	width: 100%;
}
.catagory-dropdown .mobileapps a {
	color: #666;
	font-size: 12px;
	line-height: 17px;
	padding: 2px 0 0;
	text-transform: uppercase;
}
.catagory-dropdown .mobileapps a span {
	display: none;
}
.menu ul li:first-child {
	border: none;
}
.menu .selected >a {
	color: #000000;
	cursor: pointer;
}
.signing .signin, .signing .signup {
	background: none repeat scroll 0 0 #fff;
	border: medium none;
	color: #333;
	display: inline-block;
	float: left;
	font-size: 12px;
	font-weight: 600;
	height: 33px;
	line-height: 35px;
	padding: 0 20px;
	text-align: center;
	text-transform: uppercase;
}
.signing .signup {
	background: none repeat scroll 0 0 #f0483e;
	border: 1px solid #f0483e;
	color: #fff;
	line-height: 33px;
	float: right;
}
.signing .signin, .signing .signup {
	display: none;
}
.signing .user-det {
	color: #444;
	font-size: 11px;
	min-width: 400px;
	position: absolute;
	right: 0;
	text-align: right;
	top: -16px;
}
.signing .goto-link {
	background-color: #f7f7f7;
	color: #2fa763;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	height: 35px;
	line-height: 34px;
	margin-left: 5px;
	padding: 0 12px;
	text-transform: capitalize;
}
.menu .menu-signup a:hover {
	color: #fff;
}
/* HEADER PARTS ENDS  */


/* NEW DROPDOWN CSS PART START */

.catagory-dropdown, .dropdown-mask {
	background: none repeat scroll 0 0 #fff;
	border: none;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	left: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 35px;
	width: 100%;
	z-index: -10;
	overflow: hidden;
}
.catagory-inner {
	max-width: 100%;
	width: auto;
	opacity: 0;
	visibility: hidden;
	top: 10px;
	position: relative;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.catagory-dropdown.addMe {
	visibility: visible;
	opacity: 1;
	z-index: 1100;
	top: 35px;
}
.dropdown-mask.showmask {
	visibility: visible;
	opacity: 1;
	z-index: 1000;
	height: 300px;
	background: #fff;
}
.catagory-inner.showMe {
	top: 0px;
	visibility: visible;
	opacity: 1;
}
.menu .app-box {
	border-bottom: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-top: medium none;
	display: block;
	float: left;
	max-width: 190px;
	min-height: 160px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
}
.menu .product {
	color: #333 !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	min-height: 110px;
	padding: 20px 20px 30px;
	position: relative;
	text-transform: none;
}
.menu .product em {
	display: block;
	font-style: normal;
	margin-top: 5px;
	font-size: 11px;
	line-height: 16px;
	font-weight: 400;
	min-height: 50px;
	text-transform: none;
	color: #666;
}
.app-box a span {
	display: block;
	height: 32px;
	margin: 0 auto 5px;
	position: relative;
	width: 32px;
}
.product .new {
	position: absolute;
	left: 0;
	top: 0;
	background-position: -350px -148px;
	height: 13px;
	width: 30px;
	color: #666;
	font-size: 9px;
	font-style: normal;
}
.product .upcoming {
	background-position: -321px -131px;
	width:60px;
}
.product .beta {
	background-position: right -115px;
	width:30px;
}
.featured-app .product span {
	height: 64px;
	width: 64px;
}
.app-icon1 {
	background-position: left -205px;
}
.app-icon2 {
	background-position: -34px top;
}
.app-icon3 {
	background-position: -104px top;
}
.app-icon4 {
	background-position: -70px top;
}
.app-icon5 {
	background-position: -36px -34px;
}
.app-icon6 {
	background-position: -140px top;
}
.app-icon7 {
	background-position: -265px -208px;
}
.app-icon8 {
	background-position: -141px -68px;
}
.app-icon9a {
	background-position: -37px -66px;
}
.app-icon10 {
	background-position: -72px -208px;
}
.app-icon11 {
	background-position: -176px -68px;
}
.app-icon12 {
	background-position: -72px -68px;
}
.app-icon13 {
	background-position: -109px -68px;
}
.app-icon14 {
	background-position: -134px -205px;
}
.app-icon15 {
	background-position: -35px -104px;
}
.app-icon15a {
	background-position: -68px -100px;
}
.app-icon16 {
	background-position: -38px -138px;
}
.app-icon17 {
	background-position: -330px -205px;
	width: 46px !important;
}
.app-icon18 {
	background-position: -175px top;
}
.app-icon19 {
	background-position: -195px -205px;
}
.app-icon20 {
	background-position: -38px -171px;
}
.app-icon21 {
	background-position: -213px -68px;
}
.app-icon22 {
	background-position: left -205px;
}
.app-icon23 {
	background-position: left -205px;
}
.app-icon24 {
	background-position: -210px top;
}
.app-icon25 {
	background-position: -71px -175px;
}
.app-icon26 {
	background-position: -242px top;
}
.app-icon27 {
	background-position: -100px -101px;
}
.app-icon27a {
	background-position: -64px -87px;
}
.app-icon28 {
	background-position: -135px -102px;
}
.app-icon29 {
	background-position: -242px -66px;
}
.app-icon30 {
	background-position: -270px 0;
}
.menu .featured-app {
	border-bottom: medium none;
	border-right: 1px solid #f2f2f2;
	float: left;
	max-width: 240px;
	min-height: 202px;
	padding: 60px 30px;
	text-align: center;
	transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	-o-transition: all 0.35s ease 0s;
	-ms-transition: all 0.35s ease 0s;
	-webkit-transition: all 0.35s ease 0s;
}
.featured-app .product {
	font-size: 24px;
	line-height: 32px;
	padding: 0;
}
.featured-app .product em {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin: 5px auto 10px;
	max-width: 204px;
	min-height: 5px;
}
.more-detail {
	padding: 10px 0 0;
	font-size: 12px;
	color: #999;
	font-weight: 300;
	display: none;
}
.menu .more-detail a {
	display: inline;
	padding: 0 5px;
}
.menu .more-detail a:last-child {
	color: #e5675f !important;
}
.store-icons {
	color: #999;
	display: inline;
	font-size: 12px;
	font-weight: 300;
	opacity: 0.15;
}
.menu .store-icons span {
	height: 18px;
	margin: 0 3px;
	padding: 0;
	width: 18px;
	cursor: default;
}
.menu .no-border {
	border-bottom: 1px solid #f2f2f2;
}
.header:hover .menu li a {
	color: #333;
}
.finance .catagory-inner, .business-proc .catagory-inner {
	max-width: 100%;
}
.store-icons .apple-icon {
	background-position: -294px -175px;
}
.store-icons .gplay-icon {
	background-position: -325px -174px;
}
.store-icons .window-icon {
	background-position: -355px -175px;
}
.menu .sales-marketing:hover {
	box-shadow: 0 -2px 0 #00add5 inset;
	-webkit-box-shadow: 0 -2px 0 #00add5 inset;
}
.menu .email-collab:hover {
	box-shadow: 0 -2px 0 #ea785d inset;
	-webkit-box-shadow: 0 -2px 0 #ea785d inset;
}
.menu .help-desk:hover {
	box-shadow: 0 -2px 0 #5bb46c inset;
	-webkit-box-shadow: 0 -2px 0 #5bb46c inset;
}
.menu .business-proc:hover {
	box-shadow: 0 -2px 0 #4661b9 inset;
	-webkit-box-shadow: 0 -2px 0 #4661b9 inset;
}
.menu .finance:hover {
	box-shadow: 0 -2px 0 #48bbb4 inset;
	-webkit-box-shadow: 0 -2px 0 #48bbb4 inset;
}
.menu .hr:hover {
	box-shadow: 0 -2px 0 #ffcc00 inset;
	-webkit-box-shadow: 0 -2px 0 #ffcc00 inset;
}
.menu .sales-marketing, .menu .email-collab, .menu .help-desk, .menu .business-proc, .menu .finance, .menu .hr {
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-ms-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
}
.product-hover {
	bottom: 20px;
	left: 0;
	margin: 0;
	position: absolute;
	width: 100%;
	transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	-ms-transition: all 0.35s ease 0s;
	-o-transition: all 0.35s ease 0s;
	-webkit-transition: all 0.35s ease 0s;
}
.product-hover .more-detail {
	padding: 5px 0 10px;
}
.app-box:hover {
	border-bottom: 1px solid #333;
}
.sales-marketing .app-box:hover {
	border-bottom: 1px solid #00add5;
}
.email-collab .app-box:hover {
	border-bottom: 1px solid #ea785d;
}
.help-desk .app-box:hover {
	border-bottom: 1px solid #5bb46c;
}
.business-proc .app-box:hover {
	border-bottom: 1px solid #4661b9;
}
.finance .app-box:hover {
	border-bottom: 1px solid #48bbb4;
}
.hr .app-box:hover {
	border-bottom: 1px solid #ffcc00;
}
.sales-marketing .featured-app:hover {
	border-bottom: 0px solid #00add5;
	box-shadow: 0 -3px 0 #00add5 inset;
	-moz-box-shadow: 0 -3px 0 #00add5 inset;
	-ms-box-shadow: 0 -3px 0 #00add5 inset;
	-o-box-shadow: 0 -3px 0 #00add5 inset;
	-webkit-box-shadow: 0 -3px 0 #00add5 inset;
}
.email-collab .featured-app:hover {
	border-bottom: 0px solid #ea785d;
	box-shadow: 0 -3px 0 #ea785d inset;
	-moz-box-shadow: 0 -3px 0 #ea785d inset;
	-ms-box-shadow: 0 -3px 0 #ea785d inset;
	-o-box-shadow: 0 -3px 0 #ea785d inset;
	-webkit-box-shadow: 0 -3px 0 #ea785d inset;
}
.help-desk .featured-app:hover {
	border-bottom: 0px solid #5bb46c;
	box-shadow: 0 -3px 0 #5bb46c inset;
	-webkit-box-shadow: 0 -3px 0 #5bb46c inset;
}
.business-proc .featured-app:hover {
	border-bottom: 0px solid #4661b9;
	box-shadow: 0 -3px 0 #4661b9 inset;
	-webkit-box-shadow: 0 -3px 0 #4661b9 inset;
}
.finance .featured-app:hover {
	border-bottom: 0px solid #48bbb4;
	box-shadow: 0 -3px 0 #48bbb4 inset;
	-webkit-box-shadow: 0 -3px 0 #48bbb4 inset;
}
.hr .featured-app:hover {
	border-bottom: 0px solid #ffcc00;
	box-shadow: 0 -3px 0 #ffcc00 inset;
	-webkit-box-shadow: 0 -3px 0 #ffcc00 inset;
}
.featured-app:hover {
	border-bottom: 0px solid #333;
	box-shadow: 0 -3px 0 #333 inset;
	-moz-box-shadow: 0 -3px 0 #333 inset;
	-ms-box-shadow: 0 -3px 0 #333 inset;
	-o-box-shadow: 0 -3px 0 #333 inset;
	-webkit-box-shadow: 0 -3px 0 #333 inset;
}
/* NEW DROPDOWN CSS PART START ENDS */
 



/*  TOP PRODUCT HEADER PARTS STARTS */


.product-header-top {
	background: #fff;
	max-width: 100%;
	position: relative;
	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;
	margin: 0 auto;
 //overflow: hidden;
	z-index: 100;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid #efefef\9; /* IE 8 and below */
}
.product-header-top {
	position: fixed;
	width: 100%;
	top: 0px;
}
.slide {
	top: -75px;
}
.product-header-top .product-header-inner {
	max-width: 100%;
	border: none;
	padding: 0 0 0 20px;
}
.product-header-top .product-logo {
	background-image: url("../images/prd-common-sprite.png");
	background-position: left -377px;
	height: 52px;
	line-height: 54px;
	margin: 0;
	padding: 0 0 0 75px;
}
.product-header-top .signing {
	margin: 0 0 0 20px;
}
.product-header-top .product-menu li a {
	padding: 15px 0 16px;
}
.product-header-inner .signup {
	height: 27px;
	line-height: 27px;
	margin: 12px 12px 0 0;
	padding: 0 15px;
}
.product-header-inner .signin {
	display: none!important;
}
/* TOP PRODUCT HEADER PARTS ENDS */

/* PRODUCT HEADER PARTS STARTS */

.product-header {
	max-width: 100%;
	position: relative;
	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;
	margin: 0 auto;
	overflow: hidden;
}
.product-header-inner {
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}
.product-logo {
	float: left;
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 0 0 60px;
	color: #333;
	font-size: 21px;
	font-weight: 600;
	margin-top: 10px;
	background-position: left top;
}
.product-menu {
	float: right;
}
.product-menu li {
	float: left;
	margin-left: 40px;
}
.product-menu li:first-child {
	margin-left: 0;
}
.product-menu li a {
	color: #333;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	padding: 25px 0;
}
/* PRODUCT HEADER PARTS ENDS */

 

/* FOOTER PARTS STARTS */



.footer-links {
	border-bottom: 1px solid #e2e2e2;
	margin: 0 auto 40px;
	max-width: 680px;
	overflow: hidden;
	padding: 10px 5% 40px;
}
.footer-links ul {
	float: left;
	overflow: hidden;
	padding-left: 15%;
}
.footer-links ul:first-child {
	padding-left: 0;
}
.footer-links li {
	color: #222222;
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
	padding: 5px 0;
	text-align: left;
}
.footer-links li:first-child {
	padding: 0 0 12px;
	text-transform: uppercase;
}
.footer-links li a {
	color: #555555;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
}
.footer {
	background: #f1f1f1;
	color: #919293;
	padding: 40px 0;
	text-align: center;
	border-top: 1px solid #e2e2e2;
}
/* COMMON FOOTER PART */
.common-footer {
	overflow: hidden;
	color: #919293;
	text-align: center;
}
.common-footer p {
	color: #333;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	margin: 5px auto;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
.common-footer ul {
	margin: 0 auto 15px;
	max-width: 680px;
	overflow: hidden;
	padding: 0 3%;
}
.common-footer li:first-child {
	border-left: medium none;
}
.common-footer li {
	border-left: 1px solid #ccc;
	display: inline-block;
	float: left;
	line-height: 0;
	overflow: hidden;
	padding: 0 12px;
}
.common-footer li a {
	color: #333333;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
}
.zoho-links {
	color: rgba(200,200,200,0.05);
	margin: 12px 0;
	font-size: 14px;
}
.zoho-links a {
	font-size: 12px;
	color: #333;
	display: inline-block;
	padding: 0 8px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
.social-icons {
	margin: 15px auto 0;
	overflow: hidden;
	text-align: center;
	width: 140px;
}
.social-icons a {
	text-align: center;
	width: 45px;
	height: 24px;
	display: block;
	float: left;
	text-indent: -9999px;
	opacity: 0.8;
}
.footer-zohologo a {
	margin: 15px 0 0;
	width: 52px;
	height: 18px;
	background-position: left -283px;
}
.facebook {
	background-position: 15px -152px;
}
.twitter {
	background-position: -35px -152px;
}
.linkedin {
	background-position: -80px -152px;
	border: none
}
/* footer one-liner */
.footer .one-liner {
	margin: 0 auto 40px;
	max-width: 800px;
	padding: 10px 10% 20px;
}
.footer .one-liner ul {
	float: none
}
.footer .one-liner li {
	display: inline-block;
	padding: 0 15px 20px;
}
.footer .one-liner li:first-child {
	text-transform: none;
}
.footer .one-liner li a {
	font-size: 14px;
	color: #333;
}
/* End of footer one-liner */

/* four column footer */
 .footer-four-col .next-heading{
padding-top:20px;
text-transform:uppercase;
}
.footer-customers li{
position:relative;
   padding: 15px 0 5px;
}
.footer-customers a{
 padding-left: 55px;
 display:block;
}
.footer-customers span{
	  color: #999;
    display: block;
    font-size: 12px;
    font-style: italic;

    padding-top: 3px;
}
	 @media screen and (min-width: 1200px) {
.footer-four-col{
max-width: 1200px;
    padding: 50px 2% 40px;
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-four-col ul{
padding-left:9%
}
.footer-four-col .next-heading{
padding-top:20px;
}
.footer-customers li{
position:relative;
   padding: 15px 0 5px;
}

 } 
 	 @media screen and (min-width: 992px) and (max-width: 1199px) {
		 .footer-four-col{
			 max-width:980px;
		 }
		 .footer-four-col .footer-customers{
			 padding-left:0;
			 padding-top:30px;
		 }
		 
	 }
	 @media screen and (min-width: 768px) and (max-width: 991px) {
		 .footer-four-col{
			 max-width:740px;
		 }
		 .footer-four-col ul{
			 padding-left:12%;
		 }
		 .footer-four-col .footer-customers{
			 padding-left:0;
			 padding-top:30px;
		 }
		 
	 }
	 	 
		 @media screen and (max-width: 767px) {
			 .footer-four-col ul{
				 float:none;
				 padding-left:0;
				 padding-top:30px;
			 }
		 }
		 
/* End of four column footer */
/* CONTENT PART STARTS */





/* BANNER PART */
.main {
	overflow: hidden;
	clear: both;
}
.banner-part {
	width: 100%;
	text-align: center;
	max-height: 480px;
}
.banner-inner {
	margin: 0 auto;
	max-width: 1280px;
	padding: 50px 5% 0;
	position: relative;
	overflow: hidden;
}
.banner-content {
	float: right;
	margin-top: 60px;
	text-align: left;
	width: 33%;
	position: relative;
}
h1 {
	color: #333;
	font-size: 44px;
	font-weight: 600;
	letter-spacing: -1.5px;
	line-height: 50px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
.banner-inner p {
	color: #333;
	font-size: 16px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
	line-height: 24px;
	padding-top: 20px;
}
.getstarted-box {
	margin-top: 30px;
}
.getstarted-box a {
	-webkit-font-smoothing: auto;
	color: #FFFFFF;
	display: inline-block;
	font-weight: 600;
	font-size: 15px;
	height: 46px;
	letter-spacing: -0.03em;
	line-height: 48px;
	padding: 0 25px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
	text-transform: uppercase;
}
.banner-image {
	float: right;
	margin-right: 2%;
	width: 65%;
}
.banner {
}
/* FEATURES PART */

.features {
	max-width: 1100px;
	margin: 0 auto;
	padding: 60px 4% 70px;
	overflow: hidden;
}
.features h2 {
	color: #333;
	font-size: 27px;
	font-weight: 400;
	letter-spacing: -0.5px;
	line-height: 37px;
	text-align: center;
	margin-bottom: 50px;
}
.features h2 span {
	text-align: center;
	display: block;
}
.features ul {
	overflow: hidden;
}
.features li {
	background: none repeat scroll 0 0 #FFFFFF;
	float: left;
	padding: 30px 4%;
	position: relative;
	text-align: left;
	width: 25%;
	min-height: 300px;
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}
.features li:first-child, .features li:first-child + li, .features li:first-child + li + li {
	min-height: 250px;
	padding-top: 0;
}
.features li:first-child + li + li {
	border-right: 0;
}
.features li:first-child + li + li + li, .features li:first-child + li + li + li + li {
	border-bottom: 0;
}
.new-features li:first-child, .new-features li:nth-child(2), .new-features li:nth-child(3) {
	border-bottom: medium none;
	margin-bottom: 450px;
	min-height: 200px;
}
.new-features li:last-child {
	border: none;
}
.features li span {
	display: block;
	margin: 0 0 15px;
	min-height: 55px;
	min-width: 40px;
	opacity: 1;
}
.features h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	margin: 0 0 10px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
	letter-spacing: -0.3px;
}
.features h4 a {
	color: #333;
	letter-spacing: -0.3px;
}
.features p a {
	color: #666;
}
.features .features-screenshots {
	margin-bottom: 0;
}
.features .customer-quote {
	padding: 20px 3% 40px;
	text-align: center;
	width: 26.5%;
}
.features .customer-quote img {
	padding: 50px 0 20px;
	margin: 0;
	color: #fff;
}
.customer-quote .customer1 {
	background-position: center -358px;
	height: 66px;
	margin: 40px auto;
	width: 65px;
}
.features .customer-quote p, .features .customer-quote span, .features .customer-quote em {
	color: #fff;
	font-family: roboto slab;
}
.features .customer-quote p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.features .customer-quote small {
	display: block;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 18px;
	margin-top: 15px;
	opacity: 0.8;
}
.customer-quote em {
	display: none;
}
.features .slider-dots {
	height: 15px;
	width: 66px;
	float: none;
	margin: 30px auto 0;
	display: none;
}
.features .slider-dots li {
	background: rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	border-radius: 100%;
	cursor: pointer;
	padding: 0;
	float: left;
	height: 10px;
	margin: 0 5px;
	width: 10px;
	min-height: 10px;
}
.features .selected {
	background: rgba(0,0,0,0.35);
}
.more-features {
	padding: 50px 0 0;
	text-align: center;
	clear: both;
}
.more-features a {
	border-bottom: 2px solid #333;
	text-transform: uppercase;
	color: #333;
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	margin: 0 auto;
	max-width: 252px;
	padding: 0;
	text-align: center;
}
/* VIDEO BANNER PART */

.new-features .video-banner-outer {
	position: absolute;
	top: 520px;
	cursor: pointer;
	width: 100%;
}
.video-banner {
	background-attachment: scroll;
 //background-image: url("images/video-banner-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0;
	width: 100%;
}
.video-banner .play-icon {
	background-image: url("../images/crm-sprite.png");
	background-position: -92px -130px;
	background-repeat: no-repeat;
	display: block;
	height: 70px;
	margin: 0 auto 10px;
	text-indent: -999em;
	width: 70px;
	cursor: pointer;
}
.video-banner p {
	color: #fff;
	font-family: "Roboto slab", Arial, helvetica, serif;
	font-size: 28px;
	font-weight: 300;
	line-height: 38px;
	margin: 0 auto;
	max-width: 700px;
	padding: 20px 0 0;
	text-align: center;
}
.video-banner-outer a {
 //background-image: url("images/crm-sprite.png");
	background-position: -300px -197px;
	background-repeat: no-repeat;
	bottom: 15px;
	color: #fff;
	font-size: 12px;
	opacity: 0.8;
	position: absolute;
	right: 12px;
	text-align: left;
	text-transform: none;
	width: 150px;
	z-index: 99;
}
/* VIDEO BANNER ENDS */


/* MOBILE APPS PART */
.mobile-apps-part {
	max-width: 1100px;
	margin: 0 auto;
	padding: 70px 5%;
	overflow: hidden;
	border-top: 1px solid #E2E2E2
}
.mobile-apps-content {
	width: 57%;
	margin: 0 3% 0 0;
	float: left;
}
.mobile-apps-content h3 {
	color: #333;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: -0.5px;
	line-height: 34px;
	margin-bottom: 10px;
}
.mobile-apps-content p {
	margin-bottom: 35px;
}
.mobile-apps-content p strong {
	color: #333;
}
.mobile-apps-image {
	width: 40%;
	float: left;
	overflow: hidden;
	text-align: center;
}
.mobile-apps-image img {
	position: relative;
}
.mobile-apps-image img:hover {
	top: 0
}
.download-apps a {
	display: block;
	float: left;
	height: 42px;
	padding: 0 0 0 0;
	vertical-align: middle;
	margin-right: 20px;
}
.download-apps .apple-store, .download-apps .google-play, .download-apps .windows-store {
	height: 40px;
	text-indent: -999em;
	width: 115px;
}
.download-apps .apple-store {
	background-position: left -108px;
}
.download-apps .google-play {
	background-position: left -60px;
}
.download-apps .windows-store {
	background-position: left -335px;
}
/* READY PART */


.bot-banner-wrap {
	padding: 140px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	background-position: center center;
	position: relative;
}
.bot-banner-wrap span {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	display: block;
	height: 100%;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 70;
}
.bot-banner {
	color: #FFFFFF;
	position: relative;
	z-index: 70;
	font-size: 30px;
	font-weight: 700;
	line-height: 60px;
	margin: 0 auto;
	text-align: center;
	max-width: 960px;
}
.bot-banner h2 {
	font-weight: 700;
	letter-spacing: -1px;
}
.get-started a {
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	line-height: 45px;
	margin: 30px auto 0;
	padding: 0 30px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
/* POP UP VIDEO PART */

.cm-popup {
	background: rgba(255, 255, 255, 0.95);
	width: 100%;
	height: 100%;
	z-index: 9999999;
	top: 0;
	position: fixed;
	display: none;
}
.cm-videos {
	-webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
	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);
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DEDEDE;
	top: 100px;
	z-index: 999999999;
	display: none;
	opacity: 1;
	max-width: 860px;
	position: fixed;
}
.video-part {
	padding: 30px;
}
#ifrm {
	width: 800px;
	height: 450px;
}
.popup-close {
	position: absolute;
	right: 4px;
	top: 4px;
	cursor: pointer;
	width: 24px;
	height: 24px;
}
.popup-close .close-icon {
	background: none repeat scroll 0 0 #555;
	height: 20px;
	left: 12px;
	position: absolute;
	top: 3px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 1px;
}
.popup-close .close-icon2 {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
 @media screen and (min-width: 1080px) {
.features li:first-child, .features li:first-child + li + li + li {
	padding-left: 0;
}
.features li:first-child + li + li {
	padding-right: 0;
}
.features li {
	width: 27.5%;
}
}
 @media screen and (max-width: 1140px) {
.menu, .product-header-top, .header .hide {
	display: none;
}
.menu-icon {
	display: block;
}
.mobile-menu {
	background: none repeat scroll 0 0 #F9F9F9;
	display: block;
	position: absolute;
	top: auto;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 110;
	border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.05);
	box-shadow: 0 1px 3px rgba(0,0,0,0.05)
}
.mobile-menu ul {
	float: left;
	min-height: 360px;
	width: 33%;
}
.mobile-menu li span {
	background-image: url("../images/apps-sprite.png");
	height: 20px;
	left: 0;
	position: absolute;
	top: 0;
	width: 20px;
}
.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-icon15a {
	background-position: left -86px;
}
.app-icon16 {
	background-position: -63px -42px;
}
.app-icon17 {
	background-position: -84px -42px;
	width: 20px !important;
}
.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-icon24 {
	background-position: -21px -86px;
}
.app-icon26 {
	background-position: -85px -85px;
}
.app-icon28 {
	background-position: -105px -62px;
}
.app-icon29 {
	background-position: -105px -85px;
}
.app-icon30 {
	background-position: 0 -105px;
}
.mobile-menu-wrap {
	margin: 0 auto;
	overflow: auto;
	padding: 40px 0 0;
	max-width: 650px;
	position: relative;
}
.mobile-apps-link {
	bottom: 100px;
	margin-left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 90;
}
.mobile-apps-link a {
	border-bottom: 1px dashed #bbb;
	color: #333;
	text-transform: uppercase;
}
.menu-icon {
	background-position: -72px 3px;
	cursor: pointer;
	height: 25px;
	left: 95px;
	position: absolute;
	text-indent: -999em;
	width: 20px;
}
}
 @media screen and (max-width: 970px) {
.feedback-holder, .star {
	display: none;
}
}
 @media screen and (max-width: 725px) {
.mobile-menu-wrap {
	max-width: 480px;
}
.mobile-menu ul {
	padding: 0 4% 25px;
	width: 42%;
}
.mobile-menu ul:nth-child(6), .mobile-menu ul:nth-child(5) {
	min-height: 100px;
}
.mobile-menu ul:nth-child(4), .mobile-menu ul:nth-child(3) {
	min-height: 175px;
}
.mobile-apps-link {
	bottom: 0;
	clear: both;
	margin-left: 0;
	overflow: auto;
	padding: 10px 0 50px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 90;
	display: block;
}
.mobile-apps-link a {
	border: 1px solid #999;
	color: #333;
	display: block;
	font-size: 13px;
	font-weight: 600;
	margin: 0 auto;
	max-width: 100px;
	padding: 12px 40px;
	text-transform: uppercase;
}
}
 @media screen and (max-width: 650px) {
.hide {
	display: none;
}
.product-header-inner {
	padding: 10px 0 !important;
}
.product-logo {
	margin-top: 0;
	margin-left: 20px;
}
.product-menu.scale {
	display: none;
}
.sub-menu-icon {
	background-position: -95px -1px;
	cursor: pointer;
	display: block;
	height: 27px;
	position: absolute;
	right: 25px;
	text-indent: -999em;
	top: 20px;
	width: 20px;
}
.product-menu {
	background: none repeat scroll 0 0 #fff;
	left: 0;
	margin: 0;
	position: relative;
	top: 10px !important;
	width: 100%;
	z-index: 130;
}
.product-menu li {
	display: block;
	margin: 0 !important;
	width: 100%;
	text-align: center;
}
.product-menu li a {
	border-bottom: 1px solid #ddd;
	display: block;
	font-size: 12px;
	font-weight: 600;
	padding: 15px 0;
	text-transform: uppercase;
}
.product-menu li:hover a {
	background: #fff;
}
.msign {
	background: none repeat scroll 0 0 #FFFFFF;
	display: block;
	margin: 0;
	padding: 8px 0;
	position: absolute;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
}
.msign a {
	color: #666;
	font-size: 13px;
	margin: 0 10px;
	text-transform: uppercase;
}
.msign a:first-child {
	color: #F0483E
}
.mask-holder {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	height: 100%;
	position: fixed;
	top: 35px;
	transition: all 0.7s ease-out 0s;
	-moz-transition: all 0.7s ease-out 0s;
	-ms-transition: all 0.7s ease-out 0s;
	-o-transition: all 0.7s ease-out 0s;
	-webkit-transition: all 0.7s ease-out 0s;
	width: 100%;
	z-index: 120;
}
.mobile-menu {
	height: 100%;
	left: -80%;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	width: 80%;
 //top: 35px !important;
}
.mobile-menu li a {
	display: block;
}
.mobile-menu-wrap {
	padding: 20px 0 30px;
}
.mobile-menu ul {
	border-bottom: 1px dashed #E2E2E2;
	min-height: 20px !important;
	padding: 30px 0 30px 10%;
	width: 90%;
	margin: 0 auto;
}
.mobile-menu li:first-child {
	float: none;
	padding: 0 0 10px;
}
.mobile-menu li {
	float: left;
	padding: 10px 0;
	width: 50%;
}
.mobile-apps-link {
	padding: 20px 0 26px;
}
.mobile-apps-link a {
	font-size: 13px;
	max-width: 100px;
	padding: 8px 30px;
}
.footer .one-liner {
	padding: 0 8% 40px !important;
}
.footer .one-liner li {
	display: block;
	float: left;
	padding: 10px 3%;
	width: 44%;
}
}
 @media screen and (max-width: 500px) {
.mobile-menu ul {
	min-height: 20px !important;
	padding: 30px 10%;
	width: 80%;
}
.mobile-menu li:first-child {
	float: none;
	padding: 0 0 15px;
}
.mobile-menu li {
	float: none;
	width: 100%;
}
}
 @media screen and (max-width: 350px) {
.signing .signin, .signing .signup {
	border: medium none;
	font-size: 11px;
	height: 30px !important;
	line-height: 25px !important;
	margin-right: 10px;
	padding: 5px 0 0;
}
.signing .signup {
	color: #ea785d;
	background: #fff;
	border: none;
}
.common-footer p {
	max-width: 200px;
}
}

	/*  BODY SECTION MEDIA QUERIES */
	 @media screen and (max-width: 1325px) {
.product-header-inner {
	padding: 0 20px;
}
}
 @media screen and (max-width: 1140px) {
.banner-part {
	max-height: 100%;
}
.banner-image {
	margin: 0;
}
.banner {
	bottom: -10px;
	position: relative;
}
.banner-content, .banner-image {
	float: none;
	width: 100%;
	text-align: center;
}
.banner-content {
	margin: 0 0 40px 0;
}
.banner-inner p {
	padding: 10px 5% 0;
}
.getstarted-box a {
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
}
.customer-quote .customer1 {
	margin: 15px auto 30px;
}
.customer-quote p {
	margin: 0 10px;
}
}
 @media screen and (max-width: 900px) {
body {
	min-width: 300px;
}
.features .customer-quote {
	width: 44%;
}
.more-features {
	padding: 50px 0;
}
.features li {
	width: 41.333%;
	min-height: 300px;
}
.customer-quote p {
	font-size: 15px;
	line-height: 24px;
}
.features li:first-child + li, .features li:first-child + li + li + li, .features li:first-child + li + li + li + li + li {
	border-right: 0;
}
.features li:first-child + li + li {
	border-right: 1px solid #f2f2f2;
	padding-top: 30px;
}
.features li:first-child + li + li + li {
	border-bottom: 1px solid #f2f2f2;
}
.features {
	padding: 60px 6% 30px;
}
.mobile-apps-part {
	padding: 60px 6%;
}
.mobile-apps-content, .mobile-apps-image {
	float: none;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.download-apps a {
	margin: 0 10px;
}
.download-apps {
	max-width: 270px;
	margin: 0 auto;
}
.mobile-apps-image {
	padding-top: 60px;
}
.mobile-apps-content p {
	margin-bottom: 25px;
}
.bot-banner-wrap {
	padding: 120px 0 100px;
}
.bot-banner {
	font-size: 30px;
	line-height: 40px;
	max-width: 570px;
}
.get-started a {
	color: #FFFFFF;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	height: 46px;
	letter-spacing: 0.5px;
	line-height: 46px;
	margin: 25px auto 0;
	padding: 0 25px;
	position: relative;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
	text-transform: uppercase;
}
.new-features .video-banner-outer {
	position: relative;
	top: 0;
}
}
 @media screen and (max-width: 750px) {
.footer-three-col ul, .footer-three-col ul:first-child {
	float: left;
	min-height: 100px;
	overflow: hidden;
	padding: 0 3%;
	width: 44%;
}
.common-footer li {
	float: none;
	padding: 5px 15px;
}
}
 @media screen and (max-width: 650px) {
body {
	min-width: 100px;
}
h1 {
	font-size: 36px;
	letter-spacing: -0.75px;
	line-height: 46px;
	padding: 0 6%;
}
.banner-inner p {
	font-size: 15px;
	line-height: 23px;
}
.getstarted-box {
	margin-top: 20px;
}
.bot-banner-wrap {
	padding: 60px;
}
.features, .mobile-apps-part {
	width: 80%;
	padding: 60px 10% 30px;
}
.mobile-apps-part {
	padding: 40px 10%;
	width: 80%;
}
.features li {
	border: none !important;
	border-bottom: 1px solid #f2f2f2 !important;
	-webkit-box-shadow: 0 0 0 !important;
	box-shadow: 0 0 0 !important;
	min-height: 180px;
	padding: 30px 5%;
	width: 90%;
	text-align: center;
}
.features li:first-child {
	padding-top: 0 !important;
}
.customer-quote {
	clear: both;
	display: block;
	float: left;
	text-align: center;
	width: 90%;
	padding: 50px 5%;
}
.customer-quote .customer1 {
	margin: 0 auto 30px!important;
	left: 0;
	position: relative;
}
.features li span {
	left: 20px;
	margin: 10px auto 15px;
}
.features .customer-quote {
	padding: 50px 10% !important;
	width: 80%;
}
.more-features {
	padding: 50px 0 20px;
}
.more-features a {
	font-size: 14px;
	max-width: 178px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
}
 @media screen and (max-width: 450px) {
h1 {
	font-size: 28px;
	letter-spacing: 0;
	line-height: 36px;
	padding: 0 6%;
}
.mobile-apps-content p {
	display: none;
}
.mobile-banner {
	display: block;
}
.download-apps {
	width: 120px;
}
.download-apps a {
	float: none;
	margin: 10px auto;
}
.banner-inner {
	padding: 35px 2.5% 0
}
.features {
	padding: 40px 10% 30px;
}
.mobile-banner {
	margin: 0 auto;
}
.features h2 {
	font-size: 26px;
	line-height: 34px;
	padding: 0 3%;
	font-weight: 400;
}
.mobile-apps-content h3 {
	font-size: 26px;
	line-height: 34px;
	padding: 0 6%;
	font-weight: 400;
	margin-bottom: 30px;
}
.bot-banner {
	font-size: 24px;
	line-height: 36px;
	max-width: 320px;
}
.get-started a {
	font-size: 13px;
	height: 40px;
	letter-spacing: 0;
	line-height: 40px;
	padding: 0 15px;
}
.common-footer p span {
	display: none;
}
.footer-links {
	padding: 0 10% 30px;
}
.footer .one-liner li {
	float: none;
	padding: 10px 3%;
	width: 94%;
}
.footer-three-col ul, .footer-three-col ul:first-child {
	float: none;
	min-height: 10px !important;
	width: 94%;
	padding: 15px 0;
}
}
 @media screen and (max-width: 350px) {
h1 {
	font-size: 26px;
	line-height: 34px;
	padding: 0 6%;
}
.banner-inner p {
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
}
}
/* Zoholics Slider */
@media screen and (min-width: 1100px) {
.slider-container .banner-part {
	max-height: 520px;
	position: relative;
	width: 200%;
	left: 0px;
	transition: .9s ease;
	-moz-transition: .9s ease;
	-webkit-transition: .9s ease;
	-ms-transition: .9s ease;
	-o-transition: .9s ease;
}
.slider-container .banner-inner {
	float: left;
	width: 50%;
	padding-left: 0%;
	padding-right: 0%;
	max-width: 50%;
}
.centerDiv {
	margin: 0 auto;
	max-width: 1280px;
}
.zoholics-event {
	float: left;
	height: 200px;
	width: 50%;
}
.zoholicsEvent {
	max-width: 100%;
}
.slider-container {
	margin-bottom: -50px;
	overflow: hidden;
	padding-bottom: 40px;
	position: relative;
	width: 100%;
}
.Zpre, .Znext {
	background: none repeat scroll 0 0 #ccc;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	bottom: 10px;
	cursor: pointer;
	height: 12px;
	opacity: 0.35;
	position: absolute;
	width: 12px;
	z-index: 9;
}
.Zpre {
	left: 50%;
	margin-left: -15px;
}
.Znext {
	margin-right: -15px;
	right: 50%;
}
.Znext:hover, .Zpre:hover, .Znext.Zselect, .Zpre.Zselect {
	opacity: 1;
}
.slider-container .banner-part {
	overflow: hidden!important;
}
}
@media screen and (max-width: 1099px) {
.slider-container .banner-part {
	overflow: hidden!important;
}
.zoholics-event, .Zpre, .Znext {
	display: none;
}
}
/* End of Zoholics Slider */
@media screen and (min-width: 1600px) {
.menu .app-box {
	border-bottom: medium none;
	padding: 20px 0;
	min-height: 190px;
	max-width: 260px;
}
.email-collab .app-box {
	width: 11.5%;
	max-width: 190px;
}

.sales-marketing .app-box {
	width: 10.5%;
	max-width: 190px;
}
.menu li:first-child .app-box:last-child, .menu li:first-child .app-box:last-child {
	border-right: none;
}
.menu .product {
	padding: 36px 20px;
}
.menu .product-hover {
	bottom: 40px;
}
.menu li:first-child .product-hover, .menu li:nth-child(2) .product-hover {
	bottom: 40px;
}
.menu .featured-app {
	max-width: none;
	padding-bottom: 22px;
	width: 22.75%;
}
.email-collab .featured-app {
	max-width: none;
	padding-bottom: 22px;
	width: 18.75%;
}
.sales-marketing .featured-app {
	max-width: none;
	padding-bottom: 22px;
	width: 15%;
}
.menu .featured-app .product {
	padding: 0;
}
.product .new {
	top: -20px;
}
.menu li:nth-child(5) .featured-app .product {
	padding-top: 20px;
}
 
}

 @media screen and (min-width: 1450px) {
p {
	//font-size: 16px;
	//line-height: 26px;
}
}
/************ USER ACCESS INFO CONTAINER STARTS  **********/



.userinfo-details {
	position: absolute;
	z-index: 1111;
	right: 0;
	width: 35px;
	height: 35px;
	overflow: hidden;
	transition: height .2s, width .2s, margin .2s, top .2s;
	-moz-transition: height .2s, width .2s, margin .2s, top .2s;
	-webkit-transition: height .2s, width .2s, margin .2s, top .2s;
	-ms-transition: height .2s, width .2s, margin .2s, top .2s;
	-o-transition: height .2s, width .2s, margin .2s, top .2s;
	background: #fff;
}
.zoho-proinner-container {
	position: relative;
	left: 0;
	padding: 10px 30px 5px 95px;
	background: 0 0;
	line-height: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.userinfo-details .userinfo-avatar {
	position: absolute;
	top: 0;
	float: left;
	width: 35px;
	height: 35px;
	margin: 0;
	cursor: pointer;
	-webkit-filter: grayscale(1);
	transition: height .2s, width .2s, margin .2s;
	-moz-transition: height .2s, width .2s, margin .2s;
	-webkit-transition: height .2s, width .2s, margin .2s;
	-ms-transition: height .2s, width .2s, margin .2s;
	-o-transition: height .2s, width .2s, margin .2s;
}
.account-signout-details .userinfo-account {
	color: #4265af;
	display: inline-block;
	font-size: 12px;
	padding: 13px 15px;
}
.userinfo-details.zoho-expand .userinfo-avatar {
	position: absolute;
	top: 0;
	width: 70px;
	height: 70px;
	margin: 10px 0 0 10px;
	border-left: 0 solid #DDD;
	cursor: default;
	filter: none;
	-webkit-filter: grayscale(0);
}
.userinfo-details.zoho-expand, .product-header-top .userinfo-details.zoho-expand {
	width: 285px;
	height: 135px;
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #e8e8e8;
	box-shadow: 6px 6px 11px -4px rgba(0, 0, 0, 0.12), -6px 6px 11px -4px rgba(0, 0, 0, 0.12);
}
.zoho-proinner-container .userinfo-access {
	color: #2fa763;
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding: 7px 0;
	text-transform: capitalize;
}
.product-header-top .userinfo-details .userinfo-avatar {
	margin-top: 9px;
}
.product-header-top .userinfo-details, .product-header-top .userinfo-container {
	height: 43px;
	padding-right: 10px
}
.userinfo-container {
	position: relative;
	z-index: 100;
	float: right;
	width: 35px;
	height: 35px;
}
.header .userinfo-thumb {
	float: right;
	height: 35px;
	width: 35px;
}
#userinfo-name {
	color: #333;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	max-width: 200px;
	overflow-x: hidden;
	padding: 5px 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.signing #userinfo-thumb {
	float: left;
	height: 35px;
	width: 35px;
	margin-right: -40px;
	cursor: pointer;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
}
.product-header-inner #userinfo-thumb {
	margin-right: 12px;
	margin-top: 9px;
}
.account-signout-details {
	border-top: 1px solid #eee;
	clear: both;
	position: relative;
	top: 10px;
}
#userinfo-signout {
	background: #efefef;
	color: #333;
	display: block;
	font-size: 11px;
	font-weight: 400;
	height: 26px;
	line-height: 26px;
	position: absolute;
	right: 15px;
	text-align: center;
	text-transform: uppercase;
	top: 8px;
	width: 90px;
}
#userinfo-signout:hover {
	background: #eaeaea;
}
.signing {
	float: right;
	width: auto;
}
.product-header-inner .goto-link {
	margin: 9px 0 0 0;
}
 @media only screen and (max-width : 400px) {
.userinfo-details .userinfo-access {
	font-size: 13px;
}
.signing .goto-link {
	display: none;
}
.userinfo-details.zoho-expand, .product-header-top .userinfo-details.zoho-expand {
	width: 320px;
}
}
