.view h4 i{
    position:relative;
    color:rgba(0,0,0,0.5);
    font-size:9px;
    top:-2px;
    margin-right:-7px;
}
.view h4 .light{
    color:rgba(0,0,0,0.2);
    margin-right:-7px;
}
i.green{
    color:#40c149 !important;
}
i.red{
    color:#c14040;
}

.form-control.valid{
    background:#a3d894 !important;
}

.pp.nls{
    letter-spacing:0;
}


.event_sign_up_frm .input-group-notice{
    bottom:16px;
    top:30px;
}
/*
li.new.dropdown:after{
    position:absolute;
    top:-3px;
    right:0;
    height:16px;
    font-size:11px;
    line-height:4px;
    display:inline-block;
    background:#000;
    color:#fff;
    padding:6px 4px;
    border-radius:4px;
    content:'2';
}
*/


.ev_notice{
    position:fixed;
    z-index:99999;
    top:0;
    left:0;
    display:block;
    width:100%;
    background:rgba(0,0,0,0.5);
    color:#fff;
}
.ev_notice h3{
    color:#fff;
}

.view.green{
    background:#daf2bb;
}

.pricing_table label .header{
    background:rgba(0,0,0,0.15);
    display:inline-block;
    position:absolute;
    width:120px;
    margin-top:8px;
    left:0;
    right:0;
    padding:2px 5px 2px 5px;
    border-radius:4px;
    box-shadow:inset 1px 1px 3px rgba(0,0,0,0.2);
}

.checkbox.bdr-btm{
    padding:10px 0 10px 0;
    margin:0 0 0 0;
    border-bottom:1px dashed rgba(0,0,0,0.1);
}
.checkbox.bdr-btm.last{
    border:none;
    margin-bottom:30px;
}

.checkbox.bdr-btm label{
    width:50px;
    display:inline-block;
}
.checkbox.bdr-btm span{
    display:block;
    margin-bottom:0px;
}

.term_cnt a{
    text-decoration:underline;
}
.term_cnt.error,
.term_cnt.error a
{
    color:#ff0000;
    font-weight:500;
}


.cookie_info{
    position:relative;
    text-align:center;
    background:#000;
    color:#fff;
    display:block;
    padding:15px;
    bottom:0;
}
.cookie_info a{
    color:#ff0000;
}




@media (max-width: 480px) {
    .package {
        margin-bottom: 30px;
    }

    .pricing_table label {
        padding: 5px;
        overflow: hidden;
        white-space: nowrap;
    }

    .pricing_table {
        background: url('/assets/images/icon-coins-32px.png') no-repeat 20px 20px #fff;
    }

    .pricing_table .radio {
        position: absolute;
        top: -4px;
        left: 3px;
    }

    .pricing_table .period {
        position: absolute;
        left: 65px;
        top: 15px;
        letter-spacing:0;
    }

    .pricing_table .pp {
        position: absolute;
        left: 65px;
        top: 30px;
        letter-spacing:0;
    }

    .pricing_table .price {
        margin: 0px 3px 0 0;
        pointer-events: none;
    }
}
