.part-page { color: #666 }

.part-page > div:first-child { margin: 0 0 30px 0 }

.part-page > div:first-child > div {
	float: left;
	width: 50%;
	padding: 40px 0 30px 30px;
	box-sizing: border-box;
}

.part-page > div:first-child > div:first-child { padding: 0 }

.part-page--img img {
	display: block;
	width: 100%;
	box-shadow: 0 0 8px #afafaf;
}

.part-page--360 {
	/*display: none;*/
	position: relative;
	height: 400px;
}

.part-page--preview-selector {
	margin: 20px 0 0 0;
	text-align: center;
}

.part-page--preview-selector img {
	width: 90px;
	cursor: pointer;
	box-shadow: 0 0 8px #afafaf;
	margin: 0 0 0 15px;
}

.part-page--preview-selector img:first-child { margin: 0 }

.part-page--preview-selector .part-page--preview-selector-active { box-shadow: 0 0 8px #c1b10c }

.part-page h2 {
	margin: 0;
	color: #3c3c3c;
	font-weight: 500;
}

.part-page h3 {
	color: #979797;
	font-weight: 400;
}

.part-page--btn-data-sheet,
.part-page--btn-distributors {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 10px 0;
	border-radius: 4px;
	width: 100%;
	max-width: 280px;
}

.part-page--btn-data-sheet {
	background: #f7e100;
	color: #000;
	margin: 0 0 15px 0;
}

.part-page--btn-distributors {
	background: #b3b3b3;
	color: #FFF;
}

.part-page h3,
.part-page > div:first-child  p,
.part-page--btn-distributors { margin: 0 0 30px 0 }

.part-page label {
	color: #000;
	margin: 0 5px 0 0;
}

.part-page--link-share {
	font-size: 26px;
	color: inherit;
	margin: 0 0 0 5px;
}

.part-page--tabs > div { display: none }

.part-page--tabs > div:first-child {
	display: block;
	background: #e6e6e6;
	text-align: center;
	padding: 20px;
	margin: 0 0 20px 0;
}

.part-page--tabs > div:first-child button {
	background: transparent;
	color: #999999;
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 0 40px;
	cursor: pointer;
	outline: none;
}

.part-page--tabs > div:first-child button:first-child { margin: 0 }

.part-page--tabs--active { color: #000 !important }


@media(max-width: 800px) {

	.part-page--tabs > div:first-child button { font-size: 16px }

}

@media(max-width: 690px) {

	.part-page > div:first-child > div {
		width: 100%;
		padding: 30px 0;
	}

	.part-page--img img {
		max-width: 300px;
		margin: 0 auto;
	}

	.part-page--tabs > div:first-child button {
		display: block;
		margin: 0 0 20px 0 !important;
	}

}

