/************** GENERAL & PSEUDO CLASSES ****************/

input {
    -webkit-appearance: none;
    border-radius: 0;
}

#main-container{
	width: 100%;
	overflow: hidden;
}

section{
	padding-bottom: 15px;
}

.inner-section{
	padding-top: 34px;
	padding-bottom: 34px;
	
}

.slide-left{
	padding-left: 40px;
}

.slide-right{
	padding-right: 40px;
}

.even-section{
	background-color: #eeeeee;
}

.odd-section{
	background-color: #fff;
}
.odd-yellow{
	background-image: url(../images/c_bg.jpg);

}
.blue-btn{
	border-bottom: 2px solid #a31704;
	background-color: #dd2209;
	padding: 10px;
	color: #fff;
	font-family: 'Montserrat';
	cursor: pointer;
	position: relative;
}

.green-btn{
	border-bottom: 3px solid #20a86a;
	background-color: #30d589;
	padding: 20px;
	color: #fff;
	font-family: 'Montserrat';
	cursor: pointer;
	position: relative;
}

.red-btn{
	border-bottom: 3px solid #a02a2c;
	background-color: #dd4749;
	padding: 20px;
	color: #fff;
	font-family: 'Montserrat';
	cursor: pointer;
	position: relative;
}

.section-preamble h2{
	color: #dd4749;
	margin-bottom: 11px;
	font-weight: normal;
}

.section-preamble .hr{
	border: 1px solid #ccc;
	width: 20%;
	margin: 0px auto;
}

.section-preamble p{
	font-size: 18px;
	color: #777;
	margin: 0px auto;
	width: 80%;
	margin-bottom: 44px;
}

.blue-btn{
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	transition: all .1s ease;
}

.btn{
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	transition: all .1s ease;
}





/************* NAV STYLES *********************/

#main-nav{
	min-height: 108px;
	max-height: 108px;
	background-color:#eff5f9;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	position: fixed;
	top: 0;
	z-index: 20;
	width: 100%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	border-bottom:2px solid #000;
	
}

.open-nav{
	max-height: 400px !important;
}

#mobile-toggle{
	float: right;
	font-size: 40px;
	color: #888;
	display: block;
	cursor: pointer;
	position: relative;
	bottom: 35px;
}

#logo{
	padding-top: 15px;
}

#logo h5{
	color: #888;
	font-family:'Lily Script One';
	font-size: 30px;
	position: relative;
	top: -5px;
	font-weight: 300;
}

#nav-holder ul{
	list-style: none;
	margin: 0px;
	padding-top: 40px;
	overflow: hidden;
	text-transform:uppercase;
}

#nav-holder li{
	float: left;
	list-style: none;
	margin-left: 22px;
}

#nav-holder li a{
	font-family: 'Montserrat';
	font-size:14px;
	color: #1d1d1c;
	
}

#nav-holder li:first-child{
	margin-left: 0px;
}

#main-nav .blue-btn{
	top: -10px;
}

#main-nav .blue-btn a{
	color: #fff;
}

#main-nav .blue-btn:hover{
	top: -5px;
	border-bottom: 0px solid #4aa89f;
	
}

/*************** HOME STYLES ******************/

#home{
	padding-top:150px;
	background:url(../images/leds_bg.jpg);
	background-size: cover;
	background-color: #ad7633;
	overflow: hidden;
	padding-bottom: 30px !important;
}	

#home-slider{
	overflow: hidden;
	position: relative;
	min-height: 534px;
}

#home-slider img{
	position: relative;
	top: 5px;
}

#home-slider h1{
	color: rgba(255,255,255,0.7);
	font-size: 44px;
}

#home-slider .hr{
	border: 1px solid rgba(255,255,255,0.7);
	margin-top: 44px;
	margin-bottom: 44px;
	width: 60%;
	float: right;
}

#home-slider p{
	font-size: 16px;
	color:#f8f8f8;
	padding-top:10px;
	margin-bottom: 20px;
	line-height:normal;
}

#home-slider .btn{
	background-color:#dd4749;
	padding:5px;
	color:#fff;
	font-size:14px;
	border-bottom: 2px solid #a02a2c;
	font-family:'Montserrat';
	cursor: pointer;
	position: relative;
	margin-bottom: 44px;
	float:left;
}

#home-slider .btn:hover{
	top: 5px;
	border-bottom: 0px solid #a02a2c;
	
}

#home-slider iframe{
	width: 100% !important;
	height: 290px;
	margin-top: 44px;
	border: none;
}

/********************* FEATURES SECTION *********************/

.feature h4{
	margin-top: 22px;
	margin-bottom: 22px;
	border-bottom: 1px solid #999;
	display: inline-block;
	font-size: 18px;
	color: #444;
	padding-bottom: 2px;
}

.platform-row h2{
	color: #dd4749;
	font-weight: normal;
	margin-bottom: 11px;
}

.mid-row{
	background-color: #f5f5f5;
}

.platform-row .hr{
	width: 40%;
	border: 1px solid #ccc;
	margin-bottom: 0px;
	display: inline-block;
}

.platform-row p{
	margin-top: 22px;
	margin-bottom: 44px;
}

.platform-row img{
	max-height: 400px;
	text-align: center;
}

.platform-row .blue-btn{
	display: inline-block;
	font-size: 18px;
	padding: 20px;
	margin-left: 18px;
}

.platform-row .blue-btn:hover{
	top: 5px;
	border-bottom: 0px solid #4aa89f;
	
}

.platform-row .green-btn{
	display: inline-block;
	font-size: 18px;
	padding: 20px;
}

.platform-row .green-btn:hover{
	top: 5px;
	border-bottom: 0px solid #4aa89f;
	
}

/*************** NEWSLETTER SECTION **************/

#newsletter{
	background:url('http://placehold.it/1280x800');
	background-size: cover;
	background-color: #235071;
	padding-top: 49px;
}

#newsletter .inner-section{
	padding-bottom: 10px;
}

#newsletter i{
	float: left;
	display: block;
	font-size: 170px;
	height: 100px;
	width: 100px;
	line-height: 0.35;
	color: rgba(255,255,255,0.7);
	float: left;
}

#newsletter h3{
	color: rgba(255,255,255,0.7);
	font-weight:normal;
}

.newsletter-email{
	width: 60% !important; 
	top: 3px;
	position: relative;
	height: 63px !important;
}
.demo-email{
	width: 100% !important; 
	top: 3px;
	height:43px !important;
}

.demo-btn{
	background-color: #dd4749;
	border-style: none;
	border-bottom: 3px solid #222;
	padding:5px 10px;
	color: #fff;
	font-family: 'Montserrat';
	border-bottom: 3px solid #a02a2c;
	cursor: pointer;
	position: relative;
	width:15%;
	font-size: 18px;
}

.demo-btn:hover{
	top: 3px;
	border-bottom: 0px solid #a02a2c;
}


.newsletter-btn{
	background-color: #dd4749;
	border-style: none;
	border-bottom: 3px solid #222;
	padding: 20px;
	color: #fff;
	font-family: 'Montserrat';
	border-bottom: 3px solid #a02a2c;
	cursor: pointer;
	position: relative;
	width: 35%;
	margin-left: 5%;
	font-size: 18px;
}

.newsletter-btn:hover{
	top: 3px;
	border-bottom: 0px solid #a02a2c;
}

#newsletter .green-btn{
	border-bottom: 3px solid #20a86a !important;
	background-color: #30d589 !important;
	cursor: default !important;
}	

#newsletter .form-sent{
	top: 3px;
	height: 64px;
	text-align: center;
}

/**************** PRICING SECTION ****************/

.price-table h4{
	font-family: 'Montserrat';
}

.price-heading{
	padding: 25px;
	background-color: #dd4749;
}
.price-amount{
	padding: 35px;
	background-color: #e2897f;
}

.price-details{
	list-style: none;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;

}

.price-details li{
	font-size: 16px;
	padding: 15px;
}

.price-details li:nth-child(odd){
	background-color: #fff;
}

.price-details li:nth-child(even){
	background-color: #eee;
}

.price-purchase{
	padding: 25px;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	min-height: 112px;
	background-color: #fff;
}

.price-purchase .btn{
	display: inline-block;
	font-size: 18px;
	color: #fff;
}

.price-purchase .btn:hover{
	top: 3px;
	border-bottom: 0px solid #fff;
}

/******************** FAQ Section ********************/

.question-holder{
	margin-bottom:30px;
	width: 100%;
}	

.question{
	background-image:url(../images/f_bg.jpg);
	background-position:right;
	padding:5px 7px;
	cursor: pointer;
	width: 100%;
	max-height:90px;
	min-height:90px;
}
.quBox1{
	width:17%;
	max-height:90px;
	float:left;
	display:inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:800;
	color:#FFF;
}
.boxdots{
	width:38px;
	height:38px;
	padding:10px 10px 10px 14px ;
	background-image: url(../images/balck_dots.png);
	background-position:center top;
	background-repeat:no-repeat;
}
	
.quBox2{
	width:83%;
	max-height:80px;
	float:left;
	display:inline-block;

}

.question:hover span{
	bottom: 3px;
}

.question span{
	font-size: 18px;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	transition: all .1s ease;
	position: relative;
	line-height:20px;
	
}

.question i{
	display: inline-block;
	font-size: 18px;
	height: 5px;
	
}

.show-question{
	font-size: 40px !important;
	margin-left: 11px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	float: right;
	margin-top: 10px;
	position: relative;
}

.show-rotate{
	-moz-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    top: -5px;
}

.answer{
	border-bottom: 3px solid #ccc;
	background-color: #eee;
	max-height: 1px;
	overflow: hidden;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.answer p{
	padding: 15px;
}

.answer-open{
	max-height: 400px;
}

/************************ AS SEEN ON SECTION *******************/

.critic-review{
	margin-top: 22px;
}

.critic-review i{
	color: #bbb;
	font-size: 48px;
}

.critic-review h5{
	margin-top: 11px;
	color: #777;
	font-family:'Montserrat';
	font-weight: normal;
}

/*********************** FOOTER SECTION *******************/

#footer{
	background: url(../images/footer_bg.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	background-size: cover;
	background-color: #222;
	padding-top: 44px;
}

#footer h4, #footer h5, #footer h6{
	color: #fff;
	font-family: 'Montserrat';
}

#footer h3{
	font-family: 'Lily Script One';
	color: #fff;
	opacity: 0.2;
	font-weight: normal;
	font-size: 30px;
	margin-bottom: 0px;
	margin-top: 66px;
}

#footer li{
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-bottom: 5px;
	padding-bottom:7px;
	border-bottom:1px solid #c4ab48;
}

#footer li a{
	color: #fff;
}

.footer-title{
	margin-bottom: 44px;
	color: #fff;
}

#footer p{
	color: #fff;
}

#footer i{
	font-size: 40px;
	margin-left: 22px;
	color: #fff;
	opacity: 0.5;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

#footer i:hover{
	opacity: 1;
}

.footer-social{
	margin-top: 11px;
}

#footer .newsletter-email{
	background-color: #fff;
	border: 1px solid #fff;
	height: 54px !important;
	color: #666;
	width: 100% !important;
}	

#footer .newsletter-btn{
	padding: 15px;
	font-size: 16px;
	right: 0px;
	width: 130px !important;
}
#demo .newsletter-btn{
	padding: 10px;
	font-size: 16px;
	right: 0px;
	width: 130px !important;
}

#footer .green-btn{
	border-bottom: 3px solid #20a86a !important;
	background-color: #30d589 !important;
	cursor: default !important;
	text-align: center;
}	


.mail-link a{
	color: #fff;
}

.mail-link{
	margin-top: 22px;
	font-size: 16px;
	margin-bottom: 44px;
}

.mail-link i{
	display: inline-block;
	padding-bottom: 6px;
	padding-right: 10px;
	opacity: 1 !important;
}
.COPRIGHT_box{
	width:100%;
	height:35px;
	background-color:#384142;
	text-align:center;
	padding-top:15px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#CCC;
}
.phone{
	height:16px;
	background-image:url(../images/phone_icon.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:25px;
	font-family: 'Droid Sans',"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	text-align:right;
	padding-top:1px;
	font-size:16px;
	font-weight:normal !important;
	color:#FFF;
	clear:both;
	margin-bottom:10px;
}
.mob{
	height:16px;
	background-image:url(../images/mobial.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:25px;
	font-family: 'Droid Sans',"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	text-align:right;
	padding-top:1px;
	font-size:16px;
	font-weight:normal !important;
	color:#FFF;
	clear:both;
	margin-bottom:10px;
}
.email{
	height:16px;
	background-image: url(../images/email.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:25px;
	font-family: 'Droid Sans',"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	text-align:right;
	padding-top:1px;
	font-size:16px;
	font-weight:normal !important;
	color:#FFF;
	clear:both;
	margin-bottom:10px;
}

.Demo_textBox_new{
	text-align:left;
	width:100%;
	height:25px;
	font-size:19px;
	margin-bottom:5px;
	color:#626060;
	clear:both;
}
.d_text1{
	width:21%;
	float:left;
	font-weight:bold;
	display:inline-block;
	font-size:16px;
	border-right:1px  dotted #999;
}
.d_text2{
	width:60%;
	margin-left:10px;
	float:left;
	display:inline-block;
	font-size:16px;
}
.fB1{
	width:45%;
	margin-right:5%;
	float:left;
	display:inline-block;
}
.fB2{
	width:95%;
	clear:both;
}
.fB3{
	width:95%;
	float:left;
	display:inline-block;
}
.fB4{
	width:12%;
	float:left;
	display:inline-block;
}
.s_d{
	border-bottom:1px dotted #CCC;
	padding-bottom:18px;
	margin-bottom:10px;
	clear:both;
}

/*------------------Light Form-------------*/

.btn-sign {
	width:460px;
	margin-bottom:20px;
	margin:0 auto;
	padding:20px;
	border-radius:5px;
	background: -moz-linear-gradient(center top, #00c6ff, #018eb6);
    background: -webkit-gradient(linear, left top, left bottom, from(#00c6ff), to(#018eb6));
	background:  -o-linear-gradient(top, #00c6ff, #018eb6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00c6ff', EndColorStr='#018eb6');
	text-align:center;
	font-size:36px;
	color:#fff;
	text-transform:uppercase;
}

.btn-sign a { color:#fff; text-shadow:0 1px 2px #161616; }

#mask {
	display: none;
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: 0.8;
	z-index: 999;
}

.login-popup{
	display:none;
	background: #333;
	padding: 10px; 	
	border: 2px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	box-shadow: 0px 0px 20px #999;
	-moz-box-shadow: 0px 0px 20px #999; /* Firefox */
    -webkit-box-shadow: 0px 0px 20px #999; /* Safari, Chrome */
	border-radius:3px 3px 3px 3px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
}

img.btn_close {
	float: right; 
	margin: -28px -28px 0 0;
}

fieldset { 
	border:none; 
}

form.signin .textbox label { 
	display:block; 
	padding-bottom:7px; 
}

form.signin .textbox span { 
	display:block;
}

form.signin p, form.signin span { 
	color:#999; 
	font-size:11px; 
	line-height:18px;
} 

form.signin .textbox input { 
	background:#666666; 
	border-bottom:1px solid #333;
	border-left:1px solid #000;
	border-right:1px solid #333;
	border-top:1px solid #000;
	color:#fff; 
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	font:13px Arial, Helvetica, sans-serif;
	padding:6px 6px 4px;
	width:200px;
}

form.signin input:-moz-placeholder { color:#bbb; text-shadow:0 0 2px #000; }
form.signin input::-webkit-input-placeholder { color:#bbb; text-shadow:0 0 2px #000;  }

.button { 
	background: -moz-linear-gradient(center top, #f3f3f3, #dddddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#dddddd));
	background:  -o-linear-gradient(top, #f3f3f3, #dddddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f3f3', EndColorStr='#dddddd');
	border-color:#000; 
	border-width:1px;
	border-radius:4px 4px 4px 4px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	color:#333;
	cursor:pointer;
	display:inline-block;
	padding:6px 6px 4px;
	margin-top:10px;
	font:12px; 
	width:214px;
}

.button:hover { background:#ddd; }
/*------------------Light Form---- END---------*/