body{
	margin: 0px;
	padding: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
}
#wrapper{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#navi{
	width: 100%;
	height: 80px;
}
#logo{
	float: left;
	width: 18%;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 6px;
	padding-bottom: 6px;
}
.menu{
	float: right;
	width: 80%;
	margin: 0px;
	padding: 0px;
}
.menu ol{
	float: left;
	list-style-type: none;
}
ol {
	list-style-type: none;
}
.menu > li{
	float: left;
	width: 25%;
	text-align: center;
}
.menu > li > a{
	display: block;
	width: 100%;
	height: 80px;
	text-decoration: none;
	line-height: 7;
	color: black;
	font-size: 19px;
	font-weight: 600;
}
.menu > li > a:hover{
	background-color: #BABABA;
	color: white;
}

#res-menu{
	display: none;
	float: right;
	margin-top: 15px;
	margin-right: 15px;
	width: 70px;
	height: 40px;
	line-height: 2;
	background-color: white;
	border: 1px solid black;
	border-radius: 5px;
	font-weight: 600;
}

#header{
	clear: both;
	width: 100%;
	height: auto;
	border-top: 1px solid #ABC8D1;
	border-bottom: 1px solid #ABC8D1;
}
#header > img{
	width: 100%;
	height: auto;
}
#container{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
	padding-top: 20px;
	line-height: 2;
	
}
#txt-cont{
	float: left;
	width: 48%;
	padding-right: 4%;
}
#map-cont{
	float: left;
	width: 46%;
	margin-top: 50px;
	margin-bottom: 70px;
	border: 1px solid #ABC8D1;
}
#footer{
	clear: both;
	width: 100%;
	min-height: 80px;
	text-align: center;
	background-color: #737373;
	line-height: 4;
	letter-spacing: 2px;
	color: #AAE0F2;
}

@media screen and (max-width: 1024px) {
	
#wrapper{
	width: 100%;
	margin: 0px;
}	
#container{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
	padding-top: 20px;
	line-height: 1.5;
	
}
}
@media screen and (max-width: 800px) {
	
body{

	font-size: 15px;
}
#logo{
	margin-top: 10px;
}
#logo img{
	max-width: 120px;
	height: auto;
}
.menu > li > a{

	font-size: 18px;
	font-weight: 600;
	line-height: 7.5;
}
#footer{
	font-size: 14px;
}
	
}
@media screen and (max-width: 600px) {
.menu{
	display: none;
}
}
@media screen and (max-width: 600px) {

#header{
	clear: both;
}	

#res-menu{
	display: block;
	float: right;
	margin-top: 15px;
	margin-right: 15px;
	width: 70px;
	height: 40px;
	line-height: 2;
	background-color: white;
	border: 1px solid black;
	border-radius: 5px;
	font-weight: 600;
}

.menu.responsive{
	clear: both;
	display: inline-block;
	width: 100%;
	margin-top: 5px;
}
.menu.responsive > li{
	clear: both;
	width: 100%;
}
.menu.responsive > li > a{
	font-size: 16px;
	height: 30px;
	line-height: 2;
}
#txt-cont{
	clear: both;
	width: 90%;
}
#map-cont{
	clear: both;
	width: 90%;
}
}
@media screen and (max-width: 220px) {
#logo{
	clear: both;
	float: none;
	width: 60%;
	padding: 0px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	}

#res-menu{
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	}
#header{
	margin-top: 40px;
}
}
/* @media screen and (min-width: 601px) {

#menu{
	display: block;
}

}	