

// styles

/* Content header */

.content-header {

	position: absolute;
	top: 45px;
	
	@include trajan;

	width: 1000px;

	.content-title {
		font-size: 35px;
		font-weight: 600;
		letter-spacing: 0.03em;
		float: left;
	}

	.content-info {

		@include denise;

		float: left;
		padding-top: 25px;
		padding-left: 8px;
		color: $white;
		font-size: 16px;
		letter-spacing: 0.05em;
		white-space: nowrap;
	}

	.emblem {

		position: relative;
		float: right;
		width: 40px;
		height: 40px;
		background: url($rootDir + 'assets/img/emblem.svg') center center no-repeat;
		background-size: contain;
		margin: 13px 2px 0 0;
		opacity: 0.2;
	}

	.content-nav {

		float: right;
		position: relative;
		padding-top: 20px;

		.content-nav-item {

			@include denise;

			float: left;
			font-size: 18px;
			cursor: pointer;
			padding: 5px 3px;
			position: relative;

			a { 
				color: #596f72;
			}

			&:not(:last-child) {
				margin-right: 1px;
			}

			.content-nav-arrow {

				position: absolute;
				left: 8px;
				top: 8px;

				float: left;
				width: 11px;
				height: 11px;

				.arrow, .circle {
					position: absolute;
					top: 0px;
					left: 0px;
					width: 100%;
					height: 100%;
				}

				.arrow {
					background: url($rootDir + 'assets/img/ui/bare_arrow_right_black.png') center center no-repeat; 
					z-index: 2;
				}

				.circle {
					z-index: 1;
				}
			}

			.content-nav-text {
				margin-left: 20px;
				letter-spacing: 1px;
			}

			.content-nav-background {
				background: #3b494d;
				height: 4px;
				position: absolute;
				margin-left: -8px;
				top: 29px;
				z-index: -1;
			}
		}
	}

	.content-border {
		clear: both;
		background: #fff;
		opacity: 0.2;
		width: 100%;
		height: 1px;
		position: absolute;
		top: 32px;
		z-index: -10;
	}
}

/* Side Nav */
.side-nav {
	float: right;
	position: absolute;
	top: 105px;
	left: 2px;

	.side-nav-item {
		font-size: 18px;
		color: #e7f1ee;
		cursor: pointer;
		margin-bottom: 5px;
		position: relative;
		text-align: right;
		letter-spacing: 1px;
		width: 125px;

		&:not(:last-child) {
			margin-right: 1px;
		}

		.side-nav-arrow {
			@include icons;
			font-size: 15px;
			float: left;
			color: #3b494d;
			/*padding-right: 5px;*/
			position: absolute;
			right: -25px;
			top: 3px;
		}

		.side-nav-text {
			margin-left: 20px;
		}

		.side-nav-background {
			background: #3b494d;
			height: 20px;
			width: 4px;
			position: absolute;
			top: 0;
			left: 132px;
			z-index: -1;
		}
	}
}

.side-nav-border {
	clear: both;
	background: #374448;
	height: 530px;
	width: 1px;
	position: absolute;
	left: 138px;
	z-index: -10;
}

/* Quote */

/*

.quote {

	width: 600px;
	white-space: nowrap;

	.quote-border {
		background: #941821;
		width: 6px;
		height: 94px;
	}

	.quote-text {
		position: absolute;
		top: 13px;
		left: 18px;
		font-size: 34px;
		line-height: 28px;
		color: #941821;

		text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2), 1px 1px 2px rgba(0, 0, 0, 0.15);

		// .big {
		// 	font-size: 40px;
		// 	line-height: 34px;
		// }
	}

	.quote-review {
		color: #fff;
		position: absolute;
		top: 65px;
		left: 18px;
		letter-spacing: 2px;
		font-size: 12px;
	}
}

*/

.disabled {
	pointer-events: none;
	a {
		color: #3b494d;
	}
}