
@font-face {
    font-family: 'Italianno';
    src: url("fonts/Italianno-Regular.ttf");
    font-weight: normal;
    font-style: normal
}

.font-italianno, .parchment-pattern .parchment-content, .handwriting, #tinymce[data-id="edit_page_head"] em, #tinymce[data-id="create_page_head"] em, .landing-page .request-form .guarantee, .landing-page .request-form .guarantee strong {
    font-family: 'Italianno';
    font-weight: 300 !important
}

    .font-italianno--bold, .parchment-pattern .parchment-content .parchment-title {
        font-family: 'Italianno';
        font-weight: 600 !important
    }



@font-face {
    font-family: 'Lora';
    src: url("fonts/Lora-Regular.ttf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Lora Italic';
    src: url("fonts/Lora-Italic.ttf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Lora Bold';
    src: url("fonts/Lora-Bold.ttf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Lora Bold Italic';
    src: url("fonts/Lora-BoldItalic.ttf");
    font-weight: normal;
    font-style: normal
}

.font-lora, .post-scriptum__content__title, .landing-page, .landing-page__footer h3, .landing-page__footer .testimonies__text, .landing-page .request-form__title, .landing-page .request-form__validation-button button, .landing-page .request-form .countdown, .multi-step__block__item__button-next-step, .confirmation-page, .confirmation-page--subscription-success h1, .confirmation-page--subscription-success .modal .modal-content, .confirmation-page--subscription-success .content-confirm .block-step-container__item .number_container .number_content, .confirmation-page--subscription-success .content-confirm .block-step-container__item .text_container, .error-page {
    font-family: 'Lora';
    font-weight: 300 !important
}

.font-lora--italic, .call-to-action .cta-title {
    font-family: 'Lora Italic'
}

.font-lora--bold, .quote footer, .quote-payment footer, .landing-page__footer .testimonies__text span, .landing-page__footer__who-am-i__title, .landing-page__footer__what-is-tarot-astral__title, .landing-page .about .mceTitle strong, .landing-page .about .mceSubTitle strong, .landing-page .request-form__title strong, .landing-page .request-form__validation-button button strong, .landing-page .request-form .jsEmailAddress .tooltip strong, strong, .multi-step__block__item__button-next-step strong, .confirmation-page--subscription-success .modal .modal-content .modal-footer a {
    font-family: 'Lora Bold'
}

.font-lora--bold-italic, .confirmation-page--subscription-success__content-confirm__did-you-know h2 {
    font-family: 'Lora Bold Italic'
}

@font-face {
    font-family: 'dancingScriptRegular';
    src: url("fonts/DancingScript-Regular.ttf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'dancingScriptBold';
    src: url("fonts/DancingScript-Bold.ttf");
    font-weight: bold
}

.font-dancing, .request-form .guarantee, .landing-page .request-form__title .subtitle {
    font-family: 'dancingScriptRegular';
    font-weight: 100 !important
}

.font-dancing--bold {
    font-family: 'dancingScriptBold';
    font-weight: 100 !important
}

@font-face {
    font-family: 'icomoon';
    src: url("fonts/icomoon.eot?nxim8m");
    src: url("fonts/icomoon.eot?nxim8m#iefix") format("embedded-opentype"),url("fonts/icomoon.ttf?nxim8m") format("truetype"),url("fonts/icomoon.woff?nxim8m") format("woff"),url("fonts/icomoon.svg?nxim8m#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"], [class*=" icon-"], .icomoon, .icon-lunar:before, .double-liner__svg:before, .double-liner--xs .double-liner__svg:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}



html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

a {
    background-color: transparent;
}

strong {
    font-weight: bolder;
}

img {
    border-style: none;
}

button, input, select {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, [type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring, [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

.hidden {
    display: none !important;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        transition: 0.6s ease-in-out left;
    }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-inner > .item.active {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: 0;
        }
}

.carousel-inner > .active {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0,0,0,0);
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff;
    }

@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: 20px;
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container:before, .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

    .row:before, .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

.col-md-4, .col-xs-6, .col-sm-6, .col-md-6, .col-md-8, .col-md-11, .col-xs-12, .col-sm-12, .col-md-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-6, .col-xs-12 {
    float: left;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-6, .col-sm-12 {
        float: left;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-12 {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-4, .col-md-6, .col-md-8, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent;
    }

.form-group {
    margin-bottom: 15px;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

footer, header, section {
    display: block;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

strong {
    font-weight: bold;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

img {
    border: 0;
}

button, input, select {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-times:before {
    content: "\F00D";
}

.fa-phone:before {
    content: "\F095";
}

.fa-spinner:before {
    content: "\F110";
}

.fa-circle:before {
    content: "\F111";
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.landing-page, .landing-page__footer h3, .landing-page__footer .testimonies__text, .landing-page .request-form__validation-button button {
    font-family: 'Lora';
    font-weight: 300 !important;
}

    .landing-page__footer .testimonies__text span, .landing-page__footer__who-am-i__title, .landing-page__footer__what-is-tarot-astral__title, .landing-page .request-form__validation-button button strong, strong {
        font-family: 'Lora Bold';
    }

[class^="icon-"], .double-liner__svg:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.double-liner__svg:before {
    content: "\E900";
}

.hidden {
    display: none;
    position: absolute;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.zi-1 {
    z-index: 1;
}

.zi--1 {
    z-index: -1;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.pr-0 {
    padding-right: 0px;
}

@media (max-width: 767px) {
    .pb-xs-0 {
        padding-bottom: 0px !important;
    }

    .pl-xs-0 {
        padding-left: 0px !important;
    }

    .ph-xs-0 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}

.pl-5 {
    padding-left: 5px;
}

.ph-5 {
    padding-right: 5px;
    padding-left: 5px;
}

@media (max-width: 767px) {
    .pr-xs-5 {
        padding-right: 5px !important;
    }
}

.pb-20 {
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .pr-xs-20 {
        padding-right: 20px !important;
    }
}

.hidden {
    display: none;
    position: absolute;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-10 {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .mt-xs-10 {
        margin-top: 10px !important;
    }
}

.mt-20 {
    margin-top: 20px;
}

@media (max-width: 991px) {
    .mb-sm-20 {
        margin-bottom: 20px !important;
    }
}

@media (max-width: 767px) {
    .mt-xs-20 {
        margin-top: 20px !important;
    }
}

.testimonies__bullets {
    position: relative;
    bottom: 0;
    left: inherit;
    width: inherit;
    margin-left: inherit;
}

.testimonies__item {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.testimonies__photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    float: left;
    text-align: center;
    border-radius: 100%;
    overflow: hidden;
}

    .testimonies__photo > img {
        width: 100%;
        height: 100%;
    }

.testimonies__text {
    width: 100%;
    padding-left: 120px;
    min-height: 100px;
    float: left;
    font-family: OpenSans;
    font-style: italic;
}

.flex-container {
    overflow: hidden;
    display: flex;
}

@media (max-width: 767px) {
    .flex-container--xs-flex {
        display: flex !important;
    }
}

.flex-container--align-item-center {
    align-items: center !important;
}

.flex-container__none {
    flex: none;
}

.flex-container__one {
    flex: 1;
    min-width: 10%;
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.animate-spatial--container__bg-2__inner-2 {
    width: 100%;
    height: 100%;
    top: -25%;
    left: -35%;
    position: absolute;
    background: url("../img/bg_spatial_2.png") top center no-repeat;
    background-size: cover;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    transition: all 10s linear;
}

.request-form {
    overflow: hidden;
}

.request-form__validation-button {
    margin-bottom: 25px !important;
}

    .request-form__validation-button button {
        position: relative;
        width: 100%;
        min-height: 50px;
        height: auto;
        padding: 10px;
        color: #ffffff;
        font-size: 20px;
        font-family: OpenSansSemiBold;
        background: #6abfe3;
        background: linear-gradient(to bottom, #6abfe3 0%, #2593c2 100%);
        border: none;
        border-radius: 8px;
    }

        .request-form__validation-button button:hover {
            background: #2593c2;
            background: linear-gradient(to bottom, #2593c2 0%, #6abfe3 100%);
        }

.request-form__validation-button--pulse button {
    border-radius: 8px;
    box-shadow: 0 0 0 0 #6abfe3;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

    .request-form__validation-button--pulse button:hover {
        -webkit-animation: none;
        animation: none;
    }

.request-form__error {
    color: #ff0000;
}

.request-form .form-group input[type=text] {
    height: 40px;
    padding: 0 10px;
}

.request-form .form-group select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 40px;
    background-image: url("../img/arrow_select.png");
    background-position: right 10px center;
    background-repeat: no-repeat;
}

.request-form .help-block, .request-form .request-form__error {
    position: relative;
    color: #fff !important;
    text-align: center;
    max-height: 0;
    transition: all 1s ease-out;
    opacity: 0;
}

.transition-3 {
    transition: all .3s ease-in-out;
}

.tarot-game {
    display: block;
    width: 100%;
    margin: auto;
}

    .tarot-game .cards-drawn {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
    }

        .tarot-game .cards-drawn .card-drawn {
            display: inline-block;
            position: relative;
            vertical-align: top;
            box-sizing: border-box;
            max-width: 100px;
            min-width: 70px;
            width: 25%;
            margin: 0 10px 20px;
        }

@media (min-width: 1200px) {
    .tarot-game .cards-drawn .card-drawn {
        max-width: 114px;
        min-width: 80px;
    }
}

.tarot-game .cards-drawn .card-drawn__ratio {
    width: 100%;
    opacity: 0;
    display: block;
}

.tarot-game .cards-drawn .card-drawn__inner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(73,35,71,0.8);
    border-radius: 10px;
}

.tarot-game .cards-drawn .card-drawn__inner__text {
    position: absolute;
    display: block;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
}

.tarot-game .desktop-tarot {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 auto !important;
    padding: 0;
    width: 0;
    margin-left: 50px;
    transition: all 1s ease-in-out;
}

.tarot-game .desktop-tarot__center {
    margin: 0 auto !important;
}

.tarot-game .desktop-tarot .placement-card {
    text-decoration: none;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 0px;
    position: relative;
    transition: all 1s ease-in-out;
}

.tarot-game .desktop-tarot .card {
    position: relative;
}

    .tarot-game .desktop-tarot .card .card-inner .card-front {
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    }

    .tarot-game .desktop-tarot .card:hover {
        top: -20px;
    }

        .tarot-game .desktop-tarot .card:hover .card-inner .card-front {
            box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
            -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
        }

.tarot-game .card {
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 100px;
    top: 0;
    left: -50px;
    background-color: transparent;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.tarot-game .card__ratio {
    width: 100%;
    opacity: 0;
    display: block;
}

.tarot-game .card .card-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    .tarot-game .card .card-inner .card-front, .tarot-game .card .card-inner .card-back {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-radius: 6px;
        overflow: hidden;
    }

    .tarot-game .card .card-inner .card-front {
        background-color: #666;
        background-size: cover !important;
    }

    .tarot-game .card .card-inner .card-back {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        background-size: cover !important;
    }

.animation--rotate {
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 200s;
    animation-duration: 200s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animation--rotate-inverse {
    -webkit-animation-name: rotate-inverse;
    animation-name: rotate-inverse;
    -webkit-animation-duration: 200s;
    animation-duration: 200s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.double-liner-container {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    padding: 0px;
}

.double-liner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    top: 0px;
    left: 0px;
}

.double-liner__liner-one {
    display: block;
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 10px 0 0 10px;
}

    .double-liner__liner-one .line-bottom, .double-liner__liner-one .line-top {
        height: 1px;
        width: calc(100% - 20px);
        position: absolute;
        background: #fff;
        left: 10px;
    }

    .double-liner__liner-one .line-bottom {
        bottom: 10px;
    }

    .double-liner__liner-one .line-top {
        top: 10px;
    }

    .double-liner__liner-one .line-top-double-left {
        top: 10px;
        width: calc(50% - 50px);
    }

    .double-liner__liner-one .line-top-double-right {
        top: 10px;
        width: calc(50% - 50px);
        left: inherit;
        right: 10px;
    }

    .double-liner__liner-one .line-left, .double-liner__liner-one .line-right {
        width: 1px;
        height: calc(100% - 20px);
        position: absolute;
        background: #fff;
        top: 10px;
    }

    .double-liner__liner-one .line-left {
        left: 10px;
    }

    .double-liner__liner-one .line-right {
        right: 10px;
    }

.double-liner__liner-two {
    position: relative;
    width: 100%;
    height: 100%;
}

    .double-liner__liner-two .line-bottom, .double-liner__liner-two .line-top {
        height: 1px;
        width: calc(100% - 100px);
        position: absolute;
        background: #fff;
        left: 50px;
    }

    .double-liner__liner-two .line-bottom {
        bottom: 10px;
    }

    .double-liner__liner-two .line-top {
        top: 10px;
    }

    .double-liner__liner-two .line-top-double-left {
        top: 10px;
        width: calc(50% - 90px);
    }

    .double-liner__liner-two .line-top-double-right {
        top: 10px;
        width: calc(50% - 90px);
        left: inherit;
        right: 50px;
    }

    .double-liner__liner-two .line-left, .double-liner__liner-two .line-right {
        width: 1px;
        height: calc(100% - 100px);
        position: absolute;
        background: #fff;
        top: 50px;
    }

    .double-liner__liner-two .line-left {
        left: 10px;
    }

    .double-liner__liner-two .line-right {
        right: 10px;
    }

    .double-liner__liner-two .corner {
        display: block;
        width: 40px;
        height: 40px;
        overflow: hidden;
        position: absolute;
    }

    .double-liner__liner-two .corner-top-left {
        top: 10px;
        left: 10px;
    }

    .double-liner__liner-two .corner-bottom-left {
        bottom: 10px;
        left: 10px;
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .double-liner__liner-two .corner-top-right {
        top: 10px;
        right: 10px;
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .double-liner__liner-two .corner-bottom-right {
        bottom: 10px;
        right: 10px;
    }

    .double-liner__liner-two .corner-liner {
        height: 160%;
        display: block;
        position: absolute;
        width: 1px;
        background: #fff;
        left: 50%;
        top: -30%;
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.double-liner__svg {
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 4px;
    font-size: 24px;
    left: 50%;
    color: #fff;
    margin-left: -50px;
    text-align: center;
}

.landing-page {
    margin: 0;
    color: #ffffff;
    position: relative;
}

    .landing-page p {
        margin: 5px 0;
    }

.landing-page__global__container {
    position: relative;
    overflow: hidden;
}

    .landing-page__global__container .double-liner {
        z-index: 1;
    }

.landing-page__free-bar {
    text-align: center;
    padding: 6px;
    position: relative;
    width: 200%;
    margin-left: -50%;
}

.landing-page__container {
    z-index: 100;
    position: relative;
    padding: 0 40px 40px;
}

@media (max-width: 767px) {
    .landing-page__container {
        padding: 0 0 40px;
    }
}

.landing-page__header {
    min-height: 200px;
    padding-top: 20px;
}

@media (max-width: 991px) {
    .landing-page__header {
        min-height: 120px;
        padding-top: 0px;
    }
}

.landing-page__header__persona, .landing-page__header__persona-bis {
    display: block;
    width: 350px;
    height: 350px;
    position: absolute;
    top: -40px;
}

@media (max-width: 991px) {
    .landing-page__header__persona, .landing-page__header__persona-bis {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 767px) {
    .landing-page__header__persona, .landing-page__header__persona-bis {
        width: 45%;
        top: 33px;
    }
}

.landing-page__header__persona-bis__wheel {
    position: absolute;
    width: 100%;
    opacity: 1;
}

.landing-page__header__persona__head, .landing-page__header__persona-bis__head {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.landing-page__header__persona {
    left: 0;
}

@media (max-width: 767px) {
    .landing-page__header__persona {
        width: 50%;
        max-width: 200px;
        top: 33px;
        -webkit-transform: translate(-30%, -40%);
        transform: translate(-30%, -40%);
    }
}

@media (max-width: 767px) {
    .landing-page__header__persona--with-teaser {
        top: 70px;
    }
}

.landing-page__header__persona-bis {
    right: 0;
}

@media (max-width: 767px) {
    .landing-page__header__persona-bis {
        width: 50%;
        max-width: 200px;
        top: 33px;
        -webkit-transform: translate(30%, -40%);
        transform: translate(30%, -40%);
    }
}

@media (max-width: 767px) {
    .landing-page__header__persona-bis--with-teaser {
        top: 70px;
    }
}

.landing-page__footer {
    z-index: 100;
    position: relative;
    width: 100%;
    padding: 20px 0;
}

    .landing-page__footer h3 {
        font-size: 24px;
        margin: 0;
    }

    .landing-page__footer .testimonies {
        margin-top: 0px;
    }

@media (max-width: 767px) {
    .landing-page__footer .testimonies {
        position: relative;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .landing-page__footer .testimonies__photo {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 100;
    }
}

.landing-page__footer .testimonies__text {
    font-style: normal;
}

@media (max-width: 767px) {
    .landing-page__footer .testimonies__text {
        padding-left: 0;
        margin-top: 50px;
        height: 300px;
        padding: 70px 20px 50px;
        text-align: center;
        position: relative;
    }
}

@media (max-width: 767px) {
    .landing-page__footer .testimonies__text__mobile {
        position: absolute;
        margin-top: 30px;
        top: 50%;
        left: 10%;
        width: 80%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.landing-page__footer .testimonies__text p {
    font-size: 15px;
    line-height: 1.2;
    white-space: pre-warp;
}

.landing-page__footer .testimonies__text span {
    font-size: 18px;
}

.landing-page__footer .testimonies .carousel-indicators li {
    border: none;
    opacity: .5;
    width: 7px;
    height: 7px;
    margin: 0;
}

.landing-page__footer .testimonies .carousel-indicators .active {
    border: none;
    opacity: 1;
    width: 7px;
    height: 7px;
    margin: 0;
}

.landing-page__footer .testimonies .carousel-inner {
    min-height: 150px;
}

@media (max-width: 991px) {
    .landing-page__footer__who-am-i, .landing-page__footer__what-is-tarot-astral {
        margin-top: 20px;
    }
}

.landing-page__footer__who-am-i__title, .landing-page__footer__what-is-tarot-astral__title {
    position: relative;
    display: inline-block;
    margin-bottom: 10px !important;
    font-size: 20px !important;
}

@media (max-width: 767px) {
    .landing-page__footer__who-am-i__title, .landing-page__footer__what-is-tarot-astral__title {
        width: 100%;
        text-align: center;
    }
}

.landing-page__footer__who-am-i__text, .landing-page__footer__what-is-tarot-astral__text {
    text-align: left;
    font-size: 15px;
}

@media (max-width: 767px) {
    .landing-page__footer__who-am-i__text, .landing-page__footer__what-is-tarot-astral__text {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .landing-page__footer__what-is-tarot-astral__img {
        text-align: center;
    }
}

.landing-page__footer__what-is-tarot-astral__img img {
    max-width: 100%;
}

@media (max-width: 767px) {
    .landing-page__footer__what-is-tarot-astral__img img {
        display: inline-block;
    }
}

.landing-page__background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 0;
}

.landing-page__form__bar-title {
    left: 0;
    top: 0;
    padding: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
    position: relative;
    padding: 0;
    box-shadow: 0 4px 5px -2px rgba(0,0,0,0.49);
    -webkit-box-shadow: 0 4px 5px -2px rgba(0,0,0,0.49);
    -moz-box-shadow: 0 4px 5px -2px rgba(0,0,0,0.49);
}

@media (max-width: 767px) {
    .landing-page__form__bar-title {
        margin: 20px 0 20px 0;
        box-shadow: none;
        background: none;
    }
}

.landing-page__form__bar-title:after {
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 767px) {
    .landing-page__form__bar-title:after {
        display: none;
    }
}

.landing-page .request-form {
    border-radius: 8px;
    padding: 0 0 20px 0;
    overflow: inherit;
}

@media (max-width: 767px) {
    .landing-page .request-form {
        background: none;
        padding: 0 20px 20px 20px;
    }
}

.landing-page .request-form #free_offer_formQuestion {
    display: none;
    position: absolute;
}

.landing-page .request-form__birthdate__title h3 {
    line-height: 1;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 200;
    margin-right: 10px;
}

.landing-page .request-form__validation-button {
    margin-bottom: 15px !important;
}

    .landing-page .request-form__validation-button button {
        font-weight: 100;
        cursor: pointer;
        outline: none;
        font-size: 21px;
        line-height: 1.3;
        box-shadow: 0 0 12px -2px #000000;
        border-radius: 1000px;
    }

        .landing-page .request-form__validation-button button:hover {
            text-shadow: 0px 0px 6px #fff;
            box-shadow: 0 0 12px -2px #000000;
        }

        .landing-page .request-form__validation-button button strong {
            letter-spacing: 1px;
            font-size: 1.1em;
        }

@media (max-width: 767px) {
    .landing-page .request-form__validation-button button {
        font-size: 16px !important;
    }
}

.landing-page .request-form__validation-button button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,0.2);
    border-radius: 1000px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    filter: blur(8px);
    -webkit-filter: blur(10px);
}

.landing-page .request-form__validation-button button:hover:before {
    -webkit-animation: circle 1s;
    animation: circle 1s;
}

.landing-page .request-form__validation-button--pulse button {
    -webkit-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1) !important;
    animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1) !important;
}

    .landing-page .request-form__validation-button--pulse button:hover {
        -webkit-animation: none;
        animation: none;
    }

@media (max-width: 767px) {
    .landing-page .request-form__validation-button {
        margin-bottom: 15px !important;
    }
}

.landing-page .request-form .form-group .help-block, .landing-page .request-form .form-group .request-form__error {
    color: #ff0000;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
}

.landing-page .request-form .form-group input[type=text], .landing-page .request-form .form-group select {
    height: 35px;
}

@media (max-width: 767px) {
    .landing-page .request-form .form-group input[type=text], .landing-page .request-form .form-group select {
        height: 30px;
    }
}

.tarot-game__context--LP .cards-drawn {
    padding-top: 40px;
}

.tarot-game__context--LP .card-drawn__inner--animated {
    -webkit-animation: bounce-5-with-delay 5s infinite;
    animation: bounce-5-with-delay 5s infinite;
}

.tarot-game__context--LP .card-drawn__inner__text {
    color: #fff;
}

.double-liner-container {
    padding: 10px;
}

strong {
    letter-spacing: 1px;
    font-size: 1.1em;
}

.form-control {
    font-size: 16px;
}

@media (max-width: 767px) {
    .form-control {
        padding: 3px 6px;
    }
}

.landing-page {
    background: #2b0b2c;
}

@media (max-width: 767px) {
    .landing-page {
        background: #2b0b2c;
    }
}

.landing-page__free-bar {
    background: #6abfe3;
    color: #fff;
}

.landing-page__footer {
    background: #2b0b2c;
    color: #fff;
}

    .landing-page__footer .testimonies__photo {
        border: 2px solid #fff;
    }

@media (max-width: 767px) {
    .landing-page__footer .testimonies__text {
        border: 2px solid #fff;
    }
}

.landing-page__footer .testimonies .carousel-indicators li {
    background: #fff;
}

.landing-page__footer .testimonies .carousel-indicators .active {
    background: #fff;
}

.landing-page__form__bar-title {
    background: #fff;
    color: #fff;
}

@media (max-width: 767px) {
    .landing-page__form__bar-title {
        background: none;
    }
}

.landing-page__form__bar-title:after {
    background: #fff;
}

.landing-page .request-form {
    background: #6abfe3;
    background: linear-gradient(to bottom, rgba(192,228,243,0.1) 0%, rgba(106,191,227,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$lp-form-background-color', endColorstr='$lp-form-background-color',GradientType=0 );
}

@media (max-width: 767px) {
    .landing-page .request-form {
        background: none;
    }
}

.landing-page .request-form__validation-button button {
    color: #fff;
    background: #467afa;
    background: linear-gradient(to bottom, #467afa 0%, #3faddb 100%);
}

    .landing-page .request-form__validation-button button:hover {
        background: #3faddb;
        background: linear-gradient(to bottom, #3faddb 0%, #467afa 100%);
    }

.landing-page .request-form__validation-button--pulse button {
    box-shadow: 0 0 0 0 #467afa;
}

.landing-page .request-form h3, .landing-page .request-form span {
    color: #fff;
}

@media (max-width: 767px) {
    .landing-page .request-form h3, .landing-page .request-form span {
        color: #fff;
    }
}

@media (max-width: 767px) {
    .container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

html {
    height: 100%;
}

.stars-container {
    display: block;
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.stars-container__stars, .stars-container__twinkling {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.stars-container__stars {
    background: url("../img/stars.png") repeat top center;
    z-index: 0;
}






.landing-page {
    background: #2b0b2c;
}

@media (max-width: 767px) {
    .landing-page {
        background: #5d1550;
    }
}

.landing-page__free-bar {
    background: #9e3a7d;
    color: #fff;
}

.landing-page__footer {
    background: #29092b;
    color: #fff;
}

    .landing-page__footer .testimonies__photo {
        border: 2px solid #fff;
    }

@media (max-width: 767px) {
    .landing-page__footer .testimonies__text {
        border: 2px solid #fff;
    }
}

.landing-page__footer .testimonies .carousel-indicators li {
    background: #fff;
}

.landing-page__footer .testimonies .carousel-indicators .active {
    background: #fff;
}

.landing-page__form__bar-title {
    background: #2c2142;
    color: #fff;
}

@media (max-width: 767px) {
    .landing-page__form__bar-title {
        background: none;
    }
}

.landing-page__form__bar-title:after {
    background: #2c2142;
}

.landing-page .request-form {
    background: #31284b;
    background: -webkit-linear-gradient(top, #5c4b8e 0%, #31284b 100%);
    background: linear-gradient(to bottom, #5c4b8e 0%, #31284b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$lp-form-background-color', endColorstr='$lp-form-background-color',GradientType=0);
}

@media (max-width: 767px) {
    .landing-page .request-form {
        background: none;
    }
}

.landing-page .request-form__validation-button button {
    color: #fff;
    background: #5c8afe;
    background: -webkit-linear-gradient(top, #5c8afe 0%, #215ff4 100%);
    background: linear-gradient(to bottom, #5c8afe 0%, #215ff4 100%);
}

    .landing-page .request-form__validation-button button:hover {
        background: #215ff4;
        background: -webkit-linear-gradient(top, #215ff4 0%, #5c8afe 100%);
        background: linear-gradient(to bottom, #215ff4 0%, #5c8afe 100%);
    }

.landing-page .request-form__validation-button--pulse button {
    box-shadow: 0 0 0 0 rgba(92, 138, 254, 1);
}

.landing-page .request-form h3, .landing-page .request-form span {
    color: #fff;
}

@media (max-width: 767px) {
    .landing-page .request-form h3, .landing-page .request-form span {
        color: #fff;
    }
}




h1, h2, h3 {
    color: white;
    font-family: 'Lora';
}

.priceben {
    position: absolute;
    margin-top: 65px;
    margin-left: 250px;
}

.fontben {
    font-size: 21px;
}

@media only screen and (max-width:768px) {
    .priceben {
        position: absolute;
        margin-top: 110px;
        margin-left: 35px;
    }

    .fontben {
        padding-top: 200px
    }
}

footer .bottom-footer {
    background: #29092b !important;
    color: #fff !important;
}

    footer .bottom-footer p {
        background: #29092b !important;
        color: #fff !important;
    }

body {
    background: #29092b !important;
}

footer .bottom-footer ul li a {
    background: #29092b !important;
    color: #fff !important;
}

/*! CSS Used from: Embedded */
footer ul li a:hover, footer ul li a:active, footer ul li a:focus {
    color: #5590d9 !important;
    transition: none !important;
}

footer ul li a {
    font-size: 15px;
    color: #333 !important;
    text-decoration: none !important;
    line-height: 24px;
}


/*! CSS Used from: Embedded */
.bottom-actions {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 30000;
    padding-left: 8px;
    padding-right: 8px;
    background: #fff;
    box-shadow: 0 -1px 2px 0 rgba(0,0,0,.12);
}

    .bottom-actions .bottom-actions-btns {
        display: flex;
        font-size: 0;
    }

        .bottom-actions .bottom-actions-btns > .actionsBtn {
            flex: 1;
            display: inline-block;
            height: 3.6rem;
            font-size: 1.5rem;
            line-height: 3.6rem;
            text-align: center;
            border-radius: .2rem;
            margin-right: .8rem;
            box-shadow: 0 1px 2px 0 #1d8091;
        }

            .bottom-actions .bottom-actions-btns > .actionsBtn:last-child {
                margin-right: 0;
            }

            .bottom-actions .bottom-actions-btns > .actionsBtn.strong {
                color: #fff;
                background-image: linear-gradient(to right, #09b3b0, #1d8091);
                -webkit-box-shadow: 0 4px 11px -2px rgba(86,70,143,.8);
                box-shadow: 0 4px 11px -2px rgba(86,70,143,.8);
            }
/*! CSS Used keyframes */
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(.95);
        transform: scaleX(.95);
    }

    50% {
        -webkit-transform: scale3d(.98,.98,.98);
        transform: scale3d(.98,.98,.98);
    }

    to {
        -webkit-transform: scaleX(.95);
        transform: scaleX(.95);
    }
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(70,122,250,0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(70,122,250,0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 10px rgba(232,76,61,0);
    }
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(92, 138, 254, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(92, 138, 254, 0);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate-inverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes rotate-inverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 150%;
        height: 150%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 0.5;
    }

    40% {
        opacity: 0.5;
    }

    100% {
        width: 150%;
        height: 150%;
        opacity: 0;
    }
}

@-webkit-keyframes bounce-5-with-delay {
    0% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }

    5% {
        -webkit-transform: scale(1.1) translateY(0);
        transform: scale(1.1) translateY(0);
    }

    15% {
        -webkit-transform: scale(0.9) translateY(0);
        transform: scale(0.9) translateY(0);
    }

    25% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }

    28% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }

    32% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }

    50%,100% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }
}

@keyframes bounce-5-with-delay {
    0% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }

    5% {
        -webkit-transform: scale(1.1) translateY(0);
        transform: scale(1.1) translateY(0);
    }

    15% {
        -webkit-transform: scale(0.9) translateY(0);
        transform: scale(0.9) translateY(0);
    }

    25% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }

    28% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }

    32% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }

    50%,100% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }
}

@keyframes move-twink-back {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -10000px 5000px;
    }
}

@-webkit-keyframes move-twink-back {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -10000px 5000px;
    }
}





tarot-reading-deck-card {
    background-position: 50% 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    margin-left: -7.5%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 75ms;
    width: 8.65%;
}

tarot-reading-deck {
    display: block;
    height: 210px;
    margin: 0 -10px;
}

tarot-reading-deck-card:hover {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
}

tarot-reading-deck-card:first-child {
    margin-left: 0;
}

*, :after, :before {
    box-sizing: border-box;
}

tarot-reading-deck {
    display: block;
    height: 210px;
    margin: 0 -10px;
}

@media only screen and (orientation:landscape) {
    tarot-reading-deck {
        height: 210px;
    }
}

@media only screen and (max-width:575px) {
    tarot-reading-deck {
        margin: 0;
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    tarot-reading-deck {
        margin: 0 -110px;
    }
}

tarot-reading-deck-card {
    background-position: 50% 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 75ms;
    margin-left: -31%;
    width: 34%;
}

    tarot-reading-deck-card:first-child {
        margin-left: 0;
    }

    tarot-reading-deck-card:hover {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }

@media only screen and (max-width:575px) {
    tarot-reading-deck {
        display: block;
        height: 210px;
        margin: 0 0;
    }

    tarot-reading-deck-card {
        margin-left: -27%;
        width: 29%;
    }
}

@media only screen and (orientation:landscape) {
    tarot-reading-deck {
        height: 210px;
        margin: 0 0px;
    }

    tarot-reading-deck-card {
        margin-left: -10.38%;
        width: 14%;
    }
}

*, :after, :before {
    box-sizing: border-box;
}



tarot-reading-deck-card {
    background-image: url('../img/karta_b.jpg');
}

    tarot-reading-deck-card:hover {
        background-image: url('../img/karta_b.jpg');
    }

tarot-reading-deck-card {
    background-image: url('../img/karta_b.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 7px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.12), 0 4px 4px rgba(0,0,0,0.12), 0 8px 8px rgba(0,0,0,0.12), 0 16px 16px rgba(0,0,0,0.12);
}

@media only screen and (min-width:920px) {
    tarot-reading-deck-card:hover {
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transform: scale(1.2) !important;
    }
}

@media only screen and (orientation:landscape) {
    tarot-reading-deck {
        height: 188px;
        margin: 0 0px;
    }

    tarot-reading-deck-card {
        margin-left: -8%;
        width: 20%;
    }
}

@media only screen and (max-width:920px) {
    tarot-reading-deck {
        display: block;
        height: 188px;
        margin: 0 0;
    }

    tarot-reading-deck-card {
        margin-left: -6%;
        width: 17%;
    }
}

@media only screen and (max-width:575px) {
    tarot-reading-deck {
        display: block;
        height: 152px;
        margin: 0 0;
    }

    tarot-reading-deck-card {
        margin-left: -11.48%;
        width: 22.8%;
    }
}

@media only screen and (max-width:370px) {
    tarot-reading-deck {
        display: block;
        height: 141px;
        margin: 0 0;
    }

    tarot-reading-deck-card {
        margin-left: -14%;
        width: 24.5%;
    }
}

*, :after, :before {
    box-sizing: border-box;
}

tarot-spread, tarot-spread > :first-child {
    display: block;
}

tarot-spread {
    position: relative;
}

    tarot-spread, tarot-spread > :first-child {
        display: block;
    }

spread-partial {
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 14px;
    margin: 0 auto;
}

    spread-partial spread-card {
        font-family: sans-serif;
    }

spread-partial {
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 14px;
    margin: 0 auto;
}

    spread-partial spread-card h3.position-name {
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }

    spread-partial spread-card .outline {
        height: 174.6789px;
        width: 112px;
        background-color: #fff;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 120%;
        display: block;
        border: 1px dotted #dbdbdb;
        border-radius: 20px;
    }

    spread-partial spread-card p.card-name {
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }



    spread-partial spread-card h3.position-name {
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }

    spread-partial spread-card h3.position-name, spread-partial spread-card p.card-name {
        display: -webkit-flex;
        display: flex;
        font-size: 14px;
        font-weight: 200;
        height: 35px;
        -webkit-justify-content: center;
        justify-content: center;
        line-height: 1.4;
        margin: 0 auto;
        opacity: .9;
        text-align: center;
        text-transform: uppercase;
    }

*, :after, :before {
    box-sizing: border-box;
}

tarot-spread {
    position: relative;
    padding-top: 20px;
}

    tarot-spread, tarot-spread > :first-child {
        display: block;
    }

spread-partial {
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 12px;
    margin: 0 auto;
}

    spread-partial spread-card h3.position-name, spread-partial spread-card p.card-name {
        display: -webkit-flex;
        display: flex;
        font-weight: normal;
        height: 35px;
        -webkit-justify-content: center;
        justify-content: center;
        font-size: 12px;
        margin: 0 auto;
        opacity: .9;
        text-align: center;
        text-transform: uppercase;
    }

@media only screen and (max-width:575px) {
    spread-partial spread-card h3.position-name, spread-partial spread-card p.card-name {
        font-size: 11px;
        height: 19.6px;
        font-family: sans-serif;
    }
}

@media only screen and (max-width:369px) {
    spread-partial spread-card h3.position-name, spread-partial spread-card p.card-name {
        font-size: 11px;
        height: 16.8px;
    }
}

spread-partial spread-card h3.position-name {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

spread-partial spread-card p.card-name {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

spread-partial spread-card.next .outline {
    -webkit-animation: blink 2s infinite;
    animation: blink 2s infinite;
}

h3 {
    padding-bottom: 0;
    margin-bottom: -5px;
}

@media only screen and (min-width:576px) {
    spread-partial spread-card .outline {
        height: 282.53211px;
        width: 180px;
    }
}

@media only screen and (max-width:575px) {
    spread-partial spread-card .outline {
        height: 282.53211px;
        width: 180px;
    }
}

@media only screen and (max-width:369px) {
    spread-partial spread-card .outline {
        height: 148.16514px;
        width: 95px;
    }
}

tarot-spread {
    position: relative;
}

    tarot-spread, tarot-spread > :first-child {
        display: block;
    }

spread-partial {
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 14px;
    margin: 0 auto;
}

    spread-partial spread-card {
        font-family: Montserrat,sans-serif;
    }

        spread-partial spread-card h3.position-name, spread-partial spread-card p.card-name {
            display: -webkit-flex;
            display: flex;
            font-size: 11.2px;
            font-weight: 200;
            height: 28px;
            -webkit-justify-content: center;
            justify-content: center;
            line-height: 1.4;
            margin: 0 auto;
            opacity: .9;
            text-align: center;
            text-transform: uppercase;
        }

@media only screen and (max-width:575px) {
    spread-partial spread-card h3.position-name, spread-partial spread-card p.card-name {
        font-size: 9.8px;
        height: 19.6px;
    }
}

@media only screen and (max-width:369px) {
    spread-partial spread-card h3.position-name, spread-partial spread-card p.card-name {
        font-size: 8.4px;
        height: 16.8px;
    }
}

spread-partial spread-card h3.position-name {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

spread-partial spread-card p.card-name {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

spread-partial spread-card.next .outline {
    -webkit-animation: blink 2s infinite;
    animation: blink 2s infinite;
}

spread-card.next .outline {
    background: rgba(73,35,71,0.8);
    border-radius: 10px;
}

tarot-spread .outline {
    background: rgba(73,35,71,0.8);
    border-radius: 10px;
}

tarot-spread spread-card.next .outline {
    background: rgba(73,35,71,0.8);
    border-radius: 10px;
}

h3 {
    font-family: 'Marcellus';
}

.card-name {
    color: white !important;
}

spread-card.next .outline {
    background: rgba(73,35,71,0.8);
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

tarot-spread .outline {
    background: rgba(73,35,71,0.8);
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

spread-partial spread-card .outline {
    background: rgba(73,35,71,0.8);
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

spread-partial spread-card .outline {
    background-color: none !important;
    border: none !important;
    border-radius: 8px;
}

spread-card.next .outline {
    background: rgba(73,35,71,0.8);
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

tarot-spread .outline {
    background: rgba(73,35,71,0.8);
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width:575px) {
    spread-partial spread-card h3.position-name, spread-partial spread-card p.card-name {
        font-size: 9.8px;
        height: 19.6px;
    }
}

@media only screen and (max-width:369px) {
    spread-partial spread-card h3.position-name, spread-partial spread-card p.card-name {
        font-size: 8.4px;
        height: 16.8px;
    }
}




tarot-spread spread-card.next .outline {
    background: rgba(73,35,71,0.8);
    border-radius: 10px;
}

tarot-spread spread-card.next .outline {
    background: rgba(73,35,71,0.8);
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@-webkit-keyframes blink {
    to {
        opacity: 1;
    }

    25% {
        opacity: .3;
    }
}

@keyframes blink {
    to {
        opacity: 1;
    }

    25% {
        opacity: .3;
    }
}

.blink {
    -webkit-animation: blink 2s infinite;
    animation: blink 2s infinite;
}


spread-partial {
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 14px;
    margin: 0 auto;
}

    spread-partial spread-card {
        font-family: sans-serif;
    }

spread-partial {
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 14px;
    margin: 0 auto;
}

    spread-partial spread-card h3.position-name {
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }

    spread-partial spread-card .outline {
        height: 174.6789px;
        width: 112px;
        background-color: #fff;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 120%;
        display: block;
        border: 1px dotted #dbdbdb;
        border-radius: 20px;
    }

    spread-partial spread-card p.card-name {
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }



    spread-partial spread-card h3.position-name {
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }

    spread-partial spread-card h3.position-name, spread-partial spread-card p.card-name {
        display: -webkit-flex;
        display: flex;
        font-size: 14px;
        font-weight: 200;
        height: 35px;
        -webkit-justify-content: center;
        justify-content: center;
        line-height: 1.4;
        margin: 0 auto;
        opacity: .9;
        text-align: center;
        text-transform: uppercase;
    }

*, :after, :before {
    box-sizing: border-box;
}

tarot-spread {
    position: relative;
    padding-top: 20px;
}

    tarot-spread, tarot-spread > :first-child {
        display: block;
    }

spread-partial {
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 12px;
    margin: 0 auto;
}

    spread-partial spread-card h3.position-name, spread-partial spread-card p.card-name {
        display: -webkit-flex;
        display: flex;
        font-weight: normal;
        height: 35px;
        -webkit-justify-content: center;
        justify-content: center;
        font-size: 12px;
        margin: 0 auto;
        opacity: .9;
        text-align: center;
        text-transform: uppercase;
    }

@media only screen and (max-width:575px) {
    spread-partial spread-card h3.position-name, spread-partial spread-card p.card-name {
        font-size: 11px;
        height: 19.6px;
        font-family: sans-serif;
    }
}

@media only screen and (max-width:369px) {
    spread-partial spread-card h3.position-name, spread-partial spread-card p.card-name {
        font-size: 11px;
        height: 16.8px;
    }
}

spread-partial spread-card h3.position-name {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

spread-partial spread-card p.card-name {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

h3 {
    padding-bottom: 0;
    margin-bottom: -5px;
}



@media only screen and (min-width:576px) {
    spread-partial spread-card .outline {
        height: 282.53211px;
        width: 180px;
    }

    spread-partial spread-card .outline {
        height: 282.53211px;
        width: 180px;
    }

    spread-partial spread-card .outline, spread-partial spread-card img[src] {
        height: 282px;
        width: 180px;
    }
}

@media only screen and (max-width:575px) {
    spread-partial spread-card .outline {
        height: 174.6789px;
        width: 112px;
    }

    spread-partial spread-card .outline {
        height: 174.6789px;
        width: 112px;
    }

    spread-partial spread-card .outline, spread-partial spread-card img[src] {
        height: 174.6789px;
        width: 112px;
    }
}

@media only screen and (max-width:369px) {
    spread-partial spread-card .outline {
        height: 148.16514px;
        width: 95px;
    }

    spread-partial spread-card .outline {
        height: 148.16514px;
        width: 95px;
    }

    spread-partial spread-card .outline, spread-partial spread-card img[src] {
        height: 148.16514px;
        width: 95px;
    }
}

tarot-spread {
    position: relative;
}

    tarot-spread, tarot-spread > :first-child {
        display: block;
    }

spread-partial {
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 14px;
    margin: 0 auto;
}

    spread-partial spread-card {
        font-family: Montserrat,sans-serif;
    }

        spread-partial spread-card h3.position-name, spread-partial spread-card p.card-name {
            display: -webkit-flex;
            display: flex;
            font-size: 11.2px;
            font-weight: 200;
            height: 28px;
            -webkit-justify-content: center;
            justify-content: center;
            line-height: 1.4;
            margin: 0 auto;
            opacity: .9;
            text-align: center;
            text-transform: uppercase;
        }

@media only screen and (max-width:575px) {
    spread-partial spread-card h3.position-name, spread-partial spread-card p.card-name {
        font-size: 9.8px;
        height: 19.6px;
    }
}

@media only screen and (max-width:369px) {
    spread-partial spread-card h3.position-name, spread-partial spread-card p.card-name {
        font-size: 8.4px;
        height: 16.8px;
    }
}

spread-partial spread-card h3.position-name {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

spread-partial spread-card p.card-name {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

tarot-spread .outline {
    background-image: url('https://www.astrolife.si/css/tarot/rdeca/sorodna_dusa/card-back-highlight.svg');
}

h3 {
    font-family: 'Marcellus';
}

.card-name {
    color: white !important;
}



spread-partial spread-card .outline {
    background: rgba(73,35,71,0.8);
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

spread-partial spread-card .outline {
    background-color: none !important;
    border: none !important;
    border-radius: 8px;
}

spread-partial spread-card img[src] {
    border-radius: 8px;
}

.cardshadow {
    box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.12), 0 4px 4px rgba(0,0,0,0.12), 0 8px 8px rgba(0,0,0,0.12), 0 16px 16px rgba(0,0,0,0.12);
}


.bouncecards {
    -webkit-animation: bounce-5-with-delay 5s infinite;
    animation: bounce-5-with-delay 5s infinite
}
