a:link {
	text-decoration:none;
    color:white;
	}    /* unvisited link */
a:visited {
	text-decoration:none;
    color:white;
	} /* visited link */
a:hover {
	text-decoration:none;
    color:white;
	}   /* mouse over link */
a:active {
	text-decoration:none;
    color:white;
	}  /* selected link */
input[type='text']{color:white;}
input[type='text']:focus{color:white}

#nabidka:hover {
    -webkit-animation-name: nabidkaAnim;
     -webkit-animation-duration: 1s;
     -webkit-animation-iteration-count: 2;
     -webkit-animation-direction: alternate;
     -webkit-animation-timing-function: ease-out;
     -webkit-animation-fill-mode: forwards;
     -webkit-animation-delay: 0s;
     color:white;
}
@-webkit-keyframes nabidkaAnim {
    0% {
        -webkit-filter: blur(0px) ; color:white; margin-left:0%;
    }
    30%{
        -webkit-filter: blur(0.5px) ; margin-left:2%;
    }
    100%{
        -webkit-filter: blur(0px) ; color:white;margin-left:0%;
    }
}
#nabidka{height:20%;}

#nadpis:link {
    text-decoration:none;
    color:black;
    }    /* unvisited link */
#nadpis:visited {
    text-decoration:none;
    color:black;
    } /* visited link */
#nadpis:hover {
    text-decoration:none;
    color:black;
     border-bottom:thin solid black;
    }   /* mouse over link */
#nadpis:active {
    text-decoration:none;
    color:black;
    }  /* selected link */
#pdf:hover {
     border-bottom:thin solid red;
}

#svaca:hover {
    -webkit-animation-name: svacaAnim;
     -webkit-animation-duration: 0.4s;
     -webkit-animation-iteration-count: 1;
     -webkit-animation-direction: alternate;
     -webkit-animation-timing-function: ease-out;
     -webkit-animation-fill-mode: forwards;
     -webkit-animation-delay: 0s;
}
@-webkit-keyframes svacaAnim {
    0% {
        -webkit-filter: blur(0px) ; background-image:url('svaca.jpg');
    }
    50%{
        -webkit-filter: blur(1px) ;
    }
    100%{
        -webkit-filter: blur(0px) ;background-image:url('svaca_web.jpg');
    }
}

#nabidka2:hover {
    -webkit-animation-name: nabidka2Anim;
     -webkit-animation-duration: 1s;
     -webkit-animation-iteration-count: 2;
     -webkit-animation-direction: alternate;
     -webkit-animation-timing-function: ease-out;
     -webkit-animation-fill-mode: forwards;
     -webkit-animation-delay: 0s;
     color:white;
}
@-webkit-keyframes nabidka2Anim {
    0% {
        -webkit-filter: color:white; margin-left:0%;
    }
    30%{
        -webkit-filter: color: white; margin-left:3%;
    }
    100%{
        -webkit-filter: color:white; margin-left:0%;
    }
}

.full-page .content{ height: 800px; }

.full-page-alt #mCSB_1_container{
    width: 97% !important; /* override plugin property */
    min-width: 480px;
}

.full-page-alt #mCSB_1_scrollbar_vertical{
    position: fixed;
    margin-right: 30px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.full-page-alt #mCSB_1_scrollbar_horizontal{
    position: fixed;
    margin-bottom: 30px;
    margin-left: 16px;
    margin-right: 16px;
}

.full-page-alt .outer.content{ width: 960px; }

.full-page-alt .horizontal-images.content{
    height: 275px;
    width: 100%;
    margin: 20px auto 10px auto;
}

.full-page-alt .horizontal-images.content img{ height: 200px; }