@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	font-family: myFontmain;
	-webkit-font-smoothing:antialiased;
	font-weight: 100;
	color: #444;
	width: 100%;
	height: 100%;
	margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
img {
	max-width: 100%;
	height: auto;
	width: auto;
}

@font-face {
   font-family: myFontT;
   src: url("tall-films.expanded.ttf");
}
@font-face {
	font-family: myFontR;
	src:url("PoiretOne-Regular.ttf");
}
@font-face {
	font-family: myFontB;
	src:url("OpenSans-Bold.ttf");
}
@font-face {
	font-family: myFontOS;
	src:url("OpenSans-SemiBold.ttf");
}
@font-face {
	font-family: myFontTH;
	src:url("creatorcredits-bb.regular.otf");
}
@font-face {
	font-family: myFontmain;
	src:url("Poppins-Regular.ttf");
}
@font-face {
	font-family: myFontadvent;
	src:url("AdventPro-Medium.ttf");
}
@font-face {
	font-family: myFontRajdhani;
	src:url("Rajdhani-Bold.ttf");
}
h1 {
	font-family: myFontB;
    font-weight: bold;
}
h2, h3 {
    	font-family: myFontOS;
   
}
a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}
.alinks:hover {
    color:#FF8A01;
}
.facebookiconnav:hover {
    opacity: 0.6;
}
.instaiconnav:hover {
   opacity: 0.6;
}
.megaiconnav:hover {
    opacity: 0.6;
}
.phoneicon:hover {
    opacity: 0.6;
}
.envelopeicon:hover {
    opacity: 0.6;
}
.instaicon:hover {
    opacity: 0.6;
}
.megaicon:hover {
    opacity: 0.6;
}
.facebookicon:hover {
    opacity: 0.6;
}


.menubar {
    font-family: myFontTH;
}
.textaligncentre {
	text-align: center;
}
.bold {
    font-family: myFontB;
}
.quotes {
    font-weight: 600;
    font-style: italic;
}
.orangewriting {
      color:#FF8A01;
}
.darkerorange {
    color:#E36F02;
    font-weight: 900;
}
.greywriting {
    color:#8D9090;
}
.alinksorange:hover {
    color: aliceblue;
}
.alinksdarkorange:hover {
    color:#20221F;
}
.alinksmenuorange:hover {
    color:#F0F8FF;
}
.blacklinks:hover {
    color:#F0F8FF;
}
.mainpagebuttons:hover {
    color:aliceblue;
    box-shadow: 2px 3px 5px 2px #2E2E2E;
}
.sitemaplist {
	text-align: center;
	list-style: none;
    color:azure;
}
.sitemaptitlesize {
	text-align: center;
}

.sitemaplist {
	text-align: center;
	list-style: none;
}
.sitemaptitlesize {
	text-align: center;
}
.webdesigner {
    color: azure;
}
.cookiewriting {
    color: azure;
}
.transparent {
    color: transparent;
}
/*Multiple Slideshow*/

.mySlides1, .mySlides2, .mySlides3, .mySlides4 {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.prev:hover, .next:hover {
  background-color: #f1f1f1;
  color: black;
}
/*Mobile device*/
@media only screen and (min-width: 320px) and (max-width: 767px){

nav {

	z-index:10;
	width: 100%;
	height: 115px;
	position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
	margin-top: 0; 
    }
.logo {
	float:left;
	width: 120px;
	height: auto;
	margin: 53px 0px 13px 13px;
}
.socialmedia {

width: 50%;
    height: auto;
    z-index: 12;
     float: right;
    overflow-x: hidden;
    padding-right: 2%;
    padding-top: 10px;
}
.headercontact {
    padding: 0% 0% 0% 0%;
    margin: 5% 5% 0% 0%;
    z-index: 12;
    float: right;
    font-size: 12px;
    overflow-x: hidden;
}
.homepageno {
    color:#FFFFFF;
    float: right;
    padding: 0% 0% 0% 0%;
    font-family: myFontB;
    font-size: 16px;
    }
.homepageemail {
    color:#FFFFFF;
    float: right;
    padding: 3.5% 0% 1% 0%;
    font-family: myFontB;
    }
.facebookiconnav {
    width: 18px;
    height: auto;
    float: right;
    padding: 2% 0% 4% 8%;
    margin-right: 6%;
    }	
.instaiconnav {
    width: 25px;
    height: auto;
    float: right;
    padding: 2% 0% 0% 8%;
    margin-right: 5%;
    margin-top: 0%;
   
    }

.megaiconnav {
    width: 33px;
    height: auto;
    float: right;
    padding: 2.5% 0% 0% 0%;
    margin-right: 5%;
    margin-top: 0%;
    }
.slidebackground {
      background-color: black;
    }
.homepageslides {
    width: 100%;
    padding-top: 30%;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    background-color: black;
    height:auto;
    top: 0;
    left: 0;
    }
.w3-content {
    height: 280px;
    background-color: black;
    }

.buttonpanel {
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
	height: 350px;
    background-color: rgba(0, 0, 0, 0.7);
    margin-top: 93%;

    }
.blacklinks {
    padding: 2% 10% 1.8% 10%;
	font-size: 37px;
	text-align: center;
	Width: 220px;
	Height: 11px;
    font-family: myFontTH;
	display: inline-block;
	color:#898787;
	margin: 2% 0.5% 3% 0.5%;
    font-weight: 900;
     letter-spacing: 0%;

    }
.about {
      width: 100%;
    height: auto;
    float:left;
    background-color:#030303;
    color:azure;
    padding-bottom: 5%;
    margin-top: 60%;
    }
.abouttitle {
        margin-top: 45%;
    font-size: 30px;
  padding: 0% 5% 0% 5%;
    }
.abouttext {
     font-size: 14px;
    padding: 0% 5% 0% 5%;
    } 
.aboutsubtitle {
        text-align: center;
        color:#FF8A01;
        font-size: 22px;
        padding: 0% 4% 3% 4%;
    }
.smallersubtitles {
        text-align: center;
    color: #ff8a01;
    }
.whiteline {
     width: 250px;
    text-align: center;
    display: block;
margin-left: auto;
margin-right: auto;
    } 
/*Home Cinema*/
.homecinemaimage {
    width: 100%;
    height: 1670px;
    float: left;
    text-align: center;
    background-image:url("images/kenthomecinemamobile.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: aliceblue;
 
    }
.homecinematext {
      padding: 0% 10% 2% 10%;
    font-size: 15px;
    }
/*Smart Home*/
.smarthomeimage {
        width: 100%;
    height: 1060px;
    float: left;
    text-align: center;
padding-bottom: 15%;
    background-image:url("images/homecinemacrosslightmobile.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: aliceblue;    
    }
.smarthometitle {
      padding: 42% 15% 3% 15%;
    font-size: 32px;
      font-family: myFontTH;
    }
.smarthometext {
     padding: 5% 6% 94% 6%;
    font-size: 16px;
    line-height: 160%;
    }
.smallertitlesmart {
    font-size: 20px;  
    }
/*Gallery*/
.gallery {
	background-color: #2d2d2d;
	width: 100%;
	float: left;
	margin:0%;
	position: relative;
	overflow: hidden;
	height:auto;
	color: white;
	padding: 3% 0% 5% 0%;
	text-align: center;
    }
.gallerymaintitle {
    padding: 31% 5% 0% 5%;
    font-size: 45px;
    
    font-family: myFontTH;
    }
.smallergallerytext {
       font-size: 25px;
    padding: 0% 5% 3% 5%;
    letter-spacing: 5px;
    }
.galleryboxes {
    width: 100%;
	height:350px;
    display: inline-block;
	vertical-align: middle;
    margin: 1% 0% 5% 0%;
    background-color:#2D2D2D;
    text-align: left;
    padding: 1% 0% 18% 0%;
    font-size: 13px;
    line-height: 130%;
    }

.gallerytext {
    font-size: 12px;
    padding: 0% 2% 0% 2%;
    text-align: justify;
    }
.gallerytitle {
      padding: 2% 2% 1.5% 2%;
    text-align: center;
    }
.buttonboxblack {
    padding: 0% 10% 5% 10%;  
    }
/*Design Services*/
.designservicesimage {
    width: 100%;
    height: 980px;
    float: left;
    text-align: center;
    background-image:url("images/blueprinttablet.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: aliceblue;   
    }
.designtitle {
    padding: 42% 15% 3% 15%;
    font-size: 40px;
    font-family: myFontTH;
    line-height: 110%;
    }
.designtext {
    padding: 0% 15% 10% 15%;
    font-size: 16px;    
    }
/*About page*/
.abouttopimage {
    background-image: url("images/Main-Image2000topmob.jpg");
	background-repeat: no-repeat;
	background-size: cover !important;
	width: 100%;
	height: 210px;
    margin: 0;
    color: aliceblue;
    position: relative !important;
    float: left;
    }
.aboutpagetitle {
    font-size: 45px;
    padding: 1% 11% 1% 11%;
    font-family: myFontTH;
    }
.aboutword {
      padding: 0% 25% 0% 25%;  
    }
.aboutpagetext {
    float: left;
    text-align: center;
    padding: 10% 5% 3% 5%;
    font-size: 14px;
       border-bottom: solid 2px #FF8A01;
    }
.aboutwording {
    background-color: white;
    color:#20221F;
    text-align: justify;
    width: 100%;
    }
.largertext {
      font-size: 17px;
    font-weight: 600;
    letter-spacing: -1px;
    }
.registeredbrandstitle {
    font-size: 28px;
    font-family: myFontB;
    font-weight: bold;
    padding: 5% 0% 1% 0%;
    }
.mainpagebuttons {
    padding: 5% 0% 1.8% 0%;
	font-size: 37px;
	text-align: center;
	Width: 250px;
	Height: 40px;
    font-family: myFontTH;
	display: inline-block;
	color:#898787;
	margin: 2% 1% 5% 1%;
    font-weight: 900;
    letter-spacing: 0%;
    background-color: #040404;
    }
.aboutline {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height: auto;
    padding-bottom: 5%;     
    }
.dealerline {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 340px;
    height: auto;
    padding-bottom: 1%;     
    }
.elanimages {
    background-color:#161515;
	width: 100%;
	float: left;
	margin:0%;
	position: relative;
	overflow: hidden;
	height:auto;
	color: white;
	padding: 0% 0% 0% 0%;
	text-align: center;  
    }
.elan1 {
    width: 90%;
	height:250px;
	display: inline-block;
	vertical-align: middle;
	margin: 5% 0% 3% 0%;
	padding: 0%;
	background-image: url("images/Elan1.jpg");
	background-size: cover;	  
    }
.elan2 {
    width: 90%;
	height:250px;
	display: inline-block;
	vertical-align: middle;
	margin: 2% 0% 3% 0%;
	padding: 0%;
	background-image: url("images/elan2.jpg");
	background-size: cover;	  
    }
.elan3 {
    width: 90%;
	height:250px;
	display: inline-block;
	vertical-align: middle;
	margin: 2% 0% 5% 0%;
	padding: 0%;
	background-image: url("images/welcomehomeelandesk.jpg");
	background-size: cover;	  
    }
.certified1 {
    width: 100%;
    height: 700px;
	float: left;
	position: relative;
	font-size: 14px;
	overflow: hidden;
	margin: 0;
    text-align: justify;
    }
.certified1image {
    width: 100%;
	float: left;
	position: relative;
	height: 300px;
	overflow: hidden;
	margin: 0;
	background-image:url("images/ELANimage1.jpg");
	background-size: cover;
    border-bottom: solid 6px #FF8A01;
    }
.boxes {
   	position: absolute;
	height: 80%;
	width: auto;
	padding: 0% 6% 4% 6%;
    text-align: center;
    }
.smallertext {
      font-size: 12px;  
    }
.elanlogo {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6%;
    }
.total1 {
    width: 90%;
	height:250px;
	display: inline-block;
	vertical-align: middle;
	margin: 5% 0% 3% 0%;
	padding: 0%;
	background-image: url("images/total1.png");
	background-size: cover;	  
    }
.total2 {
    width: 90%;
	height:250px;
	display: inline-block;
	vertical-align: middle;
	margin: 2% 0% 3% 0%;
	padding: 0%;
	background-image: url("images/total2.5.jpg");
	background-size: cover;	  
    }
.total3 {
    width: 90%;
	height:250px;
	display: inline-block;
	vertical-align: middle;
	margin: 2% 0% 5% 0%;
	padding: 0%;
	background-image: url("images/total3.jpg");
	background-size: cover;	  
    }
.certified2image {
    width: 100%;
	float: left;
	position: relative;
	height: 300px;
	overflow: hidden;
	margin: 0;
	background-image:url("images/totalcontrol.jpg");
	background-size: cover;	 
    border-bottom: solid 6px #FF8A01;
    }
.urclogo {
    width: 200px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin: 12% 0% 0% 0%;
    padding: 0% 3% 4% 3%;
    }
.totallogo {
    width: 160px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin: 5% 0% 6% 0%;
    padding: 0% 3% 2% 3%;
    }
.mainbrands {
    width: 100%;
	float: left;
	margin:0%;
	position: relative;
	overflow: hidden;
	height:auto;
    padding-top: 2%;
	text-align: center;
    }
.mainbrandstitle {
    font-size: 30px;
    font-family: myFontB;
    font-weight: bold;
    padding: 7% 0% 1% 0%;   
    }
.brandline {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 270px;
    height: auto;
    padding-bottom: 1%;     
    }
.logos {
       padding: 2% 5% 8% 5%; 
    }
.denon {
    width: 180px;
    padding: 5% 2.5% 0.5% 2%; 
    }
.sony {
     width: 200px;
    height: auto;
 padding: 6% 2% 1% 2%; 
    }
.sonos {
       width: 180px;
    height: auto;
 padding: 0% 2% 1% 2%; 
    }
.definitive {
     width: 250px;
    height: auto;
     padding: 6% 2% 6% 2%; 
    }
.marantz {
      width: 200px;
    height: auto;
     padding: 6% 2% 4% 2%; 
    }
.monitor {
      width: 200px;
    height: auto;
     padding: 6% 2% 3% 2%; 
    }
.klipsch {
      width: 180px;
        height: auto;
     padding: 6% 2% 5% 2%; 
    }
.epson {
     width: 170px;
    height: auto;
     padding: 5% 2% 1% 2%; 
    }
.pulse {
      width: 150px;
    height: auto;
     padding: 8% 10% 1% 10%; 
    }
.jvc {
    width: 130px;
    height: auto;
     padding: 5% 12% 3% 12%; 
    }
.heos {
     width: 220px;
    height: auto;
     padding: 3% 12% 2% 12%; 
    }
.philips {
     width: 180px;
    height: auto;
     padding: 5% 12% 1% 12%; 
    }
.ubiquiti {
    width: 110px;
    height: auto;
    padding: 8% 12% 1% 12%; 
    }
.rako {
    width: 180px;
    height: auto;
    padding: 5% 12% 1% 12%;    
    }
.ring {
    width: 140px;
    height: auto;
    padding: 5% 12% 1% 12%;    
    }
/*Testimonials*/
.testimonialstitlesection {
    width: 100%;
    height: 285px;
    float: left;
    text-align: center;
    border-bottom: solid 2px #FF8A01;
    background-image:url("images/starfield-ceilings.jpg");
 color: aliceblue;
    }
.menubar {
     font-size: 23px;
  padding-top: 7%
    }
.featuredintext {
    font-size: 12px;    
    }
.houzz {
    width: 60px;
    height: auto;
    padding-bottom: 1%;
    }
.smallhouzz {
     width: 10px;
    padding: 0% 1% 0.5% 0%;
    }
.speechmarksleft {
     	width: 22px;
	height: auto;
	padding-right: 1%;
	padding-bottom: 0%;
	vertical-align: bottom;	   
    }
.speechmarksright {
     	width: 22px;
	height: auto;
	padding-left: 1%;
	padding-bottom: 0%;
	vertical-align: bottom;	   
    }
.testimonialstitle {
    font-size: 24px;
    padding: 38% 0% 2% 0%;  
    }
.testimonialtext {
      font-size: 16px;  
    }
.testimonialstext1 {
    width: 100%;
	float: left;
	position: relative;
	height: 630px;
	overflow: hidden;
	margin: 0; 
    font-size: 14px;
    }
.testimonialstext2 {
    width: 100%;
	float: left;
	position: relative;
	height: 520px;
	overflow: hidden;
	margin: 0; 
    font-size: 14px;
    }
.testimonialstext3 {
    width: 100%;
	float: left;
	position: relative;
	height: 740px;
	overflow: hidden;
	margin: 0; 
    font-size: 14px;
    }
.testimonialstext4 {
    width: 100%;
	float: left;
	position: relative;
	height: 1425px;
	overflow: hidden;
	margin: 0; 
    font-size: 13px;
    }
.testimonialstext5 {
    width: 100%;
	float: left;
	position: relative;
	height: 700px;
	overflow: hidden;
	margin: 0; 
    font-size: 14px;
    }
.testimonialstext6 {
    width: 100%;
	float: left;
	position: relative;
	height: 830px;
	overflow: hidden;
	margin: 0; 
    font-size: 13px;
    }
.testimonialstext7 {
    width: 100%;
	float: left;
	position: relative;
	height: 1670px;
	overflow: hidden;
	margin: 0; 
    font-size: 13px;
    }
.testimonialstext8 {
    width: 100%;
	float: left;
	position: relative;
	height: 650px;
	overflow: hidden;
	margin: 0; 
    font-size: 14px;
    }
.testimonialsslides1 {
    width: 100%;
	float: left;
	position: relative;
    height: 290px;
	overflow: hidden;
	margin: 0;  
      
    }
.testimonialsslides2 {
    width: 100%;
	float: left;
	position: relative;
    height: 290px;
	overflow: hidden;
	margin: 0;  
      
    }
.testimonialsslides3 {
    width: 100%;
	float: left;
	position: relative;
    height: 290px;
	overflow: hidden;
	margin: 0;       
    }
.testimonialsslides4 {
    width: 100%;
	float: left;
	position: relative;
    height: 290px;
	overflow: hidden;
	margin: 0;  
      
    }
.testimonialsslides5 {
    width: 100%;
	float: left;
	position: relative;
    height: 290px;
	overflow: hidden;
	margin: 0;       
    }
.testimonialsslides6 {
    width: 100%;
	float: left;
	position: relative;
    height: 290px;
	overflow: hidden;
	margin: 0;  
      
    }
.testimonialsslides7 {
    width: 100%;
	float: left;
	position: relative;
    height: 290px;
	overflow: hidden;
	margin: 0;  
      
    }
.testimonialsslides8 {
    width: 100%;
	float: left;
	position: relative;
    height: 290px;
	overflow: hidden;
	margin: 0;       
    }
.slideshow-container {

    width: 100%;
    height: auto;
    display: block;
margin-left: auto;
margin-right: auto;
    }
.buttonbox {
    width: 100%;
	height: auto;
    float: left;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
	padding: 10% 0% 4% 0%;
    
    }
/*News*/
.newsheader {
    width: 100%;
    height: 305px;
	float: left;
	margin:0;
    border-bottom: solid 2px #FF8A01;
    background-image:url("images/billboardmobileview.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #080808;

    }
.newspage {
    width: 100%;
    height: auto;
    float: left;
    padding: 2% 0% 5% 0%;
    }
.newsimage1 {
    width: 100%;
	float: left;
	position: relative;
    height: auto;
	overflow: hidden;
	margin: 0% 0% 0% 0%;
    text-align: center;

    }
.newstext1 {
    width: 100%;
	float: left;
	position: relative;
	height: auto;
	overflow: hidden;
	margin: 0;    
    }
.newstextwording {
    padding: 5% 6% 5% 6%; 
    text-align: center;
    margin: 0;
    font-size: 14px;
    }
.newsphoto {

    width: 80%;
    height: auto;
    background-size: cover;
    margin: 5% 5% 0% 5%;
    }
.newsline {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height: auto;
    padding-bottom: 5%;     
    }
/*Privacy & Cookie policy*/
.privacypolicy {
    background-color: #030304;
    text-align: center;
    color: aliceblue;
    padding: 28% 5% 5% 5%;
    font-size: 13px;
    }
/*Sitemap*/

.sitemap {
	width: 100%;
    height: auto;
	float: left;
	padding: 15% 0% 1% 0%;
    background-color: black;
    background-image: url("images/filmreelbackground.jpg");
        background-size: contain;
    background-repeat: no-repeat;

	}
.sitemap2 {
	width: 100%;
    height: auto;
	float: left;
	padding: 10% 0% 1% 0%;
    background-color: black;
    background-image: url("images/filmreelbackground.jpg");
        background-size: contain;
    background-repeat: no-repeat;

	}
.sitemap3 {
	width: 100%;
    height: auto;
	float: left;
	padding: 10% 0% 4% 0%;
    background-color: black;
    background-image: url("images/filmreelbackground.jpg");
        background-size: contain;
    background-repeat: no-repeat;

	}
.sitemapspacing {
	line-height: 24px;
	font-size: 14px;
	}
.sitemapspacing2 {
	font-size: 15px;
	line-height: 30px;
	}
.sitemapspacing4 {
	line-height: 20px;
    font-size: 11px;
   color:#9AA2A2;
	}
.cookiewriting {
	font-size: 11px;
    padding-top: 6%;
	}
.cedia {
    width: 130px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 0% 1% 0% 1%;
    }
.urc {
    width: 85px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 0% 1% 0% 1%;    
    }
.elan {
    width: 105px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 0% 1% 0% 1%;      
    }
.webdesigner {
	font-size: 11px;
    padding-top: 4%;
	}
.sitemapspacing3 {
	font-size: 12px;
	line-height: 26px;
    padding-top: 2%;
	}
.sitemaptitlesize {
	padding-bottom: 2%;
	font-size: 15px;
	}
.envelopeicon {
	width: 20px;
	height: auto;
    padding: 0% 2% 0.5% 1%;
    vertical-align: middle;
	}

.phoneicon {
	width: 20px;
	height: auto;
    padding: 0% 1.5% 1% 0%;
    vertical-align: middle;
	}
.facebookicon {
    width: 25px; 
    height: auto;
    padding: 6% 5% 7% 3%;
    }
.instaicon {
    width: 30px;
    height: auto;
    padding: 6% 5% 6% 3%;
    }
.megaicon {
    width: 40px;
    height: auto;
    padding: 6% 1% 6% 3%;
    }
}

/*tablet view*/
@media only screen and (min-width: 768px) and (max-width: 1023px){
nav {

	z-index:10;
	width: 100%;
	height: 105px;
	position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
	margin-top: 0; 
    }
.logo {
	float:left;
	width: 160px;
	height: auto;
	margin: 26px 0px 13px 20px;
}
.socialmedia {
    width: 30px;
    height: auto;
    position: fixed;
    z-index: 12;
    top: 0;
    right: 0;
    overflow-x: hidden;
    padding-right: 2%;
    padding-top: 12px;
}
.headercontact {
    padding: 5% 0% 0% 0%;
    margin-right: 7%;
    z-index: 12;
    float: right;
  
}
.homepageno {
      color:#FFFFFF;
   float: right;
    padding: 0% 0% 0% 0%;
 
    font-family: myFontB;
    font-size: 20px;
    }
.homepageemail {
      color:#FFFFFF;
   float: right;
    padding: 0.5% 0% 1% 0%;
  
    font-family: myFontB;
    }
.facebookiconnav {
    width: 18px;
    height: auto;
    float: right;
    padding: 0% 0% 24% 0%;
    margin-right: 5%;
    }	
.instaiconnav {
    width: 23px;
    height: auto;
    float: right;
    padding: 0% 0% 22% 0%;
    margin-right: -5%;
    margin-top: 3.5%;
   
    }

.megaiconnav {
    width: 31px;
    height: auto;
    float: right;
    padding: 0% 0% 0% 0%;
    margin-right: -8%;
    margin-top: 5.5%;
    }
.homepageslides {
    width: 100%;
       background-color: black;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
   padding-top: 14%;
   
	height: auto;

      top: 0;
      left: 0;
    }
.w3-content {
     	height: 460px;   
    }
.myslides {
    height: auto;
    }
.buttonpanel {
          position: absolute;
      top: 0px;
      left: 0px;
    text-align: center;
    	width: 100%;
	height: auto;
background-color: rgba(0, 0, 0, 0.7);
margin-top: 72%;

    }
.blacklinks {
    padding: 1% 0% 1.8% 0%;
	font-size: 35px;
	text-align: center;
	Width: 195px;
	Height: 11px;
    font-family: myFontTH;
	display: inline-block;
	color:#898787;
	margin: 2% 0.5% 3% 0.5%;
    font-weight: 900;
     letter-spacing: 0%;

    }
.about {
      width: 100%;
    height: auto;
    float:left;
    background-color:#030303;
    color:azure;
    padding-bottom: 10%;
    }
.abouttitle {
        margin-top: 30%;
    font-size: 35px;
  
    }
.abouttext {
 
    padding: 0% 5% 0% 5%;
    } 
.aboutsubtitle {
        text-align: center;
        color:#FF8A01;
        font-size: 22px;
        padding-bottom: 3%;
    }
.smallersubtitles {
        text-align: center;
    color: #ff8a01;
    }
.whiteline {
     width: 500px;
    text-align: center;
    display: block;
margin-left: auto;
margin-right: auto;
    }
/*Home Cinema*/
.homecinemaimage {
    width: 100%;
    height: 1150px;
    float: left;
    text-align: center;
    background-image:url("images/kenthomecinematablet.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: aliceblue;    
    }
.homecinematext {
      padding: 0% 12% 2% 12%;
    font-size: 16px;
    }
/*Smart Home*/
.smarthomeimage {
        width: 100%;
    height: 900px;
    float: left;
    text-align: center;

    background-image:url("images/homecinemacrosslightmob.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: aliceblue;    
    }
.smarthometitle {
      padding:20% 10% 2% 10%;
    font-size: 42px;
      font-family: myFontTH;
    }
.smarthometext {
     padding: 0% 10% 48% 10%;
    font-size: 18px;
    }
.smallertitlesmart {
    font-size: 20px;  
    }
/*Gallery*/
.gallery {
	background-color: #2d2d2d;
	width: 100%;
	float: left;
	margin:0%;
	position: relative;
	overflow: hidden;
	height:auto;
	color: white;
	padding: 3% 0% 5% 0%;
	text-align: center;
    }
.gallerymaintitle {
    padding-top: 28%;
    font-size: 52px;
    font-family: myFontTH;
    }
.galleryboxes {
    width: 600px;
	height:400px;
    display: inline-block;
	vertical-align: middle;
    margin: 1% 1% 5% 1%;
    background-color:#2D2D2D;
    text-align: left;
    padding: 1% 0% 25% 0%;
    font-size: 13px;
    }

.gallerytext {
    font-size: 12px;  
    }
.gallerytitle {
      padding-top: 1%;  
    }
/*Design Services*/
.designservicesimage {
    width: 100%;
    height: 950px;
    float: left;
    text-align: center;
    background-image:url("images/blueprinttablet.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: aliceblue;   
    }
.designtitle {
      padding:25% 10% 2% 10%;
    font-size: 50px;
      font-family: myFontTH;
    }
.designtext {
    padding: 0% 15% 8% 15%;
    font-size: 20px;    
    }
/*About page*/
.abouttopimage {
    background-image: url("images/Main-Image2000top.jpg");
	background-repeat: no-repeat;
	background-size: cover !important;
	width: 100%;
	height: 260px;
    margin: 0;
    color: aliceblue;
    position: relative !important;
    float: left;
    }
.aboutpagetitle {
    font-size: 45px;
    padding-bottom: 1%;
    font-family: myFontTH;
    }
.aboutpagetext {
    float: left;
    text-align: center;
    padding: 8% 5% 3% 5%;
    font-size: 16px;
      border-bottom: solid 2px #FF8A01;
    }
.aboutwording {
    background-color: white;
    color:#20221F;
    text-align: center;
    width: 100%;
    }
.largertext {
      font-size: 19px;
    font-weight: 600;
    letter-spacing: -1px;
    }
.registeredbrandstitle {
 font-size: 32px;
  font-family: myFontB;
    font-weight: bold;
    padding: 5% 0% 1% 0%;
    }
.mainpagebuttons {
        padding: 2.5% 0% 1.8% 0%;
	font-size: 37px;
	text-align: center;
	Width: 250px;
	Height: 34px;
    font-family: myFontTH;
	display: inline-block;
	color:#898787;
	margin: 2% 1% 3% 1%;
    font-weight: 900;
     letter-spacing: 0%;
    background-color: #040404;
    }
.aboutline {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 490px;
    height: auto;
    padding-bottom: 1%;     
    }
.dealerline {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 450px;
    height: auto;
    padding-bottom: 1%;     
    }
.elanimages {
    background-color:#161515;
	width: 100%;
	float: left;
	margin:0%;
	position: relative;
	overflow: hidden;
	height:auto;
	color: white;
	padding: 2% 0% 2% 0%;
	text-align: center;  
    }
.elan1 {
    width: 260px;
	height:150px;
	display: inline-block;
	vertical-align: middle;
	margin: 2%;
	padding: 5%;
	background-image: url(images/Elan1.jpg);
	background-size: cover;	  
    }
.elan2 {
    width: 260px;
	height:150px;
	display: inline-block;
	vertical-align: middle;
	margin: 2%;
	padding: 5%;
	background-image: url(images/elan2.jpg);
	background-size: cover;	  
    }
.elan3 {
    width: 260px;
	height:150px;
	display: inline-block;
	vertical-align: middle;
	margin: 2%;
	padding: 5%;
	background-image: url(images/welcomehomeelandesk.jpg);
	background-size: cover;	  
    }
.certified1 {
      	width: 100%;
    height: 600px;
	float: left;
	position: relative;
	
	overflow: hidden;
	margin: 0;
    text-align: justify;
    }
.certified1image {
    width: 100%;
	float: left;
	position: relative;
	height: 600px;
	overflow: hidden;
	margin: 0;
	background-image:url("images/ELANimage1.jpg");
	background-size: cover;	
      border-bottom: solid 2px #FF8A01;
    }
.boxes {
   	position: absolute;
	height: 80%;
	width: auto;
	padding: 0% 6% 4% 6%;
    text-align: center;
    }
.smallertext {
      font-size: 12px;  
    }
.elanlogo {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6%;
    }
.total1 {
    width: 260px;
	height:150px;
	display: inline-block;
	vertical-align: middle;
	margin: 2%;
	padding: 5%;
	background-image: url("images/total1.png");
	background-size: cover;	  
    }
.total2 {
    width: 260px;
	height:150px;
	display: inline-block;
	vertical-align: middle;
	margin: 2%;
	padding: 5%;
	background-image: url(images/total2.5.jpg);
	background-size: cover;	  
    }
.total3 {
    width: 260px;
	height:150px;
	display: inline-block;
	vertical-align: middle;
	margin: 2%;
	padding: 5%;
	background-image: url(images/total3.jpg);
	background-size: cover;	  
    }
.certified2image {
    width: 100%;
	float: left;
	position: relative;
	height: 600px;
	overflow: hidden;
	margin: 0;
	background-image:url("images/totalcontrol.jpg");
	background-size: cover;
      border-bottom: solid 2px #FF8A01;
    }
.urclogo {
    width: 220px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin: 12% 0% 8% 0%;
    padding: 0% 3% 4% 3%;
    }
.totallogo {
       width: 160px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
   margin: 12% 0% 6% 0%;
      padding: 0% 3% 2% 3%;
    }
.mainbrands {
    width: 100%;
	float: left;
	margin:0%;
	position: relative;
	overflow: hidden;
	height:auto;
    padding-top: 2%;
	text-align: center;
    }
.mainbrandstitle {
      font-size: 32px;
  font-family: myFontB;
    font-weight: bold;
    padding: 4% 0% 1% 0%;   
    }
.brandline {
         display: block;
    margin-left: auto;
    margin-right: auto;
    width: 270px;
    height: auto;
    padding-bottom: 1%;     
    }
.logos {
       padding: 2% 6% 8% 6%; 
    }
.denon {
    width: 180px;
    padding: 5% 2.5% 0.5% 2%; 
    }
.sony {
     width: 210px;
    height: auto;
 padding: 5.5% 2% 1% 2%; 
    }
.sonos {
       width: 180px;
    height: auto;
 padding: 2% 2% 1% 2%; 
    }
.definitive {
     width: 240px;
    height: auto;
     padding: 4% 2% 0% 2%; 
    }
.marantz {
      width: 200px;
    height: auto;
     padding: 6% 2% 3% 2%; 
    }
.monitor {
      width: 200px;
    height: auto;
     padding: 6% 2% 3% 2%; 
    }
.klipsch {
      width: 190px;
        height: auto;
     padding: 6% 2% 2% 2%; 
    }
.epson {
     width: 170px;
    height: auto;
     padding: 5% 2% 1% 2%; 
    }
.pulse {
      width: 170px;
    height: auto;
     padding: 5% 2% 1% 2%; 
    }
.jvc {
    width: 120px;
    height: auto;
     padding: 3% 2% 1.5% 2%; 
    }
.heos {
     width: 220px;
    height: auto;
     padding: 3% 2% 2% 2%; 
    }
.philips {
     width: 180px;
    height: auto;
     padding: 3% 2% 1% 2%; 
    }
.ubiquiti {
      width: 110px;
    height: auto;
     padding: 3% 2% 1% 2%; 
    }
.rako {
           width: 180px;
    height: auto;
     padding: 1% 2% 1% 2%;    
    }
.ring {
           width: 150px;
    height: auto;
     padding: 1% 2% 1% 2%;    
    }
/*Testimonials*/
.testimonialstitlesection {
    width: 100%;
    height: 250px;
    float: left;
    text-align: center;
    border-bottom: solid 2px #FF8A01;
    background-image:url("images/starfield-ceilings.jpg");
 color: aliceblue;
    }
    .menubar {
       font-size: 22px;
        padding-top: 2.5%;
    }
.featuredintext {
    font-size: 12px;    
    }
.houzz {
    width: 60px;
    height: auto;
    padding-bottom: 0.7%;
    }
.smallhouzz {
     width: 10px;
    padding: 0% 0% 0.5% 0%;
    }
.speechmarksleft {
     	width: 25px;
	height: auto;
	padding-right: 0.5%;
	padding-bottom: 0%;
	vertical-align: bottom;	   
    }
.speechmarksright {
     	width: 25px;
	height: auto;
	padding-left: 0.5%;
	padding-bottom: 0%;
	vertical-align: bottom;	   
    }
.testimonialtext {
     font-size: 17px;   
    }
.testimonialstitle {
    font-size: 30px;
    padding: 18% 0% 2% 0%;  
    }
.testimonialstext1 {
    width: 100%;
	float: left;
	position: relative;
	height: 400px;
	overflow: hidden;
	margin: 0; 
      font-size: 15px;
    }
.testimonialstext2 {
    width: 100%;
	float: left;
	position: relative;
	height: 380px;
	overflow: hidden;
	margin: 0; 
      font-size: 15px;
    }
.testimonialstext3 {
    width: 100%;
	float: left;
	position: relative;
	height: 460px;
	overflow: hidden;
	margin: 0; 
      font-size: 15px;
    }
.testimonialstext4 {
    width: 100%;
	float: left;
	position: relative;
	height: 950px;
	overflow: hidden;
	margin: 0; 
      font-size: 15px;
    }
.testimonialstext5 {
    width: 100%;
	float: left;
	position: relative;
	height: 450px;
	overflow: hidden;
	margin: 0; 
      font-size: 15px;
    }
.testimonialstext6 {
    width: 100%;
	float: left;
	position: relative;
	height: 590px;
	overflow: hidden;
	margin: 0; 
      font-size: 15px;
    }
.testimonialstext7 {
    width: 100%;
	float: left;
	position: relative;
	height: 1090px;
	overflow: hidden;
	margin: 0; 
      font-size: 15px;
    }
.testimonialstext8 {
    width: 100%;
	float: left;
	position: relative;
	height: 430px;
	overflow: hidden;
	margin: 0; 
      font-size: 15px;
    }
.testimonialsslides1 {
    width: 100%;
	float: left;
	position: relative;
    height: 500px;
	overflow: hidden;
	margin: 0;  
      
    }
.testimonialsslides2 {
    width: 100%;
	float: left;
	position: relative;
    height: 500px;
	overflow: hidden;
	margin: 0;  
      
    }
.testimonialsslides3 {
    width: 100%;
	float: left;
	position: relative;
    height: 500px;
	overflow: hidden;
	margin: 0;  
      
    }
.testimonialsslides4 {
    width: 100%;
	float: left;
	position: relative;
    height: 500px;
	overflow: hidden;
	margin: 0;  
      
    }
.testimonialsslides5 {
    width: 100%;
	float: left;
	position: relative;
    height: 500px;
	overflow: hidden;
	margin: 0;  
      
    }
.testimonialsslides6 {
    width: 100%;
	float: left;
	position: relative;
    height: 500px;
	overflow: hidden;
	margin: 0;  
      
    }
.testimonialsslides7 {
    width: 100%;
	float: left;
	position: relative;
    height: 500px;
	overflow: hidden;
	margin: 0;  
      
    }
.testimonialsslides8 {
    width: 100%;
	float: left;
	position: relative;
    height: 500px;
	overflow: hidden;
	margin: 0;  
      
    }
.slideshow-container {
 margin-top: 4%;
    width: 550px;
    height: auto;
    display: block;
margin-left: auto;
margin-right: auto;
    }
.buttonbox {
    width: 100%;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
	padding: 0% 0% 4% 0%;
    
    }
/*News*/
.newsheader {
    width: 100%;
    height: 280px;
    float: left;
    text-align: center;
    border-bottom: solid 2px #FF8A01;
    background-image:url("images/billboardnewsdesk.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #080808;
    margin: 0% 0% 0% 0%;

    }
.newspage {
    width: 100%;
    height: auto;
    float: left;
    padding: 2% 0% 5% 0%;
    }
.newsimage1 {
    width: 100%;
	float: left;
	position: relative;
    height: 320px;
	overflow: hidden;
	margin: 0% 0% 0% 0%;
    text-align: center;

    }
.newstext1 {
    width: 100%;
	float: left;
	position: relative;
	height: auto;
	overflow: hidden;
	margin: 0;    
    }
.newstextwording {
      padding: 2% 6% 5% 6%; 
    text-align: center;
    margin: 0;
    font-size: 14px;
    }
.newsphoto {

    width: 55%;
    height: auto;
    background-size: cover;
    margin: 5%;
    }
.newsline {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 490px;
    height: auto;
    padding-bottom: 1%;     
    }
/*Privacy & Cookie policy*/
.privacypolicy {
    background-color: #030304;
    text-align: center;
    color: aliceblue;
    padding: 14% 5% 5% 5%;
    font-size: 14px;
    }
/*Sitemap*/
.sitemap {
	width: 29%;
    height: 265px;
	float: left;
	padding: 3% 0% 1% 0%;
    background-color: black;
    background-image: url("images/filmreelbackgroundtab.jpg");
        background-size: contain;
    background-repeat: no-repeat;

	}
.sitemap2 {
    	width: 35.5%;
    height: 265px;
	float: left;
	padding: 3% 0% 1% 0%;
    background-color: black;
    background-image: url("images/filmreelbackgroundtab.jpg");
        background-size: contain;
    background-repeat: no-repeat;    
    }
.sitemap3 {
     	width: 35.5%;
    height: 265px;
	float: left;
	padding: 3% 0% 1% 0%;
    background-color: black;
    background-image: url("images/filmreelbackgroundtab.jpg");
        background-size: contain;
    background-repeat: no-repeat;   
    }
.sitemapspacing {
	line-height: 24px;
	font-size: 13px;
    padding: 0% 15% 0% 15%;
	}
.sitemapspacing2 {
	font-size: 13px;
	line-height: 27px;
	}
.sitemapspacing4 {
	line-height: 20px;
    font-size: 11px;
   color:#9AA2A2;
	}
.cookiewriting {
	font-size: 10px;
    padding-top: 6%;
	}
.cedia {
    width: 100px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 0% 1% 0% 1%;
    }

.webdesigner {
	font-size: 11px;
    padding-top: 2%;
	}
.sitemapspacing3 {
	font-size: 12px;
	line-height: 26px;
    padding-top: 2%;
	}
.sitemaptitlesize {
	padding-bottom: 2%;
	font-size: 15px;
	}
.envelopeicon {
	width: 18px;
	height: auto;
    padding: 0% 2% 1% 1%;
    vertical-align: middle;
	}

.phoneicon {
	width: 15px;
	height: auto;
    padding: 0% 1.5% 1% 0%;
    vertical-align: middle;
	}
.facebookicon {
    width: 20px; 
    height: auto;
    padding: 2% 2% 2% 2%;
    }
.instaicon {
    width: 25px;
    height: auto;
    padding: 2% 2% 2% 2%;
    }
.megaicon {
    width: 35px;
    height: auto;
    padding: 2% 2% 2% 2%;
    }
}
/*desktop view*/
@media only screen and (min-width: 1024px){
nav {

	z-index:10;
	width: 100%;
	height: 105px;
	position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
	margin-top: 0; 
    }
.logo {
	float:left;
	width: 190px;
	height: auto;
	margin: 15px 0px 13px 20px;
}
.socialmedia {
    width: 30px;
    height: auto;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    overflow-x: hidden;
    padding-right: 2%;
    padding-top: 12px;
}
.headercontact {
    padding: 3% 0% 0% 0%;
    margin-right: 5%;
    z-index: 2;
    float: right;
  
}
.homepageno {
      color:#FFFFFF;
   float: right;
    padding: 0% 0% 0% 0%;
 
    font-family: myFontB;
    font-size: 20px;
    }
.homepageemail {
      color:#FFFFFF;
   float: right;
    padding: 0.5% 0% 1% 0%;
  
    font-family: myFontB;
    }
.facebookiconnav {
    width: 18px;
    height: auto;
    float: right;
    padding: 0% 0% 24% 0%;
    margin-right: 5%;
    }	
.instaiconnav {
    width: 23px;
    height: auto;
    float: right;
    padding: 0% 0% 22% 0%;
    margin-right: -5%;
    margin-top: 3.5%;
   
    }

.megaiconnav {
    width: 31px;
    height: auto;
    float: right;
    padding: 0% 0% 0% 0%;
    margin-right: -9%;
    margin-top: 5.5%;
    }

.homepageslides {
    width: 100%;
	height: 800px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
     background-color:#030303;


      top: 0;
      left: 0;
    }
.w3-content {

    }
.buttonpanel {
          position: absolute;
      top: 0px;
      left: 0px;
    text-align: center;
    	width: 100%;
	height: 280px;
background-color: rgba(0, 0, 0, 0.7);
margin-top: 42%;
z-index: 2;
    }
.blacklinks {
    padding: 1% 0% 1.8% 0%;
	font-size: 37px;
	text-align: center;
	Width: 188px;
	Height: 11px;
    font-family: myFontTH;
	display: inline-block;
	color:#898787;
	margin: 2% 0.5% 3% 0.5%;
    font-weight: 900;
     letter-spacing: 0%;

    }
.about {
      width: 100%;
    height: auto;
    float:left;
    background-color:#030303;
    color:azure;
    padding-bottom: 5%;
    z-index: 20;
    }
.abouttitle {
        margin-top: 15%;
    font-size: 35px;
  z-index: 3;
    }
.abouttext {
 
    padding: 0% 12% 0% 12%;
    } 
.aboutsubtitle {
        text-align: center;
        color:#FF8A01;
        font-size: 22px;
        padding-bottom: 3%;
    }
.smallersubtitles {
        text-align: center;
    color: #ff8a01;
    }
.whiteline {
     width: 600px;
    text-align: center;
    display: block;
margin-left: auto;
margin-right: auto;
    }
/*Home Cinema*/
.homecinemaimage {
    width: 100%;
    height: 1020px;
    float: left;
    text-align: center;
    background-image:url("images/kenthomecinemadesktop3.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: aliceblue;    
    }
.homecinematext {
      padding: 0% 20% 3% 20%;
    font-size: 16px;
    }
/*Smart Home*/
.smarthomeimage {
    width: 100%;
    height: 1020px;
    float: left;
    text-align: center;
    background-image:url("images/homecinemacrosslightsdesktop.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: aliceblue;    
    }
.smarthometitle {
      padding: 11% 10% 2% 10%;
    font-size: 55px;
      font-family: myFontTH;
    }
.smarthometext {
     padding: 0% 10% 28% 10%;
    font-size: 20px;
    }
.smallertitlesmart {
    font-size: 20px;  
    }
/*Gallery*/
.gallery {
	background-color: #2d2d2d;
	width: 100%;
	float: left;
	margin:0%;
	position: relative;
	overflow: hidden;
	height:auto;
	color: white;
	padding: 3% 0% 2% 0%;
	text-align: center;
    }
.gallerymaintitle {
    padding-top: 8%;
    font-size: 52px;
    font-family: myFontTH;
    }
.galleryboxes {
    width: 430px;
	height:230px;
    display: inline-block;
	vertical-align: middle;
    margin: 1% 1% 5% 1%;
    background-color:#2D2D2D;
    text-align: left;
    padding: 1% 0% 10% 0%;
    font-size: 13px;
    }

.gallerytext {
    font-size: 12px;  
    }
.gallerytitle {
      padding-top: 1%;  
    }
/*Design Services*/
.designservicesimage {
    width: 100%;
    height: 900px;
    float: left;
    text-align: center;
    background-image:url("images/blueprintdesk2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: aliceblue;   
    }
.designtitle {
      padding: 13% 10% 3% 10%;
    font-size: 55px;
      font-family: myFontTH;
    }
.designtext {
    padding: 0% 15% 12% 15%;
    font-size: 22px;    
    }
/*About page*/
.abouttopimage {
    background-image: url("images/Main-Image2000top.jpg");
	background-repeat: no-repeat;
	background-size: cover !important;
	width: 100%;
	height: 320px;
    margin: 0;
    color: aliceblue;
    position: relative !important;
    float: left;
    }
.menubarabout {
     text-align: center;
    padding-top: 285px;
    font-family: myFontTH;
    font-size: 27px;
    }
.aboutpagetitle {
    font-size: 60px;
    padding-bottom: 0%;
    font-family: myFontTH;
    }
.aboutpagetext {
    float: left;
    text-align: center;
    padding: 4% 10% 3% 10%;
     border-bottom: solid 2px #FF8A01;
   font-size: 15px;
    }
.aboutwording {
    background-color: white;
     color:#585858;
    text-align: center;
    width: 100%;
    }
.largertext {
      font-size: 20px;
    font-weight: 600;
    letter-spacing: -1px;
    }
.registeredbrandstitle {
 font-size: 38px;
  font-family: myFontB;
    font-weight: bold;
    padding: 5% 0% 1% 0%;
    }
.mainpagebuttons {
        padding: 1% 0% 1.8% 0%;
	font-size: 37px;
	text-align: center;
	Width: 230px;
	Height: 21px;
    font-family: myFontTH;
	display: inline-block;
	color:#898787;
	margin: 2% 1% 3% 1%;
    font-weight: 900;
     letter-spacing: 0%;
    background-color: #040404;
    }
.aboutline {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 550px;
    height: auto;
    padding-bottom: 1%;     
    }
.dealerline {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 460px;
    height: auto;
    padding-bottom: 1%;     
    }
.elanimages {
    background-color:#161515;
	width: 100%;
	float: left;
	margin:0%;
	position: relative;
	overflow: hidden;
	height:auto;
	color: white;
	padding: 2% 0% 2% 0%;
	text-align: center;  
    }
.elan1 {
    width: 260px;
	height:150px;
	display: inline-block;
	vertical-align: middle;
	margin: 2%;
	padding: 5%;
	background-image: url(images/Elan1.jpg);
	background-size: cover;	  
    }
.elan2 {
    width: 260px;
	height:150px;
	display: inline-block;
	vertical-align: middle;
	margin: 2%;
	padding: 5%;
	background-image: url("images/elan2.jpg");
	background-size: cover;	  
    }
.elan3 {
    width: 260px;
	height:150px;
	display: inline-block;
	vertical-align: middle;
	margin: 2%;
	padding: 5%;
	background-image: url(images/welcomehomeelandesk.jpg);
	background-size: cover;	  
    }
.certified1 {
      	width: 50%;
	float: left;
	position: relative;
	padding-bottom: 45%;
	overflow: hidden;
	margin: 0;
    text-align: justify;
    border-bottom: solid 10px #E36E02;
    }
.certified1image {
    width: 50%;
	float: left;
	position: relative;
	padding-bottom: 45%;
	overflow: hidden;
	margin: 0;
	background-image:url("images/ELANimage1.jpg");
	background-size: cover;
     border-bottom: solid 10px #e36e02;
    }
.boxes {
   	position: absolute;
	height: 80%;
	width: auto;
	padding: 0% 6% 4% 6%;
    text-align: center;
    }
.smallertext {
      font-size: 12px;  
    }
.elanlogo {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6%;
    }
.total1 {
    width: 260px;
	height:150px;
	display: inline-block;
	vertical-align: middle;
	margin: 2%;
	padding: 5%;
	background-image: url("images/total1.png");
	background-size: cover;	  
    }
.total2 {
    width: 260px;
	height:150px;
	display: inline-block;
	vertical-align: middle;
	margin: 2%;
	padding: 5%;
	background-image: url(images/total2.5.jpg);
	background-size: cover;	  
    }
.total3 {
    width: 260px;
	height:150px;
	display: inline-block;
	vertical-align: middle;
	margin: 2%;
	padding: 5%;
	background-image: url(images/total3.jpg);
	background-size: cover;	  
    }
.certified2image {
    width: 50%;
	float: left;
	position: relative;
	padding-bottom: 45%;
	overflow: hidden;
	margin: 0;
	background-image:url("images/totalcontrol.jpg");
	background-size: cover;	 
     border-bottom: solid 10px #E36E02;
    }
.urclogo {
    width: 220px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin: 12% 0% 8% 0%;
    padding: 0% 3% 2% 3%;
    }
.totallogo {
       width: 160px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
   margin: 12% 0% 6% 0%;
      padding: 0% 3% 3% 3%;
    }
.mainbrands {
    width: 100%;
	float: left;
	margin:0%;
	position: relative;
	overflow: hidden;
	height:auto;
    padding-top: 2%;
	text-align: center;
    }
.mainbrandstitle {
      font-size: 38px;
  font-family: myFontB;
    font-weight: bold;
    padding: 4% 0% 1% 0%;   
    }
.brandline {
         display: block;
    margin-left: auto;
    margin-right: auto;
    width: 270px;
    height: auto;
    padding-bottom: 1%;     
    }
.logos {
       padding: 2% 7% 5% 7%; 
    }
.denon {
    width: 190px;
    padding: 0% 2.5% 1% 2%; 
    }
.sony {
     width: 210px;
    height: auto;
 padding: 0% 2% 1% 2%; 
    }
.sonos {
       width: 180px;
    height: auto;
 padding: 0% 2% 0.5% 2%; 
    }
.definitive {
     width: 250px;
    height: auto;
     padding: 2% 2% 3% 2%; 
    }
.marantz {
      width: 200px;
    height: auto;
     padding: 3% 2% 3% 2%; 
    }
.monitor {
      width: 220px;
    height: auto;
     padding: 3% 2% 2.5% 2%; 
    }
.klipsch {
      width: 200px;
        height: auto;
     padding: 3% 2% 2% 2%; 
    }
.epson {
     width: 170px;
    height: auto;
     padding: 3% 2% 1% 2%; 
    }
.pulse {
      width: 170px;
    height: auto;
     padding: 3% 2% 1% 2%; 
    }
.jvc {
    width: 150px;
    height: auto;
     padding: 2% 2% 0% 2%; 
    }
.heos {
     width: 220px;
    height: auto;
     padding: 3% 2% 1% 2%; 
    }
.philips {
     width: 180px;
    height: auto;
     padding: 3% 2% 0% 2%; 
    }
.ubiquiti {
      width: 110px;
    height: auto;
     padding: 3% 2% 1% 2%; 
    }
.rako {
           width: 120px;
    height: auto;
     padding: 3% 2% 1% 2%;   
    }
.ring {
          width: 110px;
    height: auto;
     padding: 3% 2% 1% 2%;    
    }
/*Testimonials*/
.testimonialstitlesection {
    width: 100%;
    height: 250px;
    float: left;
    text-align: center;
    border-bottom: solid 2px #FF8A01;
    background-image:url("images/starfield-ceilings.jpg");
    color: aliceblue;
    }
.menubar {
     font-size: 25px;
 
    }
.featuredintext {
    font-size: 12px;    
    }
.houzz {
    width: 60px;
    height: auto;
    padding-bottom: 0.7%;
    }
.smallhouzz {
     width: 10px;
    padding: 0% 0% 0.5% 0%;
    }
.speechmarksleft {
    width: 25px;
	height: auto;
	padding-right: 0.5%;
	padding-bottom: 0%;
	vertical-align: bottom;	   
    }
.speechmarksright {
    width: 25px;
	height: auto;
	padding-left: 0.5%;
	padding-bottom: 0%;
	vertical-align: bottom;	   
    }
.testimonialtext {
     font-size: 16px;   
    }
.testimonialstitle {
    font-size: 38px;
    padding: 8% 0% 1.5% 0%;  
    }
.testimonialstext1 {
    width: 55%;
	float: left;
	position: relative;
	height: 480px;
	overflow: hidden;
	margin: 0; 
 }
.testimonialstext2 {
    width: 55%;
	float: left;
	position: relative;
	height: 480px;
	overflow: hidden;
	margin: 0; 
 }
.testimonialstext3 {
    width: 55%;
	float: left;
	position: relative;
	height: 520px;
	overflow: hidden;
	margin: 0;
    font-size: 15px;
 }
.testimonialstext4 {
    width: 55%;
	float: left;
	position: relative;
	height: 770px;
	overflow: hidden;
	margin: 0;
    font-size: 14px;
  
 }
.testimonialstext5 {
    width: 55%;
	float: left;
	position: relative;
	height: 500px;
	overflow: hidden;
	margin: 0;
    font-size: 15px;
 }
.testimonialstext6 {
    width: 55%;
	float: left;
	position: relative;
	height: 510px;
	overflow: hidden;
	margin: 0;
    font-size: 14px;
  
 }
.testimonialstext7 {
    width: 55%;
	float: left;
	position: relative;
	height: 920px;
	overflow: hidden;
	margin: 0;
    font-size: 14px;
  
 }
.testimonialstext8 {
    width: 55%;
	float: left;
	position: relative;
	height: 520px;
	overflow: hidden;
	margin: 0;
    font-size: 15px;
 }
.testimonialsslides1 {
    width: 45%;
	float: left;
	position: relative;
    height: 480px;
	overflow: hidden;
	margin: 0;  
    
    }
.testimonialsslides2 {
    width: 45%;
	float: left;
	position: relative;
    height: 480px;
	overflow: hidden;
	margin: 0;  
    
    }
.testimonialsslides3 {
    width: 45%;
	float: left;
	position: relative;
    height: 520px;
	overflow: hidden;
	margin: 0;  
    
    }
.testimonialsslides4 {
    width: 45%;
	float: left;
	position: relative;
    height: 770px;
	overflow: hidden;
	margin: 0;  
    padding-top: 8%;
    }
.testimonialsslides5 {
    width: 45%;
	float: left;
	position: relative;
    height: 500px;
	overflow: hidden;
	margin: 0;  
    
    }
.testimonialsslides6 {
    width: 45%;
	float: left;
	position: relative;
    height: 510px;
	overflow: hidden;
	margin: 0;  
    padding-top: 1%;
    }
.testimonialsslides7 {
    width: 45%;
	float: left;
	position: relative;
    height: 920px;
	overflow: hidden;
	margin: 0;  
    padding-top: 8%;
    }
.testimonialsslides8 {
    width: 45%;
	float: left;
	position: relative;
    height: 520px;
	overflow: hidden;
	margin: 0;  
    
    }
.slideshow-container {
    margin-top: 8%;
    width: 500px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
.buttonbox {
    width: 100%;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
	padding: 0% 0% 4% 0%;
    
    }
/*News*/
.newsheader {
    width: 100%;
    height: 280px;
    float: left;
    text-align: center;
    border-bottom: solid 8px #FF8A01;
    background-image:url("images/billboardnewsdesk.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #080808;
    margin: 0% 0% 0% 0%;
    padding-top: 0.5%;
    }
.newspage {
    width: 100%;
    height: auto;
    float: left;
    padding: 4% 0% 5% 0%;
    }
.newsimage1 {
    width: 42%;
	float: left;
	position: relative;
    height: 300px;
	overflow: hidden;
	margin: 0;
    text-align: center;
      
    }
.newstext1 {
    width: 58%;
	float: left;
	position: relative;
	height: 300px;
	overflow: hidden;
	margin: 0;
 
    }
.newstextwording {
      padding: 5% 10% 5% 0%; 
    text-align: justify;

    }
.newsphoto {
    width: 450px;
    height: 260px;
    background-size: cover;
    margin: 5%;
   
	}
.newsplacement {

    }
.newsline {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    height: auto;
    padding: 2% 0% 2% 30%;     
    }
/*Privacy & Cookie policy*/
.privacypolicy {
    background-color: #030304;
    text-align: center;
    color: aliceblue;
    padding: 10% 5% 5% 5%;
    font-size: 15px;
    }
/*Sitemap*/
.sitemap {
	width: 33.33%;
    height: 240px;
	float: left;
	padding: 3% 0% 1% 0%;
    background-color: black;
    background-image: url("images/filmreelbackground.jpg");
    background-size: contain;
    background-repeat: no-repeat;

	}
.sitemap2 {
	width: 33.33%;
    height: 240px;
	float: left;
	padding: 3% 0% 1% 0%;
    background-color: black;
    background-image: url("images/filmreelbackground.jpg");
    background-size: contain;
    background-repeat: no-repeat;

	}
.sitemap3 {
	width: 33.33%;
    height: 240px;
	float: left;
	padding: 3% 0% 1% 0%;
    background-color: black;
    background-image: url("images/filmreelbackground.jpg");
    background-size: contain;
    background-repeat: no-repeat;

	}
.sitemapspacing {
	line-height: 24px;
	font-size: 14px;
	}
.sitemapspacing2 {
	font-size: 14px;
	line-height: 27px;
	}
.sitemapspacing4 {
	line-height: 20px;
    font-size: 11px;
   color:#9AA2A2;
	}
.cookiewriting {
	font-size: 11px;
    padding-top: 6%;
	}
.cedia {
    width: 100px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 0% 1% 0% 1%;
    }
.urc {
    width: 85px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 0% 1% 0% 1%;    
    }
.elan {
    width: 105px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 0% 1% 0% 1%;      
    }
.webdesigner {
	font-size: 11px;
    padding-top: 5%;
	}
.sitemapspacing3 {
	font-size: 12px;
	line-height: 26px;
    padding-top: 2%;
	}
.sitemaptitlesize {
	padding-bottom: 2%;
	font-size: 15px;
	}
.envelopeicon {
	width: 18px;
	height: auto;
    padding: 0% 2% 1% 1%;
    vertical-align: middle;
	}

.phoneicon {
	width: 15px;
	height: auto;
    padding: 0% 1.5% 1% 0%;
    vertical-align: middle;
	}
.facebookicon {
    width: 20px; 
    height: auto;
    padding: 2% 2% 2% 2%;
    }
.instaicon {
    width: 25px;
    height: auto;
    padding: 2% 2% 2% 2%;
    }
.megaicon {
    width: 35px;
    height: auto;
    padding: 2% 2% 2% 2%;
    }
}



