/*@import url(base.css);*/
/* ---------- Portlet wrapper and icons ---------- */
.freeform .portlet {
  margin-bottom: 0; }

body.portlet {
  border: none; }

.portlet-topper {
  position: relative; }

.portlet-title {
  display: block;
  font-size: 1em;
  margin: 0; }
  .portlet-title img {
    vertical-align: middle; }

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

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

.portlet-topper-toolbar {
  margin: 0;
  padding: 2px;
  position: absolute;
  right: 3px;
  text-align: right;
  top: 3px; }
  .portlet-topper-toolbar .nobr {
    display: block;
    float: left;
    padding: 1px; }

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

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

.portlet-icon-back {
  background: url(../images/arrows/01_left.png) no-repeat 0 50%;
  font-weight: bold;
  padding: 5px 5px 5px 18px; }

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

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

.portlet-borderless-bar {
  background: #333;
  color: #FFF;
  font-size: 10px;
  opacity: 0.3;
  padding: 2px 5px 1px;
  position: absolute;
  right: 0;
  text-shadow: -1px -1px black;
  top: 0;
  z-index: 200; }
  .portlet-borderless-bar a {
    background: url() no-repeat 0 50%;
    color: #3AF;
    display: inline-block;
    height: 16px;
    margin-left: 5px;
    text-indent: -9999px;
    vertical-align: top;
    width: 16px; }
  .portlet-borderless-bar .portlet-actions {
    display: none;
    float: left;
    margin-right: 20px; }
  .portlet-borderless-bar .portlet-title-default, .portlet-borderless-bar .portlet-actions {
    min-height: 20px;
    vertical-align: top; }
  .portlet-borderless-bar .portlet-action-separator {
    display: none; }
  .portlet-borderless-bar .portlet-back a {
    height: auto;
    text-indent: 0;
    width: auto; }
  .portlet-borderless-bar .portlet-close a {
    background-image: url(../images/portlet/close_borderless.png); }
  .portlet-borderless-bar .portlet-options li.lfr-trigger strong a {
    background-image: url(../images/portlet/options_borderless.png); }

.portlet-borderless-container:hover .portlet-borderless-bar {
  opacity: 1; }
  .portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions {
    display: inline; }

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

.portlet-draggable .portlet-topper {
  cursor: move; }
.portlet-draggable .portlet-title-default {
  background: url(../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, .portlet-msg-info, .portlet-msg-help, .lfr-message-help, .portlet-msg-progress, .lfr-message-progress, .lfr-message-info, .portlet-msg-error, .lfr-message-error, .portlet-msg-alert, .lfr-message-alert, .portlet-msg-success, .lfr-message-success {
  background: #EEE none no-repeat 6px 50%;
  border: 1px solid #555;
  color: #34404F;
  display: block;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left; }

/* ---------- Status of the current operation ---------- */
/* ---------- Help messages, general additional information, etc. ---------- */
.portlet-msg-info, .portlet-msg-help, .lfr-message-help, .portlet-msg-progress, .lfr-message-progress, .lfr-message-info {
  background-color: #DFF4FF;
  background-image: url(../images/messages/info.png);
  border-color: #A7CEDF; }

.portlet-msg-help, .lfr-message-help {
  background-image: url(../images/portlet/help.png); }

.portlet-msg-progress, .lfr-message-progress {
  background-image: url(../images/aui/loading_indicator.gif); }

/* ---------- Error messages ---------- */
.portlet-msg-error, .lfr-message-error {
  background-color: #FDD;
  background-image: url(../images/messages/error.png);
  border-color: #F00; }

/* ---------- Warning messages ---------- */
.portlet-msg-alert, .lfr-message-alert {
  background-color: #FFC;
  background-image: url(../images/messages/alert.png);
  background-position: 6px 20%;
  border-color: #FC0; }

/* ---------- Success messages ---------- */
.portlet-msg-success, .lfr-message-success {
  background-color: #F4FDEF;
  background-image: url(../images/messages/success.png);
  border-color: #ACDFA7;
  color: #384F34; }

/* ---------- Message labels ---------- */
.portlet-msg-alert-label, .portlet-msg-error-label, .portlet-msg-info-label, .portlet-msg-progress-label, .portlet-msg-success-label {
  background: none no-repeat 0 50%;
  padding: 3px 3px 3px 20px;
  font-weight: bold; }

.portlet-msg-alert-label {
  background-image: url(../images/messages/alert.png);
  color: #663; }

.portlet-msg-error-label {
  background-image: url(../images/messages/error.png);
  color: #900; }

.portlet-msg-info-label, .portlet-msg-help-label, .portlet-msg-progress-label {
  background-image: url(../images/messages/info.png);
  color: #34404F; }

.portlet-msg-help-label {
  background-image: url(../images/portlet/help.png); }

.portlet-msg-progress-label {
  background-image: url(../images/aui/loading_indicator.gif); }

.portlet-msg-success-label {
  background-image: url(../images/messages/success.png);
  color: #384F34; }

/* ---------- Liferay Messages ---------- */
.lfr-message-content, .lfr-message-info, .lfr-message-help, .lfr-message-error, .lfr-message-alert, .lfr-message-success {
  border-left-width: 0;
  border-right-width: 0; }

.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(../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(../images/common/time.png); }

.lfr-message-dismissible.lfr-message-hover .lfr-message-content {
  background-image: none; }
.lfr-message-dismissible.lfr-message-hover .lfr-message-controls {
  display: block; }

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

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

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

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

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

/* ---------- Permissions ---------- */
.results-row.lfr-role .col-1, .results-row.hover.lfr-role .col-1 {
  background-image: url();
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 30px; }
.results-row.lfr-role-guest .col-1, .results-row.hover.lfr-role-guest .col-1 {
  background-image: url(../images/common/guest_icon.png); }
.results-row.lfr-role-regular .col-1, .results-row.hover.lfr-role-regular .col-1 {
  background-image: url(../images/common/user_icon.png); }
.results-row.lfr-role-site .col-1, .results-row.hover.lfr-role-site .col-1 {
  background-image: url(../images/common/site_icon.png); }
.results-row.lfr-role-organization .col-1, .results-row.hover.lfr-role-organization .col-1 {
  background-image: url(../images/common/organization_icon.png); }
.results-row.lfr-role-team .col-1, .results-row.hover.lfr-role-team .col-1 {
  background-image: url(../images/common/team_icon.png); }

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

/* ---------- Actions button ---------- */
.lfr-actions.lfr-extended, .lfr-actions.lfr-extended ul {
  background: white url(../images/forms/button.png) repeat-x 0 100%;
  border: 1px solid;
  border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE; }
.lfr-actions ul {
  bottom: -1px; }
.lfr-actions .lfr-trigger, .lfr-actions .lfr-trigger strong {
  background: none; }
.lfr-actions .lfr-trigger li {
  background: transparent;
  border-bottom: 1px solid #DEDEDE;
  padding: 2px; }
  .lfr-actions .lfr-trigger li a {
    padding: 5px 10px 5px 25px; }
    .lfr-actions .lfr-trigger li a:hover {
      background-color: #828F95;
      color: #FFF; }
  .lfr-actions .lfr-trigger li img {
    left: 3px;
    position: absolute; }
  .lfr-actions .lfr-trigger li.last {
    border-bottom: none; }
.lfr-actions.portlet-options {
  background: none;
  border: none;
  float: left; }
  .lfr-actions.portlet-options .lfr-trigger {
    padding: 0; }
    .lfr-actions.portlet-options .lfr-trigger strong {
      min-width: 0;
      padding: 1px; }
      .lfr-actions.portlet-options .lfr-trigger strong a {
        background-image: url(../images/portlet/options.png);
        background-position: 0 0;
        display: block;
        font-size: 0;
        height: 16px;
        padding: 0;
        text-indent: -9999px;
        width: 16px; }

.visible.portlet-options .lfr-trigger strong a {
  background-image: url(../images/portlet/options_selected.png); }

/*------ Breadcrumbs taglib ------*/
.breadcrumbs:before, .breadcrumbs:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden; }
.breadcrumbs:after {
  clear: both; }

.breadcrumbs-vertical {
  display: inline-block; }

.breadcrumbs-horizontal li {
  display: inline-block;
  vertical-align: middle; }

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

.ie .portlet-borderless-bar {
  -ms-filter: alpha(opacity=20);
  filter: alpha(opacity=20); }
.ie .portlet-borderless-container:hover .portlet-borderless-bar {
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100); }
.ie .taglib-calendar tr td.first a {
  border-right: none; }

.ie6 .portlet-borderless-bar .portlet-actions, .ie7 .portlet-borderless-bar .portlet-actions {
  margin-right: 0;
  margin-left: 20px; }
.ie6 .portlet-title-default, .ie7 .portlet-title-default {
  float: left; }
.ie6 .breadcrumbs-vertical, .ie6 .breadcrumbs-horizontal li, .ie7 .breadcrumbs-vertical, .ie7 .breadcrumbs-horizontal li {
  display: inline;
  zoom: 1; }

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

/*@import url(layout.css);*/
.portlet-dockbar, .portlet-staging-bar {
  background: url(../images/application/loading_indicator.gif) no-repeat 50%; }

.portlet-dockbar {
  background-color: #E0E7F1;
  border-bottom: 1px solid #636364; }

.dockbar, .staging-bar {
  visibility: hidden; }

.dockbar-ready .dockbar, .staging .staging-bar, .live-view .staging-bar {
  visibility: visible; }

.dockbar-ready .portlet-dockbar, .staging-ready .portlet-staging-bar, .portal-popup .portlet-dockbar, .portal-popup .portlet-staging-bar {
  background: none;
  border-width: 0; }

.dockbar {
  background: #97a1ae url(../images/dockbar/dockbar_bg.png) repeat-x 0 0;
  border-bottom: 1px solid #636364;
  font-size: 13px;
  padding: 1px 5px;
  position: relative;
  z-index: 300; }

.dockbar:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

.ie7 .dockbar {
  zoom: 1; }

.ie6 .dockbar, .ie6 .lfr-dockbar-pinned .dockbar {
  height: 10px;
  left: 0;
  position: relative;
  top: 0; }

.dockbar a {
  color: #2C2F34;
  font-weight: bold;
  text-shadow: 1px 1px #FFF; }

.dockbar .menu-button-active {
  background: #5c94da url(../images/dockbar/button_active_bg.png) repeat-x 0 0; }

.dockbar .menu-button-active a {
  color: #FFF;
  text-shadow: -1px -1px #2c2f34; }

.dockbar .user-avatar .sign-out {
  font-size: 0.8em;
  padding-left: 0; }

.dockbar ul {
  margin: 0;
  padding: 0; }

.dockbar li li {
  margin-left: 0; }

html > .lfr-dockbar-pinned {
  padding-top: 3.45em; }

.lfr-dockbar-pinned .dockbar {
  left: 0;
  position: fixed;
  right: 0;
  top: 0; }

.dockbar .pin-dockbar {
  margin-left: 0; }

.ie6 .dockbar .pin-dockbar {
  display: none; }

.pin-dockbar img {
  background: url(../images/dockbar/pin.png) no-repeat 0 0;
  height: 27px;
  vertical-align: middle;
  width: 27px; }

.lfr-dockbar-pinned .pin-dockbar img {
  background-image: url(../images/dockbar/unpin.png); }

.dockbar .user-portrait {
  text-decoration: none; }

.dockbar .user-avatar img {
  vertical-align: middle;
  width: 25px; }

.dockbar .impersonating-user {
  background: url(../images/messages/alert.png) no-repeat 0 50%;
  padding-left: 20px; }

.dockbar .impersonating-user .user-links a {
  color: #999; }

/* ---------- Staging Dockbar ---------- */
.variation-selector {
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  margin: 1em; }

.layout-revision-container {
  margin: 1em 0 0 1em;
  padding: 0; }
  .layout-revision-container .aproximate-date {
    color: #999;
    font-weight: bold; }
  .layout-revision-container .current-version {
    color: #41801d;
    display: block; }
  .layout-revision-container .current-version-pointer {
    display: inline-block;
    width: 0; }
  .layout-revision-container .current-version-pointer img {
    left: -25px;
    position: relative; }
  .layout-revision-container .layout-variation-name {
    color: #666;
    font-size: 1.15em;
    margin-bottom: 0.1em;
    text-transform: uppercase; }
  .layout-revision-container .layout-revision-current {
    color: #666; }
  .layout-revision-container .real-date {
    color: #999;
    display: block;
    text-align: right; }
  .layout-revision-container .taglib-workflow-status .workflow-status {
    background: none;
    padding-left: 0; }
    .layout-revision-container .taglib-workflow-status .workflow-status .workflow-status-ready-for-publication {
      color: #41801d;
      font-weight: bold; }

.layout-revision-container-root {
  margin: 0; }

.staging-details {
  background: url() no-repeat 0 0;
  padding-left: 65px;
  min-height: 50px; }

.staging .staging-details {
  background-image: url(../images/staging_bar/staging.png); }

.live-view .staging-details {
  background-image: url(../images/staging_bar/live.png); }

.staging .staging-tabview-list {
  background-color: #FFDBA6; }

.live-view .staging-tabview-list {
  background-color: #C4F0BC; }

/* ---------- Menus ---------- */
.aui-dockbarmenu-hidden {
  visibility: hidden; }

.dockbar .aui-toolbar {
  float: left; }

.dockbar .user-toolbar {
  float: right; }

.aui-underlay .portal-add-content {
  background-color: transparent;
  font-size: 11px; }

.aui-underlay .portal-add-content .portlet-dd-placeholder {
  display: none; }

.add-application .yui3-widget-bd, .dockbar-messages .yui3-widget-bd {
  padding: 0 10px 10px; }

.add-application {
  left: 10px !important; }

.lfr-has-sidebar #main-content {
  padding-left: 220px; }

.manage-layouts {
  left: 60px !important; }

.my-sites-menu {
  max-width: 350px; }

.my-sites-menu ul {
  list-style: none;
  max-height: 300px;
  overflow: auto; }

.my-sites-menu ul, .my-sites-menu li {
  display: block;
  margin: 0;
  padding: 0; }

.my-sites-menu a {
  display: block;
  overflow: hidden;
  text-align: right;
  white-space: nowrap; }

.my-sites-menu .control-panel a {
  background: url(../images/dock/control_panel.png) no-repeat 3px 50%;
  padding-left: 25px; }

.my-sites-menu .current-site {
  border: solid #1D4280;
  border-width: 1px 0; }

.my-sites-menu .current-site a {
  background: #3068ba url(../images/arrows/01_right.png) no-repeat scroll 2px 30%;
  color: #FFF;
  padding-left: 20px;
  text-shadow: 1px 1px #333; }

.my-sites-menu .current-site .site-type {
  color: #FFF; }

.my-sites-menu .current-site a:hover, .my-sites-menu a:hover .site-type {
  color: #FFF;
  text-shadow: 1px 1px #333; }

.my-sites-menu .site-name {
  cursor: pointer;
  float: left; }

.my-sites-menu .site-type {
  color: #777;
  float: right;
  font-size: 0.8em;
  font-weight: normal;
  margin-left: 10px; }

.ie7 .my-sites-menu .site-type {
  float: none; }

.my-sites-menu a:hover .site-type {
  color: #FFF; }

.ie7 .my-sites-menu a {
  overflow: visible;
  text-align: left; }

.ie7 .my-sites-menu .site-name {
  float: none; }

.ie7 .my-sites-menu .site-type {
  float: none; }

.ie6 .my-sites-menu {
  width: 200px; }

.ie6 .my-sites-menu a {
  height: 1%; }

.dockbar .toggle-controls a {
  background: url(../images/dockbar/checked.png) no-repeat 0 50%;
  padding-left: 20px; }

.controls-hidden .toggle-controls a {
  background-image: url(../images/dockbar/unchecked.png); }

.toggle-controls a {
  background-image: url(../images/dockbar/unchecked.png); }

.dockbar .menu-button {
  background: url(../images/arrows/05_down.png) no-repeat 93% 50%;
  display: inline-block;
  padding: 5px 20px 5px 5px;
  text-decoration: none; }

.dockbar .menu-button span {
  background: url() no-repeat 0 50%;
  padding-left: 20px; }

.dockbar .add-content .menu-button span {
  background-image: url(../images/common/add.png); }

.dockbar .manage-content .menu-button span {
  background-image: url(../images/dockbar/settings.png); }

.dockbar .my-sites .menu-button span {
  background-image: url(../images/dockbar/places.png); }

.dockbar-messages-container {
  left: 50%;
  margin-left: -150px; }

.dockbar-messages {
  width: 300px; }

.showing-messages .dockbar-messages {
  display: block; }

.multiple-messages .dockbar-message {
  border-top: 1px solid #CCC;
  padding: 5px 0; }

.multiple-messages .first {
  border-top-width: 0;
  padding-top: 0; }

.add-content-menu .add-page a {
  background: url(../images/navigation/add_page.png) no-repeat 3px 50%;
  padding-left: 25px; }

.add-content-menu .add-application a {
  background: url(../images/common/portlet.png) no-repeat 3px 50%;
  padding-left: 25px; }

.add-content-menu a.lfr-portlet-used {
  color: #999;
  cursor: auto; }

.manage-content-menu li a, .manage-content-menu li .disabled {
  background: url() no-repeat 3px 50%;
  padding-left: 25px; }

.manage-content-menu .manage-page a {
  background-image: url(../images/dock/page_settings.png); }

.manage-content-menu .manage-site-content a {
  background-image: url(../images/common/site_icon.png); }

.manage-content-menu .manage-site-memberships a {
  background-image: url(../images/common/assign.png); }

.manage-content-menu .manage-page-customization a, .manage-content-menu .manage-page-customization .disabled {
  background-image: url(../images/dock/customizations.png); }

.manage-content-menu .page-layout a {
  background-image: url(../images/dock/layout.png); }

.manage-content-menu .sitemap a {
  background-image: url(../images/common/sitemap.png); }

.manage-content-menu .settings a {
  background-image: url(../images/common/configuration.png); }

/* ---------- Customization Bar ---------- */
.page-customization-bar {
  background-color: #999;
  color: #FFF;
  font-size: 1.2em;
  font-weight: bold;
  min-height: 30px;
  padding: 5px; }

.controls-hidden .page-customization-bar {
  display: none; }

.page-customization-bar .customized-icon {
  margin: 5px;
  vertical-align: middle; }

.page-customization-bar .page-customization-actions {
  padding-left: 5em; }

.page-customization-bar .page-customization-actions a {
  color: #EEE;
  font-size: 0.8em;
  padding: 0 1em; }

.page-customization-bar .reset-prototype {
  display: inline;
  padding-left: 1em; }

/*@import url(navigation.css);*/
/* ---------- Main ---------- */
.aui-state-default {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA; }

.aui-state-hover {
  background: #b9ced9 url(../images/application/state_hover_bg.png) repeat-x 0 0;
  border-color: #627782; }

.aui-state-active {
  background: #ebebeb url(../images/application/state_active_bg.png) repeat-x 0 0;
  border-color: #555; }

.results-grid {
  background: #FFF;
  border: solid #D7D7D7;
  border-width: 0 1px; }

.results-header {
  background: #D1D6DC; }
  .results-header th {
    background: #d9d9d9 url(../images/application/subheader_bg.png) 0 0 repeat-x;
    border: 1px solid #ccc; }
    .results-header th.sort-column {
      background: #ebebeb url(../images/application/state_active_bg.png) 0 0 repeat-x;
      border: 1px solid #ccc;
      color: #1F1E1E; }
      .results-header th.sort-column .result-column-name {
        background: url(../images/arrows/05_up.png) no-repeat 100% 50%;
        display: inline-block;
        font-style: italic;
        padding-right: 15px; }
    .results-header th.first {
      border-left-width: 0; }
    .results-header th.last {
      border-right-width: 0; }
  .results-header th, .results-header td {
    color: #7B7C7F;
    padding: 5px 10px;
    word-wrap: break-word; }
  .results-header th.sort-desc .result-column-name {
    background: url(../images/arrows/05_down.png) no-repeat 100% 50%;
    display: inline-block;
    font-style: italic;
    padding-right: 15px; }
  .results-header span, .results-header a {
    display: block; }
  .results-header a {
    color: #154B75;
    text-decoration: none; }
    .results-header a:hover {
      color: #336699;
      text-decoration: underline; }

.results-row td {
  background: none;
  border: 1px solid;
  border-color: #D7D7D7 #E7E7E7;
  padding: 5px 10px; }
  .results-row td.sort-column {
    background: #E6ECEF; }
.results-row.selected td, .results-row.selected.hover td {
  background-color: #00A2EA;
  border-color: #00A2EA #00A2EA #D7D7D7;
  color: #FFF; }
  .results-row.selected td a, .results-row.selected.hover td a {
    color: #FFF; }
.results-row.alt.selected td, .results-row.alt.selected.hover td {
  background-color: #00A2EA; }
.results-row.alt td {
  background: #F5F8FB; }
.results-row.hover td {
  background: #D3E8F1;
  border-bottom-color: #D7D7D7;
  border-left-color: transparent;
  border-right-color: transparent; }

.taglib-search-iterator .results-row td.first, .taglib-search-iterator .results-row th.first {
  border-left-width: 0; }
.taglib-search-iterator .results-row td.last, .taglib-search-iterator .results-row th.last {
  border-right-width: 0; }

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

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

.active-area {
  background: #FFC; }

.portlet-boundary.yui3-dd-dragging {
  opacity: .6; }
  .portlet-boundary.yui3-dd-dragging .portlet {
    border: 2px dashed #ccc; }

.aui-portal-layout-proxy {
  opacity: 1 !important; }
  .aui-portal-layout-proxy .portlet-topper {
    background-image: none; }

.aui-proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute; }
  .aui-proxy.generic-portlet {
    height: 200px;
    width: 300px; }
    .aui-proxy.generic-portlet .portlet-title {
      padding: 10px; }
  .aui-proxy.not-intersecting .forbidden-action {
    background: url(../images/application/forbidden_action.png) no-repeat;
    display: block;
    height: 32px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 32px; }

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

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

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

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

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

/* ---------- Tags ---------- */
.aui-tagselector-content {
  border-width: 0;
  margin-bottom: 15px;
  padding: 0; }
  .aui-tagselector-content .aui-textboxlistentry-holder {
    background: #fff;
    border: 1px solid;
    border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
    margin-bottom: 5px;
    padding: 5px;
    position: relative;
    overflow: visible; }

.aui-tagselector .lfr-tag-selector-input {
  background: none;
  padding: 0;
  width: auto; }
.aui-tagselector .aui-field .aui-field-content {
  margin: 0; }
.aui-tagselector .aui-toolbar {
  margin-top: 5px; }
.aui-tagselector .aui-textboxlist-input-container {
  margin: 0; }

.aui-tagselector-focused .aui-textboxlistentry-holder {
  background: #FFC none;
  border: 1px solid #FC0; }

.aui-categoriesselector-content .aui-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-cloud {
  line-height: 2.5em; }
  .tag-cloud .tag-asset-count {
    clip: rect(0 0 0 0);
    position: absolute; }

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

.tag-cloud {
  line-height: 2.5em; }
  .tag-cloud .tag-asset-count {
    clip: rect(0 0 0 0);
    position: absolute; }
  .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 ---------- */
.aui-underlay {
  clear: both;
  top: 100%; }
  .aui-underlay .yui3-widget-hd {
    height: 38px; }
  .aui-underlay .lfr-portlet-item {
    border-width: 0; }

.aui-underlay-hidden {
  display: none; }

.aui-underlay-content {
  background: #f4f3f3 url(../images/common/message_panel_shadow.png) repeat-x 0 0;
  border: 0 solid #AEAFB1;
  border-width: 0 1px 1px; }

.aui-underlay-close {
  position: absolute;
  right: 5px;
  top: 5px; }

/* ---------- Tabs ---------- */
.aui-tab-active strong {
  font-weight: normal; }

.aui-tab-back {
  float: right; }

.aui-tab-back-content {
  border-width: 0;
  padding: 1px; }

/* ---------- Misc. ---------- */
.lfr-panel-container {
  background: transparent; }

.lfr-panel-container {
  background: #FFF; }

.lfr-panel-content {
  padding: 5px 10px; }

.lfr-panel-basic .lfr-panel-content {
  padding-left: 15px; }

.aui-dialog-bd {
  min-height: 30px; }

.aui-dialog-content {
  border: 1px solid #C8C9CA;
  padding: 5px; }

.aui-panel-hd {
  background: #c0c2c5 url(../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; }

/* ---------- Menus ---------- */
.lfr-actions.portlet-options .lfr-trigger strong span, .visible.portlet-options .lfr-trigger strong span {
  background-image: url(../images/portlet/options.png); }

.lfr-actions.portlet-options:hover, .lfr-actions.portlet-options:hover ul {
  background: transparent; }

.lfr-menu-list {
  z-index: 450; }

.aui-menu {
  position: absolute;
  width: auto; }
  .aui-menu .notice-message {
    background-image: none;
    margin: 3px;
    padding: 6px; }

.aui-menu-content {
  background: #FFF;
  list-style: none;
  min-width: 150px; }
  .aui-menu-content li {
    margin: 0;
    padding: 0; }
    .aui-menu-content li .disabled {
      color: #999; }

.aui-menu-content, .lfr-menu-list ul {
  background: #ccc9c9 url(../images/application/menu_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #AEAFB1 #777879 #777879 #AEAFB1;
  padding: 2px 0; }

.aui-menugroup-content .aui-menu-label {
  background: #D2D6DE;
  color: #5B677D;
  display: block;
  font-weight: bold;
  padding: 5px 3px;
  text-shadow: 1px 1px #FFF; }

.aui-menugroup-content ul, .lfr-menu-list ul ul {
  display: block;
  min-width: 0; }

.aui-menu-content li, .lfr-menu-list ul li {
  border-bottom: 1px solid #BCBBBB;
  border-top: 1px solid #EEE;
  display: block;
  margin: 0;
  padding: 0; }

.aui-menu-content li.first, .lfr-menu-list ul li.first {
  border-top-width: 0; }

.aui-menu-content li.last, .lfr-menu-list ul li.last {
  border-bottom-width: 0; }

.aui-menu-content li a, .lfr-menu-list ul li .taglib-icon, .aui-menu-content li .disabled {
  color: #2C2F34;
  display: block;
  padding: 4px 5px;
  text-decoration: none; }

.lfr-menu-list ul li.disabled .taglib-icon {
  color: #666; }

.aui-menu-content li a.aui-focus, .lfr-menu-list ul .taglib-icon.aui-focus, .lfr-menu-expanded li a:focus {
  background-color: #5B677D;
  color: #FFF;
  text-shadow: -1px -1px #2c2f34; }

.aui-menu-content a, .lfr-menu-list li .taglib-icon, .aui-menu-content .disabled, .lfr-actions .lfr-trigger, .lfr-actions .lfr-trigger strong {
  font-weight: bold;
  text-shadow: 1px 1px 0 0 #FFF; }

/* ---------- Toolbar ---------- */
.aui-toolbar li {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 0;
  vertical-align: middle; }

.aui-toolbar-separator {
  background: url(../images/dockbar/separator.png) no-repeat 100% 50%;
  border-width: 0;
  cursor: default;
  font-size: 1px;
  height: 16px;
  margin: 0 2px;
  overflow: hidden;
  vertical-align: middle;
  width: 4px; }

/* ---------- Loading Mask ---------- */
.aui-loadingmask-content {
  background: #CCC; }

.aui-loadingmask-message {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0; }

/* ---------- Tree View ---------- */
.aui-tree-node-selected .aui-tree-label {
  background-color: transparent;
  font-weight: bold; }

/* ---------- Page Customization ---------- */
.aui-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;
  opacity: 0.9;
  padding: 1em;
  position: absolute;
  z-index: 15; }

/* ---------- Pagination ---------- */
.aui-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; }

.ie7 .aui-paginator-link {
  color: transparent;
  overflow: hidden;
  text-indent: 0; }

.aui-paginator-current-page {
  background: #0083bd url(../images/application/paginator_link_current_bg.png) 0 0 repeat-x;
  border-color: #38B6EF #006D9E #006D9E #46B4E6;
  color: #FFF;
  text-shadow: -1px -1px #003c57; }

.ie7 .aui-paginator-current-page {
  color: #FFF; }

.aui-paginator-page-link {
  text-indent: 0;
  height: auto; }

.ie7 .aui-paginator-page-link {
  color: #1F1E1E;
  font-size: 1em;
  height: auto;
  overflow: visible;
  text-indent: 0; }

.aui-paginator-first-link {
  background-image: url(../images/arrows/paging_first.png); }

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

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

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

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

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

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

/* ---------- Application Column View ---------- */
.lfr-app-column-view {
  border: 1px solid #C9C9C9; }
  .lfr-app-column-view .aui-layout-content {
    position: relative; }
  .lfr-app-column-view .aui-column:before {
    border-right: 1px solid #C9C9C9;
    bottom: 0;
    content: "";
    margin-left: -1px;
    position: absolute;
    top: 0; }
  .lfr-app-column-view .aui-column-content {
    border-right: 1px solid transparent; }
    .lfr-app-column-view .aui-column-content .lfr-message-response {
      margin: 10px; }

/* ---------- Header row ---------- */
.lfr-header-row {
  background: #8f8f8f url(../images/application/header_row_bg.png) 0 0 repeat-x; }
  .lfr-header-row .lfr-actions.show-arrow.direction-down .lfr-trigger strong a {
    background: url(../images/arrows/08_down.png) 100% -5px no-repeat; }
  .lfr-header-row .aui-toolbar .aui-toolbar-content {
    white-space: normal;
    word-wrap: normal; }
  .lfr-header-row .aui-toolbar .aui-toolbar-item {
    border-right-width: 0; }
  .lfr-header-row .aui-toolbar .aui-toolbar-last {
    border-right-width: 1px; }

.ie .portlet-boundary.yui3-dd-dragging {
  -ms-filter: alpha(opacity=60);
  filter: alpha(opacity=60); }
.ie .aui-proxy {
  filter: alpha(opacity=65); }
.ie .aui-proxy.not-intersecting .forbidden-action {
  right: 2px;
  top: 2px; }
.ie .layout-customizable-controls {
  -ms-filter: alpha(opacity=90);
  filter: alpha(opacity=90); }

.ie7 .aui-tabview-list {
  overflow: hidden; }
.ie7 .aui-menu-content li {
  z-index: 10; }

.ie6 .aui-toolbar li, .ie7 .aui-toolbar li {
  display: inline; }
.ie6 .lfr-header-row .aui-buttonitem-content, .ie7 .lfr-header-row .aui-buttonitem-content {
  white-space: normal; }
  .ie6 .lfr-header-row .aui-buttonitem-content .aui-buttonitem-label, .ie7 .lfr-header-row .aui-buttonitem-content .aui-buttonitem-label {
    white-space: nowrap; }
.ie6 .results-row.hover td, .ie7 .results-row.hover td {
  border-color: #D3E8F1; }

/*@import url(forms.css);*/
/*@import url(extras.css);*/
.wrapper {
  margin: 0 auto;
  max-width: 1190px; }

.portlet-msg-error {
  background: transparent;
  border: 0;
  color: #ee0000;
  font-weight: normal;
  margin: 0;
  padding: 0; }

.portlet-msg-info, .portlet-msg-help, .lfr-message-help, .portlet-msg-progress, .lfr-message-progress {
  background: transparent;
  border: 0;
  color: #00aa00;
  font-weight: normal;
  margin: 0;
  padding: 0; }

.ui-datatable-data {
  background-color: red !important; }

/* KAMS Bootstrap v0.32.0 | Copyright 2013 Comtrade d.o.o. */
@font-face {
  font-family: bht;
  src: url("../fonts/bht.eot?") format("eot"), url("../fonts/bht.woff") format("woff"), url("../fonts/bht.ttf") format("truetype"); }

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
button,
select,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

button,
input {
  cursor: pointer;
  overflow: visible;
  line-height: normal !important; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

.controls,
.btn,
.btn-basic,
button,
input[type="button"],
input[type="submit"],
.btn-link {
  padding: 4px 12px;
  font-size: 11px; }

.controls.large,
.large.btn,
.large.btn-basic,
button.large,
input.large[type="button"],
input.large[type="submit"],
.large.btn-link {
  padding: 11px 19px;
  font-size: 13.75px; }

.controls.large [class*=" icon-"],
.large.btn [class*=" icon-"],
.large.btn-basic [class*=" icon-"],
button.large [class*=" icon-"],
input.large[type="button"] [class*=" icon-"],
input.large[type="submit"] [class*=" icon-"],
.large.btn-link [class*=" icon-"] {
  margin-top: 4px; }

.controls.small,
.small.btn,
.small.btn-basic,
button.small,
input.small[type="button"],
input.small[type="submit"],
.small.btn-link {
  padding: 2px 10px;
  font-size: 9.35px; }

.controls.small [class*=" icon-"],
.small.btn [class*=" icon-"],
.small.btn-basic [class*=" icon-"],
button.small [class*=" icon-"],
input.small[type="button"] [class*=" icon-"],
input.small[type="submit"] [class*=" icon-"],
.small.btn-link [class*=" icon-"] {
  margin-top: 0; }

.controls.mini,
.mini.btn,
.mini.btn-basic,
button.mini,
input.mini[type="button"],
input.mini[type="submit"],
.mini.btn-link {
  padding: 0px 6px;
  font-size: 8.25px; }

.controls.mini [class*=" icon-"],
.mini.btn [class*=" icon-"],
.mini.btn-basic [class*=" icon-"],
button.mini [class*=" icon-"],
input.mini[type="button"] [class*=" icon-"],
input.mini[type="submit"] [class*=" icon-"],
.mini.btn-link [class*=" icon-"] {
  margin-top: -1px; }

.btn,
.btn-basic,
button,
input[type="button"],
input[type="submit"],
.btn-link {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer; }

.btn-basic,
button,
input[type="button"],
input[type="submit"] {
  font: bold 1em Arial, Helvetica, sans-serif;
  color: #e77817;
  background: #fff;
  border: 1px solid #999; }

.btn-basic:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  color: #e77817;
  text-decoration: none; }

.btn-basic:active,
button:active,
input[type="button"]:active,
input[type="submit"]:active {
  background: #e6e6e6;
  position: relative;
  top: 1px; }

.btn-basic.selected,
button.selected,
input.selected[type="button"],
input.selected[type="submit"] {
  color: #fff;
  background: #e77817; }

.btn-basic[disabled=disabled],
button[disabled=disabled],
input[disabled=disabled][type="button"],
input[disabled=disabled][type="submit"],
.btn-basic:disabled,
button:disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled {
  color: #ccc; }

.btn-link {
  color: #000;
  background: none;
  border: 0; }

.btn-link:hover {
  color: #e77817;
  text-decoration: underline; }

.input,
select,
textarea,
input[type="text"],
input[type="password"],
.ui-inputfield,
.ui-inputfield.ui-state-focus {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: auto;
  font: normal 1em Arial, Helvetica, sans-serif;
  border: 1px solid #999;
  background: white;
  text-shadow: none; }

.input:focus,
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
.ui-inputfield:focus {
  outline: #e77817 auto 1px; }

.label,
label {
  display: block;
  margin-top: 5px; }

.ui-inputfield,
.ui-inputfield.ui-state-focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.ui-datatable-empty-message .ui-dt-c {
  text-align: center; }

.ui-widget {
  font-family: inherit;
  font-size: inherit; }

body {
  font: 11px Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #fff; }

a {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

a:hover {
  color: #e77817;
  text-decoration: underline; }

.group {
  *zoom: 1; }

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

.group:after {
  clear: both; }

.group > * {
  float: left; }

.group.divider > * {
  border-left: 1px solid #000; }

.group.divider > *:first-child {
  border: 0; }

.control-group {
  position: relative;
  min-height: 24px; }

.control-group > .dynamic {
  display: block; }

.control-group > .fixed {
  position: absolute;
  top: 0; }

.container {
  *zoom: 1; }

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

.container:after {
  clear: both; }

.container .fluid-left {
  float: left;
  width: 100%;
  margin-right: -250px; }

.container .fluid-inner {
  margin-right: 260px; }

.container .fixed-right {
  float: left;
  width: 250px; }

.container-fluid {
  *zoom: 1;
  overflow: hidden; }

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

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

.container-fluid > * {
  float: left; }

.container-fluid > .fluid {
  float: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.navbar {
  *zoom: 1;
  position: relative; }

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

.navbar:after {
  clear: both; }

.navbar > * {
  float: left; }

.navbar.spacing {
  margin-left: -5px; }

.navbar.spacing > * {
  margin-left: 5px; }

.navbar.border {
  border-bottom: 1px solid #777;
  padding-left: 1px; }

.navbar.background {
  background: #e9e9e9; }

.nav,
.subnav,
.basic > ul.nav,
.nav-basic > li > ul.nav,
.tab > ul.nav,
.card > ul.nav,
.nav-card > li > ul.nav,
.nav-basic > li ul,
.nav-card > li > ul,
.basic,
.nav-basic > li,
.reg,
.nav-reg > li,
.tab,
.nav-card > li.selected,
.card,
.nav-card > li,
.nav ul,
.subnav ul,
.basic > ul.nav ul,
.nav-basic > li > ul.nav ul,
.tab > ul.nav ul,
.card > ul.nav ul,
.nav-card > li > ul.nav ul,
.nav-card > li > ul ul,
.basic ul,
.nav-basic > li ul,
.reg ul,
.nav-reg > li ul,
.tab ul,
.nav-card > li.selected ul,
.card ul,
.nav-card > li ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav a,
.subnav a,
.basic > ul.nav a,
.nav-basic > li > ul.nav a,
.tab > ul.nav a,
.card > ul.nav a,
.nav-card > li > ul.nav a,
.nav-card > li > ul a,
.basic a,
.nav-basic > li a,
.reg a,
.nav-reg > li a,
.tab a,
.nav-card > li.selected a,
.card a,
.nav-card > li a {
  display: block;
  text-decoration: none;
  font: bold 1em Arial, Helvetica, sans-serif;
  white-space: nowrap; }

.nav a.left,
.subnav a.left,
.nav-card > li > ul a.left,
.basic a.left,
.nav-basic > li a.left,
.reg a.left,
.nav-reg > li a.left,
.tab a.left,
.card a.left,
.nav-card > li a.left {
  margin-right: 40px !important; }

.nav a.center,
.subnav a.center,
.nav-card > li > ul a.center,
.basic a.center,
.nav-basic > li a.center,
.reg a.center,
.nav-reg > li a.center,
.tab a.center,
.card a.center,
.nav-card > li a.center {
  padding-right: 40px !important; }

.nav a.right,
.subnav a.right,
.nav-card > li > ul a.right,
.basic a.right,
.nav-basic > li a.right,
.reg a.right,
.nav-reg > li a.right,
.tab a.right,
.card a.right,
.nav-card > li a.right,
.nav a .right,
.subnav a .right,
.nav-card > li > ul a .right,
.basic a .right,
.nav-basic > li a .right,
.reg a .right,
.nav-reg > li a .right,
.tab a .right,
.card a .right,
.nav-card > li a .right {
  text-align: center;
  width: 40px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0; }

.nav a .divider,
.subnav a .divider,
.nav-card > li > ul a .divider,
.basic a .divider,
.nav-basic > li a .divider,
.reg a .divider,
.nav-reg > li a .divider,
.tab a .divider,
.card a .divider,
.nav-card > li a .divider {
  height: 14px;
  width: 1px;
  position: absolute;
  left: 0; }

.nav a .arrow,
.subnav a .arrow,
.nav-card > li > ul a .arrow,
.basic a .arrow,
.nav-basic > li a .arrow,
.reg a .arrow,
.nav-reg > li a .arrow,
.tab a .arrow,
.card a .arrow,
.nav-card > li a .arrow {
  background-image: url("../images/kams_sprite.png?v0.28.0");
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top; }

.nav a .search,
.subnav a .search,
.nav-card > li > ul a .search,
.basic a .search,
.nav-basic > li a .search,
.reg a .search,
.nav-reg > li a .search,
.tab a .search,
.card a .search,
.nav-card > li a .search {
  background-image: url("../images/kams_sprite.png?v0.28.0");
  background-repeat: no-repeat;
  background-position: -116px 0px;
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top; }

.brand > a {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font: normal 1.2em Arial, Helvetica, sans-serif;
  line-height: 30px; }

.subnav,
.basic > ul.nav,
.nav-basic > li > ul.nav,
.basic > ul.subnav,
.nav-basic > li > ul.subnav,
.basic > ul.basic,
.nav-basic > li > ul.basic,
.basic > ul.reg,
.nav-basic > li > ul.reg,
.basic > ul.tab,
.nav-basic > li > ul.tab,
.basic > ul.card,
.nav-basic > li > ul.card,
.tab > ul.nav,
.tab > ul.subnav,
.tab > ul.basic,
.tab > ul.reg,
.tab > ul.tab,
.tab > ul.card,
.card > ul.nav,
.nav-card > li > ul.nav,
.card > ul.subnav,
.nav-card > li > ul.subnav,
.card > ul.basic,
.nav-card > li > ul.basic,
.card > ul.reg,
.nav-card > li > ul.reg,
.card > ul.tab,
.nav-card > li > ul.tab,
.card > ul.card,
.nav-card > li > ul.card,
.nav-basic > li ul,
.nav-card > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  background: white;
  padding-bottom: 5px;
  border-radius: 0 0 4px 4px;
  border-bottom: 3px solid #999;
  box-shadow: 2px 2px 2px #E0E0E0;
  min-width: 150px; }

.subnav li,
.basic > ul.nav li,
.nav-basic > li > ul.nav li,
.basic > ul.subnav li,
.nav-basic > li > ul.subnav li,
.basic > ul.basic li,
.nav-basic > li > ul.basic li,
.basic > ul.reg li,
.nav-basic > li > ul.reg li,
.basic > ul.tab li,
.nav-basic > li > ul.tab li,
.basic > ul.card li,
.nav-basic > li > ul.card li,
.tab > ul.nav li,
.tab > ul.subnav li,
.tab > ul.basic li,
.tab > ul.reg li,
.tab > ul.tab li,
.tab > ul.card li,
.card > ul.nav li,
.nav-card > li > ul.nav li,
.card > ul.subnav li,
.nav-card > li > ul.subnav li,
.card > ul.basic li,
.nav-card > li > ul.basic li,
.card > ul.reg li,
.nav-card > li > ul.reg li,
.card > ul.tab li,
.nav-card > li > ul.tab li,
.card > ul.card li,
.nav-card > li > ul.card li,
.nav-basic > li ul li,
.nav-card > li > ul li {
  position: relative;
  float: none;
  margin-top: 1px; }

.subnav li > a,
.basic > ul.nav li > a,
.nav-basic > li > ul.nav li > a,
.basic > ul.subnav li > a,
.nav-basic > li > ul.subnav li > a,
.basic > ul.basic li > a,
.nav-basic > li > ul.basic li > a,
.basic > ul.reg li > a,
.nav-basic > li > ul.reg li > a,
.basic > ul.tab li > a,
.nav-basic > li > ul.tab li > a,
.basic > ul.card li > a,
.nav-basic > li > ul.card li > a,
.tab > ul.nav li > a,
.tab > ul.subnav li > a,
.tab > ul.basic li > a,
.tab > ul.reg li > a,
.tab > ul.tab li > a,
.tab > ul.card li > a,
.card > ul.nav li > a,
.nav-card > li > ul.nav li > a,
.card > ul.subnav li > a,
.nav-card > li > ul.subnav li > a,
.card > ul.basic li > a,
.nav-card > li > ul.basic li > a,
.card > ul.reg li > a,
.nav-card > li > ul.reg li > a,
.card > ul.tab li > a,
.nav-card > li > ul.tab li > a,
.card > ul.card li > a,
.nav-card > li > ul.card li > a,
.nav-basic > li ul li > a,
.nav-card > li > ul li > a {
  border-bottom: 1px solid;
  border-left: 4px solid; }

.subnav li > a.right,
.basic > ul.nav li > a.right,
.nav-basic > li > ul.nav li > a.right,
.basic > ul.basic li > a.right,
.nav-basic > li > ul.basic li > a.right,
.basic > ul.reg li > a.right,
.nav-basic > li > ul.reg li > a.right,
.basic > ul.tab li > a.right,
.nav-basic > li > ul.tab li > a.right,
.basic > ul.card li > a.right,
.nav-basic > li > ul.card li > a.right,
.tab > ul.nav li > a.right,
.tab > ul.basic li > a.right,
.tab > ul.reg li > a.right,
.tab > ul.tab li > a.right,
.tab > ul.card li > a.right,
.card > ul.nav li > a.right,
.card > ul.basic li > a.right,
.card > ul.reg li > a.right,
.card > ul.tab li > a.right,
.card > ul.card li > a.right,
.nav-basic > li ul li > a.right,
.nav-card > li > ul li > a.right,
.subnav li > a .right,
.basic > ul.nav li > a .right,
.nav-basic > li > ul.nav li > a .right,
.basic > ul.basic li > a .right,
.nav-basic > li > ul.basic li > a .right,
.basic > ul.reg li > a .right,
.nav-basic > li > ul.reg li > a .right,
.basic > ul.tab li > a .right,
.nav-basic > li > ul.tab li > a .right,
.basic > ul.card li > a .right,
.nav-basic > li > ul.card li > a .right,
.tab > ul.nav li > a .right,
.tab > ul.basic li > a .right,
.tab > ul.reg li > a .right,
.tab > ul.tab li > a .right,
.tab > ul.card li > a .right,
.card > ul.nav li > a .right,
.card > ul.basic li > a .right,
.card > ul.reg li > a .right,
.card > ul.tab li > a .right,
.card > ul.card li > a .right,
.nav-basic > li ul li > a .right,
.nav-card > li > ul li > a .right {
  border-left: none; }

.subnav li > ul,
.basic > ul.nav li > ul,
.nav-basic > li > ul.nav li > ul,
.basic > ul.subnav li > ul,
.nav-basic > li > ul.subnav li > ul,
.basic > ul.basic li > ul,
.nav-basic > li > ul.basic li > ul,
.basic > ul.reg li > ul,
.nav-basic > li > ul.reg li > ul,
.basic > ul.tab li > ul,
.nav-basic > li > ul.tab li > ul,
.basic > ul.card li > ul,
.nav-basic > li > ul.card li > ul,
.tab > ul.nav li > ul,
.tab > ul.subnav li > ul,
.tab > ul.basic li > ul,
.tab > ul.reg li > ul,
.tab > ul.tab li > ul,
.tab > ul.card li > ul,
.card > ul.nav li > ul,
.nav-card > li > ul.nav li > ul,
.card > ul.subnav li > ul,
.nav-card > li > ul.subnav li > ul,
.card > ul.basic li > ul,
.nav-card > li > ul.basic li > ul,
.card > ul.reg li > ul,
.nav-card > li > ul.reg li > ul,
.card > ul.tab li > ul,
.nav-card > li > ul.tab li > ul,
.card > ul.card li > ul,
.nav-card > li > ul.card li > ul,
.nav-basic > li ul li > ul,
.nav-card > li > ul li > ul {
  top: 0;
  left: 100%; }

.subnav li > a,
.basic > ul.nav li > a,
.nav-basic > li > ul.nav li > a,
.basic > ul.subnav li > a,
.nav-basic > li > ul.subnav li > a,
.basic > ul.basic li > a,
.nav-basic > li > ul.basic li > a,
.basic > ul.reg li > a,
.nav-basic > li > ul.reg li > a,
.basic > ul.tab li > a,
.nav-basic > li > ul.tab li > a,
.basic > ul.card li > a,
.nav-basic > li > ul.card li > a,
.tab > ul.nav li > a,
.tab > ul.subnav li > a,
.tab > ul.basic li > a,
.tab > ul.reg li > a,
.tab > ul.tab li > a,
.tab > ul.card li > a,
.card > ul.nav li > a,
.nav-card > li > ul.nav li > a,
.card > ul.subnav li > a,
.nav-card > li > ul.subnav li > a,
.card > ul.basic li > a,
.nav-card > li > ul.basic li > a,
.card > ul.reg li > a,
.nav-card > li > ul.reg li > a,
.card > ul.tab li > a,
.nav-card > li > ul.tab li > a,
.card > ul.card li > a,
.nav-card > li > ul.card li > a,
.nav-basic > li ul li > a,
.nav-card > li > ul li > a {
  background: #fff;
  color: #777;
  border-bottom-color: #e9e9e9;
  border-left-color: #999; }

.subnav li > a:hover,
.basic > ul.nav li > a:hover,
.nav-basic > li > ul.nav li > a:hover,
.basic > ul.basic li > a:hover,
.nav-basic > li > ul.basic li > a:hover,
.basic > ul.reg li > a:hover,
.nav-basic > li > ul.reg li > a:hover,
.basic > ul.tab li > a:hover,
.nav-basic > li > ul.tab li > a:hover,
.basic > ul.card li > a:hover,
.nav-basic > li > ul.card li > a:hover,
.tab > ul.nav li > a:hover,
.tab > ul.basic li > a:hover,
.tab > ul.reg li > a:hover,
.tab > ul.tab li > a:hover,
.tab > ul.card li > a:hover,
.card > ul.nav li > a:hover,
.card > ul.basic li > a:hover,
.card > ul.reg li > a:hover,
.card > ul.tab li > a:hover,
.card > ul.card li > a:hover,
.nav-basic > li ul li > a:hover,
.nav-card > li > ul li > a:hover {
  background: #fff;
  color: #e77817;
  border-left-color: #e77817; }

.subnav li > a .divider,
.basic > ul.nav li > a .divider,
.nav-basic > li > ul.nav li > a .divider,
.basic > ul.basic li > a .divider,
.nav-basic > li > ul.basic li > a .divider,
.basic > ul.reg li > a .divider,
.nav-basic > li > ul.reg li > a .divider,
.basic > ul.tab li > a .divider,
.nav-basic > li > ul.tab li > a .divider,
.basic > ul.card li > a .divider,
.nav-basic > li > ul.card li > a .divider,
.tab > ul.nav li > a .divider,
.tab > ul.basic li > a .divider,
.tab > ul.reg li > a .divider,
.tab > ul.tab li > a .divider,
.tab > ul.card li > a .divider,
.card > ul.nav li > a .divider,
.card > ul.basic li > a .divider,
.card > ul.reg li > a .divider,
.card > ul.tab li > a .divider,
.card > ul.card li > a .divider,
.nav-basic > li ul li > a .divider,
.nav-card > li > ul li > a .divider {
  background-color: #777; }

.subnav li > a .arrow,
.basic > ul.nav li > a .arrow,
.nav-basic > li > ul.nav li > a .arrow,
.basic > ul.basic li > a .arrow,
.nav-basic > li > ul.basic li > a .arrow,
.basic > ul.reg li > a .arrow,
.nav-basic > li > ul.reg li > a .arrow,
.basic > ul.tab li > a .arrow,
.nav-basic > li > ul.tab li > a .arrow,
.basic > ul.card li > a .arrow,
.nav-basic > li > ul.card li > a .arrow,
.tab > ul.nav li > a .arrow,
.tab > ul.basic li > a .arrow,
.tab > ul.reg li > a .arrow,
.tab > ul.tab li > a .arrow,
.tab > ul.card li > a .arrow,
.card > ul.nav li > a .arrow,
.card > ul.basic li > a .arrow,
.card > ul.reg li > a .arrow,
.card > ul.tab li > a .arrow,
.card > ul.card li > a .arrow,
.nav-basic > li ul li > a .arrow,
.nav-card > li > ul li > a .arrow {
  background-position: -115px -40px; }

.subnav li.selected > a,
.basic > ul.nav li.selected > a,
.nav-basic > li > ul.nav li.selected > a,
.basic > ul.basic li.selected > a,
.nav-basic > li > ul.basic li.selected > a,
.basic > ul.reg li.selected > a,
.nav-basic > li > ul.reg li.selected > a,
.basic > ul.tab li.selected > a,
.nav-basic > li > ul.tab li.selected > a,
.basic > ul.card li.selected > a,
.nav-basic > li > ul.card li.selected > a,
.tab > ul.nav li.selected > a,
.tab > ul.basic li.selected > a,
.tab > ul.reg li.selected > a,
.tab > ul.tab li.selected > a,
.tab > ul.card li.selected > a,
.card > ul.nav li.selected > a,
.card > ul.basic li.selected > a,
.card > ul.reg li.selected > a,
.card > ul.tab li.selected > a,
.card > ul.card li.selected > a,
.nav-basic > li ul li.selected > a,
.nav-card > li > ul li.selected > a {
  color: #e77817;
  border-left-color: #e77817; }

.basic,
.nav-basic > li {
  position: relative; }

.basic > a,
.nav-basic > li > a {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font: normal 1.2em Arial, Helvetica, sans-serif;
  line-height: 30px; }

.basic > a:hover,
.nav-basic > li > a:hover {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px; }

.basic > a.center,
.nav-basic > li > a.center {
  padding-right: 10px !important; }

.basic > a.right .divider,
.nav-basic > li > a.right .divider,
.basic > a .right .divider,
.nav-basic > li > a .right .divider {
  top: 15px; }

.basic > a .right,
.nav-basic > li > a .right {
  display: none; }

.basic > a .arrow,
.nav-basic > li > a .arrow {
  margin-top: 7px; }

.basic > a .search,
.nav-basic > li > a .search {
  margin-top: 7px; }

.basic.selected > a,
.nav-basic > li.selected > a {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px; }

.basic.selected > a.left,
.nav-basic > li.selected > a.left,
.basic.selected > a .left,
.nav-basic > li.selected > a .left {
  border-top-right-radius: 0; }

.basic.selected > a.right,
.nav-basic > li.selected > a.right,
.basic.selected > a .right,
.nav-basic > li.selected > a .right {
  border-top-left-radius: 0; }

.basic > ul.subnav,
.basic > ul.nav,
.nav-basic > li > ul.nav,
.nav-basic > li .basic > ul,
.nav-basic > li > ul,
.nav-card > li.basic > ul,
.basic > ul.basic,
.basic > ul.reg,
.basic > ul.tab,
.basic > ul.card {
  border-top: 0; }

.basic > ul.subnav li > a,
.nav-basic > li > ul.subnav li > a,
.basic > ul.nav li > a,
.nav-basic > li > ul.nav li > a,
.nav-basic > li .basic > ul li > a,
.nav-basic > li > ul li > a,
.nav-card > li.basic > ul li > a,
.nav-card.nav-basic > li > ul li > a,
.basic > ul.basic li > a,
.nav-basic > li > ul.basic li > a,
.basic > ul.reg li > a,
.nav-basic > li > ul.reg li > a,
.basic > ul.tab li > a,
.nav-basic > li > ul.tab li > a,
.basic > ul.card li > a,
.nav-basic > li > ul.card li > a {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  font: bold 1.2em Arial, Helvetica, sans-serif; }

.basic > a,
.nav-basic > li > a {
  color: #fff; }

.basic > a .divider,
.nav-basic > li > a .divider {
  background-color: #fff; }

.basic > a .arrow,
.nav-basic > li > a .arrow {
  background-image: url("../images/kams_sprite.png?v0.28.0");
  background-repeat: no-repeat;
  background-position: -132px 0px;
  width: 30px;
  height: 30px; }

.basic > a:hover,
.nav-basic > li > a:hover {
  color: #999;
  background: #fff; }

.basic > a.center:hover,
.nav-basic > li > a.center:hover {
  color: #999; }

.basic > a.center:hover .arrow,
.nav-basic > li > a.center:hover .arrow {
  background-image: url("../images/kams_sprite.png?v0.28.0");
  background-repeat: no-repeat;
  background-position: -162px 0px;
  width: 30px;
  height: 30px; }

.basic > a.right:hover,
.nav-basic > li > a.right:hover {
  color: #999; }

.basic > a.right:hover .arrow,
.nav-basic > li > a.right:hover .arrow {
  background-image: url("../images/kams_sprite.png?v0.28.0");
  background-repeat: no-repeat;
  background-position: -162px 0px;
  width: 30px;
  height: 30px; }

.basic.selected .divider,
.nav-basic > li.selected .divider {
  background-color: #999; }

.basic.selected > a,
.nav-basic > li.selected > a {
  color: #999;
  background: #fff; }

.basic.selected > a.right .arrow,
.nav-basic > li.selected > a.right .arrow,
.basic.selected > a .right .arrow,
.nav-basic > li.selected > a .right .arrow {
  background-image: url("../images/kams_sprite.png?v0.28.0");
  background-repeat: no-repeat;
  background-position: -162px 0px;
  width: 30px;
  height: 30px; }

.reg,
.nav-reg > li {
  position: relative; }

.reg > a,
.nav-reg > li > a {
  padding-left: 10px;
  padding-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font: bold 1em Arial, Helvetica, sans-serif; }

.reg > a.right,
.nav-reg > li > a.right,
.reg > a .right,
.nav-reg > li > a .right {
  padding-top: 7px;
  padding-bottom: 7px; }

.reg > a,
.nav-reg > li > a {
  color: #777; }

.reg:hover > a,
.nav-reg > li:hover > a {
  color: #e77817; }

.tab,
.nav-card > li.selected {
  position: relative;
  border: 1px solid #777;
  border-bottom: 0;
  margin-bottom: -1px; }

.tab > a,
.nav-card > li.selected > a {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px; }

.tab > a.right,
.nav-card > li.selected > a.right,
.tab > a .right,
.nav-card > li.selected > a .right {
  padding-top: 8px;
  padding-bottom: 8px; }

.tab > ul.subnav,
.nav-basic > li.tab > ul.nav,
.tab > ul.nav,
.nav-basic > li .tab > ul,
.nav-card > li.tab > ul,
.nav-card > li.selected > ul,
.tab > ul.basic,
.tab > ul.reg,
.tab > ul.tab,
.tab > ul.card {
  margin-top: 4px; }

.tab > ul.subnav li > a,
.nav-basic > li.tab > ul.nav li > a,
.tab > ul.nav li > a,
.nav-basic > li .tab > ul li > a,
.nav-card > li.tab > ul li > a,
.nav-card > li.selected > ul li > a,
.tab > ul.basic li > a,
.tab > ul.reg li > a,
.tab > ul.tab li > a,
.tab > ul.card li > a {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px; }

.tab > ul.subnav li > a.right,
.nav-basic > li.tab > ul.nav li > a.right,
.tab > ul.nav li > a.right,
.nav-basic > li .tab > ul li > a.right,
.nav-card > li.tab > ul li > a.right,
.nav-card > li.selected > ul li > a.right,
.tab > ul.basic li > a.right,
.tab > ul.reg li > a.right,
.tab > ul.tab li > a.right,
.tab > ul.card li > a.right,
.tab > ul.subnav li > a .right,
.nav-basic > li.tab > ul.nav li > a .right,
.tab > ul.nav li > a .right,
.nav-basic > li .tab > ul li > a .right,
.nav-card > li.tab > ul li > a .right,
.nav-card > li.selected > ul li > a .right,
.tab > ul.basic li > a .right,
.tab > ul.reg li > a .right,
.tab > ul.tab li > a .right,
.tab > ul.card li > a .right {
  padding-top: 7px;
  padding-bottom: 7px; }

.tab > a,
.nav-card > li.selected > a {
  background: white;
  color: #777; }

.tab > a .divider,
.nav-card > li.selected > a .divider {
  background-color: #777; }

.tab > a .arrow,
.nav-card > li.selected > a .arrow {
  background-position: -126px -40px; }

.tab:hover > a,
.nav-card > li.selected:hover > a {
  background: white;
  color: #777; }

.tab:hover > a:hover,
.nav-card > li.selected:hover > a:hover {
  background: white;
  color: #e77817; }

.tab:hover > a .divider,
.nav-card > li.selected:hover > a .divider {
  background-color: #777; }

.tab:hover > a .arrow,
.nav-card > li.selected:hover > a .arrow {
  background-position: -126px -40px; }

.card,
.nav-card > li {
  position: relative; }

.card > a,
.nav-card > li > a {
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 3px;
  padding-bottom: 3px; }

.card > a.right,
.nav-card > li > a.right,
.card > a .right,
.nav-card > li > a .right {
  padding-top: 3px;
  padding-bottom: 3px; }

.card > ul.subnav,
.nav-basic > li.card > ul.nav,
.card > ul.nav,
.nav-card > li > ul.nav,
.nav-basic > li .card > ul,
.nav-card > li > ul,
.card > ul.basic,
.card > ul.reg,
.card > ul.tab,
.card > ul.card {
  margin-top: 4px; }

.card > ul.subnav li > a,
.nav-card > li > ul.subnav li > a,
.nav-basic > li.card > ul.nav li > a,
.card > ul.nav li > a,
.nav-card > li > ul.nav li > a,
.nav-basic > li .card > ul li > a,
.nav-basic.nav-card > li > ul li > a,
.nav-card > li.card > ul li > a,
.nav-card > li > ul li > a,
.card > ul.basic li > a,
.nav-card > li > ul.basic li > a,
.card > ul.reg li > a,
.nav-card > li > ul.reg li > a,
.card > ul.tab li > a,
.nav-card > li > ul.tab li > a,
.card > ul.card li > a,
.nav-card > li > ul.card li > a {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px; }

.card > ul.subnav li > a.right,
.nav-card > li > ul.subnav li > a.right,
.nav-basic > li.card > ul.nav li > a.right,
.card > ul.nav li > a.right,
.nav-card > li > ul.nav li > a.right,
.nav-basic > li .card > ul li > a.right,
.nav-basic.nav-card > li > ul li > a.right,
.nav-card > li.card > ul li > a.right,
.nav-card > li > ul li > a.right,
.card > ul.basic li > a.right,
.nav-card > li > ul.basic li > a.right,
.card > ul.reg li > a.right,
.nav-card > li > ul.reg li > a.right,
.card > ul.tab li > a.right,
.nav-card > li > ul.tab li > a.right,
.card > ul.card li > a.right,
.nav-card > li > ul.card li > a.right,
.card > ul.subnav li > a .right,
.nav-card > li > ul.subnav li > a .right,
.nav-basic > li.card > ul.nav li > a .right,
.card > ul.nav li > a .right,
.nav-card > li > ul.nav li > a .right,
.nav-basic > li .card > ul li > a .right,
.nav-basic.nav-card > li > ul li > a .right,
.nav-card > li.card > ul li > a .right,
.nav-card > li > ul li > a .right,
.card > ul.basic li > a .right,
.nav-card > li > ul.basic li > a .right,
.card > ul.reg li > a .right,
.nav-card > li > ul.reg li > a .right,
.card > ul.tab li > a .right,
.nav-card > li > ul.tab li > a .right,
.card > ul.card li > a .right,
.nav-card > li > ul.card li > a .right {
  padding-top: 7px;
  padding-bottom: 7px; }

.card > a,
.nav-card > li > a {
  background: #e9e9e9;
  color: #777; }

.card > a .divider,
.nav-card > li > a .divider {
  background-color: #777; }

.card > a .arrow,
.nav-card > li > a .arrow {
  background-position: -126px -40px; }

.card:hover > a,
.nav-card > li:hover > a {
  background: #999;
  color: #fff; }

.card:hover > a:hover,
.nav-card > li:hover > a:hover {
  background: #777; }

.card:hover > a .divider,
.nav-card > li:hover > a .divider {
  background-color: #fff; }

.card:hover > a .arrow,
.nav-card > li:hover > a .arrow {
  background-position: -126px -50px; }

.nav-basic {
  *zoom: 1; }

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

.nav-basic:after {
  clear: both; }

.nav-basic > li {
  float: left; }

.nav-basic > li > ul {
  border-top: 0; }

.nav-reg {
  *zoom: 1; }

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

.nav-reg:after {
  clear: both; }

.nav-reg > li {
  float: left;
  background-image: url("../images/kams_sprite.png?v0.28.0");
  background-repeat: no-repeat;
  background-position: 0px -62px;
  padding-left: 30px; }

.nav-reg > li:first-child {
  background: none;
  padding-left: 0; }

.nav-card {
  *zoom: 1; }

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

.nav-card:after {
  clear: both; }

.nav-card > li {
  float: left;
  margin-right: 5px;
  margin-top: 5px; }

.nav-card > li > ul {
  margin-top: 10px; }

.nav-card > li.selected {
  margin-top: 0; }

.nav-card > li.selected > ul {
  margin-top: 4px; }

.pagination > * {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 5px 2px; }

.pagination > a {
  border-bottom: 3px solid;
  min-width: 25px;
  margin-left: 3px; }

.pagination > a:hover {
  text-decoration: none; }

.pagination > a:first-child {
  margin-left: 0; }

.pagination > a {
  border-bottom-color: #999; }

.pagination > a.selected {
  border-bottom-color: #e77817; }

.pagination > a:hover {
  text-decoration: none;
  border-bottom-color: #e77817; }

.list,
.list-one-column,
.list-two-column,
.list-three-column,
.list-four-column {
  margin: 0;
  padding: 0;
  list-style: none; }

.list a,
.list-one-column a,
.list-two-column a,
.list-three-column a,
.list-four-column a {
  display: block; }

.list a:hover,
.list-one-column a:hover,
.list-two-column a:hover,
.list-three-column a:hover,
.list-four-column a:hover {
  text-decoration: none; }

.list > *,
.list-one-column > *,
.list-two-column > *,
.list-three-column > *,
.list-four-column > * {
  position: relative;
  margin-top: 7px; }

.list > *:first-child,
.list-one-column > *:first-child,
.list-two-column > *:first-child,
.list-three-column > *:first-child,
.list-four-column > *:first-child {
  margin-top: 0; }

.list > * .left,
.list-one-column > * .left,
.list-two-column > * .left,
.list-three-column > * .left,
.list-four-column > * .left {
  position: absolute;
  top: 0;
  left: 0; }

.list > * .centar,
.list-one-column > * .centar,
.list-two-column > * .centar,
.list-three-column > * .centar,
.list-four-column > * .centar {
  height: 50px;
  padding: 0 60px 0 60px;
  overflow: hidden;
  text-overflow: ellipsis; }

.list > * .right,
.list-one-column > * .right,
.list-two-column > * .right,
.list-three-column > * .right,
.list-four-column > * .right {
  position: absolute;
  top: 0;
  right: 0; }

.list-one-column {
  margin: 0; }

.list-one-column > * {
  float: none;
  width: 100%;
  display: block;
  margin-left: 0;
  margin-top: 7px; }

.list-one-column > *:first-child {
  margin-top: 0; }

.list-one-column > *:first-child + * {
  margin-top: 7px; }

.list-one-column > *:first-child + * + * {
  margin-top: 7px; }

.list-one-column > *:first-child + * + * + * {
  margin-top: 7px; }

.list-two-column {
  *zoom: 1;
  margin-left: -1%; }

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

.list-two-column:after {
  clear: both; }

.list-two-column > * {
  float: left;
  width: 49%;
  margin-left: 1%;
  margin-top: 7px; }

.list-two-column > *:first-child {
  margin-top: 0; }

.list-two-column > *:first-child + * {
  margin-top: 0; }

.list-two-column > *:first-child + * + * {
  margin-top: 7px; }

.list-two-column > *:first-child + * + * + * {
  margin-top: 7px; }

.list-three-column {
  *zoom: 1;
  margin-left: -1%; }

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

.list-three-column:after {
  clear: both; }

.list-three-column > * {
  float: left;
  width: 32.3%;
  margin-left: 1%;
  margin-top: 7px; }

.list-three-column > *:first-child {
  margin-top: 0; }

.list-three-column > *:first-child + * {
  margin-top: 0; }

.list-three-column > *:first-child + * + * {
  margin-top: 0; }

.list-three-column > *:first-child + * + * + * {
  margin-top: 7px; }

.list-four-column {
  *zoom: 1;
  margin-left: -1%; }

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

.list-four-column:after {
  clear: both; }

.list-four-column > * {
  float: left;
  width: 24%;
  margin-left: 1%;
  margin-top: 7px; }

.list-four-column > *:first-child {
  margin-top: 0; }

.list-four-column > *:first-child + * {
  margin-top: 0; }

.list-four-column > *:first-child + * + * {
  margin-top: 0; }

.list-four-column > *:first-child + * + * + * {
  margin-top: 0; }

.collapsible {
  position: relative; }

.collapsible .header {
  display: block;
  padding: 5px 20px 5px 5px;
  font-weight: bold;
  border: 1px solid #e77817;
  text-decoration: none; }

.collapsible .content {
  display: none; }

.collapsible .arrow {
  background-image: url("../images/kams_sprite.png?v0.28.0");
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  background-position: -126px -40px;
  position: absolute;
  right: 10px; }

.collapsible.collapse .arrow {
  background-position: -104px -40px; }

.collapsible.collapse .content {
  display: block; }

.rfloat {
  float: right; }

.lfloat {
  float: left; }

.clearfix {
  *zoom: 1; }

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

.clearfix:after {
  clear: both; }

.fa {
  display: inline-block;
  vertical-align: middle; }

@media (max-width: 767px) {
  .navbar-response.lfloat {
    float: none;
    margin-top: 40px; } }
.spacing > * {
  margin-left: 3px; }

.spacing > *:first-child {
  margin-left: 0; }

.icon-bht {
  background-image: url("../images/logo.png");
  margin-top: 11px;
  min-width: 100px;
  height: 22px;
  margin-left: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top; }

.icon-daje-vise {
  background-image: url("../images/kams_sprite.png?v0.28.0");
  background-repeat: no-repeat;
  background-position: 0px -36px;
  width: 75px;
  height: 26px; }

.icon-search {
  background-image: url("../images/kams_sprite.png?v0.28.0");
  background-repeat: no-repeat;
  background-position: -75px -36px;
  width: 14px;
  height: 14px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top; }

.icon-navContainer {
  background-image: url("../images/kams_sprite.png?v0.28.0");
  background-repeat: no-repeat;
  background-position: 0px -92px;
  width: 271px;
  height: 45px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top; }

.icon-navContainerBorder {
  background-image: url("../images/kams_sprite.png?v0.28.0");
  background-position: 0px -138px; }

.icon-navButton {
  background-image: url("../images/kams_sprite.png?v0.28.0");
  background-repeat: no-repeat;
  background-position: -132px 0px;
  width: 30px;
  height: 30px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top; }

.icon-navButtonOrange {
  background-image: url("../images/kams_sprite.png?v0.28.0");
  background-repeat: no-repeat;
  background-position: -162px 0px;
  width: 30px;
  height: 30px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top; }

.icon-bhMobileWhite {
  background-image: url("../images/kams_sprite.png?v0.28.0");
  background-repeat: no-repeat;
  background-position: -192px 0px;
  width: 30px;
  height: 30px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top; }

.icon-navSearchPanel {
  background-image: url("../images/kams_sprite.png?v0.28.0");
  background-repeat: no-repeat;
  background-position: 0px -152px;
  width: 195px;
  height: 30px; }

.icon-refresh {
  background-image: url("../images/kams_sprite.png?v0.28.0");
  background-repeat: no-repeat;
  background-position: -140px -40px;
  width: 22px;
  height: 22px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top; }

.icon-mTuSam {
  background-image: url("../images/kams_sprite.png?v0.28.0");
  background-repeat: no-repeat;
  width: 80px;
  height: 70px;
  background-position: 0px -182px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top; }

.icon-mAdresar {
  background-image: url("../images/kams_sprite.png?v0.28.0");
  background-repeat: no-repeat;
  width: 80px;
  height: 70px;
  background-position: -80px -182px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top; }

.icon-messaging {
  background-image: url("../images/kams_sprite.png?v0.28.0");
  background-repeat: no-repeat;
  width: 80px;
  height: 70px;
  background-position: -160px -182px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top; }

.icon-hitZona {
  background-image: url("../images/kams_sprite.png?v0.28.0");
  background-repeat: no-repeat;
  width: 80px;
  height: 70px;
  background-position: 0px -252px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top; }

.icon-mmsZona {
  background-image: url("../images/kams_sprite.png?v0.28.0");
  background-repeat: no-repeat;
  width: 80px;
  height: 70px;
  background-position: -80px -252px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top; }

.icon-mMail {
  background-image: url("../images/kams_sprite.png?v0.28.0");
  background-repeat: no-repeat;
  width: 80px;
  height: 70px;
  background-position: -160px -252px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top; }

.icon-stanjeRacuna {
  background-image: url("../images/kams_sprite.png?v0.28.0");
  background-repeat: no-repeat;
  width: 80px;
  height: 70px;
  background-position: 0px -322px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top; }

.icon-podesavanjeTelefona {
  background-image: url("../images/kams_sprite.png?v0.28.0");
  background-repeat: no-repeat;
  width: 80px;
  height: 70px;
  background-position: -80px -322px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top; }

.icon-mChat {
  background-image: url("../images/kams_sprite.png?v0.28.0");
  background-repeat: no-repeat;
  width: 80px;
  height: 70px;
  background-position: -160px -322px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top; }

.icon-wapChat {
  background-image: url("../images/kams_sprite.png?v0.28.0");
  background-repeat: no-repeat;
  width: 80px;
  height: 70px;
  background-position: 0px -392px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top; }

.icon-dopuna {
  background-image: url("../images/kams_sprite.png?v0.28.0");
  background-repeat: no-repeat;
  width: 80px;
  height: 70px;
  background-position: -80px -392px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top; }

.icon-mLive {
  background-image: url("../images/kams_sprite.png?v0.28.0");
  background-repeat: no-repeat;
  width: 80px;
  height: 70px;
  background-position: -160px -392px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top; }

.icon-mmsPostavke {
  background-image: url("../images/kams_sprite.png?v0.28.0");
  background-repeat: no-repeat;
  width: 80px;
  height: 70px;
  background-position: 0px -462px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top; }

.icon-vboxPostavke {
  background-image: url("../images/kams_sprite.png?v0.28.0");
  background-repeat: no-repeat;
  width: 80px;
  height: 70px;
  background-position: -80px -462px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top; }

.icon-mTonPostavke {
  background-image: url("../images/kams_sprite.png?v0.28.0");
  background-repeat: no-repeat;
  width: 80px;
  height: 70px;
  background-position: -160px -462px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top; }

.icon-aktivneUsluge {
  background-image: url("../images/kams_sprite.png?v0.28.0");
  background-repeat: no-repeat;
  width: 80px;
  height: 70px;
  background-position: 0px -532px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top; }

.icon-mojaTVToGo {
  background-image: url("../images/kams_sprite.png?v0.28.0");
  background-repeat: no-repeat;
  width: 80px;
  height: 70px;
  background-position: -80px -532px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top; }

.icon-mobilnoOglasavanje {
  background-image: url("../images/kams_sprite.png?v0.28.0");
  background-repeat: no-repeat;
  width: 80px;
  height: 70px;
  background-position: -160px -532px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top; }

.noWrap {
  white-space: nowrap; }

.line-separator {
  display: block;
  margin-top: 5px;
  padding: 5px;
  font-size: 1.1em;
  font-weight: bold;
  color: #e77817;
  border-bottom: 2px solid #e77817; }

.kratice-container .kratica {
  font: normal 1.8em Arial, Helvetica, sans-serif;
  border-radius: 5px 5px 5px 5px;
  color: white; }

.kratice-container .kratica > * {
  max-width: 250px;
  margin: 0 auto;
  padding: 10px; }

.kratice-container .kratica > * > * {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  max-width: 110px; }

.kratice-container .kratica:hover {
  color: white;
  text-decoration: none; }

.sitemap-container {
  font-size: 11px; }

.sitemap-container > * {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  list-style: none;
  padding: 10px 0px;
  width: 16%;
  vertical-align: top; }

.sitemap-container a {
  color: white;
  font-weight: bold; }

.bg-color-orange {
  background-color: #e77817 !important; }

.bg-color-grayDark {
  background-color: #333 !important; }

.bg-color-gray {
  background-color: #777 !important; }

.bg-color-grayLight {
  background-color: #999 !important; }

.bg-color-grayLighter {
  background-color: #e9e9e9 !important; }

.bg-color-red {
  background-color: #e00 !important; }

.bg-color-green {
  background-color: #0a0 !important; }

.fg-color-orange {
  color: #e77817 !important; }

.fg-color-grayDark {
  color: #333 !important; }

.fg-color-gray {
  color: #777 !important; }

.fg-color-grayLight {
  color: #999 !important; }

.fg-color-grayLighter {
  color: #e9e9e9 !important; }

.fg-color-red {
  color: #e00 !important; }

.fg-color-green {
  color: #0a0 !important; }

.fg-color-white {
  color: white !important; }

.border-color-orange {
  border-color: #e77817 !important; }

.border-color-grayDark {
  border-color: #333 !important; }

.border-color-gray {
  border-color: #777 !important; }

.border-color-grayLight {
  border-color: #999 !important; }

.border-color-grayLighter {
  border-color: #e9e9e9 !important; }

.border-color-red {
  border-color: #e00 !important; }

.border-color-green {
  border-color: #0a0 !important; }

.outline-color-orange {
  outline-color: #e77817 !important; }

.outline-color-grayDark {
  outline-color: #333 !important; }

.outline-color-gray {
  outline-color: #777 !important; }

.outline-color-grayLight {
  outline-color: #999 !important; }

.outline-color-grayLighter {
  outline-color: #e9e9e9 !important; }

.outline-color-red {
  outline-color: #e00 !important; }

.outline-color-green {
  outline-color: #0a0 !important; }

.rating-stars > span {
  background-image: url("../images/kams_sprite.png?v0.28.0");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-position: -162px -30px;
  float: left;
  vertical-align: top; }

.rating-stars > span:first-child {
  margin-left: 0; }

.rating-stars > span.selected ~ span {
  background-position: -178px -30px; }

.rating-stars.rating-stars-no-select > span {
  background-position: -178px -30px; }

@media (min-width: 768px) and (max-width: 979px) {
  .list-three-column.responsive {
    *zoom: 1;
    margin-left: -1%; }

  .list-three-column.responsive:before,
  .list-three-column.responsive:after {
    display: table;
    content: "";
    line-height: 0; }

  .list-three-column.responsive:after {
    clear: both; }

  .list-three-column.responsive > * {
    float: left;
    width: 32.3%;
    margin-left: 1%;
    margin-top: 7px; }

  .list-three-column.responsive > *:first-child {
    margin-top: 0; }

  .list-three-column.responsive > *:first-child + * {
    margin-top: 0; }

  .list-three-column.responsive > *:first-child + * + * {
    margin-top: 0; }

  .list-three-column.responsive > *:first-child + * + * + * {
    margin-top: 7px; }

  .list-four-column.responsive {
    *zoom: 1;
    margin-left: -1%; }

  .list-four-column.responsive:before,
  .list-four-column.responsive:after {
    display: table;
    content: "";
    line-height: 0; }

  .list-four-column.responsive:after {
    clear: both; }

  .list-four-column.responsive > * {
    float: left;
    width: 32.3%;
    margin-left: 1%;
    margin-top: 7px; }

  .list-four-column.responsive > *:first-child {
    margin-top: 0; }

  .list-four-column.responsive > *:first-child + * {
    margin-top: 0; }

  .list-four-column.responsive > *:first-child + * + * {
    margin-top: 0; }

  .list-four-column.responsive > *:first-child + * + * + * {
    margin-top: 7px; } }
@media (max-width: 767px) {
  .container.responsive .fluid-left {
    float: none;
    width: 100%;
    margin: 0; }

  .container.responsive .fluid-inner {
    margin: 0; }

  .container.responsive .fixed-right {
    float: none;
    width: 100%;
    clear: both; }

  .container-fluid.responsive > * {
    width: 100% !important;
    margin: 0 !important; }

  .sitemap-container {
    text-align: center; }

  .sitemap-container > * {
    width: 100%;
    padding: 10px 0 10px 0; } }
@media (min-width: 480px) and (max-width: 767px) {
  .list-two-column.responsive {
    *zoom: 1;
    margin-left: -1%; }

  .list-two-column.responsive:before,
  .list-two-column.responsive:after {
    display: table;
    content: "";
    line-height: 0; }

  .list-two-column.responsive:after {
    clear: both; }

  .list-two-column.responsive > * {
    float: left;
    width: 49%;
    margin-left: 1%;
    margin-top: 7px; }

  .list-two-column.responsive > *:first-child {
    margin-top: 0; }

  .list-two-column.responsive > *:first-child + * {
    margin-top: 0; }

  .list-two-column.responsive > *:first-child + * + * {
    margin-top: 7px; }

  .list-two-column.responsive > *:first-child + * + * + * {
    margin-top: 7px; }

  .list-three-column.responsive {
    *zoom: 1;
    margin-left: -1%; }

  .list-three-column.responsive:before,
  .list-three-column.responsive:after {
    display: table;
    content: "";
    line-height: 0; }

  .list-three-column.responsive:after {
    clear: both; }

  .list-three-column.responsive > * {
    float: left;
    width: 49%;
    margin-left: 1%;
    margin-top: 7px; }

  .list-three-column.responsive > *:first-child {
    margin-top: 0; }

  .list-three-column.responsive > *:first-child + * {
    margin-top: 0; }

  .list-three-column.responsive > *:first-child + * + * {
    margin-top: 7px; }

  .list-three-column.responsive > *:first-child + * + * + * {
    margin-top: 7px; }

  .list-four-column.responsive {
    *zoom: 1;
    margin-left: -1%; }

  .list-four-column.responsive:before,
  .list-four-column.responsive:after {
    display: table;
    content: "";
    line-height: 0; }

  .list-four-column.responsive:after {
    clear: both; }

  .list-four-column.responsive > * {
    float: left;
    width: 49%;
    margin-left: 1%;
    margin-top: 7px; }

  .list-four-column.responsive > *:first-child {
    margin-top: 0; }

  .list-four-column.responsive > *:first-child + * {
    margin-top: 0; }

  .list-four-column.responsive > *:first-child + * + * {
    margin-top: 7px; }

  .list-four-column.responsive > *:first-child + * + * + * {
    margin-top: 7px; }

  .list-one-column.responsive.kratice-container {
    *zoom: 1;
    margin-left: -1%; }

  .list-one-column.responsive.kratice-container:before,
  .list-one-column.responsive.kratice-container:after {
    display: table;
    content: "";
    line-height: 0; }

  .list-one-column.responsive.kratice-container:after {
    clear: both; }

  .list-one-column.responsive.kratice-container > * {
    float: left;
    width: 49%;
    margin-left: 1%;
    margin-top: 7px; }

  .list-one-column.responsive.kratice-container > *:first-child {
    margin-top: 0; }

  .list-one-column.responsive.kratice-container > *:first-child + * {
    margin-top: 0; }

  .list-one-column.responsive.kratice-container > *:first-child + * + * {
    margin-top: 7px; }

  .list-one-column.responsive.kratice-container > *:first-child + * + * + * {
    margin-top: 7px; } }
@media (max-width: 479px) {
  .list-two-column.responsive {
    margin: 0; }

  .list-two-column.responsive > * {
    float: none;
    width: 100%;
    display: block;
    margin-left: 0;
    margin-top: 7px; }

  .list-two-column.responsive > *:first-child {
    margin-top: 0; }

  .list-two-column.responsive > *:first-child + * {
    margin-top: 7px; }

  .list-two-column.responsive > *:first-child + * + * {
    margin-top: 7px; }

  .list-two-column.responsive > *:first-child + * + * + * {
    margin-top: 7px; }

  .list-three-column.responsive {
    margin: 0; }

  .list-three-column.responsive > * {
    float: none;
    width: 100%;
    display: block;
    margin-left: 0;
    margin-top: 7px; }

  .list-three-column.responsive > *:first-child {
    margin-top: 0; }

  .list-three-column.responsive > *:first-child + * {
    margin-top: 7px; }

  .list-three-column.responsive > *:first-child + * + * {
    margin-top: 7px; }

  .list-three-column.responsive > *:first-child + * + * + * {
    margin-top: 7px; }

  .list-four-column.responsive {
    margin: 0; }

  .list-four-column.responsive > * {
    float: none;
    width: 100%;
    display: block;
    margin-left: 0;
    margin-top: 7px; }

  .list-four-column.responsive > *:first-child {
    margin-top: 0; }

  .list-four-column.responsive > *:first-child + * {
    margin-top: 7px; }

  .list-four-column.responsive > *:first-child + * + * {
    margin-top: 7px; }

  .list-four-column.responsive > *:first-child + * + * + * {
    margin-top: 7px; }

  .control-group.responsive {
    *zoom: 1; }

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

  .control-group.responsive:after {
    clear: both; }

  .control-group.responsive > .dynamic {
    margin-left: 0 !important;
    margin-right: 0 !important; }

  .control-group.responsive > .fixed {
    position: static;
    top: auto; }

  .control-group.responsive > * {
    margin-top: 5px; }

  .control-group.responsive > *:first-child {
    margin-top: 0; }

  .control-group.responsive > * > * {
    display: block;
    width: 100%; } }
.basic.responsive > a,
.nav-basic > li.responsive > a {
  display: none; }

.tab.responsive,
.nav-card > li.responsive.selected {
  border: 0;
  margin-bottom: 0; }

.tab.responsive > a,
.nav-card > li.responsive.selected > a {
  display: none; }

@media (max-width: 767px) {
  .basic.responsive > a,
  .nav-basic > li.responsive > a {
    display: block; }

  .basic.responsive > .nav-basic,
  .nav-basic > li.responsive > .nav-basic {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    background: white;
    padding-bottom: 5px;
    border-radius: 0 0 4px 4px;
    border-bottom: 3px solid #999;
    box-shadow: 2px 2px 2px #E0E0E0;
    min-width: 150px; }

  .basic.responsive > .nav-basic li,
  .nav-basic > li.responsive > .nav-basic li {
    position: relative;
    float: none;
    margin-top: 1px; }

  .basic.responsive > .nav-basic li > a,
  .nav-basic > li.responsive > .nav-basic li > a {
    border-bottom: 1px solid;
    border-left: 4px solid; }

  .basic.responsive > .nav-basic li > a.right,
  .nav-basic > li.responsive > .nav-basic li > a.right,
  .basic.responsive > .nav-basic li > a .right,
  .nav-basic > li.responsive > .nav-basic li > a .right {
    border-left: none; }

  .basic.responsive > .nav-basic li > ul,
  .nav-basic > li.responsive > .nav-basic li > ul {
    top: 0;
    left: 100%; }

  .basic.responsive > .nav-basic li > a,
  .nav-basic > li.responsive > .nav-basic li > a {
    background: #fff;
    color: #777;
    border-bottom-color: #e9e9e9;
    border-left-color: #999; }

  .basic.responsive > .nav-basic li > a:hover,
  .nav-basic > li.responsive > .nav-basic li > a:hover {
    background: #fff;
    color: #e77817;
    border-left-color: #e77817; }

  .basic.responsive > .nav-basic li > a .divider,
  .nav-basic > li.responsive > .nav-basic li > a .divider {
    background-color: #777; }

  .basic.responsive > .nav-basic li > a .arrow,
  .nav-basic > li.responsive > .nav-basic li > a .arrow {
    background-position: -115px -40px; }

  .basic.responsive > .nav-basic li.selected > a,
  .nav-basic > li.responsive > .nav-basic li.selected > a {
    color: #e77817;
    border-left-color: #e77817; }

  .basic.responsive > .nav-basic ul,
  .nav-basic > li.responsive > .nav-basic ul {
    position: static;
    padding: 0;
    box-shadow: none; }

  .basic.responsive > .nav-basic li > ul,
  .nav-basic > li.responsive > .nav-basic li > ul {
    left: 0;
    border: 0; }

  .basic.responsive > .nav-basic li > a,
  .nav-basic > li.responsive > .nav-basic li > a {
    font: bold 1.2em Arial, Helvetica, sans-serif; }

  .basic.responsive > .nav-basic li > a.center,
  .nav-basic > li.responsive > .nav-basic li > a.center {
    padding-right: 40px !important; }

  .basic.responsive > .nav-basic li > a.right,
  .nav-basic > li.responsive > .nav-basic li > a.right,
  .basic.responsive > .nav-basic li > a .right,
  .nav-basic > li.responsive > .nav-basic li > a .right {
    padding-top: 7px;
    padding-bottom: 7px; }

  .basic.responsive > .nav-basic li > a.right .divider,
  .nav-basic > li.responsive > .nav-basic li > a.right .divider,
  .basic.responsive > .nav-basic li > a .right .divider,
  .nav-basic > li.responsive > .nav-basic li > a .right .divider {
    height: 14px;
    top: auto; }

  .basic.responsive > .nav-basic li > a .right,
  .nav-basic > li.responsive > .nav-basic li > a .right {
    display: block; }

  .basic.responsive > .nav-basic li > a .arrow,
  .nav-basic > li.responsive > .nav-basic li > a .arrow {
    margin-top: 0;
    background-image: url("../images/kams_sprite.png?v0.28.0");
    background-repeat: no-repeat;
    width: 14px;
    height: 14px; }

  .basic.responsive > .nav-basic li > ul li > a,
  .nav-basic > li.responsive > .nav-basic li > ul li > a {
    padding-left: 20px; }

  .basic.responsive > .nav-basic li > ul li > ul li > a,
  .nav-basic > li.responsive > .nav-basic li > ul li > ul li > a {
    padding-left: 30px; }

  .nav-basic li > ul {
    left: 0;
    border: 0; }

  .nav-basic li > ul ul {
    position: static;
    padding: 0;
    box-shadow: none; }

  .nav-basic li > ul li > a {
    padding-left: 20px; }

  .nav-basic li > ul li > ul li > a {
    padding-left: 30px; }

  .tab.responsive,
  .nav-card > li.responsive.selected {
    border: 1px solid #777;
    border-bottom: 0;
    margin-bottom: -1px; }

  .tab.responsive > a,
  .nav-card > li.responsive.selected > a {
    display: block; }

  .tab.responsive > a.left,
  .nav-card > li.responsive.selected > a.left {
    margin-right: 33px !important; }

  .tab.responsive > a.center,
  .nav-card > li.responsive.selected > a.center {
    padding-right: 33px !important; }

  .tab.responsive > a.right,
  .nav-card > li.responsive.selected > a.right {
    width: 33px;
    border-left: 1px solid #777; }

  .tab.responsive > a.right,
  .nav-card > li.responsive.selected > a.right {
    background: #e9e9e9;
    color: #777; }

  .tab.responsive > a.right:hover,
  .nav-card > li.responsive.selected > a.right:hover {
    background: #777;
    color: #fff; }

  .tab.responsive > .nav-card,
  .nav-card > li.responsive.selected > .nav-card {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    background: white;
    padding-bottom: 5px;
    border-radius: 0 0 4px 4px;
    border-bottom: 3px solid #999;
    box-shadow: 2px 2px 2px #E0E0E0;
    min-width: 150px;
    margin-top: 4px; }

  .tab.responsive > .nav-card li,
  .nav-card > li.responsive.selected > .nav-card li {
    position: relative;
    float: none;
    margin-top: 1px; }

  .tab.responsive > .nav-card li > a,
  .nav-card > li.responsive.selected > .nav-card li > a {
    border-bottom: 1px solid;
    border-left: 4px solid; }

  .tab.responsive > .nav-card li > a.right,
  .nav-card > li.responsive.selected > .nav-card li > a.right,
  .tab.responsive > .nav-card li > a .right,
  .nav-card > li.responsive.selected > .nav-card li > a .right {
    border-left: none; }

  .tab.responsive > .nav-card li > ul,
  .nav-card > li.responsive.selected > .nav-card li > ul {
    top: 0;
    left: 100%; }

  .tab.responsive > .nav-card li > a,
  .nav-card > li.responsive.selected > .nav-card li > a {
    background: #fff;
    color: #777;
    border-bottom-color: #e9e9e9;
    border-left-color: #999; }

  .tab.responsive > .nav-card li > a:hover,
  .nav-card > li.responsive.selected > .nav-card li > a:hover {
    background: #fff;
    color: #e77817;
    border-left-color: #e77817; }

  .tab.responsive > .nav-card li > a .divider,
  .nav-card > li.responsive.selected > .nav-card li > a .divider {
    background-color: #777; }

  .tab.responsive > .nav-card li > a .arrow,
  .nav-card > li.responsive.selected > .nav-card li > a .arrow {
    background-position: -115px -40px; }

  .tab.responsive > .nav-card li.selected > a,
  .nav-card > li.responsive.selected > .nav-card li.selected > a {
    color: #e77817;
    border-left-color: #e77817; }

  .tab.responsive > .nav-card > li,
  .nav-card > li.responsive.selected > .nav-card > li {
    margin: 0;
    border: 0;
    margin-top: 1px; }

  .tab.responsive > .nav-card > li > a,
  .nav-card > li.responsive.selected > .nav-card > li > a {
    padding-top: 7px;
    padding-bottom: 7px; }

  .tab.responsive > .nav-card > li > a.right,
  .nav-card > li.responsive.selected > .nav-card > li > a.right,
  .tab.responsive > .nav-card > li > a .right,
  .nav-card > li.responsive.selected > .nav-card > li > a .right {
    padding-top: 7px;
    padding-bottom: 7px; } }
@media (max-width: 767px) {
  .group.responsive > * {
    float: left; } }
.visible-phone {
  display: none !important; }

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

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

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

/* nedimbb*/
.hidden-phone {
  display: none !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-phone-portrait {
  display: none !important; }

@media (max-width: 479px) {
  .visible-phone-portrait {
    display: inherit !important; }

  .hidden-phone-portrait {
    display: none !important; } }
.shown {
  display: block !important;
  visibility: visible !important; }

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

/* nedimbb*/
.headerBHT {
  background-color: #fe8300;
  background-image: url(https://bhtelecom.ba/fileadmin/assets/images/podloga.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

html {
  height: 100%; }

body {
  min-height: 100%;
  position: relative; }

#footer-container {
  position: absolute;
  bottom: 0;
  width: 100%; }

.stickyTop {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  margin-top: 0 !important; }

.portletHeading {
  background-color: #e77817;
  margin: 0;
  margin-bottom: 10px;
  font-weight: bold;
  padding: 10px;
  border: 1px solid; }

.pageHeading {
  background: #e77817;
  color: white;
  font: normal 1.6em bht, Helvetica, Arial, sans-serif;
  padding: 4px 10px; }

.customSitemap {
  font-size: 11px;
  text-align: left; }

.customSitemap ul {
  list-style: none;
  float: left;
  padding: 10px 0px;
  width: 20%; }

.customSitemap li {
  color: white;
  font-weight: bold; }

.customSitemap a {
  color: white;
  font-weight: bold; }

.customSitemap button {
  background: url(http://dev.sayber.com/bht/images/footer-button.png);
  border: none;
  width: 33px;
  height: 28px;
  margin-left: -4px;
  padding-bottom: 10px; }

.customSitemap input {
  color: #999;
  width: 150px;
  height: 28px; }

.login-panel {
  padding: 4px 5px; }

.login-panel input[type="text"],
.login-panel input[type="password"] {
  padding-top: 2px;
  padding-bottom: 2px;
  color: #333333; }

.login-panel input[type="submit"] {
  padding-top: 2px;
  padding-bottom: 2px; }

.login-panel .btn-basic {
  padding-top: 2px;
  padding-bottom: 2px;
  text-shadow: none; }

.login-panel table {
  border-spacing: 0; }

.login-panel table td {
  padding-left: 3px; }

.linkovi a:hover {
  text-decoration: none; }

.search-panel {
  float: right;
  width: 190px; }

.search-panel input {
  padding-top: 2px;
  padding-bottom: 2px; }

.captcha {
  margin: 0;
  width: 100%; }

.bht-custom-font {
  font-family: bht;
  font-size: 18px;
  font-weight: normal; }

.custom-notification {
  background-color: #fbe3f0;
  padding: 10px;
  margin-top: 10px; }

html > .lfr-dockbar-pinned {
  padding-top: 0; }

/* Phone portrait/landscape ----------- */
@media (max-width: 767px) {
  #column-banner {
    margin-top: 10px; }

  .customSitemap ul {
    width: 33%; } }
/* Phone portrait ----------- */
@media (max-width: 479px) {
  .search-panel {
    width: 100%; }

  .customSitemap ul {
    width: 100%; } }
.portlet-borderless-container {
  min-height: 0; }

.ie6 .portlet-borderless-container {
  height: 0; }

/*
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.143em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.857em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }