/* istok-web-regular - latin */
@font-face {
	font-family: 'Istok Web';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/istok-web-v11-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Istok Web Regular'), local('IstokWeb-Regular'),
	url('../fonts/istok-web-v11-latin-regular.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/istok-web-v11-latin-regular.woff') format('woff2'), /* Super Modern Browsers */
	url('../fonts/istok-web-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('../fonts/istok-web-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/istok-web-v11-latin-regular.svg') format('svg'); /* Legacy iOS */
}
/* istok-web-700 - latin */
@font-face {
	font-family: 'Istok Web';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/istok-web-v11-latin-700.eot'); /* IE9 Compat Modes */
	src: local('Istok Web Bold'), local('IstokWeb-Bold'),
	url('../fonts/istok-web-v11-latin-700.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/istok-web-v11-latin-700.woff') format('woff2'), /* Super Modern Browsers */
	url('../fonts/istok-web-v11-latin-700.woff') format('woff'), /* Modern Browsers */
	url('../fonts/istok-web-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/istok-web-v11-latin-700.svg') format('svg'); /* Legacy iOS */
}

body {
	background: #D77E00;
	font-family: 'Istok Web', sans-serif;
	letter-spacing: 1px;
}

h1 {
	font-size: 1.6rem;
	margin-bottom: 2rem;
}

h2 {
	font-size: 1.4rem;
}

h3 {
	font-size: 1.2rem;
}

a {
	color: #d77e00;
}

a:hover {
	color: #888888;
}

.kk-header {
	background: #ffffff;
}

.kk-body {
	background: #505050;
	color: #ffffff;
	padding: 3rem 0;
}

@media ( min-width: 992px ) {
	.container-small {
		max-width: 40rem;
	}
}

.kk-keyvisual {
	position: relative;
	margin-bottom: 2rem;
}

@media (min-width: 768px ) {
	.kk-keyvisual figcaption {
		position: absolute;
		top: 43%;
		background: rgba(0,0,0,0.4);
		color: #ffffff;
		font-size: 2.0rem;
		text-align: center;
		left: auto;
		width: 100%;
	}
}

@media (min-width: 992px ) {
	.kk-keyvisual figcaption {
		font-size: 3.0rem;
	}
}


/* - - - - - Navigation - - - - - */
.kk-navigation, .kk-footer {
	padding: 0.5rem 0;
}
.kk-navigation a, .kk-footer a, .kk-footer {
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}

.kk-navigation a:hover,
	.kk-navigation a.active,
	.kk-footer a:hover,
	.kk-footer a.active {
	color: #000000;
}

.kk-navigation ul {
	margin: 0;
}

@media ( min-width: 768px ) {
	.kk-navigation .list-inline-item {
		padding: 0 2rem;
	}
}

.kk-footer .list-inline-item:not(:last-child):after {
	content: "|";
	padding-left: 1rem;
}


.kk-brdlft {
	border-left: 3px solid #d77e00;
	padding-left: 1rem;
}