@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');

body 	{
	background-color: #FFFFFF;
	background-image: url(bilder/filz.jpg);
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	}
/* ^^^ SEE CLASS "outer-background" BELOW */




/* DEFAULTS - MARGINS SPACING */

div		{ margin: 0; padding: 0; border: 0; }

table, tr, td	{ border-collapse: collapse; border-spacing: 0; margin: 0; padding: 0; border: 0; }




/* DEFAULTS - ALIGNMENT */

.td-right 	{ text-align: right; }

.td-left 	{ text-align: left; }

.td-center	{ text-align: center; }

.td-top		{ vertical-align: top; }

.td-middle	{ vertical-align: middle; }

.td-bottom	{ vertical-align: bottom; }

.center-align	{ text-align: center; }

.center-div	{ margin-left: auto; margin-right: auto; }

.right-div	{ margin-left: auto; margin-right: 0; }

.left-div	{ margin-left: 0; margin-right: auto; }




/* DEFAULTS - MISC */

.fullwidth	{ width: 100%; }

.halfwidth	{ width: 50%; }

.nobreak	{ white-space: nowrap; }

.just 		{ text-align: justify; }

img 		{ border: 0; }

.rimage		{ max-width: 100%; height: auto; }

.blockimage	{ display: block; }

.formmargin	{ margin: 0px; }




/* NON-MENU LINK COLORS */

a:link, 
a:visited, 
a:active 	{ color: #709900; text-decoration: none; }

a:hover 	{ color: #47B200; text-decoration: underline; }




/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

body, div, table {
		color: #53554E;
		font-family: "Open Sans", arial, sans-serif;
		font-size: 17px;
		font-weight: 400;
		line-height: 170%;
		}

.title 		{ color: #53554E; font: 30px "Open Sans", arial, sans-serif; font-weight: 400; letter-spacing: 0px; line-height: 200%; }

.subtitle 	{ color: #000000; font: 22px "Open Sans", arial, sans-serif; font-weight: 600; line-height: normal; }

.smalltitle	{ font-size: 19px; font-weight: 600; }

.smalltext	{ font-size: 13px; }

.makebold	{ font-weight: 700; }

.hilite		{ color: #FF0000; }

.hilite2	{ color: #764901; font-size: 0.9em; font-weight: 600; font-style: italic; }




/* REMOVES MARGINS ON HEADING TAGS (FOR SEO) */

h1, h2, h3, h4	{ margin: 0px 0px 1px 0px; }


/* GALLERY */

.content-pad-gal	{ padding-top: 25px; }

.Gal-details	{
		color: #000000;
		font: 16px "PT Sans", arial, sans-serif;
		font-weight: 400;
		line-height: normal;
		text-align: left;
		float: left;
		min-width: 200px;
		padding: 0px 0px 0px 0px;
		}
		
.Gal-details-alle	{
		color: #000000;
		font: 14px "PT Sans", arial, sans-serif;
		font-weight: 400;
		line-height: normal;
		text-align: left;

		min-width: 300px;
		padding: 0px 0px 0px 0px;
		}

.Gal-title	{
		color: #333333;
		font: 24px "PT Sans", arial, sans-serif;
		font-weight: 400;
		line-height: normal;
		}

		
.Gal-title-big	{
		color: #333333;
		font: 22px "PT Sans", arial, sans-serif;
		font-weight: 600;
		line-height: normal;
		}
		
.Gal-title-date	{
		color: #333333;
		font: 16px "PT Sans", arial, sans-serif;
		font-weight: 600;
		line-height: normal;
		margin: auto auto 10px auto;
		}
		
.Gal-box	{
		max-width: 720px;
		padding: 16px;
		margin: 0px auto 5px auto;
		background-color: #F8F7F4;
		border: solid #CCCCCC;
		border-width: 1px 1px 1px 1px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	/* DROP SHADOW */
		-moz-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.15);
		-webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.15);
		box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.15);
		}
		
.Gal-box-alle	{
		max-width: 280px;
		float: left;
		padding: 8px;
		margin: 0px 5px 15px 8px;
		background-color: #F8F7F4;
		border: solid #CCCCCC;
		border-width: 1px 1px 1px 1px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	/* DROP SHADOW */
		-moz-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.15);
		-webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.15);
		box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.15);
		}
				
.Gal-box-termine	{
		max-width: 460px;
		float: left;
		padding: 8px;
		margin: 0px 5px 15px 8px;
		background-color: #F8F7F4;
		border: solid #CCCCCC;
		border-width: 1px 1px 1px 1px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	/* DROP SHADOW */
		-moz-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.15);
		-webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.15);
		box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.15);
		}
		
.Gal-title-termine	{
		color: #333333;
		font: 20px "PT Sans", arial, sans-serif;
		font-weight: 600;
		line-height: normal;
		}
		
		
.Gal-title_termine	{
		color: #333333;
		font: 20px "PT Sans", arial, sans-serif;
		font-weight: 400;
		line-height: normal;
		}
		

.Gal-title-medium	{
		color: #333333;
		font: 22px "PT Sans", arial, sans-serif;
		font-weight: 400;
		line-height: normal;
		}
		
.Gal-image-box-termine	{
		float: left;
		padding-right: 5px;
		padding-bottom: 4px;
		max-width: 180px; /* WIDTH INCLUDES BORDER BELOW */
		min-width: 125px;
		}
		
.Gal-title-alle	{
		color: #333333;
		float: left;
		font: 13px "PT Sans", arial, sans-serif;
		font-weight: 400;
		line-height: normal;
		width: 150px;
		}

.Gal-image-box-alle	{
		float: left;
		padding-right: 30px;
		padding-bottom: 4px;
		max-width: 100px; /* WIDTH INCLUDES BORDER BELOW */
		min-width: 80px;
		}
		
.Gal-image-box	{
		float: left;
		padding-right: 15px;
		padding-bottom: 4px;
		max-width: 200px; /* WIDTH INCLUDES BORDER BELOW */
		min-width: 125px;
		}
		
.Galerie-box	{
		float: left;
		padding-right: 20px;
		padding-bottom: 30px;
		max-width: 170px; /* WIDTH INCLUDES BORDER BELOW */
		min-width: 125px;
		}

.Gal-image	{ width: 90%; height: auto; }

.Gal-abgesagt	{ width: 70%; height: auto; }

.Gal-image-alle	{ width: 120%; height: auto; }

.Galborder	{ border: #C0C0C0 2px solid; padding: 1px; vertical-align: bottom; }

.Galborder_termine	{ border: #C0C0C0 2px solid; padding: 1px; vertical-align: bottom; }

.Galborder_abgesagt	{ border: #C0C0C0 0px solid; padding: 0px; vertical-align: bottom; }

a:hover .Galborder { border: #254332 2px solid; padding: 1px; vertical-align: bottom; }




/* GALLERY MENU */

#gal-menu	{
		text-align: left;
		line-height: normal;
		padding: 5px 0px 0px 6px;
		margin: 0 auto;
		max-width: 1200px;
		}

#gal-menu a	{
		font-family: "Roboto", "Open Sans", arial, sans-serif;
		font-size: 15px;
		font-weight: 400;
		line-height: normal;
		text-align: center;
		display: inline-block;
		padding: 4px 6px 4px 6px;
		margin: 0px 0px 0px 0px;
		min-width: 20px;
	/* CORNER ROUNDING */
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		border-radius: 0px;
	/* FADE UP */
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s;
		}

#gal-menu a:first-child {
	/* CORNER ROUNDING */
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-topright: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 4px;
		border-top-left-radius: 4px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 4px;
		}

#gal-menu a:last-child {
	/* CORNER ROUNDING */
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 4px;
		-moz-border-radius-bottomright: 4px;
		-moz-border-radius-bottomleft: 0px;
		border-top-left-radius: 0px;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 0px;
		}

#gal-menu a:link,
#gal-menu a:visited,
#gal-menu a:active	{
			color: #FFFFFF;
			background-color: #77B269;
			text-decoration: none;
			border: #000000 0px solid;
			}

#gal-menu a:hover	{
			color: #FFFFFF;
			background-color: #5B984C;
			text-decoration: none;
			border: #000000 0px solid;
			}

/* CURRENT GALLERY HIGHLIGHT */

#gal-menu a.current-gal
 		{
		color: #FFFFFF;
		background-color: #91C984;
		border: #000000 0px solid;
		}





/* SERVICES PAGE LISTS */

.list		{
		color: #000000;
		font-weight: 400;
		line-height: normal;
		text-align: left;
		margin-top: 0px;
		margin-bottom: 0px;
		}

.list li	{ text-indent: 1px; }




/* PAGE & CONTENT HEIGHTS AND WIDTHS & PADDING */

/* NOTE: IF YOU CHANGE THE PAGE WIDTHS EDIT & TEST THE MEDIA QUERIES IN THE media-queries.css */

.pageheight	{ min-height: 460px; }


#pagewrapper	{
		width: 100%;
		min-width: 319px;
		text-align: center;
		margin: 0 auto 0 auto;
		}

.pagebox	{
		max-width: 1400px;
		padding: 0px 0px 0px 0px;
		margin: 0px auto 0px auto;
		}

.content-pad 	{ padding: 15px 65px 15px 65px; }




/* INNER AND OUTER BACKGROUNDS */

.inner-background	{
			background-color: #FFFFFF;
			border: #999999 0px solid;
			}

.outer-background	{
			background-color: #81837C;
			background-image: url("picts/background-outer.jpg");
			background-repeat: repeat-x;
			background-attachment: fixed;
			}




/* TEXT AND GRAPHIC HEADER CODE */

/* ALIGN LOGO IN THE header.js */

#headerdiv	{
		background-color: #53554E;
		padding: 20px 0px 10px 0px;
		margin: 0px auto 0px auto;
		border: #000000 0px solid;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
		}

/* GRAPHIC HEADER CODE */

.logo-respond	{
		height: 100px;
		width: 100%;
		max-width: 600px;
		min-width: 280px;
		display: block;
		}

/* TEXT HEADER TITLE */

.textlogo	{
		font: 600 34px "Open Sans", arial, sans-serif;
		letter-spacing: 3px;
		padding: 10px 0px 0px 0px;
		text-shadow: 0px 0px 0px rgba(0, 15, 50, 0.0);
		}

/* TEXT HEADER SLOGAN */

#headerdiv a:link,
#headerdiv a:visited,
#headerdiv a:active	{ color: #3F9ED2; text-decoration: none; }

#headerdiv a:hover	{ color: #0099FF; text-decoration: none; }

.logoslogan	{
		font: 400 18px "Open Sans", arial, sans-serif;
		padding: 0px 0px 10px 0px;
		}




/* IMAGE BORDERS */

.img-borders	{
		border: #CCCCCC 0px solid;
		vertical-align: top;
	/* CORNER ROUNDING */
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		}




/* FLOATS & FLOAT CLEAR */

.left-float	{ float: left; }

.right-float	{ float: right; }

.float-L-margin	{ margin-right: 30px; margin-bottom: 5px; }

.img-float	{ float: left; margin: 3px 15px 5px 0px; }

.float-item	{ float: left; margin-right: 10px; margin-bottom: 2px; }

.text-nowrap	{ overflow: hidden; min-width: 300px; }

.divclear 	{ height: 1px; clear: both; font-size: 1px; line-height: 1px; padding: 0px; margin: 0px; }




/* PAGE LINES & BORDERS & PADDING */

.page-splits 	{ 
		font-size: 1px;
		line-height: 1px;
		height: 2px;
		margin-top: 26px;
		margin-bottom: 26px;
		padding: 0px;
		background-color: #CCCCCC;
/* FIVE COLOR GRADIENT */
		background-image: linear-gradient(to right, #FFFFFF, #CCCCCC, #FFFFFF);
		border-top: #404A5B 0px solid;
		}

.splits-midimargin { margin-top: 30px; margin-bottom: 30px; }

.splits-xtramargin { margin-top: 56px; margin-bottom: 56px; }

.split-smalltopmargin { margin-top: 5px; }

.pad-top10	{ padding-top: 10px; }

.margin-top10	{ margin-top: 10px; }




/* HOME PAGE */

/* HOME PAGE TOP IMAGE */

.homeimage	{ width: 100%; height: auto; display: block; }

.homeimage-outer	{
			max-width: 100%;
			min-width: 250px;
			overflow: hidden;
			text-align: center;
			margin: 0px 0px 0px 0px;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			position: relative;
			border: solid #F0F0F0;
			border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
		/* IMAGE DROP SHADOW */
			box-shadow: 0 20px 12px -12px rgba(0, 0, 0, 0.30);
			}


/* HOME LAYERED TEXT */

.homeimage-text {
	color: #FFFFFF;
	font-size: 16px;
	line-height: normal;
	text-align: left;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.0);  /* TEXT SHADOW & OPACITY */
	background: #000000;  /* BACKGROUND FALLBACK NON-CSS3 */
	background: rgba(0,0,0,0.60);  /* BACKGROUND & OPACITY */
	width: 100%;
	max-width: 300px;
	padding: 20px 20px 20px 20px;
	position: absolute;
	left: 30px;
	bottom: 30px;
	border: solid #53554E;
	border-width: 10px 0px 10px 0px;
	/* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	}

.rslides_container li section, .homeimage-box section { display: inline; }

.homeimage-title	{
		color: #FFFFFF;
		font-size: 29px;
		font-weight: 400;
		letter-spacing: 0px;
		line-height: normal;
		padding-bottom: 7px;
		}

.homeimage-text section { display: inline; }


/* LAYERED TEXT LINK COLORS */

.homeimage-text a 
		{  color: #CFFB6E; text-decoration: none; font-weight: 400; }

.homeimage-text a:hover 
		{  color: #FDCC46; text-decoration: none; }


/* LAYERED TEXT ARROW */

.art-arrow		{
			background-color: #547B00;
			background-image: url("picts/arrow-link-white.png");
			background-repeat: no-repeat;
			background-position: right 5px top 4px;
			height: 33px;
			width: 53px;
			padding: 0px 0px 0px 0px;
			margin: 0px 6px 0px 0px;
			display: inline-block;
			vertical-align: middle;
  		/* CORNER ROUNDING */
			-moz-border-radius: 17px;
			-webkit-border-radius: 17px;
			-khtml-border-radius: 17px;
			border-radius: 17px;
			}

div.arrow-link		{
			color: #CFFB6E;
			font-size: 16px;
			font-weight: 600;
			text-decoration: none;
			line-height: normal;
			vertical-align: top;
			background-color: transparent;
			padding: 0px 5px 0px 0px;
			margin: 15px 0px 15px 0px;
			height: 33px;
			display: inline-block;
			}

/* ARROW LINK HOVER COLORS */

div.arrow-link:hover	{ color: #FDCC46; text-decoration: none; }

div.arrow-link:hover div.art-arrow { background-color: #A73500; }


.sidebar-title	{
		color: #737867;
		font: 20px "Roboto", arial, sans-serif;
		font-weight: thin;
		text-align: left;
		line-height: normal;
		background-color: transparent;
		padding: 5px 0px 15px 0px;
		margin: 0px auto 4px auto;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	/* DROP SHADOW */
		-moz-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.0);
		-webkit-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.0);
		box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.0);
		}

/* HOME COLORED BOX OF 3 IMAGES */

.image-row	{
		line-height: 1px;
		font-size: 1px;
		background-color: #53554E;
		padding: 30px 30px 30px 30px;
		margin: 10px 0px 40px 0px;
		vertical-align: top;
		border: solid #C4C5C3;
		border-width: 5px 0px 5px 0px;
		/* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
		}

.image-row-cell	{
		vertical-align: top;
		width: 33%;
		display: inline-block; 
		}

.irc-inner	{
		color: #FFFFFF;
		font-size: 0.90em;
		font-weight: 400;
		line-height: normal;
		padding: 10px 10px 10px 10px;
		}

.image-row img	{
		width: 100%;
		max-width: 500px;
		margin: 0px 0px 15px 0px;
		vertical-align: bottom;
		}

.HoverBorder	{
		border: #858681 2px solid;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	/* ZOOM */
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	/* FADE UP */
		-webkit-transition: all 0.3s;
		transition: all 0.3s ease;
		}

a:hover .HoverBorder {
		border: #C4C5C3 2px solid;
	/* ZOOM */
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		transform: scale(1.05);
		}

/* LINK COLOR IN COLORED BOX OF 3 IMAGES */

.image-row a:link, 
.image-row a:visited, 
.image-row a:active 	{ color: #FFFFFF; text-decoration: none; font-weight: 600; }

.image-row a:hover 	{ color: #FFFFFF; text-decoration: underline; }




/* SOCIAL ICONS */

#social-links	{
		text-align: center;
		font-size: 0px;
		background-color: transparent;
		padding: 0px 0px 0px 0px;
		margin: 10px 0px 30px 0px;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		}

.socialicon	{
		background-color: #53554E;
		border: #000000 0px solid;
		padding: 10px;
		margin: 2px;
		vertical-align: top;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 5px;
		   }

.socialicon:hover  {
		   background-color: #ADAEAA;
		   border: #000000 0px solid;
		   }




/* FOOTER */

.footer-copyright {
		padding: 36px 0px 30px 0px;
		margin: 0px 0px 10px 0px;
		background-color: #25280D;
		background-image: url("picts/background-footer.jpg");
		background-repeat: repeat-x;
		border: solid #ADAEAA;
		border-width: 10px 0px 0px 0px;
		/* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
		}

.copy-text	{
		color: #FFFFFF;
		font-size: 13px;
		font-weight: 400;
		line-height: normal;
		display: inline-block;
		background:rgba(0,20,0,0.30); /* SEMI TRANSPARENT BACKGROUND */
		padding: 9px 9px 9px 9px
		}

.footer-top	{
		background-color: #3F9ED2;
		background:rgba(0,0,0,0.50); /* SEMI TRANSPARENT BACKGROUND */
		border: #000000 3px solid;
		padding: 6px;
		margin: 0px auto 10px auto;
	/* CORNER ROUNDING */
		-moz-border-radius: 22px;
		-webkit-border-radius: 22px;
		border-radius: 22px;
		}

.footer-top:hover  {
		   background-color: #000000;
		   }

/* COPYRIGHT LINK COLORS */

div.footer-copyright a:link, 
div.footer-copyright a:visited, 
div.footer-copyright a:active 	{ color: #CCFF99; text-decoration: none; }

div.footer-copyright a:hover 	{ color: #FFFFFF; text-decoration: underline; }




/* CONTACT PAGE CODE */

.contact-title	{
		color: #000000;
		font: 19px "Open Sans", arial, sans-serif;
		font-weight: 600;
		line-height: normal;
		}

.contact-select	{ color: #764901; }

.email-link	{
		margin: 10px 0px 10px 0px;
		}

input[type=submit].submitbutton, input[type=reset].submitbutton 
		{
		color: #FFFFFF;
		font: 400 14px "Open Sans", arial, sans-serif;
		text-align: center;
		background-color: #53554E;
		-webkit-appearance: none;
		padding: 8px 8px 8px 8px;
		margin: 0px 0px 0px 0px;
		cursor: pointer;
		width: 110px;
		border: #000000 0px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		}

input[type=submit].submitbutton:hover, input[type=reset].submitbutton:hover 
		{
		color: #FFFFFF;
		background-color: #ADAEAA;
		border: #000000 0px solid;
		}

.shadeform	{
		font: 15px arial, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.png");
		text-align: left;
		width: 300px;
		height: 25px;
		margin-top: 2px;
		margin-bottom: 12px;
		border: #999999 1px solid;
		}

.textarea	{
		font: 15px arial, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.png");
		text-align: left;
		width: 300px;
		height: 150px;
		margin-top: 2px;
		margin-bottom: 12px;
		border: #999999 1px solid;
		}

.dropdown 	{
		font: 15px arial, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		width: 225px;
		margin-top: 3px;
		margin-bottom: 7px;
		}

/* CONTACT PAGE COLUMNS */

.contact-box	{ max-width: 950px; margin: 0 auto; text-align: center; }

.form-box-L	{
		min-width: 330px;
		max-width: 330px;
		font-size: 0.9em;
		text-align: left;
		line-height: normal;
		display: inline-block;
		vertical-align: top;
		margin: 0 auto;
		padding: 0px 10px 0px 10px;
		}

.form-box-R	{
		min-width: 330px;
		max-width: 330px;
		font-size: 0.9em;
		text-align: left;
		line-height: normal;
		display: inline-block;
		vertical-align: top;
		margin: 0 auto;
		padding: 0px 10px 0px 10px;
		}


/* SERVICES PAGE */

.box-section	{ max-width: 90%; margin: 0 auto; }




/* HIDE ITEMS FOR PRINTING */

@media print {
.printhide 	{ display:none; }
.pageheight 	{ min-height: 50px; }
}
@media screen{
.printonly 	{ display:none; }
}




/* START THE CODE FOR THE MENU */

/* EDIT .pagebox PADDING TO 0 ABOVE FOR FULL WIDTH */

#menudiv a		{ outline: none; }

#menudiv		{
			text-align: center;
			background-color: #53554E;
			position: relative;
			padding: 0px 0px 0px 0px;
			margin: 0px auto 0px auto;
			border: #258DC9 0px solid;
			border-width: 0px 0px 0px 0px;
			}

/* MENU OUTER RADIUS */

#menudiv, #menusub	{
  		/* CORNER ROUNDING */
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			-khtml-border-radius: 0px;
			border-radius: 0px;
			}

/* MENU WIDTH, PADDING, FONT FACE & COLOR */

#menusub a 		{
			color: #FFFFFF;
			font-family: "Open Sans", arial, helvetica, sans-serif;
			font-size: 15px;
			font-weight: 400;
			line-height: normal;
			text-decoration: none;
			text-align: center;
			padding: 20px 20px 15px 20px;
			margin: 0px 0px 0px 0px;
			cursor: pointer;
			background-color: transparent;
			display: inline-block;
			border: transparent solid;
			border-width: 0px 0px 0px 0px;
		/* MENU FADE UP */
			transition: background-color 0.5s ease;
			-webkit-transition: background-color 0.5s;
		/* CORNER ROUNDING */
			-moz-border-radius: 5px 5px 0px 0px;
			-webkit-border-radius: 5px 5px 0px 0px;
			-khtml-border-radius: 5px 5px 0px 0px;
			border-radius: 5px 5px 0px 0px;
    			*display:inline;	/* For IE */
    			*zoom:1;		/* For IE */
			}


/* BORDERS FIRST MENU LINK */

#menusub a:first-child	{ border-width: 3px 0px 0px 0px; }


/* MENU HOVER COLORS */

#menusub a:hover 
			{
			color: #FFFFFF;
			background-color: #1F2B00;
			}


/* MOBILE MENU ICON - !!! SEE ALSO media-queries.css FOR MORE MOBILE COLORS AND FONTS !!! */

#mobile-menu-icon	{ cursor: pointer; display: none; text-align: center; padding: 0px 0px 0px 0px; }

.menu-icon-img		{ display: block; margin: 0px auto 0px 0px; }



