@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
html,body{
	margin:0;padding:0;
	font-family:'Noto Sans TC', "Microsoft JhengHei", "微軟正黑體","Arial",Helvetica,sans-serif;
	font-size:16px;
}

/*gloabal*/

.col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1,
.col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, 
.col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1,
.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1{
	padding:0px;
}

a{
	cursor:pointer;
	color:#FFF;
}
a:hover{
	opacity:0.75;
	color:#FFF;
}
a:focus,
a:hover {
	text-decoration: none;
	color:#FFF;
}

.container,
.row {
	margin: 0 auto;
	padding: 0
}
@media(max-width:767px){
	.container{
		max-width:480px;
		margin-left:auto;
		margin-right:auto;
		padding-left:20px;
		padding-right:20px;
	}
}
@media(min-width:768px){
	.container{
		max-width:1000px;
		
	}
}

@media(min-width:768px) and (max-width:817px){
	.container{
		padding-left:20px;
		padding-right:20px;
		
	}
}



.fullheight{
	height:100%;
}



.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
                              
}


.maxwidth100p{
	max-width:100%;
}
.maxwidth400{
	max-width:400px;
	width:100%;
}
.maxwidth750{
	max-width:750px;
	width:100%;
}
.maxwidth900{
	max-width:900px;
	width:100%;
}
.maxwidth1000{
	max-width:1000px;
	width:100%;
}
.textleft {
	text-align: left
}
.textcenter {
	text-align: center
}
.textright{
	text-align: right;
}
.dleftmcenter{
	text-align: center
}
@media(min-width:768px){
	.dleftmcenter{
		text-align: left;
	}
}
.posrelative{
	position:relative;
}
.marginauto{
	margin-left:auto;
	margin-right:auto;
}
.fullwidth{
	width:100%;
}
.clearboth{
	clear:both;
}
.displayib{
	display:inline-block !important;
}
.nopadding{
	padding:0px !important;
}
.boldtext {
	font-weight: 700
}
@media(min-width:768px){
	.hoverzoom:hover{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease;-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);transform:scale(1.15)}
}
.listaplha{
	list-style-type: lower-alpha;
}
.dnone{
	display:none;
}
.error_msg{
	opacity:0;
	font-size:12px;
	color:#ee0000;
	line-height: 20px;
}


.content_popup{background-color:#FFF;padding:20px 20px;}
@media(min-width:768px){
	.content_popup{
		padding:20px 50px;
	}
}
@media(min-width:768px){
	.content_popup{min-width:360px;height:240px}
	
}
@media(max-width:767px){
	.content_popup{
		max-width:100%;
		margin:0px 10px;
	}
}
.content_popup>div{display:table;height:100%;width:100%}
.content_popup>div>div{display:table-cell;vertical-align:middle}
.content_popup .title{font-size:20px;line-height:30px;letter-spacing:1px;text-align:center;margin-bottom:10px;font-weight:700}
.content_popup .caption{text-align:center;margin-bottom:20px;letter-spacing:1px}

.content_popup.leftalign .title,
.content_popup.leftalign .caption{
	text-align:left;
}
.content_popup.autoHeight{
	height:auto;
}


.bg_white{
	background-color:#fff;
}
.bg_pink{
	background-color:#d31145;
}
.bg_pink_light{
	background-color:#ed639f;
}
.bg_pink_lighter{
	background-color:#fcc4dc;
}

.whitetext{
	color:#FFF;
}
.redtext{
	color:#d01144;
}
.blacktext{
	color:#000;
}

.orangetext{
	color:#f47633;
}


.alignMiddle>div {
	display: table
}
.alignMiddle>div>div {
	display: table-cell;
	vertical-align: middle
}

.textcenter {
	text-align: center
}






.button{
	color:#FFF;
	width:160px;
	height:46px;
	line-height:16px;
	background:#fe8d50;
	display:inline-block;
	padding:15px 0px;
	text-align:center;
	cursor:pointer;
	
	position:relative;
	
	
	
}



.button:hover{
	opacity:0.8;
	color:#FFF;
}

.button.small{
	padding:10px;
	width:auto;
	height:36px;
	transform: translateX(24px);
}

*.textright .button.small{
	transform: translateX(-24px);
}

.button.small::before{
    width: 24px;
    height: 36px;
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
}
.button.small::after{
    width: 24px;
    height: 36px;
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
}

.button.maxwidth{
	max-width:300px;
	margin-left:auto;
	margin-right:auto;
}
.button.block{
	display:block;
}
.button.fullwidth{
	width:90%;
	margin:auto;
}

.button:hover{
	opacity:0.8;
}


.mb-xl{margin-bottom:80px;}
.mb-l{margin-bottom:60px;}
.mb-m{margin-bottom:40px;}
.mb-s{margin-bottom:20px;}
.mb-xs{margin-bottom:10px;}

.mt-xl{margin-top:80px;}
.mt-l{margin-top:60px;}
.mt-m{margin-top:40px;}
.mt-s{margin-top:20px;}
.mt-xs{margin-top:10px;}

.pb-xl{padding-bottom:80px;}
.pb-l{padding-bottom:60px;}
.pb-m{padding-bottom:40px;}
.pb-s{padding-bottom:20px;}
.pb-xs{padding-bottom:10px;}

.pt-xl{padding-top:80px;}
.pt-l{padding-top:60px;}
.pt-m{padding-top:40px;}
.pt-s{padding-top:20px;}
.pt-xs{padding-top:10px;}

.pl-xl{padding-left:80px;}
.pl-l{padding-left:60px;}
.pl-m{padding-left:40px;}
.pl-s{padding-left:20px;}
.pl-xs{padding-left:10px;}

/*gloabal*/

/*font*/

body {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
}
@media(min-width:768px){
	body {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: .5px;
	}	
}

.s-text {
	font-size: 13px;
	line-height: 18px;
	letter-spacing: .5px;
}

.m-text {
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 1px
}

.l-text {
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 1.5px
}




/*header*/
	header.row{
		height:75px;
		padding:10px 0px;
		-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,.25);
		box-shadow: 0 5px 5px 0 rgba(0,0,0,.25);
		background-color:#FFF;
	}
	
	
	
	@media(max-width:767px){
		header.row{
			position: fixed;
			top: 0px;
			width: 100%;
			z-index: 1000;
			background-color: rgba(255,255,255,.95);
		}
	}
	
	header .logo_image{
		height:55px;
	}
	
	@media(min-width:768px){
		header.row{
			height:100px;
			padding:20px 0px;
		    position: relative;
			z-index: 1;
		}
		header .logo_image{
			height:60px;
		}
	}
/*header*/


/*video*/
	#homepage_video{
		max-width:1040px;
	}
/*video*/


/*quote*/
	.quotebox{
		padding:10px 20px;
		color:#FFF;
		
		position:relative;
		
	}
	@media(min-width:768px){
		.quotebox{
			padding:25px 40px;
		}
	}
	@media(max-width:767px){
		.quotebox{
			width: 90%;
			margin-left: auto;
			margin-right: auto;
		}
	}
	@media(min-width:768px){
		#quotebox_touch_bff{
			max-width:50%;
		}
	}
	@media(min-width:768px){
		#quotebox_touch_bff.quotebox::before{
			position: absolute;
			display: block;
			content: " ";
			z-index: -1;
			left: -60px;
			top: -40%;
			width: 20%;
			height: 0px;
			padding-bottom: calc(20% * 131 / 121);
			background-image: url(/images/icon_heart_1.png);
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center;
		}
	}
	#quotebox_touch_bff.quotebox::after{
		position: absolute;
		display: block;
		content: " ";
		z-index: -1;
		left: -18px;
		top: 56%;
		width: 40%;
		height: 0px;
		padding-bottom: calc(40% * 221 / 280);
		background-image: url(/images/quote_pink_corner_left.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	
	
	#quotebox_limited_8hr_lipstick.quotebox::before{
		position: absolute;
		display: block;
		content: " ";
		z-index: 1;
		left: -54px;
		top: -30%;
		width: 22%;
		height: 0px;
		padding-bottom: calc(22% * 74 / 94);
		background-image: url(/images/icon_heart_2.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	#quotebox_limited_8hr_lipstick.quotebox::after{
		position: absolute;
		display: block;
		content: " ";
		z-index: -1;
		left: -35px;
		top: 22%;
		width: 25%;
		height: 0px;
		padding-bottom: calc(25% * 118 / 101);
		background-image: url(/images/quote_pink_light_corner_left.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	
/*quote*/


#quotebox_touch_bff{
	margin-top: -10px;
    margin-left: -40px;
    position: relative;
    z-index: 1;
}

@media(max-width:767px){
	
	#quotebox_touch_bff{
		margin-top: -20px;
		margin-left: auto;
		margin-right: auto;
		width:90%;
		margin-bottom: 0px;
	}
}

@media(min-width:768px){
	#product_lipstick{
		width:50%;
		margin-right:0px;
	}
}
@media(max-width:767px){
	#product_lipstick{
		margin-bottom:20px;
	}
}

@media(min-width:768px){
	#quotebox_limited_8hr_lipstick{
		max-width:80%;
		margin-top: -45%;
		z-index: -1;
	}
}
@media(max-width:767px){
	#quotebox_limited_8hr_lipstick{
		margin-bottom:20px;
	}
}

#quotebox_limited_8hr_lipstick_desc{
	padding-left:30px;
	padding-right:30px;
	width: 80%;
	margin-left: 0px;
}
@media(max-width:767px){
	#quotebox_limited_8hr_lipstick_desc{
		width: 100%;
		margin-bottom:40px;
	}
}
@media(min-width:768px){
	#quotebox_limited_8hr_lipstick_desc{
		padding-left:40px;
	}
}



@media(min-width:768px){
	#product_cream{
		width:50%;
		margin-left:0px;
	
	}
}
@media(max-width:767px){
	#product_cream{
		margin-bottom:20px;
	}
}

@media(min-width:768px){
	#quotebox_limited_8hr_cream{
		max-width: 80%;
		margin-left: auto;
		margin-right: 0px;
		text-align: right;
		margin-top: -60%;
		z-index: -1;
		position: relative;
	}
}
@media(max-width:767px){
	#quotebox_limited_8hr_cream{
		margin-bottom:20px;
	}
}


#quotebox_limited_8hr_cream_desc{
	padding-right:30px;
	padding-left:30px;
	width: 65%;
	margin-right: 0px;
}
@media(max-width:767px){
	#quotebox_limited_8hr_cream_desc{
		width: 100%;
	}
}
@media(min-width:768px){
	#quotebox_limited_8hr_cream_desc{
		padding-right:40px;
		margin-bottom: 27.5%;
	}
}


.features_container{
	padding:15px 0px;
	position:relative;
	
}

@media(min-width:768px){
	

	.features_container{
		padding:15px 15px;
		margin-bottom:160px;
		
	}

}
@media(min-width:768px){
	.features_container::before{
		position: absolute;
		display: block;
		content: " ";
		z-index: -1;
		left: -4.5%;
		top: -7%;
		width: 25%;
		height: 120%;
		background-image: url(/images/fetaure_container_pattern.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
}
@media(min-width:768px){

	.features_container{
		padding:40px;
	}
	
}

@media(min-width:768px){
	.features_container{
		background-color:#fcc4dc;
	}
}

.feature_item{
	margin-bottom:25px;
}
@media(min-width:768px){
	.feature_item{
		margin-bottom:15px;
	}
}
.feature_item .content{
	padding-left:10px;
	padding-right:10px;
}
@media(max-width:767px){
	
	.feature_item>div:last-child>div img{
		max-width:100%;
		margin-left: auto;
		margin-right: auto;
	}
	.feature_item .image{
		text-align:center;
		margin-bottom:15px;
	}
	.feature_item .image img{
		max-width:120px;
	}
	.feature_item:nth-child(4n+2) .image img, 
	.feature_item:nth-child(4n+3) .image img{
		/* opacity:0.8; */
	}
		
	.feature_item .content{
		height:120px;
		padding-left:6px;
		padding-right:6px;
		text-align:center;
	}
}
@media(max-width:1199px){
	.feature_item .content{
		height:120px;
	}
}
@media(min-width:992px){
	.feature_item .content{
		padding-top:15px;
	}
}
@media(min-width:1200px){
	.feature_item .content{
		padding-top:20px;
	}
}

#feature_container_overlay{
	width: 40%;
    position: absolute;
    right: -25px;
    top: -15%;
    padding-bottom: calc(40% * 186 / 534);
    background-image: url(/images/feature_container_overlay.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media(max-width:767px){
	
	#feature_container_overlay_m{
		width:90%;
		margin-left:auto;
		margin-right:auto;
	}
}

#love_heal_8hr_series{
	margin-bottom:120px;
}
@media(min-width:768px){
	
	#love_heal_8hr_series{
		margin-bottom:80px;
	}
}

#love_heal_8hr_series .image{
	width:60%;
	margin-left:auto;
	margin-right:auto; 
}
@media(max-width:767px){
	#love_heal_8hr_series .image{
		width:100%;
	}
}
#love_heal_8hr_series .content{
	width:90%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
@media(max-width:767px){
	#love_heal_8hr_series .content{
		width:75%;
	}
	#love_heal_8hr_series .image{
		width:75%;
		
	}
}
#jgoldcrown{
	max-width:400px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
@media(max-width:767px){
	#jgoldcrown{
		margin-bottom:30px;
	}
}

#jgoldcrown_label{
	position:absolute;
	right:-35px;
	top: calc(100% - 35px);
	width:80%;
}

@media(max-width:767px){
	#jgoldcrown_label{
		right:-9px;
	}
}


#get_sample{
	background-color:#fdeeb3;
	margin-bottom:200px;
}

#get_sample{
	padding:80px 17.5px 20px 17.5px;
}
@media(min-width:768px){
	#get_sample{
		padding:40px;
	}
}
#get_sample{
	color:#646464;
}
@media(max-width:767px){
	
	#get_sample{
		margin-top:-100px;
	}
}
#get_sample_title{
	position:absolute;
	left: 15px;
	top: -10px;
}
@media(min-width:768px){
	#get_sample_title{
		left: -25px;
		top: -30px;
	}	
}

.form_input_item label{
	font-weight:initial;
	display:block;
	width:100%;
	margin-bottom:0px;
	cursor:pointer;
}
.form_input_item{
	width:100%;
	margin-bottom:6px;
}
@media(min-width:768px){
	.form_input_item .desc{
		line-height:50px;
	}
}
@media(min-width:768px){
	.form_input_item:nth-child(2n+1){
		padding-right:25px;
	}
	.form_input_item:nth-child(2n+2){
		padding-left:25px;
	}
	.form_input_item.fullwidth{
		padding-left:0px;
	}
}
.form_input_item input, .form_input_item select{
	background-color:#FFF;
	border:1px solid #f47633;
	width:100%;
	height:50px;
	line-height:50px;
	color:#646464;
	padding-left:20px;
	padding-right:20px;
	border-radius: 0px;
}


.form_input_item input[type='radio']{
	width:20px;
	height:20px;
	cursor:pointer;
	vertical-align:top;
	margin-right:4px;

	padding-left:0px;
	padding-right:0px;
	background:transparent;
	
	-webkit-appearance: none;
    border: none;
    outline: none;
	
	background-image:url('/images/radio_not_checked.png');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}


.form_input_item input[type='radio']:checked{
	background-image:url('/images/radio_checked.png');
}

.radio_container{
	padding-top:15px;

}
@media(max-width:767px){
	.radio_container{
		padding-top: 10px;
		margin-bottom: 25px;
	}
}
@media(min-width:768px){
	.radio_container >div:last-child{
		
	}
}

.checkbox_container{
	margin-bottom:20px;
}
.checkbox_container>label div:first-child{
	width: 30px;
	float:left;
}
.checkbox_container>label div:last-child{
	width: calc(100% - 30px);
	float:left;
} 


.form_input_item input[type='checkbox']{
	width:20px;
	height:20px;
	cursor:pointer;
	vertical-align:top;
	margin-right:4px;
	margin-top:4px;

	padding-left:0px;
	padding-right:0px;
	background:transparent;
	
	-webkit-appearance: none;
    border: none;
    outline: none;
	
	background-image:url('/images/checkbox_not_selected.png');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}



.form_input_item input[type='checkbox']:checked{
	background-image:url('/images/checkbox_selected.png');
}
.form_button_container{
	text-align:center;
}
.form_button{
	width:49%;
	display:inline-block;	
}
.form_button:hover{
	opacity:.8;
}
.form_button img{
	cursor:pointer;
}
@media(min-width:768px){
	.form_button{
		width:32%;
		
	}
}

footer{
	padding:10px 0px;
}
@media(min-width:768px){
	
	footer{
		padding:16px 0px;
	}
}
.backtotop_btn{
	cursor:pointer;
	transition:all 300ms ease;
}
.backtotop_btn:hover{
	opacity:0.95;
	transform: scale(1.05);
}
 

body{
	background-image:url('/images/header_heart_top_m.jpg');
	background-repeat:no-repeat;
	background-size:100%;
	background-position:center top;
}
@media(max-width:767px){
	body{
		padding-top: 80px;
	}
}
@media(min-width:480px){
	body{
		background-position:center -2%;
	}
}
@media(min-width:650px){
	body{
		background-position:center -4%;
	}
}
@media(min-width:768px){
	/* body{
		background-image:url('/images/header_heart_top.jpg');
		background-position:center 1.5%;
	} */
	
	body{
		background:none;
		
	}
	
	#kv_left{
		position:absolute;
		left:0px;
		top:0px;
		max-width:25%;
		
	}
	#kv_right{
		position:absolute;
		right:0px;
		top:0px;
		max-width:25%;
	}
	#kv_center{
		position:absolute;
		left:0px;
		top:0px;
		width:100%;
		text-align:center;
	}
	#kv_center img{
		max-width:75%;
	}
	#kv_left img,
	#kv_right img{
		max-width:100%;
	}
}
@media(min-width:1250px){
	body{
		background-position:center 0%;
	}
}
@media(min-width:1600px){
	body{
		background-position:center -1.5%;
	}
}
#main_container{
	overflow:hidden;
	background-image:url('/images/footer_kv_m.png');
	background-repeat:no-repeat;
	background-size:100%;
	background-position:center bottom;
}
@media(min-width:768px){
	#main_container{
		background-image:url('/images/footer_kv.png');
	}	
}
@media(min-width:1200px){
	#main_container{
		padding-top:8%;
	}	
}

.header_menu{
	display:inline-block;
	padding-right:30px;
}
.header_menu:last-child{
	padding-right:0px;
}


#bg_container{position:absolute;z-index:-1;width:100%;height:100%;top:0px;left:0px;}
.homepage_bg_floating_img{position:absolute;}
.homepage_bg_floating_img img{width:100%;}
.homepage_bg_floating_img.left{left:0%;}
.homepage_bg_floating_img.right{right:0%;}
.floating_heart{
	background-repeat:no-repeat;

	background-size: 100px 100px;
	width:100%;
	height:100%;
	position:fixed;
	left:0px;
	top:0px;
}
#menu_toggle{
	margin-top:7.5px;
}
#navbar_menu{
	position:relative;
	z-index:100;
	background-color:rgba(255,255,255,0.9);
	text-align:center;
}
#floating_right_icons_container{
	position: fixed;
	left:auto;
	right:10px;
	
	z-index:10;
}
@media(min-width:768px) and (max-width: 1099px){
	#floating_right_icons_container{
		
	}	
}

@media(min-width:1115px){	/* 1000 90 + 25*/
	#floating_right_icons_container{
		left: calc(50% + 1000px / 2 + 25px );
	}	
}



.floating_right_item{
	width:45px;
	margin-bottom:5px;
}
.floating_right_item img{
	width:100%;
}

@media(max-width:767px){
	.floating_right_item{
		width:37.5px;
		margin-bottom:4px;
	}

@media(min-width:1200px){
	.ani_float1{
		animation: float1 5s ease-in-out infinite;
	}
	.ani_float2{
		animation: float1 5s ease-in-out infinite;
	}
	.ani_delay_xs{
		animation-delay:200ms;
	}
	.ani_delay_s{
		animation-delay:400ms;
	}

	.ani_delay_m{
		animation-delay:600ms;
	}

	@keyframes float1 {
		0% {
			transform: translateX(0px) translateY(0px);
		}
		20%{
			transform: translateX(3px) translateY(2px);
		}
		40%{
			transform: translateX(-4px) translateY(10px);
		}
		60%{
			transform: translateX(5px) translateY(2px);
		}
		80%{
			transform: translateX(12px) translateY(-6px);
		}
		100% {
			transform: translateX(0px) translateY(0px);
		}
	}
	@keyframes float2 {
		0% {
			transform: translateX(0px) translateY(0px);
		}
		10%{
			transform: translateX(-3px) translateY(4px);
		}
		20%{
			transform: translateX(-6px) translateY(2px);
		}
		40%{
			transform: translateX(-4px) translateY(-6px);
		}
		50%{
			transform: translateX(-1px) translateY(-3px);
		}
		60%{
			transform: translateX(8px) translateY(4px);
		}
		70%{
			transform: translateX(2px) translateY(5px);
		}
		80%{
			transform: translateX(6px) translateY(9px);
		}
		100% {
			transform: translateX(0px) translateY(0px);
		}
	}
	
}
#findcoupon_popup {
	padding:0px;
	overflow: visible;
}
@media(max-width:767px){
		
	#findcoupon_popup {
		width:95%;
	}
	#findcoupon_popup .content_popup{
		margin:auto;
	}
}
#findcoupon_popup .content_popup{
	background-color: #fdeeb3;
	padding:40px 20px;
	width:100%;
	height:auto;
}


@media(min-width:768px){
	#findcoupon_popup .content_popup{
		width:600px;
		padding:40px 40px;
	}
}
#findcoupon_popup .form_input_item{
	padding-left:0px;
	padding-right:0px;
	
}

#findmycoupon_close_btn:hover{
	opacity:.8;
}
#findmycoupon_close_btn{
	position: absolute;
	top: -35px;
    right: -35px;
    width: 60px;
	cursor:pointer;
}
@media(max-width:767px){
	#findmycoupon_close_btn{
		
		top: -30px;
		right: -10px;
		
	}
	    
}
.findmycode_submit_btn{
	cursor:pointer;
}
.findmycode_submit_btn:hover{
	opacity:.8;
}
#findmycoupon_title{
	position: absolute;
    top: -80px;
    left: -80px;
    width: 80%;
}
@media(max-width:767px){
	#findmycoupon_title{
		top: -70px;
		left: -30px;
		width: 90%;
	}
}
#findcoupon_popup  .fancybox-close-small{
	display:none;
}

.hoveritem{
	cursor:pointer;
}
.hoveritem:hover{
	opacity:.8;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: #fcc4dc;
}

.redeem_detail_item>div:first-child{
	text-align:right;
}
.redeem_detail_item>div:last-child{
	text-align:left;
	padding-left:25px;
}
.linkcolor{
	color:#f47633;
	
}

.linkcolor:hover{
	color:#f47633;
	
}




.redeem_instruction{
	background-color:#fdeeb3;
}
.redeem_instruction{
	padding:80px 20px 20px 20px;
}
@media(min-width:768px){
	.redeem_instruction{
		padding:40px;
	}
}
.backtotop_btn {
	width:50px;
}
@media(min-width:768px){
	.backtotop_btn {
		width:70px;
	}
}

#btn_submit_label{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}

#btn_submit_loading{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}
#btn_submit_loading img{
	margin-top:20px;
}


#footer_get_sample{
	position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
	    z-index: 100;
}
#footer_get_sample_img{
	width:200px;
	cursor:pointer;
}

@media(min-width:768px){
	
	#footer_get_sample_img{
		width:240px;
	}
}

a.orangetext:hover{
	color:#f47633;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #CCC;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #CCC;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #CCC;
}
:-moz-placeholder { /* Firefox 18- */
  color: #CCC;
}

#video_to_play{
	position:absolute;
	top:0px;
	left:0px;
	opacity:0;
}
#play_video_btn{
	background-color: rgba(0, 0, 0, 0.5);
	position:absolute;
	right:20px;
	bottom:20px;
	color:#FFF;
	border-radius:4px;
	padding:7.5px 15px;
	cursor:pointer;
	opacity:0;
}
#play_video_btn:hover{
	background-color: rgb(0, 173, 239);
}