/** FONTS **/

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

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

/************ GLOBAL *******************/

html, body {
	color:#333;
}

#footer-container {
	background: url("../images/footer_bg_red.png") no-repeat bottom #fff;
	background-size: 100% 100%;
	clear: both;
	float: left;
	min-height: 201px;
	margin: 0 auto;
	width: 100%;
	position: relative;
	z-index: 9999;
	padding-top: 100px;
	}#footer-right-menu {
		float: right;
		}#footer-right-menu a {
			color: #000;
		}

		.pl-title a {
			color: #000 !important;
		}
		.pl-text {
			font-family: 'ProximaNova' !important;
			font-size: 14px;
			line-height: 20px;
		}
		h1.hero-title {
			font-family: 'Oswald' !important;
			color: #fff !important;
			font-size: 46px;
			text-shadow:  0 0 5px black, 0 0 5px black, 0 0 5px black;
		}

		h1.title {
			font-family: 'Oswald' !important;
			font-size: 36px !important;
			color: #000 !important;
			}h1.subtitle {
				font-family: 'Oswald' !important;
				font-size: 36px !important;
				margin-bottom: 20px;
				color: #000 !important;
				}.pl-title {
					font-weight: bold;
					font-size: 20px;
					line-height: 20px;
					margin-bottom: 20px;
					font-family: 'Oswald';
					color: #000 !important;
					}.pl-container {
						margin-bottom: 20px;
						}.pl-img img{
							width: 100%;
						}

						/* HERO UNIT */

						.hero-unit {
							background-repeat: no-repeat;
							background-position: center;
							background-size: cover;
							background-color: black;
							min-height: 500px;
						}

						/* herozoid */

						.herozoid {
							overflow: hidden;
							position: relative;
							min-height: 90vh;
							color: white;
							text-shadow: 2px 2px #000;
							-webkit-transform: skewY(-3deg);
							    -ms-transform: skewY(-3deg);
							        transform: skewY(-3deg);
							-webkit-transform-origin: 0%;
							    -ms-transform-origin: 0%;
							        transform-origin: 0%;
						}

						.herozoid .buttonBar {
							display: none;
						}

						.herozoid__image, .herozoid__image--darkening {
							position: absolute;
							top: -5vh;
							bottom: -5vh;
							left: 0;
							right: 0;
							background-size: cover;
							background-position: center;
							-webkit-transform: skewY(3deg) translateZ(0);
							    -ms-transform: skewY(3deg) translateZ(0);
							        transform: skewY(3deg) translateZ(0);
							-webkit-transform-origin: center;
							    -ms-transform-origin: center;
							        transform-origin: center;

							image-rendering: -webkit-optimize-contrast; /* Chrome (and Safari) */

							      transition: all 10s ease;
						}

						.herozoid:hover .herozoid__image {
						    -webkit-transform:skewY(3deg) scale(1.2); /* Safari and Chrome */
						    -moz-transform:skewY(3deg) scale(1.2); /* Firefox */
						    -ms-transform:skewY(3deg) scale(1.2); /* IE 9 */
						    -o-transform:skewY(3deg) scale(1.2); /* Opera */
						    transform:skewY(3deg) scale(1.2);
						 }
						.herozoid__content {
						    position: relative;
						    width: 100%;

						    -webkit-transform: skewY(3deg) translateZ(0);
							    -ms-transform: skewY(3deg) translateZ(0);
							        transform: skewY(3deg) translateZ(0);
							-webkit-transform-origin: center;
							    -ms-transform-origin: center;
							        transform-origin: center;
						  }
						  @media screen and (min-width: 992px) {
						    .herozoid__content {
						      position: absolute;
						      top: 50%;
						      transform: translateY(-50%) skewY(3deg);
						    }
						    .herozoid {
						    	margin-top: -70px;
						    }
						}

						/** hero unit with triangle */
						.hero-unit.hero-triangle {

						}

						/** hero unit simple flat border */
						.hero-unit.hero-simple {
							background-attachment: fixed;
						}


						@media (max-width: 1044px){

							.bottom-white-triangle, #menu-footer-menu {
								display: none;
							}

						}

						.bottom-white-triangle {
							height: 120px;
							background: url("../images/layer-window_bottom.png");
							background-size: 100% 100%;	
						}


						/* PARALLAX MIDDLE EFFECT *****/

						.trap-para {
							background-repeat: no-repeat;
							background-color: #fff;
							background-attachment: fixed;
							background-size: cover;
							overflow: hidden;
							text-align: center;	
							}.tp-layer-top {
								height: 119px;
								background: url("../images/layer-window_top.png");
								width: 100%;
								background-size: 100% 100%;
								}.tp-layer-middle {
									height: 390px;
									}.tp-layer-bottom {
										height: 119px;
										background: url("../images/layer-window_bottom.png");
										width: 100%;
										background-size: 100% 100%;
									}

									/************* !END ***************/



									/**  GLOBAL **/

									body.basic, body {
										font-family: 'ProximaNova', "Helvetica Neue", Helvetica, sans-serif;
									}

									.text {
										text-align: center;
										font-family: 'ProximaNova' !important;
										font-size: 14px;
										line-height: 20px;
										width: 83%;
										margin: 0 auto;
										}.red-button {
											background: #D40404;
											border-radius: 0;
											color: #fff;
											width: 100%;
											border: 0;
											font-weight: bold;
											height: 40px;
											}.cta-red {
												background: #D40404;
												border-radius: 0;
												color: #fff;
												width: 220px;
												border: 0;
												font-weight: bold;
												height: 40px;
												}.custom-button {
													height: 40px;
													border: 0;
													border-radius: 0;
													}.top-ticket-button {
														background: #CB0504;
														color: #fff;
														font-family: 'ProximaNova';
														width: 150px;
														border: 0;
														padding: 0 15px;
														height: 30px;
														font-size: 13px;
														border-radius: 0;
														font-weight: bold;
													}
													.square-picture {
														width: 100%;
													}
													.square-title {
														font-weight: bold;
														background: #e0e0e0;
														text-align: center;
														color: #000;
														padding: 10px 0 0 0;;
														}.square-subtitle {
															background: #e0e0e0;
															text-align: center;
															padding: 0 0 10px 0; 
															}.square-wrap {
																margin-bottom: 50px;
															}

															.action-button {
																display: inline-block;
																font-family:"ProximaNova";
																font-weight: bold;
																font-size: 18px;
																text-transform: uppercase;
																color:#fff;
																margin: 25px 0 15px 0;
																background-color: #d40404;
																padding: 20px 60px;
																text-shadow:none;

																border: 0;
																border-radius:0;

																-webkit-transition: 0.2s ease-in-out;
																-moz-transition: 0.2s ease-in-out;
																-o-transition: 0.2s ease-in-out;
																transition: 0.2s ease-in-out;
															}

															@media screen and (max-width: 991px) {
																.action-button {
																	font-size: 12px;
																	padding: 10px 30px;
																}
															}

															.action-button--full {
																margin-bottom: 0;
																width: 100%;
															}

															.action-button:hover, .action-button:active, .action-button:focus {
																box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
																background-color: #ed0404 ;
																color:white;
																text-decoration: none;
															}

															.highlight .action-button {
																font-family:"ProximaNova";
																font-weight: bold;
																font-size: 18px;
																text-transform: uppercase;
																color:#d40404;
																margin: 25px 0 15px 0;
																background-color: #fff ;
																padding: 20px 60px;

																border: 0;
																border-radius:0;

																-webkit-transition: 0.2s ease-in-out;
																-moz-transition: 0.2s ease-in-out;
																-o-transition: 0.2s ease-in-out;
																transition: 0.2s ease-in-out;
															}

															.highlight .action-button:hover {
																box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
																background-color: #fff ;
															}

															.navbar-default .navbar-nav > li > a {
																font-size: 14px;
															}

															.navbar-default .navbar-nav > .active > a {
																background-color: transparent;
															}

															.navbar-default {
																background-color: rgba(255,255,255,0.98);
																border: none;
															}

															.navbar {
																-webkit-transform: translateY(0);
																    -ms-transform: translateY(0);
																        transform: translateY(0);
																transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1); }

															.navbar--hidden {
																 -webkit-transform: translateY(-100%);
																     -ms-transform: translateY(-100%);
																         transform: translateY(-100%); }

															/** Menu dropdown hover instead of click **/

															@media (min-width: 1045px){

																.sidebar-nav {
																	padding: 9px 0;
																}

																.dropdown-menu .sub-menu {
																	left: 100%;
																	position: absolute;
																	top: 0;
																	visibility: hidden;
																	margin-top: -1px;
																}

																.dropdown-menu li:hover .sub-menu {
																	visibility: visible;
																}

																.dropdown:hover .dropdown-menu {
																	display: block;
																}
															}

															.dropdown .dropdown-menu {
																min-width: 100%;
																border-radius: 0;
															}

															.dropdown-menu > .active > a {
																background-color: #fff;
																color: #333333;
															}

															.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
																color: #333333;
																background-color: #f5f5f5;
															}

															.dropdown-menu > li > a {
																padding: 10px;
																text-transform: uppercase;
															}

															.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
																margin-top: 0;
															}

															.navbar .sub-menu:before {
																border-bottom: 7px solid transparent;
																border-left: none;
																border-right: 7px solid rgba(0, 0, 0, 0.2);
																border-top: 7px solid transparent;
																left: -7px;
																top: 10px;
															}
															.navbar .sub-menu:after {
																border-top: 6px solid transparent;
																border-left: none;
																border-right: 6px solid #fff;
																border-bottom: 6px solid transparent;
																left: 10px;
																top: 11px;
																left: -6px;
															}

															.p-full-width img {
																width: 100%;
															}


															/*****   GLOBAL  **/


															.grid-elem {
																height: 200px;
																margin-bottom: 10px;
																background-position: center;
																background-size: 100%;
																}.grid-elem-top {
																	height: 150px;
																	}.grid-elem-bottom {
																		height: 50px;
																		background: rgba(0,0,0,0.5);
																		line-height: 50px;
																		color: #fff;
																		font-weight: bold;
																		text-align: right;
																		padding-right: 5px;

																	}

																	.grid-elem-name {
																		text-align: center;
																		font-weight: bold;
																		margin-bottom: 3px;
																	}

																	#pio-map {
																		height: 500px;
																	}

																	.col {
																		padding-right:7px !important;
																		padding-left:7px !important;
																	}

																	/* SPEAKERS */

/*
<div class="col-sm-?? speaker-card">
	<div class="label">
		<div class="name"><?php echo $name; ?></div>
		<div class="title"><?php echo $title; ?></div>			
	</div>
</div>
*/
.speaker-card {

}

/** picture with 4:3 aspect ratio */
.pic-ratio43 {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 66%;
}

.social-icons, .social-icons a {
	display: inline;
	float: right;
	}.social-icons {
		margin: 10px auto;
		}.social-icons a {
			margin-right: 5px;
		}

/*
<div class="col-sm-4 quote-card">
	<div class="quote-container">
		<div class="quote">quote</div>
		<div class="name">Hilton Romanski (Senior Vice President Corporate Development, Cisco Systems)</div>			
	</div>
</div>
*/
.quote-card .quote {
	font-style: italic;
	color: black;
	font-size: 15pt;
}

.quote-card .name {
	text-align: center;
	padding-top: 5px;
	font-size: 10pt;
	margin-bottom: 20px;
}

.quote-card .quote-container {
	padding: 10px;
}

.quote-card {
	margin-bottom: 20px;
}

/** VIDEOS **/

/*
<div class="col-sm-?? video-card">
	<div class="video-label">
		<div class="title"><a href="<?php echo $url; ?>"><?php echo $title; ?></a></div>		
		<div class="description"><?php echo do_shortcode($content); ?></div>
	</div>
	<div class="video">
		<a href="<?php echo $url; ?>"><img src="<?php echo $img; ?>"></a>
	</div>
</div>
*/
.video-card .video-label {
	background-color: #dddddd;
	padding: 10px;
	height: 75px;
}

.video-card .video-label .title {
	text-align: left;
}

.video-card .video-label .title a {
	font-family: "Oswald";
	color: black;
	font-size: 25px;
	font-size: 18px;
	white-space: normal;
	line-height: 28px;
}

/** AGENDA **/

/*
<div class="agenda">
	<h2 class="title" style="text-align: center;">True Economy Day</h2>
	<div class="row agenda-entry agenda-entry-1">
		<div class="col-xs-4 time">9:00</div>
		<div class="col-xs-8 entry">
			<h4>Title</h4>
			<div class="content">
				Text text text text text
			</div>
		</div>
	</div>
</div>
*/
.agenda {
	margin: auto;
	max-width: 600px;
	color: #D40404;
}

.agenda h2.title {
	text-align: center;
	font-size: 26px;
	margin-bottom: 40px;
}

.agenda h2.title,
.agenda h4 {
	color: #D40404;
	margin-top: 10px;
}

.agenda-entry .time {
	text-align: left;
}

.agenda-entry .entry {
	border: 2px solid #D40404;
	margin-bottom: 10px;
}

.agenda-entry .entry .content {
	padding-bottom: 10px;
}

.agenda-entry.agenda-entry-1 .entry {
	height: 45px;
}

.agenda-entry.agenda-entry-2 .entry {
	height: 100px;
}

.agenda-entry.agenda-entry-4 .entry {
	height: 200px;
}


/* Custom Box */

.custom-box {
	vertical-align: top;
	margin-bottom: 30px;
}

.simple-box {
	margin: 0 auto;
}

.custom-box-inside {
	background-size: cover;
	background-position: center;
}

.custom-box:hover .custom-box-overlay {
	display: block;
}

.custom-box-content {
	padding-top: 10px;
	width: 100%;
	height: 100%;
}

.custom-box-overlay {
	display: none;
	background-color: rgba(0,0,0,0.8);
	visibility: visible;
}

.custom-box-overlay:hover {

}

.custom-text {
	padding: 0 10px;
}

.bottom-box {
	position: absolute; 
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	padding: 10px;
}

/** Speakers **/

.sp-wrap {
	height: 224px;
	width: 242px;
	display: inline-block;
	margin-top: 30px;
	margin-right: 5px;
	overflow: hidden;
}
.sp-adv-wrap {
	width: 242px;
	display: inline-block;
	margin-top: 30px;
	margin-right: 5px;
	overflow: hidden;
}
.sp-inside {

}
.sp-pic {
	height: 169px;
	width: 242px;
}
.sp-info {
	height: 55px;
	width: 242px;
	background: #e0e0e0;
	text-align: center;
	padding-top: 10px;
}
.sp-info a {
	color: #000;
}
.sp-description {
	background: #e0e0e0;
	padding: 5px 0;
}
.sp-pic img{
	height: 100%;
	width: 100%;
}


/** Hover pic **/

.hover-pic:hover img {
	display: inline;
}
.hover-pic {
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto;
}

/* Countdown */
.countdown {
	display: inline-block;
}

/** FOOTER **/

footer {
	background-color: #000;
	font-family:'ProximaNova';
	color: #fff;
}

@media screen and (max-width: 991px) {
	footer {
		text-align:center;
	}
}

@media screen and (max-width: 1000px) {
	.social-icons {
		display: none;
	}
}

footer ul {
	margin:0;
	padding:0;
}

footer li {
	margin:0;
	padding:0;
}

footer h2 {
	color:#fff !important;
	font-family: 'Oswald';
	font-size:36px;
	margin-bottom:36px;
	margin-top: 50px;
}

footer h3 {
	color:#fff !important;
	font-family: 'Oswald';
	font-size:24px;
	margin-bottom:36px;
}

footer ul.bunits li {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
	border-bottom: 1px solid #222;
	display:block
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

footer ul.bunits li:hover {
	border-bottom: 1px solid #fff;

}

footer ul.extrainfo {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin:40px 0;
	padding-top:10px;
}

footer ul.extrainfo li {
	list-style-type: none;
	display: inline;
}

footer .bunits li a {
	color:#ccc;
	font-size: 18px;
	padding-bottom:10px;
	display:block;
}

footer .extrainfo li a {
	color:#666;
	font-size: 14px;
	padding-right: 50px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

footer li a:hover {
	color:#fff !important;
	text-decoration:none;
}

footer .copyright {
	color:#ccc;
	margin:20px 0;
}

footer img {
	padding-right:30px;
	margin: 5px 0;
}

footer .registerbutton, .body-newsletter-form .registerbutton, .email-form-button {
	padding: 0;
	height: 60px;
	border-radius: 0;
	background-color: #d40404;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size:18px;
	border: 0;
	width: 100%;

	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

footer .registerbutton:hover, .body-newsletter-form .registerbutton:hover {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	background-color: #ed0404;	
}

footer .newslettermail, .body-newsletter-form .newslettermail {
	height: 60px;
	font-size: 18px;
	width: 100%;
	border-radius: 0;
	margin-bottom: 10px;
}

/** Footer register form **/

.footer-form-content {
	margin: 0 auto;
	background-color: #fff;
	width: 90%;
}

#footer-form-wrap {
	position: fixed;
	top: 100px;
	display: none;
	left:0;
	z-index: 1000;
	width: 100%;
}

.footer-form-input {
	width: 100%;
	margin: 5px 0;
	border-radius: 0;
	height: 38px;
}

#footer-form-submit {
	height: 40px !important;
	border-radius: 0 !important;
	background-color: #d40404;
	text-transform: uppercase;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	border: 0;
	width: 224px;
}

footer h4 {
	color: #333;
	text-align: center;
	font-family: 'Oswald';
	font-size: 24px;
	margin-bottom: 36px;	
}
.register-div {
	text-align: center;
}



/********************** New style **/
.row--nopadding {
  margin: 0; }

.row--nopadding > [class*='col-'] {
  padding-right:0;
  padding-left:0; }

.row-centered {
    text-align:center;
}

.row--centered > [class*='col-'] {
	display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}


.hero-unit h1, .hero-unit h2, .hero-unit h3, .hero-unit h4, .hero-unit h5, .hero-unit p {
	color: #fff;
	text-align: center;
	text-shadow: 2px 2px #000;
}

h1 { /*Section heading*/
	font-family:"Oswald";
	font-weight:bold;
	font-size:72px;
	line-height:75px;
	margin: 25px 0;
}

@media screen and (max-width: 768px) { /*Smaller size for mobile devices*/
	h1 {
		font-size:48px;
		line-height: 50px;
	}
}

h4 { /*text heading in the Proxima style, to be used as a text-column heading*/
	font-family:"ProximaNova";
	font-weight:bold;
	font-size:24px;
	line-height: 25px;
	margin: 25px 0;
}

h2 { /*section heading, to be used to give names to big sections in the website*/
	font-family:"Oswald";
	font-weight:bold;
	font-size:36px;
	line-height:1.2;
	margin: 25px 0;
}

h3 { /*text heading in the Oswald style*/
	font-family:"Oswald";
	font-weight:bold;
	font-size:30px;
	line-height: 50px;
	margin: 25px 0;
}

@supports (overflow:-webkit-marquee) and (justify-content:inherit) 
{

  h3, h4 {
    letter-spacing: -0.05em;
  }

}

h5 { /*special text - to be used as a label*/
	font-family:"ProximaNova";
	font-weight:bold;
	font-size:16px;
	line-height: 25px;
	text-transform: uppercase;
	margin: 25px 0;
}

p {
	font-family:"ProximaNova";
	font-size:18px;
	line-height: 25px;
	margin: 25px 0;
}


.center {
	text-align:center !important;
}
.left {
	text-align:left;
}

.right {
	text-align:right;
}

.smalltext {
	font-size:12px;
	line-height: 12.5px;
}

.highlight {
	color:#fff;
}

.link {
	text-decoration: none;
	color:#d40404 ;
	font-weight: bold;
	border-bottom: 2px solid transparent;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.link:hover {
	border-bottom: 2px solid #d40404 ;
	text-decoration: none;
	color:#d40404 ;
}

.highlight .link {
	text-decoration: none;
	color:#fff;
	font-weight: bold;
	border-bottom: 2px solid transparent;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}


.highlight .link:hover {
	border-bottom: 2px solid #fff;
	text-decoration: none;
	color:#fff;
}

.linkout {
	text-transform: uppercase;
	margin-bottom:25px;
	display: inline-block;
}

.linkout:after {
	content:" >";
}

.image-anchor {
	display: inline;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.image-anchor:hover {
	border: 0;
}

.box {
	-webkit-box-shadow:inset 0px 0px 0px 2px #aaa;
	-moz-box-shadow:inset 0px 0px 0px 2px #aaa;
	box-shadow:inset 0px 0px 0px 2px #aaa;
}

.card {
	box-shadow: 1px 1px 10px rgba(0,0,0,.1);
	overflow:auto;
	margin-bottom:25px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.card:hover {
	box-shadow: 1px 1px 10px rgba(0,0,0,.2);
}

.card--noverflow {
	overflow: visible;
}

.grayscale {
	filter: gray;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
}

.overlay {
	background-color: #000;
	bottom: 0;
	display: none;
	left: 0;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
}

.cover {
	background-size: cover;
}
.contain {
	background-size: contain;
}

.square {
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 100%;
}

.rectangle {
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 66%;
}

.noodle {
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 33%;
}

.vectangle {
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 200%;
}

.card h1, .card h2, .card h3, .card h4, .card h5, .card p, .card .linkout {
	padding:0 15px;

}
.pio-anchor {
	position: relative;
	top:-70px;
	display: block;
	height: 0;
	width:0;
}

/** Trapezium **/

.trapezium h1, .trapezium h2, .trapezium h3, .trapezium h4, .trapezium h5, .trapezium p {
	color: #fff;
	text-shadow: 2px 2px #000;
}

.trapezium {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
}
.tp-layer-top {
	height: 119px;
	background: url("https://pioneers.io/wp-content/themes/ward/images/layer-window_top.png");
	background-size: 100% 100%;
}
.tp-layer-bottom {
	height: 119px;
	background: url("https://pioneers.io/wp-content/themes/ward/images/layer-window_bottom.png");
	background-size: 100% 100%;
}

/* trapezoid */

.trapezoid {
  overflow: hidden;
  position: relative;
  -webkit-transform: skewY(-3deg);
        -ms-transform: skewY(-3deg);
            transform: skewY(-3deg);
    -webkit-transform-origin: 0%;
        -ms-transform-origin: 0%;
            transform-origin: 0%;
}

.trapezoid--highlight {
  color: #fff;
  text-shadow: 2px 2px #000;
}

.trapezoid__content {
    padding: 2vh 0;
    -webkit-transform: skewY(3deg);
        -ms-transform: skewY(3deg);
            transform: skewY(3deg);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-backface-visibility: hidden;
}

.trapezoid + .trapezoid {
	margin-top:-1px;
}

.trapezoid__image, .trapezoid__image--darkening {
  position: absolute;
  top: -5vh;
  bottom: -5vh;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  -webkit-transform: skewY(3deg) translateZ(0);
        -ms-transform: skewY(3deg) translateZ(0);
            transform: skewY(3deg) translateZ(0);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;

  image-rendering: -webkit-optimize-contrast; /* Chrome (and Safari) */

          transition: all 10s ease;
}

.trapezoid:hover .trapezoid__image {
  -webkit-transform: skewY(3deg) scale(1.10); /* Safari and Chrome */
      -ms-transform: skewY(3deg) scale(1.10); /* IE 9 */
          transform: skewY(3deg) scale(1.10);
}

.ward-label {padding: 25px 0;}

.ward-label h1, .ward-label h2, .ward-label h3, .ward-label h4, .ward-label h5 {margin:0;}

.newletter-form {
	display: none;
}
.newsletter-topbar {
	text-align: right;
}
.newsletter-form-close {
	border-radius: 0;
	background: #d40404;
	color: #fff;
	height: 32px;
	width: 32px;
	border: 0;
	margin-bottom: 25px;
}

.ward-label h4 {
	font-size: 18px;
}

.ward-label h5 {
	font-size: 14px;
}

table.agenda-ward td , table.agenda-ward th {
	padding: 20px;
	border: none;
	text-align: center;
}


/** Ticket button here because true economy uses it as well **/

.ticket-button {
	height: 30px;
	margin: 10px 0; 
	padding: 0 30px; 
	font-family: "ProximaNova";
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: #fff;
	background-color: #d40404 ;
	border: 0; 
	border-radius: 0;
}

/* Align twitter & facebook button */

.twitter-share-button[style] { vertical-align: text-bottom !important; }

/** Password page **/
.post-password-form {
	text-align: center;
}

/** RED Selection **/

::selection {background:#d40404 ;}    
::-moz-selection {background:#d40404 ;}

/** Fullscreen sections **/
@media screen and (min-width: 992px) { /*Smaller size for mobile devices*/
	.fullscreen {
		height:90vh;
		position:relative;
	}

	.venter {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
}

@media screen and (max-width: 992px) { /*Smaller size for mobile devices*/
	.fullscreen {
		padding: 100px 0;
	}
}

/* email_form styles */

.error-area-top {
	color: #aa0000;
	font-weight: bold;
}

.email_form_popup {
	display: none;
	z-index: 10000;
	position: fixed;
	top: 10%;
	left: 25%;
	width: 50%;
	background: #fff;
	border-radius: 5px;
	padding: 25px 50px 50px 50px;
	color: #555;
}

@media screen and (max-width: 544px) {
	.email_form_popup {
		width: 100%;
		top: 0px;
		left: 0px;
		-webkit-transform: scale(.75);
		    -ms-transform: scale(.75);
		        transform: scale(.75);
	}
}

.email-form-select {
	width: 100%;
	border-radius: 0;
	height: 60px;
}

.separator:after {
	content: "";
	border-top: 1px solid;
	display: block;
	line-height: 0px;
	width: 90%;
	margin: 25px auto;
	opacity: 0.2;
}

.divider {
	transform:rotate(-3deg);
	width: 90%;
}

.divider--margin {
	margin: 100px auto;
}

.divider--muted {
	border-width: 1px;
}

.divider--red {
	border: 1px solid #d40404;
}

/* Accordion styles */
.faq p, .faq li i:before, .faq li i:after {
	transition: all 0.25s ease-in-out;
}

.faq h4 {
	margin: 25px 0 0 0;
}

.faq p {
	max-height: 800px;
	opacity: 1;
	transform: translate(0, 0);
	margin-top: 14px;
	z-index: 2;
}

.faq {
	list-style: none;
	perspective: 900;
	padding: 0;
	margin: 0;
}

.faq li {
	position: relative;
	padding: 0;
	margin: 0;
	border-top: 1px solid #eee;
}

.faq li i {
	position: absolute;
	transform: translate(-6px, 0);
	margin-top: 30px;
	right: 0;
}
.faq li i:before, .faq li i:after {
	content: "";
	position: absolute;
	background-color: #d40404;
	width: 3px;
	height: 9px;
}
.faq li i:before {
	transform: translate(-2px, 0) rotate(45deg);
}
.faq li i:after {
	transform: translate(2px, 0) rotate(-45deg);
}
.faq li input[type=checkbox] {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	left: 0;
}
.faq li input[type=checkbox]:checked ~ p {
	margin-top: 0;
	max-height: 0;
	opacity: 0;
	transform: translate(0, 50%);
}
.faq li input[type=checkbox]:checked ~ i:before {
	transform: translate(2px, 0) rotate(45deg);
}
.faq li input[type=checkbox]:checked ~ i:after {
	transform: translate(-2px, 0) rotate(-45deg);
}


/* agenda styles remove */
.table td, table th {
	border:none;
}

.agenda__table caption {
	font-family:"Oswald";
	font-weight:bold;
	font-size:36px;
	line-height:50px;
	margin-bottom: -30px;
	color: inherit;
}

.agenda__table thead {
	background-color: #eee;
}

.agenda__subtitle {
	font-family:"ProximaNova";
	font-weight:bold;
	font-size:24px;
	line-height: 25px;
	margin: 25px 0;
}
.agenda__table tbody tr td:first-child {
	text-align: right;
}

.agenda__table tbody tr td:nth-child(-n+2) {
	font-family:"Oswald";
	font-weight:bold;
	font-size:20px;
	line-height: 30px;
	margin: 25px 0;
}

.agenda__table tbody tr td:nth-child(n+3) {
	vertical-align: middle;
	font-family:"ProximaNova";
	font-size:16px;
	line-height: 25px;
	margin: 25px 0;
}

.agenda__table tbody tr td[colspan="6"] {
	font-size: 30px;
	padding: 50px;
	text-align: center;
}

.agenda__table--break {
	background-color: #f5f5f5;
}

/* Startup card styles */
.startupcard {
	position: relative;
	min-height: 500px; /* finetune */

	box-shadow: 1px 1px 10px rgba(0,0,0,.1);
	margin-bottom:25px;
	padding-bottom: 75px;
	overflow: hidden;

	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.startupcard:hover {
	box-shadow: 1px 1px 10px rgba(0,0,0,.2);
}

.startupcard__header {
	margin-bottom: 50px; /* finetune */
	position: relative;

	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 75%;
	background-size: cover;
}

.startupcard__header:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #eee;
}

.startupcard__content {
	padding: 0 25px;
	text-align: center;
}

.startupcard__content p {
	opacity: 0.8;
	text-align: left;
}

.startupcard__logo {
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);

	background-color: white;
	background-position: center;
	background-repeat: no-repeat;
	width: 100px;
	padding-bottom: 100px;
	background-size: 85%;
	box-shadow: 1px 1px 10px rgba(0,0,0,.1);
}

.startupcard__footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px 25px 10px 25px;
	background-color: #fafafa;
}

.startupcard__footer:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #eee;
}

.startup__ecosystem {
	width: 30px;
    float: right;
    margin-top: 5px;
}

.startup__ecosystem + .startup__ecosystem {
	margin-right: 5px;
}

.startupcard__awards {
	position: absolute;
	top: 10px;
	right: -75px;
	transform: rotate(45deg);
	display: inline-block;

	font-size: 12px;
	font-weight: bold;
	background-color: #d40404;
	padding: 10px 75px;
	margin: 10px 0;
	color: #fff;
	box-shadow: 1px 2px 10px rgba(0,0,0,.1);
}

.startupcard h3 {
	line-height: 35px;
    margin: 55px 0 0 0;
    min-height: 70px;
}

.select {
  line-height: 2em;
  font-size: 18px;
  background-color: transparent;
  width: 100%;
  height: 2em;
  color: #c31546;
}

.speaker__ecosystem {
	width: 45px;
	margin-top: -55px;
	margin-right: 15px;
	float: right;
	opacity: 0.999;
}

.speaker__ecosystem + .speaker__ecosystem {
	margin-right: 60px;
}

/* epic speaker card */
.epicspeakercard {
	position: relative;
	min-height: 600px; /* finetune */

	background-color: black;
	box-shadow: 1px 1px 10px rgba(0,0,0,.1);
	margin-bottom:25px;
	padding-bottom: 75px;
	overflow: hidden;

	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.epicspeakercard h4, .epicspeakercard h5, .epicspeakercard p {
	margin:0;
}

.epicspeakercard:hover {
	box-shadow: 1px 1px 10px rgba(0,0,0,.2);
}

.epicspeakercard__background {
	margin-bottom: 50px; /* finetune */
	position: absolute;
	bottom:0;
	top:0;

	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	/*background-color: #fafafa; only on noproduct state */
}

.epicspeakercard__content {
	position: absolute;
	bottom:75px;
	padding: 0 25px;
	color: white;
}

.epicspeakercard__footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px 25px 10px 25px;
	background-color: #fafafa;
}

.epicspeakercard__footer:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #eee;
}

.epicspeakercard__ecosystem {
	width: 40px;
	float: right;
}

.epicspeakercard__ecosystem + .epicspeakercard__ecosystem {
	margin-right: 5px;
}

.epicspeakercard__link {
	position: absolute;
	top: -10px;
	display: block;
	padding: 10px;
	color: white;
	font-weight: bold;
	font-size: 24px;
}

.epicspeakercard__link:hover {
	color: white;
	text-decoration: none;
}

.epicspeakercard__link:hover::after {
	opacity: 1;
	content:" See more";
	font-size: 18px;
	font-weight: normal;
	color: white;
	text-decoration: none;
} 

/* rotator styles */
.rotator__words {
	display: inline-block;
	position: relative;
}  

.rotator__words span {
	position: absolute;
	top:0;
	opacity: 0;
	overflow: hidden;
}

@-webkit-keyframes rotateWord {
	0% { opacity: 0; }
	2% { opacity: 0; -webkit-transform: translateX(-60px); }
	5% { opacity: 1; -webkit-transform: translateX(0px);}
	17% { opacity: 1; -webkit-transform: translateX(0px); }
	20% { opacity: 0; -webkit-transform: translateX(60px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
	0% { opacity: 0; }
	2% { opacity: 0; -ms-transform: translateX(-60px); }
	5% { opacity: 1; -ms-transform: translateX(0px);}
	17% { opacity: 1; -ms-transform: translateX(0px); }
	20% { opacity: 0; -ms-transform: translateX(60px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes rotateWord {
	0% { opacity: 0; }
	2% { opacity: 0; -webkit-transform: translateX(-60px); transform: translateX(-60px); }
	5% { opacity: 1; -webkit-transform: translateX(0px); transform: translateX(0px);}
	17% { opacity: 1; -webkit-transform: translateX(0px); transform: translateX(0px); }
	20% { opacity: 0; -webkit-transform: translateX(60px); transform: translateX(60px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}

.banner {
	display: block;
	position: fixed;
	text-align: center;

	color: white;
	bottom: 0;
	padding:5px;
	width: 100%;
	background-color: #d40404;

	-webkit-animation: popup 3s;
	-moz-animation: popup 3s;
	animation: popup 3s;
}

@keyframes popup{
	0% { transform: translateY(100%); }
	75% { transform: translateY(100%); } 
	100% { transform: translateY(0%); }
}
@-webkit-keyframes popup{
	0% { transform: translateY(100%); }
	75% { transform: translateY(100%); }
	100% { transform: translateY(0%); }
}
@-moz-keyframes popup{
	0% { transform: translateY(100%); }
	75% { transform: translateY(100%); }
	100% { transform: translateY(0%); }
}

/* Scroll down element */
@media screen and (max-width:767px) {
	.scrolldown {
		display: none;
	}
}

.scrolldown {
  position: absolute;
  bottom: 20%;
  left: 50%;
  width: 100px;
  opacity:.75;
}

.scrolldown:hover {
  animation:none;
}

.scrolldown__text {
  position: absolute;
  color: white;
  left: -64px;
  top: -1px;
  opacity: 0;

  -webkit-transition: 0.7s ease-out;
  -moz-transition: 0.7s ease-out;
  -o-transition: 0.7s ease-out;
  transition: 0.7s ease-out; 
}

.scrolldown:hover .scrolldown__text {
  opacity: 1;
}

.scrolldown:before, .scrolldown:after {
  content: "";
  position: absolute;
  background-color: white;
  width: 3px;
  height: 18px;

  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out; 
}

.scrolldown:after {
  transform: translate(-6px, 0) rotate(-45deg);
}

.scrolldown:before {
  transform: translate(6px, 0) rotate(45deg);
}

.scrolldown:hover:after {
  transform: translate(-80px, 0);
}

.scrolldown:hover:before {
  transform: translate(80px, 0);
}

.scrolldown--bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

/* sticky styles */
#sticky {
    display: block;
    
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }

  .sticky--fixed {
    display:block;
    width: 100%;
    position: fixed;
    top:50px;
    z-index:999;

    transform: scale(0.7);
  }

/* reveal element */
.background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  background-size: cover;
  background-position: center;
  -webkit-animation: hero--fadeIn 2s ease-in;
  animation: hero--fadeIn 2s ease-in; }

.reveal {
  position: relative;
  overflow: hidden;
  min-height: 50vh;
  color: white; }

.reveal h1,.reveal h2,.reveal h3,.reveal h4,.reveal h5,.reveal p {
	margin-top:0;
	margin-bottom: 0;
}

.reveal--before {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  background-image: linear-gradient(to bottom, rgba(0,0,0,.1) 75%, rgba(0,0,0,.75) 90%); }
  @media only screen and (min-width: 992px) {
    .reveal--before {
      -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
              transform: translateY(0%);
      transition: all 0.25s ease-in-out; } }

.reveal--after {
  background-color: rgba(0,0,0,.75);
  position: absolute;
  width: 100%;
  height: 100%; }
  @media only screen and (min-width: 992px) {
    .reveal--after {
      -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
              transform: translateY(100%);
      transition: all 0.25s ease-in-out; } }

.reveal:hover .reveal--after {
  -webkit-transform: translateY(0%);
	  -ms-transform: translateY(0%);
	  	  transform: translateY(0%); }

.reveal:hover .reveal--before {
  -webkit-transform: translateY(-100%);
	  -ms-transform: translateY(-100%);
	  	  transform: translateY(-100%); }

.reveal--after > * {
	padding: 0 10px;
}

.venter--bottom {
  position: absolute;
  padding-bottom: 1rem;
  bottom: 0%;
  width: 100%; }

.venter--full {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%; }

.underline:after {
  content: "";
  position: relative;
  display: block;
  border: .05em solid;
  width: 25%;
  margin: 1rem 0; }
.underline--center:after {
  margin: 1rem auto; }

.reverse-hover:hover > * {
  opacity: .25 !important; }

.reverse-hover:hover > *:hover {
  opacity: 1 !important; }

.overflow__wrapper {
  position: relative;
}

.overflow__scroller {
  height: 15rem;
  overflow-y: hidden;
  overflow-x: hidden;
  margin-bottom: 0;
}
.overflow__scroller:hover {
  overflow-y: auto;
}

.overflow__scroller::after {
    content: "";
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    height: 1.5rem;
    background: linear-gradient(transparent 0%, white 75%);
    pointer-events: none; 
}

/* Person card */
.personcard {
  position: relative;

  box-shadow: 1px 1px 10px rgba(0,0,0,.1);
  margin-bottom:25px;
  padding-bottom: 75px;
  overflow: hidden;

  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.personcard:hover {
  box-shadow: 1px 1px 10px rgba(0,0,0,.2);
}

.personcard__header {
  position: relative;

  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 75%;
  background-size: cover;
  text-align: center;
}

.personcard__header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #eee;
}

.personcard__country {
  position: absolute;
  top: 0;
  right: 10px;
}

.personcard__country > img {
  height: 50px;
}

.personcard__type {
  transform-origin: center;
  position: absolute;
  width: 100%;
  color: white;
  bottom: -40px;
  left: 0;
  padding-top: 2px;
}

.personcard__content {
  position: relative;
  padding: 0 25px;
  text-align: center;
  min-height: 17rem;
}

.personcard__content p {
  opacity: 0.7;
}

.personcard__footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 25px 10px 25px;
  background-color: #fafafa;
}

.personcard__footer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #eee;
}

.personcard h3 {
	line-height: 35px;
	margin: 25px 0 0;
}
