h2{
	margin-bottom: 30px;
	font-size: 1.5em;
	text-align: center;
}

section{
	margin-bottom: 30px;
}

.intro{
	display: block;
	text-align: center;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.intro h1{
	font-size: 1.3em;
}

.intro .s{
	height: 2px;
	width: 120px;
	background: #8f7248;
	display: inline-block;
	margin-top: 40px;
	margin-bottom: 32px;
}

.intro .about{
	margin-top: 28px;
}

.intro .about a{
	display: inline-block;
	border: 2px solid;
	padding: 2px 18px;
	padding-top: 5px;
	border-radius:2px;
	font-weight: bold;
	background: none;
	color: #8f7244;

	-webkit-transition: background-color 0.6s ease-out;
	-moz-transition: background-color 0.6s ease-out;
	-o-transition: background-color 0.6s ease-out;
	transition: background-color 0.6s ease-out;
}

.intro .about a:hover{
	color: #fff;
	background-color: #8f7244;
	cursor: pointer;
}

.infovideo{
	background: #f6ece1;
	margin-bottom:0;
	padding-top: 44px;
	padding-bottom: 32px;
	text-align:center;
}

.infovideo video{
	width: 90%;
	max-width: 580px;
}

.aboutdoctor{
	background: #f6ece2;
	padding-top: 40px;
	padding-bottom: 30px;
}

.aboutdoctor ul:after{
	clear: both;
	display: table;
	content: '';
}

.aboutdoctor .details{
	font-size: 0.8em;
	text-align: left;
	min-height: 420px;
}

.aboutdoctor .details h4{
	text-align: center;
	font-size: 1.1em;
	margin-bottom: 24px;
}

.aboutdoctor .details span{
	display: block;
	line-height: 24px;
}

.aboutdoctor .details h5{
	text-align: center;
	color: #8f7245;
	font-size: 1.1em;
	margin-bottom: 4px;
}

.aboutdoctor .details li{
	margin-left: 22px;
	
}

.aboutdoctor .source{
	position: relative;
	width: 100%;
}

.aboutdoctor .source .img{
	width: 100%;
	box-shadow: 1px 1px 4px #aaa;
}

.aboutdoctor .source .img img{
	display: block;
	width: 100%;
	height: auto;
}

.aboutdoctor .player_cover{
	position: absolute;
	z-index: 1;
	background: rgba(0, 0, 0, 0.4);
	color: #f1f1f1;
	background-position: 50% 50%;
	background-size: 300%;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.aboutdoctor .player_cover.stop{
	background: rgba(0, 0, 0, 0.4);
}

.aboutdoctor .player_cover.play{
	background: rgba(0, 0, 0, 0);
}

.aboutdoctor .source button{
	position: absolute;
	z-index: 2;
	left: 45%;
	top: 42%;
	background: none;
	border: 0;
	cursor: pointer;
	/*pointer-events: none;*/
	display: none;
}

.aboutdoctor .source button img{
	width: 45px;
	height: auto;
	opacity: 0.7;
}

.aboutdoctor .source button img.stop{
	opacity: 0.7;
}

.aboutdoctor .source button img.play{
	opacity: 0;
}


.aboutdoctor video{
	width: 100%;
	height: auto;
	display: block;
}

.aboutdoctor .photos{
	margin-top: 6px;
	display: block;
	margin-bottom: 20px;
}

.aboutdoctor .photos ul,
.aboutdoctor .photos li{
	list-style: none;
}

.aboutdoctor .photos li{
	display: block;
	float: left;
	width: calc((100%/2) - 9px);
	height: auto;
	margin-top: 8px;
}

.aboutdoctor .photos li:nth-child(2) {
	margin-left: 12px;
	margin-right: 6px;
}

.aboutdoctor .photos li:nth-child(3) {
	margin-left: 6px;
	margin-right: 0px;
}

.aboutdoctor .photos a{
	display: block;
	width: 100%;
	height: auto;
	cursor: pointer;
}

.aboutdoctor .photos a.active{
	cursor: default;
}

.aboutdoctor .photos a img{
	border: 2px solid #fff;
}

.aboutdoctor .photos a.active img{
	border: 2px solid #8f7245;
	-webkit-box-shadow: 0px 0px 3px 1px #ad9069;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    0px 0px 3px 1px #ad9069;  /* Firefox 3.5 - 3.6 */
	box-shadow:         0px 0px 3px 1px #ad9069;
}

.aboutdoctor .photos a:hover img{
	border: 2px solid #8f7245;
	-webkit-box-shadow: 0px 0px 3px 1px #ad9069;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    0px 0px 3px 1px #ad9069;  /* Firefox 3.5 - 3.6 */
	box-shadow:         0px 0px 3px 1px #ad9069;
}

.aboutdoctor .photos a img{
	width: 100%;
	height: auto;
}

.results .c{
	display: block;
	margin-bottom: 20px;
	/*border: 1px solid #e8e8e8;*/
}

.results .c:after{
	clear: both;
	display: table;
	content: '';
}

.results .c .img,
.results .c video{
	float: left;
	display: block;
	width: 140px;
	height: 130px;
}

.results .c img{
	display: block;
	width: 100%;
	height: 130px;
}

.results .c .txt{
	float: left;
	width: calc(100% - 140px);
	background: #b5f3da;
	height: 130px;
	padding: 8px;
}

.results .c .txt a{
	font-family: "suk-m";
	color: #9e2332;
}

.results .c .txt a:hover{
	text-decoration: underline;
}

.results .c .txt a:after{
	content: 	"\00BB";
	font-size: 1.3em;
}

.results .c h3{
	font-family: "suk-b";
	font-size: 0.9em;
	line-height: 18px;
	color: #816637;
}

.results .c p{
	font-size: 0.7em;
	line-height: 16px;
}

.services{
	background: #f6ece2;
	background: #fff;
	border: 40px solid #f6ece2;
	padding-top: 30px;
	padding-bottom: 20px;
}

.services ul,
.services li{
	list-style: none;
}

.services li{
	margin-bottom: 40px;
	width: 50%;
	float: left;
}

.services li a,
.services li span{
	display: block;
	text-align: center;
	line-height: 20px;
	font-family: suk-b;
}

.services .img{
	margin-bottom: 8px;
}

.services li a:hover img{
	box-shadow: 1px 2px 12px #8f7245;
}

.services li a img{
	width: 80%;
	height: auto;
	border-radius: 3px;
	box-shadow: 1px 1px 8px #8f7245;
}

.services li span.txtth,
.services li span.txten{
	color: #9e2232;
	font-size: 0.8em;
}

.ads{
	margin-top: 30px;
}

.ads .img img{
	width: 100%;
	display: block;
	height: auto;
}

.ads .txt{
	background: rgb(255, 242, 201);
	color: rgb(196, 133, 5);
	padding: 20px;
	font-size: 0.9em;
}

.ads .txt h3{
	font-size: 1.5em;
	margin-bottom: 12px;
}

.ads .txt li{
	margin-left: 20px;
}



@media only screen and (min-width:480px){
	.results .c .img,
	.results .c video,
	.results .c img{
		width: 200px;
		height: 160px;
	}

	.results .c .txt{
		float: left;
		width: calc(100% - 200px);
		background: #b5f3da;
		height: 160px;
		padding: 8px;
	}
	.results .c h3{
		font-size: 1em;
		line-height: 24px;
		margin-bottom: 2px;
	}

	.results .c p{
		font-size: 0.9em;
		line-height: 19px;
	}

	.results .c .txt a{
		color: #fff;
		display: inline-block;
		border: 1px solid #816637;
		padding: 2px 6px;
		text-align: center;
		background: #816637;
		border-radius: 2px;
		font-size: 0.9em;
		margin-top: 12px;
	}

	.results .c .txt a:hover{
		text-decoration: none;
	}

	.results .c .txt a:after{
		content: 	"";
	}


}

@media only screen and (min-width:800px){
	.details{
		float: left;
		width: 400px;
		padding-right: 40px;
	}

	.aboutdoctor .details{
		text-align: left;
	}

	.aboutdoctor .details li{
		text-align: left;
		list-style: disc;
	}

	.aboutdoctor .details h4{
		text-align: left;
	}

	.aboutdoctor .details h5{
		text-align: left;
	}

	.medias{
		float: right;
		width: calc(100% - 400px);
	}

	.aboutdoctor .photos{
		position: relative;
		margin-top: 0;
		display: block;
		margin-bottom: 0;
	}

	.results .c:after{
		clear: both;
		content: '';
		display: table;
	}

	.results .c h3{
		margin-bottom: 10px;
		font-size: 1.4em;
	}

	.results .c p{
		font-size: 1em;
		line-height: 23px;
	}

	.results .c .img,
	.results .c video{
		width: 280px;
		height: 220px;
	}

	.results .c img{
		width: 100%;
		height: 220px;
	}

	.results .c .txt{
		width: calc(100% - 280px);
		height: 220px;
		padding: 18px;
	}	

	.services ul:after{
		clear: both;
		display: table;
		content: '';
	}

	.services li{
		width: calc(100%/3);
		float: left;
	}

	.services li a img{
		width: 90%;
	}

	.ads .img,
	.ads .img img{
		width: 400px;
		height: 400px;
	}

	.ads .img{
		float: left;
	}

	.ads .txt{
		float: left;
		width: calc(100% - 400px);
		height: 400px;
	}

	.ads .txt h3{
		margin-bottom: 12px;
	}

	.ads .txt li{
		margin-bottom: 4px;
	}
}


@media only screen and (min-width:996px){
	.aboutdoctor .source button{
		display: block;
	}

	.details{
		width: 480px;
	}

	.aboutdoctor .details{
		
		font-size: 0.9em;
	}

	.medias{
		width: calc(100% - 480px);
	}

	.services li span.txtth,
	.services li span.txten{
		font-size: 1em;
	}

	.results .c{
		font-size: 0.8em;
	}

	.results .c h3{
		font-size: 1.3em;
		margin-bottom: 0;
	}

	.results .r:after{
		display: table;
		clear: both;
		content: '';
	}

	.results .c{
		float: left;
		display: block;
		width: calc(100%/2);
	}

	.results .c:nth-child(odd) {
		padding-right: 0.6%;
	}

	.results .c:nth-child(even) {
		padding-left: 0.6%;
	}

	.results .c .img,
	.results .c .img img,
	.results .c video{
		width: 260px;
		height: 190px;
	}

	.results .c .txt{
		width: calc(100% - 260px);
		height: 190px;
		float: left;
		background: #b5f3da;
		padding: 14px 24px;
	}

	.ads .img,
	.ads .img img{
		width: 400px;
		height: 400px;
	}

	.ads .txt{
		width: calc(100% - 400px);
		height: 400px;
	}

}

@media only screen and (min-width:1100px){
	
}

@media only screen and (min-width:1200px) {

}
