@import url('http://fonts.googleapis.com/css?family=Noticia+Text:400,700|Open+Sans:400,700&subset=latin,latin-ext');
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;
}
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;
}
body {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
a {
  color: #000;
  text-decoration: underline
}
#header {
  font-family: 'Noticia Text', serif;
  height: 400px;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 200;
  position:relative;
}
#menu {
  font-family: 'Noticia Text', serif;
}
#content {
  background: white;
  z-index: 100;
  position: relative;
}
.header-inner {
  position: relative;
  z-index: 10;
}
.header-inner h1 {
  font-size: 40px;
  color: white;
  font-weight: 700;
  padding-top: 70px;
}
.header-inner h2 {
  width: 91px;
  height: 29px;
  background: url(../gfx/ano.png) top left no-repeat;
  text-indent: -99999px;
  margin: 0 auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.header-slideshow {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 390px;
  overflow: hidden;
}
.header-slideshow .slide {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0px;
  left: 0px;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
#slideshowText {
  position: relative;
  width: 90%;
  font-size: 16px;
  margin: 0 auto;
  color: white;
  margin-top: 40px;  
  background-color:#333333;    
}
.slide {
  text-align: center;
}
#slideshowTextcounter {
  position: relative;
  margin: 30px auto 0px auto;
  text-align: center;
  width: 100%;
}
#slideshowTextcounter li {
  float: none;
  display: inline-block;
}
#slideshowTextcounter li a {
  display: inline-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;
}
#slideshowTextcounter li.cycle-pager-active a {
  background: #03B9D9;
}
.social {
  position: absolute;
  right: 0px;
  top: 10px;
  width:200px;
}
.soc {
    width: 40px;
    height: 40px;
    display: block;
    text-indent: -9999px;
    float: right;
    margin-right: 5px;
    -webkit-border-radius: 60px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 60px;
    -moz-background-clip: padding;
    border-radius: 60px;
    background-clip: padding-box;
}

.soc .twitter {
    background: url(../gfx/twitter.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.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;
}
.soc2 a{
    display: block;
    text-indent: -9999px;
    float:left;
}
.soc3 {
    float:left;
}
.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:91px;
    height:29px;
    float:left;
    
}
.soc.mail {
    background: #ffffff url(../gfx/contact.png) center center no-repeat;
    float: right;
    border: 4px solid #C8C8C8;
}
.alde137 {
  display: block;
  width: 93px;
  height: 40px;
  background: url('../gfx/ld_137_59.png') no-repeat;
  text-indent: -999999px;
  float: right;
  background-size: cover;
  margin-right: 5px;
}

#showMenu {
  display: block;
  position: fixed;
  left: 10px;
  top: 10px;
  z-index: 110;
  background: #29abe2 url(../gfx/menu_white.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
#showMenu.active {
  background: #29abe2 url(../gfx/menu_white.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
#menu {
  position: relative;
  left: -100%;
  width: 100%;
  top:0px;
  text-align: left;
  z-index: 200;
  background: #29ABE2;
  height: 100%;
  transition: 800ms;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display:none;
  padding-top:20px;
}
#menu.active {
display:block;
  left: 0%;
}
#menu li a {
  display: block;
  color: white;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 0px 10px 0px;
  font-size: 18px;
  text-decoration: none;
}
.inner {
  padding: 15px 5px;
}
.col {
  width: 100%;
  float: none;
  margin-bottom: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px 0;
  text-align: left;
}
.col p.date {
  color: #7f7f7f;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
}
.col h3 {
  color: #29abe2;
  font-family: 'Noticia Text', serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 10px;
}
.col h3 a {
  color: #29abe2;
  text-decoration: none;
}
.col p.prx {
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 27px;
}
.col p.more a {
  display: block;
  margin: 20px auto 5px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  overflow: hidden;
  border: 2px solid white;
  border-radius: 60px;
  background: url(../gfx/menu_white.png) center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.title {
  background: #29ABE2;
  padding: 0;
}
.title h2 {
  color: #ffffff;
  font-family: 'Noticia Text', serif;
  font-size: 30px;
  font-weight: 700;
  line-height:1.3;
}
.title p.subtitle {
  color: #ffffff;
  font-family: 'Noticia Text', serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.news {
  margin-top: -10px;
}
.calendar-inner {
  margin-bottom: 30px;
}
.calendar-inner a {
  display: block;
  height: 100px;
  position: relative;
  color: white;
  text-decoration: none;
  margin-right: 1px;
  margin-bottom: 1px;
  float: left;
  overflow: hidden;
}
.calendar-inner a.blue {
  background: #29ABE2;
}
.calendar-inner a.orange {
  background: #FBB03B;
}
.calendar-inner a.red {
  background: #FF0000;
}
.calendar-inner a.green {
  background: #39B54A;
}
.calendar-inner a.part1 {
  width: 85px;
}
.calendar-inner a.part2 {
  width: 121px;
}
.calendar-inner a.part2 {
  width: 182px;
}
.calendar-inner a.part4 {
  width: 350px;
}
.calendar-inner a span.date {
  color: #ffffff;
  display: block;
  padding: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
}
.calendar-inner a strong {
  color: #ffffff;
  font-family: 'Noticia Text', serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-align: left;
  display: block;
  padding: 5px;
}
.tabs {
  color: #c8c8c8;
  font-family: 'Noticia Text', serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.tabs li {
  margin-bottom: 10px;
}
.tabs a {
  color: #c8c8c8;
  text-decoration: none;
}
.tabs a:hover {
  color: #03B9D9;
}
.tabs a.active {
  color: #03B9D9;
}
.gal_row .thumb {
  display: block;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  max-width: 320px;
}
.gal_row .thumb img {
  width: 100%;
}
.about {
background: #fff;
}
.about_text h3 {
  color: #29abe2;
  font-family: 'Noticia Text', serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 20px;
}
.about_text h3 a {
  color: #29abe2;
  text-decoration: none;
}
.about_text p {
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 27px;
  padding: 0px 15px;
}
.kancelar {
  clear: both;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 20px;
}
.kancelar h4 {
  color: #29ABE2;
  font-weight: normal;
  margin-bottom: 15px;
}
.kancelar p {
  text-align: left;
}
.kancelar p a {
  color: black;
}
.team {
  background: #fff;
}
.form {
  width: 100%;
  text-align: left;
  font-family: Georgia, serif;
  font-size: 14px;
  color: #29ABE2;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
.form p {
  font-family: Georgia, serif;
  line-height: 24px;
  margin-top: 10px;
}
.form input.inputText,
.form textarea.textarea {
  background: #29ABE2;
  border: 1px solid #29ABE2;
  width: 100%;
  padding: 5px;
  color: white;
  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: #29ABE2;
}
.form .button {
  width: 130px;
  padding: 5px;
  border: 0px;
  text-align: center;
  font-family: Georgia, serif;
  color: white;
  margin: 0 auto;
  background: #29ABE2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form textarea.textarea {
  height: 260px;
}

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

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

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

.archiv{

}
.archiv a{
font-size:16px; 
}

#schuzky {
  position: relative;
  padding-bottom: 50px;
}
.next, .prev{
  text-indent: -999999px;
  width: 30px;
  height: 30px !important;
  background: url('../gfx/gray_arrow.png') 0px 0 no-repeat;
  display: block;   
  background-size: cover;    
  margin: 5px;  
}
.prev {
  transform: rotate(180deg);
}


.lightbox #content,
.lightbox #header,
.lightbox #footer
{  
  display: none;
}

.newsLayerContainer {
    font-family: Arial;
    color: #999999;
}

.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;
    padding: 24px 40px;
    position: relative;
    text-align: left;
    display: inline-block;
}

.newsContent {
  text-align: left;
}

.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;
}

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

.newsImg {
  max-width: 100%;
  width: 100%;
  height: auto; 
}

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

#ld a {
    background: url("../gfx/LOGO_ALDE_COLOR_DEF.png") no-repeat;
    background-size: cover;
    display: block;
    height: 40px;
    width: 110px;
}
a {
    outline: medium none;
}

.prehled_polozka a {
    color: #1eb9ff;
}      

.alde267 {
  display: block;
  width: 110px;
  height: 40px;
  background: url('../gfx/LOGO_ALDE_COLOR_DEF.png') no-repeat;
  text-indent: -999999px;
  float: left;
  background-size: cover;
  margin-right: 10px;
}
.logoWrapper{
text-align:center;
padding:20px 0 0;
}
.logoWrapper img{
margin:0 10px;
height:36px;
}
.prx{
line-height:1.6;
padding:0 0 5px;
}
.calendarTabBox{
display:none;
}
.search_form{
    position:relative;
    height: 41px;
    background: rgba(237, 237, 237, 0.8);
    width:200px;
    text-align:center;
    margin:auto;
}
.search_form .search_submit{
margin-top:4px;
}
.search_form .search_input{

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

    position: relative;
    top: -15px;
    border-width:0px;
border:none;
width:155px;
}
input:focus{
  border-width:0px;
border:none;
}
.team_foto:hover{
opacity:0.8;
}
/*twitter*/
.thm-dark .customisable, .thm-dark .customisable:link, .thm-dark .customisable:visited {
color:black;
}
.tweet .e-entry-title{
color: red !important;
}
.thm-dark, .thm-dark .p-author .profile .p-name, .thm-dark .cards-base p, .thm-dark .cards-base p a, .thm-dark .timeline-header .summary, .thm-dark .timeline-header .list-description, .thm-dark .timeline-header a:link, .thm-dark .timeline-header a:visited, .thm-dark .byline, .thm-dark .p-author a.profile:hover .p-name, .thm-dark .p-author a.profile:focus .p-name .thm-dark .custom-timeline-owner-profile .p-name:hover, .thm-dark .custom-timeline-owner-profile .p-name:focus{
color:white !important;
}
.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;
}
.main_tag{
    left: 30px;
    position: relative;
    clear:both;
    z-index: 10;
    color:white;
    width:90%;
}
.main_tag h3{
display:inline-block;
float:left;
}
.main_tag ul{
float:left;
}
.main_tag li{
float:left;
margin-left:10px;
}
.main_tag a{
color:white;
font-size:16px;
}
.kalendar_odkaz{
clear:both;
width:80px;
margin-left:20px;
}
.kalendar_odkaz a{
color:white;
}
.archiv_detail{
font-size:16px;
}   