html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Encode Sans Condensed', sans-serif;
    color: #000;
}

#body {
    border-top: 8px solid #6d0074;
    background-color: #80CBAA;
}

#main-page {
    height: auto;
    width: 100%;
}

.main-page-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    width: 90%;
}

.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 {
    min-height: 120px;
    width: 100%;
    position: relative;
}

h1 {
    font-size: 45px;

    text-transform: uppercase;
    font-weight: bold;
    float: left;
    margin: auto;
    margin-left: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 40px;
}

.header-description {
    float: right;
    text-align: right;
    width: 40%;
    margin-top: 35px;
}

.headerDescrTitle {
    display: block;
    text-align: right;
}

.headerDescrSubtitle {
    display: block;
    text-align: right;
}

.banner-area {
    border-top: 3px solid #6d0074;
    max-height: 550px;
    width: 100%;
    height: auto;
    display: block;
}

.img-block {
    width: 65%;
    float: left;
    max-height: 550px;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
}

.img-block img {
    max-width: 100%;
    display: block;
}

.optin-block {
    width: 34%;
    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: 16px;
    text-shadow: 1px 2px 3px #333;
    text-align: center;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 15px;
}

.descrOptin {
    display: block;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    text-shadow: 1px 2px 3px #333;
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
}

.line {
    display: block;
    width: 100%;
    clear: both;
    min-height: 60px;
}

.line label {
    display: block;
    text-align: center;
    font-size: 16px;
    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;
}

.doubleOptin {
    text-align: center;
}

.inputMobile {
    margin: 0 auto;
    width: 100%;
    max-width: 245px;
    display: block;
    margin-bottom: 15px;
}

#btnStart,
.btnSubmit,
input[type="submit"] {
    width: 90%;
    max-width: 420px;
    padding: 20px;
    margin: 0 auto;
    display: block;
    border: none;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 18px;
    background: #6f3f72;
    margin-top: 15px;
    margin-bottom: 20px;
    background: -moz-linear-gradient(top, #6f3f72 0%, #6d0074 50%, #480051 100%);
    background: -webkit-linear-gradient(top, #6f3f72 0%, #6d0074 50%, #480051 100%);
    background: linear-gradient(to bottom, #6f3f72 0%, #6d0074 50%, #480051 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f3f72', endColorstr='#480051', GradientType=0);
}

#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-weight: 600;
}

.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: left;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-left: 20px;
}

.textGetNewPin { text-align: center; font-size: 14px;margin: 0;padding: 0;}
.btnGetNewPin {padding: 13px;font-size: 16px;}


/*Media Query - TAblet*/
@media screen and (min-width: 481px) and (max-width: 1024px) {
    .welcomeSuccess {
        text-align: center;
    }

    .headerDescrSubtitle,
    .headerDescrTitle {
        text-align: center;
    }

    h1 {
        width: 100%;
        text-align: center;
        float: unset;
        padding: 0;
        position: relative;
        font-size: 32px;
        line-height: 32px;
        margin: 8px 0 20px 0;
		height: auto;
    }

    .header-description {
        width: 100%;
        text-align: center;
        float: unset;
        height: 50px;
        display: block;
        margin-top: 0;
    }

    .banner-area {
        display: block;
        border: 0 none !important;
		max-height: unset !important;
    }

    .optin-block,
    .img-block {
        width: 100% !important;
        clear: both;
		float: unset;
		display: block;
		margin: 0 auto;

    }

    .imgBanner {
        height: auto;
		margin: 0 auto;
    }

    .optin-block {
        background: none;
    }

    .optin-block-inner {
        max-width: 100%;
    }

    input[type="text"] {
        width: 94%;
        max-width: 500px;
    }

    input[type="submit"] {
        width: 94%;
        max-width: 500px;
    }

}

/*Media Query - Smartphone*/
@media screen and (max-width: 480px) {

	.disclaimer {text-align: center;}

    .img-block {
     width: 100%;
	 float:unset;
    }

    .main-page-wrapper {
        padding-top: 0;
    }

    .welcomeSuccess {
        text-align: center;
    }

    #main-header {
        min-height: 110px;
    }

    h1 {
        font-size: 32px;
        line-height: 32px;
        position: relative;
        width: 100%;
        text-align: center;
        float: unset;
        padding: 0;
        margin: 5px 0 0 0;
		height: auto;
    }

    .descrOptin {
        display: none;
    }

    .headerDescrSubtitle,
    .headerDescrTitle {
        text-align: center;
    }

    .header-description {
        width: 100%;
        text-align: center;
        float: unset;
        height: 50px;
        display: block;
        margin-top: 0;
    }

    .banner-area {
        display: block;
        border: 0 none !important;
        width: 95%;
        margin: 0 auto;
        height: auto;
		max-height: unset !important;
    }

    .titlePinValidate {
        font-size: 24px;
    }

    input[type="text"] {
        margin-bottom: 5px;
    }

    .optin-block {
        background: none;
        width: 90%;
        float: unset;
        margin: 0 auto;
        display: block;
    }

    .optin-block-inner {
        max-width: 100%;
    }

    .line {
        padding-bottom: 10px;
        min-height: 30px;
    }

    input[type="text"] {
        width: 100%;
        max-width: unset;
        height: 60px;
        border-radius: 4px;
        margin-top: 10px;
        text-align: center;
        border: 2px solid #6d0074;
    }

    input[type="submit"] {
        width: 100%;
        max-width: unset;
        padding: 20px;
        font-size: 27px;
    }

    /*.line label {
        display: none;
    }*/
}

