.diet-prices .diet-prices-head{
	border-bottom: #425608 1px solid;
	text-align: center;
}
.diet-prices .diet-prices-head a{
	display: inline-block;
	color: #abae9c;
	font-size: 14pt;
	padding: 10px 5px;
	margin: 0 6px;
	font-weight: 600;
	cursor: pointer;
	border-bottom: 5px solid transparent;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.diet-prices .diet-prices-head a:hover{
	display: inline-block;
	color: #000;
	font-size: 14pt;
	cursor: pointer;
	border-bottom: 5px solid transparent;

}
.diet-prices .diet-prices-head a:last-child{
	color: #fff;
	background: #6a725a;
	font-family: Arial;
	font-size: 9pt;
	padding: 6px 14px;
	margin: 0 6px 4px 20px;
	font-weight: bold;
	cursor: pointer;
	border-bottom: 0px solid transparent;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.diet-prices .diet-prices-head a:last-child:hover{
	color: #fff;
	background: #000;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.diet-prices .diet-prices-head a:last-child.active{
	color: #fff;
	background: #425608;
	font-size: 9pt;
	border-bottom-color: #425608;
}

.diet-prices .diet-prices-head a.active{
	border-bottom-color: #425608;
	color: black;
	font-weight: 600;
	font-size: 14pt;
}

.diet-prices .diet-prices-table-container{
	height: 240px;
	position: relative;
	/*overflow: hidden;*/
}
.diet-prices .diet-prices-table-container.long{
	height: 1460px;
	/* TODO: this is an ugly hack */
}
.diet-prices table{
	display: none;
	font-size: 10pt;
	border-spacing: 0;
	width: 100%;
	/*overflow: hidden;*/
	border-collapse: collapse;
	opacity: 0;
	position:absolute;
	top:0;
	left:0;
	-webkit-transition: opacity 0.6s ease;
	-moz-transition: opacity 0.6s ease;
	-ms-transition: opacity 0.6s ease;
	-o-transition: opacity 0.6s ease;
	transition: opacity 0.6s ease;
}
.diet-prices table.active{
	display: table;
	opacity: 1;
	z-index: 2;
}
.diet-prices table tr.header td{
	font-size: 14pt;
	font-weight: 600;
	padding: 14px 10px 6px 10px;
	text-align: center;
	border-bottom: 2px solid #000;
}

.diet-prices table tr.header td{
	color: #000;
}

.diet-prices table tr td{
	border-bottom: 1px dotted #857c75;
	padding: 0;
}
.diet-prices table tr td:first-child{
	border-left: none;
	padding-left: 10px;
}
.diet-prices table tr td:last-child{
	border-right: none;
}
.diet-prices table thead tr:first-child td{
	border: none;
	border-bottom: 1px #666 solid;
	text-align: center;
	font-size: 11pt;
	padding: 8px;
}
.diet-prices table thead tr:nth-child(2) td{
	text-align: center;
	padding:6px;
	font-size: 10pt;
	border-bottom: 1px solid #666;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
}

.diet-prices table tr:hover{
	background: #afb689
}
.diet-prices table td:hover{
	background: #425608;
	color: white;
}

.diet-prices table td > div{
	padding: 5px;
	cursor: pointer;
	height: 38px;
}
.diet-prices table td:hover > div{
	position: relative;
}
/*
.diet-prices table td:hover > div::after{
	background-color: #afb689;
	content: '\00a0';
	height: 10000px;
	left: 0;
	position: absolute;
	top: -5000px;
	width: 100%;
	z-index: -1;
}*/


.diet-prices table td > div .card{
	opacity: 0;
	width: 200px;
	background: white;
	padding: 10px;
	font-size: 10pt;
	color: black;
	cursor: default;

	position: absolute;
	bottom: 48px;
	left: -3540px;
	text-align: left;

	-webkit-box-shadow: 0px 11px 20px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 11px 20px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 11px 20px 1px rgba(0,0,0,0.75);
}
.diet-prices table td > div:hover .card{
	left:-60px;
	opacity: 1;
	padding: 20px 10px 10px 10px;
	-webkit-transition: 1s cubic-bezier(1,0,.57,.5) opacity;
	-moz-transition: 1s cubic-bezier(1,0,.57,.5) opacity;
	-ms-transition: 1s cubic-bezier(1,0,.57,.5) opacity;
	-o-transition: 1s cubic-bezier(1,0,.57,.5) opacity;
	transition: 1s cubic-bezier(1,0,.57,.5) opacity;
}
.diet-prices table td:last-child > div:hover .card{
	left:-120px;
}
@media all and (max-width:1000px){

	.diet-prices table td > div:hover .card{
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}
}
.diet-prices table td > div .card .diet-price-content{
	padding-top: 5px;
}
.diet-prices table td > div .card .diet-price-content p{
	padding-left: 10px;
	font-weight: bold;
}
.diet-prices table td > div .card p{
	margin: 0;
	padding: 2px 12px;
}
.diet-prices table td > div .card .total{
	font-size: 18pt;
	text-align: center;
	margin: 10px 10px 15px 10px;
	border-top: 1px solid black;
	padding: 5px 20px 5px 20px;
}
.diet-prices table td > div .card button,
.button-container button{
	display: block;
	margin: 0 auto 10px;
	padding: 7px 14px;
	background: transparent;
	text-transform: uppercase;
	font-weight: bold;
	border: 3px solid #4D5730;
	color: #4D5730;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.diet-prices table td > div .card button small,
.button-container button small{
	font-size:80%;
}

@media all and (max-width: 1000px){

	.diet-prices table td > div:hover .card {
		padding: 4px 10px;
		width: 140px;
	}
	.diet-prices table td > div .card > p{
		display:none;
	}
	.diet-prices table td > div .card > button{
		margin: 6px auto;
	}
}

.price_day{
	font-family: Georgia;
	font-size: 8pt;
}

.order-overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	text-align: center;
	right: -100%;
	-webkit-transition: right 1s ease;
	-moz-transition: right 1s ease;
	-ms-transition: right 1s ease;
	-o-transition: right 1s ease;
	transition: right 1s ease;
	z-index: 10000;
}
.order-overlay.visible{
	right: 0;
}
.order-overlay iframe{
	width: 100%;
	height: 100%;
	border:none;
	background: url("/view/img/ajax_loader.gif") no-repeat center center;
	vertical-align: middle;
}
.order-overlay:before{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em; /* Adjusts for spacing */
}
.order-overlay .close{
	display: none;

	width:25px;
	height:25px;
	background: url('/view/img/but_close.png') no-repeat;
	position: absolute;
	top:7%;
	right:100px;
	cursor: pointer;
}

.button-container{
	margin: 0 auto 10px;
}
.button-container .test-button{
	display: inline-block;
	vertical-align: top;
	text-transform: none;
}

@media all and (max-width: 999px){
	.diet-prices{
		width: 100%;
		overflow-x: scroll;
	}
	.diet-prices-head,
	.diet-prices-table-container{
		width: 960px;
	}
}


#cennik .subarticles{
	/* because 3 icons remain! */
	margin: 40px auto;
	width:710px;
}
#cennik .subarticles .big-link .button-container button{
	padding: 7px 10px;
}
#cennik .subarticles .big-link .button-container:last-child button{
	background: black
}