body {
    margin: 0;
    padding: 0;
    color: #ffffff;
    background: #666666;
    font-size: 10pt;
    text-align: center;
}

#page {
    position: relative;
    width: 960px;
    margin: 0 auto;
    text-align: left;
    background: #ffffff;
    color: #000000;
    border: 1px solid #444444;
    border-top: 1px solid #ffffff;
}

#cookieBar {
    background: #cccccc;
    color: #000000;
    margin: 0;
    padding: 0.3em 0.7em;
    line-height: 1.5em;
    vertical-align: middle;
    text-align: center;
}

#cookieBar a,
#cookieBar a:hover {
    color: #000000;
}

#cookieBar a:last-child {
    display: inline-block;
    text-decoration: none;
    background: #ed7f1d;
    color: #ffffff;
    padding: 0.3em 0.7em;
    line-height: 1em;
    border-radius: 4px;
}

#cookieBar a:last-child:hover {
    background: #000000;
    color: #ffffff;
}

#pageHead {
    position: relative;
    margin: 0 10px;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}

#homepage #pageHead {
    padding-bottom: 295px;
    margin-bottom: 10px;
    background: #ffffff url('/gui/page-head-2.jpg') no-repeat bottom center;
}

#pageHead h1 {
    display: block;
    margin: 10px 10px 10px 0;
    padding: 0;
}
#homepage h1 {
    display: none;
}

#pageHead img {
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
}

/* -- mainNavigation -- */



ul#languages {
    font-size: 110%;
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    top: 0px;
    right: 0px;
    z-index: 1000;
}

ul#languages li {
    list-style-type: none;
    list-style-position: outside;
    display: inline;
    float: right;
    margin: 21px 12px 0 0;
    padding: 0;
    text-transform: uppercase;
}

ul#languages li a {
}

ul#languages img {
    border: none;
    margin: 0;
    padding: 0;
    display: inline;
}


/* -- clip -- */

.clip {
    margin: 0 0 10px 0;
    position: relative;
    overflow: hidden;
}

.clip.collapsed {
    height: 8em;
}

.clip.collapsed:after{
    content:'';
    display:block;
    height: 3em;
    width:100%;
    position:absolute;
    left:0;
    bottom:0;
    background-image:linear-gradient(bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background-image:-o-linear-gradient(bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background-image:-moz-linear-gradient(bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background-image:-webkit-linear-gradient(bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background-image:-ms-linear-gradient(bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

/* -- box -- */

.box {
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
}

.boxHead {
    display: inline;
    float: left;
    margin: 0;
    padding: 0.5em 1em;
    color: #ffffff;
    background: #ed7f1d;
    font-size: 100%;
    font-family: 'Roboto Condensed', sans-serif;
}

.boxBody {
    margin: 0;
    padding: 0 0 5px 0;
    clear: both;
    color: #000000;
    background: #dddddd;
    border-top: 3px solid #ed7f1d;
}

.boxBodyAds {
    clear: both;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-top: 3px solid #ed7f1d;
    text-align: center;
    overflow: hidden;
}

.boxBodyAds img {
    display: block;
    border: none;
    margin: 0 auto;
}

.boxBody p {
    margin: 0;
    padding: 0.7em 1em;
}

/* -- */

.tabs {
    border-bottom: 3px solid #ed7f1d;
}

.tabs ul {
    display: block;
    margin: 0;
    padding: 0;
}

.tabs li {
    list-style-position: outside;
    list-style-type: none;
    display: inline;
    float: left;
    margin: 0 1px 0 0;
    padding: 0;
    font-size: 100%;
}

.tabs li.selectedTab a {
    color: #000000;
    background: #cccccc;
}

.tabs li.selected a {
    color: #ffffff;
    background: #ed7f1d;
}


.tabs a {
    display: inline;
    float: left;
    margin: 0;
    padding: 0.7em 15px;
    font-weight: bold;
    background: #444444;
    color: #ffffff;
    text-decoration: none;
}

.tabs a:hover {
    background: #ffffff;
    color: #444444;
}

.panel {
    margin: 0;
    padding: 20px;
    border-top: 1px solid #dddddd;
    color: #dddddd;
    background: #cccccc;
    font-weight: normal;
}

.categoryList {
    margin: 0 0 2em 0;
    padding: 0 0 10px 0;
}


ul.categories {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 100%;
    width: 25%;
}

ul.categories li {
    list-style-position: outside;
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0.1em 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

ul.categories a {
    color: #000000;
    text-decoration: none;
}

.panel ul.categories  li.selected a {
    font-weight: bold;
}

.button {
    display: inline;
    float: left;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
    margin: 0;
    padding: 0 0.7em;
    border-radius: 2px;
    font-weight: bold;

    color: #000000;
    background: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 2px;
    text-decoration: none;
}

.button:hover {
    color: #ffffff;
    background: #ed7f1d;
    border: 1px solid #ed7f1d;
}


.article {
    margin: 0 0 1.5em 0;
    padding: 0 0 1.5em 0;
    color: #333333;
    border-bottom: 1px dotted #cccccc;
}

.last {
    border-bottom: none;
}

.article * {
    margin: 0;
    padding: 0;
}

.article .img {
    display: inline;
    float: left;
    margin: 0 18px 0 0;
    width: 200px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    background: #444444;
    overflow: hidden;
    border: 1px solid #cccccc;
    vertical-align: middle;
}

.article .img img {
    display: inline;
    margin: 0 auto;
}

.article .perex {
    display: inline;
    float: left;
    width: 390px;
}

.article h2 {
    font-size: 130%;
    margin: 0.3em 0 0 0;
}

.article h2 span {
    display: block;
    color: #666666;
    font-weight: 400;
    font-size: 80%;
}

.article h2 span a {
    color: #666666;
}

.article .article-info {
    margin: 0 0 10px 0;
    color: #666666;
    font-size: 90%;
}

.article .article-info a {
    color: #666666;
}


h2, a {

    color: #ed7f1d;
    text-decoration: none;
}

#banners5 {
    padding: 10px 0;
    margin: 0;
}

#banners5 .banner180x120 {
    display: inline;
    float: left;
    margin: 0 0 0 10px;
    padding: 0;
    width: 180px;
    height: 120px;
    background: #cccccc;

}

/* -- page foot -- */

#pageFoot {
    line-height: 1.4em;
    background: #444444;
    color: #ffffff;
    margin: 0;
    padding: 1.4em 0;
    font-size: 90%;
}

#pageFoot h2 {
    margin: 0 0 0.7em 0;
    padding: 0;
    color: #ffffff;
    text-shadow: 0px 0px 1px #000000;
    font-size: 130%;
}

#pageFoot a {
    color: #ffffff;
}

#pageFoot a:hover {
    color: #ffffff;
}

#pageFoot ul {
    display: block;
    margin: 0;
    padding: 0;
}

#pageFoot li {
    list-style-type: none;
    list-style-position: outside;
    display: block;
    margin: 0;
    padding: 0;

}

#pageFoot .column {
    display: inline;
    float: left;
    width: 220px;
    margin: 0 0 0 20px;
    padding: 0;
}

/* -- paging -- */

ul.paging {
    display: block;
    margin: 0 0 2em 0;
    padding: 0;
    text-align: center;
    height: 2em;
}

ul.paging li {
    list-style-type: none;
    list-style-position: outside;
    display: inline;
    float: left;
    margin: 0 0.1em;
    padding: 0;
    font-weight: bold;
}

ul.paging li a {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
    margin: 0;
    padding: 0 0.7em;
    text-decoration: none;
    color: #000000;
    background: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 2px;
}

ul.paging li.selected a,
ul.paging li a:hover {
    color: #ffffff;
    background: #ed7f1d;
    border: 1px solid #ed7f1d;
}

/* -- simple article list -- */

.simpleArticleList {
    padding: 1em;
    font-weight: 800;
}

.simpleArticleList * {
    margin: 0;
    padding: 0;
}

.simpleArticleList ul {
    display: block;
    margin: 0 0 1em 0;
    padding: 0;
}

.simpleArticleList li {
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding: 0.5em 0;
    border-bottom: 1px dotted #000000;
    color: #666666;
}

.simpleArticleList li.last {
    border: none;
}

.simpleArticleList img {
    display: inline;
    float: left;
    margin: 0 0.5em 0 0;
    border: 1px solid #cccccc;
}

.simpleArticleList h3 {
    font-size: 110%;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.simpleArticleList h3 a {
    color: #444444;
}

.simpleArticleList span {
    font-weight: normal;
    font-size: 80%;
}

.head {
    margin: 0 0 1em 0;
}


/* -- projekt podporili -- */

.w150 {
    display: inline;
    float: left;
    width: 148px;
    margin: 0;
    padding: 0;
}

.cl {clear: both;}


/* -- left&right skyscrapers -- */

.bannerHolder {
    position: absolute;
    position: fixed;
    left: 50%;
    top: 0;
    margin-left: -600px; /* Half of the width */
    width: 1200px;
}

.banner120x600l {
    position: absolute;
    top: 0;
    left: 0px;
    width: 120px;
    max-height: 600px;
}

.banner120x600r {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    max-height: 600px;
}


.TileListControl .item {
    display: inline;
    float: left;
    width: 140px;
    margin: 0 0 20px 20px;
    text-align: center;
}

.TileListControl span.img {
    display: block;
    width: 140px;
    height: 91px;
    line-height: 91px;
    vertical-align: middle;
    background: #000000;
    margin: 0 0 10px 0;
    overflow: hidden;
    text-align: center;
}

.TileListControl img {
    display: inline;
    vertical-align: middle;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}

.TileListControl .firstInRow {
    clear: both;
    margin: 0!important;
}

.TileListControl.ArticleTileListControl {
    padding-bottom: 20px;
}

.TileListControl.ArticleTileListControl .item {
    width: 300px;
    margin: 0 0 20px 20px;
    padding: 0;
    box-sizing: border-box;
}

.TileListControl.ArticleTileListControl .item .info {
    margin: 0;
    padding: 0;
}

.TileListControl.ArticleTileListControl .img {
    position: relative;
    display: block!important;
    border: 1px solid #cccccc;
    width: 100%;
    padding: 65% 0 0 0;
    margin: 0 0 1em 0;
}

.TileListControl.ArticleTileListControl .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.TileListControl.ArticleTileListControl h2 {
    font-size: 110%;
}

#infoZona {
    font-family: 'Roboto Condensed', sans-serif;
    position: absolute;
    bottom: 20px;
    left: 240px;
    height: 140px;
    width: 170px;
    padding: 25px 0 0 0;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 1em;
    box-sizing: border-box;
}

#infoZona span.r1 {
    display: block;
    line-height: 1em;
    font-size: 35px;
    color: #ffffff;
}

#infoZona span.r2 {
    display: block;
    line-height: 1em;
    font-size: 35px;
    color: #ffffff;
    margin-bottom: 15px;
}

#infoZona span.r3 {
    display: block;
    line-height: 1em;
    font-size: 23px;
    color: #000000;
}

