h3.uppercase {
    color: inherit !important;
}

button.btn-default {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(199, 156, 92)!important;
}


.show.fade {
  opacity: 1;
}
/* Registration Box */
select {
  background: #f2f2f2;
  color: #000000;
}

select:focus {
  background: #f5f5f5;
}

.reg-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
  justify-content: center;
}

.reg-row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.reg-row .col-md-4,
.reg-row .col-sm-6,
.reg-row .col-xs-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.reg-row .col-md-4 .reg-white-box,
.reg-row .col-sm-6 .reg-white-box,
.reg-row .col-xs-12 .reg-white-box{
    width: 100%;
}

.reg-col {
  
}

.reg-item {
  width: 100%;
  margin-bottom: 30px;
}

.speak-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.speak-row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.speak-row .col-md-4,
.speak-row .col-sm-6,
.speak-row .col-xs-12
.speak-row .col-md-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.speak-row .col-md-4 .reg-white-box,
.speak-row .col-sm-6 .reg-white-box,
.speak-row .col-xs-12 .reg-white-box{
    width: 100%;
}

.speaker-col {
  
}

.speaker-item {
  width: 100%;
  position: relative;
  
}

.speaker-item > a {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.speaker-item .title {
  max-width: 100%;
  margin-top: 1rem;
  color: #ffffff;
}

.speaker-item .title span {
  font-size: 15px;
}

.speaker-image {
  position: relative;
  width: 100%;
  padding-top: 100%;
  
}
.speaker-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-width: unset;
  max-height: unset;
}

.speaker-holder span {
  display: inline-block;
  margin-bottom: 0.5rem;
}
@media (max-width: 1023px) {
  .speaker-col {
   	width: 33.333%; 
  }
}

@media (max-width: 800px) {
  .speaker-image img {
    width: 100% !important;
    height: 100% !important;
    max-width: unset !important;
  	max-height: unset !important;
  }
}

@media (max-width: 767px) {
  .speaker-col {
    width: 50%;
  }
}

@media (max-width: 400px) {
  .speaker-col {
    width: 50%;
  }
}

.highlight-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
  justify-content: center;
}

.highlight-row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.highlight-row .col-md-4,
.highlight-row .col-sm-6,
.highlight-row .col-xs-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.highlight-row .col-md-4 .reg-white-box,
.highlight-row .col-sm-6 .reg-white-box,
.highlight-row .col-xs-12 .reg-white-box{
    width: 100%;
}

.highlight-col {
  
}

.highlight-item {
  
}

.reg-page h2 {
  font-size: 30px;
}

input[type="email"]  {
    background: #f5f5f5;
    border: none;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 24px;
    border-radius: 0;
}

.panel-body {
  background-color: #FFF!important;
  border: solid 1px #f2f2f2 !important;
}

.panel-footer {
    background-color: #f2f2f2;
    border-top: 1px solid #f2f2f2;
}

input[type="email"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.button-tabs .active .tab-title {
 background: #13294b;
    color: #000000;
}

ul.tabs.thirds {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: auto;
}

.tabs.thirds li {
  width: 100%;
  min-width: 130px;
}
.button-tabs .tab-title {
  min-width: 130px;
}

/* plus glyph for showing collapsible panels */
.panel-heading .accordion-plus-toggle:before {
   font-family: FontAwesome;
   content: "\f068";
   float: right;
   color: silver;
}

.panel-heading .accordion-plus-toggle.collapsed:before {
   content: "\f067";
   color: silver;
}

/* arrow glyph for showing collapsible panels */
.panel-heading .accordion-arrow-toggle:before {
   font-family: FontAwesome;
   content: "\f078";
   float: right;
   color: silver;
}

.panel-heading .accordion-arrow-toggle.collapsed:before {
   content: "\f054";
   color: silver;
}

/* sets the link to the width of the entire panel title */
.panel-title > a {
   display: block;
}

@media (max-width: 767px) {
  .tabs.thirds li, .tabs.thirds li *, #agenda .tabs.thirds li, #agenda .tabs.thirds li * {
  	font-size: 1rem;
  }
}


#agenda .tab-content {
  display: flex;
  flex-wrap: wrap;
}

.tab-content .agenda-item {
  border-bottom: solid 1px #c79c5c;
	border-top: solid 1px #c79c5c;
}
.tab-content > .agenda-item ~ .agenda-item {
    border-top: none;
}

.agenda-row-grid {
	display: flex;
  align-items: flex-start;
  
}

.agenda-item {
  display: flex;
  width: 100%; 
}

.agenda-item.track:nth-child(even) {
    background-color: rgba(245, 245, 245, 0.3);
}

.agenda-item.track {
  flex-basis: 100%;
}

.agenda-item.track1 {
  flex-basis: 50%;
}

.agenda-item.track1:nth-child(odd) {
   background-color: rgba(251, 251, 251, 0.5);
   border-right: solid 1px #c79c5c;
}

.agenda-item.track2 {
  flex-basis: 50%;
}


.agenda-item.track2:nth-child(odd) {
  background-color: #fbfbfb;
}

.agenda-item.track3 {
  flex-basis: 50%;
}

.agenda-item .time {
  padding: 20px 20px;
  min-width: 150px;
}

.agenda-item .item {
  padding: 20px 20px;
  width: 100%;
}

@media (max-width: 767px) {
  .agenda-item {
    flex-direction: column;
  }
  
  .agenda-item .time {
    flex-basis: 100%;
  }
  .agenda-item.track1, .agenda-item.track2, .agenda-item.track3 {
    flex-basis: 100%;
  }
}

#agenda li, #agenda li *, .image-bg #agenda hr {
    font-size: 1.5rem;
}

.agenda-item .item-title {
  font-size: 2.5rem !important;;
  
}

.agenda-item .speaker-holder .label {
  color: #ffffff !important;
  text-transform: capitalize;
}
.label {
  background: #c79c5c;
}

.button-tabs .active .tab-title, .button-tabs .tab-title:hover {
  background: #c79c5c !important;
}

@media (max-width: 767px) {
.agenda-item.track1:nth-child(odd) {
    border-right: solid 0px #c79c5c;
}
}




body.promo-page {
  display: flex;
  flex-direction: column;
  background: #000000;
}

.promo-background {
  background-image: none !important;
  background-color: #080d14;
  position:relative;
  
}
.promo-background-image {
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;  
  opacity: 0.7; 
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url('https://orbit.brightbox.com/v1/acc-lbe61/app-mitingu-com/uploads/event/banner_image/40/red_carpet.jpeg');
}

.accordion-panel-group .panel, .accordion-panel-group .panel-default > .panel-heading, .accordion-panel-group .panel-body {
  background-color: transparent;
  color: #000000;
  border: 0;
    box-shadow: none;

}
.accordion-panel-group .panel-default > .panel-heading {
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
    border-bottom: 1px solid rgb(199, 156, 92);
    border-radius: 0;
}
 .accordion-panel-group .panel-body {
   border: 0 !important; 
   text-align: left;
     box-shadow: none;

   padding-left: 0;
  padding-right: 0;
 }

 .accordion-panel-group .panel-body * {
   text-align: left;
 }

 .accordion-panel-group .panel-body :last-child {
   margin-bottom: 0;
 }    
    
.accordion-panel-group .panel * {
  color: initial !important;
  text-align: left;
  text-transform: initial;
}
    
.accordion-panel-group .panel-title, .accordion-panel-group .panel-title * {
  text-align: left;
  font-weight: bold;
  font-size: 2.75rem;
}
    
.accordion-panel-group .panel-heading .accordion-arrow-toggle.collapsed:before, .accordion-panel-group .panel-heading .accordion-arrow-toggle:before {
  color: rgb(var(--color));
}

@media (max-width: 767px) {
  .accordion-panel-group .panel-title, .accordion-panel-group .panel-title *{
  font-size: 2.5rem;
  }
}