body {
	margin: 0; 
	height: 100%; 
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
	line-height: 1.5;
	font-size: 16px;
	background-color: black;
    background-image: url("../tiles/tile.jpg");
    background-repeat: repeat;	
	background-attachment: fixed;
	color: white;
}

::-webkit-scrollbar { 
    display: none; 
}

.pagelayout {
	color: white;
}

.menuheader {
	font-size: 16px;
	position:fixed;
	background-color: #000000;
	width: 100%;
	padding: 0px;
	text-align: right;
	right: 0px;
    box-shadow: 0px 15px 40px black;	
	line-height: 1.7;	
	z-index: 1;
}

.menuheader1 {
	position:fixed;
	background-color: #000000;
	width: 50%;
	padding: 0px;
	text-align: left;
	padding-left: 20px;
    box-shadow: 0px 15px 40px black;	
	line-height: 1.7;	
	z-index: 2;
}

.menufooter {
	font-size: 100%;
	position:fixed;
	bottom: 0px;
	background-color: black;
	color: #ffffff;
	width: 100%;
	padding: 0px;		
	text-align: center;
	z-index: 1;
    filter:opacity(30%);
}

a.mheadertext:link,
a.mheadertext:visited,
a.mheadertext:hover,
a.mheadertext:active {
	text-decoration: none;	
    background-color: #000000;	
	border-radius: 7px;
	padding: 3px;	
	color: white;
}

.glowhead {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1px;
	border: none;
	font-family: 'Lobster';
	font-size: 30px;
	color: rgba(255,255,255,1);
	text-decoration: normal;
	font-style: italic;  
	-o-text-overflow: clip;
	text-overflow: clip;
	white-space: pre;
	text-shadow: 0 0 10px rgba(218,165,32,1) , 0 0 20px rgba(218,165,32,1) , 0 0 30px rgba(218,165,32,1) , 0 0 40px #DAA520 , 0 0 70px #DAA520 , 0 0 80px #DAA520 , 0 0 100px #DAA520 ;
	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.glowlogo {
	font-size: 26px;
	float: left;
	padding: 0px 0px 0px 5px;
}

.headline {
	width: 100%;
	text-align: center;
}

.welcome {
	color: white;
}

.welcome_large  {
	color: white;
	font-family: 'Lobster';
	font-size: 42px;
	text-align: center;	 
	text-shadow: 0 0 2px rgba(0,0,0,1) , 0 0 10px rgba(218,165,32,1) , 0 0 20px rgba(218,165,32,1) , 0 0 30px rgba(218,165,32,1) , 0 0 40px #DAA520 , 0 0 70px #DAA520 , 0 0 80px #DAA520 , 0 0 100px #DAA520 ;	
	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);	
}

.welcome2 {
	color: white;
	font-size: 150%;
	font-weight: bold;
	-webkit-text-stroke: 1px black;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: exampley;
    animation-duration: 2s;
    animation-iteration-count: 1;	
}

/* Standard syntax */
@keyframes exampley {
  0% {
    font-size: 10%;
  }
  100% {
    font-size: 150%;
  }  
}


.welcome_img {
width: 100%;
    margin-left: auto;
    margin-right: auto;	
	z-index: -1;
	position: absolute;
	top: 150px;
 display: block;
	border: 3px solid black;
	border-radius: 10px;
	margin-left:-2px;
}

a.emailfooter:link,
a.emailfooter:visited,
a.emailfooter:hover,
a.emailfooter:active {	
	text-decoration: none;
	color: white;
}

.text {
	margin: 12px;
	padding-left: 8px;
	padding-right: 8px;	
	border: 1px solid white;
	border-radius: 8px;
	background-color: #2e2f2f;
}

.text2 {
	margin: 12px;
	padding-left: 8px;
	padding-right: 8px;	
	border: 1px solid white;
	border-radius: 8px;
	background-color: #2e2f2f;
	text-align: center;
}

.texthead {
	text-align: center;
}

.mheader {
	width: 100%;
	float: left;
	height: 100px;
	background: #2e2f2f;
	text-align: center;
}
.mleftcolumn { 
	background: #2e2f2f;
	height: 30%;
	width: 50%;
	float: left;
	text-align: right;
	margin-left:-1px;
	border-right: 1px solid white;
}
.mrightcolumn { 
	float: right;
	background: #2e2f2f;
	height: 30%;
	width: 50%;
	display: inline;
	text-align: left;
}
.mleftcolumnx { 
	background: #2e2f2f;
	height: 50%;
	width: 50%;
	float: left;
	text-align: right;
	margin-left:-1px;
	border-right: 1px solid white;
}
.mrightcolumnx { 
	float: right;
	background: #2e2f2f;
	height: 50%;
	width: 50%;
	display: inline;
	text-align: left;
}
.mfooter { 
	width: 99%;
	height: 200px;
	clear: both;
	background: #2e2f2f;
	text-align: center;
}

.mfooter2 { 
	width: 99%;
	height: 280px;
	clear: both;
	background: #2e2f2f;
	text-align: center;
}

a.textlink:link,
a.textlink:visited {
	text-shadow: 1px 1px 2px #ff0000;
    font-style: italic;
	text-decoration: underline;
    background-color: #2e2f2f;	
	padding: 2px;	
	color: white;
}

a.textlink:hover {
	text-shadow: none;
	text-decoration: none;
    background-color: #ffffff;
	padding: 2px;
	color: black;
	border-radius: 4px;
}

a.textlink:active {
    font-style: italic;
	text-decoration: underline;
    background-color: #2e2f2f;	
	padding: 2px;	
	color: white;
}

.pulsate {
    -webkit-animation: pulsate 3s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.0;
}
@-webkit-keyframes pulsate {
    0% { 
        opacity: 0.0;
    }
    50% { 
        opacity: 1.0;
    }
    100% { 
        opacity: 0.0;
    }
}

a.mforumlink:link,
a.mforumlink:visited {
	text-decoration: none;	
    background-color: #ffffff;	
	border-radius: 8px;
	padding: 5px;	
	color: black;
    border: 2px solid #ffffff;	
	-moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);  
}

a.mforumlink:hover {
	text-shadow: none;
	text-decoration: none;
    background-color: #000000;
	border-radius: 8px;
	padding: 5px;
	color: #ffffff;
    border: 2px solid #ffffff;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);	
}

a.mforumlink:active {
	text-decoration: none;	
    background-color: #000000;	
	color: white;	
} 

.faqquestion {
	font-style: italic;
	color: #c0c0c0;
}

.gmap {
	width:99%;
	max-width:280px;
	height:280px;
	border:solid;
	border-color:black;
	border-width:5px;
	border-radius: 5px;
	margin: auto;
	margin-bottom: 30px;
}

.fa-stack-1x {
    color:white;
}
.icon-facebook {
   color:#3b5998;
}

.icon-email {
   color:#A73535;
}

a.emaillink:link,
a.emaillink:visited {
	text-shadow: 1px 1px 2px #ff0000;
	text-decoration: underline;
    background-color: #2e2f2f;	
	padding: 2px;	
	color: white;
}

a.emaillink:hover {
	text-shadow: none;
	text-decoration: none;
    background-color: #ffffff;
	padding: 2px;
	color: black;
	border-radius: 4px;
}

a.emaillink:active {
    font-style: italic;
	text-decoration: underline;
    background-color: #2e2f2f;	
	padding: 2px;	
	color: black;
}

.adresse {
	margin: 12px;
	padding: 8px;
	border: 1px solid white;
	border-radius: 8px;
	background-color: #000000;
} 

img.rounded {
	border-radius: 8px;
	border: 2px solid black;		
}

a.logolink:link,
a.logolink:visited {
	text-decoration: none;
	color: rgba(255,255,255,1);
}

a.logolink:hover {
	text-decoration: none;
	color: rgba(255,255,255,1);
}

a.logolink:active {
	text-decoration: none;
	color: rgba(255,255,255,1);
} 

.underline {
	text-decoration: underline;	
}

.italic {
    font-style: italic;
}
