* {
	outline: none;
	-webkit-box-sizing: border-box;   /* Safari 3-4, also probably droppable */
	-moz-box-sizing: border-box;   /* Firefox 1, probably can drop this */
    box-sizing:	border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}

html, body, img, p, h1, h2, h3, h4, h5, h6, ul, ol, li, form, blockquote, dl, dt, dd, button, input {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: 'telesystem';
	src: url('../fonts/telesystem-webfont.eot'); /* IE9 Compat Modes */
	src: url('../fonts/telesystem-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../fonts/telesystem-webfont.woff') format('woff'), /* Modern Browsers */
	     url('../fonts/telesystem-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('../fonts/telesystem-webfont.svg#telesystem') format('svg'); /* Legacy iOS */
}

a, a:hover, a:active, a:visited {text-decoration: none;}

img {
	max-width: 100%;
	vertical-align: middle;
}

.clear {
	width: 100%;
	height: 0px;
	clear: both;
}

.clear.sep {height: 1px;}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "telesystem";
	font-weight: 400;
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
}

h1 {font-size: 24px;}
h2 {font-size: 22px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 14px;}

p {
	font: 400 13px/16px "telesystem", Helvetica, Arial, sans-serif;
	margin: 10px 0;
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
}

ul, ol {
	font-family: "telesystem";
	list-style-position: inside;
	-webkit-font-smoothing: antialiased;
}

.news-main ul li,
.news-main ol li {
	font: 12px/14px "telesystem", Helvetica, Arial, sans-serif;
	color: #000000;
	margin-bottom: 2px;
}

a {
	font: 13px/22px "telesystem", Arial, sans-serif;
	color: #ffffff;
}

.page-w {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #ffffff url("../i/loading.gif") no-repeat center center;
	z-index: 29;
}

			/* INDEX */

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

body {
	position: relative;
	overflow: hidden;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	transition: opacity 300ms;
}

body.fade {opacity: 0;}

body.no-snap {overflow: auto;}

html.nav-toggled,
html.nav-toggled body {overflow: hidden !important;}



#change-orientation {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: gray;
	z-index: 100;
}

#change-orientation img {
	position: absolute;
	margin: auto;
	top: 0; right: 0; bottom: 0; left: 0;
}



		/* MOBILE NAV */

.mobile-overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: none;
	cursor: pointer;
	z-index: 28;
}

.nav-toggled .mobile-overlay {display: block;}

.toggle-nav {
	display: none;
	float: right;
	width: 26px;
	height: 22px;
	margin-top: 15px;
	background: url("../i/sprite.svg") no-repeat right -160px;
}

.no-svg .toggle-nav {background-image: url("../i/sprite.png");}

#mobile-nav {
	position: fixed;
	top: 0;
	right: -220px;
	width: 220px;
	height: 100%;
	padding-top: 55px;
	background: #000000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	overflow: auto;
	z-index: 29;
}

.nav-toggled #mobile-nav {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	right: 0;
}

#mobile-nav ul li {
	list-style: none;
	border-top: 1px solid #808080;
	padding: 0;
}

#mobile-nav ul li a {
	display: block;
	font-size: 16px;
	line-height: 34px;
	color: #808080;
}

#mobile-nav ul li.about > a {color: #ffffff;}
#mobile-nav ul li.media > a {color: #ff0000;}
#mobile-nav ul li.energy > a {color: #0195ff;}
#mobile-nav ul li.energy > a {color: #00ADEE;}
#mobile-nav ul li.equity > a {color: #5fc823;}
#mobile-nav ul li.social > a {color: #ffc500;}

#mobile-nav ul li a:active,
#mobile-nav ul li a.active {color: #ffffff;}

#mobile-nav ul li.about a:active,
#mobile-nav ul li.about a.active {color: #ffffff;}
#mobile-nav ul li.media a:active,
#mobile-nav ul li.media a.active {color: #ff0000;}
#mobile-nav ul li.energy a:active,
#mobile-nav ul li.energy a.active {color: #0195ff;}
#mobile-nav ul li.energy a:active,
#mobile-nav ul li.energy a.active {color: #00ADEE;}
#mobile-nav ul li.equity a:active,
#mobile-nav ul li.equity a.active {color: #5fc823;}
#mobile-nav ul li.social a:active,
#mobile-nav ul li.social a.active {color: #ffc500;}

#mobile-nav > ul > li > a {padding-left: 20px;}

#mobile-nav > ul > li ul li a {padding-left: 40px;}



		/* HEADER */

body > header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 30;
}

.top-header {
	width: 100%;
	height: 55px;
	background: #000000;
}

.top-header.fixed {
	position: fixed;
	top: 0;
	left: 0;
}

.logo {
	float: left;
	font: 25px/55px "telesystem", Helvetica, Arial, sans-serif;
	color: #fefefe;
}

nav {
	float: right;
	margin-top: 17px;
}

nav ul li {
	float: right;
	list-style: none;
	margin-right: 32px;
}

nav ul li:first-child {margin-right: 0;}

nav ul li a,
.sub-nav li a {
	font: 400 12px/12px "telesystem", Helvetica, Arial, sans-serif;
	color: #ffffff;
	-webkit-transition: color .1s ease-in-out;
	-moz-transition: color .1s ease-in-out;
	-o-transition: color .1s ease-in-out;
	transition: color .1s ease-in-out;
	-webkit-font-smoothing: initial;
}

nav ul li a:hover,
nav ul li a.active {color: #898989;}

.bottom-header {
	width: 100%;
	height: 55px;
	padding-top: 15px;
	text-align: center;
}

.bottom-header.fixed {
	position: fixed;
	top: 0;
	left: 0;
}

.no-snap .bottom-header {background: #3f3f3f;}

.sub-nav li {
	display: inline-block;
	list-style: none;
	margin: 0 16px;
}

.sub-nav li a:hover,
.sub-nav li a.active,
.sub-nav li.current-cat a {color: #000000;}

.input-default {
	display: inline-block;
	border: none;
	height: 25px;
	padding: 0 10px;
	font: 12px "telesystem", Helvetica, Arial, sans-serif;
	color: #000000;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.bottom-header-floating {
	position: fixed;
	top: -55px;
	left: 0;
	width: 100%;
	height: 55px;
	padding-top: 15px;
	text-align: center;
	z-index: 100;
}

.bottom-header-floating.fixed {top: 0;}

.no-snap .bottom-header-floating {background: #3f3f3f;}



	/* WRAPPER */

#wrapper {position: relative;}

.mobile-el {display: none;}



	/* FOOTER */

footer {
	position: relative;
	background: #000000;
	padding-bottom: 30px;
}

.breadcrumbs {
	height: 55px;
	margin-bottom: 40px;
	border-bottom: 1px solid #898989;
	font: 12px/55px "telesystem", Helvetica, Arial, sans-serif;
	color: #ffffff;
}

.breadcrumbs a {
	font: 400 12px/55px "telesystem", Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: 0 10px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.breadcrumbs a:first-child {margin-left: 0;}

.breadcrumbs a:hover,
.breadcrumbs a.active {color: #898989;}

.breadcrumbs .lang {float: right;}

footer ul {
	float: left;
	width: 33%;
}

footer ul li {
	list-style: none;
	line-height: 14px;
}

footer ul li a {
	font: 400 12px/14px "telesystem", Helvetica, Arial, sans-serif;
	color: #ffffff;
	-webkit-font-smoothing: initial;
}

.copyrights {
	text-align: right;
	font: 12px "telesystem", Helvetica, Arial, sans-serif;
	color: #898989;
	margin: 30px 0 0;
	-webkit-font-smoothing: initial;
}

.related {
	padding-top: 35px;
	background: #7f7f7f;
}

body.ov-media .related {background: #ff0000;}
body.ov-cleantech .related {background: #0080ff;}
body.ov-equity .related {background: #5fc823;}
body.ov-social .related {background: #ffc500;}

.related h1 {
	font: 25px/25px "telesystem", Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin-bottom: 30px;
	-webkit-font-smoothing: antialiased;
}

footer .social {
	position: absolute;
	width: 26px;
	height: 26px;
	right: 0;
	background-image: url("../i/sprite.svg");
	background-repeat: no-repeat;
}

footer .social.linkedin {
	top: 0;
	background-position: 0 -160px;
}

footer .social.facebook {
	top: 29px;
	background-position: 0 -240px;
}






		/*** GENERAL ***/

.left {float: left;}
.right {float: right;}

/* overview intros */
.y-cen {
	position: absolute;
	margin: auto;
	top: 0; right: 0; bottom: 0; left: 0;
}

.first .y-cen {padding-top: 110px;}

/* companies text & link */
.page-w.corp {height: 100%;}

.corp.left,
.corp.right {float: none;}

.corp h1 {
	position: absolute;
	width: 57%;
	margin-top: 50px;
	font-size: 25px;
	line-height: 28px;
}

.corp.left h1 {
	left: 0;
	text-align: left;
}
.corp.right h1 {
	right: 0;
	text-align: right;
}

.corp h1 a {
	font-size: 25px;
	line-height: 28px;
	border-bottom: 1px solid;
}

.learn-more {
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	padding: 2px 30px 0 0;
	-webkit-font-smoothing: antialiased;
}

.footnotes {
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	padding: 2px 30px 0 0;
	width: 250px;
	-webkit-font-smoothing: antialiased;
}

.corp .learn-more {
	position: absolute;
	bottom: 40px;
}

.corp .footnotes {
	position: absolute;
	bottom: 40px;
}

.corp.left .footnotes {left: 0;}
.corp.right .footnotes {right: 0;}

.corp.left .learn-more {left: 0;}
.corp.right .learn-more {right: 0;}

.learn-more span {
	position: absolute;
	right: 0;
	top: 50%;
	width: 14px;
	height: 18px;
	margin-top: -9px;
	background-image: url("../i/sprite.svg");
	background-repeat: no-repeat;
}

/* bottom header */
.ov-about .bottom-header,
.ov-about .bottom-header-floating {background: #808080;}

.about-team .bottom-header,
.about-team .bottom-header-floating {background: #7f7f7f;}

.ov-media .bottom-header,
.ov-media .bottom-header-floating {background: #ff0000;}

.ov-cleantech .bottom-header,
.ov-cleantech .bottom-header-floating {background: #0080ff; display: none;}

.ov-equity .bottom-header,
.ov-equity .bottom-header-floating {background: #5fc823;}

.ov-social .bottom-header,
.ov-social .bottom-header-floating {background: #ffc500;}

.success .bottom-header,
.success .bottom-header-floating {background: #505050;}

/* screens */
.screen {
	position: relative;
	width: 100%;
	padding-top: 110px;
}

.screen.first {padding-top: 110px;}

body.homepage .screen.first {padding-top: 55px;}

/* page navigation */
.one-page-nav {
	position: fixed;
	top: 50%;
	right: 37px;
	z-index: 10;
}

#wrapper.homepage .one-page-nav {margin-top: -14px;}
#wrapper.ov-about .one-page-nav {margin-top: -56px;}
#wrapper.history .one-page-nav {margin-top: -45px;}
#wrapper.about-team .one-page-nav {margin-top: -45px;}
#wrapper.ov-media .one-page-nav {margin-top: -66px;}
#wrapper.zone-3 .one-page-nav {margin-top: -14px;}
#wrapper.stingray .one-page-nav {margin-top: -35px;}
#wrapper.woozworld .one-page-nav {margin-top: -35px;}
#wrapper.onmobile .one-page-nav {margin-top: 15px;}
#wrapper.ov-cleantech .one-page-nav {margin-top: -108px;}
#wrapper.coveo .one-page-nav {margin-top: -24px;}
#wrapper.cvtcorp .one-page-nav {margin-top: -24px;}
#wrapper.filetrek .one-page-nav {margin-top: -24px;}
#wrapper.hortau .one-page-nav {margin-top: -24px;}
#wrapper.iperceptions .one-page-nav {margin-top: -24px;}
#wrapper.logi-d .one-page-nav {margin-top: -14px;}
#wrapper.prevtec .one-page-nav {margin-top: -24px;}
#wrapper.ov-equity .one-page-nav {margin-top: -35px;}
#wrapper.ov-social .one-page-nav {margin-top: -35px;}
#wrapper.enablis .one-page-nav {margin-top: -45px;}
#wrapper.trioomph .one-page-nav {margin-top: -24px;}


.one-page-nav a {
	visibility: hidden;
	display: block;
	width: 7px;
	height: 7px;
	margin-bottom: 14px;
	border: 1px solid #ffffff;
}

.one-page-nav a:last-child {margin-bottom: 0;}

div.one-page-nav a.active {background: #ffffff;}

.homepage .one-page-nav a,
.ov-about .one-page-nav a {background: #808080;}
.homepage .one-page-nav a.active,
.ov-about .one-page-nav a.active {border-color: #808080;}

.ov-media .one-page-nav a {background: #ff0000;}
.ov-media .one-page-nav a.active {border-color: #ff0000;}

.ov-cleantech .one-page-nav a {background: #0080ff;}
.ov-cleantech .one-page-nav a.active {border-color: #0080ff;}

.ov-equity .one-page-nav a {background: #27af0a;}
.ov-equity .one-page-nav a.active {border-color: #27af0a;}

.ov-social .one-page-nav a {background: #ffc500;}
.ov-social .one-page-nav a.active {border-color: #ffc500;}

/* sliders */
.carousel > li {
	float: left;
	height: 100% !important;
	list-style: none;
}

#video-launch{
min-height: 100%;
display: block;
position: fixed;
left: 50%; /* Set the left edge of the video to the center of the viewport */
transform: translateX(-50%); /* Move the video back to the left by half its width to center it */
bottom: 0; /* Adjust as needed to position vertically */
min-width: 100%; /* Optional: Ensures the video does not exceed the viewport width */
}

.carousel .page-w {height: 100%;}

.screen.slides {padding-top: 220px;}

.screen.slides.first {padding-top: 220px;}

.slides header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 110px;
	height: 220px;
	z-index: 10;
}

.slides.first header {
	height: 220px;
	padding-top: 110px;
}

.timeline {
	position: relative;
	padding-top: 0;
}

.timeline .caroufredsel_wrapper {z-index: 1 !important;}

.timeline .carousel li {
	width: 245px;
	padding-left: 45px;
	margin: 0 !important;
}

.timeline .vert-mark {
	width: 100%;
	height: 145px;
	border-left: 2px solid transparent;
	margin-bottom: 20px;
}

.timeline .carousel li h1 {
	font-size: 20px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 20px;
}

.timeline .carousel li p {
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}

.timeline .page-w {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -490px;
}

.timeline .page-w h1 {
	position: absolute;
	left: 0;
	bottom: 60px;
	font-size: 25px;
	font-weight: 400;
	color: #000000;
	-webkit-font-smoothing: antialiased;
}

.prev,
.next {
	position: absolute;
	width: 13px;
	height: 17px;
	background-image: url("../i/sprite.svg");
	background-repeat: no-repeat;
	cursor: pointer;
}

.slides .prev {
	left: 0;
	bottom: 0;
}
.slides .next {
	right: 0;
	bottom: 0;
}

.slides .prev.disabled,
.slides .next.disabled {display: none !important;}

.timeline .prev {
	right: 45px;
	bottom: 60px;
}
.timeline .next {
	right: 0;
	bottom: 60px;
}

.ov-about .timeline .prev {background-position: 0 -320px;}
.ov-about .timeline .next {background-position: -20px -320px;}
.ov-media .timeline .prev {background-position: 0 -360px;}
.ov-media .timeline .next {background-position: -20px -360px;}
.stingray .slides .prev {background-position: 0 -360px;}
.stingray .slides .next {background-position: -20px -360px;}
.ov-cleantech .timeline .prev {background-position: 0 -380px;}
.ov-cleantech .timeline .next {background-position: -20px -380px;}
.ov-equity .slides .prev,
.ov-equity .timeline .prev {background-position: 0 -400px;}
.ov-equity .slides .next,
.ov-equity .timeline .next {background-position: -20px -400px;}
.ov-social .slides .prev,
.ov-social .timeline .prev {background-position: 0 -420px;}
.ov-social .slides .next,
.ov-social .timeline .next {background-position: -20px -420px;}
.ov-cleantech .slides .prev {background-position: 0 -380px;}
.ov-cleantech .slides .next {background-position: -20px -380px;}

.timeline .prev.disabled {background-position: 0 -440px !important;}
.timeline .next.disabled {background-position: -20px -440px !important;}

.pagination {text-align: center;}

.pagination a {
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	margin-bottom: 3px;
	padding: 0 14px;
	border-left: 1px solid transparent;
	-webkit-font-smoothing: antialiased;
}

.pagination a:first-child {border-color: transparent !important;}

.pagination a.active {color: #ffffff !important;}


/* facts */
.fact-holder {
	position: absolute;
	margin: auto;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 100%;
}

.n2 .fact-holder,
.n3 .fact-holder {height: 140px;}

.n4 .fact-holder,
.n5 .fact-holder,
.n6 .fact-holder,
.n7 .fact-holder {height: 340px;}

.fact {
	float: left;
	height: 140px;
	margin-bottom: 50px;
	font: 100 75px/80px "telesystem", Helvetica, Arial, sans-serif;
	text-align: center;
	-webkit-font-smoothing: antialiased;
}

.fact p {
	display: block;
	font-size: 25px;
	line-height: 28px;
	margin: 0;
}

.fact span {
	display: block;
	font-size: 15px;
	line-height: 18px;
}

.n2 .fact,
.n4 .fact {width: 50%;}

.n3 .fact,
.n5 .fact,
.n6 .fact,
.n7 .fact.one,
.n7 .fact.two,
.n7 .fact.three {width: 33%;}

.n5 .fact.four,
.n5 .fact.five {width: 50%;}

.n7 .fact {width: 25%;}






		/*** TEMPLATES ***/

	/* HOMEPAGE */

.index-slider {color: black !important;}

.index-slider .carousel li {
	padding: 23px 0;
	background-position: center top;
	background-size: cover;
	color: #000000;
}

.index-slider .carousel li .page-w {
	height: 100%;
	border: 3px solid transparent;
	padding: 35px;
}

.index-slider .carousel li h1 {
	position: relative;
	font-weight: 400;
	font-size: 25px;
	line-height: 28px;
	padding-right: 100px;
}

.index-slider .carousel li h1:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	border: 12px solid transparent;
	left: -35px;
}

.link-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5;
}

/* .index-slider .carousel .gray {background-image: url("../i/homepage-slide-gray.jpg");} */
.index-slider .carousel .gray .page-w {border-color: #fff;}
.homepage .index-slider .carousel .gray .page-w {border:none;}
.index-slider .carousel .gray h1 {color: #fff;}
.index-slider .carousel .gray h1:before {border-left-color: #fff;}

.index-slider .carousel .red {background-image: url("../i/homepage-slide-red.jpg");}
.index-slider .carousel .red .page-w {border-color: #ff0000;}
.index-slider .carousel .red h1 {
	position: absolute;
	color: #ff0000;
	bottom: 35px;
}
.index-slider .carousel .red h1:before {border-left-color: #ff0000;}

.index-slider .carousel .blue {background-image: url("../i/homepage-slide-gray.jpg");}
.index-slider .carousel .blue .page-w {border-color: #0195ff;}
.index-slider .carousel .blue h1 {
	position: absolute;
	color: #0195ff;
	bottom: 35px;
}
.index-slider .carousel .blue h1:before {border-left-color: #0195ff;}

.index-slider .carousel .green {background-image: url("../i/homepage-slide-gray.jpg");}
.index-slider .carousel .green .page-w {border-color: #5fdc39;}
.index-slider .carousel .green h1 {
	position: absolute;
	color: #5fdc39;
	bottom: 35px;
}
.index-slider .carousel .green h1:before {border-left-color: #5fdc39;}

.index-slider .carousel .yellow {background-image: url("../i/homepage-slide-yellow.jpg");}
.index-slider .carousel .yellow .page-w {border-color: #ffc80d;}
.index-slider .carousel .yellow h1 {
	position: absolute;
	color: #ffc80d;
	bottom: 35px;
}
.index-slider .carousel .yellow h1:before {border-left-color: #ffc80d;}

.index-slider .carousel .blue-en {background-image: url("../i/homepage-slide-blue-en.jpg");}
.index-slider .carousel .blue-en .page-w {border-color: #00ADEE;}
.index-slider .carousel .blue-en h1 {
	position: absolute;
	color: #00ADEE;
	bottom: 35px;
}
.index-slider .carousel .blue-en h1:before {border-left-color: #00ADEE;}

.index-slider .pagination {
	position: absolute;
	top: 26px;
	right: 3px;
	z-index: 10;
}

.index-slider .pagination a {
	display: inline-block;
	width: 25px;
	height: 25px;
}
.index-slider .pagination a.gray {background: #808080;}
.index-slider .pagination a.red {background: #ff0000;}
.index-slider .pagination a.blue {background: #0195ff;}
.index-slider .pagination a.green {background: #5fdc39;}
.index-slider .pagination a.yellow {background: #ffc80d;}
.index-slider .pagination a.blue-en {background: #00ADEE;}

.screen.sectors {
	padding-top: 0;
	background: #ffc500;
}

.sectors div {
	float: left;
	position: relative;
	width: 20%;
	height: 100%;
}

.sectors .clear {display: block;}

.sectors div:after {
	content: "";
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-bottom-color: rgba(0,0,0,.6);
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -12px;
}

.sectors .gray {background: #808080;}
.sectors .red {background: #ff0000;}
.sectors .blue {background: #0195ff;}
.sectors .green {background: #5fc823;}
.sectors .yellow {background: #ffc500;}
.sectors .blue-en {background: #00ADEE;}

.sectors div img {
	position: absolute;
	width: 75%;
	max-width: none;
	margin: auto;
	padding: 0 25px;
	top: 0; right: 0; bottom: 0; left: 0;
}

.visit-section {
	position: absolute;
	width: 100%;
	padding: 0 5px;
	left: 0;
	bottom: 35px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}

.gray a {color: #2a2a2a;}
.red a {color: #390000;}
.blue a {color: #001a33;}
.green a {color: #0d2e07;}
.yellow a {color: #362801;}
.blue-en a {color: #001a33;}



	/* NEWS LIST */

.news {
	background: #7f7f7f;
	padding: 109px 0 1px;
}

.news-pagination {
	text-align: center;
	margin: 35px 0;
}

.news-pagination a {
	font: 15px/15px "telesystem", Helvetica, Arial, sans-serif;
	color: #ffffff;
	padding: 0 2px;
}

.news-pagination a:hover,
.news-pagination a.active {color: #000000;}

.news-pagination a.active {cursor: text;}

.news-pagination .news-prev {margin-right: 15px;}
.news-pagination .news-next {margin-left: 15px;}

.news-pagination p {
	font: 15px/15px "telesystem", Helvetica, Arial, sans-serif;
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
}

.news article,
.related article {
	position: relative;
	float: left;
	width: 32%;
	height: 170px;
	margin: 0 2% 20px 0;
	padding-top: 15px;
	background: rgba(0,0,0,.5);
	overflow: hidden;
}

.news article.last,
.related article.last {margin-right: 0;}

.news article a,
.related article a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 25;
}

.news-image {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

.news-image-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	opacity: .5;
	z-index: 10;
}

.news-content {
	position: relative;
	z-index: 20;
}

.news-content p,
.news-main .upper p {
	float: left;
	padding-top: 2px;
	font: 10px/16px "telesystem", Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: 0;
	-webkit-font-smoothing: initial;
}

.news-content .icon,
.news-main .icon {
	float: left;
	width: 20px;
	height: 18px;
	margin: 0 10px 0 15px;
	background-image: url("../i/sprite.svg");
	background-repeat: no-repeat;
}

.press-release .icon {background-position: 0 0;}
.event .icon {background-position: 0 -20px;}
.video .icon {background-position: 0 -40px;}
.social-media .icon {background-position: 0 -60px;}
.white-paper .icon {background-position: 0 -80px;}
.in-the-media .icon {background-position: 0 -100px;}

.news-content .date,
.news-main .date {
	float: right;
	font: 10px/18px "telesystem", Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin-right: 20px;
	-webkit-font-smoothing: initial;
}

.news-content .clear.sep {
	background: #7f7f7f;
	margin: 15px 0;
}

.news-content h1 {
	font: 20px/24px "telesystem", Helvetica, Arial, sans-serif;
	color: #ffffff;
	padding: 0 20px;
}




	/* NEWS INNER */

.news-inner {
	background-color: #7f7f7f;
	background-repeat: no-repeat;
	background-position: center 109px;
	padding-top: 144px;
}

.back {
	float: left;
	font: 25px/25px "telesystem", Helvetica, Arial, sans-serif;
	margin-bottom: 35px;
	-webkit-font-smoothing: antialiased;
}

.back span {font-size: 16px;}

.news-main,
.contacts-main {
	float: left;
	width: 66%;
}

.news-main .upper,
.news-main .lower {background: #ffffff;}

.news-main .upper {
	padding: 15px 0;
	margin-bottom: 1px;
}

.news-main .lower {padding: 30px 20px 20px;}

.news-main .icon {margin-left: 25px;}

.news-main.press-release .icon {background-position: -20px 0;}
.news-main.event .icon {background-position: -20px -20px;}
.news-main.video .icon {background-position: -20px -40px;}
.news-main.social-media .icon {background-position: -20px -60px;}
.news-main.white-paper .icon {background-position: -20px -80px;}
.news-main.press-review .icon {background-position: -20px -100px;}

.news-main .upper p {color: #000000;}

.news-main .date {color: #000000;}

.news-main .clear.sep {
	background: #000000;
	margin: 15px 0;
}

.news-main .lower h1 {
	font: 25px/25px "telesystem", Helvetica, Arial, sans-serif;
	margin-bottom: 25px;
	color: #000000;
	-webkit-font-smoothing: antialiased;
}

.news-main .lower p {
	font: 12px/14px "telesystem", Helvetica, Arial, sans-serif;
	color: #000000;
}

.news-main a {
	font-size: 12px;
	line-height: 14px;
	color: #0060ff;
	text-decoration: underline;
}

.news-main .lower img {margin: 10px 0;}

.news-main .lower iframe {
	width: 100%;
	margin-top: 10px;
}

.news-side,
.contacts-side {
	float: right;
	width: 31%;
}

.tags {
	padding: 20px;
	background: #ffffff;
}

.tags p,
.share p {
	font: 12px/12px "telesystem", Helvetica, Arial, sans-serif;
	color: #000000;
	margin: 0 0 10px;
}

.tags a {
	float: left;
	border: 1px solid #898989;
	margin: 0 2px 2px 0;
	padding: 0 6px;
	font: 12px/22px "telesystem", Helvetica, Arial, sans-serif;
	color: #7f7f7f;
}

.share {
	margin-top: 2px;
	background: #ffffff;
	padding: 20px 20px 10px;
}

.share a {
	display: block;
	width: 100%;
	height: 26px;
	font: 12px/24px "telesystem", Helvetica, Arial, sans-serif;
	color: #898989;
	margin-bottom: 3px;
}

.share a span {
	display: block;
	border: 1px solid #898989;
	margin-left: 29px;
	padding-left: 5px;
}

.share a .icon {
	float: left;
	width: 26px;
	height: 26px;
	margin-left: 0;
	padding-left: 0;
	border: none;
	background-image: url("../i/sprite.svg");
	background-repeat: no-repeat;
}

.share a.linkedin .icon {background-position: -45px 0;}
.share a.tweet .icon {background-position: -45px -40px;}
.share a.facebook .icon {background-position: -45px -80px;}
.share a.mail .icon {background-position: -45px -120px;}



	/* CONTACTS */

.contacts {
	padding: 89px 0 25px;
	background: #7f7f7f;
}

.contacts-main {
	background: #ffffff;
	padding: 30px 20px 20px;
}

.contacts h1,
.contacts p {color: #000000;}

.contacts h1 {
	font-size: 25px;
	margin-bottom: 25px;
}

.contacts p {margin: 15px 0;}

.contacts-side {
	background: #ffffff;
	padding: 20px;
}

.input-default {
	height: 24px;
	border: 1px solid #898989;
	margin: 0 2px 2px 0;
	padding: 0 6px;
	font: 12px "telesystem", Helvetica, Arial, sans-serif;
	color: #7f7f7f;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.contacts-side .input-default {width: 100%;}

.contacts-side textarea.input-default {
	height: 120px;
	padding: 3px 6px;
}

.button-default {
	padding: 0 15px;
	font: 12px/24px "telesystem", Helvetica, Arial, sans-serif;
	color: #ffffff;
	background: #898989;
	border: none;
}

.contacts-side .button-default {margin-top: 15px;}

.contacts-side span {
	float: right;
	font-size: 9px;
	color: #000000;
	text-align: right;
	margin-top: 18px;
}

#error {margin-bottom: 15px;}

#error p {margin: 5px 0;}

.fluid-wrapper {
    position: relative;
    padding-bottom: 50%;
    height: 0;
}
.fluid-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        border: none;
}


	/* OVERVIEW ABOUT US */

.ov-about .page-w {height: 100%;}

.ov-about .intro .y-cen {
	width: 760px;
	height: 400px;
	text-align: center;
}

.ov-about .intro h1 {
	font-size: 45px;
	color: #5c5c5c;
}

.ov-about .intro p {
	font: 400 25px/30px "telesystem", Helvetica, Arial, sans-serif;
	color: #5c5c5c;
}

.ov-about .mission {background: #5c5c5c;}

.ov-about .mission .y-cen {
	width: 515px;
	height: 255px;
	padding-top: 0;
	left: auto;
	text-align: right;
}

.main-h {font: 75px/75px "telesystem", Helvetica, Arial, sans-serif;}

.ov-about .mission h2 {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 15px;
}

.ov-about .mission p {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 30px;
}

.ov-about .mission .author {font-size: 12px;}

.ov-about .beliefs .y-cen {
	width: 100%;
	height: 440px;
	padding-top: 0;
	right: auto;
	text-align: left;
}

.ov-about .beliefs .main-h {
	color: #4a4a4a;
	margin-bottom: 15px;
}

.ov-about .beliefs h2 {
	font-size: 25px;
	color: #444444;
}

.ov-about .beliefs p {
	width: 50%;
	font-size: 15px;
	line-height: 18px;
	color: #444444;
	margin: 0 0 10px;
}

.ov-about .beliefs ul {margin-top: -10px;}

.ov-about .beliefs ul li {
	font-size: 15px;
	color: #444444;
}

.screen.history {
	background: #5fdc39;
	background: rgb(95, 220, 57);
}

.ov-about .timeline .vert-mark {border-color: #ffffff;}

.ov-about .timeline .carousel h1,
.ov-about .timeline .carousel p {color: #ffffff;}

.ov-about .timeline .main-h {
	font-size: 75px;
	color: #ffffff;
	bottom: 100px;
}

.ov-about .timeline .learn-more {
	position: absolute;
	left: 0;
	bottom: 50px;
}

.ov-about .timeline .learn-more span {background-position: 0 -580px;}

.ov-about .team {
	background: #898989 url("../i/ov-about-team.jpg") no-repeat left center;
	background-size: cover;
}

.ov-about .team .y-cen {
	width: 490px;
	height: 210px;
	text-align: right;
	left: auto;
}

.ov-about .team h1 {margin-bottom: 30px;}

.ov-about .team p {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 30px;
}

.ov-about .team .learn-more span {background-position: 0 -580px;}

.screen.success {
	background: #0195ff url("../i/ov-about-success.jpg") no-repeat center bottom;
	background-size: cover;
}

.ov-about .success .y-cen {
	width: 580px;
	height: 250px;
	padding-top: 55px;
	text-align: center;
}

.ov-about .success .main-h {margin-bottom: 30px;}

.ov-about .success p {
	font-size: 15px;
	line-height: 18px;
}

.ov-about .success .learn-more {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -150px;
	padding-bottom: 30px;
	padding-right: 0;
}

.ov-about .success .learn-more:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	border: 10px solid transparent;
	border-bottom-color: #ffffff;
}



	/* ABOUT HISTORY */

.history > .about {
	background: url("../i/about-history-1970.jpg") no-repeat center top;
	background-size: cover;
}

.history .about .y-cen {
	width: 510px;
	height: 350px;
	padding-top: 0;
	right: auto;
}

.history .screen h2 {
	margin-bottom: 20px;
	font-size: 25px;
	line-height: 28px;
}

.history .screen p {
	font-size: 15px;
	line-height: 18px;
}

.cwm-leader {
	background: url("../i/1980.jpg") no-repeat center top;
	background-size: cover;
}

.cwm-leader .y-cen {
	width: 490px;
	height: 380px;
	padding-top: 0;
	text-align: center;
}

.cwm-leader .y-cen h1,
.cwm-leader .y-cen h2,
.cwm-leader .y-cen p {color: #0195ff;}

.expansion {
	background: url("../i/1990.jpg") no-repeat center top;
	background-size: cover;
}

.expansion .y-cen {
	width: 550px;
	height: 460px;
	left: auto;
	text-align: right;
}

.entrepreneurship {
	background: #5fc823;
	overflow: hidden;
}

.entrepreneurship .y-cen {
	width: 550px;
	height: 270px;
	text-align: center;
}

.entrepreneurship .y-cen h1,
.entrepreneurship .y-cen h2,
.entrepreneurship .y-cen p {color: #000000;}

.arrow {
	position: absolute;
	background: #172e18;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.arrow span {
	position: absolute;
	background: url("../i/arrows-sprite.svg") no-repeat;
}

.arrow.top {
	width: 100px;
	height: 100%;
	top: -98%;
	left: 50%;
	margin-left: -50px;
	margin-top: 55px;
}

.arrow.top span {
	width: 200px;
	height: 100px;
	top: 100%;
	left: -49px;
	background-position: 0 -500px;
}

.arrow.right {
	width: 100%;
	height: 100px;
	right: -98%;
	top: 50%;
	margin-top: -50px;
}

.arrow.right span {
	width: 100px;
	height: 200px;
	right: 100%;
	top: -49px;
	background-position: 0 -200px;
}

.arrow.bottom {
	width: 100px;
	height: 100%;
	bottom: -98%;
	left: 50%;
	margin-left: -50px;
}

.arrow.bottom span {
	width: 200px;
	height: 100px;
	bottom: 100%;
	left: -49px;
	background-position: 0 -400px;
}

.arrow.left {
	width: 100%;
	height: 100px;
	left: -98%;
	top: 50%;
	margin-top: -50px;
}

.arrow.left span {
	width: 100px;
	height: 200px;
	left: 100%;
	top: -49px;
	background-position: 0 0;
}

.entrepreneurship.push .arrow.top {top: -90%;}
.entrepreneurship.push .arrow.right {right: -90%;}
.entrepreneurship.push .arrow.bottom {bottom: -90%;}
.entrepreneurship.push .arrow.left {left: -90%;}

.growth {
	background: url("../i/2010.jpg") no-repeat center top;
	background-size: cover;
}

.growth .y-cen {
	width: 550px;
	height: 250px;
	right: auto;
}



	/* ABOUT TEAM */

.slides header .page-w {padding: 0 20px;}

.slides header .caroufredsel_wrapper {width: 100% !important;}




.about-team .carousel li {overflow: hidden !important;}

.board {background: #000000;}
.board header {background: #636363;}

.executives {background: #434343;}
.executives header {background: #636363;}

.m-leaders {background: #3a0000;}
.m-leaders header {background: #2a0001;}

.t-leaders {background: #000036;}
.t-leaders header {background: #000026;}

.tandem {background: #032e00;}
.tandem header {background: #002201;}

.slides header h1 {
	font: 24px/24px "telesystem", Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
}

.board .pagination a {
	color: #000000;
	border-color: #000000;
}
.executives .pagination a {
	color: #000000;
	border-color: #000000;
}
.m-leaders .pagination a {
	color: #ff0000;
	border-color: #ff0000;
}
.t-leaders .pagination a {
	color: #0096ff;
	border-color: #0096ff;
}
.tandem .pagination a {
	color: #5fdc38;
	border-color: #5fdc38;
}

.board .prev {background-position: 0 -340px;}
.board .next {background-position: -20px -340px;}
.executives .prev {background-position: 0 -340px;}
.executives .next {background-position: -20px -340px;}
.m-leaders .prev {background-position: 0 -360px;}
.m-leaders .next {background-position: -20px -360px;}
.t-leaders .prev {background-position: 0 -380px;}
.t-leaders .next {background-position: -20px -380px;}
.tandem .prev {background-position: 0 -400px;}
.tandem .next {background-position: -20px -400px;}

.img-holder {
	position: relative;
	width: 50%;
	height: 100%;
}
.board .img-holder {
	float: left;
	text-align: left;
}
.executives .img-holder {
	float: right;
	text-align: right;
}
.m-leaders .img-holder {
	float: right;
	text-align: right;
}
.t-leaders .img-holder {
	float: left;
	text-align: left;
}
.tandem .img-holder {
	float: left;
	text-align: left;
}

.img-holder img {
	position: relative;
	height: 100%;
}

.slide-content {
	position: absolute;
	width: 52%;
	margin: auto;
	top: 0;
	bottom: 0;
}

.slide-content h1 {
	line-height: 24px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

.slide-content h2 {
	font-size: 14px;
	font-weight: 400;
	margin: 3px 0 0;
	-webkit-font-smoothing: antialiased;
}

.slide-content p {
	font-size: 14px;
	line-height: 18px;
	margin: 20px 0 10px;
	-webkit-font-smoothing: antialiased;
}

.member-ln {
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url("../i/sprite.svg") no-repeat 0 -160px;
}

.board .slide-content,
.t-leaders .slide-content,
.tandem .slide-content {text-align: right;}

.board .slide-content {
	height: 400px;
	right: 0;
	left: auto;
}
.executives .slide-content {
	height: 270px;
	left: 0;
	right: auto;
}
.m-leaders .slide-content {
	height: 270px;
	left: 0;
	right: auto;
}
.t-leaders .slide-content {
	height: 400px;
	right: 0;
	left: auto;
}
.tandem .slide-content {
	height: 300px;
	right: 0;
	left: auto;
}



	/* ABOUT SUCCESS */

.success > section {
	padding-top: 144px;
	background: #0195ff;
}

.success > section > .page-w {padding-left: 35px;}

.success > section > .page-w > h1 {
	font-size: 25px;
	line-height: 28px;
	margin: 35px 0 20px;
	padding-left: 105px;
}

.success > section > .page-w > h2 {
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 70px;
	padding-left: 105px;
}

.year {
	position: relative;
	width: 100%;
	min-height: 155px;
	padding-left: 70px;
	border-left: 2px solid #000000;
}

.year.last {height: 300px;}

.year.break {background: url("../i/year-break-bgr.png") no-repeat;}

.year-n {
	position: absolute;
	width: 60px;
	color: #000000;
	font: 25px/30px "telesystem", Helvetica, Arial, sans-serif;
	text-align: center;
	top: 0;
	left: -30px;
	background: #0195ff;
	-webkit-font-smoothing: antialiased;
}

.break {
	position: absolute;
	width: 18px;
	height: 30px;
	background: url("../i/year-break-bgr.png") no-repeat left top;
	top: 50%;
	left: -10px;
}

.year .holder {
	float: left;
	margin-bottom: 20px;
	padding-right: 70px;
}

.year h1 {
	color: #000000;
	line-height: 30px;
}

.year h2 {
	font-size: 15px;
	line-height: 20px;
	color: #000000;
}

.success .year p {
	font-size: 35px;
	line-height: 40px;
	margin: 5px 0 0;
}

.total {
	position: absolute;
	height: 70px;
	bottom: 80px;
	left: 105px;
}

.total p {
	color: #000000;
	margin: 0 0 10px;
}

.total span {
	font: 35px/40px "telesystem", Helvetica, Arial, sans-serif;
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
}



	/* OVERVIEW MEDIA */

.ov-media .intro {
	background: url("../i/ov-media-intro.jpg") no-repeat center top;
	background-size: cover;
}

.ov-media .intro .y-cen {
	width: 680px;
	height: 420px;
	text-align: center;
}

.ov-media .intro .y-cen p {
	font-size: 15px;
	line-height: 18px;
}

.ov-media .intro .y-cen p:first-child {
	font-size: 25px;
	line-height: 28px;
	margin-bottom: 30px;
}

.ov-media .intro .learn-more span {background-position: 0 -580px;}

.brief-look {text-align: center;}

.brief-look .page-w {
	padding-top: 70px;
	height: 100%;
}

.brief-look h1 {
	font-size: 25px;
	line-height: 28px;
	margin: 0;
	color: #ff0000;
}

.brief-look img {
	position: absolute;
	margin: auto;
	top: 0; right: 0; bottom: 0; left: 0;
}

.brief-look .vert {display: none;}

/* .ov-media .slides {padding-top: 165px;} */

.ov-media .slides header {background: #000000;}

.ov-media .slides .pagination a {
	color: #ff0000;
	border-color: #a30000;
}

.ov-media .slides .carousel .page-w > ul {
	width: 100%;
	height: 100%;
}

.screen.zone-3 {
	background: url("../i/ov-media-image-1.jpg") no-repeat center top;
	background-size: cover;
}

.screen.stingray {
	background: url("../i/ov-media-image-2.jpg") no-repeat center top;
	background-size: cover;
}

.screen.woozworld {
	background: url("../i/ov-media-image-4.jpg") no-repeat center top;
	background-size: cover;
}

.ov-media .corp h1,
.ov-media .corp a {color: #ff0000;}

.zone-3 h1 {right: 0;}
.stingray h1 {left: 0;}
.woozworld h1 {left: 0;}

.ov-media .learn-more span {background-position: 0 -500px;}

.ov-media .glance {
	background: #b40210;
	text-align: center;
}

.ov-media .glance .page-w {
	height: 100%;
	padding-top: 70px;
}

.ov-media .glance img {
	position: absolute;
	margin: auto;
	top: 0; right: 0; bottom: 0; left: 0;
}

.ov-media .glance .vert {display: none;}

.ov-media .timeline .vert-mark {border-color: #000000;}

	/* ZONE-3 */

.zone-3 .about {
	background: url("../i/ov-media-image-5.jpg") no-repeat center top;
	background-size: cover;
}

.zone-3 .about .page-w {height: 100%;}

.zone-3 .about .y-cen {
	width: 44%;
	height: 450px;
	padding-top: 0;
  right: auto;
}

.zone-3 .about h1,
.zone-3 .about p,
.zone-3 .about a {color: #595959;}

.zone-3 .about h1 {
	line-height: 28px;
	margin-bottom: 25px;
}

.zone-3 .about p {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 20px;
}

.zone-3 .about a {
	text-decoration: underline;
}

.zone-3 .about .learn-more span {background-position: 0 -480px;}

.zone-3 .preview {background: #595959;}

.zone-3 .preview .page-w {height: 100%;}

.zone-3 .preview .video-holder {
	position: absolute;
	width: 980px;
	height: 560px;
	margin: auto;
	top: -55px; right: 0; bottom: 0; left: 0;
	padding: 11px 11px 9px 11px;
	background: url("../i/zone3-video-frame.png") no-repeat center top;
	background-size: contain;
}

.zone-3 .preview h1 {
	text-align: center;
	margin-top: 45px;
}

.zone-3 .glance {
	background: url("../i/zone-3-glance-bgr.jpg") no-repeat center top;
	background-size: cover;
}

.zone-3 .glance .page-w {
	padding-top: 70px;
	height: 100%;
}

.zone-3 .glance .page-w h1 {
	margin-top: 0;
	text-align: center;
}

.zone-3 .fact,
.zone-3 .fact p,
.zone-3 .fact span {color: #ffffff;}

.zone-3 .fact p {font-size: 22px;}

	/* ONMOBILE */

/*	
.onmobile .screen.about {
	background: url("../i/Intro_OnMobile_media-3.jpg") no-repeat center top;
	background-size: cover;
}
*/

.energie .about {
	background: url("../i/energy-bg.jpg") no-repeat center top;
	background-size: cover;
}

.energie .about .page-w {height: 100%;}

.energie .about .y-cen {
	width: 49%;
	height: 450px;
	padding-top: 0;
  right: auto;
}

.energie .about h1,
.energie .about p,
.energie .about a,
.energie .about .learn-more {color: #ffffff;}

.energie .about a {
	text-decoration: underline;
}

.onmobile .about {
	background: url("../i/ov-media-image-4.jpg") no-repeat center top;
	background-size: cover;
}

.onmobile .about .page-w {height: 100%;}

.onmobile .about .y-cen {
	width: 44%;
	height: 450px;
	padding-top: 0;
  right: auto;
}

/*
.onmobile .about .page-w {height: 100%;}

.onmobile .about .y-cen {
	width: 490px;
	height: 300px;
	padding-top: 0;
	right: auto;
}
*/

.onmobile .about h1,
.onmobile .about p,
.onmobile .about a,
.onmobile .about .learn-more {color: #595959;}

.onmobile .about h1 {
	line-height: 28px;
	margin-bottom: 25px;
}

.onmobile .about p {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 20px;
}

.onmobile .about a {
	text-decoration: underline;
}

.onmobile .about .learn-more span {background-position: 0 -480px;}

.onmobile .preview {background: #595959;}

.onmobile .preview .page-w {height: 100%;}

.onmobile .preview .video-holder {
	position: absolute;
	width: 980px;
	height: 560px;
	margin: auto;
	top: -55px; right: 0; bottom: 0; left: 0;
	padding: 11px 11px 9px 11px;
	background: url("../i/zone3-video-frame.png") no-repeat center top;
	background-size: contain;
}

.onmobile .preview h1 {
	text-align: center;
	margin-top: 45px;
}

.onmobile .glance {
	background: url("../i/onmobile-glance-bgr.jpg") no-repeat center top;
	background-size: cover;
}

.onmobile .glance .page-w {
	padding-top: 70px;
	height: 100%;
}

.onmobile .glance .page-w h1 {
	color: #FF0000;
	margin-top: 0;
	text-align: center;
}

.onmobile .fact,
.onmobile .fact p,
.onmobile .fact span {color: #FF0000;}

.onmobile .fact p {font-size: 22px;}

.onmobile .presence {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.en .onmobile .presence {background-image: url("../i/map_OnMobile_en.gif");}
.fr .onmobile .presence {background-image: url("../i/map_OnMobile_fr.gif");}

	/* STINGRAY */

.stingray .about {
	background: url("../i/stingray-media-intro.jpg") no-repeat center bottom;
	background-size: cover;
}

.stingray .about .page-w {height: 100%;}

.stingray .about .y-cen {
	width: 490px;
	height: 370px;
	padding-top: 0;
	right: auto;
}

.stingray .about .y-cen img {
	margin-bottom: 20px;
}

.stingray .about h1,
.stingray .about a {color: #595959;}

.stingray .about h1 {
	line-height: 28px;
	margin-bottom: 20px;
}

.stingray .about p {
	margin-bottom: 20px;
	color: #282828;
	font-size: 15px;
  line-height: 18px;
}

.stingray .about a {
	text-decoration: underline;
}

.stingray .about .learn-more span {background-position: 0 -480px;}

.stingray .experience {
	background: url("../i/AtAGlance_stingray_media.jpg") no-repeat center top;
	background-size: cover;
}

.stingray .experience .page-w {text-align: center;}

.stingray .experience h1 {
	text-align: center;
	margin: 70px 0;
}

.stingray .experience .video-holder,
.trioomph .in-action .video-holder {
	display: inline-block;
	width: 471px;
	height: 270px;
	margin: 0 30px 35px 0;
	padding: 4px 4px 5px;
	background: url("../i/stingray-video-frame.png") no-repeat center top;
	background-size: contain;
}

.stingray .experience .video-holder.last,
.trioomph .in-action .video-holder.last {margin-right: 0;}

.ov-media.stingray .slides.glance .caroufredsel_wrapper {background: none;}

.stingray .slides {
	background: url("../i/stingray-slides-bgr.jpg") no-repeat center top;
	background-size: cover;
}

.stingray .fact,
.stingray .fact span,
.stingray .fact p {color: #f20000;}

.stingray .presence {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.en .stingray .presence {background-image: url("../i/map_stingray_EN.gif");}
.fr .stingray .presence {background-image: url("../i/map_stingray_FR.gif");}

	/* WOOZWORLD */

.woozworld .about .page-w {height: 100%;}

.woozworld .about .y-cen {
	width: 850px;
	height: 320px;
	padding-top: 0;
	text-align: center;
}

.woozworld .about h1,
.woozworld .about p,
.woozworld .about .learn-more {color: #000000;}

.woozworld .about h1 {
	line-height: 28px;
	margin-bottom: 25px;
}

.woozworld .about p {margin-bottom: 20px;}

.woozworld .about .learn-more span {background-position: 0 -480px;}

.woozworld .about > img {
	position: absolute;
	right: 200px;
	bottom: 0;
}

@media screen and (min-width: 1021px) and (max-height: 790px) {
	.woozworld .about > img {height: 150px;}
}/* /mediaquery */

.woozworld .experience {background: #282828;}

.woozworld .experience .page-w {
	position: absolute;
	height: 430px;
	margin: auto;
	top: 0; right: 0; bottom: 0; left: 0;
}

.woozworld .video-holder {
	position: relative;
	width: 696px;
	height: 400px;
	margin: 0 auto 40px;
	padding: 29px 92px 51px;
	background: url("../i/woozworld-glance-frame.png") no-repeat center top;
	background-size: contain;
}

.woozworld .experience h1 {text-align: center;}

.woozworld .glance {
	background: url("../i/Media_Woozworld_keyfacts.jpg") no-repeat center top;
	background-size: cover;
}

.woozworld .glance .page-w {
	padding-top: 70px;
	height: 100%;
}

.woozworld .glance .page-w h1 {text-align: center;}

.woozworld .fact,
.woozworld .fact p,
.woozworld .fact span {color: #ffffff;}

.woozworld .presence {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.en .woozworld .presence {background-image: url("../i/map_woozworld_EN.gif");}
.fr .woozworld .presence {background-image: url("../i/map_woozworld_FR.gif");}



	/* OVERVIEW energy */

.ov-cleantech .intro {
	background: url("../i/energy-intro.jpg") no-repeat center top;
	background-size: cover;
}

.ov-cleantech .intro .y-cen {
	width: 725px;
	height: 360px;
	text-align: center;
}

.ov-cleantech .intro .y-cen p {
	font-size: 25px;
	line-height: 28px;
}

.ov-cleantech .tech-sectors .page-w {
	height: 100%;
	padding-top: 70px;
}

.ov-cleantech .tech-sectors h1 {
	text-align: center;
	color: #0080ff;
}

.ov-cleantech .tech-sectors img {
	position: absolute;
	margin: auto;
	top: 0; right: 0; bottom: 0; left: 0;
}

.ov-cleantech .tech-sectors .vert {display: none;}

.ov-cleantech .corp h1,
.ov-cleantech .corp a {color: #0080ff;}

.ov-cleantech .learn-more span {background-position: 0 -520px;}

.ov-cleantech .coveo,
.ov-cleantech .cvtcorp,
.ov-cleantech .filetrek,
.ov-cleantech .hortau,
.ov-cleantech .iperceptions,
.ov-cleantech .logi-d,
.ov-cleantech .micro-signs,
.ov-cleantech .nci,
.ov-cleantech .prevtec,
.ov-cleantech .x2o-media {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.screen.micro-signs {background-image: url("../i/MicroSigns-bgr.jpg");}
.screen.nci {background-image: url("../i/NCIenergy-bgr.jpg");}
.screen.coveo {background-image: url("../i/coveo_energy_overview.jpg");}
.screen.hortau {background-image: url("../i/hortau_energy_overview.jpg");}
.screen.nci {background-image: url("../i/NCIenergy_energy_Overview.jpg");}
.screen.x2o-media {background-image: url("../i/X2OMedia_energy_Overview.jpg");}
.screen.iperceptions {background-image: url("../i/Iperception_Overview_energy.jpg");}
.screen.logi-d {background-image: url("../i/Logi-D_energy_Overview.jpg");}
.screen.cvtcorp {background-image: url("../i/CVTCORP_energy_Overview.jpg");}
.screen.prevtec {background-image: url("../i/Prevtec_energy_overview.jpg");}
.screen.filetrek {background-image: url("../i/Filetrek_energy_Overview.jpg");}


.ov-cleantech .timeline .vert-mark {border-color: #000000;}

.ov-cleantech .timeline h1 {
	color: #000000;
	width: auto;
}

/* OVERVIEW Energy */
.ov-cleantech .screen {padding-top: 55px;}

.ov-cleantech .intro .y-cen {
	width: 725px;
	height: 360px;
	text-align: center;
}

.ov-cleantech .intro .y-cen p {
	font-size: 25px;
	line-height: 28px;
}

.ov-cleantech .tech-sectors .page-w {
	height: 100%;
	padding: 40px;
}

.ov-cleantech .tech-sectors h1 {
	text-align: center;
	color: #0080ff;
}

.ov-cleantech .tech-sectors img {
	position: absolute;
	margin: auto;
	top: 0; right: 0; bottom: 0; left: 0;
}

.ov-cleantech .tech-sectors .vert {display: none;}

.ov-cleantech .corp h1,
.ov-cleantech .corp a {color: #0080ff;}
.ov-cleantech .corp .footnotes {color: #00ADEE;}

.ov-cleantech .learn-more span {background-position: 0 -520px;}
.ov-cleantech p .footnotes {background-position: 0 -520px;}
.ov-cleantech .intro {
	background: url("../i/energy-intro.jpg") no-repeat center top;
	background-size: cover;
}

.ov-cleantech .tech-sectors h1 {
	text-align: center;
	color: #00ADEE;
}

.ov-cleantech .corp h1,
.ov-cleantech .corp a {color: #00ADEE;}

.screen.trec {background: url("../i/trec-bgr.jpg") no-repeat center bottom;}

.ov-cleantech .slides {
	padding-top: 155px;
	background: #000000;
}

.ov-cleantech .slides .half p {
	margin: 5px 0;
	font-size: 20px;
	line-height: 22px;
}

.ov-cleantech .slides header {
	height: 155px;
	padding-top: 55px;
	background: #000000;
}

.ov-cleantech .slides .pagination a {
    color: #00ADEE;
    border-color: #00ADEE;
}

.ov-cleantech .slides .half {
	float: left;
	width: 50%;
	padding: 0 5%;
	text-align: center;
}

.ov-cleantech .slides .third {
	position: relative;
	float: left;
	width: 33.33%;
	height: 100%;
	padding: 0 3%;
	text-align: center;
}

.ov-cleantech .slides .third p {
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 24px;
}

.ov-cleantech .slides li[data-link='Performance'] {
	background: url("../i/performance-background.png") no-repeat center center;
	background-size: cover;
	text-align: center;
}

.ov-cleantech .slides li[data-link='Performance'] h1 {
	margin-bottom: 10px;
}

.ov-cleantech .slides li[data-link='Performance'] h6 {
	margin-bottom: 10px;
}

.ov-cleantech .slides li[data-link='Environment'] {
	background: url("../i/environnement-background.png") no-repeat center center;
	background-size: cover;
}

.ov-cleantech .slides li[data-link='Environnement'] {
	background: url("../i/environnement-background.png") no-repeat center center;
	background-size: cover;
}

.ov-cleantech .slides li[data-link='Installation'] {
	background: url("../i/installation-background.png") no-repeat center center;
	background-size: cover;
}

.ov-cleantech .slides .vert {
	display: none;
}

.ov-cleantech .ceny {
	position: relative;
	margin: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ov-cleantech .timeline {
	padding-top: 0;
}

.ov-cleantech .timeline .vert-mark {
	height: 90px;
	border-color: #000000;
}

.ov-cleantech .timeline .prev {
	background-position: 0 -380px;
}

.ov-cleantech .timeline .next {
	background-position: -20px -380px;
}

.ov-cleantech .key-facts {
    background: gray url(../i/ov-cleantech-key-facts-bgr.png) no-repeat center top;
    background-size: cover;
}

.ov-cleantech .key-facts .page-w {
	height: 100%;
	padding-top: 50px;
}

.ov-cleantech .key-facts h1 {
	margin-top: 0;
}

.ov-cleantech .key-facts .fact {
	font-size: 50px;
	line-height: 50px;
	color: #ffffff;
}

/* Tandem Expansien */
.tandem-expansion .about {
	background: url("../i/Growth_equity_Tandem.jpg") no-repeat center top;
	background-size: cover;
}

.tandem-expansion .about .y-cen {
	width: 44%;
	height: 450px;
	padding-top: 0;
  right: auto;
}

.tandem-expansion .about .page-w {height: 100%;}


	/* COVEO */

.ov-cleantech .about .y-cen {padding-top: 0;}

.coveo .about .page-w {
	height: 100%;
	background: url("../i/intro_coveo.jpg") no-repeat right bottom -50px;
}

.coveo .about .y-cen {
	width: 600px;
	height: 450px;
	right: auto;
}

.coveo .about img {
	width: 100%;
	max-width: 350px;
	margin-bottom: 20px;
}

.ov-cleantech .about .y-cen h1,
.ov-cleantech .about .y-cen p,
.ov-cleantech .about .y-cen a {
	
	-webkit-font-smoothing: antialiased;
}

.ov-cleantech .about .y-cen h1 {
	margin-bottom: 20px;
	line-height: 24px;
	text-transform: uppercase;
}

.ov-cleantech .about .y-cen p {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 20px;
}

.ov-cleantech .about .y-cen a {
	text-decoration: underline;
}

.ov-cleantech.coveo .learn-more span {background-position: 0 -460px;}


.coveo .glance {background: #222222;}

.coveo .glance .page-w {
	position: absolute;
	height: 521px;
	padding-top: 55px;
	margin: auto;
	top: 0; right: 0; bottom: 0; left: 0;
}

.coveo .video-holder {
	position: relative;
	width: 696px;
	height: 400px;
	margin: 0 auto 40px;
	padding: 29px 92px 51px;
	background: url("../i/coveo-glance-frame.png") no-repeat center top;
	background-size: contain;
}

.video-holder .inner-holder {
	position: relative;
	width: 100%;
	height: 100%;
}

.video-holder iframe {
	position: relative;
	z-index: 2;
}

.video-cover {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 3;
}

.video-cover.fade {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	z-index: 1;
}

.coveo .glance h1 {text-align: center;}

.coveo .key-facts {
	background: url("../i/Coveo_keyfacts.jpg") no-repeat center top;
	background-size: cover;
}

.key-facts h1 {
	text-align: center;
	margin-top: 70px;
}

.coveo .key-facts .page-w {
	padding-top: 70px;
	height: 100%;
}

.coveo .key-facts h1 {margin-top: 0;}

.coveo .fact,
.coveo .fact p,
.coveo .fact span {color: #ffffff;}

	/* iperceptions */

.iperceptions .first {
	padding-top: 55px;
	background: url("../i/home_analyse_and_predict_foreground_img_retina.jpg") no-repeat right bottom -20px;
}

.iperceptions .first .page-w {height: 100%;}

.iperceptions .first .y-cen {
	width: 400px;
	height: 440px;
	padding-top: 55px;
	right: auto;
}

.iperceptions .first img {
	margin-bottom: 20px;
}

.iperceptions .first h1 {
	margin-bottom: 20px;
	font-size: 22px;
	color: #595959;
}

.iperceptions .first p {
	margin-bottom: 20px;
	color: #000000;
}

.iperceptions .first a {
	color: #000000;
	text-decoration: underline;
}
	/* CVTCORP */

.cvtcorp .first {
	padding-top: 55px;
	background: url("../i/cvt-corp-transmission.png") no-repeat right bottom -20px;
}

.cvtcorp .first .page-w {height: 100%;}

.cvtcorp .first .y-cen {
	width: 660px;
	height: 440px;
	padding-top: 55px;
	right: auto;
}

.cvtcorp .first img {
	margin-bottom: 20px;
}

.cvtcorp .first h1 {
	margin-bottom: 20px;
	font-size: 22px;
	color: #595959;
}

.cvtcorp .first p {
	margin-bottom: 20px;
	color: #000000;
}

.cvtcorp .first a {
	color: #000000;
	text-decoration: underline;
}

.cvtcorp .glance {background: #d4d4d4;}

.cvtcorp .glance .page-w {
	position: absolute;
	height: 535px;
	padding-top: 55px;
	text-align: center;
	margin: auto;
	top: 0; right: 0; bottom: 0; left: 0;
}

.cvtcorp .glance h1 {
	text-align: center;
	color: #000000;
	margin: 70px 0 10px;
}

.highlights {position: relative;}

.highlights img {
	position: absolute;
	left: 0;
	top: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	z-index: 1;
}

.highlights img.active,
.highlights img.selected {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
}

.highlights img.active {z-index: 2;}
.highlights img.selected {z-index: 3;}

.highlights .initial {
	position: relative;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
}

.highlight {
	float: left;
	width: 25%;
	margin: 25px 0 45px;
	font-size: 15px;
	line-height: 18px;
	color: #000000;
	text-align: center;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.highlight:hover,
.highlight.active {color: #0080ff;}

.cvtcorp .key-facts {
	background: url("../i/CVT_keyfacts.jpg") no-repeat center top;
	background-size: cover;
}

.cvtcorp .key-facts .page-w {
	height: 100%;
	padding-top: 70px;
}

.cvtcorp .key-facts .page-w h1 {margin-top: 0;}

.cvtcorp .fact,
.cvtcorp .fact p,
.cvtcorp .fact span {color: #ffffff;}

.cvtcorp .fact {
	font-size: 55px;
	line-height: 58px;
}

.cvtcorp .fact p {
	font-size: 35px;
	line-height: 38px;
}

	/* FILE TREK */

.filetrek .about {background: url("../i/filetrek-about-bgr.svg") no-repeat center bottom;}

.no-svg .filetrek .about {background-image: url("../i/filetrek-about-bgr.png");}

.filetrek .about .page-w {height: 100%;}

.filetrek .about .y-cen {
	width: 645px;
	height: 430px;
	right: auto;
}

.filetrek .about .learn-more span {background-position: 0 -480px;}

.filetrek .glance {background: url("../i/filetrek-glance-bgr.svg") no-repeat center top;}

.no-svg .filetrek .glance {background-image: url("../i/filetrek-glance-bgr.png");}

.filetrek .glance .page-w {
	position: relative;
	height: 100%;
	padding-top: 70px;
}

.filetrek .glance h1 {
	text-align: center;
	color: #545454;
}

.filetrek .glance img {
	position: absolute;
	margin: auto;
	top: 0; right: 0; bottom: 0; left: 0;
}

.filetrek .glance .vert {display: none;}

.filetrek .key-facts {
	background: url("../i/Filetrek_keyfacts_energy.jpg") no-repeat center top;
	background-size: cover;
}

.filetrek .key-facts .page-w {
	padding-top: 70px;
	height: 100%;
}

.filetrek .key-facts h1 {
	margin-top: 0;
	color: #ffffff;
}

	/* HORTAU */

.hortau .about {background: url("../i/hortau-about-bgr.jpg") no-repeat center top;}

.hortau .about .page-w {height: 100%;}

.hortau .about .y-cen {
	width: 580px;
	height: 350px;
	right: auto;
}

.hortau .glance .page-w {
	height: 100%;
	padding-top: 70px;
}

.hortau .glance h1 {
	text-align: center;
	color: #000000;
	margin-bottom: 20px;
}

.hortau .glance img {
	position: absolute;
	margin: auto;
	top: 0; right: 0; bottom: 0; left: 0;
}

.hortau .glance .vert {display: none;}

.hortau .key-facts {
	background: url("../i/Hortau_keyfacts_energy.jpg") no-repeat center top;
	background-size: cover;
}

.hortau .key-facts .page-w {
	height: 100%;
	padding-top: 70px;
}

.hortau .key-facts .page-w h1 {margin-top: 0;}

.hortau .fact,
.hortau .fact p,
.hortau .fact span {color: #ffffff;}

.hortau .fact p {
	font-size: 35px;
	line-height: 38px;
}

	/* iPerceptions */

.iperceptions .about .page-w {height: 100%;}

.iperceptions .y-cen {
	width: 650px;
	height: 500px;
	text-align: left;
	padding-bottom: 50px;
}

.iperceptions .about .learn-more span {background-position: 0 -480px;}

.iperceptions .glance {background: #7f7f7f;}

.iperceptions .glance .page-w {
	padding-top: 1px;
	height: 100%;
}

.iperceptions .glance h1 {text-align: center;}

.research {
	position: relative;
	width: 790px;
	height: 540px;
	margin: -203px auto 80px;
	padding: 20px;
	background: #ffffff url("../i/research-bgr.jpg") no-repeat center 35px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 10px 5px 25px -5px rgba(0,0,0,.85);
}

.iperceptions-logo {float: left;
	margin-bottom: 75px;
}

.research p {
	font-size: 15px;
	line-height: 18px;
	color: #424242;
}

.research form {
	margin-bottom: 35px;
	padding: 70px 70px 50px;
}

.research form label {
	float: left;
	width: 9.0909090909%;
	text-align: left;
	text-indent: 2px;
	margin-top: 20px;
	font: 15px/18px "telesystem", Helvetica, Arial, sans-serif;
	color: #424242;
	-webkit-font-smoothing: antialiased;
}

.research form label.last {text-indent: -2px;}

.research form input {
	display: block;
	margin-top: 30px;
}

.rate-avg {
	float: left;
	width: 100%;
	margin-top: 50px;
}

.rate-avg span {
	float: left;
	width: 20%;
	text-align: center;
}

.rate-avg span:first-child {text-align: left;}
.rate-avg span:last-child {text-align: right;}

.research .make-selection {
	font-size: 12px;
	text-align: center;
	margin-top: 50px;
}

.thank-you-msg {
	display: none;
	width: 100%;
	height: 390px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.thank-you-msg p {
	height: 18px;
	position: absolute;
	margin: auto;
	top: 0; right: 0; bottom: 0; left: 0;
	text-align: center;
}

.iperceptions .key-facts {
	background: url("../i/Iperception_keyfacts_energy.jpg") no-repeat center top;
	background-size: cover;
}

.iperceptions .key-facts .page-w {
	padding-top: 70px;
	height: 100%;
}

.iperceptions .key-facts .page-w h1 {margin-top: 0;}

.iperceptions .fact,
.iperceptions .fact p,
.iperceptions .fact span {color: #ffffff;}

	/* LOGI-D */

.logi-d .about {
	background: url("../i/Logi-D_intro_energy.jpg") no-repeat center top;
	background-size: cover;
}

.logi-d .about .page-w {height: 100%;}

.logi-d .about .y-cen {
	width: 650px;
	height: 270px;
	right: auto;
}

.logi-d .about .learn-more span {background-position: 0 -480px;}

.logi-d .glance {background: #cecece;}

.logi-d .glance h1 {
	text-align: center;
	color: #646464;
	margin: 70px 0;
}

.logi-d .key-facts {
	background: url("../i/Logi-D_keyfacts_energy.jpg") no-repeat center top;
	background-size: cover;
}

.logi-d .key-facts .page-w {
	padding-top: 70px;
	height: 100%;
}

.logi-d .key-facts .page-w h1 {margin-top: 0;}

.logi-d .fact,
.logi-d .fact p,
.logi-d .fact span {color: #ffffff;}

.logi-d .fact {font-size: 65px;}

	/* PREVTEC */

.prevtec .about {
	background: #ffffff url("../i/Prevtec_intro.jpg") no-repeat center bottom;
	background-size: cover;
}

.prevtec .about .page-w {height: 100%;}

.prevtec .about .y-cen {
	width: 650px;
	height: 500px;
	text-align: center;
}

.prevtec .about .learn-more span {background-position: 0 -480px;}

.prevtec .glance .page-w {
	height: 100%;
	padding-top: 70px;
}

.prevtec .glance h1 {
	text-align: center;
	color: #646464;
	margin: 0 0 120px;
}

.prevtec .glance img {
	position: absolute;
	margin: auto;
	top: 0; right: 0; bottom: 0; left: 0;
}

.prevtec .glance .vert {display: none;}

.prevtec .key-facts {
	background: url("../i/prevtec_keyfacts.jpg") no-repeat center top;
	background-size: cover;
}

.prevtec .key-facts .page-w {
	padding-top: 70px;
	height: 100%;
}

.prevtec .key-facts .page-w h1 {margin-top: 0;}

.prevtec .fact,
.prevtec .fact p,
.prevtec .fact span {color: #ffffff;}

.prevtec .fact {font-size: 35px;}

.prevtec .fact p {
	font-size: 15px;
	line-height: 18px;
}

.prevtec .four {padding-left: 120px;}
.prevtec .five {padding-right: 120px;}



	/* OVERVIEW EQUITY */

.ov-equity .intro {
	background: url("../i/ov-equity-intro.jpg") no-repeat center top;
	background-size: cover;
}

.ov-equity .intro .y-cen {
	width: 725px;
	height: 380px;
	text-align: center;
}

.ov-equity .intro .y-cen p {
	font-size: 25px;
	line-height: 28px;
}

.ov-equity .timeline .vert-mark {border-color: #000000;}

.ov-equity .key-facts .page-w {
	padding-top: 70px;
	height: 100%;
}

.ov-equity .key-facts .page-w h1 {
	margin-top: 0;
	color: #000000;
}

.ov-cleantech .screen.tandem .corp h1,
.ov-cleantech .screen.tandem .corp a {color: #595959;}

.ov-equity .learn-more span {background-position: 0 -540px;}

.ov-cleantech .screen.tandem {
	background: url("../i/Growth_equity_Tandem.jpg") no-repeat center top;
	background-size: cover;
}



	/* TANDEM */

.ov-equity.tandem-espansion .intro {background: #ffffff;}

.ov-equity.tandem-espansion .intro > .page-w {
	height: 100%;
	background: #ffffff url("../i/tandem-intro-bgr.png") no-repeat center bottom;
	background-size: 90%;
}

.ov-equity.tandem-espansion .intro .y-cen {
	width: 725px;
	height: 190px;
	padding-top: 0;
	text-align: center;
}

.ov-equity.tandem-espansion .intro .y-cen p,
.ov-equity.tandem-espansion .intro .y-cen a {color: #000000;}

.ov-equity.tandem-espansion .slides {
	background: url("../i/tandem-slides-bgr.jpg") no-repeat center top;
	background-size: cover;
}

.ov-equity.tandem-espansion .slides header {background: #000000;}

.ov-equity.tandem-espansion .slides .pagination a {
	color: #5fc823;
	border-color: #5fc823;
}

.ov-equity.tandem-espansion .slides .ceny {
	position: absolute;
	margin: auto;
	padding: 0 20px;
	top: 0; right: 0; bottom: 0; left: 0;
}

.ov-equity.tandem-espansion .slides .media-el.ceny {padding: 0;}

.ov-equity.tandem-espansion .slides .media-el {display: none;}

.ov-equity.tandem-espansion .slides .carousel > li p {
	height: 60px;
	text-align: center;
	font-size: 25px;
	line-height: 30px;
}

.ov-equity.tandem-espansion .slides .carousel > li p.large {font-size: 55px;}

.ov-equity.tandem-espansion .portfolio-companies > .page-w {height: 100%;}

.ov-equity.tandem-espansion .portfolio-companies > .page-w > h1 {
	text-align: center;
	color: #000000;
	margin: 70px 0 0;
}

.ov-equity.tandem-espansion .portfolio-companies .page-w.ceny {
	position: absolute;
	height: 300px;
	margin: auto;
	padding: 0;
	top: 0; right: 0; bottom: 0; left: 0;
}

.company-list {
	float: left;
	width: 50%;
	padding: 0 10px;
	text-align: center;
}

.company-list h1 {
	font-size: 13px;
	color: #000000;
	margin-bottom: 30px;
}

.company-list ul li {
	list-style: none;
	margin: 20px 0;
	font-size: 25px;
}




	/* OVERVIEW SOCIAL */

.ov-social .intro {
	background: url("../i/ov-social-intro.jpg") no-repeat center top;
	background-size: cover;
}

.ov-social .intro .y-cen {
	width: 735px;
	height: 355px;
	text-align: center;
}

.ov-social .intro .y-cen p {
	font-size: 25px;
	line-height: 28px;
	margin: 0;
}

.screen.enablis {
	background: url("../i/enablis.jpg") no-repeat center top;
	background-size: cover;
}

.screen.enablis .author {
	font-size: 12px;
	color: #ffc80d;
	padding-top: 160px;
}

.ov-social .enablis .page-w {height: 100%;}

.ov-social .corp h1,
.ov-social .corp a {color: #ffc80d;}

.ov-social .learn-more span {background-position: 0 -560px;}

.screen.trioomph {
	background: #ffffff url("../i/Trioomph_bgr.jpg") no-repeat center top;
	background-size: cover;
}

.screen.trioomph .page-w {height: 100%;}

.screen.trioomph h1 {
	width: 50%;
	font-size: 25px;
	line-height: 28px;
	color: #ffc80d;
	margin-top: 50px;
}

.ov-social .slides header {background: #000000;}

.ov-social .slides .pagination a {
	color: #ffc80d;
	border-color: #ffc80d;
}

.ov-social .slides {background: #ffd900;}

.ov-social .timeline .vert-mark {border-color: #000000;}

	/* ENABLIS */

.enablis .about {
	background: url("../i/intro_enablis.jpg") no-repeat center top;
	background-size: cover;
}

.enablis .about .y-cen {
	width: 465px;
	height: 370px;
	padding-top: 0;
	right: auto;
}

.enablis .about h1,
.enablis .about .learn-more {color: #363636;}

.enablis .about h1 {
	margin-bottom: 25px;
	line-height: 28px;
}

.enablis .about .learn-more span {background-position: 0 -480px;}

.enablis .reduce-poverty .page-w {
	height: 100%;
	padding-top: 70px;
}

.enablis .reduce-poverty h1 {color: #4b4b4b;}

.enablis .reduce-poverty img {
	position: absolute;
	margin: auto;
	top: 0; right: 0; bottom: 0; left: 0;
}

.enablis .reduce-poverty .vert {display: none;}

.enablis .reduce-poverty {text-align: center;}

.enablis .activities {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.en .enablis .activities {background-image: url("../i/map_enablis_EN.gif");}
.fr .enablis .activities {background-image: url("../i/map_enablis_FR.gif");}

.enablis .thula {
	background: url("../i/enablis_testimonial.jpg") no-repeat center top;
	background-size: cover;
}

.enablis .thula .y-cen {
	width: 480px;
	height: 280px;
	right: auto;
}

.enablis .thula .y-cen h1 {
	color: #ffc500;
	line-height: 28px;
}

.enablis .thula .y-cen a {
	color: #ffc500;
	font-size: 12px;
	line-height: 16px;
	padding-right: 30px;
	margin-top: 20px;
}

.enablis .key-facts {
	background: url("../i/Background_Enablis_key_facts.jpg") no-repeat center top;
	background-size: cover;
}

.enablis .key-facts .page-w {
	padding-top: 70px;
	height: 100%;
}

.enablis .key-facts h1 {
	margin-top: 0;
	color: #ff9b00;
}

.enablis .fact,
.enablis .fact p,
.enablis .fact span {color: #ff9b00;}


	/* TRIOOMPH */

.trioomph .about {
	background: url("../i/trioomph-about-bgr.jpg") no-repeat center bottom;
	background-size: cover;
}

.trioomph .about .page-w {height: 100%;}

.trioomph .about .y-cen {
	width: 630px;
	height: 400px;
	padding-top: 0;
	left: auto;
	text-align: right;
}

.trioomph .about h1,
.trioomph .about .learn-more {color: #474747;}

.trioomph .about h1 {
	line-height: 28px;
	margin-bottom: 25px;
}

.trioomph .about .author {
	font-size: 12px;
	color: #474747;
	margin-bottom: 30px;
}

.trioomph .about .learn-more span {background-position: 0 -480px;}

.trioomph .in-action {background: #808080;}

.trioomph .in-action .page-w {
	height: 100%;
	padding-top: 70px;
	text-align: center;
}

.trioomph .in-action .ceny {
	position: absolute;
	height: 300px;
	margin: auto;
	top: 0; right: 0; bottom: 0; left: 0;
}

.trioomph .in-action h1 {
	text-align: center;
	color: #ffffff;
	margin-bottom: 100px;
}

.trioomph .vision {background: gray;}

.trioomph .vision .page-w {height: 100%;}

.trioomph .vision .y-cen {
	width: 500px;
	height: 230px;
	padding-top: 0;
	text-align: center;
}

.trioomph .vision h1 {line-height: 28px;}

.trioomph .process .page-w {
	height: 100%;
	padding-top: 70px;
}

.trioomph .process h1 {
	color: #7d7d7d;
	text-align: center;
}

.trioomph .process img {
	position: absolute;
	margin: auto;
	top: 0; right: 0; bottom: 0; left: 0;
}

.trioomph .process .vert {display: none;}

.trioomph .key-facts {
	background: url("../i/key_facts_social_trioomph.jpg") no-repeat center bottom;
	background-size: cover;
}

.trioomph .key-facts .page-w {
	padding-top: 70px;
	height: 100%;
}

.trioomph .key-facts h1 {margin-top: 0;}

.trioomph .fact,
.trioomph .fact p,
.trioomph .fact span {color: #ffffff;}

.trioomph .support .page-w {
	height: 100%;
	padding-top: 70px;
}

.trioomph .support h1 {
	text-align: center;
	color: #ffa800;
	margin-bottom: 100px;
}

.trioomph .support ul {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0 70px;
}

.trioomph .support ul li {
	position: relative;
	float: left;
	width: 33%;
	height: 100%;
	list-style: none;
	text-align: center;
}

.trioomph .support ul li img {
	position: absolute;
	margin: auto;
	top: 0; right: 0; bottom: 0; left: 0;
}

.trioomph .support ul li a {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	color: #ffa800;
	padding-bottom: 40px;
}

.trioomph .support ul li a:after {
	content: "";
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color: #ffa800;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
}

.northstar .first {
	padding-top: 55px;
	background: url("../i/northstar-bgr.jpg") no-repeat center center;
}

.northstar .first .page-w {
	height: 100%;
}

.northstar .first .y-cen {
	height: 360px;
	padding: 0;
}

.northstar .first img {
	width: 100%;
	max-width: 400px;
	margin-bottom: 30px;
}

.northstar .first h1 {
  text-transform: uppercase;
  margin-bottom: 25px;
}

.northstar .first a {
	text-decoration: underline;
}















.no-svg .sprite {background-image: url("../i/sprite.png") !important;}















@media screen and (min-height: 730px) {
	.img-holder img {
		position: absolute;
		max-width: none;
	}
	.board .img-holder img {right: 0;}
	.executives .img-holder img {left: 0;}
	.m-leaders .img-holder img {left: 0;}
	.t-leaders .img-holder img {right: 0;}
	.tandem .img-holder img {right: 0;}

}/*/mediaquery */



@media screen and (min-width: 1021px) and (max-height: 860px) {
	.stingray .experience .video-holder,
	.trioomph .in-action .video-holder {
		width: 371px;
		height: 212px;
	}

}/*/mediaquery */



@media screen and (max-height: 820px) {
	.coveo .about .page-w {background-image: url("../i/intro_coveo-2.jpg");}

}/*/mediaquery */



@media screen and (max-height: 850px) {
	.zone-3 .preview .video-holder {
		width: 760px;
		height: 435px;
	}

	.cvtcorp .glance .page-w {
		position: relative;
		height: 480px;
		padding-top: 0;
	}

}/*/mediaquery */



@media screen and (max-height: 720px) and (min-width: 980px) {
	.about-team .carousel li {background-size: 60%;}
	.board .carousel li {background-position: 10% bottom;}
	.executives .carousel li {background-position: 90% bottom;}
	.m-leaders .carousel li {background-position: 90% bottom;}
	.t-leaders .carousel li {background-position: 10% bottom;}
	.tandem .carousel li {background-position: 10% bottom;}

}/*/mediaquery */



@media screen and (min-width: 1021px) and (max-height: 700px) {
	.stingray .experience .video-holder {
		width: 311px;
		height: 179px;
	}

}/*/mediaquery */


@media screen and (max-height: 700px) {
	.ov-cleantech.cvtcorp .about .y-cen {
		padding: 0 20px;
		height: 410px;
	}

	.ov-cleantech .about .y-cen h1 {
		font-size: 20px;
		line-height: 25px;
	}

}/*/mediaquery */


































/* ---- Templates Preview ---- */
div#templates-preview {
	display: none;
	position: fixed;
	top: 50px;
	left: 20px;
	background-color: rgba(125,125,125,.5);
	border: 1px solid #ccc;
	color: #3C6C07;
	padding: 0px;
	margin-bottom: 10px;
	z-index: 10000;
	text-align: left;
	opacity: 0.5;
	font-size: 11px;
	width: 10px;
	height: 10px;
	overflow: hidden;
	text-indent: -9999px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	line-height: 20px;
}
div#templates-preview {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	opacity: 1;
	width: auto;
	height: auto;
	padding: 10px;
	text-indent: 0;
	cursor: help;
	background-color: #F1F1F1;
}
div#templates-preview a {color: #000000;}
