/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
@import url(https://fonts.googleapis.com/css?family=Muli);
body {
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    font-size: 21px;
    color: #2d2d2d;
    background: #2B2D2E;
    background-attachment: fixed;
}
.darkFont, .darkFont a, .darkFont li {
    color: #2d2d2d;
}
.lightFont, .lightFont a, .lightFont li {
    color: whitesmoke;
}
.purpleFont {
    color: #6C22FF;
}
body.bg-blue{
    background: #2960BC;
}
.container{
    width:1020px;
}
.logo{
    width:261px;
    height:100px;
    background:url('/img/logo.png') no-repeat;
    background-size: 100% auto;
}
.navbar{
    margin-top:15px;
    margin-bottom:0;
}
.navbar-nav {
    float: right;
    margin-top: 10px;
}
.navbar-nav > li > a {
    padding: 5px 20px;
    border-radius: 50px;
    color: ##949494;
    font-size: 15px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li.active > a{
    background-color: #FFF;
    color:#2A5FB7;
}
.navbar-nav > li{
    margin:0 15px;
}
.navbar-nav > li:last-child{
    margin-left:25px;
}
.btn-default,
.navbar-nav > li > a.btn-default {
    background: #6C22FF;
    border-radius: 4px;
    border-color: #6C22FF;
    border-top-color: #6C22FF;
    border-top-width: 2px;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.verify-response {
    text-align: center;
    color: #333333;
    margin-top: 20px;
}
.btn-default:hover,
.navbar-nav > li > a.btn-default:hover{
    color:#FFF;
    background:#cf01e3;
    border-color:#cf01e3;
    border-top-color:#EB3DF8;
}
.navbar-nav > li > a.btn-default{
    padding:3px 12px 5px;
}
.section-header{
    color:#FFF;
    font-size: 21px;
}
.section-header h1{
    font-size: 36px;
}
.slogan{
    margin-top:180px;
    font-weight: 600;
    margin-bottom:26px;
}
.icon-app{
    display: inline-block;
    width: 24px;
    height:24px;
    background: url('/img/app_store.png') no-repeat;
    background-size: 100% auto;
    margin-right:10px;
    vertical-align: middle;
}
.btn-download{
    padding:15px 40px;
    font-size: 21px;
    color:#FFF;
    box-shadow: 0 0 8px rgba(30,30,30,0.4);
    margin-top:60px;
}
.iphone{
    margin-top:25px;
    margin-left:60px;
}
.text-center{
    text-align: center;
}
.btn-invert{
    border:2px solid #E126F2;
    border-radius: 4px;
    color:#E126F2;
    padding:10px 40px;
    font-size: 27px;
    margin-top:40px;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.btn-invert:hover{
    color:#FFF;
    background:#E126F2;
}
.section-header{
    background: none;
    position: relative;
    z-index: 1;
    margin-bottom:-65px;
}
section{
    background: #FFF;
}
section.bg-gray{
    border-bottom:1px solid #d8d8d8;
}
h2{
    font-size: 33px;
}
.size-27{
    font-size: 27px;
    line-height: 46px;
}

.heavy{
    font-weight: 600;
}

.bg-gray{
    background: #F6F6F6;
}
.text-right{
    text-align: right;
}
p{
    line-height: 46px;
}
hr{
    border-color: #d8d8d8;
}
.size-36{
    font-size: 36px;
}
.text-300{
    font-weight: 300;
}
.btn-lg{
    margin-top:0px;
}
.inline-bl{
    display: inline-block;
    vertical-align: middle;
}
footer {
    background: #6C22FF;
    background-image: linear-gradient(#6C22FF, #7055b7);
    color: #FFF;
    padding: 50px 0 0px;
}
.logo-ft {
    width: 88px;
    height: 105px;
    background: url("../img/franki_logo_alt.png") no-repeat;
    background-size: 100% auto;
    margin-top: 15px;
}
.menu-ft{
    list-style: none;
    margin:0;
    margin-left:40px;
    padding:0;
    display: inline-table;
}
.menu-ft li{
    display: inline-block;
}
.menu-ft li a{
    color:#FFF;
    font-size: 15px;
    text-decoration: none;
}
.menu-ft li a:hover{
    color:#cf01e3;
}
.btn-ft{
    border-color:#FFF;
    background: none;
    color:#FFF;
    margin-top:10px;
    margin-left:40px;
}
.btn-download.btn-ft:hover{

}
.text-xs{
    font-size: 12px;
}
.term-pri{
    font-size: 12px;
}
.term-pri a{
    color:#FFF;
    font-size: 12px;
}
.social{
    list-style: none;
    margin:60px 0 0;
    padding:0;
    display: inline-table;
}
.social li{
    display: inline-block;
    margin-right:10px;
}
.social li a{
    border:1px solid #FFF;
    border-radius: 4px;
    color:#FFF;
    font-size: 12px;
    text-align: center;
    display: block;
}
.social li a div{
    width: 50px;
    height:30px;
    display: inline-block;
    vertical-align: top;
}
.socia-ft{
    margin-top:15px;
    margin-left:40px;
}
.icon-num{
    padding-top:8px;
}
.icon-sc.fb{
    background: url('/img/fb.png') center no-repeat;
}
.icon-sc.tw{
    background: url('/img/tw.png') center no-repeat;
}
/*---------- Download page --------*/
.form-wrap h3{
    font-size: 27px;
    font-weight: 600;
    color:#bdd4f9;
    text-align: center;
}
.form-control{
    border: 2px solid #d9d9d9;
    height:50px;
    background: #FFF;
    line-height: 50px;
    font-size: 21px;
}
.section-header-dl {
    background: #FAFAFA;
}
.iphone-6{
    margin-top:80px;
}
.form-wrap{
    margin-top:156px;
}
.ever{
    display: inline-block;
    vertical-align: baseline;
}
.size-21{
    font-size: 21px;
}
.size-15{
    font-size: 15px;
}
.text-600{
    font-weight: 600;
}
.form-group label {
    font-size: 18px;
    font-weight: 600;
    color: #6C22FF;
    padding-top: 10px;
}
.btn-send-dl{
    width:100%;
    color:#FFF;
    font-size: 21px;
    font-weight: 600;
    padding:12px 0;
    border-radius: 6px;
    margin-top:8px;
}
.form-gr-top{
    margin-top:20px;
}
.input-phone{
    position: relative;
}
.country-num{
    position: absolute;
    font-size: 21px;
    top:0;
    left:15px;
    line-height: 50px;
}
.input-phone input{
    padding-left:55px;
}
.navbar-sub{
    background: #FFF;
}
.navbar-sub .logo{
    background: url('/img/logo-blue.png') no-repeat;
    background-size: 100% auto;
}
.navbar-sub{
    padding-bottom:22px;
}
.navbar-sub .navbar-nav > li > a{
    color:#6C22FF;
}
.navbar-sub .navbar-nav > li > a:hover,
.navbar-sub .navbar-nav > li.active > a{
    background-color: #2A5FB7;
    color:#FFF;
}
.navbar-sub .navbar-nav > li > a.btn-default{
    color:#FFF;
}
.navbar-sub .navbar-nav > li > a.btn-default:hover{
    background:#cf01e3;
    border-color:#cf01e3;
    border-top-color:#EB3DF8;
}
.section-product{
    color:#FFF;
    background-color: #1363e2;
    background-image: url('/img/stay-connected.png');
    background-position: center top;
    background-repeat: no-repeat;
    min-height:478px;
}
.slogan-prod{
    margin-top:80px;
}
h1{
    font-weight: 600;
    line-height: 46px;
}
.section-real-time{
    background-color: #EBEBEB;
    background-image: url('/img/real-time.png');
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 478px;
}
.bg-purple{
    background: #DD3DDF;
    color:#FFF;
}
.btn-dl-bt{
    margin-left:40px;
}
/*========= Remind ========*/
/*
Purple: #E126F2;
*/

/*============= Responsive ============*/
/* CSS Document */
@media only screen and (min-width: 1400px) {
    body{
        background-size: 100%;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1199px)  {

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .container{
        width: 100%;
    }
    img{
        max-width: 100%;
    }
    .btn-ft,
    .socia-ft{
        margin-left:0;
    }
    .slogan{
        margin-top:60px;
    }
    .section-header h1,
    .slogan{
        font-size: 30px;
        line-height: 40px;
    }
    .btn-download{
        margin-top:30px;
    }
    .social{
        margin-top:30px;
    }
    .btn-dl-bt{
        margin-left:0;
    }
    .btn-ft.btn-download{
        font-size: 18px;
        padding:12px;
        margin-top:10px;
    }
    .form-wrap{
        margin-top:80px;
    }
    .form-control,
    .country-num{
        height: 40px;
        line-height: 40px;
    }
    .form-group{
        margin-bottom:8px;
    }
    p{
        font-size: 18px;
        line-height: 36px;
    }
    h1{
        font-size: 30px;
        line-height: 40px;
    }
    .bg-purple .col-sm-6.text-center img{
        margin-top:30px;
    }
}

/* All Mobile Sizes (devices and browser) */

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container{
        width: 100%;
    }
    .navbar-toggle .icon-bar{
        background: #FFF;
    }
    .navbar-nav{
        float: none;
    }
    .navbar{
        background: rgba(255,255,255,0);
    }
    .navbar-nav > li{
        margin-bottom:20px;
        text-align: center;
    }
    .navbar-nav > li:last-child{
        margin-left:15px;
    }
    #navbar{
        background: rgba(18,53,86,0.6);
        border-top:none;
        margin-top:10px;
    }
    .slogan{
        margin-top:80px;
    }
    h1,.slogan,.section-header h1{
        font-size: 30px;
        line-height: 36px;
    }
    .section-header{
        text-align: center;
        font-size: 18px;
    }
    .btn-download{
        padding:12px;
        margin-top:30px;
        font-size: 16px;
        clear: both;
    }
    .social{
        margin-top:30px;
    }
    .iphone{
        margin:0;
    }
    .iphone img{
        width: 100%;
        margin:40px auto 0;
        max-width: 410px;
        height: ;
    }
    img{
        max-width: 100%;
    }
    section{
        text-align: center;
    }
    footer{
        text-align: center;
    }
    .logo-ft{
        margin:0 auto 30px;
    }
    ul.menu-ft{
        margin-left:0;
    }
    .btn-download{
        margin-left:0;
    }
    .socia-ft{
        margin-left:0;
    }
    .social li{
        margin-right:0;
    }
    .col-sm-4.text-right{
        text-align: center;
    }
    /*--------- Sub page ---------*/
    .form-wrap{
        margin-top:40px;
    }
    .form-control{
        font-size: 16px;
    }
    .btn-send-dl{
        font-size: 16px;
    }
    .iphone-6{
        width: 100%;
        max-width: 456px;
        margin-top:40px;
    }
    .section-header-dl{
        text-align: center;
    }
    .section-header-dl .col-sm-6.pull-left,
    .section-header-dl .col-sm-6.pull-right{
        float: none !important;
    }
    .col-sm-6.text-right{
        text-align: center;
    }
    .navbar-sub .navbar-toggle .icon-bar{
        background: #3769BD;
    }
    .navbar-sub #navbar{
        background: #FFF;
    }
    p{
        font-size: 18px;
        line-height: 36px;
    }
    h1{
        font-size: 30px;
        line-height: 40px;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (max-width: 479px) {
    .container{
        width: 100%;
    }
    .navbar-toggle .icon-bar{
        background: #FFF;
    }
    .navbar-nav{
        float: none;
    }
    .navbar{
        background: rgba(255,255,255,0);
    }
    .navbar-nav > li{
        margin-bottom:20px;
        text-align: center;
    }
    .navbar-nav > li:last-child{
        margin-left:15px;
    }
    #navbar{
        background: rgba(18,53,86,0.6);
        border-top:none;
        margin-top:10px;
    }
    .slogan{
        margin-top:80px;
    }
    h1,.slogan,.section-header h1{
        font-size: 30px;
        line-height: 36px;
    }
    .section-header{
        text-align: center;
        font-size: 18px;
    }
    .btn-download{
        padding:12px;
        margin-top:30px;
        font-size: 16px;
        clear: both;
    }
    .social{
        margin-top:30px;
    }
    .iphone{
        margin:0;
    }
    .iphone img{
        width: 100%;
        margin:40px auto 0;
        max-width: 410px;
        height: ;
    }
    img{
        max-width: 100%;
    }
    section{
        text-align: center;
    }
    footer{
        text-align: center;
    }
    .logo-ft{
        margin:0 auto 30px;
    }
    ul.menu-ft{
        margin-left:0;
    }
    .btn-download{
        margin-left:0;
    }
    .socia-ft{
        margin-left:0;
    }
    .social li{
        margin-right:0;
    }
    .col-sm-4.text-right{
        text-align: center;
    }

    /*--------- Sub page ---------*/
    .form-wrap{
        margin-top:40px;
    }
    .form-control{
        font-size: 16px;
    }
    .btn-send-dl{
        font-size: 16px;
    }
    .iphone-6{
        width: 100%;
        margin-top:40px;
    }
    .section-header-dl{
        text-align: center;
    }
    .section-header-dl .col-sm-6.pull-left,
    .section-header-dl .col-sm-6.pull-right{
        float: none;
    }

    .navbar-sub .navbar-toggle .icon-bar{
        background: #3769BD;
    }
    .navbar-sub #navbar{
        background: #FFF;
    }
    p{
        font-size: 18px;
        line-height: 36px;
    }
    h1{
        font-size: 30px;
        line-height: 40px;
    }
}
/*=============== FOR RETINA DISPLAY ================*/
@media only screen and ( -webkit-min-device-pixel-ratio: 1.3 ),
only screen and (    min--moz-device-pixel-ratio: 1.3 ),
only screen and (      -o-min-device-pixel-ratio: 2.6/2 ), /* returns 1.3, see Dev.Opera */
only screen and (         min-device-pixel-ratio: 1.3 ),
only screen and ( min-resolution: 124.8dpi ),
only screen and ( min-resolution: 1.3dppx ) {
    .logo{
        background:url('/img/logo@2x.png') no-repeat;
        background-size:100% auto;
    }
    .icon-app{
        background: url('/img/app_store@2x.png') no-repeat;
        background-size: 100% auto;
    }
    .logo-ft{
        background:url('/img/logo-icon@2x.png') no-repeat;
        background-size: 100% auto;
    }
    .icon-sc.fb{
        background: url('/img/fb@2x.png') center no-repeat;
        background-size: 100% auto;
    }
    .icon-sc.tw{
        background: url('/img/tw@2x.png') center no-repeat;
        background-size: 100% auto;
    }
    .navbar-sub .logo{
        background: url('/img/logo-blue@2x.png') no-repeat;
        background-size: 100% auto;
    }
    .section-product{
        background-image: url('/img/stay-connected@2x.png');
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 1400px auto;
    }
    .section-real-time{
        background-image: url('/img/real-time@2x.jpg');
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 1400px auto;
    }
}

/* Header Styling */
.main-header {
    top: 0px;
    height: 60px;
    vertical-align: middle;
    background-color: #ffffff;
    padding: 0px 20px;
}

.header-container {
    position: relative;
    height: 100%;
    display: block;
    width: inherit;
}

.logo-container {
    position: absolute;
    top: 10px;
}

.topnav {
    float: right;
    z-index: 99;
    margin: 10px 0px;
}

.topnav a {
    color: #949494;
    text-align: center;
    padding: 8px 16px;
    text-decoration: none;
    font-size: 17px;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
}

.topnav a.left {
    float: left;
}

.topnav a:hover {
    color: #333333;
}

a.nav-button {
    background-color: #FFB30F;
    color: #ffffff;
    border-radius: 40px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0px 16px;
}

    a.nav-button:hover {
        background-color: #ECA100;
        color: #ffffff;
    }

.menu {
    width: 20px;
}

.topnav .icon {
    display: none;
}


/* Responsive Header Styling */
@media screen and (max-width: 600px) {
    .topnav a {
        display: none;
    }

        .topnav a.icon {
            float: right;
            display: block;
        }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        width: 100%;
        position: relative;
        margin-bottom: 60px;
    }

        .topnav.responsive .icon {
            text-align: right;
            margin-bottom: 20px;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }

        .topnav.responsive .navitem {
            margin: 10px 0px;
        }

        .topnav.responsive .navbutton {
            margin: 0px;
        }
}


/* Body Content Styles */

body {
    margin: 0 0 290px;
    font-family: 'Muli', sans-serif;
    background-color: #eeeeee;
}

.main-content {
    max-width: 600px;
    margin: 60px auto;
    background-color: #ffffff;
    padding: 60px;
}

h2 {
    color: #333333;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}

.login_heading {
    margin-bottom: 40px;
}

h4 {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
}

.link-style {
    font-size: 16px;
    font-weight: 400;
    padding: 20px 0px 0px;
    color: #949494;
    display: block;
}

    .link-style:hover {
        text-decoration: none;
        color: #6C22FF;
    }


/* Form Styles */
.input-text label {
    font-size: 12px;
    font-weight: 300;
    color: #949494;
}

.text-box {
    height: 40px;
    border-width: 1px;
    border-color: #333333;
    width: 100%;
    padding-left: 10px;
    margin: 0px;
    vertical-align: middle;
    padding-bottom: 6px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #cccccc;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #cccccc;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #cccccc;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

:-moz-placeholder { /* Firefox 18- */
    color: #cccccc;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.btn {
    margin-top: 20px;
    background-color: #FFB30F;
    color: #ffffff;
    border-radius: 40px;
    padding-left: 30px;
    padding-right: 30px;
    border-style: none;
    font-size: 16px;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    height: 40px;
}

    .btn:hover {
        background-color: #ECA100;
        color: #ffffff;
    }

/* Footer Styling */
footer {
    background: ##6C22FF;
    background-image: none;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 290px;
    width: 100%;
    overflow: hidden;
}

html {
    position: relative;
    min-height: 100%;
    padding-bottom: 60px;
}

.logo_footer {
    width: 88px;
    height: 105px;
    background: url("../img/franki_logo_alt.png") no-repeat;
    background-size: 100% auto;
    margin-top: 15px;
}

.bottom-footer {
    background-color: #3A01D7;
    margin-top: 60px;
    color: #ffffff;
    text-align: center;
    padding: 10px 10px;
}

    .bottom-footer a {
        color: #ffffff;
        text-align: center;
        text-decoration: none;
        font-size: 14px;
        font-family: 'Muli', sans-serif;
        font-weight: 300;
        padding: 10px 10px;
        float: right;
    }

        .bottom-footer a.left {
            float: left;
        }

.app-stores {
    float: right;
}


/* Invalid or Expired Forgot Password Link*/

.error-title {
    padding: 40px 0px 10px;
    text-align: center;
}

.error-text {
    text-align: center;
}

.error-image {
    width: 200px;
    height: 200px;
    background: url("../img/franki_error.png") no-repeat center;
    background-size: 100% auto;
    margin: 100px auto 0px;
}

/* Verify Email */

.verify-response h2 {
    margin-bottom: 40px;
}

.verify-response p {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}

.thanks-image {
    width: 300px;
    height: 300px;
    background: url("../img/franki_thanks.png") no-repeat center;
    background-size: 100% auto;
    margin: 100px auto 0px;
}

@media screen and (max-width: 765px) {
    /* Footer Styling */
    footer {
        background: ##6C22FF;
        background-image: none;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 500px;
        width: 100%;
        overflow: hidden;
    }

    html {
        position: relative;
        min-height: 100%;
        padding-bottom: 60px;
        background-color: #ffffff;
    }

    body {
        margin: 0 0 500px;
        font-family: 'Muli', sans-serif;
        background-color: #eeeeee;
    }

    .app-stores {
        float: none;
    }

    .logo_footer {
        width: 88px;
        height: 105px;
        background: url("../img/franki_logo_alt.png") no-repeat;
        background-size: 100% auto;
        margin: auto;
    }
}

@media screen and (max-width: 424px) {
    footer {
        height: 645px;
    }

    body {
        margin: 0 0 645px;
    }

    .bottom-footer a {
        display: block;
        float: none !important;
        width: 100%;
    }
}

.login-input {
    width: 500px;
}


/*New Styles from Hanah*/
.navbar-wrapper .container {
    padding: 10px 40px;
}

.navbar-wrapper {
    padding: 0px;
}

    .navbar-wrapper .container .navbar {
        margin-top: 0px;
    }

a.nav-button {
    margin: 0px 0px 0px 16px;
}

body {
    background-color: #eeeeee;
}

.navbar-wrapper {
    background-color: #ffffff;
    padding-bottom: 20px;
}

.form-wrap h3 {
    font-size: 32px;
    font-weight: 200;
    color: #333333;
    text-align: left;
    font-family: 'Righteous', sans-serif;
    margin-bottom: 40px;
}

.form-control {
    border-radius: 0pc;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #cccccc !important;
    text-transform: lowercase;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #cccccc !important;
    text-transform: lowercase;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #cccccc !important;
    text-transform: lowercase;
}

:-moz-placeholder { /* Firefox 18- */
    color: #cccccc !important;
    text-transform: lowercase;
}


@media (min-width: 768px) {
    footer .container {
        width: 750px !important;
    }
}

@media (min-width: 992px) {
    footer .container {
        width: 970px !important;
    }
}

@media (min-width: 1200px) {
    footer .container {
        width: 1170px !important;
    }
}

.menu-ft li a:hover {
    color: #ffb30f;
}
