@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');

body 	{
	background-color: #FFFFFF;
	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: #1184FF; text-decoration: none; }

a:hover 	{ color: #0099FF; text-decoration: underline; }




/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

body, div, table {
		color: #000000;
		font-family: "Open Sans", arial, sans-serif;
		font-size: 18px;
		font-weight: 400;
		line-height: 180%;
		}

.title 		{ color: #000000; 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: #FF6600; }

.hilite2	{ color: #993366; 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; }




/* 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: 700px; }

#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: 35px 65px 45px 65px; }




/* INNER AND OUTER BACKGROUNDS */

.inner-background	{
			background-color: #FFFFFF;
			border: #999999 0px solid;
			}

.outer-background	{
			background-color: #E4E8ED;
			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: #FFFFFF;
		padding: 10px 0px 0px 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-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%; display: block; }

.homeimage-outer	{
			max-width: 100%;
			min-width: 250px;
			overflow: hidden;
			text-align: center;
			margin: 10px 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.0);
			}

.image-bar	{
		width: 100%;
		color: #FFFFFF;
		text-align: center;
		background-color: #000000;
		padding: 0px;
		margin: 0px;
		position: relative;
		border-top: #000000 8px solid;
		border-bottom: #000000 8px solid;
	/* DROP SHADOW */
		-moz-box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.20);
		-webkit-box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.20);
		box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.20);
		}

/* ANIMATE SLIDESHOW CODE (KEN BURNS ZOOM) */

.image-bar { overflow: hidden; }

.image-bar img {
  	animation: slidemove 50s infinite;
	}

@keyframes slidemove {
  0%	{ transform: scale(1.0); }
  50%	{ transform: scale(1.3); }
  100%	{ transform: scale(1.0); }
	}


/* START HOME IMAGE LAYERED TEXT (WITH FADE-IN) */

.layered-text	{
		color: #FFFFFF;
		font-size: calc(8px + 1.2vw);  /* DYNAMICALLY CHANGES SIZE WITH BROWSER WIDTH */
		font-weight: 600;
		text-align: center;
		padding: 0px 10px 0px 10px;
		position: absolute;
		width: 100%;
    		left: 0%;
    		top: 40%;
		transform: translate( 0%, -40%);
		z-index: 900;
		box-sizing: border-box;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
    -webkit-animation: fadeLtext 3s; /* FADE Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeLtext 3s; /* FADE Firefox < 16 */
        -ms-animation: fadeLtext 3s; /* FADE Internet Explorer */
         -o-animation: fadeLtext 3s; /* FADE Opera < 12.1 */
            animation: fadeLtext 3s;
		}

.layer-title	{
		color: #FFFFFF;
		font-size: calc(7px + 3.5vw);  /* DYNAMICALLY CHANGES SIZE WITH BROWSER WIDTH */
		font-weight: 400;
		line-height: normal;
		letter-spacing: -1px;
		margin-bottom: 0px;
		}

/* LAYERED TEXT LINK COLORS */

	.layered-text a:link, .layered-text a:visited, .layered-text a:active 
	{ color: #CCFF99; text-decoration: none; }

	.layered-text a:hover 
	{ color: #FFFF63; text-decoration: underline; }

/* LAYERED TEXT FADE-IN */

@keyframes fadeLtext {
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadeLtext {
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeLtext {
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadeLtext {
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}




/* HOME COLORED BOX OF 3 IMAGES */

.image-row	{
		line-height: 1px;
		font-size: 1px;
		background-color: #8F9B78;
		padding: 30px 30px 30px 30px;
		margin: 40px 0px 40px 0px;
		vertical-align: top;
		border: solid #F0F0F0;
		border-width: 10px 0px 10px 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: #FFFFFF 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: #FFFFFF 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: #FFFF9C; text-decoration: none; }




/* SOCIAL ICONS */

#social-links	{
		text-align: center;
		font-size: 0px;
		background-color: transparent;
		padding: 0px 0px 0px 0px;
		margin: 30px 0px 40px 0px;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		}

.socialicon	{
		background-color: #6E955B;
		border: #000000 0px solid;
		padding: 15px;
		margin: 1px;
		vertical-align: top;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		   }

.socialicon:hover  {
		   background-color: #9BB984;
		   border: #000000 0px solid;
		   }




/* FOOTER */

.footer-copyright {
		padding: 36px 0px 30px 0px;
		margin: 0px 0px 10px 0px;
		background-color: #0C1B07;
		background-image: url("picts/background-footer.jpg");
		background-repeat: repeat-x;
		border: solid #F0F0F0;
		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,0,0,0.30); /* SEMI TRANSPARENT BACKGROUND */
		padding: 10px 10px 10px 10px
		}

.footer-top	{
		background-color: #3F9ED2;
		background:rgba(0,00,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: #CCFFCC; 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: #003399; }

.email-link	{
		margin: 10px 0px 10px 0px;
		}

input[type=submit].submitbutton, input[type=reset].submitbutton 
		{
		color: #000000;
		font: 400 18px "Open Sans", arial, sans-serif;
		text-align: center;
		background-color: #FFFFFF;
		-webkit-appearance: none;
		padding: 12px 8px 12px 8px;
		margin: 0px 0px 0px 0px;
		cursor: pointer;
		width: 130px;
		border: #999999 2px 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: #999999;
		border: #999999 2px solid;
		}

.shadeform	{
		font: 16px arial, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.png");
		text-align: left;
		width: 100%;
		max-width: 300px;
		padding: 3px;
		margin-top: 2px;
		margin-bottom: 12px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: #999999 1px solid;
		}

.textarea	{
		font: 16px arial, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.png");
		text-align: left;
		width: 100%;
		max-width: 340px;
		height: 150px;
		padding: 3px;
		margin-top: 2px;
		margin-bottom: 12px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: #999999 1px solid;
		}

.dropdown 	{
		font: 16px arial, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		width: 100%;
		max-width: 300px;
		padding: 3px;
		margin-top: 3px;
		margin-bottom: 7px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		}

/* 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: #FFFFFF;
			position: relative;
			padding: 6px 0px 6px 0px;
			margin: 0px auto 0px auto;
			border: #6E955B 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: #556E49;
			font-family: "Open Sans", arial, helvetica, sans-serif;
			font-size: 18px;
			font-weight: 600;
			line-height: normal;
			text-decoration: none;
			text-align: center;
			padding: 15px 25px 15px 25px;
			margin: 0px 0px 0px 0px;
			cursor: pointer;
			background-color: transparent;
			display: inline-block;
			border: #999999 solid;
			border-width: 0px 0px 0px 0px;
		/* MENU FADE UP */
			transition: all 0.5s ease;
			-webkit-transition: all 0.5s;
		/* CORNER ROUNDING */
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			-khtml-border-radius: 4px;
			border-radius: 4px;
    			*display:inline;	/* For IE */
    			*zoom:1;		/* For IE */
			}


/* BORDERS FIRST MENU LINK */

#menusub a:first-child	{ border-width: 0px 0px 0px 0px; }


/* MENU HOVER COLORS */

#menusub a:hover 
			{
			color: #FFFFFF;
			background-color: #6E955B;
			text-decoration: none;
			}


/* 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; }




/* NEW GALLERY ALLWEBCO 2/8/2022 */

#fe-thumbs	{
		font-size: 0px;
		line-height: 0px;
		margin: 0px auto 0px auto;
		text-align: center;
		float: left;
		width: 40%;
		}

#fe-thumbs img	{
		margin: 0px;
		width: 100%;
		max-width: 60px;
		height: auto;
		display: inline-block;
		cursor: pointer;
		border: 2px solid #FFFFFF;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		}

#fe-panel	{
		position: relative;
		margin: 0px 0px 0px 0px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-bottom: 5px;
		float: left;
		width: 60%;
		}

#fe-mainimage	{
		width: 100%;
		font-size: 0px;
		line-height: 0px;
		display: block;
		padding-right: 2px;
		margin: 0px auto 0px auto;
		border: 0px solid #000000;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		}

#fe-caption-box	{
		position: absolute;
		top: 0px;
		width: 100%;
		}

#fe-caption	{
		font-size: 14px;
		color: #000000;
		font-weight: 600;
		text-align: center;
		padding: 9px;
		background: #000000;
		background: rgba(255,255,255,0.60);  /* BACKGROUND W/OPACITY */
		}



/* VIDEO GALLERY PAGE */

#contentbox-media {
		  max-width: 900px;
		  margin: 0 auto;
		  padding: 0px 0px 0px 0px;
		  }

.vid-cell	{
		width: 50%;
		float: left;
		text-align: center;
		padding-top: 30px;
		padding-bottom: 10px;
		}

.vid-cell	{
		color: #000000;
		font-size: .9em;
		font-weight: bold;
		}

.runtime	{
		color: #004488;
		font-weight: normal;
		}


/* MEDIA PLAY OVERLAY */

.media-pbox	{
		text-align: center;
		padding: 5px;
		margin: 0 auto;
		position: relative;
		}

.media-tbox	{
		text-align: center;
		padding: 5px 5px 5px 5px;
		}

.media-picon	{
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -26px;
		margin-left: -26px;
		}

.media-return	{
		display: inline-block;
		padding: 5px 6px 5px 6px;
		margin: 16px 0px 6px 0px;
		border: solid #C1C8D1;
		border-width: 2px 0px 2px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.media-thumb	{
		display: block;
		margin: 0 auto;
		width: 100%;
		max-width: 250px;
		height: auto;
		}

.HoverBorder	{
		border: #000000 2px solid;
		vertical-align: bottom;
		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: #000000 2px solid;
	/* ZOOM */
		-webkit-transform: scale(1.10);
		-moz-transform: scale(1.10);
		transform: scale(1.10);
		}


/* HTML VIDEO INDIVIDUAL PAGES CODE */

.media-textarea	{
		text-align: center;
		max-width: 750px;
		padding: 20px 0px 10px 0px;
		margin: 0 auto;
		}
.Rvideo-box 
	{
	max-width: 750px;
	height: auto;
	background-color: #000000;
	text-align: center;
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 100%;
	border: 1px solid #000000;
	}

.Rvideo-box video 
	{
	width: 100%;
	height: auto;
	display: block;
	padding: 0px;
	margin: 0px;
	}

.Rvideo-nosupport
	{
	color: #FFFFFF;
	padding-top: 110px;
	padding-bottom: 110px;
	}




