
@font-face {
	font-family:xdxregular;
	src:url('/fonts/Istok-Regular.ttf');
	}

* {
	padding:0px;
	margin:0px;
	color:#333;
	font-family:xdxregular;
	box-sizing:border-box;
	-webkit-box-sizing:border-box; /* Android  */
	}

html,body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	background-color:#EEE;
	font-size:100%;
	}

a {
	text-decoration:none;
	}

img {
	max-width:100%;
	}

ol {
	margin-bottom:0.5em;
	counter-reset:section;
	list-style-type:none;
	}

ol li {
	margin-bottom:0.5em;
	}

ol ol li {
	margin-bottom:0em;
	margin-left:1.5rem;
	}

ol li:before {
	counter-increment:section;
	content:counters(section,".") ". ";
	}

#wrapper {
	min-height:100%;
	max-width:1000px;
	margin:0px auto;
	position:relative;
	border-left:1px solid #BDBDBD;
	border-right:1px solid #BDBDBD;
	box-shadow:0px 0px 30px 0px rgba(0,0,0,0.5);
	background-color:#FFF;
	}

header {
	width:100%;
	max-width:1000px;
	margin:0px auto;
	position:relative;
	padding:0.5rem;
	min-height:3rem;
	}

header img {
	width:30%;
	}

header a.tel, header a.mail {
	position:absolute;
	color:#000;
	top:5px;
	right:5px;
	}

header a.mail {
	top:25px;
	}

footer {
	background:#333;
	color:#FFF;
	width:100%;
	height:5rem; /* see #content */
	position:absolute;
	bottom:0;
	left:0;
	font-size:0.7rem;
	padding:1rem;
	}

footer a {
	color:#FFF;
	}

footer div {
	color:#FFF;
	float:left;
	margin-right:2rem;
	}

nav {
	max-width:1000px;
	background:#99c953;
	background:linear-gradient(#89B943, #ABCE40);
	text-align:center;
	}

nav a {
	height:100%;
	color:#FFF;
	padding:0.5rem;
	display:inline-block;
	}

nav a:hover {
	color:#000;
	background:#53CCE7;
	background:linear-gradient(#13B5D3, #63DCF7);
	}

#content {
	font-size:0.9rem;
	padding:0.5rem;
	padding-bottom:8rem; /* Height of the footer element + 3 */
	}

#content a {
	color:#00A;
	}

#warn {
	margin-top:0.3rem;
	margin-bottom:1rem;
	padding:0.5rem 0.5rem 0.3rem 0.5rem;
	background-color:#F44;
	text-align:center;
	}

.left {
	text-align:left;
	}

.center {
	text-align:center;
	}

.right {
	text-align:right;
	}

.floatleft {
	float:left;
	margin-right:0.5rem;
	}

.floatright {
	float:right;
	margin-left:0.5rem;
	}

.clear {
	clear:both;
	}

h1 {
	font-size:1.25rem;
	margin-bottom:0.25rem;
	}

h2 {
	font-size:0.9rem;
	}

h3 {
	font-size:0.9rem;
	margin-top:1rem;
	margin-bottom:0.25rem;
	}

img.dynamic {
	border-radius:0.5rem;
	width:20%;
	}

.offer {
	position:relative;
	width:11rem;
	min-height:18rem;
	vertical-align:top;
	font-size:0.8rem;
	border:1px solid #DDD;
	border-radius:0.5rem;
	overflow:hidden;
	margin-bottom:1rem;
	margin-right:0.5rem;
	background:#F8F8F8;
	display:inline-block;
	}

.offer h2 {
	min-height:3rem;
	padding:0.5rem;
	background:#CCC;
	background:linear-gradient(#EEE,#BBB);
	text-align:center;
	}

.offer p.desc {
	padding:0.5rem;
	color:#444;
	margin-bottom:3rem;
	}

.offer p.price {
	line-height:3rem;
	word-spacing:-0.25rem;
	font-size:1.5rem;
	text-align:center;
	background:#ACEA19;
	background:linear-gradient(160deg, #BCFA29 0%, #8DB433 100%);
	position:absolute;
	bottom:0px;
	width:100%;
	}

.offer p.price i {
	font-size:0.5em;
	line-height:0.5em;
	word-spacing:normal;
	font-style:normal;
	margin-left:0.25rem;
	}

.error {
	text-align:center;
	margin-top:1rem;
	}

@media (max-width: 30rem) {

	html,body {
		font-size:90%;
		}

	header a.tel, header a.mail {
		font-size:0.75rem;
		}

	nav {
		font-size:0.75rem;
		}

	nav a {
		padding-left:0.35rem;
		padding-right:0.35rem;
		}

	img.dynamic {
		border-radius:0.25rem;
		width:33%;
		}

	.offer {
		width:48%;
		margin-right:1%;
		min-height:22rem;
		}

	}

