/*!
 * Start Bootstrap - Scrolling Nav (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
 
 
/* base */

body {
    width: 100%;
    height: 100%;
	background:none;
	color:#808080;
 	font-weight:300;
}

.full {
  background: url(../images/begreen_solar-coming_soon-bg-1920x1080.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

html {
    width: 100%;
    height: 100%;
	
}

.btn {
  display: inline-block;
  padding: 6px 25px;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 300;
  letter-spacing:0.5px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 0px solid transparent;
  border-radius: 0px;
}

.btn-success {
	color: #fff;
  	background-color: #03BCBE;
  	border-color: transparent !important;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #00878c;
  border-color: transparent !important;
}
.btn-success:hover {
  color: #fff;
  background-color: #00878c;
  border-color: transparent !important;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #00878c;
  border-color: transparent !important;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #00878c;
  border-color: transparent !important;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  	background-color: #00878c;
  	border-color: transparent !important;
}
.btn-success .badge {
  color: #f8951d;
  background-color: #fff;
}

.btn-circle {
  width: 100px;
  height: 100px;
  padding: 22px 22px;
  font-size: 36px;
  line-height: 1.5;
  border-radius:50px;
  clear:both;
  margin:0px 10%;
}



/* nav */

.navbar-brand {
  float: left;
  padding: 5px 15px;
  height:80px;
}

.navbar-default .navbar-nav > li > a {
  color: #444;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #03BCBE;
  background-color: transparent;
}

@media(min-width:767px) {
    .navbar {
        padding: 10px 0;
    }
	
	.navbar-nav {
    float: right;
    margin: 0;
	font-weight:400;
	text-transform:uppercase;
  }

    .top-nav-collapse {
        padding: 0;
    }
}

/* content */

@media (max-width: 767px) {
	
.introduction {
    width:100%;
}


}
.panel {
    float:right;
  	background-color:rgba(255,255,255,0.95);
	padding:40px 40px;
	border-radius:0px;
	margin-bottom:100px;
}

.sep {
    width:50%;
	height:1px;
	background-color:#ccc;
	text-align:center;
	margin:15px auto;	
	
}

.subline {
    width:15%;
	height:3px;
	background-color:#03BCBE;
	margin-bottom: 15px;
}

.panel-right {
    float:right;
}

.title {
  color:#03BCBE !important;
  font-weight:300 !important;
  margin-top:0px;
 }

.intro-section {
    height: 100%;
    padding-top: 100px;
}

.intro-btn {
    margin: 40px 0px;
	text-align:center;
}


.about-section {
    height: 100%;
    padding-top: 100px;
}

.contact-section {
    height: 100%;
    padding-top: 100px;
}

.phone-section {
	text-align: center;
}

.phone-bloc {
	display:inline-block;
	text-align:center;
	font-size:1.3em;
	background-color:#fff;
	padding: 25px 40px;
	margin:0 auto;
	overflow:hidden;
	border-radius:4px;
}
.phone-bloc a{
	color:#03BCBE;

}
.phone-bloc :hover{
	color:#00878c;
	text-decoration:none;
}
.phone-label {
	font-size:0.5em;
	float:right;
}

