html, body {
	height: 100%;
	margin: 0;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 62.5%;
}

@font-face {
	font-family: 'Magneto';
	src: url('fonts/Magneto-Bold.eot');
	src: url('fonts/Magneto-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Magneto-Bold.woff') format('woff'),
		url('fonts/Magneto-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

body {
	display: flex;
	flex-direction: column;
	font-size: 1.25rem;
	background: url("meshbg.png") repeat #000;
	background-size: contain;
	margin-left: 10%;
	margin-right: 10%;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

header {
	height: 100px;
	min-width: 1000px;
	background: url("net-bg.png");
}

.logo {
	position: relative;
	top: 27px;
	left: 30px;
	width: 600px;
	height: 54px;
}

.phone {
	position: relative;
	float: right;
	font-family: 'Magneto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 2.5em;
	text-align: center;
	margin-right: 30px;
	margin-top: 19px;
}

.address {
	position: relative;
	width: 100%;
	text-align: center;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 0.55em;
	font-weight: bold;
	margin-right: 30px;
	margin-top: -5px;
}

main {
	position: relative;
	border-radius: 12px 0px 0px 12px;
	-moz-border-radius: 12px 0px 0px 12px;
	-webkit-border-radius: 12px 0px 0px 12px;
	overflow-x: hidden;
	overflow-y: auto;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-bottom: 30px;
}

.layout__content article {
	margin: 63px 4.8vw  30px 5.5vw;
	min-width: 400px;
}

.layout__content p {
	font-size: 1.35em;
	line-height: 1.2;
	letter-spacing: 0.2pt;
	word-spacing: 1pt;
	color: #383838;
	margin: 0px 25px 25px 25px;
	/* text-align: justify; */
}

.layout__content h1 {
	color: #0097d4;
	font-size: 2.1em;
	font-weight: bold;
	margin: 0px 0px 20px 12px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.42), 2px 2px 1px rgba(0, 0, 0, 0.33);
}

.content_photo {
	display: block;
	width: 35em;
	margin: auto;
	margin-bottom: 30px;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.8);
	box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.8);
}


.splash_photo {
	position: relative;
	/*float: left;
	display: block;
	width: 100%;
	height: 35em;*/
	max-width: 100%;
	height: auto;

	margin: auto;
	margin-bottom: 30px;
	border-radius: 13px 13px 0px 0px;
	-moz-border-radius: 13px 13px 0px 0px;
	-webkit-border-radius: 13px 13px 0px 0px;

	/*background: url(scshop-lg.jpg) center no-repeat;
	background-size: 100%;
	background-position: 0px 0px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 50%, rgba(221,221,221,0.98) 96%, rgba(221,221,221,1) 97%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 50%,rgba(221,221,221,0.98) 96%,rgba(221,221,221,1) 97%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 50%,rgba(221,221,221,0.98) 96%,rgba(221,221,221,1) 97%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#dddddd',GradientType=0 );*/
}

.splash_photo:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 55%,rgba(221,221,221,0.98) 95%,rgba(221,221,221,1) 97%);
}

footer {
	background: url(net-bg.png);
	color: #ccc;
	font-size: 1.25em;
	font-style: oblique;
	padding: 8px 0px 8px 0px;
	min-width: 1000px;
	white-space: nowrap;
}

footer a {
	flex: 1;
}

.copyright {
	float: right;
	margin: 0px 20px 0px 20px;
	color: #777;
	font-size: 0.65em;
	font-style: normal;
	font-weight: normal;
	margin-top: 4px;
}

.dddiv {
	position: relative;
	background-color: #ddd;
	height: 100%;
	width: 100%;
	/*top: -14px;*/
}

/* --- Flex --- */

.layout__body {
	display: flex;
	flex: 1;
	min-width: 1000px;
	background-color: #272727;
}

.layout__content {
	flex: 1;
	background-color: #ddd;
}

.layout__columns {
	flex: 0 0 10.5vw;
}

.layout__nav {
	order: -1;
	background: url("net-bg-90.png");
	max-width: 210px;
	min-width: 140px;
}

.layout__nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0px 0px 0px 0px;
	text-indent: 0;
}

.layout__nav a {
	color: #fff;
	text-decoration: none;
}

.layout__nav a:hover {
	color: #000;
}

.layout__nav li {
	line-height: 1.15;
	margin: 7px 15px 7px 0px;
	padding: 5px 20px 5px 10px;
	width: 95%;
	/* height: 2.35em; */
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	background: -moz-linear-gradient(left, rgba(255,255,255,0.35) 0%, rgba(255,255,255,0.35) 66%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.35) 0%,rgba(255,255,255,0.35) 66%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0.35) 0%,rgba(255,255,255,0.35) 66%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.layout__nav li:hover {
	color: #000;
	cursor: pointer;
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0.5) 80%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0.5) 80%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0.5) 80%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.layout__nav li span {
	display: table-cell;
	height: 2.35em;
	vertical-align: middle;
}

.layout__content {

}

.supplimental {
	min-width: 210px;
	background-color: #ccccff !important;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.dddiv IMG {
	margin: 18px 0px 0px 13px;
	width: 180px;
	height: 600px;
}

.bigtitle {
	display: none;

	position: absolute;
	top: 10px;
	width: 81%;
	z-index: 999;
	font-family: 'Magneto';
	font-size: 4vw;
	white-space: nowrap;
	text-shadow: 3px 2px 0px #801616, 6px 3px 16px #000;
	color: #ef2222; /* Classic Red */

	/*	text-shadow: 3px 2px 0px #920000, 6px 3px 16px #000;
	color: #ff0000; Bright Red */

	/* 	text-shadow: 3px 2px 0px #187e8e, 6px 3px 16px #000;
	color: #16b8d4; Turquoise Blue */

	text-align: center;
}

.ilshow {
	width: 10.5em;/*11vw;*/
	min-width: 9em;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #969696;
}

.lileft { position: relative; float: left; margin-Left: 0; margin-right: 15px; }
.liright { position: relative; float: right; margin-Left: 15px; margin-right: 0; }


::-webkit-scrollbar {
	width: 12px;
	height: 0px;
}
::-webkit-scrollbar-thumb {
	background: #6D6D6D;
	border: 3px solid #DDD;
	border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
	background: #4a4a4a;
}
::-webkit-scrollbar-track {
	background: rgba(221, 221, 221, 0);
}
::-webkit-scrollbar-corner {
	background: transparent;
}


.fade {
	position: relative;
	/* padding-top: 45%; */
	width: 100%;
	height: 37em;
	margin-bottom: 8em;
	background-size: cover;
	background-position: 0px -30px;
	background-repeat: no-repeat;
	border-radius: 13px 13px 13px 13px;
	-moz-border-radius: 13px 13px 13px 13px;
	-webkit-border-radius: 13px 13px 13px 13px;
	display: table;
	overflow: hidden;
}

.fade_grad {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 60%, rgba(221,221,221,0.98) 95%, rgba(221,221,221,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 60%,rgba(221,221,221,0.98) 95%,rgba(221,221,221,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 60%,rgba(221,221,221,0.98) 95%,rgba(221,221,221,1) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#dddddd',GradientType=0 );*/
}



.qtr {
	position: relative;
	width: 50%;
	overflow: auto;
}

.qtr > p { 
	text-align: left;
	word-wrap: break-word;
}

.ulqtr {
	float: left;
	clear: both;
}

.urqtr {
	float: right;
}

.brqtr {
	float: right;
	clear: both;
}

.blqtr {
	float: left;
}



.wireless {
	font-size: 3.5em;
	color: #ef2222;
	font-weight: bold;
	text-shadow: 3px 3px 0px rgba(0, 0, 0, 1), 2px 2px 1px rgba(0, 0, 0, 1);
}

.internet {
	font-size: 4.5em;
	line-height: 0.48;
	color: #ef2222;
	font-weight: bold;
	text-shadow: 3px 3px 0px rgba(0, 0, 0, 1), 2px 2px 1px rgba(0, 0, 0, 1);
}

.from {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 3.3;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8), 1px 1px 0px rgba(0, 0, 0, 1);
}

.sctext {
	font-size: 2.7em;
	line-height: 0.55;
	color: #fff;
	font-weight: bold;
	text-shadow: 3px 3px 0px rgba(0, 0, 0, 1), 2px 2px 1px rgba(0, 0, 0, 1), 1px 1px 16px rgb(0, 108, 165);
	font-family: 'Magneto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.speed {
	font-size: 2em;
	line-height: 1.4;
	color: #7ede03;
	font-weight: bold;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.6), 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.gmap {
	width: 100%;
	min-width: 400px;
	height: 50vh;
	border: 1px solid #969696;
	border-radius: 9px 9px 9px 9px;
}

.colorbox {
	width: 100%;
}

.colorbox > DIV {
	float: right;
	margin: 0em 7.8em 0.5em 0em;
	padding: 0.2em 0em 0em 0em;
	width: 2.3em;
	text-indent: 2.7em;
	height: 1.3em;
	white-space: nowrap;
	font-size: 1.2em;
	font-weight: bold;
}

.wireless-table {
	font-size: 1.35em;
	width: 45vw;
	border-collapse: collapse;
	text-align: left;
	margin: 0 auto;
	white-space: nowrap;
}

.wireless-table th {
	font-size: 1.15em;
	color: #00619c;
	border-bottom: 2px solid #000000;
	padding: 3px 8px;
}

.wireless-table td {
	border-bottom: 1px solid #ccc;
	color: #383838;
	padding: 6px 8px;
}

.wireless-table tbody tr:hover td {
	background-color: #bbebfe;
}

.wireless-table tbody tr:hover td:nth-child(6) {
	font-weight: bold;
}

.wi-list {
	color: #383838;
	margin-left: 10px;
	padding-top: 13px;
	list-style-type: none;
	font-size: 1.55em;
}

.wi-list li {
	text-indent: -2em;
	margin-left: 2em;
	margin-bottom: 4px;
}

.wi-list li:before {
	content: "\25C6";
	color: #0097d4;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.42), 2px 2px 1px rgba(0, 0, 0, 0.33);
	padding-right: 10px;
}

.disclaimer {
	border: 1px solid #000;
	box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 1);
	background-color: #f1f1d8;
	padding: 10px 5px 10px 5px;
}

.disclaimer li {
	text-indent: -15px;
	margin-left: -3px;
	margin-right: 25px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
}


@media screen and (max-width: 1000px) {
    aside.supplimental {
		display: none;
	}
	.bigtitle { font-size: 5.55em; }
	body {
		margin-left: 0;
		margin-right: 0;
	}
	.wireless-table { font-size: 1.55em; }
	.colorbox { font-size: 1.1em; width: 100%; }
}

@media screen and (max-width: 1780px) {
	.colorbox { font-size: 1em; width: 600px; }
	.wi-list { font-size: 0.7em; }
}

@media screen and (max-width: 1670px) {
	.wireless-table { font-size: 1.2em; }
}

@media screen and (max-width: 1516px) {
	.wireless-table { font-size: 1em; width: 100%; }
}