@charset "UTF-8";
/* ---------- Logo ---------- */
.logo {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

/* ---------- Table styles ---------- */
@media (max-width: 979px) {
  .responsive-table-horizontal {
    display: block;
    position: relative;
    width: 100%; }
    .responsive-table-horizontal:after {
      clear: both;
      content: '';
      display: block;
      font-size: 0;
      height: 0;
      visibility: hidden; }
    .responsive-table-horizontal tbody {
      display: block;
      overflow-x: auto;
      position: relative;
      white-space: nowrap;
      width: auto; }
      .responsive-table-horizontal tbody tr {
        display: inline-block;
        vertical-align: top; }
        .responsive-table-horizontal tbody tr td {
          display: block;
          margin-bottom: 20px; }
          .responsive-table-horizontal tbody tr td:first-child {
            text-align: left; }
    .responsive-table-horizontal thead {
      display: block;
      float: left;
      margin-right: 10px; }
      .responsive-table-horizontal thead:after {
        clear: both;
        content: "";
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden; }
      .responsive-table-horizontal thead th {
        display: block;
        margin-bottom: 20px;
        text-align: right; }
        .responsive-table-horizontal thead th:first-child {
          text-align: right; }

  .ie9 .responsive-table-horizontal thead {
    float: none; } }
/* ---------- Text formatting ---------- */
.important {
  font-weight: bold; }

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

/* ---------- Loading animation ---------- */
.loading-animation {
  background: url(/web-cpp-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 ---------- */
span.alert {
  display: inline-block; }

#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(/web-cpp-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; }

.yui3-dd-proxy {
  z-index: 1110 !important; }

/* ---------- 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(/web-cpp-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(/web-cpp-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(/web-cpp-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(/web-cpp-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(/web-cpp-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(/web-cpp-theme/css/../images/arrows/paging_first.png); }

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

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

.paginator-next-link {
  background-image: url(/web-cpp-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; }

/* ---------- CKEditor contents ---------- */
.aui .cke_editable [class*="span"] {
  float: none; }

/* ---------- CKEditor menu ---------- */
.aui .cke_dialog .cke_dialog_ui_input_text {
  height: auto; }
.aui .cke_editable_inline a {
  cursor: pointer; }

/* ---------- CKEditor panel menu ---------- */
.cke_panel.cke_combopanel {
  width: 220px; }

.cke_panel_block .cke_panel_grouptitle {
  font-size: 20px;
  line-height: 20px;
  margin-top: 0; }
.cke_panel_block .cke_panel_list {
  margin-left: 0; }
  .cke_panel_block .cke_panel_list .cke_panel_listItem {
    line-height: initial; }
    .cke_panel_block .cke_panel_list .cke_panel_listItem a:hover {
      text-decoration: none; }

/* ---------- CKEditor source ---------- */
.aui .cke_source {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* ---------- CKEditor table ---------- */
.cke_show_border {
  width: 500px; }
  .cke_show_border td {
    height: 15px; }

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

.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(/web-cpp-theme/css/../images/message_boards/quoteleft.png) no-repeat 5px 5px;
    border: 1px solid #777;
    padding: 5px 45px; }
    .html-editor.portlet-message-boards blockquote:after {
      background: url(/web-cpp-theme/css/../images/message_boards/quoteright.png) no-repeat 50%;
      content: '';
      display: block;
      float: right;
      height: 24px;
      margin-right: -35px;
      margin-top: -25px;
      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; }

/* ---------- Inline editing ---------- */
.lfr-editable {
  outline: 1px dashed #68bb30;
  outline-offset: 2px;
  position: relative; }
  .lfr-editable:after {
    background: #68bb30 url(/web-cpp-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 input.cke_dialog_ui_input_text {
  height: auto; }
.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; }

.ie8 .row-fluid input[class*=span].search-query {
  line-height: 20px;
  min-height: 20px; }

.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;
  position: relative; }
  @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 {
        margin: 0 -20px;
        position: static;
        width: auto; }
        .aui .lfr-admin-panel.lfr-add-panel .add-content-menu .lfr-add-page-toolbar, .aui .lfr-admin-panel.lfr-edit-layout-panel .taglib-form-navigator .button-holder {
          margin-top: 0;
          position: static;
          width: auto; }
        .aui .lfr-admin-panel.lfr-edit-layout-panel .taglib-form-navigator .accordion {
          margin-bottom: 20px; }
        .aui .lfr-admin-panel.lfr-edit-layout-panel .site-admin-link {
          padding: 0;
          position: static; } }
  .aui .lfr-has-add-content {
    padding-left: 350px; }
  .aui .lfr-has-device-preview {
    padding-left: 220px; }
  .aui .lfr-has-edit-layout {
    padding-left: 460px; }
  @media (max-width: 767px) {
    .aui .lfr-has-add-content, .aui .lfr-has-device-preview, .aui .lfr-has-edit-layout {
      padding-left: 20px; } }
  .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; } }
  @media (max-width: 979px) {
    .aui #navigation {
      display: none; }
      .aui #navigation.open {
        display: block; }
    .aui .dockbar-split .dockbar {
      height: auto;
      position: relative; }
      .aui .dockbar-split .dockbar .navbar-inner {
        width: auto; }
    .aui .user-avatar-image {
      width: 18px; } }

/* ---------- 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-sortable > a > span {
  padding-left: 28px; }
.modify-pages .drag-handle {
  background-color: #555;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #FFF;
  cursor: pointer;
  font-size: 16px;
  left: 3px;
  line-height: 1em;
  margin: 8px;
  padding: 4px;
  position: absolute;
  text-align: center;
  top: 2px;
  width: 1em; }
@media (min-width: 980px) {
  .modify-pages .lfr-nav-sortable > a > span {
    padding-left: 0; }
  .modify-pages .drag-handle {
    display: none; } }
.modify-pages .lfr-nav-updateable.selected a:hover span {
  cursor: text; }

.controls-hidden .modify-pages .lfr-nav-sortable > a > span {
  padding-left: 0; }
.controls-hidden .modify-pages .drag-handle {
  display: none; }

.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(/web-cpp-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(/web-cpp-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(/web-cpp-theme/css/../images/application/button_bg_over.png); }

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

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

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

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

body.portlet {
  border-width: 0; }

.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(/web-cpp-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;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 95%;
  vertical-align: top; }

.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 {
  left: 0 !important;
  position: relative !important;
  top: 0 !important; }

.portlet-borderless-bar, .portlet-content .lfr-icon-actions {
  background: #333;
  color: #FFF;
  text-shadow: -1px -1px black; }
  .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-borderless-bar .portlet-options .dropdown-toggle, .portlet-borderless-bar .portlet-options.open .dropdown-toggle {
  background-image: url(/web-cpp-theme/css/../images/portlet/options_borderless.png); }

.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(/web-cpp-theme/css/../images/common/add_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-edit a {
    background-image: url(/web-cpp-theme/css/../images/common/edit_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-edit-template a {
    background-image: url(/web-cpp-theme/css/../images/common/edit_template_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-configuration a {
    background-image: url(/web-cpp-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 {
  background-color: transparent;
  font-size: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  height: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 200; }
  .portlet-borderless-bar a {
    background: url() no-repeat 0 50%;
    display: inline-block;
    height: 20px;
    margin-left: 5px;
    text-indent: -9999px;
    width: 16px; }
  .portlet-borderless-bar .portlet-actions {
    float: right;
    overflow: hidden;
    padding: 0 5px; }
    .portlet-borderless-bar .portlet-actions .portlet-action, .portlet-borderless-bar .portlet-actions .portlet-options {
      display: inline-block; }
  .portlet-borderless-bar .portlet-actions, .portlet-borderless-bar .portlet-title-default {
    background-color: #333;
    min-height: 21px; }
  .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 {
    display: inline-block;
    vertical-align: middle; }
    .portlet-borderless-bar .portlet-close a {
      background-image: url(/web-cpp-theme/css/../images/portlet/close_borderless.png); }
  .portlet-borderless-bar .portlet-options li.lfr-trigger strong a {
    background-image: url(/web-cpp-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: block;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  float: right;
  font-weight: bold;
  height: 0;
  line-height: 19px;
  max-width: 50%;
  padding: 0 10px;
  text-transform: uppercase; }

.portlet-draggable .portlet-topper {
  cursor: move; }
.portlet-draggable .portlet-title-default {
  background: #333333 url(/web-cpp-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(/web-cpp-theme/css/../images/messages/alert.png);
  color: #663; }

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

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

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

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

.lfr-status-success-label {
  background-image: url(/web-cpp-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(/web-cpp-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(/web-cpp-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-width: 0; }
.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(/web-cpp-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;
  vertical-align: middle; }
.table-data tr.lfr-role-guest .first {
  background-image: url(/web-cpp-theme/css/../images/common/guest_icon.png); }
.table-data tr.lfr-role-regular .first {
  background-image: url(/web-cpp-theme/css/../images/common/user_icon.png); }
.table-data tr.lfr-role-site .first {
  background-image: url(/web-cpp-theme/css/../images/common/site_icon.png); }
.table-data tr.lfr-role-organization .first {
  background-image: url(/web-cpp-theme/css/../images/common/organization_icon.png); }
.table-data tr.lfr-role-team .first {
  background-image: url(/web-cpp-theme/css/../images/common/team_icon.png); }

/* ---------- Miscellaneous component styles ---------- */
.lfr-ddm-container .control-group.error .control-label,
.lfr-ddm-container .control-group.error .help-block,
.lfr-ddm-container .control-group.error .help-inline {
  color: #555555; }
.lfr-ddm-container .control-group.error .checkbox,
.lfr-ddm-container .control-group.error .radio,
.lfr-ddm-container .control-group.error input,
.lfr-ddm-container .control-group.error select,
.lfr-ddm-container .control-group.error textarea {
  color: #555555; }
.lfr-ddm-container .control-group.error input,
.lfr-ddm-container .control-group.error select,
.lfr-ddm-container .control-group.error textarea {
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.error input:focus,
  .lfr-ddm-container .control-group.error select:focus,
  .lfr-ddm-container .control-group.error textarea:focus {
    border-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.lfr-ddm-container .control-group.error .input-prepend .add-on,
.lfr-ddm-container .control-group.error .input-append .add-on {
  color: #555555;
  background-color: whitesmoke;
  border-color: #555555; }
.lfr-ddm-container .control-group.info .control-label,
.lfr-ddm-container .control-group.info .help-block,
.lfr-ddm-container .control-group.info .help-inline {
  color: #555555; }
.lfr-ddm-container .control-group.info .checkbox,
.lfr-ddm-container .control-group.info .radio,
.lfr-ddm-container .control-group.info input,
.lfr-ddm-container .control-group.info select,
.lfr-ddm-container .control-group.info textarea {
  color: #555555; }
.lfr-ddm-container .control-group.info input,
.lfr-ddm-container .control-group.info select,
.lfr-ddm-container .control-group.info textarea {
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.info input:focus,
  .lfr-ddm-container .control-group.info select:focus,
  .lfr-ddm-container .control-group.info textarea:focus {
    border-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.lfr-ddm-container .control-group.info .input-prepend .add-on,
.lfr-ddm-container .control-group.info .input-append .add-on {
  color: #555555;
  background-color: whitesmoke;
  border-color: #555555; }
.lfr-ddm-container .control-group.success .control-label,
.lfr-ddm-container .control-group.success .help-block,
.lfr-ddm-container .control-group.success .help-inline {
  color: #555555; }
.lfr-ddm-container .control-group.success .checkbox,
.lfr-ddm-container .control-group.success .radio,
.lfr-ddm-container .control-group.success input,
.lfr-ddm-container .control-group.success select,
.lfr-ddm-container .control-group.success textarea {
  color: #555555; }
.lfr-ddm-container .control-group.success input,
.lfr-ddm-container .control-group.success select,
.lfr-ddm-container .control-group.success textarea {
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.success input:focus,
  .lfr-ddm-container .control-group.success select:focus,
  .lfr-ddm-container .control-group.success textarea:focus {
    border-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.lfr-ddm-container .control-group.success .input-prepend .add-on,
.lfr-ddm-container .control-group.success .input-append .add-on {
  color: #555555;
  background-color: whitesmoke;
  border-color: #555555; }
.lfr-ddm-container .control-group.warning .control-label,
.lfr-ddm-container .control-group.warning .help-block,
.lfr-ddm-container .control-group.warning .help-inline {
  color: #555555; }
.lfr-ddm-container .control-group.warning .checkbox,
.lfr-ddm-container .control-group.warning .radio,
.lfr-ddm-container .control-group.warning input,
.lfr-ddm-container .control-group.warning select,
.lfr-ddm-container .control-group.warning textarea {
  color: #555555; }
.lfr-ddm-container .control-group.warning input,
.lfr-ddm-container .control-group.warning select,
.lfr-ddm-container .control-group.warning textarea {
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.warning input:focus,
  .lfr-ddm-container .control-group.warning select:focus,
  .lfr-ddm-container .control-group.warning textarea:focus {
    border-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.lfr-ddm-container .control-group.warning .input-prepend .add-on,
.lfr-ddm-container .control-group.warning .input-append .add-on {
  color: #555555;
  background-color: whitesmoke;
  border-color: #555555; }
.lfr-ddm-container .control-group.error > .control-label,
.lfr-ddm-container .control-group.error > .help-block,
.lfr-ddm-container .control-group.error > .help-inline {
  color: #b50303; }
.lfr-ddm-container .control-group.error > .checkbox,
.lfr-ddm-container .control-group.error > .radio,
.lfr-ddm-container .control-group.error > input,
.lfr-ddm-container .control-group.error > select,
.lfr-ddm-container .control-group.error > textarea {
  color: #b50303; }
.lfr-ddm-container .control-group.error > input,
.lfr-ddm-container .control-group.error > select,
.lfr-ddm-container .control-group.error > textarea {
  border-color: #b50303;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.error > input:focus,
  .lfr-ddm-container .control-group.error > select:focus,
  .lfr-ddm-container .control-group.error > textarea:focus {
    border-color: #830202;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fb2323;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fb2323;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fb2323; }
.lfr-ddm-container .control-group.error > .input-prepend .add-on,
.lfr-ddm-container .control-group.error > .input-append .add-on {
  color: #b50303;
  background-color: #fee5e2;
  border-color: #b50303; }
.lfr-ddm-container .control-group.info > .control-label,
.lfr-ddm-container .control-group.info > .help-block,
.lfr-ddm-container .control-group.info > .help-inline {
  color: #12718f; }
.lfr-ddm-container .control-group.info > .checkbox,
.lfr-ddm-container .control-group.info > .radio,
.lfr-ddm-container .control-group.info > input,
.lfr-ddm-container .control-group.info > select,
.lfr-ddm-container .control-group.info > textarea {
  color: #12718f; }
.lfr-ddm-container .control-group.info > input,
.lfr-ddm-container .control-group.info > select,
.lfr-ddm-container .control-group.info > textarea {
  border-color: #12718f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.info > input:focus,
  .lfr-ddm-container .control-group.info > select:focus,
  .lfr-ddm-container .control-group.info > textarea:focus {
    border-color: #0c4d62;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #24b5e3;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #24b5e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #24b5e3; }
.lfr-ddm-container .control-group.info > .input-prepend .add-on,
.lfr-ddm-container .control-group.info > .input-append .add-on {
  color: #12718f;
  background-color: #cef1fc;
  border-color: #12718f; }
.lfr-ddm-container .control-group.success > .control-label,
.lfr-ddm-container .control-group.success > .help-block,
.lfr-ddm-container .control-group.success > .help-inline {
  color: #488f06; }
.lfr-ddm-container .control-group.success > .checkbox,
.lfr-ddm-container .control-group.success > .radio,
.lfr-ddm-container .control-group.success > input,
.lfr-ddm-container .control-group.success > select,
.lfr-ddm-container .control-group.success > textarea {
  color: #488f06; }
.lfr-ddm-container .control-group.success > input,
.lfr-ddm-container .control-group.success > select,
.lfr-ddm-container .control-group.success > textarea {
  border-color: #488f06;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.success > input:focus,
  .lfr-ddm-container .control-group.success > select:focus,
  .lfr-ddm-container .control-group.success > textarea:focus {
    border-color: #2f5e04;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #79f10a;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #79f10a;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #79f10a; }
.lfr-ddm-container .control-group.success > .input-prepend .add-on,
.lfr-ddm-container .control-group.success > .input-append .add-on {
  color: #488f06;
  background-color: #f1fbd1;
  border-color: #488f06; }
.lfr-ddm-container .control-group.warning > .control-label,
.lfr-ddm-container .control-group.warning > .help-block,
.lfr-ddm-container .control-group.warning > .help-inline {
  color: #bf7900; }
.lfr-ddm-container .control-group.warning > .checkbox,
.lfr-ddm-container .control-group.warning > .radio,
.lfr-ddm-container .control-group.warning > input,
.lfr-ddm-container .control-group.warning > select,
.lfr-ddm-container .control-group.warning > textarea {
  color: #bf7900; }
.lfr-ddm-container .control-group.warning > input,
.lfr-ddm-container .control-group.warning > select,
.lfr-ddm-container .control-group.warning > textarea {
  border-color: #bf7900;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.warning > input:focus,
  .lfr-ddm-container .control-group.warning > select:focus,
  .lfr-ddm-container .control-group.warning > textarea:focus {
    border-color: #8c5900;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffaf26;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffaf26;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffaf26; }
.lfr-ddm-container .control-group.warning > .input-prepend .add-on,
.lfr-ddm-container .control-group.warning > .input-append .add-on {
  color: #bf7900;
  background-color: #fffbdc;
  border-color: #bf7900; }

/* ---------- Dynamic data list display/Journal portlet ---------- */
.portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper .field-wrapper, .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper .field-wrapper, .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper .field-wrapper {
  border: 1px solid #D0D0D0;
  border-left-width: 10px;
  padding: 7px 10px 10px; }
  .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper[data-repeatable="true"][data-repeatable="true"]:nth-of-type(even), .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper .field-wrapper[data-repeatable="true"]:nth-of-type(even), .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper[data-repeatable="true"][data-repeatable="true"]:nth-of-type(even), .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper .field-wrapper[data-repeatable="true"]:nth-of-type(even), .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper[data-repeatable="true"][data-repeatable="true"]:nth-of-type(even), .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper .field-wrapper[data-repeatable="true"]:nth-of-type(even) {
    background-color: #F5F5F5; }
  .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper[data-repeatable="true"] .field-wrapper, .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper .field-wrapper, .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper .field-wrapper .field-wrapper, .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper[data-repeatable="true"] .field-wrapper, .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper .field-wrapper, .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper .field-wrapper .field-wrapper, .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper[data-repeatable="true"] .field-wrapper, .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper .field-wrapper, .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper .field-wrapper .field-wrapper {
    margin: 15px 0 0; }

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

/* ---------- Breadcrumb taglib ---------- */
.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center; }
  .breadcrumb.breadcrumb-vertical li {
    display: block; }
    .breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
      background: none; }
  .breadcrumb.breadcrumb-vertical .divider {
    background: url(/html/themes/classic/images/arrows/07_down.png) no-repeat 50% 100%;
    display: block;
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    height: 10px; }

/* ---------- Calendar taglib ---------- */
.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border-width: 0; }
.taglib-calendar tr td a {
  background-color: #F0F5F7;
  border: 1px solid #FFF;
  border-bottom-width: 0;
  border-left-width: 0;
  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-width: 0; }

.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 > div, .taglib-ratings.stars .rating-focused > div, .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-asset-tag-admin .merge-tag, .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-dynamic-data-list-display .lfr-ddm-container .field-wrapper, .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper, .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; }

.taglib-form-navigator > .form-steps > ul.form-navigator.well {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab .tab-label:focus .number {
    -webkit-box-shadow: 0 0 5px 0 #333333;
    -moz-box-shadow: 0 0 5px 0 #333333;
    box-shadow: 0 0 5px 0 #333333;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-property: box-shadow;
    -moz-transition-property: box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab .tab-label .number {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }

.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; }

.input-localized .lfr-input-localized-state {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
.input-localized .lfr-input-localized .lfr-input-localized-state {
  -webkit-box-shadow: 0 0 3px #dddddd;
  -moz-box-shadow: 0 0 3px #dddddd;
  box-shadow: 0 0 3px #dddddd; }
  .input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
    -webkit-box-shadow: 0 0 3px #ff0047;
    -moz-box-shadow: 0 0 3px #ff0047;
    box-shadow: 0 0 3px #ff0047; }
.input-localized .palette-item-selected .lfr-input-localized-state {
  -webkit-box-shadow: 0 0 3px #27c1f2;
  -moz-box-shadow: 0 0 3px #27c1f2;
  box-shadow: 0 0 3px #27c1f2; }

.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-bar .portlet-actions {
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px; }
body:first-of-type .portlet-borderless-bar .portlet-title-default {
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px; }
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; }
@media (max-width: 979px) {
  body:first-of-type .portlet-content .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; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup, .cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  -webkit-box-shadow: initial;
  -moz-box-shadow: initial;
  box-shadow: initial; }
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e4e4e4));
  background-image: -webkit-linear-gradient(#ffffff, #e4e4e4);
  background-image: -moz-linear-gradient(#ffffff, #e4e4e4);
  background-image: -o-linear-gradient(#ffffff, #e4e4e4);
  background-image: linear-gradient(#ffffff, #e4e4e4);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:hover:after {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(#f2f2f2, #cccccc);
  background-image: -moz-linear-gradient(#f2f2f2, #cccccc);
  background-image: -o-linear-gradient(#f2f2f2, #cccccc);
  background-image: linear-gradient(#f2f2f2, #cccccc); }

/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  0%,20%,53%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  40%,43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }

  40%,43%,70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }

  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  0%,20%,53%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  40%,43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }

  40%,43%,70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }

  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%,50%,to {
    opacity: 1; }

  25%,75% {
    opacity: 0; } }

@keyframes flash {
  0%,50%,to {
    opacity: 1; }

  25%,75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  0%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

  10%,20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }

  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }

  40%,60%,80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

  10%,20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }

  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }

  40%,60%,80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }

  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }

  to {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  0%,11.1%,to {
    -webkit-transform: none;
    transform: none; }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }

  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  0%,11.1%,to {
    -webkit-transform: none;
    transform: none; }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }

  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  0%,20%,40%,60%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes bounceIn {
  0%,20%,40%,60%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }

  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }

  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }

  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }

  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }

  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }

  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInUp {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  50%,55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  50%,55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  to {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn); }

  0%,40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg); }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg); }

  50%,80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95); }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn); }

  0%,40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg); }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg); }

  50%,80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95); }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }

  0%,40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg); }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }

  0%,40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg); }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  0%,40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg); }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  0%,40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg); }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg); }

  60%,80% {
    opacity: 1; }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg); }

  60%,80% {
    opacity: 1; }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }

  0%,to {
    -webkit-transform-origin: center; }

  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }

  0%,to {
    -webkit-transform-origin: center; }

  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }

  0%,to {
    -webkit-transform-origin: left bottom; }

  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }

  0%,to {
    -webkit-transform-origin: left bottom; }

  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }

  0%,to {
    -webkit-transform-origin: right bottom; }

  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }

  0%,to {
    -webkit-transform-origin: right bottom; }

  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }

  0%,to {
    -webkit-transform-origin: left bottom; }

  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }

  0%,to {
    -webkit-transform-origin: left bottom; }

  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }

  0%,to {
    -webkit-transform-origin: right bottom; }

  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }

  0%,to {
    -webkit-transform-origin: right bottom; }

  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1; }

  0%,to {
    -webkit-transform-origin: center; }

  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1; }

  0%,to {
    -webkit-transform-origin: center; }

  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }

  0%,to {
    -webkit-transform-origin: left bottom; }

  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }

  0%,to {
    -webkit-transform-origin: left bottom; }

  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }

  0%,to {
    -webkit-transform-origin: right bottom; }

  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }

  0%,to {
    -webkit-transform-origin: right bottom; }

  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }

  0%,to {
    -webkit-transform-origin: left bottom; }

  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }

  0%,to {
    -webkit-transform-origin: left bottom; }

  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }

  0%,to {
    -webkit-transform-origin: right bottom; }

  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }

  0%,to {
    -webkit-transform-origin: right bottom; }

  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left; }

  0%,20%,60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  20%,60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left; }

  40%,80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    transform-origin: top left; }

  0%,20%,60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  20%,60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left; }

  40%,80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }

  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  50%,to {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }

  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  50%,to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

/**************   General  **************/
html {
  font-size: 62.5% !important;
  font-family: 'Roboto',sans-serif !important; }

body {
  font-family: 'Roboto',sans-serif !important; }

/*
*:hover{
  transition:all .3s ease-in;
}
*/
a,
a:focus {
  outline: none; }

input[type="text"] {
  width: 100%;
  height: 36px;
  border: 1px solid #E0E0ED;
  padding-left: 10px;
  padding-right: 10px; }

.section-title {
  text-align: center;
  font-size: 2.5rem !important;
  line-height: 1.6rem !important;
  font-weight: 700 !important;
  color: #00833e !important;
  text-transform: uppercase; }

.banner-section,
.grid-section,
.media-section,
.event-section,
.athetics-section,
.hightlights-section,
.social-section,
.partners-section {
  clear: both; }

/* dots slides */
.media-section .videos-slider .slick-prev {
  position: absolute;
  z-index: 5;
  left: 5%;
  top: 40%;
  background: url("/web-cpp-theme/css/./imgs/arrow_left_l.png");
  background-repeat: no-repeat;
  height: 70px;
  width: 44px;
  border: 0;
  text-indent: -9999px;
  outline: none; }

.media-section .videos-slider .slick-next {
  position: absolute;
  z-index: 5;
  right: 5%;
  top: 40%;
  background: url("/web-cpp-theme/css/./imgs/arrow_right_l.png");
  background-repeat: no-repeat;
  height: 70px;
  width: 44px;
  border: 0;
  text-indent: -9999px;
  outline: none; }

.hightlights-section .slick-dots li,
.banner-section .slick-dots li,
.grid-section .slick-dots li,
.media-section .slick-dots li {
  float: left; }

.hightlights-section .slick-dots li button,
.banner-section .slick-dots li button,
.grid-section .slick-dots li button,
.media-section .slick-dots li button {
  /*background: url('/web-cpp-theme/css/./imgs/dot.png');*/
  height: 44px;
  width: 44px;
  border: 0;
  text-indent: -99999px;
  margin: 3px;
  outline: 0;
  background: #dddddd; }

.hightlights-section .slick-dots li.slick-active button,
.banner-section .slick-dots li.slick-active button,
.grid-section .slick-dots li.slick-active button,
.media-section .slick-dots li.slick-active button {
  background: #00833e; }

.grid-section .news-slider-controls,
.hightlights-section .highlights-slider-controls,
.media-section .videos-slider-controls {
  position: relative;
  margin: 0 auto;
  display: table;
  padding-top: 25px; }

.grid-section .slick-dots,
.hightlights-section .slick-dots,
.media-section {
  padding-left: 0; }

.grid-section .ndots,
.hightlights-section .fdots,
.narrows button,
.farrows button,
.media-section .vdots,
.varrows button {
  float: left; }

.grid-section .slick-prev,
.hightlights-section .slick-prev,
.media-section .slick-prev {
  background: url("/web-cpp-theme/css/./imgs/arrow_left_xs.png") no-repeat center center;
  height: 44px;
  width: 44px;
  border: 0;
  text-indent: -9999px;
  outline: none;
  padding-right: 25px;
  margin-top: 6px; }

.grid-section .slick-next,
.hightlights-section .slick-next,
.media-section .slick-next {
  background: url("/web-cpp-theme/css/./imgs/arrow_right_xs.png") no-repeat center center;
  height: 44px;
  width: 44px;
  border: 0;
  text-indent: -9999px;
  outline: none;
  padding-left: 25px;
  margin-top: 6px; }

.grid-section .slick-dots,
.hightlights-section .slick-dots,
.media-section .slick-dots {
  list-style: none;
  display: table !important;
  margin: 0 auto;
  padding-top: 3px; }

/************** Header **************/
.header-topbar {
  height: 60px;
  background: transparent;
  position: relative;
  z-index: 9999; }

.header-topbar .container {
  padding: 0; }

.header-bottombar {
  height: 60px; }

.content-header {
  margin: 0 auto; }

.header-topbar .menu-top {
  padding-left: 20%; }

@media (max-width: 768px) {
  .header-topbar .language-form {
    position: relative;
    right: 15px; }

  .header-topbar .wrapper-language {
    width: 115px; }

  .header-topbar .separator-bar {
    margin: 10px 0 10px -5px; } }
.main-nav li:last-child ul {
  left: auto;
  right: 0; }

@media (max-width: 991px) {
  .header-topbar .search-form {
    float: none;
    padding: 9px 0 0 65px;
    position: absolute;
    right: 100px;
    top: 12px;
    width: 60%;
    z-index: 999;
    margin: 50px 0 0 45px; }

  .header-topbar .search-form input[type="text"] {
    float: left;
    width: 70%;
    margin-right: 10px; }

  .header-topbar .login-menu {
    padding-right: 35px; }

  .header-bottombar .mobile-menu {
    background: url("/web-cpp-theme/css/./imgs/menu_mobile.svg") center center no-repeat transparent;
    float: right;
    height: 31px;
    width: 31px;
    margin: 14px;
    font-size: 0px;
    position: relative;
    z-index: 999;
    background-size: contain; }

  .container-mobile-menu {
    clear: both;
    display: none;
    width: 100%;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    padding-top: 0; }

  .container-mobile-menu a.submenu {
    color: white;
    text-align: center;
    font-size: 20px;
    display: block;
    height: 80%;
    padding-top: 10px; }

  .container-mobile-menu a.submenu:hover,
  .container-mobile-menu a.submenu:focus {
    color: black;
    text-align: center;
    font-size: 20px;
    display: block;
    height: 80%;
    padding-top: 10px; }

  .container-mobile-menu ul {
    position: relative;
    top: 60px; }

  .container-mobile-menu a.close-mobile-menu {
    color: white;
    padding: 20px;
    font-size: 25px;
    position: absolute;
    right: 0;
    width: 60px; }

  .container-mobile-menu a.close-mobile-menu:hover {
    color: white; }

  .container-mobile-menu li.dropdown-submenu-cpp {
    min-height: 52px !important;
    height: auto; }

  .container-mobile-menu .child-menu.dropdown-menu-cpp {
    position: relative;
    top: 100%;
    left: auto;
    z-index: 1000;
    display: none;
    float: none;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background: none;
    width: 100%; }

  ul.dropdown-subsubmenu-cpp {
    display: block !important; }

  ul.dropdown-subsubmenu-cpp {
    padding-top: 15px; }

  .container-mobile-menu a.submenu {
    padding-bottom: 10px; }

  .container-mobile-menu .child-menu.dropdown-menu-cpp a.submenu,
  .container-mobile-menu .dropdown-subsubmenu-cpp a {
    color: #3abdff; }

  body.disable-scroll {
    overflow: hidden; }

  .container-mobile-menu .dropdown-subsubmenu-cpp {
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    background: none;
    left: 0; } }
@media (min-width: 430px) and (max-width: 920px) {
  .header-topbar .search-form {
    right: 20px;
    margin: 50px 55px 0 45px; } }
@media (max-width: 430px) {
  .header-topbar .search-form {
    right: 45px;
    margin: 50px 0px 0 45px; } }
@media (max-width: 431px) {
  .header-topbar .search-form {
    float: right;
    padding: 9px 0 0 0px; }

  .header-topbar .search-form input[type="text"] {
    width: 40%;
    /*margin-left: 60px;*/ } }
.navbar-nav > li > .dropdown-menu-cpp {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu-cpp {
    margin: 0; }

  .navbar-right .dropdown-menu-cpp:first-child {
    right: 0;
    left: auto;
    margin: 0; } }
.dropdown-menu-cpp {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.container-mobile-menu .dropdown-menu-cpp {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative; }

.container-mobile-menu .dropdown-menu-cpp .menu-itens {
  width: 100%; }

.container-mobile-menu .dropdown-menu-cpp {
  top: auto;
  width: auto; }

.navbar-default .dropdown-subsubmenu-cpp {
  margin: 15px 0 0 20px; }

.container-mobile-menu .nav > li, .container-mobile-menu {
  padding-top: 10px; }

@media (min-width: 992px) {
  .container-mobile-menu {
    display: none !important; } }
@media (max-width: 575px) {
  .header-topbar .login-menu {
    display: none; } }
@media (max-width: 400px) {
  .header-topbar .search-form {
    padding: 11px 0 0 0px;
    width: 50%; } }
@media (max-width: 341px) {
  .header-topbar .search-form {
    padding: 11px 0 0 0px;
    width: 160px; } }
.container-mobile-menu li.dropdown-submenu-cpp {
  min-height: 52px !important; }

.header-bottombar .container .menu-nav {
  /* background-color: #00833e; */
  background-color: #016530;
  color: white;
  position: relative;
  z-index: 2;
  min-height: 60px;
  padding-left: 220px; }

.container h1 {
  font-size: 31.5px;
  color: #bd0b2e; }

/* Logo */
.logo-box {
  position: absolute;
  z-index: 5;
  height: 121px;
  width: 202px;
  background-color: white; }

.header-topbar .logo-box .main-title {
  background: url("/web-cpp-theme/css/./imgs/logo-cpp.svg") center center no-repeat transparent;
  width: 195px;
  height: 110px;
  margin: 0 auto;
  padding: 0;
  background-size: 100% auto;
  position: relative;
  top: 10px; }

.header-bottombar .link-logo {
  background: url("/web-cpp-theme/css/./imgs/logo-cpp-white.svg") center left no-repeat transparent;
  height: 41px;
  width: 160px;
  margin: 10px 5px;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 3;
  display: none;
  background-size: 100%; }

.aui a, .aui a:hover {
  color: #00833e; }

.header-bottombar .link-logo h1,
.header-topbar .logo-box .main-title h1,
.header-bottombar .link-logo span,
.header-topbar .logo-box .main-title span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.header-bottombar .link-logo a,
.header-topbar .logo-box .main-title a {
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%; }

@media (max-width: 768px) {
  .logo-box {
    z-index: 9999;
    height: 120px;
    width: 120px; }

  .header-topbar .logo-box .main-title {
    background: url("/web-cpp-theme/css/./imgs/logo-cpp-vertical.svg") center center no-repeat transparent;
    background-size: auto 100%;
    width: 115px;
    height: 110px;
    top: 5px; } }
/* Social media menu */
.social-media {
  float: right;
  display: table; }

.social-media .separator {
  /*background: url('/web-cpp-theme/css/./imgs/img_separator.png') center center no-repeat transparent;*/
  height: 55px;
  /*width: 8px;*/
  float: left;
  position: relative;
  z-index: 5;
  margin: 0 !important; }

.social-media .bk-sm-item {
  float: left;
  height: 60px;
  width: 45px;
  /*margin-top: 5px;
  margin-left: -3px;
  margin-right: -3px;
  border-radius: 50%;*/ }

.social-media .sm-item {
  height: 100%;
  width: 100%; }

.social-media .sm-facebook .sm-item {
  background: url("/web-cpp-theme/css/./imgs/icon_facebook.svg") center center no-repeat transparent;
  background-size: 28px; }

.bk-sm-item.sm-facebook:hover {
  background-color: #3b5998; }

.bk-sm-item.sm-facebook:hover .sm-item {
  background: url("/web-cpp-theme/css/./imgs/icon_facebook_white.svg") center center no-repeat transparent;
  background-size: 28px; }

.social-media .sm-instagram .sm-item {
  background: url("/web-cpp-theme/css/./imgs/icon_instagram.svg") center center no-repeat transparent;
  background-size: 28px; }

.bk-sm-item.sm-instagram:hover {
  background-color: #bc2a8d; }

.bk-sm-item.sm-instagram:hover .sm-item {
  background: url("/web-cpp-theme/css/./imgs/icon_instagram_white.svg") center center no-repeat transparent;
  background-size: 28px; }

.social-media .sm-twitter .sm-item {
  background: url("/web-cpp-theme/css/./imgs/icon_twitter.svg") center center no-repeat transparent;
  background-size: 28px; }

.bk-sm-item.sm-twitter:hover {
  background-color: #10dffd; }

.bk-sm-item.sm-twitter:hover .sm-item {
  background: url("/web-cpp-theme/css/./imgs/icon_twitter_white.svg") center center no-repeat transparent;
  background-size: 28px; }

.social-media .sm-youtube .sm-item {
  background: url("/web-cpp-theme/css/./imgs/icon_youtube.svg") center center no-repeat transparent;
  background-size: 28px; }

.bk-sm-item.sm-youtube:hover {
  background-color: #e31010; }

.bk-sm-item.sm-youtube:hover .sm-item {
  background: url("/web-cpp-theme/css/./imgs/icon_youtube_white.svg") center center no-repeat transparent;
  background-size: 28px; }

@media (max-width: 768px) {
  .social-media {
    display: none; } }
/* accessibility menu */
.accessibility-menu .am-item {
  float: right;
  height: 26px;
  width: 26px;
  margin: 17px 10px 0; }

.accessibility-menu a:first-child .am-item {
  background: url("/web-cpp-theme/css/./imgs/icon_accessibility.svg") center center no-repeat transparent;
  height: 28.7px;
  width: 29px;
  background-size: contain;
  margin-top: 16px; }

.accessibility-menu a:last-child .am-item {
  background: url("/web-cpp-theme/css/./imgs/icon_contrast.svg") center center no-repeat transparent;
  background-size: 70%;
  height: 44px;
  width: 44px;
  margin-top: 7px; }

/* search form */
.header-topbar .search-form {
  float: right;
  padding: 7px 20px 0 35px;
  min-width: 380px; }

.header-topbar .search-form input:focus {
  outline: none;
  color: #00833E; }

.header-topbar .search-form input::-webkit-input-placeholder {
  color: #00833E; }

.header-topbar .search-form input::-moz-placeholder {
  color: #00833E; }

.header-topbar .search-form input:-ms-input-placeholder {
  color: #00833E; }

.header-topbar .search-form input:-moz-placeholder {
  color: #00833E; }

.search-form input {
  box-shadow: none !important; }

.header-topbar .search-form input[type="text"] {
  float: left;
  width: 80% !important;
  margin-right: 10px; }

.header-topbar .search-form input[type="submit"] {
  float: left;
  background: url("/web-cpp-theme/css/./imgs/button_search.svg") center center no-repeat transparent;
  border: 0;
  text-indent: -9999px;
  height: 44px;
  width: 44px;
  background-color: #00833e; }

form input {
  margin-right: 0 !important; }

/* link login */
.header-topbar .login-menu {
  float: right;
  padding-top: 18px;
  padding-left: 35px; }

.header-topbar .login-menu a {
  color: #3973AD;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.4rem;
  padding-left: 20px;
  padding-top: 1px;
  text-decoration: none; }

.header-topbar .login-menu a {
  background: url("/web-cpp-theme/css/./imgs/icon_login.png") left top no-repeat transparent; }

/* Language menu */
.header-topbar .language-item {
  float: right;
  margin: 8px 35px 0 35px; }

.pt {
  background: url("/web-cpp-theme/css/./imgs/flag_pt.svg") left center no-repeat transparent;
  background-size: 25px; }

.uk {
  background: url("/web-cpp-theme/css/./imgs/flag_uk.svg") left center no-repeat transparent;
  background-size: 25px; }

.header-topbar .language-form a {
  color: #00833E !important;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 30px 0 35px;
  text-decoration: none;
  font-size: 16px;
  height: 44px;
  display: flex;
  align-items: center; }

.header-topbar .language-form a.select {
  background: url("/web-cpp-theme/css/./imgs/arrow_lang.svg") right center no-repeat transparent;
  background-size: 26px; }

.header-topbar .language-form a.select-active {
  background: url("/web-cpp-theme/css/./imgs/arrow_lang_select.svg") right center no-repeat transparent;
  background-size: 30px; }

.separator-bar {
  background: url("/web-cpp-theme/css/./imgs/language_bar.png") right center no-repeat transparent;
  height: 2px;
  width: 98px;
  margin: 10px 0 10px 0; }

@media (max-width: 768px) {
  .header-topbar .language-item {
    margin: 18px 30px 0 15px; } }
/* language select */
.wrapper-language {
  border: 1px solid #ECECFB;
  border-radius: 10%;
  z-index: 9999;
  background-color: white;
  padding: 12px;
  clear: both;
  position: absolute;
  float: right;
  margin-left: -21px;
  margin-top: 7px;
  display: none; }

.wrapper-language:after {
  content: '';
  display: block;
  height: 11px;
  width: 22px;
  position: absolute;
  background: url("/web-cpp-theme/css/./imgs/arrow_select.png") no-repeat;
  margin-top: -85px;
  margin-left: 37px; }

.wrapper-language .wrapper-language-item {
  margin-left: 8px; }

.wrapper-language a {
  width: 100%; }

/* menu */
.header-bottombar .navbar .dropdown-menu-cpp {
  top: 51px;
  width: 265px; }

.fixed-menu {
  position: fixed !important;
  z-index: 1111 !important;
  margin-top: 0px !important;
  top: 0px;
  width: 100%;
  height: 60px;
  background: white; }

.header-bottombar .navbar .dropdown-menu-cpp .menu-itens {
  background: url("/web-cpp-theme/css/./imgs/bk_menu.png");
  background-repeat: repeat-y;
  margin-left: 15px;
  padding-left: 15px;
  float: left;
  width: 30%; }

.header-bottombar .navbar .dropdown-menu-cpp li {
  display: table;
  width: 100%;
  height: 40px;
  margin: 0;
  /*padding: 15px 15px 15px 18px;*/ }

.header-bottombar .navbar .separator_menu {
  width: 295px;
  height: 1px;
  background: url("/web-cpp-theme/css/./imgs/menu_separator.png") no-repeat center bottom; }

.header-bottombar .navbar .dropdown-menu-cpp .menu-itens div {
  padding: 7px; }

.header-bottombar .navbar .dropdown-menu-cpp li a {
  font-family: 'Roboto',sans-serif;
  font-size: 1.7rem;
  color: #00833e;
  text-decoration: none;
  display: block;
  padding: 15px;
  word-break: inherit !important;
  line-height: 2.5rem; }

.header-bottombar .navbar .dropdown-menu-cpp li:hover {
  background-color: #efefef;
  cursor: pointer; }

.header-bottombar .navbar .dropdown-submenu {
  background-repeat: no-repeat;
  background-position: -99% center; }

.header-bottombar .navbar .dropdown-submenu:hover {
  background-repeat: no-repeat;
  background-position: 99% center; }

/*
.header-bottombar .dropdown-submenu:hover .dropdown-subsubmenu-cpp{
	display: block;
}*/
.navbar-default {
  background-color: transparent !important;
  border-color: none !important; }

.navbar {
  min-height: auto !important;
  margin-bottom: auto !important;
  border: 0 !important;
  border-radius: 0 !important; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.navbar-nav > li {
  float: left; }

.nav > li {
  position: relative;
  display: block;
  padding-top: 5px; }

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover {
  color: white !important;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  position: relative; }

.navbar-nav > li > a {
  padding-right: 15px;
  padding-left: 15px; }

.navbar-default .navbar-nav > li > a.active:after {
  background-color: white;
  bottom: -5px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  transition: all 0.2s ease 0s;
  width: 100%; }

.navbar-default .navbar-nav > li > a::after {
  background-color: white;
  bottom: -5px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  transition: all 0.2s ease 0s;
  width: 0; }

.navbar-default .navbar-nav > li > a:hover:after {
  width: 100%; }

.navbar-right {
  margin-right: -30px; }

.dropdown-subsubmenu-cpp {
  display: none;
  position: absolute;
  left: 243px;
  width: 100%;
  top: -16px;
  background-color: white;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15); }

#nav-cpp .dropdown-submenu-cpp {
  height: 52px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .header-topbar .login-menu {
    padding-left: 15px; }

  .header-topbar {
    background: white; }

  .header-topbar .language-form {
    margin: 18px 15px 0 15px; }

  .aui .navbar .nav > li > a {
    padding: 10px 6px 10px !important;
    font-size: 14px !important; }

  .media-section .item-grid div {
    max-width: 280px; }

  .events-listCC .event {
    padding: 16px 20px; }

  .events-home .container {
    padding: 10px 0 0 0; }

  .header-topbar .login-menu a {
    font-size: 1.2rem; }

  .accessibility-menu .am-item {
    margin: 15px 5px 0; } }
/* Menu mobile */
.container-mobile-menu ul.main-nav li {
  float: none; }

.container-mobile-menu .navbar-nav {
  margin: 0; }

.container-mobile-menu .nav > li,
.container-mobile-menu {
  padding-top: 0; }

/* Search mobile */
@media (max-width: 520px) {
  .header-topbar .search-form {
    width: 60%; }

  .header-topbar .search-form input[type="text"] {
    width: 60%; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .header-topbar .language-item {
    margin: 9px 15px 0 15px; }

  .header-topbar .language-form {
    margin: 0; } }
@media (max-width: 979px) {
  .social-media {
    display: none; }

  .header-topbar .language-item {
    float: right;
    margin: 8px 0 0 20px; }

  .header-topbar .login-menu {
    padding-left: 15px; } }
@media (min-width: 980px) and (max-width: 992px) {
  .header-topbar .language-item {
    margin: 9px 15px 0 15px; }

  .header-topbar .login-menu {
    padding-left: 5px; }

  .header-topbar .search-form {
    padding: 9px 0 0 5px; }

  .accessibility-menu .am-item {
    margin: 15px 5px 0; } }
@media (max-width: 768px) {
  .col-map {
    display: none; }

  .map-first-col {
    float: none !important;
    width: 100% !important;
    height: auto !important; }

  .map-first-col select {
    width: 95% !important; }

  .txt-map-footer {
    position: relative !important;
    padding-top: 30px; }

  .club-container-img {
    width: 98% !important; } }
/**************   Banner   **************/
.banner-section {
  height: 500px;
  width: 100%;
  overflow: hidden;
  background-color: #ccc;
  text-align: center;
  margin-top: 5px;
  position: relative;
  top: -61px;
  margin-bottom: -62px; }

.banner-section .slick-prev {
  position: absolute;
  z-index: 5;
  top: 40%;
  left: 5%;
  background: url("/web-cpp-theme/css/./imgs/arrow_left_white_l.png");
  background-repeat: no-repeat;
  height: 70px;
  width: 44px;
  border: 0;
  text-indent: -9999px;
  outline: none; }

.banner-section .slick-next {
  position: absolute;
  z-index: 5;
  top: 40%;
  right: 5%;
  background: url("/web-cpp-theme/css/./imgs/arrow_right_white_l.png");
  background-repeat: no-repeat;
  height: 70px;
  width: 44px;
  border: 0;
  text-indent: -9999px;
  outline: none; }

.banner-section .slick-dots {
  list-style: none;
  display: table !important;
  margin: 0 auto;
  position: relative;
  bottom: 70px;
  z-index: 10; }

.banner-section .banner-item {
  position: relative;
  width: 100%;
  height: 100%; }

.banner-section .slick-slide:not(.slick-current):after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  background-image: url("/web-cpp-theme/css/./imgs/bg-arrow.png");
  width: 100%;
  height: 100%; }

.banner-section .slick-slide.slick-current:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  /* background-image: url('/web-cpp-theme/css/./imgs/bg-banner.png'); */
  width: 100%;
  height: 100%; }

.banner-section .banner-text {
  position: absolute;
  z-index: 5999;
  display: block;
  top: 40%;
  left: 0;
  border-left: 8px solid #00833e;
  background-color: rgba(0, 131, 62, 0.4);
  padding: 20px;
  color: white;
  font-size: 3.5rem;
  max-width: 40%;
  text-align: left;
  display: none;
  line-height: 3.5rem;
  text-shadow: 1px 1px #000; }

.banner-section .slick-active .banner-text {
  display: block;
  transition: all .2s ease-in; }

.banner-section .slick-active .banner-item.fixed a {
  z-index: 2; }

.remove-transition {
  transition: none !important; }

.banner-section .banner-img {
  height: 505px;
  width: 1170px;
  overflow: hidden; }

@media (min-width: 992px) and (max-width: 1200px) {
  .banner-section .banner-item {
    max-width: 970px; }

  .banner-section .banner-img {
    height: 505px;
    width: 970px !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .banner-section .banner-item {
    max-width: 750px; }

  .banner-section .banner-img {
    height: 505px;
    width: 750px !important; }

  .logo-box {
    margin-left: -13px; } }
@media (min-width: 768px) and (max-width: 979px) {
  .header-bottombar .container .menu-nav {
    width: 751px;
    margin-left: -13px; } }
@media (max-width: 768px) {
  .banner-section .banner-text {
    top: 40%;
    max-width: 80%;
    font-size: 2.4rem; } }
/**************    News    **************/
.grid-section {
  height: auto;
  width: 100%;
  background-color: #efefef;
  position: relative;
  padding: 40px 0 35px 0; }

.grid-section .section-title {
  padding: 0 0 30px 0;
  display: table;
  position: relative;
  margin: 0 auto; }

/*
.grid-section .section-title:after{
  content: '';
  display: block;
  position: absolute;
  background: url('/web-cpp-theme/css/./imgs/icon_news.png') left center no-repeat transparent;
  height: 40px;
  width: 40px;
  top: -12px;
  left: 20px;
}
*/
.grid-section .item-grid:first-child,
.grid-section .item-grid:nth-of-type(5) {
  padding-left: 0; }

.grid-section .item-grid {
  padding-left: 0;
  padding-right: 0; }

.grid-section .box-grid {
  height: 395px;
  background-color: white;
  max-width: 315px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  overflow: hidden; }

.grid-section .box-grid div {
  max-height: 220px;
  max-width: 315px;
  height: 100%;
  width: 100%; }

.btn-rounded {
  display: inline-block;
  cursor: pointer;
  padding: 5px 15px;
  border-radius: 15px;
  height: auto !important;
  width: auto !important; }

.btn-rounded_blue {
  border: 1px solid #004A98;
  color: #004A98; }

.btn-rounded_blue:hover {
  background: #004A98;
  color: white; }

.btn-rounded_green {
  border: 1px solid #00833E;
  color: #00833E; }

.btn-rounded_green:hover {
  background: #00833E;
  color: white; }

.btn-rounded_red {
  border: 1px solid #B2292E;
  color: #B2292E; }

.btn-rounded_red:hover {
  background: #B2292E;
  color: white; }

.btn-rounded_yellow {
  border: 1px solid #FFCD00;
  color: #231F20; }

.btn-rounded_yellow:hover {
  background: #FFCD00;
  color: #231F20; }

.grid-section .btn-rounded {
  position: absolute;
  left: 15px;
  bottom: 15px;
  height: 44px !important;
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 20px; }

.grid-section .item-grid a {
  text-decoration: none; }

.grid-section .item-grid h3,
.grid-section .item-grid .item-grid__title {
  color: #4c4c50 !important;
  font-size: 1.7rem;
  padding: 0 15px;
  line-height: 2.5rem;
  margin-top: 15px; }

.grid-section .item-grid p {
  padding: 0 45px;
  position: relative;
  color: #4C4C50;
  font-size: 1.4rem;
  padding-top: 4px; }

.grid-section .tag-links {
  color: #4C4C50 !important; }

.grid-section .item-grid p:after {
  content: '';
  display: block;
  background: url("/web-cpp-theme/css/./imgs/icon_tag.png") center center no-repeat transparent;
  height: 21px;
  width: 25px;
  position: absolute;
  top: 5px;
  left: 12px; }

.grid-section .item-grid span.date {
  color: #747484;
  font-size: 1.4rem;
  padding: 0 15px;
  position: absolute;
  bottom: 10px; }

.grid-section .item-grid .link-date {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9; }

@media (max-width: 768px) {
  .grid-section {
    padding: 30px 0 30px 0; }

  .grid-section .news-slider-controls, .hightlights-section .highlights-slider-controls, .media-section .videos-slider-controls {
    padding-top: 15px; } }
/**************   Videos   **************/
.media-section {
  width: 100%;
  position: relative;
  padding: 35px 0 0 0; }

.media-section .section-title,
.events-home .section-title,
.hightlights-section .section-title {
  padding: 0 0 30px 0;
  display: table;
  position: relative;
  margin: 0 auto; }

/*
.media-section .section-title:after{
  content: '';
  display: block;
  position: absolute;
  background: url('/web-cpp-theme/css/./imgs/icon_videos.png') left center no-repeat transparent;
  height: 40px;
  width: 35px;
  top: -12px;
  left: 20px;
}
*/
.media-section .container-fluid,
.videos-slider .item-grid {
  margin-right: 0;
  padding-right: 0;
  margin-left: 0;
  padding-left: 0; }

.media-section .item-grid {
  height: 285px; }

.media-section .item-grid div {
  max-height: 220px;
  max-width: 315px;
  height: 100%;
  width: 100%;
  position: relative;
  margin: auto; }

.media-section .item-grid img {
  margin: 0 auto;
  position: relative; }

.media-section .item-grid div:after {
  content: '';
  display: block;
  background: url("/web-cpp-theme/css/./imgs/bk_videos_green.png") center center no-repeat transparent;
  width: 100%;
  height: 100%; }

.media-section .item-grid a {
  text-decoration: none; }

.media-section .item-grid p {
  padding: 20px 10px 0 10px;
  text-align: center;
  color: #4c4c50;
  font-size: 1.7rem;
  font-weight: bold;
  width: 91%;
  position: relative;
  margin: auto; }

.media-section .button {
  background-color: #fff;
  padding: 6px 15px 5px 15px;
  border-left: 1px solid #B5B5B8;
  border-right: 1px solid #B5B5B8;
  border-bottom: 1px solid #B5B5B8;
  float: right;
  color: #3973AD;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  top: -1px; }

@media (max-width: 768px) {
  .media-section {
    padding: 35px 0 30px 0; } }
/************ Athetics *************/
.athetics-section {
  background: rgba(194, 203, 218, 0.5);
  padding: 30px 0 50px 0;
  position: relative;
  background-image: url("/web-cpp-theme/css/./imgs/icon_athetics_lf.png");
  background-repeat: no-repeat;
  background-position: center left;
  width: 100%;
  height: 100%; }

.athetics-section .section-title {
  text-align: left;
  float: left; }

.athetics-section .select-filter {
  float: right; }

.athetics-section .hightlights-items {
  clear: both;
  padding-top: 50px;
  display: table;
  width: 100%; }

.athetics-section:before {
  content: '';
  display: block;
  background: url("/web-cpp-theme/css/./imgs/icon_athetics_rg.png") no-repeat center right;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; }

.athetics-section .select-filter select {
  position: relative;
  z-index: 50;
  width: 100%;
  height: 36px;
  border: 1px solid #E0E0ED;
  outline: none;
  color: #0052A0;
  padding: 0 15px 0 15px;
  text-transform: uppercase;
  font-weight: 600; }

.athetics-section .container-highlight {
  height: 220px;
  width: 220px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  margin-left: 20px; }

.athetics-section .highlight-link {
  position: relative;
  z-index: 5; }

.athetics-section .show-more {
  clear: both;
  text-align: center;
  border-bottom: 1px dashed #3972AC;
  width: 52%;
  position: relative;
  margin: 0 auto; }

.athetics-section .show-more:after {
  content: '';
  background: url("/web-cpp-theme/css/./imgs/icon_more_bt.png") center center no-repeat;
  width: 100%;
  height: 16px;
  display: block;
  position: absolute; }

.athetics-section .highlight-link a {
  font-size: 1.5rem;
  color: #3972AC;
  text-decoration: none; }

.athetics-section .highlight-item {
  position: relative; }

@media (min-width: 768px) and (max-width: 1040px) {
  .athetics-section .container-highlight {
    height: 170px;
    width: 170px;
    margin-left: 0; } }
@media (max-width: 768px) {
  .athetics-section .container-highlight {
    height: 150px;
    width: 150px;
    position: relative;
    margin: auto;
    margin-bottom: 15px; }

  .athetics-section {
    padding: 30px 0 50px 0;
    background-image: none; }

  .athetics-section:before {
    background: none; }

  .athetics-section .section-title {
    text-align: center;
    float: none; }

  .athetics-section .select-filter {
    top: 10px;
    position: relative; } }
/************** Highlights **************/
.hightlights-section {
  background: #f2f2f2;
  position: relative;
  padding: 30px 0 0 0; }

.hightlights-section .highlight-item {
  text-align: center;
  background: #f2f2f2;
  color: #4c4c50; }

.magazine-item {
  text-align: center;
  background: #fff;
  color: #4c4c50; }

.media-section.high-contrast p {
  color: white !important; }

.hightlights-section .highlight-item img,
.magazine-img {
  position: relative;
  margin: 0 auto;
  height: 100%; }

.hightlights-section a {
  text-decoration: none; }

.hightlights-section .highlight-text {
  padding-top: 20px;
  max-width: 260px;
  position: relative;
  margin: 0 auto;
  color: #4c4c50;
  background: #f2f2f2;
  font-size: 1.7rem;
  font-weight: bold; }

.magazine-text {
  padding-top: 20px;
  max-width: 260px;
  position: relative;
  margin: 0 auto;
  color: #4c4c50;
  background: #ffffff;
  font-size: 1.7rem;
  font-weight: bold; }

body.signed-out.public-page {
  background: url("/web-cpp-theme/css/./imgs/escudo.jpg") no-repeat center center fixed; }

.highlights-slider .highlight-img,
.magazine-img {
  max-width: 260px;
  max-height: 100%;
  height: 310px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden; }

@media (max-width: 768px) {
  .hightlights-section .highlights-slider {
    background-color: transparent;
    padding: 0; }

  .hightlights-section {
    padding: 30px 0 0 0; }

  .hightlights-section .highlights-slider {
    margin-bottom: 15px; }

  .magazine-img {
    max-width: 260px;
    max-height: 100%;
    height: auto;
    width: 100%; }

  .magazine-item {
    margin-bottom: 25px; } }
/**************  Calendar  **************/
.event-section {
  background: rgba(239, 239, 239, 0.4);
  background-image: url("/web-cpp-theme/css/./imgs/bk_events.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 30px 0 30px 0; }

.event-section .event-container {
  background: rgba(239, 239, 239, 0.9);
  padding: 35px 35px 15px 35px; }

.event-section .section-title {
  color: #AD272B;
  padding-left: 60px;
  display: table;
  position: relative;
  margin: auto; }

.event-section .section-title:after {
  content: '';
  display: block;
  /* position: absolute; */
  background: url("/web-cpp-theme/css/./imgs/icon_calendar.png") left center no-repeat transparent;
  height: 40px;
  width: 40px;
  margin-top: -38px;
  margin-left: -45px;
  display: table;
  width: 100px; }

.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 50px #AAAAAA;
  border-radius: 6px;
  background-color: #AAAAAA; }

.scrollbar::-webkit-scrollbar {
  width: 8px;
  background-color: #fff; }

.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #4E4E50; }

.wrapper-events {
  float: right;
  width: 60%; }

.wrapper-events .scroll {
  padding-top: 35px; }

.wrapper-calendar {
  width: 100%;
  max-width: 350px;
  float: left;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(170, 170, 170, 0.55);
  -moz-box-shadow: 3px 3px 6px 0px rgba(170, 170, 170, 0.55);
  box-shadow: 3px 3px 6px 0px rgba(170, 170, 170, 0.55); }

.wrapper-calendar .calendar-title {
  color: #3972AC;
  font-size: 1.4rem;
  text-transform: uppercase;
  width: 70%;
  float: left;
  font-weight: 600;
  text-align: center; }

.calendar-days-week .calendar-day {
  color: #3972AC;
  font-size: 1.5rem;
  font-weight: 600; }

.calendar-days .calendar-week a {
  color: #000000;
  font-size: 1.5rem;
  font-family: sans-serif;
  text-decoration: none; }

.wrapper-calendar .calendar-header {
  background: rgba(194, 203, 218, 0.4);
  height: 50px;
  padding-top: 6px; }

.wrapper-calendar .calendar-off {
  opacity: 0.4; }

.wrapper-calendar .calendar-prev {
  display: block;
  background-image: url("/web-cpp-theme/css/./imgs/arrow_left_xs.png");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 3px;
  z-index: 2; }

.calendar-days .calendar-day.active {
  border-radius: 100%;
  background-image: url("/web-cpp-theme/css/./imgs/bk_days.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%; }

.wrapper-calendar .calendar-next, .wrapper-calendar .calendar-prev {
  float: left;
  width: 15%;
  padding: 10px 20px 20px 20px;
  cursor: pointer; }

.wrapper-calendar .calendar-next {
  display: block;
  background-image: url("/web-cpp-theme/css/./imgs/arrow_right_xs.png");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 3px;
  z-index: 2; }

.wrapper-calendar .calendar-week {
  clear: both; }

.wrapper-calendar .calendar-day {
  float: left;
  width: 14.28%;
  text-align: center;
  height: 33px;
  line-height: 33px; }

.wrapper-calendar .calendar-content {
  background-color: #fff;
  padding-bottom: 50px; }

.event-section .container-scroll-panel {
  height: 230px;
  width: 100%; }

.event-section .scrollbar {
  float: left;
  height: 235px;
  width: 100%;
  background: transparent;
  overflow-y: scroll;
  margin-bottom: 25px; }

.tooltipster-box .highlight-date span:first-child,
.event-section .highlight-date span:first-child {
  color: #4E4E50;
  font-size: 6rem;
  line-height: 5.9rem;
  text-align: center; }

.tooltipster-box .highlight-date span:last-child,
.event-section .highlight-date span:last-child {
  color: #4E4E50;
  font-size: 1.3rem;
  text-align: center;
  padding-left: 3px;
  font-weight: 400; }

.tooltipster-box .highlight-item,
.event-section .highlight-item {
  display: table;
  padding-left: 15px; }

.tooltipster-box .highlight-date,
.event-section .highlight-date {
  width: 69px; }

.tooltipster-box .highlight-text,
.event-section .highlight-text {
  padding-left: 30px;
  display: table-cell;
  vertical-align: middle;
  text-align: left; }

.scrollbar hr {
  clear: both;
  border-top: 1px solid rgba(170, 170, 170, 0.4);
  width: 90%;
  margin-left: 0; }

.scrollbar hr:last-child {
  display: none; }

.tooltipster-box .highlight-date hr,
.event-section .highlight-date hr {
  border-top: 1px solid #4E4E50;
  margin: 0;
  padding: 0 0 5px 0; }

.tooltipster-box .highlight-text p,
.event-section .highlight-text p {
  color: #4D4D50;
  font-size: 1.5rem;
  margin: 0; }

.events-home {
  background-color: #FFCD00;
  /*background-image: url('/web-cpp-theme/css/./imgs/background-events.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 960px;*/ }

.events-home .container {
  padding: 35px 0 35px 0; }

.tooltipster-box .highlight-text span,
.event-section .highlight-text span {
  color: #3972AC;
  font-size: 1.5rem;
  font-weight: 600; }

/* popup calendar */
/*
.event-section .popup-calendar{
  position: absolute;
  background-color: #fff;
  border: 1px solid #9A9AA1;
  padding: 20px;
  z-index: 10;
  margin-top: 20px;
  margin-left: -108px;
  font-family: sans-serif;
  display: none;
}

.event-section .header-popup a:after{
  content: '';
  display: block;
  background: url(/web-cpp-theme/css/./imgs/icon_close.png) right center no-repeat;
  height: 24px;
  width: 24px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.popup-calendar .highlight-item{
  padding-top: 15px;
}

.event-section .header-popup:after{
  background: url('/web-cpp-theme/css/./imgs/arrow_popup.png');
  content: '';
  display: block;
  height: 17px;
  width: 28px;
  position: absolute;
  margin-top: -37px;
  margin-left:98px;
}
*/
@media (min-width: 992px) and (max-width: 1200px) {
  .wrapper-events {
    width: 50%; } }
@media (max-width: 992px) {
  .wrapper-calendar {
    max-width: 100%; }

  .wrapper-events {
    width: 100%;
    float: none;
    padding-top: 40px;
    display: table; }

  .banner-section {
    top: -59px; }

  .hightlights-section {
    padding: 30px 0 30px 0; }

  .events-listCC .event {
    margin-bottom: 20px; }

  .event-page .events {
    height: auto !important; } }
@media (max-width: 768px) {
  .event-section {
    padding: 0; } }
/**********************   social section   **********************/
.social-section {
  padding: 30px 0 40px 0; }

.social-section .section-title {
  padding-bottom: 20px; }

.social-section .wrapper-instagram {
  border: 1px solid #E0E5EC;
  height: 362px;
  width: 320px; }

.social-section .wrapper-twitter {
  height: 362px;
  width: 320px;
  background-color: #fff; }

.instaFeed {
  position: relative;
  margin: auto;
  padding-left: 5px;
  overflow: auto;
  height: 232px; }

.instaFeed .insta-photo {
  width: 47%;
  float: left;
  margin: 3px; }

.header-instagram {
  margin: 15px 28px 0px 20px;
  padding: 0px;
  border: 0px solid black;
  position: relative;
  float: left; }

.box-insta-image {
  margin: 0px;
  padding: 0px;
  border: 0px solid black;
  vertical-align: baseline;
  -webkit-box-align: stretch;
  align-items: stretch;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  height: 77px;
  width: 77px; }

.box-insta-image img {
  margin: 0px;
  padding: 0px;
  vertical-align: baseline;
  height: 77px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 77px; }

.social-section .wrapper-instagram {
  background-color: #efefef; }

.insta-title {
  float: left;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: black;
  font-size: 20px;
  padding: 27px 0 10px 0; }

.insta-links a {
  clear: both;
  color: #003569; }

.insta-links {
  padding: 15px 0 5px 0;
  font-size: 13px;
  text-align: left;
  color: #262626; }

.insta-separator {
  clear: both;
  border-top: 1px solid #dbdbdb;
  width: 90%;
  position: relative;
  margin: auto;
  margin-top: 25px; }

.insta-title:after {
  content: '';
  display: block;
  background: url("/web-cpp-theme/css/./imgs/icon-verify.png") no-repeat center center;
  width: 18px;
  height: 18px;
  position: absolute;
  margin: -20px 0 0 120px; }

@media (max-width: 992px) {
  .social-section {
    padding: 30px 0 50px 0; }

  .social-section .highlight-item {
    padding: 0; }

  .social-section .section-title {
    padding-bottom: 20px; }

  .highlight-mobile {
    display: table;
    position: relative;
    margin: auto; }

  .link-facebook {
    content: '';
    display: block;
    text-indent: -9999px;
    background: url("/web-cpp-theme/css/./imgs/icon_facebook_mob.png") left center no-repeat transparent;
    height: 48px;
    width: 58px;
    float: left; }

  .link-instagram {
    content: '';
    display: block;
    text-indent: -9999px;
    background: url("/web-cpp-theme/css/./imgs/icon_instagram_mob.png") left center no-repeat transparent;
    height: 48px;
    width: 58px;
    float: left; }

  .link-twitter {
    content: '';
    display: block;
    text-indent: -9999px;
    background: url("/web-cpp-theme/css/./imgs/icon_twitter_mob.png") left center no-repeat transparent;
    height: 48px;
    width: 58px;
    float: left; }

  .link-youtube {
    content: '';
    display: block;
    text-indent: -9999px;
    background: url("/web-cpp-theme/css/./imgs/icon_youtube_mob.png") left center no-repeat transparent;
    height: 48px;
    width: 48px;
    float: left; } }
@media (min-width: 1200px) {
  .social-section .highlight-item:first-child {
    padding-left: 40px !important; }

  .social-section .highlight-item {
    padding-left: 32px; }

  .social-section .highlight-item:last-child {
    padding-left: 25px; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .social-section .highlight-item {
    padding-left: 0px;
    overflow: hidden; }

  .social-section .container {
    padding: 0px; }

  .social-section .wrapper-twitter,
  .social-section .wrapper-instagram {
    width: 310px; } }
/**************  Partners  **************/
.partners-section {
  position: relative;
  clear: both;
  padding: 30px 0 40px 0; }

.partners-section .section-title {
  padding-bottom: 20px; }

.partners-section .partners-slider {
  background-color: #fff;
  padding: 12px;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(76, 76, 80, 0.25);
  -moz-box-shadow: 3px 3px 6px 0px rgba(76, 76, 80, 0.25);
  box-shadow: 3px 3px 6px 0px rgba(76, 76, 80, 0.25); }

.partners-section .slick-prev {
  position: absolute;
  z-index: 5;
  left: 5%;
  bottom: 7%;
  background: url("/web-cpp-theme/css/./imgs/arrow_left_l.png");
  background-repeat: no-repeat;
  height: 70px;
  width: 44px;
  border: 0;
  text-indent: -9999px;
  outline: none; }

.partners-section .slick-next {
  position: absolute;
  z-index: 5;
  right: 5%;
  bottom: 7%;
  background: url("/web-cpp-theme/css/./imgs/arrow_right_l.png");
  background-repeat: no-repeat;
  height: 70px;
  width: 44px;
  border: 0;
  text-indent: -9999px;
  outline: none; }

.partners-slider.slick-initialized.slick-slider,
.partners-slider-highlight.slick-initialized.slick-slider {
  position: initial; }

.wrapper-language-item a:hover {
  color: #00833e !important; }

.partners-section .item-grid {
  margin: 0;
  padding: 0; }

.partners-section .item-img {
  width: 200px;
  height: 80px;
  overflow: hidden;
  position: relative;
  margin: auto;
  display: table-cell;
  vertical-align: middle; }

.partners-section .item-grid img {
  margin: 0 auto;
  position: relative;
  max-height: 80px;
  overflow: hidden; }

@media (max-width: 500px) {
  .partners-section .item-img {
    width: 100px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center; } }
@media (max-width: 768px) {
  .partners-section .section-title {
    text-align: center; } }
/* Edit 24082017 */
.partners-section .partners-slider-highlight {
  background-color: #fff;
  padding: 12px;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(76, 76, 80, 0.25);
  -moz-box-shadow: 3px 3px 6px 0px rgba(76, 76, 80, 0.25);
  box-shadow: 3px 3px 6px 0px rgba(76, 76, 80, 0.25);
  margin-bottom: 30px; }

.partners-section .partners-slider-highlight .item-img {
  width: 250px;
  height: 150px;
  overflow: hidden;
  position: relative;
  margin: auto;
  display: table-cell;
  vertical-align: middle; }

.partners-section .partners-slider-highlight .item-grid img {
  margin: 0 auto;
  position: relative;
  max-height: 100px;
  overflow: hidden; }

.partners-section .partners-slider-highlight.main .item-grid img {
  margin: 0 auto;
  position: relative;
  max-height: 120px;
  overflow: hidden; }

.partners-section .partners-slider-highlight .slick-prev {
  top: 30%; }

.partners-section .partners-slider-highlight .slick-next {
  top: 30%; }

@media (max-width: 700px) {
  .partners-section .partners-slider-highlight .item-grid a {
    position: relative;
    margin: auto;
    display: table; } }
@media (max-width: 500px) {
  .partners-section .partners-slider-highlight .item-img {
    width: 200px;
    height: 130px; } }
/********************** Newsletter Section **********************/
.newsletter-section {
  background: url("/web-cpp-theme/css/./imgs/bk_newsletter.png") no-repeat 90% center transparent;
  background-color: #efefef;
  clear: both;
  padding: 30px 0 10px 0; }

.newsletter-section .section-title {
  text-align: center;
  padding-bottom: 20px; }

.newsletter-section .form-field {
  float: left;
  width: 33%;
  padding-right: 20px; }

/* hide the aux form 
section#portlet_56_INSTANCE_SDu2mrVdtjP6 {
    display: none;
}
*/
.newsletter-section input[type="submit"] {
  border: 1px solid #7B7B7B;
  background: #3974AE;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 14px 8px 14px;
  font-size: 1.2rem; }

.newsletter-section p.title {
  color: #3972AC;
  font-size: 2rem;
  text-transform: none;
  font-weight: 400; }

.newsletter-section .form-newsletter input::-webkit-input-placeholder {
  color: #0052A0; }

.newsletter-section .form-newsletter input::-moz-placeholder {
  color: #0052A0; }

.newsletter-section .form-newsletter input:-ms-input-placeholder {
  color: #0052A0; }

.newsletter-section .form-newsletter input:-moz-placeholder {
  color: #0052A0; }

@media (min-width: 991px) and (max-width: 1200px) {
  .newsletter-section {
    background: url("/web-cpp-theme/css/./imgs/bk_newsletter.png") no-repeat 95% center transparent;
    background-color: #efefef; } }
@media (max-width: 768px) {
  .newsletter-section .form-field {
    float: none;
    width: 70%;
    padding-bottom: 10px; } }
/**************   Footer   **************/
footer {
  background-color: #4C4C50;
  color: white; }

footer .container {
  padding: 50px 0 50px 0; }

footer .col p {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  text-transform: uppercase; }

.footer-heading {
  color: #fff !important;
  font-size: 2.2rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important; }

footer ul {
  list-style: none;
  padding-left: 0;
  margin: 0 !important; }

footer ul li {
  padding-top: 15px;
  padding-bottom: 6px; }

footer ul li a,
footer ul li a:hover,
footer ul li a:focus {
  color: #fff !important;
  font-size: 1.6rem; }

footer span {
  background: #4c4c50;
  color: #fff;
  font-size: 1.3rem; }

.white-text {
  color: #fff !important;
  font-size: 1.3rem; }

footer .title-contacts,
footer .form-newsletter {
  padding-top: 15px; }

footer .text-contacts {
  padding-top: 10px;
  background: #4c4c50;
  color: white; }

footer .container {
  margin: 0 auto;
  position: relative;
  display: table; }

footer .footer-row {
  background: url("/web-cpp-theme/css/./imgs/bk_footer.png") repeat-x;
  height: 80px; }

footer .footer-row .container {
  padding: 0 0 0 15px; }

footer .footer-row p {
  color: #fff;
  padding-top: 28px;
  text-align: center; }

footer .wrapper-map {
  border: 1px solid #818080;
  height: 150px;
  margin-top: 27px; }

@media (max-width: 768px) {
  footer .item-grid p {
    padding-top: 25px; }

  footer .container {
    padding: 20px 0 50px 0; }

  footer .footer-row .container {
    padding: 0; }

  footer ul li:last-child {
    padding-bottom: 0; } }
@media (min-width: 768px) and (max-width: 992px) {
  footer .item-grid:last-child {
    padding-top: 25px; } }
/**************  Content  **************/
.content-section {
  background: rgba(239, 239, 239, 0.4);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 60px 0 30px 0; }

/* Tooltip */
.tooltipster-sidetip .tooltipster-box {
  background: #fff !important;
  border: 2px solid #ECECFB !important;
  border-radius: 4px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #ECECFB !important; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #ECECFB !important; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff !important; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff !important; }

/* Fancybox */
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  display: none; }

/**************  High contrast  **************/
.media-section.high-contrast,
.header-bottombar.high-contrast,
.grid-section.high-contrast {
  background: black !important;
  color: white !important; }

p.section-title.high-contrast,
.navbar-default .navbar-nav > li > a.high-contrast,
.navbar-default .navbar-nav > li > a.high-contrast:hover {
  color: white !important; }

.navbar-default .navbar-nav > li > a.active.high-contrast:after,
.navbar-default .navbar-nav > li > a.high-contrast::after {
  background-color: white; }

body.high-contrast {
  background: black !important;
  color: white !important; }

.banner-section .banner-text.high-contrast {
  background-color: white;
  color: black; }

.grid-section .item-grid h3 .high-contrast,
.grid-section .item-grid a .high-contrast,
.grid-section .item-grid span.date.high-contrast,
.newsletter-section p.title.high-contrast,
label.control-label.high-contrast {
  color: black; }

@media all and (max-width: 768px) {
  .slick-prev.high-contrast,
  .slick-next.high-contrast {
    background-color: black; } }
.athetics-section .highlight-link a.high-contrast,
.athetics-section .highlight-link a:hover.high-contrast {
  color: white; }

.athetics-section .show-more.high-contrast {
  border-bottom: 1px dashed white; }

.events h3.high-contrast,
.event-date .btext.high-contrast,
.event-date .stext.high-contrast,
.event-text span.high-contrast {
  color: white !important; }

.event-date li hr.high-contrast {
  background-color: white; }

tr.high-contrast,
.aui .table-striped tbody.high-contrast > tr:nth-child(odd) > td.high-contrast, .aui .table-striped tbody > tr:nth-child(odd) > th,
.aui .table-hover tbody tr:hover > td.high-contrast,
.aui .table-hover tbody tr:hover > th.high-contrast {
  background-color: transparent !important; }

/**************   Paralympic sports, Newsletter list and E-news  **************/
ul.sports-list,
ul.enews-list,
ul.newsletter-list {
  list-style: none;
  margin: 0; }

ul.sports-list li,
ul.enews-list li,
ul.newsletter-list li {
  margin-bottom: 5px;
  width: 160px;
  float: left;
  display: inline;
  margin-right: 12px;
  margin: 0 30px 15px 0; }

ul.sports-list figure,
ul.enews-list figure,
ul.newsletter-list figure {
  margin: 0px;
  background-color: white;
  height: 150px;
  padding-top: 10px;
  background-image: initial;
  background-position: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  border: 1px solid #eeeeee;
  text-align: center;
  border-radius: 20px; }

ul.enews-list figure {
  padding-top: 35px; }

ul.sports-list figure img {
  border-radius: 50%;
  padding: 5px;
  max-width: 516px !important; }

ul.newsletter-list figcaption {
  padding: 5px;
  height: 105px;
  display: table-cell;
  vertical-align: middle;
  width: 160px; }

ul.enews-list figcaption {
  padding: 5px;
  height: 65px;
  display: table-cell;
  vertical-align: middle;
  width: 160px; }

ul.sports-list figcaption {
  height: 55px; }

ul.sports-list figcaption,
ul.newsletter-list figcation {
  background-color: transparent;
  padding: 5px;
  display: table-cell;
  vertical-align: middle;
  width: 160px;
  font-size: 1.7rem;
  color: #4c4c50; }

.title-sport h3 {
  color: #4c4c50 !important; }

ul.newsletter-list figcation {
  padding: 5px; }

ul.sports-list figure:hover,
ul.enews-list figure:hover,
ul.newsletter-list figure:hover {
  background-color: #f4f5f5; }

/* Detail */
.box-rounded-image {
  float: left;
  float: left;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #efefef; }

.smaller-img {
  width: 50px; }

.title-sport {
  float: left;
  padding-left: 20px; }

/************** Geral *************/
h2 {
  color: #BD0B2E !important; }

h3 {
  color: #1866a4 !important; }

.clear-both {
  clear: both; }

.aui a,
.aui a:hover {
  color: #0077b3;
  text-decoration: none; }

li.dropdown-submenu-cpp {
  height: 52px; }

#hrefFm {
  margin: 0; }

/*
.aui .modal{
	z-index: 999999 !important;	
}

div#column-1 {
    padding: 15px !important;
}
*/
.taglib-header {
  display: none; }

.portlet-asset-publisher .asset-content {
  margin-left: 0; }

.back-anchor {
  margin-top: 20px;
  display: table;
  padding: 10px 20px;
  color: #4c4c50 !important;
  font-weight: bold;
  border: 1px solid #4c4c50;
  border-radius: 20px; }

.back-anchor:hover {
  color: white !important;
  background: #4c4c50; }

.back-anchor:before {
  content: '<';
  padding-right: 10px; }

.high-contrast .back-anchor {
  margin-top: 20px;
  display: table;
  padding: 10px 20px;
  color: !important;
  font-weight: bold;
  border: 1px solid white !important;
  border-radius: 20px;
  color: white !important; }

.high-contrast .back-anchor:hover {
  color: #4c4c50 !important;
  background: white; }

.high-contrast .club-detail {
  background: transparent; }

.high-contrast .club-detail * {
  color: white; }

.taglib-social-bookmarks {
  display: table;
  position: relative;
  float: right;
  margin-top: -36px;
  background: none; }

.taglib-social-bookmarks ul.unstyled {
  padding-bottom: 0; }

@media (max-width: 979px) {
  .aui input[type="color"],
  .aui input[type="date"],
  .aui input[type="datetime"],
  .aui input[type="datetime-local"],
  .aui input[type="email"],
  .aui input[type="month"],
  .aui input[type="number"],
  .aui input[type="password"],
  .aui input[type="search"],
  .aui input[type="tel"],
  .aui input[type="text"],
  .aui input[type="time"],
  .aui input[type="url"],
  .aui input[type="week"],
  .aui select, .aui textarea,
  .aui .input-prepend .add-on,
  .aui .navbar-search
  .search-query, .aui
  .uneditable-input {
    font-size: 14px; } }
li#_2_WAR_notificationsportlet_userNotifications {
  display: none; }

/********* News Page ********/
.all-news .grid-section {
  background: none; }

.news-slider h3,
.all-news .item-grid__title {
  margin-top: 4px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.item-grid__date {
  padding: 15px 0 0 15px;
  display: block;
  color: #333;
  font-size: 14px; }

.news-slider .box-grid,
.all-news .grid-section .box-grid {
  height: 403px; }

.all-news .grid-section .box-grid {
  -webkit-box-shadow: 3px 3px 6px 0 rgba(76, 76, 80, 0.25);
  -moz-box-shadow: 3px 3px 6px 0 rgba(76, 76, 80, 0.25);
  box-shadow: 3px 3px 6px 0 rgba(76, 76, 80, 0.25);
  margin-bottom: 35px; }

/********** Video Page ***********/
.media-section.video-page {
  background: none;
  padding: 0; }

/********* Search Page *********/
#cflv_null_null_facet,
#pkua_null_null_facet,
#qfbf_null_null_facet,
#xqvp_null_null_facet,
.search-facet.search-scopes,
.search-facet.search-asset_entries,
.search-facet.search-folders,
.search-facet.search-users,
.taglib-search-iterator-page-iterator-top {
  display: none; }

.lfr-search-container {
  margin-top: 0; }

input#_3_search,
input#_3_clearSearch {
  position: relative;
  top: -4px;
  padding: 0 5px; }

/*********** Related News ************/
p#tag-name {
  padding: 0 45px;
  position: relative;
  color: #4c4c50;
  font-size: 2.4rem;
  padding-top: 4px; }

p#tag-name:after {
  content: '';
  display: block;
  background: url("/web-cpp-theme/css/./imgs/icon_tag.png") center center no-repeat transparent;
  height: 21px;
  width: 25px;
  position: absolute;
  top: 5px;
  left: 12px; }

/******* Form news *******/
.aui .alert {
  margin-bottom: 0;
  text-align: center; }

span.label-required {
  display: none; }

label.control-label {
  font-size: 14px;
  font-weight: normal;
  color: #3972ac;
  padding-left: 5px; }

.newsletter-section .form-field.button {
  padding-top: 23px; }

.newsletter-section form {
  margin: 30px 0 -10px 0 !important; }

.form-validator-stack .required {
  position: absolute; }

div#itemToFocus {
  border-bottom: 0; }

.button-holder.alert.alert-info {
  border-top: 0; }

.oldEvents {
  display: none; }

.event-date {
  padding-top: 10px; }

.event-date ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.wrapper.events,
.event {
  padding: 0;
  margin: 0; }

.event-date .btext {
  color: #00833e;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: bold; }

.event-date li hr {
  margin: 5px 0 5px 0;
  padding: 0;
  height: 1px;
  border: 0;
  background-color: #4E4E50;
  width: 55px; }

.event-date .stext {
  font-size: 13px;
  color: #4E4E50; }

.event-date,
.event-text {
  float: left; }

.event-text {
  padding: 25px 0 0 20px; }

.event-text p {
  margin: 0; }

.event-text span {
  font-weight: bold;
  color: #00833e; }

.event-title {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px; }

.wrapper.events .separator {
  padding: 0;
  margin: 0; }

.separator .aux {
  display: none; }

@media (max-width: 768px) {
  #content {
    padding-left: 0;
    padding-right: 0; } }
select#_3_groupId {
  display: none; }

@media (max-width: 320px) {
  .header-topbar .search-form input[type="text"] {
    width: 70% !important; }

  .header-topbar .search-form {
    padding: 9px 0 0 40px; }

  .athetics-section .container-highlight {
    height: 120px;
    width: 120px; }

  .athetics-section .highlight-item {
    padding: 0; } }
@media (max-width: 455px) {
  ul.sports-list, ul.enews-list, ul.newsletter-list {
    display: table;
    margin: auto;
    width: 140px;
    padding-left: 25px; } }
.media-section .container {
  position: initial; }

#content {
  min-height: 500px; }

.video-page .item-grid {
  margin-bottom: 30px; }

/********** SOCIAL ORGANS *********/
.so-section .container {
  margin: 0;
  padding: 0; }

.so-section .item-grid .item {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: .3s; }

.so-section .item-img {
  height: 230px;
  max-width: 100%;
  overflow: hidden;
  background-color: white; }

.so-section .item-img div {
  height: 100%; }

.so-section .item-grid {
  margin-bottom: 30px; }

.so-section .item-img img {
  max-height: 230px;
  max-width: 100%;
  height: auto;
  width: auto;
  position: relative;
  margin: auto;
  display: table; }

.so-section .label {
  padding: 12px 5px;
  background-color: #fff;
  width: 100%;
  border-radius: 0; }

.so-section .label .principal {
  font-size: 16px;
  padding: 10px 0 0 10px;
  text-shadow: none;
  color: #4c4c50; }

.so-section .label .second {
  padding: 0 10px;
  font-size: 14px;
  font-weight: normal;
  text-shadow: none;
  color: #4c4c50; }

@media (max-width: 768px) {
  .so-section .item-grid {
    margin-bottom: 30px;
    max-width: 300px;
    min-width: 240px;
    position: relative;
    margin-left: auto;
    margin-right: auto; } }
.journal-article-wrapper-content {
  padding: 10px; }

/* full container for search page */
.row-fluid.search-layout div.span10.result {
  width: 100%; }

/* SECCAO ATLETAS */
.atlete-container {
  display: flex;
  background: white;
  border: 1px solid #efefef;
  background: linear-gradient(to bottom right, #ffffff, #f3f1f1);
  padding: 30px; }

.atlete-container .aside {
  width: 35%;
  margin-right: 35px; }

.tab-content {
  background: white;
  padding: 20px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd; }

#tab-perfil {
  margin-bottom: 0; }

.atlete-container .aside h2 {
  text-transform: uppercase;
  font-size: 30px;
  padding-bottom: 20px;
  white-space: nowrap;
  color: #4c4c50 !important; }

.atlete-container .principal-col {
  width: 100%; }

.atlete-container .mod-text {
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right; }

.atlete-container .mod-text img {
  border-radius: 50%;
  height: 55px;
  width: 55px;
  border: 1px solid #eee;
  padding: 2px;
  margin-right: 15px; }

#tab-perfil li {
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase; }

#panel1 strong {
  font-size: 18px; }

#panel1 span {
  font-size: 16px; }

.mold {
  display: inline-block;
  height: 200px;
  width: 220px;
  margin: 10px; }

.mold.video:after {
  content: '';
  display: block;
  background: url(/web-cpp-theme/css/./imgs/bk_videos_green.png) center center transparent;
  width: 100%;
  height: 100%; }

#panel4 a {
  display: inline-block; }

.container-card h4,
.container-card h3 {
  padding-top: 8px;
  line-height: 20px; }

.container-card p {
  padding-bottom: 8px; }

/* FIM ATLETAS */
.event-page .events {
  /* height: 336px;*/
  height: 351px;
  /*overflow-y: scroll;*/
  overflow-x: hidden;
  padding-right: 0; }

.event-text {
  max-width: 80%; }

.events-listCC .event {
  background: white;
  margin-bottom: 29px;
  /* padding: 15px 20px; */
  padding: 21px 20px; }

.event-page.row {
  margin-left: 0 !important; }

.calendar-content {
  padding-left: 0; }

/* MAP  SECTION */
.map-first-col {
  float: left;
  width: 60%;
  height: 335px;
  position: relative; }

.title-map {
  padding-bottom: 30px; }

label.map-label__text {
  padding-left: 0; }

.txt-map-footer {
  /*position: absolute;	
  bottom: 0;	*/
  width: 100%;
  display: table; }

.txt-map-footer p {
  font-size: 13px; }

select#district-map, select#county-map, select#local-map, select#modalidades-map {
  /* float: left; */
  width: 100%;
  margin: 0 10px 16px 0;
  clear: both;
  height: 35px; }

#mapster_wrap_0 {
  margin: auto; }

.phone-icon {
  background: url("/web-cpp-theme/css/./imgs/phone-icon.png") center center no-repeat transparent;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle; }

.mail-icon {
  background: url("/web-cpp-theme/css/./imgs/mail-icon.png") center center no-repeat transparent;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle; }

.no-padding {
  padding: 0; }

.col-map {
  float: left;
  width: 40%; }

.separator-map {
  position: relative;
  height: 40px;
  display: block;
  width: 100%;
  clear: both; }

.link-club {
  color: black !important; }

.club-detail {
  padding: 20px;
  margin: 0 0 15px 0;
  border: 1px solid #efefef;
  background: linear-gradient(to bottom right, #ffffff, #f3f1f1);
  box-shadow: 4px 4px 0px #efefef; }

.club-detail .main-text {
  font-size: 18px;
  margin-bottom: 15px;
  color: #4c4c50 !important;
  line-height: 25px; }

#txt-results {
  display: none; }

#txt-results p {
  text-align: center;
  padding: 30px; }

/* END MAP SECTION */
/* SHARE BAR */
.floating_bar {
  position: fixed;
  top: calc(65% - 184px);
  right: 0;
  z-index: 600;
  /*display: block;*/
  display: none; }

.share_facebook {
  background: url("/web-cpp-theme/css/./imgs/share_icon1.jpg") center center no-repeat transparent; }

.share_instagram {
  background: url("/web-cpp-theme/css/./imgs/share_icon2.jpg") center center no-repeat transparent; }

.share_twitter {
  background: url("/web-cpp-theme/css/./imgs/share_icon3.jpg") center center no-repeat transparent; }

.share_youtube {
  background: url("/web-cpp-theme/css/./imgs/share_icon4.jpg") center center no-repeat transparent; }

.share_floating_bar {
  width: 46px;
  height: 46px; }

.social-section {
  display: none; }

@media (max-width: 992px) {
  .social-section {
    display: block; }

  .floating_bar {
    display: none; } }
/* END SHARE BAR */
.title-club {
  color: #4c4c50 !important;
  padding-left: 15px; }

.club-container-img {
  width: 23%;
  border-radius: 5px;
  height: 200px;
  display: inline-block; }

/* athletes */
.card-group {
  padding-top: 20px; }

.card-group .card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 23.7%;
  margin: 0 .5% 2% .5%;
  display: inline-block;
  position: relative;
  background-color: white; }

.card-group .card:hover .image {
  opacity: 0.3; }

.card-group .card:hover .middle {
  opacity: 1; }

.card-group .container-card {
  padding: 2px 16px; }

.card-group .text {
  background-color: white;
  border: 2px solid #bd0b2e;
  color: #bd0b2e;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 16px;
  position: absolute;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.card-group .image-container {
  width: 100%;
  height: 240px; }

.card-group .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden; }

.card-group .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 100%; }

@media (min-width: 768px) and (max-width: 1200px) {
  .card-group .card {
    width: 31.5% !important; } }
@media (max-width: 768px) {
  .card-group .card {
    width: 48% !important;
    margin-bottom: 20px !important; }

  .thl-filter-box {
    display: block !important; } }
@media (max-width: 480px) {
  .card-group .card {
    width: 100% !important; } }
.thl-filter-box {
  padding: 20px;
  color: white;
  background-color: #00833E;
  display: flex;
  justify-content: center;
  align-items: center; }

.thl-title {
  font-size: 2.5rem !important;
  padding-right: 25px;
  white-space: nowrap; }

select#modalidade {
  color: black;
  width: 100%;
  height: 64px;
  margin: 0;
  font-size: 20px; }

@media (max-width: 768px) {
  .atlete-container {
    display: block; }

  .atlete-container .aside {
    margin-right: 0;
    width: 100%; }

  .atlete-container .principal-col {
    width: 100%;
    padding-top: 20px; } }
.card h4,
.card h3 {
  color: #4c4c50 !important;
  font-size: 1.7rem;
  margin-top: 15px; }

.card p {
  color: #4c4c50 !important;
  font-size: 1.5rem; }

/* athletes */
/* CSS temporario at? fase 2 */
.login-menu {
  display: none; }

#list-news .item-grid {
  visibility: hidden; }

@media (max-width: 992px) {
  .event-page .col-md-6 {
    padding: 0; }

  .cal1 {
    display: table;
    margin: auto auto 20px auto !important; }

  .event-text {
    max-width: 70%;
    padding: 5px 0 0 20px; }

  .event-page .separator {
    clear: both;
    padding: 5px 0 !important; } }
.event-page.high-contrast td,
.event-page.high-contrast p,
.event-date .btext.high-contrast,
.event-date .stext.high-contrast,
.event-text p.high-contrast {
  color: black !important; }

.event-date hr.high-contrast,
.partners-section.high-contrast {
  background: black !important; }

.sports-list li img {
  max-height: 90px; }

/*
#header:after {
	content: '';
	display: block;
	width: 100%;
	height: 55px;
	background: white;
	position: absolute;
	top: 0;
	left: -75vw;
}
*/
#header {
  position: relative;
  z-index: 11; }

.site-skin {
  position: absolute;
  width: 374px;
  top: -144px; }

#site-skinl {
  left: 0;
  background-position: left top; }

#site-skinr {
  right: 0;
  background-position: right top; }

.video-page .video-item:after {
  content: '';
  display: block;
  background: url("/web-cpp-theme/css/./imgs/bk_videos_green.png") center center no-repeat transparent;
  width: 100%;
  height: 100%; }

div#content {
  position: relative;
  top: -6px; }

#navigation .nav > li > a {
  padding: 10px 12px 13px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px; }

@media (max-width: 991px) {
  .aui #navigation {
    display: none; }

  .aui #navigation.open {
    display: block; } }
.container-mobile-menu .main-menu {
  color: white;
  text-align: center;
  font-size: 20px;
  display: block;
  height: 80%;
  padding-top: 10px;
  padding-bottom: 10px; }

.container-mobile-menu .main-menu:hover,
.container-mobile-menu .main-menu:focus {
  color: black;
  text-align: center;
  font-size: 20px;
  display: block;
  height: 80%;
  padding-top: 10px;
  padding-bottom: 10px; }

/* Cookies */
.cookies {
  position: relative;
  background: #efefef;
  z-index: 99999;
  width: 100%;
  display: none; }

.cookies .alert {
  background: #efefef;
  color: #000;
  border: 0;
  padding-left: 0;
  padding-right: 0; }

.cookies p {
  color: #000000;
  float: left;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 4px;
  padding-right: 10px;
  text-align: left; }

@media (min-width: 769px) {
  .cookies p {
    width: 60%; } }
.cookies .btn.btn-sm.btn-primary.btn-blue {
  float: right;
  background-color: #33577a;
  background-image: none;
  border: 0;
  margin-bottom: 15px;
  font-size: 16px; }

/* Search */
.portlet-search .portlet-icon-back {
  display: none; }

.portlet-search #_3_facetNavigation {
  max-width: 20%; }

.portlet-search .span10.result {
  max-width: 80%;
  background: white; }

@media (max-width: 979px) {
  .portlet-search #_3_facetNavigation {
    display: none; }

  .portlet-search .span10.result {
    max-width: 100%;
    margin: 0; }

  .clearfix.lfr-pagination {
    width: 100%; } }
@media (max-width: 768px) {
  .portlet-search .search-layout .result .asset-entry .asset-entry-title a {
    font-size: 15px; }

  .portlet-search .search-layout .result .asset-entry .asset-entry-summary {
    font-size: 12px; }

  .container-fluid.events-home {
    padding: 0 25px; } }
.club-detail {
  display: none; }

#mapster_wrap_0 {
  float: right; }

.col-map {
  position: relative;
  top: -100px;
  margin-bottom: -50px; }

.separator-map {
  height: 1px; }

.title-map {
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 17.5px !important;
  line-height: 21.5px !important;
  color: #333 !important; }

@media (min-width: 768px) {
  .title-map {
    max-width: 60%; } }
.txt-map-footer {
  bottom: 25px; }

.aui .navbar .nav > li > a {
  text-shadow: none; }

.event-page_sc .clndr,
.event-page_sc .events-listCC .event {
  -webkit-box-shadow: 3px 3px 6px 0 rgba(76, 76, 80, 0.25);
  -moz-box-shadow: 3px 3px 6px 0 rgba(76, 76, 80, 0.25);
  box-shadow: 3px 3px 6px 0 rgba(76, 76, 80, 0.25); }

.event-page_sc {
  background-color: transparent !important; }

.event-page.event-page_sc .events {
  height: auto;
  overflow: initial; }

a.submenu[target=none] {
  cursor: default; }

@media (min-width: 1200px) and (max-width: 1300px) {
  .media-section .slick-prev,
  .media-section .slick-next {
    display: none !important; } }
@media (min-width: 980px) and (max-width: 1199px) {
  .grid-section .box-grid,
  .grid-section .box-grid div {
    max-width: 390px; }

  .all-news .grid-section .box-grid,
  .all-news .grid-section .box-grid div {
    max-width: 280px; }

  .all-news .grid-section .item-grid h3,
  .all-news .grid-section .item-grid__title {
    font-size: 1.5rem;
    line-height: 2.3rem; }

  .event-page.row {
    padding: 25px; }

  .hightlights-section {
    padding-bottom: 25px; }

  .banner .slick-slide {
    width: 940px; } }
.journal-content-article h3 {
  color: #4c4c50 !important; }

.club-detail a,
.club-detail a:hover,
.journal-content-article a,
.journal-content-article a:hover {
  color: #005580 !important;
  text-decoration: underline; }

.high-contrast .journal-content-article a,
.high-contrast .journal-content-article a:hover,
.high-contrast .club-detail a,
.high-contrast .club-detail a:hover,
.high-contrast .journal-content-article h3 {
  color: #fff !important; }

.aui body {
  font-size: 16px !important;
  line-height: 24px; }

.table-content {
  width: 100%; }

.table-content th {
  text-align: left;
  font-size: 18px;
  background: #00833e;
  padding: 10px 14px;
  color: white; }

.table-content td {
  padding: 8px 12px; }

.table-content tr {
  background: white; }

.table-content tr:nth-child(even) {
  background-color: #f2f2f2; }

.portlet-search .span10.result {
  max-width: 100%;
  margin-left: 0; }

#_3_facetNavigation {
  display: none; }

.main-nav .dropdown-submenu-cpp,
.main-nav .selected {
  padding-top: 3px; }

.container-athletes-project {
  position: relative;
  text-align: right;
  margin-bottom: 20px;
  margin-top: -40px; }

.link-athletes-project {
  font-size: 1.7rem;
  color: #4c4c50 !important;
  text-align: right; }

ul#tab-perfil a {
  color: #00833e; }

ul#tab-perfil .active a {
  color: #333; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
  color: 000; }

.news-slider .item-grid.loading {
  visibility: hidden; }

.nav > li {
  padding-top: 3px !important; }

.principal-col .tab-content {
  height: calc(100% - 116px); }

.portlet-search .search-layout .result .asset-entry .asset-entry-title a {
  text-decoration: none;
  font-size: 16px;
  color: #00833e; }

@media (max-width: 768px) {
  .banner-section .banner-img {
    height: 305px; }

  .banner-section .banner-text {
    top: 22%; }

  .banner-section {
    height: 300px; } }
.highlights-slider-controls {
  margin-bottom: 20px !important; }

#fb-share-button {
  background: #3b5998;
  color: white;
  border-radius: 3px;
  font-weight: 600;
  padding: 5px 8px;
  display: inline-block;
  position: static; }

#fb-share-button:hover {
  cursor: pointer;
  background: #213a6f; }

#fb-share-button svg {
  width: 18px;
  fill: white;
  vertical-align: middle;
  border-radius: 2px; }

#fb-share-button span {
  vertical-align: middle;
  color: white;
  font-size: 14px;
  padding: 0 3px; }

#twitter-button {
  background: #006cbe;
  color: white;
  border-radius: 3px;
  font-weight: 600;
  padding: 5px 8px;
  display: inline-block;
  position: static;
  margin: 0 0 0 20px; }

#twitter-button:hover {
  cursor: pointer;
  color: white;
  background: #006cbe; }

#twitter-button svg {
  width: 25px;
  fill: white;
  vertical-align: middle;
  border-radius: 2px; }

#twitter-button span {
  vertical-align: middle;
  color: white;
  background: #006cbe;
  font-size: 14px;
  padding: 0 3px; }

#counter {
  /*background: url('/web-cpp-theme/css/./imgs/background-tokyo.jpg') center center;*/
  background: url("/web-cpp-theme/css/./imgs/background-caxias.png") center center;
  text-align: center;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: bottom;
  font-family: 'Oswald', sans-serif;
  color: white;
  font-weight: 100; }

#counter .counter__title {
  font-size: 65px;
  text-transform: uppercase;
  font-weight: 100;
  line-height: 75px;
  margin: 0;
  color: white !important; }

#counter .counter__title:nth-of-type(1) {
  padding-top: 65px; }

#counter .counter__title:nth-of-type(2) {
  padding-bottom: 45px; }

.counter__col {
  display: inline-block;
  vertical-align: top; }

.counter__mask {
  background: rgba(0, 0, 0, 0.6);
  padding: 15px 0;
  width: 110px;
  margin: 0 60px; }

.counter__mask--small {
  width: 75px;
  margin-top: 33px; }

.counter__text {
  font-size: 70px;
  line-height: 80px !important;
  letter-spacing: -2px; }

.counter__text--small {
  font-size: 35px;
  line-height: 45px !important;
  color: #D80000; }

.counter__label {
  padding-top: 5px;
  font-size: 40px;
  line-height: 50px; }

.counter__label--small {
  font-size: 20px;
  padding-top: 16px; }

@media (max-width: 992px) {
  .counter__mask {
    margin-left: 35px;
    margin-right: 35px; } }
@media (max-width: 768px) {
  #counter {
    height: 100%;
    padding: 30px 0; }

  .counter__title:nth-of-type(2) {
    padding-bottom: 25px !important; }

  #counter .counter__title {
    font-size: 30px;
    line-height: 40px;
    padding-top: 0 !important; }

  .counter__text {
    font-size: 35px;
    line-height: 45px !important; }

  .counter__mask {
    display: table;
    margin: auto !important;
    width: 65px; }

  .counter__col {
    width: 34%; }

  .counter__label {
    font-size: 20px;
    padding-bottom: 15px; }

  .counter__col:nth-of-type(3) .counter__label,
  .counter__col:nth-of-type(4) .counter__label {
    font-size: 16px;
    line-height: 26px !important;
    padding-bottom: 0; }

  .counter__col:nth-of-type(3) .counter__mask,
  .counter__col:nth-of-type(4) .counter__mask {
    width: 50px; }

  .counter__col:nth-of-type(3) .counter__text,
  .counter__col:nth-of-type(4) .counter__text {
    font-size: 25px;
    line-height: 35px !important; }

  .counter__label--small {
    padding-top: 5px; } }
.detail-img-gallery {
  max-width: 24%;
  overflow: hidden;
  padding: 10px;
  display: inline-block; }

.detail-img-gallery img {
  height: 175px;
  width: auto; }

@media (max-width: 980px) {
  .detail-img-gallery {
    max-width: 32%;
    padding: 5px; }

  .detail-img-gallery img {
    height: 160px; } }
@media (max-width: 700px) {
  .detail-img-gallery {
    max-width: 48%;
    padding: 5px; }

  .detail-img-gallery img {
    height: auto; } }
.card .card-title {
  color: #4c4c50 !important;
  font-size: 1.7rem;
  margin-top: 15px;
  padding-top: 8px;
  line-height: 20px; }

.card-description {
  padding: 0 0 8px !important;
  font-size: 1.5rem !important;
  font-weight: normal !important;
  margin: 0 0 10px !important; }

.journal-content-article__title {
  color: #4c4c50 !important;
  font-size: 24px !important;
  font-weight: 600;
  line-height: 40px; }

table caption {
  text-align: left;
  padding: 0 0 15px 0; }

.search__label {
  font-size: 16px !important;
  color: #333;
  padding: 5px 0; }

button.fancybox-button.fancybox-button--close:focus {
  outline: 3px solid white; }

#contentDescription a {
  text-decoration: underline; }

.magazine-item {
  margin-bottom: 25px; }

.header-topbar .search-form input[type="submit"]:focus,
.header-topbar .search-form input[type="text"]:focus {
  outline: 2px solid black; }

.header-link__search {
  height: 44px;
  width: 44px;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  display: none; }

.header-link__search img {
  height: 80%; }

@media (max-width: 590px) {
  .header-form {
    display: none; }

  .header-link__search {
    display: block; } }
#portalMessageContainer {
  display: none; }

.map-label__text {
  padding-left: 11px;
  padding-bottom: 0;
  clear: both;
  color: #00833e;
  font-weight: bold !important; }

.clearfix.lfr-pagination {
  clear: both;
  display: flex;
  align-items: center;
  justify-content: center; }

.label-modifiedDate {
  font-size: 14px;
  font-style: italic; }

@media (min-width: 768px) {
  #portlet_56_INSTANCE_BnNUnLD87zn0 .journal-content-article,
  #portlet_56_INSTANCE_B3gXvx1U3U3L .journal-content-article,
  #portlet_56_INSTANCE_0Hpij78eQ1Zy .journal-content-article,
  #portlet_56_INSTANCE_lIJ03bNCaeTw .journal-content-article,
  #portlet_56_INSTANCE_cKUkiw4EB1U9 .journal-content-article,
  #portlet_56_INSTANCE_irnWjrxAClv0 .journal-content-article,
  #portlet_56_INSTANCE_oyCEY3tPozFZ .journal-content-article,
  #portlet_56_INSTANCE_3IJJIuJuXtNH .journal-content-article,
  #portlet_56_INSTANCE_XbpOq5bJf1Vd .journal-content-article,
  #portlet_56_INSTANCE_P2sbT9epjZfO .journal-content-article,
  #portlet_56_INSTANCE_Bv4YQadhCJm0 .journal-content-article,
  #portlet_56_INSTANCE_V0hidiWzl9vn .journal-content-article,
  #portlet_56_INSTANCE_gvWoPpUGlJ8j .journal-content-article,
  #portlet_56_INSTANCE_8y1ENm1SCCvP .journal-content-article,
  #portlet_56_INSTANCE_Son7bLOil01O .journal-content-article,
  #portlet_56_INSTANCE_747eSrb6zn5H .journal-content-article,
  .set-max-width {
    max-width: 80%; } }
@media (min-width: 992px) {
  #portlet_56_INSTANCE_BnNUnLD87zn0 .journal-content-article,
  #portlet_56_INSTANCE_B3gXvx1U3U3L .journal-content-article,
  #portlet_56_INSTANCE_0Hpij78eQ1Zy .journal-content-article,
  #portlet_56_INSTANCE_lIJ03bNCaeTw .journal-content-article,
  #portlet_56_INSTANCE_cKUkiw4EB1U9 .journal-content-article,
  #portlet_56_INSTANCE_irnWjrxAClv0 .journal-content-article,
  #portlet_56_INSTANCE_oyCEY3tPozFZ .journal-content-article,
  #portlet_56_INSTANCE_3IJJIuJuXtNH .journal-content-article,
  #portlet_56_INSTANCE_XbpOq5bJf1Vd .journal-content-article,
  #portlet_56_INSTANCE_P2sbT9epjZfO .journal-content-article,
  #portlet_56_INSTANCE_Bv4YQadhCJm0 .journal-content-article,
  #portlet_56_INSTANCE_V0hidiWzl9vn .journal-content-article,
  #portlet_56_INSTANCE_gvWoPpUGlJ8j .journal-content-article,
  #portlet_56_INSTANCE_8y1ENm1SCCvP .journal-content-article,
  #portlet_56_INSTANCE_Son7bLOil01O .journal-content-article,
  #portlet_56_INSTANCE_747eSrb6zn5H .journal-content-article,
  .set-max-width {
    max-width: 75%; } }
@media (min-width: 1200px) {
  #portlet_56_INSTANCE_BnNUnLD87zn0 .journal-content-article,
  #portlet_56_INSTANCE_B3gXvx1U3U3L .journal-content-article,
  #portlet_56_INSTANCE_0Hpij78eQ1Zy .journal-content-article,
  #portlet_56_INSTANCE_lIJ03bNCaeTw .journal-content-article,
  #portlet_56_INSTANCE_cKUkiw4EB1U9 .journal-content-article,
  #portlet_56_INSTANCE_irnWjrxAClv0 .journal-content-article,
  #portlet_56_INSTANCE_oyCEY3tPozFZ .journal-content-article,
  #portlet_56_INSTANCE_3IJJIuJuXtNH .journal-content-article,
  #portlet_56_INSTANCE_XbpOq5bJf1Vd .journal-content-article,
  #portlet_56_INSTANCE_P2sbT9epjZfO .journal-content-article,
  #portlet_56_INSTANCE_Bv4YQadhCJm0 .journal-content-article,
  #portlet_56_INSTANCE_V0hidiWzl9vn .journal-content-article,
  #portlet_56_INSTANCE_gvWoPpUGlJ8j .journal-content-article,
  #portlet_56_INSTANCE_8y1ENm1SCCvP .journal-content-article,
  #portlet_56_INSTANCE_Son7bLOil01O .journal-content-article,
  #portlet_56_INSTANCE_747eSrb6zn5H .journal-content-article,
  .set-max-width {
    max-width: 65%; } }
#searchInput {
  height: 44px !important;
  margin-bottom: 4px; }

@media (max-width: 768.8px) {
  .hightlights-section .slick-dots,
  .banner.slider .slick-dots {
    display: none !important; }

  .header-bottombar .mobile-menu {
    position: absolute;
    right: 0; } }
@media (min-width: 769px) and (max-width: 992px) {
  .banner-section .banner-text {
    max-width: 60%; } }
input#_3_search, input#_3_clearSearch,
.portlet-search .search-layout .result .asset-entry .asset-entry-title a {
  padding: 15px; }

.lfr-pagination a {
  padding: 11px 23px !important;
  border-radius: 20px !important; }

.banner-section .banner-text {
  background-color: rgba(0, 131, 62, 0.9); }

.container-mobile-menu a.submenu::after {
  content: '';
  width: 18px;
  height: 16px;
  position: absolute;
  right: 15%;
  background-image: url("/web-cpp-theme/css/./imgs/arrow_lang2.png");
  background-repeat: no-repeat; }

.container-mobile-menu a.submenu:hover::after {
  background-image: none; }

/* POPUP */
a.cpp-popup-btn,
a.cpp-popup-btn:hover {
  display: table;
  margin: auto;
  background: white;
  color: #00833e !important; }

.cpp-popup-link {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 9;
  max-height: 415px;
  max-width: 739px; }

.cpp-popup-video {
  height: 415px;
  width: 739px; }

.cpp-content-mdl {
  display: table;
  max-width: 50%;
  margin: auto;
  position: relative; }

@media (max-width: 768px) {
  .cpp-content-mdl {
    max-width: 100%; }

  .cpp-popup-video {
    max-width: 90%;
    height: auto;
    width: auto;
    margin-left: 3%; } }
.cpp-modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6); }

.cpp-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%; }

.cpp-close {
  color: #fff;
  float: right;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 10px; }

.cpp-close:hover,
.cpp-close:focus {
  color: #aaaaaa;
  text-decoration: none;
  cursor: pointer; }

/* END POPUP */
@media (min-width: 992px) {
  .usability-col {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; } }
@media (min-width: 768px) {
  .footer__links {
    padding-top: 60px !important; } }
.usability-col img {
  max-height: 162px; }

.footer__map-link {
  display: block;
  padding: 10px 0;
  color: white !important;
  text-decoration: underline !important; }

/* Atletas Toquio */
.cp-title__body table td:first-child {
  width: 40%; }

.cp-title__header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px; }

.cp-title__header h2 {
  color: #203864 !important;
  text-decoration: underline; }

.cp-title__body {
  display: table;
  margin-bottom: 30px; }

@media (min-width: 768px) {
  .cp-title__body {
    display: flex; } }
.cp-title__body table {
  width: 100%;
  background: white; }

.cp-title__body table tr {
  border: 1px solid #016530; }

.cp-title__body table {
  width: 100%;
  background: white;
  text-align: left; }

.cp-title__body table th {
  padding: 5px 10px; }

.cp-title__body caption {
  padding: 10px;
  background: #016530;
  color: white;
  font-weight: bold; }

.cp-title__body img {
  margin-right: 15px;
  max-height: 100%;
  max-width: 100%;
  min-width: 257px; }

/* Homepage highlight - Counter */
.highlight-toquio__container {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px; }

.highlight-toquio__item {
  border: 1px solid #5b5959;
  border-radius: 15px;
  box-shadow: 5px 5px 15px 5px #000;
  font-size: 2rem;
  height: 195px;
  overflow: hidden;
  position: relative;
  width: 28%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  -webkit-box-shadow: 5px 5px 15px 5px #000000;
  box-shadow: 5px 5px 15px 5px #000; }

.highlight-toquio__item:before {
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px) saturate(100%) contrast(55%) brightness(90%);
  -webkit-backdrop-filter: blur(10px) saturate(100%) contrast(45%) brightness(130%);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0; }

.highlight-toquio__item p {
  color: white;
  font-size: 45px;
  width: 100%;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  padding-top: 35px;
  text-decoration: none; }

a.highlight-toquio__item,
a.highlight-toquio__item:hover {
  text-decoration: none; }

.header-topbar .search-form input[type="text"] {
  float: left;
  width: 80%;
  margin-right: 10px; }

input[type="text"],
input[type="password"] {
  width: 100%;
  height: 36px !important;
  border: 1px solid #E0E0ED !important;
  padding-left: 10px;
  padding-right: 10px; }

.separator {
  border-top: 0; }

@media (max-width: 767px) {
  .aui body {
    padding-left: 20px;
    padding-right: 20px; } }
.navbar .collapse {
  overflow: inherit !important; }

header .navbar .nav {
  left: auto;
  float: right !important;
  margin: 0 !important; }

header .navbar .container {
  width: 1170px !important;
  padding: 0;
  position: relative;
  margin: 0 auto; }

.cpp-site *,
.cpp-site *:before,
.cpp-site *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#wrapper {
  padding: 0 0 0 0 !important; }

.portlet-content {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.portlet-content, .portlet-minimized .portlet-content-container, .header-bottombar .container {
  padding: 0; }

.aui .navbar .nav > li > a {
  padding: 10px 15px 17px; }

nav#navigation {
  padding-top: 10px; }

.form.sign-in-form input {
  max-width: 200px !important; }

.portlet-login {
  margin-left: 20px; }

.portlet-hello-world {
  display: none; }

.aui .navbar .nav {
  z-index: 1; }

@media (max-width: 767px) {
  .aui body {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .aui .navbar-fixed-top, .aui .navbar-fixed-bottom, .aui .navbar-static-top {
    margin-left: 0px;
    margin-right: 0px; } }
.aui .dropdown-submenu > a:after {
  display: none; }

.header-bottombar .dropdown-menu > li > a:hover,
.header-bottombar .dropdown-menu > li > a:focus,
.header-bottombar .dropdown-submenu:hover > a,
.header-bottombar .dropdown-submenu:focus > a {
  background-color: transparent;
  background-image: none; }

.fancybox-enabled {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity .1s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-show-controls .fancybox-controls {
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
  display: block; }

.fancybox-slider-wrap {
  overflow: hidden; }

.fancybox-slider,
.fancybox-slider-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  /*overflow: auto;*/
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent; }

.fancybox-slide:before {
  content: "";
  height: 100%;
  width: 0; }

.fancybox-slide:before,
.fancybox-slide > * {
  display: inline-block;
  vertical-align: middle; }

.fancybox-slide > * {
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide--image {
  overflow: hidden; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: white; }

.fancybox-iframe body {
  display: flex;
  align-items: center;
  justify-content: center; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent; }

.fancybox-placeholder {
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-image,
.fancybox-placeholder,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0; }

.fancybox-image,
.fancybox-spaceball {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  font: 21px/1 Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  cursor: pointer;
  background: #fff;
  transition: background .2s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: 1px dotted #888888; }

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

.fancybox-close-small:hover {
  color: #555;
  background: #eeeeee; }

.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.fancybox-button--disabled {
  cursor: default; }

.fancybox-button,
.fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button:after,
.fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--left:after,
.fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor; }

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close {
  float: right; }

.fancybox-button--close:after,
.fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .6s infinite linear;
  animation: a .6s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@media (max-width: 800px) {
  .fancybox-controls {
    text-align: left; }

  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important; }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }
.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none; }

.fancybox-button--play:before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent; }

.fancybox-button--pause:before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
  background: transparent; }

.fancybox-button--thumbs span {
  font-size: 23px; }

.fancybox-button--thumbs:before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }

.fancybox-container--thumbs .fancybox-caption-wrap,
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap {
  right: 220px; }

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }

  .fancybox-container--thumbs .fancybox-caption-wrap,
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 0; } }
.noselect {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */ }

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

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

.event-page {
  background-color: #FFCD00;
  display: table;
  width: 100%; }

.event-page .separator {
  margin: 0;
  padding: 0 !important; }

.event-page h2 {
  margin-top: 0;
  margin-bottom: 25px; }

.cal1 {
  /*margin: 0 30px 0 0;
  max-width: 600px;*/
  font-size: 14px;
  background-color: white;
  border: 1px solid #ece4e421; }

.cal1 .clndr .clndr-controls {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  background-color: #00833E;
  color: white;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center; }

.cal1 .clndr .clndr-controls .month {
  float: left;
  width: 33%;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
  padding: 5px 0;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center; }

.cal1 .clndr .clndr-controls .clndr-control-button {
  float: left;
  width: 33%; }

.cal1 .clndr .clndr-controls .clndr-control-button.rightalign {
  text-align: right;
  width: 34%; }

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button {
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */ }

.cal1 .clndr .clndr-controls .clndr-control-button {
  background: url("/web-cpp-theme/css/./imgs/arrow_left_xs.png") no-repeat center center;
  background-size: auto 25px;
  min-height: 40px; }

.cal1 .clndr .clndr-controls .clndr-control-button.rightalign {
  background: url("/web-cpp-theme/css/./imgs/arrow_right_xs.png") no-repeat center center; }

/*
.cal1 .clndr .clndr-controls .clndr-control-button span{
    display: block;
    min-height: 40px;
    width: 100%;
    font-size: 16px;
    position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	clip-path: inset(50%);
	border: 0;
}*/
.cal1 .clndr .clndr-controls .clndr-control-button.rightalign {
  background: url("/web-cpp-theme/css/./imgs/arrow_right_xs.png") no-repeat center center;
  background-size: auto 25px;
  min-height: 40px; }

.cal1 .clndr .clndr-controls .clndr-control-button.rightalign span,
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button {
   /* display: block;
    min-height: 40px;
    width: 100%;
    font-size: 16px;
    position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	clip-path: inset(50%);
	border: 0;*/
  width: 100%;
  height: 44px;
  display: block;
  color: #00833e; }

/*.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button:hover {
  background: #ddd;
}*/
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button.inactive {
  opacity: 0.5; }

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button.inactive:hover {
  background: none;
  cursor: default; }

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button {
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */ }

/*.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button:hover {
  background: #ddd;
}*/
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive {
  opacity: 0.5; }

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive:hover {
  background: none;
  cursor: default; }

.cal1 .clndr .clndr-table {
  table-layout: fixed;
  width: 100%;
  min-height: 280px; }

.cal1 .clndr .clndr-table .header-days {
  height: 30px;
  font-size: 10px;
  /*background: #0D70A6;*/ }

.cal1 .clndr .clndr-table .header-days .header-day {
  color: #00833E;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  vertical-align: top; }

.cal1 .clndr .clndr-table .header-days .header-day:last-child {
  /* border-right: 1px solid #000000;*/ }

.cal1 .clndr .clndr-table tr {
  /*height: 85px;*/ }

.cal1 .clndr .clndr-table tr td {
  vertical-align: top; }

.cal1 .clndr .clndr-table tr .day {
  /* border-left: 1px solid #000000;
   border-top: 1px solid #000000;*/
  width: 100%;
  height: 45px; }

.day-contents {
  position: relative;
  top: 5px; }

/*
.cal1 .clndr .clndr-table tr .day:hover {
  background: #eee;
}
.cal1 .clndr .clndr-table tr .day.today,
.cal1 .clndr .clndr-table tr .day.my-today {
  background: #9AD6E3;
}

.cal1 .clndr .clndr-table tr .day.today:hover,
.cal1 .clndr .clndr-table tr .day.my-today:hover {
  background: #72c6d8;
}*/
   /*
.cal1 .clndr .clndr-table tr .day.today.event,
.cal1 .clndr .clndr-table tr .day.my-today.event {
  background: #a7dbc1;
}

.cal1 .clndr .clndr-table tr .day.event,
.cal1 .clndr .clndr-table tr .day.my-event {
  background: #B4E09F;
}

.cal1 .clndr .clndr-table tr .day.event:hover,
.cal1 .clndr .clndr-table tr .day.my-event:hover {
  background: #96d478;
}*/
div.day-contents {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin: auto; }

.day.today div.day-contents {
  background: #9ad6e369; }

.day.event div.day-contents {
  background: #00833E;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin: auto;
  color: white; }

.cal1 .clndr .clndr-table tr .day.inactive,
.cal1 .clndr .clndr-table tr .day.my-inactive {
  background: #ddd; }

.cal1 .clndr .clndr-table tr .day:last-child {
  /* border-right: 1px solid #000000;*/ }

.cal1 .clndr .clndr-table tr .day .day-contents {
  box-sizing: border-box;
  padding: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center; }

.adjacent-month {
  opacity: 0.5; }

.cal1 .clndr .clndr-table tr .empty,
.cal1 .clndr .clndr-table tr .adjacent-month,
.cal1 .clndr .clndr-table tr .my-empty,
.cal1 .clndr .clndr-table tr .my-adjacent-month {
  /*border-left: 1px solid #000000;
  border-top: 1px solid #000000;*/
  width: 100%;
  height: inherit;
  background: #eee; }

.cal1 .clndr .clndr-table tr .empty:hover,
.cal1 .clndr .clndr-table tr .adjacent-month:hover,
.cal1 .clndr .clndr-table tr .my-empty:hover,
.cal1 .clndr .clndr-table tr .my-adjacent-month:hover {
  background: #ddd; }

 /*
.cal1 .clndr .clndr-table tr .empty:last-child,
.cal1 .clndr .clndr-table tr .adjacent-month:last-child,
.cal1 .clndr .clndr-table tr .my-empty:last-child,
.cal1 .clndr .clndr-table tr .my-adjacent-month:last-child {
  border-right: 1px solid #000000;
}
.cal1 .clndr .clndr-table tr:last-child .day,
.cal1 .clndr .clndr-table tr:last-child .my-day {
  border-bottom: 1px solid #000000;
}
.cal1 .clndr .clndr-table tr:last-child .empty,
.cal1 .clndr .clndr-table tr:last-child .my-empty {
  border-bottom: 1px solid #000000;
}*/
.clndr-next-button,
.clndr-previous-button,
.clndr-next-year-button,
.clndr-previous-year-button {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */ }

.clndr-next-button.inactive,
.clndr-previous-button.inactive,
.clndr-next-year-button.inactive,
.clndr-previous-year-button.inactive {
  opacity: 0.5;
  cursor: default; }

.clndr-table caption {
  text-align: left;
  padding: 0 15px; }

.fancybox-slide > *,
.fancybox-iframe {
  background-color: transparent !important; }

@media (max-width: 1090px) {
  .fancybox-content {
    width: 96% !important; } }
@media (max-width: 800px) {
  .fancybox-button--left,
  .fancybox-button--right {
    display: inline-block !important; } }