@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400);

body, html{
	font-family: 'Lato', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #111111;
	overflow-x:hidden;
	padding-right:0px !important;
}

h1{
	text-transform: uppercase;
}
h1 strong{
	font-weight: 900;
}
h2{
	text-transform: uppercase;
	line-height: normal; /*20px;*/
	margin:  0;
}
h3{
font-size: 18px;
font-weight: 900;
}
h4{
	text-transform: uppercase;
}
h5{
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}

p{
	font-family: 'Open Sans', sans-serif;
}
p.intro{
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
}
a{ color: #31294e;}
a:hover,
a:focus{
	text-decoration: none;
	color: #31294e;
}

.section-title hr{
	border-color: #31294e;
	border-width: 4px;
	width: 60px;
	float: left;
	clear: both;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
ul, ol{
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
/* Navigation */
#tf-menu {
	padding: 0px 10px 0 10px;
	transition: all 0.8s;
	z-index:999;
}
#tf-menu.navbar-default {
	background:url(../img/bgw.png) repeat top left;
	border-color: rgba(231, 231, 231, 0);
	border-bottom:4px solid #aecb3d;
}
#tf-menu a.navbar-brand {
text-transform: uppercase;
font-size: 22px;
color: #fff;
font-weight: 900;
}

#tf-menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #31294e;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 700;
}
.on {
	background-color: #f7f7f7 !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color: #335a29 !important;
	background-color: transparent;
	font-weight: 700;
}

.navbar-toggle {
	border-radius: 0;
	}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-color: #31294e;
	border-color: #31294e;
	}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
	}
/* Home Style */
#tf-home{
/*	background: url(../img/01.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;*/
	color: #cfcfcf;
}

#tf-home .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	height: 750px;
	background-attachment: fixed;
}

.content{
	position: relative;
	/*padding: 40% 0 0;*/
}

.content h1 { color:#457738; }
#tf-home p.lead { color:#31294e; font-weight: 500; }

.color{
	color: #31294e !important;
}
.colorWhite { color:#f7f7f7 !important; }

a.fa.fa-angle-down {
	padding: 10px 15px;
	color: #457738;
	border: 2px solid #457738;
	border-radius: 50%;
	font-size: 24px;
	margin-top: 00px;
	transition: all 0.5s;
}
a.fa.fa-angle-down:hover{
	background: #31294e;
	color: #ffffff;
	border: 2px solid #31294e;
}

a.page-scroll2 { position:fixed; bottom:25px; right:25px; z-index:99; display:none; }
a.fa.fa-angle-up {
  padding: 5px 10px;
  color: #31294e; background: #ffffff;
  border: 2px solid #31294e;
  border-radius: 50%;
  font-size: 24px;
  margin-top: 00px;
  transition: all 0.5s;
}
a.fa.fa-angle-up:hover{
	background: #31294e;
	color: #ffffff;
	border: 2px solid #31294e;
}



/* About Section */
#tf-about{
	padding: 60px 0;
}
ul.about-list{ margin: 10px 0 0 ;}
ul.about-list li{
	display: block;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
}
ul.about-list li span{ 
	margin-right: 10px;
}

/* Team Section */
#tf-team{
	background: #ffffff; /*rg-products-bg.jpg  url(../img/rg-products-bg.jpg) no-repeat     color: #ffffff;*/
	background-size: cover;
	background-position: top right;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding-bottom:40px;
}
#tf-team .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	height: auto;
	background-attachment: fixed;
	padding: 80px 0;
}
.section-title.center{
	padding: 3.2em 0;
}
.section-title h2,
.section-title.center h2{
	font-weight: 300;
	color:#31294e;
	margin-left: 10px;
}
.section-title.center .line{
	border-top: 4px solid #31294e;
	height: 10px;
	width: 60px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}

.section-title.center hr {
	border-top: 4px solid rgba(252, 172, 69, 0.34);
	width: 40px;
	text-align: center;
	margin-top: 10px;
	position: relative;
	left: 17%;
}
#products{ margin: 0 auto}
#products .item{
    padding: 0;
    margin: 15px;
    color: #FFF;
    text-align: center;
}

img.img-circle.team-img {
	width: 120px;
	height: 120px;
	border: 4px solid transparent;
	transition: all 0.5s;
}
#tf-team .item .thumbnail:hover>img.img-circle.team-img{
	border: 4px solid #31294e;
}
/*#tf-team .thumbnail {
	background: transparent;
	border: 0;
}*/

#tf-team .thumbnail .caption {
	padding: 9px 9px 9px 9px;
	color: #F2F2F2;
}
#tf-team .thumbnail .caption p { margin-bottom:0px; }

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 0;
	background: #536e2b;
	transition: all 0.5s;
}

.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #31294e;
}
.owl-theme .owl-controls .owl-page.active span{
	background: #31294e;
}

/* Services Section */
#tf-services{
	padding: 40px 0;
}

.space{
	margin-top: 40px;
}

#tf-services i.fa {
	font-size: 40px;
	border: 4px solid #31294e;
	width: 100px;
	height: 100px;
	padding: 27px 25px;
	margin-bottom: 10px;
	border-radius: 50%;
	transition: all 0.5s;
}

#tf-services i.fa.fa-mobile{
	font-size: 50px;
	padding: 20px 25px;
}

#tf-services .service:hover>i.fa{
	background: #31294e;
	color: #ffffff;
}

/* Clients Section */
#tf-clients{
	background: url(../img/04.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}

#tf-clients .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	padding: 80px 0;
	background-attachment: fixed;
}

#clients .item{
    padding: 0;
    margin: 35px;
    color: #FFF;
    text-align: center;
}
/* Gallery Section 
==============================*/
#tf-works{
	padding: 80px 0;
}
.categories{ 
	padding: 10px 0;
}
ul.cat li{
	display: inline-block;
}
#tf-works li.pull-right {
	margin-top: 10px;
}
ol.type li{
	display: inline-block;
	margin-left: 20px;
}
ol.type li:after{
	content: ' | ';
	margin-left: 20px;
}
ol.type li:last-child:after { content: ''; }
ol.type li a{ color: #222222}
ol.type li a.active { font-weight: 700; }
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item { z-index: 1 }
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.portfolio-item{
	margin-bottom: 30px;
}
.portfolio-item .hover-bg{
	height: 260px;
	overflow: hidden;
	position: relative;
}

.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
    transition: all 0.5s;
}
.hover-bg .hover-text>h4{
	opacity: 0;
	-webkit-transform: translateY(100%);
            transform: translateY(100%);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>h4{
	opacity: 1;
    -webkit-backface-visibility:hidden;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.hover-bg .hover-text>i{
	opacity: 0;
	-webkit-transform: translateY(0);
            transform: translateY(0);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>i{
	opacity: 1;
    -webkit-backface-visibility:hidden;
   -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
.hover-bg:hover .hover-text{
	opacity: 1;
}
#tf-works i.fa {
	height: 30px;
	width: 30px;
	border: 1px solid #31294e;
	font-size: 20px;
	padding: 5px;
	border-radius: 50%;
	color: #31294e;
}
/* Testimonials Section */
#tf-testimonials{
	background: #f7f7f7;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #536e2b;
	padding:60px 0 60px 0;
}

#tf-testimonials .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	padding: 80px 0;
	background-attachment: fixed;
}
#testimonial {
	padding: 0px 0;
}
#testimonial .item{
    display: block;
    width: 100%;
    height: auto;
}

#testimonial .item p {
	font-weight: 400;
	margin: 30px 0;
	color: #536e2b;
}
/* Contact Section */
#tf-contact{
	padding: 20px 0 150px 0;
	background:url(../img/footer-bg-green.png) no-repeat bottom left;
	background-size:contain;
}

label {
	float: left;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
#tf-contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #f7f7f7;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

#tf-contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}

button.btn.tf-btn.btn-default {
	float: right;
	background: #31294e;
	border: 0;
	border-radius: 0;
	padding: 10px 40px;
	color: #ffffff;
	text-transform: uppercase;
}

.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn:focus, 
.btn:active:focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn.active.focus {
	outline: thin dotted;
	outline: none;
	outline-offset: none;
}
/* Footer */
nav#footer{
	background: #6ab246;
	color: #ffffff;
	padding: 20px 0 15px 0;
}
nav#footer .fnav{ vertical-align: middle;}
ul.footer-social li{
	display: inline-block;
	margin-right: 10px;
}
nav#footer p{
	font-size: 12px;
	margin-top: 10px;
}
#footer i.fa {
	height: 30px;
	width: 30px;
	border: 2px solid #ffffff;
	font-size: 20px;
	padding: 4px 5px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s;
}
#footer i.fa:hover{
	background: #31294e;
	border-color: #31294e;
	color: #ffffff;
}
#footer a { color: #ffffff; }


/*
CUSTOM CSS
*/

h1,h2,h3,h4,h5,h6 { color: #31294e; }
.clrGreen { color: #536e2b !important; }
.clrDblue { color: #31294e !important; }

#tf-menu .container { padding:10px 0 0 0; }
a.logo { margin-bottom:10px; }

.navbar-brand {
  min-height:55px; height:auto;
}
.sub-nav { display:none; }

.submenuIcon { padding:0px; }
.cd-secondary-nav .has-children { padding-right:0px; margin-right:0px !important; }


a.logo { background:url(../img/renewgreen_logo.png) no-repeat; min-height:60px; height:auto; min-width:220px; width:auto; }
/*.navbar-fixed-top.on a.logo { background:url(../img/renewgreen-white.png) no-repeat; min-height:55px; height:auto; min-width:200px; width:auto; margin-top:10px; }*/



.sliderContent { float:none !important; display:block; text-align:center; margin:0 auto;  }
.sliderContent h1,.sliderContent  p { background:url(../img/bgg.png) repeat; padding:10px; }
.sliderContent h1 { margin-bottom: 0px !important; padding-bottom:10px; }
.sliderContent p { font-weight:normal !important; font-size:21px; }
.sliderContent p.lead { font-weight:normal !important; font-size:21px; }

.businessWithContent.content { background:url(../img/01.jpg) repeat; 
	position: relative;
  	padding: 10% 0 10%; 
}
.businessWithForm form .row .col-md-12 { margin-bottom:5px; }
.businessWithForm form label { color:#000000; text-align:left; }

.businessWithForm { padding-left:40px; }



.lightening {
	display:block;
	background:url(../img/lightening.png) no-repeat center;
	height: 30px;
	width: 30px;
	text-align: center;
	margin: 10px auto;
}
.lightening.pull-left  { background:url(../img/lightening.png) no-repeat left; width:100%; }

#team .owl-item { padding-right: 15px;  padding-left: 15px; }

#team .item .caption { background:url(../img/bgw.png) repeat; }
#team .item img { min-height:208px; max-height:208px; height:auto; }

.grmSection { background:url(../img/grm-solar-water-heater-bg.png) no-repeat bottom right #f5c020 !important; background-size:contain; }
.grmSection a.btn {
  margin-top: 0px; padding-bottom:10px;
  background: #31294e;
  color: #f4f4f4;
  font-weight: 400;
  font-size: 30px;
  position: relative;
  text-decoration: none;
  display: block;
  border-radius:0px;
  
  /*-webkit-box-shadow: 0px 9px 0px #e89e00;
  -moz-box-shadow: 0px 9px 0px #e89e00);
  box-shadow: 0px 9px 0px #e89e00;*/
  
  text-align: center;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -ms-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}



.testSection { background:url(../img/happy.png) no-repeat bottom left #f7f7f7 !important; background-size:contain; }
.testiBox { margin-top:10px; }
.testiBox .owl-item { padding-top:60px; }
.testiBox .owl-item:before { content: ' '; background:url(../img/dq1.png) no-repeat top left; padding:30px;  width:60px; 
	position:absolute; top:0; left:0; }
.testiBox .owl-item:after { content: ' ';  background:url(../img/dq2.png) no-repeat bottom right; padding:30px; width:60px; 
	position:absolute; bottom:0; right:0; }


.homeSolutions .service { padding:10px; }
.homeSolutions .service:hover { background:#f7f7f7; border-radius:20px; padding:10px; 
	
    -webkit-box-shadow: 0 8px 6px -6px #aca9a9;
       -moz-box-shadow: 0 8px 6px -6px #aca9a9;
            box-shadow: 0 8px 6px -6px #aca9a9;
}
.homeSolutions .section-title.center { padding: 10px 0; }



/* CTA Section */
#tf-cta{
	/*background: url(../img/cta-bg.png) #91dfff no-repeat top left;
	background-size: contain;*/
	background: url(../img/cta-bg.png) repeat-x bottom center;
	background-size:cover;
	color: #ffffff;
	padding: 20px 0; min-height:150px;
}
.cta h2 { margin-bottom:10px; line-height:inherit; }
.cta a.btn { margin-top:0px; background:#31294e; color:#ffffff; font-weight: 400; font-size:30px; width:70%;			
			
		position: relative;
		text-decoration: none;
		display: block;border-radius: 0px;
		/*-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;*/
		-webkit-box-shadow: 0px 1px 0px #201c35, 0px 9px 25px rgba(0,0,0,.7);
		-moz-box-shadow: 0px 1px 0px #201c35, 0px 9px 25px rgba(0,0,0,.7);
		box-shadow: 0px 1px 0px #201c35, 0px 9px 25px rgba(0,0,0,.7);
		
		text-align: center;			
}
.cta a:hover {
	background:#3d3463;
    -webkit-box-shadow: 0px 1px 0px #201c35, 0px 9px 25px #115e7f;
    -moz-box-shadow: 0px 1px 0px #201c35, 0px 9px 25px #115e7f;
    box-shadow: 0px 1px 0px #201c35, 0px 9px 25px #115e7f;
    position: relative;
}
.cta .container { margin:20px 0; }
.subText { font-size:18px; color:#f7f7f7; }

.ctaVision { background:#31294E !important; }
.ctaVision  h2 { color:#ffffff !important; line-height:normal; text-transform:none; }



#tf-grmcta{
	/*background: url(../img/cta-bg.png) #91dfff no-repeat top left;
	background-size: contain;*/
	background: url(../img/grmcta-bg.png) repeat-x bottom center;
	background-size:cover;
	color: #ffffff;
	padding: 20px 0; min-height:120px;
}
.grmcta h1 { }


.bg-grey { background-color:#f1f1f1 !important; }
.bg-white { background:#ffffff !important; }

#tf-business-solutions{
	background: #ffffff;
	background-size: cover;
	background-position: top right;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding-bottom: 40px; text-align: center;
}
#business-solutions { display:block; }
#business-solutions .item .caption { background:url(../img/bgw.png) repeat; }
#business-solutions .item img { /*min-height:208px;*/ min-height:185px;max-height:185px; height:auto; }

.bNone { border:none !important; }
.testimonialSection { border-right:2px dotted #cccccc; }
.testimonialSection { padding-right:30px; }
.footerFormSection { padding-left:40px; }
.onlyBPad { padding:0px 0px 20px 0px !important; }


.missionSection { border-right:2px dotted #cccccc; }
.missionSection { padding-right:30px; }
.valuesSection { padding-left:40px; }



#twitter-widget-0 { width:100% !important; min-width:100% !important; }


.modal-content { max-width:80%; left:10%; }

.clientele .item .thumbnail { min-height:150px; max-height:150px; }
.clientele .item .thumbnail img { margin-top:15px; max-height:120px; }


/*OTHER PAGES*/
#tf-home-solutions{
	background: url(../img/01.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #cfcfcf;
	max-height:450px;
}

#tf-other-headers{
	/*background: url(../img/01.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;*/
	background:#01A6E8;
	color: #cfcfcf;
	/*max-height:365px;*/
}
#tf-home-grm{
	background: url(../img/grm-head-bg.png);
	background-size: cover;
	background-position: bottom center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #cfcfcf;
}
#tf-home-grm .contentOther {
  position: relative;
  padding: 40% 0 0;
}
#tf-home-grm .contentOther .sliderContent { padding:50px; }


.contentOther {
  position: relative;
  padding: 10% 0 5%;
}
.contentOther h1 { color:#457738; }



.contentOtherNew {
  position: relative;
  padding: 10% 0 2%;
}
.contentOtherImageBox { max-height:217px; max-width:285px; padding:0px; }
.contentOtherImageBox img { max-height:217px; max-width:285px; }

.contentOtherNew h1, .contentOtherNew p {
  background:none; text-align:left;
  padding: 10px;
}


/* side bar */
.sidebar { background:#f7f7f7; padding:0px; }

.sideHeadingMain { margin:20px 0 10px; font-size:1.5em; }

.tabcordion { padding:0px; }
.tabcordion ul.nav li { text-align:left;  display:block; clear:both; width:100%; }
.tabcordion .accordion-heading { background:#458c40; cursor:pointer; float:left; display:block; width:100%; clear:both;
	-webkit-box-shadow: 0px 4px 0px #4A7436, 0px 5px 5px rgba(0,0,0,0);
  -moz-box-shadow: 0px 4px 0px #4A7436, 0px 5px 5px rgba(0,0,0,0);
  box-shadow: 0px 4px 0px #4A7436, 0px 5px 5px rgba(0,0,0,0);
}
.tabcordion li:not(:first-child) > .accordion-heading { margin-top:5px; }

.tabcordion .accordion-heading  a { cursor:pointer; width:100%; float:left; clear:both; padding:10px;  display:block; 
	font-size:1.1em; color:#ffffff;
}
.tabcordion .accordion-group { background:#EBF3CA; }
.tabcordion .accordion-inner { padding: 10px; }
.tabcordion li.active.accordion-group .accordion-inner { padding:45px 0px 20px 0px; }
.tabcordion ul.about-list { margin: 0px 0 0; }

.tabcordion .accordion-inner ul.about-list li { padding-left:5px; padding-top:5px; }
.tabcordion .accordion-inner ul.about-list li a { display:block; width:100% !important; }
/*.tabcordion .accordion-inner ul.about-list li.active, .tabcordion .accordion-inner ul.about-list li:hover { background:#c6dd65; }*/

.tabcordion .accordion-body { height:100% !important; }

ul.nav-tabs { margin-top:15px; }





/* New side accord */
.js .panel-title {
  margin: 0;
}
.panel-title a {
  border-bottom: none;
  color: #292929;
  display: block;
  padding: 0.65em 0;
  position: relative;
  text-decoration: none;
  -webkit-transition: color 200ms ease 0s;
  -moz-transition: color 200ms ease 0s;
  transition: color 200ms ease 0s;
  width: 100%;
}
.panel-title a .icon {
  color: #ffffff;
  position: absolute;
  right: 5px;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}
.panel-title a:hover,
.panel-title a:focus {
  color: #37474f;
}
.panel-title a:hover .icon,
.panel-title a:focus .icon {
  color: #ffffff;
}
.panel-title a.active {
  color: #37474f;
}
.panel-title a.active .icon {
  color: #ffffff;
}
.js .accordion {
  border-bottom: 1px solid #ececec;
  margin: 1em 0 0 0;
}
.accordion .panel-title a {
  border-top: 1px solid #ececec;
}
[id^="panel-"] {
  padding-bottom: 2em;
}



.accordion .panel-title {
	clear:both; 
	margin-bottom:5px;
  background: #458c40;
  text-align:left;
  -webkit-box-shadow: 0px 4px 0px #4A7436, 0px 5px 5px rgba(0,0,0,0);
  -moz-box-shadow: 0px 4px 0px #4A7436, 0px 5px 5px rgba(0,0,0,0);
  box-shadow: 0px 4px 0px #4A7436, 0px 5px 5px rgba(0,0,0,0);
}
.accordion ul.about-list { margin-top:0px; }
.accordion .panel-title a { padding-left:5px; color:#ffffff; font-weight:500;  }
.accordion ul.about-list li { clear:both; }
.accordion ul.about-list li a.active, .accordion ul.about-list li a:hover, .accordion ul.about-list li.active a { background:#eaeaea; }
.accordion ul.about-list li a { width:100%; float:left; padding-left:10px; clear:both; display:block; }
.panel-content { padding-bottom:0em !important; clear:both; float:left; width:100%; }

.nav-tabs li { text-transform:capitalize; }

table.table-bordered { border:none !important; }
table td:nth-child(2n+1) {background: #eaeaea}


/*
.sidebar { background:#f7f7f7; padding:0px; }

.sideHeadingMain { margin:20px 0 10px; font-size:1.5em; }

.sideaccordion { padding:0px; }
.sideaccordion ul.nav li { text-align:left; clear:both; width:100%; }
.sideaccordion .sideaccordion-heading { background:#AECB3D; cursor:pointer; float:left; width:100%; 
	-webkit-box-shadow: 0px 2px 0px #3b4e1f, 0px 5px 5px rgba(0,0,0,0);
  -moz-box-shadow: 0px 2px 0px #3b4e1f, 0px 5px 5px rgba(0,0,0,0);
  box-shadow: 0px 2px 0px #3b4e1f, 0px 5px 5px rgba(0,0,0,0);
}
.sideaccordion li:not(:first-child) > .sideaccordion-heading { margin-top:5px; }

.sideaccordion .sideaccordion-heading  a { cursor:pointer; width:100%; float:left; clear:both; padding:10px;  display:block; 
	font-size:1.1em; color:#ffffff;
}
.sideaccordion .sideaccordion-group { background:#EBF3CA; }
.sideaccordion .sideaccordion-inner { padding: 10px; }
.sideaccordion li.active.sideaccordion-group .sideaccordion-inner { padding:40px 10px 20px 10px; }

.sideaccordion .sideaccordion-inner ul.about-list li { padding-left:5px; }
.sideaccordion .sideaccordion-inner ul.about-list li a { display:block; width:100% !important; }
.sideaccordion .sideaccordion-inner ul.about-list li.active, .sideaccordion .sideaccordion-inner ul.about-list li:hover { background:#c6dd65; }
*/



/* side accord ends */

/* tabs starts */
.tabcordion ul.nav-tabs li { text-align:left; width:auto; display:inline; float:left; clear:none; }
.tabcordion.tabs { margin:20px; }
.tabcordion.tabs ul.nav-tabs li a { cursor:pointer; background:#EBF3CA; }
.tabcordion.tabs ul.nav-tabs li.active a { background:#458c40; color:#ffffff; }
.tabcordion.tabs .tab-content { background:#f7f7f7; padding:10px; }

.bh-sl-filters-container { margin-top:-10px; }


#tf-support {
  padding: 40px 0 0 0;
}
.supportSection {
  background-color: rgb(232, 242, 193);
}

.bRight { border-right: 2px dotted #cccccc; }
.addressSection { color:#000000; }
.addressSection h5 { font-weight: 900; }
.contactUsSection { padding-bottom:0px !important; }

table { margin:5px; max-width:99% !important; }
table th { background: #67A363; color: #ffffff; }
.fa-small { font-size:24px; vertical-align:top; padding-top:10px; }

.grmTable th { background: #f5ac3b; color: #333333; }
.grmTable thead, .grmTable tr, .grmTable tbody { padding-left:0px; padding-right:0px; }

.grmLogo { margin-top:3px; }
.grmLogo2 { margin-top:-4px; }

.storeLocatorHead { background:url(../img/renewgreen-store-locator.png) no-repeat top left #f7f7f7; background-size:cover; height:150px; }
.storeLocator { background:#31294e; }
.slInner { margin:0px 10px; word-wrap:normal; text-wrap:suppress; }
.storeLocator .slIcon h3 { margin-top:10px; }
.storeLocator .slText h3 { margin-top:10px !important; }
.storeLocator i.fa { vertical-align:middle; font-size:2.8em; }
.storeLocator i.fa, .storeLocator h3 { color:#ffffff !important; }

.mainContent .row { margin-left:0px !important; }

table { display: block;
  overflow-x: inherit !important;   overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  
.close1 { cursor:pointer; }  
span.msgs { color:#31294e; font-size:1em; background:#8DBE8A; padding:5px 10px; border-radius:10px; float:left; display:none; }

.abtVentSection .vents img { max-height:200px; margin-bottom:10px; }

.stickFooter { position:fixed; bottom:0; left:0; padding:5px 0; background:#AECB3D; width:100%; z-index:99999; border-top:1px solid #6d7f27; }
.stickFooter a { font-size:1.2em; font-weight:bold; }
.closeStickFooter { float:right; cursor:pointer;color:#777777; }

.faqPage > div.row{ margin-bottom:1.5em; padding-bottom:1.5em; border-bottom:1px solid #eeeeee; }
.faqPage > div.row > h2 { font-size:1.5em; }
.faqPageAccord .accordion-inner { padding-top:1em; padding-bottom:2em !important; }

.stickFooter2 { position:fixed; bottom:0; right:0%; padding:5px 0; background:#AECB3D; width:30%; z-index:99999; box-shadow:0px 0px 10px #31294e; }
.stickFooter2 img { margin-bottom:20px; }
.stickFooter2 .container { max-width:100%; }
.stickFooter2 a { font-size:0.9em; font-weight:bold; }
.stickFooter2 h3 { text-align:left; margin-top:0px; }
.stickFooter2 p { text-align:left; }
.closeStickFooter { float:right; cursor:pointer;color:#777777; }

.sideBoxCustom { clear:both; margin-bottom:20px; }
.sideBoxCustom h4 { background:#eeeeee; text-align:center; margin:0px; padding:0.8em 0.5em; font-size:1.1em; }

.noFloat { float:none !important; }

ul.cd-secondary-nav img {
    max-height: 200px;
    /* margin-right: 0px !important; */
    float: right;
    top: -4px;
    position: relative;
}

.newsSection { margin-top:45px; }
.newsSectionRow { margin:15px 0px; }
.newsSectionRow h4 { margin-top:0px; }

/*FB Timeline */

.uiScaledImageContainer {
    margin: auto;
}
.fb-page.fb_iframe_widget { display:block !important; width:100% !important; }
.fb-page.fb_iframe_widget > span { display:block !important; width:100% !important; margin:0 auto; }
.fb-page.fb_iframe_widget iframe { width:100% !important; display:block !important; }
._2p3a { min-width:100% !important; display:block !important; }

#twitter-widget-0 { min-width:95% !important; max-width:95% !important; }

.footerCol2 { padding-left:50px; }

.lifeAt { background:url(../img/life-at-renewgreen.jpg) no-repeat top left fixed; background-size:cover; min-height:400px; }

.selectGallery {
	margin-bottom: 20px;
    box-shadow: none !important;
}
.gallerySection { display:none; }


#customerCollage{
    width:100%; display:block;
	background: url(../img/renewgreen-solar-water-heater-happy-customers.jpg);
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
	padding:4em 2em 6em;
}
#customerCollage fieldset legend { text-align:center; border-bottom: none; margin: 0px 0px !important; width: auto; }
#customerCollage fieldset legend h3 { color:#ffffff; font-size:2em; padding: 0px 0.5em; }
#customerCollage fieldset { border:1px solid #ffffff; padding:4em; background: rgba(255,255,255,0.2); }
#customerCollage fieldset p { font-size:2em; text-align:center; font-weight:600; color:#000000; }

#IndustrialSWHCollage{
    width:100%; display:block;
	background: url(../img/Industrial-Water-Heater-Happy-Customers.jpg);
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
	padding:4em 2em 6em;
}
#IndustrialSWHCollage fieldset legend { text-align:center; border-bottom: none; margin: 0px 0px !important; width: auto; }
#IndustrialSWHCollage fieldset legend h3 { color:#ffffff; font-size:2em; padding: 0px 0.5em; }
#IndustrialSWHCollage fieldset { border:1px solid #ffffff; padding:4em; background: rgba(255,255,255,0.2); }
#IndustrialSWHCollage fieldset p { font-size:2em; text-align:center; font-weight:600; color:#000000; }

.cta h1 {
    text-transform: capitalize;
}

.blogImageWrapper img { max-width:100%; max-height:150px; }

#post_thumbnail{
hieght: auto;
Width: 200px;
}





/*add vasu code*/
.frmContactForm {
	margin-top: 10px;
}
.frmLineForm input {
		

	background: #f7f7f7;
}
.frmLineForm .form-control {
	position: relative;
	border: none;
	box-shadow: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	padding-left: 0px;
	border-bottom: 1px solid #90c393;
	margin-bottom: 40px;
}
.frmLineForm .form-group {
	position: relative;
}
.frmLineForm label {
	font-size: 14px;
	font-weight: 100;
	position: absolute;
	float: left;
	top: -10px;
	left: 0px;
	z-index: 9;

	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.frmLineForm input:focus, .frmLineForm textarea:focus {
	box-shadow: none;
}
.frmLineForm input:focus + label, .frmLineForm textarea:focus + label {
	/*font-size: 11px;*/
	top: -15px;
	color: #75c5f0;
}
.frmLineForm .btn {
	float: left;
	min-width: 150px;
	background: #014f83;

    text-transform: uppercase !important;
    display: inline-block !important;
    color: #ffffff;
    text-align: left !important;
    padding: 0px 5px 0px 10px !important;
    border: 2px solid #014f83 !important;
   
    font-weight: 300 !important;
    line-height: 36px !important;
	
    vertical-align: middle !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
	border-radius:50px !important;
} 


/*Button*/
.readMoreDiv {
	display: block;

	margin-top: 25px;	
}
.readMoreDiv a,
.readMoreDiv .btn {
	position: relative;
	font-size: 0.9em;
    text-transform: uppercase;
	min-width: 150px;
	display: inline-block;
	color: #014f83;
	background: #75c5f0;
    text-align: left;
    padding: 0px 40px 0px 10px;
    border: 2px solid #86cef2;
	border-radius: 5px;

	

	line-height: 34px;
    vertical-align: middle;
	font-family: gotham-bold;
	
	-webkit-border-radius: 40px; 
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.readMoreDiv a i,
.readMoreDiv .btn i {
	position: absolute;
	display: inline-block;
    font-weight: bold;

    line-height: normal;
    vertical-align: middle;
    margin-left: 15px;
	right: 5px;
	top: 10px;
	
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.readMoreDiv a:hover,
.readMoreDiv .btn:hover {
	background: #ffffff;
	border: 2px solid #014f83;
}
.readMoreDiv a:hover i,
.readMoreDiv .btn:hover i {
	right: 10px;
}


.btnBlue {
	font-size: 1em;
    text-transform: uppercase;
    min-width: 80px;
    display: inline-block;
    color: #014f83;
    background: #75c5f0;
    text-align: left;
    padding: 0px 5px 0px 10px;
    border: 2px solid #86cef2;
    border-radius: 5px;
    font-weight: 300;
    line-height: 36px;
    vertical-align: middle;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.btnBlue:hover, .btnBlue:focus, .btnBlue:active {
	color:  #014f83 !important;
    background: #75c5f0;
    border-color: #86cef2;	
    outline: none;
    box-shadow: none;
}
.btnBlue i {
	float: right;
	display: inline-block;
    font-weight: bold;
    line-height: 36px;
    vertical-align: middle;
}
/*new code vasu btn*/
.frmLineForm select {
    background: transparent;
    padding: 10px;
    height: 50px;
}
textarea.form-control {
    height: auto;
    background: transparent;
}
button.btn.btnBlue.btnContactForm {
    text-align: center !important;
    margin: 0px !important;
    padding: 3px 40px !IMPORTANT;
    font-weight: 600 !important;
    font-size: 18px;
    letter-spacing: 0.8px;
    text-transform: capitalize !important;
}
.form-control {
    
    background-color: transparent !important;
    
}