@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@100;200;300;400;500;600;700;800;900&display=swap&subset=latin-ext");

html {
	height: 101%;
}

body.hostemix,
.hostemix button,
.hostemix input,
.hostemix textarea {
	font-family: 'Catamaran', sans-serif;
	color: #333;
}

.hostemix .container-fluid {
	width: 100%;
	padding: 0 50px;
}

a {
	color: #26437b;
}

.hostemix .text-justify {
	text-align: justify;
}

.hostemix .w100 {
	width: 100% !important;
}

.hostemix .w25-vzorkovnice {
	width: 25% !important;
}

.hostemix .w30-vzorkovnice {
	width: 30% !important;
}

.hostemix .w70-vzorkovnice {
	width: 70% !important;
}

.hostemix .w75-vzorkovnice {
	width: 75% !important;
}

.hostemix .border-0-right {
	border-right: 0 !important;
}

.hostemix section.shop-gallery {
	border-top: 0px solid #dedede;
	border-bottom: 0px solid #dedede;
}

.hostemix .item-video h3 {
	font-size: 18px;
}

.hostemix h1 {
	color: #26437b;
}

.hostemix .btn {
	border-color: #009acc;
	color: #009acc;
	border-radius: 0;
}

.hostemix .btn:hover {
	background: #fff;
	color: #009acc;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.hostemix .btn.btn-red {
	background-color: #009acc;
	color: #fff;
}

.hostemix .btn.btn-red:hover {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.hostemix section h2 {
	margin-top: 80px;
	font-size: 40px;
	line-height: 50px;
	color: #26437b;
}

.hostemix header {
	position: relative;
	z-index: 10;
	margin: 0;
	padding: 0;
	height: auto;
}

.hostemix header .logo-mobil {
	display: none;
}

.hostemix header .nav-height {
	height: 75px;
}

.hostemix header #top {
	padding: 0;
}

.hostemix header .nav-wrap {
	background-color: #fff;
	color: #43566f;
}

.hostemix header .nav-wrap.fixed,
.hostemix .n2-section-smartslider {
	border-bottom: 0;
}

.hostemix header .nav-wrap nav {
	width: 65%;
	float: right;
}

.hostemix header .nav-wrap #logo {
	float: left;
	display: block;
}

.hostemix header .nav-wrap #logo .logo {
	margin-top: 0;
	line-height: 75px;
	height: 75px;
}

.hostemix header .nav-wrap #logo .logo img {
	vertical-align: middle;
	width: 230px; /* 170px */
}

.hostemix header .nav-wrap nav ul {
	/*float: right;*/
	display: block;
}

@media (min-width: 829px) {
	.hostemix header .nav-wrap nav ul {
		display: flex;
		flex-flow: row;
		align-items: center;
	}
}

.hostemix header .nav-wrap nav ul li {
	margin-right: 0;
	flex: none;
	order: 0;
	float: none;
}

.hostemix header .nav-wrap nav ul li > a {
	color: #26437b;
	height: 75px;
	line-height: 75px;
	font-size: 16px;
	padding-left: 17px;
	padding-right: 17px;
	text-decoration: none;
}

.hostemix header .nav-wrap nav .menu-item:hover a,
.hostemix header .nav-wrap nav ul li > a:hover,
.hostemix header .nav-wrap nav ul li > a.active {
	background-color: #26437b;
	color: #fff;
}

.hostemix header .nav-wrap nav .menu-item.primary {
	background: #009acc;
	order: 1;
}

.hostemix header .nav-wrap nav .menu-item.primary a {
	color: #ffffff;
	line-height: 95px;
}
.hostemix header .nav-wrap nav .menu-item.primary.hostemix a:before {
	display: inline-block;
	content: '';
	background-image: url("https://www.bal.cz/wp-content/uploads/2021/03/hostemixlogo.png");
	background-repeat: no-repeat;
	background-size: 84px 15px;
	width: 84px;
	height: 15px;
	position: absolute;
	left: calc(50% - 42px);
	top: 15px;
}


.hostemix header .nav-wrap nav .menu-item a small {
	display: block;
	position: absolute;
	top: 25px;
	left: 0;
	text-align: center;
	width: 100%;
	font-size: 12px;
}

@media (min-width: 829px) {
	.hostemix header .nav-wrap nav .menu-item a small {
		top: 15px;
	}
}

.hostemix header .nav-wrap nav ul li .submenu {
	left: unset;
	right: unset;
	border: 0;
	box-shadow: none;
	padding: 0;
	background-color: #26437b;
}

.hostemix header .nav-wrap nav ul li .submenu .sub-content {
	width: 100%;
	min-width: 210px;
	max-width: 250px;
	padding: 10px 0 0 0;
}

.hostemix header .nav-wrap nav ul li .submenu .sub-content .item {
	width: 100%;
	text-align: left;
	margin: 0;
	height: 48px;
	border-radius: 0;
	color: #fff;
	background: transparent;
	padding: 0 0 0 13px;
	transition: 0s;
}

.hostemix header .nav-wrap nav ul li .submenu .sub-content .item:hover {
	background-color: #009acc;
	color: #000;
}

.hostemix header .nav-wrap.fixed {
	padding: 0 50px;
}

.hostemix header .nav-wrap nav ul li .submenu .sub-content .submenu-interiery:hover .subsubmenu,
.hostemix header .nav-wrap nav ul li .submenu .sub-content .submenu-exteriery:hover .subsubmenu {
	display: block !important
}

.hostemix header .nav-wrap nav ul li .submenu .sub-content .subsubmenu,
.hostemix header .nav-wrap nav ul li .submenu .sub-content .subsubmenu {
	position: absolute;
	left: -200px;
	right: 210px;
	background-color: #26437b;
	box-shadow: none;
	display: none;
	padding: 0;
	border: 0;
	border-top: none;
	z-index: 999;
}

.hostemix .header-image {
	min-height: 75px;
	background: #e8f2ff;
}

.hostemix .header-image img {
	height: auto;
}

.hostemix.page-template-page main {
	/*margin-top: 70px;*/
}

/* slider */
.hostemix .n2-ss-align {
	margin-bottom: 0;
}

.hostemix .category-main > h2 {
	text-align: left;
}

.hostemix .shop-gallery {
	background: rgb(5, 30, 79);
	background: linear-gradient(135deg, rgba(5, 30, 79, 1) 0%, rgba(8, 46, 122, 1) 18%, rgba(31, 90, 163, 1) 41%, rgba(31, 90, 163, 1) 60%, rgba(8, 46, 122, 1) 81%, rgba(5, 30, 79, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(5), color-stop(0, 30), color-stop(0, 79), color-stop(0, 1)), color-stop(0, rgba(8), color-stop(0, 46), color-stop(0, 122), color-stop(0.18, 1)), color-stop(0, rgba(31), color-stop(0, 90), color-stop(0, 163), color-stop(0.41, 1)), color-stop(0, rgba(31), color-stop(0, 90), color-stop(0, 163), color-stop(0.6, 1)), color-stop(0, rgba(8), color-stop(0, 46), color-stop(0, 122), color-stop(0.81, 1)), color-stop(0, rgba(5), color-stop(0, 30), color-stop(0, 79), color-stop(1, 1)));
	background: -webkit-linear-gradient(135deg, rgba(5, 30, 79, 1) 0%, rgba(8, 46, 122, 1) 18%, rgba(31, 90, 163, 1) 41%, rgba(31, 90, 163, 1) 60%, rgba(8, 46, 122, 1) 81%, rgba(5, 30, 79, 1) 100%);
	background: -moz-linear-gradient(135deg, rgba(5, 30, 79, 1) 0%, rgba(8, 46, 122, 1) 18%, rgba(31, 90, 163, 1) 41%, rgba(31, 90, 163, 1) 60%, rgba(8, 46, 122, 1) 81%, rgba(5, 30, 79, 1) 100%);
	background: -ms-linear-gradient(135deg, rgba(5, 30, 79, 1) 0%, rgba(8, 46, 122, 1) 18%, rgba(31, 90, 163, 1) 41%, rgba(31, 90, 163, 1) 60%, rgba(8, 46, 122, 1) 81%, rgba(5, 30, 79, 1) 100%);
	background: -o-linear-gradient(135deg, rgba(5, 30, 79, 1) 0%, rgba(8, 46, 122, 1) 18%, rgba(31, 90, 163, 1) 41%, rgba(31, 90, 163, 1) 60%, rgba(8, 46, 122, 1) 81%, rgba(5, 30, 79, 1) 100%);
	-pie-background: linear-gradient(135deg, rgba(5, 30, 79, 1) 0%, rgba(8, 46, 122, 1) 18%, rgba(31, 90, 163, 1) 41%, rgba(31, 90, 163, 1) 60%, rgba(8, 46, 122, 1) 81%, rgba(5, 30, 79, 1) 100%);
}

.hostemix .shop-gallery h2,
.hostemix .shop-gallery p,
.hostemix .shop-gallery a {
	color: #fff;
}

.hostemix .help-list-detail {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: row wrap;
}

.hostemix .help-item {
	background: url("../images/hostemix/bg-orange.png") no-repeat left top #111;
	border-width: 0;
	border-color: #111;
	min-height: 180px;
}

.hostemix .help-item:hover {
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
}

.hostemix .help-item a p {
	display: none;
}

.hostemix .help-item a:hover {
	color: #fff;
}

.hostemix .help-item {
	text-align: center;
}

.hostemix .help-item a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}

.hostemix .help-item a:hover {
	opacity: 0.7;
}

.hostemix .help-item a h3 {
	line-height: 50px;
	margin: 75px 0 0 0;
	color: #ffffff;
	text-shadow: 0px 0px 6px #000000;
	font-size: 32px;
	text-align: center;
}

.hostemix .shops-map-all.producer .container .contacts-wrapper {
	width: 400px;
}

.hostemix .video-list {
	background-color: #fff;
	margin-top: 0;
}

.hostemix .video-list h2 {
	display: block;
	text-align: left;
	background-color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
}

.video-list h2:after {
	background: none;
}

.hostemix .contacts-list.extended .detail-contacts .contacts-tab {
	border: 0;
}

.hostemix .tax-products {
	background-color: #fff;
}

.hostemix .tax-bal_product_brand .category-detail .category-main h2.category-title,
.hostemix .category-main h2.category-title {
	margin: 50px 0 40px 0 !important;
	font-size: 40px !important;
	line-height: 50px !important;
	color: #26437b;
}

.hostemix .category-detail .category-nav .nav-section {
	border-radius: 0;
}

.hostemix .category-detail .category-nav .nav-section h4 {
	display: none;
}

.hostemix .category-detail .category-nav .nav-section ul li {
	margin-bottom: 0;
	line-height: 24px;
	border-bottom: 2px solid #fff;
}

.hostemix .category-detail .category-nav .nav-section ul li a {
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	padding-left: 40px;
	background: url("../images/hostemix/bg-default.png") repeat-y -13px top #26437b;
}

/* Alkydové, alkyd uretanové NH */
.hostemix .category-detail .category-nav .nav-section ul li.content-nav-110765 a {
	background-image: url("../images/hostemix/bg-alkydaalkyduretanovenh.png");
}

/* Epoxidové dvousložkové NH */
.hostemix .category-detail .category-nav .nav-section ul li.content-nav-110767 a {
	background-image: url("../images/hostemix/bg-epoxidnh.png");
}

/* Polyuretanové dvousložkové NH */
.hostemix .category-detail .category-nav .nav-section ul li.content-nav-110769 a {
	background-image: url("../images/hostemix/bg-polyuretanovenh.png");
}

/* Akrylátové NH */
.hostemix .category-detail .category-nav .nav-section ul li.content-nav-110771 a {
	background-image: url("../images/hostemix/bg-akrylnh.png");
}

/* Alkyd-silikonové NH */
.hostemix .category-detail .category-nav .nav-section ul li.content-nav-110773 a {
	background-image: url("../images/hostemix/bg-alkydsiliknh.png");
}

/* Pasty */
.hostemix .category-detail .category-nav .nav-section ul li.content-nav-110775 a {
	background-image: url("../images/hostemix/bg-pasty.png");
}

/* Tužidla */
.hostemix .category-detail .category-nav .nav-section ul li.content-nav-110777 a {
	background-image: url("../images/hostemix/bg-tuzidla.png");
}

/* Ostatní */
.hostemix .category-detail .category-nav .nav-section ul li.content-nav-110780 a {
	background-image: url("../images/hostemix/bg-ostatni.png");
}

.hostemix .category-detail .category-nav .nav-section ul li a:hover {
	background-position: 0px top;
}

.hostemix .category-detail .category-nav .nav-section ul li.active a {
	background-repeat: repeat;
	color: #000;
}

.hostemix .product-thumb .product-texts {
	min-height: 130px;
}

.hostemix .product-texts h2 {
	min-height: 22px;
	margin-bottom: 7px;
}

.hostemix .product-thumb .product-texts small {
	min-height: 35px;
}


.hostemix .system-solutions-list,
.hostemix .events-list,
.hostemix.page-template-download .cont,
.hostemix .products-list {
	/*margin-top: 50px;*/
}

.hostemix .item-event {
	border-bottom: 1px solid #dedede;
	margin-bottom: 20px;
}

.hostemix .item-event h3 {
	margin-top: 20px;
}

.hostemix .product-detail,
.system-solutions-list .category-detail .category-main,
.hostemix .products-list .category-main {
	float: right;
	width: calc(100% - 280px);
	text-align: left;
	padding-top: 0;
}

.system-solutions-list .category-detail .category-main {
	width: 100%;
}

.system-solutions-list .system-solutions-list-wrap {
	margin: 0;
	text-align: left;
}

.system-solutions-list .system-solutions-list-wrap .item-system-solutions {
	width: calc(50% - 12px);
	float: left;
	border: 2px solid #dedede;
	margin-bottom: 30px;
}

.system-solutions-list .system-solutions-list-wrap .item-system-solutions:first-child {
	margin-right: 24px;
}

.system-solutions-list .category-detail .category-main h2 {
	font-weight: 700;
	font-size: 46px;
	line-height: 55px;
	margin: 0 0 20px 0;
	text-align: left;
}

.system-solutions-list .system-solutions-list-wrap .item-system-solutions h2 {
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	margin: 0;
	color: #fff;
	background: #26437b;
	padding: 10px 20px;
}

.system-solutions-list .system-solutions-list-wrap .item-system-solutions .system-solutions-thumb {
	width: calc(100% - 34px);
	background: transparent;
	/*float: left;*/
	min-height: 200px;
	display: block;
	clear: both;
	overflow: hidden; /*hide bounds of image */
	margin: 0 15px; /*reset margin of figure tag*/

}

.system-solutions-list .system-solutions-list-wrap .item-system-solutions .system-solutions-thumb img {
	margin: -30% 0;
}

.system-solutions-list .system-solutions-list-wrap .item-system-solutions .system-solutions-info {
	padding: 0;
}

.system-solutions-list .system-solutions-list-wrap .item-system-solutions .system-solutions-info .system-solutions-text {
	width: 50%;
	float: left;
	padding: 15px;
}

.system-solutions-list .system-solutions-list-wrap .item-system-solutions .system-solutions-info .system-solutions-text .next-step {
	font-size: 28px;
	text-align: center;
	margin-bottom: 15px;
	color: #26437b;
}

.system-solutions-list .system-solutions-list-wrap .item-system-solutions .system-solutions-info .system-solutions-text:first-child {
	border-right: 2px solid #dedede;
}

.system-solutions-list .system-solutions-list-wrap .item-system-solutions .system-solutions-info .system-solutions-text ul {
	margin: 0;
	/*padding-left: 50px;*/
}

.system-solutions-list .system-solutions-list-wrap .item-system-solutions .system-solutions-info .system-solutions-text ul li {
	margin: 0;
	font-size: 14px;
}

.system-solutions-list .system-solutions-list-wrap .item-system-solutions .system-solutions-info .system-solutions-text p {
	font-size: 14px;
	margin: 0;
	/*padding-left: 20px;*/
}

.system-solutions-list .system-solutions-list-wrap .item-system-solutions .system-solutions-info .system-solutions-text p.odkazyTip {
	margin: 0;
	padding-left: 0;
	padding-top: 16px;
}

.system-solutions-list .system-solutions-list-wrap .item-system-solutions .system-solutions-info .system-solutions-text h3,
.system-solutions-list .system-solutions-list-wrap .item-system-solutions .system-solutions-info .system-solutions-product h3 {
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	margin: 8px 0 20px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #e8f4fb;
}

.system-solutions-list .system-solutions-list-wrap {
	clear: both;
}

.system-solutions-list .system-solutions-list-wrap .item-system-solutions .system-solutions-info .system-solutions-text .system-solutions-inner {
	min-height: 300px;
	padding: 0;
	border: 1px solid #eee;
	margin-bottom: 15px;
}

.system-solutions-list .system-solutions-list-wrap .item-system-solutions .system-solutions-info .system-solutions-text .system-solutions-inner-inside {
	padding: 0 15px;
	margin-bottom: 20px;
}

.system-solutions-list .system-solutions-list-wrap .item-system-solutions .system-solutions-info .system-solutions-product h3 {
	text-align: center;
}

.system-solutions-list .system-solutions-list-wrap .item-system-solutions .system-solutions-info .system-solutions-text h4 {
	color: #26437b;
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	margin: 0 0 16px 0;
	padding: 5px 15px;
	background-color: #eee;
	border: 1px solid #26437b;
}

.system-solutions-list .system-solutions-list-wrap .item-system-solutions .system-solutions-info .system-solutions-product {
	width: 33%;
	float: right;
	padding-left: 20px;
}

.system-solutions-list .system-solutions-list-wrap .item-system-solutions .related-products {
	text-align: center;
	padding-bottom: 50px;
}

.system-solutions-list .system-solutions-list-wrap .item-system-solutions .related-products h2 {
	text-align: center;
	margin-bottom: 6px;
}

.system-solutions-list .system-solutions-list-wrap .item-system-solutions .related-products h2 a {
	min-height: 40px;
	color: #323232;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 19px;
	text-decoration: none;
}

.system-solutions-list .system-solutions-list-wrap .item-system-solutions .related-products small {
	/*min-height: 52px;*/
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #323232;
	line-height: 17px;
	margin-bottom: 12px;
}

.system-solutions-list .system-solutions-list-wrap .item-system-solutions .system-solutions-info ul {
	padding-left: 20px;
}

.system-solutions-list .system-solutions-list-wrap .item-system-solutions .system-solutions-info .notes h3 {
	font-size: 13px;
	line-height: 21px;
	margin-top: 25px;
	margin-bottom: 8px;
}

.system-solutions-list .system-solutions-list-wrap .item-system-solutions .system-solutions-info .notes p {
	font-size: 12px;
}

.system-solutions-list .system-solutions-list-wrap .item-system-solutions .system-solutions-info .notes ul {
	padding-left: 20px;
}

.system-solutions-list .system-solutions-list-wrap .item-system-solutions .system-solutions-info .notes ul li {
	font-size: 12px;
	line-height: 19px;
}

.redTip {
	padding-top: 35px;
}

.redTip span {
	color: red;
}

.hostemix footer.producer {
	color: #323232;
	background-color: #e3eeff;
	margin-top: 0;
}

.hostemix footer.producer .container {
	color: #323232;
}

.hostemix .why.producer {
	display: none;
}

/* reason-squares */
.reason-squares {
	width: 100%;
	margin-top: 30px;
}

.reason-squares ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
}

.reason-squares li {
	float: left;
	position: relative;
	list-style: none;
	font-size: 16px;
	width: calc(33.33% - 20px);
	text-align: center;
	color: #111;
	height: 125px;
	padding: 0 40px;
	margin: 0 20px 20px 0;
	background: #fff;
	border: 2px solid #26437b;

	display: flex;
	justify-content: center;
	align-items: center;
}

.reason-squares li p {
	margin: 0;
}

/* reference */
.page-id-81275 .category-detail .events-list .events-list-wrap .item-event {
	width: 100%;
}

.page-template-hostemix .gallery-item {
	height: 145px;
	overflow: hidden;
}

.hostemix .contact-column,
.hostemix .contact-column-30,
.hostemix .contact-column-50 {
	width: calc(33.33% - 20px);
	float: left;
	margin-right: 20px;
	padding: 1px 15px;
	border: 2px solid #e3eeff;
	height: 310px;
}

.hostemix .contact-column-30 {
	padding: 20px;
	height: 140px;
	margin-bottom: 20px;
}

.hostemix .contact-column-50 {
	width: calc(50% - 20px);
}

.hostemix .contact-column table tbody tr td,
.hostemix .contact-column-30 table tbody tr td,
.hostemix .contact-column-50 table tbody tr td {
	padding: 10px 0;
	background: none;
}

.hostemix .contact-column table tbody tr td.title,
.hostemix .contact-column-30 table tbody tr td.title,
.hostemix .contact-column-50 table tbody tr td.title {
	font-weight: bold;
}

.hostemix .contacts-list.extended {
	padding-top: 50px;
}

.hostemix .contacts-list .detail-contacts .detail-contacts-list .item {
	float: none;
	width: 100%;
	text-align: left;
	margin: 0 0 15px 0;
	padding: 0;
}

.hostemix .contacts-list .detail-contacts h3 {
	font-size: 23px;
	font-weight: bold;
	margin: 25px 0 20px 0;
	text-align: left;
}

.hostemix .contact-column-30 .detail-contacts .contacts-tab .detail-contacts-list .item {
	text-align: center;
}

.page-template-download.hostemix.tax-bal_product_brand .one-column .category-main {
	max-width: unset;
}

.page-template-download.hostemix.tax-bal_product_brand .category-detail .category-main {
	padding-top: 15px;
}

.hostemix .tabs-detail-wrap .tabs .tab {
	padding: 0;
}

.hostemix .tabs-detail-wrap .tabs .tabs-control {
	text-align: left;
	border: 0;
}

.hostemix .tabs-detail-wrap .tabs .tabs-control li a {
	color: #333;
	background: #fff;
	border: 2px solid #dedede;
}

.hostemix .tabs-detail-wrap .tabs .tabs-control li a:hover {
	border-color: #26437b;
}

.hostemix .tabs-detail-wrap .tabs .tabs-control li.active a {
	color: #26437b;
	background: #fff;
	border: 2px solid #26437b;
}

.hostemix.page-template-download table tbody tr td {
	background: #fff;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

.hostemix.page-template-download table tbody tr:hover td {
	font-weight: bold;
}

.hostemix .tag-list {
	margin: 30px 0 40px 0;
	/*line-height: 45px;*/
}

.hostemix .tag-list a {
	font-weight: bold;
	color: #333;
	background: #fff;
	border: 2px solid #d9dde2;
	padding: 5px 10px;
	margin: 5px;
	text-decoration: none;
	display: inline-block;
	line-height: 30px;
	font-size: 15px;
}

.hostemix .tag-list a.active,
.hostemix .tag-list a:hover {
	border: 2px solid #26437b;
	color: #26437b;
}

.hostemix ul.check {
	margin-left: 20px;
}

.hostemix ul.check li {
	list-style-type: disc;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 8px;
	background: none;
	color: #009acc;
	font-size: 25px;
}

.hostemix ul.check li span {
	color: #323232;
	font-size: 16px;
}

.hostemix ul.check.files {
	margin-left: 0;
}

.hostemix ul.check.files li {
	list-style-type: none;
	margin-bottom: 14px;
}

.hostemix ul.check.files li.pdf {
	background-repeat: no-repeat;
	background-size: auto;
}

.hostemix ul.check.files li a {
	padding-left: 36px;
}

.hostemix .product-detail .main-wrap .head {
	margin-top: 30px;
	margin-bottom: 25px;
}

.hostemix .product-detail .main-wrap .head h1 {
	margin-bottom: 20px;
	font-size: 42px;
}

.hostemix .product-detail .tabs h2 {
	margin: 0 0 5px 0;
}

.hostemix .product-detail .tabs p {
	margin-bottom: 1px;
}

.hostemix .product-detail .tabs table tbody tr td {
	background-color: #e3eeff;
}

.hostemix .product-detail .main-wrap {
	margin-bottom: 20px;
}

.hostemix .product-detail .main-wrap .head h2 {
	line-height: 36px;
}

.hostemix .detail-description h3 {
	margin: 30px 0px 10px 0px;
}

.hostemix .product-content {
	padding: 30px 0;
	border-top: 2px solid #e3eeff;
}

.hostemix .product-content.part-2 {
	border-bottom: 2px solid #e3eeff;
	margin-bottom: 30px;
}

.hostemix .box-info {
	background-color: #fff;
	border: 0px solid #d9dde2;
	padding: 0;
	margin: 0;
}

.hostemix .product-detail .main-wrap .thumb {
	width: 290px;
	padding-top: 35px;
}

.hostemix .product-detail .main-wrap .info,
.hostemix .product-detail .main-wrap .head {
	width: calc(100% - 350px);
}

.hostemix .detail-description .left,
.hostemix .detail-description .right {
	width: 100%;
	float: none;
}

.hostemix a.piktogram .svg {
	width: 40px;
	height: auto;
	margin-right: 10px;
	margin-bottom: 11px;
}

.tabs-detail-wrap .tabs .tabs-control li {
	margin: 5px;
	bottom: 0px;
	float: left;
	width: calc(25% - 10px);
}

@media (max-width: 1380px) {
	.hostemix header .nav-wrap nav ul li > a {
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
		height: 65px;
		line-height: 65px;
	}

	.hostemix header .nav-wrap nav ul li .submenu .sub-content .item {
		font-size: 14px;
	}

	.hostemix header .nav-height {
		height: 65px;
	}

	.hostemix header .nav-wrap #logo .logo {
		line-height: 65px;
		height: 65px;
	}
}

@media (max-width: 1100px) {
	.hostemix header .nav-wrap nav ul li > a {
		font-size: 12px;
		padding-left: 8px;
		padding-right: 8px;
		height: 55px;
		line-height: 55px;
	}

	.hostemix header .nav-wrap nav ul li .submenu .sub-content .item {
		font-size: 12px;
	}

	.hostemix header .nav-height {
		height: 55px;
	}

	.hostemix header .nav-wrap #logo .logo {
		line-height: 55px;
		height: 55px;
	}

	.hostemix header .nav-wrap nav ul li .submenu .sub-content .item {
		height: 40px;
	}

	.reason-squares li {
		font-size: 14px;
	}

	.tabs-detail-wrap .tabs .tabs-control li a {
		font-size: 18px;
	}

	.tabs-detail-wrap .tabs .tabs-control li {
		margin: 5px;
		bottom: 0px;
		float: left;
		width: calc(33% - 10px);
	}
}

@media (max-width: 1060px) {
	.hostemix .product-detail .main-wrap .head {
		width: 100%;
		margin-top: 0;
	}

	.hostemix .product-detail .main-wrap .thumb {
		width: 55%;
		padding-top: 0;
		float: left;
	}

	.hostemix .product-detail .main-wrap .info {
		width: 45%;
		float: right;
	}

	.reason-squares li {
		height: 160px;
	}

	.hostemix .contact-column table tbody tr td {
		font-size: 14px;
	}

	.hostemix .contact-column {
		height: 340px;
	}

	.hostemix .system-solutions-list .system-solutions-list-wrap .item-system-solutions {
		width: 100%;
	}

	.hostemix .tag-list a {
		font-size: 14px;
	}
}

@media (max-width: 1000px) {
	.hostemix header .nav-wrap nav ul li > a {
		font-size: 10px;
		padding-left: 8px;
		padding-right: 8px;
		height: 55px;
		line-height: 55px;
	}

	.hostemix header .nav-wrap nav ul li .submenu .sub-content .item {
		font-size: 10px;
	}

	.hostemix header .nav-height {
		height: 55px;
	}

	.hostemix header .nav-wrap #logo .logo {
		line-height: 55px;
		height: 55px;
	}

	.hostemix header .nav-wrap nav ul li .submenu .sub-content .item {
		height: 35px;
	}

	.tabs-detail-wrap .tabs .tabs-control li a {
		font-size: 16px;
	}
}

@media (max-width: 828px) {
	.hostemix .product-detail {
		float: none;
		width: 100%;
		text-align: left;
		padding-top: 0;
	}

	.hostemix .product-detail .main-wrap .head,
	.hostemix .product-detail .main-wrap .info {
		width: 55%;
		margin-top: 30px;
		float: right;
	}

	.hostemix .product-detail .main-wrap .thumb {
		width: 40%;
		float: left;
	}

	.hostemix .detail-description .left,
	.hostemix .detail-description .right {
		padding: 0 15px;
		margin-bottom: 0;
	}

	.hostemix .category-detail .category-nav .nav-section h4 {
		display: block;
	}

	.hostemix .category-detail .category-nav .nav-section ul {
		display: none;
	}

	.hostemix .category-detail .category-nav .nav-section ul li a {
		border-radius: 0;
		margin: 0;
	}

	.hostemix .products-list .category-main {
		float: none;
		width: 100%;
	}

	.hostemix .category-detail .category-main .category-list .product-thumb {
		width: calc(50% - 20px);
		float: left;
	}

	.container {
		width: auto;
		padding: 0 15px;
	}

	.reason-squares li {
		font-size: 16px;
		width: calc(50% - 20px);
	}

	.gallery-columns-5 .gallery-item {
		max-width: 50%;
	}

	.tabs-detail-wrap .tabs .tabs-control li {
		margin: 5px;
		bottom: 0px;
		float: left;
		width: calc(50% - 10px);
	}

	.hostemix .contacts-list .detail-contacts,
	.hostemix .contacts-list .detail-contacts h3 {
		padding-top: 0;
	}

	.hostemix .contact-column {
		height: 310px;
	}

	.hostemix .contacts-list.extended .detail-contacts .contacts-tab .detail-contacts-list .item {
		width: 100%;
	}

	.hostemix header .nav-wrap nav {
		width: 100%;
		float: none;
	}

	.hostemix header .nav-wrap nav ul {
		float: none;
	}

	.hostemix header .nav-wrap nav ul li {
		text-align: center;
		border-bottom: 1px solid #e3eeff;
	}

	.hostemix header .nav-wrap nav ul li > a {
		font-size: 18px;
		line-height: 40px;
	}

	.hostemix header .logo-mobil {
		line-height: 34px;
		display: block;
	}

	.hostemix header .nav-wrap #logo {
		display: none;
	}

	.hostemix header .nav-wrap nav ul li .submenu.mobile .sub-content {
		min-width: auto;
		min-height: auto;
		padding: 0;
		width: 100%;
		margin: auto;
		float: none;
	}

	.hostemix header .nav-wrap nav ul li .submenu.mobile,
	.hostemix header .nav-wrap nav ul li:hover .submenu.mobile {
		position: relative;
		display: block !important;
		background-color: #fff;
	}

	.hostemix header .nav-wrap nav ul li .submenu.mobile .sub-content .submenu-interiery:hover .subsubmenu,
	.hostemix header .nav-wrap nav ul li .submenu.mobile .sub-content .submenu-exteriery:hover .subsubmenu {
		display: none !important;
	}

	.hostemix header .nav-wrap nav ul li .submenu.mobile .sub-content {
		max-width: 100%;
	}

	.hostemix header .nav-wrap nav ul li .submenu.mobile .sub-content .item {
		text-align: center;
		font-size: 16px;
		color: #26437b;
		height: 60px;
		background-color: #e3eeff;
		border-bottom: 4px solid #fff;
	}

	.hostemix header .nav-wrap nav ul li .submenu.mobile .sub-content div:last-child .item {
		border-bottom: 0;
	}

	.hostemix header .nav-wrap nav ul li .submenu.mobile .sub-content .item
	.hostemix header .nav-wrap nav ul li .submenu.mobile .sub-content .item:hover {
		background-color: #e3eeff;
	}

	.hostemix .contact-column-50 {
		height: 280px;
	}

	.hostemix .w25-vzorkovnice,
	.hostemix .w30-vzorkovnice,
	.hostemix .w70-vzorkovnice,
	.hostemix .w75-vzorkovnice {
		width: 100% !important;
	}
}

@media (max-width: 768px) {
	.hostemix .contact-column {
		width: 100%;
		margin-bottom: 20px;
	}

	.hostemix .contact-column table tbody tr td {
		width: 50%;
	}

	.hostemix .contacts-list.extended .detail-contacts .contacts-tab .detail-contacts-list .item {
		width: 50%;
	}

	.system-solutions-list .system-solutions-list-wrap .item-system-solutions .system-solutions-info .system-solutions-text {
		width: 100%;
	}

	.system-solutions-list .system-solutions-list-wrap .item-system-solutions .system-solutions-info .system-solutions-text:first-child {
		border-right: 0;
		border-bottom: 2px solid #dedede;
	}

	.hostemix .contact-column-30 {
		width: 100%;
		margin-bottom: 20px;
	}
}

@media (max-width: 600px) {
	.hostemix .product-detail .main-wrap .head {
		float: none;
		width: 100%;
	}

	.hostemix .product-detail .main-wrap {
		margin-bottom: 0;
		padding: 0 15px;
	}

	.reason-squares li {
		font-size: 14px;
		padding: 25px;
	}

	.hostemix .contact-column-50 {
		width: 100%;
		margin-bottom: 20px;
	}
}

@media (max-width: 500px) {
	.hostemix .category-detail .category-main .category-list .product-thumb {
		width: 100%;
		float: none;
	}

	.reason-squares li {
		width: 100%;
		height: auto;
	}

	.hostemix .contacts-list.extended .detail-contacts .contacts-tab .detail-contacts-list .item {
		width: 100%;
	}
}

@media (max-width: 1240px) and (min-width: 1053px) {
	.hostemix .btn {
		padding: 0 15px;
	}
}

/*LB TODO: LB smazat az se zase presune ostrave verze na zkusebni */
.page-id-96853.hostemix .header-image,
.page-id-96855.hostemix .header-image,
.page-id-96860.hostemix .header-image,
.page-id-96862.hostemix .header-image,
.page-id-96866.hostemix .header-image,
.page-id-96867.hostemix .header-image,
.page-id-96826.hostemix .header-image {
	background: #ffffff;
}

.page-id-96853.hostemix .products-list,
.page-id-96855.hostemix .products-list,
.page-id-96860.hostemix .products-list,
.page-id-96862.hostemix .products-list,
.page-id-96866.hostemix .products-list,
.page-id-96867.hostemix .products-list,
.page-id-96826.hostemix .products-list {
	margin-top: 0;
}

.page-id-96835 .contact-column-30 {
	width: calc(50% - 20px);
}

/*bal*/
.page-id-96915.hostemix .header-image,
.page-id-96909.hostemix .header-image,
.page-id-96913.hostemix .header-image,
.page-id-96911.hostemix .header-image,
.page-id-96917.hostemix .header-image,
.page-id-96919.hostemix .header-image,
.page-id-96899.hostemix .header-image {
	background: #ffffff;
}

.page-id-96915.hostemix .products-list,
.page-id-96909.hostemix .products-list,
.page-id-96913.hostemix .products-list,
.page-id-96911.hostemix .products-list,
.page-id-96917.hostemix .products-list,
.page-id-96919.hostemix .products-list,
.page-id-96899.hostemix .products-list {
	margin-top: 0;
}

.page-id-96897 .contact-column-30 {
	width: calc(50% - 20px);
}

.hostemix.single-bal_product .drop-right {
	background-image: none;
}

.hostemix ul.breadcrumbs {
	margin: 1rem 0;
}

.hostemix ul.breadcrumbs li {
	list-style: none;
	margin-bottom: 0;
}

.hostemix ul.breadcrumbs li:after {
	top: 5px;
}




