
/* -------------------- */
/* ---   BODYAREA   --- */
/* -------------------- */

#bodyarea {
	display: block;
	width: 705px;
	float: left;
	margin-bottom: 3px;
}



/* div.topbtns */

#bodyarea div.topbtns {
	display: block;
	height: 40px;
	background: #333;
}

#bodyarea div.topbtns ul {
	margin: 0;
	padding: 0;
	height: 40px;
}

#bodyarea div.topbtns ul li {
	margin: 0 0 0 35px;
	padding: 0;
	font-size: 12px;
	list-style: none;
	display: block;
	float: left;
}

#bodyarea div.topbtns ul li a {
	color: #fff;
	line-height: 40px;
	display: block;
	float: left;
	padding-left: 35px;
	background: url("../images/topbtns_icon.png") left no-repeat;
	text-decoration: none;
	text-shadow: 2px 2px #000;
}

#bodyarea div.topbtns ul li a:hover {
	color: #c00;
}


/* #banner_slideshow */

#banner_slideshow {
	display: block;
	position: relative;
	overflow: hidden;
	height: 225px;
	width: 705px;
}

#banner_slideshow img {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}

#banner_slideshow span.caption {
	display: block;
	height: 65px;
	position: absolute;
	left: 30px;
	bottom: 10px;
	z-index: 1;
	font-family: "Times New Roman", Georgia, serif;
	font-style: italic;
	font-size: 25px;
	font-weight: normal;
	text-shadow: 1px 1px #000;
}

#banner_slideshow span.captionac {
	display: block;
	height: 65px;
	position: absolute;
	left: 30px;
	bottom: 10px;
	z-index: 1;
	font-family: "Times New Roman", Georgia, serif;
	font-style: italic;
	font-size: 25px;
	text-shadow: 0px 0px #000;
}


/* div.text */

#bodyarea div.text {
	display: block;
	background: #fff;
	margin-top: 0;
	padding: 10px 30px;
	border-bottom-right-radius: 25px;
}

#home #bodyarea div.text {
	margin-top: 275px;
}

#bodyarea div.text h1 {
	font-size: 25px;
	margin-bottom: 10px;
}

#bodyarea div.text p,
#bodyarea div.text li {
	line-height: 18px;
}

#bodyarea p.faqquestion {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
}

#bodyarea p.faqanswer {
	margin-top: 0;
	margin-bottom: 10px;
}

#bodyarea p.smalltext {
	font-size: 11px;
	line-height: 15px;
	text-align: right;
	margin-right: 10px;
	padding-top: 7px;
	border-top: 1px solid #666;
}

#bodyarea div.text p.freesurvey {
	font-size: 18px;
	line-height: 6px;
	font-weight: bold;
}

#bodyarea div.text p.freesurvey a {
	text-decoration: none;
}

#bodyarea div.text p.freesurvey a:hover {
	text-decoration: underline;
}

#bodyarea div.text p.freesurvey img {
	float: left;
	margin: 0 16px 10px 0;
}

#bodyarea div.text p.basefeature {
	display: block;
	background: #fff;
	overflow: hidden;
}

.hidden {
	display: none;
}

#bodyarea div.text p.basefeature span.text {
	display: block;
	margin: 16px 0 0 20px;
	font-size: 15px;
	text-align: center;
}

#bodyarea div.text p.basefeature span.text a {
	text-decoration: none;
}

#bodyarea div.text p.basefeature span.text a:hover {
	text-decoration: underline;
}

#bodyarea div.text p.basefeature img {
	float: right;
	margin-left: 20px;
}


/* div.btmstrp */

#bodyarea div.btmstrp {

}

#bodyarea div.btmstrp p {
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 33px;
	color: #cc9933;
	margin: 10px 0 10px 0;
	text-align: center;
}

/* Customer Reviews */

.reviews {
    height: 506px;
    overflow: auto;
}


.review {
    position: relative;
    padding-top: 3px;
}
.review h2 {
    font-size: 1.3em;
    margin-top: 0;
}

.review-help {
	color: rgba(242,163,74,1);
	position: relative;
	top: -30px;
	left: 250px;
	font-weight: bold;
	font-size:1.2em;
	display:inline;
}
.review-author p {
    color: rgba(242,163,74,1);
    border-bottom: 1px solid rgba(242,163,74,1);
    padding-bottom: 5px;
    font-size: 1.1em;
    margin: 0;
}
.review-author span {
    color: rgba(38,71,128,1);
    font-size: 1.2em;
}
.category p {
    color: red;
    text-decoration: underline;
    position: absolute;
    top: -5px;
    right: 0;
}

.flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    }
.wireless--container {
	height: 37rem;
	background-color: #ccc;
	border-bottom-right-radius: 2rem;
}


.flex-item:nth-child(1) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    }

.flex-item:nth-child(2) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    }

.flex-item:nth-child(3) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    }

	img.wireless--thumb {
    width: 110px;
    margin: 1rem;
    border: 4px solid #eee;
		z-index: 2;
		position: relative
}

.wireless--line {
	position: absolute;
	z-index: 1;
	stroke:rgb(0,0,0);
	stroke-width:2;
	left:373px;
	top: 0;
}

.wireless #bodyarea {
    /*background-color: white;*/
		border-bottom-right-radius: 2rem;
}

img.wireless--house {
    width: 400px;
		padding-top:2rem;
}

.wireless--popover {
		display: none;
    position: relative;
    top: -560px;
    background: white;
    width: 75%;
    margin: 0 auto;
    padding: 0.5rem;
    z-index: 4;
    box-shadow: 1px 1px 0.3rem rgba(0,0,0,.2);
    margin-bottom: -430px;
}

.wireless--popover img {
    max-width: 100%;
}

.wireless--popover h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 1;
    margin: 0.8rem;
    padding: 0;
}

.wireless--popover p {
	line-height: 1.3;
	padding: 0;
	margin: -0.7rem 0 -0.1rem 0;
	text-align: center;
}

.wireless__thumb p {
    text-align: center;
    padding: 0;
    margin: -0.5rem 0 0 0;
    font-weight:  bold;
    text-transform: uppercase;
    font-size: 0.7rem;
    line-height: 0.5rem;
}

p.wireless--descriptive {
    position: relative;
    text-align: center;
    padding-top: 6rem;
    /*font-family: serif;*/
    font-size: 1.rem;
	font-weight:  bold;
    line-height: 1.2;
}

@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
	and (orientation: portrait) {
		#bodyarea div.topbtns ul li {
				margin: 0 0 0 8px;
		}
		#bodyarea div.topbtns ul li a {
				background-size: 20px;
				padding-left: 25px;
		}
		#bodyarea div.text p.freesurvey {
			line-height: 1.3;
		}
}

/* MEDIA QUERIES FOR WIRELESS HOME SCREEN */
@media only screen and (max-width: 800px) {
	.flex-container.wireless--container {
	    display: block;
	    height: auto;
	    padding-bottom: 2rem;
			text-align: center;
	}

	.flex-item {
	    display: flex;
	}

	.wireless__thumb {
	    width: 33vw;
	}

	.wireless__thumb p {
	    text-align: center;
	}

	img.wireless--thumb {
	    max-width: 100%;
	    margin: 1rem 0.2rem;
	}

	img.wireless--house {max-width: 100%;height: 100%;display: block;}

	p.wireless--descriptive {
	    /* position: relative; */
	    left: 0;
			padding-top: 1rem;
	}

	.flex-item:nth-child(2) {
	    display: block;
	}
	svg.wireless--line {
    display: none;
	}
}
