/* Minification failed. Returning unminified contents.
(507,1): run-time error CSS1019: Unexpected token, found '}'
(787,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(788,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(804,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(805,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */

/* FAQ Styles */

/* -------------------------------- 

Primary style

-------------------------------- */

a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    outline: 0;
}

*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.faq*::after, .faq*::before {
    content: '';
}


body {
    font-family: "Open Sans", sans-serif !important;
}

    body::after {
        /* overlay layer visible on small devices when the right panel slides in */
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(78, 83, 89, 0.8);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity .3s 0s, visibility 0s .3s;
        -moz-transition: opacity .3s 0s, visibility 0s .3s;
        transition: opacity .3s 0s, visibility 0s .3s;
    }

    body.cd-overlay::after {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }


@media only screen and (min-width: 768px) {
    body::after {
        display: none;
    }
}

a {
    color: #3da4b4;
    text-decoration: none;
    /*font-family: 'Exo',sans-serif;*/
}


/* -------------------------------- 

Main components 

-------------------------------- */

@media only screen and (min-width: 1024px) {
}

.cd-faq {
    width: 100%;
    margin: 2em auto;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}

    .cd-faq:after {
        content: "";
        display: table;
        clear: both;
    }

@media only screen and (min-width: 768px) {
    .cd-faq {
        position: relative;
        margin: 4em auto;
        box-shadow: none;
    }
}

.cd-faq-categories a {
    position: relative;
    display: block;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    padding: 0 28px 0 16px;
    background-color: #4e5359;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    white-space: nowrap;
    border-bottom: 1px solid #555b61;
    text-overflow: ellipsis;
}

    .cd-faq-categories a::before, .cd-faq-categories a::after {
        /* plus icon on the right */
        position: absolute;
        top: 50%;
        right: 16px;
        display: inline-block;
        height: 1px;
        width: 10px;
        background-color: #7f868e;
    }

    .cd-faq-categories a::after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.cd-faq-categories li:last-child a {
    border-bottom: none;
}

@media only screen and (min-width: 768px) {
    .cd-faq-categories {
        width: 20%;
        float: left;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    }

        .cd-faq-categories a {
            font-size: 13px;
            font-size: 0.8125rem;
            font-weight: 600;
            padding-left: 24px;
            padding: 0 24px;
            -webkit-transition: background 0.2s, padding 0.2s;
            -moz-transition: background 0.2s, padding 0.2s;
            transition: background 0.2s, padding 0.2s;
        }

            .cd-faq-categories a::before, .cd-faq-categories a::after {
                display: none;
            }

    .no-touch .cd-faq-categories a:hover {
        background: #555b61;
    }

    .no-js .cd-faq-categories {
        width: 100%;
        margin-bottom: 2em;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-faq-categories {
        position: absolute;
        top: 0;
        left: 0;
        width: 200px;
        z-index: 2;
    }

        .cd-faq-categories a::before {
            /* decorative rectangle on the left visible for the selected item */
            display: block;
            top: 0;
            right: auto;
            left: 0;
            height: 100%;
            width: 3px;
            background-color: #a9c056;
            opacity: 0;
            -webkit-transition: opacity 0.2s;
            -moz-transition: opacity 0.2s;
            transition: opacity 0.2s;
        }

        .cd-faq-categories .selected {
            background: #42464b !important;
        }

            .cd-faq-categories .selected::before {
                opacity: 1;
            }

        .cd-faq-categories.is-fixed {
            /* top and left value assigned in jQuery */
            position: fixed;
        }

    .no-js .cd-faq-categories {
        position: relative;
    }
}

.cd-faq-items {
    position: fixed;
    height: 100%;
    width: 90%;
    top: 0;
    right: 0;
    background: #ffffff;
    padding: 0 5% 1em;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) translateX(100%);
    -moz-transform: translateZ(0) translateX(100%);
    -ms-transform: translateZ(0) translateX(100%);
    -o-transform: translateZ(0) translateX(100%);
    transform: translateZ(0) translateX(100%);
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
}

    .cd-faq-items.slide-in {
        -webkit-transform: translateZ(0) translateX(0%);
        -moz-transform: translateZ(0) translateX(0%);
        -ms-transform: translateZ(0) translateX(0%);
        -o-transform: translateZ(0) translateX(0%);
        transform: translateZ(0) translateX(0%);
    }

.no-js .cd-faq-items {
    position: static;
    height: auto;
    width: 100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

@media only screen and (min-width: 768px) {
    .cd-faq-items {
        position: static;
        height: auto;
        width: 78%;
        float: right;
        overflow: visible;
        -webkit-transform: translateZ(0) translateX(0);
        -moz-transform: translateZ(0) translateX(0);
        -ms-transform: translateZ(0) translateX(0);
        -o-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
        padding: 0;
        background: transparent;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-faq-items {
        float: none;
        width: 100%;
        padding-left: 0;
    }

    .no-js .cd-faq-items {
        padding-left: 0;
    }
}

.cd-close-panel {
    position: fixed;
    top: 5px;
    right: -100%;
    display: block;
    height: 40px;
    width: 40px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 2;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: right 0.4s;
    -moz-transition: right 0.4s;
    transition: right 0.4s;
}

    .cd-close-panel::before, .cd-close-panel::after {
        /* close icon in CSS */
        position: absolute;
        top: 16px;
        left: 12px;
        display: inline-block;
        height: 3px;
        width: 18px;
        background: #6c7d8e;
    }

    .cd-close-panel::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .cd-close-panel::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .cd-close-panel.move-left {
        right: 2%;
    }

@media only screen and (min-width: 768px) {
    .cd-close-panel {
        display: none;
    }
}

.cd-faq-group {
    /* hide group not selected */
    display: none;
}

    .cd-faq-group.selected {
        display: block;
    }

    .cd-faq-group .cd-faq-title {
        background: transparent;
        box-shadow: none;
        margin: 1em 0;
    }

.no-touch .cd-faq-group .cd-faq-title:hover {
    box-shadow: none;
}

.cd-faq-group .cd-faq-title h2 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #bbbbc7;
}

.no-js .cd-faq-group {
    display: block;
}

@media only screen and (min-width: 768px) {
    .cd-faq-group {
        /* all groups visible */
        display: block;
        list-style: none;
    }

        .cd-faq-group > li {
            background: transparent;
            margin-bottom: 6px;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
            -webkit-transition: box-shadow 0.2s;
            -moz-transition: box-shadow 0.2s;
            transition: box-shadow 0.2s;
        }

    .no-touch .cd-faq-group > li:hover {
        box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
    }

    .cd-faq-group .cd-faq-title {
        margin: 2em 0 1em;
    }

    .cd-faq-group:first-child .cd-faq-title {
        margin-top: 0;
    }
}

.cd-faq-trigger {
    position: relative;
    display: block;
    margin: 1.6em 0 .4em;
    line-height: 1.2;
}

@media only screen and (min-width: 768px) {
    .cd-faq-trigger {
        font-size: 24px;
        font-weight: 300;
        margin: 0;
        padding: 24px 30px 10px 0px;
    }

        .cd-faq-trigger::before, .cd-faq-trigger::after {
            /* arrow icon on the right */
            position: absolute;
            right: 24px;
            top: 50%;
            height: 2px;
            width: 13px;
            background: #A4CC39;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transition-property: -webkit-transform;
            -moz-transition-property: -moz-transform;
            transition-property: transform;
            -webkit-transition-duration: 0.2s;
            -moz-transition-duration: 0.2s;
            transition-duration: 0.2s;
        }

        .cd-faq-trigger::before {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            right: 32px;
        }

        .cd-faq-trigger::after {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .content-visible .cd-faq-trigger::before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .content-visible .cd-faq-trigger::after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}


@media only screen and (min-width: 768px) {
    .cd-faq-content {
        display: none;
        padding: 0 24px 0px;
    }

        .cd-faq-content p {
            line-height: 1.6;
        }

    .no-js .cd-faq-content {
        display: block;
    }
}

/* some changes */

#basics a:hover, a:focus {
    text-decoration: none;
    color: #3da4b4 !important;
}

.cd-faq-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    font-family: "Open Sans", sans-serif, !important;
}

#head h1 {
    font-size: 36px;
}

}

.no-touch .cd-faq-group > li:hover {
    box-shadow: 0 0px 0px rgba(108, 125, 142, 0);
}

.cd-faq-group > li:hover {
    box-shadow: 0 0px 0px rgba(108, 125, 142, 0) !important;
}

.btn-expand, .btn-collapse {
    color: #3da4b4;
    background-color: transparent;
    border: 0px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    cursor: pointer;
    font-weight: 300 !important;
}

    .btn-expand:hover, .btn-collapse:hover {
        color: #A4CC39;
    }

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px dotted #3da4b4;
}








body {
    width: 100%;
    height: 100%;
    color: #fff;
    background-image: url(../Content/img/bg.png);
}

html {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 35px;
    /*font-family: 'Exo',sans-serif;*/
    font-weight: 300;
    letter-spacing: 1px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 36px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    font-weight: 500;
}

em {
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
    /*font-family: 'Exo',sans-serif;*/
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
    font-family: "Open Sans", sans-serif, !important;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

ul, ol {
    font-weight: 300;
    line-height: 26px;
    font-family: "Open Sans", sans-serif, !important;
}


a {
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    a:hover, a:focus {
        text-decoration: none;
        color: #000;
    }

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #13384b;
}

    .navbar-custom .navbar-brand {
        font-weight: 700;
    }

        .navbar-custom .navbar-brand:focus {
            outline: 0;
        }

        .navbar-custom .navbar-brand .navbar-toggle {
            padding: 4px 6px;
            font-size: 16px;
            color: #fff;
        }

            .navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
                outline: 0;
            }

    .navbar-custom a {
        color: #fff;
        font-weight: 500;
    }

    .navbar-custom .nav li a {
        -webkit-transition: background .3s ease-in-out;
        -moz-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
    }

        .navbar-custom .nav li a:hover {
            outline: 0;
            color: rgba(255,255,255,.8);
            background-color: transparent;
        }

        .navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
            outline: 0;
            background-color: transparent;
        }

    .navbar-custom .nav li.active {
        outline: 0;
    }

        .navbar-custom .nav li.active a {
            background-color: transparent;
            border-bottom: 5px solid #7dc902;
            color: #7dc902 !important;
        }

            .navbar-custom .nav li.active a:hover {
                color: #fff;
            }

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

        .navbar-custom.top-nav-collapse {
            padding: 0;
            border-bottom: 0px solid rgba(19,56,75,.3);
            background: #13384b;
        }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../Content/img/intro-bg.jpg) no-repeat center center scroll;
    background-color: #13384b;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

    .intro .intro-body {
        display: table-cell;
        vertical-align: middle;
    }

        .intro .intro-body .brand-heading {
            font-size: 40px;
        }

        .intro .intro-body .intro-text {
            font-size: 18px;
        }

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

        .intro .intro-body .brand-heading {
            font-size: 100px;
        }

        .intro .intro-body .intro-text {
            font-size: 26px;
        }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100% !important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

    .btn-circle:hover, .btn-circle:focus {
        outline: 0;
        color: #fff;
        background: rgba(255,255,255,.1);
    }

    .btn-circle i.animated {
        -webkit-transition-property: -webkit-transform;
        -webkit-transition-duration: 1s;
        -moz-transition-property: -moz-transform;
        -moz-transition-duration: 1s;
    }

    .btn-circle:hover i.animated {
        -webkit-animation-name: pulse;
        -moz-animation-name: pulse;
        -webkit-animation-duration: 1.5s;
        -moz-animation-duration: 1.5s;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 80px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../Content/img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #42dca3;
    color: #42dca3;
    background-color: transparent;
}

    .btn-default:hover, .btn-default:focus {
        border: 1px solid #42dca3;
        outline: 0;
        color: #000;
        background-color: #42dca3;
    }

ul.banner-social-buttons {
    margin-top: 0;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #A4CC39;
    text-decoration: none;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

        ul.banner-social-buttons li:last-child {
            margin-bottom: 0;
        }

    .intro {
        display: table;
        width: 100%;
        height: auto;
        padding: 0;
        text-align: center;
        color: #fff;
        background: url(../Content/img/intro-bg-m.jpg) no-repeat center center scroll !important;
        background-color: #000;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }

    .icon-features {
        display: none;
    }
}

footer {
    padding: 50px 0;
}

    footer p {
        margin: 0;
    }

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 10px;
    font-size: 18px;
    line-height: 20px;
}

#features h2 {
    color: #3da4b4;
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 15px;
}

#features .row {
    margin-top: 20px;
}


#features p {
    color: #666;
    margin: 0 0 15px;
    font-size: 16px;
}

#features li {
    color: #666;
    font-size: 14px;
}

#features em {
    color: #3da4b4;
    margin: 0 0 15px;
    font-size: 12px;
}



.icon-features {
    width: 100%;
    background-color: rgba(19,56,75,0.5);
    padding: 20px 0;
}





.icn-security {
    background: url(../Content/img/icn-security.svg) no-repeat left center scroll;
    height: 42px;
    display: block;
    position: relative;
}

.icn-easy-use {
    background: url(../Content/img/icn-easy-use.svg) no-repeat left center scroll;
    height: 42px;
    display: block;
    position: relative;
}

.icn-one-drive {
    background: url(../Content/img/icn-one-drive.svg) no-repeat left center scroll;
    height: 42px;
    display: block;
    position: relative;
}

.icn-email-integration {
    background: url(../Content/img/icn-email-integration.svg) no-repeat left center scroll;
    height: 42px;
    display: block;
    position: relative;
}


.icn-mobile-devices {
    background: url(../Content/img/icn-mobile-device.svg) no-repeat left center scroll;
    height: 42px;
    display: block;
    position: relative;
}

.icn-sync {
    background: url(../Content/img/icn-sync.svg) no-repeat left center scroll;
    height: 42px;
    display: block;
    position: relative;
}

.icn-workflow-controls {
    background: url(../Content/img/icn-workflow-controls.svg) no-repeat left center scroll;
    height: 42px;
    display: block;
    position: relative;
}


.icn-auditing {
    background: url(../Content/img/icn-auditing.svg) no-repeat left center scroll;
    height: 42px;
    display: block;
    position: relative;
}

.icn-e-signature {
    background: url(../Content/img/icn-e-signature.svg) no-repeat left center scroll;
    height: 42px;
    display: block;
    position: relative;
}

.icn-industry-solutions {
    background: url(../Content/img/icn-industry-solutions.svg) no-repeat left center scroll;
    height: 42px;
    display: block;
    position: relative;
}

.icn-24x7 {
    background: url(../Content/img/icn-24x7.svg) no-repeat left center scroll;
    height: 42px;
    display: block;
    position: relative;
}



#legal p {
    font-size: 14px;
}

#legal a:link {
    color: #3da4b4;
}


.nav-justified {
    width: 100%;
    margin-bottom: 25px;
}

    .nav-justified > li > a {
        margin-bottom: 5px;
        text-align: left;
        text-indent: 40px;
        color: #333;
        outline: none;
        line-height: 0;
    }

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #3da4b4;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 20px 20px;
}

.nav-justified > li {
    display: table-cell;
    width: 0%;
}

.tab-pane h2 {
    color: #3da4b4;
    font-size: 26px;
}

.tab-pane em {
    color: #3da4b4;
    font-size: 14px;
}

.tab-pane p {
    color: #333;
}

.tab-pane li {
    color: #333;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {


    .navbar-toggle {
        margin-top: 8px;
        margin-bottom: 10px;
        border: 0;
        font-size: 24px;
    }

    .nav-justified {
        width: 100%;
        margin-bottom: 0px;
    }

    #features li a {
        font-size: 14px;
        text-transform: uppercase;
    }

    .nav-justified > li {
        display: block;
        width: 100%;
        padding-right: 40px;
        padding-top: 0px;
    }

    .carousel-control {
        display: none;
    }

    .carousel-indicators {
        bottom: -5px;
    }

    #features li a {
        font-size: 14px;
        text-transform: uppercase;
        text-indent: 40px;
        margin: 10px;
    }

    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        width: 100%;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 0px solid #ccc;
        border: 0px solid rgba(0, 0, 0, .15);
        border-radius: 0px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }

        .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
            color: #333;
            text-decoration: none;
            background-color: #fff;
            outline: 0;
        }

    .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default.focus:active, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
        color: #fff;
        background-color: rgb(255, 107, 0);
        border-color: rgb(255, 107, 0);
        border-radius: 0px;
    }

    .form-control {
        border: 1px solid #555;
        border-radius: 0px;
        color: #555;
    }

    .nav-pills > li {
        float: none;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #3da4b4;
        text-decoration: none;
        background-color: transparent;
    }



    .btn-default:hover, .btn-default:focus {
        border: 1px solid #3da4b4;
        outline: 0;
        color: #fff;
        background-color: #3da4b4;
    }


    .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default.focus:active, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
        color: #fff;
        background-color: #3da4b4;
        border-color: #3da4b4;
        border-radius: 0px;
    }

    .btn-circle {
        margin-bottom: 160px;
    }

    .navbar-brand {
        padding: 15px;
    }

    .navbar-toggle {
        color: #fff;
    }

    #features li a {
        font-size: 0.80em;
        text-transform: uppercase;
        text-indent: 30px;
        margin: 10px;
        line-height: 35px;
    }

    footer {
        padding: 20px 0;
    }

    .nav-pills > li {
        float: none;
        text-align: center;
    }

    #plan-features h1, h2 {
        font-size: 16px !important;
    }


    #plan-features {
        font-size: 10px !important;
    }


    .table-responsive {
        border: 0px solid #ddd;
    }

    .compare-features-title {
        padding: 50px !important;
        font-size: 36px !important;
    }
}

.banner-social-buttons li a {
    font-size: 22px;
    padding: 0px;
    margin: 0px;
}

.nav-pills > li > a {
    border-radius: 4px;
    padding-top: 0px !important;
}


/* -------------------------------- 

Pricing Table

-------------------------------- */




.circle-odb {
    color: #7DC902;
}

.circle-abs {
    color: #3DA4B4;
}

.circle-none {
    color: rgba(0, 0, 0, 0);
    /* color: rgba(0, 0, 0, 0.1); Original*/
}

.circle-soon {
    color: orange;
    /* color: rgba(0, 0, 0, 0.1); Original*/
}






/* Table features */



#plan-features.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    vertical-align: inherit;
    padding: 10px;
}

#plan-features h1, h2 {
    font-size: 24px;
}

#plan-features .table-hover > tbody > tr:hover {
    background-color: #dae4ec4d;
}


#plan-features {
    background-color: #fff;
    color: #666;
    padding-top: 60px;
}



.fa {
    font-size: 16px;
    text-align: center
}

.no-padding {
    padding: 0;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #dae4ec;
}

.table > thead > tr > th {
    border-bottom: 1px solid #dae4ec;
}

.compare-features-title {
    margin: 0px;
    background-color: #7dc902;
    height: 220px;
    padding: 90px;
    font-size: 46px;
}

/*Message box Sign Up*/
.container > .message-box-signup {
    margin: 160px auto 80px auto;
    
}

.message-box-signup {
    max-width: 700px;
    min-width: 400px;
}


    .message-box-signup .panel-body {
        max-width: 700px;
        min-width: 400px;
      
        padding-top: 40px;
    }


    .message-box-signup h1 {
        font-weight: 700;
        color: #555b61;
        text-align: center;
    }

    .message-box-signup h3 {
        font-size: 24px;
        font-weight: 400;
        color: #555b61;
        text-align: center;
    }

    .message-box-signup h4 {
        font-size: 18px;
        color: #555b61;
        text-align: center;
    }

    .message-box-signup a {
        color: #3da4b4;
    }

