/* FRONT CSS */

/*================================================
========= DASHBOARD =============================
=================================================*/

.description-copy p {
	color:#fff;
}




/*================================================
========= REDEEM =============================
=================================================*/

.video_modal_redeem {
	display: block;
    position: relative;
	width: 930px;
	height: 585px;
	background: url("../img/redeem/redeem-player-modal.png") no-repeat 0px 30px transparent;
	top: 70px;
	left: 50%;
	margin-left: -450px;
}

.video_modal_box_redeem {
/*	top:30px;*/
}


.slider-hidden-redeem {
overflow: none;
min-width: 5000px;
width: 100%;
}

.hide-this {
	display:none;
}


.cash_in-redeem p {
	color:#fff;
}


.not_enough_points-redeem h3, .not_enough_points-redeem p {
    color:#fff;
    text-transform: uppercase;
}

.not_enough_points-redeem h3 {
    font-size:24px;
    line-height: 16px;
    margin:0;
}

.not_enough_points-redeem p {
    font-size:16px;
    line-height:16px;
    margin:-10px 0 0 0;
}



/* download video */

.video_modal_redeem, #video {
top: 100px;
}

#video {
 height: 555px;
}

#video .download_modal_close_redeem {
	top: -35px;
	position: relative;
}


/* redeem slider */

.bottom-slider-redeem {
    position: relative;
    width: 980px;
    height: 165px;
    top: 25px;
    margin: auto;
}

.slider-thumbs-redeem {
    width: 976px;        
    height: 165px;
    text-align: center;
    overflow: hidden;
    float:left;
}

#redeem-slider{position: relative; left: 0; top: 0;}
#redeem-slider li{float: left; margin:5px 0 5px 0;}
#redeem-slider li a img{height: 153px; width: 234px;}

/* .slider-hidden-redeem {
    overflow:none;
    min-width: 2000px;
    width:100%;
} */

.thumb{
    float: left;
    /* margin: 5px; */
    cursor: pointer;
    position: relative;
    /*display: inline-block;*/

}

.thumb img{
    /* width:234px;
    height: 153px; */
    /*display:inline-block;*/
}