/*
.main-menu {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.98);
  zoom: 1;
}

.main-menu div.nav-menu > ul li a {
  color: white;
  display: block;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 2.5;
  padding: 10px;
  text-decoration: none;
}

.main-menu ul.orange-hover a:hover {
  color: #f74819 !important;
}

.main-menu li.logout-button {
  background-color: #f74819;
  color: white;
  text-transform: uppercase;
  margin-right: 30px;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0px !important;
  border: 0 !important;
  border-radius: 0px !important;
}

.video-box {
  margin-top: 100px;
  margin-bottom: 150px;
  text-align: center;
}

.text-center {
  text-align: center;
}

.panel {
  !*margin-top: 50px !important;*!
  border-top: 1px solid #e6e6e6;
  padding: 0px !important;
}

.dropdown {
  margin-bottom: 6em;
}

.days-container {
  margin-top: 100px;
  margin-bottom: 100px;
}

.watch-online-heading {
  margin-top: 50px;
}

.accordion {
  margin-bottom: 50px;
}

.panel {
  background-color: white !important;
}

.panel-group .panel+.panel {
  margin-top: 0px;
}

.panel-heading h4 {
  color: #f74819;
}

!* this is hack for vertical alignment*!
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.panel-title {
  text-align: left;
}

!* Make panel vertically aligned *!
.panel h4 {
  margin-bottom: 0px !important;
}

.footer-online {
  background-color: black;
  height: 80px;
  width: 100%;
  max-width: 100%;
  color: white;
  display: table;
}

.vertical-center {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.panel-body iframe {
  width: 100%;
  height: 50%;
}

.event-header {
  margin-top: 50px;
  padding: 20px 10px;
  background-color: #F2F2F2 !important;
}

.day {
  font-family: "Lato-regular", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #1a1a1a;
  text-align: center;
}

.title {
  font-family: "Lato-regular", sans-serif;
  font-weight: 300;
  margin-top: 1rem;
  font-size: 1.5em;
  color: #1a1a1a;
}

.download-btn {
  text-align: center;
  margin: 5px;
}

img.speaker-icon {
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 215px;
  -moz-background-clip: padding-box;
  border-radius: 215px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.subvideo {
  margin-bottom: 1.1875rem;
}

.subvideo-text {
  text-align: justify;
}

.subvideo-share-buttons {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 10px 10px;
}

.subvideo-share-buttons > a {
  display: block;
  background: darkslategray;
  margin-top: 5px;
  margin-right: 0.9375rem;
}

.subvideo-share-buttons > a:hover {
  color: white;
}

.fab {
  color: white;
  padding-top: 12px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  border-radius: 20%;
}

.fab:hover {
  opacity: 0.7;
  text-decoration: none;
}

.fa-facebook-square {
  color: white;
}

.fa-linkedin {
  color: white;
}

.fa-twitter {
  color: white;
}

.lecture-list {
  font-family: "Lato-regular", sans-serif;
  font-weight: 300;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5em;
}

.lecture-list > a {
  display: block;
}*/
