@import url(/TestTheme-theme/css/hook-style.css);
/* ---------- Logo ---------- */
.logo {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

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

.html-editor.portlet-message-boards {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word; }
  .html-editor.portlet-message-boards blockquote {
    background: #eef0f2 url(/TestTheme-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(/TestTheme-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(/TestTheme-theme/css/../images/progress_bar/loading_animation.gif) no-repeat top center;
  margin-top: 10px;
  padding-top: 40px;
  text-align: left; }

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

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

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

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

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

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

.active-area {
  background: #FFC; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.underlay-hidden {
  display: none; }

.underlay-content {
  background: #f4f3f3 url(/TestTheme-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(/TestTheme-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(/TestTheme-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(/TestTheme-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(/TestTheme-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(/TestTheme-theme/css/../images/arrows/paging_first.png); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-menu-style-arrows ul {
  list-style-image: url(/TestTheme-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(/TestTheme-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(/TestTheme-theme/css/../images/application/button_bg_over.png); }

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

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

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

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

body.portlet {
  border: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lfr-status-success-label {
  background-image: url(/TestTheme-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(/TestTheme-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(/TestTheme-theme/css/../images/common/time.png); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    background-position: 0 0; } }

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

  to {
    background-position: 0 0; } }

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

  to {
    background-position: 0 0; } }

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

  to {
    background-position: 0 0; } }

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

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

  to {
    background-color: transparent; } }

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

  to {
    background-color: transparent; } }

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

  to {
    background-color: transparent; } }

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

  to {
    background-color: transparent; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* CSS LIBRARY ------------------------------------------------------------------------ */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1;
  height: 100%;
  overflow-x: hidden; }

html {
  overflow-x: hidden;
  max-width: 100%; }

ol, ul {
  list-style: none; }

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

/**
* 2.0 - Basic Typography
* ----------------------------------------------------------------------------
*/
body {
  max-width: 100%;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  line-height: 30px; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4em;
  margin-bottom: 0.400em; }

p {
  line-height: 2.143em;
  position: relative;
  margin-bottom: 30px; }

p:empty {
  display: none; }

/*	Links  */
a {
  text-decoration: none;
  outline: 0; }

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

/* More Link*/
.more-link {
  display: block;
  margin-top: 10px; }

/*	List  */
ul {
  list-style: disc; }

ol {
  list-style: decimal; }

ul,
ol {
  margin-left: 20px; }

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

/*	Blockquote  */
/* Other elements */
cite,
em,
var,
address,
dfn {
  font-style: italic; }

address {
  margin-bottom: 30px; }

dl {
  margin-bottom: 30px; }

dt {
  font-family: inherit; }

dd {
  padding-left: 15px; }

code,
kbd,
tt,
var,
samp,
pre {
  font: 12px "Courier New", Courier, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.6; }

pre {
  display: block;
  clear: both;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  overflow-x: auto;
  height: auto;
  margin: 30px 0;
  color: #B5C1CE;
  background-color: #EDF0F3;
  background-color: rgba(225, 227, 229, 0.5); }

sup {
  vertical-align: super;
  font-size: 0.7em;
  line-height: 1;
  margin-left: 2px; }

sub {
  vertical-align: sub;
  font-size: smaller; }

strong {
  font-weight: bold; }

cite,
code {
  letter-spacing: 0.300em; }

/**
 * 3.0 - Aligns
 * ----------------------------------------------------------------------------
 */
.dv-align-left {
  text-align: left; }

.dv-align-right {
  text-align: right; }

.dv-align-center {
  text-align: center; }

.alignleft,
img.alignleft {
  float: left;
  margin-right: 30px; }

.alignright,
img.alignright {
  float: right;
  margin-left: 30px; }

.aligncenter,
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }

/**
* Inputs
* ----------------------------------------------------------------------------
*/
.input-text,
input[type="text"],
input[type="input"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="url"],
input[type="tel"],
input[type="search"],
textarea,
select {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0); }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline: none; }

legend {
  white-space: normal; }

/**
* Buttons
* ----------------------------------------------------------------------------
*/
input[type=submit] {
  -webkit-appearance: none; }

input[type="submit"],
.dv-btn {
  display: inline-block;
  border: none;
  cursor: pointer; }

/**
* 10.0 - Tables
* ----------------------------------------------------------------------------
*/
table {
  /*width: 100%;*/
  margin-bottom: 30px;
  border: 1px solid;
  border-collapse: collapse;
  cursor: default; }

tr {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border-bottom: 1px solid; }

td,
th {
  padding: 10px 20px 10px 20px;
  line-height: 1.5;
  border-right: 1px solid;
  text-align: center; }

th:last-child {
  border: none; }

/* Responsive images. Fluid images for posts, comments, and widgets */
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

.comment-content img,
.entry-content img,
.entry-summary img,
.widget img,
.wp-caption {
  max-width: 100%; }

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */
.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto; }

.size-full,
.size-large,
.size-medium,
.size-thumbnail,
.wp-post-image,
.post-thumbnail img {
  height: auto;
  max-width: 100%; }

/* Embeds and iframes */
embed,
iframe,
object,
video {
  max-width: 100%;
  display: block; }

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
  margin-bottom: 0; }

/* Image Captions*/
.wp-caption {
  margin-bottom: 24px; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0; }

.wp-caption-text {
  display: block;
  font-size: 0.8em;
  margin: 0 auto;
  padding: 3px 0 5px 0;
  text-align: left;
  line-height: 1.5; }

.wp-smiley {
  margin: 0 !important;
  max-height: 1em; }

/* Gallery */
.gallery {
  margin: 0 -15px !important; }

.gallery dl {
  margin-top: 0 !important; }

.gallery dl img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding: 0 15px;
  border: none !important; }

.gallery-caption {
  padding-left: 15px;
  padding-right: 15px; }

/* Shadow
============================================================================= */
.dv-shadow {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); }

/* Font Weight
============================================================================= */
.dv-font-bold {
  font-weight: bold !important; }

.dv-font-bold-md {
  font-weight: 500 !important; }

.dv-font-light {
  font-weight: lighter !important; }

.dv-font-normal {
  font-weight: normal !important; }

.dv-font-italic {
  font-style: italic; }

/* Muted Text
============================================================================= */
.dv-muted-text {
  opacity: 0.5; }

/* Table Box
============================================================================= */
.dv-table-box {
  display: table;
  width: 100%;
  height: 100%;
  border-spacing: 0;
  table-layout: fixed; }

.dv-table-box .dv-table-col {
  display: table-cell;
  float: none;
  position: relative; }

/* Aligns & Float
============================================================================= */
.dv-align-left {
  text-align: left; }

.dv-vertical-top {
  vertical-align: top; }

.dv-vertical-middle {
  vertical-align: middle; }

.dv-vertical-bottom {
  vertical-align: bottom; }

.dv-float-left {
  float: left; }

.dv-float-right {
  float: right; }

.dv-float-none {
  float: none; }

.dv-overflow-hidden {
  overflow: hidden; }

/* Paddings
============================================================================= */
.dv-padding-xs {
  padding: 2px; }

.dv-padding-sm {
  padding: 5px; }

.dv-padding {
  padding: 10px; }

.dv-padding-md {
  padding: 20px; }

.dv-padding-lg {
  padding: 30px; }

.dv-padding-xl {
  padding: 50px; }

.dv-padding-v-sm {
  padding-top: 5px;
  padding-bottom: 5px; }

.dv-padding-v {
  padding-top: 15px;
  padding-bottom: 15px; }

.dv-padding-v-md {
  padding-top: 20px;
  padding-bottom: 20px; }

.dv-padding-v-lg {
  padding-top: 30px;
  padding-bottom: 30px; }

.dv-padding-v-xl {
  padding-top: 50px;
  padding-bottom: 50px; }

.dv-padding-h-xs {
  padding-left: 5px;
  padding-right: 5px; }

.dv-padding-h {
  padding-left: 15px;
  padding-right: 15px; }

.dv-padding-h-md {
  padding-left: 20px;
  padding-right: 20px; }

.dv-padding-h-lg {
  padding-left: 30px;
  padding-right: 30px; }

.dv-padding-h-xl {
  padding-left: 50px;
  padding-right: 50px; }

.dv-padding-t {
  padding-top: 15px; }

.dv-padding-t-md {
  padding-top: 20px; }

.dv-padding-t-lg {
  padding-top: 30px; }

.dv-padding-t-xl {
  padding-top: 50px; }

.dv-padding-b {
  padding-bottom: 10px; }

.dv-padding-b-md {
  padding-bottom: 20px; }

.dv-padding-b-lg {
  padding-bottom: 30px; }

.dv-padding-b-xl {
  padding-bottom: 50px; }

.dv-padding-l {
  padding-left: 15px; }

.dv-padding-l-md {
  padding-left: 20px; }

.dv-padding-l-lg {
  padding-left: 30px; }

.dv-padding-l-xl {
  padding-left: 50px; }

.dv-padding-r {
  padding-right: 10px; }

.dv-padding-r-md {
  padding-right: 20px; }

.dv-padding-r-lg {
  padding-right: 30px; }

.dv-padding-r-xl {
  padding-right: 60px; }

/* Margins
============================================================================= */
.dv-no-margin {
  margin: 0 !important; }

.dv-margin-sm {
  margin: 5px; }

.dv-margin {
  margin: 10px; }

.dv-margin-md {
  margin: 20px; }

.dv-margin-lg {
  margin: 30px; }

.dv-margin-xl {
  margin: 50px; }

.dv-margin-v {
  margin-top: 10px;
  margin-bottom: 10px; }

.dv-margin-v-md {
  margin-top: 20px;
  margin-bottom: 20px; }

.dv-margin-v-lg {
  margin-top: 30px;
  margin-bottom: 30px; }

.dv-margin-v-xl {
  margin-top: 50px;
  margin-bottom: 50px; }

.dv-margin-h-sm {
  margin-left: 5px;
  margin-right: 5px; }

.dv-margin-h {
  margin-left: 10px;
  margin-right: 10px; }

.dv-margin-h-md {
  margin-left: 20px;
  margin-right: 20px; }

.dv-margin-h-lg {
  margin-left: 30px;
  margin-right: 30px; }

.dv-margin-h-xl {
  margin-left: 50px;
  margin-right: 50px; }

.dv-margin-t {
  margin-top: 10px; }

.dv-margin-t-md {
  margin-top: 20px; }

.dv-margin-t-lg {
  margin-top: 30px; }

.dv-margin-t-xl {
  margin-top: 50px; }

.dv-margin-b-xs {
  margin-bottom: 5px; }

.dv-margin-b {
  margin-bottom: 10px; }

.dv-margin-b-md {
  margin-bottom: 20px; }

.dv-margin-b-lg {
  margin-bottom: 30px; }

.dv-margin-b-xl {
  margin-bottom: 50px; }

.dv-margin-l {
  margin-left: 15px; }

.dv-margin-l-md {
  margin-left: 20px; }

.dv-margin-l-lg {
  margin-left: 30px; }

.dv-margin-l-xl {
  margin-left: 50px; }

.dv-margin-r {
  margin-right: 5px; }

.dv-margin-r-md {
  margin-right: 10px; }

.dv-margin-r-lg {
  margin-right: 30px; }

.dv-margin-r-xl {
  margin-right: 50px; }

/* Borders
============================================================================= */
.dv-border {
  border: 1px solid; }

.dv-border-t {
  border-top: 1px solid; }

.dv-border-r {
  border-right: 1px solid; }

.dv-border-l {
  border-left: 1px solid; }

.dv-border-b {
  border-bottom: 1px solid; }

.dv-border-lr {
  border-left: 1px solid;
  border-right: 1px solid; }

/* Radius
============================================================================= */
.dv-round-sm {
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.dv-round-md {
  -webkit-border-radius: 6px;
  border-radius: 6px; }

.dv-round-lg {
  -webkit-border-radius: 12px;
  border-radius: 12px; }

.dv-round-full {
  -webkit-border-radius: 100%;
  border-radius: 100%; }

.dv-round-right-sm {
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.dv-round-right-md {
  -webkit-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0; }

.dv-round-right-lg {
  -webkit-border-radius: 0 12px 12px 0;
  border-radius: 0 12px 12px 0; }

.dv-round-left-sm {
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

.dv-round-left-md {
  -webkit-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px; }

.dv-round-left-lg {
  -webkit-border-radius: 12px 0 0 12px;
  border-radius: 12px 0 0 12px; }

.dv-round-top-sm {
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.dv-round-top-md {
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0; }

.dv-round-top-lg {
  -webkit-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0; }

.dv-round-bottom-sm {
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px; }

.dv-round-bottom-md {
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; }

.dv-round-bottom-lg {
  -webkit-border-radius: 0 0 12px 12px;
  border-radius: 0 0 12px 12px; }

/* Background Images
============================================================================= */
.dv-wide-bg,
.dv-normal-bg,
.dv-portrait-bg,
.dv-thumb,
.dv-thumb-md,
.dv-thumb-lg {
  position: relative;
  display: block; }

.dv-wide-bg,
.dv-normal-bg,
.dv-portrait-bg {
  background-color: #202020; }

.dv-thumb .dv-bg-image,
.dv-thumb-md .dv-bg-image,
.dv-thumb-lg .dv-bg-image {
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.dv-wide-bg {
  padding-bottom: 45%; }

.dv-normal-bg {
  padding-bottom: 80%; }

.dv-portrait-bg {
  padding-bottom: 160%; }

.dv-thumb {
  width: 60px;
  height: 50px; }

.dv-thumb-md {
  width: 40px;
  height: 40px; }

.dv-thumb-lg {
  width: 180px;
  height: 100px;
  display: inline-block; }

.dv-appstores-list {
  /*padding-left: 25px;*/
  float: left; }

.small-grey-text {
  color: #4c4c4c;
  font-size: 12px; }

.fl-right {
  float: right; }

.faded {
  opacity: .3; }

.faded:hover {
  opacity: 1; }

/* Shapes
============================================================================= */
.dv-shape-sm {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px; }

.dv-shape-md {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px; }

.dv-shape-lg {
  display: inline-block;
  width: 80px;
  height: 95px;
  line-height: 80px;
  position: relative; }

.dv-shape-xl {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 120px; }

/* Sizes
============================================================================= */
.dv-half-width {
  width: 50%;
  display: block; }

.dv-full-width,
.dv-full-width .dv-container {
  width: 100%;
  max-width: 100% !important;
  display: block; }

/* Animations
============================================================================= */
.dv-anim-all {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease; }

.dv-anim-bg {
  -webkit-transition: background 0.35s ease;
  -moz-transition: background 0.35s ease;
  -ms-transition: background 0.35s ease;
  -o-transition: background 0.35s ease;
  transition: background 0.35s ease; }

.dv-anim-color {
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  transition: color 0.35s ease; }

.dv-anim-opacity {
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease; }

.dv-hidden {
  display: none; }

.dv-col-item {
  padding: 0 15px;
  margin-bottom: 30px; }

.dv-column-1 .dv-col-item {
  width: 100%; }

.dv-column-2 .dv-col-item {
  width: 50%; }

.dv-column-3 .dv-col-item {
  width: 33.33333333333333%; }

.dv-column-4 .dv-col-item {
  width: 25%; }

.dv-column-6 .dv-col-item {
  width: 16.66666666666667%; }

.dv-column-7 .dv-col-item {
  width: 14.2857142%; }

@media only screen and (max-width: 1520px) {
  .dv-column-6 .dv-col-item {
    width: 20%; } }
@media only screen and (max-width: 1260px) {
  .dv-column-6 .dv-col-item {
    width: 25%; } }
@media only screen and (max-width: 1030px) {
  .dv-column-6 .dv-col-item {
    width: 33.33333333333333%; } }
@media only screen and (max-width: 810px) {
  .dv-column-6 .dv-col-item {
    width: 50%; } }
@media only screen and (max-width: 480px) {
  .dv-column-6 .dv-col-item {
    width: 100%; } }
.dv-divider {
  position: relative;
  display: block;
  width: 70%;
  height: 1px;
  margin: 14px auto;
  border-radius: 2px;
  -o-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #f5f5f5;
  background: -moz-radial-gradient(center, ellipse cover, rgba(221, 221, 221, 0.65) 0%, rgba(221, 221, 221, 0) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(221, 221, 221, 0.65)), color-stop(100%, rgba(221, 221, 221, 0)));
  background: -webkit-gradient(center, ellipse cover, rgba(221, 221, 221, 0.65) 0%, rgba(221, 221, 221, 0) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(221, 221, 221, 0.65) 0%, rgba(221, 221, 221, 0) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(221, 221, 221, 0.65) 0%, rgba(221, 221, 221, 0) 100%);
  background: radial-gradient(ellipse at center, rgba(221, 221, 221, 0.65) 0%, rgba(221, 221, 221, 0) 100%);
  /* W3C */ }

/* List Syle
============================================================================= */
ul.dv-no-style {
  margin: 0;
  list-style: none; }

ul.dv-no-style.dv-inline li {
  display: inline-block; }

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

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

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="your-class-prefix"] {
*/
.arrow_up, .arrow_down, .arrow_left, .arrow_right, .arrow_left-up, .arrow_right-up, .arrow_right-down, .arrow_left-down, .arrow-up-down, .arrow_up-down_alt, .arrow_left-right_alt, .arrow_left-right, .arrow_expand_alt2, .arrow_expand_alt, .arrow_condense, .arrow_expand, .arrow_move, .arrow_carrot-up, .arrow_carrot-down, .arrow_carrot-left, .arrow_carrot-right, .arrow_carrot-2up, .arrow_carrot-2down, .arrow_carrot-2left, .arrow_carrot-2right, .arrow_carrot-up_alt2, .arrow_carrot-down_alt2, .arrow_carrot-left_alt2, .arrow_carrot-right_alt2, .arrow_carrot-2up_alt2, .arrow_carrot-2down_alt2, .arrow_carrot-2left_alt2, .arrow_carrot-2right_alt2, .arrow_triangle-up, .arrow_triangle-down, .arrow_triangle-left, .arrow_triangle-right, .arrow_triangle-up_alt2, .arrow_triangle-down_alt2, .arrow_triangle-left_alt2, .arrow_triangle-right_alt2, .arrow_back, .icon_minus-06, .icon_plus, .icon_close, .icon_check, .icon_minus_alt2, .icon_plus_alt2, .icon_close_alt2, .icon_check_alt2, .icon_zoom-out_alt, .icon_zoom-in_alt, .icon_search, .icon_box-empty, .icon_box-selected, .icon_minus-box, .icon_plus-box, .icon_box-checked, .icon_circle-empty, .icon_circle-slelected, .icon_stop_alt2, .icon_stop, .icon_pause_alt2, .icon_pause, .icon_menu, .icon_menu-square_alt2, .icon_menu-circle_alt2, .icon_ul, .icon_ol, .icon_adjust-horiz, .icon_adjust-vert, .icon_document_alt, .icon_documents_alt, .icon_pencil, .icon_pencil-edit_alt, .icon_pencil-edit, .icon_folder-alt, .icon_folder-open_alt, .icon_folder-add_alt, .icon_info_alt, .icon_error-oct_alt, .icon_error-circle_alt, .icon_error-triangle_alt, .icon_question_alt2, .icon_question, .icon_comment_alt, .icon_chat_alt, .icon_vol-mute_alt, .icon_volume-low_alt, .icon_volume-high_alt, .icon_quotations, .icon_quotations_alt2, .icon_clock_alt, .icon_lock_alt, .icon_lock-open_alt, .icon_key_alt, .icon_cloud_alt, .icon_cloud-upload_alt, .icon_cloud-download_alt, .icon_image, .icon_images, .icon_lightbulb_alt, .icon_gift_alt, .icon_house_alt, .icon_genius, .icon_mobile, .icon_tablet, .icon_laptop, .icon_desktop, .icon_camera_alt, .icon_mail_alt, .icon_cone_alt, .icon_ribbon_alt, .icon_bag_alt, .icon_creditcard, .icon_cart_alt, .icon_paperclip, .icon_tag_alt, .icon_tags_alt, .icon_trash_alt, .icon_cursor_alt, .icon_mic_alt, .icon_compass_alt, .icon_pin_alt, .icon_pushpin_alt, .icon_map_alt, .icon_drawer_alt, .icon_toolbox_alt, .icon_book_alt, .icon_calendar, .icon_film, .icon_table, .icon_contacts_alt, .icon_headphones, .icon_lifesaver, .icon_piechart, .icon_refresh, .icon_link_alt, .icon_link, .icon_loading, .icon_blocked, .icon_archive_alt, .icon_heart_alt, .icon_star_alt, .icon_star-half_alt, .icon_star, .icon_star-half, .icon_tools, .icon_tool, .icon_cog, .icon_cogs, .arrow_up_alt, .arrow_down_alt, .arrow_left_alt, .arrow_right_alt, .arrow_left-up_alt, .arrow_right-up_alt, .arrow_right-down_alt, .arrow_left-down_alt, .arrow_condense_alt, .arrow_expand_alt3, .arrow_carrot_up_alt, .arrow_carrot-down_alt, .arrow_carrot-left_alt, .arrow_carrot-right_alt, .arrow_carrot-2up_alt, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left_alt, .arrow_carrot-2right_alt, .arrow_triangle-up_alt, .arrow_triangle-down_alt, .arrow_triangle-left_alt, .arrow_triangle-right_alt, .icon_minus_alt, .icon_plus_alt, .icon_close_alt, .icon_check_alt, .icon_zoom-out, .icon_zoom-in, .icon_stop_alt, .icon_menu-square_alt, .icon_menu-circle_alt, .icon_document, .icon_documents, .icon_pencil_alt, .icon_folder, .icon_folder-open, .icon_folder-add, .icon_folder_upload, .icon_folder_download, .icon_info, .icon_error-circle, .icon_error-oct, .icon_error-triangle, .icon_question_alt, .icon_comment, .icon_chat, .icon_vol-mute, .icon_volume-low, .icon_volume-high, .icon_quotations_alt, .icon_clock, .icon_lock, .icon_lock-open, .icon_key, .icon_cloud, .icon_cloud-upload, .icon_cloud-download, .icon_lightbulb, .icon_gift, .icon_house, .icon_camera, .icon_mail, .icon_cone, .icon_ribbon, .icon_bag, .icon_cart, .icon_tag, .icon_tags, .icon_trash, .icon_cursor, .icon_mic, .icon_compass, .icon_pin, .icon_pushpin, .icon_map, .icon_drawer, .icon_toolbox, .icon_book, .icon_contacts, .icon_archive, .icon_heart, .icon_profile, .icon_group, .icon_grid-2x2, .icon_grid-3x3, .icon_music, .icon_pause_alt, .icon_phone, .icon_upload, .icon_download, .social_facebook, .social_twitter, .social_pinterest, .social_googleplus, .social_tumblr, .social_tumbleupon, .social_wordpress, .social_instagram, .social_dribbble, .social_vimeo, .social_linkedin, .social_rss, .social_deviantart, .social_share, .social_myspace, .social_skype, .social_youtube, .social_picassa, .social_googledrive, .social_flickr, .social_blogger, .social_spotify, .social_delicious, .social_facebook_circle, .social_twitter_circle, .social_pinterest_circle, .social_googleplus_circle, .social_tumblr_circle, .social_stumbleupon_circle, .social_wordpress_circle, .social_instagram_circle, .social_dribbble_circle, .social_vimeo_circle, .social_linkedin_circle, .social_rss_circle, .social_deviantart_circle, .social_share_circle, .social_myspace_circle, .social_skype_circle, .social_youtube_circle, .social_picassa_circle, .social_googledrive_alt2, .social_flickr_circle, .social_blogger_circle, .social_spotify_circle, .social_delicious_circle, .social_facebook_square, .social_twitter_square, .social_pinterest_square, .social_googleplus_square, .social_tumblr_square, .social_stumbleupon_square, .social_wordpress_square, .social_instagram_square, .social_dribbble_square, .social_vimeo_square, .social_linkedin_square, .social_rss_square, .social_deviantart_square, .social_share_square, .social_myspace_square, .social_skype_square, .social_youtube_square, .social_picassa_square, .social_googledrive_square, .social_flickr_square, .social_blogger_square, .social_spotify_square, .social_delicious_square, .icon_printer, .icon_calulator, .icon_building, .icon_floppy, .icon_drive, .icon_search-2, .icon_id, .icon_id-2, .icon_puzzle, .icon_like, .icon_dislike, .icon_mug, .icon_currency, .icon_wallet, .icon_pens, .icon_easel, .icon_flowchart, .icon_datareport, .icon_briefcase, .icon_shield, .icon_percent, .icon_globe, .icon_globe-2, .icon_target, .icon_hourglass, .icon_balance, .icon_rook, .icon_printer-alt, .icon_calculator_alt, .icon_building_alt, .icon_floppy_alt, .icon_drive_alt, .icon_search_alt, .icon_id_alt, .icon_id-2_alt, .icon_puzzle_alt, .icon_like_alt, .icon_dislike_alt, .icon_mug_alt, .icon_currency_alt, .icon_wallet_alt, .icon_pens_alt, .icon_easel_alt, .icon_flowchart_alt, .icon_datareport_alt, .icon_briefcase_alt, .icon_shield_alt, .icon_percent_alt, .icon_globe_alt, .icon_clipboard {
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased; }

.arrow_up:before {
  content: "\21"; }

.arrow_down:before {
  content: "\22"; }

.arrow_left:before {
  content: "\23"; }

.arrow_right:before {
  content: "\24"; }

.arrow_left-up:before {
  content: "\25"; }

.arrow_right-up:before {
  content: "\26"; }

.arrow_right-down:before {
  content: "\27"; }

.arrow_left-down:before {
  content: "\28"; }

.arrow-up-down:before {
  content: "\29"; }

.arrow_up-down_alt:before {
  content: "\2a"; }

.arrow_left-right_alt:before {
  content: "\2b"; }

.arrow_left-right:before {
  content: "\2c"; }

.arrow_expand_alt2:before {
  content: "\2d"; }

.arrow_expand_alt:before {
  content: "\2e"; }

.arrow_condense:before {
  content: "\2f"; }

.arrow_expand:before {
  content: "\30"; }

.arrow_move:before {
  content: "\31"; }

.arrow_carrot-up:before {
  content: "\32"; }

.arrow_carrot-down:before {
  content: "\33"; }

.arrow_carrot-left:before {
  content: "\34"; }

.arrow_carrot-right:before {
  content: "\35"; }

.arrow_carrot-2up:before {
  content: "\36"; }

.arrow_carrot-2down:before {
  content: "\37"; }

.arrow_carrot-2left:before {
  content: "\38"; }

.arrow_carrot-2right:before {
  content: "\39"; }

.arrow_carrot-up_alt2:before {
  content: "\3a"; }

.arrow_carrot-down_alt2:before {
  content: "\3b"; }

.arrow_carrot-left_alt2:before {
  content: "\3c"; }

.arrow_carrot-right_alt2:before {
  content: "\3d"; }

.arrow_carrot-2up_alt2:before {
  content: "\3e"; }

.arrow_carrot-2down_alt2:before {
  content: "\3f"; }

.arrow_carrot-2left_alt2:before {
  content: "\40"; }

.arrow_carrot-2right_alt2:before {
  content: "\41"; }

.arrow_triangle-up:before {
  content: "\42"; }

.arrow_triangle-down:before {
  content: "\43"; }

.arrow_triangle-left:before {
  content: "\44"; }

.arrow_triangle-right:before {
  content: "\45"; }

.arrow_triangle-up_alt2:before {
  content: "\46"; }

.arrow_triangle-down_alt2:before {
  content: "\47"; }

.arrow_triangle-left_alt2:before {
  content: "\48"; }

.arrow_triangle-right_alt2:before {
  content: "\49"; }

.arrow_back:before {
  content: "\4a"; }

.icon_minus-06:before {
  content: "\4b"; }

.icon_plus:before {
  content: "\4c"; }

.icon_close:before {
  content: "\4d"; }

.icon_check:before {
  content: "\4e"; }

.icon_minus_alt2:before {
  content: "\4f"; }

.icon_plus_alt2:before {
  content: "\50"; }

.icon_close_alt2:before {
  content: "\51"; }

.icon_check_alt2:before {
  content: "\52"; }

.icon_zoom-out_alt:before {
  content: "\53"; }

.icon_zoom-in_alt:before {
  content: "\54"; }

.icon_search:before {
  content: "\55"; }

.icon_box-empty:before {
  content: "\56"; }

.icon_box-selected:before {
  content: "\57"; }

.icon_minus-box:before {
  content: "\58"; }

.icon_plus-box:before {
  content: "\59"; }

.icon_box-checked:before {
  content: "\5a"; }

.icon_circle-empty:before {
  content: "\5b"; }

.icon_circle-slelected:before {
  content: "\5c"; }

.icon_stop_alt2:before {
  content: "\5d"; }

.icon_stop:before {
  content: "\5e"; }

.icon_pause_alt2:before {
  content: "\5f"; }

.icon_pause:before {
  content: "\60"; }

.icon_menu:before {
  content: "\61"; }

.icon_menu-square_alt2:before {
  content: "\62"; }

.icon_menu-circle_alt2:before {
  content: "\63"; }

.icon_ul:before {
  content: "\64"; }

.icon_ol:before {
  content: "\65"; }

.icon_adjust-horiz:before {
  content: "\66"; }

.icon_adjust-vert:before {
  content: "\67"; }

.icon_document_alt:before {
  content: "\68"; }

.icon_documents_alt:before {
  content: "\69"; }

.icon_pencil:before {
  content: "\6a"; }

.icon_pencil-edit_alt:before {
  content: "\6b"; }

.icon_pencil-edit:before {
  content: "\6c"; }

.icon_folder-alt:before {
  content: "\6d"; }

.icon_folder-open_alt:before {
  content: "\6e"; }

.icon_folder-add_alt:before {
  content: "\6f"; }

.icon_info_alt:before {
  content: "\70"; }

.icon_error-oct_alt:before {
  content: "\71"; }

.icon_error-circle_alt:before {
  content: "\72"; }

.icon_error-triangle_alt:before {
  content: "\73"; }

.icon_question_alt2:before {
  content: "\74"; }

.icon_question:before {
  content: "\75"; }

.icon_comment_alt:before {
  content: "\76"; }

.icon_chat_alt:before {
  content: "\77"; }

.icon_vol-mute_alt:before {
  content: "\78"; }

.icon_volume-low_alt:before {
  content: "\79"; }

.icon_volume-high_alt:before {
  content: "\7a"; }

.icon_quotations:before {
  content: "\7b"; }

.icon_quotations_alt2:before {
  content: "\7c"; }

.icon_clock_alt:before {
  content: "\7d"; }

.icon_lock_alt:before {
  content: "\7e"; }

.icon_lock-open_alt:before {
  content: "\e000"; }

.icon_key_alt:before {
  content: "\e001"; }

.icon_cloud_alt:before {
  content: "\e002"; }

.icon_cloud-upload_alt:before {
  content: "\e003"; }

.icon_cloud-download_alt:before {
  content: "\e004"; }

.icon_image:before {
  content: "\e005"; }

.icon_images:before {
  content: "\e006"; }

.icon_lightbulb_alt:before {
  content: "\e007"; }

.icon_gift_alt:before {
  content: "\e008"; }

.icon_house_alt:before {
  content: "\e009"; }

.icon_genius:before {
  content: "\e00a"; }

.icon_mobile:before {
  content: "\e00b"; }

.icon_tablet:before {
  content: "\e00c"; }

.icon_laptop:before {
  content: "\e00d"; }

.icon_desktop:before {
  content: "\e00e"; }

.icon_camera_alt:before {
  content: "\e00f"; }

.icon_mail_alt:before {
  content: "\e010"; }

.icon_cone_alt:before {
  content: "\e011"; }

.icon_ribbon_alt:before {
  content: "\e012"; }

.icon_bag_alt:before {
  content: "\e013"; }

.icon_creditcard:before {
  content: "\e014"; }

.icon_cart_alt:before {
  content: "\e015"; }

.icon_paperclip:before {
  content: "\e016"; }

.icon_tag_alt:before {
  content: "\e017"; }

.icon_tags_alt:before {
  content: "\e018"; }

.icon_trash_alt:before {
  content: "\e019"; }

.icon_cursor_alt:before {
  content: "\e01a"; }

.icon_mic_alt:before {
  content: "\e01b"; }

.icon_compass_alt:before {
  content: "\e01c"; }

.icon_pin_alt:before {
  content: "\e01d"; }

.icon_pushpin_alt:before {
  content: "\e01e"; }

.icon_map_alt:before {
  content: "\e01f"; }

.icon_drawer_alt:before {
  content: "\e020"; }

.icon_toolbox_alt:before {
  content: "\e021"; }

.icon_book_alt:before {
  content: "\e022"; }

.icon_calendar:before {
  content: "\e023"; }

.icon_film:before {
  content: "\e024"; }

.icon_table:before {
  content: "\e025"; }

.icon_contacts_alt:before {
  content: "\e026"; }

.icon_headphones:before {
  content: "\e027"; }

.icon_lifesaver:before {
  content: "\e028"; }

.icon_piechart:before {
  content: "\e029"; }

.icon_refresh:before {
  content: "\e02a"; }

.icon_link_alt:before {
  content: "\e02b"; }

.icon_link:before {
  content: "\e02c"; }

.icon_loading:before {
  content: "\e02d"; }

.icon_blocked:before {
  content: "\e02e"; }

.icon_archive_alt:before {
  content: "\e02f"; }

.icon_heart_alt:before {
  content: "\e030"; }

.icon_star_alt:before {
  content: "\e031"; }

.icon_star-half_alt:before {
  content: "\e032"; }

.icon_star:before {
  content: "\e033"; }

.icon_star-half:before {
  content: "\e034"; }

.icon_tools:before {
  content: "\e035"; }

.icon_tool:before {
  content: "\e036"; }

.icon_cog:before {
  content: "\e037"; }

.icon_cogs:before {
  content: "\e038"; }

.arrow_up_alt:before {
  content: "\e039"; }

.arrow_down_alt:before {
  content: "\e03a"; }

.arrow_left_alt:before {
  content: "\e03b"; }

.arrow_right_alt:before {
  content: "\e03c"; }

.arrow_left-up_alt:before {
  content: "\e03d"; }

.arrow_right-up_alt:before {
  content: "\e03e"; }

.arrow_right-down_alt:before {
  content: "\e03f"; }

.arrow_left-down_alt:before {
  content: "\e040"; }

.arrow_condense_alt:before {
  content: "\e041"; }

.arrow_expand_alt3:before {
  content: "\e042"; }

.arrow_carrot_up_alt:before {
  content: "\e043"; }

.arrow_carrot-down_alt:before {
  content: "\e044"; }

.arrow_carrot-left_alt:before {
  content: "\e045"; }

.arrow_carrot-right_alt:before {
  content: "\e046"; }

.arrow_carrot-2up_alt:before {
  content: "\e047"; }

.arrow_carrot-2dwnn_alt:before {
  content: "\e048"; }

.arrow_carrot-2left_alt:before {
  content: "\e049"; }

.arrow_carrot-2right_alt:before {
  content: "\e04a"; }

.arrow_triangle-up_alt:before {
  content: "\e04b"; }

.arrow_triangle-down_alt:before {
  content: "\e04c"; }

.arrow_triangle-left_alt:before {
  content: "\e04d"; }

.arrow_triangle-right_alt:before {
  content: "\e04e"; }

.icon_minus_alt:before {
  content: "\e04f"; }

.icon_plus_alt:before {
  content: "\e050"; }

.icon_close_alt:before {
  content: "\e051"; }

.icon_check_alt:before {
  content: "\e052"; }

.icon_zoom-out:before {
  content: "\e053"; }

.icon_zoom-in:before {
  content: "\e054"; }

.icon_stop_alt:before {
  content: "\e055"; }

.icon_menu-square_alt:before {
  content: "\e056"; }

.icon_menu-circle_alt:before {
  content: "\e057"; }

.icon_document:before {
  content: "\e058"; }

.icon_documents:before {
  content: "\e059"; }

.icon_pencil_alt:before {
  content: "\e05a"; }

.icon_folder:before {
  content: "\e05b"; }

.icon_folder-open:before {
  content: "\e05c"; }

.icon_folder-add:before {
  content: "\e05d"; }

.icon_folder_upload:before {
  content: "\e05e"; }

.icon_folder_download:before {
  content: "\e05f"; }

.icon_info:before {
  content: "\e060"; }

.icon_error-circle:before {
  content: "\e061"; }

.icon_error-oct:before {
  content: "\e062"; }

.icon_error-triangle:before {
  content: "\e063"; }

.icon_question_alt:before {
  content: "\e064"; }

.icon_comment:before {
  content: "\e065"; }

.icon_chat:before {
  content: "\e066"; }

.icon_vol-mute:before {
  content: "\e067"; }

.icon_volume-low:before {
  content: "\e068"; }

.icon_volume-high:before {
  content: "\e069"; }

.icon_quotations_alt:before {
  content: "\e06a"; }

.icon_clock:before {
  content: "\e06b"; }

.icon_lock:before {
  content: "\e06c"; }

.icon_lock-open:before {
  content: "\e06d"; }

.icon_key:before {
  content: "\e06e"; }

.icon_cloud:before {
  content: "\e06f"; }

.icon_cloud-upload:before {
  content: "\e070"; }

.icon_cloud-download:before {
  content: "\e071"; }

.icon_lightbulb:before {
  content: "\e072"; }

.icon_gift:before {
  content: "\e073"; }

.icon_house:before {
  content: "\e074"; }

.icon_camera:before {
  content: "\e075"; }

.icon_mail:before {
  content: "\e076"; }

.icon_cone:before {
  content: "\e077"; }

.icon_ribbon:before {
  content: "\e078"; }

.icon_bag:before {
  content: "\e079"; }

.icon_cart:before {
  content: "\e07a"; }

.icon_tag:before {
  content: "\e07b"; }

.icon_tags:before {
  content: "\e07c"; }

.icon_trash:before {
  content: "\e07d"; }

.icon_cursor:before {
  content: "\e07e"; }

.icon_mic:before {
  content: "\e07f"; }

.icon_compass:before {
  content: "\e080"; }

.icon_pin:before {
  content: "\e081"; }

.icon_pushpin:before {
  content: "\e082"; }

.icon_map:before {
  content: "\e083"; }

.icon_drawer:before {
  content: "\e084"; }

.icon_toolbox:before {
  content: "\e085"; }

.icon_book:before {
  content: "\e086"; }

.icon_contacts:before {
  content: "\e087"; }

.icon_archive:before {
  content: "\e088"; }

.icon_heart:before {
  content: "\e089"; }

.icon_profile:before {
  content: "\e08a"; }

.icon_group:before {
  content: "\e08b"; }

.icon_grid-2x2:before {
  content: "\e08c"; }

.icon_grid-3x3:before {
  content: "\e08d"; }

.icon_music:before {
  content: "\e08e"; }

.icon_pause_alt:before {
  content: "\e08f"; }

.icon_phone:before {
  content: "\e090"; }

.icon_upload:before {
  content: "\e091"; }

.icon_download:before {
  content: "\e092"; }

.social_facebook:before {
  content: "\e093"; }

.social_twitter:before {
  content: "\e094"; }

.social_pinterest:before {
  content: "\e095"; }

.social_googleplus:before {
  content: "\e096"; }

.social_tumblr:before {
  content: "\e097"; }

.social_tumbleupon:before {
  content: "\e098"; }

.social_wordpress:before {
  content: "\e099"; }

.social_instagram:before {
  content: "\e09a"; }

.social_dribbble:before {
  content: "\e09b"; }

.social_vimeo:before {
  content: "\e09c"; }

.social_linkedin:before {
  content: "\e09d"; }

.social_rss:before {
  content: "\e09e"; }

.social_deviantart:before {
  content: "\e09f"; }

.social_share:before {
  content: "\e0a0"; }

.social_myspace:before {
  content: "\e0a1"; }

.social_skype:before {
  content: "\e0a2"; }

.social_youtube:before {
  content: "\e0a3"; }

.social_picassa:before {
  content: "\e0a4"; }

.social_googledrive:before {
  content: "\e0a5"; }

.social_flickr:before {
  content: "\e0a6"; }

.social_blogger:before {
  content: "\e0a7"; }

.social_spotify:before {
  content: "\e0a8"; }

.social_delicious:before {
  content: "\e0a9"; }

.social_facebook_circle:before {
  content: "\e0aa"; }

.social_twitter_circle:before {
  content: "\e0ab"; }

.social_pinterest_circle:before {
  content: "\e0ac"; }

.social_googleplus_circle:before {
  content: "\e0ad"; }

.social_tumblr_circle:before {
  content: "\e0ae"; }

.social_stumbleupon_circle:before {
  content: "\e0af"; }

.social_wordpress_circle:before {
  content: "\e0b0"; }

.social_instagram_circle:before {
  content: "\e0b1"; }

.social_dribbble_circle:before {
  content: "\e0b2"; }

.social_vimeo_circle:before {
  content: "\e0b3"; }

.social_linkedin_circle:before {
  content: "\e0b4"; }

.social_rss_circle:before {
  content: "\e0b5"; }

.social_deviantart_circle:before {
  content: "\e0b6"; }

.social_share_circle:before {
  content: "\e0b7"; }

.social_myspace_circle:before {
  content: "\e0b8"; }

.social_skype_circle:before {
  content: "\e0b9"; }

.social_youtube_circle:before {
  content: "\e0ba"; }

.social_picassa_circle:before {
  content: "\e0bb"; }

.social_googledrive_alt2:before {
  content: "\e0bc"; }

.social_flickr_circle:before {
  content: "\e0bd"; }

.social_blogger_circle:before {
  content: "\e0be"; }

.social_spotify_circle:before {
  content: "\e0bf"; }

.social_delicious_circle:before {
  content: "\e0c0"; }

.social_facebook_square:before {
  content: "\e0c1"; }

.social_twitter_square:before {
  content: "\e0c2"; }

.social_pinterest_square:before {
  content: "\e0c3"; }

.social_googleplus_square:before {
  content: "\e0c4"; }

.social_tumblr_square:before {
  content: "\e0c5"; }

.social_stumbleupon_square:before {
  content: "\e0c6"; }

.social_wordpress_square:before {
  content: "\e0c7"; }

.social_instagram_square:before {
  content: "\e0c8"; }

.social_dribbble_square:before {
  content: "\e0c9"; }

.social_vimeo_square:before {
  content: "\e0ca"; }

.social_linkedin_square:before {
  content: "\e0cb"; }

.social_rss_square:before {
  content: "\e0cc"; }

.social_deviantart_square:before {
  content: "\e0cd"; }

.social_share_square:before {
  content: "\e0ce"; }

.social_myspace_square:before {
  content: "\e0cf"; }

.social_skype_square:before {
  content: "\e0d0"; }

.social_youtube_square:before {
  content: "\e0d1"; }

.social_picassa_square:before {
  content: "\e0d2"; }

.social_googledrive_square:before {
  content: "\e0d3"; }

.social_flickr_square:before {
  content: "\e0d4"; }

.social_blogger_square:before {
  content: "\e0d5"; }

.social_spotify_square:before {
  content: "\e0d6"; }

.social_delicious_square:before {
  content: "\e0d7"; }

.icon_printer:before {
  content: "\e103"; }

.icon_calulator:before {
  content: "\e0ee"; }

.icon_building:before {
  content: "\e0ef"; }

.icon_floppy:before {
  content: "\e0e8"; }

.icon_drive:before {
  content: "\e0ea"; }

.icon_search-2:before {
  content: "\e101"; }

.icon_id:before {
  content: "\e107"; }

.icon_id-2:before {
  content: "\e108"; }

.icon_puzzle:before {
  content: "\e102"; }

.icon_like:before {
  content: "\e106"; }

.icon_dislike:before {
  content: "\e0eb"; }

.icon_mug:before {
  content: "\e105"; }

.icon_currency:before {
  content: "\e0ed"; }

.icon_wallet:before {
  content: "\e100"; }

.icon_pens:before {
  content: "\e104"; }

.icon_easel:before {
  content: "\e0e9"; }

.icon_flowchart:before {
  content: "\e109"; }

.icon_datareport:before {
  content: "\e0ec"; }

.icon_briefcase:before {
  content: "\e0fe"; }

.icon_shield:before {
  content: "\e0f6"; }

.icon_percent:before {
  content: "\e0fb"; }

.icon_globe:before {
  content: "\e0e2"; }

.icon_globe-2:before {
  content: "\e0e3"; }

.icon_target:before {
  content: "\e0f5"; }

.icon_hourglass:before {
  content: "\e0e1"; }

.icon_balance:before {
  content: "\e0ff"; }

.icon_rook:before {
  content: "\e0f8"; }

.icon_printer-alt:before {
  content: "\e0fa"; }

.icon_calculator_alt:before {
  content: "\e0e7"; }

.icon_building_alt:before {
  content: "\e0fd"; }

.icon_floppy_alt:before {
  content: "\e0e4"; }

.icon_drive_alt:before {
  content: "\e0e5"; }

.icon_search_alt:before {
  content: "\e0f7"; }

.icon_id_alt:before {
  content: "\e0e0"; }

.icon_id-2_alt:before {
  content: "\e0fc"; }

.icon_puzzle_alt:before {
  content: "\e0f9"; }

.icon_like_alt:before {
  content: "\e0dd"; }

.icon_dislike_alt:before {
  content: "\e0f1"; }

.icon_mug_alt:before {
  content: "\e0dc"; }

.icon_currency_alt:before {
  content: "\e0f3"; }

.icon_wallet_alt:before {
  content: "\e0d8"; }

.icon_pens_alt:before {
  content: "\e0db"; }

.icon_easel_alt:before {
  content: "\e0f0"; }

.icon_flowchart_alt:before {
  content: "\e0df"; }

.icon_datareport_alt:before {
  content: "\e0f2"; }

.icon_briefcase_alt:before {
  content: "\e0f4"; }

.icon_shield_alt:before {
  content: "\e0d9"; }

.icon_percent_alt:before {
  content: "\e0da"; }

.icon_globe_alt:before {
  content: "\e0de"; }

.icon_clipboard:before {
  content: "\e0e6"; }

.glyph {
  float: left;
  text-align: center;
  padding: .75em;
  margin: .4em 1.5em .75em 0;
  width: 6em;
  text-shadow: none; }

.glyph_big {
  font-size: 128px;
  color: #59c5dc;
  float: left;
  margin-right: 20px; }

.glyph div {
  padding-bottom: 10px; }

.glyph input {
  font-family: consolas, monospace;
  font-size: 12px;
  width: 100%;
  text-align: center;
  border: 0;
  box-shadow: 0 0 0 1px #ccc;
  padding: .2em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.centered {
  margin-left: auto;
  margin-right: auto; }

.glyph .fs1 {
  font-size: 2em; }

/* Import Owl Carousel */
/* ----------------------------------------------------------------
	Socials
	Accordion - Toggle
	Alphabetic Accordion
	Overlapping Text
	Checkbox
	Widgets
	Map Widgets
	Table Widgets
	List Widgets
	Image List Widgets
	Trip Widgets
	Masonry
	PopUp Elements
	Gallery
	Gallery Element
	ToolTip
	Text Divider
	Masonry
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Socials
-----------------------------------------------------------------*/
ul.dv-socials {
  margin: 0;
  list-style: none; }

ul.dv-socials li {
  display: inline-block;
  width: 23px;
  height: 23px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
  margin: 0 5px; }

ul.dv-socials li a {
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  transition: color 0.35s ease; }

ul.dv-socials li:first-child {
  margin-left: 0px; }

ul.dv-socials li:last-child {
  margin-right: 0px; }

/* ----------------------------------------------------------------
	Accordion - Toggle
-----------------------------------------------------------------*/
.dv-accordion ul {
  list-style: none;
  margin: 0; }

.dv-accordion ul li .dv-accordion-content {
  display: none;
  padding-top: 30px; }

.dv-accordion ul li.open .dv-accordion-content {
  display: block; }

.dv-accordion ul li .dv-accordion-title {
  cursor: pointer; }

.dv-main-accordion.dv-accordion i {
  font-size: 16px; }

/* ----------------------------------------------------------------
	Alphabetic Accordion
-----------------------------------------------------------------*/
.dv-alphabetic-accordion .dv-title {
  font-style: italic;
  border: 1px solid #E8E8E8;
  background-color: #f0f0f0;
  color: #232323;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px; }

.dv-alphabetic-accordion .dv-title.open {
  border: 1px solid #300707;
  background-color: #641313;
  color: #ffffff; }

.dv-alphabetic-accordion .dv-accordion-content {
  padding: 0 15px; }

/* ----------------------------------------------------------------
	Overlapping Text
-----------------------------------------------------------------*/
.dv-text-overlapping {
  width: 33%;
  position: relative;
  z-index: 10;
  color: #ffffff; }

.dv-text-overlapping p:last-child {
  margin-bottom: 0px; }

/* ----------------------------------------------------------------
	Checkbox
-----------------------------------------------------------------*/
input[type=checkbox] {
  visibility: hidden; }

.dv-checkbox {
  width: 12px;
  height: 12px;
  margin-top: 4px;
  position: relative; }

.dv-checkbox label {
  cursor: pointer;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  left: 12px;
  border-radius: 2px;
  /*background-color: #F7F7F7;*/
  min-width: 200px; }

.dv-checkbox label:after {
  opacity: 0.1;
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #ff893a;
  top: 6px;
  left: -12px; }

/*
.dv-checkbox label:hover::after {
	opacity: 0.3;
}*/
.dv-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1; }

.dv-checkbox input[type=checkbox]:checked + .dv-label-all-selected:after {
  opacity: 0.4; }

/* ----------------------------------------------------------------
	Widgets
-----------------------------------------------------------------*/
/* Widget General */
.dv-widget {
  margin-bottom: 60px; }

.dv-widget ul {
  margin: 0;
  list-style: none; }

.dv-widget:last-child {
  margin-bottom: 0; }

.dv-widget p:last-child {
  margin-bottom: 0; }

.dv-widget > ul > li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; }

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

/* ----------------------------------------------------------------
	Map Widgets
-----------------------------------------------------------------*/
.dv-map-widget img {
  width: 100%; }

/* ----------------------------------------------------------------
	Table Widgets
-----------------------------------------------------------------*/
.dv-table-widget table {
  width: 100%; }

.dv-table-widget td,
.dv-table-widget th {
  padding: 5px 10px;
  line-height: 1.5;
  border-right: 1px solid;
  text-align: center;
  font-size: 11px; }

.dv-table-widget td.dv-title {
  text-align: left;
  width: 120px; }

.dv-table-widget table tr:nth-child(even) {
  background-color: #fcfaf6; }

.dv-table-widget table,
.dv-table-widget tr,
.dv-table-widget td,
.dv-table-widget th {
  border-color: #f6f0d7; }

/* ----------------------------------------------------------------
	List Widgets
-----------------------------------------------------------------*/
.dv-list-widget ul li {
  margin-bottom: 10px;
  padding-left: 13px;
  position: relative;
  line-height: 18px; }

.dv-list-widget ul li:last-child {
  margin-bottom: 0; }

.dv-list-widget ul li:before {
  content: '\5e';
  font-family: 'ElegantIcons';
  font-size: 11px;
  position: absolute;
  left: 0;
  top: 1px; }

/* ----------------------------------------------------------------
	Image List Widgets
-----------------------------------------------------------------*/
ul.dv-image-list {
  margin: 0;
  list-style: none; }

ul.dv-image-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

.dv-image-list-widget ul li a {
  display: block;
  overflow: hidden; }

/* ----------------------------------------------------------------
	Trip Widgets
-----------------------------------------------------------------*/
.dv-trip-widget ul {
  margin: 0;
  list-style: none; }

.dv-trip-widget ul li {
  position: relative; }

.dv-trip-widget ul li i {
  position: absolute;
  top: 6px;
  left: -6px; }

.dv-image-box {
  width: 160px;
  height: 180px;
  position: relative; }

.dv-content-box ul {
  margin: 0;
  list-style: none; }

.dv-content-box ul li {
  position: relative; }

.dv-content-box {
  width: 190px; }

.dv-content-box i {
  position: absolute;
  top: 4px;
  left: -15px; }

/* ----------------------------------------------------------------
	Masonry
-----------------------------------------------------------------*/
.dv-masonry-item.dv-video .dv-image,
.dv-masonry-item.dv-360 .dv-image {
  position: relative; }

.dv-masonry-item.dv-video .dv-bg-image:after,
.dv-masonry-item.dv-360 .dv-bg-image:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  display: inline-block;
  background-size: 100%;
  z-index: 5; }

.dv-masonry-item.dv-video .dv-bg-image:after {
  background-image: url(/TestTheme-theme/css/../images/graphics/video-icon.png); }

.dv-masonry-item.dv-360 .dv-bg-image:after {
  background-image: url(/TestTheme-theme/css/../images/graphics/360-icon.png); }

/* ----------------------------------------------------------------
	PopUp Element
-----------------------------------------------------------------*/
.dv-popup-element-md {
  max-width: 600px;
  margin: 50px auto; }

.dv-popup-element-lg {
  max-width: 900px;
  margin: 50px auto;
  overflow: hidden; }

.dv-popup-element-lg .dv-left-side {
  width: 66.66666667%;
  float: left; }

.dv-popup-element-lg .dv-right-side {
  width: 33.33333333%;
  float: left;
  position: relative; }

/* ----------------------------------------------------------------
	Gallery
-----------------------------------------------------------------*/
.dv-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3; }

.dv-navigation-next {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 3; }

.dv-slide-number {
  font-size: 10px;
  margin-right: 2px;
  max-height: 34px; }

#dv-header .dv-carousel ul {
  height: 80px; }

#dv-header .dv-carousel ul li {
  opacity: 0.4;
  vertical-align: top;
  position: relative; }

#dv-header .dv-carousel ul li:hover,
#dv-header .dv-carousel ul li.active {
  opacity: 1; }

/* ----------------------------------------------------------------
	Gallery Element
-----------------------------------------------------------------*/
ul.dv-gallery {
  margin: 0 -10px 30px -10px;
  list-style: none; }

ul.dv-gallery:before,
ul.dv-gallery:after {
  display: table;
  content: " "; }

ul.dv-gallery:after {
  clear: both; }

ul.dv-gallery li {
  float: left;
  padding: 0 10px; }

ul.dv-gallery.dv-4-columns li {
  width: 25%; }

ul.dv-gallery.dv-3-columns li {
  width: 33.3%; }

ul.dv-gallery.dv-2-columns li {
  width: 50%; }

/* ----------------------------------------------------------------
	ToolTip
-----------------------------------------------------------------*/
.dv-tooltip-parent {
  position: relative; }

.dv-tooltip {
  line-height: 1.2;
  width: 200px;
  padding: 10px;
  position: absolute;
  background-color: #ffffff;
  display: inline-block;
  bottom: 140%;
  left: 50%;
  margin-left: -100px;
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease; }

.dv-tooltip:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffffff; }

.dv-tooltip-parent:hover .dv-tooltip {
  opacity: 1; }

/* ----------------------------------------------------------------
	Text Divider
-----------------------------------------------------------------*/
.dv-text-divider {
  position: relative;
  margin: 50px 0; }

.dv-text-divider span {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  text-align: center;
  background-color: #FCFCFC; }

/* ----------------------------------------------------------------
	Masonry
-----------------------------------------------------------------*/
.dv-masonry-item .dv-title-border {
  margin-bottom: 0.625em; }

.dv-masonry-item p {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 24px; }

/**
 * Grid Settings
 * ----------------------------------------------------------------------------
 */
.ps-stack {
  float: left;
  width: 270px; }

#dv-theme-wrapper {
  position: relative;
  float: none;
  width: 1220px;
  margin: 0 auto;
  background-color: #FFF; }

body.dv-stretched #dv-theme-wrapper {
  width: 100%;
  margin: 0; }

.dv-container {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  position: relative; }

.dv-container:before,
.dv-container:after {
  display: table;
  content: " "; }

.dv-container:after {
  clear: both; }

.dv-row {
  margin-right: -15px;
  margin-left: -15px;
  padding-bottom: 20px; }

.dv-row:before,
.dv-row:after {
  display: table;
  content: " "; }

.dv-row:after {
  clear: both; }

.dv-element {
  position: relative;
  margin: 0px 0px 30px 0px;
  z-index: 3;
  display: block; }

.dv-element p:last-child {
  margin-bottom: 0px; }

.dv-row .dv-element:last-child {
  margin-bottom: 0px; }

.dv-section {
  position: relative; }

.dv-feature-header {
  margin-top: -60px; }

.dv-feature-footer {
  margin-bottom: -60px; }

.dv-column-1-12,
.dv-column-5-12,
.dv-column-7-12,
.dv-column-11-12,
.dv-column-1-6,
.dv-column-1-5,
.dv-column-1-4,
.dv-column-1-2,
.dv-column-1-3,
.dv-column-2-3,
.dv-column-3-4,
.dv-column-4-5,
.dv-column-5-6,
.dv-column-1 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  z-index: 3; }

.dv-column-1-12 {
  width: 8.33333333%; }

.dv-column-5-12 {
  width: 41.66666667%; }

.dv-column-7-12 {
  width: 58.33333333%; }

.dv-column-11-12 {
  width: 91.66666667%; }

.dv-column-1-6 {
  width: 16.66666667%; }

.dv-column-1-5 {
  width: 20%; }

.dv-column-1-4 {
  width: 25%; }

.dv-column-1-3 {
  width: 33.33333333%; }

.dv-column-1-2 {
  width: 50.0%; }

.dv-column-2-3 {
  width: 66.66666667%; }

.dv-column-3-4 {
  width: 75.0%; }

.dv-column-4-5 {
  width: 80.0%; }

.dv-column-5-6 {
  width: 83.33333333%; }

.dv-column-1 {
  width: 100.0%; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

/* Hides from IE-mac \*/
.clearfix {
  display: block; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.dv-section.dv-full-width .dv-row {
  margin-left: 0;
  margin-right: 0; }

.dv-section.dv-full-width .dv-column-1-12,
.dv-section.dv-full-width .dv-column-5-12,
.dv-section.dv-full-width .dv-column-7-12,
.dv-section.dv-full-width .dv-column-11-12,
.dv-section.dv-full-width .dv-column-1-6,
.dv-section.dv-full-width .dv-column-1-5,
.dv-section.dv-full-width .dv-column-1-4,
.dv-section.dv-full-width .dv-column-1-2,
.dv-section.dv-full-width .dv-column-1-3,
.dv-section.dv-full-width .dv-column-2-3,
.dv-section.dv-full-width .dv-column-3-4,
.dv-section.dv-full-width .dv-column-4-5,
.dv-section.dv-full-width .dv-column-5-6,
.dv-section.dv-full-width .dv-column-1 {
  padding-right: 0;
  padding-left: 0; }

/* #Media Queries
================================================== */
/* Desktops and laptops ----------- */
/* Tablet (landscape) ----------- */
@media only screen and (min-width: 960px) and (max-width: 1200px) {
  .dv-tablet-column-hide {
    display: none; } }
@media only screen and (max-width: 1200px) {
  .dv-container {
    max-width: 900px; }

  /* Tablet Columns */
  .dv-tablet-column-1-12 {
    width: 8.33333333%; }

  .dv-tablet-column-5-12 {
    width: 41.66666667%; }

  .dv-tablet-column-7-12 {
    width: 58.33333333%; }

  .dv-tablet-column-11-12 {
    width: 91.66666667%; }

  .dv-tablet-column-1-6 {
    width: 16.66666667%; }

  .dv-tablet-column-1-5 {
    width: 20%; }

  .dv-tablet-column-1-4 {
    width: 25%; }

  .dv-tablet-column-1-3 {
    width: 33.33333333%; }

  .dv-tablet-column-1-2 {
    width: 50.0%; }

  .dv-tablet-column-2-3 {
    width: 66.66666667%; }

  .dv-tablet-column-3-4 {
    width: 75.0%; }

  .dv-tablet-column-4-5 {
    width: 80.0%; }

  .dv-tablet-column-5-6 {
    width: 83.33333333%; }

  .dv-tablet-column-1 {
    width: 100.0%; }

  .dv-tablet-column-1-2:nth-child(2n+1) {
    clear: both; }

  .dv-tablet-column-1-12 .dv-element:last-child,
  .dv-tablet-column-5-12 .dv-element:last-child,
  .dv-tablet-column-7-12 .dv-element:last-child,
  .dv-tablet-column-11-12 .dv-element:last-child,
  .dv-tablet-column-1-6 .dv-element:last-child,
  .dv-tablet-column-1-5 .dv-element:last-child,
  .dv-tablet-column-1-4 .dv-element:last-child,
  .dv-tablet-column-1-2 .dv-element:last-child,
  .dv-tablet-column-1-3 .dv-element:last-child,
  .dv-tablet-column-2-3 .dv-element:last-child,
  .dv-tablet-column-3-4 .dv-element:last-child,
  .dv-tablet-column-4-5 .dv-element:last-child,
  .dv-tablet-column-5-6 .dv-element:last-child,
  .dv-tablet-column-1 .dv-element:last-child {
    margin-bottom: 30px; }

  .dv-tablet-column-1-12:last-child .dv-element:last-child,
  .dv-tablet-column-5-12:last-child .dv-element:last-child,
  .dv-tablet-column-7-12:last-child .dv-element:last-child,
  .dv-tablet-column-11-12:last-child .dv-element:last-child,
  .dv-tablet-column-1-6:last-child .dv-element:last-child,
  .dv-tablet-column-1-5:last-child .dv-element:last-child,
  .dv-tablet-column-1-4:last-child .dv-element:last-child,
  .dv-tablet-column-1-2:last-child .dv-element:last-child,
  .dv-tablet-column-1-3:last-child .dv-element:last-child,
  .dv-tablet-column-2-3:last-child .dv-element:last-child,
  .dv-tablet-column-3-4:last-child .dv-element:last-child,
  .dv-tablet-column-4-5:last-child .dv-element:last-child,
  .dv-tablet-column-5-6:last-child .dv-element:last-child,
  .dv-tablet-column-1:last-child .dv-element:last-child {
    margin-bottom: 0px; } }
/* Tablet (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .dv-tablet-sm-column-hide {
    display: none; } }
@media only screen and (max-width: 959px) {
  .dv-container {
    max-width: 720px; }

  /* Tablet Columns */
  .dv-tablet-sm-column-1-12 {
    width: 8.33333333%; }

  .dv-tablet-sm-column-5-12 {
    width: 41.66666667%; }

  .dv-tablet-sm-column-7-12 {
    width: 58.33333333%; }

  .dv-tablet-sm-column-11-12 {
    width: 91.66666667%; }

  .dv-tablet-sm-column-1-6 {
    width: 16.66666667%; }

  .dv-tablet-sm-column-1-5 {
    width: 20%; }

  .dv-tablet-sm-column-1-4 {
    width: 25%; }

  .dv-tablet-sm-column-1-3 {
    width: 33.33333333%; }

  .dv-tablet-sm-column-1-2 {
    width: 50.0%; }

  .dv-tablet-sm-column-2-3 {
    width: 66.66666667%; }

  .dv-tablet-sm-column-3-4 {
    width: 75.0%; }

  .dv-tablet-sm-column-4-5 {
    width: 80.0%; }

  .dv-tablet-sm-column-5-6 {
    width: 83.33333333%; }

  .dv-tablet-sm-column-1 {
    width: 100.0%; }

  .dv-tablet-sm-column-1-2:nth-child(2n+1) {
    clear: both; }

  .dv-tablet-sm-column-1-12 .dv-element:last-child,
  .dv-tablet-sm-column-5-12 .dv-element:last-child,
  .dv-tablet-sm-column-7-12 .dv-element:last-child,
  .dv-tablet-sm-column-11-12 .dv-element:last-child,
  .dv-tablet-sm-column-1-6 .dv-element:last-child,
  .dv-tablet-sm-column-1-5 .dv-element:last-child,
  .dv-tablet-sm-column-1-4 .dv-element:last-child,
  .dv-tablet-sm-column-1-2 .dv-element:last-child,
  .dv-tablet-sm-column-1-3 .dv-element:last-child,
  .dv-tablet-sm-column-2-3 .dv-element:last-child,
  .dv-tablet-sm-column-3-4 .dv-element:last-child,
  .dv-tablet-sm-column-4-5 .dv-element:last-child,
  .dv-tablet-sm-column-5-6 .dv-element:last-child,
  .dv-tablet-sm-column-1 .dv-element:last-child {
    margin-bottom: 30px; }

  .dv-tablet-sm-column-1-12:last-child .dv-element:last-child,
  .dv-tablet-sm-column-5-12:last-child .dv-element:last-child,
  .dv-tablet-sm-column-7-12:last-child .dv-element:last-child,
  .dv-tablet-sm-column-11-12:last-child .dv-element:last-child,
  .dv-tablet-sm-column-1-6:last-child .dv-element:last-child,
  .dv-tablet-sm-column-1-5:last-child .dv-element:last-child,
  .dv-tablet-sm-column-1-4:last-child .dv-element:last-child,
  .dv-tablet-sm-column-1-2:last-child .dv-element:last-child,
  .dv-tablet-sm-column-1-3:last-child .dv-element:last-child,
  .dv-tablet-sm-column-2-3:last-child .dv-element:last-child,
  .dv-tablet-sm-column-3-4:last-child .dv-element:last-child,
  .dv-tablet-sm-column-4-5:last-child .dv-element:last-child,
  .dv-tablet-sm-column-5-6:last-child .dv-element:last-child,
  .dv-tablet-sm-column-1:last-child .dv-element:last-child {
    margin-bottom: 0px; } }
/* Smartphones (landscape) ----------- */
@media only screen and (max-width: 767px) {
  .dv-container {
    max-width: 420px; }

  .dv-mobile-column-hide {
    display: none; }

  .dv-row > div .dv-element:last-child {
    margin-bottom: 30px; }

  .dv-row > div:last-child .dv-element:last-child {
    margin-bottom: 0px; }

  .dv-row .dv-row > div .dv-element:last-child {
    margin-bottom: 30px; }

  .dv-column-1-12,
  .dv-column-5-12,
  .dv-column-7-12,
  .dv-column-11-12,
  .dv-column-1-6,
  .dv-column-1-5,
  .dv-column-1-4,
  .dv-column-1-2,
  .dv-column-1-3,
  .dv-column-2-3,
  .dv-column-3-4,
  .dv-column-4-5,
  .dv-column-5-6,
  .dv-column-1 {
    width: 100%; }

  #dv-main-content .dv-column-1-12,
  #dv-main-content .dv-column-5-12,
  #dv-main-content .dv-column-7-12,
  #dv-main-content .dv-column-11-12,
  #dv-main-content .dv-column-1-6,
  #dv-main-content .dv-column-1-5,
  #dv-main-content .dv-column-1-4,
  #dv-main-content .dv-column-1-2,
  #dv-main-content .dv-column-1-3,
  #dv-main-content .dv-column-2-3,
  #dv-main-content .dv-column-3-4,
  #dv-main-content .dv-column-4-5,
  #dv-main-content .dv-column-5-6,
  #dv-main-content .dv-column-1 {
    border: none !important; } }
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 479px) {
  .dv-container {
    width: 240px; }

  .dv-column-1-12,
  .dv-column-5-12,
  .dv-column-7-12,
  .dv-column-11-12,
  .dv-column-1-6,
  .dv-column-1-5,
  .dv-column-1-4,
  .dv-column-1-2,
  .dv-column-1-3,
  .dv-column-2-3,
  .dv-column-3-4,
  .dv-column-4-5,
  .dv-column-5-6,
  .dv-column-1 {
    width: 100%; } }
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  /* cursor: -moz-zoom-out;
   cursor: -webkit-zoom-out;
   cursor: zoom-out; */ }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.9);
  margin: 20px; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  /*opacity: 0.65;*/
  opacity: 1;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* mouse grab icon */
.grabbing {
  cursor: url(/TestTheme-theme/css/../images/graphics/grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 0;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0; }

.owl-pagination {
  display: inline-block;
  height: 22px; }

.owl-carousel {
  margin-bottom: 30px; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #ffffff; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(/TestTheme-theme/css/AjaxLoader.gif) no-repeat center center; }

/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 4s both ease;
  -moz-animation: fadeOut 4s both ease;
  animation: fadeOut 4s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn 4s both ease;
  -moz-animation: fadeIn 4s both ease;
  animation: fadeIn 4s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

@-moz-keyframes empty {
  0% {
    opacity: 1; } }

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

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

  100% {
    opacity: 1; } }

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

  100% {
    opacity: 1; } }

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

  100% {
    opacity: 1; } }

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

  100% {
    opacity: 0; } }

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

  100% {
    opacity: 0; } }

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

  100% {
    opacity: 0; } }

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }

  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }

  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: .5;
    transform: translateZ(-500px); }

  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }

/* ----------------------------------------------------------------
	Tablet Landscape
	Tablet Portait
	Mobile Landscape
	Mobile Portait
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Tablet Landscape
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Tablet Portait
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Mobile Landscape
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Mobile Portait
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------

	Typography
	Header
	Bottom Bar
	Default Header
	Main Menu
	Header Socials
	Feature Section
	Page Title
	Media Bar
	Main Content
	Footer
	Spinner
	Text Colors
	Backgrounds Colors
	Borders

-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: 'Roboto', sans-serif; }

h1, .dv-h1 {
  font-size: 36px; }

h2, .dv-h2 {
  font-size: 24px; }

h3, .dv-h3 {
  font-size: 18px; }

h4, .dv-h4 {
  font-size: 15px; }

h5, .dv-h5 {
  font-size: 14px; }

h6, .dv-h6 {
  font-size: 12px; }

html {
  font-size: 10px; }

body {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  background-color: #FCFCFC; }

/*a {
	color: #ff893a;
}*/
p {
  font-size: 16px;
  line-height: 30px;
  text-align: justify; }

#dv-content p.dv-quote {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300; }

.dv-small-text,
p.dv-small-text {
  font-size: 14px;
  line-height: 20px; }

.dv-medium-text,
p.dv-medium-text {
  font-size: 13px;
  line-height: 18px; }

.dv-leader-text {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300; }

.dv-sub-text {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300; }

/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/
#dv-header #dv-header-wrapper {
  /*	height: 80px;*/
  line-height: 80px; }

#dv-logo-wrapper {
  height: 80px; }

/* ----------------------------------------------------------------
	Bottom Bar
-----------------------------------------------------------------*/
#dv-header-bar .dv-bottom-bar {
  background-color: #1a1a1a;
  height: 40px;
  line-height: 40px; }

.dv-bottom-bar {
  position: relative;
  z-index: 50; }

#dv-header-bar .dv-bottom-bar .dv-border-r {
  border-color: #333; }

/*#dv-header-bar  ul.dv-socials li a {
	background-color: #2e2e2e;
	color: #4c4c4c;
}

#dv-header-bar  ul.dv-socials li a:hover {
	color: #ffffff;
	background-color: #2e2e2e;
}*/
#dv-header-bar ul.dv-socials .twitter-link {
  background-color: #01aaed;
  color: #fff;
  opacity: 0.6; }

#dv-header-bar ul.dv-socials .twitter-link:hover {
  background-color: #01aaed;
  color: #fff;
  opacity: 1; }

#dv-header-bar ul.dv-socials .facebook-link {
  background-color: #38529c;
  color: #fff;
  opacity: 0.6; }

#dv-header-bar ul.dv-socials .facebook-link:hover {
  background-color: #38529c;
  color: #fff;
  opacity: 1; }

/* LANGUAGE */
#dv-header-bar ul.dv-language li a {
  color: #2e2e2e; }

#dv-header-bar ul.dv-language li a:hover {
  color: #ff893a; }

#dv-header-bar ul.dv-language li.current a {
  color: #4c4c4c; }

/* ----------------------------------------------------------------
	Main Menu
-----------------------------------------------------------------*/
#dv-main-menu {
  font-size: 13px;
  font-weight: 300; }

#dv-main-menu .menu-title a {
  font-weight: bold; }

/* Sub Menu */
#dv-main-menu ul ul a {
  font-size: 12px;
  font-weight: 400; }

/* ----------------------------------------------------------------
	Default Header
-----------------------------------------------------------------*/
#dv-header #dv-main-menu a {
  color: #EBEBEB; }

#dv-header #dv-main-menu > ul > li:hover > a,
#dv-header #dv-main-menu > ul > li.current > a {
  color: #ff893a; }

#dv-header #dv-gallery-menu > ul > li:hover > a,
#dv-header #dv-gallery-menu > ul > li.current > a {
  color: #ff893a; }

/* Sub Menu */
#dv-header #dv-main-menu ul ul {
  margin-top: -20px; }

#dv-header #dv-main-menu ul ul a {
  font-weight: 400;
  color: #B5B5B5; }

#dv-header #dv-main-menu ul ul li:hover > a {
  color: #ffffff; }

#dv-header #dv-main-menu ul ul li.current > a {
  color: #ff893a; }

/* Default Borders */
#dv-header .dv-border,
#dv-header .dv-border-t,
#dv-header .dv-border-r,
#dv-header .dv-border-l,
#dv-header .dv-border-b,
#dv-header .dv-border-lr {
  border-color: #333333; }

/* ----------------------------------------------------------------
	Feature Section
-----------------------------------------------------------------*/
#dv-feature-section {
  background-color: #000000; }

/* Feature Title Sizes */
#dv-feature-section .dv-title {
  font-size: 48px;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif; }

#dv-feature-section .dv-description {
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  background-color: rgba(0, 0, 0, 0.8); }

/* ----------------------------------------------------------------
	Page Title
-----------------------------------------------------------------*/
#dv-page-title {
  background-color: #246279; }

/* Page Title Sizes */
#dv-page-title .dv-title {
  font-size: 28px;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif; }

#dv-page-title .dv-description {
  font-weight: 300;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif; }

/* ----------------------------------------------------------------
	Media Bar
-----------------------------------------------------------------*/
#dv-media-bar,
#dv-media-bar ul.dv-table-box {
  background-color: #fcfcfc; }

#dv-media-bar .dv-border-r {
  border-color: #e8e8e8; }

/* ----------------------------------------------------------------
	Main Content
-----------------------------------------------------------------*/
/*#dv-content {
	background-color: #fcfcfc;
}*/
/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/
#dv-footer-wrapper {
  background-color: #F0F0F0;
  color: #BBBBBB; }

#dv-footer-wrapper .dv-widget .dv-title {
  color: #CFCFCF; }

#dv-copyright {
  background-color: #202020;
  color: #797979; }

/* Socials */
#dv-footer ul.dv-socials a {
  color: #797979; }

#dv-footer ul.dv-socials a:hover {
  color: #ff893a; }

/* ----------------------------------------------------------------
	Spinner
-----------------------------------------------------------------*/
.dv-spinner {
  border-left: 2px solid #ff893a; }

/* ----------------------------------------------------------------
	Text Colors
-----------------------------------------------------------------*/
/* Licht Text */
.dv-light-text,
.dv-light-text-hover:hover,
a:hover .dv-light-text-hover {
  color: #ffffff; }

/* Dark Text */
.dv-dark-text,
.dv-dark-text-hover:hover,
a:hover .dv-dark-text-hover {
  color: #03111b; }

/* Grey Text */
.dv-grey-text,
.dv-grey-text-hover:hover,
a:hover .dv-grey-text-hover {
  color: #969799; }

/* Light Grey Text */
.dv-light-grey-text,
.dv-light-grey-text-hover:hover,
a:hover .dv-light-grey-text-hover {
  color: #ccc; }

/* Green Text */
.dv-green-text,
.dv-green-text-hover:hover,
a:hover .dv-green-text-hover {
  color: #8cc152; }

/* Blue Text */
.dv-blue-text,
.dv-blue-text-hover:hover,
a:hover .dv-blue-text-hover {
  color: #44c7e1; }

/* Red Text */
.dv-red-text,
.dv-red-text-hover:hover,
a:hover .dv-red-text-hover {
  color: #C00505; }

/* Primary Text */
.dv-primary-text,
.dv-primary-text-hover:hover,
a:hover .dv-primary-text-hover {
  color: #ff893a; }

/* ----------------------------------------------------------------
	Backgrounds Colors
-----------------------------------------------------------------*/
/* Primary bg */
.dv-primary-bg,
.dv-primary-bg-hover:hover,
a .dv-primary-bg-hover:hover,
.open.dv-primary-bg-hover {
  color: #ffffff;
  background-color: #ff893a; }

/* Light Ochra bg */
.dv-light-ochra-bg,
.dv-light-ochra-bg-hover:hover,
a .dv-light-ochra-bg-hover:hover,
.open.dv-light-ochra-bg-hover {
  color: #decea6;
  background-color: #F4F0E5; }

/* Ochra bg */
.dv-ochra-bg,
.dv-ochra-bg-hover:hover,
a .dv-ochra-bg-hover:hover,
.open.dv-ochra-bg-hover {
  color: #ffffff;
  background-color: #decea6; }

/* White bg */
.dv-white-bg,
.dv-white-bg-hover:hover,
a .dv-white-bg-hover:hover {
  background-color: #ffffff; }

/* Black bg */
.dv-black-bg,
.dv-black-bg-hover:hover,
a .dv-black-bg-hover:hover {
  color: #ffffff;
  background-color: #000000; }

/* Black Transparent bg */
.dv-black-transparent-bg,
.dv-black-transparent-bg-hover:hover,
a .dv-black-transparent-bg-hover:hover {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.9); }

/* Light Grey bg */
.dv-light-grey-bg,
.dv-light-grey-bg-hover:hover,
a .dv-light-grey-bg-hover:hover {
  color: #999999;
  background-color: #EAEAEA; }

/* Green bg */
.dv-green-bg,
.dv-green-bg-hover:hover,
a:hover .dv-green-bg-hover {
  color: #ffffff;
  background-color: #8cc152; }

/* Red bg */
.dv-red-bg,
.dv-red-bg-hover:hover,
a:hover .dv-red-bg-hover {
  color: #ffffff;
  background-color: #C00505; }

/* Green bg */
.dv-light-green-bg,
.dv-light-green-bg-hover:hover,
a:hover .dv-light-green-bg-hover {
  color: #ffffff;
  background-color: #DEECC2; }

/* Blue bg */
.dv-blue-bg,
.dv-blue-bg-hover:hover,
a:hover .dv-blue-bg-hover {
  color: #ffffff;
  background-color: #44c7e1; }

/* Dark bg */
.dv-dark-bg,
.dv-dark-bg-hover:hover,
a:hover .dv-dark-bg-hover {
  color: #ffffff;
  background-color: #232323; }

/* Dark bg */
.dv-dark-bg .dv-dker-bg,
.dv-dark-bg-hover:hover .dv-dker-bg,
a:hover .dv-dark-bg-hover .dv-dker-bg {
  color: #7C7C7C;
  background-color: #1B1B1B; }

/* ----------------------------------------------------------------
	Borders
-----------------------------------------------------------------*/
.dv-border,
.dv-border-t,
.dv-border-r,
.dv-border-l,
.dv-border-b,
.dv-border-lr,
#dv-content .dv-title-border {
  border-color: #e9e9e9; }

/* Primary */
.dv-primary-border {
  border-color: #ff893a; }

.dv-primary-bg.dv-border,
.dv-primary-bg.dv-border-t,
.dv-primary-bg.dv-border-r,
.dv-primary-bg.dv-border-l,
.dv-primary-bg.dv-border-b,
.dv-primary-bg.dv-border-lr,
.open.dv-primary-bg-hover.dv-border,
.open.dv-primary-bg-hover.dv-border-t,
.open.dv-primary-bg-hover.dv-border-r,
.open.dv-primary-bg-hover.dv-border-l,
.open.dv-primary-bg-hover.dv-border-b,
.open.dv-primary-bg-hover.dv-border-lr {
  border-color: #ed5420; }

/* Ochra */
.dv-ochra-border {
  border-color: #E5E2DC; }

.dv-ochra-bg.dv-border,
.dv-ochra-bg.dv-border-t,
.dv-ochra-bg.dv-border-r,
.dv-ochra-bg.dv-border-l,
.dv-ochra-bg.dv-border-b,
.dv-ochra-bg.dv-border-lr,
.dv-ochra-bg .dv-border,
.dv-ochra-bg .dv-border-t,
.dv-ochra-bg .dv-border-r,
.dv-ochra-bg .dv-border-l,
.dv-ochra-bg .dv-border-b,
.dv-ochra-bg .dv-border-lr,
.open.dv-ochra-bg-hover.dv-border,
.open.dv-ochra-bg-hover.dv-border-t,
.open.dv-ochra-bg-hover.dv-border-r,
.open.dv-ochra-bg-hover.dv-border-l,
.open.dv-ochra-bg-hover.dv-border-b,
.open.dv-ochra-bg-hover.dv-border-lr {
  border-color: #cebc96; }

/* Ochra */
.dv-light-green-border {
  border-color: #BBD38B; }

/*-------------------------------------------------------------------------------------*/
/*	MOBILE
/*-------------------------------------------------------------------------------------*/
#mobile-header {
  /*position: fixed;
  top:0;*/
  display: none;
  width: 100%;
  height: 80px;
  background: #232323;
  z-index: 999; }

/* ----- mobile site logo ----- */
#mobile-site-logo {
  position: absolute;
  top: 15px;
  left: 30px; }

/* ----- mobile nav ----- */
#mobile-nav {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 220px;
  height: 24px;
  margin-top: -12px; }

#mobile-nav select {
  width: 100%; }

@media only screen and (max-width: 1024px) {
  /*???????? ??? ????????? rule*/
  #dv-header-language {
    margin-top: 0; } }
@media only screen and (max-width: 1200px) {
  .dv-menu-box .dv-image-box {
    width: 100% !important; }

  .dv-menu-box {
    height: 370px !important; }

  #dv-espa-div {
    display: none !important; } }
@media only screen and (max-width: 760px) {
  .dv-menu-box .dv-image-box {
    width: 160px !important; }

  .dv-menu-box {
    height: auto !important; } }
@media only screen and (max-width: 480px) {
  .dv-menu-box .dv-image-box {
    width: 100% !important; }

  .dv-menu-box {
    height: 330px !important; } }
@media only screen and (max-width: 990px) {
  .user-avatar-image {
    width: 20px; } }
@media only screen and (max-width: 930px) {
  html, body {
    height: auto; }

  #mobile-header {
    display: block; }

  #dv-header-wrapper {
    position: relative !important;
    bottom: 0 !important; }

  /*#dv-header-wrapper, .dv-appstores-list{
  display: none !important;
  }*/
  #dv-content-wrapper-index {
    padding-top: 120px; }

  #dv-content .dv-main-content.dv-with-sidebar {
    width: 50.0%;
    padding-right: 25px;
    float: left; }

  #dv-content .dv-sidebar {
    width: 50.0%;
    float: right;
    padding-left: 25px;
    margin-top: 15px; }

  .ps-stack {
    float: none;
    margin-right: 0;
    width: auto; }

  .dv-text-overlapping {
    width: 100%;
    position: relative;
    z-index: 10;
    color: #ffffff; }

  .dv-main-content {
    /*width:100%;*/
    margin: 0;
    padding: 0; }

  #dv-anchor.sticky #dv-anchor-wrapper {
    position: fixed;
    padding: 100px 0 10px 0; }

  /*
  Added by csp
  */
  .user-avatar-image {
    width: 20px; }

  /*.dv-main-content{
  padding-bottom:150px;
  }*/
  .dv-slogan {
    font-size: 20px !important; }

  #dv-header {
    background-color: #1a1a1a; }

  #p_p_id_MapCastles_WAR_MapCastlesportlet_ #dv-right-side {
    width: 185px !important; }

  #p_p_id_MapCastles_WAR_MapCastlesportlet_ #dv-left-side {
    width: 240px !important; }

  #p_p_id_MediaLibrary_WAR_MediaLibraryportlet_ #dv-right-side {
    width: 250px !important; }

  #p_p_id_CastlesSearch_WAR_CastlesSearchportlet_ #dv-right-side {
    width: 250px !important; }

  #p_p_id_MediaLibrary_WAR_MediaLibraryportlet_ .dv-section {
    margin-right: 250px !important; } }
@media only screen and (max-width: 860px) {
  /*???????? ??? ????????? rule*/
  ul.dv-element.dv-gallery.story-photo-gallery li {
    width: 33.33333%;
    margin-top: 15px; } }
@media only screen and (max-width: 768px) {
  html, body {
    height: auto; }

  #mobile-header {
    display: block; }

  #dv-header-wrapper {
    position: relative !important;
    bottom: 0 !important; }

  /*#dv-header-wrapper {
  display: none !important;
  }*/
  #dv-content-wrapper-index {
    padding-top: 120px; }

  .dv-widget {
    margin-top: 15px; }

  #dv-anchor.sticky #dv-anchor-wrapper {
    position: fixed;
    padding: 100px 0 10px 0; }

  /*
  Added by csp
  */
  .user-avatar-image {
    width: 20px; }

  /*.dv-main-content{
  padding-bottom:150px;
  }*/
  .dv-slogan {
    font-size: 20px !important; }

  #dv-header {
    background-color: #1a1a1a; }

  #p_p_id_MapCastles_WAR_MapCastlesportlet_ #dv-right-side {
    width: 185px !important; }

  #p_p_id_MapCastles_WAR_MapCastlesportlet_ #dv-left-side {
    width: 240px !important; }

  #p_p_id_MediaLibrary_WAR_MediaLibraryportlet_ #dv-right-side {
    width: 250px !important; }

  #p_p_id_CastlesSearch_WAR_CastlesSearchportlet_ #dv-right-side {
    width: 250px !important; }

  #p_p_id_MediaLibrary_WAR_MediaLibraryportlet_ .dv-section {
    margin-right: 250px !important; }

  #dv-media-bar p {
    display: none !important; }

  /*.journal-content-article #dv-feature-section-wrapper{
  	height:250px !important;
  }*/
  #dv-feature-section h1 {
    font-size: 34px !important; }

  #dv-feature-section h1 a {
    font-size: 34px !important; } }
@media only screen and (max-width: 560px) {
  /*???????? ??? ????????? rule*/
  ul.dv-element.dv-gallery.story-photo-gallery li {
    width: 50%;
    margin-top: 15px; } }
@media only screen and (max-width: 480px) {
  body {
    font-size: 15px; }

  #mobile-site-logo {
    position: relative;
    top: auto;
    left: auto;
    padding: 10px; }

  #mobile-nav {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto;
    width: 80%; }

  #dv-content-wrapper-index {
    padding-top: 100px; }

  .ps-full-width {
    width: 100%; }

  #dv-anchor.sticky #dv-anchor-wrapper {
    position: fixed;
    padding: 100px 0 10px 0; }

  /*
  Added by csp
  */
  .user-avatar-image {
    width: 20px; }

  #mobile-header {
    height: auto;
    padding-bottom: 30px;
    text-align: center; }

  /*.dv-main-content{
  padding-bottom:150px;
  }*/
  .dv-slogan {
    font-size: 20px !important; }

  #dv-header {
    background-color: #1a1a1a; }

  .dv-language {
    border-right: none !important; }

  #dv-search-form {
    display: none; }

  #p_p_id_MapCastles_WAR_MapCastlesportlet_ #dv-right-side {
    width: 185px !important; }

  #p_p_id_MapCastles_WAR_MapCastlesportlet_ #dv-left-side {
    width: 240px !important; }

  #p_p_id_MediaLibrary_WAR_MediaLibraryportlet_ #dv-right-side {
    width: 230px !important;
    z-index: 10; }

  #p_p_id_CastlesSearch_WAR_CastlesSearchportlet_ #dv-right-side {
    width: 230px !important;
    z-index: 10; }

  #p_p_id_MediaLibrary_WAR_MediaLibraryportlet_ .dv-section {
    margin-right: 0 !important; }

  #p_p_id_MediaLibrary_WAR_MediaLibraryportlet_ #dv-media-bar .dv-container {
    width: 100% !important; }

  #p_p_id_CastlesSearch_WAR_CastlesSearchportlet_ .dv-section {
    margin-right: 0 !important; }

  #dv-feature-section h1 {
    font-size: 28px !important; }

  #dv-feature-section h1 a {
    font-size: 28px !important; } }
@media only screen and (max-width: 1275px) {
  /*#dv-header-wrapper, .dv-appstores-list{
  	display: none !important;
  }*/
  #mobile-header {
    display: block; } }
/*index*/
.ps-title-wrapper {
  padding: 30px 0 220px 0; }

#index-menu img {
  clear: both;
  display: block;
  margin: 0 auto;
  padding-bottom: 30px; }

.ps-left-title {
  float: left;
  font-size: 23px;
  font-weight: 600;
  color: #c7c4c4;
  text-align: right;
  padding: 10px 30px 0 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000)";
  text-shadow: 2px 2px 2px #000000;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000); }

.ps-right-title {
  float: right;
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  text-align: left;
  padding-left: 30px;
  border-left: 1px solid #c7c4c4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#000000)";
  text-shadow: 1px 1px 1px #000000;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#000000); }

.ps-right-title span {
  color: #c7c4c4;
  font-size: 15px;
  padding-top: 10px; }

.ps-left-menu {
  width: 30%;
  float: left;
  font-size: 20px;
  font-weight: 600;
  color: #c7c4c4;
  text-align: right;
  padding: 40px 10px 0 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000)";
  text-shadow: 2px 2px 2px #000000;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000); }

.ps-right-menu {
  width: 70%;
  float: right;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  border-left: 1px solid #c7c4c4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#000000)";
  text-shadow: 1px 1px 1px #000000;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#000000); }

.ps-right-menu ul {
  list-style-type: none; }

.ps-right-menu a {
  color: #fff; }

.ps-right-menu a:hover {
  color: #c7c4c4; }

@media only screen and (max-width: 1200px) {
  .ps-left-menu {
    width: 100%;
    text-align: center; }

  .ps-right-menu {
    width: 100%; } }
/* ----------------------------------------------------------------

	Typography
	Header
	Bottom Bar
	Logo
	Gallery Title
	Anchor
	Anchor Alphabetic
	Main Menu
	Feature Section
	Feature Slider
	Media Bar
	Main Content
	Footer
	Background Image Settings
	Background Overlay
	Spinner
	Left - Right Side

-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  margin: 0 0 14px; }

h1.dv-title,
h2.dv-title,
h3.dv-title,
h4.dv-title,
h5.dv-title,
h6.dv-title {
  margin-bottom: 0; }

.dv-title-border,
h1.dv-title-border,
h2.dv-title-border,
h3.dv-title-border,
h4.dv-title-border,
h5.dv-title-border,
h6.dv-title-border {
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  margin-bottom: 0;
  border-bottom: 1px solid; }

h5, h6 {
  margin-bottom: 4px; }

body {
  font-size: 14px;
  line-height: 1.5; }

p.dv-border-b {
  padding-bottom: 30px; }

/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/
#dv-header {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 900;
  backface-visibility: hidden; }

/*.dv-bottom-bar .dv-container {
	width: 100%;
	max-width: 100%;
	height: inherit;
	line-height: inherit;
	padding: 0 30px;
}*/
/* ----------------------------------------------------------------
	Bottom Bar
-----------------------------------------------------------------*/
#dv-header-bar .dv-socials {
  float: right; }

#dv-header-bar ul.dv-socials li a {
  display: block; }

/* LANGUAGE */
#dv-header-bar ul.dv-language {
  float: right;
  margin: 0;
  list-style: none;
  margin-right: 15px;
  padding-right: 15px; }

#dv-header-bar ul.dv-language li {
  float: left;
  margin: 0 4px; }

/* ----------------------------------------------------------------
	Logo
-----------------------------------------------------------------*/
#dv-logo-wrapper .dv-logo {
  display: table;
  width: 100%;
  height: inherit; }

#dv-logo-wrapper .dv-logo a {
  display: table-cell;
  vertical-align: middle; }

#dv-logo-wrapper .dv-logo img {
  display: block;
  width: auto; }

/* ----------------------------------------------------------------
	Gallery Title
-----------------------------------------------------------------*/
#dv-gallery-title .dv-title {
  line-height: inherit; }

/* ----------------------------------------------------------------
	Anchor
-----------------------------------------------------------------*/
#dv-anchor .dv-anchor-item {
  padding: 0 10px; }

#dv-anchor #dv-anchor-wrapper {
  width: 100%;
  position: relative;
  z-index: 100;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  background-color: #ffffff;
  -webkit-transition: padding 0.35s ease;
  -moz-transition: padding 0.35s ease;
  -ms-transition: padding 0.35s ease;
  -o-transition: padding 0.35s ease;
  transition: padding 0.35s ease; }

#dv-anchor.sticky #dv-anchor-wrapper {
  position: fixed;
  padding: 20px 0 10px 0; }

#dv-anchor.sticky #dv-anchor-wrapper a.dv-wide-bg {
  padding-bottom: 25%; }

#dv-anchor .dv-wide-bg {
  opacity: 1;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease; }

#dv-anchor.dv-opacity .dv-wide-bg {
  opacity: 0.4; }

#dv-anchor .active .dv-wide-bg {
  opacity: 1; }

/* ----------------------------------------------------------------
	Anchor Alphabetic
-----------------------------------------------------------------*/
#dv-anchor ul.dv-alphabetic {
  font-size: 24px; }

/* ----------------------------------------------------------------
	Main Menu
-----------------------------------------------------------------*/
#dv-main-menu {
  letter-spacing: 0.2px;
  position: fixed;
  bottom: 40px;
  right: 0;
  width: 645px;
  height: 80px;
  background-color: #232323;
  text-align: center;
  -webkit-transition: height .6s ease;
  transition: height .6s ease;
  z-index: 40; }

#dv-main-menu:hover {
  height: 310px; }

#dv-main-menu ul {
  margin: 0;
  list-style: none; }

#dv-main-menu > ul > li {
  float: left;
  position: relative;
  border-left: 1px solid #333; }

#dv-main-menu > ul > li > a {
  padding: 0 15px 9px 15px;
  display: block;
  min-width: 147px; }

#dv-header.dv-no-toggle #dv-main-menu > ul > li > a {
  min-width: inherit; }

#dv-main-menu > ul > li:last-child > a {
  padding-right: 0; }

/* Sub Menu */
#dv-main-menu ul ul {
  /*	position: absolute;*/
  line-height: 1.3;
  width: 140px;
  min-height: 190px;
  top: 100%;
  left: 0;
  /* 	display: none; */ }

/*#dv-main-menu ul li:hover > ul {
	display: block;
}*/
#dv-main-menu ul ul li {
  position: relative;
  text-align: left; }

#dv-main-menu ul ul li a {
  padding: 10px 15px;
  display: block;
  position: relative; }

#dv-main-menu ul ul ul {
  top: -2px;
  left: 100%; }

/* ----------------------------------------------------------------
	Feature Section
-----------------------------------------------------------------*/
#dv-feature-section {
  position: relative;
  overflow: hidden; }

#dv-feature-section-wrapper {
  position: relative;
  z-index: 10;
  display: table;
  width: 100%; }

#dv-feature-section .dv-feature-content {
  display: table-cell;
  vertical-align: middle; }

#dv-feature-section .dv-title {
  margin: 0;
  line-height: 1;
  letter-spacing: 1px;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s 0.9s, opacity 0.5s 0.9s;
  -moz-transition: -moz-transform 0.5s 0.9s, opacity 0.5s 0.9s;
  transition: transform 0.5s 0.9s, opacity 0.5s 0.9s; }

#dv-feature-section .dv-description {
  display: block;
  margin-top: 10px;
  opacity: 0;
  display: inline-block;
  padding: 0 5px;
  -webkit-transition: -webkit-transform 0.5s 1.2s, opacity 0.5s 1.2s;
  -moz-transition: -moz-transform 0.5s 1.2s, opacity 0.5s 1.2s;
  transition: transform 0.5s 1.2s, opacity 0.5s 1.2s; }

#dv-feature-section .dv-description i {
  font-size: 14px;
  margin-right: 5px; }

/* Title Animation */
#dv-feature-section.animated .dv-title,
#dv-feature-section.animated .dv-description,
#dv-feature-section .animated .dv-title,
#dv-feature-section .animated .dv-description {
  opacity: 1; }

/* Fade In Up */
#dv-feature-section .dv-title,
#dv-feature-section .dv-description {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0); }

#dv-feature-section.animated .dv-title,
#dv-feature-section .animated .dv-title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

#dv-feature-section.animated .dv-description,
#dv-feature-section .animated .dv-description {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* ----------------------------------------------------------------
	Feature Slider
-----------------------------------------------------------------*/
#dv-feature-slider .dv-slider-item {
  position: relative;
  display: table;
  width: 100%; }

#dv-feature-slider .dv-slider-item .dv-slider-content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 10; }

/* ----------------------------------------------------------------
	Page Title
-----------------------------------------------------------------*/
#dv-page-title {
  position: relative; }

#dv-page-title-wrapper {
  padding: 50px 0; }

#dv-page-title .dv-title {
  margin: 0;
  line-height: 1;
  letter-spacing: 1px; }

#dv-page-title .dv-description {
  display: block;
  margin-top: 10px; }

/* ----------------------------------------------------------------
	Media Bar
-----------------------------------------------------------------*/
#dv-media-bar {
  width: 100%; }

#dv-media-bar ul.dv-table-box {
  margin: 0;
  list-style: none;
  position: relative;
  z-index: 10; }

#dv-media-bar ul.dv-table-box li {
  max-width: 235px; }

#dv-media-bar ul.dv-table-box li a {
  display: block;
  position: relative; }

#dv-media-bar ul.dv-table-box li a i {
  margin-bottom: 5px; }

#dv-media-bar ul.dv-table-box li:last-child {
  border: none; }

#dv-media-bar ul.dv-table-box a .dv-color-bar {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  left: 0;
  opacity: 0; }

#dv-media-bar ul.dv-table-box a:hover .dv-color-bar {
  opacity: 1; }

/* ----------------------------------------------------------------
	Main Content
-----------------------------------------------------------------*/
#dv-content {
  position: relative;
  z-index: 20; }

#dv-content-wrapper {
  padding: 60px 0; }

#dv-content-wrapper-index {
  padding: 10px 0 50px 0; }

#dv-content .dv-main-content.dv-with-sidebar {
  width: 75.0%;
  padding-right: 120px;
  float: left; }

#dv-content .dv-sidebar {
  width: 25.0%;
  float: right;
  margin-top: 15px; }

.dv-feature-header {
  margin-top: -60px; }

.dv-feature-footer {
  margin-bottom: -60px; }

/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/
#dv-footer #dv-copyright {
  line-height: 45px; }

#dv-footer #dv-copyright p {
  margin-bottom: 0;
  line-height: inherit; }

/* ----------------------------------------------------------------
	Background Image Settings
-----------------------------------------------------------------*/
/* BACKGROUND IMAGE ------------------------------------------------------------------- */
#dv-main-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

#dv-main-bg:before {
  /*	content: '';
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	left: 0;
  	top: 0;
  	z-index: 1;
  	background-color: rgba(0,0,0,0.3);*/ }

#dv-main-bg:after {
  /*	content: '';
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	left: 0;
  	top: 0;
  	z-index: 2;
  	background-image: url('/TestTheme-theme/css//TestTheme-theme/css/../images/graphics/pattern.png');
  	background-repeat: repeat;*/ }

.dv-bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.50s ease;
  -moz-transition: opacity 0.50s ease;
  -ms-transition: opacity 0.50s ease;
  -o-transition: opacity 0.50s ease;
  transition: opacity 0.50s ease; }

.dv-bg-image.show {
  opacity: 1; }

/* Background Positions */
.dv-bg-image.dv-bg-left-top {
  background-position: left top; }

.dv-bg-image.dv-bg-left-center {
  background-position: left center; }

.dv-bg-image.dv-bg-left-bottom {
  background-position: left bottom; }

.dv-bg-image.dv-bg-center-top {
  background-position: center top; }

.dv-bg-image.dv-bg-center-center {
  background-position: center center; }

.dv-bg-image.dv-bg-center-bottom {
  background-position: center bottom; }

.dv-bg-image.dv-bg-right-top {
  background-position: right top; }

.dv-bg-image.dv-bg-right-center {
  background-position: right center; }

.dv-bg-image.dv-bg-right-bottom {
  background-position: right bottom; }

/* ----------------------------------------------------------------
	Background Overlay
-----------------------------------------------------------------*/
.dv-bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.50s ease;
  -moz-transition: opacity 0.50s ease;
  -ms-transition: opacity 0.50s ease;
  -o-transition: opacity 0.50s ease;
  transition: opacity 0.50s ease; }

.dv-bg-overlay.show {
  opacity: 1; }

/* ----------------------------------------------------------------
	Spinner
-----------------------------------------------------------------*/
.dv-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  z-index: 3;
  display: inline-block;
  border-left: 2px solid #000;
  -webkit-animation: spinnerAnim 1.1s infinite linear;
  animation: spinnerAnim 1.1s infinite linear; }

.dv-spinner,
.dv-spinner:after {
  border-radius: 50%;
  width: 30px;
  height: 30px; }

@-webkit-keyframes spinnerAnim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

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

@keyframes spinnerAnim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

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

/* ----------------------------------------------------------------
	Left - Right Side
-----------------------------------------------------------------*/
#dv-right-side {
  position: fixed;
  width: 330px;
  height: 100%;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4); }

#dv-left-side {
  position: fixed;
  width: 280px;
  height: 100%;
  top: 30px;
  left: 0px;
  display: inline-block;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4); }

#dv-left-side ul {
  margin: 0;
  list-style: none; }

.dv-slogan {
  font-size: 36px;
  font-style: italic;
  color: #FFF;
  font-weight: 400;
  font-family: 'Didact Gothic', sans-serif; }

.dv-slogan span {
  font-size: 18px; }

/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(http://fonts.gstatic.com/s/roboto/v15/-2n2p-_Y08sg57CNWQfKNvesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(http://fonts.gstatic.com/s/roboto/v15/u0TOpm082MNkS5K0Q4rhqvesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(http://fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/* BREADCRUMBS ------------------------------------------------------------------------- */
#dv-page-title ul.dv-breadcrumb span.divider {
  display: none; }

#dv-page-title ul.dv-breadcrumb li:last-child a:after {
  display: none; }

/* PORTLET ----------------------------------------------------------------------------- */
/*Portlet Header*/
.portlet-topper {
  display: none; }

/*Asset Publisher*/
.taglib-header {
  display: none; }

.asset-actions {
  display: none; }

.asset-content {
  margin-left: 0px;
  margin-right: 0px; }

#_2_WAR_notificationsportlet_userNotifications {
  display: none; }

#portlet_NewsletterRegistration_WAR_newsletterportlet {
  margin-left: 10px; }

/* TIMELINE ------------------------------------------------------------------------------------- */
ol.dv-timeline-basic {
  width: 100%;
  height: 70px;
  float: left;
  position: relative;
  list-style: none;
  margin: 0; }

ol.dv-timeline-basic:before {
  content: "";
  display: block;
  position: absolute;
  width: 92%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  top: 48.7%;
  left: 4%; }

ol.dv-timeline-basic li {
  width: 5.8%;
  height: 100%;
  float: left;
  text-align: center;
  /*cursor: pointer;*/
  position: relative;
  -webkit-tap-highlight-color: transparent; }

ol.dv-timeline-basic li a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  text-decoration: none; }

ol.dv-timeline-basic li p {
  text-align: center;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: lighter;
  position: absolute;
  width: 200%;
  top: 10px;
  margin-left: -50%;
  margin-bottom: 0;
  line-height: 1.2;
  pointer-events: none; }

ol.dv-timeline-basic li p.dv-even {
  top: auto;
  bottom: 7px; }

ol.dv-timeline-basic li .dv-spot-hightlight {
  width: 17px;
  height: 17px;
  /*background-color: #DC9428;*/
  opacity: 0;
  border-radius: 50%;
  display: block;
  position: relative;
  margin: 26px auto;
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }

ol.dv-timeline-basic li:hover .dv-spot-hightlight,
ol.dv-timeline-basic li.active .dv-spot-hightlight {
  opacity: 4; }

ol.dv-timeline-basic li .dv-spot {
  width: 7px;
  height: 7px;
  background-color: #ffffff;
  border-radius: 50%;
  display: block;
  position: relative;
  margin: -38px auto; }

/* PERIOD */
ol.dv-timeline-period {
  width: 94%;
  height: 50px;
  line-height: 50px;
  float: left;
  position: relative;
  list-style: none;
  margin: 0;
  background-color: #524F49; }

ol.dv-timeline-period li {
  float: left;
  /*line-height: inherit;*/
  height: 50px;
  cursor: pointer; }

ol.dv-timeline-period li a {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.5px;
  display: block;
  text-align: center;
  line-height: 15px;
  padding: 3px; }

body.dv-overflow-hidden {
  overflow: hidden; }

/* Header Bar */
#dv-header-bar {
  position: fixed;
  width: 100%;
  bottom: -1px;
  left: 0px;
  z-index: 900;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

#dv-header-bar a {
  color: #fff; }

#dv-header-bar a:hover {
  color: #ff893a; }

#dv-header-bar .dv-main-header {
  height: 70px;
  line-height: 30px;
  color: #ffffff;
  background-color: #232323; }

#dv-header-bar .dv-container {
  height: inherit;
  line-height: inherit; }

@media only screen and (max-width: 1200px) {
  #dv-header-bar .dv-container {
    padding: 0 30px; }

  #dv-header-search {
    display: none !important; } }
/* Logo */
#dv-header-logo {
  height: inherit;
  float: left;
  position: relative;
  z-index: 20; }

#dv-header-logo .dv-logo {
  display: table;
  width: 100%;
  height: inherit; }

#dv-header-logo .dv-logo a {
  display: table-cell;
  vertical-align: middle; }

#dv-header-logo .dv-logo img {
  display: block;
  width: auto;
  max-height: 60px; }

/* Mega Menu */
#dv-megamenu {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center; }

#dv-megamenu ul {
  list-style: none;
  margin: 0;
  font-size: 0; }

#dv-megamenu > ul > li {
  display: inline-block;
  vertical-align: top;
  position: static;
  text-align: center;
  min-width: 90px; }

#dv-megamenu > ul > li > a {
  padding: 0 15px;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #ffffff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0); }

#dv-megamenu > ul > li.current > a,
#dv-megamenu > ul > li > a:hover {
  color: #ff893a; }

/* Sub Menu */
#dv-megamenu ul.dv-submenu {
  display: none;
  font-size: 14px;
  text-align: left;
  line-height: 1.4; }

/* Arrows */
#dv-megamenu .dv-menu-arrow {
  float: right;
  line-height: inherit;
  color: #6c818c;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

#dv-megamenu .active .dv-menu-arrow {
  color: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

@media only screen and (min-width: 1024px) {
  #dv-megamenu > ul > li > a:before {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    -webkit-animation-duration: .1s;
    -moz-animation-duration: .1s;
    -o-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: menu_anim;
    -moz-animation-name: menu_anim;
    -o-animation-name: menu_anim;
    animation-name: menu_anim; }

  #dv-megamenu ul.dv-submenu {
    display: none;
    position: absolute;
    bottom: 100%;
    width: 100%;
    max-width: 850px;
    left: 50%;
    padding: 30px 40px 60px 40px;
    background-color: #ffffff;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-box-shadow: 0 -5px 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -5px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-animation-duration: .6s;
    -moz-animation-duration: .6s;
    -o-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: menu_anim;
    -moz-animation-name: menu_anim;
    -o-animation-name: menu_anim;
    animation-name: menu_anim; }

  #dv-megamenu > ul > li:hover > ul.dv-submenu,
  #dv-megamenu > ul > li:hover > a:before {
    display: block; }

  #dv-megamenu ul.dv-submenu li.dv-menu-column,
  #dv-megamenu ul.dv-submenu li:last-child {
    border-bottom: none; }

  /* Hide Arrows */
  #dv-megamenu .dv-menu-arrow {
    display: none; }

  /* Mega Menu Columns */
  #dv-megamenu ul.dv-submenu.dv-megamenu-columns-3 {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%; }

  #dv-megamenu li.dv-menu-column {
    float: left;
    width: 50%;
    padding: 0 20px; }

  #dv-megamenu ul.dv-submenu.dv-megamenu-columns-3 li.dv-menu-column {
    width: 33.33333333%; } }
#dv-megamenu ul.dv-submenu li {
  display: block;
  border-bottom: 1px solid #e4e4e4; }

#dv-megamenu ul.dv-submenu li a {
  display: block;
  padding: 15px 0;
  color: #232323;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0); }

#dv-megamenu ul.dv-submenu li a:hover {
  color: #ff893a; }

/* Menu Animation */
@-webkit-keyframes menu_anim {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes menu_anim {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes menu_anim {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

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

  100% {
    opacity: 1; } }

/* Menu Banners */
#dv-megamenu .dv-menu-banner {
  position: relative; }

#dv-megamenu .dv-menu-banner img {
  max-width: 100%;
  width: 100%;
  display: block; }

#dv-megamenu .dv-menu-banner a {
  padding: 0 !important;
  position: relative; }

#dv-megamenu .dv-menu-banner a:before {
  content: '';
  position: absolute;
  background-color: #000000;
  border: 1px solid #ccc;
  opacity: 0;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index: 3; }

#dv-megamenu .dv-menu-banner a:hover:before {
  opacity: 0.6; }

#dv-megamenu .dv-menu-banner a:after {
  content: "\35";
  font-family: 'ElegantIcons';
  font-size: 16px;
  color: #fff;
  background-color: #ff893a;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  z-index: 4;
  opacity: 0;
  -webkit-transition: all .3s .2s;
  -moz-transition: all .3s .2s;
  -ms-transition: all .3s .2s;
  -o-transition: all .3s .2s;
  transition: all .3s .2s; }

#dv-megamenu .dv-menu-banner a:hover:after {
  opacity: 1; }

#dv-megamenu .dv-banner-description {
  font-size: 12px;
  padding: 15px 0;
  display: block;
  color: #c7c4c4; }

/* Responsive Menu */
#dv-menu-icon {
  line-height: inherit;
  height: inherit;
  float: right;
  margin-left: 30px;
  position: relative;
  z-index: 20;
  display: none;
  cursor: pointer; }

/* Tablet Portrait */
@media only screen and (max-width: 1023px) {
  #dv-header-bar .dv-main-header {
    height: 50px;
    line-height: 50px; }

  #dv-header-logo .dv-logo img {
    height: 40px; }

  #dv-menu-icon {
    display: block; }

  #dv-megamenu {
    position: fixed;
    top: 0;
    left: 100%;
    height: 100%;
    height: calc(100% - 90px);
    width: 100%;
    max-width: 380px;
    padding: 60px 30px;
    background: #2d4b5a;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 10;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    visibility: hidden; }

  #dv-megamenu.nav-is-visible {
    visibility: visible; }

  #dv-megamenu.nav-open {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }

  #dv-megamenu > ul > li {
    display: block; }

  #dv-megamenu ul.dv-submenu li a {
    color: #c0c9cd; }

  #dv-megamenu ul.dv-submenu li {
    border-bottom-color: rgba(255, 255, 255, 0.1); }

  #dv-megamenu > ul > li > a {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

  #dv-megamenu > ul > li:last-child > a {
    border: none; }

  #dv-megamenu > ul > li > a,
  #dv-megamenu > ul > li.current > a,
  #dv-megamenu > ul > li > a:hover {
    color: #ffffff; }

  #dv-megamenu > ul > li.active > a {
    color: #ff893a; }

  /* Sub Menu */
  #dv-megamenu ul.dv-submenu {
    position: relative; } }
/*Search*/
#dv-header-search {
  float: right;
  line-height: inherit;
  height: 30px;
  position: relative;
  z-index: 20;
  margin-right: 10px;
  margin-top: 20px; }

#dv-header-login {
  height: inherit;
  float: left;
  position: relative;
  z-index: 20;
  margin-left: 10px; }

/* Language */
#dv-header-language {
  float: right;
  line-height: inherit;
  height: 30px;
  position: relative;
  z-index: 20;
  margin-top: 20px; }

#dv-header-language a {
  color: #3e3e3e; }

#dv-header-language ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#dv-header-language ul li {
  display: inline-block;
  font-size: 13px; }

#dv-header-language ul li span {
  border-right: 1px solid #3e3e3e;
  padding-right: 8px;
  margin-right: 8px; }

#dv-header-language ul li a {
  color: #656565;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

#dv-header-language ul li.current a {
  color: #ff893a; }

#dv-header-language ul li a:hover {
  color: #ffffff; }

#dv-header-language ul li:last-child span {
  border-right: none;
  margin: 0;
  padding: 0; }

.icon_menu {
  margin-top: 10px; }

.icon_volume-high_alt, .icon_vol-mute_alt {
  font-size: 20px;
  cursor: pointer; }

.music-btn:hover {
  color: #ff893a; }

.dv-element.dv-tab {
  display: inline-block;
  width: 100%; }

#sign-in {
  margin-right: 20px; }

.icon_menu {
  font-size: 30px; }

#dv-app-link:hover {
  color: #ff893a; }

.dv-appstores-list a {
  color: #4c4c4c; }

.dv-appstores-list a:hover {
  color: #ff893a; }

.dv-slogan-bottom {
  font-size: 18px;
  color: #FFF;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  margin-left: 20px !important; }

.dv-element.dv-tab ul.dv-tab-titles {
  margin: 0;
  list-style: none;
  display: table;
  width: 100%;
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-padding-start: 0px; }

.dv-element.dv-tab ul.dv-tab-titles li {
  display: table-cell;
  font-size: 14px;
  line-height: 50px;
  background-color: #DCCDA4;
  border-color: #DCCDA4; }

.dv-element.dv-tab ul.dv-tab-titles li a {
  line-height: inherit;
  display: block;
  text-align: center;
  color: #17191A;
  padding: 0 15px;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.dv-search-button-bottom {
  position: relative;
  right: 25px; }

.dv-list-content {
  color: white; }

.dv-element.dv-tab ul.dv-tab-titles li a:hover,
.dv-element.dv-tab ul.dv-tab-titles li a.current {
  color: #ffffff; }

.dv-element.dv-tab ul.dv-tab-titles li:first-child a {
  border-left: none; }

.dv-element.dv-tab ul.dv-tab-titles li:last-child a {
  border-right: none; }

.dv-element.dv-tab .dv-tab-line {
  height: 3px; }

.dv-element.dv-tab .dv-tabs-wrapper {
  padding: 40px 0;
  position: relative;
  text-align: center; }

.dv-element.dv-tab .dv-tab-content {
  display: none; }

.dv-element.dv-tab .dv-tab-content.current {
  display: block; }

.dv-element.dv-tab .dv-tabs-wrapper .dv-loader {
  position: absolute;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px; }

/* Primary Tabs */
.dv-element.dv-tab ul.dv-tab-titles li a:hover {
  background-color: #C2A861; }

.dv-element.dv-tab ul.dv-tab-titles li a.current,
.dv-element.dv-tab .dv-tab-line {
  background-color: #C2A861;
  border-color: #C2A861; }

/* Column 3 */
ul.dv-image-text.dv-column-3 {
  margin: 0 -8px; }

ul.dv-image-text.dv-column-3 > li {
  float: left;
  padding: 0 8px;
  width: 33.33333333333333%; }

ul.dv-image-text.dv-column-3 > li:nth-child(3n+1) {
  clear: both; }

/* Column 4 */
ul.dv-image-text.dv-column-4 {
  margin: 0 -8px; }

ul.dv-image-text.dv-column-4 > li {
  float: left;
  padding: 0 8px;
  width: 25%; }

ul.dv-image-text.dv-column-4 > li:nth-child(4n+1) {
  clear: both; }

ul.dv-image-text {
  list-style: none; }

ul.dv-image-text li {
  float: left;
  margin-bottom: 30px; }

ul.dv-flex-wrapper {
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

ul.dv-flex-wrapper li {
  display: -webkit-flex;
  display: flex; }

ul.dv-image-text li .dv-content-wrapper {
  position: relative;
  background-color: #ffffff;
  position: relative;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); }

ul.dv-image-text li .dv-content {
  padding: 10px 10px 20px 10px; }

ul.dv-image-text li .dv-content .dv-title {
  font-weight: 800;
  margin-bottom: 11px;
  text-align: left; }

ul.dv-image-text li .dv-content p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
  color: #414141; }

ul.dv-image-text > li .dv-media {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  padding-top: 75%;
  margin-bottom: 5px;
  overflow: hidden; }

ul.dv-image-text > li .dv-media span.dv-location {
  position: absolute;
  left: 10px;
  bottom: 7px;
  letter-spacing: 0.5px;
  z-index: 2;
  font-size: 10px;
  color: #ffffff;
  line-height: 1.2; }

ul.dv-image-text > li .dv-media:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(/TestTheme-theme/images/graphics/gradient-01.png);
  background-repeat: repeat-x;
  background-position: bottom;
  opacity: 0.4; }

/*
diadromes css
*/
#dv-map-content {
  position: relative;
  background-color: #333;
  margin-top: -60px;
  margin-bottom: 60px; }

#dv-map-canvas {
  margin-left: 350px; }

#dv-map-content .dv-map-controls {
  position: absolute;
  width: 350px;
  height: 100%;
  display: inline-block;
  top: 0px;
  left: 0px;
  z-index: 5;
  transition: transform 0.5s ease 0s; }

.dv-bg-light.dv-lter, .dv-bg-light .dv-lter {
  background-color: #F6F8F8; }

.dv-bg-light {
  color: #58666E;
  background-color: #EDF1F2; }

#dv-map-content .dv-trip-contents {
  overflow-y: auto; }

#dv-map-content .dv-map-media {
  background-size: cover !important;
  background-color: #E1E1E1 !important;
  position: relative; }

#dv-map-content .dv-trip-contents .dv-content {
  padding: 20px;
  font-size: 13px;
  position: relative; }

.dv-trip-contents .dv-accordion {
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px; }

#dv-map-content .dv-map-media::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("/html/images/graphics/gradient-01.png");
  background-repeat: repeat-x; }

#dv-map-content .dv-map-media::after {
  padding-top: 71.4%;
  content: "";
  display: block; }

.dv-trip-contents .dv-accordion ul {
  margin: 0px;
  list-style: outside none none; }

.dv-trip-contents .dv-accordion > ul > li {
  display: block;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  border-bottom: medium none; }

.dv-trip-contents .dv-accordion > ul > li > a {
  display: block;
  padding: 20px;
  position: relative; }

.dv-trip-contents .dv-accordion > ul > li > a::before {
  content: "";
  position: absolute;
  top: 31px;
  left: auto;
  right: 20px;
  width: 7px;
  height: 1px;
  background-color: #737373; }

.dv-trip-contents .dv-accordion > ul > li > a::after {
  content: "";
  position: absolute;
  top: 28px;
  left: auto;
  right: 23px;
  width: 1px;
  height: 7px;
  background-color: #737373;
  transition: transform 0.15s ease 0s; }

.dv-accordion ul li a {
  color: #AEAEAE; }

#dv-map-content .dv-trip-contents .dv-content {
  padding: 20px;
  font-size: 13px;
  position: relative; }

.dv-trip-contents .dv-accordion ul.dv-trip-list {
  margin: 0px;
  padding: 0px !important;
  list-style: outside none none; }

ul.dv-trip-list .dv-trip-thumb {
  width: 30px;
  height: 30px;
  float: left;
  display: inline-block;
  background-size: cover;
  border-radius: 50%; }

ul.dv-trip-list .dv-trip-list-content {
  overflow: hidden;
  padding-left: 20px;
  margin-top: 5px; }

ul.dv-trip-list .dv-trip-list-content h5 {
  font-size: 14px;
  padding-right: 15px; }

.dv-bg-light.dv-b-a, .dv-bg-light .dv-b-a, .dv-bg-light.dv-b-t, .dv-bg-light .dv-b-t, .dv-bg-light.dv-b-b, .dv-bg-light .dv-b-b, .dv-bg-light.dv-b-l, .dv-bg-light .dv-b-l, .dv-bg-light.dv-b-r, .dv-bg-light .dv-b-r {
  border-color: #DEE5E7; }

ul.dv-trip-list li {
  padding: 15px 20px;
  margin-bottom: 0px;
  display: block;
  cursor: pointer;
  position: relative;
  overflow: hidden; }

li.dv-b-b {
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.dv-b-b {
  border-bottom: 1px solid #DEE5E7; }

#dv-map-content ul.dv-nav {
  margin: 0px;
  list-style: outside none none;
  height: 50px;
  line-height: 50px; }

.dv-bg-light.dv-dk, .dv-bg-light .dv-dk {
  background-color: #E4EAEC; }

.dv-bg-dark {
  color: #A6A8B1; }

#dv-map-content ul.dv-nav li {
  float: right;
  line-height: inherit; }

#dv-map-content ul.dv-nav li.dv-view-all {
  float: left;
  padding-left: 20px; }

.dv-bg-primary.dv-dker {
  background-color: #232323; }

.dv-dker:hover {
  background-color: #232323; }

.dv-btn.dv-extra-small, input[type="submit"] {
  font-size: 11px;
  padding: 5px 15px; }

.dv-trip-contents h4 {
  font-size: 15px;
  margin-bottom: 0.167em;
  color: #17191A; }

#dv-map-content ul.dv-nav li.dv-duration-time {
  float: right;
  font-size: 11px;
  padding-right: 20px; }

#dv-map-content ul.dv-nav li {
  float: right;
  line-height: inherit; }

.dv-btn, input[type="submit"], input[type="button"] {
  border: medium none;
  line-height: 1.2;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  font-size: 11px;
  padding: 10px 15px;
  display: inline-block;
  transition: all 0.3s ease 0s; }

#dv-map-content .dv-map-media .dv-media-content a {
  font-size: 11px;
  color: #FFF;
  opacity: 0.5; }

a {
  text-decoration: none;
  outline: 0px none; }

#dv-map-content .dv-map-media::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("/html/images/graphics/gradient-01.png");
  background-repeat: repeat-x; }

#dv-map-content .dv-map-media .dv-media-content a {
  font-size: 11px;
  color: #FFF;
  opacity: 0.5; }

#dv-map-content .dv-map-media .dv-media-content {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  width: 100%;
  padding: 20px;
  line-height: 1.2;
  color: #FFF; }

#dv-map-content .dv-map-media .dv-media-content .dv-trip-title {
  color: #FFF; }

.dv-trip-contents h4 {
  font-size: 15px; }

/* Rich Marker */
.dv-rich-marker {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-size: cover;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 1; }

.dv-rich-marker.active:before {
  height: 50px;
  width: 50px;
  -webkit-animation: marker-pulse 2s ease-out 0s infinite normal;
  animation: marker-pulse 2s ease-out 0s infinite normal;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
  content: '';
  left: 50%;
  margin: -30px 0 0 -25px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  z-index: -1; }

/* Rich Marker */
.dv-rich-marker.dv-small-marker {
  width: 20px;
  height: 20px; }

.dv-rich-marker.dv-small-marker.active:before {
  height: 20px;
  width: 20px;
  margin: -10px 0 0 -10px; }

/* Rich Marker */
.dv-rich-marker.dv-extrasmall-marker {
  width: 6px;
  height: 6px; }

.dv-rich-marker.dv-extrasmall-marker.active:before {
  height: 6px;
  width: 6px;
  margin: -10px 0 0 -3px; }

@-webkit-keyframes marker-pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(2.5, 2.5, 1);
    transform: scale3d(2.5, 2.5, 1); } }

#dv-map-content .dv-trip-contents .dv-content p {
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 0px;
  text-align: left; }

.dv-accordion ul li .dv-content {
  display: none; }

#dv-map-content ul.dv-nav li.dv-prev, #dv-map-content ul.dv-nav li.dv-next {
  width: 50px;
  text-align: center;
  margin-left: 1px;
  cursor: pointer; }

#infobox {
  margin-top: 8px;
  white-space: nowrap;
  background: #ffffff;
  color: #858585;
  line-height: 1.2;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  padding: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(-50%, 40px) !important;
  transform: translate(-50%, 40px) !important; }

/* STORIES -----------------------------------------------------------------------------*/
.dv-stories {
  margin: 0 -8px;
  list-style: none;
  display: inline-block;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.dv-stories li {
  float: left;
  padding: 0 8px;
  margin-bottom: 30px;
  text-align: center;
  display: -webkit-flex;
  display: flex; }

.dv-story-content-wrapper {
  background-color: #ffffff;
  position: relative;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); }

.dv-stories li .dv-story-content {
  position: relative; }

.dv-stories li .dv-story-meta {
  line-height: 1.5;
  font-size: 12px;
  padding: 32px 20px 8px 20px; }

.dv-stories li .dv-story-meta span {
  display: block;
  font-size: 10px; }

.dv-stories li .dv-title {
  margin-bottom: 0;
  padding: 10px 20px;
  min-height: 55px;
  font-weight: 600;
  color: #17191A; }

.dv-stories li .dv-author img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -25px;
  border: 3px solid #fff;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  z-index: 2; }

.dv-stories.dv-column-4 li {
  width: 25%; }

ul.dv-stories.dv-column-4 li:nth-child(4n+1) {
  clear: both; }

ul.dv-stories li .dv-media {
  display: block;
  background-size: cover;
  background-position: center center; }

ul.dv-stories li .dv-media:before {
  content: '';
  padding-top: 65%;
  display: block; }

/* STORY LIST ------------------------------------------------------------------------- */
ul#dv-story-list,
ul#dv-story-list ul {
  margin: 0;
  list-style: none;
  display: table;
  width: 100%;
  overflow: hidden; }

ul#dv-story-list {
  border: 1px solid #dee5e7;
  margin-bottom: 30px; }

ul#dv-story-list > li {
  display: block;
  overflow: hidden; }

ul#dv-story-list ul li {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
  padding: 15px 10px;
  text-align: center;
  line-height: 1.4;
  border-right: 1px solid #DBDBDB;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 12px; }

ul#dv-story-list ul li:last-child {
  border: none; }

ul#dv-story-list ul li.dv-flags img {
  display: inline-block;
  padding: 0 10px; }

ul#dv-story-list > li:nth-child(2n+1) {
  background-color: #e6e7e8; }

ul#dv-story-list > li.dv-list-header ul li {
  color: #e1e2e3;
  border-color: #232323;
  font-size: 16px; }

ul#dv-story-list > li.dv-list-header {
  background-color: #232323; }

ul#dv-story-list > li span {
  background-color: #e1e2e3;
  background-color: rgba(0, 0, 0, 0.08);
  color: #232323;
  padding: 3px 8px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.1); }

ul#dv-story-list li a.dv-story-btn {
  display: inline-block;
  padding: 5px; }

ul#dv-story-list li a.dv-story-btn .dv-icon {
  display: inline-block;
  font-size: 14px;
  width: 25px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  color: #ffffff;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

ul#dv-story-list li a.dv-story-btn.dv-story-edit .dv-icon {
  background-color: #55b500;
  -webkit-box-shadow: 0 2px 0 0 #418a00;
  box-shadow: 0 2px 0 0 #418a00; }

ul#dv-story-list li a.dv-story-btn.dv-story-delete .dv-icon {
  background-color: #d34d4d;
  -webkit-box-shadow: 0 2px 0 0 #9d3c3c;
  box-shadow: 0 2px 0 0 #9d3c3c; }

ul#dv-story-list li a.dv-story-btn.dv-comments-btn .dv-icon {
  background-color: #3969f9;
  -webkit-box-shadow: 0 2px 0 0 #0441f7;
  box-shadow: 0 2px 0 0 #0441f7; }

.dv-story-btn.dv-add-story {
  font-size: 12px;
  margin-bottom: 30px;
  display: inline-block;
  line-height: 1.2;
  padding: 15px 25px;
  background-color: #232323;
  color: #ffffff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 0 0 #ffae00;
  box-shadow: 0 2px 0 0 #ffae00; }

/* Story Fixed Window */
#dv-storyInfo {
  width: 260px;
  border-top: 3px solid #232323;
  position: fixed;
  background-color: #ffffff;
  top: 32%;
  right: 30px;
  z-index: 9999;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); }

#dv-storyInfo .dv-title {
  font-weight: 600;
  padding: 15px;
  margin-bottom: 20px; }

#dv-storyInfo .dv-content {
  padding: 0 15px; }

#dv-storyInfo select {
  width: 100%;
  margin-bottom: 15px; }

#dv-storyInfo .dv-button-wraper {
  padding: 15px; }

#dv-storyInfo input[type=submit],
#dv-storyInfo input[type=button] {
  width: 100%;
  margin-bottom: 10px; }

#dv-storyInfo span {
  color: #B5B5B5;
  font-size: 12px;
  display: block;
  line-height: 1.2;
  padding: 5px 0; }

/* Popup Overlay */
.dv-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  display: none; }

.dv-overlay:after {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.dv-point-close-btn {
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  background-color: #232323;
  border-color: #127CCC; }

.dv-point-close-btn:hover {
  background-color: #232323;
  color: #FFF !important;
  border-color: #07548E; }

.dv-point-close-btn:after,
.dv-point-close-btn:before {
  content: '';
  position: absolute;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg); }

.dv-point-close-btn:after {
  width: 14px;
  height: 2px;
  top: 12px;
  left: 6px; }

.dv-point-close-btn:before {
  width: 2px;
  height: 14px;
  top: 6px;
  left: 12px; }

.dv-story-style #dv-hero {
  height: auto;
  color: #FFF; }

/* STORYBOARD ------------------------------------------------------------------------- */
.dv-image-controls {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 5; }

.dv-image-controls .dv-edit-btn {
  background-color: #4caf50;
  color: #fff;
  float: left;
  max-width: 40px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  background-image: url(/TestTheme-theme/images/graphics/edit-image-icons.png);
  background-repeat: no-repeat;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  transition: all 0.45s; }

.dv-image-controls .dv-add-image {
  background-position: 0 0; }

.dv-image-controls .dv-replace-image {
  background-position: 0 -80px;
  background-color: #1CB7FF; }

.dv-image-controls .dv-delete-image {
  background-position: 0 -40px;
  background-color: #FE5722; }

.dv-image-controls .dv-position-image {
  background-position: 0 -120px;
  background-color: #483479; }

.dv-image-controls .dv-edit-btn:hover {
  max-width: 500px; }

.dv-image-controls .dv-edit-btn span {
  display: block;
  white-space: nowrap;
  line-height: 40px;
  padding: 0 20px 0 40px;
  font-size: 11px; }

.dv-checkbox-wrapper {
  width: 180px;
  padding: 0 20px 0 40px; }

.dv-checkbox-wrapper .dv-image-top,
.dv-checkbox-wrapper .dv-image-center,
.dv-checkbox-wrapper .dv-image-bottom {
  float: left;
  width: 40px;
  height: 40px;
  position: relative; }

.dv-checkbox-wrapper input[type="radio"] {
  opacity: 0;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer; }

.dv-checkbox-wrapper input[type="radio"] + label {
  background-image: url(/TestTheme-theme/images/graphics/edit-image-icons.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block; }

.dv-checkbox-wrapper .dv-image-top input[type="radio"] + label {
  background-position: 0 -160px; }

.dv-checkbox-wrapper .dv-image-center input[type="radio"] + label {
  background-position: 0 -200px; }

.dv-checkbox-wrapper .dv-image-bottom input[type="radio"] + label {
  background-position: 0 -240px; }

.dv-checkbox-wrapper .dv-image-top input[type="radio"]:checked + label {
  background-position: -40px -160px; }

.dv-checkbox-wrapper .dv-image-center input[type="radio"]:checked + label {
  background-position: -40px -200px; }

.dv-checkbox-wrapper .dv-image-bottom input[type="radio"]:checked + label {
  background-position: -40px -240px; }

/* Add Text */
.dv-story-description {
  position: relative;
  min-height: 450px;
  background-color: #F2F2F2;
  border: 1px dotted #D3D3D3;
  padding: 10px;
  margin-bottom: 50px;
  border-radius: 6px; }

/* HERO ------------------------------------------------------------------------------- */
#dv-hero {
  position: relative;
  overflow: hidden; }

#dv-hero .dv-slider-item {
  display: table;
  width: 100%; }

#dv-hero .dv-title-content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: relative;
  z-index: 2;
  text-align: center; }

#dv-hero .dv-title {
  font-size: 48px;
  font-style: italic;
  color: #ffffff;
  margin-bottom: 0.271em; }

#dv-hero li {
  color: #ffffff; }

#dv-hero .dv-description {
  font-size: 24px;
  color: #ffffff; }

/* Story Hero */
.dv-story-style #dv-hero .dv-content {
  padding: 220px 0px; }

#dv-hero .dv-container {
  z-index: 2; }

#dv-hero .dv-content {
  text-align: center; }

#dv-hero .dv-avatar {
  margin: 0 auto; }

#dv-hero .dv-title {
  margin-bottom: 0.271em; }

#dv-hero .dv-meta {
  list-style: none;
  text-align: center;
  margin: 0; }

#dv-hero .dv-meta li {
  display: inline-block; }

#dv-hero .dv-meta li:after {
  content: '';
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0 15px; }

#dv-hero .dv-meta li:last-child:after {
  display: none; }

#dv-main-content {
  position: relative;
  overflow: hidden; }

/* Avater Image */
.dv-avatar {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 90px; }

#dv-hero .dv-content {
  padding: 220px 0px; }

/* GALLERY ---------------------------------------------------------------------------- */
ul.dv-element.dv-gallery {
  margin: 0 -10px;
  list-style: none;
  /*	display: inline-block;
  	width: 100%;*/ }

ul.dv-element.dv-gallery li {
  padding: 0 10px;
  float: left;
  position: relative;
  width: 33.33333333333333%; }

ul.dv-element.dv-gallery li .dv-media {
  display: block;
  background-size: cover;
  background-position: center center; }

ul.dv-element.dv-gallery li .dv-media:before {
  content: '';
  padding-top: 75%;
  display: block; }

ul.dv-element.dv-gallery li img {
  width: 100%; }

/* Column 1 */
ul.dv-element.dv-gallery.dv-column-1 li {
  width: 100%; }

ul.dv-element.dv-gallery.dv-column-1 li:nth-child(n) {
  clear: both; }

ul.dv-element.dv-gallery.dv-column-1 li:nth-child(n):after {
  content: '';
  display: block;
  margin-bottom: 20px; }

/* Column 2 */
ul.dv-element.dv-gallery.dv-column-2 li {
  width: 50%; }

ul.dv-element.dv-gallery.dv-column-2 li:nth-child(2n+1) {
  clear: both; }

ul.dv-element.dv-gallery.dv-column-2 li:nth-child(2n):after {
  content: '';
  display: block;
  margin-bottom: 20px; }

/* Column 3 */
ul.dv-element.dv-gallery.dv-column-3 li {
  width: 33.33333333333333%; }

ul.dv-element.dv-gallery.dv-column-3 li:nth-child(3n+1) {
  clear: both; }

ul.dv-element.dv-gallery.dv-column-3 li:nth-child(3n):after {
  content: '';
  display: block;
  margin-bottom: 20px; }

/* Column 4 */
ul.dv-element.dv-gallery.dv-column-4 li {
  width: 25%; }

ul.dv-element.dv-gallery.dv-column-4 li:nth-child(4n+1) {
  clear: both; }

ul.dv-element.dv-gallery.dv-column-4 li:nth-child(4n):after {
  content: '';
  display: block;
  /*margin-bottom: 20px;*/ }

/* Column 5 */
ul.dv-element.dv-gallery.dv-column-5 li {
  width: 20%; }

ul.dv-element.dv-gallery.dv-column-5 li:nth-child(5n+1) {
  clear: both; }

ul.dv-element.dv-gallery.dv-column-5 li:nth-child(5n):after {
  content: '';
  display: block;
  margin-bottom: 20px; }

/* Column 6 */
ul.dv-element.dv-gallery.dv-column-6 li {
  width: 16.66666666666667%; }

ul.dv-element.dv-gallery.dv-column-6 li:nth-child(6n+1) {
  clear: both; }

ul.dv-element.dv-gallery.dv-column-6 li:nth-child(6n):after {
  content: '';
  display: block;
  margin-bottom: 20px; }

.dv-parallax-section {
  height: 450px; }

.dv-parallax-section .dv-bg-image {
  background-attachment: fixed;
  opacity: 1; }

/* Gallery PopUp */
#dv-images-popup {
  padding: 30px 50px;
  overflow: auto;
  /*display: none;*/
  width: 940px;
  height: 500px;
  background-color: #ffffff;
  /*position: fixed;
  top: 50%;
  left: 50%;*/
  margin-top: -250px;
  margin-left: -470px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.4);
  z-index: 9999; }

#dv-images-popup ul {
  margin: 0 -15px;
  list-style: none; }

#dv-images-popup ul li {
  width: 25%;
  margin-bottom: 30px;
  padding: 0 15px;
  float: left; }

#dv-images-popup ul li:nth-child(4n+1) {
  clear: both; }

#dv-images-popup .dv-title {
  display: block;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e9e9e9; }

#dv-gallery-menu {
  font-size: 13px;
  font-weight: 300; }

#dv-gallery-menu {
  letter-spacing: 0.2px;
  position: fixed;
  bottom: 40px;
  right: 0;
  width: 645px;
  height: 40px;
  background-color: #232323;
  text-align: center;
  -webkit-transition: height .6s ease;
  transition: height .6s ease;
  z-index: 40; }

#dv-gallery-menu ul {
  margin: 0;
  list-style: none; }

#dv-gallery-menu > ul > li {
  float: left;
  position: relative;
  border-left: 1px solid #333; }

#dv-gallery-menu > ul > li > a {
  padding: 0 15px 9px 15px;
  display: block;
  min-width: 147px; }

#dv-header #dv-gallery-menu > ul > li > a {
  min-width: inherit; }

#dv-header #dv-gallery-menu a {
  color: #EBEBEB; }

#dv-gallery-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

/*    Αναζήτηση                         */
#dv-search-box {
  margin: 0;
  background-color: #2e2e2e;
  color: white;
  border-color: #1a1a1a;
  padding: 5px; }

#dv-search-form {
  width: 200px; }

.asset-ratings {
  padding-bottom: 200px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px; }

/* LIST #2 */
/* #list2 { width:320px; } */
#list2 ol {
  font-style: italic;
  font-family: Georgia, Times, serif;
  font-size: 24px;
  color: #666; }

#list2 ol li p {
  padding: 8px;
  font-style: normal;
  font-family: Arial;
  font-size: 13px;
  color: #333;
  border-left: 1px solid #999;
  margin-bottom: 0px;
  line-height: 2; }

#list2 ol li p em {
  font-weight: bold; }

.list2 ol {
  font-style: italic;
  font-family: Georgia, Times, serif;
  font-size: 24px;
  color: #666; }

.list2 ol li p {
  padding: 8px;
  font-style: normal;
  font-family: Arial;
  font-size: 13px;
  color: #333;
  border-left: 1px solid #999;
  margin-bottom: 0px;
  line-height: 2; }

.list2 ol li p em {
  font-weight: bold; }

/*
mobile application bar
*/
.dv-appstores-list {
  float: left; }

.faded {
  opacity: .3; }

.faded:hover {
  opacity: .7; }

.addthis_sharing_toolbox {
  position: relative;
  left: 0px;
  margin-top: 20px; }

.dv-social-castle {
  margin-bottom: 20px; }

/*
* circle timeline
*
*/
.numberCircle-mama {
  width: 20%;
  float: left;
  padding: 10px 15px; }

.numberCircle {
  border-radius: 50%;
  width: 65px;
  height: 65px;
  padding-top: 21px;
  background: #232323;
  color: #fff;
  text-align: center;
  font: 13px Arial, sans-serif;
  float: left;
  margin-right: 5px; }

.numberCircleCastle {
  border-radius: 50%;
  width: 65px;
  height: 65px;
  padding-top: 13px;
  color: #fff;
  text-align: center;
  font: 18px Arial, sans-serif;
  float: left;
  margin-right: 5px; }

.numberCircle-text {
  /*width: 260px;
  height: 60px;*/
  color: #fff;
  font: 13px Arial, sans-serif; }

.numberCircle-text a {
  color: #fff;
  padding-left: 5px;
  font-size: 18px; }

.numberCircle-text a:hover {
  color: #ff893a; }

.dv-box {
  position: relative;
  float: left;
  width: 64%;
  height: 58px;
  margin: 5px; }

.dv-inside {
  padding: 5px;
  /*border: 1px solid #90987D;*/
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 52px;
  transition: all 0.5s ease-in-out 0s; }

.dv-inside:hover {
  z-index: 100;
  width: 100%;
  background-color: #a4aa97;
  height: auto;
  border: 1px solid #737966; }

.dv-data:hover {
  overflow: visible;
  white-space: normal;
  background-color: #a4aa97;
  height: auto;
  border: 1px solid #737966;
  padding: 5px; }

.dv-data {
  width: 180px;
  height: 53px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: right;
  padding: 5px;
  border: 1px solid #90987d; }

.aui .navbar .nav li > a {
  word-break: initial !important; }

.dv-title a {
  color: #a3a3a3;
  font-size: 48px; }

.dv-title a:hover {
  color: #fff; }

.dv-menu-box .dv-title {
  font-weight: bold; }

.menu-title {
  min-height: 350px; }

.mob-link:hover {
  color: #ff893a; }

.tag-items a {
  color: #ff893a; }

.psGrey {
  margin-bottom: 40px;
  height: 40px;
  line-height: 15px;
  background-color: #dbdbdb; }

.psGrey section {
  margin: 0 auto; }

.psGrey .small-grey-text {
  color: #999;
  font-size: 10px; }

.psFlags {
  padding: 0 25px 0 25px;
  float: left; }

.mobile-icon {
  width: 25px;
  height: 30px;
  background-image: url(/TestTheme-theme/images/mobile-icon.png);
  cursor: pointer; }

.mobile-icon:hover {
  background-image: url(/TestTheme-theme/images/mobile-orange.png); }

#dv-app-link:hover + #mobile-icon-out div {
  background-image: url(/TestTheme-theme/images/mobile-orange.png); }

.panoramio-wapi-photo
.panoramio-wapi-images {
  background-color: #dadada !important; }

.galleria-container {
  background: #dadada !important; }

.menu-title > a {
  text-align: left; }

.portlet-dockbar #_145_navSiteNavigationNavbarBtn {
  display: none; }

.portlet-dockbar #_145_navSiteNavigationNavbarBtn {
  display: none; }

/*game help*/
.dv-help {
  cursor: pointer; }

.dv-help:hover {
  color: #ff893a; }

.aui .badge {
  display: none !important; }

@media only screen and (max-width: 768px) {
  #dv-feature-section-wrapper {
    height: 100px !important; }

  #dv-content .dv-main-content .dv-sub-text, #dv-content .dv-main-content p {
    font-size: 15px; }

  .dv-game-text {
    font-size: 20px !important; }

  #dv-hero .dv-title {
    font-size: 30px !important; }

  .dv-avatar {
    width: 60px !important; } }
@media only screen and (max-width: 480px) {
  #dv-content .dv-main-content .dv-sub-text, #dv-content .dv-main-content p {
    font-size: 14px; }

  .dv-game-text {
    font-size: 18px !important; }

  #dv-hero .dv-title {
    font-size: 25px !important; }

  .dv-avatar {
    width: 50px !important; } }