body {	color:#fff;	font:300 15px/15px Roboto,Arial,Helvetica;/*background-color:#009EDF;*/-webkit-font-smoothing:antialiased;}

a{color:#00a9c6; text-decoration:none; font-weight:bold;}
a:hover{color:#666;}
.btn,a,.btn:hover,a:hover {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
outline: none !important;
}


.fa-2x
{
	position:fixed !important;
	margin:0 0 0 -20px !important;
	text-shadow:2px 2px 2px #000;
	color:#fff;
}

/*menu*/
.menu {
    position: fixed;
    right: -330px;
    width: 380px;
    height: 100%;
    top: 0;
    z-index: 10;
    text-align: left;
}

.menu ul
{
	text-decoration:none !important;
}


.menu ul li a
{
	text-decoration:none !important;
}


.menu.menu-open {
    right: 0;
}
.menu-wrap {
    position: absolute;
    top: 0;
    left: 60px;
    background: rgba(26, 26, 26, 0.82);
    width: 380px;
    height: 100%}
.menu h1.logo a {
    font-family: Raleway, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .15em;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px;
}
.menu h1.logo a:hover {
    color: #1abc9c;
}
.menu img.logo {
    margin: 20px 0;
    max-width: 160px;
}
.menu a {
    margin-left: 0px;
    color: gray;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.menu a:hover {
    color: #fff;
}
.menu a:active {
    color: #fff;
}
.menu a>i {
    float: left;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 25px;
    font-size: 14px;
    line-height: 40px;
    margin: 25px 2px;
}
.menu-close {
	cursor: pointer;
    display: block;
    position: absolute;
    font-size: 28px;
    color: gray;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 16px;
    right: 72px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.menu-close:hover {
    color: #fff;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.body-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}
.body-push-toright {
    left: 200px;
}
.body-push-toleft {
    left: -200px;
}
.menu, .body-push {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#menuToggle {
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 11;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    background: rgba(0, 0, 0, .25);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
#menuToggle:hover {
    color: #fff;
    background: rgba(0, 0, 0, .2);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

h1,h2,h3,h4{margin: 0;line-height: 1em;}
h1{font:700 5em Roboto,Arial,Helvetica;margin:0.25em 0;text-transform: uppercase;}
h2{font:300 2em Roboto,Arial,Helvetica;margin-bottom: 1.5em;}
h3{font:300 2em Roboto,Arial,Helvetica;margin:2em 0 1em 0;}
h4{font:300 1.5em Roboto,Arial,Helvetica;margin-bottom: 1em;}
h4 i{margin-right: 0.5em;}

p{font-size:1em;line-height: 1.7em; margin-bottom: 1.7em;}

.spacer{padding: 6em 0;}

.btn{border:none;border-radius: 0;padding: 1em 4em;background: rgba(0,0,0,0.5);text-transform: uppercase;}
.btn:hover,.btn:active{color: #fff;}
.btn-default{color: #ccc;border: 1px solid #aaa;}
.btn-default:hover,.btn-default:active{background: rgba(0,0,0,0.8);}
.btn-primary{color: #fff;background:#009EDF;width: 100%;outline: none;}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus{background:#2FC2FF;box-shadow: none;}

.topbar {background:url(../images/lines.png);	height:5px;/*position: fixed;*/top: 0;width: 100%;z-index: 1000;}
.navbar-nav > li > a{font-size: 1em;line-height: 3.6em;}
.navbar-fixed-top{top: 5px;}
.navbar-inverse{background: #111;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{background: none;color: #21abca;}

#head,.carousel{margin-top: 0;}

#home{padding-top: 6em;}
.carousel-caption{top:0;bottom: 0;left: 0; right: 0;padding: 0;}
.caption-wrapper{display: table;height: 100%;width: 100%;}
.caption-info{display: table-cell;vertical-align: middle;}
.caption-info p{font-size: 1.25em;}
.caption-info .btn i{margin-right:0.75em;}
.carousel-inner > .item > img, .carousel-inner > .item > a > img{width: 100%;}
.carousel-control{z-index:1000;}

.scrollToTop{
	width:40px; 
	height:40px;
	padding:10px; 
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	top:500px;
	right:30px;
	display:none;
	background: url('arrow_up.png') no-repeat 0px 20px;
}
.scrollToTop:hover{
	text-decoration:none;
}

/*about*/
.about.spacer{padding-left: 4em; padding-right: 4em; margin-top:4em;}
.about h2
{
	color:#454545;
	font-weight:normal !important;
	/*margin-top:30px;*/
	margin:40px 0px 0px 10px;
    float: left;
	text-transform:uppercase;
}

.about img
{
	float:left;
}

.about p
{
	color:#454545;
	margin-top: 30px;
	font-size:16px;
}

.about h3
{
	color:#454545;
	text-align:left;
	text-transform:uppercase;	
}

/*innerPages*/
.innerPages.spacer{padding-left: 4em; padding-right: 4em; margin-top:4em;}
.innerPages h2
{
	color:#454545;
	font-weight:normal !important;
	/*margin-top:30px;*/
	margin:40px 0px 0px 10px;
    float: left;
	text-transform:uppercase;
	text-align:justify;
}

.innerPages img
{
	float:left;
}

.innerPages p
{
	color:#454545;
	font-size:16px;
	text-align:justify;
	width:600px;
}

.innerPages h3
{
	color:#454545;
	text-align:left;
/*	text-transform:uppercase;*/	
	text-align:justify;
    font-size: 24px;

}


.innerPages ul
{
	color:#454545;
	font-size:16px;
	text-align:justify;
	width:60%;
}


.innerPages p strong
{
	color:#454545;
}

.innerPages ul li
{
	color:#454545;
	text-align:left;
	text-transform:uppercase;	
	text-align:justify;
	line-height:2em;
}



/*innerPagesFull*/
.innerPagesFull.spacer{padding-left: 4em; padding-right: 4em; margin-top:4em;}
.innerPagesFull h2
{
	color:#454545;
	font-weight:normal !important;
	/*margin-top:30px;*/
	margin:40px 0px 0px 10px;
    float: left;
	text-transform:uppercase;
	text-align:justify;
}

.innerPagesFull img
{
	float:left;
}

.innerPagesFull p
{
	color:#454545;
	font-size:16px;
	text-align:justify;
	/*width:600px;*/
}

.innerPagesFull h3
{
	color:#454545;
	text-align:left;
/*	text-transform:uppercase;*/	
	text-align:justify;
    font-size: 24px;

}


.innerPagesFull ul
{
	color:#454545;
	font-size:16px;
	text-align:justify;
	width:60%;
}


.innerPagesFull p strong
{
	color:#454545;
}




.innerPagesFull ul li
{
	color:#454545;
	text-align:left;
	text-transform:uppercase;	
	text-align:justify;
	line-height:2em;
}



.cMenu
{
	float:right;
	margin:0px;
	}


.cMenu ul
{
	position: inherit;
	margin:114px 0px 0px 0px;
}


.cMenu ul li
{
	margin-bottom:5px;
	text-align:left !important;
	list-style-type:none !important;
	
}


.cMenu ul li a
{
	color: #fff;
	text-decoration:none;
}


.cMenu ul li a:hover
{
	color: #00a9c6;
}





.InnerImage
{
	float: right !important;
    margin-top: -40%;


}


.InnerImage img
{
	

}

.process ul li{width: 14em;height: 14em;border: 1px solid #009EDF;padding: 0;border-radius: 50%;margin: 0 1.25em;line-height: 13.5em;color: #009EDF;}
.process ul li span{line-height: 22px;display: inline-block;font-weight: 300;}
.process ul li span i{font-size: 3em; margin: 26px 0px 16px 0px;}
.process ul li span b{display: block;font-size: 1em;font-weight: 300;}
.process ul li b{display: block;font-size: 1em;font-weight: 300;}


/*testimonials*/
.partners img{float: left;margin:0 75px 30px 0;}
.testimonails{min-height: 195px;}
.testimonails img{margin-top: 5px;}
.testimonails span{color: #888;}
.testimonails span b{font-weight: 400;}
.carousel-indicators li{border: 1px solid #2BB2E3;}
.carousel-indicators{bottom: 0;}

/*works*/
#works{padding-top:10em; }
#works figcaption a{border:1px solid #009EDF;margin-top: 1em;display: inline-block;color: #fff;padding: 0 2em;}
#works figcaption a:hover{text-decoration: none;padding: 0 3em;}

#works figcaption p{border:1px solid #009EDF;margin-top: 1em;display: inline-block;color: #fff;padding: 0 2em;}


/*works*/

/*team*/
.team figure{width: 100%;}
/*.team img{width: 100%;}*/
.team b{font-size: 1.2em;display: block;}
.team a i.fa{color: #fff; font-size: 2em;}
.team a i.fa:hover{color: #21abca;}


.highlight-info{ background:url(../images/lab.jpg) center fixed; background-size: cover; color:#fff;}
.highlight-info .overlay{background: rgba(33,171,202,0.5);}
.highlight-info h4{color: #fff;margin:0.5em 0 0 0;}
/*about us*/

.navbar-wrapper
{
	margin-bottom:-126px;
	float:left;
	    width: 100%;
}


<!--smartHome-->
.smartHome
{
	float:left;
	margin:0px;
	}

.smartHome a img
{
	margin:-50px 0px 0px -118px;
	 -webkit-transition:all 0.3s ease-out;
  -moz-transition:all 0.3s ease-out;
  -ms-transition:all 0.3s ease-out;
  -o-transition:all 0.3s ease-out;
  transition:all 0.3s ease-out;
}


.smartHome a img:hover
{
	-webkit-transform:rotate(15deg) scale(1.3);
  -moz-transform:rotate(15deg) scale(1.3);
  -ms-transform:rotate(15deg) scale(1.3);
  -o-transform:rotate(15deg) scale(1.3);
  transform:rotate(15deg) scale(1.3);

}

/*contact*/
#contact{background-color: #f5f5f5;}
.contactform textarea,.contactform input{width: 100%;padding:1em;border:1px solid #ccc;margin-bottom: 1em;border-radius: 0;outline: none;}
/*contact*/


.footer{background-color: #4A4A4A; color: #fff; font-size: 1em;color: #aaa; margin-top:-30px; position:relative;}
.footer a{color: #aaa;margin: 0 1em; }

.gototop{position: fixed;bottom: 20px; right: 20px;background: rgba(0,0,0,0.5);padding: 10px;color: #fff;}
.gototop i{line-height: 0.5em;}

<!--socialIcon-->

.socialIcon
{
	float:right;
}

.backHome a
{
	float:right;
	margin:0px -18px 0px 0px;
}


.socialIcon a img
{
	float:right;
	    margin: 0px 8px 0px 0px;
	
-webkit-transition:opacity .5s ease-out;
  -moz-transition:opacity .5s ease-out;
  -ms-transition:opacity .5s ease-out;
  -o-transition:opacity .5s ease-out;
  transition:opacity .5s ease-out;
  opacity:0.5;

}

.logo
{
	    float: left;
    /* height: 50px; */
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}


.socialIcon a img:hover
{
	opacity:1;
}


.award
{
	    float: right;
    margin: 0px 62px 0px 0px
}




/*smart home*/

.float-left{
	float: left;	
	margin: 0 0 0 20px;
}

.float-right{
	float: right;
	margin: 0 20px 0 0;
}

.center{
	font-size: 2.5em;
	padding: 80px 0 0 0;
	text-align: center;
}

#smart-home-automation{
	/*background:url(../images/imgs/firstBG.jpg) 50% 0 no-repeat fixed;*/
	/*color: white;
	width:80%;
	height: auto !important;
	margin: 0px auto;
	padding: 100px 0px 0px 0px;
	text-align:justify;*/
}



#smart-home-automation p{
	/*margin: 30px 0 20px 0;	
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	font-size: 18px;
line-height: 22px;
    letter-spacing: 1px;*/

}

#smart-home-automation h3{
	
	/*font-size-adjust:0.531;
	color: #fff;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
	font-style:normal;
	font-size:28px;
	border-left: 5px solid #009edf;
padding: 0px 0px 0px 8px;
text-align: left;*/



}


#second{
	background: url(../images/imgs/secondBG.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 1300px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}


#second p{
	margin: 30px 0 20px 0;	
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
font-size: 18px;
line-height: 22px;

    letter-spacing: 1px;
}

#second h3{
	
	font-size-adjust:0.531;
	color: #fff;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
	font-style:normal;
	font-size:28px;
	border-left: 5px solid #009edf;
padding: 0px 0px 0px 8px;
text-align: left;
	
}


#second .bg{
	background: url(../images/imgs/mobile-app.png) 50% 0 no-repeat fixed;
	height: 1300px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 900px;
	/*z-index: 200;*/
}


#entertainment-automation
{background:linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ), url(../images/imgs/entertainment.jpg) no-repeat center center;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
height:750px !important;
}

#entertainment-automation{
	
	color: white;
	padding: 5%;
	width:100% !important;
margin:0px auto;
	text-align:justify;	
}


#entertainment-automation p{
    margin: 30px 0 20px 0;
    /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); */
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: justify;
    /*width: 60%;*/
}

#entertainment-automation h2{
margin: -20px 0 50px 0;
    /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); */
    font-size: 18px;
    /* letter-spacing: 1px; */
    text-align: center;
    font-weight: normal;
    color: #fff !important;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

#entertainment-automation h3{
	
    color: #fff;
    font-size: 28px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    font-family: 'Raleway', sans-serif;
	font-weight:bold;

}

#entertainment-automation h3:after {
    display: inline-block;
    margin: 0 0 8px 20px;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #00a9c6;
    width: 140px;
}
#entertainment-automation h3:before {
    display: inline-block;
    margin: 0 20px 8px 0;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #00a9c6;
    width: 140px;
}




#temperature-climate-control{
	background:linear-gradient(
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),  url(../images/imgs/secondBG.jpg) no-repeat;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:750px !important;
  
}


#temperature-climate-control p{
    margin: 30px 0 20px 0;
    /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); */
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: justify;
}


#temperature-climate-control h2{
margin: -20px 0 50px 0;
    /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); */
    font-size: 18px;
    /* letter-spacing: 1px; */
    text-align: center;
    font-weight: normal;
    color: #fff !important;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}


#temperature-climate-control h3{
	
	
    color: #fff;
    font-size: 28px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    font-family: 'Raleway', sans-serif;
	font-weight:bold;
	
}

#temperature-climate-control h3:after {
    display: inline-block;
    margin: 0 0 8px 20px;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #00a9c6;
    width: 140px;
}
#temperature-climate-control h3:before {
    display: inline-block;
    margin: 0 20px 8px 0;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #00a9c6;
    width: 140px;
}



#temperature-climate-control{
	
	color: white;
	padding: 5%;
	width:100% !important;
margin:0px auto;
	text-align:justify;	
}

#central-lighting-control
{
	color: white;
	padding: 5%;
	width:100% !important;
margin:0px auto;
	text-align:justify;	

}
 
#central-lighting-control{
	background:linear-gradient(
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),  url(../images/imgs/sample2.gif) no-repeat;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:750px !important;
}


#central-lighting-control p{
    margin: 30px 0 20px 0;
    /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); */
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: justify;
}


#central-lighting-control h2{
margin: -20px 0 50px 0;
    /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); */
    font-size: 18px;
    /* letter-spacing: 1px; */
    text-align: center;
    font-weight: normal;
    color: #fff !important;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

#central-lighting-control h3{
	
	
    color: #fff;
    font-size: 28px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    font-family: 'Raleway', sans-serif;
	font-weight:bold;
}



#central-lighting-control h3:after {
    display: inline-block;
    margin: 0 0 8px 20px;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #00a9c6;
    width: 140px;
}
#central-lighting-control h3:before {
    display: inline-block;
    margin: 0 20px 8px 0;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #00a9c6;
    width: 140px;
}



#security{
	color: white;
	padding: 5%;
	width:100% !important;
margin:0px auto;
	text-align:justify;		
}

#security{
	background:linear-gradient(
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),  url(../images/imgs/security.gif) no-repeat;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
  height:750px !important;
}

#security p{
    margin: 30px 0 20px 0;
    /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); */
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: justify;
}


#security h2{
margin: -20px 0 50px 0;
    /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); */
    font-size: 18px;
    /* letter-spacing: 1px; */
    text-align: center;
    font-weight: normal;
    color: #fff !important;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;

}



#security h3{
	
    color: #fff;
    font-size: 28px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    font-family: 'Raleway', sans-serif;
	font-weight:bold;
}

#security h3:after {
    display: inline-block;
    margin: 0 0 8px 20px;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #00a9c6;
    width: 140px;
}
#security h3:before {
    display: inline-block;
    margin: 0 20px 8px 0;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #00a9c6;
    width: 140px;
}


#contact-us{
	color: white;
	padding: 5%;
	width:100% !important;
margin:0px auto;
	text-align:justify;
	
}



#contact-us
    {
/*background: url("../images/imgs/end.jpg") no-repeat;*/
height: 900px !important;
margin: 0 auto;
padding: 5%;
border-top: 1px solid white;
font-family: 'Raleway', sans-serif;
}


#contact-us p{

/* text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); */
font-size: 18px;
line-height: 22px;
color: #009EDF;
 margin: 26px 0 0 14px !important;
    text-align: justify ;
	font-family: 'Raleway', sans-serif;
    /*width: 280px;*/

}


#contact-us h2{

/* text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); */
font-size: 18px;
line-height: 22px;
color: #009EDF;
 margin: 26px 0 0 14px !important;
    text-align: justify ;
    /*width: 280px;*/
	
	color:#009EDF !important;
	text-transform:uppercase;
	font-weight: normal;
	font-family: 'Raleway', sans-serif;

}




#contact-us h3{

font-size-adjust: 0.531;
color: #009EDF;
/*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);*/
font-style: normal;
font-size: 28px;
/* border-left: 5px solid #009edf; */
/* padding: 0px 0px 0px 8px; */
text-align: center;
margin: 0 0 30px 16px !important;
font-family: 'Raleway', sans-serif;
/*width: 280px;*/
}


.videoS2 {
    float: left;
    clear: both;
    margin: 20px 0px 0px 0px;
    width: 100% !important;
}


.cIm
{
	margin: 26px 0px 0px 0px;
	text-align: center !important;
	width:100%;
}

.cIm img 
{
}

.cIm p
{
	margin: 5px 0 0px 0; 
	color: #646464;
	text-align:center !important;
}




#fifth{
background: url(../images/imgs/end.jpg) 50% 0 no-repeat fixed;
height: 470px;
margin: 0 auto;
padding: 40px 0 0 0;
border-top: 1px solid white;
}


#fifth p{
margin: 26px 0 0px 0;

/* text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); */
font-size: 18px;
line-height: 22px;
color: #009EDF;
    letter-spacing: 1px;
}

#fifth h3{

font-size-adjust: 0.531;
color: #009EDF;
/*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);*/
font-style: normal;
font-size: 28px;
/* border-left: 5px solid #009edf; */
/* padding: 0px 0px 0px 8px; */
text-align: center;
}

#fifth img
{
	margin: 26px 0px 0px 0px;
}

.story{
	margin: 0 auto;
	min-width: 980px;
	overflow: auto;
	width: 980px;
}

.story .float-left, .story .float-right{
	padding: 100px 0 0 0;
	position: relative;
	width: 500px;
	text-align: justify;	
}



#smart-home-automation .app2{
	background: url(../images/imgs/app.png) 50% 0 no-repeat fixed;
	height: 1300px;
	float:right;
	margin:0px 0px 0px 264px;
	padding: 0;
	position: absolute;
	width: 900px;
/*	z-index: 200;*/
}


#custom2 .app3{
	background: url(../images/imgs/app.png) 50% 0 no-repeat fixed;
	height: 1300px;
	float:right;
	margin:0px 0px 0px 264px;
	padding: 0;
	position: absolute;
	width: 900px;
/*	z-index: 200;*/
}

#one-touch-control{
	
	color: white;
	height: auto;
	margin: 0 auto;
	padding: 5%;
	width:100% !important;
}


#whole-home-audio
{
	background:linear-gradient(
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ), url(../images/Whole-Home-Audio.jpg) no-repeat center center;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



#multi-room-audio
{
	background:linear-gradient(
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ), url(../images/multi.jpg) no-repeat center center;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}




#single-family-room-audio
{
	background:linear-gradient(
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ), url(../images/one-room.jpg) no-repeat center center;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}




#one-touch-control
{background:url(../images/imgs/touch.jpg) no-repeat center center;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	height:750px !important;
}

#one-touch-control p{
    margin: 30px 0 20px 0;
    /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); */
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: justify;
    width: 60%;
}

#one-touch-control h2{
    margin: -20px 0 50px 0;
    /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); */
    font-size: 18px;
    /* letter-spacing: 1px; */
    text-align: center;
    font-weight: normal;
    color: #fff !important;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}


#one-touch-control h3:after {
    display: inline-block;
    margin: 0 0 8px 20px;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #00a9c6;
    width: 140px;
}
#one-touch-control h3:before {
    display: inline-block;
    margin: 0 20px 8px 0;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #00a9c6;
    width: 140px;
}

#one-touch-control h3{
	
	color: #fff;
    font-size: 28px;
    text-align: center;
    margin: 0px 0px 0px 0px;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
}

#one-touch-control .touch1{
	/*background: url(../images/imgs/touch-n.png) no-repeat;*/
	height: 901px;
	float:right;
	margin:-50px 0px 0px 275px;
	padding: 0;
	position: absolute;
	width: 1000px;
	/*z-index: 200;*/
}


#custom3 .security{
	/*background: url(../images/imgs/secu.gif) 50% 0 no-repeat fixed;
	height: 750px;
	float:right;
	margin:0px 0px 0px 164px;
	padding: 0;
	position: absolute;
	width: 1000px;*/
	/*z-index: 200;*/
}




#custom2{
	/*background: url(../images/imgs/sample2.gif) 50% 0 no-repeat fixed;
	color: white;
	height: 1300px;
	margin: 0 auto;
	overflow: hidden;*/
	padding: 0;
}

#custom2 p{
	/*margin: 30px 0 20px 0;	
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	font-size: 18px;
line-height: 22px;

    letter-spacing: 1px;*/
}

#custom2 h3{
	
	/*font-size-adjust:0.531;
	color: #fff;
text-shadow: 1px 2px 3px rgba(0, 0, 0, 1);
	font-style:normal;
	font-size:28px;
	border-left: 5px solid #009edf;
padding: 0px 0px 0px 8px;
text-align: left;*/
}






#custom3{
	/*background: url(../images/imgs/security.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 850px;
	padding: 100px 0 0 0;	*/
}


#custom3 p{
	margin: 30px 0 20px 0;	
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	font-size: 18px;
line-height: 22px;

    letter-spacing: 1px;
}

#custom3 h3{
	
	font-size-adjust:0.531;
	color: #fff;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
	font-style:normal;
	font-size:28px;
	border-left: 5px solid #009edf;
padding: 0px 0px 0px 8px;
text-align: left;
margin-top: 0px !important;
}

.Heading1
{
	float:left;
	margin: 190px 0px 0px 0px;

	position: absolute;
	
}

.Heading1 img
{
	width:705px
	
}



/*SMART HEDING*/




/*smart home end*/


.flot_bar {

    right: 0;
    margin: 340px 0;
    position: fixed;
    width: 100px;
    z-index: 9999; 


}

.Fmenu
{    float: left;
    margin: 6px 0px 0px 0px;
}

.Fmenu a
{   
	text-decoration:none;
	font-size:14px;
	color:#fff;
}


.Fmenu a:hover
{   color:#009EDF;
}


.designD
{
	float:right;
	margin:2px 78px 0px 0px;
}

.designD p
{
	float:left;
	margin:0px !important;
	font-size:14px;
}

.designD img
{
	float:left;
    width: 36px;
	opacity:0.5;	
	margin:-9px 0px 0px 0px;
}

.ffox
{
	width:700px !important; margin: 0 0 0 178px !important;
}

@-moz-document url-prefix() { 
  .ffox
{
	margin:0px 0px 0px 0px !important;
}

.story
{
	overflow:visible;
}




}





@media (max-width: 1200px) {
	body{font:300 13px/13px Roboto,Arial,Helvetica;}
	.navbar-brand{padding-top: 11px;}
	.process ul li{margin:0 0.5em; }
	
	
	.grid figure h2{font: 700 1em Roboto,Arial,Helvetica;}
	figure.effect-oscar figcaption{padding: 12%;}
	figure.effect-oscar figcaption::before,figure.effect-chico figcaption::before{top: 20px;right: 20px;bottom: 20px;left: 20px;}
	figure.effect-oscar h2{margin: -14px;}
	.partners img{margin: 0 25px 25px 0;}
	.grid figure p{margin: 10px 0 0 0px;}
	.socialIcon{ margin-right:5%;}
}

@media (max-width: 900px) {
	h1{font: 700 3.5em Roboto,Arial,Helvetica;}
	h4 {font: 300 1.3em Roboto,Arial,Helvetica;}
	.btn{padding: 1em 2em;}
	.partners img{margin: 0 15px 25px 0;width: 157px;}
	.process ul li{width: 9em;height: 9em;}
	figure.effect-chico figcaption {padding: 2em;}	
	figure.effect-oscar figcaption {padding: 20%;}
	figure.effect-chico figcaption::before{top: 10px;right: 10px;bottom: 10px;left: 10px;}
	.grid figure.effect-chico p{font-size: 0.6em;line-height: 1.5em;}	
}


@media (max-width: 767px) {
	body{font:300 12px/12px Roboto,Arial,Helvetica;}
	.navbar-nav > li > a {line-height: 1em;}	
	.navbar-brand{padding: 7px;}
	.navbar-brand img{height: 37px;}
	.logo img { height: 37px;
}
	.navbar-toggle{margin-top: 12px;}

	.carousel-caption,.carousel-control,.carousel-indicators{display: none;}

	h2.text-center{text-align: left;font-size: 1.7em;}
	.about h2{

   float: left;
    font-size: 1.7em;
    margin: 10px 0 0px 5px;
    text-align: left;
}

.about img {
    float: left;
    height: auto;
    width: 20%;
}

.process
{
	display:none;
}


.about p {
    color: #454545;
    font-size: 16px;
	clear:both;
    
}

.about.spacer {
    margin-top: 14em;
    padding-left: 1em;
    padding-right: 1em;
}


.innerPages h2{

   float: left;
    font-size: 1.7em;
    margin: 10px 0 0px 5px;
    text-align: left;
}
.innerPages.spacer {
    margin-top: 14em;
    padding-left: 1em;
    padding-right: 1em;
}

.innerPages img {
    float: left;
	   float: left;
    height: auto;
    width: 20%;

}


.innerPages p {
    color: #454545;
    font-size: 16px;
	clear:both;
	width: 100%;
    
}

.innerPages h3 {
    color: #454545;
    font-size: 18px;
    text-align: justify;
}

.innerPagesFull h3 {
    color: #454545;
    font-size: 18px;
    text-align: justify;
}

.innerPagesFull.spacer {
    margin-top: 14em;
    padding-left: 1em;
    padding-right: 1em;
}

.innerPagesFull h2{

   float: left;
    font-size: 1.7em;
    margin: 10px 0 0px 5px;
    text-align: left;
}

.innerPagesFull img {
    float: left;
	   float: left;
    height: auto;
    width: 20%;

}


.innerPagesFull p {
    color: #454545;
    font-size: 16px;
	clear:both;
	width: 100%;
    
}

.InnerImage img
{
	display:none;
}


.socialIcon
{
	display:none;
}


.flot_bar {
    margin: 50% 0;
	width: 80px;
   
}


.flot_bar img{
    width:75px;
   
}


.award {
    float: left;
    margin: 0 0 0 70px;
}

.Fmenu {
    float: right;
    margin: 0;
}


.footer p
{
	padding:0 !important;
	width: 107px;
}

.designD
{
	margin:10px 0px 0px 0px !important;
}

.footer
{ margin-top:200px !important;}


	h4 {font: 300 1.2em Roboto,Arial,Helvetica;}
	#partners h2{padding: 0 1em;} 
	#works {padding-top: 10em;}

	.partners{display: block;float: left;}
	.partners img{width: 120px;}



	.about.spacer{padding-left: 2em;padding-right: 2em;}
	.spacer{padding:2em 0 0 0;}
	.process ul li{margin-bottom: 1em;}

	.highlight-info .overlay{padding-bottom: 2em;}

	.grid.team div{margin: 0;padding: 0;}
	figure.effect-chico figcaption {padding: 1.5em;}
	.footer{margin-top: 2em;padding-bottom: 2em;}
	
}

@media screen and (max-device-width: 480px) {
	
	
.ffox {
    margin: 0 0 0 165px !important;
}

#one-touch-control p{
	width:100%;
}


	#whole-home-audio
	{
	height:800px !important;
	}
	
	.fp-slides h1
	{
		font-size:3em !important;
	}
	
	
	.fp-slides p
	{
		padding:0px 30px !important;
	}
}



@media screen and (max-device-width: 320px) {
	
	

.ffox {
    margin: 0 0 0 165px !important;
}


#one-touch-control p{
	width:100%;
}


.flot_bar

{margin: 50% 0px 0px 0px !important;
    right: 0;
    position: fixed;
    /*width: 100px;*/
    z-index: 9999; 




	}
	
	
	.fp-slides h1
	{
		font-size:3em !important;
	}
	
	#whole-home-audio
	{
	height:800px !important;
	}
	
	.fp-slides p
	{
		padding:0px 30px !important;
	}


	#smart-home-automation
	{
		height:180px !important;
	}
	
	.fp-tableCell
	{
		height:180px !important;
	}
	
	.fp-controlArrow
	{
		margin-top:20px !important;
	}
	
/*	#central-lighting-control{
	background: rgba(0, 0, 0, 0) url("../images/imgs/sample2.gif") no-repeat fixed 26% 66%;
	color: white;
	height: 1300px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}*/
	
	
}

@media screen and (max-device-width: 360px) {
	
	

.ffox {
    margin: 0 0 0 165px !important;
}


#one-touch-control p{
	width:100%;
}


.flot_bar

{margin: 50% 0px 0px 0px !important;
    right: 0;
    position: fixed;
    /*width: 100px;*/
    z-index: 9999; 




	}
	
	
	.fp-slides h1
	{
		font-size:3em !important;
	}
	
	#whole-home-audio
	{
	height:1400px !important;
	}
	
	.fp-slides p
	{
		padding:0px 30px !important;
	}


	#smart-home-automation
	{
		height:180px !important;
	}
	
	.fp-tableCell
	{
		height:180px !important;
	}
	
	.fp-controlArrow
	{
		margin-top:20px !important;
	}
}

@media screen and (max-device-width: 768px) {

.socialIcon
{
	/*float:right;*/
	margin:0px 70px 0px 0px;
	}

.process
{
	display:none;
}

}