/* Basic styles */
* {box-sizing: border-box;}
body {margin: 0; padding: 0; font-family: open-sans, Calibri, Helvetica, sans-serif; font-size: 20px;}
a, a:active, a:visited, a:hover {color: #716857; text-decoration: underline;}
p {
	line-height: 1.43;
	margin-top: 3%;
	margin-bottom: 2%;
}
.container {
	margin: 0 10%;
}
.top img {
	width: 70%;
	margin-top: 0;
}
.top img.inactive {
	cursor: pointer;
}
div.bottom {
	margin-top: 40px;
	text-align: center;
	background-image: url("../images/also_grafika-550.png");
	height: 100px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
}
.chairs-container {
	display: none;
}
.top {
	background-image: none;
	text-align: center;
}
div.text {
	color: #716857;
	text-align: left;
	margin-top: 10px;
}
ul {
	margin: 0;
	padding-left: 20px;
}
li {
	margin-top: 10px;
	margin-bottom: 2px;
}
/* Smaller devices (phones, 480px and up) */
@media (min-width: 480px) {
	div.bottom {
		background-size: 90%;
		height: 150px;
	}
	ul {
		padding-left: 40px;
	}
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.container {
		width: 750px;
		margin: 0 auto;
	}
	.top {
		background-image: url("../images/hatter.png");
		background-repeat: no-repeat;
		background-position: top;
		background-size: 150%;
		max-width: 1200px;
		margin: 0 auto;
	}
	.top img {
		width: 25%;
		margin-top: 1%;
	}
	.chairs-container {
		background-image: url("../images/szekek-750.png");
		background-repeat: no-repeat;
		background-position: top;
		text-align: center;
		display: block;
		margin-top: -30px;
		background-size: 110%;
		height: 260px;
		margin-left: auto;
		margin-right: auto;
	}
	div.text {
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 50px;
	}
	div.bottom {
		background-size: 550px;
	}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
	.top img {
		width: 24%;
	}
	.chairs-container {
		background-image: url("../images/szekek-970.png");
		background-size: 110%;
		height: 320px;
		margin-top: -30px;
		margin-left: auto;
		margin-right: auto;
	}
	div.bottom {
		background-size: 674px;
		background-image: url("../images/also_grafika-674.png");
	}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
	.top img {
		max-width: 300px;
	}
	.chairs-container {
		background-image: url("../images/szekek-1170.png");
		background-size: 110%;
		height: 340px;
		margin-top: -25px;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
	div.bottom {
	}
}
/* General styles */
.bold {
	font-weight: bold;
}
.highlight {
	color: #66a740;
}
.center {
	text-align: center;
}
.w80pct {
	margin: 0 10%;
}
.bigger {
	font-size: 120%;
}
.big {
	font-size: 150%;
}
.huge {
	font-size: 250%;
}
p.compact {
	margin-top: 10px;
	margin-bottom: 0px;
}
/* Tabs */
#tabs > ul li {
	background-image: url("../images/menupont_alap.png");
	background-position: bottom -8px right -25px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding-right: 15px;
}
.ui-tabs-tab a {
	color: #716857;
	font-weight: bold;
	line-height: 1.2;
}
.ui-tabs-active a {
	color: #66a740;
}