/* in-focus navigation */
/* ==|== top navigation  = = = = = = = = = = = = = = = = = = = = = */
ul#nav {
    list-style: none !important;
    float:right;
    padding: 5px 0 0 0;
    margin:0;
    font-family: 'PT Sans Caption', sans-serif;
    text-transform: uppercase;
}
ul#nav li {
    position:relative;
    display:inline-block;
    padding:0px 0 5px 0;
    margin-left:10px;
    height: auto;
}
#nav li a {
 font-size:15px;
}
ul#nav li a:hover, ul#nav li.current_page_item a {
    border-bottom: 4px solid #e9e9e9;
}
ul#nav li a {
    padding: 0px 5px;
    text-decoration: none;
    font-weight: bold;
    color: #3b3b3d;
    -webkit-transition: border .2s ease-out;
}
ul#nav li:hover {
 visibility:visible;
 opacity: 1;
 filter:alpha(opacity=100);
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 -ms-transition: all 0.2s ease;
 -o-transition: all 0.2s ease;
 transition: all 0.2s ease;
}
ul#nav ul { /*first sub level*/
 visibility:hidden;
 opacity:0;
 filter:alpha(opacity=0);
 position:absolute;
 top:27px !important;
 left:0px;
 z-index:5000;
 list-style: none !important;
 margin:0;
 padding:0 0 5px 0 !important;
 width: auto;
 min-width: 150px;
 -moz-box-shadow: 0 0px 8px rgba(0,0,0,0.2);
 -webkit-box-shadow: 0 0px 8px rgba(0,0,0,0.2);
 box-shadow:0 0px 8px rgba(0,0,0,0.2);
 background:#fff;
}


ul#nav li.current_page_item a {
 border-bottom: 0px solid #e9e9e9;
}
ul#nav ul.sub-menu li {
 width:190px;
 min-width:180px;
 float:left;
 border-bottom: 1px solid #ccc;			
/* margin: 0 !important;
 line-height:100%;
 padding: 10px 0px !important;
*/
}
ul#nav ul.sub-menu li a:hover {
 color:white;
 background-color:#800000;
}
ul#nav ul.sub-menu li:last-child {
 border-bottom: none;
}
ul#nav ul.sub-menu li a {
 padding:7px 12px;
 height: auto;
 font-size:13px !important;
 display: block;
}

ul#nav li ul.submenu li a:hover, ul#nav li ul.submenu li.current_page_item ul li a {
/* border:none; */
}

ul#nav li:hover ul, ul#nav li:focus ul, ul#nav li.sf-hover ul { /*first sub level*/
 margin-top:-5px;
 visibility:visible;
 opacity: 1;
 filter:alpha(opacity=100);
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 -ms-transition: all 0.2s ease;
 -o-transition: all 0.2s ease;
 transition: all 0.2s ease;
}

#site-navigation ul li:hover ul ul, #site-navigation ul li:focus ul ul, #site-navigation ul li.sf-hover ul ul { /*second sub level */
    visibility:hidden;
    opacity:0;
    filter:alpha(opacity=0);
    transition: visibility 1s linear 0.2s,opacity 0.2s linear;
    -webkit-transition: visibility 1s linear 0.2s,opacity 0.2s linear;
    -moz-transition: visibility 1s linear 0.2s,opacity 0.2s linear;
    -ms-transition: visibility 1s linear 0.2s,opacity 0.2s linear;
    -o-transition: visibility 1s linear 0.2s,opacity 0.2s linear;
    position:absolute;
    top:0px !important;
    left:140px;
    z-index:6000;
    list-style:none;
    margin:0;
    padding:0 0 5px 0 !important;
    width: auto;
    min-width:150px;
    -moz-box-shadow: 0 0px 8px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0px 8px rgba(0,0,0,0.2);
    box-shadow:0 0px 8px rgba(0,0,0,0.2);
    background:#fff;
}
#site-navigation ul ul li:hover ul, #site-navigation ul ul li:focus ul, #site-navigation ul ul li.sf-hover ul { /* second sub level*/
    visibility:visible;
    opacity: 1;
    filter:alpha(opacity=100);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#site-navigation  ul li ul li a:hover, #site-navigation  ul li.current_page_item ul li a {
    border:none;
}

/* Language Selector */
#lang_sel_list {
 position:relative;
 top:-10px;
 height: 20px;
}
#lang_sel_list ul {
 list-style: none;
 font-size: 13px !important;
}
#lang_sel_list a {
 color: silver !important;
 background-color:#333333;
}
#lang_sel_list ul a {
 padding-left:4px;
 padding-right:4px;
}
#lang_sel_list ul a:hover {
 background-color:#800000;
 color: #F6C004;
 text-decoration: none;
 opacity: 1;
 filter:alpha(opacity=100);
 -webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 transition: all 0.5s ease;
}
#lang_sel_list li:before {
 display: inline;
 content: none !important;
}
#lang_sel_list a:visited {
 display: block;
 text-decoration: none !important;
 background: transparent;
}
.lang_sel_sel, .lang_sel_other {
 padding: 0 5px !important;
 font-family: 'PT Sans Caption', sans-serif;
}
#lang_sel_list_a .menu li a { font-size:12px; color: silver; }
#lang_sel_list_a .menu li a:hover { color:#F6C004; }

#toolbar ul a, .toolbar-infocus {
 font-size: 13px;
}

/* In Focus - right menu */
#nav-in-focus {
 position:relative;
 font-family: 'PT Sans Caption', sans-serif;
 font-size: 13px;
 font-weight: bold;
 height: 32px;
 padding: 12px 5px 0px 5px;
}
ul#nav-in-focus {
 list-style: none;
 padding: 0; margin:0;
 text-transform: uppercase; text-decoration: none;
}
ul#nav-in-focus li {
 position:relative;
 display:inline-block;
 padding:0px 0 10px 0;
 height: auto;
}
ul#nav-in-focus li a {
 text-decoration: none;
 font-size: 14px;
 color: #fff;
}
ul#nav-in-focus li a:hover {
/* border-bottom: 4px solid #e9e9e9;*/
}
ul#nav-in-focus li:hover {
    visibility:visible;
    opacity: 1;
    filter:alpha(opacity=100);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
ul#nav-in-focus li.current_page_item a {
 border-bottom: 0px solid #e9e9e9;
}
/* This is the sub menu links */
ul#nav-in-focus ul { /*first sub level*/
 display: none;
 visibility:hidden;
 opacity:0;
 filter:alpha(opacity=0);
 transition: visibility 1s linear 0.2s,opacity 0.2s linear;
 -webkit-transition: visibility 1s linear 0.2s,opacity 0.2s linear;
 -moz-transition: visibility 1s linear 0.2s,opacity 0.2s linear;
 -ms-transition: visibility 1s linear 0.2s,opacity 0.2s linear;
 -o-transition: visibility 1s linear 0.2s,opacity 0.2s linear;
 position: absolute;
 top:28px !important;
 left:-85px;
 z-index:10000;
 list-style:none;
 margin: 0;
 width: 140px auto;
 height: auto;
 -moz-box-shadow: inset 12px 18px 9px #999;
 -webkit-box-shadow: inset 12px 18px 9px #999;
 box-shadow: 10px 10px 9px rgba(0,0,0,0.5);
 background-color: #a80000;
}
ul#nav-in-focus li:hover ul, ul#nav-in-focus li:focus ul { /*first sub level*/
 display: block;
 min-width:110px;
 height: 90px auto;
 background-color:#a80000;
 color: #000;
    opacity: 1;
    visibility:visible;
    filter:alpha(opacity=100);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
ul#nav-in-focus li.menu-item ul.sub-menu li {
 width: 100%;
 margin: 0 !important;
 padding: 5px 0px;
}
ul#nav-in-focus li.menu-item ul.sub-menu li a {
/* position: relative;
 left: -20px;*/
 height: auto;
 height: 24px;
 width:190px auto;
 margin-left:-20px;
 font-size:13px !important;
 display: block;
 border-top: 1px solid #efefef;
}

/* Dropdown menu level one hover effect */
ul#nav-in-focus li.menu-item ul.sub-menu li a:hover {

 color: #f18d06 !important;
}
#nav-in-focus ul {
 height: 32px;
}
#nav-in-focus li {
 padding-right:5px;
 background-color: #a80000;
}
ul#nav-in-focus li a {
 position:relative;
 top: 6px;
 font-size: 13px;
 padding-left:5px;
 padding-right:5px;
}
ul#nav-in-focus li a:hover {
 color: #F6C004;
 opacity: 1;
 filter:alpha(opacity=100);
 -webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 transition: all 0.5s ease;
}
.toolbar-infocus {
 float: right;
 margin-right:8px;
 color: #FFFFFF !important;
}
/* End In Focus - right menu */

#menu-item-59:hover { }

#nav_footer {
 text-align:center;
}
#nav_footer li {
 font-size:14px;
 list-style: none !important;
 display:inline-block;
 padding:0px 0 5px 0;
}

li a img.rss:hover  { background: #fff url('images/rss-1.png') 1px 0px !important; }
#vrch { position:relative; top:1px; width:24px; height:24px; }
#vrch:hover { cursor:none;
    -webkit-animation: preloader 2.5s infinite linear;
    -moz-animation: preloader 2.5s infinite linear;
    -ms-animation: preloader 2.5s infinite linear;
    -o-animation: preloader 2.5s infinite linear;
    animation: preloader 2.5s infinite linear;
}
@-webkit-keyframes preloader { to { -webkit-transform: rotate(360deg); } }
@-moz-keyframes preloader { to { -moz-transform: rotate(360deg); } }
@-ms-keyframes preloader { to { -ms-transform: rotate(360deg); } }
@-o-keyframes preloader { to { -o-transform: rotate(360deg); } }
@keyframes preloader { to { transform: rotate(360deg); } }
