/*
SECTIONS
	- Header
    - About
*/

/* 3D COLORS
#db6b2a : Orange
#00a0dc : Blue
#626366 : Grey */


/* -----------------------------------------*/

/*		General CSS		*/
body{
	background: #faf9f9;
	padding: 0px;
	margin: 0px;
	color: #626366;
	line-height: 1.75em;
	/*background-image: url('../images/lightbulbs.jpg');
	background-repeat: no-repeat;
	background-size: 100%;	
	background-attachment: fixed;
	background-position: left -175px;*/
}

a {color: #00a0dc;
text-decoration: none;
/*font-weight: bold;*/}

a:hover {
	color: #db6b2a;text-decoration: none;
}

a:focus{
	/*color: #fff!important;*/
	text-decoration: none!important;
}

p{margin-bottom: 25px;}

.container{
	max-width: 1130px;
}

.normal {
	font-weight: normal;
}

/* =Header & Nav
-------------------------------------------------------------- */
header {
  width: 100%; height: 125px;
/*  overflow: hidden;*/
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030; 
  background-color: #f8f8f8;
  background-color: rgba(248, 248, 248, 1);	
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; }

header #navigation {
	margin: 3.5em 0; 
	width: 75%; 
	/*background-color: #91EF0D;*/ 
	float: right;}

header #logo {
	width: 25%; 
	/*background-color: #00d1d6;*/ 
	float: left;}

@media (max-width: 999px) {
nav li {width: 100%; background: #ededed; padding: 0 2em; border: .5px solid white;}
header #navigation {margin: 5em 0;}
.navbar-default { width: 100%;}
}
  
header #logo img {
    display: inline-block;
    height: 125px;
    float: left;
    font-size: 60px;
    color: white;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  
header nav {
    float: right; 

}
   
header nav a {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }

/*
nav li a:hover, nav li a:focus {color: #00a0dc;}
*/

  
header.smaller {
    height: 90px; }

header.smaller #navigation {margin: 2.5em 0;  }

header.smaller #logo img {
      width: auto;
	height: 90px;}

header.smaller nav a { }

header.smaller nav {padding-top: 0px;}	


nav ul {
padding: 0;
margin: 0;
display: table;}

nav li a{
	color: #626366;
	font-family: 'Varela', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

nav li a:hover,
nav li a:focus{
	text-decoration: none;
	color: #00a0dc;
}


.white {
color: #fff;
color: rgba(255, 255, 255, 1);}

#lightbulb {width: 100%}

/* Hero Image Section */

.lightbulb-hero {
width: 100%; 
    height: 300px; 
    margin-top: 125px;
    min-width: 320px;
    min-width: 20rem;
    overflow: hidden;
    padding: 0;
	background-image: url(../images/lightbulbs.jpg);
	background-position: center 50%;
	background-repeat: no-repeat;
	background-size: cover;
}



/*		About section 		*/

.about{
	padding: 50px 0;
	background-color: #fff;
}

.about p {
margin: 30px 0 0 0;
}

.about .iphone{
	max-width: 339px;
	position: relative;
	display: inline-block;
	/*text-align: center;*/
}

.about .iphone img{
	width: 100%;
	height: auto;
}

.about .why-you-need-us_list{
	margin-left: 50px;
}

.about .why-you-need-us_list h1{
	color: #525151;
	font-family: 'Varela', sans-serif;
	font-size: 34px;
	font-weight: bold;
	line-height: 46px;
	margin: 0 0 20px 0;
	word-break: break-word;
}

.about .why-you-need-us_list p{
	color: #767272;
	font-family: 'Varela', sans-serif;/* font-size: 16px; */
	margin-bottom: 45px;
	line-height: 32px;
}

.about .why-you-need-us_list ul{
	margin-bottom: 30px;
}

.about .why-you-need-us_list ul li{
	display: block;
	position: relative;
	color: #6c6c6c;
	font-family: 'Varela', sans-serif;/* font-size: 16px; */
	line-height: 44px;
	text-indent: 25px;

	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

.about .why-you-need-us_list ul li.camera_icon{	
	background: url('../img/icon1.png') no-repeat;
	background-position: 0 15px; 
}

.about .why-you-need-us_list ul li.video_icon{	
	background: url('../img/icon2.png') no-repeat;
	background-position: 0 15px; 
}

.about .why-you-need-us_list ul li.eye_icon{	
	background: url('../img/icon3.png') no-repeat;
	background-position: 0 14px; 
}

.about .why-you-need-us_list ul li.pic_icon{	
	background: url('../img/icon4.png') no-repeat;
	background-position: 0 14px; 
}

.about .why-you-need-us_list ul li.loc_icon{	
	background: url('../img/icon5.png') no-repeat;
	background-position: 3px 13px; 
}

.about .why-you-need-us_list ul li span{
	display: inline-block;
}










/*		why-you-need-us 		*/

.why-you-need-us{
	width: 100%;
	padding: 100px 0 20px 0;
	background-color: #00a0dc;
	color: #fff;

}

.why-you-need-us h1{
	color: #fff;
	font-family: 'Varela', sans-serif;
	font-size: 20px;
	margin: 50px 0 0 0;
	word-break: break-word;
}

.why-you-need-us p{
	color: #e0f7eb;
	font-family: 'Varela', sans-serif;/* font-size: 16px; */
	margin: 30px 0 0 0;
	line-height: 28px;
}

.why-you-need-us .details{
	margin-bottom: 40px;
}

.why-you-need-us .details:nth-child(3n+1){
	clear: both;
}










/*		why-you-should-choose-us section 		*/


#why-you-should-choose-us img {max-width: 215px;}

.why-you-should-choose-us{
	padding: 100px 0;
		background-color: #fff;
}

.why-you-should-choose-us .why-you-should-choose-us_list{
	max-width: 820px;
	margin: 0 auto;
}

.why-you-should-choose-us .why-you-should-choose-us_list blockquote{
	border: 0;
	padding: 0;
	margin: 0;
}

.why-you-should-choose-us .why-you-should-choose-us_list blockquote p{
	color: #757171;
	font-family: 'Varela', sans-serif;
	font-size: 18px;
	margin-bottom: 50px;
	line-height: 36px;
}

.why-you-should-choose-us .why-you-should-choose-us_list blockquote footer:before,
.why-you-should-choose-us .why-you-should-choose-us_list blockquote footer:after{
	content: none;
}

.why-you-should-choose-us .why-you-should-choose-us_list blockquote .author,
.why-you-should-choose-us .why-you-should-choose-us_list blockquote .job{
	display: block;
}

.why-you-should-choose-us .why-you-should-choose-us_list blockquote .author{
	color: #4b4848;
	font-family: 'Varela', sans-serif;/* font-size: 16px; */
	margin-bottom: 10px; 
}

.why-you-should-choose-us .why-you-should-choose-us_list blockquote .job{
	color: #6e6d6d;
	font-family: 'Varela', sans-serif;
	font-size: 14px;
}

#tslider{
	text-align: center!important;
	position: relative!important;
}

#tslider .owl-controls{
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 40px;
	padding: 0;
}

#tslider .owl-controls .owl-prev,
#tslider .owl-controls .owl-next{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url('../img/nav_arrow.png') no-repeat;
	text-indent: -200px;
	overflow: hidden;

	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

#tslider .owl-controls .owl-prev{
	background-position: 0 0;
}
#tslider .owl-controls .owl-next{
	background-position: -33px 0;
	margin-left: 40px;
}

#tslider .owl-controls .owl-prev:hover,
#tslider .owl-controls .owl-next:hover{
	cursor: pointer;
	background: url('../img/nav_arrow_hover.png') no-repeat;
}

#tslider .owl-controls .owl-prev:hover{
	background-position: 0 0;
}
#tslider .owl-controls .owl-next:hover{
	background-position: -33px 0;
}










/*		Our Leadership Team section 		*/

.our-leadership-team{
	width: 100%;
	padding: 100px 0;
	
	background-color: #ededed;
	/*text-align: center;
	background-image: -moz-linear-gradient(bottom, #47ad76 0%, #47ad76 0.27%, #40c27d 99.46%, #40c27d 100%);
	background-image: -o-linear-gradient(bottom, #47ad76 0%, #47ad76 0.27%, #40c27d 99.46%, #40c27d 100%);
	background-image: -webkit-linear-gradient(bottom, #47ad76 0%, #47ad76 0.27%, #40c27d 99.46%, #40c27d 100%);
	background-image: linear-gradient(bottom, #47ad76 0%, #47ad76 0.27%, #40c27d 99.46%, #40c27d 100%);*/
}

.our-leadership-team .cta_text{

	font-family: 'Varela', sans-serif;
	font-size: 20px;
	margin-bottom: 25px;
}

.our-leadership-team #mc-email{
	display: inline-block;
	width: 300px;
	height: 50px;
	padding: 0 20px;
	background-color: #fff;
	border: 0;
	outline: none;
	margin-right: -4px;
	color: #00a0dc;
	font-family: 'Varela', sans-serif;
	font-size: 14px;
	vertical-align: middle;

	border-top-left-radius: 2px;
	-o-border-top-left-radius: 2px;
	-moz-border-top-left-radius: 2px;
	-webkit-border-top-left-radius: 2px;

	border-bottom-left-radius: 2px;
	-o-border-bottom-left-radius: 2px;
	-moz-border-bottom-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;

	
}

.our-leadership-team #mc_submit{
	display: inline-block;
	width: 60px;
	height: 50px;

	border-top-right-radius: 2px;
	-o-border-top-right-radius: 2px;
	-moz-border-top-right-radius: 2px;
	-webkit-border-top-right-radius: 2px;

	border-bottom-right-radius: 2px;
	-o-border-bottom-right-radius: 2px;
	-moz-border-bottom-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;

	background-color: #fff;
	border: 0;
	outline: none;
	margin-right: -4px;
	text-align: center;
	vertical-align: middle;
}

.our-leadership-team #mc_submit i{
	display: inline-block;
	width: 20px;
	height: 14px;
	vertical-align: middle;
}

#mc_submit i.icon{
	background: url('../img/sub_icon.png') no-repeat;
}

#mc_submit i.loading{
	background: url('../img/loading.gif') no-repeat;
}

.our-leadership-team .message{
	display: block;
	text-align: center;
	color: #fff;
	font-family: 'Varela', sans-serif;
	font-size: 13px;
	text-transform: lowercase;
	margin-top: 20px;
}

.our-leadership-team #error_msg,
.our-leadership-team #success_msg{
	display: none;
}



/*		Contact Us 		*/

.contact-us{
	width: 100%;
	padding: 100px 0;
	text-align: center;
	background-color: #00a0dc;
	color: #fff;
}

.contact-us input, .contact-us select, .contact-us textarea {
	color: rgb(98, 99, 102);
}

.contact-us a{
	color: #fff;
}

/* MODAL BOX */

.modalDialog {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, .8);
        z-index: 99999;
        opacity:0;
        -webkit-transition: opacity 400ms ease-in;
        -moz-transition: opacity 400ms ease-in;
        transition: opacity 400ms ease-in;
        pointer-events: none;
    }




    .modalDialog:target {
        opacity:1;
        pointer-events: auto;
    }

    .modalDialog > div {
        width: 75%;
        position: relative;
        margin: 10% auto;
        padding: 5px 20px 13px 20px;
        border-radius: 5px;
        background: #337ab7;
		background: rgb(0, 160, 220);
		color: #fff;
        
    }

    .close img{
		width: 25px; 
		position: absolute;
        right: 5px;
        text-align: center;
        top: 5px; 
}



/*		Footer 		*/

footer {
	padding: 100px 0;
	/*text-align: center;*/
	background-color: #626366;
	color: #fff;}

footer a {color: #A6A6A6; font-weight: bold;}

footer a:hover {color: #fff; text-decoration: none;}

footer .app_platform li{
	margin: 0 0 0 60px;
}

footer .app_platform li:first-child{
	margin: 0;
}

footer .copyright{
	/*margin-top: 60px;*/
	color: #fff;
	font-family: 'Varela', sans-serif;
	font-size: 12px;
	letter-spacing: .5px;
}

footer .copyright a{
	color: #A6A6A6;
}

footer .social{
	display: table-cell;
	margin-top: 45px;
}

footer .social li{
	float: left;
	margin-left: 20px;
}

footer .social li:first-child{
	margin: 0;
}

/* Added December 2016 */


/*
    form variation: for vertically stacked forms.
*/
.form-stacked input[type=text],
.form-stacked input[type=email],
.form-stacked textarea,
.form-stacked select,
.form-stacked p.error-msg {
    display: inline-block;
    width: 95%;
    margin-bottom: 19px;/*ie*/
    margin-bottom: 1.2rem;
}


.form-stacked input[type=submit], .form-stacked input[type=reset] {
    margin-top: 32px;/*ie*/
    margin-top: 2rem;
	margin-right: 16px;/*ie*/
    margin-right: 1rem;
	background-color: #db6b2a;
	border: none;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	color: white;
}

.form-stacked textarea {
    height: 256px;/*ie*/
    height: 16rem;
    overflow-y: auto;
}

.form-stacked label {
    display: block;
    clear: both;
}

.form-stacked label:first-child {
    margin-top: 0;
}

.error {
    background-color: #ff9;
    border: 2px solid #f90;
}

.form-stacked span[ data-icon ] {
    font-size: 135%;
}

.pass {
    color: #3fa85d;
}

.fail {
    color: #ca2f45;
}

.conditional {
    display: none;
}

/*
    form variation: for tabular (horizontally laid out) forms.
*/
.form-tablular table {
    width: 90%;
    border: 0;
    border-collapse: collapse;
}

.form-tabular table col {
    width: 46.5%;
}

.form-tabular table col:first-child {
    width: 32.5%;
}

.form-tabular table col:last-child {
    width: 21%;
}

.form-tabular table td {
    vertical-align: middle;
    padding: .5em;
}

.form-tabular table td.error {
    background: url(../images/ui/error.png) no-repeat .25em center scroll transparent;
}

.form-tabular table td.ok {
    background: url(../images/ui/ok.png) no-repeat .25em center scroll transparent;
}

.form-tabular table h2 {
    margin: 1em 0 0 0;
    padding: 0;
}

.form-tabular label {
    width: auto;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.form-tabular input.submit {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    border: 0;
}


/*
    Margins as multiples of base line-height (leading).

    All margins applied to bottom of elements to maintain
    some sense of a baseline grid.

    Baseline is defined on <body> and <p> tag === 1.6 as a
    unitless line-height (leading). This is the equivalent
    of 25.6 pixels since our framework's baseline font size
    is 1rem (16 pixels).

    Math: 16 x 1.6 = 25.6

*/

/* 12.5% of baseline */
.mar-bot--12 {/* smallest bottom margin available */
    margin-bottom: 3px;
    margin-bottom: .2rem;
}

/* 25% of baseline */
.mar-bot--25 { /* this is the default for h1-h6 */
    margin-bottom: 6px;/*ie*/
    margin-bottom: .4rem;
}

/* 50% of baseline */
.mar-bot--50 {
    margin-bottom: 13px;/*ie*/
    margin-bottom: .8rem;
}

/* 75% of baseline */
.mar-bot--75 {
    margin-bottom: 19px;/*ie*/
    margin-bottom: 1.2rem;
}

/* 100% of baseline */
.mar-bot--100 { /* this is our baseline for <body> and <p> */
    margin-bottom: 26px;/*ie*/
    margin-bottom: 1.6rem;
}

/* 125% of baseline */
.mar-bot--125 {
    margin-bottom: 32px;/*ie*/
    margin-bottom: 2rem;
}

/* 150% of baseline */
.mar-bot--150 {
    margin-bottom: 38px;/*ie*/
    margin-bottom: 2.4rem;
}

/* 175% of baseline */
.mar-bot--175 {
    margin-bottom: 44.8px;
    margin-bottom: 2.8rem;
}

/* 200% of baseline */
.mar-bot--200 {
    margin-bottom: 51px;/*ie*/
    margin-bottom: 3.2rem;
}

/* 225% of baseline */
.mar-bot--225 {
    margin-bottom: 58px;/*ie*/
    margin-bottom: 3.6rem;
}

/* 250% of baseline */
.mar-bot--250 {
    margin-bottom: 64px;/*ie*/
    margin-bottom: 4rem;
}

/* 275% of baseline */
.mar-bot--275 {
    margin-bottom: 70px;/*ie*/
    margin-bottom: 4.4rem;
}

/* 300% of baseline */
.mar-bot--300 {
    margin-bottom: 77px;/*ie*/
    margin-bottom: 4.8rem;
}

/* 325% of baseline */
.mar-bot--325 {
    margin-bottom: 83px;/*ie*/
    margin-bottom: 5.2rem;
}

/* 350% of baseline */
.mar-bot--350 {
    margin-bottom: 90px;
    margin-bottom: 5.6rem;
}

/* 375% of baseline */
.mar-bot--375 {
    margin-bottom: 96px;/*ie*/
    margin-bottom: 6rem;
}

/* 400% of baseline */
.mar-bot--400 {
    margin-bottom: 102px;/*ie*/
    margin-bottom: 6.4rem;
}

/*    bottom margins (same rules as above but applied to the top margin of an element. use sparingly. ----------*/

/* 12.5% of baseline */
.mar-top--12 {/* smallest top margin available */
    margin-top: 3px;
    margin-top: .2rem;
}

/* 25% of baseline */
.mar-top--25 { /* this is the default for h1-h6 */
    margin-top: 6px;/*ie*/
    margin-top: .4rem;
}

/* 50% of baseline */
.mar-top--50 {
    margin-top: 13px;/*ie*/
    margin-top: .8rem;
}

/* 75% of baseline */
.mar-top--75 {
    margin-top: 19px;/*ie*/
    margin-top: 1.2rem;
}

/* 100% of baseline */
.mar-top--100 { /* this is our baseline for <body> and <p> */
    margin-top: 26px;/*ie*/
    margin-top: 1.6rem;
}

/* 125% of baseline */
.mar-top--125 {
    margin-top: 32px;/*ie*/
    margin-top: 2rem;
}

/* 150% of baseline */
.mar-top--150 {
    margin-top: 38px;/*ie*/
    margin-top: 2.4rem;
}

/* 175% of baseline */
.mar-top--175 {
    margin-top: 44.8px;
    margin-top: 2.8rem;
}

/* 200% of baseline */
.mar-top--200 {
    margin-top: 51px;/*ie*/
    margin-top: 3.2rem;
}

/* 225% of baseline */
.mar-top--225 {
    margin-top: 58px;/*ie*/
    margin-top: 3.6rem;
}

/* 250% of baseline */
.mar-top--250 {
    margin-top: 64px;/*ie*/
    margin-top: 4rem;
}

/* 275% of baseline */
.mar-top--275 {
    margin-top: 70px;/*ie*/
    margin-top: 4.4rem;
}

/* 300% of baseline */
.mar-top--300 {
    margin-top: 77px;/*ie*/
    margin-top: 4.8rem;
}

/* 325% of baseline */
.mar-top--325 {
    margin-top: 83px;/*ie*/
    margin-top: 5.2rem;
}

/* 350% of baseline */
.mar-top--350 {
    margin-top: 90px;
    margin-top: 5.6rem;
}

/* 375% of baseline */
.mar-top--375 {
    margin-top: 96px;/*ie*/
    margin-top: 6rem;
}

/* 400% of baseline */
.mar-top--400 {
    margin-top: 102px;/*ie*/
    margin-top: 6.4rem;
}

#closebt-container { 
	text-align: center;
	margin: 2em 0;
}

.closebt {
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
	cursor: pointer; }


/*		Responsive CSS 		*/



@media (max-width: 360px) {
	.featured_on li{
		display: block;
		width: 100%;
	}
}

@media (max-width: 1279px) {
	
	#lightbulb {display: none;}
	/*header {height: auto;}
	
	header nav {
		float: left;
		margin: 20px 0;
	}
	
	header nav li{
	margin-left: 10px;
	padding: 10px;}
	
	header .logo{
		margin-right: 10px;
	}*/
}

@media (max-width: 767px) {

	/*		Header 		
	header .logo{
		margin-right: 0;
	}

	header .burger_icon{
		display: block;
	}

	header nav{
		width: 100%;
		float: none;
		background: #00a0dc;
		position: absolute;
		margin-top: 130px;
		left: 0;
		display: none;
	}

	header nav.show{
		display: block;
	}


	header nav li{
		display: block;
		width: 100%;
		margin: 0;
		text-align: center;
	}

	header nav li a{
		display: block;
		width: 100%;	
		padding: 20px 0;
		border-bottom: 1px dotted #fff;
		color: #fff;
	}
	
	header nav li a:hover,
	header nav li a:focus{ font-weight: bold; color: #fff!important;}
	
	header nav li:first-child a{
		border-top: 1px solid #fff;
	}*/

	footer .social{
		display: none;
	}

	footer .social li{
		margin-left: 10px;
	}






	/*		Hero section 		*/
	.hero .caption{
		margin-left: 0;
	}

	.app_store_btn{
		display: block;
		width: 90%;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}





	/*		Featured on section		*/
	.featured_on{
		padding: 25px 0 5px 0!important;
	}

	.featured_on ul li{
		margin-bottom: 25px!important;
	}






	/*		About Section 		*/
	.about .why-you-need-us_list {
		text-align: center;
		margin: 0;
	}

	.about .why-you-need-us_list ul li{
		text-indent: 0;
		background: transparent!important;
		margin-bottom: 20px;
	}

	.about .why-you-need-us_list ul li:last-child{
		margin: 0;
	}

	a.app_link{
		display: block;
		margin-top: 20px;
	}


	/*		Subscription section 		*/
	.our-leadership-team #mc-email,
	.our-leadership-team #mc_submit{
		display: block;
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}

	.our-leadership-team #mc_submit{
		margin-top: 20px;
	}
}



