/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

body {
	font-family: 'Open Sans', Verdana, Geneva, sans-serif	
}

.clear {
	clear:both;	
}

/* TOP */

#topWrapper {
	width: 100%;
	background: #FFF;	
}

#top {	
	position: relative;
	height: 132px;
}

#stickyWrapper {
	width: 100%;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.95);	
	position: fixed;  
    width: 100%;  
    left: 0;  
    top: -65px;  
    z-index: 100;  
    border-top: 0; 
	transition: top 0.2s ease-out;
	-webkit-transition: top 0.2s ease-out;	 
	box-shadow: 2px 0px 10px 0 rgba(0,0,0,0.3); 
}

#sticky {	
	position: relative;
	height: 62px;
}

#stickyWrapper.sticky {  
    top: 0;
	transition: top 0.5s ease-out;
	-webkit-transition: top 0.5s ease-out;	
} 

#sticky #logo2 {
	top: 5px;	
}


#logo {
	position: absolute;
	left: 0;	
	top: 20px;
}

#logo2 {
	position: absolute;
	left: 0;
	top: 5px;	
}

nav {
	position: absolute;
	bottom: 20px;
	right:0;
}

nav li {
	float: left;	
	margin: 0 7px 0 0;
	font-size: 16px;	
	font-weight: 600;	
}

nav li a {
	text-decoration: none;	
	color: #58585a;
	padding: 4px 8px;
}

nav li a:hover {
	color: #0089cf;	
	background: #eeeeee;
	border-radius: 10px;
	
}

.tinynav {
	display: none;
}


/* HEADER */

#headerWrapper {
	background: url('../images/header_background.jpg') no-repeat bottom center;	
	background-size: cover;
	height: 360px;
	width: 100%;
	position: relative;
}

header {
	position: relative;	
	height: 360px;
}

#headerText {
	background: rgb(0,138,201);
	background: rgba(0,138,201,0.8);	
	position: absolute;
	padding: 30px;
	border-radius: 50px 50px 0 50px;
	webkit-border-radius: 50px 50px 0 50px;
	width: 320px;
	bottom: 30px;
	right: 0;
}

#headerText span {
	color: #FFF;
	font-size: 17px;
	line-height: 28px;
}

/* PROGRAMS */

#programsWrapper {
	background: #58585a;
	box-shadow: inset 0px 4px 16px 0px rgba(0,0,0,0.3);
}	

.program {
	text-align: center;	
}

.program a {
	text-decoration: none;	
	padding: 20px 0;
	display: block;
	margin: 0 -10px;
}

.program span {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #FFF;	
}

#masterclasses {
	width: 37px;
	height: 37px;
	background: url('../images/masterclassesIcon.png') no-repeat;	
	margin: 0 auto;
	margin-bottom: 12px;
}

#workshops {
	width: 46px;
	height: 37px;
	background: url('../images/workshopIcon.png') no-repeat;	
	margin: 0 auto;
	margin-bottom: 12px;
}

#education {
	width: 30px;
	height: 39px;
	background: url('../images/educationIcon.png') no-repeat;	
	margin: 0 auto;
	margin-bottom: 10px;
}

#analyticslabs {
	width: 37px;
	height: 37px;
	background: url('../images/analyticslabsIcon.png') no-repeat;	
	margin: 0 auto;
	margin-bottom: 12px;
}

.program a:hover #masterclasses, .program a.active #masterclasses {
	background: url('../images/masterclassesIconBlue.png') no-repeat;	
}

.program a:hover #workshops, .program a.active #workshops {
	background: url('../images/workshopIconBlue.png') no-repeat;	
}

.program a:hover #education, .program a.active #education {
	background: url('../images/educationIconBlue.png') no-repeat;	
}

.program a:hover #analyticslabs, .program a.active #analyticslabs {
	background: url('../images/analyticslabsIconBlue.png') no-repeat;	
}

.program a:hover span, .program a.active span {
	color: #0089cf;	
}

.program a:hover {
	background: #5d5d5f;	
}

.program a.active, program a.active:hover {
	background: #e9f0f4;	
}

#programsTextWrapper {
	padding: 25px 0;
	background: #e9f0f4;		
	height: 0;
	display: block;
	transition: height 0.5s ease-out;
	-webkit-transition: height 0.5s ease-out;	
	overflow: hidden;
}

.programsText {
	position:absolute;		
	opacity: 0;
    visibility: hidden;
	filter: alpha(opacity=0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;	
}

.programsText.show {
	opacity: 1;
    visibility: visible;
	filter: alpha(opacity=100);
	transition: all 1s;
	-webkit-transition: all 1s;	
	transition-delay: 0.5s;
}

.programsText p {
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count:2;
	margin: 0;		
}

/* BUSINESS CASES */

#businesscasesWrapper {
	padding: 30px 0;	
}

.title {
	text-align: center;	
	vertical-align: middle;
	margin: 0 0 30px 0;
}

.title img, .title h1 {
	display: inline-block;	
	margin: 0;
	vertical-align: middle;
}	

.title img {
	margin-right: 15px;	
}

#businesscasesView {
	background: #eeeeee;
	border-radius: 50px 50px 50px 0;
	webkit-border-radius: 50px 50px 50px 0;	
	transition: height 0.5s ease-out;
	-webkit-transition: height 0.5s ease-out;
	position: relative;
	overflow:hidden;
}

#businesscasesWrapper .bx-pager {
	position: absolute;
	top: 0;
	left: 0;	
	bottom: 0;	
	display: none;
	background: rgb(238,238,238);
	background: rgba(238,238,238,0.95);	
	border-radius: 50px 50px 50px 0;
	webkit-border-radius: 50px 50px 50px 0;	
	text-align: left;	
	z-index: 20;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 0;
}

#indexBtn  {
	position: absolute;	
	right: 0px;
	top: 0px;
	background: #979797;	
	padding: 20px 20px 20px 20px;
	border-radius: 0 50px 0 50px;
	webkit-border-radius: 0 50px 0 50px;
	z-index: 90;
}

#businesscasesWrapper .bx-pager-item {
	display: block;	
}

#businesscasesWrapper a.bx-pager-link {
	color: #58585a;
	text-decoration: none;	
	font-weight: normal;
	display: block;		
	margin-left: 0px;
	padding: 20px 20px 20px 75px;
	border-bottom: 1px solid #d5d5d5;
	float: left;	
	background: url('../images/businessIndexIcon.png') no-repeat center left;
	width:100%;
}

#businesscasesWrapper a.bx-pager-link.active {
	background: #f9f9f9 url('../images/businessIndexIcon.png') no-repeat center left;	
}

#businesscasesWrapper a.bx-pager-link:hover {
	background: #f9f9f9 url('../images/businessIndexIcon.png') no-repeat center left;	
}

.businesscases {		
	overflow: hidden;			
}

.businesscases.show {	
	transition: max-height 1s ease-out;
	-webkit-transition: max-height 1s ease-out;	
}

.businessText  {
	padding: 40px 20px 40px 40px;
}

.businessText h3 {
	font-size: 21px;
	font-weight: 600;
	margin: 0 0 10px 0;	
}

.businessQuote {
	background: #FFF;
	padding: 28px 35px;	
	font-style:italic;
}

.businessImage {
	padding: 40px 0;	
}

#foto {
	border-radius: 200px;
	webkit-border-radius: 200px;	
}

.businessContact {
	margin: 10px 0 0 0;
}

.businessContact ul {
	margin: 0;	
}

.businessContact ul li {
	font-size: 14px;
	color: #58585a;	
	line-height: 14px;
}

.businessContact ul li img {
	margin: 0 10px 0 0;	
}

a.readmore {
	color: #2487c8;
	font-size: 14px;	
	font-weight: 600;
	position: absolute;
	left: 50%;
	margin-left: -47px;
}

.readmore span {
	text-align: right;
	width: 74px;	
}

.readmore img {
	transform: rotate(0deg);
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Safari and Chrome */
	transition: all 0.5s;
	-webkit-transition: all 0.5s;	
}

.readmore #show {
	display: inline-block;	
}

.readmore #hide {
	display: none;	
}

.readmore.active img {
	transform: rotate(-180deg);
	-ms-transform: rotate(-180deg); /* IE 9 */
	-webkit-transform: rotate(-180deg); /* Safari and Chrome */	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;	
}

.readmore.active #hide {
	display: inline-block;	
}

.readmore.active #show {
	display: none;	
}

.readmore img {
	margin: 0 0 0 8px;	
}

.businesscases .readmoreText {
	padding: 10px 40px 20px 40px;
	opacity: 0;	
	filter: alpha(opacity=0);
	transition: opacity 0.5s ease-out;
	-webkit-transition: opacity 0.5s ease-out;
	transition-delay: 0s;
}

.businesscases.open .readmoreText {
	opacity: 1;	
	filter: alpha(opacity=100);
	transition: opacity 0.5s ease-out;
	-webkit-transition: opacity 0.5s ease-out;
	transition-delay: 0.5s;
}

.readmoreText.show {
	display: block;	
}

/* ECOSYSTEM */

#ecosystemWrapper {
	background: url('../images/ecosystemBG.jpg') no-repeat bottom center;	
	background-size: cover;	
	width: 100%;
	position: relative;
	padding: 30px 0;
}

#ecosystemText {
	text-align: center;	
	padding: 0 40px;	
	margin: 0px 0 20px 0;
}

#ecosystemText p {
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 30px 0;
}

#ecosystemBorder {
	border-right: 1px solid #bfc4c5;
}

.ecosystemBenefits ul {
	margin: 0;	
}

.ecosystemBenefits li {
	background: url('../images/benefitIcon.png') no-repeat center left;
	padding: 20px 20px 20px 70px;	
	vertical-align: middle;
	font-size: 14px;	
	line-height: 24px;
	height: 50px;
	margin: 0;
}

/* PARTNERS */

#partnersWrapper {
	padding: 30px 0;	
}

#partnersWrapper .bx-wrapper .bx-next {
	right: -50px;
}

#partnersWrapper .bx-wrapper .bx-prev {
	left: -50px;
}

.bxslider3 img {
	width: 100%;
	max-width: 250px
	height: auto;	
}

/* AGENDA */

.bxslider li {
	line-height: 30px;	
}

#agendaWrapper {
	padding: 30px 0 50px 0;	
}

.agenda {	
	overflow: hidden;		
	transition: height 0.5s ease-out;
	-webkit-transition: height 0.5s ease-out;	
}

.agendaDate {
	background: #58585a;
	border-radius: 100px 100px 0 100px;
	webkit-border-radius: 50px 50px 0 50px;	
	margin: 0 0 0 60px;
	text-align: center;
	padding: 20px 0;
}

.agendaDate span {
	color: #FFF;	
	display: block;
	margin: 0 0 5px 0;
}

.day {
	font-size: 72px;	
	font-weight: 100;
	line-height: 60px;
}

.month, .year {
	font-size: 18px;	
	font-weight: 600;	
	
	line-height: 20px;
}

.agendaText {
	overflow: hidden;			
	transition: max-height 0.5s ease-out;
	-webkit-transition: max-height 0.5s ease-out;		
}

.agendaText.show {
	transition: max-height 0.5s ease-out;
	-webkit-transition: max-height 0.5s ease-out;
}

.bx-viewport {
	transition: height 0.5s ease-out;
	-webkit-transition: height 0.5s ease-out;	
}

.agendaText ul {
	margin: 10px 0 5px 0;	
}

.agendaText ul li {
	font-size: 14px;
	color: #58585a;	
	line-height: 10px;
	font-weight: 600;
}

.agendaText ul li img {
	margin: 0 10px 0 0;	
}

a.agendaReadmore {
	color: #2487c8;
	font-size: 14px;	
	font-weight: 600;
	position: relative;
	left: 25%;
}

.agendaReadmore span {
	text-align: right;
	width: 74px;	
}

.agendaReadmore img {
	transform: rotate(0deg);
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Safari and Chrome */
	transition: all 0.5s;
	-webkit-transition: all 0.5s;	
}

.agendaReadmore #show {
	display: inline-block;	
}

.agendaReadmore #hide {
	display: none;	
}

.agendaReadmore.active img {
	transform: rotate(-180deg);
	-ms-transform: rotate(-180deg); /* IE 9 */
	-webkit-transform: rotate(-180deg); /* Safari and Chrome */	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;	
}

.agendaReadmore.active #hide {
	display: inline-block;	
}

.agendaReadmore.active #show {
	display: none;	
}

.agendaText p {
	padding-right: 50px;	
}

.agendaReadmore img {
	margin: 0 0 0 8px;	
}

.agendaReadmoreText {
	padding: 20px 60px 0px 60px;
	opacity: 0;	
	filter: alpha(opacity=0);
	transition: opacity 0.5s ease-out;
	-webkit-transition: opacity 0.5s ease-out;
	position: relative;
	
}

.agenda.open .agendaReadmoreText {
	opacity: 1;	
	filter: alpha(opacity=100);
	transition: opacity 0.5s ease-out;
	-webkit-transition: opacity 0.5s ease-out;
	transition-delay: 0.2s;
	
}

.agendaReadmoreText p {
	margin: 0;	
}


/* CONTACT */

#contactWrapper {
	background: #58585a;
	width: 100%;
	padding: 30px 0;	
	color: #FFF;
	font-size: 14px;
	line-height: 24px;
}

#contactWrapper a {
	color: #FFF;	
}

#contactWrapper strong {
	color: #FFF;	
}

#contactWrapper h1 {
	color: #FFF;	
}

.contactText {
	border-right: 1px solid #747476;	
}

#content {
	padding: 40px 0;	
}


/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
#logo {
	position: absolute;
	left: 50%;	
	top: 10px;
	margin-left: -60px;
	width: 120px;
}

#nav {
	position: absolute;
	bottom: 15px;
	left:0px;
	background: url(../images/nav_arrow.png) right top no-repeat;
	margin: 0 30px;
}

#stickynav {
	position: absolute;
	bottom: 20px;
	left:0px;
	background: url(../images/nav_arrow.png) right top no-repeat;
	margin: 0 0px 0 0px;
	margin-left: 41%;
}

#topnav {
	display: none;
}

#topnav2 {
	display: none;	
}

.tinynav {
	display: block;	
}

.tinynav {
	display: block;		
	webkit-apearance: none;
	background: transparent;
	width: 100%;
	font-size: 18px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 20px;
	-webkit-appearance: none;
	font-weight: normal;	
	margin: 0;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
}

#headerText {
	width: 360px;
}

.programmobile span {
	display: none;	
}

.programsText p {
	-moz-column-count:1; /* Firefox */
	-webkit-column-count:1; /* Safari and Chrome */
	column-count:1;
	margin: 0;		
}

.container .four.columns.programmobile {
	width: 105px;	
}

.program a {	
	padding: 20px 0;
	margin: 0;
}

#masterclasses {	
	margin-bottom: 0px;
	height:40px;
}

#workshops {	
	margin-bottom: 0px;
	height:40px;
}

#education {
	margin-bottom: 0px;
	height:40px;
}

#analyticslabs {	
	margin-bottom: 0px;
	height:40px;
}

.businessText {
	padding: 30px 30px;
}	

#ecosystemBorder{
	border: 0;	
}

.ecosystemBenefits li {
	height: 100%;
}

.agendaDate {	
	margin: 0 120px 20px 120px;
}

.agendaReadmore {
	left: 35%;	
}

#contactWrapper {
	text-align: center;	
}

.contactText {
	border: 0;
	text-align: center;
	margin-bottom: 10px;	
}

.bx-prev, .bx-next {
	display: none;	
}

.agendaText p {
	padding-right: 0px;	
}

.agendaReadmoreText {
	padding: 20px 0px 0px 0px;
		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
	.container .four.columns.programmobile {
	width: 75px;	
}

.program a {	
	padding: 15px 0;
	margin: 0;
}
	
	.agendaDate {	
	margin: 0 60px 20px 60px;
}	

	#headerText {
		width: 240px;	
	}
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/