body {
  font-family: "proxima-nova", "arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
a {
  text-decoration: none !important;
}
a:focus {
  outline: 0;
}
a.block-link {
  display: block;
}
.dark-bg {
  background-color: #1b1b1b;
}
.blue-bg {
  background: #907D90;
}
.noscroll {
  position: fixed;
}
.pad-30 {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .pad-30 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.mar-30 {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 768px) {
  .mar-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.pad-0 {
  padding-right: 0;
  padding-left: 0;
}
.mar-0 {
  margin-left: 0;
  margin-right: 0;
}
.fader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1000;
}
.clear {
  clear: both;
}
.btn {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.btn-primary {
  background-color: #411f51 !important;
  border: 0;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
div#notifications {
  position: fixed;
  top: 115px;
  right: 20px;
  z-index: 999;
  max-width: 300px;
}
div#notifications > div {
  position: relative;
  background: #411f51;
  margin-bottom: 15px;
  padding: 15px 20px;
  cursor: pointer;
  box-shadow: -3px 3px 8px rgba(0, 0, 0, 0.1);
  color: #fff;
  min-width: 250px;
}
div#notifications > div div.bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #fff;
}
div#notifications > div.success {
  background: #5cb85c;
}
div#notifications > div.info {
  background: #5bc0de;
}
div#notifications > div.warning {
  background: #eea236;
}
div#notifications > div.danger {
  background: #d9534f;
}
.wrapper {
  width: 100%;
}
.menu {
  position: absolute;
  z-index: 200;
  top: 0;
  left: -100%;
  width: 95%;
}
.menu .upper {
  position: relative;
  background-color: #411f51;
}
.menu .upper .close-menu {
  position: absolute;
  top: 0;
  left: 0;
}
.menu .upper .logo {
  padding: 30px 35px 15px;
  text-align: center;
}
.menu .upper .logo img {
  width: 115px;
}
.menu .upper .title {
  padding-top: 15px;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
}
.menu .upper .subtitle {
  font-size: 17px;
  color: #ffffff;
}
.menu .lower {
  background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 30px;
}
.menu .lower a.menu_item {
  display: block;
  padding: 20px 30px;
  clear: both;
  color: #000000;
}
.menu .lower a.menu_item.active .text {
  color: #411f51;
}
.menu .lower a.menu_item .image {
  float: left;
  height: 30px;
  width: 30px;
  margin-right: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.menu .lower a.menu_item .text {
  margin-top: 5px;
  height: 30px;
  float: left;
  color: #888888;
  text-transform: uppercase;
}
.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  height: 65px;
  background-color: #411f51;
}
.header .burger,
.header .search {
  position: absolute;
  top: 0;
  padding-top: 20px;
  z-index: 500;
}
.header .burger img,
.header .search img {
  width: 20px;
}
.header .burger.burger,
.header .search.burger {
  left: 15px;
}
.header .burger.search,
.header .search.search {
  right: 15px;
}
.header .burger.search a,
.header .search.search a {
  margin-left: 10px;
}
.header .burger.search a.messages,
.header .search.search a.messages {
  position: relative;
}
.header .burger.search a.messages img,
.header .search.search a.messages img {
  width: auto;
  height: 22px;
}
.header .burger.search a.messages .unread,
.header .search.search a.messages .unread {
  position: absolute;
  right: -6px;
  top: -6px;
  background-color: red;
  border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  width: 14px;
  height: 14px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.header .title {
  margin: 15px 70px;
  font-size: 20px;
  color: #ffffff;
}
@media (max-width: 500px) {
  .header .title {
    margin: 10px 70px;
    font-size: 16px;
  }
}
.header .js-event-search {
  margin: 0;
  padding: 0;
  border: 0;
  display: none;
  background: #fff;
}
.header .js-event-search .search {
  width: 75%;
  border: 0;
  padding: 15px 20px;
  margin: 0;
  font-size: 20px;
  float: left;
}
.header .js-event-search .button {
  width: 200px;
  float: right;
  padding: 10px;
}
.header .js-event-search .button button {
  width: 100%;
  height: 100%;
}
.body {
  padding-top: 65px;
  position: static;
}
.body .main-header {
  z-index: 10;
  left: 0;
  right: 0;
  text-transform: uppercase;
  background-color: #f4f4f4;
}
.body .main-header .text-left {
  padding-top: 17px;
}
.body .main-header .text-left img {
  width: 23px;
}
.body .main-header .title {
  margin: 18px 0;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
}
.body .main-header .select {
  background-color: #ffffff;
  box-shadow: 0px 5px 5px 0px #ebebeb;
}
.body .main-header .select a.option {
  position: relative;
  display: block;
  padding-top: 25px;
  padding-bottom: 30px;
}
.body .main-header .select a.option .add-note-share {
  margin: 0 auto 15px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}
.body .main-header .select a.option .add {
  background-image: url("../images/microsite/navigation/add.c43f2d4b7958.png");
}
.body .main-header .select a.option .note {
  background-image: url("../images/microsite/navigation/notes.68ecba003a5a.png");
  height: 39px;
}
.body .main-header .select a.option .share {
  margin-top: 2px;
  background-image: url("../images/microsite/navigation/share.2861468804db.png");
  height: 36px;
}
.body .main-header .select a.option .download {
  margin-top: 2px;
  background-image: url("../images/microsite/navigation/download.8673148ff2aa.png");
  height: 36px;
}
.body .main-header .select a.option .scoring {
  background-image: url("../images/microsite/navigation/scoring.54168358582c.png");
}
.body .main-header .select a.option:before {
  position: absolute;
  content: "";
  right: -15px;
  top: 0;
  bottom: 0;
  border-right: 1px solid #f4f4f4;
}
.body .main-header .select a.option.last:before {
  border-right: 0;
}
.body .main-header .select a.option .label {
  font-size: 15px;
  font-weight: 400;
  color: #999;
}
.body .main-header .select a.option.active .add-note-share {
  background-position: bottom center;
}
.body .main-header .select a.option.active .label {
  color: #411f51;
}
.body .main-header.my-programme-header .select {
  background-color: #1b1b1b;
}
.body .main-header.my-programme-header .select .option {
  margin: 28px 0;
  font-size: 22px;
  font-weight: 300;
  color: #ffffff;
}
.body .main-header.programme-day-header #selectCarousel .item {
  background-color: #1b1b1b;
  padding: 20px 0;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
}
.body .main-header.programme-day-header #selectCarousel .carousel-control {
  display: block;
  width: 95px;
  height: 100%;
  background: url("../images/microsite/navigation/chevron-left.527fc21ff0d8.png") transparent 30px center no-repeat !important;
  opacity: 1;
}
@media (max-width: 768px) {
  .body .main-header.programme-day-header #selectCarousel .carousel-control {
    background-position: 15px center !important;
  }
}
.body .main-header.programme-day-header #selectCarousel .carousel-control.right {
  background: url("../images/microsite/navigation/chevron-right.ede1f45e89f9.png") transparent 58px center no-repeat !important;
}
@media (max-width: 768px) {
  .body .main-header.programme-day-header #selectCarousel .carousel-control.right {
    background-position: 73px center !important;
  }
}
.body .main-header.programme-day-header .options .option .add-note-share {
  margin: 0 auto 10px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
  background-image: url("../images/microsite/navigation/clock.79da6e2a44c3.png");
}
.body .main-header .options {
  background-color: #ffffff;
  box-shadow: 0px 5px 5px 0px #ebebeb;
}
.body .main-header .options a.option {
  position: relative;
  display: block;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .body .main-header .options a.option {
    padding: 12px 0;
  }
}
.body .main-header .options a.option:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  border-right: 1px solid #f4f4f4;
}
.body .main-header .options a.option.last:before {
  border-right: 0;
}
.body .main-header .options a.option .label {
  font-size: 15px;
  font-weight: 400;
  color: #a6a6a6;
}
.body .main-header .options a.option.active {
  background-color: #411f51;
}
.body .main-header .options a.option.active .add-note-share {
  background-position: 0 0;
  background-size: 100%;
}
.body .main-header .options a.option.active .label {
  color: #ffffff;
}
.body .main-body .list {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .body .main-body .list {
    padding: 0 15px;
  }
}
.body .main-body .list .message {
  border: 2px solid #411f51;
  text-align: center;
  width: 100%;
  font-size: 18px;
  margin-top: 20px;
  padding: 10px;
}
@media (max-width: 767px) {
  .body .main-body .list .message {
    font-size: 16px;
  }
}
.body .main-body .list .message p {
  margin: 0;
}
.body .main-body .list .item,
.body .main-body .list .link {
  padding-right: 20px;
}
.body .main-body .list .item.link,
.body .main-body .list .link.link {
  background: url("../images/microsite/navigation/chevron-list.4d6df9066da6.png") no-repeat right center;
}
.body .main-body .list .item:after,
.body .main-body .list .link:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #e5e5e5;
}
.body .main-body .list .item:last-child:after,
.body .main-body .list .link:last-child:after {
  display: none;
}
.body .main-body .list .item h3,
.body .main-body .list .link h3 {
  margin-top: 0;
}
.body .main-body .single {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .body .main-body .single {
    padding: 0 15px;
  }
}
.body .main-body .single .link {
  background: url("../images/microsite/navigation/chevron-list.4d6df9066da6.png") no-repeat right center;
  padding-right: 20px;
}
.body .main-body .item,
.body .main-body .link {
  position: relative;
  display: block;
  padding-top: 20px;
  padding-bottom: 16px;
  color: #222222;
  font-size: 18px;
}
.body .main-body .item > img,
.body .main-body .link > img {
  width: 19px;
}
.body .main-body .item .title,
.body .main-body .link .title {
  font-size: 18px;
}
.body .main-body .item .detail,
.body .main-body .link .detail {
  font-size: 15px;
}
.body .main-body .item .date,
.body .main-body .link .date {
  padding-top: 9px;
  float: left;
  width: 45%;
  font-size: 14px;
}
.body .main-body .item .date img,
.body .main-body .link .date img {
  width: 19px;
}
.body .main-body .item .location,
.body .main-body .link .location {
  padding-top: 9px;
  float: left;
  width: 45%;
  font-size: 14px;
}
.body .main-body .item .location img,
.body .main-body .link .location img {
  width: 16px;
}
.body .main-body .item .author,
.body .main-body .link .author {
  font-size: 15px;
}
.body .main-body .item.item_small,
.body .main-body .link.item_small {
  font-size: 16px;
}
.body .main-body .bio .title {
  color: #907D90;
}
.body .main-body .bio .image {
  float: left;
  width: 200px;
  margin: 0 15px 15px 0;
}
.body .main-body .bio .description {
  font-size: 16px;
}
.body .main-body .body_description {
  background-color: #fff;
  text-align: center;
  padding: 18px 30px;
  font-size: 16px;
}
.body .main-body .body_title {
  background-color: #f4f4f4;
  padding: 20px 30px;
  font-size: 14px;
  font-weight: 300;
  color: #484848;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .body .main-body .body_title {
    padding: 20px 15px;
  }
}
.body .main-body .text {
  padding: 25px 0 30px 0;
  font-size: 16px;
  color: #222222;
}
.body .main-body .text h1 {
  font-weight: 600px;
  font-size: 19px;
  margin: 20px 0 10px;
}
.body .main-body .floor_plan {
  padding: 30px 30px;
  text-align: center;
  max-width: 1260px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .body .main-body .floor_plan {
    padding: 20px 15px;
  }
}
.body .main-body .floor_plan .image_holder {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.body .main-body .info {
  padding: 25px 30px 30px 30px;
  font-size: 19px;
  color: #000000;
}
.body .main-body .note_form {
  padding: 40px 30px;
}
@media (max-width: 768px) {
  .body .main-body .note_form {
    padding: 15px;
  }
}
.body .main-body .note_form .btn-group {
  width: 100%;
  margin-bottom: 15px;
}
.body .main-body .note_form .multiselect {
  font-family: "proxima-nova";
  width: 100%;
  height: 50px;
  padding: 10px;
  font-size: 16px;
  text-align: left;
}
.body .main-body .note_form input.subject {
  font-family: "proxima-nova";
  width: 100%;
  height: 50px;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.body .main-body .note_form textarea {
  font-family: "proxima-nova";
  width: 100%;
  height: 300px;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .body .main-body .note_form textarea {
    height: 250px;
  }
}
.body .main-body .note_form .buttons {
  float: right;
}
.body .home {
  margin-top: 30px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .body .home .home-banners {
    margin-top: 30px;
  }
}
.body .home .home-banners img {
  width: 100%;
}
@media (max-width: 767px) {
  .body .home {
    margin-top: 0;
  }
}
.body .home .icon {
  padding-top: 40px;
  padding-bottom: 18px;
  width: 60px;
}
@media (max-width: 767px) {
  .body .home .icon {
    padding-top: 20px;
  }
}
.body .home .option {
  padding-top: 18px;
  padding-bottom: 40px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .body .home .option {
    padding-bottom: 20px;
  }
}
.body .login {
  background-color: #907D90;
}
.body .login .login-body {
  padding: 105px 30px 40px;
}
@media (max-width: 768px) {
  .body .login .login-body {
    padding: 40px 15px 40px;
  }
}
.body .login .login-body .popup {
  width: 100%;
  padding: 36px 0;
  background-color: #ffffff;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.35);
}
.body .login .login-body .popup img {
  width: 24px;
}
.body .login .login-body .title {
  margin-top: 15px;
  margin-bottom: 35px;
  color: #888888;
  text-transform: uppercase;
}
.body .login .login-body .seperator {
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
}
.body .login .login-body .form {
  padding: 35px;
}
@media (max-width: 768px) {
  .body .login .login-body .form {
    padding: 20px;
  }
}
.body .login .login-body .form p {
  margin-bottom: 30px;
}
.body .login .login-body .form input.field {
  width: 100%;
  height: 50px;
  padding-left: 15px;
  margin-bottom: 20px;
}
.body .login .login-body .form input.submit {
  margin-bottom: 40px;
  width: 200px;
  height: 50px;
  background-color: #411f51;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 0;
  color: #ffffff;
}
.body .login .login-body a.forgotten {
  display: block;
  margin-bottom: 40px;
  color: #411f51;
}
#splashModal .modal-content {
  border-radius: 0;
  padding: 20px;
}
#splashModal .modal-content h1 {
  margin-bottom: 20px;
  color: #907D90;
  text-transform: uppercase;
}
#splashModal .modal-content .splash_image {
  margin-bottom: 20px;
}
#splashModal .modal-content .splash_image img {
  display: inline-block;
}
#voting_question .item {
  text-align: center;
}
#voting_question .item small {
  font-size: 14px;
}
#voting_question .option {
  border: 3px solid #411f51;
  margin-bottom: 10px;
  padding: 20px;
  text-align: center;
  font-size: 18px;
}
#voting_question .option.selected {
  background: #411f51;
  color: #fff;
}
#voting_question .submit {
  text-align: center;
}
#voting_question .submit input {
  margin-bottom: 40px;
  width: 200px;
  height: 50px;
  background-color: #411f51;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 0;
  color: #ffffff;
  text-transform: uppercase;
}
#evaluation .item {
  text-align: center;
}
#evaluation label {
  font-size: 16px;
  margin-bottom: 8px;
}
#evaluation .question {
  margin-bottom: 20px;
}
#evaluation .question .scale {
  margin-bottom: 6px;
  font-size: 14px;
}
#evaluation .question .options {
  margin: 0 -8px 20px -8px;
}
#evaluation .question .options .outer {
  padding: 0 8px;
  width: 20%;
  float: left;
}
@media (max-width: 767px) {
  #evaluation .question .options .outer {
    padding: 0 8px;
  }
}
#evaluation .question .options .outer .option {
  border: 3px solid #411f51;
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}
@media (max-width: 767px) {
  #evaluation .question .options .outer .option {
    padding: 8px 0;
  }
}
@media (max-width: 450px) {
  #evaluation .question .options .outer .option {
    padding: 4px 0;
  }
}
#evaluation .question .options .outer .option.selected {
  background: #411f51;
  color: #fff;
}
#evaluation .question .options.s_options {
  margin-left: -3px;
  margin-right: -3px;
}
#evaluation .question .options.s_options .outer {
  width: 10%;
  padding: 0 3px;
}
#evaluation .question .text_question textarea {
  height: 100px;
}
#evaluation .submit {
  padding-bottom: 30px;
}
