.cnil {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    bottom: 0;
    background: #242943;
    color: #fff;
    padding: 10px;
}

.cnil .small-btn {
    font-size: 10px;
    padding: 5px 10px;
    color: #242943;
}

.btn-green, .btn-blue {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 13px 24px;
    font-size: 1.500em;
    text-transform: uppercase;
    color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #77b829), color-stop(100%, #dcdf4b));
    background-image: -moz-linear-gradient(left, #77b829, #dcdf4b);
    background-image: -webkit-linear-gradient(left, #77b829, #dcdf4b);
    background-image: linear-gradient(to right, #77b829, #dcdf4b);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    letter-spacing: 0.02em;
    border: solid 2px #aad232;
    cursor: pointer;
}

h4.content-page {
    text-align: left;
    font-size: x-large;
    margin: 30px 0 15px;
}

#main-header {
    background: #fff;
}

#main-header .logo {
    position: relative;
}

#main-header .logo img {
    position: absolute;
    width: 100%;
    max-width: 220px;
    top: 5px;
    left: 0;
    z-index: 10;
}

#main-header .nav {
    height: 100px;
}

#main-header .nav nav {
    padding: 40px 0;
}

#main-header .nav ul {
    text-align: right;
}

#main-header nav li {
    font-size: 1.300em;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 15px;
}

#main-header nav li:last-of-type {
    margin-right: 0;
}

#main-header nav li a {
    color: inherit;
    text-decoration: none;
}

.bg-gold {
    background: #d8b34d;
}

.bg-gold-dark {
    background: #d8b34d;
    background: linear-gradient(182deg, #ecd260 20%, #be9627 100%);
}

.bg-green {
    background-color: #0e4894;
    color: #fff;
}

.sub-header p {
    text-align: left;
    color: #fff;
    font-weight: 700;
}

.top-figure {
    position: relative;
    padding-top: 45%;
    overflow: hidden;
}

.top-figure img {
    width: 100%;
    position: absolute;
    top: -12%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
}

.catchphrase {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}

.catchphrase p {
    font-size: 9em;
    color: #fff;
    text-shadow: 1px 1px 0 #be9627;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}

#blurbs {
    position: relative;
    z-index: 11;
    margin-top: -135px;
}

#blurbs article div.blurb {
    border-radius: 50%;
    width: 240px;
    height: 240px;
    margin: auto;
    overflow: hidden;
    border: 8px solid #fff;
    background-color: #fff;
}

div.blurb figure {
    width: 100%;
    overflow: hidden;
}

div.blurb figure img {
    width: 100%;
}

div.blurb .blurb-title {
    position: relative;
    height: 37%;
    margin-top: 63%;
    color: #fff;
    background-color: #d8b34d;
    font-weight: 700;
    text-transform: uppercase;
}

div.blurb .blurb-title p {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    margin: auto;
    left: 0;
    right: 0;
}

.btn {
    text-decoration: none;
    color: inherit;
    font-size: 1.8em;
    padding: 5px 10px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease;
    display: inline-block;
}

.btn-border {
    background: transparent;
    border: 3px solid #fff;
    border-radius: 5px;
}

.btn-border:hover {
    background: #fff;
    color: #0e4894;
}

.btn-border-brown {
    background: transparent;
    border: 3px solid #be9627;
    color: #be9627;
    border-radius: 5px;
}

.btn-border-brown:hover {
    background: #be9627;
    color: #fff;
}

.btn-primary {
    background: #be9627;
    border: 3px solid #be9627;
    color: #fff;
    border-radius: 5px;
}

.btn-big {
    font-size: 2.6em;
}

.btn-small {
    font-size: 1.2em;
}

.btn-wide {
    padding: 10px 20px;
}

.btn-icon {
    display: block;
    background: rgba(210, 210, 210, .1);
    border-radius: 5px;
    padding: 20px;
    margin: 0 auto 15px;
    max-width: 180px;
}

.btn-icon:hover {
    background: rgba(210, 210, 210, .3);
    box-shadow: 0 0 8px rgba(10, 10, 10, .3);
}

.under-blurb {
    position: relative;
    margin-top: -90px;
    padding: 150px 10px 80px;
}

.el-ball {
    display: inline-block;
    border: 3px solid #be9627;
    padding: 7px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center !important;
}

.persoGrids .el-ball {
    display: inline-block;
    border: 2px solid #be9627;
    padding: 4px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center !important;
    font-size: 1.1em;
}

.el-star {
    display: inline-block;
    padding: 2px;
    width: 46px;
    text-align: center !important;
    position: relative;
    font-size: 1.2em;
}

.persoGrids .el-star {
    display: inline-block;
    padding: 1px 26px;
    width: 36px;
    text-align: center !important;
    position: relative;
    font-size: 1.1em;
}

.el-star::after {
    content: '\2606';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 5em;
    line-height: .2;
}

.el-star span {
    padding-left: 10px;
}

.testimonial-carousel {
    overflow: hidden;
    min-height: 260px;
    position: relative;
    color: white;
    padding-top: 100px !important;
}

.icon-container {
    position: relative;
    padding: 0 5px;
    max-width: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

span.lnr {
    color: #fff;
    font-size: 3em;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: .65;
}

span.lnr:hover {
    color: #dadada;
}

.testimonial-items {
    position: relative;
    flex: 1;
    overflow: hidden;
    color: #fff;
}

.testimonial-item {
    width: 100%;
    height: 100%;
    transition: transform 1s;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px;
}

p.testimonial-author {
    font-weight: bold;
    text-align: right;
    margin-top: 15px;
}

.testimonial-item.first {
    left: 0;
}

.testimonial-item.second {
    left: 100%;
}

.testimonial-item.third {
    left: 200%;
}

.text-white {
    color: #fff;
}

h1.login {
    font-size: xx-large;
}

input {
    width: 100%;
    border-radius: 5px;
}

input.input-big {
    height: 50px;
    padding: 10px;
    margin: 10px 0;
}

.input-brown {
    border: 2px solid #be9627;
}

strong {
    font-weight: bold;
}

div#accountHotline {
    margin: 210px 60px;
}

.separator {
    border: 1px solid;
    margin: 12px 0;
}

.footer-nav {
    padding: 20px;
    background-color: #073b7e;
    color: #fff;
    margin-top: 340px;
}

.copyright {
    color: inherit;
}

.copyright a {
    color: inherit;
}

ul, ol {
    margin-left: 20px;
}

ul li, ol li {
    font-size: 16px;
}

.account-content {
    margin: 40px auto;
}

.table-basic > .row {
    border-bottom: 1px solid #353535;
    padding: 15px 5px;
}

.table-basic p {
    text-align: left;
}

.table-basic input {
    border: 1px solid #959595;
    border-radius: 2px;
    padding: 5px;
    font-size: 1.4em;
}

.table-basic .basic-footer {
    padding: 20px 0;
}

.radio-inline {
    display: inline-block;
    margin: 0 5px 0 0;
}

.radio-inline input {
    display: inline-block;
    margin: 0 5px 0 0;
    width: auto;
}

.radio-inline span {
    font-size: 1.4em;
}

.title {
    text-align: left;
    font-size: 3em;
    margin: 20px 0;
}

.sub-title {
    text-align: left;
    font-size: 2.2em;
    margin: 10px 0;
}

.alert {
    padding: 10px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
}

.alert-success {
    background-color: #118a0d;
    color: #fff;
}

.alert-danger {
    background-color: #9b1414;
    color: #fff;
}

.alert-warning {
    background-color: #b35023;
    color: #fff;
}

.table {
    width: 100%;
    border-collapse: collapse;
}

.table thead th {
    border-bottom: 2px solid #353535;
    font-weight: 700;
    padding: 0 0 5px;
}

.table tr td {
    padding: 5px 0;
}

.table p {
    text-align: left;
    padding-left: 5px;
}

.table-striped tr:nth-of-type(2n) {
    background-color: rgba(210, 210, 210, .2);
}

.result-grid {
    margin: 0 auto 15px;
}

.result-grid span {
    font-size: 1.4em;
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative;
    font-weight: bold;
}

.result-grid.result-grid-small {
    margin: 10px auto 0;
}

.result-grid.result-grid-small span {
    font-size: 1.4em;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    font-weight: bold;
}

.result-grid .euromillionsNumber::after,
.result-grid .euromillionsStar::after {
    content: '';
    position: absolute;
    top: -35%;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/ball01.jpg');
    background-size: 100%;
    z-index: -1;
}

.result-grid.result-grid-small .euromillionsNumber::after,
.result-grid.result-grid-small .euromillionsStar::after {
    top: -30%;
}

.result-grid .euromillionsNumber:nth-of-type(2)::after {
    background-image: url('../img/ball02.jpg');
}

.result-grid .euromillionsNumber:nth-of-type(3)::after {
    background-image: url('../img/ball03.jpg');
}

.result-grid .euromillionsNumber:nth-of-type(4)::after {
    background-image: url('../img/ball04.jpg');
}

.result-grid .euromillionsNumber:nth-of-type(5)::after {
    background-image: url('../img/ball05.jpg');
}

.result-grid .euromillionsStar::after {
    background-image: url('../img/ball06.jpg');
}

.result-grid .euromillionsMyMillion {
    display: block;
    width: 100%;
    height: auto;
}

.result-grid.tleft .euromillionsMyMillion {
    text-align: left;
}

.result-grid.result-grid-moved {
    padding-top: 25px;
}

.customer-service-number {
    color: #ecd260;
    font-size: xx-large;
}

.collapse {
    margin: 5px auto 15px;
    max-height: 60px;
    overflow: hidden;
    transition: max-height .3s ease;
}

.collapse.collapse-open {
    max-height: 1000px;
}

.collapse-link {
    display: block;
    color: inherit;
    height: 60px;
    border: 1px solid #959595;
    border-radius: 4px;
    cursor: pointer;
}

.collapse.collapse-open .collapse-link {
    border-radius: 4px 4px 0 0;
    border-bottom: none;
}

.collapse-body {
    padding: 10px;
    border: 1px solid #959595;
    border-radius: 0 0 4px 4px;
}

.collapse.collapse-open .collapse-link,
.collapse.collapse-open .collapse-body {
    border-color: #d8b34d
}

.menu-box {
    display: flex;
    justify-content: space-between;
}

.menu-box__item {
    width: 100%;
    flex: 1 1 auto;
}

#paymentSessionForm {
    width: 90%;
    max-width: 450px;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #d8b34d;
    margin: 30px auto 50px;
    box-shadow: 0 5px 8px rgba(100, 100, 100, 0.3);
}

#paymentSessionForm label {
    font-size: 1.4em;
    text-align: left;
}

#paymentSessionForm input[type="text"] {
    border: 1px solid #959595;
    font-size: 1.2em;
    padding: 5px;
    margin: 5px auto 15px;
    border-radius: 3px;
}

#paymentSessionForm select {
    border: 1px solid #959595;
    font-size: 1.2em;
    padding: 5px;
    margin: 5px auto 15px;
    border-radius: 3px;
    background-color: #fff;
    width: 90%;
    text-align: left;
}

#paymentSessionForm .checkbox {
    margin: 10px auto;
}

#paymentSessionForm input[type="checkbox"] {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.pricing-block {
    display: block;
    color: inherit;
    height: 60px;
    border: 1px solid #d8b34d;
    font-size: smaller;
}

.pricing-block-body {
    padding: 10px;
    border: 1px solid #d8b34d;
}

select.select-big {
    height: 50px;
    padding: 10px;
    margin: 10px 0;
    width: 100%;
    border-radius: 5px;
    border: 2px solid #be9627;
    background-color: white;
}

h1.register {
    font-size: xx-large;
    margin-bottom: 50px;
}

h2.choose-grid {
    font-size: x-large;
    margin-bottom: 20px;
}

.lastdraw {
    z-index: 0;
}

@media (min-width: 768px) {
    .icon-container {
        max-width: 50px;
        padding: 0 10px;
    }
}

@media (max-width: 1280px) {
    .catchphrase p {
        font-size: 6em;
    }

    .sub-header p {
        font-size: 1.8em;
    }

    .el-ball {
        width: 32px;
        height: 32px;
        padding: 1px;
    }

    .el-star {
        width: 30px;
        padding-left: 14px;
    }

    #main-header nav li {
        margin: 0 10px;
    }
}

@media (max-width: 1024px) {
    .hidden-lg {
        display: none;
    }

    #blurbs {
        margin-top: 0;
        padding: 50px 10px !important;
    }

    .under-blurb {
        margin-top: 0;
        padding: 80px 10px 80px;
    }

    .catchphrase p {
        font-size: 4em;
    }

    #main-header nav {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #0e4894;
        z-index: -1;
        top: 0;
        left: 0;
        opacity: 0;
        transition: all .3s ease;
    }

    #main-header nav.open {
        z-index: 9999;
        opacity: 1;
    }

    #main-header nav ul {
        margin-top: 25px;
    }

    #main-header nav li {
        color: #fff;
        display: block;
        font-size: 2em;
        padding: 10px;
    }

    #menu-close {
        display: block;
        position: fixed;
        top: 10px;
        right: 35px;
        font-size: 5em;
        color: #fff;
    }

    #menu-open {
        display: block;
        font-size: 4em;
        position: relative;
        top: 20px;
        right: 20px;
        text-align: right;
    }

    .under-blurb-home {
        margin-bottom: 30px;
    }

    .el-ball {
        width: 30px;
        height: 30px;
        padding: 3px;
    }

    .el-star span {
        padding-left: 20px;
    }

    .btn-icon {
        font-size: 1.2em;
        max-width: 90%;
    }

    .pricing-block {
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .hidden-m {
        display: none;
    }

    .catchphrase {
        top: 0;
    }

    .btn-icon {
        font-size: 1em;
    }

    .collapse {
        max-height: 100px;
    }

    .collapse-link {
        height: 100px;
    }

    .menu-box {
        flex-wrap: wrap;
    }

    .menu-box__item {
        width: 100%;
        flex: 0 0 50%;
        text-align: left;
    }

    .menu-box__item .btn-icon {
        text-align: left;
        padding: 8px 20px;
        margin: 0 auto 8px;
    }

    .menu-box__item .btn-icon div {
        display: inline-block;
        height: 20px;
        vertical-align: middle;
    }

    .pricing-block-body {
        padding: 0;
        font-size: smaller;
    }

    .btn-wide{
        padding: 5px;
    }
}

@media (max-width: 600px) {
    .hidden-s {
        display: none;
    }

    .b-t-2 {
        border-bottom: 2px solid white;
    }

    .result-grid span {
        font-size: 1em;
        width: 30px;
        height: 30px;
    }

    .result-grid .euromillionsNumber::after,
    .result-grid .euromillionsStar::after {
        top: -32%;
    }

    .title {
        font-size: 2.2em;
    }

    p {
        font-size: 1.3em;
    }

    .btn {
        font-size: 1.2em;
    }

    .sub-header p {
        font-size: 1.3em;
    }
}

@media (max-width: 468px) {
    .menu-box {
        flex-direction: column;
    }

    .menu-box__item {
        width: 100%;
    }
}
