/************************************************
*** draft banner ***
************************************************/

.draft-banner {
  background-color: #444444;
  min-height: 60px;
  position: relative;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.draft-logo {
  height: 30px;
  display: flex;
}

.draft-txt-section {
  margin-left: 20px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-family: 'Rubik', 'Lato', Helvetica, Arial, sans-serif;
}

.draft-title {
  font-size: 14px;
}

.draft-txt {
  font-size: 13px;
}

.draft-link {
  color: #339cc2;
}

.promo .promo-text {
  margin: 100px 0;
}

.promo .register {
  margin: 100px 0;
}

@media (max-width: 992px) {
  .draft-banner {
    padding: 15px;
  }

  .promo .promo-text {
    margin: 150px 0;
  }

  .draft-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .draft-logo {
    margin: 5px;
  }

  .draft-txt-section {
    margin-left: 5px;
  }
}

/************************************************
*** conference ***
************************************************/

.conference {
  padding: 60px 0;
  border-bottom: 1px solid #eeeeee;
}

.conference-event-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.event-container {
  padding: 20px 0;
}

.conference-event-img {
  width: 100%;
  height: 200px;
  border-radius: 3px 3px 0 0;
  background-color: #f4f4f4;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.conference-event-btn-join-zoom-client {
  position: relative;
  top: -5px;
  margin-bottom: 20px;
}

.conference-event-iframe {
  margin-top: 20px;
}

.conference-event-btn-border {
  border-radius: 0 0 3px 3px;
}

@media (max-width: 992px) {
  .conference-event-mobile-view {
    display: flex;
    flex-direction: column;
  }
  .conference-event-mobile-first {
    order: 1;
    margin-bottom: 10px;
  }
  .conference-event-mobile-second {
    order: 2;
  }
}

/************************************************
*** header ***
************************************************/

@media (max-width: 992px) {
  .main-header .nav > li > a {
    padding: 22px 7px 0 7px;
    font-size: 12px;
  }
}

/************************************************
*** navigation ***
************************************************/

.navbar {
  min-height: 60px;
}

.navbar-custom {
  background-color: #ffffff;
  border-color: #eeeeee;
}

.navbar-custom .navbar-brand {
  color: #777777;
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 0px;
  font-size: 18px;
  line-height: 20px;
  height: 60px;
}

@media (max-width: 768px) {
  .navbar-custom .navbar-brand {
    padding-left: 0px;
  }
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-custom .navbar-brand img {
  float: left;
  height: 100%;
}

.navbar-custom .navbar-brand-image-2,
.navbar-custom .navbar-brand-image-3 {
  margin-left: 5px;
}

@media (min-width: 768px) {
  .navbar-custom .navbar-brand-image-2,
  .navbar-custom .navbar-brand-image-3 {
    margin-left: 15px;
  }
}

.navbar-custom .navbar-text {
  color: #777777;
}

.navbar-custom .navbar-nav > li > a {
  color: #333333;
  text-transform: uppercase;
  font-weight: 600;
}

.navbar-custom .navbar-nav > li > a:hover {
  color: #339cc2;
  background-color: transparent;
}

.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover {
  color: #339cc2;
}

.navbar-custom .navbar-nav > .disabled > a,
.navbar-custom .navbar-nav > .disabled > a:hover,
.navbar-custom .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-custom .navbar-toggle {
  border-color: #dddddd;
}

.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #dddddd;
}

.navbar-custom .navbar-toggle .icon-bar {
  background-color: #888888;
}

.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
  border-color: #e7e7e7;
}

.nav > li > a:focus {
  background-color: transparent;
}

.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #555555;
}

@media (max-width: 767px) {
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

.navbar-custom .navbar-link {
  color: #777777;
}

.navbar-custom .navbar-link:hover {
  color: #333333;
}

.navbar-custom .btn-link {
  color: #777777;
}

.navbar-custom .btn-link:hover,
.navbar-custom .btn-link:focus {
  color: #333333;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.navbar-custom .navbar-brand-small {
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-custom .navbar-brand-small img {
  max-height: 30px;
}

@media (min-width: 992px) {
  .navbar-custom .navbar-nav-small > li > a {
    padding: 22px 7px 0 7px;
    font-size: 12px;
  }
}

/************************************************
*** landing reset style ***
************************************************/

body {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
}

h1 {
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 24px;
  }
  h2,
  .h2 {
    font-size: 22px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
}

.lead {
  font-weight: 300;
}

.input-lg {
  font-size: 14px;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 13px 16px;
  font-size: 14px;
  min-width: 60px;
}

/************************************************
*** buttons ***
************************************************/

.btn,
.btn:active,
.btn.active {
  outline: none;
}

.btn:hover,
.btn:focus {
  outline: none;
  color: #333333;
  text-decoration: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
  outline: none;
}

.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}

.btn-primary {
  color: #ffffff;
  background-color: #339cc2;
  border-color: #52b3d9;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #2d9fcb;
  border-color: #2b98c3;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #52b3d9;
  border-color: #52b3d9;
  outline: none;
}

.btn-primary .badge {
  color: #52b3d9;
  background-color: #ffffff;
}

.btn-success {
  color: #ffffff;
  background-color: #44d4aa;
  border-color: #44d4aa;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #28AC86;
  border-color: #28AC86;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #44d4aa;
  border-color: #44d4aa;
  outline: none;
}

.btn-success .badge {
  color: #44d4aa;
  background-color: #ffffff;
}

.btn-info {
  color: #ffffff;
  background-color: #339cc2;
  border-color: #339cc2;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #d4ebd2;
  border-color: #d4ebd2;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5c97bf;
  border-color: #5c97bf;
  outline: none;
}

.btn-info .badge {
  color: #5c97bf;
  background-color: #ffffff;
}

.btn-warning {
  color: #ffffff;
  background-color: #fd8a21;
  border-color: #fd8a21;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #e97002;
  border-color: #df6b02;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #fd8a21;
  border-color: #fd8a21;
  outline: none;
}

.btn-warning .badge {
  color: #fd8a21;
  background-color: #ffffff;
}

.btn-danger {
  color: #ffffff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d62c1a;
  border-color: #cd2a19;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #e74c3c;
  border-color: #e74c3c;
  outline: none;
}

.btn-danger .badge {
  color: #e74c3c;
  background-color: #ffffff;
}

.btn-empty {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
  border-color: #ffffff;
}

.dropdown-toggle.btn-empty {
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-toggle.btn-empty:hover,
.dropdown-toggle.btn-empty:active {
  background-color: #ffffff;
}

.btn-empty:hover,
.btn-empty:focus,
.btn-empty:active,
.btn-empty.active,
.open > .dropdown-toggle.btn-empty {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}

.btn-empty:focus {
  background-color: rgba(0, 0, 0, 0.3);
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.btn-empty:active,
.btn-empty.active,
.open > .dropdown-toggle.btn-empty {
  background-image: none;
}

.btn-empty.disabled,
.btn-empty[disabled],
fieldset[disabled] .btn-empty,
.btn-empty.disabled:hover,
.btn-empty[disabled]:hover,
fieldset[disabled] .btn-empty:hover,
.btn-empty.disabled:focus,
.btn-empty[disabled]:focus,
fieldset[disabled] .btn-empty:focus,
.btn-empty.disabled:active,
.btn-empty[disabled]:active,
fieldset[disabled] .btn-empty:active,
.btn-empty.disabled.active,
.btn-empty[disabled].active,
fieldset[disabled] .btn-empty.active {
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffffff;
  outline: none;
}

.btn-empty .badge {
  color: rgba(0, 0, 0, 0);
  background-color: #ffffff;
}

.btn-empty:hover,
.btn-empty:active {
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #339cc2;
}

.btn-empty-inverse {
  color: #999999;
  background-color: rgba(0, 0, 0, 0);
  border-color: #999999;
}

.btn-empty-inverse:hover,
.btn-empty-inverse:focus,
.btn-empty-inverse:active,
.btn-empty-inverse.active,
.open > .dropdown-toggle.btn-empty-inverse {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffffff;
}

.btn-empty-inverse:active,
.btn-empty-inverse.active,
.open > .dropdown-toggle.btn-empty-inverse {
  background-image: none;
}

.btn-empty-inverse.disabled,
.btn-empty-inverse[disabled],
fieldset[disabled] .btn-empty-inverse,
.btn-empty-inverse.disabled:hover,
.btn-empty-inverse[disabled]:hover,
fieldset[disabled] .btn-empty-inverse:hover,
.btn-empty-inverse.disabled:focus,
.btn-empty-inverse[disabled]:focus,
fieldset[disabled] .btn-empty-inverse:focus,
.btn-empty-inverse.disabled:active,
.btn-empty-inverse[disabled]:active,
fieldset[disabled] .btn-empty-inverse:active,
.btn-empty-inverse.disabled.active,
.btn-empty-inverse[disabled].active,
fieldset[disabled] .btn-empty-inverse.active {
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffffff;
  outline: none;
}

.btn-empty-inverse .badge {
  color: rgba(0, 0, 0, 0);
  background-color: #ffffff;
}

.btn-empty-inverse:hover,
.btn-empty-inverse:active {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-empty-inverse-social {
  color: #13a538;
  background-color: rgba(0, 0, 0, 0);
  border-color: #13a538;
}

.btn-link {
  color: #52b3d9;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #288eb6;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.bootstrap-datetimepicker-widget {
  color: #333;
}

/************************************************
*** promo ***
************************************************/

.promo {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin-top: 61px;
  position: relative;
  min-height: 250px;
}

.promo .color-correction {
  position: absolute;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  top: 0;
}

.promo > .container {
  position: relative;
  z-index: 1;
}

.promo .promo-text {
  padding: 20px;
  margin: 60px 0;
  color: #ffffff;
}

.promo .promo-text h1 {
  margin-top: 0;
}

.promo .promo-text .lead {
  margin-bottom: 0;
}

.promo .promo-text hr {
  border-top-color: #ffffff;
}

.promo .register {
  padding: 20px;
  margin: 60px 0;
  background-color: rgba(0, 0, 0, 0.1);
  color: #ffffff;
  text-align: left;
  position: relative;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.promo .register .form-control {
  background: rgba(0, 0, 0, 0);
  border-color: #ffffff;
  color: #ffffff;
}

.promo .register .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.promo .register .form-control:-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

.promo .register .form-control::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

.promo .register .form-control:-ms-input-placeholder {
  color: #cccccc;
}

.promo .register .form-control::-webkit-input-placeholder {
  color: #cccccc;
}

.promo .register-form label a {
  color: #ffffff;
  text-decoration: underline;
}

.promo .register .dropdown-menu {
  top: 125%;
}

.promo .register .bootstrap-select.form-control {
  height: auto;
}

@media (max-width: 768px) {
  .promo {
    min-height: 450px;
  }
}

.promo .register .code-form input {
  text-align: center;
}

.promo-only-image,
.promo-only-image-mobile {
  margin-top: 61px;
  width: 100%;
}

.promo-only-image-mobile {
  display: none;
}

/************************************************
*** direct accept/decline ***
************************************************/

#mate-direct-confirmation-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1040;
}

#mate-direct-confirmation-dialog .mate-direct-confirmation-dialog-inner {
  width: 400px;
  height: 160px;
  background-color: white;
  border: 1px solid black;
  border-radius: 4px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/************************************************
*** form ***
************************************************/

.form-group .radio:first-of-type,
.form-group .checkbox:first-of-type {
  margin-top: 0px;
}

.register-form .bootstrap-select .btn {
  min-height: 34px;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  z-index: 9999;
}

.form-group .dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  opacity: 0.3;
}

.has-error .form-control,
.has-error .btn-empty,
.promo .register .has-error .form-control,
.promo .register .has-error .btn-empty {
  border-color: #ff0000;
}

.has-error .help-block,
.has-error .form-control-feedback {
  color: #ff0000;
}

/************************************************
*** counter ***
************************************************/

.counter {
  padding: 60px 0;
  color: #333333;
  border-bottom: 1px solid #eeeeee;
}

.counter .count-digits {
  text-align: center;
  padding: 15px 0 0;
  position: relative;
}

.counter .count-digits p {
  margin: 0 auto 15px;
  font-size: 36px;
  width: 150px;
  height: 150px;
  line-height: 150px;
  border-radius: 50%;
  border: 1px solid #333333;
  font-weight: 300;
}

.counter .count-digits span {
  display: inline-block;
  margin-bottom: 15px;
}

.counter .btn-empty-inverse {
  min-width: 50px;
}

@media (min-width: 920px) and (max-width: 1199px) {
  .counter .btn-empty-inverse {
    min-width: 46px;
  }
}

@media (min-width: 1200px) {
  .counter .btn-empty-inverse {
    min-width: 60px;
  }
}

.counter .btn-empty-inverse-social {
  min-width: 60px;
}

.counter .btn-empty-inverse:hover,
.counter .btn-empty-inverse:active,
.counter .btn-empty-inverse:focus {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/************************************************
*** registration ***
************************************************/
.registration {
  padding: 60px 0;
  border-bottom: 1px solid #eeeeee;
}

.registration .section-heading {
  margin-bottom: 40px;
}

.registration .section-heading h1 {
  margin-top: 0;
  text-align: center;
}

.registration .register-code,
.registration .register-code input,
.registration .register-accepted,
.registration .register-declined,
.registration .register-closed {
  text-align: center;
}

.registration .btn-custom-code:hover,
.registration .btn-custom-code:active,
.registration .btn-custom-accept:hover,
.registration .btn-custom-accept:active,
.registration .btn-custom-decline:hover,
.registration .btn-custom-decline:active {
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/************************************************
*** textbox ***
************************************************/

.textbox {
  padding: 60px 0;
  border-bottom: 1px solid #eeeeee;
}

.textbox .section-heading h1 {
  margin-top: 0;
  text-align: center;
}

.textbox .lead {
  margin-bottom: 0;
}

/************************************************
*** schedule ***
************************************************/

.schedule {
  padding: 60px 0;
  border-bottom: 1px solid #eeeeee;
}

.schedule .section-heading {
  margin-bottom: 60px;
}

.schedule .section-heading h1 {
  margin-top: 0;
  text-align: center;
}

.schedule .nav-tabs {
  font-size: 18px;
}

.schedule .nav-tabs.nav-justified > li a {
  border: 1px solid transparent;
  color: #339cc2;
}

.schedule .nav-tabs.nav-justified > li a:hover {
  color: #3c3c3c;
}

.schedule .nav-tabs.nav-justified > li.active > a,
.schedule .nav-tabs.nav-justified > li.active > a:hover,
.schedule .nav-tabs.nav-justified > li.active > a:focus {
  color: #555555;
  background-color: transparent;
  border: 1px solid #eeeeee;
  border-bottom-color: transparent;
  cursor: default;
}

.schedule .tab-content h4 {
  margin: 10px 0;
}

.schedule .panel-group {
  margin-bottom: 10px;
}

.schedule .panel-title > a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
}

.schedule .panel-default {
  border-color: #339cc2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.schedule .panel-default > .panel-heading {
  background-color: #339cc2;
}

/************************************************
*** multimedia ***
************************************************/

.multimedia {
  padding: 60px 0;
  color: #333333;
  border-bottom: 1px solid #eeeeee;
}

.multimedia hr {
  border-top-color: #333333;
}

.multimedia .video {
  padding: 20px;
  border-radius: 3px;
  background-color: #f5f5f5;
}

/************************************************
*** photo ***
************************************************/

.photo {
  padding: 60px 0;
  border-bottom: 1px solid #eeeeee;
}

.photo hr {
  border-top-color: #333333;
}

.photo .photo-wrapper {
  margin-bottom: 20px;
}

.photo h1 {
  margin-top: 0;
}

/************************************************
*** speakers ***
************************************************/

.speakers {
  padding: 60px 0;
  border-bottom: 1px solid #eeeeee;
}

.speakers .speakers-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.speakers .section-heading h1 {
  margin-top: 0;
  text-align: center;
}

.speakers .speaker:hover .speaker-contacts.left-top {
  left: 0;
  top: 0;
}

.speakers .speaker:hover .speaker-contacts.left-bottom {
  left: 0;
  bottom: 0;
}

.speakers .speaker:hover .speaker-contacts.right-bottom {
  right: 0;
  bottom: 0;
}

.speakers .speaker:hover .speaker-contacts.right-top {
  right: 0;
  top: 0;
}

.speakers .speaker:hover .speaker-img img {
  border-color: #339cc2;
}

.speakers .speaker-img {
  padding: 30px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.speakers .speaker-img img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
  padding: 10px;
  border: 1px solid #eeeeee;
  display: inline-block;
  max-width: 100%;
  height: auto;
  position: relative;

  width: 150px;
  height: 150px;
  object-fit: cover;
}

.speakers .speaker-contacts {
  text-decoration: none;
  color: #ffffff;
  background-color: #339cc2;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  display: block;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.speakers .speaker-contacts i {
  line-height: 50px;
}

.speakers .speaker-contacts.left-top {
  left: 50%;
  top: 50%;
}

.speakers .speaker-contacts.left-bottom {
  left: 50%;
  bottom: 50%;
}

.speakers .speaker-contacts.right-bottom {
  right: 50%;
  bottom: 50%;
}

.speakers .speaker-contacts.right-top {
  right: 50%;
  top: 50%;
}

.speakers .speaker-desc {
  text-align: center;
  padding: 0 20% 20px;
}

.speakers .speaker-desc p {
  font-size: 18px;
  margin-top: 10px;
}

/************************************************
*** partners ***
************************************************/

.partners {
  padding: 60px 0;
  border-bottom: 1px solid #eeeeee;
  background-color: #ffffff;
}

.partners .section-heading {
  margin-bottom: 60px;
}

.partners .section-heading h1 {
  margin-top: 0;
  text-align: center;
}

.partners .list-inline li {
  width: 16.66666%;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (max-width: 768px) {
  .partners .list-inline li {
    width: 33.333333%;
  }
}

.partners .list-inline li img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/************************************************
*** google map ***
************************************************/

.map {
  position: relative;
  height: 740px;
  width: 100%;
}

.map-frame {
  width: 100%;
  height: 100%;
  border: 0;
  padding-left: 0px;
  padding-right: 0px;
}

/************************************************
*** location ***
************************************************/

.location {
  position: absolute;
  z-index: 100;
  bottom: 20px;
  left: 5%;
  width: 90%;
}

.location .popover {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.location .popover li {
  font-size: 20px;
  padding-bottom: 10px;
}

.location .popover .popover-title {
  font-size: 24px;
  text-align: center;
  padding: 20px 14px;
}

.location .location-image {
  height: 250px;
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 768px) {
  .location {
    left: 10%;
    width: 80%;
  }
  .location .location-image {
    height: 200px;
    margin-bottom: 10px;
  }
  .location .popover .popover-title {
    padding: 5px 7px;
    font-size: 14px;
  }
  .location .popover ul {
    margin-bottom: 0px;
  }
  .location .popover li {
    font-size: 14px;
  }
}

/************************************************
*** main footer ***
************************************************/

.main-footer {
  padding: 30px 0;
  color: #333333;
}

.main-footer .social ul {
  margin: 0 0 20px;
}

.main-footer .social li {
  text-align: center;
}

.main-footer .social a {
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  font-size: 30px;
  color: #333333;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main-footer .social a:hover {
  color: #333333;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mate-footer {
  padding: 30px 0;
  color: #333333;
}

/************************************************
*** social ***
************************************************/

.social-ico {
  font-size: 30px;
  margin: 0 10px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #333333;
}

/************************************************
*** helper classes ***
************************************************/

/***** margins *****/

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mmt5 {
  margin-top: -5px;
}

.mmt10 {
  margin-top: -10px;
}

.mmt15 {
  margin-top: -15px;
}

.mmt20 {
  margin-top: -20px;
}

.mmb5 {
  margin-bottom: -5px;
}

.mmb10 {
  margin-bottom: -10px;
}

.mmb15 {
  margin-bottom: -15px;
}

.mmb20 {
  margin-bottom: -20px;
}

/***** base text colors *****/

.primary-color {
  color: #52b3d9;
}

.success-color {
  color: #44d4aa;
}

.info-color {
  color: #339cc2;
}

.danger-color {
  color: #e74c3c;
}

.warning-color {
  color: #fd8a21;
}

/***** base bg colors *****/

.primary-bg {
  background-color: #52b3d9;
}

.success-bg {
  background-color: #44d4aa;
}

.info-bg {
  background-color: #5c97bf;
}

.danger-bg {
  background-color: #e74c3c;
}

.warning-bg {
  background-color: #fd8a21;
}

.default-bg {
  background-color: #eeeeee;
}

.body-bg {
  background-color: #ffffff;
}

.gray-bg {
  background-color: #eeeeee;
}

/***** scrolling *****/

.remove-scroll {
  overflow: hidden;
}

/*
.section-wrapper {
    margin-top: -60px;
    padding-top: 60px;
}
*/

/************************************************
*** iFrame ***
************************************************/

#first-container {
  width: 100%;
}

#second-container {
  width: 10px;
  min-width: 100%;
  *width: 100%;
}
