html,
body {
    width: 100%;
    height: 100%;
    color: #757575;
    font-size: 15px;
    position: relative;
    background-color: #fff;
    /*
    font-family: 'Open Sans', sans-serif;
    font-family: 'Source Sans Pro', sans-serif;
    */
    font-family: 'Source Sans Pro', sans-serif;
}

a:focus {
    outline: none;
    text-decoration: none;
}

p {
    margin: 0;
    padding: 10px 0;
    line-height: 19px;
}

ul {
    padding: 15px 20px;
}

.animate { opacity: 0; }

.head_title {
    margin: 0;
    color: #757575;
    font-size: 50px;
    font-weight: 300;
    padding: 20px 0 30px;
    line-height: 50px;
}

main input,
main textarea {
/*
    width: 100%;
    float: left;
    height: 45px;
    resize: none;
    outline: none;
    color: #868686;
    font-size: 15px;
    padding: 0 15px;
*/
    border: 1px solid #fff;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(9, 10, 10, 0.05);
    -moz-box-shadow: 0px 1px 8px 0px rgba(9, 10, 10, 0.05);
    box-shadow: 0px 1px 8px 0px rgba(9, 10, 10, 0.05);
}

    main form.validate input.ng-invalid,
    main form.validate textarea.ng-invalid { border-color: red !important; }

main button {
    border: 0;
    color: #fff;
    float: left;
    height: 45px;
    outline: none;
    display: block;
    padding: 0 40px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #48126F;
}

.logo {
        float: left;
        width: 180px;
        height: 60px;
        background-image: url('../img/mymedis-mesh-logo.svg');
        background-repeat: no-repeat;
        background-size: contain;
        margin: 0;
    }

.navbar-header {
    padding-top: 5px;
    padding-left: 10px;
}

header {
    z-index: 20;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #fff;
}


header .col { position: static; }

nav {
    margin:0;
    padding-top:12px;
    font-size: 17px;
}

.navbar, .navbar-default {
    border-radius: 0;
}

.bg-purple {
    background-color: #6b3791;
    color: #fff;
    padding:5px 20px 5px 20px;
}

.bg-purple-rounded {
    background-color: #6b3791;
    color: #fff;
    padding:10px 20px 10px 20px;
    border-radius: 5px;
    font-size: 17px;
    margin: 5px 0;
    display: block;
    float: left; 
    clear: left;
    width: auto;
}

.bg-purple-rounded .glyphicon {
    margin-right: 10px;
}

.jumbotron {
    background-color: none;
    background: none;
    color:#fff;
}
.jumbotron h2 {
    font-weight: 600;
}
.jumbotron h1 {
    font-size: 60px;
    font-weight: bold;
    letter-spacing: -1px;
}
.jumbotron .bg-purple {
    font-size: 40px;
}

.text-purple {
    color: #6b3791;
}

.bigtext {
    font-weight: 200;
    line-height: 1.5em;
}

#fitness-tracker-logos {
    padding: 40px 0 40px;
}

.navbar-default .navbar-nav>li>a {
    color: #6b3791;
}
        nav ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

            nav ul li {
                display: inline-block;
            }

                nav ul li a {
                    color: #6b3791;
                    padding: 25px 15px;
                    display: inline-block;
                    text-transform: uppercase;
                    font-weight: bold;
                }

                    nav ul li a:hover {
                        color: #48126F;
                        text-decoration: none;
                    }

        nav .target {
            float: right;
            display: none;
            height: 71px;
        }

            nav .target span {
                color: #fff;
                line-height: 71px;
                vertical-align: middle;
                text-transform: uppercase;
            }

                nav .target span.icon {
                    width: 18px;
                    height: 12px;
                    margin: 0 10px 0 0;
                    display: inline-block;
                    background-image: url('../img/icon_nav.svg');
                    background-repeat: no-repeat;
                    background-size: contain;
                }

                nav .target span.icon_close {
                    font-size: 26px;
                    margin: 0 10px 0 0;
                    font-weight: 300;
                }

    #teaser {
        width: 100%;
        /*height: 100%;*/
        float: left;
        overflow: hidden;
        position: relative;
        padding-top: 20px;
        /*background-image: url('../img/bg-teaser.jpg');
        background-image: url('../img/bg_countdown.jpg');
        */
        background-color: #210029;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        #teaser .pattern {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
            opacity: 0.3;
            position: absolute;
            background-image: url('../img/video_pattern.png');
            background-repeat: repeat;
        }

        #teaser .btn-keys {
            left: 0;
            right: 0;
            z-index: 2;
            margin: auto;
            width: 303px;
            bottom: 50px;
            color: #1c6c39;
            font-size: 16px;
            font-weight: 600;
            line-height: 50px;
            position: absolute;
            padding: 0 25px 0 35px;
            background-color: #48126F;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            border-radius: 25px;
        }

            #teaser .btn-keys:hover { text-decoration: none; }

            #teaser .btn-keys .arrow {
                width: 12px;
                height: 7px;
                margin-left: 10px;
                display: inline-block;
                vertical-align: middle;
                background-image: url('../img/icon-arrow-down.svg');
                background-repeat: no-repeat;
                background-size: contain;
            }

        #teaser .audio_switch {
            left: 0;
            bottom: 0;
            z-index: 2;
            color: #fff;
            cursor: pointer;
            font-size: 25px;
            padding: 10px 15px;
            position: absolute;
        }

main {
    z-index: 10;
    width: 100%;
    height: 100%;
    display: inline-block;
}


    main #countdown {
        width: 100%;
        float: left;
        padding: 80px 0 80px;
        background-image: url('../img/bg_countdown.jpg');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        main #countdown .title {
            color: #fff;
            display: block;
            font-size: 28px;
            font-weight: 300;
        }

        main #countdown .counter {
            margin: 20px auto;
            display: inline-block;
        }

            main #countdown .counter div {
                float: left;
                width: 105px;
                margin: 0 5px;
                padding: 12px 0;
                border-top: 2px solid #EF39FF;
                background-color: #442646;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                -webkit-box-shadow: 0px 1px 17px 0px rgba(9, 10, 10, 0.15),inset 0px 2px 0px 0px rgba(57, 255, 93, 0.004);
                -moz-box-shadow: 0px 1px 17px 0px rgba(9, 10, 10, 0.15),inset 0px 2px 0px 0px rgba(57, 255, 93, 0.004);
                box-shadow: 0px 1px 17px 0px rgba(9, 10, 10, 0.15),inset 0px 2px 0px 0px rgba(57, 255, 93, 0.004);
            }

                main #countdown .counter div.second { background-color: #863A7C; }

                main #countdown .counter div span {
                    width: 100%;
                    margin: auto;
                    display: inline-block;
                }

                    main #countdown .counter div span.value {
                        color: #fff;
                        font-size: 70px;
                        font-weight: 300;
                        line-height: 70px;
                        margin-bottom: 10px;
                    }

                    main #countdown .counter div span.name {
                        color: #898892;
                        font-size: 14px;
                        line-height: 14px;
                    }

                        main #countdown .counter div.second span.name { color: #B18EAE; }

        main #countdown p {
            color: #c1c1c4;
            font-weight: 300;
            line-height: 21px;
            margin-left: auto;
            margin-right: auto;
        }

        main #countdown .alert { margin-top: 10px; }

        main #countdown form {
            margin: 15px auto 0;
        }



    main #token {
        float: left;
        width: 100%;
        padding: 40px 0 60px;
        background-color: #fff;
    }

        main #token .container > .row { display: table; }

            main #token .cell {
                float: none;
                display: table-cell;
                vertical-align: top;
            }

                main #token .cell:nth-child(1) { padding-right: 8.333333%; }

        main #token .head_title { padding-bottom: 40px; }

        main #token strong { color: #5b475f; }

        main #token .title {
            width: 100%;
            color: #5b475f;
            font-size: 22px;
            display: inline-block;
        }

        main #token .graph {

            width: 401px;
            height: 401px;

            position: relative;
            margin: 25px auto 0;
            display: inline-block;
            background-image: url('../img/token-graph-thirds.png');
            background-repeat: no-repeat;
            background-size: contain;
        }

            main #token .graph span {
                width: 29%;
                color: #fff;
                margin: auto;
                font-size: 20px;
                position: absolute;
                text-align: center;
            }

                main #token .graph span:first-of-type {
                    left: 0;
                    top: 34%;
                }

                main #token .graph span:nth-of-type(2) {
                    top: 30%;
                    right: 0;
                }

                main #token .graph span:last-of-type {
                    left: 0;
                    right: 0;
                    bottom: 8%;
                }

        main #token .legend { margin: 30px 0 0; }

            main #token .legend .row {
                margin-left: -10px;
                margin-right: -10px;
            }

                main #token .legend .col {
                    padding-left: 10px;
                    padding-right: 10px;
                }

                    main #token .legend .col span {
                        width: 100%;
                        font-size: 12px;
                        line-height: 18px;
                        display: inline-block;
                    }

                        main #token .legend .col span.rect {
                            width: 10px;
                            height: 10px;
                        }

                            main #token .legend .col:nth-child(1) span.rect { background-color: #5b475f; }
                            main #token .legend .col:nth-child(2) span.rect { background-color: #a062ac; }
                            main #token .legend .col:nth-child(3) span.rect { background-color: #bb91c3; }
                            main #token .legend .col:nth-child(4) span.rect { background-color: #ffae00; }

        main #token ul {
            margin: 0;
            padding: 10px 10px;
            list-style-type: none;
        }

            main #token ul li {
                padding: 5px 20px;
                line-height: 18px;
                position: relative;
            }

                main #token ul li::before {
                    top: 0;
                    left: 0;
                    bottom: 0;
                    margin: auto;
                    content: '';
                    width: 6px;
                    height: 6px;
                    position: absolute;
                    background-color: #39ff5d;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    border-radius: 50%;
                }

        main .dates {
/*
            left: 15px;
            right: 15px;
            bottom: 50px;
            position: absolute;
*/
        }

            main .dates .timeline {
                float: left;
                width: 100%;
                height: 3px;
                margin-top: 70px;
                position: relative;
                background-color: #e8e8e8;
            }

                main .dates .timeline .item {
                    float: left;
                    height: 3px;
                    position: relative;
                }

                    main .dates .timeline .item:nth-child(1) { width: 25%; }
                    main .dates .timeline .item:nth-child(2) { width: 25%; }
                    main .dates .timeline .item:nth-child(3) { width: 25%; }
                    main .dates .timeline .item:nth-child(4) { width: 25%; }

                    main .dates .timeline .item .circle {
                        left: 0;
                        right: 0;
                        top: -6px;
                        z-index: 2;
                        width: 16px;
                        height: 16px;
                        margin: auto;
                        position: absolute;
                        background-color: #fff;
                        border: 4px solid #e8e8e8;
                        -webkit-border-radius: 50%;
                        -moz-border-radius: 50%;
                        border-radius: 50%;
                    }

                        main .dates .timeline .item.active .circle { border-color: #a062ac; }

                        main .dates .timeline .item:first-child .circle { right: auto; }
                        main .dates .timeline .item:last-child .circle { left: auto; }

                    main .dates .timeline .item .line {
                        top: 0;
                        left: 0;
                        right: 0;
                        z-index: 1;
                        height: 3px;
                        display: none;
                        position: absolute;
                        background-color: #a062ac;
                    }

                        main .dates .timeline .item.active .line { display: block; }

                    main .dates .timeline .item span {
                        left: 0;
                        right: 0;
                        padding: 0 5px;
                        position: absolute;
                        text-align: center;
                    }

                        main .dates .timeline .item:first-child span { text-align: left; }
                        main .dates .timeline .item:last-child span { text-align: right; }

                        main .dates .timeline .item span.date {
                            bottom: 20px;
                            color: #757575;
                        }

                            main .dates .timeline .item.active span.date {
                                color: #a062ac;
                                font-weight: 600;
                            }

                        main .dates .timeline .item span.info {
                            top: 20px;
                            color: #b6b6b6;
                            font-size: 11px;
                            line-height: 14px;
                        }

                            main .dates .timeline .item.active span.info { color: #757575; }







    main #about {
        float: left;
        width: 100%;
        padding: 20px 0 20px;
        background-image: url('../img/bg-problem.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }







    main #team {
        float: left;
        width: 100%;
        padding: 20px 0 20px;
        background-image: url('../img/bg_countdown.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        color: #fff;
    }


.jobtitle {
    color: #FF69EF;
}





    main #howto {
        float: left;
        width: 100%;
        padding: 20px 0 20px;
        background-image: url('../img/bg-problem.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }




    main .shadow {
        width: 100%;
        height: 100%;
        padding: 40px 0;
        background-image: url('../img/shadow-problem.png');
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100%;
    }







    main #documents {
        float: left;
        width: 100%;
        padding: 20px 0 20px;
        background-image: url('../img/bg-problem.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    main #documents .shadow {
        width: 100%;
        height: 100%;
        padding: 40px 0;
        background-image: url('../img/shadow-problem.png');
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100%;
    }

    main #documents .head_title {
        padding-bottom: 0;
    }
    main #documents h4 {
        padding-top: 0;
        margin-top: 0;
    }

    main #documents .lead {
        line-height: 1.75em;
    }


    main #solution {
        float: left;
        width: 100%;
        padding: 60px 0 80px;
        background-image: url('../img/bg-solution.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    main #solution .head_title {
        padding-bottom: 0;
    }

    main #solution .head_subtitle {
        padding-top: 0;
        margin-top: 0;
    }


    main #future {
        float: left;
        width: 100%;
        padding: 200px 0 200px;
        background-image: url('../img/bg-storage.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

        main #future .head_title {
            color: #6b3791;
            text-transform: uppercase;
        }

        main #future .lead {
            font-size: 24px;
            color: #fff;
        }


    main #presentation {
        float: left;
        width: 100%;
    }

    main #contact {
        float: left;
        width: 100%;
        background-color: #f2f2f2;
    }

        main #contact .container {
            padding-top: 60px;
            padding-bottom: 60px;
            border-top: 1px solid #d3d2d2;
        }

        main #contact .head_title { padding-bottom: 5px; }

        main #contact .margin-bottom-30 { margin-bottom: 30px; }

        main #contact form { }

            main #contact textarea {
                height: 102px;
                padding-top: 15px;
                padding-bottom: 15px;
            }

            main #contact .captcha { float: left; }

                main #contact form.validate.ng-invalid-recaptcha .captcha { border: 1px solid red; }

            main #contact input,
            main #contact textarea { margin: 0 0 12px; }

            main #contact button {
                clear: both;
                margin: 12px auto;
            }

        main #contact .social {
            margin: 60px auto 0;
            text-align: center;
        }

            main #contact .social a {
                width: 35px;
                height: 35px;
                margin: 0 5px;
                line-height: 32px;
                display: inline-block;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
            }

                main #contact .social a.twitter { background-color: #1f9fe2; }
                main #contact .social a.linkedin { background-color: #1573af; }
                main #contact .social a.skype { background-color: #00aff0; }
                main #contact .social a.whatsapp {
                    background: #29d247;
                    background: -webkit-linear-gradient(#61fd7d, #26d044);
                    background: -o-linear-gradient(#61fd7d, #26d044);
                    background: -moz-linear-gradient(#61fd7d, #26d044);
                    background: linear-gradient(#61fd7d, #26d044);
                }
                main #contact .social a.email { background-color: #ef382d; }

                main #contact .social a i {
                    color: #fff;
                    vertical-align: middle;
                    font-size: 20px;
                }

#footer {
    width: 100%;
    float: left;
    font-size: 13px;
    position: relative;
    padding: 50px 0 100px;
    background-color: #fff;
}

    #footer ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        #footer ul li { display: inline-block; }

            #footer ul li a {
                color: #2487dd;
                padding-left: 20px;
            }

.modal-dialog {
    width: 80%;
    margin: 30px auto !important;
    max-width: 1024px;
}

    .modal-header,
    .modal-body { padding: 15px 30px; }

        .modal p { padding: 10px 0 25px; }

.close { font-size: 26px; }

/* preloader */
#preloader {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    position: fixed;
    background: rgba(10,10,10,1);
}

    #preloader .spinner,
    #preloader .spinner-inner {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        border: 9px solid #fff;
        border-color: transparent #fff;
    }

        #preloader .spinner {
            width: 85px;
            height: 85px;
            font-size: 10px;
            text-align: center;
            -webkit-animation: spin 2.2s linear 0s infinite normal;
            -moz-animation: spin 2.2s linear 0s infinite normal;
            animation: spin 2.2s linear 0s infinite normal;
        }

        #preloader .spinner-inner {
            width:40px;
            height:40px;
            -webkit-animation:spinback 1.2s linear 0s infinite normal;
            -moz-animation:spinback 1.2s linear 0s infinite normal;
            animation:spinback 1.2s linear 0s infinite normal
        }

        @-webkit-keyframes spin {
            from{-webkit-transform:rotate(0)}
            to{-webkit-transform:rotate(360deg)}
        }

        @-moz-keyframes spin {
            from{-moz-transform:rotate(0)}
            to{-moz-transform:rotate(360deg)}
        }

        @keyframes spin {
            from{transform:rotate(0)}
            to{transform:rotate(360deg)}
        }

        @-webkit-keyframes spinback {
            from{-webkit-transform:rotate(0)}
            to{-webkit-transform:rotate(-360deg)}
        }

        @-moz-keyframes spinback {
            from{-moz-transform:rotate(0)}
            to{-moz-transform:rotate(-360deg)}
        }

        @keyframes spinback {
            from{transform:rotate(0)}
            to{transform:rotate(-360deg)}
        }

/* placeholder */
::-webkit-input-placeholder {
    opacity: 0.8;
    font-weight: 300;
}
::-moz-placeholder {
    opacity: 0.8;
    font-weight: 300;
}
:-ms-input-placeholder {
    opacity: 0.8;
    font-weight: 300;
}
:-moz-placeholder {
    opacity: 0.8;
    font-weight: 300;
}

.btn-keys {
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    width: auto;
    bottom: 50px;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    padding: 10px 35px 10px 35px;
    background-color: #48126F;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    line-height: 50px;
}
.btn-keys:hover {
    color:#fff;
    text-decoration: none;
}



.btn-ico { 
  color: #FFFFFF; 
  background-color: #A30A9A; 
  border-color: #67117A; 
} 
 
.btn-ico:hover, 
.btn-ico:focus, 
.btn-ico:active, 
.btn-ico.active, 
.open .dropdown-toggle.btn-ico { 
  color: #FFFFFF; 
  background-color: #691548; 
  border-color: #67117A; 
} 
 
.btn-ico:active, 
.btn-ico.active, 
.open .dropdown-toggle.btn-ico { 
  background-image: none; 
} 
 
.btn-ico.disabled, 
.btn-ico[disabled], 
fieldset[disabled] .btn-ico, 
.btn-ico.disabled:hover, 
.btn-ico[disabled]:hover, 
fieldset[disabled] .btn-ico:hover, 
.btn-ico.disabled:focus, 
.btn-ico[disabled]:focus, 
fieldset[disabled] .btn-ico:focus, 
.btn-ico.disabled:active, 
.btn-ico[disabled]:active, 
fieldset[disabled] .btn-ico:active, 
.btn-ico.disabled.active, 
.btn-ico[disabled].active, 
fieldset[disabled] .btn-ico.active { 
  background-color: #A30A9A; 
  border-color: #67117A; 
} 
 
.btn-ico .badge { 
  color: #A30A9A; 
  background-color: #FFFFFF; 
}

#countdown .btn-keys {
    margin: auto;
    width: auto;
    color:#fff;
    font-weight: 600;
    padding: 0 25px 0 35px;
    background-color: #48126F;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

    #countdown .btn-keys:hover {
        background-color: #671C9D;
        text-decoration: none;
    }


a.readmore-toggle {
    color:#fff;
    text-decoration: underline;
}
