/*/////////////////////
[ PIN FLOW]
*/
.error,
.boxes {
    display: none
}

#legal-middle {
    display:block;
    text-align:center;
}

#container.stepOne .box-1, #container.stepTwo .box-2, #container.stepThree .box-3 {
    display: block;
}

#landing-people-connected {
    background: rgba(213,19,21,.8);
    border-radius: 5px;
    padding: 2px 6px;
    color: white;
}

.landing-people-connected-block,
.landing-timer-block {
    display: block;
    color: white;
    max-width: 100%;
    margin: 1em auto;
    text-align: center;
}

.timer {
    background: rgba(213,19,21,.8);
    border-radius: 5px;
    padding: 2px 6px;
    color: white;
    font-weight: bold;
}

/*/////////////////////
[ LOADING ]
*/

.lds-ring div {
  border: 6px solid rgba(213,19,21);
  border-color: rgba(213,19,21) transparent transparent transparent;
}

.loader-cont {
    text-align: center;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*/////////////////////
[ HTML ]
*/

html,
body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-family: 'Encode Sans Condensed', sans-serif;
    color: #000;
    border-top: 3px rgba(213,19,21,.8) solid;
}

#body {
    border-top: 8px solid #6d0074;
}

#main-page {
    height: auto;
    width: 100%;
    background-color: #fff;
    border-top: 15px solid #6d0074;
}

.banner-img{
    width: 100%;
}

.full-background {
    position: fixed; 
    top: 0; 
    left: 0; 
    
    /* Preserve aspet ratio */
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

.main-page-wrapper {
    max-width: 650px;
    margin: 0 auto;
    width: 100%;

}

.message-area {
    padding: 15px;
    position: fixed;
    z-index: 12;
    max-width: 550px;
    max-height: 320px;
    min-height: 320px;
    width: 90%;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 10px;
    box-shadow: 0 0 25px 0 #777;
    font-size: 22px;
    text-align: center;
    padding-top: 30px;
    top: 0;
    bottom: 0;
    background: #fff;
}

.inner-message {font-size:25px;color: #000;}

.btn-close-he,
.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #fff;
    color: #000;
    padding: 3px 11px;
    box-shadow: 0 1px 2px #333;
    cursor: pointer;
}

.popupHe {
    z-index: 9999;
    color: #000;
    height: 40%;
    min-width: 255px;
    max-height: 320px;
    min-height: 320px;
    top: 0;
    font-size: 17px;
    max-width: 440px;
    margin: auto;
    width: 82%;
}
.line-btnPopup {position: absolute;
    bottom: 10px;
    width: 90%;
    margin: auto;
    left: 0;
    right: 0;
}

.popupHe .line {margin: 0 auto;width: 94%;}
.serviceName {text-transform: uppercase;}


/*HEADER*/
#main-header {
    width: 100%;
    height: 0;
    padding-top: 65%;
    position: relative;
    margin-bottom: 1em;
}

h1 {
    line-height: 27px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 0;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.header-description {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
    display: block;
    position: absolute;
    top: 50px;
}

.error {
    color: rgba(213,19,21,.8) !important;
}

.headerDescrTitle {
    display: block;
    text-align: center;

}

.headerDescrSubtitle {
    display: block;
    text-align: center;
    width: 80%;
    max-width: 230px;
    margin: 0 auto;

}

.banner-area {
    border-top: 3px solid #6d0074;
    max-height: 550px;
    width: 100%;
    height: auto;
    display: block;
}

.img-block {
    width: 65%;
    float: left;
    height: 100%;
    max-height: 550px;
    display: block;
}

.img-block img {
    max-width: 100%;
    display: block;
}

.optin-block {
    width: 100%;
    float: right;


    display: table-cell;
}

.imgBanner {
    max-width: 100%;
    display: block;
}

.optin-block-inner {
    max-width: 82%;
    margin: 0 auto;
}

.titleOptin {
    display: block;
    font-size: 32px;
    text-shadow: 1px 2px 3px #333;
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px;
}

.descrOptin {
    display: block;
    color: white;
    max-width: 100%;
    margin: 1em 1em;
    text-align: center;
    text-shadow: 1px 2px 3px #333;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}

.optin-block .line {
    display: block;
    width: 100%;
    clear: both;
}

.optin-block .line label {
    display: block;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;

    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
}

input[type="text"] {
    width: 90%;
    max-width: 420px;
    padding: 20px;
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    font-size: 14px;
    border-radius: 6px;
    border: 2px solid #6d0074;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input[type="text"]::-webkit-input-placeholder {
    font-weight: 600;
    color: #000;
}

input[type="text"]::-moz-placeholder {
    font-weight: 600;
    color: #000;
}

input[type="text"]:-ms-input-placeholder {
    font-weight: 600;
    color: #000;
}

input[type="text"]:-moz-placeholder {
    font-weight: 600;
    color: #000;
}

input[type="text"]:focus {
    border: 2px solid #6d0074;
}

.inputMobile {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 90%;
}

.btnSubmit,
#btnStart,
input[type="submit"] {
    width: 90%;
    max-width: 420px;
    padding: 20px;
    margin: 0 auto;
    display: block;
    border: none;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 18px;

    margin-top: 5px;
    margin-bottom: 20px;

    background: linear-gradient(#6cbe45, #37b44a);
    color: #fff;
    animation: form-btn-animation 1.5s infinite;
}

#btnStart {
    width: 80%;
    text-decoration: none;
    font-weight: 600;
}

#main-footer {
    margin-top: 20px;
    padding-bottom: 40px;
}

.footer-inner {
    display: block;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.disclaimer {
    font-size: 10px;
    font-weight: 600;
    color: #b2b2b2;
}

.conditionsLinkUrl {

    font-weight: 600;
}

.linkConditions {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.textBookmark {
    line-height: 22px;
    display: block;
    max-width: 200px;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
    padding-bottom: 20px;
}

.titleSuccess {
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    background-color: #6d0074;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    text-transform: uppercase;
}

.welcomeSuccess {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    padding: 0;
    position: absolute;
    top: 10px;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
}

.textGetNewPin { text-align: center; font-size: 14px;margin: 0;padding: 0;}
.btnGetNewPin {padding: 13px;font-size: 16px;}


/*Media Query - Smartphone*/
@media screen and (max-width: 480px) {

    h1 {
        font-size: 30px;
    }

    .titleOptin {
        font-size: 23px;
    }

    .descrOptin {
        font-size: 16px;
        line-height: 21px;
    }

    label {
        font-size: 17px;
    }

    input[type="text"],
    input[type="submit"] {
        width: 100%;
    }
}

/* Partner-Style */
#logo-header {
    background-color: black;
}

#logo-header img {
    display:block;
    margin:auto;
    width: 150px;
    padding: .5em;
}

#main-page {
    height: auto;
    width: 100%;
}

.main-page-wrapper {
}

h1 {
    color: #999;
}

html {
  background: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.banner-area {
    border-top: 0 none;
    max-height: 550px;
    width: 100%;
}

.headerDescrTitle {
    color: #fff;
    text-shadow: 0px 1px 8px #eee;
}

.headerDescrSubtitle {
    color: #999;
}

.titleOptin {
  color: #c1c1c1;
  text-shadow: none;
}

label {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
}

@keyframes msisdn-wrap-arrow {
  0% {
    left: -40px;
  }
  50% {
    left: -30px;
  }
  100% {
    left: -40px
  }
}

#inputMobileWrapper {
    position:relative;
}

#inputMobileWrapper::before {
    position: absolute;
    top: 10px;
    left: -30px;
    content: url(images/arrow-pink.png);
    animation-iteration-count: infinite;
    animation-name: msisdn-wrap-arrow;
    animation-duration: 0.8s;
}

.inputMobile {
    padding: 15px;
    margin: 0 auto;
    font-size: 14px;
    border-radius: 6px;
    border: 2px solid #b4b4b4;
}

.linkConditions {
    color: #b2b2b2;
}

.titleSuccess {
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    background-color: #6d0074;
    text-align: center;
    padding: 10px;
}

.welcomeSuccess {
    font-weight: 600;
    color: #000;
    font-size: 24px;
}

#btnStart {
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
}

.textBookmark {
    font-size: 16px;
    color: #000;
    line-height: 22px;
}

.validatePinLabel {
    color: #000;
}

.titlePinValidate {
    color: #000;
}

#submitPin {
    color: #fff;
    background: #5dbd1a;
}

#body {
    color: #666;
    border-top: 4px solid #4d35b7;
}

.img-block {
}

.textGetNewPin {
    font-weight: 600;
    color: #000;
    font-size: 14px;
}

.btnGetNewPin {
    background: linear-gradient(to bottom, #0f8a02 0%, #077414 50%, #154b1e 100%);
    margin-top: 15px;
    margin-bottom: 20px;
    display: block;
    border: none;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 15px;
    width: 90%;
    max-width: 420px;
    padding: 14px;
    margin: 0 auto;
}

.optin-block {
}

.popupHe .btnSubmit {
  width: 90%;
}

.btn-close-he {
  box-shadow: none;
}

@-webkit-keyframes form-btn-animation {
  0%   { transform:scale(1); }
  50%   { transform:scale(1.05); box-shadow: 0 6px 4px rgba(0,0,0,.3); }
  100% { transform:scale(1); }
}
@-moz-keyframes form-btn-animation {
  0%   { transform:scale(1); }
  50%   { transform:scale(1.05); box-shadow: 0 6px 4px rgba(0,0,0,.5); }
  100% { transform:scale(1); }
}
@-o-keyframes form-btn-animation {
  0%   { transform:scale(1); }
  50%   { transform:scale(1.05); box-shadow: 0 6px 4px rgba(0,0,0,.5); }
  100% { transform:scale(1); }
}
@keyframes form-btn-animation {
  0%   { transform:scale(1); }
  50%   { transform:scale(1.05); box-shadow: 0 6px 4px rgba(0,0,0,.5) }
  100% { transform:scale(1); }
}
