<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body 	{
	background-color: #000000;
	margin: 0;
	padding: 0;
	border: 0;
	}

html, body { height: 100%; }

@font-face {
    font-family: Garamond;
    src: url(../fonts/Garamond.ttc);
}

@font-face {
    font-family: Montserrat-Regular;
    src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: Montserrat-Italic;
    src: url(../fonts/Montserrat-Italic.ttf);
}


@font-face {
    font-family: LoversQuarrel-Regular;
    src: url(../fonts/LoversQuarrel-Regular.ttf);
}

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

.blockimage	{ display: block; }

.formmargin	{ margin: 0px; }

.image-fixspace	{ font-size: 1px; line-height: 1px; }


/* FLOATS */

.left-float	{ float: left; }

.right-float	{ float: right; }

.float-margin1	{ margin-right: 5px; margin-bottom: 2px; }

.float-margin2	{ margin-right: 12px; margin-bottom: 0px; }

.floatclear 	{ height: 0px; clear: both; font-size: 1px; line-height: 0px; padding: 0px; margin: 0px; }

.text-nowrap	{ overflow: hidden; min-width: 150px; }

fieldset {
	border: #644D66 1px solid;
	}

/* NON-MENU LINK COLORS */

	a:link, a:visited, a:active 
	{ color: #9BB5ED; text-decoration: none; }

	a:hover 
	{ color: #76D9F9; text-decoration: underline; }


/* THE NEXT LINE CONTROLS THE DEFAULT FONT SIZE */

div, table	{ color: #C3CDD7; font: normal 16px "Source Sans Pro", arial, sans-serif; line-height: 140%; }

#title {
	margin-left: auto 0;
	font-family: Garamond;
	font-size: 42px;
	font-weight: normal;
	color: #34a3a3;
}

#title p {
	display: block;
	letter-spacing: -1px;
	text-decoration: none;
	font-family: Garamond;
	font-size: 32px;
	font-weight: normal;
	color: #34a3a3;
	text-shadow: 0px 3px 3px #000;
}

.subtitle	{ color: #FFFFFF; font: 600 18px "Source Sans Pro", arial, sans-serif; }

.smalltitle	{ color: #CCCC99; font: 600 16px "Source Sans Pro", arial, sans-serif; }

.smalltext	{ font-size: 13px; }

.hilite		{ color: #99FF66; font-weight: 600; }

.lists		{
		color: #DCCD98;
		margin-top: 10px;
		margin-bottom: 10px;
		}

.arrow {
    margin-left: auto;
    margin-right: auto;
    display: block;
    }
 
#up_arrow	{
		color: #0a5b71;
		display: block;
		margin-left: auto;
		margin-right: auto;
		}		
    
.text_divider {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 250px;
    }

.make_this {
        background-color: transparent;
        color:#1FCDE4;
        font-size:30px;
        font-family:LoversQuarrel-Regular;
        text-align: center;
        height: 35px;	
        overflow: hidden;
        text-align: center;
        display: block;
        padding-top: 5px;
      }
      
/* REMOVES MARGINS ON HEADING TAG TITLES (FOR SEO) */

h1, h2, h3, h4	{ margin: 0px 0px 0px 0px; text-align: left; }


/* PAGE WIDTHS HEIGHTS */

.pageheight-min { min-height: 675px; }

#pagewrapper	{
		max-width: 100%;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -112px; /* -112 MARGIN FOR FOOTER */
		padding: 0px 0px 0px 0px;
		}

#contentwrapper	{
		max-width: 700px;
		min-width: 280px;
		text-align: left;
		margin: 0px auto 40px auto;
		padding: 7px 7px 7px 7px;
		}

#contentwrapper.gal { max-width: 770px; }


/* TEXT AND GRAPHIC LOGO */


.logo-respond	{
		width: 600px;
		height: 70px;
		max-width: 600px;
		min-width: 300px;
		display: block;
		}

/* START TEXT HEADER CODE */

.textlogo	{
		font: 400 36px "Source Sans Pro", arial, sans-serif;
		letter-spacing: 5px;
		text-align: center;
		display: inline-block;
		max-width: 700px;
		padding: 10px 0px 6px 0px;
		border-bottom: #B07D0F 1px solid;
		}

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

.textlogo a:hover
		{ color: #F0F0F0; text-decoration: none; }


/* FOOTER - IF YOU EDIT HEIGHT PADDING OR BORDERS EDIT #pagewrapper -margin ABOVE */

.footerheight	{ min-height: 76px; }

.footerdiv	{
		color: #F0F0F0;
		font: 12px "Source Sans Pro", arial, sans-serif;
		text-align: center;
		background-color: #384354;
		padding: 15px 8px 15px 8px;
		border: solid #556070;
		border-width: 4px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.footersplit	{ 
		font-size: 1px;
		line-height: 1px;
		height: 2px;
		padding: 0px;
		margin: 5px auto 0px auto;
		max-width: 400px;
		border-bottom: #556070 1px solid;
		}

/* FOOTER LINK COLORS */

	a.footlink:link, a.footlink:visited, a.footlink:active 
	{ color: #76D9F9; text-decoration: none; }

	a.footlink:hover 
	{ color: #FFFFFF; text-decoration: underline; }

.footer-top	{ margin: 20px auto 0px auto; }


/* HOME PAGE */

.home-small-image {
		display: inline;
		margin: 0px 3px 10px 3px;
		border: #556070 2px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
		} 

.bottom-links	{
		color: #C8B474;
		padding: 13px 0px 15px 0px;
		margin: 40px 0px 40px 0px;
		background-color: #000000;
		border: solid #404A5B;
		border-width: 1px 1px 1px 1px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
	/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
		}

.bottom-links a { margin-left: 8px; margin-right: 8px; }


/* OPTIONAL HOMEPAGE LARGER SIZE IMAGE ROW */

.home-boxes-outer { min-width: 300px; }

.home-boxes	{
		display: inline;
		text-align: center;
		padding: 10px 5px 0px 5px;
		max-width: 31%; /*  EDIT Media Queries #3!! */
		min-width: 31%; /*  EDIT Media Queries #3!! */
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		}

.home-boxes img	{
		width: 100%;
		max-width: 200px;
		height: auto;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		}

.home-boxtitle	{ font-size: 17px; font-weight: 600; }


/* TOP MAIN IMAGE */

.main-image	{
		max-width: 750px;
		min-width: 200px;
		max-height: 250px;
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto 36px auto;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: #556070 2px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
		}

.center_text p	{
	color: #fafefe;
	width: 300px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: Garamond;
	font-size: 24px;
	display: block;
	z-index: 1000;
	line-height: 1.2;
	}

/*------------------------------------------------------------*
**  TEXT SCROLL UP
**------------------------------------------------------------*/ 
.text-scroll {
        background-color: transparent;
        color:#1FCDE4;
        font-size:34px;
        font-family:LoversQuarrel-Regular;
        text-align: center;
        height: 50px;	
        overflow: hidden;
        position: relative;
 
      }
.text-scroll  p {
        padding-top: 0px;
        -moz-animation: marquee 15s linear infinite;
        -webkit-animation: marquee 15s linear infinite;
        animation: marquee 15s linear infinite;
        line-height: 150%;
      }
      @-moz-keyframes marquee {
        0% {
          transform: translate(0, 0);
        }
        100% {
          transform: translate(0, -100%);
        }
      }
      @-webkit-keyframes marquee {
        0% {
          transform: translate(0, 0);
        }
        100% {
          transform: translate(0, -100%);
        }
      }
      @keyframes marquee {
        0% {
          -moz-transform: translate(0, 0);
          -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
        }
        100% {
          -moz-transform: translate(0, -100%);
          -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
        }
      }


/* BORDERS AND BARS */

.img-borders	{ border: #556070 2px solid; }

.page-splits 	{ 
		font-size: 1px;
		line-height: 1px;
		height: 2px;
		margin-top: 36px;
		margin-bottom: 36px;
		padding: 0px;
		border-top: #404A5B 1px solid;
		}

.HoverBorder	{
		border: #556070 2px solid;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
		}

a:hover .HoverBorder 	{ border: #FFFFFF 2px solid; }


/* JQUERY SLIDESHOWS (SEE ALSO responsive-slides.css IN FOLDER JQuery) */

.slide-home-width	{ max-width: 500px; }

.rslides_container	{
			background-color: #000000;
			max-width: 900px;
			min-width: 250px;
			text-align: center;
			margin: 0 auto;
			position: relative;
			box-sizing: border-box;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			border: #556070 1px solid;
		/* CORNER ROUNDING */
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
			-khtml-border-radius: 6px;
			border-radius: 6px;
			}

/* SLIDESHOW ROUND ACTIVE BUTTON STYLES */

.centered-btns_tabs	{
			width: 100%;
			position: absolute;
			bottom: 10px;
			left: 0px;
			margin: 0 auto;
			text-align: center;
			z-index: 1000;
			background-color: transparent;
			}

/* NORMAL BUTTON STATE */

.centered-btns_tabs a 	{
			width: 10px;
			height: 10px;
			background-color: transparent;
			border: #FFFFFF 2px solid;
		/* CORNER ROUNDING */
			-webkit-border-radius: 7px;
			-moz-border-radius: 7px;
			border-radius: 7px;
			margin: 0px 4px 0px 4px;
			}

/* HOVER BUTTON STATE */

.centered-btns_tabs a:hover 
			{ background-color: #FFFFFF; border: #FFFFFF 2px solid; }

/* ACTIVE BUTTON STATE */

.centered-btns_here a, .centered-btns_here a:hover 
			{ background-color: #CC0000; border: #CC0000 2px solid; cursor: default; }





/* GALLERY PAGES */

.gallery-image		{ max-height: none; }

.galspacefix		{ font-size: 1px; line-height: 1px; }

img.Galimg-respond 	{ width: 75px; height: auto; display: inline; margin: 2px; vertical-align: bottom; }

.gal-imagearea img	{ margin: 0px auto 10px auto; }

.galbutton-loc	{
		position: relative;
		top: -54px;
		left: 0px;
		height: 34px;
		margin-bottom: -34px;
		}

input[type=button].galbutton
		{
		color: #FFFFFF;
	       	font: 700 15px "Source Sans Pro", arial, sans-serif;
		text-align: center;
		background-color: #000000;
		background: rgba(0,0,0,0.7);
        	padding: 7px 0px 7px 0px;
		margin: 0px 2px 0px 2px;
		cursor: pointer;
		width: 120px;
		-webkit-appearance: none;
        	border: #999999 0px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;

		}

input[type=button].galbutton:hover
		{
		color: #FFFFFF;
		background-color: #000000;
		}





/* CODE FOR THE CART */

.price 		{ padding: 5px 0px 8px 0px; }

.price span	{
		color: #B7FFA8;
		font-size: 22px;
		font-weight: 400;
		text-decoration: none;
		border-bottom: #3ACD75 1px solid;
		}

.carttitle	{
		color: #FFFFFF;
		font: 18px Montserrat-Italic;
		font-weight: 400;
		padding: 0px 5px 0px 5px;
		}

.cart-box	{
		max-width: 300px;
		padding: 12px;
		margin: 10px 0px 28px 0px;
		background-color: #222832;
		border: #556070 1px solid;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		}

.blog-box	{
		max-width: 600px;
		padding: 12px;
		margin: 10px 0px 28px 0px;
		border: #556070 0px solid;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		}

.carttext	{
		color: #ffffff;
		font: 16px Montserrat-Regular;
		font-weight: 400;
		padding: 0px 5px 0px 5px;
		line-height: 1.5;
		width: 100%;
		text-align: left;
		}


.blogtext	{
		color: #ffffff;
		font: 16px Montserrat-Regular;
		font-weight: 400;
		padding: 0px 5px 0px 5px;
		line-height: 1.5;
		width: 100%;
		text-align: left;
		}

#story	{
		text-align: justify;
		color: #0a5b71;
		font-size: 12px;
		}

.prod-split	{ margin-bottom: 8px; }

.cartdrop 	{
		font: 12px arial, sans-serif;
		color: #000000;
		width: 115px;
		margin-top: 1px;
		margin-bottom: 4px;
		}

.cartimg	{ padding-right: 25px; float: left; }

.blog_img	{
			max-width: 300px;
			float: left;
			padding-right: 15px;
			padding-bottom: 3px;
			}
			
.ViewerBorder	{
		height: auto;
		border: #556070 2px solid;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		}

#return-arrow 	{
		background-color: transparent;
		width: 40px;
		height: 40px;
		margin-top: 8px;
		margin-bottom: 8px;
  	/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
		}

/* CART BUTTONS */

input[type=submit].button-order 
	 	{
		color: #FFFFFF;
	       	font: bold 14px arial, serif;
		text-align: center;
		background-color: #2244FF;
	        background-image: url("picts/button-order.png");
        	padding: 7px 5px 7px 5px;
        	margin: 4px 0px 2px 0px;
		cursor:pointer;
		width: 115px;
		-webkit-appearance: none;
        	border: #000000 0px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		}

input[type=submit].button-order:hover 
	 	{
		color: #FFFFFF;
		background-color: #089608;
        	border: #000000 0px solid;
		}

#contact_button {
		color: #000000;
	    font: 600 14px  MontserratAlternates-Regular;
		text-align: center;
		text-decoration: none;
		background-color: #1FCDE4;
	    background-image: url("../images/button.png");
        padding: 3px 2px 3px 2px;
		margin: 0px 0px 3px 0px;
		cursor: pointer;
        border: #1FCDE4 1px solid;
		-webkit-appearance: none;
		 width: 200px;
		 margin-left: auto;
		 margin-right: auto;
		 display: block;
	/* CORNER ROUNDING */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
		}
		
#contact_button a	{
		text-decoration: none;
		color: #000000;
		}



/* CONTACT PAGE, FORM &amp; QUOTES FORM */

.contact-area	{ 
		max-width:  350px;
		margin-left: auto;
		margin-right: auto;
		color: #ffffff;
		}
		
.contact_text	{
		color: #ffffff;
		font: 16px MontserratAlternates-Regular;
		font-weight: 400;
		padding: 0px 5px 0px 5px;
		line-height: 1.5;
		width: 100%;
		text-align: center;
		}				

.contact_l p {
	font-size: 12px;
    font-family:  MontserratAlternates-Regular;
	font-weight: 600;
	letter-spacing: 1px;
	color: #ffffff;
	text-align: center;
	}
	
.contact_l table {
    border: 0px;
    border-collapse: collapse;
    font-size: 12px;
    font-family:  MontserratAlternates-Regular;
	font-weight: 600;
	letter-spacing: 1px;
	color: #ffffff;
}

.contact-left	{ float: left; max-width: 200px; padding: 0px 40px 0px 0px; }

.contact-right	{ float: left; max-width: 235px; padding: 0px 0px 0px 0px; }

.contact-right-form { padding: 15px 0px 0px 0px; }

.shadeform	{
		width: 150px;
		font-family: tahoma, arial, sans-serif;
		color: #FFFFFF;
		margin: 2px 0px 4px 0px;
		padding: 4px;
		background-color: #222832;
		border: #556070 1px solid;
		}

.textarea	{
		width: 180px;
		font-family: tahoma, arial, sans-serif;
		color: #FFFFFF;
		margin: 2px 0px 4px 0px;
		background-color: #222832;
		border: #556070 1px solid;
		}

.dropdown 	{
		width: 170px;
		font-size: 13px;
		color: #FFFFFF;
		background-color: #222832;
		}

.smallform	{ width: 70px; }

.quotes-area	{ max-width: 300px; }

.quotechoice 	{ color: #DCCD98; }

.qform-width	{ width: 210px; }

.qform-width-textarea	{ width: 235px; }

input[type=submit].button 
	 	{
		font-family: "Source Sans Pro", arial, sans-serif;
		font-size: 18px;
		margin-top: 8px;
		padding: 8px 16px 8px 16px;
		color: #FFFFFF;
		cursor: pointer;
		-webkit-appearance: none;
		background-color: #171D27;
		border: #556070 1px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
		}

input[type=submit].button:hover 
	 	{
		color: #FFFFFF;
		background-color: #CC0000;
		border: #CC0000 1px solid;
		}


/* CONTACT PAGE GOOGLE MAP */

#map-canvas	{ width: 235px; height: 160px; margin-top: 6px; }





/* FAQ PAGE */

.faq-box	{
		display: none;
		margin: 0px 0px 0px 0px;
		padding: 10px 20px 10px 20px;
		border: #999999 0px solid;
		}

.faqicon	{ margin-top: 12px; }





/* PDF PAGE */

.pdf-area	{ max-width: 485px; }





/* SITE MAP PAGE */

.search-float	{ float: right; }

.searchmargin	{ margin: 2px 0px 8px 0px; }

.searchbox	{
		padding: 7px;
		background-color: #384354;
		border: #556070 1px solid;
		}

.searchbutton	{ margin: 2px 0px 0px 0px; }

.searchform 	{
		color: #000000;
		font: 12px arial, sans-serif;
		background-color: #FFFFFF;
		width: 140px;
		height: 18px;
		margin: 4px 3px 4px 0px;
		border: #999999 1px solid;
		}





/* VIDEO PAGE (FOR RESPONSIVE VIDEO) */

.video-home-width { max-width: 500px; }

.video-container {
		 min-width: 200px;
		 padding-top: 0px;
		 padding-bottom: 56.25%;
		 height: 0;
		 overflow: hidden;
		 position: relative;
		 z-index: 100;
		 }
 
.video-container iframe,
.video-container object,
.video-container embed {
		 width: 100%;
		 height: 100%;
		 position: absolute;
		 top: 0;
		 left: 0;
		 z-index: 100;
		 }

/* Slideshow container */
.slideshow-box	{
		max-width: 600px;
		padding: 12px;
		margin: 10px 0px 28px 0px;
		border: #556070 0px solid;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		}

.slideshow-container {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Hide the images by default */
.mySlides {
  height: 200px;
  display: none;
}

.slide_img	{
	float: left;
	padding-right: 15px;
	padding-bottom: 3px;
	}

/* Next &amp; previous buttons */
.prev  {
  cursor: pointer;
  top: 50%;
  padding-right: 10px;
  color:#1FCDE4;
  font-weight: 400;
  font-size: 24px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  cursor: pointer;
  top: 50%;
  padding-left: 10px;
  color:#1FCDE4;
  font-weight: 400;
  font-size: 24px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: transparent;
}

/* Caption text */
.image_text {
		color: #ffffff;
		font: 16px Montserrat-Regular;
		font-weight: 400;
		padding: 0px 5px 0px 5px;
		line-height: 1.5;
		width: 100%;
		text-align: left;
		}

.image_text a {
		color: #9BB5ED;
		font: 16px Montserrat-Regular;
		font-weight: 400;
		padding: 0px 0px 0px 0px;
		line-height: 1.5;
		width: 100%;
		text-align: left;
		text-decoration: none;
		}

/* Number text (1/3 etc) */
.numbertext {
  color:#0057d4;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 60px 2px 0px 0px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}



/* HIDE HEADER BAR AND OTHER ITEMS FOR PRINTING */

@media print {
.printhide 	{ display: none; }
.centered-btns_nav, .centered-btns_nav.next { display:none; }
}
@media screen{
.printonly 	{ display: none; }
}





/* HEADER TOP BAR (ICONS &amp; SOCIAL ICONS) */

#headerdiv	{
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		border: #000000 0px solid;
		}

.headercolor	{ background-color: transparent; }  /* EDIT .pagebox PADDING TO 0 ABOVE FOR FULL WIDTH */


.headerbar	{
		min-height: 50px;
		min-width: 700px;  /* MAKE WIDER TO STOP WRAPPING */
		}

.headerbar-color {
		 background-color: transparent;
		 display: table;
		 width: 100%;
		 margin-bottom: 0px;
		 border-bottom: #644D66 0px solid;
		 }

.header-icon-box { background-color: transparent; float: right; display: inline-block; }

.headericon	{
		float: left;
		text-align: center;
		width: 36px;
		height: 36px;
		background-color: transparent;
		padding: 17px 7px 7px 7px;
		border-left: #644D66 0px solid;
	/* FADE UP */
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s;
		}

.headericon img { display: block; margin: 0 auto; }

.headericon:hover	{ background-color: #0a5b71; }





/* CLICK MENU CODE */

#menu-box 	{ position: relative; top: 0px; left: 0px; float: left; z-index: 1000; }

.menu-icon	{ display: block; margin-left: 20px; margin-top: 20px; }

#menu-top	{
		width: 65px;
		height: 30px;
		left: 40px;
		background-color: transparent;
		border-right: #644D66 0px solid;
	/* FADE UP */
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s;
		}

#menu-top:hover	{ background-color: transparent; }

#menu-sub 	{
		background-color: #231B24;
		display: none;
		position: absolute;
		top: 60px;
		left: 0px;
		z-index: 1001;
		width: 200px;
		border-top: #644D66 0px solid;
		}

.menu		{
		font: normal 15px Montserrat-Regular;
		color: #C2B0C4;
		padding: 0px 0px 4px 10px;
		margin: 0px auto 0px auto;
		display: block;
		border-top: #644D66 0px solid;
		}

a.menu:link, a.menu:visited, a.menu:active 
		{
		color: #C2B0C4;
		background-color: #231B24;
		text-decoration: none;
	/* FADE UP */
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s;
		}

a.menu:hover 	{
		color: #FFFFFF;
		background-color: #644D66;
		text-decoration: none;
		}</pre></body></html>