
/* Fonts
------------------------------------------------------------*/
@font-face {
    font-family: 'avantgarde_medium';
    src: url('../fonts/avantgarde_md_bt_medium-webfont.eot');
    src: url('../fonts/avantgarde_md_bt_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avantgarde_md_bt_medium-webfont.woff2') format('woff2'),
         url('../fonts/avantgarde_md_bt_medium-webfont.woff') format('woff'),
         url('../fonts/avantgarde_md_bt_medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avantgarde_regular';
    src: url('../fonts/avantgardemditc_regular-webfont.eot');
    src: url('../fonts/avantgardemditc_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avantgardemditc_regular-webfont.woff2') format('woff2'),
         url('../fonts/avantgardemditc_regular-webfont.woff') format('woff'),
         url('../fonts/avantgardemditc_regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Global Settings
------------------------------------------------------------*/
body {
	font-family: "avantgarde_medium", arial, sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #000;
}

.container-fluid {
	max-width: 1272px;	
}

.container-limit {
	max-width: 840px;	
}

.container-limit-plus {
	max-width: 1060px;
}

section {
	position: relative;
	padding: 110px 0;
}

.section-title {
	margin: 0 0 25px 0;
	font-family: "avantgarde_regular", arial, sans-serif;
	font-size: 80px;
	line-height: 1;
	letter-spacing: -3px;
	text-align: center;
}

.section-title.small {
	font-size: 40px;
	letter-spacing: -1px;
}

.section-description {
	margin: 0 auto 80px auto;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
}

@media (max-width: 782px) {
	body { font-size: 16px; line-height: 24px; }
	.container-limit { max-width: 80%; }
	section { padding: 70px 0; }
	.section-title { margin-bottom: 20px; font-size: 60px; letter-spacing: -2px; }	
	.section-title.small { font-size: 22px; line-height: 1.2em; }	
	.section-description { margin-bottom: 65px; font-size: 24px; line-height: 34px; }                  
}

@media (max-width: 576px) {
	body { font-size: 16px; line-height: 24px; }
	.container-limit { max-width: 100%; }
	section { padding: 40px 0 50px; }
	.section-title { margin-bottom: 5px; font-size: 28px; line-height: 1.2em; letter-spacing: -1px; }	
	.section-description { margin-bottom: 40px; font-size: 18px; line-height: 24px; }                  
}

/* Header
------------------------------------------------------------*/
.site-header { z-index: 100; position: absolute; top: 0; left: 0; width: 100%; height: 105px; background: transparent; transition: all linear .3s; }
#logo { position: absolute; top: 15px; left: 25px; }
#logo-be,
#logo-energy,
#logo-icon { fill: #fff; transition: all linear .3s; }
.site-header .home { position: absolute; top: 38px; right: 85px; }
.site-header .home path { opacity: 0; fill: #fff; transition: all linear .3s;}
.site-header .mail { position: absolute; top: 40px; right: 40px; }
.site-header .mail path { fill: #fff; transition: all linear .3s;}

.site-header.video-playing { top: -110px; opacity: 0; transition: all linear .3s; }
.site-header.video-playing.sticky { top: 0; opacity: 1; }

.site-header.sticky { position: fixed; background: #fff; transition: all linear .3s; animation: slidedown .3s; }
.site-header.sticky #logo-be,
.site-header.sticky #logo-icon { fill: #E12C54; transition: all linear .3s; }
.site-header.sticky #logo-energy { fill: #58595B; transition: all linear .3s; }
.site-header.sticky .home path { opacity: 1; fill: #E12C54; transition: all linear .3s; }
.site-header.sticky .mail path { fill: #E12C54; transition: all linear .3s; }

@media (max-width: 782px) {
	#logo { width: 200px; }
}

@media (max-width: 576px) {
	body { padding-top: 73px; }
	.site-header { position: fixed; height: 73px; }
	#logo { width: 150px; top: 0; left: 12px; }
	.site-header .home { top: 24px; right: 60px; }
	.site-header .mail { top: 26px; right: 12px; }
	.site-header { position: fixed; background: #fff; transition: all linear .3s; }
	.site-header #logo-be,
	.site-header #logo-icon { fill: #E12C54; transition: all linear .3s; }
	.site-header #logo-energy { fill: #58595B; transition: all linear .3s; }
	.site-header .mail path { fill: #58595B; transition: all linear .3s; }
}

@-webkit-keyframes slidedown {
	from { top: -110px; }
	to {top: 0; }
}

@keyframes slidedown {
	from { top: -110px; }
	to {top: 0; }
}


/* Footer
------------------------------------------------------------*/
.site-footer { padding: 38px 0; background: #31363A; color: #fff; text-align: center; font-size: 14px; line-height: 16px; }
.site-footer br { display: none; }

@media (max-width: 576px) {
	.site-footer { padding: 28px 0; }
	.site-footer br { display: inline-block; }
}

/* Video
------------------------------------------------------------*/
.section-video { position: relative; padding: 0; }
.section-video .video { position: relative; width: 100%; background: #000; overflow: hidden; }
.section-video .video:before { content: ''; display: block; padding-top: 56.25%; }
.section-video .video { background: #000 url(../img/video-bg.jpg) center center no-repeat; background-size: cover; }
.section-video .text { position: absolute; left: 0; bottom: 0; width: 100%; display: flex; align-items:center; justify-content: center; padding-bottom: 60px; }
.section-video .text .wrapper { max-width: 800px; font-family: 'avantgarde_regular', arial, sans-serif; font-size: 54px; line-height: 59px; letter-spacing: -1px; color: #fff; text-shadow: 0 8px 8px rgba(0, 0, 0, .3); text-align: center; }

.no-flexbox .section-video .text .wrapper { margin: 0 auto; }

@media (max-width: 782px) {
	.section-video .video:before { padding-bottom: 105px; }
	.section-video .text { padding-bottom: 40px; }
	.section-video .text .wrapper { max-width: 80%; font-size: 40px; line-height: 45px; }
}

@media (max-width: 576px) {
	.section-video .video:before { padding-top: 277px; padding-bottom: 0; }
	.section-video .text { padding-bottom: 30px; }
	.section-video .text .wrapper { max-width: 90%; font-size: 20px; line-height: 25px; }
}


/* Introduction
------------------------------------------------------------*/
.section-intro { background: #F7F8F9; color: #404040; }
.section-intro p { font-size: 28px; line-height: 40px; text-align: center; }

@media (max-width: 782px) {
	.section-intro p { font-size: 24px; line-height: 34px; }
}

@media (max-width: 576px) {
	.section-intro p { font-size: 18px; line-height: 24px; }
}


/* Quote
------------------------------------------------------------*/
.section-quote { background: #fff; color: #404040; }
.section-quote.bg-gray { background: #F7F8F9; }
.section-quote p { text-align: center; }
.section-quote p:last-child { margin-bottom: 0; }


/* Image
------------------------------------------------------------*/
.section-image { min-height: 500px; background-position: center center; background-repeat: no-repeat; background-size: cover; }


/* The Energy
------------------------------------------------------------*/
.section-energy { background: #fff; color: #404040; text-align: center; }
.section-energy img { max-width: 100%; }
.section-energy .section-title { margin: 100px 0; }
.section-energy .item { padding-top: 100px; }
.section-energy .wrapper { height: 220px; padding: 30px; background: #F7F8F9; text-align: center; }
.section-energy .thumbnail { margin: -130px auto 20px; }
.section-energy .thumbnail img { display: block; max-width: 100%; margin: 0 auto; } 
.section-energy .item p { font-family: "avantgarde_regular", arial, sans-serif; font-size: 28px; line-height: 1.2em; }

.no-flexbox .section-energy .thumbnail { padding-top: 20px; text-align: center; }

@media (max-width: 782px) {
	.section-energy img { max-width: 70%; }
	.section-energy .item { margin-bottom: 20px; }
	.section-energy .item:last-child { margin-bottom: 0px; }
}

@media (max-width: 576px) {
	.section-energy .section-title { margin: 40px 0; }
	.section-energy .item { padding-top: 70px; }
	.section-energy .wrapper { height: 180px; }
	.section-energy .thumbnail { margin-top: -100px; }
	.section-energy .thumbnail img { max-width: 130px; }
	.section-energy .item p { font-size: 22px; }
}


/* Our consortium
------------------------------------------------------------*/
.section-consortium { background: #F7F8F9; color: #404040; }
.section-consortium .section-description { text-align: center; margin-bottom: 0; }


/* Criteria
------------------------------------------------------------*/
.section-criteria { background: #fff; color: #404040; }
.section-criteria .section-title { margin-bottom: 100px; }
.section-criteria .item { padding-top: 90px; }
.section-criteria .wrapper { height: 180px; padding: 30px 15px; background: #E12C54; text-align: center; }
.section-criteria .thumbnail { margin: -120px auto 20px; }
.section-criteria .thumbnail img { display: block; margin: 0 auto; max-width: 100%; }
.section-criteria .item p { color: #fff; font-family: "avantgarde_regular", arial, sans-serif; font-size: 22px; line-height: 1.2em; }

.no-flexbox .section-criteria .thumbnail { padding-top: 20px; text-align: center; }

@media (max-width: 782px) {
	.section-criteria .section-title { margin-bottom: 1.2em; }
	.section-criteria .item { margin-bottom: 20px; }
	.section-criteria .item:last-child { margin-bottom: 0px; }
}

@media (max-width: 576px) {
	.section-criteria .item { padding-top: 70px; }
	.section-criteria .wrapper { height: 160px; }
	.section-criteria .thumbnail { margin-top: -100px; }
	.section-criteria .thumbnail img { max-width: 130px; }
	.section-criteria .item p { font-size: 22px; }
}

/* Company Philosophy
------------------------------------------------------------*/
.section-philosophy { background: #fff; color: #404040; }
.section-philosophy .pre-title { margin-bottom: 15px; font-family: "avantgarde_regular", arial, sans-serif; font-size: 40px; line-height: 1; letter-spacing: -1px; text-align: center; }
.section-philosophy .section-description { margin-bottom: 60px; }
.section-philosophy .text { margin-bottom: 70px; font-size: 20px; line-height: 34px; text-align: center; }
.section-philosophy .wrapper { }
.section-philosophy .item { margin-bottom: 20px; }
.section-philosophy .thumbnail { margin-bottom: 20px; }
.section-philosophy .thumbnail img { display: block; margin: 0 auto; max-width: 100%; }
.section-philosophy .item p { font-size: 16px; line-height: 24px; text-align: center; }

.no-flexbox .section-philosophy .thumbnail { padding-top: 20px; text-align: center; }

@media (max-width: 782px) {
	.section-philosophy .pre-title { font-size: 30px; }
	
}

@media (max-width: 576px) {
	.section-philosophy .pre-title { margin-bottom: 5px; font-size: 20px; }
	.section-philosophy .section-description { margin-bottom: 40px; }
	.section-philosophy .item { margin-bottom: 20px; }
	.section-philosophy .item:last-child { margin-bottom: 0; }
	.section-philosophy .thumbnail { width: 50%; margin: 0 auto 20px auto; }
	.section-philosophy .text { margin-bottom: 40px; font-size: 16px; line-height: 24px; }
}


/* Triple Bottom Line Model
------------------------------------------------------------*/
.section-triplebottom { background: #F7F8F9; color: #404040; }
.section-triplebottom .section-description { font-size: 20px; line-height: 34px; }
.section-triplebottom .item { padding: 0 30px; text-align: center; }
.section-triplebottom .item img { max-width: 100%; margin-bottom: 20px; }
.section-triplebottom .item h2 { font-family: "avantgarde_regular", arial, sans-serif; font-size: 40px; line-height: 1; letter-spacing: -1px; margin-bottom: 10px; }
.section-triplebottom .item p { font-size: 20px; line-height: 30px; }

@media (max-width: 782px) {
	.section-triplebottom .item { margin-bottom: 40px; }
	.section-triplebottom .item:last-child { margin-bottom: 0; } 
	.section-triplebottom .item img { display: block; margin-left: auto; margin-right: auto; }
	.section-triplebottom .item p { max-width: 400px; margin: 0 auto; }
}

@media (max-width: 576px) {
	.section-triplebottom .section-description { font-size: 18px; line-height: 24px; }
	.section-triplebottom .item p { font-size: 16px; line-height: 24px; }
	.section-triplebottom .item img { max-width: 110px; margin-bottom: 10px; }
	.section-triplebottom .item h2 { font-size: 25px; }
}


/* Two Columns
------------------------------------------------------------*/
.section-twocolumns { background: #fff; color: #404040; }
.section-twocolumns h1 { text-align: left; }
.section-twocolumns p { margin-bottom: 1.8em; }
.section-twocolumns .item:last-child p:last-child { margin-bottom: 0; }


/* Partnerships
------------------------------------------------------------*/
.section-partnerships { background: #F1F1F1; color: #404040; }
.section-partnerships h1 { margin-bottom: 60px; }
.section-partnerships .section-title.small { text-align: left; }
.section-partnerships p { margin-bottom: 1.8em; }
.section-partnerships ul { margin-bottom: 1.8em; }
.section-partnerships li { position: relative; list-style: none; padding: 5px 0 5px 20px; }
.section-partnerships li:before { content: ''; display: block; position: absolute; top: 10px; left: 0; width: 5px; height: 14px; background: #E12C54; }

@media (max-width: 782px) {

}

@media (max-width: 576px) {
	.section-partnerships h1 { margin-bottom: 30px; }
	.section-partnerships .item:last-child p:last-child { margin-bottom: 0; }
}


/* Stay updated
------------------------------------------------------------*/
.section-mailling { background: #E12C54; color: #fff; text-align: center; }
.section-mailling img { }
.section-mailling .section-title { margin-top: 15px; margin-bottom: 10px; font-size: 48px; }
.section-mailling .section-description { margin-bottom: 30px; }
.section-mailling .button { display: inline-block; width: 290px; padding: 15px 0; margin: 0 auto; font-size: 22px; background: #31363A; color: #fff; text-decoration: none; border-radius: 8px; transition: all linear .3s; }
.section-mailling .button:hover { background: #fff; color: #31363A; transition: all linear .3s; }

@media (max-width: 782px) {

}

@media (max-width: 576px) {
	.section-mailling img { max-width: 80px; }	
	.section-mailling .section-title { margin-top: 10px; margin-bottom: 15px; font-size: 42px; }
	.section-mailling .section-description { max-width: 85%; font-size: 22px; line-height: 24px; }
	.section-mailling .button { width: 100%; font-size: 18px; font-weight: bold; }
}

/* Executives
------------------------------------------------------------*/
.section-executives { background: #fff; color: #404040; }
.section-executives .section-title { margin-bottom: 100px; }
.section-executives .item { text-align: center; }
.section-executives .item img { width: 180px; max-width: 100%; margin-bottom: 20px; border: 1px solid #31363A; border-radius: 100px; }
.section-executives .item h2 { margin-bottom: 10px; font-family: "avantgarde_regular", arial, sans-serif; font-size: 20px; line-height: 1; letter-spacing: -1px; }
.section-executives .item p { font-size: 16px; line-height: 24px; }

@media (max-width: 782px) {
	.section-executives .item { margin-bottom: 30px; }
}

@media (max-width: 576px) {
	.section-executives .section-title { margin-bottom: 30px; }
	.section-executives .item { margin-bottom: 30px; }	
	.section-executives .item:last-child { margin-bottom: 0; }	
	.section-executives .item img { width: 150px; margin-bottom: 10px; }
}

/* Advisory Board
------------------------------------------------------------*/
.section-advisory { background: #fff; color: #404040; }
.section-advisory .section-title { margin-bottom: 70px; }
.section-advisory .item { margin-bottom: 24px; }
.section-advisory .wrapper { height: 300px; padding: 50px 40px; background: #F7F8F9; }
.section-advisory .item h2 { margin-bottom: 20px; font-family: "avantgarde_regular", arial, sans-serif; font-size: 26px; line-height: 1.1em; }
.section-advisory .item p { font-size: 18px; line-height: 26px; }

@media (max-width: 992px) {
	.section-advisory .wrapper { height: 450px; }	
}

@media (max-width: 782px) {
	.section-advisory .wrapper { height: auto; padding: 25px 20px; }	
	.section-advisory .item h2 { font-size: 22px; }
	.section-advisory .item p { font-size: 16px; line-height: 24px; }
	.section-advisory .row:last-child .item:last-child { margin-bottom: 0; }
}

@media (max-width: 576px) {
	.section-advisory .section-title { margin-bottom: 30px; }
}

/* Contact us
------------------------------------------------------------*/
.section-contact { background: #E12C54; color: #fff; }
.section-contact .section-description { margin-bottom: 30px; }

form.contact { max-width: 612px; margin: 0 auto; }
form.contact p { position: relative; padding-top: 34px; margin-bottom: 18px; }
form.contact label { position: absolute; top: 56px; left: 24px; display: block; font-size: 18px; line-height: 1; color: #fff; transition: all linear .2s; }
form.contact label.out { top: 0; color: #fff; transition: all linear .2s; }
form.contact input[type=text],
form.contact input[type=email] { display: block; width: 100%; padding: 20px; margin: 0; font-size: 18px; line-height: 1; color: #fff; background: #690017; border: 1px solid #FF7291; border-radius: 4px; outline: none; -webkit-appearance: none; appearance: none; transition: all linear .3s; }
form.contact input[type=text]:focus,
form.contact input[type=email]:focus { color: #fff; background: #39000D; transition: all linear .3s; }
form.contact .message { margin-top: 40px; }
form.contact textarea { display: block; width: 100%; padding: 20px; margin: 0; font-size: 18px; line-height: 28px; color: #fff; background: #690017; border: 1px solid #FF7291; border-radius: 4px; outline: none; -webkit-appearance: none; appearance: none; transition: all linear .3s; }
form.contact textarea:focus { color: #fff; background: #39000D; transition: all linear .3s; }
form.contact input[type=submit] { cursor: pointer; display: block; width: 290px; padding: 20px; margin: 0 auto; font-size: 22px; line-height: 1; color: #fff; text-align: center; background: #0E0E0E; border: 1px solid #FF7291; border-radius: 4px; outline: none; -webkit-appearance: none; appearance: none;  transition: all linear .3s; }
form.contact .submit { padding-top: 20px; margin: 0; }
form.contact input[type=submit]:hover { background: #fff; color: #0E0E0E; transition: all linear .3s; }

form.contact .error label { color: #F8E71C; transition: all linear .3s; }
form.contact .error input[type=text],
form.contact .error input[type=email],
form.contact .error textarea { border-color: #F8E71C; transition: all linear .3s; }

form.contact .return { display: none; padding: 20px; margin-top: 24px; border-radius: 4px; }
form.contact .return.success { background: #439039; color: #fff; }
form.contact .return.error { background: #F8E71C; color: #333; }

@media (max-width: 782px) {
	form.contact { max-width: 490px; }
}

@media (max-width: 576px) {
	form.contact p { padding-top: 26px; }
	form.contact label { top: 46px; left: 18px; font-size: 16px; }
	form.contact input[type=text],
	form.contact input[type=email] { padding: 18px; font-size: 16px; }
	form.contact .message { margin-top: 0; }
	form.contact textarea { font-size: 16px; line-height: 24px; }
	form.contact p.submit { padding-top: 0; }
	form.contact input[type=submit] { width: 100%; }
	form.contact .return { padding: 18px; }
}
