@charset "UTF-8";
/* Variable Setup */
.agree_terms {
    width: 100%;
    margin-bottom: 15px;
}

.recaptcha {
    margin: 0 auto;
    width: 300px;
}

.check_is_ok:before {
    content: "\e013 ";
    color: #32cd32;
}

.check_is_nok:before,
.check_is_ok:before {
    font-family: "Glyphicons Halflings";
    font-size: 14px;
    margin-right: 6px;
}

.check_is_ok:before {
    content: "\e013 ";
    font-family: "Glyphicons Halflings";
    font-size: 14px;
    margin-right: 6px;
    color: limegreen;
}

.check_is_nok:before {
    content: "\e107 ";
    color: tomato;
}

.check_is_nok:before,
.check_is_ok:before {
    font-family: "Glyphicons Halflings";
    font-size: 14px;
    margin-right: 6px;
}

.check_is_nok:before {
    content: "\e107 ";
    font-family: "Glyphicons Halflings";
    font-size: 14px;
    margin-right: 6px;
    color: tomato;
}

.cs-button-primary {
    padding: 7px 14px !important;
    font-size: 14px;
    outline: 0 !important;
    background-image: none !important;
    filter: none;
    text-shadow: none;
    padding: 5px 10px;
    background: #27b8fb !important;
    float: right;
    color: #fff !important;
    border: 1px solid;
    border-color: #04a2eb;
    border-radius: 3px;
    transition: all 300ms;
    transform: scale(1) translateY(0);
    -webkit-box-shadow: 0px 1px 3px transparent, 0px 2px 6px transparent,
        0px 3px 9px transparent;
    -ms-box-shadow: 0px 1px 3px transparent, 0px 2px 6px transparent,
        0px 3px 9px transparent;
    -moz-box-shadow: 0px 1px 3px transparent, 0px 2px 6px transparent,
        0px 3px 9px transparent;
    -o-box-shadow: 0px 1px 3px transparent, 0px 2px 6px transparent,
        0px 3px 9px transparent;
    box-shadow: 0px 1px 3px transparent, 0px 2px 6px transparent,
        0px 3px 9px transparent;
}

#membership_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0;
    height: 100%;
    z-index: 1000000;
    font-weight: 300;
    display: none;
    overflow: scroll;
    color: #3b3b3b !important;
    margin-top: 0px;
}
#membership_popup .tab-content {
    margin-bottom: 2em;
}
#membership_popup .pricing-footer {
    margin-top: -3em !important;
}
#membership_popup .pricing h4 {
    margin-top: 0.2em !important;
}
#membership_popup .pricing h4:before {
    top: -65px;
}
#membership_popup .subscriptions {
    width: 100%;
}
#membership_popup .adblocker_message {
    float: left;
    padding: 0 1em;
    color: #990000;
}
#membership_popup .fb_error_message {
    display: none;
}
#membership_popup p {
    float: left;
    width: 100%;
    padding: 0 1em;
}
#membership_popup .title-box {
    height: 60px;
}
#membership_popup .tab-pane {
    background-color: #fff;
    -webkit-border-radius: 1em !important;
    -moz-border-radius: 1em !important;
    border-radius: 1em !important;
    padding: 0.5em;
}
#membership_popup .nav-tabs {
    background: transparent;
    border: 0;
}
#membership_popup .nav-tabs a {
    margin-top: -9px;
    height: 36px;
}

#subscribe_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 5%;
    height: 100%;
    z-index: 1000000;
    font-weight: 300;
    overflow: scroll;
    color: #3b3b3b !important;
    margin-top: 0;
}
#subscribe_popup #subscription-settings {
    position: relative;
    float: none;
    max-width: 1320px;
    padding-top: 2em;
    margin: auto;
    width: 100%;
    background: #fff;
    overflow: hidden;
}
#subscribe_popup p {
    float: left;
    width: 100%;
    padding: 0 1em;
}
#subscribe_popup .title-box {
    height: 60px;
}
#subscribe_popup .tab-pane {
    background-color: #fff;
    -webkit-border-radius: 1em !important;
    -moz-border-radius: 1em !important;
    border-radius: 1em !important;
    padding: 1em;
}
#subscribe_popup .nav-tabs {
    background: transparent;
    border: 0;
}
#subscribe_popup .nav-tabs a {
    margin-top: -9px;
    height: 36px;
}

#membership_popup .nav-tabs {
    top: 80px;
    right: 0;
}

.subs_popup {
    /*position: absolute!important;*/
}
.subs_popup #register_container {
    max-width: 1280px !important;
    top: 0 !important;
}

.subscription-period {
    width: 60% !important;
    margin-left: 20%;
    margin-top: 2em;
    float: left;
}

.subscription-period {
    width: 60% !important;
    margin-left: 20%;
    margin-top: 2em;
    float: left;
}

.sub_length_toggle {
    width: 450px;
    margin: auto;
    float: none;
    padding: 1em;
    text-align: center;
}

.toggle-side {
    width: 150px;
    float: left;
}
.toggle-side h2 {
    padding-bottom: 0;
}

.bootstrap-switch .bootstrap-switch-label {
    border-radius: 50% !important;
    background: #fff;
    width: 28px !important;
}

.bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    background: transparent !important;
    color: #65b6f0 !important;
}

.bootstrap-switch {
    border-radius: 2em !important;
    float: left;
    padding: 0.5em;
    background: #65b6f0;
    border: solid 2px #5fa8db;
}

.subscriptions-yearly {
    display: none;
}

.subscription-title {
    float: left;
    width: 92%;
    background: #e6f1f8;
    text-align: center;
    padding: 1em 0;
    margin: 1em 4% 1.5em;
}
.subscription-title p {
    color: #a1a1a1;
}

.register-main .title-box h2,
.login .title-box h2 {
    padding: 0;
    margin: 0;
    border: none;
    color: #3b3b3b;
    text-align: left;
}
.register-main h2,
.login h2 {
    text-align: center;
    margin-bottom: 1em;
    border-bottom: 1px solid #5b5b5b;
    padding-bottom: 15px;
    color: #3b3b3b;
    padding-top: 1em;
}
.register-main .register-text,
.login .register-text {
    padding: 1em;
    color: #3b3b3b;
    line-height: 1.2;
}
.register-main .register-text h2,
.login .register-text h2 {
    padding-top: 0;
}
.register-main .register-text h4,
.login .register-text h4 {
    margin-bottom: 1em;
    line-height: 1.2;
}
.register-main .register-text ul li,
.login .register-text ul li {
    margin-bottom: 15px;
}
.register-main .register-text ul li span,
.login .register-text ul li span {
    color: #1aaef6;
    font-style: oblique;
}

.popup_close {
    position: absolute;
    top: 10px;
    right: 0.5em;
    font-size: 160%;
    cursor: pointer;
    color: #3b3b3b;
    font-weight: 400;
    z-index: 100;
}
.popup_close:hover {
    color: #2b2b2b;
}

.blur {
    opacity: 0.5 !important;
    filter: blur(2px) !important;
    -webkit-filter: blur(2px) !important;
    -moz-filter: blur(2px) !important;
    -ms-filter: blur(2px) !important;
}

.login .inner-container {
    padding: 0 1em 1em 1em !important;
}
.login .inner-container p {
    color: #3b3b3b;
}
.login .inner-container .forgot_password {
    position: relative;
    margin: 0.5em 0 1em 0.5em;
    float: left;
}

.membership_popup_show {
    display: block !important;
}

#membership_popup .tab-pane {
    background-color: #fff;
    -webkit-border-radius: 1em !important;
    -moz-border-radius: 1em !important;
    border-radius: 1em !important;
    padding: 0.5em;
    box-shadow: 0px 1px 4px rgba(30, 30, 30, 0.2),
        0px 2px 6px rgba(30, 30, 30, 0.2), 0px 3px 10px rgba(30, 30, 30, 0.2);
}

#membership_popup .tab-pane .inner-container,
#membership_popup .tab-pane .register-main {
    max-height: 20%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 !important;
}

#membership_popup .simple-view {
    background: transparent;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 1em;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-height: 100%;
}

.reg-modal-content {
    width: 100%;
}

.simple-view #page {
    min-height: 800px;
    padding: 0;
    margin: 3em 0;
}

.simple-view #simple-header-logo {
    padding: 1em 2em 0;
}

#register_form,
#login_form {
    margin: 0 auto;
    width: 100%;
    color: #5b5b5b;
}

.register_login {
    margin: auto;
    float: none;
    width: 530px;
    max-width: 100%;
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url("../assets/fonts/glyphicons-halflings-regular.eot");
    src: url("../assets/fonts/glyphicons-halflings-regular.eot?#iefix")
            format("embedded-opentype"),
        url("../assets/fonts/glyphicons-halflings-regular.woff2")
            format("woff2"),
        url("../assets/fonts/glyphicons-halflings-regular.woff") format("woff"),
        url("../assets/fonts/glyphicons-halflings-regular.ttf")
            format("truetype"),
        url("../assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular")
            format("svg");
    font-weight: normal;
    font-style: normal;
}
#oauth_register_form {
    margin-top: 2em;
}

.oauth_container .oauth-list li {
    padding: 0;
    text-align: center;
    width: 33%;
    margin: auto;
    float: left;
}

.oauth_container .cim_facebook {
    background: url("/assets/themes/clickasnap/images/facebook-btn.png");
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
}

.oauth_container .cim_google {
    background: url("/assets/themes/clickasnap/images/google-btn.png");
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
}

.oauth_container .cim_twitter {
    background: url("/assets/themes/clickasnap/images/twitter-btn.png");
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
}

.oauth-msg {
    text-align: center;
    border-bottom: solid 1px #ccc;
    height: 12px;
}

.oauth-msg span {
    background: #fff;
    padding: 0 0.5em;
}

.oauth_container > ul li {
    width: 31% !important;
    margin: 1% !important;
}

.oauth_container > ul li a {
    border-radius: 5px;
    margin-bottom: 15px;
}

.cs-button-primary {
    padding: 7px 14px !important;
    font-size: 14px;
    outline: 0 !important;
    background-image: none !important;
    filter: none;
    text-shadow: none;
    padding: 5px 10px;
    background: #27b8fb !important;
    float: right;
    color: #fff !important;
    border: 1px solid;
    border-color: #04a2eb;
    border-radius: 3px;
    transition: all 300ms;
    transform: scale(1) translateY(0);
    -webkit-box-shadow: 0px 1px 3px transparent, 0px 2px 6px transparent,
        0px 3px 9px transparent;
    -ms-box-shadow: 0px 1px 3px transparent, 0px 2px 6px transparent,
        0px 3px 9px transparent;
    -moz-box-shadow: 0px 1px 3px transparent, 0px 2px 6px transparent,
        0px 3px 9px transparent;
    -o-box-shadow: 0px 1px 3px transparent, 0px 2px 6px transparent,
        0px 3px 9px transparent;
    box-shadow: 0px 1px 3px transparent, 0px 2px 6px transparent,
        0px 3px 9px transparent;
}

#membership_popup ul,
#membership_popup ol,
#membership_popup li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.oauth_container > ul li a {
    display: block;
    width: 34px;
    height: 34px;
    margin-bottom: 25px;
}

.cim_google {
    background-color: #d93d36 !important;
}

.cim_facebook {
    background-color: #515a91 !important;
}

.cim_twitter {
    background-color: #49b1e0 !important;
}

.register-main h2 {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    padding-top: 0.5em;
    color: #3b3b3b;
    font-family: "Arial", "sans-serif";
    margin-left: 0.5em;
}

/*subs */
#subscription-settings {
    margin-top: 1em;
    float: left;
    width: 100%;
}
#subscription-settings .pricing-note {
    text-align: center;
    background: #fff1d2;
    padding: 0.5em;
    margin: 3em 0 0.5em;
    font-style: italic;
}
#subscription-settings .pricing-note span {
    font-weight: bold;
}
#subscription-settings .subscriptions {
    width: 90%;
    margin: auto;
    float: none;
}
#subscription-settings h1 {
    text-align: center;
    width: 100%;
}
#subscription-settings .or {
    float: none;
    padding: 30px 21px;
    border-radius: 50% !important;
    border: solid 1px #000;
    margin: 5.5em auto;
    color: #000;
    width: 80px;
    font-size: 2.2em;
    height: 80px;
}
#subscription-settings .pricing {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.24), 0 2px 4px rgba(0, 0, 0, 0.24);
    border: 0;
    overflow: hidden;
    float: left;
    width: 100%;
}
#subscription-settings .pricing-head h4 i {
    font-size: 28px;
    font-style: normal;
    position: absolute;
    left: -17px;
    margin-top: 17px;
}
#subscription-settings .pricing-head h3 {
    font-size: 20px;
}
#subscription-settings .pricing-head h4 span {
    float: left;
    margin-top: 62px;
}
#subscription-settings .pricing-head h4 span.old-price {
    font-size: 0.5em;
    position: absolute;
    text-decoration: line-through;
    color: #3b3b3b;
    left: -70px;
    top: -50px;
}
#subscription-settings .pricing-head h4 span {
    top: -30px;
    font-size: 11px;
    font-style: normal;
    position: relative;
}
#subscription-settings .pricing-head h4 .price {
    font-size: 2em;
    float: left;
    margin-top: 25px;
}
#subscription-settings .pricing:hover {
    background: transparent !important;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.24), 0 2px 4px rgba(0, 0, 0, 0.24);
}
#subscription-settings .pricing h4 {
    color: #3b3b3b;
    background: #fafafa;
    position: relative;
    margin: 0.6em auto 0;
    border-bottom: none;
    width: 100px;
}
#subscription-settings .offer {
    position: absolute;
    top: 60px;
    right: 10px;
    width: 85px;
    height: 40px;
    background: #fff200;
    padding: 0.5em;
    font-size: 0.5em;
}
#subscription-settings .offer span {
    display: block;
    width: 100%;
    clear: both;
    color: #3b3b3b !important;
    font-size: 2em;
    font-weight: bold;
}
#subscription-settings .pricing h4:before {
    top: -88px;
    left: 34%;
    transform: scaleY(0.2) scaleX(0.2);
    content: "▲";
    font-size: 1.6em;
    color: #fff;
    width: 20px;
    position: absolute;
}
#subscription-settings .pricing:hover h4 {
    background: #fafafa;
}
#subscription-settings .pricing-head h3 {
    background: transparent;
    text-transform: uppercase;
    border-bottom: 0;
}
#subscription-settings .pricing-footer {
    background-color: #fff;
    overflow: hidden;
    padding: 1em 0;
    margin-top: 0em;
    float: left;
    width: 100%;
}
#subscription-settings .pricing-footer p {
    color: #3b3b3b;
    text-align: left;
    width: 100%;
    margin: auto;
    font-size: 1em;
    float: none;
}
#subscription-settings .pricing-footer .note {
    width: 100%;
    border: none;
}
#subscription-settings .pricing-footer span {
    color: #57b057 !important;
    float: left;
    margin-right: 1em;
}
#subscription-settings .pricing-footer .btn {
    margin-top: 1em;
    float: none;
    border: 0;
    border-radius: 10px;
    width: 60%;
    margin: 1em auto;
}
#subscription-settings .pricing-free .btn {
    background: #e43f3f !important;
}
#subscription-settings .pricing-free .pricing-head h3 {
    background: #e43f3f !important;
}
#subscription-settings .pricing-free h4,
#subscription-settings .pricing-free span {
    color: #e43f3f;
}
#subscription-settings .pricing-monthly .pricing,
#subscription-settings .pricing-monthly .btn,
#subscription-settings .pricing-yearly .pricing,
#subscription-settings .pricing-yearly .btn {
    background-image: url("/assets/themes/clickasnap/images/pricing-gradient.png") !important;
    background-size: cover;
}
#subscription-settings .pricing-monthly h4::before,
#subscription-settings .pricing-yearly h4::before {
    top: -76px;
    left: 35%;
    transform: scaleY(0.2) scaleX(0.2);
    content: "▲";
    font-size: 2em;
    color: white;
    width: 20px;
    position: absolute;
}
#subscription-settings .pricing-monthly .pricing-head,
#subscription-settings .pricing-yearly .pricing-head {
    float: left;
    width: 100%;
    background: #fff !important;
}
#subscription-settings .pricing-monthly .pricing-head h4,
#subscription-settings .pricing-yearly .pricing-head h4 {
    background: transparent;
    top: 0.5em;
}
#subscription-settings .pricing-monthly .pricing-head h3,
#subscription-settings .pricing-yearly .pricing-head h3 {
    width: 100%;
    float: left;
    background-image: url("/assets/themes/clickasnap/images/pricing-gradient.png") !important;
    background-size: cover;
}
#subscription-settings .pricing-monthly .pricing-head i,
#subscription-settings .pricing-yearly .pricing-head i {
    margin-top: 32px;
}
#subscription-settings .pricing-ad-free .btn {
    background: #fab41e !important;
}
#subscription-settings .pricing-ad-free .pricing-head h3 {
    background: #fab41e !important;
}
#subscription-settings .pricing-ad-free h4,
#subscription-settings .pricing-ad-free span {
    color: #fab41e;
}
#subscription-settings .pricing-seller .btn {
    background: #57b057 !important;
}
#subscription-settings .pricing-seller .pricing-head h3 {
    background: #57b057 !important;
}
#subscription-settings .pricing-seller h4,
#subscription-settings .pricing-seller span {
    color: #57b057;
}
#subscription-settings .pricing-pro .btn {
    background-image: url("/assets/themes/clickasnap/images/pricing-gradient.png") !important;
    background-size: cover;
}
#subscription-settings .pricing-pro .pricing-head h3 {
    background-image: url("/assets/themes/clickasnap/images/pricing-gradient.png") !important;
    background-size: cover;
}
#subscription-settings .pricing-pro h4,
#subscription-settings .pricing-pro span {
    color: #27b8fb;
}

.centered-subscription {
    position: relative;
    float: none;
    margin: auto;
}

.selected-subscription .pricing {
    border: solid 1px #000;
}

.pricing-head h3 {
    font-weight: 300;
    color: #fafafa;
    padding: 12px 0;
    font-size: 27px;
    background: #36d7ac;
    border-bottom: solid 1px #41b91c;
}

.pricing-head h3,
.pricing-head h4 {
    margin: 0;
    line-height: normal;
}

.carousel-caption,
.carousel-control,
.carousel-indicators,
.pricing-footer,
.pricing-head,
footer {
    text-align: center;
}

.pricing {
    position: relative;
    margin-bottom: 15px;
    border: 3px solid #eee;
}

.load-spinner {
    background: url("/assets/themes/clickasnap/images/cs-spinner.gif");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
    margin: 1em 0;
    display: none;
}

.reg_bottom {
    text-align: center;
}

body.modal--open {
    overflow: hidden;
    position: relative;
    height: 100%;
}
body.modal--open #membership_popup .register_login {
    animation: slideUp 0.5s ease forwards;
    max-width: 98%;
}

@media all and (max-width: 991px) {
    .toggle-side {
        width: 90px;
        float: left;
    }
    .toggle-side h2 {
        font-size: 1em;
    }
    .toggle-side p {
        font-size: 1em;
    }

    .hide-annual {
        display: none !important;
    }
}

/*# sourceMappingURL=register.css.map */
