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

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

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

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











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

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

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

.save-trigger img {
  background-image: url(/polirom-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(/polirom-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(/polirom-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(/polirom-theme/css/../images/common/add_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-edit a {
    background-image: url(/polirom-theme/css/../images/common/edit_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-edit-template a {
    background-image: url(/polirom-theme/css/../images/common/edit_template_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-configuration a {
    background-image: url(/polirom-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(/polirom-theme/css/../images/portlet/close_borderless.png); }
  .portlet-borderless-bar .portlet-options li.lfr-trigger strong a {
    background-image: url(/polirom-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(/polirom-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(/polirom-theme/css/../images/messages/alert.png);
  color: #663; }

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

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

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

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

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















  .ie6 .portlet-borderless-bar .portlet-actions {
    display: inline;
    filter: alpha(opacity=90); }




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

/*CSS RESET*/
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight: normal; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a,
a:hover,
a:active {
  text-decoration: none !important; }

/*CSS CLEARFIX*/
.cf {
  zoom: 1; }

.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.clear {
  clear: both; }

/* LIFERAY */
.signed-in .portlet-column {
  border: 1px dashed #C4C4C4;
  min-height: 50px; }

.signed-in .public-page .portlet-content {
  padding: 0; }

.controls-hidden .portlet-column {
  border: none; }

.controls-hidden h1.portlet-title {
  display: none; }

.signed-out .portlet-topper {
  display: none; }

.signed-out .portlet-content {
  display: block; }

.signed-out .control-group .field {
  min-height: 30px;
  display: block; }

.signed-out .control-group .checkbox {
  line-height: 35px; }

.signed-out .taglib-header {
  display: none; }

#hrefFm {
  display: none; }

.aui .container-fluid,
.aui body {
  padding-left: 0;
  padding-right: 0; }

.aui h1,
.aui h2,
.aui h3,
.aui h4,
.aui h5,
.aui h6 {
  margin: 0;
  font-weight: normal; }

.portlet-title {
  font-size: 18px !important;
  font-weight: normal !important; }

.lfr-template-palette ul {
  list-style: none; }

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

.controls-hidden .portlet-column,
.signed-out .portlet-column {
  min-height: 0 !important; }

.controls-hidden .portlet-column-content.empty,
.signed-out .portlet-column-content.empty {
  padding: 0; }

/* ASSET MARGIN */
.portlet-asset-publisher .asset-full-content .asset-content {
  margin: 0; }

.aui a:hover,
.aui a:focus {
  color: inherit; }

/* BREADCRUMB */
.polirom-wrapper .breadcrumb {
  background: white !important;
  padding: 0 !important;
  height: 65px;
  line-height: 65px;
  margin: 0 !important; }

.polirom-wrapper .breadcrumb li a {
  color: #606060 !important; }

.polirom-wrapper .breadcrumb li.active a {
  color: #cb0003 !important; }

.polirom-wrapper .breadcrumb li.last .divider {
  display: none; }

.polirom-wrapper .breadcrumb li:first-child {
  display: none; }

/* FONTS */
@font-face {
  font-family: 'Adobe Devangari Regular';
  src: url("/polirom-theme/css/../fonts/AdobeDevanagari/Regular/AdobeDevanagari-Regular.eot");
  src: url("/polirom-theme/css/../fonts/AdobeDevanagari/Regular/AdobeDevanagari-Regular.eot?#iefix") format("embedded-opentype"), url("/polirom-theme/css/../fonts/AdobeDevanagari/Regular/AdobeDevanagari-Regular.woff") format("woff"), url("/polirom-theme/css/../fonts/AdobeDevanagari/Regular/AdobeDevanagari-Regular.ttf") format("truetype"), url("/polirom-theme/css/../fonts/AdobeDevanagari/Regular/AdobeDevanagari-Regular.otf") format("opentype"), url("/polirom-theme/css/../fonts/AdobeDevanagari/Regular/AdobeDevanagari-Regular.svg#svgFontName") format("svg"); }

@font-face {
  font-family: 'Adobe Devangari Bold';
  src: url("/polirom-theme/css/../fonts/AdobeDevanagari/Bold/AdobeDevanagari-Bold.eot");
  src: url("/polirom-theme/css/../fonts/AdobeDevanagari/Bold/AdobeDevanagari-Bold.eot?#iefix") format("embedded-opentype"), url("/polirom-theme/css/../fonts/AdobeDevanagari/Bold/AdobeDevanagari-Bold.woff") format("woff"), url("/polirom-theme/css/../fonts/AdobeDevanagari/Bold/AdobeDevanagari-Bold.ttf") format("truetype"), url("/polirom-theme/css/../fonts/AdobeDevanagari/Bold/AdobeDevanagari-Bold.otf") format("opentype"), url("/polirom-theme/css/../fonts/AdobeDevanagari/Bold/AdobeDevanagari-Bold.svg#svgFontName") format("svg"); }

@font-face {
  font-family: 'Adobe Devangari Bold Italic';
  src: url("/polirom-theme/css/../fonts/AdobeDevanagari/BoldItalic/AdobeDevanagari-BoldItalic.eot");
  src: url("/polirom-theme/css/../fonts/AdobeDevanagari/BoldItalic/AdobeDevanagari-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/polirom-theme/css/../fonts/AdobeDevanagari/BoldItalic/AdobeDevanagari-BoldItalic.woff") format("woff"), url("/polirom-theme/css/../fonts/AdobeDevanagari/BoldItalic/AdobeDevanagari-BoldItalic.ttf") format("truetype"), url("/polirom-theme/css/../fonts/AdobeDevanagari/BoldItalic/AdobeDevanagari-BoldItalic.otf") format("opentype"), url("/polirom-theme/css/../fonts/AdobeDevanagari/BoldItalic/AdobeDevanagari-BoldItalic.svg#svgFontName") format("svg"); }

@font-face {
  font-family: 'Adobe Devangari Italic';
  src: url("/polirom-theme/css/../fonts/AdobeDevanagari/Italic/AdobeDevanagari-Italic.eot");
  src: url("/polirom-theme/css/../fonts/AdobeDevanagari/Italic/AdobeDevanagari-Italic.eot?#iefix") format("embedded-opentype"), url("/polirom-theme/css/../fonts/AdobeDevanagari/Italic/AdobeDevanagari-Italic.woff") format("woff"), url("/polirom-theme/css/../fonts/AdobeDevanagari/Italic/AdobeDevanagari-Italic.ttf") format("truetype"), url("/polirom-theme/css/../fonts/AdobeDevanagari/Italic/AdobeDevanagari-Italic.otf") format("opentype"), url("/polirom-theme/css/../fonts/AdobeDevanagari/Italic/AdobeDevanagari-Italic.svg#svgFontName") format("svg"); }

/* VIJAYA */
@font-face {
  font-family: 'Vijaya';
  src: url("/polirom-theme/css/../fonts/Vijaya/Regular/vijaya-webfont.eot");
  src: url("/polirom-theme/css/../fonts/Vijaya/Regular/vijaya-webfont.eot?#iefix") format("embedded-opentype"), url("/polirom-theme/css/../fonts/Vijaya/Regular/vijaya-webfont.woff") format("woff"), url("/polirom-theme/css/../fonts/Vijaya/Regular/vijaya-webfont.woff2") format("woff2"), url("/polirom-theme/css/../fonts/Vijaya/Regular/vijaya-webfont.ttf") format("truetype"), url("/polirom-theme/css/../fonts/Vijaya/Regular/vijaya-webfont.svg#svgFontName") format("svg"); }

@font-face {
  font-family: 'Vijaya Bold';
  src: url("/polirom-theme/css/../fonts/Vijaya/Bold/vijayab-webfont.eot");
  src: url("/polirom-theme/css/../fonts/Vijaya/Bold/vijayab-webfont.eot?#iefix") format("embedded-opentype"), url("/polirom-theme/css/../fonts/Vijaya/Bold/vijayab-webfont.woff") format("woff"), url("/polirom-theme/css/../fonts/Vijaya/Bold/vijayab-webfont.woff2") format("woff2"), url("/polirom-theme/css/../fonts/Vijaya/Bold/vijayab-webfont.ttf") format("truetype"), url("/polirom-theme/css/../fonts/Vijaya/Bold/vijayab-webfont.svg#svgFontName") format("svg"); }

/* NIAGARA ENGRAVED */
@font-face {
  font-family: 'Niagara Engraved Regular';
  src: url("/polirom-theme/css/../fonts/NiagaraEngraved/NiagaraEngraved-Reg.eot");
  src: url("/polirom-theme/css/../fonts/NiagaraEngraved/NiagaraEngraved-Reg.eot?#iefix") format("embedded-opentype"), url("/polirom-theme/css/../fonts/NiagaraEngraved/NiagaraEngraved-Reg.woff") format("woff"), url("/polirom-theme/css/../fonts/NiagaraEngraved/NiagaraEngraved-Reg.ttf") format("truetype"), url("/polirom-theme/css/../fonts/NiagaraEngraved/NiagaraEngraved-Reg.svg#svgFontName") format("svg"); }

/* NAVIGATION */
#navigation {
  background-color: #FFF; }

#navigation ul.first-level {
  margin: 0 auto;
  list-style: none;
  width: 1171px; }

#navigation ul.first-level > li {
  float: left;
  position: relative;
  height: 42px; }

#navigation ul.first-level > li .group-item > a {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-top: 2px;
  text-transform: uppercase;
  text-align: center;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  /* Safari */
  -moz-transition: all 0.3s;
  /* Mozilla */
  transition: all 0.3s; }

#navigation ul.first-level > li .group-item > a:hover {
  background-color: #cb0003;
  cursor: pointer; }

#navigation ul.first-level > li .group-item > a:hover span.line {
  background: url("/polirom-theme/css/../images/steuerhaus/menu-line-hover.png") center no-repeat; }

#navigation ul.first-level > li .group-item > a:hover span.text-inside {
  background: none;
  color: #FFF; }

#navigation ul.first-level > li .group-item > a span.line {
  background: url("/polirom-theme/css/../images/steuerhaus/menu-line.png") center no-repeat;
  width: 9px;
  height: 40px;
  float: left;
  display: block; }

#navigation ul.first-level > li .group-item > a span.line:hover {
  color: #fff; }

#navigation ul.first-level > li .group-item > a span.text-inside {
  float: left;
  display: block;
  font-family: 'Adobe Devangari Bold';
  padding: 0 15px;
  color: #2F2F2F;
  font-size: 20px;
  letter-spacing: 1px; }

#navigation ul.first-level > li a.selected {
  background-color: #cb0003; }

#navigation ul.first-level > li a.selected span.line {
  background: url("/polirom-theme/css/../images/steuerhaus/menu-line-hover.png") center no-repeat; }

#navigation ul.first-level > li a.selected span.text-inside {
  color: #fff; }

#navigation ul.first-level li:first-child a span:first-child,
#navigation ul.first-level li:last-child a span:last-child {
  display: none; }

#navigation .child-menu.hovered-menu {
  display: block !important; }

#navigation .child-menu.hovered-menu li {
  display: block; }

#navigation .child-menu {
  display: none;
  position: absolute;
  z-index: 100;
  min-width: 120px;
  white-space: nowrap;
  margin: 0;
  background-color: #F1F1F1;
  list-style: none;
  padding: 7px 20px;
  border: 1px solid #cb0003;
  box-shadow: 2px 2px 2px #CCC; }

#navigation .child-menu li {
  float: none;
  width: 100%;
  border-bottom: 1px solid #CCC; }

#navigation .child-menu li a {
  font-family: 'Adobe Devangari Bold';
  font-size: 20px;
  color: #2F2F2F;
  display: block;
  height: 40px;
  line-height: 40px; }

#navigation .child-menu li a:hover {
  color: #cb0003;
  cursor: pointer; }

#navigation .child-menu li a.selected-child {
  color: #cb0003; }

#navigation .child-menu li:last-child {
  border-bottom: none; }

#navigation li.last-child .hasChildren .line:last-child {
  display: none; }

#navigation .myAccount {
  padding: 0 24px; }

#navigation .myAccount a {
  background-image: url("/polirom-theme/css/../images/steuerhaus/my_account_icon.png");
  background-position: 5px 12px;
  padding-left: 30px;
  background-repeat: no-repeat;
  height: 42px;
  display: block;
  line-height: 42px;
  color: #2f2f2f !important;
  font-family: Calibri, sans-serif;
  font-size: 16px; }

#navigation .myBasket {
  float: right !important; }

#navigation .myBasket a {
  position: relative;
  background-image: url("/polirom-theme/css/../images/steuerhaus/basket_icon.png");
  background-position: 5px 12px;
  padding-left: 60px;
  background-repeat: no-repeat;
  height: 42px;
  display: block;
  line-height: 42px;
  color: #2f2f2f !important;
  font-family: Calibri, sans-serif;
  font-size: 16px; }

#navigation .myBasket a #basketItemsNo {
  background-color: #cb0003;
  color: #fff;
  width: 20px;
  height: 20px;
  display: block;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  border-radius: 50%;
  position: absolute;
  left: 35px;
  top: 6px !important; }

.st-container,
.st-pusher,
.st-content {
  height: 100%; }

.st-content,
.st-content-inner {
  position: relative; }

.st-container {
  position: relative;
  overflow: hidden; }

.st-content {
  background-color: #fff; }

.st-pusher {
  position: relative;
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }

.st-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; }

.st-menu-open .st-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.st-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: 250px;
  height: 100%;
  background: #1F1F1F;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.st-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.st-menu-open .st-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; }

/* content style */
.st-menu ul {
  margin: 0;
  list-style: none; }

.st-menu h2 {
  margin: 0;
  padding: 1em;
  color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-weight: 300;
  font-size: 2em; }

/* Individual effects */
/* Effect 1: Slide in on top */
.st-effect-1.st-menu {
  visibility: visible;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transform-style: flat; }

.st-effect-1.st-menu-open .st-effect-1.st-menu {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.st-effect-1.st-menu::after {
  display: none; }

/* Effect 2: Reveal */
.st-effect-2.st-menu-open .st-pusher {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0); }

.st-effect-2.st-menu {
  z-index: 1; }

.st-effect-2.st-menu-open .st-effect-2.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }

.st-effect-2.st-menu::after {
  display: none; }

/* Effect 3: Push*/
.st-effect-3.st-menu-open .st-pusher {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0); }

.st-effect-3.st-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.st-effect-3.st-menu-open .st-effect-3.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }

.st-effect-3.st-menu::after {
  display: none; }

/* Effect 4: Slide along */
.st-effect-4.st-menu-open .st-pusher {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0); }

.st-effect-4.st-menu {
  z-index: 1;
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0); }

.st-effect-4.st-menu-open .st-effect-4.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.st-effect-4.st-menu::after {
  display: none; }

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .st-menu.st-effect-1 {
  margin-left: -100%; }

.no-csstransforms3d .st-menu-open .st-menu.st-effect-1 {
  margin-left: 0; }

@media screen and (max-width: 1170px) {
  /* NAVIGATION*/
  #navigation {
    display: block !important;
    background-color: inherit;
    border-bottom: 1px solid #fff; }

  #navigation ul.first-level {
    width: 100%; }

  #navigation ul.first-level > li {
    float: none;
    height: auto;
    line-height: initial; }

  #navigation ul.first-level > li .group-item a {
    color: #fff;
    background-color: inherit; }

  #navigation ul.first-level > li .group-item a span.line {
    display: none; }

  #navigation ul.first-level > li .group-item a span.text-inside {
    color: #FFF;
    text-transform: none;
    font-size: 18px; }

  #navigation .child-menu {
    position: relative;
    min-width: inherit;
    border: none;
    float: none;
    box-shadow: none; }

  .header-menu {
    border-bottom: 1px solid #fff;
    background-color: #cb0003; }

  .header-menu h2 {
    float: left;
    text-transform: uppercase;
    color: #FFF;
    font-family: 'Adobe Devangari Bold';
    padding: 15px; }

  .header-menu .close-menu {
    cursor: pointer;
    background: url("/polirom-theme/css/../images/steuerhaus/close_icon.png") no-repeat;
    width: 20px;
    height: 20px;
    float: right;
    background-position: center;
    padding: 5px;
    display: block; }

  .hasChildren {
    float: left; }

  .submenu-icon {
    float: right;
    font-weight: bold;
    font-size: 30px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    color: #fff;
    cursor: pointer;
    padding-right: 5px; }

  .submenu-icon.plus-icon:before {
    content: "+"; }

  .submenu-icon.minus-icon:before {
    content: "\2212"; }

  .group-item:hover,
  .group-item.active {
    background-color: #cb0003; }

  #footerMenu {
    margin-top: 20px; }

  #footerMenu .polirom-wrapper {
    width: 100%; }

  #footerMenu li:hover {
    background-color: #cb0003; }

  #footerMenu .footer-page {
    font-family: 'Adobe Devangari Bold';
    padding: 0 15px;
    color: #FFF;
    font-size: 18px;
    letter-spacing: 1px;
    height: 40px;
    line-height: 40px; }

  .social-links {
    padding: 15px !important; }

  .social-links li {
    display: inline-block;
    margin-right: 10px; } }
/* BOTTOM SECTION */
#bottom-section {
  width: 100%;
  min-height: 370px;
  background-color: #E6E6E6;
  padding-top: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Calibri, sans-serif;
  font-size: 21px; }

#bottom-section .footer-column {
  float: left;
  width: 370px;
  margin-right: 30px; }

#bottom-section .footer-column:last-child {
  margin-right: 0; }

.bottom-section-title {
  background-color: #cb0003;
  color: #fff !important;
  height: 40px;
  line-height: 40px;
  padding: 0 22px;
  width: 150px;
  font-size: 25px !important;
  font-weight: 300 !important; }

/* NEWSLETTER SECTION */
.newsletter-section .newsletter-box {
  margin-top: 30px;
  border: 1px solid #CECECE;
  width: 100%;
  height: 150px;
  padding: 35px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.newsletter-section .newsletter-box .heading {
  margin-bottom: 25px;
  font-family: "Vijaya";
  font-size: 25px; }

.newsletter-section .newsletter-box .newsletter-form input {
  float: left; }

.newsletter-section .newsletter-box .newsletter-form .email-field {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 34px;
  line-height: 34px;
  width: 208px;
  background: white url("/polirom-theme/css/../images/steuerhaus/newsletter_icon.png") no-repeat 11px center;
  border-radius: 0;
  padding-left: 40px; }

.newsletter-section .newsletter-box .newsletter-form .send-btn {
  width: 107px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #A0A0A0;
  color: #fefefe;
  font-family: Calibri, sans-serif;
  font-size: 18px;
  border: none;
  margin-left: -2px; }

/* DOWNLOAD SECTION */
.download-section .item:first-child {
  margin-top: 30px; }

.download-section .item {
  border: 1px solid #CECECE;
  height: 64px;
  line-height: 64px;
  text-align: center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  width: 100%;
  background-position: 10px; }

.download-section .item a {
  color: #363636;
  font-size: 18px;
  padding-left: 28px; }

/* PARTNERES SECTION */
.partners-section ul {
  list-style: none;
  margin: 0; }

.partners-section ul li {
  margin-top: 28px;
  padding-left: 65px; }

.partners-section ul li a {
  display: block; }

/* FOOTER SECTION */
#footer #footerMenu {
  height: 65px;
  width: 100%;
  background-color: #C4C4C4; }

#footer #footerMenu ul.footer-menu {
  width: 90%;
  float: left;
  list-style: none;
  margin: 0; }

#footer #footerMenu ul.footer-menu li {
  display: inline-block;
  margin-right: 55px; }

#footer #footerMenu ul.footer-menu li a {
  font-family: Calibri, sans-serif;
  font-size: 18px;
  line-height: 65px;
  color: #000;
  display: block; }

#footer #footerMenu ul.social-links {
  width: 10%;
  float: right;
  list-style: none;
  margin: 0; }

#footer #footerMenu ul.social-links li {
  display: inline-block;
  margin-right: 7px; }

#footer #footerMenu ul.social-links li a {
  line-height: 65px;
  display: block; }

#footer #footerInfo {
  height: 67px;
  width: 100%;
  background-color: #282828; }

#footer #footerInfo .payment-methods {
  float: left;
  list-style: none;
  margin: 0; }

#footer #footerInfo .payment-methods li {
  display: inline-block;
  line-height: 67px;
  margin-right: 10px; }

#footer #footerInfo .copyright {
  height: 100%;
  float: right;
  color: #919293;
  font-family: Calibri, sans-serif;
  font-size: 18px;
  padding: 5px 0;
  box-sizing: border-box; }

#footer #footerInfo .copyright span {
  line-height: 30px; }

#footer #footerInfo .copyright a {
  line-height: 20px;
  text-decoration: none !important;
  color: #919293 !important;
  display: block; }

/* COLOR VARIABLES */
body {
  position: relative; }

.polirom-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: 1000; }

/* CUSTOM STYLES */
.polirom-wrapper,
#heading {
  width: 1170px;
  margin: 0 auto; }

.polirom-wrapper {
  font-size: 14px;
  font-family: Calibri, sans-serif;
  height: 100%; }

#banner {
  border-bottom: 1px solid #cb0003;
  background-size: 100%;
  background-repeat: no-repeat; }

#heading {
  height: 170px;
  position: relative; }

#heading .logo {
  padding-top: 35px;
  padding-left: 35px; }

#topSearch {
  position: absolute;
  top: 60px;
  right: 0; }

#topSearch #shearchKeyword {
  background: #e3e3e3;
  box-shadow: none;
  border: none;
  padding: 0 12px;
  color: #000;
  font-family: Calibri, sans-serif;
  height: 32px;
  width: 350px;
  margin-bottom: 0 !important;
  font-size: 16px; }

#topSearch input[type="submit"] {
  background-color: transparent;
  border: none;
  background-image: url("/polirom-theme/css/../images/steuerhaus/search_icon.png");
  width: 32px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  font-size: 0;
  margin-left: -5px;
  margin-top: -10px; }

#shearchKeyword::-webkit-input-placeholder {
  color: #565656; }

#shearchKeyword:-moz-placeholder {
  /* Firefox 18- */
  color: #565656; }

#shearchKeyword::-moz-placeholder {
  /* Firefox 19+ */
  color: #565656; }

#shearchKeyword:-ms-input-placeholder {
  color: #565656; }

/* SUGGESTION CONTAINER*/
.suggestionsContainer {
  width: 615px;
  position: absolute;
  left: 0;
  border: 1px solid #ccc;
  padding: 50px 25px;
  box-shadow: 2px 2px 5px #888888;
  z-index: 1000;
  background-color: #fff;
  display: none; }

.suggestionsContainer .suggestionElement {
  width: 25%;
  float: left;
  display: table-cell; }

.suggestionsContainer .suggestionImg {
  width: 100px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer; }

.suggestionsContainer .suggestionTitle {
  margin: 0 auto;
  font-size: 12px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer; }

.suggestionsContainer .suggestionPrice {
  width: 100px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
  cursor: pointer;
  color: red; }

#topHeader {
  background-color: #1F1F1F;
  height: 29px;
  width: 100%;
  display: block; }

#topHeader .menu-btn {
  display: none;
  background: url(/polirom-theme/css/../images/steuerhaus/menu_icon.png) no-repeat center;
  width: 32px;
  height: 32px;
  cursor: pointer;
  float: left;
  border: none; }

#topHeader #st-trigger-effects {
  float: left; }

#topHeader .details {
  float: right;
  width: 50%; }

#topHeader .details span {
  line-height: 29px;
  color: #E2E2E2;
  font-size: 14px;
  letter-spacing: 1px;
  float: right; }

#topHeader .details span a {
  color: #FF858D;
  text-decoration: none; }

#topHeader .details ul {
  list-style: none;
  margin: 0;
  float: right;
  left: 40px; }

#topHeader .details ul li {
  display: inline-block;
  line-height: 29px; }

#topHeader .details ul li a {
  display: block;
  height: 29px;
  margin-left: 10px; }

#topHeader .details ul li .facebook {
  background: url("/polirom-theme/css/../images/steuerhaus/facebook_icon.png") no-repeat center;
  width: 20px; }

#topHeader .details ul li .twitter {
  background: url("/polirom-theme/css/../images/steuerhaus/twitter_logo.png") no-repeat center;
  width: 22px; }

#topHeader .details ul li .rss {
  background: url("/polirom-theme/css/../images/steuerhaus/rss_logo.png") no-repeat center;
  width: 21px; }

.polirom-heading {
  background-color: #cb0003;
  color: #fff !important;
  height: 40px;
  line-height: 40px;
  padding: 0 22px;
  display: inline-block;
  font-size: 20px !important;
  font-family: Calibri, sans-serif;
  font-weight: 300 !important; }

.box {
  width: 100%;
  border-top: 1px solid #cb0003; }

.journal-content-article a {
  color: #cb0003; }

/* HOMEPAGE */
.homepage {
  padding-top: 57px;
  padding-bottom: 100px; }

.homepage .inside-wrapper .left-side {
  width: 370px;
  float: left;
  margin-right: 30px; }

.homepage .inside-wrapper .right-side {
  width: 770px;
  float: left; }

.homepage .inside-wrapper .right-side .small-wrapper .portlet-layout {
  float: left;
  width: 50%; }

/* SUBPAGE */
.subpage {
  padding-top: 75px;
  padding-bottom: 100px; }

.subpage .left-container {
  width: 808px;
  float: left;
  margin-right: 27px; }

.subpage .sidebar {
  width: 335px;
  float: left; }

.subpage.with-breadcrumb {
  padding-top: 10px; }

.info-section {
  display: table; }

.info-section .portlet-column {
  width: 367px;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px; }

.info-section .portlet-column:nth-of-type(3n) {
  margin-right: 0; }

.signed-in .info-section .portlet-column {
  width: 368px; }

/* MAIN ARTICLE */
.main-article .article-section {
  padding-top: 62px; }

.main-article .article-section .heading {
  width: 860px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 25px;
  font-family: Calibri, sans-serif;
  font-size: 25px;
  color: #5B5B5B; }

.main-article .article-section .body {
  font-size: 14px;
  font-family: Calibri, sans-serif; }

.main-article a {
  color: #cb0003; }

/* MAIN ARTICLE FAQ*/
.main-article.faq .questions-list {
  margin: 62px 0 20px 0;
  background-color: #EBEBEB;
  padding: 28px 40px 38px 40px; }

.main-article.faq .questions-list ul {
  margin: 0;
  list-style-image: url("/polirom-theme/css/../images/steuerhaus/red_bullet.png"); }

.main-article.faq .questions-list ul li {
  padding-left: 12px;
  line-height: 40px; }

.main-article.faq .questions-list ul li a {
  color: #2F2F2F;
  text-transform: uppercase;
  font-size: 18px; }

.main-article.faq .questions-list ul li a:hover {
  color: #cb0003; }

.main-article.faq .heading {
  text-transform: uppercase;
  color: #cb0003; }

/* MAIN ASRTICLE COURIER DETAILS */
.main-article.courier-details .article-section .heading {
  color: #cb0003;
  margin-bottom: 0; }

.main-article.courier-details .article-section .body {
  padding: 30px 25px 35px 25px; }

.main-article.courier-details .article-section .body .subheading {
  color: #000;
  text-transform: uppercase;
  font-size: 24px;
  font-family: Calibri, sans-serif;
  font-weight: normal;
  margin-bottom: 45px; }

.main-article.courier-details .article-section:first-child .body {
  margin-top: 40px;
  background-color: #EBEBEB; }

.main-article.courier-details .article-section:nth-child(2) {
  padding-top: 0; }

.main-article.courier-details .article-section:nth-child(2) .body {
  padding: 30px 0 35px 0; }

.main-article.courier-details .DHL-table {
  margin-top: 3px;
  width: 50%;
  float: left; }

.main-article.courier-details .DHL-table .table-row.table-heading {
  height: 60px;
  line-height: 60px;
  color: #707070; }

.main-article.courier-details .DHL-table .table-row.table-heading .countries {
  text-transform: uppercase;
  background-color: #EBEBEB; }

.main-article.courier-details .DHL-table .table-row.table-heading .prices {
  text-transform: uppercase;
  background-color: #FFF; }

.main-article.courier-details .DHL-table .table-row {
  height: 40px;
  line-height: 40px;
  color: #707070; }

.main-article.courier-details .DHL-table .table-row .countries {
  float: left;
  width: 85%;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.main-article.courier-details .DHL-table .table-row .prices {
  float: left;
  width: 15%;
  text-align: center; }

.main-article.courier-details .DHL-table .table-row:nth-child(even) .countries {
  background-color: #FFF; }

.main-article.courier-details .DHL-table .table-row:nth-child(even) .prices {
  background-color: #C2C2C2; }

.main-article.courier-details .DHL-table .table-row:nth-child(odd) {
  background-color: #EBEBEB; }

/* MAIN ASRTICLE PROMOTION */
.main-article.promotion .questions-list {
  color: #5D5D5D;
  margin: 30px 0 20px 0;
  background-color: #EBEBEB;
  padding: 38px 40px 38px 66px; }

.main-article.promotion .questions-list ul {
  margin: 0;
  list-style-image: url("/polirom-theme/css/../images/steuerhaus/list_arrow.png"); }

.main-article.promotion .questions-list ul li {
  padding-left: 12px;
  line-height: 40px; }

.main-article.promotion .questions-list .info {
  font-weight: bold;
  border-top: 1px solid #fff;
  padding-top: 16px;
  margin-top: 10px; }

.main-article.promotion .article-section {
  padding-top: 42px; }

.main-article.promotion .article-section .heading {
  width: 100%; }

/* MAIN ARTICLE EDITURA */
.main-article.editura .box {
  padding-top: 50px; }

.main-article.editura .box .heading {
  width: 618px;
  float: right;
  border-bottom: 1px solid #cb0003;
  margin-bottom: 45px;
  text-transform: uppercase;
  color: #cb0003;
  height: 80px;
  line-height: 80px;
  font-size: 33px; }

.main-article.editura .box img {
  float: left;
  margin-right: 35px; }

.main-article.editura .box .body {
  font-size: 16px; }

/* PUBLISHED BOOKS ARTICLE */
.published-books-article .heading {
  border-bottom: 1px solid #CDCDCD;
  margin-bottom: 60px;
  color: #5F5F5F; }

.published-books-article ul {
  margin: 0;
  list-style: none; }

.published-books-article ul li {
  width: 52px;
  display: inline-block; }

.published-books-article ul li span {
  text-align: center;
  display: block;
  width: 100%; }

.published-books-article ul li {
  border-right: 1px solid #5F5F5F; }

.published-books-article ul li:last-child {
  border-right: none; }

.published-books-article .years-list {
  border-bottom: 1px solid #C2C2C2;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.published-books-article .years-label,
.published-books-article .numbers-label {
  position: relative; }

.published-books-article .years-label span,
.published-books-article .numbers-label span {
  display: block; }

.published-books-article .years-label span.text,
.published-books-article .numbers-label span.text {
  width: 170px;
  height: 35px;
  background-color: #EBEBEB;
  text-align: center;
  line-height: 35px;
  text-transform: uppercase; }

.published-books-article .years-label {
  margin-bottom: 30px; }

.published-books-article .years-label .arrow {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #EBEBEB;
  margin-left: 20px; }

.published-books-article .numbers-label {
  margin-top: 30px;
  margin-bottom: 55px; }

.published-books-article .numbers-label .arrow {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #EBEBEB;
  margin-left: 20px; }

/* SIMPLE ARTICLE WITH HEADING */
.simple-article .heading {
  border-bottom: 1px solid #CDCDCD;
  margin-bottom: 35px;
  color: #5F5F5F; }

/* FIRST BOOK */
.first-book .heading {
  border-bottom: 1px solid #CDCDCD; }

.first-book .cover {
  margin-top: 30px;
  margin-bottom: 20px; }

.first-book .title {
  color: #cb0003;
  font-family: Arial; }

.first-book .details {
  font-family: Arial;
  margin-top: 28px;
  color: #5E5E5E; }

/* CONTACT BOX */
.contact-box {
  width: 100%;
  min-height: 172px;
  border: 1px solid #CCC;
  padding: 24px 20px 16px 30px;
  font-family: Calibri, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px 0 35px 0; }

.contact-box .left-side {
  float: left;
  width: 70%;
  margin-right: 0; }

.contact-box .right-side {
  float: left;
  width: 30%;
  padding-bottom: 5px; }

.contact-box .right-side .photo {
  float: right; }

.contact-box .name {
  color: #cb0003;
  text-transform: uppercase; }

.contact-box .position {
  margin: 0;
  margin-top: 16px;
  margin-bottom: 20px; }

.contact-box hr {
  border-bottom: 1px solid #cb0003;
  margin: 0; }

.contact-box .email,
.contact-box .telephone {
  margin: 0;
  margin-top: 10px; }

.contact-box .email a,
.contact-box .telephone a {
  color: #cb0003; }

.diffusers-info .zone .contact-boxes .contact-box {
  width: 370px;
  float: left;
  margin-right: 30px; }

.diffusers-info .zone .contact-boxes .contact-box:last-child {
  margin-right: 0; }

/* INFO MAP */
#infoMap {
  width: 100%;
  height: 900px;
  margin: 30px 0 55px 0; }

#infoMap img {
  max-width: none; }

/* ABOUT US*/
.about-us .about-us-content {
  margin-top: 50px; }

.about-us .left-column {
  float: left;
  width: 850px;
  margin-right: 65px; }

.about-us .right-column {
  float: left;
  width: 255px; }

.about-us .half-side:first-child {
  float: left;
  width: 530px;
  min-height: 460px; }

.about-us .half-side:last-child {
  float: right;
  width: 530px;
  min-height: 460px; }

.about-us .third-side {
  display: table; }

.about-us .third-side .portlet-column {
  display: inline-block;
  vertical-align: top;
  width: 367px;
  margin-right: 30px; }

.about-us .third-side .portlet-column:nth-of-type(3n) {
  margin-right: 0; }

/* COLLECTIONS ARTICLE */
.simple-article.collections .collections .collection-item {
  float: left;
  width: 177px;
  height: 260px;
  margin-right: 46px;
  padding: 15px;
  border: 1px solid #DFE3E2;
  margin-bottom: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.simple-article.collections .collections .collection-item .name {
  color: #cb0003;
  line-height: 20px;
  font-size: 16px;
  text-align: center;
  height: 60px;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.simple-article.collections .collections .collection-item .logo {
  border-bottom: 1px solid #DFE3E2;
  width: 100%;
  height: 50%;
  position: relative; }

.simple-article.collections .collections .collection-item .logo img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.simple-article.collections .collections .collection-item .coordonator {
  color: #535353;
  text-align: center;
  padding: 0 10%;
  margin-top: 5px; }

.simple-article.collections .collections .collection-item:nth-child(4n) {
  margin-right: 0; }

/* CONTACT PAGE */
.contact .contact-section {
  display: table; }

.contact .contact-section .portlet-column {
  width: 367px;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px; }

.contact .contact-section .portlet-column:nth-of-type(3n) {
  margin-right: 0; }

.contact .main-article .article-section {
  padding-top: 40px; }

/* CONTACT MAP */
.map-container {
  position: relative;
  z-index: 100;
  margin-bottom: 50px; }

.map-container .contact-info {
  position: absolute;
  z-index: 200;
  bottom: 25px;
  left: 20px;
  width: 400px;
  height: 205px;
  border: 1px solid #E8A2A0;
  padding: 22px 22px 27px 27px;
  background-color: rgba(255, 255, 255, 0.85); }

.map-container .contact-info .heading {
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cb0003; }

.contact-map {
  width: 100%;
  height: 375px; }

.contact-map img {
  max-width: none; }

/* SLIDER */
.homepageSlider {
  margin-bottom: 20px;
  cursor: pointer;
  /* SLICK SLIDER */ }

.homepageSlider .slide-container {
  position: relative;
  z-index: 100;
  display: none; }

.homepageSlider img {
  width: 100%;
  height: 300px; }

.homepageSlider .slick-prev,
.homepageSlider .slick-next {
  display: inline-block;
  background-color: transparent;
  border: none;
  font-size: 0 !important;
  color: transparent;
  position: absolute;
  z-index: 50;
  cursor: pointer;
  width: 40px;
  height: 40px;
  top: calc(50% - 20px) !important;
  transition: background 0.3s ease;
  outline: none; }

.homepageSlider .slick-prev {
  left: 0;
  background: transparent url("/polirom-theme/css/../images/steuerhaus/arrows/left_arrow_slider.png") no-repeat 0 0; }

.homepageSlider .slick-prev:hover {
  background: transparent url("/polirom-theme/css/../images/steuerhaus/arrows/left_arrow_slider_hover.png") no-repeat 0 0; }

.homepageSlider .slick-next {
  right: 0;
  background: transparent url("/polirom-theme/css/../images/steuerhaus/arrows/right_arrow_slider.png") no-repeat 0 0; }

.homepageSlider .slick-next:hover {
  background: transparent url("/polirom-theme/css/../images/steuerhaus/arrows/right_arrow_slider_hover.png") no-repeat 0 0; }

.subpageSlider {
  margin-bottom: 20px;
  cursor: pointer;
  /* SLICK SLIDER */ }

.subpageSlider .slide-container {
  position: relative;
  z-index: 100;
  display: none; }

.subpageSlider img {
  width: 100%;
  height: 200px; }

.subpageSlider .slick-prev,
.subpageSlider .slick-next {
  display: inline-block;
  background-color: transparent;
  border: none;
  font-size: 0 !important;
  color: transparent;
  position: absolute;
  z-index: 50;
  cursor: pointer;
  width: 40px;
  height: 40px;
  top: calc(50% - 15px);
  transition: background 0.3s ease;
  outline: none; }

.subpageSlider .slick-prev {
  left: 15px;
  background: transparent url("/polirom-theme/css/../images/steuerhaus/arrows/left_arrow_slider_30.png") no-repeat 0 0; }

.subpageSlider .slick-prev:hover {
  background: transparent url("/polirom-theme/css/../images/steuerhaus/arrows/left_arrow_slider_hover_30.png") no-repeat 0 0; }

.subpageSlider .slick-next {
  right: 15px;
  background: transparent url("/polirom-theme/css/../images/steuerhaus/arrows/right_arrow_slider_30.png") no-repeat 0 0; }

.subpageSlider .slick-next:hover {
  background: transparent url("/polirom-theme/css/../images/steuerhaus/arrows/right_arrow_slider_hover_30.png") no-repeat 0 0; }

/* BOOK */
.book {
  width: 370px;
  height: 170px;
  padding: 15px;
  border: 1px solid #E1E1E1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  outline: none;
  margin-right: 10px; }

.book .left {
  width: 100%; }

.book .left .discount {
  position: absolute;
  top: 7px;
  left: 7px;
  background-color: #CB0003;
  color: #fff;
  padding: 10px 4px; }

.book .left .rating {
  width: 94px;
  height: 17px;
  margin-top: 7px;
  margin-left: 7px; }

.book .right {
  float: left;
  width: 205px; }

.book .right .title {
  padding: 16px 0;
  color: #CB0003;
  font-size: 20px !important;
  line-height: 24px;
  padding-left: 10px;
  box-sizing: border-box; }

.book .right .description {
  font-size: 16px;
  line-height: 16px; }

.book .right .bottom {
  position: absolute;
  bottom: 15px; }

.book .right .bottom .cart {
  float: left;
  background: url("/polirom-theme/css/../images/steuerhaus/basket_icon.png") no-repeat;
  width: 39px;
  height: 28px;
  padding: 0 10px;
  cursor: pointer; }

.book .right .bottom .price {
  float: left;
  border-left: 1px solid #ABABAB;
  padding: 2px 10px;
  color: #000;
  font-size: 20px; }

.rating5 {
  background: url("/polirom-theme/css/../images/steuerhaus/stars/stars_1.png"); }

.rating10 {
  background: url("/polirom-theme/css/../images/steuerhaus/stars/stars_2.png"); }

.rating15 {
  background: url("/polirom-theme/css/../images/steuerhaus/stars/stars_3.png"); }

.rating20 {
  background: url("/polirom-theme/css/../images/steuerhaus/stars/stars_4.png"); }

.rating25 {
  background: url("/polirom-theme/css/../images/steuerhaus/stars/stars_5.png"); }

.rating30 {
  background: url("/polirom-theme/css/../images/steuerhaus/stars/stars_6.png"); }

.rating35 {
  background: url("/polirom-theme/css/../images/steuerhaus/stars/stars_7.png"); }

.rating40 {
  background: url("/polirom-theme/css/../images/steuerhaus/stars/stars_8.png"); }

.rating45 {
  background: url("/polirom-theme/css/../images/steuerhaus/stars/stars_9.png"); }

.rating50 {
  background: url("/polirom-theme/css/../images/steuerhaus/stars/stars_10.png"); }

.books-list {
  position: relative; }

.books-list .box {
  padding-top: 35px;
  padding-bottom: 60px; }

.books-list .resp-slider {
  float: left; }

.books-list .book-wrap .book {
  float: left;
  margin-right: 29px; }

.books-list .book-wrap .book:last-child {
  margin-right: 0; }

.books-list .slick-prev,
.books-list .slick-next {
  position: absolute;
  top: -30px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  border: none;
  font-size: 0;
  outline: none; }

.books-list .slick-prev {
  right: 34px;
  background: url("/polirom-theme/css/../images/steuerhaus/arrows/sageata_selectie_st_off.png"); }

.books-list .slick-prev:hover {
  background: url("/polirom-theme/css/../images/steuerhaus/arrows/paginator_hover_st.png"); }

.books-list .slick-next {
  right: 0;
  background: url("/polirom-theme/css/../images/steuerhaus/arrows/sageata_selectie_dr_off.png"); }

.books-list .slick-next:hover {
  background: url("/polirom-theme/css/../images/steuerhaus/arrows/paginator_hover_dr.png"); }

/* NEWS LIST */
.news-list {
  width: 771px;
  position: relative; }

.news-list .slick-slider {
  position: static !important; }

.news-list .slide-counter {
  position: absolute;
  top: 7px;
  right: 30px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  font-size: 16px; }

.news-list .slide-counter.bottom {
  bottom: -65px;
  top: auto; }

.news-list .news-item {
  margin-top: 65px; }

.news-list .slick-prev,
.news-list .slick-next {
  position: absolute;
  bottom: -65px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  border: none;
  font-size: 0; }

.news-list .slick-prev.bottom {
  right: 65px;
  background: url("/polirom-theme/css/../images/steuerhaus/arrows/sageata_selectie_st_off.png"); }

.news-list .slick-prev.bottom:hover {
  background: url("/polirom-theme/css/../images/steuerhaus/arrows/sageata_selectie_st_on.png"); }

.news-list .slick-next.bottom {
  right: 0;
  background: url("/polirom-theme/css/../images/steuerhaus/arrows/sageata_selectie_dr_off.png"); }

.news-list .slick-next.bottom:hover {
  background: url("/polirom-theme/css/../images/steuerhaus/arrows/sageata_selectie_dr_on.png"); }

.news-item {
  min-height: 684px; }

.news-item .box {
  padding-top: 65px; }

.news-item .content {
  background-color: #F2F2F2;
  padding: 5px 30px 16px 30px; }

.news-item .title {
  color: #444;
  font-size: 33px;
  line-height: 70px; }

.news-item .details-section {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-top: 1px solid #C2C2C2;
  border-bottom: 1px solid #C2C2C2; }

.news-item .details-section div {
  display: inline-block;
  margin-right: 10%; }

.news-item .details-section div:last-child {
  margin-right: 0; }

.news-item .body {
  margin-top: 25px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 20px; }

.news-item .quote {
  padding: 20px 0;
  border-top: 1px solid #C1C1C1;
  border-bottom: 1px solid #C1C1C1;
  color: #424242;
  font-size: 20px;
  line-height: 25px;
  font-style: italic; }

.news-item .quote:before {
  content: open-quote; }

.news-item .quote:after {
  content: close-quote; }

.news-item .read-more {
  width: 155px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #C2C2C2;
  color: #848484;
  display: block;
  font-size: 16px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s; }

.news-item .read-more:hover {
  border: 1px solid #cb0003;
  color: #cb0003; }

.news-item.detailed {
  width: 771px; }

.news-item.detailed .title {
  padding-left: 35px; }

.news-item.detailed .details-section {
  padding: 0 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.newsSlider .slick-prev,
.newsSlider .slick-next {
  position: absolute;
  top: 5px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  border: none;
  font-size: 0; }

.newsSlider .slick-prev {
  right: 65px;
  background: url("/polirom-theme/css/../images/steuerhaus/arrows/sageata_selectie_st_off.png"); }

.newsSlider .slick-prev:hover {
  background: url("/polirom-theme/css/../images/steuerhaus/arrows/paginator_hover_st.png"); }

.newsSlider .slick-next {
  right: 0;
  background: url("/polirom-theme/css/../images/steuerhaus/arrows/sageata_selectie_dr_off.png"); }

.newsSlider .slick-next:hover {
  background: url("/polirom-theme/css/../images/steuerhaus/arrows/paginator_hover_dr.png"); }

.social-buttons {
  padding: 35px; }

.social-buttons .twitter,
.social-buttons .gplus,
.social-buttons .facebook,
.social-buttons .pinterest {
  float: left;
  margin-right: 5px; }

/* LOADER STYLES */
.showbox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5%; }

.polirom-loader {
  position: absolute;
  margin: 0px auto;
  width: 100px;
  top: 20%;
  left: 50%; }

.polirom-loader:before {
  content: '';
  display: block;
  padding-top: 100%; }

.circular {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round; }

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@-webkit-keyframes color {
  100%,
  0% {
    stroke: #cb0003; } }

@keyframes color {
  100%,
  0% {
    stroke: #cb0003; } }

.error-404 {
  background-image: url("/polirom-theme/css/../images/steuerhaus/404_page.jpg");
  min-height: 760px;
  background-size: 100%;
  background-position: center;
  padding: 20px;
  font-family: "Calibri", sans-serif; }

.error-404 .error-container {
  width: 55%;
  padding: 30px; }

.error-404 .error-container a {
  color: #1F1F1F !important; }

.error-404 .top-text {
  color: #1F1F1F;
  font-size: 70px;
  line-height: 80px; }

.error-404 .top-text span {
  color: #cb0003;
  font-size: 130px;
  font-weight: 300; }

.error-404 p {
  font-size: 24px;
  margin: 20px 0; }

.error-404 p.url-not-found {
  font-size: 16px; }

.error-404 .red-text {
  color: #cb0003;
  font-size: 130px;
  line-height: 100px;
  margin-top: 50px; }

.promotions-list .box .slick-slide img {
  max-height: 170px; }

.aui .book-top10-left p {
  margin: 0; }

.book-top10-left img {
  border: 1px solid black;
  width: 40px;
  margin-left: 10px; }

.book-top10-left p:nth-of-type(2) {
  color: #d70500;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  line-height: 11px; }

.book-top10-left span:nth-of-type(2) {
  font-weight: bold; }

.book-top10-left p:first-of-type {
  font-family: Verdana;
  font-size: 11px;
  line-height: 11px; }

.book-top10-left {
  padding-top: 10px;
  width: 100%; }

.book-top10-left .top-left {
  width: 15%;
  float: left; }

.book-top10-left .top-right {
  width: 85%;
  float: right;
  padding-top: 20px; }

.promotions-list .box .slick-prev {
  background-image: url("/polirom-theme/css/../images/steuerhaus/arrows/sageata_selectie_st_off.png");
  right: 35px; }

.promotions-list .box .slick-prev:hover {
  background-image: url("/polirom-theme/css/../images/steuerhaus/arrows/paginator_hover_st.png");
  right: 35px; }

.promotions-list .box .slick-next {
  background-image: url("/polirom-theme/css/../images/steuerhaus/arrows/sageata_selectie_dr_off.png");
  right: 5px; }

.promotions-list .box .slick-next:hover {
  background-image: url("/polirom-theme/css/../images/steuerhaus/arrows/paginator_hover_dr.png");
  right: 5px; }

.promotions-list .box .slick-next,
.promotions-list .box .slick-prev {
  display: inline-block;
  border: none;
  font-size: 0px !important;
  background-color: transparent;
  box-sizing: border-box;
  outline: none;
  height: 24px;
  width: 24px;
  position: absolute;
  top: -35px;
  z-index: 100; }

.bestseller .cover-wrapper {
  position: relative; }

.bestseller .cover {
  background-color: #f6f6f6;
  height: 140px; }

.bestseller .cover img {
  height: 9em; }

.bestseller .cover a {
  display: block;
  position: absolute;
  top: 30px;
  left: calc(50% - 43px); }

.bestseller .book-details {
  background-color: #b7b7b7; }

.bestseller .book-details .bestseller_title {
  font-family: Verdana;
  font-size: 16px;
  color: #f7f7f7;
  font-weight: bold;
  padding-left: 20px;
  padding-top: 10px;
  margin: 0px;
  display: block; }

.bestseller .book-details .bestseller_author {
  font-family: Verdana;
  font-size: 14px;
  color: #5c5c5c;
  font-weight: bold;
  padding: 0 0 10px 20px;
  display: block; }

.bestseller h2 {
  background-color: #cb0003;
  color: #fff !important;
  height: 40px;
  line-height: 40px;
  padding: 0 22px;
  display: inline-block;
  font-size: 20px !important;
  font-family: Calibri, sans-serif;
  font-weight: 300 !important; }

.bestseller .slick-prev,
.bestseller .slick-next {
  display: inline-block;
  border: none;
  font-size: 0px !important;
  background-color: transparent;
  box-sizing: border-box;
  outline: none;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 120px;
  z-index: 1000; }

.bestseller-cover-top {
  height: 60px;
  border-top: 1px solid #cb0003; }

.bestseller .slick-prev {
  background-image: url("/polirom-theme/css/../images/steuerhaus/arrows/left_slide.svg");
  left: 20px; }

.bestseller .slick-prev:hover {
  background-image: url("/polirom-theme/css/../images/steuerhaus/arrows/left_slide_hover.svg");
  left: 20px; }

.bestseller .slick-next {
  background-image: url("/polirom-theme/css/../images/steuerhaus/arrows/right_slide.svg");
  right: 20px; }

.bestseller .slick-next:hover {
  background-image: url("/polirom-theme/css/../images/steuerhaus/arrows/right_slide_hover.svg");
  right: 20px; }

.portlet-topper .portlet-topper-toolbar .portlet-icon-back,
.portlet-topper .portlet-topper-toolbar .portlet-icon-back:hover {
  color: black !important; }

.homepageSlider .slide-container:first-child {
  display: block; }

.subpageSlider .slide-container:first-child {
  display: block; }

.slick-slide .left h3.title {
  color: #cc0001;
  font-size: 14px;
  line-height: 18px; }

.slick-slide .left div:first-child img {
  height: 150px;
  cursor: pointer; }

#heading {
  height: 115px !important;
  position: relative !important; }

#heading .logo {
  padding-top: 10px !important;
  padding-left: 15px !important; }

#topSearch {
  top: 75px !important; }

.homepage {
  padding-top: 25px !important; }

#_z_treeMapper_WAR_z_bookManagerportlet_INSTANCE_3FxyqzBQXHz8_treeContainer {
  height: 925px !important; }

#footer #footerMenu ul.footer-menu li a {
  font-size: 17px !important; }

.round .polirom-heading {
  border-radius: 3px 3px 0 0;
  font-size: 20px; }

.round .bookItem {
  border-radius: 3px 3px 0 0; }

.round .books-list #sugestiiContent .book {
  border-radius: 3px 3px 0 0; }

.round .slick-track .book {
  border-radius: 3px 3px 0 0; }

.round .bookItemP.grid {
  border-radius: 3px 3px 0 0; }

@media screen and (max-width: 1023px) {
  .polirom-wrapper,
  #heading {
    width: 95%;
    margin: 0 auto; }

  .homepage > .left-container > .right-side,
  .subpage > .left-container > .right-side {
    width: 100%;
    float: none; }

  .subpage .left-container {
    width: 100%;
    float: none; }

  .subpage .sidebar {
    width: 100%;
    float: none; }

  /* TOP HEADER */
  #topHeader {
    height: 50px; }

  #topHeader #st-trigger-effects {
    height: 100%;
    padding: 9px 0; }

  #topHeader .menu-btn {
    display: block; }

  #topHeader .details {
    width: 90%; }

  #topHeader .details span {
    line-height: 50px;
    font-size: 100%;
    text-align: center;
    letter-spacing: 0;
    float: right; }

  #topHeader .details ul {
    display: none; }

  /* BANNER */
  #banner {
    background: #E3E3E3; }

  /* HEADING */
  #heading .logo {
    padding-left: 0; }

  .polirom-heading {
    padding: 0 10px;
    font-size: 20px !important; }

  /* MAIN ARTICLE */
  .main-article .article-section {
    padding-top: 30px; }

  .main-article .article-section .heading {
    width: 100%;
    font-size: 20px;
    line-height: 30px; }

  .main-article.courier-details .article-section .body .subheading {
    margin-bottom: 20px; }

  .main-article.courier-details .DHL-table {
    width: 100%; }

  .main-article.faq .questions-list {
    margin: 30px 0 20px 0;
    padding: 20px 30px; }

  .main-article.editura .box .heading {
    width: 100%;
    margin-bottom: 30px; }

  /* HOMEPAGE */
  .homepage {
    padding-top: 30px;
    padding-bottom: 30px; }

  .homepage .inside-wrapper .left-side {
    width: 31.5%;
    float: left;
    margin-right: 2.6%; }

  .homepage .inside-wrapper .right-side {
    width: 65.9%;
    float: left; }

  .homepageSlider img {
    height: auto; }

  .homepageSlider .slick-prev,
  .homepageSlider .slick-next {
    background-size: 70%;
    top: 17%; }

  .homepageSlider .slick-prev:hover,
  .homepageSlider .slick-next:hover {
    background-size: 70%; }

  .homepageSlider .slick-prev {
    left: 10px; }

  .homepageSlider .slick-next,
  .homepageSlider .slick-next:hover {
    right: 5px;
    background-position: top right; }

  .homepageSlider .slider-info {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: inherit; }

  .homepageSlider .slider-info .left .percentage {
    font-size: 50px;
    line-height: 60px;
    width: 100%; }

  .homepageSlider .slider-info .right {
    margin-left: 10px; }

  .homepageSlider .slider-info .right .title {
    font-size: 50px;
    line-height: 50px; }

  .homepageSlider .slider-info .right .subtitle {
    font-size: 20px;
    line-height: 25px; }

  .homepageSlider .slider-info .right .link-to {
    font-size: 20px;
    line-height: 20px; }

  .book {
    width: 30%; }

  .book .left {
    width: 35%; }

  .book .right {
    width: 65%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .promotions-list .book-wrap .book {
    float: none;
    margin-right: 0;
    margin-bottom: 10px; }

  /* SUBPAGE */
  .subpage {
    padding-top: 30px;
    padding-bottom: 30px; }

  /* CONTACT BOX */
  .contact-box {
    margin: 15px 0; }

  #infoMap {
    height: 370px;
    margin: 30px 0; }

  /* ABOUT US */
  .about-us .left-column,
  .about-us .right-column {
    float: none;
    width: 100%; }

  .about-us .half-side:first-child,
  .about-us .half-side:last-child {
    float: none;
    width: 100%; }

  .about-us .third-side {
    width: 100%;
    float: none;
    margin-right: 0; }

  .simple-article .heading {
    margin-bottom: 20px; }

  .simple-article.collections .collections .collection-item {
    float: none;
    width: 100%;
    margin-right: 0; }

  /* CONTACT */
  .map-container .contact-info {
    position: relative;
    z-index: 200;
    bottom: 0;
    top: 10px;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  /* NEWS */
  .news-list {
    width: 100%; }

  .news-list .news-item {
    margin-top: 30px; }

  .news-list .slick-prev.bottom,
  .news-list .slick-next.bottom {
    bottom: -27px; }

  .news-list .slide-counter.bottom {
    bottom: -27px; }

  .news-item {
    min-height: inherit; }

  .news-item .box {
    padding-top: 35px; }

  .news-item .content {
    padding: 10px; }

  .news-item .title {
    font-size: 25px;
    line-height: 50px; }

  .news-item .details-section {
    height: auto; }

  .news-item .body {
    margin-top: 15px;
    margin-bottom: 15px; }

  .news-item.detailed {
    width: 100%; }

  .news-item.detailed .title {
    padding-left: 0; }

  .news-item.detailed .details-section {
    padding: 0; }

  .social-buttons {
    padding: 20px 0 10px 0; }

  /* BOTTOM SECTION */
  #bottom-section {
    min-height: inherit; }

  #bottom-section .footer-column {
    width: 45%;
    margin-right: 5%; }

  #bottom-section .footer-column:last-child {
    margin-bottom: 20px; }

  /* FOOTER */
  #footer #footerMenu ul.footer-menu li {
    margin-right: 5%; }

  .newsletter-section .newsletter-box {
    margin-bottom: 20px; }

  .newsletter-section .newsletter-box .newsletter-form .email-field {
    width: 70%; }

  .newsletter-section .newsletter-box .newsletter-form .send-btn {
    width: 30%;
    font-size: 16px; }

  #footer #footerInfo .copyright {
    font-size: 14px; } }
@media screen and (min-width: 1024px) and (max-width: 1170px) {
  .polirom-wrapper,
  #heading {
    width: 95%;
    margin: 0 auto; }

  #topHeader .menu-btn {
    display: block;
    background-size: 80%; }

  #topHeader .details {
    width: 64%; }

  #topHeader .details ul {
    float: left;
    margin-left: 40px; }

  #banner {
    background-size: 100%;
    background-color: inherit; }

  /* HOMEPAGE */
  .homepage .inside-wrapper .left-side {
    width: 31.5%;
    margin-right: 1.5%;
    box-sizing: border-box; }

  .homepage .inside-wrapper .right-side {
    width: 67%;
    box-sizing: border-box; }

  /* ABOUT US */
  .about-us .half-side:first-child {
    width: 50%;
    min-height: inherit; }

  .about-us .half-side:last-child {
    width: 48%;
    min-height: inherit; }

  /* MAIN ARTICLE  */
  .main-article.editura .box .heading {
    width: 425px;
    margin-bottom: 20px; }

  /* BOOK */
  .book {
    width: 31%; }

  .book .left {
    width: 35%; }

  .book .right {
    width: 60%;
    margin-left: 5%; }

  .book .right .title {
    padding: 10px 0;
    font-size: 20px; }

  .book .right .bottom .cart {
    width: 35px; }

  .book .right .bottom .price {
    font-size: 18px; }

  /* FOOTER */
  #bottom-section .footer-column {
    width: 31%;
    margin-right: 30px; }

  .download-section .item a {
    font-size: 18px; }

  .newsletter-section .newsletter-box .newsletter-form .email-field {
    width: 70%; }

  .newsletter-section .newsletter-box .newsletter-form .send-btn {
    width: 30%;
    font-size: 14px; }

  #footer #footerMenu ul.footer-menu li {
    margin-right: 0; }

  #footer #footerMenu ul.footer-menu li a {
    font-size: 16px;
    padding: 0 15px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #topHeader .details {
    width: 400px; }

  #topHeader .details span {
    float: left; }

  #topHeader .details ul {
    display: block; }

  #topHeader .details ul li a {
    height: 50px;
    margin-left: 10px;
    line-height: 50px; }

  .homepageSlider .slider-info {
    position: absolute;
    top: 30px;
    left: 40px; }

  .homepageSlider .slider-info .right .title {
    font-size: 50px;
    line-height: 50px; }

  .homepageSlider .slider-info .right .subtitle {
    font-size: 18px;
    line-height: 20px; }

  .homepageSlider .slider-info .right .link-to {
    margin-top: 0; }

  .book {
    height: auto;
    padding: 10px; }

  .book .left .discount {
    top: 5px;
    left: 5px;
    padding: 0 4px; }

  .book .left .rating {
    width: 100%;
    height: 14px;
    margin-top: 7px;
    margin-left: 0;
    background-size: 100%; }

  .book .right {
    padding-left: 10px; }

  .book .right .title {
    font-size: 16px;
    padding: 5px 0;
    line-height: 20px; }

  .book .right .description {
    font-size: 12px;
    line-height: 14px; }

  .book .right .bottom {
    position: relative;
    bottom: 0; }

  .book .right .bottom .cart {
    padding: 0 3px;
    background-size: 90%;
    width: 30px; }

  .book .right .bottom .price {
    padding: 0 5px;
    font-size: 14px; }

  .promotions-list .book-wrap .book {
    width: calc(33% - 5px);
    float: left;
    margin-right: 10px; }

  .promotions-list .book-wrap .book:last-child {
    margin-right: 0; }

  .promotions-list .box {
    padding-bottom: 30px; }

  .homepage .inside-wrapper .left-side {
    width: 40%;
    float: left;
    margin-bottom: 20px;
    margin-right: 0; }

  .homepage .inside-wrapper .right-side {
    width: 60%;
    float: left; }

  .homepage .inside-wrapper .right-side .small-wrapper .portlet-layout {
    float: none;
    width: 100%;
    margin-bottom: 20px; }

  /* EDITURA */
  /* MAIN ARTICLE */
  .main-article.editura .box img {
    width: 100%;
    margin-right: 0; }

  .main-article.promotion .questions-list ul li {
    line-height: 27px; }

  .main-article.courier-details .DHL-table {
    width: 50%; }

  .published-books-article ul li {
    width: 43px; }

  .simple-article.collections .collections .collection-item {
    float: left;
    width: 47.5%;
    margin-right: 5%; }

  .simple-article.collections .collections .collection-item:nth-child(2n) {
    margin-right: 0; }

  .first-book {
    margin-bottom: 20px; }

  .about-us .half-side:first-child {
    min-height: initial; }

  .about-us .third-side,
  .contact .third-side,
  .subpage .third-side,
  .about-us .contact-section,
  .contact .contact-section,
  .subpage .contact-section,
  .about-us .info-section,
  .contact .info-section,
  .subpage .info-section {
    width: 100%; }

  .about-us .third-side .portlet-column,
  .contact .third-side .portlet-column,
  .subpage .third-side .portlet-column,
  .about-us .contact-section .portlet-column,
  .contact .contact-section .portlet-column,
  .subpage .contact-section .portlet-column,
  .about-us .info-section .portlet-column,
  .contact .info-section .portlet-column,
  .subpage .info-section .portlet-column {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-right: 2%; }

  .about-us .third-side .portlet-column:nth-of-type(3n),
  .contact .third-side .portlet-column:nth-of-type(3n),
  .subpage .third-side .portlet-column:nth-of-type(3n),
  .about-us .contact-section .portlet-column:nth-of-type(3n),
  .contact .contact-section .portlet-column:nth-of-type(3n),
  .subpage .contact-section .portlet-column:nth-of-type(3n),
  .about-us .info-section .portlet-column:nth-of-type(3n),
  .contact .info-section .portlet-column:nth-of-type(3n),
  .subpage .info-section .portlet-column:nth-of-type(3n) {
    margin-right: 2%; }

  .about-us .third-side .portlet-column:nth-of-type(2n),
  .contact .third-side .portlet-column:nth-of-type(2n),
  .subpage .third-side .portlet-column:nth-of-type(2n),
  .about-us .contact-section .portlet-column:nth-of-type(2n),
  .contact .contact-section .portlet-column:nth-of-type(2n),
  .subpage .contact-section .portlet-column:nth-of-type(2n),
  .about-us .info-section .portlet-column:nth-of-type(2n),
  .contact .info-section .portlet-column:nth-of-type(2n),
  .subpage .info-section .portlet-column:nth-of-type(2n) {
    margin-right: 0; }

  /* FOOTER */
  .download-section .item {
    background-position: 18px; }

  .download-section .item a {
    font-size: 18px;
    padding-left: 25px; }

  .newsletter-section .newsletter-box .newsletter-form .email-field {
    width: 65%; }

  .newsletter-section .newsletter-box .newsletter-form .send-btn {
    width: 35%;
    font-size: 16px; }

  #footer #footerInfo .payment-methods li img {
    width: 80%; } }
@media screen and (max-width: 767px) {
  #heading {
    height: 120px; }

  #heading .logo {
    padding-top: 20px; }

  #heading .logo img {
    width: 80px; }

  #banner {
    background-size: cover; }

  .homepage .inside-wrapper .left-side {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 10px; }

  .homepage .inside-wrapper .right-side {
    width: 100%;
    float: none; }

  .homepage .inside-wrapper .right-side .small-wrapper .portlet-layout {
    float: none;
    width: 100%;
    margin-bottom: 10px; }

  .book {
    width: 100%; }

  .book .right .title {
    padding: 0px;
    font-size: 18px;
    line-height: 30px; }

  /* MAIN ARTICLE */
  .main-article .article-section .heading {
    font-size: 20px;
    line-height: 25px; }

  .main-article.editura .box {
    padding-top: 30px; }

  .main-article.editura .box .heading {
    height: 40px;
    line-height: 40px;
    font-size: 25px; }

  .main-article.editura .box img {
    width: 100%;
    margin-right: 0; }

  .main-article.promotion .questions-list {
    padding: 10px 10px 10px 28px; }

  .main-article.promotion .questions-list ul li {
    padding-left: 5px;
    line-height: 30px; }

  .main-article.faq .questions-list ul li {
    padding-left: 5px;
    line-height: 26px; }

  .main-article.faq .questions-list ul li a {
    font-size: 16px; }

  .main-article.courier-details .article-section .body {
    padding: 10px; }

  .about-us .half-side:first-child {
    min-height: initial; }

  .about-us .third-side .portlet-column {
    width: 100%; }

  .contact .contact-section .portlet-column {
    width: 100%; }

  .info-section .portlet-column {
    width: 100%;
    margin-right: 0; }

  .map-container .contact-info {
    padding: 10px; }

  .diffusers-info .zone .contact-boxes .contact-box {
    width: 100%;
    float: none;
    padding: 24px 20px 16px 20px; }

  #bottom-section .footer-column {
    width: 100%;
    margin-right: 0;
    float: none; }

  .partners-section ul li {
    padding-left: 10px; }

  #footer #footerInfo {
    height: auto;
    padding: 10px 0; }

  #footer #footerInfo .payment-methods {
    float: none; }

  #footer #footerInfo .payment-methods li {
    margin-right: 10px;
    width: 16%; }

  #footer #footerInfo .copyright {
    float: none;
    font-size: 14px;
    line-height: initial;
    margin: 10px 0; } }
@media screen and (max-width: 320px) {
  #topHeader .details {
    width: 89%; }

  #topHeader .details span {
    font-size: 12px; }

  /* HOMEPAGE SLIDER */
  .homepageSlider .slider-info .right .title {
    font-size: 30px;
    line-height: 35px; }

  .homepageSlider .slider-info .right .subtitle {
    font-size: 18px;
    line-height: 25px; }

  .homepageSlider .slider-info .right .link-to {
    margin-top: 0; }

  .main-article.promotion .article-section {
    padding-top: 10px; }

  .main-article.courier-details .DHL-table .table-row .countries {
    padding-left: 10px;
    width: 80%; }

  .main-article.courier-details .DHL-table .table-row .prices {
    width: 20%; }

  .main-article.courier-details .box .DHL-table:nth-child(2) {
    margin-top: 15px; }

  .book .right .bottom .price {
    font-size: 18px;
    padding: 2px 8px; }

  .contact-box {
    padding: 10px; }

  .contact-box .left-side {
    float: left !important;
    width: 70% !important; }

  /* FOOTER */
  .download-section .item a {
    font-size: 18px; }

  .newsletter-section .newsletter-box .newsletter-form .send-btn {
    font-size: 12px; }

  #footer #footerInfo .payment-methods li {
    width: 15%; }

  #footer #footerInfo .copyright {
    font-size: 12px; } }
@media screen and (min-width: 300px) and (max-width: 500px) {
  #heading {
    width: 100%; }

  .site-title {
    margin-left: 5px; }

  #topSearch {
    top: -20px !important;
    width: 100%; }

  #topSearch #searchKeyword {
    padding: 0 12px !important;
    padding-left: 0 !important;
    height: 30px !important;
    width: 87% !important;
    margin-right: 30px !important;
    margin-bottom: 0 !important; }

  #topSearch input[type="submit"] {
    margin-top: -55px !important;
    margin-right: 0px !important;
    width: 10% !important;
    height: 50px !important;
    margin-left: -4px !important; }

  #banner {
    margin-top: 20px !important; }

  #topHeader .details span {
    margin-right: 27px !important; }

  .polirom-wrapper {
    margin-left: 5px !important; } }