@charset "UTF-8";
* {
    outline: 0 !important;
}

html {
    --primary-light-solid: #99dff9;
    --primary-extra-light: #e6f7fd;
    --primary-default: #00aeef;
    --secondary-default: #888;
    --gray-backgroud: #F9F9F9;
    --font-normal: normal 14px "Helvetica Neue LT Pro", Arial, sans-serif;
}

body {
    min-width: 1200px;
}

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

.kkv-only {
    display: block;
}

.corporate-only {
    display: none !important;
}

.private-only {
    display: none !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.cookie-message {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  font-size: 14px;
  color: #fff;
  padding: 10px 40px;
    background-color: rgba(0, 0, 0, 0.75);
}

  .cookie-message > span {
    display: inline-block;
    line-height: 44px;
}

  .cookie-message .btn.btn-sm, .cookie-message .btn-group-sm > .btn {
    text-decoration: none;
    float: right;
    line-height: 14px;
}

.body {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.sidebar {
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1000;
  width: 260px;
  color: #fff;
  background: #282828;
  height: 100%;
    overflow: hidden;
}

  .sidebar ul {
    list-style: none;
}

  .sidebar-nav {
    font-size: 14px;
    line-height: 1.42;
    margin: 0;
    padding-right: 20px;
    position: relative;
    height: 100%;
}

    .sidebar-nav li > span {
      position: relative;
      display: block;
      padding-top: 15px;
    padding-bottom: 15px;
}

    .sidebar-nav li > a {
      display: block;
      padding-top: 7px;
    padding-bottom: 7px;
}

    .sidebar-nav > li:last-of-type {
    margin-bottom: 5px;
}

    .sidebar-nav > li.nav-header > span {
      cursor: pointer;
      border-bottom: 1px solid #383838;
    transition: all .35s ease;
}

      .sidebar-nav > li.nav-header > span:after {
        display: inline-block;
        font-family: monospace;
        content: '+';
        position: absolute;
        color: #c8c8c8;
        right: 0;
        font-size: 20px;
        line-height: 12px;
        vertical-align: middle;
        width: 12px;
        height: 12px;
        font-weight: bold;
        top: 19px;
        transition: all .35s linear;
    transform-origin: 50% 50%;
}

      .sidebar-nav > li.nav-header > span.open:after {
        content: '-';
        transform: rotate(180deg);
        color: #fa6d16;
        font-size: 22px;
    top: 21px;
}

    .sidebar-nav > li.nav-header:hover > span {
    padding-left: 5px;
}

    .sidebar-nav > li.nav-header > ul {
      display: none;
    padding-top: 6px;
}

      .sidebar-nav > li.nav-header > ul a {
    font-weight: normal;
}

        .sidebar-nav > li.nav-header > ul a:hover {
    text-decoration: underline;
}

    .sidebar-nav a {
      color: #fff;
      text-decoration: none;
      display: block;
      font-weight: 14px;
      padding: 4px 5px;
      transition: color 0.2s ease;
      -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
}

      .sidebar-nav a:active, .sidebar-nav a:focus, .sidebar-nav a:hover {
    color: #fff;
}

    .sidebar-nav > li > ul {
    padding-left: 5px;
}

  .sidebar .companies {
    text-align: center;
    margin-top: 20px;
    padding: 5px 0 0;
}

    .sidebar .companies img {
    margin-left: -10px;
}

.brand-container {
  background: #3caded;
  padding-bottom: 15px;
  padding-top: 14px;
    height: 80px;
}

  .brand-container p.text {
    margin-bottom: 0;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    padding-right: 5px;
}

.brand {
  width: 58px;
  height: 46px;
  background: url(../images/logo-a.png) center center;
  display: block;
    margin-left: 5px;
}

/* Style switch */
.style-switch-wrapper {
  list-style: none;
  background-color: #202020;
  padding: 11px 20px;
    margin: 0;
}

.style-switch {
    position: relative;
}

  .style-switch-toggle {
    margin: 0;
    padding: 9px 24px 9px 0;
    display: block;
    position: relative;
    line-height: 1.45;
    cursor: pointer;
    color: #00aeef;
    font-weight: bold;
}

    .style-switch-toggle i {
      position: absolute;
      top: 50%;
      margin-top: -6px;
      right: 0;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
    color: #fa6d16;
}

      .style-switch-toggle i:before {
    font-size: 12px;
}

  .style-switch ul {
    width: 100%;
    padding: 0;
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1;
    list-style: none;
    background: #fff;
    color: #282828;
}

    .style-switch ul.open {
    display: block;
}

    .style-switch ul li {
      padding: 10px 15px;
      cursor: pointer;
      transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

      .style-switch ul li:hover, .style-switch ul li:focus {
        background: #00aeef;
    color: #fff;
}

.content-wrapper {
    position: relative;
}

.main {
  padding: 0;
  background: #fff;
  min-height: 1000px;
  margin-left: 260px;
  /*
    > h1 {
        margin-top: 0;
        color: $text-color;
    }
    > h2 {
        color: $brand-primary;
    }
    */
}

  .main > h1,
  .main > h2,
  .main > h3,
  .main > h4,
  .main > h5,
  .main > h6 {
    margin-bottom: 40px;
}

  .main > h1,
  .main > h2 {
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    background-color: #99dff9;
    color: #003767;
    margin: 0;
    padding-left: 96px;
    padding-top: 24px;
    padding-bottom: 24px;
}

  .main > h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    background-color: #e6f7fe;
    color: #003767;
    margin-top: 0;
    padding-left: 96px;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .main > h3 + h4 {
    margin-top: -40px;
}

  .main > h4 {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    background-color: #cceffc;
    color: #003767;
    margin-top: 0;
    padding-left: 96px;
    padding-top: 20px;
    padding-bottom: 20px;
}

  .main .block-content {
    margin: 20px 0 40px;
    padding-left: 96px;
    padding-right: 40px;
}

    .main .block-content .item-row-title {
      margin: 40px 0;
      font-size: 22px;
    color: #c8c8c8;
}

    .main .block-content.block-content--fullwidth {
      padding-left: 0;
    padding-right: 0;
}

      .main .block-content.block-content--fullwidth > .alert {
        padding-left: 96px;
    padding-right: 40px;
}

  .main .loading-container {
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    height: 100px;
}

    .main .loading-container .loader {
      position: absolute;
      left: 50%;
      top: 50%;
    margin: -20px 0 0 -20px;
}

  .main .table.image-sizes td:first-child {
    font-weight: bold;
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
  font-size: 2em;
    margin: 0.67em 0;
}

mark {
  background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
  box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

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

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
  font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue LT Pro", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #003767;
    background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
    line-height: inherit;
}

a {
  color: #00aeef;
    text-decoration: none;
}

  a:hover, a:focus {
    color: #0076a3;
    text-decoration: underline;
}

  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 4px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
    color: inherit;
}

  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
    margin-bottom: 10px;
}

  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
    margin-bottom: 10px;
}

  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%;
}

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
    line-height: 1.4;
}

  @media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

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

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

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase, .initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #00aeef;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0089bc;
}

.text-success {
    color: #2ecc71;
}

a.text-success:hover,
a.text-success:focus {
    color: #25a25a;
}

.text-info {
    color: #003767;
}

a.text-info:hover,
a.text-info:focus {
    color: #001c34;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #f53500;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #c22a00;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #00aeef;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #0089bc;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #e6f7fe;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #b5e7fc;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
    margin-bottom: 10px;
}

  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
    list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
    margin-left: -5px;
}

  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
  margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
        white-space: nowrap;
    }

  .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0;
}

  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777;
}

    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
    text-align: right;
}

  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: '';
}

  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
    line-height: 1.42857;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 4px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
    border-radius: 4px;
}

  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
    overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
    padding-right: 15px;
}

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

  .container:after {
    clear: both;
}

  @media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

  @media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

  @media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
    padding-right: 15px;
}

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

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

.row {
  margin-left: -15px;
    margin-right: -15px;
}

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

  .row:after {
    clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

  .col-sm-1 {
        width: 8.33333%;
    }

  .col-sm-2 {
        width: 16.66667%;
    }

  .col-sm-3 {
        width: 25%;
    }

  .col-sm-4 {
        width: 33.33333%;
    }

  .col-sm-5 {
        width: 41.66667%;
    }

  .col-sm-6 {
        width: 50%;
    }

  .col-sm-7 {
        width: 58.33333%;
    }

  .col-sm-8 {
        width: 66.66667%;
    }

  .col-sm-9 {
        width: 75%;
    }

  .col-sm-10 {
        width: 83.33333%;
    }

  .col-sm-11 {
        width: 91.66667%;
    }

  .col-sm-12 {
        width: 100%;
    }

  .col-sm-pull-0 {
        right: auto;
    }

  .col-sm-pull-1 {
        right: 8.33333%;
    }

  .col-sm-pull-2 {
        right: 16.66667%;
    }

  .col-sm-pull-3 {
        right: 25%;
    }

  .col-sm-pull-4 {
        right: 33.33333%;
    }

  .col-sm-pull-5 {
        right: 41.66667%;
    }

  .col-sm-pull-6 {
        right: 50%;
    }

  .col-sm-pull-7 {
        right: 58.33333%;
    }

  .col-sm-pull-8 {
        right: 66.66667%;
    }

  .col-sm-pull-9 {
        right: 75%;
    }

  .col-sm-pull-10 {
        right: 83.33333%;
    }

  .col-sm-pull-11 {
        right: 91.66667%;
    }

  .col-sm-pull-12 {
        right: 100%;
    }

  .col-sm-push-0 {
        left: auto;
    }

  .col-sm-push-1 {
        left: 8.33333%;
    }

  .col-sm-push-2 {
        left: 16.66667%;
    }

  .col-sm-push-3 {
        left: 25%;
    }

  .col-sm-push-4 {
        left: 33.33333%;
    }

  .col-sm-push-5 {
        left: 41.66667%;
    }

  .col-sm-push-6 {
        left: 50%;
    }

  .col-sm-push-7 {
        left: 58.33333%;
    }

  .col-sm-push-8 {
        left: 66.66667%;
    }

  .col-sm-push-9 {
        left: 75%;
    }

  .col-sm-push-10 {
        left: 83.33333%;
    }

  .col-sm-push-11 {
        left: 91.66667%;
    }

  .col-sm-push-12 {
        left: 100%;
    }

  .col-sm-offset-0 {
        margin-left: 0%;
    }

  .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

  .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

  .col-sm-offset-3 {
        margin-left: 25%;
    }

  .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

  .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

  .col-sm-offset-6 {
        margin-left: 50%;
    }

  .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

  .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

  .col-sm-offset-9 {
        margin-left: 75%;
    }

  .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

  .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

  .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

  .col-md-1 {
        width: 8.33333%;
    }

  .col-md-2 {
        width: 16.66667%;
    }

  .col-md-3 {
        width: 25%;
    }

  .col-md-4 {
        width: 33.33333%;
    }

  .col-md-5 {
        width: 41.66667%;
    }

  .col-md-6 {
        width: 50%;
    }

  .col-md-7 {
        width: 58.33333%;
    }

  .col-md-8 {
        width: 66.66667%;
    }

  .col-md-9 {
        width: 75%;
    }

  .col-md-10 {
        width: 83.33333%;
    }

  .col-md-11 {
        width: 91.66667%;
    }

  .col-md-12 {
        width: 100%;
    }

  .col-md-pull-0 {
        right: auto;
    }

  .col-md-pull-1 {
        right: 8.33333%;
    }

  .col-md-pull-2 {
        right: 16.66667%;
    }

  .col-md-pull-3 {
        right: 25%;
    }

  .col-md-pull-4 {
        right: 33.33333%;
    }

  .col-md-pull-5 {
        right: 41.66667%;
    }

  .col-md-pull-6 {
        right: 50%;
    }

  .col-md-pull-7 {
        right: 58.33333%;
    }

  .col-md-pull-8 {
        right: 66.66667%;
    }

  .col-md-pull-9 {
        right: 75%;
    }

  .col-md-pull-10 {
        right: 83.33333%;
    }

  .col-md-pull-11 {
        right: 91.66667%;
    }

  .col-md-pull-12 {
        right: 100%;
    }

  .col-md-push-0 {
        left: auto;
    }

  .col-md-push-1 {
        left: 8.33333%;
    }

  .col-md-push-2 {
        left: 16.66667%;
    }

  .col-md-push-3 {
        left: 25%;
    }

  .col-md-push-4 {
        left: 33.33333%;
    }

  .col-md-push-5 {
        left: 41.66667%;
    }

  .col-md-push-6 {
        left: 50%;
    }

  .col-md-push-7 {
        left: 58.33333%;
    }

  .col-md-push-8 {
        left: 66.66667%;
    }

  .col-md-push-9 {
        left: 75%;
    }

  .col-md-push-10 {
        left: 83.33333%;
    }

  .col-md-push-11 {
        left: 91.66667%;
    }

  .col-md-push-12 {
        left: 100%;
    }

  .col-md-offset-0 {
        margin-left: 0%;
    }

  .col-md-offset-1 {
        margin-left: 8.33333%;
    }

  .col-md-offset-2 {
        margin-left: 16.66667%;
    }

  .col-md-offset-3 {
        margin-left: 25%;
    }

  .col-md-offset-4 {
        margin-left: 33.33333%;
    }

  .col-md-offset-5 {
        margin-left: 41.66667%;
    }

  .col-md-offset-6 {
        margin-left: 50%;
    }

  .col-md-offset-7 {
        margin-left: 58.33333%;
    }

  .col-md-offset-8 {
        margin-left: 66.66667%;
    }

  .col-md-offset-9 {
        margin-left: 75%;
    }

  .col-md-offset-10 {
        margin-left: 83.33333%;
    }

  .col-md-offset-11 {
        margin-left: 91.66667%;
    }

  .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

  .col-lg-1 {
        width: 8.33333%;
    }

  .col-lg-2 {
        width: 16.66667%;
    }

  .col-lg-3 {
        width: 25%;
    }

  .col-lg-4 {
        width: 33.33333%;
    }

  .col-lg-5 {
        width: 41.66667%;
    }

  .col-lg-6 {
        width: 50%;
    }

  .col-lg-7 {
        width: 58.33333%;
    }

  .col-lg-8 {
        width: 66.66667%;
    }

  .col-lg-9 {
        width: 75%;
    }

  .col-lg-10 {
        width: 83.33333%;
    }

  .col-lg-11 {
        width: 91.66667%;
    }

  .col-lg-12 {
        width: 100%;
    }

  .col-lg-pull-0 {
        right: auto;
    }

  .col-lg-pull-1 {
        right: 8.33333%;
    }

  .col-lg-pull-2 {
        right: 16.66667%;
    }

  .col-lg-pull-3 {
        right: 25%;
    }

  .col-lg-pull-4 {
        right: 33.33333%;
    }

  .col-lg-pull-5 {
        right: 41.66667%;
    }

  .col-lg-pull-6 {
        right: 50%;
    }

  .col-lg-pull-7 {
        right: 58.33333%;
    }

  .col-lg-pull-8 {
        right: 66.66667%;
    }

  .col-lg-pull-9 {
        right: 75%;
    }

  .col-lg-pull-10 {
        right: 83.33333%;
    }

  .col-lg-pull-11 {
        right: 91.66667%;
    }

  .col-lg-pull-12 {
        right: 100%;
    }

  .col-lg-push-0 {
        left: auto;
    }

  .col-lg-push-1 {
        left: 8.33333%;
    }

  .col-lg-push-2 {
        left: 16.66667%;
    }

  .col-lg-push-3 {
        left: 25%;
    }

  .col-lg-push-4 {
        left: 33.33333%;
    }

  .col-lg-push-5 {
        left: 41.66667%;
    }

  .col-lg-push-6 {
        left: 50%;
    }

  .col-lg-push-7 {
        left: 58.33333%;
    }

  .col-lg-push-8 {
        left: 66.66667%;
    }

  .col-lg-push-9 {
        left: 75%;
    }

  .col-lg-push-10 {
        left: 83.33333%;
    }

  .col-lg-push-11 {
        left: 91.66667%;
    }

  .col-lg-push-12 {
        left: 100%;
    }

  .col-lg-offset-0 {
        margin-left: 0%;
    }

  .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

  .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

  .col-lg-offset-3 {
        margin-left: 25%;
    }

  .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

  .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

  .col-lg-offset-6 {
        margin-left: 50%;
    }

  .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

  .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

  .col-lg-offset-9 {
        margin-left: 75%;
    }

  .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

  .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

  .col-lg-offset-12 {
        margin-left: 100%;
    }
}

table {
    background-color: transparent;
}

caption {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
    margin-bottom: 20px;
}

  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 10px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #cceffc;
}

  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #cceffc;
}

  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

  .table > tbody + tbody {
    border-top: 2px solid #cceffc;
}

  .table .table {
    background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #cceffc;
}

  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #cceffc;
}

  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

/*.table-striped > tbody > tr:nth-of-type(odd) {*/
    /*background-color: #e6f7fe;*/
/*}*/

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: #e6f7fe;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #cdeffd;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #cceffc; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
    min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
  display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
  display: block;
  padding-top: 9px;
  font-size: 14px;
  line-height: 1.42857;
    color: #666;
}

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #99dff9;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

  .form-control:focus {
    border-color: #00aeef;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 174, 239, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 174, 239, 0.6);
}

  .form-control::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

  .form-control:-ms-input-placeholder {
    color: #ccc;
}

  .form-control::-webkit-input-placeholder {
    color: #ccc;
}

  .form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #f7f7f7;
    opacity: 1;
}

  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
        line-height: 38px;
    }

  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
        line-height: 28px;
    }

  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
        line-height: 58px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
    margin-bottom: 10px;
}

  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
    margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
    cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
    cursor: not-allowed;
}

.form-control-static {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
    min-height: 34px;
}

  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 1.5;
    border-radius: 4px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 28px;
    line-height: 28px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-sm .form-control {
  height: 28px;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 1.5;
    border-radius: 4px;
}

.form-group-sm select.form-control {
  height: 28px;
    line-height: 28px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
  height: 28px;
  min-height: 32px;
  padding: 5px 6px;
  font-size: 12px;
    line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 58px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 1.33333;
    border-radius: 4px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 58px;
    line-height: 58px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-lg .form-control {
  height: 58px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 1.33333;
    border-radius: 4px;
}

.form-group-lg select.form-control {
  height: 58px;
    line-height: 58px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
  height: 58px;
  min-height: 38px;
  padding: 17px 24px;
  font-size: 18px;
    line-height: 1.33333;
}

.has-feedback {
    position: relative;
}

  .has-feedback .form-control {
    padding-right: 47.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 58px;
  height: 58px;
    line-height: 58px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 28px;
  height: 28px;
    line-height: 28px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #2ecc71;
}

.has-success .form-control {
  border-color: #2ecc71;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

  .has-success .form-control:focus {
    border-color: #25a25a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ee2a8;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ee2a8;
}

.has-success .input-group-addon {
  color: #2ecc71;
  border-color: #2ecc71;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #2ecc71;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #f53500;
}

.has-error .form-control {
  border-color: #f53500;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

  .has-error .form-control:focus {
    border-color: #c22a00;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff7f5c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff7f5c;
}

.has-error .input-group-addon {
  color: #f53500;
  border-color: #f53500;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #f53500;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
    color: #007be7;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
        vertical-align: middle;
    }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
        vertical-align: middle;
    }

  .form-inline .form-control-static {
        display: inline-block;
    }

  .form-inline .input-group {
    display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }

  .form-inline .input-group > .form-control {
        width: 100%;
    }

  .form-inline .control-label {
    margin-bottom: 0;
        vertical-align: middle;
    }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
        margin-left: 0;
    }

  .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
    padding-top: 9px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 29px;
}

.form-horizontal .form-group {
  margin-left: -15px;
    margin-right: -15px;
}

  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table;
}

  .form-horizontal .form-group:after {
    clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
        padding-top: 9px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 17px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 5px;
        font-size: 12px;
    }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
    user-select: none;
}

  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
}

  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
    border-color: #ccc;
}

  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
    border-color: #8c8c8c;
}

  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none;
}

  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

  .btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #fa6d16;
    border-color: #fa6d16;
}

  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #d85505;
    border-color: #8d3803;
}

  .btn-primary:hover {
    color: #fff;
    background-color: #d85505;
    border-color: #ce5104;
}

  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #d85505;
    border-color: #ce5104;
}

    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #b54804;
    border-color: #8d3803;
}

  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none;
}

  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #fa6d16;
    border-color: #fa6d16;
}

  .btn-primary .badge {
    color: #fa6d16;
    background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
    border-color: #4cae4c;
}

  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}

  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
    border-color: #255625;
}

  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none;
}

  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
    border-color: #46b8da;
}

  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}

  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
    border-color: #1b6d85;
}

  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none;
}

  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
}

  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
    border-color: #eea236;
}

  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}

  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
    border-color: #985f0d;
}

  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none;
}

  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}

  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
    border-color: #d43f3a;
}

  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
    border-color: #761c19;
}

  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none;
}

  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}

  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link, .attachment-name {
  color: #00aeef;
  font-weight: normal;
    border-radius: 0;
}

  .btn-link, .attachment-name, .btn-link:active, .attachment-name:active, .btn-link.active, .active.attachment-name, .btn-link[disabled], [disabled].attachment-name,
  fieldset[disabled] .btn-link,
  fieldset[disabled] .attachment-name {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

  .btn-link, .attachment-name, .btn-link:hover, .attachment-name:hover, .btn-link:focus, .attachment-name:focus, .btn-link:active, .attachment-name:active {
    border-color: transparent;
}

  .btn-link:hover, .attachment-name:hover, .btn-link:focus, .attachment-name:focus {
    color: #0076a3;
    text-decoration: underline;
    background-color: transparent;
}

  .btn-link[disabled]:hover, [disabled].attachment-name:hover, .btn-link[disabled]:focus, [disabled].attachment-name:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .attachment-name:hover,
  fieldset[disabled] .btn-link:focus,
  fieldset[disabled] .attachment-name:focus {
    color: #777777;
    text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 16px 24px;
  font-size: 18px;
  line-height: 1.33333;
    border-radius: 4px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 4px 6px;
  font-size: 12px;
  line-height: 1.5;
    border-radius: 4px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 3px;
  font-size: 12px;
  line-height: 1.5;
    border-radius: 4px;
}

.btn-block {
  display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

  .fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

  .collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

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

  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
    background-color: #00aeef;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
        left: auto;
    }

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
    vertical-align: middle;
}

  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left;
}

    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
    z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table;
}

  .btn-toolbar:after {
    clear: both;
}

  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left;
}

  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

  .btn-group.open .dropdown-toggle.btn-link, .btn-group.open .dropdown-toggle.attachment-name {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
    display: table;
}

.btn-group-vertical > .btn-group:after {
    clear: both;
}

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
    border-collapse: separate;
}

  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

  .btn-group-justified > .btn-group .btn {
    width: 100%;
}

  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
    border-collapse: separate;
}

  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

    .input-group .form-control:focus {
    z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #666;
  text-align: center;
  background-color: transparent;
  border: 1px solid #99dff9;
    border-radius: 4px;
}

  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 4px 6px;
    font-size: 12px;
    border-radius: 4px;
}

  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 16px 24px;
    font-size: 18px;
    border-radius: 4px;
}

  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
    white-space: nowrap;
}

  .input-group-btn > .btn {
    position: relative;
}

    .input-group-btn > .btn + .btn {
    margin-left: -1px;
}

    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 2;
}

  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
    list-style: none;
}

  .nav:before, .nav:after {
    content: " ";
    display: table;
}

  .nav:after {
    clear: both;
}

  .nav > li {
    position: relative;
    display: block;
}

    .nav > li > a {
      position: relative;
      display: block;
    padding: 10px 15px;
}

      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
    background-color: #eeeeee;
}

    .nav > li.disabled > a {
    color: #777777;
}

      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
    cursor: not-allowed;
}

  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #00aeef;
}

  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

  .nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #00aeef;
}

  .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

      .nav-tabs > li > a:hover {
    border-color: #ccc #ccc #00aeef;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #003767;
      background-color: #fff;
      border: 1px solid #ccc;
      border-bottom-color: transparent;
    cursor: default;
}

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

  .nav-pills > li > a {
    border-radius: 4px;
}

  .nav-pills > li + li {
    margin-left: 2px;
}

  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #00aeef;
}

.nav-stacked > li {
    float: none;
}

  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}

  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none;
}

    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
    margin-bottom: 5px;
}

  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
        width: 1%;
    }

      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}

  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
    border: 1px solid transparent;
}

  .navbar:before, .navbar:after {
    content: " ";
    display: table;
}

  .navbar:after {
    clear: both;
}

  @media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
        float: left;
    }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table;
}

  .navbar-collapse:after {
    clear: both;
}

  .navbar-collapse.in {
    overflow-y: auto;
}

  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
        box-shadow: none;
    }

      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

      .navbar-collapse.in {
        overflow-y: visible;
    }

      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
    margin-left: -15px;
}

  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
  z-index: 1000;
    border-width: 0 0 1px;
}

  @media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
    z-index: 1030;
}

  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
  top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
    height: 50px;
}

  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}

  .navbar-brand > img {
    display: block;
}

  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
    border-radius: 4px;
}

  .navbar-toggle:focus {
    outline: 0;
}

  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

  @media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
        box-shadow: none;
    }

      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}

  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
        margin: 0;
    }

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

        .navbar-nav > li > a {
          padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6px;
    margin-bottom: 6px;
}

  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
      display: inline-block;
      width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
      display: inline-table;
        vertical-align: middle;
    }

      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto;
    }

    .navbar-form .input-group > .form-control {
        width: 100%;
    }

    .navbar-form .control-label {
      margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
        vertical-align: middle;
    }

      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0;
    }

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
        margin-left: 0;
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

  @media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

      .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 6px;
    margin-bottom: 6px;
}

  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 11px;
    margin-bottom: 11px;
}

  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
    margin-bottom: 15px;
}

  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 768px) {
  .navbar-left {
        float: left !important;
    }

  .navbar-right {
    float: right !important;
        margin-right: -15px;
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
  background-color: #f8f8f8;
    border-color: #e7e7e7;
}

  .navbar-default .navbar-brand {
    color: #777;
}

    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
    background-color: transparent;
}

  .navbar-default .navbar-text {
    color: #777;
}

  .navbar-default .navbar-nav > li > a {
    color: #777;
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
    background-color: transparent;
}

  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}

  .navbar-default .navbar-toggle {
    border-color: #ddd;
}

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

    .navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7;
}

  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555;
}

  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
        background-color: transparent;
    }
}

  .navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
    color: #333;
}

  .navbar-default .btn-link, .navbar-default .attachment-name {
    color: #777;
}

    .navbar-default .btn-link:hover, .navbar-default .attachment-name:hover, .navbar-default .btn-link:focus, .navbar-default .attachment-name:focus {
    color: #333;
}

    .navbar-default .btn-link[disabled]:hover, .navbar-default [disabled].attachment-name:hover, .navbar-default .btn-link[disabled]:focus, .navbar-default [disabled].attachment-name:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .attachment-name:hover,
    fieldset[disabled] .navbar-default .btn-link:focus,
    fieldset[disabled] .navbar-default .attachment-name:focus {
    color: #ccc;
}

.navbar-inverse {
  background-color: #222;
    border-color: #090909;
}

  .navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
    background-color: transparent;
}

  .navbar-inverse .navbar-text {
    color: #9d9d9d;
}

  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
    background-color: transparent;
}

  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909;
}

  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}

  .navbar-inverse .navbar-toggle {
    border-color: #333;
}

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

    .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010;
}

  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff;
}

  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
        background-color: transparent;
    }
}

  .navbar-inverse .navbar-link {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover {
    color: #fff;
}

  .navbar-inverse .btn-link, .navbar-inverse .attachment-name {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:hover, .navbar-inverse .attachment-name:hover, .navbar-inverse .btn-link:focus, .navbar-inverse .attachment-name:focus {
    color: #fff;
}

    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse [disabled].attachment-name:hover, .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse [disabled].attachment-name:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .attachment-name:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus,
    fieldset[disabled] .navbar-inverse .attachment-name:focus {
    color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
    border-radius: 4px;
}

  .breadcrumb > li {
    display: inline-block;
}

    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
    color: #ccc;
}

  .breadcrumb > .active {
    color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
    border-radius: 4px;
}

  .pagination > li {
    display: inline;
}

    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 8px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #666;
      background-color: #fff;
      border: 1px solid #ebebeb;
    margin-left: -1px;
}

    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #4d4d4d;
    background-color: #fff;
    border-color: #ddd;
}

  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #00aeef;
    background-color: #fff;
    border-color: #ebebeb;
    cursor: default;
}

  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 16px 24px;
  font-size: 18px;
    line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 4px 6px;
  font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
    text-align: center;
}

  .pager:before, .pager:after {
    content: " ";
    display: table;
}

  .pager:after {
    clear: both;
}

  .pager li {
    display: inline;
}

    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ebebeb;
    border-radius: 15px;
}

    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
    background-color: #fff;
}

  .pager .next > a,
  .pager .next > span {
    float: right;
}

  .pager .previous > a,
  .pager .previous > span {
    float: left;
}

  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
    border-radius: .25em;
}

  .label:empty {
    display: none;
}

  .btn .label {
    position: relative;
    top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
    cursor: pointer;
}

.label-default {
    background-color: #777777;
}

  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e;
}

.label-primary {
    background-color: #00aeef;
}

  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #0089bc;
}

.label-success {
    background-color: #5cb85c;
}

  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
    border-radius: 10px;
}

  .badge:empty {
    display: none;
}

  .btn .badge {
    position: relative;
    top: -1px;
}

  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #00aeef;
    background-color: #fff;
}

  .list-group-item > .badge {
    float: right;
}

  .list-group-item > .badge + .badge {
    margin-right: 5px;
}

  .nav-pills > li > a > .badge {
    margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
    cursor: pointer;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

  .thumbnail .caption {
    padding: 9px;
    color: #003767;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #00aeef;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
    border-radius: 4px;
}

  .alert h4 {
    margin-top: 0;
    color: inherit;
}

  .alert .alert-link {
    font-weight: bold;
}

  .alert > p,
  .alert > ul {
    margin-bottom: 0;
}

  .alert > p + p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #2ecc71;
    color: #2ecc71;
}

  .alert-success hr {
    border-top-color: #29b765;
}

  .alert-success .alert-link {
    color: #25a25a;
}

.alert-info {
  background-color: #e6f7fe;
  border-color: #cceffc;
    color: #003767;
}

  .alert-info hr {
    border-top-color: #b4e7fb;
}

  .alert-info .alert-link {
    color: #001c34;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
    color: #8a6d3b;
}

  .alert-warning hr {
    border-top-color: #f7e1b5;
}

  .alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #f53500;
    color: #f53500;
}

  .alert-danger hr {
    border-top-color: #dc2f00;
}

  .alert-danger .alert-link {
    color: #c22a00;
}

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

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

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #00aeef;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
    margin-top: 15px;
}

  .media:first-child {
    margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

  .media-object.img-thumbnail {
    max-width: none;
}

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
    vertical-align: top;
}

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

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

.media-heading {
  margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
    list-style: none;
}

.list-group {
  margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
    border: 1px solid #ddd;
}

  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
    color: #555;
}

  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333;
}

  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
    text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
    cursor: not-allowed;
}

  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #00aeef;
    border-color: #00aeef;
}

  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}

  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #bcedff;
}

.list-group-item-success {
  color: #2ecc71;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #2ecc71;
}

  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #2ecc71;
    background-color: #d0e9c6;
}

  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #2ecc71;
    border-color: #2ecc71;
}

.list-group-item-info {
  color: #003767;
    background-color: #e6f7fe;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #003767;
}

  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #003767;
    background-color: #cdeffd;
}

  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #003767;
    border-color: #003767;
}

.list-group-item-warning {
  color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #f53500;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #f53500;
}

  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #f53500;
    background-color: #ebcccc;
}

  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #f53500;
    border-color: #f53500;
}

.list-group-item-heading {
  margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
    line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

  .panel-body:before, .panel-body:after {
    content: " ";
    display: table;
}

  .panel-body:after {
    clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
    color: inherit;
}

  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #cceffc;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}

  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

    .panel-group .panel + .panel {
    margin-top: 5px;
}

  .panel-group .panel-heading {
    border-bottom: 0;
}

    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}

  .panel-group .panel-footer {
    border-top: 0;
}

    .panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}

    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
    background-color: #333333;
}

  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #e6f7fe;
}

  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #00aeef;
    border-color: #e6f7fe;
}

    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #e6f7fe;
}

    .panel-primary > .panel-heading .badge {
      color: #00aeef;
    background-color: #fff;
}

  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #e6f7fe;
}

.panel-success {
    border-color: #2ecc71;
}

  .panel-success > .panel-heading {
    color: #2ecc71;
    background-color: #dff0d8;
    border-color: #2ecc71;
}

    .panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #2ecc71;
}

    .panel-success > .panel-heading .badge {
      color: #dff0d8;
    background-color: #2ecc71;
}

  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #2ecc71;
}

.panel-info {
    border-color: #cceffc;
}

  .panel-info > .panel-heading {
    color: #003767;
    background-color: #e6f7fe;
    border-color: #cceffc;
}

    .panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #cceffc;
}

    .panel-info > .panel-heading .badge {
      color: #e6f7fe;
    background-color: #003767;
}

  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #cceffc;
}

.panel-warning {
    border-color: #faebcc;
}

  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}

    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
    background-color: #8a6d3b;
}

  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #f53500;
}

  .panel-danger > .panel-heading {
    color: #f53500;
    background-color: #f2dede;
    border-color: #f53500;
}

    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #f53500;
}

    .panel-danger > .panel-heading .badge {
      color: #f2dede;
    background-color: #f53500;
}

  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #f53500;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
    overflow: hidden;
}

  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
    filter: alpha(opacity=20);
}

  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
    outline: 0;
}

  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
    margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
    background-color: #000;
}

  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

  .modal-header:before, .modal-header:after {
    content: " ";
    display: table;
}

  .modal-header:after {
    clear: both;
}

.modal-header .close {
    margin-top: -2px;
}

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

.modal-body {
  position: relative;
    padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
    border-top: 1px solid #e5e5e5;
}

  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

  .modal-footer:after {
    clear: both;
}

  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

  .modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
        margin: 30px auto;
    }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

  .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
  .modal-lg {
        width: 900px;
    }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue LT Pro", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
    filter: alpha(opacity=0);
}

  .tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

  .tooltip.top {
    margin-top: -3px;
    padding: 7px 0;
}

  .tooltip.right {
    margin-left: 3px;
    padding: 0 7px;
}

  .tooltip.bottom {
    margin-top: 3px;
    padding: 7px 0;
}

  .tooltip.left {
    margin-left: -3px;
    padding: 0 7px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #666;
  text-align: center;
  background-color: #f9f9f9;
    border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -7px;
  border-width: 7px 7px 0;
    border-top-color: #00aeef;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 7px;
  margin-bottom: -7px;
  border-width: 7px 7px 0;
    border-top-color: #00aeef;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 7px;
  margin-bottom: -7px;
  border-width: 7px 7px 0;
    border-top-color: #00aeef;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -7px;
  border-width: 7px 7px 7px 0;
    border-right-color: #00aeef;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -7px;
  border-width: 7px 0 7px 7px;
    border-left-color: #00aeef;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -7px;
  border-width: 0 7px 7px;
    border-bottom-color: #00aeef;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 7px;
  margin-top: -7px;
  border-width: 0 7px 7px;
    border-bottom-color: #00aeef;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 7px;
  margin-top: -7px;
  border-width: 0 7px 7px;
    border-bottom-color: #00aeef;
}

.carousel {
    position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
    width: 100%;
}

  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
    line-height: 1;
}

    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
        left: 0;
    }

        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
        left: 0;
    }

        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
        left: 0;
    }
}

  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block;
}

  .carousel-inner > .active {
    left: 0;
}

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

  .carousel-inner > .next {
    left: 100%;
}

  .carousel-inner > .prev {
    left: -100%;
}

  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0;
}

  .carousel-inner > .active.left {
    left: -100%;
}

  .carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent;
}

  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}

  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}

  .carousel-control .icon-prev:before {
    content: '\2039';
}

  .carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
    text-align: center;
}

  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
}

  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

  .carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
        font-size: 30px;
    }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
        margin-left: -10px;
    }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
        margin-right: -10px;
    }

  .carousel-caption {
    left: 20%;
    right: 20%;
        padding-bottom: 30px;
    }

  .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .clearfix:after {
  content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

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

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

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

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

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

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
        display: block !important;
    }

  table.visible-xs {
        display: table !important;
    }

  tr.visible-xs {
        display: table-row !important;
    }

  th.visible-xs,
  td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
  .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
  .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
        display: block !important;
    }

  table.visible-sm {
        display: table !important;
    }

  tr.visible-sm {
        display: table-row !important;
    }

  th.visible-sm,
  td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
        display: block !important;
    }

  table.visible-md {
        display: table !important;
    }

  tr.visible-md {
        display: table-row !important;
    }

  th.visible-md,
  td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
  .visible-lg {
        display: block !important;
    }

  table.visible-lg {
        display: table !important;
    }

  tr.visible-lg {
        display: table-row !important;
    }

  th.visible-lg,
  td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
  .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
        display: inline-block !important;
    }
}

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

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
  .hidden-lg {
        display: none !important;
    }
}

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

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

  table.visible-print {
        display: table !important;
    }

  tr.visible-print {
        display: table-row !important;
    }

  th.visible-print,
  td.visible-print {
        display: table-cell !important;
    }
}

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

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

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

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

.visible-print-inline-block {
    display: none !important;
}

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

@media print {
  .hidden-print {
        display: none !important;
    }
}

/*
 *  Alloy UI: BSD License (https://github.com/liferay/alloy-ui/blob/master/LICENSE.md)
 */
@font-face {
  font-family: 'fontawesome-alloy';
  src: url("../fonts/fontawesome-alloy.eot");
  src: url("../fonts/fontawesome-alloy.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-alloy.woff") format("woff"), url("../fonts/fontawesome-alloy.ttf") format("truetype"), url("../fonts/fontawesome-alloy.svg#fontawesome-alloy") format("svg");
  font-weight: normal;
    font-style: normal;
}

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

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
[class*="fa-"] {
  font-family: 'fontawesome-alloy';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.fa-caret-bottom-right:before {
    content: "\e016";
}

.fa-glass:before {
    content: "\f000";
}

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

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

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

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

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

.fa-star-empty: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-ok:before {
    content: "\f00c";
}

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

.fa-zoom-in:before {
    content: "\f00e";
}

.fa-zoom-out:before {
    content: "\f010";
}

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

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

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

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

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

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

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

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

.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-align-justify:before {
    content: "\f039";
}

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

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

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

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

.fa-picture: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 {
    content: "\f044";
}

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

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

.fa-move: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-minus-sign:before {
    content: "\f056";
}

.fa-remove-sign:before {
    content: "\f057";
}

.fa-ok-sign:before {
    content: "\f058";
}

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

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

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

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

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

.fa-ban-circle: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-share-alt:before {
    content: "\f064";
}

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

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

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

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

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

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

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

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

.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-close:before {
    content: "\f07b";
}

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

.fa-resize-vertical:before {
    content: "\f07d";
}

.fa-resize-horizontal:before {
    content: "\f07e";
}

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

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

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

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

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

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

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

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

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

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

.fa-signin:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-sign:before {
    content: "\f092";
}

.fa-upload-alt:before {
    content: "\f093";
}

.fa-lemon:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

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

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

.fa-phone-sign:before {
    content: "\f098";
}

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

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

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0a2";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-right:before {
    content: "\f0a4";
}

.fa-hand-left:before {
    content: "\f0a5";
}

.fa-hand-up:before {
    content: "\f0a6";
}

.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-fullscreen:before {
    content: "\f0b2";
}

.fa-group:before {
    content: "\f0c0";
}

.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-beaker:before {
    content: "\f0c3";
}

.fa-cut:before {
    content: "\f0c4";
}

.fa-copy:before {
    content: "\f0c5";
}

.fa-paper-clip:before {
    content: "\f0c6";
}

.fa-save:before {
    content: "\f0c7";
}

.fa-sign-blank:before {
    content: "\f0c8";
}

.fa-reorder: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-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-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-up:before {
    content: "\f0de";
}

.fa-envelope-alt:before {
    content: "\f0e0";
}

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

.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before {
    content: "\f0e3";
}

.fa-dashboard:before {
    content: "\f0e4";
}

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

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

.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before {
    content: "\f0ea";
}

.fa-lightbulb:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-bell-alt:before {
    content: "\f0f3";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-food:before {
    content: "\f0f5";
}

.fa-file-alt:before {
    content: "\f0f6";
}

.fa-building:before {
    content: "\f0f7";
}

.fa-hospital: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-sign:before {
    content: "\f0fd";
}

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

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

.fa-double-angle-right:before {
    content: "\f101";
}

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

.fa-double-angle-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-spinner:before {
    content: "\f110";
}

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

.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-close-alt:before {
    content: "\f114";
}

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

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

.fa-collapse-alt:before {
    content: "\f117";
}

.fa-smile:before {
    content: "\f118";
}

.fa-frown:before {
    content: "\f119";
}

.fa-meh:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard:before {
    content: "\f11c";
}

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

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

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-reply-all:before {
    content: "\f122";
}

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

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

.fa-crop:before {
    content: "\f125";
}

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

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-off:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

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

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

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

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

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

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

.fa-chevron-sign-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-horizontal:before {
    content: "\f141";
}

.fa-ellipsis-vertical:before {
    content: "\f142";
}

.fa-rss-sign:before {
    content: "\f143";
}

.fa-fb-boolean:before {
    content: "\e008";
}

.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-step-forward:before {
    content: "\f051";
}

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

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

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

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

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

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

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

.fa-warning-sign:before {
    content: "\f071";
}

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

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

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

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

.fa-pushpin:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-hand-down:before {
    content: "\f0a7";
}

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

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

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

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

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-sign:before {
    content: "\f0d3";
}

.fa-google-plus-sign:before {
    content: "\f0d4";
}

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

.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-tablet:before {
    content: "\f10a";
}

.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-blank:before {
    content: "\f10c";
}

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

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

.fa-unlink:before {
    content: "\f127";
}

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

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

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

.fa-superscript:before {
    content: "\f12b";
}

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

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-sign-alt:before {
    content: "\f146";
}

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

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

.fa-sort-by-attributes-alt:before {
    content: "\f161";
}

.fa-sort-by-order:before {
    content: "\f162";
}

.fa-sort-by-order-alt:before {
    content: "\f163";
}

.fa-thumbs-up-2:before {
    content: "\f164";
}

.fa-thumbs-down-2:before {
    content: "\f165";
}

.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-level-down:before {
    content: "\f149";
}

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

.fa-edit-sign:before {
    content: "\f14b";
}

.fa-external-link-sign:before {
    content: "\f14c";
}

.fa-share-sign:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-collapse:before {
    content: "\f150";
}

.fa-collapse-top:before {
    content: "\f151";
}

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

.fa-euro:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before {
    content: "\f155";
}

.fa-rupee:before {
    content: "\f156";
}

.fa-yen:before {
    content: "\f157";
}

.fa-renminbi:before {
    content: "\f158";
}

.fa-won:before {
    content: "\f159";
}

.fa-bitcoin:before {
    content: "\f15a";
}

.fa-file-2:before {
    content: "\f15b";
}

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

.fa-sort-by-alphabet:before {
    content: "\f15d";
}

.fa-sort-by-alphabet-alt:before {
    content: "\f15e";
}

.fa-sort-by-attributes:before {
    content: "\f160";
}

.fa-youtube-sign:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-sign:before {
    content: "\f169";
}

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

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stackexchange: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-sign:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-sign: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-male:before {
    content: "\f183";
}

.fa-gittip:before {
    content: "\f184";
}

.fa-sun:before {
    content: "\f185";
}

.fa-moon: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-time:before {
    content: "\f017";
}

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

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

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

.fa-upload:before {
    content: "\f01b";
}

.fa-db-joinxor:before {
    content: "\e006";
}

.fa-db-state:before {
    content: "\e009";
}

.fa-db-start:before {
    content: "\e00b";
}

.fa-db-end:before {
    content: "\e00a";
}

.fa-db-fork:before {
    content: "\e00c";
}

.fa-db-condition:before {
    content: "\e00e";
}

.fa-db-task:before {
    content: "\e00d";
}

.fa-db-join:before {
    content: "\e00f";
}

.fa-fb-button:before {
    content: "\e010";
}

.fa-fb-fieldset:before {
    content: "\e011";
}

.fa-fb-custom-field:before {
    content: "\e012";
}

.fa-fb-separator:before {
    content: "\e013";
}

.fa-fb-paragraph:before {
    content: "\e014";
}

.fa-fb-file-upload:before {
    content: "\e015";
}

.fa-fb-text:before {
    content: "\e000";
}

.fa-fb-text-box:before {
    content: "\e001";
}

.fa-fb-select:before {
    content: "\e002";
}

.fa-fb-radio:before {
    content: "\e003";
}

.fa-fb-number:before {
    content: "\e004";
}

.fa-fb-integer:before {
    content: "\e005";
}

.fa-fb-decimal:before {
    content: "\e007";
}

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.style-switch-toggle i:before, .product-categories .circle a.active:after, .custom-checkbox input[type=checkbox] + span:after, .accordions .panel-title a:after, .accordions .panel-title a:before, .slider.slider-horizontal .slider-handle:after, ol:not(.aui).list-arrowed li:before, ul:not(.aui).list-arrowed li:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-eye:before {
    content: "\e917";
}

.icon-icon-download:before {
    content: "\e916";
}

.icon-kh-ecsatorna:before {
    content: "\e90d";
}

.icon-kh-folyamat-1:before {
    content: "\e90e";
}

.icon-kh-folyamat-2:before {
    content: "\e90f";
}

.icon-kh-folyamat-3:before {
    content: "\e910";
}

.icon-kh-hasznos-blokk:before {
    content: "\e911";
}

.icon-kh-termekcsoport-1:before {
    content: "\e912";
}

.icon-kh-termekcsoport-2:before {
    content: "\e913";
}

.icon-kh-termekcsoport-3:before {
    content: "\e914";
}

.icon-slider-arrow:before {
    content: "\e915";
}

.icon-kh-double-arrow:before {
    content: "\e90c";
}

.icon-plus:before {
    content: "\e90a";
}

.icon-minus:before {
    content: "\e90b";
}

.icon-arrow-light-right:before {
    content: "\e909";
}

.icon-alert:before {
    content: "\e908";
}

.icon-kh-arrow-down:before {
    content: "\e904";
}

.icon-kh-arrow-left:before {
    content: "\e905";
}

.icon-kh-arrow-right:before {
    content: "\e906";
}

.icon-kh-arrow-up:before {
    content: "\e907";
}

.icon-question:before {
    content: "\e903";
}

.icon-arrow-down:before {
    content: "\e900";
}

.icon-calendar2:before {
    content: "\e901";
}

.icon-check:before {
    content: "\e902";
}

/* perfect-scrollbar v0.6.8 */
.ps-container {
  -ms-touch-action: none;
    overflow: hidden !important;
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
}

.ps-container.ps-in-scrolling {
    pointer-events: none;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
    opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #999;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
    opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #999;
}

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px;
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
    height: 8px;
}

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
    width: 8px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
    width: 8px;
}

.ps-container:hover.ps-in-scrolling {
    pointer-events: none;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
    opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #999;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
    opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #999;
}

.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
    opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
    background-color: #999;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
    opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: #999;
}

/*! =======================================================
                      VERSION  6.0.8
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
    position: relative;
}

.slider.slider-horizontal {
  width: 210px;
    height: 20px;
}

.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
    left: 0;
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
    bottom: 0;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
    margin-top: -5px;
}

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
    margin-top: 0;
}

.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
    margin-top: 20px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
    text-align: center;
}

.slider.slider-vertical {
  height: 210px;
    width: 20px;
}

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
    top: 0;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
    bottom: 0;
}

.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
    right: 0;
}

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-left: -5px;
    margin-top: -10px;
}

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
    margin-left: 0;
}

.slider.slider-vertical .slider-tick-label-container {
    white-space: nowrap;
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
    padding-left: 4px;
}

.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}

.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
    cursor: not-allowed;
}

.slider input {
    display: none;
}

.slider .tooltip.top {
    margin-top: -36px;
}

.slider .tooltip-inner {
    white-space: nowrap;
}

.slider .hide {
    display: none;
}

.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    border-radius: 4px;
}

.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}

.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    border-radius: 4px;
}

.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    border: 0px solid transparent;
}

.slider-handle.round {
    border-radius: 50%;
}

.slider-handle.triangle {
    background: transparent none;
}

.slider-handle.custom {
    background: transparent none;
}

.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
    color: #726204;
}

.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
    border: 0px solid transparent;
}

.slider-tick.round {
    border-radius: 50%;
}

.slider-tick.triangle {
    background: transparent none;
}

.slider-tick.custom {
    background: transparent none;
}

.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
    color: #726204;
}

.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
    opacity: 1;
}

.accordion {
  border: 1px solid #99dff9;
    border-radius: 4px;
}

  .accordion.inactive {
    border: 0;
}

    .accordion.inactive .accordion-header {
      background: #99dff9;
    margin: 0;
}

  .accordion + .accordion {
    margin-top: 40px;
}

  .accordion-header {
    background: #00aeef;
    color: #fff;
    padding: 25px 30px;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 500;
    margin: -1px -1px 0;
}

    .accordion-header .circle {
      width: 56px;
      height: 56px;
      border-radius: 50%;
      border: 5px solid #fff;
      position: relative;
    text-align: center;
}

      .accordion-header .circle .text {
        font-size: 30px;
    margin: 2px 0 0 -1px;
}

    .accordion-header .cell {
    vertical-align: middle;
}

      .accordion-header .cell:nth-child(1) {
    padding-right: 20px;
}

  .accordion-body {
    padding: 25px 30px;
    font-size: 16px;
}

    .accordion-body .custom-checkbox .text {
    font-weight: 400;
}

    .accordion-body .custom-checkbox input[type=checkbox] + span:after {
    top: 5px;
}

    .accordion-body .buttons-set {
    margin-top: 40px;
}

.acc-map p {
    margin-bottom: 15px;
}

.acc-map__image {
  max-width: 100%;
    height: auto;
}

.acc-map__address {
    padding-left: 25px;
}

  .acc-map__address ul:not(.aui).list-arrowed li:before {
    color: #00aeef;
}

.panel-box-content h4 {
  margin: 0 0 15px;
  line-height: 1.25;
  font-size: 17.5px;
    font-weight: bold;
}

.fake-accordions .fake-accordion > .row {
  height: 0;
  min-height: 0;
  opacity: 0;
  overflow: hidden;
    transition: all .4s linear;
}

.fake-accordions .fake-accordion .section-subtitle {
  position: relative;
    cursor: pointer;
}

  .fake-accordions .fake-accordion .section-subtitle:after {
    font-family: monospace;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    color: #a0a0a0;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    margin-top: -12px;
    content: '\2012';
}

.fake-accordions .fake-accordion.open > .row {
  height: auto;
  min-height: 120px;
    opacity: 1;
}

.fake-accordions .fake-accordion.open .section-subtitle:after {
  content: '+';
  margin-top: -10px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fake-accordions .fake-accordion hr {
  border-color: #c8c8c8;
  margin-top: 10px;
    margin-bottom: 10px;
}

.alert {
    border-radius: 0;
}

  .alert.alert-transparent {
    background-color: transparent;
    border-color: #cceffc;
    color: #003767;
    border-left: 0;
    border-right: 0;
}

    .alert.alert-transparent hr {
    border-top-color: #b4e7fb;
}

    .alert.alert-transparent .alert-link {
    color: #001c34;
}

  .alert.alert-default {
    background-color: #ebebeb;
    border-color: transparent;
    color: #003767;
}

    .alert.alert-default hr {
    border-top-color: transparent;
}

    .alert.alert-default .alert-link {
    color: #001c34;
}

  .alert h4 {
    font-size: 14px;
    font-weight: bold;
}

  .alert.alert-info {
    border: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .alert.alert-info .media,
    .alert.alert-info .meida-left {
    overflow: visible;
}

    .alert.alert-info .media-right {
    padding-left: 40px;
}

    .alert.alert-info i.icon-alert {
    margin-left: -20px;
}

  .alert.alert-white {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 4px;
    border: 1px solid #99dff9;
}

    .alert.alert-white i {
    color: #00aeef;
}

    .alert.alert-white.alert-white-icon {
      padding-left: 25px;
    padding-right: 25px;
}

      .alert.alert-white.alert-white-icon .media-right {
    padding-left: 20px;
}

  .alert.alert-blue {
    background-color: #e6f7fe;
    padding: 30px 20px;
    border-radius: 4px;
    border: 1px solid #e6f7fe;
}

    .alert.alert-blue i {
    color: #003767;
}

    .alert.alert-blue.alert-white-icon {
      padding-left: 25px;
    padding-right: 25px;
}

      .alert.alert-blue.alert-white-icon .media-right {
    padding-left: 20px;
}

  .alert.alert-grey {
    background-color: #ebebeb;
    padding: 30px;
}

  .alert .media-right {
    padding-left: 30px;
}

  .alert.alert-default, .alert.alert-success, .alert.alert-danger {
    border-radius: 4px;
    font-size: 12px;
}

    .alert.alert-default h4, .alert.alert-success h4, .alert.alert-danger h4 {
      font-size: 14px;
      font-weight: bold;
    margin-bottom: 5px;
}

  .alert.alert-default {
    background-color: #f9f9f9;
    border: 1px solid #dcdcdc;
    color: #3c3c3c;
}

    .alert.alert-default a {
      font-weight: normal;
      color: #3c3c3c;
    text-decoration: underline;
}

      .alert.alert-default a:hover {
    text-decoration: none;
}

  .alert.alert-success {
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #3c763d;
}

  .alert.alert-danger {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #b84442;
}

.breadcrumb {
  padding: 8px 15px;
  font-size: 12px;
  line-height: 20px;
  color: #003767;
  background: none;
  border-radius: 0;
    padding-left: 0;
}

  .breadcrumb li a {
    color: #003767;
    text-decoration: none;
    font-weight: normal;
}

    .breadcrumb li a:hover {
    color: #fa6d16;
}

    .breadcrumb li a:hover {
    text-decoration: underline;
}

  .breadcrumb li.active {
    color: #003767;
    font-weight: bold;
}

.btn {
  font-weight: bold;
  position: relative;
  -webkit-transition: background ease 0.3s, color ease 0.3s;
  -o-transition: background ease 0.3s, color ease 0.3s;
  transition: background ease 0.3s, color ease 0.3s;
  line-height: 20px;
  padding: 15px 24px 17px;
    height: 52px;
}

  .btn.btn-lg, .btn-group-lg > .btn {
    height: 60px;
    padding: 19px 40px 21px;
}

  .btn.btn-sm, .btn-group-sm > .btn {
    height: 44px;
    padding: 11px 24px 13px;
}

  .btn.btn-xs, .btn-group-xs > .btn {
    height: 32px;
    padding: 5px 20px;
}

  .btn .text,
  .btn i {
    display: inline-block;
    vertical-align: middle;
}

  .btn i {
    font-size: 14px;
    margin-left: 15px;
    position: relative;
    -webkit-transition: transform ease 0.3s;
    -o-transition: transform ease 0.3s;
    transition: transform ease 0.3s;
}

    .btn i.icon-kh-arrow-left {
      margin-left: 0;
    margin-right: 15px;
}

  .btn:hover .icon-kh-arrow-right {
    -webkit-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
}

  .btn:hover .icon-kh-arrow-down {
    -webkit-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    -o-transform: translate(0, 5px);
    transform: translate(0, 5px);
}

  .btn:hover .icon-kh-arrow-left {
    -webkit-transform: translate(-5px, 0);
    -ms-transform: translate(-5px, 0);
    -o-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
}

  .btn.btn-primary:not(.btn-primary-ghost) {
    border: 0;
}

    .btn.btn-primary:not(.btn-primary-ghost):focus, .btn.btn-primary:not(.btn-primary-ghost):active, .btn.btn-primary:not(.btn-primary-ghost):hover {
    border: 0;
}

  .btn.btn-primary, .btn.btn-primary-ghost {
    font-size: 18px;
}

    .btn.btn-primary.btn-lg, .btn-group-lg > .btn.btn-primary, .btn.btn-primary-ghost.btn-lg, .btn-group-lg > .btn.btn-primary-ghost {
    font-size: 18px;
}

    .btn.btn-primary.btn-sm, .btn-group-sm > .btn.btn-primary, .btn.btn-primary.btn-xs, .btn-group-xs > .btn.btn-primary, .btn.btn-primary-ghost.btn-sm, .btn-group-sm > .btn.btn-primary-ghost, .btn.btn-primary-ghost.btn-xs, .btn-group-xs > .btn.btn-primary-ghost {
    font-size: 16px;
}

  .btn.btn-primary-ghost {
    background: transparent;
    border-color: #fa6d16;
    color: #fa6d16;
}

    .btn.btn-primary-ghost:hover {
      background: #fa6d16;
    color: #fff;
}

  .btn.btn-primary-alt {
    background: #fff;
    color: #00aeef;
}

    .btn.btn-primary-alt:hover {
      background: #00aeef;
    color: #fff;
}

      .btn.btn-primary-alt:hover i {
    color: #fa6d16;
}

.btn-link, .attachment-name {
  padding: 6px 12px 7px;
  text-decoration: underline;
  font-weight: 400;
    color: #00aeef;
}

  .btn-link.btn-lg, .btn-group-lg > .btn-link.btn, .btn-group-lg > .btn.attachment-name, .btn-lg.attachment-name {
    font-size: 16px;
}

  .btn-link:hover, .attachment-name:hover {
    color: #fa6d16;
}

.btn-question {
  width: 30px;
  height: 30px;
  display: block;
  line-height: 1;
  padding: 0;
  background: transparent;
  border: 0;
  font-size: 30px;
    color: #00aeef;
}

.btn-secondary {
  color: #fff;
  background-color: #00aeef;
  border-color: #00aeef;
    font-size: 18px;
}

  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #0089bc;
    border-color: #005170;
}

  .btn-secondary:hover {
    color: #fff;
    background-color: #0089bc;
    border-color: #0081b2;
}

  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #0089bc;
    border-color: #0081b2;
}

    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
    .open > .btn-secondary.dropdown-toggle:hover,
    .open > .btn-secondary.dropdown-toggle:focus,
    .open > .btn-secondary.dropdown-toggle.focus {
      color: #fff;
      background-color: #006f98;
    border-color: #005170;
}

  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    background-image: none;
}

  .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus,
  fieldset[disabled] .btn-secondary:hover,
  fieldset[disabled] .btn-secondary:focus,
  fieldset[disabled] .btn-secondary.focus {
    background-color: #00aeef;
    border-color: #00aeef;
}

  .btn-secondary .badge {
    color: #00aeef;
    background-color: #fff;
}

  .btn-secondary:not(.btn-secondary-ghost) {
    border: 0;
}

    .btn-secondary:not(.btn-secondary-ghost):focus, .btn-secondary:not(.btn-secondary-ghost):active, .btn-secondary:not(.btn-secondary-ghost):hover {
    border: 0;
}

.btn-secondary-ghost {
  color: #00aeef;
  background-color: transparent;
    border-color: #00aeef;
}

  .btn-secondary-ghost:focus, .btn-secondary-ghost.focus {
    color: #00aeef;
    background-color: transparent;
    border-color: #005170;
}

  .btn-secondary-ghost:hover {
    color: #00aeef;
    background-color: transparent;
    border-color: #0081b2;
}

  .btn-secondary-ghost:active, .btn-secondary-ghost.active,
  .open > .btn-secondary-ghost.dropdown-toggle {
    color: #00aeef;
    background-color: transparent;
    border-color: #0081b2;
}

    .btn-secondary-ghost:active:hover, .btn-secondary-ghost:active:focus, .btn-secondary-ghost:active.focus, .btn-secondary-ghost.active:hover, .btn-secondary-ghost.active:focus, .btn-secondary-ghost.active.focus,
    .open > .btn-secondary-ghost.dropdown-toggle:hover,
    .open > .btn-secondary-ghost.dropdown-toggle:focus,
    .open > .btn-secondary-ghost.dropdown-toggle.focus {
      color: #00aeef;
      background-color: transparent;
    border-color: #005170;
}

  .btn-secondary-ghost:active, .btn-secondary-ghost.active,
  .open > .btn-secondary-ghost.dropdown-toggle {
    background-image: none;
}

  .btn-secondary-ghost.disabled:hover, .btn-secondary-ghost.disabled:focus, .btn-secondary-ghost.disabled.focus, .btn-secondary-ghost[disabled]:hover, .btn-secondary-ghost[disabled]:focus, .btn-secondary-ghost[disabled].focus,
  fieldset[disabled] .btn-secondary-ghost:hover,
  fieldset[disabled] .btn-secondary-ghost:focus,
  fieldset[disabled] .btn-secondary-ghost.focus {
    background-color: transparent;
    border-color: #00aeef;
}

  .btn-secondary-ghost .badge {
    color: transparent;
    background-color: #00aeef;
}

  .btn-secondary-ghost.btn-lg, .btn-group-lg > .btn-secondary-ghost.btn {
    padding: 19px 39px 21px;
}

  .btn-secondary-ghost:hover {
    background: #00aeef;
    border-color: #00aeef;
    color: #fff;
}

.box-color {
  width: 50px;
  height: 50px;
    border-radius: 4px;
}

  .box-color.primary {
    background: #00aeef;
}

    .box-color.primary-40 {
    background: rgba(0, 174, 239, 0.4);
}

    .box-color.primary-20 {
    background: rgba(0, 174, 239, 0.2);
}

    .box-color.primary-10 {
    background: rgba(0, 174, 239, 0.1);
}

  .box-color.secondary {
    background: #003767;
}

  .box-color.tertiary {
    background: #fa6d16;
}

  .box-color.tertiary-hover {
    background: #d85505;
}

  .box-color.base-bg-color {
    background: #f9f9f9;
}

.brand-colors {
    font-weight: bold;
}

.bg-brand-primary-10 {
    background: rgba(0, 174, 239, 0.1);
}

.product-grid:before, .product-grid:after {
  content: " ";
    display: table;
}

.product-grid:after {
    clear: both;
}

.product-grid .item {
  border-radius: 4px;
  border: 1px solid #99dff9;
  overflow: hidden;
  position: relative;
    margin-bottom: 20px;
}

  .product-grid .item > a {
    text-decoration: none;
    color: #003767;
}

  .product-grid .item .text-box {
    font-weight: normal;
}

.product-grid.base .item {
  float: left;
    margin-right: 20px;
}

  .product-grid.base .item.col4 {
    width: 408px;
    height: 375px;
}

  .product-grid.base .item.col3 {
    width: 301px;
    height: 292px;
    font-size: 13px;
}

    .product-grid.base .item.col3 .description {
      -webkit-transform: translate(0, 185px);
      -ms-transform: translate(0, 185px);
      -o-transform: translate(0, 185px);
      transform: translate(0, 185px);
      -webkit-transition: all ease 0.35s;
      -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

    .product-grid.base .item.col3 .text-box {
      height: auto;
      padding: 25px 25px 20px;
      margin-bottom: 0;
      -webkit-transition: margin ease 0.3s;
      -o-transition: margin ease 0.3s;
    transition: margin ease 0.3s;
}

      .product-grid.base .item.col3 .text-box h4 {
        margin-bottom: 35px;
        -webkit-transition: margin ease 0.3s;
        -o-transition: margin ease 0.3s;
    transition: margin ease 0.3s;
}

    .product-grid.base .item.col3:hover .text-box h4 {
    margin-bottom: 25px;
}

  .product-grid.base .item.no-img {
    width: 406px;
    height: 172px;
    font-size: 13px;
}

    .product-grid.base .item.no-img > a:hover .text-box {
      background: #e6f7fe;
      -webkit-transition: background ease 0.5s;
      -o-transition: background ease 0.5s;
    transition: background ease 0.5s;
}

  .product-grid.base .item > a:hover .description {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

  .product-grid.base .item:not(.no-img) .description {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: translate(0, 82px);
    -ms-transform: translate(0, 82px);
    -o-transform: translate(0, 82px);
    transform: translate(0, 82px);
}

  .product-grid.base .item .header-box {
    background: rgba(0, 0, 0, 0.5);
}

    .product-grid.base .item .header-box h4 {
      min-height: 22px;
      margin: 0;
      padding: 20px;
      color: #fff;
      text-align: center;
    font-weight: bold;
}

  .product-grid.base .item .text-box {
    background: #fff;
    line-height: 20px;
    padding: 25px;
    height: 188px;
}

    .product-grid.base .item .text-box h4 {
      font-size: 18px;
      font-weight: bold;
    margin-bottom: 25px;
}

    .product-grid.base .item .text-box p {
      font-size: 13px;
    color: #003767;
}

  .product-grid.base .item .actions {
    background: #00aeef;
    padding: 15px 0;
}

.product-grid.base-alt .item .actions:before, .product-grid.base-alt .item .actions:after {
  content: " ";
    display: table;
}

.product-grid.base-alt .item .actions:after {
    clear: both;
}

.product-grid.base-alt .item .actions .btn-link, .product-grid.base-alt .item .actions .attachment-name {
  float: left;
  margin-left: 20px;
  display: inline-block;
  padding: 10px;
  color: #fff;
  font-size: 16px;
    font-weight: bold;
}

.product-grid.base-alt .item .actions .btn-primary {
  float: right;
    margin-right: 20px;
}

.product-grid.full-width .item {
  width: 100%;
  position: relative;
    border: 1px solid #cceffc;
}

  .product-grid.full-width .item .image-container {
    float: left;
    width: 407px;
}

  .product-grid.full-width .item .description {
    overflow: hidden;
    padding: 30px 20px;
}

  .product-grid.full-width .item .item-bottom {
    padding: 30px 20px;
    position: absolute;
    bottom: 0;
    left: 407px;
    right: 0;
    background: #99dff9;
}

    .product-grid.full-width .item .item-bottom .list-inline {
      margin: 0;
      padding: 0;
    font-size: 0;
}

      .product-grid.full-width .item .item-bottom .list-inline li {
        padding: 0;
    font-size: 14px;
}

        .product-grid.full-width .item .item-bottom .list-inline li + li {
    margin-left: 15px;
}

          .product-grid.full-width .item .item-bottom .list-inline li + li:before {
            padding-right: 15px;
    content: "|";
}

      .product-grid.full-width .item .item-bottom .list-inline a {
        color: #003767;
    text-decoration: underline;
}

        .product-grid.full-width .item .item-bottom .list-inline a:hover {
    color: #fa6d16;
}

  .product-grid.full-width .item.item-small a {
    font-weight: normal;
}

    .product-grid.full-width .item.item-small a:hover {
    text-decoration: none;
}

  .product-grid.full-width .item.item-small .image-container {
    width: 200px;
}

  .product-grid.full-width .item.item-small .item-bottom {
    left: 200px;
}

.news-grid:before, .news-grid:after {
  content: " ";
    display: table;
}

.news-grid:after {
    clear: both;
}

.news-grid .item {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
    overflow: hidden;
}

  .news-grid .item:before, .news-grid .item:after {
    content: " ";
    display: table;
}

  .news-grid .item:after {
    clear: both;
}

  .news-grid .item .item-content {
    padding: 20px;
    font-size: 14px;
    color: #003767;
}

.news-grid.base .item {
  float: left;
    margin-right: 20px;
}

  .news-grid.base .item.col4 {
    width: 408px;
    min-height: 473px;
}

  .news-grid.base .item .item-image img {
    height: 208px;
}

  .news-grid.base .item .item-content {
    border-top: 1px solid #e1e1e1;
}

    .news-grid.base .item .item-content-header {
      margin: 0px 0px 20px;
      font-size: 18px;
      line-height: 1.25;
    font-weight: bold;
}

.news-grid.full-width .item {
    width: 100%;
}

  .news-grid.full-width .item .item-image {
    width: 407px;
    float: left;
}

  .news-grid.full-width .item .item-content {
    width: calc(100% - 407px);
    float: right;
}

.item--separate-title ul, .item--separate-title ol {
    margin: 0 0 10px;
}

.item--separate-title li {
    margin-bottom: 10px;
}

.product-grid.base .item.item--smaller {
    height: 279px;
}

  .product-grid.base .item.item--smaller .description {
    position: relative;
    bottom: 0;
    transform: none;
    transition: 0.5s;
}

    .product-grid.base .item.item--smaller .description .text-box {
    min-height: 137px;
}

  .product-grid.base .item.item--smaller:hover .description {
    bottom: 211px;
}

.item--smaller .item__title {
  background-color: #fff;
  height: 60px;
  padding: 10px 20px 0px;
  line-height: 25px;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
    border-top: 1px solid #cceffc;
}

.carousel-indicators {
  bottom: auto;
    top: -45px;
}

  .carousel-indicators li {
    width: 175px;
    height: 45px;
    margin: 0 15px;
    border: none;
    border-bottom: 4px solid transparent;
    border-radius: 0;
    font-size: 18px;
    line-height: 40px;
    text-decoration: none;
    text-indent: 0;
    color: rgba(0, 55, 103, 0.7);
}

    .carousel-indicators li:hover, .carousel-indicators li:focus {
    color: #003767;
}

    .carousel-indicators li.active {
      width: 175px;
      height: 45px;
      margin: 0 15px;
      border-bottom: 4px solid #00aeef;
      background-color: transparent;
    color: #003767;
}

.carousel-control {
    text-shadow: none;
}

  .carousel-control.left, .carousel-control.right {
    background-image: none;
}

  .carousel-control.left .icon-slider-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

  .carousel-control .icon-slider-arrow {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
    font-size: 30px;
    color: #00aeef;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

  .carousel-control:hover .icon-slider-arrow {
    color: #fa6d16;
}

.carousel-fade .carousel-inner .item {
    transition: none;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.useful-grid:before, .useful-grid:after {
  content: " ";
    display: table;
}

.useful-grid:after {
    clear: both;
}

.useful-grid .item {
  min-height: 67px;
  padding: 25px;
  margin-bottom: 20px;
  border: 1px solid #cceffc;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
    background: #fff;
}

  .useful-grid .item > a {
    text-decoration: none;
    color: #003767;
}

.useful-grid.base .item {
    float: left;
}

  .useful-grid.base .item.col4 {
    width: 100%;
}

  .useful-grid.base .item i {
    position: absolute;
    left: 30px;
    top: 50%;
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-top: -17px;
    color: #00aeef;
    font-size: 35px;
    line-height: 1;
    text-align: center;
}

  .useful-grid.base .item .name {
    position: absolute;
    top: 50%;
    display: block;
    padding-right: 20px;
    padding-left: 70px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: normal;
    color: #003767;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.useful-grid.useful-grid--col4 .item .name {
    padding-right: 14px;
}

.login-box {
  position: relative;
  display: inline-block;
  width: calc(33% - 67px);
  min-height: 212px;
  margin: 0 13px 20px;
  padding: 25px 25px 40px;
  background: #fff;
  border: 1px solid #99dff9;
  border-radius: 4px;
  color: #003767;
  font-size: 14px;
  vertical-align: top;
    text-align: center;
}

  .login-box .btn {
    height: 64px;
    position: relative;
    display: inline-block;
    min-width: 145px;
    margin: 0 0 20px;
    padding: 12px 25px 12px 70px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
}

    .login-box .btn i {
      position: absolute;
      left: 25px;
      top: 50%;
      display: inline-block;
      width: 30px;
      height: 30px;
      margin-top: -15px;
      margin-left: 0;
      font-size: 30px;
    text-align: center;
}

    .login-box .btn strong {
      display: block;
      font-size: 18px;
    font-weight: bold;
}

    .login-box .btn span {
    display: block;
}

  .login-box .box-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 8px 0;
    background: #e6f7fe;
    border-radius: 0 0 4px 4px;
}

    .login-box .box-bottom p {
    margin: 0;
}

    .login-box .box-bottom a {
      color: #003767;
    text-decoration: underline;
}

      .login-box .box-bottom a:hover {
    text-decoration: none;
}

.sticky-header {
    position: relative;
}

  .sticky-header > img {
    width: 100%;
    height: auto;
    display: block;
}

  .sticky-header-content {
    width: 100%;
    height: 85px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 174, 239, 0.9);
    z-index: 99;
}

    .sticky-header-content .container {
      width: 100%;
      max-width: 1264px;
      margin: 0 auto;
    padding: 20px 0;
}

      .sticky-header-content .container .col-xs-2 {
        min-height: 45px;
        padding: 0 10px 0 40px;
        border-right: 1px solid rgba(255, 255, 255, 0.4);
    font-weight: bold;
}

        .sticky-header-content .container .col-xs-2:first-child {
          padding-left: 10px;
          padding-right: 0;
    border-right: none;
}

      .sticky-header-content .container .col-xs-4 {
    padding: 0 30px;
}

    .sticky-header-content [class^="data-label"] {
      font-weight: bold;
      font-size: 18px;
    color: #fff;
}

    .sticky-header-content .data-label-text {
    font-size: 14px;
}

    .sticky-header-content .data-label-value {
      display: block;
      margin-top: 5px;
      font-weight: normal;
    line-height: 20px;
}

.img-placeholder {
  width: 400px;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
    background-image: url("../images/kh-placeholder-private.jpg");
}

.circle {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
    text-align: center;
}

  .circle.all {
    border-right: 1px solid #00aeef;
}

  .circle a {
    position: relative;
    display: block;
    min-height: 180px;
    text-decoration: none;
    font-weight: normal;
}

    .circle a.active {
    font-weight: bold;
}

  .circle-icon {
    width: 110px;
    height: 110px;
    background: #fff;
    border-radius: 50%;
    line-height: 108px;
    border: 1px solid #00aeef;
    color: #00aeef;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

    .circle-icon i {
      display: inline-block;
      width: 46px;
      height: 46px;
      text-align: center;
      font-size: 46px;
      line-height: 46px;
      vertical-align: middle;
    font-weight: normal;
}

  .circle-text {
    padding: 0 15px;
    color: #003767;
}

.filter-header .alert {
  margin: 20px auto 0;
  padding: 20px 50px;
  border: 0;
  position: relative;
  font-size: 18px;
  line-height: 20px;
  background: #00aeef;
    color: #fff;
}

  .filter-header .alert:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -30px;
    border-style: solid;
    border-width: 20px 30px 0 30px;
    border-color: #00aeef transparent transparent transparent;
}

.product-categories {
  max-width: 1264px;
  padding: 25px 0 20px 0;
    font-size: 0;
}

  .product-categories .circle {
    width: 14.27%;
}

    .product-categories .circle a:hover .circle-icon, .product-categories .circle a.active .circle-icon {
      background-color: #00aeef;
      color: #fff;
      -webkit-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

    .product-categories .circle a.active .circle-text {
    font-weight: bold;
}

    .product-categories .circle a.active:after {
      position: absolute;
      bottom: -12px;
      left: 50%;
      display: inline-block;
      content: "\e900";
      font-size: 15px;
      font-weight: bold;
      transform: translateX(-50%);
    color: #00aeef;
}

    .product-categories .circle-icon {
    margin: 0 auto 15px;
}

.process .circle {
    width: 230px;
}

  .process .circle-icon {
    margin: 0 auto 30px;
}

    .process .circle-icon.active {
      background-color: #00aeef;
      color: #fff;
      -webkit-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

      .process .circle-icon.active:after {
        content: ' \f107';
        position: absolute;
        bottom: -2px;
        left: 50%;
        display: inline-block;
        color: #00aeef;
        font: normal 14px/1 'fontawesome-alloy';
        font-size: 24px;
        text-rendering: auto;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    transform: translateX(-50%);
}

      .process .circle-icon.active + .circle-text {
    font-weight: bold;
}

  .process .circle-text {
    font-weight: normal;
}

.process .arrow {
  display: inline-block;
  margin-top: 42px;
  font-size: 20px;
  vertical-align: top;
    color: #00aeef;
}

.form-group.select-group {
  padding: 15px 14px;
  border-radius: 4px;
    background: #cceffc;
}

.form-control,
input,
textarea {
    font-family: "Helvetica Neue LT Pro", Arial, sans-serif;
}

label {
  color: #003767 !important;
    font-size: 18px;
}

.form-control {
  font-size: 16px;
  color: #003767;
  -webkit-box-shadow: none;
  box-shadow: none;
  /*.loan-calculator & {
        border: 0; // Remove border from insput fields sinde the loan calculator
    }*/
}

  .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

  .form-control + .help-block {
    margin-top: 15px;
}

  .form-control.form-control--calendar {
    border-left: 0;
}

.has-success .form-control {
    color: #2ecc71;
}

.has-warning .form-control {
    color: #8a6d3b;
}

.has-error .form-control {
    color: #f53500;
}

.has-success .form-control,
.has-warning .form-control,
.has-error .form-control {
  -webkit-box-shadow: none;
    box-shadow: none;
}

  .has-success .form-control:focus,
  .has-warning .form-control:focus,
  .has-error .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
    color: #999;
}

.custom-checkbox label,
.custom-radio label {
  font-size: 18px;
    font-weight: bold;
}

.custom-checkbox input[type=checkbox] + span {
  position: relative;
    color: #003767 !important;
}

  .custom-checkbox input[type=checkbox] + span:before {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #99dff9;
    border-radius: 2px;
    content: "";
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -1px;
    background: #fff;
}

  .custom-checkbox input[type=checkbox] + span:after {
    color: #00aeef;
    opacity: 0;
    position: absolute;
    left: 3px;
    top: 4px;
    content: "\e902";
    font-size: 11px;
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
}

.custom-checkbox input[type=checkbox]:checked + span:after {
    opacity: 1;
}

.custom-radio input[type=radio] + span {
  position: relative;
    color: #003767 !important;
}

  .custom-radio input[type=radio] + span:before {
    background: #fff;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #99dff9;
    border-radius: 100%;
    content: "";
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -1px;
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
}

.custom-radio input[type=radio]:checked + span:before {
  background: #00aeef;
    border-color: #00aeef;
}

select,
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 25px;
  background: url("../images/select-arrow.png") no-repeat 95% #fff;
  background-position: right 10px center;
    background-size: 10px 6px;
}

  select::-ms-expand,
  select.form-control::-ms-expand {
    display: none;
}

textarea {
    resize: vertical;
}

.attachment-name {
  display: inline-block;
    color: #003767 !important;
}

  .attachment-name:hover {
    color: #003767 !important;
}

.custom-file-col {
  position: relative;
    vertical-align: top;
}

  .custom-file-col span.file-uploaded {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    vertical-align: top;
    margin-left: 10px;
}

  .custom-file-col a.remove {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -15px;
    color: #003767;
    font-size: 18px;
    text-decoration: none;
}

.custom-file-input {
  width: 180px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: bold;
  text-align: center;
    margin-bottom: 10px;
}

  .custom-file-input input[type=file] {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.custom-file-input .text {
  line-height: 23px;
  display: inline-block;
    vertical-align: middle;
}

.btn.btn-link.link-uploadmore, .btn.link-uploadmore.attachment-name {
  padding: 0;
  text-decoration: none;
    color: #003767;
}

  .btn.btn-link.link-uploadmore:hover, .btn.link-uploadmore.attachment-name:hover {
    text-decoration: underline;
    color: #fa6d16;
}

.input-group .form-control {
    border-right: 0;
}

  .input-group .form-control:focus + .input-group-addon {
    border-color: #00aeef;
}

.input-group-addon {
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
    color: #003767;
}

.input-group--calendar .fa-calendar {
  font-size: 18px;
    color: #00aeef;
}

.input-group--calendar .fa-trash {
  font-size: 16px;
    color: #f53500;
}

.help-block.sg-information {
    color: #003767 !important;
}

.form-slider label {
  font-size: 14px;
  line-height: 20px;
    font-weight: normal;
}

.form-horizontal .form-group:first-child .sg-information:after {
    content: "keret színe: #99dff9 | text: #003767 | focus keret színe: #00aeef";
}

.input-group-focus .input-group-addon {
    border-color: #00aeef;
}

.form-group--assets .btn-primary {
  width: 100%;
  position: relative;
  font-size: 12px !important;
  font-weight: normal;
  padding: 4px 10px;
  height: 30px;
  text-align: left;
    margin-bottom: 10px;
}

  .form-group--assets .btn-primary i {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
}

.block-content .text-label {
  text-decoration: underline;
  display: inline-block;
  margin-top: 5px;
    color: #666;
}

.block-content h1:first-child, .block-content h2:first-child, .block-content h3:first-child, .block-content h4:first-child, .block-content h5:first-child, .block-content h6:first-child {
    margin-top: 0;
}

.block-content .content-title,
.block-content .product-title,
.block-content .category-title {
    font: normal bold 34px/42px "Helvetica Neue LT Pro", Arial, sans-serif;
}

  .block-content .content-title.product-title--30,
  .block-content .product-title.product-title--30,
  .block-content .category-title.product-title--30 {
    font: normal bold 30px/1.25em "Helvetica Neue LT Pro", Arial, sans-serif;
}

.block-content .product-subtitle-1,
.block-content .category-subtitle-1 {
    font: normal bold 32px/40px "Helvetica Neue LT Pro", Arial, sans-serif;
}

.block-content .category-subtitle-2 {
    font: normal bold 28px/35px "Helvetica Neue LT Pro", Arial, sans-serif;
}

.block-content .content-subtitle-1,
.block-content .product-subtitle-2 {
    font: normal bold 20px/25px "Helvetica Neue LT Pro", Arial, sans-serif;
}

.block-content .content-subtitle-2 {
    font: normal bold 18px/22px "Helvetica Neue LT Pro", Arial, sans-serif;
}

.block-content .content-subtitle-3 {
    font: normal bold 16px/20px "Helvetica Neue LT Pro", Arial, sans-serif;
}

.block-content .content-title,
.block-content .content-subtitle-1,
.block-content .category-title {
  color: #003767;
  /*
            &:after {
                content: " " + $brand-secondary + " (" + $brand-secondary-name + ")";
            }
            */
}

.block-content .product-title {
    color: #00aeef;
}

.block-content .content-subtitle-2,
.block-content .content-subtitle-3,
.block-content .product-subtitle-1,
.block-content .product-subtitle-2,
.block-content .category-subtitle-1,
.block-content .category-subtitle-2,
.block-content .text-link {
    color: #00aeef;
}

.block-content .text-link-hover {
  color: #fa6d16;
  /*
            &:after {
                content: " " + $brand-tertiary + " (" + $brand-tertiary-name + ")";
            }
            */
}

.block-content .body-copy {
  font: normal normal 14px/20px "Helvetica Neue LT Pro", Arial, sans-serif;
  color: #003767;
  /*
        &:after {
            content: " " + $text-color + " (" + $text-color-name + ")";
        }
        */
}

  .block-content .body-copy.f-12 {
    font: normal normal 12px/20px "Helvetica Neue LT Pro", Arial, sans-serif;
}

.block-content .image-label-text {
  font: normal normal 14px/20px "Helvetica Neue LT Pro", Arial, sans-serif;
  color: #003767;
  /*
        &:after {
            content: " " + $text-color + " (" + $text-color-name + ")";
        }
        */
}

.block-content .text-link,
.block-content .text-link-hover {
  font: normal normal 14px/20px "Helvetica Neue LT Pro", Arial, sans-serif;
    text-decoration: underline;
}

.section-subtitle {
  font-size: 20px;
  font-weight: bold;
  color: #a0a0a0;
  padding-bottom: 8px;
  margin-bottom: 15px;
    border-bottom: 2px solid #a0a0a0;
}

.media-body.primary:after {
    content: "arculati cián (#00aeef)";
}

.media-body.primary-40:after {
    content: "arculati 40%-os cián (#99dff9)";
}

.media-body.primary-20:after {
    content: "arculati 20%-os cián (#cceffc)";
}

.media-body.primary-10:after {
    content: "arculati 10%-os cián (#e6f7fe)";
}

.media-body.secondary:after {
    content: "sötétkék (#003767)";
}

.media-body.tertiary:after {
    content: "narancs (#fa6d16)";
}

.media-body.tertiary-hover:after {
    content: "sötét narancs - csak gomb hover (#d85505)";
}

.media-body.base-bg-color:after {
    content: "világosszürke (#f9f9f9)";
}

.chart-placeholder {
  width: auto;
  max-width: 100%;
  height: auto;
    border: 1px solid #c8c8c8;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

  .nav-tabs > li {
    margin-bottom: -1px;
}

    .nav-tabs > li > a {
      font-weight: bold;
      color: #fff;
      font-size: 18px;
      margin-right: 10px;
      line-height: 1.42857;
      border: 1px solid #00aeef;
      border-radius: 4px 4px 0 0;
      padding: 15px 40px;
      background: #00aeef;
      text-decoration: none;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

      .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
        border-color: #ccc #ccc transparent;
        color: #00aeef;
        background: #0089bc;
        border-color: #0089bc #0089bc transparent;
    color: #fff;
}

      .nav-tabs > li > a > i {
        display: inline-block;
        margin-right: 10px;
    font-size: inherit;
}

  .nav-tabs.nav-underlined {
    margin: 0;
    padding: 0 10px;
    background: #f9f9f9;
    -webkit-box-shadow: 0 3px 4px -1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 4px -1px rgba(0, 0, 0, 0.16);
}

    .nav-tabs.nav-underlined > li > a {
      margin-right: 2px;
      padding: 8px;
      background: none;
      border: 0;
      border-bottom: 4px solid transparent;
      color: #a0aaba;
      font-weight: bold;
      font-size: 14px;
      line-height: 20px;
      text-decoration: none;
    outline: none;
}

    .nav-tabs.nav-underlined > li.active > a {
      color: #003767;
    border-color: #00aeef;
}

      .nav-tabs.nav-underlined > li.active > a:hover, .nav-tabs.nav-underlined > li.active > a:focus {
        border: 0;
        border-bottom: 4px solid #00aeef;
        outline: none;
    background: transparent;
}

.tab-content {
  border: 1px solid #ccc;
  padding: 30px;
    border-radius: 0 0 4px 4px;
}

  .tab-content .tab-pane .panel-group {
    margin-bottom: 0;
}

  .tab-content:not(.more-description) {
    border-top: 0;
}

  .tab-content.more-description {
    margin-top: 30px;
    border-radius: 4px;
}

  .tab-content.tab-content--detaileddesc {
    padding-top: 0;
    padding-bottom: 0;
}

  .tab-content .panel {
    border: 0;
}

    .tab-content .panel .panel-heading {
    position: relative;
}

      .tab-content .panel .panel-heading .panel-title a {
        text-decoration: none;
    display: block;
}

        .tab-content .panel .panel-heading .panel-title a:after, .tab-content .panel .panel-heading .panel-title a:before {
          font-family: monospace;
          -webkit-transition: all ease 0.5s;
          -o-transition: all ease 0.5s;
          transition: all ease 0.5s;
          color: #003767;
          display: block;
          position: absolute;
          top: 50%;
          font-weight: bold;
          font-size: 36px;
          line-height: 16px;
    margin-top: -10px;
}

        .tab-content .panel .panel-heading .panel-title a:after {
    content: '\2012';
}

        .tab-content .panel .panel-heading .panel-title a.collapsed:after {
          content: '+';
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

    .tab-content .panel .panel-body {
      background: #f9f9f9;
    border-top: 0 !important;
}

    .tab-content .panel.panel-default {
      /*
            &:first-child {
                border-top: 10px solid $bg-color;
            }*/
}

      .tab-content .panel.panel-default .panel-heading {
        padding: 0;
        border-bottom: 10px solid #f9f9f9;
        text-align: center;
        background: #fff;
    color: #00aeef;
}

        .tab-content .panel.panel-default .panel-heading.panel-heading--noborder {
    border-bottom: 0;
}

        .tab-content .panel.panel-default .panel-heading .panel-title {
          font-size: 20px;
    line-height: 1.25;
}

          .tab-content .panel.panel-default .panel-heading .panel-title.panel-title--b {
    font-weight: bold;
}

          .tab-content .panel.panel-default .panel-heading .panel-title a {
    padding: 17px 150px;
}

            .tab-content .panel.panel-default .panel-heading .panel-title a:after, .tab-content .panel.panel-default .panel-heading .panel-title a:before {
    right: 100px;
}

            .tab-content .panel.panel-default .panel-heading .panel-title a:hover {
    color: #fa6d16;
}

      .tab-content .panel.panel-default .panel-body {
    padding: 20px 25px 25px;
}

    .tab-content .panel.panel-download {
      margin-top: 0;
      margin-bottom: 50px;
      padding: 0;
    background: #f9f9f9;
}

      .tab-content .panel.panel-download.panel-download--last {
    margin-bottom: 0;
}

      .tab-content .panel.panel-download .panel-heading {
        padding: 0;
        background: #f9f9f9;
    color: #003767;
}

        .tab-content .panel.panel-download .panel-heading .panel-title {
          font-weight: bold;
          font-size: 16px;
    line-height: 1.875;
}

          .tab-content .panel.panel-download .panel-heading .panel-title a {
            padding: 20px 20px 20px 50px;
    line-height: 1.25em;
}

            .tab-content .panel.panel-download .panel-heading .panel-title a:after, .tab-content .panel.panel-download .panel-heading .panel-title a:before {
              margin-top: -8px;
    left: 20px;
}

            .tab-content .panel.panel-download .panel-heading .panel-title a:after {
    font-size: 16px;
}

      .tab-content .panel.panel-download .panel-body {
    padding: 0 20px 20px;
}

    .tab-content .panel.panel-mobilbank {
      margin-bottom: 12px;
      padding: 0;
      border: 1px solid #99dff9;
    background: #e6f7fe;
}

      .tab-content .panel.panel-mobilbank.active {
    background: #fff;
}

        .tab-content .panel.panel-mobilbank.active .panel-heading .panel-title a {
    font-weight: bold;
}

      .tab-content .panel.panel-mobilbank .panel-heading {
        padding: 0;
    color: #003767;
}

        .tab-content .panel.panel-mobilbank .panel-heading .panel-title {
          font-size: 18px;
    line-height: 1.25;
}

          .tab-content .panel.panel-mobilbank .panel-heading .panel-title a {
            padding: 10px 50px 10px 30px;
    font-weight: normal;
}

            .tab-content .panel.panel-mobilbank .panel-heading .panel-title a:after, .tab-content .panel.panel-mobilbank .panel-heading .panel-title a:before {
              margin-top: -8px;
    right: 30px;
}

            .tab-content .panel.panel-mobilbank .panel-heading .panel-title a:after {
              font-size: 16px;
    font-weight: normal;
}

            .tab-content .panel.panel-mobilbank .panel-heading .panel-title a.collapsed:after {
    font-weight: bold;
}

      .tab-content .panel.panel-mobilbank .panel-body {
        background: transparent;
    padding: 0 30px 10px;
}

.accordions .panel {
  border: none;
    border-radius: 0;
}

  .accordions .panel-heading {
    padding: 0;
    position: relative;
    background: #fff;
}

  .accordions .panel-title {
    vertical-align: top;
    color: #003767;
}

    .accordions .panel-title a {
      text-decoration: none;
    display: block;
}

      .accordions .panel-title a:after, .accordions .panel-title a:before {
        -webkit-transition: all ease 0.2s;
        -o-transition: all ease 0.2s;
        transition: all ease 0.2s;
        color: #fff;
        display: block;
        position: absolute;
    top: 50%;
}

      .accordions .panel-title a.collapsed:after {
        color: #003767;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

  .accordions .panel-body {
    margin: 0;
    padding: 25px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none !important;
}

  .accordions .panel.panel-default {
    margin-bottom: 10px;
}

    .accordions .panel.panel-default.active .panel-heading {
    background: #00aeef;
}

      .accordions .panel.panel-default.active .panel-heading .panel-title {
    color: #fff;
}

    .accordions .panel.panel-default .panel-heading .panel-title a {
    padding: 25px;
}

    .accordions .panel.panel-default .panel-heading:hover {
    background: #00aeef;
}

      .accordions .panel.panel-default .panel-heading:hover .panel-title {
    color: #fff;
}

        .accordions .panel.panel-default .panel-heading:hover .panel-title a:after, .accordions .panel.panel-default .panel-heading:hover .panel-title a:before {
    color: #fff;
}

    .accordions .panel.panel-default .panel-title {
      font-weight: bold;
      font-size: 18px;
    line-height: 20px;
}

      .accordions .panel.panel-default .panel-title a:after, .accordions .panel.panel-default .panel-title a:before {
        margin-top: -7px;
        right: 25px;
    font-weight: bold;
}

      .accordions .panel.panel-default .panel-title a:after {
        font-size: 15px;
    content: "\e90b";
}

      .accordions .panel.panel-default .panel-title a.collapsed:after {
    content: "\e90a";
}

      .accordions .panel.panel-default .panel-title a:hover {
    color: #fff;
}

  .accordions .panel.panel-slide {
    margin: 0;
}

    .accordions .panel.panel-slide:first-child .panel-heading {
    border-radius: 4px 4px 0 0;
}

    .accordions .panel.panel-slide:last-child .panel-heading {
    border-radius: 0 0 4px 4px;
}

    .accordions .panel.panel-slide .panel-heading {
      border: 1px solid #e1e1e1;
      border-radius: 0;
      -webkit-box-shadow: 0 3px 4px -1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 4px -1px rgba(0, 0, 0, 0.16);
}

    .accordions .panel.panel-slide .panel-title {
      font-size: 18px;
    font-weight: normal;
}

      .accordions .panel.panel-slide .panel-title a {
    padding: 12px 20px;
}

        .accordions .panel.panel-slide .panel-title a:after, .accordions .panel.panel-slide .panel-title a:before {
          margin-top: -10px;
    right: 15px;
}

        .accordions .panel.panel-slide .panel-title a:after {
          width: 20px;
          height: 20px;
          border-radius: 50%;
          font-size: 10px;
          line-height: 20px;
          text-align: center;
          content: "\e90b";
          background: #00aeef;
    color: #fff;
}

        .accordions .panel.panel-slide .panel-title a.collapsed:after {
    content: "\e90a";
}

    .accordions .panel.panel-slide .panel-body {
    border-color: #e1e1e1;
}

@media (min-width: 768px) {
  .nav-tabs-justified, .nav-tabs.nav-justified,
  .nav-tabs.nav-justified {
    border-bottom: 1px solid #ccc;
        display: block;
    }

    .nav-tabs-justified > li + li a, .nav-tabs.nav-justified > li + li a, .nav-tabs.nav-justified > li + li a {
        margin-left: 20px;
    }

    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      margin-bottom: -1px;
        border-bottom: 0 !important;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover {
        border-color: #ccc;
    }
}

.phone,
.phone__wrapper  {
    position: relative;
}

.phone-wrapper {
    position: relative;
}

  .phone-wrapper .carousel-menu-item {
    position: absolute;
    z-index: 9;
    float: none;
    width: 40px;
    height: 50px;
    margin: 0;
    background: none;
    color: #d7d7d7;
    font-size: 50px;
    text-align: center;
    text-indent: 0;
    text-decoration: none;
}

    .phone-wrapper .carousel-menu-item.carousel-menu-prev {
      top: 50%;
      left: 0;
    margin-top: -25px;
}

    .phone-wrapper .carousel-menu-item.carousel-menu-next {
      top: 50%;
      right: 0;
    margin-top: -25px;
}

.phone {
  display: inline-block;
  width: 200px;
    margin: 15px auto;
}

.phone__wrapper {
  position: relative;
  z-index: 2;
  width: 200px;
    height: auto;
}

.phone__img {
  position: absolute;
  left: 11px;
  top: 43px;
  z-index: 1;
  width: 178px;
    height: auto;
}

.tab-content.more-description .panel.panel-default .panel-heading .panel-title {
    font-size: 20px;
}

  .tab-content.more-description .panel.panel-default .panel-heading .panel-title.panel-title--stepdetails {
    font-weight: bold;
}

.tab-content.more-description .panel.panel-default .more-desc-nav {
  overflow: hidden;
    margin: 10px 15px;
}

  .tab-content.more-description .panel.panel-default .more-desc-nav a {
    font-weight: normal;
    text-decoration: none;
    line-height: 34px;
}

    .tab-content.more-description .panel.panel-default .more-desc-nav a:hover {
    color: #00aeef;
}

    .tab-content.more-description .panel.panel-default .more-desc-nav a i {
      display: inline-block;
      margin-right: 10px;
      font-size: 34px;
      line-height: 34px;
      vertical-align: middle;
      position: relative;
    top: -2px;
}

    .tab-content.more-description .panel.panel-default .more-desc-nav a.previous-step {
    float: left;
}

    .tab-content.more-description .panel.panel-default .more-desc-nav a.next-step {
    float: right;
}

      .tab-content.more-description .panel.panel-default .more-desc-nav a.next-step i {
        margin-left: 10px;
    margin-right: 0;
}

.panel-default .header-title {
  display: inline-block;
  width: 35%;
  font-size: 24px;
  font-weight: bold;
    vertical-align: top;
}

.panel-default .header-phone {
  display: inline-block;
  font-size: 24px;
  vertical-align: top;
  font-weight: normal;
    color: #00aeef;
}

.panel-default:hover .header-phone, .panel-default.active .header-phone {
    color: #fff;
}

/*.pagination {
    border-radius: 0;
    font-size: 0;
    > li {
        display: inline-block;
        font-size: $font-size-large;
        color: #666;
        & + li {
            margin-left: 20px;
        }
        &.active {

        }
        &:first-child,
        &:last-child {
            > a,
            > span {
                border-radius: 0;
            }
        }
        > a,
        > span {
            margin: 0;
            padding: 7px 14px 5px;
        }
        i {
            font-size: 16px;
        }
    }
}*/
.taglib-page-iterator .search-results {
  margin: 0;
  font-size: 16px;
    line-height: 40px;
}

.taglib-page-iterator .pager {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
    font-size: 16px;
}

  .taglib-page-iterator .pager li > a,
  .taglib-page-iterator .pager li > span {
    display: inline-block;
    height: 38px;
    padding: 0 15px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 0;
    color: #003767;
    font-size: 16px;
    text-decoration: none;
    line-height: 38px;
    font-weight: normal;
}

  .taglib-page-iterator .pager li.disabled > a {
    cursor: default;
    color: #003767;
}

  .taglib-page-iterator .pager li:not(.disabled) > a:hover {
    color: #00aeef;
}

.panel {
  -webkit-box-shadow: none;
    box-shadow: none;
}

  .panel.panel-primary.darken > .panel-body {
    background: #cceffc;
}

  .panel.panel-primary > .panel-heading {
    padding: 21px 20px;
}

  .panel.panel-primary > .panel-body {
    background: #e6f7fe;
    color: #003767;
}

  .panel.panel-secondary > .panel-heading {
    border: 1px solid #e1e1e1;
}

  .panel.panel-secondary > .panel-body {
    background: #f9f9f9;
}

.row--otherform {
  margin-left: -96px;
  padding: 15px 15px 15px 96px;
    background-color: #f9f9f9;
}

.otherform {
  padding: 20px 15px;
    background: rgba(255, 255, 255, 0.7);
}

.loan-calculator .panel-title {
  font-size: 20px;
    font-weight: normal;
}

.panel-heading.panel-heading--conditional .panel-title,
.panel-heading.panel-heading--typeselector .panel-title {
    display: inline-block;
}

.panel-heading.panel-heading--conditional + .panel-body,
.panel-heading.panel-heading--typeselector + .panel-body {
    position: relative;
}

  .panel-heading.panel-heading--conditional + .panel-body:after,
  .panel-heading.panel-heading--typeselector + .panel-body:after {
    content: '';
    position: absolute;
    display: block;
    top: -1px;
    left: 0;
    width: 100%;
    height: 101%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
}

.panel-heading.panel-heading--typeselector {
  font-size: 0;
  width: auto;
    padding: 20px 35px !important;
}

  .panel-heading.panel-heading--typeselector:after {
    content: '';
    display: table;
    clear: both;
}

  .panel-heading.panel-heading--typeselector .span4 {
    display: block;
    float: left;
    width: 33%;
    margin: 0.5px !important;
    min-height: 0;
}

    .panel-heading.panel-heading--typeselector .span4 input[type="radio"] {
      display: none;
    width: auto;
}

    .panel-heading.panel-heading--typeselector .span4 input + label {
      position: relative;
      margin: 0;
      display: block;
      padding: 15px 0;
      border-radius: 0;
      background: #d0effc;
      border: 1px solid transparent;
      color: #67c0f1;
      font-size: 16px;
      font-weight: normal;
      line-height: 20px;
      text-decoration: none;
      cursor: pointer;
      text-align: center;
    transition: background 0.5s;
}

      .panel-heading.panel-heading--typeselector .span4 input + label:hover {
        background: #fff;
    color: #003767 !important;
}

    .panel-heading.panel-heading--typeselector .span4:first-child input + label {
      border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

    .panel-heading.panel-heading--typeselector .span4:last-child input + label {
      border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.answer-selector {
  float: right;
    font-size: 0;
}

  .answer-selector input[type="radio"] {
    display: none;
    width: auto;
}

  .answer-selector input + label {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    padding: 1px 9px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-decoration: none;
    background: #d0effc;
    color: #67c0f1 !important;
    border: 1px solid transparent;
    transition: background 0.5s;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 14px;
    cursor: pointer;
}

    .answer-selector input + label:hover {
      background: #fff;
    color: #003767 !important;
}

  .answer-selector label:last-child {
    margin-left: 1px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

a {
    text-decoration: underline;
}

  a.link-attachment {
    height: auto;
    color: #003767 !important;
    text-decoration: underline;
}

  a:hover {
    color: #fa6d16;
}

.link--documents {
  position: relative;
  text-decoration: none;
  font-weight: normal;
  color: #003767;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
    display: block;
}

  .link--documents > span {
    padding-left: 26px;
}

  .link--documents > i {
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
    margin-right: 10px;
    font-size: 17px;
    color: #fa6d16;
}

  .link--documents:hover > span {
    text-decoration: underline;
    color: #fa6d16;
}

  .link--documents.link--documents-level2 {
    padding-left: 55px;
    line-height: 1.4;
}

    .link--documents.link--documents-level2 > i {
    left: 26px;
}

    .link--documents.link--documents-level2:before {
      position: absolute;
      display: inline-block;
      font-family: monospace;
      content: '+';
      transform: rotate(90deg);
      font-size: 16px;
      font-weight: bold;
      color: #003767;
      left: 0;
    transition: all .35s ease;
}

    .link--documents.link--documents-level2.opened + .link--documents-level2-content {
      margin: 15px 0 0 26px;
      height: auto;
      min-height: 26px;
      overflow: hidden;
      opacity: 1;
    visibility: visible;
}

    .link--documents.link--documents-level2.opened:before {
      content: '\2012';
    transform: rotate(180deg);
}

.link--documents-level2-content {
  height: 0;
  min-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
    transition: opacity .15s linear;
}

.file-versions-container {
  list-style: none;
    padding: 0;
}

.file-version-item {
  color: #003767;
    position: relative;
}

  .file-version-item .link--documents {
    display: inline-block;
}

    .file-version-item .link--documents:hover {
    text-decoration: underline;
}

  .file-version-item .link--documents > i {
    position: relative;
    margin-right: 13px;
}

  .file-version-item .link--documents > span {
    padding: 0;
}

    .file-version-item .link--documents > span:before {
    content: ' | ';
}

.file-entry-size,
.file-entry-type {
    text-transform: uppercase;
}

  .file-entry-size:before,
  .file-entry-type:before {
    content: ' | ';
}

.text-primary {
    color: #00aeef;
}

  .text-primary-10 {
    color: #e6f7fe;
}

  .text-primary-20 {
    color: #cceffc;
}

  .text-primary-40 {
    color: #99dff9;
}

.slider.slider-horizontal {
  width: 100%;
    margin: 0 2px;
}

  .slider.slider-horizontal:before, .slider.slider-horizontal:after {
    width: 2px;
    height: 14px;
    content: '';
    position: absolute;
    top: 4px;
    z-index: 100;
}

  .slider.slider-horizontal:before {
    left: 0;
    background: #00aeef;
}

  .slider.slider-horizontal:after {
    right: 0;
    background: #fff;
}

  .slider.slider-horizontal .slider-track {
    height: 8px;
    margin: 0;
    background: #fff;
    border-radius: 0;
}

  .slider.slider-horizontal .slider-handle {
    z-index: 120;
    background: #0d416f;
    width: 25px;
    height: 25px;
    text-align: center;
    padding-top: 6px;
    line-height: 1;
    margin-top: -8px;
}

@-moz-document url-prefix() {
  .slider.slider-horizontal .slider-handle {
        padding-top: 5px;
    }
}

    .slider.slider-horizontal .slider-handle:after {
      line-height: 1;
      font-size: 14px;
      color: #fff;
    content: "\e90c";
}

  .slider.slider-horizontal .slider-selection {
    background: #00aeef;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

  .slider.slider-horizontal .slider-track-low,
  .slider.slider-horizontal .slider-track-high {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    border-radius: 0;
}

.table.table-auto {
    width: auto;
}

.table > thead > tr > th {
    border-bottom-width: 1px;
}

.table th + th,
.table td + td {
    border-left: 1px solid #cceffc;
}

.custom-tables .table-head {
  width: 100%;
  display: table;
    text-align: center;
}

  .custom-tables .table-head .cell {
    vertical-align: top;
    width: 32%;
}

    .custom-tables .table-head .cell:nth-child(2) {
    width: 36%;
}

    .custom-tables .table-head .cell .content {
      background: #99dff9;
      color: #003767;
      padding: 20px 5px;
      font-size: 20px;
      font-weight: bold;
    border-radius: 4px 4px 0 0;
}

    .custom-tables .table-head .cell:not(.active) .content {
      margin-top: 20px;
    border-bottom: 1px solid #99dff9;
}

    .custom-tables .table-head .cell.active .content {
      padding: 30px 20px;
      background: #00aeef;
      color: #fff;
      margin: 0 -1px;
      border: 1px solid #99dff9;
    border-bottom: 0;
}

.custom-tables .cell {
    display: table-cell;
}

.custom-tables .table {
  color: #003767;
  border: 1px solid #99dff9;
    border-bottom: 0;
}

  .custom-tables .table tr:last-child td:not(.active-bottom-cell) {
    border-bottom: 1px solid #99dff9;
}

  .custom-tables .table .text-bold {
    font-weight: bold;
}

  .custom-tables .table td {
    vertical-align: middle;
    width: 32%;
}

    .custom-tables .table td:nth-child(1) {
      -webkit-box-shadow: inset -20px 0 20px -20px rgba(204, 204, 204, 0.3);
    box-shadow: inset -20px 0 20px -20px rgba(204, 204, 204, 0.3);
}

    .custom-tables .table td:nth-child(2) {
    width: 36%;
}

    .custom-tables .table td:nth-child(3) {
      -webkit-box-shadow: inset 20px 0 20px -20px rgba(204, 204, 204, 0.3);
    box-shadow: inset 20px 0 20px -20px rgba(204, 204, 204, 0.3);
}

    .custom-tables .table td.active-bottom-cell {
    padding: 0;
}

      .custom-tables .table td.active-bottom-cell div {
        margin: 0 -1px -10px;
        padding: 20px 0 30px;
        border: 1px solid #99dff9;
    border-top: 0;
}

@media screen and (max-width: 1199px) {
  .custom-tables .table-head .cell.active .content {
        word-break: break-all;
    }
}

.table.tabel--imgsizes {
  border: 1px solid #cceffc;
  color: #003767;
    font-weight: normal;
}

  .table.tabel--imgsizes th, .table.tabel--imgsizes td {
    border: 1px solid #cceffc;
}

  .table.tabel--imgsizes th {
    font-weight: bold;
    text-align: center;
    color: #003767;
}

  .table.tabel--imgsizes tbody > tr:nth-child(odd) {
    background-color: #e6f7fe;
}

  .table.tabel--imgsizes tbody > tr > td:nth-child(even) {
    text-align: center;
}

  .table.tabel--imgsizes tbody > tr > td:last-child a {
    color: #fa6d16;
}

    .table.tabel--imgsizes tbody > tr > td:last-child a:hover {
    color: #bf4c04;
}

.tab-progress-bar {
  width: 100%;
  border: 1px solid #ccc;
    border-radius: 4px 4px 0 0;
}

  .tab-progress-bar ul {
    margin-bottom: 0;
    list-style: none;
    display: table;
    width: 100%;
    border-bottom: 3px solid #00aeef;
}

    .tab-progress-bar ul li {
      display: table-cell;
      padding: 30px;
      font-size: 18px;
      text-align: left;
      font-weight: bold;
    color: #ccc;
}

      .tab-progress-bar ul li a {
        color: #ccc;
        display: block;
        position: relative;
    text-decoration: none;
}

      .tab-progress-bar ul li i {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

      .tab-progress-bar ul li.done {
    color: #00aeef;
}

        .tab-progress-bar ul li.done a {
    color: #00aeef;
}

      .tab-progress-bar ul li.active {
    color: #003767;
}

        .tab-progress-bar ul li.active a {
    color: #003767;
}

        .tab-progress-bar ul li.active i {
    color: #00aeef;
}

      .tab-progress-bar ul li + li {
    border-left: 1px solid #ccc;
}

      .tab-progress-bar ul li .number {
        display: inline-block;
    margin-right: 10px;
}

  .tab-progress-bar .tab-content {
    border: 0;
    padding: 30px;
    color: #003767;
}

.bs-example {
  position: relative;
  margin-top: 20px;
    height: 30px;
}

.tooltip {
    opacity: 1;
}

  .tooltip-inner {
    border: 1px solid #00aeef;
}

  .tooltip-arrow:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

  .tooltip.top .tooltip-arrow:after {
    bottom: 1px;
    left: 50%;
    margin-left: -7px;
    border-width: 7px 7px 0;
    border-top-color: #f9f9f9;
}

  .tooltip.top-left .tooltip-arrow:after {
    bottom: 1px;
    right: 7px;
    margin-bottom: -7px;
    border-width: 7px 7px 0;
    border-top-color: #f9f9f9;
}

  .tooltip.top-right .tooltip-arrow:after {
    bottom: 1px;
    left: 7px;
    margin-bottom: -7px;
    border-width: 7px 7px 0;
    border-top-color: #f9f9f9;
}

  .tooltip.right .tooltip-arrow:after {
    top: 50%;
    left: 1px;
    margin-top: -7px;
    border-width: 7px 7px 7px 0;
    border-right-color: #f9f9f9;
}

  .tooltip.left .tooltip-arrow:after {
    top: 50%;
    right: 1px;
    margin-top: -7px;
    border-width: 7px 0 7px 7px;
    border-left-color: #f9f9f9;
}

  .tooltip.bottom .tooltip-arrow:after {
    top: 1px;
    left: 50%;
    margin-left: -7px;
    border-width: 0 7px 7px;
    border-bottom-color: #f9f9f9;
}

  .tooltip.bottom-left .tooltip-arrow:after {
    top: 1px;
    right: 7px;
    margin-top: -7px;
    border-width: 0 7px 7px;
    border-bottom-color: #f9f9f9;
}

  .tooltip.bottom-right .tooltip-arrow:after {
    top: 1px;
    left: 7px;
    margin-top: -7px;
    border-width: 0 7px 7px;
    border-bottom-color: #f9f9f9;
}

ol:not(.aui).list-arrowed, ul:not(.aui).list-arrowed {
  padding: 0;
    list-style: none;
}

  ol:not(.aui).list-arrowed li + li, ul:not(.aui).list-arrowed li + li {
    margin-top: 5px;
}

  ol:not(.aui).list-arrowed li:before, ul:not(.aui).list-arrowed li:before {
    content: "\e906";
    display: inline-block;
    font-size: 12px;
    color: #fa6d16;
    vertical-align: middle;
    margin: 0 8px 0 0;
}

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

ol:not(.aui) {
  list-style: none;
    counter-reset: li;
}

  ol:not(.aui) > li:before {
    content: counter(li) ". ";
    counter-increment: li;
    font-weight: bold;
    color: #003767;
}

  ol:not(.aui) > li > ol > li:before {
    content: counter(li, lower-roman) ". ";
}

ul.aui, ol.aui {
  padding: 0;
    margin: 0 0 15px 25px;
}

ol.aui > li > ol.aui {
  list-style-type: lower-roman;
  margin-left: 0;
    padding-left: 0;
}

  ol.aui > li > ol.aui > li {
    display: list-item;
    margin-left: 20px;
}

ul.base-list > li:before {
  content: counter(li) ". ";
  counter-increment: li;
  font-weight: bold;
    color: #003767;
}

ul.base-list > li > ol > li:before {
    content: counter(li, lower-roman) ". ";
}

.range-slider-label {
  font-size: 16px;
    color: #003767;
}

.textstyle-label {
  color: #003767;
  font-size: 12px;
    font-weight: bold;
}

.bg-wrapper,
.demoimg {
  position: relative;
    overflow: hidden;
}

  .bg-wrapper img,
  .demoimg img {
    width: 100%;
    height: auto;
    border: 1px solid #c8c8c8;
}

  .bg-wrapper.bg-bl,
  .demoimg.bg-bl {
    padding-top: 30px;
}

.bg-wrapper__label {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #c8c8c8;
  color: #000;
  font-size: 10px;
  font-weight: normal;
    padding: 4px 10px;
}

@keyframes stickyanim {
  0% {
    opacity: 1;
        top: 0;
    }
  15% {
    opacity: 0;
        top: 0;
    }
  20% {
    opacity: 0;
        top: -40%;
    }
  50% {
    opacity: 1;
        top: -40%;
    }
  100% {
        top: 0;
    }
}

.demoimg .demoimg--hover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
    transition: all .35s linear;
}

.demoimg.demoimg--icons {
  display: inline-block;
    width: auto;
}

  .demoimg.demoimg--icons img {
    width: auto;
    height: auto;
}

.demoimg:hover .demoimg--hover {
  opacity: 1;
    visibility: visible;
}

.demoimg:hover .demoimg__label {
    background-color: #fa6d16;
}

.demoimg:hover .demoimg__sticky {
  animation-name: stickyanim;
    animation-duration: 0.8s;
}

.demoimg__label {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #202020;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
    padding: 4px 10px;
}

  .demoimg__label i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.demoimg__iconlabel {
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 10px;
  line-height: 1.4em;
  color: #c8c8c8;
  width: 85px;
    text-align: right;
}

.demoimg__sticky {
  position: absolute;
  top: 0;
  left: 0;
    width: 100%;
}

  .demoimg__sticky img {
    width: 100%;
    height: auto;
    border: 0;
}

body {
  min-width: 0;
    background-color: #f9f9f9;
}

.wrapper {
  max-width: 820px;
  margin: 0 auto;
    padding: 0 15px;
}

  .wrapper--large {
    max-width: 1294px;
}

.content {
  position: relative;
  margin: 1px -14px 0 -14px;
  padding: 20px 15px;
    background-color: #fff;
}

  .content--separator:before {
    position: absolute;
    top: -2px;
    right: -1px;
    left: -1px;
    display: block;
    height: 2px;
    content: '';
    background-color: #989898;
}

.popup-content {
    padding: 25px 30px;
}

.section--spacer {
    margin-bottom: 30px;
}

.text--normal {
    font-weight: normal;
}

.text--bold {
    font-weight: bold;
}

.text--highlight {
    color: #fa6d16;
}

.custom-checkbox input[type=checkbox] + span:after {
  top: 2px;
    left: 4px;
}

.bottomless {
  margin: 0 !important;
    padding: 0 !important;
}

.highlight {
  font-size: 18px;
  line-height: 22px;
    color: #fa6d16;
}

.margin-bottom {
    margin-bottom: 20px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
input::-webkit-calendar-picker-indicator {
  display: none;
  margin: 0;
    -webkit-appearance: none;
}

input::-ms-clear {
    display: none;
}

a i[class*='fa-'] {
  display: inline-block;
    margin-right: 5px;
}

p {
    margin-bottom: 20px;
}

ul.row {
  margin-bottom: 0;
  padding: 0;
    list-style: none;
}

.row--half-gutter {
  margin-right: -7.5px;
    margin-left: -7.5px;
}

  .row--half-gutter [class*=col-] {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.row--full {
    margin: 0;
}

  .row--full [class*=col-] {
    padding: 0;
}

#sack:not(.hidden) + * + #pack-boxs {
    position: relative;
}

  #sack:not(.hidden) + * + #pack-boxs:after {
    position: absolute;
    top: 0;
    right: -15px;
    bottom: 0;
    left: -15px;
    content: '';
    background-color: rgba(255, 255, 255, 0.85);
}

@media (min-width: 768px) {
  #sack:not(.hidden) + * + #pack-boxs:after {
    right: -65px;
        left: -65px;
    }
}

#sack label.form__label {
  color: #808080 !important;
  position: relative;
    display: block;
}

  #sack label.form__label button {
    position: absolute;
    right: 12px;
}

@media (min-width: 768px) {
  .row--tab-full {
        margin: 0;
    }

    .row--tab-full [class*=col-] {
        padding: 0;
    }
}

@media (min-width: 1024px) {
  .row--desk-full {
        margin: 0;
    }

    .row--desk-full [class*=col-] {
        padding: 0;
    }
}

.sack {
  margin: 0 -15px 20px;
  padding: 20px 15px 10px;
  border-top: 2px solid #99dff9;
  border-bottom: 1px solid #99dff9;
    background-color: #e6f7fe;
}

.btn-question.btn-question--small {
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
    vertical-align: -1px !important;
}

@media screen and (min-width: 1024px) {
  .custom-checkbox input[type=checkbox] + span:after {
    top: 3px;
        left: 4px;
    }
}

@media screen and (min-width: 768px) {
  .content {
    margin: 1px auto 0 auto;
    padding: 40px 65px;
        border: 1px solid #00aeef;
    }

    .content .sack {
      margin: 0 -65px 20px;
        padding: 20px 65px 10px;
    }

    .content__row {
      margin-right: -48px;
        margin-left: -48px;
    }

      .content__row [class*='col-'] {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }

    .content #sack:not(.hidden) + #pack-boxs:after {
      right: -88px;
        left: -88px;
    }
}

@media screen and (max-width: 769px) {
  .to-tab-overflow-grid-text {
        width: 150%;
    }
}

.section--romper {
    margin-top: 50px;
}

.product-grid--force-theme.base .item:last-child {
    margin-right: 0;
}

.product-grid--force-theme.base .item {
  width: calc(50% - 10px) !important;
  max-width: 380px;
    margin-bottom: 0;
}

.product-grid--force-theme .list-arrowed li {
  position: relative;
  margin: 0;
  margin-top: 0 !important;
    padding-left: 20px;
}

  .product-grid--force-theme .list-arrowed li:not(:last-child) {
    margin: 0 0 10px 0;
}

  .product-grid--force-theme .list-arrowed li:before {
    position: absolute;
    top: 4px;
    left: 0;
}

.map__content {
    padding: 30px 0 0 0;
}

  .map__content h4 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0;
}

  .map__content:empty {
    display: none;
}

.link--documents {
    padding-left: 26px;
}

  .link--documents > span {
    padding: 0;
}

.account-package {
  font-size: 16px;
  line-height: 20px;
  margin-top: 40px;
  padding: 15px;
    background-color: #cceffc;
}

  .account-package > .row > .col-md-6:first-child {
    margin-bottom: 10px;
}

  .account-package .row .row:not(:first-child) {
    margin-top: 5px;
}

  .account-package .row .row {
    font-weight: bold;
}

    .account-package .row .row:not(:first-child) {
      font-size: 14px;
    line-height: 18px;
}

    .account-package .row .row span {
    color: #fa6d16;
}

@media (min-width: 992px) {
  .account-package > .row > .col-md-6:first-child {
        margin-bottom: 0;
    }
}

.link--back {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  display: inline-block;
    padding: 18.5px 0;
}

  .link--back::before {
    display: inline-block;
    margin-right: 5px;
    content: '\00AB';
    vertical-align: middle;
}

  .browser--IE .link--back {
    text-decoration: none !important;
}

.button-bar {
    padding-top: 30px;
}

  .button-bar .row {
    margin-bottom: 30px;
}

.js-read-more {
    display: block;
}

  .js-read-more:before {
    content: 'további adatok megjelenítése';
}

  .js-read-more.opened:before {
    content: 'további adatok elrejtése';
}

  .js-read-more.opened .fa {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

  .js-read-more .fa {
    margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .product-grid--force-theme.base .item {
    float: none;
    width: 100% !important;
    max-width: 380px;
        margin: 0 auto 50px !important;
    }
}

.nav-tabs-justified, .nav-tabs.nav-justified,
.nav-tabs.nav-justified,
.nav-tabs.nav-justified {
  display: block;
    border-bottom: 1px solid #ccc;
}

.nav-justified > li, .nav-tabs.nav-justified > li, .nav-tabs.nav-justified > li {
  display: table-cell;
    width: 1%;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a, .nav-tabs.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: -1px;
    border-bottom: 0 !important;
}

@media screen and (max-width: 460px) {
  .nav-tabs > li > a {
    font-size: 16px;
    line-height: 20px;
        padding: 10px 20px;
    }
}

.badge--best-choice {
  background-color: #fa6d16;
  border-radius: 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold !important;
    padding: 2px 3px;
}

/**
 * Used helpers
*/
/**
 * Text type helpers
*/
.text--left {
    text-align: left;
}

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

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

.text--extra-light {
    font-weight: 200;
}

.text--light {
    font-weight: 400;
}

.text--regular {
    font-weight: 600;
}

.text--bold {
    font-weight: 700;
}

.text--transform-none {
    text-transform: none;
}

.text--lowercase {
    text-transform: lowercase;
}

.text--uppercase {
    text-transform: uppercase;
}

.text--capitalize {
    text-transform: capitalize;
}

.text--clean {
  font-weight: initial !important;
  text-align: initial !important;
    text-transform: initial !important;
}

.text--small {
    font-size: .85714em;
}

.text--large {
    font-size: 1.15em;
}

.text--larger {
    font-size: 1.50em;
}

/**
 * Float type helpers
*/
.floating--left {
    float: left;
}

.floating--right {
    float: right;
}

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

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

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

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

/**
 * Spacer helper
*/
.spacer {
  width: 0;
  height: 0;
  margin: 0;
    border: none;
}

  .spacer--10 {
    margin-bottom: 10px;
}

  .spacer--15 {
    margin-bottom: 15px;
}

  .spacer--20 {
    margin-bottom: 20px;
}

  .spacer--25 {
    margin-bottom: 25px;
}

  .spacer--30 {
    margin-bottom: 30px;
}

  .spacer--35 {
    margin-bottom: 35px;
}

  .spacer--50 {
    margin-bottom: 50px;
}

  .spacer--horizontal {
    display: inline-block;
    margin-bottom: 0;
}

    .spacer--horizontal[class*="--10"] {
    margin-right: 10px;
}

    .spacer--horizontal[class*="--15"] {
    margin-right: 15px;
}

    .spacer--horizontal[class*="--20"] {
    margin-right: 20px;
}

    .spacer--horizontal[class*="--25"] {
    margin-right: 25px;
}

    .spacer--horizontal[class*="--30"] {
    margin-right: 30px;
}

    .spacer--horizontal[class*="--35"] {
    margin-right: 35px;
}

    .spacer--horizontal[class*="--50"] {
    margin-right: 50px;
}

@media only screen and (max-width: 480px) {
  /**
             * Text type helpers
            */
  .text--palm-left {
        text-align: left;
    }

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

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

  /**
             * Float type helpers
            */
  .floating--palm-left {
        float: left;
    }

  .floating--palm-right {
        float: right;
    }

  /**
             * Display type helpers
            */
  .display--palm-block {
        display: block !important;
    }

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

  .display--palm-inline-block {
        display: inline-block !important;
    }

  .display--palm-none {
        display: none !important;
    }

  /**
             * Spacer helper
            */
  .spacer--palm-10 {
        margin-bottom: 10px;
    }

  .spacer--palm-15 {
        margin-bottom: 15px;
    }

  .spacer--palm-20 {
        margin-bottom: 20px;
    }

  .spacer--palm-25 {
        margin-bottom: 25px;
    }

  .spacer--palm-30 {
        margin-bottom: 30px;
    }

  .spacer--palm-35 {
        margin-bottom: 35px;
    }

  .spacer--palm-50 {
        margin-bottom: 50px;
    }

  .spacer--palm-horizontal {
    display: inline-block;
        margin-bottom: 0;
    }

    .spacer--palm-horizontal[class*="--10"], .spacer--palm-horizontal[class*="--palm-10"] {
        margin-right: 10px;
    }

    .spacer--palm-horizontal[class*="--15"], .spacer--palm-horizontal[class*="--palm-15"] {
        margin-right: 15px;
    }

    .spacer--palm-horizontal[class*="--20"], .spacer--palm-horizontal[class*="--palm-20"] {
        margin-right: 20px;
    }

    .spacer--palm-horizontal[class*="--25"], .spacer--palm-horizontal[class*="--palm-25"] {
        margin-right: 25px;
    }

    .spacer--palm-horizontal[class*="--30"], .spacer--palm-horizontal[class*="--palm-30"] {
        margin-right: 30px;
    }

    .spacer--palm-horizontal[class*="--35"], .spacer--palm-horizontal[class*="--palm-35"] {
        margin-right: 35px;
    }

    .spacer--palm-horizontal[class*="--50"], .spacer--palm-horizontal[class*="--palm-50"] {
        margin-right: 50px;
    }
}

@media only screen and (min-width: 481px) {
  /**
             * Text type helpers
            */
  .text--lap-left {
        text-align: left;
    }

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

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

  /**
             * Float type helpers
            */
  .floating--lap-left {
        float: left;
    }

  .floating--lap-right {
        float: right;
    }

  /**
             * Display type helpers
            */
  .display--lap-block {
        display: block !important;
    }

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

  .display--lap-inline-block {
        display: inline-block !important;
    }

  .display--lap-none {
        display: none !important;
    }

  /**
             * Spacer helper
            */
  .spacer--lap-10 {
        margin-bottom: 10px;
    }

  .spacer--lap-15 {
        margin-bottom: 15px;
    }

  .spacer--lap-20 {
        margin-bottom: 20px;
    }

  .spacer--lap-25 {
        margin-bottom: 25px;
    }

  .spacer--lap-30 {
        margin-bottom: 30px;
    }

  .spacer--lap-35 {
        margin-bottom: 35px;
    }

  .spacer--lap-50 {
        margin-bottom: 50px;
    }

  .spacer--lap-horizontal {
    display: inline-block;
        margin-bottom: 0;
    }

    .spacer--lap-horizontal[class*="--10"], .spacer--lap-horizontal[class*="--lap-10"] {
        margin-right: 10px;
    }

    .spacer--lap-horizontal[class*="--15"], .spacer--lap-horizontal[class*="--lap-15"] {
        margin-right: 15px;
    }

    .spacer--lap-horizontal[class*="--20"], .spacer--lap-horizontal[class*="--lap-20"] {
        margin-right: 20px;
    }

    .spacer--lap-horizontal[class*="--25"], .spacer--lap-horizontal[class*="--lap-25"] {
        margin-right: 25px;
    }

    .spacer--lap-horizontal[class*="--30"], .spacer--lap-horizontal[class*="--lap-30"] {
        margin-right: 30px;
    }

    .spacer--lap-horizontal[class*="--35"], .spacer--lap-horizontal[class*="--lap-35"] {
        margin-right: 35px;
    }

    .spacer--lap-horizontal[class*="--50"], .spacer--lap-horizontal[class*="--lap-50"] {
        margin-right: 50px;
    }
}

@media only screen and (min-width: 768px) {
  /**
             * Text type helpers
            */
  .text--tab-left {
        text-align: left;
    }

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

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

  /**
             * Float type helpers
            */
  .floating--tab-left {
        float: left;
    }

  .floating--tab-right {
        float: right;
    }

  /**
             * Display type helpers
            */
  .display--tab-block {
        display: block !important;
    }

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

  .display--tab-inline-block {
        display: inline-block !important;
    }

  .display--tab-none {
        display: none !important;
    }

  /**
             * Spacer helper
            */
  .spacer--tab-10 {
        margin-bottom: 10px;
    }

  .spacer--tab-15 {
        margin-bottom: 15px;
    }

  .spacer--tab-20 {
        margin-bottom: 20px;
    }

  .spacer--tab-25 {
        margin-bottom: 25px;
    }

  .spacer--tab-30 {
        margin-bottom: 30px;
    }

  .spacer--tab-35 {
        margin-bottom: 35px;
    }

  .spacer--tab-50 {
        margin-bottom: 50px;
    }

  .spacer--tab-horizontal {
    display: inline-block;
        margin-bottom: 0;
    }

    .spacer--tab-horizontal[class*="--10"], .spacer--tab-horizontal[class*="--tab-10"] {
        margin-right: 10px;
    }

    .spacer--tab-horizontal[class*="--15"], .spacer--tab-horizontal[class*="--tab-15"] {
        margin-right: 15px;
    }

    .spacer--tab-horizontal[class*="--20"], .spacer--tab-horizontal[class*="--tab-20"] {
        margin-right: 20px;
    }

    .spacer--tab-horizontal[class*="--25"], .spacer--tab-horizontal[class*="--tab-25"] {
        margin-right: 25px;
    }

    .spacer--tab-horizontal[class*="--30"], .spacer--tab-horizontal[class*="--tab-30"] {
        margin-right: 30px;
    }

    .spacer--tab-horizontal[class*="--35"], .spacer--tab-horizontal[class*="--tab-35"] {
        margin-right: 35px;
    }

    .spacer--tab-horizontal[class*="--50"], .spacer--tab-horizontal[class*="--tab-50"] {
        margin-right: 50px;
    }
}

@media only screen and (min-width: 1024px) {
  /**
             * Text type helpers
            */
  .text--desk-left {
        text-align: left;
    }

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

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

  /**
             * Float type helpers
            */
  .floating--desk-left {
        float: left;
    }

  .floating--desk-right {
        float: right;
    }

  /**
             * Display type helpers
            */
  .display--desk-block {
        display: block !important;
    }

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

  .display--desk-inline-block {
        display: inline-block !important;
    }

  .display--desk-none {
        display: none !important;
    }

  /**
             * Spacer helper
            */
  .spacer--desk-10 {
        margin-bottom: 10px;
    }

  .spacer--desk-15 {
        margin-bottom: 15px;
    }

  .spacer--desk-20 {
        margin-bottom: 20px;
    }

  .spacer--desk-25 {
        margin-bottom: 25px;
    }

  .spacer--desk-30 {
        margin-bottom: 30px;
    }

  .spacer--desk-35 {
        margin-bottom: 35px;
    }

  .spacer--desk-50 {
        margin-bottom: 50px;
    }

  .spacer--desk-horizontal {
    display: inline-block;
        margin-bottom: 0;
    }

    .spacer--desk-horizontal[class*="--10"], .spacer--desk-horizontal[class*="--desk-10"] {
        margin-right: 10px;
    }

    .spacer--desk-horizontal[class*="--15"], .spacer--desk-horizontal[class*="--desk-15"] {
        margin-right: 15px;
    }

    .spacer--desk-horizontal[class*="--20"], .spacer--desk-horizontal[class*="--desk-20"] {
        margin-right: 20px;
    }

    .spacer--desk-horizontal[class*="--25"], .spacer--desk-horizontal[class*="--desk-25"] {
        margin-right: 25px;
    }

    .spacer--desk-horizontal[class*="--30"], .spacer--desk-horizontal[class*="--desk-30"] {
        margin-right: 30px;
    }

    .spacer--desk-horizontal[class*="--35"], .spacer--desk-horizontal[class*="--desk-35"] {
        margin-right: 35px;
    }

    .spacer--desk-horizontal[class*="--50"], .spacer--desk-horizontal[class*="--desk-50"] {
        margin-right: 50px;
    }
}

@media only screen and (max-width: 767px) {
  /**
             * Text type helpers
            */
  .text--to-tab-left {
        text-align: left;
    }

  .text--to-tab-right {
        text-align: right;
    }

  .text--to-tab-center {
        text-align: center;
    }

  /**
             * Float type helpers
            */
  .floating--to-tab-left {
        float: left;
    }

  .floating--to-tab-right {
        float: right;
    }

  /**
             * Display type helpers
            */
  .display--to-tab-block {
        display: block !important;
    }

  .display--to-tab-inline {
        display: inline !important;
    }

  .display--to-tab-inline-block {
        display: inline-block !important;
    }

  .display--to-tab-none {
        display: none !important;
    }

  /**
             * Spacer helper
            */
  .spacer--to-tab-10 {
        margin-bottom: 10px;
    }

  .spacer--to-tab-15 {
        margin-bottom: 15px;
    }

  .spacer--to-tab-20 {
        margin-bottom: 20px;
    }

  .spacer--to-tab-25 {
        margin-bottom: 25px;
    }

  .spacer--to-tab-30 {
        margin-bottom: 30px;
    }

  .spacer--to-tab-35 {
        margin-bottom: 35px;
    }

  .spacer--to-tab-50 {
        margin-bottom: 50px;
    }

  .spacer--to-tab-horizontal {
    display: inline-block;
        margin-bottom: 0;
    }

    .spacer--to-tab-horizontal[class*="--10"], .spacer--to-tab-horizontal[class*="--to-tab-10"] {
        margin-right: 10px;
    }

    .spacer--to-tab-horizontal[class*="--15"], .spacer--to-tab-horizontal[class*="--to-tab-15"] {
        margin-right: 15px;
    }

    .spacer--to-tab-horizontal[class*="--20"], .spacer--to-tab-horizontal[class*="--to-tab-20"] {
        margin-right: 20px;
    }

    .spacer--to-tab-horizontal[class*="--25"], .spacer--to-tab-horizontal[class*="--to-tab-25"] {
        margin-right: 25px;
    }

    .spacer--to-tab-horizontal[class*="--30"], .spacer--to-tab-horizontal[class*="--to-tab-30"] {
        margin-right: 30px;
    }

    .spacer--to-tab-horizontal[class*="--35"], .spacer--to-tab-horizontal[class*="--to-tab-35"] {
        margin-right: 35px;
    }

    .spacer--to-tab-horizontal[class*="--50"], .spacer--to-tab-horizontal[class*="--to-tab-50"] {
        margin-right: 50px;
    }
}

@media only screen and (max-width: 1023px) {
  /**
             * Text type helpers
            */
  .text--to-desk-left {
        text-align: left;
    }

  .text--to-desk-right {
        text-align: right;
    }

  .text--to-desk-center {
        text-align: center;
    }

  /**
             * Float type helpers
            */
  .floating--to-desk-left {
        float: left;
    }

  .floating--to-desk-right {
        float: right;
    }

  /**
             * Display type helpers
            */
  .display--to-desk-block {
        display: block !important;
    }

  .display--to-desk-inline {
        display: inline !important;
    }

  .display--to-desk-inline-block {
        display: inline-block !important;
    }

  .display--to-desk-none {
        display: none !important;
    }

  /**
             * Spacer helper
            */
  .spacer--to-desk-10 {
        margin-bottom: 10px;
    }

  .spacer--to-desk-15 {
        margin-bottom: 15px;
    }

  .spacer--to-desk-20 {
        margin-bottom: 20px;
    }

  .spacer--to-desk-25 {
        margin-bottom: 25px;
    }

  .spacer--to-desk-30 {
        margin-bottom: 30px;
    }

  .spacer--to-desk-35 {
        margin-bottom: 35px;
    }

  .spacer--to-desk-50 {
        margin-bottom: 50px;
    }

  .spacer--to-desk-horizontal {
    display: inline-block;
        margin-bottom: 0;
    }

    .spacer--to-desk-horizontal[class*="--10"], .spacer--to-desk-horizontal[class*="--to-desk-10"] {
        margin-right: 10px;
    }

    .spacer--to-desk-horizontal[class*="--15"], .spacer--to-desk-horizontal[class*="--to-desk-15"] {
        margin-right: 15px;
    }

    .spacer--to-desk-horizontal[class*="--20"], .spacer--to-desk-horizontal[class*="--to-desk-20"] {
        margin-right: 20px;
    }

    .spacer--to-desk-horizontal[class*="--25"], .spacer--to-desk-horizontal[class*="--to-desk-25"] {
        margin-right: 25px;
    }

    .spacer--to-desk-horizontal[class*="--30"], .spacer--to-desk-horizontal[class*="--to-desk-30"] {
        margin-right: 30px;
    }

    .spacer--to-desk-horizontal[class*="--35"], .spacer--to-desk-horizontal[class*="--to-desk-35"] {
        margin-right: 35px;
    }

    .spacer--to-desk-horizontal[class*="--50"], .spacer--to-desk-horizontal[class*="--to-desk-50"] {
        margin-right: 50px;
    }
}

/**
 * Headings
*/
.heading {
  font-weight: bold;
  margin: 0;
  /**
     * Heading properties 
    */
}

  h2.heading {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 24px;
    color: #003767;
}

  p + h2.heading {
    margin-top: 39px;
}

  .title + h2.heading {
    margin-top: 39px;
}

  .input__info + h2.heading {
    margin-top: 39px;
}

  .form__field + h2.heading {
    margin-top: 39px;
}

  h3.heading {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
    color: #00aeef;
}

  p + h3.heading {
    margin-top: 35px;
}

  .title + h3.heading {
    margin-top: 35px;
}

  .input__info + h3.heading {
    margin-top: 35px;
}

  .form__field + h3.heading {
    margin-top: 35px;
}

  h4.heading {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #003767;
}

  p + h4.heading {
    margin-top: 35px;
}

  .title + h4.heading {
    margin-top: 35px;
}

  .input__info + h4.heading {
    margin-top: 35px;
}

  .form__field + h4.heading {
    margin-top: 35px;
}

  h5.heading {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
    color: #989898;
}

  p + h5.heading {
    margin-top: 15px;
}

  .title + h5.heading {
    margin-top: 15px;
}

  .input__info + h5.heading {
    margin-top: 15px;
}

  .form__field + h5.heading {
    margin-top: 15px;
}

  .heading.has-mod-link {
    position: relative;
    padding-right: 100px;
}

    .heading.has-mod-link a {
      font-size: 14px;
      font-weight: normal;
      line-height: 18px;
      position: absolute;
      bottom: 6px;
    right: 0;
}

.header {
  margin-bottom: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}

  .header__logo {
    display: inline-block;
    width: 85px;
    margin: 0;
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    transform: translateX(-15px);
    vertical-align: top;
}

    .header__logo img {
      max-width: 100%;
    height: auto;
}

    .header__logo a {
      line-height: 1px;
    display: inline-block;
}

  .header__bar {
    display: inline-block;
    width: calc(100% - 85px - 4px);
    padding-left: 26px;
    text-align: right;
    vertical-align: top;
}

  .header .toggle-partially-sighted {
    display: inline-block;
    width: 15px;
    height: 40px;
    background: url(https://www.kh.hu/kh-theme/css/../images/partially-sighted.png) no-repeat 0 center !important;
}

@media screen and (min-width: 768px) {
  .header__logo {
    width: 120px;
    -webkit-transform: none;
    -moz-transform: none;
        transform: none;
    }

  .header__bar {
        width: calc(100% - 120px - 4px);
    }
}

@media screen and (min-width: 1024px) {
  .header__logo {
    width: 154px;
    margin: 0 0 -20px 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
    }

  .header__bar {
        width: calc(100% - 154px - 4px);
    }
}

.footer {
  /*margin-top: 50px;*/
  padding: 20px 0;
    background-color: #fff;
}

  .footer__copy {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: center;
    text-align: center;
    color: #666;
    border-bottom: 1px solid #ebebeb;
}

  .footer__image {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

    .footer__image:nth-child(2) {
      padding-right: 20px;
    text-align: left;
}

    .footer__image:nth-child(3) {
      padding-left: 20px;
    text-align: right;
}

    .footer__image img {
      max-width: 100%;
    height: auto;
}

@media screen and (min-width: 1024px) {
  .footer__copy {
    position: relative;
    left: 245px;
    display: inline-block;
    width: calc(100% - 490px);
    margin: 0;
    padding: 0;
    vertical-align: middle;
        border-bottom: 0;
    }

  .footer__image {
    line-height: 1px;
    position: relative;
        width: 245px;
    }

    .footer__image:nth-child(2) {
        left: calc(-100% + 490px);
    }
}

.table--summary {
  font-size: 16px;
  line-height: 20px;
    margin-bottom: 50px;
}

  .table--summary + .table--summary {
    margin-top: -30px;
}

  .table--summary th,
  .table--summary td {
    padding: 10px 10px 10px 15px !important;
}

  .table--summary th {
    font-weight: bold;
    width: 40%;
}

  .table--summary tfoot td {
    font-weight: normal;
}

.timer {
  width: 130px;
  height: 40px;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
    appearance: none;
}

  .timer__frame {
    line-height: 1px;
    position: relative;
    left: calc(100% - 130px);
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    border: 1px solid #00aeef;
    border-radius: 4px;
}

    .timer__frame + h1 {
      font: normal bold 18px/1.25em Arial, sans-serif;
      position: relative;
      right: calc( 130px + 6px);
      display: inline-block;
      width: calc(100% - 130px - 6px);
      margin: 0;
      vertical-align: middle;
    color: #003767;
}

  .timer__indicator {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    padding: 12.5px 10px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #003767;
}

  .timer--finish + .timer__indicator {
    font-size: 2.3em;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
}

  .timer::-webkit-progress-bar {
    -webkit-transition: width .5s;
    -moz-transition: width .5s;
    transition: width .5s;
    background-color: transparent;
}

  .timer::-webkit-progress-value {
    -webkit-transition: width .5s;
    -moz-transition: width .5s;
    transition: width .5s;
    background-color: #00aeef;
}

  .timer::-moz-progress-bar {
    -webkit-transition: width .5s;
    -moz-transition: width .5s;
    transition: width .5s;
    background-color: #00aeef;
}

@media screen and (min-width: 481px) {
  .timer__frame + h1 {
        font-size: 28px;
    }
}

@media screen and (min-width: 768px) {
  .timer {
    width: 255px;
        height: 60px;
    }

    .timer__frame {
        left: calc(100% - 257px);
    }

      .timer__frame + h1 {
        font-size: 34px;
        right: calc( 255px + 6px);
        width: calc(100% - 255px - 6px);
    }

    .timer__indicator {
      font-size: 28px;
      line-height: 28px;
        padding: 15px 20px;
    }

    .timer--finish + .timer__indicator {
      font-size: 3em;
      padding-top: 10px;
        padding-bottom: 10px;
    }
}

.steps {
  display: inline-block;
  width: 14.2856%;
  vertical-align: bottom;
    text-align: center;
}

  .steps__frame {
    margin-bottom: 0;
    padding: 25px 0 0 0;
    list-style: none;
}

  .steps__number {
    font-size: 14px;
    line-height: 18px;
}

    .steps__number:empty:before {
      font-family: 'icomoon';
      content: '\e902';
    color: #2ecc71;
}

  .steps__name {
    display: none;
}

  .steps a {
    display: block;
    padding: 10px 7.5px;
    text-decoration: none;
    color: #808080;
    border-bottom: 4px solid transparent;
}

    .steps a[href="javascript:void(0);"] {
    cursor: default;
}

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

  .steps:not(.is-checked):not(:last-child) a:after {
    font-family: 'icomoon' !important;
    font-size: 10px;
    line-height: 14px;
    content: '\e906';
}

  .steps.is-active a:after {
    color: #00aeef;
}

@media screen and (min-width: 460px) {
  .steps__number {
    font-size: 20px;
        line-height: 24px;
    }

  .steps:not(.is-checked):not(:last-child) a:after {
    font-size: 13px;
    line-height: 17px;
    display: inline-block;
        vertical-align: 2px;
    }
}

@media screen and (min-width: 768px) {
  .steps__number {
    font-size: 20px;
    line-height: 24px;
    display: block;
    margin-bottom: 5px;
        text-align: center;
    }

  .steps__name {
    font-size: 16px;
    line-height: 20px;
    display: block;
        text-align: center;
    }

  .steps:not(.is-checked):not(:last-child) .steps__name:after {
    font-family: 'icomoon' !important;
    font-size: 13px;
    line-height: 17px;
    display: inline-block;
    margin-left: 5px;
    content: '\e906';
        vertical-align: middle;
    }

  .steps.is-active .steps__name {
        color: #003767;
    }

    .steps.is-active .steps__name:after {
        color: #00aeef;
    }

  .steps:not(.is-checked):not(:last-child) a {
    position: relative;
        padding: 10px 7.5px;
    }

    .steps:not(.is-checked):not(:last-child) a:after {
      display: none;
        content: initial;
    }

  .steps:not(.is-checked).is-active a {
        border-color: #00aeef;
    }
}

.tab-content .map {
  height: 300px;
  margin: -20px -20px 0 -20px;
    border: 1px solid #00aeef;
}

  .tab-content .map.has-error {
    border-color: #f53500;
}

.panel--form {
  margin-bottom: 10px;
  border-radius: 0;
  background-color: #f5f5f5;
  /**
         * States
        */
}

  .panel--form .panel-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
}

    .panel--form .panel-title a {
      position: relative;
      display: block;
      padding: 10px 15px 10px 35px;
    text-decoration: none;
}

  .panel--form .panel-heading {
    padding: 0;
}

  .panel--form .panel__icon {
    position: absolute;
    z-index: 1;
    top: 16px;
    left: 15px;
    display: block;
    width: 10px;
    height: 10px;
}

    .panel--form .panel__icon:after, .panel--form .panel__icon:before {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 10px;
      height: 2px;
      content: '';
      -webkit-transition: transform .25s;
      -moz-transition: transform .25s;
      transition: transform .25s;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -moz-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
    background-color: #003767;
}

  .panel--form a:hover .panel__icon:after,
  .panel--form a:hover .panel__icon:before {
    background-color: #fa6d16;
}

  .panel--form:not(.active) .panel__icon:before {
    -webkit-transform: rotate(90deg) translate(-1px, 5px);
    -moz-transform: rotate(90deg) translate(-1px, 5px);
    transform: rotate(90deg) translate(-1px, 5px);
}

.profile-list {
  padding: 0;
  list-style: none;
    counter-reset: section;
}

  .profile-list:not(:empty) {
    margin-bottom: 50px;
}

  .profile-list__item {
    position: relative;
}

    .profile-list__item:not(:last-child) {
      margin-bottom: 20px;
      padding-bottom: 20px;
    border-bottom: 1px solid #99dff9;
}

    .profile-list__item:before {
      font-size: 14px;
      font-weight: bold;
      line-height: 14px;
      display: block;
      margin-bottom: 5px;
      content: counter(section) ". magánszemély";
      counter-increment: section;
    color: #003767;
}

  .profile-list--large-space .profile-list__item:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
}

  .profile-list__name {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    display: block;
    margin-bottom: 5px;
}

  .profile-list--large-space .profile-list__name {
    margin-bottom: 25px;
}

  .profile-list__remove {
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    color: #003767;
    text-decoration: none !important;
}

    .profile-list__remove:hover {
    color: #003767;
}

  .profile-list .form__field:last-child {
    margin-bottom: 0;
}

/**
 * Windows
*/
.w {
  position: absolute;
  border-radius: 10px;
    background-color: #fff;
}

  .w img {
    max-width: 100%;
    height: auto;
}

  .w__close {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    position: absolute;
    z-index: 1;
    top: -15px;
    right: -17px;
    display: inline-block;
    width: 26px;
    height: 26px;
    padding: 0;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    border: #fff solid 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #002f52;
    text-shadow: none;
}

    .w__close:after {
    content: '×';
}

  .w--video {
    line-height: 1px;
}

    .w--video iframe {
    max-width: 100%;
}

.cover-overlay {
  position: fixed;
  z-index: 800;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  opacity: .7;
    background-color: #002f52;
}

  .cover-overlay.is-cover {
    -webkit-animation: cover .5s linear 0s 1 normal;
    -moz-animation: cover .5s linear 0s 1 normal;
    animation: cover .5s linear 0s 1 normal;
}

  .cover-overlay.is-uncover {
    -webkit-animation: cover .5s linear 0s 1 reverse;
    -moz-animation: cover .5s linear 0s 1 reverse;
    animation: cover .5s linear 0s 1 reverse;
    opacity: 0;
}

@-webkit-keyframes cover {
  0% {
        opacity: 0;
    }
  100% {
        opacity: .9;
    }
}

@-moz-keyframes cover {
  0% {
        opacity: 0;
    }
  100% {
        opacity: .9;
    }
}

@keyframes cover {
  0% {
        opacity: 0;
    }
  100% {
        opacity: .9;
    }
}

.promobox {
  max-width: 400px;
  margin: 0 auto 50px;
    border: 1px solid #00aeef;
}

  .promobox__thumbnail {
    line-height: 1px;
    margin-bottom: 15px;
}

    .promobox__thumbnail img {
      width: 100%;
    height: auto;
}

  .promobox__title {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
    padding: 0 15px;
}

  .promobox__buttons {
    padding: 14px 15px;
    text-align: center;
    background: #00aeef;
}

  .promobox__content {
    padding: 15px;
}

  .promobox .list-arrowed li {
    position: relative;
    margin: 0;
    margin-top: 0 !important;
    padding-left: 20px;
}

    .promobox .list-arrowed li:not(:last-child) {
    margin: 0 0 10px 0;
}

    .promobox .list-arrowed li:before {
      position: absolute;
      top: 4px;
    left: 0;
}

.control-group .marketing-opener {
  font-size: 16px;
  margin-bottom: 0;
    cursor: pointer;
}

  .control-group .marketing-opener:after {
    font: normal normal normal 16px/1 'fontawesome-alloy';
    font-size: inherit;
    display: inline-block;
    float: right;
    content: '\f107';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

  .control-group .marketing-opener.open:after {
    content: '\f106';
}

.control-group .marketing-container {
  position: relative;
  overflow: hidden;
  height: auto;
  margin-bottom: 20px;
  padding: 20px;
  cursor: default;
  text-align: left;
  color: #003767;
    border: 1px solid #dfdfdf;
}

.control-group .marketing-opener:not(.open) + .marketing-container {
  height: 102px;
    color: #666;
}

  .control-group .marketing-opener:not(.open) + .marketing-container:after {
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-color: rgba(255, 255, 255, 0.4);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), white);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0)), to(white));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), white);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF', GradientType=0);
}

.control-group .kh-info-text {
  height: auto;
  padding: 25px;
  cursor: default;
  color: #003767;
    background: #ebebeb;
}

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

  .check-list__item {
    font-size: 16px;
    line-height: 22px;
    position: relative;
    min-height: 22px;
    padding: 0 25px;
}

    .check-list__item:not(:last-child) {
    margin-bottom: 10px;
}

    .check-list__item:before {
      font-family: 'fontawesome-alloy';
      line-height: 1;
      position: absolute;
      top: 2px;
      left: 0;
      display: inline-block;
      content: '\f00c';
      vertical-align: middle;
      color: #99dff9;
      -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .check-list__item.is-unaccomplished {
    color: #808080;
}

      .check-list__item.is-unaccomplished:before {
        content: '\f00d';
    color: #808080;
}

    .check-list__item .btn-question {
      font-size: 16px;
      line-height: 16px;
      position: absolute;
      top: 2px;
      right: 0;
      display: inline-block;
      width: 16px;
    height: 16px;
}

.box {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0 15px 20px 15px;
  border: 1px solid #cceffc;
  border-radius: 4px;
    background-color: #e6f7fe;
}

  .box__header {
    margin: 0 -15px 20px -15px;
    padding: 15px;
    background-color: #99dff9;
}

  .box__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    padding: 0;
    text-align: center;
}

  .box__meta {
    margin-bottom: 15px;
    text-align: center;
}

  .box__data {
    display: block;
}

    .box__data--1 {
      font-size: 18px;
      font-weight: 600;
      line-height: 22px;
    margin-bottom: 5px;
}

      .box__data--1 .highlight {
        font-size: 20px;
    line-height: 24px;
}

    .box__data--2 {
      font-size: 14px;
    line-height: 18px;
}

.pack-box {
  margin-bottom: 20px;
  padding: 0 15px 30px 15px;
  border: 1px solid #cceffc;
    border-radius: 4px;
}

  .pack-box__header {
    margin: 0 -15px 10px -15px;
    padding: 0 15px 15px 15px;
    border-bottom: 1px solid #99dff9;
    background-color: #e6f7fe;
}

  .pack-box.is-uncontained .pack-box__header {
    border-color: #ccc;
    background-color: #f9f9f9;
}

  .pack-box__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 -15px 15px;
    padding: 15px 10px;
    text-align: center;
    background-color: #99dff9;
}

    .pack-box__title span {
    font-weight: 400;
}

  .pack-box__meta {
    margin-bottom: 15px;
    text-align: center;
}

  .pack-box__data {
    display: block;
}

    .pack-box__data:not(:last-child) {
    margin-bottom: 5px;
}

    .pack-box__data--1 {
      font-size: 16px;
      font-weight: 600;
    line-height: 20px;
}

    .pack-box__data--2 {
      font-size: 14px;
    line-height: 18px;
}

  .pack-box__options {
    padding-top: 25px;
    border-top: 1px solid #99dff9;
}

    .pack-box__options:not(.is-open) {
    display: none;
}

  .pack-box__options.is-open + .button {
    display: none;
}

  .pack-box__label {
    padding: 10px 0 15px 0;
    text-align: center;
}

    .pack-box__label h5 {
      font-size: 16px;
      font-weight: 600;
      line-height: 20px;
    margin: 0 0 5px 0;
}

    .pack-box__label span {
      color: #00aeef;
      font-size: 14px;
    line-height: 14px;
}

  .pack-box__footer {
    padding-top: 25px;
}

.switch {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  -webkit-touch-callout: none;
    -khtml-user-select: none;
}

  .switch label {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 0;
    padding: 7px;
    cursor: pointer;
    -webkit-transition: .25s all;
    -moz-transition: .25s all;
    transition: .25s all;
    color: #00aeef !important;
    border: 1px solid #00aeef;
    border-radius: 4px;
    background-color: #fff;
}

  .switch input:checked + label {
    color: #fff !important;
    background-color: #00aeef;
}

  .switch input {
    display: none;
}

  .switch--full,
  .switch--full label {
    width: 100%;
}

@media screen and (max-width: 440px) {
  .slidable-horizontal {
    position: relative;
    display: block;
    overflow-x: scroll;
    margin: 0 -15px;
        padding: 0 15px;
    }

    .slidable-horizontal::-webkit-scrollbar {
        display: none;
    }

    .slidable-horizontal .row {
        width: 200%;
    }
}

.alert {
  padding: 16px 22px 16px 84px;
  margin: 0 -15px 20px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDY0IDY0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSIjMDAzNDY3IiBkPSJNMzYuNTY2LDUxLjM3NnYtNi43NzhjMC0wLjMzLTAuMTE1LTAuNjExLTAuMzQtMC44MzljLTAuMjIzLTAuMjMxLTAuNDktMC4zMzktMC44MDMtMC4zMzloLTYuODQ5DQoJYy0wLjMxLDAtMC41NzgsMC4xMTItMC44MDMsMC4zMzljLTAuMjI1LDAuMjI0LTAuMzM5LDAuNTA1LTAuMzM5LDAuODM5djYuNzc4YzAsMC4zMywwLjExNCwwLjYxLDAuMzM5LDAuODM4DQoJYzAuMjI1LDAuMjMxLDAuNDkzLDAuMzM5LDAuODAzLDAuMzM5aDYuODQ5YzAuMzEzLDAsMC41OC0wLjExMSwwLjgwMy0wLjMzOUMzNi40NTEsNTEuOTkxLDM2LjU2Niw1MS43MSwzNi41NjYsNTEuMzc2eg0KCSBNMzYuNDk1LDM4LjAzM2wwLjY0NC0xNi4zNzdjMC0wLjI4NS0wLjExNy0wLjUxMS0wLjM1Ni0wLjY3NmMtMC4zMTMtMC4yNjEtMC41OTktMC4zOTMtMC44NTYtMC4zOTNIMjguMDgNCgljLTAuMjYzLDAtMC41NDYsMC4xMzItMC44NTQsMC4zOTNjLTAuMjM5LDAuMTY4LTAuMzU3LDAuNDE3LTAuMzU3LDAuNzQ5bDAuNjA2LDE2LjMwNGMwLDAuMjM2LDAuMTIxLDAuNDMzLDAuMzU3LDAuNTg5DQoJYzAuMjM4LDAuMTUxLDAuNTIxLDAuMjMxLDAuODU0LDAuMjMxaDYuNTk3YzAuMzMsMCwwLjYxNS0wLjA4LDAuODM5LTAuMjMxQzM2LjM1NCwzOC40NjYsMzYuNDc5LDM4LjI3LDM2LjQ5NSwzOC4wMzNMMzYuNDk1LDM4LjAzMw0KCXogTTM1Ljk5Niw0LjcxMWwyNy4zOTgsNTAuMjMyYzAuODI4LDEuNDk4LDAuODA3LDIuOTk2LTAuMDcyLDQuNDljLTAuNDA1LDAuNjktMC45NTksMS4yMzQtMS42NTgsMS42NDINCgljLTAuNywwLjQwMS0xLjQ1NCwwLjYwMi0yLjI2NiwwLjYwNkg0LjYwMmMtMC44MDksMC0xLjU2NS0wLjIwMS0yLjI2NS0wLjYwNmMtMC43LTAuNDA2LTEuMjUzLTAuOTUtMS42NTctMS42NDINCgljLTAuODgxLTEuNDk0LTAuOTA1LTIuOTkyLTAuMDc0LTQuNDlMMjguMDA1LDQuNzExYzAuNDA2LTAuNzM2LDAuOTYzLTEuMzIsMS42NzctMS43NDhDMzAuMzkzLDIuNTMyLDMxLjE2NywyLjMxOCwzMiwyLjMxOA0KCWMwLjgzNCwwLDEuNjA1LDAuMjE0LDIuMzE4LDAuNjQ1QzM1LjAzMiwzLjM5MSwzNS41OSwzLjk3NSwzNS45OTYsNC43MTF6Ii8+DQo8L3N2Zz4NCg==") 22px 50% #e7f8fe no-repeat;
    background-size: 40px 40px;
}

  .alert p {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.table-pricing thead {
  background-color: #99dff9;
    color: #003767;
}

  .table-pricing thead tr, .table-pricing thead th {
    border: 0 none;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}

.table-pricing tbody {
  border-left: 1px solid #cceffc;
    border-right: 1px solid #cceffc;
}

.table-pricing th, .table-pricing td {
  width: 25%;
  box-sizing: border-box;
  vertical-align: middle !important;
  font-size: 16px;
  padding-top: 13px !important;
    padding-bottom: 13px !important;
}

.table-pricing td:not(:first-child) {
    text-align: center;
}

.table-pricing th, .table-pricing td, .table-pricing tr {
    border-color: #cceffc;
}

.table-pricing tr.highlighted {
    background-color: #e6f7fe;
}

.table-pricing td.has-tooltip {
  padding-right: 40px;
    position: relative;
}

  .table-pricing td.has-tooltip button {
    position: absolute;
    right: 12px;
    top: 16px;
}

  .table-pricing td.has-tooltip.tooltip-vcenter button {
    top: 50%;
    top: calc(50% - 8px);
}

.table-pricing td a.button {
    padding: 17px 30px 17px 18px;
}

  .table-pricing td a.button::after {
    right: 20px;
}

.table-pricing tr.prices td:not(:first-child) {
  padding: 13px 0;
  font-size: 15px;
  font-weight: 600;
    line-height: 22px;
}

  .table-pricing tr.prices td:not(:first-child) .package-title {
    font-size: 16px;
    font-weight: normal;
    line-height: 35px;
}

    .table-pricing tr.prices td:not(:first-child) .package-title strong {
      font-size: 16px;
      font-weight: bold;
    color: inherit;
}

  .table-pricing tr.prices td:not(:first-child) strong {
    color: #fa6d16;
    font-size: 18px;
    line-height: 18px;
}

  .table-pricing tr.prices td:not(:first-child) small {
    font-size: 12px;
    line-height: 19px;
    font-weight: normal;
}

.table-pricing label {
    margin: 0 !important;
}

.table-pricing i.fa {
    font-size: 17px;
}

.table-pricing i.fa.fa-remove {
    color: #808080;
}

.table-pricing i.fa.fa-ok {
    color: #99dff9;
}

.table-pricing tfoot {
    border: 1px solid #cceffc !important;
}

  .table-pricing tfoot td {
    padding: 13px !important;
}

    .table-pricing tfoot td a.button {
    margin-top: 13px;
}

.js-extend i {
    margin-left: 12px;
}

.js-extend.opened i {
    transform: rotate(180deg);
}

.extendable {
    display: none;
}

.form__field {
  position: relative;
    margin-bottom: 15px;
}

  .form__field--date {
    line-height: 1px;
}

    .form__field--date:before {
      font-family: 'fontawesome-alloy';
      font-size: 18px;
      font-weight: normal;
      font-style: normal;
      font-variant: normal;
      line-height: 1;
      position: absolute;
      top: 34px;
      left: 15px;
      content: '\f073';
      text-transform: none;
      color: #00aeef;
      speak: none;
    -webkit-font-smoothing: antialiased;
}

    .form__field--date .input, .form__field--date .select {
    padding: 7px 15px 7px 40px;
}

  .form__field--phone:before {
    font-size: 16px;
    line-height: 22px;
    position: absolute;
    top: 33px;
    left: 15px;
    content: '+36 ';
}

  .form__field--phone.is-controlled:before {
    color: #2ecc71;
}

  .form__field--phone.is-error:before {
    color: #f53500;
}

  .form__field--phone .input, .form__field--phone .select {
    padding: 7px 15px 7px 55px;
}

  .form__field.has-placeholder {
    padding-top: 25px;
}

  .form__field.has-placeholder:not(.is-active):before {
    color: #fff;
}

  .form__field.has-placeholder:not(.is-active) input[type=date] {
    color: #fff;
}

  .form__field.is-controlled:after {
    font: normal normal normal 16px/1 'fontawesome-alloy';
    position: absolute;
    top: 32px;
    right: 2px;
    display: inline-block;
    padding: 4px 14px;
    content: '\f00c';
    color: #2ecc71;
    background-color: #fff;
}

.form__help {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 15px;
    color: #ccc;
}

.form__label {
  font-size: 16px !important;
  font-weight: normal;
  line-height: 20px !important;
  margin-bottom: 5px;
  padding-left: 15px;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  color: #003767 !important;
  /**
         * Placholder
        */
}

  .has-placeholder .form__label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

  .has-placeholder:not(.is-active) .form__label {
    font-size: 18px;
    line-height: 24px;
    top: 35px;
    color: #ccc !important;
}

  .is-error .form__label {
    color: #f53500 !important;
}

.form .btn-question {
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
    vertical-align: -1px !important;
}

.form__field > .btn-question {
  position: absolute;
  top: 0;
  right: 4px;
    vertical-align: middle;
}

.form__message {
  font-size: 14px;
  line-height: 18px;
  display: block;
    padding: 8px 0 0 15px;
}

  .is-error .form__message {
    color: #f53500;
}

@media screen and (min-width: 768px) {
  .form__field[data-example]:after {
    font-size: 14px;
    line-height: 18px;
        top: 1px;
    }
}

.tooltip {
  display: block;
    min-width: 200px;
    z-index: 4 !important;
}

  .tooltip .tooltip-inner {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 10px;
    color: #fff;
    border-radius: 0;
    background-color: #00aeef;
    text-align: left;
}

  .tooltip.top .tooltip-arrow:after {
    border-top-color: #00aeef;
}

  .tooltip.top-left .tooltip-arrow:after {
    border-top-color: #00aeef;
}

  .tooltip.top-right .tooltip-arrow:after {
    border-top-color: #00aeef;
}

  .tooltip.right .tooltip-arrow:after {
    border-right-color: #00aeef;
}

  .tooltip.left .tooltip-arrow:after {
    border-left-color: #00aeef;
}

  .tooltip.bottom .tooltip-arrow:after {
    border-bottom-color: #00aeef;
}

  .tooltip.bottom-left .tooltip-arrow:after {
    border-bottom-color: #00aeef;
}

  .tooltip.bottom-right .tooltip-arrow:after {
    border-bottom-color: #00aeef;
}

.button {
  /**
     * Properties of button
    */
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  position: relative;
  display: inline-block;
  padding: 19px 60px 19px 30px;
  cursor: pointer;
  -webkit-transition: background-color ease .3s;
  -o-transition: background-color ease .3s;
  transition: background-color ease .3s;
  text-align: center;
  text-decoration: none;
  color: #003767;
  border: none;
  border-radius: 4px;
  outline: none;
  background-color: #ddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  /**
     * Events of button
    */
  /**
     * Modifiers of button
    */
}

  .button:after {
    font-family: 'icomoon' !important;
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    top: 50%;
    right: 30px;
    display: inline-block;
    content: '\e906';
    -webkit-transition: transform ease .3s;
    -o-transition: transform ease .3s;
    transition: transform ease .3s;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    vertical-align: middle;
}

  .button:hover, .button:focus {
    text-decoration: none;
    color: #333;
}

    .button:hover:after, .button:focus:after {
      -webkit-transform: translate(5px, -50%);
      -ms-transform: translate(5px, -50%);
      -o-transform: translate(5px, -50%);
    transform: translate(5px, -50%);
}

  .button--primary:not(.button--ghost) {
    color: #fff;
    background-color: #fa6d16;
}

    .button--primary:not(.button--ghost):hover, .button--primary:not(.button--ghost):focus {
      color: #fff;
    background-color: #d85505;
}

  .button--primary.button--ghost {
    color: #fa6d16;
    background-color: transparent;
    box-shadow: 0 0 0 1px #fa6d16 inset;
}

    .button--primary.button--ghost:hover {
      color: #fff;
    background-color: #fa6d16;
}

  .button--secondary:not(.button--ghost) {
    color: #fff;
    background-color: #00aeef;
}

    .button--secondary:not(.button--ghost):hover, .button--secondary:not(.button--ghost):focus {
      color: #fff;
    background-color: #0089bc;
}

  .button--secondary.button--ghost {
    color: #00aeef;
    background-color: transparent;
    box-shadow: 0 0 0 1px #00aeef inset;
}

    .button--secondary.button--ghost:hover {
      color: #fff;
    background-color: #00aeef;
}

  .button--down:after {
    content: '\e904';
}

  .button--down:hover:after, .button--down:focus:after {
    -webkit-transform: translate(0, calc(-50% + 5px));
    -ms-transform: translate(0, calc(-50% + 5px));
    transform: translate(0, calc(-50% + 5px));
}

  .button--small {
    font-size: 16px;
    line-height: 20px;
}

  .button--fix {
    width: 326px;
    max-width: 100%;
}

  .button--full {
    width: 100%;
}

.input, .select {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  width: 100%;
  height: 38px;
  padding: 7px 15px;
  color: #003767;
  border: 1px solid #99dff9;
  border-radius: 4px;
  outline: none;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
    appearance: none;
}

  .input:focus, .select:focus {
    border-color: #00aeef;
}

  .input[readonly], [readonly].select {
    opacity: 1;
    color: #999;
    background-color: #f7f7f7;
}

  .is-error .input, .is-error .select {
    color: #f53500;
    border-color: #f53500;
}

    .is-error .input:focus, .is-error .select:focus {
    border-color: #c22a00;
}

  .is-controlled .input, .is-controlled .select {
    padding-right: 45px;
    color: #2ecc71;
    border-color: #2ecc71;
}

    .is-controlled .input:focus, .is-controlled .select:focus {
    border-color: #25a25a;
}

  .input + .input__info, .select + .input__info {
    margin-bottom: 0;
    padding: 15px 15px 0 15px;
}

  .input__info {
    margin-bottom: 15px;
    padding: 0 15px 0 15px;
}

    .input__info .icon-kh-arrow-down {
      margin-right: 10px;
    color: #00aeef;
}

  .input__extend {
    font-size: 16px;
    line-height: 20px;
    display: block;
    padding: 35px 0 10px 0;
}

  .input__data-list {
    position: absolute;
    z-index: 10;
    width: 100%;
    padding: 0;
    list-style: none;
    border-right: 1px solid #99dff9;
    border-bottom: 1px solid #99dff9;
    border-left: 1px solid #99dff9;
    background-color: #fff;
}

    .input__data-list li {
      padding: 5px 15px;
    cursor: pointer;
}

      .input__data-list li:hover {
    background-color: #99dff9;
}

    .input__data-list:not(.is-active) {
    display: none;
}

  .input--extended {
    width: calc(100% - 70px);
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

  .input__add-on {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    height: 38px;
    padding: 7px 15px;
    vertical-align: bottom;
    color: #ccc;
    border-top: 1px solid #99dff9;
    border-right: 1px solid #99dff9;
    border-bottom: 1px solid #99dff9;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #fff;
}

  .input:focus + .input__add-on, .select:focus + .input__add-on {
    color: #003767;
    border-color: #00aeef;
}

  .is-controlled .input + .input__add-on, .is-controlled .select + .input__add-on {
    color: #2ecc71;
    border-color: #2ecc71;
}

  .is-error .input + .input__add-on, .is-error .select + .input__add-on {
    color: #f53500;
    border-color: #f53500;
}

  .is-controlled .input:focus + .input__add-on, .is-controlled .select:focus + .input__add-on {
    border-color: #25a25a;
}

  .is-error .input:focus + .input__add-on, .is-error .select:focus + .input__add-on {
    border-color: #c22a00;
}

.radio {
    cursor: pointer;
}

  .radio--large {
    margin: 0;
    margin-bottom: 10px;
}

    .radio--large .text {
      font-size: 16px;
      font-weight: normal;
      line-height: 20px;
      position: relative;
      display: block;
    padding-left: 30px;
}

      .radio--large .text:before {
        position: absolute !important;
        top: 1.5px !important;
        left: 0;
        width: 17px !important;
    height: 17px !important;
}

      .radio--large .text span {
        font-size: 14px;
        font-weight: normal;
        line-height: 16px;
    display: block;
}

  .radio--card {
    min-height: 165px;
    margin: 0;
    margin-bottom: 20px;
    padding: 15px;
    cursor: pointer;
    border: 1px solid #00aeef;
    border-radius: 4px !important;
}

    .radio--card .text {
      font-size: 16px;
      font-weight: bold;
      line-height: 20px;
      position: relative;
      display: block;
    padding-left: 30px;
}

      .radio--card .text:before {
        position: absolute !important;
        top: 0 !important;
        left: 0;
        width: 20px !important;
    height: 20px !important;
}

      .radio--card .text__sub {
        font-size: 14px;
        font-weight: normal;
        line-height: 18px;
        display: block;
    margin-bottom: 10px;
}

      .radio--card .text__ghost {
        font-size: 12px;
        font-weight: normal;
        line-height: 16px;
    display: block;
}

      .radio--card .text__ext {
        font-size: 12px;
        font-weight: bold;
        line-height: 16px;
        display: block;
    margin-top: 15px;
}

        .radio--card .text__ext span {
          font-size: 14px;
          line-height: 14px;
    color: #fa6d16;
}

  .radio-zebra .radio {
    max-width: calc(100% + 60px);
    margin: 0 -30px;
    padding: 20px 30px;
}

    .radio-zebra .radio .text span {
    margin-top: 10px;
}

    .radio-zebra .radio:nth-child(even) {
    background-color: #cceffc;
}

@media screen and (max-width: 640px) {
  .radio {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 768px) {
  .radio--large .text {
    font-size: 16px;
        line-height: 20px;
    }
}

.checkbox {
    cursor: pointer;
}

  .checkbox .text {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    display: inline-block;
    min-height: 18px;
    padding-left: 30px;
}

  .checkbox .text:before {
    position: absolute !important;
    top: 1px !important;
    left: 0;
    border-radius: 2px !important;
}

  .checkbox .text:after {
    top: 5px !important;
}

  .checkbox .btn-question {
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    vertical-align: middle;
}

  .checkbox--card {
    margin: 0;
    margin-bottom: 20px;
    padding: 15px;
    cursor: pointer;
    border: 1px solid #00aeef;
    border-radius: 4px !important;
}

    .checkbox--card .text {
      font-size: 16px;
      font-weight: bold;
      line-height: 20px;
      position: relative;
      display: block;
    padding-left: 30px;
}

      .checkbox--card .text:before {
        position: absolute !important;
        top: 0 !important;
        left: 0;
        width: 20px !important;
    height: 20px !important;
}

      .checkbox--card .text:after {
        top: 5px !important;
    left: 5px !important;
}

      .checkbox--card .text__ext {
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        display: block;
    margin-top: 15px;
}

        .checkbox--card .text__ext span {
          font-size: 14px;
          line-height: 14px;
    color: #fa6d16;
}

.select {
    cursor: pointer;
}

  .select:focus::-ms-value {
    background: transparent;
    color: #003767;
}

.file-list {
  margin-bottom: 15px;
  padding: 0;
    list-style: none;
}

  .file-list__item {
    position: relative;
    padding: 10px 45px 10px 15px;
    list-style: none;
}

    .file-list__item:not(:last-child) {
    border-bottom: 1px solid #bdbdbd;
}

  .file-list__icon {
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

  .file-list:empty:after {
    display: block;
    padding: 0 15px;
    content: ' ';
}

/*# sourceMappingURL=main.css.map */

.list {
  padding: 0;
    list-style: none;
}

  .list:not(:last-child) {
    margin-bottom: 10px;
}

  .list:last-child {
    margin-bottom: 0;
}

  .list--arrowed li {
    position: relative;
    padding-left: 20px;
}

    .list--arrowed li:not(:last-child) {
    margin: 0 0 10px 0;
}

    .list--arrowed li:before {
      font-family: 'icomoon' !important;
      font-size: 12px;
      font-weight: normal;
      font-style: normal;
      font-variant: normal;
      line-height: 1;
      position: absolute;
      top: 4px;
      left: 0;
      display: inline-block;
      margin: 0 8px 0 0;
      content: '\e906';
      vertical-align: middle;
      text-transform: none;
      color: #fa6d16;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; 
}

.article {
  width: 100%;
  margin: 0 auto 40px;
  padding: 0 30px 20px;
  border: 1px solid #99dff9;
  border-radius: 4px;
  /**
     * Simply modifier
    */
  /**
     * Slim modifier
    */
}

  .article__thumbnail {
    line-height: 1px;
    overflow: hidden;
    margin: 0 -30px 15px;
}

    .article__thumbnail img {
      position: relative;
      left: 50%;
      min-width: 100%;
      height: auto;
      -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

  .article__date {
    font-size: 14px;
    line-height: 18px;
    display: block;
    margin-bottom: 25px;
    color: #003767;
}

  .article__heading {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    display: inline-block;
    width: 33%;
    margin-bottom: 25px;
    vertical-align: top;
    white-space: nowrap;
}

    .article__heading .fa {
      font-size: 20px;
      line-height: 1em;
    padding-right: 5px;
}

  .article__heading + .article__date {
    display: inline-block;
    width: 65%;
    text-align: right;
    vertical-align: top;
}

  .article__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    min-height: 44px;
    margin: 0 0 10px;
}

  .article__introductory {
    font-size: 16px;
    line-height: 20px;
      /*min-height: 80px;*/
      height: 80px;
      overflow: hidden;
    margin-bottom: 20px;
    color: #003767;
}

    .article__introductory:last-child {
    margin-bottom: 0;
}

  .article__meta {
    font-size: 14px;
    line-height: 18px;
    display: block;
    color: #003767;
}

  .article--simply {
    max-width: 100%;
    margin-bottom: 20px;
    padding: 20px;
}

    .article--simply.is-actual {
      border-color: #e6f7fe;
    background-color: #e6f7fe;
}

  .article--simply .article__date {
    font-size: 16px;
    line-height: 20px;
}

  .article--simply .article__title,
  .article--simply .article__introductory {
    min-height: 0;
}

  .article--simply.is-actual .article__title {
    font-size: 20px;
    line-height: 24px;
}

  .article--simply.is-actual .article__introductory {
    font-size: 18px;
    line-height: 22px;
}

  .article--slim {
    padding: 0 14px 20px;
}

    .article--slim .list {
    min-height: 115px;
}

  .article--slim .article__thumbnail {
    margin: 0 -14px 15px;
}

  .article--slim .article__title {
    margin: 0 0 15px;
}

  .article--slim .article__title,
  .article--slim .article__introductory {
    min-height: 0;
}

@media screen and (min-width: 377px) {
  .article:not(.article--simply) {
        max-width: 350px;
    }
}

.gepjarmu-tipusa-sub{
  color: #00aeef;
  font-size: 18px;
}
.tip_varians .kepes_valaszto_gomb label{
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 64px 64px;
  width: 110px;
  height: 100px;
  display: block;
  opacity: .3;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  border-color: transparent;
}
.tip_varians .kepes_valaszto_gomb input[type="radio"] + label span{
  font-size: 14px;
  font-weight: normal;
  color: #000;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  top: 60px;
  left: auto;
  display: block;
  text-align: center;
  width: 110px;
}
.tip_varians .kepes_valaszto_gomb input[type="radio"]:checked + label span{
  color: #00aeef;
  transition: none;
}
.tip_varians .kepes_valaszto_gomb input[type="radio"]:checked + label{
  opacity: 1;
  border-color: #00aeef;
}
.tip_varians .kepes_valaszto_gomb input{
  display: none;
}
.tip_varians .tip_var_limuzin label{
  background-image: url(../images/tip_limuzin.png);
}
.tip_varians .tip_var_limuzin input[type="radio"]:checked + label{
  background-image: url(../images/tip_limuzin_selected.png);
}
.tip_varians .tip_var_kombi label{
  background-image: url(../images/tip_kombi.png);
}
.tip_varians .tip_var_kombi input[type="radio"]:checked + label{
  background-image: url(../images/tip_kombi_selected.png);
}
.tip_varians .tip_var_kabrio label{
  background-image: url(../images/tip_kabrio.png);
}
.tip_varians .tip_var_kabrio input[type="radio"]:checked + label{
  background-image: url(../images/tip_kabrio_selected.png);
}
.tip_varians .tip_var_coupe label{
  background-image: url(../images/tip_coupe.png);
}
.tip_varians .tip_var_coupe input[type="radio"]:checked + label{
  background-image: url(../images/tip_coupe_selected.png);
}
.tip_varians .tip_var_suv label{
  background-image: url(../images/tip_suv.png);
}
.tip_varians .tip_var_suv input[type="radio"]:checked + label{
  background-image: url(../images/tip_suv_selected.png);
}
.tip_varians .tip_var_ferdeh label{
  background-image: url(../images/tip_ferdeh.png);
}
.tip_varians .tip_var_ferdeh input[type="radio"]:checked + label{
  background-image: url(../images/tip_ferdeh_selected.png);
}
.tip_varians .tip_var_egyteru label{
  background-image: url(../images/tip_egyteru.png);
}
.tip_varians .tip_var_egyteru input[type="radio"]:checked + label{
  background-image: url(../images/tip_egyteru_selected.png);
}

.casco-carousel{
  /*height: 180px;*/
  border: 1px solid #00aeef;
  position: relative;
}
.casco-carousel .cc-header{
  width: 100%;
  /*height: 50px;*/
  /*line-height: 70px;*/
  text-align: center;
  position: relative;
  margin: 25px 5px 25px 5px;
}
.casco-carousel .cc-header .cc-h-title{
  font-size: 16px;
}
.casco-carousel .cc-header .cc-h-counter{
  color: #00aeef;
  position: absolute;
  right: 30px;
  top: 0px;
}
.casco-carousel .cc-questions{
  margin: 0 auto;
  padding: 0;
  width: 470px;
}
.casco-carousel .cc-questions .cc-q{
  display: inline-block;
  width: 470px;
}
.casco-carousel .cc-questions .cc-q-desc {
  margin-bottom: 5px;
  width: 100%;
  line-height: 60px;
  height: 60px;
  text-align: center;
  color: #00aeef;
  font-weight: bold;
  font-size: 16px;
}
.casco-carousel .cc-questions {
  display: block;
}
.casco-carousel .cc-questions .cc-q-desc .cc-q-desc-inner{
  line-height: 1.2;
  vertical-align: middle;
  display: inline-block;
}
/*.casco-carousel .cc-questions .cc-q-buttons{*/
  /*width: 100%;*/
  /*display: block;*/
  /*text-align: center;*/
/*}*/
.casco-carousel .cc-questions .chooseButton label span{
  /*padding: 10px 0;*/
  width: 150px !important;
}
.casco-carousel .cc-questions .chooseButton{
  margin: 0 3px;
  display: inline-block;
}
.casco-carousel .cc-prev,
.casco-carousel .cc-next{
  width: 28px;
  height: 28px;
  position: absolute;
  background-color:  transparent;
  background-size: 28px 28px;
  opacity: .2;
  top: 0px;
  cursor: pointer;
}
.casco-carousel .cc-prev:hover,
.casco-carousel .cc-next:hover{
  opacity: .4;
}
.casco-carousel .cc-prev{
  background-image: url(../images/kerdes_prev.png);
  left: 20px;
}
.casco-carousel .cc-next{
  background-image: url(../images/kerdes_next.png);
  right: 20px;
}
.casco-carousel .cc-c-finish .cc-f-title1{
  margin: 30px 0 20px 0;
  width: 100%;
  text-align: center;
}
.casco-carousel .cc-c-finish .cc-f-title2{
  margin: 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.casco-carousel .cc-c-finish .btn{
  font-size: 14px !important;
  font-weight: normal !important;
}
.casco-carousel .cc-buttons {
  /*width: 100% !important;*/
  /*display: block;*/
  text-align: center;
  margin: 5px;
}

.casco-carousel .cc-buttons .chooseButton label {
  width: 100% !important;
}
.casco-carousel .cc-buttons .chooseButton label span {
  width: 100% !important;
}

.filter-results .content-subtitle-1{
  font-size: 16px;
}
.filter-results .content-subtitle-1 .fr-count{
  color: #00aeef;
}
.filter-results .fr-clear{
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  color: #00aeef;
  font-size: 16px;
  line-height: 1.6em;
  text-align: right;
  display: inline-block;
}
.filter-results .chooseButton label{
  width: 100%;
}
.filter-results .chooseButton label span{
  padding: 20px 0 !important;
  width: 100%;
  /*font-weight: bold;*/
  font-size: 16px;
  position: relative;
}
.filter-results .chooseButton label span .fr-q-b{
  position: absolute;
  width: 23px !important;
  height: 23px !important;
  padding: 0;
  margin: 0;
  right: 20px;
  top: 20px;
  border-radius: 20px;
  display: block;
  border: 1px solid #00aeef;
  text-align: center;
  background: #fff;
  font-weight: bold;
}
.filter-results .chooseButton label span .fr-q-b:hover{
  color: #fff;
  background: #00aeef;
  font-weight: bold;
}
.filter-results .chooseButton input[type="radio"]:checked + label span .fr-q-b{
  color: #fff;
  background: #00aeef;
  border-color: #fff;
  border-width: 2px;
  font-weight: bold;
}


.mB0i{
  margin-bottom: 0 !important;
}
.mB5{
  margin-bottom: 5px;
}
.mL0{
  margin-left: 0 !important;
}
.mR0{
  margin-right: 0 !important;
}
.d-none{
  display: none !important;
}
.text-align--right{
  text-align: right;
}

.etax-popup-size {
  height: 65%;
  overflow-x: hidden;
  overflow-y: auto;
}

.lightBlueBGBox.kampany .valaszto_gomb {
    display: block;
    float: right;
}

.lightBlueBGBox.kampany .valaszto_gomb label {
    padding: 8px 0 7px;
    width: 100px;
    text-align: center;
    background-color: #ffffff;
    height: 40px;
}

.lightBlueBGBox.kampany .valaszto_gomb:fisdt-child label {
    border-left: 0 none;
    border-radius: 0 3px 3px 0;
}

.lightBlueBGBox.kampany .valaszto_gomb:last-child label {
    border-right: 0 none;
    border-radius: 3px 0 0 3px;
}

/*.table-responsive table .inputTitleTooltip {*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /*-webkit-transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    /*height: 23px;*/
/*}*/

.table-responsive table .tooltip-mobile-right {
    top: auto;
    bottom: auto;
}

.table.table-csomagok > tbody > tr td.col-shadow:before {
    display: block;
}

.table.table-csomagok > tbody > tr td.col-shadow:after {
    display: block;
}

.table-csomagok-head tr.third.hidden-xs th {
    background-color: #fff;
    border-top: inherit;
    padding-left: 10px;
    padding-right: 10px;
}

.table.table-csomagok > tbody > tr td.col-shadow {
    position: relative;
    box-shadow: inherit;
}

/*.table.table-csomagok > tbody > tr:nth-of-type(4n+0) {*/
    /*background: #fff;*/
/*}*/

/*.table.table-csomagok > tbody > tr:nth-of-type(4n+3) {*/
    /*background: #fff;*/
/*}*/

/*.table.table-csomagok > tbody > tr:nth-of-type(4n+1) {*/
    /*background: #e6f7fe;*/
/*}*/

/*.table.table-csomagok > tbody > tr:nth-of-type(4n+2) {*/
    /*background: #e6f7fe;*/
/*}*/

.table.table-csomagok > tbody > tr {
    text-align: left;
}

.table-csomagok {
    border-bottom: 1px solid #cceffc;
}

.table-csomagok tbody tr td {
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 15px;
    vertical-align: middle;
}

.table-csomagok tbody tr td .col-in {
    display: block;
    position: relative;
}

.table-csomagok tbody tr td .col-in .inputTitleTooltip {
    display: block;
    position: absolute;
    /*top: 50%;*/
    top: 0;
    /*right: 0;*/
    right: 10px;
}

.table-csomagok tbody tr td.col-active,
.table-csomagok tbody tr td.col-inactive {
    font-weight: bold;
    font-size: 18px;
    color: #00AEEF;
}

.table-csomagok tbody tr td.col-inactive {
    color: #ccc;
}

.table-csomagok tbody tr td i.fa {
    font-size: 20px;
}

/*Atemelve csak mobil nezetbe*/
/*.table-csomagok > tbody > tr:nth-child(2n) > td.col-inactive {*/
    /*background: #fff;*/
/*}*/

.table-csomagok > tbody > tr {
    text-align: center;
}

.table-csomagok > tbody > tr td.col-shadow {
    box-shadow: none;
}

.table-csomagok > tbody > tr td.col-shadow:before {
    display: none;
}

.table-csomagok > tbody > tr td.col-shadow:after {
    display: none;
}

.table-csomagok > tbody > tr:nth-of-type(odd) {
    background: #fff;
}

.table-csomagok > tbody > tr:nth-of-type(even) {
    background: #e6f7fe;
}

.table-csomagok-head {
    margin-bottom: 0;
    border-bottom: none;
}

.table-csomagok-head > thead > tr > th {
    border-bottom: none;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
}

.table-csomagok-head tr.first th {
    background-color: #99dff9;
    font-size: 20px;
}

.table-csomagok-head tr.first th .tipp {
    margin: 5px 0;
    padding: 2px 3px;
    font-size: 11px;
    font-weight: bold;
    background-color: #fa6d16;
    display: inline-block;
    vertical-align: bottom;
}

.table-csomagok-head tr.second th {
    background-color: #e6f7fe;
}

.table-csomagok-head tr.third th {
    background-color: #e6f7fe;
    border-top: none;
    padding-left: 4px;
    padding-right: 4px;
}

.table-csomagok-head tr.second th .large-text {
    font-size: 26px;
}

.table-csomagok-head tr.second th .big-text {
    font-size: 18px;
}

.table-csomagok-head tr.third.hidden-sm th button {
    padding-left: 5px;
    padding-right: 5px;
}

.table-csomagok-head tr.third.hidden-sm th button i {
    margin-left: 3px;
    padding-right: 0;
}

.table-csomagok-head tr th.bdN {
    border-bottom: none;
    border-top: none;
    background-color: #fff;
}

.table-csomagok-head tr.zero th.high,
.table-csomagok-head tr.first th.high {
    color: #fff;
    background-color: #00aeef;
    border-right: 1px solid #99dff9;
    border-color: #99dff9;
}

.table-csomagok .col-shadow {
    position: relative;
    /*box-shadow: 6px 0 3px 0 rgba(0, 0, 0, 0.05), -5px 0 5px 0 rgba(0, 0, 0, 0.05);*/
}

.table-csomagok .col-shadow:before {
    box-shadow: -10px 0 10px -10px rgba(0, 0, 0, 0.3) inset;
    content: " ";
    height: 100%;
    top: 0;
    left: -10px;
    position: absolute;
    width: 10px;
}

.table-csomagok .col-shadow:after {
    box-shadow: 10px 0 10px -10px rgba(0, 0, 0, 0.3) inset;
    content: " ";
    height: 100%;
    position: absolute;
    top: 0;
    right: -10px;
    width: 10px;
}

.table-csomagok-head tr.zero .bdN {
    border: none;
}

.table-csomagok-head tr.first th.high {
    border-top: none;
    padding-right: 5px;
}

.pR5_wideScreen {
    padding-right: 5px;
}

@media all and (-ms-high-contrast:none) {
  .table.table-csomagok .col-shadow:after, .table.table-csomagok > tbody > tr td.col-shadow::after,
  .table.table-csomagok .col-shadow:before, .table.table-csomagok > tbody > tr td.col-shadow::before{
    display: none;
  }
  .table.table-csomagok .col-shadow, .table.table-csomagok > tbody > tr td.col-shadow{
    position: static;
  }
}

.pR0{
    padding-right: 0px!important;
}

#wrapper-csomagok.table-responsive{
  overflow: visible;
}

.article__title_maximalize {
    max-height: 42px!important;
    overflow: hidden!important;
}

.whitespaceNormal {
    white-space: normal; !important;
}

.displayContents {
    display: contents; !important;
}

/* pop up css */
.popUpLayer {
    opacity: 0.7;
    filter: alpha(opacity=70);
    background-color: #A6A6A6;
    z-index: 999;
}

.contentPopUp {
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.gwt-CheckBox.gwt-CheckBox-disabled input[type="checkbox"] + label {
    color: #888888 !important;
}
/*span.gwt-CheckBox.gwt-CheckBox-disabled > label:hover {*/
.gwt-CheckBox.gwt-CheckBox-disabled input[type="checkbox"] + label:hover {
    cursor: not-allowed !important;
}

.insurance-amount-panel {
    display: flex;
    flex-direction: column;
    padding: 24px;
    border: 1px solid var(--primary-light-solid);
}

.insurance-amount-panel-text-info {
    padding: 16px 12px;
    color: var(--primary-default);
    background-color: var(--primary-extra-light);
    font: var(--font-normal);
}

.annex-panel {
    background-color: var(--gray-backgroud);
    padding: 12px 16px;
}

.flex {
    display: flex !important;
}

.flex-wrap {
    flex-wrap: wrap;
}

.mrA {
    margin-right: auto;
}

.space-between {
    justify-content: space-between;
}

.flex-2-0-375 {
    flex: 2 0 375px;
}

.flex-end {
    justify-content: flex-end;
}

.flex-1-1-148 {
    flex: 1 1 148px;
}

.text-secondary {
    color: var(--secondary-default);
}

.flex-1-1-100 {
    flex: 1 1 100%;
}

.w-max {
    width: 100%;
}

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