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

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

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

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

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

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

/* ---------- Miscellaneous ---------- */
span.alert {
  display: inline-block; }

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

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

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

.active-area {
  background: #FFC; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.underlay-hidden {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ---------- Add/remove page ---------- */
.modify-pages li {
  position: relative; }
  .modify-pages li.lfr-nav-hover .delete-tab {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
.modify-pages .add-page-editor-input {
  width: 150px; }
.modify-pages .delete-tab {
  color: #444;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 10px;
  line-height: 6px;
  margin-top: -8px;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  padding: 3px 0;
  position: absolute;
  right: 1px;
  text-shadow: 0 1px #FFF;
  top: 50%; }
  .modify-pages .delete-tab:hover {
    color: #B50303; }
.modify-pages .lfr-nav-sortable > a > span {
  padding-left: 28px; }
.modify-pages .drag-handle {
  background-color: #555;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #FFF;
  cursor: pointer;
  font-size: 16px;
  left: 3px;
  line-height: 1em;
  margin: 8px;
  padding: 4px;
  position: absolute;
  text-align: center;
  top: 2px;
  width: 1em; }
@media (min-width: 980px) {
  .modify-pages .lfr-nav-sortable > a > span {
    padding-left: 0; }
  .modify-pages .drag-handle {
    display: none; } }
.modify-pages .lfr-nav-updateable.selected a:hover span {
  cursor: text; }

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

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

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

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

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

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

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

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

body.portlet {
  border-width: 0; }

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

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

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

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

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

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

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

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

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

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

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

.portlet-borderless-bar .portlet-options .dropdown-toggle, .portlet-borderless-bar .portlet-options.open .dropdown-toggle {
  background-image: url(/ama-template-theme/css/../images/portlet/options_borderless.png); }

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

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

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

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

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

.portlet-title-default {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  float: right;
  font-weight: bold;
  height: 0;
  line-height: 19px;
  max-width: 50%;
  padding: 0 10px;
  text-transform: uppercase; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    background-position: 0 0; } }

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

  to {
    background-position: 0 0; } }

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

  to {
    background-position: 0 0; } }

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

  to {
    background-position: 0 0; } }

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

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

  to {
    background-color: transparent; } }

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

  to {
    background-color: transparent; } }

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

  to {
    background-color: transparent; } }

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

  to {
    background-color: transparent; } }

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

body:first-of-type .portlet-borderless-bar, body:first-of-type .portlet-content .lfr-icon-actions {
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0.15s;
  -moz-transition: opacity 0.5s ease 0.15s;
  -o-transition: opacity 0.5s ease 0.15s;
  transition: opacity 0.5s ease 0.15s; }
body:first-of-type .portlet-borderless-container:hover .portlet-borderless-bar, body:first-of-type .portlet-content:hover .lfr-icon-actions {
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s; }
body:first-of-type .portlet-borderless-bar .portlet-actions, body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  -webkit-transition: max-width 0.3s ease-in;
  -webkit-transition-delay: 0.2s;
  -moz-transition: max-width 0.3s ease-in 0.2s;
  -o-transition: max-width 0.3s ease-in 0.2s;
  transition: max-width 0.3s ease-in 0.2s;
  text-overflow: ellipsis;
  white-space: nowrap; }
body:first-of-type .portlet-borderless-bar .portlet-actions, body:first-of-type .portlet-content:hover .lfr-icon-actions .taglib-text {
  -webkit-transition: max-width 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: max-width 0.3s ease 0s;
  -o-transition: max-width 0.3s ease 0s;
  transition: max-width 0.3s ease 0s; }
body:first-of-type .portlet-borderless-bar .portlet-actions {
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px; }
body:first-of-type .portlet-borderless-bar .portlet-title-default {
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px; }
body:first-of-type .portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions {
  max-width: 500px; }
body:first-of-type .portlet-content:hover .lfr-icon-actions .taglib-text {
  max-width: 200px; }
@media (max-width: 979px) {
  body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
    max-width: 200px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
/*$bkColor: #fff;
$themeMainColor: #df5946;*/
html {
  height: 100%;
  /*-------Collapsed dockbar styling-----*/
  /* ---------- Wrapper ---------- */ }
  html body {
    background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #00c4ff), color-stop(50%, rgba(0, 196, 255, 0.3)), color-stop(100%, rgba(238, 231, 0, 0)));
    background-image: -webkit-linear-gradient(to bottom, #00c4ff, rgba(0, 196, 255, 0.3), rgba(238, 231, 0, 0));
    background-image: -moz-linear-gradient(to bottom, #00c4ff, rgba(0, 196, 255, 0.3), rgba(238, 231, 0, 0));
    background-image: -o-linear-gradient(to bottom, #00c4ff, rgba(0, 196, 255, 0.3), rgba(238, 231, 0, 0));
    background-image: linear-gradient(to bottom, #00c4ff, rgba(0, 196, 255, 0.3), rgba(238, 231, 0, 0));
    background-repeat: no-repeat;
    height: 100%;
    /*-------------------Admin Menus------------------------*/
    /*-------------------Add, Edit, and Preview Controls---------------------*/
    /*----------Return Body styling for popup menus back to normal-----------*/ }
    html body .nav-account-controls .user-avatar .dropdown-menu, html body .nav-account-controls .admin-links .dropdown-menu, html body .nav-account-controls .dockbar-user-notifications .dropdown-menu, html body .nav-account-controls .my-sites .dropdown-menu, html body .nav-account-controls .sign-in a {
      background-color: #df5946; }
    html body .nav-account-controls .user-avatar .dropdown-toggle, html body .nav-account-controls .admin-links .dropdown-toggle, html body .nav-account-controls .dockbar-user-notifications .dropdown-toggle, html body .nav-account-controls .my-sites .dropdown-toggle, html body .nav-account-controls .sign-in a {
      background-color: #df5946; }
      html body .nav-account-controls .user-avatar .dropdown-toggle:hover, html body .nav-account-controls .admin-links .dropdown-toggle:hover, html body .nav-account-controls .dockbar-user-notifications .dropdown-toggle:hover, html body .nav-account-controls .my-sites .dropdown-toggle:hover, html body .nav-account-controls .sign-in a:hover {
        background-color: #00C4FB; }
    html body .nav-add-controls #_145_addPanel, html body .nav-add-controls #_145_previewPanel, html body .nav-add-controls #_145_editLayoutPanel {
      background-color: #df5946; }
      html body .nav-add-controls #_145_addPanel:hover, html body .nav-add-controls #_145_previewPanel:hover, html body .nav-add-controls #_145_editLayoutPanel:hover {
        background-color: #00C4FB; }
    html body .nav-add-controls .page-edit-controls, html body .nav-add-controls .site-add-controls, html body .nav-add-controls .page-preview-controls, html body .nav-add-controls .toggle-controls {
      border-radius: 6px; }
    html body.portal-popup {
      background-image: none; }
  html .dockbar .navbar-inner .container {
    background-color: #df5946; }
  html #wrapper {
    background-color: white;
    margin: 0 auto;
    max-width: 1003px;
    padding: 0;
    position: relative;
    /* ---------- Banner ---------- */
    /*------Content------*/
    /*---------- Footer ---------- */ }
    html #wrapper #banner {
      background-color: white;
      /* ---------- Main Navigation ---------- */ }
      html #wrapper #banner #heading {
        padding: 0 4%; }
        html #wrapper #banner #heading .site-title .logo {
          padding-bottom: 16px; }
        html #wrapper #banner #heading .page-title {
          color: #df5946;
          font-style: oblique;
          text-transform: uppercase; }
      html #wrapper #banner #navigation {
        background-color: #df5946;
        display: block;
        position: relative;
        z-index: 1; }
        html #wrapper #banner #navigation .active {
          background-color: #00C4FF; }
          html #wrapper #banner #navigation .active > a {
            color: #FFF; }
        html #wrapper #banner #navigation .dropdown-menu li {
          background: #00ACFF;
          border-width: 0;
          margin: 0;
          position: relative; }
          html #wrapper #banner #navigation .dropdown-menu li:after, html #wrapper #banner #navigation .dropdown-menu li:before {
            border-width: 0; }
          html #wrapper #banner #navigation .dropdown-menu li a {
            color: #FFF; }
            html #wrapper #banner #navigation .dropdown-menu li a:hover {
              background: rgba(0, 0, 0, 0) none repeat scroll 0 0; }
        html #wrapper #banner #navigation li {
          margin: 0 4px;
          padding: 15px 10px;
          position: absolute; }
          html #wrapper #banner #navigation li:hover {
            background-color: #00C4FF; }
            html #wrapper #banner #navigation li:hover .child-menu {
              display: block;
              margin-top: 0; }
            html #wrapper #banner #navigation li:hover a {
              color: #FFF;
              text-decoration: none; }
        html #wrapper #banner #navigation ul li:hover .child-menu {
          display: block;
          padding: 0; }
          html #wrapper #banner #navigation ul li:hover .child-menu li {
            background-color: #df5946; }
            html #wrapper #banner #navigation ul li:hover .child-menu li:hover {
              background-color: #00C4FB; }
          html #wrapper #banner #navigation ul li:hover .child-menu a {
            color: #FFF;
            margin: -10px;
            text-decoration: none; }
        html #wrapper #banner #navigation > ul > li {
          display: inline-block;
          font-size: 1.2em;
          position: relative; }
          html #wrapper #banner #navigation > ul > li a {
            color: #FFF;
            padding: 15px 10px; }
    html #wrapper #content {
      background-color: white;
      padding: 0px 20px;
      /* ---------- Carousel ---------- */
      /*------Activities------*/
      /*------Out of This World------*/
      /*------Reserve Button------*/
      /*--Portlet styles---*/
      /*---------Guestbook Portlet Styles------------*/ }
      html #wrapper #content .carousel {
        z-index: 0; }
      html #wrapper #content .img:hover {
        opacity: 0.5; }
      html #wrapper #content #columnLeft {
        font-size: 36px;
        line-height: 60px;
        text-align: center;
        color: #df5946; }
      html #wrapper #content #columnRight {
        font-size: 16px;
        line-height: 30px;
        color: #696969; }
      html #wrapper #content #reserveBtnWrapper {
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 25px;
        width: 300px; }
        html #wrapper #content #reserveBtnWrapper #reserveBtn {
          background-color: #00C4FB;
          border-radius: 10px;
          color: #FFF;
          font-size: 1.5em;
          height: 62px;
          margin: 30px;
          padding: 10px 0; }
          html #wrapper #content #reserveBtnWrapper #reserveBtn:hover {
            background-color: #df5946; }
          html #wrapper #content #reserveBtnWrapper #reserveBtn a {
            border-radius: 10px;
            color: #FFF;
            padding: 9px 10px;
            text-decoration: none; }
      html #wrapper #content .portlet .portlet-title img {
        display: none; }
      html #wrapper #content .guestbook-portlet {
        background-color: #df5946;
        border: 2px solid #50A2F6;
        border-radius: 25px;
        padding: 30px;
        max-width: 100%;
        color: #FFF; }
        html #wrapper #content .guestbook-portlet .table th {
          background-color: #50A2F6; }
        html #wrapper #content .guestbook-portlet .table td {
          background-color: #FFF;
          color: #000; }
        html #wrapper #content .guestbook-portlet .portlet-title-text {
          display: block;
          font-size: 1.3em; }
        html #wrapper #content .guestbook-portlet .aui-search-bar .field {
          border-radius: 25px;
          margin-top: 10px; }
    html #wrapper footer {
      background-color: #df5946;
      padding: 35px; }
      html #wrapper footer .powered-by {
        color: #FFF;
        float: right;
        margin-top: 0; }
      html #wrapper footer .social-media-wrapper h2 {
        color: #FFF;
        text-align: center; }
      html #wrapper footer .social-media-wrapper li {
        border-radius: 6px;
        display: inline-block;
        font-size: 31px;
        margin-top: 11px;
        padding: 3px; }
        html #wrapper footer .social-media-wrapper li a {
          border-radius: 6px;
          color: #FFF;
          padding: 7px 8px; }
          html #wrapper footer .social-media-wrapper li a:hover {
            text-decoration: none; }
      html #wrapper footer .social-media-wrapper ul {
        margin: auto;
        text-align: center; }
        html #wrapper footer .social-media-wrapper ul li div {
          border: 1px solid #CD4023;
          border-radius: 6px;
          height: 39px;
          padding-top: 7px;
          width: 44px; }
          html #wrapper footer .social-media-wrapper ul li div:hover {
            border-bottom: 1px solid white; }
        html #wrapper footer .social-media-wrapper ul li #facebook {
          background-color: #3C5998; }
        html #wrapper footer .social-media-wrapper ul li #twitter {
          background-color: #34A9E3; }
        html #wrapper footer .social-media-wrapper ul li #linked-in {
          background-color: #0C2C5B; }
        html #wrapper footer .social-media-wrapper ul li #youtube {
          background-color: #CF3327; }
        html #wrapper footer .social-media-wrapper ul li #google-plus {
          background-color: #DA4835; }

/*-------responsive-------*/
@media (max-width: 979px) {
  html #wrapper #banner #navigation {
    display: none;
    position: relative; }

  .aui * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .aui body {
    background-image: none; }
  .aui .carousel {
    display: none; }
  .aui #wrapper {
    margin: 0;
    padding: 0;
    position: relative; }
    .aui #wrapper #banner {
      position: relative;
      padding-bottom: 0;
      padding-top: 0; }
      .aui #wrapper #banner #heading .page-title {
        padding-top: 20px; }
      .aui #wrapper #banner #navigation {
        display: none;
        position: relative; }
        .aui #wrapper #banner #navigation.open {
          display: block;
          margin-top: 5px; }
          .aui #wrapper #banner #navigation.open .navbar-inner {
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            padding: 10px; }
            .aui #wrapper #banner #navigation.open .navbar-inner .nav-collapse {
              height: auto;
              overflow: visible; }
          .aui #wrapper #banner #navigation.open li {
            width: 100%;
            padding: 0;
            margin: 0;
            text-align: center; }
            .aui #wrapper #banner #navigation.open li .dropdown-menu {
              position: relative; }
          .aui #wrapper #banner #navigation.open ul {
            margin: 0; }
            .aui #wrapper #banner #navigation.open ul > li {
              display: inline-block; }
            .aui #wrapper #banner #navigation.open ul li a {
              display: block;
              padding: 15px 0 5px 29px; }
            .aui #wrapper #banner #navigation.open ul li:hover .child-menu a {
              margin: 0; }
          .aui #wrapper #banner #navigation.open .child-menu {
            width: 100%;
            margin: -2px;
            background-color: #df5946; }
            .aui #wrapper #banner #navigation.open .child-menu li {
              display: inline; }
            .aui #wrapper #banner #navigation.open .child-menu a {
              padding: 5px 6px 0 40px;
              color: #FFF;
              font-style: oblique; }
              .aui #wrapper #banner #navigation.open .child-menu a:hover {
                background-color: #00C4FF; }
        .aui #wrapper #banner #navigation .nav {
          margin: 0; }
    .aui #wrapper #content {
      padding-top: 70px; }
    .aui #wrapper #footer {
      max-width: 979px; }
  .aui .dockbar-split .dockbar, .aui .dockbar {
    float: right;
    height: 56px;
    position: relative;
    z-index: 401; }
    .aui .dockbar-split .dockbar .info-items, .aui .dockbar .info-items {
      height: auto;
      position: static;
      width: 300px; }
    .aui .dockbar-split .dockbar .navbar-inner, .aui .dockbar .navbar-inner {
      width: auto;
      height: 60px;
      box-shadow: none; }
      .aui .dockbar-split .dockbar .navbar-inner img, .aui .dockbar .navbar-inner img {
        width: 32px; }
      .aui .dockbar-split .dockbar .navbar-inner .btn-navbar, .aui .dockbar .navbar-inner .btn-navbar {
        background: transparent;
        border: none;
        float: left;
        font-size: 24px;
        padding: 12px 15px; }
        .aui .dockbar-split .dockbar .navbar-inner .btn-navbar:hover, .aui .dockbar .navbar-inner .btn-navbar:hover {
          background-color: #5BBAE8; }
        .aui .dockbar-split .dockbar .navbar-inner .btn-navbar.open, .aui .dockbar .navbar-inner .btn-navbar.open {
          background-color: #F5AF45; }
      .aui .dockbar-split .dockbar .navbar-inner .nav-account-controls, .aui .dockbar .navbar-inner .nav-account-controls {
        padding: 0 5px; }
        .aui .dockbar-split .dockbar .navbar-inner .nav-account-controls .user-avatar-image, .aui .dockbar .navbar-inner .nav-account-controls .user-avatar-image {
          display: none; }
      .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls, .aui .dockbar .navbar-inner .nav-add-controls {
        background: transparent;
        border-top-width: 0;
        position: static;
        z-index: 350;
        padding: 0 5px; }
        .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li, .aui .dockbar .navbar-inner .nav-add-controls > li {
          float: none;
          margin: 0;
          position: relative;
          transition: none;
          left: 0;
          top: 0; }
          .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li:hover, .aui .dockbar .navbar-inner .nav-add-controls > li:hover {
            left: 0; }
          .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls a, .aui .dockbar .navbar-inner .nav-add-controls > li.toggle-controls a {
            /*clip: rect(auto auto auto auto);*/
            position: static;
            visibility: visible; }
          .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li .page-preview-controls, .aui .dockbar .navbar-inner .nav-add-controls > li .page-preview-controls {
            display: none; }
          .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a, .aui .dockbar .navbar-inner .nav-add-controls > li > a {
            background: transparent;
            text-align: left;
            white-space: nowrap; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a:hover, .aui .dockbar .navbar-inner .nav-add-controls > li > a:hover {
              background: #F3f3f3; }
            .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-"], .aui .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"], .aui .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"], .aui .dockbar .navbar-inner .nav-add-controls > li > a [class*=" icon-"] {
              font-size: 22px;
              margin-top: 0; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link, .aui .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link {
              background: transparent; }
              .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-"], .aui .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^="icon-"], .aui .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^="icon-"], .aui .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class*=" icon-"] {
                color: #FFF; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a .nav-item-label, .aui .dockbar .navbar-inner .nav-add-controls > li > a .nav-item-label {
              background: transparent;
              display: inline;
              left: 0;
              margin-left: 0;
              margin-top: 0;
              padding: 0;
              position: relative; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a:hover .nav-item-label, .aui .dockbar .navbar-inner .nav-add-controls > li > a:hover .nav-item-label {
              display: inline; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a .icon-caret-down, .aui .dockbar .navbar-inner .nav-add-controls > li > a .icon-caret-down {
              display: none; }
      .aui .dockbar-split .dockbar .navbar-inner .nav-collapse, .aui .dockbar .navbar-inner .nav-collapse {
        z-index: 400; }
        .aui .dockbar-split .dockbar .navbar-inner .nav-collapse.open, .aui .dockbar .navbar-inner .nav-collapse.open {
          overflow: visible; }
        .aui .dockbar-split .dockbar .navbar-inner .nav-collapse > .nav, .aui .dockbar .navbar-inner .nav-collapse > .nav {
          background: #009AE5;
          border-width: 0;
          left: auto;
          margin: 0;
          min-width: 160px;
          position: absolute;
          right: 0;
          z-index: 400; }
          .aui .dockbar-split .dockbar .navbar-inner .nav-collapse > .nav > li.dropdown .dropdown-menu li a, .aui .dockbar .navbar-inner .nav-collapse > .nav > li.dropdown .dropdown-menu li a {
            font-size: 16px;
            line-height: 32px; }
          .aui .dockbar-split .dockbar .navbar-inner .nav-collapse > .nav > li.dropdown.open > .dropdown-toggle, .aui .dockbar .navbar-inner .nav-collapse > .nav > li.dropdown.open > .dropdown-toggle {
            color: #FFF; }
          .aui .dockbar-split .dockbar .navbar-inner .nav-collapse > .nav > li > a, .aui .dockbar .navbar-inner .nav-collapse > .nav > li > a {
            color: #FFF;
            font-size: 16px;
            margin: 5px 0;
            padding: 6px 15px; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-collapse > .nav > li > a:focus, .aui .dockbar-split .dockbar .navbar-inner .nav-collapse > .nav > li > a:hover, .aui .dockbar .navbar-inner .nav-collapse > .nav > li > a:focus, .aui .dockbar .navbar-inner .nav-collapse > .nav > li > a:hover {
              background-color: #5BBAE8; }
  .aui .portlet-dockbar {
    display: inline-block;
    width: 100%; }
  .aui .signed-out #_145_navAddControlsNavbarBtn {
    display: none; } }
/*-------------phone responsive--------------*/
@media (max-width: 767px) {
  .aui #wrapper {
    margin: 0 -20px; }
    .aui #wrapper #banner {
      padding-top: 70px; }
      .aui #wrapper #banner #heading {
        margin-top: -2em;
        margin-bottom: 0;
        position: relative;
        top: -30px;
        left: 0; }
        .aui #wrapper #banner #heading .site-title img {
          width: auto;
          height: 80px;
          margin-top: -13px; }
        .aui #wrapper #banner #heading .page-title {
          padding-top: 20px; }
      .aui #wrapper #banner #navigation.open {
        margin-top: -178px; }
  .aui dockbar-split .dockbar, .aui .dockbar {
    float: none; } }
@font-face {
  font-family: 'latoblack';
  src: url("/ama-template-theme/css/fonts/lato-black-webfont.woff2") format("woff2"), url("/ama-template-theme/css/fonts/lato-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latoblack_italic';
  src: url("/ama-template-theme/css/fonts/lato-blackitalic-webfont.woff2") format("woff2"), url("/ama-template-theme/css/fonts/lato-blackitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latobold';
  src: url("/ama-template-theme/css/fonts/lato-bold-webfont.woff2") format("woff2"), url("/ama-template-theme/css/fonts/lato-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latobold_italic';
  src: url("/ama-template-theme/css/fonts/lato-bolditalic-webfont.woff2") format("woff2"), url("/ama-template-theme/css/fonts/lato-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latohairline';
  src: url("/ama-template-theme/css/fonts/lato-hairline-webfont.woff2") format("woff2"), url("/ama-template-theme/css/fonts/lato-hairline-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latohairline_italic';
  src: url("/ama-template-theme/css/fonts/lato-hairlineitalic-webfont.woff2") format("woff2"), url("/ama-template-theme/css/fonts/lato-hairlineitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latoitalic';
  src: url("/ama-template-theme/css/fonts/lato-italic-webfont.woff2") format("woff2"), url("/ama-template-theme/css/fonts/lato-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latolight';
  src: url("/ama-template-theme/css/fonts/lato-light-webfont.woff2") format("woff2"), url("/ama-template-theme/css/fonts/lato-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latolight_italic';
  src: url("/ama-template-theme/css/fonts/lato-lightitalic-webfont.woff2") format("woff2"), url("/ama-template-theme/css/fonts/lato-lightitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latoregular';
  src: url("/ama-template-theme/css/fonts/lato-regular-webfont.woff2") format("woff2"), url("/ama-template-theme/css/fonts/lato-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'karmabold';
  src: url("/ama-template-theme/css/fonts/karma-bold-webfont.woff2") format("woff2"), url("/ama-template-theme/css/fonts/karma-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'karmalight';
  src: url("/ama-template-theme/css/fonts/karma-light-webfont.woff2") format("woff2"), url("/ama-template-theme/css/fonts/karma-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'karmamedium';
  src: url("/ama-template-theme/css/fonts/karma-medium-webfont.woff2") format("woff2"), url("/ama-template-theme/css/fonts/karma-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'karma_regularregular';
  src: url("/ama-template-theme/css/fonts/karma-regular-webfont.woff2") format("woff2"), url("/ama-template-theme/css/fonts/karma-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'karmasemibold';
  src: url("/ama-template-theme/css/fonts/karma-semibold-webfont.woff2") format("woff2"), url("/ama-template-theme/css/fonts/karma-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'roboto_monoregular';
  src: url("/ama-template-theme/css/fonts/roboto_mono_regular-webfont.woff2") format("woff2"), url("/ama-template-theme/css/fonts/roboto_mono_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

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

i[class^="icone-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'toolkit_font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: normal !important;
  width: auto !important;
  height: auto !important;
  display: inline-block !important;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle; }

.icone-logotipo:before {
  content: "\e906"; }

.icone-breadcrumbs:before {
  content: "\e905"; }

.icone-botoes:before {
  content: "\1f5ed"; }

.icone-close_menu:before {
  content: "\e917"; }

.icone-burguer:before {
  content: "\e916"; }

.icone-smile_bad:before {
  content: "\e908"; }

.icone-smile_good:before {
  content: "\e913"; }

.icone-smile_normal:before {
  content: "\e914"; }

.icone-done:before {
  content: "\e915"; }

.icone-close:before {
  content: "\e907"; }

.icone-acordeons:before {
  content: "\e900"; }

.icone-alerts:before {
  content: "\e901"; }

.icone-arrow_left:before {
  content: "\e902"; }

.icone-arrow_right:before {
  content: "\e903"; }

.icone-back_top:before {
  content: "\e904"; }

.icone-circle_line:before {
  content: "\e909"; }

.icone-circle:before {
  content: "\e90a"; }

.icone-code:before {
  content: "\e90b"; }

.icone-comecar_designer:before {
  content: "\e90c"; }

.icone-comecar_download:before {
  content: "\e90d"; }

.icone-componentes:before {
  content: "\e90e"; }

.icone-contribuir:before {
  content: "\e90f"; }

.icone-cores:before {
  content: "\e910"; }

.icone-download:before {
  content: "\e911"; }

.icone-dropdown:before {
  content: "\e912"; }

.icone-facebook:before {
  content: "\e91a"; }

.icone-fonte:before {
  content: "\e91b"; }

.icone-form:before {
  content: "\e91c"; }

.icone-grelha:before {
  content: "\e91d"; }

.icone-hp_checklist:before {
  content: "\e91e"; }

.icone-hp_componentes:before {
  content: "\e91f"; }

.icone-hp_templates:before {
  content: "\e920"; }

.icone-icons:before {
  content: "\e921"; }

.icone-link:before {
  content: "\e922"; }

.icone-linkedin:before {
  content: "\e923"; }

.icone-list:before {
  content: "\e924"; }

.icone-loaders:before {
  content: "\e925"; }

.icone-search:before {
  content: "\e926"; }

.icone-more:before {
  content: "\e927"; }

.icone-mouse:before {
  content: "\e928"; }

.icone-nav:before {
  content: "\e929"; }

.icone-pagination:before {
  content: "\e934"; }

.icone-popups:before {
  content: "\e937"; }

.icone-portal:before {
  content: "\e940"; }

.icone-side_nav:before {
  content: "\e941"; }

.icone-tables:before {
  content: "\e94c"; }

.icone-tabs:before {
  content: "\e94d"; }

.icone-tipo:before {
  content: "\e954"; }

.icone-tooltips:before {
  content: "\e955"; }

.icone-twitter:before {
  content: "\e956"; }

.icone-usabilidade:before {
  content: "\e957"; }

.icone-view:before {
  content: "\e958"; }

.icone-youtube:before {
  content: "\e959"; }

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

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

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  left: -5px;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

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

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

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

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

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

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(/ama-template-theme/css/../images/controls.png) no-repeat 0 -32px; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(/ama-template-theme/css/../images/controls.png) no-repeat -43px -32px; }

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

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

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

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/ama-template-theme/css/images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/ama-template-theme/css/images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px; }

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px; }

.span12 {
  width: 940px; }

.span11 {
  width: 860px; }

.span10 {
  width: 780px; }

.span9 {
  width: 700px; }

.span8 {
  width: 620px; }

.span7 {
  width: 540px; }

.span6 {
  width: 460px; }

.span5 {
  width: 380px; }

.span4 {
  width: 300px; }

.span3 {
  width: 220px; }

.span2 {
  width: 140px; }

.span1 {
  width: 60px; }

.offset12 {
  margin-left: 980px; }

.offset11 {
  margin-left: 900px; }

.offset10 {
  margin-left: 820px; }

.offset9 {
  margin-left: 740px; }

.offset8 {
  margin-left: 660px; }

.offset7 {
  margin-left: 580px; }

.offset6 {
  margin-left: 500px; }

.offset5 {
  margin-left: 420px; }

.offset4 {
  margin-left: 340px; }

.offset3 {
  margin-left: 260px; }

.offset2 {
  margin-left: 180px; }

.offset1 {
  margin-left: 100px; }

.row-fluid {
  width: 100%;
  *zoom: 1; }

.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0; }

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

.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12765957%;
  *margin-left: 2.07446809%; }

.row-fluid [class*="span"]:first-child {
  margin-left: 0; }

.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12765957%; }

.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851%; }

.row-fluid .span11 {
  width: 91.4893617%;
  *width: 91.43617021%; }

.row-fluid .span10 {
  width: 82.9787234%;
  *width: 82.92553191%; }

.row-fluid .span9 {
  width: 74.46808511%;
  *width: 74.41489362%; }

.row-fluid .span8 {
  width: 65.95744681%;
  *width: 65.90425532%; }

.row-fluid .span7 {
  width: 57.44680851%;
  *width: 57.39361702%; }

.row-fluid .span6 {
  width: 48.93617021%;
  *width: 48.88297872%; }

.row-fluid .span5 {
  width: 40.42553191%;
  *width: 40.37234043%; }

.row-fluid .span4 {
  width: 31.91489362%;
  *width: 31.86170213%; }

.row-fluid .span3 {
  width: 23.40425532%;
  *width: 23.35106383%; }

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.84042553%; }

.row-fluid .span1 {
  width: 6.38297872%;
  *width: 6.32978723%; }

.row-fluid .offset12 {
  margin-left: 104.25531915%;
  *margin-left: 104.14893617%; }

.row-fluid .offset12:first-child {
  margin-left: 102.12765957%;
  *margin-left: 102.0212766%; }

.row-fluid .offset11 {
  margin-left: 95.74468085%;
  *margin-left: 95.63829787%; }

.row-fluid .offset11:first-child {
  margin-left: 93.61702128%;
  *margin-left: 93.5106383%; }

.row-fluid .offset10 {
  margin-left: 87.23404255%;
  *margin-left: 87.12765957%; }

.row-fluid .offset10:first-child {
  margin-left: 85.10638298%;
  *margin-left: 85%; }

.row-fluid .offset9 {
  margin-left: 78.72340426%;
  *margin-left: 78.61702128%; }

.row-fluid .offset9:first-child {
  margin-left: 76.59574468%;
  *margin-left: 76.4893617%; }

.row-fluid .offset8 {
  margin-left: 70.21276596%;
  *margin-left: 70.10638298%; }

.row-fluid .offset8:first-child {
  margin-left: 68.08510638%;
  *margin-left: 67.9787234%; }

.row-fluid .offset7 {
  margin-left: 61.70212766%;
  *margin-left: 61.59574468%; }

.row-fluid .offset7:first-child {
  margin-left: 59.57446809%;
  *margin-left: 59.46808511%; }

.row-fluid .offset6 {
  margin-left: 53.19148936%;
  *margin-left: 53.08510638%; }

.row-fluid .offset6:first-child {
  margin-left: 51.06382979%;
  *margin-left: 50.95744681%; }

.row-fluid .offset5 {
  margin-left: 44.68085106%;
  *margin-left: 44.57446809%; }

.row-fluid .offset5:first-child {
  margin-left: 42.55319149%;
  *margin-left: 42.44680851%; }

.row-fluid .offset4 {
  margin-left: 36.17021277%;
  *margin-left: 36.06382979%; }

.row-fluid .offset4:first-child {
  margin-left: 34.04255319%;
  *margin-left: 33.93617021%; }

.row-fluid .offset3 {
  margin-left: 27.65957447%;
  *margin-left: 27.55319149%; }

.row-fluid .offset3:first-child {
  margin-left: 25.53191489%;
  *margin-left: 25.42553191%; }

.row-fluid .offset2 {
  margin-left: 19.14893617%;
  *margin-left: 19.04255319%; }

.row-fluid .offset2:first-child {
  margin-left: 17.0212766%;
  *margin-left: 16.91489362%; }

.row-fluid .offset1 {
  margin-left: 10.63829787%;
  *margin-left: 10.53191489%; }

.row-fluid .offset1:first-child {
  margin-left: 8.5106383%;
  *margin-left: 8.40425532%; }

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none; }

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right; }

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1; }

.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0; }

.container:after {
  clear: both; }

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1; }

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0; }

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

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0; }

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block; }

input,
textarea,
.uneditable-input {
  margin-left: 0; }

.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px; }

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px; }

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px; }

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px; }

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px; }

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px; }

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px; }

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px; }

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px; }

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px; }

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px; }

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px; }

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px; }

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

.hidden {
  display: none;
  visibility: hidden; }

.visible-phone {
  display: none !important; }

.visible-tablet {
  display: none !important; }

.hidden-desktop {
  display: none !important; }

.visible-desktop {
  display: inherit !important; }

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important; }

  .visible-desktop {
    display: none !important; }

  .visible-tablet {
    display: inherit !important; }

  .hidden-tablet {
    display: none !important; } }
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important; }

  .visible-desktop {
    display: none !important; }

  .visible-phone {
    display: inherit !important; }

  .hidden-phone {
    display: none !important; } }
.visible-print {
  display: none !important; }

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

  .hidden-print {
    display: none !important; } }
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1; }

  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: ""; }

  .row:after {
    clear: both; }

  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px; }

  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px; }

  .span12 {
    width: 1170px; }

  .span11 {
    width: 1070px; }

  .span10 {
    width: 970px; }

  .span9 {
    width: 870px; }

  .span8 {
    width: 770px; }

  .span7 {
    width: 670px; }

  .span6 {
    width: 570px; }

  .span5 {
    width: 470px; }

  .span4 {
    width: 370px; }

  .span3 {
    width: 270px; }

  .span2 {
    width: 170px; }

  .span1 {
    width: 70px; }

  .offset12 {
    margin-left: 1230px; }

  .offset11 {
    margin-left: 1130px; }

  .offset10 {
    margin-left: 1030px; }

  .offset9 {
    margin-left: 930px; }

  .offset8 {
    margin-left: 830px; }

  .offset7 {
    margin-left: 730px; }

  .offset6 {
    margin-left: 630px; }

  .offset5 {
    margin-left: 530px; }

  .offset4 {
    margin-left: 430px; }

  .offset3 {
    margin-left: 330px; }

  .offset2 {
    margin-left: 230px; }

  .offset1 {
    margin-left: 130px; }

  .row-fluid {
    width: 100%;
    *zoom: 1; }

  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: ""; }

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

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0; }

  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%; }

  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%; }

  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%; }

  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%; }

  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%; }

  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%; }

  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%; }

  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%; }

  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%; }

  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%; }

  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%; }

  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%; }

  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%; }

  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%; }

  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%; }

  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%; }

  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%; }

  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%; }

  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%; }

  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%; }

  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%; }

  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%; }

  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%; }

  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%; }

  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%; }

  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%; }

  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%; }

  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%; }

  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%; }

  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%; }

  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%; }

  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%; }

  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%; }

  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%; }

  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%; }

  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%; }

  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%; }

  input,
  textarea,
  .uneditable-input {
    margin-left: 0; }

  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px; }

  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px; }

  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px; }

  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px; }

  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px; }

  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px; }

  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px; }

  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px; }

  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px; }

  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px; }

  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px; }

  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px; }

  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px; }

  .thumbnails {
    margin-left: -30px; }

  .thumbnails > li {
    margin-left: 30px; }

  .row-fluid .thumbnails {
    margin-left: 0; } }
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1; }

  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: ""; }

  .row:after {
    clear: both; }

  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px; }

  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px; }

  .span12 {
    width: 724px; }

  .span11 {
    width: 662px; }

  .span10 {
    width: 600px; }

  .span9 {
    width: 538px; }

  .span8 {
    width: 476px; }

  .span7 {
    width: 414px; }

  .span6 {
    width: 352px; }

  .span5 {
    width: 290px; }

  .span4 {
    width: 228px; }

  .span3 {
    width: 166px; }

  .span2 {
    width: 104px; }

  .span1 {
    width: 42px; }

  .offset12 {
    margin-left: 764px; }

  .offset11 {
    margin-left: 702px; }

  .offset10 {
    margin-left: 640px; }

  .offset9 {
    margin-left: 578px; }

  .offset8 {
    margin-left: 516px; }

  .offset7 {
    margin-left: 454px; }

  .offset6 {
    margin-left: 392px; }

  .offset5 {
    margin-left: 330px; }

  .offset4 {
    margin-left: 268px; }

  .offset3 {
    margin-left: 206px; }

  .offset2 {
    margin-left: 144px; }

  .offset1 {
    margin-left: 82px; }

  .row-fluid {
    width: 100%;
    *zoom: 1; }

  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: ""; }

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

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0; }

  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%; }

  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%; }

  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%; }

  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%; }

  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%; }

  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%; }

  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%; }

  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%; }

  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%; }

  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%; }

  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%; }

  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%; }

  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%; }

  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%; }

  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%; }

  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%; }

  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%; }

  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%; }

  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%; }

  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%; }

  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%; }

  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%; }

  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%; }

  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%; }

  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%; }

  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%; }

  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%; }

  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%; }

  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%; }

  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%; }

  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%; }

  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%; }

  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%; }

  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%; }

  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%; }

  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%; }

  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%; }

  input,
  textarea,
  .uneditable-input {
    margin-left: 0; }

  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px; }

  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px; }

  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px; }

  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px; }

  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px; }

  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px; }

  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px; }

  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px; }

  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px; }

  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px; }

  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px; }

  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px; }

  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px; } }
@media (max-width: 767px) {
  body {
    padding-right: 20px;
    padding-left: 20px; }

  .container-fluid {
    padding: 0; }

  .container {
    width: auto; }

  .row-fluid {
    width: 100%; }

  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .row-fluid [class*="offset"]:first-child {
    margin-left: 0; } }
h1 {
  font-size: 48px !important;
  line-height: 56px !important;
  font-family: 'latoblack' !important;
  letter-spacing: 0.04em !important; }

h2 {
  font-size: 38px !important;
  line-height: 44px !important;
  font-family: 'latoblack' !important;
  letter-spacing: 0.04em !important; }

h3 {
  font-size: 34px !important;
  line-height: 38px !important;
  font-family: 'latoblack' !important;
  letter-spacing: 0.04em !important; }

h4 {
  font-size: 24px !important;
  line-height: 28px !important;
  font-family: 'latoblack' !important;
  letter-spacing: 0.04em !important; }

h5 {
  font-size: 24px !important;
  line-height: 28px !important;
  font-family: 'latobold' !important;
  letter-spacing: 0.02em !important; }

h6 {
  font-size: 22px !important;
  line-height: 26px !important;
  font-family: 'latobold_italic' !important;
  letter-spacing: 0.02em !important; }

.lead1 {
  font-size: 22px !important;
  font-family: 'latobold_italic' !important;
  line-height: 26px !important; }

.lead2 {
  font-size: 22px !important;
  font-family: 'latobold' !important;
  line-height: 26px !important; }

.lead3 {
  font-size: 18px !important;
  font-family: 'latobold' !important;
  line-height: 24px !important; }

.lead4 {
  font-size: 16px !important;
  font-family: 'latobold' !important;
  line-height: 22px !important; }

.featured1 {
  font-family: "latolight";
  font-size: 26px;
  line-height: 32px; }

.featured2 {
  font-family: "latolight";
  font-size: 22px;
  line-height: 28px; }

.p1 {
  font-family: "karmalight";
  font-size: 18px;
  line-height: 24px; }

.p2 {
  font-family: "karmalight";
  font-size: 16px;
  line-height: 22px; }

/*Componente Cores*/
.color-block-wrapper {
  margin-top: 50px; }

.color-block-wrapper .color-wrapper {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2); }

.color-block-wrapper .color-wrapper .color {
  height: 100px; }

.color-block-wrapper .color-wrapper .code {
  padding: 16px 13px; }

.color-block-wrapper .color-wrapper .code .lead4 {
  color: #808184; }

.color-block-wrapper .color-wrapper .code .lead4:last-child {
  color: #9d9d9c; }

.color-block-wrapper .opacity {
  display: inline-block;
  width: 100%; }

.color-block-wrapper .opacity p {
  font-family: "latolight";
  font-size: 16px;
  margin-top: 45px;
  margin-bottom: 22px;
  color: #2A2A2A; }

.color-block-wrapper .opacity p.showMobile {
  opacity: 0;
  visibility: hidden; }

.color-block-wrapper .opacity .opacity-example > div {
  width: 25%;
  float: left;
  height: 0px;
  padding-bottom: 25%; }

.complete-color-block {
  padding-bottom: 50px;
  border-bottom: 1px solid #9D9D9C;
  margin-bottom: 80px; }

/*Componente Barra Navega??o principal*/
.horizontal-menu {
  background: #2A2A2A;
  display: inline-block;
  padding: 33px 28px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.horizontal-menu > div > ul {
  font-size: 0;
  float: right;
  height: 77px; }

.horizontal-menu > div > ul > li {
  display: inline-block;
  padding-right: 18px;
  padding-left: 18px;
  text-transform: uppercase;
  position: relative;
  height: calc(100% - 10px);
  top: 10px;
  cursor: pointer;
  font-size: 14px; }

.horizontal-menu > div > ul > li i {
  font-size: 5px;
  margin-left: 5px;
  vertical-align: text-top;
  line-height: 16px !important; }

.horizontal-menu > div > ul > li a {
  color: #fff !important;
  font-size: 14px;
  font-family: 'latobold';
  text-decoration: none !important; }

.horizontal-menu > div > img {
  max-height: 44px;
  width: auto; }

.horizontal-menu > div > ul > li .sub-menu {
  border: 0;
  text-align: left;
  padding: 28px 25px !important;
  border-radius: 0;
  -webkit-box-shadow: inset 0 7px 13px -10px grey;
  -moz-box-shadow: inset 0 7px 13px -10px grey;
  box-shadow: inset 0 7px 13px -10px grey, 0px 3px 6px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  position: absolute;
  top: 67px;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  min-width: 132px;
  display: none;
  list-style: none;
  z-index: 1; }

.horizontal-menu > div > ul > li:hover .sub-menu {
  display: block; }

.horizontal-menu > div > ul > li .sub-menu li a {
  color: #808184 !important;
  font-family: "latoregular";
  text-transform: none;
  padding-bottom: 20px;
  display: block; }

.horizontal-menu > div > ul > li:hover > a,
.horizontal-menu > div > ul > li .sub-menu li:hover a {
  color: #2980b9 !important; }

.horizontal-menu > div > ul > li .sub-menu li:last-child a {
  padding-bottom: 0px; }

.horizontal-menu > div {
  max-width: 1140px;
  margin: auto; }

/*TYPE 2*/
.horizontal-menu.type2 {
  padding: 17px 28px 19px 28px; }

.horizontal-menu.type2 > div > ul {
  height: 71px; }

.horizontal-menu.type2 > div > ul > li > .sub-menu {
  top: 53px; }

.horizontal-menu.type2 > div > ul > li.search-icon {
  padding-right: 0px; }

.horizontal-menu.type2 > div > ul > li.search-icon i {
  color: #fff;
  font-size: 28px;
  margin-left: 0px; }

.horizontal-menu.type2 > div > ul > li .megamenu-wrapper {
  border: 0;
  text-align: left;
  padding: 28px 0px !important;
  border-radius: 0;
  -webkit-box-shadow: inset 0 7px 13px -10px grey;
  -moz-box-shadow: inset 0 7px 13px -10px grey;
  box-shadow: inset 0 7px 13px -10px grey, 0px 3px 6px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  min-width: 132px;
  display: none;
  font-size: 0px;
  white-space: nowrap; }

.horizontal-menu.type2 > div > ul > li:hover .megamenu-wrapper {
  display: block; }

.horizontal-menu.type2 > div > ul > li .megamenu-wrapper .sub-menu {
  display: table-cell;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 42px !important;
  padding-right: 42px !important;
  vertical-align: top; }

.horizontal-menu.type2 > div > ul > li .megamenu-wrapper .sub-menu:first-child {
  border-right: 1px solid #DFE2E7; }

.horizontal-menu.type2 > div > ul > li .megamenu-wrapper .sub-menu li:first-child {
  text-transform: uppercase;
  font-family: "latobold";
  font-size: 14px;
  color: #2980B9; }

.horizontal-menu.type2 > div > ul > li .megamenu-wrapper .sub-menu li {
  padding-bottom: 12px; }

.horizontal-menu.type2 > div > ul > li .megamenu-wrapper .sub-menu li:last-child {
  padding-bottom: 0px; }

.horizontal-menu.type2 > div > ul > li .megamenu-wrapper .sub-menu li a {
  color: #808184;
  font-family: "latoregular";
  text-transform: none;
  display: block;
  font-size: 14px; }

.horizontal-menu.type2 > div > ul > li .megamenu-wrapper .sub-menu li:last-child a {
  padding-bottom: 0px; }

.horizontal-menu.type2 > div > ul > li {
  height: calc(100% - 18px);
  top: 18px; }

.horizontal-menu.type3 > div > ul {
  height: auto; }

.horizontal-menu.type3 > div > ul > li a i {
  font-size: 18px;
  margin-left: 0px;
  vertical-align: top; }

.lang-wrapper {
  color: #fff;
  width: 100%;
  text-align: right;
  font-size: 12px;
  font-family: "latoregular";
  margin-bottom: 10px; }

.lang-wrapper i {
  font-size: 4px;
  margin-left: 5px;
  vertical-align: super; }

.lang-wrapper i.icon-globe {
  height: 19px;
  font-size: 19px;
  color: #3498DB;
  vertical-align: top;
  margin-right: 5px; }

/*Componente Menu Lateral*/
nav.side-menu {
  max-width: 321px; }

nav.side-menu > ul {
  list-style: none;
  padding: 0;
  margin: 0; }

nav.side-menu > ul > li {
  padding: 6px 0px;
  border-bottom: 1px solid rgba(42, 42, 42, 0.4); }

nav.side-menu > ul > li:last-child {
  border-bottom: none; }

nav.side-menu > ul > li > a,
nav.side-menu > ul > li {
  font-size: 14px;
  font-family: "latobold";
  color: #2A2A2A;
  text-decoration: none; }

nav.side-menu > ul > li:hover > a,
nav.side-menu > ul > li.active > a {
  color: #fff;
  background: #2980b9;
  text-decoration: none; }

nav.side-menu > ul > li.active i.icone-more {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg) !important;
  display: inline-block;
  margin-bottom: 5px; }

nav.side-menu > ul > li > a {
  padding: 10px 10px;
  display: block; }

nav.side-menu > ul > li .sub-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0; }

nav.side-menu > ul > li .sub-menu li {
  padding: 6px 10px;
  line-height: 16px; }

nav.side-menu > ul > li .sub-menu li:hover {
  background: #D0D2D3; }

nav.side-menu > ul > li .sub-menu li a {
  font-size: 14px;
  font-family: "latoregular";
  color: #808184;
  display: block;
  text-decoration: none; }

nav.side-menu > ul > li .sub-menu li:hover a {
  color: #2980B9;
  text-decoration: none; }

nav.side-menu > ul > li i {
  font-size: 6px;
  margin-left: 5px; }

nav.side-menu.menu-icon > ul > li i:first-child {
  font-size: 20px; }

/*Componente Bot?o*/
button {
  padding: 0px 57px;
  border-radius: 30px;
  height: 43px;
  font-size: 14px !important;
  font-family: "latoregular" !important;
  text-transform: uppercase; }

.button1 {
  color: #2980b9;
  background: #fff;
  border: 1px solid #2980b9; }

.button1:hover {
  color: #fff;
  background: #2980b9;
  border: 1px solid #2980b9; }

.button2 {
  color: #fff;
  background: #2980b9;
  border: 1px solid #fff; }

.button2:hover {
  opacity: 0.8; }

button.button-icon i {
  width: auto !important;
  height: auto !important;
  font-size: 0;
  line-height: normal !important;
  vertical-align: middle !important;
  margin-right: 10px; }

button.button-icon i:before {
  font-size: 24px;
  line-height: 24px; }

/******Componente Navegacao Estrutural********/
ul.horizontal-breadcrumb li {
  display: inline-block; }

ul.horizontal-breadcrumb li a {
  font-size: 13px;
  color: #2A2A2A;
  font-family: "latoregular"; }

ul.horizontal-breadcrumb li:last-child a {
  color: #2980B9; }

/*Componente Pagina??o*/
.pages-wrapper a,
.pages-wrapper .current {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #2a2a2a;
  font-size: 14px !important;
  font-family: "latobold" !important;
  vertical-align: top;
  line-height: 16px !important;
  text-decoration: none !important; }

.pages-wrapper a.page {
  color: #2a2a2a;
  vertical-align: middle; }

.pages-wrapper a:last-child {
  margin-left: 5px; }

.pages-wrapper a:not(.page) {
  border: 2px solid #2a2a2a; }

.pages-wrapper a i,
.pages-wrapper .current span,
.pages-wrapper a span {
  position: relative;
  top: 8px; }

.pages-wrapper a i {
  font-size: 0px;
  width: auto !important;
  height: auto !important;
  display: inline-block !important; }

.pages-wrapper a i:before {
  font-size: 17px; }

.pages-wrapper a.page:hover span,
.pages-wrapper a.page.active span {
  border-bottom: 2px solid #2980b9;
  color: #2980b9;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 4px; }

.pages-wrapper a:hover {
  text-decoration: none !important; }

.pages-wrapper a:hover:not(.page) {
  color: #2980b9;
  border: 2px solid #2980b9;
  text-decoration: none; }

.pages-wrapper a .icone-arrow_left:before,
.pages-wrapper a .icone-arrow_right:before {
  margin: auto;
  display: block; }

/*Componente Formul?rio*/
.form-wrapper input,
.form-wrapper textarea {
  width: 100%;
  border: 2px solid #fff !important;
  box-shadow: none;
  height: 60px !important;
  line-height: 18px !important;
  color: #808184 !important;
  font-size: 18px !important;
  font-family: 'latolight';
  padding: 0 !important;
  border-radius: 0 !important;
  padding-left: 33.5px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none !important; }

.form-wrapper input:focus,
.form-wrapper textarea:focus {
  border: 2px solid #2980b9 !important;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4) !important; }

.form-wrapper input:not([type="submit"]) {
  margin-bottom: 28px; }

.form-wrapper textarea {
  height: 132px !important;
  line-height: 22px !important;
  padding-top: 25px !important;
  resize: none !important; }

.form-wrapper input::-webkit-input-placeholder {
  color: #808184;
  font-size: 16px;
  font-family: 'karmalight';
  line-height: 25px; }

.form-wrapper input::-moz-placeholder {
  color: #808184;
  font-size: 16px;
  font-family: 'karmalight';
  line-height: 60px; }

.form-wrapper input:-ms-input-placeholder {
  color: #808184;
  font-size: 16px;
  font-family: 'karmalight';
  line-height: 60px; }

.form-wrapper input:-moz-placeholder {
  color: #808184;
  font-size: 16px;
  font-family: 'karmalight';
  line-height: 60px; }

.form-wrapper textarea::-webkit-input-placeholder {
  color: #808184;
  font-size: 16px;
  font-family: 'karmalight';
  line-height: 25px; }

.form-wrapper textarea::-moz-placeholder {
  color: #808184;
  font-size: 16px;
  font-family: 'karmalight';
  line-height: 25px; }

.form-wrapper textarea:-ms-input-placeholder {
  color: #808184;
  font-size: 16px;
  font-family: 'karmalight';
  line-height: 25px; }

.form-wrapper textarea:-moz-placeholder {
  color: #808184;
  font-size: 16px;
  font-family: 'karmalight';
  line-height: 25px; }

.form-wrapper label.animateInput p.error-msg {
  font-size: 14px;
  font-family: "latobold_italic";
  text-align: left;
  position: absolute;
  bottom: -15px;
  left: 35px; }

.form-wrapper label.animateInput p.error-msg.invalid {
  color: #BE1E2D; }

.form-wrapper label.animateInput p.error-msg.required {
  color: #F7931E; }

.form-wrapper label.animateInput input.error-invalid {
  border: 2px solid #BE1E2D !important; }

.form-wrapper label.animateInput input.error-invalid + span {
  color: #BE1E2D; }

.form-wrapper label.animateInput input.error-required,
.form-wrapper label.animateInput textarea.error-required {
  border: 2px solid #F7931E !important; }

.form-wrapper label.animateInput input.error-required + span {
  color: #F7931E; }

label.animateInput {
  position: relative;
  display: block;
  margin: 0;
  cursor: default; }

.animateInput input, .animateInput textarea {
  outline: none !important;
  transition: all 0.2s ease-in-out !important; }

.animateInput input::-webkit-input-placeholder {
  transition: all 0.2s ease-in-out !important; }

.animateInput input:-moz-placeholderr {
  transition: all 0.2s ease-in-out !important; }

.animateInput input::-moz-placeholder {
  transition: all 0.2s ease-in-out !important; }

.animateInput input:-ms-input-placeholder {
  transition: all 0.2s ease-in-out !important; }

.animateInput textarea::-webkit-input-placeholder {
  transition: all 0.2s ease-in-out !important; }

.animateInput textarea:-moz-placeholderr {
  transition: all 0.2s ease-in-out !important; }

.animateInput textarea::-moz-placeholder {
  transition: all 0.2s ease-in-out !important; }

.animateInput textarea:-ms-input-placeholder {
  transition: all 0.2s ease-in-out !important; }

.animateInput input:focus, .animateInput input.populated, .animateInput textarea:focus, .animateInput textarea.populated {
  padding-top: 28px !important;
  padding-bottom: 12px !important; }

.animateInput input:focus::-webkit-input-placeholder {
  color: transparent !important; }

.animateInput input:focus:-moz-placeholder {
  color: transparent !important; }

.animateInput input:focus::-moz-placeholder {
  color: transparent !important; }

.animateInput input:focus:-ms-input-placeholder {
  color: transparent !important; }

.animateInput textarea:focus::-webkit-input-placeholder {
  color: transparent !important; }

.animateInput textarea:focus:-moz-placeholder {
  color: transparent !important; }

.animateInput textarea:focus::-moz-placeholder {
  color: transparent !important; }

.animateInput textarea:focus:-ms-input-placeholder {
  color: transparent !important; }

.animateInput input.populated::-webkit-input-placeholder {
  color: transparent !important; }

.animateInput input.populated:-moz-placeholder {
  color: transparent !important; }

.animateInput input.populated::-moz-placeholder {
  color: transparent !important; }

.animateInput input.populated:-ms-input-placeholder {
  color: transparent !important; }

.animateInput textarea.populated::-webkit-input-placeholder {
  color: transparent !important; }

.animateInput textarea.populated:-moz-placeholder {
  color: transparent !important; }

.animateInput textarea.populated::-moz-placeholder {
  color: transparent !important; }

.animateInput textarea.populated:-ms-input-placeholder {
  color: transparent !important; }

.animateInput input:focus ~ span,
.animateInput input.populated ~ span,
.animateInput textarea:focus ~ span, .animateInput textarea.populated ~ span {
  opacity: 1;
  top: 5px; }

.animateInput span {
  color: #2980b9;
  font-size: 14px;
  font-family: "latobold";
  position: absolute;
  top: 0;
  left: 33.5px;
  opacity: 0;
  transition: all 0.2s ease-in-out; }

/*Componente Formul?rio -> Bot?es de Op??o*/
.radio-button {
  position: relative;
  display: inline-block; }

.radio-button .radio-button-wrapper {
  width: 26px;
  height: 26px;
  border: 2px solid #2A2A2A;
  border-radius: 30px;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

.radio-button .radio-button-wrapper::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 18px;
  width: 18px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.radio-button label {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-family: "latobold";
  color: #2A2A2A;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  margin-left: 5px; }

.radio-button input[type="radio"] {
  position: absolute;
  width: 26px;
  display: block;
  height: 26px;
  margin: 0px;
  opacity: 0;
  z-index: 1; }

.radio-button input[type="radio"]:checked + .radio-button-wrapper {
  border: 2px solid #2980b9; }

.radio-button input[type="radio"]:checked + .radio-button-wrapper::before {
  background: #2980b9; }

.radio-button input[type="radio"]:checked + .radio-button-wrapper + label {
  color: #2980b9; }

.radio-button input[type="radio"]:disabled + .radio-button-wrapper {
  border: 2px solid #D0D2D3; }

.radio-button input[type="radio"]:disabled + .radio-button-wrapper + label {
  color: #D0D2D3; }

/*Componente Formul?rio -> Checkboxes*/
.checkbox-button {
  position: relative;
  display: inline-block; }

.checkbox-button .checkbox-wrapper {
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #2A2A2A;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 5px; }

.checkbox-button input[type="checkbox"] {
  width: 36px;
  height: 36px;
  margin: auto;
  opacity: 0;
  position: absolute;
  z-index: 2; }

.checkbox-button label {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-family: "latobold";
  color: #2A2A2A;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  margin-left: 5px; }

.checkbox-button .checkbox-wrapper::after {
  content: '';
  width: 20px;
  height: 10px;
  position: absolute;
  top: 8px;
  left: 5px;
  border: 2px solid #2980b9;
  border-top: 0;
  border-right: 0;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1; }

.checkbox-button input[type="checkbox"]:checked + .checkbox-wrapper::after {
  opacity: 1; }

.checkbox-button input[type="checkbox"]:checked + .checkbox-wrapper {
  border: 2px solid #2980b9; }

.checkbox-button input[type="checkbox"]:checked + .checkbox-wrapper + label {
  color: #2980b9; }

.checkbox-button input[type="checkbox"]:disabled + .checkbox-wrapper {
  border: 2px solid #D0D2D3; }

.checkbox-button input[type="checkbox"]:disabled + .checkbox-wrapper + label {
  color: #D0D2D3; }

/*Componente Slider*/
.slider-wrapper.ui-widget.ui-widget-content {
  border: 2px solid #2980B9;
  height: 14px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.slider-wrapper.ui-widget.ui-widget-content > .ui-slider-handle {
  position: relative;
  color: #fff;
  width: 26px;
  height: 26px;
  border: 2px solid #2980b9 !important;
  border-radius: 20px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: #fff !important;
  outline: none !important;
  -ms-touch-action: none;
  touch-action: none; }

.slider-wrapper.ui-widget.ui-widget-content > .ui-slider-handle span {
  position: absolute;
  top: -46px;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  font-family: "latobold";
  font-size: 16px; }

.slider-wrapper.ui-widget.ui-widget-content > .ui-slider-handle:before {
  position: absolute;
  bottom: 41px;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 37px;
  height: 38px;
  border-radius: 8px;
  background-color: #2980B9;
  color: #fff;
  text-align: center;
  content: " ";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -1; }

.slider-wrapper.ui-widget.ui-widget-content > .ui-slider-handle:after {
  position: absolute;
  bottom: 33px;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 0;
  border-top: 8px solid #2980B9;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.slider-wrapper.ui-slider-horizontal .ui-slider-range-min {
  background: #2980B9; }

/*Componente File Upload*/
.filedrag {
  border: 2px dashed #2A2A2A;
  cursor: default;
  margin-top: 18px; }

.filedrag .row-fluid {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 41px; }

.filedrag .row-fluid > div:first-child,
.file-wrapper > div:first-child {
  text-align: left;
  font-family: 'latolight';
  font-size: 18px;
  padding-left: 32px; }

.filedrag .row-fluid > div:last-child,
.file-wrapper > div:last-child {
  text-align: right;
  position: relative;
  padding-right: 35px; }

.filedrag .row-fluid > .dragAlign:first-child {
  min-width: 330px; }

.filedrag .row-fluid > .dragAlign:last-child {
  float: right;
  margin-left: 0 !important; }

.filedrag .row-fluid > div:last-child button {
  max-width: 204px;
  width: 100%;
  cursor: pointer; }

.filedrag input[type="file"]:hover ~ button {
  opacity: 0.8; }

.filedrag input[type="file"] {
  opacity: 0;
  right: 35px;
  position: absolute;
  cursor: pointer;
  height: 43px !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  max-width: 204px;
  z-index: 1; }

.file-wrapper {
  font-family: 'latolight';
  font-size: 14px !important;
  margin-top: 15px; }

.file-wrapper > .uploadFilesMax,
.file-wrapper > div span {
  font-size: 14px !important;
  font-family: "latobold";
  margin-left: 0 !important; }

.file-wrapper > .uploadFilesMax:first-child {
  min-width: 165px;
  float: right;
  padding-left: 0;
  padding-right: 35px;
  text-align: right; }

.file-wrapper > .uploadFilesMax:last-child {
  min-width: 195px;
  float: left;
  padding-left: 32px;
  padding-right: 0;
  text-align: left; }

.file-wrapper > div:last-child,
.file-wrapper > div:first-child {
  font-family: "karmalight";
  font-size: 16px;
  color: #2980B9; }

.messages {
  padding-left: 32px;
  margin-top: 48px;
  text-align: left; }

.messages a {
  color: #2a2a2a;
  margin-right: 10px; }

.messages .one-file {
  text-align: left;
  margin-top: 12px;
  font-size: 16px;
  font-family: 'latolight'; }

.messages .one-file span {
  cursor: pointer;
  font-size: 16px;
  font-family: cursive;
  font-weight: bold;
  margin-right: 10px;
  vertical-align: middle; }

/*Componente Data Picker*/
.datepicker-wrapper {
  background: #f1f1f2;
  padding: 80px 95px;
  text-align: center;
  min-height: 552px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.datepicker-wrapper > input.datepicker {
  width: 100%;
  border: 2px solid #fff;
  box-shadow: none;
  height: 60px;
  line-height: 60px;
  color: #808184;
  font-size: 18px;
  font-family: 'latolight';
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
  padding-left: 33.5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0 !important;
  background: #2980b9;
  color: #fff;
  height: 52px;
  border-radius: 0px;
  border: 0px; }

.ui-datepicker.ui-widget.ui-widget-content {
  border: 0px !important;
  border-radius: 0px;
  padding: 8px 7px;
  width: 400px;
  margin-top: 5px; }

.ui-datepicker .ui-datepicker-title {
  font-family: "latobold";
  font-size: 22px;
  top: 50%;
  position: relative;
  transform: translateY(-50%); }

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default,
.ui-datepicker .ui-button,
.ui-datepicker .ui-button.ui-state-disabled {
  background: #e6e7e8 !important;
  font-family: "latobold";
  font-size: 16px;
  color: #808184 !important;
  border: 0px !important;
  padding: 12px 10px 12px 0px; }

.ui-datepicker .ui-button.ui-state-disabled:hover,
.ui-datepicker .ui-button.ui-state-disabled {
  background: #9D9D9C !important; }

.ui-datepicker .ui-state-default:hover,
.ui-datepicker .ui-state-default:active {
  background: #2980B9 !important;
  color: #fff !important; }

.ui-datepicker table {
  margin: 0 !important;
  table-layout: fixed; }

.ui-datepicker th {
  padding: 20px 0px;
  font-family: "latobold";
  font-size: 16px; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  border: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent !important;
  cursor: pointer; }

.ui-datepicker .ui-datepicker-prev {
  left: 15px !important; }

.ui-datepicker .ui-datepicker-next {
  right: 15px !important; }

.ui-datepicker .ui-datepicker-prev span {
  background: url("/ama-template-theme/css/../images/date_left.png") no-repeat;
  background-size: 18px 17px; }

.ui-datepicker .ui-datepicker-next span {
  background: url("/ama-template-theme/css/../images/date_right.png") no-repeat;
  background-size: 18px 17px; }

.ui-datepicker td {
  border: 0;
  padding: 2px; }

/*Componente Seleccao expansivel*/
.select-wrapper .select2-container {
  width: 100% !important;
  height: 60px;
  outline: 0px !important;
  text-align: left;
  margin-bottom: 28px; }

.select-wrapper .select2-container > span {
  outline: 0px !important; }

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100% !important; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 16px !important;
  color: #2A2A2A !important;
  font-family: "karmalight" !important;
  font-size: 16px !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #2980B9 transparent transparent transparent !important;
  border-width: 7px 6px 0 6px !important;
  margin-left: -10px; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #2980B9 transparent !important;
  border-width: 0px 6px 7px 6px !important;
  margin-left: -10px; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 16px !important;
  padding: 20px 33.5px !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 16px !important;
  width: auto !important; }

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border: 2px solid white !important;
  border-radius: 0px !important; }

.select2-container--default .select2-selection--single {
  border-radius: 0px !important; }

.select2-container--open .select2-dropdown {
  background: #F1F1F2 !important;
  border: 0px !important; }

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
  background: #D0D2D3 !important;
  color: #2A2A2A !important; }

.select2-results__option {
  padding: 10px 15px !important;
  height: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 16px; }

.select2-dropdown {
  border-radius: 0px !important; }

.select2-results {
  padding-bottom: 10px !important; }

.select2-container--default .select2-search--inline .select2-search__field {
  border: 0px !important;
  margin: 0px !important;
  outline: 0px !important; }

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple .select2-selection__rendered,
.select2-container .select2-search--inline,
.select2-container--default .select2-search--inline .select2-search__field,
.select2-container--default .select2-selection--multiple {
  min-height: 50px; }

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single {
  border: 2px solid #3498db !important; }

.select2-container .select2-search--inline .select2-search__field {
  padding-left: 16px !important; }

.select2-results__option[role="group"] {
  height: auto;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.select2-container--default .select2-results__group {
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-size: 16px;
  line-hieght: 16px;
  font-family: "karmalight";
  font-weight: normal;
  color: #2A2A2A; }

.select2-results__option[role="group"] .select2-results__option {
  padding: 10px 30px !important;
  font-family: 'karmalight';
  font-size: 16px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: 1px solid #aaa !important;
  border-radius: 0px !important;
  margin-left: 5px !important;
  margin-top: 13px !important;
  margin-right: 0px !important; }

.select2-container .select2-search--inline,
.select2-container--default .select2-search--inline .select2-search__field {
  outline: 0px !important;
  box-shadow: none !important; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #fff !important; }

.select2-container--default .select2-selection--single {
  outline: 0px !important; }

/*Componente Tabelas*/
.table-wrapper .lead4 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px; }

.table-wrapper table {
  width: 100%; }

.table-wrapper table th {
  background: #808184;
  font-family: "latobold";
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 7px 15px;
  border: 1.5px solid #fff;
  vertical-align: middle;
  line-height: normal; }

.table-wrapper table tbody tr td {
  font-family: "latoregular";
  font-size: 14px;
  line-height: normal;
  color: #808184;
  background: #E6E7E8;
  padding: 13px 15px;
  border: 1.5px solid #fff;
  text-align: center; }

.table-wrapper table tbody tr td a,
.table-wrapper table tbody tr td a:hover {
  text-decoration: none;
  color: #2980B9; }

.table-wrapper table tbody tr td:first-child {
  background: #F1F1F2;
  text-align: left; }

.table-wrapper table tbody tr:first-child td {
  background: #E6E7E8;
  color: #2A2A2A;
  text-align: center;
  font-family: "latobold";
  font-size: 16px; }

.table-wrapper table tbody tr:first-child td:first-child,
.table-wrapper table th:first-child {
  text-align: left; }

/*Componente Listas*/
.simple-list-wrapper ul {
  list-style: none;
  padding-left: 15px !important;
  margin: 0; }

.simple-list-wrapper ul li {
  font-family: "karmalight";
  font-size: 18px;
  color: #808184;
  margin: 15px 0px; }

.simple-list-wrapper ul li:before {
  color: #808184;
  content: "\00b7";
  font-size: 34px;
  vertical-align: sub;
  line-height: normal;
  margin-right: 5px; }

.simple-list-wrapper.hyperlink li:before {
  content: initial; }

.simple-list-wrapper.hyperlink li a {
  color: #9D9D9C;
  display: block; }

.simple-list-wrapper.hyperlink li i {
  font-size: 20px; }

.simple-list-wrapper.hyperlink li a:hover {
  color: #3498DB; }

.simple-list-wrapper.hyperlink li a span {
  margin-left: 5px; }

.simple-list-wrapper.hyperlink li {
  margin-bottom: 20px; }

/**/
.group-list-wrapper .span6 i,
.group-list-wrapper .span6 .text-wrapper {
  display: table-cell;
  vertical-align: top; }

.group-list-wrapper .span6 i {
  font-size: 48px;
  line-height: normal;
  padding-right: 24px;
  min-width: 46px;
  text-align: center; }

.group-list-wrapper .span6 a {
  font-family: "karmamedium";
  font-size: 16px;
  color: #3498DB; }

.group-list-wrapper .span6 p {
  margin-bottom: 10px;
  color: #9D9D9C; }

.group-list-wrapper .span6 {
  margin-bottom: 30px;
  margin-top: 30px; }

/*Componente Acordeon*/
.acordeon-wrapper {
  background: #E6E7E8;
  color: #808184;
  margin-bottom: 10px; }

.acordeon-wrapper .acordeon-header {
  background: #fff;
  border: 1px solid #808184;
  color: #2A2A2A;
  padding: 13px 25px 13px 20px; }

.acordeon-wrapper .acordeon-header.active {
  background: #808184;
  border: 1px solid #808184;
  color: #fff; }

.acordeon-wrapper .acordeon-header .lead3 {
  display: inline-block; }

.acordeon-wrapper .acordeon-header i {
  cursor: pointer;
  float: right;
  margin-top: 5px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  font-size: 0px;
  line-height: 14px; }

.acordeon-wrapper .acordeon-header i:before {
  font-size: 24px; }

.acordeon-wrapper .acordeon-header.active i:before {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: block;
  right: -2px;
  position: relative; }

.acordeon-wrapper .acordeon-body {
  padding: 25px 25px 35px 23px;
  display: none;
  margin-bottom: 30px; }

/*Componente Abas*/
.tabs-wrapper {
  width: 100%; }

.tabs-wrapper .tabs-header {
  border-bottom: 2px solid #E6E7E8;
  padding-left: 10.65246338215712%;
  padding-right: 10.65246338215712%;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.tabs-wrapper .tab {
  width: 33.33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  cursor: pointer;
  color: #9D9D9C; }

.tabs-wrapper .tab.active {
  color: #3498DB; }

.tabs-wrapper .tab .bar {
  background: #E6E7E8;
  height: 8px;
  border-right: 2px solid #fff; }

.tabs-wrapper .tab.active .bar {
  background: #3498DB; }

.tabs-wrapper .tab:last-child .bar {
  border-right: 0px; }

.tabs-wrapper .lead4 {
  padding-left: 15px;
  margin-bottom: 5px; }

.tabs-wrapper .tabs-body {
  margin-top: 20px; }

.tabs-wrapper .tabs-body > div {
  display: none;
  color: #808184; }

.tabs-wrapper .tabs-body > div.active {
  display: block; }

/*Componente Dicas de Contexto*/
.tooltip-wrapper {
  position: relative;
  display: inline-block;
  font-family: 'karmamedium';
  font-size: 18px;
  color: #3498DB; }

.tooltip-wrapper .tool-tip {
  position: absolute;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 24px;
  font-family: "latoregular";
  font-size: 13px;
  top: 150%;
  display: none; }

.tooltip-wrapper:hover .tool-tip,
.tooltip-wrapper.hovered .tool-tip {
  display: block; }

.tooltip-wrapper .tool-tip:not(.type2):before {
  position: absolute;
  top: -8px;
  left: 15px;
  width: 0;
  border-bottom: 8px solid #2a2a2a;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  content: " ";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.tooltip-wrapper .tool-tip.type1 {
  background: #2A2A2A;
  color: #fff;
  min-width: 114px; }

.tooltip-wrapper .tool-tip.type2 {
  background: #fff;
  color: #555555;
  border: 2px solid #808184;
  min-width: 240px; }

.tooltip-wrapper .tool-tip.type2:before,
.tooltip-wrapper .tool-tip.type2:after {
  content: "";
  position: absolute;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  top: -8px;
  left: 15px; }

.tooltip-wrapper .tool-tip.type2:before {
  border-bottom: 8px solid #808184;
  margin-top: -2px; }

.tooltip-wrapper .tool-tip.type2:after {
  border-bottom: 9px solid #fff;
  margin-top: 0px;
  z-index: 1; }

.tooltip-wrapper .tool-tip.type3 {
  background: #2980B9;
  color: #fff;
  min-width: 37px;
  padding: 10px 11px;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%); }

.tooltip-wrapper .tool-tip.type3:before {
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  border-bottom: 8px solid #2980b9; }

.tooltip-wrapper .tool-tip.tool-tip-top {
  top: inherit;
  bottom: 150%; }

.tooltip-wrapper .tool-tip.tool-tip-top:not(.type2):before {
  bottom: -8px;
  border-top: 8px solid #2a2a2a;
  border-bottom: 0px;
  top: inherit; }

.tooltip-wrapper .tool-tip.tool-tip-top:not(.type2).type3:before {
  border-top: 8px solid #2980b9;
  border-bottom: 0px; }

.tooltip-wrapper .tool-tip.tool-tip-top.type2:before,
.tooltip-wrapper .tool-tip.tool-tip-top.type2:after {
  top: inherit;
  bottom: -10px; }

.tooltip-wrapper .tool-tip.tool-tip-top.type2:after {
  border-top: 9px solid #fff;
  border-bottom: 0px;
  margin-bottom: 2px; }

.tooltip-wrapper .tool-tip.tool-tip-top.type2:before {
  border-top: 8px solid #808184;
  border-bottom: 0px; }

/*Componente Caixa de Di?logo*/
.dialog-box-wrapper {
  background: #f1f1f2;
  padding: 80px 95px; }

.dialog-box-wrapper .dialog-box {
  background: #fff;
  position: relative;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  text-align: center; }

.dialog-box-wrapper .dialog-box .close-dialog {
  position: absolute;
  right: 20px;
  top: 7px;
  color: #fff;
  font-size: 28px; }

.dialog-box-wrapper .dialog-box .dialog-header {
  background: #2980B9;
  padding: 46px 0px 40px 0px; }

.dialog-box-wrapper .dialog-box .dialog-header i {
  font-size: 0px;
  color: #fff;
  line-height: normal;
  margin-bottom: 10px; }

.dialog-box-wrapper .dialog-box .dialog-header i:before {
  font-size: 48px; }

.dialog-box-wrapper .dialog-box .dialog-header h4 {
  color: #FFFFFF;
  border: 0;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase; }

.dialog-box-wrapper .dialog-box .dialog-body {
  padding: 32px;
  padding-bottom: 65px; }

.dialog-box-wrapper .dialog-box .dialog-body .p1 {
  text-align: left; }

/*Componente Alertas*/
.alerts-wrapper .alert-msg {
  padding: 15px 20px;
  border: 2px solid;
  font-family: "latobold";
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px; }

.alerts-wrapper .alert-msg i {
  font-size: 17px;
  vertical-align: middle;
  margin-right: 10px;
  height: auto;
  width: auto; }

.alerts-wrapper .alert-msg span {
  vertical-align: middle; }

.alerts-wrapper .alert-msg span.icon-stack {
  height: 17px;
  width: 17px;
  line-height: 14px;
  margin-right: 10px;
  margin-left: -1px; }

.alerts-wrapper .alert-msg span.icon-stack i {
  font-size: 8px;
  color: #F7931E; }

.alerts-wrapper .alert-msg span.icon-stack i.icon-stack-base {
  font-size: 17px; }

.alerts-wrapper .alert-msg.msgsuccess {
  border-color: #00A551;
  color: #00A551; }

.alerts-wrapper .alert-msg.msgerror {
  border-color: #BE1E2D;
  color: #BE1E2D; }

.alerts-wrapper .alert-msg.msgalert {
  border-color: #F7931E;
  color: #F7931E; }

/*Componente Carregadores*/
.loader-box {
  padding: 30px;
  text-align: center; }

.loader-box i {
  font-size: 0px; }

.loader-box i:before {
  font-size: 65px; }

.loader-box p {
  font-family: "latobold_italic";
  font-size: 22px;
  margin-top: 20px; }

.loader-box.type1 {
  background: #2A2A2A;
  color: #fff; }

.loader-box.type2 {
  background: #F1F1F2;
  color: #2A2A2A; }

/*Componente Calend?rio*/
.fc-unthemed td {
  background: #fff;
  border-color: #808184; }

.fc-unthemed .fc-bg td.fc-sat,
.fc-unthemed .fc-bg td.fc-sun {
  background: #E5E6E7; }

.fc-unthemed td.fc-sat .fc-day-number,
.fc-unthemed td.fc-sun .fc-day-number {
  color: #6C6D6F; }

.fc-unthemed td.fc-sat.fc-other-month,
.fc-unthemed td.fc-sun.fc-other-month {
  background: rgba(229, 230, 231, 0.4); }

.fc-unthemed td.fc-other-month {
  opacity: 0.2; }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number,
.fc-unthemed th {
  color: #2F2F2F;
  font-family: "latobold";
  font-size: 16px;
  margin-right: 10px;
  padding-bottom: 0px;
  margin-top: 5px; }

.fc td,
.fc th {
  border: 0px !important; }

.fc-unthemed thead {
  border-color: transparent; }

.fc-unthemed td.fc-today {
  background: transparent !important;
  /*border: 3px solid #2980B9 !important;*/ }

.fc-unthemed td.fc-sun.fc-other-month .fc-day-number {
  opacity: 0.4; }

.fc-day-grid-event .fc-content .fc-title {
  color: #fff;
  font-family: "latobold";
  font-size: 16px; }

.fc-unthemed td.fc-day-top {
  border: 0px !important; }

.fc-day-grid-event .fc-content {
  background: #2980B9 !important; }

.fc-head-container,
.fc-unthemed td.fc-widget-content {
  border: 0px !important; }

.fc-unthemed td {
  border-color: #808184 !important; }

.fc-unthemed .fc-bg td {
  border: 1px solid #808184 !important; }

.fc-unthemed .fc-bg td.fc-other-month {
  border: 1px solid rgba(128, 129, 132, 0.4) !important; }

.fc-ltr .fc-h-event.fc-start {
  border-left-width: 10px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px; }

.fc-ltr .fc-h-event.fc-end {
  border-right-width: 10px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px; }

.fc-view-container *, .fc-view-container :after, .fc-view-container :before {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important; }

.fc-unthemed td.fc-today .fc-day-number {
  color: #2980b9 !important;
  border-bottom: 2px solid; }

.fc-row table {
  border: initial !important; }

.fc-scroller.fc-day-grid-container {
  overflow-x: initial !important;
  overflow-y: initial !important;
  height: auto !important; }

.fc-unthemed .fc-bg td.fc-today {
  position: relative; }

.fc-unthemed .fc-bg td.fc-today .blue-border {
  width: 100%;
  height: 100%;
  border: 3px solid #2980b9;
  position: absolute; }

.fc-basic-view .fc-body .fc-row {
  min-height: 107px !important; }

.fc-unthemed td.fc-sat .fc-day-number, .fc-unthemed td.fc-sun .fc-day-number {
  color: #6C6D6F !important; }

.fc-toolbar button.fc-prev-button,
.fc-toolbar button.fc-next-button {
  background: transparent;
  border: 2px solid #2A2A2A;
  width: 37px;
  height: 37px;
  padding: 0px;
  min-width: 37px;
  border-radius: 0px; }

.fc-icon-left-single-arrow:after {
  content: "\F177" !important;
  font-family: 'fontawesome-alloy' !important;
  font-size: 17px !important; }

.fc-icon-right-single-arrow:after {
  content: "\F178" !important;
  font-family: 'fontawesome-alloy' !important;
  font-size: 17px !important; }

.fc-toolbar button.fc-today-button,
.fc-toolbar button.fc-month-button {
  min-width: 88px;
  background: #2A2A2A;
  height: 37px;
  opacity: 1;
  color: #fff;
  text-shadow: none;
  font-family: "latobold";
  font-size: 16px;
  border-radius: 0px; }

.fc-toolbar button.fc-next-button {
  margin-left: 10px; }

.fc-toolbar .fc-center h2 {
  font-size: 22px !important;
  font-family: "latobold" !important; }

.fc-toolbar .fc-left,
.fc-toolbar .fc-right {
  margin-top: 5px; }

/*Componentes Newsletter*/
.newsletter-wrapper {
  background: #f1f1f2;
  padding: 39px 43px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.newsletter-box i {
  vertical-align: inherit !important;
  height: auto !important;
  width: auto !important;
  font-size: 0px !important; }

.newsletter-box i:before {
  font-size: 24px;
  position: relative;
  top: 1px; }

.newsletter-box span {
  font-family: "latobold_italic";
  font-size: 22px;
  color: #2A2A2A;
  vertical-align: middle;
  margin-left: 8px;
  margin-right: 15px; }

.newsletter-box input {
  margin: 0px !important;
  height: 45px !important;
  line-height: 45px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border-radius: 30px !important;
  border: 0px !important;
  font-family: "karmalight" !important;
  font-size: 18px !important;
  padding-left: 30px !important;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.newsletter-box .input-wrapper {
  width: calc(100% - 160px);
  display: inline-block;
  position: relative; }

.newsletter-box .input-wrapper input[type="email"] {
  max-width: 100% !important; }

.newsletter-box input::-webkit-input-placeholder {
  color: #808184;
  font-size: 18px;
  font-family: 'latolight'; }

.newsletter-box input::-moz-placeholder {
  color: #808184;
  font-size: 18px;
  font-family: 'latolight'; }

.newsletter-box input:-ms-input-placeholder {
  color: #808184;
  font-size: 18px;
  font-family: 'latolight'; }

.newsletter-box input:-moz-placeholder {
  color: #808184;
  font-size: 18px;
  font-family: 'latolight'; }

.newsletter-box .input-wrapper i {
  position: absolute;
  right: 20px;
  top: 50%;
  margin: auto;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 0px; }

.newsletter-box .input-wrapper i:before {
  font-size: 26px; }

/*Componente Campo de Pesquisa*/
.search-wrapper {
  background: #f1f1f2;
  padding: 39px 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 200px;
  position: relative;
  overflow: hidden; }

.search-box {
  position: fixed;
  text-align: right;
  left: 0px;
  right: 0px;
  margin: auto;
  width: calc(100% - 36px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: -123px;
  opacity: 0;
  transition: top 0.3s linear, opacity 0.3s linear !important;
  background: rgba(241, 241, 242, 0.86); }

.search-box > div {
  max-width: 1140px;
  margin: auto; }

.search-box.visible {
  top: 39px;
  opacity: 1;
  transition: top 0.3s linear, opacity 0.3s linear !important; }

.search-box input {
  margin: 0 !important;
  vertical-align: middle !important;
  border: 0 !important;
  border-bottom: 1px solid #808184 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0px 10px 5px 20px !important;
  width: 100% !important;
  font-size: 34px !important;
  line-height: 40px !important;
  font-family: "latoblack" !important;
  box-sizing: border-box !important;
  height: 40px !important;
  color: #2A2A2A !important;
  background: transparent !important; }

.search-box input::-webkit-input-placeholder {
  color: #2A2A2A;
  font-size: 34px !important;
  font-family: "latoblack" !important; }

.search-box input::-moz-placeholder {
  color: #2A2A2A;
  font-size: 34px !important;
  font-family: "latoblack" !important; }

.search-box input:-ms-input-placeholder {
  color: #2A2A2A;
  font-size: 34px !important;
  font-family: "latoblack" !important; }

.search-box input:-moz-placeholder {
  color: #2A2A2A;
  font-size: 34px !important;
  font-family: "latoblack" !important; }

.search-box i:not(.icon-remove) {
  position: absolute;
  right: 20px;
  bottom: 10px;
  margin: auto;
  font-size: 0;
  height: auto !important;
  cursor: pointer; }

.search-box i.icon-remove,
.search-wrapper i.icone-search {
  font-size: 0px;
  height: auto !important;
  cursor: pointer;
  margin-bottom: 60px;
  width: auto; }

.search-box i.icon-remove {
  margin-right: 15px; }

.search-box i:hover {
  color: #2980B9; }

.search-box i:before {
  font-size: 40px;
  line-height: 20px; }

.search-box i.icon-remove:before {
  font-size: 26px; }

.search-wrapper {
  text-align: right; }

.search-wrapper i.icone-search {
  margin-bottom: 0px;
  margin-right: 1px; }

.search-wrapper i.icone-search:before {
  font-size: 28px; }

/*Componente Icones*/
.icons-wrapper .span6 {
  background: rgba(52, 152, 219, 0.1);
  padding: 10px 15px;
  margin-bottom: 13px; }

.icons-wrapper .span6 i {
  font-size: 0px;
  margin-right: 25px;
  height: auto;
  width: auto; }

.icons-wrapper:not(.stacked) .span6 i:before {
  font-size: 36px;
  line-height: normal; }

.icons-wrapper .span6 i,
.icons-wrapper .span6 span:not(.icon-stack) {
  vertical-align: middle; }

/*Icones Tamanhos*/
.icons-wrapper.sizes-wrapper i {
  font-size: 0px; }

.icons-wrapper.sizes-wrapper i:before {
  font-size: 20px; }

.icons-wrapper.sizes-wrapper i.icon-large:before {
  font-size: 26px; }

.icons-wrapper.sizes-wrapper i.icon-2x:before {
  font-size: 40px; }

.icons-wrapper.sizes-wrapper i.icon-3x:before {
  font-size: 60px; }

.icons-wrapper.sizes-wrapper i.icon-4x:before {
  font-size: 80px; }

/*Icones fixed width*/
.icons-wrapper.fixedwidth-wrapper li {
  border-bottom: 1px solid #808184;
  padding: 13px 5px; }

.icons-wrapper.fixedwidth-wrapper .row-fluid {
  background: rgba(52, 152, 219, 0.1); }

.icons-wrapper.fixedwidth-wrapper .row-fluid .span6 {
  background: transparent; }

.icons-wrapper.fixedwidth-wrapper i:before {
  font-size: 20px !important; }

.icons-wrapper.fixedwidth-wrapper.li-wrapper .span6 i {
  margin-right: 15px; }

/*Icones Li*/
.icons-wrapper.fixedwidth-wrapper.li-wrapper li {
  border-bottom: 0px;
  padding: 10px 5px; }

/*Icones Propriedades*/
.icons-wrapper.properties-wrapper .span6 span {
  display: inline-block;
  width: calc(100% - 65px); }

/*Icon Stack*/
.icons-wrapper.stacked i {
  font-size: 20px !important; }

.icons-wrapper.stacked i.icon-stack-base {
  font-size: 40px !important; }

.icons-wrapper .icon-stack {
  width: 40px;
  height: 40px;
  line-height: 40px; }

.icons-wrapper.stacked .span6 i.icon-circle + i,
.icons-wrapper.stacked .span6 i.icon-sign-blank + i {
  color: #fff; }

.icons-wrapper.stacked .span6 span:not(.icon-stack) {
  margin-left: 15px;
  display: inline-block;
  width: calc(100% - 59px); }

/*Componente Grelha*/
.breakpoints-wrapper table {
  width: 100%; }

.breakpoints-wrapper tr td {
  text-align: center;
  padding: 7px 0px;
  border: 1px solid #fff; }

.breakpoints-wrapper tr:first-child td {
  font-size: 16px;
  color: #2A2A2A;
  font-family: "latobold"; }

.breakpoints-wrapper tr:nth-child(2) td:not(:first-child) {
  background: #808184;
  color: #fff;
  font-family: "latobold";
  font-size: 16px;
  width: 115px;
  vertical-align: middle; }

.breakpoints-wrapper tr:nth-child(n+4) td:first-child {
  background: #F1F1F2;
  text-align: left;
  padding-left: 15px;
  font-family: "latobold";
  font-size: 16px; }

.breakpoints-wrapper tr:nth-child(n+3) td:not(:first-child) {
  font-family: "latobold";
  font-size: 16px;
  background: #E6E7E8;
  color: #2A2A2A; }

.breakpoints-wrapper tr:nth-child(n+4) td:not(:first-child) {
  background: #E6E7E8;
  color: #808184;
  font-family: "latoregular";
  font-size: 14px;
  vertical-align: middle; }

/*Utilidades Responsivas*/
.responsives-wrapper tr:first-child td:not(:first-child) {
  background: #808184;
  color: #fff;
  font-family: "latobold";
  font-size: 16px;
  width: 158px;
  vertical-align: middle; }

.responsives-wrapper tr:nth-child(n+3) td:first-child {
  background: #F1F1F2;
  text-align: left;
  padding-left: 15px;
  font-family: "latobold";
  font-size: 16px; }

.responsives-wrapper tr:nth-child(n+2) td:not(:first-child) {
  font-family: "latobold";
  font-size: 16px;
  background: #E6E7E8;
  color: #2A2A2A; }

.responsives-wrapper tr:nth-child(n+3) td:not(:first-child) {
  background: #E6E7E8;
  color: #808184;
  font-family: "latoregular";
  font-size: 14px;
  vertical-align: middle; }

.responsives-wrapper i {
  font-size: 0px;
  height: auto !important;
  width: auto !important; }

.responsives-wrapper i:before {
  font-size: 22px; }

.responsives-wrapper i.icon-eye-open {
  color: #2980B9; }

@media only screen and (min-width: 1025px) {
  .horizontal-menu > div > ul {
    display: block !important; }

  .horizontal-menu i.icone-burguer {
    display: none !important; } }
@media only screen and (max-width: 1024px) {
  .horizontal-menu > div > ul,
  .horizontal-menu.type2 > div > ul {
    height: auto;
    float: none !important;
    display: none; }

  .horizontal-menu {
    position: relative; }

  .horizontal-menu i.icone-burguer {
    position: absolute;
    top: 43px;
    right: 31px;
    font-size: 30px;
    content: "\e916";
    color: #fff;
    font-family: "toolkit_font" !important;
    cursor: pointer; }

  .horizontal-menu > div > ul > li {
    display: block;
    width: 100%;
    height: auto;
    line-height: normal;
    padding: 10px 0px; }

  .horizontal-menu > div > ul > li > .sub-menu,
  .horizontal-menu.type2 > div > ul > li .megamenu-wrapper {
    position: relative;
    top: 7px !important;
    left: initial;
    transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    min-width: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    box-shadow: none;
    padding: 0px !important; }

  .horizontal-menu > div > ul > li > .sub-menu li a,
  .horizontal-menu.type2 > div > ul > li .megamenu-wrapper .sub-menu li a {
    color: #fff !important;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px; }

  .horizontal-menu.type2 > div > ul > li .megamenu-wrapper .sub-menu li:first-child {
    color: #fff;
    margin-top: 20px; }

  .horizontal-menu > div > ul > li:hover > .sub-menu,
  .horizontal-menu.type2 > div > ul > li:hover .megamenu-wrapper {
    display: none; }

  .horizontal-menu.type2 i.icone-burguer {
    top: 53px; }

  .horizontal-menu.type2 > div > ul > li {
    top: inherit !important;
    height: inherit;
    padding-top: 20px; } }
@media (max-width: 979px) {
  /* Componentes */
  .dialog-box-wrapper {
    padding: 30px 20px; }

  .font-blocks > div {
    margin: auto !important;
    display: block;
    width: 80%; }

  .font-blocks > div:first-child {
    margin-bottom: 30px !important; }

  .color-block-wrapper .color-wrapper .code {
    padding: 16px 11px !important; }

  .download-box .row-fluid > div.span6:first-child {
    width: 40%;
    word-break: break-word; }

  .download-box .row-fluid > div.span6:last-child {
    width: 60%; }

  .download-box .row-fluid > div.span5.offset1 {
    margin-left: 4.6383%;
    width: 46.42553%; }

  button.button-icon {
    min-width: 223px; }

  .radio-button,
  .checkbox-button {
    margin-right: 3% !important; }

  .icons-wrapper:not(.fixedwidth-wrapper) .span6 i {
    margin-right: 0px !important; }

  .icons-wrapper:not(.fixedwidth-wrapper) .span6 {
    padding: 10px 10px !important; } }
@media only screen and (max-width: 768px) {
  #tooltipsWrapper .span4 {
    width: 31.91489% !important;
    margin: 0 !important; }

  .right-wrapper .file-wrapper {
    display: table !important;
    width: 100% !important; }

  .right-wrapper .file-wrapper > div.span7,
  .right-wrapper .file-wrapper > div.span5 {
    display: table-cell !important;
    width: 50% !important;
    vertical-align: top;
    padding: 0px !important;
    margin: 0px !important; }

  .right-wrapper .filedrag .row-fluid > div {
    padding-right: 0 !important;
    padding-left: 0 !important;
    text-align: center !important; }

  .right-wrapper .messages {
    padding-left: 0px; }

  .right-wrapper .filedrag input[type="file"] {
    left: 0px !important;
    right: 0px !important;
    margin: auto !important;
    width: 100%; } }
@media only screen and (max-width: 640px) {
  h1 {
    font-size: 30px !important;
    line-height: 38px !important; }

  h2 {
    font-size: 28px !important;
    line-height: 34px !important; }

  h3 {
    font-size: 24px !important;
    line-height: 28px !important; }

  h4 {
    font-size: 22px !important;
    line-height: 26px !important; }

  h5 {
    font-size: 22px !important;
    line-height: 26px !important; }

  h6 {
    font-size: 20px !important;
    line-height: 24px !important; }

  div.onetable:not(.leads-wrapper):not(.other-elements-wrapper) .onerow > div:nth-child(2) {
    width: 167px !important; }

  div.onetable {
    table-layout: auto !important; }

  .breakpoints-wrapper tr:nth-child(n+4) td:first-child,
  .responsives-wrapper tr:nth-child(n+3) td:first-child {
    padding-left: 7px !important;
    font-size: 14px !important;
    line-height: 15px; }

  .breakpoints-wrapper tr:nth-child(2) td:not(:first-child),
  .breakpoints-wrapper tr:nth-child(n+3) td:not(:first-child),
  .responsives-wrapper tr:first-child td:not(:first-child),
  .table-wrapper table th,
  .table-wrapper table tbody tr:first-child td {
    font-size: 14px !important; }

  button.button1,
  button.button2,
  button.button-icon {
    display: block;
    margin: 0 auto !important; }

  .right-wrapper button.button2:last-child,
  .right-wrapper button.button-icon:last-child {
    margin-top: 30px !important; }

  .datepicker-wrapper,
  .right-wrapper .form-wrapper {
    padding: 20px 20px !important; }

  .ui-datepicker.ui-widget.ui-widget-content {
    width: 90% !important;
    left: 0px !important;
    right: 0px !important;
    margin: auto; }

  .fc-basic-view .fc-body .fc-row {
    min-height: 55px !important; }

  .newsletter-box .input-wrapper {
    width: 100% !important;
    display: block !important;
    margin-top: 30px !important; }

  .newsletter-wrapper {
    padding: 20px 20px !important; }

  .table-wrapper table tbody tr td,
  .table-wrapper table th {
    padding: 10px 5px !important; }

  .horizontal-menu.type2 > ul > li .megamenu-wrapper .sub-menu {
    display: block;
    width: 100%; }

  .horizontal-menu.type2 > ul > li .megamenu-wrapper .sub-menu:first-child {
    border-right: 0px;
    border-bottom: 1px solid #dfe2e7;
    padding-bottom: 25px !important; }

  .color-block-wrapper .opacity p.showMobile {
    opacity: 1;
    visibility: visible; } }
@media only screen and (max-width: 440px) {
  /* Componentes Styles */
  #tooltipsWrapper .row-fluid {
    margin: 0 !important; }

  #tooltipsWrapper .span4 {
    width: 100% !important;
    margin: 50px 0 70px !important; }

  .font-blocks > div {
    width: 100%; }

  .font-blocks > div p:first-child {
    font-size: 140px; }

  div.onetable:not(.leads-wrapper):not(.other-elements-wrapper) .onerow:first-child > div > span,
  div.onetable:not(.leads-wrapper):not(.other-elements-wrapper) .onerow:first-child > div:nth-child(2),
  div.onetable:not(.leads-wrapper):not(.other-elements-wrapper) .onerow:first-child > div:first-child {
    font-size: 26px !important; }

  div.onetable:not(.leads-wrapper):not(.other-elements-wrapper) .onerow:nth-child(2) > div:first-child span,
  div.onetable:not(.leads-wrapper):not(.other-elements-wrapper) .onerow:nth-child(2) > div:nth-child(2) {
    font-size: 22px !important; }

  div.onetable:not(.leads-wrapper):not(.other-elements-wrapper) .onerow:nth-child(3) > div:first-child span,
  div.onetable:not(.leads-wrapper):not(.other-elements-wrapper) .onerow:nth-child(3) > div:nth-child(2) {
    font-size: 20px !important; }

  div.onetable:not(.leads-wrapper):not(.other-elements-wrapper) .onerow:nth-child(4) > div:first-child span,
  div.onetable:not(.leads-wrapper):not(.other-elements-wrapper) .onerow:nth-child(4) > div:nth-child(2) {
    font-size: 18px !important; }

  div.onetable:not(.leads-wrapper):not(.other-elements-wrapper) .onerow:nth-child(5) > div:first-child span,
  div.onetable:not(.leads-wrapper):not(.other-elements-wrapper) .onerow:nth-child(5) > div:nth-child(2) {
    font-size: 16px !important; }

  div.onetable:not(.leads-wrapper):not(.other-elements-wrapper) .onerow > div:first-child {
    width: 50px !important; }

  div.onetable:not(.leads-wrapper):not(.other-elements-wrapper) .onerow > div:nth-child(2),
  div.onetable.leads-wrapper .onerow > div:first-child {
    width: 110px !important; }

  div.onetable:not(.leads-wrapper):not(.other-elements-wrapper) .onerow > div:nth-child(3) {
    width: 47px !important; }

  .breakpoints-wrapper tr:nth-child(n+4) td:first-child,
  .responsives-wrapper tr:nth-child(n+3) td:first-child {
    padding-left: 7px !important;
    font-size: 12px !important;
    line-height: 15px; }

  .breakpoints-wrapper tr:nth-child(2) td:not(:first-child),
  .breakpoints-wrapper tr:nth-child(n+3) td:not(:first-child),
  .responsives-wrapper tr:first-child td:not(:first-child) {
    font-size: 12px !important; }

  .pages-wrapper a, .pages-wrapper .current {
    width: 29px !important;
    height: 29px !important; }

  .pages-wrapper a i {
    line-height: 14px !important; }

  .radio-button,
  .checkbox-button {
    display: block !important; }

  .icons-wrapper .span6 span:not(.icon-stack) {
    display: inline-block !important;
    width: calc(100% - 40px); }

  .table-wrapper table th,
  .table-wrapper table tbody tr:first-child td {
    font-size: 11px !important; }

  .table-wrapper table tbody tr td {
    font-size: 10px !important; }

  .right-wrapper .animateInput span,
  .right-wrapper .form-wrapper label.animateInput p.error-msg {
    left: 10px; }

  .right-wrapper .form-wrapper input, .right-wrapper .form-wrapper textarea {
    padding-left: 10px; }

  .horizontal-menu > img {
    width: 160px; }

  .horizontal-menu i.icone-burguer {
    top: 34px; }

  .search-box input {
    font-size: 24px !important; }

  .search-box input::-webkit-input-placeholder {
    font-size: 24px !important; }

  .search-box input::-moz-placeholder {
    font-size: 24px !important; }

  .search-box input:-ms-input-placeholder {
    font-size: 24px !important; }

  .search-box input:-moz-placeholder {
    font-size: 24px !important; } }
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; }

p {
  font-family: "karmalight";
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 15px 0 !important; }

a {
  font-family: "karmamedium";
  font-size: 16px;
  line-height: 18px;
  color: #3498DB;
  text-decoration: none; }

a:hover {
  font-family: "karmamedium";
  font-size: 16px;
  line-height: 18px;
  color: #3498DB;
  text-decoration: underline; }

a.button {
  padding: 0 57px;
  border-radius: 30px;
  height: 43px;
  font-size: 14px !important;
  font-family: "latoregular" !important;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  line-height: 43px;
  text-decoration: none; }

a.button:hover {
  font-size: 14px !important;
  font-family: "latoregular" !important;
  line-height: 43px;
  text-decoration: none; }

button:focus {
  outline: none; }

html #wrapper {
  max-width: 100%;
  margin: 0px !important; }

i[class^="icon-"] {
  background: transparent !important; }

/* Portlet Styles */
.portlet-topper > .portlet-title > span > img {
  display: none !important; }

.portlet-title-text {
  display: none; }

.portlet-title {
  margin: 0px !important; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Custom Styles */
.portlet-breadcrumb, .content-wrapper, .container-fluid:not(#wrapper) {
  max-width: 1170px;
  margin: auto; }

.aui .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html #wrapper #banner #heading {
  padding: 0px;
  top: 0px !important;
  margin-top: 0px !important; }

body.homepage #wrapper #banner:not(.fixed) {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

body #wrapper #banner {
  -webkit-box-shadow: 0 7px 14px -10px black;
  -moz-box-shadow: 0 7px 14px -10px black;
  box-shadow: 0 7px 14px -10px black; }

.aui ul, .aui ol {
  margin: 0px; }

html #wrapper #content {
  padding-left: 0px !important;
  padding-right: 0px !important; }

body.homepage #wrapper #banner .horizontal-menu {
  background: transparent; }

.horizontal-menu > div > ul > li:hover > a,
.horizontal-menu > div > ul > li .sub-menu li:hover a,
.horizontal-menu > div > ul > li.active > a,
.horizontal-menu > div > ul > li .sub-menu li.active a {
  color: #3498DB !important; }

body #wrapper #banner {
  position: fixed !important;
  width: 100%;
  z-index: 99;
  top: 0px;
  padding-top: 0 !important; }

body.homepage #wrapper #banner:not(.fixed) {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background: transparent; }

body.homepage #wrapper #banner.fixed,
body.homepage #wrapper #banner.open {
  background: #2A2A2A;
  transition: all .5s;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

body.homepage #breadcrumbs {
  display: none; }

.aui .row-fluid [class*="span"] {
  min-height: 0px; }

.bx-wrapper .bx-viewport {
  border: 0px !important;
  left: 0px; }

.bx-wrapper {
  margin-bottom: 0px; }

/* Paginacao Styles */
.pages-wrapper {
  text-align: center;
  margin: 70px 0px 100px 0px; }

/*Apagar a linha abaixo*/
.aui .dockbar-split .dockbar.navbar-static-top .collapse .nav-account-controls {
  right: 50%; }

.aui .dockbar-split .dockbar .navbar-inner.navbar-inner .sign-in {
  display: none; }

.black-home-overlay {
  opacity: 0.5;
  background: #231F20;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px; }

.top-banner #homepage-slider li .img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-size: cover; }

.top-banner #homepage-slider li img {
  display: none; }

.bx-wrapper .bx-controls-direction a {
  text-indent: 0;
  text-decoration: none;
  background: transparent;
  height: auto;
  width: auto;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 90; }

.bx-wrapper .bx-controls-direction a i {
  font-size: 82px;
  color: #fff; }

.bx-wrapper .bx-controls-direction a:hover i {
  color: #3498DB !important; }

.bx-wrapper .bx-prev {
  left: 3%; }

.bx-wrapper .bx-next {
  right: 3%; }

.top-banner #homepage-slider .text-area {
  text-align: center;
  color: #fff;
  font-family: 'latoblack';
  z-index: 2;
  padding: 85px 0;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.top-banner #homepage-slider .text-area .description {
  padding-bottom: 100px;
  /*margin-top: 170px;*/
  margin-top: 15vh; }

.top-banner .bx-wrapper .bx-viewport #homepage-slider li,
.top-banner .bx-wrapper .bx-viewport {
  min-height: 100vh; }

.top-banner .scrolldown {
  position: absolute;
  bottom: 30px;
  z-index: 1;
  width: 53px;
  left: 0px;
  right: 0px;
  margin: auto;
  opacity: 1;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  cursor: pointer; }

.top-banner .scrolldown.scrollhidden {
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  cursor: default; }

#homepage-slider li {
  position: relative; }

.top-banner #homepage-slider .text-area h1 {
  font-size: 42px !important;
  max-width: 500px;
  margin: 0px auto 25px auto;
  /*padding-top: 175px;*/
  padding-top: 15vh; }

.top-banner #homepage-slider .text-area h3 {
  font-family: "latolight" !important;
  font-size: 26px !important;
  max-width: 735px;
  margin: auto;
  margin-bottom: 80px;
  display: block; }

.top-banner #homepage-slider .text-area .description p {
  font-family: "latobold" !important;
  font-size: 24px !important;
  line-height: normal; }

.top-banner #homepage-slider .verMaisHomeBtn {
  margin-top: 25px; }

.top-banner #homepage-slider .verMaisHomeBtn a {
  min-width: 164px;
  padding: 0 20px;
  border-radius: 30px;
  height: 43px;
  font-size: 13px !important;
  font-family: "latoregular" !important;
  text-transform: uppercase;
  color: #2980b9;
  background: #fff;
  border: 0px;
  display: inline-block;
  line-height: 43px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none !important; }

.top-banner #homepage-slider .verMaisHomeBtn a:hover {
  color: #fff;
  background: #2980b9;
  border: 0px; }

.bx-wrapper .bx-pager {
  bottom: 124px; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  border: 1px solid #fff;
  margin: 0 13px;
  border-radius: 6px !important; }

.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: transparent; }

.search-box {
  height: 209px;
  width: 100%;
  top: -209px;
  z-index: 999999; }

.search-box.visible {
  top: 0px; }

.search-box > div {
  position: relative; }

.search-box i.icon-remove,
.search-wrapper i.icone-search {
  margin-bottom: 50px;
  margin-top: 60px; }

.block-wrapper {
  padding: 85px 0px 90px 0px;
  width: 100%; }

.block-wrapper > div {
  max-width: 1140px;
  margin: auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.block-wrapper > div:not(.row-fluid):not(.container-fluid) {
  padding-left: 5%;
  padding-right: 5%; }

.block-wrapper.grey {
  background: #E6E7E8; }

.block-wrapper.blue {
  background: #3498DB; }

.block-wrapper.lighter-grey {
  background: #F1F1F2; }

.block-wrapper h2 {
  max-width: 550px;
  margin: auto;
  text-align: center;
  margin-bottom: 40px; }

.block-wrapper .p1 a {
  font-size: 18px;
  line-height: 24px; }

.block-wrapper .button1 {
  background: transparent;
  margin-top: 55px; }

.block-wrapper .button1:hover {
  background: #2980b9; }

.news-wrapper .row-fluid {
  text-align: left; }

.news-wrapper .row-fluid a,
.news-wrapper .row-fluid a:hover {
  text-decoration: none !important; }

.news-wrapper .span4 .image-wrapper {
  position: relative; }

.news-wrapper .span4 .blue-overlay,
#listNoticiasWrapper .span4 .blue-overlay {
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  position: absolute;
  z-index: 1;
  display: none;
  background: rgba(52, 152, 219, 0.8);
  text-align: center; }

.video-icon i {
  font-size: 22px;
  color: #2A2A2A;
  margin: auto;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: auto !important;
  height: auto !important;
  display: block !important; }

.video-icon {
  position: absolute;
  bottom: 13px;
  right: 13px;
  background: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 16px; }

.news-wrapper .span4:hover {
  cursor: pointer; }

.news-wrapper .span4 .p2 {
  color: #2A2A2A; }

.news-wrapper .span4:hover .p2 {
  color: #9D9D9C; }

.news-wrapper .span4:hover .blue-overlay {
  display: block; }

.news-wrapper .span4 .lead3 {
  color: #2A2A2A; }

.news-wrapper .span4:hover .lead3 {
  color: #3498DB; }

.news-wrapper .date-wrapper {
  font-size: 11px;
  font-family: "latobold";
  color: #808184;
  margin-top: 25px;
  margin-bottom: 20px; }

.news-wrapper .date-wrapper i {
  font-size: 16px;
  vertical-align: middle;
  height: auto;
  line-height: normal;
  margin-right: 5px; }

.news-wrapper .date-wrapper span {
  vertical-align: middle; }

.news-wrapper .lead3 {
  color: #3498DB;
  margin-bottom: 15px; }

.block-wrapper .pages-wrapper {
  margin: 35px 0 45px 0; }

.news-wrapper a .button1,
.news-wrapper .button1 {
  margin-top: 0px;
  color: #2980b9;
  font-size: 14px !important;
  font-family: "latoregular" !important; }

.news-wrapper a:hover .button1,
.news-wrapper .button1:hover {
  color: #ffffff;
  text-decoration: none; }

.news-wrapper .row-fluid .span12 {
  text-align: center; }

.block-wrapper.variations-wrapper i {
  font-size: 48px;
  height: auto;
  width: auto;
  line-height: normal; }

.block-wrapper.variations-wrapper .lead2 {
  margin: 15px 0px 28px 0px; }

.block-wrapper.variations-wrapper button {
  margin-top: 65px;
  font-size: 13px !important; }

.block-wrapper.variations-wrapper button a {
  font-size: 13px !important;
  font-family: "latoregular" !important;
  text-transform: uppercase; }

.block-wrapper.variations-wrapper .row-fluid:nth-child(2) .span4 {
  padding: 43px 20px 47px 20px; }

.block-wrapper.variations-wrapper .row-fluid:nth-child(2) .span4:first-child {
  background: #2A2A2A; }

.block-wrapper.variations-wrapper .row-fluid:nth-child(2) .span4:first-child i {
  color: #3498DB; }

.block-wrapper.variations-wrapper .row-fluid:nth-child(2) .span4:first-child .lead2 {
  color: #fff; }

.block-wrapper.variations-wrapper .row-fluid:nth-child(2) .span4:first-child .p2 {
  color: #9D9D9C; }

.block-wrapper.variations-wrapper .row-fluid:nth-child(2) .span4:first-child a.button {
  color: #fff;
  border-color: #fff;
  text-decoration: none; }

.block-wrapper.variations-wrapper .row-fluid:nth-child(2) .span4:first-child a.button:hover {
  color: #2A2A2A;
  border-color: #2A2A2A;
  background: #fff;
  text-decoration: none; }

.block-wrapper.variations-wrapper .row-fluid:nth-child(2) .span4:nth-child(2) {
  background: #9D9D9C; }

.block-wrapper.variations-wrapper .row-fluid:nth-child(2) .span4:nth-child(2) i,
.block-wrapper.variations-wrapper .row-fluid:nth-child(2) .span4:nth-child(2) .lead2,
.block-wrapper.variations-wrapper .row-fluid:nth-child(2) .span4:nth-child(2) .p2 {
  color: #2A2A2A; }

.block-wrapper.variations-wrapper .row-fluid:nth-child(2) .span4:nth-child(2) a.button {
  color: #2A2A2A;
  border-color: #2A2A2A;
  text-decoration: none; }

.block-wrapper.variations-wrapper .row-fluid:nth-child(2) .span4:nth-child(2) a.button:hover {
  color: #9D9D9C;
  border-color: #9D9D9C;
  background: #2A2A2A;
  text-decoration: none; }

.block-wrapper.variations-wrapper .row-fluid:nth-child(2) .span4:last-child {
  background: #E6E7E8; }

.block-wrapper.variations-wrapper .row-fluid:nth-child(2) .span4:last-child i {
  color: #3498DB; }

.block-wrapper.variations-wrapper .row-fluid:nth-child(2) .span4:last-child .lead2 {
  color: #2A2A2A; }

.block-wrapper.variations-wrapper .row-fluid:nth-child(2) .span4:last-child .p2 {
  color: #808184; }

.block-wrapper.variations-wrapper .row-fluid:nth-child(2) .span4:last-child a.button {
  color: #3498DB;
  text-decoration: none; }

.block-wrapper.variations-wrapper .row-fluid:nth-child(2) .span4:last-child a.button:hover {
  color: #E6E7E8;
  text-decoration: none; }

.block-wrapper.variations-wrapper .p1,
.block-wrapper.contact-wrapper .p1 {
  max-width: 770px;
  margin: auto;
  margin-bottom: 65px; }

.block-wrapper.contact-wrapper {
  color: #fff; }

.block-wrapper.contact-wrapper .span6 {
  text-align: left; }

.block-wrapper.contact-wrapper .span6 .address p {
  margin-bottom: 0px !important; }

.block-wrapper.contact-wrapper .span6 .address p a {
  color: #fff;
  font-family: "karmamedium";
  font-size: 18px; }

.block-wrapper.contact-wrapper .span6 button {
  border-color: #fff;
  color: #fff; }

.block-wrapper.contact-wrapper .span6 button:hover {
  color: #3498DB;
  background: #fff; }

.block-wrapper.contact-wrapper .span6:first-child > i {
  font-size: 48px;
  height: auto;
  width: auto; }

.block-wrapper.contact-wrapper .span6:first-child {
  padding-top: 20px; }

.block-wrapper.contact-wrapper .span6 .address {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  width: calc(100% - 47px); }

.block-wrapper.contact-wrapper .span6 .address h6 {
  max-width: 310px;
  margin-bottom: 29px; }

.block-wrapper.contact-wrapper .span6.form-wrapper .p2 {
  margin-bottom: 10px; }

.block-wrapper.contact-wrapper .span6.form-wrapper textarea {
  margin-bottom: 28px; }

.block-wrapper.contact-wrapper .span6.form-wrapper .g-recaptcha {
  text-align: center; }

.block-wrapper.contact-wrapper .span6.form-wrapper .g-recaptcha > div {
  margin: auto; }

.block-wrapper.contact-wrapper .span6 .button-wrapper {
  text-align: center; }

.block-wrapper.contact-wrapper .span6 .button-wrapper button:last-child {
  margin-left: 30px; }

.block-wrapper.contact-wrapper .span6 .button-wrapper button {
  margin-top: 40px; }

.block-wrapper.contact-wrapper .span6:first-child #map {
  width: 100%;
  height: 355px;
  border: 6px solid #fff;
  margin-top: 55px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.block-wrapper.contact-wrapper .span6 .address p {
  font-size: 18px; }

.block-wrapper.contact-wrapper .span6 textarea {
  height: 355px !important; }

.block-wrapper.contact-wrapper .span6:first-child .button-icon {
  margin: auto;
  margin-top: 30px;
  display: block; }

.block-wrapper.contact-wrapper .row-fluid:last-child {
  text-align: left; }

.block-wrapper.contact-wrapper .row-fluid:last-child .span12 .p1 {
  max-width: 100%;
  margin-top: 35px; }

.block-wrapper.contact-wrapper .row-fluid:last-child .span12 .p1 span {
  font-family: "karmamedium"; }

/* Breadcrumbs Styles */
.portlet-breadcrumb {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.portlet-breadcrumb .breadcrumb.breadcrumb-vertical {
  background: transparent;
  padding: 0px 0px !important;
  margin-top: 33px !important;
  margin-bottom: 40px !important; }

.portlet-breadcrumb .breadcrumb li:last-child span {
  display: none; }

.portlet-breadcrumb .breadcrumb li {
  line-height: 13px;
  display: inline-block; }

.portlet-breadcrumb .breadcrumb li a {
  color: #2A2A2A;
  font-size: 13px;
  font-family: 'latoregular';
  text-decoration: none;
  margin-right: 5px; }

.portlet-breadcrumb .breadcrumb li.active a {
  color: #3498DB; }

.portlet-breadcrumb .breadcrumb.breadcrumb-vertical li.last,
.portlet-breadcrumb .breadcrumb.breadcrumb-vertical li.current-parent {
  margin-left: 5px; }

/* Menu Top Bar Styles */
body:not(.homepage) #content {
  padding: 118px 0px 0px 0px !important; }

body.homepage #content {
  padding-top: 0px !important; }

.contribuir-wrapper h2 {
  margin-bottom: 25px; }

/* Banner Styles */
.top-banner {
  position: relative;
  overflow: hidden; }

.top-banner .initialTopBanner .imgTopBanner {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0px;
  left: 0px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.top-banner .initialTopBanner > img {
  display: none; }

.top-banner .initialTopBanner .black-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0px;
  left: 0px;
  background: #282828;
  opacity: 0.5; }

.top-banner .text-area {
  position: relative;
  text-align: center;
  color: #fff;
  z-index: 1;
  padding: 120px 0 140px 0px; }

.top-banner .text-area h1 {
  margin-top: 25px;
  margin-bottom: 25px;
  text-transform: uppercase; }

.top-banner .text-area h3 {
  display: none; }

.top-banner .text-area .description {
  font-family: 'latolight';
  font-size: 22px;
  margin: auto;
  line-height: 26px;
  margin-top: 28px;
  max-width: 765px; }

/* Footer Newsletter Styles */
#newsletterWrapper {
  background: #E6E7E8; }

#newsletterWrapper .newsletter-wrapper {
  max-width: 1170px;
  margin: auto;
  background: #E6E7E8 !important;
  padding: 33px 16.25% !important; }

/* Footer Styles */
#footer {
  background: #F1F1F2 !important;
  padding: 60px 0px 0px 0px !important; }

#footer .social-media-wrapper {
  margin-bottom: 50px; }

#footer .social-media-wrapper ul {
  padding: 0px;
  margin: 0px;
  text-align: center;
  list-style: none;
  padding-left: 18px; }

#footer .social-media-wrapper ul li {
  display: inline-block;
  font-size: 0px;
  margin-left: 18px;
  margin-right: 18px; }

#footer .social-media-wrapper ul li i {
  color: #2A2A2A;
  font-size: 22px; }

#footer .social-media-wrapper ul li:hover i {
  color: #3498DB; }

#footer .nav-menu {
  text-align: center; }

#footer .nav-menu .container-fluid a {
  font-size: 12px;
  font-family: 'latobold';
  color: #3498DB;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-decoration: none; }

#footer .nav-menu .container-fluid .layouts {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 0px;
  text-align: left; }

#footer .nav-menu .container-fluid .layouts li a {
  font-size: 12px;
  color: #2A2A2A;
  font-family: 'latoregular';
  text-transform: none; }

#footer .nav-menu .container-fluid .layouts li a:hover {
  color: #3498DB; }

#sitemap {
  padding-bottom: 50px; }

#sitemap .nav-menu .span2 {
  text-align: left; }

#sitemapSubMenu {
  background: #E6E7E8;
  padding: 30px 0; }

#sitemapSubMenu .row-fluid {
  text-align: center; }

#sitemapSubMenu .row-fluid a {
  font-size: 12px;
  color: #2A2A2A;
  font-family: 'latobold';
  text-transform: none;
  vertical-align: -webkit-baseline-middle; }

#sitemapSubMenu .row-fluid a:hover {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(42, 42, 42, 0.5);
  color: rgba(42, 42, 42, 0.5);
  text-decoration: none; }

#copyright {
  background: #fff;
  padding-bottom: 10px; }

#copyright .row-fluid {
  text-align: center; }

#copyright .footer-images-wrapper {
  font-size: 0px;
  margin-top: 50px;
  margin-bottom: 50px; }

#copyright .footer-images-wrapper img {
  max-height: 50px;
  max-width: 100%; }

#copyright .footer-images-wrapper > div {
  float: none;
  display: inline-block;
  vertical-align: center; }

#copyright .row-fluid:last-child p {
  margin-bottom: 2px;
  color: rgba(42, 42, 42, 0.5);
  font-family: 'latobold';
  font-size: 11px; }

#copyright .row-fluid:last-child p strong {
  color: #2A2A2A; }

/* Pagina Texto Styles */
#pageTextContent {
  margin-bottom: 100px !important; }

/* Pagina Formulario Styles */
#pageFormularioContent {
  margin-bottom: 100px !important; }

#pageFormularioContent .button2 {
  margin-top: 10px; }

#formServicesWrapper {
  text-align: center;
  background: #2A2A2A;
  padding: 100px 0px 110px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff; }

#formServicesWrapper .headerForm {
  max-width: 765px;
  margin: 0px auto 80px auto; }

#formServicesWrapper .headerForm p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 20px !important; }

#formServicesWrapper .navBulletsForm {
  position: relative;
  margin-bottom: 50px; }

#formServicesWrapper .navBulletsForm .sectionStep {
  display: inline-block;
  text-align: center; }

#formServicesWrapper .navBulletsForm .sectionStep .circleStep {
  display: block;
  height: 24px;
  width: 24px;
  border: 2px solid #3498DB;
  border-radius: 50%;
  margin: auto; }

#formServicesWrapper .navBulletsForm .sectionStep .circleStep .circleIntStep {
  height: 18px;
  width: 18px;
  margin: 3px;
  background-color: transparent;
  border-radius: 50%; }

#formServicesWrapper .navBulletsForm .sectionStep.active .circleStep .circleIntStep {
  background-color: #3498DB; }

#formServicesWrapper .navBulletsForm .sectionStep.current .circleStep .circleIntStep {
  background-color: #fff; }

#formServicesWrapper .navBulletsForm .sectionStep .textStep {
  color: #9D9D9C;
  font-size: 16px;
  line-height: 23px;
  font-family: 'latobold';
  display: block; }

#formServicesWrapper .navBulletsForm .sectionStep.active .textStep {
  color: #3498DB; }

#formServicesWrapper .navBulletsForm .sectionStep.current .textStep {
  color: #fff; }

#formServicesWrapper .navBulletsForm .lineStep {
  border-top: 2px solid #3498db;
  border-bottom: 2px solid #3498db;
  height: 2px;
  display: inline-block;
  max-width: 237px;
  vertical-align: top;
  margin: 11px -23px 0px -23px;
  width: 100%; }

#formServicesWrapper .navBulletsForm .lineStep.active {
  background-color: #3498db; }

#formServicesWrapper .titleForm {
  font-size: 18px;
  line-height: 24px;
  font-family: "latobold";
  margin-bottom: 30px; }

#formServicesWrapper .form-wrapper {
  background: transparent !important;
  padding: 0 !important; }

#formServicesWrapper .form-wrapper input, #formServicesWrapper .form-wrapper textarea {
  font-family: "karmalight" !important;
  font-size: 16px !important;
  line-height: 16px !important; }

#formServicesWrapper .form-wrapper input#habilitacoes {
  margin-bottom: 20px; }

#formServicesWrapper .form-wrapper .generoBox {
  text-align: left;
  padding: 17px 33.5px; }

#formServicesWrapper .form-wrapper .generoBox > span {
  font-family: "karmalight";
  font-size: 16px;
  line-height: 16px;
  margin-right: 10px; }

#formServicesWrapper .form-wrapper .generoBox .radio-button:first-of-type {
  margin-right: 20px; }

#formServicesWrapper .form-wrapper .radio-button .radio-button-wrapper {
  border: 2px solid #9D9D9C; }

#formServicesWrapper .form-wrapper .radio-button input[type="radio"]:checked + .radio-button-wrapper {
  border: 2px solid #2980b9 !important; }

#formServicesWrapper .form-wrapper .radio-button label {
  color: #9D9D9C; }

#formServicesWrapper .form-wrapper .radio-button input[type="radio"]:checked + .radio-button-wrapper + label {
  color: #2980b9 !important; }

#formServicesWrapper .form-wrapper .labelInfoObrig {
  color: #9D9D9C;
  font-size: 16px;
  line-height: 22px;
  font-family: "karmalight";
  margin-bottom: 40px; }

#formServicesWrapper .form-wrapper .btnWrapper .button1 {
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  margin: 0px 15px; }

#formServicesWrapper .form-wrapper .btnWrapper .button1:hover {
  color: #2980b9;
  background: #ffffff;
  border: 1px solid #ffffff; }

#formServicesWrapper .form-wrapper .btnWrapper .button1 i {
  margin-top: 0;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle; }

#formServicesWrapper .form-wrapper .btnWrapper #btnPrevious i {
  margin-right: 5px; }

#formServicesWrapper .form-wrapper .btnWrapper .button1 i:before {
  font-size: 24px;
  line-height: 11px; }

#formServicesWrapper[data-step="1"] .form-wrapper .btnWrapper #btnPrevious {
  display: none; }

#formServicesWrapper[data-step="3"] .form-wrapper .btnWrapper #btnNext {
  display: none; }

/* Search Styles */
#searchInputWrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1170px;
  margin: auto;
  padding: 10px 15px;
  margin-top: 30px;
  position: relative; }

#searchInputWrapper input {
  margin: 0 !important;
  vertical-align: middle !important;
  border: 0 !important;
  border-bottom: 1px solid #808184 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0 10px 5px 20px !important;
  width: 100% !important;
  font-size: 34px !important;
  line-height: 40px !important;
  font-family: "latoblack" !important;
  box-sizing: border-box !important;
  height: 40px !important;
  color: #2a2a2a !important;
  background: transparent !important; }

#searchInputWrapper input::-webkit-input-placeholder {
  color: #2A2A2A;
  font-size: 34px !important;
  font-family: "latoblack" !important; }

#searchInputWrapper input::-moz-placeholder {
  color: #2A2A2A;
  font-size: 34px !important;
  font-family: "latoblack" !important; }

#searchInputWrapper input:-ms-input-placeholder {
  color: #2A2A2A;
  font-size: 34px !important;
  font-family: "latoblack" !important; }

#searchInputWrapper input:-moz-placeholder {
  color: #2A2A2A;
  font-size: 34px !important;
  font-family: "latoblack" !important; }

#searchInputWrapper i {
  position: absolute;
  right: 25px;
  bottom: 15px;
  margin: auto;
  font-size: 0;
  height: auto !important;
  cursor: pointer; }

#searchInputWrapper i:before {
  font-size: 40px;
  line-height: 20px;
  font-weight: bold; }

#searchInputWrapper i:hover {
  color: #2980B9; }

#searchResultsWrapper h4 {
  text-align: center;
  color: #2A2A2A;
  margin-top: 50px;
  margin-bottom: 25px; }

#searchResultsWrapper .searchValueText {
  color: #808184;
  font-family: "latolight";
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 100px;
  text-align: center; }

#searchResultsWrapper .row-fluid:nth-child(n+3) {
  margin-top: 60px; }

#searchResultsWrapper .search-title {
  cursor: pointer; }

#searchResultsWrapper .search-title .hover-container {
  display: table; }

#searchResultsWrapper .search-title a {
  font-size: 22px;
  font-family: 'latoregular';
  color: #2A2A2A;
  vertical-align: middle;
  text-decoration: none;
  display: inline-block;
  display: table-cell;
  /*width: calc(100% - 24px);*/
  line-height: 24px;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent; }

#searchResultsWrapper .search-title a span.bold {
  font-family: 'latobold'; }

#searchResultsWrapper .search-title > p {
  margin-left: 25px !important;
  margin-bottom: 25px !important;
  margin-top: 10px !important;
  font-size: 16px;
  font-family: 'latoregular'; }

#searchResultsWrapper .search-content {
  font-size: 16px;
  font-family: 'karmalight';
  color: #808184;
  line-height: 22px; }

#searchResultsWrapper .search-content span {
  font-family: 'karmamedium';
  color: #2A2A2A; }

#searchResultsWrapper .search-title i {
  text-align: center;
  vertical-align: top;
  display: table-cell;
  padding-right: 10px; }

#searchResultsWrapper .search-title i:before {
  font-size: 22px; }

#searchResultsWrapper .search-title:hover,
#searchResultsWrapper .search-title:hover a {
  color: #3498DB; }

#searchResultsWrapper .search-title:hover a > span {
  border-bottom: 1px solid #3498DB; }

#searchResultsWrapper .search-title:hover i {
  background: #3498DB; }

#searchResultsWrapper .span12:hover .search-content {
  color: #2A2A2A; }

/* Contacto Styles */
#contactFormWrapper {
  margin-bottom: 80px; }

#contactFormWrapper .span6:first-child {
  margin-bottom: 40px !important; }

#contactFormWrapper .infoSedes {
  width: 60%; }

#contactFormWrapper .infoSedes h6 {
  margin: 0px 0px 15px 0px; }

#contactFormWrapper .infoSedes > div {
  font-size: 18px;
  line-height: 22px;
  font-family: "karmalight";
  color: #808184; }

#contactFormWrapper .infoSedes > div > span {
  font-family: "karmamedium"; }

#contactFormWrapper .infoSedes > div.subtitle {
  font-size: 18px;
  line-height: 22px;
  font-family: "latobold";
  margin: 20px 0px;
  color: #2A2A2A; }

#contactFormWrapper .form-wrapper {
  padding: 0;
  background: none !important;
  text-align: left; }

#contactFormWrapper .form-wrapper .labelInfoObrig {
  color: #9D9D9C;
  font-size: 16px;
  line-height: 22px;
  font-family: "karmalight";
  margin-bottom: 10px; }

#contactFormWrapper .form-wrapper input, #contactFormWrapper .form-wrapper textarea {
  background-color: #F1F1F2;
  font-family: "karmalight" !important;
  font-size: 16px !important;
  line-height: 16px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

#contactFormWrapper .form-wrapper textarea {
  line-height: 22px !important; }

#contactFormWrapper .form-wrapper input:focus,
#contactFormWrapper .form-wrapper textarea:focus {
  background-color: #ffffff;
  border: 2px solid #2980b9 !important;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4) !important; }

#contactFormWrapper .form-wrapper .g-recaptcha {
  text-align: center;
  margin-bottom: 30px; }

#contactFormWrapper .form-wrapper .g-recaptcha > div {
  margin: auto; }

#contactFormWrapper .form-wrapper .btnWrapper {
  text-align: center; }

#contactFormWrapper .form-wrapper .btnWrapper #btnClear {
  margin-right: 30px; }

#locationContactoWrapper {
  background: #2A2A2A;
  padding: 80px 0px 110px 0px;
  text-align: center;
  color: #fff; }

#locationContactoWrapper h3 {
  margin-bottom: 20px; }

#locationContactoWrapper p {
  font-size: 18px;
  line-height: 24px;
  max-width: 750px;
  margin: auto !important; }

#locationContactoWrapper #mapContact {
  width: 100%;
  height: 500px;
  border: 6px solid #fff;
  margin: 55px 0px 30px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#locationContactoWrapper .btnMap {
  border: 1px solid #fff;
  background: transparent;
  color: #fff; }

#locationContactoWrapper .btnMap:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #3498DB; }

#locationContactoWrapper .btnMap i {
  margin-top: -2px; }

/* Pagina Menu Lateral Styles */
#menuLateralWrapper {
  margin-bottom: 100px; }

#menuLateralWrapper nav.side-menu > ul > li:hover > a,
#menuLateralWrapper nav.side-menu > ul > li.active > a {
  background: #3498DB; }

#menuLateralWrapper .left-wrapper {
  margin-bottom: 40px; }

#menuLateralWrapper .right-wrapper h4 {
  color: #3498DB;
  padding: 17px 0;
  border-bottom: 1px solid #2980b9;
  border-top: 1px solid #2980b9;
  margin: 0;
  margin-bottom: 50px; }

#menuLateralWrapper .right-wrapper h5 {
  font-size: 24px;
  color: #3498DB;
  font-family: 'latobold';
  margin: 0;
  margin-bottom: 30px;
  margin-top: 50px; }

#menuLateralWrapper .right-wrapper h6 {
  margin-bottom: 20px; }

#menuLateralWrapper .right-wrapper .body-content {
  margin-bottom: 45px; }

#menuLateralWrapper .right-wrapper .img-content {
  border-bottom: 1px solid #9D9D9C;
  margin-bottom: 50px;
  padding-bottom: 20px; }

#menuLateralWrapper .right-wrapper .img-content > div {
  background-color: rgba(52, 152, 219, 0.1);
  padding: 15px; }

#menuLateralWrapper .right-wrapper .img-content > div > img {
  width: 100%; }

#menuLateralWrapper .right-wrapper .img-content > p {
  color: #7F8C8D;
  font-family: "latolight_italic";
  margin: 10px 0 0 15px !important; }

#menuLateralWrapper .right-wrapper .links-content {
  border-bottom: 1px solid #9D9D9C;
  padding-bottom: 10px; }

#menuLateralWrapper .right-wrapper .links-content .lead3 {
  color: #808184;
  margin-bottom: 20px; }

#menuLateralWrapper .right-wrapper .links-content .simple-list-wrapper ul {
  padding-left: 0px !important; }

#menuLateralWrapper .right-wrapper .links-content .simple-list-wrapper ul li {
  margin: 10px 0px !important; }

#menuLateralWrapper .right-wrapper .links-content .simple-list-wrapper ul li a {
  font-family: "latoregular";
  font-size: 18px;
  color: #808184;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent; }

#menuLateralWrapper .right-wrapper .links-content .simple-list-wrapper ul li a:hover {
  border-bottom: 1px solid #3498DB;
  color: #3498db; }

/* Listagem De Noticias Styles */
#listNoticiasWrapper .row-fluid {
  text-align: left; }

#listNoticiasWrapper .row-fluid:not(:last-child) {
  margin-bottom: 60px; }

#listNoticiasWrapper .row-fluid a,
#listNoticiasWrapper .row-fluid a:hover {
  color: transparent;
  text-decoration: none !important; }

#listNoticiasWrapper .span4 .image-wrapper {
  position: relative; }

#listNoticiasWrapper .span4:hover {
  cursor: pointer; }

#listNoticiasWrapper .span4 .p2 {
  color: #2A2A2A; }

#listNoticiasWrapper .span4:hover .p2 {
  color: #9D9D9C; }

#listNoticiasWrapper .span4:hover .blue-overlay {
  display: block; }

#listNoticiasWrapper .span4 .lead3 {
  color: #2A2A2A; }

#listNoticiasWrapper .span4:hover .lead3 {
  color: #3498DB; }

#listNoticiasWrapper .date-wrapper {
  font-size: 11px;
  font-family: "latobold";
  color: #808184;
  margin-top: 20px;
  margin-bottom: 20px; }

#listNoticiasWrapper .date-wrapper i {
  font-size: 16px;
  vertical-align: middle;
  height: auto;
  line-height: normal;
  margin-right: 5px; }

#listNoticiasWrapper .date-wrapper span {
  vertical-align: middle; }

#listNoticiasWrapper .lead3 {
  color: #3498DB;
  margin-bottom: 15px; }

#listNoticiasWrapper .twoLinesCopy .lead3 {
  min-height: 45px; }

/* Details Noticia Styles */
#detailsNoticianWrapper {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 50px; }

#detailsNoticianWrapper .container-fluid .date-wrapper {
  font-size: 11px;
  font-family: "latobold";
  color: #808184;
  margin-bottom: 20px; }

#detailsNoticianWrapper .container-fluid .date-wrapper i {
  font-size: 16px;
  vertical-align: middle;
  height: auto;
  line-height: normal;
  margin-right: 5px; }

#detailsNoticianWrapper .container-fluid .date-wrapper span {
  vertical-align: middle; }

#detailsNoticianWrapper .container-fluid h4 {
  color: #3498DB;
  padding: 17px 0;
  border-bottom: 1px solid #2980b9;
  border-top: 1px solid #2980b9;
  margin: 0; }

#detailsNoticianWrapper .container-fluid img {
  display: block;
  margin: 40px auto 30px auto; }

#detailsNoticianWrapper .container-fluid .btnVideo {
  display: block;
  margin: 0 auto 30px auto !important; }

#detailsNoticianWrapper .container-fluid .btnVideo i {
  line-height: 15px;
  font-size: 24px;
  display: inline;
  margin-right: 8px; }

#detailsNoticianWrapper .container-fluid .btnVideo i:before {
  font-size: 24px; }

#detailsNoticianWrapper .container-fluid .p2 {
  color: #2a2a2a;
  margin-bottom: 20px;
  text-align: left; }

#detailsNoticianWrapper .container-fluid .sharedIcons {
  margin: 90px 0px 40px 0px; }

#detailsNoticianWrapper .sharedIcons ul {
  padding: 0px;
  margin: 0px;
  text-align: center;
  list-style: none;
  padding-left: 0px; }

#detailsNoticianWrapper .sharedIcons ul li {
  display: inline-block;
  font-size: 0px;
  margin-left: 18px; }

#detailsNoticianWrapper .sharedIcons ul li:first-child {
  margin-left: 0px; }

#detailsNoticianWrapper .sharedIcons ul li i {
  color: #808184;
  font-size: 22px; }

#detailsNoticianWrapper .sharedIcons ul li:hover i {
  color: #3498DB; }

#detailsNoticianWrapper .sharedIcons .tooltip-wrapper {
  min-width: 32px; }

#detailsNoticianWrapper .sharedIcons .tooltip-wrapper .tool-tip.type1 {
  background: #3498DB;
  left: -5px; }

#detailsNoticianWrapper .sharedIcons .tooltip-wrapper .tool-tip.tool-tip-top:not(.type2):before {
  border-top: 8px solid #3498DB; }

/* LightBox Video Noticia Styles */
#videoOpenScreen {
  background: rgba(0, 0, 0, 0.65);
  z-index: -99;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#videoOpenScreen.activeShow {
  z-index: 99999;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

#videoOpenScreen .wrapperIframe {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
  height: 100%;
  display: table; }

#videoOpenScreen .wrapperIframe > div {
  display: table-cell;
  vertical-align: middle; }

#videoOpenScreen .wrapperIframe .closeBtn {
  text-align: center;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 5px 0 45px 0; }

#videoOpenScreen .wrapperIframe .closeBtn:hover {
  color: #3498DB; }

#videoOpenScreen .wrapperIframe .closeBtn i {
  line-height: 32px;
  font-size: 32px;
  display: inline; }

#videoOpenScreen .wrapperIframe .closeBtn i:before {
  font-size: 32px;
  line-height: 32px; }

#videoOpenScreen .wrapperIframe .closeBtn span {
  font-family: "latoregular";
  font-size: 12px;
  line-height: 18px;
  display: block; }

#videoOpenScreen .wrapperIframe .containerFrame {
  position: relative; }

#videoOpenScreen .wrapperIframe .containerFrame .ratio {
  display: block;
  width: 100%;
  height: auto; }

#videoOpenScreen .wrapperIframe .containerFrame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.toTop {
  background: rgba(42, 42, 42, 0.6);
  height: 42px;
  width: 42px;
  text-align: center;
  position: fixed;
  bottom: 50px;
  z-index: 9;
  right: 40px;
  border-radius: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  cursor: pointer; }

.toTop.visible {
  opacity: 1;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear; }

.toTop i {
  height: auto !important;
  width: auto !important;
  font-size: 22px;
  color: #fff;
  position: relative;
  top: 5px; }

.news-wrapper .span4 .image-wrapper img,
#listNoticiasWrapper .span4 .image-wrapper img {
  width: 100%; }

.privacy-info-message {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0px;
  width: 100%;
  z-index: 3;
  background-color: #2A2A2A;
  font-size: 16px;
  font-family: "latolight";
  font-weight: normal;
  line-height: 16px;
  margin: 0 auto;
  text-align: center;
  color: #FFF;
  height: auto;
  padding: 20px 0px; }
  .privacy-info-message a.hide-strip-privacy-info-message {
    text-decoration: underline; }
  .privacy-info-message a.open-dialog-privacy-policy {
    text-decoration: underline; }
  .privacy-info-message .privacy-info-message-journal-article {
    display: inline-block; }

.privacy-info-message .layout {
  max-width: 1170px;
  margin: auto;
  padding: 0px 15px;
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.privacy-info-message .layout .text-private {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  width: 50%; }

.privacy-info-message .layout .text-private p {
  margin: 0; }

.privacy-info-message .layout .text-private p:first-child {
  margin: 0 0 5px !important; }

.privacy-info-message .layout .btnWrapper {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  width: 2%; }

.privacy-info-message .layout .btnWrapper a {
  height: 43px;
  line-height: 43px;
  padding: 0 25px;
  display: inline-block;
  min-width: 162px;
  text-align: center;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFFFFF;
  background: transparent;
  border: 1px solid #FFFFFF;
  vertical-align: top; }

.privacy-info-message .layout .btnWrapper a:hover {
  color: #2980b9;
  background: #FFFFFF;
  border: 1px solid #FFFFFF; }

.privacy-info-message .layout .btnWrapper button {
  display: inline-block;
  min-width: 162px;
  padding: 0px 20px;
  border-radius: 30px;
  height: 43px;
  font-size: 14px !important;
  font-family: "latoregular" !important;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #2980b9;
  border: 1px solid #2980b9;
  outline: none;
  margin-left: 28px;
  vertical-align: top; }

.privacy-info-message .layout .btnWrapper button:hover {
  color: #FFFFFF;
  background: transparent;
  border: 1px solid #FFFFFF; }

#selectLang {
  display: inline-block;
  background-color: transparent;
  border: 0;
  width: auto;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-family: "latoregular";
  padding: 0;
  height: auto; }

#selectLang:focus {
  outline: none; }

.lang-wrapper .select2-container {
  text-align: left; }

.lang-wrapper .select2-container .select2-selection--single {
  border: 0 !important;
  background-color: transparent; }

.lang-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
  color: #fff !important;
  font-size: 12px !important;
  line-height: 12px !important;
  font-family: "latoregular" !important;
  padding: 0 !important; }

.lang-wrapper .select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #ffffff transparent transparent transparent !important;
  border-width: 5px 4px 0 4px !important;
  margin-left: 2px !important;
  margin-top: -4px !important; }

.select2-container--open .select2-dropdown.select2LangOptions {
  background: #2a2a2a !important;
  margin-top: 5px;
  text-align: left; }

.select2LangOptions .select2-results {
  padding-bottom: 0 !important; }

.select2LangOptions .select2-results__option {
  color: #fff !important;
  font-size: 12px !important;
  line-height: 12px !important;
  font-family: "latoregular" !important;
  padding: 10px 5px 10px 5px !important;
  height: auto; }

.select2LangOptions .select2-results__option--highlighted[aria-selected],
.select2LangOptions .select2-results__option[aria-selected=true] {
  background: #2a2a2a !important;
  color: #3498db !important; }

#hrefFm {
  display: none; }

@media only screen and (max-width: 1210px) {
  .search-box {
    padding: 0px 28px 0px 28px; } }
@media only screen and (max-width: 1024px) {
  .privacy-info-message .layout .text-private {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center; }

  .privacy-info-message .layout .btnWrapper {
    display: block;
    text-align: left;
    width: 100%;
    text-align: center; }

  .privacy-info-message .layout .btnWrapper a {
    float: left; }

  .privacy-info-message .layout .btnWrapper button {
    margin: auto;
    float: none; }

  .search-box i.icon-remove {
    margin-bottom: 55px;
    margin-top: 55px;
    margin-right: 5px; }

  .search-box i.icon-remove:before {
    font-size: 34px; }

  #banner.open .horizontal-menu i.icone-burguer {
    line-height: 30px !important; }

  #banner.open .horizontal-menu i.icone-burguer:before {
    font-family: 'fontawesome-alloy' !important;
    content: "\f00d";
    font-size: 50px; } }
@media only screen and (max-width: 979px) {
  .aui .portlet-dockbar,
  .aui .dockbar-split .dockbar .navbar-inner {
    display: none; }

  .aui.ios textarea,
  .aui.ios input {
    max-width: 100% !important; }

  .aui.ie input,
  .aui.ie textarea {
    max-width: 100% !important;
    width: 100% !important; }

  .block-wrapper.variations-wrapper button {
    padding: 0px 40px; }

  .block-wrapper.contact-wrapper .span6 .button-wrapper button:last-child {
    margin-left: 15px !important; } }
@media only screen and (max-width: 768px) {
  #copyright .footer-images-wrapper > div,
  #sitemap .nav-menu .span2 {
    margin-bottom: 30px !important; }

  .top-banner .text-area .description {
    padding: 0px 15px; }

  #homeWrapper .top-banner .text-area h1 {
    font-size: 48px !important; }

  .row-fluid [class*="span"] {
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important; }

  .news-wrapper .row-fluid .span4,
  .block-wrapper.variations-wrapper .row-fluid .span4,
  #listNoticiasWrapper .row-fluid .span4 {
    margin-bottom: 60px !important; }

  .top-banner #homepage-slider .text-area h3 {
    max-width: 90%; }

  .block-wrapper.contact-wrapper .span6.form-wrapper {
    margin-top: 60px !important;
    text-align: center; }

  .block-wrapper.contact-wrapper .span6.form-wrapper .p2 {
    text-align: left; }

  #footer .nav-menu .container-fluid .layouts,
  #sitemap .nav-menu .span2 {
    text-align: center; }

  #listNoticiasWrapper .row-fluid:not(:last-child) {
    margin-bottom: 0px; }

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

  #formServicesWrapper .form-wrapper .generoBox {
    padding: 0px 0px 28px 10px; }

  .top-banner #homepage-slider .text-area h1 {
    padding-top: 8vh; }

  .top-banner #homepage-slider .text-area .description {
    margin-top: 8vh; } }
@media only screen and (max-width: 640px) {
  .top-banner .text-area h1 {
    margin-top: 15px;
    margin-bottom: 15px; }

  .top-banner .text-area .description {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px; }

  h1,
  .top-banner #homepage-slider .text-area h1 {
    font-size: 30px !important;
    line-height: 38px !important; }

  .top-banner #homepage-slider .text-area h1 {
    padding-top: 100px; }

  h2 {
    font-size: 28px !important;
    line-height: 34px !important; }

  h3,
  .top-banner #homepage-slider .text-area h3 {
    font-size: 24px !important;
    line-height: 28px !important; }

  .top-banner #homepage-slider .text-area .description p {
    font-size: 22px !important; }

  h4 {
    font-size: 22px !important;
    line-height: 26px !important; }

  .block-wrapper .button1,
  .block-wrapper.variations-wrapper button {
    margin-top: 40px !important; }

  .block-wrapper.contact-wrapper .span6 button,
  #contactFormWrapper .form-wrapper .btnWrapper button {
    display: inline-block; }

  .block-wrapper.contact-wrapper .span6:first-child .button-icon,
  .block-wrapper.contact-wrapper .span6 .button-wrapper {
    margin-top: 30px !important; }

  .top-banner #homepage-slider .text-area .description {
    margin-top: 100px; }

  #newsletterWrapper .newsletter-wrapper {
    padding: 33px 5% !important; }

  .top-banner #homepage-slider .text-area {
    padding-left: 15px;
    padding-right: 15px; }

  #formServicesWrapper .navBulletsForm .lineStep {
    max-width: 150px; }

  #formServicesWrapper .form-wrapper .btnWrapper #btnPrevious {
    margin-bottom: 30px !important; }

  .newsletter-box {
    text-align: center; } }
@media only screen and (max-width: 480px) {
  .block-wrapper.contact-wrapper .span6 .button-wrapper button,
  .block-wrapper.contact-wrapper .span6 .button-wrapper button:last-child {
    margin: auto !important; }

  .block-wrapper.contact-wrapper .span6 .button-wrapper button:last-child,
  #contactFormWrapper .form-wrapper .btnWrapper button:last-child {
    margin-top: 30px !important;
    display: block; }

  #searchInputWrapper input {
    font-size: 24px !important; }

  #searchInputWrapper input::-webkit-input-placeholder {
    font-size: 24px !important; }

  #searchInputWrapper input::-moz-placeholder {
    font-size: 24px !important; }

  #searchInputWrapper input:-ms-input-placeholder {
    font-size: 24px !important; }

  #searchInputWrapper input:-moz-placeholder {
    font-size: 24px !important; }

  #formServicesWrapper .navBulletsForm .lineStep {
    max-width: 70px; }

  .animateInput span {
    left: 10px !important; }

  .form-wrapper input, .form-wrapper textarea {
    padding-left: 10px !important; }

  #formServicesWrapper .form-wrapper .generoBox > span {
    display: block; }

  #formServicesWrapper .form-wrapper .generoBox .radio-button {
    margin: 10px 5px 5px 5px !important;
    display: inline-block !important; }

  #formServicesWrapper .form-wrapper .generoBox .radio-button:first-of-type {
    margin-left: 0px !important; } }
@media only screen and (max-width: 440px) {
  .privacy-info-message .layout .btnWrapper a {
    display: block;
    width: 100%;
    float: none; }

  .privacy-info-message .layout .btnWrapper button {
    margin-left: 0px;
    width: 100%;
    display: block;
    float: none; } }
@media only screen and (max-width: 360px) {
  .g-recaptcha {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; } }