html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  overflow-y: scroll;
}

body{
  color: #cacaca;
  font-size: 12px;
  background: #eaeaea;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

ol, ul {
  list-style: none;
}

img {
    max-width: 100%;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
  -moz-outline-style: none;
}

input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, button::-moz-focus-inner {   
  border: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

small {
  font-size: 9px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.italic {
  font-style: italic;
}

.clear {
  clear: both;
}

.seperator{
  padding:0 8px;
}

a {
  color: #566da9;
  text-decoration: none;
   /* -webkit-transition: opacity 0.5s ease-in;
  -webkit-transition: color 0.3s ease-in; */
}

a:hover {
  color: #6e8bd8;
  text-decoration: underline;
  /*-webkit-transition: opacity 0.5s ease-in;
  -webkit-transition: color 0.3s ease-in;*/
}

p{
    color:#cacaca;
}

/*
 * Header section
 */
 
#header{
  height:103px;
  width:100%;
  background:url("../images/header-bg.png") repeat-x;
  position: relative;
}

#header-inner{
  height:103px;
  width:980px;
  margin:0 auto;
  position:relative;
}

/*cant make this layer over nav-bar in IE6, tried position:relative with z-index, but throws nav bar out of position*/
h1#logo{
  text-indent:-9999px;
  width:220px;
  height:60px;
  position:absolute;
  bottom:10px;
  background:url("../images/logo-new.png") no-repeat 0 0;
  z-index:201;
}

#logo a{
  display:block;
  height:60px;
  width:220px;
}

#top-nav{
  position:absolute;
  top:0;
  right:0;
}

#top-nav li{
  width:132px;
  height:28px;
  margin:0 0 0 5px;
  float:left;
  display:block;
  text-indent:-9999px;
}

#top-nav li a{
  width:132px;
  height:28px;
  display:block;
}

#top-nav li a:hover, #top-nav li .selected{
  background-position: center -28px!important;
}

#top-nav #retail{
  background:url("../images/top-nav-retail.png") no-repeat center top;
}

#top-nav #commercial{
  background:url("../images/top-nav-commercial.png") no-repeat center top;
}

#top-nav #phillips{
  background:url("../images/top-nav-phillips.png") no-repeat center top;
}

#phone{
  background:url("../images/phone.png") no-repeat 0 0;
  display:block;
  height:33px;
  position:absolute;
  right:0;
  text-indent:-9999px;
  top:60px;
  width:230px;
}

#btn-menu {
    font-size: 28px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 1000;
}


/*
 * Navigation Bar
 */

#navigation{
  height:45px;
  width:100%;
  position:relative;
  background:url("../images/nav-bar-outer.png") repeat-x;
}

#navigation-inner{
  width:100%;
  height:45px;
  margin:0 auto;
  position:relative;
  background:url("../images/nav-bar-inner.png") no-repeat center bottom;
}

#main-nav{
  display:block;
  margin:0 auto;
  width:980px;
  height:45px;
  font-family: "ConduitITCStdLight",serif;
  text-transform: uppercase;
  font-size: 25px;
}

#main-nav li{
  height:45px;
  margin:0;
  float:left;
  display:block;
  text-indent:-9999px;
}

#main-nav li a{
  height:45px;
  display:block;
  background-position:0 0;
  margin:0 53px 0 0;
  color: #000;
  text-decoration: none;
}

.ie6 #navigation{
	z-index:1;
}


#main-nav li a:hover, #main-nav .selected{
  background-position:0 -45px!important;
}

#main-nav #home{
  background:url("../images/nav/home.png") no-repeat;
  width:35px;
}

#main-nav #automation{
  background:url("../images/nav/automation.png") no-repeat 0 0;
  width:75px;
}

#main-nav #audio-visual{
  background:url("../images/nav/audio-visual.png") no-repeat 0 0;
  width:81px;
}

#main-nav #lighting{
  background:url("../images/nav/lighting.png") no-repeat 0 0;
  width:55px;
}

#main-nav #antenna{
  background:url("../images/nav/antenna.png") no-repeat 0 0;
  width:58px;
}

#main-nav #commercial{
  background:url("../images/nav/commercial.png") no-repeat 0 0;
  width:77px;
}

#main-nav #interiors{
  background:url("../images/nav/interiors.png") no-repeat 0 0;
  width:63px;
}

#main-nav #about-us{
  background:url("../images/nav/about-us.png") no-repeat 0 0;
  width:58px;
}

#main-nav #contact{
  background:url("../images/nav/contact.png") no-repeat 0 0;
  width:51px;
  margin:0;
}

/*
 * content area
 */
 
#content{
  width:100%;
  min-height:756px;
  background:url("../images/mesh-rpt.png");
  position:relative;
  overflow:hidden;
}

#content-wrapper{
  width:100%;
  min-height:756px;
  background:url("../images/content-bg-rpt.png")repeat-x;
  position:relative;
  overflow:hidden;
}

#content-splash{
  width:100%;
  min-height:756px;
  position:relative;
  overflow:hidden;
  background:url("../images/front-splash-image.jpg") top center no-repeat;
}

/*banner*/

#content-splash .banner{
    width: 100%;
    height: 505px;
    padding: 0;
    margin: 0;
    opacity:0.0;
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
}

#content-splash div.active {
	z-index:2;
	opacity:1.0;
}

#content-splash div.last-active {
	z-index:1;
}

#banner-one{
    background:url("../images/front-splash-image.jpg") top center no-repeat;
}

#banner-two{
    background:url("../images/front-splash-image-02.jpg") top center no-repeat;
}

#banner-three{
    background:url("../images/front-splash-image-03.jpg") top center no-repeat;
}

/**/

#content-wrapper .dynalite{
   background:url("../images/front-splash-dynalite.jpg") top center no-repeat; 
}

#content-shadow{
  width:1020px;
  min-height:755px;
  margin:20px auto 0;
  position:relative;
  overflow:hidden;
  background:url("../images/sub-page-shadow.png") top center no-repeat;
}

#content-container{
  min-height:756px;
  width:980px;
  background:url("../images/content-bg.png");
  overflow:hidden;
  border-top:solid 1px #4b4b4b;
  margin:0 auto;
}

.ie6 #content-container{
	height:756px;
	overflow:visible;
}


/*
 * Front page menu section
 */

#front-sub-menu{
 height:424px;
 width:980px;
  position:relative;
  margin:0 auto;
  z-index:10;
}

#front-sub-menu ul{
  position:absolute;
  left:63px;
  top:220px;
  background:url("../images/menu-reflect.png") bottom right;
  padding:0 0 43px;
}

#front-sub-menu ul li a{
  display:block;
  width:177px;
  height:33px;
  text-indent:-9999px;
  margin:0 0 4px 0;
}

#front-sub-menu #what a{
  background:url("../images/front-sub-menu.png") no-repeat 0 0;
}

#front-sub-menu #what a:hover{
  background:url("../images/front-sub-menu.png") no-repeat -177px 0;
}

#front-sub-menu #how a{
  background:url("../images/front-sub-menu.png") no-repeat 0 -37px;
}

#front-sub-menu #how a:hover{
  background:url("../images/front-sub-menu.png") no-repeat -177px -37px;
}

#front-sub-menu #news a{
  background:url("../images/front-sub-menu.png") no-repeat 0 -74px;
}

#front-sub-menu #news a:hover{
  background:url("../images/front-sub-menu.png") no-repeat -177px -74px;
}

/*
 * Front page content
 */
 
#front-content-shadow{
  width:1020px;
  margin:0 auto;
  position:relative;
  overflow:hidden;
  background:url("../images/front-page-shadow.png") top center no-repeat;
  z-index:11;
}

#dynalite-content-shadow{
  width:1020px;
  margin:0 auto;
  position:relative;
  overflow:hidden;
  background:url("../images/dynalite-page-shadow.png") top center no-repeat;
}

#front-content-container{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*height:330px;*/
  width:980px;
  background:url("../images/content-bg.png");
  overflow:hidden;
  border-top:solid 1px #4b4b4b;
  margin:0 auto;
  padding:10px 10px 0;
}

.dynalite #front-content-container{
  border-top:solid 1px #0e0e0e;
}

#front-content-container h3 a {
  width:150px;
  height:15px;
  display:block;
  text-indent:-9999px;
  margin:175px 0 0 10px;
}

#automation-box h3 a{
  background:url("../images/automation-title.png") no-repeat 0 0;
}

#audio-visual-box h3 a{
  background:url("../images/audio-visual-title.png") no-repeat 0 0;
}

#lighting-box h3 a{
  background:url("../images/lighting-title.png") no-repeat 0 0;
}

#antenna-box h3 a{
  background:url("../images/antenna-title.png") no-repeat 0 0;
}

#front-content-container ul{
  margin:0 0 0 28px;
  color:#cfcfcf;
  font-size:12px;
}

#front-content-container ul li{
  margin:13px 0 0 0;
}

#automation-box{
  width:230px;
  height:340px;
  background:#333;
  float:left;
  margin:0 10px 0 0;
  background:url("../images/automation-box.jpg") no-repeat 0 0;
}

#audio-visual-box{
  width:235px;
  height:340px;
  background:#333;
  float:left;
  margin:0 10px 0 0;
  background:url("../images/av-box.jpg") no-repeat 0 0;
}

#lighting-box{
  width:235px;
  height:340px;
  background:#333;
  float:left;
  margin:0 10px 0 0;
  background:url("../images/lighting-box.jpg") no-repeat 0 0;
}

#antenna-box{
  width:230px;
  height:340px;
  background:#333;
  float:left;
  background:url("../images/antenna-box.jpg") no-repeat 0 0;
}

.home-nav-box a{
    color:#fff;
}

.home-nav-box a:hover{
    text-decoration:none;
    color:#F8981D;
    opacity:1;
}

/*
 * Sub-page content
 */

#sub-page-header{
  height:68px;
  width:auto;
  position:relative;
  overflow: hidden;
}

h2.custom{
    color:#f8981d;
    font-size:18px;
    letter-spacing:1px;
    background:url("../images/heading-arrow.png") 0 0 no-repeat;
    padding:0 0 0 20px;
    margin-left: -20px;
    text-transform:uppercase;
    text-shadow:-1px -1px 1px #000;
}
h2.custom a{
    color:#f8981d;
}
h2.custom a:hover{
    text-decoration: none;
}

#breadcrumb{
  list-style:none;
  /*float:right;
  margin:36px 30px 0 0;*/
  position:absolute;
  top:36px;
  right:30px;
}

#breadcrumb li{
  float:left;
  padding:0 0 0 5px;
}

#breadcrumb li a{
  color:#f8981d;
  background:url("../images/breadcrumb-seperator.png") center right no-repeat;
  padding:0 10px 0 0;
}

#breadcrumb li span{
  color:#fff;
}

#sub-page-nav{
  width:160px;
  float:left;
  padding:40px 30px 0 40px;
  min-height:300px;
}

#sub-page-nav ul{
  margin:0;
}

#sub-page-nav ul li{
  margin:0 0 17px 0;
}

#sub-page-nav ul li a{
  color:#cfcfcf;
  font-size:12px;
}

#sub-page-nav ul li a:hover, #sub-page-nav ul li a.selected{
  color:#cfcfcf;
  font-size:12px;
  text-decoration:underline;
}

.generic-content{
  width:250px;
  float:left;
}

.how-content{
    float:right;
    width:460px;
    padding:0 20px 0 0;
}

.gallery-content{
    float:left;
    padding:0 20px 0 0;
    width: 700px;
}

.gallery-content a{
    padding:5px;
    background:#111;
    opacity:0.7;
    display:block;
    -webkit-transition: opacity 0.4s ease-in;
    float:left;
    margin:0 10px 10px 0;
}

.gallery-content a:hover{
    opacity:1;
    -webkit-transition: opacity 0.4s ease-in;
}

.gallery-content a img{
    width:150px!important; /*using important to override the ridiculously convoluted way pandani does image sizes in the gallery plugin*/
    height:100px!important; 
}

h3{
    font-family: 'ConduitITCStdLight',serif;
    font-size:16px;
    color:#fbb92a;
    letter-spacing:1px;
}

.news-content div hr{
    display:none;
}

.how-images{
    float:left;
    width:460px;
    padding:0 0 0 40px;
    overflow:hidden;
}

.news-content{
    width: auto;
    padding:0 40px 0 40px;
    overflow:hidden;
    position: relative
}

#sub-page-nav hr{
    display:none;
}

ul.archive-nav li {
    margin: 0 0 5px !important;
}

ul.archive-nav li ul {
    margin-left: 15px !important;
    display: none;
}

ul.archive-nav li.active ul {
    display: block;
}

.how-images img{
    margin:0 20px 20px 0;
}

#sub-page-content p{
  line-height: 20px;
  margin:0 0 20px;
}

#sub-page-content h2:first-child + p{
font-size:14px;
  line-height: 20px;
  margin:0 0 20px;
}

#sub-page-images{
  width:440px;
  float:left;
  padding:0 30px;
}

#sub-page-images img{
  width:440px;
  display:block;
}

.img-wrapper{
    overflow:hidden;
    margin:0 0 30px;
    padding:5px;
    background:#111;
}
.img-wrapper p {
    text-align: center;
}
    
#sub-page-content .img-wrapper{
    margin-top:40px;
}

#sub-page-images img{
    width:430px!important;  /*used to override inline styles added by pandani*/
    height:auto!important;  /*used to override inline styles added by pandani*/
}

.generic-content img{
    width:240px!important;  /*used to override inline styles added by pandani*/
    height:auto!important;  /*used to override inline styles added by pandani*/
}

#sub-page-content .img-wrapper p.caption, #sub-page-images .img-wrapper p.caption{
    margin:2px 0 0 0;
    color:#555;
    font-size:11px;
    line-height:12px;
    text-align: left;
}

#sub-page-content h2{
    font-size:22px;
    margin:0 0 18px;
}

#sub-page-images #gallery-link{
  width:63px;
  height:11px;
  text-indent:-9999px;
  display:block;
  background:url("../images/gallery-link.png") no-repeat;
  float:right;  
}

/*
 * Footer Nav
 */

#footer-nav{
    width:940px;
    margin:0 auto;
    padding:20px 40px 40px;
    position:relative;
    background:url("../images/footer-nav-bg.png") 0 0 no-repeat;
    overflow:hidden;
}

#footer-nav ul{
    float: left;
    margin: 0 45px 0 0;
    width: 200px;
}

#footer-nav ul li{
    padding:6px 0;
    border-bottom:1px dotted #646464;
    color:#b6b6b6;
}

#footer-nav ul li h3{
    text-transform:uppercase;
    font-size:16px;
    margin:0 0 10px;
    color:#f8981d;
    text-shadow:2px 1px 2px #000;
}


#footer-nav ul li a{
    color:#b6b6b6;
}

#footer-nav ul li br{
    display: block;
    margin: 5px 0 0;
}

#footer-nav ul li a:hover{
    text-decoration:none;
    color:#f8981d;
}

#footer-nav #newsletter{
    margin:0;
}

#footer-nav #newsletter li{
    border:none;
}

#footer-nav li#newsletter-wrapper{
    padding:0;
    height:21px;
    overflow:hidden;
    border:2px solid #000;
}

#footer-nav #newsletter li form input{
    background: none repeat scroll 0 0 #FEFEFE;
    border: none;
    border-right:2px solid #666;
    color: #444444;
    float: left;
    font-size: 11px;
    padding: 4px;
    width: 106px;
}

#footer-nav #newsletter li form #subscribe-button{
    width:80px;
    height:25px;
    /*border-top:2px solid #000;
    border-right:2px solid #000;
    border-bottom:2px solid #000;*/
    border:none;
    background:url("../images/subscribe-btn.png") no-repeat;
    text-indent:-9999px;
    font-size:1px;
    display:block;
    overflow:hidden;
}


/*
 * Footer
 */

#footer{
  width:100%;
  /*height:174px;*/
  background:url("../images/footer-rpt.png") repeat-x #000;
  position: relative;
}

#footer-inner{
  width:1020px;
  /*height:104px;*/
  margin:0 auto;
  padding:50px 0 10px;
  position:relative;
  /*background:url("../images/footer-inner.png") no-repeat top center;*/
}

#footer-inner p{
  font-size:11px;
  color:#8f8f8f;
  text-shadow: 1px 1px 1px #000;
  line-height:15px;
  margin:0 0 0 20px;
}

#footer a{
 color:#8f8f8f;
}

#footer-icons{
  /*width:620px;*/
  height:36px;
  margin:20px 0 0 20px;
  list-style:none;
}

#footer-icons li{
  height:36px;
  display:block;
  float:left;
  margin:0 20px 0 0;
  text-indent:-9999px;
}

#footer-icons a{
  height:36px;
  display:block;
  opacity:.7;
  -webkit-transition: opacity 0.5s ease-in;
}

#footer-icons a:hover{
    opacity:1;
}

#footer-icons #dynalite{
  width:100px;
  background:url("../images/footer/dynalite.png") no-repeat;
}

#footer-icons #cedia{
  width:30px;
  background:url("../images/footer/cedia.png") no-repeat;
}

#footer-icons #control{
  width:130px;
  background:url("../images/footer/control-soft.png") no-repeat;
}

#footer-icons #eco{
  width:82px;
  background:url("../images/footer/eco-linx.png") no-repeat;
}

#footer-icons #phillips{
  width:65px;
  background:url("../images/footer/phillips.png") no-repeat;
}

#footer-icons #revolution{
  width:100px;
  background:url("../images/footer/revolution.png") no-repeat;
}

#footer-icons #crestron{
    width:146px;
    background:url("../images/footer/crestron.png") no-repeat;
}

#footer-logo{
  height:50px;
  width:183px;
  position:absolute;
  bottom:20px;
  right:20px;
  background:url("../images/footer-logo.png") no-repeat;
  text-indent:-9999px;
  opacity:0.7;
   -webkit-transition: opacity 0.5s ease-in;
}

#footer-logo:hover{
    opacity:1;
}

#facebook {
    display: block;
    position: absolute;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../images/facebook.png") no-repeat;
    top: 20px;
    right: 20px;
    height: 50px;
    width: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: 0.7;
}

#facebook:hover{
    opacity:1;
}

/*form*/
.contact-details{
    float: left;
    overflow: hidden;
    padding: 40px 0 0 40px;
    width: 260px;
}

.contact-details h3, .contact-details p{
    margin: 10px 0;
}

.contact-content {
    float: right;
    padding: 0 20px 0 0;
    width: 660px;
}

.input {
    padding: 8px 0;
}
label {
    width: 200px;
display:block;
}

input, textarea {
    background: none repeat scroll 0 0 #111;
    border: 1px solid #555;
    padding:4px;
    color:#fff;
    width:300px
}

input:focus, textarea:focus{
    border:1px solid #fbb92a;
}

.submit input{
    width:auto;
    background:#fbb92a;
    color:#111;
    border-color:#111;
    padding:8px 20px;
    cursor:pointer;
    margin:10px 0 0;
}


.submit input:hover{
    color:#555;
}

legend{
    display:none;
}

/*dynalite*/

.dynalite-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:15px;
    border:1px solid #1c1c1c;
    background:#0f0f0f;
    width:908px;
    overflow:hidden;
    margin:0 0 10px;
    text-align: left;
}

#dynalite-intro{
    background:url(../images/dynalite-intro.png) no-repeat;
    border:none;
}

.dynalite-text{
    width:640px;
    overflow:hidden;
    float:right;
}

#dynalite-intro .dynalite-text{
    float:left;
    width:580px;
}

.dynalite-box h3, .dynalite-box h2{
    text-transform:uppercase;
    font-size:18px;
    margin:0 0 10px;
    background:url(../images/heading-arrow.png) no-repeat;
    padding:0 0 0 15px;
    font-family: 'ConduitITCStdLight',serif;
    color:#f8981d;
}

.dynalite-box p{
    font-weight:bold;
    line-height:16px;
    margin:0 0 10px 15px;
}

#dynalite-intro h2{
    font-family: 'ConduitITCStdLight',serif;
    margin:0 0 15px;
    font-size:20px;
    color:#F8981D;
    letter-spacing:1px;
    background:none;
    padding:0;
}

#dynalite-intro p{
   margin:0 0 15px 0; 
}

#dynalite-logo{
    float:right;
    margin:40px 0 0;
}

#dynalite-logo a{
    width:252px;
    height:72px;
    background:url(../images/dynalite-logo.png) no-repeat;
    text-indent:-9999px;
    display:inline-block;
}

.dynalite-img{
    float:left;
}

.dynalite-img img{
    width:224px;
    height:160px;
    background:#000;
    padding:1px;
    border:1px solid #282828;
}

.dynalite-box a{
    margin:10px 0 10px 20px;
    padding:0 0 0 25px;
    background:url(../images/pdf-link.png) no-repeat;
    color:#fff;
    text-decoration:underline;
    display:block;
    float:left;
}

@media screen and (max-width: 1020px) {
    #front-content-shadow, #content-shadow, #dynalite-content-shadow, #footer-inner {
        width: 980px;
    }
    #footer-nav {
        padding: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
@media screen and (min-width: 981px) {
    #content, #navigation, #header, #footer {
        left: 0 !important;
    }
    #btn-menu {
        display: none;
    }
}
@media screen and (max-width: 980px) {
    #front-content-shadow, #content-shadow, #dynalite-content-shadow, #footer-inner, #footer-nav, #front-sub-menu, #header-inner, #main-nav, #front-content-container {
        width: 100%;
    }
    #content-splash {
        background:url("../images/mesh-rpt.png");
    }
    #content, #content-wrapper, #content-splash, #content-container, #content-shadow {
        min-height: 0;
    }
    #top-nav {
        width: 100%;
        text-align: center;
    }
    #top-nav li {
        display: inline-block;
        float: none;
        margin: 0 3px;
    }
    
    #navigation {
        position: fixed;
        top: 0;
        right: -260px;
        width: 200px;
        height: 100%;
        background: #fff;
        z-index: 1000;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    #navigation-inner, #main-nav {
        height: 100%;
    }
    #navigation-inner {
        padding: 20px 0 0 20px;
        background: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        
    }
    #main-nav li {
        text-indent: 0;
        width: 100%;
        height: auto;
        margin: 5px 0;
    }
    #main-nav li a {
        background: none !important;
        width: auto !important;
        height: auto;
        margin: 0; !important
    }
    
    #phone {
        width: 100%;
        background-position: top center;
    }
    
    #front-sub-menu {
        height: auto;
    }
    #front-sub-menu ul {
        position: relative;
        top: 0;
        left: 0;
        background: none;
        padding: 10px;
        text-align: center;
    }
    #front-sub-menu ul li {
        display: inline-block;
    }
    #front-sub-menu ul li a {
        width: 126px;
    }
    #front-sub-menu #what a{
      background:url("../images/front-sub-menu-mobile.png") no-repeat 0 0;
    }

    #front-sub-menu #what a:hover{
      background:url("../images/front-sub-menu-mobile.png") no-repeat -0 0;
    }

    #front-sub-menu #how a{
      background:url("../images/front-sub-menu-mobile.png") no-repeat 0 -37px;
    }

    #front-sub-menu #how a:hover{
      background:url("../images/front-sub-menu-mobile.png") no-repeat 0 -37px;
    }

    #front-sub-menu #news a{
      background:url("../images/front-sub-menu-mobile.png") no-repeat 0 -74px;
    }

    #front-sub-menu #news a:hover{
      background:url("../images/front-sub-menu-mobile.png") no-repeat 0 -74px;
    }
    
    #front-content-container {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        padding: 10px;
    }
    #automation-box, #audio-visual-box, #lighting-box, #antenna-box {
        float: none;
        margin: 0 5px;
    }
    .home-nav-box {
        display: inline-block;
        text-align: left;
        vertical-align: top;
    }
    
    .banner {
        display: none;
    }
    
    #content-container {
        width: 100%;
    }
    
    .content-wrap, #sub-page-content, #sub-page-images {
        width: auto;
        overflow: hidden;
        float: none;
    }
    #sub-page-content {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 20px;
    }
    #sub-page-images img {
        width: 100% !important;
    }
    
    .gallery-content {
        text-align: center;
    }
    .gallery-content a {
        margin: 0 1px 10px;
        display: inline-block;
        float: none;
    }
    
    #footer-nav {
        text-align: center;
    }
    #footer-nav ul, #footer-nav #newsletter {
        display: inline-block;
        margin: 0 20px;
        float: none;
        text-align: left;
        vertical-align: top;
        width: 240px;
    }
    #footer-nav #newsletter li form input {
        width: 146px;
    }
    #footer-nav .tech-number {
        float: right;
    }
    #footer-menu {
        display: none !important;
    }
    
    .dynalite-box {
        width: 100%;
    }
    #dynalite-intro .dynalite-text, .dynalite-text {
        width: auto;
        float: none;
    }
    .dynalite-box h3, .dynalite-box h2 {
        background: none;
    }
}
@media screen and (max-width: 945px) {
    #footer-logo {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    input {
        width: 100%;
    }
    
    h2.custom {
        background: none;
        margin-left: 0;
        padding: 0;
    }
    
    #footer {
        background:url("../images/mesh-rpt.png");
    }
    
    #top-nav {
        right: auto;
        left 0;
        top: 105px;
        width: 100%;
        text-align: center;
    }
    
    #top-nav li, #top-nav li a {
        width: 120px;
    }
    
    #header {
        height: auto;
        background: url("../images/mesh-rpt.png");
    }
    #header-inner {
        overflow: hidden;
        height: auto;
    }
    h1#logo {
        position: relative;
        margin-top: 10px;
    }
    #phone {
        position: relative;
        top: 0;
        margin-bottom: 30px;
    }
    
    #front-content-container h3 a {
        margin: 0;
    }
    #automation-box, #audio-visual-box, #lighting-box, #antenna-box {
        background: none;
        height: auto;
        width: 140px;
        margin: 5px 0;
    }
    .home-nav-box ul {
        display: none;
    }
    
    .contact-details {
        text-align: left;
        padding: 40px 20px 0 20px;
        float: none;
        display: inline-block;
        width: 240px;
    }
    
    #sub-page-nav {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 240px;
        min-height: 0;
        padding: 10px 0 0;
        float: none;
        display: inline-block;
        margin: 0 20px;
    }
    #sub-page-nav ul {
        margin: 0 !important;
    }
    #sub-page-nav ul li {
        margin: 0;
        padding: 5px 0;
        border-bottom: 1px dotted #646464;
    }
    #sub-page-content {
        width: 100%;
    }
    #sub-page-content h2 {
        font-family: "ConduitITCStdLight",serif;
        color: #F8981D;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 28px;
    }
    #sub-page-images {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 0 20px;
    }
    #sub-page-images #gallery-link {
        margin-bottom: 10px;
    }
    
    #breadcrumb {
        right: auto;
        left: 20px;
    }
    
    .gallery-content a {
        margin: 0 4px 10px;
    }
    .gallery-content a img {
        width: 120px !important;
    }
        
    #footer-nav ul li h3 {
        margin: 20px 0 0;
    }
    #footer-inner {
        text-align: center;
        padding: 0 0 10px;
    }
    #footer-inner p {
        margin: 0 30px;
    }
    #footer-icons {
        overflow: hidden;
        height: auto;
        margin: 20px 10px 0 10px;
    }
    #footer-icons li {
        display: inline-block;
        margin: 0 10px;
        float: none;
    }
    
    #facebook {
        display: inline-block;
        position: relative;
        top: auto;
        right: auto;
        margin-bottom: 20px;
        opacity: 1;
    }
    
    .dynalite-img, #dynalite-logo, #dynalite-logo a {
        float: none;
        text-align: center;
    }
    #dynalite-logo {
        margin-top: 0;
    }.dynalite-box h3, .dynalite-box h2 {
        padding: 0;
    }
    .dynalite-box p {
        margin:  0 0 10px;
    }
}