.prcSection, .prcSection * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.prcSection {
	padding: 20px 0 80px;
}
.prcSection h2 {
	margin: 0;
	padding: 0 0 15px;
	line-height: normal;
	font-size: 36px;
	font-family: "Ebrima";
	color: #3b3b3b;
}
.prcSubh {
	text-align: center;
	font-size: 22px;
	font-family: "MyriadPro Light";
	color: #2c2c2c;
}
.lang_tr .prcSubh{
	font-family: "MyriadPro";
	font-size: 20px;
}
.prcTblWr {
	position: relative;
}
.prcTbl {
	margin: 40px 0 0;
	border-collapse: collapse;
}
tr.prcRow {
	
}
tr.prcHiddenRow {
	display: none;
}
.prcTbl th {
	position: relative;
	padding: 3px 0 0;
	width: 200px;
	max-width: 200px;
	height: 48px;
	font-weight: normal;
	font-size: 16px;
	font-family: "MyriadPro Bold";
	color: #fff;
	border: 1px solid #838485;
}
.prcTbl th:nth-child(1) {
	background: #5c5d5e;
}
.prcTbl th:nth-child(2) {
	background: #949596;
}
.prcTbl th:nth-child(3) {
	background: #145371;
	background: -webkit-linear-gradient(left, #1f4366, #0a617b);
	background:    -moz-linear-gradient(left, #1f4366, #0a617b);
	background:      -o-linear-gradient(left, #1f4366, #0a617b);
	background:         linear-gradient(left, #1f4366, #0a617b);
}
.prcTbl th:nth-child(3) img {
	width: 76px;
}
.prcTbl th:nth-child(4) {
	background: #949596;
}
.prcTbl td {
	/*position: relative;*/
	width: 200px;
	max-width: 200px;
	height: 76px;
	font-size: 18px;
	word-wrap: break-word;
	color: #3d3d3d;
	border: 1px solid #e0e3e5;
}
.prcRow td:nth-child(1) {
	padding: 0 10px 0 20px;
	font-family: "MyriadPro SemiBold";
	color: #3d3d3d;
	background: #f7f8f9;
}
.prcRow td:nth-child(2) {
	font-family: "MyriadPro Light";
	text-align: center;
	background: #fff;
}
.prcRow td:nth-child(3) {
	font-family: "MyriadPro Light";
	text-align: center;
	background: #ecf7fd;
}
.prcRow td:nth-child(4) {
	font-family: "MyriadPro Light";
	text-align: center;
	background: #fff;
}
.prcExtraRow td {
	padding: 20px 0 !important;
	background: #fff !important;
}
.prcForbesPic {
	float: left;
	padding: 0 0 0 20px;
	width: 200px;
}
.prcForbesPic a {
	display: inline-block;
	border: 2px solid #fff;
}
.prcForbesPic a img {
	vertical-align: top;
}
.prcForbesInfo {
	float: left;
	width: 580px;
}
.prcForbesInfo * {
	line-height: initial;
}
.prcForbesHead {
	padding: 0 0 13px;
	line-height: 18px;
	font-size: 26px;
	font-family: "Ebrima";
	color: #3b3b3b;
}
.prcForbesSubh {
	padding: 0 0 8px;
	font-size: 21px;
	font-family: "Ebrima";
	color: #676767;
}
.prcForbesQuote {
	font-size: 14px;
	font-family: Arial;
	font-style: italic;
	color: #676767;
}
.prcForbesLinkBox a {
	font-size: 13px;
	font-family: Arial;
	font-style: italic;
	color: #3498db;
	text-decoration: underline;
}
.prcForbesLinkBox a:hover {
	text-decoration: none;
}
.prcComment {
	visibility: hidden;
	position: absolute;
	min-width: 200px;
	min-height: 76px;
	padding: 10px 20px;
	color: #fff;
	background: #3498db;
	box-shadow: 0 0 30px rgba(14, 44, 64, 0.32);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: scale(0.98);
	transition: transform 0.3s;
}
.prcComment.prcShown {
	visibility: visible;
	transform: scale(1);
	z-index: 1;
}
.prcComment span {
	display: inline-block;
}
.prcComment a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
.prcTbl tfoot td {
	padding: 0;
	height: auto;
}
.prcShowAllBtn {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #e7e9ea;
}
.prcShowAllBtn span {
	position: relative;
	top: -4px;
	font-size: 50px;
	color: #cdd1d3;
	transition: color 0.2s;
}
.prcShowAllBtn:hover span {
	color: #999;
}

.prcReviewsBox {
	margin: 27px 0 0;
	padding: 20px 25px 25px;
	border: 1px solid #dfdfdf;
}
.prcReviewsBox h3 {
	margin: 0 0 25px;
	line-height: initial;
	font-size: 24px;
	font-weight: normal;
	font-family: "Ebrima";
	color: #3b3b3b;
	text-align: center;
}
.prcRevLeft {
	float: left;
}
.prcRevRight {
	float: left;
	position: relative;
	margin: 0 0 0 45px;
	padding: 0 45px;
	width: 430px;
}
.prcRevLeft > div {
	padding: 0 0 15px;
}
.prcRevInLeft {
	float: left;
	width: 120px;
}
.prcRevInRight {
	float: left;
}
.prcPow {
	font-size: 17px;
	font-family: "MyriadPro Light";
	color: #3d3d3d;
}
.prcTpLogo {
	padding: 2px 0 0;
}
.prcGreat {
	padding: 2px 0 0;
	font-size: 22px;
	font-family: "MyriadPro";
	color: #181818;
}
.prcStars span {
	display: inline-block;
	margin: 0 2px 0 0;
	width: 25px;
	height: 25px;
	font-size: 22px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
}
.prcStar {
	background: #73b143;
}
.prcStarEmpty {
	background: #c8c8c8;
}
.prcRevPrevBtn, .prcRevNextBtn {
	position: absolute;
	width: 16px;
	height: 37px;
}
.prcRevPrevBtn {
	left: 0;
	top: 18px;
	background: url(/img/prc-left.png);
}
.prcRevNextBtn {
	right: 0;
	top: 18px;
	background: url(/img/prc-right.png);
}
.prcSlideWr {
	position: relative;
	width: 350px;
	height: 73px;
	overflow: hidden;
}
.prcSlideIn {
	position: absolute;
	width: 5000px;
	height: 100%;
}
.prcSlideOne {
	float: left;
	position: relative;
	padding: 0 0 0 90px;
	width: 350px;
}
.prcSlidePhoto {
	position: absolute;
	display: block;
	left: 0;
	border-radius: 36px;
	overflow: hidden;
}
.prcSlidePhoto img {
	width: 73px;
	height: 73px;
	vertical-align: top;
}
.prcSlideStars {
	
}
.prcSlideStars i {
	font-size: 18px;
	font-style: normal;
	color: #f5bb1e;
}
.prcSlideText {
	display: block;
	padding: 5px 0 0;
	font-size: 17px;
	font-family: "MyriadPro Light";
	color: #3d3d3d;
}
.prcStrong {
	font-size: 24px;
	font-family: "MyriadPro";
	color: #333231;
}
.prcSmallStrong {
	font-size: 14px;
	font-weight: bold;
	color: #333231;
}
.prcMediumStrong {
	font-size: 18px;
	font-weight: bold;
	color: #333231;
}
.prcHoverableCell i {
	position: relative;
	top: 2px;
	color: #aaa8a1;
	font-size: 22px;
}
.prcEmptyCircle {
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 18px;
	font-size: 16px;
	color: #fff;
	background: #d0d4d6;
	border: 2px solid #d0d4d6;
	border-radius: 11px;
}
.prcFullCircle {
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 20px;
	font-size: 16px;
	color: #fff;
	background: #78cb76;
	border: 2px solid #78cb76;
	border-radius: 11px;
}
.prcHoverableCell[data-j="3"] .prcFullCircle,
.prcHoverableCell[data-j="1"] .prcFullCircle {
	background: #bbe3ba;
	border: 2px solid #bbe3ba;
}
.prcNoGood {
	font-size: 16px;
	font-family: "MyriadPro SemiBold";
	text-transform: uppercase;
	color: #78cb76;
}
.prcNoGood .prcSmile {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: #78cb76;
	border-radius: 12px;
}
.prcNa {
	font-size: 16px;
	font-family: "MyriadPro SemiBold";
	text-transform: uppercase;
	color: #898989;
}
.prcYesBad {
	font-size: 16px;
	font-family: "MyriadPro SemiBold";
	text-transform: uppercase;
	color: #898989;
}
.prcYesBad .prcSmile {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: #c4c4c4;
	border-radius: 12px;
}
.prcNoGood .prcSmile i,
.prcYesBad .prcSmile i {
	color: #fff;
}
.prcYesNoText {
	position: absolute;
	margin: 2px 0 0 4px;
}

.prcAction {
	padding: 50px 0 0;
	text-align: center;
}
.prcActText {
	color: #31453e;
	line-height: initial;
	font-size: 31px;
	font-family: "MyriadPro SemiBold";
}
.prcActBtnBox {
	padding: 40px 0 40px;
}
.prcActBtnBox a {
	display: inline-block;
	padding: 0 40px;
	line-height: 54px;
	font-size: 15px;
	font-family: "Ebrima Bold";
	text-transform: uppercase;
	color: #fff;
	background: #78cb76;
	border-radius: 3px;
}
#prcAnchorFull {
	position: relative;
	top: -5px;
}
.prcStyle1 {
	font-size: 14px;
}
.prcStyle2 {
	font-size: 24px;
	font-weight: bold;
}
.prcStyle2 strike {
	font-size: 20px;
	font-weight: normal;
}
.prcStyle3 {
	font-size: 16px;
}
.prcLeftCell {
	padding-left: 20px !important;
	text-align: left;
}
.prcNews {
	position: relative;
	overflow: hidden;
	height: 107px;
}
.prcNewsInner {
	position: absolute;
	width: 4000px;
}
.prcNewsOne {
	display: inline-block;
	width: 798px;
}
.prcNewsOne + .prcNewsOne {
	margin-left: 15px;
}
.prcNewsPrevBtn, .prcNewsNextBtn {
	position: absolute;
	width: 16px;
	height: 37px;
	top: 30px;
	z-index: 1;
}
.prcNewsPrevBtn {
	display: none;
	left: 10px;
	background: url(/img/prc-left.png);
}
.prcNewsNextBtn {
	right: 10px;
	background: url(/img/prc-right.png);
}





