@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

/* Main */
html, body {
	height: 100%;
}

body {
	font-family: 'Signika', sans-serif;
	background: url(../img/BgrMain.jpg) repeat center top;
	color: #4a545a;
	font-size: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.BodyMain {
	flex: 1 0 auto;
	padding-top: 0;
}

.Content {
	position: relative;
	padding: 50px 30px;
	box-sizing: border-box;
}


.ContentHeader {
	position: fixed;
	width: 100%;
	padding: 0px 30px;
	box-sizing: border-box;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	z-index: 100;
	background: #FFF;
}


.ContentFirst {
	position: relative;
	padding: 40px 30px 0px 30px;
	box-sizing: border-box;
	z-index:10;
	background:#FFF;
}


.Content .Wrapper {
	position: relative;
	display: block;
	height: 100%;
	max-width: 1100px;
	margin: auto;
}

@media (max-width: 480px)
{
	.ContentHeader {
		padding: 0px 10px;
		}
		
	.Content {
		padding: 30px 10px;
		}
}




/* Header */
.HeadrDistance {
	display: block;
	height: 80px;
}

.ImgLogo {
	display: inline-block;
	float: left;
	width: 150px;
	background: url(../img/LogoKrtek.svg) no-repeat center center;
	margin: 12px 0 0 0;
}


.SmallNavi {
	position: absolute;
	right: 30px;
	top:10px;
	display: block;
	width: auto;
	height: auto;
	margin: 0px;
}

.SmallNavi a {
	display: inline-block;
	float: left;
	width: 20px;
	height: 20px;
	margin: 0 0 0 10px;
}

.SmallNavi a:hover {
	opacity: .6;
}

.SmallNavi img {
	max-width: 100%;
	max-height: 100%;
}


.SmallNavi .Flag {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
	margin-top:-3px;
}


.SmallNavi a.Login {
	background: url(../img/IcoLogin.svg) no-repeat left center #4a545a;
	width: auto;
	font-weight: 600;
	font-size: .9em;
	height: 16px;
	line-height: 16px;
	color: #FFF;
	text-decoration: none;
	padding: 3px 5px 3px 20px;
	vertical-align:middle;
	background-size: 18px;
	border-left:2px solid #4a545a;
	border-radius: 2px;
	margin-top: -1px;
}

@media (max-width: 900px)
{
	.SmallNavi a.Login {
		padding: 3px 3px 3px 17px;
	}
	
}


@media (max-width: 480px)
{
	.SmallNavi {
		right: 10px;
		}
}



/* Navigace */

.NavigWrapper {
  display: inline-block;
  float: right;
  position: relative;
  width: auto;
  text-align: center;
  border-top: 0 none;
  margin-top: 55px;
  padding-top: 0;
  padding-bottom: 0;
}

.NavigWrapper .Navig {
  position: relative;
  display: inline-block;
  margin: 0 0 0 10px;
  margin-bottom:0;
  padding: 0;
  font-size: 1em;
  font-weight: 300;
  border-bottom: 3px solid transparent;
}

.NavigWrapper .Navig:hover {
  border-bottom-color:#8bb431;
}

.NavigWrapper .Navig a {
  display: block;
  padding: 0 5px 10px 5px;
  color: #4a545a;
  box-sizing: border-box;
  text-decoration: none;
}

.NavigWrapper .Navig a:hover {
text-decoration: none;
color: #8bb431;
}

.NavigWrapper .Navig.Active, .NavigWrapper .Navig.Active:hover {
  border-bottom-color:#8bb431;
}

.NavigWrapper .Navig.Active a, .NavigWrapper .Navig.Active a:hover {
  color:#8bb431;
}


.NavigWrapper .Navig .SubNavig {
  position: absolute;
  display: none;
  min-width: 100%;
  margin: 3px 0 0 0;
  box-sizing: border-box;
  background: #FFF;
  padding: 5px 0;
  text-align: left;
  z-index: 20;
}

.NavigWrapper .Navig.Hover .SubNavig {
  display: block;
}

.NavigWrapper .Navig .SubNavig.Hover {
  display: block;
}

.NavigWrapper .Navig .SubNavig a {
  display: block;
  box-sizing: border-box;
  padding: 5px 10px;
  text-align: left;
  white-space: nowrap;
  color: #9c9da0;
  font-size: .9em;
}

.NavigWrapper .Navig .SubNavig a:hover {
  color: #181818;
}


@media (max-width: 900px)
{
	.NavigWrapper {
		display: none;
		float: none;
		margin-top: 75px;
		padding-top: 10px;
		padding-bottom: 20px;
		text-align: right;
	}
	
	.NavigWrapper .Navig {
		display: block;
		margin-bottom: 0;
		font-size: 1.15em;
		border-bottom: 0 none;
		}
		
	.NavigWrapper .Navig a {
		padding: 5px 0px 5px 0;
		}
		
	.NavigWrapper .Navig .SubNavig {
		position: relative;
		display: block;
		background: transparent;
		}
		
		.NavigWrapper .Navig .SubNavig a {
			text-align: center;
			white-space: normal;
			font-size: .9em;
			}
}


/* Mobilní Navigace */

.Mobile {
	display: inherit;
}

.MobileMenu {
	display: none;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../img/IcoMenu.svg) no-repeat center center;
	cursor: pointer;
	margin: 45px 0 10px 0;
}

.MobileMenu.Close {
	background-image: url(../img/IcoMenuClose.svg);
	float: right;
	display: block;
}

.MobileMenu:hover {
	opacity: .6;
}

@media (max-width: 900px)
{
	.MobileMenu {
	display: block;
	}
}


/* Footer */

.Footer {
  position: relative;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  flex-shrink: 0;
}

.BoxIcons {
	display: none;
	height: 50px;
	width: 100%;
	background: url(../img/BgrFooter.png) repeat-x center bottom #4a545a;
}



/* úpravy */

.Clear {
	clear: both;
}

.Center {
	text-align: center;
}

.Kotva {
	margin-top:-125px; 
	margin-bottom:125px; 
	display: block;
	visibility: hidden;
	}
	
.MT30 {
	margin-top: 30px;
}

.MB30 {
	margin-bottom: 30px;
}

.MB20 {
	margin-bottom: 20px;
}

.NoDisplay {
	display: none;
}

.MobileDisplay {
	display: none;
}

.MobileNoDisplay {
	display: block;
}

@media (max-width: 900px)
{
	.MobileDisplay {
		display: block;
		}

	.MobileNoDisplay {
		display: none;
		}
}
	
	
/* Buttons */

button {
	font-family: 'Signika', sans-serif;
	position: relative;
	height: 50px;
	border: 0 none;
	font-size: 1.4em;
	font-weight: 600;
	padding: 0 25px;
	box-sizing: border-box;
	cursor: pointer;
	margin: 40px 5px 0 5px;
	transition: background-color ease-in-out 200ms;
}

button:hover {
	transition: background-color 300ms;
	}
	
/* Texts */



h2 {
	font-size: 2.7em;
	font-weight: 300;
	}

h2 .Bigger {
	font-size: 1.2em;
	}

h2 strong {
	font-weight: 700;
	}

p {
	font-size: 1.3em;
	font-weight: 300;
	line-height: 1.5em;
	}
	
h3 {
	font-size: 1.9em;
	font-weight: 300;
	}
	
h3 strong {
	font-weight: 700;
	}
	
p .h3 {
	font-size: 1.2em;
	color: #8bb431;
	}

li {
	font-size: 0.95em;
	font-weight: 300;
	margin-bottom: 0.4em;
	}
	
a {
	color: #8bb431;
	}
	
a:hover {
	color: #8bb431;
	text-decoration: none;
	}


@media (max-width: 768px)
{
	h2 {
		font-size: 2.1em;
		}
	
	p {
		font-size: 1.2em;
		}
}

@media (max-width: 480px)
{
	h2 {
		font-size: 2em;
		}
	
	p {
		font-size: 1.1em;
		}
}



/* Register */

.RegisterEventPart {
	background: url(../../module/text-2col/img/BgrSA2.svg) no-repeat center center #FFF;
	background-size: cover;
}

.RegisterEventPart h1 {
	font-size: 2.8em;
	font-weight: 300;
	color: #8bb431;
}

.RegisterEventPart h1 .Bigger {
	font-size: 1.4em;
	}

.RegisterEventPart h1 strong {
	font-weight: 700;
	}
	
.RegisterEventPart p {
	font-size: 1.15em;
	line-height: 1.4em;
	}
	
.RegisterEventPart h2 {
	font-size: 1.8em;
	font-weight: 300;
	color: #8bb431;
	margin-top: 20px;
}

.RegisterFormPart {
	background: #8bb431;
}

.RegisterFormPart h2 {
	color: #FFF;
}

.RegisterFormPart p {
	color: #FFF;
}

.RegisterFormPart p.Small {
	font-size: 0.9em;
	font-style: italic;
	text-align: left;
	padding: 0 0 10px 2px;
	box-sizing: border-box;
}

.RegisterFormPart a {
	color: #FFF;
	text-decoration: underline;
	font-weight: 600;
}

.RegisterFormPart a:hover {
	color: #FFF;
	text-decoration: none;
}

.RegisterFormPart label {
	color: #FFF;
}

.RegisterFormPart button {
	background: #FFF;
	color: #8bb431;
}

.RegisterFormPart button:hover {
	background: rgba(255, 255, 255, 0.7);
	transition: background-color 300ms;
	}

@media (max-width: 768px)
{
.RegisterEventPart h1 {
		font-size: 2.2em;
		}
	
.RegisterEventPart p {
		font-size: 1.3em;
		}
	
	.RegisterFormPart p.Small {
		text-align: center;
		}
}

@media (max-width: 480px)
{
.RegisterEventPart h1 {
		font-size: 2em;
		}
	
.RegisterEventPart p {
		font-size: 1.2em;
		}
}


/* Formular */

.FormWrapper {
	position: relative;
	display: block;
	height: 100%;
	max-width: 680px;
	margin: auto;
}

label {
	color: #4a545a;
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: 300;
	width: 260px;
	min-height: 40px;
	display: inline-table;
	text-align: left;
	vertical-align: top;
	margin:7px 10px 7px auto;
}

label .LabelCenter {
	display: table-cell; 
	vertical-align: middle; 
	width: 100%; 
	position: static;
}

.FormWrapper .SimpleBlock {
	display: inline-table;
	vertical-align: top;
	width: 400px;
	min-height: 40px;
	color: #FFF;
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: 300;
	text-align: left;
	margin:7px 0 7px 0;
	max-width: 100%;
}

.FormWrapper .SimpleBlock .SimpleBlockCenter {
	display: table-cell; 
	vertical-align: middle; 
	width: 100%; 
	position: static;
}

input[type="text"] {
	display: inline-block;
	vertical-align: top;
	width: 400px;
	height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
	color:#71777a;
	margin:7px auto;
	font-size: 1.0em;
	border: 0px none;
	max-width: 100%;
}

input[type="text"].WithBtn {
	width: 300px;
}

input[type="text"].error {
	border:2px solid #e10000;
}

input[type="text"].Name {
	width: 198px;
}

input[type="text"].Short {
	width: 97px;
}

.InputBtn {
	display: inline-block;
	vertical-align: top;
	width: 90px;
	margin: 7px 0 7px 10px;
	height: 40px;
	background: #FFF;
	padding: 0;
	font-size: 1.4em;
	color: #8bb431;
}

.InputBtn:hover {
	background: rgba(255, 255, 255, 0.7);
	transition: background-color 300ms;
}

textarea {
	display: inline-block;
	vertical-align: top;
	width: 400px;
	max-width:400px;
	min-width: 400px;
	height: 100px;
	padding: 10px;
	box-sizing: border-box;
	color:#71777a;
	margin:7px auto;
	font-size: 1.0em;
	border: 0px none;
}

.BoxSelect {
	position:relative;
	display: inline-block;
	margin: 4px auto 16px auto;
	width: 400px;
	max-width: 100%;
	box-sizing: border-box;
	vertical-align: top;
}

.InputSelect select {
	width:400px;
	max-width: 100%;
	height:45px;
	line-height:40px;
	vertical-align:middle;
	background-color:transparent;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	font-size:1.0em;
	color:#4a545a;
	padding:0 0px 0 0px;
	-webkit-appearance: none;
	border: 0px none;
	box-sizing: border-box;
	margin-left: 0px;
	font-weight: 400;
	font-family: 'Fira Sans', sans-serif;
	}

.InputSelect {
	width:400px;
	max-width: 100%;
	height:45px;
	line-height:40px;
	vertical-align:middle;
	color:#4a545a;
	background: url(../img/ArrowSelect.svg) no-repeat right center #FFF;
	overflow: hidden;
	border: 0px none #d8dadd;
	box-sizing: border-box;
	padding-left: 10px;
	}
	
.InputSelect.error {
	border:2px solid #e10000;
	}
	
	
@media (max-width: 732px)
{
	label {
		text-align: center;
		min-height: inherit;
		padding-top: 15px;
		width: 100%;
		max-width: 100%;
		margin:5px auto 5px auto;
		}
		
	textarea {
		max-width:100%;
		min-width: inherit;
		width: 100%;
		}
		
	input[type="text"].WithBtn {
		width: 70%;
		}
	
	input[type="text"].Short {
		width: 28%;
		}
		
	.InputBtn {
		width: 28%;
		margin: 5px auto 5px 5px;
		}
		
}
	
	
/******* Custom Checkbox *******/
/* Customize the label (the container) */
.CustomCheck {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-top: 0;
  margin: 10px auto;
  cursor: pointer;
  font-size: 1em;
  line-height: 20px;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 680px;
  max-width: 100%;
  box-sizing: border-box;
  text-align: left;
}


/* Hide the browser's default checkbox */
.CustomCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.CheckMark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #CCC;
}

/* On mouse-over, add a grey background color */
.CustomCheck:hover input ~ .CheckMark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.CustomCheck input:checked ~ .CheckMark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.CheckMark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.CustomCheck input:checked ~ .CheckMark:after {
  display: block;
}

/* Style the checkmark/indicator */
.CustomCheck .CheckMark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #999;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



/******* Custom Radio *******/

/* Customize the label (the container) */
.CustomRadio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1em;
  line-height: 20px;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 500px;
  max-width: 100%;
  box-sizing: border-box;
  text-align: left;
}

/* Hide the browser's default radio button */
.CustomRadio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.RadioMark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #CCC;
}

/* On mouse-over, add a grey background color */
.CustomRadio:hover input ~ .RadioMark {
  background-color: #FFF;
}

/* When the radio button is checked, add a blue background */
.CustomRadio input:checked ~ .RadioMark {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.RadioMark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.CustomRadio input:checked ~ .RadioMark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.CustomRadio .RadioMark:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #999;
}




/* Popup Okno podmínky */
.PopUpConditions .PopUpWrapper {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(73, 83, 89, 0.88);
	z-index: 999999;
}


.PopUpConditions .PopUpWrapper .PopUpCenter {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	padding: 60px 150px 90px 150px;
	box-sizing: border-box;
	text-align: center;
}

.PopUpConditions .PopUpWrapper .PopUpContent {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
	overflow: auto;
	padding: 30px;
	box-sizing: border-box;
	font-size: 0.9em;
	text-align: left;
}


.PopUpConditions .PopUpWrapper h3 {
	color:#8bb431;
	font-size: 1.7em;
	font-weight: 400;
	margin-bottom: 20px;
}

.PopUpConditions .PopUpWrapper p {
	margin-bottom: 20px;
	color: #4a545a;
}

.PopUpConditions .PopUpWrapper li {
	list-style-position:outside;
	margin-left: 20px;
}


.PopUpConditions .PopUpWrapper button {
	background: #8bb431;
	color: #FFF;
	margin: 15px auto 0 auto;
	height: 50px;
}

.PopUpConditions .PopUpWrapper button:hover {
	background: rgba(139, 181, 49, 0.80);
}


@media (max-width: 900px)
{
	.PopUpConditions .PopUpWrapper .PopUpCenter {
		padding: 60px 30px 90px 30px;
		}
}

