@font-face {
    font-family: 'licenzregular';
    src: url('fonts/licenz-webfont.woff2') format('woff2'),
         url('fonts/licenz-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/MyriadPro-Bold.woff2') format('woff2'),
        url('fonts/MyriadPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/MyriadPro-SemiboldIt.woff2') format('woff2'),
        url('fonts/MyriadPro-SemiboldIt.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

article,aside,details,figcaption,figure,footer,header,hgroup,hr,main,nav,section,summary{display:block}pre,textarea{overflow:auto}fieldset,hr,img,legend{border:0}fieldset,hr,legend,td,th{padding:0}a:active,a:hover,button:focus{outline:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{vertical-align:middle;max-width:100%}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:1px;border-top:1px solid #ccc;margin:1em 0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{resize:vertical}table{border-collapse:collapse;border-spacing:0}*,:after,:before{box-sizing:border-box;position:relative}button,html,input,select,textarea{color:#222}body{margin:0;font-size:1em;line-height:1.4}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}fieldset{margin:0}.chromeframe{margin:0;background:#FFADAD;color:#000;padding:.4em 0;text-align:center}.chromeframe a{color:#00f}a{color:#A6FDF6}a:hover{text-decoration:none}


button, input[type=submit]{
    background:#FFDD00;
    color:#003471;
    border:none;
    padding: 5px 30px 0px;
    font-weight: 700;
    font-size: 30px;
    border-radius: 10px;
    margin-top:20px

}button:hover,input[type=submit]:hover{opacity:.8}

html {
    height: 100%
}
body {
    height: 100%;
    background: #FFF url(../img/fade_background.png) repeat no-repeat;
    background-size: 50px 100%;
    background-attachment: fixed;
    -webkit-font-smoothing: antialiased;
    font-family: 'Myriad Pro', sans-serif;
}
.button {
    padding: 3px 15px 0 15px;
    background: #FFDD00;
    position: absolute;
    top: 60px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
}

#alert-box-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999999999;
    display: none;
    background: rgba(0, 0, 0, 0.4);
}

#alert-box {
    width: 90%;
    max-width: 500px;
    margin: 100px auto 0 auto;
    background: #003471;
    color: #FFF;
    text-align: center;
    border-radius: 10px;
    padding: 25px 0;
    max-height: 70%;
    overflow: scroll;
}

#alert-box-message {
    margin: 0 20px 20px 20px;
}

.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    opacity: 0.7;
    z-index: 99999999999999999;
    color: #777;
    padding-top: 100px;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
}
.success {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    color: #003471;
    text-align: center;
    font-size: 22px
}
.success .wrap {
    background: none
}
.success h2 {
    margin-top: 0
}
.error {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #003471;
    z-index: 99999
}
.success h1,
.error h1 {
    text-align: center;
    color: #FFF;
    margin-top: 50px
}
.pt-perspective {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.panel {
    width: 100%;
    height: calc(100% - 136px);
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    text-align: center;
    z-index: 88;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    overflow-y: scroll;
}
.panel.current {
    z-index: 99;
    visibility: visible
}
.panel.intro {
    position: relative;
    background: url(../img/tractor.png) no-repeat top right;
    background-size: 700px;
}
.header {
    width: 100%;
    background: #FFF
}
.header img {
    width: 90%;
    max-width: 350px;
    margin: 30px auto
}
.panel.intro button {
    background: #FFDD00;
    color: #FFF;
    font-size: 2.2em;
    padding: 15px 40px 11px 40px;
    margin: 0
}

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #FFF;
    font-size: 14px;
    z-index: 99999999;
}

#footer .logo-wrap {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}

#footer img {
    width: 34%;
    margin: 15px 3.3% 15px 5%;
    float: left;
}

#footer a:nth-child(2) img {
    width: 43.4%;
    margin: 15px 5% 15px 3.3%;
}

#footer .footer-terms {
    clear: both;
    text-align: center;
}

#footer a {
    color: #222;
}

@media only screen and (max-width: 1000px) {
    .panel.intro #introFooter button {
        font-size: 1.2em;
        padding: 6px 20px
    }
}

.outer-wrap {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
}

.intro-wrap {
    max-width: 560px;
    color: #003471;
    text-align: left;
    line-height: 1.2;
    font-size: 22px;
    margin-top: 40px;
}

.intro-wrap #title {
}

.panel.intro #introFooter {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    position: absolute;
    bottom: 0;
    width: 100%
}
.panel.intro #introFooter img {
    width: 25%
}
@media only screen and (max-width: 1000px) {
    .panel.intro #introFooter img {
        width: 30%
    }
}

.details h2 {
    width: 80%;
    margin: 50px auto 0 auto;
}

.button.back {
    color: #003471;
}

.terms-scroll {
    width: 85%;
    margin: 60px auto;
    background: #FFF;
    padding: 1px 2.5%;
    border-radius: 10px;
    text-align: left;
    height: 300px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    color: #000;
    word-wrap: break-word;
}

#enter-now {
    width: 100%;
    height: 50px;
    background: #FFDD00;
    position: fixed;
    bottom: 136px;
    left: 0;
    color: #003471;
    padding: 8px 0;
    z-index: 9999999;
    border-radius: 0;
}

#introImgContainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 2em 0 -1em 0 !important
}
@media only screen and (max-width: 1000px) {
    #introImgContainer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 1.5em 0 -0.5em 0 !important
    }
}
#car {
    width: 50%;
    z-index: 1
}
@media only screen and (max-width: 1000px) {
    #car {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}
#plateImg {
    width: 30%;
    margin-right: 5%
}
@media only screen and (max-width: 1000px) {
    #plateImg {
        width: 100%;
        margin: 0 0 1.5em 0;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}
.terms {
    text-align: center;
    width: 100% !important;
    padding: 0
}
.terms a {
    color: #FFDD00
}
.wrap {
    background: #003471;
    width: 700px;
    margin: 50px auto;
    padding: 20px 0 40px 0;
    border-radius: 10px
}
.form_row {
    width: 600px;
    margin: 10px auto;
    overflow: auto
}
.form_row label {
    width: 25%;
    display: block;
    float: left;
    text-align: left;
    margin: 13px 0;
    font-weight: bold;
}
.form_row input {
    width: 73%;
    float: left;
    padding: 10px 2%;
    border: none;
    border-radius: 3px;
    margin: 5px
}
.form_row input.unhappy {
    box-shadow: 0px 0px 0px 2px red;
    -webkit-appearance: none;
}

.form_row #account {
    width: 30%;
}

.form_row #cash {
    width: auto;
}

.form_row #cash-label {
    width: auto;
    margin-left: 10px;
    margin-right: 5px;
}

input[disabled] {
    background: #BBB;
}

ol > li > ol {
    list-style-type: none;
}

ol > li > ol > li > ol {
    list-style-type: lower-roman;
}

#code {
    margin: 20px auto;
    display: block;
    float: none;
    font-size: 52px;
    text-align: center;
    width: 60%;
    padding: 14px 2% 5px 2%;
    text-transform: uppercase;
    font-weight: bold;
}

.double {
    display: inline;
  zoom:2;
  transform:scale(2);
  -ms-transform:scale(2);
  -webkit-transform:scale(2);
  -o-transform:scale(2);
  -moz-transform:scale(2);
  transform-origin:0 0;
  -ms-transform-origin:0 0;
  -webkit-transform-origin:0 0;
  -o-transform-origin:0 0;
  -moz-transform-origin:0 0;
  -webkit-transform-origin:0 0;
}

.form_row.checkbox-form input {
    width: auto;
    float: left;
    margin: 6px 5px 0 0;
}

.form_row.checkbox-form label {
    width: auto;
}

form button {
    margin-top: 20px;
    color: #003471 !important
}
.option_wrap {
    display: inline-block;
    margin: 3px auto;
    border-radius: 6px
}
.option_wrap.unhappy {
    border: 3px solid #910000;
    margin: 0 auto
}
.option {
    padding: 10px 27px;
    background: #FFDD00;
    display: inline-block;
    float: left;
    cursor: pointer;
    margin-left: 1px
}
.option:hover {
    background: #55BEBE
}
.option_end {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}
.option_start {
    border-radius: 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-left: 0
}
.option_title.unhappy {
    border-left: 4px solid red;
    padding-left: 5px
}
.form_row span.selected {
    background: #fff;
    color: #FFDD00
}
.form_row h2 {
    margin-bottom: 5px
}
#plate {
    float: none;
    margin: 5px auto;
    float: none;
    margin: 5px auto;
    font-size: 158px;
    background: #FFF;
    color: #000;
    border: 5px solid #000;
    box-shadow: 0 0 0 5px #FFF;
    outline: none;
    font-family: 'licenzregular', sans-serif;
    border-radius: 20px;
    width: 90%;
    padding: 0 7%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
    position: relative;
    text-align: left;
    line-height: 1.3
}
#plate input {
    position: absolute;
    top: -2px;
    width: 97%;
    height: 100%;
    left: -29px;
    float: right;
    background: none;
    border: none;
    font-family: 'licenzregular', sans-serif;
    color: #000;
    padding: 0 0 0 25%;
    margin: 0;
    -webkit-appearance: none;
}
#plate input:focus {
    outline: none
}

#letters-numbers {
    text-align: left;
    margin-left: 200px;
    color: #FFDD00;
}

#two-letters {
    margin-right: 150px;
}

::-webkit-input-placeholder {
    color: #CCC
}
:-moz-placeholder {
    color: #CCC
}
::-moz-placeholder {
    color: #CCC
}
:-ms-input-placeholder {
    color: #CCC
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}
@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}
.terms-box {
    width: 80%;
    height: 70%;
    position: absolute;
    top: 30px;
    left: 10%;
    z-index: 99999;
    display: none
}
.terms-box button {
    background: #333;
    color: #FFF;
    font-size: 12px;
    padding: 10px 15px 5px 15px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    float: right
}
iframe {
    border: none;
    width: 100%;
    height: 100%;
    border: 5px solid #333;
    box-sizing: border-box;
    background: #FFF
}
.mobile {
    display: none !important
}
.wrap {
    margin: 10px auto
}
.button {
    top: 30px
}
@media only screen and (max-width: 1000px) {
    .header {
        padding-top: 30px
    }
    .header img {
        max-width: 350px
    }
    .wrap {
        width: 90%;
        max-width: 600px
    }
    h1 {
        font-size: 1.7em
    }
    .form_row {
        width: 95%
    }
    .form_row label {
        width: 90%;
        margin: 10px 0 0 5px
    }
    .form_row input {
        width: 92%;
        float: left
    }
    body,
    html {
        background-color: #FFF;
    }
    .option {
        border-radius: 4px;
        margin: 5px
    }
    .success,
    .success .wrap {
        background: #EEEEEE;
        color: #333333
    }
    .mobile {
        display: block !important
    }
    .form_row.checkbox-form label {
        margin-top: 14px;
    }

    .form_row #cash {
        margin-top: 6px;
    }

    .form_row #cash-label {
        margin-top: 14px;
    }
}
@media only screen and (max-width: 750px) {
    .wrap {
        max-height: 95%;
        margin-top: 10px;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .button {
        top: 25px
    }
    .terms-scroll {
        font-size: 12px;
        margin: 50px auto 0 auto;
        height: 210px;
    }
    .intro-wrap {
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 500px) {
    .form_row #account {
        width: 92%;
    }
    .form_row.checkbox-form label {
        margin-top: 4px;
        width: 85%;
        float: right;
    }

    #code {
        width: 90%;
        font-size: 40px
    }

    .questions2 .form_row h2 {
        margin-top: 38px;
    }
}
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%
}
.hidden {
    display: none !important;
    visibility: hidden
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}
.invisible {
    visibility: hidden
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}
.clearfix:after {
    clear: both
}
.clearfix {
    *zoom: 1
}

@media only screen and (max-width: 1300px) {
    .panel.intro {
        background-size: 600px;
        background-position: right 40px;
    }
}

@media only screen and (max-width: 1120px) {
    .intro-wrap {
        font-size: 20px;
        max-width: 460px;
    }

    .intro-wrap h2 {
        width: 110%;
    }
}

@media only screen and (max-width: 1000px) {
    .panel.intro {
        background-size: 500px;
        background-position: right 115px;
    }

    .intro-wrap #title {
        width: 85%;
    }

    #plate {
        font-size: 136px;
    }

    #letters-numbers {
        margin-left: 160px;
    }

    #two-letters {
        margin-right: 115px;
    }
}

@media only screen and (max-width: 870px) {
    .panel.intro {
        background: transparent;
    }

    .intro-wrap #title {
        width: 85%;
    }
}

@media only screen and (max-width: 670px) {
    #plate {
        width: 245px;
        font-size: 63px;
        margin: 10px auto;
        display: block;
        float: none;
        padding: 0 15px;
    }

    #plate input {
        left: -14px;
        width: 100%;
    }

    #letters-numbers {
        margin: 0;
        text-align: center;
    }

    #two-letters {
        margin: 0 20px 0 0;
    }
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    @page {
        margin: 0.5cm
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}
.pt-page-rotateSlideOut {
    -webkit-animation: rotateSlideOut 1s both ease;
    animation: rotateSlideOut 1s both ease
}
.pt-page-rotateSlideIn {
    -webkit-animation: rotateSlideIn 1s both ease;
    animation: rotateSlideIn 1s both ease
}
@-webkit-keyframes rotateSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}
@keyframes rotateSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
        transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%)
    }
}
@-webkit-keyframes rotateSlideIn {
    0%, 25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}
@keyframes rotateSlideIn {
    0%, 25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
        transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
        transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0)
    }
}
