:root {
  --red: #009fe3;
  --darkblue: #2b2e83;
  --white: #ffffff;
  --red: #f82249;
  --lightblue:#3db5d8;
  --gold: #FFD700;
  --silver:#C0C0C0;
  --bronze:#cd7f32;   
}

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

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

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

.disabled-field {
  background-color: #f0f0f0; /* Grey color for disabled fields */
}

.bg-grey{
  background-color: #f6f7fd;
}

.bg-white{
  background-color: #fff;
}

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

a {
  color: var(--red);
  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:2;
}

#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;
}

.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;
}

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

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

.sub-nav ul {
  z-index:999999;
}
.sub-nav ul a {
	color:#fff;
}

.sub-nav .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(--red);
  padding: 5px 15px;
  border-radius: 50px;
  border: 2px solid var(--red);
  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(--red);
  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.google-diary 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: 10px;
  margin-top: 6px;
  line-height: 1;
  font-size: 13px;
  display:inline-block;
  text-decoration: none;
  text-align: center;
}

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

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

@media (max-width: 1199px) {
  .sub-nav li.buy-tickets a {
    padding: 12px 15px;
  }
}

.sub-nav li.booth-nav a {
  color: #000;
  background: #ffca2c;
  padding: 5px 15px;
  border-radius: 50px;
  border: 2px solid #ffca2c;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 10px;
  margin-top: 6px;
  line-height: 1;
  font-size: 13px;
  display:inline-block;
  text-decoration: none;
  text-align: center;
}

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

.sub-nav li.booth-nav:hover a:before, .nav-menu li.booth-nav.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-link:focus, .nav-link:hover {
    color: rgb(255 226 0);
}

/* 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(--red) !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(--red);
  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(--red);
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid var(--red);
  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(--red);
  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: 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(--red);
  color: #fff;
}

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

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

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 10%;
  left: 100%;
  margin-top: -1px;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

/* 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(--red);
}
#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(--red);
}

#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(--red);
}

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

#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;
}

/* 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(--red);
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  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.png); 
  background-repeat:no-repeat;
background-size:contain;
background-position:center;
  /*min-height:330px;*/
}

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

.header {
  background-color:#fff;
}



#about {
  overflow: hidden;
  position: relative;
  color: #333;
  padding: 60px 25px;

}

#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:0%;
  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(--red);
}

#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(--red);
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid var(--red);
  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(--red);
  transform: scale(1.2);
}

#speakers {
    padding: 0px 0;
}
#speakers .section-header h2 {
    margin-top: 3%}
#speakers .speaker {
    position: relative;
    overflow: hidden;
    width: 250px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border-top:3px solid #c3c3c3;
    border-left:3px solid #c3c3c3;
    border-right:3px solid #c3c3c3;
}
#speakers .speaker img {
    width: 250px;
}

#speakers .presentation {
    margin-bottom: 30px;
    background-color: var(--red);
    color: var(--white);
    width: 250px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left:3px solid #c3c3c3;
    border-right:3px solid #c3c3c3;
    border-bottom:3px solid #c3c3c3;
}
#speakers .presentation a {
    color: var(--white);
}
#speakers .speaker .details {
    background: rgba(6, 12, 34);
    /*position: absolute;*/
    left: 0;
    bottom: -230px;
    right: 0;
    text-align: center;
    padding: 10px;
    transition: all 300ms cubic-bezier(.645, .045, .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: 13px;
    margin-bottom: 10px;
    font-style: italic;
}
#speakers .speaker .details .social {
    height: 230px;
    background: rgba(255, 255, 255, .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-details {
    padding: 60px 0;
}
#speaker-details h5 {
  margin-top:-20px;
}
#speaker-details .circle {
  border-radius:100%;
  height:250px;
  width:250px;
  overflow:hidden;
  border:1px solid #c4c4c4;
  text-align:center;
}
#speaker-details .speaker-img {
  width:200px;
}
/*#speakers-details .details h2 {
    color: #112363;
    font-size: 28px;
    font-weight: 700;
    text-align:left;
}*/
#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;
}
#speaker-details {
    padding: 60px 0;
}
#speaker-details p {
    margin: 0 0 15px 0;
}

#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;
}

#speakers-hp  {
  padding: 20px 0px 60px 0px;
  background-color:#ffffff;
}

.speaker-list {
  margin-left:2%;
  margin-right:15%;
  overflow: hidden;
}


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

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

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

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

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

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

#speakers-hp .co-logo {
  height:60px;
  width:auto;
  margin:0 auto;
  padding:5px;
}

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

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

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

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

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

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

#speakers-hp .btn:hover {
  background-color: var(--red);
}

/*COMMENT TO HIDE LOGOS*/
/*#speakers-hp .speaker:hover .details {
  bottom: 0;
}*/

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

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

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

#speakers-hp-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-hp-details .details .social a:hover {
  background: var(--blue);
  color: #fff;
}

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

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


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

#speakers-hp .owl-nav, #gallery .owl-dots {
  margin-top: 25px;
  text-align: center;
}

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

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

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

#conference {
  padding: 60px 0;
}

@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    #conference {
  }
}

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


#conference .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);
}

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

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

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

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

/*#conference .card ul li {
  margin-bottom: 20px;
}*/

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

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

#conference .card .btn:hover {
  background-color: var(--darkblue);
}

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

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

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


#conference .sub-cover{
  width: 40%;
  /*transform: rotate(13deg);*/
}

#conference .multi-column{
  column-count: 2;
}

@media (max-width: 767px) {
  #conference .sub-cover{
    width: 40%;
    transform: rotate(0deg);
    margin: auto;
  }
  #conference .multi-column{
    column-count: 1;
  }
}

#short_courses .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);
}

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

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

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

#short_courses ul li {
  list-style-type: none;
}

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

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

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

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

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

#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 {
  /*background: url("../img/about-bg.jpg");
  background-size: cover;*/
  overflow: hidden;
  position: relative;
  color: #333;
  padding: 60px;
}

#booth  .card{
  box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
}

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

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

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

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

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

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

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

 #gallery {
  background-color:#f6f7fd;
  padding: 60px 0px;
 } 

 #breaking {
  padding: 60px;
 }

 #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(--red);
     border: 0;
     color: #fff;
 }

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

 #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 {
  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: 36px;
  font-weight: 700;
  color: #fff;
  position:relative;
}
#venue .venue-info p {
  color: #fff;
  position:relative;
}

#floorplan {
  padding: 60px;
}

#exhiblist {
  background-color:#fff;
}

#program {
  background-color:#fff;
}

#program .buy-tickets-conf {
  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;
  margin-bottom: 2vh;
  line-height: 1;
  font-size: 18px;
  display:inline-block;
  text-decoration: none;
}

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

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

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

#program .active {
	color:#fff !important;
	text-decoration:underline;
}

#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(--red);
  border: 0;
  color: #fff;
}

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

#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(--red);
  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(--red);
  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(--red);
  border: 0;
  color: #fff;
}

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

#supporters {
  padding: 60px;
  background:#fff;
}

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

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

#supporters .supporter-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;*/
}

#supporters .supporter-gold:hover img {
  transform: scale(1.2);
  transition: transform 330ms ease-in-out;
}

#supporters .supporter-silver:hover img {
  transform: scale(1.2);
  transition: transform 330ms ease-in-out;
}

#supporters .supporter-bronze:hover img {
  transform: scale(1.2);
  transition: transform 330ms ease-in-out;
}

/*--------------------------------------------------------------
# Sponsors Section
--------------------------------------------------------------*/
#sponsors {
  padding: 60px 0;
}

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

#sponsors .sponsor-logo {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #e0e5fa;
  border-bottom: 1px solid #e0e5fa;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  height: 160px;
  box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
}

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

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

#sponsors .sponsor-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;*/
}

#sponsors .sponsor-logo:hover img {
  transform: scale(1.1);
}

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

#sponsors .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);
}

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

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


/*--------------------------------------------------------------
# Media Sponsors Section
--------------------------------------------------------------*/
#media-partners {
  padding: 60px 0;
}

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

#media-partners .supporter-text {
  margin-bottom: 0px;
}

#media-partners .supporter-text p {
  padding: 20px;margin-bottom: 0px;
}

#media-partners .supporter-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: 160px;
  box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
}

#media-partners .alliance-logo {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*border-bottom: 1px solid #e0e5fa;*/
  overflow: hidden;
  /*background: rgba(255, 255, 255, 0.5);*/
  height: 160px;
}

#media-partners .alliance-logo:hover img {
  transform: scale(1.2);
}

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

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

#media-partners .supporter-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;*/
}

#media-partners .supporter-logo:hover img {
  transform: scale(1.2);
}

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

#hubbanner {
  overflow: hidden;
  position: relative;
  padding-top:20px;
  padding-bottom:20px;
  color: #333;
  background-color:#f6f7fd;
}

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

#sponsorship {
  overflow: hidden;
  position: relative;
  padding-top:20px;
  padding-bottom:20px;
  color: #333;
  background-color:#f6f7fd;

}

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

#related {
  overflow: hidden;
  position: relative;
  padding-top:20px;
  padding-bottom:20px;
  color: #333;

}

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

#related .section-header {
  font-weight: bold;
  /*text-transform: uppercase;*/
  /*margin-top:3%;*/
  margin-bottom:3%;
}

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

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

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

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

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

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

#awards ul li {
  font-size: 1rem;
}

/*--------------------------------------------------------------
# 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 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(--red);
  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(--red);
}

#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(--red);
  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(--red);
}

#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(--red);
  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(--red);
  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(--red);
  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: 30%;
    padding-bottom: 10px;
  }
  #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: 60px;
  background:#fff;
}

#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;
}

#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 img {
  transition: all 0.4s ease-in-out;
  height:61px;
}

#exhiblogos .buy-tickets {
  color: #fff;
  background: var(--red);
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid var(--red);
  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(--red);
  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;*/
}

.upu-logo {
  width:15%;
  margin-left:15px;
  padding:5px !important;
}
.logo {
  /*margin-right:15px;*/
  /*height:11vh;*/
  /*width: 250px;*/
}

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


/* 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;*/
    }
    .logo {
      /*margin-right:15px;*/
      height:7vh;
      /*width: 250px;*/
    }

}

/* 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;
  }
    .logo {
      /*margin-right:15px;*/
      height:4vh;
      /*width: 250px;*/
    }  
}

/*--------------------------------------------------------------
# Marketing Section
--------------------------------------------------------------*/
#marketing {
  padding: 60px;
  background-color:#f6f7fd;
}

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

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

#marketing .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);
}

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

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

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

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

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

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

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

#marketing .card .btn:hover {
  background-color: var(--red);
}

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

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

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

/*--------------------------------------------------------------
# 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;
}

#innovation {
  /*background: url("../img/about-bg.jpg");
  background-size: cover;*/
  overflow: hidden;
  position: relative;
  background-color: #fff;
  color: #333;
}

/* Portrait */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    #innovation{
      margin-top: 22% !important;
    }
}

/* Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    #innovation {
    margin-top: 20%;
  }
}


@media (max-width:920px){
  #innovation {
    margin-top: 28%;
  }
}

@media (max-width:720px){
  #innovation {
    margin-top: 50%;
  }
}

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

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

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

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

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

#innovation .section-header h2 {
  color: var(--red);
}

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

#products{
  overflow: hidden;
  position: relative;
  padding-top:20px;
  padding-bottom:20px;
  color: #333;

}

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

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

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

.img-product {
    border: 5px solid var(--red);
}

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

#products-on-show{
  color: #333;

}

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

#products-on-show h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #333;
}

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

.img-product {
    border: 5px solid var(--darkblue);
}

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

#press {
  padding: 60px;
}

#press .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);
}

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

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

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

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

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

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

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

#press .card .btn:hover {
  background-color: var(--red);
}

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

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

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

/*--------------------------------------------------------------
# Press Registration
--------------------------------------------------------------*/
#pressregistration {
  padding: 60px 0;
  background-color: #fff;
}

#pressregistration .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);
}

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Registration information page
--------------------------------------------------------------*/

#reg-info {
  padding: 60px 60px 115px 60px;
  margin-top:0vh;
  margin-bottom: 0vh;
  background-color: #f6f7fd;
}

#reg-info .card {
  border-radius: 15px;
  border: 1px solid #fff;
}

#reg-info .visitor {
  color: #fff;
  background-color: #e04c60;
}

#reg-info .card-body {
  font-size: 95%;
}

#reg-info .conf {
  color: #fff;
  background-color: #1d71b8;

}

#reg-info .upu {
  color: #fff;
  background-color: #0059ab;

}

#reg-info .nonupu {
  color: #fff;
  background-color: #C0C0C0;

}

#reg-info .card-footer {
  padding: 0px;  
  overflow: hidden;
  border-radius: 0px 0px 15px 15px;
  border-top: 0px;
}

#reg-info .card .card-header {
  padding: 0px;
  overflow: hidden;
  border-radius: 15px 15px 0px 0px;
  border: 0px;

  height: auto;
}

#reg-info .card-header img, .card-footer img {
  padding: 0px;  
  overflow: hidden;
  width: 100%;
}

#reg-info h5 {
  color: #fff;
  text-align: center;
}

#reg-info p {
  margin: 0px;
}

#reg-info ul {
  color: #fff;
}

.ref-info-btn {
  width: 100%;
  margin-top: 25px;
  padding: 10px;
  font-size: 1.3rem;
  font-weight: 700;
}


@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    #reg-info {
    margin-top: 14%;
  }
}

@media (max-width: 1025px) {
  #reg-info {
    margin-top:25vh;
  }
}

@media (max-width: 990px) {
  #reg-info {
    margin-top:30vh;
  }
  #conf-info {
    margin-top: 50px;
  }
  #reg-info h2 {
    font-size:3.5vw;
  }
  #reg-info .h-100 {
      height: 95% !important;
    }  
}

@media (max-width: 769px) {
  #reg-info {
    margin-top:35vh;
  }
  #reg-info h2 {
    font-size:3.5vw;
  }
}

@media (max-width: 515px) {
  #reg-info {
    margin-top:42vh;
  }
  #reg-info h2 {
    font-size:5.5vw;
  }
}

/*--------------------------------------------------------------
# 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(--red);*/
}

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

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

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

#visa {
  padding: 60px 0;
}

#visa .visa {
  border: 1px solid #e0e5fa;
  background: #fff;
  margin-bottom: 30px;
}

#visa .visa:hover .hotel-img img {
  transform: scale(1.1);
}

#visa .visa-img {
  overflow: hidden;
  margin-bottom: 15px;
}

#visa .visa-img img {
  transition: 0.3s ease-in-out;
}

#visa h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  padding: 0 20px;
}

#visa a {
  color: #152b79;
}

#visa a:hover {
  color: var(--red);
}

#visa .stars {
  padding: 0 20px;
  margin-bottom: 5px;
}

#visa .stars i {
  color: #ffc31d;
}

#visa p {
  padding: 0 20px;
  margin-bottom: 20px;
  color: #060c22;
  /*font-style: italic;*/
  font-size: 15px;
}

#visa .buy-tickets {
  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: 18px;
  display:inline-block;
}

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

#shownews {
  background: #fff;
}

#show-review {
    background: url("../img/svg/sprinkle.svg");
  background-size: cover;

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

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

#show-review:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

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

#show-review p{
  font-size: 1.2em;
}

@media (max-width:991px){
  #show-review {
    height: auto;
  }
}

/*--------------------------------------------------------------
# Expect Section
--------------------------------------------------------------*/
#expect {
  padding: 60px 0 40px 0;
  background-color: : #fff;
}
#expect:after{
   background: var(--red);
    position: absolute;
    top: -20px;
    left: -60px;
    transform: matrix(1, 0, 0.5, 1, 150, 0);
}

#expect .section-header:before{
  /*background: var(--green);*/
}


#expect .section-header h2{
  color:#000;
}
.top-icon{
    display: block;
    font-size: 30px;
    color: #fdfeff;
    text-align: left;
    margin: 0 auto;
}
.bottom-icon{
    display: block;
    font-size: 30px;
    color: #fdfeff;
    text-align: right;
    margin: 0 auto;
}
.expect{
    padding: 0 40px;
    position: relative;
    overflow: hidden;
    /*background: linear-gradient(to right ,#9fa0a4 ,#9fa0a4);*/
    color: #fdfeff;
    z-index: 1;
    border:4px solid var(--green);
}
.expect:after{
    content: "";
    width: 150px;
    height: 115%;
    background: var(--green);
    position: absolute;
    top: -20px;
    left: -60px;
    transform: matrix(1, 0, 0.5, 1, 150, 0);
    z-index: -1;
}
.expect .pic{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin: 10px 25px 0 0;
    position: relative;
}
.expect .pic img{
    width: 100%;
    height: auto;
}
.expect .expect-content{
    width: 90%;
    float: right;
    padding: 30px 0;
}
.expect .expect-title{
    font-size: 25px;
    font-weight: 900;
    margin: 0 0 20px;
    text-transform: capitalize;
    color:#333;
}
.expect .description{
    font-size: 18px;
    line-height: 26px;
    color:#333;
}

/*--------------------------------------------------------------
# What you will see Section
--------------------------------------------------------------*/
#you-will-see {
  padding: 60px 0;
}

/*--------------------------------------------------------------
# Product Zone Section
--------------------------------------------------------------*/
#product-zone {
  padding: 60px;
}

#product-zone .product-zone {
  border: 1px solid #e0e5fa;
  background: #fff;
  margin-bottom: 30px;
}

#product-zone .section-header h2 {
  font-size: 34px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

#product-zone h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  padding: 0 20px;
}

#product-zone a {
  color: var(--red);
}

#product-zone a:hover {
  color: #fb6a85;
}

#product-zone p {
  /*padding: 0 20px;*/
  margin-bottom: 20px;
  color: #060c22;
  /*font-style: italic;*/
  font-size: 15px;
}

#product-zone h5 {
  font-weight: bold;
}

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

#product-zone .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);
  height: 90% !important;
}

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

@media (max-width: 767px) {
  #product-zone .card {
    text-align: center;
    padding: 30px 10px;
  }
  #product-zone .section-header{
    margin-top: 65px;
  }
}

/*--------------------------------------------------------------
# Vimeo Hero Section
--------------------------------------------------------------*/

#vimeohero:before {
    content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

#vimeohero {
    background: #eee;
    height: 400px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

#vimeohero iframe {
  box-sizing: border-box;
    /*height: 56.25vw;*/
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    width: 250.77777778vh;
}

#vimeohero .carousel-caption{
  position: absolute;
  height: 100%;
  right: 0%;
  bottom: 0rem;
  left: 0%;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

#vimeohero .carousel-caption h2{
  font-weight: 700
}

#vimeohero .carousel-caption-block{
  position: absolute;
  width: 40%;
  height: 80%;
  right: 0%;
  bottom: 2.5rem;
  left: 2%;
  color: #000;
  text-align: center;
  background: rgba(255, 255, 255, 1);
  z-index: 1;
  font-weight: 700
}

#vimeohero .carousel-caption-block h2{
  font-weight: 700
}

@media (max-width: 991.98px){
#vimeohero iframe {
  box-sizing: border-box;
    height: 56.25vw;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    width: 250.77777778vh;
}

  #vimeohero .carousel-caption-block{
    position: absolute;
    width: 80%;
    height: 80%;
    margin-left: auto;
    margin-right: auto;
    right: 0%;
    bottom: 2.5rem;
    left: 0%;
    color: #000;
    text-align: center;
    background: rgba(255, 255, 255, 1);
    z-index: 1;
    font-weight: 700
  }
  #vimeohero .carousel-caption-block p{
    font-size: 1.2rem;
  }
}

@media (max-width: 767.98px){
  #vimeohero .carousel-caption-block h4{
    font-size: 1.1rem;
  }
  #vimeohero .carousel-caption-block p{
    font-size: 1rem;
  }  
}

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

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


/*Flashing Butoon*/
.flashit {
  color:#f2f;
  -webkit-animation:5s linear infinite flash;
  animation:5s linear infinite flash}
@-webkit-keyframes flash {
  25%, 40%, 5% {
  opacity:1}
15%, 35% {
  opacity:.3}
}
@keyframes flash {
  25%, 40%, 5% {
  opacity:1}
15%, 35% {
  opacity:.3}
}

#awards {
  padding: 60px 0;
}

#awards .awards {
  border: 1px solid #e0e5fa;
  background: #fff;
  margin-bottom: 30px;
}

#awards .awards:hover .hotel-img img {
  transform: scale(1.1);
}

#awards .awards-img {
  overflow: hidden;
  margin-bottom: 15px;
}

#awards .awards-img img {
  transition: 0.3s ease-in-out;
}

#awards h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  padding: 0 20px;
}

#awards a {
  color: #152b79;
}

#awards a:hover {
  color: var(--red);
}

#awards .stars {
  padding: 0 20px;
  margin-bottom: 5px;
}

#awards .stars i {
  color: #ffc31d;
}

#awards p {
  margin-bottom: 20px;
  color: #060c22;
  /*font-style: italic;*/
  font-size: 15px;
}

#awards .buy-tickets {
  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: 18px;
  display:inline-block;
}

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

#awards .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);
}

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

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

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

/*--------------------------------------------------------------
# Product Zone Section
--------------------------------------------------------------*/
#speaker-interviews {
  padding: 60px;
}

#speaker-interviews .product-zone {
  border: 1px solid #e0e5fa;
  background: #fff;
  margin-bottom: 30px;
}

#speaker-interviews .section-header h2 {
  font-size: 34px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

#speaker-interviews h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  padding: 0 20px;
}

#speaker-interviews a {
  color: var(--red);
}

#speaker-interviews a:hover {
  color: #fb6a85;
}

#speaker-interviews p {
  /*padding: 0 20px;*/
  margin-bottom: 20px;
  color: #060c22;
  /*font-style: italic;*/
  font-size: 15px;
}

#speaker-interviews h5 {
  font-weight: bold;
}

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

#speaker-interviews .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);
}

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

@media (max-width: 767px) {
  #speaker-interviews .card {
    text-align: center;
    padding: 30px 10px;
  }
  #speaker-interviews .section-header{
    margin-top: 65px;
  }
}

#nomination-fm{
  padding:60px 0}

#nomination-fm .card:hover {
  box-shadow:0 10px 35px 0 rgba(6, 12, 34, .2)}

#nomination-fm .card hr {
  margin:25px 0}

#nomination-fm .card {
  transition:.3s ease-in-out;
}

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

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

#nomination-fm .card ul li {
  margin-bottom:20px
}

#nomination-fm .card .text-muted {
  opacity:.7
}

#nomination-fm .btn {
  font-size:15px;
  border-radius:50px;
  padding:10px 40px;
  transition:.2s;
  background-color:var(--red);
  border:0;
  color:#fff
}

#nomination-fm .card {
  transition:.3s ease-in-out;
  box-shadow:0 10px 25px 0 rgba(6, 12, 34, .1)
}

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

#nomination-fm .card {
  border:none;
  border-radius:5px;
  margin-bottom:25px
}

#nomination-fm .card .card-heading {
  padding:7px 21px!important
}

@media only screen and (device-height :375px) and (device-width :812px) and (orientation :landscape) and (-webkit-device-pixel-ratio :3) {
  #nomination-fm h1{
  font-size:30px}
}

#nomination-thanks {
  padding:60px 0}

#nomination-thanks p {
  margin:0 0 15px}

@media only screen and (device-height :375px) and (device-width :812px) and (orientation :landscape) and (-webkit-device-pixel-ratio :3) {
  #nomination-thanks h1 {
  font-size:30px}
}

#show-preview {
  padding: 60px;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-image: url(../img/svg/curve-line.svg);
/*  height:350px;*/
}

#show-preview .section-header h3 {
  text-align: center;
  font-weight: 700;
  color: #fff;
}

#show-preview:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#show-preview .sub-cover{
  width: 100%;
  /*transform: rotate(13deg);*/
  margin-top:0%;
  border:3px solid #fff;
}

@media (max-width: 991px) {
/*  #conf-preview {
    height:100%;
  }*/
}

@media (max-width: 767px) {
  #show-preview .sub-cover{
    margin-top: 0%;
  }
}

#show-preview .sub-btn {
  color: #fff;
  background: var(--red);
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid var(--red);
  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;
} 

#showguide {
  padding: 60px;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-image: url(../img/svg/curve-line.svg);
/*  height:350px;*/
}

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

#showguide .section-header h3 {
  text-align: center;
  font-weight: 700;
  color: #fff;
}

#showguide:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#showguide .sub-cover{
  width: 100%;
  /*transform: rotate(13deg);*/
  margin-top:0%;
  border:3px solid #fff;
}

@media (max-width: 991px) {
/*  #conf-preview {
    height:100%;
  }*/
}

@media (max-width: 767px) {
  #showguide .sub-cover{
    margin-top: 0%;
  }
}

#showguide .sub-btn {
  color: #fff;
  background: var(--red);
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid var(--red);
  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;
}   