@import "reset.css";
@import "rebuild.css";
@import "grid.css";
@import "font.css?v3";
*,:before,:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
body {
    height: 100%;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    background-color: #28a6b2;
    background-color: #fff;
    font-family: 'Roboto',sans-serif;
    background-position-x: center;
    height: 100%;
}
html, body {
    height: 100%;
}
.mega_wrapper
{
    min-height: 100%;
    height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
    height: 100%;
    margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
}
.mega_wrapper.crossroad
{
    background-color: #28a6b2;
}
.mega_wrapper.sum, #slide_content.sum{
    background-color: #415a68;
}
header{
    background: url(/images/responsive/bg_login.png);
    height: 123px;
    width: 100%;
}

.headeruvod{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.uvod_logo{
    width: 100%;
    padding-top: 50px;
}
.uvod_logo img{
    margin: 0 auto;
}
#form_forgot_pass 
{
	color:#415a68;
}
.flex600
{
    display: flex;
}
.flex600.center
{
    justify-content: center;
}
/*******MENU UVOD***********/
.uvod_menu{
    padding-top: 20px;
    float: left;
    position: absolute;
}
.uvod_menu ul, .prihlasenie_menu ul, .kupit_menu ul{
    list-style: none;
    font-size: 15px;
}
.uvod_menu li a, .prihlasenie_menu li a, .kupit_menu li a{
    color: white;
    text-decoration: none;
    line-height: 38px;
    text-align: center;
}
#info .uvod_menu li a:hover, .prihlasenie_menu li a:hover, .kupit_menu li a:hover{    
    color: #415a68;
    text-decoration: none;
}
.uvod_menu .first, .prihlasenie_menu .first, .kupit_menu .first{
    background: url(/images/responsive/menu_first_bg.png);
    width: 218px;
    height: 50px;
    display: block;
}
.uvod_menu .first:hover, .prihlasenie_menu .first:hover, .prihlasenie_menu .active, .kupit_menu .first:hover{
    background: url(/images/responsive/menu_first_bg_hover.png);
    width: 218px;
    height: 50px;
    color: #415a68;
}
.uvod_menu .odd, .prihlasenie_menu .odd, .kupit_menu .odd{
    position: relative;
    left: 16px;
}
.uvod_menu .last, .prihlasenie_menu ul li:last-child>a, .kupit_menu ul li:last-child>a{
    background: url(/images/responsive/menu_last_bg.png);
    width: 218px;
    height: 106px;
    display: block;
}
.uvod_menu .last:hover, .prihlasenie_menu ul li:last-child>a:hover, .prihlasenie_menu ul li:last-child>a.active, .kupit_menu ul li:last-child>a:hover{
    background: url(/images/responsive/menu_last_bg_hover.png);
    width: 218px;
    height: 106px;
    color: #415a68;
}
.kupit_menu{
    width: 218px;
    margin: 0 auto;
    top: 60px;
    position: relative;
    margin-bottom: 20px;
}
.prihlasenie_menu{
    top: 52px;
    position: absolute;
    left: 20px;
        z-index: 154;
}
#responsive_menu{
    display: none;
}

input[type="button"].uvod_button{
    background: url(/images/responsive/menu_first_bg_hover.png);
    width: 218px;
    height: 50px;
     color: #415a68;
     font-size:15px;
    display: inline-block;
    border: none;
    padding: 0;
        padding-bottom: 11px;
        cursor:pointer;
}

.push{
    height: 60px; 
}
footer{
    width: 100%;
    height: 60px; /* .push must be the same height as .footer */
    background-color: #ffffff;
    color: #415a68;
    display: block;
    border-top:1px solid #e0e6e6;
}
footer.crossroad{
    width: 100%;
    height: 60px; /* .push must be the same height as .footer */
    background-color: #1b8f9c;
    color: white;
    display: block;
    border-top:0px ;
}

::-webkit-scrollbar {
    width: 8px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #91a4b1;
}
::-webkit-scrollbar-track  {
    background: #e0e6e6; 
}


.logo{
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.logo img{
    padding-top: 8px;
    z-index: 20;
    position: relative;
}

#footer {
    text-align: center;
    color: #FFF;
    width: 804px;
    margin: 0 auto;
    position: relative;
    background-color: #1b8f9c;
}
.footer_menu_left
{
    float: left;
    width: 43%;
    padding-top: 25px;
}
.footer_menu_center
{
    float: left;
    width: 10%;
    padding-top: 10px;
}
.button_kupit
{
	width: auto; 
	padding: 10px 24px; 
	background-color: #dc0963; 
	color: white;
	font-size: 14px; 
	margin-top: 2px;
	font-weight: bold;
	cursor:pointer;
	    border: 0px;
}
.button_kupit:hover
{
   /* box-shadow: 2px 3px 7px 0px #900641;*/
        background-color: #fff16e;
    color: #415a68;
}

footer.crossroad .footer_menu_left a {
    color: white;
    text-decoration: none;
}

footer.crossroad .footer_menu_left a:hover {
    color: #fff270;
    cursor: pointer;
}
.footer_menu_left a {
    color: #415a68;
    text-decoration: none;
}

.footer_menu_left a:hover {
    color: #dc0963;
    cursor: pointer;
}

.footer_menu_left ul li{
    list-style: none;
    display: inline-block;
    padding-left: 10px;
}

.footer_menu_right
{
    float: right;
    width: 320px;
    padding-top: 17px
}
#footer .clear
{
    float:none;
    padding-top: 9px;
    margin-bottom: 5px;

}
#footer a {
    color: #fff16e;
    text-decoration: none;
}

#footer a:hover {
    color: #e21350;
    text-decoration: underline;
}

/*-----------------------  vyplnovacka -------------------------------- */

.vyplnovacka_text
{
    display: inline-flex;
    font-size: 19px;
    padding: 2px;
    line-height: 1.1em;
    width: 85%;
    height: 47px;
}
.vyplnovacka_text span.stred
{
    margin-top: 10px;
    margin-left: 5px;
}
.vyplnovacka_text span.hover
{
    font-weight:400;
}
.button.vyplnovacka
{
    text-align: left;
    display: flex;
    padding: 5px;
    width: 70%;
}
input.odpoved_input
{
    color:#fff16e;
}
input.odpoved_input:hover, #answer .vyplnovacka input.odpoved_input:focus
{
    color:#415a68;
    background-color:#fff16e;
}
#answer.vyplnovacka
{
    order: 0;
}
#SplashNextButton.vyplnovacka
{
    margin-top: 20px;
}
/* --------------------------------------------------------------------- */
.main_logo {
    position: absolute;
    left: 40px;
    top: 40px;
}

/*-------------------------------------------------------------------- */
#over_div,#over_div_login {
    display: none;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 0;
    z-index: 1548;
    background-color: rgba(255,255,255,0.8);
}

#over_div img,#over_div_login img {
    text-align: center;
    margin: 0 auto;
}

#over_div .imag,#over_div_login .imag {
    background: url(/images/ajax-loader.gif) no-repeat center center;
    height: 100%;
    width: 100%;
}

/*-------------------------------------------------------------------- */
.wrapper {
    height: 100%;/*auto;*/
    margin: 0 auto;
    padding-top: 0;
    text-align: left;
    z-index: 1;
    display: block;
}

.inner-wrapper {
    display: block;
    float: none;
    font-family: 'Roboto',sans-serif;
    height: 100%;
    padding: 0;
    position: relative;
    margin: 0 auto;
}

.inner-wrapper-uvod{
    padding-top: 123px;
}

hr {
    background-color: #FFF;
    margin-bottom: 0;
    margin-top: 0;
}

h2 {
    color: #415a68;
}

#main .hlavne_delenie #info h2,#main .hlavne_delenie #ziak_slider h2,#obsah h2, .main_info h2, .lock_bg h2 {
    color: white;/*#fff16e;*/
    font-size: 34px;
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 0;
    text-align: center;
    line-height: 1.15em;
    font-family: Roboto;
    margin-top: 25px;
    padding-left: 0;
    padding-right: 0;
}

#main .hlavne_delenie #ziak_slider h2,#obsah h2 {
    color: #415a68;
    margin-top: 19px;
    margin-bottom: 9px;
}

#main .hlavne_delenie #ziak_slider .unslider h2{
    font-size: 34px;
    color:#dc0963;
}

#main .hlavne_delenie #ziak_slider ul#clasic {
    margin: 0 0 11px 113px;
    font-family: 'Roboto',sans-serif;
    width: 512px;
    margin: 0 auto;
    padding-left: 60px;
}

#main .hlavne_delenie #ziak_slider ul#clasic li {
    list-style: disc;
}

#main .hlavne_delenie #ziak_slider div.center {
    margin: 0 auto;
    text-align: center;
}

#main .hlavne_delenie #ziak_slider span.detail,span.detail {
    color: #28a6b2;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height: 1.15em;
    display: inline-block;
    margin-bottom: 22px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    max-width: 725px;
}

#header {
    font-family: 'Roboto',sans-serif;
    color: #FFF;
    height: 63px;
    top: 78px;
    position: absolute;
    z-index: 1;
}

h4 {
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
}

h5 {
    font-size: 15px;
    line-height: normal;
    font-weight: 700;
}

/************************************************************/
ul {
    margin: 0 0 8px 15px;
    font-family: 'Roboto',sans-serif;
}

#content {
    font-family: 'Roboto',sans-serif;
    height: 100%;
    width: 100%;
    text-align: center;
}

#content .logo {
    height: 36%;
    display: table;
    width: 100%;
}

#content .logo a {
    display: table-cell;
    vertical-align: middle;
}

#content .logo a img {
    margin: 0 auto;
    margin-top: 34px;
}

#form_login_div {
    text-align: center;
    width: 697px;/*364px;*/
    margin: 0 auto;
    position: relative;
}

#form_login_div.demo {
    width: 500px;
    margin-top: 60px;
}

#info.vyber_rocnika
{
    margin:0 auto;
}
#form_login {
    padding: 25px;
    background-color: #28a6b2;
}

#form_login .login_input{
    width: 50%;
    border-bottom: 2px solid #415a68;
    padding-bottom: 50px;
    margin: 0 auto;
}

#form_login .login_active{
    width: 50%;
    margin-top: 60px;
    margin-left: 15px;
    margin: 0 auto;
    padding-top: 50px;
}

.main_rocniky{
    display:flex;
    margin-top: 23px; 
}

.left_rocniky{
    margin-right:10px;
    width:50% 
}

.right_rocniky{
    width:50% 
}

#content span.demo_login_text {
    z-index: 1;
    text-align: left;
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    color: #415a68;
    color: #ffffff;
    margin-bottom: 0;
    display: block;
    line-height: 24px;
    font-weight: 300;
    text-align: center;
}

#info .body_log_info{
    width:495px;
    margin:0 auto;
    background-color: #28a6b2;
}
#rocniky_demo{
	width:auto;
	/*display:block;*/
	text-align:center;
}
#rocniky_bonus{
	width:auto;
	display:block;
	text-align:right;
}
#rocniky_bonus label{
	    font-size: 12px;
    bottom: 2px;
    display: inline;
    /* margin-bottom: -1px; */
    position: relative;
        padding-right: 2px;
}

.login_button {
    background: #198f9b;/*#415a68;*/
    border: 0 none;
    width: auto;
    cursor: pointer;
    color: #fff16e;
    float: none;
    font-size: 14px;
    font-weight: 400;
    height: 46px;
    margin-top: 7px;
    padding: 9px 33px;
    white-space:nowrap;
    outline-width: 0;
}
.login_button.rocnik
{
	width:43px;
	height:43px;
	padding:9px; 
	margin-right: 10px;
	
} 
.login_button:hover, .login_button.active {
    background-color: #fff16e;
    color: #415a68;
}
.login_button.repeat
{
    max-width: 220px;
    padding-left: 12px;
    padding-right: 12px;
    width:100%;
    overflow:hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin: 0 auto;
    margin-top: 6px;
    padding: 15px;
    margin-right: 10px;


}

.aktiv_karticka{
    margin: 0 auto;
    text-align: center;
}

img#karticka
{
    margin-left: 162px;
    margin-top: -8px;
    border: 3px solid #415a68;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px; 
}
img#karticka.active
{
    border-color: #fff16e;
}
a:hover img#karticka
{
    border-color: #fff16e;
}
.login_button.obyc {
    float: none;
    text-align: center;
    width: auto;
}

#content form.registracia {
    display: block;
    width: 223px;
    margin: 0 auto;
    margin-top: 16px;
}

#content form.karta input[type="text"] {
    width: 246px;
    margin-top: 203px;
    margin-left: 154px;
    height: 45px;
    font-size: 18px;
    font-family: 'Roboto',sans-serif;
    font-weight: 600;
    background-color: #fff16e;
    color: #415a68;
}

#content form.registracia input[type="text"],#content form.registracia input[type="email"],#content form.registracia select {
    width: 223px;
    margin-bottom: 0;
    height: 39px;
    font-size: 17px;
    font-family: 'Roboto',sans-serif;
    font-weight: 600;
    background-color: #fff16e;
    color: #415a68;
    border-color: #fff16e;
    margin-top: 6px;
}

label.error {
    font-size: 12px;
    color: #dc0963;
    position: relative;
    height: 10px;
}

#content form.karta input[type="image"] {
    margin-top: 203px;
    width: 57px;
    height: 45px;
}

#results_register {
    color: #2EA22E;
    text-align: center;
    font-size: 17px;
}

#viac_info {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    color: #fff16e;
    float: none;
    font-size: 18px;
    font-weight: 400;
    margin-top: 7px;
    padding: 9px 33px 9px 19px;
    display: block;
    width: 160px;
    padding-top: 2px;
    position: relative;
    margin: 0 auto;
}

#content a#viac_info:hover {
    color: #415a68;
}

.main_button {
    background-color: #fff16e;
    color: #415a68;
    border: 0 none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    cursor: pointer;
    float: right;
    font-size: 22px;
    font-weight: 400;
    height: 60px;
    margin-top: 7px;
    padding: 9px 33px 9px 19px;
}

#form_email {
    text-align: center;
    padding: 12px;
}

#content #form_email span {
    font-size: 19px;
    font-weight: 300;
    line-height: normal;
    text-align: left;
    margin-bottom: 18px;
    position: relative;
    display: block;
}

#content h3 {
    color: #000;
    font-size: 30px;
    line-height: normal;
    padding-bottom: 21px;
    padding-left: 0;
    font-weight: 300;
    font-family: 'Roboto',sans-serif;
    padding-top: 35px;
}
#content #question h3 {
    color: #146F8C;
    font-size: 12px;
    line-height: normal;
    font-family: 'Roboto',sans-serif;
    padding: 8px;
    font-weight: 600;
}

#content h3.first {
    padding-top: 0;
}

#content h1 {
    color: #fbffff;
    font-family: "Roboto",sans-serif;
    font-size: 48px;
    font-weight: 100;
    line-height: 45px;
    margin-bottom: 24px;
    margin-top: 0;
}

#content span {
    z-index: 1;
    text-align: left;
    white-space: normal;
}
#content .typeset span {
    /*white-space: nowrap;*/
}
#content .vysvetlenie .typeset .scale span {

    white-space: nowrap;
}

#content a:hover {
    color: #5BC8E0;
    text-decoration: underline;
}

#content h2.email_warning {
    font-size: 18px;
    line-height: normal;
    margin-top: 0;
    padding-top: 15px;
    background: #28a6b2;
}

#viac_p {
    margin-top: -10px;
}
ins{
    text-decoration:overline;
    display: inline-flex;
}
/*************************************************************/
#nadpis {
    width: 100%;
    display: inline-block;
    padding-top: 70px;
    font-family: 'Roboto',sans-serif;
    font-size: 60px;
    padding-bottom: 25px;
    text-align: center;
    font-weight: 100;
}

#nadpis h1 {
    text-align: center;
    font-weight: 600;
}

#nadpis img {
    max-width: 558px;
    text-align: center;
    width: 100%;
}

/*************************************************************/
#content p,#content ol li {
    color: #415a68;
    font-family: roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}
strong, b 
{
    font-weight: 600;
}
#content p.strong {
    font-weight: 600;
}
#content p.strong_lite {
    font-weight: 400;
    font-size: 18px;
    text-align: justify;
}

#content .produkt p {
    color: #FFF;
    font-family: roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 0;
    padding-top: 9px;
}

#content p.copyright {
    font-weight: 700;
    font-size: 10px;
}

.bold {
    font-weight: 700;
}

#content input.submit,#header input.submit {
    border: 0;
    background: #415a68;
    color: #fff16e;
    font-size: 16px;
    font-weight: 700;
    padding: 8px;
}

#content #obsah input.button, 
#content #info input.button,
#content #obsah .button, 
#content #info .button {
    background: #198f9b;/*#415a68;*/
    border: 0 none;
    width: 100%;
    cursor: pointer;
    color: #fff16e;
    float: right;
    font-size: 13px;
    font-weight: 400;
    height: 38px;
    margin-top: 6px;
    padding: 4px 0;
}
#content #obsah input.button:hover, 
#content #info input.button:hover, 
#content #info input.button.active, 
#content #obsah .button:hover, 
#content #info .button:hover, 
#content #info .button.active
{
    background-color: #feef72;
    color: #415a68;
}

#content #obsah input.button.hotovo, #content #obsah .button.hotovo {
    background: #7fa451;
    border: 0 none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    cursor: pointer;
    color: #9fcf67;
    /*float: right;*/
    font-size: 13px;
    font-weight: 400;
    height: 38px;
    margin-top: 6px;
    padding: 4px 0px 4px 0px;
}
#content #obsah input[type=submit].button,
#content #obsah input[type=button].button, 
#content #obsah button.button, 
#content #info button.button, 
#content #info input[type=button].button, 
#content #info input[type=submit].button 
{
    width: 150px;
    float:none;
}
#content #obsah .home .home_col input[type=submit].button,
 #content #obsah .home .home_col input[type=button].button, 
 #content #obsah .home .home_col button.button
  {
    width: 100%;
    max-width: 220px;
    padding-left: 12px;
    padding-right: 12px;
    width:100%;
    overflow:hidden;
    text-overflow: ellipsis;
    display: flex;
    text-align: center;
    margin: 0 auto;
    margin-top: 6px;
    align-items: center;
}

#content #obsah .home .home_col input[type=button].button.spustdemo, 
#content #obsah .home .home_col button.button.spustdemo {
    background-color: #feef72;
    color: #415a68;
}

#content #obsah .home .home_col input[type=button].button.spustdemo:hover,
#content #obsah .home .home_col button.button.spustdemo:hover{
    background-color: #415a68;
    color: #feef72;
}

#content #form_login input[type=submit], .spat_button, #content #payment-container .button{
    background: #415a68;    
    border: 0 none;
    width: 100%;
    cursor: pointer;
    color: white;/*#fff16e;*/
    float: right;
    font-size: 22px;
    font-weight: 300;
    height: 60px;
    margin-top: 7px;
    padding: 9px 19px 9px 19px;
}

#content #payment-container .button{
    background: #dc0963;
}

#content #form_login input[type=submit]:hover, .spat_button:hover, #content #payment-container .button:hover{
    background-color: #fff16e;
    color: #415a68;
}

.stred {
    text-align: center;
    width: 100%;
}

.stred_pretahovacka_triedicka {
    text-align: center;
    width: 100%;

    /*min-width:800px;*/
}
.blizsie_info {
    position: absolute;
    right: 40px;
    top: 40px;
}

.blizsie_info a.info,.blizsie_info a.info span {
    font-size: 37px;
    font-family: 'JandaManateeSolid';
    color: #fff;
    margin-top: 28px;
    text-transform: none;
    text-decoration: none;
    text-align: right;
}

.blizsie_info a.info span {
    margin-left: 5px;
    color: #fff16e;
}

.info_button{
    display:flex;
    width:100%;
    margin-top: 38px;
    margin-bottom: 18px;
    margin-left: 14px;
}

.tretina_col {
    width: 33%;
}

.tretina_col .predmet_button {
    background: url(/images/responsive/info_button.png) no-repeat;
    width: 142px;
    height: 160px;
    padding-top: 53px;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    cursor: pointer;
    margin: 0 auto;
}
.tretina_col .predmet_button:hover {
    cursor: pointer;
    background: url(/images/responsive/info_button_active.png) no-repeat;
    width: 142px;
    height: 160px;
    padding-top: 53px;
}


#content table tr:hover {

}

#content.container {
    color: #000;
}

#content #mobil {
    display: inline-block;
    font-family: 'Roboto',sans-serif;
    position: relative;
    vertical-align: top;
    width: 1083px;
    height: 895px;
}

#main {
    font-family: 'Roboto',sans-serif;
    height: 100%;
    overflow: auto;
    color: #425D6B;
    position: relative;
    display: block;
}
.viac {
    background: none repeat scroll 0 0 rgba(0,0,0,0);
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 900;
    margin-top: 8px;
    padding: 10px 17px;
    position: relative;
    right: 0;
    text-transform: uppercase;
    top: 10px;
}

.formular {
    background: none repeat scroll 0 0 #FFF;
    position: absolute;
    right: 10px;
    top: 57px;
    z-index: 1548;
    box-shadow: 0 1px 11px 1px #000;
}

.formular span {
    color: #D05981;
    display: inline-block;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 6px;
    position: relative;
}

input[type=text],input[type=number],input[type=password],input[type=email] {
    background: white;/*#328894;*/
    border: 0;
    color: #95d6e8;/*#415a68;*/
    font-size: 22px;
    margin-bottom: 14px;
    padding: 10px;
    font-family: 'Roboto',sans-serif;
    width: 100%;
    height: 58px;
    outline: 0;
    line-height: normal;
}
input[type=text].promo {
    background: white;/*#328894;*/
    border: 0;
    color: #95d6e8;/*#415a68;*/
    font-size: 12px;
    margin-bottom: 14px;
    padding: 4px;
    font-family: 'Roboto',sans-serif;
    width: 68px;
    height: auto;
    outline: 0;
    line-height: normal;
}

#login_login input[type=text]{
    color: #95d6e8;
}

input[type=text].odpoved_input.incorrect,input[type=text].odpoved_input.incorrect:focus,
input[type=number].odpoved_input.incorrect,input[type=number].odpoved_input.incorrect:focus {
    background: #fff16e;
    border: 1px solid #FF6F39;
    color: red;
}

input[type=text].odpoved_input.correct,input[type=text].odpoved_input.correct:focus,
input[type=number].odpoved_input.correct,input[type=number].odpoved_input.correct:focus {
    background: #E3ECE4;
    border: 1px solid #4CAF50;
    color: #4CAF50;
}

input[type=text].odpoved_input,input[type=number].odpoved_input {
    display: inline-flex;
    width: 118px;
    padding: 4px;
    height: 45px;
    background-color: #28a6b2;
}

input[type=text].odpoved_input:focus, input[type=number].odpoved_input:focus {
    background: #ffe9a7;
    border: 1px solid #fff16e;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #415a68;/*#3cb5ca;*/
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #415a68;/*#3cb5ca;*/
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #415a68;/*#3cb5ca;*/
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #415a68;/*#3cb5ca;*/
}

:placeholder-shown {
    /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color: #415a68;
}

#repracik {
    position: absolute;
    right: 14px;
    top: 60px;
    z-index: 100000;
    cursor: pointer;
    
   
}
#repracik_dik {
    position: relative;
    /* right: 14px; */
    /* top: 60px; */
    /* z-index: 100000; */
    cursor: pointer;
    /* padding: 0px; */
    /* margin: -1px; */
    float: right;
}
#repracik_big {
    z-index: 100000;
    cursor: pointer;
}

input[type=text]:focus,input[type=number]:focus,input[type=password]:focus,input[type=email]:focus {
    background: #fff16e;
    color: #415a68;
    border: 0;
    outline: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff16e inset;
    color: #415a68 !important;
}
select {
    font-size: 11px;
}

#content span.error,#content span.info {
    font-weight: 600;
    padding-top: 25px;
    padding-bottom: 0;
    text-align: center;
    line-height: 1.45em;
    font-family: Roboto;
    font-size: 22px;
    padding: 16px;
    color: #dc0963;
    display: inline-block;
}

#content span.infob{
    font-size: 20px;
    min-height: 119px;
}

#content form.aktivacia {
    text-align: center;
    display: inline-block;
}

#content form.aktivacia table {
    text-align: left;
}

#content form.aktivacia table input[type=email],#content form.aktivacia table input[type=text], #content form.aktivacia table .selectbox, #content form.aktivacia table textarea {
    padding: 5px;
    background: #fff;
    border: 1px solid #B6B9B9;
    margin: 5px;
    font-size: 15px;
    height: auto;
}

#content form.aktivacia table textarea{
    width: 100%;
}

#content span.info {
    font-weight: 400;
    color: #415a68;
}

#content div.bottom_button {
    position: absolute;
    bottom: 40px;
    right: 40px;
    text-align: center;
    margin: 0 auto;
}
#ziak_slider div.bottom_button_certificate {
    position: absolute;
    right: 40px;
    text-align: center;
    margin: 0 auto;    
}

#ziak_slider div.bottom_button_certificate input[type=submit]
{
    background: #415a68;
    border: 0 none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    color: #fff16e;
    font-size: 13px;
    font-weight: 400;   
    padding: 9px 33px;
}

#content p#result,#content p#result_login {
    font-family: roboto;
    line-height: 1;
    padding-top: 33px;
    font-size: 19px;
    font-weight: 400;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
    padding-bottom: 27px;
}

#content .mobil {
    display: inline-block;
    font-family: 'Roboto',sans-serif;
    margin-left: 0;
    position: relative;
    vertical-align: top;
    max-width: 224px;
    width: 24%;
}

/*------------------------------- SLIDE----------------------------------------------*/
#main_content {
    height: 100%;
    /*  min-height: 500px;*/
    /*background-color: #ed1c24;*/
    overflow: auto;
    width: 100%;
}

#slide_content {
    height: 100%;
    background: none repeat scroll 0 0 #FFF;
    overflow: auto;
    flex-direction: column;
    align-content: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
    -webkit-align-content: stretch;
    /*flex: 1;
    -webkit-flex: 1;
    display: -webkit-flex;*/
    display: flex;
    padding-left: 80px;
    padding-right: 20px;
}
#splash,#speed_staus,#error_staus,#sumar_status,#reading {
    width: 100%;
    display: table;
    padding: 9px;
}

#question {
    height: 392px;
    background-color: #fff;
    padding: 9px;
}
#content #question h1 {
    color:#146F8C;
    font-weight:bold;
}
#question.center {
    display: table;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

#question.big {
    height: auto;
}

#diktak_past {
    height: 400px;
    background-color: #fff;
    padding: 10px;
    padding: 0px;
    font-size: 17px;
    text-align: left;
    font-weight: 400;
    font-family: roboto;
    padding-top: 19px;
    line-height: normal;
}

#diktak_past.info {
    height: 247px;
}

#diktak_past #last {
    height: auto;
    max-height: 88px;
    overflow: hidden;
    padding-left: 0px;
}

#diktak_past.gramatika {
    height: 414px;
    vertical-align: middle;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    align-items: center;

    width: 100%;
    max-width: 1120px;
}

#diktak_past .big_div {
    width: 100%;
    height: 100%;
    text-align: center;
    /* max-height: 277px; */
    /* min-height: 227px; */
    vertical-align: middle;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

#diktak_past .big_div .aktual_text {
    display: inline-block;
    vertical-align: middle;
    font-size: 38px;
    line-height: normal;
    padding-left: 30px;
    padding-right: 30px;
    height: auto;
}

#diktak_past.gramatika .aktual_text {
    display: inline-block;
    vertical-align: middle;
    font-size: 38px;
    line-height: normal;
    padding-left: 30px;
    padding-right: 30px;
    height: auto;
}

#info_text {
    min-height: 50px;
    height: auto;
    background-color: #fff;

    font-size: 24px;
    text-align: left;
    font-weight: 400;
    font-family: roboto;
    padding-top: 23px;
    border-bottom: 1px solid #415a68;
    margin-left: 0px;
    margin-right: 15px;
    padding-bottom: 30px;
    padding: 10px;
    line-height: 23px;
}

#diktak_future {
    height: auto;
    background-color: #fff;
    padding: 22px;
    font-size: 18px;
    text-align: left;
    font-family: roboto;
    padding-left: 0px;
    order: 5;
    display: flex;
    /*  flex: 1;
      -webkit-flex: 1;*/
    position:relative;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
}

#diktak_future.gramatika {
    height: 34px;
    padding: 3px 0px 2px 0px;
    background: #dc0963;
    color: #fff;
    font-family: roboto;
    font-size: 14px;
    font-weight: 400;
    order: 2;

    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

#answer.gramatika {
    border: 0;
}

#speed_staus,#sumar_status {
    background: url(/images/speed_sumar_bg.png) no-repeat center;
}

#error_staus {
    display: block;
}

.errorimg{
    margin-top: 40px;
}

.errortext{
    margin-top: 30px;
}

.errorbut{
    background: #198f9b;/*#415a68;*/
    border: 0 none;
    width: 122px;
    cursor: pointer;
    color: #fff16e;
    font-size: 13px;
    font-weight: 400;
    height: 38px;
    margin-top: 6px;
    padding: 4px 0;
}

.errorbut:hover{
    cursor: pointer;
    background-color: #feef72;
    color: #415a68;
}
.errorbut.red:hover{
    cursor: pointer;
    /*background: url(/images/error_back.png);*/
    color: #ed1c24;
}

.errortext{
    color: #ed1c24; /*#fff16e;*/
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2em;
    text-shadow: 0px 0px 9px #fff16e;
}

#splash {
    height: 507px;
    display: table;
    padding-top: 35px;
}

#reading {
    display: table;
}

#reading .text, #content #reading .text p  {
    font-family: Roboto;
    font-size: 25px;
    font-weight: 400;
    vertical-align: top;
    color: #146F8C;
    line-height: 1.2em;
    padding: 25px;
    /*text-align: left;*/
    padding-top: 10%;
    padding-bottom: 10%;
}
#content #reading .text p  {
    padding:25px 0px 0px 0px;
}
#reading .text h2 {
    color: #146F8C;
    font-weight: 600;
}

#sumar_status h2 {
    font-family: 'JandaManateeSolid';
    color: #fff;
    font-size: 98px;
    padding-top: 85px;
}

#speed_staus h3,#sumar_status h3 {
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 200;
    color: #fff;
    margin-top: 0;
    padding-top: 17px;
}

#error_staus h3 {
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 200;
    color: #fff;
    margin-top: 232px;
}

#speed_staus #percenta {
    font-family: 'JandaManateeSolid';
    color: #2eb98b;
    font-size: 24px;
    padding-top: 39px;
    margin-left: -125px;
}

#speed_staus #body {
    font-family: 'JandaManateeSolid';
    color: #fff;
    font-size: 98px;
    margin-top: 85px;
}

#speed_staus #bodov,#sumar_status #bodov {
    font-family: 'JandaManateeSolid';
    color: #fff;
    font-size: 27px;
    margin-top: 37px;
}

#speed_staus #cas {
    font-family: 'Roboto';
    font-size: 21px;
    width: 100%;
    color: #2eb98b;
    margin-top: 37px;
    padding-left: 161px;
}

#splash h2 {
    font-family: roboto;
    font-size: 36px;
    font-weight: 300;/*600;*/
    display: block;
    vertical-align: middle;
    color: #415a68;/*146F8C;*/
    line-height: 1.2em;
    padding: 50px;
}

#SplashNextButton,#SumarNextButton,#ErrorNextButton,#answer {
    width: 100%;
    height: 55px;
    border: 0;
    font-weight: 300;
    display: flex;
    border-top: 1px solid #fff;
    margin: 0 auto;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

#SplashNextButton.white,#ErrorNextButton.white {
    border-top: 1px solid #fff;
}

#SplashNextButton.yellow,#ErrorNextButton.yellow {
    /*border-top: 1px solid #fff16e;*/
}

#SplashNextButton #nextButton,#SumarNextButton #nextButton,#ErrorNextButton #nextButton,#SplashNextButton #prevButton,#SumarNextButton #prevButton,#ErrorNextButton #prevButton,#SplashNextButton #endButton,#SumarNextButton #endButton,#ErrorNextButton #endButton,#SplashNextButton #endButton2 {
    width: 100%;
    border: 0;
    font-family: 'Roboto';
    cursor: pointer;
    font-size: 19px;
    height: 100%;
    color: #fff;
    background-color: #28a6b2;
    border-right: 1px solid white;/*#fff16e;*/
}

#SplashNextButton #prevButton,#SumarNextButton #prevButton,#ErrorNextButton #prevButton {
    background: url(/images/responsive/arrow_prev.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #28a6b2;/*#28a6b2;*/
    max-width:280px;

}

#SplashNextButton #nextButton,#SumarNextButton #nextButton,#ErrorNextButton #nextButton {
    background: url(/images/responsive/arrow_prev.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #28a6b2;/*#28a6b2;*/
    max-width:280px;
}

#SplashNextButton #endButton,#SumarNextButton #endButton,#ErrorNextButton #endButton,#SplashNextButton #endButton2 {
    background-position: center;
    background-repeat: no-repeat;
    max-width:280px;
}

#SplashNextButton #prevButton:hover,#SumarNextButton #prevButton:hover,#ErrorNextButton #prevButton:hover {
    background: #415a68;/*#9fd067;/*#415a68;*/
    background-position: center;
    background-repeat: no-repeat;
    color: white;
}

#SplashNextButton #nextButton:hover,#SumarNextButton #nextButton:hover,#ErrorNextButton #nextButton:hover {
    background: #415a68;/*#9fd067;/*#415a68;*/
    background-position: center;
    background-repeat: no-repeat;
}

#SplashNextButton #endButton:hover,#SumarNextButton #endButton:hover,#ErrorNextButton #endButton:hover, #SplashNextButton #endButton2:hover {
    background-color: #415a68;/*#9fd067;/*#415a68;*/
    background-position: center;
    background-repeat: no-repeat;
    color: white;/*#fff16e;*/
}

#SplashNextButton.white #nextButton,#SplashNextButton.white #prevButton,#SplashNextButton.white #endButton,#SplashNextButton.white #endButton2 {
    border-right: 1px solid #fff;
}

#SplashNextButton.white #nextButton.last,#SplashNextButton.white #prevButton.last,#SplashNextButton.white #endButton.last {
    border-right: 0 solid #fff;
}

#SplashNextButton .hide {
    display: none;
}

#SplashNextButton #prevButton.last {
    border-right: 0;
}

#SplashNextButton #nextButton:last-of-type,#SumarNextButton #nextButton:last-of-type,#ErrorNextButton #nextButton:last-of-type,#SplashNextButton #prevButton:last-of-type,#SumarNextButton #prevButton:last-of-type,#ErrorNextButton #prevButton:last-of-type,#SplashNextButton #endButton:last-of-type,#SumarNextButton #endButton:last-of-type,#ErrorNextButton #endButton:last-of-type,#SplashNextButton #endButton2:last-of-type {
    border-right: 0;
}

#SumarNextButton #nextButton,#ErrorNextButton #nextButton,#SumarNextButton #prevButton,#ErrorNextButton #prevButton,#SumarNextButton #endButton,#ErrorNextButton #endButton ,#SumarNextButton #endButton2{
    width: 100%;
    border: 0;
    font-family: 'Roboto';
    cursor: pointer;
    font-size: 23px;
    height: 100%;
    color: #2ab384;
}

#ErrorNextButton #nextButton,#ErrorNextButton #endButton,#ErrorNextButton #endButton2,#ErrorNextButton #prevButton {
    color: #e21350;
}

.iq_button {
    width: 50%;
    height: auto;
    border: 0;
    font-weight: 300;
    float: left;
    padding: 8px;
    background: none repeat scroll 0 0 #28a6b2;
    border-right: 1px solid #fff;
}

.iq_button img {
    width: auto;
    border: 0;
    cursor: pointer;
}

.iq_button.correct {
    background: green;
}

.iq_button.incorrect {
    background: #FF454B;
}
.iq_button.active {
    background: #fff16e;
}

#content span.textobr{
    display: block;
    color: white;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
}

.button {
    width: 100%;
    height: auto;
    border-top: 1px solid #fff;
    font-weight: 300;
}

.button input[type=button],.button button {
    width: 100%;
    border: 0;
    cursor: pointer;
    font-size: 25px;
}

.button #saveButton {
    height: 60px;
    color: #fff;
    background: none repeat scroll 0 0 #FF6F39;
}

.button input[type=button].answer_button,.button button.answer_button {
    height: 58px;
    color: #fff;
    outline: 0;
    background: none repeat scroll 0 0 #28a6b2;
   font-weight: 400;
    font-size: 19px;
    border-right: 1px solid #fff;
    font-family: Roboto;
}
.button button.answer_button.prvak {
    font-weight: 400;
    font-size: 25px;
}

#answer.button:last-of-type .answer_button,.button:last-of-type .answer_button {
    border-right: 0;
}

.button input[type=button].answer_button:hover,.button button.answer_button:hover {
    background: none repeat scroll 0 0 #415a68;
    color: #fff;
}

.button input[type=button].answer_button.correct,.button button.answer_button.correct {
    color: #fff;
    background: none repeat scroll 0 0 #9fcf67;
}
.button input[type=button].answer_button.active,.button button.answer_button.active {
    color: #415a68;
    background: none repeat scroll 0 0 #fff16e;
}

.button input[type=button].answer_button.incorrect,.button button.answer_button.incorrect {
    color: #fff;
    background: none repeat scroll 0 0 #FF454B;
}

.button button.answer_button.longanswer_middle {
    font-size: 14px;
}

.button button.answer_button.longanswer {
    font-size: 12px;
}

sup {
    bottom: .61ex;
}

sub {
    top: .8ex;
}

#answer {
    height: auto;
    order: 3;
    display: flex;
    width: 100%;
    background: #fff;
    min-height:59px;
    /* flex: 0;
     -webkit-flex: 0;*/
    max-width: 1120px;
    z-index: 1000;
}

#time {
    background: #ffd350;
    height: 9.6%;
    width: 100%;
    order: 1;
    display: block;
}

#time .left {
    float: left;
    font: 16px Roboto,sans-serif;
    font-weight: 300;
    margin-top: 17px;
    margin-left: 23px;
}

#time .right {
    float: right;
    font: 23px Roboto,sans-serif;
    font-weight: 300;
    margin-top: 14px;
    margin-right: 15px;
}

#question.speed,#question.triedicka ,#question.pretahovacka  {
    /*height: auto;*/
    height: 430px;
    display: table;
    margin: 0 auto;

    overflow: auto;
    width: 100%;
    max-width: 1320px;
}
#question.speed{
    min-height: 400px;
    display: table;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
   /* flex: 0;*/ /* zakomentovane kvoli IE blblo zobrazenie uloh takto to ide vsade*/
    -webkit-flex: 0;
    overflow: auto;
    vertical-align: middle;
    height:100%;
}
#question.pretahovacka{
    min-height: 400px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
   /* flex: 0;*/ /* zakomentovane kvoli IE blblo zobrazenie uloh takto to ide vsade*/
    -webkit-flex: 0;
    overflow: auto;
    vertical-align: middle;
    height:100%;
}
#question.triedicka{
    display: block;
}

#question.vypln {
    min-height: 400px;
    display: table;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex: 0;
    -webkit-flex: 0;
    overflow: auto;
    vertical-align: middle;
    height:100%;
}

#question .stred{
    display:table-cell;
    margin: 0 auto;
    vertical-align: middle;
    max-height: 100%;
}
#question .stred_block{
    display:block;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    height: 100%;
}

#question.slovna_zasoba {
    height: 447px;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

#question.slovna_zasoba.text {
    display: table;
}

#question.slovna_zasoba.text .text {
    display: table-cell;
}

#question.slovna_zasoba .text, #content #question.slovna_zasoba .text p {
    font: 41px Roboto,sans-serif;
    font-size: 41px;
    font-weight: 300;
    display: flex;
    vertical-align: middle;
    height: 17%;
    padding-bottom: 10px;
    padding-top: 15px;
    text-align: center;
    margin: 0 auto;
}

#question.speed.male .text, #content #question.speed.male .text p {
    font-size: 26px;
}

#question.speed .text, #content #question.speed .text p{
    font: 41px Roboto,sans-serif;
    font-size: 41px;
    font-weight: 300;
    display: block;
    vertical-align: middle;
    height: 17%;
    padding-bottom: 10px;
    padding-top: 15px;
    text-align: center;
    margin: 0 auto;
}
#question .text h5 {
    font: 41px Roboto,sans-serif;
    font-size: 18px;
    font-weight: 300;
    display: block;
    vertical-align: middle;
    padding-bottom: 0;
    padding-top: 0;
    text-align: right;
    margin: 0 auto;
}

#question.doplnovacka {
    padding: 15px 0;
    height: 88%;
}

#question .text, #content #question .text p {
    line-height: normal;
    color: #146F8C;
    font-size: 24px;
    font-weight: 300;
    padding: 8px;
    display: block;
}

#question.center .text,  #content #question.center .text p {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-size: 41px;
}

#question.velke .text, #content #question.velke .text p{
    font-size: 32px;
}
#content #question.slovna_zasoba .text p,#content #question.speed .text p {
    padding-bottom: 25px;
    padding-top: 0;
}
/************************************************************************************/
table.vyhercovia tr td
{
	border: 1px solid #e0e6e6; 
	font-size: 12px;
    vertical-align: top;
    padding-top: 6px;
    color:#415a68;
}
table.vyhercovia tr td strong
{
	font-size: 14px;
	color:#415a68;
}
table.vyhercovia tr th
{
	white-space: nowrap;
	border: 1px solid #e0e6e6; 
	height: 41px;
    line-height: 23px;
    color: #28a6b2;
    font-size: 14px;
    vertical-align: middle;
    font-weight: 800;
    /*color:#415a68;*/
}
/************************************************************************************/
#question .image {
    line-height: normal;
    padding-top: 10px;/*25px;*/
    padding-bottom: 10px;/*25px;*/
    display: block;
}

#question.slovna_zasoba .image {
    display: flex;
    height: 100%;
    padding: 0;
}

#question.slovna_zasoba .image img {
    display: flex;
    height: auto;
    margin: 0 auto;
}

#question.slovna_zasoba .image img {
    max-height: 425px;
    width: auto;
    max-width: 639px;
}

#diktat_staus {
    height: 555px;
    width: 100%;
    display: table;
    padding-top: 35px;
    text-align: center;
}
#kontrolor_staus {
    height: 507px;
    width: 100%;
    /*background-color: #415a68;*/
    display: table;
    padding-top: 0px;
    text-align: center;
}
#kontrolor_staus h4.error
{
    color: #f74a4c;
}
#kontrolor_staus h4.ok
{
    color: #3ADB15;
}
#kontrolor_staus .mozne_odpovede
{
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 420px;
}
#diktat_staus h3{
    font: 36px Roboto,sans-serif;
    font-weight: 400;
    color: #415a68;/*#fff16e;*/
}
#help_diktat, #help_test{
    position: absolute;
    top: 60px;
    left: 72px;
}
#help_diktat .vysvetlenie, #help_test .vysvetlenie{
    position: absolute;
    top: 2px;
    left: 120px;
    min-width: 300px;
    min-height: 46px;
    color:#fff;
    background-color: #dc0963;
    padding: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;	  
    width: auto;
    z-index: 100;
}
#help_diktat img, #help_test img{
    width: 120px;
}
#help img{
    width: 120px;
}
#content .vysvetlenie_text p
{
    color:#ffffff;
}
#content .vysvetlenie_text 
{
    text-align:left;
}
#kontrolor_staus h3 {
    font: 36px Roboto,sans-serif;
    font-weight: 600;
    color: #415a68;/*#fff16e;*/
    padding-top: 20px;
}

#diktat_staus #koniec, #kontrolor_staus #koniec {
    background: url(/images/responsive/next_bg_button.png);
    width: 188px;
    height: 55px;
    font: 19px Roboto,sans-serif;
    font-weight: 400;
    color: white;/*#415a68;*/
    border: 0;
    margin-top: 40px;
    cursor: pointer;
    display: inline-block;
}

#diktat_staus #koniec:focus, #kontrolor_staus #koniec:focus {
    outline: none;
}

#diktat_staus_result {
    width: 503px;
    height: 278px;
    background: url(/images/vysledok.png);
    margin: 0 auto;
    text-align: center;
    background-repeat: no-repeat;
    padding-top: 124px;
}
#kotrolor_staus_result {
    width: 502px;
    height: 168px;
    margin: 0 auto;
    text-align: center;
    background-repeat: no-repeat;
    padding-top: 32px;
    display:flex;
}
#kotrolor_staus_result .hodnotenie_kontrolor{
    width:33%;
    display:block;
}
#kotrolor_staus_result .hodnotenie_kontrolor img{
    cursor:pointer;
}
#diktat_staus_result #body {
    font: 48px  Roboto,sans-serif;
    font-weight: 600;
    color: #dc0963;
}

#diktat_staus_result #bodov {
    font: 22px Roboto,sans-serif;
    font-weight: 600;
    color: #415a68;
    margin-top: -8px;
}

#question .image img {
    max-height: 300px;
    width: auto;
    max-width: 629px;
}

input[type="button"].doplnovacka_znamienko {
    background-color: #c7eafc;
    border: 0;
    width: 33px;
    height: 32px;
    vertical-align: middle;
    margin-left: 3px;
    margin-right: 3px;
    cursor: pointer;
    color: #146F8C;
    font-size: 20px;
}

input[type="button"].doplnovacka_znamienko.set {
    background-color: #FFC945;
}

input[type="button"].doplnovacka_znamienko.correct {
    background-color: #00c58e;
    color: #FFF;
}

input[type="button"].doplnovacka_znamienko.incorrect {
    background-color: #ff5a5d;
    color: #FFF;
}

input[type="button"].doplnovacka_znamienko.active {
    background-color: #0078ae;
    color: #FFF;
}

.dopln_answers {
    height: auto;
    width: 100%;
    display: flex;
}

.dopln_preview {
    background-color: #c5006a;
    color: #FFF;
    padding: 5px;
}

.dopln_answers div {
    background-color: #c7eafc;
    color: #146F8C;
    padding: 20px 15px;
    font-size: 20px;
    width: 50%;
    border-right: 1px solid #fff;
}

.dopln_answers div:hover {
    background-color: #0078ae;
    color: #FFF;
}

.dopln_answers div:last-child {
    border-right: 0 solid #fff;
}

.zvyraznenie {
    background-color: #fff16e;
    display: inline;
    padding: 2px 6px;
}

.correct_item {
    padding: 7px 10px;
    border-right: 1px solid #fff;
    display: inline;
}

/*-----------------------------------------------------------------------------*/
#answer.bottom {
    position: absolute;
    bottom: 0;
}

.lock_bg {
    /*    background-repeat: repeat;
	position: absolute;*/
    width: 100%;
    background-color: #28a6b2;
}

#lock {
    position: absolute;
    bottom: 6px;
}

#kolieska {
    position: absolute;
    top: 141px;
    left: 653px;
}

#bigLed {
    display: none;
    position: absolute;
    top: 663px;
    left: 85px;
}

#bublinky {
    position: absolute;
    top: 117px;
    left: 570px;
    width: 19px;
    height: 59px;
    overflow: hidden;
}

#bublinky div {
    position: absolute;
}

#bigLed img {
    width: 29px;
}

#smallLed {
    display: none;
    position: absolute;
    top: 140px;
    left: 335px;
}

#smallLed img {
    width: 15px;
}

#kolieska #smallKolecko {
    top: -5px;
    position: absolute;
    left: 19px;
}
div.polovica
{
    display:flex;
}
div.polovica input
{
    width:49%;
}
/*-----------------------------------------------------------------------------*/
/*-------------------------- OHNIK --------------------------------------------*/
/*-----------------------------------------------------------------------------*/
#logfire {
    position: absolute;
    top: 12px;
    left: 554px;
}

.flame {
    margin: 0 auto;
    position: absolute;
    width: 41px;
    height: 52px;
    background: url(/images/flame.png) 0 0 no-repeat;
    background-position: -5px 14px;
    /* animation: flicker .5s infinite;*/
}

.flame.animate {
    animation: flicker .5s infinite;
}

@keyframes flicker {
    /* flame pulses */
    0% {
	background-position: -5px 14px;
	/*opacity:.8 */
    }

    25% {
	background-position: -5px 14px;
    }

    25.1% {
	background-position: -46px 14px;
    }

    50% {
	background-position: -46px 14px;
	/*opacity:.4*/
    }

    50.1% {
	background-position: -81px 14px;
    }

    75% {
	background-position: -81px 14px;
    }

    75.1% {
	background-position: -119px 14px;
    }

    100% {
	background-position: -119px 14px;
	/*opacity:.8*/
    }
}
@keyframes blik {
    0% {
		opacity: 1;
    }

    50% {
		opacity: 0.2;
    }

    100% {
		opacity: 1;
    }
}
.scroll {
    width: 100%;
    height: 100%;
    display: block;
    overflow: auto;
}
/*-----------------------------------------------------------------------------*/
/*-------------------------- REGISTRACIA --------------------------------------*/
/*-----------------------------------------------------------------------------*/
#registracia_scroll {
    width: 100%;
    height: 100%;
    display: block;
    overflow: auto;
}

#registracia {
    text-align: left;
    padding: 10px;
    background: #FFF;
    height: auto;
    padding-top: 50px;
}

#registracia table,#registracia th,#registracia td {
    border: 1px solid #415a68;
    padding: 5px;
}

#registracia th {
    text-align: center;
}

#registracia .triedy {
    text-align: center;
    line-height: 2.3em;
}

#registracia a.trieda {
    font-size: 15px;
    color: #FFF;
    padding-left: 9px;
    text-decoration: none;
    background: #415a68;
    padding-right: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 5px;
}

#registracia a.trieda:hover,#registracia a.trieda.active {
    background: #DC0963;
    color: #FFF;
}

#registracia h4 {
    font-weight: 400;
}

#registracia h1 {
    text-align: center;
    color: #415a68;
    font-family: roboto;
    font-size: 30px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
}

#registracia input[type=text],#registracia input[type=email] {
    background: #EFEFEF;
    border: 0;
    color: #415a68;
    font-size: 12px;
    margin-bottom: 0;
    padding: 0;
    font-family: 'Roboto',sans-serif;
    width: 100%;
    height: auto;
    line-height: normal;
}

/*-----------------------------------------------------------------------------*/
/*-------------------------- hlavne_delenie --------------------------------------*/
/*-----------------------------------------------------------------------------*/
.hlavne_delenie {
    display: flex;
    height: 100%;
    width: 100%;
}
.hlavne_delenie.block {
    display: block;
}
#bad_ie {
    display: none;
    font-weight: 600;
    font-size: 26px;
    color: #dc0963;
    font-family: roboto;
    line-height: 1.3em;
    margin-top:10px;
    padding:25px;
}

.hlavne_delenie #menu {
    display: flex;
    width: 65px;
    background-color: #415a68;
}

.hlavne_delenie #obsah {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.hlavne_delenie .bgobsah{
    width: 100%;
    background: white;
}

.hlavne_delenie #info,.main_info #info  {
    /*background-color: #28a6b2;*/
    color: #fff;
    font-size: 20px;
    line-height: 1.3em;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.hlavne_delenie #info,.main_info #info.vyber_rocnika  {
    max-width: 950px;
    width: 100%;
}
.hlavne_delenie #info,.main_info #info.vyber_rocnika .tlacidla {
    padding-bottom:15px;
}
#info span.detail.repeat{
    color:#ffffff;   
    width: 710px;    
    text-align: center;    
    font-size: 15px;
}
.hlavne_delenie #ziak_slider {
    background-color: #fff;
    color: #415a68;
    font-size: 20px;
    line-height: 1.3em;
    text-align: left;
    padding-top: 30px;
    width:100%;
}

.hlavne_delenie #info #form_login_div.demo {
    width: 450px;
    margin-top: 43px;
    text-align: center;
}

.hlavne_delenie #info #form_login_div.demo .demo_login_text {
    text-align: center;
}

#obsah #nastavenia {
    padding: 26px;
    text-align: left;
    width: 100%;
    font-size: 15px;
}

#obsah #nastavenia input[type=email],#obsah #nastavenia input[type=text] {
    padding: 5px;
    background: #fff;
    border: 1px solid #B6B9B9;
    margin: 5px;
    font-size: 15px;
    height: auto;
}

hr {
    background-color: #e0e6e6;
    margin-top: 20px;
}
#obsah h2
{
    font-family: 'roboto';
    font-size: 30px;
    font-weight: 400;
    color: #415a68;
    padding: 0px;
    text-align: left;
    line-height: normal;
    margin-top: 16px;
    margin-bottom: 4px;
    margin-left: 20px;
}


#obsah.home_green h2
{
    font-family: 'roboto';
    font-size: 35px;
    font-weight: 300;
    color: white;/*#415a68;*/
    padding: 0px;
    text-align: center;
    line-height: normal;
    margin-top: 70px;
    margin-bottom: 11px;
    margin-left: 0px;
}
#main.demo #obsah.home_green h2
{
	 margin-top: 40px;
}
#rocnik_home {
    color: #fff;
    padding: 8px 27px;
    font-size: 20px;
    cursor: pointer;
    /*display:flex;*/
}

#menu{
    position: absolute;
    left: 0;
    top: -74px;
    width: 59px;
    background-color: transparent;
    z-index: 7707;
}

#menu ul.menu {
    background-color: transparent;
    font-size: 16px;
    /*height: 47px;*/
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;    
}

#menu ul.menu li {
    background-color: #415a68;
    display: block;
    cursor: pointer;
    -webkit-transition: background-color .1s ease-in;
    -moz-transition: background-color .1s ease-in;
    -o-transition: background-color .1s ease-in;
    transition: background-color .1s ease-in;
    z-index: 0;
}

#menu ul.menu li:hover,#menu ul.menu li.active {
    display: block;
    background-color: #dc0963;
}

#menu ul.menu li a img {
    padding: 24px 16px;
}
#obsah .home{
    padding: 38px;
    display: flex;
    max-width: 950px;
    padding-top: 0px;
    padding-bottom: 13px;
    margin: 0 auto;
    width:100%;

}
#obsah .home_casovka
{
    padding: 10px;
    display: block;
    width: 100%;
    padding-bottom: 13px;
    margin-top: 10px;

}
#obsah.home_green{
    background-color: #28a6b2;
    height: 100%;
    display: block;
}
#obsah.bonus h2{
    margin-top: 10px;
    color: #fff16e;
}
#obsah.bonus small{
    color: #fff;
    font-size:14px;
    margin-bottom: 30px;
    display: inline-block;
    padding-left: 60px;
    padding-right: 60px;
}
#main.demo #obsah.home_green {
    padding-top:30px;
}
#main.demo #playground-strielacka
{
	min-height:370px;
}
#obsah .odpocet{
    padding:53px;
    display:block;
    text-align:center;
    margin:0 auto;
    width: 100%;
    /*background-color: #fff16e;*/
    padding-right: 0px;
}
#obsah #opak_dig{
    padding: 20px;
    float: right;
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 226px;
    /* background-color: #fff16e; */
    /* padding-right: 0px; */
    position: absolute;
    top: 0;
    right: 0;
}
#obsah #opak_dig .du_button, 
#obsah #opak_dig .opak_button {
	background-size: 60%;
}
#obsah #opak_dig .playmenu {
	width: 100%;
    display: block;
    padding-bottom:40px;
} 
#content #obsah .odpocet h3 {
    font-weight: 600;
    font-size: 26px;
    color: #425968;
    font-family: roboto;
}

#obsah .home .home_col #aj,#obsah .home .home_col #sj,#obsah .home .home_col #mt,#obsah .home .home_col #cj {
    margin-bottom: 18px;
}

#obsah .home .home_col #aj {
    background: url(/images/responsive/aj_big.png);
    width: 142px;
    height: 160px;
    margin: 0 auto;
}
#obsah .home .home_col #sj {
    background: url(/images/responsive/sj_big.png);
    width: 142px;
    height: 160px;
    margin: 0 auto;
}
#obsah .home .home_col #cj {
    background: url(/images/responsive/ces_big.png);
    width: 142px;
    height: 160px;
    margin: 0 auto;
}
#obsah .home .home_col #mt {
    background: url(/images/responsive/mt_big.png?v2);
    width: 142px;
    height: 160px;
    margin: 0 auto;
}
#obsah .home .home_col #pr {
    background: url(/images/responsive/pr_big.png);
    width: 142px;
    height: 160px;
    margin: 0 auto;
}
#obsah .home .home_col #cas {
    background: url(/images/responsive/cas_big.png);
    width: 142px;
    height: 160px;
    margin: 0 auto;
}


#obsah .home .home_col #aj.active {
    background: url(/images/aj_big_active.png);
}
#obsah .home .home_col #sj.active {
    background: url(/images/sj_big_active.png);
}
#obsah .home .home_col #cj.active {
    background: url(/images/ces_big_active.png);
}
#obsah .home .home_col #mt.active {
    background: url(/images/mt_big_active.png?v2);
}
#obsah .home .home_col #pr.active {
    background: url(/images/pr_big_active.png);
}
#obsah .home .home_col #cas.active {
    background: url(/images/cas_big_active.png);
}

#obsah .home_col {
    display: block;
    width: 33%;
    padding: 26px;
    padding-top: 9px;
}
#obsah .home_col.prvak {
    width: 25%;
    padding-top: 45px;
    cursor: pointer;

}
#obsah .home_casovka .home {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 0px;
}
#obsah .home_casovka .home.second {
    margin-top: -20px;

}
#obsah .home_casovka .home_col.prvak {
    width: 30%;
    padding: 5px;
    cursor: pointer;

}
#obsah .home .home_col #aj,#obsah .home .home_col #sj,#obsah .home .home_col #mt,#obsah .home .home_col #cj, #obsah .home .home_col #cas {
    margin-bottom: 5px;
    display: block;
}
.error_slide{
    text-align:center;
    margin:0 auto;
}
/*-----------------------------------------------------------------------------*/
/*------------------------------- run menu  -----------------------------*/
/*-----------------------------------------------------------------------------*/
#RunMenu {
    width: 100%;
    height: 48px;
    color: #fff;
    display: flex;
    border-bottom: 1px solid #e0e6e6; 
}

#RunMenu .tretina {
    width: 33%;
    margin-top: 22px;
    display: inline-block;
}

#RunMenu .tretina .progress {
    height: 10px;
    width: 240px;
    background-color: #e0e6e6;
    display: inline-flex;
}

#RunMenu .tretina .percenta_text {
    display: inline-flex;
    font-weight: 600;
    font-size: 17px;
    margin-left: 16px;
    color: #415a68;
}

#RunMenu .tretina .progress .my_proress {
    height: 10px;
    width: 1px;
    background-color: #9fcf67;
}

#RunMenu .tretina.lavo {
    text-align: left;
    margin-top: 13px;
    margin-left: 20px;
    font-weight: 600;
    width: 50px;
    white-space: nowrap;
}

#RunMenu .tretina.lavo .correct {
    color: #415a68;
    font-size: 24px;
    display: inline-flex;
    margin-right: 6px;
}

#RunMenu .tretina.lavo .incorrect {
    color: #dc0963;
    font-size: 14px;
    display: inline-flex;
}

#RunMenu .tretina.pravo {
    text-align: right;
    margin-top: 8px;
    margin-right: 12px;
    width: 60%;
    z-index:1500;
}

#RunMenu .tretina.pravo div.right {
    float: right;
    font-size: 17px;
    margin-top: 6px;
    margin-right: 30px;
    color: #415a68;
}

#RunMenu .tretina.pravo a.right {
    float: right;
    z-index:1500;
}

/*-----------------------------------------------------------------------------*/
/*------------------------------- odpocet -----------------------------*/
/*-----------------------------------------------------------------------------*/
.hodiny_stred{
    background-image: url(/images/zostava_cas.png);
    width: 370px;
    height: 270px;
    background-position: center;
    margin: 0 auto;
}

#Countdown {
    /*position: absolute;
    top: 245px;
    left: 307px;*/
    position: relative;
    top: 106px;
    left: 37px;
}

#Countdown span {
    display: block;
    float: left;
    width: 27px;
    height: 50px;
    background: url(/images/countdown.png) no-repeat 0 0;
}

#Countdown span.image0 {
    background-position: -236px 0;
}

#Countdown span.image1 {
    background-position: 0 0;
}

#Countdown span.image2 {
    background-position: -26px 0;
}

#Countdown span.image3 {
    background-position: -51px 0;
}

#Countdown span.image4 {
    background-position: -77px 0;
}

#Countdown span.image5 {
    background-position: -103px 0;
}

#Countdown span.image6 {
    background-position: -130px 0;
}

#Countdown span.image7 {
    background-position: -155px 0;
}

#Countdown span.image8 {
    background-position: -182px 0;
}

#Countdown span.image9 {
    background-position: -209px 0;
}

#Countdown span.imageSep {
    background-position: -264px 0;
    width: 24px;
}

span.imageSpace {
    background-position: -408px 0;
}

tbody tr td{
    height: 23px;
    line-height: 23px;
    color: #28a6b2;
    font-size: 14px;
}


table.scroll {
    width: 100%;
    border-spacing: 0;
    font-family: 'Roboto',sans-serif;
}

table.scroll th,
table.scroll td,
table.scroll tr,
table.scroll thead,
table.scroll tbody { display: block; }

table.scroll thead tr {
    /* fallback */
    width: 97%;
    /* minus scroll bar width */
    width: -webkit-calc(100% - 16px);
    width:    -moz-calc(100% - 16px);
    width:         calc(100% - 16px);
}

table.scroll tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

table.scroll tbody {
    height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

table.scroll tbody td {
    float: left;
    border-top: 1px solid #e0e6e6;
}

table.scroll thead th {
    float: left;
    font-size: 17px;
    font-weight: bold;
}
table.scroll tr {
    margin-right: 20px;
}
table.scroll tr.nove_kolo {
    border-top:1px solid rgb(183, 183, 183);
}

table.scroll thead tr th {
    height: 30px;
    line-height: 30px;
}

table.scroll.skolaoz thead tr th {
    height: 35px;
    line-height: 14px;
}

table.scroll tbody tr td{
    height: 44px;
    line-height: 44px;
    color: #415a68;/*#28a6b2;*/
    font-size: 14px;
}
table.scroll.skolaoz tbody tr td{
    line-height: 17px;
}

table.scroll tr.hiderow{
    display: none;
}

table.scroll tbody tr:hover{

    background-color: #f4f4f4;/*#28a6b2;*/

}

table.scroll tbody td:last-child, table.scroll thead th:last-child {
    border-right: none !important;
}

table.scroll tbody tr td.nazov{
    text-align: left; 
    text-overflow: ellipsis; 
    white-space: nowrap; 
    overflow: hidden;
    padding-left:15px;	
    width:24%;
}
table.scroll tbody tr td.popis{
    text-align: left; 
    text-overflow: ellipsis; 
    white-space: nowrap; 
    overflow: hidden;	
    width:32%;
}
table.scroll tbody tr td.body{
    text-align: center;	
    width:40%;
}
table.scroll tbody tr td.run{
    width:4%;	
}


.kontrolaimg{
    margin-top: 7px;
    background: url(/images/sipka_hover.png);
    width: 25px;
    height: 25px;
    display: block;
}

.kontrolaimg:hover {
    cursor: pointer;
    /* background: url(/images/sipka_hover.png);*/
}

.hlavne_delenie .nadpis{
    color: #415a68;
    font-size: 24px;
    font-weight: 300;
    display: block;
    text-align: left;
    padding-bottom: 10px;
}

.podnadpis{
    color: #dc0963;
    font-size: 18px;
    display: block;
    text-align: left;
    padding-bottom: 20px;
}

.odsadenie{
    padding: 30px 0 0 90px;
}

/* ----------------- Triedicka --------------- */
.ui-droppable
{
    color: #fff;
    display:inline-flex;
    margin-left: 4px;
    margin-right: 4px;
    vertical-align: middle;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px dashed #415a68;
    background: #fff;
    flex-wrap: wrap;
    font-weight: 300;    
}
.triedicka-droppable2 {
    height:100%;
    width: 100%;
    display: inline-block;
    min-height: 200px;
}

.triedicka-droppable3 {
    min-height: 200px;
    height:100%;
    width: 100%;
}

.triedicka-droppable4 {	
    height:100%;
    width: 100%;
    min-height: 140px;    
}
.triedicka-4 
{
    height:auto;
    width: 47%;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 8px;
}
.triedicka-3,.triedicka-2{
    min-height: 200px;
    height:auto;
    width: 30%;
    margin-right: 7px;
    margin-left: 7px;
    display: inline-block;
    margin-top: 8px;
}
.triedicka-2{   
    width: 45%;
}

.triedicka-draggable {
    display: inline-flex;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 14px;
    background: #fff;
    height:inherit;
    padding: 15px;
    cursor:pointer;
    font-size: small;
    overflow: hidden;
    margin-top: 4px;
    color:#415a68;
    font-weight: 600;
    margin-top: 5px;
    border: 1px dashed #415a68;
}
.triedicka-draggable.prvak {
    font-weight: 400;
    font-size: 22px;
    line-height: 1em;
}
.triedicka-draggable.correct {
    background: #9FCF67;
}

.triedicka-draggable.incorrect {
    background: #FB5F64;
}
.triedicka_nazov
{
    color: #146F8C;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    line-height: 1em;
}
/* ----------------- Pretahovacka --------------- */

.pretahovacka-droppable {
    display: inline-flex;
    min-width: 50px;
    min-height: 50px;
    color: #fff;
    margin-left: 4px;
    margin-right: 4px;
    vertical-align: middle;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px dashed #415a68;
    background: #fff;
    font-weight: 300;
    padding-top: 0px;
    padding-bottom: 0px;
}

.pretahovacka-draggable {
    display: inline-flex;
    margin-left: 7px;
    margin-right: 7px;
    font-size: 16px;
    background: #fff;
    height:auto;
    padding: 17px;
    cursor:pointer;
    /* font-size: small;*/
    overflow: hidden;
    color:#415a68;
    border: 1px dashed #415a68;
    font-weight: 600;
    margin-top: 5px;
    /* padding-top: 8px;*/
}
.pretahovacka-draggable.prvak {
    font-weight: 400;
    font-size: 27px;
    line-height: 1em;
}
.pretahovacka-acceptColor {
    background: #FFF16E;
}
.pretahovacka-hoverColor {
    background: #9FCF67;
}

#pretahovacka-playground {
    /* height: 452px;*/
    display: flex;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pretahovacka-draggable.correct {
    background: #9FCF67;
}

.pretahovacka-draggable.incorrect {
    background: #FB5F64;
}
#question.speed .text#pretahovacka-otazka
{
    padding-bottom: 15px;
    font-size: 29px;
}
#holder-answer {
    width: 100%;
    max-width: 950px;
    margin-left: 0px;
    margin-right: 0px;
    min-height: 60px;
    display: flex;
    padding-bottom: 6px;
    padding-top: 1px;
    /*background: #e6e4e4;*/
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;  
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    height: 100%;

}
#holder-answer.pretahovacka-droppable
{
    border:0px;
}
#holder-answer u, .ui-droppable u {
    padding-left: 4px;
    padding-right: 4px;

}
#question .pretahovacka-droppable .pretahovacka-draggable
{
    border:0px;
    min-width:50px;
    min-height:50px;
    height:100%;
    width:100%;
    margin: 0 auto;
    text-align: center;
    font-size: 27px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
}
#help
{
    z-index:1000;
    position: absolute;
    top: 60px;
    right: 10px;
    cursor: pointer;
}
.imgodpocetziak{
    width: 120px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 30000
}
.imgodpocetziak_free{
    width: 120px;
    position: absolute;
    left: 77px;
    top: 32px;
    z-index: 5000;
}
header span.odpocet_text
{
    position: absolute;
    right: 15px;
    top: 100px;
    font-family: 'Kelson';
    font-weight: 800;
    color: #415a68;
}
header span.odpocet_text_free
{
    position: absolute;
    left: 68px;
    top: 11px;
    font-family: 'Kelson';
    font-weight: 800;
    /*color: #415a68;*/
    /*color: #dc0963;*/
    color:red;
}
.freetrial
{
	cursor:pointer;
	
}
#Countdown1 {
    position: absolute;
    top: 43px;
    right: 20px;
    z-index: 40000
}
#Countdown_free {
    position: absolute;
    top: 65px;
    left: 86px;
    z-index: 40000
}

#Countdown1 span, #Countdown_free span {
    display: block;
    float: left;
    width: 10px;
    height: 20px;
    background: url(/images/countdown1.png) no-repeat 0 0;
}

#Countdown1 span.image0, #Countdown_free span.image0 {
    background-position: -95px 0;
}

#Countdown1 span.image1, #Countdown_free span.image1 {
    background-position: -1px 0;
}

#Countdown1 span.image2, #Countdown_free span.image2 {
    background-position: -11px 0;
}

#Countdown1 span.image3, #Countdown_free span.image3 {
    background-position: -21px 0;
}

#Countdown1 span.image4, #Countdown_free span.image4 {
    background-position: -31px 0;
}

#Countdown1 span.image5, #Countdown_free span.image5 {
    background-position: -41px 0;
}

#Countdown1 span.image6, #Countdown_free span.image6 {
    background-position: -52px 0;
}

#Countdown1 span.image7, #Countdown_free span.image7 {
    background-position: -62px 0;
}

#Countdown1 span.image8, #Countdown_free span.image8 {
    background-position: -73px 0;
}

#Countdown1 span.image9, #Countdown_free span.image9 {
    background-position: -84px 0;
}

#Countdown1 span.imageSep, #Countdown_free span.imageSep {
    background-position: -107px 0;
    width: 7px;
}

.bodyzakolo{
    font-family: 'roboto';
    font-size: 19px;
    font-weight: 300;
    color: #fff;
    padding: 0px;
    line-height: normal;
    position: relative;
    margin-top: 84px;
    margin-right: 5px;
    /* text-align: right; */
    float: right;
}

.zoznamstat{
    width: 100%;
}

.stupne{
    background-image: url(/images/statistika_stupne.png);
    width: 570px;
    height: 220px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    display: flex;
}


.sumbody{
    float: right;
    width: 15%;
    height: 100%;
    padding-top: 14px;
}

.historileft{
    float: left;
    width: 85%;
}

.texthistsum{
    font-size: 14px;
    text-transform: uppercase;
    color: #dc0963;
    position: relative;
    font-weight: bold;
}

.histsum .celkb{
    color: #dc0963;
}

.histsum{
    position: relative;
    padding-top: 29px;
    border-top: 1px solid #e0e6e6;
    display: block;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 18px;
    padding-bottom: 26px;
}

.celkb{
    color: #b7b7b7;/*#415a68;/*#fff16e;*/
    font-size: 28px;
    font-weight: bold;
    padding-top: 6px;
}

.celkusp{
    color: #b7b7b7;/*#415a68;*/
    font-size: 13px;
    font-weight: 300;
    padding-top: 12px;
    text-transform: uppercase;
    display: inline;
}

.histsubj{
    width: 100%;
    padding-top: 7px;
    padding-bottom: 10px;
}

.celkb.active, .celkusp.active{
    color: #415a68;
}

.imghistsj{
    background-image: url(/images/responsive/history_sj.png);
    background-size: 93px;
}

.imghistaj{
    background-image: url(/images/responsive/history_aj.png);
    background-size: 93px;
}

.imghistmt{
    background-image: url(/images/responsive/history_mt.png?v2);
    background-size: 93px;
}
.imghistprv{
    background-image: url(/images/responsive/history_prv.png);
    background-size: 93px;
}
.imghistcas{
    background-image: url(/images/responsive/history_casovka.png); 
    background-size: 93px;
}
.imghistsj.active, .imghistsj:hover{
    background-image: url(/images/responsive/history_sj_hover.png);
}

.imghistaj.active, .imghistaj:hover{
    background-image: url(/images/responsive/history_aj_hover.png);
}

.imghistmt.active, .imghistmt:hover{
    background-image: url(/images/responsive/history_mt_hover.png?v2);
}
.imghistprv.active, .imghistprv:hover{
    background-image: url(/images/responsive/history_prv_hover.png);
}
.imghistcas.active, .imghistcas:hover{
    background-image: url(/images/responsive/history_casovka_hover.png);
}

.imghistsj, .imghistaj, .imghistmt, .imghistcas, .imghistprv{
    width: 100%;
    height: 122px;
    background-repeat: no-repeat;
    background-position: center;
    cursor:pointer;
}

.left{
    float: left;
}

.clear{
    clear: both;
}

.statziak{
    font-size: 16px;
    display: block;
    text-align: left;
    padding-bottom: 5px;
}

table.scrollstat {
    width: 80%;
    margin: 0 auto;
    border-spacing: 0;
    font-family: 'Roboto',sans-serif;
}

table.scrollstat td,
table.scrollstat tr,
table.scrollstat tbody { display: block; }

table.scrollstat tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

table.scrollstat tbody {
    height: 305px;
    overflow-y: auto;
    overflow-x: hidden;
}

table.scrollstat tbody td {
    float: left;
    border-top: 1px solid #ccc;
}

table.scrollstat tbody tr td{
    height: 38px;
    line-height: 40px;
    color: #415a68;/*#28a6b2;*/
    font-size: 14px;
}

.prvy{
    position: relative;
    margin-top: 97px;
    margin-left: 26px;
}

.druhy{
    position: relative;
    margin-top: 122px;
}

.treti{
    position: relative;
    margin-top: 137px;
    margin-left: 30px;
}

.stupne_losovanie{
    background-image: url(/images/statistika_stupne.png);
    width: 750px;
    height: 308px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    display: flex;
    background-size: 750px;
}
.stupne_losovanie .detail_vyherca.small{
	height: 125px;
}
#content .stupne_losovanie span.usp{
	text-align: center;
}

.stupne_losovanie .prvy
{
	position: relative;
    margin-top: 139px;
    margin-left: 48px;
    width: 216px;
}
.stupne_losovanie .prvy strong
{
	font-size: 33px;
    line-height: 1.3em;
}
.stupne_losovanie .druhy
{
	position: relative;
    margin-top: 181px;
    width: 215px;
    padding-left: 21px;
}
.stupne_losovanie .treti
{
	 position: relative;
      position: relative;
   margin-top: 197px;
    margin-left: 59px;
    width: 197px;
}
.stupne_losovanie .druhy strong
{
	font-size: 25px;
}
.stupne_losovanie .treti strong
{
	font-size: 22px;
}
.stupne_losovanie .detail_vyherca.small 
{
text-align: center;
	color:#fff;
}


.pmeno, .dmeno{
    margin-bottom: 25px;
}

.pmeno, .pbody, .pusp{
    width: 183px;
    text-align: center;
}

.pbody, .dbody, .tbody{
    margin-bottom: 10px;
}

.dmeno, .dbody, .dusp, .tmeno, .tbody, .tusp{
    width: 158px;
    text-align: center;
}

.dmeno{
    margin-bottom: 15px;
}

.tmeno{
    margin-bottom: 10px;
}

.prvy .body, .druhy .body, .treti .body{
    color: #fff16e;
    font-weight: bold;
}

.prvy .body{
    font-size: 48px;
}

.druhy .body{
    font-size: 38px;
}

.treti .body{
    font-size: 30px;
}

.prvy .meno{
    font-size: 16px;
    color: white;
    font-weight: bold;
}

.druhy .meno, .treti .meno{
    font-size: 14px;
    color: white;
    font-weight: bold;
}

.prvy .pusp, .druhy .dusp, .treti .tusp{
    font-size: 12px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

#submenu, #submenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#submenu {
    width: auto;
    background-color: #415a68;
    -moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
    -webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
    box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
    float: right;
    margin-right: 6px;
    /*    margin-top: -31px;*/
}

#submenu:before,
#submenu:after {
    content: "";
    display: table;
}

#submenu:after {
    clear: both;
}

#submenu {
    zoom:1;
}

#submenu li {
    float: left;
    border-right: 1px solid #222;
    -moz-box-shadow: 1px 0 0 #444;
    -webkit-box-shadow: 1px 0 0 #444;
    box-shadow: 1px 0 0 #444;
    position: relative;
}

#submenu a {
    float: left;
    padding: 8px 15px;
    color: white;
    text-transform: uppercase;
    font: bold 12px Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
}

#submenu li:hover > a {
    background-color: #dc0963;
    color: white;
    text-decoration: none;
}

#submenu ul {
    margin: 10px 0 0 0;
    _margin: 0; /*IE6 only*/
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 1;
    background: #444;
    background: -moz-linear-gradient(#444, #111);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
    background: -webkit-linear-gradient(#444, #111);
    background: -o-linear-gradient(#444, #111);
    background: -ms-linear-gradient(#444, #111);
    background: linear-gradient(#444, #111);
    -moz-box-shadow: 0 -1px rgba(255,255,255,.3);
    -webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
    box-shadow: 0 -1px 0 rgba(255,255,255,.3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#submenu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

#submenu ul ul {
    top: 0;
    left: 150px;
    margin: 0 0 0 20px;
    _margin: 0; /*IE6 only*/
    -moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
    -webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
    box-shadow: -1px 0 0 rgba(255,255,255,.3);
}

#submenu ul li {
    float: none;
    display: block;
    border: 0;
    _line-height: 0; /*IE6 only*/
    -moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
    -webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
    box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}

#submenu ul li:last-child {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#submenu ul a {
    padding: 7px;
    width: 80px;
    _height: 10px; /*IE6 only*/
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

#submenu ul a:hover {
    background-color: #28a6b2;
}

#submenu ul li:first-child > a {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

#submenu ul li:first-child > a:after {
    content: '';
    position: absolute;
    left: 40px;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #444;
}

#submenu ul ul li:first-child a:after {
    left: -6px;
    top: 50%;
    margin-top: -6px;
    border-left: 0;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid #3b3b3b;
}

#submenu ul li:first-child a:hover:after {
    border-bottom-color: #04acec;
}

#submenu ul ul li:first-child a:hover:after {
    border-right-color: #0299d3;
    border-bottom-color: transparent;
}

#submenu ul li:last-child > a {
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

#form_stat{
    margin: 0 auto;
    width: 30%;
    margin-top: 10px;
}

#id_search{
    float: left;
    height: 35px;
    font-size: 14px;
    border: 1px solid #415a68;
}

table.scrollstat tbody .zvirazniziak td{
    font-weight: bold;
    color: #dc0963;
}
/*---------------------------------------------------------*/
.div_message
{
    text-align: left;
    width: 264px;
    background: #fff16e;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 0px;
    padding: 13px;
    font-weight: 400;
    font-size: 12px;
    position: relative;
    margin-top: 31px;
    float: left;
}
.div_message.error
{
    color: #415a68;
}

.popup-closer {
    position:absolute;
    top: -9px;
    left: -9px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #dc0963;
    border-radius: 20px;
    padding: 5px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.popup-closer:hover {
    background-color: #415a68;
}

/*-------------SETTINGS---------------------*/
.leftcontent{
    float: left;
    width: 45%;
    border-right: 1px solid #E9E7E9;
    padding-right: 30px;
}

.rightcontent{
    float: left;
    width: 45%;
}

.leftcontent, .rightcontent{
    margin-top: 16px;
    margin-left: 30px;
    max-width: 420px;
}
.nadpis_stats
{
    padding-top: 30px;
    padding-left: 90px;
}
.leftcontent.setting, .rightcontent.setting{
    padding-top: 5px;
    width: 420px;
}

#obsah #content .leftcontent input.button, #obsah #content .czecontent input.button, #obsah #content .rightcontent input.button{
    background-color: #415a68;
    color: white;
    width: 100%;
    height: 45px;
}

#obsah #content .rightcontent input.button{
    background-color: #553830;
}

#obsah #content .leftcontent input.button:hover, #obsah #content .rightcontent input.button:hover, #obsah #content .czecontent input.button:hover{
    color: #415a68;
    background-color: #fff16e;
    font-weight: bold;
}

#obsah #content .leftcontent input[type=text], #obsah #content .rightcontent input[type=text], #obsah #content .rightcontent input[type=password], #obsah #content .czecontent input[type=text]{
    background: white;
    border: 1px solid #328894;
    color: #415a68;
    font-size: 14px;
    margin-bottom: 14px;
    padding: 10px;
    font-family: 'Roboto',sans-serif;
    width: 100%;
    height: 35px;
    outline: 0;
    line-height: normal;
}

#obsah #content .rightcontent .incorrect{
    color: red;
    font-size: 14px;
}

#obsah #content .rightcontent .correct{
    color: green;
    font-size: 14px;
}

#obsah #content .rightcontent #odpoved{
    padding-top: 15px;
    height: 40px;
    padding-bottom: 65px;
}

#obsah #content .leftcontent input[type=checkbox], #obsah #content .czecontent input[type=checkbox] {
    visibility: hidden;
}

#obsah #content .leftcontent .slideThree, #obsah #content .czecontent .slideThree, #obsah #content .leftcontent .slideThree1, #obsah #content .leftcontent .slideThree2, #obsah #content .leftcontent .slideThree3 {
    width: 80px;
    height: 26px;
    background: white;
    margin: 10px auto;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;

    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}

#obsah #content .leftcontent .slideThree:after, #obsah #content .czecontent .slideThree:after, #obsah #content .leftcontent .slideThree1:after, #obsah #content .leftcontent .slideThree2:after, #obsah #content .leftcontent .slideThree3:after {
    content: 'NIE';
    font: 12px/26px Arial, sans-serif;
    color: #dc0963;
    position: absolute;
    right: 10px;
    z-index: 0;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(255,255,255,.15);
}

#obsah #content .leftcontent .slideThree:before, #obsah #content .czecontent .slideThree:before, #obsah #content .leftcontent .slideThree1:before, #obsah #content .leftcontent .slideThree2:before, #obsah #content .leftcontent .slideThree3:before {
    content: 'ÁNO';
    font: 12px/26px Arial, sans-serif;
    color: #9FD067;
    position: absolute;
    left: 10px;
    z-index: 0;
    font-weight: bold;
}

#obsah #content .leftcontent .slideThree label, #obsah #content .czecontent .slideThree label, #obsah #content .leftcontent .slideThree1 label, #obsah #content .leftcontent .slideThree2 label, #obsah #content .leftcontent .slideThree3 label {
    display: block;
    width: 34px;
    height: 20px;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;

    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;

    /*-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);*/
    background: /*#fcfff4;*/#dc0963;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

#obsah #content .leftcontent input[type=text]:focus, #obsah #content .czecontent input[type=text]:focus {
    background: #fff16e;
    color: #415a68;
    border: 0;
    outline: 0;
}

#obsah #content .leftcontent .slideThree input[type=checkbox]:checked + label, #obsah #content .czecontent .slideThree input[type=checkbox]:checked + label, #obsah #content .leftcontent .slideThree1 input[type=checkbox]:checked + label, #obsah #content .leftcontent .slideThree2 input[type=checkbox]:checked + label, #obsah #content .leftcontent .slideThree3 input[type=checkbox]:checked + label {
    left: 43px;
    background: #28a6b2;
}

#obsah #content .czecontent{
    width: 400px;
    margin: 16px auto;
}

/*********CROSSROAD**************/

#info .main_crossroad{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 45%;
    padding-top: 17%;
}

.boj_button{
    background-image: url(/images/cross_bojisko.png);
    height: 158px;
}

.boj_button:hover{
    background-image: url(/images/cross_bojisko_hover.png);    
    cursor: pointer;
}

.cvic_button{
    background-image: url(/images/cross_cvicisko.png);
    height: 158px;
}

.cvic_button:hover{
    background-image: url(/images/cross_cvicisko_hover.png);
    cursor: pointer;
}

.opak_button{
    background-image: url(/images/cross_opakovanie.png);
    height: 158px;
}

.opak_button:hover{
    background-image: url(/images/cross_opakovanie_hover.png);
    cursor: pointer;
}

.du_button{
    background-image: url(/images/cross_du.png);
    height: 158px;
}

.du_button:hover{
    background-image: url(/images/cross_du_hover.png);
    cursor: pointer;
}

.dikp_button{
    background-image: url(/images/cross_diktatyp.png);
    height: 158px;
}

.dikp_button:hover{
    background-image: url(/images/cross_diktatyp_hover.png);
    cursor: pointer;
}

.boj_button, .cvic_button, .opak_button, .du_button, .dikp_button{
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
}

.crosstext{
    font-size: 18px;
    top: 12px;
    position: relative;
}

/*****************KONTAKT_FORM*****************************/

.buttcontact{
    width: 100%;
}

.cbutt{
    width: 27%;
    position: absolute;
    right: 20px;
    bottom: 30px;
}

#form_kontakt textarea, #form_kontakt input[type=text], #form_kontakt input[type=email], #form_kontakt select {
    background: white;/*#328894;*/
    color: #415a68;/*#3cb5ca;/*#415a68;*/
    font-size: 14px;
    margin-bottom: 14px;
    padding: 10px;
    font-family: 'Roboto',sans-serif;
    width: 100%;
    outline: 0;
    line-height: normal;
    border: 1px solid #e0e6e6;
}

#form_kontakt input[type=text], #form_kontakt input[type=email], #form_forgot_pass input[type=email]{   
    height: 45px;
}

#form_kontakt select{
    height: 48px;
}

#form_kontakt select:focus, #form_kontakt textarea:focus, #form_kontakt input[type=text]:focus, #form_kontakt input[type=email]:focus, #form_forgot_pass input[type=email]:focus{
    border: 1px solid #3cb5ca;
    color: #415a68;
    outline: 0;
}

#info #form_kontakt input.button{
    background: #415a68;
    border: 0 none;
    width: 100%;
    cursor: pointer;
    color: white;
    float: right;
    font-size: 13px;
    font-weight: 400;
    height: 45px;
    margin-top: 6px;
    padding: 4px 0; 
}

#info #form_kontakt input[type=submit].button{
    width: 100%;
}

#form_kontakt .button, #obsah #info #form_forgot_pass input.button{
    background: #415a68;
    border: 0 none;
    width: 100%;
    cursor: pointer;
    color: white;/*#fff16e;*/
    float: none;
    font-size: 16px;
    font-weight: 400;
    height: 46px;
    margin-top: 7px;
    padding: 9px 33px;
}

#info #form_kontakt input.button:hover, 
#obsah #info #form_forgot_pass input.button:hover{
    background-color: #28a6b2;/*#fff16e;*/
    color: white;
}

#form_forgot_pass input[type=email]{
    background: white;/*#328894;*/
    border: 1px solid #e0e6e6;
    color: #415a68;
    font-size: 14px;
    margin-bottom: 14px;
    padding: 10px;
    font-family: 'Roboto',sans-serif;
    width: 100%;
    outline: 0;
    line-height: normal;
}

#form_forgot_pass input[type=text]{
    background-color: white;
    cursor: auto;
    height: 30px;
}

.recaptchatable tbody tr td{
    height: 0px;
}

/*******************ZLOMKY*********************/

.fraction, .fratop, .frabottom {
    padding: 0 5px;    
}

#content span.fraction {
    display: inline-block;
    text-align: center;    
}

#content span.frabottom{
    border-top: 1px solid #146F8C;
    display: block;
    text-align: center;
}
#content span.fratop{
    text-align: center;
}

.textstred{
    position: relative;
    bottom: 0.7em;
}
.textstredbodka{
    position: relative;
    bottom: 1em;
}

#diktak_future .textstred{
    position: relative;
    bottom: -0.6em;
    padding-left: 3px;
    padding-right: 3px;
}

#diktak_future .textstredbodka{
    position: relative;
    bottom: -0.6em;
}

#diktak_future .frastred, #diktak_future .frabottom3, .frabottomdik{
    display: block;
    padding-top: 5px;
}

#diktak_future .fraction, #diktak_future .frabottomdik, #diktak_future .frastred, #diktak_future .frabottom3, #diktak_future .fratop{
    padding: 4px 3px;
    text-align: center;
}

.faqtable{
    width: 100%;
}

.faqtable td{
    text-align: center;
    color: #415a68;    
}

.faqtable tbody tr td{
    height: 19px;
    line-height: 19px;
    font-size: 14px;
}


.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(65, 90, 104, 0.35);
    display: flex;
    justify-content: space-around;
    align-content: center;
    flex-direction: column;
}

.se-pre-con #bigKolecko{
    -webkit-animation-name: spinvpravo;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spinvpravo;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spinvpravo;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spinvpravo;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.se-pre-con #smallKolecko{
    -webkit-animation-name: spinvlavo;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spinvlavo;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spinvlavo;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spinvlavo;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.se-pre-con .posbigkol{
    position: absolute;
    left: -52px;
    top: 1px;
}

.se-pre-con .possmallkol{
    position: absolute;
    /* left: 49%; */
    top: -29px;
}

/*************************JEDNOTKA**************************/
.jednotka{
    position: absolute;
    left: 59px;
    /* top: 90px; */
    display: block;
    margin-top: -203px;
}

.krok{
    background-image: url(/images/responsive/jednotka_hover.png);
    background-repeat: no-repeat;
    height: 270px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
}

.jednotky.prvaci {
    background: url(/images/responsive/male_jednotky_prvaci.png);
}

.jednotky{
    display: flex;
    background: url(/images/responsive/male_jednotky.png);
    width: 59px;
    height: 75px;
    background-position: center;
    border-top: 2px solid transparent;
    cursor: pointer;
    margin-top: 3px;
}

.jednotky .pj{
    width: 21px;
    display: block;
    position: relative;
    top: 14px;
    left: 17px;
}

.jednotky .dj{
    width: 21px;
    display: block;
    position: relative;
    top: 14px;
    left: 13px;

}
.jednotky.prvaci .dj{
    width: 21px;
    display: block;
    position: relative;
    top: 15px;
    left: 7px;

}
.jednotky .tj{
    width: 21px;
    display: block;
    position: relative;
    top: 42px;
    left: -13px;
}

.jednotky .sj{
    width: 21px;
    display: block;
    position: relative;
    top: 42px;
    left: -16px;
}

.pozor{
    position: absolute;
    right: -43px;
    top: -50px;
}
.pozor img{
    width: 75px;
}
.predmetysum{
    display: none;
}
.playmenu{
    float: left;
    width: 20%;
}
.playmenu_big{
    float: left;
    width: 100%;
    position: relative;
    top: 30px;
    cursor:pointer;
}

.playmenu_big_obsah{
    width: 70%;
    margin: 0 auto;
    min-height: 175px;
    -webkit-box-shadow: 0px 0px 55px 10px #198f9b;
    -moz-box-shadow: 0px 0px 55px 10px #198f9b;
    box-shadow: 0px 0px 55px 10px #198f9b;
}
#main .hlavne_delenie #info .playmenu_big h2{
        font-family: 'Kelson';
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
        color: #FFF16E;
    font-size: 49px;
    font-weight: bold;
   
    /*text-shadow: 0px 1px 8px #dc0963;*/
     -webkit-transition: all 0.3s ease;
    transition: all 0.7s ease;
}
#main .hlavne_delenie #info .playmenu_big h2:hover{
    text-shadow: 0px 1px 12px #dc0963;
}
.aktiv_nadpis{
    margin: 0 auto;
    color: white;
}

#main .hlavne_delenie #info .aktiv_nadpis h2{
    padding-top: 80px;
    text-align: center;
    color: white;
}

.tab_aktiv_karta, .tab_reg_karta{
    margin-top: 16px;
    width: 530px;

}
.table_checkbox
{
	margin-top: 16px;
}
.tab_aktiv_karta tbody tr td, .tab_reg_karta tbody tr td {
    height: 23px;
    line-height: 23px;
    color: white;/*#28a6b2;*/
    font-size: 14px;
}
/******************* overlay ***********************************/
#overlay .loading
{
    /*display:block;
    width:100px;
    height:100px;*/
    position: relative;
    display: inline-flex;
    margin: 0 auto;
    width:1px;
}
@keyframes spinvpravo {
    from {
        -ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
	transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg); /* IE 9 */
	-webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
	transform: rotate(360deg);
    }
}

@keyframes spinvlavo {
    from {
        -ms-transform: rotate(360deg); /* IE 9 */
	-webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
	transform: rotate(360deg);
    }
    to {
        -ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
	transform: rotate(0deg);
    }
}
/**************************************************************************************/
/*@supports (-ms-ime-align:auto) {
		#answer 
		{
			position: absolute;
			bottom:0;
		}
			
		#question.speed
		{
			max-height: 430px;
			position: relative;
			margin: 0 auto;
			width: 100%;
			padding-top:20%;
			padding-bottom:20%;
		}
		#question .stred
		{
			max-height:447px;
			min-height:338px;
		}
}
_:-ms-lang(x), #answer 
{
	position: absolute;
	bottom:0;
}
	
_:-ms-lang(x), #question.speed
{
	max-height: 430px;
	position: relative;
	margin: 0 auto;
	width: 100%;
	padding-top:20%;
	padding-bottom:20%;
}
_:-ms-lang(x), #question .stred
{
	max-height:447px;
	min-height:338px;
}

_:-ms-lang(x), #answer.diktat_answer
{
	position:relative;
}*/
/***************************** MINI karta na uvode ************************************/

#mini_karta
{
    width: 215px;
    border: .5px solid #415a68;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;	
    animation: blikanie_karty 1.8s infinite;
    box-shadow: 1px 1px 16px 1px #dc0963;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

#karta_kod
{
    width: 215px;
    /*border: .5px solid #415a68;	*/
    animation: blikanie_karty 1.6s infinite;
    box-shadow: 1px 1px 16px 1px #dc0963;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
@keyframes blikanie_karty {
    0% {
	box-shadow: 1px 1px 17px 1px #dc0963;
    }

    25% {
	box-shadow: 1px 1px 13px 1px #dc0963;

    }
    50% {
	box-shadow: 1px 1px 10px 1px #dc0963;
    }
    75% {
	box-shadow: 1px 1px 13px 1px #dc0963;
    }
    100% {
	box-shadow: 1px 1px 17px 1px #dc0963;

    }
}
@keyframes blikanie_textu {
    0% {
	text-shadow: 1px 2px 4px  rgba(220, 9, 99, 0.61);
    }            
    13% {
	text-shadow: 2px 2px 4px  rgba(220, 9, 99, 0.61);
    }            
                 
    25% {        
	text-shadow: 2px -1px 4px  rgba(220, 9, 99, 0.61);
                 
    }  
    38% {        
	text-shadow: 0px -1px 4px  rgba(220, 9, 99, 0.61);
    }          
    50% {        
	text-shadow: -1px -1px 4px  rgba(220, 9, 99, 0.61);
    }            
    63% {        
	text-shadow: -2px -1px 4px rgba(220, 9, 99, 0.61);
    }            
    75% {        
	text-shadow: -2px 0px 4px rgba(220, 9, 99, 0.61);
    }            
    88% {       
	text-shadow: -2px 2px 4px rgba(220, 9, 99, 0.61);

    }
    100% {       
	text-shadow: 1px 2px 4px #dc0963;

    }
}

@-webkit-keyframes myfirst
{
    from {text-shadow: 3px 3px 5px #dc0963;}
    to {text-shadow : none;}
}

@-moz-keyframes myfirst
{
    from {text-shadow: 3px 3px 5px #dc0963;}
    to {text-shadow : none;}
}
@keyframes myfirst
{
    from {text-shadow: 3px 3px 5px #dc0963;}
    to {text-shadow : none;}
}

.mini_karta_span_text{
    text-align: center;
    color: #fff16e;
    font-size: 17px;
    text-shadow: 3px 3px 5px #dc0963;
    -webkit-animation: myfirst 1.5s 98765432;
    -moz-animation: myfirst 1.5s 98765432;
    animation: myfirst 1.5s 98765432;
}

.mini_karta_span_text a {
    color: #fff16e; 
}

.textbox:hover {
    opacity:1;
    z-index: 100;
}
#content p.mini_karta_text {
    padding-top: 57px;
    text-align: center;
    color: #fff16e;
    font-size: 17px;
    cursor:pointer;
}
.textbox {
    width: 215px;
    height: 140px;
    margin-top: -146px;
    margin-left: 140px;
    opacity:0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius:5px;
    background-color: rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 15px 2px rgba(255,255,255,.75);
    box-shadow: 0px 0px 15px 2px rgba(255,255,255,.75);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
#kontrola_div .control
{
    display:block;
    float:right;
    cursor:pointer;
    padding-left: 10px;
    padding-bottom: 5px;
}
#kontrola_div
{
    height: auto;
    text-align: left;
    max-width: 700px;
    width: 80%;
    position: absolute;
    top: -114px;
    left: 70px;
    color: #fff;
    z-index: 10000;
    /* background: url(/images/kontrolor_frame.png); */
    background-color: #dc0963;
    padding:10px;
}
#kontrola_div .hodnotenia .old_kontrola
{
    margin-top: 2px;
    display: block;
    font-size: 14px;
}
#kontrola_div hr
{
    margin-top: 10px;
    margin-bottom: 10px;
}
#kontrola_div textarea
{
    color:#000;
}
/**************************************************************************************/
#menu ul.menu.nav-is-visible {
    display: block;
    opacity: 1;
    height: auto;
}


/*********************  JSMATH *********************************************************/
#content .typeset  {font-size: 35px; font-weight:300;font-family: 'Roboto',sans-serif;}
#content #question #playground-strielacka .typeset  {font-size: 21px; font-weight:300;font-family: 'Roboto',sans-serif;    margin: 0;}

#content .triedicka-draggable .typeset  {font-size: 15px; font-weight:300;font-family: 'Roboto',sans-serif;vertical-align: middle;}
#content #question .stred_pretahovacka_triedicka .typeset  {display: inline; font-size: 20px; font-weight:600;font-family: 'Roboto',sans-serif;vertical-align: middle;  margin: 0.2em 0px;  margin-bottom: 1px;   margin-top: 0;}
#content #holder-answer .pretahovacka-draggable .typeset  {font-size: 16px; font-weight:600;font-family: 'Roboto',sans-serif;vertical-align: middle;     margin-bottom: 1px;   margin-top: 0;}
#content #answer .button .typeset {font-size: 14px; margin:0px}

#content #question.triedicka .stred_pretahovacka_triedicka .typeset  {font-size: 22px;font-weight:300;}
#content #question.triedicka .stred_pretahovacka_triedicka .triedicka_nazov .typeset  {font-weight:600;}

/**************************************************************************************/
/*********************  JSMATH ********************************************************* /
#content .typeset  {font-size: 35px; font-weight:300;font-family: 'Roboto',sans-serif;line-height: 1.6em;	    color: #146F8C;}
#content .triedicka-draggable .typeset  {font-size: 15px; font-weight:300;font-family: 'Roboto',sans-serif;vertical-align: middle;}
#content #question .stred_pretahovacka_triedicka .typeset  {font-size: 37px; font-weight:300;font-family: 'Roboto',sans-serif;vertical-align: middle;  margin: 0.2em 0px;  margin-bottom: 1px;   margin-top: 0;display: inline;}
#content #question .stred_pretahovacka_triedicka .pretahovacka-droppable .typeset,
#content #question .stred_pretahovacka_triedicka .triedicka_nazov .typeset,
#content #question .stred_pretahovacka_triedicka .triedicka-draggable .typeset {font-size: 16px; font-weight:600;font-family: 'Roboto',sans-serif;vertical-align: middle;  margin: 0.2em 0px;  margin-bottom: 1px;   margin-top: 0;}

#content #question .stred_pretahovacka_triedicka .triedicka-draggable .typeset {font-weight:300;}
#content #help_test .vysvetlenie_text .typeset  {color: #ffffff; font-size: 12px; font-weight:300;font-family: 'Roboto',sans-serif;vertical-align: middle;  margin: 0.2em 0px;  margin-bottom: 1px;   margin-top: 0;}
#content #holder-answer .pretahovacka-draggable .typeset  {font-size: 16px; font-weight:600;font-family: 'Roboto',sans-serif;vertical-align: middle;     margin-bottom: 1px;   margin-top: 0;}
#content #answer .button .typeset {font-size: 14px; margin:0px; color: #ffffff;}
*/





#mobil_button
{
    display:none;
    background-color: #415a68;
}
#mobil_button a
{
    display: block;
    padding-top: 31px;
}
#mobil_button a span
{
    background: url(/images/menu/menu_bt.png);
    background-repeat: no-repeat;
    /* width: 34px; */
    /* height: 28px; */
    padding: 10px 18px;
    background-position: center;
}
#mobil_button a span.active
{
    background: url(/images/menu/menu_bt_h.png);
    background-repeat: no-repeat;
    /* width: 34px; */
    /* height: 28px; */
    padding: 10px 18px;
    background-position: center;
}
.slider_content
{
    padding-left: 150px;
    padding-right: 100px;
}
.obsah_setting
{
    display: inline-block;
}
.setting_checkbox
{
    color: #415a68; 
    text-align: left; 
    float: left; 
    font-size: 12px; 
    width: 66%; 
    padding-top: 8px;
}
.prepinacik
{
    float:left; 
    width: 100px;
}
.setting_preinac_row
{
    border-bottom: 1px solid #E9E7E9; 
    height: 48px;
}
#content .slider_content p.strong{
    font-size: 18px;
    text-align: justify;
}
.footer_home
{
    max-width: 773px;
    padding-top: 1px;
    padding-bottom: 13px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    display: block;
}
#content span.detail_big
{
    max-width: 753px;
    width:100%;
    text-align: justify;
    font-size: 21px;
    /* padding: 93px; */
    display: inline-block;
    padding-left: 87px;
    padding-right: 87px;
    padding-top: 25px;
}
#help_diktat img.ziarovka, #help_test img.ziarovka {
    display:none;
}
#help_diktat img.ziarovka_top, #help_test img.ziarovka_top {
    width:25px; 
    cursor:pointer; 
    display:none
}
#content .vysvetlenie .vysvetlenie_text .typeset {
    font-size:14px;
}
#content .vysvetlenie .vysvetlenie_text .resize {
    display:block;
    float:right;
    position: absolute;
    right: 3px;
    top: 3px;
}
#hotovo_img
{
	position: relative;
    top: 54px; 
    margin: 0 auto;
    margin-top: 6px;
    margin-bottom: -6px;
    background: #fff;
    right: 17px;
    float: right;
    position: absolute;
}
img#hotovo
{
	position: relative;
    top: 54px; 
    margin: 0 auto;
    margin-top: 6px;
    margin-bottom: -6px;
    background: #fff;
    right: 63px;
    float: right;
    position: absolute;
}
/*------------------------- fix Firefox ---------------------------------------*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

/*------------------------- detektivka ---------------------------------------*/

#playground-detektivka
{
    min-height:300px;
    height:100%;
    
    text-align: left;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: url('../images/cursor_detektivka.cur'), url('/images/cursor_detektivka.cur'), auto; /* standard: note the different path for the .cur file */
    cursor:url('/images/cursor_detektivka.png') 4 8, auto;
}
#playground-detektivka .boxes {
    position: relative;
    /*display: inline;*/
    display: block;
    
}
#playground-detektivka .boxes .answer_button {
    font-size: 26px;
    font-weight: 300;
    color: #415a68;
    padding: 2px;
    line-height: 1.5em;
    display: inline;
}
#playground-detektivka .boxes .answer_button:hover
{
	background: #fff16e;
}
#playground-detektivka .boxes .answer_button.correct
{
	background: #9FCF67;
}

#playground-detektivka .boxes .answer_button.incorrect
{
	background: #FB5F64;
}
#playground-detektivka .boxes .answer_button > div {
    display: inline;
}
/*#playground-detektivka .boxes {
   font-size: 26px;
    font-weight: 300;
    color: #415a68;
    padding: 4px;
    line-height: 1.5em;
}*/
/*------------------------- Strielacka ---------------------------------------*/

#playground-strielacka
{
    min-height:300px;
    height:100%;
   /* cursor:url(/images/cursor.png) 4 8, auto;*/
    
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: url('../images/cursor.cur'), url('/images/cursor.cur'), auto; /* standard: note the different path for the .cur file */
    cursor:url('/images/cursor.png') 4 20, auto;
    
    
}
#playground-strielacka .boxes {
    position: absolute;
     -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently*/
}
#playground-strielacka .boxes .prekritie
{
    position: absolute;
    top: 0;
}
#playground-strielacka .boxes .answer_button {
    font-size: 21px;
    font-weight: 300;
    color: #fff;
    padding: 20px;
    border: 3px dashed #fff;
    background: #415a68;
}
#playground-strielacka .boxes .answer_button.image {
    font-size: 5px;
    color: #fff;
    padding: 5px;
    border: 3px dashed #fff;
    background: #415a68;
}
#playground-strielacka .boxes .answer_button.shoot_1, #playground-strielacka .boxes .prekritie.shoot_1 {
    background: url(/images/shoot_1.png);
    background-repeat: no-repeat;
    background-position: 50%;
    width:100%;
    height:100%;
}
#playground-strielacka .boxes .answer_button.shoot_2, #playground-strielacka .boxes .prekritie.shoot_2 {
    background: url(/images/shoot_2.png);
    background-repeat: no-repeat;
    background-position: 50%;
    width:100%;
    height:100%;
}
#playground-strielacka .boxes .answer_button.shoot_3, #playground-strielacka .boxes .prekritie.shoot_3 {
    background: url(/images/shoot_3.png);
    background-repeat: no-repeat;
    background-position: 50%;
    width:100%;
    height:100%;
}
#playground-strielacka .boxes .answer_button.shoot_4, #playground-strielacka .boxes .prekritie.shoot_4 {
    background: url(/images/shoot_4.png);
    background-repeat: no-repeat;
    background-position: 50%;
    width:100%;
    height:100%;
}
#playground-strielacka .boxes .answer_button.incorrect {
    background-color: #dc0963;
}
#playground-strielacka .boxes .answer_button.correct {
    background-color: #9fcf67;
}
#question .image img.strelacka_image
{
    max-height: 100px;
    max-width: 100%;
}
small
{
    font-size: 13px;
}
.strelnica_ammo
{
    display: flex;
    width: 280px;
    justify-content: space-between;
}
.strelnica_ammo .text
{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 235px;
    text-align: left;
    padding-left: 15px;
    font-size: 13px;
}
.naboje
{
    background: url(/images/bullet.png?v=2);
    width: 0px;
    height: 54px;
    background-repeat: repeat-x;
    background-position: 0px 4px;
}
.naboje_extra
{
    background: url(/images/bullet_extra.png?v=2);
    width: 0px;
    height: 54px;
    background-repeat: repeat-x;
    background-position: 0px 4px;
}
.naboje._1, .naboje_extra._1
{
    width: 17px;
}
.naboje._2, .naboje_extra._2
{
    width: 34px;
}
.naboje._3, .naboje_extra._3
{
    width: 53px;
}
.naboje._4, .naboje_extra._4
{
    width: 76px;
}
.naboje._5, .naboje_extra._5
{
    width: 104px;
}
.naboje._6, .naboje_extra._6
{
    width: 138px;
}
.naboje._7, .naboje_extra._7
{
    width: 180px;
}
.naboje._8, .naboje_extra._8
{
    width: 233px;
}
.naboje._9, .naboje_extra._9
{
    width: 300px;
}
.naboje._10, .naboje_extra._10
{
    width: 394px;
}
/*****************************************************************************************************/
.star{
    background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAABQCAYAAAAZQFV3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABOFJREFUeNrsmEFoHFUYx9/MdHfTJRKzUhBaFiL1YghZCFQUIV6UQJuLWCgr8eKpIoiFSqsHQYrmYj14KHqxKAl6MbA5eCgKRVAMBhpCwIJQCETRQzTsNtnO7s74+17fbGc3M7OzZhUsHfjzdvd97/++973vff99Y/m+rwb5WL0Idz60h2nckTc8Nw2hncLmAnhtIB7i3VGan8VD8Dhebh+U8FOaX8Bh4EB48R8TQlai+QnkgMTxD/AYpFt9EULk0EyBD8Dn4BPT9TZ4CrwD6Wos4V+XrUdpXzQk4tUEkAFXwNUu+1fAWWO7anADLDLJTkCYpf0K3DQe3Ui5oUI6B8ShlyBstZfMMiXoX4MV8GZKQgnJcXA6nKPtGJoE/gZ8Cy6mIJPwnIJsL3ZTIB2h+U6WANZjyE6Aj8Cz3WT7TooJ7HUwneDdc+BaFFnc0SuCzQTCTWOT+iwfN6cjWJ6clo9NzOS5Bcb6IZTZj5pU+syEYNV8XzA2Y6lOCptyhGbDeDFPnJa6TlGZ5rxJ/nxkSRPCACR5EUyHf4sCNjOgENVn/ecVe+CEy8vLWgJmZ2fd1IRra2vxSbe5eYlmu1gsXo6zmZycTKcpkEn6vC61kM+FQYiUeDdvauP5Ay0ZjyIlgKVv9bVkiBwQVJRX2YwWkKLxrhxB+qYSPaxUKrESANHVrh2PlQAzqSbskAA6UkkA5B0SICvRSzb5ddrMWu4jh8umSLwckLVjSKClWJ6SwsrM76fwLpCAM4x1I9OGjhrN8+AkAyYSyGTDnhEHjCPxeYhBagmIIvtXJOBQkgSY5Z01/76umAy4lbpiG5IqzQuG6Alz9LLmf+IP5hh+AfmxnoSQdUgAg5a6JuuQgMiSFi7fJHkR9JQAbGbA/SoBi4uLWgLK5XIqCdBpkyQBZne3sTm4BGxsbLQlgM+DkYBsNjucyWQKaSXATvCuZFnWHIQqlxMVUOeMx/0RMsgBWgIgcyBVgqwwIwH0JUvAwsJChwQwuOQ4jrJtO/CsfQBc11We56lWqyXfOySALNgJdlmuWzNSB/P5vBKyyJnxMjxBs9mc2tvbEye+DN1l7uYhuaZvAXg1LaQyOOkRL3d3d8XLishHOEd1DMfHx7UEYLjCrCop2aXP2Mht4QxjoyWADi0BxGddZm80GjpWYSL5TfpkYnHAOBK/yxhoCZAl1et1PbharWrUajX9m/SJBESRJUlAr6fvW0CvZyyxOIQPN4kbnv1mlwQERGPhMbHli/Q5Yv5lSdDnSYelrlLWIQGRJS1cvjk1RdBTArCZAferBPT7IkjvcuP7t3pKADaxEpB5+r10FXv3x3kKqqUlgM+DkQB76OFhKzdycAnAo5KynTlraFTZQ4/gqH3ursd9EjLIAVoC7KGCAxFWNqSjWgLoS5aAfS+C7EzJcrLKOjSkrNwoFu0ToPz6n8pv3dFQXjPyRdA9CbDsk/ZDx5SQxWiAsg4X7vE361NedQsn/P0SELwIgmzaHiZMtpMcKK+pWlUuVF6j0v0iSMcw/+QFLQF+y13xbv/GpF4CWUt5tV+FTEsAY6MlgA4tASxlnaUo362yLGLlh2Lo1iCjj4nFAeNI/H9sDHbYxesEfcK//XvSoq9Fkf0/JCDqDWfV3I+TJGCLne19CzAvgtoS8OBF0APC6OdvAQYAj2xzC/IfXBsAAAAASUVORK5CYII=');background-position:left -2px;display:block;	    width:20px;
    height:16px;
    line-height:16px;
    float:left;
    cursor:pointer;
    zoom:1}
.fullStar{
    background-position:left -59px;
}
.stars{
    overflow:hidden;
    display: inline-block;
}
.tmp_es{
    background-position:left -21px;
}
.tmp_fs{
    background-position:left -40px;
}

.odpovede_star{
    float: left;
    width: 33%;
    font-size: 17px;
    padding-top: 10px;
}

#help_druhy{
    position: absolute;
    top: 70px;
    right: 20px;
}

.pulse-button {

    position: relative;
    width: 50px;
    height: 50px;
    border: none;
    box-shadow: 0 0 0 0 rgba(255, 69, 75, 0.7);
    border-radius: 10%;
    background-color: transparent;
    background-image: url(/images/responsive/help_book.png);
    background-size:100%;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 2.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 2.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 2.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 2.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.blik-danger {
  
    background-image: url(/images/danger2.png);
    background-repeat: no-repeat;
    -webkit-animation: blik 2.25s infinite ease-in-out;
    -moz-animation: blik 2.25s infinite ease-in-out;
    -ms-animation: blik 2.25s infinite ease-in-out;
    animation: blik 2.25s infinite ease-in-out;
    background-position: 1px 2px;
    background-size: 24px;
    /* position: static; */
    /* display: inline-block; */
    height: 27px;
    min-width: 27px;
    margin-top: -8px;
    flex-grow: 1;
    margin-right: -9px;
}
.button-text
{
	display:inline-block;
	display: block;
    position: relative;
    width: 100%;
    text-align:center;
    flex-grow: 2;
    padding-right:2px;
    padding-left:2px;
    
}
#content button .button-text span
{
	white-space:nowrap;
}
.pulse-button:hover 
{
    -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

.pulse-button a{
    display: block;
    width: 45px;
    height: 45px;
}


/*.svetla{
    background-color: #28a6b2;
    width: 100%;
}
.tmava{
    background-color: #1b8f9c;
    width: 100%;
}*/

.obsahtext{
    padding-top: 57px;
    background-color: #28a6b2;
}

.obsahuvod{
    padding-top: 25px;
    width: 73%;
    margin: 0 auto;
    color: white;
    border-bottom: 1px solid #445b67;
    max-width: 930px;
}

.obsahuvod ul{
    /*width: 80%;*/
    margin: 0 auto;
    padding-bottom: 60px;
    display: table;
}

.obsahuvod li {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    /*font-family: 'kelson_rg', sans-serif;*/
}
.obsahuvod h2{
   /* font-family: 'kelson_rg', sans-serif;*/
    text-transform: uppercase;
    padding-bottom: 40px;
    font-size: 40px;
    padding-top: 30px;
    color: white;
    line-height: 45px;
    /*max-width: 675px;*/
    margin: 0 auto;
    font-family: 'Kelson'; font-weight: 800; font-style: normal;
}
#content .obsahuvod p{
    color: #FFF16E;
}

.obsahuvod img{
    width: 100%;
}

.banner {
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.3);
    position:fixed;
    top: 350px;
    z-index: 2;
    right: 3px;
}

.banner .dots {
    bottom: 20px;
   /* left: 0;*/
    position: absolute;
   right: 17px;
}
.banner .dots li.active {
    background: none repeat scroll 0 0 #fff;
    opacity: 1;
}
.banner .dots li {
    border: 2px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0 4px;
    opacity: 0.4;
    text-indent: -999em;
    transition: background 0.5s ease 0s, opacity 0.5s ease 0s;
    width: 10px;
}

.nav>li>a{
    display: none;
}

.obsahuvodleft{
    float: left;
}

.obsahuvodright{
    float: left;
    padding-left: 100px;
}

.obsahuvodleft2{
    float: left;
}

.obsahuvodright2{
    float: left;
    padding-left: 40px;
}

.obsahleft{
    float: left;
    width: 50%;
    text-align: left;
    font-size: 18px;
}

.obsahright{
    float: left;
    width: 50%;
    text-align: left;
    font-size: 18px;
    padding-left: 40px;
}

.obsahstlpec{
    float: left;
    width: 33%;
    padding-right: 15px;
    text-align: left;
    font-size: 18px;
}

.obsahstlpec p{
    width: 215px;
}

.obsahstlpec img{
    width: 40%;
    display: block;
    margin: 0 auto;
}

#content .obsahleft p, #content .obsahright p, #content .obsahstlpec p, #content .textblock p{
    color: white;
}

.obsahright ul, .textblock ul{
    padding-left: 20px;
}

.textblock{
    text-align: left;
    font-size: 18px;
}


input[type="button"].uvod_button.ucitel ,button.uvod_button.ucitel {
    font-size: 18px;
    font-weight: 800;
    font-family: 'Kelson';
    text-transform: uppercase;
    background: url(/images/demo_button.png);
    width: 301px;
    height: 69px;
    padding-bottom: 14px;
}

.uvod_button.kupit{
    font-size: 18px;
    font-weight: 800;
    font-family: 'Kelson';
    text-transform: uppercase;
    background: url(/images/demo_button.png);
    width: 301px;
    height: 69px;
    padding-bottom: 14px;
    text-decoration: none;
    display: inline-block;
    line-height: 54px;
    color: #415a68;
}

a.uvod_button.kupit:hover {
    color: white !important;
    color: #415a68 !important;
}

.obsahcenter{
    width: 711px;
    margin: 0 auto;
}

.obsahcenter a {
    text-decoration: none;
    color: white;
}

#content .obsahcenter a:hover {
    color: #fff16e;
    cursor: pointer;
}

.obsahcenter1{
    width: 600px;
    margin: 0 auto;
}

.obsahcenter2{
    margin: 0 auto;
}

.obsahcenter3{
    width: 480px;
    margin: 0 auto;
}

.headermenu{
    position: absolute;
    top: 80px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.headermenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.headermenu ul li {
    float: left;
}

.headermenu ul li a {
   color: white;
   display: block;
   font-weight: bold;
   font-size: 18px;
   text-decoration: none;
   padding: 20px;
   text-align: center;
}

#content .headermenu ul li a:hover, #content .headermenu ul li a.active{
    color: white;
    text-decoration: none;
}

.headermenu ul li .home{
    background: url(/images/li_menu_home.png) no-repeat;
    width: 69px;
    height: 55px;
    position: relative;
    left: 7px;
}

.headermenu ul li .home:hover, .headermenu ul li a.home.active{
    background: url(/images/li_menu_home_hover.png) no-repeat;
    width: 69px;
    height: 55px;
}

.headermenu ul li .firstli{
    background: url(/images/li_menu_first.png) no-repeat;
    width: 122px;
    height: 61px;
}

.headermenu ul li .firstli:hover, .headermenu ul li a.firstli.active{
    background: url(/images/li_menu_first_hover.png) no-repeat;
    width: 122px;
    height: 61px;
}

.headermenu ul li .secondli{
    background: url(/images/li_menu_second.png) no-repeat;
    width: 132px;
    height: 64px;
    position: relative;
    left: -4px;
}

.headermenu ul li .secondli:hover, .headermenu ul li a.secondli.active{
    background: url(/images/li_menu_second_hover.png) no-repeat;
    width: 132px;
    height: 64px;
}

.headermenu ul li .thirdli{
    background: url(/images/li_menu_third.png) no-repeat;
    width: 122px;
    height: 64px;
    position: relative;
    left: -4px;
}

.headermenu ul li .thirdli:hover, .headermenu ul li .thirdli.active{
    background: url(/images/li_menu_third_hover.png) no-repeat;
    width: 122px;
    height: 64px;
}

.headermenu ul li .odd1{
    position: relative;
    left: -8px;
}

.vyberleft{
    float: left;
    width: 50%;
}

.vyberright{
    float: left;
    width: 50%;
}

.col1{
    float: left;
    width: 50%;
}

.col2{
    float: left;
    width: 50%;
}

.col3{
    float: left;
    width: 50%;
}

.col4{
    float: left;
    width: 50%;
}

.colbal,.colbal2{
    float: left;
    width: 50%;
}


#content .plat_metody{
    text-align: left;
    margin-bottom: 40px;
    display: inline-block
}

#content .plat_metody span.info{
    font-size: 16px;
}

#content .plat_metody img{
    vertical-align: middle;
    padding: 2px;
}

#content .plat_metody .branaleft{
    float: left;
    width: 35%;
    max-width: 150px;
}
#content .plat_metody .branaright{
    float: left;
    width: 65%;
}

#content .zlavablock{
    float: left;
    width: 32%;
    box-shadow: 0px 0px 55px 10px #198f9b;
    -moz-box-shadow: 0px 0px 55px 10px #198f9b;
    -webkit-box-shadow: 0px 0px 55px 10px #198f9b;
    margin-right: 10px;
    height: 305px;
    position: relative;
}

#content .zlavablock span.info{
    font-size: 16px;
}

#content .zlavablock input[type=text]{
    height: 45px;
    font-size: 15px;
    width: 200px;
}

#content .zlavablock .button{
    width: 244px !important;
    position: absolute;
    bottom: 10px;
    right: 10%;
}

.tab_reg_nova_karta{
    width: 400px;
    margin-right: 20px;
}

.tab_reg_nova_karta tr td{
    color: white;
}

.faqtable{
    border-spacing: 5px;
    border-collapse: separate;
}

.faqtable tr.row td
{
	text-align:center;
	width: 100px;
	display: table-cell;
	padding: 4px;
}

.faqtable tr.row td.kolo
{
	text-align:center;
	width: 100px;
	display: table-cell;
	border: 2px solid black;
}

.faqtable tr.row td.lavy
{
	text-align:left;
	width: 80px;
	display: table-cell;
	border: 2px solid #198f9b;
}
.faqtable tr.row td.right
{
	text-align:right;
	width: 80px;
	display: table-cell;
	border: 2px solid #dc0963;
}
.faqtable tr.row td.stred
{
	text-align:center;
	width: 20px;
	display: table-cell;
}
.main_info h2
{
	font-size: 34px;
	color: #dc0963;
}
#r2-9rocnik
{
	width: 50%;
	margin-right: 21px;
	text-align: -webkit-right;
	text-align:right;
	margin: 0 auto;
	display: inline-flex;    
	padding-right: 54px;
}
#r1rocnik
{
	display: inline-flex;
	width: 48%;
	text-align: -webkit-left;
	text-align: left;
}

/************DIKTATY PLUS**************************/
.leftdiktaty{
    float: left;
    display: block;
    width: 45%;
    min-height: 350px;
}

.rightdiktaty{
    float: left;
    display: block;
    width: 55%;
    padding: 0 20px 0 20px;
}

#content .leftdiktaty input[type=email],#content .leftdiktaty input[type=text], #content .leftdiktaty .selectbox {
    padding: 5px;
    background: #fff;
    border: 1px solid #B6B9B9;
    margin: 5px;
    font-size: 15px;
    height: auto;
}

form.diktatyplus{
    margin-top: 15px;
    padding: 10px;
    -moz-box-shadow: 0px 0px 55px 10px #198f9b;
    -webkit-box-shadow: 0px 0px 55px 10px #198f9b;
    box-shadow: 0px 0px 55px 10px #198f9b;
}

form.diktatyplus tr td{
    color: white;
    text-align: left;
    padding: 8px;
    vertical-align: middle;
}

#content .rightdiktaty .tabsdp .ui-state-active{
    background: #fff16e;
    border: 1px solid #fff16e;
    color: #415a68;
}

#content .rightdiktaty .tabsdp .ui-state-active a{
    color: #415a68;
}

#content .rightdiktaty .tabsdp li{
    background: #198f9b;
    border: 1px solid #198f9b;
    color: #fff16e;
}

#content .rightdiktaty .tabsdp li a{
    color: #fff16e;
    padding: 0.8em 1.5em;
}

#content .rightdiktaty .tabsdp li:hover{
    background: #fff16e;
    border: 1px solid #fff16e;    
    cursor: pointer;    
}

#content .rightdiktaty .tabsdp li a:hover{
    color: #415a68;
    text-decoration: none;
}

#content .rightdiktaty .tabsdp h3{
    padding-top: 0px;
    padding-bottom: 6px;
    font-size: 25px;
}

table.scroll.tabledp tbody{
    height: 400px;
}

table.scroll.tabledp thead th{
    font-size: 13px;
}

table.scroll.tabledp tbody tr td{
    height: 34px;
    line-height: 34px;
}

table.scroll.tabledp tbody tr td .kontrolaimg{
    margin-top: 3px;
    margin: 0 auto;
}

#content .leftdiktaty h2, #content .rightdiktaty h2{
    font-size: 31px;
}

.pay_col{
    float: left;
    width: 25%;
    padding: 10px;
}

#content .pay_col h3{
    color: #feef72;
    font-size: 28px;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 5px rgba(255, 69, 75, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 5px rgba(255, 69, 75, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 5px rgba(255, 69, 75, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 5px rgba(255, 69, 75, 0);}}
/*
@-webkit-keyframes blik {to {opacity: 0.5;}}
@-moz-keyframes blik {to {opacity: 0.5;}}
@-ms-keyframes blik {to {opacity: 0.5;}}
@keyframes blik {to {opacity: 0.5;}}*/

/*****************************************************************************************************/
/*****************************************************************************************************/
/*@media (max-height: 740px){
	footer{
		position: relative;
	}
}*/
@media (max-width: 1080px){
    .obsah_setting
    {
		padding-left: 30px;
    }
   
    .leftcontent.setting, .rightcontent.setting {
	width: 370px;
	display: block;
    }
    #RunMenu .tretina .percenta_text
    {
	display:none;
    }

    #help_test.crossroad_help{
	top: 40px;
    }
    .obsahuvod h2{
	font-size: 22px;
    }
    .obsahuvodleft2{
	width: 50%;
	margin: 0 auto;
	float: none;
    }
    .obsahleft, .obsahright, .obsahright ul li, .obsahstlpec{
	font-size: 16px;
    }
    
    .obsahstlpec p{
	width: 150px;
    }
    
    #obsah .rightdiktaty .imgdpgraf{
	width: 100%;
    }
    
    #obsah .rightdiktaty table.scroll.tabledp thead th{
	font-size: 11px;
	line-height: 14px;
	height: 27px;
    }
    
    #obsah .rightdiktaty table.scroll.tabledp tbody td{
	font-size: 11px;
    }
    
    #obsah .leftdiktaty h2, #obsah .rightdiktaty h2{
	font-size: 24px;
    }
    
    #obsah .leftdiktaty .slider-container{
	width: 100% !important;
    }
    .colbal,.colbal2{
	float: none;
	width: 100%;
    }    
    
}
@media (max-width: 840px){
	#rocniky_bonus {
		margin-top: 27px;
	}
    #playground-strielacka {
	min-height:400px;
    }

    #help_diktat, #help_test{
	position: absolute;
	top: 56px;
	left: 5px;
    }
    table.scrollstat {
	width: 100%;
    }
    #RunMenu .tretina.lavo
    {
	width: auto;
	margin-left: 0px;
	padding-right: 8px;
	margin-top: 18px;
    }
    #RunMenu .tretina.pravo
    {
	width: 65%;
    }

    .histsum {
	margin-right:0px;
	margin-top:0px;
	border:0px;
	margin-left:0px;
    }
    table.scroll tr {
	margin-right: 0px;
    }
    #mobil_button
    {
	display: block;
	width: 100%;
	height: 74px;
    }
    .obsah_setting {
	padding-left: 0px;
    }
    ul.menu
    {
	display:none;
	transition: opacity 0.5s ease;
	opacity: 0; 
	height: 0;
	/*overflow: hidden;*/
    }
    .historileft{
	width: 100%;
    }
    .odsadenie{
	padding: 30px 0 0 30px;
    }
    .sumbody{
	display: none;
    }
    .predmetysum{
	display: block;
	width: 100%;
    }
    .histsubj{
	float: left;
	width: 16%;
    }
    .celkusp{
	display: inline;
    }
    .celkb{
	font-size: 18px;
    }
    .histsum{
	width: 16%;
	float: left;
	padding-top: 42px;
    }
    .imghistsj, .imghistaj, .imghistmt, .imghistprv, .imghistcas{
	background-size: 70%;
	height: 100px;
    }
    .imghistsj.active, .imghistaj.active, .imghistmt.active, .imghistprv.active, .imghistcas.active{
	background-size: 70%;
    }
    #obsah .home_col.prvak{
	padding-top: 0px;
	float: left;
	width: 25%;
    }
    #obsah .home_col.prvak img{
	width: 90%;
	height: 100%;
    }

    .slider_content
    {
	padding-left: 50px;
	padding-right: 50px;
    }
    .unslider-arrow.prev{
	left: 10px !important;
    }
    .unslider-arrow.next{
	right: 10px !important;
    }
    .odsadenie{
	padding: 40px 10px 0 14px;
    }
    .nadpis_stats{
	padding: 40px 10px 0 14px;
    }

    .leftcontent, .rightcontent{
	float: none;
	margin-left: 0px;
	padding: 0 10px 0 10px;
	border: none;
	width: 70%;
	margin: 10px auto;
    }
    #obsah{
	width: 100% !important;
    }
    table.scroll tbody{
	height: 100%;
    }
    #slide_content
    {
	padding-left: 10px;
	padding-right: 10px;
    }
    .uvod_logo img{
	width: 70%;
	padding-top: 50px;
    }
    .uvod_menu,.prihlasenie_menu, .headermenu{
	display: none;
    }
    #info #responsive_menu, .headeruvod #responsive_menu{
	display: block;
    }
    #mobil_button_uvod
    {
	display: block;
	width: 100%;
	height: 74px;
    }
    #info #responsive_menu, .headeruvod #responsive_menu{
	position: absolute;
	left: 0;
	top: 49px;
	width: auto;
	background-color: #415a68;
	z-index: 777;
    }
    #mobil_button_uvod a
    {
	display: block;
	padding-top: 31px;
    }
    #mobil_button_uvod a span 
    {
	background: url(/images/menu/menu_bt.png);
	background-repeat: no-repeat;
	padding: 10px 38px;
	background-position: center;
    }
    #mobil_button_uvod a span.active
    {
	background: url(/images/menu/menu_bt_h.png);
	background-repeat: no-repeat;
	padding: 10px 38px;
	background-position: center;
    }
    #info #responsive_menu ul.resp_menu, .headeruvod #responsive_menu ul.resp_menu {
	background-color: #415a68;
	font-size: 16px;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;    
    }

    #info #responsive_menu ul.resp_menu li, .headeruvod #responsive_menu ul.resp_menu li {
	background-color: #415a68;
	display: block;
	cursor: pointer;
	-webkit-transition: background-color .1s ease-in;
	-moz-transition: background-color .1s ease-in;
	-o-transition: background-color .1s ease-in;
	transition: background-color .1s ease-in;
	z-index: 0;
	padding: 5px;
	text-align: left;
    }

    #info #responsive_menu ul.resp_menu li a, .headeruvod #responsive_menu ul.resp_menu li a {
	color: white;
	text-decoration: none;
	font-size: 15px;
	padding: 5px;
    }

    #info #responsive_menu ul.resp_menu li:hover,#info #responsive_menu ul.resp_menu li.active, .headeruvod #responsive_menu ul.resp_menu li:hover,.headeruvod #responsive_menu ul.resp_menu li.active {
	display: block;
	background-color: #dc0963;
    }

    #info #responsive_menu ul.resp_menu li a img, .headeruvod #responsive_menu ul.resp_menu li a img {
	padding: 24px 16px;
    }

    #info #responsive_menu ul.resp_menu.nav-is-visible, .headeruvod #responsive_menu ul.resp_menu.nav-is-visible {
	display: block;
	opacity: 1;
	height: auto;
    }

    ul.resp_menu
    {
	transition: opacity 0.5s ease;
	opacity: 0; 
	height: 0;
	overflow: hidden;
    }
    
    .obsahuvod{
	width: 100%;
	padding-left: 22px;
    }
    
    .obsahuvod h2{
	font-size: 29px;
    }
    
    .obsahuvodleft, .obsahuvodright, .obsahuvodright2{
	float: none;
	width: 100%;
    }
    
    .obsahuvodleft2{
	float: none;
	width: 60%;
	margin: 0 auto;
    }
    
    .obsahuvodright{
	padding: 0px;
    }
    
    .obsahcenter, .obsahcenter1{
	width: 90%;
	padding: 15px;
    }
    #content .zlavablock{
	float: none;
	width: 70%;
	margin: 0 auto;
	margin-bottom: 10px;
    }
    
    #content .zlavablock .button{
	right: 20%
    }
}

@media (max-width: 768px)  {
	#content div.bottom_button
	{
		    position: relative;
		bottom: 0;
		right: 0;
	}
	#obsah.bonus small{
		padding-left: 10px;
		padding-right: 10px;
	}
	#obsah #opak_dig {
		float: none;
		display: block;
		width: 100%;
		position: relative;
	}
	#obsah #opak_dig .playmenu {
		width: 50%;
	}
    footer, .push, footer.crossroad
    {
		height:115px;
    }
    #obsah .home_col {
	padding: 5px;
    }
    #obsah .home {
	padding: 0;
    }
    .button.vyplnovacka {
	width: 100%;
    }
    #question.triedicka
    {
	padding:0px;
    }
    .triedicka-4 {
	margin-right: 4px;
	margin-left: 4px;
    }
    #diktak_past .big_div .aktual_text {
	display: block;
	font-size: 32px;
	padding: 15px;
    }
    #info_text {
	font-size: 20px;
    }
    #diktak_past #last
    {
	font-size: 14px;
    }
    .mega_wrapper
    {
	margin: 0 auto -72px;
    }
    .unslider-wrap.unslider-carousel>li {
	height:auto;
    }
    #main .hlavne_delenie #ziak_slider .unslider h2 {
	font-size:27px;
    }
    .unslider-wrap.unslider-carousel>li img.full
    {
	width:100%;
    }
    #main .hlavne_delenie #ziak_slider ul#clasic li
    {
	font-size:14px;
    }
    #main .hlavne_delenie #ziak_slider ul#clasic
    {
	padding-left:20px;
	width: 100%;
    }
    #question.speed .text, #content #question.speed .text p
    {
	font: 31px Roboto,sans-serif;
    }
    #RunMenu .tretina.pravo
    {
	margin-top: 12px;
	margin-right: 0px;
    }
    #help_test.crossroad_help{
	top: 20px;
    }
    .button button.answer_button.longanswer
    {
        height: 80px;
        padding: 7px 0px;
    }
    .button button.answer_button.longanswer_middle
    {
		font-size:13px;
		height: 80px;
        padding: 7px 0px;
	}
	#content .typeset
	{
		font-size: 18px;
	}
    .vyberleft, .vyberright{
	float: none;
	width: 100%;
	padding: 5px;
    }
    .tab_reg_karta{
	width: 100%;
	margin-bottom: 75px;
	display: block;
	padding: 12px;
    }
    
    #obsah .rightdiktaty table.scroll.tabledp thead th{
	font-size: 10px;
	line-height: 12px;
	height: 25px;
    }
    
    #obsah .rightdiktaty table.scroll.tabledp tbody td{
	font-size: 11px;
    }
    
    #obsah .rightdiktaty, #obsah .leftdiktaty{
	width: 80%;
	margin: 0 auto;
	float: none;
    }
    
    #content .rightdiktaty .tabsdp h3{
	font-size: 20px;
    }
    
    .pay_col{
	float: none;
	width: 50%;
	margin: 0 auto;
    }
    #content #payment-container .button{
	width: 50% !important;
	font-size: 20px;
    }
}
@media (max-width: 599px) {
    #playground-strielacka .boxes {
	position: relative;
	display: inline-flex;
	padding: 11px;
    }
    .div_message, .bodyzakolo {
	float: none;
	margin: 0 auto;
	display: block;
	margin-top: 27px;
    }
    #question .image img.strelacka_image
    {
	max-height: 70px;
	max-width: 100%;
    }
    .triedicka-3, .triedicka-2 {

	width: 50%;
    }
    #RunMenu .tretina .percenta_text
    {
	display:block;
    }
    #RunMenu .tretina .progress
    {
	display:none;
    }
    .flex600
    {
        display:block;
    }
   
    #menu ul.menu li a img {
	padding: 17px 16px;
    }
    .logo img{
	width: 468px;
	padding-top: 37px;
    }
    .imghistsj, .imghistaj, .imghistmt, .imghistprv, .imghistcas{
	height: 80px;
    }
    .histsum{
	padding-top: 35px
    }   
    #info .body_log_info, #form_login_div, #info .main_crossroad, #obsah .home, table.scrollstat, .hlavne_delenie #info #form_login_div.demo, #form_login_div.demo,#info span.detail.repeat{
	width: 100%;
    }
    #obsah .home{
	display: block;
    }
    #obsah .home_col{
	padding: 0px;
	margin: 10px auto;
	width: 100% !important;
    }
    #obsah .home_col img{
	width: 40%;
	height: 100%;
    }
    .stupne{
	width: 100%;
	background-size: 90%;
    }
    .dmeno, .dbody, .dusp, .tmeno, .tbody, .tusp, .pmeno, .pbody, .pusp{
	width: 100%;
    }
    .prvy, .druhy, .treti{
	width: 90%;
    }
    .prvy .meno{
	font-size: 13px;
    }
    .prvy .body{
	font-size: 26px;
    }
    .druhy .meno, .treti .meno{
	font-size: 11px;
    }
    .druhy .body{
	font-size: 21px;
    }
    .treti .body{
	font-size: 18px;
    }
    .pmeno, .dmeno{
	margin-bottom: 9px;
    }
    .prvy .pusp, .druhy .dusp, .treti .tusp{
	font-size: 8px;
    }
    .pbody, .dbody, .tbody{
	margin-bottom: 4px;
    }
    .tmeno{
	margin-bottom: 5px;
    }
    .prvy{
	margin-left: 24px;
    }
    .druhy{
	margin-top: 118px;
	margin-left: 22px;
    }
    .treti{
	margin-top: 129px;
	margin-right: 27px;
    }


    .hlavne_delenie #info{
	width: 100% !important;
	margin-top: 10px;
    }
    .info_button{
	padding: 0 10px 0 10px;
	margin-left: 0px;
	margin-top: 10px;
    }
    .footer_menu_left, .footer_menu_right, .footer_menu_center{
	float: none;
	width: 100%;
	text-align: center;
	padding-top: 0px;
    }
    .footer_menu_left
    {
        padding-top: 17px;
    }
    .footer_menu_right
    {
        padding-top: 7px;
    }
    .lock_bg h2{
	padding-top: 0px;
    }
    #form_login .login_input .polovica .login_button{
	width: 100% !important;
    }
    #form_kontakt, #form_forgot_pass{
	padding: 0 10px 0 10px;
    }
    #form_login .login_input{
	width: 75%;
    }

    .historileft{
	float: none;
	width: 100%;
	padding: 40px 10px 0 14px;
    }
    .sumbody{
	float: none;
	width: 100%;
    }
    #obsah{
	width: 100% !important;
    }
    #main .hlavne_delenie #ziak_slider .unslider h2{
	font-size: 24px;
	color:#dc0963;
    }

    table.scroll tbody tr td.nazov{
	width:22%;
    }
    table.scroll tbody tr td.popis{
	width:30%;
    }
    table.scroll tbody tr td.body{
	width:41%;
    }
    table.scroll tbody tr td.run{
	width:7%;	
    }

    #question.speed.male .text, #content #question.speed.male .text p{
	font-size: 17px;
    }
    /* .login_button.repeat{
		 float: left;
		 width: 45%;
		 overflow: hidden;
     }   */ 
    .playmenu{
	float: left;
	width: 50%;
    }
    .boj_button, .cvic_button, .opak_button, .du_button, .dikp_button{
	background-size: 45%;
	height: 130px;
    }
    #info .main_crossroad{
	padding-top: 8%;
	padding-bottom: 66%;
    }
    .button input[type=button].answer_button,.button button.answer_button {

	font-size:14px;
    }
    #content #answer .button .typeset
    {
	font-size:9px;
    }

    #diktat_staus_result {

        background-size: 320px;
	background-position: center;
	width: auto;
    }
    #diktat_staus_result #bodov {
	font: 16px Roboto,sans-serif;
    }
    #diktat_staus_result #body {
	font: 34px Roboto,sans-serif;
    }
    #diktat_staus h3 {
	font: 25px Roboto,sans-serif;
	font-weight: 400;
	color: #415a68;
    }
    header {
	height: 88px;
    }
    .logo img
    {
	padding-top: 2px;
    }
    #content form.karta{
	background-size: 90% !important;
    }
    #content form.karta input[type="text"]{
	margin-top: 172px;
	margin-left: 141px;
	height: 52px;
	width: 219px;
    }
    #content form.karta input[type="image"]{
	margin-top: 172px;
	width: 60px;
	height: 52px;
    }
    .button button.answer_button.longanswer_middle
    {
		font-size:13px;
		height: 88px;
        padding: 7px 0px;
	}
	.button button.answer_button.longanswer
    {
        height: 100px;
        padding: 7px 0px;
    }
    
    .headeruvod #responsive_menu{
	top: 14px;
    }
    #r2-9rocnik{
		width:100%;
		padding-right: 20px;
    }
    #r1rocnik{
		width:100%;
		padding-top: 30px;
		padding-right: 20px;
    }
    #obsah .rightdiktaty, #obsah .leftdiktaty{
	width: 100%;
	margin: 0 auto;
    }
    .col1,.col2,.col3,.col4{
	width: 95%;
	float: none;
    }
}
@media (max-width: 479px) {
    #bender
    {
	display:none;
    }

    #playground-strielacka .boxes .answer_button.image
    {
	border: 2px dashed #fff;
    }
    #playground-detektivka .boxes .answer_button
    {
		font-size: 18px;
    }
    #help_diktat img.ziarovka, #help_test img.ziarovka {
	width: 28px;
	float: left;
	padding: 0px 9px 4px 0px;
	display:block;
    }
    #help_diktat .vysvetlenie, #help_test .vysvetlenie {
	position: relative;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: auto;
	display: block;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: auto;
	z-index: 100;
    }
    .triedicka-3, .triedicka-2 {

	width: 80%;
    }
    #RunMenu .tretina.pravo div.right
    {
	float: right;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 12px;
    }
    #content .slider_content p.strong{
	font-size: 14px;
	text-align: justify;
    }
    .logo img{
	width: 305px;
	padding-top: 67px;
    }
    .imghistsj, .imghistaj, .imghistmt, .imghistprv, .imghistcas{
	height: 60px;
    }
    .histsum{
	padding-top: 27px;
    }
    .celkb{
        font-size: 13px;
    }
    .celkusp{
	font-size: 9px;
    }
    .tretina_col{
	float: left;
    }
    .tretina_col .predmet_button{
	background-size: 100%;
	background-position: center;
	font-size: 18px;
    }
    .tretina_col .predmet_button {
	width: 94px;
    }
    .tretina_col .predmet_button:hover{
	width: 94px;
	background-size: 100%;
	background-position: center;
    }
    #mini_karta{
	width: 30%;
    }
    .pmeno, .dmeno{
	margin-bottom: 3px;
    }
    .tmeno{
	margin-bottom: 2px;
    }
    .pbody, .dbody, .tbody{
	margin-bottom: 1px;
    }
    .druhy .meno, .treti .meno{
	font-size: 9px;
    }
    .prvy{
	margin-top: 101px;
    }
    .druhy{
	margin-top: 114px;
	margin-left: 25px;
    }
    .treti{
	margin-top: 118px;
    }
    .prvy .body{
	font-size: 24px;
    }
    .druhy .body{
	font-size: 19px;
    }
    .treti .body{
	font-size: 17px;
    }
    .prvy .pusp, .druhy .dusp, .treti .tusp{
	font-size: 7px;
    }


    .lock_bg h2, #obsah.home_green h2, #main .hlavne_delenie #info h2, #main .hlavne_delenie #ziak_slider h2, #obsah h2, .main_info h2{
	font-size: 26px;
    }

    .aktiv_karticka{
	margin-top:20px;
    }
    .footer_menu_left, .footer_menu_right{
	float: none;
	width: 100%;
	text-align: center;
    }
    #form_login{
	padding: 0px;
    }
    #form_login .login_input{
	width: 67%;
    }
    #form_login .login_active{
	width: 90%;
    }
    #form_login .login_input .polovica .login_button{
	width: 100% !important;
    }    
    table.scroll tbody tr td, table.scrollstat tbody tr td{
	font-size: 11px;
    }

    .sumbody{
	float: none;
	width: 100%;
    }
    .odsadenie{
	padding: 40px 10px 0 14px;
    }
    .historileft{
	float: none;
	width: 100%;
	padding: 40px 10px 0 14px;
    }
    .main_rocniky{
	display: block;
    }
    .left_rocniky, .right_rocniky{
	margin: 0 auto;
    }
    #form_kontakt, #form_forgot_pass{
	padding: 0 10px 0 10px;
    }
    #main .hlavne_delenie #ziak_slider .unslider h2{
	font-size: 22px;
	color:#dc0963;
    }
    .boj_button, .cvic_button, .opak_button, .du_button, .dikp_button{
	background-size: 45%;
	height: 110px;
    }
    #info .main_crossroad{
	padding-top: 8%;
	padding-bottom: 88%;
    }

    .login_button.repeat
    {
	display: block;
	text-align:center;
	margin: 0 auto;
	margin-top: 7px;
    }
    span.detail, span.detail_big{
	width: 90% !important;
	text-align: center;
    }
    header {
	height: 74px;
    }
    .logo img
    {
	width: 300px;
	padding-top: 18px;
    }
    #splash img
    {
	width: 67px;
    }
    #splash h2
    {
	padding:15px;
    }
    #splash
    {
	height: auto;
    }
    #slide_content {
	padding-left: 0px;
	padding-right: 0px;
    }
    #question.triedicka, .obsahright {
	padding: 0px;
    }
    #content form.karta{
	background-size: 72% !important;
	height: 240px !important;
    }
    #content form.karta input[type="text"]{
	margin-top: 138px;
	margin-left: 112px;
	height: 42px;
	width: 176px;
    }
    #content form.karta input[type="image"]{
	margin-top: 138px;
	width: 48px;
	height: 42px;
    }
    .headeruvod #responsive_menu{
	top: 0px;
    }
    .obsahuvod h2{
	font-size: 22px;
    }
    
    .obsahleft, .obsahright, .obsahstlpec, .obsahstlpec p, .obsahcenter3{
	float: none;
	width: 95%;
	padding: 15px;
    }    
    .tab_reg_nova_karta{
	width: 95%;
    }
    #content div.bottom_button{
	bottom: 15px;
    }
    #obsah .rightdiktaty table.scroll.tabledp tbody td{
	font-size: 10px;
    }
    #main .hlavne_delenie #info .playmenu_big h2{
	font-size: 27px;
    }
    .playmenu_big{
	top: 2px;
    }
    .playmenu_big_obsah{
	min-height: 150px;
    }
}
@media (max-width: 380px) {
    .triedicka-3, .triedicka-2 {

	width: 94%;
    }
    .triedicka-4 {
	width: 94%;
    }
    img#hotovo {
	right: 4px;
    }
    .leftcontent.setting, .rightcontent.setting {
	width: 100%;
	display: block;
    }
    .prepinacik
    {
	float:left; 
	width: auto;
    }
    .setting_checkbox {
	width: 67%;
    }
    .setting_preinac_row
    {
	height: 70px;
    }
    #obsah #content .czecontent {
	width:100%
    }
    #question.speed .text, #content #question.speed .text p
    {
	font: 22px Roboto,sans-serif;
    }
    .pretahovacka-draggable.prvak
    {
	font: 22px Roboto,sans-serif;
    }
    #splash h2 {
	padding:15px;
    }
    footer, .push, footer.crossroad
    {
		height:116px;
    }
    .mega_wrapper
    {
	margin: 0 auto -81px;
    }
    #content form.karta{
	background-size: 61% !important;
    }
    #content form.karta input[type="text"]{
	margin-top: 117px;
	margin-left: 94px;
	height: 35px;
	width: 150px;
	font-size: 14px;
    }
    #content form.karta input[type="image"]{
	margin-top: 117px;
	width: 40px;
	height: 35px;
    }
    .info_button{
	padding: 0 0px 0 0px;
    }
    .strelnica_ammo .text
    {
	width:200px;
	font-size:12px;
    }
    #obsah .rightdiktaty table.scroll.tabledp tbody td{
	font-size: 8px;
    }
}
@media (max-width: 320px) {
    .logo img {
	width: 254px;
	padding-top: 26px;
    }
    #splash img{
	width: 60%;
    }
    #diktak_past .big_div
    {
	height: auto;
    }
    #diktak_future
    {
	padding-left:0px;
    }
    #diktak_past
    {
	padding:0px;
    }
    #info_text
    {
		padding-left: 0px;
    }
    #answer {
        display: block;
    }
    .button button.answer_button.longanswer
    {
       height: 58px;
    padding: 0px 0px;
    }
    .button button.answer_button.longanswer_middle
    {
		height: 58px;
    padding: 0px 0px;
	}
}
@media (max-height: 730px) {
    #question.speed, #question.triedicka
    {
	min-height: 400px;
	height: 100%;
    }
    #splash img
    {
	width: 102px;
    }
    #splash h2
    {
	padding:15px;
    }
    #splash
    {
	height: auto;
    }
    #diktak_past {
	height: 326px;
    }
}
@media (max-height: 700px) {
    #question.speed, #question.triedicka
    {
	min-height: 300px;
    }
    .info#diktak_past, #diktak_past {
	height: 286px;
    }
    #diktak_past.gramatika {
	height: 358px;
    }
}
@media (max-height: 610px) {
    #question.speed, #question.triedicka
    {
	min-height: 250px;
    }
    #diktak_past.info {
	height: 194px;
    }
    #diktak_past {
	height: 194px;
	padding: 0px;
	padding-top: 7px;
    }
    #diktak_past #last
    {
	padding: 4px;
    }
    #diktak_past.gramatika {
	height: 228px;
	padding:0px;
    }
    #diktak_past.gramatika .aktual_text
    {
	font-size:28px;
    }
}
@media (max-height: 460px) {
    #question.speed, #question.triedicka
    {
	min-height: 196px;
    }
    #diktak_past.gramatika {
	height: 198px;
    }
}

