@import url('http://fonts.googleapis.com/css?family=Noticia+Text:400,700|Open+Sans:400,700&subset=latin,latin-ext');     
@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah);
html {
    font-size: 100.01%;
    height: 100%;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
}
a img,
img {
    margin: 0;
    padding: 0;
    border: 0;
}
a {
    outline: none;
    color:#29abe2;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
form,
table,
td {
    margin: 0;
    padding: 0;
}
table {
    font-size: 1em;
}
.clear {
    clear: both;
}
.fl {
    float: left;
}
.fr {
    float: right !important;
}
hr,
.noScreen {
    display: none !important;
}
.break {
    display: block !important;
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}
.nowrap {
    white-space: nowrap !important;
}
.textRight {
    text-align: right !important;
}
.rel {
    position: relative;
}
ul li {
    list-style-type: none;
}
input,
button,
textarea {
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
}
input:focus,
button:focus,
textarea:focus {
    outline: none;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
/* Hide from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
menu,
section,
summary,
video {
    display: block;
    padding: 0;
    margin: 0;
}

p {
  margin-bottom: 10px;
}
body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
#header {
    font-family: 'Noticia Text', serif;
    height: 600px;
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 0;
}
#menu {
    font-family: 'Noticia Text', serif;
}                                               

.showBackground {
    background: rgba(255, 255, 255, 1);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 43px;
    z-index: 101;   
}

.showBackground > .main-menu, .showBackground > .lang {
    position: absolute; 
}

    
#content {
    margin-top: 600px;
    background: white;
    z-index: 100;
    position: relative;
    min-width: 1000px;
}
.header-inner {
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 260px;
    text-align: left;    
    /*background: rgba(0, 204, 255, 0.8);*/ 
    /*background: url(../gfx/pozadi.png) top right no-repeat;*/
    width:100%;
    height:241px;

}
.header-inner h1 {
    font-size: 60px;
    color: white;
    font-weight: 700;
    padding-left:15px;
    position:relative;
    top:50px;
    width: 500px;
}
.header-inner h2 {
    width: 152px;
    height: 49px;
    background: url(../gfx/ano.png) top left no-repeat;
    text-indent: -99999px;
}
.header-inner h2 a{
    width: 100%;
    height: 100%;
    display: block;
}

.header-inner #slideshowText {
    position: absolute;
    left: 15px;
    top: 121px;
    width: 530px;
    height:120px;
    font-size: 16px;
    color: white;
    background: rgba(51, 51, 51, 0.8);
    overflow:hidden;
}
.header-inner #slideshowTextcounter {
    position: absolute;
    left: 175px;
    top: 150px;
}
.header-inner #slideshowTextcounter li {
    float: left;
}
.header-inner #slideshowTextcounter li a {
    display: block;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    margin-right: 20px;
    text-indent: -9999px;
    -webkit-border-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px;
    -moz-background-clip: padding;
    border-radius: 10px;
    background-clip: padding-box;
}
.header-inner #slideshowTextcounter li.cycle-pager-active a {
    background: #03B9D9;
}
.header-inner .social {
    position: absolute;
    left: 547px;
    top: 121px;
    width: 560px;
}
.soc {
    width: 48px;
    height: 48px;
    display: block;
    text-indent: -9999px;
    float: left;
    margin-right: 2px;
    background: rgba(51, 51, 51, 0.8);
    /*padding:36px;*/

}
.soc a{
    width: 48px;
    height: 48px;
    display: block;
    text-indent: -9999px;
}
.soc2 {
    width: 144px;
    height: 48px;
    display: block;
    text-indent: -9999px;
    float: left;
    /*background: rgba(51, 51, 51, 0.8);*/
    padding:36px 30px;

}
.soc3 {
    /*background: rgba(51, 51, 51, 0.8) none repeat scroll 0 0; */
    clear: both;
    height: 120px;
    float:left;
    margin-right: 2px;
    padding:0 10px 0 10px;


}
.soc2 a{
    display: block;
    text-indent: -9999px;
}

.soc .twitter {
    background: url(../gfx/twitter_white.png) center center no-repeat;
    background-size: cover;
    /*
    -webkit-box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 0);
    -moz-box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 0);
    */
    transition: 300ms;

}
.soc .twitter:hover {
  /*
    -webkit-box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 0.5);
    */
    opacity: 0.8;
}
.soc .facebook {
    background: url(../gfx/facebook_white.png) center center no-repeat;
    background-size: cover;
    /*
    -webkit-box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 0);
    -moz-box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 0);
    */

    transition: 300ms;
}
.soc .facebook:hover {
  /*
    -webkit-box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 0.5);
*/
opacity: 0.8;
}
.soc.mail {
    background: #ffffff url(../gfx/contact.png) center center no-repeat;
    float: right;
    border: 4px solid #C8C8C8;
}
.soc2 .ano_bude_lip{
    background: url(../gfx/ano.png) top left no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 0);
    -moz-box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 0);
    transition: 300ms;
    width:152px;
    height:49px;
    
}
.soc .ano_bude_lip:hover{
opacity: 0.8;
}
#showMenu {
    display: none;
}
.header-slideshow {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.header-slideshow .slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
/*.lightbox .main-menu, */
.lightbox .showBackground, .lightbox .search_form {
    display:none;
}
.main-menu {
    position: fixed;
    left: 0px;
    text-align: left;
    z-index: 200;
    top:0px;
    background: rgba(0, 204, 255, 0.8);
    padding:10px;
}
.main-menu li {
    float: left;
    margin-right: 20px;
}
.main-menu li a {
    color: #FFF;
    text-decoration: none;
    filter:alpha(opacity=100);
    opacity:1;
}
.main-menu li a:hover {
    color: black;
} 
.main-menu li a.active {
    color: black;
}

.showBackground .main-menu li a {
    color: #000;
}
.showBackground .main-menu li a:hover {
    color: white;
}
.showBackground .main-menu li a.active {
    color: white;
}
.logoWrapper{
    position: fixed;
    right: 78px;
    top: -3px;
    z-index: 200;
}
.logoWrapper img{
    margin-left: 15px;
    height:36px;
    
}
.logoWrapper a:nth-of-type(1) img{
    margin-top: 7px;
}

.lang {
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 200;
    background: rgba(0, 204, 255, 0.8);
    height:41px;
}
@media only screen and (min-width: 0) and (max-width : 1100px) {
        .lang {
            right: 25px;
        }
        .main-menu {
            left: 25px;
        }
        .logoWrapper{
            right: 100px;
        }
}
.lang li {
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    margin-top:10px;
    opacity:0.7;
}
.lang li a {
    color: white;
    text-decoration: none;
}
.lang li a:hover {
    color: #03B9D9;
}  
.showBackground .lang li a {

    text-decoration: none;
}
.showBackground .lang li a:hover {

}
.inner {
    width: 980px;
    margin: 0 auto;
}  

.cols {
    width: 1050px;
    text-align: left;
    padding-top: 60px;
    position:relative;
}

.cols .col {
    width: 290px;
    margin-right: 60px;
    float: left;
    margin-bottom: 104px;
}
/*
.oneLine {
  margin-top: -50px;
}
*/
.cols .col {
    width: 290px;
    height:310px;
    margin-right: 60px;
    float: left;
    margin-bottom: 104px;
    border-width: 1px; 
    border-bottom-style: solid;
}
.cols .col:hover {
    border-width: 10px; 
    border-bottom-style: solid;
    border-color:#00ccff;
    margin-bottom: 94px;
}
.team .cols .col {
    height:550px;
    margin-bottom: 50px;
}
.team .cols .col:hover {
    margin-bottom: 41px;
}
.team .col {
  margin-bottom: 80px;
}
.oneLine .col {
    width: auto;
}

.cols .col p.date {
    color: #7f7f7f;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
}

.cols .col h3 {
    color: #03b9d9;
    font-family: 'Noticia Text', serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 32px;
}
.cols .col h3 a {
    color: #03b9d9;
    text-decoration: none;
}
.cols .col h3 a:hover {
    color: rgba(84,84,84,0.5);
    text-decoration: none;
}
.cols .col p.prx {
    color: #999999;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 27px;
}
.cols .col p.more a {
    display: none;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    overflow: hidden;
    border: 2px solid #5b5b5b;
    border-radius: 60px;
    background: url(../gfx/more.png) 0 0 no-repeat;
    position:absolute;
    bottom:30px;
}

.cols .col p.more a:hover {
  background-position: -60px 0;
  border-color: #19b9db;
}       
.title {
    height: 600px;
    position: relative;
}
.title .inner {
    text-align: left;
    position: relative;
    height: 100%;
}
.title .inner h2 {
    color: #ffffff;
    font-size: 60px;                           
    font-weight: 700;
    line-height: 72px;
    padding-top: 490px;
}
.title .inner .subtitle {
    color: #ffffff;
    font-family: 'Noticia Text', serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}
.title_kalendar {
    background: url(../gfx/parlament4.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.title_blog {
    background: url(../gfx/main_blog.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.title_media {
    background: url(../gfx/main_media.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.title_gallery {
    background: url(../gfx/main_galerie.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.about {
    width: 100%;
    text-align: left;
    min-height: 650px;
    background: #ffffff url(../gfx/petr_jezek.png) 70% top no-repeat;
    position: relative;
}
.team {
    width: 100%;
    text-align: left;
    height: auto;
    background: #ffffff;
    position: relative;
}

.about_text {
    color: #7f7f7f;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    width: 390px;
    padding-top: 152px;
    position: relative;
}
.about_text h3 {
    color: #03b9d9;
    font-family: 'Noticia Text', serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 40px;
}
.about_text .about_social {
    padding-top: 60px;
}
.kancelar {
    position: absolute;
    top: 590px;
    left: 0px;
    width: 950px;
}
.kancelar a {
    color: #7f7f7f;
    text-decoration: none;
}
.kancelar a:hover {
    color: #4c4c4c;
}
.kancelar h4 {
    color: #29ABE2;
    font-weight: normal;
    margin-bottom: 15px;
}
.calendar {
    height: 400px;
    text-align: left;
    position: relative;
}
.calendar .calendar-inner {
    width: 590px;
    position: absolute;
    right: 0px;
    top: 50px;
}
.calendar .calendar-inner a {
    display: block;
    height: 75px;
    position: relative;
    color: black;
    text-decoration: none;
    margin-right: 1px;
    margin-bottom: 1px;
    float: left;
    padding:10px;
}
.calendar .calendar-inner a.blue {
    //background: #29ABE2;
}
.calendar .calendar-inner a.orange {
    //background: #FBB03B;
}
.calendar .calendar-inner a.red {
    //background: #FF0000;
}
.calendar .calendar-inner a.green {
    //background: #39B54A;
}
.calendar .calendar-inner a.brown {
    //background: #b93030;
}
.calendar .calendar-inner a.part1 {
    width: 96px;
}
.calendar .calendar-inner a.part2 {
    width: 193px;
}
.calendar .calendar-inner a.part2 {
    width: 193px;
}
.calendar .calendar-inner a.part4 {
    width: 387px;
}
.calendar .calendar-inner a span.date, .calendar .calendar-inner a span.cas{
    color: #000;
    display: block;
    padding: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
}
.calendar .calendar-inner a strong {
    color: #000;
    font-family: 'Noticia Text', serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-align: left;
    display: block;
    padding: 5px;
}
.calendar .tabs {
    color: #c8c8c8;
    font-family: 'Noticia Text', serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 22px;
    position: absolute;
    top: 50px;
    left: 132px;
}
.calendar .tabs li {
    margin-bottom: 10px;
}

.calendar .tabs li a small{
    font-size: 12px;
    display: none;
}

.calendar .tabs li a.active small{
    font-size: 12px;
    display: block;
}

.calendar .tabs a {
    color: #c8c8c8;
    text-decoration: none;
}
.calendar .tabs a:hover {
    color: #03B9D9;
} 
.calendar .tabs .active {
    color: #03B9D9;
}

.face {
    width: 330px;
    height: 330px;
}
.face.face_calendar {
    background: url(../gfx/face_kalendar.png) top left no-repeat;
    position: absolute;
    left: 0px;
    top: 300px;
}
.face.face_blog {
    background: url(../gfx/face_blog.png) top left no-repeat;
    position: relative;
    top: 0px;
    left: -20px;
}
.face.face_registr {
    background: url(../gfx/face_registr.png) top left no-repeat;
    position: relative;
    top: 0px;
    left: -20px;
}
.face.face_tym {
    background: url(../gfx/face_tym.png) top left no-repeat;
    position: relative;
    top: 80px;
    left: -50px;
    width: 360px !important;
}
.face.face_news {
    background: url(../gfx/face_news.png) top left no-repeat;
    position: relative;
    top: 0px;
    left: -20px;
}
.face.face_media {
    background: url(../gfx/face_media.png) top left no-repeat;
    position: relative;
    top: -50px;
    left: -20px;
}
.face.face_gallery {
    background: url(../gfx/face_gallery.png) top left no-repeat;
    position: absolute;
    bottom: -195px;
    left: 410px;
}
.galerie {
    background: white;
    text-align: left;
    overflow: hidden;
}
.galerie .inner{
overflow:visible;
}
.team .prx{
  color: #666666;
  font-size: 12px;
}

.team .prx a{
  color: #666666;
  text-decoration: none;
}

.team .prx a:hover{
  text-decoration: underline;
}

.team .cols {
  padding-top: 0;
}

.team .phone{
  display: block;
  margin-bottom: 13px;
  position: relative;
}

.team .e-mail {
  display: block;
  position: relative;
  margin-bottom: 13px;
}

.team .phoneIcon {
  width: 17px;
  height: 23px; 
  background: url('../gfx/phone_icon.png');
  display: block;
  position: absolute;
  left: -51px;  
}

.team .emailIcon {
  width: 30px;
  height: 19px; 
  background: url('../gfx/mail-icon.png');
  display: block;
  position: absolute;
  left: -58px;
}

.thumb {
    float: left;
    display: block;
    margin: 0px;
    width: 195px;
    height: 195px;
    overflow: hidden;
}
.gal_row {
    position: relative;
}
.row1,
.row3 {
    left: 195px;
}
.row4 {
    left: 585px;
    width: 395px;
}
.map {
    height: 405px;
}
#footer {
    background: white;
    z-index: 20;
    position: relative;
    height: 540px;
}
.form {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 350px;
    height: 100%;
    z-index: 100;
    margin-left: -490px;
    text-align: left;
    font-family: Georgia, serif;
    font-size: 14px;
    color: #03b9d9;
    line-height: 24px;
}
.form p {
    font-family: Georgia, serif;
    line-height: 24px;
    margin-top: 10px;
}
.form input.inputText,
.form textarea.textarea {
    background: #03b9d9;
    border: 1px solid #03b9d9;
    width: 100%;
    padding: 5px;
    color: #fff;
    font-family: Georgia, serif;
    font-style: italic;
    border: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form input.inputText:focus,
.form textarea.textarea:focus {
    background: white;
    color: #03b9d9;
}
.form .button {
    width: 130px;
    padding: 5px;
    border: 0px;
    text-align: center;
    font-family: Georgia, serif;
    color: white;
    background: #03b9d9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form textarea.textarea {
    height: 260px;
}

/* News detail */
.newsLayerOverlay {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 198;
}

.newsLayerContainer {
    font-family: Arial;
    color: #999999;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 650px;
    width: 100%;
    z-index: 199;
}

.newsLayerContainer .more a {

  text-indent: -999999px;
  width: 30px;
  height: 30px;
  background: url('../gfx/gray_arrow.png') 0 0 no-repeat;
  background-size: cover;
  display: block;
}


.newsLayerContainer p.close a {
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 60px;
    background: url(../gfx/close_white.png) center center no-repeat #CDCDCD;
    float: left;
    position: absolute;
    top: 15px;
    right: 15px;
    transition: all 300ms ease 0s;
}


.newsLayerContainer p.close a:hover {
    background-color: #1eb9ff;
}

.newsLayerContainer p{
    margin-bottom: 15px;
}

.newsLayerBox {
    background: #fff;
    border-radius: 4px;
    margin: auto;
    padding: 24px 40px;
    position: relative;
    text-align: left;
    z-index: 8;
    display: inline-block;
    max-width: 800px;
}

.newsHeadline {
    font-family: 'Noticia Text', serif;
    font-size: 36px;
    color: #1eb9ff;
    margin: 0 0 25px 0;
}

.newsDate {
    margin-right: 20px;
    max-width: 380px;
}

.newsImg {
    margin: 0 0 25px 0;
}

.newsContent h3{
  margin-bottom: 3px;
}

.newsContent h3 a {
  text-decoration: none;
}

.newsContent h3 a:hover {
  text-decoration: underline;
}

.newsContent time{
  display: block;
  margin-bottom: 10px;
}

.prehled_polozka{
width:800px;
margin-bottom: 30px;
padding-bottom: 10px;
border-bottom: 1px #d9d9d9 solid;
}
.prehled_polozka a {
color: #1eb9ff;
}
.archiv{
bottom: 75px;
position: absolute;
right: 70px;
}
.archiv a{
font-size:16px;
    
}

.archiv a:hover{
  background-position: 0 0;
}
.calendar-inner .pager{
float:left;
margin-top: 15px;
}
.calendar-inner .pager .prev{
margin-right:20px;
}
.calendar-inner .pager a{
  color:#000;
}

.calendar-inner .pager a:hover{
  color: #323232;
}

.pad {
  height: 50px;
}

#liberalsDemocrats {
  position: absolute;
  top: 8px;
  right: 60px;
}

.about_social .soc.twitter {
 float: right;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  background-size: cover;
  background: rgba(0, 0, 0, 0) url("../gfx/twitter.png") no-repeat scroll center center / cover ;
}

.alde137 {
  display: block;
  width: 162px;
  height: 59px;
  background: url('../gfx/LOGO_ALDE_COLOR_DEF.png') no-repeat;
  background-size: cover;
  text-indent: -999999px;
  float: right;
}
.alde267 {
  display: block;
  width: 313px;
  height: 114px;
  background: url('../gfx/LOGO_ALDE_COLOR_DEF.png') no-repeat;
  background-size: cover;
  text-indent: -999999px;
  float: left;

}

.about_social .soc.facebook {
 float: right;
 margin-right: 0;
 margin-left: 5px;
 width: 50px;
  height: 50px;
  background-size: cover;
}

.anoSmall {
  width: 88px;
  height: 35px;
  float: right;
  margin-left: 12px;
  background: url('../gfx/ano_small.png') no-repeat;
  display: block;
  text-indent: -99999px;
}

.ldSmall {
  width: 96px;
  height: 35px;
  float: right;
  margin-left: 12px;   
  margin-right: 5px;
  background: url('../gfx/LOGO_ALDE_COLOR_DEF.png') no-repeat;
  background-size: cover;
  display: block;
  text-indent: -99999px;
}

.arrowRight {
  text-indent: -999999px;
  width: 50px;
  height: 50px;
  background: url('../gfx/gray_arrow.png');
  display: block;  
  float: left;       
}

.next, .prev{
  text-indent: -999999px;
  width: 50px;
  height: 50px !important;
  background: url('../gfx/gray_arrow.png') -50px 0 no-repeat;
  display: block;         
}

.next:hover, .prev:hover{
  background-position: 0 0;
}

.prev {
  transform: rotate(180deg);
}

#ld {
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 50;
  border: none;
  width: 97px;
  height: 47px;
  background: #fff;
  border-radius: 5px;
}

#ld a {
  display: block;
  width: 110px;
  height: 40px;
  background: url('/gfx/LOGO_ALDE_COLOR_DEF.png') no-repeat;
  background-size: cover;
}
.row3_block{
position:relative;
}
.inner .jezek{
width:208px;
height:155px;
background: url('/gfx/jezek.png') center center no-repeat;
position:absolute;
margin-top:-120px;
margin-left:-180px;
}
.inner .jezek2{
width:208px;
height:155px;
background: url('/gfx/jezek.png') center center no-repeat;
position:absolute;
margin-top:-120px;
margin-left:-180px;
}
.inner h2{
color: #03b9d9;
font-size:60px;
font-family: 'Gloria Hallelujah', serif;
}

.search_form{
    height: 43px;
    right: 130px;
    position: fixed;
    top: 0px;
    z-index: 10;
    background: rgba(237, 237, 237, 0.8);
    width:200px;
}
.search_form .search_submit{
margin-top:4px;
}
.search_form .search_input{

background: rgba(237, 237, 237, 0);
height: 30px;

    position: relative;
    top: -14px;
    border-width:0px;
border:none;
width:155px;
}
input:focus{
  border-width:0px;
border:none;
}
.team_foto{
width:207px;
height:207px;
overflow:hidden;
}
.team_foto img{
width:207px;
}
.team_foto:hover{
opacity:0.8;
z-index:10px;
display:block;
}
.tagy_zarovnat{
float:right;
}

.tagy_big{
margin-top:-10px;
margin-bottom:10px;
}
.tagy_small{
margin-top:-10px;
margin-bottom:10px;
}
.tagy_kategorie{
margin-top:-20px;
margin-bottom:20px;
font-size:14px;
}       

.archiv_detail{
font-size:16px;
}                     
.timeline-Tweet-media{
display:none;
}              