html,
body {
    width: 100%;
    height: 100%;
    color: #757575;
    font-size: 15px;
    background-color: #fff;
    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 {
    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;
    height: 45px;
    outline: none;
    display: block;
    padding: 0 40px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #48126F;
}

.btn-purple, .btn-purple:hover {
    color:#fff;
    background-color: #5E1890;
}

.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;
    line-height: 1.6em;
}

.bg-purple a,.bg-purple a:hover {
    text-decoration: none;
}

.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;
                }



.register_body {
    height:auto;
    background-image: url('../img/bg_countdown.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    #register_teaser {
        height: 100%;
        padding-top: 20px;
        color:#fff;
    }

    #teaser {
        width: 100%;
        /*height: 100%;*/
        height: auto;
        padding-top: 20px;
        background-image: url('../img/bg-teaser.jpg');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        #teaser .btn-keys {
            left: 0;
            right: 0;
            z-index: 2;
            margin: auto;
            /*width: 200px;*/
            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;
        }

            #teaser .btn-keys:hover {
                background-color: #671C9D;
                text-decoration: none;
            }

main {
    z-index: 10;
    width: 100%;
    height: 100%;
    display: inline-block;
}

    main #idea {
        padding: 50px 0 50px;
        background-image: url('../img/bg-idea.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
        main #idea .col:first-child { padding-right: 40px; }
        main #idea .col:last-child { padding-left: 40px; }
        main #idea p {
            text-align: justify;
            line-height: 21px;
        }


    main #countdown {
        padding: 50px 0 50px;
        background-image: url('../img/bg_countdown.jpg');
        background-position: 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: 80px;
                margin: 0 5px;
                padding: 20px 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;
            max-width: 400px;
        }

            main #countdown form input {
            }

            main #countdown form button {
            }



    main #problem,
    main #roadmap,
    main #stories
    {
        padding: 0px;
        background-image: url('../img/bg-problem.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    main #problem .shadow, 
    main #roadmap .shadow,
    main #stories .shadow,
    {
        width: 100%;
        height: 100%;
        padding: 60px 0 60px;
        background-image: url('../img/shadow-problem.png');
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100%;
    }

    main #problem .head_title,
    main #roadmap .head_title,
    main #stories .head_title,
    {
        padding-bottom: 0;
    }
    main #problem h4,
    main #roadmap h4,
    main #stories h4
    {
        padding-top: 0;
        margin-top: 0;
    }
    main #problem .lead,
    main #roadmap .lead,
    main #stories .lead
    {
        line-height: 1.75em;
    }

    main #stories
    {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    main #solution {
        padding: 60px 0 60px;
        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 #team {
        padding: 60px 0 80px;
        background-image: url('../img/bg_countdown.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        color: #fff;
    }

        main #team img {
            max-width: 80px;
        }


    main #future {
        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 {
        padding: 60px 0 60px;
    }

    main #contact {
        background-color: #f2f2f2;
        padding: 60px 0 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 {
    font-size: 14px;
    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;
}

.jobtitle {
    color: #FF69EF;
}

.auth-digit {
    text-align: center;
    min-height:60px;
}

.panel .control-label {
    color:#222;
}

a.readmore-toggle {
    color:#fff;
    text-decoration: underline;
}


    main #press {
        padding: 50px 0 50px;
        background-image: url('../img/bg_countdown.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        main #press .title {
            color: #fff;
            display: block;
            font-size: 28px;
            font-weight: 300;
        }


.container-full {
    margin: 0 auto;
    width: 100%;
    min-height:100%;
    height:100%;
    color:#eee;
    overflow:hidden;
}

#navbar_white {
    margin:0;
}

.element-with-video-bg {
    min-height:100%;
    height:100%;
    background-color: #000;
    background-image: url(../video/bg_video.jpg);
}

.medis_navbar_1 {
    text-align:center;
}
.medis_navbar_1 .nav {
    float:none;
}
.medis_navbar_1 .nav li {
    display:inline-block;
    float:none;
    /*margin:0 20px;*/
    margin:0;
    vertical-align:middle;
}
.medis_navbar_1 .nav li a {
    color:#fff;
    font-weight: normal;
}
.medis_navbar_1 .nav li a:hover {
}
.medis_navbar_1 .nav li.mylogo a, .medis_navbar_1 .nav li.mylogo a:hover {
    background-color: transparent;
    max-width:150px;
}
.medis_navbar_1 .nav li.mylogo a img {
    width:100%;
    height:auto;
    vertical-align:middle;
    display:inline-block;
}
.medis_navbar_1 .navbar-brand {
    display:none
}
.navbar-transparent {
    background-color: transparent;
    border-color: transparent;
}
.navbar-transparent li a:hover {
    background-color: transparent;
    border-color: transparent;
    text-decoration: underline;
}
.welcome-logo {
    margin-top: 1%;
    margin-bottom: 2%;
}
.welcome-row {
    margin-top: 3%;
}
.welcome-row .lead {
    color: #fff;
}
.welcome-row h1 {
    color: #fff;
    font-size: 50px;
    font-family: 'Open Sans Condensed', sans-serif;
}
.scroll-arrow {
    color:#fff;
    text-decoration:none;
    margin:0 auto;
    position:absolute;
    bottom:50px;
}
.element-with-video-bg {
    background-image: url(../video/bg_video.jpg);
}

#mobile_bg {
    position:absolute;
    width:100%;
    height:100%;
    opacity:0.5;
    background-image: url(../video/bg_video.jpg);
    background-position: center;
    background-size: cover;
}
#nav_white_wrap {
    background-color:#fff;
    width:100%;
    z-index:1000;
}
#navbar_white .navbar-toggle {
    color:#85007D;
    border:1px solid #85007D;
    padding-bottom:0;
} 

.icon-bar {
    background-color:#85007D;
}

/*smartphones*/
@media screen and (max-width:767px) {
    .navbar-brand {
        display:inline
    }
    .medis_navbar_1 .nav li {
        display:block;
        margin:0
    }
    .medis_navbar_1 .nav li a {
        border-radius:0;
        display:block;
    }
    .medis_navbar_1 li.mylogo {
        display:none
    }
    .scroll-arrow { display: none; }
    #lander {
        height:auto;
        background-image: url(../video/bg_video.jpg);
        background-position: center;
        background-size: cover;
    }
    #lander video {
        display:none;
    }
    .welcome-logo {
        margin-top: 5%;
    }
    .welcome-row h1 {
        font-size: 30px;
    }
    .welcome-row .lead {
        padding-left: 20px;
        padding-right: 20px;
    }
    .slick-arrow {
        display: none;
    }
    .jquery-background-video-pauseplay {
        display: none;
    }
}

@media screen and (min-width:320px) and (max-width:768px) {
    .welcome-row .lead {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 20px;
    }
    .navbar-header {
        padding-top:0;
    }
    .jumbotron .bg-purple {
        font-size: 20px;
    }
}


/* ipads Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
    #lander {
        height:auto;
        background-image: url(../video/bg_video.jpg);
        background-position: center;
        background-size: cover;
    }
    #lander video {
        display:none;
    }
    #mobile_bg {
        display: block;
    }
    .scroll-arrow { display: none; }
    .welcome-logo,.welcome-row:first-of-type {
        margin-top: 0;
    }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    #lander {
        height:auto;
        background-image: url(../video/bg_video.jpg);
        background-position: center;
        background-size: cover;
    }
    #lander video {
        display:none;
    }
    #mobile_bg {
        display: block;
    }
    .scroll-arrow { display: none; }
    .welcome-logo {
        margin-top: 0;
    }
    .welcome-logo,.welcome-row:first-of-type {
        margin-top: 0;
    }
}

/*android tablets*/
@media 
  (min-device-width: 800px) 
  and (max-device-width: 1280px) {
    #lander {
        height:auto;
        background-image: url(../video/bg_video.jpg);
        background-position: center;
        background-size: cover;
    }
    #lander video {
        display:none;
    }
    #mobile_bg {
        display: block;
    }
    .scroll-arrow { display: none; }
    .welcome-logo {
        margin-top: 0;
    }
    .welcome-logo,.welcome-row:first-of-type {
        margin-top: 0;
    }
}



#corporate_register {
    height: 100%;
    padding-top: 0px;
}


.jquery-background-video-unmute {
    position: absolute;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 60px;
    padding: 0 !important;
    cursor: pointer;
    outline: none !important;
    z-index: 100;
    color: #fff;
}

.pulse {
  cursor: pointer;
  box-shadow: 0 0 0 rgba( 200, 200, 200, 0.4);
  animation: pulse 2s infinite;
}
.pulse:hover {
  /*animation: none;*/
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}