﻿
.text-white {
    color: #FFF
}

.font16 {
    font-size: 16px
}

#loginHead, #socialHead, .font18 {
    font-size: 18px
}

.font20 {
    font-size: 20px
}

.font24 {
    font-size: 24px
}

.font30 {
    font-size: 30px
}

.font45 {
    font-size: 45px
}

.font60 {
    font-size: 5.5rem
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.p-6 {
    padding: 4.5rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pt-6 {
    padding-top: 4.5rem !important;
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

.font-weight-normal {
    font-weight: 500 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

#or, .facebooklogin-text span, .twitterlogin-text span {
    font-weight: 700
}

.font-italic {
    font-style: italic !important
}

.line-height-2 {
    line-height: 2
}
.line-height-35 {
    line-height: 35px
}


.w-100 {
    width: 100%
}


.navbar-nav li {
    font-size: 20px;
    color: #fff !important;
    font-weight: 200;
    padding-left: 60px;
}

    .navbar-nav li a:hover {
        /*border-bottom: 2px solid #fff;*/
        color: #ffd800 !important;
    }

.navbar-inverse {
    background-color: transparent !important;
    border-color: transparent !important;
}

.home_bg {
    /*background-color: #130820;*/
    background-image: url(https://d7xz0z8wxifpp.cloudfront.net/astro/banner.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 100% auto;
}

.body-content, header {
    border: none;
    margin: 0;
}

.home_bg h2 {
    font-size: 69px;
    color: #fff;
    padding-top: 157px;
    font-weight: 700;
}

.home_bg h1 {
    font-size: 46px;
    color: #fff;
    padding-top: 157px;
    font-weight: 700;
}

.home_bg p {
    color: #FFF;
    FONT-SIZE: 26px;
}

.padding-top-242 {
    padding-top: 240px;
}

.float-left {
    float: left;
}

.device-text {
    font-size: 16px;
    color: #fff;
}

    .device-text span {
        padding: 6px 0px 0px 6px;
        display: inline-block;
        font-size: 17px;
        font-weight: 700;
    }

.padding-top-60 {
    padding-top: 60px !important;
}

.m-header-img {
    /*position: absolute;*/
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-20 {
    padding-bottom: 20px;
}

.yellow-header {
    width: 100%;
    text-align: center;    
    line-height: 1.1em;
    padding-top: 10px;
    text-decoration: none;
    color: #1b1b1b;
    font-size: 50px;
    font-weight: 700;
}

    .yellow-header::after {
        border-bottom: 4px solid #f9d46b;
        width: 100%;
        padding: 2px;
        display: block;
        content: '';
        margin-top: -27px;
    }

    .yellow-header span {
        background: #fff;
        text-decoration: none;
        padding: 0px 20px;
    }

.key-feature {
    font-size: 22px;
    text-align: left;
    padding-left: 20px;
    font-weight: bold;
}

.color-gray {
    color: #8d8894;
}

.tarot-bg {
    background-image: url(https://d7xz0z8wxifpp.cloudfront.net/astro/tarot_side_img.png);
    background-repeat: no-repeat;
    background-position-x: right;
    margin-top: 70px;
    padding: 80px 0px;
}

    .tarot-bg .tarot-border {
        border-radius: 10px;
        border-left: 5px solid #ffd800;
        background-color: #fff;
        padding: 80px 50px;
        -webkit-box-shadow: -20px -18px 43px -27px rgba(0,0,0,0.73);
        -moz-box-shadow: -20px -18px 43px -27px rgba(0,0,0,0.73);
        box-shadow: -20px -18px 43px -27px rgba(0,0,0,0.73);
        border-top: 1px solid #dedede;
        border-right: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
    }

    .tarot-bg .main {
        font-size: 50px;
        color: #000;
        font-weight: bold;
        line-height: 58px;
        padding-right: 20px;
    }

    .tarot-bg .detail {
        font-size: 20px;
        line-height: 40px;
        color: #8d8894;
        padding-top: 20px;
    }

.carousel-caption {
    position: inherit;
    bottom: 0px;
    left: 0%;
    text-shadow: none;
    color: #000;
}

.color_black {
    color: #000;
}

.display-table {
    display: table;
}



.carousel-caption-img-left {
    position: absolute;
    opacity: 0.3;
    width: 150px;
    margin-top: 32px !important;
    padding-right: 28px;
    left: 25%;
    z-index: 2;

}

.carousel-caption-img-right {
    position: absolute;
    opacity: 0.3;
    width: 150px;
    margin-top: 32px !important;
    padding-left: 28px;
    right: 26%;
    z-index: 2;
    
}

.carousel-indicators {
    bottom: -26px;
}

/*.carousel-indicators .active {
    background-color: #000;
}*/

    .carousel-indicators li {
        border: 1px solid #000;
    }

.contact-us-header {
    font-size: 50px;
    color: #1b1b1b;
    font-weight: bold;
}

.contactBtn {
    color: #1b1b1b;
    background-color: #ffd100;
    padding: 10px 58px;
    border: none;
    border-radius: 18px;
    font-size: 20px;
    float: right;
}

    .contactBtn:focus {
        outline: none;
    }

    .contactBtn:hover {
        box-shadow: -2px 2px 1px 0px rgba(0,0,0,0.3);
    }

    .input-validation-error {
        border: 1px solid #fa0808;
    }

.footer {
    background-color: #3C0C5D;
}

    .footer ul {
        list-style: none;
        display: inline-block;
    }

        .footer ul li {
            float: left;
            color: #fff;
            padding-top: 20px;
        }

            .footer ul li::after {
                content: '|' ;
                padding: 20px;
            }

            .footer ul li a {
                font-size: 16px;
                color: #fff;
            }
.color-white {
    color: #fff !important;
}

.navbar-fixed-top.scrolled {
    background-color: #230f3a !important;
    transition: background-color 200ms linear;
}

.feature-bg {
    background-image: url(https://d7xz0z8wxifpp.cloudfront.net/astro/downloadqpp_banner.png);
    background-repeat: no-repeat;
    background-position-x: left;
    /*margin-top: 70px;*/
    margin: 80px 0px;
    display: inline-block;
    width: 100%;
}

    .feature-bg h2 {
        color: #fff;
        font-size: 50px;
        font-weight: 600;
    }

    .feature-bg .detail {
        color: #fff;
        font-size: 16px;
        padding: 10px 0px;
    }

    .feature-bg .border {
        padding: 30px 10px 50px;
    }

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

.max-body-content {
    max-width: 1530px;
}

.contact-bg {
    background-color: #f5f5f5;
}

.body-bg {
    background-color: #f4f4f4;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.fixed-scrolled {
    background-color: #230f3a !important;
    transition: background-color 200ms linear;
}

.cookie-bar.visible {
    max-height: 1000px;
    -webkit-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;
    -moz-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
    z-index: 9999999999;
    width: auto;
    right: 0;
    float: right;
}

.cookie-bar .AVsizer {
    padding-top: 15px;
    padding-bottom: 15px;
    float: right;
    margin-bottom: 0px;
    max-width: 450px;
    border-radius: 9px 0px 0px 0px;
}

.AVsizer {
    margin: 0 auto;
    text-align: left;
    position: relative;
    max-width: 1290px;
    background: #230f3a !important;
    padding-left: 25px;
    padding-right: 25px;
}

.cookie-bar p {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: auto;
    padding: 0 30px 0 0;
    vertical-align: middle;
    text-align: left;
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
}

.cookie-bar .close {
    cursor: pointer;
    display: block;
    border: 1px solid #ADB2B6;
    opacity: 1;
    padding: 0;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 24px;
}

.cookie-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5000;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    text-align: center;
    color: #FFF;
    -webkit-transition: max-height .5s cubic-bezier(0,1,0,1);
    -o-transition: max-height .5s cubic-bezier(0,1,0,1);
    -moz-transition: max-height .5s cubic-bezier(0,1,0,1);
    transition: max-height .5s cubic-bezier(0,1,0,1);
}
.text-left {
    text-align: left;
}


.yellow-header strong {
    background-color: #fff;
    padding: 0px 10px 0px 10px;
}

.center-car-img {
    z-index: 99;
    position: relative;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    border-color: transparent;
    background-color: transparent;
}



#hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -o-transform: translateY(13px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-46deg);
}


.hamburger .line {
    width: 36px;
    height: 2px;
    background-color: #ecf0f1;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 1px 4px;
    /* margin-top: 8px; */
    margin-right: 15px;
    /* margin-bottom: 8px; */
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: transparent;
}

.dropdown-menu {
    background-color: #230f3a;
    border: 1px solid #ccc;
}

.dropdown .dropdown-menu a {
    background-color: transparent !important;
}

.dropdown .dropdown-menu a {
    display: block;
    padding: 6px 20px;
    color: #fff;
    font-size: 18px;
}

    .dropdown .dropdown-menu a:hover {
        color: #000;
        border: none;
        text-decoration: none;
    }


.nav.navbar-nav {
    float: right;
}

.key-shadow {
    -webkit-box-shadow: 0px 0px 32px 2px rgba(209,207,209,1);
    -moz-box-shadow: 0px 0px 32px 2px rgba(209,207,209,1);
    box-shadow: 0px 0px 32px 2px rgba(209,207,209,1);
    padding: 12px;
    min-height: 206px;
}


#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}

#homeAppCarousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

    #quote-carousel .carousel-control {
        background: none;
        color: #CACACA;
        font-size: 2.3em;
        text-shadow: none;
        margin-top: 30px;
    }

    #quote-carousel .carousel-indicators {
        position: relative;
        right: 50%;
        top: auto;
        bottom: 0px;
        margin-top: 20px;
        margin-right: -19px;
    }

        #quote-carousel .carousel-indicators li {
            width: 50px;
            height: 50px;
            cursor: pointer;
            border: 0px solid #ccc;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            border-radius: 50%;
            opacity: 0.4;
            overflow: hidden;
            transition: all .4s ease-in;
            vertical-align: middle;
        }

        #quote-carousel .carousel-indicators .active {
            width: 128px;
            height: 128px;
            opacity: 1;
            transition: all .2s;
        }

.item blockquote {
    border-left: none;
    margin: 0;
}

    .item blockquote p:before {
        content: "\f10d";
        font-family: 'Fontawesome';
        float: left;
        margin-right: 10px;
    }

.min-height-410 {
    min-height: 410px;
}





html, body {
    height: 100%;
    margin: 0;
}

.wrapper {
    min-height: 100%;
    /* Equal to height of footer */
    /* But also accounting for potential margin-bottom of last child */
    margin-bottom: -90px;
}


.push {
    height: 90px;
}

.alert {
    position: relative;
    top:0;
    z-index: 99999;
}

.display-inline {
    display: inline;
}

.dropdown-menu {
    top: 50px;
}
.addtextcolor {
    color: #F4C303;
}

.padding-top-15 {
    padding-top: 15px !important;
}
