@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');
/* GENERAL STYLES */
body {
    font-family: 'Roboto', sans-serif;
}
h1 {
    margin: 0;
    font-size: 26px;
    padding: 5px 15px;
    color: #fff;
    background: #333;
}
.container {max-width: 320px;}
.img-responsive {margin: auto;}
.fixed-content {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.fixed-content img {cursor: pointer;}
.header-top-text {background: #007EC1; color: #fff;}
.header-top-left p {margin: 10px 0;}

.btn-primary {
    width: 100%;
    border-radius: 6px;
    position: relative;
    outline: none;
    border: none;
    padding: 12px;
    font-size: 22px;
    text-shadow: -1px 1px #333;
    overflow: hidden;
    color: #fff;
    font-weight: bold;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2564bd+0,4085f1+50,2564bd+100 */
    background: rgb(37,100,189); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(37,100,189,1) 0%, rgba(64,133,241,1) 50%, rgba(37,100,189,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(37,100,189,1) 0%,rgba(64,133,241,1) 50%,rgba(37,100,189,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(37,100,189,1) 0%,rgba(64,133,241,1) 50%,rgba(37,100,189,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2564bd', endColorstr='#2564bd',GradientType=0 ); /* IE6-9 */
}

.btn-primary:focus, .btn-primary:active:focus, .btn-primary:hover, .btn-primary:active:hover {
    background: #0551BC;
    outline: none;
    color: #fff;
}
.btn-primary:before, .btn-primary:after {
    position: absolute;
    display: inline-block;
    width: 42px;
    height: 40px;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: 'FontAwesome';
    color: #fff;
    text-shadow: 1px 1px #000;
    font-size: 20px;
    line-height: 40px;
}
.btn-primary:before {
    content: "\f054";
    left: 20px;
    animation: fadeInLeft 1s infinite;
}
.btn-primary:after {
    content: "\f053";
    right: 20px;
    animation: fadeInRight 1s infinite;
}
.header .container {padding-top: 4px; padding-bottom: 4px; background: #285CC2;}
.header div[class^="col-"] {padding: 0;}
.pricing-text {
    margin: 10px 0;
    font-size: 11px;
    line-height: 1;
}
.footer-lines {text-align: center;}
.footer-lines p {margin-bottom: 0;}
.list-inline {text-align: center;}

/* NUMBER INPUT PAGE */
.number-input-above {margin: 0 -15px 5px;}
.number-input-form-label {
    text-align: center;
    font-size: 20px;
}
.number-input-form-label p {margin-bottom: 0;}
.form-group {margin: 5px 0;}
.form-control {
    font-size: 26px;
    height: 55px;
    padding-left: 40px;
    border-radius: 9999px;
    border: 1px solid #333;
}
.form-control:focus {
    border-color: #009801;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0, 176, 1, 0.41);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0, 176, 1, 0.41);
}
.btn-msisdn {
    height: 55px;
    border-radius: 9999px;
    position: relative;
    outline: none;
    border: none;
    z-index: 10;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background: #00B001;
}
.btn-msisdn:hover, .btn-msisdn:active, .btn-msisdn:focus, .btn-msisdn:active:focus {
    background: #009801;
    outline: none;
    color: #fff;
}
.btn-msisdn:before, .btn-msisdn:after {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 20px;
    top: 0;    
    bottom: 0;
    margin: auto;
    line-height: 1;
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #fff;
}
.btn-msisdn:before {
    content: "\f054";
    left: 15px;
    animation: fadeInLeft 1s infinite;
}
.btn-msisdn:after {
    content: "\f053";
    right: 15px;
    animation: fadeInRight 1s infinite;
}

/* SUCCESS */
.success-wrapper {text-align: center;}
.success-above {margin: 0 -15px;}
.success-above h4 {
    margin: 5px 0;
}
.success-instructions-above p {margin-bottom: 5px; font-size: 13px;}
.success-instructions-above span {
    font-size: 20px;
    font-weight: bold;
    color: #285CC2;
}

.btn-sms {
    height: 55px;
    width: 100%;
    border-radius: 6px;
    position: relative;
    outline: none;
    border: none;
    z-index: 10;
    font-size: 20px;
    line-height: 45px;
    color: #fff;
    font-weight: bold;
    text-shadow: -1px 1px #333;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2564bd+0,4085f1+50,2564bd+100 */
    background: rgb(37,100,189); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(37,100,189,1) 0%, rgba(64,133,241,1) 50%, rgba(37,100,189,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(37,100,189,1) 0%,rgba(64,133,241,1) 50%,rgba(37,100,189,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(37,100,189,1) 0%,rgba(64,133,241,1) 50%,rgba(37,100,189,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2564bd', endColorstr='#2564bd',GradientType=0 ); /* IE6-9 */
}
.btn-sms:focus, .btn-sms:active:focus, .btn-sms:hover {
    background: #0551BC;
    outline: none;
    color: #fff;
}
.btn-sms:before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 33px;
    border-bottom: solid 3px #fff;
    box-shadow: 0 3px 2px -2px #333;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    margin: auto;
    animation: btn-result 2s infinite;
    background-image: url('images/arrow-download.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.text-instructions {margin-top: 5px; font-size: 16px;}
.text-kw, .text-sc {
    font-size: 40px;
    font-weight: bold;
    color: #F80311;
    line-height: 1;
    animation: text-wider 2s infinite;
}

/* JOIN PAGE */
.join-above {margin: 0 -15px 10px;}

/* JOIN SUCCESS PAGE*/
.join-success-above {margin: 0 -15px 15px;}
.result-above p {font-size: 12px;}
.result-below {margin: 15px 0 20px; font-size: 12px; text-align: center;}
.btn-result {
    position: relative;
    border-radius: 4px;
    border: none;
    color: #fff;
    background-color: #00B500;
    padding: 12px;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
}
.btn-result:hover, .btn-result:focus, .btn-result:active, .btn-result:focus:active {color: #fff;}
.btn-result:before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 33px;
    border-bottom: solid 3px #fff;
    box-shadow: 0 3px 2px -2px #333;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
    animation: btn-result 2s infinite;
    background-image: url('images/arrow-download.png');
    background-size: contain;
    background-repeat: no-repeat;
}

/* ERROR PAGE */
.error .error-wrapper {
    background: rgba(0,0,0,0.5);
    padding: 15px 0;
    margin: 40px auto;
    max-width: 600px;
}
.error-wrapper p {margin-top: 5px;}

/* MEDIA QUERY */
@media(min-width:375px){}
@media(min-width:768px){}
@media(min-width:1170px){}

/* ANIMATIONS */
@keyframes btn-result { 
    0%,49% {
        background-position: center top;
    } 
    50%, 100% {
        background-position: center bottom;
    }
}
@keyframes text-wider { 
    0%,49% {
        letter-spacing: initial;
    } 
    50%, 100% {
        letter-spacing: 2px;
    }
}