﻿@charset "utf-8";

/* ----------------------------------------------------------------------------
    * File          reset.css 
-----------------------------------------------------------------------------*/
/* --------------- reset.css --------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
}

html {
    font-size: 16px; /* Base font size */
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    cursor: pointer;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, td img {
    vertical-align: top;
}

input, select, button, textarea {
    margin: 0;
    font-size: 100%;
}

    input[type="text"], input[type="password"], textarea {
        padding: 6px 8px;
    }

textarea {
    width: 418px;
    height: 156px;
}

input[type="text"], input[type="password"], select {
    height: 16px;
}

input[type="text"], input[type="password"] {
    width: 262px;
}

input[type="checkbox"] {
    vertical-align: bottom;
}

input[type="radio"] {
    vertical-align: text-bottom;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

    nav ul {
        list-style: none;
    }
/*focus reset*/
*:focus {
    outline: none;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    border: none;
    outline: none;
}
/* --------------- /reset.css --------------- */
body {
    line-height: 1;
    background: #fff;
    color: #2c2c2c;
    text-align: left;
    font-family: "Segoe UI", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", Helvetica, sans-serif;
    font-size: 15px;
}

input, select, button, textarea {
    font-family: "Segoe UI", "Helvetica Neue", Arial, "Helvetica CY", "Nimbus Sans L", Helvetica, sans-serif;
    font-weight: normal;
}

    input[type="text"], input[type="password"], textarea, select {
        background-color: #FFFFFF;
        border: 1px solid #D6D6D6;
        border-radius: 3px 3px 3px 3px;
        padding: 5px;
    }

    label, input[type="button"], input[type="submit"], button {
        cursor: pointer;
    }

a, a:visited,
a:focus, a:active {
    color: #f26522;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

.clear:after {
    visibility: hidden;
    display: block;
    font-size: 0px;
    content: " ";
    clear: both;
    height: 0px;
}

* html .clear {
    height: 1%;
}

.clear {
    clear: both;
}

/* ----------------------------------------------------------------------------
    * File          nav-menu.css 
-----------------------------------------------------------------------------*/
/* ---- FILE SRUCTURE ---------------------------------------------------------
   *__Horizontal Menu
-----------------------------------------------------------------------------*/
/*-- Horizontal Menu
-------------------------------- */
.nav {
    list-style: none;
    margin: 36px -20px 0 0;
    font-size: 16px;
    font-weight: bold;
    color: #4e4e4e;
    text-transform: uppercase;
    float: right;
}

    .nav li {
        float: left;
        border-width: 0 0 5px 0;
        border-style: solid;
        border-color: transparent;
        -webkit-transition: border-color .2s;
        -moz-transition: border-color .2s;
        -ms-transition: border-color .2s;
        -o-transition: border-color .2s;
        transition: border-color .2s;
    }

        .nav li:hover, .nav li.active {
            border-color: #f26522;
        }

    .nav a,
    .nav a:hover,
    .nav a:active,
    .nav a:focus,
    .nav a:visited {
        display: block;
        padding: 10px 20px 5px;
        color: #4e4e4e;
        text-decoration: none;
    }

    .nav .dop-link, .nav .dop-link:hover, .nav .dop-link.active {
        border-color: transparent;
        padding: 0 0 0 13px;
        margin: 0 0 0 10px;
        background: url(../images/sep.jpg) repeat-y 0 0;
    }

        .nav .dop-link a, .nav .dop-link.active a {
            color: #f26522;
            -webkit-transition: color .2s;
            -moz-transition: color .2s;
            -ms-transition: color .2s;
            -o-transition: color .2s;
            transition: color .2s;
        }

            .nav .dop-link a:hover {
                color: #4e4e4e;
            }

@media only screen and (max-width: 768px) {
    .nav {
        display: none;
        flex-direction: column;
        width: 100%;
        margin: 0;
        position: absolute;
        top: 100px;
        left: 0;
        background: #fff;
        z-index: 1000;
        box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    }

        .nav.nav-active {
            display: flex;
        }

        .nav li {
            float: none;
            width: 100%;
            border-bottom: 1px solid #e4e4e4;
        }

        .nav a {
            padding: 15px;
            width: 100%;
            box-sizing: border-box;
        }

    .mobile-menu-toggle {
        display: block;
        float: right;
        margin: 25px 15px 0 0;
        cursor: pointer;
    }

        .mobile-menu-toggle span {
            display: block;
            width: 30px;
            height: 4px;
            margin-bottom: 5px;
            background: #f26522;
            border-radius: 3px;
        }
}

@media only screen and (min-width: 769px) {
    .mobile-menu-toggle {
        display: none;
    }

    .nav {
        display: block !important;
    }
}

/* ----------------------------------------------------------------------------
    * File          forms.css 
-----------------------------------------------------------------------------*/
/* ---- FILE SRUCTURE ---------------------------------------------------------
   *__Standart style for form		
   *__Input decor	                
   *__Content Form
   *__Form aside
-----------------------------------------------------------------------------*/
/*-- Standart style for form
-------------------------------- */
legend.title-form {
    font: bold 14px Arial, sans-serif;
    color: #000;
    text-align: left;
}

ul.form-list li {
    margin: 0 0 7px;
    list-style: none;
}

.f-inputs {
    padding: 0 0 0 143px;
}

.important-field {
    color: #BB4E64;
}
/*-- Input decor
-------------------------------- */
.form-error {
    border: 1px solid #BB4E64;
}

span.error-icon {
    display: inline-block;
    width: 18px;
    height: 15px;
    text-indent: -9999em;
    background: url(../images/error.gif) no-repeat 0 0;
    cursor: help;
}

.tooltip-field p {
    margin: 0 !important;
}
/*-- Content Form
-------------------------------- */
legend.title-form {
    margin-top: -1px;
    padding-bottom: 1em;
    font-size: 1.1em;
    font-weight: bold;
}

.form-box {
    margin: 19px 0;
}

    .form-box .f-row {
        margin-bottom: 8px;
    }

    .form-box .form-name {
        float: left;
        text-align: right;
        width: 137px;
        margin: 9px 0 0;
    }

.f-inputs label {
    margin: 0 5px 0 0;
}

div.day, div.month, div.year {
    float: left;
    margin: 0 5px 0 0;
}

div.form-col-box {
    float: left;
    margin: 0 5px 0 0;
}
/*-- Form aside
-------------------------------- */
.aside-form {
    padding: 10px;
}

.reg-form legend {
    font-size: 11px;
    font-weight: bold;
}

.require-field {
    color: #FF0000;
}

/* ----------------------------------------------------------------------------
    * File          main.css 
-----------------------------------------------------------------------------*/
/* ---- FILE SRUCTURE ---------------------------------------------------------
   *__Layout boxs
   *__Typography
   *__Content lists
   *__Content table
   *__Content images 
   *__Pagenator 
-----------------------------------------------------------------------------*/

/*-- Layout boxs
-------------------------------- */
.header-bar, .header, .slider-box, .link-motive-box,
.content, .footer-link-box, .footer {
    width: 100%;
    min-width: auto;
}

.header-inner, .header-bar-inner, .content-inner, .footer-inner {
    width: 100%;
    max-width: 1165px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.content-inner {
    padding-top: 20px;
}

@media only screen and (max-width: 1024px) {
    .header-inner, .content-inner, .footer-inner {
        width: auto;
        max-width: inherit;
    }
}

.content-inner-margin {
    margin: 16px 20px 0 20px;
}

.header-bar {
    background: #2f2f2f;
}

.header-bar-inner {
    min-height: 24px;
    padding: 14px 20px;
}

.content {
    padding-bottom: 50px;
}

.left-s {
    float: left;
}

.right-s {
    float: right;
}

.header-inner {
    min-height: 99px;
}

.two-coll-page-srt {
    width: 1046px;
    margin: 0 auto;
    position: relative;
}

    .two-coll-page-srt .aside-left {
        float: left;
        width: 237px;
        margin: 16px 0 0 26px;
        height: 100%;
    }

    .two-coll-page-srt .section-box {
        float: right;
        width: 761px;
        margin: 10px 0 0;
    }

.section-box-desktop-mobile {
    width: 1100px;
}

/*-- Typography
-------------------------------- */
h1 {
    font-size: 1.8rem;
    font-weight: normal;
    color: #4e4e4e;
}

h2 {
    font-size: 1.5rem;
    color: #4e4e4e;
    font-weight: normal;
    padding-bottom: 18px;
}

@media only screen and (min-width: 768px) {
    h1 {
        font-size: 2.25rem;
    }

    h2 {
        font-size: 1.5rem;
    }
}

p + h2, table + h2, span + h2, ul + h2, .lists-box + h2, .lists + h2, .infoBox + h2 {
    padding-top: 30px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 11px;
}

.title-page {
    padding: 10px 20px;
    color: #EBEBEB;
}

p {
    margin: 0 0 24px;
    text-align: left;
    line-height: 1.5;
}
/*-- Content table
-------------------------------- */
td {
    padding: 0 10px 10px 0;
}

.comparisonTable table {
    border: none;
    margin: 20px 0;
    margin-top: 21px;
    margin-left: -5px;
    margin-bottom: 57px;
}

.comparisonTable caption {
    font-weight: bold;
    font-size: 18px;
}

.comparisonTable thead {
    text-align: left;
    color: #000000;
    font-size: 18px;
}

    .comparisonTable thead td {
        border-left: 3px solid #fff;
        vertical-align: top;
        padding: 18px 10px 18px;
    }

.comparisonTable tfoot {
    font-style: italic;
    font-size: 11px;
    text-align: center;
}

.comparisonTable tbody {
    /*background: #ededed;*/
}

    .comparisonTable tbody tr:nth-child(even) {
        background: #ededed;
    }

    .comparisonTable tbody tr:first-child {
        border-top: 5px solid #e4e4e4;
    }

    .comparisonTable tbody tr {
        border-bottom: 1px solid #ccc;
    }

        .comparisonTable tbody tr:first-child td {
            padding-top: 23px;
        }

    .comparisonTable tbody td {
        vertical-align: middle;
        padding: 8px 10px 9px;
        height: 23px;
        line-height: 20px;
    }

        .comparisonTable tbody td:first-child {
            border-left: none;
        }

.white-row {
    /*background: #fff;*/
}

.comparisonTable table .icon {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/table-icons.png) no-repeat;
    width: 16px;
    height: 16px;
    text-indent: -9999em;
    margin: 0px 10px;
    vertical-align: baseline;
}

    .comparisonTable table .icon.plus {
        background-position: 0px -16px !important;
    }

    .comparisonTable table .icon.minus {
        background-position: 0px 0px !important;
    }
/*-- Content images
-------------------------------- */
img {
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    max-width: 100%;
}

#google_translate_element img {
    margin: 0;
}

#google_translate_element a:hover {
    text-decoration: none;
}

#satisfaction-img, #feature-lock-img, #mobile-apps-img, #recent-blog-img {
    float: none;
    display: block;
    margin: 0 auto 15px auto;
    padding: 10px 0;
    width: 70%;
    max-width: 300px;
}

@media only screen and (min-width: 768px) {
    #satisfaction-img, #mobile-apps-img {
        float: right;
        padding: 10px 0 10px 30px;
        width: 300px;
    }

    #feature-lock-img, #recent-blog-img {
        float: left;
        padding: 10px 30px 10px 0;
        width: 225px;
    }
}

/* header style */
.phone-t {
    font-family: 'Segoe UI', Tahoma, Arial, "Helvetica CY", "Nimbus Sans L", Helvetica, sans-serif;
    font-size: 21px;
    margin-left: 1px;
}

.time-t {
    font-family: 'Segoe UI', Tahoma, Arial, "Helvetica CY", "Nimbus Sans L", Helvetica, sans-serif;
    font-size: 12px;
    margin-right: 40px;
}

.phone-t, .time-t, .phone-t a {
    color: #f2f2f2;
    display: inline-block;
    margin-top: 4px;
}

.horizont-link-list {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    font-size: 16px;
    color: #0faae3;
    margin-top: 7px;
}

    .horizont-link-list li {
        float: left;
        margin-left: 27px;
    }

    .horizont-link-list a,
    .horizont-link-list a:active,
    .horizont-link-list a:focus,
    .horizont-link-list a:visited {
        color: #0faae3;
        -webkit-transition: color .3s;
        -moz-transition: color .3s;
        -ms-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
    }

        .horizont-link-list a:hover {
            color: #fff;
            text-decoration: none;
        }

.soc-mapong-t {
    display: inline-block;
    vertical-align: top;
    width: 38px;
    height: 24px;
    margin: 0 12px 0 20px;
}

.logo-site {
    display: block;
    width: 263px;
    float: left;
    margin: 16px 0 0 0;
}
/* slide-show style */
.slider-box {
    width: 100%;
    max-width: 1125px;
    margin: 0 auto;
}

.slider-box-inner {
    margin: 0 auto;
}
/* link-motive-box */
.link-motive-box {
    border-width: 5px 0 5px 0;
    border-color: #fff;
    border-style: solid;
    background: url(../images/link-motive-box.jpg) repeat-x center bottom;
}

    .link-motive-box.orange-style {
        border-bottom-width: 3px;
        border-color: #f1f1f1;
        background: url(../images/link-motive-box-orange.jpg) repeat-x center bottom;
    }

.link-motive-box-inner {
    width: 100%;
    max-width: 1280px;
    min-height: 106px;
    background: url(../images/link-motive-box-inner.jpg) no-repeat 0 0;
    margin: 0 auto;
}

.orange-style .link-motive-box-inner {
    min-height: 104px;
    background: url(../images/link-motive-box-orange-inner.jpg) no-repeat 0 0;
    margin: 1px auto -1px auto;
}

.link-motive-box-inner-content {
    width: 100%;
    max-width: 1165px;
    margin: 0 auto;
}

.motive-text-box {
    width: 240px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 100px 0 20px;
}

    .motive-text-box p {
        color: #303030;
        line-height: 18px;
        margin: 0 0 9px 0;
    }

.orange-style .motive-text-box p {
    color: #fffefe;
}

.motive-text-box h3 {
    font-size: 16px;
    color: #d40a0a;
    text-transform: uppercase;
}

.orange-style .motive-text-box h3 {
    color: #444444;
}

@media only screen and (max-width: 1024px) {
    .motive-text-box, #navDownload, #ctl00_navDownload, #quick-ligan-developers {
        display: none;
    }
}

.link-arrow {
    display: inline-block;
    margin: 27px 0 0 20px;
    list-style: none;
    text-transform: uppercase;
    color: #4e4e4e;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #fff;
}

    .link-arrow li {
        display: inline-block;
        padding: 0 0 0 60px;
        margin: 0 0 0 18px;
        line-height: 51px;
        background: url(../images/link-arrow.png) no-repeat 0 center;
    }

.orange-style .link-arrow li {
    background: url(../images/link-arrow-orange.png) no-repeat 0 center;
}

.link-arrow li:first-child {
    background: none;
    padding-left: 0px;
    margin-left: 0px;
}

.link-arrow a,
.link-arrow a:hover,
.link-arrow a:active,
.link-arrow a:focus,
.link-arrow a:visited {
    text-decoration: none;
    color: #4e4e4e;
    text-shadow: 1px 1px 0px #fff;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -ms-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}

.orange-style .link-arrow a,
.orange-style .link-arrow a:hover,
.orange-style .link-arrow a:active,
.orange-style .link-arrow a:focus,
.orange-style .link-arrow a:visited {
    color: #fff;
    text-shadow: 1px 1px 0px #d6570a;
}

.link-arrow a:hover {
    color: #f26522;
    text-shadow: 1px 1px 0px #fff;
}

.orange-style .link-arrow a:hover {
    color: #ccc;
    text-shadow: 1px 1px 0px #000;
}
/* quick-ligan-box */
.quick-ligan-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0;
    margin-left: 10px
}

.quick-ligan-item {
    width: calc(20% - 20px); /* Adjust based on how many items you have in a row */
    min-width: 180px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 768px) {
    .quick-ligan-box {
        display: block;
        margin-left: 0;
    }

    .quick-ligan-item {
        display: block;
        width: 100%;
    }
}

.quick-ligan-item-head {
    border-left: 3px solid #f26522;
    padding: 7px 10px;
    white-space: nowrap;
}

    .quick-ligan-item-head h3 a {
        font-weight: bold;
        color: #2c2c2c;
        text-transform: uppercase;
    }

        .quick-ligan-item-head h3 a:hover {
            color: #f26522;
            text-decoration: none;
        }

.quick-ligan-text {
    padding: 0px 14px;
}

    .quick-ligan-text p {
        margin-bottom: 0;
    }

        .quick-ligan-text p a {
            color: #2c2c2c;
            text-decoration: none;
        }

.home-thick-line {
    width: 100%;
    height: 5px;
    margin: 0 auto;
    background: #e4e4e4;
    border: none;
}

.title-section-text {
    color: #4e4e4e;
}

.home-some-text_1 {
    padding: 0 0 0 102px;
}

.home-text-and-vidio-box .home-some-text_1 {
    width: 465px;
}

.home-text-and-vidio-box .title-section-text {
    padding-top: 36px;
    padding-bottom: 24px;
}

.player-box-inner {
    width: 455px;
    margin: 0 0 0 0;
    position: relative;
    top: -5px;
}

.player-box {
    width: 448px;
    height: 336px;
}

.player-legend {
    color: #949292;
    font-style: italic;
    font-size: 12px;
    height: 60px;
}

    .player-legend p {
        text-align: right;
        padding: 17px 0 0 0;
    }

.border-bottom-style {
    border-bottom: 7px solid #f26522;
}

.tesis-box {
}

    .tesis-box .title-section-text {
        padding: 41px 0 23px 0;
    }

.tesis-list {
    -moz-column-count: 2; /* Firefox */
    -webkit-column-count: 2; /* Safari and Chrome */
    column-count: 2;
}

    .tesis-list li {
        list-style: none;
        padding: 8px 10px 14px;
        line-height: 19px;
        background: url(../images/dashed-emit.png) repeat-x 0 top;
    }

.home-features-table {
    width: 100%;
}

    .home-features-table td {
        text-align: center;
        font-size: 20px;
    }

.home-thin-line {
    width: 765px;
    height: 2px;
    border: none;
    background: #e4e4e4;
    margin: 23px 0;
}

.home-text-box .home-text-section_1 .home-thin-line {
    margin-left: 61px;
}

.home-text-box .home-text-section_1 .home-thin-line {
    margin-left: 61px;
}

.home-text-section_1 .left-s {
    width: 100%;
    margin: 0;
    padding: 0 15px;
    box-sizing: border-box;
}

    .home-text-section_1 .left-s .title-section-text {
        padding: 17px 0 22px;
    }

.home-text-section_1 .right-s {
    width: 340px;
    margin-right: 60px;
}

    .home-text-section_1 .right-s .title-section-text {
        padding: 2px 0 20px;
        line-height: 20px;
    }

    .home-text-section_1 .right-s p {
        line-height: 20px;
    }

.r-side.blog-post-box {
    margin-top: 12px;
}

.blog-post-box .title-section-text {
    padding: 5px 0 20px;
}

.blog-text {
    line-height: 20px;
    margin-bottom: 4px;
}

.blog-post-item {
    margin-bottom: 10px;
}

.blog-text-date {
    color: #000;
}

.home-text-box .home-text-section_2 {
    margin: 23px 0 0 0;
}

.home-text-section_2 .left-s {
    width: 475px;
    margin: 0 0 0 91px;
}

.home-medium-pic {
    width: 532px;
    margin-right: 60px;
}

.text-box-p {
    width: 470px;
    margin-right: 40px;
}

    .text-box-p p {
        line-height: 20px;
        margin-bottom: 2px;
    }

    .text-box-p .title-section-text {
        padding: 8px 0 22px;
    }

    .text-box-p .two-coll-text .left-s {
        width: 300px;
        margin-left: 39px;
    }

.two-coll-text .left-s:first-child {
    margin-left: 0px;
}

.text-box-p .two-coll-text {
    margin-bottom: 23px;
}

.text-box-p .one-coll-text {
    line-height: 20px;
}

.home-thin-line.main-line {
    width: 100%;
}

.home-image-divider-line {
    width: 100%;
    margin: 14px 0px;
}

.four-coll-text {
    padding: 0 50px 0 89px;
    margin-bottom: 28px;
}

    .four-coll-text .header-s {
        padding: 26px 0 23px 0;
        position: relative;
    }

    .four-coll-text .content-s p {
        line-height: 18px;
        margin-bottom: 2px;
        font-size: 12px;
        word-break: break-all;
    }

    .four-coll-text .left-s {
        width: 225px;
        margin-right: 31px;
    }

.footer-s {
    font-size: 12px;
    color: #f26522;
}

.conversation-box {
    display: inline-block;
    width: 256px;
    height: 36px;
    background: url(../images/twitter.png) no-repeat 19px 11px #e4e4e4;
    position: absolute;
    top: 20px;
    right: 8px;
}

    .conversation-box span {
        font-size: 12px;
        font-weight: bold;
        color: #000;
        display: block;
        margin: 16px 0 0 60px;
    }
/* faq page */
.bread-crumbs-box {
    border-bottom: 5px solid #e4e4e4;
    padding: 17px 30px 9px 44px;
    margin-bottom: 15px;
}

.bread-crumbs-list {
    float: left;
    list-style: none;
    margin: 1px 0 0;
}

    .bread-crumbs-list li {
        float: left;
        padding: 0 0 0 14px;
        margin: 0 0 0 13px;
        background: url(../images/bread-crumbs-arrow.png) no-repeat 0 center;
    }

        .bread-crumbs-list li:first-child {
            padding-left: 0;
            margin-left: 0;
            background: none;
        }

    .bread-crumbs-list a,
    .bread-crumbs-list a:hover,
    .bread-crumbs-list a:active,
    .bread-crumbs-list a:focus,
    .bread-crumbs-list a:visited {
        font-size: 11px;
        color: #000000;
        text-decoration: none;
        -webkit-transition: color .2s;
        -moz-transition: color .2s;
        -ms-transition: color .2s;
        -o-transition: color .2s;
        transition: color .2s;
    }

        .bread-crumbs-list a:hover, .bread-crumbs-list li.active a {
            color: #787878;
        }

.some-text {
    float: right;
}

    .some-text p {
        color: #787878;
        font-weight: bold;
        font-size: 11px;
        margin: 0;
    }

.menu-section-box {
    width: 240px;
    margin-bottom: 30px;
}

.menu-section-head {
    border-left: 3px solid #f26522;
    padding: 17px 15px 18px;
}

    .menu-section-head h3 {
        color: #000;
        font-size: 14px;
        display: inline-block;
        padding: 0 19px 0 0;
        margin: 0 15px 0 0;
        background: url(../images/menu-arrow.png) no-repeat right center;
    }

.menu-section-list {
    list-style: none;
    font-size: 12px;
    color: #787878;
    width: 183px;
}

    .menu-section-list li {
        background: url(../images/dashed-emit.png) repeat-x 0 top;
        padding: 7px 18px 14px;
        line-height: 19px;
    }

        .menu-section-list li:first-child {
            background: none;
        }

    .menu-section-list a,
    .menu-section-list a:hover,
    .menu-section-list a:active,
    .menu-section-list a:focus,
    .menu-section-list a:visited {
        color: #787878;
        text-decoration: none;
        display: block;
        -webkit-transition: color .15s;
        -moz-transition: color .15s;
        -ms-transition: color .15s;
        -o-transition: color .15s;
        transition: color .15s;
    }

        .menu-section-list a:hover, .menu-section-list li.active a {
            color: #f26522;
        }

.section-head {
    border-bottom: 2px solid #e4e4e4;
    padding: 0 44px 14px 0;
    margin-bottom: 15px;
}

    .section-head h1 {
        /*display: inline;*/
        margin: 0 0 0 0;
    }

    .section-head p {
        display: inline;
        font-size: 12px;
        color: #787878;
    }

    .section-head h2 {
        padding: 0 0 14px 0;
        border-bottom: 2px solid #e4e4e4;
    }


.quest-list {
    list-style: none;
    width: 770px;
    margin: 25px 0 0;
}

    .quest-list li {
        background: url(../images/dashed-emit-biiig.png) repeat-x 0 top;
        padding: 26px 0 0;
    }

        .quest-list li:first-child {
            background: none;
            padding-top: 0;
            margin-top: 0;
        }

.quest-item {
    width: 225px;
    float: left;
    margin: 0 30px 15px 0px;
}

.quest-item-head {
    height: 62px;
}

.quest-content p {
    line-height: 20px;
    margin-bottom: 19px;
}
/* feature text -page */
.features-head {
    float: left;
    width: 220px;
}

.features-text {
    float: right;
    width: 475px;
    margin-right: 31px;
}

.skip-link a,
.skip-link a:hover,
.skip-link a:active,
.skip-link a:focus,
.skip-link a:visited {
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    margin-bottom: 26px;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -ms-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}

    .skip-link a:hover {
        color: #000;
    }

.btn-custon-link {
    display: inline-block;
    border-bottom: 3px solid #3f3f3f;
    background: url(../images/btn-custon-link-inner2.jpg) repeat-x left top;
    margin: 0 30px 29px 0;
    -webkit-transition: border-bottom-color .2s;
    -moz-transition: border-bottom-color .2s;
    -ms-transition: border-bottom-color .2s;
    -o-transition: border-bottom-color .2s;
    transition: border-bottom-color .2s;
}

    .btn-custon-link:hover {
        border-bottom-color: #787878;
        background: url(../images/btn-custon-link.jpg) repeat-x left top;
    }

.btn-custon-link-inner {
    display: inline-block;
    white-space: nowrap;
}

.btn-custon-link-inner-verb {
    text-transform: uppercase;
    font-weight: bold;
}

.btn-custon-link a,
.btn-custon-link a:hover,
.btn-custon-link a:active,
.btn-custon-link a:focus,
.btn-custon-link a:visited {
    font-size: 1.2em;
    color: #f1f1f1;
    display: block;
    padding: 5px 48px 5px 37px;
    font-weight: normal;
    text-decoration: none;
    background: url(../images/btn-arrow2.png) no-repeat right 6px;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}

p .btn-custon-link a, p .btn-custon-link a:hover {
    background-position-y: 12px;
}

.btn-custon-link a:hover {
    color: #2c2c2c;
}

.btn-custon-link a strong {
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 3px;
}

.skip-text .btn-custon-link {
    margin: 0;
}

    .skip-text .btn-custon-link a,
    .skip-text .btn-custon-link a:hover,
    .skip-text .btn-custon-link a:active,
    .skip-text .btn-custon-link a:focus,
    .skip-text .btn-custon-link a:visited {
        font-size: 12px;
        font-weight: normal;
    }

.some-skip-box {
    margin: 28px 0 0;
}

.btn-custon-link, .btn-custon-link-inner {
    border-radius: 6px;
    line-height: 1.5em;
}

    .btn-custon-link a, .btn-custon-link a:hover, .btn-custon-link a:active, .btn-custon-link a:focus, .btn-custon-link a:visited {
        font-size: 1.1em;
        background: none;
    }

/* Button with slide animation */

.button-slide {
    margin: 0;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
    display: block;
    border: 0px;
    font-weight: 700;
    font-size: 1.1em;
    text-shadow: 1px 1px 0px #dc5b00;
    box-shadow: 0px 0px 14px -7px #ecb000;
    background-image: linear-gradient(45deg, #dc5b00 0%, #ecb000 51%, #dc5b00 100%);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    .button-slide:hover {
        background-position: right center;
        /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }

    .button-slide:active {
        transform: scale(0.95);
    }

.btn-login, .btn-login:visited {
    display: inline-block;
    margin-left: 16px;
    padding: 6px 14px 6px 36px;
    font-size: 14px;
    font-weight: 500;
    font-family: inherit;
    line-height: 1;
    color: #f2f2f2;
    text-decoration: none;
    border: 1px solid #BDBDBD;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: 12px center;
    background-size: 16px 16px;
    transition: background 0.20s, color 0.20s;
}

    .btn-login.btn-contact {
        background: url('../images/phone-light.svg') no-repeat 12px center / 16px 16px;
    }

        .btn-login.btn-contact:hover,
        .btn-login.btn-contact:focus {
            background: #f2f2f2 url('../images/phone-dark.svg') no-repeat 12px center / 16px 16px;
            color: #2f2f2f;
            border-color: #BDBDBD;
        }

    .btn-login.btn-account {
        background: url('../images/account-profile-light.svg') no-repeat 12px center / 16px 16px;
    }

        .btn-login.btn-account:hover,
        .btn-login.btn-account:focus {
            background: #f2f2f2 url('../images/account-profile-dark.svg') no-repeat 12px center / 16px 16px;
            color: #2f2f2f;
            border-color: #BDBDBD;
        }

    .btn-login:hover,
    .btn-login:focus {
        background: #f2f2f2;
        border: 1px solid #BDBDBD;
        color: #2f2f2f;
        text-decoration: none;
    }

.name-label {
    color: #787878;
    text-align: right;
    width: 58px;
    margin-right: 28px;
}

.skip-text {
    width: 400px;
    margin: -2px 20px 0 0;
}

    .skip-text p {
        color: #787878;
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 17px;
    }

.section-head.level-2 {
    margin-top: 15px;
}

    .section-head.level-2 h2 {
        font-size: 21px;
        font-weight: normal;
    }

.features-box {
    margin: 25px 0 39px 0;
}

.features-head h3 {
    margin-bottom: 4px;
}

.features-text p {
    margin: 21px 0 0;
    line-height: 20px;
}

.feature-collection {
    display: flex;
    flex-wrap: wrap;
}

.feature-set {
    flex: 1 0 100%; /* Full width on small screens */
    padding: 10px;
}

@media only screen and (min-width: 768px) {
    .feature-set {
        flex: 1 0 30%; /* 3 columns on larger screens */
    }
}

.ontimesystem_design_content {
    margin: 25px 0 0;
}

    .ontimesystem_design_content h3 {
        margin: 0 0 26px;
    }

    .ontimesystem_design_content h4 {
        margin: 0 0 4px;
    }

    .ontimesystem_design_content p {
        line-height: 1.5;
        margin: 0 0 24px;
    }

.lists-box ul, .lists-box ol, .lists {
    margin: 0 0 24px 32px;
}

    .lists-box ul li, .lists-box ol li, .lists li {
        margin-bottom: 8px;
        line-height: 1.5;
    }

        .lists-box ul li img, .lists-box ol li img, .lists li img {
            margin-top: 12px;
        }

ul.some-form-list {
    list-style: none;
    margin: 0 54px;
}

    ul.some-form-list li {
        margin: 0 0 11px 0;
    }

.ontimesystem_design_content .button-box {
    width: 811px;
    margin: 61px 0 0 6px;
}

.some-images-box {
    margin: 17px 0 0;
}
/* footer */
.footer-link-box {
    background: #ededed url(../images/footer-link-box.jpg) repeat-x 0 top;
}

.footer-link-box-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1125px;
    padding: 16px 20px 4px 20px;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    .footer-link-box-inner {
        width: auto;
        max-width: inherit;
    }
}

.footer-link-list {
    list-style: none;
}

    .footer-link-list li {
        padding: 12px 4px 12px;
        line-height: 1.5;
        background: url(../images/dashed-emit.png) repeat-x 0 top;
    }

        .footer-link-list li:first-child {
            background: none;
        }

.footer-link-box-item {
    flex: 1 0 100%;
    margin-bottom: 20px;
}

@media only screen and (min-width: 576px) {
    .footer-link-box-item {
        flex: 0 1 45%;
    }
}

@media only screen and (min-width: 992px) {
    .footer-link-box-item {
        flex: 0 1 22%;
    }
}

.footer-link-box-item-head {
    padding: 0 0 0 4px;
    margin: 16px 0 3px 0;
}

    .footer-link-box-item-head.one-word h3 {
        padding: 20px 0 0;
    }

.footer {
    background: #2f2f2f;
}

.footer-inner {
    color: #cccccc;
    font-size: 12px;
    padding: 20px 20px 30px 20px;
}

/*pixel*/
.pixel {
    position: absolute;
    top: -62px;
    left: 0px;
    width: 100%;
    height: 3100px;
    background: url(../ontimesystem_design_content.jpg) no-repeat center top;
    z-index: 99999;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.infoBox {
    border-collapse: collapse;
    border: 1px solid #FFC220;
    background-color: #FFFFCC;
    padding: 10px;
    border-radius: 3px 3px 3px 3px;
}

    .infoBox p {
        margin-bottom: 5px;
    }

.dxeButtonEdit_SoftOrange td, .dxeButtonEdit_SoftOrange input[type="text"] {
    padding: 0;
}

#blog-feed-box {
    width: 400px;
}

#twitter-feed-box {
    width: 500px;
}

.setupStepsBox {
    border-collapse: collapse;
    border: 1px solid #297428;
    padding: 10px;
    width: 100%;
}

    .setupStepsBox td {
        padding: 8px 8px 8px 8px;
        line-height: 1.3em;
    }

    .setupStepsBox .activeStep {
        background-color: #96ee81;
        width: 17%;
        white-space: nowrap;
    }

    .setupStepsBox .inactiveStep {
        background-color: #f1f1f1;
        width: 17%;
    }

    .setupStepsBox p {
        margin-bottom: 5px;
    }

.setupTableForm {
    /*width:100%;*/
}

    .setupTableForm td {
        white-space: nowrap;
        vertical-align: middle;
    }

        .setupTableForm td select {
            height: 32px;
            width: 100%;
        }

        .setupTableForm td input[type="text"], input[type="text"] {
            width: 360px;
        }

        .setupTableForm td select, td input[type="text"], input[type="text"], input[type="password"] {
            border: 1px solid #909090;
        }

        .setupTableForm td input[type="radio"], .setupTableForm td input[type="checkbox"] {
            vertical-align: baseline;
            margin: 0 8px 10px 0;
        }

.setupRadioList {
    font-size: 1.1em;
}

.setupTextBoxButton {
    height: 30px;
}

.setupNavigationButtons {
    padding: 8px 16px 8px 16px;
    font-weight: bold;
}

.setupTotalBox {
    border-collapse: collapse;
    border: 1px solid #909090;
    background-color: #c7dfe4;
    padding: 10px;
}

.setupErrorLabelwithUp {
    background-image: url('../SignUp/images/red-up-arrow.png');
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    padding-left: 32px;
    padding-top: 4px;
    min-height: 24px;
    display: block;
    font-weight: normal;
}

.input-label {
    font-weight: 500;
    margin: 18px 0 6px 0;
}

input[type="text"].input-ctl, input[type="tel"].input-ctl, select.input-ctl, textarea.input-ctl {
    width: 100%;
    padding: 8px;
    margin-bottom: 5px;
    box-sizing: border-box;
    height: auto;
    border: 1px solid #909090;
    border-radius: 6px;
}

.required-field {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    .required-field:after {
        position: absolute;
        top: -10px;
        right: -10px;
        display: block;
        width: 20px;
        height: 20px;
        background: #f26522;
        content: "";
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.thinSeperatorLine {
    width: 100%;
    height: 1px;
    border: none;
    background: #676666;
    margin: 8px 0 8px 0;
}

.input-text-medium {
    width: 400px;
}

#footer-social-badges {
    float: right;
    margin: -5px 0 0 0;
}

.faq-accordion {
    max-width: 100%;
    margin: 15px 0;
}

.faq-item {
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}

.faq-question {
    font-weight: 600;
    padding: 15px;
    cursor: pointer;
    position: relative;
    background-color: #f8f8f8;
    color: #f26522;
    font-size: 1.1em;
    transition: all 0.3s ease;
}

    .faq-question::after {
        content: '+';
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1.5em;
        font-weight: 300;
    }

.faq-item.active .faq-question::after {
    content: '−';
}

.faq-answer {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    padding: 15px;
    max-height: 500px;
}

/* 
/* Media Queries
/* =======================================
*/
/* 
/* Print
/* =======================================
*/
@media print {
    .header-bar, .nav, .link-motive-box, .footer-link-box, #footer-social-badges, .slider-box {
        display: none;
    }

    .two-coll-page-srt .aside-left {
        display: none;
    }

    .two-coll-page-srt .section-box {
        float: left;
    }

    .content {
        width: 100%;
        min-width: 0;
    }
}

/* 
/* Tablet and Smartphone Specific
/* =======================================
*/

@media only screen and (max-device-width: 768px) {
    body {
        font-size: 14px;
    }

    h2 {
        font-size: 28px;
    }

    .header-bar-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header-inner, .header-bar-inner, .slider-box, .content-inner, .footer-inner, .footer-link-box-inner,
    .link-motive-box-inner, .two-coll-page-srt, .two-coll-page-srt .section-box, .home-thick-line,
    .home-thin-line, .home-thin-line.main-line, .quick-ligan-box, #blog-feed-box, #twitter-feed-box, .section-box-desktop-mobile {
        /*width: 700px;*/
    }

        .home-thin-line, .home-thin-line.main-line {
            margin-left: 0;
            margin-right: 0;
        }

    .home-some-text_1, .home-text-section_1 .left-s {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .home-text-and-vidio-box .home-some-text_1, .tesis-box, .tesis-list {
        width: 100%;
    }

    .logo-site {
        width: 210px;
        float: none;
        margin: 15px 0 15px 0;
    }

    .nav {
        margin-right: 0;
        margin-top: 15px;
        float: none;
    }

        .nav a {
            padding-left: 12px;
            padding-right: 12px;
            white-space: nowrap;
        }

    .motive-text-box {
        display: none;
    }

    .header-bar, .header, .slider-box, .link-motive-box,
    .content, .footer-link-box, .footer {
        min-width: 0;
    }

    .orange-style .link-motive-box-inner, .link-motive-box-inner {
        width: 100%;
    }

    .link-arrow {
        font-size: 20px;
        margin-left: 40px;
    }

    .two-coll-page-srt .aside-left {
        display: none;
    }

    .two-coll-page-srt .section-box {
        float: left;
    }

    .footer-inner p {
        margin-left: 20px;
        margin-right: 20px;
    }

    #containerBottom {
        display: none;
    }

    .right-s {
        float: left;
    }

    .quick-ligan-box {
        padding-left: 0;
        padding-right: 0;
    }
}

/* 
/* Smartphone Specific
/* =======================================
*/

@media only screen and (max-device-width: 568px) {
    body, h3, h4 {
        font-size: 1em;
    }

    h1 {
        font-size: 1.8em;
        line-height: 1.2;
    }

    h2 {
        font-size: 1.5em;
        line-height: 1.2;
    }

    .header-bar-inner, .header-inner, .content-inner, .footer-inner, .footer-link-box-inner, .slider-box {
        width: auto;
        margin: 0 12px;
    }

    .header-inner {
        min-height: 0;
    }

    .footer-link-box-inner {
        padding: 16px 0 4px 0;
    }

    .content-inner-margin {
        margin: 12px 12px 0 12px;
    }

    .header-bar-inner {
        padding: 10px 0;
    }

    .logo-site {
        margin: 15px 0 15px 0;
    }

    .nav {
        margin-right: 0;
        margin-top: 12px;
        float: none;
    }

        .nav a {
            padding-left: 12px;
            padding-right: 12px;
            white-space: nowrap;
            font-size: 0.9em;
        }

            .nav a,
            .nav a:hover,
            .nav a:active,
            .nav a:focus,
            .nav a:visited {
                padding: 8px 18px 12px 8px;
            }

        .nav li {
            border-width: 0;
        }

    .link-arrow {
        font-size: 0.9em;
        margin-left: 20px;
        margin-top: 20px;
    }

    .grey-style .link-arrow {
        margin-left: 20px;
    }

    .link-arrow li {
        margin: auto;
        padding: 0 0 0 50px;
        line-height: 1.5em;
    }

    .orange-style .link-motive-box-inner, .grey-style .link-motive-box-inner {
        min-height: 60px;
    }

    .input-text-medium {
        width: 100%;
    }

    .quick-ligan-box {
        width: auto;
    }

    .home-thick-line {
        width: auto;
    }

    .home-thin-line.main-line {
        width: 100%;
    }

    .home-image-divider-line {
        margin: 14px 0;
        width: 100%
    }

    .footer-link-box-item {
        margin-right: 10px;
        width: 170px;
    }

    #navDownload, #ctl00_navDownload, #navOverview, #ctl00_navOverview {
        display: none;
    }

    .footer-inner {
        padding: 20px 0 30px 0;
    }

        .footer-inner p {
            margin: 0;
        }

    #footer-social-badges {
        margin: -5px 0 0 0;
    }
}
