@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: 'Museo Sans Rounded', sans-serif;
	color: #414438;
	font-size: 100%;
	background: #FFF;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

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

.Content {
	padding: 30px 35px;
}

.Content {
	padding: 30px 35px;
}

@media (max-width: 768px)
{
	.Content {
	padding: 30px 15px;
	}
	
} 



.Content.FullWindow {
	min-height: 100%;
    min-height: 100vh;
    padding: 0;
}

.Content.MinVH {
	min-height: 100vh;
}

.Footer {
	position: relative;
	padding: 60px 30px 60px 30px;
	margin-top: 30px;
	box-sizing: border-box;
	background: #2b2b2b;
	background-size: contain;
	color:#FFF;
	flex-shrink: 0;
}



.Content .Half {
	display: inline-block;
	float: left;
	width: 50%;
	max-width:550px;
	padding: 0 10px;
	box-sizing: border-box;
}



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

.BgrDark {
	background-color: #111e3b;
}

.BgrLight {
	background: url(../img/BgrCircles2.png) repeat left top #f6f6f6;
}

.BgrBaby {
	background: url(../img/BgrCirclesW30.png) repeat left top #C80096;
}

.BgrJunior {
	background: url(../img/BgrCirclesW.png) repeat left top #FFA000;
}

.BgrSportMix {
	background: url(../img/BgrCirclesW.png) repeat left top #009BFF;
}

.BgrActive {
	background: url(../img/BgrCirclesW50.png) repeat left top #FF0000;
}




/* ú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: #414438;
	margin: auto;
	max-width: 100%;
}

.BgrDark hr {
	background: #fff;
}


.Anchor {
	margin-top:-90px;
	margin-bottom:90px;
	display: block;
	visibility: hidden;
	}





/* písma */
h1 {
	font-size: 2.6em;
	font-weight: 300;
	color: #2b2b2b;
}

.BgrLight h1 {
	color:#a2c037;
}

.BgrDark h1 {
	color:#FFF;
}



h2 {
	font-size: 1.7em;
	font-weight: 300;
	line-height: 1.2em;
}

.BgrDark h2 {
	color:#FFF;
}





h3, .h3 {
	font-size: 1.3em;
	font-weight: 300;
	line-height: 1.2em;
}

.BgrDark h3 {
	color:#FFF;
}



p {
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.6em;
}

.BgrDark p {
	color:#FFF;
}



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


.BgrDark a {
	text-decoration: none;
	color:#ffffff;
}

.BgrDark a:hover {
	color:#ffffff;
	text-decoration: underline;
}

.NoDecor a {
	text-decoration: none;
}



ul {
    list-style: none;
    
}

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

ul li:before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px;
    border-color: #444;
    border-radius: 50%;
    content: "";
    left: -20px;
    top:8px;
}


ul li li {
    position: relative;
    font-size: 0.9em;
    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: .95em;
	font-weight: 300;
	line-height: 1.5em;
    margin-bottom: 2px;
    margin-left: 20px;
}

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


/* Header */
 
.Header {
	display: block;
	position: fixed;
	width: 100%;
	height: auto;
	padding: 5px 35px 0 35px;
	box-sizing: border-box;
	text-align: left;
	background: transparent;
	z-index: 1000;
	transition: all .2s ease-in-out;
	background-color: #FFF;
 }
 
 
.Logo {
	height: 140px;
	max-width: 100%;
	margin: 40px 0 0 0;
	transition: all .2s ease-in-out;
 }
 





 


/* Footer */

.Footer .Half {
	display: inline-block;
	float: left;
	width: 50%;
	padding-right: 40px;
	}
	
		
.Footer .FootBox {
	display: inline-block;
	vertical-align: top;
	margin: 0 80px 40px 0;
	}
	
.Footer .FootBox h3 {
	font-size: 1.5em;
	font-weight: 600;
	}
	
.Footer .FootBox p {
	font-size: .9em;
	font-weight: 200;
	}
	
.Footer .FootBox a {
	color:#FFF;
	text-decoration: underline;
	}
	
.Footer .FootBox a:hover {
	color:#ff6600;
	text-decoration: underline;
	}

.Footer .FootBox.Social img {
	margin-right: 20px;
}

.Footer .Half.Map {
	padding: 0;
	}
	
.Footer .Half.Map iframe {
	width: 100%;
	height: 350px;
	}
	
	
.Footer .FootBox.Right {
	float:right;
	margin: 0 0 40px 80px;
	}










/* Formulare  */

.Form {
	width: 100%;
	max-width: 600px;
	margin: auto;
	text-align: left;
}



label {
	display: block;
	font-size: 0.9em;
	margin-top: 10px;
	width: 100%;
	max-width: 100%;
}

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

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


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


input::placeholder { 
  color: #CCC;
  font-size: 1em;
  font-weight: 300;
}




input[type="text"] {
	width: 100%;
	max-width: 450px;
	height: 40px;
	background: #FFF;
	border: none;
	padding: 0px 10px;
	box-sizing: border-box;
	margin: 4px auto;
	font-size: 1em;
	font-weight: 400;
	font-family: 'Museo Sans Rounded', sans-serif;
	border-radius: 2px;
}

input[type="password"] {
	width: 100%;
	max-width: 100%;
	height: 40px;
	background: #FFF;
	border: none;
	padding: 0px 10px;
	box-sizing: border-box;
	margin: 4px auto;
	font-size: 1em;
	font-weight: 400;
	font-family: 'Museo Sans Rounded', sans-serif;
	border-radius: 2px;
}




input[type="text"].Two {
	width: 49%;
	float: left;
	vertical-align: baseline;
}


textarea {
	width: 100%;
	height: 160px;
	background: #FFF;
	border: none;
	padding: 10px;
	box-sizing: border-box;
	margin: 4px auto;
	font-size: 1em;
	font-weight: 400;
	font-family: 'Museo Sans Rounded', sans-serif;
	border-radius: 2px;
}


.SelectWrapper {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: 40px;
	background-color:#FFF;
	border-radius: 2px;
	}

.Filtration {
	text-align: center;
	}
		
.Filtration .SelectWrapper {
	width: 90%;
	max-width: 450px;
	margin: 5%;
	}
	
		
.SelectInside {
	position: relative;
	width:100%;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	background-color:transparent;
	overflow:hidden;
	border:none;
	box-sizing:border-box;
	z-index: 1;
	}
	
.SelectWrapper.Filtration .SelectInside {
	height:40px;
	line-height:40px;
	}
	
.SelectWrapper::after {
	content:"";
	position: absolute;
	right:15px;
	top:15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 8px 0 8px;
	border-color: #CCC transparent transparent transparent;
}

.SelectWrapper.Filtration::after  {
	top:15px;
	}

.SelectInside select {
	width: 100%;
	height: 40px;
	background-color: transparent;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	font-size:1em;
	color:#606060;
	font-weight: 300;
	-webkit-appearance: none;
	border: none;
	box-sizing: border-box;
	padding-left:12px;
	}
	
.SelectWrapper.Filtration .SelectInside select {
	height:40px;
	}
	
.SelectInside select option {
    color: #363a35;
}


.InlineLabel {
	display: inline-block;
	font-size:1.1em;
	color:#606060;
	min-height: 50px;
	padding: 0 10px 0 30px;
}


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: 'Museo Sans Rounded', sans-serif;
}




/* Input text s tlačítkem */

.InputWrapper {
	position: relative;
	width: 100%;
	max-width: 450px;
	height: 40px;
	margin: 4px auto;
}


.InputWrapper input[type="text"] {
	width: 100%;
	max-width: 450px;
	height: 40px;
	background: #FFF;
	border: none;
	padding: 0px 10px;
	box-sizing: border-box;
	margin: 4px auto;
	font-size: 1em;
	font-weight: 400;
	font-family: 'Museo Sans Rounded', sans-serif;
	border-radius: 2px;
}

.InputWrapper button {
	position: absolute;
	top:4px;
	right:0;
	height: 40px;
	width: 40px;
	margin: 0;
	font-size: 1.0em;
	padding: 0;
	background: url(../img/IcoSearchWhite.svg) no-repeat center center #a2c037;
	background-size: 70%;
}

.InputWrapper button:hover {
	background: url(../img/IcoSearchWhite.svg) no-repeat center center rgba(162, 191, 56, 0.8);
	background-size: 70%;
}

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

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

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


.CustomRadioWrapper .Label.Junior {
	color:#FFA000;
}

.CustomRadioWrapper .Label.SportMix {
	color:#009BFF;
}

.CustomRadioWrapper .Label.Baby {
	color:#C80096;
}

.CustomRadioWrapper .Label.Active {
	color:#FF0000;
}





/* 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: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border: none;
  border-radius: 50%;
}/* Create a custom checkbox */


.CustomRadio:hover input ~ .RadioMark {
  background-color: #FFF;
}/* 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: 7px;
  top: 7px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background:black;
}/* Style the checkmark/indicator */

.CustomRadio .RadioMark.Junior:after {
  background:#FFA000;
}

.CustomRadio .RadioMark.SportMix:after {
  background:#009BFF;
}

.CustomRadio .RadioMark.Baby:after {
  background:#C80096;
}

.CustomRadio .RadioMark.Active:after {
  background:#FF0000;
}



/* Custom Checkbox */

/******* Custom Checkbox *******/
/* Custom Radio */
.CustomSelecterWrapper {
  display: block;
  position: relative;
  margin: 5px;
}

.CustomSelecterWrapper.InLIne {
  display: inline-block;
  position: relative;
  margin: 5px;
  width: 50px;
  height: 50px;
  text-align: center;
}


label.CustomSelecter {
  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) */


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


.SelecterMark {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  vertical-align: middle;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  font-size:1.1em;
  font-weight: 300;
}/* Create a custom checkbox */

.SelecterMark.Junior {
	color:#FFA000;
}

.SelecterMark.SportMix {
	color:#009BFF;
}

.SelecterMark.Baby {
	color:#C80096;
}

.SelecterMark.Active {
	color:#FF0000;
}



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


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


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


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


.CustomSelecter .SelecterMark:after {
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #000;
  border: 2px solid;
}/* Style the checkmark/indicator */

.CustomSelecter .SelecterMark.Junior:after {
  border-color:#FFA000;
}

.CustomSelecter .SelecterMark.SportMix:after {
  border-color:#009BFF;
}

.CustomSelecter .SelecterMark.Active:after {
  border-color:#FF0000;
}

.CustomSelecter .SelecterMark.Baby:after {
  border-color:#C80096;
}


	
/* Buttony */


a.button {
    text-decoration: none;
    background: #a2c037;
    color: #FFF;
    padding: 10px 35px;
    font-size: 1.2em;
    font-weight: 300;
    border:none;
    cursor: pointer;
    transition:background-color .2s ease-in-out;
}

a:hover.button {
    text-decoration: none;
    background: rgba(162, 191, 56, 0.8);
    transition:background-color .2s ease-in-out;
}






button {
	text-decoration: none;
    background: #a2c037;
    color: #FFF;
    padding: 10px 35px;
    font-size: 1.2em;
    font-weight: 300;
    border:none;
    cursor: pointer;
	transition:background-color .2s ease-in-out;
}

button:hover {
	text-decoration: none;
    background: rgba(162, 191, 56, 0.8);
	transition:background-color .2s ease-in-out;
	}
	




/* Youtube Block */

.YTBwrapper {
	width: 100%;
	max-width: 800px;
	margin: 40px auto;
}

.YTBwrapper .YTBcontainer {
position: relative;
padding-bottom: 54%;
padding-top: 30px; height: 0; overflow: hidden;
}

.YTBwrapper .YTBcontainer iframe,
.YTBwrapper .YTBcontainer object,
.YTBwrapper .YTBcontainer embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


