﻿.avp-body * {
    animation : none;
    animation-delay : 0;
    animation-direction : normal;
    animation-duration : 0;
    animation-fill-mode : none;
    animation-iteration-count : 1;
    animation-name : none;
    animation-play-state : running;
    animation-timing-function : ease;
    backface-visibility : visible;
    background : 0;
    background-attachment : scroll;
    background-clip : border-box;
    background-color : transparent;
    background-image : none;
    background-origin : padding-box;
    background-position : 0 0;
    background-position-x : 0;
    background-position-y : 0;
    background-repeat : repeat;
    background-size : auto auto;
    border : 0;
    border-style : none;
    border-width : medium;
    border-color : inherit;
    border-bottom : 0;
    border-bottom-color : inherit;
    border-bottom-left-radius : 0;
    border-bottom-right-radius : 0;
    border-bottom-style : none;
    border-bottom-width : medium;
    border-collapse : separate;
    border-image : none;
    border-left : 0;
    border-left-color : inherit;
    border-left-style : none;
    border-left-width : medium;
    border-radius : 0;
    border-right : 0;
    border-right-color : inherit;
    border-right-style : none;
    border-right-width : medium;
    border-spacing : 0;
    border-top : 0;
    border-top-color : inherit;
    border-top-left-radius : 0;
    border-top-right-radius : 0;
    border-top-style : none;
    border-top-width : medium;
    bottom : auto;
    box-shadow : none;
    box-sizing : border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    caption-side : top;
    clear : none;
    clip : auto;
    color : inherit;
    columns : auto;
    column-count : auto;
    column-fill : balance;
    column-gap : normal;
    column-rule : medium none currentColor;
    column-rule-color : currentColor;
    column-rule-style : none;
    column-rule-width : none;
    column-span : 1;
    column-width : auto;
    content : normal;
    counter-increment : none;
    counter-reset : none;
    cursor : auto;
    direction : ltr;
    display : inline;
    empty-cells : show;
    float : none;
    font : normal;
    font-size : medium;
    font-style : normal;
    font-variant : normal;
    font-weight : normal;
    height : auto;
    hyphens : none;
    left : auto;
    letter-spacing : normal;
    /*line-height : normal;*/
    list-style : none;
    list-style-image : none;
    list-style-position : outside;
    list-style-type : disc;
    margin : 0;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    max-height : none;
    max-width : none;
    min-height : 0;
    min-width : 0;
    opacity : 1;
    orphans : 0;
    outline : 0;
    outline-color : invert;
    outline-style : none;
    outline-width : medium;
    overflow : visible;
    overflow-x : visible;
    overflow-y : visible;
    padding : 0;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
    page-break-after : auto;
    page-break-before : auto;
    page-break-inside : auto;
    perspective : none;
    perspective-origin : 50% 50%;
    position : static;
    /* May need to alter quotes for different locales (e.g fr) */
    quotes : '\201C' '\201D' '\2018' '\2019';
    right : auto;
    tab-size : 8;
    table-layout : auto;
    text-align : inherit;
    text-align-last : auto;
    text-decoration : none;
    text-decoration-color : inherit;
    text-decoration-line : none;
    text-decoration-style : solid;
    text-indent : 0;
    text-shadow : none;
    text-transform : none;
    top : auto;
    transform : none;
    transform-style : flat;
    transition : none;
    transition-delay : 0s;
    transition-duration : 0s;
    transition-property : none;
    transition-timing-function : ease;
    unicode-bidi : normal;
    vertical-align : baseline;
    visibility : visible;
    white-space : normal;
    widows : 0;
    width : auto;
    word-spacing : normal;
    z-index : auto;
}

.avp-body div, .avp-body h5, .avp-body form, .avp-body p {
    display: block;
}

.absolut-icon {
    display: inline-block !important;
    font-family: 'Absolut icon' !important;
}

body, html {
    height: 100%;
    width: 100%;
}
.avp-hidden {
    -webkit-filter: blur(20px);
   -moz-filter: blur(20px);
   -o-filter: blur(20px);
   -ms-filter: blur(20px);
   filter: url(blur.svg#blur);
   filter: progid:DXImageTransform.Microsoft.blur(MakeShadow='false', PixelRadius='20');
}

#avp-overlay {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    z-index: 999999;
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    /*background-color: rgba(0,0,0,0.5);*/
    overflow-y: scroll;

    background-image: url('../images/agegatebck.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}



.avp-body {
    font-family:'Absolut';
    color:#fff;
    margin:0;
    padding:0;
    background-color: transparent;
}

.avp-body * {
    font-family:'Absolut';
}

.avp-body h5 {
    font-family:'Absolut Headline';
    font-weight: normal;
    letter-spacing: -1.6px;
    font-size: 77px !important;
    line-height: 1 !important;
}

.avp-body p {
    margin:0;
    padding:0;
}

.avp-main-content {
    text-align:center;
}
.avp-main-content
{
    width: 100%;
}
.avp-main-content p {
    line-height: 1.6;
}
.avp-main-content.terms-container {
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
    max-width: 1080px;
    background-color: #000000;
}
.avp-main-content-wrapper {
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
    max-width: 560px;
    background-color: #000000;
    min-height: 400px;
}
.avp-headline {
    font-size: 49px;
    line-height: 49px;
    padding-top: 45px;
    margin: 27px 0 13.5px 0;
}
.avp-body .terms {
    height: 320px;
    max-width: 1050px;
    border:1px solid #fff;
    margin: 0 auto 22px auto;
    overflow: auto;
    padding:10px;
    font-size:12pt;
}
.avp-checkbox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    margin-right: 3px;
}

.avp-body .disclaimer {
    font-size:22px;
    font-weight: normal;
}
.avp-form .input-tel {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .avp-main-content p.remember-me {
    font-size: 12px;
    }

.avp-form input[type="text"], .avp-form input[type="tel"], .avp-button, .avp-form .input-tel, .back-button
{
    font-size: 31px;
    line-height: 1.54;
}

.avp-body .year {
    width:135px;
}
.avp-body .month, .avp-body .date {
    width:100px;
}
#fake-input {
    position: absolute;
    border: none;
    background-color: transparent;
    color: transparent;
    height: 45px;
    left: -1000px;
    padding: 0;
    margin: 0;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    height: 40px;
    outline: none;
}
.avp-body p.avp-footer {
    font-size: 10pt;
}
#avp-footer {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}
.avp-main-content p {
    padding: 0 5px;
    font-size:20px;
}

#avp-footer {
    padding:0 70px 10px 70px;
    text-align:center;
    font-size: 12px;
}
#avp-footer a {
    color: #fff;
    text-decoration: underline;
    font-size: 12px;
    line-height: 1.6;
}
#avp-footer p {
    font-size: 12px;
    line-height: 1.6;
}
.avp-form {
    margin:0;
    padding: 20px 0;
    position: relative;
}
.avp-form input[type="text"], .avp-form input[type="tel"], .avp-form .input-tel {
    outline: 0;
    display: inline-block;
    padding: 0px 10px;
    color:#fff;
    text-align:center;
    margin-bottom: 30px;
    font-weight: bold;
    border: solid 2px #fff;
    margin-right: 5px;
    cursor: pointer;
}

.avp-form input[type="text"]:focus, .avp-form input[type="tel"]:focus, .avp-form input[type="text"]:active, .avp-form input[type="tel"]:active, .avp-form .input-tel.active, input.avp-button:disabled {
    background-color:#97999B;
    color: #fff;
}
.avp-form .input-tel[data-hidden="true"] {
    color: transparent;
    border: solid 2px #999;
}
.avp-form .input-tel.active[data-hidden="true"] {
    background-color:#000;
}
.avp-form .input-tel.month[data-hidden="true"]:before {
    content: "MM";
    text-align:center;
    color: #999;
    padding: 0 10px;
    cursor: pointer;
}
.avp-form .input-tel.date[data-hidden="true"]:before {
    content: "DD";
    text-align:center;
    color: #999;
    padding: 0 10px;
    cursor: pointer;
}
.avp-form input[type="text"]:-moz-placeholder, .avp-form input[type="tel"]:-moz-placeholder
{
    color: #fff;
}
.avp-form input[type="text"]::-moz-placeholder, .avp-form input[type="tel"]::-moz-placeholder
{
    color: #fff;
}
.avp-form input[type="text"]:-ms-input-placeholder, .avp-form input[type="tel"]:-ms-input-placeholder
{
    color: #fff;
}
.avp-form input[type="text"]::-webkit-input-placeholder, .avp-form input[type="tel"]::-webkit-input-placeholder
{
    color: #fff;
}
.avp-button {
    display:inline;
    background: #009775;
    color:#fff;
    border:2px solid #fff;
    padding: 0px 10px;
    border-radius: 0;
    font-weight: bold;
    text-shadow: none;
    margin-right: 0px !important;
    height: 51px;
}

.back-button {
    background: #fff;
    display: inline-block;
    color: #000;
    background: #fff;
    color: #000;
    padding: 0 10px;
    border-radius: 0;
    font-weight: bold;
    text-shadow: none;
    margin-bottom: 15px;
    font-family: absolut;
}

    .back-button:hover {
        color: #000;
    }

.avp-body strong {
    color: #fff;
}
.avp-body .avp-logo {
    margin: 5px 0 25px 0;
}
.avp-main-content .terms p {
    padding-bottom: 0;
    font-size: 16px;
    text-transform: none;
    line-height: 22px;
    text-align: left;
    margin-bottom: 20px;
}
.avp-main-content .terms ul {
    margin:0;
}
.avp-main-content .terms ul li {
    padding-bottom:15px;
    font-size:8pt;
    text-transform:none;
    text-align:left;
}
#avp-external span.signin {
    /*background: #fff;
    color: #0033a1;*/
    /*padding: 3px;
    font-size: 14px;*/
    vertical-align: middle;
    margin-right: 15px;
    cursor: pointer;
    text-transform: none;
    white-space: nowrap;
}

#avp-external span {
    display: inline-block;
    cursor: pointer;
}

.avp-body .absolut-icon.icon-logo-r {
    margin: 37px 0 20px 0;
}

#agegml {
    text-align: right;
    padding-bottom: 10px;
}
#agegml p {
    text-align: justify !important;
    font-size: 11px !important;
}
#agegml p a {
    font-size: 11px !important;
}

.absolut-icon.icon-logo-r:before {
    font-size: 40px;
}

.signin.with-icon-fb {
    background-color: #5A75B2;
    color: #fff;
            -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.10);
        box-shadow: 0 1px 0 rgba(0,0,0,0.10);
        -webkit-border-radius: 3px;
        border-radius: 3px;
        height: 31px;
        line-height: 31px !important;
        display: inline-block;
        overflow: hidden;
        -webkit-user-select: none;
        -webkit-font-smoothing: antialiased;
        outline: none;
        white-space: nowrap;
        text-decoration: none;
        padding: 4px;
}

.icon-fb {
    height: 25px;
    width: 25px;
    line-height: 31px!important;
    color: #5A75B2;
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    top: -1px!important;
    padding-left: 5px;
}

.signin.with-icon-fb .external-description {
    padding: 0 15px 0 10px;
    font-size: 15px;
    display: inline-block;
    -webkit-border-radius: 0 3px 3px 0;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    white-space: nowrap;
    top: -5px;
    position: relative;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto,arial,sans-serif;
}

.signin.with-icon-fb:hover {
        border-color: #5A75B2;
        border-style: solid;
        border-width: 0px 0px 1px 0px;
        background-color: #7E8EAF;
}

.signin.with-icon-gplus {
        background-color: #dd4b39;
        color: #fff;
        -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.10);
        box-shadow: 0 1px 0 rgba(0,0,0,0.10);
        -webkit-border-radius: 3px;
        border-radius: 3px;
        height: 31px;
        line-height: 31px !important;
        display: inline-block;
        overflow: hidden;
        -webkit-user-select: none;
        -webkit-font-smoothing: antialiased;
        outline: none;
        white-space: nowrap;
        text-decoration: none;
    }
.signin.with-icon-gplus:hover {
        border-color: #bb3f30;
        border-style: solid;
        border-width: 0px 0px 1px 0px;
        background-color: #DB5B4C;
}

.icon-gplus {
    height: 32px;
    width: 32px;
    border-color: #bb3f30;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    margin-top: -1px;
}

.signin.with-icon-gplus .external-description {
    padding: 0 15px 0 5px;
    font-size: 15px;
    display: inline-block;
    -webkit-border-radius: 0 3px 3px 0;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    height: 31px;
    line-height: 31px;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto,arial,sans-serif;
}

#avp-checkbox {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid white;
    display: inline-block;
    background: black;
    font-size: 15px;
    cursor: pointer;
    color: black;
    text-align: center;
    line-height: 16px;
}

.avp-checkbox-checked{
    color: white !important;
}

.avp-body .terms-container .absolut-icon.icon-logo-r
{
    margin-top: 10px !important;
    margin-bottom: 45px !important;
    width: 100%;
}

.avp-body .banned-heading {
    font-family:'Absolut';
}

@media all and (max-height: 990px), all and (max-width: 1100px)
{
    #avp-header, #avp-footer, .avp-main-content {
        margin-left: 10px;
        margin-right: 10px;
    }
    .avp-main-content.terms-container {
        margin-top: 115px;
        height: initial;
    }
    .avp-main-content {
        margin: auto auto;
        height: initial;
    }
}

@media all and (max-height: 750px) {
        #avp-footer{
        position: relative !important;
        margin-left: 10px;
        margin-right: 10px;
        padding: 0;
    }
}

@media all and (max-width : 767px) {

    #avp-overlay {
      /*  background-position:center !important;
        background-repeat:no-repeat !important;
        background-size:cover !important;
        padding: 15px !important;
         margin: auto !important;
        padding-left: 15px !important;
        padding-right: 15px !important;*/
    }

    .avp-main-content.terms-container {
        padding-left: 10px;
        padding: 10px;
        margin-top: 0px !important;
    }

    .back-button {
        color: #FFF;
        background-color: #000;
    }

    .back-button:hover {
        color: #FFF;
    }

    .avp-main-content-wrapper {
        max-width: 640px;
        background-color:rgba(0,0,0,0.75) !important;
        margin: auto;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
    }

    .avp-hidden {
        display: none;
    }

    .avp-form input[type="text"]:focus, .avp-form input[type="tel"]:focus, .avp-form input[type="text"]:active, .avp-form input[type="tel"]:active, .avp-form .input-tel.active {
        background-color: #19A3AC;
    }

    .avp-headline {
        padding-top: 0px;
    }

    .avp-main-content-wrapper {
        background-color: transparent;
    }

    #avp-overlay {
        background-image: none;
        margin: 0;
        /*background-color: rgba(0,0,0,0.75);*/
        background-color: #000;
    }

    #avp-header, #avp-footer, .avp-main-content {
        position: relative;
        padding: 0;
        font-size: 18px;
    }

    #avp-header {
        padding-top: 20px;
    }

    .avp-main-content.terms-container {
        margin: 45px 0 0 0;
        height: initial;
        position: relative;
        background: rgba(0,0,0,0.75);
    }

    .avp-body .disclaimer {
        font-size: 19px;
        font-weight: normal;
    }

    .avp-main-content {
        margin: 25px 0 0 0;
        height: initial;
    }

    .avp-body h5 {
        font-size: 64px !important;
        line-height: 1 !important;
    }

    .avp-headline {
        margin-bottom: 20px;
    }

        #avp-external {
        display: block;
    }

    .avp-main-content p {
        font-size: 21px;
    }

    .avp-main-content p.preamble-text {
        font-size: 26px;
    }

    .wide-only {
        display: none;
    }

    .remember-me {
        font-size: 18px;
    }

    .signin.with-icon-fb {
        height: 50px;
        line-height: 50px !important;
        padding: 7px;
    }

    .icon-fb {
    height: 32px;
    width: 32px;
    line-height: 43px;
    font-size: 25px;
    padding-left: 7px;
    border-radius: 2px;
        -webkit-border-radius: 2px;
    margin-left: 3px;
    }

    .signin.with-icon-fb .external-description {
        padding: 0 30px 0 25px;
        font-size: 22px;
        top: -3px;
    }

    .signin.with-icon-gplus {
        height: 50px;
        line-height: 50px !important;
    }
    .icon-gplus {
        height: 50px;
        width: 50px;
        font-size: 30px;
    }

    .signin.with-icon-gplus .external-description {
        font-size: 22px;
        padding: 0 35px 0 25px;
    }

    p.social-panel {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .avp-form input[type="text"], .avp-form input[type="tel"], .avp-button, .avp-form .input-tel {
        width: 24%;
        font-size: 30px;
        height: 68px;
        padding: 4px 0;
        margin-right: 1%;
        margin-bottom: 10px;
        background-color: black;
        border: none;
    }

    .avp-form .input-tel[data-hidden="true"] {
        border: none;
    }

    .avp-form .input-tel.month, .avp-form .input-tel.date {
        width: 17% !important;
    }

    .avp-button {
        margin-right: 0;
        color: #fff;
        background-color: #009775;
    }

    .avp-main-content p.remember-me {
        font-size: 18px;
        padding: 0;
        margin: 0;
        margin-top: 10px;
    }

    .avp-checkbox {
        font-size: 22px;
    }

    .avp-body .absolut-icon.icon-logo-r {
        font-size: 40px;
        line-height: 1;
        margin: 30px 0;
    }

    .absolut-icon.icon-logo-r:before {
        font-size: 33px;
    }

    #avp-checkbox {
        background: black;
        color: black;
        border-color: black;
    }

    .avp-checkbox-checked{
        color: white !important;
    }

    #avp-footer p, #avp-footer a {
        font-size: 16px;
    }

    #avp-footer {
        background-color:rgba(0,0,0,0.75) !important;
        margin: auto !important;
        padding-left:5px !important;
        padding-right:5px !important;
        max-width: 640px !important;
    }
}

@media all and (max-width : 480px) {
    .avp-form input[type="text"], .avp-form input[type="tel"], .avp-button, .avp-form .input-tel {
        font-size: 20px;
        height: 38px;
        padding: 5px 0;
    }

    .avp-main-content {
        margin-top: 0;
    }

    .avp-headline {
        margin-top: 10px;
    }

    .avp-body h5 {
        font-size: 50px !important;
        line-height: 1 !important;
    }


    .icon-fb.absolut-icon {
/*        font-size: 35px;
        position: absolute;
        left: -3px;
        line-height: 70px;
        top: -12px;
        background-color: transparent;
        color: #FFF;
*/    }

    .icon-gplus.absolut-icon {
        font-size: 30px;
        position: absolute;
        left: 3px;
        line-height: 70px;
        top: -13px;
        border: none;
    }
    .icon-gplus {
        height: 32px;
        width: 32px;
    }

    .signin.with-icon-gplus  span.external-description,
    .signin.with-icon-fb  span.external-description {
        display: none !important;
    }

    span.external-description {
        display: none !important;
    }

    #avp-external {
        display: block;
    }

        #avp-external span.signin {
            height: 40px;
            width: 40px;
            display: inline-block;
            border-radius: 5px;
            position: relative;
            margin: 10px 15px 0px 15px;
        }

        p.social-panel {
            margin-top: 0px;
            margin-bottom: 0px;
        }

        .avp-main-content-wrapper.avp-headline {
            margin-bottom: 0px;
        }

        .avp-headline {

            font-size: 58px;
        }
        .avp-form {
            padding: 10px 0px 0px 0px
        }

        .avp-main-content p.remember-me {
            margin-top: 0px;
        }

        .avp-body .absolut-icon.icon-logo-r {
            font-size: 40px;
        }

        .avp-main-content p.preamble-text {
            font-size: 22px;
        }
        .avp-main-content p {
            font-size: 18px;
        }

        #avp-footer p, #avp-footer a {
            font-size: 16px;
        }

    .absolut-icon.icon-logo-r:before {
        font-size: 26px;
    }
}
