@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700);
@import "../css/reset.css";
@import "../css/superfish.css";
html {
	width: 100%;
	font-family: 'Roboto', sans-serif;
}
a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}
* {
	-webkit-text-size-adjust: none;
}
body {
	font-family: 'Roboto', sans-serif;
	color: #6f6f6f;
	position: relative;
	background: #65B345;
	overflow-x:hidden;
	/* [disabled]line-height: 1.8; */
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	color: #6f6f6f;
}
h2 {
	font-size: 32px;
	line-height: 1em;
	text-transform: uppercase;
	color: #6f6f6f;
	font-weight:600;
}

h2A {
	font-size: 32px;
	line-height: 1em;
	color: #6f6f6f;
}


h4 {
	font-size: 21px;
	line-height: 1em;
	color: #6f6f6f;
	text-transform: uppercase;
}

h5 {
	font-size: 16px;
	line-height: 1em;
	color: #FFF;
	font-weight:300;
}

h6 {
	font-size: 14px;
	line-height: 1em;
	color: #FFF;
	font-weight:300;
	text-align:center;
}



p {
	margin-bottom: 19px;
}
.text-info {
	color: #6F6F6F;
}
.lead {
	font-size: 20px;
	color: #72c200;
}

.lead-2 {
	font-size: 25px;
	color: #999;
	font-weight:300;
}

.lead-3 {
	font-size: 20px;
	color: #999;
	font-weight:300;
}

.green { color:#64b345;}
.grey { color:#CCCCCC;}
.grey-2 { color:#E6E6E6;}
.white { color:#FFFFFF; text-transform:none;}

.bodytext { font-size:16px; font-weight:200;}

.hr { background:#CCC; height:1px; width:100%;}

.rounded { border-radius:50px; -webkit-border-radius:50px; -moz-border-radius:50px; height:40px; width:40px; background:#64b345; padding:20px; vertical-align: middle; margin:0 auto; margin-bottom:20px;}

.weight { font-weight:100;}


p.lead {
	margin-bottom: 10px;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.list li {
	background: url(../images/marker.png) 0 6px no-repeat;
	color: #6f6f6f;
	font-size: 16px;
	margin-top: 7px;
	padding-left: 27px;
}
ul.list li a {
	color: #6f6f6f;
}
ul.list li a:hover {
	color: #5C9C00;
}
/*links*/

a {
	text-decoration: none;
	color: #333;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
a:hover {
	color: #5C9C00;
}
a.btn {
	background: #CCC;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1em;
	padding: 11px 30px 12px 30px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 33px;
}
a.btn:hover {
	background: #72c200;
	color: #fff;
}



a.btn-2 {
	background: #65b345;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight:400;
	line-height: 1em;
	margin:0 auto;
	padding: 15px 30px;
	color: #fff;
	text-transform: uppercase;
}

a.btn-2:hover {
	background: #5a9f3d;
	color: #fff;
}




.clear {
	clear: both;
}
.wrap {
	overflow: hidden;
}
.indent-1 {
	padding: 88px 0 35px 0;
}
.indent-2 {
	padding: 60px 0 25px 0;
}
.top-1 {
	padding-top: 91px;
}
.bot-1 {
	padding-bottom: 40px;
}
/*----------- Back to top --------------*/
#toTop {
	display: none;
	width: 49px;
	height: 48px;
	overflow: hidden;
	background: url(../images/totop.png) 0 0 no-repeat;
	position: fixed;
	margin-right: -600px !important;
	right: 50%;
	bottom: 80px;
	z-index: 999;
}
#toTop:hover {
}
#toTop:active, #toTop:focus {
	outline: none;
}
/*header*/

header {
	display: block;
	padding: 0;
	z-index: 999;
	background: #000;
	height:194px;
}
header h1 {
	float: none;
	text-align: center;
	display: block;
	position: relative;
	z-index: 999;
	margin: 0;
}
header h1 a {
	display: inline-block;
}
header h1 a img {
	display: block;
}
nav {
	background: #000;
	margin-top: 0px;
	/* [disabled]padding: 10px 0 10px 0; */
}
nav .grid_12 {
	text-align: center;
}
.featured {
	position: relative;
	/* [disabled]padding-top: 40px; */
}
/*******content********/
#content {
	background: url(../images/content-bg.jpg) 0 0 repeat-x #f7f7f7;
}
.bg-1 {
	border-top: #c8cece 1px solid;
	border-bottom: #e0e0e0 1px solid;
	background: url(../images/bg-1.jpg) 0 0 repeat-x #f5f5f5;
}
.bg-2 {
	background: #f1f1f1;
}
.bg-3 {
	border-top: #dddddd 1px solid;
	/* [disabled]border-bottom: #e2e2e2 1px solid; */
}
.border-1 {
	border-right: #d4d4d4 1px solid;
	padding-right: 20px;
	padding-bottom: 91px;
}
.box-1 {
	margin : 40px 0;
}
.box-1 img {
	float: left;
}
.box-1 h4 {
	overflow: hidden;
	padding-top: 22px;
	padding-bottom: 18px;
}
.box-1 .wrap {
	padding: 10px;
}
.box-2 img {
	float: left;
	margin-right: 20px;
}
.list-news li {
	margin-top: 45px;
}
.list-news li:first-child {
	margin-top: 0px;
}
.list-news .wrap {
	padding-bottom: 11px;
}
.list-news .badge {
	background: #16445c;
	float: left;
	width: 60px;
	padding: 8px 0 8px 0;
	text-align: center;
	font-size: 18px;
	line-height: 1em;
	color: #fff;
	text-transform: uppercase;
	margin-right: 20px;
}
.list-news .badge span {
	display: block;
	font-size: 10px;
}
.list-people {
	margin-left: -20px;
	margin-top: -18px;
}
.list-people li {
	float: left;
	margin-left: 20px;
	margin-top: 18px;
}
.lists {
	overflow: hidden;
	margin-top: 19px;
}
.lists>div {
	float: left;
	width: 160px;
}
.list-project li {
	margin-top: 91px;
}
.list-project h4 {
	margin: 39px 0 30px 0;
}
.list-work li {
	margin-top: 15px;
}
.list-work li:first-child {
	margin-top: 0px;
}
/****************/
.carousel {
	padding: 80px 0;
	position: relative;
}
.carousel h4 {
	color: #6F6F6F;
	margin: 39px 0 30px 0;
}
/*****************/
.map {
	padding-top: 35px
}
.map iframe {
	width: 100%;
	height: 462px;
	border: none;
}
address {
	font-size: 14px;
	font-style: normal;
	margin-top: 22px
}
address dl {
	float: left;
	width: 220px;
}
address dl+dl {
	margin-left: 20px;
}
address dl dt {
	margin-bottom: 19px;
}
address dl span {
	display: inline-block;
	width: 100px;
}
/****Form****/

#form {
	padding-top: 30px;
	position: relative;
}
#form .text-info {
	padding-bottom: 3px;
}
#form input {
	background: #fff;
	color: #6f6f6f;
	border: 1px solid #e5e5e5;
	padding: 6px 14px 7px 14px;
	width: 70%;
	height: 30px;
	float: left;
	font: 12px/15px 'Roboto', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#form textarea {
	background: #fff;
	color: #6f6f6f;
	height: 273px;
	overflow: auto;
	border: 1px solid #e5e5e5;
	padding: 6px 14px 7px 14px;
	width: 90%;
	position: relative;
	resize: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	font: 12px/15px 'Roboto', sans-serif;
	margin: 0;
}
#form label {
	position: relative;
	display: block;
	min-height: 45px;
	width: 95%;
	float: left;
}
#form label .title {
	font-size: 16px;
	padding: 12px 0 9px;
	display: block;
}
#form .error, #form .empty {
	color: #FF0000;
	display: none;
	font-size: 10px;
	line-height: 12px;
	width: auto;
	position: absolute;
	z-index: 999;
	right: 5px;
	bottom: -12px;
	float: left;
}
#form .error-empty {
	display: none;
	float: left;
}
#form .message {
	width: 95%;
}
#form .success {
	display: none;
	position: absolute;
	width: 95%;
	font-size: 16px;
	background: #fff;
	border: 1px solid #e3e3e3;
	text-align: center;
	padding: 20px 10px;
	z-index: 999;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#form .btn {
	cursor: pointer;
}
/************Footer***********/

footer {
	font-size: 12px;
	color: #65b345;
	text-transform: uppercase;
	padding: 21px 0 18px 0;
}
footer span {
	display: block;
	margin-top: 6px;
}
footer a {
	color: #FFF;
}
footer a:hover {
	color: #16445c;
}
.soc-icon {
	display: block;
}
.soc-icon li {
	display: inline-block;
	float: right;
	margin-left: 13px;
}
.soc-icon li a {
	display: block;
}
.soc-icon li a img {
	opacity: 0.2;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.soc-icon li a:hover img {
	opacity: 1;
}
.centered-text-headers {
	line-height:2;
	text-align:center;
}

.centered-text {
	text-align:center;
}

.margin-topics { margin-top:50px;}

/* SLIDER */


.text-container { position: relative; margin:0 auto; margin-bottom:20px; height:auto; width:250px; background:#65b345; text-align:center; padding:10px; color:#FFF; font-weight:100;}

.bx-wrapper .bx-pager.bx-default-pager a {
background: #65b345;
text-indent: -9999px;
display: block;
width: 10px;
height: 10px;
margin: 0 5px;
outline: 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}


/* ACCORDION */

.accordion {
	margin: 0;
	padding: 20px;
	height: 15px;
	background:rgb(101,179,69);
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	border-bottom: solid 1px #65b345;
	font-weight:300;
	margin-bottom:1px;
	color: #FFF;
	font-size: 1em;
	cursor:pointer;
/*	transition: background ease .3s;
	-moz-transition: background ease .3s;
	-webkit-transition: background ease .3s;
*/    }
	
/*	.accordion:hover {
	margin: 0;
	padding: 20px;
	height: 15px;
	background:rgba(101,179,69,1);
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	font-weight:300;
	margin-bottom:1px;
	color: #FFF;
	font-size: 1em;
	cursor:pointer;
    }
*/   

 .accordion-open {
        background: #f7f7f7;
	color: #65b345;
		cursor:pointer;
		margin-bottom:10px;
		border-bottom: solid 1px #65b345;
    }
    .accordion-open span {
        display:block;
        float:right;
        padding:10px;
		
    }

.content p{ font-weight:300;}



/* FORM */
#form-main{
	width:60%;
	float:left;
	padding-top:0px;
}

#form-div {
	padding-left:35px;
	padding-right:35px;
	padding-top:35px;
	padding-bottom:50px;
	width: 60%;
  margin-top:30px;
	margin-left: -260px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.feedback-input {
	color:#3c3c3c;
	font-family: 'Roboto', sans-serif;
  font-weight:300;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	border: solid 1px #C6C6C6;
	margin-bottom: 10px;
	width:75%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


#comment{
/*	background-image: url(http://rexkirby.com/kirbyandson/images/comment.svg);
*/	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

textarea {
    width: 60%;
    height: 250px;
	max-height:250px;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#button-blue{
	font-family: 'Roboto', sans-serif;
	width: 30%;
	cursor:pointer;
	background-color: #65B345;
	border:none;
	color:white;
	font-size:24px;
	padding-top:10px;
	padding-bottom:10px;
  font-weight:700;
  margin:0 auto;
}

.submit {
	text-align:center;
}

li h5 { padding:5px 0px;}

.wrap ul li { margin:10px 0px;}

.electro { color:#65B345;}
.gas { color:#FFBE28;}

.InputAddOn {
  display: flex;
  height:30px;
  width:300px;
  outline:none;
}

.InputAddOn-field {
  flex: 1;
  border:none;
  /* field styles */
}

.InputAddOn-item {
	font-family: 'Roboto', sans-serif;
	cursor:pointer;
	background-color: #4f8d36;
	border:none;
	color:white;
	font-size:14px;
  font-weight:400;
  margin:0 auto;
  /* item styles */
}


/*#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #0493bd;
}
	
.submit:hover {
	color: #3498db;
}

.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:50%;
  background-color:white;
}
*/	