html, body { 
    font-family: Arial;
    color: #797979;
    font-size: 15px;
    table-layout: inherit;
    padding: 0;
    margin: 0;
    height: 100%;
    background-color: #fff;
}

br { display: block; } 

img, span, div, ol, li, ul, p { list-style: none; margin: 0; padding: 0; }

textarea, input {
    vertical-align: top;
}

input[type="checkbox"] {
    vertical-align: middle;
}

a {
    color:#3c619d;
    text-decoration: none;
}

a:visited {
    color: #3c619d;
}    

a:hover {
    color: #1d2e4b;
}

img {
    vertical-align: top;
}

a img {
    border: none;
}

h1 {
    font-family: "Russo One", Arial;
    margin: 0;
    letter-spacing: 1px;
}

h2, h3, h4 {
    font-family: "Russo One", Arial;
    font-weight: normal;
}

.clear {
    clear: both;
}


.center {
    min-width: 300px;
    max-width: 990px;
    margin: 0 auto;
}

#container {
    min-height: 100%;
    position: relative;
    width: 100%;
}

#head, #heading, #main, #footer {
    width: 100%;
}

#heading {
    background-color: #c5d3e1;
    height: 24px;
}

#heading .flags {
    max-width: 960px;
    margin: 0 auto;
    text-align: right;
}

#heading .flags a {
    display: block;
    background: #fff url(flags.png) 0 0 no-repeat;
    width: 22px;
    height: 14px;
    opacity: 0.4;
}

#heading .flags .eu {
    background-position: -22px 0;
}

#heading .flags .de {
    background-position: -44px 0;
}

#heading .flags .sk {
    background-position: -66px 0;
}

#heading .flags .cz {
    background-position: -88px 0;
}

#heading .flags a:hover {
    opacity: 0.8;
}

#heading .flags .active {
    opacity: 1;
}

#heading .flags li {
    margin: 4px 2px 0 2px;
    display: inline-block;
}

#head {
    height: 181px;
    background: url(blue_strap_up.png) top repeat-x;
}

#head .logo {
    margin-left: -405px;
    padding-left: 405px;
    height: 181px;
    width: 896px;
    background: url(blue_back_up.png) top left no-repeat;
}

#head .logo .inner {
    height: 100px;
    padding: 20px 0 0 0;
}
#head .logo h1 {
    color: #fff;
    margin-top: 2px;
    font-size: 26px;
    text-shadow: 1px 1px 5px #333;
}

#head .logo .slogan {
    color: #fff;
    font-size: 18px;
    font-style: italic;
    margin-top: 3px;
    text-shadow: 1px 1px 5px #000;
}

#head .logo .slogan a {
    font-size: 20px;
    color: #fff;
    font-style: normal;
    font-family: "Russo One", Arial;
}

#head .logo img {
    float: left;
    margin-right: 10px;
}

#head .hladaj {
    float: right;
    margin: 40px -5px 0 0;
    position: relative;
    width: 250px;
}

#head .hladaj .field {
    padding: 3px 30px 3px 10px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    color: #666;
    width: 200px;
    height: 20px;
    display: inline-block;
}

#head .hladaj .button {
    display: inline-block;
    margin: 3px 0 0 -28px;
    height: 19px;
    width: 20px;
    border: 0;
    cursor: pointer;
    opacity: 0.7;
    background: transparent url(lupa.png) top left no-repeat;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

#head .hladaj .button:hover {
    opacity: 1;
}

#menu_box {
    width: 1012px;
    height: 334px;
    margin: 0 auto;
    margin-top: -76px;
}

.vsd {
    background: url(menu_vsd.png) top left no-repeat;
}

.fpjj {
    background: url(menu_fpjj.png) top left no-repeat;
}

.fss {
    background: url(menu_fss.png) top left no-repeat;
}

.fvpvs {
    background: url(menu_fvpvs.png) top left no-repeat;
}

#menu_box .inner {
    width: 720px;
    margin-top: 18px;
    margin-left: 276px;
    display: inline-block;
}
#main_menu {
    text-align: center; 
}

#main_menu li {
    display: inline-block;
    padding: 0 8px;
    text-transform: uppercase;
    font-size: 16px;
    height: 56px;
    line-height: 59px;
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#menu_box .menu_vsd {
    border-bottom: 2px solid #f38402;
}

#menu_box .menu_vsd a {
    color: #203352;
}

#menu_box .menu_vsd:hover a {
    color: #fff;
}
#menu_box .menu_vsd:hover {
    border-bottom: 2px solid #eee;
}

#menu_box .menu_vsd_active {
    background-color: #f48809;
    border-bottom: 2px solid #fff;
}

#menu_box .menu_vsd_active a {
    color: #fff;
}

#menu_box .menu_fpjj {
    border-bottom: 2px solid #a9a59a;
}

#menu_box .menu_fpjj a {
    color: #203352;
}

#menu_box .menu_fpjj:hover a {
    color: #fff;
}

#menu_box .menu_fpjj_active {
    background-color: #787468;
    border-bottom: 2px solid #fff;
}

#menu_box .menu_fpjj_active a {
    color: #fff;
}

#menu_box .menu_fss {
    border-bottom: 2px solid #9c9da1;
}

#menu_box .menu_fss a {
    color: #203352;
}

#menu_box .menu_fss:hover a {
    color: #fff;
}

#menu_box .menu_fss_active {
    background-color: #9e9ea3;
    border-bottom: 2px solid #fff;
}
#menu_box .menu_fss_active a {
    color: #fff;
}

#menu_box .menu_fvpvs {
    border-bottom: 2px solid #9cb0c2;
}

#menu_box .menu_fvpvs a {
    color: #203352;
}

#menu_box .menu_fvpvs:hover a {
    color: #fff;
}

#menu_box .menu_fvpvs_active {
    background-color: #90a1b1;
    border-bottom: 2px solid #fff;
}
#menu_box .menu_fvpvs_active a {
    color: #fff;
}


#main_menu li .smenu {
    z-index: 999;
    padding: 0;
    position: absolute;
    top: 58px;
    left: -8px;
    width: auto;
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
    background-color: #f4f6f7;
    font-size: 14px;
    color: #666;
    text-transform: none;
}

#main_menu li .smenu .line a {
    margin: 0;
    padding: 0;
    color: #3c619d;
}

#main_menu li .smenu .line {
    clear: both;
    text-align: left;
    height: 25px;
    line-height: 25px;
    border-bottom: 1px dotted #ccc;
    padding: 2px 8px;
    display: block;
}

#main_menu li .smenu .line:hover {
    background-color: #e4e6e7;
}

#main_menu li:hover  > .smenu {
    display: block;
    opacity: 1;
    visibility: visible;
}

#menu_box .navigation {
    display: inline-block;
    width: 100%;
    font-size: 12px;
}

#menu_box .navigation p {
    margin: 10px;
}

#menu_box hr {
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    
}

#menu_box .faculty {
    /* background-color: #eee; */
    margin: 0 10px;
}

#menu_box .faculty .slogan {
    font-size: 18px;
    margin: 5px;
    font-family: Tahoma
}

#menu_box .faculty .color_fpjj {
    color: #7d1218;
}

#menu_box .faculty .color_fvpvs {
    color: #2b8c64;
}

#menu_box .faculty .color_fss {
    color: #a68801;
}

#menu_box .faculty .main {
    font-weight: bold;
    font-size: 22px;
}

#menu_box .faculty .second {
    
}

#menu_box .faculty .author {
    text-align: right;
}

#menu_box .faculty .flink {
    display: inline-table;
    width: 215px;
    margin: 0 5px;
}

#menu_box .faculty .flink div {
    display: table-cell;
    vertical-align: middle;
    white-space: pre-line;
    padding: 0 1px;
    height: 90px;
}

#menu_box .faculty .flink img {
    margin-right: 5px;
    float: left;
    opacity: 0.5;
}

#menu_box .faculty .flink:hover img {
    opacity: 1;
}

#menu_box .faculty .fmain {
    display: table-cell;
    vertical-align: middle;
    width: 700px;
    height: 90px;
    text-align: center;
}

#menu_box .faculty .fmain img {
    float: left;
}

#menu_box .faculty .fmain h2 {
    font-size: 24px;
}

#main {
    width: 980px;
    margin: 0 auto;
    margin-top: -122px;
    padding-bottom: 122px;
}

#main_left, #main_right {
    display: table-cell;
    vertical-align: top;
}

#main_left {
    width: 260px;
}
#main_right {
    width: 720px;
}

#main_right .uchadzaci {
    margin-top: 40px;
    width: 100%;
    height: 34px;
    border-top: 1px solid #933;
    border-bottom: 1px solid #933;
    display: table;
	vertical-align: middle;
	animation: blinkingBorder 1.2s infinite;
}

#main_right .uchadzaci .nadpis {
	color: #933;	
	display: table-cell;
	vertical-align: middle;
	font-family: "Russo One", Arial;
    text-transform: uppercase;
    font-size: 18px;
	text-align: center;
}

@keyframes blinkingText {
	0% { opacity: 1.0; }
	50% { opacity: 0.5; }
	100% { opacity: 1.0; }
}

@keyframes blinkingBorder {
	0% { border-color: #933; }
	50% { border-color: #fff; }
	100% { border-color: #933; }
}

#main_right .uchadzaci a {
	width: 25%;
	margin: 0 20px;
	display: table-cell;
	font-family: "Russo One", Arial;
	font-size: 18px;
	vertical-align: middle;
	text-align: center;
}

#main_right .uchadzaci a:hover {
	background-color: #eee;
}

#main_right .aktuality {
    margin-top: 30px;
}

#main_right .aktuality .nadpis_box {
    width: 100%;
    background-color: #339;
    background: #607fae; /* Old browsers */
    background: -moz-linear-gradient(top, #607fae 0%, #3c619d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#607fae), color-stop(100%,#3c619d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #607fae 0%,#3c619d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #607fae 0%,#3c619d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #607fae 0%,#3c619d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #607fae 0%,#3c619d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#607fae', endColorstr='#3c619d',GradientType=0 ); /* IE6-9 */
    height: 44px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    display: table;
}

#main_right .aktuality .nadpis, #main_right .aktuality .all {
    display: table-cell;
    vertical-align: middle;
}

#main_right .aktuality .nadpis {
    color: #fff;
    font-family: "Russo One", Arial;
    text-transform: uppercase;
    font-size: 18px;
    height: 44px;
    padding-left: 20px;
}

#main_right .aktuality .all {
    text-align: right;
    padding-right: 20px;
}
#main_right .aktuality .all a {
    color: #fff;
}
#main_right .aktuality .line_all {
    margin: 10px;
    font-size: 13px;
}
#main_right .aktuality .line {
    margin: 5px 0;
}

#main_right .aktuality .datum {
    display: inline-block;
    margin-right: 8px;
    width: 80px;
    text-align: right;
}

#main_right .aktualita .datum_box {
    width: 100%;
    background-color: #ddd;
    background: -moz-linear-gradient(left, #eee 0%, #fff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left, right, color-stop(0%,#eee), color-stop(100%,#fff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(right, #eee 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(right, #eee 0%,#fff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(right, #eee 0%,#fff 100%); /* IE10+ */
    background: linear-gradient(to right, #eee 0%,#fff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#607fae', endColorstr='#3c619d',GradientType=0 ); /* IE6-9 */
    height: 44px;
    display: table;
}

#main_right .aktualita .akt, #main_right .aktualita .datum {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    color: #bbb;
    font-family: "Russo One", Arial;
    text-transform: uppercase;
    font-size: 13px;
    height: 44px;
    padding-right: 30px;
}

#main_right .aktualita .akt {
    text-align: left;
    font-size: 18px;
    padding-left: 20px;
}

#main_right .aktualita h2 {
    font-size: 20px;
    color: #666;
}

#main_right .aktualita p {
    line-height: 22px;
    padding-right: 20px;
    margin: 10px 0;
}
#main_right .aktualita .prilohy {
    margin: 20px 0 10px 0;
    font-weight: bold;
}

#main_right .aktualita ul {
    padding : 10px 20px;
}
#main_right .aktualita li {
    margin: 2px;
    list-style-position: inside;
    list-style: square;
}

#main_right .aktualita .subory li {
    display: block;
}

#main_right .aktualita .images {
    display: block;
    margin-top: 20px;    
}

#main_right .aktualita .images img {
    border: 1px solid #aaa;
    padding: 1px;
    max-width: 228px;
    max-height: 150px;
    opacity: 0.8;
    margin: 1px;
}

#main_right .aktualita .images img:hover {
    border: 1px solid #333;
    opacity: 1.0;
}

#main_right table p {
    margin: 0;
    padding: 0;
}

#main_right .zoom {
	border: 1px solid #888;
	padding: 1px;
	transition: transform .5s; /* Animation */
	width: 230px;
	margin: 1px;
}

#main_right .zoom:hover {
	transform: scale(2);
	position: relative;
	bottom: 100px;
}

#main_right .stranka .nadpis {
    width: 100%;
    background-color: #ddd;
    background: -moz-linear-gradient(left, #eee 0%, #fff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left, right, color-stop(0%,#eee), color-stop(100%,#fff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(right, #eee 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(right, #eee 0%,#fff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(right, #eee 0%,#fff 100%); /* IE10+ */
    background: linear-gradient(to right, #eee 0%,#fff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#607fae', endColorstr='#3c619d',GradientType=0 ); /* IE6-9 */
    height: 44px;
    display: table;
}

#main_right .stranka h1 {
    display: table-cell;
    vertical-align: middle;
    font-family: "Russo One", Arial;
    text-transform: uppercase;
    text-align: left;
    font-size: 20px;
    padding-left: 20px;
}

#main_right .stranka hr {
    border: none;
    border-bottom: 1px dotted #aaa;
}

#main_right .stranka .text {
	line-height: 22px;
    padding-right: 20px;
    margin: 10px 0;
}

#main_right .stranka p {
    text-align: justify;
	line-height: 22px;
    margin: 10px 0;
}


#main_right .fb-page {
	width: 300px;
	float: right;
	margin-left: 10px;
}

#main_right .stranka .prilohy {
    margin: 20px 0 10px 0;
    font-weight: bold;
    text-indent: 0px;
}

#main_right .stranka li {
    list-style: square;
    list-style-position: inside;
}

#main_right .stranka li li {
    padding-left: 20px;
    list-style-type: circle;    
}

#main_right .stranka .subory li {
    display: block;
    list-style: none;
    margin: 15px 5px;
}

#main_right .stranka .subory li img {
    vertical-align: middle;
    margin-right: 5px;
}

#main_right .stranka .images {
    display: block;
    margin-top: 20px;    
}

#main_right .stranka .images img {
    border: 1px solid #aaa;
    padding: 1px;
    max-width: 228px;
    max-height: 150px;
    opacity: 0.8;
    margin: 3px;
}

#main_right .stranka .images img:hover {
    border: 1px solid #333;
    opacity: 1.0;
}

#main_right .stranka .pedagog h3 {
    text-align: center;
    color: #444;
    background-color: #f5f5f5;
    padding: 6px 0;
    margin: 0;
}

#main_right .stranka .pedagog .box {
    padding: 10px 0;
    border-top: 1px solid #eee;
    margin-bottom: 10px;
}

#main_right .stranka .pedagog .foto {
    display: inline-block;
    vertical-align: top;
}    
 
#main_right .stranka .pedagog .foto img {
    max-width: 100px;
    max-height: 150px;
    border: 1px solid #bbb;
    padding: 1px;
}

#main_right .stranka .pedagog .inner {
    display: inline-block;
    padding: 0 10px;
    max-width: 550px;
}

#main_right .stranka .pedagog p {
    margin: 4px 0;
}
#main_right .stranka .pedagog .meno {
    font-weight: bold;
    margin-bottom: 10px;
}

#main_right .stranka .pedagog .funkcia {
    font-weight: bold;
}
#main_right .stranka .pedagog .upresnenie {
    font-style: italic;

}

#main_right .stranka .pedagog .tel_pevna {
    padding-left: 30px;
    background: url(ico-tel.png) 0 0 no-repeat;
    line-height: 30px;
}

#main_right .stranka .pedagog .email {
    padding-left: 30px;
    background: url(ico-mail.png) 0 0 no-repeat;
    line-height: 30px;
}

#main_right .stranka .pedagog .email span {
    color: #3c619d;    
}                    

#main_right .stranka .pedagog .email span:hover {
    cursor: pointer;
}

#main_right .stranka .katedra {
    text-align: center;
    color: #444;
    background-color: #f5f5f5;
    padding: 6px 0;
    margin: 0;
}     

#main_right .stranka .error {
    border: 1px solid #933;
    border-radius: 4px;
    padding: 4px;
    text-align: center;
    background-color: #fee;
    font-weight: bold;
    margin: 10px;
}

#main_right .stranka .success {
    border: 1px solid #393;
    border-radius: 4px;
    padding: 4px;
    text-align: center;
    background-color: #efe;
    font-weight: bold;
    margin: 10px;
}


#main_right .otazky {
    padding: 10px;
}

#main_right .otazky input[type=text], #main_right .otazky textarea {
    border: 2px solid #ddd;
    border-radius: 4px;
    padding: 4px;
    width: 450px;
    color: #777;
}

#main_right .otazky input[type=text]:hover, #main_right .otazky textarea:hover, #main_right .otazky input[type=text]:focus, #main_right .otazky textarea:focus {
    border: 2px solid #aaa;
}

#main_right .otazky input[type=submit] {
    border: 2px solid #ddd;
    border-radius: 4px;
    padding: 4px;
    width: 100px;
    color: #777;
}

#main_right .otazky input[type=submit]:hover {
    border: 2px solid #aaa;
    color: #444;
    cursor: pointer;
}

#main_right .otazky label {
    display: inline-block;
    width: 150px;
    text-align: right;
    margin-right: 10px;
}

#main_right .otazky .line {
    display: block;
    padding: 5px;
}

#main_right .table {
    display: table;
    width: 100%;    
    margin: 30px 0 0 0;
}

#main_right .cell {
    width: 49%;
    display: table-cell;
    vertical-align: top;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

#main_right .cell_spacer {
    width: 2%;
    display: table-cell;
}

#main_right .adv {
    background: #f1f2f5 url(bg_adv.png) bottom right no-repeat;
}

#main_right .erazmus {
    background: #f1f2f5 url(bg_ms.png) bottom right no-repeat;
}

#main_right .kievs {
    background: #f1f2f5 url(bg_kievs.png) bottom right no-repeat;
}

#main_right .veiga {
    background: #f1f2f5 url(bg_veiga.png) bottom right no-repeat;
}

#main_right .blok {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    min-height: 210px;
}

#main_right .blok .nadpis {
    background-color: #339;
    background: #607fae; /* Old browsers */
    background: -moz-linear-gradient(top, #607fae 0%, #3c619d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#607fae), color-stop(100%,#3c619d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #607fae 0%,#3c619d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #607fae 0%,#3c619d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #607fae 0%,#3c619d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #607fae 0%,#3c619d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#607fae', endColorstr='#3c619d',GradientType=0 ); /* IE6-9 */
    height: 44px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    display: table;
    width: 100%;
}

#main_right .blok .nadpis h2  {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-family: "Russo One", Arial;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0 20px;
    margin: 0;
}

#main_right .blok p {
    margin: 8px 14px;
}

#main_right .menu {
    margin: 10px 0px;
}

#main_right .menu li {
    font-family: "Russo One", Arial;
    text-transform: uppercase;
    font-size: 16px;
    background: -moz-linear-gradient(left, #eee 0%, #fff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left, right, color-stop(0%,#eee), color-stop(100%,#fff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(right, #eee 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(right, #eee 0%,#fff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(right, #eee 0%,#fff 100%); /* IE10+ */
    background: linear-gradient(to right, #eee 0%,#fff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#607fae', endColorstr='#3c619d',GradientType=0 ); /* IE6-9 */
    padding: 5px 20px;
    margin: 1px 0px;
    list-style: none;
    list-style-position: inside;
}


#pedagogovia {

}

#pedagogovia h3 {

}

#pedagogovia .box {
    padding: 10px;
    border-top: 1px solid #eee;
    margin-bottom: 10px;
}

#pedagogovia .foto {
    display: inline-block;
    vertical-align: top;
}    
 
#pedagogovia .foto img {
    
    max-width: 100px;
    max-height: 150px;
    border: 1px solid #bbb;
    padding: 1px;
}

#pedagogovia .inner {
    display: inline-block;
    padding: 0 10px;
}

#pedagogovia p {
    margin: 4px 0;
}
#pedagogovia .meno {
    font-weight: bold;
    margin-bottom: 10px;
}

#pedagogovia .funkcia {
    font-weight: bold;
}
#pedagogovia .upresnenie {
    font-style: italic;
}


#pedagog {

}

#pedagog .box {
    padding: 10px;
    border-top: 1px solid #eee;
    margin-bottom: 10px;
}

#pedagog .foto {
    float: right;
    vertical-align: top;
    margin-left: 10px;
    border: 1px solid #bbb;
    padding: 1px;
}    
 
#pedagog .inner {
    padding: 0 10px;
}

#pedagog h1 {
    font-size: 20px;
}

#pedagog hr {
    border: none;
    border-bottom: 1px dotted #ddd;
}

#pedagog p {
    margin: 4px 0;
    font-size: 16px;
    line-height: 30px;
}

#pedagog .justify p {
	text-align: justify;
}

#pedagog .meno {
    font-weight: bold;
    margin-bottom: 10px;
    color: #444;
}

#pedagog .fakulta {
    font-family: "Russo One", Arial;
}

#pedagog .katedra {
    font-weight: bold;
}

#pedagog .upresnenie {
    font-style: italic;
}

#pedagog .funkcia {
    font-weight: bold;
    padding-left: 30px;
    background: url(ico-ok.png) 0 0 no-repeat;
}

#pedagog .zaradenie {
    padding-left: 30px;
    background: url(ico-ok.png) 0 0 no-repeat;
}

#pedagog .tel_pevna {
    padding-left: 30px;
    background: url(ico-tel.png) 0 0 no-repeat;
}

#pedagog .tel_mobil {
    padding-left: 30px;
    background: url(ico-mobile.png) 0 0 no-repeat;
}

#pedagog .email {
    padding-left: 30px;
    background: url(ico-mail.png) 0 0 no-repeat;
    
}

#katedry li {
    list-style: square;
    list-style-position: inside;
    margin: 8px 10px;
    font-size: 18px;    
}

#katedry h3 {
    text-align: center;
    background-color: #eee;
    padding: 5px 0;
    margin: 0 0 20px 0;
}

#main_left .kontakt {
    margin: 20px 0 40px 10px;
}

#main_left .kontakt i {
    font-family: "Russo One", Tahoma;
    font-weight: bolder;
    font-size: 18px;
    font-style: normal;
    text-transform: uppercase;
    line-height: 50px;
    color: rgba(221,214,206,1);
}

#main_left .kontakt b {
    line-height: 20px;
}

#main_left .flink {
    margin: 10px 0;
    font-size: 12px;
    font-weight: bold;
}

#main_left .ais2 a, #main_left .moodle a, #main_left .formular a, #main_left .webmail a, #main_left .kievs a, #main_left .publikacie a, #main_left .eu_va_opvv a, #main_left .eu_opii a, #main_left .iso9001 a, #main_left .certicom a, #main_left .eu_lz_ms a {
    margin: 10px 0px;
    font-family: "Russo One", Tahoma;
    display: block;
    background: #fff url(/images/link-moodle.png) top left no-repeat;
    width: 238px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    font-size: 25px;
    font-weight: bolder;
    color: rgba(60,97,157, 0.8);
    text-shadow: 1px 2px 2px #ddd, 0 0 0 #000, 1px 2px 2px #ddd;
    opacity: 1;
}

#main_left .ais2 a {
    background: #fff url(/images/link-ais2.png) top left no-repeat;
}

#main_left .formular a {
    background: #fff url(/images/link-formular.png) top left no-repeat;
}

#main_left .webmail a {
    background: #fff url(/images/link-webmail.png) top left no-repeat;
}

#main_left .publikacie a {
    background: #fff url(/images/link-publikacie.png) top left no-repeat;
}

#main_left .kievs a {
    background: #fff url(/images/link-kievs.png) top left no-repeat;
}

#main_left .eu_va_opvv a {
    background: #fff url(/images/link-eu_va_opvv.png) top left no-repeat;
	height: 70px;
}

#main_left .eu_lz_ms a {
    background: #fff url(/images/link-eu_lz_ms.png) top left no-repeat;
	height: 70px;
}

#main_left .iso9001 a {
    background: #fff url(/images/link-ISO9001.png) top center no-repeat;
	height: 100px;
}

#main_left .certicom a {
    background: #fff url(/images/link-certicom.png) top center no-repeat;
	height: 36px;
}

#main_left .eu_opii a {
    background: #fff url(/images/link-OPII_EFRR-a-MSVVaS-SR_SK.png) top left no-repeat;
	height: 30px;
}

#main_left .ais2 a:hover, #main_left .moodle a:hover, #main_left .formular a:hover, #main_left .webmail a:hover, #main_left .publikacie a:hover, #main_left .kievs a:hover, #main_left .eu_va_opvv a:hover, #main_left .eu_opii a:hover, #main_left .iso9001 a:hover, #main_left .certicom a:hover, #main_left .eu_lz_ms a:hover {
    opacity: 0.6;    
}

#main_left .prednasky {
    text-align: center;
    margin: 20px 0;
    display: block;
}

#main_left .prednasky a {
    margin: 10px 0px;
    font-family: "Russo One", Tahoma;
    background: #7b57a7;
    background-image: -webkit-linear-gradient(top, #7b57a7, #614484);
    background-image: -moz-linear-gradient(top, #7b57a7, #614484);
    background-image: -ms-linear-gradient(top, #7b57a7, #614484);
    background-image: -o-linear-gradient(top, #7b57a7, #614484);
    background-image: linear-gradient(to bottom, #7b57a7, #614484);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #7b57a7;
}

#main_left .prednasky a:hover {
    background: #614484;
    background-image: -webkit-linear-gradient(top, #614484, #7b57a7);
    background-image: -moz-linear-gradient(top, #614484, #7b57a7);
    background-image: -ms-linear-gradient(top, #614484, #7b57a7);
    background-image: -o-linear-gradient(top, #614484, #7b57a7);
    background-image: linear-gradient(to bottom, #614484, #7b57a7);
    border: 1px solid #333;
}

#main_left .menu {
    margin: 20px 0 40px 0px;
    width: 250px;
}

#main_left .menu li {
    border-bottom: 1px solid #fff;
    background: -moz-linear-gradient(left, #fff 0%, #f9f9f9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left, right, color-stop(0%,#fff), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(right, #fff 0%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(right, #fff 0%,#f9f9f9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(right, #fff 0%,#f9f9f9 100%); /* IE10+ */
    background: linear-gradient(to right, #fff 0%,#f9f9f9 100%); /* W3C */
    font-size: 12px;
    padding-left: 0px;
}

#main_left span {
    position: relative;
    top: -2px;
}

#main_left .menu a {
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
}

#main_left .menu a:hover {
    background-color: #eee;    
}

#main_left .menu .active {
    background-color: #f1f2f5;
    background: -moz-linear-gradient(left, #eee 0%, #fff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left, right, color-stop(0%,#eee), color-stop(100%,#fff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(right, #eee 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(right, #eee 0%,#fff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(right, #eee 0%,#fff 100%); /* IE10+ */
    background: linear-gradient(to right, #eee 0%,#fff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#607fae', endColorstr='#3c619d',GradientType=0 ); /* IE6-9 */

}

#main_left .main {
    margin-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    background-color: #f1f2f5;
    text-transform: uppercase;
    font-weight: bold;
}

#kalendar {
    width: 238px;    
    display: block;
}
#kalendar p {
    margin: 20px 0 0 10px;
}

#kalendar i {
    font-family: "Russo One", Tahoma;
    font-weight: bolder;
    font-size: 18px;
    font-style: normal;
    text-transform: uppercase;
    line-height: 50px;
    color: rgba(221,214,206,1);
}

#kalendar .box {
    background-color: #eeebe8;
    border-radius: 5px;
}

#kalendar .mesiac {
    text-align: center;
    border-bottom: 1px solid #dfd8cf;
    padding: 8px 0;
    font-weight: bold;
}

#kalendar .tyzden {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dfd8cf;
}

#kalendar .tyzden li {
    border-left: 1px solid #fff;
    border-right: 1px solid #dfd8cf;
    display: inline-block;
    width: 32px;
    padding: 5px 0;
    text-align: center;
}

#kalendar .dni {
    background-color: #f8f7f6;
}

#kalendar .dni li {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dfd8cf;
    border-left: 1px solid #fff;
    border-right: 1px solid #dfd8cf;
    display: inline-block;
    width: 32px;
    padding: 5px 0;
    text-align: center;
}

#kalendar .dni li:hover {
    border: 1px solid #888;
}

#kalendar .dni .dnes {
    background-color: #fff;
    cursor: pointer;
}

#kalendar .dni .akt {
    color: #fff;
    background-color: #3c619d;
    cursor: pointer;
}

#kalendar .udalosti {
    padding: 3px 6px;
}

#kalendar .datum {
    margin: 3px;
    color: #666;
    font-weight: bold;
    font-size: 12px;
}

#kalendar .nadpis {
    margin: 6px 3px;
    font-size: 12px;
}

#kalendar .dni .dnes_akt {
    background-color: #ff8a00;
    cursor: pointer;
}

#kalendar #next, #kalendar #prev {
    cursor: pointer;
    color: #3c619d;
}

#kalendar #next:hover, #kalendar #prev:hover {
    color: #fff;
}

#footer {
    position:absolute;
    bottom: 0;
    height: 76px;
    background: url(blue_strap_down.png) top repeat-x;
}

#footer .copy {
    font-size: 15px;
    color: #ddd;
    margin: 30px 0 0 0;
    float: right;
}

#footer .social {
    margin: 20px 0 0 0;
    float: left;
}

#footer .social img:hover {
    -webkit-filter: drop-shadow(0px 0px 5px #fff);
    filter: drop-shadow(0px 0px 5px #fff);
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=5, OffY=5, Color='#fff')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=5, OffY=5, Color='#fff')";

}

.blink_text {

    animation:1s blinker linear infinite;
    -webkit-animation:1s blinker linear infinite;
    -moz-animation:1s blinker linear infinite;

     color: red;
    }

    @-moz-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @-webkit-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }