#footer{
	background-color: var(--tb-color-black);
	color: white;
	}

#footer .container.footer-rows{
	max-width: 1440px;
	background-image: var(--tb-svg-footer-bg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: min(600px, 80%) auto;
	border-top: 1px solid var(--tb-color-border-silver);
	padding-top: 50px;
	}

.footer-bottom,
.footer-bottom-full-width{
	display: none;
	}

.footer-bottom-full-width .copyright{
	display: none;
	}

/* cols */
.row.custom-footer{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	}

.row.custom-footer > div{
	/*border: 1px dotted silver;*/
	padding-top: 0;
	}

.row.custom-footer h4{
	margin: 0 auto auto;
	}

.row.custom-footer h4 span{
	color: white;
	font-size: 1.4rem;
	text-transform: uppercase;
	}

.row.custom-footer h4 span::after{
	display: none;
	}

.row.custom-footer > div:nth-of-type(1){
	flex: 1 0 clamp(250px, 20%, 300px);
	}

.row.custom-footer > div:nth-of-type(2){
	flex: 1 1 14%;
	flex: 1 0 min(160px, 14%);
	}

.row.custom-footer > div:nth-of-type(3){
	flex: 1 0 clamp(230px, 15%, 250px);
	}

.row.custom-footer > div:nth-of-type(4){
	/*flex: 0 0 200px;*/
	flex: 0 0 350px;
	}


.row.custom-footer > div:nth-of-type(5){
	flex: 130px;
	display: none;
	}


/* responsiv */
@media screen and (max-width: 1470px)
{
	#footer .container.footer-rows{
		max-width: 100%;
		}
}


@media screen and (max-width: 1200px)
{
	.row.custom-footer > div:nth-of-type(4){
		flex: 0 0 200px;
		}
}


@media screen and (max-width: 850px)
{
	.row.custom-footer > div:nth-of-type(1){
		order: -2;
		/*background: red;*/
		flex-grow: 1;
		flex-basis: min(300px, 500px);
		}

	.row.custom-footer > div:nth-of-type(4){
		order: -1;
		/*background: blue;*/
		flex: 0 0 350px;
		}

	.row.custom-footer > div:nth-of-type(2){
		flex-basis: 40%;
		margin-top: 40px;
		}

	.row.custom-footer > div:nth-of-type(3){
		flex-basis: 60%;
		margin-top: 40px;
		}


}

@media screen and (max-width: 670px)
{
	.row.custom-footer > div:nth-of-type(4){
		flex: 0 0 200px;
		}
}

@media screen and (max-width: 540px)
{
	.row.custom-footer > div{
		min-width: 100%;
		}

	.row.custom-footer > div:nth-of-type(2),
	.row.custom-footer > div:nth-of-type(3){
		min-width: 0;
		}

	.row.custom-footer > div:nth-of-type(1),
	.row.custom-footer > div:nth-of-type(4){
		order: 0;
		}

	.row.custom-footer > div:nth-of-type(4){
		margin-top: 40px;
		flex: 0 0 100%;
		}

}





/* doprava a platba */
.row.custom-footer > div:nth-of-type(6){
	flex: 1 1 100%;
	}

/* 01.bubelo */
.tb-footer-bubelo p{
	max-width: 270px;
	background-image: var(--tb-svg-logo-white);
	background-repeat: no-repeat;
	background-size: 139px 20px;
	padding: 30px 0 0 0;
	font-size: 1.6rem;
	color: var(--tb-color-white80);
	}

#footer .tb-footer-bubelo a{
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 0 2px;
	padding: 4px 5px 3px 24px;
	font-size: 1.6rem;
	color: white;
	}

.tb-footer-bubelo a:hover{
	text-decoration: underline;
	}

.tb-footer-bubelo a:nth-of-type(1){
	background-image: var(--tb-svg-instagram);
	margin-right: 10px;
	}

.tb-footer-bubelo a:nth-of-type(2){
	background-image: var(--tb-svg-facebook);
	}



/* 02. o bubelo, 03. poradíme vam */
#footer .tb-footer-obubelo a,
#footer .tb-footer-poradime a{
	color: var(--tb-color-white80);
	font-size: 1.3rem;
	}

#footer .tb-footer-obubelo a:hover,
#footer .tb-footer-poradime a:hover{
	text-decoration: underline;
	}

/* 04. máte dotaz */
.tb-footer-matedotaz{
	display: flex;
	justify-content: space-between;
	}

.tb-footer-matedotaz-left div{
	padding: 0;
	font-size: 1.3rem;
	}
#footer .tb-footer-matedotaz-left a{
	display: block;
	color: white;
	line-height: 120%;
	}

#footer .tb-footer-matedotaz-left a:hover{
	text-decoration: underline;
	}

.tb-footer-matedotaz-left span{
	display: block;
	padding: 3px 0 14px;
	color: var(--tb-color-white80);
	}

.tb-footer-matedotaz-left a:nth-of-type(1)::before,
.tb-header-top-left a::before{
	display: inline-block;
	content: '';
	width: 10px;
	height: 10px;
	background-color: var(--tb-color-white80);
	border-radius: 50%;
	margin-right: 6px;
	position: relative;
	top: 1px;
	}

.tb-header-top-left a::before{
	background-color: silver;
	}

.tb-footer-matedotaz-left a.tb-footer-matedotaz-status-online::before,
.tb-header-top-left a.tb-footer-matedotaz-status-online::before{
	background-color: #00A274;
	}

.tb-footer-matedotaz-left a.tb-footer-matedotaz-status-offline::before,
.tb-header-top-left a.tb-footer-matedotaz-status-offline::before{
	background-color: #f4978e;
	}

.tb-footer-matedotaz-left a:nth-of-type(2)::before{
	display: inline-block;
	content: '';
	background-image: var(--tb-svg-email-white);
	background-repeat: no-repeat;
	background-size: 12px 9px;
	background-position: 0 2px;
	width: 12px;
	height: 11px;
	margin-right: 6px;
	}

.tb-footer-matedotaz-right{
	/*padding-top: 15px;*/
	padding-top: 0;
	}

.tb-footer-matedotaz-right details{
	display: block;
	width: 88px;
	}

.tb-footer-matedotaz-right summary{
	display: block;
	padding: 5px 0;
	color: white;
	}

.tb-footer-matedotaz-right a,
.tb-footer-matedotaz-right summary{
	display: flex;
	cursor: pointer;
	margin-bottom: 6px;
	}

.tb-footer-matedotaz-right summary:hover,
#footer .tb-footer-matedotaz-right a:hover em{
	text-decoration: underline;
	}

.tb-footer-matedotaz-right summary{
	background: var(--tb-svg-footer-arrow);
	background-size: 5px 3px;
	background-position: right center;
	background-repeat: no-repeat;
	}

.tb-footer-matedotaz-right span{
	display: block;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	}

.tb-footer-matedotaz-right em{
	font-style: normal;
	font-size: 1.3rem;
	color: white;
	font-weight: 400;
	padding-left: 7px;
	}

.tb-footer-matedotaz-flag-cz span{
	background-image: var(--tb-flag-cz);

	}

.tb-footer-matedotaz-flag-pl span{
	background-image: var(--tb-flag-pl);
	}

.tb-footer-matedotaz-flag-eu span{
	background-image: var(--tb-flag-eu);
	}




/*** depas ***/
.tb-footer-depas{
	padding: 35px 0 0;
	display: flex;
	font-size: 1.3rem;
	color: var(--tb-color-white80);
	}

.tb-footer-depas p{
	padding: 8px 0;
	margin: auto auto auto 0;
	white-space: nowrap;
	}

.tb-footer-depas p b{
	font-weight: 400;
	}

.tb-footer-depas a{
	display: block;
	background-image: var(--tb-svg-shoptet);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px 15px;
	padding: 4px 0 3px 30px;
	line-height: 100%;
	margin: 8px auto auto 30px;
	color: var(--tb-color-white80);
	}

.tb-footer-depas-left{
	display: flex;
	justify-content: flex-start;
	}

.tb-footer-depas-right{
	display: flex;
	flex-grow: 1;
	justify-content: flex-end;
	}

.tb-footer-depas-right div{
	display: flex;
	}

.tb-footer-depas-right div b{
	display: block;
	padding: 8px 15px 8px 10px;
	font-weight: 400;
	white-space: nowrap;
	color: var(--tb-color-white80);
	}

.tb-footer-depas span{
	display: block;
	width: 50px;
	height: 28px;
	border: 1px solid var(--tb-color-silverLight);
	border-radius: 8px;
	margin-right: 8px;
	background-repeat: no-repeat;
	background-size: 90% auto;
	background-position: center;
	opacity: 0.99;
	margin-top: 7px;
	}



.tb-footer-depas > div div:nth-of-type(1) span:nth-of-type(1){background-image: var(--tb-svg-depas-comgate); background-size: 90% auto; width: 80px; opacity: 0.8}
.tb-footer-depas > div div:nth-of-type(1) span:nth-of-type(2){background-image: var(--tb-svg-depas-visa); background-size: 75% auto;}
.tb-footer-depas > div div:nth-of-type(1) span:nth-of-type(3){background-image: var(--tb-svg-depas-mc); background-size: 55% auto; opacity: 0.85;}
.tb-footer-depas > div div:nth-of-type(1) span:nth-of-type(4){background-image: var(--tb-svg-depas-applePay); background-size: 80% auto; opacity: 0.7;}
.tb-footer-depas > div div:nth-of-type(1) span:nth-of-type(5){background-image: var(--tb-svg-depas-googlePay); background-size: 80% auto; opacity: 0.9;}
.tb-footer-depas > div div:nth-of-type(1) span:nth-of-type(6){background-image: var(--tb-svg-depas-bank); background-size: 65% auto; opacity: 0.9;}
.tb-footer-depas > div div:nth-of-type(2) span:nth-of-type(1){background-image: var(--tb-svg-depas-packeta); width: 80px; height: 27px; opacity: 0.9;}


/* responsiv */
@media screen and (max-width: 1250px)
{
	.tb-footer-depas-left{
		display: block;
		/*flex-wrap: wrap;*/
		}

	.tb-footer-depas-left a{
		margin-left: 0;
		}

	.tb-footer-depas-right{
		flex-grow: 1;
		}

}


@media screen and (max-width: 1200px)
{
	.tb-footer-depas-right{
		flex-wrap: wrap;
		}

	.tb-footer-depas-right > div:nth-of-type(1){
		order: 2;
		}

	.tb-footer-depas-right > div:nth-of-type(2){
		order: 1;
		}

	.tb-footer-matedotaz{
		display: block;
		}

	.tb-footer-matedotaz-right{
		padding-top: 15px;
		}
}


@media screen and (max-width: 992px)
{
	#footer .container.footer-rows{
		width: 100%;
		}
}


@media screen and (max-width: 880px)
{
	.tb-footer-depas{
		display: block;
		}

	.tb-footer-depas-left{
		display: flex;
		justify-content: space-between;
		}

	.tb-footer-depas a{
		margin: auto 0 auto 30px;
		}

	.tb-footer-depas-right{
		justify-content: flex-start;
		}

	.tb-footer-depas-right div b{
		padding-left: 0;
		padding-right: 8px;
		}

	.tb-footer-depas-right div:nth-of-type(2){
		padding-right: 10px;
		}
}


@media screen and (max-width: 850px)
{

	.tb-footer-matedotaz{
		display: flex;
		}

	.tb-footer-matedotaz-right{
		padding: 0 30px;
		}
}


@media screen and (max-width: 670px)
{

	.tb-footer-matedotaz{
		display: block;
		}

	.tb-footer-matedotaz-right{
		padding-top: 15px;
		}

}




@media screen and (max-width: 570px)
{
	.tb-footer-depas-right div:nth-of-type(1) div{
		max-width: 250px;
		flex-wrap: wrap;
		}

	.footer-newsletter div.validator-msg-holder.js-validated-element-wrapper{
		max-width: 190px !important;
		font-size: 1.2rem;
		}
/*
	#formNewsletter button.btn.btn-default.btn-arrow-right{
		width: 50px !important;
		padding-left: 5px;
		padding-right: 5px;
		font-size: 1.3rem;
		}
*/
}


@media screen and (max-width: 540px)
{

	.tb-footer-matedotaz{
		display: flex;
		}

	.tb-footer-matedotaz-right{
		padding: 0 30px;
		}

}

@media screen and (max-width: 500px)
{
	.tb-footer-depas a{
		display: none;
		}

	.footer-bottom,
	.footer-bottom-full-width{
		display: block;
		background-color: var(--tb-color-black);
		}


}


/* instagram */
#dklab_instagram_widget_heading .logo.logo{
	display: none;
	}

#dklab_instagram_widget_heading a span{
	text-decoration: underline;
	}

#dklab_instagram_widget a.text{
	font-family: cardo !important;
	}

#dklab_instagram_widget_heading{
	padding-bottom: 30px;
	font-family: cardo;
	}

#dklab_instagram_widget_in{
	flex-wrap: nowrap;
	overflow: hidden;
	}

#dklab_instagram_widget_in .dklab_instagram_widget_box{
	min-width: 288px !important;
	min-width: 200px !important;
	}

#dklab_instagram_widget_in .dklab_instagram_widget_box::before{
	content: '';
	display: block;
	width: 32px;
	height: 32px;
	background-image: var(--tb-svg-instagram);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	pointer-events: none;
	margin-left: 10px;
	margin-top: 10px;
	}