/*********** MAIN CSS styles ***********/
/********** Copyright © Pixio  *********/
/************* www.pixio.cz ************/

/* ----- RESET Styles ----- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,  footer, header,  group, menu, nav, section, summary, time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;}
body {line-height:1;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
html {overflow-y: scroll;overflow-x: hidden;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:'';content:none;}
a {margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
ol, ul {list-style: none;}
abbr[title]{border-bottom:1px dotted;cursor:help;}
table {border-collapse:collapse;border-spacing:0;}
hr {display:block;height:1px;border:0;border-top:1px solid #cccccc;padding:0;}
input, select {vertical-align:middle;}
.clearfix {clear: both;visibility: hidden;}
.nixhier{display: none;}
.floatRight{float: right;}
.floatLeft{float: left;}



/*****************************************************************************************************************************/
/*****************************************************************************************************************************/
/* ----- MAIN Styles ----- */

@font-face {
    font-family: 'galetteregular';
    src: url('font/galette-med-webfont.woff2') format('woff2'),
         url('font/galette-med-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{font-family: 'Titillium Web', sans-serif;background: white;font-size: 15px;}

h2.classic{font-size: 37px;color: #575757;font-family: 'Titillium Web';text-align: center;font-weight: normal;padding: 30px 0;}
h2.colored{font-size: 37px;color: #eb1c51;font-family: 'Titillium Web';text-align: center;font-weight: normal;padding: 30px 0;}
hr.bolter{background: #efefef;height: 7px;border: 0px;}
p{line-height: 27px;margin-bottom: 17px;text-align: justify;}
.course-annotation-text p{text-align: left;}
a{color: #eb1c51;}
a:hover{text-decoration: none;}

.button{background: #eb1c51 url(img/button.png) bottom left no-repeat;color: white;padding: 15px 15px 14px 15px;text-decoration: none;display: inline-block;}
.button:hover{background-color: #cc0b3d;}

.button-gray{background: #eaeaea url(img/button.png) bottom left no-repeat;color: #616161;padding: 15px 15px 14px 15px;text-decoration: none;display: inline-block;}
.button-gray:hover{background-color: #cdcdcd;}

.big-button{background: #eb1c51 url(img/button.png) bottom left no-repeat;color: white;text-decoration: none;padding: 20px 25px 20px 0;font-size: 19px;}
.big-button span{color: white;background: #d60e41 url(img/plus.png) center center no-repeat;padding: 14px 28px 13px 28px;text-decoration: none;position: relative;font-weight: bold;margin-right: 18px;}
.big-button:hover{background-color: #cc0b3d;}

.content h3{padding: 15px 0 40px 0px;font-size: 30px;color: #575757;font-family: 'Titillium Web';font-weight: normal;}
.content h3 img{margin-right: 20px;position: relative;top: 7px;}

section, section.gray{margin: 10px 0;}
section.gray .wrapper{background: #efefef;}

.wrapper{width: 92%;margin: 0 auto;}  

@media (min-width: 1130px){
  .wrapper{width: 1110px;margin: 0 auto;}  
}

@media (min-width: 1220px){
  .wrapper{width: 1200px;margin: 0 auto;}  
}

header
	{

	  background: url(img/header.jpg?v=1sdf6+sdfsdfosdfj5) bottom center no-repeat;
	  background-size: 120% auto;
	  height: 320px;
	}

@media (max-width: 1800px){
		header
		{
			background-size: 140% auto;
		}
	}

@media (max-width: 1200px){
		header
		{
			background-size: 140% auto;
		}
	}

@media (max-width: 1000px){
		header
		{
			background-size: 170% auto;
		}
	}

@media (max-width: 900px){
	header
	{
	  background: url(img/header_mobile.png?v=sd2f6s5d4f) top center no-repeat;
	  height: 100px;
	}
}

header#sub-page
{
	background: url(img/header_mobile.png?v=12sd65f4564sdf3sdfsd456) top center no-repeat!important;
}



header#sub-page{height: 200px;}

@media (min-width: 800px){
  header{height: 490px;}
  header#sub-page{height: 200px;}
}

@media (min-width: 1025px){
  header{height: 592px;}
  header#sub-page{height: 200px;}
}

header .mobile-menu
{
  width: 44px;
  height: 36px;
  display: block;
  float: right;
  cursor: pointer;
  background: url(img/menu.png) top left no-repeat;
  position: absolute;
  top: 34px;
  right: 20px;
}

nav
{           
  float: right;
  display: none;
  position: absolute;
  right: 5px;
  left: 5px;
  top: 108px;
  background: #0b495e;
  z-index: 100;
}

header .logo
{
 float: left;
 margin: 18px 0 0 0;
}

header#sub-page .logo
{
  display: block;
}

nav ul li
{
  float: none;
}

nav ul li a
{
  color: white;
  text-decoration: none;
  padding: 18px 18px;
  font-size: 17px;
  display: block;
}

nav ul .active a
{
  color: #fcd5b5;
}  

nav ul li a:hover
{
  color: #fcd5b5;
}

header .content
{
  text-align: center;
}

header#sub-page .content
{
  padding: 0px;
}

header#sub-page .content h1
{
 color: white;
 float: left;
 font-weight: normal;
 font-size: 37px;
 padding: 27px 0;
 font-family: 'Titillium Web';
 margin-top: 20px;
}

@media (max-width: 800px){
	header#sub-page .content h1
	{
		font-size: 30px;
		text-align: center;
		float: none;
	}
}

header#sub-page .content a
{
  float: right;
  margin-top: 23px;
  margin-right: 0px;
}

header .content .text
{
  margin-top: 70px;
}

header .content .text h2, header .content .text h1
{
  font-family: 'Titillium', 'galetteregular';
  color: white;
  font-size: 28px;
  display: block;
  padding: 10px 0;
}  

header .content a
{
  float: left;
  display: none;
  margin-right: 90px;
}  

@media (min-width: 800px){
  
  nav
  {
    display: block;
    position: relative;
    right: 0px;
    left: 0px;
    top: 0px;
    background: none;
  }
  
  nav ul li
  {
    float: left;
  }
  
  nav ul li a
  {
    padding: 43px 5px;  
  } 
  
  header#sub-page .content h1
  {
    margin-top: 0px;
  } 
  
  header .mobile-menu
  {
    display: none;
  } 
  
  header .content
  {
    padding: 47px 0;
  }  
  
  header .content .text h2, header .content .text h1
  {
      font-size: 36px;
  }     
} 

@media (min-width: 1000px){
  nav ul li a
  {
    padding: 43px 17px;  
  }  
}

@media (min-width: 1000px){
  header .logo
  {
   display: none;
  }
  header .content a
  {
    display: block;
  }
  
  header .content
  {
    padding: 20px 0;
  }
  
  header .content a img
  {
    width: 65%!important;
    top: 25px;
    position: relative;
  } 
  
  header .content .text h2, header .content .text h1
  {
    float: left;
    font-size: 24px;
  }
 }
 
 @media (min-width: 1100px){
  
  header .content
  {
    padding: 76px 0;
  }
  
  header .content a img
  {
    width: 100%!important;
    top: 0px;
  } 
  
  header .content .text h2, header .content .text h1
  {
    float: left;
    font-size: 36px;
  }
 } 

.countdown
{
  display: none;
  width: 570px;
  margin: 0 auto;
  position: relative;
  top: 150px;
}

.countdown .clock-item
{
  width: 120px;
  float: left;
  margin: 0 10px;
}

.countdown .inner
{
  height: 0px;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}

.countdown .clock-canvas
{
  border-radius: 50%;
  height: 0px;
  padding-bottom: 100%;
  background-color: rgba(255, 255, 255, 1);
}

.countdown .inner .text
{
  color: #2a346a;
  font-size: 13px;
  font-weight: bold;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
}

.countdown .inner .text p
{
  text-align: center; 
  margin: 0px; 
}

.countdown .inner .text .val
{
  font-size: 30px; 
  margin-top: 24px; 
}

.countdown .inner .text .type-time
{
  font-size: 16px;
  color: #2c2c2c; 
  margin-top: 5px;
}

@media (min-width: 800px){
  .countdown
  {
    display: block;
  }
}

#page-content
{
  min-height: 400px;
  margin-top: 25px;
}

#page-content ul
{
  margin-bottom: 15px;
}     

#page-content ul li
{
  background: url(img/tick.png) 0px 5px no-repeat;
  padding: 7px 0 7px 30px;
}

#page-content #abstract h3, #page-content #register_form h3
{
	margin: 18px 0;
	padding: 0px;
	font-size: 21px;
	font-weight: bold;
	color:  #eb1c51;
}

#page-content #abstract h4
{
	margin: 18px 0;
	padding: 0px;
	font-size: 19px;
	text-align: center;
	color:  #575757;
}

#page-content #abstract .required, #page-content #register_form .required
{
	color: #d60e41;
	font-weight: bold;
}

#page-content #abstract .form-control 
{
	margin: 6px 0;
}

#page-content #abstract .form-control label
{
	float: left;
	width: 100px;	
	font-size: 14px;
	position: relative;
	top: 4px;
}

#page-content #abstract .form-control div
{
	float: right;
	width: calc(100% - 100px)	
}

#page-content #Formular
{
  margin-bottom: 20px;
  width: 100%;
}

#page-content #Formular .formx_heading
{
  font-size: 30px;
  padding: 20px 0;
}

#page-content #Formular .formx_title
{
  width: 180px;
}


#page-content #Formular .formx_field input[type="text"], #abstract input[type="text"], #abstract input[type="email"]
{
  padding: 7px 0px;
  text-indent: 10px;
  margin: 3px 0;
  width: 100%;
  border: 1px solid #e2e3ea;
}

#page-content #Formular select
{
  padding: 7px 0px;
  text-indent: 10px;
  margin: 3px 0;
  width: 100%;
  border: 1px solid #e2e3ea;
}

#page-content #Formular .formx_field input[type="radio"]
{
  padding: 7px 0px;
  text-indent: 10px;
  margin: 20px 10px 20px 20px;
  border: 1px solid #e2e3ea;
}

#page-content #Formular .formx_field input[type="text"]:hover, #page-content #Formular .formx_field input[type="text"]:focus, #abstract input[type="text"]:focus, #abstract input[type="text"]:hover, #abstract input[type="email"]:focus, #abstract input[type="email"]:hover
{
  border-color: #eb1c51;
} 

#page-content .button, #page-content .button-gray
{
  border: 0px;
  float: right;
  margin-top: 20px;
  cursor: pointer;
}

#page-content .thankyou
{
  margin: 15px 0 20px 0;
  padding: 20px 0 20px 70px;
  font-weight: bold;
  background: url(img/check.png) 0 5px no-repeat;
}

#page-content #abstract .buttons, #page-content #register_form .buttons
{
	float: right;
	position: relative;

}

#page-content #abstract .captcha, #page-content #register_form .captcha
{
	float: left;
}


#page-content #abstract .space, #page-content #register_form .space
{
	margin: 25px 0;
	display: block;
	opacity: 0.7;
}

#page-content #abstract .error_box
{
	margin: 10px 0px;
	padding:15px 10px 15px 40px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #eeb60b;
	font-weight: bold;
	background-image: url(img/alert.png);
	background-size: 18px 18px;
} 

#page-content #register_form .error_box
{
	margin: 2px 0px;
	padding: 10px 10px 15px 40px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #eeb60b;
	font-weight: bold;
	background-image: url(img/alert.png);
	background-size: 18px 18px;
} 



#page-content table tr td
{
	padding: 5px 10px;
}

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

.mesta img:hover
{
  filter: grayscale(0%);
}

.mesta ul li
{
  background: url(img/tick.png) 0px 5px no-repeat;
  padding: 10px 0 10px 30px;
  display: block;
  line-height: 25px;
}

#hlavni-recnici .recnik
{
	margin: 0 30px 40px 30px;
	width: 27%;
	float: left;
}

@media (max-width: 800px){
	#hlavni-recnici center
	{
		display: block!important;
	}
	
	#hlavni-recnici div
	{
		width: 100%!important;
		margin: 20px;
	}
}

#hlavni-recnici .recnik strong
{
	font-size: 16px;
	display: block;
	height: 40px;
	line-height: 22px;
}

#hlavni-recnici .recnik a
{
	display: block;
	color: #eb1c51;
	float: right;
	padding: 10px 10px 10px 40px;
	background: url(img/pdf.png) center left no-repeat;
}

@media (max-width: 800px){
    #hlavni-recnici .recnik
    {
        
        width: 100%;
        margin: 10px;
    }
    
    #hlavni-recnici .recnik strong
    {
    	font-size: 16px;
    	display: block;
    	height: auto;
    	line-height: 22px;
    }
    
    #hlavni-recnici .recnik p
    {
        margin-bottom: 0px;
    }
    
    #hlavni-recnici .recnik a
    {
        float: none;
        padding-bottom: 10px!important;
    }
}



.termin
{
  padding: 7px 0 7px 0;
  background: url(img/navi.png) bottom left repeat-x;
}

.termin .content
{
  float: left; 
}

.termin .big-button
{
  float: right;
  margin-top: 50px;
  position: relative;
  top: -20px;
}

@media (max-width: 700px){
	.termin .big-button
	{
		font-size: 15px;
	}
}

.termin .content div
{
  margin: 24px 0;
  color: #3b3b3b;
  font-size: 26px;
}

.termin .content strong
{
  color: #2a346a;
  display: block;
  margin-right: 20px;
  margin-bottom: 10px;
}

.termin .content span
{
  font-size: 23px;
}

.termin .content div em
{
  display: inline-block;
  font-size: 15px;
  color: #9c9c9c;
}

.termin .content div a
{
  display: inline-block;
  font-size: 15px;
  margin: 15px 0 0 15px;
}

.termin .content div a:hover
{
  text-decoration: none;
}

.termin .button
{
  float: none;
  margin: 0 auto;
}

#slovo-prezidenta .floatLeft, #slovo-prezidenta .floatRight
{
  width: 100%;
}


@media (min-width: 800px)
{
  .termin
  {
    padding: 55px 0 7px 0;
  }
  
  .termin .content strong
  {
    margin-bottom: 0px;
    display: inline-block;
  }
  
  .termin .content div em
  {
      margin: 15px 0 0 70px;
  }   
  
  .termin .content div a
  {
    margin: 15px 0 0 115px;
  } 
  
  .termin .content span
  {
    font-size: 26px;
  }
  
  .termin .big-button
  {
    top: 0px;
  }
}

#slovo-prezidenta .floatRight
{
  text-align: center;
  color: #424242;
}

@media (min-width: 800px){
  #slovo-prezidenta .floatLeft
  {
    width: 65%;
  }
  #slovo-prezidenta .floatRight
  {
    width: 35%;
  }
}

#slovo-prezidenta .floatRight strong
{
  display: block;
  color: #232323;
  line-height: 25px;
}

#slovo-prezidenta .floatRight img
{
  display: block;
  margin: 17px auto;
}

#vedecky-vybor .wrapper
{
  padding-bottom: 20px;
}

#vedecky-vybor .item
{
  width: 100%;
  font-size: 16px;
  position: relative;
  text-align: center;
  color: #575757;
  margin: 20px 0;
}    

#vedecky-vybor .item .img-container
{
  width: 130px;
  height: 134px;
  position: relative;
  margin: 0 auto 15px auto;
} 

#vedecky-vybor .item .img-container span
{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 400;
  background: url(img/obal.png) top left no-repeat;
}

#vedecky-vybor .item .img-container img
{
  width: 130px;
  height: 130px;
}

#vedecky-vybor .item small
{
  padding: 10px 0 0px 0;
  font-size: 14px;
  display: inline-block;
}

@media (min-width: 800px){
  #vedecky-vybor .item
  {
    float: left;
    width: 25%;
  }
}

#poradatele ul li
{
  text-align: center;
  width: 100%;
  font-size: 16px;
  margin: 10px 0 15px 0;
} 

#poradatele ul li a
{
  display: block;
  color: #2a346a;
  padding: 10px 0;
  font-size: 15px;
}

#poradatele .button
{
  margin: 20px 0;
}

@media (min-width: 800px){
  #poradatele ul li
  {
    float: left;
    width: 50%;
  }
}


.blue-content .floatLeft, .blue-content .floatRight
{
  width: 100%;
  float: none;
}

.blue-content .wrapper .desktop
{
  display: none;
}

.blue-content .wrapper .mobile
{
  display: block;
  color: white;
}

.blue-content .floatLeft h3, .blue-content .floatRight h3
{
  text-align: center;
}

.blue-content .wrapper .text
{
  background: #0d3d72;
  color: white;
  padding: 10px 20px;
}


@media (min-width: 800px){
	
	.blue-content .casovy-plan table
	{
		float: left; 
		width: 50%;
	}
}

.blue-content .wrapper .text p
{
  margin-bottom: 3px;
}

.blue-content .wrapper .text ul
{
  margin-bottom: 15px;
}

.blue-content .wrapper .text ul li
{
  background: url(img/tick.png) 0px 5px no-repeat;
  padding: 7px 0 7px 30px;
}

.blue-content .wrapper .text table
{
  margin-bottom: 15px;
}

.blue-content .wrapper .text table tr td
{
  padding: 10px; 
}

.blue-content .wrapper .text table tr td hr
{
  margin: 15px 0;
  background: #6dcefe;
  border: 0px;
}

.blue-content .wrapper .text .button
{
  float: right;
}

@media (min-width: 800px){
  .blue-content .floatLeft, .blue-content .floatRight
  {
    width: 50%;
  }
  
  .blue-content .floatLeft
  {
    float: left;
  }
  
  .blue-content .floatRight
  {
    float: right;
  }
  
  .blue-content .wrapper .desktop
  {
    display: block;
  }
  
  .blue-content .wrapper .mobile
  {
    display: none;
  }
}


#kredity-poplatky .floatLeft, #kredity-poplatky .floatRight 
{
  width: 100%;
}

@media (min-width: 800px){
  #kredity-poplatky .floatLeft, #kredity-poplatky .floatRight 
  {
    width: 47%;
  }
}

#kredity-poplatky .floatRight strong
{
  color: #eb1c51;
}

table tr td li
{
	padding: 0px 0 0px 30px!important;
}

table tr td li p
{
	margin-bottom: 0px!important;
}

table tr  td ul
{
	padding: 20px;
}

footer
{
 margin-bottom: 17px;
}

footer #up
{
  display: none;
  position: fixed;
  bottom: 30px;
  z-index: 300;
  right: 30px;
  color: white;
  padding:  27px 27px;
  background: #2a346a url(img/up.png) center center no-repeat;
  cursor: pointer;
} 

footer .floatLeft 
{
  color: #c3c3c3;
}

footer .floatRight 
{
  float: left;
}

footer .floatLeft strong
{
  display: block;
  padding: 10px 0;
}

footer .floatRight span
{
  padding: 20px 0;
  display: inline-block;
  margin-right: 15px;
  color: #d9d9d9;
}

footer .floatRight a
{
  position: relative;
  top: 5px;
}

@media (min-width: 800px){
  footer .floatRight 
  {
    float: right;
  }
}

/*****************************************************************************************************************************/
/* ----- BROWSERS Fixes ----- */
@-moz-document url-prefix(){} /*Firefox*/
@media screen and (-webkit-min-device-pixel-ratio:0) {} /*Chrome*/

