:root {
  --green: #009fe3;
  --darkblue: #224998;
  --white: #ffffff;
  --green: #f82249;
  --lightblue:#3db5d8;
  --gold: #FFD700;
  --silver:#C0C0C0;
  --bronze:#cd7f32;
  --green:#b1ca38;
  --darkgreen:#6e8405;
}

.bg-plenary {
  background-color:#9e145f;
}

.bg-autonomous {
  background-color:#004f9e;
}

.bg-electric {
  background-color:#12a19b;
}

.gold {
  color:var(--gold);
}
.silver {
  color:var(--silver);
}
.bronze {
  color:var(--bronze);
}
.workshop {
  color:var(--darkblue);
}

.card-img-top {
  height:256px;
}

.theme {
   color: var(--green);
}

.col-half-offset{
    width:19.666667%;
}

.multi-column, .multi-column-two {
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.multi-column {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.multi-column-two {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

body {
  background: #dee2e6;
  color: #2f3138;
  font-family: "Raleway", sans-serif;
}

a {
  color: var(--green);
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: var(--darkblue);
  outline: none;
  text-decoration: none;
}

.sticky {
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:1;
}

#googleDates {
  color: var(--white) !important;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

.btn {
  border-radius: 1.25rem !important;
  transition:0.2s;
}

.btn:hover {
  transform:scale(1.1);
}

.confTitle.btn:hover {
  transform:scale(1);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #0e1b4d;
}

#subnav-hdr {
  background-color:#fff;
  padding:5px;
}

.sub-nav {
	background-color:var(--darkblue);
  min-height:20px;
}

.sub-nav ul {
  z-index:999;
}
.sub-nav ul a {
	color:#fff;
}
.active {
	/* color:#fff !important; */
	text-decoration:underline;
}
.sub-nav ul a:hover {
	color:#fff;
	text-decoration:underline;
}

.sub-nav li.buy-tickets a {
  color: #fff;
  background: var(--green);
  padding: 5px 15px;
  border-radius: 50px;
  border: 2px solid var(--green);
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 6px;
  line-height: 1;
  font-size: 13px;
  display:inline-block;
  width: 100%;
  text-align: center;
  text-decoration:none;
}

.sub-nav li.buy-tickets a:hover {
  background: var(--green);
  transform: scale(1.2);
}

.sub-nav li.buy-tickets:hover a:before, .sub-nav li.buy-tickets.menu-active a:before {
  visibility: hidden;
}

.sub-nav li.save-dates a {
  color: #fff;
  background: var(--darkblue);
  padding: 5px 15px;
  border-radius: 50px;
  border: 2px solid var(--darkblue);
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 6px;
  line-height: 1;
  font-size: 13px;
  display:inline-block;
  width: 100%;
  text-align: center;
  text-decoration:none;
  cursor: pointer;
}

.sub-nav li.save-dates a:hover {
  background: var(--darkblue);
  transform: scale(1.2);
}

.sub-nav li.save-dates:hover a:before, .sub-nav li.save-dates.menu-active a:before {
  visibility: hidden;
}

.sub-nav li.products a {
  color: #fff;
  background: var(--lightblue);
  padding: 5px 15px;
  border-radius: 50px;
  border: 2px solid var(--lightblue);
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 6px;
  line-height: 1;
  font-size: 13px;
  display:inline-block;
  width: 100%;
  text-align: center;
  text-decoration:none;
}

.sub-nav li.products a:hover {
  background: var(--lightblue);
  transform: scale(1.2);
}

.sub-nav li.products:hover a:before, .sub-nav li.products.menu-active a:before {
  visibility: hidden;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  /*float: right;*/
  margin: 0 auto;
  margin-bottom:3%;
}

@media (max-width: 991px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 8px;
  text-decoration: none;
  display: inline-block;
  color: rgba(255, 255, 255);
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  outline: none;
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
  color:var(--green) !important;
}

@media (max-width: 1199px) {
  .nav-menu a {
    padding: 8px 4px;
  }
}

.nav-menu .menu-active a, .nav-menu a:hover {
  color: #fff;
}

.nav-menu > li {
  margin-left: 8px;
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--green);
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu li.buy-tickets a {
  color: #fff;
  background: var(--green);
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid var(--green);
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 13px;
  display:inline-block;
  width: 100%;
  text-align: center;
}

.nav-menu li.buy-tickets a:hover {
  background: var(--green);
  transform: scale(1.2);
}

.nav-menu li.buy-tickets:hover a:before, .nav-menu li.buy-tickets.menu-active a:before {
  visibility: hidden;
}

.nav-menu li.save-dates a {
  color: #fff;
  background: var(--darkblue);
  padding: 5px 15px;
  border-radius: 50px;
  border: 2px solid var(--darkblue);
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 6px;
  line-height: 1;
  font-size: 13px;
  display:inline-block;
  width: 100%;
  text-align: center;
  text-decoration:none;
  cursor: pointer;
}

.nav-menu li.save-dates a:hover {
  background: var(--darkblue);
  transform: scale(1.2);
}

.nav-menu li.save-dates:hover a:before, ..nav-menu li.save-dates.menu-active a:before {
  visibility: hidden;
}

.nav-menu li.save-dates a {
  color: #fff;
  background: var(--darkblue);
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid var(--darkblue);
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 13px;
  display:inline-block;
  width: 100%;
  text-align: center;
}

.nav-menu li.save-dates a:hover {
  background: var(--darkblue);
  transform: scale(1.2);
}

.nav-menu li.save-dates:hover a:before, .nav-menu li.save-dates.menu-active a:before {
  visibility: hidden;
}

.nav-menu li.products a {
  color: #fff;
  background: #fff;
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid var(--darkblue);
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 13px;
  display:inline-block;
  width: 100%;
  text-align: center;
  color:var(--darkblue);
}

.nav-menu li.products a:hover {
  background: #fff;
  transform: scale(1.2);
  color: var(--darkblue);
}

.nav-menu li.products:hover a:before, .nav-menu li.products.menu-active a:before {
  visibility: hidden;
}

.nav-menu li.google-diary a {
  color: #fff;
  background: var(--lightblue);
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid var(--lightblue);
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 13px;
  display:inline-block;
}

.nav-menu li.google-diary a:hover {
  background: var(--lightblue);
  transform: scale(1.2);
}

.nav-menu li.google-diary:hover a:before, .nav-menu li.google-diary.menu-active a:before {
  visibility: hidden;
}

.nav-menu li.google-diary-del a {
  color: #fff;
  background: var(--blue);
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid var(--blue);
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 13px;
  display:inline-block;
  text-align: center;
}

.nav-menu li.google-diary-del a:hover {
  background: var(--blue);
  transform: scale(1.2);
}

.nav-menu li.google-diary-del:hover a:before, .nav-menu li.google-diary.menu-active a:before {
  visibility: hidden;
}


.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
  border-radius: 3px;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #060c22;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
  border-radius: 3px;
}

.nav-menu ul li:hover > a {
  background: var(--green);
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

.dropdown-item {
  color: #2b2e83 !important;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 15px 15px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: var(--green);
}
#mobile-nav-toggle i:hover {
  transform:scale(1.2);
}

@media (max-width: 991px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

@media (max-width: 991px) {
  .dropdown-item {
    color: #2b2e83 !important;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(6, 12, 34, 0.9);
  left: -310px;
  width: 310px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 17px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: var(--green);
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: var(--green);
}

#mobile-nav ul .menu-item-active {
  color: var(--green);
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(6, 12, 34, 0.8);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

.nav-item {
  padding-right:10px;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("assets/img/preloader.svg") no-repeat center center;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: var(--green);
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  right: 15px;
  bottom: 5%;
  transition: background 0.5s ease-in-out;
}

.back-to-top i {
  font-size: 24px;
  padding-top: 6px;
}

.about-title, .about-subtitle {
  font-family: "Raleway", sans-serif;
}

.bg-about {
  background: url(../img/intro-bg.avif)no-repeat; 
  background-size: cover; 
  background-position: top center;
  min-height:300px;
}

/*.bg-about { 
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 35s ease infinite;
  min-height:500px;
}*/

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.navbar-toggler {
  background-color:var(--darkblue);
}
.navbar-toggler-icon {
  color:#fff;
}

.header {
  background-color:#fff;
}



#about {
  overflow: hidden;
  position: relative;
  color: #333;
  background-color:#fff;

}

#about h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

#about h3 {
  font-size: 28px;
  font-weight: bold;
  /*text-transform: uppercase;*/
  margin-top:3%;
  margin-bottom:3%;
  color: #333;
}

#about p, ul {
  font-size: 1.2em;
  color: #333;
  font-weight:lighter;
}

#about img {
  padding:20px;
}

#about .section-header h2 {
  color: var(--green);
}

#about .buy-tickets {
  color: #fff;
  background: var(--darkblue);
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid var(--darkblue);
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 18px;
  display:inline-block;
  text-decoration:none;
}

#about .buy-tickets:hover {
  background: var(--darkblue);
  transform: scale(1.2);
}

#about .tickets-visitor {
  color: #fff;
  background: var(--green);
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid var(--green);
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 18px;
  display:inline-block;
  text-decoration:none;
}

#about .tickets-visitor:hover {
  background: var(--green);
  transform: scale(1.2);
}

.on-show-bg {
  background: url(../img/on-show-en.png)no-repeat; 
  background-size:100% auto;
  background-position: top center;
  height:500px;
  margin:0 auto;
}

.on-show-bg-de {
  background: url(../img/on-show-de.png)no-repeat; 
  background-size:100% auto;
  background-position: top center;
  height:500px;
  margin:0 auto;
}

#whats_on {
  overflow: hidden;
  position: relative;
  color: #333;
  background-color:#fff

}

#whats_on h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

#whats_on h3 {
  font-size: 28px;
  font-weight: bold;
  /*text-transform: uppercase;*/
  margin-top:3%;
  margin-bottom:3%;
  color: #333;
}

#whats_on p, ul {
  font-size: 1.2em;
  color: #333;
  font-weight:lighter;
}

#whats_on img {
  padding:20px;
}

#whats_on .section-header h2 {
  /*color: var(--green);*/
}

#whats_on .buy-tickets {
  color: #fff;
  background: var(--darkblue);
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid var(--darkblue);
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 18px;
  display:inline-block;
  text-decoration:none;
}

#whats_on .buy-tickets:hover {
  background: var(--darkblue);
  transform: scale(1.2);
}

#whats_on .tickets-visitor {
  color: #fff;
  background: var(--green);
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid var(--green);
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 18px;
  display:inline-block;
  text-decoration:none;
}

#whats_on .tickets-visitor:hover {
  background: var(--green);
  transform: scale(1.2);
}

/*--------------------------------------------------------------
# Times Section
--------------------------------------------------------------*/

#opening_times_title {
  display:none;
}

#times {
  background: url("../img/time-bg.png");
  background-size: cover;

  overflow: hidden;
  position: relative;
  color: #333;
  padding: 60px 0 40px 0;
}

#times .section-header {
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 20px;
}

@media (min-width: 1024px) {
  #times {
    background-attachment: fixed;
  }
}

/*#about:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}*/

#times h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

#times h3 {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #333;
}

#times p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #333;
}

#times .section-header h2 {
  /*color: var(--green);*/
}

@media (max-width: 460px) {
  #times p {
   font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Speakers Section
--------------------------------------------------------------*/
#speakers {
  padding: 0px 0;
}


#speakers .section-header h2 {
  margin-top:10%;
}

#speakers .speaker {
  position: relative;
  overflow: hidden;
  /*margin-bottom: 30px;*/
  width:250px;
}

#speakers .speaker img {
  width:250px;
  /*height:327px;*/
}

#speakers .presentation {
  margin-bottom: 30px;
  background-color: var(--green);
  color: var(--white);
  width:250px;
}

#speakers .presentation a {
  color: var(--white);
}

#speakers .speaker .details {
  background: rgba(6, 12, 34, 0.76);
  position: absolute;
  left: 0;
  bottom: -230px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#speakers .speaker .details h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

#speakers .speaker .details p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  font-style: italic;
}

#speakers .speaker .details .social {
  height: 230px;
  background: rgba(255, 255, 255, 0.76);
  padding:5%;
}
#speakers .speaker .details .social p {
  color:#333;
  font-weight:700;
}

#speakers .speaker .details a {
  color: #fff;
}

#speakers .speaker .details a:hover {
  color: var(--blue);
}

#speakers .speaker:hover .details {
  
}

#speakers-details {
  padding: 60px 0;
}

#speakers-details .details h2 {
  color: #112363;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

#speakers-details .details .social {
  margin-bottom: 15px;
}

#speakers-details .details .social a {
  background: #e9edfb;
  color: #112363;
  line-height: 1;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding-top: 9px;
}

#speakers-details .details .social a:hover {
  background: var(--blue);
  color: #fff;
}

#speakers-details .details .social a i {
  font-size: 18px;
}

#speakers-details .details p {
  color: #112363;
  font-size: 15px;
  margin-bottom: 10px;
}

/* Note: speaker-details NOT speakers-details */
#speaker-details {
    padding: 60px 0;
}

#speaker-details p {
  margin: 0px 0px 15px 0px;
}

#speakerreg {
  padding-left:5%;
  padding-right:5%;
  padding-top:3%;
  color: #333;
  background-color:#fff;
}

#speakerreg h3 {
  color:#333;
  margin-top:3%;
  margin-bottom:3%;
}

#speakerreg p {
  font-size:1.2em;
}

#conference {
  padding-left:5%;
  padding-right:5%;
  color: #333;
  background-color:#fff;
}

#conference h3 {
  color:#333;
  margin-top:3%;
  margin-bottom:3%;
}

#conference p {
  font-size:1.2em;
}

#conference .buy-tickets {
  color: #fff;
  background: var(--green);
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid var(--green);
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 18px;
  display:inline-block;
  text-decoration:none;
}

#conference .buy-tickets:hover {
  background: var(--green);
  transform: scale(1.2);
}

#programme {
  /* background-color: #fff; */
  padding-top: 60px;
}

#programme .active {
  text-decoration-line: none;
}


#sponsorship {
  background-color:#fff;
  padding: 30px;
}

#sponsorship h3 {
  margin-top:3%;
  margin-bottom:3%;
}

#sponsorship .sponsorship-wrap {
  /*border-top: 1px solid #e0e5fa;
  border-left: 1px solid #e0e5fa;*/
  margin-bottom: 30px;
}

#sponsorship .sponsorship-logo {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #e0e5fa;
  border-left: 1px solid #e0e5fa;
  border-right: 1px solid #e0e5fa;
  border-bottom: 1px solid #e0e5fa;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  /*height: 160px;*/
}

#sponsorship .sponsorship-logo-gold::after {
    font-family: FontAwesome;
    content: "\f0a3";
    position: absolute;
    top: 0;
    left: 5px;
    color:#FFD700;
    font-size:35px;
}

#sponsorship .sponsorship-logo-silver::after {
    font-family: FontAwesome;
    content: "\f0a3";
    position: absolute;
    top: 0;
    left: 5px;
    font-size:35px;
    color:#C0C0C0;
}

#sponsorship .sponsorship-logo-bronze::after {
    font-family: FontAwesome;
    content: "\f0a3";
    position: absolute;
    top: 0;
    left: 5px;
    font-size:35px;
    color:#cd7f32;
}

#sponsorship .sponsorship-logo:hover img {
  transform: scale(1.2);
}

#sponsorship img {
  transition: all 0.4s ease-in-out;
}

#sponsorship .carousel {
    margin-bottom: 20px;
}
#sponsorship .item {
    padding-bottom: 20px;
}
#sponsorship .carousel-indicators {
    bottom: -25px;
}



#sponsorship .brands {
     width: 100%;
     padding-top: 90px;
     padding-bottom: 90px
 }

 #sponsorship .brands_slider_container {
     height: 130px;
     border: solid 1px #e8e8e8;
     box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
     padding-left: 97px;
     padding-right: 97px;
     background: #fff;
 }

 #sponsorship .brands_slider {
     height: 100%;
     margin-top: 50px
 }

 #sponsorship .brands_item {
     height: 100%
 }

 #sponsorship .brands_item img {
     max-width: 100%
 }

 #sponsorship .brands_nav {
     position: absolute;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     transform: translateY(-50%);
     padding: 5px;
     cursor: pointer
 }

 #sponsorship .brands_nav i {
     color: #e5e5e5;
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease
 }

 #sponsorship .brands_nav:hover i {
     color: #676767
 }

 #sponsorship .brands_prev {
     left: 40px
 }

 #sponsorship .brands_next {
     right: 40px
 }

 #booth {
  overflow: hidden;
  position: relative;
}

 #booth p {
  color:#fff;
  font-weight: lighter;
  font-size: 1.2em;
 }

 #booth h2 {
   font-size: 36px;
   font-weight: bold;
   margin-bottom: 10px;
   color: #fff;
 }

 #booth h3 {
   font-size: 28px;
   font-weight: bold;
   /*text-transform: uppercase;*/
    margin-top:3%;
    margin-bottom:3%;
   color: #fff;
 }

 #booth .buy-tickets {
   color: #fff;
   background: var(--green);
   padding: 7px 22px;
   border-radius: 50px;
   border: 2px solid var(--green);
   transition: all ease-in-out 0.3s;
   font-weight: 500;
   margin-left: 8px;
   margin-top: 2px;
   line-height: 1;
   font-size: 18px;
   display:inline-block;
   text-decoration:none;
 }

 #booth .buy-tickets:hover {
   background: var(--green);
   transform: scale(1.2);
 }

 #gallery {
  background-color:#f6f7fd;
 } 

 #breaking {
  background-color:#fff;
 }

 #exhibitor_videos {
  background-color:#fff;
 } 
 #thanks {
  background-color:#fff;
 }
 #thanks h2 {
  padding-top:5%;
 }

 #gallery h3 {
  margin-top:5%;
  margin-bottom:5%;
 }

 #gallery .btn {
     font-size: 15px;
     border-radius: 50px;
     padding: 10px 40px;
     transition: all 0.2s;
     background-color: var(--green);
     border: 0;
     color: #fff;
 }

 #gallery .btn:hover {
   background-color: var(--green);
 }

 #gallery .venue-gallery-container {
   margin-top:10px;
 }

 #gallery .venue-gallery {
   overflow: hidden;
   border-right: 3px solid #fff;
   border-bottom: 3px solid #fff;
 }

 #gallery .venue-gallery img {
   transition: all ease-in-out 0.4s;
 }

 #gallery .venue-gallery:hover img {
   transform: scale(1.1);
 }

 #venue {
  background-color:#fff;
  padding-top:12px;
 }

 #venue .container-fluid {
  margin-bottom: 3px;
}

#venue .venue-map iframe {
  width: 100%;
  height: 100%;
  /*min-height: 300px;*/
}

#venue .venue-info {
  background: url("../img/venue-info-bg.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

#venue .venue-info:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#venue .venue-info h3 {
  font-size: 29px;
  font-weight: 700;
  color: #fff;
  position:relative;
}
#venue .venue-info p {
  color: #fff;
  position:relative;
}

#venue ul {
  font-size: 1rem;
}

#floorplan {
  background-color:#fff;
}

#exhiblist {
  background-color:#fff;
}

#marketing {
  background-color:#fff;
}

#program {
  background-color:#fff;
}

#exhiblist .card {
  border: none;
  border-radius: 5px;
  transition: all  0.3s ease-in-out;
  box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
  margin-bottom: 5%;
}

#exhiblist .card:hover {
  box-shadow: 0 10px 35px 0 rgba(6, 12, 34, 0.2);
}

#exhiblist .card hr {
  margin: 25px 0;
}

#exhiblist .card .card-body h4 {
  font-size:1em !important;
}

#exhiblist .card .card-title {
  margin: 10px 0;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
}

#exhiblist .card .card-price {
  font-size: 48px;
  margin: 0;
}

#exhiblist .card ul li {
  margin-bottom: 20px;
}

#exhiblist .card .text-muted {
  opacity: 0.7;
}

#exhiblist .card .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: var(--green);
  border: 0;
  color: #fff;
}

#exhiblist .card .btn:hover {
  background-color: var(--green);
}

#exhiblist #exhiblist-modal input, #buy-tickets #exhiblist-modal select {
  border-radius: 0;
}

#exhiblist #exhiblist-modal .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: var(--green);
  border: 0;
  color: #fff;
}

#exhiblist #exhiblist-modal .btn:hover {
  background-color: #e0072f;
}

#registration {
  background-color:#fff;
}
#registration .card {
  border: none;
  border-radius: 5px;
  transition: all  0.3s ease-in-out;
  box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
}

#registration .card:hover {
  box-shadow: 0 10px 35px 0 rgba(6, 12, 34, 0.2);
}

#registration .card hr {
  margin: 25px 0;
}

#registration .card .card-title {
  margin: 10px 0;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
}

#registration .card .card-price {
  font-size: 48px;
  margin: 0;
}

#registration .card ul li {
  margin-bottom: 20px;
}

#registration .card .text-muted {
  opacity: 0.7;
}

#registration .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: var(--green);
  border: 0;
  color: #fff;
}

#registration .btn:hover {
  background-color: #e0072f;
  transform:scale(1.1);
}

#registration #registration-modal input, #registration #registration-modal select {
  border-radius: 0;
}

#registration #registration-modal .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: var(--green);
  border: 0;
  color: #fff;
}

#registration #registration-modal .btn:hover {
  background-color: #e0072f;
}

#review {
  overflow: hidden;
  position: relative;
  padding-top:20px;
  color: #333;
  background-color:#fff;

}

#drinks {
  overflow: hidden;
  position: relative;
  padding: 30px;
  color: #333;
  background-color:#fff;
}

#mpartner {
  overflow: hidden;
  position: relative;
  padding: 30px;
  color: #333;
  background-color:#fff;

}

#mpartner img {
  max-width:300px;
}

#mpartner img:hover {
  transform: scale(1.2);
  transition: transform 330ms ease-in-out;
}

#inpartner {
  overflow: hidden;
  position: relative;
  padding: 30px;
  color: #333;
  background-color:#f6f7fd;

}

#inpartner img {
  max-width:300px;
}
#inpartner img:hover {
  transform: scale(1.2);
  transition: transform 330ms ease-in-out;
}

#sponsors {
  overflow: hidden;
  position: relative;
  padding: 30px;
  color: #333;
  background-color:#f6f7fd;
}

#sponsors .section-header {
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 20px;
}

#sponsors .sponsor-logo{
  background-color: #fff;
  border: 1px solid #e0e5fa;
  padding: 20px;
}

#sponsors img {
  max-width:300px;
}
#sponsors img:hover {
  transform: scale(1.2);
  transition: transform 330ms ease-in-out;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #101522;
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 14px;
}

#footer .card {
  width:70%;
}

#footer .footer-top {
  background: #040919;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-info img {
  height: 90px;
  margin-bottom: 10px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links svg {
  fill:#ffffff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #222636;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: var(--green);
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--green);
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: var(--green);
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: var(--green);
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
  font-size:13px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: var(--green);
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #e0072f;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

.footer-btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 10px;
  transition: all 0.2s;
  background-color: var(--green);
  border: 0;
  color: #fff;
}

.footer-mag-card {
  background: url('https://ukimediaevents.com/img/covers/mti@2x.jpg');
  background-size: cover;
  overflow: hidden;
  position: relative;
  height:auto;
  /*background-position: 0% 100%;*/
}


/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}

.section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: var(--green);
  bottom: 0;
  left: calc(50% - 25px);
}

.section-header h2 {
  font-size: 36px;
  /*text-transform: uppercase;*/
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-header h4 {
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}

.section-with-bg {
  background-color: var(--darkblue);
  color:#fff;
}


@media (max-width: 768px) {
  .about-title, .about-subtitle {
    font-size:1.5em;
  }

}

@media (max-width: 576px) {
 .logo {
    max-width: 70%;
  }
  #about h3 {
    font-size:1.2em;
  }
  #about, #conference p {
    font-size:1em;
  }
  .bg-about {
    min-height:350px;
  }
  .sticky {
    left:0%;
  }
}

/*--------------------------------------------------------------
# Ehibitors Logo Section
--------------------------------------------------------------*/
#exhiblogos {
  padding: 30px;
  background:#f6f7fd;
}

#exhiblogos .exhiblogos-wrap {
  border-top: 1px solid #e0e5fa;
  border-left: 1px solid #e0e5fa;
  margin-bottom: 30px;
}

#exhiblogos .exhiblogos-logo {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #e0e5fa;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  height: 105px;
  font-size:0.9em;
}

#exhiblogos .exhiblogos-logo-gold::after {
    font-family: FontAwesome;
    content: "\f0a3";
    position: absolute;
    top: 0;
    left: 5px;
    color:#FFD700;
    font-size:35px;
}

#exhiblogos .exhiblogos-logo-silver::after {
    font-family: FontAwesome;
    content: "\f0a3";
    position: absolute;
    top: 0;
    left: 5px;
    font-size:35px;
    color:#C0C0C0;
}

#exhiblogos .exhiblogos-logo-bronze::after {
    font-family: FontAwesome;
    content: "\f0a3";
    position: absolute;
    top: 0;
    left: 5px;
    font-size:35px;
    color:#cd7f32;
    /*border-color: transparent;
    border-style: solid;
    border-width: 1.35em;
    border-left-color: #cd7f32;
    border-top-color: #cd7f32;*/
}

#exhiblogos .exhiblogos-logo:hover img {
  transform: scale(1.2);
}

#exhiblogos .exhiblogos-logo #company:hover img {
  transform: scale(1.2);
}

#exhiblogos img {
  transition: all 0.4s ease-in-out;
  height:61px;
}

#exhiblogos .buy-tickets {
  color: #fff;
  background: var(--green);
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid var(--green);
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 18px;
  display:inline-block;
}

#exhiblogos .buy-tickets:hover {
  background: var(--green);
  transform: scale(1.2);
}

#exhiblogos h2 {
  font-transform: capitalize;
}

.industry-news img {
  width:250px;
  height:auto;
}

/*--------------------------------------------------------------
# Exhibitor Video Section
--------------------------------------------------------------*/
#exhibitor_videos {
  padding: 60px 0 40px 0;
}

.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 0px;
}
.video-thumbnail:before {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f01d";
    font-family: FontAwesome;
    font-size: 100px;
    color: #fff;
    opacity: .8;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
 }
.video-thumbnail:hover:before {
    color: #eee;
}

.video-modal {
  top:0%;
}

.modal-backdrop {
  /*z-index: -1 !important;*/
}

.teco-logo {
  width:20%;
}
.teco-logo-cta {
  width:35%;
}
.logo {
  margin-right:15px;
  /*height:4vh;*/
  width: 250px;
}

.header-dates {
  padding-left:5%;
}

#shownews {
  overflow: hidden;
  position: relative;
  color: #333;
  background-color:#fff;

}

/* ipad pro portrait */
/*@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: portrait) {
    .header-dates{
     display:none !important;
  }
  .header-buttons {
    width:auto;
  }
}*/



/* ipad Mini Portrait */
@media only screen 
  and (width:768px) 
  and (-webkit-min-device-pixel-ratio: 1.5) 
  and (orientation: portrait)
  and (min-resolution: 144dpi) {
    .sticky {
      left:2.8%;
    }
    .header-dates{
       display:none !important;
    }

}

/* ipad Mini Landscape */
@media only screen 
  and (max-width:1024px) 
  and (max-height: 768px) 
  and (-webkit-min-device-pixel-ratio: 1.5)
  and (orientation: landscape) 
  and (min-resolution: 144dpi) {
  .header-dates{
     display:none !important;
  }
  .header-buttons {
    width:auto;
  }
  .on-show-bg {
    width:1024px;

  }
}

/*--------------------------------------------------------------
# Live News Section
--------------------------------------------------------------*/
#live-news {
  overflow: hidden; 
  margin-bottom: 8vh;
}

#live-news .owl-nav, #live-news .owl-dots {
  margin-top: 25px;
  text-align: center;
}

#live-news .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

#live-news .section-header h2 {
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
    padding-top: 7vh;
}

#live-news .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#live-news .owl-dot.active {
  background-color: var(--red);
}

#live-news .live-news-carousel .owl-stage-outer {
  overflow: visible;
}

#live-news .live-news-carousel .center {
  border: 6px solid var(--red);
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;
}

#live-news .section-subheader h2 {
  font-size: 36px;
      text-transform: uppercase;
      text-align: center;
      font-weight: 700;
      margin-bottom: 10px;
      padding-top: 5vh;
}

#live-news .venue-gallery-container {
  padding-right: 12px;
}

#live-news .venue-gallery {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

#live-news .venue-gallery img {
  transition: all ease-in-out 0.4s;
}

#live-news .venue-gallery:hover img {
  transform: scale(1.1);
}

.newsCompany {
  text-decoration: none;
}

/* TECO Conference */
.tab-pane .active {
  color: #000;
}

.disabled-field {
    background-color: #f0f0f0;
}