@font-face {
    font-family: VAG;
    src: url('VAGRounded-Light.eot'); /* EOT for stupid IE <9 */
}

@font-face {
    font-family: VAG;
    src: url('VAGRounded-Light.woff') format('woff'),
        url('VAGRounded-Light.ttf') format('truetype');
}

@font-face {
    font-family: VAGbold;
    src: url('VAG_Rounded_Bold.eot'); /* EOT for stupid IE <9 */
}

@font-face {
    font-family: VAGbold;
    src: url('VAG_Rounded_Bold.woff') format('woff'),
        url('VAG_Rounded_Bold.ttf') format('truetype');
}


body {
    color:#000000;
    background-color:#fff;
    margin:0;
    font-family: Arial;
}


#main {
    padding-top: 75px;
    padding-bottom: 75px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #313131;
    padding: 0;
}

#topheader
{
    background-color: #E9F5DD;
    height: 20px;
}

#heading
{
    color: white;
    /*font-size: 1.4em;
    font-weight: bold;
    letter-spacing: 1px;*/
	font-family: VAG, 'Arial Rounded MT', Arial;
	font-size: 1.8em;
    letter-spacing: 0.02em;
    text-align: center;
    padding-top: 15px;
}

#headerstripe
{
    background-color: #80C826;
    /*background: -moz-linear-gradient(center bottom , #6cbe1a 0%, #80c826 42%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6cbe1a', endColorstr='#80c826');
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6cbe1a', endColorstr='#80c826');
    background: -moz-linear-gradient(bottom, #6cbe1a 0%, #80c826 42%);
    background: -webkit-linear-gradient(bottom, #6cbe1a 0%, #80c826 42%);
    background: -o-linear-gradient(bottom, #6cbe1a 0%, #80c826 42%);
    background: -ms-linear-gradient(bottom, #6cbe1a 0%, #80c826 42%);
    background: linear-gradient(bottom, #6cbe1a 0%, #80c826 42%);
	height: 60px;
}

#logo
{
    position: absolute;
    padding-left: 50px;
    top: 30px;
}

#footer
{
    position: fixed;
    bottom:0;
    /*margin-bottom: 10px;*/
    /*margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin: 0 30px 0 34px;*/
    width: 100%;
    border-top: solid 1px #6fbd43;
    border-bottom: solid 10px #ffffff;
    background-color: #e9f5dd;
    color: #313131;
    padding-top: 12px;
    padding-bottom: 15px;
    text-align: center;
    line-height: normal;
    font-size: .8em;
    clear:both;
}

#footer.noborder
{
	border:0;
}

#footer, #push {
	height:20px;
}

#footer a:link
{
    color: #80C826;
    text-decoration: underline;
}
#footer a:visited
{
    color: #80C826;
}
#footer a:hover
{
    color: #9AE151;
    text-decoration: none;
}
#footer a:active
{
    color: #80C826;
}

#push {clear:both;}


.geodata-anim {
	padding: 10px;
	display: inline-block;
	text-align: left;
}
.geodata-anim-wrapper {
	position: relative;
	padding: 7px;
	background: #E9F5DD;
}
.geodata-anim-image {
	position: relative;
	overflow: hidden;
}
.geodata-anim-image img {
	display: block;
}
.geodata-anim-title {
    position: absolute;
    left: -10px;
    bottom: 17px;
    background: #80C826;
    line-height: 1.5em;
    font-weight: normal;
    padding: 7px 9px 6px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    color: #FFFFFF;
    font-size: 1.2em;
}
.geodata-anim-overlay {
	background: #000;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.5s ease-in 0s;
	-moz-transition: opacity 0.5s ease-in 0s;
	-o-transition: opacity 0.5s ease-in 0s;
	transition: opacity 0.5s ease-in 0s;
}
.geodata-anim-wrapper:hover .geodata-anim-overlay {
	opacity: 0.3;
}

/*
.geodata-anim-button {
	height: 50px;
	width: 50px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -25px;
}
.geodata-anim-button a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #80C826;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
    font-size: 1.2em;
    line-height: 50px;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    text-decoration: none !important;
    display: block;
}
.geodata-anim-button a:hover {
	background: #3b3b3b;	
}
*/

.window {
    overflow: hidden;
}

.window .geodata-anim-wrapper .geodata-anim-title {
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}
.window .geodata-anim-wrapper:hover .geodata-anim-title {
	left: -100%;
}
.window .geodata-anim-description {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
	background: rgba(0,0,0,0.7);
	color: #fff;
	top: 100%;
	-webkit-transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
	transition: all 0.5s ease-in 0s;
}
.window .geodata-anim-wrapper:hover .geodata-anim-description {
	top: 0;
}

.menu{
    margin-left:auto; 
    margin-right:auto;
    margin-bottom: 20px;
    text-align: center;
}

.menu a{
    border-style: none;
    font-size: 1.4em;
    font-family: VAG, 'Arial Rounded MT', Arial;
    text-decoration: none;
    color: #313131;
}

.menu img{
    height: auto;
    margin: 0.6em 0.3em auto auto;
    width: 1em;
}

.menu a:hover{
    color: #707070;
}

.link{
    padding: 0.4em 0 0;
}