@charset "UTF-8";

html, body {
	height: 100.1%;
}

body {
	color: #000;
	background: #f5f5f5;
	font-size: 14px;
	line-height: 22px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	min-width: 1150px;
}

:focus {
    outline: 0 !important;
}

#bg {
	display: none;
	position:fixed;
	left: 0px;
	top: 0px;
	z-index: 1;
	cursor: se-resize;
}

.bwk-bg {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #ccc;
}

.bwk-bg-cover {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;	
}

.bwk-bg-image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.bwk-hover {
	position:fixed;
	left: 0%;
	top: 0%;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.bwk-hover polygon {
	cursor: se-resize;
}

.page-vita .bwk-hover,
.page-kontakt .bwk-hover {
	display: none;
}

.bwk-container {
	padding: 45px;
	position: absolute;
	z-index: 2;
}

.bwk-header {
	position: fixed;
	top: 30px;
	left: 50%;
	width: 180px;
	margin-left: -90px;
	text-align: center;
	z-index: 3;
}

.bwk-content {
	position: absolute;
	top: 45px;
	left: 45px;
	width: 400px;
	padding-top: 0px;
	padding-bottom: 200px;
	z-index: 2;
}

.bwk-bg-text {
	position: fixed;
	bottom: 31px;
	right: 45px;
	color: white;
	text-align: right;
	z-index: 3;
}
	
h1 {
	margin: 0;
	font-size: 22px;
	line-height: 30px;
	margin: 0;
	color: #000;
	font-weight: normal;
	letter-spacing: 1px;
}

h1 a {
	color: #000;
}

a {
	text-decoration: none;
}

h1 a:hover {
	color: #000;
	text-decoration: none;
}

h2 {
	margin: -5px 0 30px 0;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 1px;
}

h3 {
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: #888;
	margin: 10px 0 20px 0;
}

ul {
	padding: 0;
}

hr {
	border: none;
	margin: 20px 0;
	height: 31px;
	background: url("../img/line-red.png") no-repeat;
}

hr.bwk-hr-white {
	background: url("../img/line-red.png") no-repeat;
}

.bwk-nav hr {
	background-position: center center;
}

.bwk-content hr {
	background: url("../img/line-red-turned.png") no-repeat;
	margin: -10px 0 25px -28px;
}

.bwk-content hr:first-child {
	margin: -31px 0 0 -56px;
}

.bwk-bg-text hr {
	background: url("../img/line-red.png") no-repeat;
	margin: 10px -28px 10px 0;
}

.bwk-bg-text hr {
	background-position: right center;
}

.bwk-content a {
	color: #000;
	background: #fff;
	padding: 0 4px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.08);
/*
	transition-property: background-color;
	transition-duration: 0.2s;
*/
}

.bwk-content a:hover {
	background: #fe3216;
	color: #fff;
	text-decoration: none;
}

.bwk-content a:before {
	content: "";
}

p {
	margin: 0 0 20px 0;
}

ul.bwk-nav {
	list-style: none;
	margin: 0 0 0 0;
}

ul.bwk-nav li {
	font-size: 16px;
	line-height: 25px;
/* 	font-family: "NewsGothicBdBT-Reg"; */
	letter-spacing: 1px;
	/* font-weight: bold; */
}

ul.bwk-nav li a {
	color: white;
	text-decoration: none;
	padding: 0 4px;
	/*
		transition-property: background-color;
		transition-duration: 0.1s;
	*/
}

ul.bwk-nav li.active a,
ul.bwk-nav li a:hover {
	color: #fe3216 !important;
	color: #fff !important;
	background: #fe3216;
	
}

.video-layer {
	display: none;
}

.video-layer .inner {
	position: fixed;
	z-index: 4;
	top: 0; right: 0; bottom: 0; left: 0;
	background: #f5f5f5;
	display: flex;
	align-items: center;
}

.video-layer.show {
	display: block;
}

.video-layer [data-hide] {
	position: absolute;
	right: 20px;
	top: 17px;
	font-size: 40px;
	color: black;
}

.video-layer [data-hide]:hover {
	text-decoration: none;
	color: #fe3216;
}