@font-face {
  font-family: 'GothamRoundedBold';
   font-display: fallback;
  src: url('https://data.krytinystrechy.cz/100183/web_templates/48/css/GothamRoundedBold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url("https://data.krytinystrechy.cz/100183/web_templates/48/css/GothamRoundedBold.otf") format("opentype");
}

@font-face {
  font-family: 'GothamRoundedBook';
   font-display: fallback;
  src: url('https://data.krytinystrechy.cz/100183/web_templates/48/css/GothamRoundedBook.ttf')  format('truetype'), /* Safari, Android, iOS */
       url("https://data.krytinystrechy.cz/100183/web_templates/48/css/GothamRoundedBook.otf") format("opentype");
}

@font-face {
  font-family: 'GothamRoundedMedium';
   font-display: fallback;
  src: url('https://data.krytinystrechy.cz/100183/web_templates/48/css/GothamRoundedMedium.ttf')  format('truetype'), /* Safari, Android, iOS */
       url("https://data.krytinystrechy.cz/100183/web_templates/48/css/GothamRoundedMedium.otf") format("opentype");
}

* {
    margin: 0;
    padding: 0;
    font-family: 'GothamRoundedMedium', sans-serif;
    color: #2d1200;
  	line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;

}
/*

@-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 #f5f5f5;
  animation-name:comparsion-ring;
	animation-iteration-count: 3;
	animation-direction: normal;
	animation-duration:1.5s;
}

*/


/*========== DEFAULT STYLES ==========*/
h1, h2, h3, h4 {
	line-height: 1.2;
}

hr {
    height: 1px;
    color: #f5f5f5;
    background-color: #f5f5f5;
    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: #ac7b38;
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.link-type-1 {
    color: #ac7b38;
    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: #2d1200;
    padding-left: 8px;
    position: relative;
    font-family: 'GothamRoundedBold', sans-serif;
}

.link-type-3 {
    color: #ac7b38;
}

.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: #2d1200;
  	padding-left: 40px;
}

a.move-to-section:before {
	content: '';
  	width: 32px;
  	height: 32px;
  	background: url(https://data.krytinystrechy.cz/100183/web_templates/48/images/circle-arrow-down.png) no-repeat;
  	background-position: center;
  	position: absolute;
  	display: block;
  	left: 0;
  	top: -6px;
}

p {
    font-size: 16px;
    color: #2d1200;
    font-family: 'GothamRoundedBook', sans-serif;
  	margin-bottom: 10px;
  	line-height: 1.5;
}

.main-h1, .h1-like-noline, .h1-like, .h1-like-lg {
    font-size: 24px;
    color: #2d1200;
    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: #ac7b38;
}

.h1-like-lg {
	font-size: 40px;
}

h2 {
	margin-bottom: 15px;
}

h2, .h2-like, .h2-like-sm, .h2-like-md {
    font-size: 24px;
    color: #ac7b38;
    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: #2d1200;
}

.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;
}

.right-column.resp-right-column {
  display: none;
}

.clear {
    clear: both;
}

.space-between {
	padding-top: 20px;
}

.btn-type-1, .btn-type-2, .btn-type-3 {
	padding: 12px 25px 11px 25px;
    text-decoration: none;
    border-radius: 60px;
    min-height: 46px;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
	box-sizing: border-box;
  	cursor: pointer;
  	position: relative;
  	transition: all 200ms ease;
}

.btn-type-1 {
    color: #ac7b38;
    border: 2px solid #2d1200;
}

.btn-type-1:hover {
    color: #ffffff;
    border: 2px solid #ac7b38;
    background: #ac7b38;
}

.btn-type-2 {
    background: #ac7b38;
    color: #ffffff !important;
    border: 2px solid #ac7b38;
}

.btn-type-2:hover {
	background: #2d1200;
  	border: 2px solid #2d1200;
}

.btn-type-2 span {
	color: #ffffff;
}

.btn-type-3 {
    background: #2d1200;
    color: #fff;
  	border: 2px solid #2d1200 !important;
}

.btn-type-3:hover {
    background: transparent;
    color: #2d1200;
}

.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: #ac7b38;
}

.list-with-icons li .list-with-icons-link {
    position: relative;
    width: 100%;
    background: #2d1200;
    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: #2d1200;
    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;
}

.out-notify{
	text-align: center;
    padding: 18px;
    background-color: #e76c12;
    font-size: 17px;
    color: #fff;
    margin: 30px 0 30px 0;
    clear: both;
}

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.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.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/48/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 #2d1200;
  	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: #2d1200;
  	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;
}

.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/48/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_234,
form.form.form-product-detail .form-item.attr_238 {
	padding-top: 30px;
}

form.form.form-product-detail .form-item.attr_237,
form.form.form-product-detail .form-item.attr_241 {
	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-item:nth-of-type(2n) {
	margin-right: 0;
}

.form-item-wide {
	max-width: 100%;
  	margin-bottom: 20px;
}

form.form input, select {
	height: 45px;
  	border: none;
  	border-radius: 25px;
  	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/48/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: #2d1200;
  	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: #2d1200;
}

.fb-logo {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(https://data.krytinystrechy.cz/100183/web_templates/48/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: #ac7b38;
}

.top-upper-link:hover {
	text-decoration: none;
  	color: #ac7b38;
}

.top-upper-comparsion {
    width: 46px;
    height: 46px;
    display: inline-block;
    background: url(https://data.krytinystrechy.cz/100183/web_templates/48/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/48/images/comprasion-icon-active.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.top-upper-comparsion span {
    background: #ac7b38;
    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: #2d1200;
}

/* 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/48/images/m-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/48/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 #2d1200;
  	padding-top: 1px;
}

.top-lower-menu li {
    display: inline-block;
    padding-left: 14px;
  	font-size: 14px;
}

.top-lower-menu a {
    text-decoration: none;
    color: #2d1200;
  	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 #2d1200;
  	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: #2d1200;
    padding-top: 5px;
    box-sizing: border-box;
}

.header-main-menu {
    list-style: none;
    width: 100%;
    height: 60px;
    background: #ac7b38;
    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: #ac7b38;
    background-image: url(https://data.krytinystrechy.cz/100183/web_templates/48/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: #2d1200;
}

.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: #2d1200;
}

/*---------- submenu ----------*/

/* submenu bg */
.header-submenu-bg {
    width: 100%;
    height: 180px;
    background: url(https://www.imgup.cz/images/2018/12/10/header-final41.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: #2d1200;
    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: #ac7b38;
  	text-decoration: none;
}

.header-submenu-item.active {
	background: #ac7b38;
}

.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/48/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/48/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/48/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/48/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/48/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/48/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/48/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/48/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: #ac7b38;
    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: #2d1200;
    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 #f5f5f5;
}



.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: #ac7b38;
    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: #2d1200;
  	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: #2d1200;
  	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: #ac7b38;
}

/*========== 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 #f5f5f5;
    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/48/images/hp-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/48/images/hp-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/48/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/48/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: #2d1200;
    display: inline-block;
    border-radius: 30px;
    margin: 0 5px;
}

.homepage-slider-line.active {
    background: #ac7b38;    
}

.homepage-articles-categories-responsive {
    display: none;
    width: 100%;
    max-width: 270px;
    box-sizing: border-box;
    padding: 10px 10px 10px 20px;
    color: #2d1200;
    border: 1px solid #2d1200;
    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: #2d1200;
    font-family: 'GothamRoundedBold', sans-serif;
    text-transform: uppercase;
    position: relative;
}

.homepage-slide-content h4 {
    margin-bottom: 23px;
  	font-size: 24px;
    color: #ac7b38;
    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 #2d1200;
}

.homepage-articles-categories li:hover a{
    color: #2d1200;
  	text-decoration: none;
}

.homepage-articles-categories li.active {
    border-radius: 50px;
    border: 1px solid #2d1200;
}

.homepage-articles-categories li.active a {
    color: #2d1200;
}

.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: #ac7b38;
    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: #2d1200;
}

.homepage-article-perex {
    line-height: 1.4;
    font-family: 'GothamRoundedBook', sans-serif;
}

.homepage-article-date {
    font-size: 12px;
    color: #2d1200;
    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: #2d1200;
    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/48/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: #ac7b38;
    border-bottom: 1px solid #ac7b38;
    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: #ac7b38;
    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/48/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/48/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: #2d1200;
    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: #ac7b38;
    bottom: 0;
    left: 0;
}

.right-container {
    width: 100%;
    background: #f5f5f5;
    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: #2d1200;
}

.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: #ac7b38;
  	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/48/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: #ac7b38;
    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: #2d1200;
    color: #2d1200;
    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: #ac7b38;
}

.footer-wrapper {
    width: 100%;
    height: 100px;
    background: #2d1200;
}

.footer-wrapper .container {
    display: flex;
    justify-content: space-between;
}

.footer-logo {
    width: 148px;
    height: 50px;
    background: url(https://data.krytinystrechy.cz/100183/web_templates/48/images/izolace-footer-logo-148x50.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/48/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: #2d1200;
    font-size: 12px;
}

.footer-bottom li {
    font-family: 'GothamRoundedBold', sans-serif;
    border-right: 1px solid #2d1200;
    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: #f5f5f5;
}

.articles-pages {
	float: right;
  	margin: 12px 0;
}

.articles-pages a.active {
	color: #2d1200;
}

#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 #f5f5f5;
}

#rubriky-list .rubriky-list .articles-category-name + li {
	padding-top: 20px;
  	border-top: none;
}

#rubriky-list .rubriky-list .articles-category-name {
	background: #2d1200;
  	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/48/images/obecne-informace-icon.png) no-repeat;
  	background-position: center;
}

.articles-category-icon-2:before {
  	background: url(https://data.krytinystrechy.cz/100183/web_templates/48/images/stresni-krytiny-icon.png) no-repeat;
  	background-position: center;
}

.articles-category-icon-3:before {
  	background: url(https://data.krytinystrechy.cz/100183/web_templates/48/images/dalsi-prvky-icon.png) no-repeat;
  	background-position: center;
}

.articles-category-icon-4:before {
  	background: url(https://data.krytinystrechy.cz/100183/web_templates/48/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/48/images/krovy-icon.png) no-repeat;
  	background-position: center;
}

.articles-category-icon-6:before {
  	background: url(https://data.krytinystrechy.cz/100183/web_templates/48/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: #ac7b38;
  	margin-bottom: 20px;
}

.brand-infobox {
	width: 270px;
  	background: #2d1200;
  	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: #ac7b38;
  	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 {
	text-align: center;
  	min-width: 260px;
  	box-sizing: border-box;
  	padding-right: 0;
  	margin: 5px 0;
}

.btn-type-2.product-discount-btn {
	    background: #72b229;
	border-color:#72b229;
}
.btn-type-2.product-discount-btn:hover {
	        background: #2d1200;
    border: 2px solid #2d1200;
}

.product-discount-btn, 
.product-compare-btn,
.product-app-btn {
    padding: 12px 20px 12px 60px;
    text-align: left;
    min-width: 400px;
    box-sizing: border-box;
    margin: 5px 0;
    text-transform: unset;
}

.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/40/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/40/images/navrhar-logo-hover.svg) no-repeat;
    background-size: contain;
    background-position: center;
}

.product-discount-btn span {
  	width: 36px;
  	height: 30px;
  	position: absolute;
  	left: 10px;
  	top: 6px;
	background: url(https://data.krytinystrechy.cz/100183/web_templates/48/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: 6px;
	background: url(https://data.krytinystrechy.cz/100183/web_templates/48/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/48/images/compare-product-icon-hover.png) 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-family: 'GothamRoundedBold', sans-serif;
  	font-size: 16px;
  	padding-top: 12px;
  	margin-bottom: 60px;
}

.product-discount-btn.discount-btn-big span {
  	width: 44px;
  	height: 36px;
  	position: absolute;
  	left: 20px;
  	top: 15px;
	background: url(https://data.krytinystrechy.cz/100183/web_templates/48/images/product-discount-icon.png) no-repeat;
  	background-size: contain;
  	background-position: center;
}

.product-form-button {
    text-align: center;
    margin-bottom: 15px;
}

.product-detail-content {
	margin-top: 20px;
}

.product-compare-tutorial strong{
	color: #ac7b38;
}

.product-compare-tutorial {
	position: relative;
  	padding-left: 15px;
}

.product-compare-tutorial:before {
	content: '›';
  	color: #2d1200;
  	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: #f5f5f5; 
  	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 #f5f5f5;
  	vertical-align: top;
  	box-sizing: border-box;
}
.product-material-table tr.licha td,tr.licha td {background: #dcddde; }
.product-material-table tr.suda td,tr.suda td {background: #f1f2f3; }

#step4ul li {width:198px!important;}
.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: #2d1200;
    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/48/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: 20px;
}

.product-price-table th{
	background: #2f4f47;
  	padding: 10px 20px 10px 25px;
  	text-align: left;
  	font-family: 'GothamRoundedBold', sans-serif;
  	border-bottom: 2px solid #ac7b38;
  	vertical-align: top;
  	width: 270px;
}

.product-price-table td{
	background: #ac7b38;
  	padding: 10px 20px 10px 35px;
  	border-bottom: 2px solid #2f4f47;
  	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: 16px;
  	margin: 30px 0;
}

.product-gallery-wrapper {
	margin-top: 20px;
 	margin-right:-30px;
}

.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 #f5f5f5;
  	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 #f5f5f5;
  	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: #2d1200;
  	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: #ac7b38;
}

.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: #2d1200;
    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 ==========*/



#tabulka-srovnani {
	border-collapse: collapse;
}

#tabulka-srovnani th {
	background: #f5f5f5;
  	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 {
	padding-top: 30px;
}

#tabulka-srovnani tr:last-of-type th, #tabulka-srovnani tr:last-of-type td {
	padding-bottom: 30px;
}

#tabulka-srovnani td {
	background: #e7e8e9;
  	border-bottom: 1px solid #f5f5f5;
  	border-right: 1px solid #f5f5f5;
    vertical-align: top;
  	padding: 15px 20px 15px 20px;

}

#tabulka-srovnani tr:first-of-type td {
	text-align: center;
}

#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 {
	border-right: none;
}

#tabulka-srovnani table {
	text-align: left;
}

#tabulka-srovnani table td {
	padding: 0 15px 0 0 !important;
}

#tabulka-srovnani .close {
	position: absolute;
  	right: 0;
  	top: -40px;
  	background: #ac7b38;
  	width: 50px;
  	height: 40px;
  	border-radius: 20px 20px 0 0;
  	display: block;
  	text-align: center;
  	line-height: 40px;
}

#tabulka-srovnani .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 {
	color: #ffffff;
  	font-family: 'GothamRoundedBook', sans-serif;
  	font-size: 14px;
}

#tabulka-srovnani .cl-x2 th {
	border-bottom: 1px solid #ac7b38;
}

#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 {
	background: #998B23;
  	color: #ffffff;
}

#tabulka-srovnani .cl-x2 td {
	border-bottom: 1px solid #998B23;
}

#tabulka-srovnani .cl-x2 td, #tabulka-srovnani .cl-x3 td {
	border-right: 1px solid #998B23;
}

#tabulka-srovnani .cl-x2 td, #tabulka-srovnani .cl-x3 td  {
	background: #ac7b38;
  	color: #ffffff;
}
#tabulka-srovnani  td.empty{
	background: #e7e8e9;
    border-bottom: 1px solid #f5f5f5;
  	border-right: 1px solid #f5f5f5;
}

.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/48/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/48/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/48/images/compare-product-icon.png) no-repeat;
  	background-size: contain;
  	background-position: center;
  	vertical-align: middle;
  	margin-right: 15px;
}

/*========== 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/48/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: #2d1200;
  	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: #ac7b38;
  	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: #2d1200;
  	border-radius: 10px;
  	cursor: pointer;
  	transition: all 200ms ease;
}

.profession-pick input:checked + label:before {
	background-color: #ac7b38;
}

.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: #ac7b38;
  	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-icon.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-305:before {
	background-image: url(https://data.krytinystrechy.cz/100183/www/www.krytiny-strechy.cz/kraje-obrazky/zatepleni-small.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-icon.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-icon.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-icon.png);
  	background-repeat: no-repeat;
  	background-position: center;
}

.profession-pick label.profession-icon-311:before {
	background-image: url(https://data.krytinystrechy.cz/100183/www/www.krytiny-strechy.cz/kraje-obrazky/projekt-small.png);
  	background-repeat: no-repeat;
  	background-position: center;
}


.profession-pick label:hover:before {
	background-color: #ac7b38;
}

/*---------- 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: #ac7b38; 
  	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/48/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: #2d1200;
  	border-radius: 10px;
  	text-align: center;
  	line-height: 170px;
  	margin-bottom: 20px;
  	transition: all 200ms ease;
}

.professions-list-icon:hover {
	background: #ac7b38;
}

.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: #2d1200;
  	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: #ac7b38;
}

.selected-professions-list:hover .link-type-3 {
	color: #2d1200;
}

.show-map-btn span{
	vertical-align: middle;
  	color: #ffffff;
}

.show-map-btn:hover span {
	color: #2d1200;
}

.pin-icon {
	display: inline-block;
  	width: 20px;
  	height: 29px;
  	background: url(https://data.krytinystrechy.cz/100183/web_templates/48/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: #2d1200;
  	background: url(https://data.krytinystrechy.cz/100183/web_templates/48/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: #f5f5f5;
  	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/48/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: #ac7b38;
}

.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/48/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: #f5f5f5;
  	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/48/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: #2d1200;
  	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: #ac7b38;
}

.ac-container label.active:before {
	color: #2d1200;
  	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/48/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/48/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/48/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/48/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/48/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/48/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/48/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: #ac7b38 !important;
    color: #ffffff !important;
    border: 2px solid #ac7b38 !important;
  	border-color: #ac7b38 !important;	
}

.cse .gsc-search-button-v2:hover, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
	background-color: #2d1200 !important;
  	border: 2px solid #2d1200 !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: #ac7b38 !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: #2d1200;
  	transition: all 250ms ease;
}

.image-submenu-name {
	max-width: 100px;
  	font-family: 'GothamRoundedBold', sans-serif;
  	color: #ac7b38;
  	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: #ac7b38;
}

.image-submenu-list li a:hover .image-submenu-name, .image-submenu-list li a:hover {
	color: #2d1200;
  	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: #2d1200;
}

.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: #2d1200;
    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;
}

.pdf-viewer-container {
  max-width: calc(100% - 320px);
}


/* 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;
}

/*--------------------*/

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  	box-shadow: none;
    background: transparent;
}

.mfp-iframe-holder .mfp-content {
    max-width: 100%;
    height: 100vh;
}

.mfp-iframe-holder {
    padding: 0px;
}

.mfp-bg {
    background: #000;
    opacity: 0.5;
  	z-index: 1000000;
}

.mfp-wrap {
    /*height: 10000px;*/
  	z-index: 1000001;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #fff;
    position: fixed;
    top: 20px;
    right: 40px;
    font-size: 100px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

/* 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;
}

/*----------------------------*/

#navrh th.sort {
  padding-right: 35px;
  position: relative;
}

.sort-arrow-up,
.sort-arrow-down {
  display: block;
  transform: rotate(90deg);
  width: 20px;
  height: 20px;
  text-align: center;
  position: absolute;
  right: 5px;
  top: 50%;
  border: 1px solid #ac7b38;
  border-radius: 20px;
}

.sort-arrow-up:hover,
.sort-arrow-down:hover {
  text-decoration: none;
  border-color: #2d1200;
  color: #2d1200;
}

.sort-arrow-up {
  margin-top: -25px;
}

.sort-arrow-down {
  margin-top: 5px;
}


.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;}




@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;
  	}
  
    .sort-arrow-up {
      margin-top: -10px;
      right: 35px;
    }
  
    .sort-arrow-down {
      margin-top: -10px;
    }
}

/*========== 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%;
    }
}

.column-banner.mobile-only {display: none;}

@media (max-width: 1170px) {
  .column-banner.mobile-only {display: block;}
  	.column-banner.desktop-only {display: none;}
  	.bottom-window-banner-wrapper {
  		display: block;
  	}

  	.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: #ac7b38;
      	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: #f5f5f5;
      	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: #2d1200;
  	}
  
  	.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: #ac7b38;
      	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: #2d1200;
  	}
  
  	.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: #2d1200;
      	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: #2d1200;
      	background-image: url(https://data.krytinystrechy.cz/100183/web_templates/48/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: #ac7b38;		
  	}
  	
  	.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: #f5f5f5;
      	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 {
  		width: 100%;
      	overflow: auto;
  	}
  	
  	table#tabulka-srovnani th, table#tabulka-srovnani td {
  		display: table-cell;
  	}

  	.comapre-table-wrapper {
  		width: 100%;
      	overflow: auto;
      	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;
  	}
}

.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) {
  	.product-detail-banner-top {
  		display: none;
  	}
  
  .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: 730px) {
	.header-fixed-right-menu .top-upper-link.izolace {
  		display: none;
  	}
}

@media (max-width: 720px) {
  	.product-detail-banner-bottom {
  		display: none;
  	}
  
  	.company-wrapper #logoo { float: none; }
}

@media (max-width: 700px) {
  	.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%;
  	}
  
  	th, 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 {
  		padding-left: 5px;
      	padding-right: 5px;
      	font-size: 12px;
  	}
  
  	#tabulka-srovnani td h2 {
  		font-size: 16px;
  	}
  
  	#tabulka-srovnani 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 #2f4f47;
    }
}

@media (max-width: 588px) {
  .top-upper-link.calculator {
  	display: none;
  }
}

@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: none;
      	float: left;
      	width: 40px;
      	height: 40px;
      	margin-left: 30px;
    }
  
  	.responsive-menu .resp-menu-search-btn {
  		display: block;
  	}
  
  	.header-top-menu-upper .responsive-search-btn {
  		display: inline-block;
      	width: 46px;
      	height: 46px;
      	border-radius: 50px;
      	background: #2d1200;
      	background-image: url(https://data.krytinystrechy.cz/100183/web_templates/48/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;
  	}
  
  	#resp-google {
  		display: none;
  	}
  
  	.top-upper-comparsion span {
  		background: #ffffff;
      	color: #ac7b38;
  	}
}

@media (max-width: 430px) {
  	.product-detail-banner-middle {
  		display: none;
  	}
}

@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: 352px) {
  	.catalogue-search-btn .search-icon {
  		float: left;
  	}
}*/

@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;}


    #kalkulator ul {margin:10px 0px 10px 0px; padding:0px;}
    #kalkulator img { padding:5px;}
    #kalkulator ul.img>li div {margin:5px 5px 5px 5px; padding:3px;}
    #kalkulator ul.img>li { list-style:none; text-align:center; font-size:large; margin-bottom: 10px;}
    #kalkulator ul.img>li:hover {cursor: pointer;}
    #step2h, #step1divA, #step1divB, #step1divC, .step2 {display:none;}

    #step3form .product_select { width:600px;}
    #step3form .size_select { width:100px;}
    .step2 {width:230px;}
    .step2 li {line-height: 120%; margin:10px;}
    .params { margin:20px;}
    .letter{ color:red; font-weight: bold; font-size: large; padding:10px;}
    #navrh{width: 100%; border-collapse: collapse;}
    #navrh th {background-color:yellow;}
    #navrh th, #navrh td {border: #000 solid 1px; text-align: center; padding:3px;}
    #navrh .doporuceno {background-color:#ccccff;}
    #navrh .nizkoenergeticky {background-color:#ccffcc;}
    #navrh .pozadovano {background-color:#ffffaa;}
    #navrh .nevyhovujici {background-color:#ffcccc;}
    #step4ul {padding:0px; line-height: 19px;}
    #step4ul li {margin:5px 0px 5px 0px; padding:5px 0px; background:#FFFFCC; border-radius:5px; border:1px solid #D8D800; margin:0px 5px; list-style:none; width:161px; text-align: center; height:60px; cursor: pointer;}
    #step4ul li:hover, #step4ul li.selected  {background:#EFEF00; color:#000;}
    tr.free-row {border:none; height:30px;}
    .selected {background-color:yellow;}
    .left {float:left;}
    .licha {background-color:#eef;}
    .suda {background-color:#fff;}
    ul.list {list-style:disc; text-align:left; font-size:medium;}

#navrh th.sort {background-clip: padding-box;}


/* 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: #2d1200;
	-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 (max-width:580px) {
#shiva { width:80%; }
}

@media (max-width:950px) {
#vysledky { width:100%!important; }
}

@media (max-width:830px) {
#video-brno { width:100%!important; }
}

.count
{
  line-height: 75px;
  color:white;
  
  font-size:25px;
}


@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; }
}

/* Zmenšení ikonek ceníků */
#otevrit-cenik img {
width:15px;
}

.log-img-menu {
	display: none;
}
.log-img-p {
	margin-bottom: 36px;
}
.log-img {
	margin-bottom: 48px;
}

.list-with-icons li .list-with-icons-link {
	background-color: white;
  border-radius: 8px;
  border: 2px solid rgba(196, 196, 198, 0.33);
}
.list-with-icons li span {
	color: black;
}
.list-with-icons li a:hover span {
	color: white;
}

@media (pointer: coarse) {
	.log-img-menu {
		display: block;
     	 margin-bottom: 40px;
     	 font-size: 14px;
    	line-height: 20px;
	}
  	.log-img-menu li {
  		 margin-top: 15px;
     	margin-bottom: 15px;
  	}
  .log-img-menu li a::after{    
    content: "›";
    display: inline-block;
    margin-left: 5px;
  }
  
	.log-img {
		margin-bottom: 32px;
	}
  .log-img-menu li.inactive a {
  	opacity: 0.5;
  }
  .log-img-menu li.active {
  	    margin: -5px -30px;
    padding: 15px 30px;
    background-color: #e1d4c1;
  }
}
@media (max-width: 640px) {
  .list-with-icons li {
    
    max-width: 100%;
  }
  .list-with-icons li.list-with-icons-li {
  	margin-bottom: -1px;
  }
  .list-with-icons li .list-with-icons-link {
  	border-radius: 0;
  }
  .list-with-icons li:first-of-type .list-with-icons-link {
  	border-radius: 8px 8px 0 0;
  }
  .list-with-icons li:last-of-type .list-with-icons-link {
  	border-radius: 0 0 8px 8px;
    margin-bottom: 30px;
  }
}

.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;
  }
}
.form-product-detail input[type="submit"].btn-type-2 {
	background: #72b229;
}
.form-product-detail input[type="submit"].btn-type-2:hover {
	background: #2d1200;
}


.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;
}.ws_tip_box-29 .popup-close {
display: none;
}