/*
Theme Name: Dream
Theme URI: http://vsfish.com/themes/dream/
Description: Dream is fully responsive WordPress theme.
Version: 1.0.24
Author: vsFish
Author URI: http://vsfish.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,post-formats,sticky-post,theme-options,threaded-comments,translation-ready,blog,news
Text Domain: dream
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# General
# Header
# Navigation
# Content
# Post
# Widget
# Comments
# Navigation
# Search
# Footer
# Slider
# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/* html */
html {
  font-family: sans-serif;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* body */
body {
  background-color: #ffffff;
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #333333;
  font-family: Roboto,"Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}
      
/* links */
a {
  color: #F4B601;
  font-weight: bold;
  text-decoration:none;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
a:hover, a:focus, a:active {
  color: #F4B601;
  text-decoration:none;
}

/* forms */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background: #F4B601;
  color: #ffffff;
  text-transform:uppercase;
  font-size: 12px;
  line-height: 1.2;
  padding: 10px 12px;
  filter: alpha(opacity=100);
  opacity:1;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  filter: alpha(opacity=80);
  opacity:0.8;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  filter: alpha(opacity=80);
  opacity:0.8;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  padding-left: 4px;
  padding-right: 4px;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;

  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
  border:1px solid #F4B601;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}

/* h1 - h6 */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin-top:0.5em; 
  margin-bottom:0.5em;
}
h1, .h1 { font-size: 25px; font-weight: bold; }
h2, .h2 { font-size: 21px; font-weight: bold; }
h3, .h3 { font-size: 19px; font-weight: bold; }
h4, .h4 { font-size: 17px; font-weight: bold; }
h5, .h5 { font-size: 15px; }
h6, .h6 { font-size: 14px; text-transform: uppercase; }

.nadpis-line {
   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid blue; 
   line-height: 0.1em;
   margin: 12px 0 25px; 
} 

.nadpis-line span { 
    background:white; 
    padding:0 12px; 
}


/* tags */
p {
  margin:0 0 1em;
}
ul, ol {
  margin:0 0 1em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  background-color: #f3f3f3;
  border-left: 4px solid #F4B601;
  font-style: italic;
  margin: 0 0 10px;
  padding: 15px;
  font-size: 14px;
}
blockquote > p:last-child {
  margin: 0;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  overflow-wrap: break-word;
  padding: 0.8em;
  white-space: pre-wrap;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
code {
  background-color: #f9f2f4;
  color: #c7254e;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1.5em 0;
  width: 100%;
}
td,
th {
  padding: 0.75em;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
img {
  height: auto;
  max-width: 100%;   
}

embed, iframe, object, video {
  max-width: 100%;
}

/* caption */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}

/* posts and pages */
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* comments */
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}

/* alignments */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*  gallery */
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*site-header*/
.site-header{
    margin: 0 auto !important;
    width: 100% !important;
    position: fixed;
    z-index: 60;
    transition: all 0.7s ease;
    left: 0;
    right: 0;      
}

.site-header-pozadi {
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    background-color: #f2f2f2;
    background-image: url('/wp-content/pozadi/pozadi10_2400_HM.png');
    background-position: center top;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 195px;
    z-index: 30;
}

.site-branding {
  padding-left:10px;
  line-height:0;
  position: relative;
  /*background-color: white;*/
  background-image:url('/wp-content/pozadi/pozadiHeader.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 800px 140px;
}

body.custom-background {
    background-color: #f2f2f2;
    background-image: url('/wp-content/pozadi/pozadi10_2400.png');
    background-position: center top;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
	
@media screen and (max-width: 991px) {
	body.custom-background {
	    background-image: none;
	}
}

@media screen and (max-width: 991px) {
	.site-branding { background-image:url('/wp-content/pozadi/pozadiHeader.png'); background-size: 100% 100%;  }
	
	
}

.site-branding-logo{
  min-height: 100px;
  float: left;
}    

.site-branding-logo img {
  min-height:100px;
  min-width:156px;
  max-width: 100%;   
}

.site-branding-adresa{
  display:inline-block;
  margin-top:2px;
  width: 100%;
  position: relative;
}

.site-branding-adresa-sloupec {
  display: inline-block;
  font-weight:bold;
  width: 160px;
  line-height:25px;
  vertical-align: top;
}

.site-branding-adresa-sloupec img{
  width:25px;
  height:25px;
}

.site-branding-adresa-sloupec-adresa {
  width: 250px;
}

.site-branding-adresa-sloupec-firma {
  width: 260px;
  text-align: right;
}

.site-branding-adresa-sloupec-150 {
  width: 150px;
}

.site-branding-adresa-sloupec-110 {
  width: 110px;
}

.site-branding-mapa-sloupec {
  display:inline-block;
  font-weight:bold;
  width: 160px;
}


.site-branding-adresa-jmeno{
  font-size:16px;
  margin-top:5px;
}

.site-branding-adresa-udaj{
  height: 30px;
  width: 160px;
}

.site-branding-adresa-udaj-adresa{
  height:20px;
  width: 250px;
}

.branding-adresa-udaj-odsazeni
{
	padding-left: 28px;
}

.site-branding-adresa-udaj2{
  font-weight:normal;
}

.site-branding-adresa-udaj img{
  width:25px;
  height:25px;
}

.site-branding-adresa-sloupec-kontakt-hor {
	width: 100%;
	position: absolute;
	left: 5px;
	top: 80px;
}

.site-branding-panel-firma { position: absolute; right: 435px; top: 10px; }

.site-branding-panel-adresa-kontakt { position: absolute; right: -10px; top: 10px; }

@media screen and (max-width: 991px){
	.site-branding-panel-firma { position: absolute; right: 35px; top: 20px; }
	.site-branding-panel-adresa-kontakt { position: absolute; right: 5px; top: 130px; }
	.site-branding { height: 240px; }
	
}






.custom-logo-link{
  line-height:0;
  font-size: 0;
  display:inline-block;
  vertical-align: middle;
}

.site-title{
  margin:0;
  font-size:18px;
  font-weight:700;
  display:inline-block;
  padding:5px 0 10px;
  /*text-shadow: 0 0 10px #999999;*/
  line-height: 20px;
  vertical-align: middle;
}
.site-title a{
  color: #333333;
  display:inline-block;
}
.site-title a:hover,              
.site-title a:focus,
.site-title a:active{
  color: #F4B601;
}
.site-description{
  display:inline;
  font-size:12px;
  line-height:1.2;
  padding:15px 0 0;
  margin:0 0 0 15px;
  vertical-align: middle;
}
.site-social{
  float: right;
  padding: 5px 0 0;
}
.site-social a{
  font-size: 20px;
  line-height: 32px;
  padding: 0 14px 0 0;
  text-shadow: 0 0 10px #999999;
}
.site-social a:last-child{
  padding: 0;
}
.site-social a i{
  color: #666666;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.site-social a:hover i,
.site-social a:focus i{
  color: #555555;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*main-navigation*/
.main-navigation{
  width: 100%;
  clear: both;
  display:block;
  float:none;
  background:#4d4d4d;
  border-radius: 3px 3px 0 0;
  border-bottom: 2px solid white; /*PODBARVENI POD MENU*/
}

/* menu */
.main-navigation .menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
  border-bottom: 0px solid #F4B601;
  background-color:blue;
}
.main-navigation .menu a{
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.main-navigation .menu >li{
  float: left;
  position: relative;       
}
.main-navigation .menu li:hover > ul,
.main-navigation .menu li.focus > ul {
  left: auto;
  background-color:blue;
}
.main-navigation .menu >li >a{
  display: block;
  line-height:40px;
  padding:0 15px;
  color: #ffffff;
}
.main-navigation .menu >li >a:hover{
  background:#F4B601;
}
.main-navigation .menu >li:first-child >a{
  border-radius:3px 0 0 0;
}
.main-navigation .current_page_item >a{
  background:#F4B601;
}
.mr .menu >li:first-child >a{
  background:#F4B601;
}
.main-navigation .menu >li ul{
  padding: 0;
  margin: 0;
  background:#4d4d4d;
  box-shadow: none;
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 60;
  border: 1px solid blue;
  border-top: 1px solid #F4B601;
}
.main-navigation .menu >li ul li{
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  position: relative;
}
.main-navigation .menu >li ul li a{
  display: block;

  color: #ffffff;
  padding:7px 15px;
  width: 300px;
}
.main-navigation .menu >li ul li a:hover{
  background:#F4B601;
}
.main-navigation .menu >li ul ul {
  left: -999em;
  top: 0;
  border-top: 1px solid blue;
}
.main-navigation .menu >li ul li:hover > ul,
.main-navigation .menu >li ul li.focus > ul {
  left: 100%;
}

/* menu-toggle */
.menu-toggle{
  height: 30px;
  line-height:30px;
  right: 0;
  position: absolute;
  bottom: -32px;
  width: 30px;
  padding:0;
  margin:0;
  cursor:pointer;
  background:none;
  border:none;
  box-shadow:none;
  padding-top: 0px;
  padding-right: 2px;
}
.menu-toggle i{
  color: #333333;
  font-size:26px;
}

.nav-content{
  border-top: 1px solid #F4B601;
  border-bottom: 1px solid #dcdcdc;
  border-radius: 3px 3px 0 0;
}

/* responsive-nav */
.responsive-nav{
  margin: 0;
  background-color: #ffffff;
}
.responsive-nav >li{
  border-top: 1px solid rgba(125, 125, 125, 0.15);
}
.responsive-nav >li a{
  display: block;
  padding: 5px 25px;
  color: #303030;
  margin-right: 30px;
}
.responsive-nav >li a:hover,
.responsive-nav >li a:focus{
  background: none;
  color: blue;
}
.responsive-nav >li ul{
  list-style: none;
}
.responsive-nav >li ul li{
  border-top: 1px solid rgba(125, 125, 125, 0.15);
  margin-right: 30px;
}
.responsive-nav >li ul li a{
  display: block;
  padding: 5px 10px;
}
.responsive-nav >li ul li a:hover{
  background: none;
}
.navbar-collapse{
  box-shadow:none;
  padding: 0;
  border: none;
}

.sub-menu { background-color: white; }
.current-menu-item { background-color: #F4B601; }

.current-menu-item a:hover{
  color: black;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*site-content*/
.site-content{}
.site-content-area{
  background-color: #ffffff;
  padding: 195px 0 0 0;  /*PRI POSUNUTI UPRAVIT top v a.anchor*/
}

a.anchor {
    display: block;
    position: relative;
    top: -245px;
    visibility: hidden;
}

/*content-area*/
.content-area{
  padding-left: 15px;
  padding-right: 15px;
}
.sidebar-right .content-area{
  padding-left: 15px;
  padding-right: 5px;
}
.sidebar-left .content-area{
  padding-left: 5px;
  padding-right: 15px;
}

/*about-author*/
.about-author{
  padding: 30px 0;
  border-bottom: 1px solid #f2f2f2;
  font-size: 12px;
  line-height: 1.2;
}
.about-author-avatar{
  width: 60px;
  height: 60px;
  float: left;
}
.about-author-avatar a{
  display: block;
  width: 60px;
  height: 60px;
  line-height: 0;
}
.about-author-avatar img {
  width: 60px;
  height: 60px;
  
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.about-author-bio-wrap{
  padding: 0 0 0 75px;
}
.about-author-name{
  margin: 0 0 10px;
}
.about-author-name a{
  color: #333333;
  font-weight: bold;
  font-size: 14px;
}
.about-author-name a:hover{
  color: #F4B601;
}
.about-author-name span{
  color: #808080;
  margin-left: 5px;
}
.about-author-bio{
  line-height: 1.6;
  margin: 0 0 10px;
}
.about-author-link{
  color: #808080;
}
.about-author-link i {
  margin-left: 6px;
  position: relative;
  top: 1px;
}

body {
	/*background-image: url('/wp-content/uploads/horni.png');
	background-repeat: no-repeat;
	background-position: left 0px top 0px;
	background-size: 100% 500px;*/
	
}

/*--------------------------------------------------------------
# Post
--------------------------------------------------------------*/

/*post*/
.site-main .post,
.site-main .page{
  padding: 0px 0;
  border-bottom: 0px double #ebeded;
}
.site-main .post:first-child,
.site-main .page:first-child{
  /*margin: -30px 0 0;  UPRAVUJE MEZERU MEZI KONTENT A MENU*/
}
.post-media{
  line-height:0;
  padding: 20px 0 0;
}
.post-media a{
  display:block;
  line-height:0;
  overflow: hidden;
}
.post-content{
  background:#ffffff;
}
.entry-header{}
.entry-title{
  font-size:20px;
  font-weight:700;
  color: #303030;
  line-height:1.2;
  padding: 20px 0 0;
  margin: 0;
  text-shadow: 0 1px 0 #dbdbdb;
}
.entry-title a{
  color: #303030;
}
.entry-title a:hover{
  color: #F4B601;
}
.sticky .entry-title a{
  color: #F4B601;
}
.entry-meta{
  line-height:1.2;
  font-size:12px;
  color: #808080;
  padding: 15px 0 0;
}
.entry-meta a{
  color: #808080;
}
.entry-meta a:hover{
  color: #F4B601;
}
.entry-meta >span{
  margin:0 10px 0 0;
}
.entry-meta >span a{
  margin:0 2px 0 0;
}
.entry-meta .comments-link {
    float: right;
    margin: 0;
    text-align: right;
}
.entry-content{
  /*padding-top: 15px;*/
  /*padding-bottom: 15px;*/
  margin-bottom: 15px;
  min-height: 600px;
}
.entry-content img{
  margin-bottom:5px;
}
.entry-content p:last-of-type{
  margin-bottom:5px;
}
.entry-footer{
  padding:0 0 20px;
  line-height:1.2;
  font-size:12px;
  color: #808080;
}
.entry-footer a{
  color: #808080;
}
.entry-footer a:hover{
  color: #F4B601;
}
.entry-footer >span{
  margin:0 10px 0 0;
}
.entry-footer >span a{
  margin:0 2px 0 0;
}
.more-link{
  display:inline-block;
  padding:20px 0 0;
  color: #333333;
  font-size:12px;
  text-transform:uppercase;
  font-weight:700;
}
.error-404{
  min-height:400px;
}

/*--------------------------------------------------------------
# Widget
--------------------------------------------------------------*/

/*widget-area*/
.widget-area{
  padding-left: 15px;
  padding-right: 15px;
}
.sidebar-right .widget-area{
  padding-left: 5px;
  padding-right: 15px;
}
.sidebar-left .widget-area{
  padding-left: 15px;
  padding-right: 5px;
}
.widget{
  background:#ffffff;
  margin:0 0 30px;
}
.widget a{
  color: #333333;
}
.widget a:hover{
  color: #F4B601;
}
.widget-title{
  font-weight:700;
  text-transform:uppercase;
  font-size:16px;
  line-height:1.2;
  margin:0 0 13px;
}
.widget >ul{
  list-style:none;
  margin:0;
  padding:0;
}
.widget >ul >li{
  line-height:1.2;
  padding:8px 0;
  border-bottom: 1px solid #f2f2f2;
}

/*widget_tag_cloud*/
.widget_tag_cloud{}
.widget_tag_cloud .tagcloud {
  padding: 5px 0 0;
  overflow: hidden;
}
.widget_tag_cloud a{
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 14px !important;
  padding: 0 10px;
  margin: 0 5px 7px 0;
  text-align: center;
  border: 1px solid #f2f2f2;
  color: #404040;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.widget_tag_cloud a:hover {
  color: #ffffff !important;
  background-color: #F4B601;
  border: 1px solid #F4B601;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/

/*comments-area*/
.comments-area{
  margin:0;
  padding: 30px 0;
}
.comments-title{
  font-weight:700;
  text-transform:uppercase;
  font-size:16px;
  line-height:1.2;
  margin:0;
}
.comment-list{
  margin:0;
  padding:0;
  list-style:none;
}
.comment,
.pingback{
  border-top: 1px solid #f2f2f2;
  padding:15px 0 0;
  margin:15px 0 0;
}
.comment-body{}
.comment-author{
  width:40px;
  height:40px;
  float:left;
}
.comment-author img{
  width:40px;
  height:40px;
  border-radius: 3px;
}
.comment-info{
  margin:0 0 0 52px;
}
.comment-meta{
  line-height:1.2;
  margin:0 0 10px;
  position:relative;
  color: #808080;
}
.comment-meta a{
  color: #808080;
}
.comment-meta a:hover{
  color: #F4B601;
}
.comment-meta span{
  margin-right:5px;
}
.comment-meta span:last-of-type{
  margin-right:0;
}
.comment-meta .fn{
  font-weight:700;
  color: #333333;
}
.comment-meta .fn a{
  color: #333333;
}
.comment-meta .fn a:hover{
  color: #F4B601;
}
.comment-meta .comment-metadata{
  font-size:10px;
  text-transform:uppercase;
}
.comment-meta .comment-edit{
  font-size:10px;
  text-transform:uppercase;
}
.comment-meta .reply{
  position:absolute;
  top:0;
  right:0;
}
.comment-meta .reply a{
  font-size:10px;
  text-transform:uppercase;
}
.comment-content{
  font-size:12px;
}
.comment-content p:last-of-type{
  margin-bottom:0;
}
.comment .children{
  list-style:none;
  margin:0 0 0 52px;
  padding:0;
}
.comment .comment-respond{
  margin:0 0 0 52px;
  padding:20px 0;
}
.no-comments{
  padding:30px 0 0;
  margin:0;
  font-weight:700;
}

/*comment-respond*/
.comment-respond{
  margin:0;
  padding: 0 0 30px;
}
.comment-reply-title{
  font-weight:700;
  text-transform:uppercase;
  font-size:16px;
  line-height:1.2;
  margin:0 0 10px;
  position:relative;
}
.comment-reply-title small{
  position:absolute;
  top:0;
  right:0;
  font-size:10px;
  text-transform:uppercase;
  font-weight:400;
}
.comment-reply-title small a{
  color: #808080;
}
.comment-form{}
.comment-form .logged-in-as{
  margin:0 0 10px;
  line-height:1.2;
  font-size:12px;
}
.comment-form .form_item{
  margin:0 0 8px;
}
.comment-form .form_item span{
  color: #808080;
  font-size:12px;
  line-height:0;
  text-transform:uppercase;
}
.comment-form .form-submit{
  margin:0;
}
.comment #respond{
  margin:0 0 0 56px;
  padding:10px 0 20px;
}
#respond textarea{
  height:100px;
}
#respond input[type="text"]{
  width:50%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*posts-navigation*/
.posts-navigation{
  margin: 0;
  padding: 30px 0;
  font-size:12px;
  line-height:1.2;
  text-transform:uppercase;
  font-weight:bold;
  overflow: hidden;
}
.posts-navigation .nav-previous{
  float: left;
  width: 50%;
}
.posts-navigation .nav-next{
  float: right;
  text-align: right;
  width: 50%;
}
.posts-navigation .nav-links{}
.posts-navigation .nav-links .nav-previous a,
.posts-navigation .nav-links .nav-next a{
  display:inline-block;
  padding:15px 20px;
  border: 1px solid #ebeded;
  color: #808080;
}
.posts-navigation .nav-links .nav-previous a:hover,
.posts-navigation .nav-links .nav-next a:hover{
  background:#f8f8f8;
  color: #F4B601;
}

/*post-navigation*/
.post-navigation{
  margin: 0;
  padding: 30px 0;
  font-size:12px;
  line-height:1.2;
  overflow: hidden;
}
.post-navigation .nav-previous{
  float: left;
  width: 50%;
}
.post-navigation .nav-next{
  float: right;
  text-align: right;
  width: 50%;
}

/*comment-navigation*/
.comment-navigation{
  padding:30px 0;
  font-size:12px;
  line-height:1.2;
  text-transform:uppercase;
  overflow: hidden;
}
.comment-navigation .nav-previous{
  float: left;
  width: 50%;
}
.comment-navigation .nav-next{
  float: right;
  text-align: right;
  width: 50%;
}

/*pagination*/
.pagination{
  width: 100%;
  padding: 30px 0;
  margin: 0;
}
.pagination .nav-links{
  height:42px;
  line-height:40px;
  text-align:center;
  border: 1px solid #ebeded;
  font-weight:bold;
  position:relative;
}
.pagination .nav-links .fa {
  color: #ffffff;
}
.pagination .nav-links a,
.pagination .nav-links span {
  padding:0 10px;
  display:inline-block;
  height:40px;
}
.pagination .nav-links a {
  color: #555555;
}
.pagination .nav-links a:hover {
  color: #F4B601;
}
.pagination .nav-links .prev {
  width:40px;
  height:40px;
  position:absolute;
  top:0;
  left:0;
  text-align:center;
  font-size:16px;
  background:#cccccc;
}
.pagination .nav-links .prev:hover {
  background:#999999;
}
.pagination .nav-links .next {
  width:40px;
  height:40px;
  position:absolute;
  top:0;
  right:0;
  text-align:center;
  font-size:16px;
  background:#cccccc;
}
.pagination .nav-links .next:hover {
  background:#999999;
}
.pagination .nav-links .current {
  color: #F4B601;
}

/*page-header*/
.page-header{
  padding:15px 20px;
  background:#f2f2f2;
  margin:0;
  border-bottom:none;
}
.page-header .page-title{
  text-align:center;
  margin:0;
  line-height:1.2;
  font-size:16px;
  font-weight:700;
}
.page-header .archive-description{
  text-align:center;
  margin:0;
  line-height:1.2;
  font-size:12px;
  color: #808080;
  padding:10px 0 0;
}
.page-header .archive-description p{
  margin:0;
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/

/*search-form*/
.search-form{}
.search-form label{
  display:none;
}
.search-form .search-field{
  height:34px;
  border-radius:3px 0 0 3px;
  padding:6px;
}
.search-form .search-submit{
  width:34px;
  height:34px;
  line-height:34px;
  text-align:center;
  font-size:18px;
  padding:0;
  border-radius:0 3px 3px 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

/*site-footer*/
.site-footer{}
.footer-zakonceni {background-color: #f2f2f2; height: 20px; width: 100%;}

.site-info{
  /*border-top: 1px solid #ebeded;*/
  background:#ffffff;
  padding:10px 15px 20px 15px;
  font-size:13px;
  line-height: 1.2;
  background-color: #A4C5D8;
  color: black;
}
.site-info a{
  color: #F4B601;
}
.site-info a:hover{
  color: #F4B601;
}

.site-info-nav{
  width: 40%;
  float: right;
  text-align: right;
}
.site-info-nav >div{
  padding: 0 0 10px;
}
.site-info-nav >div:last-child{
  padding: 0;
}
.site-info-social{
}
.site-info-social >a{
  padding: 0 10px 0 0;
}
.site-info-social >a:last-child{
  padding: 0;
}
.site-info-social a i{
  font-size: 14px;
}

.site-info-menu{
}
.site-info-menu .footer-menu{
  margin: 0;
  padding: 0;
}
.site-info-menu .footer-menu >li{
  display: inline-block;
  margin: 0;
  padding: 0 10px 0 0;
}
.site-info-menu .footer-menu >li:last-child{
  padding: 0;
}
.site-info-menu .footer-menu >li >ul{
  display: none;
  margin: 0;
  padding: 0;
}

.site-info-copyright{
  text-align: left;
}
.have-site-info-nav{
  text-align: left;
  width: 60%;
  float: left;
  padding: 0 20px 0 0;
}

#back_top{
  bottom:20px;
  cursor:pointer;
  height:36px;
  filter: alpha(opacity=80);
  opacity:0.8;
  position:fixed;
  right:20px;
  text-align:center;
  width:36px;
  z-index:15;
  background:#444545;
  color: #ffffff;
  display: none;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#back_top:hover{
  filter: alpha(opacity=100);
  opacity: 1;
}
#back_top i {
  line-height:36px;
  font-size:24px;
  color: #ffffff;
}
#back_top.visible-button{
  display: block;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/

#slider-text-box {
  color: #ffffff;
}
.slider-content {}
#featured-slider {
  position: relative;
}
.slider-text-wrap {
  position: absolute;
  bottom: 15%;
  left: 5%;
  width:90%;
}
.slider-text-wrap span{
  display:block;
}
.slider-text-wrap span a{
  display:inline-block;
}
.wide .slider-text-wrap {
  left: 15%;
}
#slider-title {
  font-size: 16px;
}
#slider-title a {
  color: #FFFFFF;
  padding: 10px;
  line-height: 1.2;
  background: #F4B601;
}
#slider-content {
  background: none repeat scroll 0 0 rgb(255, 255, 255);
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
  padding: 10px;
  display: inline-block;
  max-width: 40%;
  color: #777777;
  line-height:1.2;
  font-size:14px;
}
.slider-wrap {
  position: relative;
}
.owl-pagination {
  bottom: 15px;
  line-height: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 20;
}
.owl-theme .owl-controls{
  margin: 0;
}
.owl-theme .owl-controls .owl-page{
  display: inline-block;
  height: 6px;
  margin: 0 4px;
  overflow: hidden;
  width: 18px;
}
.owl-theme .owl-controls .owl-page span {
  background-color: #ffffff;
  color: #ffffff;
  display: inline-block;
  height: 6px;
  overflow: hidden;
  width: 18px;
  margin: 0;
  filter: alpha(opacity=100);
  opacity: 1;

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.owl-theme .owl-controls .owl-page:hover span, 
.owl-theme .owl-controls .owl-page:focus span, 
.owl-theme .owl-controls .active span{
  color: #F4B601;
  background-color: #F4B601;
}

/* carousel navigation */
.slider-wrap .owl-buttons {
  z-index: 11;
  display: none;
}
.slider-wrap:hover .owl-buttons{
  display: block;
}
.slider-wrap .owl-buttons .owl-prev{
  position: absolute;
  bottom: 50%;
  left: 0;
}
.slider-wrap .owl-buttons .owl-next{
  position: absolute;
  bottom: 50%;
  right: 0;
}
.slider-wrap .owl-theme .owl-controls .owl-buttons div {
  padding: 0;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  background: #ffffff;
  color: #F4B601;
  margin-bottom: -23px;
  filter: alpha(opacity=80);
  opacity: 0.8;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;

  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.slider-wrap .owl-theme .owl-controls .owl-buttons div:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.slider-wrap .owl-theme .owl-controls .owl-buttons div i {
  position: relative;
  top: 1px;
}


/*
DALSI STYLY
*/

.content-area { padding: 0px; }

.obsah-odsazeni { padding-left: 15px;padding-right: 15px; }

@media screen and (max-width: 450px) {
	.obsah-odsazeni { padding-left: 10px;padding-right: 10px; }
}

.blok {text-align: justify; }

.produkty {     
  text-align: center;
}


.produkt-item {
    width:286px; 
	height:220px; 
	background-color:white; 
	border: 2px solid #4346AE;
	margin-left:3px; 
	margin-right:3px; 
	margin-bottom:10px;
	display:inline-block;
	box-sizing: content-box;
    vertical-align:middle;
    font-weight:bold;
		font-size:14px;
  	position:relative;    	
  	padding-top:10px;
    text-align: center;
}

.produkt-item:hover {
    border: 2px solid #F4B601;
    cursor:pointer;
}

.produkt-item img { 		
		height:160px;
		width:270px;
}   

.produkt-item-popis
{
	position: absolute; bottom: 8px; width: 280px; left: 4px;
	
}

.produkt-item-vice {
	background-color:white; 
	border: 2px solid #4346AE;
	display:inline-block;
	box-sizing: content-box;
    vertical-align:middle;
    font-weight:bold;
	font-size:14px;
  	position:relative;    	
    text-align: center;
    margin-bottom: 10px;
}

.produkt-item-vice:hover {
    border: 2px solid #F4B601;
    cursor:pointer;
}

.produkt-item-vice h2 {
	margin-bottom: 5px;
	margin-top: 8px;
}

.produkt-item-maly {
    width:250px; 
	height:100px; 
	background-color:white; 
	border: 2px solid #4346AE;
	margin-left:3px; 
	margin-right:3px; 
	margin-bottom:10px;
	display:inline-block;
	box-sizing: content-box;
    vertical-align:middle;
    font-weight:bold;
		font-size:14px;
  	position:relative;    	
  	padding-top:10px;
    text-align: center;
}

.produkt-item-maly:hover {
    border: 2px solid #F4B601;
    cursor:pointer;
}

.produkt-item-maly-selected {
    border: 2px solid #F4B601;
    background-color: #F4B601;
}

.produkt-item-maly img { 		
		height:50px;
		width:120px;
}

.produkt-item-maly-popis
{
	position: absolute; bottom: 8px; width: 240px; left: 4px;
	
}


.rozdeleni {     
  text-align: center;
}

.rozdeleni-item-hlavni {
	width:31%;
	display: inline-block;
	vertical-align:top;
	min-width: 200px;
}

.rozdeleni-item {     
	/*background-color:#F4B601; */
	margin-bottom:10px;
	vertical-align:top;
    font-weight:bold;
	font-size:14px;   	
  	padding-top:10px;
    text-align: center;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.rozdeleni-item-img {
	display: table-row;
	width: 100%;
	height: 80px;
	text-align: center;
}

.rozdeleni-item-img img { 		
		height:80px;
		width:80px;
}

.rozdeleni-item-popis
{
	display: table-row; 
	width: 100%;	
}



.rozdeleni-ref {     
  text-align: center;
}

.rozdeleni-ref-item-hlavni {
	width:30%;
	display: inline-block;
	vertical-align:top;
	min-width: 210px;
}

.rozdeleni-ref-item {     
	/*background-color:#F4B601; */
	margin-bottom:10px;
	vertical-align:top;
    font-weight:bold;
	font-size:14px;   	
  	padding-top:10px;
    text-align: center;
    display: table;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

.rozdeleni-ref-item-img {
	display: table-row;
	width: 255px;
	height: 120px;
	text-align: center;  
}

.rozdeleni-ref-item-img-border {     
    border: 1px solid blue;
	border-radius: 4px;
	box-sizing: border-box; 
}


.rozdeleni-ref-item-img img {
	width:250px; 		
	height:115px;		
}

.rozdeleni-ref-item-popis
{
	display: table-row; 
	width: 100%;
	
}



.rozdeleni-proces {     
  text-align: center;
}

.rozdeleni-proces-item-hlavni {
	width:30%;
	display: inline-block;
	vertical-align:top;
}


.rozdeleni-proces-item {     
	/*background-color:#F4B601; */
	margin-bottom:10px;
	vertical-align:top;
    font-weight:bold;
	font-size:14px;   	
  	padding-top:10px;
    text-align: center;
    display: table;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    min-width: 220px;
}

.rozdeleni-proces-item-poradi {
	display: inline; margin-right: 10px; padding-bottom: 20px; color: blue; font-size: 22px; font-weight: bold;
}

.rozdeleni-proces-item-img {
	display: table-row;
	width: 100%;
	height: 80px;
	text-align: center;	
}

.rozdeleni-proces-item-img img { 		
		height:80px;
		width:80px;
}

.rozdeleni-proces-item-popis
{
	display: table-row; 
	width: 100%;		
}




.panel-oranz
{
	background-color: #F4B601; width: 100%; padding: 15px;
}

.panel-modrosedy
{
	background-color: #E7F0F5; width: 100%; padding: 15px;
}



.panel-oranz a
{
	color: inherit;
}

.panel-modry
{
	background-color: blue; 
	width: 100%; 
	padding-left: 5px; 
	padding-right: 5px;
    text-align: center; 
	color: white;
	border: 2px solid blue;
	vertical-align: middle;
}

.panel-modry:hover
{
	cursor:pointer;
	background-color: white;
	color: blue;
}

.panel-modry h2
{
	margin-top: 5px;
	margin-bottom: 3px;
	font-size: 20px;
}

.panel-modry img
{
	margin: 0px;
}

#panel-nabidka-detail
{
	background-color: blue; 
	width: calc(100% - 10px); 
	margin-bottom: 10px; 
	margin-left: auto;
	margin-right: auto; 
	text-align: center; 
	color: white;
	clear:both;
	display:none;
	min-height: 30px;
}

.produkt-detail-sipka {
	width: 290px;
	height: 15px;
	background-image:url('/wp-content/uploads/produkt-detail-sipka.png');
	background-size: 290px 15px;
}

.produkt-detail-zahlavi {
	height: 10px; background-color: white; width: 100%;
}

.produkt-detail-text {	
	width: 100%; background-color: blue; padding: 10px;
	border: 2px solid blue;
	border-radius: 5px;
}

.produkt-button-reference {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 5px;
	color: white;
	background-color: #F4B601;
	font-weight: bold;
}

.detail-obsah {
	display: none;
}



.detail-obsah span {
    color:#F4B601;
    font-weight: bold;
}

.detail-obsah a{
  color:#F4B601;
  font-weight: bold;
}


.download-sekce
{
	text-align:center;
	width: 100%;
}

.download-polozka
{
	display: inline-block; 
	margin:5px;
	border: 2px solid blue;
	padding-left: 5px;
	padding-right: 5px;
	background-color: blue;
	color:white;
	text-align: left;
}

.download-polozka:hover
{
	cursor:pointer;
	background-color: white;
	color: blue;
}

.download-polozka-img
{
	display: table-cell;
	height: 50px;
	width: 50px;
	vertical-align: middle;
}

.download-polozka-img img
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.download-polozka-text
{
	display: table-cell; 
	width: calc(100% - 55px); 
	vertical-align: middle;
	text-align: left;
}





.download-polozka-jedn {
	width: 270px;
    height: 75px;
    display: inline-block;
    position: relative;
    
	margin:5px;
	border: 2px solid blue;
	background-color: blue;
	color:white;
}

.download-polozka-jedn:hover
{
	cursor:pointer;
	background-color: white;
	color: blue;
}

.download-polozka-jedn img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;    
}

.download-polozka-jedn-text {
	position: absolute;
	display: table;
	left: 60px;
	top: 0px;
	width: calc(100% - 60px);	
	text-align: left;
	height:70px;
	vertical-align: middle;
}

.download-polozka-jedn-text div{
	display: table-cell;	
	vertical-align: middle;
}





.oddil-textu
{
    width: 100%;
    margin-bottom: 15px;
}

.oddil-textu-fixed-left
{
	float:left;
    width: 210px;
}


.oddil-textu-fixed-right
{
	float:right;
    width: 210px;
}

.oddil-textu-text
{
	vertical-align: top;
	min-width: 200px;
}


.oddil-textu-ref
{
    width: 100%;
    margin-bottom: 15px;
    min-height: 120px;
    display:table;
    
}


.oddil-textu-fixed-left-ref
{
	display: table-cell;
    width: 250px;    
}

.oddil-textu-text-ref
{
	display: table-cell;
	vertical-align: middle;
	min-width: 200px;
}

.button-reference  {
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 5px; 
}

@media (max-width: 450px){
	.oddil-textu-text-ref {
	    display: block;
	    min-width: 100%;
	}
	
	.oddil-textu-fixed-left-ref {
		display: block;
	    min-width: 100%;
	}
}


.vlastnosti-objektu {     
	text-align: center;
}

.vlastnosti-objektu-item {     
  	width:32%; 
	min-height:60px; 
	background-color:white;
	display:inline-block;
	box-sizing: content-box;
    vertical-align:middle;
  	position:relative;    	
  	margin: 5px;
}

.vlastnosti-objektu-img { 		
	float: left;
    width: 70px;
}

.vlastnosti-objektu-popis
{
	margin-left: 5px;
	vertical-align: top;	
	text-align: left;
}

.vlastnosti-objektu-item-50
{
	width:46%; 
}


.tabulka {
	border: 2px dotted #F4B601;
}

.tabulka tr,td {
	padding: 4px;	
}

.tabulka-oddelovac {
	height: 5px;
}

.tabulka-oddelovac td {
	height: 5px;
	border-top: 2px dotted #F4B601;
	border-bottom: 2px dotted #F4B601;
	border-left: none;
	border-right: none;
}

	
.modul { width: 150px; }


.mezera {
	width: 100%;
	height: 20px;
	clear:both;
}

.mezera-s {
	width: 100%;
	height: 10px;
	clear:both;
}

.oddelovaci-cara {
	width: 100%;
	background-color: blue;
	height: 1px;
	margin-bottom: 3px;
}

.center { text-align: center; }

.site-info-historie { float:left; }
.site-info-copyright { float:right; }

.site-info-toplist {margin-top:5px; width: 100%; text-align: left;}


.current-menu-parent {
	background-color: #F4B601;
}

.current-menu-ancestor {
	background-color: #F4B601;
}

.main-menu-current {
	width: 100%;
	background-color: #F4B601;
	vertical-align: middle;
	padding-right: 40px;
}

.main-menu-current h1 {
	clear:none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
}

.main-menu-current a:hover{
	color: white;
}

.header-button-mapa  {
	padding-top: 4px;
	padding-bottom: 4px;
	float:right;
	margin-right: 30px;
}

.header-button-kontakt  {
	padding-top: 4px;
	padding-bottom: 4px;
}


.vypocty-online
{
	display: table;
	width: 100%;
}

.vypocty-jednotka
{
	max-width: 550px;
	display: table-cell;
}

.vypocty-jedn-odkaz
{
	display: table-cell;
	width: 45%;
	vertical-align: middle;
}



.ciselny-seznam-item {
	margin-left: 25px;
	margin-top: 15px;
}



.panel-obsah-right {}
.panel-obsah-left {}

.panel-obsah-text { }

.panel-obsah-pevny { }
.panel-obsah-pevny-right {float: right; margin-left: 10px; }
.panel-obsah-pevny-left {float: left; margin-right: 10px;}

.panel-obsah-right0 {}
.panel-obsah-left0 {}

.panel-obsah-pevny0 { }
.panel-obsah-pevny-right0 {float: right; margin-left: 10px; }
.panel-obsah-pevny-left0 {float: left; margin-right: 10px;}

@media only screen and (max-width: 991px) {
	.panel-obsah-pevny {margin-left: auto; margin-right: auto; text-align: center;}
    .panel-obsah-pevny-right {float: none; width: 100%; margin-left: 0px;margin-top: 5px; text-align: center;}
    .panel-obsah-pevny-left {float: none; width: 100%; margin-right: 0px;margin-bottom: 5px; text-align: center;}
            
    .panel-obsah-right {display: flex; flex-direction: column-reverse; }
}

.seznam-polozka li { margin-top: 10px; margin-bottom: 10px; }

.hide {display: none; }

.ukazka {width: 136px; height: 135px;}

@media (max-width: 500px){
	.ukazka  {width: 80px; height: 80px;}
}

.left {text-align: left;}
.center {margin-left: auto; margin-right: auto;}


@media (max-width: 1000px){
	.vypocty-online {display: block;}
	.vypocty-jednotka {display:block; max-width: 100%;}
	.vypocty-jedn-odkaz {display:block; width: 100%;}
}

/*Stranka pevnostni-vypocet-sroubu-online */
.panel-navod {	
    width: calc(100% - 180px);
}

.panel-obrazek-ukazka { margin-bottom: 5px; float:right; }

.kontakt-form {
	background-color: #E7F0F5;
	padding:10px;
}

.kontakt-form-udaj {
	margin-top: 5px;
	margin-bottom: 5px;
}

.kontakt-form-udaj-text {
	width: 130px;
	float: left;
	text-align: right;
	padding-right: 5px;
	margin-top: auto;
	margin-bottom: auto;
}

.kontakt-form-udaj-hodn {
	overflow: hidden;
}


.kontakt-form-udaj-obecny {
	min-width: 230px;
	width: 40%;
	padding: 1px !important;
}

.kontakt-form-udaj-predmet{
	width: 100% !important;
	padding: 1px !important;
}

.kontakt-form-udaj-telefon {
	width: 120px !important;
	padding: 1px !important;
}

p { text-align: justify; text-justify: inter-word; }
.odsazeni0 {margin-bottom: 2px;}


@media (max-width: 500px){
	.kontakt-form-udaj-text {text-align: left; width: 100%; float:none;}
	.kontakt-form-udaj-obecny { width: 100%; min-width: 100px;}
}

@media (max-width: 767px){
	.panel-obrazek-ukazka img {height: 68px; width: 68px;}
	.panel-navod { width: calc(100% - 90px); }
}


@media (max-width: 991px) {
	.site-header-pozadi {display: none;}
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media screen and (max-width: 991px){
.site-header{
    position: inherit;
}
.site-content-area{
  padding: 5px 0; 
}  
.site-branding-adresa
{
  width:100%;
  margin-top: 0px;
}
   
	.site-branding-logo {
       min-height:60px !important;
  }      

  .site-branding-logo img{
       min-height:0px;
       min-width:0px;
  }      
  .custom-logo-link{
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 0;
  }
  .site-title{
    /*display:none;*/
    width: 100%;
  }
  .site-description{
    width: 100%;
    display:none;
  }
  .site-social{
    width: 100%;
    text-align: center;
  }
  .main-navigation{
    border-bottom: none;
  }
  .site-main .page:first-child{
	  margin: -10px 0 0;
   }
  /*.nav-content {display: none; }   */
  .entry-header {display: none; }
  .entry-content {padding-top: 5px; } 
  .main-menu-current h1 {font-size: 18px; padding-bottom: 12px;}
  
  .site-slider{
    margin-bottom: 15px;
  }
  .content-area{
    /*padding-left:15px;
    padding-right:15px;*/
  }
  .sidebar-right .content-area{
    padding-left:15px;
    padding-right:15px;
  }
  .sidebar-left .content-area{
    padding-left:15px;
    padding-right:15px;
  }
  .widget-area{
    padding-left:15px;
    padding-right:15px;
  }
  .sidebar-right .widget-area{
    padding-left:15px;
    padding-right:15px;
  }
  .sidebar-left .widget-area{
    padding-left:15px;
    padding-right:15px;
  }
  .site-info-copyright{
    text-align: center;
  }
  .have-site-info-nav{
    text-align:center;
    float:none;
    width:100%;
    padding:0;
  }
}

@media screen and (max-width: 991px){
	.rozdeleni-proces-item-hlavni { width: 45%; }

	.vlastnosti-objektu-item { width: 45%; }
}



@media (max-width: 767px){
	.vlastnosti-objektu-item { width: 100%; }
	
	
    .slider-title { font-size: 14px; }
    .slider-title a { padding: 5px; }
    .slider-text-wrap .slider-content { display: none; }  
}

@media (max-width: 550px){
   .site-branding-adresa { margin-top: 0px; }
   .rozdeleni-proces-item-hlavni { width: 100%; }
      
}


@media screen and (max-width: 450px){
	.site-branding-adresa-sloupec-firma { width: 160px; }
	.site-branding-panel-firma { right: auto; left: 160px;}
	
	.site-branding-panel-adresa-kontakt { font-size: 12px; left: 5px; right: auto;}	
	.site-branding-adresa-sloupec-kontakt { border-right: 1px solid black; }
	
	.site-branding-adresa-udaj { width: 140px;}
	.site-branding-adresa-sloupec  { width: 140px; }
	.site-branding-adresa-udaj-adresa { width: 180px; }
	.header-button-mapa {margin-right: 0px; padding-left: 4px; padding-right: 4px;}
	.header-button-kontakt {margin-right: 0px; padding-left: 4px; padding-right: 4px;}
	
	.site-branding-adresa-sloupec-firma {width: 160px; }
	
	.main-menu-current h1 { font-size: 15px; padding-bottom: 12px;}
	
	.site-branding-adresa-sloupec-adresa { width: auto; }
	
	.site-branding-adresa-jmeno {font-size: 16px;}
}

@media screen and (max-width: 360px) {
	/*.site-branding-adresa-sloupec {width: 100%; }
	.site-branding-adresa-sloupec-kontakt { border-right: none; border-bottom: 1px solid black; }*/
	.site-branding-adresa-sloupec-firma {width: 140px;}
	.site-branding-panel-firma { right: auto; left: 145px; top: 5px;}
	
	.site-branding-panel-adresa-kontakt { font-size: 10px; }
	.site-branding-adresa-sloupec-kontakt { width: 120px; }
	.site-branding-adresa-udaj-adresa { width: 160px; }

	.header-button-kontakt { font-size: 10px; }
	.header-button-mapa { font-size: 10px; }
}



.wpcf7-form { background-color: #E7F0F5; padding: 10px; margin-top: 10px; }
.wpcf7-form h2 { margin-top: 0px; }

.wpcf7-form p {margin-bottom: 0px; text-align: left;}
.wpcf7-form label {margin-bottom: 0px;}
.popis-form {width: 200px;}
.wpcf7-submit {margin-top: 10px;}

.kontakt-form-udaj-zprava { width: 100%; }
.kontakt-form-udaj-zprava textarea { width: 100%; }

.kontakt-form-udaj-predmet { width: 100%; }
.kontakt-form-udaj-predmet input { width: 100%; }

@media (max-width: 401px){ 
   .kontakt-form-udaj { width: 100%;}
   .kontakt-form-udaj span { width: 100%; }
   .kontakt-form-udaj input {width: 100%;}	
}



.highslide img { border: 2px solid blue; }
.highslide :hover { border: 2px solid #F4B601; }




.footer-italic { font-style: italic; }
.footer-left { float: left; }
.footer-right { float: right; }
.footer-inline-block { display:inline-block; }
.footer-text-right { text-align: right; }

.footer-siroky { display: block; }
.footer-siroky a { color: white; }

.footer-s-ochrana-znamka { width: 100%; }
.footer-s-ikonky-odkaz { width: 200px; text-align: right; float: right; font-style: italic; margin-right: 6px; }
.footer-s-oddelovac { width: 100%; margin-left: auto; margin-right: auto; border-bottom:1px solid white; height: 2px;margin-bottom: 10px; margin-top: 6px; }
.footer-s-oddelovac2 { width: 100%; margin-left: auto; margin-right: auto; border-bottom:1px solid white; height: 2px;margin-bottom: 10px; }
.footer-s-design { width: 320px; float: right; text-align: right; }

.footer-s-adresa { text-align: center; margin-bottom: 10px; margin-top: 10px; width: 100%; position: relative; }



.footer-uzky { display: none; }
.footer-uzky a { color: white; }
.footer-u-ochrana-znamka { width: 100%; text-align: center; border-bottom: 1px solid white; margin-bottom: 6px; padding-bottom: 6px; }
.footer-u-panely { display:table; width:100%; }
.footer-u-panely-levy { display:table-cell; width: 60%; padding-right: 20px; } 
.footer-u-panely-pravy { display:table-cell; width: 40%; text-align: right; position: relative; }

.footer-u-ikonky { text-align: right; font-style: italic; }
.footer-u-facebook { text-align: right; width: 100%; margin-bottom: 10px; margin-top: 10px; width: 100%; position: relative; }
.footer-u-design { position: absolute; bottom: 0px; right: 0px; }

.footer-u-oddelovac { border-bottom: 1px solid white; height: 2px; margin-top: 4px; margin-bottom: 4px; }


.footer-u-design-small { display: none; border-top: 1px solid white; margin-top: 5px; padding-top: 5px; }

@media (max-width: 991px) {
	.footer-siroky { display: none; }
	.footer-uzky { display: block; }
}

@media (max-width: 500px) {
	.footer-siroky { display: none; }
	.footer-uzky { display: block; }
		
	.footer-u-panely { display: block; }
	.footer-u-panely-levy { display: block; width: 100%; text-align: center; padding-right: 0px;}
	.footer-u-panely-pravy { display: block; width: 100%; text-align: center; }
	
	.footer-u-design { display: block; position: static; width: 100%; bottom: auto; border-top: 1px solid white; padding-top: 5px;}
	
	.footer-u-panely-pravy {display: none; }
	.footer-u-design-small {display: block; width: 100%; text-align: center; }
	
}

