/*
Theme Name: KAMENSTAV
Author: David Červinka | Free-Host.cz
Version: 2.0.1
*/

body
{
  margin: 0px 0px 0px 0px;  
  width: 100%; 
  background: #dfe0f8; 
  display: block;    
  position: absolute; 
  vertical-align: middle;
  font-family: calibri;        
  background-image: url("images/bigbg.jpg");
}

.ender2
{
  height: 50px;
}

#shadow
{
  width: 1000px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: -190px;    
  -webkit-border-bottom-right-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-bottomright: 12px;
  -moz-border-radius-bottomleft: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px; 
  -moz-box-shadow: 0px 2px 10px #1c2228;
  -webkit-box-shadow: 0px 2px 10px #1c2228;
  box-shadow: 0px 2px 10px #1c2228;  
}

#cookies
{
  display: inline-block;
  position: fixed;
  z-index: 205;
  top: -150px; 
  background: #fefefe;
  width: 100%;
  text-align: center;
  transition: top .3s;
}

#cookies.show
{
  top: 0px;
}

#cookies.show #toprock
{
  display: block;
  max-width: 1260px;
  margin: 0 auto;  
}

#cookies.hide
{
  top: -150px;
}

#cookies #cookies-container
{
  color: #a0a0a0;
  display: inline-block;
  padding: 15px;
}

#cookies #cookies-container a
{
  font-weight: normal;
  text-decoration: underline;
  color: #a0a0a0;
}

#cookies #cookies-container div
{
  display: inline-block;
  text-align: center;
  margin-left: 10px;
  margin-top: 0px;
}

#cookies #cookies-container div span
{
  padding: 5px 20px 5px 20px;
  background: #808080;
  color: #d0d0d0;
  border-radius: 5px;
}

#cookies #cookies-container div span:hover
{
  cursor: pointer;
  color: #f0f0f0;
  background: #707070;
}

#header
{
  width: 1260px;  
  height: 330px;   
  padding: 0px 0px 0px 0px;   
  z-index: 0;
  margin: auto;
  position: relative;   
}  

#fbicon
{     
  padding-top: 20px; 
  padding-left: 1010px;
  padding-bottom: 60px;
  z-index: 0;   
}

#fbicon img
{
  padding-bottom:8px;
  padding-left:0px;
  opacity:0.65;
  transition-duration:0.3s;
  -o-transition-duration:0.3s;
  -moz-transition-duration:0.3s;
  -webkit-transition-duration:0.3s;  
}

#fbicon img:hover 
{
  opacity: 1;
  padding-left: 8px;
  transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}

#gicon
{     
  padding-top: 0px; 
  padding-left: 1010px;
  z-index: 0;   
}

#gicon img
{
  padding-bottom:8px;
  padding-left:0px;
  opacity:0.65;
  transition-duration:0.3s;
  -o-transition-duration:0.3s;
  -moz-transition-duration:0.3s;
  -webkit-transition-duration:0.3s; 
  width: 48px;
  height: 48px;  
}

#gicon img:hover 
{
  opacity: 1;
  padding-left: 8px;
  transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}

#masthead
{
  width: 1200px;   
  margin: auto;        
  position: relative;        
}

#logo
{
  padding: 20px 10px 0px 20px;
  width: 415px;  
  float: left;
  position: relative;
  z-index: 10;  	
}

#logo h1
{
  display: inline-block;
  margin: 0px;
}

.site-description
{
  font-family: calibri;
  font-size: 12pt;
  color: #fff;
  text-shadow: 1px 1px 1px #333;
  font-weight: normal;
  float: left;
  z-index: 10;	
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 20px 20px;
  position: relative;  
  background-image: url("images/bg1.jpg");
  -webkit-border-bottom-right-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-bottomright: 12px;
  -moz-border-radius-bottomleft: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  
}

.site-description:nth-child(2n)
{
    background-image: url("images/bg2.jpg");
}

#site-description img
{
  width: 20px;
}

.language
{  
  display: none;
  float: left;
  padding: 10px 80px 26px 10px;
  margin: 0px 0px 0px 0px;
  position: relative;  
  z-index: 10;
  background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #0083b8),
	color-stop(1, #00abdf)
);
background-image: -o-linear-gradient(bottom, #00abdf 0%, #0083b8 100%);
background-image: -moz-linear-gradient(bottom, #00abdf 0%, #0083b8 100%);
background-image: -webkit-linear-gradient(bottom, #00abdf 0%, #0083b8 100%);
background-image: -ms-linear-gradient(bottom, #00abdf 0%, #0083b8 100%);
background-image: linear-gradient(to bottom, #00abdf 0%, #0083b8 100%);
  -webkit-border-bottom-right-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-bottomright: 12px;
  -moz-border-radius-bottomleft: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  
}

#language img
{
  padding-top: 0px;
  position: absolute;
}

#language img:hover
{    
  padding-top: 4px;  
  transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}

#access-mob
{
  display: none;
}

#header_lower 
{
  text-align: left;
  width: 1000px;
  height: 200px;
  background-image: url("images/headers/bg.jpg");   
  background-repeat: repeat-x;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
  float: left;
  position: relative;  
  z-index: 10;
}

#header_lower_left 
{
  color: #fff;
  float: left;
  width: 500px;
  height: 200px;  
  font-size: 10pt;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-width: 0px;
}

#header_lower_left img
{
  max-height: 170px;
  margin-left: 20px;
}

#header_lower_left ul 
{
  float: right;
  width: 325px;
  margin: 0px 0px 3px 0px;
  padding: 0px;
}

#header_lower_left li 
{
  color: #fff;
  font-size: 10pt;
  line-height: 14pt;
  vertical-align: middle;
  list-style-image: url('images/headers/white_arrow.png');
  margin: 0px 0px 0px 10px;
}

#header_lower_left span 
{
  clear: both;
  font-weight: bold;
  margin-left: 112px;  
  margin-top: 2px;
  font-size: 11pt;
}

#header_lower_right 
{
  float: left;
  width: 498px;
  height: 198px;
  padding: 0px;
  margin-top: 20px;
  z-index: 10; 
}

#header_lower_right span 
{
  color: #fff;
  font-size: 18pt;
  font-weight: normal;  
  margin-left: 25px;
  margin-top: 10px;
  display: block;      
}

#header_lower_right #old 
{
  padding: 0px;
  margin: 0px;
  border-width: 0px;
}

#header_lower_right #credit_card 
{   
  float: left;
  margin-top: 46px;
  margin-left: 0px;
}

#header_lower_right #credit_card_eshop
{
  margin-left: 60px;
  margin-top: -10px;
}

#header_lower_right ul 
{     
  float: left;
  margin: 10px 0px 0px 35px;
  padding: 0px;
  width: 150px;
}

#header_lower_right li, #header_lower_right li a 
{
  color: #fff;
  font-size: 14pt;
  line-height: 14pt;
  vertical-align: middle;
  list-style-image: url('images/headers/white_arrow.png');
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 0px;
  text-decoration: none;   
}

#header_lower_right li a:hover
{
  text-decoration: underline;
} 

#header_lower_right #tv
{
  display: block;
  width: 185px;
  height: 140px;
  float: left;
  background-image: url("images/headers/tv.png");
  background-size: 185px;
  background-repeat: no-repeat;
  margin-top: 10px; 
  margin-left: 120px; 
}

.vidShow
{
  position: absolute;
  z-index: 150;
  background-color: #000;
  width: 100%;
  height: 100%; 
  opacity: 0.7;
  top: 0px;
  left: 0px; 
}

#closewin
{
  display: block;
  width: 40px;
  height: 40px;
  float: right;
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 160;
  opacity: 1;
}

#closewin i.fa
{
  color: #c9c9c9;
  font-size: 40pt;
}

#closewin i.fa:hover
{
  color: #fefefe;
  transition: color .3s;
  cursor: pointer;  
}

.videoHide
{
  display: none;
}

.videoShow-1, .videoShow-2
{
  position: absolute;     
  z-index: 155;    
  margin-top: 200px;  
  margin-left: 25%;
  margin-right: 25%; 
  overflow: hidden;
  /*width: 100%;*/
}

.videoShow-1 #video-1, .videoShow-2 #video-2
{   
  color: #fff;
  background-color: #aaa;
  opacity: 1;  
  padding: 20px;
  width: 640px;
  height: 480px;    
}

.videoShow-1 #video-2, .videoShow-2 #video-1
{
  display: none;
}

.vidHide
{
  display: none;
}

#header_lower_right #eshop 
{
  display: block;
  margin: 0px 0px 0px 65px;
}

#access
{
  width: 1000px;
  padding: 0px 0px 10px 0px;
  margin-top: 60px;       
  height: 143px;
  background-image: url("images/menu/bg.png");
  background-repeat: repeat-x;
  position: relative;  
}

#window.hide
{
  display: none;
}

#window.show
{
  opacity: 1;
  display: block;
  position: absolute;         
  top: 200px;
  width: 100%;
  z-index: 155;
  overflow: hidden;
  text-align: center;
  left: 0px;
  padding: 0px;
  background-color: transparent;
}

#window img
{
  width: 100%;
  max-width: 860px; 
  margin: 0 auto;  
} 

#access img
{
  padding: 0px 0px 0px 0px;   
}

#access h2:first-child img
{      
  margin-left: 1px;  
}

#access h2, #access h1 
{
  display: inline-block;
  margin: 0px;
}

#wrapper
{
  width: 1260px;
  margin-right: auto;
  margin-left: auto;  
}

#clbanner
{
  height: 175px;
  background-image: url("images/headers/header_lower.png");
  background-repeat: repeat-x;  
}

#cltext
{
  width: 940px;
  height: auto;  
  text-align: center;
  color: #fff;
  font-size: 14pt;
  padding: 30px;  
}

#clinfo
{
  width: 120px;
  float: left;
  margin-top: 100px;
  margin-left: 10px;
  color: #ff0000;
  text-decoration: underline;
  font-weight: bold;
  font-size: 18pt;
}

#main
{
  clear: both;
  width: 1000px;   
  padding: 10px 0px 40px 0px;
  margin-top: -10px;     
  font-family: calibri;
  font-size: 15pt;
  background-color: #F4F4F4;  
  z-index: 20;
  overflow: hidden;   	     
}

.entry-title
{
  font-size: 0pt;
  height: 0px;
}

.entry-utility
{
  color: #989898;
  font-size: 10pt;
  margin-top: -10px;
}

.entry-title-post
{
  font-family: calibri;
  font-size: 16pt;
  text-align: center; 
  margin-top: 10px; 
}

.entry-title-post h2
{
  text-decoration: none;
}

.entry-title-post h2:hover 
{
  text-decoration: underline;
}


#container {
	float: left;	
	width: 760px;        
}

#content
{       
  margin-left: 25px;  
  padding: 30px 0px 50px 25px;
  width: 760px;  
  font-family: calibri;
  font-size: 15pt;
}

#content a
{
	font-family: calibri;
	color: #000;
  text-decoration: underline;
}

#content .type-post
{
  border: 1px solid #e9e9e9;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;  
  margin-top: 20px;
  background: #F0E7DD; 
}

.nav-above .nav-previous
{
  font-family: calibri;
  font-size: 12pt;
  float: left;
  display: inline-block;
  margin-top: -30px;
  margin-left: 20px;
}

.nav-above .nav-next
{
  font-family: calibri;
  font-size: 12pt;
  float: right;
  display: inline-block;
  margin-top: -30px;
  margin-right: 20px;
}

.nav-below .nav-previous
{
  font-family: calibri;
  font-size: 12pt;
  float: left;
  display: inline-block;
  margin-top: -30px;
  margin-left: 20px;
}

.nav-below .nav-next
{
  font-family: calibri;
  font-size: 12pt;
  float: right;
  display: inline-block;
  margin-top: -30px;
  margin-right: 20px;
}

.edit-link
{
  margin-left: 5px;
}

#content a:hover
{
	text-decoration: none;  
}

.entry-content #left
{
  text-align: left;
}

.entry-content .center
{
  text-align: center;
  margin-left: auto; 
  margin-right: auto; 
}

#content .center
{  
  text-align: center;
  margin-left: auto; 
  margin-right: auto; 
}

.entry-content #price-dph
{
  font-family: calibri;
  font-size: 11pt;
  text-align: center;
}

.entry-content img#zula-kamen
{
  display: block;
  margin: 0 auto;
}

td
{
  text-align: center;
  margin-left: auto;
  margin-right: auto;    
}

.entry-content #cptcenter
{
  margin-left: 150px;
}

#kamenictvi-uredni-hodiny-na-hrbitove
{
  text-align: center; 
  width: 500px; 
  margin-left: auto; 
  margin-right: auto; 
  padding: 20px; 
  font-size: 18pt; 
  background-color: #e31e24;
  color: #fff;
}

#kamenictvi-uredni-hodiny-na-hrbitove span
{
  color: #ffed00;
}

#kamenictvi-uredni-hodiny-na-hrbitove span a
{
  color: #ffed00;
}

#kamenictvi-uredni-hodiny-na-hrbitove span
{
  text-decoration: underline;
}

#widget-area
{
  float: right;
  overflow: hidden;  
  width: 160px; 
  position: relative;  
  margin-right: 5px;
  font-family: calibri;  
  z-index: 10; 
}

#widget-area .widget-container
{
  width: 150px;
  border: 1px solid #141515; 
  margin-top: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;  
}

#widget-area ul
{
  padding-left: 0px;
}

#widget-area li
{
  list-style: none;
}

#widget-area .widget-container .widget-title
{
  width: 120px;
  background-image: url(images/bg1.jpg); 
  background-repeat: repeat-x;    
  height: 22px;
  color: #fff;
  font-size: 12pt;
  font-weight: bold;
  border-bottom: 1px solid #141515;
  padding-top: 3px;
  padding-left: 30px;
  text-align: left;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}

#widget-area .widget-container.widget_recent_entries ul
{
  margin-top: 5px;  
}

#widget-area .widget-container.widget_recent_entries li
{
  list-style: url(images/gold_arrow.png);
  margin-left: 20px; 
  vertical-align: middle;
  margin-right: 0px;
  text-align: left; 
}

#widget-area .widget-container.widget_recent_entries ul a
{
  font-family: calibri;
  font-size: 11pt;
  color: #000;
  text-decoration: underline;  
  margin-left: 0px;
}

#widget-area .widget-container.widget_recent_entries ul a:hover
{
  color: #000;
  text-decoration: none;
}

#widget-area .widget-container.widget_recent_entries p.center
{
  text-align: center;
}

#widget-area .widget-container.widget_recent_entries p.center a
{
  font-family: calibri;
  font-size: 12pt;
  color: #5C3725;
  text-decoration: underline; 
  font-weight: bold;     
}

#widget-area .widget-container.widget_recent_entries p.center a:hover
{
  color: #000;
  text-decoration: none;
}

#widget-area .widget-container .textwidget ul
{
  margin-top: 5px;
}

#widget-area .widget-container .textwidget li
{
  list-style: url(images/gold_arrow.png);
  margin-left: 20px; 
  vertical-align: middle;
  margin-right: 0px;
  text-align: left; 
}

#widget-area .widget-container .textwidget ul a
{
  font-family: calibri;
  font-size: 11pt;
  color: #000;
  text-decoration: underline;  
  margin-left: 0px;
}

#widget-area .widget-container .textwidget ul a:hover
{
  color: #000;
  text-decoration: none;
}

#widget-area #text-4 .widget-title
{ 
  background-image: url("");
  background-color: #e31e24;
}

#widget-area #mm_partneri_widget-2.mm_partneri_widget
{
  border: 0px solid #ff0000;
}

#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 180px;
}
#secondary {
	clear: right;
}

#actuality, .textwidget
{ 
  width: 100%;
  text-align: center;
  margin-top: 5px;       
}

#actuality img, .textwidget img
{
  width: 100%;
  height: auto;
}

#actuality .ender2
{
  height: 10px;
}

#nadpis
{  
  background-image: url("images/side.png"); 
  background-repeat: repeat-x;  
  height: 25px;
  color: #fff;
  padding: 0px 0px 0px 0px;  
  font-size: 12pt;
  font-weight: bold;
  border: 1px solid #000;  
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}

#content-table
{  
  margin: -26px 0px 0px 0px;
  border-right: 1px solid #000;
 	border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;	    
} 
  
#content-table td
{
  padding: 35px 0px 10px 0px;
}

#footer
{
  
  height: 80px;
  width: 1000px;
  margin: auto;
  padding: 20px 0px 0px 0px;
  font-family: calibri;   
  color: #EBEBEB;
  text-shadow: 1px 1px 1px #222222;      
  background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #666666),
	color-stop(1, #C7C5C5)
);
background-image: -o-linear-gradient(bottom, #C7C5C5 0%, #666666 100%);
background-image: -moz-linear-gradient(bottom, #C7C5C5 0%, #666666 100%);
background-image: -webkit-linear-gradient(bottom, #C7C5C5 0%, #666666 100%);
background-image: -ms-linear-gradient(bottom, #C7C5C5 0%, #666666 100%);
background-image: linear-gradient(to bottom, #C7C5C5 0%, #666666 100%);
  -webkit-border-bottom-right-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-bottomright: 12px;
  -moz-border-radius-bottomleft: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;   
}

#site-info
{  
  float:left;	
  padding: 0px 0px 0px 40px; 
  font-size: 12pt;      
}

#site-info a
{
  font-family: calibri;   
  color: #EBEBEB;
  text-shadow: 1px 1px 1px #222222;
  font-size: 12pt;
  text-decoration: none;
}

#footer #footer-container #footer-link
{
  display: none;
}

#site-generator
{  
  margin: -35px 0px 0px 835px;
  text-align: center;
  font-size: 10pt;  
  float: left;	
}

#site-generator a, #site-generator a:hover
  {
    color: inherit;
    text-decoration: inherit;
  }

#copyright
{	
  float: left;
  padding: 10px 0px 0px 40px; 
  font-size: 12pt; 	
}

#toplist
{
   float: left;
   margin: -17px 0px 0px 875px;
}

img 
{
	margin: 0;
	max-width: 640px;
}

.alignleft, img.alignleft 
{
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.alignright, img.alignright 
{
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

.aligncenter, img.aligncenter 
{
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter 
{
	margin-bottom: 12px;
}

.wp-caption 
{
        width: 110px;
	border: none;
	background: #E1E1E1;
  font-family: monaco;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
  font-weight: bold;
	-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}

.wp-caption img 
{
	margin: 5px;
}

.wp-caption p.wp-caption-text 
{
	margin: 0 0 4px;
}

#gallery
{
	margin-left: auto;
        margin-right: auto;
	margin-top: 50px;	
	max-height: 500px;
        max-width: 760px;
	overflow: auto;
        text-align: center;           		
}

#gallery img 
{	
	margin: 5px;
   	margin-bottom: 20px;		
	border: none;                
	background: #E1E1E1;        	
	padding: 10px; 
        
	-moz-border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-khtml-border-radius: 10px;
  	border-radius: 10px;	
}

#gallery img:hover
{
	background: #C1C1C1;
}

#shout, .textwidget
{
	width: 140px;   
  font-size: 12pt;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 10px;  
}

#text-6 .textwidget img
{
  width: 140px;
}

#text-7, #text-8
{
  display: none;
}

#shout .ender2
{
  height: 30px;
}

#shout a, #text-5 .textwidget p a, #shout a, #text-5 .textwidget p a, #text-7 .textwidget p a, #text-8 .textwidget p a
{   
  color: #0083b8;
  text-decoration: underline;
  text-align: center;
  font-weight: bold;
}

#shout a:hover, #text-5 .textwidget p a:hover, #text-7 .textwidget p a:hover, #text-8 .textwidget p a:hover
{
  color: #000000;
  text-decoration: none;
}

#shoutname
{
	font-family: calibri;
	font-size: 12pt;
	font-weight: normal;
	color: #fff;
  	text-shadow: 1px 1px 1px #222222;
	text-align: left;         
        margin-right: auto;
	margin-left: auto;
        margin-top: 5px; 
	width: 100%;	
	background-image: -webkit-gradient(
	linear,
	left top,
	right bottom,
	color-stop(0, #0083b8),
	color-stop(1, #00abdf)
);
background-image: -o-linear-gradient(left, #00abdf 50%, #0083b8 100%);
background-image: -moz-linear-gradient(left, #00abdf 50%, #0083b8 100%);
background-image: -webkit-linear-gradient(left, #00abdf 50%, #0083b8 100%);
background-image: -ms-linear-gradient(left, #00abdf 50%, #0083b8 100%);
background-image: linear-gradient(to left, #00abdf 50%, #0083b8 100%);  
	-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
}

#shoutname div
{
  padding-left: 3px;  
}

#shoutdate
{
	font-family: calibri;
	font-size: 8pt;
	color: #666;
	text-align: left;
	width: 100%;	
}

#shoutcontent
{
	font-family: calibri;
	font-size: 12pt;	
	text-align: left;
	width: 100%;	
}

#textbox
{  
  background-color: #EEE;
  border: 1px solid #CCC;
  width: 120px; 
  margin: 0 auto; 
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;	
  display: block;
}

#s
{  
  background-color: #EEE;
  border: 1px solid #CCC;   
  margin-left: 0px; 
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;	
}

#searchsubmit
{    
  border: 1px solid #CCC;
  margin-bottom: 0px;
  margin-top: 0px;
  background: #DDD;	
  text-align: center;
  margin-left: 0px;
  font-size: 10pt;   
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;   
}

#searchsubmit:hover
{
  background: #EEE;
}

#button
{
  width: 60px;
  height: 21px;
  border: 1px solid #CCC;
  margin-bottom: 0px;
  margin-top: 5px;
  background: #DDD;	
  text-align: center;
  margin-left: 3px;
  font-size: 10pt;
  margin: 5px 0px 0px 3px; 
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;   
}

#button:hover
{
  background: #EEE;
}

#shout-archive
{
  text-align: center;
  width: 100%;
  border: 1px solid #aaa;  
  border-bottom: 0px;
}

#shout-archive #button
{
  width: 100px;
}

#shout-archive #textbox
{
  width: 275px;
}

#quest-form
{  
  width: 760px;  
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;  		
  font-size: 14pt;  
  text-align: center; 	
  border: 0px solid #ddd; 
  position: relative;
  display: inline-block;
}

#quest-form div
{  
  margin: 0 auto;   
  border: 0px solid #ddd;
  text-align: left;
  display: block;
  width: 307px;  
}

#quest-form div #textbox
{
  margin-top: -10px;
  margin-left: 0px;
  margin-right: 0px;
}

#shout-archive form #textbox
{
  margin-top: -10px;
  display: inline-block;
}

#shout-archive form textarea#textbox
{
  margin-top: 0px;
}

#quest-form h3
{
  text-align: center;
}

#quest-form #button
{
  width: 100px;
}

#quest-form #textbox
{   
  width: 175px;
  margin-top: 10px;
  padding-left: 3px;
}

#quest-form #text
{  
  background-color: #EEE;
  border: 1px solid #CCC;
  width: 300px;
  margin-top: -10px;
  padding-left: 3px;  
}

#send
{
  width: 100%;
  margin-top: 50px;
  text-align: center;
  display: inline-block;
}
#pagenav
{   
  height: 50px;  
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;		
  font-size: 10pt;
  text-align: center;  	
  border: 0px solid #000; 
  position: relative; 
}

#pagenav .pagent
{
  float: left; 
  width: 20px;
  height: 21px;
  padding-top: 10px;
}

#pagenav #page
{  
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  border: 0px solid #000;
}

#pagenav #pagelink
{  
  text-align: center;
  margin-left: auto;
  margin-right: auto;  
  border: 0px solid #000;
  position:relative;
  display: inline-block;
}

#pagenav .pagenav-next
{
  width: 20px;
  height: 21px;  
  padding-top: 3px;
  font-weight: normal; 
  float: left; 
  background: #eee;
  border: 1px solid #CCC;
  margin-bottom: 5px;	
  text-align: center;
  margin-left: 3px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;   
}

#pagenav .pagenav-next:hover
{
  background: #ddd;
}

#pagenav #pagelink a .pagenav-next
{
  text-decoration: none;
}

#pagenav #pagelink a:hover .pagenav-next
{
  text-decoration: underline;
}

#pagenav #pagenav-open
{ 
  width: 20px;
  height: 21px;  
  font-weight: bold;  
  padding-top: 3px;
  float: left;  
  border: 1px solid #CCC;
  margin-bottom: 5px;	
  text-align: center;
  margin-left: 3px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  background: #ddd;   
}

.entry-content #shoutname
{
  font-size: 14pt;
}

.entry-content #shoutdate
{
  font-size: 10pt;
}

.entry-content #shoutcontent
{
  font-size: 14pt;
}

.shoutform-hide #formulation
{    
  max-height: 0px;
  overflow: hidden;
  -o-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;    
}

.shoutform-show #formulation
{
  overflow: hidden;
  max-height: 300px;
  -o-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}

.shoutform-hide #showformulation
{    
  max-height: 20px;
  overflow: hidden;       
}

.shoutform-show #showformulation
{
  overflow: hidden;
  max-height: 0px;  
}

.shoutform-hide #hideformulation
{    
  max-height: 0px;
  overflow: hidden;      
}

.shoutform-show #hideformulation
{
  overflow: hidden;
  max-height: 20px;  
}

#showformulation
{   
  color: #0083b8;
  text-decoration: underline;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}

#showformulation:hover
{   
  color: #000;
  text-decoration: none;  
  cursor: pointer;  
}

#hideformulation
{   
  color: #0083b8;
  text-decoration: underline;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}

#hideformulation:hover
{   
  color: #000;
  text-decoration: none;  
  cursor: pointer;  
}

#generator2
{
  display: none;
  position: relative;
  top: 60px;
}

#generator2 a
{
  color: inherit;
  text-decoration: inherit;
  font-size: 10pt;
}

#generator, #generator2
{
  text-align: center;
  font-family: calibri;
  font-size: 12pt; 
  margin-top: 10px;
  text-shadow: 1px 1px 1px #999;			
}
 
#generator a
{
  color: #111;
  text-decoration: underline;	
  font-weight: bold;
  font-size: 14pt;
}

#generator a:hover
{
  color: #111;
  text-decoration: none;	
}

#CERDbanner
{
  text-align: center;
}

#eshop
{   
  width: 760px;  
}

#eshop hr
{
  border: 0px;
  padding: 0px;
}

#eshop .product 
{	  
	margin-right: 10px;
  margin-left: 9px;  
  margin-bottom: 20px;		
	border: 1px solid #B1B1B1;	
  width: 149px;  
  height: 298px;
  float:left;   
	background: #E1E1E1;    
  text-align: center;	
	padding: 10px;  	
  color: #555;
	-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;	
}

#eshop .product img
{
  border: 0px;
  width: 149px;
  height: 200px;	
}

#eshop a
{   
  color: #555;
  text-decoration: none;  
}

#eshop .product-name
{
  text-decoration: none;
  font-size: 10pt;
  height: 75px; 
  width: 149px;  	
}

#eshop .product:hover
{
	background: #C1C1C1;  
}

#eshop a:hover .product-name
{
  text-decoration: underline;  
} 

#eshop .product-price
{  	
  padding-top: 0px; 	
  display: block;   
  font-size: 11pt;
  font-weight: bold;
  width: 149px;  
}

#eshop #hr-bottom
{
  width: 760px;
  height: 84px;
  border: 0px;
  background-image: url(images/hr-eshop.png);
  background-repeat: no-repeat;
  padding-bottom: 0px;
  display: inline-block;  
}

#eshop #hr-top
{
  width: 760px;
  height: 20px;
  border: 0px;
  background-image: url(images/hr-eshop-top.png);
  background-repeat: no-repeat;
  padding-bottom: 0px;
}

#garden
{   
  width: 760px;  
  display: table;
}

#garden hr
{
  border: 0px;
  padding: 0px;
}

#garden .product 
{	  
	margin-right: 10px;
  margin-left: 9px;  
  margin-bottom: 20px;		
	border: 1px solid #B1B1B1;	
  width: 149px;  
  height: 248px;
  float:left;   
	background: #E1E1E1;    
  text-align: center;	
	padding: 10px;  	
  color: #555;
	-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;	
}

#garden .product img
{
  border: 0px;
  width: 149px;
  height: 200px;	
}

#garden a
{   
  color: #555;
  text-decoration: none;  
}

#garden .product-name
{
  text-decoration: none;
  font-size: 12pt;
  height: 15px; 
  width: 149px;
  font-weight: bold;  	
}

#garden .product-name h3
{
  font-size: 12pt;
  margin: 0px;
}

#garden .product:hover
{
	background: #C1C1C1;  
}

#garden .product:hover .product-name
{
  text-decoration: underline;  
} 

#garden .product-price
{  	
  padding-top: 0px; 	
  display: block;   
  font-size: 11pt;
  font-weight: bold;
  width: 149px;  
}

#garden #hr-bottom
{
  width: 760px;
  height: 84px;
  border: 0px;
  background-image: url(images/hr-eshop.png);
  background-repeat: no-repeat;
  padding-bottom: 0px;
  display: inline-block;  
}

#garden #hr-top
{
  width: 760px;
  height: 20px;
  border: 0px;
  background-image: url(images/hr-eshop-top.png);
  background-repeat: no-repeat;
  padding-bottom: 0px;
} 

.video
{
  width: 100%;
}

#video-mob
{
  display: none;
}

.attachment
{
  float:none;  	
}

.entry-caption
{  
  margin-top: 50px;   	
}

.entry-caption p
{
  font-weight: bold; 
}

#nav-previous
{
  font-size: 12pt;
  float: left;
  margin-top: 5px;
}

#nav-next
{
  font-size: 12pt;
  float: right;
  margin-top: 5px;
}

.nav-below
{
  margin-top: 50px;  
  border-top: 0px solid #e9e9e9;
}

#url-input
{
  display: none;
}

/*Bravantice*/
#menuAuto
{
  background-image: url("/wp-content/uploads/2015/02/cyberscooty-cartoon-car.png");
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;  
  margin-left: 70px; 
  padding-top: 0px; 
  width: 70px;
  height: 89px;
}

#menuAuto a
{ 
  display: block;     
  padding-top: 80px;
  width: 70px;
  text-align: center;  
}

#menuBus
{
  background-image: url("/wp-content/uploads/2015/02/school-bus-transport-traffic-picture-83990655.gif");
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;           
  margin-left: 70px;
  padding-top: 0px; 
}

#menuBus a
{
  display: block;
  padding-top: 80px;
  width: 95px;
  text-align: center;
}

#menuDop
{
  background-image: url("/wp-content/uploads/2015/02/kam-dale.gif");
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;  
  margin-left: 70px;
}

#menuDop a
{
  display: block;
  padding-top: 80px;
  width: 150px;
  text-align: center;
}

#menuJizdniRady
{
  background-image: url("/wp-content/uploads/2015/02/index_zastavka_zastavka2.gif");
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;   
  margin-left: 70px;
}

#menuJizdniRady a
{
  display: block;
  padding-top: 80px;
  width: 95px;
  text-align: center;
}

.bravantice
{
  color: #e31e24;
  text-align: center;
}

.blueBravantice
{
  color: #0000ff;
}

.helpBravantice
{
  font-size: 11pt;
}

.ifBravantice
{
  width: 760px;
  height: 360px;
}

/*Dlužníci*/
#dluh_table
{
  width: 100%;
  border: 0px solid #000;
  display: table-cell;
}

#dluh_td_nadpis
{
  background-color: #CCCDCD;
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
  float: left;
  width: 190px;
  display: table-cell;    
}

#dluh_td
{  
  text-align: center;
  font-size: 11pt;  
  float: left;
  width: 190px;
  height: 18px;
  display: table-cell;  
}

/*kontakty*/
.kontakty-provozovny
{
  width: 100%;
  font-size: 11pt;
  margin: 0px 0px 50px 0px;
  display: table; 
  height: auto;   
}

.kontakty-provozovny #left
{
  float: left;
  width: 380px;   
  text-align: left;
}

.kontakty-provozovny #right
{
  float: left;
  width: 380px;
  height: auto;
  text-align: right;
}

.kontakty-provozovny #left-obj
{
  float: left;
  width: 360px;   
  text-align: right;
  font-size: 13pt;
  margin-right: 40px;
}

.kontakty-provozovny #right-obj
{
  float: left;
  width: 360px;
  height: auto;
  text-align: left;
  font-size: 13pt;
}

#kontakty
{
  width: 100%;
  font-size: 11pt;
  margin: 0px 0px 30px 0px;
  display: table; 
  height: auto; 
}

#kontakty #div-stav
{
  width: 187.563px;
  height: auto;
  float: left;
  text-align: left;
  margin-left: 0px;   
}

#kontakty #div-kam
{
  width: 368px;
  height: 153.313px;
  float: left; 
  text-align: center;
  margin-left: 0px; 
}

#kontakty #div-kam div
{
  float: left;
  width: auto;
  height: auto;
  text-align: center;
  margin-left: 5px;
}

#kontakty #uver
{
  width: auto;
  height: auto;
  float: left;
  text-align: right;  
  margin-left: -10px;
}

.cervena
{
  color: red;
}

a#povrch
{
  color: blue;	
}

.centrl
{
  width: 760px;  
  text-align: center;     
}

.centrl img
{
  width: 110px;
  height: 63px;
  margin-left: 10px;  
  margin-right: 12px;
}

/*dopspoje*/
.schovej .spoje
{     
  overflow: hidden;
  max-height: 0px; 
  -o-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -webkit-transition: max-height 1s;
  transition: max-height 1s; 
}

.show .spoje
{
  overflow: hidden;
  max-height: 3000px; 
  -o-transition: max-height 5s;
  -moz-transition: max-height 5s;
  -webkit-transition: max-height 5s;
  transition: max-height 5s; 
}

.showspoje:hover
{
  color: #000;
  text-decoration: none;  
  cursor: pointer;  
}

.showspoje
{    
  text-decoration: underline; 
  display: inline; 
}

/*Partneri*/
#partneri img
{
  width: 150px;   
}

#partneri .wid-banner
{
  height: 160px;   
}

#partneri .wid-banner1
{
  height: 110px;  
  padding-top: 50px; 
}

#google-page
{
  height: auto;
  width: 334px;     
  display: inline-block;
  float: left;
  margin-bottom: 30px;  
}

#g_fb
{
  display: block;  
  text-align: center;
}

img#topstone
{
  max-width: 760px;
  text-align: center;  
}

ul#topstone
{
  list-style-image: url(images/ul-8476bd5c6079ab2f4e1dcbc4ce20c01d.png);
  margin: 0 0 20px 20px;
  padding: 0;
  line-height: 130%;   
}  

.strom-button .wp-block-button__link
{
    border: 1px solid #000;
    font-size: 24px !important;
    width: 200px;
    box-sizing: border-box;
    margin-bottom: 50px;
    background-image: url(images/bg1.jpg);
}

.strom-button a.wp-block-button__link
{
    font-weight: normal;
    text-decoration: none !important;
}

.strom-button a.wp-block-button__link:hover
{
    opacity: 0.9;
}

@media screen and (max-width: 840px)
{     
  a, #cookies #cookies-container div span:hover
  {
    cursor: default;
  } 
  
  #cookies #cookies-container div
  {
    display: block;
    text-align: center;
    margin-left: 0px;
    margin-top: 20px;
  }
  
  #cookies
  {
    max-width: 100%;
  } 
  
  #wrapper
  {      
    max-width: 100%;   
    background-color: #f4f4f4;
    position: relative;          
  }
  
  #shadow
  {
    display: inline-block;
    max-width: 100%;
    position: relative;    
    margin: 0px;
    padding: 0px;    
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; 
    -moz-box-shadow: 0px 0px 0px #1c2228;
    -webkit-box-shadow: 0px 0px 0px #1c2228;
    box-shadow: 0px 0px 0px #1c2228;
    z-index: 0;    
  }
  
  /***********HEADER*********************/  
  #header 
  {     
    display: block; 
    max-width: 100%;
    height: auto;
    background-image: none;
    background-color: #F4F4F4;    
    max-width: 100%;     
    text-align: center;  
    position: relative; 
    overflow: visible;
    z-index: 140;          
  }
  
  #masthead
  {
    display: inline-block;
    max-width: 100%;     
    height: auto;   
  }
    
  #header #logo
  {
    padding-left: 20px;
    padding-top: 20px;
    margin: 0px;
    max-width: 55%;
    height: auto;
    float: left;
  }
  
  #header #logo img
  {
    width: 100%;
  }
  
  .site-description
  {
    display: none;
  }
  
  #generator2
  {
    display: block;
  }
   
  #access, #fbicon, #gicon, #clbanner, #generator, #CERDbanner, .video, #garden #hr-top, #garden #hr-bottom, #eshop #hr-top, #eshop #hr-bottom
  {
    display: none;
  } 
  
  #access-mob
  { 
    display: block;
    position: absolute;    
    border-bottom: 0px;
    padding-bottom: 0px;
    height: auto;     
    margin-top: 0px;    
    float: right;
    width: 100%;  
    margin-right: 0px;             
  }
   
  #access-mob .toolMenu
  {          
    display: block;    
    max-height: 40px; 
    background-color: transparent; 
    line-height: 25px;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 0px solid #d9d9d9;
  }  
  
  #access-mob .toolMenu #menu-menu
  {
     display: none;
  }

  #access-mob .toolMenuShow
  {     
    display: block;         
    width: 100%;     
    background-color: rgba(255,255,255,0.95); 
    line-height: 31px;
    position: absolute;
    z-index: 200;                      
  }  

  #access-mob .toolMenuShow .nav-menu
  {    
    width: 100%;
    background-color: transparent;
    margin-top: 15%; 
    border-top: 1px solid #d9d9d9; 
    padding: 0px; 
    margin-bottom: 0px;               
  }
  
  #access-mob .toolMenuShow .nav-menu li
  {    
    list-style-type: none;
    padding: 0px;    
    line-height: 31px;
    border-bottom: 1px solid #d9d9d9;         
  }
  
  #access-mob .toolMenuShow .nav-menu li:last-child
  {
    border-bottom: 2px solid #494949;
  }

  #access-mob .toolMenuShow .nav-menu li a
  {   
    display: block;   
    font-size: 10pt;
    font-family: Calibri, Arial, Helvetica, sans-serif; 
    font-weight: 600;   
    color: #000;
    text-decoration: none;     
    width: 100%;     
    height: 31px;                     
  }  
   
  #access-mob .toolMenuShow  .nav-menu li a span
  {
    display: inline-block;
    margin-top: 0px;
    vertical-align: middle;
    height: 20px;  
  }
  
  #access-mob .toolMenuShow .nav-menu li a:hover, #access-mob .toolMenuShow .nav-menu li a:active, #access-mob .toolMenuShow .nav-menu li a:focus
  {
    text-decoration: underline;          
  }

  #access-mob #mobileNav
  {
    background-image: url("images/menu/mobileNav.png");
    background-position: center;    
    height: 35px; 
    width: 39px;     
    background-repeat: no-repeat;
    float: right;
    margin-right: 20px; 
    margin-top: 25px;   
  } 
  
  #access-mob .toolMenuShow .nav-menu li ul
  {        
    width: 100%;  
    display: none;   
    margin-top: 5px;
    border-top: 1px solid #d9d9d9;   
  }

  #access-mob .toolMenuShow .nav-menu li ul li
  {      
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    line-height: 31px;  
    border-bottom: 0px solid #d9d9d9;   
  }

  #access-mob .toolMenuShow .nav-menu li:hover ul
  {
    display: block;
  }  
  
  #header_lower 
  {
    text-align: center;
    max-width: 100%;
    height: auto;  
    background-repeat: repeat-x;     
    margin: 0px;
    padding: 0px;
    border-width: 0px;    
    position: relative;  
    z-index: 0;
    overflow: hidden;
    float: initial;
  }
  
  #header_lower_left 
  {
    color: #fff;    
    width: 100%;
    height: auto;  
    font-size: 10pt;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-width: 0px;
    float: initial;    
  }
  
  #header_lower_left img
  {
    text-align: center;    
    max-width: 419px;
    width: 90%;
    margin: 0px;
  }
   
  #header_lower_left span 
  {
    clear: both;
    display: block;
    font-weight: bold;
    margin-left: 0px;  
    margin-top: 0px;
    font-size: 11pt;
  }
  
  #header_lower_right 
  {
    display: none; 
  }       
  
  /**************MAIN**************/
  #main
  {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 12pt;
    overflow: hidden;
  }
  
  #main #container, #main #container #content
  {     
    width: 100%;  
    font-size: inherit;        
  }
  
  #main #container #content
  {   
    width: auto;  
    padding: 10px; 
    margin: 0px;
  }  
  
  /*************main news*************/
  #window img
  {
    width: 100%;
  } 
  
  #window.show 
  {
    margin-left: 0px;
    margin-right: 0px;
  }
 
  /********WIDGET-AREA********/   
  #widget-area
  {
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0px;
    margin-top: 50px;
    padding: 0px;
    font-size: 13pt;           
  }
  
  #widget-area .widget-container
  {         
    padding-left: 0px;
    padding-right: 0px;
    border: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
    width: auto;
    font-size: inherit;
  }
  
  #widget-area .widget-container .widget-title
  {
    width: 100%;
    height: 30px;
    text-align: center;
    margin: 0;
    padding: 0;     
    border: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    font-size: 15pt;
    font-weight: bold;
  }
  
  #widget-area .widget-container .textwidget li, #widget-area .widget-container.widget_recent_entries li
  {
    margin: 0;
    padding: 0;
    margin-right: 40px; 
    padding-top: 5px; 
    text-align: center;         
  }
  
  #widget-area .widget-container .textwidget ul, #widget-area .widget-container.widget_recent_entries ul
  {
    margin: 0;
    padding: 0;
    padding-left: 40px;
    margin-top: 5px;    
  }
  
  /******FOOTER********/
  #footer
  {
    display: inline-block;
    max-width: 100%;    
    height: 260px;
    margin: 0px;
    margin-top: 20px;         
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; 
    text-align: center;
    font-size: 10pt; 
    background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #333333),
	color-stop(1, #7A7979)
);
background-image: -o-linear-gradient(bottom, #7A7979 0%, #333333 100%);
background-image: -moz-linear-gradient(bottom, #7A7979 0%, #333333 100%);
background-image: -webkit-linear-gradient(bottom, #7A7979 0%, #333333 100%);
background-image: -ms-linear-gradient(bottom, #7A7979 0%, #333333 100%);
background-image: linear-gradient(to bottom, #7A7979 0%, #333333 100%);
  }

  #footer #footer-container
  {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;     
  }
  
  #footer #footer-container #site-info
  {
    padding: 0;
    margin: 0;    
    display: block;
    width: 100%;    
    font-size: inherit;    
  }
  
  #footer #footer-container #copyright
  {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    font-size: inherit;
  }
  
  #footer #footer-container #footer-link
  {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
  }
  
  #footer #footer-container #footer-link img
  {
    height: 45px;
    margin-left: 8%;
  }
  
  #footer #footer-container #footer-link a:first-child img
  {
    margin-left: 0px;
  }
  
  #footer #footer-container #site-generator
  {
    position: absolute;
    margin: 0;
    padding: 0;
    display: block;
    bottom: 75px;    
    font-size: 10pt;
    width: 100%;
    left: 0px;
    font-size: 9pt;
  }
  
  #footer #footer-container #site-generator a, #footer #footer-container #site-generator a:hover
  {
    color: inherit;
    text-decoration: inherit;
  }
  
  #footer #footer-container #toplist
  {
    position: absolute;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    bottom: 48px;
    left: 0px;
  }
  
  .ender2
  {
    display: block;
    height: 4px;
    background-color: #333333;
    margin-top: -4px;
  }
  
  #shadow .ender2
  {
    display: block;
    background-color: transparent;
  }
  
  img 
  {
  	margin: 0;
  	max-width: 100%;
  }
  
  .centrl
  {
    max-width: 100%;
  }
  
  iframe
  { 
    max-width: 100%;
    margin: 0 auto;
  }
  
  #video-mob
  {
    display: block;
  }
  
  #garden, #eshop
  {
    max-width: 100%;
    text-align: center;
    display: inline-block;    
  }
  
  #garden .product, #eshop .product
  {
    float: initial;
    display: inline-block;
    vertical-align: middle;
  }
  
  #quest-form
  {
    width: 100%;
  }
  
  #quest-form div
  {
    margin: 0;
    display: block;
    width: auto;
    text-align: center;
  }
  
  img#topstone
  {
    width: 100%;
  }
  
  /*Partneri*/
  #partneri
  {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
    max-height: 325px;
  }
  
  #partneri img
  {
    width: 40%;          
  }
  
  #partneri .wid-banner
  {
    width: 100%;
    height: 325px;
    display: block;     
  }
  
  #partneri .wid-banner1
  {
    width: 100%;
    height: 325px;  
    display: block;
    padding-top: 50px;          
  }
  
  #text-7, #text-8
  {
    display: block;
  }
  
  #shout, .textwidget
  {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13pt;
  }
  
  /*kontakty*/
  .kontakty-provozovny
  {
    text-align: center;
  }
  
  .kontakty-provozovny #left
  {
    float: initial;
    width: auto;   
    text-align: center;
  }
  
  .kontakty-provozovny #right
  {
    float: initial;
    width: auto;
    height: auto;
    text-align: center;
  }
  
  .kontakty-provozovny #left-obj
  {
    float: initial;
    width: auto;   
    text-align: center;
    font-size: 13pt;
    margin-right: 0px;
  }
  
  .kontakty-provozovny #right-obj
  {
    float: initial;
    width: auto;
    height: auto;
    text-align: center;
    font-size: 13pt;
  }
  
  #kontakty
  {
    text-align: center;
  }
     
  #kontakty #div-stav
  {
    width: 165px;
    height: auto;
    float: initial;
    text-align: center;
    margin-left: 0px;
    display: inline-block;   
  }
  
  #kontakty #div-kam
  {
    width: 100%;
    height: auto;
    float: initial; 
    text-align: center;
    margin-left: 0px; 
    display: inline-block;
  }
  
  #kontakty #div-kam div
  {
    float: initial;
    width: auto;
    height: auto;
    text-align: center;
    margin-left: 5px;
    display: inline-block;
  }
  
  #kontakty #uver
  {
    width: 186px;
    height: auto;
    float: initial;
    text-align: center;  
    margin-left: 0px;
    display: inline-block;
  }
  
  #actuality img, .textwidget img, #text-6 .textwidget img
  {
    width: 80%;
  }
  
  #widget-area .widget-container .textwidget ul a, #widget-area .widget-container.widget_recent_entries p.center a, #widget-area .widget-container.widget_recent_entries ul a
  {
    font-size: 13pt;
  }
  
  #shoutname, #shoutcontent
  {
    font-size: 13pt;
  }
  
  #shoutdate
  {
    font-size: 9pt;
  }
  
  #shoutname
  {
    background-image: initial;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    color: #151414;
    text-shadow: initial;
    font-weight: bold;     
  }
  
  #shoutname div
  {
    padding: 0;
  }
  
  #shout #formulation form, #quest-form form
  {
    padding-left: 2px;
    padding-right: 9px;
  }
  
  #quest-form form #textbox, #quest-form form textarea#text
  {
    display: block;
    width: 100%;     
    margin: 0px auto 5px auto;
    padding: 0;
    height: 30px;
    font-size: 12pt;
    padding-left: 5px;
  }
  
  #shout-archive form #textbox
  {
    height: 30px;
    font-size: 12pt;
    margin: 0px auto 5px auto;
  }
  
  #shout-archive form
  {
    padding-top: 5px;
    margin-bottom: 15px;
  }
  
  #shout #formulation form #textbox
  {
    width: 275px;
    display: block;    
    margin: 0px auto 5px auto;
    padding: 0;
    height: 30px;
    font-size: 12pt;
    padding-left: 5px;      
  }
  
  #shout #formulation form textarea#textbox, #shout-archive form textarea#textbox
  {
     height: 120px;
  } 
  
  #quest-form form textarea#text
  {
    height: 200px;
  } 
  
  #button
  {
    height: 30px;
    width: auto;
    font-size: 12pt;
  }  
  
  #kamenictvi-uredni-hodiny-na-hrbitove
  {     
    width: auto; 
    margin-left: auto; 
    margin-right: auto; 
    padding: 20px; 
    font-size: 12pt; 
    background-color: #e31e24;
    color: #fff;
  }
  
  #menus
  {
    text-align: center;
  }
  
  #menus #menuAuto, #menus #menuBus, #menus #menuDop, #menus #menuJizdniRady
  {
    margin: 0;
    padding: 0; 
    min-width: 70px;
    margin-left: 20px;    
  }
  
  #menus #menuAuto
  {
    margin-left: 0px;
  }
  
  #menus #menuAuto a, #menus #menuBus a, #menus #menuDop a, #menus #menuJizdniRady a
  {
    width: auto;
  }
}

@media screen and (max-width: 715px)
{
  #google-page
  {
    float: initial;
  }  
}

@media screen and (max-width: 685px)
{
    .strom-columns .wp-block-column 
    {
        flex-basis: 100% !important;
        margin-left: 0px !important;
    }    
}

@media screen and (max-width: 600px)
{
  #wpadminbar
  {
    margin-top: -46px;
  }   
  
  #access-mob .toolMenuShow .nav-menu
  {
    margin-top: 18%;
  }
  
  #partneri img
  {
    width: 50%;          
  }
}

@media screen and (max-width: 400px)
{
  #access-mob .toolMenuShow .nav-menu
  {
    margin-top: 70px;
  }
  
  #partneri img
  {
    width: 80%;          
  }
}

@media screen and (min-width: 750px)
{
    .strom-columns .wp-block-column 
    {
        margin-left: 0px !important;
        flex-basis: calc(35% - 16px) !important;
        flex-grow: 0;
    }    
}

@media screen and (min-width: 686px)
{
    .strom-columns .wp-block-column 
    {
        margin-left: 0px !important;
        flex-basis: calc(35% - 16px) !important;
    }    
}


