body,html {
	background-color:#F1F1F1;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
}
#page {
	width:1000px;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	border:1px solid #DDDDDD;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#top {
	width:960px;
	margin-left:20px;
	margin-right:20px;
	border-bottom:1px solid #D1D1D1;
}
#logo {
	display:block;
	float:left;
	width:360px;
	height:100px;
}
#navigation {
	width:600px;
	display:block;
	float:left;
	height:40px;
	margin-top:40px;
}
#navigation ul {
	margin:0px;
	padding:0px;
}
#navigation li {
	list-style:none;
}
#kone {
	display:block;
	float:left;
	width:150px;
	padding:10px;
	height:200px;
	margin-right:5px;
}
#valine {
	display:block;
	float:left;
	width:100px;
	padding:10px;
	margin-right:5px;
	text-align:center;
	height:150px;
}
#navigation a {
	display:block;
	float:left;
	font-size:16px;
	text-decoration:none;
	color:#777777;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right:5px;
}
#navigation a:hover {
	background-color:#82B71F;
	color:#FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#banner {
	margin-top:20px;
	width:960px;
	height:300px;
	margin-left:20px;
	margin-right:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image:url("imgs/banner2017.jpg");
	margin-bottom:20px;
}
#banner-buttons {
	width:960px;
	margin-left:20px;
	margin-right:20px;
	padding-bottom:10px;
}
#bbutton {
	margin-right:30px;
	width:300px;
	height:340px;
	background-color:#5371AD;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:left;
}
#bbutton-img {
	width:300px;
	height:150px;
	padding:0;
	margin:0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#bbutton-text h2 {
	margin:0;
	padding:0;
	font-size:26px;
	height:33px;
	color:#FFFFFF;
	margin-top:10px;
}
#bbutton-text p {
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	padding-top:5px;
	font-size:13px;
}
#bbutton-text {
	margin:0px;
	height:150px;
	width:270px;
	margin-left:20px;
	margin-right:10px;
}
#footer {
	width:960px;
	margin-left:20px;
	margin-right:20px;
	height:55px;
	padding-top:20px;
	padding-bottom:20px;
	border-top:1px solid #D1D1D1;
	color:#878787;
}
#gallery-left {
	margin-left:20px;
	margin-bottom:10px;
	width:550px;
	padding-right:5px;
	display:block;
	float:left;
	min-height:200px;
	margin-top:20px;
	border-right:1px solid #D1D1D1;
}
#gimage {
	margin-top:10px;
	width:200px;
	height:200px;
	display:block;
	float:left;
	padding-right:10px;
	text-align:center;
}
#pages {
	width:650px;
	text-align:right;
}
#gimage-header {
	width:200px;
	text-align:center;
}
#gimage img {
	height:100px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#gaspimage img {

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#gallery-right {
	display:block;
	float:left;
	margin-left:20px;
	margin-top:10px;
}
#footer-left {
	display:block;
	float:left;
	width:400px;
}
#footer-right {
	display:block;
	float:right;
	
}
a {
	color:#5371AD;
	text-decoration:none;
}
a:hover {
}
input {
	border:1px solid #82B71F;
	height:25px;
	background-color:#F1F1F1;
}
textarea {
	border:1px solid #82B71F;
	background-color:#F1F1F1;
}
@media screen and (max-width: 769px) {
	#page {
		width:Calc(100% - 2em);
		padding:1em;
	}
	#navigation {
		width:100%;
		clear:both !important;
		height:auto;
	}
	#top {
		width:100%;
		margin:0em;
	}
	#banner {
		width:100%;
		margin-left:0em;
		margin-top:1em;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	#banner-buttons {
		width:100%;
		margin-left:0em;
	}
	#bbutton {
		width:Calc(100% - 2em);
		margin-top:1em;
		height:auto;
	}
	#bbutton-text {
		margin-left:1em;
	}
	#bbutton-img {
		width:100%;
		height:50%;
	}
	#footer {
		width:100%;
		margin:0em;
		margin-top:1em;
		clear:both;
		height:auto;
	}
	#footer-left {
		width:auto;
	}
	#footer-right {
		width:auto;
		float:left;
		clear:both;
	}
	img {
		max-width: 100%;
	display:block;
	height: auto;
	}
	#gallery-left {
		width:100%;
		margin-left:0em;
	}
	#gimage {
		width:100%;
	}
	#gimage-header {
		width:100%;
	}
	#gimage img {
		margin-left:auto;
		margin-right:auto;
	}
	#gasp {
		width:100%;
	}
	#gasp-header {
		width:100%;
	}
	#gasp img {
		width:100%;
		margin-left:auto;
		margin-right:auto;
	}
	#pages {
		width:90%;
	}
}
@media screen and (min-width: 769px) and (max-width:1120px) {
/* Styles */
}
