#homePage.not-loggedin header {
    height: 170px;
    box-shadow: none;
}

#homePage.not-loggedin header .left .image {
    display: none;
}

#homePage.not-loggedin header .right {
    background-color: transparent;
}

#homePage.not-loggedin .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url("../img/bgd-1.jpg") center center no-repeat;
    background-size: cover;
    z-index: -1;
}

@media (max-width: 332px) {
    #homePage.not-loggedin .bg-image {
        background-position: 70% center;
    }
}

@media (min-width: 333px) and (max-width: 480px) {
    #homePage.not-loggedin .bg-image {
        background-position: 67% center;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    #homePage.not-loggedin .bg-image {
        background-position: 63% center;
    }
}

#homePage.not-loggedin .main {
    padding: 0 0 50px 0;
    background-color: transparent;
}

#homePage.not-loggedin .row:last-child {
    margin-bottom: 0;
}

#homePage.not-loggedin .row .col .ribbon-buttons .btn {
    display: inline-block;
    height: 100%;
}

#homePage.not-loggedin .row .col .ribbon-buttons .btn:first-child {
    margin-bottom: 20px;
}

#homePage.not-loggedin .row .col .ribbon-buttons .btn img {
    max-width: 180px;
}

#homePage.not-loggedin .row .col .join .btn {
    display: inline-block;
}

@media (max-width: 480px) {
    #homePage.not-loggedin header {
        height: 260px;
    }
}

@media (max-width: 768px) {
    #homePage.not-loggedin .row .col {
        margin-bottom: 20px;
        text-align: center;
    }

    #homePage.not-loggedin .row .col .logo {
        max-width: 200px;
        margin: auto;
    }

    #homePage.not-loggedin .row .col .content {
        max-width: 300px;
        margin: auto;
    }

    #homePage.not-loggedin .row .col .join .btn {
        width: 100%;
        max-width: 200px;
        height: 35px;
        font-size: 21px;
    }

    #homePage.not-loggedin .row .col .arrow {
        display: none;
    }
}

@media (min-width: 769px) {
    #homePage.not-loggedin .row {
        display: flex;
        align-items: flex-end;
        width: 100%;
        margin-bottom: 5px;
    }

    #homePage.not-loggedin .row .col {
        width: 30%;
        text-align: center;
    }

    #homePage.not-loggedin .row .col.middle {
        width: 40%;
    }

    #homePage.not-loggedin .row .col .ribbon-buttons {
        text-align: right;
    }

    #homePage.not-loggedin .row .col .logo {
        max-width: 250px;
        margin: auto;
    }

    #homePage.not-loggedin .row .col .content {
        max-width: 100%;
        margin: auto;
        font-size: 21px;
        line-height: 26px;
    }

    #homePage.not-loggedin .row .col .join .btn {
        width: 100%;
        max-width: 250px;
        height: 46px;
        font-size: 29px;
    }

    #homePage.not-loggedin .row .col .arrow {
        text-align: left;
    }

    #homePage.not-loggedin .row .col .arrow img {
        height: 50px;
    }
}

@media (min-width: 992px) {
    #homePage.not-loggedin .row {
        /*margin-bottom: 30px;*/
    }

    #homePage.not-loggedin .row .col {
        width: 33.33%;
    }

    #homePage.not-loggedin .row .col.middle {
        width: 33.33%;
    }

    #homePage.not-loggedin .row .col .ribbon-buttons {
        text-align: right;
    }

    #homePage.not-loggedin .row .col .ribbon-buttons .btn img {
        max-width: 200px;
    }

    #homePage.not-loggedin .row .col .logo {
        max-width: 300px;
    }

    /*#homePage.not-loggedin .row .col .content {*/
    /*    font-size: 21px;*/
    /*    line-height: 26px;*/
    /*}*/

    #homePage.not-loggedin .row .col .join .btn {
        max-width: 300px;
        height: 55px;
        font-size: 32px;
    }

    #homePage.not-loggedin .row .col .arrow img {
        height: 60px;
    }
}

@media (min-width: 1200px) {
    #homePage.not-loggedin .row {
        /*margin-bottom: 50px;*/
    }

    #homePage.not-loggedin .row .col {
        width: 30%;
        text-align: center;
    }

    #homePage.not-loggedin .row .col.middle {
        width: 40%;
    }

    #homePage.not-loggedin .row .col .ribbon-buttons {
        text-align: right;
    }

    #homePage.not-loggedin .row .col .ribbon-buttons .btn img {
        max-width: 100%;
    }

    #homePage.not-loggedin .row .col .logo {
        max-width: 360px;
    }

    #homePage.not-loggedin .row .col .content {
        /*max-width: 100%;*/
        font-size: 23px;
        line-height: 27px;
    }

    #homePage.not-loggedin .row .col .join .btn {
        max-width: 360px;
        height: 66px;
        font-size: 42px;
    }

    #homePage.not-loggedin .row .col .arrow img {
        height: 70px;
    }
}

/***************************************************************************************************/

#homePage.loggedin header .right.regular {
    display: none;
}

#homePage.loggedin header .right.loggedin {
    display: block;
}

#homePage.loggedin .main {
    padding: 20px 0;
    background-color: #b5181d;
}

#homePage.loggedin .insert-code-wrapper {
    margin-top: 30px;
    text-align: center;
}

#homePage.loggedin .insert-code-wrapper .btn {
    background-color: transparent;
    max-width: 350px;
}

#homePage.loggedin .insert-code-wrapper .shine.down.big::before {
    bottom: -50px;
}

/*#homePage.loggedin .insert-code-wrapper .btn.shine.down::before {*/
/*    width: 120px;*/
/*    height: 51px;*/
/*    bottom: -45px;*/
/*    background-image: url("../img/shine-down.png");*/
/*}*/

#homePage.loggedin .collect-wrapper {
    margin: 55px 0;
}

#homePage.loggedin .collect-wrapper .collect {
    text-align: center;
}

#homePage.loggedin .collect-wrapper .collect a {
    display: block;
    width: 100%;
    height: 100%;
}

#homePage.loggedin .collect-wrapper .collect img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#homePage.loggedin .collect-wrapper .btn {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 467px;
    max-height: 71px;
    margin: 0 auto;
    color: #b5191d;
    background: transparent url("../img/ribbon-white-slim.png") no-repeat center center;
    background-size: contain;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 480px) {
    #homePage.loggedin .main {
        padding-bottom: 0;
    }

    #homePage.loggedin .collect-wrapper {
        margin: 57px 0 0;
    }

    #homePage.loggedin .collect-wrapper .section {
        padding: 30px 0;
    }

    #homePage.loggedin .collect-wrapper .btn {
        max-width: 300px;
        max-height: 46px;
        background-size: cover;
        font-size: 23px;
    }
}

@media (min-width: 481px) {
    #homePage.loggedin .collect-wrapper {
        display: flex;
        justify-content: center;
    }

    #homePage.loggedin .collect-wrapper .section {
        width: 35%;
    }

    #homePage.loggedin .collect-wrapper .section:first-child {
        margin: 0 10px 0 0;
    }

    #homePage.loggedin .collect-wrapper .section:last-child {
        margin: 0 0 0 10px;
    }

    #homePage.loggedin .collect-wrapper .btn {
        font-size: 22px;
        padding-top: 17px;
    }
}

@media (min-width: 575px) {
    #homePage.loggedin .collect-wrapper .btn {
        font-size: 27px;
        padding-top: 13px;
    }
}

@media (min-width: 768px) {
    #homePage.loggedin .insert-code-wrapper {
        margin-top: 0;
    }

    #homePage.loggedin .collect-wrapper .btn {
        font-size: 34px;
        padding-top: 7px;
    }
}

@media (min-width: 992px) {
    #homePage.loggedin .insert-code-wrapper .btn.shine.down::before {
        width: 151px;
        height: 64px;
        bottom: -55px;
    }

    #homePage.loggedin .collect-wrapper .btn {
        font-size: 43px;
        padding: 0;
    }
}


#homePage .home-notice-popup {
    z-index: 999;
    text-align: center;
    position: fixed;
    max-width: 100%;
    display: none;
}

#homePage .home-notice-popup .popup {
    background: #b5181d;
    width: 400px;
    height: 460px;
    max-width: 90%;
}

#homePage .home-notice-popup.popup-wrapper .popup .popup-header {
    padding: 10px 20px 0 0;
}

#homePage .home-notice-popup.popup-wrapper .popup .popup-header .close-popup {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-position: center center;
    border: 1px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 20px;
}

#homePage .home-notice-popup img {
    margin-bottom: 20px;
    max-width: 200px;
}

#homePage .home-notice-popup p {
    margin-bottom: 30px;
    font-size: 17px;
}

#homePage .home-notice-popup p a {
    color: #ffffff;
    text-decoration: underline;
}

#homePage .home-notice-popup p a:active {
    text-decoration: none;
}

#homePage .home-notice-popup .button {
    padding: 10px 10px 6px;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-family: MyriadPro-Regular, Arial, sans-serif;
    font-size: 23px;
}

#homePage .home-notice-popup .button:active {
    color: #b5181d;
    background: #ffffff;
}

@media(min-width: 992px) {
    #homePage .home-notice-popup p a:hover {
        text-decoration: none;
    }

    #homePage .home-notice-popup .button:hover {
        color: #b5181d;
        background: #ffffff;
    }
}