@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: 'Montserrat', sans-serif;
	color: #363a35;
	font-size: 100%;
	/*background: url(../img/BgrGrass.jpg) repeat left top #f3f2ee;*/
	background: #f3f2ee;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

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


 
.Content {
	padding: 60px 40px;
	box-sizing: border-box;
 }
 
.Content .Register img {
	max-width: 100%;
 }
 
 
 .Content .Register p b {
	font-weight: 800;
 }
 
.Content .Register table {
	max-width: 100%;
 }
 
.Content .Register table th, .Content .Register table td {
	vertical-align: top;
	padding-bottom: 30px;
 }
 
.Content .Register table th {
	padding-right: 30px;
	padding-top: 10px;
 }
 
 .Content .Register table h2 {
	font-size: 1.8em;
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 0;
	}
 
 
.ContentFull {
	padding: 60px 10px;
	box-sizing: border-box;
 }

.Content.Full {
	padding: 0px;
	}
	
.Content.FullWindow {
	min-height: 100%;
    min-height: 100vh;
}
 
.ContentSlick {
	padding: 60px 0px;
	box-sizing: border-box;
 }
 
.ContentClubs {
	padding: 30px 150px 40px 150px;
	box-sizing: border-box;
 }
 
 .ContentPartners {
	padding: 30px 150px 30px 150px;
	box-sizing: border-box;
 }
 
 
.ContentGallery {
	padding: 30px 80px 60px 80px;
	box-sizing: border-box;
 }
 
.TwoBoxesContrainer {
	display: block;
	overflow: hidden;
	background: url(../img/TwoBoxesLine.svg) repeat-y center top;
}

.TwoBoxes {
	display: inline-block;
	float: left;
	width: 50%;
	vertical-align: top;
	padding: 25px 60px 20px 60px;
	box-sizing: border-box;
	margin: 0 0px;
}

.TwoBoxes h2 {
	font-size: 2em;
}


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

.Content .HalfContent {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	text-align: left;
	box-sizing: border-box;
	}

.Content .HalfContent.Right {
	float:right;
	}
		
.Content .HalfContent.W60 {
	width: 59%;
	}
		
.Content .HalfContent.W40 {
	width: 39%;
	padding-left: 50px;
	padding-bottom: 0px;
	}

	
	
/* písma */

h1 {
	font-size: 3.0em;
	font-weight: 300;
	line-height: 1.2em;
	margin: 5px 0 15px 0;
}


h2, .h2 {
	font-size: 2.6em;
	font-weight: 200;
	line-height: 1.1em;
	margin: 5px 0 25px 0;
}

h2.Big, .h2.Big {
	font-size: 3.0em;
}


h3, .h3 {
	font-size: 1.4em;
	font-weight: 300;
	margin-bottom: 15px;
}

h3 strong, .h3 strong {
	font-weight: 700;
}

@media (max-width: 480px)
{

	h1 {
	font-size: 2.0em;
	}

	h2, .h2 {
	font-size: 1.6em;
	}

	h2.Big, .h2.Big {
	font-size: 1.6em;
	}	

}





p {
	font-size:1.0em;
	line-height: 1.5em;
	margin-bottom: 15px;
	font-weight: 300;
}

p strong {
	font-weight: 500;
}

a {
	text-decoration: underline;
	color: #363b35;
	
}

a:hover {
	color: #c11420;
	}



ul {
    list-style: none;
    counter-reset: none;
    font-size: 1em;
    list-style-position: outside;
    font-weight: 300;
}

li {
	position: relative;
	display: block;
    margin: 0;
    padding-left: 20px;
    padding-bottom: 10px;
    line-height: 1.5em;
    text-align: left;
}

li:before {
    font-family:"Webdings";
    content: "• ";
    font-size: 20px;
    margin-left:-20px;
    margin-right: 2px;
}

.Content.BgrGreen li:before {
    color: #FFF;
}

.Content.BgrCremeBlue li:before {
    color: #b2c1d6;
}

.Content.BgrBlue li:before {
    color: #FFF;
}

.Content li strong {
	font-weight: 600;
}

ul.Bigger {
    font-weight: 500;
}

ul.Bigger li {
}

ul.Bigger li:before {
    color:#7c9f10;
    font-size: 26px;
}


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

.NoWrap {
	white-space: nowrap;
}

.TxtCenter {
	text-align: center;
}

.TxtRight {
	text-align: right;
	float: right;
}

.TxtLeft {
	text-align: left;
}


.FloatRight {
	float: right;
}

hr {
	width: 100%;
	height: 1px;
	border: none;
	background: #7e8285;
	margin: 40px auto;
}

.NoDecor {
	text-decoration: none;
}

.aNoDecor a {
	text-decoration: none;
}

.NoDisplay {
	display: none;
}

.Display {
	display: block;
}

.Display768 {
	display: none;
}

.NoDisplay768 {
	display: inline;
}

.Display992 {
	display: none;
}

.NoDisplay992 {
	display: inline;
}

.Display1200 {
	display: none;
}

.NoDisplay1200 {
	display: inline;
}


.Kotva {
	margin-top:-60px; 
	margin-bottom:60px; 
	display: block;
	visibility: hidden;
	}
	
.Kotva2 {
	margin-top:-120px; 
	margin-bottom:120px; 
	display: block;
	visibility: hidden;
	}
	
.KotvaInside {
	margin-top:-60px; 
	margin-bottom:120px; 
	display: block;
	visibility: hidden;
	}
	
.Kotva100 {
	margin-top:-100px; 
	margin-bottom:100px; 
	display: block;
	visibility: hidden;
	}
	
	
.PFA {
	font-weight: 400;
}

.PFA Ana {
	font-weight: 300;
}

.PFA Fut {
	font-weight: 600;
}

.FirstDistance {
	margin-bottom: 60px;
}


.List a {
	color: #2e292e;
}

.List a:hover {
	text-decoration: none;
}


.ColGreen {
	color:#7c9f10;
}

a.ColGreen {
	color:#7c9f10;
}

a.ColGreen:hover {
	color:#7c9f10;
}


.TwoColumns {
	column-count: 2;
	column-gap: 50px;
	text-align: left;
}

@media (max-width: 992px) 
{
.TwoColumns {
	column-count: 1;
	column-gap: 0;
}
}


.TwoColumns p {
	display: inline-block;
}


/* Obecné prvky */


.ParticipIco {
	position: relative;
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 405px;
	-moz-border-radius: 405px;
	-webkit-border-radius: 45px;
	background: center center no-repeat #FFF;
	margin: 0 auto 15px auto;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.20);
}








/* Buttony */

button {
	width: auto;
	min-width: 200px;
	height: 60px;
	padding: 0px 15px;
	margin: 0 10px;
	border: 2px solid #FFF;
	border-radius: 30px;
	font-size: 1.2em;
	font-weight: 400;
	cursor: pointer;
	background: #a2c037;
	color: #FFF;
	box-sizing: border-box;
	vertical-align: top;
	-webkit-transition: background 0.1s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: background 0.1s ease-out;  /* FF4+ */
	-ms-transition: background 0.1s ease-out;  /* IE10 */
	-o-transition: background 0.1s ease-out;  /* Opera 10.5+ */
	transition: background 0.1s ease-out;
}

button:hover {
	/*background: #3b4a38;*/
	background: rgba(59, 74, 56, 0.70);
	-webkit-transition: background 0.2s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: background 0.2s ease-out;  /* FF4+ */
	-ms-transition: background 0.2s ease-out;  /* IE10 */
	-o-transition: background 0.2s ease-out;  /* Opera 10.5+ */
	transition: background 0.2s ease-out;
}


button.Rectangle {
	width: auto;
	min-width: 200px;
	height: 60px;
	padding: 0px 15px;
	margin: 0 10px;
	border: 2px solid #FFF;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

button.Rectangle .Small {
	font-size: .7em;
	display: block;
}

button.Rectangle.Small {
	height: 50px;
	padding: 0px 10px;
	margin: 0 10px;
	border: 2px solid #FFF;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	font-size: 1.0em;
}


button.Disable {
	border: 2px solid rgba(255, 255, 255, 0.54);
	background: rgba(162, 191, 56, 0.33);
	color: rgba(255, 255, 255, 0.4);
	box-sizing: border-box;
	vertical-align: top;
	transition: none;
	cursor: default;
}



/* Bgr Creme */

.BgrCreme {
	/*background: #f1f0ec;*/
	/*background-color: rgba(243, 242, 238, 0.95);*/
	background:url(../img/BgrGrassCreme.jpg) repeat left top #f1f0ec;
}

.BgrCreme.BgrIco1 {
	background:url(../img/BgrIco1.png) no-repeat center 20px, url(../img/BgrGrassCreme.jpg) repeat left top #f1f0ec;
}

.BgrCreme.BgrIco2 {
	background:url(../img/BgrIco2.png) no-repeat center 20px, url(../img/BgrGrassCreme.jpg) repeat left top #f1f0ec;
}

.BgrCreme.BgrIco3 {
	background:url(../img/BgrIco3.png) no-repeat center 20px, url(../img/BgrGrassCreme.jpg) repeat left top #f1f0ec;
}

.BgrCreme.BgrIco3a {
	background:url(../img/BgrIco3a.png) no-repeat center 20px, url(../img/BgrGrassCreme.jpg) repeat left top #f1f0ec;
}

.BgrCreme.BgrIco4 {
	background:url(../img/BgrIco4.png) no-repeat center 20px, url(../img/BgrGrassCreme.jpg) repeat left top #f1f0ec;
}

.BgrCreme.BgrIco4a {
	background:url(../img/BgrIco4a.png) no-repeat center 20px, url(../img/BgrGrassCreme.jpg) repeat left top #f1f0ec;
}


.BgrCreme h2 {
	color:#7c9f10;
}

.BgrCreme h3, .BgrCreme p, .BgrCreme li {
	color: #363a35;
}

.BgrCreme .ColGreen {
	color:#7c9f10;
}

.BgrCreme a.ColGreen {
	color:#7c9f10;
}

.BgrCreme a.ColGreen:hover {
	color:#7c9f10;
}


/* Bgr Middle Green */


.BgrMGreen {
	/*background: #44594e;*/
	background:url(../img/BgrGrassMGreen.jpg) repeat left top #44594e;
	color: #FFF;
}

.BgrMGreen.BgrIco1 {
	background:url(../img/BgrIco1.png) no-repeat center 20px, url(../img/BgrGrassMGreen.jpg) repeat left top #44594e;
}

.BgrMGreen.BgrIco2 {
	background:url(../img/BgrIco2.png) no-repeat center 20px, url(../img/BgrGrassMGreen.jpg) repeat left top #44594e;
}

.BgrMGreen.BgrIco3 {
	background:url(../img/BgrIco3.png) no-repeat center 20px, url(../img/BgrGrassMGreen.jpg) repeat left top #44594e;
}

.BgrMGreen.BgrIco3a {
	background:url(../img/BgrIco3a.png) no-repeat center 20px, url(../img/BgrGrassMGreen.jpg) repeat left top #44594e;
}

.BgrMGreen.BgrIco4 {
	background:url(../img/BgrIco4.png) no-repeat center 20px, url(../img/BgrGrassMGreen.jpg) repeat left top #44594e;
}

.BgrMGreen.BgrIco4a {
	background:url(../img/BgrIco4a.png) no-repeat center 20px, url(../img/BgrGrassMGreen.jpg) repeat left top #44594e;
}





.BgrMGreen h1 {
	color:#FFF;
}

.BgrMGreen h2 {
	color:#FFF;
}

.BgrMGreen p {
	color:#FFF;
}

.BgrMGreen a {
	color:#FFF;
}

.BgrMGreen h3 {
	color:#FFF;
	font-weight: 300;
}

.BgrMGreen ul {
	color:#FFF;
}

.BgrMGreen .ColGreen {
	color:#7c9f10;
}

.BgrMGreen a.ColGreen {
	color:#7c9f10;
}

.BgrMGreen a.ColGreen:hover {
	color:#7c9f10;
}


/* Bgr DGreen */

.BgrDGreen {
	/*background: #3b4a38;*/
	background:url(../img/BgrGrassDGreen.jpg) repeat left top #3b4a38;
	color: #FFF;
}

.BgrDGreen.BgrIco1 {
	background:url(../img/BgrIco1.png) no-repeat center 20px, url(../img/BgrGrassDGreen.jpg) repeat left top #3b4a38;
}

.BgrDGreen.BgrIco2 {
	background:url(../img/BgrIco2.png) no-repeat center 20px, url(../img/BgrGrassDGreen.jpg) repeat left top #3b4a38;
}

.BgrDGreen.BgrIco3 {
	background:url(../img/BgrIco3.png) no-repeat center 20px, url(../img/BgrGrassDGreen.jpg) repeat left top #3b4a38;
}

.BgrDGreen.BgrIco3a {
	background:url(../img/BgrIco3a.png) no-repeat center 20px, url(../img/BgrGrassDGreen.jpg) repeat left top #3b4a38;
}

.BgrDGreen.BgrIco4 {
	background:url(../img/BgrIco4.png) no-repeat center 20px, url(../img/BgrGrassDGreen.jpg) repeat left top #3b4a38;
}

.BgrDGreen.BgrIco4a {
	background:url(../img/BgrIco4a.png) no-repeat center 20px, url(../img/BgrGrassDGreen.jpg) repeat left top #3b4a38;
}



.BgrDGreen h2 {
	color:#FFF;
}

.BgrDGreen h3 {
	color:#FFF;
	font-weight: 300;
}

.BgrDGreen .ColGreen {
	color:#7c9f10;
}

.BgrDGreen a.ColGreen {
	color:#7c9f10;
}

.BgrDGreen a.ColGreen:hover {
	color:#7c9f10;
}


/* Bgr White */

.BgrWhite {
	background-color: #FFF;
}

.BgrWhite h2, .BgrWhite .h2 {
	color:#7c9f10;
	font-size: 2em;
}


/* Bgr Dark */

.BgrDark {
	/*background: #363a35;*/
	background:url(../img/BgrGrassDark.jpg) repeat left top #363a35;
	color: #FFF;
}

.BgrDark.BgrIco1 {
	background:url(../img/BgrIco1.png) no-repeat center 20px, url(../img/BgrGrassDark.jpg) repeat left top #363a35;
}

.BgrDark.BgrIco2 {
	background:url(../img/BgrIco2.png) no-repeat center 20px, url(../img/BgrGrassDark.jpg) repeat left top #363a35;
}

.BgrDark.BgrIco3 {
	background:url(../img/BgrIco3.png) no-repeat center 20px, url(../img/BgrGrassDark.jpg) repeat left top #363a35;
}

.BgrDark.BgrIco3a {
	background:url(../img/BgrIco3a.png) no-repeat center 20px, url(../img/BgrGrassDark.jpg) repeat left top #363a35;
}

.BgrDark.BgrIco4 {
	background:url(../img/BgrIco4.png) no-repeat center 20px, url(../img/BgrGrassDark.jpg) repeat left top #363a35;
}

.BgrDark.BgrIco4a {
	background:url(../img/BgrIco4a.png) no-repeat center 20px, url(../img/BgrGrassDark.jpg) repeat left top #363a35;
}



.BgrDark h2 {
	color:#FFF;
}

.BgrDark h3 {
	color:#FFF;
	font-weight: 300;
}

.BgrDark p {
	color:#FFF;
}

.BgrDark a {
	color:#FFF;
}

.BgrDark a:hover {
	color: #c11420;
}

.BgrDark .ColGreen {
	color:#7c9f10;
}

.BgrDark a.ColGreen {
	color:#7c9f10;
}

.BgrDark a.ColGreen:hover {
	color:#7c9f10;
}


/* Bgr Slavia */

.BgrSlavia {
	/*background: #44594e;*/
	background:url(../img/BgrGrassSlavia.jpg) repeat left top #e1131d;
	color: #FFF;
}

.BgrSlavia .DetailTable table h2{
	color:#FFF;
}

.BgrSlavia .DetailTable table a{
	color:#FFF;
}

.BgrSlavia h3 a{
	color:#FFF;
}

.BgrSlavia button {
	background:#FFF;
	color: #e1131d;
}

.BgrSlavia hr {
	background:#FFF;
}



/* Bgr Icons */

.BgrIco1 {
	background-image: url(../img/BgrIco1.png);
	background-repeat: no-repeat;
	background-position: center 20px;
}

.BgrIco2 {
	background-image: url(../img/BgrIco2.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.BgrIco3 {
	background-image: url(../img/BgrIco3.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: content;
}

.BgrIco3a {
	background-image: url(../img/BgrIco3a.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: content;
}

.BgrIco4 {
	background-image: url(../img/BgrIco4.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: content;
}

.BgrIco4a {
	background-image: url(../img/BgrIco4a.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: content;
}







/* Box piktogramy */
.PictoBox {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 180px;
	height: 180px;
	margin: 5px;
}

.PictoBox .Picto {
	position: relative;
	display: block;
	width: 180px;
	height: 100px;
	background: no-repeat center center;
}


.PictoBox .Picto.IcoMotivace {
	background-image: url(../img/IcoMotivace.svg);
}

.PictoBox .Picto.IcoPorovnani {
	background-image: url(../img/IcoPorovnani2.svg);
}

.PictoBox .Picto.IcoTest {
	background-image: url(../img/IcoStopky.svg);
}

.PictoBox .Picto.IcoTraining {
	background-image: url(../img/IcoTrenink.svg);
}

.PictoTxt {
	font-size: 1.1em;
	font-weight: 600;
}


/* Box Benefits */

.BoxBenefits {
	position: relative;
	display: inline-block;
	width: 260px;
	height: auto;
	vertical-align: top;
	margin: 5px 20px;
	color: #FFF;
}

.BoxBenefits h3 {
	font-weight: 700;
	font-size: 1.5em; 
}

.BoxBenefits p {
	font-size: 1.05em; 
}

/* Box Reports */
.BoxReports {
	position: relative;
	display: inline-block;
	width: 240px;
	height: auto;
	vertical-align: top;
	margin: 5px 20px;
	color: #FFF;
	text-align: left;
}

.BoxReports h2 {
	font-weight: 600;
	font-size: 1.70em;
	margin-bottom: 10px;
	min-height: 40px;
	text-align: center;
}

.BoxReports h3 {
	font-weight: 300;
	font-size: 1.3em; 
	min-height: 80px;
}



/* Box Events */
.BoxEvent {
	position: relative;
	display: inline-block;
	width: 260px;
	height: 290px;
	vertical-align: top;
	background: #FFF;
	padding: 15px 10px;
	box-sizing: border-box;
	margin: 5px;
}

.HomePage .BoxEvent {
	width: 200px;
	height: 200px;
}

.BoxEvent.Klub {
	width: 220px;
	height: 220px;
}

.BoxEvent h2 {
	color: #7c9f10;
	line-height: 1.1em;
	font-size: 1.2em;
	font-weight: 500;
	margin:0;
	min-height: 50px;
	overflow: hidden;
}

.HomePage .BoxEvent h2 {
	line-height: 1.25em;
	font-size: 1.0em;
	margin-bottom: 8px;
}

.BoxEvent p {
	color: #363a35;
	line-height: 1.2em;
	font-size: 0.95em;
	margin-bottom: 8px;
}

.HomePage .BoxEvent p {
	font-size: 0.85em;
	line-height: 1.25em;
}

.BoxEvent.Klub p {
	margin-bottom: 8px;
}

.BoxEvent small {
	display: block;
	color: #363a35;
	line-height: 1.2em;
	font-size: 0.75em;
	margin-bottom: 10px;
}

.BoxEvent.Klub small {
	margin-bottom: 8px;
	margin-top: 8px;
}

.BoxEvent small a {
	color: #7c9f10;
}

.BoxEvent button {
	display: block;
	position: absolute;
	width: 140px;
	height: 26px;
	bottom: 12px;
	left:60px;
	margin: 0 auto;
	border: 0 none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	font-size: 1em;
	font-weight: 600;
}

.HomePage .BoxEvent button {
	width: 140px;
	left:30px;
}




/* Detail Registrace */

/* Detail kurzu */

.DetailTable table {
	vertical-align: top;
	text-align: left;
	width: 100%;
	max-width: 900px;
	margin: 20px auto 0 auto;
}

.DetailTable table td {
	font-weight: 100;
	font-size: 1.05em;
	line-height: 1.4em;
	padding: 8px;
	box-sizing: border-box;
	vertical-align: baseline;
}

.DetailTable table td .Green {
	color:#a2c037;
}

.DetailTable table th {
	font-weight: 600;
	font-size: 1.05em;
	line-height: 1.4em;
	padding: 8px;
	box-sizing: border-box;
	vertical-align: baseline;
	width: 110px;
}

.DetailTable table h2 {
	font-size: 1.4em;
	font-weight: 600;
	color:#a2c037;
	margin-bottom: 0;
}

.DetailTable table h3 {
	font-size: 1.25em;
	font-weight: 500;
	margin-bottom: 0;
}

.DetailTable table b {
	font-weight: 600;
	font-size: 1em;
}

.DetailTable table a {
	color: #414438;
	text-decoration: underline;
}

.DetailTable table a:hover {
	color: #414438;
	text-decoration: none;
}


.DetailTable table.Price {
	color:#a2c037;
}

.DetailTable table small {
	font-size: .9em;
}


.DetailTable table ul, .DetailTable table ol {
	font-size: 1em;
	line-height: 1.4em;
	margin-left: 10px;
	list-style: none;
    counter-reset: none;
    list-style-position: outside;
}

.DetailTable table li {
	margin-bottom:.2em;
	position: relative;
	margin-left: 0;
	padding-left: 10px;
}

.DetailTable table li:before {
	position: absolute;
	content: "";
	left: 10px;
	top:7px;
	color: #FFF;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #a2c037;
	}

.DetailTable table .Pin {
	height: 30px;
	margin: 0 0 -3px 5px;
	cursor: pointer;
	vertical-align: baseline;
}


.DetailTable table table td {
	padding: 0;
}


.DetailTable table table {
	width:auto;
	margin: 0;
}

.DetailTable table h2 .StrikePrice {
	text-decoration:line-through;
}


.DetailTable .TrainerBox {
	display: inline-block;
	width: 350px;
	margin: 0 25px 15px 0;
	vertical-align: top;
}



.DetailTable .Trainer {
	display: inline-block;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 50%;
	border: 2px solid #FFF;
	box-sizing: border-box;
	vertical-align: top;
	margin-right: 10px;
}

.DetailTable .Trainer img {
	width: 100%;
}

.DetailTable .TrainerDescrip {
	display: inline-table;
	position: relative;
	min-height: 100px;
	vertical-align: top;
	box-sizing: border-box;
}

.DetailTable .TrainerDescrip .Center {
	display: table-cell; 
	vertical-align: middle; 
	width: 100%; 
	position: static;
}

.DetailTable .TrainerDescrip h3 {
	font-size: 1.1em;
}

.DetailTable .TrainerDescrip small {
	font-size: .85em;
	line-height: 1em;
}




/* Recruitment */

.RecruitmentContent {
	margin-top: 50px;
}


@media (max-width: 1024px) 
{
.RecruitmentContent .TableScroll {
	max-width: 100%;
	overflow-x: scroll;
}
}





.RecruitmentContent h3 {
	font-size: 2.4em;
}

.RecruitmentContent h4 {
	font-size: 1.4em;
	font-weight: 500;
}

.RecruitmentContent a {
	text-decoration: underline;
}

.RecruitmentContent .NoDecor a {
	text-decoration: none;
}

.RecruitmentContent strong {
	font-weight: 700;
}

.RecruitmentContent table {
	text-align: left;
	margin: 40px auto;
}

.RecruitmentContent table td {
	padding: 10px 20px;
	font-size: 1em;
	font-weight: 300;
	text-align: left;
}

.RecruitmentContent table th {
	padding: 10px 20px;
	font-size: 1em;
	font-weight: 500;
	text-decoration: none;
	text-align: left;
}

.RecruitmentContent .PlayersPhoto {
	display: inline-block;
	position: relative;
	width: 121px;
	max-width: 100%;
	height: auto;
	border: 1px solid #FFF;
	margin: auto;
	padding: 0;
	background: url(../img/PlayerNoPhoto.svg) no-repeat center center;
	background-size: cover;
	text-align: center;
}

.RecruitmentContent .PlayersPhoto img {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
}


.RecruitmentContent .PlayersVideo {
	display: block;
	position: relative;
	text-align: center;
}

.RecruitmentContent .PlayersVideo img {
	vertical-align: middle;
	width: 160px;
	margin: 10px;
}

.RecruitmentContent .GameSample {
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 250px;
	height: 140px;
	margin: 10px;
	background: no-repeat center center;
	background-size: cover;
}

.ReportDemo {
	display: block;
	margin-top: 30px;
	
}

.ReportDemo img {
	display: inline-block;
	width: 170px;
	margin: 5px;
}

.RecruitmentContent .ReportFinal {
	display: block;
	margin-top: 30px;
	
}

.RecruitmentContent .ReportFinal img {
	display: inline-block;
	width: 280px;
	max-width: 100%;
	margin: 5px;
}

.RecruitmentContent .TestingGuide {
	display: block;
	margin-top: 30px;
}

.RecruitmentContent .TestingGuide img {
	display: inline-block;
	vertical-align: top;
	width: 170px;
	margin: 5px;
}

.RecruitmentContent .TestingGuide a {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	color:#FFF;
	text-decoration: none;
	font-size: .8em;
}


.RecruitmentContent .GuideVideo {
	display: inline-block;
	position: relative;
	width: 280px;
	height: auto;
	margin: 10px;
	vertical-align: top;
}

.RecruitmentContent .GuideVideo .VideoTh {
	display: block;
	width: 100%;
	padding-bottom: 54.333%;
	background: no-repeat center center;
	background-size: cover;
	border:1px solid #FFF;
}

.RecruitmentContent .GuideVideo .VideoLabel {
	display: block;
	margin-top: 10px;
	font-size: .9em;
	color:#FFF;
}

.RecruitmentContent .GuideVideo .Delete {
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	top:1px;
	right:1px;
	background: url(../img/IcoDelete.svg) no-repeat center center;
	background-color: #363b35;
	background-size: contain;
	border-radius: 0;
	border:none;
	margin:0;
}

.RecruitmentContent .GuideVideo .Delete:hover {
	background-color: #c11420;
}




.RecruitmentContent .GuidePDF {
	display: inline-block;
	width: auto;
	max-width: 120px;
	height: auto;
	margin: 10px;
	vertical-align: top;
}

.RecruitmentContent .GuidePDF img {
	display: inline-block;
	vertical-align: top;
	max-height: 152px;
	max-width: 100%;
}

.RecruitmentContent .GuidePDF .GuidePDFLabel {
	display: block;
	margin-top: 10px;
	font-size: .9em;
	color:#FFF;
}

.RecruitmentContent a {
	color:#FFF;
}

.RecruitmentContent a:hover {
	color:#c11420;
	text-decoration: none;
}

.RecruitmentContent .Delete {
	display: block;
	position: absolute;
	right:0;
	top:0;
	width:30px;
	height:30px;
	background: no-repeat center center url(../img/IcoDelete.svg) rgba(67, 89, 78, 0.6);
	background-size: 20px;
}

.RecruitmentContent .Delete:hover {
	background-color: rgba(67, 89, 78, 1);
}

.RecruitmentContent table tbody td {
	vertical-align: middle;
	text-align: left;
}

.RecruitmentContent table tbody th {
	vertical-align: middle;
}

.RecruitmentContent table tbody th.Href:hover {
	text-decoration: underline;
	cursor: pointer;
}

.RecruitmentContent table tbody tr:nth-child(odd) td, .RecruitmentContent table tbody tr:nth-child(odd) th {
	background: rgba(255, 255, 255, 0.1);
}


.RecruitmentContent table button {
	border-radius: 4px;
	width: auto;
	height: auto;
	border:none;
	padding: 5px 10px;
	font-size: .85em;	
	margin: 0 5px;
	vertical-align: middle;
}

.RecruitmentContent table button.Remove {
	background: no-repeat center center url(../../img/IcoDelete.svg);
	width: 22px;
	height: 22px;
	background-size: contain;
	opacity: .6;
}

.RecruitmentContent table button.Remove:hover {
	opacity: 1;
}


.RecruitmentContent table .Yes, .RecruitmentContent table .No {
	position: relative;
	color:#FFF;
	font-weight: 300;
	margin-left: 20px;
	margin-right: 5px;
}

.RecruitmentContent table .Yes::before {
	content: '';
	display: block;
	position: absolute;
	left:-20px;
	top:-5px;
	width: 10px;
	height: 22px;
	transform: rotate(45deg);
	border: 3px solid transparent;
	border-bottom-color: #7c9f10;
	border-right-color: #7c9f10;
	border-radius: 2px;
}

.RecruitmentContent table .No::before {
	content: '';
	display: block;
	position: absolute;
	left:-24px;
	top:8px;
	width: 20px;
	height: 2px;
	transform: rotate(45deg);
	background: #c11420;
	}
	
.RecruitmentContent table .No::after {
	content: '';
	display: block;
	position: absolute;
	left:-24px;
	top:8px;
	width: 20px;
	height: 2px;
	transform: rotate(-45deg);
	background: #c11420;
	}


.RecruitmentContent .PopUp {
	display: block;
	position: fixed;
	background: rgba(54, 59, 53, 0.8);
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index: 1000;
	text-align: center;
	overflow-y:scroll;
}


.RecruitmentContent .PopUp .Wrapper {
	position: relative;
	display: table;
	width: 100%;
	max-width: 600px;
	height:100vh;
	margin:auto;
	padding: 40px 0;
	box-sizing: border-box;
	}

.RecruitmentContent .PopUp .Wrapper .Center {
	display: table-cell;
	vertical-align: middle;
	position: static;
	width: 100%;
	height:auto;
}

.RecruitmentContent .PopUp .Wrapper .Center .Content {
	display: inline-block;
	position: relative;
	border: 1px solid #FFF;
	background: #363a35;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.46);
	width: 100%;
	padding: 40px;
	z-index: 1;
}

.RecruitmentContent .PopUp .Closer {
	display: inline-block;
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom: 0;
	height: 100vh;
}

.RecruitmentContent .Cancel {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	top:20px;
	right:20px;
	cursor: pointer;
}

.RecruitmentContent .Cancel::before {
	content: '';
	display: block;
	position: absolute;
	left:-1px;
	top:9px;
	width: 22px;
	height: 2px;
	transform: rotate(45deg);
	background: #fff;
	}
	
.RecruitmentContent .Cancel::after {
	content: '';
	display: block;
	position: absolute;
	left:-1px;
	top:9px;
	width: 22px;
	height: 2px;
	transform: rotate(-45deg);
	background: #fff;
	}
	
	

.RecruitmentContent .PopUp button.Rectangle {
	min-width: 120px;
	height: 40px;
	padding: 0px 15px;
	margin: 0 10px;
}

.RecruitmentContent .PopUp p {
	margin: 0;
}

.RecruitmentContent .PopUp h3 {
	margin: 0;
	font-size: 2em;
}

.RecruitmentContent .PopUp table {
	margin: 5px auto 15px auto;
}

.RecruitmentContent .PopUp table td {
	padding: 5px 7px;
	font-size: .8em;
	text-align: left;
	font-weight: 500;
}

.RecruitmentContent .PopUp label {
	font-size: .85em;
	font-weight: 500;
	margin-top: 10px;
	
}

.RecruitmentContent .PopUp input[type="text"] {
	font-size: 1em;
	font-weight: 400;
	height: 35px;
	outline-width: 2px;
	padding: 0 10px;
}

/*.RecruitmentContent .PopUp input.Disabled {
	background: rgba(255, 255, 255, 0.2);
}*/

.RecruitmentContent .PopUp input[type="text"]:disabled {
  background: rgba(255, 255, 255, 0.2);
}


.RecruitmentContent .BoxSelect {
	margin: 0px 0 10px 0;
	height: 35px;
}



.RecruitmentContent .InputSelect select {
	height: 45px;
	line-height: 45px;
	font-size:1.2em;
	color:#3b3636;
	}
	
.RecruitmentContent .InputSelect {
	height:45px;
	line-height:45px;
	margin-top: 0px;
	}
	
.RecruitmentContent .InputSelect.Obligatory {
	outline-width:4px;
	}


.ReportTrenera {
	display: inline-block;
	font-size: 1.2em;
	font-weight: 800;
	text-decoration: none;
	max-width: 180px;
}


.ReportTrenera img {
	padding: 15px;
	border-radius:50%;
	background:rgba(255, 255, 255, 0.8);
	border:2px solid #FFF;
	display: inline-block;
	margin-bottom: 5px;
}

.ReportTrenera:hover img {
	background:rgba(255, 255, 255,1);
}


/* Benefits */

.Benefit {
	display: inline-block;
	width: 250px;
	height: auto;
	vertical-align: top;
	min-height: 250px;
	background: #FFF;
	border-radius: 10px;
	padding: 15px;
	margin: 10px;
}


.Benefit .Image {
	display: block;
	width: 100%;
	height: 120px;
	background: no-repeat center center;
	background-size: contain;
}

.Benefit .Header {
	display: block;
	width: 100%;
	text-align: left;
	font-size: 1.2em;
	font-weight: 600;
	color:#7c9f10;
	margin-bottom: 10px;
	
}

.Benefit:hover .Header {
	text-decoration: underline;	
}

.Benefit .Text {
	color: #363b35;
	font-size: .85em;
	text-align: left;
	
}



.TrialInfo {
	display: inline-block;
	margin: auto;
	background: #fdc304;
	padding: 10px 20px;
	border-radius: 5px;
	color: #363a35;
	font-size:.9em;
	margin-bottom: 20px;
}

.TrialInfo h3 {
	color: #363a35;
	font-size:1.4em;
	font-weight: 600;
	margin: auto auto 5px auto;
}

.TrialInfo a {
	font-weight: 600;
}


.UniversalInfo {
	display: inline-block;
	margin: auto;
	background: #363a35;
	padding: 10px 20px;
	border-radius: 5px;
	color: #FFF;
	font-size:.9em;
	margin-bottom: 20px;
}

.UniversalInfo h3 {
	color: #363a35;
	font-size:1.4em;
	font-weight: 600;
	margin: auto auto 5px auto;
}

.UniversalInfo a {
	font-weight: 600;
}




.LogOut {
	position: absolute;
	top:90px;
	right:30px;
}

@media (max-width: 992px) 
{
.LogOut {
	position: relative;
	top:auto;
	right:auto;
}
}


/* Universal Video */

.UniversalVideoWrapper {
	display: inline-block;
	vertical-align: top;
	width: 400px;
	max-width: 90%;
    margin: auto 5px;
}


.UniversalVideo {
	position: relative;
	display: inline-table;
	width: 400px;
	max-width: 90%;
	height: 300px;
	text-align: center;
	background: #000;
	height: 0;
	min-height: 0;
	padding-bottom: 50.5%;
	background: no-repeat center center;
	background-size: cover;
}

.Separate .BoxVideo {
	height: 0;
	min-height: 0;
	padding-bottom: 50.5%;
	background: no-repeat center center;
	background-size: cover;
}

.UniversalVideo .Center {
	position: static;
	display: table-cell;
	vertical-align: middle;
}

.UniversalVideo img {
	margin: auto;
	max-width:100%;
	max-height: 100%;
}

.UniversalVideo .Icon {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: no-repeat center center;
	z-index: 1;
	background-size:50px auto;
}




/* Sticker */

.Sticker {
	display: inline-table;
	position: absolute;
	top:100px;
	right:80px;
	margin: 5px;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background: #c11420;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
	vertical-align: top;
	padding: 6px;
	box-sizing: border-box;
	font-size:1.0em;
	border: 3px solid #FFF;
	color: #FFF;
	transform: rotate(15deg);
}

@media (max-width: 992px) 
{
.Sticker {
	position: relative;
	top:0;
	right:0;
	margin: 0px auto 50px auto;
	transform: rotate(-10deg);
	}

}

.Sticker .Center {
	display: table-cell;
	position: static;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}

.Sticker .Bigger {
	font-size:1.45em;
}


/* Seznam účastí */

.ToDownload a {
	display: inline-block;
	width: 160px;
	height: 160px;
	position: relative;
	background: #FFF;
	border-radius: 10px;
	vertical-align: top;
	margin: 10px;
	color: #363a35;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: 600;
}

.ToDownload a:hover {
	color: #363a35;
	text-decoration: underline;
}

.ToDownload a .Center {
	display: table-cell;
	vertical-align: middle;
	width: 160px;
	height: 115px;
}

.ToDownload a .Btn {
	position: relative;
	display: inline-block;
	font-size: .8em;
	background: #44594e;
	color:#FFF;
	padding: 6px 10px;
	border-radius: 20px;
	margin: 0;
}


/* La PFA Academia */

.LPFAacademia .HeaderImage {
	position: relative;
	display: block;
	width: 220px;
	height: 220px;
	border-radius: 10px;
	background: no-repeat center center;
	background-size: cover;
	margin: 0 auto 30px auto;
	transform: rotate(-3deg);
}

