body,html
{
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 14px;
	min-height: 100%;
	height: 100%;
	color: #231f20;
}


.full-image
{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -10;
}

.full-image img
{
	width: 100%;
}

/* Main styles */

h1
{
	padding: 0;
	margin: 0;
	font-size: 20px;
	color: #394e94;
}

h2
{
	
}


h3
{
	padding: 0;
	margin: 0;
	font-size: 28px;
	color: #f4e932;
	padding-top: 10px;
	text-align: center;
	font-family: 'Ubuntu Condensed', sans-serif;
}

@font-face
{
   
}

a
{
	text-decoration: none;
	color: #231f20;
}

a:hover
{
	text-decoration: underline;
}

.clear
{
	clear: both;
}

img
{
	border: 0;
}

/* Div elements */

#wrapper
{
	width: 100%;
	height: 100%;
}

#center
{
	width: 80%;
	margin: auto;
	height: 100%;
}

#header
{
	width: 100%;
	height: 130px;
}


#logo
{
	
}

#navigation
{
	margin: auto;
	padding-top: 20px;
	width: 100%;
}

.nav-item
{
	font-size: 16px;
	font-weight: bold;
	color: #394e94;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 5px;
	float: left;
	cursor: pointer;
	margin-left: 8px;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 10px;
}

.nav-item.fill
{
	padding-left: 13px;
	padding-right: 13px;
}

.nav-item.active
{
	background-color: rgba(244, 233, 50, 0.9);
}

.nav-item:hover
{
	background-color: rgba(244, 233, 50, 0.8);
}


#content
{
	width: 100%;
	min-height: 200px;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 5px;
}

#content-inner
{
	padding: 20px;
}

.content-left
{
	float: left;
	width: 70%;
}


.content-left img
{
	width: 90%;
	margin-bottom: 40px;
	border: 1px solid gray;
}

.content-right
{
	float: right;
	width: 25%;
}

.content-right img
{
	width: 90%;
	margin-bottom: 40px;
	border: 1px solid gray;
}

#footer
{
	width: 100%;
	height: 100px;
	padding: 10px;
}
.footer-left
{
	float: left;
}

.footer-right
{
	float: right;
}

input
{
	padding: 7px;
	border: 1px solid gray;
	border-radius: 5px;
	margin-top: 5px;
	width: 300px;
	font-size: 15px;
}

textarea
{
	padding: 7px;
	border: 1px solid gray;
	border-radius: 5px;
	height: 120px;
	width: 300px;
	margin-top: 5px;
	font-size: 15px;
}

.button
{
	font-size: 18px;
	font-weight: bold;
	color: #394e94;
	padding: 10px;
	background-color: rgba(244, 233, 50, 0.9);
	border-radius: 5px;
	float: left;
	cursor: pointer;
	padding-left: 12px;
	padding-right: 12px;
	margin-top: 5px;
	border: none;
}

.button:hover
{
	background-color: rgba(255, 255, 255, 0.9);
}

.map-table
{
	
}

.map-table td
{
	text-valign: top;
}

.map-table img
{
	width: 200px;
}


.price-table
{

}

.price-table th
{
	border-radius: 5px;
	padding: 8px;
	background-color: rgba(244, 233, 50, 0.9);
	text-align: left;
	border: 1px solid gray;
	color: #394e94;
}

.price-table td
{
	border-radius: 5px;
	padding: 8px;
	border: 1px solid gray;
	font-weight: bold;
}

@media all and (max-device-width: 1280px)
{
	.nav-item
	{
		font-size: 12px;
		margin-left: 8px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.nav-item.fill
	{
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.content-left
	{
		font-size: 9px;
	}
	
	#content
	{
		font-size: 9px;
	}
	
	.map-table
	{
		font-size: 9px;
	}
	
	.map-table img
	{
		width: 150px;
	}
}
