body {
	background-image: url(../img/bg_1.png);
	background-repeat: repeat-x repeat-y;
	background-position: center;
}

.mr_bg_left {
	top: 0;
	left: 0;
	position: absolute;
	width: 284px;
	z-index: -1000;
	background-image: url(../img/bg_left_1.png);
	background-repeat: repeat-y;
}

.mr_bg_right {
	top: 0;
	right: 0;
	position: absolute;
	width: 249px;
	z-index: -1000;
	background-image: url(../img/bg_right_1.png);
	background-repeat: repeat-y;
}

.fix_col_padding {
	padding: 0px;	
}

.lnk_airfeel {
	background-image: url(../img/lnk_airfeel.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 470px 255px;
	width: 470px;
	height: 124px;
	margin-top: 40px;
	cursor: pointer;
}

.lnk_airfeel:hover {
	background-position: 0 -130px;
}

.lnk_moisture {
	background-image: url(../img/lnk_moisture.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 470px 255px;
	width: 470px;
	height: 124px;
	margin-top: 40px;
	cursor: pointer;
}

.lnk_moisture:hover {
	background-position: 0 -130px;
}

.lnk_styling {
	background-image: url(../img/lnk_styling.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 470px 255px;  
	width: 470px;
	height: 124px;
	margin-top: 40px;
	cursor: pointer;
}

.lnk_styling:hover {
	background-position: 0 -130px;
}


.mr_block {
	margin: 0 auto;
    padding-bottom: 0px;
    background: url(../img/row_bottom_bg.png) no-repeat 50% 100%;
}

.treatment_prod_left {
	background-image: url(../img/treatment_prod_left.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	max-width: 420px !important;
	padding-bottom: 55%;
	margin-top: 30px;
	cursor: pointer;
	float: right;
}

.treatment_prod_right {
	background-image: url(../img/treatment_prod_right.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	max-width: 420px !important;
	padding-bottom: 55%;
	margin-top: 30px;
	cursor: pointer;
	float: left;
}

.treatment_wash_1 {
	background-image: url(../img/treatment_wash_1.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	padding-bottom: 20%;
	cursor: pointer;
}

.treatment_wash_2 {
	background-image: url(../img/treatment_wash_2.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	padding-bottom: 48%;
	cursor: pointer;
}

.treatment_wash_3 {
	background-image: url(../img/treatment_wash_3.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	padding-bottom: 48%;
	cursor: pointer;
}

.treatment_not_washed_1 {
	background-image: url(../img/treatment_not_washed_1.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	padding-bottom: 40%;
	cursor: pointer;
}

.treatment_not_washed_2 {
	background-image: url(../img/treatment_not_washed_2.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	padding-bottom: 40%;
	cursor: pointer;
}

.treatment_not_washed_3 {
	background-image: url(../img/treatment_not_washed_3.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	padding-bottom: 46%;
	cursor: pointer;
}

.treatment_not_washed_4 {
	background-image: url(../img/treatment_not_washed_4.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	padding-bottom: 46%;
	cursor: pointer;
}

.treatment_prod_left:hover,
.treatment_prod_right:hover,
.treatment_wash_1:hover,
.treatment_wash_2:hover,
.treatment_wash_3:hover,
.treatment_not_washed_1:hover,
.treatment_not_washed_2:hover,
.treatment_not_washed_3:hover,
.treatment_not_washed_4:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

a.prod_lnk {
	text-decoration: none;
}

h4.prod_lnk {
	font-size: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	font-weight: 900;
	letter-spacing: .1em;
}

h4.prod_lnk_fix {
	margin-top: 20px !important;
}

.prod_lnk > div > h3 {
	font-size: 1.8em;
	margin-top: -30px;
	margin-bottom: 0px;
	color: #000;
	font-weight: 900;
	letter-spacing: .1em;
}

.treatment_title_bg {
	background-image: url(../img/treatment_title_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 818px 110px;
	width: 100%;
	height: 110px;
	margin: 0 auto;
}

.treatment_title_bg > h1 {
	height: 110px;
	line-height: 110px;
	font-weight: 900;
	letter-spacing: .3em;
	font-size: 2.4em;
	vertical-align: middle;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0 auto;
}

#wash_away,
#not_washed_away {
	margin-top: 40px;
	margin-bottom: 0px;
}

h2.prod_title {
	color: #e4098e;
	font-weight: 900;
	font-size: 2.2em;
	letter-spacing: .1em;
	margin-top: 40px;
	margin-bottom: 40px;
	line-height: 1.2em;
}

h2.prod_title > small {
	color: #e4098e;
	font-size: .7em;
}

.prod > div {
	width: 100%;
	position: relative;
	margin: 0 auto;
	margin-bottom: 40px;
}

.prod > div > div {
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	background-image: url(../img/item_light_bg_2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	height: 320px;
	line-height: 320px;
}

.prod > div > div > img {
	text-align: center;
	z-index: 999;
}

.prod > div > h4 {
	margin-top: 30px;
	line-height: 1.5em;
	font-weight: 400;
	font-size: 1.5em;
	height: 100px;
}

.prod > h3 {
	margin-top: 30px;
	margin-bottom: 40px;
	line-height: 1.7em;
	font-weight: 900;
	font-size: 1.5em;
	letter-spacing: .2em;
}

.prod > div > h5 {
	line-height: 1.5em;
	font-weight: 900;
	font-size: 1.6em;
}

.prod > div > h5 > br.show_mobile {
	display: none;
}

.prod > div > h5 > small {
	font-size: 1em;
	color: #000;
}

.prod > div > a.detail {
	text-align: center;
	vertical-align: top;
	display: inline-block;
	font-weight: 900;
	font-size: 1.6em;
}

.prod_big > div {
	width: 0px;
	position: relative;
	margin: 0 auto;
	height: 440px;
}

.prod_big > div > div {
	position: absolute;
	text-align: center;
	vertical-align: top;
	display: inline-block;
	width: 400px;
	background-image: url(../img/item_light_bg_2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	top: 40px;
	height: 400px;
	left: -400px;
}

.prod_big > div > div > img {
	text-align: center;
	vertical-align: top;
	display: inline-block;
	z-index: 999;
	height: 260px;
}

.prod_big > div > h4 {
	position: absolute;
	text-align: left;
	vertical-align: top;
	display: inline-block;
	margin-top: 30px;
	padding-left: 20px;
	line-height: 1.5em;
	font-weight: 400;
	left: -50px;
	width: 450px;
	font-size: 1.6em;
}

.prod_big > div > h5 {
	position: absolute;
	text-align: left;
	vertical-align: top;
	display: inline-block;
	margin-top: 270px;
	padding-left: 20px;
	line-height: 1.5em;
	font-weight: 900;
	left: -50px;
	font-size: 1.6em;
	width: 450px;
}

.prod_big > div > h5 > small {
	font-size: 1em;
	color: #000;
}

.prod_big > div > a.detail {
	position: absolute;
	text-align: left;
	vertical-align: top;
	display: inline-block;
	margin-top: 330px;
	padding-left: 20px;
	line-height: 1.5em;
	font-weight: 900;
	left: -50px;
	width: 200px;
	font-size: 1.6em;
}

.mr_detail {
	background: url(../img/btn_detail.png) no-repeat top center;
	height: 0;
	background-size: 194px 98px;
	width: 194px;
	height: 49px;
	margin-top: 0px;
	cursor: pointer;
}

.mr_detail:hover {
	background-position: 0 -50px;
}

.fix_row_lnk {
	margin-top: 40px;
}

@media screen and (max-width: 991px) {
	.mr_detail {
		background: url(../img/btn_detail.png) no-repeat top center;
		height: 0;
		background-size: 100%;
		width: 140px;
		height: 34px;
		margin-top: 10px;
		cursor: pointer;
	}
	
	.mr_detail:hover {
		background-position: 0 -36px;
	}
	
	.treatment_prod_left,
	.treatment_prod_right {
		padding-bottom: 60%;
	}
	
	.lnk_airfeel {
		background-image: url(../img/lnk_airfeel.png);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 100%;  
		width: 90%;
		height: 0;
		margin-top: 10px;
		padding-bottom: 24%;
		cursor: pointer;
	}

	.lnk_airfeel:hover {
		background-position: 0 100%;
	}
	
	.lnk_moisture {
		background-image: url(../img/lnk_moisture.png);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 100%;  
		width: 90%;
		height: 0;
		margin-top: 10px;
		padding-bottom: 24%;
		cursor: pointer;
	}

	.lnk_moisture:hover {
		background-position: 0 100%;
	}

	.lnk_styling {
		background-image: url(../img/lnk_styling.png);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 100%;
		width: 90%;
		height: 0;
		margin-top: 10px;
		padding-bottom: 24%;
		cursor: pointer;
	}

	.lnk_styling:hover {
		background-position: 0 100%;
	}
	
	.treatment_title_bg {
		background-image: url(../img/treatment_title_bg.png);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 90%;
		width: 100%;
		height: 0;
		padding-bottom: 15%;
		margin: 0 auto;
	}
	
	.treatment_title_bg > h1 {
		height: 12vw;
		line-height: 12vw;
		font-weight: 900;
		letter-spacing: .3em;
		font-size: 5vw;
		vertical-align: middle;
		padding-top: 0;
		padding-bottom: 0;
		margin: 0 auto;
	}
	
	h2.prod_title {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.prod_big > div {
		width: 0px;
		position: relative;
		margin: 0 auto;
		height: 340px;
	}
	
	.prod_big > div > div {
		position: absolute;
		text-align: center;
		vertical-align: top;
		display: inline-block;
		width: 288px;
		background-image: url(../img/item_light_bg_2.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100%;
		top: 160px;
		left: -230px;
	}

	.prod_big > div > div > img {
		text-align: center;
		vertical-align: top;
		display: inline-block;
		z-index: 999;
		max-height: 120px;
	}

	.prod_big > div > h4 {
		position: absolute;
		text-align: center;
		vertical-align: top;
		display: inline-block;
		margin-top: 0vw;
		padding-left: 0;
		padding-right: 0;
		line-height: 1.3em;
		font-weight: 400;
		left: -45vw;
		width: 90vw;
		font-size: 1.1em;
	}

	.prod_big > div > h5 {
		position: absolute;
		text-align: left;
		vertical-align: top;
		display: inline-block;
		margin-top: 170px;
		padding-left: 20px;
		line-height: 1.5em;
		font-weight: 900;
		left: -20px;
		font-size: 1.4em;
		width: 160px;
	}
	
	.prod_big > div > a.detail {
		position: absolute;
		text-align: left;
		vertical-align: top;
		display: inline-block;
		margin-top: 220px;
		padding-left: 20px;
		line-height: 1.5em;
		font-weight: 900;
		left: -20px;
		width: 170px;
		font-size: 1.6em;
	}
	
	.prod > div {
		width: 0px;
		position: relative;
		margin: 0 auto;
		height: 210px;
	}
	
	.prod > div.fix_height {
		height: 230px !important;
	}
	
	.prod > div > div {
		display: none;
		position: absolute;
		text-align: center;
		vertical-align: top;
		display: inline-block;
		width: 288px;
		background-image: url(../img/item_light_bg_2.png);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 60%;
		top: 10px;
		left: -230px;
	}
	
	.prod > div > div.fix_top {
		margin-top: 50px !important;
	}
	
	.prod > h3 {
		margin-top: 0px;
		margin-bottom: 20px;
		line-height: 1.2em;
		padding-top: 10px;
	}

	.prod > div > div > img {
		display: none;
		text-align: center;
		vertical-align: top;
		display: inline-block;
		z-index: 999;
		max-height: 120px;
	}

	.prod > div > h4 {
		display: none;
		position: absolute;
		text-align: center;
		vertical-align: top;
		display: inline-block;
		margin-top: 0vw;
		padding-left: 0;
		padding-right: 0;
		line-height: 1.3em;
		font-weight: 400;
		left: -45vw;
		width: 90vw;
		font-size: 1.1em;
	}

	.prod > div > h5 {
		display: none;
		position: absolute;
		text-align: left;
		vertical-align: top;
		display: inline-block;
		margin-top: 10px;
		padding-left: 20px;
		line-height: 1.5em;
		font-weight: 900;
		left: -40px;
		font-size: 1.4em;
		width: 180px;
	}
	
	.prod > div > h5.fix_top {
		margin-top: 80px;
	}
	
	.prod > div > h5 > br.show_mobile {
		display: block;
	}
	
	.prod > div > a.detail {
		display: none;
		position: absolute;
		text-align: left;
		vertical-align: top;
		display: inline-block;
		margin-top: 70px;
		padding-left: 20px;
		line-height: 1.5em;
		font-weight: 900;
		left: -40px;
		width: 170px;
		font-size: 1.4em;
	}
	
	.prod > div > a.detail.fix_top {
		margin-top: 100px;
	}
}


@media screen and (max-width: 767px) {
	.mr_block_2 {
		margin: 0 auto;
		padding-bottom: 0px;
		background: url(../img/row_bottom_bg.png) no-repeat 50% 100%;
	}
}