/**
* Template Name: TheEvent - v2.2.0
* Template URL: https://bootstrapmade.com/theevent-conference-event-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  --blue: #009fe3;
  --darkblue: #112363;
  --white: #ffffff;
  --red: #e30613;
  --lighterred:#c00b1c;
  --darkred: #88050d;
  --green:#1ca13b;
  --darkgreen:#178b32;
}

.modal-backdrop {

    width: 100% !important;
    height: 100% !important;

}

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

.pills {
  border-radius:5px;
  text-transform:uppercase;
  color:var(--white);
  height:40px !important;
}

.pills span {
    padding:25%;
}


.pill-l {
    background-color: var(--red);
}

.pill-l p {
  margin:0 auto;
}

.pill-m {
    background-color: var(--lighterred);
}
.pill-r {
   background-color: var(--darkred);
}

body {
  background: #fff;
  color: #2f3138;
  font-family: "Open Sans", sans-serif;
}

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

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

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

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

.img-circle {
    border-radius: 50%;
}

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

.fa-ul {
  font-size:0.8125em !important;
}
.grey {
    background-color: #eee;
    font-size: 15px;
    font-weight: bold;
    padding:10px;
    height:88px;
    text-align:center;
}
.main-page {
  margin-top: 70px;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("https://www.testing-expo.com/china/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;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #e0072f;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #e0072f;
  color: #fff;
}

/* 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 p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}

.section-with-bg {
  background-color: #f6f7fd;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /*height: 145px;*/
  padding: 25px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: url(../image/intro-bg-slim.jpg);
  background-size: cover;
  /*overflow: hidden;*/
  background-position: 50% 20%;
  color:#fff;
}

@media (max-width: 991px) {
  #header {
  background: url(../image/intro-bg-slim.jpg);
  background-size: cover;
  overflow: hidden;
  /*position: relative;*/
  background-position: 100% 10%;
    padding: 15px 0;
    transition: all 0.5s;
  }
}

@media (max-width: 1199px) {
  #header .container {
    max-width: 100%;
  }
}


#header.header-scrolled, #header.header-fixed {
  background: url(../image/intro-bg-slim.jpg);
  background-size: cover;
  /*overflow: hidden;*/
  /*position: relative;*/
  background-position: 100% 10%;
  height: 195px;
  padding: 15px 0;
  transition: all 0.5s;
}


#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 span {
  color: var(--red);
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 110px;
  transition: all 0.5s;
}

#header #logo.logo-scrolled img {
  padding: 0;
  margin: 0;
  max-height: 80px;
  transition: all 0.5s;
}

#header #dates h3 {
  color:#fff !important;
}

@media (max-width: 768px) {
  #header #dates h3 {
      /*margin-top: 17%;*/
      /*height: 55vh;*/
      font-size:1.5em;
  }
}

@media (max-width: 415px) {
  #header #dates h3 {
    margin-top:20%;
    font-size:1em;
  }
}

@media (max-width: 376px) {
  #header #dates h3 {
    margin-top:35%;
    font-size:1em;
  }
}


/*--------------------------------------------------------------
# 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, 0.8);
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  outline: none;
}

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

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

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

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  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(--darkgreen);
  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.buy-tickets a:hover {
  background: var(--darkgreen);
  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.google-diary 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 a:hover {
  background: var(--blue);
  transform: scale(1.2);
}

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

@media (max-width: 991px) {
  .nav-menu li.buy-tickets a {
    text-align: left;
  }

  .nav-menu li.google-diary a {
    text-align: left;
  }
}

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

/* 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: #ffffff;
}
#mobile-nav-toggle i:hover {
  transform:scale(1.2);
}

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

/* 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: -260px;
  width: 260px;
  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 {
  background-color: #9d122b;
}

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

.dropdown-menu {
  background-color:var(--darkred);
  z-index:9999999;
}
.dropdown-menu a:hover {
  background-color:var(--red);
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 70vh;
  background: url(../image/intro-bg.jpg);
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-position: 0% 100%;
}

@media (max-width: 1366px) {
  #intro {
    margin-top: 13%;
    /*background-position: 0% 40%;*/
  }
  #intro .intro-container {
    margin-top:7%;
  }
}

@media (max-width: 1024px) {
  #intro {
    /*background-attachment: fixed;*/
    /*height:45vh;*/
    margin-top:13%;
  }
  #intro .intro-container {
    margin-top:5%;
  }
}

@media (max-width: 991px) {
  #intro {
   margin-top:13%;
  }
}

@media (max-width: 768px) {
  #intro {
      margin-top: 17%;
      height: 55vh;
  }
}

@media (max-width: 415px) {
  #intro {
    margin-top:30%;
  }
}

@media (max-width: 376px) {
  #intro {
    margin-top:35%;
  }
}

/*#intro:before {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}*/

#intro .intro-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 9rem;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

@media (max-width: 991px) {
  #intro .intro-container {
    top: 70px;
  }
}

@media (max-width: 769px) {
  #intro .intro-container {
    top: 10px;
  }
}

@media (max-width: 415px) {
  #intro .intro-container {
    top: 10px;
  }
}

#intro h1 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 56px;
  font-weight: 600;
  text-transform: uppercase;
}

#intro h2 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 46px;
  font-weight: 600;
  text-transform: uppercase;
}

#intro h1 span {
  color: var(--red);
}

@media (max-width: 991px) {
  #intro h1 {
    font-size: 34px;
  }
}

@media (max-width: 769px) {
  #intro h1 {
    font-size: 25px;
  }

  #intro h2 {
    font-size: 25px;
  }
}


@media (max-width: 415px) {
  #intro h1 {
    font-size: 24px;
  }
  #intro h2 {
    font-size: 24px;
  }
}

#intro p {
  color: #ebebeb;
  font-weight: 700;
  font-size: 20px;
}

@media (max-width: 991px) {
  #intro p {
    font-size: 16px;
  }
}

#intro .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--red) 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#intro .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#intro .play-btn:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#intro .play-btn:hover::after {
  border-left: 15px solid var(--red);
  transform: scale(20);
}

#intro .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

#intro .about-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: var(--red);
  background-color:#ffffff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #ffffff;
}

#intro .about-btn:hover {
  background: var(--red);
  color: #fff;
  transform:scale(1.3);
}

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

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

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
#about {
  /*background: url("../img/about-bg.jpg");
  background-size: cover;*/
  overflow: hidden;
  position: relative;
  color: #333;
  /*margin-top: 15%;*/
}

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

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

@media (max-width:920px){
  #about {
    /*margin-top: 23%;*/
  }
}

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

.about-dates {
  color:var(--red);
}

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

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

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

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

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

/*--------------------------------------------------------------
# Show News
--------------------------------------------------------------*/
#shownews {
  padding: 60px 0;
  margin-top:24vh;
}

#shownews #review_btn {
  background-color: var(--blue);
  color: #fff;
  font-weight: 700;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  #shownews {
    margin-top:24vh;
  }
}

@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.1) {
    #shownews {
     margin-top:15vh;
  }
}


@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.25) {
    #shownews {
     margin-top:20vh;
  }
}

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

@media only screen 
  and (min-height: 1024px) 
  and (max-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) {
    #shownews {
     margin-top:3vh;
  }
}

@media only screen 
  and (max-height: 768px) 
  and (max-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    #shownews {
     margin-top:14vh;
  }
}



@media (max-width: 769px) {
  #shownews {
    margin-top:28vh;
  }
}

@media (max-width: 460px) {
  #shownews {
    margin-top:35vh;
  }
}

/* ipad Mini Portrait */
@media only screen 
  and (width:768px) 
  and (-webkit-min-device-pixel-ratio: 1.5) 
  and (orientation: portrait)
  and (min-resolution: 144dpi) {
  #shownews{
       margin-top: 26% !important;
  }
}

/* ipad Mini Landscape */
@media only screen 
  and (max-width:1024px) 
  and (-webkit-min-device-pixel-ratio: 1.5)
  and (orientation: landscape) 
  and (min-resolution: 144dpi) {
  #shownews{
       margin-top: 24% !important;
  }
}

/* iPhone X */
@media only screen 
    and (device-height : 375px) 
    and (device-width : 812px) 
    and (orientation : landscape) 
    and (-webkit-device-pixel-ratio : 1.5) { 
     #shownews{
       margin-top: 25% !important;
    }
    #shownews h1 {
      font-size:30px;
    }
}

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

#opening_times_title {
  display:none;
}

#times {
  background: url("../image/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;
  }
}

/*--------------------------------------------------------------
# Breaking news Section
--------------------------------------------------------------*/
#breaking {
  /*background: url("../img/about-bg.jpg");
  background-size: cover;*/
  overflow: hidden;
  position: relative;
  color: #333;
  padding: 60px 0 40px 0;
}

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

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

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

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

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

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

/*--------------------------------------------------------------
# Product Section
--------------------------------------------------------------*/
#products {
  /*background: url("../img/about-bg.jpg");
  background-size: cover;*/
  overflow: hidden;
  position: relative;
  color: #333;
  padding: 60px 0 40px 0;
}

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

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

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

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


/*--------------------------------------------------------------
# Attendees Section
--------------------------------------------------------------*/
#attendees {
  /*background: url("../img/about-bg.jpg");
  background-size: cover;*/
  overflow: hidden;
  position: relative;
  color: #333;
  padding: 60px 0 40px 0;
}

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

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

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

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

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

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

/*--------------------------------------------------------------
# Related Events Section
--------------------------------------------------------------*/
#related {
  /*background: url("../img/about-bg.jpg");
  background-size: cover;*/
  overflow: hidden;
  position: relative;
  color: #333;
  padding: 60px 0 40px 0;
}

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

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

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

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

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

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

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

.speaker-list {
  padding: 250px 0 60px 0 !important;
  overflow: hidden;
}

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

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

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

#speakers .presentation {
  margin-bottom: 30px;
  background-color: var(--red);
  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: -250px;
  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: 250px;
  background: rgba(255, 255, 255, 0.76);
  padding:5%;
}
#speakers .speaker .details .social img {
  width:200px;
}
#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 {
  bottom: 0;
}*/

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

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

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

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

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

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

/*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/
#schedule {
  padding: 60px 0;
}

#schedule .section-header h2 {
  margin-top:15%;
}

#schedule .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}

#schedule .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}

#schedule .nav-tabs a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: #0e1b4d;
  color: #fff;
  padding: 10px 100px;
}

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

  #schedule {
    margin-top:100px  !important;
  }
}

@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5){
    #schedule {
      margin-top:100px;
    }

}

@media (max-width: 1366px) {
  #schedule {
    margin-top:150px !important;
  }
}

@media (min-width: 1024px) {
  #schedule {
    margin-top:100px !important;
  }
}

@media (max-width: 991px) {
  #schedule {
   margin-top:200px !important;
  }
  #schedule .nav-tabs a {
    padding: 8px 60px;
  }
}

@media (max-width: 768px) {
  #schedule {
      margin-top: 270px !important;
  }
  #schedule .nav-tabs a {
    padding: 8px 50px;
  }
}

@media (max-width: 480px) {
  #schedule .nav-tabs a {
    padding: 8px 30px;
  }
}

@media (max-width: 414px) {
  #schedule {
    margin-top:350px !important;
    height:auto !important;
  }
}

@media (max-width: 376px) {
  #schedule {
    margin-top:350px;
  }
}

#schedule .nav-tabs a.active {
  background-color: var(--blue);
  color: #fff;
}

#schedule .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
}

@media (min-width: 991px) {
  #schedule .sub-heading {
    width: 75%;
  }
}

#schedule .tab-pane {
  transition: ease-in-out .2s;
}

#schedule .schedule-item {
  border-bottom: 1px solid #cad4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}

#schedule .schedule-item:hover {
  background-color: #fff;
}

#schedule .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
}

#schedule .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

#schedule .schedule-item .speaker img {
  height: 100%;
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}

#schedule .schedule-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

#schedule .schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}

#schedule .schedule-item p {
  font-style: italic;
  color: #152b79;
  margin-bottom: 0;
}

#schedule .session {
  background-color: #409eb9;
  border-color: #409eb9;
}
#schedule .session h4 {
  color:#fff;
}

/*--------------------------------------------------------------
# Venue Section
--------------------------------------------------------------*/
#venue {
  padding: 60px 0;
}

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

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

#venue .venue-info {
  background: url("../image/venue.jpg") 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;
}

@media (max-width: 574px) {
  #venue .venue-info h3 {
    font-size: 24px;
  }
}

#venue .venue-info p {
  color: #fff;
  margin-bottom: 0;
}

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

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

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

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

/*--------------------------------------------------------------
# Hotels Section
--------------------------------------------------------------*/
#hotels {
  padding: 60px 0;
}

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

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

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

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

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

#hotels a {
  color: #152b79;
}

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

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

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

#hotels p {
  padding: 0 20px;
  margin-bottom: 20px;
  color: #060c22;
  font-size: 15px;
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
#gallery {
  padding: 60px;
  overflow: hidden;
  margin-top: 3%;
}

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

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

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

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

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

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

#gallery .section-subheader h2 {
  font-size: 36px;
      text-transform: uppercase;
      text-align: center;
      font-weight: 700;
      margin-bottom: 10px;
}

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

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

/* main gallery */
/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
#gallery-m {
  padding: 60px;
  overflow: hidden;
  margin-top:10%;
}

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

#gallery-m .section-subheader h2 {
  font-size: 36px;
      text-transform: uppercase;
      text-align: center;
      font-weight: 700;
      margin-bottom: 10px;
}

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

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

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

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

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

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

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

#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-logo:hover img {
  transform: scale(1.2);
}

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

/*--------------------------------------------------------------
# Sponsorship Section
--------------------------------------------------------------*/
#sponsorship {
  padding: 60px 0;
}

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

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

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

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

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

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

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

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

#sponsorship .card .btn:hover {
  background-color: #e0072f;
}

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

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

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

#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-workshop::after {
    font-family: FontAwesome;
    content: "\f086";
    position: absolute;
    top: 0;
    left: 5px;
    font-size:35px;
    color:#09629e;
}

/*--------------------------------------------------------------
# Speaker Reg Section
--------------------------------------------------------------*/
#speakerreg {
  padding: 60px 0;
  margin-top:10%;
}

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

@media (max-width: 1025px) {
  #speakerreg {
    margin-top:10%;
  }
}

@media (max-width: 769px) {
  #speakerreg {
    margin-top:15%;
  }
}



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

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

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

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

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

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

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

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

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

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

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

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


/*--------------------------------------------------------------
# Exhibitor List Section
--------------------------------------------------------------*/
#exhiblist {
  padding: 60px 0;
  margin-top:5%;
}

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

@media (max-width: 1025px) {
  #exhiblist {
    margin-top:10%;
  }
}

@media (max-width: 769px) {
  #exhiblist {
    margin-top:15%;
  }
}



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

/*--------------------------------------------------------------
# Press Section
--------------------------------------------------------------*/
#press {
  padding: 60px 0;
}

#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;
  margin-top:20vh;
}

@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5){
    :root {
    zoom: 0.7;
  }
    #pressregistration {
      margin-top:37vh;
    }

}

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

/*--------------------------------------------------------------
# Marketing Section
--------------------------------------------------------------*/
#marketing {
  padding: 60px 0;
}

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

/*--------------------------------------------------------------
# Booth Section
--------------------------------------------------------------*/
#booth {
  /*background: url("../img/about-bg.jpg");
  background-size: cover;*/
  overflow: hidden;
  position: relative;
  color: #333;
  padding: 60px 0 40px 0;
}

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

/*--------------------------------------------------------------
# Floorplan Section
--------------------------------------------------------------*/
#floorplan {
  /*background: url("../img/about-bg.jpg");
  background-size: cover;*/
  overflow: hidden;
  position: relative;
  color: #333;
  /*padding: 60px 0 40px 0;*/
  /*margin-top:15%;*/
}

@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    #floorplan{
      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) {
    #floorplan {
    /*margin-top: 17%;*/
  }
}

@media (min-width: 1024px) {
  #floorplan {
    background-attachment: fixed;
    margin-top:15%;
  }
}


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

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



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

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

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

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

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




/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/
#faq {
  padding: 60px 0;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #faq #faq-list a {
    font-size: 18px;
  }
  #faq #faq-list i {
    top: 13px;
  }
}

#faq #faq-list a.collapse {
  color: var(--red);
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f055" !important;
}

/*--------------------------------------------------------------
# Subscribe Section
--------------------------------------------------------------*/
#subscribe {
  padding: 60px;
  background: url(../image/subscribe-bg.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#subscribe:before {
  content: "";
  background: rgba(6, 12, 34, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

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

#subscribe .section-header h2, #subscribe p {
  color: #fff;
}

#subscribe input {
  background: #fff;
  color: #060c22;
  border: 0;
  outline: none;
  margin: 0;
  padding: 9px 20px;
  border-radius: 50px;
  font-size: 14px;
}

@media (min-width: 767px) {
  #subscribe input {
    min-width: 400px;
  }
}

#subscribe button {
  border: 0;
  padding: 9px 25px;
  cursor: pointer;
  background: var(--red);
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
  font-size: 14px;
  border-radius: 50px;
}

#subscribe button:hover {
  background: #e0072f;
}

@media (max-width: 460px) {
  #subscribe button {
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
# Buy Tickets Section
--------------------------------------------------------------*/
#buy-tickets {
  padding: 60px 0;
}

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

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

#buy-tickets .card hr {
  margin: 25px 0;
}

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

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

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

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

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

#buy-tickets .card .btn:hover {
  background-color: #e0072f;
}

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

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

#buy-tickets #buy-ticket-modal .btn:hover {
  background-color: #e0072f;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: var(--red);
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #112363;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #112363;
}

#contact .contact-info a {
  color: var(--red);
  display: inline-block;

}

#contact .contact-info a:hover {
  color: #88050d;
  transform: scale(1.2);
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email, #contact .contact-fax {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email, #contact .contact-fax {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input, #contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
  background-color: var(--red);
}

#contact .php-email-form input {
  padding: 20px 15px;
}

#contact .php-email-form textarea {
  padding: 12px 15px;
}

#contact .php-email-form button[type="submit"] {
  background: var(--red);
  border: 0;
  padding: 10px 40px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  cursor: pointer;
}

#contact .php-email-form button[type="submit"]:hover {
  background: #e0072f;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Registration
--------------------------------------------------------------*/
#registration {
  padding: 60px 0;
  margin-top:15%;
}

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

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

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

@media only screen and (max-width:500px) 
 {
  #registration{
       margin-top: 60% !important;
  }
}

/* ipad Mini Portrait */
@media only screen 
  and (width:768px) 
  and (-webkit-min-device-pixel-ratio: 1.5) 
  and (orientation: portrait)
  and (min-resolution: 144dpi) {
  #registration{
       margin-top: 25% !important;
  }
}

/* ipad Mini Landscape */
@media only screen 
  and (max-width:1024px) 
  and (-webkit-min-device-pixel-ratio: 1.5)
  and (orientation: landscape) 
  and (min-resolution: 144dpi) {
  #registration{
       margin-top: 20% !important;
  }
}

/* iPhone X */
@media only screen 
    and (device-height : 375px) 
    and (device-width : 812px) 
    and (orientation : landscape) 
    and (-webkit-device-pixel-ratio : 3) { 
     #registration{
       margin-top: 25% !important;
    }
    #registration h1 {
      font-size:30px;
    }
}

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

#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('../image/mti@2x.jpg');
  background-size: cover;
  overflow: hidden;
  position: relative;
  height:auto;
  /*background-position: 0% 100%;*/
}

@media (max-width: 991px) {
  .dropdown-menu {
      background-color: var(--red);
  }
}

#pill {
  text-align:center;
}

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

  #pill {
    margin-top:250px  !important;
  }
}

@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5){
    #pill {
      margin-top:250px;
    }

}

@media (max-width: 1366px) {
  #pill {
    margin-top:250px !important;
    /*height:35vh;*/
  }
}

@media (min-width: 1024px) {
  #pill {
    margin-top:250px !important;
    /*margin-top:22%;*/
  }
}

@media (max-width: 991px) {
  #pill {
   margin-top:250px !important;
  }
  #pill h1 {
    font-size:1.7em !important;
    font-weight:500;
  }
}

@media (max-width: 768px) {
  #pill {
      margin-top: 270px !important;
      /*height: 68vh;*/
  }
}

@media (max-width: 414px) {
  #pill {
    margin-top:350px !important;
    height:auto !important;
  }
  #pill h1 {
    font-size:1em;
  }
}

@media (max-width: 376px) {
  #pill {
    margin-top:350px;
  }
}


#pill h1 {
    margin:0 auto;
}
