/* Layout */
@font-face {
    font-family: "sanomatsans";
    src: url("../fonts/sanomatsans.eot"),
         url("../fonts/sanomatsans.woff") format("woff"),
         url("../fonts/sanomatsans.ttf") format("ttf"),
         url("../fonts/sanomatsans.otf") format("opentype");
}

h1, h2, h3{
    font-family: 'SanomatSansWeb-Regular',Helvetica Neue,Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
}

p {
    font-family: 'SanomatSansWeb-Regular',Helvetica Neue,Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
}

body {
    background-color: #000;
}

.header {
    clear: both;
    color: #fff;
    font-weight: 700;
    text-align: left;
    font-size: 27px;
    line-height: 35px;
    margin: 5px 0 0;
}

@media only screen and (min-width: 550px) {
    .header{
        text-align: left;
        font-size: 45px;
        line-height: 55px;
        margin: 5px 0 0;
    }
}

.header span {
    color: #00b14f;
}

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

.product-blk {
    clear: both;
}

.desktop-img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.logo-desktop, .logo-mobile {
    max-width: 100%;
}

.logo-desktop {
    display: none;
    float: right;
    margin: 15px 0 0;
}

@media only screen and (min-width: 550px) {
    .logo-desktop {
        display: block;
    }
}

.logo-mobile {
    float: right;
    margin: 20px 0 15px;
    display: block;
}

@media only screen and (min-width: 550px) {
    .logo-mobile {
        display: none;
    }
}

/* Terms and Conditions */
#pdpa__blk {
    display: none;
}

#pdpa__blk h2 {
    color: #000;
    font-weight: 700;
    font-size: 22px;
}

@media only screen and (min-width: 550px) {
    #pdpa__blk h2 {
        font-size: 40px;
    }
}

#pdpa__blk h3 {
    color: #000;
    font-weight: 400;
    font-size: 17px;
    margin: 30px 0 0;
}

@media only screen and (min-width: 550px) {
    #pdpa__blk h3 {
        font-size: 25px;
        margin: 30px 0 0;
    }

}

#pdpa__blk ol {
    color: #000;
    margin: 30px 0 25px;
    padding: 0 0 0 18px;
}

#pdpa__blk ol li {
    color: #000;
    margin: 25px 0 0;
    padding: 0;
}

#pdpa__blk ol li:first-child {
    margin: 0;
}

/* Form Style */
#userForm {
    margin: 25px 0 0;
}

#userForm .form-group:first-child {
    margin: 15px 0 0;
}

#userForm .form-group {
    margin: 35px 0 0;
}

#userForm .form-group label {
    color: #fff;
    font-family: 'optima',Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 100;
    cursor: pointer;
    font-size: 14px;
    margin: 0 0 12px;
}

@media only screen and (min-width: 550px) {
    #userForm .form-group label {
        font-size: 18px;
        margin: 0 0 15px;
    }
}

.submit__wrapper {
    margin: 20px auto 40px;
}

@media only screen and (min-width: 550px) {
    .submit__wrapper {
        margin: 20px auto 40px;
    }
}

#submitButton {
    background: #00b14f;
    border: none;
    border-radius: 50px;
    box-shadow: none;
    display: block;
    color: #fff;
    font-family: 'sanomatsans',Helvetica Neue,Helvetica,Arial,sans-serif;
    line-height: normal;
    font-size: 28px;
    font-weight: 700;
    margin: 0 auto;
    width: 180px;
    height: 55px;
}

/*#terms {
    overflow: auto;
}
*/

#terms a,
.form__intro a {
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
    line-height: normal;
}

#pdpa {
    /*visibility: hidden;
    display: none;*/
    opacity: 0;
}

.pdpa__wrap {
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    height: auto;
    width: 95%;
}

@media only screen and (min-width: 550px) {
    .pdpa__wrap {
        width: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }
}

.check__label {
    position: relative;
    width: 35px;
    height: 35px;
    float: left;
    margin: 0 0 0 8px;
}

@media only screen and (min-width: 550px) {
    .check__label {
        width: 25px;
        height: 25px;
        margin: 0;
    }
}

.check__label label {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #eee;
    border: 1px solid #ddd;
    width: 35px;
    height: 35px;
}

@media only screen and (min-width: 550px) {
    .check__label label {
        width: 25px;
        height: 25px;
    }
}

.check__label label:before {
    opacity: 0.2;
    content: '';
    position: absolute;
    background: transparent;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    width: 20px;
    height: 10px;
    top: 9px;
    left: 7px;
}

@media only screen and (min-width: 550px) {
    .check__label label:before {
        width: 12px;
        height: 7px;
        top: 6px;
        left: 6px;
    }
}

.check__label label:hover::before {
    opacity: 0.5;
}

.check__label input[type=checkbox]:checked+label:before {
    opacity: 1;
}

.pdpa__link {
    height: 25px;
    display: table;
    width: 80%;
    float: none;
    margin: 0 0 0 60px;
}

@media only screen and (min-width: 550px) {
    .pdpa__link {
        width: 90%;
        float: left;
        margin: 0 0 0 15px;
    }
}

.pdpa__link span {
    color: #fff;
    font-family: 'optima',Helvetica Neue,Helvetica,Arial,sans-serif;
    display: table-cell;
    vertical-align: middle;
    font-size: 11px;
}

#pdpa__error {
    margin: 5px auto 20px;
    text-align: center;
}

@media only screen and (min-width: 550px) {
    #pdpa__error {
        margin: 5px 0 20px;
        text-align: center;
    }
}

.form-submitted blockquote {
    text-align: center;
    color: #fff;
    margin: 20px 0 50px;
}

/* parsley */
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 10px 0 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;

    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;

    color: #fff;
    font-style: italic;
}

.parsley-errors-list.filled {
    opacity: 1;
}
