
/* INITIALIZE */
@charset "utf-8";
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
li{list-style:none}

/* GLOBALS */
/*custom scrollbar for all devices */
::-webkit-scrollbar {
    width: 15px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #333; 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
	background: #09F;
	border: thin solid #06C;
	border-radius: 10px; 
    -webkit-border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #333;
}
::-webkit-scrollbar-thumb:hover {
	background: #0CF;
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #0CF;
}
body
{ 
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	color: fff;
}
h1
{
	font-size: 2.25em;
	font-weight: 700;
	letter-spacing: -1px;
}
a, a:visited
{
	color: #09F;
	transition: 0.25s;
}
a:hover, a:focus
{
	color: #06C;
}
#particles-js
{
	position: fixed;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 50%;
	background-image: url('../../%27%27');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
canvas
{
	display:block;
	vertical-align:bottom;
	width: 100%;
	height: 100%;
	margin: 0;
}
#overlay
{
	position: fixed;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	opacity: 0.9;
	background: -webkit-linear-gradient(top, #000,#000,#07d,#08e,#19f,#2af);
	background: -moz-linear-gradient(top, #000,#000,#07d,#08e,#19f,#2af);
	background: -o-linear-gradient(top, #000,#000,#07d,#08e,#19f,#2af);
	background: -ms-linear-gradient(top, #000,#000,#07d,#08e,#19f,#2af);
	background: gold linear-gradient(to bottom, #000,#000,#07d,#08e,#19f,#2af);
	mix-blend-mode: overlay;
}
#overlay_tuck
{
	position: fixed;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	opacity: 0.3;
	background-image: radial-gradient(circle at bottom, #2de,#2de,#1bd,#08d,#04e,#04c,#003,#013,#000,#000,#000,#000,#000,#000,#000);
}
.neon
{
	position: relative;
    overflow: hidden;
    filter: brightness(200%);
	margin: 30px auto 0px auto;
	max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
	padding: 0;
	z-index: 500;
	/*
	border: thick groove #15b;
	border-radius: 54px;
	*/
}
.text
{
    background-color: black;
    color: white;
    font-size: 100px;
    font-weight: bold;
    font-family: sans-serif;
    text-transform: uppercase;
    position: relative;
    user-select: none;
	padding: 2px;
}
.text::before
{
    content: attr(data-text);
    position: absolute;
    color: white;
    filter: blur(0.015em);
    mix-blend-mode: difference;
}
#navContainer
{
	position: relative;
	margin: 20px auto;
	height: 50px;
	z-index: 499;
}
nav
{
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: 102;
}
nav ul, nav ul.level1
{
	float: none;
	height: 100%;
	margin: 0 auto;
	padding: 0.6em;
}
nav ul li, nav ul.level1 li
{
	float: left;
	text-align: center;
	list-style-type: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
	text-transform: uppercase;
    text-shadow: 0px 1px 0px #000;
	margin: 0.5em;
}
nav ul li a, nav ul.level1 li a
{
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
	padding-bottom:0.25em;
}
nav ul.level1 li a img
{
	margin-top: -3px;
	height: 1.2em;
	width: 1.2em;
}
nav ul ul
{
	display: none;
}
a.current
{
	color: #6FF;
	text-shadow: 0px 1px 0px #000;
}
#new
{
	width: 100%;
	marging-left: auto;
	margin-right: auto;
	z-index: 400;
}
.text_01
{
	position: static;
	color: #3ef;
	background: rgba(0, 20, 70, 0.37);
	text-shadow: 0px 0px 2px #131415;
	font-family: 'Open Sans', sans-serif;
	opacity: 0.99;
}
.text_01 h1, .text_01 p
{
	text-align: center;
	margin: 0;
	width: 100%;
}
.text_01 p a, .text_01 p a:visited
{
	color: #08e;
	font-weight: bold;
	letter-spacing: -1px;
}
.text_01 p a:active, .text_01 p a:hover
{
	color: #04b;
}
.window_pane
{
	position: static;
	color: #5df;
	opacity: 0.99;
	text-shadow: 0px 0px 2px #131415;
	font-family: 'Open Sans', sans-serif;
	border: 2px solid #06c;
	padding: 1em 1em 1.5em 1em;
	border-radius: 40px;
	background: rgba(0, 50, 170, 0.4);
}
.window_pane div
{
	text-align: center;
}
.window_pane div h2
{
	text-align: center;
	margin: 0 auto 0 auto;
	text-shadow: 0px 0px 2px #131415;
	font-family: 'Open Sans', sans-serif;
	color: #9ef;
	font-weight: 500;
	letter-spacing: -1px;
}
.window_pane div p
{
	text-align: center;
	width: 90%;
	margin: 0 auto;
	text-shadow: 0px 0px 2px #131415;
	font-family: 'Open Sans', sans-serif;
	color: #5df;
}
#bottom_box_trim
{
	width: 100%;
	height: 4px;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	display: flex;
	background: -webkit-linear-gradient(top, #15d,#028);
	background: -moz-linear-gradient(top, #15d,#028);
	background: -o-linear-gradient(top, #15d,#028);
	background: -ms-linear-gradient(top, #15d,#028);
	background: gold linear-gradient(to bottom, #15d,#028);
  	background-position: 50% 0%;
  	background-repeat: repeat;
	border-top: 2px solid #09f;
	opacity: 0.65;
}
#bottom_box
{
	height: 100px;
	width: 100%;
	margin: 0;
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
	background: -webkit-linear-gradient(top, #03b,#07c);
	background: -moz-linear-gradient(top, #03b,#07c);
	background: -o-linear-gradient(top, #03b,#07c);
	background: -ms-linear-gradient(top, #03b,#07c);
	background: gold linear-gradient(to bottom, #03b,#07c);
  	background-position: 50% 0%;
  	background-repeat: repeat;
	opacity: 0.65;
}
footer
{
	clear: left;
	text-shadow: 0px 0px 3px #131415;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
footer div
{
	width: 100%;
}
footer div div h4
{
	font-weight: 100;
	color: #fff;
}
#copyrite
{
	float: left;
	margin-right: auto;
	margin-left: 4%;
	padding: 5px;
	width: 15%;
	margin-top: 0;
}
#copyrite h4.copyrite_text a, #copyrite h4.copyrite_text a:visited
{
	font-weight: 500;
	letter-spacing: -1px;
	text-shadow: 0px 0px 3px #131415;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
}
#copyrite h4.copyrite_text a:hover, #copyrite h4.copyrite_text a:active
{
	color: #09F;
}
#miniNav
{
	float: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	width: 60%;
}
#miniNav h4.starfish a, #miniNav h4.starfish a:visited
{
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	letter-spacing: -1px;
	text-shadow: 0px 0px 3px #131415;
	font-family: 'Open Sans', sans-serif;
}
#miniNav h4.starfish a:hover, #miniNav h4.starfish a:active
{
	color: #09F;
}
#socialButtons
{
	float: right;
	margin-right: 4%;
	margin-left: auto;
	margin-top: -30px;
	width: 15%;
}
#socialButtons a img
{
	float: right;
	border: 1px solid #666;
	border-radius: 5px;
	overflow: hidden;
	opacity: 1.0;
	margin-right: 5px;
}
#socialButtons a img:hover
{
	opacity: 0.7;
}
#arrow_down
{
	text-align: center;
	padding: 2px;
}
#myBtn, #myBtn:visited, #myBtn:active
{
	display: block;
	cursor: pointer;
	background: rgba(0,0,0,0.0);
	border: none;
	outline:none;
	margin: 0 auto;
    background-image: url('../images/css/arrow_down_web.png');
	baground-repeat: no-repeat;
	background-position: center;
	opacity: 0.6;
	filter: blur(1px);
}
#myBtn:hover
{
    opacity: 0.9;
	border: none;
}
#myBtn_top, #myBtn_top:visited, #myBtn_top:active
{
	display: block;
	cursor: pointer;
	outline:none;
	color: #9ef;
	background: rgba(0,0,0,0.0);
	border: 1px solid #5df;
	border-radius: 5px;
	margin: 0 auto;
	padding: 0.4em 0.6em 0.2em 0.6em;
	opacity: 0.99;
}
#myBtn_top:hover
{
    color: #09c;
}
.browse a, .browse a:visited
{
	border: 1px solid #5df;
	border-radius: 5px;
	padding: 0.2em;
	color: #9ef;
}
.browse a:hover, .browse a:active
{
	color: #09c;
}
.color_dodge
{
	mix-blend-mode: color-dodge;
}
.overlay
{
	mix-blend-mode: overlay;
}
.multiply
{
	mix-blend-mode: multiply;
}
.darken
{
	mix-blend-mode: darken;
}
.normal
{
	mix-blend-mode: normal;
}
.more_opacity
{
	opacity: 0.5;
}
.upper_pad
{
	padding-top: 2px;
}
.font_size_increase /* also in each target media */
{
	padding-bottom: 3px;
}

/* GLOBAL PRODUCTS PAGES */
.window_pane div p.images, .window_pane div p.images2
{
	text-align: center;
}
.window_pane div p.images a img
{
	max-width: 135px;
    height: auto;
}
.window_pane div p.images2 a img
{
	max-width: 200px;
    height: auto;
}
.window_pane div div h1.special
{
	color: fff;
	text-shadow: 0px 0px 3px #131415;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	font-size: 2.0em;
}
.resize_image
{
	width: 66px;
	height: 66px;
	margin-bottom: 14px;
	opacity: 0.8;
}
.no_border
{
	border: none;
}
.no_background
{
	background: none;
}
#centerPageContent
{
	width: 100%;
	height: 100%;
}
.top_products
{
	background: rgba(75, 0, 180, 0.4);
}

/* GLOBAL SETTINGS FOR CONTACTS PAGE */
#contactPage
{
	padding: 0;
	width: 100%;
	opacity: 0.99;
	text-align: center;
}
#contactPage div
{
	width: 68%;
	padding: 10px;
	margin: 0 auto 20px auto;
	color: #3ef;
	background: rgba(0, 20, 70, 0.37);
}
#contactPage div h5
{
	color: #6ef;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: 200;
	text-shadow: 0px 0px 3px #131415;
	font-family: 'Open Sans', sans-serif;
	padding: 1em;
}
#contact
{
	clear: left;
	width: 70%;
	padding: 1em 0 0.5em 0;
	margin: 0 auto;
	background: rgba(0, 50, 170, 0.4);
	border: thin solid #09f;
	border-radius: 20px;
	opacity: 0.8;
}
::-webkit-input-placeholder
{ /* Chrome/Opera/Safari */
	color: #09f;
	font-size: 1.1em;
	font-family: 'Open Sans', sans-serif;
}
::-moz-placeholder
{ /* Firefox 19+ */
	color: #09f;
	font-size: 1.1em;
	font-family: 'Open Sans', sans-serif;
}
:-ms-input-placeholder
{ /* IE 10+ */
	color: #09f;
	font-size: 1.1em;
	font-family: 'Open Sans', sans-serif;
}
:-moz-placeholder
{ /* Firefox 18- */
	color: #09f;
	font-size: 1.1em;
	font-family: 'Open Sans', sans-serif;
}
table {
	margin: 0 auto 10px auto;
	width: 80%;
}
th {
	text-shadow: 0px 0px 3px #131415;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: normal;
	font-size: 0.9em;
}
th, td {
	text-align: center;
	padding: 5px;
	vertical-align: middle;
	border: 1px solid #555;
}
td {
	color: #5ef;
	font-size: 0.75em;
	font-family: 'Open Sans', sans-serif;
}
form td {
	text-align: right;
	font-size: 1.1em;
	border-style: none;
	padding-right: 10px;
	width: 200px;
	text-shadow: 0px 0px 3px #131415;
	font-family: 'Open Sans', sans-serif;
}
form td+td {
	text-align: left;
}
input {
	color: #5ef;
	padding: 4px 8px;
	border: thin solid #09f;
	border-radius: 5px;
	background: #03c;
	background: -webkit-linear-gradient(top, #05e, #03c);
	background: -moz-linear-gradient(top, #05e, #03c);
	background: -o-linear-gradient(top, #05e, #03c);
	background: -ms-linear-gradient(top, #05e, #03c);
	background: gold linear-gradient(to bottom, #05e, #03c);
	-moz-box-shadow: 1px 1px rgba(0,100,170,.7);
	-webkit-box-shadow: 1px 1px 1px rgba(0,100,170,.7);
	box-shadow: 1px 1px 1px rgba(0,100,170,.7);
	text-shadow: 0px 0px 3px #131415;
	font-family: 'Open Sans', sans-serif;
}
input:focus, input:hover, input:active {
	cursor: pointer;
	background: #05e;
	background: -webkit-linear-gradient(top, #05e, #03c);
	background: -moz-linear-gradient(top, #05e, #03c);
	background: -o-linear-gradient(top, #05e, #03c);
	background: -ms-linear-gradient(top, #05e, #03c);
	background: gold linear-gradient(to bottom, #05e, #03c);
}
textarea
{
	text-shadow: 0px 0px 3px #131415;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.0em;
}
textarea:focus
{
	text-shadow: 0px 0px 3px #131415;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.0em;
}
input:focus {
	outline: none !important;
}
input#name, input#email, #contact select, textarea {
	background: none;
	border: 1px solid #027;
	border-radius: 4px;
	-moz-box-shadow: inset 0 0 6px #03a;
	-webkit-box-shadow: inset 0 0 6px #03a;
	box-shadow: inset 0 0 6px #03a;
}
input#name:focus, input#email:focus, #contact select:focus, textarea:focus {
	outline: none !important;
	border: 1px solid #09F;
}
input#name:hover, input#email:hover, input#name:active, input#email:active {
	background: none;
}
input#name, input#email {
	padding: 3px 5px;
}
#contact select {
	width: 230px;
	padding: 6px;
	color: #06e;
	cursor: pointer;
}
#contact em {
	font-size: 0.9em;
}
textarea {
	padding: 8px;
	font-family: Varela, Arial, Helvetica, sans-serif;
	color: #7ef;
}
select option {
	color: #7ef;
	font-size: 1.1em;
	font-family: 'Open Sans', sans-serif;
}
.light_blue
{
	 background-color: #04b;
}
.blue
{
	 background-color: #03a;
}
.contact_width
{
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.contact_header
{
	color: #6ef;
	background: rgba(0, 50, 170, 0.4);
	text-align: center;
	font-size: 2.3em;
	line-height: 1.2em;
	font-weight: 100;
	text-shadow: 0px 0px 3px #131415;
	font-family: 'Open Sans', sans-serif;
	padding: 8px;
	width: 70%;
	margin: 10px auto 0 auto;
	border: thin solid #06f;
	border-radius: 10px;
}

/* GLOBAL SETTINGS FOT FAQ TABS */
.tabContent
{
	text-align: center;
	margin-bottom: 15px;
}
#tabs
{
	margin: 0;
	overflow: hidden;
	padding: 0;
	zoom: 1;
	position:relative;
	top:2px;
	z-index: 1;
}
#tabs li
{
	display: block;
	list-style: none;
	margin: 0;
	margin-right: 5px;
	background: -webkit-linear-gradient(top, #04c, #025);
	background: -moz-linear-gradient(top, #04c, #025);
	background: -o-linear-gradient(top, #04c, #025);
	background: -ms-linear-gradient(top, #04c, #025);
	background: gold linear-gradient(to bottom, #04c, #025);
	float: left;
}
#tabs li a
{
	display: block;
	font-size: 1.1em;
	font-weight: 200;
	text-shadow: 0px 0px 3px #131415;
	font-family: 'Open Sans', sans-serif;
	padding: 2px 5px;
	border: 2px solid #09F;
	border-bottom: 0 none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-align: center;
}
.tab_header
{
	color: #6ef;
	background: rgba(0, 50, 170, 0.4);
	text-align: center;
	font-size: 2.3em;
	line-height: 1.2em;
	font-weight: 100;
	text-shadow: 0px 0px 3px #131415;
	font-family: 'Open Sans', sans-serif;
	padding: 8px;
	width: 80%;
	margin: 10px auto;
	border: thin solid #06f;
	border-radius: 10px;
}
.tab-section
{
	padding: 10px;
	border: 2px solid #09F;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	background: rgba(0, 45, 155, 0.5);
	opacity: 0.99;
	margin-bottom: 40px;
}
.tab-section h3
{
	background: rgba(0, 50, 110, 0.4);
	color: #5cf;
	text-shadow: 0px 0px 3px #131415;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	font-size: 1.45em;
	margin-bottom: 6px;
	padding: 10px;
	border: thin solid #3df;
	border-radius: 8px;
}
.tab-section h3:hover
{
	cursor: pointer;
}
.tab-section p
{
	color: #6ef;
	text-shadow: 0px 0px 3px #131415;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	font-size: 1.2em;
	padding: 10px 10px 22px 10px;
}
#tabs li a.current
{
	color: #8df;
	border-bottom: 2px solid #06F;
}
.faq_width
{
	width: 80%;
	margin: 0 auto;
	padding: 0 20px;
}
/* NON PORTABLE SCREENS - LARGE - NO FLIP */
@media only screen and (min-width: 1921px)
{
	#navContainer
	{
		width: 28%;
		height: 55px;
	}
	nav ul, nav ul.level1
	{
		width: 640px;
	}
	nav ul li a, nav ul.level1 li a
	{
		font-size: 1.6em;
	}
	nav ul ul.level2
	{
		margin: 1.0em 0 0 0.15em;
		padding: 0;
	}
	nav ul ul.level2 li
	{
		margin: 0;
		padding: 0;
	}
	nav ul ul.level2 li a
	{
		display: block;
		height: 35px;
		border: thin solid #09F;
		padding: 12px 6px 0 6px;
		border-radius: 3px;
		font-size: 120%;
	}
	nav ul ul.level2 li a:hover
	{
		border: thin solid #0CF;
	}
	nav ul.level1 li.submenu:hover ul.level2, nav ul.level1 li.submenu:hover ul.specialAdjust
	{
    	display: block;
    	width: 140px;
		text-align: center;
	}
	nav ul.level1 li.submenu:hover ul.level2
	{
		position: absolute;
    	top: 2.2em;
		z-index: 103;
	}
	nav ul ul.level2.specialAdjust
	{
		margin: 1.0em 0 0 -0.5em;
	}
	nav ul.level1 li.submenu:hover ul.specialAdjust
	{
		position: absolute;
    	top: 2.2em;
		z-index: 104;
	}
	nav ul ul li
	{
		width: 100%;
	}
	.text
	{
		font-size: 120px;
	}
	.neon
	{
		max-width: 60%;
	}
	.text_01
	{
		width: 32%;
		padding: 4em 3em;
		margin: 40px auto 0 auto;
	}
	.text_01 h1
	{
		font-size: 2.8em;
	}
	.text_01 p
	{
		font-size: 1.8em;
	}
	.window_pane
	{
		width: 64%;
		margin: 50px auto;
	}
	.window_pane div h2
	{
		padding: 5px;
		font-size: 2.4em;
	}
	.window_pane div p
	{
		clear: left;
		font-size: 1.6em;
	}
	.window_pane div p.browse
	{
		margin-top: 25px;
	}
	.window_pane div div
	{
		text-align: center;
		width: 40%;
		height: 2.8em;
		margin: 0 auto 0.5em auto;
	}
	.window_pane div div img
	{
		width: 2.6em;
		height: 2.6em;
		float: left;
		margin: 0;
	}
	.window_pane div div h2
	{
		font-size: 1.9em;
		float: left;
		width: auto;
		margin: 0;
	}
	#bottom_box_trim
	{
		margin: 80px auto 0 auto;
	}
	footer
	{
		height: 60px;
	}
	footer div
	{
		margin-top: 20px;
	}
	#miniNav h4.starfish a, #miniNav h4.starfish a:visited
	{
		padding: 3px;
		font-size: 1.4em;
	}
	#socialButtons a img
	{
		width: 25px;
		height: 25px;
	}
	#myBtn
	{
		width: 140px;
		height: 140px;
	}
	#arrow_down
	{
		margin: 0.8em auto 0 auto;
		width: 150px;
	}
	.extra_margin_top
	{
		margin-top: 240px;
	}
	.more_margin_top
	{
		margin-top: 60px;
	}
	.font_size_increase
	{
		font-size: 1.2em;
	}
	#copyrite h4.copyrite_text a, #copyrite h4.copyrite_text a:visited
	{
		font-size: 1.2em;
	}
}
@media only screen and (min-width: 1535px) and (max-width: 1920px)
{
	#navContainer /* ------------------------------------------------------------------------------------------- My Computer */
	{
		width: 50%;
	}
	nav ul, nav ul.level1
	{
		width: 478px;
	}
	nav ul li a, nav ul.level1 li a
	{
		font-size: 1.2em;
	}
	nav ul ul.level2
	{
		margin: 0.5em 0 0 -0.35em;
		padding: 0;
	}
	nav ul ul.level2 li
	{
		margin: 0;
		padding: 0;
	}
	nav ul ul.level2 li a
	{
		display: block;
		height: 28px;
		border: thin solid #09F;
		padding: 12px 6px 0 6px;
		border-radius: 3px;
		font-size: 100%;
	}
	nav ul ul.level2 li a:hover
	{
		border: thin solid #0CF;
	}
	nav ul.level1 li.submenu:hover ul.level2, nav ul.level1 li.submenu:hover ul.specialAdjust
	{
    	display: block;
    	width: 120px;
		text-align: center;
	}
	nav ul.level1 li.submenu:hover ul.level2
	{
		position: absolute;
    	top: 2.2em;
		z-index: 103;
	}
	nav ul ul.level2.specialAdjust
	{
		margin: 0.5em 0 0 -0.8em;
	}
	nav ul.level1 li.submenu:hover ul.specialAdjust
	{
		position: absolute;
    	top: 2.2em;
		z-index: 104;
	}
	nav ul ul li
	{
		width: 100%;
	}
	.text
	{
		font-size: 100px;
	}
	.neon
	{
		max-width: 70%;
	}
	.text_01
	{
		width: 26%;
		margin: 40px auto 0 auto;
		padding: 2em 3em;
	}
	.text_01 h1
	{
		font-size: 2.25em;
	}
	.text_01 p
	{
		font-size: 1.4em;
	}
	.window_pane
	{
		width: 64%;
		margin: 25px auto;
		padding-bottom: 2.6em;
	}
	.window_pane div h2
	{
		padding: 5px;
		font-size: 2.4em;
	}
	.window_pane div p
	{
		clear: left;
		font-size: 1.1em;
	}
	.window_pane div p.browse
	{
		margin-top: 25px;
	}
	.window_pane div div
	{
		text-align: center;
		width: 40%;
		height: 2.8em;
		margin: 0 auto 0.5em auto;
	}
	.window_pane div div img
	{
		width: 2.6em;
		height: 2.6em;
		float: left;
		margin: 0;
	}
	.window_pane div div h2
	{
		font-size: 1.9em;
		float: left;
		width: auto;
		margin: 0;
	}
	#bottom_box_trim
	{
		margin: 35px auto 0 auto;
	}
	footer
	{
		height: 60px;
	}
	footer div
	{
		margin-top: 20px;
	}
	#miniNav h4.starfish a, #miniNav h4.starfish a:visited
	{
		padding: 3px;
		font-size: 1.4em;
	}
	#socialButtons a img
	{
		width: 25px;
		height: 25px;
	}
	#myBtn
	{
		width: 140px;
		height: 140px;
	}
	#arrow_down
	{
		margin: 0.8em auto 0 auto;
		width: 150px;
	}
	.extra_margin_top
	{
		margin-top: 170px;
	}
	.more_more_margin_top
	{
		margin-top: 70px;
	}
	.more_margin_top
	{
		margin-top: 40px;
	}
	.less_margin_top
	{
		margin-top: 0;
	}
	.font_size_increase
	{
		font-size: 1.2em;
	}
	#copyrite h4.copyrite_text a, #copyrite h4.copyrite_text a:visited
	{
		font-size: 1.0em;
	}
}
@media only screen and (min-width: 1440px) and (max-width: 1534px)
{
	#navContainer
	{
		width: 50%;
	}
	nav ul, nav ul.level1
	{
		width: 478px;
	}
	nav ul li a, nav ul.level1 li a
	{
		font-size: 1.2em;
	}
	nav ul ul.level2
	{
		margin: 0.5em 0 0 -0.35em;
		padding: 0;
	}
	nav ul ul.level2 li
	{
		margin: 0;
		padding: 0;
	}
	nav ul ul.level2 li a
	{
		display: block;
		height: 28px;
		border: thin solid #09F;
		padding: 12px 6px 0 6px;
		border-radius: 3px;
		font-size: 100%;
	}
	nav ul ul.level2 li a:hover
	{
		border: thin solid #0CF;
	}
	nav ul.level1 li.submenu:hover ul.level2, nav ul.level1 li.submenu:hover ul.specialAdjust
	{
    	display: block;
    	width: 120px;
		text-align: center;
	}
	nav ul.level1 li.submenu:hover ul.level2
	{
		position: absolute;
    	top: 2.2em;
		z-index: 103;
	}
	nav ul ul.level2.specialAdjust
	{
		margin: 0.5em 0 0 -0.8em;
	}
	nav ul.level1 li.submenu:hover ul.specialAdjust
	{
		position: absolute;
    	top: 2.2em;
		z-index: 104;
	}
	nav ul ul li
	{
		width: 100%;
	}
	.text
	{
		font-size: 85px;
	}
	.neon
	{
		max-width: 70%;
	}
	.text_01
	{
		width: 28%;
		margin: 40px auto 0 auto;
		padding: 2em 3em;
	}
	.text_01 h1
	{
		font-size: 2.8em;
	}
	.text_01 p
	{
		font-size: 1.8em;
	}
	.window_pane
	{
		width: 64%;
		margin: 50px auto;
	}
	.window_pane div h2
	{
		padding: 5px;
		font-size: 2.3em;
	}
	.window_pane div p
	{
		clear: left;
		font-size: 1.3em;
	}
	.window_pane div p.browse
	{
		margin-top: 25px;
	}
	.window_pane div div
	{
		text-align: center;
		width: 40%;
		height: 2.8em;
		margin: 0 auto 0.5em auto;
	}
	.window_pane div div img
	{
		width: 2.6em;
		height: 2.6em;
		float: left;
		margin: 0;
	}
	.window_pane div div h2
	{
		font-size: 1.9em;
		float: left;
		width: auto;
		margin: 0;
	}
	#bottom_box_trim
	{
		margin: 80px auto 0 auto;
	}
	footer
	{
		height: 60px;
	}
	footer div
	{
		margin-top: 20px;
	}
	#miniNav h4.starfish a, #miniNav h4.starfish a:visited
	{
		padding: 3px;
		font-size: 1.4em;
	}
	#socialButtons a img
	{
		width: 25px;
		height: 25px;
	}
	#myBtn
	{
		width: 140px;
		height: 140px;
	}
	#arrow_down
	{
		margin: 0.8em auto 0 auto;
		width: 150px;
	}
	.extra_margin_top
	{
		margin-top: 160px;
	}
	.more_margin_top
	{
		/* margin-top: 60px; */
	}
	.font_size_increase
	{
		font-size: 1.2em;
	}
	#copyrite h4.copyrite_text a, #copyrite h4.copyrite_text a:visited
	{
		font-size: 1.0em;
	}
}
@media only screen and (min-width: 1350px) and (max-width: 1439px)
{
	#navContainer
	{
		width: 50%;
	}
	nav ul, nav ul.level1
	{
		width: 478px;
	}
	nav ul li a, nav ul.level1 li a
	{
		font-size: 1.2em;
	}
	nav ul ul.level2
	{
		margin: 0.5em 0 0 -0.35em;
		padding: 0;
	}
	nav ul ul.level2 li
	{
		margin: 0;
		padding: 0;
	}
	nav ul ul.level2 li a
	{
		display: block;
		height: 28px;
		border: thin solid #09F;
		padding: 12px 6px 0 6px;
		border-radius: 3px;
		font-size: 100%;
	}
	nav ul ul.level2 li a:hover
	{
		border: thin solid #0CF;
	}
	nav ul.level1 li.submenu:hover ul.level2, nav ul.level1 li.submenu:hover ul.specialAdjust
	{
    	display: block;
    	width: 120px;
		text-align: center;
	}
	nav ul.level1 li.submenu:hover ul.level2
	{
		position: absolute;
    	top: 2.2em;
		z-index: 103;
	}
	nav ul ul.level2.specialAdjust
	{
		margin: 0.5em 0 0 -0.8em;
	}
	nav ul.level1 li.submenu:hover ul.specialAdjust
	{
		position: absolute;
    	top: 2.2em;
		z-index: 104;
	}
	nav ul ul li
	{
		width: 100%;
	}
	.text
	{
		font-size: 78px;
	}
	.neon
	{
		max-width: 70%;
	}
	.text_01
	{
		width: 30%;
		margin: 40px auto 0 auto;
		padding: 2em 3em;
	}
	.text_01 h1
	{
		font-size: 2.8em;
	}
	.text_01 p
	{
		font-size: 1.8em;
	}
	.window_pane
	{
		width: 64%;
		margin: 50px auto;
	}
	.window_pane div h2
	{
		padding: 5px;
		font-size: 2.2em;
	}
	.window_pane div p
	{
		clear: left;
		font-size: 1.2em;
	}
	.window_pane div p.browse
	{
		margin-top: 25px;
	}
	.window_pane div div
	{
		text-align: center;
		width: 40%;
		height: 2.8em;
		margin: 0 auto 0.5em auto;
	}
	.window_pane div div img
	{
		width: 2.6em;
		height: 2.6em;
		float: left;
		margin: 0;
	}
	.window_pane div div h2
	{
		font-size: 1.9em;
		float: left;
		width: auto;
		margin: 0;
	}
	#bottom_box_trim
	{
		margin: 80px auto 0 auto;
	}
	footer
	{
		height: 60px;
	}
	footer div
	{
		margin-top: 20px;
	}
	#miniNav h4.starfish a, #miniNav h4.starfish a:visited
	{
		padding: 3px;
		font-size: 1.4em;
	}
	#socialButtons a img
	{
		width: 25px;
		height: 25px;
	}
	#myBtn
	{
		width: 140px;
		height: 140px;
	}
	#arrow_down
	{
		margin: 0.8em auto 0 auto;
		width: 150px;
	}
	.extra_margin_top
	{
		margin-top: 160px;
	}
	.more_margin_top
	{
		/* margin-top: 60px; */
	}
	.font_size_increase
	{
		font-size: 1.2em;
	}
	#copyrite h4.copyrite_text a, #copyrite h4.copyrite_text a:visited
	{
		font-size: 1.0em;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1349px)
{
	#navContainer
	{
		width: 50%;
	}
	nav ul, nav ul.level1
	{
		width: 478px;
	}
	nav ul li a, nav ul.level1 li a
	{
		font-size: 1.2em;
	}
	nav ul ul.level2
	{
		margin: 0.5em 0 0 -0.35em;
		padding: 0;
	}
	nav ul ul.level2 li
	{
		margin: 0;
		padding: 0;
	}
	nav ul ul.level2 li a
	{
		display: block;
		height: 28px;
		border: thin solid #09F;
		padding: 12px 6px 0 6px;
		border-radius: 3px;
		font-size: 100%;
	}
	nav ul ul.level2 li a:hover
	{
		border: thin solid #0CF;
	}
	nav ul.level1 li.submenu:hover ul.level2, nav ul.level1 li.submenu:hover ul.specialAdjust
	{
    	display: block;
    	width: 120px;
		text-align: center;
	}
	nav ul.level1 li.submenu:hover ul.level2
	{
		position: absolute;
    	top: 2.2em;
		z-index: 103;
	}
	nav ul ul.level2.specialAdjust
	{
		margin: 0.5em 0 0 -0.8em;
	}
	nav ul.level1 li.submenu:hover ul.specialAdjust
	{
		position: absolute;
    	top: 2.2em;
		z-index: 104;
	}
	nav ul ul li
	{
		width: 100%;
	}
	.text
	{
		font-size: 70px;
	}
	.neon
	{
		max-width: 78%;
	}
	.text_01
	{
		width: 40%;
		margin: 40px auto 0 auto;
		padding: 2em 3em;
	}
	.text_01 h1
	{
		font-size: 2.8em;
	}
	.text_01 p
	{
		font-size: 1.8em;
	}
	.window_pane
	{
		width: 64%;
		margin: 50px auto;
	}
	.window_pane div h2
	{
		padding: 5px;
		font-size: 2.0em;
	}
	.window_pane div p
	{
		clear: left;
		font-size: 1.2em;
	}
	.window_pane div p.browse
	{
		margin-top: 25px;
	}
	.window_pane div div
	{
		text-align: center;
		width: 40%;
		height: 2.8em;
		margin: 0 auto 0.5em auto;
	}
	.window_pane div div img
	{
		width: 2.6em;
		height: 2.6em;
		float: left;
		margin: 0;
	}
	.window_pane div div h2
	{
		font-size: 1.9em;
		float: left;
		width: auto;
		margin: 0;
	}
	#bottom_box_trim
	{
		margin: 80px auto 0 auto;
	}
	footer
	{
		height: 60px;
	}
	footer div
	{
		margin-top: 20px;
	}
	#miniNav h4.starfish a, #miniNav h4.starfish a:visited
	{
		padding: 3px;
		font-size: 1.4em;
	}
	#socialButtons a img
	{
		width: 25px;
		height: 25px;
	}
	#myBtn
	{
		width: 140px;
		height: 140px;
	}
	#arrow_down
	{
		margin: 0.8em auto 0 auto;
		width: 150px;
	}
	.extra_margin_top
	{
		margin-top: 160px;
	}
	.more_margin_top
	{
		/* margin-top: 60px; */
	}
	.font_size_increase
	{
		font-size: 1.2em;
	}
	#copyrite h4.copyrite_text a, #copyrite h4.copyrite_text a:visited
	{
		font-size: 1.0em;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1199px)
{
	#navContainer
	{
		width: 50%;
	}
	nav ul, nav ul.level1
	{
		width: 478px;
	}
	nav ul li a, nav ul.level1 li a
	{
		font-size: 1.2em;
	}
	nav ul ul.level2
	{
		margin: 0.5em 0 0 -0.35em;
		padding: 0;
	}
	nav ul ul.level2 li
	{
		margin: 0;
		padding: 0;
	}
	nav ul ul.level2 li a
	{
		display: block;
		height: 28px;
		border: thin solid #09F;
		padding: 12px 6px 0 6px;
		border-radius: 3px;
		font-size: 100%;
	}
	nav ul ul.level2 li a:hover
	{
		border: thin solid #0CF;
	}
	nav ul.level1 li.submenu:hover ul.level2, nav ul.level1 li.submenu:hover ul.specialAdjust
	{
    	display: block;
    	width: 120px;
		text-align: center;
	}
	nav ul.level1 li.submenu:hover ul.level2
	{
		position: absolute;
    	top: 2.2em;
		z-index: 103;
	}
	nav ul ul.level2.specialAdjust
	{
		margin: 0.5em 0 0 -0.8em;
	}
	nav ul.level1 li.submenu:hover ul.specialAdjust
	{
		position: absolute;
    	top: 2.2em;
		z-index: 104;
	}
	nav ul ul li
	{
		width: 100%;
	}
	.text
	{
		font-size: 70px;
	}
	.neon
	{
		max-width: 78%;
	}
	.text_01
	{
		width: 40%;
		margin: 40px auto 0 auto;
		padding: 2em 3em;
	}
	.text_01 h1
	{
		font-size: 2.8em;
	}
	.text_01 p
	{
		font-size: 1.8em;
	}
	.window_pane
	{
		width: 64%;
		margin: 50px auto;
	}
	.window_pane div h2
	{
		padding: 5px;
		font-size: 2.0em;
	}
	.window_pane div p
	{
		clear: left;
		font-size: 1.2em;
	}
	.window_pane div p.browse
	{
		margin-top: 25px;
	}
	.window_pane div div
	{
		text-align: center;
		width: 40%;
		height: 2.8em;
		margin: 0 auto 0.5em auto;
	}
	.window_pane div div img
	{
		width: 2.6em;
		height: 2.6em;
		float: left;
		margin: 0;
	}
	.window_pane div div h2
	{
		font-size: 1.9em;
		float: left;
		width: auto;
		margin: 0;
	}
	#bottom_box_trim
	{
		margin: 80px auto 0 auto;
	}
	footer
	{
		height: 60px;
	}
	footer div
	{
		margin-top: 20px;
	}
	#miniNav h4.starfish a, #miniNav h4.starfish a:visited
	{
		padding: 3px;
		font-size: 1.4em;
	}
	#socialButtons a img
	{
		width: 25px;
		height: 25px;
	}
	#myBtn
	{
		width: 140px;
		height: 140px;
	}
	#arrow_down
	{
		margin: 0.8em auto 0 auto;
		width: 150px;
	}
	.extra_margin_top
	{
		margin-top: 160px;
	}
	.more_margin_top
	{
		/* margin-top: 60px; */
	}
	.font_size_increase
	{
		font-size: 1.2em;
	}
	#copyrite h4.copyrite_text a, #copyrite h4.copyrite_text a:visited
	{
		font-size: 1.0em;
	}
}
@media only screen and (min-width: 860px) and (max-width: 1023px)
{
	@media only screen and (orientation: portrait)
	{
		.extra_margin_top
		{
			margin_top: 260px;
		}
	}
	@media only screen and (orientation: landscape)
	{
		.extra_margin_top
		{
			margin-top: 84px;
		}
	}
	#navContainer
	{
		width: 60%;
	}
	nav ul, nav ul.level1
	{
		width: 478px;
	}
	nav ul li a, nav ul.level1 li a
	{
		font-size: 1.2em;
	}
	nav ul ul.level2 li a
	{
		display: none;
	}
	.text
	{
		font-size: 70px;
	}
	.neon
	{
		max-width: 100%;
	}
	.text_01
	{
		width: 44%;
		margin: 40px auto 0 auto;
		padding: 2em 3em;
	}
	.text_01 h1
	{
		font-size: 2.8em;
	}
	.text_01 p
	{
		font-size: 1.8em;
	}
	.window_pane
	{
		width: 64%;
		margin: 50px auto;
	}
	.window_pane div h2
	{
		padding: 5px;
		font-size: 1.8em;
	}
	.window_pane div p
	{
		clear: left;
		font-size: 1.1em;
	}
	.window_pane div p.browse
	{
		margin-top: 25px;
	}
	.window_pane div div
	{
		text-align: center;
		width: 40%;
		height: 2.8em;
		margin: 0 auto 0.5em auto;
	}
	.window_pane div div img
	{
		width: 2.6em;
		height: 2.6em;
		float: left;
		margin: 0;
	}
	.window_pane div div h2
	{
		font-size: 1.9em;
		float: left;
		width: auto;
		margin: 0;
	}
	#bottom_box_trim
	{
		margin: 80px auto 0 auto;
	}
	footer
	{
		height: 60px;
	}
	footer div
	{
		margin-top: 20px;
	}
	#miniNav h4.starfish a, #miniNav h4.starfish a:visited
	{
		padding: 3px;
		font-size: 1.4em;
	}
	#socialButtons a img
	{
		width: 25px;
		height: 25px;
	}
	#myBtn
	{
		width: 140px;
		height: 140px;
	}
	#arrow_down
	{
		margin: 0.8em auto 0 auto;
		width: 150px;
	}
	.extra_margin_top
	{
		margin-top: 160px;
	}
	.more_margin_top
	{
		/* margin-top: 60px; */
	}
	.font_size_increase
	{
		font-size: 1.2em;
	}
	#copyrite h4.copyrite_text a, #copyrite h4.copyrite_text a:visited
	{
		font-size: 0.9em;
	}
}

/* -------------------------------------------------------------------------------- my phone */
@media only screen and (min-width: 400px) and (max-width: 859px)
{
	nav ul ul.level2 li a
	{
		display: none;
	}
	.neon
	{
		max-width: 100%;
	}
	.window_pane div h2 /*  needed? */
	{
		padding: 5px;
		font-size: 1.4em;
	}
	.window_pane div div h1.special
	{
		font-size: 1.4em;
	}
	.window_pane div p.browse
	{
		margin-top: 20px;
	}

	#bottom_box_trim
	{
		margin: 40px auto 0 auto;
	}
	#socialButtons a img
	{
		width: 25px;
		height: 25px;
	}
	.more_margin_top
	{
		/* margin-top: 60px; */
	}
	.font_size_increase
	{
		font-size: 1.2em;
	}
	#copyrite h4.copyrite_text a, #copyrite h4.copyrite_text a:visited
	{
		font-size: 0.8em;
	}
	#myBtn
	{
		display: none;
	}
	#arrow_down
	{
		display: none;
	}
	#house
	{
		display: none;
	}
	.contact_header
	{
		width: 76%;
	}
	@media only screen and (orientation: portrait)
	{
		.text /* ------------------------------------------------------- My phone upright */
		{
			font-size: 42px;
		}
		#navContainer
		{
			width: 90%;
		}
		nav ul, nav ul.level1
		{
			width: 100%;
		}
		nav ul li a, nav ul.level1 li a
		{
			font-size: 1.0em;
		}
		.window_pane
		{
			width: 80%;
			margin: 16px auto;
		}
		.text_01
		{
			width: 80%;
			margin: 28px auto 0 auto;
			padding: 1.6em 1.2em;
		}
		.text_01 h1
		{
			font-size: 1.6em;
		}
		.text_01 p
		{
			font-size: 0.95em;
		}
		.extra_margin_top
		{
			margin-top: 60px;
		}
		.window_pane div div
		{
			text-align: center;
			width: 94%;
			height: 2.7em;
			margin: 0 auto 0.5em auto;
		}
		.window_pane div div h2
		{
			font-size: 1.4em;
			float: left;
			width: auto;
			margin: 0.24em 0 0 0;
		}
		.window_pane div p
		{
			clear: left;
			font-size: 1.1em;
		}
		#bottom_box
		{
			height: 160px;
		}
		footer
		{
			height: 100%;
		}
		footer div
		{
			margin-top: 20px;
			padding: 5px;
		}
		#copyrite
		{
			float: none;
			width: 25%;
			margin: 0 auto;
		}
		#miniNav
		{
			margin-top: 10px;
		}
		#miniNav h4.starfish a, #miniNav h4.starfish a:visited
		{
			padding: 2px;
			font-size: 0.9em;
		}
		#socialButtons
		{
			float: none;
			width: 98px;
			height: 28px;
			margin: 10px auto 0 auto;
			padding: 2px;
		}
		#socialButtons a
		{
			float: left;
			margin: 0;
		}
		.extra_wide /* -----------------------------added for the phone portrait view */
		{
			width: 100%;
			padding-left: 3px;
			padding-right: 3px;
		}
		#desktop_only
		{
			display: none;
		}
		.window_pane div p.images a img
		{
			max-width: 110px;
			height: auto;
		}
		.resize_icon_phone
		{
			width: 38px;
			height: 38px;
			float: left;
		}
		/* setting for contact page */
		#contact
		{
			width: 84%;
		}
		textarea
		{
			width: 185px;
		}
		#contact select
		{
			width: 203px;
		}
	}
	@media only screen and (orientation: landscape)
	{
		.text /* ------------------------------------------------------- My phone sideways */
		{
			font-size: 60px;
		}
		#navContainer
		{
			width: 50%;
		}
		nav ul, nav ul.level1
		{
			width: 478px;
		}
		nav ul li a, nav ul.level1 li a
		{
			font-size: 1.0em;
		}
		.window_pane
		{
			width: 80%;
			margin: 25px auto 0 auto;
		}
		.text_01
		{
			width: 80%;
			margin: 24px auto 0 auto;
			padding: 2em 2.4em;
		}
		.text_01 h1
		{
			font-size: 2.2em;
		}
		.text_01 p
		{
			font-size: 1.2em;
		}
		.extra_margin_top
		{
			margin-top: 24px;
		}
		.window_pane div div
		{
			text-align: center;
			width: 70%;
			height: 2.8em;
			margin: 0 auto 0.5em auto;
		}
		.window_pane div div h2
		{
			font-size: 1.9em;
			float: left;
			width: auto;
			margin: 0;
		}
		.window_pane div p
		{
			clear: left;
			font-size: 1.2em;
		}
		#miniNav
		{
			margin: 0 auto;
		}
		#miniNav h4.starfish a, #miniNav h4.starfish a:visited
		{
			padding: 3px;
			font-size: 1.3em;
		}
		footer
		{
			height: 60px;
		}
		footer div
		{
			margin-top: 20px;
		}
		#socialButtons
		{
			margin-top: -28px;
		}
		#desktop_only
		{
			display: none;
		}
		/* setting for contact page */
		#contact
		{
			width: 84%;
		}
		textarea
		{
			width: 300px;
		}
		#contact select
		{
			width: 204px;
		}
	}
}
@media only screen and (min-width: 320px) and (max-width: 399px)
{
	@media only screen and (orientation: portrait)
	{
		/*
		.extra_margin_top
		{
			margin-top: 160px;
		}
		*/
	}
	@media only screen and (orientation: landscape)
	{
		/*
		.extra_margin_top
		{
			margin-top: 84px;
		}
		*/
	}
	#navContainer
	{
		width: 84%;
	}
	nav ul, nav ul.level1
	{
		width: 430px;
	}
	nav ul li a, nav ul.level1 li a
	{
		font-size: 1.0em;
	}
	nav ul ul.level2 li a
	{
		display: none;
	}
	.text
	{
		font-size: 45px;
	}
	.neon
	{
		max-width: 100%;
	}
	.text_01
	{
		width: 84%;
		margin: 40px auto 0 auto;
		padding: 2em 3em;
	}
	.text_01 h1
	{
		font-size: 2.8em;
	}
	.text_01 p
	{
		font-size: 1.8em;
	}
	.window_pane
	{
		width: 64%;
		margin: 50px auto;
	}
	.window_pane div h2
	{
		padding: 5px;
		font-size: 1.2em;
	}
	.window_pane div p
	{
		clear: left;
		font-size: 0.8em;
	}
	.window_pane div p.browse
	{
		margin-top: 25px;
	}
	.window_pane div div
	{
		text-align: center;
		width: 40%;
		height: 2.8em;
		margin: 0 auto 0.5em auto;
	}
	.window_pane div div img
	{
		width: 2.6em;
		height: 2.6em;
		float: left;
		margin: 0;
	}
	.window_pane div div h2
	{
		font-size: 1.9em;
		float: left;
		width: auto;
		margin: 0;
	}
	#bottom_box_trim
	{
		margin: 80px auto 0 auto;
	}
	footer
	{
		height: 60px;
	}
	footer div
	{
		margin-top: 20px;
	}
	#miniNav h4.starfish a, #miniNav h4.starfish a:visited
	{
		padding: 3px;
		font-size: 1.4em;
	}
	#socialButtons a img
	{
		width: 25px;
		height: 25px;
	}
	#myBtn
	{
		width: 140px;
		height: 140px;
	}
	#arrow_down
	{
		margin: 0.8em auto 0 auto;
		width: 150px;
	}
	.more_margin_top
	{
		/* margin-top: 60px; */
	}
	.font_size_increase
	{
		font-size: 1.2em;
	}
	#copyrite h4.copyrite_text a, #copyrite h4.copyrite_text a:visited
	{
		font-size: 0.7em;
	}
}
@media only screen and (min-width: 1px) and (max-width: 319px)
{
	@media only screen and (orientation: portrait)
	{
		
	}
	@media only screen and (orientation: landscape)
	{
		
	}
	/*
	.extra_margin_top
	{
		margin-top: 50px;
	}
	*/
	#navContainer
	{
		width: 96%;
		margin-left: auto;
		margin-right: auto;
	}
	nav ul, nav ul.level1
	{
		width: 330px;
		margin-left: auto;
		margin-right: auto;
	}
	nav ul li a, nav ul.level1 li a
	{
		font-size: 0.8em;
	}
	nav ul ul.level2 li a
	{
		display: none;
	}
	.text
	{
		font-size: 35px;
	}
	.neon
	{
		max-width: 80%;
	}
	.text_01
	{
		width: 64%;
		margin: 15px auto 0 auto;
		padding: 1em 3em;
	}
	.text_01 h1
	{
		font-size: 1.6em;
	}
	.text_01 p
	{
		font-size: 1.2em;
	}
	.window_pane
	{
		width: 64%;
		margin: 50px auto;
	}
	.window_pane div h2
	{
		padding: 5px;
		font-size: 1.0em;
	}
	.window_pane div p
	{
		clear: left;
		font-size: 0.8em;
	}
	.window_pane div p.browse
	{
		margin-top: 25px;
	}
	.window_pane div div
	{
		text-align: center;
		width: 40%;
		height: 2.8em;
		margin: 0 auto 0.5em auto;
	}
	.window_pane div div img
	{
		width: 2.6em;
		height: 2.6em;
		float: left;
		margin: 0;
	}
	.window_pane div div h2
	{
		font-size: 1.9em;
		float: left;
		width: auto;
		margin: 0;
	}
	#bottom_box_trim
	{
		margin: 80px auto 0 auto;
	}
	footer
	{
		height: 60px;
	}
	footer div
	{
		margin-top: 20px;
	}
	#miniNav h4.starfish a, #miniNav h4.starfish a:visited
	{
		padding: 3px;
		font-size: 1.4em;
	}
	#socialButtons a img
	{
		width: 25px;
		height: 25px;
	}
	#myBtn
	{
		width: 140px;
		height: 140px;
	}
	#arrow_down
	{
		margin: 0.8em auto 0 auto;
		width: 150px;
	}
	.more_margin_top
	{
		/* margin-top: 60px; */
	}
	.font_size_increase
	{
		font-size: 1.2em;
	}
	#copyrite h4.copyrite_text a, #copyrite h4.copyrite_text a:visited
	{
		font-size: 0.7em;
	}
}

/*
@keyframes light
{
    to
	{
        transform: translate(50%, 50%);
    }
}
*/

/* UNIVERSAL SETTINGS FOR DESKTOP/HOME THEATER DEVICES */
@media (min-width : 1024px)
{
	nav ul a:hover, nav ul a.current:hover, nav ul ul.level2 li a:hover, nav ul.level1 li.submenu:hover ul.level2
	{
		cursor: url(../images/css/triangle_rollover.svg) ,auto;
	}
	/* Products Pages */
	.window_pane div p.images a img:hover
	{
		transform: scale(1.15,1.15);
		-webkit-transform:scale(1.15,1.15);
		-moz-transform:scale(1.15,1.15);
		-ms-transform:scale(1.15,1.15);
		-o-transform:scale(1.15,1.15);
	}
	.window_pane div p.images2 a img:hover
	{
		transform: scale(1.07,1.07);
		-webkit-transform:scale(1.07,1.07);
		-moz-transform:scale(1.07,1.07);
		-ms-transform:scale(1.07,1.07);
		-o-transform:scale(1.07,1.07);
	}
	.narrow_window
	{
		width: 48%;
	}
	/*only on desktop
	.spotlight
	{
		position: absolute;
		top: -100%;
		left: -100%;
		right: 0;
		bottom: 0;
		background:radial-gradient(circle,white,black 10%) center / 20% 20%;
		animation: light 24s linear infinite;
		mix-blend-mode: color-dodge;
	}
	*/
}

/* UNIVERSAL SETTINGS FOR SMART PHONE DEVICES */  /* add the display: none; items in here for the smaller devices */
@media (min-width : 400px)
{
	.gradient
	{
		position: absolute;
		background: linear-gradient(85deg, #09f, #3bf, #09f, #3bf, #09f);
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		mix-blend-mode: multiply;
		margin-bottom: 10px;
		overflow: hidden;
	}
}

/* UNIVERSAL SETTINGS FOR FLIP PHONES AND SMALL DEVICES */
@media (min-width : 1px) and (max-width : 399px)
{
	.text
	{
		color: #06c;
	}
	.text::before
	{
		color: #04c;
		filter: blur(0.005em);
		mix-blend-mode: normal;
	}
}