/*
 * Globals
 */
@charset "UTF-8";
@font-face {
    font-family: "PingLCG";
    src: url("../fonts/PingLCG-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "PingLCG";
    src: url("../fonts/PingLCG-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "PingLCG";
    src: url("../fonts/PingLCG-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/*
 * Base structure
 */

html,
body {
  height: 100%;
  font-family: PingLCG, Regular;
}

html {
	scroll-behavior: smooth;
}

body {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  /*text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);*/
  overflow-x: hidden;
}

.spiral-buffer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.navbar.fixed-top {
	position:absolute;
	top: 45px;
	left: 51px;
	max-width: 1920px;
    margin: 0 auto;
}

.navbar-toggler {
	border:0!important;
}

main {
	width: 100%;
}

.cover-container {
  max-width: 1400px;
}

h1.cover-heading {
    font-size: 50px;
}

.subtitle {
	font-size:35px;
	/*font-weight:lighter;*/
	text-align:left;
	color:#000;
	margin-top: 20px;
	letter-spacing: -1px;
}
.subtitle2 {
	font-size:25px;
	/*font-weight: bold;*/
	text-align:left;
	color:#000;
	letter-spacing: -1px;
}

a.btn {
    padding: 24px 40px;
    background: transparent;
	border:4px solid #fff;
    color: #fff!important;
    font-size: 18px;
    font-weight: bold;
    border-radius: 35px;
	width:300px;
	outline:none;
}

a.blue.btn {
    padding: 30px 40px;
	border: none;
    background: #147971;    
}


/*
 * Header
 */
 nav.navbar.fixed-top.navbar-expand-lg.navbar-dark.scrolling-navbar.z-depth-0.sticky {
    /*background: #ffffff;
    opacity: 0.9;*/
 }
 
 .navbar-expand-lg .navbar-toggler {
    display: block;
    position: absolute;
    right: 40px;
	top:20px;
	outline: none;
	z-index:9;
}

.navbar-expand-lg .navbar-toggler:not(.collapsed), .navbar-expand-lg .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
	width: 60px;
	height:60px;
}

.navbar-expand-lg .navbar-collapse {    
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    background: url(../images/menu-bg.png) 0 0 no-repeat;
	background-size: cover;	
}

.navbar-expand-lg .navbar-nav {
    display: block;
    margin-left: calc(50% - 125px)!important;
    font-size: 50px;
	width:250px;
}


.collapse:not(.show) {
	display: none!important;
}
 
 .sticky img {
    width: 220px;
}

.navbar-dark .navbar-brand {
	z-index:9;
}
.navbar img {
	transition: width 2s ease-in-out 0.5s;
}
 
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.navbar-dark .navbar-nav .nav-link {
  /*padding: .25rem;
  font-weight: 700;*/
  color: #000;
  background-color: transparent;
    font-size: 35px;
	font-weight: bold;
	text-align:left;
}

.navbar-dark .navbar-nav .nav-link:hover {
	 color: rgba(0, 0, 0, 0.8);
}

.navbar-dark .navbar-nav .nav-link.register {
	top: 40px;
	left: 1373px;
	width: 268px;
	height: 53px;
	background: url(../images/btn_menu.png) 0 0 no-repeat;
	opacity: 1;
	margin:0 auto;
}

.navbar-dark .collapsed  .navbar-toggler-icon {
	background-image:url(../images/menu.png);
}

.navbar-dark .navbar-toggler-icon {
	background-image:url(../images/menu-x.png);
}

/*
 * Cover
 */
.cover {
  padding: 0;
  /*min-height:60vw;*/
  /*background:url(../images/Energy_BG_8000px_new_015.png) 0 0 no-repeat #ffffff;
  background-size: cover;*/
}

.cover .container {
	max-width:1920px;
	padding: 20px 0 50px 0;
	background:url(../images/header2.png) top left no-repeat;
	background-size: cover;
	/*min-height: 56vw;*/
}

p {
	font-size: 16px;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.dark {
	color: #000B29;
}

a.dark:hover {
	color: #000B29;
	text-decoration: none;
}

.video {
	position: relative;
	top: -250px;
}


.event {
	position: relative;
	top: -200px;
	font-size: 18px;
	font-weight: bold;
}

.agenda {
	position: relative;
	top: -180px;
}

.agenda h2, .speakers h2 {
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: left;
}	

.timetable {
	width: 949px; 
	max-width: 100%;
	margin: 0 auto 100px;
	text-align: left;
	
}

.timetable .row {
	padding: 23px 0; 
	background: url(../images/btn_agenda.png) 0 0;
	margin-bottom: 5px;
}
.timetable .row.title {
	padding: 5px;
	color: #A2A2A2;
	background: #ffffff;
}

.timetable .row .time{
	font-size: 20px;
	font-weight:bold;
	text-align: center;
}

.timetable .row .topic{
	font-size:18px;
	padding: 1px 0;
}

.timetable .row .presenter{
	font-size: 16px;
	color:#000B29;
	padding: 2px 0;
}

.speakers {
	position: relative;
	top: -100px;
	color: #000;
}
.speakers .row {
	margin-bottom: 10px;
}
.speakers .row p {
	color: #000;
	font-size:26px;
	/*margin-top: 32px;*/
	line-height: 34px;
    margin-top: revert;
}
.speakers .row .text-speaker p {
	color: #147971;
}
.speakers .row p span{
	font-weight: bold;
}

.speakers .row p a {
	background:#147971;
	color:#fff;
	padding: 0 5px;
}

.speakers p span.bio {
	background:#147971;
	color:#fff;
	padding: 0 15px;
}

.speaker {
    cursor: pointer;
}

.speakers h2 {
	color: #000;
	font-size: 35px;
}

.note {
	font-size:20px!important;
	margin-top: 80px!important;
}

.modal-body, .modal-title {
    color:#000B29;
    text-align: left;
}

.modal-body h2 {
	font-size: 28px;
	font-weight: bold;
}
.modal-body h4 {
	font-size: 28px;	
}

button.close {
    font-size: 50px;
}
.modal-dialog {
    max-width:950px
}
.modal-header, .modal-footer {
    border:0;
}
.modal-content {
    background:rgba(255,255,255,1);
}
.pre-reg {
	background:url(../images/agenda-bg.png) 0 0 no-repeat #ffffff;
	background-size: cover;
	padding: 50px 0;
	max-width: 1920px;
    margin: 0 auto;
}

.pre-reg .container {
	/*padding: 50px 100px;*/
	color: #fff;
	/*background: url(../images/bg_register.png) center center no-repeat; /*#F2F2F2;*/
	background-size: contain;
	text-align: left;
	font-size: 25px;
}

.pre-reg .container h3, .pre-reg .container strong {
	font-size: 35px;
}

.pre-reg .container h3 span{
	font-weight:normal;
}

.pre-reg .container h3 {
	margin-bottom: 20px;
}

.pre-reg .container button {
	padding: 50px;
	background: url(../images/btn_register.png) 0 0 no-repeat;
    width: 348px;
    height: 196px;
	color: #ffffff;
	border: none;
}

.pre-reg .container a {
	color: #000B29;
	text-decoration: underline;
}

.pre-reg .container p {
	width: 300px;
}


.countdown {
	color: #000B29;
	padding: 100px 0;
	max-width: 725px;
	margin: 0 auto;
}

.countdown a {
	color: #000B29;
}

.countdown .time {
	background: url(../images/circle-green.png) center right no-repeat;
	padding: 0 20px 20px 0;
	color: #F2F2F2;
	text-align: center;
	font-size: 100px;
	max-width: 25%!important;
	float: right;
	max-height: 150px;
}

.countdown .time:last-child {
	background: none;
}

.countdown .time span {
	position: relative;
	bottom: 100px;
	/*right: 18px;*/
	font-size: 20px;
	font-weight:lighter;
}

.modal-footer {
	display:none;
}



@media only screen and (max-width: 992px) {
	.pre-reg .container {		
		background-size: cover;
	}
}

@media only screen and (max-width: 480px) {
	h3 {
		font-size: 16px;
	}
	.navbar.fixed-top {
		top:0;
		left:0;
	}
	
    .navbar img {
		width: 150px;
	}
	.navbar-expand-lg .navbar-collapse{
		opacity: 1;
		background-size: auto;
	}
	.navbar-expand-lg .navbar-toggler {
		right:0;
	}
	.navbar-expand-lg .navbar-nav {
		margin-top: 50%;
	}
	.navbar-dark .navbar-nav .nav-link {
		font-size: 25px;
	}
	.navbar-expand-lg .navbar-nav {
		margin-left: auto!important;
	}
	.menu-info {
		width:80%!important;
		left:10%!important;
	}
	a.btn {
		width: 150px;
		font-size: 14px;
		padding:10px 20px!important;
		border-radius: 15px;
	}
	a.blue.btn {
		padding:12px 20px!important;
	}
	.col-sm-6{
		width:50%;
	}
	.col-sm-4 {
		width:40%;
	}
	.col-sm-8 {
		width:60%;
	}
	.countdown .time {
		font-size:50px;
		max-height: 70px;
	}
	.countdown .time span {
		font-size: 14px;
		bottom: 40px;
	}
		
	.cover .container {
		padding: 15px;
		background:url(../images/header-mob.png) top center no-repeat; /*50% 70% no-repeat;*/
		height: auto;
		background-size: cover;
	}
	.subtitle {
		font-size:18px;
		color:#fff;
	}
	.subtitle2 {
		font-size:14px;
		color:#fff;
	}
	h1.cover-heading {
		font-size: 40px;
	}
	.video {
		top: -80px;
	}
	.event {
		top: -60px;
	}
	.agenda {
		top: -40px;
	}
	.speakers {
		top: -20px;
	}
	.speakers h2 {
		font-size: 25px;
		line-height:1.4em;
	}
	.speakers .row p {
		font-size: 15px;
		line-height:1.4em;
	}
	.note { 
		font-size: 12px;
		line-height:1.4em;
	}
	.timetable .row {
		padding: 0; 
	}
	.timetable .row.title div:not(.text-center){	
		display:none;
	}

	.timetable .row .time{
		font-size: 16px;	
	}

	.timetable .row .topic{
		font-size:14px;
		text-align: center;
	}

	.timetable .row .presenter{
		font-size: 12px;
		color:#000B29;
		text-align: center;
	}
	.pre-reg {
		padding: 50px 0;
	}
	.pre-reg .container {
		padding: 20px;
		background-size: cover;
	}
	.pre-reg .container h3,.pre-reg .container strong {
		font-size:25px;
		line-height:1.2em;
	}
	.pre-reg .container p {
		font-size:14px;
		line-height:1.4em;
	}
	.modal-body h2 {
		font-size:22px;
	}
	.modal-body h4 {
		font-size:22px;
	}
	.modal-body p {
		font-size:14px;
	}

}

@media only screen and (max-width: 320px) {
    .navbar img {
		width: 210px;
	}
}
