/* Globální nastavení */

a {
  text-decoration: none;
  color: #313771;
}

body {
  background: #d1cfbf;
  width: 1000px;
  margin: 0 auto;
  font-family: Arial;
  word-wrap: break-word;
}

#page {
  margin: 0 auto;
  position: relative;
  left: 0px;
  top: 0px;
}

/* Rychlé odkazy */

#fast_link {
  position: absolute;
  top: 30px;
  left: 20px; 
}

#fast_link a {
  color: black;
  font-family: Arial;
  text-decoration: none;
  margin-right: 30px;
}

/* Vyhledávání */

#search {
  position: absolute;
  top: 20px;
  right: 5px; 
}

#search_field {
  -moz-border-radius:10px; /* Firefox */
  -webkit-border-radius: 10px; /* Safari, Chrome */
  -khtml-border-radius: 10px; /* KHTML */
  border-radius: 10px; /* CSS3 */
  border: 1px solid white;
  width: 165px;
  height: 23px;
  color: #CFCFCF;
  background-image: url("../img/lupa.png");
  background-repeat: no-repeat;
  background-position: 8px -1px;
  padding-left: 30px;
  padding-right: 10px;
  font-size: 16px;
}

/* Hlavička webu */

#header {
  width: 1000px;
  height: 166px;
  position: absolute;
  top: 55px;
  left: 0px;
  background-color: rgb(56, 47, 75);
}

#web_title {
  font-size: 26px;
  color: white;
  position: absolute;
  top: 35px;
  left: 260px;  
}

#address {
  font-size: 12px;
  color: #A7A4AD; 
  position: absolute;
  top: 75px;
  left: 263px; 
}

#zikmund_winter {
  position: absolute;
  top: 0px;
  right: 0px;  
}

/* Slideshow na hlavní straně */

#slideshow {
  position: absolute;
  top: 230px;
  left: 0px;   
}

/* Boční panel */

#followBar {
  position: absolute;
  top: 230px;
  right: 0px;
}

#titleInBar {
background: rgb(56,47,75);
width: 235px;
height: 25px;
color: white;
position: absolute;
top:0px;
left:0px;
font-size: 12px; 
padding-left: 15px;
padding-top: 12px;

}

#titleInBar img {
float:right;
margin-right: 20px;
margin-top: -5px;
}

#calendar {
  background: white;
  width: 230px;
  height: 250px;
  overflow: scroll;
  padding-top:40px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom: 10px;
  
  overflow-x: hidden; 
  overflow-y: hidden; 
}


#calendar:hover {
  overflow-y: visible; // zobrazí scrollbar
}

/* Celý scrollbar */

#calendar::-webkit-scrollbar {
  width: 8px;
}

/* Jezdec scrollbaru */
#calendar::-webkit-scrollbar-thumb {
  background: #6F6781; 
}

#calendar_date_d, #calendar_date_l {
  text-align: center;
  padding: 8px;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 9px;
  color: white;
  width: 32px;
} 

#calendar_date_d  {
  background: #6F6781;
}

#calendar_date_l  {
  background: #8A8894;
}

#calendar_name {
  font-size: 11px;
  color: black;
  padding-left: 15px;
}

#calendar_event_title {
  font-size: 11px;
  padding-left: 10px;
  width: 170px;
}

/* lastArticles */
#lastArticles {
  background: white;
  width: 230px;
  height: 250px;
  overflow: scroll;
  padding-top:40px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom: 10px; 
  margin-top: 10px; 
  overflow-x: hidden; 
  overflow-y: hidden; 
  visibility: hidden;
}

#lastArticles:hover {
  overflow-y: visible; // zobrazí scrollbar
}

#lastArticles::-webkit-scrollbar {
  width: 8px;
}

/* Jezdec scrollbaru */
#lastArticles::-webkit-scrollbar-thumb {
  background: #6F6781; 
}

#lastArticles a {
  font-size: 11px;
  line-height: 14px;
}

#lastArticles h2 {
  font-size: 12px;
}

#lastArticles .article_icon {
  line-height: 36px;
  height: 36px;
  width: 36px;
  background-color: rgba(132,132,132,.5);
  color: white;
  font-size: 12px;
  text-align: center;
}

#lastArticles .article_title {
  font-size: 11px;
  padding-left: 10px;
  width: 170px;
  margin-left: 0px;
  margin-top: 0px;
}


/* Achievements */
#achievements {
  background: white;
  width: 230px;
  height: 280px;
  overflow: scroll;
   padding-top:40px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom: 10px; 
  margin-top: 10px; 
  overflow-x: hidden; 
  overflow-y: hidden; 
  visibility: hidden;
}

#achievements:hover {
  overflow-y: visible; // zobrazí scrollbar
}

#achievements::-webkit-scrollbar {
  width: 8px;
}

/* Jezdec scrollbaru */
#achievements::-webkit-scrollbar-thumb {
  background: #6F6781; 
}

#achievements a {
  font-size: 11px;
  line-height: 14px;
}

#achievements h2 {
  font-size: 12px;
}

#achievements .article_icon {
  line-height: 36px;
  height: 36px;
  width: 36px;
  background-color: rgba(132,132,132,.5);
  color: white;
  font-size: 12px;
  text-align: center;
}

#achievements .article_title {
  font-size: 11px;
  padding-left: 10px;
  width: 170px;
  margin-left: 0px;
  margin-top: 0px;
}


#fbLikeBox {
  width: 250px;
  height: 214px;
  overflow: scroll; 
  margin-top: 10px; 
  overflow-x: hidden; 
  overflow-y: hidden; 
}

#fbLikeBox .fb-like-box {
  margin-left: 0px;
  margin-top: 0px;
}

#fbLikeBox:hover {
  overflow-y: visible; // zobrazí scrollbar
}

#fbLikeBox::-webkit-scrollbar {
  width: 8px;
}

/* Jezdec scrollbaru */
#fbLikeBox::-webkit-scrollbar-thumb {
  background: #6F6781; 
}


/* Obsah webu */ 


#content {       
  position: absolute;
  top: 540px;
  width: 1000px;    
}

#navigate {
  margin-top: 12px;
  margin-bottom: -12px;
}

#navigate img {
  cursor: pointer;
}

#author {
    font-size: 13px;
    color: grey;
    float: right;
    margin-top: -14px;
    width: 500px;
    text-align: right;
}

.fb-like {
    float: right;
    margin-top: -35px;
    margin-right: 80px;
}

.fb-share-button {
    float: right;
    margin-top: -35px;
    margin-right: 10px;
}

.fb-like-box {
    margin-top: -80px;
    margin-left: -8px;
    background: whitesmoke;
}


/* Výpis článků na hlavní straně */
.article_box {
  background: white;
  width: 498px;
  height: 135px;
}

.article_thumb img{
  width: 50px;  
}

.article_title {
  margin-top: -130px;
  margin-left: 145px;
}

.article_perex {
  margin-top: 3px;
  margin-left: 145px;
  font-size: 12px; 
  padding-right: 6px;
}

.article_icon {
  line-height: 135px;
  height: 135px;
  width: 135px;
  background-color: rgba(132,132,132,.5);
  color: white;
  font-size: 28px;
  text-align: center;
}

/* Výpis galerií */
#galleries_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-content: stretch;
}

#galleries_list * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#galleries_list div {
  width: 24%; 
	margin-bottom: 0px;
  margin-top: 0px;
  cursor: pointer;
  border: 1px solid gray;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
  margin-bottom: 6px;
  margin-left: 3px;
  margin-right: 3px;
}


/* Patička webu*/

#footer {
  background: white;
  width: 100%;
  height: 200px;
  margin-top: 10px;
  margin-bottom: 20px;
}


/* Slider */
.jssora03l, .jssora03r {
      display: block;
      position: absolute;
      width: 55px;
      height: 55px;
      cursor: pointer;
      background: url(http://gzw.cz/img/slideshow/arrows.png) no-repeat;
      overflow: hidden;
    }
    .jssora03l { background-position: -2px -33px; }
    .jssora03r { background-position: -63px -33px; }
    .jssora03l:hover { background-position: -122px -33px; }
    .jssora03r:hover { background-position: -183px -33px; }
    .jssora03l.jssora03ldn { background-position: -242px -33px; }
    .jssora03r.jssora03rdn { background-position: -303px -33px; }
    
    
#floatingBar {
    z-index: 99999;
    width: 100%;
    height: 100px;
    position: fixed;
    bottom: -105px;
    left: 0px;
    background-color: white;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}