<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * CSS pre uniba.sk
 *
 * @author     Denis Donauer &lt;donauer@coolmedia.sk&gt;
 * @copyright  Denis Donauer 2014
 * @version    1.1
 * @see        https://novyweb.uniba.sk
 * @todo       otestovat, ci je vsetko funkcne a ak ano, zmazat komentare s povodnym kodom
 */


/******************************** zaciatok povodneho css **************/


::-moz-selection{
  background-color: #ffdf85;
  color: #444;
}
::selection{
  background-color: #ffdf85;
  color: #444;
}
a{
  color: #9e2b2f;
}
a:hover, a p:hover{
  color: #9e2b2f;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
div#content{
  margin-bottom: 20px;
  overflow: inherit;
    
}
div#wrapper{
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
html, body{
  height: 100%;
}
body{
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #000;
}
nav, article{
  line-height: 1.3;
}
/*************** nadpisy ***************/
h1, h2, h3, h4, h5, h6{
  margin: 0;
}
h1, h2, h3, h4, h5{
  text-transform: uppercase;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  color: #9e2b2f;
  margin-top: 10px;
}
section h1{
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 0px;
}
section h2, section h3, section h4, section h5{
  font-size: 17px;
  line-height: 17px;
  margin-bottom: 10px;
}
section h3{
  //padding-left: 12px;
  //background: url(../img/bull_h3.png) left center no-repeat;
}
section#home h3{
  padding-left: 0;
  background: none;
}
section h4{
  color: #5f5f5f;
  //padding-left: 18px;
  //background: url(../img/bull_h4.png) left center no-repeat;
}
section h5{
  color: #a6a6a6;
  //padding-left: 24px;
  //background: url(../img/bull_h5.png) left center no-repeat;
}
section div#content{
  margin-bottom: 20px;
}
/******* dorobil robert grencik, 13.9.2013 *******/
article h2{
  background-color: #9e2b2f;
  color: #FFFFFF;
  font-size: 12px;
  padding: 4px 9px;
  font-weight: bold;
  text-transform: none;
}
article h2 a, article h2 a:hover{
  color: #fff;
}

/****link pod prehladom udalosti - hlavna stranka - sidebar (povodne pre JLF)****/
section#home aside.span4 header.csc-header-n2 h2, section#home aside.span4 header.csc-header-n3 h2{
    color: #fff;
    padding: 15px;
    background: #9e2b2f;
}

/*************** header ***************/
header div#main form input[type="text"]{
  font-size: 12px;
}
section#slidecaption{
  position: absolute;
  bottom: -323px;
}
#header_slider div.slider-text-content {
  position: absolute;
  /*bottom: -323px;*/
  bottom: 20px;
  width: 100%;
}

#header_slider div.slider-text-content div.slider-text-content-wrap {
  position: relative;
  width: 1170px;
  display: block;
  margin: 0 auto;
}

#header_slider div.slider-text-content p {
  background: rgba(255,255,255,0.78);
  color: #535250;
  padding: 5px 15px;
  font-size: 12px;
  line-height: 15px;
  margin: 0;
  display: inline-block;
}

#header_slider div.slider-text-content div span {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  color: #9e2b2f;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 50px;
  padding: 0 55px 0 15px;
  background: url(../img/bg_title.png) right top repeat-y;
  display: inline-block;
}

#header_slider div.slider-text-content div span a:hover {
  text-decoration: none;
}

#slide_icon_1, #slide_icon_3 { display: none; }

header div.title div span{
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  color: #9e2b2f;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 50px;
  padding: 0 55px 0 15px;
  background: url(../img/bg_title.png) right top repeat-y;
  display: inline-block;
 // height: 46px;
}
header div.title div span a:hover{
  text-decoration: none;
}
header div.title p{
  color: #535250;
  padding: 5px 15px;
  background: white;
  font-size: 12px;
  line-height: 15px;
  margin: 0;
}
header div#up{
  background: #535250;
}
header div#up a{
  display: block;
  float: left;
  color: #adadad;
}
header div#up a:hover{
  color: #fff;
}
header div#up a.link{
  padding: 2px 0;
  font-size: 12px;
}
header div#up a.red{
  color: #fff;
  padding-left: 10px;
  padding-right: 25px;
  background: #9e2b2f url(../img/arrow_yellow.png) right center no-repeat;
}
 header div#up a.grey{
  padding: 2px 0;
  padding-left: 10px;
  padding-right: 25px;
  background: url(../img/arrow_grey.png) right center no-repeat;
}
header div#up a.orange {
    color: #fff;
    padding-left: 10px;
    padding-right: 25px;
    background: #EB3D01 url(../img/arrow_yellow.png) right center no-repeat;
}
footer div#copyright a.grey{
  color: #adadad;
  padding-right: 25px;
  background: url(../img/arrow_grey.png) right center no-repeat;
}
/* zoznam fakult */
header div#up ul#uni{
  padding-bottom: 33px;
  margin-bottom: -9px;
  margin-left: 0;
  z-index: 999;
  position: relative;
  cursor: pointer;
  width: 38px;
}
header div#up ul#uni &gt; li:first-child{
  list-style: none;
}
header div#up ul#uni &gt; li:first-child img{
  position: absolute;
}
header div#up ul#uni li{
  list-style: none;
  z-index: 50;
}
header div#up ul#uni li a{
  display: block;
  float: none;
}
header div#up ul#uni li ul{
  cursor: auto;
  display: none;
  background-color: #535250;
}
header div#up ul#uni li:hover ul, header div#up ul#uni li.hover ul{
  display: block;
  position: absolute;
  margin: 24px 0 0 -5px;
  padding: 5px 0;
  width: 240px;
  float: none;
}
header div#up ul#uni li:hover ul li{
  line-height: 22px;
  color: #fefefe;
}
header div#up ul#uni li:hover ul li a{
  padding-left: 10px;
  color: #fefefe;
}
header div#up ul#uni li:hover ul li:nth-child(odd){
  background: #6b6a68;
}
header div#up ul#lang{
  float: right;
  background: url(../img/icon_lang.png) center bottom no-repeat;
  padding-bottom: 11px;
  margin-bottom: -11px;
  margin-top: 2px;
  z-index: 9;
  position: relative;
  color: #fff;
  display: block;
  width: 30px;
  text-align: center;
}
header div#up ul#lang li{
  cursor: pointer;
  list-style: none;
  z-index: 99;
  width: 30px;
}
header div#up ul#lang li a{
  display: block;
  float: none;
  width: 30px;
}
header div#up ul#lang li ul{
  cursor: auto;
  display: none;
  background-color: #535250;
}
header div#up ul#lang li:hover ul, header div#up ul#lang li.hover ul{
  display: block;
  position: absolute;
  margin: 0;
  float: none;
  padding: 5px 0;
}
header div#up ul#lang li ul li{
  cursor: auto;
}
header div#up ul#lang li:hover ul li{
  line-height: 22px;
  color: #fefefe;
}
header div#up ul#lang li:hover ul li a{
  color: #fff;
}
header div#up ul#lang li ul li:nth-child(odd){
  background: #6b6a68;
}
header div#up a#instagram, div#up a#eshop, div#up a#linkedin, div#up a#tt, div#up a#youtube, div#up a#fb{
  margin-left: 5px;
  float: right;
}

header div#up a#tt[href=""] {
  display: none;
}

header div#up a#rss{
  float: right;
  margin-left: 4px;
}
header div.slider_button img{
  cursor: pointer;
}
/* doplnenie bootstrapu */
header div#main .container{
  position: relative;
  z-index: 3;
}
header div#main .cover {
  background: url(../img/header_bg.png) 0 0 repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 133px;
}
header div#main.sub{
  background: #323232 url(../img/header.jpg) center top no-repeat;
}
header div#main.intro{
  overflow: hidden;
  /*background: url(../img/header_bg.png) 0 0 repeat-x;*/
  height: 480px;
  position: relative;
}
header div#main.intro div#slide_icon{
  margin-top: 10px;
}
header div#main span.span8{
  display: table;
}
header div#main span#logo{
  display: table-cell;
  vertical-align: middle;
}
header div#main span#logo img{
  margin: 9px 0 5px 0;
}

header div#main span#titles{
display:table-cell;
vertical-align: middle;
}

header div#main span#title{
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
  font-family:'UK Sans','Ubuntu', sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  /*width: 80%;*/
  font-weight: 700;
}

span#subtitle {
    padding-left: 20px;
    font-family:'UK Sans','Ubuntu', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}

header div#header_slider {
  position: absolute;
  top: 0;
  height: 480px;
  width: 100%;
  /*bottom: 0;
  left: 0;
  right: 0;*/
}

/* ******************************* MAIN menu section ********************** */

header div#main ul{
  margin-bottom: 5px;
  margin-left: -15px;
  display: block;
}
header div#main ul li{
  padding: 0 15px;
  background: url(../img/menu_pipe.png) right center no-repeat;
  display: inline;
}
header div#main ul li:last-child{
  background: none;
}
header div#main ul li a{
  font-family: 'Ubuntu', sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

header div#main span.menu-toggle{
  font-family: 'Ubuntu', sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;  
  display: none;
  margin-bottom: 5px;
  cursor: pointer;
}

header div#main span.menu-toggle:hover {
    text-decoration: underline;
}

/* ******************* Main menu responsive ************************** */ 




@media (max-width: 979px) {
    
    header div#up ul#uni li:hover ul, header div#up ul#uni li.hover ul{
        padding: 17px 0px;
    }
    
    header div#main span.menu-toggle{
        display:  block;
    }
    
    header div#main ul{
        display: none;
        list-style: none;
        margin: 0px 0px 10px 0px;
        padding: 0px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    
/*    header div#main ul.toggled {
        display: block;
    }*/
    
    header div#main ul li{
        background: none;
        display: block;
        //padding: 0px;
    }
    
    header div#main ul li a{
        display: block;
        padding: 5px;
    }
}

/* * *************** Ostatne v header  **************************** */ 

header div#main form{
  margin-top: 22px;
  margin-bottom: 10px;
}
header div#main form input{
  padding: 0px 5px;
  margin-bottom: 0px;
  width: 150px;
}
header div#main form button{
  border: none;
  background: url(../img/search.png) 0 0 no-repeat;
  width: 22px;
  height: 22px;
  cursor: pointer;
  margin-left: 4px;
}
section#home{
  padding-top: 30px;
}

article figure figcaption{
    font-size: 10px;
}

/*************** omrvinkova navigacia ***************/
section div.breadcrumb{
  margin: 24px 0;
  padding: 5px 13px;
  background: #f7f7f7;
  border-radius: 0;
  color: #535250;
}
section div.breadcrumb a{
  text-decoration: underline;
}
section div.breadcrumb a:hover{
  text-decoration: none;
}
/*************** Kiwi Accordeon ***************/
div.ka-panel{
  border-bottom: 2px solid #ddd;
  margin-bottom: 15px;
}

div.ka-panel header {
    position: relative;
    margin-bottom: 10px;
}

div.ka-panel h2.ka-handler{
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none;
  cursor: pointer;
  background: url(../img/arrow_right_red.png) right center no-repeat;
  padding-right: 20px;
  
}
div.ka-panel.ka-open h2.ka-handler{
  background: url(../img/arrow_down_red.png) right center no-repeat;
}
div.ka-panel p{
  padding-left: 10px;
  padding-right: 10px;
}
div.ka-panel h2 a{
  color: #000;
}

div.ka-panel .ka-content {
    margin-top: 10px;
}
/*   ---------------------------------  */
header.ka-handler {
    background-color: #9e2b2f;
    clear:both;
    overflow: hidden;
    display: table;
    width: 100%;
}

header.ka-handler&gt;*{
    display: table-cell;
    vertical-align: middle;
}

header.ka-handler h2 {
    position: relative;
    margin: 0px;
  
    color: #FFFFFF;
    font-size: 12px;
    padding: 5px 9px;
    font-weight: bold;
    text-transform: none;
}

header.ka-handler p{
    width: 70px;
    padding: 0px;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 0;    
}

header.ka-handler&gt;div, header.ka-handler p{
   text-align: center;
}
   
header.ka-handler&gt;div{
   width: 40px;
}

/*************** bocna navigacia ***************/
nav{
  background: #f5f5f5;
  margin-bottom: 20px;
}
nav ul.nav{
  margin-bottom: 0px;
}
nav ul li{
  line-height: 1.3}
nav ul li a{
  padding: 5px 30px 5px 13px;
  color: #535250;
}
nav ul li.back{
  font-weight: 700;
  border: none;
}
nav ul li.back a{
  padding: 5px 13px 5px 30px;
  color: #fff;
  background: #888 url(../img/arrow_back.png) 9px center no-repeat;
}
nav ul.nav li.back a:hover{
  color: #fff;
  background-color: #888;
}
nav ul.nav li a:hover, nav ul.nav li.active &gt; a{
  color: #222;
  background-color: #e2e2e2;
}
nav &gt; ul{
  background: #f5f5f5;
}
nav &gt; ul &gt; li{
  border-bottom: 2px solid #ddd;
}
nav &gt; ul &gt; li &gt; a{
  text-transform: uppercase;
}
nav &gt; ul &gt; li &gt; ul{
  border-top: 2px solid #ddd;
}
nav &gt; ul &gt; li &gt; ul &gt; li a{
  padding-left: 25px;
}
nav &gt; ul &gt; li.arrow &gt; a{
  background: url(../img/arrow_right.png) center right no-repeat;
}
nav &gt; ul &gt; li.arrow2 &gt; a{
  background: url(../img/arrow_down.png) center right no-repeat;
}
nav &gt; ul &gt; li.arrow2 &gt; ul{
  display: none;
}
/*************** obsah ***************/
article{
  text-align: justify;
  //display: table-cell;
  position: relative;
  box-sizing: content-box;
}
article h1 {
  text-align: left;
  line-height: 28px;
}
article nav{
  margin: 0;
  background: none;
}
article ul li{
  list-style-type: disc;
  color: black;
}
article ul{
  margin-left: 35px;
}
article ul li{
  margin: 10px 0;
}
article ul li a{
  padding: 0;
}
article a{
  text-decoration: underline;
}
article a:hover{
  text-decoration: none;
}
article li{
  line-height: 1.3;
  margin-bottom: 10px;
}
article ol strong{
  /*font-weight: normal;*/ /*Upravil matus11, 10.12.2015*/
}
article table, .tx-ttnews table, #content aside table{
  width: 100%;
  border: none;
  margin-bottom:10px;
}
article table tr th, article table tr td, #content aside table tr th, #content aside table tr td{
  padding: 2px 5px;
  border: 2px solid #fff;
}
article table tr th, #content aside table tr th{
  text-align: left;
  background-color: #ffbd43;
  font-weight: 700;
}
article table tr:nth-child(odd) td, #content aside table tr:nth-child(odd) td{
  background-color: #dbd8d8; // #b1b1b1 prehodene na svetlejsiu sedu z kalendara na titulke
}

table.calendar-table tr th {
  background: #9e2b2f; !important;
  color: #fff;
}
table.calendar-table tr td.linked_day {
    background: #ffbd43 !important;
}
article table tr:nth-child(even) td, #content aside table tr:nth-child(even) td{
  background-color: #cbcbcb;
}

article table tbody.valigntop td {
  vertical-align:top;
}

article table tbody.twocolumn td {
  width:50%;
}

/*article table a {
    color: white;
}*/

/*************** bocny panel ***************/

aside .image-box{
  margin-bottom: 30px;
}
aside .box{
  color: #000;
  display: block;
  position: relative;
  border: 2px solid #d8d8d8;
  padding: 15px 15px 15px 15px;
  margin-bottom: 30px;
}
aside .box:hover{
  text-decoration: none;
}
aside .box div.image{
  margin: -17px -17px 15px -17px;
}
aside .box h3{
  padding-left: 0;
  background: none;
  margin-top: 0;
}
section#home aside.span8 .box h3{
  background: #9e2b2f;
  color: #fff;
  margin: -17px -17px 15px -17px;
  padding: 15px;
}
section#home aside.span8&gt;div&gt;.box p{
  margin: 0;
}

section#home aside.span4 header h2 a {
  color: #fff;
}
aside .box p{
  margin-bottom: 0;
  margin-right: 30px;
  line-height: 15px;
}
aside .box p:hover{
  color: #444;
}
aside .box div.pipe{
  position: absolute;
  bottom: 10px;
  left: -4px;
  width: 9px;
  height: 49px;
  background: url(../img/pipe.png) 0 0 no-repeat;
}
aside .box div.more{
  position: absolute;
  bottom: 10px;
  right: -4px;
  width: 40px;
  height: 49px;
  background: url(../img/more.png) 0 0 no-repeat;
}
aside.span4 .box img{
  max-width: 370px;
  height: auto;
}
/*************** paticka ***************/
footer div#subfooter{
  padding-top: 10px;
  color: #fff;
  background: #535250;
}
footer div#subfooter a{
  color: #b1b1b1;
}
footer div#subfooter p a{
  color: #fff;
}
footer div#subfooter a:hover{
  color: #fff;
}
footer div#subfooter p{
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px 0 0 0;
}
footer div#copyright{
  color: #fff;
  background: #323232;
}
footer div#copyright a, footer div#copyright a:hover{
  color: #ffbd43;
}
footer div#copyright p{
  margin: 5px 0;
}
footer div#copyright p.grey{
  color: #9d9d9d;
}
/*************** zobrazenie pracovnikov, pridal robert grencik, 12.9.2013 *************************/
.tx-unibausers-position{
  font-weight: bold;
  margin-top: -8px;
}
.tx-unibausers-table{
  margin-top: 20px;
}
.tx-unibausers-table td{
  background-color: #fff !important;
}
.tx-unibausers-table-left{
  color: #4d4d4d !important;
  width: 125px;
}
.tx-unibausers-person{
  border-bottom: 1px solid #ddd;
  padding: 20px 8px 15px 8px;
}
.tx-unibausers-person h2{
  text-transform: none !important;
}
.tx-unibausers-person:last-child{
  border-bottom: none;
}
.publication-line{
  color: #4d4d4d;
}
/*************** sitemap / verzia 1.1 (03.03.2014) *************************/
.tx-dropdownsitemap-pi1 ul{
  list-style: none;
}
.tx-dropdownsitemap-pi1 li.open ul{
  display: block;
}
.tx-dropdownsitemap-pi1 li.closed ul{
  display: none;
}
.tx-dropdownsitemap-pi1 a.expand{
  margin-left: -19px;
  margin-right: 2px;
  display: block;
  float: left;
  width: 16px;
  height: 16px;
}
.tx-dropdownsitemap-pi1 a.expand img{
  background: #fff;
  position: relative;
}
.tx-dropdownsitemap-pi1 .expAll{
  background: #f7f7f7;
  padding: 5px;
}
.tx-dropdownsitemap-pi1 .expAll a{
  display: block;
  height: 16px;
}
.tx-dropdownsitemap-pi1 .expAll img{
  padding-right: 5px;
}

/*************** ostatne veci, ktore sa nikam nemestili ***************/
.zavinac {
  padding:0px 1px 1px 1px;
  z-index:999;
  height: 11px;
  width: 11px;
}

div#content.no_background_image {
  background: none !important;
}

/*************** responzivny web (nad 1200px) ***************/
@media (min-width: 1200px){
  header div#main form input{
    width: 220px;
  }
   div#content{
    background: url(../img/menu_bg.png) 30px 0 repeat-y;
  }
}
/*************** responzivny web (do 980px) ***************/
@media (max-width: 980px){
  div#up .span7, div#up .span4, div#up .span5{
    width: auto;
    float: left;
  }
   div#up .span5{
    float: right;
  }
}
/*************** responzivny web (980px - 1199px) ***************/
@media (min-width: 980px) and (max-width: 1199px){
  div#content{
    background: url(../img/menu_bg2.png) 20px 0 repeat-y;
  }
   aside.span5 .box img{
    max-width: 300px;
  }

  #header_slider div.slider-text-content div.slider-text-content-wrap {
    width: 940px;
  }
  header div#up a#sitemap {display:none;}
}
/*************** responzivny web (768px - 979px) ***************/
@media (min-width: 768px) and (max-width: 979px){
  header div#main form input{
    width: 190px;
  }
   div#content{
    background: url(../img/menu_bg3.png) 20px 0 repeat-y;
  }
   aside.span4 .box img{
    max-width: 228px;
  }
}
/*************** responzivny web (0px - 979px) ***************/
@media (max-width: 979px){
  #supersized{
    display: none !important;
  }
  header div#main.intro{
    background: #323232;
    height: auto;
  }
  header div#up a#sitemap {
    display:none;
  }
  header div.title div span{
    font-size: 20px;
    line-height: 26px;
    height: auto;
    background: white none;
    padding: 0 15px 0 15px;
    display: block;
  }
  header div.title{
    margin-top: 0px;
    margin-bottom: 25px;
  }
   header div#up a#uni, header div#up a#lang{
    background: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
   /* [class*="span"]{
    min-height: 0px;
  }
   */
  div#slide_icon{
    display: none;
  }
  section#slidecaption {
    position: relative;
    bottom: 0px;
  }
 }
/*************** responzivny web (768px a viac) ***************/
@media (min-width: 768px){
  section div.row{
    overflow: hidden;
  }
}
/*************** responzivny web (0px - 767px) - 100% sirka ***************/
@media (max-width: 767px){
  header div#main.sub{
    background-image: none;
  }
  /* skrytie fb a sitemap odkazu */
   header div#up a#fb, header div#up a#sitemap, header div#up a#rss, header div#up a#youtube, header div#up a#instagram,header div#up a#tt, header div#up a#eshop, header div#up a#linkedin {
    display: none;
  }
   header div#up ul#lang{
    margin-left: 10px !important;
  }
  /* odstranenie 20px bieleho okraju pri paticke */
   header div#up, header div#main, footer div#subfooter, footer div#copyright{
    padding: 0 20px;
    margin-right: -20px;
    margin-left: -20px;
  }
   /* opticke spojenie dvoch &lt;UL&gt; do jedneho (paticka - zoznam fakult) */
   ul.part{
    margin-bottom: 0;
  }
   /* skrytie ilustacnych obrazkov */
   aside a.box div.image{
    display: none;
   }
   
   header div.text-right, footer div.text-right{
    text-align: left;
  }
   header div#main form{
    margin-top: 5px;
  }
   header div#main{
    background: red;
  }
  
  article .news-list-item div.image {
      display: none;
  }
  
  article .news-list-item div.news-content {
      width: 100% !important;
  }
  
}
/*************** responzivny web (0px - 480px) ***************/
@media (max-width: 480px){
}


/****************** modifikacia duris7  *************************/

/****************** news list view (aktuality) ***********************/

article .news-list-container .news-list-item, article .news-list-container .news-list-item2 {
    border: solid 2px  #d8d8d8;
    margin-bottom: 10px;
    padding: 0;
    position: relative;
    height: 100px;
    min-width: 330px;
}

article .news-list-container .row:nth-child(even) .news-list-item, article .news-list-container .row:nth-child(even) .news-list-item2 {
    background-color: #f5f5f5;
}

article .news-list-item div.news-content, article .news-list-item2 div.news-content {
    overflow: hidden;
}

article .news-list-container .news-list-item div h2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0)!important;
    padding:5px;
    text-align: left!important;
    position: relative;
    color: #9e2b2f!important;
}

article .news-list-container .news-list-item2 div h2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0)!important;
    padding:5px 15px 5px 15px;
    text-align: left!important;
    position: relative;
    color: #9e2b2f!important;
}

article .news-list-container .news-list-item div h2 a, article .news-list-container .news-list-item2 div h2 a {
    color: #9e2b2f!important;
    font-size: 14px!important;
    font-family: 'Ubuntu',sans-serif!important;
    font-weight: 500!important;
    text-transform: uppercase!important;
    text-decoration: none;
    margin-right: 60px;
    display: block;
    overflow: hidden;
    height: 32px;
}

article .news-list-container .news-list-item div h2 span, article .news-list-container .news-list-item2 div h2 span {
    color: #9e9e9e;
    position: absolute;
    top:5px;
    right: 5px;
    font-weight: normal;
}

article .news-list-container .news-list-item div{
    float:left;
    height: 100%;
    width:70%;
}

article .news-list-container .news-list-item div:first-child{
    float:left;
    width:30%;
}

article .news-list-container .news-list-item p {
    line-height: 15px;
    margin-bottom: 0;
    margin-right: 35px;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    padding: 0 5px 0px 5px;
    max-height: 45px;
    overflow: hidden;
}

article .news-list-container .news-list-item2 p {
    line-height: 15px;
    margin-bottom: 0;
    margin-right: 35px;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    padding: 0 15px 0px 15px;
    max-height: 45px;
    overflow: hidden;
}

article .news-list-container .news-list-item div.pipe, article .news-list-container .news-list-item2 div.pipe{
  position: absolute;
  bottom: 10px;
  left: -5px;
  width: 9px;
  height: 49px;
  background: url(../img/pipe.png) 0 0 no-repeat;
}

article .news-list-container .news-list-item div.more, article .news-list-container .news-list-item2 div.more{
  position: absolute;
  bottom: 10px;
  right: -5px;
  width: 40px;
  height: 49px;
  background: url(../img/more_yellow.png) 0 0 no-repeat;
}

article .news-list-container .showResultsWrap {
    display: none;
}

article .news-list-container div.browseLinksWrap {
    margin-top: 20px;
    font-size: 14px;
    text-decoration: none;
    font-family: "Open Sans",sans-serif !important;
}

article .news-list-container div.browseLinksWrap a {
    text-decoration: none;
    color: #9d9d9d;
}

article .news-list-container div.browseLinksWrap a:hover{
    text-decoration: none;
    color: #cccccc;
}

article .news-list-container div.browseLinksWrap span.disabledLinkWrap {
    text-decoration: none;
    color: #cccccc;
}

article .news-list-item .background {
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-position:50% 50% !important;
}

.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
    height:100%;
    overflow:hidden;
}

/*********************** news single view (detail novinky tt_news.html) *************** */

.news-single-item {
    padding: 0 !important;
}

.news-single-rightbox{
    padding-left: 10px !important;
    padding-bottom: 10px !important;
}

.news-single-backlink {
    padding: 0 !important;
}

.news-single-backlink .back-button, .single_user_back .back-button {
    background: url('../img/arrow_left_red_double.png') center left no-repeat;
    height: 20px;
    width: 20px;
    float: left;
    margin-top: 10px;
}

div.social-share {
    padding-left: 35px;
    background: url(/fileadmin/templates/img/share_h25.png) 5px 3px no-repeat;
    display: block;
    float: right;
    box-shadow: inset 0 0 0 20px rgba(255,255,255,0.7);
}

.social-share a {
    width: 30px;
    height: 30px;
    display: block;
}

.social-share div {
    display: inline;
    float: left;
    margin-left: 5px;
}

.fb-share-button a {
    background: url(/fileadmin/templates/img/facebook_c_h30.png) no-repeat;
}

.linkedin-share-button a {
    background: url(/fileadmin/templates/img/linkedin_c_h30.png) no-repeat;
}


/********************** news list na titulke *********************/

section#home aside.span4 div.news-list-small h2 {
    background: none repeat scroll 0 0 #9e2b2f;
    color: #fff;
    margin: -17px -17px 0;
    padding: 15px;
    
}

section#home aside.span4 div.news-list-small {
    margin-bottom: 30px;
    position: relative;
    display: block;
    border: 2px solid #d8d8d8;
    //padding: 15px;
}

section#home aside.span4 div.news-list-small header{
    padding: 15px 15px 0;
}

section#home aside.span4 div.news-list-small div.news-small-list-empty {
    padding: 12px 15px;
}

section#home aside.span4 div.small-list-item {
    padding-left: 15px;
    padding-right: 40px;
    position: relative;
    overflow: hidden;
    height: 50px;
    box-sizing: border-box;
    width: 100%;
    display: table;
}

section#home aside.span4 div.small-list-item p {
    display: table-cell;
    vertical-align: middle;
    line-height: 16px;
}

section#home aside.span4 div.small-list-item p span.news-small-list-date {
    color: #fff;
}

section#home aside.span4 div.small-list-item:nth-child(even)  {
    background-color: #b1b1b1;
}

section#home aside.span4 div.small-list-item:nth-child(odd)  {
    background-color: #9e9e9e;
}

section#home aside.span4 div.small-list-item div.more{
    position: absolute;
    width: 40px;
    height: 50px;
    background: url(../img/icon_next_white.png) center center no-repeat;
}


.clear {
    clear: both;
    border: none;
    padding: 0;
    margin: 0;        
}

.ka-handler {
    cursor: pointer;
}

/*********** search forms in the main section *****************/

article form#tx-uniba-form-search, article form#tx-unibausers-form-search {
    margin:0;
}

article form#tx-uniba-form-search&gt;div, article form#tx-unibausers-form-search&gt;div{
    background-color: #9e2b2f;
    float: left;
    margin-bottom: 10px;
}

article form#tx-unibausers-form-search div:first-child {
    margin-right: 15px;
}

article form#tx-uniba-form-search input[type="text"], article form#tx-unibausers-form-search input[type="text"]/*, article form#tx-unibausers-form-search select*/{
    float:left;
    border:3px solid #9e2b2f;
    margin: 0;
    font-size: 12px;
    line-height: 15px;
    font-family: 'Open Sans',sans-serif;
    width: 163px;
    height: 15px !important;
    padding: 3px    6px;
}

article form#tx-uniba-form-search input[type="submit"], article form#tx-unibausers-form-search input[type="submit"] {
    float: left;
    background: url(../img/search_red25x25.png) left center no-repeat #9e2b2f;
    border: 1px solid #9e2b2f;
    height: 25px;
    padding: 0px 15px;
    margin-top: 1px;
}

article form#tx-unibausers-form-search label {
    color: #fff;
    padding: 6px 4px 0 4px;
    font-family: 'Open Sans',sans-serif;
    margin: 0;
    font-size: 12px;
    line-height: 15px;
    float:left;
}

article form .customSelect { 
    background: url("../img/custom-select-arrow-small.png") right center no-repeat #fff;
    border:3px solid #9e2b2f;
    padding: 3px 30px 3px 6px;
    height: 15px;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
}

article form .customSelectInner {
    height: 15px;
    font-size: 12px;
    line-height: 15px;
    overflow: hidden;
}

article .list_user_pagination {
    margin-top: 20px;
}

article .list_user_pagination li {
    margin: 0;
    padding: 0;
}

article .list_user_pagination li {
    margin: 0;
    padding: 0;
}

article .list_user_pagination li.tx-pagebrowse-first, article .list_user_pagination li.tx-pagebrowse-prev, article .list_user_pagination li.tx-pagebrowse-next, article .list_user_pagination li.tx-pagebrowse-last{
    color: #cccccc;
    font-size: 14px;
    text-decoration: none;
    font-family: "Open Sans",sans-serif !important;
    margin: 0;
    padding: 0;
}

article .list_user_pagination li.tx-pagebrowse-first a, article .list_user_pagination li.tx-pagebrowse-prev a, article .list_user_pagination li.tx-pagebrowse-next a, article .list_user_pagination li.tx-pagebrowse-last a{
    color: #9d9d9d;
    //font-size: 14px;
    text-decoration: none;
    //font-family: "Open Sans",sans-serif !important;
    margin: 0;
    padding: 0;
}

article .list_user_pagination li.tx-pagebrowse-first a:hover, article .list_user_pagination li.tx-pagebrowse-prev a:hover, article .list_user_pagination li.tx-pagebrowse-next a:hover, article .list_user_pagination li.tx-pagebrowse-last a:hover{
    color: #cccccc;
}

article .list_user_pagination li.tx-pagebrowse-pages li {
    color: #9d9d9d !important;
}

article .list_user_pagination li.tx-pagebrowse-pages li:first-child{
    margin-right: 10px !important;
}

article .list_user_pagination li.tx-pagebrowse-pages a{
    color: #9d9d9d !important;
    font-size: 14px;
    text-decoration: none;
    font-family: "Open Sans",sans-serif !important;
    margin-right: 10px !important;
}

article .list_user_pagination li.tx-pagebrowse-pages .tx-pagebrowse-current {
    color: #000 !important;
    font-size: 14px;
    text-decoration: none;
    font-family: "Open Sans",sans-serif !important;
    margin-right: 10px !important;
}

article .list_user_pagination li.tx-pagebrowse-pages a:hover{
    color: #cccccc !important;
    //text-decoration: underline;
}
/************************ google serach results ***********************/

#tx-uniba-gcse {
    margin-top: 10px;
    border-top: 2px solid #ddd;
    padding-top: 10px;  
    font-family: "Open Sans",sans-serif !important;
}

.gsc-result-info {
    text-transform: uppercase;
    color: #9e2b2f !important;
    font-weight: bold;
    font-size: 18px !important;
    padding: 0 !important;
    margin: 0 !important;
}

#tx-uniba-gcse table tr td {
    background-color: #fff;
}

#tx-uniba-gcse .gsc-cursor-box {
    margin-top: 20px;
}

#tx-uniba-gcse .gsc-cursor .gsc-cursor-page {
    color: #9d9d9d !important;
    font-size: 14px;
    text-decoration: none;
    font-family: "Open Sans",sans-serif !important;
    margin-right: 12px !important;
}

#tx-uniba-gcse .gsc-cursor .gsc-cursor-page:hover {
    color: #9e9e9e !important;
}    

#tx-uniba-gcse .gsc-cursor .gsc-cursor-current-page {
    color: #000 !important;
}

#tx-uniba-gcse .gcsc-branding-text {
    color: #9e9e9e;
    //9d9d9d
}

#tx-uniba-gcse .gsc-webResult .gsc-result {
    border-bottom: 2px solid #ebebeb !important;
}

#tx-uniba-gcse .gs-result *{
    font-family: "Open Sans",sans-serif !important;
}

#tx-uniba-gcse .gs-result .gs-title {
    //font-family: "Open Sans",sans-serif;
    text-decoration: none;
    color: #e75c55;  
    font-family: "Ubuntu",sans-serif !important;
    font-size: 17px;
}

#tx-uniba-gcse .gs-result .gs-title:hover {
    color: #9e2b2f;
    text-decoration: underline;
}

#tx-uniba-gcse .gs-result .gs-title b{
   // font-family: "Open Sans",sans-serif;
    text-decoration: none;
    color: #e75c55;    
}

#tx-uniba-gcse .gs-result .gs-title:hover b{
    color: #9e2b2f;
}

#tx-uniba-gcse .gs-fileFormat {
    color: #9e9e9e;
    font-family: "Open Sans",sans-serif;
}

/* ********************** zamestnanci  ************************************/ 

article .list_user, article .single_user {
    padding: 0 0 0 0;
    border-bottom: solid 2px #ebebeb;
    overflow: hidden;
}

article .list_user h2{
    background-color: #fff;
    padding-left: 0px;
   // font-family: "Open Sans",sans-serif;
   font-size:   14px;
   margin: 5px 0 5px 0;
   color: #9e2b2f;
}

article .single_user h2 {
    font-size:   14px;
}

article .list_user h2 a{
    text-decoration: none;
    color: #9e2b2f;
}

article .single_user h2 a{
    text-decoration: none;
}

article .list_user h2 a:hover{
    text-decoration: underline;
    color: #9e2b2f;
}

article .single_user h2 a:hover{
    text-decoration: underline;
}

article .list_user_relations, article .list_user_relation, article .single_user_relation {
    overflow: hidden;
}

article .list_user_relations&gt;*+.list_user_relation, article .single_user_relations&gt;*+.single_user_relation {
    
    border-top: solid 1px #ebebeb;
    padding-top: 10px;
}

article .single_user_relation {
    /*overflow: hidden;
    margin-bottom: 10px;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 5px;*/
}

article .list_user_relation_position, article .single_user_relation_position{
    margin-bottom: 10px;
}

article .list_user_publication, article .single_user_publication{
    border-top: solid 1px #ebebeb;
    margin-left: 0px !important;
    padding-top: 10px;
}

article .list_user_contact:last-child, article .single_user_contact:last-child, article .list_user_publication, article .single_user_publication{
    margin-bottom: 10px;
}

article .list_user_contact, article .single_user_contact{
    clear: both;
    margin-left: 0px !important;
    //margin-bottom: 10px;
}

article .list_user_contact_type, article .list_user_publication_tag, article .single_user_contact_type, article .single_user_publication_tag{
    clear: both;
    margin-left: 0 !important;
    padding-left: 0 !important;
    color:  #9d9d9d;
}

article .list_user_relation{
    clear:both;
}

article .single_user_hint {
    float:right;
    font-size: 16px;
   // margin-right: 10px;
}

article .single_user_hint:hover {
    color: #9e2b2f;
}

article .single_user_relation_name, article .single_user_relation_position {
    float: left;
    clear: both;
}

.tooltipHint {
    display:none;
    position:absolute;
    border:2px solid #9e2b2f;
    background-color: #ffbd43;
    border-radius:5px;
    padding:5px;
    color:#000;
    font-family: "Open Sans",sans-serif;
    font-size: 10px;
}

/*/article .list_user .list_user_relation .list_user_contact div {
    float: left;
}*/


/* ********************************  legislativa form ****************************** */ 

/* ****** bootstrap override  ********* */

.tx-unibafiles-pi1 .control-label {
    text-align: left !important; 
    padding: 5px 15px 0 0 !important;
    width: auto !important;
}

.tx-unibafiles-pi1 .controls {
    margin-left: 0 !important;
}

div.row.narrow_news_list { overflow: visible; }

#content aside div.news-single-item div.news-single-img { float: none; margin: 0; }


/* ********************************** kiwi akordeon hook ********************************* */

header.ka-handler div:after{
    display: block;
    line-height: 1;
}

.ka-open13 header div:after{
    content: url('../img/icon_next_white.png');
    
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -ms-transition: -ms-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    -o-transform: rotate(90deg); /* opera */
}

.ka-open header div:after{
    content: url('../img/icon_next_white.png');
    
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -ms-transition: -ms-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    
    -ms-transform: rotate(90deg); /* IE 9 */
    -o-transform: rotate(90deg); /* opera */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.ka-close header div:after{
    content: url('../img/icon_next_white.png');
    
    transform: none;
    
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -ms-transition: -ms-transform 0.5s;
}

/* ************************* viac sprav na titulke  ***************** */

section aside div.news-more-news {
    //padding: 15px 0;
    padding-bottom: 15px;
}

section aside div.news-more-news&gt;p {
    padding: 0;
    margin: 0;
}

section aside div.news-more-news&gt;p&gt;a {
    padding: 0 0 0 15px;
    //padding: 15px;
    color: #9e2b2f;
    font-family: "Ubuntu",sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 17px;
}

section aside div.news-more-news&gt;p&gt;a:after {
    font-family: 'Fontawesome';
    content: ' \f105';
    font-size: 17px;
    line-height: 17px;
    font-weight: 800;
}

/* ************************* feature boxy na titulke ********************/

/* dorobila Peta Kopacova */

.features {
  height: 70px;
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  padding: 45px 15px 45px 15px;
  font-size: 46px;
  font-variant: small-caps;
  line-height: 45px;
  color: #fff;
  /*  text-shadow: 0 2px 2px #000000; */
  background-color: #9e2b2f;
}

a.features_left:hover, a.features_left:active {
  text-decoration: none;
  color:#fff;
  background-color: #6494aa;
  text-shadow: 0px 0px 5px #134d63;
}

a.features_center:hover, a.features_center:active {
  text-decoration: none;
  color:#fff;
  background-color: #90a959;
  text-shadow: 0px 0px 5px #325014;
}

a.features_right:hover, a.features_right:active  {
  text-decoration: none;
  color:#fff;
  background-color: #e9b872;
  text-shadow: 0px 0px 5px #826713;
}

.features div {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}


/* ************************* bug fixy  ****************************** */

article *, aside *, nav * {
    word-wrap: break-word;
}

article *.align-center {
    text-align: center;
}

article *.align-right {
    text-align: right;
}

aside img {
    width: 100%;
}

aside .autowidth img{
    width:auto;
}

#home aside img {
    width: auto;
}


/* ************************* print media stylesheet ************************ */

/*  inspired by smashing magazine article 
    http://www.smashingmagazine.com/2011/11/24/how-to-set-up-a-print-style-sheet/
    feel free to modify 
    duris
*/

@media print {
    /* avoid breaking of page inside of paragraph *************************** */
    
/*    body {
        margin: 0.5cm;
    }*/
    
    p {
        page-break-inside: avoid;
    }
    
    #wrapper&gt;header, #wrapper nav .nav, body&gt;footer {
        display: none !important;
    }
    
/*    #wrapper&gt;header #up,  #wrapper&gt;header #title, #wrapper&gt;header #search{
        display: none !important;
    }*/
    
    #logo img{
        display: block !important;
        background: #cccccc !important;
    }
    
    #logo a:after{
        content: none !important;
    }
    /** **** odstranenie bootstrap vypisu linky ************** */ 
    a[href]:after {
        content: none !important;
    }
    
/*    a[title]:after {
        content: " (" attr(title) ")";
    }*/
    
    .container article, .container aside{
        width: 95% !important;
        //margin: 0px !important;
        //padding: 0px !important;
        box-sizing: border-box;
    }
    
    .container{
        //width: 100% !important;
        //margin: 0px !important;
    }
    /* ****************** SideBar separator ******************************* */
    
    #content&gt;aside:before {
        content: 'ZaÄŤiatok boÄŤnĂ©ho panela';  
        border-bottom: solid 1pt black;
        text-align: center;
        margin-top: 20pt;
        margin-bottom: 10pt;
        display: block;
    }
    
        
    #TSFE_ADMIN_PANEL_FORM {
        display: none !important; /* just for admins */ 
    }
    
    img {
        //max-width: 250px !important; /* to avoid ink abuse, uncomment this  :-)  */ 
    }
    
    .breadcrumb {
        padding: 0px !important;
        margin: 0px !important;
    }
    
    .breadcrumb:before {
        display: block;
        content: "ÄŽakujeme za tlaÄŤenie obsahu strĂˇnky www.uniba.sk.";
        margin-bottom: 10px;
        border: 1px solid #bbb;
        padding: 3px 5px;
        font-style: italic;
        //float: right;
    }
    
    @page {
        //margin: 2cm 1cm;
    }
    
    /********************** better legibility *********************************/
    body {
        font: 12pt Georgia, "Times New Roman", Times, serif !important;
        line-height: 1.3 !important;
    }
    h1, h2, h3, h4, h5 {
        line-height: initial !important;
    }
    
    h1 {
        font-size: 24pt !important;
    }

    h2 {
        font-size: 14pt !important;
        margin-top: 25px !important;
    }

    aside h2 {
        font-size: 18pt !important;
    }
}


/********************** novinky na titulke 2 stlpce, 2 novinky v prvom, 1 novinka v druhom stlpci, doplnil Tomas Matus *********************************/
#home div.row-fluid &gt; aside.span8 div.narrow_news_list &gt; aside.span4 &gt; a.box h3 {
  background: transparent;
  color: #9e2b2f;
}
#home div.row-fluid &gt; aside.span4 div.narrow_news_list &gt; aside.span4 &gt; a.box &gt; h3 {
  padding: 15px;
  margin: -17px;
  margin-bottom: 15px;
}

#home div.row-fluid &gt; aside.span8 div.narrow_news_list &gt; aside.span4,
#home div.row-fluid &gt; aside.span4 div.narrow_news_list &gt; aside.span4 {
  float: left;
}

@media (min-width: 1200px) {
  #home div.row-fluid &gt; aside.span8 div.narrow_news_list &gt; aside.span4,
  #home div.row-fluid &gt; aside.span4 div.narrow_news_list &gt; aside.span4 {
    width: 369px;
    margin-left: 30px;
  }
  #home div.row-fluid &gt; aside.span8 div.narrow_news_list &gt; aside.span4 &gt; a.box,
  #home div.row-fluid &gt; aside.span4 div.narrow_news_list &gt; aside.span4 &gt; a.box{
    min-height: 225px;
  }
  #home div.row-fluid &gt; aside.span8 div.narrow_news_list &gt; aside.span4 &gt; a.box &gt; p,
  #home div.row-fluid &gt; aside.span4 div.narrow_news_list &gt; aside.span4 &gt; a.box &gt; p {
    width: 320px;
  }  
}

@media (min-width: 980px) and (max-width: 1199px){
  #home div.row-fluid &gt; aside.span8 div.narrow_news_list &gt; aside.span4,
  #home div.row-fluid &gt; aside.span4 div.narrow_news_list &gt; aside.span4 {
    width: 300px;
    margin-left: 19px;
  }  
  #home div.row-fluid &gt; aside.span8 div.narrow_news_list &gt; aside.span4 &gt; a.box,
  #home div.row-fluid &gt; aside.span4 div.narrow_news_list &gt; aside.span4 &gt; a.box{
    min-height: 250px;
  }  
  #home div.row-fluid &gt; aside.span8 div.narrow_news_list &gt; aside.span4 &gt; a.box &gt; p,
  #home div.row-fluid &gt; aside.span4 div.narrow_news_list &gt; aside.span4 &gt; a.box &gt; p {
    width: 165px;
  }   
}
@media (min-width: 768px) and (max-width: 979px){
  #home div.row-fluid &gt; aside.span8 div.narrow_news_list &gt; aside.span4,
  #home div.row-fluid &gt; aside.span4 div.narrow_news_list &gt; aside.span4 {
    width: 227px;
    margin-left: 20px;
  }
  #home div.row-fluid &gt; aside.span8 div.narrow_news_list &gt; aside.span4 &gt; a.box,
  #home div.row-fluid &gt; aside.span4 div.narrow_news_list &gt; aside.span4 &gt; a.box{
    min-height: 240px;
  }  
  #home div.row-fluid &gt; aside.span8 div.narrow_news_list &gt; aside.span4 &gt; a.box &gt; p,
  #home div.row-fluid &gt; aside.span4 div.narrow_news_list &gt; aside.span4 &gt; a.box &gt; p {
    width: 165px;
  }    
}

@media (max-width: 979px) {
  header div#main .container {
    position: static;
  }
  header div#header_slider {
    position: static;
    top: auto;
    height: auto;
  }

  header div#header_slider div.slider-slide {
    position: static;
    height: auto;
    top: auto;
    left: auto;
  }

  header div#header_slider div.slider-text-content {
    position: static;
    bottom: auto;
    margin-top: -25px;
    margin-bottom: 20px;
  }

  header div#header_slider div.slider-text-content div.slider-text-content-wrap {
    position: static;
    width: 724px;
  }

  header div#header_slider div.slider-text-content div.slider-text-content-wrap div span {
    font-size: 20px;
    line-height: 26px;
    height: auto;
    background: white none;
    padding: 0 15px 0 15px;
    display: block;
  }

  header div#header_slider div.slider-text-content div.slider-text-content-wrap p {
    display: block;
  }

  #main .cover { display: none; }
}

@media (max-width: 767px) {
  header div#header_slider div.slider-text-content div.slider-text-content-wrap {
    width: auto;
  }
}

/********************************** news-header-simple-list template  **********************************/

.news-header-simple-list .news-header-list-container {
  margin-bottom: 1ex;
  /*border-bottom: thin solid rgba(0,0,0,0.075);*/
}

/************************ formhandler ****************************/
.formhandler-form input, .formhandler-form textarea {
  width:95%;
}

aside .news-list-container .news-list-item{
    width:auto;
}

/********************************* button ****************************************/

.button {
   border: none;
   background: #b3221b;
   background: -webkit-gradient(linear, left top, left bottom, from(#b3514d), to(#b3221b));
   background: -webkit-linear-gradient(top, #b3514d, #b3221b);
   background: -moz-linear-gradient(top, #b3514d, #b3221b);
   background: -ms-linear-gradient(top, #b3514d, #b3221b);
   background: -o-linear-gradient(top, #b3514d, #b3221b);
   background-image: -ms-linear-gradient(top, #b3514d 0%, #b3221b 100%);
   padding: 10.5px 21px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #b3221b 0 1px 0;
   color: #dbb6b6;
   font-size: 14px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border: none;
   text-shadow: #b3221b 0 1px 0;
   background: #b3221b;
   background: -webkit-gradient(linear, left top, left bottom, from(#b3514d), to(#b3221b));
   background: -webkit-linear-gradient(top, #b3514d, #b3221b);
   background: -moz-linear-gradient(top, #b3514d, #b3221b);
   background: -ms-linear-gradient(top, #b3514d, #b3221b);
   background: -o-linear-gradient(top, #b3514d, #b3221b);
   background-image: -ms-linear-gradient(top, #b3514d 0%, #b3221b 100%);
   color: #ffffff;
   }
.button:active {
   text-shadow: #b3221b 0 1px 0;
   border: none;
   background: #b3514d;
   background: -webkit-gradient(linear, left top, left bottom, from(#b3221b), to(#b3221b));
   background: -webkit-linear-gradient(top, #b3221b, #b3514d);
   background: -moz-linear-gradient(top, #b3221b, #b3514d);
   background: -ms-linear-gradient(top, #b3221b, #b3514d);
   background: -o-linear-gradient(top, #b3221b, #b3514d);
   background-image: -ms-linear-gradient(top, #b3221b 0%, #b3514d 100%);
   color: #ffffff;
   }
.button a:visited{
    color:#9e2b2f;
    }    


.specialMenuArrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;  
  float: right;
}

.specialMenuRight {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.specialMenuLeft {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.specialMenuUp {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.specialMenuDown {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}</pre></body></html>