@charset "UTF-8";
/*
* UPgates system
*
* @copyright  Copyright (c) 2010 EVici webdesign s.r.o.
* @link       http://www.upgates.com
* @category   UPgates
* @package    UPgates
* @version    7.0
*/
/**************** modules / after / reboot ****************/
a, .a {
  -webkit-text-decoration-skip: objects;
  transition: all 0.25s ease-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    a, .a {
      transition: none; } }
  a:hover, .a:hover {
    text-decoration: underline;
    text-decoration-skip-ink: none; }
  a:active, a:hover, .a:active, .a:hover {
    outline: 0; }
  p a:hover,
  .underline a:hover,
  .text ul a:hover,
  .text ol a:hover,
  .text table a:hover, p .a:hover,
  .underline .a:hover,
  .text ul .a:hover,
  .text ol .a:hover,
  .text table .a:hover {
    text-decoration: none; }

.cursor-default {
  cursor: default !important; }

.cursor-pointer, [data-href] {
  cursor: pointer !important; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus,
.no-link:hover,
.no-link:focus {
  text-decoration: none; }

a:focus,
.no-link:focus,
video:focus {
  outline: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

/**************** modules / after / background ****************/
.b.bg-white .color-dis[href]:hover, .b.bg-white .color-dis[href]:focus,
.b.bg-default .color-dis[href]:hover,
.b.bg-default .color-dis[href]:focus {
  color: #141414; }

/**************** modules / after / forms ****************/
.form-control {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(42, 56, 145, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(42, 56, 145, 0.5); }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .form-control[disabled], .form-control.disabled, .form-control[readonly], .form-control.readonly,
  fieldset[disabled] .form-control, .form-control.custom-select.disabled {
    font-style: italic;
    cursor: not-allowed;
    opacity: 0.6; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }

select::-ms-expand {
  opacity: 0; }

select:focus::-ms-value {
  color: #333333;
  background-color: #fff; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 2.83334em;
  cursor: pointer;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(42, 56, 145, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(42, 56, 145, 0.5); }

.custom-file-label .btn {
  left: auto; }

.b.bg-transparent .form-control:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(42, 56, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(42, 56, 145, 0.5); }

.b.bg-transparent .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px transparent, 0 0 0 0.2rem rgba(42, 56, 145, 0.5);
  box-shadow: 0 0 0 1px transparent, 0 0 0 0.2rem rgba(42, 56, 145, 0.5); }

.b.bg-primary .form-control:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(42, 56, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(42, 56, 145, 0.5);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.b.bg-primary .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #333333, 0 0 0 0.2rem rgba(42, 56, 145, 0.5);
  box-shadow: 0 0 0 1px #333333, 0 0 0 0.2rem rgba(42, 56, 145, 0.5); }

.b.bg-white .form-control:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(42, 56, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(42, 56, 145, 0.5); }

.b.bg-white .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(42, 56, 145, 0.5);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(42, 56, 145, 0.5); }

.b[class*='bg-'] .has-required .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(42, 56, 145, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(42, 56, 145, 0.25); }

.b[class*='bg-'] .has-success .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(26, 188, 156, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(26, 188, 156, 0.25); }

.b[class*='bg-'] .has-error .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.custom-control-label::before {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before {
      transition: none; } }

.custom-control-label a {
  pointer-events: none; }

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #f0f0f0, 0 0 0 0.2rem rgba(42, 56, 145, 0.5);
  box-shadow: 0 0 0 1px #f0f0f0, 0 0 0 0.2rem rgba(42, 56, 145, 0.5); }

.custom-control-input:disabled ~ .custom-control-label {
  opacity: 0.6; }

/**************** modules / after / spinner ****************/
.ui-spinner {
  position: relative;
  vertical-align: middle;
  outline: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  transition: all 0.25s ease-out;
  border-radius: 0.375rem; }
  @media screen and (prefers-reduced-motion: reduce) {
    .ui-spinner {
      transition: none; } }
  .ui-spinner a {
    display: block;
    color: inherit;
    height: 50%;
    text-align: center;
    position: absolute;
    right: 0;
    width: 3.2em;
    outline: none; }
    .ui-spinner a:hover {
      text-decoration: none; }

.ui-spinner-input {
  padding-right: 3.2em; }

.ui-spinner-up {
  border-top-right-radius: 0.375rem; }

.ui-spinner-down {
  bottom: 0;
  border-bottom-right-radius: 0.375rem; }

/**************** modules / after / images ****************/
.img-thumbnail {
  transition: all 0.25s ease-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .img-thumbnail {
      transition: none; } }

img[src*='no-picture'] {
  transition: none; }
  @media screen and (prefers-reduced-motion: reduce) {
    img[src*='no-picture'] {
      transition: none; } }

/**************** modules / after / input-group ****************/
.input-group {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .input-group {
      transition: none; } }
  .input-group.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(42, 56, 145, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(42, 56, 145, 0.5) !important; }

.input-group-append .btn.outer-line:not(:hover) {
  background-color: #fff !important; }

.twitter-typeahead {
  margin-right: -1.2em; }

/**************** modules / after / buttons ****************/
.btn {
  transition: all 0.25s ease-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(42, 56, 145, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(42, 56, 145, 0.5); }
  .btn.disabled, .btn:disabled,
  fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65; }
    .btn.disabled:not(.outer-line), .btn:disabled:not(.outer-line),
    fieldset[disabled] .btn:not(.outer-line) {
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
  .btn:not(:disabled):not(.disabled):not(.no-link) {
    cursor: pointer; }

.btn-link:hover, .btn-link:focus {
  text-decoration: underline; }

.btn-default:hover, .btn-default:focus {
  background-color: #e0e0e0; }

.btn-default.outer-line:not(:hover) {
  -webkit-box-shadow: inset 0 0 0 1px #f0f0f0;
  box-shadow: inset 0 0 0 1px #f0f0f0; }

.btn-default:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-primary:hover, .btn-primary:focus {
  background-color: #242424; }

.btn-primary.outer-line:not(:hover) {
  -webkit-box-shadow: inset 0 0 0 1px #333333;
  box-shadow: inset 0 0 0 1px #333333; }

.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 66, 66, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(66, 66, 66, 0.5); }

.btn-secondary:hover, .btn-secondary:focus {
  background-color: #232f79; }

.btn-secondary.outer-line:not(:hover) {
  -webkit-box-shadow: inset 0 0 0 1px #2a3891;
  box-shadow: inset 0 0 0 1px #2a3891; }

.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 65, 169, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(49, 65, 169, 0.5); }

.btn-success:hover, .btn-success:focus {
  background-color: #16a186; }

.btn-success.outer-line:not(:hover) {
  -webkit-box-shadow: inset 0 0 0 1px #1abc9c;
  box-shadow: inset 0 0 0 1px #1abc9c; }

.btn-info:hover, .btn-info:focus {
  background-color: #148a9d; }

.btn-info.outer-line:not(:hover) {
  -webkit-box-shadow: inset 0 0 0 1px #17a2b8;
  box-shadow: inset 0 0 0 1px #17a2b8; }

.btn-warning:hover, .btn-warning:focus {
  background-color: #e7ae00; }

.btn-warning.outer-line:not(:hover) {
  -webkit-box-shadow: inset 0 0 0 1px #ffc107;
  box-shadow: inset 0 0 0 1px #ffc107; }

.btn-danger:hover, .btn-danger:focus {
  background-color: #cf2434; }

.btn-danger.outer-line:not(:hover) {
  -webkit-box-shadow: inset 0 0 0 1px #dc3545;
  box-shadow: inset 0 0 0 1px #dc3545; }

.btn-white:hover, .btn-white:focus,
.b.bg-transparent .btn-primary:not(.color-fix):hover,
.b.bg-transparent .btn-primary:not(.color-fix):focus,
.b.bg-default .btn-default:not(.color-fix):hover,
.b.bg-default .btn-default:not(.color-fix):focus,
.b.bg-primary .btn-primary:not(.color-fix):hover,
.b.bg-primary .btn-primary:not(.color-fix):focus,
.b.bg-primary .input-group .btn-primary:not(.color-fix):hover,
.b.bg-primary .input-group .btn-primary:not(.color-fix):focus,
.b.bg-secondary .btn-secondary:not(.color-fix):hover,
.b.bg-secondary .btn-secondary:not(.color-fix):focus {
  background-color: #f0f0f0; }

.btn-white.outer-line:not(:hover),
.b.bg-transparent .btn-primary:not(.color-fix).outer-line:not(:hover),
.b.bg-default .btn-default:not(.color-fix).outer-line:not(:hover),
.b.bg-primary .btn-primary:not(.color-fix).outer-line:not(:hover),
.b.bg-primary .input-group .btn-primary:not(.color-fix).outer-line:not(:hover),
.b.bg-secondary .btn-secondary:not(.color-fix).outer-line:not(:hover) {
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff; }

.btn-white:focus,
.b.bg-transparent .btn-primary:not(.color-fix):focus,
.b.bg-default .btn-default:not(.color-fix):focus,
.b.bg-primary .btn-primary:not(.color-fix):focus,
.b.bg-primary .input-group .btn-primary:not(.color-fix):focus,
.b.bg-secondary .btn-secondary:not(.color-fix):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 228, 228, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(228, 228, 228, 0.5); }

.b.bg-primary .btn-primary.color-fix:not(.outer-line):hover, .b.bg-primary .btn-primary.color-fix:not(.outer-line):focus {
  background-color: #333333; }

.b.bg-primary .btn-primary.color-fix:not(.outer-line).outer-line:not(:hover) {
  -webkit-box-shadow: inset 0 0 0 1px #333333;
  box-shadow: inset 0 0 0 1px #333333; }

.b.bg-primary .btn-primary.color-fix:not(.outer-line):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 66, 66, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(66, 66, 66, 0.5); }

/**************** modules / after / button-group ****************/
.btn-group:hover, .btn-group:focus, .btn-group:active, .btn-group.active {
  z-index: 1; }

/**************** modules / after / nav ****************/
.nav-link {
  outline: none; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    cursor: not-allowed;
    opacity: 0.5; }

/**************** modules / after / navbar ****************/
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none; }

@media (max-width: 991.98px) {
  .sidebar-menu-open {
    overflow: hidden; }
  .navbar-collapse {
    position: fixed !important;
    top: 0;
    left: -310px;
    width: 310px;
    height: 100vh !important;
    text-align: left;
    overflow-y: auto;
    z-index: 1110 !important;
    transition: all 0.25s ease-out !important; }
    .navbar-collapse + .ov {
      left: 0;
      visibility: hidden;
      opacity: 0; }
    .navbar-collapse.show {
      left: 0;
      -webkit-box-shadow: 0.15rem 0.22rem 0.9rem rgba(0, 0, 0, 0.15) !important;
      box-shadow: 0.15rem 0.22rem 0.9rem rgba(0, 0, 0, 0.15) !important; }
      .navbar-collapse.show + .ov {
        left: 310px;
        visibility: visible;
        opacity: 1; }
  .navbar-menu {
    padding-bottom: 10.0002em; }
    .navbar-menu li {
      overflow: hidden; }
    .navbar-menu a {
      padding: 0.53334em 1.3334rem !important; }
    .navbar-menu .caret {
      display: none; }
    .navbar-menu .nav-item {
      border-bottom-width: 1px;
      border-bottom-style: solid; }
    .navbar-menu .nav-link {
      padding-top: 0.66667em !important;
      padding-bottom: 0.66667em !important; }
    .navbar-menu .dropdown-toggle {
      padding-right: 2.5em !important; }
    .navbar-menu .dropdown-menu {
      padding-left: 1em;
      background-color: transparent;
      margin-top: 0 !important;
      height: 0;
      position: static;
      visibility: hidden;
      opacity: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .navbar-menu .dropdown-menu a.dd-i, .navbar-menu .dropdown-menu a.dd-i:hover, .navbar-menu .dropdown-menu a.dd-i:focus {
        color: inherit !important;
        background-color: inherit !important;
        border-radius: 0 !important; }
    .navbar-menu .show > .dropdown-menu {
      height: auto;
      visibility: visible;
      opacity: 1; }
    .navbar-menu .show > .nav-arrow .fa {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .top-menu .dropdown-menu:after {
    content: '';
    padding-bottom: 0.66667em;
    width: 100%;
    display: list-item; }
  .nav-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: auto !important; }
    .nav-arrow .fa {
      min-width: 0 !important;
      transition: all 0.25s ease-out; } }
    @media screen and (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
      .nav-arrow .fa {
        transition: none; } }

@media (min-width: 992px) {
  .navbar-collapse {
    height: auto; }
  .navbar-dropdown-2 {
    margin-top: 0 !important; }
  .navbar-menu .active:before {
    display: none !important; } }

/**************** modules / after / card ****************/
@media (min-width: 992px) {
  .tile:hover {
    z-index: 1; } }

.accordion .card-header .fa-angle-down {
  transition: 0.5s; }
  @media screen and (prefers-reduced-motion: reduce) {
    .accordion .card-header .fa-angle-down {
      transition: none; } }

.accordion .card-header a:not(.collapsed) .fa-angle-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

/**************** modules / after / breadcrumb ****************/
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

/**************** modules / after / dropdown ****************/
.dropdown {
  position: relative; }

.dropdown-menu {
  display: block;
  top: 100%;
  left: 0;
  min-width: 13.5em;
  padding: 0;
  margin: 1em 0 0;
  font-size: 1em;
  text-align: left;
  line-height: 1.45;
  color: #333333;
  background-color: #fff;
  list-style: none;
  z-index: 1000;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0.15rem 0.22rem 0.9rem rgba(0, 0, 0, 0.15);
  box-shadow: 0.15rem 0.22rem 0.9rem rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .dropdown-menu {
      transition: none; } }
  .show > .dropdown-menu {
    z-index: 1001;
    visibility: visible;
    opacity: 1; }
  .dropdown-menu .caret {
    float: right;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .dropdown-menu .active {
    position: relative; }
    .dropdown-menu .active, .dropdown-menu .active:hover, .dropdown-menu .active:focus {
      color: #fff !important;
      background-color: #2a3891 !important; }
  .dropdown-menu .divider {
    border-bottom: 1px solid #e4e4e4 !important; }
  .dropdown-menu .badge {
    margin-top: -0.15em;
    margin-bottom: -0.15em; }

.dd-i:first-child {
  padding-top: 0.93334em;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem; }

.dd-i:last-child {
  padding-bottom: 0.93334em;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem; }

.dd-i {
  display: block;
  padding: 0.46667em 1em;
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  .dd-i::after {
    content: "";
    display: table;
    clear: both; }
  .dd-i .caret {
    margin-left: auto; }

a.dd-i {
  color: #333333 !important; }
  a.dd-i:hover, a.dd-i:active, a.dd-i:focus {
    background-color: #f7f7f7;
    text-decoration: none;
    outline: none; }

.dropdown-text {
  color: rgba(51, 51, 51, 0.5); }
  .dropdown-text a {
    color: inherit !important; }

.dd-max-height {
  max-height: 75vh;
  overflow-y: auto; }

.dropdown-left {
  left: auto;
  right: 0; }

.dropdown-lg {
  min-width: 19em; }

.dropdown-header {
  font-weight: 600;
  padding: 0.93334em 1em 0.46667em; }

.dropdown-arrow {
  border-color: transparent !important;
  border-top-color: #fff !important;
  border-bottom-color: #fff !important;
  border-style: solid;
  border-width: 0 0.51em 0.51em;
  height: 0;
  width: 0;
  margin-top: 0.51em;
  position: absolute;
  top: 100%;
  right: 1em;
  z-index: 1001;
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  transition: all 0.25s ease-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .dropdown-arrow {
      transition: none; } }
  .show > .dropdown-arrow {
    visibility: visible;
    opacity: 1; }

.dropdown-toggle:hover .caret {
  opacity: 1; }

.dropdown-default {
  background-color: #e0e0e0; }
  .dropdown-default + .dropdown-arrow {
    border-top-color: #e0e0e0 !important;
    border-bottom-color: #e0e0e0 !important; }
  .dropdown-default .divider {
    border-color: #f0f0f0 !important; }

.dropdown-primary {
  background-color: #242424;
  color: #e7e7e7; }
  .dropdown-primary a.dd-i {
    color: #e7e7e7 !important; }
    .dropdown-primary a.dd-i:hover, .dropdown-primary a.dd-i:focus {
      background-color: #333333; }
  .dropdown-primary .dropdown-text {
    color: rgba(231, 231, 231, 0.5); }
  .dropdown-primary + .dropdown-arrow {
    border-top-color: #242424 !important;
    border-bottom-color: #242424 !important; }
  .dropdown-primary .divider {
    border-color: #333333 !important; }

/**************** modules / after / tables ****************/
.table tr {
  transition: all 0.25s ease-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .table tr {
      transition: none; } }
  .table tr.disabled {
    display: none; }

.table-condensed th,
.table-condensed td {
  padding-right: 0.8rem;
  padding-left: 0.8rem; }

.table-in tr:first-child > * {
  padding-top: 0; }

.table-in tr:last-child > * {
  padding-bottom: 0; }

.table-in th:first-child,
.table-in td:first-child {
  padding-left: 0; }

.table-in th:last-child,
.table-in td:last-child {
  padding-right: 0; }

.table-striped td {
  border-width: 0; }

.b.bg-transparent .table-striped > tbody tr:nth-of-type(even),
.b.bg-transparent .table-hover > tbody tr:hover:not(.disabled) {
  background-color: rgba(255, 255, 255, 0.1); }

.b.bg-default .table-striped > tbody tr:nth-of-type(even),
.b.bg-default .table-hover > tbody tr:hover:not(.disabled) {
  background-color: #fff; }

.b.bg-primary .table-striped > tbody tr:nth-of-type(even),
.b.bg-primary .table-hover > tbody tr:hover:not(.disabled) {
  background-color: #424242; }

.b.bg-white .table-striped > tbody tr:nth-of-type(even),
.b.bg-white .table-hover > tbody tr:hover:not(.disabled) {
  background-color: #f0f0f0; }

.table-responsive {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.table-elastic {
  text-align: left; }
  @media (max-width: 479.98px) {
    .table-elastic .form-control {
      display: inline-block;
      margin-bottom: 0.3em; }
    .table-elastic > tbody td:before {
      font-style: italic;
      right: 0; }
    .table-elastic .no-th:before {
      display: none; }
    .table-elastic .th-inline:before {
      position: static;
      margin-right: 0.33334em; } }
  @media (max-width: 991.98px) {
    .table-elastic thead, .table-elastic tbody, .table-elastic tr, .table-elastic th, .table-elastic td {
      display: block; }
    .table-elastic .no-th,
    .table-elastic .th-inline {
      padding-top: 0.5em; }
    .table-elastic tr {
      border-top-width: 1px;
      border-top-style: solid; }
      .table-elastic tr:first-child {
        border-top: 0; }
      .table-elastic tr:not(:first-child) {
        padding-top: 0.5em; }
      .table-elastic tr:hover {
        background-color: transparent !important; }
    .table-elastic .top-th {
      padding-top: 0; }
    .table-elastic thead {
      display: none; }
    .table-elastic > tbody > tr > td {
      border: none;
      position: relative; }
      .table-elastic > tbody > tr > td:last-child {
        padding-top: 0;
        padding-bottom: 1em; }
      .table-elastic > tbody > tr > td:before {
        position: absolute;
        top: 0.5em;
        left: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; } }
  @media (max-width: 991.98px) and (min-width: 768px) {
    .table-elastic > tbody > tr > td:before {
      width: 35%; } }
  @media (max-width: 991.98px) and (min-width: 480px) {
    .table-elastic > tbody > tr > td {
      padding: 0.5em 0 0 35%; }
      .table-elastic > tbody > tr > td:before {
        text-align: right;
        width: 35%;
        padding-right: 1.3334em;
        content: attr(data-title); } }
  @media (max-width: 991.98px) and (max-width: 479.98px) {
    .table-elastic > tbody > tr > td {
      padding: 2.5em 0 0; }
      .table-elastic > tbody > tr > td[data-title]:before {
        content: attr(data-title) ":"; } }
  @media (max-width: 991.98px) {
    .table-elastic .td-data-title-main:before {
      font-weight: 700; }
    .table-elastic td:not(.td-data-title-main):before {
      font-weight: normal;
      font-size: smaller;
      top: 0.75em; }
    .table-elastic .cross {
      position: absolute;
      top: -1.342em;
      right: 0; } }

@media (max-width: 991.98px) and (min-width: 480px) {
  .table-elastic .th-img {
    position: absolute;
    -webkit-transform: translate(calc(-100% - 1.3334em), 0);
    transform: translate(calc(-100% - 1.3334em), 0); } }
  @media (min-width: 480px) {
    .table-elastic > tbody td {
      text-align: left; } }

@media (max-width: 479.98px) {
  .table-xs-0 td:first-child {
    padding-left: 0; }
  .table-xs-0 td:last-child {
    padding-right: 0; } }

/**************** modules / after / transitions ****************/
.transition {
  transition: all 0.25s ease-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .transition {
      transition: none; } }

.fade {
  opacity: 0;
  transition: opacity 0.25s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    pointer-events: none; }

/**************** modules / after / collapse ****************/
.btn:not(.collapsed) .fa-angle-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.25s ease-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

/**************** modules / after / pagination ****************/
.page-link:not([class*='btn']):hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.06); }

.page-link:not(:disabled) {
  cursor: pointer; }

.disabled > .page-link {
  cursor: auto;
  pointer-events: none; }

/**************** modules / after / list-group ****************/
.lgi:hover, .lgi:focus,
.lgi-a:hover,
.lgi-a:focus {
  text-decoration: none;
  z-index: 1; }

.b.bg-transparent .lgi-a:hover, .b.bg-transparent .lgi-a:focus {
  background-color: rgba(255, 255, 255, 0.1); }

.b.bg-default .lgi-a:hover, .b.bg-default .lgi-a:focus {
  background-color: #e0e0e0; }

.b.bg-primary .lgi-a:hover, .b.bg-primary .lgi-a:focus {
  background-color: #242424; }

.b.bg-white .lgi-a:hover, .b.bg-white .lgi-a:focus {
  background-color: #f7f7f7; }

/**************** modules / after / cross ****************/
.cross {
  cursor: pointer;
  transition: all 0.25s ease-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .cross {
      transition: none; } }
  .cross:hover, .cross:focus {
    opacity: 1; }

/**************** modules / after / close ****************/
.close:hover, .close:focus {
  outline: 0; }

/**************** modules / after / overlay ****************/
.ov-page {
  text-align: center;
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: rgba(255, 255, 255, 0.6);
  visibility: visible;
  opacity: 1;
  z-index: 1100; }

/**************** modules / after / modal ****************/
.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }
  .modal-open .tooltip {
    z-index: 1081; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1070;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }
  .modal-backdrop ~ .popover {
    z-index: 1081; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1080;
  overflow: hidden;
  outline: 0; }
  .modal > [id*='snippet'] {
    pointer-events: none; }
  .modal.opacity-0 {
    z-index: -1 !important; }

.modal-dialog {
  width: 600px;
  margin: 1em auto 3em;
  max-width: calc(100% - (1em * 2));
  min-height: calc(100% - (1em * 4));
  position: relative;
  pointer-events: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  .modal-dialog::before {
    content: "";
    display: block;
    height: calc(100vh - (1em * 4)); }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  @media (min-width: 480px) {
    .modal-dialog {
      margin-top: 2em;
      margin-bottom: 6em;
      min-height: calc(100% - (2em * 4)); }
      .modal-dialog::before {
        height: calc(100vh - (2em * 4)); } }

.modal-sm {
  width: 400px; }

.modal-lg {
  width: 900px; }

.modal-content {
  position: relative;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  outline: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0.15rem 0.22rem 0.9rem rgba(0, 0, 0, 0.15);
  box-shadow: 0.15rem 0.22rem 0.9rem rgba(0, 0, 0, 0.15); }

.modal-header {
  padding: 0.8em 1.3334rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem; }
  .modal-header .close {
    margin: -0.8em -0.4em -0.8em auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.55; }

.modal-close-out {
  margin-top: 2.745em; }
  .modal-close-out .close {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(0, -110%) rotate(45deg);
    transform: translate(0, -110%) rotate(45deg); }

.modal-body {
  font-size: 1rem;
  position: relative;
  padding: 1.3334em 1.3334rem;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

/**************** modules / after / popover ****************/
.popover {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.875rem;
  color: #333333;
  background-color: #fff;
  background-clip: padding-box;
  margin-top: -0.75em;
  margin-bottom: 0.5em;
  max-width: 20em;
  word-wrap: break-word;
  display: block;
  z-index: 1040;
  pointer-events: none;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border-radius: 0.375rem;
  -webkit-box-shadow: 0.15rem 0.22rem 0.9rem rgba(0, 0, 0, 0.15);
  box-shadow: 0.15rem 0.22rem 0.9rem rgba(0, 0, 0, 0.15); }
  @media (min-width: 992px) {
    .wf-active .popover {
      font-family: "Roboto", sans-serif; } }
  .popover .arrow {
    width: 1em;
    height: 0.5em;
    margin-left: -0.5em;
    position: absolute;
    left: 50%;
    bottom: -0.5em; }
    .popover .arrow::after {
      content: "";
      position: absolute;
      display: block;
      border-color: transparent;
      border-style: solid;
      border-width: 0.5em 0.5em 0;
      border-top-color: #fff !important; }
  .popover table {
    margin-bottom: 0; }

.popover-header:empty {
  display: none; }

.popover-title {
  background-color: #f0f0f0;
  padding: 0.7em 0.8rem;
  display: block;
  border-top-left-radius: 0.45rem;
  border-top-right-radius: 0.45rem; }

.popover-body {
  padding: 0.7em 0.8rem; }

/**************** modules / after / carousel ****************/
.sliding > .carousel-inner {
  overflow: hidden; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-item.active,
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  left: 0; }

.carousel-item-next,
.active.carousel-item-right {
  left: 100%; }

.carousel-item-prev,
.active.carousel-item-left {
  left: -100%; }

.carousel-dot:before {
  transition: all 0.25s ease-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-dot:before {
      transition: none; } }

/**************** modules / after / lightbox ****************/
@media (min-width: 480px) {
  .Lightbox {
    cursor: pointer; } }

.lightbox-active {
  overflow: hidden; }

.lb-bg-color {
  background-color: #171717; }

.lightbox-overlay {
  display: none; }
  .lightbox-overlay:not(.is-lb-other) .lb-nav,
  .lightbox-overlay:not(.is-lb-other) .lb-other {
    display: none !important; }

.lightbox-overlay {
  z-index: 1090; }
  @media (max-width: 479.98px) {
    .lightbox-overlay {
      display: none !important; } }

.lb-bg {
  z-index: 0;
  opacity: 0.9; }

.lb-close {
  right: 0;
  z-index: 2; }

.lb-main {
  z-index: 1; }

.lb-count {
  top: 0; }

.lb-main-content {
  padding-bottom: 1.3334em; }
  .is-lb-title .lb-main-content {
    padding-bottom: 100px; }
  .lb-main-content video {
    position: relative; }

.lb-main-media {
  -ms-flex: 0 0 auto;
  max-height: 100%; }

.lb-iframe-wrap {
  max-width: 155vh; }
  .is-lb-title .lb-iframe-wrap {
    max-width: 132vh; }

.lb-nav {
  top: 0; }
  .lb-nav.inactive {
    cursor: default;
    opacity: 0; }
  .lb-nav .btn {
    opacity: 0; }
  .lb-nav:hover .btn {
    opacity: 1; }

.lb-prev {
  left: 0; }

.lb-next {
  right: 0; }

.lb-title {
  bottom: -1.25em;
  opacity: 0; }
  .is-lb-title .lb-title {
    bottom: 0;
    opacity: 1; }

.lb-other {
  z-index: 1;
  overflow: hidden; }
  .screen-landscape .lb-other {
    left: auto;
    right: 0;
    width: 20%;
    overflow-y: auto; }
  .screen-portrait .lb-other {
    top: auto;
    bottom: 0;
    height: 10.25em;
    overflow-x: auto;
    white-space: nowrap;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
    .screen-portrait .lb-other .lb-thumb {
      margin: 0 1.3334em 0 0 !important; }
    .screen-portrait .lb-other img,
    .screen-portrait .lb-other video {
      max-width: 160px; }
  .lb-other img {
    max-height: 5em;
    cursor: pointer; }
    @media (min-width: 1200px) {
      .lb-other img {
        max-height: 8vw; } }
  .lb-other video {
    cursor: pointer; }
  .lb-other .lb-thumb {
    opacity: 0; }
  .lb-other .thumb-show {
    opacity: 1; }

.lb-other-item {
  position: relative; }

.screen-landscape .is-lb-other .lb-close {
  right: 20%; }

.screen-landscape .is-lb-other .lb-main {
  width: 80%; }

.screen-portrait .is-lb-other .lb-main {
  padding-bottom: 12.25em; }

.screen-portrait .is-lb-other.is-lb-title .lb-main {
  padding-bottom: 13.5834em; }

.screen-portrait .is-lb-other.is-lb-title .lb-title {
  bottom: 10.25em;
  padding-bottom: 0; }

.screen-portrait .is-lb-other .lb-other-in {
  display: -ms-flexbox;
  display: flex; }

.screen-portrait .is-lb-other .lb-thumb {
  display: -ms-inline-flexbox;
  display: inline-flex; }

/**************** modules / after / typeahead ****************/
.tt-menu {
  padding: 0.93334em 0;
  margin-top: 0.93334em;
  width: 100%;
  height: auto !important;
  max-height: 80vh;
  visibility: visible;
  overflow-y: auto;
  opacity: 1; }
  .tt-menu .tt-header {
    font-style: italic;
    color: rgba(51, 51, 51, 0.6) !important;
    border-bottom: 1px solid #e4e4e4 !important; }

/**************** modules / after / scroll ****************/
/**************** modules / after / animations ****************/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .navbar:not(.flex-column) > .container {
    margin-left: 0;
    margin-right: 0; }
  .bg-filter.bg-default:after {
    background-color: #f0f0f0; }
  .bg-filter.bg-primary:after {
    background-color: #333333; }
  .bg-filter.bg-secondary:after {
    background-color: #2a3891; }
  .bg-filter.bg-white:after {
    background-color: #fff; }
  .cvr-video {
    width: 100%;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }

/**************** modules / after / print ****************/
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[data-original-title]::after {
    content: " (" attr(data-original-title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #424242;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .h2,
  .h3 {
    font-weight: bold;
    font-size: 1.2em;
    margin: 1em 0; }
  .h2 {
    font-size: 1.5em; }
  .h3 {
    font-size: 1.17em; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important;
      text-align: left !important;
      vertical-align: top;
      padding: 3px 10px 3px 0; }
  figure {
    margin-left: 0 !important; }
  img {
    max-width: 360px !important;
    height: auto !important; }
  .hidden,
  .header,
  .navbar,
  .footer,
  .ftr-hdln,
  .modal,
  .btn,
  .newsletter-form,
  .comments form,
  .ColumnPage,
  .breadcrumb,
  .pfh,
  .other-photos,
  .help,
  .SNInextButton,
  .product-functions,
  .review-form,
  .comments-form,
  .chapters,
  .subct img,
  .share,
  .pagination,
  .carousel-indicators-style,
  .carousel-navs,
  .forms-contact-form,
  .pd-tocart,
  .ui-spinner,
  .left-total,
  .page-compare .RemoveProduct,
  .p-i-img-2,
  .lbl-quickinfo,
  .shi-1,
  .close {
    display: none !important; }
  .select .btn,
  .page-rating-detail .form-group,
  .page-profile .form-group {
    display: block !important; }
  .cover {
    background-image: none !important; }
  .p-i,
  .carousel-item,
  .gallery figure {
    display: inline-block !important;
    vertical-align: top !important; }
  .carousel-item .container {
    min-width: 1px !important; }
  .p-i,
  .banner .carousel-item,
  .figure,
  .backlink-wrapper {
    margin: 0 20px 20px 0; }
  .p-i {
    width: 250px !important; }
  .banner .carousel-item {
    max-width: 468px !important; }
  .backlink-wrapper {
    width: auto !important; }
  iframe {
    width: 100%; }
  .product-top-photo .carousel-item:not(.active) img {
    max-width: 100px !important;
    margin: 0 10px 10px 0 !important; }
  .page-shipment table img {
    max-width: 70px !important;
    margin-left: 10px; } }

/**************** templates / layout-after ****************/
.scroll-to-top {
  bottom: 0;
  right: 0;
  z-index: 10; }

.CA {
  top: auto;
  color: #333333;
  background: rgba(255, 255, 255, 0.9); }
  .lightbox-active .CA,
  .modal-open .CA {
    display: none; }

.ca-link {
  color: #333333;
  text-decoration: underline; }

/**************** templates / components / header-after ****************/
.fixed-top {
  position: fixed !important;
  top: calc(-5.33334rem - 1px);
  right: auto;
  left: auto;
  width: 100%;
  z-index: 1050 !important; }
  .fixed-top .nav-link {
    padding-top: 0.33334em;
    padding-bottom: 0.33334em; }
  .fixed-top .img-logo {
    max-height: calc(2.867rem - 0.66667em); }
  .fixed-top .text-logo {
    font-size: calc(2.867rem - 0.66667em); }

@media (max-width: 991.98px) {
  .header-show .n-o-t-xs {
    -webkit-box-shadow: 0.15rem 0.22rem 0.9rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0.15rem 0.22rem 0.9rem rgba(0, 0, 0, 0.15) !important;
    -webkit-transform: translateY(5.33334rem);
    transform: translateY(5.33334rem); } }

@media (min-width: 992px) {
  .fixed-top .navbar {
    border-bottom-width: 0 !important; }
  .header-show .n-o-t-lg {
    -webkit-box-shadow: 0.15rem 0.22rem 0.9rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0.15rem 0.22rem 0.9rem rgba(0, 0, 0, 0.15) !important;
    -webkit-transform: translateY(5.33334rem);
    transform: translateY(5.33334rem); } }

.header-hide [class*='n-o-t'] {
  transition: 0s; }
  @media screen and (prefers-reduced-motion: reduce) {
    .header-hide [class*='n-o-t'] {
      transition: none; } }

.fixed-navbar [class*='n-o-t'] {
  min-height: 3.6rem;
  padding-top: 0.33334em;
  padding-bottom: 0.33334em;
  transition: transform 0.25s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fixed-navbar [class*='n-o-t'] {
      transition: none; } }
  .fixed-navbar [class*='n-o-t'].hidden-bg-color {
    background-color: inherit !important; }
  .fixed-navbar [class*='n-o-t'].hidden-bg-img:before, .fixed-navbar [class*='n-o-t'].hidden-bg-img:after {
    display: block; }

.fixed-navbar .ft-none {
  display: none !important; }

/**************** templates / components / banner-after ****************/
@media (min-width: 992px) {
  .banner:hover .carousel-nav {
    opacity: 1; } }

/**************** templates / components / top-menu ****************/
@media (max-width: 991.98px) {
  .top-menu .card-item {
    margin: 0;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .top-menu .divider {
    border-bottom: 0 !important; }
  .tm-img {
    display: none; } }

@media (min-width: 992px) {
  .top-menu .nav-item {
    position: static; }
  .nd-mega {
    max-height: calc(100vh - 2.867rem - 5.33334rem - 3.6rem);
    overflow-y: auto;
    z-index: 5;
    pointer-events: none; }
  .show .nd-mega {
    pointer-events: auto; }
  .nd-r-r .nd-mega {
    left: auto;
    right: 2em;
    max-width: 1498px; }
  .nd-mega {
    width: calc(100% - 30px * 2); }
  .nd-c-l .nd-mega {
    left: 30px; }
  .navbar-dropdown-2 {
    position: static;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1; }
  .tm-sub .dd-i {
    padding: 0.33334em 0.5rem !important; }
  .tm-sub a {
    border-radius: 0.375rem !important; }
  .tm-sub-h {
    font-weight: 600 !important; }
  .tm-text {
    min-width: 0;
    background-color: transparent;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .tm-text .dd-i {
      font-size: 0.875em;
      padding: 0.1em 0.5rem !important; } }

@media (min-width: 992px) {
  .top-menu .dropdown-menu {
    text-align: center; }
  .tm-sub {
    width: 25%; } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .tm-sub {
      width: 20%; } }

@media (min-width: 992px) {
    .tm-sub .dd-i {
      margin: 0 -0.425rem;
      -ms-flex-pack: center;
      justify-content: center; }
  .tm-text li {
    display: inline-block; }
    .tm-text li:not(:last-child) a:after {
      content: ',';
      display: inline; } }

/**************** templates / Compare / view ****************/
.cmpr-right .carousel-item {
  -ms-flex-pack: start;
  justify-content: flex-start; }

.compare-content td {
  transition: all 0.25s ease-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .compare-content td {
      transition: none; } }

.carousel:not(.carousel-active) .c-compare-hide {
  visibility: hidden; }

/**************** templates / Order / all ****************/
/* Cart */
.cart-addon, .cart-addon td {
  border-top-width: 0 !important; }

.cart-addon td {
  padding-top: .2em;
  padding-bottom: .2em; }

@media (max-width: 991.98px) {
  .cart-addon {
    padding-top: 0 !important; }
    .cart-addon td:first-child {
      display: none; }
  .cart-input {
    margin-right: 50px; }
    .cart-input .form-control {
      width: 100%; } }

/* Shipment */
.shi-1 {
  width: 1em; }
  @media (min-width: 480px) {
    .shi-1 {
      width: 50px; } }
  .shi-1 .custom-control {
    min-height: 1.15em; }

.shi-2 label {
  margin-bottom: 0;
  vertical-align: middle;
  white-space: normal;
  max-width: 85%;
  display: inline; }

@media (min-width: 768px) {
  .shi-2 {
    width: 33vw; }
    .shi-2 label {
      max-width: 50%; } }

/**************** font-awesome / font-awesome-after ****************/
/**************** font-awesome / icons ****************/
/* 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: ""; }

.fa-music:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-search-plus:before {
  content: ""; }

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

.fa-road:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

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

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-pencil-square-o:before {
  content: ""; }

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

.fa-thumb-tack:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-facebook-f:before,
.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }
