/* lista lokalizacji, instruktorów */
div.items
{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 50px;
}

div.single_item
{
	width: 296px;
	margin-bottom: 30px;
	text-align: center;
}

a.item_link
{
	display: block;
	color: #444;
}

a.item_link:hover
{
	color: #3b91de;
}

div.items h3
{
	font-size: 26px;
}

div.items h4
{
	margin-top: 0;
	height: 65px;
	font-size: 22px;
	line-height: 1.1;
}

/* Imię i nazwisko instruktora na jedną linijkę */
div#instructors div.items h4
{
	height: 32px;
}

/* Podpis pod nagłówkiem np. Cena od ... */
div.item_subheader
{
	margin-top: -20px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
	color: #888;
}

img.icon
{
	width: 36px;
	height: auto;
	display: inline-block;
	margin-right: 14px;
	vertical-align: middle;
}

div.items h4.home
{
	width: 80%;
	height: 60px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 26px;
	line-height: 1.3;
}

div.items img
{
	width: 260px;
	height: 260px;
}

div.items i
{
	display: block;
	margin-top: 25px;
	margin-bottom: 15px;
	font-size: 46px;
}

.offer
{
	color: #2383dc;
}

/* przycisk "chwilowo niedostępne" */
div.items a.button, div.items input.button, div.items div.not_available
{
	width: 60%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

div.items a.button
{
	color: #fff;
}

div.item_text
{
	height: 100px;
	margin-top: 35px;
	margin-bottom: 30px;
}

/* szczegółowy widok instruktora lub lokalizacji */
div.item_details
{
	display: flex;
}

div.item_details h4
{
	font-size: 34px;
	margin-top: 0;
}

/* zdjęcia po lewej */
div.item_images
{
	width: 370px;
	margin-right: 35px;
}

img.medium
{
	width: 100%;
	height: auto;
}

/* małe zdjęcia */
div.item_images div
{
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	margin-bottom: 30px;
}

img.thumbnail
{
	display: block;
	width: 115px;
	height: auto;
}


/* nazwa, opis */
div.item_attributes
{
	width: 840px;
}

div.item_description
{
	margin-top: 20px;
	margin-bottom: 40px;
}

/* chwilowo niedostępne */
div.not_available
{
	display: inline-block;
	padding: 10px 20px 11px 20px;
	border-radius: 5px;
	border: 2px solid #ff9900;
	background: #fff9f0;
}


/* Formularz wszukiwanie do rezerwacji */
form.reservation
{
	margin-top: 20px;
}

form.reservation #tr_submit .td
{
	padding-top: 20px;
}

form.reservation #td_price
{
	font-weight: bold;
}

h5.result
{
	margin-bottom: 0;
}

ul.result
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.top_space
{
	margin-top: 25px;
}


/* Rozkład godzinowy instruktora - wyniki szukania */
div.schedule
{
	box-sizing: border-box;
	margin-top: 10px;
	padding: 15px;
	border: 1px solid #ccc;
	text-align: left;
}

div.schedule h5
{
	margin-top: 0;
	margin-bottom: 8px;
}

div.schedule div.td
{
	padding: 2px 12px 4px 0;
}

div.schedule div.td div
{
	width: 20px;
	height: 20px;
	border: 1px solid #aaa;
	cursor: pointer;
}

div.schedule div.td div.busy
{
	background: #bbb;
	cursor: not-allowed;
}

div.selected
{
	background-color: #2383dc;
}

i.icon-bin
{
	color: #dd0000;
	margin-left: 8px;
}

div.price
{
	margin-top: 10px;
	font-size: 18px;
}

div.price span
{
	font-weight: bold;
}

ul.icons
{
	list-style: none;
}

ul.icons li
{
	margin-top: 10px;
	margin-bottom: 10px;
}
