/*
((PROJECT NAME)) Stylesheet
Version 1.0
Last Revision: ((DATE))




/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

h1, h2, h3, h4, h5, h6 { padding: 0px; margin: 0; color: #fff;}
ul, ol, dl { list-style-type: none; padding: 0; margin: 0;}
img { border: none; }
.left { float: left; }
.right { float: right }
.hidden { visibility: hidden; }
.hide { display:none; }
.centered { margin-left: auto; margin-right: auto; }
.tx-centered { text-align: center; }
.tx-left { text-align: left; }
.tx-right { text-align: right; }
.tx-just { text-align: justify; }
.tx-bold { font-weight: bold; }
.tx-upper { text-transform: uppercase; }
.block { display: block; }
.inline { display: inline; }
.in-block { display: inline-block; }
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.clear { clear: both; }
.of-hidden { overflow: hidden; }
.of-visible { overflow: visible; }
.of-scroll { overflow: scroll; }
.of-auto { overflow: auto; }
a { text-decoration: none; }
.pointer { cursor: pointer; }
.hand { cursor: hand; }
.no-border { border: none; }
.no-style { list-style-type: none; }
.no-decoration { text-decoration: none}
.rounded3 { border-radius: 3px; -moz-border-radius: 3px; /* Old Firefox */}
.rounded5 { border-radius: 5px; -moz-border-radius: 5px; /* Old Firefox */}
.rounded10 { border-radius: 10px; -moz-border-radius: 10px; /* Old Firefox */ }
.rounded15 { border-radius: 15px; -moz-border-radius: 15px; /* Old Firefox */ }
.rounded20 { border-radius: 20px; -moz-border-radius: 20px; /* Old Firefox */ }
.tx-shadow1 { text-shadow: 1px 1px 2px #000000; }
.bg-white { background-color: #fff; }
.bg-black { background-color: #000 }
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.w100 { width: 100%; }
.mrit20 { margin-right: 20px; }
.mlef20 { margin-left: 20px; }
.mbot20 { margin-bottom: 20px; }
.mtop20 { margin-top: 20px; }
.loading { visibility: hidden; }


/*-----DOCUMENT-----*/

/*
font-family: 'Titillium Web', sans-serif;
font-family: 'Anton', sans-serif;
*/

body {
	margin: 0;
	padding: 0;
  font-family: 'Titillium Web', sans-serif;
	}

h1{
  font-family: 'Anton', sans-serif;
}

h2,h3,h4,h5,h6 {
  font-family: 'Titillium Web',sans-serif;
}

p.lead {
  padding-top: 0px;
  margin-top: 0px;
}
	
h2.page-title {
  border-bottom: 3px solid #000;
  color: #000;
  padding: 25px 0;
  text-align: center;
  margin-bottom: 40px;
}

span.subtext {
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  display: block;
}
/*-----LAYOUT-----*/

#left-col {
  float: left;
  max-width: 700px;
  padding: 0 2% 0 1%;
  width: 67%;
}

#right-col {
  float: right;
  max-width: 300px;
  padding: 1%;
  width: 28%;
  color: #fff;
  background-color: #000;
}


#right-col img {
  width: 100%;
  max-width: 280px;
  height: auto;
  margin: 10px auto;
  display: block
}
	
/*-----HEADER-----*/

header {
  width: 100%;
  background-color: #131315;
  color: #c0c0c0;
  padding: 25px 0;
  position: relative;
}

#header-top {
  width: 100%;
  max-width: 600px;
}

#header-barter {
  background-image: url("../img/br_logo_white.png");
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  font-family: "Impact",sans-serif;
  font-size: 20px;
  height: 75px;
  left: 20px;
  line-height: 110px;
  text-align: center;
  text-transform: uppercase;
  top: 20px;
  width: 200px;
}

#header-top-left {
  width: 25%;
  float: left;
  position: relative;
  top: -10px;
}

#header-top-right {
  width: 75%;
  float: right;
}

#header-bottom {
  margin-top: 10px;
}

#header-top-left .image-wrapper {
  float: right;
  width: 100%;
}

header .logo {
  display: block;
  margin: 0 auto;
  width: 100%;
  float: left;
}

header .masthead {
  float: left;
  width: 100%;
}

header .masthead h1,
header .masthead h5 {
  text-align: center;
}

header .masthead h5.contact-info {
  margin-top: 5px;
}

header nav ul {
    margin:0;
    padding:0;
    text-align:center;
}

header nav ul li{
    display:inline;
}

header nav ul a {
  font-family: "Anton",sans-serif;
  font-size: 20px;
  height: 40px;
  color: #c0c0c0;
  line-height: 40px;
  border: 2px solid #131315;
  border-radius: 5px;
  display:inline-block;
  padding: 0 25px;
}

header nav ul a:hover {
  color: #fff;
}

header nav ul a.active {
  border: 2px solid #fff;
  color: #fff;
}

#header-bottom .nav-button {
  display: none;
}

/*-----SLIDER-----*/

#slider-wrapper {
  box-shadow: 0 5px 5px 0 #000;
  position: relative;
}

/* jssor slider bullet navigator skin 05 css */
/*
.jssorb05 div           (normal)
.jssorb05 div:hover     (normal mouseover)
.jssorb05 .av           (active)
.jssorb05 .av:hover     (active mouseover)
.jssorb05 .dn           (mousedown)
*/
.jssorb05 {
    position: absolute;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
    position: absolute;
    /* size of bullet elment */
    width: 16px;
    height: 16px;
    background: url('../img/b05.png') no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb05 div { background-position: -7px -7px; }
.jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
.jssorb05 .av { background-position: -67px -7px; }
.jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

/* jssor slider arrow navigator skin 22 css */
/*
.jssora22l                  (normal)
.jssora22r                  (normal)
.jssora22l:hover            (normal mouseover)
.jssora22r:hover            (normal mouseover)
.jssora22l.jssora22ldn      (mousedown)
.jssora22r.jssora22rdn      (mousedown)
*/
.jssora22l, .jssora22r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 58px;
    cursor: pointer;
    background: url('../img/a22.png') center center no-repeat;
    overflow: hidden;
}
.jssora22l { background-position: -10px -31px; }
.jssora22r { background-position: -70px -31px; }
.jssora22l:hover { background-position: -130px -31px; }
.jssora22r:hover { background-position: -190px -31px; }
.jssora22l.jssora22ldn { background-position: -250px -31px; }
.jssora22r.jssora22rdn { background-position: -310px -31px; }

/*-----PAGEGUTS-----*/

.page-guts {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 25px 0;
}

#home-page-guts.page-guts {
  width: 100%;
  padding: 0px;
}

/*-----HOMETHEATER-----*/

#home-theater {
  color: #000;
  margin: 25px auto 0;
  max-width: 1000px;
  padding: 25px 0;
  width: 100%;
}

#home-theater-left {
  width: 30%;
}

#home-theater-right {
  width: 70%;
  padding-top: 12px;
}

#home-theater-right h3,
#home-theater-right span {
  padding-left: 5%;
  color: #000;
}

#home-theater-left img {
  width: 100%;
  max-width: 200px;
  max-height: 130px;
  overflow: hidden;
  float: right;
}

/*-----SURVEILLANCE-----*/

#home-surveillance {
  color: #fff;
  background-color: #131315;
  margin: 0 auto;
  max-width: 1000px;
  padding: 25px 0;
  width: 100%;
}

#surveillance-left {
  width: 30%;
}

#surveillance-right {
  width: 70%;
  padding-top: 12px;
}

#surveillance-right h3,
#surveillance-right span {
  padding-left: 5%;
}

#surveillance-left img {
  width: 100%;
  max-width: 200px;
  max-height: 130px;
  overflow: hidden;
  float: right;
}

/*-----DISHMODULE-----*/

#dish-module {
  width: 100%;
  padding: 25px 0;
}

#dish-module .content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#dish-left {
  float: left;
  width: 30%;
}

#dish-left a {
  float: right;
}

#dish-right {
  float: right;
  width: 70%;
  height: 83px;
  padding-top: 26px;
}

#dish-right h3 {
  float: left;
  color: #000;
  line-height: 36px;
}

#dish-right span {
  line-height: 20px;
  font-size: 16px;
}

#dish-right h3, 
#dish-right span {
  padding-left: 5%;
}

#dish-module img {
  width: 100%;
  max-width: 200px;
  display: block;
}

/*-----SITEBOTTOM-----*/

#site-bottom {
  box-shadow: inset 0px 0px 15px 5px #000;
  background-color: #131315;
  padding: 25px 0;
}
/*-----LOCALBAR-----*/

#local-bar {
  text-align: center;
  color: #fff;
}

#local-bar h1 {
  font-size: 40px;
}

/*-----BRANDBAR-----*/

#brand-bar {
  width: 100%;
}

#brand-bar .content {
  display: block;
  padding: 30px 0 25px;
  text-align: center;
}

#brand-bar .icon-wrapper {
  display: inline-block;
}

#brand-bar img {
  display: block;
  max-width: 100px;
  width: 100%;
}

/*-----PAYMENTBAR-----*/

#barter-rewards, 
#payment-methods {
  width: 48%;
  padding: 0 1%;
}

/*-----CONTENT-----*/
/*-----CONTENT-----*/
/*-----CONTENT-----*/
/*-----CONTENT-----*/
/*-----CONTENT-----*/


/*-----FOOTER-----*/

footer {
  padding: 10px 0;
  width: 100%;
  background-color: #131315;
}

footer nav ul {
    margin:0;
    padding:0;
    text-align:center;
}

footer nav ul li{
    display:inline;
}

footer nav ul a{
    display:inline-block;
    padding: 0 25px;
    color: #fff;
}

footer,
footer a {
  font-family: 'Titillium Web', sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}
	
/*-----FONT-----*/


/*-----CONTENT-----*/

/*-----CONTENT-----*/

/*-----CONTENT-----*/

/*-----CONTENT-----*/

/*-----CONTENT-----*/

/*-----CONTENT-----*/

/*-----CONTENT-----*/

/*-----FLYOUTS-----*/

#flyouts {
  right: 5px;
  top: 50px;
  z-index: 1;
}

#flyouts ul li {
  clear: both;
  margin-bottom: 5px;
}

#flyouts a:link,
#flyouts a:visited {
  width: 35px;
  height: 35px;
  background-color: #131315;
  padding: 2px;
  display: block;
  border: 2px solid #fff;
  border-radius: 10px;
}

#flyouts a:hover {
  background-color: #fff;
}

#flyouts ul li a img {
  width: 35px;
  height: 35px;

}

/*-----ABOUT-----*/

#about-page-guts {
  text-align: justify;
}

#about-page-guts .image-wrapper img {
  width: 30%;
  padding: 0 15px;
  margin-top: 30px;
}

/*-----DISH-----*/

#satellite-page-guts {
  text-align: justify;
}

#satellite-page-guts .image-wrapper {
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
}

#satellite-page-guts img {
  max-width: 200px;
  width: 100%;
}

#satellite-page-guts img.dish-hopper {
  background-color: #fff;
  margin-top: 10px;
  padding: 5px;
}


/*-----CONTACT PAGE-----*/

#contact-page-guts {

}

#contact-page-guts h2.page-title {
  color: #000;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

#contact-page-left {
  float: left;
  width: 48%;
  padding: 0 1%;
}

#contact-page-right {
  float: right;
  width: 48%;
  padding: 0 1%;
}

#contact-page-image-wrapper {
  margin-top: 20px;
}

#contact-page-guts h3 {
  color: #000;
}

#contact-page-right h3 {
  text-align: center;
}

#contact-page-guts form .row {
  width: 100%;
}

#contact-page-guts form input,
#contact-page-guts form textarea {
  width: 100%;
}

#contact-form #submit-button {
  background-color: #131315;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  box-shadow: 2px 2px 3px 0 #000;
  color: #fff;
  font-family: "Anton";
  margin: 10px 0;
  text-transform: uppercase;
  width: 100px;
  text-align: center;
}

#contact-form label {
  font-weight: bold;
}

#contact-page-image {
  width: 100%;
}

/*-----HOMETHEATER-----*/

#home-theater-page-guts #left-col {
  text-align: justify;
}

#home-theater-page-guts .subtext {
  font-size: 14px;
  line-height: 16px;
}

#right-col .cta-wrapper.contact {
  background-color: #fff;
  border-radius: 10px;
  color: #000;
  line-height: 18px;
  padding: 3px;
  text-align: center;
  font-size: 14px;
  margin-top: 25px;
}

/*-----SURVEILLANCE-----*/

#surveillance-page-guts #left-col {
  text-align: justify;
}

/*-----GALLERY-----*/

.gal-image-wrapper {
  color: #fff;
  padding: 2%;
  width: 29%;
}

.gal-image-wrapper > div.relative {
  margin: 0 auto;
  max-width: 740px;
  width: 100%;
}

.gal-image-wrapper img {
  box-shadow: 2px 2px 3px 0 #000;
  width: 100%;
  cursor: pointer;
}

.image-close {
  display: none;
}

.gal-image-wrapper.active .image-close {
  background-color: #ff0000;
  border-radius: 30px;
  box-shadow: 2px 2px 2px 0 #000;
  display: inherit;
  font-family: Arial;
  font-size: 22px;
  font-weight: 900;
  height: 30px;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  z-index: 1001;
  right: -10px;
  top: -10px;
}

.gal-image-wrapper.active {
  background-color: rgba(0, 0, 0, 0.7);
  height: 98%;
  left: 0;
  padding: 2% 5% 0;
  position: fixed;
  top: 0;
  width: 90%;
  z-index: 1000;
}

.gal-image-wrapper.active img {
  border: 1px solid #fff;
  float: none;
  margin: 0 auto;
  max-width: 740px;
  display: block;
}


@media (max-width: 1366px) {

}
@media (max-width: 1280px) {

} 
@media (max-width: 1024px) {


#left-col {
  float: none;
  padding: 0 1%;
  width: 98%;
  max-width: 98%;
  clear: both;
}

#right-col {
  clear: both;
  float: none;
  margin: 25px auto 0;
  max-width: 98%;
  padding: 1%;
  width: 98%;
}

#flyouts {
  top: 20px;
}

#flyouts a:link,
#flyouts a:visited,
#flyouts ul li a img {
  height: 30px;
  width: 30px;
}

header {
  padding: 25px 0 15px;
}

#header-top-left,
#header-top-left .image-wrapper,
#header-top-right,
header .masthead {
  float: none;
  width: 100%;
}

header .logo {
  float: none;
  max-width: 250px;
}

header .masthead {
  margin-top: 25px;
}

#header-bottom {
  position: relative;
  min-height: 30px;
}

#header-bottom nav  {
  display: none;
  clear: both;
}

#header-bottom .nav-button {
  display: inherit;
  height: auto;
  position: relative;
  width: 60px;
  float: right;
  margin-right: 15px;
}

#header-bottom .nav-button .wrapper {
  width: 60px;
}

#header-bottom .nav-button .text {
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}

#header-bottom .nav-button .bar {
  background-color: #fff;
  border-radius: 2px;
  height: 6px;
  margin-bottom: 6px;
  position: relative;
  width: 100%;
}

header nav ul {
  position: relative;
  top: 10px;
}

header nav ul li {
  clear: both;
  display: inherit;
  height: 50px;
  line-height: 50px;
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #c0c0c0;
}

header nav ul a {
  display: inherit;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  padding: 0 10px;
  border: none !important;
}

header nav ul a.active {
  border: none;
  color: #c0c0c0;
}

header nav ul a:hover {
  color: #fff;
}

#header-barter {
  background-size: 100% auto;
  font-size: 14px;
  height: 50px;
  line-height: 70px;
  width: 100px;
}

#home-theater-left,
#home-theater-right,
#surveillance-left,
#surveillance-right,
#dish-right,
#dish-left {
  width: 98%;
  padding: 0 1%;
  clear: both;
  float: none;
}

#home-theater-right h3,
#home-theater-right span,
#surveillance-right h3,
#surveillance-right span,
#dish-right h3,
#dish-right span {
  font-size: 16px;
  padding-left: 0;
  text-align: center;
  float: left;
  line-height: 20px;
  width: 100%;
}

#dish-left a {
  float: none;
}

#dish-module img {
  margin: 0 auto;
}

#dish-right {
  padding-top: 10px;
  height: auto;
}

#dish-right h2 {
  line-height: 24px;
}

#home-theater-left img,
#surveillance-left img {
  display: block;
  margin: 0 auto;
  float: none;
}

footer nav ul a {
  padding: 5px 25px;
}

footer .copyright {
  margin-top: 10px;
}

.page-guts {
  padding-bottom: 25px;
  padding-left: 2%;
  padding-right: 2%;
  width: 96%;
}

footer, footer a {
  font-size: 14px;
}

.gal-image-wrapper {
  color: #fff;
  padding: 1%;
  width: 48%;
}


}
@media (max-width: 768px) {

h2.page-title {
  font-size: 20px;
}

#contact-page-left {
  float: none;
  margin: 0 auto 25px;
  max-width: 300px;
  width: 100%;
}

#contact-page-right {
  clear: both;
  float: none;
  padding: 0 1%;
  width: 98%;
}

#contact-page-guts form input,
#contact-page-guts form textarea {
  max-width: 268px;
  padding: 3px 10px;
}

#contact-page-image-wrapper {
  float: none;
  margin: 0 auto;
  max-width: 300px;
}

#satellite-page-guts img {
  display: block;
  float: none;
}

#about-page-guts .image-wrapper img {
  width: 80%;
  padding: 0 10%;
  margin-top: 15px;
}

}
@media (max-width: 480px) {

.gal-image-wrapper {
  color: #fff;
  padding: 1%;
  width: 98%;
}

header .logo {
  float: none;
  max-width: 200px;
}

}
@media (max-width: 320px) {

}