@charset "utf-8";
*  {
	margin: 0;
	padding: 0;
}
header, article, section, footer, aside, nav, main {
  display:block;
}
a {
  color: #21759b;
}
body {
  font-size:100%;
  font-family: "open sans",sans-serif;
 	color: #333;
}
header {
    margin-bottom: 1.6em;
    border-bottom: 5px solid #333;
}
header h1 {
  margin: 6px 0 10px 0;
}
header h1 img{
  max-width:100%;
  height: auto;
  border: none;
}

#celek {
  max-width:960px;
  max-width: 65em;
   position: relative;
   margin: 0 auto;
   background-color: white;
}
#celek> .vnitrni{
  width: 90.5%;
    padding: 1.5em 0;
    margin: 0 auto;
}
main {
  min-height: 500px;
  min-height: 31.25em;
  padding-bottom: 2em;
}
header:after, main:after, main .vnitrni:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
main h1 {
  margin: 0 0 0.8em;
  color: black;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ededed;
}
main h2 {
  font-size: 25px;
  font-size: 1.5rem;
  margin: 1.6em 0 0.7em;
  color: #0378BD;
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: 800;
}
main h3 {
  font-size: 21px;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 1.7em 0 0.6em;
  color: black;
  font-weight: 800;
}
main p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0 0 1.6em;
}
main fieldset p {
  line-height: 1.6;
  margin: 0 0 0.8em;
}
main ul {
  margin: 0 0 1em 1.5em;
}
main li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  list-style-type: square;
}
main fieldset {
  box-sizing: border-box;
  border: 1px solid #333;
  border-radius: 0.3em;
  background-color: #fdfdfd;
  padding: 3% 8% 3% 6%;
  width: 100%;
  max-width: 100%;
}
main fieldset legend {
  padding: 0.6em 0.9em;
  background-color: #333;
  color: white;
}
main label {
  font-weight: 700;
  font-size: 14px;
}
main label span {
/*  font-weight: 400;*/
}
main span.wpcf7-list-item {
   display: block;
}
main fieldset input.wpcf7-text, 
main fieldset input.wpcf7-date, 
main fieldset input.wpcf7-number, 
main fieldset input.wpcf7 select, 
main fieldset input.wpcf7-quiz,
main fieldset input.wpcf7-file,
main fieldset textarea.wpcf7-textarea {
  border: 1px solid #333;
  max-width: 100% !important;
  width: 100%;
  box-sizing : border-box;
}
main fieldset p.rozmery input,
main fieldset p.naklad input {
	width: auto;
}
main fieldset p.rozmery span {
	display: block;
}

main fieldset span.firma input.wpcf7-text, 
main fieldset span.osoba input.wpcf7-text, 
main fieldset textarea.wpcf7-textarea {
  width: 100% !important;
  max-width: 100% !important;
}
.wpcf7-quiz-label {
  display: block;
}
main fieldset input.wpcf7-submit {
  padding: 0.7em;
  font-size: 14px;
  color: black;
  border: 1px solid #333;
}
main button, main input, main textarea, main select {
    padding: .4em 1.4em .4em .6em;
    border: 1px solid #333;
    border-radius: 0.3em;
    font-size: 15px;
    font-family: inherit;
    color: #444;
    margin: 0 0 0.7em 0;
}
main input.wpcf7-submit {
  padding: 0.8em;
}
p.soubor {
/*	overflow: hidden;*/
	width: 100% !important;
	max-width: 100% !important;
}
main fieldset input.wpcf7-file {
/*	overflow: hidden;*/
	width: 60% !important;
	max-width: 60% !important;
}
main fieldset select {
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    display: block;
    line-height: 1.3;
    max-width: 100%; 
	width: 100%;
    margin: 0;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
main fieldset select::-ms-expand {
    display: none;
}
main fieldset select:focus {
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222; 
    outline: none;
}
main fieldset select option {
    font-weight:normal;
}


div.wpfblike {
  margin-top: 2.5em;
  max-width: 230px !important;
  max-width: 15em;
}
strong {
  color: black;
  font-weight: 700;
}
.breadcrumbs {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    margin: 0 0 23px;
}
#celek .menu-navigace-container {
  display: none;
  background-color: black;
  background: linear-gradient(#4c5368, black) repeat scroll 0 0 transparent;
  border-radius: 8px;
  box-shadow: 0 2px 2px #dddddd;
  width: 100%;
  clear: both;
}
#celek .menu-navigace-container ul li{
    list-style-type: none;
    margin: 0;
    position: relative;
}
#celek .menu-navigace-container a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  padding: 15px 19px;
}
#celek .menu-navigace-container a:hover {
  text-decoration: underline;
}
#celek .menu-navigace-container ul li ul{
    display: none;
}
.menu-navigace-container .current-menu-item > a,  
.menu-navigace-container .current-page-ancestor > a, 
.menu-navigace-container .current-post-ancestor > a {
    background-color: #e91111;
}
.menu-navigace-container > ul > li.current-menu-item:first-child a {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

body.single main, body.page main, body.category main {
  /*float: left;
  width: 71%;
  border-right: 1px dotted #ccc;*/
}
body.single aside, body.page aside, body.category aside {
  /*float: right;
  width: 25%;*/
  margin-top: 0; 
}
body.single img.wp-post-image, body.page img.wp-post-image  {
  margin: 5px 0 25px 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  max-width: 99%;
  height: auto;
}
aside h2 {
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  margin: 0 0 0.8em;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 4px;
}
aside p{
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.7;
  margin: 0 0 1em;
}
aside ul {
  margin: 0.6em 0 1em 0.62em;
}
aside li {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.7;
  list-style-type: square;
}
aside img {
  border:none;
}
aside .ngg-widget img {
    border: 1px solid #ccc;
      width: auto !important;
  max-height: 75px !important;
}
aside section {
  margin-bottom: 2em;
}
aside input {
  line-height: 1.6;
}
aside input.wpcf7-tel {
  width: 95px;
  border: 1px solid #333;
  line-height: 1.7;
}
footer {
  clear: both;
  border-top: 1px solid #f0f0f0;
  padding: 1em 0;
}

section#text-3 {
  padding: 1em 1em 0.6em 1.2em;
  background-color: #e91111;
  border-radius: 10px;
    color: white;
}
section#text-3 h2{
  color: white;
  border: none;
  font-size: 80%;
}
aside span.wpcf7-not-valid-tip {
  color: white;
  line-height: 1.4;
}
aside div.wpcf7-mail-sent-ng {
    border: 2px solid white;
}
div.wpcf7 {
  clear: both;
}
#kontakt {
  margin-bottom: 1em;
}
#kontakt li {
  list-style-type: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #666;
  line-height: 1.1;
}
#kontakt li#telefon {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 800;
}
#kontakt li#email {
  font-size: 14px;
  font-size: 0.875rem;
}
body.page-id-17 iframe {
    max-width: 100% !important;
}

#celek div.gallery img {
  border: 1px solid #ccc;
  max-width: 100%;
  height: auto;
}
body.page-id-28 #celek div.gallery img {
  border: 1px solid white;
  display: block;
}
body.page-id-28 #celek dl.gallery-item {
    margin-top: 0;
}
table {
    border-bottom: 1px solid gray;
    border-collapse: collapse;
    margin-bottom: 2em;
    margin-top: 1em;
    padding: 0;
    border-bottom: 1px solid #ededed;
    color: #333;
    font-size: 13px;
    line-height: 2;
    margin: 0 0 1.7em;
    width: 100%;
}
table th {
    background-color: #808080;
    font-weight: bold;
    border-bottom: 1px solid #ededed;
    font-size: 12px;
    line-height: 1.3;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #ffffff;
}
table td, table th {
    border: 1px solid gray;
    line-height: 1.4;
    padding: 2px 5px;
}
table td {
    border-top: 1px solid #ededed;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
#celek .ngg-gallery-thumbnail-box img{
  width: auto !important;
  max-height: 125px !important;
  max-height: 7.8125em !important;
  border: 1px solid #ccc;
  padding: 0;
}

aside .textwidget {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.7;
}

img.header-image, img.wp-post-image, #celek ul.slides li img {
    border: 1px solid #ccc;
    border-radius: 3px;
}
img.header-image, #celek ul.slides li img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
  margin-bottom: 1.9em;
}
#celek li#menu-item-22 a {
    background-color: #0378bd;
}
#celek li#menu-item-22.current-menu-item > a {
    background-color: #e91111;
}

p.site-description {
   display: none;
}
#gallery-1 .gallery-caption, div.wp-caption p.wp-caption-text {
    font-size: 13px;
    font-size: 0.8125rem;
}
div.kalkulace {
  margin: 35px 0 50px;
  margin: 2.2em 0 3.1em;
}
div.kalkulace a {
  width: auto;
  padding: 0.8em 1.5em 1em;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  display: inline;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
   border-radius: 10px;
   background: #0378bd;
background: -moz-linear-gradient(top, #0378bd 0%, #013754 100%);
background: -webkit-linear-gradient(top, #0378bd 0%,#013754 100%);
background: linear-gradient(to bottom, #0378bd 0%,#013754 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0378bd', endColorstr='#013754',GradientType=0 );
}
div.kalkulace a:hover {
  text-decoration: underline;
}

.menu-toggle, button, input[type="submit"], input[type="button"], input[type="reset"] {
    cursor: pointer;
}
.menu-toggle, input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type="submit"], li.bypostauthor cite span {
    background-color: #e6e6e6;
    background-image: -moz-linear-gradient(center top , #f4f4f4, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
    color: black;
    font-size: 13px;
     font-size: 0.8125rem;
    font-weight: normal;
    padding: 0 0.3em;
}
.menu-toggle, button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
    text-decoration: underline;
}
input[type="checkbox"] {
	margin: 0;
}
.hideMe {
    display: block;
    float: left;
    position: absolute;
    text-indent: -999999px;
}

aside input.wpcf7-text {
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: inherit;
    padding: 2px 0;
   vertical-align: middle;
}
aside input.wpcf7-submit {
   vertical-align: middle;
}
#celek .ngg-gallery-thumbnail {
    background-color: transparent;
    border: none;
    margin: 0;
    max-width: 100% !important;
    text-align: center;
}
#celek span.wpcf7-list-item {
    margin: 1em 0 0 0;
}
#celek aside span.wpcf7-list-item {
    font-size: 85%;
}
#celek aside .wpcf7-form a{
    color: white;
}
#celek .gallery {
  margin-bottom: 2em;
}
.gallery dd {
  font-size:80%;
}
#celek #gallery-8 img, body.page-id-2642 #celek #gallery-1 img {
  border: none;
    display: block;
    width: 90%;
    margin: 0 auto;
}
#celek #gallery-8 dl, body.page-id-2642 #celek #gallery-1 dl {
  margin: 0;
}
dl.gallery-item dd.wp-caption-text {
  padding: 0 1em;
}
#celek label span.wpgdprc, #celek fieldset label a {
  font-weight: normal;
  font-size: 13px;
  display: inline;
}

section .gallery {
    margin: 0;
    padding: 0;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    column-gap: 0;
    position: relative;
}
section .gallery .gallery-thumb-box {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: none;
}
section .gallery .gallery-thumb-box .gallery-thumb {
    background-color: transparent;
    border: none;
    margin: 0;
    text-align: center;
    padding: 0;
    float: none;
}
section .gallery .gallery-thumb-box .gallery-thumb a { 
    display: block;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    height: auto;
}
section .gallery .gallery-thumb-box .gallery-thumb img {
    display: block;
    position: relative;
    max-width: 100%;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
}
#celek section  .gallery .gallery-thumb-box .gallery-thumb img {
    border: 1px solid white;
}
#kontakt li {
  list-style-type: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #666;
  line-height: 1.4;
}
#kontakt li#telefon {
  font-size: 25px;
  font-size: 1.5625rem;
}
#kontakt li#telefon span{
  font-size: 70%;
  display: block;
  font-weight: 400;
}


@media screen and (min-width: 400px) {
body.single img.wp-post-image, body.page img.wp-post-image  {
  margin: 0.3em 0 1.6em 1.9em;
  float: right;
}
/*#celek fieldset, #celek select, #celek input, #celek textarea {
  max-width: 280px;
}*/
.barvy {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
}
.barvy img {
  border: 1px solid #999;
}
section .gallery {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        column-gap: 2px;
    }

}



@media screen and (min-width: 620px) {
div.alignright {
  float: right;
  margin: 0.3em 0 1.25em 1.9em;
}
div.alignleft, img.alignleft {
  float: left;
  margin: 0.3em 1.9em 1em 0;
}
div.alignleft img, img.alignleft {
  border: 1px solid #ccc;
  border-radius: 3px;
  max-width: 99%;
  height: auto;
}
/*#celek main fieldset, #celek main select, #celek main input, #celek main textarea {
  max-width: 400px;
  max-width: 25em;
}*/
#kontakt li#email {
  font-size: 18px;
  font-size: 1.125rem;
}
body.home #celek ul.slides li img {
  margin-top: 1em;
}
section .gallery {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }

}


@media screen and (min-width: 750px) {
#kontakt {
  display: block;
  position: absolute;
  top: 30px;
  right: 45px;
  text-align: right;
  font-size: 18px;
  font-size: 1.125rem;
}
main h1 {
  font-size: 30px;
  font-size: 1.875rem;
}
body.single main, body.page main, body.category main, body.error404 main {
  float: left;
  width: 71%;
  border-right: 1px dotted #ccc;
}
body.single aside, body.page aside, body.category aside, body.error404 aside {
  float: right;
  width: 25%;
  margin-top: 15px; 
  margin-top: 0.9375em;
  
}
main>.vnitrni {
  padding: 0 2.5em 4em 0;
}
/*#celek main fieldset, #celek main select, #celek main input, #celek main textarea {
  max-width: 430px;
  max-width: 26.875em;
}*/
section .gallery {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

}


@media screen and (min-width: 990px) {
#celek .menu-navigace-container {
  display: block;
    float: left;
}
#celek .menu-navigace-container ul li{
   float: left;
}
#celek .menu-navigace-container ul li ul{
    margin: 0;
    width: 230px;
    width: 14.375em;
    position: absolute;
    background-color: black;
    z-index: 100000;
}
#celek .menu-navigace-container ul li:hover ul, #celek .menu-navigace-container ul li ul:hover {
    display: block;
}
#celek .menu-navigace-container ul li ul li{
    width: 100%;
    border-bottom: 1px solid white;
}
#celek .menu-navigace-container ul li ul li a{
  padding: 0.8em 0.9em;
}

body {
    background-attachment: fixed;
    background-image: url("https://www.svet-tasek.cz/wp-content/uploads/2013/08/tapeta1.jpg");
    background-position: center top;
    background-repeat: no-repeat;
}
#celek {
   box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
header {
  border-bottom: none;
}
p.site-description {
  display: block;
    font-weight: bold;
    margin: -25px 0 20px 45px;
    font-size: 16px;
    font-size: 1rem;
}
#kontakt li {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
    line-height: 1.1;
}
#kontakt li#telefon {
  font-size: 37px;
  font-size: 2.3125rem;
}
section .gallery {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }

}



@media screen and (min-width: 990px) {
body {
 	padding: 2em 0;
  margin: 0 0 4em 0;
}
#celek {
  border-radius: 10px;
}
section .gallery {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
#kontakt {
  display: block;
  position: absolute;
  top: 30px;
  right: 45px;
  text-align: right;
  font-size: 18px;
  font-size: 1.125rem;
}
#kontakt li {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 800;
}
#kontakt li#telefon {
  font-size: 34px;
  font-size: 2.125rem;
}

}


#celek span.wpgdprc {
  font-family: "open sans",sans-serif;
	font-size: 0.8rem;
}
aside span.wpgdprc {
    color: white;
	background-color: #e91111;
}
main span.wpgdprc {
    color: black;
	background-color: #fcfcfc;
}

main fieldset p {
	display: inline-block;
}
main fieldset p.rozmery,
main fieldset p.naklad {
	display: block;
}
main fieldset p.rozmery span {
	display: inline-block;
}

a.ext {
	position: absolute;
	left: -10000em;
}
body.page-id-17 main article b a {
	text-decoration: none;
	color: black;
}


/*
#celek .menu-item {
  display: inline-block !important;
  width: auto;
}
#celek .menu-item .menu-item {
  width: 100%;
}*/