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

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

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

.paginator-next-link {
  background-image: url(/cetinweb-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(/cetinweb-theme/css/../images/common/edit_white.png) no-repeat 50%;
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px; }
  .lfr-editable:focus:after {
    display: none; }
  .lfr-editable:focus:hover {
    background-color: transparent; }
  .lfr-editable:hover {
    background-color: rgba(255, 255, 255, 0.3);
    outline-color: #519226; }
    .lfr-editable:hover:after {
      background-color: #519226; }

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

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

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











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

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

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

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

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

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

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

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

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

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

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

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

.lfr-status-success-label {
  background-image: url(/cetinweb-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(/cetinweb-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(/cetinweb-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(/cetinweb-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(/cetinweb-theme/css/../images/common/guest_icon.png); }
.table-data tr.lfr-role-regular .first {
  background-image: url(/cetinweb-theme/css/../images/common/user_icon.png); }
.table-data tr.lfr-role-site .first {
  background-image: url(/cetinweb-theme/css/../images/common/site_icon.png); }
.table-data tr.lfr-role-organization .first {
  background-image: url(/cetinweb-theme/css/../images/common/organization_icon.png); }
.table-data tr.lfr-role-team .first {
  background-image: url(/cetinweb-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(/cetinweb-theme/images/arrows/07_down.png) no-repeat 50% 100%;
    display: block;
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    height: 10px; }

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

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















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




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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body > .lfr-menu-list ul, .active-area-proxy, .entry-display-style .entry-thumbnail, .lfr-api-results, .lfr-translation-manager, .lfr-translation-manager-translation, .lfr-upload-container .cancel-button .modify-pages .delete-tab, .portlet-image-gallery-display .image-thumbnail img, .rule-group-instance-container .rule-group-instance, .select-documents, .select-files, .taglib-ratings.stars:hover, .taglib-ratings.stars:hover .liferay-rating-vote, .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; }

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

.aui body {
  padding-left: 0px;
  padding-right: 0px;
  font-family: "AvenirNextLTPro";
  color: #012e55;
  font-size: 16px;
  font-size: 1rem; }

.aui .breadcrumb {
  background-color: inherit;
  box-sizing: border-box;
  max-width: 1200px;
  min-width: 0;
  margin: 0 auto;
  position: relative; }

.aui .wide-page-style .breadcrumb {
  max-width: 100% !important; }

.aui input, .aui button, .aui select, .aui textarea {
  font-family: inherit; }

.aui select, .aui textarea, .aui input[type="text"], .aui input[type="password"], .aui input[type="datetime"], .aui input[type="datetime-local"], .aui input[type="date"], .aui input[type="month"], .aui input[type="time"], .aui input[type="week"], .aui input[type="number"], .aui input[type="email"], .aui input[type="url"], .aui input[type="search"], .aui input[type="tel"], .aui input[type="color"], .aui .uneditable-input {
  height: inherit;
  line-height: inherit; }

.aui .nav-pills > .active > a, .aui .nav-pills > .active > a:hover, .aui .nav-pills > .active > a:focus {
  background-color: #012e55;
  color: white; }

.aui .breadcrumb {
  padding: 8px 15px; }

.html-editor body {
  background-color: #ffffff !important; }

.aui a {
  color: #012e55; }

.aui a:hover, .aui a:focus {
  text-decoration: none; }

.aui h1, .aui h2, .aui h3 {
  line-height: 30px; }

.aui h1, .aui h2, .aui h3, .aui h4, .aui h5, .aui h6 {
  font-weight: 700;
  letter-spacing: 0.02em; }

/*.aui .dockbar-split .dockbar.navbar-static-top .collapse .nav-account-controls {
  top: -15px;
  position: fixed;
  width: 500px;
}*/
.aui .dockbar-split .dockbar.navbar-static-top .collapse .nav-account-controls .dropdown .dropdown-toggle {
  line-height: 20px !important;
  color: #012e55 !important; }

.aui .dockbar-split .dockbar.navbar-static-top .collapse .nav-account-controls .dropdown.open .dropdown-toggle {
  color: #ffffff !important; }

.aui .dockbar-split .dockbar .navbar-inner .nav > li > a, .aui .dockbar-split .dockbar .navbar-inner .nav > li > a:hover {
  color: #012e55;
  background-color: inherit; }

.aui .dockbar-split .dockbar .navbar-inner .nav > li, .aui .dockbar-split .dockbar .navbar-inner .nav > li:hover {
  background-color: inherit; }

.aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a .nav-item-label {
  color: #fff; }

.aui .dockbar-split .dockbar .navbar-inner .nav-add-controls {
  top: 0; }

img.user-avatar-image {
  display: none; }

li.dockbar-user-notifications {
  display: none; }

#portalMessageContainer {
  position: fixed;
  top: 0;
  z-index: 1000; }

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

.portlet-login .navigation {
  background: none; }

.icons-container {
  background-color: #ffffff;
  font-size: 1rem;
  text-align: right;
  padding-right: 30px; }

div .columns-max {
  box-sizing: border-box;
  max-width: 1200px;
  min-width: 0;
  margin: 20px auto;
  position: relative; }

.aui .breadcrumb > li > .divider {
  color: #012e55;
  padding: 0 5px; }

/**
 * original praguebest
 */
.Grid-cell--1of12 {
  width: 8.33333333% !important; }

.Grid-offset--1of12 {
  margin-left: 8.33333333% !important; }

@media only screen and (max-width: 1280px) {
  .md-cell--1of12 {
    width: 8.33333333% !important; }

  .md-offset--1of12 {
    margin-left: 8.33333333% !important; } }
@media only screen and (max-width: 1204px) {
  .sm-cell--1of12 {
    width: 8.33333333% !important; }

  .sm-offset--1of12 {
    margin-left: 8.33333333% !important; } }
@media only screen and (max-width: 804px) {
  .xs-cell--1of12 {
    width: 8.33333333% !important; }

  .xs-offset--1of12 {
    margin-left: 8.33333333% !important; } }
.Grid-cell--2of12 {
  width: 16.66666667% !important; }

.Grid-offset--2of12 {
  margin-left: 16.66666667% !important; }

@media only screen and (max-width: 1280px) {
  .md-cell--2of12 {
    width: 16.66666667% !important; }

  .md-offset--2of12 {
    margin-left: 16.66666667% !important; } }
@media only screen and (max-width: 1204px) {
  .sm-cell--2of12 {
    width: 16.66666667% !important; }

  .sm-offset--2of12 {
    margin-left: 16.66666667% !important; } }
@media only screen and (max-width: 804px) {
  .xs-cell--2of12 {
    width: 16.66666667% !important; }

  .xs-offset--2of12 {
    margin-left: 16.66666667% !important; } }
.Grid-cell--3of12 {
  width: 24.7% !important; }

.Grid-offset--3of12 {
  margin-left: 24.7% !important; }

@media only screen and (max-width: 1280px) {
  .md-cell--3of12 {
    width: 24.7% !important; }

  .md-offset--3of12 {
    margin-left: 24.7% !important; } }
@media only screen and (max-width: 1204px) {
  .sm-cell--3of12 {
    width: 24.7% !important; }

  .sm-offset--3of12 {
    margin-left: 24.7% !important; } }
@media only screen and (max-width: 804px) {
  .xs-cell--3of12 {
    width: 24.7% !important; }

  .xs-offset--3of12 {
    margin-left: 24.7% !important; } }
.Grid-cell--4of12 {
  width: 33.1% !important; }

.Grid-offset--4of12 {
  margin-left: 33.1% !important; }

@media only screen and (max-width: 1280px) {
  .md-cell--4of12 {
    width: 33.1% !important; }

  .md-offset--4of12 {
    margin-left: 33.1% !important; } }
@media only screen and (max-width: 1204px) {
  .sm-cell--4of12 {
    width: 33.1% !important; }

  .sm-offset--4of12 {
    margin-left: 33.1% !important; } }
@media only screen and (max-width: 804px) {
  .xs-cell--4of12 {
    width: 33.1% !important; }

  .xs-offset--4of12 {
    margin-left: 33.1% !important; } }
.Grid-cell--5of12 {
  width: 41.66666667% !important; }

.Grid-offset--5of12 {
  margin-left: 41.66666667% !important; }

@media only screen and (max-width: 1280px) {
  .md-cell--5of12 {
    width: 41.66666667% !important; }

  .md-offset--5of12 {
    margin-left: 41.66666667% !important; } }
@media only screen and (max-width: 1204px) {
  .sm-cell--5of12 {
    width: 41.66666667% !important; }

  .sm-offset--5of12 {
    margin-left: 41.66666667% !important; } }
@media only screen and (max-width: 804px) {
  .xs-cell--5of12 {
    width: 41.66666667% !important; }

  .xs-offset--5of12 {
    margin-left: 41.66666667% !important; } }
.Grid-cell--6of12 {
  width: 49.8% !important; }

.Grid-offset--6of12 {
  margin-left: 49.8% !important; }

@media only screen and (max-width: 1280px) {
  .md-cell--6of12 {
    width: 49.8% !important; }

  .md-offset--6of12 {
    margin-left: 49.8% !important; } }
@media only screen and (max-width: 1204px) {
  .sm-cell--6of12 {
    width: 49.75% !important; }

  .sm-offset--6of12 {
    margin-left: 49.75% !important; } }
@media only screen and (max-width: 804px) {
  .xs-cell--6of12 {
    width: 49.8% !important; }

  .xs-offset--6of12 {
    margin-left: 49.8% !important; } }
.Grid-cell--7of12 {
  width: 58.33333333% !important; }

.Grid-offset--7of12 {
  margin-left: 58.33333333% !important; }

@media only screen and (max-width: 1280px) {
  .md-cell--7of12 {
    width: 58.33333333% !important; }

  .md-offset--7of12 {
    margin-left: 58.33333333% !important; } }
@media only screen and (max-width: 1204px) {
  .sm-cell--7of12 {
    width: 58.33333333% !important; }

  .sm-offset--7of12 {
    margin-left: 58.33333333% !important; } }
@media only screen and (max-width: 804px) {
  .xs-cell--7of12 {
    width: 58.33333333% !important; }

  .xs-offset--7of12 {
    margin-left: 58.33333333% !important; } }
.Grid-cell--8of12 {
  width: 66.66666667% !important; }

.Grid-offset--8of12 {
  margin-left: 66.66666667% !important; }

@media only screen and (max-width: 1280px) {
  .md-cell--8of12 {
    width: 66.66666667% !important; }

  .md-offset--8of12 {
    margin-left: 66.66666667% !important; } }
@media only screen and (max-width: 1204px) {
  .sm-cell--8of12 {
    width: 66.66666667% !important; }

  .sm-offset--8of12 {
    margin-left: 66.66666667% !important; } }
@media only screen and (max-width: 804px) {
  .xs-cell--8of12 {
    width: 66.66666667% !important; }

  .xs-offset--8of12 {
    margin-left: 66.66666667% !important; } }
.Grid-cell--9of12 {
  width: 75% !important; }

.Grid-offset--9of12 {
  margin-left: 75% !important; }

@media only screen and (max-width: 1280px) {
  .md-cell--9of12 {
    width: 75% !important; }

  .md-offset--9of12 {
    margin-left: 75% !important; } }
@media only screen and (max-width: 1204px) {
  .sm-cell--9of12 {
    width: 75% !important; }

  .sm-offset--9of12 {
    margin-left: 75% !important; } }
@media only screen and (max-width: 804px) {
  .xs-cell--9of12 {
    width: 75% !important; }

  .xs-offset--9of12 {
    margin-left: 75% !important; } }
.Grid-cell--10of12 {
  width: 83.33333333% !important; }

.Grid-offset--10of12 {
  margin-left: 83.33333333% !important; }

@media only screen and (max-width: 1280px) {
  .md-cell--10of12 {
    width: 83.33333333% !important; }

  .md-offset--10of12 {
    margin-left: 83.33333333% !important; } }
@media only screen and (max-width: 1204px) {
  .sm-cell--10of12 {
    width: 83.33333333% !important; }

  .sm-offset--10of12 {
    margin-left: 83.33333333% !important; } }
@media only screen and (max-width: 804px) {
  .xs-cell--10of12 {
    width: 83.33333333% !important; }

  .xs-offset--10of12 {
    margin-left: 83.33333333% !important; } }
.Grid-cell--11of12 {
  width: 91.66666667% !important; }

.Grid-offset--11of12 {
  margin-left: 91.66666667% !important; }

@media only screen and (max-width: 1280px) {
  .md-cell--11of12 {
    width: 91.66666667% !important; }

  .md-offset--11of12 {
    margin-left: 91.66666667% !important; } }
@media only screen and (max-width: 1204px) {
  .sm-cell--11of12 {
    width: 91.66666667% !important; }

  .sm-offset--11of12 {
    margin-left: 91.66666667% !important; } }
@media only screen and (max-width: 804px) {
  .xs-cell--11of12 {
    width: 91.66666667% !important; }

  .xs-offset--11of12 {
    margin-left: 91.66666667% !important; } }
.Grid-cell--12of12 {
  width: 100% !important; }

.Grid-offset--12of12 {
  margin-left: 100% !important; }

@media only screen and (max-width: 1280px) {
  .md-cell--12of12 {
    width: 100% !important; }

  .md-offset--12of12 {
    margin-left: 100% !important; } }
@media only screen and (max-width: 1204px) {
  .sm-cell--12of12 {
    width: 100% !important; }

  .sm-offset--12of12 {
    margin-left: 100% !important; } }
@media only screen and (max-width: 804px) {
  .xs-cell--12of12 {
    width: 99% !important; }

  .xs-offset--12of12 {
    margin-left: 100% !important; } }
.Grid {
  margin-left: -25px; }

.Grid .Grid-cell {
  padding-left: 25px; }

/* ----------------------- */
/* SITE SPACING (max, step)
/* ----------------------- */
.u-mb--none {
  margin-bottom: 0 !important; }

.u-mt--none {
  margin-top: 0 !important; }

.u-mr--none {
  margin-right: 0 !important; }

.u-ml--none {
  margin-left: 0 !important; }

.u-pb--none {
  padding-bottom: 0 !important; }

.u-pt--none {
  padding-top: 0 !important; }

.u-pl--none {
  padding-left: 0 !important; }

.u-pr--none {
  padding-right: 0 !important; }

.u-mb--10 {
  margin-bottom: 10px !important; }

.u-mt--10 {
  margin-top: 10px !important; }

.u-ml--10 {
  margin-left: 10px !important; }

.u-mr--10 {
  margin-right: 10px !important; }

.u-pb--10 {
  padding-bottom: 10px !important; }

.u-pt--10 {
  padding-top: 10px !important; }

.u-pl--10 {
  padding-left: 10px !important; }

.u-pr--10 {
  padding-right: 10px !important; }

.u-mb--20 {
  margin-bottom: 20px !important; }

.u-mt--20 {
  margin-top: 20px !important; }

.u-ml--20 {
  margin-left: 20px !important; }

.u-mr--20 {
  margin-right: 20px !important; }

.u-pb--20 {
  padding-bottom: 20px !important; }

.u-pt--20 {
  padding-top: 20px !important; }

.u-pl--20 {
  padding-left: 20px !important; }

.u-pr--20 {
  padding-right: 20px !important; }

.u-mb--30 {
  margin-bottom: 30px !important; }

.u-mt--30 {
  margin-top: 30px !important; }

.u-ml--30 {
  margin-left: 30px !important; }

.u-mr--30 {
  margin-right: 30px !important; }

.u-pb--30 {
  padding-bottom: 30px !important; }

.u-pt--30 {
  padding-top: 30px !important; }

.u-pl--30 {
  padding-left: 30px !important; }

.u-pr--30 {
  padding-right: 30px !important; }

.u-mb--40 {
  margin-bottom: 40px !important; }

.u-mt--40 {
  margin-top: 40px !important; }

.u-ml--40 {
  margin-left: 40px !important; }

.u-mr--40 {
  margin-right: 40px !important; }

.u-pb--40 {
  padding-bottom: 40px !important; }

.u-pt--40 {
  padding-top: 40px !important; }

.u-pl--40 {
  padding-left: 40px !important; }

.u-pr--40 {
  padding-right: 40px !important; }

.u-mb--50 {
  margin-bottom: 50px !important; }

.u-mt--50 {
  margin-top: 50px !important; }

.u-ml--50 {
  margin-left: 50px !important; }

.u-mr--50 {
  margin-right: 50px !important; }

.u-pb--50 {
  padding-bottom: 50px !important; }

.u-pt--50 {
  padding-top: 50px !important; }

.u-pl--50 {
  padding-left: 50px !important; }

.u-pr--50 {
  padding-right: 50px !important; }

.u-mb--60 {
  margin-bottom: 60px !important; }

.u-mt--60 {
  margin-top: 60px !important; }

.u-ml--60 {
  margin-left: 60px !important; }

.u-mr--60 {
  margin-right: 60px !important; }

.u-pb--60 {
  padding-bottom: 60px !important; }

.u-pt--60 {
  padding-top: 60px !important; }

.u-pl--60 {
  padding-left: 60px !important; }

.u-pr--60 {
  padding-right: 60px !important; }

.u-mb--70 {
  margin-bottom: 70px !important; }

.u-mt--70 {
  margin-top: 70px !important; }

.u-ml--70 {
  margin-left: 70px !important; }

.u-mr--70 {
  margin-right: 70px !important; }

.u-pb--70 {
  padding-bottom: 70px !important; }

.u-pt--70 {
  padding-top: 70px !important; }

.u-pl--70 {
  padding-left: 70px !important; }

.u-pr--70 {
  padding-right: 70px !important; }

@media only screen and (max-width: 1204px) {
  .u-sm-mb--none {
    margin-bottom: 0 !important; }

  .u-sm-mt--none {
    margin-top: 0 !important; }

  .u-sm-mr--none {
    margin-right: 0 !important; }

  .u-sm-ml--none {
    margin-left: 0 !important; }

  .u-sm-pb--none {
    padding-bottom: 0 !important; }

  .u-sm-pt--none {
    padding-top: 0 !important; }

  .u-sm-pl--none {
    padding-left: 0 !important; }

  .u-sm-pr--none {
    padding-right: 0 !important; }

  .u-sm-mb--10 {
    margin-bottom: 10px !important; }

  .u-sm-mt--10 {
    margin-top: 10px !important; }

  .u-sm-ml--10 {
    margin-left: 10px !important; }

  .u-sm-mr--10 {
    margin-right: 10px !important; }

  .u-sm-pb--10 {
    padding-bottom: 10px !important; }

  .u-sm-pt--10 {
    padding-top: 10px !important; }

  .u-sm-pl--10 {
    padding-left: 10px !important; }

  .u-sm-pr--10 {
    padding-right: 10px !important; }

  .u-sm-mb--20 {
    margin-bottom: 20px !important; }

  .u-sm-mt--20 {
    margin-top: 20px !important; }

  .u-sm-ml--20 {
    margin-left: 20px !important; }

  .u-sm-mr--20 {
    margin-right: 20px !important; }

  .u-sm-pb--20 {
    padding-bottom: 20px !important; }

  .u-sm-pt--20 {
    padding-top: 20px !important; }

  .u-sm-pl--20 {
    padding-left: 20px !important; }

  .u-sm-pr--20 {
    padding-right: 20px !important; }

  .u-sm-mb--30 {
    margin-bottom: 30px !important; }

  .u-sm-mt--30 {
    margin-top: 30px !important; }

  .u-sm-ml--30 {
    margin-left: 30px !important; }

  .u-sm-mr--30 {
    margin-right: 30px !important; }

  .u-sm-pb--30 {
    padding-bottom: 30px !important; }

  .u-sm-pt--30 {
    padding-top: 30px !important; }

  .u-sm-pl--30 {
    padding-left: 30px !important; }

  .u-sm-pr--30 {
    padding-right: 30px !important; }

  .u-sm-mb--40 {
    margin-bottom: 40px !important; }

  .u-sm-mt--40 {
    margin-top: 40px !important; }

  .u-sm-ml--40 {
    margin-left: 40px !important; }

  .u-sm-mr--40 {
    margin-right: 40px !important; }

  .u-sm-pb--40 {
    padding-bottom: 40px !important; }

  .u-sm-pt--40 {
    padding-top: 40px !important; }

  .u-sm-pl--40 {
    padding-left: 40px !important; }

  .u-sm-pr--40 {
    padding-right: 40px !important; }

  .u-sm-mb--50 {
    margin-bottom: 50px !important; }

  .u-sm-mt--50 {
    margin-top: 50px !important; }

  .u-sm-ml--50 {
    margin-left: 50px !important; }

  .u-sm-mr--50 {
    margin-right: 50px !important; }

  .u-sm-pb--50 {
    padding-bottom: 50px !important; }

  .u-sm-pt--50 {
    padding-top: 50px !important; }

  .u-sm-pl--50 {
    padding-left: 50px !important; }

  .u-sm-pr--50 {
    padding-right: 50px !important; }

  .u-sm-mb--60 {
    margin-bottom: 60px !important; }

  .u-sm-mt--60 {
    margin-top: 60px !important; }

  .u-sm-ml--60 {
    margin-left: 60px !important; }

  .u-sm-mr--60 {
    margin-right: 60px !important; }

  .u-sm-pb--60 {
    padding-bottom: 60px !important; }

  .u-sm-pt--60 {
    padding-top: 60px !important; }

  .u-sm-pl--60 {
    padding-left: 60px !important; }

  .u-sm-pr--60 {
    padding-right: 60px !important; }

  .u-sm-mb--70 {
    margin-bottom: 70px !important; }

  .u-sm-mt--70 {
    margin-top: 70px !important; }

  .u-sm-ml--70 {
    margin-left: 70px !important; }

  .u-sm-mr--70 {
    margin-right: 70px !important; }

  .u-sm-pb--70 {
    padding-bottom: 70px !important; }

  .u-sm-pt--70 {
    padding-top: 70px !important; }

  .u-sm-pl--70 {
    padding-left: 70px !important; }

  .u-sm-pr--70 {
    padding-right: 70px !important; } }
html {
  font-size: 16px;
  font-size: 1rem; }

body {
  min-width: 0; }

/* ----------------------- */
/* CAPABLE SELECTORS (modernizr)
/* ----------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0;
  padding: 0; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: normal;
  vertical-align: baseline; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  padding: 0 !important;
  margin: 0; }

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

input,
textarea,
select {
  font-size: 100%; }

ul {
  list-style: none; }

input::-webkit-calendar-picker-indicator {
  display: none; }

input[type=date]::-webkit-input-placeholder {
  visibility: hidden !important; }

input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input::-o-outer-spin-button,
input::-o-inner-spin-button {
  -o-appearance: none;
  margin: 0; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/**
 * Vertical alignment utilities
 * Depends on an appropriate `display` value.
 */
.u-alignBaseline {
  vertical-align: baseline !important; }

.u-alignBottom {
  vertical-align: bottom !important; }

.u-alignMiddle {
  vertical-align: middle !important; }

.u-alignTop {
  vertical-align: top !important; }

.u-noTransition {
  transition: none !important; }

/**
 * Display-type utilities
 */
.u-block {
  display: block !important; }

.u-hidden,
.u-sm-block,
.u-sm-inlineBlock {
  display: none !important; }

@media only screen and (max-width: 1280px) {
  .u-md-hidden {
    display: none !important; } }
@media only screen and (max-width: 1204px) {
  .u-sm-hidden {
    display: none !important; }

  .u-sm-block {
    display: block !important; }

  .u-sm-inlineBlock {
    display: inline-block !important; } }
@media only screen and (max-width: 804px) {
  .u-xs-hidden {
    display: none !important; } }
.u-invisible {
  visibility: hidden; }

/**
 * Completely remove from the flow but leave available to screen readers.
 */
.u-hiddenVisually {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important; }

.u-inline {
  display: inline !important; }

/**
 * 1. Fix for Firefox bug: an image styled `max-width:100%` within an
 * inline-block will display at its default size, and not limit its width to
 * 100% of an ancestral container.
 */
.u-inlineBlock {
  display: inline-block !important;
  max-width: 100%;
  /* 1 */ }

.u-table {
  display: table !important; }

.u-tableCell {
  display: table-cell !important; }

.u-tableRow {
  display: table-row !important; }

/**
 * Contain floats
 *
 * Make an element expand to contain floated children.
 * Uses pseudo-elements (micro clearfix).
 *
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of the
 *    element.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.u-cf:before,
.u-cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.u-cf:after {
  clear: both; }

/**
 * New block formatting context
 *
 * This affords some useful properties to the element. It won't wrap under
 * floats. Will also contain any floated children.

 * N.B. This will clip overflow. Use the alternative method below if this is
 * problematic.
 */
.u-nbfc {
  overflow: hidden !important; }

/**
 * New block formatting context (alternative)
 *
 * Alternative method when overflow must not be clipped.
 *
 * 1. Create a new block formatting context (NBFC).
 * 2. Avoid shrink-wrap behaviour of table-cell.
 *
 * N.B. This breaks down in some browsers when elements within this element
 * exceed its width.
 */
.u-nbfcAlt {
  display: table-cell !important;
  /* 1 */
  width: 10000px !important;
  /* 2 */ }

/**
 * Floats
 */
.u-floatLeft {
  float: left !important; }

.u-floatRight {
  float: right !important; }

.u-clearLeft {
  clear: left !important; }

.u-clearRight {
  clear: right !important; }

.u-clearBoth {
  clear: both !important; }

@media only screen and (max-width: 1280px) {
  .u-md-floatNone {
    float: none !important; } }
.u-posAbsolute {
  position: absolute !important; }

/**
 * Pins to all corners by default. But when a width and/or height are
 * provided, the element will be centered in its nearest relatively-positioned
 * ancestor.
 */
.u-posAbsoluteCenter {
  bottom: 0 !important;
  left: 0 !important;
  margin: auto !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important; }

/**
 * 1. Make sure fixed elements are promoted into a new layer, for performance
 *    reasons.
 */
.u-posFixed {
  position: fixed !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* 1 */ }

.u-posRelative {
  position: relative !important; }

.u-posStatic {
  position: static !important; }

/**
 * Aligns
 */
.u-left {
  left: 0 !important;
  right: auto !important; }

.u-right {
  right: 0 !important;
  left: auto !important; }

.u-top {
  top: 0 !important;
  bottom: auto !important; }

.u-bottom {
  bottom: 0 !important;
  top: auto !important; }

.u-fluidImg {
  max-width: 100%; }

/**
 * Word breaking
 *
 * Break strings when their length exceeds the width of their container.
 */
.u-textBreak {
  word-wrap: break-word !important; }

/**
 * Horizontal text alignment
 */
.u-textCenter {
  text-align: center !important; }

.u-textLeft {
  text-align: left !important; }

.u-textRight {
  text-align: right !important; }

/**
 * Inherit the ancestor's text color.
 */
.u-textInheritColor {
  color: inherit !important; }

/**
 * Enables font kerning in all browsers.
 * http://blog.typekit.com/2014/02/05/kerning-on-the-web/
 *
 * 1. Chrome (not Windows), Firefox, Safari 6+, iOS, Android
 * 2. Chrome (not Windows), Firefox, IE 10+
 * 3. Safari 7 and future browsers
 */
.u-textKern {
  text-rendering: optimizeLegibility;
  /* 1 */
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  /* 2 */
  -webkit-font-kerning: normal;
  font-kerning: normal;
  /* 3 */ }

/**
 * Prevent whitespace wrapping
 */
.u-textNoWrap {
  white-space: nowrap !important; }

/**
 * Text truncation
 *
 * Prevent text from wrapping onto multiple lines, and truncate with an
 * ellipsis.
 *
 * 1. Ensure that the node has a maximum width after which truncation can
 *    occur.
 * 2. Fix for IE 8/9 if `word-wrap: break-word` is in effect on ancestor
 *    nodes.
 */
.u-textTruncate {
  max-width: 100%;
  /* 1 */
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
  /* 2 */ }

@font-face {
  font-family: 'AvenirNextLTPro';
  src: url("/cetinweb-theme/css/fonts/AvenirNextLTPro-Regular.eot");
  src: url("/cetinweb-theme/css/fonts/AvenirNextLTPro-Regular.eot?#iefix") format("embedded-opentype"), url("/cetinweb-theme/css/fonts/AvenirNextLTPro-Regular.woff") format("woff"), url("/cetinweb-theme/css/fonts/AvenirNextLTPro-Regular.ttf") format("truetype"), url("/cetinweb-theme/css/fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0-10FFFF; }

@font-face {
  font-family: 'AvenirNextLTPro';
  src: url("/cetinweb-theme/css/fonts/AvenirNextLTPro-Bold.eot");
  src: url("/cetinweb-theme/css/fonts/AvenirNextLTPro-Bold.eot?#iefix") format("embedded-opentype"), url("/cetinweb-theme/css/fonts/AvenirNextLTPro-Bold.woff") format("woff"), url("/cetinweb-theme/css/fonts/AvenirNextLTPro-Bold.ttf") format("truetype"), url("/cetinweb-theme/css/fonts/AvenirNextLTPro-Bold.svg#AvenirNextLTPro-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0-10FFFF; }

@font-face {
  font-family: 'icomoon';
  src: url("/cetinweb-theme/css/fonts/icomoon.eot?vpq7uf");
  src: url("/cetinweb-theme/css/fonts/icomoon.eot?#iefixvpq7uf") format("embedded-opentype"), url("/cetinweb-theme/css/fonts/icomoon.ttf?vpq7uf") format("truetype"), url("/cetinweb-theme/css/fonts/icomoon.woff?vpq7uf") format("woff"), url("/cetinweb-theme/css/fonts/icomoon.svg?-tvmykp#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'cetin-icomoon';
  src: url("/cetinweb-theme/css/fonts/cetin-icomoon.eot?18i1ht");
  src: url("/cetinweb-theme/css/fonts/cetin-icomoon.eot?18i1ht#iefix") format("embedded-opentype"), url("/cetinweb-theme/css/fonts/cetin-icomoon.ttf?18i1ht") format("truetype"), url("/cetinweb-theme/css/fonts/cetin-icomoon.woff?18i1ht") format("woff"), url("/cetinweb-theme/css/fonts/cetin-icomoon.svg?18i1ht#cetin-icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/**
 * components/Base/Grid/Grid.less
 *
 * Grid
 */
.Grid {
  text-align: left; }

/**
 * Modifier: vertical middle
 */
.Grid--alignMiddle > .Grid-cell {
  vertical-align: middle; }

/**
 * Modifier: vertical bottom
 */
.Grid--alignBottom > .Grid-cell {
  vertical-align: bottom; }

/**
 * Modifier: table
 */
.Grid--table {
  display: table; }

.Grid--table .Grid-cell {
  display: table-cell; }

/**
 * Modifier: Grid with gutter
 */
/**
 * Grid cell
 */
.Grid-cell {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top; }

/**
 * components/Button/Button.less
 *
 * Base button
 */
.Button, a.Button, button.Button, input.Button {
  display: inline-block;
  position: relative;
  height: 44px;
  line-height: 46px;
  padding: 0 30px;
  margin-bottom: 4px;
  background: #dc353b;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  color: white;
  letter-spacing: 0.03em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  outline: 0;
  transition: 0.1s ease;
  vertical-align: baseline;
  cursor: pointer; }

.Button:before, a.Button:before, button.Button:before, input.Button:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #bd2126;
  position: absolute;
  left: 0;
  bottom: -4px;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: 0.1s ease; }

.Button:hover, a.Button:hover, button.Button:hover, input.Button:hover {
  color: white;
  text-decoration: none;
  background: #d3252b; }

.Button span:hover, a.Button span:hover, button.Button span:hover, input.Button span:hover {
  color: #ffffff; }

.Button:active, a.Button:active, button.Button:active, input.Button:active {
  -webkit-transform: translate3d(0, 4px, 0);
  transform: translate3d(0, 4px, 0); }

.Button:active:before, a.Button:active:before, button.Button:active:before, input.Button:active:before {
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0); }

/**
 * Modofier: form button without :before
 */
.Button--frm:before, a.Button--frm:before, button.Button--frm:before, input.Button--frm:before {
  display: none; }

/**
 * Modofier: button small
 */
.Button--small, a.Button--small, button.Button--small, input.Button--small {
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  margin: 0;
  font-size: 12px; }

.Button--small:before, a.Button--small:before, button.Button--small:before, input.Button--small:before {
  display: none; }

.Button--small:active, a.Button--small:active, button.Button--small:active, input.Button--small:active {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

/**
 * Modofier: button big
 */
.Button--big, a.Button--big, button.Button--big, input.Button--big {
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  margin-bottom: 5px;
  font-size: 16px; }

.Button--big:before, a.Button--big:before, button.Button--big:before, input.Button--big:before {
  height: 5px;
  bottom: -5px; }

.Button--big:active, a.Button--big:active, button.Button--big:active, input.Button--big:active {
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

/**
 * Modofier: button disabled
 */
.Button--disabled, a.Button--disabled, button.Button--disabled, input.Button--disabled {
  background: #ebf3fb;
  color: rgba(1, 46, 85, 0.5);
  cursor: no-drop; }

.Button--disabled:before, a.Button--disabled:before, button.Button--disabled:before, input.Button--disabled:before {
  background: #d1dbe5; }

.Button--disabled:hover, a.Button--disabled:hover, button.Button--disabled:hover, input.Button--disabled:hover {
  background: #ebf3fb;
  color: rgba(1, 46, 85, 0.5); }

/**
 * Modifier: button orange
 */
.Button--orange, a.Button--orange, button.Button--orange, input.Button--orange {
  background: #e57c28; }

.Button--orange:before, a.Button--orange:before, button.Button--orange:before, input.Button--orange:before {
  background: #c26418; }

.Button--orange:hover, a.Button--orange:hover, button.Button--orange:hover, input.Button--orange:hover {
  background: #d96f1a; }

/**
 * Modifier: button green
 */
.Button--green, a.Button--green, button.Button--green, input.Button--green {
  background: #65aa3c; }

.Button--green:before, a.Button--green:before, button.Button--green:before, input.Button--green:before {
  background: #4f842f; }

.Button--green:hover, a.Button--green:hover, button.Button--green:hover, input.Button--green:hover {
  background: #5a9735; }

/**
 * Modifier: button blue
 */
.Button--blue, a.Button--blue, button.Button--blue, input.Button--blue {
  background: #005aa9; }

.Button--blue:before, a.Button--blue:before, button.Button--blue:before, input.Button--blue:before {
  background: #003f76; }

.Button--blue:hover, a.Button--blue:hover, button.Button--blue:hover, input.Button--blue:hover {
  background: #004c90; }

/**
 * Modifier: button light blue
 */
.Button--lightBlue, a.Button--lightBlue, button.Button--lightBlue, input.Button--lightBlue {
  background: #2180d3; }

.Button--lightBlue:before, a.Button--lightBlue:before, button.Button--lightBlue:before, input.Button--lightBlue:before {
  background: #1a65a7; }

.Button--lightBlue:hover, a.Button--lightBlue:hover, button.Button--lightBlue:hover, input.Button--lightBlue:hover {
  background: #1e73bd; }

/**
 * Modifier: button grey
 */
.Button--grey, a.Button--grey, button.Button--grey, input.Button--grey {
  background-color: #888; }

.Button--grey:before, a.Button--grey:before, button.Button--grey:before, input.Button--grey:before {
  background: #444; }

.Button--grey:hover, a.Button--grey:hover, button.Button--grey:hover, input.Button--grey:hover {
  background-color: #666; }

/**
 * Modifier: button SocialNetwork
 */
.Button--socialNetwork, a.Button--socialNetwork, button.Button--socialNetwork, input.Button--socialNetwork {
  width: 50px;
  height: 50px;
  color: white;
  line-height: 3.9rem;
  padding: 0;
  margin-right: 10px;
  font-size: 2rem;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease; }

.Button--socialNetwork:hover, a.Button--socialNetwork:hover, button.Button--socialNetwork:hover, input.Button--socialNetwork:hover {
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px); }

.Button--socialNetwork:before, a.Button--socialNetwork:before, button.Button--socialNetwork:before, input.Button--socialNetwork:before {
  display: none; }

/**
 * Modifier: button Facebook
 */
.Button--facebook:hover, a.Button--facebook:hover, button.Button--facebook:hover, input.Button--facebook:hover,
.Button--facebook, a.Button--facebook, button.Button--facebook, input.Button--facebook {
  background: #3b5998; }

/**
 * Modifier: button YouTube
 */
.Button--youTube:hover, a.Button--youTube:hover, button.Button--youTube:hover, input.Button--youTube:hover,
.Button--youTube, a.Button--youTube, button.Button--youTube, input.Button--youTube {
  background: #e52d27; }

/**
 * Modifier: button LinkedIn
 */
.Button--linkedIn:hover, a.Button--linkedIn:hover, button.Button--linkedIn:hover, input.Button--linkedIn:hover,
.Button--linkedIn, a.Button--linkedIn, button.Button--linkedIn, input.Button--linkedIn {
  background: #0077b5; }

/**
 * Modifier: button Twitter
 */
.Button--twitter:hover, a.Button--twitter:hover, button.Button--twitter:hover, input.Button--twitter:hover,
.Button--twitter, a.Button--twitter, button.Button--twitter, input.Button--twitter {
  background: #1a8bf0; }

/**
 * Modifier: button with arrow
 */
.Button--withArrow, a.Button--withArrow, button.Button--withArrow, input.Button--withArrow {
  text-align: left;
  text-transform: none;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  background: white url("/cetinweb-theme/css/../images/layout/bcg-corner5.png") no-repeat right top;
  background-size: 104px;
  color: #af0f15;
  padding: 0 24px;
  min-width: 280px; }

.Button--withArrow:before, a.Button--withArrow:before, button.Button--withArrow:before, input.Button--withArrow:before {
  display: none; }

.Button--withArrow:after, a.Button--withArrow:after, button.Button--withArrow:after, input.Button--withArrow:after {
  content: "";
  display: block;
  background: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #af0f15;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  transition: 0.3s ease; }

.Button--withArrow:hover, a.Button--withArrow:hover, button.Button--withArrow:hover, input.Button--withArrow:hover {
  background: white url("/cetinweb-theme/css/../images/layout/bcg-corner5.png") no-repeat right top;
  background-size: 144px;
  color: #dc353b; }

.Button--withArrow:hover:after, a.Button--withArrow:hover:after, button.Button--withArrow:hover:after, input.Button--withArrow:hover:after {
  border-color: transparent transparent transparent #dc353b; }

.Icon {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.Icon.Icon--separator:before {
  content: "|";
  opacity: 0.7;
  margin: 0 5px; }

.Icon.Icon--paragraph:before {
  content: "\e605"; }

.Icon.Icon--plusRounded:before {
  content: "\e606"; }

.Icon.Icon--round:before {
  content: "\e607"; }

.Icon.Icon--list:before {
  content: "\e608"; }

.Icon.Icon--plus:before {
  content: "\e609"; }

.Icon.Icon--gear:before {
  content: "\e60a"; }

.Icon.Icon--check:before {
  content: "\e60b"; }

.Icon.Icon--graph:before {
  content: "\e60c"; }

.Icon.Icon--magnifier:before {
  content: "\e600"; }

.Icon.Icon--user:before {
  content: "\e601"; }

.Icon.Icon--menu:before {
  content: "\e602"; }

.Icon.Icon--lock:before {
  font-family: 'cetin-icomoon';
  content: "\eaef"; }

.Icon.Icon--twitter:before {
  font-family: 'cetin-icomoon';
  content: "\ea96"; }

.Icon.Icon--linkedIn:before {
  font-family: 'cetin-icomoon';
  content: "\eaca"; }

.Icon.Icon--facebook:before {
  font-family: 'cetin-icomoon';
  content: "\ea90"; }

.Icon.Icon--youTube:before {
  font-family: 'cetin-icomoon';
  content: "\ea9d"; }

.Icon.Icon--question:before {
  font-family: 'cetin-icomoon';
  content: "\ea09"; }

.Icon.Icon--flagCz:before {
  font-family: 'cetin-icomoon';
  content: "\eaeb";
  color: rgba(42, 63, 137, 0.3);
  letter-spacing: -1em; }

.Icon.Icon--flagCz:hover:before {
  color: #2a3f89; }

.Icon.Icon--flagCz:after {
  font-family: 'cetin-icomoon';
  content: "\eaec";
  color: rgba(232, 44, 55, 0.3); }

.Icon.Icon--flagCz:hover:after {
  color: #e82c37; }

.Icon.Icon--flagEng:before {
  font-family: 'cetin-icomoon';
  content: "\eaed";
  color: rgba(51, 72, 142, 0.3);
  letter-spacing: -1em; }

.Icon.Icon--flagEng:hover:before {
  color: #33488e; }

.Icon.Icon--flagEng:after {
  font-family: 'cetin-icomoon';
  content: "\eaee";
  color: rgba(255, 10, 46, 0.3); }

.Icon.Icon--flagEng:hover:after {
  color: #ff0a2e; }

/*
     * Modifier: header - big icon in header
     */
.Icon--header {
  color: #005aa9;
  font-size: 32px;
  font-size: 2rem;
  display: inline-block;
  vertical-align: middle;
  margin: -5px 10px 0 0; }

.Icon--arrow {
  display: inline-block;
  border-style: solid;
  border-width: 16px 0 16px 27px;
  border-color: transparent transparent transparent #005aa9;
  margin-right: 5px; }

.Icon--arrow-medium {
  border-width: 7px 0 7px 12px; }

/**
 * components/Form/Form.less
 *
 * Form
 */
.Form, form.Form {
  position: relative; }

input.Form-item, div.Form-item {
  position: relative;
  display: inline-block; }

.Form-input, input.Form-input {
  background: #ebf3fb;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  font-family: "AvenirNextLTPro";
  height: 44px;
  padding: 0 20px;
  border: 1px solid #ebf3fb;
  transition: 0.3s ease; }

.Form-input::-webkit-input-placeholder {
  color: #012e55; }

.Form-input:-moz-placeholder {
  color: #012e55; }

.Form-input::-moz-placeholder {
  color: #012e55; }

.Form-input:-ms-input-placeholder {
  color: #012e55; }

.Form-input:focus, input.Form-input:focus {
  outline: none;
  border-color: #aecce6; }

.Form-input:disabled::-webkit-input-placeholder {
  color: rgba(1, 46, 85, 0.5); }

.Form-input:disabled:-moz-placeholder {
  color: rgba(1, 46, 85, 0.5); }

.Form-input:disabled::-moz-placeholder {
  color: rgba(1, 46, 85, 0.5); }

.Form-input:disabled:-ms-input-placeholder {
  color: rgba(1, 46, 85, 0.5); }

.Form-input.error-field, input.error-field {
  border-color: #dc353b;
  background: #fbe7e8; }

.Form-input.success-field, input.success-field {
  border-color: #65aa3c;
  background: #d7edcb; }

.Form-select, select.Form-select {
  background: #ebf3fb;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  font-family: "AvenirNextLTPro";
  height: 44px;
  padding: 0 15px;
  border: 1px solid #ebf3fb;
  transition: 0.3s ease; }

.Form-select:focus, select.Form-select:focus {
  outline: none;
  border-color: #aecce6; }

.Form-group, group.Form-group {
  position: relative;
  margin-bottom: 15px; }

.Form-label, label.Form-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block; }

/**
 * help-block
 */
.help-block {
  position: absolute;
  left: 0;
  z-index: 1;
  background: #dc353b;
  color: white;
  padding: 5px 8px;
  font-size: 12px;
  font-size: 0.8rem; }

/**
 *  Checkboxes and radios
 */
.Form-checkbox, input.Form-checkbox,
.Form-radio, input.Form-radio {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden; }

input.Form-checkbox + label,
input.Form-checkbox ~ label:first-of-type,
input.Form-radio + label,
input.Form-radio ~ label:first-of-type {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  min-height: 20px; }

input.Form-checkbox + label:before,
input.Form-checkbox ~ label:first-of-type:before,
input.Form-radio + label:before,
input.Form-radio ~ label:first-of-type:before {
  background: white;
  display: inline-block;
  font-family: 'icomoon';
  font-size: 12px;
  font-size: 0.8rem;
  content: "\e60b";
  color: white;
  overflow: hidden;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  border: 1px solid #aecce6;
  text-align: center;
  text-indent: 20px;
  transition: 0.3s ease;
  cursor: pointer; }

input.Form-checkbox:checked + label:before,
input.Form-checkbox:checked ~ label:first-of-type:before,
input.Form-radio:checked + label:before,
input.Form-radio:checked ~ label:first-of-type:before,
input.Form-checkbox.checked:before,
input.Form-radio.checked:before {
  background: #005aa9;
  text-indent: 0;
  border: 1px solid #aecce6 !important; }

input.Form-checkbox:disabled + label,
input.Form-checkbox:disabled ~ label:first-of-type,
input.Form-radio:disabled + label,
input.Form-radio:disabled ~ label:first-of-type {
  color: rgba(1, 46, 85, 0.5); }

input.Form-checkbox:disabled + label:before,
input.Form-radio:disabled + label:before {
  border-color: #d1dbe5; }

input.Form-checkbox:checked:disabled + label:before,
input.Form-checkbox:checked:disabled ~ label:first-of-type:before,
input.Form-radio:checked:disabled + label:before,
input.Form-radio:checked:disabled ~ label:first-of-type:before {
  border: none;
  background: #d1dbe5; }

input.Form-radio + label:before,
input.Form-radio ~ label:first-of-type:before,
input.Form-radio + label:after,
input.Form-radio ~ label:first-of-type:after {
  border-radius: 50%;
  content: ""; }

input.Form-radio + label:after,
input.Form-radio ~ label:first-of-type:after {
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 7px;
  top: 11px;
  margin-top: -4px;
  line-height: 20px;
  line-height: 1.3rem;
  background: white;
  transition: 0.3s ease;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  cursor: pointer; }

input.Form-radio:checked + label:after,
input.Form-radio:checked ~ label:first-of-type:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.Editor table {
  position: relative;
  overflow: auto; }

.Editor table td,
.Editor table th {
  padding: 11px 24px 11px; }

.Editor table th {
  background: #012e55;
  border: 1px solid #c0c0c0;
  color: #d6e7f6; }

.Editor table td {
  border: 1px solid #c0c0c0; }

.Editor table tr:nth-child(odd) {
  background: #ffffff; }

.Editor table tr:nth-child(even) {
  background: #ebf3fb; }

.Section:before,
.Section:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.Section:after {
  clear: both; }

.Section-header, h1.Section-header, h2.Section-header {
  text-align: center;
  margin: 30px 0;
  font-size: 34px;
  line-height: 35px;
  text-transform: uppercase; }

@media only screen and (max-width: 1204px) {
  .Section-header, h1.Section-header, h2.Section-header {
    font-size: 28px;
    font-size: 1.8rem;
    margin: 30px 0 40px; } }
/**
 * Modifier: dark
 */
.Section--dark {
  background: #012e55;
  color: #d6e7f6; }

.Section--dark h2,
.Section--dark p a {
  color: #d6e7f6; }

/**
 * Styles for wysiwyg editor generated content
 */
.Editor h2 {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-size: 1.5rem; }

.Editor h2.Color--red {
  color: #af0f15; }

.Editor h2.Color--green {
  color: #3c8d0c; }

.Editor h2.Color--orange {
  color: #d65803; }

.Editor h2.Color--blue {
  color: #005aa9; }

.Editor h3 {
  margin: 0 0 20px;
  font-size: 1.2rem; }

.Editor a:not(.Button) {
  color: #005aa9;
  text-decoration: underline; }

.Editor a:hover:not(.Button) {
  text-decoration: none; }

.Section--dark .Editor a:not(.Button) {
  color: #d6e7f6;
  text-decoration: underline; }

.Section--dark .Editor a:hover:not(.Button) {
  text-decoration: none; }

.Editor p {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 20px; }

.Editor ul {
  margin: 0 0 20px; }

.Editor ul li {
  position: relative;
  font-size: 18px;
  font-size: 1.2rem;
  padding: 0 0 8px 20px; }

.Editor ul li:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  border-color: transparent transparent transparent #005aa9;
  margin: 0 0 0 8px;
  position: absolute;
  left: -8px;
  top: 6px; }

.Editor ol {
  margin: 0 0 20px;
  list-style-type: none;
  counter-reset: ol-counter; }

.Editor ol li {
  position: relative;
  font-size: 18px;
  padding: 0 0 8px 30px; }

.Editor ol li:before {
  content: counter(ol-counter);
  counter-increment: ol-counter;
  display: block;
  background: #005aa9;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  color: #d6e7f6;
  font-size: 11px;
  font-size: 0.7rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: -2px;
  top: 1px; }

.Editor .Color--blue ul li:before {
  border-color: transparent transparent transparent #005aa9; }

.Editor .Color--blue ol li:before {
  background: #005aa9;
  color: #fff; }

.Editor .Color--red ul li:before {
  border-color: transparent transparent transparent #af0f15; }

.Editor .Color--red ol li:before {
  background: #dc353b;
  color: #fff; }

.Editor .Color--orange ul li:before {
  border-color: transparent transparent transparent #d65803; }

.Editor .Color--orange ol li:before {
  background: #e57c28;
  color: #fff; }

.Editor .Color--green ul li:before {
  border-color: transparent transparent transparent #3c8d0c; }

.Editor .Color--green ol li:before {
  background: #65aa3c;
  color: #fff; }

figure {
  margin: 0; }

.Figure img {
  max-width: 100%; }

.Figure-caption {
  text-align: center;
  font-weight: 700;
  margin: 20px 0; }

.Background--blue {
  background: #d6e7f6; }

.Background--white {
  background: white; }

.Background--pattern {
  background: url("/cetinweb-theme/css/../images/layout/bcg-pattern.png") repeat-y center top;
  background-attachment: fixed; }

.Background--img {
  background: url("/cetinweb-theme/css/../images/layout/bcg1.jpg") no-repeat center top;
  background-attachment: fixed; }

@media only screen and (max-width: 1204px) {
  .Background--img {
    background-attachment: scroll; } }
.Breadcrumbs {
  position: absolute;
  left: 0;
  top: 20px; }

@media only screen and (max-width: 1204px) {
  .Breadcrumbs {
    position: relative;
    top: 0;
    margin: 20px 0; } }
.Breadcrumbs-item {
  font-size: 14px;
  font-size: 0.9rem;
  display: inline-block; }

.Breadcrumbs-link {
  text-decoration: underline; }

.Breadcrumbs-link:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  border-color: transparent transparent transparent #97c2e8;
  margin: 0 0 0 8px; }

.OurSolutions {
  /**
	 * Modifier: red
	 */
  /**
	 * Modifier: green
	 */
  /**
	 * Modifier: orange
	 */
  /**
	 * Modifier: blue
	 */ }

.OurSolutions h3 {
  font-size: 18px;
  font-size: 1.2rem;
  text-transform: uppercase; }

.OurSolutions .SolutionsBox {
  background: white url("/cetinweb-theme/css/../images/layout/bcg-corner4.png") no-repeat right -30px;
  background-size: 110px;
  margin-bottom: 20px; }

.OurSolutions .SolutionsBox .SolutionsBox-wrapper {
  padding: 25px 25px 5px; }

.OurSolutions .SolutionsBox .SolutionsBox-wrapper h4 {
  margin-bottom: 10px;
  position: relative;
  color: #0059a9; }

.OurSolutions .SolutionsBox .SolutionsBox-wrapper h4:before {
  content: " ";
  position: absolute;
  top: 4px;
  left: -25px;
  display: inline-block;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #005aa9; }

.OurSolutions .SolutionsBox--red {
  background-image: url("/cetinweb-theme/css/../images/layout/bcg-corner1.png"); }

.OurSolutions .SolutionsBox--red .SolutionsBox-wrapper h4 {
  color: #af0f15; }

.OurSolutions .SolutionsBox--red .SolutionsBox-wrapper h4:before {
  border-color: transparent transparent transparent #af0f15; }

.OurSolutions .SolutionsBox--red .SolutionsBox-wrapper .Icon--arrow {
  border-color: transparent transparent transparent #af0f15; }

.OurSolutions .SolutionsBox--red .SolutionsBox-wrapper a {
  color: #af0f15; }

.OurSolutions .SolutionsBox--green {
  background-image: url("/cetinweb-theme/css/../images/layout/bcg-corner3.png"); }

.OurSolutions .SolutionsBox--green .SolutionsBox-wrapper h4 {
  color: #3c8d0c; }

.OurSolutions .SolutionsBox--green .SolutionsBox-wrapper h4:before {
  border-color: transparent transparent transparent #3c8d0c; }

.OurSolutions .SolutionsBox--green .SolutionsBox-wrapper .Icon--arrow {
  border-color: transparent transparent transparent #3c8d0c; }

.OurSolutions .SolutionsBox--green .SolutionsBox-wrapper a {
  color: #3c8d0c; }

.OurSolutions .SolutionsBox--orange {
  background-image: url("/cetinweb-theme/css/../images/layout/bcg-corner2.png"); }

.OurSolutions .SolutionsBox--orange .SolutionsBox-wrapper h4 {
  color: #d65803; }

.OurSolutions .SolutionsBox--orange .SolutionsBox-wrapper h4:before {
  border-color: transparent transparent transparent #d65803; }

.OurSolutions .SolutionsBox--orange .SolutionsBox-wrapper .Icon--arrow {
  border-color: transparent transparent transparent #d65803; }

.OurSolutions .SolutionsBox--orange .SolutionsBox-wrapper a {
  color: #d65803; }

.OurSolutions .SolutionsBox--blue {
  background-image: url("/cetinweb-theme/css/../images/layout/bcg-corner4.png"); }

.OurSolutions .SolutionsBox--blue .SolutionsBox-wrapper h4 {
  color: #0059a9; }

.OurSolutions .SolutionsBox--blue .SolutionsBox-wrapper h4:before {
  border-color: transparent transparent transparent #005aa9; }

.OurSolutions .SolutionsBox--blue .SolutionsBox-wrapper .Icon--arrow {
  border-color: transparent transparent transparent #005aa9; }

.OurSolutions .SolutionsBox--blue .SolutionsBox-wrapper a {
  color: #005aa9; }

@media only screen and (max-width: 1280px) {
  .OurSolutions .SolutionsBox {
    background-image: none; } }
.Navigation {
  margin: 30px 0 0 0; }

@media only screen and (max-width: 1204px) {
  .Navigation {
    margin: 10px 0 0 0; } }
@media only screen and (max-width: 804px) {
  .Navigation {
    margin: 0 -14px 0; } }
.Navigation-list, ul.Navigation-list {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 10px 5px; }

.Navigation-item {
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.Navigation-item.Navigation-item-red > .Navigation-link {
  color: #af0f15; }

.Navigation-item:hover .Navigation-link:after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  background: #2180d3; }

.Navigation-item.Navigation-item-red:hover > .Navigation-link:after {
  background: #dc353b; }

.Navigation-item:hover .Navigation-subnav {
  display: block; }

.csstransforms .Navigation-item:hover .Navigation-subnav {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1); }

.Navigation-link {
  display: block;
  position: relative;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 10px 10px;
  transition: color 0.3s ease; }

.Navigation-link:after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #012e55;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  bottom: 2px;
  transition: 0.3s ease 0.3s;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1); }

.Navigation-item.Navigation-item-red > .Navigation-link:after {
  background: #af0f15; }

.Navigation-link:hover {
  color: #2180d3;
  text-decoration: none; }

.Navigation-item.Navigation-item-red > .Navigation-link:hover {
  color: #dc353b; }

.Navigation-link.active:after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  background: #012e55; }

.Navigation-item.Navigation-item-red > .Navigation-link.active:after {
  background: #af0f15; }

/**
     * Subnav
     */
.Navigation-subnav, ul.Navigation-subnav {
  display: none;
  width: 250px;
  position: absolute;
  left: 50%;
  margin-left: -125px;
  top: 46px;
  background: #012e55;
  padding: 12px 0; }

.csstransforms .Navigation-subnav {
  display: block;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 0 -10px;
  -ms-transform-origin: 0 -10px;
  transform-origin: 0 -10px;
  transition: 0.2s ease 0.3s; }

.Navigation-subnav:before {
  content: "";
  display: block;
  background: transparent;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  top: -20px; }

.Navigation-subnav:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #012e55 transparent;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: -10px; }

.Navigation-subnav .Navigation-item {
  position: relative;
  display: block; }

.Navigation-subnav .Navigation-item.Navigation-item-separated::before {
  content: "";
  background-color: #d6e7f6;
  display: block;
  height: 2px; }

.Navigation-subnav .Navigation-link {
  color: #d6e7f6;
  padding: 9px 24px;
  font-size: 13px;
  font-size: 0.9rem; }

.Navigation-subnav .Navigation-link:hover {
  color: #d6e7f6;
  text-decoration: underline; }

.Navigation-subnav .Navigation-link.active:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #d6e7f6;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px; }

.Navigation-subnav .Navigation-link:after {
  display: none; }

/**
     * Navigation-buttons
     */
.Navigation-buttons, ul.Navigation-buttons {
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
  margin: 0 0 10px 0px; }

@media only screen and (max-width: 1280px) {
  .Navigation-buttons {
    margin-left: 0; } }
.Navigation-btn {
  display: block;
  overflow: hidden;
  width: 40px;
  height: 60px;
  line-height: 60px;
  line-height: 3.8rem;
  text-decoration: none;
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
  transition: 0.3s ease; }

.Navigation-btn .Icon {
  display: inline-block;
  line-height: 60px;
  line-height: 3.8rem; }

.Navigation-btn:hover {
  color: #2180d3; }

.Navigation-btn.Navigation-btn--menu {
  display: none; }

@media only screen and (max-width: 1204px) {
  .Navigation-btn.Navigation-btn--menu {
    display: block; } }
/*
 * MOBILE navigation
 */
@media only screen and (max-width: 1204px) {
  .Navigation-list, ul.Navigation-list {
    display: none;
    position: fixed;
    background: white;
    top: 80px;
    right: 0;
    bottom: 0;
    padding: 0 0 5px;
    margin: 0;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.1);
    overflow: auto;
    opacity: 0; }

  .csstransforms .Navigation-list {
    display: block;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: 0.3s ease; }

  .active .Navigation-list {
    display: block;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }

  .Navigation-list .Navigation-item {
    display: block; }

  .Navigation-list .Navigation-item.active .Navigation-link--subnav:after {
    border-width: 0 4px 4px 4px;
    border-color: transparent transparent #012e55 transparent; }

  .Navigation-list .Navigation-item.active.Navigation-item-red .Navigation-link.Navigation-link--subnav:after {
    border-color: transparent transparent #af0f15 transparent; }

  .Navigation-list .Navigation-link {
    display: block;
    padding: 15px 20px;
    width: 250px; }

  .Navigation-list .Navigation-link:after {
    display: none; }

  .Navigation-list .Navigation-link.Navigation-link--subnav:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #012e55 transparent transparent transparent;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    background: none;
    position: relative;
    left: 0;
    top: 0;
    bottom: auto;
    margin: 0 0 3px 6px; }

  .Navigation-list .Navigation-item.Navigation-item-red .Navigation-link.Navigation-link--subnav:after {
    border-color: #af0f15 transparent transparent transparent;
    background: none; }

  .Navigation-subnav, ul.Navigation-subnav {
    display: block;
    width: auto;
    position: relative;
    left: 0;
    margin: 0;
    top: 0;
    background: #012e55;
    padding: 0; }

  .Navigation-subnav:before {
    display: none; }

  .Navigation-subnav:after {
    display: none;
    left: 30px;
    top: -6px; }

  .csstransforms .Navigation-subnav {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: none; }

  .Navigation-subnav .Navigation-link {
    height: 0;
    line-height: 46px;
    line-height: 2.9rem;
    padding: 0 20px;
    overflow: hidden; }

  .Navigation-subnav .Navigation-link.active:before {
    border-width: 4px 0 4px 6px;
    margin-top: -4px; }

  .Navigation-item .Navigation-subnav .Navigation-item.Navigation-item-separated:before {
    display: none; }

  .Navigation-item.active .Navigation-subnav .Navigation-item.Navigation-item-separated:before {
    display: block; }

  .Navigation-item.active .Navigation-subnav {
    margin: 0 0 5px; }

  .Navigation-item.active .Navigation-subnav:after {
    display: block; }

  .Navigation-item.active .Navigation-subnav .Navigation-item:first-child {
    padding-top: 5px; }

  .Navigation-item.active .Navigation-subnav .Navigation-item:last-child {
    padding-bottom: 5px;
    margin-bottom: 5px; }

  .Navigation-item.active .Navigation-subnav .Navigation-link {
    height: 46px; } }
@media only screen and (max-width: 804px) {
  .Navigation-list, ul.Navigation-list {
    top: 60px;
    left: 15%;
    bottom: 0;
    padding: 0; }

  .csstransforms .Navigation-list {
    opacity: 1;
    display: block;
    -webkit-transform: scale(1, 1) translate3d(100%, 0, 0);
    transform: scale(1, 1) translate3d(100%, 0, 0); }

  .active .Navigation-list {
    display: block;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .Navigation-list .Navigation-link {
    width: auto; } }
.Header {
  background: white;
  width: 100%;
  height: 100px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05); }

@media only screen and (max-width: 1204px) {
  .Header {
    height: 80px; } }
@media only screen and (max-width: 804px) {
  .Header {
    height: 60px; } }
.Header-logo {
  margin-top: 20px;
  overflow: hidden; }

.Header-logo img {
  width: 200px; }

@media only screen and (max-width: 1204px) {
  .Header-logo {
    margin-top: 15px; }

  .Header-logo img {
    width: 160px; } }
@media only screen and (max-width: 804px) {
  .Header-logo {
    margin-top: 14px;
    width: auto;
    transition: 0.3s ease;
    opacity: 1; }

  .Header-logo img {
    width: 120px;
    transition: 0.3s ease; }

  .active .Header-logo {
    -webkit-transform: translate3d(-230px, 0, 0);
    transform: translate3d(-230px, 0, 0);
    opacity: 0; }

  .active .Header-logo img {
    width: 0; } }
@media only screen and (max-width: 362px) {
  .Header-logo img {
    width: 120px;
    transition: 0.3s ease; }

  .Navigation-btn {
    width: 30px; } }
/**
 * components/Base/Footer/Footer.less
 *
 * Footer
 */
.Footer {
  color: #636366;
  font-size: 14px;
  font-size: 1rem; }

.Footer-nav {
  margin-top: 30px; }

.Footer-navCol {
  margin-bottom: 35px; }

.Footer-navHeader, h4.Footer-navHeader {
  color: #d6e7f6;
  margin-bottom: 20px;
  text-transform: uppercase; }

.Footer-navLinks, ul.Footer-navLinks {
  margin: 0px; }

.Footer-navLink, a.Footer-navLink {
  display: inline-block;
  padding: 5px 0;
  text-decoration: none;
  color: #929497; }

.Footer-navLink:hover, a.Footer-navLink:hover {
  text-decoration: underline;
  color: #929497; }

.Footer-newsletter {
  margin-top: 30px; }

.Footer-newsletter .Form-input {
  width: 100%;
  height: 34px;
  background: none;
  border-color: #373737;
  border-right: 0;
  color: #d6e7f6; }

.Footer-newsletter .Form-input::-webkit-input-placeholder {
  color: #636366; }

.Footer-newsletter .Form-input:-moz-placeholder {
  color: #636366; }

.Footer-newsletter .Form-input::-moz-placeholder {
  color: #636366; }

.Footer-newsletter .Form-input:-ms-input-placeholder {
  color: #636366; }

.Footer-newsletter .Button {
  position: absolute;
  right: 0; }

.Footer-copyright {
  line-height: 24px;
  line-height: 1.5rem;
  padding: 18px 0;
  border-top: 1px solid #373737; }

.Footer-copyright:before,
.Footer-copyright:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.Footer-copyright:after {
  clear: both; }

.Footer-copyright a {
  color: #929497;
  text-decoration: underline; }

.Footer-copyright a:hover {
  color: #929497;
  text-decoration: none; }

* {
  box-sizing: border-box; }

body {
  background: #111111;
  font-family: "AvenirNextLTPro";
  color: #012e55; }

@media only screen and (max-width: 1204px) {
  body.overlaid {
    overflow: hidden; } }
.Overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
  cursor: pointer;
  transition: 0.5s ease;
  opacity: 0; }

@media only screen and (max-width: 1204px) {
  .overlaid .Overlay {
    opacity: 1;
    z-index: 10; } }
.Content {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #111111; }

form.sign-in-form, #portlet_status, #portlet_terms-of-use, #portlet_new-password, #portlet_password-reminder, section.portlet {
  box-sizing: border-box;
  max-width: 1200px;
  min-width: 0;
  margin: 20px auto;
  padding: 20px 0px;
  position: relative; }

.Container.wide-page-style {
  max-width: 92% !important; }

.Container {
  box-sizing: border-box;
  max-width: 1200px;
  min-width: 0;
  margin: 0 auto;
  position: relative; }

.Container:before,
.Container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.Container:after {
  clear: both; }

@media only screen and (max-width: 1280px) {
  .Container {
    margin: 0 20px; }

  form.sign-in-form, section.portlet {
    margin: 10px 20px; } }
/**
.Main {
  background: #d6e7f6;
  margin-top: 100px;
}
*/
.Main {
  background: #ffffff;
  margin-top: 100px; }

@media only screen and (max-width: 1204px) {
  .Main {
    margin-top: 80px; }

  form.sign-in-form, section.portlet {
    margin: 10px 20px; } }
@media only screen and (max-width: 804px) {
  .Main {
    margin-top: 60px; }

  form.sign-in-form, section.portlet {
    margin: 10px 20px; } }
/**
 * Base elements styles
 */
a {
  color: #012e55; }

a:hover {
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  letter-spacing: 0.02em; }

h2 {
  font-size: 24px;
  font-size: 1.5rem; }

@media only screen and (max-width: 1204px) {
  h2 {
    font-size: 20px;
    font-size: 1.3rem; } }
h3 {
  font-size: 18px;
  font-size: 1.2rem; }

@media only screen and (max-width: 1204px) {
  h3 {
    font-size: 16px;
    font-size: 1rem; } }
h4 {
  font-size: 18px;
  font-size: 1.2rem;
  letter-spacing: 0; }

/* SLIDER BANNER */
.SliderBanner {
  position: relative; }

.SliderBanner-slide {
  background-position: 50% 0;
  height: 350px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1; }

.SliderBanner-slide:first-child {
  opacity: 1;
  position: relative;
  z-index: 1; }

.flexbox .SliderBanner-slide .Container {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.SliderBanner-content {
  max-width: 620px;
  height: 100%;
  padding-top: 20px; }

@media only screen and (max-width: 1204px) {
  .SliderBanner-content {
    max-width: 500px; } }
.SliderBanner-header, h2.SliderBanner-header {
  font-size: 2.8rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 40px; }

@media only screen and (max-width: 1204px) {
  .SliderBanner-header, h2.SliderBanner-header {
    font-size: 34px;
    font-size: 2.1rem; } }
.SliderBanner-text, p.SliderBanner-text {
  font-size: 22px;
  font-size: 1.5rem;
  line-height: 30px; }

@media only screen and (max-width: 1204px) {
  .SliderBanner-text, p.SliderBanner-text {
    font-size: 18px;
    font-size: 1.2rem; } }
@media only screen and (max-width: 804px) {
  .SliderBanner-controls {
    display: none; } }
.SliderBanner-controls {
  position: absolute;
  width: 100%;
  bottom: 20px; }

.SliderBanner-content .Button {
  position: absolute;
  bottom: 60px; }

.bx-pager-item {
  display: inline-block; }

.bx-pager-link {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -20px;
  border: 2px solid #012e55;
  margin-right: 10px; }

.bx-pager-link.active {
  background: #012e55; }

.OfferCard {
  background: white url("/cetinweb-theme/css/../images/layout/bcg-corner4.png") no-repeat right top;
  background-size: 114px;
  margin-bottom: 20px; }

.OfferCard-wrapper {
  padding: 30px 24px 24px;
  min-height: 245px; }

@media only screen and (max-width: 1280px) {
  .OfferCard-wrapper {
    min-height: 180px; } }
@media only screen and (min-width: 1204px) and (max-width: 1280px) {
  .OfferCard-wrapper {
    min-height: 295px; } }
@media only screen and (max-width: 804px) {
  .OfferCard-wrapper {
    min-height: 0; } }
.OfferCard-header, h3.OfferCard-header {
  margin: 0 0 20px 0;
  position: relative;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5rem; }

.OfferCard-header a {
  text-decoration: none;
  transition: 0.1s ease; }

.OfferCard-header p, p.OfferCard-text {
  margin: 0px;
  font-size: 1.2rem; }

.OfferCard-header a:hover {
  color: #013c6e; }

.OfferCard-header:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #2180d3;
  position: absolute;
  left: -24px;
  top: 8px; }

.OfferCard-bottom {
  border-top: 1px solid #d6e7f6;
  padding: 24px;
  text-align: center;
  font-size: 14px;
  font-size: 0.9rem;
  color: #d6e7f6; }

.OfferCard-links {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.OfferCard-link a:hover {
  text-decoration: none; }

a.OfferCard-btn, a.OfferCard-btn:hover {
  color: #ffffff;
  margin-top: 20px; }

/**
 * Modifier: red card
 */
.OfferCard--red {
  background-image: url("/cetinweb-theme/css/../images/layout/bcg-corner1.png"); }

.OfferCard--red .OfferCard-header a {
  color: #af0f15; }

.OfferCard--red .OfferCard-header a:hover {
  color: #c61118; }

.OfferCard--red .OfferCard-header:before {
  border-color: transparent transparent transparent #af0f15; }

.OfferCard--red .OfferCard-link {
  color: #dc353b;
  text-decoration: underline; }

.OfferCard--red .OfferCard-link:hover {
  color: #dc353b;
  text-decoration: none; }

.OfferCard--red h3 {
  color: #af0f15; }

/**
 * Modifier: orange card
 */
.OfferCard--orange {
  background-image: url("/cetinweb-theme/css/../images/layout/bcg-corner2.png"); }

.OfferCard--orange .OfferCard-header a {
  color: #d65803; }

.OfferCard--orange .OfferCard-header a:hover {
  color: #ef6203; }

.OfferCard--orange .OfferCard-header:before {
  border-color: transparent transparent transparent #d65803; }

.OfferCard--orange .OfferCard-link {
  color: #e57c28;
  text-decoration: underline; }

.OfferCard--orange .OfferCard-link:hover {
  color: #e57c28;
  text-decoration: none; }

.OfferCard--orange .OfferCard-btn {
  background: #e57c28; }

.OfferCard--orange h3 {
  color: #d65803; }

.OfferCard--orange .OfferCard-btn:before {
  background: #c26418; }

.OfferCard--orange .OfferCard-btn:hover {
  background: #d96f1a; }

/**
 * Modifier: green card
 */
.OfferCard--green {
  background-image: url("/cetinweb-theme/css/../images/layout/bcg-corner3.png"); }

.OfferCard--green .OfferCard-header a {
  color: #3c8d0c; }

.OfferCard--green .OfferCard-header a:hover {
  color: #46a50e; }

.OfferCard--green .OfferCard-header:before {
  border-color: transparent transparent transparent #3c8d0c; }

.OfferCard--green .OfferCard-link {
  color: #65aa3c;
  text-decoration: underline; }

.OfferCard--green .OfferCard-link:hover {
  color: #65aa3c;
  text-decoration: none; }

.OfferCard--green h3 {
  color: #3c8d0c; }

.OfferCard--green .OfferCard-btn {
  background: #65aa3c; }

.OfferCard--green .OfferCard-btn:before {
  background: #4f842f; }

.OfferCard--green .OfferCard-btn:hover {
  background: #5a9735; }

/**
 * Modifier: blue card
 */
.OfferCard--blue .OfferCard-header a {
  color: #005aa9; }

.OfferCard--blue .OfferCard-header a:hover {
  color: #0068c3; }

.OfferCard--blue .OfferCard-header:before {
  border-color: transparent transparent transparent #005aa9; }

.OfferCard--blue .OfferCard-link {
  color: #2180d3;
  text-decoration: underline; }

.OfferCard--blue .OfferCard-link:hover {
  color: #2180d3;
  text-decoration: none; }

.OfferCard--blue h3 {
  color: #005aa9; }

.OfferCard--blue .OfferCard-btn {
  background: #2180d3; }

.OfferCard--blue .OfferCard-btn:before {
  background: #1a65a7; }

.OfferCard--blue .OfferCard-btn:hover {
  background: #1e73bd; }

.NewsCard {
  background: white;
  position: relative;
  min-height: 210px;
  max-width: 590px;
  margin: 0 auto 20px;
  color: #012e55; }

.NewsCard:before,
.NewsCard:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.NewsCard:after {
  clear: both; }

@media only screen and (max-width: 804px) {
  .NewsCard {
    max-width: 280px; } }
.NewsCard-image {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0; }

@media only screen and (min-width: 1204px) and (max-width: 1280px) {
  .NewsCard-image {
    width: 200px; } }
@media only screen and (max-width: 804px) {
  .NewsCard-image {
    position: relative; }

  .NewsCard-image img {
    width: 100%; } }
.NewsCard-wrapper {
  padding: 12px 24px;
  margin-left: 280px; }

@media only screen and (min-width: 1204px) and (max-width: 1280px) {
  .NewsCard-wrapper {
    margin-left: 200px; } }
@media only screen and (max-width: 804px) {
  .NewsCard-wrapper {
    margin-left: 0; } }
.NewsCard-header, h3.NewsCard-header {
  font-size: 18px;
  font-size: 1.2rem;
  height: 64px;
  margin-bottom: 5px;
  overflow: hidden;
  text-transform: uppercase;
  line-height: 20px; }

.NewsCard-header a {
  text-decoration: none;
  transition: 0.3s ease; }

.NewsCard-header a:hover {
  color: #2180d3; }

.NewsCard-text,
p.NewsCard-text {
  margin-bottom: 5px;
  color: #012e55; }

.NewsCard-linkMore, a.NewsCard-linkMore {
  position: relative;
  font-size: 14px;
  font-size: 0.9rem;
  text-decoration: underline; }

.NewsCard-linkMore:hover, a.NewsCard-linkMore:hover {
  color: #012e55; }

.NewsCard-linkMore:before, a.NewsCard-linkMore:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #dc353b;
  position: absolute;
  left: -24px;
  top: 2px; }

.CollapseBlock {
  position: relative; }

.CollapseBlock-header,
.CollapseBlock-content {
  position: relative;
  background: #ebf3fb;
  padding: 20px 24px 20px 84px; }

.CollapseBlock-header:before,
.CollapseBlock-content:before {
  content: "";
  display: block;
  background: white;
  width: 60px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  cursor: pointer; }

.CollapseBlock-header {
  height: 60px;
  text-transform: uppercase;
  margin: 10px 0 0 0;
  cursor: pointer; }

.CollapseBlock-header:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 3px;
  background: #012e55;
  position: absolute;
  left: 24px;
  top: 29px;
  cursor: pointer; }

.CollapseBlock-header.toggler-header-collapsed:after {
  content: "\e609";
  width: auto;
  height: auto;
  background: none;
  font-family: 'icomoon';
  font-size: 32px;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  left: 15px;
  top: 15px; }

.CollapseBlock-content {
  padding: 10px 24px 1px 84px; }

.Section-headerSolutions, h1.Section-headerSolutions {
  text-align: left;
  margin: 40px 0;
  text-transform: uppercase; }

.Section-headerSolutions.Color--red i.Icon--arrow {
  border-color: transparent transparent transparent #af0f15; }

.Section-headerSolutions.Color--orange i.Icon--arrow {
  border-color: transparent transparent transparent #d65803; }

.Section-headerSolutions.Color--green i.Icon--arrow {
  border-color: transparent transparent transparent #3c8d0c; }

.Section-headerSolutions.Color--blue i.Icon--arrow {
  border-color: transparent transparent transparent #005aa9; }

@media only screen and (max-width: 1204px) {
  .Section-headerSolutions, h1.Section-headerSolutions {
    font-size: 28px;
    font-size: 1.8rem;
    margin: 30px 0 40px; }

  .Section-headerSolutions i.Icon--arrow {
    border-width: 10px 0 10px 18px; } }
/**
* praguebest modification
*/
.OfferCard-bottom {
  font-size: 1rem;
  text-align: center; }

.sign-in-form input.field {
  height: 30px; }

.cetinwebcontent {
  background: #d6e7f6; }

.tabs-menu {
  color: buttonshadow;
  font-weight: bold;
  margin: 10px 0;
  padding: 0 10px;
  width: 100%;
  position: relative !important; }

.tabs-menu-item, .tabs-menu-item-selected {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: buttonshadow;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 0;
  padding: 10px;
  text-align: center;
  color: #012e55; }

.tabs-menu-item-selected {
  background-color: #bd2126;
  color: #ffffff;
  font-weight: bold; }

.tabs-menu-item, .tabs-menu-space {
  border-bottom: 1px solid buttonshadow; }

.tabs-menu-space {
  width: 5px; }

.tabs-menu-item a {
  color: buttonshadow; }

.tabs-menu-item-selected a {
  color: #003399; }

.Form-row {
  margin: 10px 0px; }

.fleft {
  float: left; }

.fright {
  float: right; }

.background--Blue {
  background-color: #d6e7f6; }

.fieldset {
  border: 1px solid #012e55;
  padding: 10px;
  margin-top: 20px; }

.fieldsetGray {
  border: 1px solid #eeeeee;
  padding: 10px;
  margin-top: 20px; }

.noticeBox {
  background-color: #ebf3fb;
  border: 1px solid #d6e7f6;
  padding: 10px; }

.u-ma--none {
  margin: 0px !important; }

.u-ma--10 {
  margin: 10px !important; }

.u-ma--20 {
  margin: 20px !important; }

.u-ma--30 {
  margin: 30px !important; }

.u-ma--40 {
  margin: 40px !important; }

.u-ma--50 {
  margin: 50px !important; }

.u-mtb--none {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.u-mtb--10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.u-mtb--20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.u-mtb--30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.u-mtb--40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.u-mtb--50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.u-mlr--none {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.u-mlr--10 {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.u-mlr--20 {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.u-mlr--30 {
  margin-left: 30px !important;
  margin-right: 30px !important; }

.u-mlr--40 {
  margin-left: 40px !important;
  margin-right: 40px !important; }

.u-mlr--50 {
  margin-left: 50px !important;
  margin-right: 50px !important; }

.u-pa--none {
  padding: 0px !important; }

.u-pa--10 {
  padding: 10px !important; }

.u-pa--20 {
  padding: 20px !important; }

.u-pa--30 {
  padding: 30px !important; }

.u-pa--40 {
  padding: 40px !important; }

.u-pa--50 {
  padding: 40px !important; }

.u-ptb--none {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.u-ptb--10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.u-ptb--20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.u-ptb--30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.u-ptb--40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.u-ptb--50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.u-plr--none {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.u-plr--10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.u-plr--20 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.u-plr--30 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.u-plr--40 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.u-plr--50 {
  padding-left: 50px !important;
  padding-right: 50px !important; }

input.u-w--10p, .u-w--10p {
  width: 10% !important; }

input.u-w--20p, .u-w--20p {
  width: 20% !important; }

input.u-w--30p, .u-w--30p {
  width: 30% !important; }

input.u-w--40p, .u-w--40p {
  width: 40% !important; }

input.u-w--50p, .u-w--50p {
  width: 50% !important; }

input.u-w--90p, .u-w--90p {
  width: 90% !important; }

input.u-w--100p, .u-w--100p {
  width: 100% !important; }

.cetin-loading-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1201;
  background-color: black;
  opacity: 0.7;
  visibility: hidden; }

.cetin-loading-overlay-img-container {
  text-align: center;
  height: 100%;
  transform: translateY(50%); }

.u-no-selection {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  -webkit-touch-callout: none;
  user-select: none; }

.u-neutral {
  color: #136ca3; }

.u-positive {
  color: #1b9921; }

.u-negative {
  color: #c92c2c; }

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto; }

/* Uprava stylu pro search container a jeho strankovani */
.lfr-search-container .aui .btn .caret {
  margin-left: 5px; }

.lfr-search-container .taglib-page-iterator .lfr-pagination-buttons {
  margin: 9px 0 0 0; }

.lfr-search-container .search-results {
  line-height: 44px;
  margin-top: 4px; }

/* UPRAVA ZOBRAZENI NAVIGACE PARTNERU */
@media only screen and (max-width: 1204px) {
  .navbar .container .nav-collapse {
    display: block !important; }

  ul.nav.nav-account-controls {
    top: 16px !important;
    position: fixed !important;
    width: auto !important;
    margin-right: 80px !important; }

  .aui .navbar .nav > li {
    float: left !important; }

  .aui .nav-collapse .nav > li > a,
  .aui .nav-collapse .dropdown-menu a {
    font-weight: normal !important;
    padding: 10px 8px 10px !important; }

  ul.nav.nav-account-controls li.dropdown.dockbar-item {
    float: left !important; }

  .aui .nav-collapse .nav > li > a,
  ul.nav.nav-account-controls li.dropdown.dockbar-item a {
    padding: 10px 8px 10px !important;
    line-height: 20px !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    background-color: white !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    margin-bottom: 0 !important; }

  .aui .dockbar-split .dockbar .navbar-inner .nav li.dropdown.open > .dropdown-toggle {
    background-color: #555 !important;
    color: #FFF !important; }

  ul.nav.nav-account-controls li.dropdown.dockbar-item a span {
    font-weight: normal !important; }

  .aui .nav-collapse .dropdown-menu,
  ul.nav.nav-account-controls li.dropdown.dockbar-item ul.dropdown-menu {
    position: absolute !important;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important;
    background-color: white !important;
    margin: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    min-width: 0px !important; }

  /* UPRAVA POKUD NENI NAVIGACNI MENU */
  body.without-navigation-menu ul.nav.nav-account-controls {
    top: 0 !important;
    margin-right: 0 !important; }

  body.without-navigation-menu ul.nav.nav-add-controls li a,
  body.without-navigation-menu .aui .nav-collapse .nav > li > a,
  body.without-navigation-menu ul.nav.nav-account-controls li.dropdown.dockbar-item a {
    background-color: transparent !important; } }
@media only screen and (max-width: 804px) {
  ul.nav.nav-account-controls {
    top: 7px !important; } }
@media only screen and (max-width: 606px) {
  .aui .nav-collapse {
    -webkit-transform: none !important;
    trasforn: none !important;
    -ms-transform: none !important; }

  .aui .nav.nav-add-controls {
    display: none !important; } }
.aui .dropdown-menu > li > ul > li > a:hover {
  text-decoration: none !important;
  color: white !important;
  background-color: #0db5e7 !important;
  background-image: -moz-linear-gradient(top, #0ebdf1, #0caad9) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0ebdf1), to(#0caad9)) !important;
  background-image: -webkit-linear-gradient(top, #0ebdf1, #0caad9) !important;
  background-image: -o-linear-gradient(top, #0ebdf1, #0caad9) !important;
  background-image: linear-gradient(to bottom, #0ebdf1, #0caad9) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0EBDF1',endColorstr='#FF0CAAD9',GradientType=0) !important; }

/* ANCHOR ONE-PAGE STYLE */
a.page-anchor {
  display: block;
  position: relative;
  top: -105px;
  visibility: hidden; }

@media only screen and (max-width: 1280px) {
  a.page-anchor {
    top: -85px !important; } }
@media only screen and (max-width: 804px) {
  a.page-anchor {
    top: -75px !important; } }
/* VYHLEDAVANI */
.portlet-search {
  min-height: 450px; }

.portlet-search .fieldset .control-group-inline:nth-child(1) .field {
  padding: 10px;
  border: solid 5px #d6e7f6;
  transition: border 0.3s;
  width: 500px; }

@media only screen and (max-width: 666px) {
  .portlet-search .fieldset .control-group-inline:nth-child(1) .field {
    width: auto; } }
@media only screen and (max-width: 474px) {
  .portlet-search .fieldset .control-group-inline:nth-child(1) .field {
    width: 205px; } }
.portlet-search .fieldset .control-group-inline:nth-child(1) .field:focus {
  border: solid 5px #005aa9; }

.portlet-search .fieldset .control-group-inline.ps-hide-button {
  display: none; }

.portlet-search .fieldset .control-group-inline.ps-search-button-wrapper,
.portlet-search .fieldset .control-group-inline.ps-clear-search-button-wrapper {
  position: relative;
  top: -5px; }

.portlet-search .fieldset .control-group-inline.ps-search-button-wrapper {
  background: #005aa9; }

.portlet-search .fieldset .control-group-inline.ps-clear-search-button-wrapper {
  background: #dc353b; }

.portlet-search .fieldset .control-group-inline.ps-search-button-wrapper:after,
.portlet-search .fieldset .control-group-inline.ps-clear-search-button-wrapper:after {
  position: absolute;
  font-family: cetin-icomoon;
  color: #fff; }

.portlet-search .fieldset .control-group-inline.ps-search-button-wrapper:after {
  content: "\e986";
  font-size: 24px;
  top: 14px;
  left: 12px; }

.portlet-search .fieldset .control-group-inline.ps-clear-search-button-wrapper:after {
  content: "\ea0f";
  font-size: 20px;
  left: 14px;
  top: 14px; }

.portlet-search .fieldset .control-group-inline.ps-search-button-wrapper .field,
.portlet-search .fieldset .control-group-inline.ps-clear-search-button-wrapper .field {
  position: relative;
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 48px;
  width: 48px;
  z-index: 1; }

.portlet-search .lfr-token-list.component.liferaytokenlist {
  display: none; }

.portlet-search .lfr-search-container {
  margin-top: 0; }

.portlet-search .lfr-search-container .aui .pager li > a {
  border: 1px solid #d6e7f6;
  color: #005aa9; }

.portlet-search .lfr-search-container small.search-results {
  font-weight: 700; }

.portlet-search .lfr-search-container table thead {
  display: none; }

.portlet-search .lfr-search-container table {
  border: 0px; }

.portlet-search .lfr-search-container table tbody tr td {
  border-left: 0px;
  border-top: 0px;
  padding: 20px 0 10px 0; }

.portlet-search .lfr-search-container table span.asset-entry-title a img {
  top: -3px !important; }

/* http://stackoverflow.com/questions/3922739/limit-text-length-to-n-lines-using-css */
.portlet-search .lfr-search-container table span.asset-entry-summary {
  display: block;
  /* or inline-block */
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 60px; }

.portlet-search .lfr-search-container table tbody > tr:nth-child(odd) > td {
  background: transparent; }

.portlet-search .lfr-search-container table tbody tr:hover td {
  background-color: #d6e7f6; }

.portlet-search .lfr-search-container table tbody tr td {
  border-bottom: 3px solid #d6e7f6; }

.portlet-search .lfr-search-container table tbody tr:nth-last-child(2) td {
  border-bottom: 0px; }

.portlet-search .lfr-search-container .highlight {
  background: #bbd5eb;
  font-weight: bold;
  margin: 0;
  padding: 0 5px;
  border-radius: 3px; }

.portlet-search .lfr-search-container .pager li > a {
  border: 1px solid #d6e7f6;
  color: #005aa9; }

/* FILTER SET - INFO */
span.filter-set-info {
  display: none;
  font-size: 17px;
  color: red;
  position: relative;
  top: -1px; }

span.filter-set-info:before {
  font-family: cetin-icomoon, serif;
  content: "\ea08"; }

/* BUTTON-ICON IMG */
.u-button-img {
  margin: 2px;
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px; }

.u-button-img img {
  margin-top: -8px; }

/* PRINT STYLE */
@media print {
  .aui a[href]:after {
    content: ""; }

  .portlet-borderless-bar,
  .navbar.navbar-static-top.dockbar,
  .search-form,
  [id*=filterTogglerWrapper],
  .Header {
    display: none; }

  .Main {
    margin-top: 0; }

  .Container {
    max-width: 95%; } }
#apploud-consent .consent-bar__button:nth-of-type(2) {
  display: none; }