:root {  
--primary: #00629B;
--secondary: #FFA300;
--selection: #00629B;

--font: 'Calibri',sans-serif;
}
/*
::selection {
  color: #fff;
  background: var(--selection);
}
::-moz-selection {
  color: #fff;
  background: var(--selection);
}
*/
*, *:before, *:after {
  scroll-behavior: smooth;
  box-sizing:  border-box;
  }
a {
  color: var(--primary);
}
img,
video {
  max-width: 100%;
  max-height: 100%;
  outline: none;
}
html {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  font-family: var(--font);
  background: #f8f9fa;
}
nav {
  background: #011425;
}
main {
  padding: 0;
}
footer {
  position: relative;
  margin: auto 0 0;
  padding: 30px 0;
  color: rgba(255, 255, 255, 0.6);
  background: #011425;
}
footer h4 {
  color: #fff;
}
footer a {
  color: rgba(255, 255, 255, 0.6);
}
footer a:hover {
  color: #fff;
  text-decoration: none;
}


.form-group {
  align-items: center;
}
.col-form-label {
  line-height: 110%;
}
.form-block-header {
  display: block;   
  margin: 30px 0 20px;
  padding: 10px 0;
  font-size: 24px;   
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}
.form-block-header:first-child {
  margin-top: 0;
}
.list-group-item {
  background-color: #f8f9fa;
  border: 1px solid #d3e3ec;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  background-color: #d3e3ec;
}
.list-group-item-action.active:hover,
.list-group-item-action.active:focus {
  background: #00629B;
}
.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.join-btn {
  font-size: 18px;
  margin: 8px;
}
.join-btn i {
  font-size: 90%;
  margin-right: 4px;
}


.singin {

}
.singin .modal-content {/*
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-position: 50%;
  color: #fff;*/
}

.singin-title {
    font-weight: 900;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: -0.8px;
    color: var(--primary);
    position: relative;
    padding-bottom: 24px;
    text-align: center;
}

.navbar-brand {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 900;
  padding-top:0;
  padding-bottom:0;
}
.navbar-brand img
{
	max-height:50px;
	max-width:500px;
}
.nav-item {
  font-size: 18px;
}
.fixed-top {
	min-height: 66px;
}

.lang-select {
  list-style: none;
  margin: 0 auto 0 0;
  padding: 0;
  display: flex;
  color: rgba(255, 255, 255, 0.6);
}
.lang-select li.is_active {
  display: inline-block;
  margin: 0 4px;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.lang-select a {
  display: inline-block;
  color: inherit;
  padding: 0 4px; 
}
.lang-select a:hover {
  text-decoration: none;
  color: #fff;
}


.page-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d3e3ec;
}
.page-menu li a {
  display: block;
  padding: 12px 16px;
  font-size: 18px;
  color: #111;
  border: 1px solid #d3e3ec;
  border-width: 1px 1px 0!important;
}
.page-menu li a:hover {
  text-decoration: none;
  background: #d3e3ec;
}
.page-menu li a.is_active,
.page-menu li a.is_active:hover {
  background: var(--primary);
  color: #fff;
}


.promo {
  overflow: hidden;
  position: relative;
  background: linear-gradient(0deg, #00629B 0%, #002855 calc(100% - 56px));
  min-height: 60vh;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-position: 50% 70%;

  padding: 60px 0 0;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
}
#demo-canvas {
  position: absolute;
}
.promo-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 150px;
  z-index:1;
}
.promo-date,
.promo-venue {
  font-size: 22px;
  z-index:10;
}
.promo-venue a
{
	color: var(--secondary);
}
.promo-date i,
.promo-venue i {
  display: inline-flex;
  margin-right: 5px;
  font-size: 90%;
  color: var(--secondary);
}
.promo h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 100%;
  margin: 40px 0 10px;
}
.promo .subhead {
  max-width: 560px;
  margin: 0 auto 40px;
  font-size: 27px;
  line-height: 130%;
}
.topics-bg {
	position:absolute;
	z-index:10;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 0;
  overflow: hidden;
}
.topics-bg:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: rgba(0,0,0,0.2);
}
.topics-bg:after {
  content: '';
  position: absolute;
  top: -15px;
  bottom: -15px;
  left: -15px;
  right: -15px;
  filter: blur(5px);
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-position: 50% 90%;
  z-index: -2;
}
.topics {
  margin: 0;
  padding: 0;

  display: flex;
  align-items: center;
  justify-content: space-between;

  font-size: 20px;
  text-align: left;
  text-decoration:none;
  color:#fff;
}
.topics:hover
{
  text-decoration: none;
  color: #fff;	
}
.topic-item {
  display: inline-flex;
  align-items: center;
  line-height: 110%;
  color: #fff;
	text-decoration:none;
}
.topic-item:hover
{
  text-decoration: none;
  color: #fff;	
}
.topic-item > i {
  display: inline-block;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 42px;
  text-align: center;
  margin-right: 5px;
}
.topic-item:first-child > i {
  margin-right: 15px;
}

.ieee {
  padding: 60px 0;
  font-size: 18px;
  background: #fff;
}
.ieee img {
  float: left;
  margin-right: 40px;
}

.h-decorated {
  font-weight: 900;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -0.8px;
  color: var(--primary);
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 40px;
}
.h-decorated:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 80px;
  height: 6px;
  background: var(--secondary);
}
.text-center .h-decorated:after,
.text-center.h-decorated:after {
  left: calc(50% - 40px);
}
.speakers {
  padding: 40px 0;
}
.card-speaker {
  color: #fff;
  background: var(--primary);
}
.card-speaker h4,
.card-speaker p {
  margin: 0;
}
.card-speaker figcaption {
  padding: 15px;
}


.tickets {
  padding: 40px 0 70px;
  background: #fff; 
}
.tickets-info p {
  font-size: 18px;
}
.tickets-pricing  {
  display: flex;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.ticket {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;

  margin: 0 auto 30px;
  width: 100%;
  background-image: url(../img/bg.jpg);
  background-size: cover; 
  background-position: 50%;
  color: #fff;
  border-radius: 4px;
}
.selected_ticket
{
	background-image:none !important;
	background-color: #ff5807 !important;
}

.ticket:first-child {
  margin-left: 0;
}
.ticket:last-child {
  margin-right: 0;
}
.ticket-name {
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;

  display: inline-flex;
  flex-direction: column;
  justify-content: center;

  position: relative;

  padding: 15px;
  min-height: 85px;
  z-index: 1;
}
.ticket-name > i {
  display: block;
  font-size: 18px;
  font-weight: 500;
}
.ticket-name::before,
.ticket-name::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #f8f9fa;
  position: absolute;
  bottom: -6px;
  z-index: 2;
}
.ticket-name::before {
  left: -6px;
}
.ticket-name::after {
  right: -6px;
}
.ticket-footer {
  display: flex;
  align-items: center;
  padding: 15px;
  border-top: 1px dashed #fff;
  background: rgba(0, 20, 37, 0.4);
  border-radius: 0 0 4px 4px;
}
.ticket-price {
  font-size: 20px;
  font-weight: 600;
  margin-right: auto;
  margin-left: 6px;
}
.ticket-btn {
  
}

.howitwas {
  overflow: hidden;
  position: relative;
  margin-bottom: -20px;
}
.howitwas ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.howitwas ul li {
  display: inline-block;
  overflow:hidden;
}


.partners {
  position: relative;
  background: #fff;
  padding: 30px 0;
}
.partners-list {
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.partners-list li {
  padding: 15px;
  display: inline-block;
  flex-basis: 25%;
  text-align: center;
}
/*
.partners-list img {
	max-height: 110px;
  max-width: 300px;
}*/
.partners-list a {
  filter: grayscale(1);
  display: inline-block;
}
.partners-list a:hover {
  filter: grayscale(0);
}

.venue {
  position: relative;
  padding: 60px 0;
  background: inherit;
}
.venue .container {
  position: relative;
  z-index: 2;
}
.venue h2 {
  font-weight: 900;
  font-size: 64px;
  line-height: 85%;
  letter-spacing: -0.8px;
  color: var(--primary);
  position: relative;
  padding-bottom: 14px;
  margin: 0;  
}
.venue p {
  font-size: 18px;
  line-height: 130%;
}
.venue-photo {
  margin-bottom: 40px;
}
.venue-photo {
  max-width: 50%;
}
.venue h2,
.venue p {
  max-width: 40%;
}
.venue-map {
  position: absolute;
  right: 0;
  top: 0;
  width: 60% !important;
  height: 100% !important;
  /*z-index: -1 !important;*/
}

.dates {
  padding: 40px 0;
  background: #f8f9fa;
}
.timeline {
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.timeline li {
  display: inline-flex;
  flex-direction: column;
  height: 160px;
  width: 20%;
  min-width: 150px;
  padding: 15px;
  margin: 0 5px 15px;
  background: #fff;
  border-radius: 4px;
  border-top: solid 15px var(--primary);
}
.timeline li.highlight
{
	border-top: solid 15px #e65757;
}
.timeline li span {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 26px;
  border-bottom: 1px dotted #ccc;
}

.bulk {
	height:66px;
	width:100%;
}

.pay-upload {
  margin: 0 0 20px;
  padding: 20px;
  background: #e2e2e2;
}


.section-header {
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0 10px;
}
.paper-upload {
  margin: 0 0 20px;
  padding: 20px;
  background: #fff;
}
.paper {
  margin: 0 0 20px;
}
.paper-body {
  padding: 20px;
  background: #fff;
}
.paper-name {
  font-size: 20px;
  margin: 0 0 6px;
}
.paper-review {
  background: #e2e2e2;
}
.paper-review table th:first-child,
.paper-review table td:first-child {
  text-align: left;
}
.paper-review-add {
  border-radius: 0;
  border: 0;
  border-top: 2px solid #f8f9fa;
  padding: 10px 20px;
  background-color:#28a745;
  color:#fff;
}

.alert {
    margin-bottom: 0;
}

@media (max-width: 993px) {
  .promo-text {
    padding-bottom: 150px;
  }
  .topics {
    align-items: flex-start;
  }
  .topic-item {
    font-size: 18px;
    flex-direction: column;
    align-items: flex-start;
	padding-bottom:10px;
	padding-top:10px;
  }
  .topic-item > i {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 32px;
	display:none;
  }
  .venue h2 {
    font-size: 42px;
  }
  .topics-bg {
    padding: 5px 0;
  }
}


@media (max-width: 769px) {
  .venue-photo {
    max-width: 100%;
    margin-bottom: 0;
  }
  .venue h2,
  .venue p {
    max-width: 100%;
  }
  .venue-map {
    position: relative;
    width: 100% !important;
    height: 280px !important;
  }
  .promo {
    overflow: auto;
    height: auto !important;
    background-color: #011425;
    background-image: none;
  }
  #demo-canvas {
    opacity: 0.4;
  }
  .promo-text {
    padding-bottom: 10px;
  }
  .topics-bg {
    position: relative;
  }
  .topics-bg:after {
    background-image: none;
  }
  .topics-bg:before {
    background: #011425;
  }
  .topic-item {
    align-items: center;
    flex-direction: row;
    margin-bottom: 16px;
  }
  .topic-item > i {
    margin-right: 15px;
  }
  .lang-select {
    width: 60px;
    margin-right: auto;
  }
  button.navbar-toggler {
    width: 40px;
    height: 32px;
    padding: 0;    
    border: none;
  }
  .navbar-brand {
    margin-right: 5px;
    width: calc(100% - 110px);
    max-width: 200px;
  }
  .navbar-brand img {
    max-width: 100%;
    max-height: 100%;
  }
}

@media (max-width: 577px) {
  .partners-list li {
    flex-basis: 50%;
  }
  .h-decorated,
  .venue h2 {
    font-size: 28px;
  }
  .ieee img {
    margin: 0 auto 10px;
  }
}


.card-speaker {
display: flex;
flex-direction: column;
height: 100%;
}
.card-speaker img {
width: 100%;
}
.card-speaker figcaption {
flex: 1 1 auto;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

#loading
{
	position:fixed;
	z-index:1100;
	font-size:20px;
	bottom:14px;
	right:18px;
	opacity:0.5;
}



.navbar-expand-lg .navbar-nav .nav-link {
    white-space: nowrap;
}



.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}



.yt {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.yt iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	aspect-ratio: 16 / 9;
}