@font-face {
  font-family: 'GothamRoundedBold';
  font-display: fallback;
  src: url('https://data.krytinystrechy.cz/100183/web_templates/62/css/GothamRoundedBold.ttf')  format('truetype'), /* Safari, Android, iOS */
    url("https://data.krytinystrechy.cz/100183/web_templates/62/css/GothamRoundedBold.otf") format("opentype");
}

@font-face {
  font-family: 'GothamRoundedBook';
  font-display: fallback;
  src: url('https://data.krytinystrechy.cz/100183/web_templates/62/css/GothamRoundedBook.ttf')  format('truetype'), /* Safari, Android, iOS */
    url("https://data.krytinystrechy.cz/100183/web_templates/62/css/GothamRoundedBook.otf") format("opentype");
}

@font-face {
  font-family: 'GothamRoundedMedium';
  font-display: fallback;
  src: url('https://data.krytinystrechy.cz/100183/web_templates/62/css/GothamRoundedMedium.ttf')  format('truetype'), /* Safari, Android, iOS */
    url("https://data.krytinystrechy.cz/100183/web_templates/62/css/GothamRoundedMedium.otf") format("opentype");
}

* {
  margin: 0;
  padding: 0;
  font-family: 'GothamRoundedMedium', sans-serif;
  color: #111f28;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0,0,0,.01) 0 0 1px;

}

.popup-form-toggle-div {display:none;}
.tip_p_content p{width:100%;}

.selected-file-multiple .success .result {color:green} .selected-file-multiple .fail .result {color:red}

/*

@-webkit-keyframes comparsion-ring{
0%{
width:10%;
height:10%;
left:40%;
top:40%;
opacity:0;
}
10%{
opacity:1;
}
100%{
width:40%;
height:40%;
left:25%;
top:25%;
opacity:0;
}
}
.comparsion-animation{position:relative;}
.comparsion-animation:before{
content: " ";
position: absolute;
top: 50%;
left: 50%;
animation-name: comparsion-ring;
animation-iteration-count: 3;
animation-direction: normal;
animation-duration: 1.5s;
width: 100px;
height: 100px;
margin-left: -50px;
margin-top: -50px;
border-radius: 100%;
border: 2px solid #cfd2d4;
animation-name:comparsion-ring;
animation-iteration-count: 3;
animation-direction: normal;
animation-duration:1.5s;
}

*/

.popup-modal-content {
  max-width: 560px;
  overflow: auto;
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 20px;
  border-radius:10px;
  text-align:left;
}
.popup-modal-content .mfp-close {color:#c44c2d!important}


/*========== DEFAULT STYLES ==========*/
h1, h2, h3, h4 {
  line-height: 1.2;
}

hr {
  height: 1px;
  color: #cfd2d4;
  background-color: #cfd2d4;
  border: none;
  clear: both;

  margin-top: 20px;
  margin-bottom: 20px;
}

hr.hr-with-margin {
  margin-top: 30px;
  margin-bottom: 30px;
}

h1 {
  text-transform: uppercase;
}

a {
  color: #c44c2d;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.link-type-1 {
  color: #c44c2d;
  padding-left: 8px;
  position: relative;
  font-family: 'GothamRoundedBook', sans-serif;
}

.link-type-1:before {
  content: '›';
  position: absolute;
  left: 0;
  font-family: 'GothamRoundedMedium', sans-serif;
}

.link-type-2, .link-type-3 {
  color: #111f28;
  padding-left: 8px;
  position: relative;
  font-family: 'GothamRoundedBold', sans-serif;
}

.link-type-3 {
  color: #c44c2d;
}

.link-type-2:before, .link-type-3:before {
  content: '›';
  position: absolute;
  left: 0;
  font-size: 16px;
  font-family: 'GothamRoundedMedium', sans-serif;
  top: -3px;
}

a.btn-type-1:hover, a.btn-type-2:hover, a.btn-type-3:hover {
  text-decoration: none;
}

a.move-to-section {
  position: relative;
  font-family: 'GothamRoundedBold', sans-serif;
  color: #111f28;
  padding-left: 40px;
}

a.move-to-section:before {
  content: '';
  width: 32px;
  height: 32px;
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/circle-arrow-down.png) no-repeat;
  background-position: center;
  position: absolute;
  display: block;
  left: 0;
  top: -6px;
}

p {
  font-size: 16px;
  color: #111f28;
  font-family: 'GothamRoundedBook', sans-serif;
  margin-bottom: 10px;
  line-height: 1.5;
}

.out-notify{
  text-align: center;
  padding: 18px;
  background-color: #e76c12;
  font-size: 17px;
  color: #fff;
  margin: 30px 0 30px 0;
  clear: both;
}

.main-h1, .h1-like-noline, .h1-like, .h1-like-lg {
  font-size: 24px;
  color: #111f28;
  font-family: 'GothamRoundedBold', sans-serif;
  text-transform: uppercase;
  position: relative;
}

.main-h1, .h1-like {
  padding-bottom: 14px;
  position: relative;
}

.main-h1:before, .h1-like:before {
  content: '';
  width: 100px;
  height: 4px;
  border-radius: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #c44c2d;
}

.h1-like-lg {
  font-size: 40px;
}

h2 {
  margin-bottom: 15px;
}

h2, .h2-like, .h2-like-sm, .h2-like-md {
  font-size: 24px;
  color: #c44c2d;
  font-family: 'GothamRoundedBold', sans-serif;
}

.h2-like-sm {
  font-size: 16px;
  position: relative;
  padding-bottom: 8px;
}

.h2-like-md {
  font-size: 18px;
  position: relative;
  padding-bottom: 8px;
}

.underline:before {
  content: '';
  width: 50px;
  height: 2px;
  border-radius: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #111f28;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.left-column {
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
  display: inline-block;
  float: left;
}

.left-column.full-width {
  max-width: 100%;
}

.main-content-heading {
  margin-bottom: 35px;
}
/*.left-column.top-padding {
padding-top: 55px;
}*/

.right-column {
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  float: right;
  margin-top: 27px;
  position:relative;
}

.right-column.resp-right-column {
  display: none;
}

.clear {
  clear: both;
}

.space-between {
  padding-top: 20px;
}

.btn-type-1, .btn-type-2, .btn-type-3,.form-commerce-digim input[type="submit"] {
  padding: 12px 25px 11px 25px;
  text-decoration: none;
  border-radius: 60px;
  min-height: 46px;
  font-size: 14px!important;
  text-transform: uppercase;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  transition: all 200ms ease;
}

.btn-type-1 {
  color: #c44c2d;
  border: 2px solid #111f28;
}

.btn-type-1:hover {
  color: #ffffff;
  border: 2px solid #c44c2d;
  background: #c44c2d;
}

.btn-type-2,.form-commerce-digim input[type="submit"] {
  background: #72b229;
  color: #ffffff !important;
  border: 2px solid #72b229 !important;
}

.btn-type-2:hover,.form-commerce-digim input[type="submit"]:hover {
  background: #111f28;
  border: 2px solid #111f28!important;
}

.btn-type-2 span {
  color: #ffffff;
}

.btn-type-3 {
  background: #111f28;
  color: #fff;
  border: 2px solid #111f28 !important;
}

.btn-type-3:hover {
  background: transparent;
  color: #111f28;
}

.btn-type-1 span, .btn-type-2 span, .btn.type-3 span {
  vertical-align: middle;  
}

.list-with-icons, .list-without-icons {
  list-style: none;
}

.list-with-icons li {
  display: inline-block;
  text-align: left;
  margin-bottom: 30px;
  margin-right: 25px;
  width: 100%;
  max-width: 270px;
  vertical-align: middle;
}

.list-with-icons li:nth-of-type(3n) {
  margin-right: 0;
}

.list-with-icons li a {
  transition: all 200ms ease;
}

.list-with-icons li:hover a {
  text-decoration: none;
  background: #c44c2d;
}

.list-with-icons li .list-with-icons-link {
  position: relative;
  width: 100%;
  background: #111f28;
  border-radius: 50px;
  box-sizing: border-box;
  padding: 10px 20px;
  padding-left: 70px;
  display: block;
}

.list-with-icons-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 10px;
}

.list-with-icons li span {
  color: #ffffff;
}

.list-with-icons-text {
  color: #ffffff;
  line-height: 18px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 10px;
}

.list-with-icons-text:before, .list-without-icons-text:before {
  content: '›';
  position: absolute;
  left: 0;
}

.list-with-icons li .list-without-icons-link {
  width: 100%;
  display: table;
  background: #111f28;
  border-radius: 50px;
  padding: 15px 20px;
  padding-left: 30px;
  max-width: 270px;
  box-sizing: border-box;
}

.list-with-icons li .list-without-icons-text {
  color: #ffffff;
  padding-left: 10px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

strong {
  color: inherit;
}

div {
  font-family: 'GothamRoundedBook', sans-serif;
}

th, th strong, td strong {
  font-weight: normal;
  font-family: 'GothamRoundedBold', sans-serif;
}

.breadcrumbs-navigation {
  font-size: 14px;
  font-family: 'GothamRoundedBook', sans-serif;
}

.breadcrumbs-navigation:hover {
  text-decoration: underline;
}

.breadcrumbs-hr {
  margin-top: 14px;
  margin-bottom: 22px;
}

table {
  background: #e7e8e9;
  width: 100%;
}

ul {
  list-style: none;
}

input[name="profese"] {
  position: absolute;
}

.mfp-iframe-scaler iframe {background: #ffffff;}
.main.
{padding: 20px;}

@media only screen and (max-width: 600px) {
  .mfp-iframe-scaler {padding-top: 80%;}
}

@media only screen and (max-width: 400px) {
  .mfp-iframe-scaler {padding-top: 150%;}
}

.iframe-content  #features, .iframe-content .column-banner {display:none!important;}
.iframe-content {padding:20px;}

/*========== BANNERS ==========*/
.leader-banner {
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  min-height:100px;
  text-align:center;

}

.right-banner {
  position: fixed;
  top: 0;
  width: 160px;
  z-index: 1100;
  left: 50%;
  margin-left: 605px;
  line-height: 0;
  margin-top: 0px;
}

.left-banner {
  position: fixed;
  top: 0;
  width: 160px;
  z-index: 1100;
  right: 50%;
  margin-right: 605px;
  line-height: 0;
  margin-top: 0px;
}

.right-banner a, .left-banner a {
  line-height: 0;
}

.heureka-affiliate-product {
  /*	background: #e7e8e9;*/
  margin-bottom: 30px;
}

header.is-right-banner .header-main, header.is-left-banner .header-main, header.is-right-banner .header-submenu-bg, header.is-left-banner .header-submenu-bg {
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
}

/*???*/
header.is-right-banner .header-main.fixed, header.is-left-banner .header-main.fixed {
  left: 50%;
  margin-left: -605px;
}

div[id^=sklikReklama] {
  margin-top: 70px;
}

.bottom-window-banner-wrapper {
  position: fixed;
  bottom: calc(-100vw * 0.8);;
  width: 100%;
  max-width: 1170px;
  z-index: 1000;
  left: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  transition: bottom 800ms ease;
  display: none;
}
.bottom-window-banner-wrapper.visible {
  display: block;
}

.bottom-window-banner-wrapper.active {
  bottom: 0px;
}
.bottom-window-banner img {vertical-align:bottom}

.bottom-window-close {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: rgba(255,255,255,0.5);
  background-image: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/cancel-icon.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0px;
  right: 0px;
  position: absolute;
  z-index: 20000;
}

.bottom-window-banner {
  width: 100%;
  max-width: 1170px;
  max-height: calc(100vw * 0.75);
  text-align:center;
  background: #ddd;
}

/*========== FILTERS ==========*/
.product-list-filters {
  position: relative;
  z-index: 100;
  display: inline-block;
}

.product-list-filters label {
  margin-left: 20px;
  font-family: 'GothamRoundedBook', sans-serif;
}

.product-list-filters select {
  border: 1px solid #111f28;
  width: auto;
  display: block;
}

/*========== FORMS ==========*/

form.form {
  box-sizing: border-box;
  padding: 40px 40px 20px 40px;
  background: #e7e8e9;
}
form.form.form-product-detail {
  background-color:unset;
  padding: 0;
}

.form-label {
  color: #111f28;
  display: block;
  padding-left: 25px;
  padding-bottom: 10px;
  position: relative;
}

.check-label {
  padding-left: 60px;
  display: inline-block;
  height: 45px;
  width: 100%;
  box-sizing: border-box;
  padding-top: 12px;
  position: relative;
  margin: 6px 0 6px 0;
}

.check-label:before {
  content: '';
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
  border-radius: 50px;
}

input[type="checkbox"], input[type="radio"] {
  opacity: 0;
  width: 0 !important;
  height: 0 !important;
}

input[type="checkbox"]:checked + .check-label:after, input[type="radio"]:checked + .check-label:after {
  content: '';
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/checkbox-icon.png);
  background-position: center;
  background-repeat: no-repeat;
}

.form-item {
  margin-bottom: 20px;
  display: inline-block;
  margin-right: 45px;
  width: 100%;
  max-width: 370px;
}

form.form.form-product-detail .form-item {
  box-sizing: border-box;
  padding: 10px 40px;
  background: #e7e8e9;
  margin:0;
  max-width: 100%;
}

form.form.form-product-detail .form-item.attr_217,
form.form.form-product-detail .form-item.attr_214 {
  padding-top: 30px;
}

form.form.form-product-detail .form-item.attr_222,
form.form.form-product-detail .form-item.attr_216 {
  padding-bottom: 30px;
}

form.form.form-product-detail .form-item.form-submit {
  background-color: unset;
}

form.form.form-product-detail .form-item input,
form.form.form-product-detail .form-item input + label {
  max-width: 370px;
  display: inline-block;
}

form.form.form-product-detail .form-item p {
  float: right;
  width: 100%;
  max-width: 395px;
  font-size: 14px;
  color: #797979;
}

form.form.form-product-detail .form-item textarea + p {
  display:none;
}

.form-item:nth-of-type(2n) {
  margin-right: 0;
}

.form-item-wide {
  max-width: 100%;
  margin-bottom: 20px;
}

form.form input, select,.form-commerce-digim input[type="submit"] {
  height: 45px;
  border: none;
  border-radius: 25px!important;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
  width: 100%;
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/select-arrow.png) 96% / 15% no-repeat #ffffff;
  background-size: 16px;
}

form.form.form-product-detail h2 {
  margin-top: 35px;
}


form.form input[type="file"] + label {

  background: #111f28;
  border-radius: 25px;
  min-height: 45px;
  width: 100%;
  color: #ffffff;
  display: block;
  position: relative;
  left: 0;
  line-height: 45px;
  font-size: 16px;
  padding-left: 25px;
  padding-right: 30px;
  box-sizing: border-box;
}

form.form input[type="file"] + label.file-select:after {
  content: '›';
  position: absolute;
  right: 15px;
  top: -5px;
  color: #ffffff;
  font-size: 48px;
  font-family: 'GothamRoundedBook', sans-serif;
}

.file-select .selected-file {    font-size: 13px;
  display: block;
  position: absolute;
  white-space: nowrap;
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;}

form.form textarea {
  border: none;
  min-height: 100px;
  border-radius: 25px;
  box-sizing: border-box;
  padding: 25px;
  outline: none;
  width: 100%;
}

.form-submit {
  display: block;
  margin-right: auto !important;
  margin: 0 auto;
  text-align: center;
}

.form-submit input.type-submit {
  width: 100%;
  max-width: 300px;
}

/*========== HEADER ==========*/
header {
  margin-bottom: 22px;
}

/*disable responsive-menu*/

.header-top-responsive, .header-submenu-responsive {
  display: none;
}

/*---------- top header ----------*/
.header-top {
  width: 100%;
  height: 100px;
}

.header-top-logo {
  display: block;
  width: 210px;
  height: 100%;
  float: left;
}

.header-top-logo img {
  margin-top: 15px;
  max-width: 100%;
}

.header-top-menu {
  float: right;
  margin-right: 44px;
}

/* upper part */
.header-top-menu-upper {
  height: 50px;
  margin-top: 11px;
  margin-bottom: 6px;
  text-align: right;
}

.header-top-menu-upper a {
  margin-left: 10px;
  color: #111f28;
}

.fb-logo {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/fb-icon.png) no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.top-upper-link {
  text-decoration: none;
  font-size: 14px;
  font-family: 'GothamRoundedBold', sans-serif;
}

.top-upper-link.active {
  color: #c44c2d;
}

.top-upper-link:hover {
  text-decoration: none;
  color: #c44c2d;
}

.top-upper-comparsion {
  width: 46px;
  height: 46px;
  display: inline-block;
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/comprasion-icon.png) no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: relative;
}

.top-upper-comparsion.active {
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/comprasion-icon-active.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.top-upper-comparsion span {
  background: #c44c2d;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -7px;
  top: 4px;
  border-radius: 50%;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
  padding-top: 1px;
}

.top-upper-comparsion.active span {
  background: #111f28;
}

/* lower part */
.header-top-menu-lower {
  text-align: right;
}

.top-lower-search {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/menu-search-icon.png) no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 10px;
}

.top-lower-search.white {
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/menu-search-icon-white.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.top-lower-menu {
  list-style: none;
  display: inline-block;
  border-left: 1px solid #111f28;
  padding-top: 1px;
}

.top-lower-menu li {
  display: inline-block;
  padding-left: 14px;
  font-size: 14px;
}

.top-lower-menu a {
  text-decoration: none;
  color: #111f28;
  font-family: 'GothamRoundedBook', sans-serif;
}

.top-lower-menu a:hover {
  text-decoration: underline;
}

input.top-search-input {
  height: 21px;
  width: 220px;
  padding: 0 0 0 10px !important;
  border: 1px solid #111f28;
  border-radius: 25px;
  outline: none;
}

.top-search-btn {
  border: none;
}

#top-google, #top-google-scroll {
  display: inline-block;
}

/*---------- main menu ----------*/
.header-main {
  width: 100%;
  height: 70px;
  background: #111f28;
  padding-top: 5px;
  box-sizing: border-box;
}

.header-main-menu {
  list-style: none;
  width: 100%;
  height: 60px;
  background: #c44c2d;
  border-radius: 30px;
  box-sizing: border-box;
  padding-left: 6px;
}

.header-main-menu li {
  display: inline-block;
  vertical-align: middle;
  line-height: 60px;
  margin-right: 40px;
}

.header-main-menu li:first-of-type {
  margin-right: 10px;
}

.home-btn {
  width: 46px;
  height: 46px;
  border-radius: 50px;
  background-color: #c44c2d;
  background-image: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/home-btn-icon.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
}

.home-btn.active, .home-btn:hover {
  background-color: #111f28;
}

.header-main-menu a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  vertical-align: middle;
  box-sizing: border-box;
}

.header-main-menu a.active, .header-main-menu li:hover a{
  color: #111f28;
}

/*---------- submenu ----------*/

/* submenu bg */
.header-submenu-bg {
  width: 100%;
  height: 180px;
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/header-bg-image.png) no-repeat;
  background-size: cover;
  background-position: top center;
}

.header-submenu-bg h1 {
  text-align: center;
  vertical-align: middle;
  padding-top: 38px;
  font-family: 'GothamRoundedBold', sans-serif;
  font-size: 36px;
}

/* submenu items */
.header-submenu-menu {
  display: flex;
  justify-content: space-between;
}

.header-submenu-item {
  width: 100%;
  max-width: 270px;
  height: 68px;
  text-decoration: none;
  text-transform: uppercase;
  background: #111f28;
  display: inline-block;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: #ffffff;
  line-height: 71px;
  padding-left: 15px;
  font-size: 16px;
  box-sizing: border-box;
  margin-top: -68px;
  transition: background 200ms ease;
}

.header-submenu-item.is-content {
  margin-top: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.header-submenu-item:hover {
  background: #c44c2d;
  text-decoration: none;
}

.header-submenu-item.active {
  background: #c44c2d;
}

.header-submenu-icon-1, .header-submenu-icon-2, .header-submenu-icon-3, .header-submenu-icon-4 {
  width: 38px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
  transition: all 200ms ease;
}

/*.header-submenu-icon-1 {
background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/header-submenu-icon-1.png) no-repeat;
background-size: contain;
background-position: center;
}

.header-submenu-item:hover .header-submenu-icon-1, .header-submenu-item.active .header-submenu-icon-1 {
background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/header-submenu-icon-1-hover.png) no-repeat;
background-size: contain;
background-position: center;
}

.header-submenu-icon-2 {
background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/header-submenu-icon-2.png) no-repeat;
background-size: contain;
background-position: center;
}

.header-submenu-item:hover .header-submenu-icon-2, .header-submenu-item.active .header-submenu-icon-2 {
background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/header-submenu-icon-2-hover.png) no-repeat;
background-size: contain;
background-position: center;
}

.header-submenu-icon-3 {
background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/header-submenu-icon-3.png) no-repeat;
background-size: contain;
background-position: center;
}

.header-submenu-item:hover .header-submenu-icon-3, .header-submenu-item.active .header-submenu-icon-3 {
background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/header-submenu-icon-3-hover.png) no-repeat;
background-size: contain;
background-position: center;
}

.header-submenu-icon-4 {
background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/header-submenu-icon-4.png) no-repeat;
background-size: contain;
background-position: center;
}

.header-submenu-item:hover .header-submenu-icon-4, .header-submenu-item.active .header-submenu-icon-4 {
background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/header-submenu-icon-4-hover.png) no-repeat;
background-size: contain;
background-position: center;
}*/


/* submenu content*/
.header-submenu-content-wrapper {
  width: 100%;
  min-height: 87px;
  background: #c44c2d;
  border-radius: 0 0 20px 20px;
  padding: 22px 15px 10px 15px;
  box-sizing: border-box;
}

.header-submenu-content-item a {
  text-decoration: none;
  font-size: 14px;
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
  padding-bottom: 2px;
}

.header-submenu-content-item a:nth-of-type(3) {
  margin-right: 100px;
}

.header-submenu-content-item span {
  font-family: 'GothamRoundedBold', sans-serif;
  font-size: 14px;
}

.header-submenu-content-item a:hover {
  color: #111f28;
  border-bottom: none;
}

.header-submenu-content-item img {
  border-bottom: none !important;
  padding-bottom: 0 !important;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 25px;
}

/*---------- fixed header ----------*/

.header-top-responsive.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  background: #ffffff;
  z-index: 999;
  border-bottom: 2px solid #cfd2d4;
}



.header-main.fixed {
  position: fixed;
  top:0;
  z-index: 999;
  height: 40px;
}

.header-main.fixed .container {
  position: relative;
}

.header-submenu.fixed {
  position: fixed;
  top: 40px;
  width: 100%;
  box-sizing: border-box;
  z-index: 999;
}

.header-fixed-logo {
  display: none;
  float: left;
}

.header-fixed-logo img {
  height: 30px;
}

.header-fixed-logo.up-scroll {
  position: fixed;
  margin-left: -110px;
}

.header-fixed-right-menu {
  float: right;
  color: #ffffff;
  margin-top: 4px;
  margin-right: 40px;
}

.header-fixed-right-menu.up-scroll {
  position: fixed;
  margin-left: 1185px;
  top: 10px;
  margin-top: 0;
}

.header-fixed-right-menu a {
  color: #ffffff;
  font-family: 'GothamRoundedBook', sans-serif;
  padding-right: 10px;
  vertical-align: middle;
}

.header-fixed-right-menu a.top-upper-link span {
  display: inline-block;
  min-width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #c44c2d;
  margin-left: 5px;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  color: #ffffff;
}

.header-fixed-right-menu .top-lower-search {
  margin-right: 0;
  padding-right: 0;
}

.header-main-menu.fixed {
  height: 30px;
}

.header-main-menu.fixed li {
  line-height: 30px;
}

.header-main-menu.fixed .home-btn {
  width: 26px;
  height: 26px;
  background-size: 18px;
}

.header-submenu-menu.fixed {
  position: fixed;
  top: 40px;
  z-index: 999;
  width: 100%;
  max-width: 1170px;
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 0 0 20px 20px;
}

.header-submenu.fixed .header-submenu-menu {
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 0 0 20px 20px;
}

.header-submenu-menu.fixed .header-submenu-item {
  margin-top: 0;
}

.header-submenu-item.fixed, .header-submenu.fixed .header-submenu-item {
  border-radius: 0 0 20px 20px;
  line-height: 46px;
  height: 48px;
}

.header-submenu-item.fixed span, .header-submenu.fixed .header-submenu-item span {
  height: 30px;
}

.header-submenu-item.fixed.active {
  border-radius: 0;
}

.header-submenu-content-wrapper.fixed {
  position: fixed;
  width: 100%;
  max-width: 1170px;
  top: 108px;
  z-index: 999;
}

.fixed-header-btn {
  display: none;
  cursor: pointer;
  position: absolute;
  width: 25px;
  height: 20px;
  top: 5px;
  right: 0;
  margin-right: 10px;
}

.fixed-header-btn:before, .fixed-header-btn:after {
  content: '';
  width: 25px;
  height: 4px;
  border-radius: 50px;
  background: #111f28;
  display: block;
  position: absolute;
  left: 0;
}

.fixed-header-btn:before {
  top: 0;
}

.fixed-header-btn:after {
  bottom: 0;
}

.fixed-header-btn div {
  width: 25px;
  height: 4px;
  border-radius: 50px;
  background: #111f28;
  margin-top: 8px;
}

.fixed-header-btn.fixed {
  display: block;
}

.fixed-header-btn.down:before, .fixed-header-btn.down:after, .fixed-header-btn.down div {
  background: #c44c2d;
}

/*========== END OF HEADER ==========*/

/*========== MAIN CONTENT ==========*/
/*========== LEFT COLUMN ==========*/
/*---------- homepage slider ----------*/
.homepage-slider {
  box-sizing: border-box;
  padding: 0 70px;
  position: relative;
  padding-bottom: 28px;
  border-bottom: 1px solid #cfd2d4;
  margin-bottom: 40px;
  min-height: 325px;
}

.homepage-slider-left-btn, .homepage-slider-right-btn {
  width: 43px;
  height: 43px;
  display: block;
  position: absolute;
}

.homepage-slider-left-btn {
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/homepage-slider-left.png) no-repeat;
  background-size: contain;
  background-position: center;
  left: 0;
  top: 40%;
}

.homepage-slider-right-btn {
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/homepage-slider-right.png) no-repeat;
  background-size: contain;
  background-position: center;
  right: 0;
  top: 40%;
}

.homepage-slider-left-btn:hover {
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/homepage-slider-left-hover.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.homepage-slider-right-btn:hover {
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/homepage-slider-right-hover.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.homepage-slider-count {
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 100%;
  text-align: center;
}


.homepage-slider-line, #features .slider-line {
  width: 25px;
  height: 4px;
  background: #111f28;
  display: inline-block;
  border-radius: 30px;
  margin: 0 5px;
}

.homepage-slider-line.active {
  background: #c44c2d;    
}

.homepage-articles-categories-responsive {
  display: none;
  width: 100%;
  max-width: 270px;
  box-sizing: border-box;
  padding: 10px 10px 10px 20px;
  color: #111f28;
  border: 1px solid #111f28;
  border-radius: 50px;
  font-size: 16px;
  font-family: 'GothamRoundedBold', sans-serif;
  text-align: left;
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
}

.homepage-articles-categories-responsive:after {
  content: '›';
  position: absolute;
  right: 10px;
  top: 0;
  transform: rotate(90deg);
  font-size: 36px;
}

/* homepage slide content*/
.homepage-slide-content {
  width: 100%;
  max-width: 600px;
  display: inline-block;
  text-align: left;
  padding-top: 18px;
  margin-right: 23px;
}

.homepage-slide-content.full-width {
  max-width: 100%;
}

.homepage-slides {
  text-align: center;
}

.homepage-slide-content h3 {
  font-size: 24px;
  color: #111f28;
  font-family: 'GothamRoundedBold', sans-serif;
  text-transform: uppercase;
  position: relative;
}

.homepage-slide-content h4 {
  margin-bottom: 23px;
  font-size: 24px;
  color: #c44c2d;
  font-family: 'GothamRoundedBold', sans-serif;
}

.homepage-slide-content p {
  line-height: 25px;
  margin-bottom: 24px;
}



/* homepage slide img */
.homepage-slide-img {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  vertical-align: top;
}

.homepage-slide-img img {
  max-width: 100%;
}

.main {
  padding-bottom: 100px;
}

/*---------- Homepage Articles ----------*/
.homepage-articles {
  text-align: center;
}

.homepage-articles-heading {
  margin-bottom: 16px;
}

.homepage-articles-categories {
  list-style: none;
  font-size: 0;
  margin-bottom: 15px;
  text-align: left;
}

.homepage-articles-categories li {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 14px;
  border: 1px solid transparent;
  margin: 0;
  font-size: 14px;
}

.homepage-articles-categories li:last-of-type {
  padding-right: 0;
}

.homepage-articles-categories li:hover{
  border-radius: 50px;
  border: 1px solid #111f28;
}

.homepage-articles-categories li:hover a{
  color: #111f28;
  text-decoration: none;
}

.homepage-articles-categories li.active {
  border-radius: 50px;
  border: 1px solid #111f28;
}

.homepage-articles-categories li.active a {
  color: #111f28;
}

.homepage-articles-categories li:last-of-type:hover{
  border-radius: 50px;
  border: 1px solid transparent;
}

.homepage-articles-categories li:last-of-type:hover a{
  text-decoration: underline;
}

.homepage-articles-more {
  margin: 0 auto;
  padding-left: 55px;
  padding-right: 55px;
  margin-top: 16px;
  display: inline-block;
  margin-bottom: 20px
}

.homepage-articles-own {
  display: inline-block;
}

/* homepage article */
.homepage-article {
  width: 100%;
  max-width: 270px;
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 30px;
  position: relative;
  vertical-align: top;
  min-height: 370px;
  text-align: left;
  box-sizing: border-box;
  padding-bottom: 17px;
}

.homepage-article:nth-of-type(3n) {
  margin-right: 0;
}

.homepage-article-img {
  width: 100%;
  max-width: 270px;
  height: 180px;
  background: #fafafa;
  text-align: center;
  line-height: 180px;
  display: block;
  transition: all 200ms ease;
}

.homepage-article-img:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.homepage-article-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.homepage-article-heading {
  color: #c44c2d;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 17px;
  margin-top: 17px;
  font-family: 'GothamRoundedBold', sans-serif;
  min-height: 39px;
}
.articles-list h3 a {
  display:block;
  max-height: 50px;
  overflow: hidden;
  padding-bottom: 3px;
  padding-top: 3px;
}

.homepage-article-heading a {
  line-height: 1.11;
}

.homepage-article-heading:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #111f28;
}

.homepage-article-perex {
  line-height: 1.4;
  font-family: 'GothamRoundedBook', sans-serif;
}

.homepage-article-date {
  font-size: 12px;
  color: #111f28;
  position: absolute;
  bottom: 0;
}

.homepage-article-link {
  white-space: nowrap;
}

/*---------- Products slider ----------*/
#features {
  width: 100%;
  overflow: hidden;
  height: 280px;
  margin-top: 23px;
  margin-bottom: 66px;
}

#features .content {
  width: 100%;
  position: relative;
  display:table;
}

#features .slider-tabs {
  height: 280px;
  width: 270px;
  display: inline-block;
  background: #111f28;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-align: center;
  position: relative;
}

#features .slider-tabs span {
  width: 100%;
  color: #ffffff;
  height: 55px;
  line-height: 55px;
  text-transform: uppercase;
  font-family: 'GothamRoundedBold', sans-serif;
  font-size: 16px;
  padding-left: 40px;
}

#features .slider-tabs span:before {
  content: '';
  width: 38px;
  height: 38px;
  position: absolute;
  left: 16px;
  top: 8px;
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/product-slider-icon.png) no-repeat; 
  background-size: contain;
  background-position: center;
}

#features .slider-tabs a {
  display: block;
  width: 100%;
  height: 75px;
  line-height: 75px;
  text-align: left;
  text-transform: uppercase;
  font-family: 'GothamRoundedBook', sans-serif;
  color: #ffffff;
  padding-left: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #2e546d;
  font-size: 16px;
  position: relative;
}

#features .slider-tabs a.active, #features .slider-tabs a:hover {
  background: #c44c2d;
  border-bottom: 1px solid #c44c2d;
  font-family: 'GothamRoundedBold', sans-serif;
}

#features .slider-tabs a.active:before {
  content: '';
  width: 36px;
  height: 2px;
  background: #ffffff;
  bottom: 20px;
  left: 20px;
  position: absolute;
}

#features .slider-section {
  width: 599px;
  height: 225px;
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  background: #c44c2d;
  overflow: hidden;
}

#features .slick-slider {
  margin: 0 30px;
  overflow: hidden;
}

#features .slick-inicialized {
  visibility: visible;
}

#features .slick-prev, #features .slick-next {
  width: 10px;
  height: 21px;
  border: none;
  top: 77px;
  position: absolute;
  color: transparent;
  overflow: hidden;

  padding: 50px 10px 50px 10px;
}
#features .slick-prev {
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/product-slider-prev.png) no-repeat;
  background-size: 10px 21px;
  background-position: center;
  left: 5px;
}

#features .slick-next {
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/product-slider-next.png) no-repeat;
  background-size:  10px 21px;
  background-position: center;
  right: 10px;
}

.slick-slide {
  width: 170px !important;
  margin-right: 10px;
  height: 225px;
  display: inline-block;
}

.slick-slide h3 {
  font-size: 14px;
  font-family: 'GothamRoundedMedium', sans-serif;
}

.slick-slide h3 span {
  color: #ffffff;
  line-height: 20px;
  width: 100%;
  text-align: left;
  display: inline-block;
  font-family: 'GothamRoundedBook', sans-serif !important;
  padding-bottom: 13px;
}

#features .slick-slide h3 .slide-img {text-align:center; background:#fff;    display: block; height: 129px;line-height:129px; padding-top:2px;}

.slick-slide h3 a {
  text-align: center;
  margin-top: 10px;
  display: inline-block;
}

.slick-slide h3 img {
  max-width: 170px !important;
  max-height: 140px !important;
  text-align: center;
}

#features .slider-count {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 8px;
}

#features .slider-line.active {
  background: #ffffff;
}

/*========== END OF LEFT COLUMN ==========*/

/*========== RIGHT COLUMN ==========*/
.right-column-heading {
  color: #111f28;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'GothamRoundedBold', sans-serif;
  padding-bottom: 7px;
  position: relative;
  display: block;
  margin-bottom: 16px;
  margin-top: 6px;
  text-align: left;
}

.right-column-heading:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  background: #c44c2d;
  bottom: 0;
  left: 0;
}

.right-container {
  width: 100%;
  background: #cfd2d4;
  margin-bottom: 40px;
  box-sizing: border-box;
  padding: 13px 14px;
  font-size: 14px;
}

.right-column {
  text-align: center;
}

.right-column ul {
  list-style: none;
  box-sizing: border-box;
  text-align: left;
}

/* short news */

.short-news {
  width: 100%;
}

.short-news-list a {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #919394;
  font-size: 14px;
  min-height: 55px;
  overflow: auto;
  display: block;
  transition: all 250ms ease;
}

.short-news-list .short-news-title {
  font-family: 'GothamRoundedBook', sans-serif;
  padding-top: 10px;
  display:  block;
  color: #111f28;
}

.short-news-list .short-news-title.is_calendar {
  max-width: 175px;
}

.short-news-with-calendar {
  display: inline-block;
  max-width: 160px;
  font-family: 'GothamRoundedBold', sans-serif;
}

.short-news-list p {
  font-family: 'GothamRoundedBook', sans-serif;
  margin-top: 5px;
  max-width: 200px;
  font-size: 14px;
}

.short-news-list span {
  color: #c44c2d;
  white-space: nowrap;
}

.short-news-list a:hover {
  text-decoration: none;
}

.short-news-list a:hover span {
  text-decoration: underline;
}

.short-news-calendar {
  width: 62px;
  height: 56px;
  display: inline-block;
  float: right;
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/white-calendar-icon.png) no-repeat;
  background-size: contain;
  background-position: center;
  box-sizing: border-box;
  text-align: center;
  padding-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 8px;
  font-family: 'GothamRoundedMedium', sans-serif;
}

/* article categories */
.article-categories-list li {
  position: relative;
  box-sizing: border-box;
  padding-left: 10px;
  margin-bottom: 10px;
}

.article-categories-list li:before {
  content: '›';
  color: #c44c2d;
  position: absolute;
  left: 0;
}

.article-categories-list li:hover {
  text-decoration: underline;
}

/* quick catalog search */

.quick-catalog-list {
  text-align: left;
  font-size: 12px;
}

.quick-catalog-list p {
  font-size: 12px;
}

.quick-catalog-list strong {
  font-size: 14px;
}

.quick-catalog-list hr {
  background: #111f28;
  color: #111f28;
  height: 1px;
  border: 0;
  margin-top: 8px;
  margin-bottom: 8px;
}

/*========== END OF RIGHT COLUMN ==========*/

/*========== END OF MAIN CONTENT ==========*/

/*========== FOOTER ==========*/
/*---------- footer main ----------*/
.footer-line {
  width: 100%;
  height: 6px;
  background: #c44c2d;
}

.footer-wrapper {
  width: 100%;
  height: 100px;
  background: #111f28;
}

.footer-wrapper .container {
  display: flex;
  justify-content: space-between;
}

.footer-logo {
  width: 148px;
  height: 50px;
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/footer-logo.png) no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 10px;
}

.footer-left p {
  color: #2e546d;
  margin-top: 10px;
  font-size: 12px;
  font-family: 'GothamRoundedBook', sans-serif;
}

.footer-left p a {
  color: #2e546d;
  text-decoration: underline;
}

.footer-middle .footer-info-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/footer-info-icon.png) no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 17px;
}

.footer-middle a, .footer-middle a span {
  color: #ffffff;
  font-size: 18px;
  line-height: 100px;
}

.footer-right .footer-menu {
  list-style: none;
  margin-top: 40px;
}

.footer-menu li {
  display: inline-block;
  border-right: 1px solid #2e546d;
  padding: 0 6px;
}

.footer-menu li:last-of-type {
  border-right: none;
  padding-right: 0;
}

.footer-menu a {
  color: #ffffff;
  font-size: 12px;
  font-family: 'GothamRoundedBook', sans-serif;
}

.footer-bottom {
  width: 100%;
  height: 40px;
  text-align: center;
}

.footer-bottom ul {
  list-style: none;
  padding-top: 10px;
}

.footer-bottom ul li {
  display: inline-block;
}

.footer-bottom li a, .footer-bottom li {
  color: #111f28;
  font-size: 12px;
}

.footer-bottom li {
  font-family: 'GothamRoundedBold', sans-serif;
  border-right: 1px solid #111f28;
  padding: 0 3px 0 2px;
}

.footer-bottom li:first-of-type, .footer-bottom li:last-of-type {
  border-right: none;
}

.footer-bottom li a {
  font-family: 'GothamRoundedBook', sans-serif;
}

.responsive-footer {
  display: none;
}

/*========== ARTICLES ==========*/
/*---------- articles list ----------*/

.articles-list .homepage-article {
  margin-bottom: 60px;
}

.show-all-articles {
  margin: 20px 0;
}

.show-all-articles.bottom {
  float: left;
}

.show-all-articles span {
  color: #cfd2d4;
}

.articles-pages {
  float: right;
  margin: 12px 0;
}

.articles-pages a.active {
  color: #111f28;
}

#rubriky-list .rubriky-list{
  list-style: none;
}

#rubriky-list .rubriky-list li {
  background: #e7e8e9;
  font-size: 16px;
  padding: 10px 10px 10px 20px;
  border-top: 1px solid #cfd2d4;
}

#rubriky-list .rubriky-list .articles-category-name + li {
  padding-top: 20px;
  border-top: none;
}

#rubriky-list .rubriky-list .articles-category-name {
  background: #111f28;
  min-height: 55px;
  box-sizing: border-box;
  border-radius: 20px 20px 0 0;
  display: table;
  min-width: 500px;
  padding: 18px 30px 10px 60px;
  margin-top: 30px;
  position: relative;
}

#rubriky-list .rubriky-list .articles-category-name span {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
}

#rubriky-list .rubriky-list li img {
  vertical-align: middle;
}

#rubriky-list .rubriky-list .rubrika {
  padding-left: 15px;
  display: inline-block;
}

.h2-like-md + p {
  margin-bottom: 20px;
}

#rubriky-list .rubriky-list .ikonka, #rubriky-list .rubriky-list .podikonka {
  display: none;
}

.articles-category-name:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 20px;
  top: 6px;
}

.articles-category-icon-1:before {
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/obecne-informace-icon.png) no-repeat;
  background-position: center;
}

.articles-category-icon-2:before {
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/stresni-krytiny-icon.png) no-repeat;
  background-position: center;
}

.articles-category-icon-3:before {
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/dalsi-prvky-icon.png) no-repeat;
  background-position: center;
}

.articles-category-icon-4:before {
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/remesla-na-strese-icon.png) no-repeat;
  background-position: center;
}

.articles-category-icon-5:before {
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/krovy-icon.png) no-repeat;
  background-position: center;
}

.articles-category-icon-6:before {
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/ostatni-icon.png) no-repeat;
  background-position: center;
}

#rubriky-list .rubriky-list .podrubrika {
  padding-left: 25px;
  position:relative;
  display: inline-block;
}

#rubriky-list .rubriky-list .podrubrika:before {
  content: '›';
  left: 5px;
  top: -11px;
  position: absolute;
  font-size: 31px;
}
#c-a-txt {display:none;}

/*---------- article detail ----------*/

.article-detail-heading {
  font-size: 40px;
  margin-top: 76px;
}

.article-detail-date {
  color: #c44c2d;
  margin-bottom: 20px;
}

.brand-infobox {
  width: 270px;
  background: #111f28;
  color: #ffffff;
  text-align: center;
  font-family: 'GothamRoundedBook', sans-serif;
  float: right;
  box-sizing: border-box;
  padding: 15px;
  padding-top: 23px;
  margin-left: 100px;
  font-size: 14px;
}

.brand-infobox.resp-brand-infobox {display: none;}

.brand-infobox img {
  max-width: 100%;
}

.brand-infobox strong {
  color: #c44c2d;
  font-family: 'GothamRoundedBold', sans-serif;
}

.articles-related-wrapper {
  margin-top: 50px;
  text-align: left;
}

.articles-related-wrapper .h1-like {
  display: block;
  margin-bottom: 40px;
  text-align: left;
}

/*========== PRODUCTS ==========*/
/*---------- product detail ----------*/

.product-detail-main-heading {
  padding-top: 43px;
  padding-bottom: 15px;
  font-size: 40px;
}

.product-detail-img {
  width: 100%;
  max-width: 460px;
  float: right;
  text-align: center;
}

.product-detail-img img {
  max-width: 100%;
  max-width: 300px;
}

.product-discount-btn, .product-compare-btn, .product-app-btn {
  text-align: left;
  min-width: 400px;
  box-sizing: border-box;
  padding-right: 0;
  margin: 5px 0;
  padding-left: 59px;
  text-transform: unset;
}

.product-app-btn{padding:12px 20px 12px 60px;}

.product-discount-btn span {
  width: 36px;
  height: 30px;
  position: absolute;
  left: 10px;
  top: calc(50% - 15px);
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/product-discount-icon.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.product-compare-btn span {
  width: 36px;
  height: 30px;
  position: absolute;
  left: 10px;
  top: calc(50% - 15px);
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/product-compare-icon.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.product-compare-btn:hover span {
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/compare-product-icon-hover.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.product-app-btn span {
  width: 36px;
  height: 30px;
  position: absolute;
  left: 10px;
  top: calc(50% - 15px);

  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/navrhar-logo.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

.product-app-btn:hover span {
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/navrhar-logo-hover.svg) no-repeat;
  background-size: contain;
  background-position: center;
}



.product-discount-btn.discount-btn-big {
  padding-left: 70px;
  padding-right: 30px;
  max-width: 580px;
  height: 65px;
  font-size: 16px !important;
  padding-top: 12px;
  margin-bottom: 60px;
}

.product-discount-btn.discount-btn-big span {
  width: 44px;
  height: 36px;
  position: absolute;
  left: 15px;
  top: 15px;
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/product-discount-icon.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.product-discount-btn {
  padding-left: 59px;
  padding-right: 30px;
}

.product-detail-content {
  margin-top: 20px;
}

.product-compare-tutorial strong{
  color: #c44c2d;
}

.product-compare-tutorial {
  position: relative;
  padding-left: 15px;
}

.product-compare-tutorial:before {
  content: '›';
  color: #111f28;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: -13px;
}

/* product material table */
.product-material-table, table {
  border-collapse: collapse;
  margin-bottom: 50px;
  width: 100%;
}

.product-material-table th, th {
  background: #cfd2d4; 
  width: 270px; 
  padding: 15px 20px 15px 25px;
  border-bottom: 2px solid #e7e8e9;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
}

.product-material-table td, td {
  background: #e7e8e9; 
  padding: 15px 20px 15px 30px; 
  border-bottom: 2px solid #cfd2d4;
  vertical-align: top;
  box-sizing: border-box;
}

.product-material-table tr:last-of-type th, .product-material-table tr:last-of-type td, tr:last-of-type th, tr:last-of-type td {
  border-bottom: none;
  padding-bottom: 35px;
}

.product-material-table tr:first-of-type th, .product-material-table tr:first-of-type td, tr:first-of-type th, tr:first-of-type td {
  padding-top: 35px;
}

/* product price table */
.product-price-table-heading {
  width: 270px;
  height: 55px;
  text-decoration: none;
  text-transform: uppercase;
  background: #111f28;
  display: block;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: #ffffff;
  line-height: 55px;
  padding-left: 20px;
  font-size: 16px;
  box-sizing: border-box;
}

.product-price-table-heading span {
  vertical-align: middle;
  color: #ffffff;
}

.product-price-table-icon {
  width: 27px;
  height: 34px;
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/product-price-table-icon.png) no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  margin-right: 15px;
}

.product-price-table {
  border-collapse: collapse;
  margin-bottom: 10px;
}

.product-price-table th{
  background: #9b3c24;
  padding: 10px 20px 10px 25px;
  text-align: left;
  font-family: 'GothamRoundedBold', sans-serif;
  border-bottom: 2px solid #cc4c2d;
  vertical-align: top;
  width: 270px;
}

.product-price-table td{
  background: #c44c2d;
  padding: 10px 20px 10px 35px;
  border-bottom: 2px solid #9b3c24;
  font-family: 'GothamRoundedBook', sans-serif;
  text-align: center;
}

.product-price-table th, .product-price-table th strong, .product-price-table td, .product-price-table td strong, .product-price-table sup {
  color: #ffffff;
}

.product-price-table tr:last-of-type th, .product-price-table tr:last-of-type td {
  border-bottom: none;
  padding-bottom: 35px;
}

.product-price-table tr:first-of-type th, .product-price-table tr:first-of-type td {
  padding-top: 25px;
}

.product-price-table-note {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 30px;
}

.product-form-button {
  text-align: center;
  margin-bottom: 15px;
}

.product-gallery-wrapper {
  margin-top: 20px;
  margin-right:-30px;
  margin-bottom: 60px;
}

.product-gallery-wrapper img{
  max-width: 270px;
  margin-right: 30px;
}


.nav-tabs {
  list-style: none;
  margin-bottom: 10px;
}

/* products related */

.product-related {
  text-align: left;
}

.product-related-heading {
  display: inline-block;
  margin-bottom: 45px;
}

.product-detail-banner-bottom {
  margin-bottom: 30px;
}

.product-related a.btn-type-1 {
  display: inline-block;
  margin-top: 60px;
}

.product-related-item {
  width: 100%;
  max-width: 270px;
  display: inline-block;
  margin-right: 25px;
  vertical-align: top;
  text-align: left;
  margin-bottom: 30px;
}

.product-related-item:nth-of-type(3n) {
  margin-right: 0;
}

.prod-prev-img {
  border: 1px solid #cfd2d4;
  width: 100%;
  height: 270px;
  text-align: center;
  line-height: 270px;
  display: block;
  transition: all 200ms ease;
}

.product-related-item-name a {
  display: inherit;
}

.product-related-item:hover .product-related-item-name a {
  text-decoration: underline;
}

.prod-prev-img img {
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.product-related-item-name {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-related-info {
  font-size: 14px;
  font-family: 'GothamRoundedBook', sans-serif;
  line-height: 23px;
}

.products-list-item {
  width: 100%;
  max-width: 270px;
  vertical-align: top;
  margin-right: 25px;
  display: inline-block;
  margin-bottom: 70px;
}

.products-list-item:nth-of-type(3n) {
  margin-right: 0;
}

.products-list-item .prod-prev-img {
  width: 100%;
  height: 270px;
  border: 1px solid #cfd2d4;
  text-align: center;
  line-height: 270px;
}

.products-list-item .prod-prev-img img {
  max-width: 268px;
  max-height: 268px;
  vertical-align: middle;
}

.product-related-item:hover .prod-prev-img, .products-list-item:hover .prod-prev-img {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.products-list-item-name {
  margin-top: 20px;
}

.products-list-item-name a {
  text-transform: uppercase;
  padding-left: 10px;
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: 'GothamRoundedBold', sans-serif;
}

.products-list-item-name a:before {
  content: '›';
  color: #111f28;
  position: absolute;
  left: 0;
}

.products-list-item:hover .products-list-item-name a {
  text-decoration: underline;
}

.product-list-more {
  background: #ffffff;
}

.product-list-more:hover {
  background: #c44c2d;
}

.product-compare {
  padding-left: 30px;
  padding-right: 30px;
  min-height: 100vh;

}

.product-compare p span {
  font-family: 'GothamRoundedBook', sans-serif;
}

.product-brand-infobox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  margin-top: 20px;
}

.brand-infobox-logo {
  background-color: #e7e8e9;
  padding: 25px;
  width: 100%;
  max-width: 270px;
  box-sizing: border-box;
  line-height: 80px;
  text-align: center;
}

.brand-infobox-logo img {
  vertical-align: middle;
  max-width: 100%;
}

.brand-infobox-address, .brand-infobox-contact {
  background: #565959;
  padding: 25px;
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  max-width: 300px;
  box-sizing: border-box;
}

/* katalogy */

.company {
  display: inline-block;
}

.company .xxx {
  display: none;
}

.company img{
  max-width: 160px;
}

/*========== BASKET ==========*/

.comapre-table-wrapper {position: relative;clear:both;}

#tabulka-srovnani, 
.compare-table {
  border-collapse: collapse;
}

#tabulka-srovnani th, 
.compare-table th {
  background: #cfd2d4;
  text-align: left;
  border-bottom: 1px solid #e7e8e9;
  vertical-align: top;
  padding: 15px 20px 15px 20px;
  width: 270px;
}

#tabulka-srovnani tr:first-of-type th, 
#tabulka-srovnani tr:first-of-type td,
.compare-table tr:first-of-type th,
.compare-table tr:first-of-type td {
  padding-top: 30px;
}

#tabulka-srovnani tr:last-of-type th, 
#tabulka-srovnani tr:last-of-type td,
.compare-table tr:last-of-type th, 
.compare-table tr:last-of-type td {
  padding-bottom: 30px;
}

#tabulka-srovnani td,
.compare-table td {
  background: #e7e8e9;
  border-bottom: 1px solid #cfd2d4;
  border-right: 1px solid #cfd2d4;
  vertical-align: top;
  padding: 10px 20px 10px 20px;

}

#tabulka-srovnani tr:first-of-type td,
.compare-table tr:first-of-type td {
  text-align: center;
  position: relative;
}

/*#tabulka-srovnani tr:first-of-type th, #tabulka-srovnani tr:last-of-type th, #tabulka-srovnani tr:first-of-type td, #tabulka-srovnani tr:last-of-type td {
border-bottom: none;
}*/

#tabulka-srovnani td:last-of-type,
.compare-table td:last-of-type {
  border-right: none;
}

#tabulka-srovnani table,
.compare-table table {
  text-align: left;
}

#tabulka-srovnani table td,
.compare-table table td {
  padding: 0 15px 0 0 !important;
}

#tabulka-srovnani tr:not(.cl-0) td div,
.compare-table tr:not(.cl-0) td div {
  font-family: 'GothamRoundedMedium', sans-serif;
  max-height: 66px;
  overflow: auto;
}

#tabulka-srovnani .close,
.compare-table .close {
  position: absolute;
  right: 0;
  top: -40px;
  background: #c44c2d;
  width: 50px;
  height: 40px;
  border-radius: 20px 20px 0 0;
  display: block;
  text-align: center;
  line-height: 40px;
}

#tabulka-srovnani .close:before,
.compare-table .close:before {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 50px;
  left: 12px;
  top: 7px;
}

#tabulka-srovnani .close span,
.compare-table .close span {
  color: #ffffff;
  font-family: 'GothamRoundedBook', sans-serif;
  font-size: 14px;
}

#tabulka-srovnani .cl-x2 th,
.compare-table .cl-x2 th {
  border-bottom: 1px solid #c44c2d;
}

#tabulka-srovnani .cl-x2 th,
#tabulka-srovnani .cl-x3 th,
#tabulka-srovnani .cl-x2 th span,
#tabulka-srovnani .cl-x3 th span,
#tabulka-srovnani .cl-x2 th sup,
#tabulka-srovnani .cl-x3 th sup,
.compare-table .cl-x2 th,
.compare-table .cl-x3 th,
.compare-table .cl-x2 th span,
.compare-table .cl-x3 th span,
.compare-table .cl-x2 th sup,
.compare-table .cl-x3 th sup {
  background: #9b3c24;
  color: #ffffff;
}

#tabulka-srovnani .cl-x2 td,
.compare-table .cl-x2 td {
  border-bottom: 1px solid #9b3c24 !important;
}

#tabulka-srovnani .cl-x2 td,
#tabulka-srovnani .cl-x3 td,
.compare-table .cl-x2 td,
.compare-table .cl-x3 td {
  border-right: 1px solid #9b3c24 !important;
}

#tabulka-srovnani .cl-x2 td,
#tabulka-srovnani .cl-x3 td,
.compare-table .cl-x2 td,
.compare-table .cl-x3 td
{
  background: #c44c2d !important;
  color: #ffffff;
}
#tabulka-srovnani  td.empty,
.compare-table td.empty {
  background: #e7e8e9;
  border-bottom: 1px solid #cfd2d4;
  border-right: 1px solid #cfd2d4;
}

#tabulka-srovnani img,
.compare-table img {max-height: 100px;}

.basket-empty-form {
  float: right;
  margin-bottom: 80px;
}

.basket-empty-form .type-submit {
  padding-left: 15px;
}

.basket-empty-icon {
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/empty-basket-icon.png) no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 27px;
  height: 27px;
  vertical-align: middle;
  margin-right: 10px;
}

.basket-empty-form .type-submit:hover .basket-empty-icon {
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/empty-basket-icon-hover.png) no-repeat;
}

.compare-empty-wrapper .btn-type-2 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.compare-products-icon {
  display: inline-block;
  width: 40px;
  height: 35px;
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/compare-product-icon.png) no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  margin-right: 15px;
}

.cloned-table.compare-table tr th{
  box-shadow: 0 1px 0 1px #e7e8e9;
}

.cloned-table.compare-table tr td{
  box-shadow: 0 1px 0 1px #cfd2d4;
}

/*========== KATALOG FIREM ==========*/

.catalogue-top-btns {
  text-align: right;
  margin-bottom: 40px;
}

.catalogue-top-btns a {
  margin-left: 10px;
  margin-bottom: 10px;
  vertical-align: top;
}

.catalogue-top-btns span {
  vertical-align: middle;
  margin-right: 50px;
  color: #ffffff;
}

.plus-icon {
  width: 31px;
  height: 31px;
  display: inline-block;
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/plus-icon.png) no-repeat;
  background-size: contain;
  background-position: center;
}

/*---------- Kraje ----------*/

.box-kraj { 
  float:left; 
  width:250px; 
  height:30px; 
  font-size: 16px; 
}

.box-kraj a { 
  text-decoration: none;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
  font-family: 'GothamRoundedBold', sans-serif;
  font-size: 16px;
}

.box-kraj a:hover { 
  text-decoration: underline; 
}

.box-kraj a:before {
  content: '›';
  color: #111f28;
  position: absolute;
  display: block;
  left: 0;
  top: -11px;
  font-size: 30px;
  font-family: 'GothamRoundedBold', sans-serif;
}

/*---------- Výběr profesí ----------*/

.profession-pick-wrapper {
  float:left; 
  width:45%; 
}

.profession-pick-wrapper fieldset, .map-pick-wrapper fieldset {
  border: none;
}

.profession-pick-wrapper legend, .map-pick-wrapper legend, .map-pick-wrapper #title-step-3 p {
  color: #c44c2d;
  font-size: 24px;
  font-family: 'GothamRoundedBold', sans-serif;
  line-height: 38px;
  margin-bottom: 0;
}

.profession-pick-wrapper #profese, .map-pick-wrapper #nazev, .map-pick-wrapper #title-step-3 label {
  font-size: 18px;
  font-family: 'GothamRoundedBook', sans-serif;
  padding-left: 25px;
}

.profession-pick {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
  position: relative;
}

.profession-pick label{
  width: 70px;
  height: 70px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  line-height: 70px;
}

.profession-pick label input {
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.profession-pick label:before {
  content: '';
  display: inline-block;
  width: 70px;
  height: 70px;
  background-color: #111f28;
  border-radius: 10px;
  cursor: pointer;
  transition: all 200ms ease;
}

.profession-pick input:checked + label:before {
  background-color: #c44c2d;
}

.profession-pick label img {
  vertical-align: middle;
  position: relative;
  z-index: 10;
  cursor: pointer;
}

.profession-pick div {
  display: inline-block;
  width: 120px;
  vertical-align: middle;
  box-sizing: border-box;
  padding-left: 10px;
}

.profession-pick span {
  color: #c44c2d;
  font-size: 16px;
  font-family: 'GothamRoundedBold', sans-serif;
  vertical-align: middle;
}

.profession-pick label.profession-icon-307:before {
  background-image: url(https://data.krytinystrechy.cz/100183/www/www.krytiny-strechy.cz/kraje-obrazky/hromosvody-icon1.png);
  background-repeat: no-repeat;
  background-position: center;
}

.profession-pick label.profession-icon-304:before {
  background-image: url(https://data.krytinystrechy.cz/100183/www/www.krytiny-strechy.cz/kraje-obrazky/hydroizolace-icon.png);
  background-repeat: no-repeat;
  background-position: center;
}

.profession-pick label.profession-icon-302:before {
  background-image: url(https://data.krytinystrechy.cz/100183/www/www.krytiny-strechy.cz/kraje-obrazky/klempirstvi-icon1.png);
  background-repeat: no-repeat;
  background-position: center;
}

.profession-pick label.profession-icon-308:before {
  background-image: url(https://data.krytinystrechy.cz/100183/www/www.krytiny-strechy.cz/kraje-obrazky/kominici-ikon.png);
  background-repeat: no-repeat;
  background-position: center;
}

.profession-pick label.profession-icon-310:before {
  background-image: url(https://data.krytinystrechy.cz/100183/www/www.krytiny-strechy.cz/kraje-obrazky/kontejnery-icon1.png);
  background-repeat: no-repeat;
  background-position: center;
}

.profession-pick label.profession-icon-301:before {
  background-image: url(https://data.krytinystrechy.cz/100183/www/www.krytiny-strechy.cz/kraje-obrazky/pokryvaci-icon.png);
  background-repeat: no-repeat;
  background-position: center;
}

.profession-pick label.profession-icon-309:before {
  background-image: url(https://data.krytinystrechy.cz/100183/www/www.krytiny-strechy.cz/kraje-obrazky/panely-icon1.png);
  background-repeat: no-repeat;
  background-position: center;
}

.profession-pick label.profession-icon-303:before {
  background-image: url(https://data.krytinystrechy.cz/100183/www/www.krytiny-strechy.cz/kraje-obrazky/tesarstvi-icon1.png);
  background-repeat: no-repeat;
  background-position: center;
}

.profession-pick label:hover:before {
  background-color: #c44c2d;
}

/*---------- Výběr kraje ----------*/

.map-pick-wrapper {
  float:left; 
  width:55%;
  position: relative;
}

.catalogue-search-wrap {display: none;}

.map-pick-wrapper .catalogue-search-wrap {
  margin: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

#map_margin {
  margin-top: 30px;
}

#vypis {
  position:absolute; 
  color: #c44c2d; 
  display:none;
  margin-left: 25px;
  margin-top: 5px;
}

.search-icon {
  width: 35px;
  height: 35px;
  vertical-align: middle;
  display: inline-block;
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/search-icon.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.catalogue-search-wrap {
  margin-top: 20px;
}

.catalogue-search-btn {
  margin-top: 10px;
  padding-right: 70px;
  margin-bottom: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: none;
}

.catalogue-search-btn .search-icon {
  margin-right: 30px;
}

.catalogue-top-btns .add-company-btn {
  padding-top: 5px;
  padding-bottom: 5px;
}

/*---------- Profese ----------*/

.box-profese {
  list-style: none;
  margin-top: 30px;
}

.box-profese li {
  display: inline-block;
  width: 170px;
  vertical-align: top;
  margin-right: 58px;
  text-align: center;
  margin-bottom: 45px;
}

.box-profese li:nth-of-type(4n) {
  margin-right: 0;
}

.professions-list-icon {
  display: block;
  width: 100%;
  height: 170px;
  background: #111f28;
  border-radius: 10px;
  text-align: center;
  line-height: 170px;
  margin-bottom: 20px;
  transition: all 200ms ease;
}

.professions-list-icon:hover {
  background: #c44c2d;
}

.professions-list-icon img {
  vertical-align: middle;
}

#seznam {
  margin-top: 50px;
}

/*---------- Katalog firem - firma ---------*/

#popis {
  margin-bottom: 50px;
}

#popis p {
  font-size: 16px;
  margin-top: 20px;
}

.selected-professions-list {
  display: inline-block;
  width: 100px;
  margin-right: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.selected-professions-list .selected-professions-icon {
  display: block;
  width: 100%;
  height: 100px;
  background: #111f28;
  border-radius: 10px;
  margin-bottom: 20px;
  line-height: 100px;
}

.selected-professions-list span img {
  vertical-align: middle;
  height: 64px;
  width: auto;
}

.selected-professions-list:hover .selected-professions-icon {
  background: #c44c2d;
}

.selected-professions-list:hover .link-type-3 {
  color: #111f28;
}

.show-map-btn span{
  vertical-align: middle;
  color: #ffffff;
}

.show-map-btn:hover span {
  color: #111f28;
}

.pin-icon {
  display: inline-block;
  width: 20px;
  height: 29px;
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/pin-icon.png) no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 30px;
}

.show-map-btn {
  padding-right: 50px;
}

.show-map-btn:hover .pin-icon {
  color: #111f28;
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/pin-icon-hover.png) no-repeat;
}

#bottom_box {
  margin-bottom: 50px;
}

/* Vypis firem */
.company-wrapper {
  min-height: 215px;
  position: relative;
}

.company-wrapper #logoo {
  float:right;
  width: 100%;
  max-width: 270px;
  min-height: 210px;
  display: flex;
  align-items: center;
}

.company-wrapper #logoo img {
  margin: 0 auto;
}

.company-professions-wrapper {
  position: absolute;
  bottom: 0;
}

#header {
  margin-bottom: 20px;
  overflow: auto;
}

#header .nadpis {
  float: left;
}

#header p {
  float: right;
  font-family: 'GothamRoundedBold', sans-serif;
  padding-top: 8px;
}

#top_box {
  clear: both;
}

#top_box #popis {
  margin-bottom: 0;
  box-sizing: border-box;
  padding-bottom: 40px;
}

.company-wrapper-top {
  background: #e7e8e9;
  padding-left: 20px;
  padding-top: 5px;
}

.company-select-box-heading {
  width: 100%;
  max-width: 320px;
  min-height: 45px;
  background: #cfd2d4;
  border-radius: 20px 20px 0 0;
  font-family: 'GothamRoundedBold', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  box-sizing: border-box;
  padding: 14px 10px 5px 50px;
  position: relative;
}

.company-select-box-heading:before {
  content: '';
  width: 20px;
  height: 30px;
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/pin-icon-hover.png) no-repeat;
  background-position: center;
  position: absolute;
  left: 20px;
  top: 8px;
}

.company-select-box-content {
  width: 100%;
  padding: 10px 20px;
  background: #e7e8e9;
  box-sizing: border-box;
}

.company-select-box-content select {
  max-width: 270px;
  background: url(https://data.krytinystrechy.cz/100183/web_templates/9/images/select-arrow.png) 92% / 15% no-repeat #ffffff;
  background-size: 16px;
  margin-right: 30px;
  color: #c44c2d;
}

.company-cancel-filter {
  position: relative;
  padding-left: 36px;
  float: right;
  margin-top: 14px;
}

.company-cancel-filter:before {
  content: '';
  display: block;
  width: 27px;
  height: 27px;
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/cancel-icon.png) no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: -4px;
}

/*---------- štítky ----------*/

.tags-preview {
  width: 100%;
}

.tags-preview-name {
  width: 170px;
  height: 45px;
  background: #cfd2d4;
  border-radius: 20px 20px 0 0;
  box-sizing: border-box;
  padding-top: 15px;
  text-transform: uppercase;
  position: relative;
  padding-left: 70px;
  font-family: 'GothamRoundedBold', sans-serif;
  font-size: 16px;
}

.tags-preview-name:before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/tags-icon.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 20px;
  top: 5px;
}

.tags-preview-list {
  list-style: none;
  width: 100%;
  background: #e7e8e9;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-flow: row wrap;
}

.tags-preview-list li {
  display: inline-block;
  padding-left: 15px;
  /*flex: 0 1 calc(16% - 8px);*/
}

.tags-preview-list li a {
  font-size: 14px;
  font-family: 'GothamRoundedBook', sans-serif;
}

.tags-preview-list li a.link-type-2 {
  font-family: 'GothamRoundedBold', sans-serif;
}
.tags-preview-list li a.reset {color:#000;}
.tags-preview-list li a.active {text-decoration:underline;}

/*---------- Vyhledávání krytin ----------*/
.ac-container {
  margin-top: 30px;
}

.ac-container label{
  width: 100%;
  text-transform: uppercase;
  background: #111f28;
  color: #ffffff;
  padding: 25px 20px 25px 20px;
  display: block;
  box-sizing: border-box;
  position: relative;
}

.ac-container label:before {
  content: '›';
  position: absolute;
  right: 20px;
  top: 7px;
  color: #ffffff;
  transform: rotate(90deg);
  font-size: 45px;
  font-family: 'GothamRoundedBook', sans-serif;
}

.ac-container label.active {
  background: #e7e8e9;
  color: #c44c2d;
}

.ac-container label.active:before {
  color: #111f28;
  transform: rotate(-90deg);
  right: 29px;
}

.ac-container #ac-1, .ac-container #ac-2 {
  opacity: 0.0001;
}

.ac-container .ac-large {
  background: #e7e8e9;
  padding: 20px;
}

.search-name-icon, .search-price-icon, .search-company-icon, .search-guarantee-icon, .search-life-icon, .search-tilt-icon, .search-weight-icon {
  padding-left: 55px;
  position: relative;
}

.search-name-icon:before, .search-price-icon:before, .search-company-icon:before, .search-guarantee-icon:before, .search-life-icon:before, .search-tilt-icon:before, .search-weight-icon:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  left: 20px;
  top: -5px;
}

.search-name-icon:before {
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/search-name-icon.png) no-repeat;
  background-position: center top;
  background-size: contain;
}

.search-price-icon:before {
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/search-price-icon.png) no-repeat;
  background-position: center top;
  background-size: contain;
}

.search-company-icon:before {
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/search-company-icon.png) no-repeat;
  background-position: center top;
  background-size: contain;
}

.search-guarantee-icon:before {
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/search-guarantee-icon.png) no-repeat;
  background-position: center top;
  background-size: contain;
}

.search-life-icon:before {
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/search-life-icon.png) no-repeat;
  background-position: center top;
  background-size: contain;
}

.search-tilt-icon:before {
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/search-tilt-icon.png) no-repeat;
  background-position: center top;
  background-size: contain;
}

.search-weight-icon:before {
  background: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/search-weight-icon.png) no-repeat;
  background-position: center top;
  background-size: contain;
}

.search-results-wrapper {
  margin-bottom: 40px;
}

.search-results-wrapper h2.h1-like {
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}

.search-items-wrapper {
  margin-top: 40px;
}

.search-results-infobox {
  width: 100%;
  padding: 30px 30px 20px 20px;
  background: #e7e8e9;
  box-sizing: border-box;
}

.search-results-infobox .search-name-icon {
  float: left;
}

.search-results-infobox a {
  float: right;
  font-size: 16px;
}

.search-results-advanced {
  clear: both;
  padding-top: 35px;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.search-results-advanced span {
  margin-bottom: 10px;
}


#right-bottom-popup{ position:fixed; bottom:1000px; left:10px; min-width:150px;  max-width:400px; z-index:1000;}
#right-bottom-popup .popup-title{color: #FFF;

  padding: 6px;
  padding-bottom:30px;
  font-size: 12px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color:#5EA93D;}
#right-bottom-popup .popup-content{color: #000;

  padding: 6px;
  font-size: 12px;
  border: 1px solid #FF9933;
  border-bottom:none;
  padding-bottom:30px;
  background-color:#fff;}
#right-bottom-popup .popup-title a{
  color:#fff;
  text-decoration:none;
  font-size:16px;

}
#right-bottom-popup input {padding:5px;}
#right-bottom-popup .emailing-button {margin-top:5px;}
.emailing-input {display:block;margin: auto;}

.gsc-control-cse table,.gsc-control-cse table td  {background-color:transparent!important;}

/* google search */

.cse .gsc-control-cse, .gsc-control-cse {
  padding-left: 0;
}

.gsc-input-box {
  height: 45px;
  border-radius: 25px;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
  width: 100%;
  outline: none;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  padding: 12px 25px 11px 25px;
  text-decoration: none;
  border-radius: 60px !important;
  min-height: 46px;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  transition: all 200ms ease;
  background-color: #c44c2d !important;
  color: #ffffff !important;
  border: 2px solid #c44c2d !important;
  border-color: #c44c2d !important;	
}

.cse .gsc-search-button-v2:hover, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
  background-color: #111f28 !important;
  border: 2px solid #111f28 !important;
}

table.gstl_50 {
  margin-bottom: 0;
  height: 44px;
}

tr td.gsib_a, tr td.gsib_b, tr td.gsc-input, tr td.gsc-search-button {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

table.gsc-above-wrapper-area-container {
  margin-bottom: 0;
  margin-top: 10px;
}

table.gsc-above-wrapper-area-container td, table.gsc-resultsHeader, table.gsc-resultsHeader td, table.gsc-table-result, table.gsc-table-result td {
  padding: 0;
  margin: 0;
}

table.gsc-table-result {
  margin-top: 5px;
}

table.gsc-table-result td {
  vertical-align: middle;
}

.gsc-inline-block {
  vertical-align: middle;
}

.gsc-table-result, div.gsc-thumbnail-inside, .gsc-url-top {
  padding-left: 0;
}

.gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b, .gs-webResult.gs-result a.gs-title:hover, .gs-webResult.gs-result a.gs-title:hover b, .gs-imageResult a.gs-title:hover, .gs-imageResult a.gs-title:hover b, .gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b, .gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b, .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #c44c2d !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  text-decoration: underline !important;
}

/*---------------*/

/* Custom Search */

.g-search-input-form table {
  background: transparent;
  margin-bottom: 0;
}

.g-search-input-form table tr td {
  background: transparent;
  padding: 0;
  vertical-align: middle;
}

.g-search-input-form input {
  height: 45px;
  border-radius: 25px;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
  width: 100%;
  outline: none;
  border: 1px solid #D9D9D9;
  background: #fff;
}

.g-search-input-form .g-search-input-box {
  padding-right: 10px;
}

.g-search-input-form .g-search-submit-box {
  width: 245px;
}

.g-search-submit-box button {
  margin: 15px 0;
}

.g-search-result-wrapper {
  padding-top: 20px;
}

.g-search-result-item {
  padding: 15px 0;
}

.g-search-url-top {
  overflow: hidden;
  word-break: break-all;
  color: #008000;
  font-size: 15px;
  padding: 0 8px 2px 8px;
}

.g-search-result-item table {
  margin-top: 5px;
  width: 100%;
  background-color: transparent;
  margin-bottom: 0;
}

.g-search-result-item table td {
  vertical-align: middle;
  background-color: transparent;
  font-size: 15px;
  padding: 0;
}

.g-search-image-box {
  max-width: 60px;
}

.g-search-image-box a {
  cursor: pointer;
}

.g-search-image-box img {
  max-width: 50px;
  max-height: 120px;
  vertical-align: middle;
  border: 1px solid #e2e2e2;
}

.g-search-snippet {
  font-family: 'GothamRoundedBook', sans-serif;
}

.g-search-more-results {
  text-align: center;
}

/*---------------*/

.ibazarinzerat {  border:1px solid #c9c9c9; margin:0 0 10px 0; padding:0;background-color:transparent}              
.ibazarinzerattop{ background-color:#ff8100;}
.ibazarinzerattopdatum, .ibazarinzeratbottomtyp{text-align:right;padding:4px 10px;width:20%;}
.ibazarinzerattopnadpis { padding:4px 10px; text-align:left; text-decoration: underline; font-weight:bold; font-size:11px; }
.ibazarinzerattopnadpis a { color:#fff;font-size:16px; }
.ibazarinzerat td { padding:5px; background:transparent }
.ibazarlistovani { text-align:center;}
ul ul {margin-left:30px;}


.show-more-btn-wrapper {
  text-align: center;
}

/* obrazkove submenu */
.image-submenu-list li{
  display: inline-block;
}

.image-submenu-list li a {

  display: table;
  width: 285px;
  padding-right: 10px;
  margin-top: 20px;
}

.image-submenu-img {
  width: 70px;
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  display: table-cell;
  vertical-align: middle;
  border-radius: 10px;
  background-color: #111f28;
  transition: all 250ms ease;
}

.image-submenu-name {
  max-width: 100px;
  font-family: 'GothamRoundedBold', sans-serif;
  color: #c44c2d;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  padding-left: 10px;
  transition: all 250ms ease;
}

.image-submenu-list li a:hover .image-submenu-img{
  background-color: #c44c2d;
}

.image-submenu-list li a:hover .image-submenu-name, .image-submenu-list li a:hover {
  color: #111f28;
  text-decoration: none;
}

/*========== MAP COLOR ADJUSTMENTS =========*/
#onclick_map img {
  filter: grayscale(70%) contrast(185%);
}

#map_czech_republic img {
  filter: grayscale(70%) contrast(185%);
}

#ustecky-kraj img{
  filter: grayscale(75%) contrast(250%);
}

#stredocesky-kraj img {
  filter: grayscale(75%) contrast(420%);
}

#pardubicky-kraj img, #zlinsky-kraj img {
  filter: grayscale(75%) contrast(240%);
}

a[name] {display:block;
  padding-top: 100px;
  margin-top: -100px;}


/*========== SEARCH RESULTS TABLE ========== */

.search-results-table th {
  width: auto;
}

.search-results-table tr td {
  white-space: nowrap;
  padding-left: 20px;
  vertical-align: middle;
}

.search-results-table tr th {
  padding: 15px 20px;
}

.search-results-table tr td a, .search-results-table tr td a:hover {
  color: #111f28;
}

.search-results-table tr td:first-child a {
  display: table-cell;
  white-space: normal;
}

.search-results-table tr td:first-child span {
  display: table-cell;
  vertical-align: middle;
}

.search-results-table tr td:first-child span:first-child {
  width: 80px;
  padding-right: 10px;
}

.resp-th {
  display: none;
}


.form-check-comment {    padding: 20px 40px 0px 40px;
  text-align: center;}

.search-loader {
  width: 25px;
  vertical-align: middle;
}

.search-loader-menu {
  width: 40px;
  vertical-align: middle;
  margin-left: 30px;
  margin-right: 10px;
  background: #111f28;
  border-radius: 50px;
}


.loader {
  width: 30px;
  vertical-align: middle;
}

.shorter.shorter-loaded,
.shorter-custom.shorter-loaded {
  position: relative;
  overflow: hidden;
}

.shorter.shorter-loaded:after,
.shorter-custom.shorter-loaded:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  height: 20px;
  background: -moz-linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient( to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(endColorstr="#ffffff", startColorstr="#00ffffff", GradientType=0);
}

.arrow {
  text-align: center;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 10000;
}

.arrow img {
  width: 37px;
  height: auto;
  display: inline-block;
  position: relative;
  z-index: 20;
}

.arrow:hover img {
  background: #e7e8e9;
  border-radius: 50px;
}


/* Text above submenu */

.above-submenu-text-container {
  display: flex;
  margin-bottom: 25px;
}

.above-submenu-text .list-with-icons li:nth-of-type(3n) {
  margin-right: 25px;
}

.above-submenu-text .list-with-icons li:nth-of-type(2n) {
  margin-right: 0px;
}

.above-submenu-img.heading-padding {
  padding-top: 65px;
}

/*--------------------*/

/* custom */

.pdf-viewer-container {
  max-width: calc(100% - 320px);
}

@media only screen and (max-width: 1170px) {
  .digimadi-cc.digimadi_container.transparent {
    opacity: 0.5;
  }

  .digimadi-cc.digimadi_container.transparent:hover {
    opacity: 1;
  }

}
/*---------------------*/

.column-banner.mobile-only {display: none;}

/*---------- EDITOR --------*/

.editor-collage { 
  margin: 0 -15px 0 -15px;    
  word-spacing: -30px;
}
.editor-collage-item {
  display:inline-block;    
  word-spacing: normal; 
  width:calc(33.33% - 30px);

  margin: 15px;
}

.editor-collage-item h3 {
  padding: 20px 0px 10px 0px;
}
.editor-collage-item td.product-img,.editor-collage-item td.product-name{
  margin:0px; 
  padding:0px;
}

.editor-collage-item td.product-name a {
  display:block;
  padding:0px 56px 0px 20px;
  background-image: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/i.svg);
  background-position: calc(100% - 16px) 50%;
  background-repeat: no-repeat;
  background-size: 24px;
}

.editor-collage-item .editor-final-product{
  margin-bottom:0px;
} 


.editor-iframe .mfp-iframe-scaler {padding-top:100%;}

.editor-iframe .mfp-iframe-holder .mfp-content {max-width:90vh;}

.mfp-content {
  z-index: 1102 !important;
}

.editor-final .popup-zoom,.editor-collage .popup-zoom {
  position:relative;
  display:block;
  width:90px;
  height:90px;
  overflow:hidden;
}
.popup-zoom-image {position:relative;}
.editor-final .popup-zoom:after, .editor-collage .popup-zoom:after {
  content:" ";
  display:block;
  position:absolute;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
}
.editor-image-container {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}

.editor-image-container img {
  width: 100%;
  max-width: 500px;
}

.editor-info-container {
  display: inline-block;
  width: calc(100% - 510px);
  vertical-align: top;
  padding-left: 20px;

  box-sizing: border-box;
}

.editor-info-container h2 {
  color: #111F28;
  font-weight: 400;
  margin-bottom: 10px;
}

.editor-final-product,.editor-final-product th ,.editor-final-product td {
  background: transparent;
}

.editor-info-container .product-img {
  width: 54px;
  vertical-align: middle;
  padding-bottom: 15px;
  text-align: center;
  padding-right: 20px;
  padding-top: 0;
}

.editor-info-container .product-img a {
  position: relative;
  display: block;
}

.editor-info-container .roof-zoom-icon, .editor-collage .roof-zoom-icon {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 25px;
  height: 25px;
  display: block;
  background-image: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/zoom-in-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.editor-info-container .product-img img {
  margin: 0;
  width: 100%;
  display: inline-block;
}

.editor-info-container .product-name,.editor-collage .product-name  {
  font-weight: 400;
  color: #111F28;
  vertical-align: middle;
  padding-bottom: 15px;
}

.editor-info-container .product-name a, .editor-collage .product-name a {
  font-weight: 400;
  color: #111F28;
}

.editor-info-container table {width:100%; border:none!important;     margin-bottom: 8px;}

.editor-info-container table * { border:none; vertical-align:middle;}

.editor-info-container table tr th {
  width:110px;
  font-style: normal;
  font-weight: 500;
  text-align:left;
  color: #111F28;
  background: transparent;
  padding: 10px 0;
}

.editor-info-container table tr td {
  font-style: normal;
  font-weight: 300;
  color: #111F28;
  background: transparent;
  padding: 10px 0;
}

.editor-info-container .ext-links {display:flex; margin:4px -4px 0px -4px;}

.editor-info-container .ext-links a {
  display:block;
  padding: 8px 0px;
  width:100%;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  margin:5px;
  text-align: center;
  color: #111F28;

  font-style: normal;
  font-weight: 400;
  text-decoration:none;
  white-space:nowrap;
  transition: all 200ms ease;
}

.editor-info-container .ext-links a:hover {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
}

/*.editor-info-container .ext-links a:after {
display:inline-block;
content:" ";
width:18px;
height:18px;
background-image:url("https://data.krytinystrechy.cz/100183/web_templates/62/images/ext-icon.svg");
background-size:contain;
background-repeat:no-repeat;
margin-left: 5px;
vertical-align: middle;
}*/

.mfp-content {
  text-align: center;
}

.editor-popup {
  position: relative;
  display: inline-block;
  max-width: calc(100vw - 30px);
}

.editor-popup img {
  max-width: 100%;
}

.mfp-close-btn-in .mfp-close {
  font-family: 'GothamRoundedMedium', sans-serif;
  color: #ffffff;
  text-decoration: none;
}

.mfp-close-btn-in .mfp-close:hover {
  text-decoration: none;
  background:transparent;
}

.mfp-bg {
  z-index: 1101!important;
}

.mfp-wrap {
  z-index: 1102!important;
}

.editor-more-actions {
  margin-top: 4px;
  margin-bottom: 9px;
}

.editor-more-actions a {
  margin: 5px 5px 5px 0;
}

.editor-more-actions a.btn-type-2 {
  border: 2px solid #c44c2d;
}

/*-------- /EDITOR ---------*/

/* Lazy Load - fade-in effect */

img.lazy-load {
  opacity: 0;
}

img.lazy-load:not(.initial) {
  transition: opacity 500ms;
}

img.lazy-load.initial,
img.lazy-load.loaded,
img.lazy-load.error {
  opacity: 1;
}

@media (max-width: 660px) {
  #features {width:420px;    margin-left: auto;
    margin-right: auto;}
}
@media (max-width: 480px) {
  #features .slider-tabs span:before{display:none;}
  #features .slider-tabs span {padding-left:0px;}
  #features {width:240px;    margin-left: auto;
    margin-right: auto;}
}

@media (max-width: 900px) {
  .search-results-table tr th, .search-results-table tr td {
    padding: 15px 10px;
  }
}

.search-empty-wrapper {padding-top:70px; color:red;}

@media (max-width: 800px) {
  .search-results-table tr td:first-child a {
    display: inline-block;
  }

  .search-results-table tr td:first-child span {
    display: block;
  }
}

@media (max-width: 630px) {
  .search-results-table tr:first-child {
    display: none;
  }

  .search-results-table tr td:first-child {
    display: block;
    background: #cfd2d4;
  }

  .search-results-table tr td:first-child a {
    font-family: 'GothamRoundedBold', sans-serif;
  }

  .search-results-table tr td:first-child span{
    font-family: 'GothamRoundedBold', sans-serif;
  }

  .search-results-table tr td {
    padding: 15px 20px;
  }

  .search-results-table tr:last-of-type td {
    border-bottom: 2px solid #cfd2d4;
  }

  .search-results-table tr:last-of-type td:last-child {
    border-bottom: none;
  }

  .resp-th {
    display: inline-block;
  }
}

/*========== RESPONSIVE ==========*/

@media (max-width: 1536px) {
  .left-banner {
    display: none;
  }

  .right-banner {
    position: relative;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    width: auto;
    z-index: 1;
  }
  .pdf-viewer-container {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1170px) {
  .column-banner.mobile-only {display: block;}
  .column-banner.desktop-only {display: none;}

  .bottom-window-banner-wrapper {
    display: block;
  }

  img,video {
    max-width:100%!important; 
    height:auto;
  }	

  iframe, table {
    max-width: 100% !important;
  }

  /*.leader-banner {
  display: none;
}*/

  .header-top-responsive, .header-submenu-responsive {
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-top-responsive {
    overflow: auto;
  }	

  .header-top-logo img {
    margin-top: 15px;
  }

  .homepage-articles-heading {
    margin-right: 30px;
  }

  .category-title-container {
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }

  .left-column {
    padding: 0 30px;
    box-sizing: border-box;
    max-width: 100%;
  }
  /*disable full-wifdth-menu        .header-main,*/

  .header-top, .header-submenu {
    display: none;
  }

  /*------------------------      .header-top-responsive,    */
  /*enable responsive-menu*/

  .header-submenu-responsive {
    display: block;
  }

  /*------------------------*/

  .header-top-menu-upper {
    padding-top: 20px;
    margin-bottom: 25px;
  }

  .resp-menu-btn {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: #c44c2d;
    border-radius: 50px;
    vertical-align: middle;
    position: relative;
    text-align: center;
  }

  .resp-menu-btn:before {
    content: '';
    width: 30px;
    height: 6px;
    display: block;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    margin: 0 auto;
    margin-top: 15px;
  }

  .resp-menu-btn:after {
    content: '';
    width: 30px;
    height: 3px;
    display: block;
    border-top: 2px solid #ffffff;
    margin: 0 auto;
    margin-top: 6px;
  }

  .header-submenu-responsive {
    background: #cfd2d4;
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .header-submenu-bg {
    background: none;
    height: auto;
    margin-bottom: 20px;
  }

  .header-submenu-menu {
    display: block;
  }

  .header-submenu-item, .header-submenu-item.is-content {
    display: flex;
    align-items: center;
    margin: 0 auto;
    border-radius: 0;
    border-bottom: 1px solid #2e546d;
    line-height: 25px;
  }

  .header-submenu-item:first-of-type, .header-submenu-item.is-content:first-of-type {
    border-radius: 20px 20px 0 0;	
  }

  .header-submenu-item:last-of-type, .header-submenu-item.is-content:last-of-type {
    border-radius: 0 0 20px 20px;
    border-bottom: none;
  }

  .header-submenu-item.active {
    background: #111f28;
  }

  .header-submenu-item.active .header-submenu-icon-1 {
    background: url(https://data.krytinystrechy.cz/100183/web_templates/9/images/header-submenu-icon-1.png) no-repeat;
    background-size: contain;
    background-position: center;
  }

  .responsive-menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background: #c44c2d;
    z-index: 1000;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 0px;
    padding-top: 64px;
  }

  .responsive-menu-close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 45px;
    top: 19px;
  }

  .responsive-menu-close:before {
    content: '';
    background: #ffffff;
    display: block;
    position: absolute;
    height: 2px;
    width: 25px;
    transform: rotate(45deg);
    top: 14px;
    left: 3px;
  }

  .responsive-menu-close:after {
    content: '';
    background: #ffffff;
    display: block;
    position: absolute;
    height: 2px;
    width: 25px;
    transform: rotate(-45deg);
    top: 14px;
    left: 3px;
  }

  .responsive-menu .header-submenu-responsive {
    margin-top: 20px;
  }

  .responsive-menu .header-main-menu {
    padding-left: 0;
    height: auto;
    margin-bottom: 10px;
  }

  .responsive-menu .header-main-menu li{
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 30px;
    margin-right: 0;
    position: relative;
    padding-top: 15px;
    padding-bottom: 9px;
  }

  .responsive-menu .header-main-menu li:after {
    content: '›';
    display: block;
    position: absolute;
    right: 30px;
    top: -10px;
    color: #ffffff;
    font-size: 40px;
    font-family: 'GothamRoundedBook', sans-serif;
  }

  .responsive-menu .header-main-menu li:hover:after {
    color: #111f28;
  }

  .responsive-menu .header-main-menu li:first-of-type {
    display: none;
  }

  .responsive-menu .responsive-menu-logo {
    position: absolute;
    top: 10px;
    left: 30px;
  }

  .responsive-menu .header-main-menu li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-right: 50px;
    font-size: 14px;
  }

  .responsive-menu .top-lower-menu li{
    display: block;
    padding-left: 30px;
  }

  .responsive-menu .top-lower-menu li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 9px 0;
    font-size: 16px;
  }

  .responsive-menu .top-upper-link {
    display: block;
    color: #111f28;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 14px 0 10px 32px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 11px;
  }

  .responsive-menu .top-upper-link:after {
    content: '›';
    display: block;
    position: absolute;
    right: 30px;
    top: 0;
    font-size: 30px;
    font-family: 'GothamRoundedBook', sans-serif;
  }

  .responsive-menu .fb-logo {
    float: right;
    margin-right: 30px;
    width: 40px;
    height: 40px;
  }

  .responsive-menu .responsive-search-btn {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #111f28;
    background-image: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/search-icon.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
    float: left;
    margin-left: 30px;
    border: none;
  }

  .responsive-menu input.top-search-input {
    height: 40px;
    float:left;
    margin-bottom: 10px;
  }
  /* header between 550 and 1170px */
  .header-top, .header-main-menu {
    display: none !important;
  }

  .header-main {
    height: 40px;
    position: relative;
  }

  .header-fixed-logo, .header-fixed-right-menu, .fixed-header-btn, .responsive-menu .header-main-menu {
    display: block !important;
  }

  .header-fixed-logo {
    margin-left: 10px;
  }

  .fixed-header-btn {
    top: 10px;
  }

  .fixed-header-btn:before, .fixed-header-btn:after, .fixed-header-btn div {
    background: #c44c2d;		
  }

  .header-main.fixed .fixed-header-btn {
    top: 5px;
  }



  /* homepage slider responsive */
  .homepage-slider {
    padding: 0 30px;
    padding-bottom: 140px;
    position: relative;
  }	

  .homepage-slider-content {
    margin-right: 0;
  }

  .homepage-slide-content a.btn-type-1, .homepage-slide-content a.btn-type-2, .homepage-slide-content a.btn-type-3 {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 270px;
    text-align: center;
    box-sizing: border-box;
  }

  .homepage-slider-left-btn, .homepage-slider-right-btn {
    display: none;
  }

  /* homepage articles responsive */
  .homepage-articles-heading {
    margin-left: 30px;
    margin-right: 30px;
    box-sizing: border-box;
  }

  .homepage-article {
    margin-bottom: 40px;
  }

  .homepage-articles-more {
    display: block;
    margin: 0 auto;
    max-width: 270px;
    padding-left: 0;
    padding-right: 0;
  }

  /* features slider */
  #features .slider-tabs {
    height: 55px;
    width: 100%;
    max-width: 600px;
  }	

  #features .slider-tabs a {
    display: none;
  }

  #features .slider-section {
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 auto;
  }

  #features .content {
    text-align: center;
    display: block;
  }

  #features .slick-slide {
    text-align: left;
  }

  #features .slider-count {
    display: block;
  }

  /* second homepage articles list */
  .responsive-disable {
    display: none;
  }	
  /* right column responsive */
  .right-column {
    float: none;
    max-width: 100%;
    margin-top: 40px;
    display: none;
  }

  .right-column.resp-right-column {
    display: block;
    margin-bottom: 40px;
  }
  .right-column.resp-right-column .column-banner {margin-bottom: 14px; margin-top: -20px;}

  .right-column-heading {
    width: 100%;
    background: #cfd2d4;
    padding: 15px 40px 15px 30px;
    margin-bottom: 2px;
    margin-top: 0;
    box-sizing: border-box;
  }

  .right-column-heading:before {
    content: '›';
    right: 30px;
    top: 0;
    bottom: unset;
    left: unset;
    background: none;
    height: auto;
    width: auto;
    font-size: 37px;
  }

  .right-container {
    display: none;
  }

  .right-container.active {
    display: block; 
  }

  /* footer responsive */
  .responsive-footer {
    display: block;
  }

  .footer-full-width {
    display: none;
  }

  footer {
    padding-bottom: 20px;
  }	

  .footer-wrapper {
    height: auto;
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .footer-wrapper .container {
    display: block;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }

  .footer-logo {
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .footer-middle {
    margin-bottom: 20px;
  }

  .footer-right .footer-menu {
    margin-top: 0px;
  }

  .footer-right {
    margin-bottom: 20px;
  }

  .footer-middle a, .footer-middle a span {
    line-height: 50px;
  }

  .footer-middle .footer-info-icon {
    margin-right: 0;
  }

  .footer-bottom {
    padding-right: 30px;
    padding-left: 30px;
    box-sizing: border-box;
  }

  .footer-bottom li:first-of-type {
    display: block;
    margin-bottom: 10px;
  }

  /* other sites */
  .product-discount-btn.discount-btn-big {
    padding-left: 70px;
    padding-right: 15px;
    height: auto;
    min-height: 65px;
  }

  .product-related a.btn-type-1 {
    margin-top: 40px;
  }

  table#tabulka-srovnani,
  table.compare-table {
    width: 100%;
    overflow: auto;
  }

  table#tabulka-srovnani th,
  table#tabulka-srovnani td,
  table.compare-table th,
  table.compare-table td {
    display: table-cell;
  }

  .comapre-table-wrapper {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-top: 40px;
  }

  #map_margin {
    overflow: auto;
    width: 100%;
  }

  .right-banner {
    display: none;
  }

  .above-submenu-text-container {
    display: block;
  }

  .above-submenu-img {
    display: inline-block;
    vertical-align: top;
  }

  .above-submenu-text {
    display: inline-block;
    max-width: 595px;
  }

  .editor-info-container {
    width: 100%;
    margin-top: 20px;
    padding:15px 30px 15px 30px; 
  }
  .editor-final {
    margin: 0 -30px 0 -30px;
    background-color:#f9edeb;

  }
  .editor-collage { margin: 0 -30px 30px -30px;}


  .editor-collage-item {display:block;
    width:auto; background-color: #f9edeb; padding-bottom:20px; margin: 0;
  }

  .editor-collage-item .editor-final-product .product-img {
    padding-left:30px;
  }
  .editor-collage-item .editor-final-product .product-name {
    padding-right:30px;
  }
  .editor-collage-item h3 {
    padding: 20px 30px 10px 30px;

  }
}

.error {color:red;}


@media (max-width: 1170px) {
  .leader-banner {
    display: none;
  }
}

@media (max-width: 929px) {
  .list-with-icons li:nth-of-type(3n), .homepage-article:nth-of-type(3n) {
    margin-right: 25px;
  }

  .list-with-icons li:nth-of-type(2n), .homepage-article:nth-of-type(2n) {
    margin-right: 0px;
  }

  .products-list-item:nth-of-type(3n) {
    margin-right: 25px;
  }

  .products-list-item:nth-of-type(2n) {
    margin-right: 0;
  }

  .profession-pick-wrapper, .map-pick-wrapper {
    float: none;
    width: auto;
  }

  .map-pick-wrapper .catalogue-search-wrap {display: none;}
  .catalogue-search-wrap {display: block;}

  .profession-pick-wrapper {
    margin-bottom: 20px;
  }

  .box-profese li:nth-of-type(4n), .box-profese li {
    margin-right: 59px;
  }

  .box-profese li:nth-of-type(3n) {
    margin-right: 0;
  }

  .above-submenu-img.heading-padding {
    padding-top: 0;
  }
}

@media (max-width: 870px) {


  .brand-infobox {display: none;}
  .brand-infobox.resp-brand-infobox {
    display: block; 
    float: none;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}

@media (max-width: 822px) {
  .company-select-box-content {
    text-align: center;
  }

  .company-select-box-content select {
    display: inline-block;
    margin-right: 0px;
  }

  .company-select-box-content select:first-of-type {
    margin-right: 30px;
    margin-bottom: 20px;
  }

  .company-cancel-filter {
    display: inline-block;
    float: none;
    margin: 20px 10px 0 10px;
  }
}

@media (max-width: 720px) {

  .company-wrapper #logoo { float: none; }
}

@media (max-width: 700px) {
  .header-fixed-right-menu .top-upper-link.izolace {
    display: none;
  }

  .articles-list h3 a {
    padding-top: 2px;
  }
}

@media (max-width: 698px) {
  .box-profese li:nth-of-type(3n), .box-profese li {
    margin-right: 60px;
  }

  .box-profese li:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media (max-width: 676px) {
  table {
    width: auto !important;
  }
  table,th,td {
    min-width: unset !important;
  }

  table.editor-final-product {
    width: 100% !important;
  }
}

@media (max-width: 675px) {

  .company-select-box-content select {
    display: block;
    margin-right: auto !important;
    margin-left: auto;
    margin-bottom: 20px;
  }

  .company-cancel-filter {
    display: inline-block;
    float: none;
    margin-top: 0;
  }
}

@media (max-width: 655px) {
  .homepage-article, .product-related-item {
    display: block;
    margin: 0 auto 40px auto !important;
  }

  .homepage-articles-categories-responsive {
    display: block;
  }

  .homepage-articles-categories {
    display: none;
  }

  .products-list-item {
    margin-right: 0;
    display: block;
  }
}

@media (max-width: 630px) {
  .list-with-icons li {
    margin-right: 25px;
  }

  .product-price-table-heading {
    width: 100%;
  }

  table:not(.editor-final-product):not(.compare-table) th, table:not(.editor-final-product):not(.compare-table) td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }



  .product-discount-btn, .product-compare-btn, .product-app-btn {
    width: 100%;
    min-width: unset;
  }

  .header-top-logo {
    width: 120px;
  }

  .header-top-logo img {
    margin-top: 40px;
  }

  .header-top-menu-upper {
    margin-bottom: 20px;
  }

  .header-top-responsive.fixed .header-top-logo {
    width: 120px;
  }

  .header-top-responsive.fixed .header-top-logo img {
    margin-top: 12px;
  }

  .header-top-responsive.fixed .header-top-menu-upper {
    margin-bottom: 5px;
    margin-top: 0px;
    padding-top: 10px;
  }

  .product-compare {
    padding-left: 0;
    padding-right: 0;
  }

  .product-compare .breadcrumbs-wrapper, .product-compare div:nth-of-type(2) {
    padding-left: 30px;
    padding-right: 30px;
  }

  #tabulka-srovnani th,
  #tabulka-srovnani td,
  .compare-table th,
  .compare-table td {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }

  #tabulka-srovnani td h2,
  .compare-table td h2{
    font-size: 16px;
  }

  #tabulka-srovnani td a img,
  .compare-table td a img{
    max-width: 50px !important;
  }

  .product-price-table tr:last-of-type th,
  .product-price-table tr:last-of-type td {
    border-bottom: 2px solid #9b3c24;
  }
}

@media (max-width: 560px) {
  #rubriky-list .rubriky-list .articles-category-name {
    min-width: 0px;
    width: 100%;
  }

  .profession-pick {
    width: auto;
  }
}

.resp-menu-comparsion {
  display: none;
}

@media (max-width: 550px) {
  /*disable full-width-menu*/

  .header-top, .header-main, .header-submenu {
    display: none;
  }

  /*------------------------*/
  /*enable responsive-menu*/

  .header-submenu-responsive, .header-top-responsive {
    display: block;
  }

  /*------------------------*/

  .resp-menu-comparsion {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin-left: 30px;
  }

  .responsive-menu .resp-menu-search-btn {
    display: none;
  }

  .header-top-menu-upper .responsive-search-btn {
    display: inline-block;
    width: 46px;
    height: 46px;
    border-radius: 50px;
    background: #111f28;
    background-image: url(https://data.krytinystrechy.cz/100183/web_templates/62/images/search-icon.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
    border: none;
    vertical-align: middle;
  }

  .header-top-menu-upper #resp-top-google {
    display: inline-block;
    width: 46px;
    height: 46px;
    vertical-align: middle;
  }

  #resp-google {
    display: none;
  }

  .top-upper-comparsion span {
    background: #ffffff;
    color: #c44c2d;
  }

  .editor-final-product .ext-links {
    flex-wrap: wrap;
  }
}



@media (max-width: 420px) {


  .list-with-icons li {
    margin-right: 0px;
  }
}

@media (max-width: 359px) {
  .catalogue-top-btns .add-company-btn {
    text-align: center;
  }

  .add-company-btn span {
    margin-right: 20px;
  }
}



@media (max-width: 350px) {
  #features .slider-tabs .slider-heading {
    padding-left: 15px;
  }

  .pin-icon {
    margin-right: 10px;
  }
}

@media (max-width: 300px) {
  .header-top-menu-upper .responsive-search-btn, .resp-menu-btn {
    width: 40px;
    height: 40px;
  }

  .header-top-menu-upper a {
    margin-left: 5px;
  }

  .resp-menu-btn:before {
    width: 25px;
    margin-top: 12px;
  }

  .resp-menu-btn:after {
    width: 25px;
  }

  .header-top-menu-upper {
    margin-bottom: 10px;
    padding-top: 30px;
  }
}

@media (max-width: 280px) {
  .header-top-menu-upper #resp-top-google {
    display: none;
  }
}

#map_box {width:100%; height:300px;}
.digimadi_message {color:#fff;}

.gs-title {font-size:18px!important}
.gsc-url-top,.gsc-table-result, .gsc-table-result *,.gsc-cursor-page,.gsc-cursor-page * {font-size:15px!important;}

/*----------------------------*/

.special-table {
  width: 100%;
  overflow: auto;
}

.special-table table {
  width: 100% !important;
}

@media (max-width: 630px) {
  .special-table table th, .special-table table td {
    display: table-cell;
    width: auto !important;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.digimadi-cc.digimadi_container {width: 100%; max-width: 720px; margin: 0 auto;}

.form-commerce-digim input[type="checkbox"], .form-commerce-digim  input[type="radio"] {
  opacity: 1;
  width: auto!important;
  height: auto !important;
}

body.digimadi-app .addthis_inline_share_toolbox {display:none;}

/* PRINTING PAGE */


@media print {
  .header-main,
  .header-submenu,
  .header-top-menu,
  .header-top-menu-upper,
  .leader-banner,
  .editor-actions,
  .bottom-window-banner-wrapper,
  .left-banner,
  footer,
  .category-title-container,
  .editor-info-container .roof-zoom-icon,
  .breadcrumbs-hr,
  .addthis_inline_share_toolbox,
  .btn-type-3,.btn-type-2{
    display: none;
  }
  .editor-final {background-color:white;}


  .header-top-logo {
    position: absolute;
    top: 0px;
    left: 30px;
  }
  header {min-height:90px;}
  .main-content-heading {
    position: absolute;
    top: 30px;
    left: 190px;
  }
  .editor-image-container img {width:80%; margin:auto;}
}

/* /PRINTING PAGE */


/*------TABULKA SKLONU -------

@media only screen and (max-width: 650px) {
.tabulka-sklonu {
display:none;
}
}*/

.mobil-tabulka-sklonu {display: none;}
@media only screen and (min-width: 651px) {
  .mobil-tabulka-sklonu {
    display:none;
  }
}

/* Vyskakovací okno (nápověda pro hledání firem)*/
#ws_tip_box {border-radius: 22px;}


/* SATJAM TABULKA */
.satjam-tab table td { background-color:#fff!important;padding:0px!important; font-size:13px; }


/* TABULKA O NAS */
.buttons-onas { width: 33%; float: left; text-align: center; }
@media (max-width:950px) {
  .buttons-onas { width:50%; }
  #sloupec3-onas { padding-top:25px; }
}
@media (max-width:580px) {
  .buttons-onas { width:100%; line-height:0.3!important; }
  #sloupec3-onas { padding-top:20px; line-height:0.3!important; }
  #sloupec2-onas { padding-top:20px; line-height:0.3!important; }
}

#shiva
{
  width: 25.6%;
  height: 100px;
  background: #111f28;
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  display:inline-block;
  margin:10px;
  padding: 22px;
  text-align:center;
}

@media (max-width:950px) {
  #shiva { width:38%; }
}

@media (min-width:900px) AND (max-width:949px) {
  #shiva { width:25%; }
}

@media (max-width:580px) {
  #shiva { width:80%; }
}

@media (max-width:950px) {
  #vysledky { width:100%!important; padding-right:10px;margin-left:-10px;border-radius: 25px 25px 25px 25px!important;}
}

@media (max-width:830px) {
  #video-brno { width:100%!important; }
}

.count
{
  line-height: 75px;
  color: white;

  font-size: 25px;
}

/* odsazeni h1 v clanku */

.main-content-heading {
  margin-top: 18px;
}

.article-detail-heading {
  margin-top: 0px!important;
}

/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/

.pruh-sedy {background-color:rgb(240, 240, 240);padding: 35px 35px;background-repeat: no-repeat; background-position: 32px 50%; padding-left: 120px}

.pruh-bily {background-color:white;padding: 35px 35px;
  background-repeat: no-repeat; background-position: right 50%; padding-right: 100px}

.pruh-bily-obrazekvlevo {background-color:white;padding: 35px 35px;background-repeat: no-repeat; background-position: 32px 50%; padding-left: 120px}

.author-reference
{color: cornflowerblue; margin-bottom: 0;}

#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 500px;
  height: 300px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}

@media (max-width:945px) {
  .stavebniny-krytiny {
    display:none;
  }

  #nadpis {
    font-size:20px!important;
  }
}

@media (max-width:400px) {
  .vyhody {
    margin-left:-15px;
  }
}

@media (max-width:500px) {
  .form-check-comment {font-size:12px;text-align:left;}

  .brand-infobox-logo {max-width:300px!important;}
}


@media (max-width: 630px) {
  .sluzby td { display: contents; }
  .td-bordered-sluzby { border-right:0px!important; }
}

@media (min-width:1000px) {
  .sluzby { min-width:430px; }
}

@media (max-width:1000px) {
  .td-bordered-sluzby { min-width:300px; }
}

@media (max-width:650px) {
  td#otevrit-cenik {
    display: inline-table;
    /* text-align: end; */
    text-align: center!important;
  }
  td#otevrit-cenik img {
    width: 20px!important;
  }
}

/*Střecha chytře*/

.kurzy,
.koupit-kurz {
  margin-bottom: 15px;
}

#balicek {
  padding:0px;
  background:#fff;
}

.balicek1,
.balicek2 {
  width:45%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
}

td#bunka-kurzy {
  font-size: 14px;
  padding: 6px 0px 6px 10px;
  vertical-align: middle;
}

td#bunka-kurzy2 {
  font-size: 14px;
  background: #dedede;
  padding: 6px 0px 6px 10px;
  vertical-align: middle;
}

img#lock {
  height: 20px;
  display: block;
  margin: 0 auto;
}

.kurzy tr:last-of-type td {
  border-radius: 10px 0px 10px 0px;
}

.one-course small {
  color: #fff;
}

.one-course {
  background: #111f28;
  color: #fff;
  text-align: center;
  padding: 10px;
  /*  border: 5px solid #c44c2d; */
}

.all-courses small {
  color: #fff;
}

.all-courses {
  background: #c44c2d;
  color: #fff;
  text-align: center;
  padding: 10px;
  /*  border: 5px solid #111f28; */
}

#check-uncheck {
  height:22px;
}

.cena-balicku {
  background: #1DA314;
  padding: 10px;
  border: 2px solid;
  box-shadow: 4px 5px;
  transition: .5s ease;
  position: relative;
  top: 0px;
  cursor: pointer;
}

.cena-balicku:hover {
  box-shadow: 6px 8px;
  top: -5px;
}

span.cenovka {
  color: #fff;
  display: block;
  font-size: 22px;
  text-align: center;
  text-shadow: 2px 2px #000;
  font-weight: 900;
}

span.koupit {
  display: block;
  text-align: right;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
}

td > div.popup { display: none; } td:hover > div.popup { display: block; position: absolute; background:#111f28; padding:5px; border-radius:5px; color:#fff;z-index:1; }

.balicek1:hover,
.balicek2:hover {
  width:60%;
}

.balicek1:hover .one-course,
.balicek2:hover .all-courses {
  border-color:#489C42!important;
}

.studovat,
.usetrit {
  display: block;
  text-align: center;
  /* padding: 10px;
  border: 2px solid #000;*/
  max-width: 200px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 auto;
  /* box-shadow: 3px 4px #000;
  transition: .5s ease;*/
  position: relative;
  top: 0px;
  cursor: pointer;
  font-size:18px;
}

/*.usetrit {
background:#1DA314;
}

.studovat {
background:#E2964B;
}*/

/*.studovat:hover,
.usetrit:hover {
top:-5px;
box-shadow: 6px 8px #000;
}*/

/*
#bunka-kurzy,
#bunka-kurzy2 {
border-right:2px solid;
}
}*/ 


@media (max-width:1170px) {
  .check-td {
    width:15%!important;
  }
}

@media (max-width:610px)  {
  .check-td {
    width:5%!important;
  }
}

@media (max-width:630px) {
  .check-td {
    display:none;
  }
  .nezahrnuje td {
    color:maroon;
    text-decoration-style: double!important;
  }

  td button {
    margin-bottom:15px;
  }

  .balicek-prvni,
  .balicek-druhy,
  .balicek-treti {
    width: -webkit-fill-available!important;
  }

  .balicky-table td {
    padding-right:0px!important;
  }

  .vcdph {
    margin-top:-30px;
  }

  .sipky {
    display:none;
  }

  .nadpis-chyby {
    font-size:30px!important;
  }
}

@media (max-width: 1170px) {
  #telefon-icon img {
    max-width: 128px!important;
  }

  .img-sazby {
    display:none;
  }
}

/* FAQ Střecha chytře */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-top:10px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.accordion:after {
  content: '+';
  font-size: 13px;
  /* color: #777; */
  float: right;
  margin-left: 5px;
}

button.accordion.active::after {
  content: "-";
}

@media (max-width:950px) {
  .vysledky-posun {
    margin-top:120px;
  }
}

/* Zmenšení ikonek ceníků */
#otevrit-cenik img {
  width:15px;
}
/* */

.breathe {

}

.glass {
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 50%;
  cursor: none;

  /* Multiple box shadows to achieve the glass effect */
  box-shadow:
    0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25), 
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);

  /* hide the glass by default */
  display: none;
}

.hover-item:hover .hover-item-img  {
  transform: translate(0, -40px);
}

.hover-item .hover-item-img {
  transition: 1s;
}

/* NÁVRHÁŘ STŘECH RESPONZIVE */
@media (max-width:500px) {
  iframe.yt-navrhar {
    height: 200px;
  }

  h2.navrhar-h2 {
    font-size: 40px!important;
    padding-left: 0px!important;
    line-height: 1.2!important;
    text-align:center!important;
  }

  .navrhar-vyhoda {
    padding: 0px 15px!important;
    text-align: center!important;
    padding-bottom: 10px!important;
  }

  .navrhar-tlacitka-3 .btn-type-1 {
    width:300px!important;
  }

  .magniflier {
    margin-bottom:5px!important;
  }

  h2.navrhar-h2-long {
    font-size: 35px!important;
    padding-left: 0px!important;
    line-height: 1.2!important;
    text-align:center!important;
  }

}

@media (max-width:910px) {

  #poroucejte-h2 {
    margin-top: 70px;

  }

  #nepromarnete-h2 {
    margin-top: 150px;

  }


}

@media (min-width:751px) {
  .mobily-mobil {
    display:none;
  }
}

@media (max-width:750px) {
  .mobily {
    display:none;
  }

  .mobily-mobil {
    display:block;
  }

  .mobily-mobil #nepromarnete-h2 {
    margin-top: 0px;
  }

  .mobily-mobil h2#poroucejte-h2 {
    margin-top: 0px;
    padding-top:0px!important;
  }

  .mobily-mobil #nepromarnete-h2 {
    margin-top:0px!important;
  }
}

.article-adver {
  overflow: hidden;
  background-color: #fff;
  max-width: 100%;
  margin: 0 auto;
}

.wrapper {
  position: relative;
  width: 100%;
  height: 76vh;
  margin: 60px auto;
}

.bg-wrapper {
  position: absolute;
  width: 100%;
  height: 80vh;
}

.bg {
  position: fixed;
  height: 80vh;
  top: 90px;
  left: 50%;
  backface-visibility: hidden;
  transform: translate3d(-50%, 0, 0);
  object-fit: cover;
}

.img-adver-xl {
  display: none;
}



.wrapper-squere {
  position: relative;
  width: 100%;
  height: calc(90vw - 60px);
  margin: 60px auto;
}
.bg-wrapper-squere {
  position: absolute;
  width: 100%;
  height:  calc(90vw - 60px);
}
.bg-wrapper-squere img {
  width:calc(100vw - 60px);
  height:auto;
  top: 200px;
}
@media screen and (max-width: 1170px){
  .bg-wrapper-squere {
    clip: rect(0px calc( 100vw - 60px) calc(90vw - 60px) 0px);
  }
}

@media screen and (min-width:1170px) {
  .bg-wrapper,.bg-wrapper-squere {
    clip: rect(0px 870px 63vh 0px);
  }

  .wrapper {
    position: relative;
    width: 100%;
    height: 59vh;
    max-height: 700px;
    margin: 60px auto;
  }
  .bg {
    position: fixed;
    height: 80vh;
    max-height: 950px;
    top: 90px;
    left: 40%;
    backface-visibility: hidden;
    transform: translate3d(-50%, 0, 0);
    object-fit: cover;
  }

  .wrapper-squere {
    position: relative;
    width: 100%;
    height: 59vh;
    max-height: 700px;
    margin: 60px auto;
  }
  .wrapper-squere .bg {
    position: fixed;
    height: 90vh;
    max-height: 950px;
    width:auto;
    top: 90px;
    left: 40%;
    backface-visibility: hidden;
    transform: translate3d(-50%, 0, 0);
    object-fit: cover;
  }
}

@media screen and (min-width:870px) {
  .img-adver-xl {
    display: block;
  }
  .img-adver-sm {
    display: none;
  }
  .wrapper.mobile,.wrapper-squere.mobile {
    display:none;
  }
}

@media screen and (max-width:1170px) {
  .bg-wrapper {
    clip: rect(0px calc( 100vw - 60px) 80vh 0px);
  }
}

@media screen and (max-width:870px) {
  .img-adver-sm {
    display: block;
  }
}


.show-mobile{

  display:none;

}

@media(max-width:1170px){

  .show-desktop{

    display:none;

  }

  .show-mobile{

    display:block;

  }

}

.products-detail-text-top,
.products-detail-text-bottom,
.form-product-detail .form-check-comment {
  font-family: 'GothamRoundedMedium', sans-serif;
  margin-bottom: 30px;

}


.products-detail-text-bottom {
  text-align: center;
  margin-top: 80px;
}

.products-detail-text-top ul {
  list-style: disc;
  padding-left: 80px;
  margin: 20px 0;
}
.product-detail-banner-middle {
  max-width: 100%;
  overflow: auto;
}

@media screen and (max-width:950px) {
  form.form.form-product-detail .form-item p {
    float: unset;
    margin-top: 15px;
    font-size: 10px;
  }
  .products-detail-text-top ul {
    padding-left: 20px;
  }
  .form-label {
    font-size: 15px;
  }
}
@media screen and (max-width:450px) {
  form.form.form-product-detail .form-item {
    padding: 10px;
  }
}
.products-list-item.temporarily-unavailable,
.products-list-item.permanently-unavailable {
  position: relative;
}
.temporarily-unavailable-div,
.permanently-unavailable-div {
  position: absolute;
  font-size: 14px;
  text-align: center;
  padding: 11px 10px;
  bottom: 42px;
  display: none;
  left: 1px;
  right: 0;
  top: 0;
  line-height: 16px;
}
.temporarily-unavailable-div-inner {
  position: absolute;
  background-color: #ffffffc2;
  bottom: 10px;
  right: 10px;
}
.temporarily-unavailable .special-product-icon,
.permanently-unavailable .special-product-icon {
  font-size: 27px;

  width: 40px;
  line-height: 40px;
  height: 40px;
  text-align: center;

  position: absolute;
  top: 215px;
  right: 22px;
  cursor: pointer;
  padding: 0px;
}
.temporarily-unavailable .special-product-icon img {
  height: 40px;

}
.temporarily-unavailable-div a,
.permanently-unavailable-div a {
  color: black;
  text-decoration: underline;
  padding-top: 15px;
  font-weight: normal;
  font-size: 12px;
  display: block;
}
.special-product-icon:hover + .temporarily-unavailable-div,
.temporarily-unavailable-div:hover {
  display: block;
  z-index: 1;
}

.permanently-unavailable-div,
.temporarily-unavailable-div-inner{
  background: #0a0a0ad4;
  color: white;
  top: 0;
  right: -1px;
  left: 0;
  height: 132px;
  display: none;
  align-items: center;
  padding: 70px 25px;
  font-size: 14px;
}
.permanently-unavailable {
  filter: grayscale(1);
}
.temporarily-unavailable-div {
  background-color: unset;
  bottom: 1px;
  padding: 11px 10px;
}
.temporarily-unavailable-div-inner {
  display:unset;
  background-color: #ffffffc2;
  padding: 11px 10px;
  top: 149px;
  color: black;
  height: fit-content;
  min-height: 90px;
}
.special-product-icon:hover + .permanently-unavailable-div,
.permanently-unavailable-div:hover {
  display: grid;
  z-index: 1;
}
.permanently-unavailable-div div,
.permanently-unavailable-div a {
  color: white;
  padding: 0;
}






.full-width-video-cont {
  width: fit-content;
  position: relative;
  display: block;
  transition: .1s ease;
}

.full-width-video-cont > img {
  display: block;
  box-shadow: 0px 16px 23px 0px rgba(112,144,176,0.20);
  border-radius: 10px;
}

.full-width-video-cont .shadow-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 10px;
  background: linear-gradient(270deg, rgba(44, 43, 43, 0.64) 6.94%, rgba(128, 128, 128, 0.00) 72.84%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
}

.full-width-video-cont .hover-scale {
  transition: .1s ease;
}

.web-btn {
  padding: 10px 20px;
  color: white;
  border-radius: 10px;
  font-size: 16px;;
  line-height: normal;
  text-decoration: none;
  text-align: center;
  display: inline-block;
}

.main-btn {
  background-color: #6CC900;
  font-size: 14px;
  display: inline-block;
}

.video-btn {
  font-weight: 500;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  padding-inline: 0;
}

.video-btn::before {
  content: "";
  background: url("https://data.krytinystrechy.cz/100183/web_templates/62/images/play-btn.png") white no-repeat 55% 48%;
  background-size: 13px 17px;
  display: inline-block;
  margin-right: 11px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.pop-up-basic {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.pop-up-basic .close-pop-up {
  position: absolute;
  top: 12px;
  right: 12px;
}

.pop-up-basic .img-cont img {
  max-width: 290px;
  width: 29vw;
  height: 39vh;
  object-fit: cover;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  display: block;
}

.pop-up-basic .text-cont {
  padding: 32px 16px;
  color: white;
}

.pop-up-basic .text-cont * {
  color: white;
}

.pop-up-basic .text-cont .title {
  font-weight: 700;
  line-height: 16px;
}

.pop-up-basic .text-cont .text {
  margin-block: 16px;
  color: #B7B7B7;
  font-size: 14px;
}

.pop-up-basic .features {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 16px;
}

.pop-up-basic .features li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  display: flex;
}

.three-bg-colored-cards .features li::before {
  content: url("https://data.krytinystrechy.cz/100183/web_templates/62/images/check.svg");
  display: inline-block;
  margin-right: 8px;
}

.pop-up-basic.type-2 {
  display: block;
}

.pop-up-basic.type-2 .title {
  max-width: 235px;
  line-height: 22px;
}

.pop-up-basic.type-2 .text-cont {
  padding: 0;
  margin-bottom: -30px;
}

.pop-up-basic.type-2 .full-width-video-cont {
  margin-block: 24px;
}

.pop-up-basic.type-2 .full-width-video-cont > img {
  width: 288px;
  height: 140px;
}

#ws_tip_box.ws_tip_box-35 {
  box-shadow: 0px 16px 23px 0px rgba(112,144,176,0.20); 
  width: 312px;
  color: white;
  padding: 12px;
  border-radius: 10px;
  box-sizing: border-box;
}

#ws_tip_box.ws_tip_box-35 * {
  color: white;
}

#ws_tip_box.ws_tip_box-35 .minimalize,
#ws_tip_box.ws_tip_box-35 .popup-close {
  position: relative;
  z-index: 1100; 
}

#ws_tip_box.ws_tip_box-35 .tip_p_content {
  width: 100%;
}

.ws_tip_box-35 .pop-up-basic.type-2 {
  position: relative;
  top: -30px; 
}

#ws_tip_box.tip_box_main_center {
  border-radius: 10px;
  max-width: 665px;
  margin: auto;
  padding: 0;
}

#ws_tip_box.tip_box_main_center .close-pop-up-mark {
  position: absolute;
  top: 6px;
  right: 6px; 
  line-height: 22px;
  font-size: 26px;
  padding: 6px;
}

.paid-content-overlay {
  position: relative;
  min-height: 80px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.paid-content-overlay .overlay-layer {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(360deg, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 100%);
}

.paid-content-overlay .info-block {
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: #1A2F3B;
    border-radius: 10px;
    border: 1px solid #4E4E4E;
    box-shadow: 0px 16px 23px 0px rgba(112,144,176,0.20);
    padding: 16px 24px;
    width: 90%;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 5%;
}

.paid-content-overlay .info-block > div:first-of-type {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-right: auto;
}

.paid-content-overlay .info-block > div:last-of-type {
  flex-shrink: 0;
}

.paid-content-overlay .image-part img {
    width: 30px;
}

.paid-content-overlay .text-part {
    color: #FFFFFF;
}

.paid-content-overlay .text-part > div:first-of-type {
    font-size: 14px;
    line-height: normal;
    font-weight: 700;
    color: #FFFFFF;
}

.paid-content-overlay .text-part > div:last-of-type {
    font-size: 14px;
    line-height: normal;
    color: #B7B7B7;
}

.article-container .web-btn.no-margin {
    margin: 0;
}








@media (hover: hover) and (pointer: fine) {
  .web-btn.main-btn:hover, 
  .web-btn.bg-main-color:hover {
    background-color: #509500;
    text-decoration: none;
  }

  .full-width-video-cont:hover .hover-scale {
    transform: scale(1.07);
  }
  
  #ws_tip_box.tip_box_main_center .close-pop-up-mark:hover {
    text-decoration: none;
  }
}


@media (max-width: 768px) {
  .paid-content-overlay .info-block {
    flex-direction: column;
  }

  .paid-content-overlay .info-block > div:first-of-type {
    margin-right: 0;
  }

  .paid-content-overlay {
    min-height: 160px;
  }
}


@media (max-width: 576px) {
  .pop-up-basic {
    flex-direction: column;
  }

  #ws_tip_box.tip_box_main_center {
    max-width: 290px;
  }

  .pop-up-basic .img-cont img {
    width: 100%;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }
  
 
  .pop-up-basic .img-cont {
    width: 100%; 
  }
}




#ws_tip_box.ws_tip_box-28 {
    max-width: 940px;
}

#ws_tip_box-26. popup-close {
display: none;
}

#ws_tip_box.ws_tip_box-28 .tip_p_content {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
    align-content: stretch;
}
#ws_tip_box.ws_tip_box-28 table {
  width:30%;
  min-width:280px;
  max-width:330px;
  margin-left: 10px;
  margin-right: 10px;
}

@media (max-width: 676px){
  #ws_tip_box.ws_tip_box-28 table{
  	width:100%!important;
    max-width:100%;
  }
}

.slop-container {
  display: flex;
  flex-direction: row;
  box-sizing:border-box;
width:100%;
justify-content:space-between;
}

.slop-nahore {
  order: 1;
  flex: 1;
}

.slop-uprostred {
  order:2;
flex: 1;
}

.slop-dole{
  order: 3;
flex: 1;
}

.skryt-na-mobilu{
display:block;}

.zobrazit-na-mobilu{
display:none;}


@media (max-width: 676px) {
  .slop-container {
    flex-direction: column;
    gap:30px; }

.slop-uprostred {
  order: 1;
  }

.slop-nahore {
  order: 2;
}

.slop-dole{
  order: 3;
}

.skryt-na-mobilu{display: none;}

.zobrazit-na-mobilu{display: block;}

}

.videyo-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
.videyo-container iframe,
.videyo-container object,
.videyo-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.videjo {position: relative; padding-bottom: 55%; padding-top: 30px; height: 0; overflow: hidden;}

.videjo iframe,

.videjo object,

.videjo embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

button.product-discount-btn {
  font-size: 0;
}

