/* ---------- DEFAULT STYLES ---------- */
body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
}

.hidden {
    display: none !important;
}

.noselect {
    -webkit-touch-callout: none !important; /* iOS Safari */
    -webkit-user-select: none !important; /* Safari */
    -khtml-user-select: none !important; /* Konqueror HTML */
    -moz-user-select: none !important; /* Old versions of Firefox */
    -ms-user-select: none !important; /* Internet Explorer/Edge */
    user-select: none !important; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.title h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    text-align: center;
    color: #2A295C;
    font-size: 50px;
}

.subTitle h2 {
    margin-top: 5%;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 38px;
    color: #2A295C;
    font-weight: 600;
}

.subTitle h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #2A295C;
}

.subTitle {
    text-align: center;
}

.subTitle img {
    width: 30%;
}

.subTitle p {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    color: #53527B;
}

.subTitleText p {
    text-align: center;
    color: #53527B;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 17px;
}

.back {
    float: left;
    position: relative;
    left: 5%;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #102B4E;
    font-size: 17px;
    text-decoration: none;
}

.back:hover {
    color: #EA444E;
    cursor: pointer;
}

.back i {
    position: relative;
    right: 5px;
}

.backHome {
    padding: 10px 20px 10px 20px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff !important;
    background-color: #EA444E;
    border: 1px solid #EA444E;
    border-radius: 50px;
    display: block;
    width: 20%;
    text-align: center;
}

.backHome:hover {
    cursor: pointer;
    border: 1px solid #EA444E;
    background-color: #ffffff;
    color: #EA444E !important;
}

/* ----------------------------------- */
/* ---------- SHOW MORE BTN ---------- */


.showMore, .showMore2{
    padding: 10px 20px 10px 20px;
    margin: 0 auto 40px auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    background-color: #EA444E;
    border: 1px solid #EA444E;
    border-radius: 50px;
    display: block;
    width: 261px;
    text-align: center;
    user-select: none;
}

.showMore i, .showMore2 i {
    margin-left: 15px;
}

.showMore:hover, .showMore2:hover {
    cursor: pointer;
    border: 1px solid #EA444E;
    background-color: #ffffff;
    color: #EA444E;
}

.showMore.active, .showMore2.active {
    border: 1px solid #EA444E;
    background-color: #ffffff;
    color: #EA444E;
}

.showMore.active i, .showMore2.active i {
    margin-left: 15px;
}

.showMore.active:hover, .showMore2.active:hover {
    color: #ffffff;
    background-color: #EA444E;
    border: 1px solid #EA444E;
}


/* ------------------------- */
/* ---------- TAC ---------- */
.title.document h1 {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

.termsAndConditions h3 {
    margin-top: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #2A295C;
}

.termsAndConditions p {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    color: #53527B;
}

.termsAndConditions a {
    color: #2A295C;
}

/* --------------------------------- */
/* ---------- TMP WARNING ---------- */
.christmasWarning {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    background-color: #EA444E;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
}

.christmasWarning .icon {
    text-align: center;
    padding: 0 20px 0 0;
    margin: 0;
    vertical-align: top;
    height: 25px;
    width: 25px;
}

.christmasWarning .text {
    text-align: center;
    padding: 20px 0;
    margin: 0;
    line-height: 30px;
}


/* --------------------------------- */
/* ---------- CASHBACK ------------- */
.cashbackFlag,
.plusCashbackFlag {
    position: absolute;
    top: -23px;
    right: -23px;
    width: 84px;
    height: 84px;
    background: url(/images/old/cashback-flag.svg) no-repeat center;
    background-size: 100% 100%;
    z-index: 10;
}

.plusCashbackFlag {
    background: url(/images/old/plus-cashback-flag.svg) no-repeat center !important;
}

.cashbackFlag p,
.plusCashbackFlag p{
    position: absolute;
    left: 38px;
    top: 28px;
    font-size: 14px;
    color: #FFFFFF;
    transform: rotate(45deg);
}

.cashbackFlag.dar {
    background: url(/images/old/plus-cashback-flag.svg) no-repeat center !important;
}

.cashbackFlag.dar p {
    left: 37px;
    top: 31px;
    font-size: 12px;
}

.newFlag {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 40px;
    height: 40px;
    background: url(/images/old/new.svg) no-repeat center;
    background-size: 100% 100%;
    z-index: 10;
}

.christmasBell {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 55px;
    height: 55px;
    transform: rotate(30deg);
    background: url(/images/old/christmas-bell.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 10;
}

.christmasBell.biggerBells {

}


/* --------------------------------- */
/* ---------- CHECKBOX ------------- */
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0; top: 0;
    width: 1.25em; height: 1.25em;
    border: 1px solid #2A295C;
    background: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '\2714\0020';
    position: absolute;
    left: 0; top: 0;
    padding-top: .26em;
    padding-left: .12em;
    width: 1.13em; height: .99em;
    border: 1px solid #2A295C;
    font-size: 1.0em;
    line-height: 0.8;
    color: #fff;
    background: #2A295C;
    transition: all .2s;
    border-radius: 4px;
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}
[type="checkbox"]:disabled + label {
    color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
    border: 1px solid #2A295C;
}

/* hover style just for information */
label:hover:before {
    border: 1px solid #2A295C !important;
}


/* ------------------------------------ */
/* ---------- MAINTANENCE ------------- */
.maintenance {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.maintenance img{
    width: 150px;
    margin-top: 5%;
    margin-bottom: 2%;
}

.maintenance h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #EA444E;
}

.maintenance p {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    color: #53527B;
}


/* ------------------------------------------ */
/* ---------- LINK TO CESTUJSBENEFITY ---------- */

.friendLink {
    width: 100%;
    margin-top: 3%;
    margin-bottom: 5%;
}

.friendLink .blueBox {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 50%;
    background-color: #2A295C;
    padding: 24px;
    border-radius: 12px;
}

.friendLink .header {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 24px;
}

.friendLink .whiteBox {
    background-color: #ffffff;
    border-radius: 12px;
    text-align: center;
    padding: 25px;
}

.friendLink .categories {
    display: flex;
    width: 100%;
    align-items: baseline;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.friendLink a {
    margin-bottom: 2%;
    width: 150px;
}

.friendLink .category{
    width: 100%;
    display: inline-block;
}

.friendLink .category img {
    max-height: 52px;
    max-width: 52px;
}

.friendLink .category p{
    margin-top: 2px;
    color: #2A295C;
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
}

.friendLink .cestujLink {
    margin: 2% auto 0 auto;
    border: solid 2px #45CFD9;
    border-radius: 50px;
    width: 340px;
}

.friendLink .cestujLink img{
    display: inline;
    width: 250px;
    padding-top: 10px;
}

.friendLink .cestujLink img.dark {
    display: none;
}

.friendLink .cestujLink:hover {
    border: solid 2px #2A295C;
    background-color: #2A295C;
}

.friendLink .cestujLink:hover img {
    display: none;
}

.friendLink .cestujLink:hover img.dark {
    display: inline;
}


/* -------------------------- */
/* ---------- MEDIA ----------*/
@media only screen and (max-width: 1400px) {

}

@media only screen and (max-width: 1000px) {
    .backHome {
        width: 60%;
    }

    .subTitle img {
        width: 100%;
    }

    .cashback {
        width: 60%;
    }

    .subTitleText p {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .title.document h1 {
        width: 80%;
    }

    .termsAndConditions p {
        width: 80% !important;
    }

    .friendLink .blueBox {
        width: 75%;
    }


}

@media only screen and (max-width: 700px) {
    .title.document h1 {
        width: 90%;
    }

    .termsAndConditions p {
        width: 90% !important;
    }
}

@media only screen and (min-width: 650px) {
    .mobile {
        display: none !important;
    }
}

@media only screen and (max-width: 650px) {
    .desktop {
        display: none !important;
    }

    .backHome {
        width: 70%;
    }

    .back {
        float: none;
        top: 25px;
        font-size: 24px;
    }

    .title h1 {
        margin-top: 10px;
        padding-left: 3%;
        padding-right: 3%;
        font-size: 26px;
    }

    .title.document h1 {
        margin-top: 25%;
        margin-bottom: 0;
    }

    .termsAndConditions h3 {
        margin-top: 0;
    }

    .subTitleText p {
        font-size: 15px;
    }

    .showMore, .showMore2 {
        border-radius: 9px;
    }
}

@media only screen and (max-width: 550px) {
    .friendLink .cestujLink {
        width: 250px;
    }

    .friendLink .cestujLink img {
        width: 200px;
    }
}

@media only screen and (max-width: 420px) {
    .friendLink .cestujLink {
        width: 200px;
    }

    .friendLink .cestujLink img {
        width: 170px;
    }
}


