/* ---------- Logo ---------- */
.logo {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

/* ---------- HTML editor ---------- */
body.html-editor {
  background: #FFF;
  color: #000; }

.html-editor.portlet-message-boards {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word; }
  .html-editor.portlet-message-boards blockquote {
    background: #eef0f2 url(/vigado-2016-theme/css/../images/message_boards/quoteleft.png) no-repeat 5px 5px;
    border: 1px solid #777;
    position: relative;
    padding: 5px 45px; }
    .html-editor.portlet-message-boards blockquote:after {
      background: url(/vigado-2016-theme/css/../images/message_boards/quoteright.png) no-repeat 50%;
      bottom: 5px;
      content: '';
      display: block;
      height: 24px;
      position: absolute;
      right: 5px;
      width: 31px;
      z-index: 999; }
    .html-editor.portlet-message-boards blockquote cite {
      display: block;
      font-weight: bold; }
  .html-editor.portlet-message-boards pre {
    background: #F9F9F9;
    border: 1px solid #777;
    padding: 0.5em; }

/* ---------- Text formatting ---------- */
.important {
  font-weight: bold; }

/* ---------- Main content body ---------- */
.portal-iframe #main-content {
  width: 100%; }

/* ---------- Loading animation ---------- */
.loading-animation {
  background: url(/vigado-2016-theme/css/../images/progress_bar/loading_animation.gif) no-repeat top center;
  margin-top: 10px;
  padding-top: 40px;
  text-align: left; }

/* ---------- Separator ---------- */
.separator {
  border-top: 1px dotted #BFBFBF; }

/* ---------- Update manager ---------- */
.update-available {
  margin-top: 10px;
  padding: 2px;
  text-align: left; }

/* ---------- Text highlighting ---------- */
.highlight {
  background: #FFC;
  font-weight: bold;
  margin: 0 1px; }

/* ---------- Miscellaneous ---------- */
#skip-to-content {
  clip: rect(0 0 0 0);
  position: absolute; }

/* ---------- Dragging/sorting indicators ---------- */
.portlet-layout.dragging {
  border-collapse: separate; }

.drop-area {
  background-color: #D3DADD; }

.active-area {
  background: #FFC; }

.portlet-boundary.yui3-dd-dragging {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6; }
  .portlet-boundary.yui3-dd-dragging .portlet {
    border: 2px dashed #CCC; }

.sortable-layout-proxy {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }
  .sortable-layout-proxy .portlet-topper {
    background-image: none; }

.proxy {
  cursor: move;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
  position: absolute; }
  .proxy.generic-portlet {
    height: 200px;
    width: 300px; }
    .proxy.generic-portlet .portlet-title {
      padding: 10px; }
  .proxy.not-intersecting .forbidden-action {
    background: url(/vigado-2016-theme/css/../images/application/forbidden_action.png) no-repeat;
    display: block;
    height: 32px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 32px; }

.resizable-proxy {
  border: 1px dashed #828F95;
  position: absolute;
  visibility: hidden; }

.sortable-proxy {
  background: #727C81;
  margin-top: 1px; }

.lfr-freeform-layout-drag-indicator {
  visibility: hidden; }

.sortable-layout-drag-target-indicator {
  margin: 2px 0; }

/* ---------- Portal tool tips ---------- */
.tooltip {
  max-width: 200px; }

/* ---------- Tags ---------- */
.tagselector-content {
  border-width: 0;
  margin-bottom: 15px;
  overflow: visible;
  padding: 0; }
  .tagselector-content .textboxlistentry-holder {
    background: #FFF;
    border: 1px solid #CCC;
    margin-bottom: 5px;
    overflow: visible;
    padding: 5px;
    position: relative; }
    .tagselector-content .textboxlistentry-holder li {
      line-height: 1; }
    .tagselector-content .textboxlistentry-holder .lfr-tag-selector-input {
      border-width: 0;
      margin-bottom: 0; }
  .tagselector-content .textboxlistentry-remove {
    padding: 0 3px 1px; }

.tagselector .lfr-tags-selector-content {
  border-width: 0; }
.tagselector .lfr-tag-selector-input {
  background: none;
  padding: 0;
  width: auto; }
.tagselector .field .field-content {
  margin: 0; }
.tagselector .textboxlist-input-container {
  margin: 0; }

.tagselector-focused .textboxlistentry-holder {
  background: #FFF none;
  border: 1px solid #CCC; }

.categoriesselector-content .textboxlistentry-holder {
  background-color: transparent;
  border-width: 0;
  padding: 0; }

/* ---------- Tag cloud and tag list ---------- */
.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em 1em;
  white-space: normal; }
  .tag-items li {
    display: inline;
    float: left;
    margin: 0 1em 0 0; }
  .tag-items a {
    white-space: nowrap; }

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.tag-cloud {
  line-height: 2.5em; }
  .tag-cloud .tag-popularity-1 {
    font-size: 1em; }
  .tag-cloud .tag-popularity-2 {
    font-size: 1.3em; }
  .tag-cloud .tag-popularity-3 {
    font-size: 1.6em; }
  .tag-cloud .tag-popularity-4 {
    font-size: 1.9em; }
  .tag-cloud .tag-popularity-5 {
    font-size: 2.2em; }
  .tag-cloud .tag-popularity-6 {
    font-size: 2.5em; }

/* ---------- Underlay ---------- */
.underlay {
  clear: both;
  top: 100%; }
  .underlay .yui3-widget-hd {
    height: 38px; }
  .underlay .lfr-portlet-item {
    border-width: 0; }

.underlay-hidden {
  display: none; }

.underlay-content {
  background: #f4f3f3 url(/vigado-2016-theme/css/../images/common/message_panel_shadow.png) repeat-x 0 0;
  border: 0 solid #AEAFB1;
  border-width: 0 1px 1px; }

.underlay-close {
  position: absolute;
  right: 5px;
  top: 5px; }

/* ---------- Tabs ---------- */
.tab-active strong {
  font-weight: normal; }

.tab-back {
  float: right; }

.tab-back-content {
  border-width: 0;
  padding: 1px; }

/* ---------- Miscellaneous ---------- */
.lfr-panel-container {
  background: #FFF; }

.lfr-panel-content {
  padding: 5px 10px; }

.lfr-panel-basic .lfr-panel-content {
  padding-left: 15px; }

.dialog-bd {
  min-height: 30px; }

.dialog-content {
  border: 1px solid #C8C9CA;
  padding: 5px; }

.panel-hd {
  background: #c0c2c5 url(/vigado-2016-theme/css/../images/application/panel_header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #AEB2B8 #AEB2B8 #C8C9CA;
  padding-left: 10px;
  text-shadow: 1px 1px #FFF; }

.app-view-drop-active {
  background-color: #00A2EA;
  font-weight: bold; }
  .category-portlets .app-view-drop-active {
    color: #FFF; }

.basecelleditor [class~="form-validator-message"] {
  clip: rect(auto auto auto auto);
  width: auto; }

.document-library-file-entry-cell-editor-hidden {
  display: none; }

.previous-level {
  display: inline-block;
  font-size: 21px;
  line-height: 21px;
  margin-right: 5px;
  text-decoration: none;
  vertical-align: middle; }

/* ---------- Menus ---------- */
.lfr-page-templates li a {
  padding: 0; }
  .lfr-page-templates li a label {
    cursor: pointer;
    display: block;
    padding: 5px 0 5px 5px; }

.menu {
  position: absolute;
  width: auto; }
  .menu .notice-message {
    background-image: none;
    margin: 3px;
    padding: 6px; }

.menu-content {
  background: #FFF;
  list-style: none;
  min-width: 150px; }
  .menu-content li {
    margin: 0;
    padding: 0; }
    .menu-content li .disabled {
      color: #999; }

.menu-content {
  background: #ccc9c9 url(/vigado-2016-theme/css/../images/application/menu_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #AEAFB1 #777879 #777879 #AEAFB1;
  padding: 2px 0; }

.menugroup-content .menu-label {
  background: #D2D6DE;
  color: #5B677D;
  display: block;
  padding: 5px 3px;
  text-shadow: 1px 1px #FFF; }

.menugroup-content ul {
  display: block;
  min-width: 0; }

.menu-content li {
  border-bottom: 1px solid #BCBBBB;
  border-top: 1px solid #EEE;
  display: block;
  margin: 0;
  padding: 0; }
  .menu-content li.first {
    border-top-width: 0; }
  .menu-content li.last {
    border-bottom-width: 0; }

.menu-content li a, .menu-content li .disabled {
  color: #2C2F34;
  display: block;
  padding: 4px 5px;
  text-decoration: none; }

.menu-content li a.focus, .lfr-menu-expanded li a:focus {
  background-color: #5B677D;
  color: #FFF;
  text-shadow: -1px -1px #2C2F34; }

/* ---------- Loading mask ---------- */
.loadingmask-content {
  background: #CCC; }

.loadingmask-message {
  background: #d4d4d4 url(/vigado-2016-theme/css/../images/portlet/header_bg.png) repeat-x 0 0; }

/* ---------- Tree view ---------- */
.tree-node .icon-check {
  padding-right: 2px; }
  .tree-node .icon-check:before {
    content: "\f096"; }
.tree-node .tree-node-checked .icon-check {
  padding-right: 0; }
  .tree-node .tree-node-checked .icon-check:before {
    content: "\f046"; }
.tree-node .tree-node-over .tree-label {
  text-decoration: underline; }
.tree-node [class^="icon-"] {
  margin-right: 5px; }
.tree-node .tree-node-checkbox-container {
  margin-right: 0; }
.tree-node .tree-node-selected .tree-label {
  background: none; }

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px; }
.tree-node-content .tree-label {
  margin-left: 3px; }
.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden; }

.tree-node-selected .tree-label {
  background-color: transparent; }

/* ---------- Page customization ---------- */
.dragging .portlet-column.customizable {
  background-color: #CFFCCF;
  outline: 3px solid #9CC97B; }

.customizable-layout-column-content {
  background-color: #C92C3C; }
  .customizable-layout-column-content.yui3-widget-content-expanded {
    border: 3px solid #333;
    margin: 0.2em; }

.customizable .customizable-layout-column-content {
  background-color: #9CC97B; }

.layout-customizable-controls {
  background-color: #FFF;
  font-size: 1.5em;
  margin: 1em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  padding: 1em;
  position: absolute;
  z-index: 15; }

/* ---------- Pagination ---------- */
.paginator-link {
  background: #eeeeee url() no-repeat scroll 50% 1px;
  border: 1px solid #F0F1F2;
  border-color: #F0F1F2 #B2B2B2 #949494 #F0F1F1;
  color: #1F1E1E;
  display: inline-block;
  height: 20px;
  padding: 0;
  text-indent: -9999px;
  width: 20px; }

.paginator-page-link {
  height: auto;
  text-indent: 0; }

.paginator-current-page {
  background: #0083bd url(/vigado-2016-theme/css/../images/application/paginator_link_current_bg.png) 0 0 repeat-x;
  border-color: #38B6EF #006D9E #006D9E #46B4E6;
  color: #FFF;
  text-shadow: -1px -1px #003C57; }

.paginator-first-link {
  background-image: url(/vigado-2016-theme/css/../images/arrows/paging_first.png); }

.paginator-prev-link {
  background-image: url(/vigado-2016-theme/css/../images/arrows/paging_previous.png); }

.paginator-last-link {
  background-image: url(/vigado-2016-theme/css/../images/arrows/paging_last.png); }

.paginator-next-link {
  background-image: url(/vigado-2016-theme/css/../images/arrows/paging_next.png); }

.paginator-current-page-report, .paginator-total {
  color: #555;
  font-size: 0.9em; }

.paginator-current-page-report {
  margin-left: 2em; }

.taglib-page-iterator .search-pages .page-links {
  padding: 0; }

/* ---------- Inline editing ---------- */
.lfr-editable {
  outline: 1px dashed #68bb30;
  outline-offset: 2px;
  position: relative; }
  .lfr-editable:after {
    background: #68bb30 url(/vigado-2016-theme/css/../images/common/edit_white.png) no-repeat 50%;
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px; }
  .lfr-editable:focus:after {
    display: none; }
  .lfr-editable:focus:hover {
    background-color: transparent; }
  .lfr-editable:hover {
    background-color: rgba(255, 255, 255, 0.3);
    outline-color: #519226; }
    .lfr-editable:hover:after {
      background-color: #519226; }

.lfr-editable-notice-close {
  margin-left: 1em; }

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999; }
  .lfr-portlet-title-editable .lfr-portlet-title-editable-content {
    padding: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .field-content .field-input-text {
      display: block;
      margin-bottom: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .field-label.textfield-label {
      display: none; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .toolbar-content {
      margin-top: 0;
      vertical-align: top; }
      .lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .toolbar-content .btn-group {
        margin-top: 0; }

.lfr-page-layouts .lfr-layout-template .layout-template-entry {
  height: 25px;
  width: 25px; }

.ie .proxy.not-intersecting .forbidden-action {
  right: 2px;
  top: 2px; }

.ie7 .menu-content li {
  z-index: 10; }
.ie7 .paginator-link {
  color: transparent;
  font-size: 0;
  overflow: hidden;
  text-indent: 0;
  vertical-align: middle; }
.ie7 .paginator-page-link {
  color: #1F1E1E;
  font-size: 1em;
  height: auto;
  line-height: 1.4;
  overflow: visible;
  text-indent: 0; }
.ie7 .paginator-current-page {
  color: #FFF; }

.ios.mobile .modal-content .dialog-iframe-bd {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/* ---------- Column widths ---------- */
.portlet-column-content.empty {
  padding: 50px; }

/* ---------- Wrapper ---------- */
#wrapper {
  padding: 2em 5em 0; }
  @media (max-width: 767px) {
    #wrapper {
      padding-left: 0.5em;
      padding-right: 0.5em; } }
  @media (min-width: 768px) and (max-width: 979px) {
    #wrapper {
      padding-left: 2em;
      padding-right: 2em; } }

.aui {
  /* ---------- Staging dockbar ---------- */
  /* ---------- Add content ---------- */
  /* ---------- Menus ---------- */
  /* ---------- Customization bar ---------- */ }
  .aui .dockbar {
    left: 0;
    right: 0;
    top: 0; }
    .aui .dockbar .staging-controls .staging-bar li.dropdown .dropdown-menu {
      left: auto;
      margin-left: 10px;
      width: auto; }
    .aui .dockbar.navbar-static-top {
      position: relative; }
      .aui .dockbar.navbar-static-top .collapse {
        position: static; }
        .aui .dockbar.navbar-static-top .collapse .nav-account-controls {
          position: static; }
    .aui .dockbar .btn-link {
      color: #FFF; }
    .aui .dockbar .diamond {
      border: 12px solid transparent;
      border-bottom-color: #1485EB;
      height: 0;
      position: relative;
      top: -12px;
      width: 0; }
      .aui .dockbar .diamond:after {
        border: 12px solid transparent;
        border-top-color: #1485EB;
        content: '';
        height: 0;
        left: -12px;
        position: absolute;
        top: 12px;
        width: 0; }
    .aui .dockbar .impersonating-user .alert-icon {
      margin-right: 9px; }
    .aui .dockbar .impersonating-user .alert-info {
      border-width: 0;
      margin-bottom: 6px; }
    .aui .dockbar .info-button {
      top: 9px; }
    .aui .dockbar .info-items {
      left: 0;
      position: absolute;
      top: 100%;
      width: 100%;
      z-index: 1; }
    .aui .dockbar .navbar-inner {
      padding-left: 20px;
      padding-right: 20px; }
      .aui .dockbar .navbar-inner .brand h1 {
        display: inline-block;
        font-size: inherit;
        line-height: 1;
        margin-bottom: 0;
        margin-top: 0; }
      .aui .dockbar .navbar-inner .container {
        margin-left: 0;
        margin-right: 0;
        width: 100%; }
        .aui .dockbar .navbar-inner .container .nav-account-controls {
          float: right; }
      .aui .dockbar .navbar-inner .site-administration-menu li {
        list-style: none; }
        .aui .dockbar .navbar-inner .site-administration-menu li a {
          color: #000;
          display: block;
          padding: 3px 5px 3px 40px; }
          .aui .dockbar .navbar-inner .site-administration-menu li a:focus, .aui .dockbar .navbar-inner .site-administration-menu li a:hover {
            background: #0DB5E7;
            color: #FFF;
            text-decoration: none; }
          .aui .dockbar .navbar-inner .site-administration-menu li a i {
            font-size: 0.8em; }
    .aui .dockbar .nav.staging-nav-items {
      margin: 0;
      position: static; }
      .aui .dockbar .nav.staging-nav-items li.dropdown.active > .dropdown-toggle {
        background-color: transparent;
        display: block; }
        .aui .dockbar .nav.staging-nav-items li.dropdown.active > .dropdown-toggle:hover {
          color: #0077B3; }
      .aui .dockbar .nav.staging-nav-items .staging-link {
        position: static; }
    .aui .dockbar .user-avatar img {
      margin-top: -2px;
      text-decoration: none;
      vertical-align: middle;
      width: 20px; }
  .aui .dockbar-split .dockbar {
    height: 0;
    position: absolute; }
    .aui .dockbar-split .dockbar .staging-controls .staging-bar li.dropdown .dropdown-menu {
      left: 0;
      margin-left: 0;
      width: 100%; }
    .aui .dockbar-split .dockbar.navbar-static-top .collapse {
      position: relative; }
      .aui .dockbar-split .dockbar.navbar-static-top .collapse .nav-account-controls {
        position: fixed; }
    .aui .dockbar-split .dockbar .divider-vertical {
      display: none; }
    .aui .dockbar-split .dockbar .info-button {
      top: 12px; }
    .aui .dockbar-split .dockbar .info-items {
      left: auto;
      position: static; }
    .aui .dockbar-split .dockbar .navbar-inner {
      background-color: transparent;
      border-width: 0;
      padding: 0;
      width: 0; }
      .aui .dockbar-split .dockbar .navbar-inner .nav {
        border-bottom-width: 0; }
        .aui .dockbar-split .dockbar .navbar-inner .nav > li {
          background-color: #333; }
          .aui .dockbar-split .dockbar .navbar-inner .nav > li > a {
            color: #FFF;
            line-height: 31px; }
            .aui .dockbar-split .dockbar .navbar-inner .nav > li > a:focus, .aui .dockbar-split .dockbar .navbar-inner .nav > li > a:hover {
              color: #FFF; }
            .aui .dockbar-split .dockbar .navbar-inner .nav > li > a [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav > li > a [class*=" icon-"] {
              margin-top: 3px; }
          .aui .dockbar-split .dockbar .navbar-inner .nav > li.active > a {
            color: #FFF; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.dropdown.active > .dropdown-toggle {
          color: #FFF; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.dropdown.open > .dropdown-toggle {
          background-color: #555;
          color: #FFF; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.info-items {
          background-color: transparent; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.staging-toggle > a {
          background-color: #2496E5;
          padding-bottom: 0;
          padding-top: 0; }
          .aui .dockbar-split .dockbar .navbar-inner .nav li.staging-toggle > a:hover {
            background-color: #2FA4F5; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.staging-toggle span.nav-item-label {
          padding: 5px 10px; }
      .aui .dockbar-split .dockbar .navbar-inner .nav-account-controls {
        left: auto;
        margin-right: 0;
        padding: 0;
        position: fixed;
        right: 5em;
        z-index: 325; }
      .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls {
        background: transparent;
        position: fixed;
        top: 10%;
        z-index: 350; }
        .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li {
          float: none;
          margin: 10px;
          position: relative; }
          .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls a {
            clip: rect(0 0 0 0);
            position: absolute; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls a:focus {
              clip: rect(auto auto auto auto);
              position: static; }
          @media (max-width: 979px) {
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.page-preview-controls {
              display: none; } }
          .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a {
            background: #333;
            color: #FFF;
            padding: 6px 8px;
            text-align: center; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a:hover {
              background: #555; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class*=" icon-"] {
              font-size: 25px;
              position: relative;
              vertical-align: middle; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link {
              background: #92F545; }
              .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class*=" icon-"] {
                color: #000; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a .nav-item-label {
              background: #333;
              display: none;
              left: 100%;
              margin-left: 0.5em;
              margin-top: -1em;
              padding: 0 20px;
              position: absolute;
              top: 50%;
              white-space: nowrap; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a:hover .nav-item-label {
              display: block; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a .icon-caret-down {
              display: none; }
        .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls:hover > li.toggle-controls a {
          clip: rect(auto auto auto auto);
          position: static; }
    .aui .dockbar-split .dockbar .staging-nav-items li > span {
      color: #FFF;
      display: block;
      padding: 10px 15px;
      line-height: 31px; }
  .aui .dockbar-split .info-link-container {
    width: 0; }
  .aui .dockbar-split .info-items {
    height: 1px;
    width: 715px; }
    .aui .dockbar-split .info-items a, .aui .dockbar-split .info-items .btn-link {
      color: #FFF;
      text-decoration: underline; }
      .aui .dockbar-split .info-items a:hover, .aui .dockbar-split .info-items .btn-link:hover {
        text-decoration: none; }
        .aui .dockbar-split .info-items a:hover .taglib-text, .aui .dockbar-split .info-items .btn-link:hover .taglib-text {
          text-decoration: none; }
    .aui .dockbar-split .info-items .btn-link {
      border-width: 0;
      font-size: 14px;
      font-weight: 300;
      margin: 0 0 0 6px;
      padding: 0;
      text-shadow: none; }
  .aui .dockbar-split .staging-bar {
    margin: 10px 0; }
  .aui .dockbar-split.controls-hidden .dockbar .navbar-inner .nav-add-controls > li.toggle-controls > .toggle-controls-link {
    background: #F5AF45; }
  .aui .dockbar-split.lfr-has-add-content .nav-add-controls {
    left: 350px; }
  .aui .dockbar-split.lfr-has-device-preview .nav-add-controls {
    left: 220px; }
  .aui .dockbar-split.lfr-has-edit-layout .nav-add-controls {
    left: 460px; }
  .aui.dialog-iframe-root-node .dockbar .nav-add-controls .page-preview-controls {
    display: none; }
  .aui .touch .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls > .toggle-controls-link, .aui .controls-hidden.dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls > .toggle-controls-link {
    clip: rect(auto auto auto auto);
    position: static; }
  .aui .variation-selector {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin: 1em; }
  .aui .layout-revision-container {
    margin: 1em 0 0 1em;
    padding: 0; }
    .aui .layout-revision-container .approximate-date {
      color: #999;
      font-weight: bold; }
    .aui .layout-revision-container .current-version {
      color: #41801d;
      display: block; }
    .aui .layout-revision-container .current-version-pointer {
      display: inline-block;
      width: 0; }
      .aui .layout-revision-container .current-version-pointer img {
        left: -25px;
        position: relative; }
    .aui .layout-revision-container .layout-variation-name {
      color: #666;
      font-size: 1.15em;
      margin-bottom: 0.1em;
      text-transform: uppercase; }
    .aui .layout-revision-container .layout-revision-current {
      color: #666; }
    .aui .layout-revision-container .real-date {
      color: #999;
      display: block;
      text-align: right; }
    .aui .layout-revision-container .taglib-workflow-status .workflow-status {
      background: none;
      padding-left: 0; }
      .aui .layout-revision-container .taglib-workflow-status .workflow-status .workflow-status-ready-for-publication {
        color: #41801d;
        font-weight: bold; }
  .aui .layout-revision-container-root {
    margin: 0; }
  .aui .staging-controls {
    padding-left: 5px;
    padding-right: 50px; }
    .aui .staging-controls select {
      width: 100%; }
    .aui .staging-controls .staging-bar .dropdown-menu {
      font-size: 13px;
      min-width: 520px;
      width: 100%; }
      .aui .staging-controls .staging-bar .dropdown-menu .btn-link {
        float: left;
        font-size: 11px;
        margin: 0 5px 0 0;
        padding: 0;
        text-decoration: underline;
        text-shadow: none; }
        .aui .staging-controls .staging-bar .dropdown-menu .btn-link:hover {
          text-decoration: none; }
        .aui .staging-controls .staging-bar .dropdown-menu .btn-link.history {
          float: right; }
  .aui .lfr-admin-panel {
    background-color: #FFF;
    bottom: 0;
    left: 0;
    overflow: auto;
    padding: 10px;
    position: fixed;
    top: 0;
    z-index: 1100; }
    @media (max-width: 767px) {
      .aui .lfr-admin-panel {
        height: 100%;
        padding-bottom: 0;
        padding-top: 0;
        position: absolute; } }
  .aui .lfr-has-add-content {
    padding-left: 350px; }
  .aui .lfr-has-device-preview {
    padding-left: 220px; }
  .aui .lfr-has-edit-layout {
    padding-left: 460px; }
  .aui .dropdown-menu > li > a:focus > [class^="icon-"] {
    background-image: none; }
  .aui .my-sites-menu .site-type {
    color: #FFF;
    display: none;
    float: right;
    font-size: 0.8em;
    font-weight: normal;
    margin-right: 10px;
    position: absolute;
    right: 100%; }
  .aui .my-sites-menu a:hover .site-type {
    color: #FFFFFF;
    display: inline-block; }
  .aui .ie.rtl .dockbar .menu-button span {
    background-position-x: -25px; }
  .aui.ie6 .dockbar-split .dockbar .navbar-inner .nav-add-controls li.page-preview-controls, .aui.ie7 .dockbar-split .dockbar .navbar-inner .nav-add-controls li.page-preview-controls, .aui.ie8 .dockbar-split .dockbar .navbar-inner .nav-add-controls li.page-preview-controls {
    display: none; }
  .aui .ie7 .dockbar {
    zoom: 1; }
  .aui .ie7 .my-sites-menu a {
    overflow: visible;
    text-align: left; }
  .aui .ie7 .my-sites-menu .site-name {
    float: none; }
  .aui .ie7 .my-sites-menu .site-type {
    float: none; }
  .aui .ie6 .dockbar, .aui .ie6 .lfr-dockbar-pinned .dockbar {
    height: 10px;
    left: 0;
    position: relative;
    top: 0; }
  .aui .ie6 .dockbar .pin-dockbar {
    display: none; }
  .aui .ie6 .my-sites-menu {
    width: 200px; }
    .aui .ie6 .my-sites-menu a {
      zoom: 1; }
  .aui .ie6 .menu-scroll {
    height: 300px;
    overflow-y: auto; }
  .aui .controls-hidden .info-button, .aui .controls-hidden .page-customization-bar {
    display: none; }
  .aui .info-button {
    cursor: pointer;
    display: inline-block;
    position: relative;
    right: 12px;
    z-index: 1; }
    .aui .info-button a {
      color: #FFF;
      padding: 2px 10px;
      position: absolute;
      text-decoration: none;
      z-index: 1; }
    .aui .info-button .icon-stop {
      color: #1485EB;
      font-size: 20px; }
  .aui .page-customization-bar {
    background-color: #555;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    display: table;
    font-size: 14px;
    font-weight: 300;
    padding: 0 15px;
    width: 100%; }
    .aui .page-customization-bar .customized-icon {
      margin: 5px;
      vertical-align: middle; }
    .aui .page-customization-bar .page-customization-actions {
      padding-left: 5em; }
    .aui .page-customization-bar .page-customization-actions a {
      color: #EEE;
      font-size: 0.8em;
      padding: 0 1em; }
    .aui .page-customization-bar .page-customization-bar-form {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      width: 25%; }
      .aui .page-customization-bar .page-customization-bar-form a {
        color: #FFF; }
        .aui .page-customization-bar .page-customization-bar-form a:focus, .aui .page-customization-bar .page-customization-bar-form a:hover {
          color: #FFF;
          text-decoration: none; }
      .aui .page-customization-bar .page-customization-bar-form span {
        display: block;
        line-height: 20px; }
    .aui .page-customization-bar .page-customization-bar-text {
      display: table-cell;
      height: 51px;
      vertical-align: middle;
      width: 75%; }
    .aui .page-customization-bar .page-customization-bar-container {
      position: absolute; }
    .aui .page-customization-bar .reset-prototype {
      display: inline; }
  @media (max-width: 1140px) {
    .aui .dockbar-split .dockbar .info-items {
      width: 515px; } }

/* ---------- Add/remove page ---------- */
.modify-pages li {
  position: relative; }
  .modify-pages li.lfr-nav-hover .delete-tab {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
.modify-pages .add-page-editor-input {
  width: 150px; }
.modify-pages .delete-tab {
  color: #444;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 10px;
  line-height: 6px;
  margin-top: -8px;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  padding: 3px 0;
  position: absolute;
  right: 1px;
  text-shadow: 0 1px #FFF;
  top: 50%; }
  .modify-pages .delete-tab:hover {
    color: #B50303; }
.modify-pages .lfr-nav-updateable.selected a:hover span {
  cursor: text; }

.nav li .toolbar {
  margin-top: 5px; }

/* ---------- Navigation portlet ---------- */
.nav-menu ul {
  padding-left: 10px; }
.nav-menu li a.ancestor {
  font-weight: bold; }
.nav-menu li a.selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.nav-menu-style-arrows ul {
  list-style-image: url(/vigado-2016-theme/css/../images/arrows/04_right.png); }

/* ---------- Page template selector ---------- */
.form-options {
  border: 1px solid #AAA;
  display: inline-block;
  vertical-align: middle; }
  .form-options input {
    border-width: 0;
    display: inline;
    float: left; }

.form-triggers {
  float: left; }

.form-trigger {
  background: #c4c4c4 url(/vigado-2016-theme/css/../images/application/button_bg.png) repeat-x 0 0;
  border-left: 1px solid #BBB;
  display: inline-block;
  float: left; }
  .form-trigger img {
    background: url() no-repeat 50% 40%;
    height: 25px;
    padding: 0 3px;
    vertical-align: middle;
    width: 16px; }
  .form-trigger:focus, .form-trigger:hover {
    background-color: #83B0CA;
    background-image: url(/vigado-2016-theme/css/../images/application/button_bg_over.png); }

.trigger-selected {
  background-color: #EBEBEB;
  background-image: url(/vigado-2016-theme/css/../images/application/button_bg_selected.png); }
  .trigger-selected:focus, .trigger-selected:hover {
    background-color: #B7DEF4;
    background-image: url(/vigado-2016-theme/css/../images/application/button_bg_selected_over.png); }

.options-trigger img {
  background-image: url(/vigado-2016-theme/css/../images/common/configuration.png); }

.save-trigger img {
  background-image: url(/vigado-2016-theme/css/../images/common/check.png); }

/* ---------- Portlet wrapper and icons ---------- */
.freeform .portlet {
  margin-bottom: 0; }

body.portlet {
  border: none; }

.portlet-topper {
  position: relative; }
  .portlet-topper .portlet-topper-toolbar {
    margin: 0;
    padding: 2px;
    position: absolute;
    right: 3px;
    text-align: right;
    top: 3px;
    z-index: 300; }
    .portlet-topper .portlet-topper-toolbar a {
      color: inherit; }
      .portlet-topper .portlet-topper-toolbar a, .portlet-topper .portlet-topper-toolbar a:hover {
        text-decoration: none; }
      .portlet-topper .portlet-topper-toolbar a i {
        font-size: 19px; }
    .portlet-topper .portlet-topper-toolbar .nobr {
      display: block;
      float: left;
      padding: 1px; }
    .portlet-topper .portlet-topper-toolbar .portlet-icon-back {
      background: url(/vigado-2016-theme/css/../images/arrows/12_left.png) no-repeat 0 50%;
      color: #FFF;
      font-weight: bold;
      padding: 5px 5px 5px 18px; }
      .portlet-topper .portlet-topper-toolbar .portlet-icon-back:hover {
        color: #FFF; }
    .portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
      color: transparent;
      font-size: 0; }

.portlet-title {
  display: block; }
  .portlet-title img {
    vertical-align: middle; }

.portlet-title-editable {
  cursor: pointer; }

.portlet-title-text {
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap; }

.panel-page-content .portlet-title-text, .panel-page-body .portlet-title-text {
  cursor: auto; }

.portlet-content, .portlet-minimized .portlet-content-container {
  padding: 12px 10px 10px; }

.portlet-minimized .portlet-content {
  padding: 0; }

.portlet-nested-portlets .portlet-boundary {
  position: relative !important;
  top: 0 !important;
  left: 0 !important; }

.portlet-borderless-bar, .portlet-content .lfr-icon-actions {
  background: #333;
  color: #FFF;
  text-shadow: -1px -1px #000; }
  .portlet-borderless-bar a, .portlet-content .lfr-icon-actions a {
    color: #3AF; }

.portlet-borderless-container:hover .portlet-borderless-bar, .portlet-content:hover .lfr-icon-actions {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions, .portlet-content:hover .lfr-icon-actions .taglib-text {
  display: inline-block; }

.portlet-content .lfr-icon-actions {
  float: left;
  margin: 1px 10px 1px 1px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  padding: 2px 7px; }
  .portlet-content .lfr-icon-actions .taglib-text {
    color: #FFF;
    display: none;
    font-weight: bold;
    margin-right: 1em;
    text-decoration: none;
    vertical-align: middle; }
  .portlet-content .lfr-icon-actions .lfr-icon-action a {
    background: url() no-repeat 0 50%;
    display: inline-block;
    margin-left: 5px;
    vertical-align: top; }
    .portlet-content .lfr-icon-actions .lfr-icon-action a:hover {
      text-decoration: none; }
      .portlet-content .lfr-icon-actions .lfr-icon-action a:hover span {
        text-decoration: underline; }
    .portlet-content .lfr-icon-actions .lfr-icon-action a img {
      visibility: hidden; }
  .portlet-content .lfr-icon-actions .lfr-icon-action-add a {
    background-image: url(/vigado-2016-theme/css/../images/common/add_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-edit a {
    background-image: url(/vigado-2016-theme/css/../images/common/edit_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-edit-template a {
    background-image: url(/vigado-2016-theme/css/../images/common/edit_template_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-configuration a {
    background-image: url(/vigado-2016-theme/css/../images/common/configuration_white.png); }
.portlet-content .lfr-url-error {
  display: inline-block;
  white-space: normal; }

/* ---------- Borderless portlet ---------- */
.portlet-borderless-container {
  min-height: 2.5em;
  position: relative; }

.portlet-borderless-bar {
  font-size: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  padding: 2px 5px 1px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 200; }
  .portlet-borderless-bar a {
    background: url() no-repeat 0 50%;
    display: inline-block;
    height: 16px;
    margin-left: 5px;
    text-indent: -9999px;
    vertical-align: middle;
    width: 16px; }
  .portlet-borderless-bar .portlet-actions {
    display: none;
    float: left;
    margin-right: 10px;
    overflow: hidden; }
  .portlet-borderless-bar .portlet-actions, .portlet-borderless-bar .portlet-title-default {
    min-height: 20px;
    vertical-align: top; }
  .portlet-borderless-bar .portlet-action-separator {
    display: none; }
  .portlet-borderless-bar .portlet-back a {
    height: auto;
    text-indent: 0;
    width: auto; }
  .portlet-borderless-bar .portlet-close a {
    background-image: url(/vigado-2016-theme/css/../images/portlet/close_borderless.png); }
  .portlet-borderless-bar .portlet-options li.lfr-trigger strong a {
    background-image: url(/vigado-2016-theme/css/../images/portlet/options_borderless.png); }

.lfr-configurator-visibility .portlet-borderless-bar {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6; }
.lfr-configurator-visibility .portlet-content .lfr-icon-actions {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.portlet-content .icons-container {
  clear: both;
  height: auto;
  margin-top: 1em;
  overflow: hidden;
  width: auto; }

.portlet-title-default {
  display: inline-block;
  float: right;
  font-weight: bold;
  text-transform: uppercase; }

.portlet-draggable .portlet-topper {
  cursor: move; }
.portlet-draggable .portlet-title-default {
  background: url(/vigado-2016-theme/css/../images/portlet/draggable_borderless.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px; }

/* ---------- Panel page ---------- */
.lfr-panel-page {
  width: 100%; }
  .lfr-panel-page .portlet-title {
    font-size: 13px; }
  .lfr-panel-page .lfr-add-content h2 span {
    background-color: #D3DADD; }

/* ---------- Standard styles defined in the JSR 168 ---------- */
/* ---------- Fonts ---------- */
/* ---------- Font attributes for the 'normal' fragment font ---------- */
/* ---------- Font attributes similar to the .portlet-font but the color is lighter ---------- */
/* ---------- Messages ---------- */
.portlet-msg {
  background: #EEE none no-repeat 6px 50%;
  border: 1px solid #555;
  color: #34404F;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left; }

/* ---------- Status labels ---------- */
.lfr-status-alert-label, .lfr-status-error-label, .lfr-status-info-label, .lfr-status-progress-label, .lfr-status-success-label {
  background: none no-repeat 0 50%;
  padding: 3px 3px 3px 20px; }

.lfr-status-alert-label {
  background-image: url(/vigado-2016-theme/css/../images/messages/alert.png);
  color: #663; }

.lfr-status-error-label {
  background-image: url(/vigado-2016-theme/css/../images/messages/error.png);
  color: #900; }

.lfr-status-help-label, .lfr-status-info-label, .lfr-status-progress-label {
  background-image: url(/vigado-2016-theme/css/../images/messages/info.png);
  color: #34404F; }

.lfr-status-help-label {
  background-image: url(/vigado-2016-theme/css/../images/portlet/help.png); }

.lfr-status-progress-label {
  background-image: url(/vigado-2016-theme/css/../images/aui/loading_indicator.gif); }

.lfr-status-success-label {
  background-image: url(/vigado-2016-theme/css/../images/messages/success.png);
  color: #384F34; }

/* ---------- Liferay messages ---------- */
.lfr-message {
  position: relative; }
  .lfr-message .lfr-message-control {
    background-color: #333;
    display: inline-block; }
  .lfr-message .lfr-message-controls {
    display: none;
    left: 3px;
    margin: -8px 8px 0 3px;
    position: absolute;
    top: 50%;
    z-index: 10; }
  .lfr-message .lfr-message-close {
    background-image: url(/vigado-2016-theme/css/../images/portlet/close_borderless.png);
    background-position: 0 0;
    background-repeat: no-repeat; }
  .lfr-message .lfr-message-close-all {
    color: #FFF;
    display: none;
    font-size: 0.8em;
    margin-left: 10px;
    padding: 1px 10px;
    text-shadow: 1px 1px 0 #000;
    vertical-align: top; }
    .lfr-message .lfr-message-close-all a {
      color: #FFF; }
  .lfr-message .lfr-message-controls-hover .lfr-message-close-all {
    display: inline-block; }
  .lfr-message.pending {
    background-image: url(/vigado-2016-theme/css/../images/common/time.png); }

.lfr-message-content.alert {
  margin-bottom: 0; }

.lfr-message-close {
  cursor: pointer; }

/* ---------- Sections ---------- */
/* ---------- Text in a selected cell range ---------- */
.portlet-section-selected, .portlet-section-selected a {
  background: #727C81;
  color: #FFF;
  font-weight: bold;
  text-decoration: none; }
.portlet-section-selected a:hover, .portlet-section-selected a:focus {
  background-color: #727C81; }

/* ---------- Text of a subheading ---------- */
/* ---------- Table or section footnote ---------- */
/* ---------- Text that belongs to the table but does not fall in one of the other categories (e.g. explanatory or help text that is associated with the section) ---------- */
/* ---------- Forms ---------- */
.alert .form {
  margin: 0; }

/* ---------- Text used for the descriptive label of the whole form (not the labels for fields) ---------- */
/* ---------- Text of the user-input in an input field ---------- */
/* ---------- Text on a button ---------- */
/* ---------- Text that appears beside a context dependent action icon ---------- */
/* ---------- Text that appears beside a 'standard' icon (e.g. Ok, or cancel) ---------- */
/* ---------- Text for a separator of fields (e.g. checkboxes, etc.) ---------- */
/* ---------- Text for a field (not input field, e.g. checkboxes, etc.) ---------- */
/* ---------- Menus ---------- */
/* ---------- General menu settings such as background color, margins, etc. ---------- */
/* ---------- Normal, unselected menu item ---------- */
/* ---------- Selected menu item ---------- */
/* ---------- Normal, unselected menu item when the mouse hovers over it ---------- */
/* ---------- Selected menu item when the mouse hovers over it ---------- */
/* ---------- Normal, unselected menu item that has sub-menus ---------- */
/* ---------- Selected sub-menu item that has sub-menus ---------- */
/* ---------- Descriptive text for the menu (e.g. in a help context below the menu) ---------- */
/* ---------- Menu caption ---------- */
/* ---------- Miscellaneous portlet styles ---------- */
.restricted, .restricted td {
  background: #FDD;
  border: none; }
.restricted * {
  color: #727C81; }

.alt.restricted td {
  background-color: #FFC0C0; }

.hover.restricted td {
  background-color: #D3BDC0; }

.alt.restricted td.first, .restricted td.first {
  background-image: url(/vigado-2016-theme/css/../images/messages/error.png);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 28px; }

/* ---------- Permissions ---------- */
.table-data tr.lfr-role .first {
  background-image: url();
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 30px; }
.table-data tr.lfr-role-guest .first {
  background-image: url(/vigado-2016-theme/css/../images/common/guest_icon.png); }
.table-data tr.lfr-role-regular .first {
  background-image: url(/vigado-2016-theme/css/../images/common/user_icon.png); }
.table-data tr.lfr-role-site .first {
  background-image: url(/vigado-2016-theme/css/../images/common/site_icon.png); }
.table-data tr.lfr-role-organization .first {
  background-image: url(/vigado-2016-theme/css/../images/common/organization_icon.png); }
.table-data tr.lfr-role-team .first {
  background-image: url(/vigado-2016-theme/css/../images/common/team_icon.png); }

/* ---------- Miscellaneous component styles ---------- */
/* ---------- Add content dialog ---------- */
.lfr-portlet-item, .lfr-portlet-item p a {
  font-size: 1em; }

/* ---------- Calendar taglib ---------- */
.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border: none; }
.taglib-calendar tr td a {
  background-color: #F0F5F7;
  border: 1px solid #FFF;
  border-bottom: none;
  border-left: none;
  display: block;
  height: 15px;
  padding: 5px 0; }
  .taglib-calendar tr td a:hover {
    background-color: #727C81;
    color: #FFF; }
.taglib-calendar tr td.calendar-inactive {
  background-color: #FFF;
  color: #B5BFC4; }
.taglib-calendar tr th {
  border-bottom-color: #D7D7D7; }
.taglib-calendar table td {
  border-width: 0; }
.taglib-calendar .calendar-current-day, .taglib-calendar .calendar-current-day a {
  background-color: #FFF; }
.taglib-calendar .calendar-current-day a {
  border: 1px solid #727C81;
  color: #369;
  text-decoration: underline; }

/* ---------- navbar form search ---------- */
.navbar form {
  margin: 0; }

.ie .portlet-borderless-bar {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }
.ie .portlet-content .lfr-icon-actions {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }
.ie .portlet-borderless-container:hover .portlet-borderless-bar, .ie .portlet-journal-content .lfr-icon-actions:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }
.ie .taglib-calendar tr td.first a {
  border-right: none; }

.ie6 .portlet-content .icons-container, .ie7 .portlet-content .icons-container {
  overflow: visible; }
.ie6 .portlet-content .lfr-icon-actions .taglib-text, .ie7 .portlet-content .lfr-icon-actions .taglib-text {
  display: inline-block; }
.ie6 .portlet-borderless-bar .portlet-actions, .ie7 .portlet-borderless-bar .portlet-actions {
  margin-left: 20px;
  margin-right: 0; }
.ie6 .portlet-title-default, .ie7 .portlet-title-default {
  float: left; }
.ie6 .lfr-message .lfr-message-close, .ie7 .lfr-message .lfr-message-close {
  float: left; }

.ie6 .portlet-topper-toolbar .icon {
  height: 16px;
  width: 16px; }
.ie6 .portlet-borderless-container {
  height: 2.5em; }
.ie6 .portlet-borderless-bar {
  filter: alpha(opacity=90); }
  .ie6 .portlet-borderless-bar .portlet-actions {
    display: inline;
    filter: alpha(opacity=90); }
.ie6 .breadcrumbs {
  zoom: 1; }

.ie8 .dockbar img, .ie8 .lfr-icon-action img, .ie8 .logo img {
  max-width: none; }

.menu-content, .underlay-content {
  -webkit-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5); }

.lfr-add-panel, .lfr-device-preview-panel, .lfr-edit-layout-panel {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.lfr-preview-file-image img, .lfr-translation-manager {
  -webkit-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8);
  box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8); }

.lfr-device-preview .lfr-device-size-status-content {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 1px white;
  -moz-box-shadow: 0 0 1px white;
  box-shadow: 0 0 1px white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9; }
.lfr-device-preview .lfr-device:after, .lfr-device-preview .lfr-device:before {
  -webkit-box-shadow: #111111 0 1px 0;
  -moz-box-shadow: #111111 0 1px 0;
  box-shadow: #111111 0 1px 0; }
.lfr-device-preview .lfr-device:after {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px; }
.lfr-device-preview .lfr-device.rotated:after, .lfr-device-preview .lfr-device.rotated:before {
  -webkit-box-shadow: #111111 -1px 1px 0;
  -moz-box-shadow: #111111 -1px 1px 0;
  box-shadow: #111111 -1px 1px 0; }
.lfr-device-preview .lfr-device.smartphone, .lfr-device-preview .lfr-device.tablet {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px; }
.lfr-device-preview .lfr-device.tablet:before {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

@media (max-width: 979px) {
  .dockbar .navbar-inner .btn-navbar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none; } }
.dockbar .navbar-inner .nav li.staging-toggle.active > a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.dockbar .navbar-inner .nav li.staging-toggle span {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
.dockbar .menu-button-active .menu-button {
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7); }
.dockbar .impersonating-user .alert-info {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.dockbar-split .dockbar .navbar-inner .nav > li > a {
  text-shadow: none; }
.dockbar-split .dockbar .navbar-inner .nav-add-controls > li a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .dockbar-split .dockbar .navbar-inner .nav-add-controls > li a .nav-item-label {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px; }
.dockbar-split .dockbar .navbar-inner .nav-add-controls > li.open a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

@media (max-width: 979px) {
  .navbar .navbar-search .form-search .search-query {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px; } }
.portlet-document-library .lfr-ddm-small-image-preview, .portlet-dynamic-data-mapping .lfr-ddm-small-image-preview {
  -webkit-box-shadow: 0 1px 3px #cccccc;
  -moz-box-shadow: 0 1px 3px #cccccc;
  box-shadow: 0 1px 3px #cccccc; }

.portlet-asset-category-admin .tree-node-selected, .portlet-asset-category-admin .tree-node-over, .portlet-asset-category-admin .category-item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  -webkit-box-shadow: inset 0 0 2px #224fa8;
  -moz-box-shadow: inset 0 0 2px #224fa8;
  box-shadow: inset 0 0 2px #224fa8; }

.portlet-document-library-upload-mask .overlaymask-content {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.lfr-search-combobox-item, .portlet-journal .lfr-search-combobox .search input {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px; }

.lfr-search-combobox .field-input-text {
  -webkit-border-radius: 4px 1px 1px 4px;
  -moz-border-radius: 4px 1px 1px 4px;
  -ms-border-radius: 4px 1px 1px 4px;
  -o-border-radius: 4px 1px 1px 4px;
  border-radius: 4px 1px 1px 4px; }
.lfr-search-combobox .button-input {
  -webkit-border-radius: 1px 4px 4px 1px;
  -moz-border-radius: 1px 4px 4px 1px;
  -ms-border-radius: 1px 4px 4px 1px;
  -o-border-radius: 1px 4px 4px 1px;
  border-radius: 1px 4px 4px 1px; }

.lfr-upload-container .progress-bar, .lfr-upload-container .progress, .lfr-editable:after {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }

body > .lfr-menu-list ul, .active-area-proxy, .entry-display-style .entry-thumbnail, .lfr-api-results, .lfr-translation-manager, .lfr-translation-manager-translation, .lfr-upload-container .cancel-button .modify-pages .delete-tab, .portlet-image-gallery-display .image-thumbnail img, .rule-group-instance-container .rule-group-instance, .select-documents, .select-files, .taglib-ratings.stars:hover, .taglib-ratings.stars:hover .liferay-rating-vote, .tags-search-combobox .field-input-text {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.entry-display-style, .lfr-search-combobox, .lfr-upload-container .upload-file, .lfr-upload-container .upload-target, .portlet-document-library .common-file-metadata-container.selected, .portlet-document-library-display .common-file-metadata-container.selected, .portlet-image-gallery-display .image-icon, .select-documents, .select-files {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.portlet-journal .lfr-ddm-container .field-wrapper {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.portlet-journal .display-page-item-container .display-page-item, .portlet-journal .display-page-item-container .display-page-item .display-page-item-remove, .taglib-categorization-filter .asset-entry {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px; }

.menu-content {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.underlay-content {
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px; }

.lfr-add-panel .add-content-button .lfr-actions {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
.lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-list:hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-list.hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-list.over, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-descriptive:hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-descriptive.hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-descriptive.over {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
.lfr-add-panel .lfr-panel.lfr-extended {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.lfr-add-panel .lfr-panel.lfr-extended .lfr-panel-titlebar, .lfr-add-panel .add-application-tab .lfr-add-content .lfr-title-category {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d2dbe4), color-stop(100%, #bdc8d6));
  background-image: -webkit-linear-gradient(#d2dbe4, #bdc8d6);
  background-image: -moz-linear-gradient(#d2dbe4, #bdc8d6);
  background-image: -o-linear-gradient(#d2dbe4, #bdc8d6);
  background-image: linear-gradient(#d2dbe4, #bdc8d6); }
.lfr-add-panel .search-panel .add-content-search .field-input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.lfr-add-dialog .add-content-menu .search-query, .lfr-add-panel .add-content-menu .search-query {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px; }

.lfr-content-preview-popup .lfr-content-preview-popup-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25);
  box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25); }

.lfr-message .lfr-message-control {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }

.lfr-token, .layout-customizable-controls, .lfr-translation-manager-delete-translation {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }

.customizable-layout-column-content {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.staging-tabview-list {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.site-variations-tabview-list .tab-content, .staging-tabview-list .tab-active .tab-content, .tagselector-content .textboxlistentry-holder .lfr-tag-selector-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.rule-group-instance-container .rule-group-instance {
  -webkit-box-shadow: 1px 1px 2px #999999;
  -moz-box-shadow: 1px 1px 2px #999999;
  box-shadow: 1px 1px 2px #999999; }

.lfr-action-label {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

.lfr-api-service-search .field-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

.lfr-progress-active .progress-bar-status, .lfr-upload-container .file-uploading .progress-bar .progress {
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
  -webkit-animation: progress-bar-stripes 0.5s linear infinite;
  -moz-animation: progress-bar-stripes 0.5s linear infinite;
  -ms-animation: progress-bar-stripes 0.5s linear infinite;
  -o-animation: progress-bar-stripes 0.5s linear infinite;
  animation: progress-bar-stripes 0.5s linear infinite;
  -webkit-transition: width 0.5s ease-out;
  -moz-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out; }

@-webkit-keyframes highlight-animation {
  from {
    background-color: #FFC; }

  to {
    background-color: transparent; } }

@-moz-keyframes highlight-animation {
  from {
    background-color: #FFC; }

  to {
    background-color: transparent; } }

@-o-keyframes highlight-animation {
  from {
    background-color: #FFC; }

  to {
    background-color: transparent; } }

@keyframes highlight-animation {
  from {
    background-color: #FFC; }

  to {
    background-color: transparent; } }

.highlight-animation {
  -webkit-animation: highlight-animation 0.7s;
  -moz-animation: highlight-animation 0.7s;
  -ms-animation: highlight-animation 0.7s;
  -o-animation: highlight-animation 0.7s;
  animation: highlight-animation 0.7s; }

body:first-of-type .portlet-borderless-bar, body:first-of-type .portlet-content .lfr-icon-actions {
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0.15s;
  -moz-transition: opacity 0.5s ease 0.15s;
  -o-transition: opacity 0.5s ease 0.15s;
  transition: opacity 0.5s ease 0.15s; }
body:first-of-type .portlet-borderless-container:hover .portlet-borderless-bar, body:first-of-type .portlet-content:hover .lfr-icon-actions {
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s; }
body:first-of-type .portlet-borderless-bar .portlet-actions, body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  -webkit-transition: max-width 0.3s ease-in;
  -webkit-transition-delay: 0.2s;
  -moz-transition: max-width 0.3s ease-in 0.2s;
  -o-transition: max-width 0.3s ease-in 0.2s;
  transition: max-width 0.3s ease-in 0.2s;
  text-overflow: ellipsis;
  white-space: nowrap; }
body:first-of-type .portlet-borderless-bar .portlet-actions, body:first-of-type .portlet-content:hover .lfr-icon-actions .taglib-text {
  -webkit-transition: max-width 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: max-width 0.3s ease 0s;
  -o-transition: max-width 0.3s ease 0s;
  transition: max-width 0.3s ease 0s; }
body:first-of-type .portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions {
  max-width: 500px; }
body:first-of-type .portlet-content:hover .lfr-icon-actions .taglib-text {
  max-width: 200px; }

.portlet-boundary.yui3-dd-dragging {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease; }

.portlet-document-library .entry-thumbnail .label, .portlet-document-library-display .workflow-status .label, .portlet-journal .entry-thumbnail .label {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0; }

@-webkit-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }

  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }

  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

@-moz-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }

  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }

  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

@-o-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }

  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }

  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

@keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }

  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }

  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

.upload-drop-active .lfr-upload-container .upload-target {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none; }
.upload-drop-active .portlet-document-library .document-container {
  -webkit-box-shadow: inset 0 0 5px #b8c1d1;
  -moz-box-shadow: inset 0 0 5px #b8c1d1;
  box-shadow: inset 0 0 5px #b8c1d1; }

.upload-drop-intent .lfr-upload-container .upload-target {
  -webkit-animation: lfr-drop-active 1s ease 0.2s infinite;
  -moz-animation: lfr-drop-active 1s ease 0.2s infinite;
  -ms-animation: lfr-drop-active 1s ease 0.2s infinite;
  -o-animation: lfr-drop-active 1s ease 0.2s infinite;
  animation: lfr-drop-active 1s ease 0.2s infinite; }

/* General Settings and Styles
===================================================== */
/* Breakpoints
================================================ */
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Light.otf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-LightIta.otf") format("truetype");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Book.otf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-BookIta.otf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Medium.otf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-MediumIta.otf") format("truetype");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Bold.otf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-BookIta.otf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Black.otf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-BlackIta.otf") format("truetype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'vigado-iconset';
  src: url("../fonts/vigado-iconset.eot?886112");
  src: url("../fonts/vigado-iconset.eot?886112#iefix") format("embedded-opentype"), url("../fonts/vigado-iconset.ttf?886112") format("truetype"), url("../fonts/vigado-iconset.woff?886112") format("woff"), url("../fonts/vigado-iconset.svg?886112#vigado-iconset") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="vigado-icon-"], [class*=" vigado-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'vigado-iconset' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.vigado-icon-arrow_left:before {
  content: "\e900"; }

.vigado-icon-arrow_right:before {
  content: "\e901"; }

.vigado-icon-arrow2_left:before {
  content: "\e902"; }

.vigado-icon-arrow2_right:before {
  content: "\e903"; }

.vigado-icon-arrow2_top:before {
  content: "\e904"; }

.vigado-icon-arrow3_down:before {
  content: "\e905"; }

.vigado-icon-arrow3_left:before {
  content: "\e906"; }

.vigado-icon-arrow3_right:before {
  content: "\e907"; }

.vigado-icon-arrow3_top:before {
  content: "\e908"; }

.vigado-icon-arrow4_down:before {
  content: "\e909"; }

.vigado-icon-arrow4_top:before {
  content: "\e90a"; }

.vigado-icon-calendar:before {
  content: "\e90b"; }

.vigado-icon-concert:before {
  content: "\e90c"; }

.vigado-icon-conference:before {
  content: "\e90d"; }

.vigado-icon-delete:before {
  content: "\e90e"; }

.vigado-icon-exhibition:before {
  content: "\e90f"; }

.vigado-icon-facebook:before {
  content: "\e910"; }

.vigado-icon-movie:before {
  content: "\e911"; }

.vigado-icon-google:before {
  content: "\e912"; }

.vigado-icon-guidance:before {
  content: "\e921"; }

.vigado-icon-partially-sighted .path1:before {
  content: "\e913";
  color: #f5eb13; }

.vigado-icon-partially-sighted .path2:before {
  content: "\e914";
  color: #c6c72e; }

.vigado-icon-partially-sighted .path3:before {
  content: "\e915";
  color: black; }

.vigado-icon-partially-sighted .path4:before {
  content: "\e916";
  color: black; }

.vigado-icon-partially-sighted .path5:before {
  content: "\e917";
  color: black; }

.vigado-icon-info:before {
  content: "\e918"; }

.vigado-icon-literature:before {
  content: "\e919"; }

.vigado-icon-logo:before {
  content: "\e91a"; }

.vigado-icon-newsletter:before {
  content: "\e91b"; }

.vigado-icon-plus:before {
  content: "\e91c"; }

.vigado-icon-quote:before {
  content: "\e91d"; }

.vigado-icon-search:before {
  content: "\e91e"; }

.vigado-icon-theater:before {
  content: "\e91f"; }

.vigado-icon-ticket:before {
  content: "\e920"; }

.vigado-icon-vigado:before {
  content: "\e921"; }

@font-face {
  font-family: 'vigado-iconset-2017';
  src: url("../fonts/vigado-iconset-2017.eot");
  src: url("../fonts/vigado-iconset-2017.eot#iefix") format("embedded-opentype"), url("../fonts/vigado-iconset-2017.ttf") format("truetype"), url("../fonts/vigado-iconset-2017.woff") format("woff"), url("../fonts/vigado-iconset-2017.svg#vigado-iconset-2017") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="vigado-icon-dance"], [class*=" vigado-icon-dance"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'vigado-iconset-2017' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.vigado-icon-dance:before {
  font-size: 25px;
  content: "\e922"; }

.aui #content .inner-container, .aui #content .wjcd-paginator-container, .aui .header-wrapper .header-inner, .aui #content .page-title-wrapper .page-title-inner, .aui #content .highlighted-programs-portlet .highlighted-programs-layout-wrapper, .aui .breaking-news .breaking-news-content-wrapper .breaking-news-content, .aui .categories-carousel .categories-carousel-wrapper, .aui .aboutus-carousel .guide, .aui #content .news-list .entries-container, .aui .news-detailed-view .news-detailed-view-inner, .aui #content .program-listing-portlet .program-listing-portlet-wrapper, .aui #content .event-wrapper .event-inner, .aui #content .event-location-wrapper .event-location-inner, .aui #content .partners-carousel-wrapper .partners, .aui #content .location-wrapper .location-inner, .aui #content .location-programs-portlet .location-programs-wrapper, .aui #content .filter-control, .aui #content .service-list-wrapper .service-list, .aui #content .image-gallery-2016-portlet .content-pages {
  max-width: 1222px;
  margin: 0 auto;
  padding: 0px 20px; }

.aui #content .wjcd-paginator-container .wjcd-paginator-link.wjcd-paginator-prev-link:before, .aui #content .wjcd-paginator-container .wjcd-paginator-link.wjcd-paginator-next-link:before, .aui #content .pagination ul > li > a.previous:before, .aui #content .pagination ul > li > a.next:before,
.aui #content .pagination ul > li > span.previous:before,
.aui #content .pagination ul > li > span.next:before, .aui #content .news-list .entries-container .thumbnail > .span8:first-child:after,
.aui #content .news-list .entries-container .thumbnail > .span7:first-child:after,
.aui #content .news-list .entries-container .thumbnail > .span6:first-child:after, .aui .news-content blockquote:before, .aui #content .event-location-wrapper .event-location-inner .event-location .event-location-image-wrapper:after, .aui #content .vigado-floor-wrapper .nav-menu ul li:after, .aui #content .vigado-floor-wrapper .nav-menu ul li.selected a:after, .aui #content .location-listing-portlet .location-more-locations .more-location .image:after, .aui #content .filter-control .nav-menu ul li.selected a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'vigado-iconset' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

*:link,
*:visited,
*:hover,
*:focus {
  outline: none; }

.portlet-borderless-bar {
  padding: 0; }

.aui body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
  min-width: 320px;
  font-family: "Gotham", sans-serif; }
.aui .container-fluid {
  padding: 0; }
.aui .dockbar.navbar-static-top {
  margin: 0; }

#wrapper {
  padding: 0; }

.aui #content .wjcd-paginator-container {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: none; }
  .aui #content .wjcd-paginator-container .wjcd-paginator-link {
    background-color: transparent;
    font-size: 15px;
    color: #ac0040;
    margin: 5px;
    border: 2px solid transparent;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    transition: all .3s linear;
    padding: 0;
    position: relative; }
    .aui #content .wjcd-paginator-container .wjcd-paginator-link:hover {
      border: 2px solid #fff; }
    @media screen and (max-width: 979px) {
      .aui #content .wjcd-paginator-container .wjcd-paginator-link {
        background-color: rgba(255, 255, 255, 0.3);
        top: 5px;
        margin-bottom: 10px; }
        .aui #content .wjcd-paginator-container .wjcd-paginator-link:hover {
          border: none; } }
    .aui #content .wjcd-paginator-container .wjcd-paginator-link.wjcd-paginator-prev-link, .aui #content .wjcd-paginator-container .wjcd-paginator-link.wjcd-paginator-next-link {
      border: 2px solid #fff; }
      .aui #content .wjcd-paginator-container .wjcd-paginator-link.wjcd-paginator-prev-link:before, .aui #content .wjcd-paginator-container .wjcd-paginator-link.wjcd-paginator-next-link:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        line-height: 40px;
        background-color: #fff;
        border-radius: 100%; }
      @media screen and (max-width: 979px) {
        .aui #content .wjcd-paginator-container .wjcd-paginator-link.wjcd-paginator-prev-link, .aui #content .wjcd-paginator-container .wjcd-paginator-link.wjcd-paginator-next-link {
          width: 50px;
          height: 50px;
          top: 0;
          margin-bottom: -5px; }
          .aui #content .wjcd-paginator-container .wjcd-paginator-link.wjcd-paginator-prev-link:before, .aui #content .wjcd-paginator-container .wjcd-paginator-link.wjcd-paginator-next-link:before {
            line-height: 48px; } }
    .aui #content .wjcd-paginator-container .wjcd-paginator-link.wjcd-paginator-prev-link:before {
      content: "\e900";
      text-indent: -3px; }
    .aui #content .wjcd-paginator-container .wjcd-paginator-link.wjcd-paginator-next-link:before {
      content: "\e901";
      text-indent: 3px; }
    .aui #content .wjcd-paginator-container .wjcd-paginator-link.wjcd-paginator-current-page {
      background-color: #fff;
      font-weight: 600; }
.aui #content .pagination .pagination-content {
  float: left;
  box-shadow: none; }
  @media screen and (max-width: 979px) {
    .aui #content .pagination .pagination-content {
      position: relative;
      left: 50%;
      transform: translateX(-50%); } }
.aui #content .pagination ul > li > a,
.aui #content .pagination ul > li > span {
  background-color: transparent;
  font-size: 15px;
  color: #ac0040;
  margin: 5px;
  border: 2px solid transparent;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  transition: all .3s linear;
  padding: 0;
  position: relative; }
  .aui #content .pagination ul > li > a:hover,
  .aui #content .pagination ul > li > span:hover {
    border: 2px solid #fff; }
  @media screen and (max-width: 979px) {
    .aui #content .pagination ul > li > a,
    .aui #content .pagination ul > li > span {
      background-color: rgba(255, 255, 255, 0.3);
      top: 5px;
      margin-bottom: 10px; }
      .aui #content .pagination ul > li > a:hover,
      .aui #content .pagination ul > li > span:hover {
        border: none; } }
  .aui #content .pagination ul > li > a.previous, .aui #content .pagination ul > li > a.next,
  .aui #content .pagination ul > li > span.previous,
  .aui #content .pagination ul > li > span.next {
    border: 2px solid #fff;
    text-indent: -9999px; }
    .aui #content .pagination ul > li > a.previous:before, .aui #content .pagination ul > li > a.next:before,
    .aui #content .pagination ul > li > span.previous:before,
    .aui #content .pagination ul > li > span.next:before {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      line-height: 40px;
      background-color: #fff;
      border-radius: 100%; }
    @media screen and (max-width: 979px) {
      .aui #content .pagination ul > li > a.previous, .aui #content .pagination ul > li > a.next,
      .aui #content .pagination ul > li > span.previous,
      .aui #content .pagination ul > li > span.next {
        width: 50px;
        height: 50px;
        top: 0;
        margin-bottom: -5px; }
        .aui #content .pagination ul > li > a.previous:before, .aui #content .pagination ul > li > a.next:before,
        .aui #content .pagination ul > li > span.previous:before,
        .aui #content .pagination ul > li > span.next:before {
          line-height: 48px; } }
  .aui #content .pagination ul > li > a.previous:before,
  .aui #content .pagination ul > li > span.previous:before {
    content: "\e900";
    text-indent: -3px; }
  .aui #content .pagination ul > li > a.next:before,
  .aui #content .pagination ul > li > span.next:before {
    content: "\e901";
    text-indent: 3px; }
.aui #content .pagination ul > li.active a, .aui #content .pagination ul > li.active span {
  background-color: #fff;
  font-weight: 600; }
.aui .main-svg {
  position: absolute; }

/* Import Layout Styles
===================================================== */
/* Import CSS modules
===================================================== */
.aui .header-wrapper {
  min-height: 120px;
  position: relative;
  z-index: 3; }
  @media screen and (max-width: 979px) {
    .aui .header-wrapper {
      min-height: 80px;
      height: 80px; } }
  .aui .header-wrapper .header-inner #navigation {
    float: left;
    width: calc(100% - 150px); }
    .aui .header-wrapper .header-inner #navigation ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    .aui .header-wrapper .header-inner #navigation > ul > li {
      float: left;
      padding: 6px 0px; }
      @media screen and (max-width: 979px) {
        .aui .header-wrapper .header-inner #navigation > ul > li {
          display: block;
          float: none;
          padding: 10px 20px; } }
      .aui .header-wrapper .header-inner #navigation > ul > li a {
        font-size: 16px;
        font-weight: 600;
        color: #471a2e;
        text-transform: uppercase;
        text-decoration: none;
        margin-right: 30px;
        transition: color .3s ease-in-out; }
        .aui .header-wrapper .header-inner #navigation > ul > li a:hover {
          color: #ac0040; }
      .aui .header-wrapper .header-inner #navigation > ul > li ul {
        display: none;
        position: absolute;
        left: -20px;
        top: 100%;
        background-color: #fff;
        border-radius: 15px;
        padding: 20px;
        box-shadow: #000 0px 0px 10px -5px;
        z-index: 1; }
        .aui .header-wrapper .header-inner #navigation > ul > li ul li {
          margin-bottom: 15px; }
          .aui .header-wrapper .header-inner #navigation > ul > li ul li:last-child {
            margin-bottom: 0; }
          .aui .header-wrapper .header-inner #navigation > ul > li ul li.mobile-nav-only {
            display: none; }
            @media screen and (max-width: 979px) {
              .aui .header-wrapper .header-inner #navigation > ul > li ul li.mobile-nav-only {
                display: block; } }
          .aui .header-wrapper .header-inner #navigation > ul > li ul li ul {
            display: none; }
        @media screen and (max-width: 979px) {
          .aui .header-wrapper .header-inner #navigation > ul > li ul {
            position: relative;
            top: 0;
            left: 0;
            border-radius: 0;
            box-shadow: none;
            margin-left: -20px;
            margin-right: -20px;
            margin-top: 10px;
            background-color: #f1f0ef; }
            .aui .header-wrapper .header-inner #navigation > ul > li ul.mobile-sub-open {
              display: block; } }
      .aui .header-wrapper .header-inner #navigation > ul > li:hover > ul {
        display: block; }
        @media screen and (max-width: 979px) {
          .aui .header-wrapper .header-inner #navigation > ul > li:hover > ul {
            display: none; }
            .aui .header-wrapper .header-inner #navigation > ul > li:hover > ul.mobile-sub-open {
              display: block; } }
      .aui .header-wrapper .header-inner #navigation > ul > li:after {
        content: ' ';
        width: 5px;
        height: 5px;
        position: absolute;
        right: 12px;
        top: 12px;
        background: #d6cebd;
        border-radius: 100%; }
        @media screen and (max-width: 979px) {
          .aui .header-wrapper .header-inner #navigation > ul > li:after {
            display: none; } }
      .aui .header-wrapper .header-inner #navigation > ul > li:last-child:after {
        display: none; }
    .aui .header-wrapper .header-inner #navigation:after {
      content: ' ';
      display: block;
      clear: both; }
    @media screen and (max-width: 979px) {
      .aui .header-wrapper .header-inner #navigation {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        float: none;
        padding: 10px 0px;
        background: #f7f6f4; } }
  .aui .header-wrapper .header-inner .site-title {
    margin: 20px 0px 0px; }
    @media screen and (max-width: 979px) {
      .aui .header-wrapper .header-inner .site-title {
        margin: 15px 0 0 20px; } }
    @media screen and (max-width: 480px) {
      .aui .header-wrapper .header-inner .site-title {
        margin: 15px 0 0 0px; } }
    .aui .header-wrapper .header-inner .site-title .logo {
      width: 86px;
      height: 86px;
      background-image: url(../images/vigado-logo2.png);
      background-size: 86px;
      background-repeat: no-repeat; }
      @media screen and (max-width: 979px) {
        .aui .header-wrapper .header-inner .site-title .logo {
          height: 56px;
          width: 56px;
          background-size: 56px; } }
      .aui .header-wrapper .header-inner .site-title .logo img {
        display: none; }
  .aui .header-wrapper .header-inner .header-left {
    float: left;
    margin-right: 40px;
    width: 86px; }
    @media screen and (max-width: 480px) {
      .aui .header-wrapper .header-inner .header-left {
        width: auto;
        margin-right: 0; } }
  .aui .header-wrapper .header-inner .header-right {
    overflow: visible;
    float: left;
    width: calc(100% - 126px); }
    .aui .header-wrapper .header-inner .header-right .header-right-top {
      height: 60px; }
    .aui .header-wrapper .header-inner .header-right .header-right-bottom {
      min-height: 60px;
      height: auto; }
    .aui .header-wrapper .header-inner .header-right .header-right-top {
      padding: 20px 0px 0px; }
      @media screen and (max-width: 979px) {
        .aui .header-wrapper .header-inner .header-right .header-right-top {
          display: none; } }
    .aui .header-wrapper .header-inner .header-right .header-right-bottom {
      padding: 8px 0px 0px; }
    @media screen and (max-width: 979px) {
      .aui .header-wrapper .header-inner .header-right {
        height: 80px;
        width: auto;
        float: right; }
        .aui .header-wrapper .header-inner .header-right .header-right-bottom {
          padding: 0;
          height: 100%; } }
  .aui .header-wrapper .header-inner .header-subscribe-wrapper {
    float: left;
    height: 32px;
    line-height: 32px; }
    .aui .header-wrapper .header-inner .header-subscribe-wrapper a {
      font-size: 14px;
      color: #471a2e;
      font-weight: 600;
      text-decoration: none;
      text-transform: lowercase; }
      .aui .header-wrapper .header-inner .header-subscribe-wrapper a i {
        color: #a58a74;
        font-size: 11px;
        margin-right: 10px; }
  .aui .header-wrapper .header-inner .header-search-wrapper {
    float: right; }
    .aui .header-wrapper .header-inner .header-search-wrapper .form {
      position: relative;
      margin: 0; }
      .aui .header-wrapper .header-inner .header-search-wrapper .form > input[type="text"] {
        height: 32px;
        width: 420px;
        padding-right: 50px;
        padding-left: 25px;
        border: 1px solid #cbcac8;
        border-radius: 32px;
        outline: 0;
        box-shadow: none;
        margin: 0; }
      .aui .header-wrapper .header-inner .header-search-wrapper .form > input[type="image"] {
        position: absolute;
        right: 20px;
        top: 8px; }
  .aui .header-wrapper .header-inner .header-controls-wrapper {
    float: right;
    width: auto; }
    @media screen and (max-width: 979px) {
      .aui .header-wrapper .header-inner .header-controls-wrapper {
        height: 100%; } }
    .aui .header-wrapper .header-inner .header-controls-wrapper .facebook-share-btn {
      margin: 0px 6px;
      text-decoration: none;
      display: inline-block;
      width: auto;
      height: 25px;
      vertical-align: top; }
      @media screen and (max-width: 979px) {
        .aui .header-wrapper .header-inner .header-controls-wrapper .facebook-share-btn {
          margin: 0 10px;
          height: 100%;
          margin-left: 0;
          line-height: 90px;
          text-align: center; } }
      .aui .header-wrapper .header-inner .header-controls-wrapper .facebook-share-btn i {
        font-size: 25px;
        color: #3b5998; }
    .aui .header-wrapper .header-inner .header-controls-wrapper .partially-sighted-wrapper {
      display: inline-block;
      width: 25px;
      height: 25px;
      vertical-align: top;
      margin-right: 5px; }
      .aui .header-wrapper .header-inner .header-controls-wrapper .partially-sighted-wrapper .partially-sighted {
        color: #a58a74;
        font-size: 11px;
        margin-right: 10px;
        position: relative;
        vertical-align: top; }
        .aui .header-wrapper .header-inner .header-controls-wrapper .partially-sighted-wrapper .partially-sighted i,
        .aui .header-wrapper .header-inner .header-controls-wrapper .partially-sighted-wrapper .partially-sighted div {
          position: absolute;
          left: 0;
          top: 0;
          font-style: normal;
          font-size: 25px !important;
          background-color: initial !important; }
      @media screen and (max-width: 979px) {
        .aui .header-wrapper .header-inner .header-controls-wrapper .partially-sighted-wrapper {
          width: 30px;
          height: 100%;
          margin-right: 5px; }
          .aui .header-wrapper .header-inner .header-controls-wrapper .partially-sighted-wrapper .partially-sighted {
            margin: 0;
            line-height: 80px;
            display: inline-block; }
            .aui .header-wrapper .header-inner .header-controls-wrapper .partially-sighted-wrapper .partially-sighted i {
              font-size: 30px !important; } }
    .aui .header-wrapper .header-inner .header-controls-wrapper .lang-select-wrapper {
      display: inline-block; }
      @media screen and (max-width: 979px) {
        .aui .header-wrapper .header-inner .header-controls-wrapper .lang-select-wrapper {
          margin-right: 15px; } }
      .aui .header-wrapper .header-inner .header-controls-wrapper .lang-select-wrapper .lang-select {
        width: 70px;
        height: 25px;
        background: #ac0040;
        color: white;
        text-align: center;
        display: inline-block;
        line-height: 27px;
        position: relative;
        cursor: pointer;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
        border-radius: 25px;
        text-transform: uppercase;
        font-weight: 600; }
      @media screen and (max-width: 979px) {
        .aui .header-wrapper .header-inner .header-controls-wrapper .lang-select-wrapper {
          height: 100%; }
          .aui .header-wrapper .header-inner .header-controls-wrapper .lang-select-wrapper .lang-select {
            height: 100%;
            background: #f7f6f4;
            color: #4a1a2e;
            line-height: 80px;
            border-radius: 0;
            font-size: 16px;
            width: auto;
            padding: 0 20px; } }
    .aui .header-wrapper .header-inner .header-controls-wrapper .mobile-menu-btn {
      display: none;
      cursor: pointer; }
      @media screen and (max-width: 979px) {
        .aui .header-wrapper .header-inner .header-controls-wrapper .mobile-menu-btn {
          display: inline-block;
          height: 25px;
          width: 30px;
          background-image: url(../images/mobile-menu-icon.png);
          vertical-align: middle;
          margin-bottom: 4px; } }
  .aui .header-wrapper:after {
    content: ' ';
    display: block;
    clear: both; }
.aui body.mobile-nav-open .header-wrapper .header-inner #navigation {
  display: block; }

.aui {
  /* Footer
  ================================= */ }
  .aui footer#footer {
    background-image: url("../images/footer-background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 317px;
    box-sizing: border-box;
    padding-top: 77px;
    z-index: 2;
    margin-top: -100px; }
    @media screen and (max-width: 979px) {
      .aui footer#footer {
        margin-top: -60px; } }
    @media screen and (max-width: 767px) {
      .aui footer#footer {
        background-position-x: 40%; } }
    .aui footer#footer .content {
      max-width: 1280px;
      margin: 0 auto;
      font-size: 0;
      position: relative;
      display: block;
      padding-top: 60px;
      background-color: #f6f1e9;
      box-sizing: border-box; }
      @media screen and (max-width: 1170px) {
        .aui footer#footer .content {
          padding-top: 50px;
          max-width: 100%;
          width: 100%;
          padding-left: 20px;
          padding-right: 20px;
          padding-bottom: 40px; } }
      .aui footer#footer .content .footer-menu, .aui footer#footer .content .footer-buttons, .aui footer#footer .content .footer-logos {
        font-size: 15px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        width: auto; }
        @media screen and (max-width: 767px) {
          .aui footer#footer .content .footer-menu, .aui footer#footer .content .footer-buttons, .aui footer#footer .content .footer-logos {
            display: block;
            text-align: center; } }
      .aui footer#footer .content ul {
        margin: 0;
        padding: 0; }
      .aui footer#footer .content .footer-menu {
        padding-left: 18px; }
        @media screen and (max-width: 1170px) {
          .aui footer#footer .content .footer-menu {
            padding-left: 0; } }
        @media screen and (min-width: 979px) and (max-width: 1170px) {
          .aui footer#footer .content .footer-menu {
            display: block; } }
        .aui footer#footer .content .footer-menu ul li {
          list-style-type: none;
          margin-bottom: 10px; }
          .aui footer#footer .content .footer-menu ul li a {
            transition: color .3s ease-in-out;
            color: #461a2d; }
            .aui footer#footer .content .footer-menu ul li a:hover {
              color: #ac0040;
              text-decoration: none; }
          @media screen and (max-width: 1170px) {
            .aui footer#footer .content .footer-menu ul li {
              display: inline-block;
              padding-left: 20px; }
              .aui footer#footer .content .footer-menu ul li:first-child {
                padding-left: 0; } }
          @media screen and (max-width: 767px) {
            .aui footer#footer .content .footer-menu ul li {
              display: block;
              margin-bottom: 25px;
              padding-left: 0; }
              .aui footer#footer .content .footer-menu ul li:last-child {
                margin-bottom: 0; } }
      .aui footer#footer .content .footer-buttons {
        padding-left: 40px; }
        @media screen and (max-width: 1170px) {
          .aui footer#footer .content .footer-buttons {
            display: block;
            padding-left: 0;
            margin-top: 30px; } }
        @media screen and (min-width: 979px) and (max-width: 1170px) {
          .aui footer#footer .content .footer-buttons {
            display: inline-block; } }
        @media screen and (max-width: 1170px) {
          .aui footer#footer .content .footer-buttons .footer-contact, .aui footer#footer .content .footer-buttons .footer-purchase {
            display: inline-block; } }
        @media screen and (max-width: 767px) {
          .aui footer#footer .content .footer-buttons .footer-contact, .aui footer#footer .content .footer-buttons .footer-purchase {
            display: block; } }
        .aui footer#footer .content .footer-buttons .footer-contact a, .aui footer#footer .content .footer-buttons .footer-purchase a {
          position: relative;
          display: block;
          width: 230px;
          height: 40px;
          line-height: 40px;
          text-align: center;
          color: #fff;
          font-weight: bold;
          border-radius: 20px;
          transition: all .3s ease-in-out;
          border: 2px solid transparent;
          background-color: #ac0040; }
          .aui footer#footer .content .footer-buttons .footer-contact a:hover, .aui footer#footer .content .footer-buttons .footer-purchase a:hover {
            color: #ac0040;
            text-decoration: none;
            border: 2px solid #ac0040;
            background-color: #f5f1e9; }
          @media screen and (max-width: 1170px) {
            .aui footer#footer .content .footer-buttons .footer-contact a, .aui footer#footer .content .footer-buttons .footer-purchase a {
              display: inline-block; } }
        .aui footer#footer .content .footer-buttons .footer-contact {
          margin-bottom: 15px; }
          @media screen and (max-width: 1170px) {
            .aui footer#footer .content .footer-buttons .footer-contact {
              margin-right: 20px;
              margin-bottom: 0; } }
          @media screen and (max-width: 767px) {
            .aui footer#footer .content .footer-buttons .footer-contact {
              margin-right: 0; } }
          .aui footer#footer .content .footer-buttons .footer-contact i.envelop {
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1; }
            .aui footer#footer .content .footer-buttons .footer-contact i.envelop:before {
              content: '\f003';
              font-family: 'fontawesome-alloy';
              padding-right: 7px;
              font-size: 17px; }
        .aui footer#footer .content .footer-buttons .footer-purchase i {
          font-size: 17px; }
        @media screen and (max-width: 767px) {
          .aui footer#footer .content .footer-buttons .footer-purchase {
            margin-top: 20px;
            margin-bottom: 30px; } }
      .aui footer#footer .content .footer-jump-page-top {
        position: relative;
        display: inline-block;
        float: right;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        color: #fff;
        font-size: 10px;
        top: 45px;
        margin: 0 20px;
        transition: all .3s ease-in-out;
        border: 2px solid transparent;
        background-color: #ac0040;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        cursor: pointer; }
        .aui footer#footer .content .footer-jump-page-top span#scrollTop {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          text-align: center; }
        .aui footer#footer .content .footer-jump-page-top i.vigado-icon-arrow2_right {
          font-size: 10px; }
        .aui footer#footer .content .footer-jump-page-top:hover {
          color: #ac0040;
          border: 2px solid #ac0040;
          background-color: #f5f1e9; }
        @media screen and (min-width: 1170px) and (max-width: 1245px) {
          .aui footer#footer .content .footer-jump-page-top {
            top: 0; } }
        @media screen and (max-width: 1170px) {
          .aui footer#footer .content .footer-jump-page-top {
            position: relative;
            display: inline-block;
            float: right;
            top: -40px;
            right: 0; } }
        @media screen and (max-width: 767px) {
          .aui footer#footer .content .footer-jump-page-top {
            display: block;
            float: none;
            top: 0;
            right: 0;
            margin: 0 auto; } }
      @media screen and (min-width: 1170px) and (max-width: 1245px) {
        .aui footer#footer .content .footer-logos {
          display: block;
          width: 100%;
          margin-top: 20px;
          padding-top: 0;
          border-top: 1px solid #d8d3cd;
          padding-bottom: 30px; } }
      @media screen and (max-width: 1170px) {
        .aui footer#footer .content .footer-logos {
          display: block;
          width: 100%;
          margin-top: 40px;
          padding-top: 40px;
          border-top: 1px solid #d8d3cd; } }
      @media screen and (min-width: 979px) and (max-width: 1170px) {
        .aui footer#footer .content .footer-logos {
          display: inline-block; } }
      @media screen and (max-width: 767px) {
        .aui footer#footer .content .footer-logos {
          margin-top: 30px;
          padding-top: 15px; } }
      @media screen and (max-width: 480px) {
        .aui footer#footer .content .footer-logos {
          margin-top: 30px;
          padding-top: 15px; } }
      .aui footer#footer .content .footer-logos ul.logos-container {
        font-size: 0;
        display: table;
        width: 100%; }
        .aui footer#footer .content .footer-logos ul.logos-container li {
          list-style-type: none;
          display: table-cell;
          height: 100%;
          text-align: center;
          padding-right: 18px;
          padding-left: 18px;
          border-right: 1px solid #d8d3cd; }
          .aui footer#footer .content .footer-logos ul.logos-container li a img {
            opacity: 1;
            transition: opacity .3s ease-in-out; }
          .aui footer#footer .content .footer-logos ul.logos-container li a:hover img {
            opacity: .5; }
          .aui footer#footer .content .footer-logos ul.logos-container li:first-of-type {
            padding-left: 65px; }
            @media screen and (max-width: 1170px) {
              .aui footer#footer .content .footer-logos ul.logos-container li:first-of-type {
                padding-left: 0; } }
          .aui footer#footer .content .footer-logos ul.logos-container li:last-of-type {
            padding-right: 0;
            margin-right: 0;
            border: 0; }
        @media screen and (max-width: 767px) {
          .aui footer#footer .content .footer-logos ul.logos-container {
            display: block; }
            .aui footer#footer .content .footer-logos ul.logos-container li {
              display: inline-block;
              height: 110px;
              line-height: 110px; }
              .aui footer#footer .content .footer-logos ul.logos-container li:nth-of-type(3) {
                padding-right: 0;
                margin-right: 0;
                border: 0; }
              .aui footer#footer .content .footer-logos ul.logos-container li:last-of-type {
                display: block;
                margin-top: 20px;
                padding-top: 25px;
                height: 100%;
                line-height: normal;
                border-top: 1px solid #d8d3cd; } }
        @media screen and (max-width: 480px) {
          .aui footer#footer .content .footer-logos ul.logos-container li:nth-of-type(2) {
            padding-right: 0;
            margin-right: 0;
            border: 0; }
          .aui footer#footer .content .footer-logos ul.logos-container li:nth-of-type(3) {
            display: block;
            margin-top: 20px;
            padding-top: 25px;
            height: 100%;
            padding-left: 0;
            line-height: normal;
            border-top: 1px solid #d8d3cd; }
          .aui footer#footer .content .footer-logos ul.logos-container li:last-of-type {
            padding-left: 0; } }
      @media screen and (min-width: 1170px) and (max-width: 1245px) {
        .aui footer#footer .content .footer-logos ul {
          margin-top: 30px; }
          .aui footer#footer .content .footer-logos ul li:first-of-type {
            padding-left: 0; } }

.aui #content .page-title-wrapper {
  display: block;
  height: 110px;
  background-image: url(../images/site-title-background.jpg);
  position: relative; }
  .aui #content .page-title-wrapper .page-title-inner .page-title {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 110px;
    margin: 0; }
  @media screen and (max-width: 979px) {
    .aui #content .page-title-wrapper {
      height: 70px;
      background-image: url(../images/site-title-background-tablet.jpg); }
      .aui #content .page-title-wrapper .page-title-inner .page-title {
        line-height: 74px; } }
  @media screen and (max-width: 480px) {
    .aui #content .page-title-wrapper {
      height: 60px;
      background-image: url(../images/site-title-background-mobile.jpg); }
      .aui #content .page-title-wrapper .page-title-inner .page-title {
        font-size: 24px;
        line-height: 64px; } }
  .aui #content .page-title-wrapper.page-title-high {
    height: 180px; }
    @media screen and (max-width: 979px) {
      .aui #content .page-title-wrapper.page-title-high {
        height: 110px; } }
    @media screen and (max-width: 480px) {
      .aui #content .page-title-wrapper.page-title-high {
        height: 80px; } }

.aui #content .highlighted-programs-portlet {
  background-image: url(../images/highlighted-programs-background.jpg);
  padding: 30px 0px;
  padding-bottom: 60px;
  margin-bottom: -30px; }
  .aui #content .highlighted-programs-portlet .highlighted-programs-layout-wrapper .highlighted-program-wrapper {
    position: relative;
    overflow: hidden; }
    .aui #content .highlighted-programs-portlet .highlighted-programs-layout-wrapper .highlighted-program-wrapper img {
      object-fit: cover;
      height: 345px;
      width: 100%;
      transform: scale(1.05); }
    .aui #content .highlighted-programs-portlet .highlighted-programs-layout-wrapper .highlighted-program-wrapper .highlighted-program-content {
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-transform: translateY(20px);
      -moz-transform: translateY(20px);
      transform: translateY(20px);
      transition: transform 300ms ease-in-out;
      color: #fff;
      padding-left: 30px;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .aui #content .highlighted-programs-portlet .highlighted-programs-layout-wrapper .highlighted-program-wrapper .highlighted-program-content {
          padding-left: 10px;
          -webkit-transform: translateY(45px);
          -moz-transform: translateY(45px);
          transform: translateY(45px); } }
      .aui #content .highlighted-programs-portlet .highlighted-programs-layout-wrapper .highlighted-program-wrapper .highlighted-program-content .program-icon {
        font-size: 16px;
        margin-right: 5px; }
      .aui #content .highlighted-programs-portlet .highlighted-programs-layout-wrapper .highlighted-program-wrapper .highlighted-program-content .highlighted-program-type,
      .aui #content .highlighted-programs-portlet .highlighted-programs-layout-wrapper .highlighted-program-wrapper .highlighted-program-content .highlighted-program-date {
        font-size: 13px;
        display: inline-block;
        margin-bottom: 5px; }
        @media screen and (max-width: 767px) {
          .aui #content .highlighted-programs-portlet .highlighted-programs-layout-wrapper .highlighted-program-wrapper .highlighted-program-content .highlighted-program-type,
          .aui #content .highlighted-programs-portlet .highlighted-programs-layout-wrapper .highlighted-program-wrapper .highlighted-program-content .highlighted-program-date {
            font-size: 14px; } }
      .aui #content .highlighted-programs-portlet .highlighted-programs-layout-wrapper .highlighted-program-wrapper .highlighted-program-content .highlighted-program-name {
        display: block;
        margin-bottom: 30px;
        font-size: 22px;
        font-weight: 600;
        letter-spacing: 0.5px; }
        @media screen and (max-width: 767px) {
          .aui #content .highlighted-programs-portlet .highlighted-programs-layout-wrapper .highlighted-program-wrapper .highlighted-program-content .highlighted-program-name {
            font-size: 15px; } }
      .aui #content .highlighted-programs-portlet .highlighted-programs-layout-wrapper .highlighted-program-wrapper .highlighted-program-content .more i {
        font-size: 10px;
        margin-left: 8px; }
    .aui #content .highlighted-programs-portlet .highlighted-programs-layout-wrapper .highlighted-program-wrapper:hover .highlighted-program-content {
      -webkit-transform: translateY(-30px);
      -moz-transform: translateY(-30px);
      transform: translateY(-30px); }
    .aui #content .highlighted-programs-portlet .highlighted-programs-layout-wrapper .highlighted-program-wrapper:hover img {
      -webkit-filter: blur(5px);
      filter: url(#SVGBlur);
      filter: blur(5px); }
    .aui #content .highlighted-programs-portlet .highlighted-programs-layout-wrapper .highlighted-program-wrapper:after {
      content: ' ';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
      /* IE6-9 */ }
  .aui #content .highlighted-programs-portlet .highlighted-programs-layout-wrapper div[class^="span"] {
    margin: 0; }
  .aui #content .highlighted-programs-portlet .highlighted-programs-layout-wrapper .span8 {
    width: 66.6666%; }
  .aui #content .highlighted-programs-portlet .highlighted-programs-layout-wrapper .span4 {
    width: 33.3333%; }
  .aui #content .highlighted-programs-portlet .highlighted-programs-layout-wrapper .span6 {
    width: 50.0000%; }
  .aui #content .highlighted-programs-portlet .highlighted-programs-layout-wrapper .span12 {
    width: 100.0000%; }
  .aui #content .highlighted-programs-portlet .highlighted-programs-layout-wrapper.layout-l5 .span8 img {
    height: 690px; }
  .aui #content .highlighted-programs-portlet .highlighted-programs-layout-wrapper.layout-l6 .span8 img,
  .aui #content .highlighted-programs-portlet .highlighted-programs-layout-wrapper.layout-l6 .span4 img {
    height: 690px; }

.aui .breaking-news .breaking-news-content-replacer {
  padding-bottom: 30px;
  margin-bottom: -30px;
  background: transparent; }
.aui .breaking-news .breaking-news-content-wrapper {
  background-color: #aa003f;
  padding-top: 40px;
  padding-bottom: 70px;
  margin-bottom: -30px;
  color: #fff; }
  @media screen and (min-width: 767px) and (max-width: 979px) {
    .aui .breaking-news .breaking-news-content-wrapper {
      padding-top: 30px;
      padding-bottom: 50px; } }
  @media screen and (max-width: 767px) {
    .aui .breaking-news .breaking-news-content-wrapper {
      padding-bottom: 50px; } }
  .aui .breaking-news .breaking-news-content-wrapper a:hover {
    text-decoration: none;
    cursor: pointer; }
  @media screen and (min-width: 767px) and (max-width: 979px) {
    .aui .breaking-news .breaking-news-content-wrapper .breaking-news-content {
      position: relative; }
      .aui .breaking-news .breaking-news-content-wrapper .breaking-news-content .span1 {
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
        margin-top: -5px; }
        .aui .breaking-news .breaking-news-content-wrapper .breaking-news-content .span1.close-button-wrapper {
          left: initial;
          right: 20px;
          min-height: 0; } }
  .aui .breaking-news .breaking-news-content-wrapper .info-icon {
    display: block;
    width: 42px;
    height: 42px;
    background: transparent url(../images/breaking-info-icon.png) no-repeat right top;
    background-size: 42px 42px;
    font-size: 0;
    margin: auto; }
  .aui .breaking-news .breaking-news-content-wrapper .content {
    font-size: 15px; }
    @media screen and (min-width: 767px) and (max-width: 979px) {
      .aui .breaking-news .breaking-news-content-wrapper .content {
        padding-left: 40px; } }
    @media screen and (max-width: 767px) {
      .aui .breaking-news .breaking-news-content-wrapper .content {
        padding-top: 15px;
        margin-bottom: 10px; } }
  .aui .breaking-news .breaking-news-content-wrapper .link {
    padding: 10px 0; }
    @media screen and (max-width: 979px) {
      .aui .breaking-news .breaking-news-content-wrapper .link {
        padding: 15px 0 10px; } }
    @media screen and (min-width: 767px) and (max-width: 979px) {
      .aui .breaking-news .breaking-news-content-wrapper .link {
        margin-top: 20px; } }
    @media screen and (max-width: 767px) {
      .aui .breaking-news .breaking-news-content-wrapper .link {
        padding: 10px 0 8px; } }
    .aui .breaking-news .breaking-news-content-wrapper .link a {
      background-color: #fff;
      color: #aa003f;
      padding: 10px 24px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px; }
  .aui .breaking-news .breaking-news-content-wrapper .close-button-wrapper a {
    display: block;
    width: 100%;
    height: 20px;
    background: transparent url(../images/breaking-close-icon.png) no-repeat right top;
    background-size: 20px 20px;
    font-size: 0; }
    @media screen and (min-width: 979px) {
      .aui .breaking-news .breaking-news-content-wrapper .close-button-wrapper a {
        margin: 10px 0; } }
    @media screen and (min-width: 767px) and (max-width: 979px) {
      .aui .breaking-news .breaking-news-content-wrapper .close-button-wrapper a {
        min-height: 0; } }
  @media screen and (max-width: 767px) {
    .aui .breaking-news .breaking-news-content-wrapper .close-button-wrapper {
      position: absolute;
      right: 20px;
      top: 20px;
      width: 20px; } }

.aui .categories-carousel {
  background-color: #fff;
  padding-bottom: 40px;
  margin-bottom: -30px;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 767px) {
    .aui .categories-carousel {
      -moz-border-radius-topright: 65px 30px;
      -webkit-border-top-right-radius: 65px 30px;
      border-top-right-radius: 65px 30px;
      -moz-border-radius-bottomleft: 65px 30px;
      -webkit-border-bottom-left-radius: 65px 30px;
      border-bottom-left-radius: 65px 30px; } }
  .aui .categories-carousel.background-service {
    background-image: url(../images/more-services-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 70px; }
    @media screen and (min-width: 767px) {
      .aui .categories-carousel.background-service {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px; } }
    @media screen and (max-width: 767px) {
      .aui .categories-carousel.background-service {
        background-image: url(../images/more-services-bg-tablet.png);
        padding-bottom: 40px;
        margin-bottom: -40px; } }
    @media screen and (max-width: 480px) {
      .aui .categories-carousel.background-service {
        background-image: url(../images/more-services-bg-mobile.png); } }
  .aui .categories-carousel .categories-carousel-wrapper {
    padding-top: 60px;
    padding-bottom: 40px; }
    .aui .categories-carousel .categories-carousel-wrapper h1 {
      font-size: 26px;
      color: #6d4c41;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 40px;
      font-weight: 600;
      letter-spacing: 2px; }
      @media screen and (max-width: 767px) {
        .aui .categories-carousel .categories-carousel-wrapper h1 {
          font-size: 26px;
          letter-spacing: 1px;
          line-height: 1.2;
          margin-bottom: 20px; } }
    .aui .categories-carousel .categories-carousel-wrapper .categories-carousel-item a {
      font-size: 18px;
      color: #6d4c41;
      text-decoration: none;
      font-weight: 600;
      letter-spacing: 0.5px;
      transition: color .5s ease-in-out;
      position: relative;
      display: block;
      width: 100%; }
      .aui .categories-carousel .categories-carousel-wrapper .categories-carousel-item a .vigado-icon-arrow_right {
        color: #fff;
        background-color: #ac0040;
        width: 16px;
        height: 16px;
        display: inline-block;
        font-size: 8px;
        line-height: 18px;
        border-radius: 100%;
        text-align: center;
        margin: 0;
        padding-left: 2px;
        position: relative;
        top: -2px;
        margin-left: 5px; }
      .aui .categories-carousel .categories-carousel-wrapper .categories-carousel-item a:hover {
        color: #ac0040; }
      @media screen and (max-width: 979px) {
        .aui .categories-carousel .categories-carousel-wrapper .categories-carousel-item a {
          font-size: 15px;
          letter-spacing: 0; } }
      .aui .categories-carousel .categories-carousel-wrapper .categories-carousel-item a img {
        width: 150px;
        height: auto; }
      .aui .categories-carousel .categories-carousel-wrapper .categories-carousel-item a .item-image {
        display: block;
        margin: 0px auto 25px; }
      .aui .categories-carousel .categories-carousel-wrapper .categories-carousel-item a .item-image-hover {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        transition: opacity .3s ease-in-out; }
      .aui .categories-carousel .categories-carousel-wrapper .categories-carousel-item a:hover .item-image-hover {
        opacity: 1; }
    .aui .categories-carousel .categories-carousel-wrapper .target-group {
      position: relative;
      padding: 0px 50px; }
      @media screen and (max-width: 767px) {
        .aui .categories-carousel .categories-carousel-wrapper .target-group {
          padding: 0px 0px; } }
      .aui .categories-carousel .categories-carousel-wrapper .target-group .control-button {
        position: absolute;
        top: 54%;
        background: #f5f1e9;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 100%;
        color: #dad5d1;
        text-decoration: none;
        text-align: center;
        transition: color .5s ease-in-out;
        z-index: 1; }
        .aui .categories-carousel .categories-carousel-wrapper .target-group .control-button.next-button {
          right: 10px;
          padding-left: 3px; }
          @media screen and (max-width: 767px) {
            .aui .categories-carousel .categories-carousel-wrapper .target-group .control-button.next-button {
              right: 5px; } }
          @media screen and (max-width: 979px) {
            .aui .categories-carousel .categories-carousel-wrapper .target-group .control-button.next-button {
              right: -5px; } }
        .aui .categories-carousel .categories-carousel-wrapper .target-group .control-button.prev-button {
          left: 10px;
          padding-right: 3px; }
          @media screen and (max-width: 767px) {
            .aui .categories-carousel .categories-carousel-wrapper .target-group .control-button.prev-button {
              left: 5px; } }
          @media screen and (max-width: 979px) {
            .aui .categories-carousel .categories-carousel-wrapper .target-group .control-button.prev-button {
              left: -5px; } }
        .aui .categories-carousel .categories-carousel-wrapper .target-group .control-button:hover {
          color: #ac0040; }

.aui .aboutus-carousel {
  background-image: url(../images/aboutus-carousel-background.png);
  background-size: cover;
  padding: 150px 0px;
  background-position: center;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 767px) and (max-width: 979px) {
    .aui .aboutus-carousel {
      background-image: url(../images/aboutus-carousel-background-tablet.png);
      padding: 40px 0;
      background-size: 100% 100%;
      height: 470px; } }
  @media screen and (max-width: 767px) {
    .aui .aboutus-carousel {
      padding: 20px 0 30px 0;
      background-image: none;
      background-position: initial;
      background: -moz-linear-gradient(left, rgba(244, 228, 201, 0.65) 0%, rgba(238, 220, 189, 0) 100%), #d4bdab;
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, rgba(244, 228, 201, 0.65) 0%, rgba(238, 220, 189, 0) 100%), #d4bdab;
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, rgba(244, 228, 201, 0.65) 0%, rgba(238, 220, 189, 0) 100%), #d4bdab;
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6f4e4c9', endColorstr='#00eedcbd',GradientType=1 );
      /* IE6-9 */ } }
  @media screen and (min-width: 767px) and (max-width: 979px) {
    .aui .aboutus-carousel .guide .guide-description {
      padding: 35px 0 0 65px; } }
  @media screen and (min-width: 979px) {
    .aui .aboutus-carousel .guide .guide-description {
      padding: 0px 0px 0px 85px; } }
  .aui .aboutus-carousel .guide .guide-description h1 {
    font-size: 28px;
    color: #6d4c41;
    font-weight: 600;
    line-height: 1.5;
    max-width: 220px;
    margin-bottom: 30px;
    text-transform: uppercase; }
    @media screen and (min-width: 979px) {
      .aui .aboutus-carousel .guide .guide-description h1 {
        max-width: 310px; } }
    @media screen and (max-width: 767px) {
      .aui .aboutus-carousel .guide .guide-description h1 {
        max-width: 100%;
        text-align: center;
        margin-bottom: 5px; } }
  .aui .aboutus-carousel .guide .guide-description .guide-text {
    font-size: 15px;
    font-style: italic;
    line-height: 1.8;
    color: #6d4c41;
    margin-bottom: 30px;
    display: none; }
    @media screen and (min-width: 979px) {
      .aui .aboutus-carousel .guide .guide-description .guide-text {
        display: block; } }
  @media screen and (max-width: 767px) {
    .aui .aboutus-carousel .guide .guide-description .buttons {
      text-align: center; } }
  .aui .aboutus-carousel .guide .guide-description .buttons a {
    height: 40px;
    line-height: 38px;
    text-decoration: none;
    margin-right: 20px;
    margin-bottom: 20px;
    color: #44192c;
    font-size: 15px;
    border: 2px solid transparent;
    background-color: #fff;
    border-radius: 40px;
    display: inline-block;
    padding: 0 50px 0 20px;
    transition: all .3s ease-in-out;
    position: relative; }
    .aui .aboutus-carousel .guide .guide-description .buttons a i {
      position: absolute;
      right: 20px;
      top: 10px;
      font-size: 10px;
      line-height: 18px; }
    @media screen and (min-width: 979px) {
      .aui .aboutus-carousel .guide .guide-description .buttons a:last-child {
        margin-right: 0;
        margin-bottom: 0; } }
    @media screen and (max-width: 767px) {
      .aui .aboutus-carousel .guide .guide-description .buttons a {
        margin: 5px 20px; } }
    .aui .aboutus-carousel .guide .guide-description .buttons a:hover {
      border: 2px solid #6d4c41;
      background-color: transparent; }
  .aui .aboutus-carousel .guide .carousel {
    height: 388px; }
    @media screen and (min-width: 767px) and (max-width: 979px) {
      .aui .aboutus-carousel .guide .carousel {
        height: 300px; } }
    .aui .aboutus-carousel .guide .carousel .carousel-content .carousel-items .carousel-item {
      width: 100%;
      text-align: center;
      display: none; }
      .aui .aboutus-carousel .guide .carousel .carousel-content .carousel-items .carousel-item.carousel-item-active {
        display: block; }
      .aui .aboutus-carousel .guide .carousel .carousel-content .carousel-items .carousel-item .carousel-item-img-wrapper {
        display: inline-block;
        width: auto;
        height: 100%;
        position: relative; }
        .aui .aboutus-carousel .guide .carousel .carousel-content .carousel-items .carousel-item .carousel-item-img-wrapper .guide-places-image-wrapper {
          position: absolute;
          width: 90px;
          height: 90px;
          right: 25px;
          top: 27px;
          background-image: url(../images/aboutus-carousel-category-locations.png);
          z-index: 1; }
          @media screen and (max-width: 767px) {
            .aui .aboutus-carousel .guide .carousel .carousel-content .carousel-items .carousel-item .carousel-item-img-wrapper .guide-places-image-wrapper {
              top: 5px;
              right: -5px; } }
        .aui .aboutus-carousel .guide .carousel .carousel-content .carousel-items .carousel-item .carousel-item-img-wrapper .guide-places-image-wrapper-en {
          background-image: url(../images/aboutus-carousel-category-locations_EN.png); }
      .aui .aboutus-carousel .guide .carousel .carousel-content .carousel-items .carousel-item img {
        position: relative; }
        .aui .aboutus-carousel .guide .carousel .carousel-content .carousel-items .carousel-item img:before {
          content: ' ';
          display: block;
          position: absolute;
          right: 0;
          top: 0;
          width: 90px;
          height: 90px;
          background-image: url(../images/aboutus-carousel-category-locations.png); }
    @media screen and (max-width: 767px) {
      .aui .aboutus-carousel .guide .carousel {
        height: 295px; }
        .aui .aboutus-carousel .guide .carousel .carousel-content .carousel-items .carousel-item {
          padding: 20px 10px;
          height: 295px; }
          .aui .aboutus-carousel .guide .carousel .carousel-content .carousel-items .carousel-item img {
            height: 100%;
            width: auto; } }
    @media screen and (min-width: 767px) and (max-width: 979px) {
      .aui .aboutus-carousel .guide .carousel .carousel-content .carousel-items .carousel-item img {
        max-width: 275px;
        margin-top: 25px; } }
  .aui .aboutus-carousel .guide .guide-carousel-controls menu {
    margin: 0;
    padding: 0;
    position: relative; }
    .aui .aboutus-carousel .guide .guide-carousel-controls menu .step-buttons {
      width: 100%;
      position: absolute;
      top: 0;
      z-index: 3;
      max-width: 440px;
      left: 50%;
      transform: translateX(-50%); }
      .aui .aboutus-carousel .guide .guide-carousel-controls menu .step-buttons .prev-button,
      .aui .aboutus-carousel .guide .guide-carousel-controls menu .step-buttons .next-button {
        position: absolute;
        top: -215px;
        color: #6d4c41;
        transition: color .3s ease-in-out;
        text-decoration: none;
        font-size: 10px; }
        .aui .aboutus-carousel .guide .guide-carousel-controls menu .step-buttons .prev-button:hover,
        .aui .aboutus-carousel .guide .guide-carousel-controls menu .step-buttons .next-button:hover {
          color: #fff; }
      .aui .aboutus-carousel .guide .guide-carousel-controls menu .step-buttons .prev-button {
        left: -8px; }
      .aui .aboutus-carousel .guide .guide-carousel-controls menu .step-buttons .next-button {
        right: -8px; }
      @media screen and (min-width: 767px) and (max-width: 979px) {
        .aui .aboutus-carousel .guide .guide-carousel-controls menu .step-buttons .prev-button,
        .aui .aboutus-carousel .guide .guide-carousel-controls menu .step-buttons .next-button {
          top: -150px; }
        .aui .aboutus-carousel .guide .guide-carousel-controls menu .step-buttons .prev-button {
          left: 0; }
        .aui .aboutus-carousel .guide .guide-carousel-controls menu .step-buttons .next-button {
          right: 0; } }
      @media screen and (max-width: 767px) {
        .aui .aboutus-carousel .guide .guide-carousel-controls menu .step-buttons .prev-button,
        .aui .aboutus-carousel .guide .guide-carousel-controls menu .step-buttons .next-button {
          top: -145px; }
        .aui .aboutus-carousel .guide .guide-carousel-controls menu .step-buttons .prev-button {
          left: -10px; }
        .aui .aboutus-carousel .guide .guide-carousel-controls menu .step-buttons .next-button {
          right: -10px; } }
    .aui .aboutus-carousel .guide .guide-carousel-controls menu .pages {
      display: block;
      width: 100%;
      text-align: center;
      height: 5px;
      margin-top: -5px;
      position: relative;
      z-index: 4; }
      .aui .aboutus-carousel .guide .guide-carousel-controls menu .pages ul {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        .aui .aboutus-carousel .guide .guide-carousel-controls menu .pages ul li {
          display: inline-block; }
          .aui .aboutus-carousel .guide .guide-carousel-controls menu .pages ul li .carousel-menu-item {
            width: 5px;
            height: 5px;
            background: none;
            border: 1px solid #6d4c41;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
            border-radius: 100%; }
            .aui .aboutus-carousel .guide .guide-carousel-controls menu .pages ul li .carousel-menu-item.carousel-menu-active {
              background: #6d4c41; }
      @media screen and (max-width: 767px) {
        .aui .aboutus-carousel .guide .guide-carousel-controls menu .pages {
          margin-top: -25px;
          height: 40px; } }

.aui #content .news-list {
  background-image: url(../images/news-list-background.jpg);
  background-size: cover;
  padding-bottom: 70px; }
  @media screen and (max-width: 979px) {
    .aui #content .news-list {
      background-image: url(../images/news-list-background-tablet.jpg); } }
  .aui #content .news-list .entries-container {
    padding-top: 40px;
    padding-bottom: 30px; }
    @media screen and (max-width: 979px) {
      .aui #content .news-list .entries-container {
        padding-bottom: 15px; } }
    @media screen and (max-width: 767px) {
      .aui #content .news-list .entries-container {
        padding-bottom: 10px; } }
    .aui #content .news-list .entries-container .span12 .thumbnail {
      border-radius: 0 20px 0 20px; }
    .aui #content .news-list .entries-container .span6:first-child .thumbnail {
      border-radius: 0 0 0 20px; }
    .aui #content .news-list .entries-container .span6:last-child .thumbnail {
      border-radius: 0 20px 0 0; }
    .aui #content .news-list .entries-container .thumbnail {
      height: 200px;
      margin-bottom: 30px;
      background: #fff;
      padding: 0;
      overflow: hidden;
      border: 0;
      position: relative;
      -webkit-mask-image: -webkit-radial-gradient(white, black); }
      .aui #content .news-list .entries-container .thumbnail:active, .aui #content .news-list .entries-container .thumbnail:hover, .aui #content .news-list .entries-container .thumbnail:focus {
        text-decoration: none; }
      .aui #content .news-list .entries-container .thumbnail .news-img-small {
        height: 200px; }
      @media screen and (max-width: 979px) {
        .aui #content .news-list .entries-container .thumbnail {
          height: 220px; }
          .aui #content .news-list .entries-container .thumbnail .news-img-small {
            height: 220px; } }
      @media screen and (max-width: 767px) {
        .aui #content .news-list .entries-container .thumbnail {
          height: 340px;
          margin-bottom: 10px; }
          .aui #content .news-list .entries-container .thumbnail .news-img-small {
            height: 150px; } }
      .aui #content .news-list .entries-container .thumbnail > .span4,
      .aui #content .news-list .entries-container .thumbnail > .span5 {
        padding: 20px 23px;
        margin: 0; }
      .aui #content .news-list .entries-container .thumbnail > .span6 {
        position: relative; }
        @media screen and (max-width: 767px) {
          .aui #content .news-list .entries-container .thumbnail > .span6:last-child {
            height: 190px;
            padding: 20px; } }
      .aui #content .news-list .entries-container .thumbnail > .span8,
      .aui #content .news-list .entries-container .thumbnail > .span7,
      .aui #content .news-list .entries-container .thumbnail > .span6 {
        position: relative; }
        .aui #content .news-list .entries-container .thumbnail > .span8:first-child:after,
        .aui #content .news-list .entries-container .thumbnail > .span7:first-child:after,
        .aui #content .news-list .entries-container .thumbnail > .span6:first-child:after {
          content: "\e909";
          display: block;
          position: absolute;
          width: 20px;
          height: 10px;
          top: 55px;
          right: -6px;
          color: #fff;
          transform: rotate(90deg);
          font-size: 10px; }
          @media screen and (max-width: 767px) {
            .aui #content .news-list .entries-container .thumbnail > .span8:first-child:after,
            .aui #content .news-list .entries-container .thumbnail > .span7:first-child:after,
            .aui #content .news-list .entries-container .thumbnail > .span6:first-child:after {
              top: 140px;
              right: initial;
              left: 15px;
              transform: rotate(180deg); } }
      .aui #content .news-list .entries-container .thumbnail .lead {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 20px 30px;
        background-color: rgba(41, 30, 21, 0.85);
        height: 100%;
        color: #fff;
        font-size: 13px;
        line-height: 1.5;
        transform: translateY(100%);
        transition: all .3s ease-in-out; }
      .aui #content .news-list .entries-container .thumbnail:hover .lead {
        transform: translateY(0%); }
      .aui #content .news-list .entries-container .thumbnail:hover .read-more {
        color: #fff;
        background-color: #ac0040; }
      .aui #content .news-list .entries-container .thumbnail .news-img-small {
        object-fit: cover;
        position: relative;
        width: 100%; }
      .aui #content .news-list .entries-container .thumbnail .publish-date {
        font-size: 13px;
        color: #ac0040; }
      .aui #content .news-list .entries-container .thumbnail h3 {
        font-size: 15px;
        color: #3e2723;
        line-height: 1.5; }
        @media screen and (max-width: 979px) {
          .aui #content .news-list .entries-container .thumbnail h3 {
            font-size: 16px; } }
      .aui #content .news-list .entries-container .thumbnail .read-more {
        position: absolute;
        bottom: 20px;
        height: 30px;
        line-height: 26px;
        border: 2px solid #ac0040;
        padding: 0 50px 0 25px;
        font-size: 13px;
        border-radius: 30px;
        color: #ac0040;
        transition: all .3s ease-in-out; }
        .aui #content .news-list .entries-container .thumbnail .read-more i {
          position: absolute;
          right: 15px;
          top: 9px;
          font-size: 10px; }
        @media screen and (min-width: 979px) and (max-width: 1212px) {
          .aui #content .news-list .entries-container .thumbnail .read-more {
            padding: 0 40px 0 20px; } }
        @media screen and (max-width: 979px) {
          .aui #content .news-list .entries-container .thumbnail .read-more {
            height: 40px;
            line-height: 38px; }
            .aui #content .news-list .entries-container .thumbnail .read-more i {
              top: 14px; } }

.aui .news-detailed-view {
  background-image: url(../images/news-detailed-background.jpg);
  background-size: auto;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 0 -300px;
  padding-bottom: 100px; }
  @media screen and (max-width: 979px) {
    .aui .news-detailed-view {
      background-image: url(../images/news-detailed-background-tablet.jpg);
      background-position: 0 0;
      background-size: 100% 100%;
      padding-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .aui .news-detailed-view {
      background-image: url(../images/news-detailed-background-mobile.jpg);
      background-position: 0 0;
      background-size: 100% 100%; } }
  .aui .news-detailed-view .news-wrapper {
    position: relative;
    margin-top: -70px; }
    @media screen and (max-width: 979px) {
      .aui .news-detailed-view .news-wrapper {
        margin-top: -40px; } }
    @media screen and (max-width: 480px) {
      .aui .news-detailed-view .news-wrapper {
        margin-top: -20px; } }
  @media screen and (max-width: 979px) {
    .aui .news-detailed-view .news-detailed-view-inner .portlet-column.span8, .aui .news-detailed-view .news-detailed-view-inner .portlet-column.span4 {
      width: 100%;
      margin: 0;
      float: none; } }
  .aui .news-detailed-view .news-detailed-view-inner .news-details-mobile {
    padding: 15px 20px 20px;
    background-color: #fff;
    color: #ac0340;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    border-bottom: 1px solid #ebe6e1; }
  .aui .news-detailed-view .news-detailed-view-inner .news-details {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    z-index: 1;
    padding: 40px; }
    @media screen and (max-width: 979px) {
      .aui .news-detailed-view .news-detailed-view-inner .news-details {
        padding: 30px 40px; } }
    @media screen and (max-width: 767px) {
      .aui .news-detailed-view .news-detailed-view-inner .news-details {
        padding: 15px 20px; } }
  .aui .news-detailed-view .news-detailed-view-inner .news-details-simplified {
    padding: 40px;
    background-color: #fff;
    color: #ac0040;
    padding: 75px 100px 0;
    -moz-border-radius-topright: 15px;
    -webkit-border-top-right-radius: 15px;
    border-top-right-radius: 15px; }
    @media screen and (max-width: 979px) {
      .aui .news-detailed-view .news-detailed-view-inner .news-details-simplified {
        padding: 45px 82px 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px; } }
    @media screen and (max-width: 767px) {
      .aui .news-detailed-view .news-detailed-view-inner .news-details-simplified {
        padding: 40px 80px 0;
        border-bottom: 0; } }
    @media screen and (max-width: 480px) {
      .aui .news-detailed-view .news-detailed-view-inner .news-details-simplified {
        padding: 20px;
        border-bottom: 1px solid #ebe6e1;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px; } }
  .aui .news-detailed-view .news-detailed-view-inner .news-display-date {
    font-size: 18px;
    margin-bottom: 15px; }
    @media screen and (max-width: 979px) {
      .aui .news-detailed-view .news-detailed-view-inner .news-display-date {
        margin-bottom: 10px; } }
    @media screen and (max-width: 767px) {
      .aui .news-detailed-view .news-detailed-view-inner .news-display-date {
        margin-bottom: 0;
        font-size: 14px; } }
  .aui .news-detailed-view .news-detailed-view-inner .news-title {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600; }
.aui .news-image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  -moz-border-radius-topright: 15px;
  -webkit-border-top-right-radius: 15px;
  border-top-right-radius: 15px; }
  .aui .news-image-wrapper:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
    /* IE6-9 */ }
.aui .news-content {
  background-color: #fff;
  padding: 40px 80px 10px;
  min-height: 170px;
  color: #3e2723;
  position: relative;
  margin-bottom: 0; }
  @media screen and (max-width: 979px) {
    .aui .news-content {
      padding: 30px 60px 10px; } }
  @media screen and (max-width: 767px) {
    .aui .news-content {
      margin-bottom: 0px; } }
  @media screen and (max-width: 480px) {
    .aui .news-content {
      padding: 20px; } }
  .aui .news-content .icon {
    position: absolute;
    left: 0;
    top: -34px;
    width: 65px;
    height: 65px;
    background: #ac0040;
    color: #fff;
    text-align: center;
    line-height: 65px;
    z-index: 2; }
    @media screen and (max-width: 979px) {
      .aui .news-content .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: -20px; } }
    @media screen and (max-width: 480px) {
      .aui .news-content .icon {
        top: -40px; } }
    .aui .news-content .icon img {
      width: 60% !important;
      margin: 0; }
  .aui .news-content p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.8;
    word-break: break-word; }
  .aui .news-content h1, .aui .news-content h2, .aui .news-content h3 {
    font-size: 20px;
    color: #ac0040;
    margin: 0 0 20px;
    line-height: 1.4;
    font-weight: 600; }
    @media screen and (max-width: 979px) {
      .aui .news-content h1, .aui .news-content h2, .aui .news-content h3 {
        font-size: 18px; } }
  .aui .news-content p, .aui .news-content h1, .aui .news-content h2, .aui .news-content h3 {
    margin-left: 20px;
    margin-right: 20px; }
    @media screen and (max-width: 979px) {
      .aui .news-content p, .aui .news-content h1, .aui .news-content h2, .aui .news-content h3 {
        margin-left: 0;
        margin-right: 0; } }
  .aui .news-content img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 20px; }
  .aui .news-content blockquote {
    border: 0;
    border-top: 2px solid #9d8069;
    border-bottom: 2px solid #9d8069;
    padding: 25px 25px 25px 100px;
    margin: 30px 0;
    font-size: 15px;
    font-style: italic;
    line-height: 1.6;
    position: relative;
    min-height: 120px; }
    @media screen and (max-width: 979px) {
      .aui .news-content blockquote {
        margin-left: 20px;
        margin-right: 20px; } }
    @media screen and (max-width: 767px) {
      .aui .news-content blockquote {
        padding: 25px 5px 25px 35px; } }
    .aui .news-content blockquote:before {
      content: "\e91d";
      display: block;
      position: absolute;
      left: 20px;
      top: 30px;
      color: #d3d2d2;
      font-size: 54px; }
      @media screen and (max-width: 767px) {
        .aui .news-content blockquote:before {
          left: 0;
          top: 18px;
          color: #d3d2d2;
          font-size: 28px; } }
  .aui .news-content .news-lead p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8; }
  @media screen and (max-width: 979px) {
    .aui .news-content .news-lead {
      font-size: 18px;
      margin-left: 20px;
      margin-right: 20px; } }
  @media screen and (max-width: 767px) {
    .aui .news-content .news-lead {
      font-size: 16px;
      margin-left: 0;
      margin-right: 0; } }
.aui .news-detailed-view-sidebar .header-content h2 {
  color: #ac0040;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px; }
  @media screen and (min-width: 979px) {
    .aui .news-detailed-view-sidebar .header-content h2 {
      margin-top: 20px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 979px) {
    .aui .news-detailed-view-sidebar .header-content h2 {
      margin: 30px 0px 20px; } }
.aui .news-detailed-view-sidebar .more-news-wrapper .more-news-image-wrapper {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 480px) {
    .aui .news-detailed-view-sidebar .more-news-wrapper .more-news-image-wrapper {
      margin-bottom: 10px; } }
  .aui .news-detailed-view-sidebar .more-news-wrapper .more-news-image-wrapper img {
    object-fit: cover;
    height: 190px;
    width: 100%;
    transform: scale(1.05); }
    @media screen and (max-width: 480px) {
      .aui .news-detailed-view-sidebar .more-news-wrapper .more-news-image-wrapper img {
        height: 150px; } }
  .aui .news-detailed-view-sidebar .more-news-wrapper .more-news-image-wrapper .more-news-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0px 20px;
    transform: translateY(32px);
    transition: all .3s ease-in-out;
    z-index: 1; }
    @media screen and (max-width: 480px) {
      .aui .news-detailed-view-sidebar .more-news-wrapper .more-news-image-wrapper .more-news-content {
        padding: 0px 11px; } }
    .aui .news-detailed-view-sidebar .more-news-wrapper .more-news-image-wrapper .more-news-content .more-news-display-date {
      font-size: 13px;
      color: #fff;
      margin-bottom: 5px; }
    .aui .news-detailed-view-sidebar .more-news-wrapper .more-news-image-wrapper .more-news-content .more-news-title {
      font-size: 16px;
      color: #fff;
      font-weight: 600;
      margin-bottom: 10px;
      line-height: 1.5; }
      @media screen and (max-width: 480px) {
        .aui .news-detailed-view-sidebar .more-news-wrapper .more-news-image-wrapper .more-news-content .more-news-title {
          font-size: 15px; } }
    .aui .news-detailed-view-sidebar .more-news-wrapper .more-news-image-wrapper .more-news-content .more-news-more-label-wrapper {
      font-size: 13px;
      color: #fff;
      margin-bottom: 15px; }
      .aui .news-detailed-view-sidebar .more-news-wrapper .more-news-image-wrapper .more-news-content .more-news-more-label-wrapper i {
        font-size: 10px;
        margin-left: 6px; }
  .aui .news-detailed-view-sidebar .more-news-wrapper .more-news-image-wrapper:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
    /* IE6-9 */ }
.aui .news-detailed-view-sidebar .more-news-wrapper .thumbnail {
  padding: 0;
  outline: 0;
  border: 0;
  box-shadow: none;
  overflow: hidden;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-right-radius: 15px;
  border-top-right-radius: 15px; }
  .aui .news-detailed-view-sidebar .more-news-wrapper .thumbnail:hover .more-news-image-wrapper img {
    -webkit-filter: blur(5px);
    filter: url(#SVGBlur);
    filter: blur(5px); }
  .aui .news-detailed-view-sidebar .more-news-wrapper .thumbnail:hover .more-news-image-wrapper .more-news-content {
    transform: translateY(0%); }
@media screen and (min-width: 480px) and (max-width: 767px) {
  .aui .news-detailed-view-sidebar .entries-container {
    margin-left: -2%;
    margin-right: -2%; }
    .aui .news-detailed-view-sidebar .entries-container .thumbnail {
      float: left;
      width: 46%;
      margin: 0% 2%; } }
.aui .news-detailed-view-sidebar .footer-content .more-news-button {
  display: inline-block;
  margin: 0px auto 30px;
  padding: 5px 80px 5px 35px;
  background-color: #b30041;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  height: 40px;
  line-height: 32px;
  border-radius: 40px;
  text-decoration: none;
  position: relative; }
  .aui .news-detailed-view-sidebar .footer-content .more-news-button i {
    position: absolute;
    right: 22px;
    top: 15px;
    font-size: 10px; }
@media screen and (max-width: 979px) {
  .aui .news-detailed-view-sidebar .footer-content {
    text-align: center; } }
@media screen and (max-width: 480px) {
  .aui .news-detailed-view-sidebar .footer-content .more-news-btn {
    margin: 20px auto 30px; } }
.aui .news-share-buttons {
  position: absolute;
  left: 0;
  top: 40px; }
  @media screen and (max-width: 480px) {
    .aui .news-share-buttons {
      position: inherit;
      margin-bottom: 18px;
      top: 0;
      left: 0; } }
  .aui .news-share-buttons.simplified-view {
    top: 70px;
    z-index: 1; }
    @media screen and (max-width: 979px) {
      .aui .news-share-buttons.simplified-view {
        top: 40px; } }
    @media screen and (max-width: 480px) {
      .aui .news-share-buttons.simplified-view {
        position: relative;
        top: 0;
        left: 0;
        margin: 20px 0 0; } }
  @media screen and (max-width: 480px) {
    .aui .news-share-buttons .news-share-button-facebook,
    .aui .news-share-buttons .news-share-button-google-plus {
      display: inline-block; } }
  .aui .news-share-buttons .share-btn {
    color: #fff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    display: block; }
    .aui .news-share-buttons .share-btn.share-btn-facebook {
      background: #3b5998; }
    .aui .news-share-buttons .share-btn.share-btn-googleplus {
      background: #d73d32; }

.aui {
  /* Newsletter
  ================================= */ }
  .aui .vigado-newsletter-background {
    background-image: url("../images/newsletter-background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    box-sizing: border-box;
    padding-top: 40px;
    min-height: 650px; }
    @media screen and (max-width: 979px) {
      .aui .vigado-newsletter-background {
        padding-top: 70px;
        background-position-x: 2%;
        min-height: auto; } }
    @media screen and (max-width: 767px) {
      .aui .vigado-newsletter-background {
        padding-top: 20px; } }
    .aui .vigado-newsletter-background .vigado-newsletter {
      position: relative;
      max-width: 980px;
      width: 100%;
      margin: 0 auto;
      background-color: #fff;
      font-size: 0; }
      @media screen and (max-width: 979px) {
        .aui .vigado-newsletter-background .vigado-newsletter {
          width: calc(100% - 140px);
          margin: 0 70px; } }
      @media screen and (max-width: 767px) {
        .aui .vigado-newsletter-background .vigado-newsletter {
          width: calc(100% - 40px);
          margin: 0 20px; } }
      .aui .vigado-newsletter-background .vigado-newsletter .span5, .aui .vigado-newsletter-background .vigado-newsletter .span7 {
        float: none;
        display: inline-block !important;
        font-size: 15px;
        box-sizing: border-box;
        vertical-align: top; }
      .aui .vigado-newsletter-background .vigado-newsletter .span5 {
        width: 41.5%; }
      @media screen and (max-width: 979px) {
        .aui .vigado-newsletter-background .vigado-newsletter .span5 {
          display: none !important; } }
      .aui .vigado-newsletter-background .vigado-newsletter .span7 {
        width: 58.5%;
        margin-left: 0;
        padding: 35px 70px; }
        @media screen and (max-width: 979px) {
          .aui .vigado-newsletter-background .vigado-newsletter .span7 {
            width: 100%;
            padding: 40px 60px; } }
        @media screen and (max-width: 767px) {
          .aui .vigado-newsletter-background .vigado-newsletter .span7 {
            padding: 30px 20px; } }
        .aui .vigado-newsletter-background .vigado-newsletter .span7 p {
          color: #3e2723;
          margin-bottom: 20px; }
        .aui .vigado-newsletter-background .vigado-newsletter .span7 a {
          transition: color .3s ease-in-out;
          color: #ac0040; }
          .aui .vigado-newsletter-background .vigado-newsletter .span7 a:hover {
            color: #461a2d;
            text-decoration: none; }
        .aui .vigado-newsletter-background .vigado-newsletter .span7 hr {
          margin: 30px 0;
          border-top-color: #e8dfd3; }
        .aui .vigado-newsletter-background .vigado-newsletter .span7 input[type="text"], .aui .vigado-newsletter-background .vigado-newsletter .span7 input[type="email"] {
          box-shadow: none;
          -webkit-transition-property: none;
          -moz-transition-property: none;
          -o-transition-property: none;
          transition-property: none;
          width: 100%;
          display: block;
          position: relative;
          border: 2px solid #cbcac8;
          border-radius: 20px;
          margin-bottom: 20px;
          height: 40px;
          line-height: 40px;
          box-sizing: border-box;
          text-align: center;
          font-weight: normal;
          color: #666;
          font-size: 15px; }
        .aui .vigado-newsletter-background .vigado-newsletter .span7 button {
          text-shadow: none;
          background-image: none;
          background-repeat: no-repeat;
          box-shadow: none;
          position: relative;
          display: block;
          width: 100%;
          height: 40px;
          text-align: center;
          color: #fff;
          font-weight: bold;
          border-radius: 20px;
          transition: all .3s ease-in-out;
          border: 2px solid transparent;
          background-color: #ac0040; }
          .aui .vigado-newsletter-background .vigado-newsletter .span7 button:hover {
            color: #ac0040;
            text-decoration: none;
            border: 2px solid #ac0040;
            background-color: transparent; }
          .aui .vigado-newsletter-background .vigado-newsletter .span7 button span.vigado-newsletter-button-label {
            font-size: 15px; }
            .aui .vigado-newsletter-background .vigado-newsletter .span7 button span.vigado-newsletter-button-label i {
              position: absolute;
              font-size: 10px;
              padding-left: 45px;
              top: 14px; }
              @media screen and (max-width: 767px) {
                .aui .vigado-newsletter-background .vigado-newsletter .span7 button span.vigado-newsletter-button-label i {
                  padding-left: 25px; } }
              @media screen and (max-width: 480px) {
                .aui .vigado-newsletter-background .vigado-newsletter .span7 button span.vigado-newsletter-button-label i {
                  padding-left: 15px; } }

.aui #content .program-keywords-wrapper {
  position: relative;
  display: inline-block; }
  .aui #content .program-keywords-wrapper .program-keywords {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #ac0040;
    background-color: #fff;
    display: inline-block;
    padding: 10px 40px 10px 30px;
    position: relative;
    margin-bottom: 30px;
    box-shadow: #000 0 2px 5px -3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px; }
    .aui #content .program-keywords-wrapper .program-keywords:before {
      content: ' ';
      display: block;
      width: 6px;
      height: 6px;
      background: #471a2e;
      position: absolute;
      left: 13px;
      top: 18px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%; }
  .aui #content .program-keywords-wrapper > i {
    position: absolute;
    top: 15px;
    right: 17px;
    color: #ac0040;
    font-size: 10px;
    cursor: pointer; }
.aui #content .vigado-alert {
  background-color: #f9f7f4;
  color: #402724;
  font-weight: 500;
  border-color: transparent;
  border-radius: initial;
  border: initial;
  height: auto;
  line-height: 40px;
  padding: 0 30px; }

.aui #content .location-programs-wrapper .program-item,
.aui #content .program-manual-listing-wrapper .program-item {
  height: 190px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 20px;
  cursor: pointer;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px; }
  .aui #content .location-programs-wrapper .program-item .image,
  .aui #content .program-manual-listing-wrapper .program-item .image {
    height: 100%;
    float: left;
    width: 60%;
    position: relative; }
    .aui #content .location-programs-wrapper .program-item .image img,
    .aui #content .program-manual-listing-wrapper .program-item .image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .aui #content .location-programs-wrapper .program-item .image:after,
    .aui #content .program-manual-listing-wrapper .program-item .image:after {
      content: ' ';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 767px) {
      .aui #content .location-programs-wrapper .program-item .image,
      .aui #content .program-manual-listing-wrapper .program-item .image {
        width: 40%; } }
    @media screen and (max-width: 480px) {
      .aui #content .location-programs-wrapper .program-item .image,
      .aui #content .program-manual-listing-wrapper .program-item .image {
        float: none;
        width: 100%; } }
    .aui #content .location-programs-wrapper .program-item .image .program-date,
    .aui #content .program-manual-listing-wrapper .program-item .image .program-date {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      color: #fff;
      text-align: center;
      width: 100%;
      height: auto;
      top: 50%;
      transform: translateY(-50%); }
      .aui #content .location-programs-wrapper .program-item .image .program-date .date,
      .aui #content .program-manual-listing-wrapper .program-item .image .program-date .date {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 20px; }
      .aui #content .location-programs-wrapper .program-item .image .program-date .day-time,
      .aui #content .program-manual-listing-wrapper .program-item .image .program-date .day-time {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600; }
  .aui #content .location-programs-wrapper .program-item .content,
  .aui #content .program-manual-listing-wrapper .program-item .content {
    float: left;
    width: 40%;
    padding: 25px;
    height: 100%;
    position: relative; }
    @media screen and (min-width: 767px) {
      .aui #content .location-programs-wrapper .program-item .content,
      .aui #content .program-manual-listing-wrapper .program-item .content {
        padding: 25px 25px 0px;
        border-bottom: 20px solid #fff; } }
    @media screen and (max-width: 767px) {
      .aui #content .location-programs-wrapper .program-item .content,
      .aui #content .program-manual-listing-wrapper .program-item .content {
        width: 60%; } }
    @media screen and (max-width: 480px) {
      .aui #content .location-programs-wrapper .program-item .content,
      .aui #content .program-manual-listing-wrapper .program-item .content {
        float: none;
        width: 100%;
        height: auto;
        padding: 25px 25px 10px; } }
    .aui #content .location-programs-wrapper .program-item .content .title,
    .aui #content .program-manual-listing-wrapper .program-item .content .title {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 15px;
      display: inline-block;
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        .aui #content .location-programs-wrapper .program-item .content .title,
        .aui #content .program-manual-listing-wrapper .program-item .content .title {
          font-size: 20px; } }
      @media screen and (max-width: 480px) {
        .aui #content .location-programs-wrapper .program-item .content .title,
        .aui #content .program-manual-listing-wrapper .program-item .content .title {
          font-size: 16px; } }
    .aui #content .location-programs-wrapper .program-item .content .lead,
    .aui #content .program-manual-listing-wrapper .program-item .content .lead {
      font-size: 13px;
      color: #3e2723;
      line-height: 1.4; }
      @media screen and (max-width: 767px) {
        .aui #content .location-programs-wrapper .program-item .content .lead,
        .aui #content .program-manual-listing-wrapper .program-item .content .lead {
          display: none; } }
    .aui #content .location-programs-wrapper .program-item .content > div > i,
    .aui #content .program-manual-listing-wrapper .program-item .content > div > i {
      position: absolute;
      width: 50px;
      height: 50px;
      background: #fff;
      font-size: 16px;
      text-align: center;
      line-height: 50px;
      border-radius: 100%;
      top: 12px;
      left: -25px; }
      @media screen and (max-width: 767px) {
        .aui #content .location-programs-wrapper .program-item .content > div > i,
        .aui #content .program-manual-listing-wrapper .program-item .content > div > i {
          top: 17px; } }
      @media screen and (max-width: 480px) {
        .aui #content .location-programs-wrapper .program-item .content > div > i,
        .aui #content .program-manual-listing-wrapper .program-item .content > div > i {
          width: 38px;
          height: 38px;
          line-height: 38px;
          top: -18px;
          left: 10px; } }
    .aui #content .location-programs-wrapper .program-item .content .link a,
    .aui #content .program-manual-listing-wrapper .program-item .content .link a {
      display: block;
      margin: 0 auto 10px;
      padding: 0 40px 0 25px;
      background-color: transparent;
      border: 2px solid #ac0040;
      color: #ac0040;
      font-size: 13px;
      font-weight: 500;
      height: 35px;
      line-height: 32px;
      text-decoration: none;
      position: absolute;
      transition: all .3s ease-in-out;
      bottom: -8px;
      z-index: 1;
      -webkit-border-radius: 40px;
      -moz-border-radius: 40px;
      -ms-border-radius: 40px;
      -o-border-radius: 40px;
      border-radius: 40px; }
      @media screen and (max-width: 767px) {
        .aui #content .location-programs-wrapper .program-item .content .link a,
        .aui #content .program-manual-listing-wrapper .program-item .content .link a {
          bottom: 8px; } }
      .aui #content .location-programs-wrapper .program-item .content .link a i,
      .aui #content .program-manual-listing-wrapper .program-item .content .link a i {
        position: absolute;
        right: 15px;
        top: 11px;
        font-size: 10px; }
      .aui #content .location-programs-wrapper .program-item .content .link a:hover,
      .aui #content .program-manual-listing-wrapper .program-item .content .link a:hover {
        background: #ac0040;
        color: #fff; }
    .aui #content .location-programs-wrapper .program-item .content .additional-info-bottom,
    .aui #content .program-manual-listing-wrapper .program-item .content .additional-info-bottom {
      position: absolute;
      bottom: -8px; }
      @media screen and (max-width: 767px) {
        .aui #content .location-programs-wrapper .program-item .content .additional-info-bottom,
        .aui #content .program-manual-listing-wrapper .program-item .content .additional-info-bottom {
          bottom: 8px; } }
      @media screen and (max-width: 480px) {
        .aui #content .location-programs-wrapper .program-item .content .additional-info-bottom,
        .aui #content .program-manual-listing-wrapper .program-item .content .additional-info-bottom {
          position: relative;
          left: 0;
          bottom: 0; } }
      .aui #content .location-programs-wrapper .program-item .content .additional-info-bottom .link,
      .aui #content .program-manual-listing-wrapper .program-item .content .additional-info-bottom .link {
        display: inline-block; }
        .aui #content .location-programs-wrapper .program-item .content .additional-info-bottom .link a,
        .aui #content .program-manual-listing-wrapper .program-item .content .additional-info-bottom .link a {
          position: relative;
          left: 0;
          bottom: 0; }
        .aui #content .location-programs-wrapper .program-item .content .additional-info-bottom .link:first-child a,
        .aui #content .program-manual-listing-wrapper .program-item .content .additional-info-bottom .link:first-child a {
          margin-bottom: 10px; }
        .aui #content .location-programs-wrapper .program-item .content .additional-info-bottom .link:only-child a,
        .aui #content .program-manual-listing-wrapper .program-item .content .additional-info-bottom .link:only-child a {
          margin-bottom: 0; }
  .aui #content .location-programs-wrapper .program-item.program-type-literature .content > div > i,
  .aui #content .program-manual-listing-wrapper .program-item.program-type-literature .content > div > i {
    color: #dc281e; }
  .aui #content .location-programs-wrapper .program-item.program-type-literature .content > div .title,
  .aui #content .program-manual-listing-wrapper .program-item.program-type-literature .content > div .title {
    color: #dc281e; }
  .aui #content .location-programs-wrapper .program-item.program-type-exhibition .content > div > i,
  .aui #content .program-manual-listing-wrapper .program-item.program-type-exhibition .content > div > i {
    color: #3c9b36; }
  .aui #content .location-programs-wrapper .program-item.program-type-exhibition .content > div .title,
  .aui #content .program-manual-listing-wrapper .program-item.program-type-exhibition .content > div .title {
    color: #3c9b36; }
  .aui #content .location-programs-wrapper .program-item.program-type-concert .content > div > i,
  .aui #content .program-manual-listing-wrapper .program-item.program-type-concert .content > div > i {
    color: #2E6094; }
  .aui #content .location-programs-wrapper .program-item.program-type-concert .content > div .title,
  .aui #content .program-manual-listing-wrapper .program-item.program-type-concert .content > div .title {
    color: #2E6094; }
  .aui #content .location-programs-wrapper .program-item.program-type-conference .content > div > i,
  .aui #content .program-manual-listing-wrapper .program-item.program-type-conference .content > div > i {
    color: #d59b01; }
  .aui #content .location-programs-wrapper .program-item.program-type-conference .content > div .title,
  .aui #content .program-manual-listing-wrapper .program-item.program-type-conference .content > div .title {
    color: #d59b01; }
  .aui #content .location-programs-wrapper .program-item.program-type-theater .content > div > i,
  .aui #content .program-manual-listing-wrapper .program-item.program-type-theater .content > div > i {
    color: #dc281e; }
  .aui #content .location-programs-wrapper .program-item.program-type-theater .content > div .title,
  .aui #content .program-manual-listing-wrapper .program-item.program-type-theater .content > div .title {
    color: #dc281e; }
  .aui #content .location-programs-wrapper .program-item.program-type-movie .content > div > i,
  .aui #content .program-manual-listing-wrapper .program-item.program-type-movie .content > div > i {
    color: #dc281e; }
  .aui #content .location-programs-wrapper .program-item.program-type-movie .content > div .title,
  .aui #content .program-manual-listing-wrapper .program-item.program-type-movie .content > div .title {
    color: #dc281e; }
  .aui #content .location-programs-wrapper .program-item.program-type-guidance .content > div > i,
  .aui #content .program-manual-listing-wrapper .program-item.program-type-guidance .content > div > i {
    color: #743D01; }
  .aui #content .location-programs-wrapper .program-item.program-type-guidance .content > div .title,
  .aui #content .program-manual-listing-wrapper .program-item.program-type-guidance .content > div .title {
    color: #743D01; }
  .aui #content .location-programs-wrapper .program-item.program-type-dance .content > div > i,
  .aui #content .program-manual-listing-wrapper .program-item.program-type-dance .content > div > i {
    color: #64166B; }
  .aui #content .location-programs-wrapper .program-item.program-type-dance .content > div .title,
  .aui #content .program-manual-listing-wrapper .program-item.program-type-dance .content > div .title {
    color: #64166B; }
  .aui #content .location-programs-wrapper .program-item:hover .image,
  .aui #content .program-manual-listing-wrapper .program-item:hover .image {
    position: relative; }
    .aui #content .location-programs-wrapper .program-item:hover .image:before,
    .aui #content .program-manual-listing-wrapper .program-item:hover .image:before {
      content: ' ';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: .6; }
  @media screen and (max-width: 767px) {
    .aui #content .location-programs-wrapper .program-item,
    .aui #content .program-manual-listing-wrapper .program-item {
      height: 150px;
      width: 100%;
      display: block;
      float: none;
      margin: 0;
      margin-bottom: 10px;
      -moz-border-radius-bottomleft: 10px;
      -webkit-border-bottom-left-radius: 10px;
      border-bottom-left-radius: 10px; } }
  @media screen and (max-width: 480px) {
    .aui #content .location-programs-wrapper .program-item,
    .aui #content .program-manual-listing-wrapper .program-item {
      height: auto;
      margin-bottom: 20px; } }

.aui #content .program-listing-portlet .program-listing-wrapper {
  background-image: url(../images/program-list-background.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #eadfcd;
  padding: 30px 0px; }
  @media screen and (max-width: 979px) {
    .aui #content .program-listing-portlet .program-listing-wrapper {
      background-image: url(../images/program-list-background-tablet.jpg);
      background-size: 100% 100%;
      margin-bottom: -40px; } }
  @media screen and (max-width: 767px) {
    .aui #content .program-listing-portlet .program-listing-wrapper {
      background-image: url(../images/program-list-background-mobile.jpg);
      background-size: 100% 100%;
      padding: 0px 0px 30px; } }
.aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-series .input .placeholder {
  font-size: 13px;
  color: #ac0040;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0px 50px 0px 30px;
  height: 60px;
  display: block;
  border-bottom: 1px solid #cec4bb;
  line-height: 62px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-series .input .placeholder i {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%); }
.aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-series .input .items {
  margin: 0;
  padding: 0;
  list-style: none; }
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-series .input .items li {
    padding: 0px 50px 0px 30px;
    border-bottom: 1px solid #cec4bb;
    position: relative; }
    .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-series .input .items li label {
      height: 60px;
      padding: 15px 0px;
      font-size: 13px;
      font-weight: 600;
      color: #3e2723;
      line-height: 1.5;
      display: table-cell;
      vertical-align: middle;
      text-transform: uppercase;
      transition: color .3s ease-in-out; }
      .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-series .input .items li label.selected {
        color: #ac0040; }
    .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-series .input .items li input {
      display: none; }
    .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-series .input .items li:hover label {
      color: #ac0040; }
    .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-series .input .items li:last-child {
      border-bottom: 0; }
    .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-series .input .items li i {
      position: absolute;
      right: 30px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 10px; }
.aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .mobile-filter-button {
  font-size: 13px;
  font-weight: 600;
  color: #6d4c41;
  margin: 20px 0;
  padding: 5px 0;
  border-bottom: 1px solid #d4d2cb;
  position: relative; }
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .mobile-filter-button i {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 7px; }
.aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .mobile-filters-wrapper.fhide {
  display: none; }
.aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .search-fields {
  margin-bottom: 10px; }
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .search-fields > .span3 .input, .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .search-fields .span4 .input {
    position: relative;
    z-index: 1; }
    .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .search-fields > .span3 .input .placeholder, .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .search-fields .span4 .input .placeholder {
      display: block;
      height: 40px;
      background-color: #fff;
      padding: 0 20px;
      line-height: 40px;
      font-size: 13px;
      color: #3e2723;
      font-weight: 600;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      box-shadow: #000 0px 2px 5px -3px;
      -webkit-border-radius: 40px;
      -moz-border-radius: 40px;
      -ms-border-radius: 40px;
      -o-border-radius: 40px;
      border-radius: 40px; }
      .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .search-fields > .span3 .input .placeholder .label-wrapper + i, .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .search-fields .span4 .input .placeholder .label-wrapper + i {
        font-size: 7px;
        position: absolute;
        right: 20px;
        top: 17px;
        color: #ac0040; }
      @media screen and (max-width: 979px) {
        .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .search-fields > .span3 .input .placeholder, .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .search-fields .span4 .input .placeholder {
          margin-bottom: 20px; } }
    .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .search-fields > .span3 .input .items, .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .search-fields .span4 .input .items {
      background-color: #fff;
      margin: 0;
      padding: 20px;
      list-style: none;
      width: 100%;
      position: absolute;
      left: 0;
      top: -5px;
      z-index: -1;
      transition: all .3s ease-in-out;
      transform: translateY(45px);
      box-shadow: #000 0 2px 5px -3px;
      overflow: hidden;
      -moz-border-radius-bottomleft: 20px;
      -webkit-border-bottom-left-radius: 20px;
      border-bottom-left-radius: 20px;
      -moz-border-radius-bottomright: 20px;
      -webkit-border-bottom-right-radius: 20px;
      border-bottom-right-radius: 20px; }
      .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .search-fields > .span3 .input .items.vhide, .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .search-fields .span4 .input .items.vhide {
        transform: translateY(-100%);
        display: none; }
    .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .search-fields > .span3 .input.vshow, .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .search-fields .span4 .input.vshow {
      z-index: 2; }
      .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .search-fields > .span3 .input.vshow .placeholder, .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .search-fields .span4 .input.vshow .placeholder {
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-bottom-left-radius: 0px;
        border-bottom-left-radius: 0px;
        -moz-border-radius-bottomright: 0px;
        -webkit-border-bottom-right-radius: 0px;
        border-bottom-right-radius: 0px;
        -moz-border-radius-topleft: 20px;
        -webkit-border-top-left-radius: 20px;
        border-top-left-radius: 20px;
        -moz-border-radius-topright: 20px;
        -webkit-border-top-right-radius: 20px;
        border-top-right-radius: 20px;
        box-shadow: none;
        border-bottom: 0;
        background-color: #f9f8f6; }
  @media screen and (min-width: 979px) {
    .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .search-fields > .span3:nth-child(2), .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .search-fields .span4:nth-child(2) {
      margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .search-fields:after {
      content: ' ';
      display: block;
      padding-bottom: 0px;
      border-bottom: 1px solid #d4d2cb;
      margin-bottom: 20px;
      margin-left: 2%;
      margin-right: 2%; } }
@media screen and (max-width: 979px) {
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list {
    width: 100%;
    margin: 0; }
    .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .search-fields {
      margin-left: -2%;
      margin-right: -2%;
      width: auto; }
      .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .search-fields .span3,
      .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .search-fields .span4 {
        width: 46%;
        margin-left: 2%;
        margin-right: 2%; } }
@media screen and (max-width: 767px) {
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .search-fields .span3,
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .search-fields .span4 {
    width: 96%; } }
.aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item {
  height: 190px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 20px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px; }
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item .image {
    height: 100%;
    float: left;
    width: 40%; }
    .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item .image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    @media screen and (max-width: 979px) {
      .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item .image {
        height: 150px; } }
    @media screen and (max-width: 767px) {
      .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item .image {
        float: none;
        width: 100%; } }
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item .content {
    float: left;
    width: 37%;
    padding: 25px;
    height: 100%;
    position: relative; }
    @media screen and (min-width: 979px) {
      .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item .content {
        padding: 25px 25px 0px;
        border-bottom: 20px solid #fff; }
        .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item .content:after {
          content: ' ';
          display: block;
          position: absolute;
          left: 0;
          bottom: -20px;
          height: 65px;
          width: 100%;
          background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 80%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 80%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 80%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
          /* IE6-9 */ } }
    @media screen and (max-width: 979px) {
      .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item .content {
        width: 60%;
        height: 150px; } }
    @media screen and (max-width: 767px) {
      .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item .content {
        float: none;
        width: 100%;
        height: auto;
        padding: 25px 25px 10px; } }
    .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item .content .title {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 15px;
      display: inline-block;
      line-height: 1.5; }
      @media screen and (max-width: 979px) {
        .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item .content .title {
          font-size: 24px; } }
      @media screen and (max-width: 767px) {
        .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item .content .title {
          font-size: 16px; } }
    .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item .content .lead {
      font-size: 13px;
      color: #3e2723;
      line-height: 1.4; }
      @media screen and (max-width: 979px) {
        .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item .content .lead {
          display: none; } }
    .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item .content i {
      position: absolute;
      width: 50px;
      height: 50px;
      background: #fff;
      font-size: 20px;
      text-align: center;
      line-height: 50px;
      border-radius: 100%;
      top: 12px;
      left: -25px; }
      @media screen and (max-width: 979px) {
        .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item .content i {
          top: 17px; } }
      @media screen and (max-width: 767px) {
        .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item .content i {
          width: 38px;
          height: 38px;
          font-size: 16px;
          line-height: 38px;
          top: -18px;
          left: 10px; } }
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item.program-type-literature:hover .image:before {
    background-color: #dc281e; }
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item.program-type-literature .content i {
    color: #dc281e; }
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item.program-type-literature .content .title {
    color: #dc281e; }
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item.program-type-exhibition:hover .image:before {
    background-color: #3c9b36; }
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item.program-type-exhibition .content i {
    color: #3c9b36; }
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item.program-type-exhibition .content .title {
    color: #3c9b36; }
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item.program-type-concert:hover .image:before {
    background-color: #2E6094; }
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item.program-type-concert .content i {
    color: #2E6094; }
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item.program-type-concert .content .title {
    color: #2E6094; }
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item.program-type-conference:hover .image:before {
    background-color: #d59b01; }
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item.program-type-conference .content i {
    color: #d59b01; }
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item.program-type-conference .content .title {
    color: #d59b01; }
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item.program-type-theater:hover .image:before {
    background-color: #dc281e; }
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item.program-type-theater .content i {
    color: #dc281e; }
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item.program-type-theater .content .title {
    color: #dc281e; }
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item.program-type-movie:hover .image:before {
    background-color: #dc281e; }
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item.program-type-movie .content i {
    color: #dc281e; }
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item.program-type-movie .content .title {
    color: #dc281e; }
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item.program-type-guidance:hover .image:before {
    background-color: #743D01; }
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item.program-type-guidance .content i {
    color: #743D01; }
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item.program-type-guidance .content .title {
    color: #743D01; }
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item.program-type-dance:hover .image:before {
    background-color: #64166B; }
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item.program-type-dance .content i {
    color: #64166B; }
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item.program-type-dance .content .title {
    color: #64166B; }
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item:hover {
    box-shadow: #000 0px 0px 10px -4px; }
    .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item:hover .image {
      position: relative; }
      .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item:hover .image:before {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: .6; }
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item .additional-info {
    float: left;
    overflow: hidden;
    width: 23%;
    padding: 25px;
    background-color: #f9f8f6;
    height: 100%; }
    @media screen and (max-width: 979px) {
      .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item .additional-info {
        float: none;
        width: 100%;
        padding: 20px 25px; } }
    .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item .additional-info .date {
      text-align: center;
      font-size: 25px;
      margin-bottom: 20px;
      font-weight: 600;
      line-height: 1; }
      @media screen and (max-width: 979px) {
        .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item .additional-info .date {
          text-align: left;
          margin-top: 5px; } }
      @media screen and (max-width: 767px) {
        .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item .additional-info .date {
          margin: 5px 0 25px 0; } }
      .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item .additional-info .date .date-day {
        font-size: 13px;
        font-weight: 500;
        color: #3e2723;
        text-align: center;
        margin-top: 5px; }
        @media screen and (max-width: 979px) {
          .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item .additional-info .date .date-day {
            display: inline-block; } }
    .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item .additional-info .link a {
      display: block;
      margin: 0px auto 10px;
      padding: 0px 30px 0px 25px;
      background-color: transparent;
      border: 2px solid #ac0040;
      color: #ac0040;
      font-size: 13px;
      font-weight: 500;
      height: 35px;
      line-height: 32px;
      border-radius: 40px;
      text-decoration: none;
      position: relative;
      transition: all .3s ease-in-out; }
      .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item .additional-info .link a i {
        position: absolute;
        right: 15px;
        top: 10px;
        font-size: 10px; }
        @media screen and (max-width: 979px) {
          .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item .additional-info .link a i {
            right: 20px;
            top: 13px; } }
      @media screen and (max-width: 979px) {
        .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item .additional-info .link a {
          display: inline-block;
          height: 40px;
          padding: 0 50px 0 20px;
          line-height: 36px;
          min-width: 156px;
          text-align: left; } }
      .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item .additional-info .link a:hover {
        background-color: #ac0040;
        color: #fff; }
    @media screen and (max-width: 979px) {
      .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item .additional-info .link {
        display: inline-block;
        margin-right: 20px; }
        .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item .additional-info .link:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 767px) {
      .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item .additional-info .link {
        display: block;
        margin-right: 0; }
        .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item .additional-info .link:last-child a {
          margin-bottom: 0; } }
    @media screen and (max-width: 979px) {
      .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item .additional-info .additional-info-top {
        float: left;
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item .additional-info .additional-info-top {
        float: none;
        width: 100%; } }
    @media screen and (max-width: 979px) {
      .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item .additional-info .additional-info-bottom {
        overflow: auto;
        text-align: right; } }
    @media screen and (max-width: 767px) {
      .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item .additional-info .additional-info-bottom {
        text-align: left; } }
  @media screen and (max-width: 979px) {
    .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item {
      height: 230px;
      -moz-border-radius-bottomleft: 10px;
      -webkit-border-bottom-left-radius: 10px;
      border-bottom-left-radius: 10px; } }
  @media screen and (max-width: 767px) {
    .aui #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item {
      height: auto; } }
.aui #content .program-listing-portlet .program-listing-portlet-wrapper .yui3-calendar-content {
  padding: 0;
  border: 0;
  background: transparent;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px; }
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .yui3-calendar-content .yui3-calendar-header {
    border-bottom: 1px solid #e4dcd1;
    margin-bottom: 15px;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 10px;
    margin-right: 10px; }
    .aui #content .program-listing-portlet .program-listing-portlet-wrapper .yui3-calendar-content .yui3-calendar-header .yui3-calendar-header-label {
      font-weight: 600; }
    .aui #content .program-listing-portlet .program-listing-portlet-wrapper .yui3-calendar-content .yui3-calendar-header .yui3-calendarnav-prevmonth,
    .aui #content .program-listing-portlet .program-listing-portlet-wrapper .yui3-calendar-content .yui3-calendar-header .yui3-calendarnav-nextmonth {
      color: #e4dcd1;
      font-size: 16px;
      text-decoration: none; }
      .aui #content .program-listing-portlet .program-listing-portlet-wrapper .yui3-calendar-content .yui3-calendar-header .yui3-calendarnav-prevmonth:hover,
      .aui #content .program-listing-portlet .program-listing-portlet-wrapper .yui3-calendar-content .yui3-calendar-header .yui3-calendarnav-nextmonth:hover {
        color: #3e2723; }
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .yui3-calendar-content .yui3-calendar-grid {
    text-transform: uppercase;
    font-size: 12px; }
    .aui #content .program-listing-portlet .program-listing-portlet-wrapper .yui3-calendar-content .yui3-calendar-grid .yui3-calendar-weekday,
    .aui #content .program-listing-portlet .program-listing-portlet-wrapper .yui3-calendar-content .yui3-calendar-grid .yui3-calendar-day,
    .aui #content .program-listing-portlet .program-listing-portlet-wrapper .yui3-calendar-content .yui3-calendar-grid .yui3-calendar-prevmonth-day,
    .aui #content .program-listing-portlet .program-listing-portlet-wrapper .yui3-calendar-content .yui3-calendar-grid .yui3-calendar-nextmonth-day {
      font-weight: 400;
      border: 0;
      padding: 7px 5px;
      width: 14.2857%; }
    .aui #content .program-listing-portlet .program-listing-portlet-wrapper .yui3-calendar-content .yui3-calendar-grid .yui3-calendar-weekdayrow {
      color: #ac0040; }
    .aui #content .program-listing-portlet .program-listing-portlet-wrapper .yui3-calendar-content .yui3-calendar-grid .yui3-calendar-day {
      color: #000;
      transition: all .3s ease-in-out; }
      .aui #content .program-listing-portlet .program-listing-portlet-wrapper .yui3-calendar-content .yui3-calendar-grid .yui3-calendar-day:hover {
        background: #ac0040;
        color: #fff; }
    .aui #content .program-listing-portlet .program-listing-portlet-wrapper .yui3-calendar-content .yui3-calendar-grid .yui3-calendar-prevmonth-day,
    .aui #content .program-listing-portlet .program-listing-portlet-wrapper .yui3-calendar-content .yui3-calendar-grid .yui3-calendar-nextmonth-day {
      color: #929292; }
    .aui #content .program-listing-portlet .program-listing-portlet-wrapper .yui3-calendar-content .yui3-calendar-grid .yui3-calendar-day-selected {
      background: #ac0040;
      color: #fff; }
.aui #content .program-listing-portlet .program-listing-portlet-wrapper .dates-selector-inner-wrapper {
  background: #f9f8f6;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px; }
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .dates-selector-inner-wrapper .date-inputs-wrapper {
    height: 35px;
    line-height: 35px;
    padding: 0px 20px 0px 30px;
    border: 1px solid #e4dcd1;
    border-radius: 35px;
    margin: 0px 0px 20px;
    position: relative;
    white-space: nowrap; }
    .aui #content .program-listing-portlet .program-listing-portlet-wrapper .dates-selector-inner-wrapper .date-inputs-wrapper i {
      position: absolute;
      color: #e4dcd1;
      font-size: 16px;
      left: 15px;
      top: 8px;
      right: initial; }
    .aui #content .program-listing-portlet .program-listing-portlet-wrapper .dates-selector-inner-wrapper .date-inputs-wrapper a.input-text {
      color: #3e2723;
      font-size: 12px;
      font-weight: 500;
      text-decoration: none;
      transition: color .3s ease-in-out; }
      .aui #content .program-listing-portlet .program-listing-portlet-wrapper .dates-selector-inner-wrapper .date-inputs-wrapper a.input-text.selected {
        color: #ac0040; }
    .aui #content .program-listing-portlet .program-listing-portlet-wrapper .dates-selector-inner-wrapper .date-inputs-wrapper span.input-text {
      margin: 0px 8px; }
  .aui #content .program-listing-portlet .program-listing-portlet-wrapper .dates-selector-inner-wrapper .search-button {
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    color: #ac0040;
    text-transform: lowercase;
    letter-spacing: 0.5px; }

.aui #content .event-top-wrapper {
  display: block;
  height: 220px;
  background-image: url(../images/site-title-background.jpg);
  position: relative; }
  @media screen and (max-width: 979px) {
    .aui #content .event-top-wrapper {
      height: 110px;
      background-image: url(../images/site-title-background-tablet.jpg); } }
  @media screen and (max-width: 480px) {
    .aui #content .event-top-wrapper {
      height: 60px;
      background-image: url(../images/site-title-background-mobile.jpg); } }
.aui #content .event-wrapper {
  background-image: url(../images/program-list-detailed-background.jpg);
  background-size: auto;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center -150px; }
  .aui #content .event-wrapper .event-inner .event-header {
    height: 540px;
    position: relative;
    margin-top: -190px;
    overflow: hidden;
    -moz-border-radius-topright: 15px;
    -webkit-border-top-right-radius: 15px;
    border-top-right-radius: 15px; }
    @media screen and (max-width: 979px) {
      .aui #content .event-wrapper .event-inner .event-header {
        height: 330px;
        overflow: hidden;
        margin-top: -80px; } }
    @media screen and (max-width: 480px) {
      .aui #content .event-wrapper .event-inner .event-header {
        height: auto;
        background: #fff;
        margin-bottom: 10px;
        margin-top: -40px;
        -moz-border-radius-bottomleft: 15px;
        -webkit-border-bottom-left-radius: 15px;
        border-bottom-left-radius: 15px; } }
    .aui #content .event-wrapper .event-inner .event-header .event-image {
      width: 100%;
      height: 100%;
      object-fit: cover; }
      @media screen and (max-width: 480px) {
        .aui #content .event-wrapper .event-inner .event-header .event-image {
          height: 130px; } }
    .aui #content .event-wrapper .event-inner .event-header .event-header-content {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: auto;
      padding: 32px 42px;
      z-index: 1; }
      @media screen and (max-width: 979px) {
        .aui #content .event-wrapper .event-inner .event-header .event-header-content {
          padding: 30px; } }
      @media screen and (max-width: 480px) {
        .aui #content .event-wrapper .event-inner .event-header .event-header-content {
          padding: 15px 20px;
          position: inherit; } }
      .aui #content .event-wrapper .event-inner .event-header .event-header-content .event-type {
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: 600;
        color: #fff; }
        @media screen and (max-width: 480px) {
          .aui #content .event-wrapper .event-inner .event-header .event-header-content .event-type {
            font-size: 14px;
            color: #6d4c41; } }
        .aui #content .event-wrapper .event-inner .event-header .event-header-content .event-type .event-type-wrapper {
          background: #fff;
          color: #dc281e;
          padding: 4px 15px;
          border-radius: 30px;
          margin-right: 10px;
          height: 30px;
          display: inline-block;
          text-transform: lowercase;
          line-height: 22px; }
          @media screen and (max-width: 480px) {
            .aui #content .event-wrapper .event-inner .event-header .event-header-content .event-type .event-type-wrapper {
              padding: 0;
              height: auto;
              text-transform: lowercase; } }
          .aui #content .event-wrapper .event-inner .event-header .event-header-content .event-type .event-type-wrapper i {
            margin-right: 5px;
            font-size: 15px; }
            @media screen and (max-width: 480px) {
              .aui #content .event-wrapper .event-inner .event-header .event-header-content .event-type .event-type-wrapper i {
                font-size: 12px; } }
          .aui #content .event-wrapper .event-inner .event-header .event-header-content .event-type .event-type-wrapper.program-type-literature {
            color: #dc281e; }
          .aui #content .event-wrapper .event-inner .event-header .event-header-content .event-type .event-type-wrapper.program-type-exhibition {
            color: #3c9b36; }
          .aui #content .event-wrapper .event-inner .event-header .event-header-content .event-type .event-type-wrapper.program-type-concert {
            color: #2E6094; }
          .aui #content .event-wrapper .event-inner .event-header .event-header-content .event-type .event-type-wrapper.program-type-conference {
            color: #d59b01; }
          .aui #content .event-wrapper .event-inner .event-header .event-header-content .event-type .event-type-wrapper.program-type-theater {
            color: #dc281e; }
          .aui #content .event-wrapper .event-inner .event-header .event-header-content .event-type .event-type-wrapper.program-type-movie {
            color: #dc281e; }
          .aui #content .event-wrapper .event-inner .event-header .event-header-content .event-type .event-type-wrapper.program-type-guidance {
            color: #743D01; }
          .aui #content .event-wrapper .event-inner .event-header .event-header-content .event-type .event-type-wrapper.program-type-dance {
            color: #64166B;
            position: relative; }
            .aui #content .event-wrapper .event-inner .event-header .event-header-content .event-type .event-type-wrapper.program-type-dance .vigado-icon-dance {
              position: absolute; }
            .aui #content .event-wrapper .event-inner .event-header .event-header-content .event-type .event-type-wrapper.program-type-dance span {
              margin-left: 30px; }
      .aui #content .event-wrapper .event-inner .event-header .event-header-content .event-title {
        font-size: 32px;
        color: #fff;
        font-weight: 600;
        line-height: 1.2; }
        @media screen and (max-width: 979px) {
          .aui #content .event-wrapper .event-inner .event-header .event-header-content .event-title {
            margin-bottom: 30px; } }
        @media screen and (max-width: 480px) {
          .aui #content .event-wrapper .event-inner .event-header .event-header-content .event-title {
            color: #ac0340;
            line-height: 1.2;
            font-size: 20px; } }
      .aui #content .event-wrapper .event-inner .event-header .event-header-content .event-tickets {
        text-align: right;
        position: absolute;
        right: 42px;
        bottom: 26px;
        min-height: 0; }
        @media screen and (max-width: 979px) {
          .aui #content .event-wrapper .event-inner .event-header .event-header-content .event-tickets {
            position: initial;
            text-align: left; } }
        .aui #content .event-wrapper .event-inner .event-header .event-header-content .event-tickets .link {
          height: 50px;
          display: inline-block;
          background-color: #ac0040;
          border-radius: 50px;
          line-height: 50px;
          padding: 0px 50px 0px 100px;
          width: 100%;
          position: relative;
          overflow: hidden;
          width: 310px;
          text-align: left; }
          @media screen and (max-width: 480px) {
            .aui #content .event-wrapper .event-inner .event-header .event-header-content .event-tickets .link {
              width: 100%;
              padding: 0 50px 0 85px; } }
          .aui #content .event-wrapper .event-inner .event-header .event-header-content .event-tickets .link a {
            color: #fff;
            font-size: 18px;
            text-transform: lowercase; }
          .aui #content .event-wrapper .event-inner .event-header .event-header-content .event-tickets .link i:first-child {
            background-color: #7b002e;
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 70px;
            line-height: 50px;
            text-align: center;
            font-size: 24px;
            color: #fff; }
          .aui #content .event-wrapper .event-inner .event-header .event-header-content .event-tickets .link i:last-child {
            font-size: 10px;
            position: absolute;
            top: 20px;
            right: 22px; }
    .aui #content .event-wrapper .event-inner .event-header:after {
      content: ' ';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
      /* IE6-9 */ }
      @media screen and (max-width: 480px) {
        .aui #content .event-wrapper .event-inner .event-header:after {
          height: 130px; } }
    @media screen and (max-width: 979px) {
      .aui #content .event-wrapper .event-inner .event-header .span7,
      .aui #content .event-wrapper .event-inner .event-header .span6,
      .aui #content .event-wrapper .event-inner .event-header .span5 {
        display: block;
        float: none;
        width: 100%;
        margin: 0; } }
  .aui #content .event-wrapper .event-inner .event-content h3.title,
  .aui #content .event-wrapper .event-inner .event-right-column h3.title {
    font-size: 20px;
    color: #ac0040;
    font-weight: 600;
    text-transform: uppercase; }
  @media screen and (max-width: 979px) {
    .aui #content .event-wrapper .event-inner .event-content,
    .aui #content .event-wrapper .event-inner .event-right-column {
      display: block;
      float: none;
      width: 100%;
      margin: 0; } }
  @media screen and (max-width: 979px) {
    .aui #content .event-wrapper .event-inner .event-content {
      margin-bottom: 30px; } }
  .aui #content .event-wrapper .event-inner .event-content .sign-up {
    padding-left: 100px;
    margin-bottom: 40px;
    background: #fff; }
    @media screen and (max-width: 979px) {
      .aui #content .event-wrapper .event-inner .event-content .sign-up {
        padding-left: 60px; } }
    @media screen and (max-width: 767px) {
      .aui #content .event-wrapper .event-inner .event-content .sign-up {
        margin-bottom: 20px;
        text-align: center;
        padding-left: 0; } }
  .aui #content .event-wrapper .event-inner .event-ticket-prices-wrapper .event-ticket-prices {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #ac0040;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px; }
    @media screen and (max-width: 979px) {
      .aui #content .event-wrapper .event-inner .event-ticket-prices-wrapper .event-ticket-prices {
        margin-bottom: 0; } }
    .aui #content .event-wrapper .event-inner .event-ticket-prices-wrapper .event-ticket-prices .event-ticket-price {
      padding: 28px;
      border-top: 1px solid #7b002e; }
      @media screen and (min-width: 480px) and (max-width: 979px) {
        .aui #content .event-wrapper .event-inner .event-ticket-prices-wrapper .event-ticket-prices .event-ticket-price {
          float: left;
          width: 50%;
          border-top: 0;
          border-left: 1px solid #7b002e; } }
      .aui #content .event-wrapper .event-inner .event-ticket-prices-wrapper .event-ticket-prices .event-ticket-price:first-child {
        border: none; }
    .aui #content .event-wrapper .event-inner .event-ticket-prices-wrapper .event-ticket-prices:after {
      content: ' ';
      display: block;
      clear: both; }
  .aui #content .event-wrapper .event-inner .event-more-events .more-event {
    display: block;
    height: 110px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 1px;
    cursor: pointer;
    text-decoration: none; }
    .aui #content .event-wrapper .event-inner .event-more-events .more-event:first-of-type {
      -moz-border-radius-topright: 15px;
      -webkit-border-top-right-radius: 15px;
      border-top-right-radius: 15px; }
    .aui #content .event-wrapper .event-inner .event-more-events .more-event .image {
      height: 100%;
      float: left;
      width: 55%; }
      .aui #content .event-wrapper .event-inner .event-more-events .more-event .image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      @media screen and (max-width: 979px) {
        .aui #content .event-wrapper .event-inner .event-more-events .more-event .image {
          height: 150px;
          width: 40%; } }
      @media screen and (max-width: 767px) {
        .aui #content .event-wrapper .event-inner .event-more-events .more-event .image {
          float: none;
          width: 100%; } }
    .aui #content .event-wrapper .event-inner .event-more-events .more-event .content {
      float: left;
      width: 45%;
      padding: 15px 20px;
      height: 100%;
      position: relative;
      word-break: break-word; }
      @media screen and (max-width: 979px) {
        .aui #content .event-wrapper .event-inner .event-more-events .more-event .content {
          width: 60%;
          height: 150px;
          padding: 25px 34px; } }
      @media screen and (max-width: 767px) {
        .aui #content .event-wrapper .event-inner .event-more-events .more-event .content {
          float: none;
          width: 100%;
          height: auto;
          padding: 25px 20px 15px; } }
      .aui #content .event-wrapper .event-inner .event-more-events .more-event .content .title {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 15px;
        display: block;
        line-height: 1.4; }
        @media screen and (max-width: 979px) {
          .aui #content .event-wrapper .event-inner .event-more-events .more-event .content .title {
            font-size: 20px; } }
        @media screen and (max-width: 767px) {
          .aui #content .event-wrapper .event-inner .event-more-events .more-event .content .title {
            font-size: 16px; } }
      .aui #content .event-wrapper .event-inner .event-more-events .more-event .content i {
        position: absolute;
        width: 40px;
        height: 40px;
        background: #fff;
        font-size: 16px;
        text-align: center;
        line-height: 40px;
        border-radius: 100%;
        top: 12px;
        left: -20px; }
        @media screen and (max-width: 979px) {
          .aui #content .event-wrapper .event-inner .event-more-events .more-event .content i {
            top: 15px;
            width: 50px;
            height: 50px;
            line-height: 50px;
            left: -25px; } }
        @media screen and (max-width: 767px) {
          .aui #content .event-wrapper .event-inner .event-more-events .more-event .content i {
            width: 38px;
            height: 38px;
            font-size: 16px;
            line-height: 38px;
            top: -18px;
            left: 10px; } }
      .aui #content .event-wrapper .event-inner .event-more-events .more-event .content:after {
        content: ' ';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 15px;
        background: #fff; }
    .aui #content .event-wrapper .event-inner .event-more-events .more-event.program-type-literature:hover .image:before {
      background-color: #dc281e; }
    .aui #content .event-wrapper .event-inner .event-more-events .more-event.program-type-literature .content i {
      color: #dc281e; }
    .aui #content .event-wrapper .event-inner .event-more-events .more-event.program-type-literature .content .title {
      color: #dc281e; }
    .aui #content .event-wrapper .event-inner .event-more-events .more-event.program-type-exhibition:hover .image:before {
      background-color: #3c9b36; }
    .aui #content .event-wrapper .event-inner .event-more-events .more-event.program-type-exhibition .content i {
      color: #3c9b36; }
    .aui #content .event-wrapper .event-inner .event-more-events .more-event.program-type-exhibition .content .title {
      color: #3c9b36; }
    .aui #content .event-wrapper .event-inner .event-more-events .more-event.program-type-concert:hover .image:before {
      background-color: #2E6094; }
    .aui #content .event-wrapper .event-inner .event-more-events .more-event.program-type-concert .content i {
      color: #2E6094; }
    .aui #content .event-wrapper .event-inner .event-more-events .more-event.program-type-concert .content .title {
      color: #2E6094; }
    .aui #content .event-wrapper .event-inner .event-more-events .more-event.program-type-conference:hover .image:before {
      background-color: #d59b01; }
    .aui #content .event-wrapper .event-inner .event-more-events .more-event.program-type-conference .content i {
      color: #d59b01; }
    .aui #content .event-wrapper .event-inner .event-more-events .more-event.program-type-conference .content .title {
      color: #d59b01; }
    .aui #content .event-wrapper .event-inner .event-more-events .more-event.program-type-theater:hover .image:before {
      background-color: #dc281e; }
    .aui #content .event-wrapper .event-inner .event-more-events .more-event.program-type-theater .content i {
      color: #dc281e; }
    .aui #content .event-wrapper .event-inner .event-more-events .more-event.program-type-theater .content .title {
      color: #dc281e; }
    .aui #content .event-wrapper .event-inner .event-more-events .more-event.program-type-movie:hover .image:before {
      background-color: #dc281e; }
    .aui #content .event-wrapper .event-inner .event-more-events .more-event.program-type-movie .content i {
      color: #dc281e; }
    .aui #content .event-wrapper .event-inner .event-more-events .more-event.program-type-movie .content .title {
      color: #dc281e; }
    .aui #content .event-wrapper .event-inner .event-more-events .more-event.program-type-guidance:hover .image:before {
      background-color: #743D01; }
    .aui #content .event-wrapper .event-inner .event-more-events .more-event.program-type-guidance .content i {
      color: #743D01; }
    .aui #content .event-wrapper .event-inner .event-more-events .more-event.program-type-guidance .content .title {
      color: #743D01; }
    .aui #content .event-wrapper .event-inner .event-more-events .more-event.program-type-dance:hover .image:before {
      background-color: #64166B; }
    .aui #content .event-wrapper .event-inner .event-more-events .more-event.program-type-dance .content i {
      color: #64166B; }
    .aui #content .event-wrapper .event-inner .event-more-events .more-event.program-type-dance .content .title {
      color: #64166B; }
    .aui #content .event-wrapper .event-inner .event-more-events .more-event:hover {
      text-decoration: none; }
    @media screen and (max-width: 979px) {
      .aui #content .event-wrapper .event-inner .event-more-events .more-event {
        height: 150px;
        margin-bottom: 10px;
        -moz-border-radius-topright: 15px;
        -webkit-border-top-right-radius: 15px;
        border-top-right-radius: 15px;
        -moz-border-radius-bottomleft: 15px;
        -webkit-border-bottom-left-radius: 15px;
        border-bottom-left-radius: 15px; } }
    @media screen and (max-width: 767px) {
      .aui #content .event-wrapper .event-inner .event-more-events .more-event {
        height: auto;
        margin-bottom: 20px; } }
  .aui #content .event-wrapper .event-inner .event-more-events .all-programs {
    margin-top: 30px; }
    .aui #content .event-wrapper .event-inner .event-more-events .all-programs a {
      display: inline-block;
      margin: 0 auto 30px;
      padding: 5px 52px 5px 20px;
      background-color: #b30041;
      color: #fff;
      font-size: 15px;
      font-weight: 500;
      height: 40px;
      line-height: 32px;
      border-radius: 40px;
      text-decoration: none;
      position: relative;
      width: auto; }
      .aui #content .event-wrapper .event-inner .event-more-events .all-programs a i {
        position: absolute;
        right: 22px;
        top: 15px;
        font-size: 10px; }
    @media screen and (min-width: 767px) and (max-width: 979px) {
      .aui #content .event-wrapper .event-inner .event-more-events .all-programs {
        text-align: center; } }
    @media screen and (max-width: 480px) {
      .aui #content .event-wrapper .event-inner .event-more-events .all-programs a {
        display: block; } }
  .aui #content .event-wrapper .event-inner a.event-sign-up {
    display: inline-block;
    margin: 0 auto 30px;
    padding: 5px 52px 5px 20px;
    background-color: #b30041;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    height: 40px;
    line-height: 32px;
    border-radius: 40px;
    text-decoration: none;
    position: relative;
    width: auto; }
    .aui #content .event-wrapper .event-inner a.event-sign-up i {
      position: absolute;
      right: 22px;
      top: 15px;
      font-size: 10px; }
.aui #content .event-location-wrapper {
  padding: 60px 0px 100px;
  background-image: url(../images/program-list-location-background.jpg);
  background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    .aui #content .event-location-wrapper {
      padding: 60px 0 30px;
      background-image: url(../images/program-list-location-background-tablet.png);
      background-size: auto 100%;
      margin-bottom: -40px; } }
  @media screen and (max-width: 480px) {
    .aui #content .event-location-wrapper {
      background-image: url(../images/program-list-location-background-mobile.png);
      background-size: 100% auto; } }
  @media screen and (max-width: 767px) {
    .aui #content .event-location-wrapper .event-location-inner {
      margin-bottom: 35px; } }
  .aui #content .event-location-wrapper .event-location-inner .event-location-title {
    font-size: 26px;
    color: #6d4c41;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 1px; }
    @media screen and (max-width: 767px) {
      .aui #content .event-location-wrapper .event-location-inner .event-location-title {
        margin-bottom: 20px; } }
  .aui #content .event-location-wrapper .event-location-inner .event-location {
    height: 240px;
    overflow: hidden;
    background-color: #fff;
    cursor: pointer;
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: 20px;
    box-shadow: #3a3a3a 0px 0px 15px -5px;
    -moz-border-radius-topright: 15px;
    -webkit-border-top-right-radius: 15px;
    border-top-right-radius: 15px; }
    @media screen and (max-width: 767px) {
      .aui #content .event-location-wrapper .event-location-inner .event-location {
        height: 160px; } }
    @media screen and (max-width: 480px) {
      .aui #content .event-location-wrapper .event-location-inner .event-location {
        height: auto;
        -moz-border-radius-bottomleft: 15px;
        -webkit-border-bottom-left-radius: 15px;
        border-bottom-left-radius: 15px; } }
    .aui #content .event-location-wrapper .event-location-inner .event-location .event-location-image-wrapper {
      height: 100%;
      float: left;
      width: 43%;
      position: relative; }
      @media screen and (max-width: 767px) {
        .aui #content .event-location-wrapper .event-location-inner .event-location .event-location-image-wrapper {
          height: 100%;
          width: 40%; } }
      @media screen and (max-width: 480px) {
        .aui #content .event-location-wrapper .event-location-inner .event-location .event-location-image-wrapper {
          float: none;
          width: 100%;
          height: 155px; } }
      .aui #content .event-location-wrapper .event-location-inner .event-location .event-location-image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .aui #content .event-location-wrapper .event-location-inner .event-location .event-location-image-wrapper:after {
        content: '\e90a';
        display: block;
        position: absolute;
        color: #fff;
        width: 10px;
        height: 40px;
        right: -16px;
        font-size: 10px;
        z-index: 1;
        top: 30px;
        transform: rotate(-90deg); }
        @media screen and (max-width: 480px) {
          .aui #content .event-location-wrapper .event-location-inner .event-location .event-location-image-wrapper:after {
            top: initial;
            bottom: -1px;
            right: initial;
            left: 25px;
            height: auto;
            transform: none; } }
    .aui #content .event-location-wrapper .event-location-inner .event-location .event-location-content {
      float: left;
      width: 57%;
      padding: 25px;
      height: 100%;
      position: relative;
      padding: 25px 35px 0;
      border-bottom: 25px solid #fff; }
      @media screen and (max-width: 767px) {
        .aui #content .event-location-wrapper .event-location-inner .event-location .event-location-content {
          width: 60%;
          border-bottom: 20px solid #fff;
          padding: 28px 30px 0; } }
      @media screen and (max-width: 480px) {
        .aui #content .event-location-wrapper .event-location-inner .event-location .event-location-content {
          float: none;
          width: 100%;
          height: auto;
          padding: 25px 25px 10px;
          border-bottom: 0;
          border-bottom-left-radius: 15px; } }
      .aui #content .event-location-wrapper .event-location-inner .event-location .event-location-content .event-location-content-title {
        font-size: 24px;
        color: #ac0040;
        font-weight: 600;
        margin-bottom: 10px;
        display: block;
        line-height: 1.2; }
        @media screen and (max-width: 480px) {
          .aui #content .event-location-wrapper .event-location-inner .event-location .event-location-content .event-location-content-title {
            font-size: 20px;
            margin-bottom: 20px; } }
      .aui #content .event-location-wrapper .event-location-inner .event-location .event-location-content .event-location-content-lead {
        margin-bottom: 20px;
        font-size: 14px;
        color: #3e2723;
        line-height: 1.5; }
      .aui #content .event-location-wrapper .event-location-inner .event-location .event-location-content a {
        display: inline-block;
        margin: 0 auto 10px;
        padding: 0 40px 0 20px;
        background-color: #ac0040;
        border: 2px solid #ac0040;
        color: #fff;
        font-size: 13px;
        font-weight: 500;
        height: 40px;
        line-height: 38px;
        text-decoration: none;
        transition: all .3s ease-in-out;
        position: relative;
        z-index: 2;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        -o-border-radius: 40px;
        border-radius: 40px; }
        .aui #content .event-location-wrapper .event-location-inner .event-location .event-location-content a i {
          position: absolute;
          right: 15px;
          top: 13px;
          font-size: 10px; }
        .aui #content .event-location-wrapper .event-location-inner .event-location .event-location-content a:hover {
          background-color: #fff;
          color: #ac0040; }
        @media screen and (min-width: 767px) {
          .aui #content .event-location-wrapper .event-location-inner .event-location .event-location-content a {
            position: absolute;
            bottom: 0;
            left: 35px;
            margin: 0; } }
        @media screen and (min-width: 480px) and (max-width: 767px) {
          .aui #content .event-location-wrapper .event-location-inner .event-location .event-location-content a {
            position: absolute;
            bottom: 0;
            left: 32px;
            margin: 0; } }
      .aui #content .event-location-wrapper .event-location-inner .event-location .event-location-content:after {
        content: ' ';
        display: block;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50px, white 80%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50px, white 80%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50px, #ffffff 80%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);
        position: absolute;
        bottom: 0px;
        z-index: 1;
        width: 100%;
        height: 100%; }
    .aui #content .event-location-wrapper .event-location-inner .event-location:after {
      content: ' ';
      display: block;
      clear: both; }
  .aui #content .event-location-wrapper .event-location-more-locations-wrapper .more-locations {
    color: #6d4c41;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px; }
    .aui #content .event-location-wrapper .event-location-more-locations-wrapper .more-locations i {
      font-size: 12px;
      margin-left: 5px; }

.aui #content .partners-carousel-wrapper .partners h1 {
  font-size: 26px;
  color: #6d4c41;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 100px;
  margin-top: -20px; }
  @media screen and (max-width: 979px) {
    .aui #content .partners-carousel-wrapper .partners h1 {
      margin-left: 60px;
      margin-top: -20px; } }
  @media screen and (max-width: 767px) {
    .aui #content .partners-carousel-wrapper .partners h1 {
      margin-top: 25px;
      margin-left: 0;
      text-align: center; } }
.aui #content .partners-carousel-wrapper .partners .partners-carousel {
  height: 40px;
  position: relative;
  margin: 65px 0 25px;
  padding: 0 0 140px; }
  @media screen and (max-width: 979px) {
    .aui #content .partners-carousel-wrapper .partners .partners-carousel {
      margin: 58px 0 25px;
      padding: 0 0 90px; } }
  @media screen and (max-width: 767px) {
    .aui #content .partners-carousel-wrapper .partners .partners-carousel {
      margin: 35px 0 0px;
      padding: 0 0 90px; } }
  .aui #content .partners-carousel-wrapper .partners .partners-carousel .carousel .carousel-content .carousel-item {
    width: 100%;
    text-align: center;
    height: 40px;
    padding: 0px 70px;
    background: #fff; }
    @media screen and (max-width: 767px) {
      .aui #content .partners-carousel-wrapper .partners .partners-carousel .carousel .carousel-content .carousel-item {
        padding: 0; } }
    .aui #content .partners-carousel-wrapper .partners .partners-carousel .carousel .carousel-content .carousel-item .carousel-item-img-wrapper {
      float: left;
      width: 20%; }
      @media screen and (max-width: 979px) {
        .aui #content .partners-carousel-wrapper .partners .partners-carousel .carousel .carousel-content .carousel-item .carousel-item-img-wrapper {
          width: 33.3333%; } }
      @media screen and (max-width: 480px) {
        .aui #content .partners-carousel-wrapper .partners .partners-carousel .carousel .carousel-content .carousel-item .carousel-item-img-wrapper {
          width: 50%;
          padding: 0 8px; } }
      .aui #content .partners-carousel-wrapper .partners .partners-carousel .carousel .carousel-content .carousel-item .carousel-item-img-wrapper a img {
        max-height: 40px; }
  .aui #content .partners-carousel-wrapper .partners .partners-carousel .partners-carousel-controls .partners-carousel-menu {
    position: absolute;
    top: 85px;
    width: 100%; }
    .aui #content .partners-carousel-wrapper .partners .partners-carousel .partners-carousel-controls .partners-carousel-menu menu {
      margin: 0;
      padding: 0; }
      .aui #content .partners-carousel-wrapper .partners .partners-carousel .partners-carousel-controls .partners-carousel-menu menu .step-buttons {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0; }
        @media screen and (max-width: 767px) {
          .aui #content .partners-carousel-wrapper .partners .partners-carousel .partners-carousel-controls .partners-carousel-menu menu .step-buttons {
            display: none; } }
        .aui #content .partners-carousel-wrapper .partners .partners-carousel .partners-carousel-controls .partners-carousel-menu menu .step-buttons .prev-button,
        .aui #content .partners-carousel-wrapper .partners .partners-carousel .partners-carousel-controls .partners-carousel-menu menu .step-buttons .next-button {
          position: absolute;
          top: -85px;
          z-index: 10;
          width: 40px;
          height: 40px;
          background: #f5f1e9;
          line-height: 42px;
          text-align: center;
          color: #cac7c6;
          text-decoration: none;
          transition: color .3s ease-in-out;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%;
          border-radius: 100%; }
          .aui #content .partners-carousel-wrapper .partners .partners-carousel .partners-carousel-controls .partners-carousel-menu menu .step-buttons .prev-button:hover,
          .aui #content .partners-carousel-wrapper .partners .partners-carousel .partners-carousel-controls .partners-carousel-menu menu .step-buttons .next-button:hover {
            color: #ac0040; }
        .aui #content .partners-carousel-wrapper .partners .partners-carousel .partners-carousel-controls .partners-carousel-menu menu .step-buttons .prev-button {
          left: 0; }
        .aui #content .partners-carousel-wrapper .partners .partners-carousel .partners-carousel-controls .partners-carousel-menu menu .step-buttons .next-button {
          right: 0; }
      .aui #content .partners-carousel-wrapper .partners .partners-carousel .partners-carousel-controls .partners-carousel-menu menu .pages {
        display: block;
        width: 100%;
        text-align: center;
        height: 5px;
        margin-top: -5px;
        position: relative;
        z-index: 4; }
        .aui #content .partners-carousel-wrapper .partners .partners-carousel .partners-carousel-controls .partners-carousel-menu menu .pages ul {
          list-style-type: none;
          margin: 0;
          padding: 0; }
          .aui #content .partners-carousel-wrapper .partners .partners-carousel .partners-carousel-controls .partners-carousel-menu menu .pages ul li {
            display: inline-block; }
            .aui #content .partners-carousel-wrapper .partners .partners-carousel .partners-carousel-controls .partners-carousel-menu menu .pages ul li .carousel-menu-item {
              width: 5px;
              height: 5px;
              background: none;
              border: 1px solid #ac0040;
              -webkit-border-radius: 100%;
              -moz-border-radius: 100%;
              -ms-border-radius: 100%;
              -o-border-radius: 100%;
              border-radius: 100%; }
              .aui #content .partners-carousel-wrapper .partners .partners-carousel .partners-carousel-controls .partners-carousel-menu menu .pages ul li .carousel-menu-item.carousel-menu-active {
                background: #ac0040; }
        @media screen and (max-width: 767px) {
          .aui #content .partners-carousel-wrapper .partners .partners-carousel .partners-carousel-controls .partners-carousel-menu menu .pages {
            margin-top: -25px;
            height: 40px; } }

.aui #content .vigado-floor-wrapper {
  background-image: url(../images/location-list-background.jpg);
  background-color: #ece4d1;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center 0;
  padding-bottom: 100px; }
  @media screen and (min-width: 767px) {
    .aui #content .vigado-floor-wrapper {
      padding-top: 40px; } }
  @media screen and (max-width: 767px) {
    .aui #content .vigado-floor-wrapper {
      background-image: url(../images/location-list-background-tablet.jpg);
      padding-bottom: 70px;
      margin-bottom: -40px; } }
  @media screen and (max-width: 480px) {
    .aui #content .vigado-floor-wrapper {
      background-image: url(../images/location-list-background-mobile.jpg);
      background-size: 100%;
      padding-bottom: 50px;
      margin-bottom: -40px; } }
  @media screen and (max-width: 767px) {
    .aui #content .vigado-floor-wrapper .inner-container > div[class*="span"] {
      display: block;
      width: 100%;
      float: none;
      margin: 0; } }
  @media screen and (max-width: 767px) {
    .aui #content .vigado-floor-wrapper .nav-menu {
      margin: 40px 0px; } }
  @media screen and (max-width: 480px) {
    .aui #content .vigado-floor-wrapper .nav-menu {
      margin: 20px 0px; } }
  .aui #content .vigado-floor-wrapper .nav-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative; }
    @media screen and (max-width: 767px) {
      .aui #content .vigado-floor-wrapper .nav-menu ul {
        max-width: 350px;
        min-width: 280px;
        margin: 0 auto;
        padding-top: 40px;
        padding-bottom: 1px;
        overflow: hidden;
        z-index: 1;
        -moz-border-radius-bottomleft: 20px;
        -webkit-border-bottom-left-radius: 20px;
        border-bottom-left-radius: 20px;
        -moz-border-radius-bottomright: 20px;
        -webkit-border-bottom-right-radius: 20px;
        border-bottom-right-radius: 20px; } }
    .aui #content .vigado-floor-wrapper .nav-menu ul li {
      padding: 0px 50px 0px 30px;
      border-bottom: 1px solid #cec4bb;
      position: relative; }
      .aui #content .vigado-floor-wrapper .nav-menu ul li:after {
        content: "\e907";
        display: block;
        position: absolute;
        right: 30px;
        top: 50%;
        color: #3e2723;
        font-size: 10px;
        transition: all .3s ease-in-out;
        transform: translateY(-50%); }
      @media screen and (max-width: 767px) {
        .aui #content .vigado-floor-wrapper .nav-menu ul li {
          display: none;
          padding: 0;
          border: 0; }
          .aui #content .vigado-floor-wrapper .nav-menu ul li:after {
            display: none; } }
      .aui #content .vigado-floor-wrapper .nav-menu ul li a {
        height: 60px;
        padding: 15px 0px;
        font-size: 13px;
        font-weight: 600;
        color: #3e2723;
        line-height: 1.5;
        display: table-cell;
        vertical-align: middle;
        text-transform: uppercase;
        transition: color .3s ease-in-out;
        text-decoration: none; }
        .aui #content .vigado-floor-wrapper .nav-menu ul li a:hover {
          color: #ac0040; }
        @media screen and (max-width: 767px) {
          .aui #content .vigado-floor-wrapper .nav-menu ul li a {
            height: auto;
            padding: 10px 20px;
            font-size: 13px;
            background: #fff;
            width: 100%;
            display: block;
            text-transform: none; } }
      @media screen and (max-width: 767px) {
        .aui #content .vigado-floor-wrapper .nav-menu ul li.selected {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          display: block; } }
      .aui #content .vigado-floor-wrapper .nav-menu ul li.selected a {
        color: #ac0040; }
        @media screen and (max-width: 767px) {
          .aui #content .vigado-floor-wrapper .nav-menu ul li.selected a {
            display: block;
            width: auto;
            height: 40px;
            background-color: #fff;
            color: #3e2723;
            padding: 0px 40px 0px 20px;
            line-height: 40px;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            box-shadow: #000 0 2px 5px -3px;
            -webkit-highlight: none;
            -webkit-tap-highlight-color: transparent;
            position: relative;
            -webkit-border-radius: 40px;
            -moz-border-radius: 40px;
            -ms-border-radius: 40px;
            -o-border-radius: 40px;
            border-radius: 40px; }
            .aui #content .vigado-floor-wrapper .nav-menu ul li.selected a:after {
              content: "\e905";
              display: block;
              position: absolute;
              right: 18px;
              top: 18px;
              color: #ac0040;
              font-size: 7px;
              transform: rotate(0deg);
              transition: all .3s ease-in-out;
              z-index: 2; } }
      .aui #content .vigado-floor-wrapper .nav-menu ul li:last-child {
        border-bottom: 0; }
      .aui #content .vigado-floor-wrapper .nav-menu ul li:hover:after {
        color: #ac0040; }
    .aui #content .vigado-floor-wrapper .nav-menu ul.vshow {
      overflow: hidden;
      padding: 0; }
      @media screen and (max-width: 767px) {
        .aui #content .vigado-floor-wrapper .nav-menu ul.vshow {
          padding-top: 40px; } }
      .aui #content .vigado-floor-wrapper .nav-menu ul.vshow li {
        display: block; }
        @media screen and (max-width: 767px) {
          .aui #content .vigado-floor-wrapper .nav-menu ul.vshow li.selected a {
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            -ms-border-radius: 0px;
            -o-border-radius: 0px;
            border-radius: 0px;
            -moz-border-radius-topleft: 20px;
            -webkit-border-top-left-radius: 20px;
            border-top-left-radius: 20px;
            -moz-border-radius-topright: 20px;
            -webkit-border-top-right-radius: 20px;
            border-top-right-radius: 20px;
            box-shadow: none;
            border-bottom: 0;
            background-color: #f9f8f6; }
            .aui #content .vigado-floor-wrapper .nav-menu ul.vshow li.selected a:after {
              transform: rotate(180deg); } }
  .aui #content .vigado-floor-wrapper .conference-room .image-wrapper {
    height: 280px;
    overflow: hidden;
    position: relative;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px; }
    @media screen and (max-width: 767px) {
      .aui #content .vigado-floor-wrapper .conference-room .image-wrapper {
        height: 260px; } }
    @media screen and (max-width: 480px) {
      .aui #content .vigado-floor-wrapper .conference-room .image-wrapper {
        height: auto;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px; } }
    .aui #content .vigado-floor-wrapper .conference-room .image-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
      @media screen and (max-width: 480px) {
        .aui #content .vigado-floor-wrapper .conference-room .image-wrapper img {
          max-height: 90px; } }
    .aui #content .vigado-floor-wrapper .conference-room .image-wrapper .title {
      position: absolute;
      left: 100px;
      bottom: 25px; }
      @media screen and (max-width: 767px) {
        .aui #content .vigado-floor-wrapper .conference-room .image-wrapper .title {
          left: 60px; } }
      @media screen and (max-width: 480px) {
        .aui #content .vigado-floor-wrapper .conference-room .image-wrapper .title {
          position: inherit;
          padding: 0px 20px;
          background-color: #fff;
          top: 0;
          left: 0; } }
      .aui #content .vigado-floor-wrapper .conference-room .image-wrapper .title h2 {
        font-size: 32px;
        color: #fff;
        font-weight: 600; }
        @media screen and (max-width: 480px) {
          .aui #content .vigado-floor-wrapper .conference-room .image-wrapper .title h2 {
            color: #6d4c41;
            font-size: 18px;
            margin: 0; } }
  .aui #content .vigado-floor-wrapper .conference-room .lead {
    padding: 35px 100px;
    background-color: #f9f7f4;
    font-size: 14px;
    color: #3e2723;
    line-height: 1.5;
    font-weight: 400;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .aui #content .vigado-floor-wrapper .conference-room .lead {
        padding: 35px 45px;
        line-height: 1.8; } }
    @media screen and (max-width: 480px) {
      .aui #content .vigado-floor-wrapper .conference-room .lead {
        padding: 15px 18px;
        line-height: 2; } }
  .aui #content .vigado-floor-wrapper .conference-room .content-wrapper {
    padding: 20px 100px;
    background-color: #fff; }
    @media screen and (max-width: 767px) {
      .aui #content .vigado-floor-wrapper .conference-room .content-wrapper {
        padding: 20px 60px; } }
    @media screen and (max-width: 480px) {
      .aui #content .vigado-floor-wrapper .conference-room .content-wrapper {
        padding: 15px 18px; } }
    .aui #content .vigado-floor-wrapper .conference-room .content-wrapper h1, .aui #content .vigado-floor-wrapper .conference-room .content-wrapper h2, .aui #content .vigado-floor-wrapper .conference-room .content-wrapper h3 {
      font-size: 18px;
      color: #ac0040;
      margin-bottom: 10px;
      line-height: 1.4; }
    .aui #content .vigado-floor-wrapper .conference-room .content-wrapper table {
      width: 100% !important; }
      .aui #content .vigado-floor-wrapper .conference-room .content-wrapper table tr {
        border-bottom: 2px solid #9d8069; }
        @media screen and (max-width: 480px) {
          .aui #content .vigado-floor-wrapper .conference-room .content-wrapper table tr {
            border-bottom: 2px solid #e1d9d2;
            padding: 8px 0;
            display: block; } }
        .aui #content .vigado-floor-wrapper .conference-room .content-wrapper table tr td {
          padding: 10px 20px;
          width: 50%;
          color: #3e2723; }
          @media screen and (max-width: 480px) {
            .aui #content .vigado-floor-wrapper .conference-room .content-wrapper table tr td {
              padding: 0px;
              width: 100%;
              color: #3e2723;
              display: block; } }
  .aui #content .vigado-floor-wrapper .location-listing-portlet {
    background-color: #fff;
    padding: 0 50px 35px; }
    @media screen and (max-width: 767px) {
      .aui #content .vigado-floor-wrapper .location-listing-portlet {
        padding: 0 60px 50px;
        -moz-border-radius-bottomleft: 15px;
        -webkit-border-bottom-left-radius: 15px;
        border-bottom-left-radius: 15px; } }
    @media screen and (max-width: 480px) {
      .aui #content .vigado-floor-wrapper .location-listing-portlet {
        padding: 0 20px 10px; } }
  @media screen and (min-width: 480px) {
    .aui #content .vigado-floor-wrapper .location-list-locations {
      margin-left: -0.5%;
      margin-right: -0.5%; }
      .aui #content .vigado-floor-wrapper .location-list-locations > .row-fluid {
        margin-bottom: 1%; }
        .aui #content .vigado-floor-wrapper .location-list-locations > .row-fluid > .span6 {
          float: left;
          width: 49%;
          margin-left: 0.5%;
          margin-right: 0.5%; }
        .aui #content .vigado-floor-wrapper .location-list-locations > .row-fluid:last-child {
          margin-bottom: 0; } }
  .aui #content .vigado-floor-wrapper .location-list-locations .list-location {
    display: block;
    height: 215px;
    width: 100%;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .aui #content .vigado-floor-wrapper .location-list-locations .list-location {
        height: 162px; } }
    @media screen and (max-width: 480px) {
      .aui #content .vigado-floor-wrapper .location-list-locations .list-location {
        height: 134px;
        margin-bottom: 10px; } }
    .aui #content .vigado-floor-wrapper .location-list-locations .list-location .image {
      width: 100%;
      height: 100%; }
      .aui #content .vigado-floor-wrapper .location-list-locations .list-location .image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        transform: scale(1.05); }
      .aui #content .vigado-floor-wrapper .location-list-locations .list-location .image:after {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
        /* IE6-9 */ }
    .aui #content .vigado-floor-wrapper .location-list-locations .list-location .content {
      position: absolute;
      bottom: 0px;
      left: 0;
      padding: 0 30px 20px;
      transform: translateY(40px);
      transition: all .3s ease-in-out;
      z-index: 1; }
      .aui #content .vigado-floor-wrapper .location-list-locations .list-location .content .title {
        display: block;
        font-size: 18px;
        color: #fff;
        font-weight: 500;
        margin-bottom: 10px;
        line-height: 1.5; }
      .aui #content .vigado-floor-wrapper .location-list-locations .list-location .content .more {
        font-size: 13px;
        color: #fff; }
        .aui #content .vigado-floor-wrapper .location-list-locations .list-location .content .more i {
          font-size: 10px;
          margin-left: 5px; }
    .aui #content .vigado-floor-wrapper .location-list-locations .list-location:hover .image img {
      -webkit-filter: blur(5px);
      filter: url(#SVGBlur);
      filter: blur(5px); }
    .aui #content .vigado-floor-wrapper .location-list-locations .list-location:hover .content {
      transform: translateY(0%); }

.aui #content .location-top-wrapper {
  display: block;
  height: 220px;
  background-image: url(../images/site-title-background.jpg);
  position: relative; }
  @media screen and (max-width: 979px) {
    .aui #content .location-top-wrapper {
      height: 110px;
      background-image: url(../images/site-title-background-tablet.jpg); } }
  @media screen and (max-width: 480px) {
    .aui #content .location-top-wrapper {
      height: 60px;
      background-image: url(../images/site-title-background-mobile.jpg); } }
.aui #content .location-wrapper {
  background-image: url(../images/program-list-detailed-background.jpg);
  background-size: auto;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center -150px;
  padding-bottom: 100px; }
  @media screen and (max-width: 979px) {
    .aui #content .location-wrapper {
      background-image: url(../images/news-detailed-background-mobile.jpg);
      background-position: 0 0;
      background-size: 100% 100%;
      padding: 0; } }
  .aui #content .location-wrapper .location-inner .location-header {
    position: relative;
    margin-top: -190px;
    overflow: hidden;
    height: 540px;
    -moz-border-radius-topright: 15px;
    -webkit-border-top-right-radius: 15px;
    border-top-right-radius: 15px; }
    @media screen and (max-width: 979px) {
      .aui #content .location-wrapper .location-inner .location-header {
        margin-top: -90px;
        height: 330px; } }
    @media screen and (max-width: 480px) {
      .aui #content .location-wrapper .location-inner .location-header {
        margin-top: -40px;
        height: 130px; } }
    .aui #content .location-wrapper .location-inner .location-header .location-image {
      object-fit: cover;
      width: 100%;
      height: 100%; }
    .aui #content .location-wrapper .location-inner .location-header .location-header-content {
      position: absolute;
      bottom: 20px;
      left: 50px;
      color: #fff;
      z-index: 1; }
      @media screen and (max-width: 480px) {
        .aui #content .location-wrapper .location-inner .location-header .location-header-content {
          display: none; } }
      .aui #content .location-wrapper .location-inner .location-header .location-header-content .floor {
        font-size: 18px;
        font-weight: 600; }
      .aui #content .location-wrapper .location-inner .location-header .location-header-content .title {
        font-size: 32px;
        font-weight: 600; }
    .aui #content .location-wrapper .location-inner .location-header:after {
      content: ' ';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
      /* IE6-9 */ }
  .aui #content .location-wrapper .location-inner .location-header-content-mobile {
    display: none;
    background: #fff;
    padding: 20px 20px 10px;
    border-bottom: 1px solid #ebe6e1; }
    @media screen and (max-width: 480px) {
      .aui #content .location-wrapper .location-inner .location-header-content-mobile {
        display: block; } }
    .aui #content .location-wrapper .location-inner .location-header-content-mobile .floor {
      font-size: 14px;
      color: #ac0340;
      margin-bottom: -10px;
      font-weight: 600; }
    .aui #content .location-wrapper .location-inner .location-header-content-mobile .title {
      font-size: 24px;
      color: #ac0340;
      font-weight: 600; }
  @media screen and (max-width: 767px) {
    .aui #content .location-wrapper .location-inner .news-content,
    .aui #content .location-wrapper .location-inner .location-right-column {
      width: 100%;
      display: block;
      float: none;
      margin: 0; } }
@media screen and (max-width: 767px) {
  .aui #content .location-listing-portlet .location-more-locations {
    margin-left: -1%;
    margin-right: -1%;
    padding-bottom: 30px; } }
@media screen and (max-width: 480px) {
  .aui #content .location-listing-portlet .location-more-locations {
    margin: 0; } }
.aui #content .location-listing-portlet .location-more-locations h3.title {
  font-size: 20px;
  color: #ac0040;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 15px;
  margin-left: 1%; }
.aui #content .location-listing-portlet .location-more-locations .more-location {
  display: block;
  height: 110px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 1px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: #000 0px 0px 10px -4px; }
  .aui #content .location-listing-portlet .location-more-locations .more-location:first-of-type {
    -moz-border-radius-topright: 15px;
    -webkit-border-top-right-radius: 15px;
    border-top-right-radius: 15px; }
  .aui #content .location-listing-portlet .location-more-locations .more-location .image {
    height: 100%;
    float: left;
    width: 55%;
    position: relative; }
    .aui #content .location-listing-portlet .location-more-locations .more-location .image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    @media screen and (max-width: 979px) {
      .aui #content .location-listing-portlet .location-more-locations .more-location .image {
        height: 150px;
        width: 40%; } }
    @media screen and (max-width: 767px) {
      .aui #content .location-listing-portlet .location-more-locations .more-location .image {
        float: none;
        width: 100%; } }
    .aui #content .location-listing-portlet .location-more-locations .more-location .image:after {
      content: '\e90a';
      display: block;
      position: absolute;
      color: #fff;
      width: 10px;
      height: 40px;
      /* background: red; */
      right: -16px;
      font-size: 10px;
      z-index: 1;
      top: 40px;
      transform: rotate(-90deg); }
      @media screen and (max-width: 767px) {
        .aui #content .location-listing-portlet .location-more-locations .more-location .image:after {
          font-size: 10px;
          z-index: 1;
          top: initial;
          right: initial;
          left: 20px;
          bottom: -31px;
          transform: rotate(0deg); } }
  .aui #content .location-listing-portlet .location-more-locations .more-location .content {
    float: left;
    width: 45%;
    padding: 15px 25px;
    height: 100%;
    position: relative;
    word-break: break-word; }
    @media screen and (max-width: 979px) {
      .aui #content .location-listing-portlet .location-more-locations .more-location .content {
        width: 60%;
        height: 150px;
        padding: 25px 34px; } }
    @media screen and (max-width: 767px) {
      .aui #content .location-listing-portlet .location-more-locations .more-location .content {
        float: none;
        width: 100%;
        height: auto;
        padding: 20px 20px 15px; } }
    .aui #content .location-listing-portlet .location-more-locations .more-location .content .title {
      font-size: 15px;
      font-weight: 600;
      margin-top: 0;
      margin-bottom: 15px;
      display: block;
      line-height: 1.4;
      color: #3e2723;
      text-transform: none; }
      @media screen and (max-width: 979px) {
        .aui #content .location-listing-portlet .location-more-locations .more-location .content .title {
          font-size: 20px; } }
      @media screen and (max-width: 767px) {
        .aui #content .location-listing-portlet .location-more-locations .more-location .content .title {
          font-size: 16px; } }
    .aui #content .location-listing-portlet .location-more-locations .more-location .content:after {
      content: ' ';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 30px;
      background: #fff; }
    .aui #content .location-listing-portlet .location-more-locations .more-location .content i {
      font-size: 10px;
      color: #e3dad2;
      position: absolute;
      bottom: 15px;
      left: 25px;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .aui #content .location-listing-portlet .location-more-locations .more-location .content i {
          top: 25px;
          right: 30px;
          bottom: initial;
          left: initial;
          display: block !important; } }
  .aui #content .location-listing-portlet .location-more-locations .more-location:hover {
    text-decoration: none; }
  @media screen and (max-width: 979px) {
    .aui #content .location-listing-portlet .location-more-locations .more-location {
      height: 150px;
      margin-bottom: 10px;
      -moz-border-radius-topright: 15px;
      -webkit-border-top-right-radius: 15px;
      border-top-right-radius: 15px;
      -moz-border-radius-bottomleft: 15px;
      -webkit-border-bottom-left-radius: 15px;
      border-bottom-left-radius: 15px; } }
  @media screen and (max-width: 767px) {
    .aui #content .location-listing-portlet .location-more-locations .more-location {
      height: auto;
      margin-bottom: 20px;
      float: left;
      width: 48%;
      margin: 1%; } }
  @media screen and (max-width: 480px) {
    .aui #content .location-listing-portlet .location-more-locations .more-location {
      float: none;
      width: 100%;
      margin: 0;
      margin-bottom: 20px;
      box-shadow: none; } }
.aui #content .location-listing-portlet .location-more-locations .all-locations {
  margin-top: 20px; }
  .aui #content .location-listing-portlet .location-more-locations .all-locations a {
    display: inline-block;
    margin: 0 auto 30px;
    padding: 5px 52px 5px 20px;
    background-color: #b30041;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    height: 40px;
    line-height: 32px;
    border-radius: 40px;
    text-decoration: none;
    position: relative;
    width: auto; }
    @media screen and (max-width: 767px) {
      .aui #content .location-listing-portlet .location-more-locations .all-locations a {
        display: none; } }
    .aui #content .location-listing-portlet .location-more-locations .all-locations a i {
      position: absolute;
      right: 22px;
      top: 15px;
      font-size: 10px; }
  @media screen and (min-width: 767px) and (max-width: 979px) {
    .aui #content .location-listing-portlet .location-more-locations .all-locations {
      text-align: center; } }
  @media screen and (max-width: 480px) {
    .aui #content .location-listing-portlet .location-more-locations .all-locations {
      display: none; } }
.aui #content .location-listing-portlet .location-more-locations:after {
  content: ' ';
  display: block;
  clear: both; }
.aui #content .location-programs-portlet {
  position: relative;
  background-image: url(../images/event-page-background.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 100px 0 40px 0;
  height: 760px;
  margin-top: -80px;
  margin-bottom: -70px;
  z-index: 1; }
  @media screen and (max-width: 979px) {
    .aui #content .location-programs-portlet {
      background-image: url(../images/event-page-background-tablet.png);
      height: auto;
      margin: 0;
      padding: 50px 0px 40px 0px; } }
  @media screen and (max-width: 480px) {
    .aui #content .location-programs-portlet {
      background-image: url(../images/event-page-background-mobile.png); } }
  .aui #content .location-programs-portlet .location-programs-wrapper .location-programs-title {
    font-size: 26px;
    color: #6d4c41;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px; }
    @media screen and (max-width: 480px) {
      .aui #content .location-programs-portlet .location-programs-wrapper .location-programs-title {
        margin-top: 10px;
        margin-bottom: 10px; } }
  .aui #content .location-programs-portlet .location-programs-wrapper a.more-programs {
    font-size: 13px;
    text-align: center;
    display: block;
    color: #6e4e42;
    text-decoration: none;
    font-weight: 600;
    margin-top: 10px; }
    @media screen and (max-width: 979px) {
      .aui #content .location-programs-portlet .location-programs-wrapper a.more-programs {
        margin-top: 30px; } }
    @media screen and (max-width: 480px) {
      .aui #content .location-programs-portlet .location-programs-wrapper a.more-programs {
        margin-top: 10px;
        margin-bottom: 10px; } }
    .aui #content .location-programs-portlet .location-programs-wrapper a.more-programs i {
      margin-left: 10px; }

.aui #content .filter-control {
  position: relative;
  height: 95px;
  margin-bottom: -95px;
  z-index: 1;
  padding-top: 30px; }
  @media screen and (max-width: 767px) {
    .aui #content .filter-control {
      padding-top: 40px; } }
  .aui #content .filter-control .nav-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative; }
    @media screen and (max-width: 767px) {
      .aui #content .filter-control .nav-menu ul {
        max-width: 350px;
        min-width: 280px;
        margin: 0 auto;
        padding-top: 40px;
        padding-bottom: 1px;
        overflow: hidden;
        z-index: 1;
        -moz-border-radius-bottomleft: 20px;
        -webkit-border-bottom-left-radius: 20px;
        border-bottom-left-radius: 20px;
        -moz-border-radius-bottomright: 20px;
        -webkit-border-bottom-right-radius: 20px;
        border-bottom-right-radius: 20px; } }
    .aui #content .filter-control .nav-menu ul li {
      position: relative;
      display: inline-block;
      margin-right: 30px; }
      @media screen and (max-width: 767px) {
        .aui #content .filter-control .nav-menu ul li {
          display: none;
          padding: 0;
          border: 0;
          margin: 0; }
          .aui #content .filter-control .nav-menu ul li:after {
            display: none; } }
      .aui #content .filter-control .nav-menu ul li a {
        height: 35px;
        background-color: #fff;
        padding: 0px 25px;
        font-size: 13px;
        font-weight: 600;
        color: #3e2723;
        line-height: 1.5;
        display: table-cell;
        vertical-align: middle;
        transition: all .3s ease-in-out;
        text-decoration: none;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        -ms-border-radius: 35px;
        -o-border-radius: 35px;
        border-radius: 35px; }
        .aui #content .filter-control .nav-menu ul li a:hover {
          color: #fff;
          background-color: #ac0040; }
        @media screen and (max-width: 767px) {
          .aui #content .filter-control .nav-menu ul li a {
            height: auto;
            padding: 10px 20px;
            font-size: 13px;
            background: #fff;
            width: 100%;
            display: block;
            text-transform: none;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            -ms-border-radius: 0px;
            -o-border-radius: 0px;
            border-radius: 0px; } }
      @media screen and (max-width: 767px) {
        .aui #content .filter-control .nav-menu ul li.selected {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          display: block; } }
      .aui #content .filter-control .nav-menu ul li.selected a {
        color: #fff;
        background-color: #ac0040; }
        @media screen and (max-width: 767px) {
          .aui #content .filter-control .nav-menu ul li.selected a {
            display: block;
            width: auto;
            height: 40px;
            background-color: #fff;
            color: #3e2723;
            padding: 0px 40px 0px 20px;
            line-height: 40px;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            box-shadow: #000 0 2px 5px -3px;
            -webkit-highlight: none;
            -webkit-tap-highlight-color: transparent;
            position: relative;
            -webkit-border-radius: 40px;
            -moz-border-radius: 40px;
            -ms-border-radius: 40px;
            -o-border-radius: 40px;
            border-radius: 40px; }
            .aui #content .filter-control .nav-menu ul li.selected a:after {
              content: "\e905";
              display: block;
              position: absolute;
              right: 18px;
              top: 18px;
              color: #ac0040;
              font-size: 7px;
              transform: rotate(0deg);
              transition: all .3s ease-in-out;
              z-index: 2; } }
      .aui #content .filter-control .nav-menu ul li:last-child {
        border-bottom: 0; }
      .aui #content .filter-control .nav-menu ul li:hover:after {
        color: #ac0040; }
    .aui #content .filter-control .nav-menu ul.vshow {
      overflow: hidden;
      padding: 0; }
      @media screen and (max-width: 767px) {
        .aui #content .filter-control .nav-menu ul.vshow {
          padding-top: 40px; } }
      .aui #content .filter-control .nav-menu ul.vshow li {
        display: block; }
        @media screen and (max-width: 767px) {
          .aui #content .filter-control .nav-menu ul.vshow li.selected a {
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            -ms-border-radius: 0px;
            -o-border-radius: 0px;
            border-radius: 0px;
            -moz-border-radius-topleft: 20px;
            -webkit-border-top-left-radius: 20px;
            border-top-left-radius: 20px;
            -moz-border-radius-topright: 20px;
            -webkit-border-top-right-radius: 20px;
            border-top-right-radius: 20px;
            box-shadow: none;
            border-bottom: 0;
            background-color: #f9f8f6; }
            .aui #content .filter-control .nav-menu ul.vshow li.selected a:after {
              transform: rotate(180deg); } }
.aui #content .service-list-wrapper {
  padding: 140px 0 50px;
  background-image: url(../images/location-list-background.jpg);
  background-color: #ece4d1;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center 0; }
  @media screen and (max-width: 979px) {
    .aui #content .service-list-wrapper {
      padding: 120px 0 50px;
      background-image: url(../images/news-detailed-background-tablet.jpg);
      background-position: 0px -190px;
      background-size: 100% auto;
      background-color: #fff;
      margin-bottom: -60px; } }
  @media screen and (max-width: 767px) {
    .aui #content .service-list-wrapper {
      background-image: url(../images/service-list-background-mobile.jpg);
      background-position: 0 0;
      background-size: 100% 100%;
      background-color: #fff;
      margin-bottom: -40px; } }
  .aui #content .service-list-wrapper .service-list .service-list-item {
    font-size: 18px;
    color: #6d4c41;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: color .5s ease-in-out;
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 80px; }
    @media screen and (max-width: 979px) {
      .aui #content .service-list-wrapper .service-list .service-list-item {
        font-size: 15px;
        letter-spacing: 0;
        margin-bottom: 40px; } }
    .aui #content .service-list-wrapper .service-list .service-list-item .image-wrapper img {
      width: 150px;
      height: auto; }
    .aui #content .service-list-wrapper .service-list .service-list-item .image-wrapper .image {
      display: block;
      margin: 0px auto 25px; }
    .aui #content .service-list-wrapper .service-list .service-list-item .image-wrapper .image-hover {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      transition: opacity .3s ease-in-out; }
    .aui #content .service-list-wrapper .service-list .service-list-item .image-wrapper:hover .image-hover {
      opacity: 1; }
    .aui #content .service-list-wrapper .service-list .service-list-item .title i {
      color: #fff;
      background-color: #ac0040;
      width: 16px;
      height: 16px;
      display: inline-block;
      font-size: 8px;
      line-height: 16px;
      border-radius: 100%;
      text-align: center;
      margin: 0;
      padding-left: 2px;
      position: relative;
      top: -2px;
      margin-left: 5px; }
    .aui #content .service-list-wrapper .service-list .service-list-item:hover {
      color: #ac0040; }
.aui #content .wjcd-paginator-container .wjcd-paginator-link {
  border: 2px solid #f5f1e9; }
  .aui #content .wjcd-paginator-container .wjcd-paginator-link:hover {
    background-color: #f5f1e9;
    border: 2px solid #f5f1e9; }
  @media screen and (max-width: 979px) {
    .aui #content .wjcd-paginator-container .wjcd-paginator-link {
      background-color: #f5f1e9; } }
  .aui #content .wjcd-paginator-container .wjcd-paginator-link.wjcd-paginator-prev-link, .aui #content .wjcd-paginator-container .wjcd-paginator-link.wjcd-paginator-next-link {
    border: 2px solid #f5f1e9; }
    .aui #content .wjcd-paginator-container .wjcd-paginator-link.wjcd-paginator-prev-link:before, .aui #content .wjcd-paginator-container .wjcd-paginator-link.wjcd-paginator-next-link:before {
      background-color: #f5f1e9; }
  .aui #content .wjcd-paginator-container .wjcd-paginator-link.wjcd-paginator-current-page {
    background-color: #f5f1e9; }

.aui #content .vigado-service-background {
  background-image: url(../images/news-detailed-background.jpg);
  background-size: auto;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 0 -300px; }
  @media screen and (max-width: 979px) {
    .aui #content .vigado-service-background {
      background-image: url(../images/news-detailed-background-tablet.jpg);
      background-position: 0 0;
      background-size: 100% 100%; } }
  @media screen and (max-width: 767px) {
    .aui #content .vigado-service-background {
      background-image: url(../images/news-detailed-background-mobile.jpg);
      background-position: 0 0;
      background-size: 100% 100%; } }
.aui #content .service .service-inner {
  margin-top: -70px; }
  @media screen and (max-width: 979px) {
    .aui #content .service .service-inner {
      margin-top: -40px; } }
  @media screen and (max-width: 480px) {
    .aui #content .service .service-inner {
      margin-top: -20px; } }

.aui #content .newest-programs {
  background-image: url(../images/location-list-background.jpg);
  background-color: #ece4d1;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center 0;
  padding: 110px 0px 70px;
  margin-bottom: -70px; }
  @media screen and (max-width: 767px) {
    .aui #content .newest-programs {
      background-image: url(../images/location-list-background-tablet.jpg);
      padding: 70px 0px 70px;
      margin-bottom: -30px; } }
  @media screen and (max-width: 480px) {
    .aui #content .newest-programs {
      background-image: url(../images/location-list-background-mobile.jpg);
      background-size: 100%;
      margin-bottom: -60px; } }
@media screen and (max-width: 767px) {
  .aui #content .program-manual-listing-portlet {
    margin-bottom: 70px; } }
@media screen and (max-width: 480px) {
  .aui #content .program-manual-listing-portlet {
    margin-bottom: 50px; } }
.aui #content .program-manual-listing-portlet .program-item {
  height: 260px;
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  cursor: default; }
  @media screen and (max-width: 767px) {
    .aui #content .program-manual-listing-portlet .program-item {
      height: 220px;
      margin-bottom: 20px;
      -moz-border-radius-topright: 0px;
      -webkit-border-top-right-radius: 0px;
      border-top-right-radius: 0px; } }
  @media screen and (max-width: 480px) {
    .aui #content .program-manual-listing-portlet .program-item {
      height: auto;
      margin-bottom: 10px;
      -moz-border-radius-topright: 20px;
      -webkit-border-top-right-radius: 20px;
      border-top-right-radius: 20px;
      -moz-border-radius-bottomleft: 0px;
      -webkit-border-bottom-left-radius: 0px;
      border-bottom-left-radius: 0px; } }
  @media screen and (max-width: 767px) {
    .aui #content .program-manual-listing-portlet .program-item .image {
      width: 55%; } }
  @media screen and (max-width: 480px) {
    .aui #content .program-manual-listing-portlet .program-item .image {
      width: 100%;
      height: 150px; } }
  .aui #content .program-manual-listing-portlet .program-item .content {
    padding: 30px 30px 0;
    border-bottom: 30px solid #fff; }
    .aui #content .program-manual-listing-portlet .program-item .content > div > i {
      top: 16px; }
    @media screen and (max-width: 767px) {
      .aui #content .program-manual-listing-portlet .program-item .content {
        width: 45%;
        padding: 30px 35px 0px;
        border-bottom: 15px solid #fff; }
        .aui #content .program-manual-listing-portlet .program-item .content > div > i {
          top: 14px; } }
    @media screen and (max-width: 480px) {
      .aui #content .program-manual-listing-portlet .program-item .content {
        width: 100%;
        padding: 25px 20px 10px; }
        .aui #content .program-manual-listing-portlet .program-item .content > div > i {
          position: relative;
          height: auto;
          width: auto;
          top: 0;
          left: 0;
          margin-right: 10px;
          line-height: 1; } }
    .aui #content .program-manual-listing-portlet .program-item .content .title {
      font-size: 14px;
      text-transform: uppercase;
      margin: 0px 0px 15px; }
    .aui #content .program-manual-listing-portlet .program-item .content .link a {
      height: 30px;
      line-height: 28px;
      background-color: #ac0040;
      color: #fff;
      padding: 0 40px 0 15px;
      margin-bottom: 0; }
      .aui #content .program-manual-listing-portlet .program-item .content .link a:hover {
        background-color: #fff;
        color: #ac0040; }
      .aui #content .program-manual-listing-portlet .program-item .content .link a i {
        top: 9px; }
      @media screen and (max-width: 767px) {
        .aui #content .program-manual-listing-portlet .program-item .content .link a {
          height: 40px;
          line-height: 38px;
          padding: 0 70px 0 20px; }
          .aui #content .program-manual-listing-portlet .program-item .content .link a i {
            top: 14px; } }
    .aui #content .program-manual-listing-portlet .program-item .content .lead {
      font-size: 16px;
      color: #3e2723;
      font-weight: 600;
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        .aui #content .program-manual-listing-portlet .program-item .content .lead {
          display: block; } }
.aui #content .program-manual-listing-wrapper > a:first-child,
.aui #content .news-detailed-view-sidebar .header-content > a:first-child {
  font-size: 26px;
  color: #6d4c41;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 40px;
  display: block; }
  @media screen and (max-width: 480px) {
    .aui #content .program-manual-listing-wrapper > a:first-child,
    .aui #content .news-detailed-view-sidebar .header-content > a:first-child {
      margin-bottom: 20px;
      letter-spacing: 1px; } }
  .aui #content .program-manual-listing-wrapper > a:first-child i,
  .aui #content .news-detailed-view-sidebar .header-content > a:first-child i {
    font-size: 10px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 5px;
    color: #b0b0a1;
    text-decoration: none;
    display: inline-block; }

.aui #content .image-gallery-2016-portlet {
  background-image: url(../images/news-list-background.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
  background-color: #efdcbe;
  padding: 100px 0px;
  margin-bottom: -60px; }
  @media screen and (max-width: 767px) {
    .aui #content .image-gallery-2016-portlet {
      padding: 10px 0px 60px; } }
  @media screen and (max-width: 480px) {
    .aui #content .image-gallery-2016-portlet {
      background-image: url(../images/gallery-background-mobile.png);
      background-color: #eedcbd;
      background-size: 100% 100%; } }
  @media screen and (min-width: 767px) {
    .aui #content .image-gallery-2016-portlet .content-pages > .row-fluid {
      margin-bottom: 4%; } }
  .aui #content .image-gallery-2016-portlet .pagination {
    margin: 70px 0px 20px; }
    @media screen and (max-width: 767px) {
      .aui #content .image-gallery-2016-portlet .pagination {
        margin: 20px 0px 20px; } }
    .aui #content .image-gallery-2016-portlet .pagination .pagination-content {
      position: relative;
      left: 50%;
      transform: translateX(-50%); }
.aui #content .gallery-image-icon {
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .aui #content .gallery-image-icon {
      max-width: 280px; } }
  .aui #content .gallery-image-icon .gallery-thumbnail {
    display: block; }
    .aui #content .gallery-image-icon .gallery-thumbnail .gallery-thumbnail-image {
      width: 100%;
      height: auto; }
  .aui #content .gallery-image-icon .gallery-title {
    font-size: 15px;
    color: #6d4c41;
    font-weight: 600;
    text-align: center;
    display: block;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    padding: 0; }
    .aui #content .gallery-image-icon .gallery-title.gallery-title-hover {
      bottom: 0;
      color: #fff;
      opacity: 0;
      transition: all .3s ease-in-out;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .aui #content .gallery-image-icon .gallery-title.gallery-title-hover {
          position: relative;
          left: 0;
          bottom: 0;
          background-color: rgba(0, 0, 0, 0.25);
          border-radius: 0 0 10px 10px;
          opacity: 1; } }
    .aui #content .gallery-image-icon .gallery-title .gallery-title-inner {
      padding: 15px 60px;
      display: table-cell;
      vertical-align: middle;
      height: 90px;
      width: 272px; }
.aui #content .image-viewer-link {
  position: relative;
  display: block; }
  .aui #content .image-viewer-link:hover .gallery-title-hover {
    opacity: 1; }
  .aui #content .image-viewer-link:hover:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5); }
.aui .image-viewer-control {
  background: 0;
  border: 0;
  font-size: 100px;
  filter: alpha(opacity=100);
  opacity: 1;
  top: 50%; }
.aui .image-viewer-close {
  color: #fff;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1; }
.aui .image-gallery-pagination .pagination-control {
  display: none !important; }
.aui .image-gallery-pagination .pagination ul li a,
.aui .image-gallery-pagination .pagination ul li span {
  color: #8e8e8e !important;
  font-size: 14px !important;
  margin-right: 1px;
  background: white !important;
  border: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important; }
.aui .image-gallery-pagination .pagination ul li.active a.image-gallery-pagination-thumb {
  border: 2px solid #ac0040 !important; }

.aui .event-registration-form {
  background-color: #fff;
  padding: 40px;
  min-height: 170px;
  color: #3e2723;
  position: relative;
  margin-bottom: 50px; }
  @media screen and (max-width: 979px) {
    .aui .event-registration-form {
      padding: 30px; } }
  @media screen and (max-width: 767px) {
    .aui .event-registration-form {
      margin-bottom: 20px; } }
  @media screen and (max-width: 480px) {
    .aui .event-registration-form {
      padding: 20px; } }
  .aui .event-registration-form label {
    display: inline; }
  .aui .event-registration-form .captcha-wrapper {
    margin: 20px 0 0 4.3%; }
    @media screen and (max-width: 767px) {
      .aui .event-registration-form .captcha-wrapper {
        margin: 20px 10% 0 0; } }
    @media screen and (max-width: 480px) {
      .aui .event-registration-form .captcha-wrapper {
        margin: 20px 10% 0 0; } }
  .aui .event-registration-form .dataprotect.error::after {
    content: "A mező kitöltése kötelező";
    color: #b50303;
    padding-top: 5px;
    display: block; }
  .aui .event-registration-form .dataprotect.error .checkbox {
    color: #3e2723; }
  .aui .event-registration-form .dataprotect .help-inline {
    display: none; }
  .aui .event-registration-form input[type="text"],
  .aui .event-registration-form select {
    box-shadow: none;
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
    width: 100%;
    display: block;
    position: relative;
    border: 2px solid #cbcac8;
    border-radius: 20px;
    margin-bottom: 20px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    text-align: center;
    font-weight: normal;
    color: #666;
    font-size: 15px; }
  .aui .event-registration-form select {
    outline: none; }
  .aui .event-registration-form button {
    text-shadow: none;
    background-image: none;
    background-repeat: no-repeat;
    box-shadow: none;
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
    transition: all .3s ease-in-out;
    border: 2px solid transparent;
    background-color: #ac0040; }
    .aui .event-registration-form button:hover {
      color: #ac0040;
      text-decoration: none;
      border: 2px solid #ac0040;
      background-color: transparent; }
    .aui .event-registration-form button i {
      position: absolute;
      font-size: 10px;
      padding-left: 45px;
      top: 14px; }
  .aui .event-registration-form #recaptcha_area {
    margin: 0 auto; }
    .aui .event-registration-form #recaptcha_area input[type="text"] {
      height: 32px;
      line-height: 32px;
      display: inline-block; }
  .aui .event-registration-form .info-sources {
    margin-bottom: 25px; }
    .aui .event-registration-form .info-sources .registration-info-source-toggle {
      cursor: pointer;
      width: 100%;
      height: 40px;
      text-align: center;
      color: #cbcac8;
      border-radius: 20px;
      border: 2px solid #cbcac8;
      background-color: #fff;
      padding-top: 8px; }
      .aui .event-registration-form .info-sources .registration-info-source-toggle:after {
        content: "\f067";
        font-family: 'fontawesome-alloy';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        float: right;
        padding-right: 10px;
        padding-top: 3px; }
      .aui .event-registration-form .info-sources .registration-info-source-toggle span {
        color: #999; }
    .aui .event-registration-form .info-sources .source-info-check-boxes {
      margin-top: 25px;
      margin-left: 25px;
      /* Hide the browser's default checkbox */
      /* Create the checkmark/indicator (hidden when not checked) */
      /* Show the checkmark when checked */
      /* Style the checkmark/indicator */ }
      .aui .event-registration-form .info-sources .source-info-check-boxes .container {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
      .aui .event-registration-form .info-sources .source-info-check-boxes .container input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0; }
      .aui .event-registration-form .info-sources .source-info-check-boxes .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 18px;
        width: 18px;
        background-color: #eee; }
      .aui .event-registration-form .info-sources .source-info-check-boxes .container:hover input[type="checkbox"] ~ .checkmark {
        background-color: #eee; }
      .aui .event-registration-form .info-sources .source-info-check-boxes .container input[type="checkbox"]:checked ~ .checkmark {
        background-color: #eee; }
      .aui .event-registration-form .info-sources .source-info-check-boxes .checkmark:after {
        content: "";
        position: absolute;
        display: none; }
      .aui .event-registration-form .info-sources .source-info-check-boxes .container input[type="checkbox"]:checked ~ .checkmark:after {
        display: block; }
      .aui .event-registration-form .info-sources .source-info-check-boxes .container .checkmark:after {
        left: 6px;
        top: 2px;
        width: 5px;
        height: 10px;
        border: solid #ac0040;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }

.aui .vigado-event-registration-portlet div.alert-success {
  margin-bottom: 60px; }

.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 30px 30px 28px;
  z-index: 3;
  background-color: white;
  justify-content: space-between;
  align-items: center;
  display: none;
  border-top: 1px solid black; }
  .cookie.active {
    display: block; }
  @media screen and (max-width: 480px) {
    .cookie {
      align-items: flex-start;
      padding: 20px 14px 10px 14px; } }
  .cookie * {
    font-size: 14px;
    font-weight: 600;
    color: black; }
  .cookie p {
    margin: 0; }
  .cookie .cookie-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 0 20px;
    width: 90%; }
  .cookie .cookie-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 16px 24px;
    flex-wrap: wrap; }
    @media only screen and (max-width: 767px) {
      .cookie .cookie-wrapper {
        flex-direction: column;
        flex-wrap: unset;
        gap: 0; } }
  .cookie .cookie-text {
    display: flex;
    align-items: center;
    flex-grow: 1;
    flex-basis: 50%; }
    .cookie .cookie-text span {
      word-break: break-word; }
  .cookie .button-container {
    display: flex;
    align-items: center;
    gap: 10px; }
    @media only screen and (max-width: 767px) {
      .cookie .button-container {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: stretch;
        padding-right: 30px;
        margin-top: 12px;
        margin-bottom: 10px;
        gap: 0px; }
        .cookie .button-container .cookie-button {
          margin-top: 10px; } }
  .cookie a {
    color: #00bad4; }
    .cookie a:hover {
      color: #00bad4;
      text-decoration: underline; }

.aui .vigado-popup-dialog.cooke-popup {
  height: auto !important;
  max-width: 720px !important;
  width: 100% !important;
  max-height: calc(100vh - 40px);
  left: 50% !important;
  top: 50% !important;
  margin-left: 0;
  transform: translate(-50%, -50%); }
  .aui .vigado-popup-dialog.cooke-popup .modal-header {
    display: none; }
  .aui .vigado-popup-dialog.cooke-popup .modal-body {
    margin: 25px 30px;
    padding: 0;
    height: auto !important;
    max-height: calc(100vh - 90px) !important; }
    @media only screen and (max-width: 768px) {
      .aui .vigado-popup-dialog.cooke-popup .modal-body {
        max-height: none !important;
        height: 100vh !important;
        max-height: none !important; } }
  @media only screen and (max-width: 768px) {
    .aui .vigado-popup-dialog.cooke-popup {
      width: 100vw !important;
      max-width: 100% !important;
      left: 50% !important;
      transform: translate(-50%, 0);
      height: 100vh !important;
      max-height: none !important;
      top: 0 !important; } }
.aui .vigado-cookie-popup p {
  line-height: 23px; }
.aui .vigado-cookie-popup .cookie-vigado-checkbox:nth-of-type(1) {
  margin-top: 50px; }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .aui .vigado-cookie-popup .cookie-vigado-checkbox input[type="checkbox"] + label:after {
    text-shadow: -2px -2px 0 #fff, -2px 2px 0 #fff, -2px 0 0 #fff, 2px -2px 0 #fff, 2px 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff; } }
.aui .vigado-cookie-popup .cookie-vigado-checkbox {
  margin-top: 7px;
  min-height: 23px; }
  .aui .vigado-cookie-popup .cookie-vigado-checkbox input[type="checkbox"] {
    display: none; }
  .aui .vigado-cookie-popup .cookie-vigado-checkbox input[type="checkbox"] + label {
    position: relative;
    padding-left: 44px;
    cursor: pointer; }
  .aui .vigado-cookie-popup .cookie-vigado-checkbox input[type="checkbox"] + label:before {
    display: block;
    position: absolute;
    top: -7px;
    left: 0;
    content: "";
    width: 30px;
    height: 30px;
    border: 2px solid #9f9f9f;
    background-color: #fff;
    box-sizing: border-box;
    transition: border 0.25s linear; }
  .aui .vigado-cookie-popup .cookie-vigado-checkbox input[type="checkbox"]:checked + label:before {
    border-color: black; }
  .aui .vigado-cookie-popup .cookie-vigado-checkbox input[type="checkbox"] + label:after {
    content: url(../images/checkmark.svg);
    display: none;
    position: absolute;
    left: 5px;
    top: -6px;
    width: 31px;
    height: auto; }
  .aui .vigado-cookie-popup .cookie-vigado-checkbox input[type="checkbox"]:checked + label:after {
    display: block; }
  .aui .vigado-cookie-popup .cookie-vigado-checkbox input[type="checkbox"]:disabled + label {
    cursor: default; }
  .aui .vigado-cookie-popup .cookie-vigado-checkbox input[type="checkbox"]:disabled + label:before {
    background-color: #f2eeec; }
  .aui .vigado-cookie-popup .cookie-vigado-checkbox input[type="checkbox"]:disabled + label:after {
    color: rgba(191, 3, 23, 0.5); }
.aui .vigado-cookie-popup .cookie-vigado-checkbox {
  margin-bottom: 20px;
  position: relative; }
  .aui .vigado-cookie-popup .cookie-vigado-checkbox .toggler {
    padding-left: 58px;
    display: block; }
  .aui .vigado-cookie-popup .cookie-vigado-checkbox .cookie-details-container {
    margin-top: 30px;
    margin-bottom: 30px; }
  .aui .vigado-cookie-popup .cookie-vigado-checkbox.toggle:after {
    content: "";
    border-color: black transparent transparent transparent;
    border-style: solid;
    border-width: 10px 6.5px 0 6.5px;
    top: 3px;
    height: 0;
    position: absolute;
    right: 22px;
    width: 0;
    transition: all 0.25s linear;
    z-index: -1; }
  .aui .vigado-cookie-popup .cookie-vigado-checkbox.toggle.cookie-arrow-up:after {
    transform: rotate(180deg);
    border-color: #a0a0a0 transparent transparent transparent; }
.aui .vigado-cookie-popup .cookie-details {
  font-weight: bold;
  display: block;
  margin-bottom: 7px; }
.aui .vigado-cookie-popup .cookie-button-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px; }
  @media only screen and (max-width: 767px) {
    .aui .vigado-cookie-popup .cookie-button-container {
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start; }
      .aui .vigado-cookie-popup .cookie-button-container button,
      .aui .vigado-cookie-popup .cookie-button-container a {
        margin-bottom: 20px; } }

a.cookie-vigado-button {
  color: #fff; }
  a.cookie-vigado-button:hover {
    color: #fff;
    text-decoration: none; }

.cookie-vigado-button {
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  transition: all .3s ease-in-out;
  border: 2px solid transparent;
  background-color: #ac0040;
  padding: 10px 24px; }
  .cookie-vigado-button.secondary {
    background-color: #fff;
    color: #aa003f;
    border: 1px solid #aa003f; }

.cookie-vigado-link {
  background: none;
  border: none;
  text-decoration: underline; }

/* Partially Sighted CSS
===================================================== */
.aui body.partially-sighted div,
.aui body.partially-sighted header,
.aui body.partially-sighted footer,
.aui body.partially-sighted nav,
.aui body.partially-sighted main,
.aui body.partially-sighted span,
.aui body.partially-sighted p,
.aui body.partially-sighted h1,
.aui body.partially-sighted h2,
.aui body.partially-sighted h3,
.aui body.partially-sighted h4,
.aui body.partially-sighted i,
.aui body.partially-sighted button,
.aui body.partially-sighted label,
.aui body.partially-sighted th,
.aui body.partially-sighted td,
.aui body.partially-sighted ul,
.aui body.partially-sighted li,
.aui body.partially-sighted input,
.aui body.partially-sighted select,
.aui body.partially-sighted textarea {
  color: yellow !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  background: none #000 !important;
  background-image: none !important;
  border: 0 !important;
  border-color: yellow !important; }
.aui body.partially-sighted {
  color: yellow !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  background: none #000 !important;
  background-image: none !important;
  border-color: yellow !important; }
.aui body.partially-sighted * a {
  color: yellow !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  background: none #000 !important;
  background-image: none !important;
  border-color: yellow !important; }
.aui body.partially-sighted #navigation a {
  color: yellow !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  background: #000 !important;
  background-image: none !important;
  text-shadow: none;
  border-color: yellow !important; }
.aui body.partially-sighted #content .news-list *:before,
.aui body.partially-sighted #content .news-list *:after {
  color: yellow !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  background: #000 !important;
  background-image: none !important;
  text-shadow: none;
  border-color: yellow !important; }
.aui body.partially-sighted #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item .content:after {
  background: none !important; }
.aui body.partially-sighted #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item:hover {
  box-shadow: none !important; }
  .aui body.partially-sighted #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .program-items .program-item:hover .image:before {
    background: none !important;
    background-color: #000 !important; }
.aui body.partially-sighted #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .pagination ul > li > a.previous:before, .aui body.partially-sighted #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .pagination ul > li > a.next:before,
.aui body.partially-sighted #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .pagination ul > li > span.previous:before,
.aui body.partially-sighted #content .program-listing-portlet .program-listing-portlet-wrapper .program-list .pagination ul > li > span.next:before {
  background-color: #000 !important; }
.aui body.partially-sighted #content .event-wrapper .event-inner .event-more-events .more-event .content:after {
  background: #000; }
.aui body.partially-sighted .header-wrapper .header-inner .header-controls-wrapper .lang-select-wrapper .lang-select:after {
  color: yellow !important; }
.aui body.partially-sighted img,
.aui body.partially-sighted input[type="image"] {
  visibility: hidden; }

/* Test area
===================================================== */
.foo .bar {
  color: #aabbcc; }

.titanic {
  float: none; }

.ninja {
  color: black;
  visibility: hidden; }

.ghost {
  visibility: hidden;
  opacity: 0;
  display: none;
  /* and just to be sure */
  position: absolute;
  left: -9999px; }