.walden {
	filter: contrast(0.9) brightness(1.2) hue-rotate(-20deg) saturate(1.7) sepia(0.4);
}

.toaster {
	filter: saturate(2.5) hue-rotate(-30deg) contrast(0.67) sepia(0.4);
}

.kelvin {
	filter: contrast(1.1) brightness(1.3) saturate(2.4) sepia(0.4);
}

.oldie {
	filter: contrast(2) saturate(5) hue-rotate(-180deg);
}

.willow {
	filter: saturate(0.02) contrast(0.85) brightness(1.2) sepia(0.02);
}

.photos {
	position: relative;
}

.photo,
.photo-original {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
}

.photo {
	z-index: 10;
	background-image: url("../img/spb-1.jpg");
}

.photo-original {
	z-index: 20;
	width: 7%;
	background-image: url("../img/spb-1.jpg");
}

.separator {
	position: absolute;
	top: 50%;
	left: 7%;
	z-index: 3000;
	width: 30px;
	height: 30px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}












body {
	margin: 0;
	padding: 10px 0 0;
}
.exam-wall, .exam-table {
	margin: 0;
	padding: 0;
	width: 550px;
	height: 310px;
}
.exam-wall {
	background: url("../img/pattern.png");
}
.exam-table {
	background: url("../img/cover.jpg");
}
.keksta {
	min-width: 550px;
	background: url("../img/sativa.png") repeat;
}
.photos {
	position: relative;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 320px;
	height: 320px;
	border: 10px solid #ffffff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.photo {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
}
.separator {
	position: absolute;
	z-index: 2000;
	width: 30px;
	height: 30px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.3);
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	line-height: 32px;
	cursor: pointer;
}
.separator::before, .separator::after {
	position: absolute;
	left: 14px;
	z-index: 300000;
	width: 2px;
	height: 145px;
	background-color: #ffffff;
	content: "";
}
.separator::before {
	bottom: 30px;
}
.separator::after {
	top: 30px;
}
.toggle-controls {
	box-sizing: border-box;
	margin-bottom: 0;
	padding: 20px 0 0 20px;
	min-height: 269px;
	width: 100%;
	background: #333333;
}
.toggle-controls li {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin-right: 28px;
	padding: 60px 0 0;
	width: 80px;
	height: 80px;
	background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.1) 65%, rgba(0, 0, 0, 0.7)), url("../img/toggle-pic.jpg");
	background-image: linear-gradient( transparent, rgba(0, 0, 0, 0.1) 65%, rgba(0, 0, 0, 0.7)), url("../img/toggle-pic.jpg");
	background-position: 40%;
	background-size: cover;
	color: #ffffff;
	vertical-align: top;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Arial;
	cursor: pointer;
}
.toggle-controls li:last-child {
	margin-right: 0;
}
.toggle-controls .active {
	box-shadow: 0 0 0 3px #ffffff;
}
.portraits {
	margin: 0 auto;
	width: 450px;
}
.portrait-1,
.portrait-2,
.portrait-3,
.portrait-4 {
	position: relative;
	top: 5px;
	display: inline-block;
	box-sizing: border-box;
	margin: 10px;
	width: 200px;
	height: 130px;
	background-color: #ffffff;
	background-position: center;
	background-clip: padding-box;
	background-size: cover;
	background-repeat: no-repeat;
}
.portrait-1 {
	background-image: url("img/keks-2.jpg");
}
.portrait-2 {
	background-image: url("img/keks-4.jpg");
}
.portrait-3 {
	background-image: url("img/keks-3.jpg");
}
.portrait-4 {
	background-image: url("img/keks.jpg");
}
.chips {
	position: relative;
	top: 5px;
	margin: 0 auto;
	padding: 0;
	width: 340px;
	list-style: none;
}
.chips li {
	float: left;
	margin: 5px 10px;
	width: 35px;
	height: 35px;
	border: 15px solid;
	border-radius: 50%;
	background-color: #ffffff;
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.5);
	text-align: center;
	font-size: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 35px;
}