@charset "UTF-8";
/*Carousel */
.container {
    width: auto;
    max-width: 1560px !important;
    padding: 0 !important;
}

/* Center Vertically */
.carousel_container{
	top: 50%;
    position: relative;
    margin-top: -350px;
}
.carousel .item {
    height: 500px;
    background-color: rgba(141,198,63,1) !important;
	text-align: center;
}
.carousel-control .arrow_carousel_left, .carousel-control .arrow_carousel_right {
    width: 52px;
    height: 102px;
    margin-top: -10px;
}
.carousel-control .arrow_carousel_left, .carousel-control .arrow_carousel_right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}
.carousel-control .arrow_carousel_left{
    left: 0;
    margin-left: 25px;
}
.carousel-control .arrow_carousel_right{
	right: 0;
    margin-right: 30px;
}
.carousel-control.left {
    background-image: none;
    filter: none;
}
.carousel-control.right {
    background-image: none;
    filter: none;
}
.carousel-caption{
    top: 0px;
    text-align: left;
    text-shadow: none;
	right: auto;
	left: auto;
}
.carousel-caption h1{
	font-family:'DIN-Bold';
	font-size: 80px;
}
.carousel-caption p{
	font-family:'DIN-Regular';
	font-size: 30px;
	line-height: 1.1em;
}
.carousel-button{
	font-family:'DIN-Regular';
    margin-top: 23px;
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.carousel-button:hover {
    font-family: 'DIN-Regular';
    margin-top: 23px;
    background-color: transparent;
    border-color: #fff;
    color: #333;
}
.carousel-indicators{
    bottom: 140px;
    left: auto;
    margin-left: 0px;
	text-align: left;
	width:777px;
	right: 50%;	
}
div.image_carousel1:before{
	content:url(../images/clouds_max.png);
	top: -70px;
}
div.image_carousel2:before{
	content:url(../images/lightbulbs_max.png);
	top: -70px;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width:1560px;
}

/* Footer Logos */
.logos{
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	padding-top: 15px;
    padding-bottom: 15px;
}
.logos .row{
    margin-right: 0;
	margin-left: 0;
}
.logos_clients{
	padding-left: 0px;
	padding-right: 0px;
	width: 83%;
	float: left;
}
.logos img{
	/*width: 100%;*/
	max-width: 1198px;
}
.logo_side1{
	width:8.5%;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
}
.logo_side2{
	width:8.5%;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
}
/* Utility Footer */	
.utility_desktop {
    height: 45px;
	background-color: #f7f9fa;
}
	
.footer_elements{
    margin-left:10px;
	margin-right:-10px;
	padding-top: 15px;
	color: #999999;
	font-size: 12px;
	text-align: center;
}
.copyright{
	padding-left:0px;
	text-align: left;
}
.privacy{
	padding-left:0px;
	text-align: right;
}

.privacy a{
	padding-left: 10px;
	padding-right: 10px;
	color: #999999;
    text-decoration: none;
}

.privacy a:hover, a:focus {
  color: rgba(141,198,63,1);
  text-decoration: none;
}

/* Media Queries */
/* -------------------------------------1367px to 1680px--------------------------------------- */
@media (min-width:1367px) and (max-width:1680px){
	/*Carousel */
.container {
    width: auto;
    max-width: 1020px !important;
    padding: 0 !important;
}

/* Center Vertically */
.carousel_container{
	top: 50%;
    position: relative;
    margin-top: -350px;
}
.carousel-caption{
    top: 80px;
    text-align: left;
    text-shadow: none;
	right: auto;
	left: auto;
}
.carousel-caption h1{
	font-family:'DIN-Bold';
	font-size: 60px;
}
.carousel-caption p{
	font-family:'DIN-Regular';
	font-size: 24px;
	line-height: 1.1em;
}
.carousel-indicators{
    bottom: 110px;
    left: auto;
    margin-left: 0px;
	text-align: left;
	width:510px;
	right: 50%;	
}
div.image_carousel1:before{
	content:url(../images/clouds_medium.png);
}
div.image_carousel2:before{
	content:url(../images/lightbulbs_medium.png);
}
.center-block {
  width:1020px;
}

}
/* -------------------------------------1180px to 1366px--------------------------------------- */

@media (min-width:1180px) and (max-width:1366px){
/*carousel */
.container {
    width: auto;
    max-width: 1020px !important;
    padding: 0 !important;
}
.carousel-caption{
    top: 80px;
    text-align: left;
    text-shadow: none;
	right: auto;
	left: auto;
}
.carousel-caption h1{
	font-family:'DIN-Bold';
	font-size: 60px;
}
.carousel-caption p{
	font-family:'DIN-Regular';
	font-size: 24px;
	line-height: 1.1em;
}
.carousel-indicators{
    bottom: 110px;
    left: auto;
    margin-left: 0px;
	text-align: left;
	width:510px;
	right: 50%;	
}

div.image_carousel1:before{
	content:url(../images/clouds_small.png);
	top: -110px;
}
div.image_carousel2:before{
	content:url(../images/lightbulbs_small.png);
	top: -110px;
}

/* Footer */	
.logos img {
    width: 100%;
}
.footer {
    height: 148px !important;
}
.privacy{
	margin-top:-27px;
}
}

/* -------------------------------------1024px to 1179px--------------------------------------- */

@media (min-width:1024px) and (max-width:1179px){
	/*carousel */
.container {
    max-width: 780px !important;
}
.center-block {
  width:780px;
}
div.image_carousel1:before{
	content:url(../images/clouds_small.png);
	top: -110px;
}
div.image_carousel2:before{
	content:url(../images/lightbulbs_small.png);
	top: -110px;
}
.carousel-caption{
    top: 80px;
}
.carousel-caption h1{
	font-family:'DIN-Bold';
	font-size: 60px;
}
.carousel-caption p{
	font-family:'DIN-Regular';
	font-size: 24px;
	line-height: 1.1em;
}
.carousel-indicators{
    bottom: 110px;
    left: auto;
    margin-left: 0px;
	text-align: left;
	width:510px;
	right: 50%;	
}
.carousel-caption h1 {
    font-size: 54px;
}
.carousel-caption p {
    font-size: 20px;
}
.carousel-indicators {
    width: 387px;
	bottom: 125px;
}
/* Footer */	
.logos img {
    width: 100%;
}
.logos_clients {
    width: 93%;
}
.logo_side1 {
    width: 3.5%;
}
.logo_side2 {
    width: 3.5%;
}
.footer {
    height: 141px !important;
}
.privacy{
	margin-top:-27px;
}

}


/* -------------------------------------688px to 1023px--------------------------------------- */

@media (min-width:688px) and (max-width:1023px){
body {
    font-size: 15px;
}
.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
/* navbar */
.navbar-brand > img {
    height: 35px;
}
.navbar-default .navbar-nav > li > a {
    padding-top: 23px;
}
.nav-button {
    margin-top: 16px;
}
/*carousel */
.container {
    max-width: 540px !important;
}
.center-block {
    width: 540px;
}
div.image_carousel1:before{
	content:url(../images/clouds_xsmall.png);
	top: -110px;
}
div.image_carousel2:before{
	content:url(../images/lightbulbs_xsmall.png);
	top: -110px;
}
.carousel-caption h1 {
    font-size: 41px;
}
.carousel-caption p {
    font-size: 18px !important;
}
.carousel-indicators {
    bottom: 145px;
    width: 265px;
}

/* Footer */
.logos img {
    width: 100%;
}
.footer {
    height: 60px !important;
}
.logos{
	padding-left: 0px;
	padding-right: 0px;
}
.logos_clients{
	padding-left: 0px;
	padding-right: 0px;
}
.logos img{
	/*width: 100%;*/
	max-width: 1300px;
}
.logos_clients {
    width: 92%;
}
.logo_side1{
	padding-left: 0px;
	padding-right: 0px;
	width: 4%;
}
.logo_side2{
	padding-left: 0px;
	padding-right: 0px;
	width: 4%;
}
.footer {
    height: 126px !important;
}
.privacy{
	margin-top:-27px;
}
}

@media (min-width:650px) and (max-width:657px){
.navbar-brand > img {
    height: 29px;
}
}
/* ------------------------------------- iPhone Landscape --------------------------------------- */
@media (min-width:651px) and (max-width:687px){
body {
    font-size: 15px !important;
}

/*carousel */
.carousel-caption {
    top: 120px;
}

div.image_carousel1{
	content:url(../images/clouds_xsmall.png);
	top: 40px;
	width: 80%;
}
div.image_carousel2{
	content:url(../images/lightbulbs_xsmall.png);
	top: 40px;
	width: 80%;
}
.carousel-caption h1 {
    font-size: 30px;
}
.carousel-caption p {
    font-size: 14px !important;
}

.footer.desktop{
		display: none;
	}
.footer.mobile{
		display: block;
	}
}

/* ------------------------------------- 687px and smaller --------------------------------------- */
@media (max-width:687px){
body {
    font-size: 17px;
}
.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
/*carousel */
.carousel{
    display: none;   
}

/* Mobile show, Desktop hide */
.mobile{
	display: block;
}
.desktop{
	display: none;
}
.mobile.nav-button{
	display: block;
}
.desktop.nav-button{
	display: none;
}

/* Panel 1 */
.panel1 .row{
	padding-top: 390px;	
}
.panel1 h1{
	color: #fff;
	font-size: 40px;
	font-family:'DIN-Bold';
}
.panel1 p{
	color: #fff;
	font-size: 19px;
	font-family:'DIN-Regular';
}
.panel1 .carousel-button{
	border-color: rgba(255,255,255,1);
	color: rgba(255,255,255,1);
}
	/* Panel 2 */
.panel2 {
	background-color: #fff;
}
.panel2 .row{
padding-top: 40px;	
}
.panel2 h1{
	color: #999;
	font-size: 40px;
	font-family:'DIN-Bold';
}
.panel2 p{
	color: #999;
	font-size: 19px;
	font-family:'DIN-Regular';
}
.panel2 .carousel-button{
	border-color: rgba(141,198,63,1);
	color: rgba(141,198,63,1);
}
	
/* Panel 3 */
.panel3 .intro {
    margin: 60px auto 60px;
}

.panel3 {
	background-color: #f7f9fa;
}
.panel3 .row{
padding-top: 40px;
}
.panel3 h1{
	color: #999;
	font-size: 40px;
	font-family:'DIN-Bold';
}
.panel3 p{
	color: #999;
	font-size: 19px;
	font-family:'DIN-Regular';
}
.panel3 .carousel-button{
	border-color: rgba(141,198,63,1);
	color: rgba(141,198,63,1);
}
div.image_carousel1{
	content:url(../images/clouds.png);
	margin-bottom: 40px;
	top: -15px;
	z-index: 0;
}
div.image_carousel2{
	content:url(../images/lightbulbs_mobile.png);
	margin-bottom: 40px;
	top: -15px;
}

/* Contact Form */
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -10px;
}
.form-control {
    display: block;
    width: 100%;
    height: 65px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #999999;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
 .form-horizontal .checkbox-inline {
    padding-top: 22px;
}

.clear-button {
    font-family: DIN-Regular;
    margin-top: 13px;
    background-color: transparent;
    color: #999999;
    border-color: #999999;
    padding: 10px 22px !important;
}
.submit_form{
	text-align: right;
}
.submit_form p{
	font-size: 14px;
}
.white-button {
    font-family: DIN-Regular;
    margin-top: 13px;
    background-color: transparent;
    color: rgba(141,198,63,1);
    border-color: rgba(141,198,63,1);
    padding: 10px 22px !important;
}
	
	
/* Footer */	

.panel_logos{
	padding-top:40px;
}
.logos img {
    width: 200px;
}
.logo1 {
    text-align: center;
	padding-bottom: 10px;
}
.logo2 {
	 text-align: center;
	padding-bottom: 10px;
}
.logo3 {
	text-align: center;
	padding-bottom: 10px;
}
.logo4 {
	text-align: center;
	padding-bottom: 10px;
}
.logo5 {
    text-align: center;
	padding-bottom: 10px;
}
.logo_side1.col-md-1{
	float: none;
}
.logo1.col-md-1{
	float: none;
	width: 100%;
    text-align: center;
}
.logo2.col-md-1{
	float: none;
	width: 100%;
    text-align: center;
}
.logo3.col-md-1{
	float: none;
	width: 100%;
    text-align: center;
}
.logo4.col-md-1{
	float: none;
	width: 100%;
    text-align: center;
}
.logo5.col-md-1{
	float: none;
	width: 100%;
    text-align: center;
}
.logo_side2.col-md-1{
	float: none;
	width: 100%;
    text-align: center;
}
/* Utility Footer */	
.utility {
    height: 110px;
	background-color: #f7f9fa;
}
	
.footer_elements{
    margin-left:25px;
	margin-right:25px;
	padding-top: 30px;
	color: #999999;
	font-size: 12px;
	text-align: center;
}
.copyright {
    text-align: center;
}
.privacy {
    text-align: center;
}
	
}

