.btn_special {
	background: #00BCD4;
    width: 100%;
    text-align: center;
    color: #fff;
}

.pi i {
	color: #00BCD4 !important;
}

.pi a {
	display: inline-block;
    position: absolute;
    left: 45px;
    font-weight: bold;
    font-size: 16px;
}

.theme-single p {
    padding-top: 5px !important;
    padding-bottom: 0px !important;
}

.right-info {
    float: right;
    width: 120px;
    text-align: center;
    margin-top: 38px;
}

span.price {
    font-family: 'Droid Sans';
    font-size: 22px;
    line-height: 18px;
    color: #1c1a1e;
    font-weight: bold;
    float: left;
    width: 100%;
}

span.price-small {
    font-family: 'Droid Sans';
    font-size: 16px;
    line-height: 18px;
    color: #1c1a1e;
    font-weight: bold;
    float: left;
    width: 100%;
}

.right-info a {
    background: #000;
    border: 0px !important;
    width: 104px;
    height: 32px;
    display: block;
    font-family: 'GeoSlab703XBdBTExtraBold';
    font-size: 12px;
    line-height: 13px;
    text-transform: uppercase;
    float: left;
    color: #252426;
    padding-left: 0px;
    padding-top: 11px;
    margin-top: 15px;
    border-bottom: 1px solid #F3A704;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
}

.tags {
  text-decoration: underline !important;
}

.learn-m {
    text-decoration: underline !important;
}

.vouch_reg, .vouch_prem {
    background: #000;
    border: 0px !important;
    
    display: block;
    font-family: 'GeoSlab703XBdBTExtraBold';
    font-size: 12px;
    line-height: 13px;
    text-transform: uppercase;
    float: left;
    color: #252426;
    padding-left: 0px;
    
    border-bottom: 1px solid #F3A704;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    padding: 10px 20px;
    
}

.vouch_reg {
    margin-right: 7px;
}

.category-list {
    float: left;
    margin: 0;
    padding: 0;
 
    background: none;
    background-color: transparent !important;
}

.category-list li {
    float: left;
    margin-right: 10px;
    width: 226px;
    position: relative;
    height: 176px;
    background: none;
    margin-top: 10px;
}

.category-list li img {
    float: left;
    width: 226px;
    position: absolute; 
}

.category-list li span {
        z-index: 100;
    letter-spacing: 2px;
    color: #fff;
    background: #000;
    width: 100%;
    margin-top: 69px;
    text-transform: uppercase;
    font-family: 'LeagueGothicRegular';
    font-size: 20px;
    margin-left: 0px;
    position: absolute;
    text-align: center;
    opacity: .7;
}

.category-list li span a {
    color: #fff;
    width: 100%;
    display: block;
}
.label_reg {
    margin-top: 10px;
}
span.ast {
    color: #f3a704 !important;
}

.reg_head {
    text-align: center;
    margin-bottom: 20px;
}

.add_team_member {
    display: block;
    text-decoration: underline;
    -moz-text-decoration-color: #f3a704 !important; /* Code for Firefox */
    text-decoration-color: #f3a704 !important;
    margin-top: 10px;
    margin-bottom: 20px;
    cursor: pointer;
}

span.remove_team {
    display: block;
    color: red;
    margin-top: 38px;
    text-decoration: underline;
    margin-left: -17px;
    cursor: pointer;
}
span.r_ext_team {
      display: block;
    color: red;
 
    text-decoration: underline;
  
    cursor: pointer;
}

input.chek_reg {
    height: 21px !important;
    float: left !important;
    width: 3% !important;
    margin-right: 9px !important;
    margin-top: 5px !important;
}
span.pr_t {
    font-size: 18px !important;
    color: black !important;
}


/*********tooltip**********/
.couponcode:hover .coupontooltip {
    display: block;
}


.coupontooltip {
    display: none;
    background: #fff;
    margin-top: -80px;
    padding: 10px;
    position: absolute;
    z-index: 1000;
    width: 100%;
    /* height: 100px; */
    border: 1px solid #ccc;
    color: #000;
}

.v_av {
        padding: 0px 5px;
    /* height: 22px; */
    line-height: 2;
    border-radius: 4px;
}

.voucher_detail {
    margin-top: 20px;
    font-size: 18px;
    margin-bottom: 20px;
}

/********gifts.php radion button*******/
.donate-now {
     list-style-type:none;
     margin:25px 0 0 0;
     padding:0;
}

.donate-now li {
         float: left;
    margin: 0 5px 10px 10px;
    width: 280px;
    height: 52px;
    position: relative;
}

.donate-now label, .donate-now input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.donate-now input[type="radio"] {
    opacity:0.011;
    z-index:100;
}

.donate-now input[type="radio"]:checked + label {
    background: #000;
    color: #fff;
}

.donate-now label {
     padding: 11px 47px;
    border: 1px solid #CCC;
    cursor: pointer;
    z-index: 90;
    border-radius: 4px;
}

.donate-now label:hover {
     background:#DDD;
}
#purchase_vouch {
    margin-top: 20px;
}
.valid {
    color : green;
    display: none;
    margin-top: -20px;
    display: none;
}

.invalid {
    color : red;
    display: none;
    margin-top: -20px;
    display: none;
}

#free_reg {
    display: none;
}