* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font-size: 14px;
	font-family: 'Titillium Web', Arial, sans-serif;
	line-height: 1.6em;
	color: #000;
}

h1 {
	font-size: 2.2em;
	line-height: 1.3em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

a {
	color: #000;
}

#header {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	padding: 0 60px;
	background: #222;
}



#menu {
	float: right;
}

.menu-item {
	display: inline-block;
	width: 100px;
	height: 16px;
	padding: 20px 0;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	border-bottom: 4px solid #222;
	transition: border-color 0.2s, color 0.2s;
	text-decoration: none;
}

.menu-item:hover, .current-menu-item {
	color: #fe0;
	cursor: pointer;
}

#tel {
	position: fixed;
	z-index: 100;
	top: 56px;
	right: -4px;
	padding: 8px 16px;
	background: #fe0;
	font-size: 1.1em;
	font-weight: bold;
	border: 4px solid #222;
	border-radius: 0 0 0 24px;
}

#start-background {
	position: fixed;
	z-index: -2;
	top: 60px;
	left: 0;
	right: 0;
	height: 540px;
	background: url("img/start-background.jpg") no-repeat center;
	background-color: #222;
}

#wrapper {
	background: #fff;
	margin-top: 540px;
}

#content {
	max-width: 1000px;
	margin: 60px auto 0 auto;
	padding: 10px;
}

.section {

}

#start-black-section {
	height: 100px;
	background: #222;
	border-top: 4px solid #fe0;
}

#start-black-section-wrapper {
	max-width: 60%;
	margin: 0 auto;
}

#start-booking-btn {
	float: right;
	margin-top: 28px;
	padding: 10px 40px;
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	background: #fe0;
	border-radius: 24px;
	text-decoration: none;
}

#pricing {
	text-align: center;
	padding-bottom: 100px;
}

#pricing h1 {
	padding-bottom: 20px;
}

#pricing h2 {
	padding-bottom: 20px;
}

.pricing-row {
	display: inline-block;
	max-width: 1000px
}

.pricing-cell {
	display: inline-block;
	box-sizing: border-box;
	width: 250px;
	height: 250px;
	padding: 20px;
	background: #fff;
	font-weight: bold;
}

.pricing-cell h3 {
	margin-bottom: 10px;
}

#om-oss-text {
	display: inline-block;
	padding: 60px 0 120px 0;
	width: 50%;
	vertical-align: top;
}
#om-oss-img {
	display: inline-block;
	padding: 40px 0 120px 0;
	width: 50%;
	vertical-align: top;
}

#om-oss-img img {
	float: left;
	width: 48%;
	margin: 60px 1%;
	vertical-align: top;
}

.btn {
	display: inline-block;
	color: #000;
	background: #ccc;
	padding: 4px 16px;
	border-radius: 30px;
	font-size: 1.1em;
	font-weight: bold;
	border: none;
	transition: background 0.2s;
}

.btn:hover {
	background: #fe0;
	cursor: pointer;
}

.btn-active {
	background: #fe0;
}

#footer {
	height: 60px;
	background: #222;
}

@media (orientation: landscape) {
	#logo {
		float: left;
		width: 160px;
		height: 50px;
		margin-top: 5px;
		background: url("img/logo.png") no-repeat center;
		background-size: 80%;
	}
	.pricing-cell {
		border-left: 2px solid #ddd;
	}
	.pricing-cell:first-child {
		border: none;
	}
	.hamburger {
		display: none;
	}
}

@media (orientation: portrait) {
	body {
		background: #fff;
		font-size: 10px;
		line-height: 1.6em;
	}

	#header {
		position: fixed;
		z-index: 100;
		top: 0;
		left: 0;
		right: 0;
		height: 60px;
		padding: 0 10px;
		background: #222;
	}

	#logo {
		margin: 5px auto;
		width: 160px;
		height: 50px;
		background: url("img/logo.png") no-repeat center;
		background-size: 80%;
	}

	#menu {
		display: none;
	}

	#mobile-menu {
		position: fixed;
		z-index: 10;
		top: 60px;
		left: 0;
		right: 0;
		display: none;
		height: 300px;
		padding-top: 20px;
		background: #222;
	}

	#mobile-menu .menu-item {
		border: none;
		display: block;
		width: 100%;
		font-size: 1.6em;
	}

	#start-background {
		position: fixed;
		z-index: -2;
		top: 60px;
		left: 0;
		right: 0;
		height: 400px;
		background: url("img/start-background.jpg") no-repeat center;
		background-size: 270%;
		background-position: 47%;
		background-color: #222;
	}

	#start-black-section-wrapper {
		max-width: 90%;
	}
	#start-black-section img {
		margin-top: 25px !important;
		width: 49%;
	}

	#wrapper {
		margin-top: 440px;
	}

	#pricing h1 {
		padding: 0px 0 40px 0;
	}

	.pricing-cell {
		display: inline-block;
		box-sizing: border-box;
		width: 50%;
		height: 200px;
		padding: 20px 8px;
		background: #fff;
	}

	.pricing-cell:nth-child(1) {
		border-right: 2px solid #ddd;
	}
	.pricing-cell:nth-child(1), .pricing-cell:nth-child(2) {
		border-bottom: 2px solid #ddd;
	}
	.pricing-cell:nth-child(3) {
		border-right: 2px solid #ddd;
	}

	#om-oss-text {
		display: block;
		padding: 40px 0 0 0;
		width: 100%;
		vertical-align: top;
		font-size: 1.4em;
		line-height: 1.4em;
	}
	#om-oss-img {
		display: block;
		padding: 20px 0;
		width: 100%;
		vertical-align: top;
	}

	#om-oss-img img {
		float: none;
		display: inline-block;
		width: 48%;
		margin: 0 1%;
		vertical-align: top;
	}
}