﻿@charset "utf-8";

#article .top h1 {
	text-transform: uppercase;
	letter-spacing: -1.8px;
	line-height: 50px;
	font-weight: 300;
	font-size: 45px;
}
#article .top .desc {
	line-height: 30px;
	margin-top: 54px;
	font-size: 16px;
}



#article .filter {
	position: relative;
}
#article .filter .concerns {
	background-color: #f4f1ec;
}
#article .filter .treatments {
	background-color: #e5eced;
}
#article .filter .name-eng {
	letter-spacing: -1.5px;
	text-align: center;
	font-weight: 300;
	font-size: 36px;
}
#article .filter .name-tch {
	margin-bottom: 28px;
	text-align: center;
	margin-top: 6px;
	font-size: 20px;
}
#article .filter .cell {
	padding: 58px 5.7%;
	font-size: 0;
	width: 50%;
}
#article .filter .arrow {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}
#article .filter .section {
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;
	margin-top: 36px;
	font-size: 16px;
	width: 33.3333%;
}
#article .filter .section .name {
	border-bottom: 1px solid #bfbdb9;
	padding-bottom: 7px;
	margin-bottom: 6px;
}
#article .filter .section .item {
	font-weight: 300;
	padding: 1px 0;
	display: block;
	color: #555;
}
#article .filter .section .item.active {
	font-weight: 700;
	color: black;
}
#article .filter .section .item:hover {
	color: #a67f6c;
}
#article .filter .treatments {
	padding-left: 4.5%;
}
#article .filter .treatments .section {
	padding-right: 8px;
	padding-left: 36px;
	margin-top: 30px;
}
#article .filter .treatments .item {
	padding: 6px 0 5px;
	line-height: 23px;
}
#article .filter .arrow .item {
	position: relative;
	float: left;
	width: 50%;
}
#article .filter .arrow .item:after {
	border: medium solid transparent;
	border-bottom-color: white;
	pointer-events: none;
	position: absolute;
	border-width: 15px;
	margin-left: -15px;
	content: " ";
	bottom: 0;
	height: 0;
	left: 50%;
	width: 0;
}
#article .filter .arrow .item.active:after {
	border-bottom-color: transparent;
	bottom: -30px;
}
#article .filter .arrow .left.active:after {
	border-top-color: #f4f1ec;
}
#article .filter .arrow .right.active:after {
	border-top-color: #e5eced;
}



#mobileFilter {
	display: none;
}
#mobileFilter .cell {
	padding: 14px 10px;
	text-align: center;
	width: 50%;
}
#mobileFilter .concerns {
	background-color: #f4f1ec;
}
#mobileFilter .treatments {
	background-color: #e5eced;
}
#mobileFilter .selector.treatments {
	display: none;
}
#mobileFilter .name-eng {
	letter-spacing: -.5px;
	line-height: 24px;
	font-weight: 300;
	font-size: 24px;
}
#mobileFilter .name-tch {
	font-size: 16px;
}
#mobileFilter .selector {
	padding: 35px 18px 33px;
}
#mobileFilter .sbHolder {
	font-size: 14px;
	width: 100%;
}
#mobileFilter .sbSelector {
	padding: 8px 24px 8px 28px;
	background-color: white;
	color: #c5c5c5;
	border: none;
	width: 100%;
}
#mobileFilter .sbSelector:after {
	position: absolute;
	height: 100%;
	right: 12px;
	top: 0;
}
#mobileFilter .chose .sbSelector {
	color: black;
}
#mobileFilter .sbHolder .sbOptions li:first-child {
	display: none;
}
#mobileFilter .sbOptions {
	background-color: #f0f0f0;
	border: 0;
}
#mobileFilter .sbOptions span {
	display: inline-block;
	padding: 6px 14px 0;
	font-weight: 700;
}
#mobileFilter .sbOptions a {
	border-bottom: 1px solid white;
	padding: 6px 14px;
}
#mobileFilter .concerns .sbOptions a {
	padding: 6px 26px;
}
#mobileFilter .sbOptions a:link, #mobileFilter .sbOptions a:visited {
	color: black;
}
#mobileFilter .sbOptions .selected a {
	color: #aaa;
}



#article .main {
	padding-bottom: 82px;
	padding-top: 92px;
}
#article .main .concern {
	padding-bottom: 40px;
	display: none;
}
#article .main .concern .name-eng {
	letter-spacing: -1px;
	font-weight: 300;
	font-size: 30px;
}
#article .main .concern .name-tch {
	margin-top: 8px;
	font-size: 16px;
}
#article .main .concern .desc {
	line-height: 24px;
	margin-top: 30px;
	color: #444;
}
#article .main .concern .suggests {
	margin-top: 20px;
}
#article .main .concern .suggests strong {
	margin-bottom: 20px;
	display: block;
	color: #a67f6c;
}
#article .main .concern .suggests .item {
	display: block;
	color: #999;
}
#article .main .concern .suggests .item.active {
	color: black;
}
#article .main .concern .suggests .item:hover {
	color: #a67f6c;
}
#article .main .concern .share, #article .main .treatment .share {
	margin-top: 16px;
	float: right;
}
#article .main .share .facebook, 
#article .main .share .instagram {
	margin-right: 32px;
}



#article .split {
	margin-bottom: 16px;
	text-align: center;
	position: relative;
	margin-top: 30px;
}
#article .split:before {
	background-color: #b2b2b2;
	position: absolute;
	content: ' ';
	height: 1px;
	width: 100%;
	top: 54%;
	left: 0;
}
#article .split>.inner {
	background-color: white;
	display: inline-block;
	position: relative;
	font-size: 14px;
	padding: 0 8px;
}




#article .main .treatment .name-eng {
	letter-spacing: -1px;
	font-weight: 300;
	font-size: 30px;
}
#article .main .treatment .name-tch {
	margin-top: 8px;
}
#article .main .treatment .desc {
	line-height: 24px;
	margin-top: 30px;
	color: #444;
}
#article .main .treatment .slider {
	margin-top: 44px;
}
#article .main .treatment .slider .photo {
	display: inline-block;
}

@media (max-width: 1680px) {
	#article .top .desc {
		margin-top: 34px;
	}
}
@media (max-width: 1440px) {
	#article .top .bg {
		margin-left: -720px;
		position: relative;
		max-width: none;
		width: 1440px;
		left: 50%;
	}
}
@media (max-width: 1280px) {
	#article .filter .cell {
		padding: 48px 3.5%;
	}
	#article .filter .treatments {
		padding-left: 2.3%;
	}
	#article .filter .treatments .item {
		line-height: 18px;
	}
	#article .filter .name-eng {
		font-size: 28px;
	}
	#article .filter .name-tch {
		margin-bottom: 0;
		font-size: 16px;
	}
	#article .filter .section {
		font-size: 14px;
	}
}
@media (max-width: 1024px) {
	#article .filter {
		display: none;
	}
	#mobileFilter {
		display: block;
	}
}
@media (max-width: 640px) {
	#article .top .bg {
		margin-left: -625px;
		position: relative;
		max-width: none;
		width: 720px;
		left: 100%;
	}
	#article .top>.inner {
		padding-bottom: 34px;
		position: relative;
		padding-top: 28px;
		height: auto;
	}
	#article .top h1 {
		letter-spacing: -1px;
		line-height: 24px;
		font-size: 22px;
	}
	#article .top .desc {
		line-height: 22px;
		margin-top: 24px;
		font-size: 14px;
	}
	#article .top .desc br {
		display: none;
	}
	
	
	
	#mobileFilter .cell {
		padding-top: 10px;
	}
	#mobileFilter .name-eng {
		line-height: 17px;
		font-size: 17px;
	}
	#mobileFilter .name-tch {
		font-size: 13px;
	}
	
	
	
	#article .main {
		padding-top: 28px;
	}
	#article .main .concern .name-eng {
		font-size: 26px;
	}
	#article .main .concern .name-tch {
		margin-top: 2px;
	}
	#article .main .concern .desc {
		margin-top: 20px;
	}
}
@media (max-width: 480px),
(-webkit-min-device-pixel-ratio: 1.25) and (max-width: 640px),
(min--moz-device-pixel-ratio: 1.25) and (max-width: 640px),
(-o-min-device-pixel-ratio: 1.25/1) and (max-width: 640px),
(min-device-pixel-ratio: 1.25) and (max-width: 640px),
(min-resolution: 200dpi) and (max-width: 640px),
(min-resolution: 1.25dppx) and (max-width: 640px) {
	#mobileFilter .sbSelector {
		padding-left: 8px;
	}
}
.treatmentBtnRow{
	clear:both;
	width:100%;
}
.treatmentBack,
.treatmentGo{
    background-color: #b7a9a1;
    margin: 12px 0;
    margin-right:14px;
    display: inline-block;
    padding: 10px 28px;
    margin-top: 62px;
    font-size: 14px;
    color: white;
}
