@charset "utf-8";
/** CSS document.
  *
  * version: 1.0
  */

@font-face {
  font-family: 'HelloType';
  src: 	url('../fonts/HelloType.eot?#iefix') format('embedded-opentype'),  
  		url('../fonts/HelloType.woff') format('woff'), 
  		url('../fonts/HelloType.ttf')  format('truetype'), 
  		url('../fonts/HelloType.svg#HelloType') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'HelloType-Light';
  src: 	url('../fonts/HelloType-Light.eot?#iefix') format('embedded-opentype'),
  		url('../fonts/HelloType-Light.woff') format('woff'), 
  		url('../fonts/HelloType-Light.ttf')  format('truetype'), 
  		url('../fonts/HelloType-Light.svg#HelloType-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelloType-Bold';
  src: 	url('../fonts/HelloType-Bold.eot?#iefix') format('embedded-opentype'),  
  		url('../fonts/HelloType-Bold.woff') format('woff'), 
  		url('../fonts/HelloType-Bold.ttf')  format('truetype'), 
  		url('../fonts/HelloType-Bold.svg#HelloType-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

html,body{
	margin:0;
	padding:0;
	background-color: #EEE;
}

.immobilizer {
	overflow: hidden!important;
}

a {
	text-decoration: none;
}

.bold {
	font-family: 'HelloType-Bold';
}

.light {
	font-family: 'HelloType';
}


.white {
	color: white;
}

.grey {
	color: #464646;
}

#container{
	position:relative;
	width:974px;
	margin:0 auto;
}

#ext_wrapper {
  background-color: white;
  float: left;
  margin: 0;
  padding: 20px 30px;
  position: relative;
  width: 914px;
}

.button {
	background-color: #FF5A64;
    border-radius: 5px;
    color: #FFF;
    cursor: pointer;
    font-family: "HelloType-Bold";
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    width: 200px;
    margin:0 auto;
    border: none;
    cursor: pointer;
}

.uppercase {
	text-transform: uppercase;
}

/* PREHOME */
#int_prehome{
	position:relative;
	width:914px;
	float:left;
}

#int_prehome_msg {
	background-color: #dfdfdf;
  	float: left;
  	padding: 10px 0;
  	position: relative;
  	width: 100%;
}

#int_prehome_title {
    background-color: #0080A7;
    position: relative;
    padding: 15px;
    margin: 15px;
    color: #FFF;
    font-size: 44px;
    font-family: "HelloType-Bold";
    line-height: 40px;
    text-transform: uppercase;
    width: 453px;
    border-radius: 10px;
}

#int_prehome_subtitle {
    border-radius: 10px;
    text-transform: uppercase;
    background-color: #0080A7;
    position: relative;
    padding: 5px 15px;
    margin: 15px;
    color: #FFF;
    font-size: 28px;
    font-family: "HelloType";
    line-height: 40px;
    width: 363px;
}

#int_prehome_text{
    position: relative;
    padding: 5px 15px;
    margin:0 15px;
    color: #464646;
    font-size: 28px;
    font-family: "HelloType-Bold";
    line-height: 32px;
    text-align: left;
}

#int_prehome_subtext{
    position: relative;
    padding: 5px 15px;
    margin:0 15px;
    color: #464646;
    font-size: 16px;
    font-family: "HelloType";
    line-height: 20px;
}

#int_prehome_reg_msg {
    position: relative;
    padding: 5px 15px;
    margin: 40px 15px;
    color: #464646;
    font-size: 23px;
    font-family: "HelloType-Bold";
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    text-align: left;
}


#int_prehome_reg_radio_container{
	
}

#int_prehome_reg_radio {
    position: relative;
    float: left;
    margin: 15px 5px 15px 30px;
    width: 56px;
    height: 56px;
    cursor: pointer;
}

#int_prehome_reg_privacy_txt {
    position: relative;
    padding: 5px 0;
    margin: 15px 5px;
    color: #464646;
    font-size: 14px;
    font-family: "HelloType";
    line-height: 20px;
    float: left;
}

#int_prehome_reg_privacy_txt a{
	text-decoration:none;
	color:#FF5A64;
    font-family: "HelloType";
}


#int_prehome_reg_privacy_txt a:hover{
	color:#fff;
}
.mred{
	color:#FF5A64;
	font-size:12px;
	
}

#int_prehome_submit_privacy_container{
	position:relative;
	float:left;
	width:100%;
	height:50px;
	margin:30px 0;
}

/* FINE PREHOME */

/* FORM */
#int_form {
	position:relative;
	width:914px;
	display:none;
}

#int_form form {
	background-color: #dfdfdf;
    float: left;
    padding: 10px 0;
    position: relative;
    width: 90%;
    text-align: center;
    padding: 5%;
}

#int_form .newprofile {
	position: relative;
	display: inline-block;
	width: 230px;
	float: left;
	border-radius: 4px;	
	background-color: #0080A7;
	vertical-align: top;
}

#int_form .thumbnail {
	position: relative;
	display: inline-block;
	width: 230px;
	height: 143px;
	background-image: url("../img/choose_avatar.jpg");
  	background-position: center center;
  	background-repeat: no-repeat;
	cursor: pointer;
	margin: 4px 0;
	overflow: hidden;
}

#int_form .thumbnail .fileinput {
	position: absolute;
	top:0;
	left:0;
	right: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	-moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	opacity: 0.00;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	border: none;
	background-color: transparent;
    cursor: pointer;
	color : white !important;
    text-shadow : 0 0 1px #FFFF !important;	
}

#int_form .thumbnail .fileinput:focus{
    outline: 0 !important;
    cursor: none!important;
}

#int_form .thumbnail .fileinput::-ms-value{
	outline: none !important;
	color : transparent !important;
    cursor: none!important;
    width: 0%;
}

#int_form .thumbnail .fileinput::-ms-browse{
	width: 100%;
}

#int_form form input {
	font-family: 'HelloType';
	font-size: 16px;
	color: white;
	background: none;
	background-color: transparent;
	border: none;
	position: relative;
	display: inline-block;
	width: 100%;
	text-indent: 11px;
	height: 30px;
	border-radius: 4px;	
}

#int_form .nicklabel {
	position: relative;
	display: inline-block;
	text-align: left;
	width: 95%;
	padding-left: 5%;
}

#int_form .labels {
	position: relative;
	float: left;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-left: 40px;
}

#int_form .labels .load {
	line-height: 150px;
}

#int_form .labels .insert {
	line-height: 50px;
}

#int_form .row {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: left;
	clear: both;
	margin-top: 34px;
}

#int_form form input.email {
	position: relative;
	display: inline-block;
	width: 450px;
	border-radius: 4px;	
	background-color: #0080A7;
	vertical-align: top;
	height: 50px;
	line-height: 50px;
}

#int_form .error {
	border-bottom: 3px solid #ff5a64!important;	
}

#int_form .row label {
	position: relative;
	display: inline-block;
	text-align: left;
	margin-left: 5%;
	line-height: 50px;
	margin-bottom: 50px;
}


#int_form .info {
	position: relative;
	width: 100%;
	font-size: 14px;
	text-align: left;
	margin-bottom: 100px;	
}

/* HOME */
#int_wrapper{
	position:relative;
	width:914px;
	float:left;
}

#profile_container{
	width:220px;
	height:310px;
	position:relative;
	float:left;
}

#avatar_container{
	position:relative;
	float:left;
	width:100%;
	height: 190px;
	margin-bottom:5px;
}

#avatar{
	position:relative;
	float:left;
	width:100%;
	height:140px;
	text-align: center;
	overflow: hidden;
}

#avatar > img { 
	position: relative;
	height: 100%;
	margin:auto;
}

#profile_data_container {
  background-color: #dfdfdf;
  float: left;
  height: 60px;
  padding: 10px 0;
  position: relative;
  width: 100%;
}

#balance_container{
	position:relative;
	float:left;
	width:100%;
	height:110px;
}

#balance {
  background-color: #007fa8;
  color: #fff;
  float: left;
  height: 65px;
  padding:10px 0;
  position: relative;
  width: 100%;
}

#balance_points {
  color: #fff;
  font-family: "HelloType-Bold";
  font-size: 44px;
  line-height: 32px;
  text-align: center;
}

#balance_text {
  color: #fff;
  font-family: "HelloType";
  font-size: 14px;
  text-align: center;
  line-height: 26px;
  text-transform: uppercase;
}

#balance_redeem_prize {
  background-color: #ff5a64;
  color: #fff;
  float: left;
  font-family: "HelloType-Bold";
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  cursor:pointer;
}

#profile_name {
  color: #464646;
  font-family: "HelloType-Bold";
  font-size:18px;
  line-height:20px;
  margin: 0;
  padding: 0 3%;
  text-align: left;
  width: 94%;
}

#profile_mgm_code{
  color: #0080a7;
  font-family: "HelloType-Bold";
  font-size: 16px;
  line-height:20px;
  margin: 0;
  padding: 0 3%;
  text-align: left;
  width: 94%;
}

#goal_container{
  background-color: #dfdfdf;
  width:670px;
  height:320px;
  position:relative;
  float:left;
  margin-bottom: 20px;
}

#goal_text {
  background-color: #dfdfdf;
  height: 155px;
  left: 0;
  padding: 20px 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#goal_text h2 {
  color: #464646;
  float: left;
  font-family: "HelloType-Bold";
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  margin: 0;
  padding: 0 3%;
  position: relative;
  text-transform: uppercase;
  width: 94%;
}

#goal_text p {
  color: #464646;
  float: left;
  font-family: "HelloType";
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin: 10px 0 0;
  padding: 0 3%;
  position: relative;
  width: 94%;
}

#goal_visual {
  	background-color: #05a9c4;
  	bottom: 0;
  	height: 125px;
  	position: absolute;
  	width: 100%;
  	text-align: center;
}

#goal_visual .goal {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background-position: center center;
	background-repeat: no-repeat;
	width: 90px;
	height: inherit;
	margin: auto;
	background-size: 100% auto;
}

#goal_visual .goal.startbonus {
	background-image: url("../img/entry_bonus.png");
}

#goal_visual .goal.friendsbonus {
	background-image: url("../img/friend_bonus.png");
}

#goal_visual .goal.friendsbonus.active {
	background-image: url("../img/friend_bonus_active.png");
}

#goal_visual .goal.endbonus {
	background-image: url("../img/end_bonus.png");
}

#goal_visual .goal.endbonus.active {
	background-image: url("../img/end_bonus_active.png");
}

#goal_visual .goal.divider {
	background-image: url("../img/bonus_separator.png");
	width: 27px;
	margin: 0;
}

#goal_visual .goal.points_5 {
	background-image: url("../img/active_points_bg.png");
}

#goal_visual .goal.points_4 {
	background-image: url("../img/active_points_4_bg.png");
}

#goal_visual .goal.points_3 {
	background-image: url("../img/active_points_3_bg.png");
}

#goal_visual .goal.points_2 {
	background-image: url("../img/active_points_2_bg.png");
}

#goal_visual .goal.points_1 {
	background-image: url("../img/active_points_1_bg.png");
}

#goal_visual .goal.points_0 {
	background-image: url("../img/points_bg.png");
}

#prize_goal_text {
  display:none;
  background-color: #dfdfdf;
  height: 155px;
  left: 0;
  padding: 20px 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#prize_goal_text h2 {
  color: #464646;
  float: left;
  font-family: "HelloType-Bold";
  font-size: 30px;
  font-weight: normal;
  line-height: 34px;
  margin: 0;
  padding: 0 3%;
  position: relative;
  text-transform: uppercase;
  width: 94%;
}

#prize_goal_text p {
  color: #464646;
  float: left;
  font-family: "HelloType";
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  margin: 10px 0 0;
  padding: 0 3%;
  position: relative;
  width: 94%;
}



#resume_button{
	position:absolute;
	right:10px;
	bottom:10px;
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-position:center center;
	height: 20px;
	width: 20px;
	cursor:pointer;
}

.resume_closed{
	background-image:url('../img/open_accordion.png');
}

.resume_opened{
	background-image:url('../img/close_accordion.png');
}

.separator{
	position:relative;
	float:left;
	height:320px;
	width:24px;
}

#profile_resume {
  background-color: #0080a5;
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 30px;
  display:none;
}

#profile_resume_header_container {
  float: left;
  height: 40px;
  padding: 20px 2% 0;
  position: relative;
  width: 96%;
}

#profile_resume_header {
  border-bottom: 1px solid white;
  float: left;
  height: 100%;
  padding: 0 2%;
  position: relative;
  width: 96%;
}

.resume_head_title{
  color: #fff;
  font-family: "HelloType-Bold";
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
	position:relative;
	float:left;
	width:60%;
	height:100%;
	text-transform: uppercase;
}

.resume_head_date{
	text-transform: uppercase;
  color: #fff;
  font-family: "HelloType-Bold";
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
	position:relative;
	float:left;
	width:25%;
	height:100%;
}

.resume_head_points{
	text-transform: uppercase;
  color: #fff;
  font-family: "HelloType-Bold";
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
	position:relative;
	float:left;
	width:15%;
	height:100%;
}

#profile_resume_data_container {
  float: left;
 padding: 0 0 0 2%;
  position: relative;
  width: 96%;
  height:250px;
}
				
#profile_resume_data_container ul {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
				
#profile_resume_data_container ul li{
	position:relative;
	float:left;
	display:inline-block;
	list-style: none;
	height:40px;
	padding:10px 0;
	border-bottom:1px dashed #cde6eb;
	width:98%;
}

.resume_title {
  color: #fff;
  float: left;
  font-family: "HelloType";
  font-size: 18px;
  font-weight: normal;
  height: 100%;
  line-height: 40px;
  position: relative;
  text-indent: 20px;
  width: 60%;
}

.resume_date{
  color: #fff;
  font-family: "HelloType";
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
	position:relative;
	float:left;
  height: 100%;
  line-height: 40px;
	width:25%;
}

.resume_points{
  font-family: "HelloType-Bold";
  font-size: 22px;
  font-weight: normal;
  line-height: 22px;
	position:relative;
	float:left;
  height: 100%;
  line-height: 40px;
	width:15%;
	    text-indent: 15px;
}

.positive{
	color:#b0f2b5 !important;
}

.negative{
	color:#ff9ca4 !important;
}

#prizes_list_container{
	background-color:#dfdfdf;
	width:100%;
	position:relative;
	float:left;
}

#prizes_list{
	width:820px;
	position:relative;
	float:left;
	margin:30px 47px;
	padding:0;
}

#prizes_list li{
	width:260px;
	display:inline-block;
	float:left;
	position:relative;
	margin-right:20px;
	margin-bottom:30px;
}

#prizes_list_container .memo {
   color: #464646;
   display: inline-block;
   font-family: "HelloType";
   font-size: 17px;
   font-weight: normal;
   line-height: 20px;
   margin: 20px auto 10px 45px;
   position: relative;
   width: 820px;
}

.single_prize_box{
	position:relative;
	width:260px;
	height:355px;
	border-radius: 4px;
}

.single_prize_box_plogo {
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 120px;
  left: 0;
  position: absolute;
  right: 0;
  top: 5px;
  width: 100%;
}

.single_prize_box_bottom {
  height: 215px;
  left: 0;
  position: absolute;
  right: 0;
  top: 125px;
  width: 100%;
}

.single_prize_desc {
  color: #fff;
  font-family: "HelloType";
  font-size: 14px;
  height: 40px;
  left: 0;
  padding: 5px 5%;
  position: absolute;
  right: 0;
  top: 0;
  width: 90%;
}

.single_prize_value_container {
	position:absolute;
	top:50px;
	left:0;
	right:0;
	width:90%;
	padding:0 5%;
	height:115px;
	text-align: center;
}

.single_prize_value_container .redeem_wheel {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	width: 120px;
	height: 120px;
	margin: auto;
	cursor: pointer;
}

.single_prize_value_container .redeem_wheel span {
	display: none;
}

.single_prize_add_cart{
	position:absolute;
	top:175px;
	left:0;
	right:0;
	width:90%;
	padding:0 5%;
	height:50px;
}

.single_prize_add_cart_button {
  background-color: #ff5a64;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-family: "HelloType-Bold";
  font-size: 14px;
  height: 25px;
  line-height: 23px;
  margin: 5px auto 0;
  padding: 5px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 150px;
}

.prize_value_block{
	position:absolute;
	top:0;
	bottom:0;
	width:50%;
	left:25%;
	right:25%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:auto 98%;
}

.prize_value_block_dummy{
	position:absolute;
	top:0;
	bottom:0;
	width:50%;
	left:25%;
	right:25%;
	height:100%;
	z-index:99;
}

.prize_value_0{
	background-image:url('../img/0_points.png');
}

.prize_value_100{
	background-image:url('../img/100_points.png');
}

.prize_value_200{
	background-image:url('../img/200_points.png');
}

.prize_value_300{
	background-image:url('../img/300_points.png');
}

.prize_value_400{
	background-image:url('../img/400_points.png');
}

.prize_value_500{
	background-image:url('../img/500_points.png');
}

.prize_value_600{
	background-image:url('../img/600_points.png');
}

.p_last{
	margin-right:0 !important;
}

#prize_cart_container{
	width:820px;
	position:relative;
	float:left;
	margin:30px 47px;
	padding:0;
}

#prize_cart {
  float: right;
  position: relative;
  width: 410px;
}

.prize_in_cart{
	position:relative;
	float:left;
	width:100%;
	height:30px;
}

.cart_remove_prize{
	position:relative;
	float:left;
	height:100%;
	width:25px;
	background-size:13px 13px;
	background-position:left center;
	background-repeat: no-repeat;
	background-image:url('../img/remove_prize.png');
	cursor:pointer;
}

.cart_prize_desc{
	position:relative;
	float:left;
	width:340px;
	height:100%;
	border-bottom:1px dotted #464646;
 	color: #464646;
 	font-family: "HelloType";
  	font-size: 16px;
  	font-weight: normal;
  	line-height: 28px;
}

.cart_prize_point_value {
	position:relative;
	border-bottom:1px dotted #464646;
	float:left;
	width:45px;
	height:100%;
	color: #464646;
	font-family: "HelloType";
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	text-align:right;
}

#cart_total_container{
	position:relative;
	float:right;
	width:100%;
}

.cart_total{
	position:relative;
	float:right;
	width: 410px;
}

.cart_total_title {
  border-bottom: 1px solid #464646;
  color: #464646;
  float: left;
  font-family: "HelloType-Bold";
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  text-transform: uppercase;
  margin-left: 25px;
  position: relative;
  width: 340px;
}

.cart_total_point_value{
  position:relative;
  border-bottom:1px solid #464646;
  float:left;
  width:45px;
  height:100%;
  color: #464646;
  text-align:right;
  font-family: "HelloType-Bold";
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  text-transform: uppercase;
}

#prize_close{
	position:absolute;
	top:10px;
	right:10px;
	width:20px;
	height:20px;
	cursor:pointer;
	background-image:url('../img/close_x.png');	
	background-repeat:no-repeat;
	background-size:17px 17px;
	background-position:center center;
}

.prizes_closed{
	display:none;
}

.prizes_opened{
	display:block;
}

#confirm_prize_request_container{
	position:relative;
	float:right;
	width:100%;
	margin-top:15px;
}

#confirm_prize_request {
  	float: right;
  	height: 40px;
  	line-height: 40px;
}

#social_meme_container{
  float: left;
  padding: 30px 0;
  position: relative;
  width: 914px;
  height:456px;
  background-image:url('../img/social_meme_container.png');
  background-size:100% auto;
  background-repeat: no-repeat;
  background-position:center center;
  display: none;
}

#legal_notice_container{
  float: left;
 padding: 30px 0;
  position: relative;
  width: 100%;
  display: none;
}

#legal_notice_top{
	position:relative;
	float:left;
	width:100%;
	height:50px;	
}

#legal_notice_label{
  font-family: "HelloType";
  font-size: 16px;
  line-height: 28px;
	position:relative;
	float:left;
	padding:0 10px;
	background-color:#0181a8;
	height:30px;
	color:#fff;
	text-transform:uppercase;
	border-radius:5px;
}

#legal_notice_bottom{
	position:relative;
	float:left;
	width:100%;	
}

.legal_notice_column {
  color: #0181a8;
  float: left;
  font-family: "HelloType";
  font-size: 12px;
  line-height: 18px;
  position: relative;
  width:290px;
}

.legal_notice_separator{
  float: left;
  position: relative;
  width: 22px;
  height:1px;
}

#overlay {
	position: fixed;
	top: 0;
	left:0;
	right:0;
	bottom:0;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	background-position: top left;
	background-image: url('../img/overlay_bg.png');
	display: none;
	z-index: 10;
	text-align: center;
}

#overlay .message {
	position: absolute;
	top: 0;
	left:0;
	right:0;
	bottom:0;
	width: 80%;
	height: 50%;
	background-repeat: repeat;
	margin: auto;
}

#overlay .message .text {
	display: none;
	color: white;
	font-size: 20px;
	margin-bottom: 30px;
}

#overlay .message .text h3 {
	color: #b3f0f3;
	font-size: 30px;
	margin-bottom: 50px;
}

#overlay .message .text .highlight {
	font-size: 15px;
}