/*  
Theme Name: AAVET-2
Theme URI: http://www.aavet.cz/
Description: AAVET Theme
Version: 1.0
Author: AAVET-2
Author URI: http://www.aavet.cz/
*/

@import url(http://fonts.googleapis.com/css?family=Shadows+Into+Light+Two&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,800&subset=latin,latin-ext);
@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF; 
	font-family: 'Open Sans',Verdana,Cambria,Arial, Helvetica, sans-serif;
	color: #282831;
  line-height: 150%;
  font-weight: 300;
}

.hand
{
font-family: 'Shadows Into Light Two', cursive;    
}


h1, h2, h3 {
	margin: 0;
  font-weight: normal;
	color: #009bb7;;
}

h1 {
	font-size: 100%;
  color:  #00bee0;
}

h2 {
	font-size: 200%
}

h3 {
	font-size: 160%;
  color: #00bee0;
  padding: 10px 0 20px 0;
  font-weight: 300;
}

h4,h5 {
  font-weight: 600;
}

.banner
{
 font-size: 120%;
 cursor:pointer;
}

.banner h4
{
 font-size: 500%;
 font-weight: 400;
 clear: both;
 padding: 0;
 color: #00bee0;
 line-height: 1;
}

.banner h5
{
 font-size: 180%;
 font-weight: 300;
 clear: both;
 padding: 0;
 color: #2c2c2c;
 line-height: 1;
}

p, ul, ol {
	margin-top: 0;
  display: block;
}

ul, ol {
}

li{
list-style-type: none;
}


.entry li
{
list-style-type: square;
padding: 0.5em 0 0.5em 20px;

}


a {
	text-decoration: underline;
	color: #00bee0;
}

b
{
  font-weight: 400;
}


.small
{
  font-size: 80%;      
}
      
#content .entry a {
	text-decoration: underline;
	color: #2E85A9;
}

a:hover {
}

.endrow{
clear: both;
}

.bgblue{
 background: #00bee0;
}

.bgblue2{
 background: #00a7c5;
}
.bgblue3{
 background: #009bb7;
}
.bgblue4{
 background: #00889f;
}

.bgbanner{
 background: url("images/bgbanner.png") repeat-x ; 
}
       
.posts .button
{
  margin: 30px 20px 20px 20px;
  
}


.button {
    border: 1px solid;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: block;
    font-size: 100%;
    padding: 5px;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
}


a.button
{
  text-decoration: none;
}

.posts-col .posts .button
{
  text-decoration: none;
}
.button span{
    border-radius: 4px 4px 4px 4px;
    padding: 6px;
    display: block;
    
}

.button.blue
{
 background: #00bee0;
}
 
.blue span
{
background:#00aff6 url("images/bg4.png") repeat-x scroll 0 0 ;; 
}

.button.grey
{
 border: 1px solid #555555;
}
 
.grey span
{
background:#333333 url("images/bg4.png") repeat-x scroll 0 0 ;; 
}

.button.white
{
  background:#FFFFFF ;
  color: #00bee0;
}
 
.white span
{
background:#FFFFFF ; 
}

a.white span  
{
 color: #00a7c5;
}


#content .button a{
color: #FFFFFF;
text-decoration: none;         
         }
         
.highlight {
    background-color: #add21a;
}

#wrapper {
	width: 1100px;
	margin: auto;
	padding: 0px;
 
}

/* Header */

#header {
	clear: both;
	width: 1100px;
	height: 80px;
	margin: 0px auto;
	padding: 15px 0px 5px 0px;
}

#header a{
	text-decoration: none;
}

.fullrow{
        
        }
/* Logo */

#logo {
	margin: 0;
	padding: 10px 0px 0px 20px;
	color: #FFFFFF;
	width: 250px;
	float: left;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}




#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

img {
	border: 0px;
}

#logo h1{
	font-size: 80%;
	color: #00bee0;
	padding-top:0px;
}

#logo h2{
	font-size: 100%;
	color: #999999;
  line-height: 100%;
}

/* topbanner */

.banner {
	width: 1100px;
	height: 300px;
	margin: 0px auto;
  padding: 0;
  overflow: hidden;
}

.slide {
	width: 1100px;
	height: 300px;
}

.slidex img {
	position: absolute;
  width: 1100px;
	height: 318px;
}



.menu1 #header-login2 a {
color: #FFFFFF;
padding: 12px 0px 12px  0px;
display: block;
width: 50px;
text-align: center;
float: right;

}
/* Search */

#header-search {
	float: right;
	width: 170px;
	/*background: #2f89ae url(images/bg2.png) repeat-x;  */
	color: #999999;
	font-size: 80%;
	text-align: left;
  margin-top:12px;
}

#header-search a{
	color: #999999;
}


#header-search #searchform
{
   margin-top:7px;
}

#header-search #search-text
{
  width: 110px;
  border: none;
  background: #eff7f8;
  height: 30px;
  float: left;
  padding: 2px;
  color: #00c0ff; 
}

#search-submit
{
 width: 40px;
 border: none;
 background: url(images/lupa.png) no-repeat center center;
 color: #ffffff;
 height:30px;
 margin-top:5px ;
 float: left;
 font-size: 0px;
}

#header-search h2
{
  padding: 0;
  margin: 0px;
  color: #FFFFFF;
  font-size:120%;
}

#header-search form {
	height: 30px;
	margin: 0;
	padding: 0px 0 0 10px;
}

#header-search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#header-search-text {
	width: 220px;
	padding: 8px 5px 6px 5px;
	border: none;
	background: #FFFFFF url(images/img02.jpg) no-repeat left top;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000000;
}

#header-search-submit {
	width: 62px;
	height: 22px;
	border: none;
	background: none;
}

/* Menu */

.menu1 {
clear: both;
margin: 0px;
padding: 0 ;

}

.topmenu, .widget_nav_menu, .menu, 
.menu1 .menu li
{

}

.menu1  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
  display: block;
  
} 

.menu1 li
{
  display: block;
  padding: 0;
  margin: 0;
}

.menu1 .menu li {
color: #FFFFFF;
margin: 0;
padding: 0;
float: left;
display: block;
text-align: center;
/*width: 14%;*/
}



.menu1 a {
color: #FFFFFF;
padding: 0px;
text-decoration: none;
font-size: 100%;
padding: 17px 40px 17px 40px;
font-weight: 400;
display: block;
}

.menu1 a:hover {
color: #FFFFFF;
background: #0094ae;
}








/* Page */

.page {
	width: 1100px;
	margin: 0px auto;
	padding: 0;
  clear: both;

}

/* Content */

#content {
	margin-left: 0px;
	padding: 30px 5px 30px 5px;
	background: #FFFFFF;
	
	
	/*margin-left: 300px;*/
}

.post {
	padding: 0;
	font-size:100%;
	clear: both;
}

#content .post {
	padding-bottom: 20px ;

}

#content .posts-col .post
{
  padding: 5px 10px 5px 10px;
}

.post-bgtop {
}

.post-bgbtm {
}

#content .title {
	margin: 10px 0 15px 0;
	padding: 0;
	color: #00bee0;
	clear: both;

}

#content .pagetitle {
  font-size: 300%;
  line-height: 1;
}

.bottom .title
{
  margin: 0 0 10px 0;
}

.title a {
	color: #009bb7;
	border: none;
  text-decoration: none;
}

.post .meta {
	margin-bottom: 10px;
	padding: 5px 0px 5px 0px;
	text-align: left;
	font-size: 80%;
	font-weight: normal;
}



.post .meta .posted {
	float: right;
}

.calendar .meta .date {
	float: left;
	color:  #00bee0;
  border-radius: 3px 3px 3px 3px;
  background: #FFFFFF;
  width: 50px;
  height: 45px;
  font-size: 130%;
  margin: 0 20px 30px 5px;
  padding: 5px 0 0 0;
  text-align: center;
  font-weight: 600;
  line-height: 1.3;
}

.post .meta a {
}


.post .entry {     
	padding: 5px 0px 0px 0px;
	text-align: left;
}

.post .entry p{     
	padding: 0;
	margin: 0;
}


.single {     
	padding: 20px 0;
}

.single .entry p {     
	padding: 0px 0 10px 0;
}

.pagecontent .entry p {     
	padding: 10px 0 10px 0;
}


.more {
  float: right;
	display: block;
	width: 130px;
	margin: 5px 10px 5px 0;
	padding: 0;
	background: #2f89ae url(images/bg3.png) repeat-x;
	text-align: center;
	text-transform: uppercase;
	font-size: 80%;
	color: #FFFFFF;
	-moz-border-radius: 5px;  border-radius: 5px;
	
}

.comments {
	float: left;
	display: block;
	width: 120px;
	height: 23px;
	padding: 2px 0px 0px 0px;
	background: url(images/img04.jpg) no-repeat left top;
	text-align: center;
	font-size: 80%;
	color: #333333;
	
}

/* Sidebar */

#sidebar {
	float: left;
	width: 280px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #949494;
	background: #444444 url(images/bg5.png) no-repeat right top;
	height: 100%;
}

#sidebar ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0 ;
	line-height: 100%;

}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom:  10px;
}

#sidebar li li {
	border-bottom: 1px solid #585858;
	padding: 5px 0px;
	border-left: none;
}

#sidebar li li a {
	padding: 0px;
	color: #FFFFFF;
}

#sidebar li li span {
	display: block;
	margin-top: 0px;
	padding: 0;
	font-size: 90%;
	font-size:100%;
}

#sidebar h2 {
	padding: 10px 10px 10px 20px;
	font-size: 110%;
	background: #327c9b url("images/bg3.png") repeat-x  ;
	color: #FFFFFF ;

}

#sidebar p {
	margin: 0 0px;
	padding: 0px 30px 20px 0px;
	text-align: justify;
}

#sidebar a {
	border: none;
	color: #666666;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #becccd;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 1100px;
	height: 0px;
	margin: 0 auto;
	padding: 0;
  clear: both;
  text-align: center;
}

#footer p {
	margin: 0;
	padding: 0px 0px 0px 40px;
	line-height: normal;
	/*text-transform: capitalize;*/
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

/* Footer Menu */

#footer-menu {
	width: 1100px;
	height: 100px;
	margin: 0px auto;
	padding: 20px 0 0 0;
	text-align: center;
  color: #FFFFFF;
}

#footer-menu .logo
{
 width: 150px;
 height: 30px;
 display: block;
 float: right;
 border: 0;
 margin-right: 20px;
 padding-top: 15px;
}

#footer-menu ul {
	margin: 0;
	padding: 15px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#footer-menu li {
	display: block;
}

#footer-menu a {
	color: #FFFFFF;
}

#footer-menu a:hover {
	color: #FFFFFF;
}

#footer-menu .current_page_item a {
	text-decoration: none;
}

#footer-menu .current_page_item a {
}


.navigation {
}

.alignright {
	float: right;
	margin: 0px 0px 20px 20px;
}

.alignleft {
	float: left;
	margin: 0px 20px 20px 0;
}

#sidebar li.widget
{
padding: 0;
background: url(images/bg6.png) no-repeat left top;	
}

#sidebar li.widget ul
{
padding: 10px 20px 0 20px;
background: url(images/bg6.png) no-repeat left top;	
font-size: 90%;
}


#nav .current-cat{
    background:#999;
    color:#222;
    text-decoration:underline;
}

#sidebar .submenu2 .first-child
{
  margin-top: 20px;
}

#sidebar .submenu2 .last-child
{
  margin-bottom: 20px;
}

#sidebar .submenu2 li
{
  border-bottom: 1px solid #585858;
 	padding-left: 0px;
 	margin-left: 0px;
}

#sidebar .submenu2 li a
{
  color: #FFFFFF;
  	padding: 5px 3px 5px 20px;
  	display: block;
}

#sidebar .submenu2 li a:hover
{
  color: #BECCCD;
}

#sidebar .submenu2 .active
{
  color: #FFFFFF;
  background-color: #297797;
}

#sidebar .temata
{
  background: #666666 url(images/bg3.png) repeat-x;
  color: #FFFFFF  ;
  padding: 5px 10px 5px 20px;
  font-size: 120%;
  text-align: left;
  
}

.widget_links a
{
display: block;
font-size:150%;
color: #000000;
}

#sidebar .upm_poll_result_title
{
  font-size: 120%;
}

#sidebar .upm_poll_form_question
{
  font-weight: normal;
  color: #000000;
  padding: 0px;
  
}

#sidebar .upm_poll_result_text
{
  color: #327b9a;
}

#footer-menu h2
{
  display: none;
 }

.widget_links h2,.widget_pppm_poll_widget h2
{
  display: none;
 }
 
 #sidebar .widget_links a
{
  color: #111111;
 }
 
 #licenceid label
 {
  display: block;
 }
 
 .wp-pagenavi
 {
 clear: both;
padding-top: 20px;
 }
 
 .registrace{
  display: block;
  color: #FFFFFF;
  font-size: 120%;
  padding: 10px 0;
  height: 17px;
  text-align: center;
  margin: 0;
  background: #353535 url(images/bg2.png) repeat-x;
  margin-top: 5px;
 }
 
#header-login .sidebarlogin_otherlinks
 {
  font-size: 90%;
  display: block;
  height: 23px;
 }
  
 #sidebar .seznamrozsudku
 {
background-color: #666666;
 }
                           
 #sidebar .seznamrozsudku   a
 {
  font-size: 100%;
  color:#FFFFFF;
  display: block;
 }
 
#sidebar .blogroll {
  color: #DDDDDD;
}

#sidebar .blogroll a{
  color: #FFFFFF;
  display: block;
  -moz-border-radius: 5px;  border-radius: 5px;
   background: #999999 url(images/bg3.png) repeat-x;
  padding: 10px;
  font-size: 120%;
  margin-bottom: 3px;
}

#sidebar .blogroll img{
  width: 10px;
  height: 10px;
  float: right;
}

#sidebar .blogroll li{
 border: 0;
 padding-bottom: 10px;
}


#sidebar li.widget .blogroll{
  background-color: #434343;
  
}

.post img
{
  margin: 10px;
  
}

.post table img
{
      margin: 0px;
}

.formBuilderForm div.formBuilderComment .formBuilderCommentsField
{
padding: 7px;
color: #FFFFFF;
background: #459dc2 url(images/bg3.png) repeat-x;
font-style: normal;
}

.formBuilderForm div .formBuilderLabelRequired
{
margin-left: 0px;
margin-bottom: 0px
}


.formBuilderForm div .formBuilderLabel
{
padding-left: 0px;
}

.posts .post .meta
{
  padding: 0;
  height: 0;
}


.posts-count{
height: 35px;
background: #353535 url(images/bg2.png) repeat-x;
color: #49a7cf;
text-align: center;
padding-top: 9px;
margin-top: 0px;
}

.posts-count h3{
  font-size: 130%;
  color: #49a7cf;
  padding: 10px 0 10px 0;
  display: inline;
}


.posts-count h4{
  font-size: 130%;
  padding: 10px 0 10px 0;
  display: inline;
  font-weight: normal;
}

.arrow   {
background: url(images/arrows.png) no-repeat right;
display: block;
}

.tb{
display: block;
padding: 0;
margin: 0;
}
.tbleft{
width: 200px;
vertical-align: top;
}
.tbright{
width: 696px;
background:#FFFFFF;
vertical-align: top;
}

#header-login .btn, .btn2, btn3{
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: block;
    font-size: 120%;
    margin: 10px;
    padding: 10px;
    display: block;
}

#header-login .btn {
  background: #999999 url("images/bg3.png") repeat-x ;
}

#header-login .btn2 {
  background: #555555 url("images/bg3.png") repeat-x ;
}

#header-login .btn3 {
  background: #777777 url("images/bg3.png") repeat-x ;
}

.formBuilderForm .formBuilderField {
    clear: both;
    padding-bottom: 4px;
    padding-left: 20px;
}

.login_error
{
  position: absolute;
  top: -30px;
}

.formBuilderSubmit input {
    background: #add21a url("images/bg3.png") repeat-x scroll 0 0 ;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: block;
    font-size: 120%;
    padding: 8px;
    border: none;
    float: right;
    margin-bottom: 10px;
}

.posts-col
{
  width: 40%;
  float: left;
  margin: 0px ;
  text-align: left;
}

.posts-col.col1
{
  width: 60%;
}


.posts-col h3
{
  font-weight: normal;
  color:#009edf;
  font-size:130%;
  margin: 8px 0 0 70px; 
  line-height: 120%;
  text-decoration: none;
}

.posts-col a
{
  text-decoration: none;
}

.posts-col b
{
display: block;
font-weight: normal;
font-size: 120%;
}

.posts-col .posts
{
  margin-top: 35px;
  font-size: 100%;
  text-align: left;
  min-height: 170px;
  clear: both;
}

.posts-col .post
{
  padding-top: 0px;
}

.bottom .posts-col .posts
{
  margin-top: 10px;
  min-height: 150px;
}

.posts-col .posts a
{
 text-decoration: underline;
}

.posts-col .button
{
 margin: 0 20px 0 20px;
}

#content .posts-col .posts .title
{
 font-size: 120%;
 padding-left: 10px;
 /*background: url("images/li.png")   no-repeat top left; */
 background-position: 0 10px;
 margin: 0;
 color: #00bee0;
}

#content .col1 .post .title a
{

}

.posts-col .posts .title a
{
 color: #49545c;
}


.posts .left
{
width: 50%;
float: left;
clear: both;
}

.posts .right
{
width: 50%;
float: right;
}

.sb
{
height:  65px;
display: block;
padding-top: 135px;
}

.sb h3
{
background: url("images/smbtn.png")  ;
color: #000000;
margin: 0;
padding: 25px 10px 0px 10px;
height: 40px;
font-size: 140%;
}

.col-content
{
 padding: 10px;
}

.col1 .sb
{
background: url("images/sm1.png") no-repeat center center ;
-webkit-background-size: cover; /*for webKit*/
-moz-background-size: cover; /*Mozilla*/
-o-background-size: cover; /*opera*/
background-size: cover;
}

.col2 .sb
{
background: url("images/sm3.png") no-repeat center center ;
-webkit-background-size: cover; /*for webKit*/
-moz-background-size: cover; /*Mozilla*/
-o-background-size: cover; /*opera*/
background-size: cover;
}

.col3 .sb
{
background: url("images/sm2.png") no-repeat center center ;
-webkit-background-size: cover; /*for webKit*/
-moz-background-size: cover; /*Mozilla*/
-o-background-size: cover; /*opera*/
background-size: cover;
}


.col4  .post .title a
{
  color: #00b4fe;
}

.nobg
{
background: transparent;     
}

.bottom
{
  border-radius: 10px 6px 0px 0px; 
  color: #FFFFFF;   
}
.bottom  h3
{
 color: #FFFFFF;
 padding: 20px 0 20px 0;
 font-size: 200%;
}


.bottom-right
{
  color: #FFFFFF; 
  float: right;
  width: 50%;
  text-align: left;
  
}

.bottom-right h2
{
  
}


.bottom-right .posts
{
  padding: 0;
}
.aktualne .post
{
  padding: 15px 0 0 0;
}

.aktualne h2
{
  font-size: 140%;
}

.bottom  a
{
 color: #FFFFFF;
 text-decoration: underline;  
}

.bottom-right  li
{
   padding: 5px 0 0 0;
}

.bottom-right  ul
{
   padding: 10px 0 0 30px;
   margin: 0;
}

.bottom-left
{
  float: left;
  width: 50%;
  
}


.mvdr
{
  float: right;
  width: 40%;
  color: #FFFFFF;
}

.mvdr a
{
  color: #FFFFFF;
}

.mvdr .title a
{
  text-decoration: none;
}

.mvdr-text img
{
  margin:  0;
  padding: 0 30px 0 0;
  float: left;
}



.pad
{
  padding: 50px;                          
}
.tip .pad
{
 padding-left: 150px;
}

.tip
{
  float: left;
  width: 60%;
  color: #aef3ff;
  background: url(images/mvdr.png) left 50px no-repeat;
}

.tip a
{
  color: #FFFFFF;
}

.tip .post
{
  font-size: 120%;
}


.calendar h2
{
  font-size: 130%;
}

.calendar .pad
{
  padding: 30px 40px 30px 10px;
}

.calendar .post
{
  padding: 15px 0 0 0;
}

.calendar .post  img
{
  display: none;
}

.calendar .title a
{
  
}


.aktualne .pad
{
  padding: 30px 10px 30px 40px;
}
.aktualne
{
  color: #d5f9ff;
}



.dopisy h4
{
 font-size: 110%;
 font-weight: 600;
}

.dopisy .col
{
width:  33%;
float: left;
padding: 0;
clear: none;
font-size: 95%;
}

.dopisy .post
{
padding: 10px 20px 20px 0px;
color: #aef3ff;
font-size: 100%;
}

.dopisy .post  .meta
{
padding: 0;
}

.dopisy .pad
{
padding: 20px 10px;
}

.dopisy .odd
{
height: 100%  ;
border-right: 1px dashed #00bee0;
width: 1px;
}

.topblock
{
 float: right;
 width: 130px;
 color: #ffffff;
 padding: 0 20px 0 50px ;
}
.topblock   h3
{
  padding: 10px 0 0 5px;
  font-size: 100%;
  color: #39cde7;
  font-weight: 400;
}

.topblock   h4
{
  padding: 0 0 0 5px;
  font-size: 90%;
  color: #7d7d7d;
  font-weight: normal;
  
}

.topblock   h5
{
  padding: 0 0 0 5px;
  font-size: 120%x;
  color: #39cde7;
  font-weight: 400;
  
}

.topblock   h3,h4,h5
{
 margin: 0px ;
}

.phone-block
{
 background: url("images/pohotovost.png") no-repeat top left ;
 background-position: 0 15px;
}

.zm-block
{
 background: url("images/ambulance.png") no-repeat top left ;
 background-position: 0 15px;
}

.jm-block
{
 background: url("images/nemocnice.png") no-repeat top left ;
 background-position: 0 15px;
}


.nivo-caption h2
{
 color:  #00c0ff;
 font-size: 200%;           
}

.nivo-caption h3
{
 color:  #888888;
 font-size: 120%;           
}

.facebook-block
{
    background: url("images/facebook.png") no-repeat top left ;
    padding: 10px 10px 10px 40px;
    background-position: 15px 30px;
    min-height: 50px ;
    font-size: 130%;
}



.fdate
{
  font-size: 80%;
  margin: 0;
  padding: 5px 0 0 0;
  line-height: 100%;
  color:  #FFFFFF;
}

.perex
{
  font-style: italic; 
  padding:  0;
  font-weight: normal;
  color: #000000;
  font-size: 12px;
}

.perex .attachment-thumbnail
{
  float: left;
}

.wp-caption {
 text-align: center;
 padding: 0;
 margin: 20px;
 }
 .wp-caption img {
 margin: 0;
 padding: 0;
 border: 1px solid #555555;
 }
 .wp-caption p.wp-caption-text {
 font-size: 90%;
 line-height: 17px;
 padding: 0 4px 5px;
 margin: 0;
 }

.slide {
    position: absolute;
}

.detailimg
{
  float: left;
  margin:0;
  padding: 0;
}

.alignright
{
  padding: 10px 10px 30px 50px;
}

.alignleft
{
  padding: 10px 50px 30px 10px;
}

.dopisy .alignleft
{
  padding: 5px 10px 10px 0px;
  margin: 0;
}


.pers-detail
{
  margin-left: 250px;
  font-size: 90%;
}

.pers-detail strong
{
  font-weight: 600;
  color:  #009BB7;
}

#btnmenu
{
  display: none;
}
 /*GALERIE*/
 
 .ngg-album-compactbox:before , .ngg-album-compactbox:after, .ngg-album-compactbox
 {
  border: 0 !important;  
  margin: 0 !important;
 }
 
 .ngg-album-compact h4
 {
  font-size: 80% !important;
  font-weight: 200 !important; 
  text-align: center;
 }
 
 #content .ngg-album-compact
 {
   background:  #00bee0;
   margin: auto !important;
   text-align: center;
   padding: 0 !important;
   display: inline-block !important;
   
 }
 
 .ngg-albumoverview
 {
  text-align: center !important;
 }
 
 #content .ngg-album-compact    a
 {
   color: #FFFFFF !important;
 }
 
 .cr2
 {
  display: block;
  width:86px;
  height: 42px;
  float: right;
  background: #00bee0 url(images/cr2.png) no-repeat center center;
  
 }
 
 .zamestnani
 {
  color: #FFFFFF;
  font-size: 90%;
 }
 
 #nastym h4
 {
  background: #00BEE0;
  color: #FFFFFF;
  text-decoration: none;
  padding: 15px;
  font-size: 200%;
  font-weight: 100;
 }
 
  #nastym a
  {
     text-decoration: none !important;
  }
  
  #nastym img
  {
    border: 1px solid #00BEE0;
  }
  
  
  .ngg-gallery-thumbnail span
  {
    padding: 0 30px 0 30px !important;
    height: 70px;
    font-size:  80% !important;
    font-weight:  400;
    text-align: center !important;
    line-height: 100%;
    color: #000000;
  }
  
  
  .ngg-gallery-thumbnail img
  {
    display: inline-block !important;
  }

  .ngg-template-caption .ngg-gallery-thumbnail-box
  {
    width: 150px;
    text-align: center;
  }
  
  .ngg-gallery-thumbnail{
    float: none !important;
  } 
  
  .bottomText h2
  {
    color: #00bee0;
    font-size: 160%;
    font-weight: 300;
    padding: 20px 0 10px 0;
   }
  
  
@media screen and (max-device-width: 900px), screen and (max-width: 900px) {
 
 body
 {
   font-size: 20px;  
 }
 
 #btnmenu
  {
  display: block;
  float: right;
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 5px;
  color: #FFFFFF;
  cursor: pointer;
  width: 100px;
  height: 100px;
   background: #00bee0 url(images/menu.png) no-repeat center center;
  }

  #rowmenu
  {
    display: none; 
  }
 
 .page, #header, #wrapper , #footer ,  #footer-menu
 {
  width: auto;
  clear: both;
  margin: 0;
 }
 .page
 {
  padding-left: 20px;
  padding-right: 20px;
 }
 
 .topblock{
  display: none;
 }
 
 #Banner{
  display: none;
 }
 .bgbanner
 {
  background: #FFFFFF;
 }
 
 .posts-col, .tip,  .mvdr, .bottom-left, .bottom-right, .posts-col.col1, .dopisy .col 

 {
  width: auto;
  float: none;
  clear: both;
 }
 
 
 .posts .left, .posts .right {
    padding: 10px 0 10px 0;
  }
  
  #footer-menu, #header
  {
    height: auto;
  }
  
  #fullrow
  {
    clear: both;
  }
  
  #logo, #header-search
  {
    width: auto;
    float: none;
  }
  .sb, .sb h3
  {
    height: auto;
  }
  
  
  .posts-col .posts {

    min-height: auto;
  }
  
  #header-search
  {
    display:  none;
  }
  
  

  
   #header, .rowmenu, .bgbanner, .rowfooter, .zamestnani
   {
    /*display: none;   */
   }
   
   .posts .left, .posts .right 
   {
    width: auto;
    float: none;
    
   }
   
   .menu1 li
{
  display: list-item;

}

.menu1 .menu li {

float: none;
display: list-item;
}
   

   
}
