@charset "utf-8";

body { background-image: url('../img/hq-tabor-3.jpg'); }

.content-tabor-text {
	padding: 50px 50px 50px 70px;
	padding: 3.125rem 3.125rem 3.125rem 4.375rem;
	background:	rgba(13, 13, 13, 0.85); /* #0d0d0d */
}

.content-tabor-text h1 {
	margin-bottom: 32px;
	margin-bottom: 2rem;
	font-family: 'OpenSansSemibold';
	font-size: 32px;
	font-size: 2rem;
	font-weight: normal;
	color: #f5f5f5; /* rgb(245, 245, 245); */
}

.content-tabor-text p, .content-tabor-text ul {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	font-size: 15px;
	font-size: 0.9375rem;
	color: #f5f5f5; /* rgb(245, 245, 245); */
}

.content-tabor-text p.before-ul {
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
}

.content-tabor-text ul {
	list-style-type: square;
	list-style-position: inside;
}

.qr-modal {
	display: none; /* hidden by default */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto; /* enable scroll if needed */
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 1000;
}

.qr-modal-content {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	height: 80vh;	
	text-align: center;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.a { background-image: url('../img/hq-tabor-1.jpg'); }

.b { background-image: url('../img/hq-tabor-2.jpg'); }

.c { background-image: url('../img/hq-tabor-3.jpg'); }

.qr-close {
	display: table-cell;
	float: right;
	margin-right: 40px;
	margin-right: 2.5rem;
	font-size: 28px;
	font-size: 1.75rem;
	color: #fff;
}

.qr-close:hover, .qr-close:focus { cursor: pointer; }

@-webkit-keyframes animatetop {
	from { top: -2000px; opacity: 0 }
	to { top: 50%; transform: translateY(-50%); opacity: 1 }
}

@keyframes animatetop {
	from { top: -2000px; opacity: 0 }
	to { top: 50%; transform: translateY(-50%); opacity: 1 }
}

#img-box { text-align: center; }

.img-holder {
	display: inline-block;
	margin: 32px 5px 5px 5px;
	margin: 2rem 0.3125rem 0.3125rem 0.3125rem;
}

.qr { border: 4px solid #f5f5f5; }

.qr:hover { cursor: pointer; }
