html {
  background: #2a2a2a; }

body {
  font-family: 'Roboto', sans-serif;
  position: relative;
  color: #333333;
  font-size: 14px; }

.content--wrapper {
  padding-top: 65px;
  padding-bottom: 380px;
  min-height: 100vh;
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 991px) {
  .content--wrapper {
    padding-bottom: 900px; } }

.left {
  float: left; }

.right {
  float: right; }

.collapse {
  display: none;
  overflow: hidden; }

.no-margin {
  margin: 0; }

.no-padding {
  padding: 0; }

.margin-top {
  margin-top: 20px; }

.margin-bottom {
  margin-bottom: 20px; }

.no-overflow {
  overflow: hidden; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

p {
  font-weight: 300;
  font-size: 18px; }
  p strong {
    font-weight: 700; }

h1 {
  font-size: 36px;
  font-weight: 300;
  line-height: 38px;
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 strong {
    font-weight: 700; }

h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
  margin-top: 20px;
  margin-bottom: 10px; }

h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 38px;
  margin-top: 20px;
  margin-bottom: 10px; }
  h3 strong {
    font-weight: 700; }

a {
  color: #333333; }
  a.btn {
    background: #333333;
    color: #ffffff; }
    a.btn:hover {
      background: #f04e33;
      color: #ffffff; }
  a:hover {
    color: #f04e33; }

.btn {
  border-radius: 0; }
  .btn.btn-register {
    background: #89c402;
    color: #ffffff; }
    .btn.btn-register.big {
      padding: 10px 20px; }
    .btn.btn-register:hover {
      color: #ffffff;
      background: #a5ce00; }
    .btn.btn-register:focus {
      color: #ffffff;
      background: #a5ce00; }
    .btn.btn-register:disabled {
      background: #333333;
      color: #ffffff; }

input {
  width: 100%;
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 5px;
  height: 40px;
  margin: 10px 0;
  padding: 0 10px;
  font-family: 'Roboto', sans-serif; }
  input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  input:focus {
    outline: none; }

input[type="checkbox"] {
  width: auto;
  height: auto;
  margin-right: 10px;
  background-color: transparent;
  border: 1px solid #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  vertical-align: top; }
  input[type="checkbox"]:focus {
    outline: none; }
  input[type="checkbox"]:checked {
    color: #fff; }
  input[type="checkbox"]:checked:after {
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #fff; }

/* Navigation Header Styles */
.navbar-conference {
  background: #ffffff;
  color: #333333;
  box-shadow: 2px 0px 5px #2a2a2a;
  border: 0 none;
  height: 65px; }

.navbar-date {
  color: #333333;
  text-align: right;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px; }

@media (max-width: 550px) {
  .navbar-date {
    display: none; } }

.btn-menu {
  padding: 0;
  margin-left: 10px; }
  .btn-menu:focus {
    outline: none; }
  .btn-menu .hamburger-box {
    margin-top: 6px;
    width: 34px; }
  .btn-menu.is-active .hamburger-inner {
    background-color: #333333; }
    .btn-menu.is-active .hamburger-inner::before {
      background-color: #333333; }
    .btn-menu.is-active .hamburger-inner::after {
      background-color: #333333; }
  .btn-menu .hamburger-inner {
    width: 34px;
    background-color: #333333; }
    .btn-menu .hamburger-inner::before {
      width: 34px;
      background-color: #333333; }
    .btn-menu .hamburger-inner::after {
      width: 34px;
      background-color: #333333; }

/* Menu Styles */
.main-menu--wrapper {
  position: fixed;
  color: #ffffff;
  top: 65px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(51, 51, 51, 0.95);
  visibility: hidden;
  overflow-y: auto; }
  .main-menu--wrapper .info-menu {
    color: rgba(255, 255, 255, 0.7); }
    .main-menu--wrapper .info-menu a {
      color: rgba(255, 255, 255, 0.7); }
  .main-menu--wrapper h4 {
    font-weight: 300; }
    .main-menu--wrapper h4 strong {
      font-weight: 700; }
  .main-menu--wrapper .menu-margin {
    margin-top: 20px;
    margin-bottom: 20px; }
  .main-menu--wrapper.show {
    visibility: visible; }
  .main-menu--wrapper ul.menu-items {
    list-style: none;
    padding: 0; }
    .main-menu--wrapper ul.menu-items.small a {
      font-size: 18px;
      font-weight: 300;
      line-height: 28px; }
  .main-menu--wrapper a {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    -webkit-transition: padding .2s ease;
    -o-transition: padding .2s ease;
    transition: padding .2s ease; }
    .main-menu--wrapper a.no-animation:hover {
      padding-left: 0; }
    .main-menu--wrapper a.animate-right:hover {
      padding-right: 5px; }
    .main-menu--wrapper a:hover {
      text-decoration: none;
      color: #ffffff;
      padding-left: 5px; }
  .main-menu--wrapper .social a {
    font-size: 30px;
    margin-right: 10px;
    opacity: 0.7; }
    .main-menu--wrapper .social a:hover {
      padding-left: 0;
      opacity: 1; }

.section {
  color: #333333;
  padding-top: 20px;
  padding-bottom: 20px; }
  .section.no-padding {
    padding: 0; }
  .section.primary {
    background: #333333;
    color: #ffffff; }
    .section.primary .btn {
      background: #f04e33;
      color: #ffffff; }
      .section.primary .btn:hover {
        background: #DB2537; }
  .section.secondary {
    background: #f04e33;
    color: #ffffff; }
  .section.accent {
    background: #DB2537;
    color: #ffffff; }
  .section.dark {
    background: #2a2a2a;
    color: #ffffff; }
    .section.dark a {
      color: #ffffff; }
      .section.dark a:hover {
        color: #ffffff; }
    .section.dark .btn {
      background: #f04e33;
      color: #ffffff; }
      .section.dark .btn:hover {
        background: #DB2537; }

.cover {
  position: relative;
  height: 500px;
  overflow: hidden;
  background-image: url("../../images/venue/vegas/bg-vegas-next.jpg");
  background-size: cover;
  background-position: bottom center; }
  .cover video {
    width: 100%;
    height: 565px;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: top center;
    -o-object-position: top center;
    display: block;
    margin-top: -65px; }
  .cover .overlay-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .cover .overlay-wrapper .alert {
      border-radius: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }
    .cover .overlay-wrapper .overlay {
      background: rgba(51, 51, 51, 0.9);
      position: absolute;
      top: 40px;
      right: 15px;
      color: #fff;
      padding: 30px 40px;
      max-width: 500px; }
      .cover .overlay-wrapper .overlay p {
        font-size: 20px;
        font-weight: 300; }

.indicator-row h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 20px; }

.indicator-row div.indicator {
  cursor: pointer;
  position: relative;
  padding: 30px 0;
  overflow: hidden; }
  .indicator-row div.indicator div.indicator-overlay {
    position: absolute;
    top: 0;
    bottom: 200px;
    left: 0;
    right: 0;
    background: #DB2537;
    color: #ffffff;
    -webkit-transition: bottom .2s;
    -o-transition: bottom .2s;
    transition: bottom .2s;
    overflow: hidden; }
    .indicator-row div.indicator div.indicator-overlay a {
      display: table;
      width: 100%;
      height: 100%;
      padding-top: 30px;
      color: #ffffff;
      font-size: 24px;
      font-weight: 300; }
      .indicator-row div.indicator div.indicator-overlay a:hover {
        text-decoration: none;
        color: #ffffff; }
  .indicator-row div.indicator:hover div.indicator-overlay {
    bottom: 0; }

.indicator-row p.indicator {
  font-size: 44px;
  line-height: 40px;
  margin-bottom: 0;
  display: inline-block;
  font-weight: 600; }

.speaker--wrapper {
  margin-bottom: 10px; }
  .speaker--wrapper a {
    color: #333333; }
    .speaker--wrapper a p {
      text-align: center;
      margin-bottom: 0px; }
    .speaker--wrapper a img {
      max-width: 200px;
      width: 100%;
      margin-bottom: 10px;
      border-bottom: 5px solid #DB2537; }
    .speaker--wrapper a .speaker-name {
      font-size: 16px;
      font-weight: 600; }
    .speaker--wrapper a .speaker-title {
      font-size: 14px; }
      .speaker--wrapper a .speaker-title::after {
        content: '';
        margin-left: 0; }
    .speaker--wrapper a .speaker-company {
      font-size: 16px;
      font-weight: 600;
      color: #333333; }
    .speaker--wrapper a:hover {
      text-decoration: none;
      color: #333333; }

.session--wrapper {
  border: 1px solid rgba(51, 51, 51, 0.3);
  padding: 20px;
  display: table;
  background: rgba(51, 51, 51, 0.05);
  margin-bottom: 20px;
  height: 100%;
  width: 100%;
  padding-bottom: 40px;
  position: relative; }
  .session--wrapper .learn-more {
    position: absolute;
    bottom: 20px;
    right: 40px; }
  .session--wrapper:hover {
    text-decoration: none;
    color: #333333;
    background: #f04e33; }
    .session--wrapper:hover .header {
      color: #ffffff; }
    .session--wrapper:hover .speaker {
      color: rgba(255, 255, 255, 0.5); }
    .session--wrapper:hover .abstract {
      color: rgba(255, 255, 255, 0.5); }
    .session--wrapper:hover .track-wrapper .track {
      color: rgba(255, 255, 255, 0.5);
      border: 1px solid rgba(255, 255, 255, 0.5);
      border-radius: 3px;
      padding: 2px 5px;
      margin-right: 10px; }
      .session--wrapper:hover .track-wrapper .track:hover {
        border: 1px solid rgba(51, 51, 51, 0.8);
        color: #333333; }
      .session--wrapper:hover .track-wrapper .track:hover {
        color: rgba(255, 255, 255, 0.8);
        border-color: rgba(255, 255, 255, 0.8);
        cursor: pointer; }
    .session--wrapper:hover .learn-more {
      color: rgba(255, 255, 255, 0.5); }
      .session--wrapper:hover .learn-more:hover {
        color: rgba(255, 255, 255, 0.8); }
  .session--wrapper .track-wrapper {
    margin-bottom: 0; }
    .session--wrapper .track-wrapper .track {
      font-size: 14px;
      border: 1px solid rgba(51, 51, 51, 0.4);
      color: rgba(51, 51, 51, 0.5);
      border-radius: 3px;
      padding: 2px 5px;
      margin-right: 10px; }
  .session--wrapper:focus {
    text-decoration: none; }
  .session--wrapper .header {
    font-size: 22px;
    font-weight: 300;
    text-align: left; }
  .session--wrapper .speaker {
    font-size: 16px;
    font-weight: 600; }
  .session--wrapper .abstract {
    font-size: 14px; }
  .session--wrapper .learn-more {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0; }
    .session--wrapper .learn-more i.fa {
      font-weight: 600;
      margin-left: 5px; }

.track-wrapper {
  margin-bottom: 0; }
  .track-wrapper .track {
    font-size: 14px;
    border: 1px solid rgba(51, 51, 51, 0.4);
    color: rgba(51, 51, 51, 0.5);
    border-radius: 3px;
    padding: 2px 5px;
    margin-right: 10px; }

.speaker-panel {
  margin-top: 20px;
  background: #333333;
  color: #ffffff;
  padding: 20px; }
  .speaker-panel h4 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 14px; }
  .speaker-panel .speaker-listing--wrapper {
    display: table;
    width: 100%; }
  .speaker-panel a.profile-photo-wrapper {
    float: left; }
  .speaker-panel .profile-photo {
    width: 80px;
    margin-right: 10px; }
  .speaker-panel .speaker-short-name {
    font-weight: 700; }
    .speaker-panel .speaker-short-name a {
      color: #ffffff; }
      .speaker-panel .speaker-short-name a:hover {
        color: #ffffff; }
  .speaker-panel .speaker-short-title {
    color: rgba(255, 255, 255, 0.7); }
  .speaker-panel .speaker-short-company {
    color: rgba(255, 255, 255, 0.5); }

.session-style h1 {
  font-weight: 300; }
  .session-style h1 strong {
    font-weight: 700; }

.session-style h3 {
  font-weight: 300;
  font-size: 18px;
  margin-top: 0; }

.session-style .speaker-company {
  font-weight: 700; }

.session-style .session-abstract {
  margin-top: 20px; }

.session-style .speaker-info-text .speaker--photo {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 200px;
  height: 200px; }

.session-detail-panel {
  background: rgba(51, 51, 51, 0.9);
  color: #ffffff;
  margin-bottom: 40px;
  padding: 20px; }
  .session-detail-panel label {
    display: block;
    margin-bottom: 0;
    margin-top: 5px;
    font-weight: 700; }
  .session-detail-panel span {
    display: block;
    font-weight: 300;
    font-size: 20px; }

div.track--wrapper {
  margin-bottom: 20px; }
  div.track--wrapper span.track {
    display: inline-block;
    font-size: 14px;
    border: 1px solid rgba(51, 51, 51, 0.4);
    color: rgba(51, 51, 51, 0.5);
    border-radius: 3px;
    padding: 2px 5px;
    margin-right: 10px;
    margin-left: 0;
    margin-top: 10px; }
    div.track--wrapper span.track:hover {
      cursor: pointer;
      color: #333333;
      background: rgba(51, 51, 51, 0.05); }
    div.track--wrapper span.track.selected {
      background: rgba(240, 78, 51, 0.7);
      color: #ffffff;
      border-color: #f04e33; }

.img-earlybird {
  max-height: 150px; }

.header-earlybird {
  margin: 20px 0;
  font-size: 18px; }

.field-item label {
  font-size: 18px;
  font-weight: 300;
  word-wrap: break-word; }
  .field-item label input[type="checkbox"] {
    margin-top: 8px;
    margin-bottom: 0; }

.hotel {
  background-image: url("../../images/venue/vegas/bg-vegas-next.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .hotel div.container {
    padding-top: 300px; }
  .hotel .hotel-info {
    color: #fff;
    background: rgba(51, 51, 51, 0.8);
    padding: 30px;
    display: inline-block;
    min-width: 350px;
    width: 40%; }
    .hotel .hotel-info .btn {
      background: #f04e33;
      color: #ffffff; }
      .hotel .hotel-info .btn:hover {
        background: #DB2537; }

.toggle-dropdown {
  border: 1px solid rgba(51, 51, 51, 0.3);
  font-size: 14px;
  border-radius: 3px;
  margin-left: 10px; }
  .toggle-dropdown:hover {
    background: rgba(51, 51, 51, 0.05); }

.dropdown-menu {
  padding: 10px 20px;
  width: 300px;
  line-height: auto; }
  .dropdown-menu .track--wrapper {
    line-height: 18px; }
    .dropdown-menu .track--wrapper .track {
      line-height: 18px; }
  .dropdown-menu.big {
    width: 600px;
    left: -70px !important; }
  .dropdown-menu div.column {
    width: 260px;
    margin-right: 20px;
    float: left; }
  .dropdown-menu div.column:last-child {
    margin-right: 0; }
  .dropdown-menu label {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px; }
  .dropdown-menu input {
    height: auto;
    padding: 5px 5px;
    font-size: 14px;
    line-height: 18px; }
  .dropdown-menu select {
    height: auto;
    padding: 5px 5px;
    font-size: 14px;
    line-height: 18px; }

.search-input {
  margin-top: 10px;
  border: 1px solid rgba(51, 51, 51, 0.3);
  color: #333333; }
  .search-input::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.7); }

table {
  margin-top: 30px; }

.thead-default {
  background-color: #333333;
  color: #ffffff; }

.thead-default th {
  border-bottom: 2px solid #333333 !important; }

tr:nth-child(odd) {
  background: rgba(51, 51, 51, 0.1); }

.registration-form .btn {
  border-radius: 0; }

.registration-form input {
  color: #000000;
  border: 1px solid #DDDDDD;
  border-radius: 5px; }

.registration-form ::placeholder {
  color: rgba(51, 51, 51, 0.7); }

.registration-form label {
  font-weight: 400; }

.sponsor--wrapper {
  border: 1px solid rgba(51, 51, 51, 0.1);
  padding: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-left: 20px; }
  .sponsor--wrapper img {
    margin-bottom: 20px; }

.news-list {
  list-style: none;
  padding: 0; }
  .news-list li {
    border-bottom: 1px solid rgba(51, 51, 51, 0.1); }

footer {
  background: #2a2a2a;
  padding: 20px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  footer h3 {
    font-size: 20px;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #ffffff; }
  footer h4 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 5px; }
  footer ul {
    list-style: none;
    padding-left: 0; }
    footer ul li {
      color: rgba(255, 255, 255, 0.6);
      font-size: 16px;
      margin-bottom: 3px; }
      footer ul li.animated {
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
        footer ul li.animated:hover {
          padding-left: 5px; }
  footer p {
    color: #ffffff; }
    footer p.copyright {
      font-size: 12px;
      margin-bottom: 0;
      margin-top: 10px; }
      footer p.copyright a {
        color: #ffffff;
        font-weight: 700; }
        footer p.copyright a:hover {
          color: #ffffff; }
    footer p a {
      color: #333333;
      font-size: 12px;
      margin-bottom: 0; }
    footer p.social {
      height: 28px;
      line-height: 28px; }
      footer p.social a {
        font-size: 24px;
        margin-right: 10px;
        color: rgba(255, 255, 255, 0.6); }
        footer p.social a:hover {
          color: #ffffff; }
  footer a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    margin-bottom: 3px; }
    footer a:hover {
      text-decoration: none;
      color: #ffffff; }
    footer a:focus {
      text-decoration: none;
      color: #ffffff; }

.badge-register {
  padding: 2px 10px; }
  .badge-register input[type="checkbox"] {
    margin: 5px 0; }
  .badge-register label {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 300;
    margin-top: 4px;
    margin-left: 10px; }

.modal-style {
  background: rgba(23, 23, 23, 0.5); }
  .modal-style .modal-content {
    border-radius: 0;
    border: 0 none;
    color: #ffffff;
    background: #333333; }
  .modal-style .btn-primary {
    background: #f04e33; }

.event-type--switch {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none; }
  .event-type--switch input {
    opacity: 0;
    width: 0;
    height: 0; }
    .event-type--switch input:not(:checked) ~ .option {
      background: #333333;
      border-color: #333333;
      color: #ffffff; }
    .event-type--switch input:checked ~ .alternative {
      background: #333333;
      border-color: #333333;
      color: #ffffff; }
  .event-type--switch .option, .event-type--switch .alternative {
    border: 1px solid #efefef;
    width: 120px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    font-weight: 600;
    cursor: pointer;
    background: #efefef; }

.cert-section {
  padding-bottom: 0; }
  .cert-section a {
    color: #ffffff;
    text-decoration: none; }
    .cert-section a:hover {
      color: #ffffff;
      text-decoration: none; }
  .cert-section div.row {
    padding-left: 40px;
    padding-right: 40px; }

.cert-discl {
  padding: 10px 0;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.2); }

ul.cert-ul {
  padding-left: 14px;
  font-size: 18px; }

.cert-price {
  font-size: 28px;
  font-weight: 600; }
  .cert-price span {
    font-size: 16px;
    font-weight: 400; }
