.wow {
	visibility: hidden;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

select.form-control, input.form-control {
}
select.form-control {
	padding-left:9px;
}

input.form-control::placeholder {
	color:#999;
}

input.form-control {
}

.cur-hand {
	cursor:pointer;
	cursor:hand;
}

body {
  padding-right: 0 !important;
}

.flex-div {
	position:absolute;
	top:0%;
	width:95%;
	height:95%;
	width:calc(100% - 30px);
	height:calc(100% - 30px);
	display: flex;
	align-items: center;
	justify-content: center;
	sbackground:red;
}
.kz-pic-order-num {
/*	position:absolute;
	left:0;
	top:10%;*/
/*	width:100%;
	height:100%;*/
	font-size:40pt;
	smargin:auto;
	text-align:center;
	text-shadow:#fff 0 0 3px;
}


.modal-open {overflow-y: auto}

.slider-not-used-yet .slider-selection {
	background: #292b2c !important;
}
.wide-slider-not-used-yet .slider-handle {
	visibility:visible !important;
}
.slider-not-used-yet .slider-handle {
	visibility:hidden;
}
.slider-not-used-yet .slider-tick-container .in-selection {
}
.slider-not-used-yet .slider-tick-container .slider-tick {
	border:1px solid #292b2c !important;
}
.slider-not-used-yet .slider-tick-container .round {
	background-color:white !important;
}

.slider-not-used-yet .slider-track-high {
	background:#292b2c !important;
}
.slider-not-used-yet .slider-tick-container .slider-tick {
	background:#fff !important;
	opacity:1.0 !important;
}


@media (max-width: 767px) {
	.col-slider-cont {
		padding-top:15px;
		margin:0 10%;
		width:80%;
	}
}

@media (min-width: 992px) {
	
	html {
	  position: relative;
	  min-height: 100%;
	}
	body {
	  /* Margin bottom by footer height */
	  margin-bottom: 60px;
	}
	.footer {
	  position: absolute;
	  bottom: 0;
	  width: 100%;
	  /* Set the fixed height of the footer here */
	  /*height: 60px;*/
	  line-height: 60px; /* Vertically center the text there */
	}
	
}

@media (max-width: 991px) {
	
	.footer {
		margin-top:50px;
	}

}

.footer-pad {
	width:100%;
	height:50px;
}

.footer {
	font-size:10pt;
	line-height: 60px;
	color:#fff;
	background-color: #292b2c;
}

.footer .text-muted {
	color:#aaa !important;
}
.footer a {
	color:#aaa;
}
.footer hr {
	width:100%;
	background-color:#444;
}


/* ************* */

.icon-small
{
    height:18px;
    margin:0;
	padding:0;
}

.icon-medium
{
    height:22px;
	margin:0;
	padding:0;
}


.top-content-pad {
	width:100%;
	height:40px;
}

h1 {
	font-size:20pt;
}

.q-descr {
	width:100%;
}

table.q-table-answers tr td {
	padding-top:10px;
	padding-bottom:10px;
}

table.q-table-answers tr td:nth-child(2n-1) {
	padding-right:20px;
}

table.kz-table-inline-q {
	width:100%;
}


table.kz-table-inline-q td.tid {
	padding:10px 20px;
}

/*

progress bar

*/

.progress {
}
.progress-bar-color {
	background-color:#86c8e9;
}

/*

nav buttons

*/


@media (max-width: 767px) {

	.kz-nav-button {
	}

	.kz-nav-button-up {
		
	}
	
}
@media (min-width: 768px) {

	.kz-nav-button {
		width:160px;
	}
	
	.kz-nav-button-up {
		
	}

}

@media (min-width: 1200px) {
	
	.kz-nav-button-up {
		width:160px;
		
	}

}


/*

load fx

*/

.intro_fade_in {
	ddisplay:none;
	opacity:0;
}

.kz-q-button {
	cursor:pointer;
	cursor:hand;
}

.cur-hover {
	cursor:pointer !important;
	cursor:hand !important;
}
.slider-track div {
	cursor:pointer !important;
	cursor:hand !important;
}
.slider-handle {
	background:#0275d8;
}
.slider-tick .round {
	cursor:pointer !important;
	cursor:hand !important;
}
/*
.slider-tick-container .in-selection {
	background:red !important;
	border:2px solid black !important;
}
*/
.slider-track {
	background: #ffffff;
	background: -moz-linear-gradient(left, #ffffff 17%, #bad8f2 100%);
	background: -webkit-linear-gradient(left, #ffffff 17%,#bad8f2 100%);
	background: linear-gradient(to right, #ffffff 17%,#bad8f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bad8f2',GradientType=1 );
}


.d_rel {
	position:relative;
}

.r0-img-thumbnail {
	width:100%;
	height:auto;
	max-width:260px;
	max-height:auto;
}

.img-slider-value {
	font-size:17pt;
	font-weight:900;
	margin-left:20px;
}
.ans-slider-value {
	font-size:17pt;
	font-weight:900;
}

img.kz-pic-100 {
	width:100%;
	height:auto;
}
img.kz-pic-95 {
	width:95%;
	height:auto;
}
@media (min-width: 992px) {

	img.kz-pic-noresize {
		float:right;
		margin-right:20px;
		max-width:100% !important;
		height:auto !important;
	}

}
@media (max-width: 991px) {

	img.kz-pic-noresize {
		width:100%;
		height:auto;
		float:right;
	}

}

img.kz-pic-thumb {
	width:100%;
	height:auto;
}

img.kz-pic-thumb-marked {
	opacity:0.3;
}

.kz-pic-thumb-div {
	cursor:pointer;
	cursor:hand;
}
.kz-pic-thumb-div:hover {
	opacity:0.8;
}
.thumb-bottom-margin {
	margin-bottom:30px;
}

img.thumb-clickable {
	cursor:pointer;
	cursor:hand;
}
img.thumb-clickable:hover {
	opacity:0.8;
}


#pg_last_q_cont {
	
	display:none;
	position:fixed;
	right:0px;
	top:90px;
	width:350px;
	padding:10px 10px;
	background-color:#f0f0f0;
	border:1px solid #777;
	
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;	
	
	z-index:11;

	-webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.75);
	
}

#key-img-place img {
	max-width:200px;
	height:auto;
}

#button_last_q_next {
	display:none;
}



.r_set_header {
	width:100%;
	min-height:20pt;
}
.r_set_header .h1-set {
	font-size: 13pt;
	font-weight: 500;
	display:block;
	color:#999;
	width:70%;
	float:left;
}

.r_set_header_right {
	width:30%;
	float:right;
	text-align:right;
}


.entity-content {
	
	min-height:300px;
	padding-bottom:20px;
	
}


/*

questions inline

*/

.survey-input {
	padding:4px 4px;
	border:1px solid #bbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

.survey-textarea {
	padding:4px 4px;
	border:1px solid #bbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

.survey-textarea-r1 {
	width:50%;
	max-width:100%;
	height:60px;
	padding:4px 4px;
	border:1px solid #bbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

.survey-textarea-r1-t2 {
	width:100%;
	max-width:100%;
	height:60px;
	padding:4px 4px;
	border:1px solid #bbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

.aux_content_stats {
	font-size:9pt;
	color:#999;
}

.qi-h2 {
	font-size: 13pt;
}

.q-instructions {
	font-size:10pt;
	font-style:italic;
	color:#999;
}

/*

login

*/

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

/*

experimental

*/

#kz_header {
	
}


.kz-jumbo {
	color:#fff;
	background-color:rgba(0, 0, 0, 0.2);
	padding:18px 16px 8px 16px;
}

.kz-jumbo h1 {
	font-size:30pt !important;
	text-shadow:1px 1px 2px rgba(0, 0, 0, 0.5);
}
.kz-jumbo .sep {
	margin:18px auto;
	width:30px;
	height:3px;
	background-color:rgba(255, 255, 255, 0.2);
}
.kz-jumbo .sep-vert {
	
}
@media (max-width: 992px) {

	.kz-jumbo .sep-vert {
		display:none;
	}

}

.kz-jumbo p {
	font-size:14pt;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.5);
}

.hp-content h2 {
	font-size:17pt;
}


.kz-content {
	padding-top:90px;
}


@media (min-width: 992px) {

	.k-img-big-thumbnail {
/*		width:100%;
		height:auto;*/
	}
	
	.side-arrow {
		cursor:pointer;
		cursor:hand;
		opacity:0.5;
	}
	.side-arrow:hover {
		cursor:pointer;
		cursor:hand;
		opacity:1.0;
	}
	.side-arrow-left {
		position:absolute;left:-60px;top:50%;
	}
	.side-arrow-right {
		position:absolute;right:-60px;top:50%;
	}
	

}
@media (max-width: 991px) {

	.side-arrow {
		display:none;
	}

	.k-img-big-thumbnail {
		width:100%;
		height:auto;
	}

}


@media (min-width: 992px) {

	.nav-item-lang {
		border-left:1px solid rgba(255, 255, 255, 0.1);
		margin-left:20px;
		padding-left:20px;
	}
	.nav-item-sep .nav-link {
		color:rgba(255, 255, 255, 0.1) !important;
	}
	
}


@media (max-width: 991px) {

	.nav-item-sep {
		display:none;
	}

	.container-menu-fix {
		width:100%;
	}

	.kz-jumbo h1 {
		font-size:25pt !important;
	}
	
	.kz-jumbo p {
		font-size:12pt;
	}
	
	.hp-content h2 {
		font-size:16pt;
	}
	
	#button_scroll1 {
		margin-bottom:8px;
	}
	#hp_button_2 {
		margin-bottom:8px;
	}
	.kz-jumbo {
		padding:10px 10px 5px 10px;
	}
	
}

@media (max-width: 767px) {

	.kz-jumbo h1 {
		font-size:19pt !important;
	}
	
	.kz-jumbo p {
		font-size:11pt;
	}

}


.set_end_screen {
	width:100%;
	padding:100px 0;
	text-align:center;
}



.w-15 {
	width:15%;
}
.w-20 {
	width:20%;
}
.w-60 {
	width:60%;
}
@media (min-width: 768px) {
	.col-md-1-5 {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;	
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
		width:20%;
	}
	.col-md-1-7 {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;	
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 14.285%;
		-ms-flex: 0 0 14.285%;
		flex: 0 0 14.285%;
		max-width: 14.285%;
		width:14.285%;
	}
}

/*
.w-100 {
	width:100%!important
}
*/


/*

sets

*/

.set_grayed {
	color:#999 !important;
}
.set_grayed:hover {
	background:none !important;
}

.survey_descr {
	width:100%;font-size:80% !important;opacity:0.7;margin-bottom:10px;
}

.skip-link {
	color:#777;
	font-size:11pt;
	cursor:pointer;
	cursor:hand;
	text-decoration:underline;
}
.skip-link:hover {
	color:#000;
	text-decoration:none;
}


/*


*/


/*

regis

*/

#privpol_doc_win {

	width:100%;
	padding:10px;
	height:240px;
	overflow-y:scroll;
	border:1px solid #ccc;
	background-color:#f9f9f9;
	
}

#readit_info {
	margin:5px 0 10px 0;
	width:100%;clear:both;float:left;
	font-size:9.5pt;
	color:#c00000;
	text-align:center;
}

#gdpr_app_text {
	
}

.form-control-feedback {
	margin-bottom:20px;
	padding:10px 10px;
}


.hp_btn_1, .hp_btn_2 {
	border:none;
}

.hp_btn_1 {
	width:180px;
	text-align:center;
	cursor:pointer;
	border-radius:0 !important;
	background-color:rgba(192, 192, 192, 0.5);
}
.hp_btn_1:hover {
	color:#000 !important;
	background-color:rgba(192, 192, 192, 1.0);
}
.hp_btn_2 {
	width:180px;
	text-align:center;
	cursor:pointer;
	border-radius:0 !important;
	background-color:rgba(10, 10, 20, 0.5);
}
.hp_btn_2:hover {
	background-color:rgba(2, 116, 215, 1.0);
}


/*

Vyroky

*/

.animsition {
	display:block !important; /*HACK*/
	opacity:1 !important; /*HACK*/
}

#statement {
	
	font-size:25pt;
	font-weight:500;
	text-align:center;
	padding:5rem 0;
	
}
