@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;
}




/* Základní formátování */
html, body {
	height: 100%;
	box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
	position: relative;
	margin: 0;
	min-height: 100%;
	width: 100%;
	font-family: 'Ubuntu', sans-serif;
	color: #2e3030;
	font-size: 100%;
	background: #FFF;
	font-weight: 300;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

body.OverflowHidden {
	overflow: hidden;
}


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




.Content {
	position: relative;
	margin: auto;
	padding: 60px 15px;
	box-sizing: border-box;
}

.Content.Full {
	padding: 0;
}


.Limited {
	max-width: 1400px;
	margin: auto;
}

.Limited .Limited {
	max-width: 800px;
	margin: auto;
}


.Footer {
	position: relative;
	padding: 40px 20px 60px 20px;
	margin-top: 30px;
	box-sizing: border-box;
	background: #FFF;
	flex-shrink: 0;
	border-top:2px solid #CCC;
}

.Copyright {
	display: block;
	width: 100%;
	height: auto;
	background: #CCC;
	padding: 20px;
	font-size: .65em;
}

/* Header */
 
.Header {
	display: block;
	position: fixed;
	width: 100%;
	height: auto;
	min-height: 110px;
	top:0;
	padding: 10px 15px 0 15px;
	box-sizing: border-box;
	text-align: center;
	z-index: 1000;
	transition: all .2s ease-in-out;
	background: rgba(255, 255, 255, 0.8);
	/*box-shadow: 0px 3px 5px rgba(1, 1, 1, 0.40);*/
	}
	
.Header.OnScroll {
	box-shadow: 0px 3px 5px rgba(1, 1, 1, 0.40);
	min-height: 69px;
	background: #FFF;
	transition: all .2s ease-in-out;
}
	
	
.Header .Limited {
	position: relative;
	max-width: 1400px;
	margin: auto;
	z-index: 1001;
	}
 
 
.Header .Logo {
	width: 320px;
	max-width: 100%;
	float: left;
	margin: 0 15px 5px 0;
	transition: all .2s ease-in-out;
 }
 
.Header.OnScroll .Logo {
	width: 200px;
	margin: 0 15px 4px 0;
	transition: all .2s ease-in-out;
}


.NaviDistance {
	margin-top: 120px;
}





/* Slupce dva stejné */

.TwoColumn {
	width: 90%;
	box-sizing: border-box;
	text-align: left;
	column-count: 2;
	column-gap:60px;
	margin: auto;
}

.TwoColumn p {
	display: inline-block;
	width: 100%;
	margin: 8px 0;
}


.TwoColumn .Paragraph {
	display: inline-block;
	width: 100%;
	margin: 8px 0;
}

.TwoColumn ul li {
    font-size:1em;
	line-height: 1.4em;
	margin-bottom: 5px;
}



.Paragraph {
	text-align: left;
}

.Paragraph a {
	text-decoration: none;
	cursor: pointer;
}

.Paragraph a:hover {
	text-decoration: underline;
}



/* úpravy */
.Clear {
	clear: both;
}

.NoDisplay {
	display: none;
}

.Display {
	display: block;
}

.Center {
	text-align: center;
}

.TxtLeft {
	text-align: Left;
}



hr {
	border: 0 none;
	height: 1px;
	background: #CCC;
	margin: 20px auto;
}

hr.MaxWidth {
	max-width: 1200px;
	margin: 0 auto;
}


.PageTitle {
	position: absolute;
	top:10px;
	left:20px;
	font-weight: 700;
	font-size: 1.3em;
	color: #787878;
	margin: auto;
}

.PageTitle .Ico {
	position: relative;
	display: inline-block;
	float: left;
	height: 19px;
	margin-right: 4px;
	top: 4px;
}

.BtnBack {
	display: inline-block;
	float: left;
	width: 20px;
	height: 30px;
	background: url(../img/BtnBack.svg) no-repeat center center;
	margin: 6px 12px 0 0;
	vertical-align: bottom;
}

.BtnBack:hover {
	opacity: 0.6;
}

.SimpleLink a {
	text-decoration: none;
	color: #2b2b2b;
}

.SimpleLink a:hover {
	text-decoration: underline;
	color: #2b2b2b;
}


.MB0 {
	margin-bottom: 0;
}


.NoTxtDecor, .NoTxtDecor a, .NoTxtDecor a:hover  {
	text-decoration: none;
}


.ColRed {
	color: #b31218;
}


.TopBorderGray {
	border-top: 1px solid #CCC;
}


img {
	max-width: 100%;
}

.Kotva {
	margin-top:-60px; 
	margin-bottom:60px; 
	display: block;
	visibility: hidden;
	}
	
.KotvaInSide {
	position: absolute;
	display: block;
	top:-120px;
	visibility: hidden;
	}


/* Pozadí */

.BgrWhite {
	background: #FFF;
}

.BgrGray {
	background: #e2e1dd;
}

.BgrDark {
	background: #2e3030;
}

.BgrRaster {
	background: url(../img/BgrRaster.png) center top repeat;
}



/* písma */

	
	
h1 {
	font-size: 3.4em;
	font-weight: 100;
	line-height: 1.1em;
}

h1.Script {
	line-height: 92%;
	font-size: 4.4em;
	margin-top:-.5em;
	margin-bottom:.2em;
}


h2 {
	font-size: 2.6em;
	font-weight: 200;
	line-height: 1.1em;
}

h2.TxtBlue {
	color: #007c95;
}



h3 {
	font-size: 1.4em;
	font-weight: 500;
	line-height: 1.3em;
	margin-bottom: 10px;
}

h4 {
	font-size: 1.35em;
	font-weight: 500;
	line-height: 1.3em;
	margin-top: 10px;
}



p {
	font-size:1.0em;
	font-weight: 200;
	line-height: 1.75em;
}

p b {
	font-weight: 600;
}



a {
	text-decoration: underline;
	color: #1a1a1a;
}

a:hover {
	text-decoration: none;
	color: #1a1a1a;
}

sup {
	font-size: 50%;
}

small, p.Small {
	font-size: .9em;
	line-height: 1.4em;
}

ul {
    list-style: none;
    
}

ul li {
    position: relative;
    font-size:1.0em;
	font-weight: 200;
	line-height: 1.5em;
    margin-bottom: 2px;
    margin-left: 20px;
}

ul li:before {
	content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    left: -20px;
    top:8px;
    background: #007c95;
}


ul li li {
    position: relative;
    font-size: 1.05em;
    margin: 2px 0 2px 20px;
}

ul li li:before {
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    background: #444;
    content: "";
    left: -20px;
    top:7px;
    border: 0 none;
}


ol {
    
}

ol li {
    position: relative;
	font-size:1.15em;
	font-weight: 300;
	line-height: 1.5em;
    margin-bottom: 2px;
    margin-left: 20px;
}

ol li li {
    position: relative;
    font-size:1.05em;
    margin: 2px 0 2px 20px;
}
 
 



 

 
 
 

/* ********* */

/* Footer */


.Footer img.Logo {
	height: 60px;
	margin-right: 30px;	
	vertical-align: top;
	}
	
.Footer .FootBox {
	display: inline-block;
	height: auto;
	vertical-align: top;
	border-left:1px solid #777;
	padding: 0 0 0 10px;
	box-sizing: border-box;
	font-size: .9em;
	line-height: 1.2em;
	}
	
.Footer .FootBox a {
	color:#FFF;
	text-decoration: underline;
	}
	
.Footer .FootBox a:hover {
	color:#ff6600;
	text-decoration: underline;
	}

.SocialBox {
	display: inline-block;
	float: right;
}

.SocialBox img {
	margin-left: 15px;
}

.SocialBox img:hover {
	opacity: .7;
}








/* Formulare  */



.Form p {
	font-size: 0.8em;
	font-weight: 400;
}

label {
	display: inline-block;
	font-size: 1.05em;
	line-height: 1.3em;
	margin: 15px 0;
	width: 200px;
	max-width: 100%;
	vertical-align: middle;
}

label a {
	float: right;
	color: #ff6600;
	text-decoration: none;
}

label a:hover {
	text-decoration: underline;
}


label.CustomCheckRadio {
	margin-top: 25px;
}

label small {
	display: block;
	font-size: .7em;
}

::-webkit-input-placeholder { 
  color: #9a9a97;
  font-size: 0.95em;
  font-weight: 300;
}
::-moz-placeholder { 
  color: #9a9a97;
  font-size: 0.95em;
  font-weight: 300;
}
:-ms-input-placeholder { 
  color: #9a9a97;
  font-size: 0.95em;
  font-weight: 300;
}
:-moz-placeholder { 
  color: #9a9a97;
  font-size: 0.95em;
  font-weight: 300;
}



input[type="text"] {
	width: 400px;
	max-width: 100%;
	height: 50px;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 0px 10px;
	box-sizing: border-box;
	margin: 10px 0;
	font-size: 1.1em;
	font-weight: 400;
	font-family: 'Ubuntu', sans-serif;
	color: #2e3030;
	vertical-align: middle;
}

input[type="text"].Two {
	width: 243px;
	max-width: 48%;
	vertical-align: middle;
	margin-right: 10px;
}


input[type="text"].Three {
	width: 158px;
	max-width: 31.2%;
	margin-right: 9.5px;
}

input[type="password"] {
	width: 400px;
	max-width: 100%;
	height: 50px;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 0px 10px;
	box-sizing: border-box;
	margin: 10px 0;
	font-size: 1.1em;
	font-weight: 400;
	font-family: 'Ubuntu', sans-serif;
	color: #2e3030;
	vertical-align: middle;
}


textarea {
	width: 400px;
	max-width: 100%;
	height: 150px;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 10px;
	box-sizing: border-box;
	margin: 15px auto;
	font-size: 1em;
	font-weight: 400;
	font-family: 'Ubuntu', sans-serif;
	vertical-align: top;
}


.BoxSelect {
	display: inline-block;
	position:relative;
	margin: 15px 0;
	width: 500px;
	max-width: 100%;
	box-sizing: border-box;
	background: #CCC;
	height: 40px;
}

.InputSelect select {
	width:500px;
	max-width: 100%;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	background-color:transparent;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	font-size:1.0em;
	line-height: 1.2em;
	color:#222221;
	padding:0;
	-webkit-appearance: none;
	border: 0px none #d8dadd;
	box-sizing: border-box;
	margin: 0 0 0 0;
	font-weight: 400;
	font-family: 'Ubuntu', sans-serif;
	}
	
.InputSelect {
	width:500px;
	max-width: 100%;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	color:#71777a;
	background: url(../img/ArrowSelect.svg) no-repeat right center #FFF;
	overflow: hidden;
	border:none;
	border-bottom: 1px solid #d8dadd;
	box-sizing: border-box;
	padding-left: 10px;
	}
	
	
.BoxSelect.Two {
	width: 243px;
	max-width: 48%;
	margin-right: 10px;
}




input[type="file"] {
	width: auto;
	max-width: auto;
	height: auto;
	background: transparent;
	border: none;
	padding: 0;
	box-sizing: border-box;
	margin: 4px auto;
	font-size: auto;
	font-weight: auto;
	font-family: 'Ubuntu', sans-serif;
}




.CheckRadioWrapper {
	display: inline-block;
	width: 500px;
	max-width: 100%;
	vertical-align: top;
}
	
/******* Custom Checkbox *******/
/* Custom Checkbox */
.CustomCheckWrapper {
  display: block;
  position: relative;
  margin-bottom: 12px;
}

.CustomCheckWrapper.InLIne {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  margin-right: 15px;
}

.CustomCheckWrapper .Label {
	padding-left: 40px;
	font-size:1.1em;
	color:#606060;
}/* Customize the label (the container) */

/* Custom Checkbox */
label.CustomCheck {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}/* Customize the label (the container) */


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


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


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


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


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


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


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




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

/******* Custom Checkbox *******/
/* Custom Checkbox */
.CustomRadioWrapper {
  display: block;
  position: relative;
  margin-bottom: 12px;
  margin-top: 12px;
}

.CustomRadioWrapper.InLIne {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  margin-right: 35px;
}

.CustomRadioWrapper .Label {
	padding-left: 40px;
	font-size:1.1em;
	color:#606060;
}/* Customize the label (the container) */

/* Custom Checkbox */
label.CustomRadio {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}/* Customize the label (the container) */


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


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


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


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


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


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


.CustomRadio .RadioMark:after {
  left: 10px;
  top: 3px;
  width: 8px;
  height: 16px;
  border: solid #606060;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}/* Style the checkmark/indicator */

	
	
/* Buttony */

button {
	min-height: 46px;
	padding: 0 20px;
	background-color: #005c38;
	font-size: 1.2em;
	font-weight: 500;
	margin: 0 10px 0 0;
	color: #FFF;
	font-family: 'Ubuntu', sans-serif;
	cursor: pointer;
	box-sizing: border-box;
	border: 1px solid transparent;
	border-radius: 0;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

button:hover {
	background-color: rgba(0, 92, 56, 0.7);
	transition: all .2s ease-in-out;
	}
 


button.Outline  {
	border: 1px solid #005c38;
	background-color: #FFF;
	color: #005c38;
	transition: background-color .2s ease-in-out;
}

button.Outline:hover  {
	background-color: rgba(0, 92, 56, 0.1);
}


button.Small {
	min-height: 38px;
	padding: 0 10px;
	font-size: 1.0em;
	font-weight: 400;
	}


 
a.Button {
	display: inline-block;
	font-size: 1.2em;
	padding: 12px 15px;
	background: #c00d0d;
	color: #FFF;
	text-decoration: none;
	margin: auto;
	transition:background .2s ease-in-out;
}

a.Button:hover {
	background: rgba(191, 13, 13, 0.6);
	transition:background .2s ease-in-out;
}





