*{
	margin:0;
	border:0;
	padding:0;
	box-sizing: border-box;
}

body {
	background-color:#393739;
    font-family: 'Armata', sans-serif;
	font-size: 1rem;
	line-height: 1.6rem;
	color:#FFF;
	text-align:center;
}

a:link, a:visited {
	text-decoration:none;
	-webkit-transition: all 0.2s ease-in-out;
 	-moz-transition: all 0.2s ease-in-out;
 	-o-transition: all 0.2s ease-in-out;
 	transition: all 0.2s ease-in-out;
 	color:#FFF;
}

a:hover {
	text-decoration:none;
	color:#FFF;
}

h1 {
	font-size: 2rem;
	font-weight:normal;
	margin-bottom: 5px;
	word-wrap:break-word;
}

h2 {
	font-size: 1.8rem;
	font-weight:normal;
	margin-bottom: 5px;
	word-wrap:break-word;
}

h3 {
	font-size: 1.6rem;
	font-weight:normal;
	margin-bottom: 5px;
	word-wrap:break-word;
}

h4 {
	font-size: 1.3rem;
	font-weight:normal;
	margin-bottom: 5px;
	word-wrap:break-word;
}

h5 {
	font-size: 1.1rem;
	font-weight:normal;
	margin-bottom: 5px;
	word-wrap:break-word;
}

input, textarea, select {
	border: 1px solid #999;
	width: 250px;
	padding: 6px;
	-webkit-appearance: none;
}

textarea {
	height: 200px;
}

checkbox {
	height: 15px;
	width: 15px;
	clear:both;
}

p {
	margin-bottom: 20px;
	word-wrap:break-word;
}

.invisible {
	display:none;
}

.active, .trail
{
}

.last, .col_last {
	margin-right: 0 !important;
	padding-right: 0 !important;
}

#wrapper {
	padding: 20px;
}

.award {
	max-width:568px;
	margin:60px auto 0 auto;
}

.award img {
	width:100%;
}

header {
	padding-top: 30px;
	max-width: 1200px;
	margin:auto;
}

header img {
	width:100%;
}

#mnavlink {
	display:none;
}

nav {
}

nav a:link, nav a:visited {
}

nav a:hover {
}

#logo {
}

#container {
}

#main {
	max-width: 1200px;
	margin:auto;
	text-align: center;
	padding-top: 60px;
}

.ce_dlh_googlemaps {
 	padding-bottom: 56.25%; /* 16:9 */
 	position: relative;
}

.dlh_googlemap {
 	position: absolute;
}

footer {
	font-size: 0.75rem;
	line-height: 1rem;
	max-width: 1200px;
	margin:auto;
	text-align: center;
}

footer a:link, footer a:visited {
}

footer a:hover {
}


@media only screen and (max-width: 485px) {
	
	.award {
	max-width:437px;
	}
}

@media only screen and (max-width: 380px) {
	#mnavlink {
    background: #2178ee url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC") no-repeat scroll center center; 
    display: block;
    height: 40px;
    position: absolute;
    top: -20px;
    left: -20px;
    width: 40px;
    z-index:9999;
	}
	
	#mobilenav {
		z-index:9999;
	}
	
	.award {
	max-width:335px;
	}
}