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

/* ---------- 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(/Cres-theme/css/../images/message_boards/quoteleft.png) no-repeat 5px 5px;
    border: 1px solid #777;
    position: relative;
    padding: 5px 45px; }
    .html-editor.portlet-message-boards blockquote:after {
      background: url(/Cres-theme/css/../images/message_boards/quoteright.png) no-repeat 50%;
      bottom: 5px;
      content: '';
      display: block;
      height: 24px;
      position: absolute;
      right: 5px;
      width: 31px;
      z-index: 999; }
    .html-editor.portlet-message-boards blockquote cite {
      display: block;
      font-weight: bold; }
  .html-editor.portlet-message-boards pre {
    background: #F9F9F9;
    border: 1px solid #777;
    padding: 0.5em; }

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

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

/* ---------- Loading animation ---------- */
.loading-animation {
  background: url(/Cres-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(/Cres-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(/Cres-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(/Cres-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(/Cres-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(/Cres-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(/Cres-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(/Cres-theme/css/../images/arrows/paging_first.png); }

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

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

.paginator-next-link {
  background-image: url(/Cres-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 menu ---------- */
.aui .cke_dialog .cke_dialog_ui_input_text {
  height: auto; }
.aui .cke_editable_inline a {
  cursor: pointer; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ---------- Miscellaneous component styles ---------- */
/* ---------- 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(/Cres-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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==================================================
Font-Face Icons
================================================== */
@font-face {
  font-family: 'Icons';
  src: url("/Cres-theme/css/fonts/Icons.eot");
  src: url("/Cres-theme/css/fonts/Icons.eot?#iefix") format("embedded-opentype"), url("/Cres-theme/css/fonts/Icons.woff") format("woff"), url("/Cres-theme/css/fonts/Icons.ttf") format("truetype"), url("/Cres-theme/css/fonts/Icons.svg#Icons") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'Icons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

[class^="font-"]:before, [class*=" font-"]:before {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased; }

[class^="font-"],
[class*=" font-"] {
  display: inline-block;
  line-height: 1em; }

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="font-icon-"] {
*/
.font-icon-zoom-out, .font-icon-zoom-in, .font-icon-wrench, .font-icon-waves, .font-icon-warning, .font-icon-volume-up, .font-icon-volume-off, .font-icon-volume-down, .font-icon-viewport, .font-icon-user, .font-icon-user-border, .font-icon-upload, .font-icon-upload-2, .font-icon-unlock, .font-icon-underline, .font-icon-tint, .font-icon-time, .font-icon-text, .font-icon-text-width, .font-icon-text-height, .font-icon-tags, .font-icon-tag, .font-icon-table, .font-icon-strikethrough, .font-icon-stop, .font-icon-step-forward, .font-icon-step-backward, .font-icon-stars, .font-icon-star, .font-icon-star-line, .font-icon-star-half, .font-icon-sort, .font-icon-sort-up, .font-icon-sort-down, .font-icon-social-zerply, .font-icon-social-youtube, .font-icon-social-yelp, .font-icon-social-yahoo, .font-icon-social-wordpress, .font-icon-social-virb, .font-icon-social-vimeo, .font-icon-social-viddler, .font-icon-social-twitter, .font-icon-social-tumblr, .font-icon-social-stumbleupon, .font-icon-social-soundcloud, .font-icon-social-skype, .font-icon-social-share-this, .font-icon-social-quora, .font-icon-social-pinterest, .font-icon-social-photobucket, .font-icon-social-paypal, .font-icon-social-myspace, .font-icon-social-linkedin, .font-icon-social-last-fm, .font-icon-social-grooveshark, .font-icon-social-google-plus, .font-icon-social-github, .font-icon-social-forrst, .font-icon-social-flickr, .font-icon-social-facebook, .font-icon-social-evernote, .font-icon-social-envato, .font-icon-social-email, .font-icon-social-dribbble, .font-icon-social-digg, .font-icon-social-deviant-art, .font-icon-social-blogger, .font-icon-social-behance, .font-icon-social-bebo, .font-icon-social-addthis, .font-icon-social-500px, .font-icon-sitemap, .font-icon-signout, .font-icon-signin, .font-icon-signal, .font-icon-shopping-cart, .font-icon-search, .font-icon-rss, .font-icon-road, .font-icon-retweet, .font-icon-resize-vertical, .font-icon-resize-vertical-2, .font-icon-resize-small, .font-icon-resize-horizontal, .font-icon-resize-horizontal-2, .font-icon-resize-fullscreen, .font-icon-resize-full, .font-icon-repeat, .font-icon-reorder, .font-icon-remove, .font-icon-remove-sign, .font-icon-remove-circle, .font-icon-read-more, .font-icon-random, .font-icon-question-sign, .font-icon-pushpin, .font-icon-pushpin-2, .font-icon-print, .font-icon-plus, .font-icon-plus-sign, .font-icon-play, .font-icon-picture, .font-icon-phone, .font-icon-phone-sign, .font-icon-phone-boxed, .font-icon-pause, .font-icon-paste, .font-icon-paper-clip, .font-icon-ok, .font-icon-ok-sign, .font-icon-ok-circle, .font-icon-music, .font-icon-move, .font-icon-money, .font-icon-minus, .font-icon-minus-sign, .font-icon-map, .font-icon-map-marker, .font-icon-map-marker-2, .font-icon-magnet, .font-icon-magic, .font-icon-lock, .font-icon-list, .font-icon-list-3, .font-icon-list-2, .font-icon-link, .font-icon-layer, .font-icon-key, .font-icon-italic, .font-icon-info, .font-icon-indent-right, .font-icon-indent-left, .font-icon-inbox, .font-icon-inbox-empty, .font-icon-home, .font-icon-heart, .font-icon-heart-line, .font-icon-headphones, .font-icon-headphones-line, .font-icon-headphones-line-2, .font-icon-headphones-2, .font-icon-hdd, .font-icon-group, .font-icon-grid, .font-icon-grid-large, .font-icon-globe_line, .font-icon-glass, .font-icon-glass_2, .font-icon-gift, .font-icon-forward, .font-icon-font, .font-icon-folder-open, .font-icon-folder-close, .font-icon-flag, .font-icon-fire, .font-icon-film, .font-icon-file, .font-icon-file-empty, .font-icon-fast-forward, .font-icon-fast-backward, .font-icon-facetime, .font-icon-eye, .font-icon-eye_disable, .font-icon-expand-view, .font-icon-expand-view-3, .font-icon-expand-view-2, .font-icon-expand-vertical, .font-icon-expand-horizontal, .font-icon-exclamation, .font-icon-email, .font-icon-email_2, .font-icon-eject, .font-icon-edit, .font-icon-edit-check, .font-icon-download, .font-icon-download_2, .font-icon-dashboard, .font-icon-credit-card, .font-icon-copy, .font-icon-comments, .font-icon-comments-line, .font-icon-comment, .font-icon-comment-line, .font-icon-columns, .font-icon-columns-2, .font-icon-cogs, .font-icon-cog, .font-icon-cloud, .font-icon-check, .font-icon-check-empty, .font-icon-certificate, .font-icon-camera, .font-icon-calendar, .font-icon-bullhorn, .font-icon-briefcase, .font-icon-bookmark, .font-icon-book, .font-icon-bolt, .font-icon-bold, .font-icon-blockquote, .font-icon-bell, .font-icon-beaker, .font-icon-barcode, .font-icon-ban-circle, .font-icon-ban-chart, .font-icon-ban-chart-2, .font-icon-backward, .font-icon-asterisk, .font-icon-arrow-simple-up, .font-icon-arrow-simple-up-circle, .font-icon-arrow-simple-right, .font-icon-arrow-simple-right-circle, .font-icon-arrow-simple-left, .font-icon-arrow-simple-left-circle, .font-icon-arrow-simple-down, .font-icon-arrow-simple-down-circle, .font-icon-arrow-round-up, .font-icon-arrow-round-up-circle, .font-icon-arrow-round-right, .font-icon-arrow-round-right-circle, .font-icon-arrow-round-left, .font-icon-arrow-round-left-circle, .font-icon-arrow-round-down, .font-icon-arrow-round-down-circle, .font-icon-arrow-light-up, .font-icon-arrow-light-round-up, .font-icon-arrow-light-round-up-circle, .font-icon-arrow-light-round-right, .font-icon-arrow-light-round-right-circle, .font-icon-arrow-light-round-left, .font-icon-arrow-light-round-left-circle, .font-icon-arrow-light-round-down, .font-icon-arrow-light-round-down-circle, .font-icon-arrow-light-right, .font-icon-arrow-light-left, .font-icon-arrow-light-down, .font-icon-align-right, .font-icon-align-left, .font-icon-align-justify, .font-icon-align-center, .font-icon-adjust {
  font-family: 'Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.font-icon-zoom-out:before {
  content: "\e000"; }

.font-icon-zoom-in:before {
  content: "\e001"; }

.font-icon-wrench:before {
  content: "\e002"; }

.font-icon-waves:before {
  content: "\e003"; }

.font-icon-warning:before {
  content: "\e004"; }

.font-icon-volume-up:before {
  content: "\e005"; }

.font-icon-volume-off:before {
  content: "\e006"; }

.font-icon-volume-down:before {
  content: "\e007"; }

.font-icon-viewport:before {
  content: "\e008"; }

.font-icon-user:before {
  content: "\e009"; }

.font-icon-user-border:before {
  content: "\e00a"; }

.font-icon-upload:before {
  content: "\e00b"; }

.font-icon-upload-2:before {
  content: "\e00c"; }

.font-icon-unlock:before {
  content: "\e00d"; }

.font-icon-underline:before {
  content: "\e00e"; }

.font-icon-tint:before {
  content: "\e00f"; }

.font-icon-time:before {
  content: "\e010"; }

.font-icon-text:before {
  content: "\e011"; }

.font-icon-text-width:before {
  content: "\e012"; }

.font-icon-text-height:before {
  content: "\e013"; }

.font-icon-tags:before {
  content: "\e014"; }

.font-icon-tag:before {
  content: "\e015"; }

.font-icon-table:before {
  content: "\e016"; }

.font-icon-strikethrough:before {
  content: "\e017"; }

.font-icon-stop:before {
  content: "\e018"; }

.font-icon-step-forward:before {
  content: "\e019"; }

.font-icon-step-backward:before {
  content: "\e01a"; }

.font-icon-stars:before {
  content: "\e01b"; }

.font-icon-star:before {
  content: "\e01c"; }

.font-icon-star-line:before {
  content: "\e01d"; }

.font-icon-star-half:before {
  content: "\e01e"; }

.font-icon-sort:before {
  content: "\e01f"; }

.font-icon-sort-up:before {
  content: "\e020"; }

.font-icon-sort-down:before {
  content: "\e021"; }

.font-icon-social-zerply:before {
  content: "\e022"; }

.font-icon-social-youtube:before {
  content: "\e023"; }

.font-icon-social-yelp:before {
  content: "\e024"; }

.font-icon-social-yahoo:before {
  content: "\e025"; }

.font-icon-social-wordpress:before {
  content: "\e026"; }

.font-icon-social-virb:before {
  content: "\e027"; }

.font-icon-social-vimeo:before {
  content: "\e028"; }

.font-icon-social-viddler:before {
  content: "\e029"; }

.font-icon-social-twitter:before {
  content: "\e02a"; }

.font-icon-social-tumblr:before {
  content: "\e02b"; }

.font-icon-social-stumbleupon:before {
  content: "\e02c"; }

.font-icon-social-soundcloud:before {
  content: "\e02d"; }

.font-icon-social-skype:before {
  content: "\e02e"; }

.font-icon-social-share-this:before {
  content: "\e02f"; }

.font-icon-social-quora:before {
  content: "\e030"; }

.font-icon-social-pinterest:before {
  content: "\e031"; }

.font-icon-social-photobucket:before {
  content: "\e032"; }

.font-icon-social-paypal:before {
  content: "\e033"; }

.font-icon-social-myspace:before {
  content: "\e034"; }

.font-icon-social-linkedin:before {
  content: "\e035"; }

.font-icon-social-last-fm:before {
  content: "\e036"; }

.font-icon-social-grooveshark:before {
  content: "\e037"; }

.font-icon-social-google-plus:before {
  content: "\e038"; }

.font-icon-social-github:before {
  content: "\e039"; }

.font-icon-social-forrst:before {
  content: "\e03a"; }

.font-icon-social-flickr:before {
  content: "\e03b"; }

.font-icon-social-facebook:before {
  content: "\e03c"; }

.font-icon-social-evernote:before {
  content: "\e03d"; }

.font-icon-social-envato:before {
  content: "\e03e"; }

.font-icon-social-email:before {
  content: "\e03f"; }

.font-icon-social-dribbble:before {
  content: "\e040"; }

.font-icon-social-digg:before {
  content: "\e041"; }

.font-icon-social-deviant-art:before {
  content: "\e042"; }

.font-icon-social-blogger:before {
  content: "\e043"; }

.font-icon-social-behance:before {
  content: "\e044"; }

.font-icon-social-bebo:before {
  content: "\e045"; }

.font-icon-social-addthis:before {
  content: "\e046"; }

.font-icon-social-500px:before {
  content: "\e047"; }

.font-icon-sitemap:before {
  content: "\e048"; }

.font-icon-signout:before {
  content: "\e049"; }

.font-icon-signin:before {
  content: "\e04a"; }

.font-icon-signal:before {
  content: "\e04b"; }

.font-icon-shopping-cart:before {
  content: "\e04c"; }

.font-icon-search:before {
  content: "\e04d"; }

.font-icon-rss:before {
  content: "\e04e"; }

.font-icon-road:before {
  content: "\e04f"; }

.font-icon-retweet:before {
  content: "\e050"; }

.font-icon-resize-vertical:before {
  content: "\e051"; }

.font-icon-resize-vertical-2:before {
  content: "\e052"; }

.font-icon-resize-small:before {
  content: "\e053"; }

.font-icon-resize-horizontal:before {
  content: "\e054"; }

.font-icon-resize-horizontal-2:before {
  content: "\e055"; }

.font-icon-resize-fullscreen:before {
  content: "\e056"; }

.font-icon-resize-full:before {
  content: "\e057"; }

.font-icon-repeat:before {
  content: "\e058"; }

.font-icon-reorder:before {
  content: "\e059"; }

.font-icon-remove:before {
  content: "\e05a"; }

.font-icon-remove-sign:before {
  content: "\e05b"; }

.font-icon-remove-circle:before {
  content: "\e05c"; }

.font-icon-read-more:before {
  content: "\e05d"; }

.font-icon-random:before {
  content: "\e05e"; }

.font-icon-question-sign:before {
  content: "\e05f"; }

.font-icon-pushpin:before {
  content: "\e060"; }

.font-icon-pushpin-2:before {
  content: "\e061"; }

.font-icon-print:before {
  content: "\e062"; }

.font-icon-plus:before {
  content: "\e063"; }

.font-icon-plus-sign:before {
  content: "\e064"; }

.font-icon-play:before {
  content: "\e065"; }

.font-icon-picture:before {
  content: "\e066"; }

.font-icon-phone:before {
  content: "\e067"; }

.font-icon-phone-sign:before {
  content: "\e068"; }

.font-icon-phone-boxed:before {
  content: "\e069"; }

.font-icon-pause:before {
  content: "\e06a"; }

.font-icon-paste:before {
  content: "\e06b"; }

.font-icon-paper-clip:before {
  content: "\e06c"; }

.font-icon-ok:before {
  content: "\e06d"; }

.font-icon-ok-sign:before {
  content: "\e06e"; }

.font-icon-ok-circle:before {
  content: "\e06f"; }

.font-icon-music:before {
  content: "\e070"; }

.font-icon-move:before {
  content: "\e071"; }

.font-icon-money:before {
  content: "\e072"; }

.font-icon-minus:before {
  content: "\e073"; }

.font-icon-minus-sign:before {
  content: "\e074"; }

.font-icon-map:before {
  content: "\e075"; }

.font-icon-map-marker:before {
  content: "\e076"; }

.font-icon-map-marker-2:before {
  content: "\e077"; }

.font-icon-magnet:before {
  content: "\e078"; }

.font-icon-magic:before {
  content: "\e079"; }

.font-icon-lock:before {
  content: "\e07a"; }

.font-icon-list:before {
  content: "\e07b"; }

.font-icon-list-3:before {
  content: "\e07c"; }

.font-icon-list-2:before {
  content: "\e07d"; }

.font-icon-link:before {
  content: "\e07e"; }

.font-icon-layer:before {
  content: "\e07f"; }

.font-icon-key:before {
  content: "\e080"; }

.font-icon-italic:before {
  content: "\e081"; }

.font-icon-info:before {
  content: "\e082"; }

.font-icon-indent-right:before {
  content: "\e083"; }

.font-icon-indent-left:before {
  content: "\e084"; }

.font-icon-inbox:before {
  content: "\e085"; }

.font-icon-inbox-empty:before {
  content: "\e086"; }

.font-icon-home:before {
  content: "\e087"; }

.font-icon-heart:before {
  content: "\e088"; }

.font-icon-heart-line:before {
  content: "\e089"; }

.font-icon-headphones:before {
  content: "\e08a"; }

.font-icon-headphones-line:before {
  content: "\e08b"; }

.font-icon-headphones-line-2:before {
  content: "\e08c"; }

.font-icon-headphones-2:before {
  content: "\e08d"; }

.font-icon-hdd:before {
  content: "\e08e"; }

.font-icon-group:before {
  content: "\e08f"; }

.font-icon-grid:before {
  content: "\e090"; }

.font-icon-grid-large:before {
  content: "\e091"; }

.font-icon-globe_line:before {
  content: "\e092"; }

.font-icon-glass:before {
  content: "\e093"; }

.font-icon-glass_2:before {
  content: "\e094"; }

.font-icon-gift:before {
  content: "\e095"; }

.font-icon-forward:before {
  content: "\e096"; }

.font-icon-font:before {
  content: "\e097"; }

.font-icon-folder-open:before {
  content: "\e098"; }

.font-icon-folder-close:before {
  content: "\e099"; }

.font-icon-flag:before {
  content: "\e09a"; }

.font-icon-fire:before {
  content: "\e09b"; }

.font-icon-film:before {
  content: "\e09c"; }

.font-icon-file:before {
  content: "\e09d"; }

.font-icon-file-empty:before {
  content: "\e09e"; }

.font-icon-fast-forward:before {
  content: "\e09f"; }

.font-icon-fast-backward:before {
  content: "\e0a0"; }

.font-icon-facetime:before {
  content: "\e0a1"; }

.font-icon-eye:before {
  content: "\e0a2"; }

.font-icon-eye_disable:before {
  content: "\e0a3"; }

.font-icon-expand-view:before {
  content: "\e0a4"; }

.font-icon-expand-view-3:before {
  content: "\e0a5"; }

.font-icon-expand-view-2:before {
  content: "\e0a6"; }

.font-icon-expand-vertical:before {
  content: "\e0a7"; }

.font-icon-expand-horizontal:before {
  content: "\e0a8"; }

.font-icon-exclamation:before {
  content: "\e0a9"; }

.font-icon-email:before {
  content: "\e0aa"; }

.font-icon-email_2:before {
  content: "\e0ab"; }

.font-icon-eject:before {
  content: "\e0ac"; }

.font-icon-edit:before {
  content: "\e0ad"; }

.font-icon-edit-check:before {
  content: "\e0ae"; }

.font-icon-download:before {
  content: "\e0af"; }

.font-icon-download_2:before {
  content: "\e0b0"; }

.font-icon-dashboard:before {
  content: "\e0b1"; }

.font-icon-credit-card:before {
  content: "\e0b2"; }

.font-icon-copy:before {
  content: "\e0b3"; }

.font-icon-comments:before {
  content: "\e0b4"; }

.font-icon-comments-line:before {
  content: "\e0b5"; }

.font-icon-comment:before {
  content: "\e0b6"; }

.font-icon-comment-line:before {
  content: "\e0b7"; }

.font-icon-columns:before {
  content: "\e0b8"; }

.font-icon-columns-2:before {
  content: "\e0b9"; }

.font-icon-cogs:before {
  content: "\e0ba"; }

.font-icon-cog:before {
  content: "\e0bb"; }

.font-icon-cloud:before {
  content: "\e0bc"; }

.font-icon-check:before {
  content: "\e0bd"; }

.font-icon-check-empty:before {
  content: "\e0be"; }

.font-icon-certificate:before {
  content: "\e0bf"; }

.font-icon-camera:before {
  content: "\e0c0"; }

.font-icon-calendar:before {
  content: "\e0c1"; }

.font-icon-bullhorn:before {
  content: "\e0c2"; }

.font-icon-briefcase:before {
  content: "\e0c3"; }

.font-icon-bookmark:before {
  content: "\e0c4"; }

.font-icon-book:before {
  content: "\e0c5"; }

.font-icon-bolt:before {
  content: "\e0c6"; }

.font-icon-bold:before {
  content: "\e0c7"; }

.font-icon-blockquote:before {
  content: "\e0c8"; }

.font-icon-bell:before {
  content: "\e0c9"; }

.font-icon-beaker:before {
  content: "\e0ca"; }

.font-icon-barcode:before {
  content: "\e0cb"; }

.font-icon-ban-circle:before {
  content: "\e0cc"; }

.font-icon-ban-chart:before {
  content: "\e0cd"; }

.font-icon-ban-chart-2:before {
  content: "\e0ce"; }

.font-icon-backward:before {
  content: "\e0cf"; }

.font-icon-asterisk:before {
  content: "\e0d0"; }

.font-icon-arrow-simple-up:before {
  content: "\e0d1"; }

.font-icon-arrow-simple-up-circle:before {
  content: "\e0d2"; }

.font-icon-arrow-simple-right:before {
  content: "\e0d3"; }

.font-icon-arrow-simple-right-circle:before {
  content: "\e0d4"; }

.font-icon-arrow-simple-left:before {
  content: "\e0d5"; }

.font-icon-arrow-simple-left-circle:before {
  content: "\e0d6"; }

.font-icon-arrow-simple-down:before {
  content: "\e0d7"; }

.font-icon-arrow-simple-down-circle:before {
  content: "\e0d8"; }

.font-icon-arrow-round-up:before {
  content: "\e0d9"; }

.font-icon-arrow-round-up-circle:before {
  content: "\e0da"; }

.font-icon-arrow-round-right:before {
  content: "\e0db"; }

.font-icon-arrow-round-right-circle:before {
  content: "\e0dc"; }

.font-icon-arrow-round-left:before {
  content: "\e0dd"; }

.font-icon-arrow-round-left-circle:before {
  content: "\e0de"; }

.font-icon-arrow-round-down:before {
  content: "\e0df"; }

.font-icon-arrow-round-down-circle:before {
  content: "\e0e0"; }

.font-icon-arrow-light-up:before {
  content: "\e0e1"; }

.font-icon-arrow-light-round-up:before {
  content: "\e0e2"; }

.font-icon-arrow-light-round-up-circle:before {
  content: "\e0e3"; }

.font-icon-arrow-light-round-right:before {
  content: "\e0e4"; }

.font-icon-arrow-light-round-right-circle:before {
  content: "\e0e5"; }

.font-icon-arrow-light-round-left:before {
  content: "\e0e6"; }

.font-icon-arrow-light-round-left-circle:before {
  content: "\e0e7"; }

.font-icon-arrow-light-round-down:before {
  content: "\e0e8"; }

.font-icon-arrow-light-round-down-circle:before {
  content: "\e0e9"; }

.font-icon-arrow-light-right:before {
  content: "\e0ea"; }

.font-icon-arrow-light-left:before {
  content: "\e0eb"; }

.font-icon-arrow-light-down:before {
  content: "\e0ec"; }

.font-icon-align-right:before {
  content: "\e0ed"; }

.font-icon-align-left:before {
  content: "\e0ee"; }

.font-icon-align-justify:before {
  content: "\e0ef"; }

.font-icon-align-center:before {
  content: "\e0f0"; }

.font-icon-adjust:before {
  content: "\e0f1"; }

/*!
 * Nivo Lightbox v1.3.1
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
.nivo-lightbox-content, .nivo-lightbox-overlay {
  height: 100%;
  width: 100%; }

.nivo-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.nivo-lightbox-overlay.nivo-lightbox-open {
  visibility: visible;
  opacity: 1; }

.nivo-lightbox-wrap {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%; }

.nivo-lightbox-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center; }

.nivo-lightbox-nav {
  display: none; }

.nivo-lightbox-prev {
  position: absolute;
  top: 50%;
  left: 0; }

.nivo-lightbox-next {
  position: absolute;
  top: 50%;
  right: 0; }

.nivo-lightbox-close {
  position: absolute;
  top: 2%;
  right: 2%; }

.nivo-lightbox-image {
  text-align: center; }

.nivo-lightbox-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle; }

.nivo-lightbox-content iframe, .nivo-lightbox-error {
  width: 100%;
  height: 100%; }

.nivo-lightbox-ajax, .nivo-lightbox-inline {
  max-height: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.nivo-lightbox-error {
  display: table;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 1px #000; }

.nivo-lightbox-error p {
  display: table-cell;
  vertical-align: middle; }

.nivo-lightbox-notouch .nivo-lightbox-effect-fade, .nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale, .nivo-lightbox-notouch .nivo-lightbox-effect-fall, .nivo-lightbox-notouch .nivo-lightbox-effect-slideDown, .nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft, .nivo-lightbox-notouch .nivo-lightbox-effect-slideRight, .nivo-lightbox-notouch .nivo-lightbox-effect-slideUp {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7); }

.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap, .nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap, .nivo-lightbox-effect-slideRight .nivo-lightbox-wrap, .nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); }

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%); }

.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%); }

.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap, .nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%); }

.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%); }

.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap, .nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px; }

.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transform: translateZ(300px);
  -moz-transform: translateZ(300px);
  -ms-transform: translateZ(300px);
  transform: translateZ(300px); }

.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

.bx-wrapper * {
  direction: ltr; }

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 999; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/Cres-theme/css/images/bx_loader.gif) center center no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  bottom: -45px; }

.testimonial-slider-wrap .bx-wrapper .bx-pager {
  width: auto;
  right: -15px; }

#slider-banner .bx-wrapper .bx-pager {
  bottom: 10px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

#slider-banner .bx-wrapper .bx-pager.bx-default-pager a {
  text-indent: -9999px;
  display: block;
  background: #07A2DD;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  outline: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.testimonial-slider-wrap .bx-wrapper .bx-pager.bx-default-pager a:hover,
.testimonial-slider-wrap .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #FFF; }

#slider-banner .bx-wrapper .bx-pager.bx-default-pager a {
  width: 18px;
  height: 18px;
  border-radius: 15px;
  box-shadow: 0 0 0 2px #F0563D inset;
  position: relative;
  background: none;
  overflow: hidden; }

#slider-banner .bx-wrapper .bx-pager.bx-default-pager a:after {
  background: #F0563D;
  top: 5px;
  content: "";
  left: 5px;
  position: absolute;
  width: 100%;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  display: none; }

#slider-banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
#slider-banner .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: none; }

#slider-banner .bx-wrapper .bx-pager.bx-default-pager a.active:after,
#slider-banner .bx-wrapper .bx-pager.bx-default-pager a:hover:after {
  display: block; }

/* DIRECTION CONTROLS (NEXT / PREV) */
#slider-banner .bx-wrapper:hover .bx-prev {
  left: 10px; }

#slider-banner .bx-wrapper:hover .bx-next {
  right: 10px; }

#slider-banner .bx-wrapper .bx-next {
  right: -100px; }

#slider-banner .bx-wrapper .bx-prev {
  left: -100px; }

#slider-banner .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  outline: 0;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  z-index: 9999;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* SLIDER CAPTIONS */
.slides img {
  margin: 0 auto; }

.slider-caption {
  /*background: url(/Cres-theme/css/images/caption-bg.png);*/
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 40px 0;
  text-align: right;
  z-index: 9999; }

.slider-caption .caption-title {
  max-width: 60%;
  display: inline-block;
  margin: 0 auto 15px;
  background: #41827F;
  background: rgba(65, 130, 127, 0.5);
  font-size: 30px;
  font-weight: 300;
  line-height: 1.3;
  padding: 10px 20px;
  color: #FFF;
  text-transform: uppercase; }

.slider-caption .caption-description {
  max-width: 80%;
  background: #41827F;
  background: rgba(65, 130, 127, 0.5);
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
  padding: 10px 15px;
  color: #FFF;
  margin: 0 auto;
  display: inline-block; }

.slider-wrap .bx-wrapper .bx-controls-direction a {
  border-radius: 50%;
  border: 1px solid #BBB;
  opacity: 0.7;
  background: url(/Cres-theme/css/../images/slider-controls.png) no-repeat scroll; }

.slider-wrap .bx-wrapper .bx-controls-direction a.bx-prev {
  background-position: 17px center; }

.slider-wrap .bx-wrapper .bx-controls-direction a.bx-next {
  background-position: -17px center; }

.slider-wrap .bx-wrapper .bx-controls-direction a:hover {
  opacity: 1; }

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

.lightSlider {
  overflow: hidden;
  margin: 0; }

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.lSSlideWrapper > .lightSlider:after {
  clear: both; }

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform,height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade {
  position: relative; }

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%; }

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade > *.active {
  z-index: 10; }

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1; }

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center; }

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px; }

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s; }

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca; }

.lSSlideOuter .media {
  opacity: 0.8; }

.lSSlideOuter .media.active {
  opacity: 1; }

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s; }

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px; }

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%; }

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table; }

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both; }

/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url("/Cres-theme/css/../img/controls.png");
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s; }

.lSAction > a:hover {
  opacity: 1; }

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px; }

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px; }

.lSAction > a.disabled {
  pointer-events: none; }

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden; }

/* vertical */
.lSSlideOuter.vertical {
  position: relative; }

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important; }

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0; }

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important; }

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0; }

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto; }

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px; }

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl; }

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none; }

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0; }

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left; }

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important; }

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0; }

  50% {
    left: -15px; }

  100% {
    left: 0; } }

@keyframes rightEnd {
  0% {
    left: 0; }

  50% {
    left: -15px; }

  100% {
    left: 0; } }

@-webkit-keyframes topEnd {
  0% {
    top: 0; }

  50% {
    top: -15px; }

  100% {
    top: 0; } }

@keyframes topEnd {
  0% {
    top: 0; }

  50% {
    top: -15px; }

  100% {
    top: 0; } }

@-webkit-keyframes leftEnd {
  0% {
    left: 0; }

  50% {
    left: 15px; }

  100% {
    left: 0; } }

@keyframes leftEnd {
  0% {
    left: 0; }

  50% {
    left: 15px; }

  100% {
    left: 0; } }

@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0; }

  50% {
    bottom: -15px; }

  100% {
    bottom: 0; } }

@keyframes bottomEnd {
  0% {
    bottom: 0; }

  50% {
    bottom: -15px; }

  100% {
    bottom: 0; } }

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

/*
Theme Name: 	AccessPress Ray
Theme URI: 		https://accesspressthemes.com/wordpress-themes/accesspress-ray/
Author: 		AccessPress Themes
Author URI: 	https://accesspressthemes.com/
Description: 	AccessPress Ray- is beautifully designed, multi-purpose, feature-rich modern responsive theme. It is - WooCommerce, bbPress compatible, RTL supported, translation ready, cross-browser compatible and SEO friendly.  It features: different page layout like portfolio, testimonial, gallery, blog etc and has a strong call to action to help achieve greater conversion. With its extensive theme option panel, configuring theme is easy, fast and fun. AccessPress Ray is multi-purpose and is suitable for travel, corporate, portfolio, photography, nature, health, small biz, personal, creative, corporate, agencies, bloggers anyone and everyone. Demo: http://accesspressthemes.com/theme-demos/?theme=accesspress-ray Support forum:https://accesspressthemes.com/support/
Version: 		1.17.7
Text Domain: 	accesspress-ray
License: 		GNU General Public License, version 3 (GPLv3)
License URI: 	http://www.gnu.org/licenses/gpl-3.0.txt
Tags: 			custom-menu, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, featured-image-header, sticky-post, theme-options, threaded-comments, featured-images, full-width-template, custom-header, flexible-header, footer-widgets, featured-images, grid-layout

AccessPress Ray WordPress Theme, Copyright 2014 https://accesspressthemes.com/
AccessPress Ray is distributed under the terms of the GNU GPL
AccessPress Ray is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
*/
/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
body {
  background: #fff; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: 0; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #444;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
  font-family: "Roboto",sans-serif;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #555;
  font-weight: 300; }

p {
  margin-bottom: 20px; }

b, strong {
  font-weight: bold; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 15px;
  font-size: 20px;
  font-style: italic;
  font-family: 'Lato', sans-serif;
  font-weight: 300; }

address {
  margin: 0 0 15px; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 15px; }

ul, ol {
  margin: 0 0 15px 20px; }

ul {
  list-style: circle; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 15px; }

dt {
  font-weight: bold; }

dd {
  margin: 0 15px 15px; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle; }

figure {
  margin: 0; }

table {
  margin: 0 0 15px;
  width: 100%;
  border-collapse: collapse; }

th {
  font-weight: bold;
  border: 1px solid #CCC;
  padding: 5px 10px; }

td {
  border: 1px solid #CCC;
  padding: 5px 10px; }

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: middle; }

.navigation .nav-links a,
.slider-caption br + a,
.bttn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #F0563D;
  color: #fff;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  border: none;
  padding: 10px 15px;
  font-weight: normal;
  display: inline-block;
  position: relative;
  text-shadow: none; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  text-transform: inherit; }

.slider-caption br + a {
  margin-top: 10px; }

.navigation .nav-links a:hover,
.bttn:hover,
button,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #D64C37; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  color: #666;
  border: 1px solid #ccc;
  height: 36px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  border: 1px solid #AAA; }

.searchform input[type="text"]:focus {
  border: none; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px 6px; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  color: #666;
  border: 1px solid #ccc;
  height: 160px;
  width: 100%; }

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a {
  color: #23a38f;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out; }

a:hover,
a:focus,
a:active {
  color: #353f47; }

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 15px; }

.alignright {
  display: inline;
  float: right;
  margin-left: 15px; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.ak-container:after,
.ak-container:before {
  content: '';
  display: table; }

.clearfix:after,
.row:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.ak-container:after {
  clear: both; }

.clear {
  clear: both; }

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 25px; }

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%; }

/* Search widget */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/
h1.entry-title, .page-title {
  color: #666;
  background: url(/Cres-theme/css/../images/title-bg.png) repeat-x left bottom;
  padding-bottom: 15px; }

h1.entry-title a {
  color: #666; }

.hentry {
  margin: 0 0 15px; }

.byline,
.updated {
  display: none; }

.single .byline,
.group-blog .byline,
.posted-on {
  display: inline;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300; }

.page-content,
.entry-content,
.entry-summary {
  margin: 15px 0 0; }

.page-links {
  clear: both;
  margin: 0 0 15px; }

.edit-link .post-edit-link {
  background: #293037;
  padding: 4px 10px;
  color: #FFF !important;
  line-height: 1;
  border-radius: 3px;
  font-size: 13px; }

.edit-link .post-edit-link:before {
  content: "\f044";
  font-family: FontAwesome;
  margin-right: 5px; }

#blog-post article.hentry,
.search article.hentry,
.archive article.hentry,
.tag article.hentry,
.category article.hentry {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #DDD; }

article.hentry .edit-link {
  display: block;
  margin-top: 20px; }

article.hentry h1.entry-title {
  margin-bottom: 5px;
  line-height: 1.2; }

article.hentry .entry-footer > span {
  margin-right: 15px;
  font-size: 13px; }

.page-header .page-title {
  color: #666;
  background: url(/Cres-theme/css/../images/title-bg.png) repeat-x left bottom;
  padding-bottom: 15px; }

.posted-on:before {
  content: "\f073";
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 5px; }

.cat-links:before {
  content: "\f07c";
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 5px; }

.comments-link:before {
  content: "\f075";
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 5px; }

.tags-links:before {
  content: "\f02c";
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 5px; }

.entry-footer a {
  color: #999; }

.entry-footer a:hover {
  color: #01AEFD; }

.nav-links .meta-nav {
  display: none; }

.paging-navigation {
  margin-top: 20px; }

.nav-links .nav-previous {
  width: 50%;
  float: left; }

.nav-links .nav-next {
  width: 50%;
  float: right; }

.nav-links .nav-next {
  text-align: right; }

.nav-links .nav-previous a:before {
  content: "\f0d9";
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 5px; }

.nav-links .nav-next a:after {
  content: "\f0da";
  font-family: FontAwesome;
  font-style: normal;
  margin-left: 5px; }

.entry-thumbnail {
  width: 38%;
  float: left; }

.entry-exrecpt {
  width: 60%;
  float: right; }

.short-content {
  margin-bottom: 10px; }

.short-content + .bttn {
  float: right; }

.entry-footer {
  margin-top: 10px; }

.full-width {
  float: none;
  width: 100%; }

/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

#comments h2.comments-title {
  font-style: italic;
  margin: 15px 0;
  font-weight: 300;
  font-size: 22px;
  background: #23A38F;
  display: inline-block;
  padding: 8px 15px;
  color: #FFF; }

#comments h3 {
  margin: 0 0 10px;
  line-height: 1;
  color: #FFF;
  background: #23A38F;
  display: inline-block;
  padding: 10px 20px;
  margin: -20px 0 15px -20px; }

#commentform label {
  width: 120px;
  display: inline-block; }

textarea#comment {
  width: 60%;
  height: 150px; }

/*Comment Lists*/
.comments-area ol {
  margin: 0;
  padding: 0;
  list-style: none; }

.comments-area ol.children {
  margin: 0 0 0 15px; }

.comment-list .comment-body {
  padding: 15px;
  margin-bottom: 20px;
  background: #FCFCFC;
  border-top: 2px solid #23A38F; }

.comment-author img {
  vertical-align: text-top;
  margin-right: 15px; }

.comment-author {
  float: left; }

.comment-author .fn {
  font-style: normal;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: bold; }

.comment-author .fn .url {
  color: #333;
  padding: 0 5px; }

.comment-author .fn .url:hover {
  background: #23A38F;
  color: #FFF; }

.comment-author .says {
  display: none; }

.commentmetadata {
  float: right;
  font-weight: normal;
  font-size: 12px;
  font-style: italic;
  font-weight: 300; }

.commentmetadata a {
  color: #666; }

.commentmetadata .comment-edit-link {
  color: #01AEFD; }

.commentmetadata + .clear {
  margin-bottom: 20px; }

.reply .comment-reply-link {
  background: none repeat scroll 0 0 #293037;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 1;
  padding: 2px 10px; }

#respond {
  background: #2E313D;
  padding: 20px;
  margin-top: 20px;
  color: #CCC; }

#commentform .form-submit {
  margin-bottom: 0; }

#cancel-comment-reply-link {
  font-style: italic;
  color: #FFF; }

#cancel-comment-reply-link:before {
  font-family: FontAwesome;
  content: "\f057";
  margin: 0 5px 0 20px;
  font-style: normal;
  color: #FFF; }

.logged-in-as a {
  color: #CCC; }

/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block; }

#infinite-footer {
  display: none; }

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 15px;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%; }

.wp-caption-text {
  text-align: center; }

.wp-caption .wp-caption-text {
  margin: 10px 0; }

.site-main .gallery {
  margin-bottom: 1.5em; }

.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%; }

.site-main .gallery dd,
.site-main .gallery figcaption {
  margin: 0; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
COMMON CSS
--------------------------------------------------------------*/
body {
  font-weight: 400; }

body.boxed-layout {
  width: 1200px;
  margin: 0 auto;
  position: relative; }

.ak-container {
  width: 1170px;
  margin: 0 auto; }

#content .ak-container {
  width: 1170px;
  margin: 0 auto; }

.roboto-light {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase; }

.roboto-light a {
  color: #ffffff; }

.roboto-light a:hover {
  color: #ffffff; }

/*--------------------------------------------------------------
Slider
--------------------------------------------------------------*/
#slider-banner {
  overflow: hidden;
  position: relative; }

/*All the css of the banner slider is includes in css/jquery.bxslider.css */
#slider-banner .overlay {
  background: url(/Cres-theme/css/../images/overlay.png) repeat;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10; }

.multi-border {
  display: none; }

.multi-border {
  display: block;
  width: 100%;
  z-index: 20; }

.multi-border > ul {
  list-style-type: none;
  margin: 0; }

.multi-border li {
  content: "";
  float: left;
  height: 4px;
  width: 20%; }

.multi-border li.dark-green {
  background: none repeat scroll 0 0 #23a38f; }

.multi-border li.yellow {
  background: none repeat scroll 0 0 #b7c11e; }

.multi-border li.cream {
  background: none repeat scroll 0 0 #eff1c2; }

.multi-border li.orange {
  background: none repeat scroll 0 0 #f0563d; }

.multi-border li.light-green {
  background: none repeat scroll 0 0 #00a651; }

.slider-caption {
  background: none; }

#slider-banner .scroll-down {
  background: url(/Cres-theme/css/../images/scroll-down.png) no-repeat;
  bottom: 57px;
  display: inline-block;
  left: 50%;
  height: 22px;
  margin: 0 auto 0 -22px;
  position: absolute;
  text-indent: -9999px;
  width: 44px;
  z-index: 100; }

/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
header.site-header {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  border-top: 5px solid #23a38f;
  background: #FFF;
  position: relative;
  margin-bottom: 5px; }

.menu-toggle {
  display: none; }

.site-branding.main-logo {
  float: left;
  padding: 10px 0; }

.logo-left .site-branding.main-logo img {
  max-height: 67px !important;
  width: auto !important; }

.logo-center .site-branding.main-logo {
  float: none;
  text-align: center; }

.main-logo h1 {
  font-family: 'Josefin Slab', serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin: 10px 0 5px; }

.main-logo .tagline {
  color: #23a38f;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 5px; }

.header-wrap .main-navigation {
  float: right; }

.header-wrap.logo-center .main-navigation {
  float: none;
  text-align: center; }

.header-wrap .search-icon {
  float: right;
  position: relative; }

.header-wrap .search-icon {
  border-left: 1px solid #ececec;
  cursor: pointer;
  padding: 0 18px; }

.logo-center.header-wrap .search-icon {
  border: none; }

.header-wrap .search-icon > .fa.fa-search {
  font-size: 20px;
  line-height: 87px;
  color: #666; }

.logo-center.header-wrap .search-icon > .fa.fa-search {
  line-height: 50px; }

.header-wrap .ak-search {
  background: none repeat scroll 0 0 #fff;
  display: none;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 9999;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2); }

.header-wrap .searchform .s {
  background: none;
  border: none;
  float: left;
  font-size: 13px;
  height: 32px;
  padding: 5px 10px;
  vertical-align: middle;
  width: 160px; }

.header-wrap .searchform .searchsubmit {
  background: none;
  border: none;
  box-shadow: none;
  color: #ccc;
  float: right;
  font-size: 14px;
  height: 32px;
  padding: 0;
  width: 32px; }

.header-wrap .searchform .searchsubmit .fa.fa-search {
  color: #CCC; }

.header-wrap .searchform {
  border: 1px solid #ccc;
  height: 34px;
  width: 200px; }

.header-wrap ul {
  margin: 0;
  list-style: none; }

.menu {
  position: inherit; }

#site-navigation .menu {
  float: left; }

.logo-center #site-navigation .menu {
  display: inline-block;
  float: none; }

#site-navigation ul li {
  position: relative; }

#site-navigation .menu > ul > li {
  float: left; }

#site-navigation .menu > ul > li > a {
  border-left: 1px solid #ececec;
  color: #23a38f;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  line-height: 86px;
  padding: 0 14px;
  text-transform: uppercase;
  text-decoration: none; }

.logo-center #site-navigation .menu > ul > li > a {
  line-height: 50px; }

.logo-center #site-navigation .menu > ul > li > a {
  border-left: none; }

#site-navigation .menu > ul > li:hover > a:before,
#site-navigation .menu > ul > li.current_page_item > a:before,
#site-navigation .menu > ul > li.current-menu-item > a:before,
#site-navigation .menu > ul > li.current_page_ancestor > a:before,
#site-navigation .menu > ul > li.current-menu-ancestor > a:before {
  background: #f0563d;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: -5px;
  width: 100%; }

.logo-center #site-navigation .menu > ul > li:hover > a:before,
.logo-center #site-navigation .menu > ul > li.current_page_item > a:before,
.logo-center #site-navigation .menu > ul > li.current_page_ancestor > a:before,
.logo-center #site-navigation .menu > ul > li.current-menu-ancestor > a:before {
  display: none; }

/*** SUB-MENU ****/
#site-navigation .menu ul ul {
  background: none repeat scroll 0 0 #fff;
  border-bottom: 2px solid #23a38f;
  border-top: 2px solid #23a38f;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  transition: all 0.3s ease-in-out 0s;
  z-index: 99999; }

#site-navigation .menu li:hover > ul {
  display: block; }

#site-navigation .menu ul ul li {
  border-bottom: 2px solid #ddd;
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin: 0 !important;
  text-align: left; }

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

#site-navigation .menu ul ul li a {
  color: #666;
  display: block;
  font-weight: 300;
  min-width: 220px;
  padding: 10px 15px;
  position: relative;
  text-decoration: none; }

#site-navigation .menu ul ul li > a:hover:before,
#site-navigation .menu ul ul li.current_page_item > a:before {
  background: #f0563d;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: -2px;
  width: 100%; }

#site-navigation .menu ul ul li > a:hover,
#site-navigation .menu ul ul li.current_page_item > a {
  color: #23a38f; }

#site-navigation .menu ul ul ul {
  top: -2px;
  left: 100%; }

/*-----------------------------
TOP-FOOTER
-------------------------------*/
.hide {
  display: none; }

#top-footer {
  background: #23a38f;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  padding: 30px 0; }

#top-footer a {
  color: #FFF !important; }

#top-footer .footer {
  float: left;
  min-height: 200px; }

#top-footer .footer .widget {
  margin-bottom: 0;
  margin-right: 25px;
  padding-right: 25px;
  background: url(/Cres-theme/css/../images/footer-bg.png) repeat-y scroll right top; }

#top-footer .footer4 .widget {
  margin-right: 0;
  background: none;
  padding-right: 0; }

#top-footer .footer1, #top-footer .footer2, #top-footer .footer3, #top-footer .footer4 {
  width: 25%; }

#top-footer .footer .widget-title {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 20px;
  text-transform: capitalize;
  line-height: 24px;
  margin-top: 0px; }

#top-footer .textwidget ul {
  margin: 0; }

#top-footer .textwidget ul li {
  line-height: 18px;
  list-style-type: none;
  margin-bottom: 15px;
  padding-left: 24px;
  position: relative; }

#top-footer .textwidget ul li:before {
  content: "\f058 ";
  font-family: FontAwesome;
  left: 0;
  margin-right: 10px;
  position: absolute;
  top: 0px; }

#top-footer .footer p {
  margin-bottom: 10px; }

#top-footer input, #top-footer textarea {
  background: #116e60;
  border: none;
  border-radius: 0;
  color: #ffffff;
  padding: 10px;
  width: 100%; }

#top-footer textarea {
  height: 90px;
  resize: none; }

#top-footer input[type="submit"] {
  border: none;
  background: #116e60;
  height: 36px;
  text-transform: uppercase;
  width: auto;
  padding: 10px 20px;
  vertical-align: middle; }

/*-----------------------------
MIDDLE-FOOTER
-------------------------------*/
footer #middle-footer {
  background: #1c8776;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  padding: 8px 0;
  text-align: center; }

.footer-menu ul {
  list-style-type: none;
  margin: 0; }

.footer-menu ul li {
  display: inline-block; }

.footer-menu ul li a {
  border-left: 1px solid #ffffff;
  color: #ffffff;
  margin-left: 8px;
  padding-left: 8px;
  line-height: 10px;
  display: block; }

.footer-menu ul li:first-child a {
  border-left: none;
  margin-left: 0px;
  padding-left: 0px; }

.footer-menu ul li .children {
  display: none; }

/*-----------------------------
BOTTOM-FOOTER
-------------------------------*/
footer #bottom-footer {
  background: none repeat scroll 0 0 #2e313d;
  color: #ffffff;
  text-align: center;
  padding: 20px;
  font-size: 13px; }

.footer-wrap a {
  color: #ffffff; }

.footer-wrap a:hover {
  color: #23a38f; }

.footer-logo a {
  margin-bottom: 5px;
  display: block; }

.footer-socials {
  margin-top: 15px; }

.footer-socials a {
  display: inline-block;
  background: #1C8776;
  color: #FFF;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  margin: 0 2px; }

.footer-socials a:hover {
  background: #F0563D; }

.tagcloud a {
  font-size: 13px !important;
  background: rgba(0, 0, 0, 0.4);
  padding: 8px 10px;
  margin: 0 2px 4px 0;
  display: inline-block;
  line-height: 1; }

.sidebar .tagcloud a {
  background: #23A38F;
  color: #FFF; }

/*-----------------------------
ABOUT-SECTION
-------------------------------*/
#about-section {
  height: auto;
  padding: 55px 0;
  text-align: center;
  background: #FFF; }

#about-section .main-title {
  font-size: 36px;
  color: #444; }

#about-section h1 {
  font-family: 'Roboto',sans-serif;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase; }

#about-section .main-title a {
  display: block;
  line-height: 1;
  margin-bottom: 21px;
  color: #333;
  text-decoration: none; }

#about-section .welcome-detail {
  font-size: 22px;
  font-weight: 300;
  line-height: 36px; }

#about-section .welcome-content {
  margin-bottom: 30px;
  color: #555; }

#about-section a.read-more.bttn {
  padding: 16px 25px;
  color: #fff;
  text-decoration: none; }

/*-----------------------------
MID-SECTION
-------------------------------*/
#mid-section a {
  text-decoration: none; }

/*-----------------------------
TOP-SECTION
-------------------------------*/
#top-section a {
  text-decoration: none; }

#top-section .read-more-btn {
  color: #fff; }

/*-----------------------------
EVENTS-SECTION
-------------------------------*/
.events-section {
  background: #FFF;
  padding: 30px 0;
  text-align: center; }

.events-section .main-title {
  color: #333;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 50px;
  font-weight: 300; }

.events-section .main-title a {
  color: #333; }

.events-section .event-list {
  background: #F2F2F2;
  float: left;
  position: relative;
  width: 377px; }

.events-section .event-list .event-thumbnail img {
  width: 100%; }

.events-section .event-list .event-date {
  background: none repeat scroll 0 0 #f0563d;
  color: #ffffff;
  height: 90px;
  left: 24px;
  padding: 15px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 55px; }

.events-section .event-list .event-date-day {
  display: block;
  font-size: 26px;
  line-height: 30px; }

.events-section .event-list .event-date-month {
  display: block;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase; }

.events-section .event-list .event-detail {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  padding: 20px 20px 18px;
  text-align: left; }

.events-section .event-list .event-title {
  margin-bottom: 6px; }

.events-section .event-list .event-title a {
  color: #333;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px; }

.read-more-btn {
  background: #23a38f;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  height: 31px;
  line-height: 31px;
  margin-top: 22px;
  padding-left: 10px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  padding-right: 35px; }

.read-more-btn:hover {
  background: none repeat scroll 0 0 #209684;
  color: #ffffff; }

.read-more-btn:hover .read-icon-wrap {
  background: none repeat scroll 0 0 #23a38f; }

.read-more-btn .read-icon-wrap {
  background: none repeat scroll 0 0 #209684;
  height: 31px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 24px; }

.events-section .view-all {
  background: #23A38F;
  color: #ffffff;
  display: inline-block;
  font-size: 16.26px;
  font-weight: 300;
  height: 36px;
  line-height: 36px;
  margin-top: 62px;
  text-align: center;
  text-transform: uppercase;
  width: 150px; }

.events-section .view-all:hover {
  background: #0F806E; }

.boxed-layout .bx-controls-direction {
  display: none; }

.events-section .bx-wrapper .bx-controls-direction a {
  height: 44px;
  margin-top: -28px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  transition: all 0.2s ease 0s;
  width: 22px;
  z-index: 9999; }

.events-section .bx-wrapper .bx-prev {
  background: url(/Cres-theme/css/../images/events-controls.png) no-repeat scroll 0 0;
  left: -50px; }

.events-section .bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.events-section .bx-wrapper .bx-next {
  background: url(/Cres-theme/css/../images/events-controls.png) no-repeat scroll right 0;
  right: -50px; }

.events-section .bx-wrapper .bx-next:hover {
  background-position: right 0; }

.events-section .bx-wrapper .bx-pager.bx-default-pager a,
.event-list-wrapper .lSSlideOuter .lSPager.lSpg > li a {
  background: #F2F2F2;
  display: block;
  height: 11px;
  margin: 0 0 0 6px;
  outline: 0 none;
  text-indent: -9999px;
  transition: all 0.3s ease-in-out 0s;
  width: 11px;
  border-radius: 0; }

.event-list-wrapper .lSSlideOuter .lSPager.lSpg > li a {
  background: #3aad9b; }

.event-list-wrapper .lSSlideOuter .lSPager.lSpg > li.active a,
.event-list-wrapper .lSSlideOuter .lSPager.lSpg > li:hover a {
  background: #f0563d; }

.events-section .bx-wrapper .bx-pager.bx-default-pager a:hover, .events-section .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #f0563d; }

/*-----------------------------
CLIENTS-SAY
-------------------------------*/
.clients-say-section {
  padding: 40px 0 80px;
  text-align: center;
  background: #F6F6F6; }

.clients-say-section .main-title {
  color: #2e313d;
  font-size: 30px;
  margin-bottom: 40px; }

.clients-say-section .testimonial-slider-wrap .bx-wrapper .bx-pager {
  bottom: -60px;
  right: auto;
  text-align: center;
  width: 100%; }

.clients-say-section .bx-wrapper .bx-pager.bx-default-pager a {
  background: none repeat scroll 0 0 #23a38f;
  display: block;
  height: 11px;
  margin: 0 4px;
  outline: 0 none;
  text-indent: -9999px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  width: 11px;
  border-radius: 0; }

.clients-say-section .testimonial-wrap {
  margin: 0 auto;
  width: 970px; }

.clients-say-section .testimonial-slide {
  color: #111111;
  font-size: 24px;
  font-weight: 300;
  line-height: 33px;
  width: 100% !important; }

.clients-say-section .testimonial-thumbnail {
  border-radius: 90px;
  height: 103px;
  margin: 0 auto 29px;
  overflow: hidden;
  width: 103px; }

.clients-say-section .testimoinal-client-name {
  margin-top: 20px;
  font-weight: 400; }

.clients-say-section .bx-wrapper {
  padding-bottom: 20px; }

.clients-say-section .bx-wrapper .bx-pager.bx-default-pager a.active,
.clients-say-section .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #F0563D; }

.clients-say-section .bx-wrapper .bx-controls-direction a {
  background: url(/Cres-theme/css/../images/testimonila-controls.png) no-repeat scroll 0 0;
  height: 29px;
  margin-top: 0;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 33px;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  width: 15px;
  z-index: 9999; }

.clients-say-section .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 360px; }

.clients-say-section .bx-wrapper .bx-controls-direction a.bx-next {
  background-position: -17px 0;
  right: 360px; }

/*-----------------------------
BUSINESS-ACTIVITIES
-------------------------------*/
.business-section {
  background: #23A38F;
  padding: 45px 0;
  color: #FFF; }

.business-section a {
  color: #FFF; }

.business-section .widget-title {
  color: #FFF;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 300;
  font-family: "Roboto",sans-serif; }

.business-activities-wrapper {
  margin-left: -1.33%; }

.business-section .business-wrapper {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 29.81px;
  float: left;
  margin-left: 1.33%;
  position: relative;
  width: 32%; }

.business-section .business-image img {
  float: left; }

.business-section .business-content {
  clear: both;
  margin-top: 14px; }

.business-section .widget, .business-section .gallery {
  margin-bottom: 0; }

/*-----------------------------
FEATURED-POST
-------------------------------*/
.featured-section {
  padding: 45px 0 60px;
  background: #23A38F; }

.featured-section .main-title {
  color: #F6F6F6;
  font-size: 32px; }

.featured-section .sub-desc {
  color: #F6F6F6;
  display: block;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 50px;
  text-align: center; }

.featured-section .sub-desc a {
  color: #F6F6F6;
  border-bottom: 1px dotted #F6F6F6; }

.featured-section .featured-post-wrapper {
  margin-left: -20px; }

.featured-section .featured-post {
  background: #FFF;
  color: #444;
  float: left;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  margin-left: 20px;
  width: 277px;
  text-align: center;
  min-height: 450px;
  padding-top: 10px; }

.featured-section .featured-post .featured-image {
  min-height: 230px; }

.featured-section .featured-content {
  padding: 15px 20px 15px;
  min-height: 130px; }

.featured-post .featured-icon {
  background: #147D6D;
  margin: 0;
  text-align: center;
  font-size: 60px;
  line-height: 180px; }

.featured-post .view-more {
  color: #23A38F;
  font-size: 13px;
  font-weight: 300;
  border: 1px solid #23A38F;
  padding: 6px 15px;
  display: inline-block;
  margin-bottom: 20px; }

.featured-post .view-more:hover {
  background: #23A38F;
  color: #FFF; }

.featured-post h2.featured-title {
  line-height: 24px; }

.featured-post h2.featured-title a {
  color: #333;
  font-size: 20px;
  font-weight: 500; }

/*-----------------------------
CONTACT-GOOGLE-MAP
-------------------------------*/
#google-map {
  position: relative;
  height: 450px; }

.google-section-wrap {
  left: 50%;
  margin-left: -585px;
  position: absolute;
  top: 0; }

#google-map iframe {
  width: 100%;
  height: 100%; }

#google-map img {
  max-width: none; }

.googlemaps br,
.googlemaps small {
  display: none; }

#google-map .ak-contact-address {
  background: rgba(255, 255, 255, 0.8);
  float: right;
  margin-top: 60px;
  padding: 30px 25px 40px;
  width: 380px;
  z-index: 10; }

#google-map .ak-contact-address > h3 {
  border-bottom: 1px solid #2e313d;
  color: #2e313d;
  font-size: 30px;
  font-weight: 300;
  line-height: 43px;
  margin-bottom: 19px;
  text-transform: uppercase; }

#google-map .ak-contact-address .socials {
  margin-top: 40px; }

#google-map .ak-contact-address .socials a {
  border-radius: 90px;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  height: 34px;
  line-height: 34px;
  margin-right: 3px;
  margin-bottom: 5px;
  text-align: center;
  width: 34px; }

.ak-contact-address .socials a.facebook {
  background: none repeat scroll 0 0 #283890; }

.ak-contact-address .socials a.twitter {
  background: none repeat scroll 0 0 #29A7E1; }

.ak-contact-address .socials a.gplus {
  background: none repeat scroll 0 0 #D34231; }

.ak-contact-address .socials a.youtube {
  background: none repeat scroll 0 0 #B61F24; }

.ak-contact-address .socials a.pinterest {
  background: none repeat scroll 0 0 #D73532; }

.ak-contact-address .socials a.linkedin {
  background: none repeat scroll 0 0 #0F78A8; }

.ak-contact-address .socials a.flickr {
  background: none repeat scroll 0 0 #FF0084; }

.ak-contact-address .socials a.vimeo {
  background: none repeat scroll 0 0 #23B6EA; }

.ak-contact-address .socials a.stumbleupon {
  background: none repeat scroll 0 0 #F14E23; }

.ak-contact-address .socials a.instagram {
  background: none repeat scroll 0 0 #517FA3; }

.ak-contact-address .socials a.sound-cloud {
  background: none repeat scroll 0 0 #FE6A22; }

.ak-contact-address .socials a.skype {
  background: none repeat scroll 0 0 #3FBFEE; }

.ak-contact-address .socials a.rss {
  background: none repeat scroll 0 0 #FAA21C; }

/*-----------------------------
Blog Post
-------------------------------*/
#accesspress-blog {
  padding: 40px 0;
  background: #FFF; }

#accesspress-blog .main-title {
  color: #23a38f;
  font-size: 32px; }

/*-----------------------------
INNER-PAGES
-------------------------------*/
#content {
  padding: 30px 0;
  background: #FFF; }

#primary {
  float: left;
  width: 68%; }

.sidebar {
  float: right;
  width: 100%; }

/*-----------------------------
RIGHT-SIDEBAR
-------------------------------*/
.sidebar aside {
  margin-bottom: 30px; }

.sidebar h1.widget-title {
  background: none repeat scroll 0 0 #f1f2f3;
  border-left: 5px solid #01aefd;
  font-size: 22px;
  line-height: 24px;
  padding: 10px 15px;
  text-transform: uppercase; }

.sidebar .event-list {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 15px;
  padding-bottom: 15px; }

.sidebar .event-list .event-thumbnail {
  float: left;
  position: relative;
  width: 30%; }

.sidebar .event-list .event-thumbnail img {
  display: block; }

.sidebar .event-list .event-detail {
  float: right;
  width: 65%; }

.sidebar .event-list .event-detail a {
  color: #23a38f; }

.sidebar .event-thumbnail .event-date {
  font-size: 13px;
  padding: 5px 0;
  width: 50px; }

.sidebar .event-thumbnail .event-date {
  background: none repeat scroll 0 0 #23a38f;
  color: #fff;
  font-weight: 600;
  left: 0;
  line-height: 1;
  padding: 10px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 60px; }

.sidebar .event-date .event-date-day {
  display: block;
  margin-bottom: 3px; }

.sidebar .event-date .event-date-month {
  display: block;
  font-weight: 400; }

.sidebar .widget-title {
  background: #23A38F;
  color: #FFF;
  padding: 8px 10px;
  line-height: 1.2;
  font-size: 20px;
  position: relative; }

.sidebar .widget-title:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #1C8776 #1C8776 transparent; }

/*-----------------------------
LEFT-SIDEBAR
-------------------------------*/
.left-sidebar #primary {
  float: right;
  width: 68%; }

.left-sidebar.sidebar {
  float: left;
  width: 29%; }

/*** SEARCH-ASIDE ***/
.sidebar .widget_search .searchsubmit {
  background: none repeat scroll 0 0 #23a38f;
  border: medium none;
  height: 36px;
  width: 12%; }

.sidebar .widget_search input[type="text"] {
  width: 87%;
  float: left; }

.sidebar .widget_search input[type="text"]:focus, .sidebar .widget_search input[type="text"]:active {
  border: 1px solid #23a38f; }

.sidebar ul {
  list-style: none outside none;
  margin: 0;
  padding: 0; }

.sidebar ul li {
  border-bottom: 1px solid #f2f2f2;
  padding: 5px 0 5px 22px !important;
  position: relative; }

.sidebar ul li:last-child {
  border-bottom: none; }

.sidebar ul li a {
  color: #666;
  font-weight: 300; }

.sidebar ul li:before {
  content: "\f0da";
  font-family: "FontAwesome";
  position: absolute;
  left: 0px;
  top: 6px;
  color: #23A38F; }

.sidebar ul li a:hover {
  color: #23a38f; }

/*-----------------------------
BOTH-SIDEBAR
-------------------------------*/
.both-sidebar #primary-wrap {
  float: left;
  width: 76%; }

.both-sidebar #primary-wrap #primary {
  float: right;
  width: 70%; }

.both-sidebar #primary-wrap .left-sidebar.sidebar {
  float: left;
  width: 28%; }

.both-sidebar .right-sidebar {
  float: right;
  width: 22%; }

.both-sidebar .sidebar .widget_search input[type="text"] {
  width: 83%; }

.both-sidebar .sidebar .widget_search .searchsubmit {
  width: 15%; }

/*-----------------------------
BOTH-SIDEBAR
-------------------------------*/
.no-sidebar #primary {
  width: 100%;
  float: none; }

/*-----------------------------
INNER-PAGES-TESTIMONIALS
-------------------------------*/
.cat-testimonial-list {
  margin-bottom: 30px;
  width: 48%;
  float: left;
  margin-right: 4%; }

.cat-testimonial-list:nth-child(odd) {
  margin-right: 0; }

.cat-testimonial-list .cat-testimonial-excerpt {
  position: relative; }

.cat-testimonial-list h1.entry-title {
  color: #23a38f;
  font-size: 19px;
  font-style: italic;
  font-weight: 400; }

.cat-testimonial-image {
  margin-bottom: 10px; }

.cat-testimonial-image img {
  width: 100%; }

/*-----------------------------
INNER-PAGES-PORTFOLIO
-------------------------------*/
.cat-portfolio-list {
  float: left;
  position: relative;
  width: 50%; }

.cat-portfolio-list .portofolio-layout {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  padding-top: 42%;
  text-align: center;
  top: 0;
  width: 100%; }

.cat-portfolio-list .portofolio-layout:hover {
  background: rgba(0, 0, 0, 0.75); }

.cat-portfolio-list .portofolio-layout:before,
.cat-portfolio-list .portofolio-layout:after {
  bottom: 30px;
  content: "";
  left: 30px;
  opacity: 1;
  position: absolute;
  right: 30px;
  top: 30px;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease; }

.cat-portfolio-list .portofolio-layout:hover:before {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1); }

.cat-portfolio-list .portofolio-layout:hover:after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -ms-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0); }

.cat-portfolio-list .portofolio-layout h1 {
  color: #ffffff;
  border: medium none;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 0;
  transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.cat-portfolio-list .portofolio-layout .cat-portfolio-excerpt {
  color: #ffffff;
  border: medium none;
  font-size: 17px;
  font-style: italic;
  font-weight: 300;
  margin: 0;
  padding: 0;
  padding: 0 40px;
  transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.cat-portfolio-list .portofolio-layout:hover h1 {
  -ms-transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px); }

.cat-portfolio-list .portofolio-layout:hover .cat-portfolio-excerpt {
  -ms-transform: translateY(-25px);
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px); }

/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 0.5%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
404 Page
--------------------------------------------------------------*/
.error-404 {
  background: url(/Cres-theme/css/../images/404.png) no-repeat;
  height: 373px;
  width: 302px;
  margin: 0 auto;
  position: relative; }

.error-404 .breeze-404 {
  font-size: 60px;
  position: absolute;
  left: 80px;
  top: 180px;
  line-height: 1; }

.error-404 .breeze-error {
  font-size: 16px;
  position: absolute;
  left: 215px;
  top: 308px;
  line-height: 1; }

.not-found .page-content {
  text-align: center;
  font-size: 20px; }

/*RTL CSS*/
.rtl .header-wrap .main-navigation {
  float: left; }

.rtl #site-navigation .menu > ul > li {
  float: right; }

.rtl .events-section .event-list .event-detail {
  text-align: right; }

.rtl .footer-menu ul li a {
  border-left: 0;
  border-right: 1px solid #FFF;
  margin-left: 0;
  padding-left: 0;
  margin-right: 8px;
  padding-right: 8px; }

.rtl .footer-menu ul li:first-child a {
  border-right: 0; }

.rtl .bx-wrapper .bx-controls-direction a {
  text-indent: 99999999px; }

/* PORTLETS CUSTOM */
.portlet .portlet-content {
  padding: 10px 0; }

/* BOOTSTRAP PANELS */
.panel {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-heading {
  padding: 3px 15px;
  margin: -15px -15px 15px;
  font-size: 17.5px;
  font-weight: 500;
  background-color: #f5f5f5;
  border-bottom: 1px solid #dddddd;
  /*
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  */ }

.panel-footer {
  padding: 10px 15px;
  margin: 15px -15px -15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  /*
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  */ }

.panel-primary {
  border-color: #428bca; }

.panel-primary .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-warning {
  border-color: #fbeed5; }

.panel-warning .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5; }

.panel-danger {
  border-color: #eed3d7; }

.panel-danger .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7; }

.panel-info {
  border-color: #bce8f1; }

.panel-info .panel-heading {
  color: #fff;
  background-color: #80bfff;
  border-color: #bce8f1; }

/* Responsive */
/********************************************************************************************/
/**************************************** RESPONSIVE ***************************************/
/******************************************************************************************/
/* Large desktop */
@media (max-width: 1200px) {
  .ak-container,
  body.boxed-layout {
    width: 100%;
    padding: 0 10px; }

  /*** HEADER ***/
  #site-navigation .menu > ul > li > a {
    padding: 0 10px; }

  .header-wrap .search-icon {
    padding: 0 10px; }

  /*** BUSINESS ACTIVITIES AND EVENT-LIST ***/
  .events-section .bx-wrapper .bx-controls-direction a {
    display: none; }

  .event-list-wrapper, .business-activities-wrapper {
    margin-left: 0; }

  .business-section .business-wrapper {
    margin-left: 2%;
    width: 32%; }

  .business-section .business-wrapper:first-child {
    margin-left: 0; }

  /*** WHAT CLIENTS SAY ***/
  .clients-say-section .testimonial-wrap {
    padding: 0 30px;
    width: 100%; }

  /*** FEATURED POST ***/
  .featured-section .featured-post-wrapper {
    margin-left: -1%; }

  .featured-section .featured-post {
    margin-left: 1%;
    width: 24%; }

  /*** CONTACT-US-SECTION ***/
  .google-section-wrap {
    margin-left: 0;
    right: 0;
    left: auto; }

  #latest-events {
    width: 773px;
    padding: 0; } }
/******************************************************************************************/
@media screen and (max-width: 992px) {
  .ak-container {
    width: 768px; }

  /*** FOOTER ***/
  #top-footer .footer {
    width: 50%; }

  #top-footer .hide,
  #mid-section .hide {
    display: block;
    margin-bottom: 25px; }

  /*** HEADER ***/
  .site-branding.main-logo {
    float: none;
    width: calc(100% - 60px); }

  .logo-left .site-branding.main-logo img {
    height: auto !important; }

  .menu-toggle {
    background: url(/Cres-theme/css/../images/menu.png) no-repeat center #23a38f;
    cursor: pointer;
    display: block;
    float: none;
    height: 48px;
    margin: 0;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    width: 48px; }

  .header-wrap {
    position: relative; }

  #site-navigation .menu {
    background: #FFF;
    display: none;
    float: none;
    border-top: 1px solid #23A38F; }

  #site-navigation .menu > ul > li:hover > a:before,
  #site-navigation .menu > ul > li.current_page_item > a:before,
  #site-navigation .menu > ul > li.current-menu-item > a:before,
  #site-navigation .menu > ul > li.current_page_ancestor > a:before,
  #site-navigation .menu > ul > li.current-menu-ancestor > a:before {
    height: 1px;
    top: -1px; }

  .header-wrap .search-icon {
    display: none; }

  .menu-toggle {
    right: 5px; }

  /*** FEATURED POST ***/
  .featured-section .featured-post {
    width: 49%;
    margin-bottom: 15px; }

  .featured-section .featured-post img {
    width: 100%; }

  .clients-say-section .bx-wrapper .bx-controls-direction a {
    display: none; }

  /*** SIDEBAR ****/
  #primary,
  .sidebar,
  .both-sidebar #primary-wrap #primary,
  .both-sidebar #primary-wrap .left-sidebar.sidebar,
  .both-sidebar .right-sidebar,
  .left-sidebar #primary,
  .left-sidebar.sidebar {
    float: none;
    width: 100%; }

  .both-sidebar #primary-wrap {
    float: none;
    width: 100%; }

  #primary {
    margin-bottom: 15px; }

  .slider-caption .caption-title {
    font-size: 24px; }

  .slider-caption .caption-description {
    font-size: 18px; }

  .rtl .menu-toggle {
    left: 5px;
    right: auto;
    text-indent: 999px; } }
/******************************************************************************************/
/* Landscape phone to portrait tablet */
@media screen and (max-width: 768px) {
  .ak-container {
    width: 100%; }

  .slider-caption,
  .slider-wrap .bx-wrapper .bx-controls-direction a {
    display: none; }

  /*** BUSINESS ACTIVITIES ***/
  .business-section .business-wrapper {
    display: inline-block;
    float: none;
    margin: 0 0 20px;
    width: 100%; }

  .business-section .business-wrapper:last-child {
    margin-bottom: 0; }

  #site-navigation .menu > ul > li {
    display: block;
    float: none !important;
    border-bottom: 1px solid #DDD; }

  #site-navigation .menu > ul > li > a {
    border: none;
    display: block;
    line-height: 42px;
    padding: 0; }

  #site-navigation .menu > ul > li:hover > a:before,
  #site-navigation .menu > ul > li.current_page_item > a:before,
  #site-navigation .menu > ul > li.current-menu-item > a:before,
  #site-navigation .menu > ul > li.current_page_ancestor > a:before,
  #site-navigation .menu > ul > li.current-menu-ancestor > a:before {
    display: none; }

  #site-navigation .menu ul ul {
    border: none;
    position: static;
    box-shadow: none; }

  #latest-events {
    width: 100%;
    padding: 0 10px; } }
/******************************************************************************************/
@media screen and (max-width: 640px) {
  h1 {
    font-size: 28px; }

  h2 {
    font-size: 24px; }

  h3 {
    font-size: 20px; }

  h4 {
    font-size: 18px; }

  h5 {
    font-size: 16px; }

  h6 {
    font-size: 14px; } }
/******************************************************************************************/
/* Landscape phones and down */
@media screen and (max-width: 520px) {
  #slider-banner .bx-wrapper .bx-pager {
    display: none; }

  .featured-section .featured-post-wrapper {
    margin-left: 0; }

  .featured-section .featured-post {
    width: 100%;
    float: none;
    margin-left: 0; }

  /*** FOOTER ***/
  #top-footer .footer {
    float: none;
    margin: 0 0 20px;
    width: 100%;
    min-height: 0; }

  #top-footer .footer .widget {
    background: none;
    padding: 0;
    margin: 0; }

  #google-map .ak-contact-address {
    width: 100%; }

  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  textarea,
  textarea#comment {
    width: 100%; }

  .entry-thumbnail,
  .entry-exrecpt {
    width: 100%;
    float: none;
    margin-bottom: 10px; }

  .cat-portfolio-list,
  .cat-testimonial-list {
    width: 100%;
    float: none; }

  .cat-portfolio-list img,
  .cat-testimonial-list img {
    width: 100%; }

  .events-section .event-list .event-title a {
    font-size: 20px; }

  .events-section .event-list .event-date {
    width: 30px;
    height: 60px; }

  .events-section .event-list .event-date-day {
    font-size: 13px;
    line-height: 16px; }

  .events-section .event-list .event-date-month {
    font-size: 11px; }

  .read-more-btn {
    margin-top: 10px; } }
@media screen and (max-width: 420px) {
  #latest-events {
    width: auto; } }
@media screen and (min-width: 993px) {
  #site-navigation .menu {
    display: inline-block !important; } }
/*RTL CSS*/
.rtl .header-wrap .main-navigation {
  float: left; }

.rtl #site-navigation .menu > ul > li {
  float: right; }

.rtl .events-section .event-list .event-detail {
  text-align: right; }

.rtl .footer-menu ul li a {
  border-left: 0;
  border-right: 1px solid #FFF;
  margin-left: 0;
  padding-left: 0;
  margin-right: 8px;
  padding-right: 8px; }

.rtl .footer-menu ul li:first-child a {
  border-right: 0; }

.rtl .bx-wrapper .bx-controls-direction a {
  text-indent: 99999999px; }

header.site-header {
  border-top: 5px solid #80bfff; }

#site-navigation .menu > ul > li > a, #site-navigation .menu ul ul li > a:hover, #site-navigation .menu ul ul li.current_page_item > a, .featured-post .view-more, .footer-wrap a:hover, .sidebar ul li a:hover, a, .sidebar ul li:before {
  color: #80bfff; }

#site-navigation .menu ul ul {
  border-bottom: 2px solid #80bfff;
  border-top: 2px solid #80bfff; }

.featured-section, .featured-post .view-more:hover, .events-section .view-all, .business-section, #top-footer, .sidebar .widget-title, #comments h3, .read-more-btn .read-icon-wrap, #comments h2.comments-title, .comment-author .fn .url:hover, .sidebar .tagcloud a {
  background: #80bfff; }

.read-more-btn, .read-more-btn:hover .read-icon-wrap, .events-section .bx-wrapper .bx-pager.bx-default-pager a,
.event-list-wrapper .lSSlideOuter .lSPager.lSpg > li a {
  background: #8dc6ff; }

.featured-post .view-more {
  border: 1px solid #80bfff; }

.slider-caption .caption-title, .slider-caption .caption-description {
  background: rgba(128, 191, 255, 0.5); }

.events-section .view-all:hover, #top-footer input, #top-footer textarea, #top-footer input[type="submit"], footer #middle-footer, .footer-socials a {
  background: #73ace6; }

.clients-say-section .bx-wrapper .bx-pager.bx-default-pager a, .sidebar .widget_search .searchsubmit, .read-more-btn:hover {
  background: none repeat scroll 0 0 #80bfff; }

.sidebar .widget-title:after {
  border-color: transparent #73ace6 #73ace6 transparent; }

#site-navigation .menu > ul > li:hover > a:before, #site-navigation .menu > ul > li.current_page_item > a:before, #site-navigation .menu > ul > li.current-menu-item > a:before, #site-navigation .menu > ul > li.current_page_ancestor > a:before, #site-navigation .menu > ul > li.current-menu-ancestor > a:before,
#slider-banner .bx-wrapper .bx-pager.bx-default-pager a:after,
.navigation .nav-links a, .slider-caption br + a, .bttn, button, input[type="button"], input[type="reset"], input[type="submit"],
.events-section .bx-wrapper .bx-pager.bx-default-pager a:hover, .events-section .bx-wrapper .bx-pager.bx-default-pager a.active,
.clients-say-section .bx-wrapper .bx-pager.bx-default-pager a.active, .clients-say-section .bx-wrapper .bx-pager.bx-default-pager a:hover, .footer-socials a:hover,
.event-list-wrapper .lSSlideOuter .lSPager.lSpg > li.active a,
.event-list-wrapper .lSSlideOuter .lSPager.lSpg > li:hover a {
  background: #ffbf00; }

#slider-banner .bx-wrapper .bx-pager.bx-default-pager a {
  box-shadow: 0 0 0 2px #ffbf00 inset; }

.navigation .nav-links a:hover, .bttn:hover, button, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .slider-caption br + a:hover {
  background: #e6ac00; }

.events-section .event-list .event-date {
  background: none repeat scroll 0 0 #ffbf00; }

.site-title a,
.site-description {
  color: #ffffff; }