/* Webfont Google */
@charset "utf-8";

#revision-rhinoplasty .doctors .doctors-tit {
	display: table;
	font-size: 20px;
	color: #b2b2b2;
	clear: both;
	margin: 30px auto 40px;
	padding-top: 10px;
	border-top: 1px solid #b2b2b2;
	letter-spacing: 1px;
	text-align: center;
}

.conditions section {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	clear: both;
}

.conditions section span {
	font-size: 18px;
	font-weight: bold;
	display: block;
}

.conditions .conditions-txt {
	padding-left: 30px;
}

.types ul li:before {
	content: counter(item, square);
	color: #ff5108;
}

.types span {
	padding: 5px 10px;
	letter-spacing: 1px;
	display: inline-block;
}

.types-inner {
	display: block;
	overflow: hidden;
	margin-bottom: 45px;
	clear: both;
}

.types-tit {
	display: table;
	font-size: 20px;
	color: #b2b2b2;
	text-transform: uppercase;
	clear: both;
	margin-top: 30px;
	margin-bottom: 40px;
	padding-top: 10px;
	border-top: 1px solid #b2b2b2;
	letter-spacing: 1px;
}

@media screen and (max-width:768px) {
	.types-tit {
		font-size: 18px;
	}
}

.types-content span {
	font-weight: bold;
	font-size: 18px;
	display: block;
	margin: 40px 0 10px;
}

.types-content p {
	margin: 40px 0 0 0;
}

#nose-surgery-by-type .types-content img {
	max-width: 60%;
}

@media screen and (max-width:768px){
	#nose-surgery-by-type .types-content img {
		max-width: 100%;
	}		
}

.method-types {
	display: block;
	overflow: hidden;
	background: #e3ceb3;
	padding: 50px;
	margin-bottom: 30px;
}

.method-types-inner {
	display: block;
	overflow: hidden;
	margin-bottom: 60px;
	padding: 0 15px;
}

.method-types-inner span {
	font-weight: bold;
	font-size: 18px;
	display: block;
}

.method-types-inner ul {
	margin: 30px 0;
}

.method-types-inner li {
	list-style: disc;
	margin-left: 40px;
}

.implant p {
	margin-bottom: 20px;
}

.implant point {
	color: #9b9b9b;
	font-size: 19px;
}

.method section div {
	margin-bottom: 50px;
}

#revision-rhinoplasty .types-content {
	text-align: center;
}

@media ( min-width : 768px) {
	#revision-rhinoplasty .types-content img {
		width: 50%;
	}
}
#revision-rhinoplasty .types-content p {
	text-align: left;
}

.best section {
	display: block;
	padding: 30px 0;
	border-bottom: 1px solid #e5e5e5;
}

@media ( min-width : 1170px) {
	.best section {
		display: table;
	}
}

.best section div {
	display: block;
	float: none;
	line-height: 32px;
	margin-bottom: 25px;
}

@media ( min-width : 1170px) {
	.best section div {
		display: table-cell;
		float: none;
		margin: 0;
	}
}

.best section .button-inner-btn {
	width: 100%;
	border: 1px solid #e0e0e0;
	padding: 2%;
}

.best section .button-inner-btn:after {
	content: '>';
	float: right;
	color: #f7742c;
	font-weight: bold;
}

.method p.tit {
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
}

.method point {
	display: table;
	font-size: 20px;
	color: #b2b2b2;
	text-transform: uppercase;
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: 1px solid #b2b2b2;
}

.compare th, .compare td {
	text-align: center;
	border-bottom: 1px solid #f6f6f8;
	height: 45px;
	padding: 5px;
	font-size: 18px;
}

.compare th.nonincision {
	background: #828282;
	color: #fff;
}

.compare th.vs {
	color: #828282;
}

.compare th.incision {
	background: #fe5918;
	color: #fff;
}

.compare td.nonincision {
	color: #828282;
}

.compare td.incision {
	color: #fe5918;
}

.compare td.vs {
	background: #f6f6f8;
	color: #9d9d9d;
	font-weight: bold;
}

@media screen and (min-width:1180px) {
	.surgeon .surgeon-txt {
		padding-left: 30px;
	}
}