header#layer.single-page {
	background: url("../images/purple-bg.png");
	background-size: 100% 100%;
}

header#layer.single-page #layer-content {
	position: relative;
	height: auto;
	padding: 90px 20%;
	max-height: inherit !important;
}

header#layer.single-page .close-layer {
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 9999;
}

header#layer.single-page .close-layer img {
	width: 50px;
	height: 50px;
}

header#layer.single-page .single-header {
	position: relative;
	width: 100%;
}

header#layer.single-page .single-header .single-header-img {
	height: 50vh;
	width: 100%;
	background-size: cover;
	background-position: center center;
}

header#layer.single-page .single-header .single-header-shortcuts {
	position: absolute;
	height: 74%;
	top: 13%;
	left: -150px;
	width: 300px;
	background-color: #7a2a8e;

	text-align: center;
	padding: 50px 20px;
	overflow: auto;
}

header#layer.single-page .single-header .single-header-shortcuts h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-family: "Montserrat-Bold";
	margin-bottom: 40px;
}

header#layer.single-page .single-header .single-header-shortcuts ul {
	list-style: none;
	padding: 0;
}

header#layer.single-page .single-header .single-header-shortcuts ul li {
	margin: 20px 0;
}

header#layer.single-page .single-header .single-header-shortcuts ul li a,
header#layer.single-page .single-header .single-header-shortcuts {
	color: #fff;
	font-family: "Montserrat-Light";
	font-size: 15px;
}

header#layer.single-page .single-header .single-header-shortcuts ul li a:hover {
	text-decoration: underline;
}

header#layer.single-page .single-content h1,
header#layer.single-page .single-content h2,
header#layer.single-page .single-content h3,
header#layer.single-page .single-content h4,
header#layer.single-page .single-content h5,
header#layer.single-page .single-content h6 {
	color: #ccc;
	text-transform: inherit !important;
	font-family: "Montserrat-Bold";
	margin: 20px 0;
}

header#layer.single-page .single-content p {
	color: #ccc;
	text-transform: inherit !important;
	font-family: "ProximaNovaA";
	margin-bottom: 20px;
}

header#layer.single-page .single-title {
	margin: 30px 0 50px;
}

header#layer.single-page .single-title h1 {
	position: relative;
	color: #ccc;
	text-transform: uppercase !important;
	font-family: "Montserrat-Light";
	margin: 0;
	line-height: 50px;
}

header#layer.single-page .single-title h1 b {
	font-family: "Montserrat-Bold";
}

header#layer.single-page .single-title h1::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 0;
	width: 1px;
	height: 50px;
	background-color: #ccc;
}

header#layer.single-page .single-title time {
	text-align: right;
	color: #ccc;
	font-family: "Montserrat-Light";
	font-size: 14px;
	line-height: 50px;
}

header#layer.single-page .single-also {
}

header#layer.single-page .single-also h5 {
	color: #ccc;
	font-family: "Montserrat-Bold";
	text-transform: uppercase;
	font-size: 15px;
	margin: 80px 0 30px;
}

header#layer.single-page .single-also .single-also-thumbnail {
	position: relative;
	z-index: 3;
	width: 200px;
	height: 150px;
	transition: transform 0.5s;
}

header#layer.single-page .single-also .single-also-thumbnail:hover {
	transform: scale(1.04);
}

header#layer.single-page .single-also .single-also-thumbnail::before {
	position: absolute;
	content: "";
	z-index: -3;
	background-color: #7a2a8e;
	top: 20px;
	left: -20px;
	width: 200px;
	height: 150px;
}

header#layer.single-page .single-also .single-also-thumbnail h4 {
	position: absolute;
	bottom: -10px;
	left: 0;
	color: #ccc;
	font-family: "Montserrat-Light";
	font-size: 15px;
	padding: 10px;
}

header#layer.single-page
	.single-also
	.single-also-thumbnail
	.single-also-thumbnail-img {
	width: 200px;
	height: 150px;
	background-size: cover;
}

@media (max-width: 1200px) {
	header#layer.single-page .single-header .single-header-shortcuts {
		left: -20px;
		width: 250px;
	}

	header#layer.single-page .single-content h1,
	header#layer.single-page .single-content h2,
	header#layer.single-page .single-content h3,
	header#layer.single-page .single-content h4,
	header#layer.single-page .single-content h5,
	header#layer.single-page .single-content h6 {
		font-size: 19px;
	}

	header#layer.single-page #layer-content {
		padding: 90px 20px;
	}
}
