

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.clearfix {
    display: block;
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #00add5;
}

/*p {
    margin: 0px 0px 20px 0px;
}*/

/*ul,
ol {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}
*/
ul:after,
ol:after {
    display: block;
    content: '';
    clear: both;
    overflow: hidden;
}

ol {
    list-style: decimal;
}

ul li,
ol li {
    margin-bottom: 15px;
    line-height: 1.5;
    vertical-align: top;
}

h1,
h2,
h3 {
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #14182a;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 0px;
}

h1 {
    font-size: 45px;
    margin-bottom: 15px;
}

h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

h3 {
    font-size: 35px;
    margin-bottom: 10px;
}

h4 {
    font-size: 30px;
    margin-bottom: 10px;
}

h5 {
    font-size: 25px;
    margin-bottom: 10px;
}

h6 {
    font-size: 20px;
    margin-bottom: 10px;
}

.page-content {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
    color: #2c3e50;
    letter-spacing: 0px;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.active {
	box-shadow: none;
}

/*p {
    color: initial;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}*/

.z-left {
    float: left;
}

.z-right {
    float: right;
}

.z-bg-cover {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.z-align-center {
    text-align: center;
}

.z-align-left {
    text-align: left;
}

.z-align-right {
    text-align: right;
}

.z-mobile-only {
    display: none;
}

.button {
    border: 1px solid #f0483e;
    text-decoration: none;
    background: #f0483e;
    padding: 10px 30px;
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
}

.z-row {
    padding: 50px 0px;
}

.z-no-bottom-space {
    padding-bottom: 0px;
}

.z-column-block {
    float: left;
}

.z-two-col .z-column-block {
    width: 47%;
    margin-right: 6%;
}

.z-two-col .z-column-block:nth-child(2n) {
    margin-right: 0px;
}

.z-alt-section .z-two-col .z-column-block {
    float: right;
    margin-right: 0px;
}

.z-alt-section .z-two-col .z-column-block:nth-child(2) {
    float: left;
    margin-right: 6%;
}

.z-three-col .z-column-block {
    width: 30%;
    margin-right: 5%;
}

.z-three-col .z-column-block:nth-child(3n) {
    margin-right: 0px;
}

.z-four-col .z-column-block {
    width: 21.25%;
    margin-right: 5%;
}

.z-four-col .z-column-block:nth-child(4n) {
    margin-right: 0px;
}

.z-small-content-wrap {
    max-width: 800px;
}

.z-content-wrap {
    max-width: 1040px;
}

.z-large-content-wrap {
    max-width: 1200px;
}

.z-small-content-wrap,
.z-content-wrap,
.z-large-content-wrap {
    margin: 0 auto;
    width: 100%;
    display: block;
}

.z-small-content-wrap:after,
.z-content-wrap:after,
.z-large-content-wrap:after {
    content: '';
    display: block;
    clear: both;
}

.custom-icon-wrap {
    position: relative;
    padding-left: 80px;
    min-height: 50px;
    margin-bottom: 20px;
    overflow: hidden;
}

.custom-icon-wrap .custom-icon {
    position: absolute;
    top: 0px;
    left: 0px;
}

.custom-icon.style2 {
    width: 70px;
    height: 70px;
    background: url(../images/notebook-sprite.png) no-repeat 16px -50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.custom-icon {
    background: url(../images/notebook-sprite.png) no-repeat 1px -64px;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.product-header {
    width: 100%;
    overflow: visible;
    background: #fff none repeat scroll 0 0;
    z-index: 2;
}

ul.menu {
    margin-bottom: 0px;
}

ul.menu li {
    margin-bottom: 0px;
    list-style: none;
}

.product-nav-links .signing .goto-link {
    padding: 0px 12px;
    margin: 8px 0px;
}

.account-signout-details {
    border-top: 1px solid #EEE;
    clear: both;
    position: relative;
    top: 10px;
}

.userinfo-details .userinfo-avatar {
    cursor: pointer;
    float: left;
    height: 35px;
    margin: 0px;
    position: absolute;
    top: 0px;
    transition: height 0.2s ease 0s, width 0.2s ease 0s, margin 0.2s ease 0s;
    width: 35px;
}



.transparent-header .product-logo,
.transparent-header .product-menu li a {
    color: #fff;
}

.transparent-header .product-header-top .product-logo,
.transparent-header .product-header-top .product-menu li a {
    color: #333;
}

.product-menu {
    margin-bottom: 0px;
    list-style: none;
    padding: 0px;
}

.product-menu li {
    margin-bottom: 0px;
}

.product-header-top .product-header-inner {
    padding-right: 20px !important;
}

.transparent-header .product-header {
    background: transparent !important;
}

.transparent-header #banner-section {
    margin-top: -75px;
    padding-top: 75px;
}

.page-nav-wrap {
    position: fixed;
    top: 0px;
    left: 20px;
    height: 100%;
    width: 80px;
    display: table;
    z-index: 1;
}

.page-nav {
    width: 100%;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    position: relative;
}

.page-nav a {
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    font-size: 14px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    z-index: 2;
    color: #dce0ea;
    overflow: hidden;
}

.page-nav-inner {
    position: relative;
    background: #111319;
}

.page-nav span.selected {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 80px;
    background: #ea3030;
    width: 100%;
    z-index: 1;
}

.download-apps {
    max-width: 300px;
    margin: 0 auto;
}

.download-apps a {
    background: url(../../images/product-common-sprite.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    text-indent: -999em;
}

.download-apps .apple-store {
    background-position: left -60px;
    height: 40px;
    width: 135px;
}

.download-apps .google-play {
    background-position: left -105px;
    height: 40px;
    width: 135px;
}

/* .umain .signing {
    display: none !important;
} */


/**** Header Style ****/

.product-menu li>span {
    color: #333;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 25px 25px;
    cursor: pointer;
}

.product-header-top .product-menu li span {
    padding: 15px 25px 16px;
}

.product-header-top .product-menu-sub-container::after,
.product-header-top .product-menu-sub-container::before {
    top: 28px;
}

.product-header-top .product-menu-sub {
    bottom: -75px;
}

.product-header-inner {
    overflow: visible;
}

.product-menu-sub-container {
    position: relative;
    min-width: 105px;
}

.product-menu-sub-container:after,
.product-menu-sub-container:before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 2px;
    position: absolute;
    right: 3px;
    top: 38px;
    transform: rotate(45deg);
    width: 7px;
}

.product-menu-sub-container:before {
    right: -1px;
    transform: rotate(-45deg);
}

.product-menu li:first-child.product-menu-sub-container {
    min-width: 65px;
}

.product-menu-sub {
    top: 55px;
    display: none;
    left: 0;
    /* margin: -20px 0 0; */
    padding: 0;
    position: absolute;
    width: 100%;
}

.product-menu-sub li {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-menu-sub li a {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(254, 254, 254, 0) -9%, rgb(253, 253, 253) -30%, rgb(251, 251, 251) 21%, rgb(250, 250, 250) 100%) repeat scroll 0 0;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    font-size: 14px;
    padding: 8px 0 8px 10px !important;
    width: 100%;
}

@media only screen and (max-width: 1200px) {
    .z-large-content-wrap {
        max-width: 90%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1140px) {
    .mobile-menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .mobile-menu li {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1100px) {
    .z-content-wrap {
        max-width: 90%;
        float: none;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 900px) {
    .transparent-header #banner-section {
        margin-top: 0px;
        padding-top: 0px;
    }
    .transparent-header .product-logo,
    .transparent-header .product-menu li a {
        color: #333;
    }
}


/* =========================================================================
                                    TABLET
   ========================================================================= */

@media only screen and (max-width: 959px) and (min-width: 768px) {
    .z-small-content-wrap {
        max-width: 90%;
        margin: 0 auto;
    }
}


/* =========================================================================
                                    MOBILE 320
   ========================================================================= */

@media only screen and (max-width: 767px) {
    body {
        font-size: 16px;
        line-height: 26px;
    }
    .z-two-col .z-column-block,
    .z-three-col .z-column-block,
    .z-four-col .z-column-block {
        margin-right: 0px;
        margin-bottom: 30px;
        width: 100%;
    }
    .z-two-col .z-column-block:last-child,
    .z-three-col .z-column-block:last-child,
    .z-four-col .z-column-block:last-child {
        margin-bottom: 0px;
    }
    .z-row {
        padding: 50px 0px;
    }
    .z-small-content-wrap,
    .z-content-wrap {
        max-width: 90%;
    }
    .z-mobile-only {
        display: block;
    }
    .z-desktop-only {
        display: none;
    }
    .z-no-bottom-space {
        padding-bottom: 0px;
    }
    .transparent-header .product-header,
    .product-header {
        background: #fff !important;
    }
    .product-logo {
        background-repeat: no-repeat;
        background-image: url("https://www.zoho.com/images/product-common-sprite.png") !important;
        background-size: auto auto !important;
    }
    .userinfo-container {
        display: none !important;
    }
}

.css-animate,
[data-animation] {
    visibility: hidden !important;
}

.css-animate.animated {
    visibility: visible !important;
}

.animated,
.fadeIn,
.fadeInLeft,
.fadeInRight,
.slideInUp,
.slideInLeft,
.slideInRight,
.zoomIn,
.fadeInUp {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
        opacity: 0
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-250px, 0, 0);
        transform: translate3d(-250px, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-250px, 0, 0);
        transform: translate3d(-250px, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        opacity: 0.5;
        -webkit-transform: translate3d(250px, 0, 0);
        transform: translate3d(250px, 0, 0);
        visibility: visible;
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0.5;
        -webkit-transform: translate3d(250px, 0, 0);
        transform: translate3d(250px, 0, 0);
        visibility: visible;
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}


/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after,
.z-row:after {
    content: " ";
    /* 1 */
    display: block;
    /* 2 */
}

.clearfix:after,
.z-row:after {
    clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

@media only screen and (max-width: 991px) {
    .product-menu > li {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 900px) {
    .product-menu li {
        margin-left: 25px;
    }
}

@media only screen and (max-width: 850px) {
    .product-menu li a {
        font-size: 15px;
    }
    .product-menu li {
        margin-left: 12px;
    }
    .product-menu-sub-container {
        min-width: 102px;
    }
}

@media only screen and (max-width: 767px) {
    .zmobile-bundle {
        padding: 0;
        margin-bottom: 0;
        background: #efefef;
    }
    .zmobile-bundle p {
        text-align: center;
        margin-top: 13px;
        margin-bottom: 0;
        font-size: 15px;
        margin: 0 auto;
        padding-top: 12px;
        color: #666;
    }
    .zmobile-bundle li {
        display: block;
        width: 270px;
        margin: 0 auto!important;
        text-align: center;
        float: none;
    }
    .product-menu .zmobile-bundle li a {
        font-size: 18px!important;
    }
    .product-menu li a {
        font-size: 18px!important;
        padding: 12px 0;
    }
    .product-menu>li:nth-child(2) a {
        padding-top: 20px;
    }
    .zmobile-bundle li a {
        width: 100%;
        float: left;
        padding: 10px 0;
    }
    .product-menu>li:first-child a {
        padding-top: 15px;
    }
    .product-menu .zmobile-bundle li a:last-child {
        padding-bottom: 12px;
    }
}


/* .product-menu-sub li:nth-child(2):hover a,
.product-menu-sub li:nth-child(2):hover {
    border-top: 0;
}

.product-menu-sub li:nth-child(3) a:hover {
    border: 1px solid #f3f3f3;
    border-top: 0;
} */


/* .product-menu li:nth-child(1) .product-menu-sub li:nth-child(2) a:hover {
    color: red!important;
    border-top: 1px solid #f3f3f3;
} */

.product-menu-sub li a:hover {
    background: #fff;
    border: 1px solid #f3f3f3!important;
}

.product-menu-sub li {
    width: 158px!important;
}

.product-menu li:last-child:before {
    right: 12px;
    transform: rotate(-45deg);
}

.product-menu li:last-child:after {
    right: 16px;
}
.product-menu-sub.product-menu-sub-last{
    left: auto;
    right:65px;
}

@media only screen and (max-width: 850px) {
    ul.product-menu-sub li {
        margin-left: 0;
    }
    .product-menu-sub li a{
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .product-menu .zmobile-bundle li a {
        font-size: 18px!important;
        padding: 5px 0;
    }
}