#liveFeedback {
  margin-top: 10px !important;
}
#lightsSwitch,
#footerLightsButton,
#footerSupportButton {
  display: none;
}
#contentCanvas {
  border: none;
  border-top: none;
}
#mainWrapper {
  background: black;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center bottom;
}
#accountImage {
  margin-left: 0px;
  float: left;
}
#contentCanvas {
  background-color: #F4ECE5;
  border: none;
}
#header {
  background: white;
}
#navigation li.active a,
#navigation a {
  color: rgb(255 255 255);
}
#navigation,
#footer {
  background-color: none;
  border: none;
  background: transparent;
}

#opText {
  font-weight: 700;
}

#accountImage {
  cursor: pointer;
}

#bottomText,
#userGuide {
  opacity: 1;
}

.TopText {
  padding-right: 15px;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  height: 68px;
  color: #000000;
}

#companyLogo {
  float: right;
}
#videoJS {
  margin-top: 1px;
}

#GDPRStatement {
  color: #513629 !important;
  font-weight: bold;
}

#liveFeedbackLabel {
  opacity: 0;
}

#liveFeedback {
  background-color: transparent !important;
  border: none !important;
}

.btn-default {
  background-color: rgba(255, 255, 255, 0.8);
}

#liveFeedbackInput {
  background-color: rgba(255, 255, 255, 0.8);
}

#liveFeedbackInput::placeholder {
  font-weight: bold;
  color: gray !important;
}

#liveFeedbackInput {
  border-radius: 10px;
}

#slideNav,
#content #slideNav a,
#content #slideNav a:link {
  border-radius: 10px;
}

.btn-default,
.btn.btn-default:hover {
  color: #513629;
  background-color: #fff;
  border-color: white;
  border: 0px;
}

#liveFeedbackLabel {
  display: none;
}

#liveFeedback {
  margin-top: 10px !important;
  background-color: transparent;
  border: none;
}

.btn.btn-default,
.btn.btn-default:hover {
  border-color: #ffffff;
  border: none;
}

#submitFeedback {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.7);
}

#presentationImage,
#speakerImage,
#customMediaImage,
#mediaImage {
  border-radius: 10px;
}

#contentCanvas > .tab-pane.active {
  border-radius: 10px;
}

.userDefinedContent iframe {
  border-radius: 10px;
}

#navigation[mode="inline"] #mainMenuList a:before,
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  background-color: transparent;
}

#navigation ul {
  padding-left: 10px;
}

#registrationHeading,
#registrationDate,
#registrationSubHeading,
.input-group-addon,
#udef1 {
  color: #513629;
}

button#registrationSubmit {
  background-color: #337ab7;
}

@media (min-width: 360px) {
  #video_bg_wrapper {
    display: block;
  }
}

#video_bg .vjs-loading-spinner {
  display: none;
}

#registrationForms .inputFocus {
  background-color: transparent;
}

@media only screen and (max-width: 768px) {
  #menusWrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  #companyLogo {
    float: none;
  }

  #accountImage {
    float: none;
  }

  .TopText {
    height: 80px;
    margin-bottom: 10px;
  }

  #lightsSwitch,
  #footerLightsButton,
  #footerSupportButton {
    display: none;
  }

  button#registrationSubmit {
    background: #337ab7;
  }
}
