?/** ************************************* **
	@Author			Dorin Grigoras
	@Website		www.stepofweb.com
	@Last Update	8:26 AM Monday, March 17, 2014

	TABLE CONTENTS
	---------------------------
		01. Front page box
		02. Home Energy logo
		03. Contact page
		04. About us page
		05. Same length columns
	---------------------------

 ** ************************************* **/




/**	01. Front page box
*************************************************** **/

.front-page-box-1 {
			font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif  !important;
			font-size: 40px !important;
			letter-spacing: 1px; 
			padding-bottom: 30px;	
			z-index: auto
} 




/**	02. Home Energy Logo
*************************************************** **/

.front-page-logo { 
			background:url('../images/images-front-page/HE_logo_rain.png') left center no-repeat;
			width: 868px;
			height: 200px; 
			padding-bottom: 400px;
			z-index:6

}

.front-page-logo-1 { 
			display: block;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			background: url'../images/he/H_logo_29x35') no-repeat;
			width: 180px; /* Width of new image */
			height: 236px; /* Height of new image */	
			padding-left: 180px; /* Equal to width of new image */
}



    

/*  ===============  Form and asside wrapper ================*/






/**	??. News page
*************************************************** **/

.effectfront {
  border: none;
  margin: 0 auto;
}
.effectfront:hover {
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.magnifying-glass {
    cursor:url(/img/layout/backgrounds/zoom.cur), -moz-zoom-in;
}









/**	04. About us page
*************************************************** **/

.text-justified {
	text-align:justify;
}


.divider-10 {
	border: 0;
	margin: 10px 0;
	height: 4px;
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
	text-align: center;
	position: relative;
	clear: both;
}

.divider-40 {
	border: 0;
	margin: 40px 0;
	height: 4px;
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
	text-align: center;
	position: relative;
	clear: both;
}




.header-sub-section-about-us-ensis img {
  float: right;
  width: auto;
  height: 110px;
  background: #fff;
  padding: 10 0 10 10;
  
  
}

.header-sub-section-about-us-ensis h4 {
  position: relative;
  top: 18px;
  left: 0px;
}



.header-sub-section-about-us-miombo img {
  float: right;
  width: auto;
  height: 110px;
  background: #fff;
  padding-left: 10px;
  padding-bottom:10px;
}

.header-sub-section-about-us-miombo h4 {
  position: relative;
  top: 18px;
  left: 0px;
}


.h3-aside-header {
	margin-bottom:0px 
}


.half-left{
	width:60%;
	float:left;
	display:table-cell;
	padding-left:2%;
	padding-bottom:25px;
}
	


.half-right{
	width:30%;
	float:right;
	display:table-cell;
	padding-left:2%;
	padding-bottom:25px;
}




}
.group-members{
	
}
.team-member{
	width:44%;
	display:table-cell;
	float:left;
	padding:0% 2%;
	
	min-height:200px;
}
.team-member img{
		width:100%;
		
}
.team-group{
	clear:both;
	margin-bottom:10px;
	
}
.half h2{
	text-align:left;
	color:#ee7421;
	font-size:1.5em;
	padding-left:2%;
}
.team-member-text{
	text-align:center;
	font-size:.9em;
	text-overflow:ellipsis;
	color: #5c5b5c;
	font-weight: 400;
}





margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
font-family: 'Noto Sans', sans-serif;
color: #5c5b5c;
text-align: left;
font-weight: 400;
font-size: 1em;
line-height: 1.2em;













/**	05. Same length columns
*************************************************** **/
	
	
		/* basics */
		
/*		html { font-size:62.5%; }
		body { font-family:'Average Sans', sans-serif; font-size:14px; font-size:1.4rem; font-weight:400; font-style:normal; margin:2em; color:rgb(60,60,60); }
		h1 { font-family:'Titillium Web', sans-serif; font-weight:700; font-style:normal; font-size:3em; color:rgb(40,40,40); }
		h2 { font-family:'Titillium Web', sans-serif; font-weight:300; font-size:1.8em; color:rgb(40,40,40); margin-top:0; }
*/
		#wrapper-same-length-columns { max-width:1280px; margin:0 auto; }

		/* use border-box box-sizing */
		div { box-sizing:border-box; -moz-box-sizing:border-box; }
	
		/* column container */
		#container-same-length-columns { 
			margin:0 -2.1666%; 
			position:relative; 
		}

		/* column layout */
		.column-same-length-columns { 
			position:relative; 
			float:left; 
			width:29%; 
			margin:0 2.1666%;  
			padding:1.2em; 
			color:rgb(250,250,250);
		}

		/* background container */
		.backgrounds-same-length-columns { 
			position:absolute;
			width:100%;
			height:100%;
		}




		/* background columns */
		.backgrounds-same-length-columns .column-same-length-columns {
			height:100%;
			background: #e5e5e5; /* Old browsers */
			background: -webkit-gradient			(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(24%,#cccccc), color-stop(100%,#adadad)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient		(top, #e5e5e5 0%, #cccccc 24%, #adadad 100%); /* Chrome10+,Safari5.1+ */
			background:    -moz-linear-gradient		(top, #e5e5e5 0%, #cccccc 24%, #adadad 100%); /* FF3.6+ */
			background:     -ms-linear-gradient		(top, #e5e5e5 0%, #cccccc 24%, #adadad 100%); /* IE10+ */
			background:      -o-linear-gradient		(top, #e5e5e5 0%, #cccccc 24%, #adadad 100%); /* Opera 11.10+ */
			background:         linear-gradient		(top, #e5e5e5 0%, #cccccc 24%, #adadad 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#adadad',GradientType=0 ); /* IE6-9 */
			border-radius:10px;
		}

		/* responsive */
		@media only screen and (max-width:768px) {

/*			body { margin:1.6em; } */
			#container-same-length-columns { margin:0; }
			.column-same-length-columns { 
				float:none;
				width:100%;
				margin:0 0 1em 0;
				border-radius:10px;

				background: #e5e5e5; /* Old browsers */
				background: -moz-linear-gradient	(top,  #e5e5e5 0%, #cccccc 24%, #adadad 100%); /* FF3.6+ */
				background: -webkit-gradient		(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(24%,#cccccc), color-stop(100%,#adadad)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient	(top,  #e5e5e5 0%,#cccccc 24%,#adadad 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient		(top,  #e5e5e5 0%,#cccccc 24%,#adadad 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient		(top,  #e5e5e5 0%,#cccccc 24%,#adadad 100%); /* IE10+ */
				background: linear-gradient			(to bottom,  #e5e5e5 0%,#cccccc 24%,#adadad 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#adadad',GradientType=0 ); /* IE6-9 */ 
			}
			.backgrounds-same-length-columns { display:none; }
		}



div.column-same-length-columns:hover {
	background:#eee;
}

p.column-same-length-columns-text {
	font-weight:bold;
	font-size: 100%;
	line-height: 1.2em;
	font-weight: F;
	color: #000000;
	padding-top: 20px;
}

	



/**	0xx. Containers
*************************************************** **/



#middle .border-white {
	display:block;
	position:relative;
	background-color:#fff;
	padding:15px;
	border: 2px solid #DDDDDD;
}

#middle .padded-white {
	display:block;
	position:relative;
	background-color:#fff;
	padding:90px;
	border: 2px solid #DDDDDD;
}


.image_block_about_us {
	text-align: center;
	vertical-align: bottom;
	height: auto;
	max-width:100%;
	
}


.container_50 {
	width:50%;
	
}

.image_displayed_center {
	display: block;
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
	width: auto;
	height: auto;
}




.bottom_border_black {
border-bottom: solid 2px #000;
}




/**	0xx. Fonts
*************************************************** **/


.entry-title {
		font-family: 'Lato', sans-serif;
		padding-bottom: 9px;
		margin: 40px 0 20px;
		border-bottom: 1px solid #eeeeee;
	}

.entry-title-no-border-bottom {
		font-family: 'Lato', sans-serif;
		padding-bottom: 9px;
		margin: 40px 0 20px;
	}

	
.black-text {
		font-family: 'Lato', sans-serif;
		color:black;
	}

.entry-title.bold {
		font-weight: 'bold';
	}

.lead.extra {
		font-weight:500  !important;
	}

.demo-2 .main h1 {
    margin: 1em 0 0.5em 0;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    position: relative;  
    font-size: 36px;
    line-height: 40px;
    padding: 15px 15px 15px 15%;
    color: #019847;
    box-shadow: 
        inset 0 0 0 1px rgba(1,152,71, 0.4), 
        inset 0 0 5px rgba(53,86,129, 0.5),
        inset -285px 0 35px white;
    border-radius: 0 10px 0 10px;
    background: #fff url('images/he/tile_green_gradient.png') no-repeat center left;
}
 
.demo-2 .main h2 {
    margin: 1em 0 0.5em 0;
    font-weight: normal;
    position: relative;
    text-shadow: 0 -1px rgba(0,0,0,0.6);
    font-size: 28px;
    line-height: 40px;
    background: #019847;
    background: rgba(53,86,129, 0.8);
    border: 1px solid #fff;
    padding: 5px 15px;
    color: white;
    border-radius: 0 10px 0 10px;
    box-shadow: inset 0 0 5px rgba(53,86,129, 0.5);
    font-family: 'Muli', sans-serif;
}
 
.demo-2 .main h3 {
    margin: 1em 0 0.5em 0;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    position: relative;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
    font-size: 22px;
    line-height: 40px;
    color: #019847;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(53,86,129, 0.3);
}



/**	0xx. Fra Bootstrap-min
*************************************************** **/



.row{margin-left:-15px;margin-right:-15px}
.row-bottom-offset {margin-left:-15px;margin-right:-15px;}


/**	0xx. Fra Alkaline css
*************************************************** **/



.h3-aside-header {
	margin-bottom:0px 
}

.divider-60-green{
	border: 0;
	margin: 4px 0 60px 0;
	height: 2px;
	border-top: #1FA67A 3px solid;
	border-bottom: #313030 3px solid; 
	color: #1FA67A;
	text-align: center;
	position: relative;
	clear: both;
	background:#1FA67A;
}


.divider-border-top-20-30-grey{
	border: 0px;
	margin: 20px 0 30px 0;
	height: 2px;
	border-top: #ddd 3px solid;
	border-bottom: #ddd 3px solid; 
	text-align: center;
	position: relative;
	clear: both;
}



/**	0xx. for bruk i sidebar sentrering av bilde
*************************************************** **/


.centerDiv { margin-top:0; margin-right:auto; margin-bottom:0; margin-left:auto; }
/*- See more at: http://www.corelangs.com/css/box/center-div.html#sthash.suMqzN0Q.dpuf; */

.container-20-top   
  margin-top:20px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  border:0px;
}

.centerDiv-20% { margin-top:0; margin-right:auto; margin-bottom:0; margin-left:auto; - See more at: http://www.corelangs.com/css/box/center-div.html#sthash.suMqzN0Q.dpuf; }
.container-20-top   
  margin-top:20%;
  margin-bottom:20%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  border:0px;
}
 


/**	0xx. for bruk med accordion
*************************************************** **/

 

a, a:hover, a:active,
#header a:hover,
#footer a:hover,
#default .styleColor {
	color:#81BA10;
}


a {
  outline: 0;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s !important;
}


/**	0xx. Top på hver side
*************************************************** **/

.top {
	
	box-sizing: border-box;
    color: #FFFFFF;
    font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 100px;
    letter-spacing: -2px;
    line-height: 100px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top:0px;
    padding: 0 0 0 0;
    text-align:left;
    text-shadow: 4px 3px 0 #1D9D74, 9px 8px 0 rgba(0, 0, 0, 0.15);
    font-weight: bold;
}


.h1-across-css-sheets {

    box-sizing: border-box;
	color: #333333;
	font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 2em;
    font-size: 14px;
    line-height: 1.42857;
    font-size: 62.5%;
    display: block;
	font-size: 2em;
	-webkit-margin-before: 0.67em;
	-webkit-margin-after: 0.67em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
	letter-spacing: 0px;

}




/**	0xx. Fancybox
*************************************************** **/

.padding-thumb{
padding-left: 20px;
padding-top: 15px;
padding-bottom: 15px;

}

a[target=fancybox-lock] {
overflow:visible !important; // Solves moving the page to the top
margin-right:0px !important; // Solves the shifting of my whole page to the left
}


/**	Fonts 
*************************************************** **/

.outlineElement {
  outline: 1px solid #c00;
}
 
.outlineElementClicked {
  outline: 1px solid #0c0;
}



/**	Lightbox
*************************************************** **/



.img-thumbnail-pilot-project {
content: '';
display: block;
width: 310px;
height: 410px;
position: absolute;
top: 0;
right: 0;
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAAGXRF…YgngNYQjiB8QZiF8Q/0AChL/RO/uL+hUUcQNxExA/AgwAQCThORpp8DAAAAAASUVORK5CYII=') no-repeat;
}



/**	fix snazzy box
*************************************************** **/

/*						<ul>
						<li>
           				<a href="#" title="Principle design of the Peko Pe stove" class=""><img src="images/images-peko-pe/design-of-peko-pe-450x288.png" width="450" height="288" alt="Principle design of the Peko Pe stove" /></a>
			            </li>
			            </ul>   


*/

ol.styled { overflow: hidden; padding: 5px; }
ol.styled > li {
    position: relative;
    float: right;
    list-style: none;
    margin: 0 20px 20px 0;
    font-size: 10px;
}
ol.styled a { text-decoration: none; display: block; }


ol.styled li img { display: block; position: relative; z-index: -1; } /* IE8 fix, background colour appears behind img for uknown reason set negative z-index */
ol.styled li:not([class=na]) img { position: static; } /* Reset relative position, as this plays havoc with good browsers */

ol.styled a:hover, ul a:focus 
{ 
    display: block; 
    outline: none; 
    -moz-box-shadow: 3px 3px 5px #000; 
    -webkit-box-shadow: 3px 3px 5px #000; 
    box-shadow: 3px 3px 5px #000; 
}
ol.styled a:hover img, ul a:focus img { outline: 3px solid #ccc; }

ol.styled a:hover:after,
ol.styled a:focus:after
{
    content: attr(title);
    color: #000;
    position: absolute;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    width: 100%;
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.7);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.7), rgba(204,204,204,0.7)); /* Firefox 3.6+ */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.7)), to(rgba(204,204,204,0.7))); /* Safari */
    display: block;
    text-shadow: 1px 1px 1px #fff;
}




/**	0xx. IFRAME på stove-fuel-side
*************************************************** **/

#pic-1 {
	float:right;
	width:100%;
    max-width:100%;
	
}
