@charset "utf-8";
/*!
#
#
#
_____    _            _   _  ____  _               ____
|  __ \ | |     /\   | \ | |/ __ \| |        /\   |  _ \
| |__) || |    /  \  |  \| | |  | | |       /  \  | |_) |
|  ___/ | |   / /\ \ |     | |  | | |      / /\ \ |  _ <
| |     | |  / ____ \| |\  | |__| | |____ / ____ \| |_) |
|_|     |_|_/_/    \_\_| \_|\____/|______|_/    \_\____/

# Desenvolvido por: Pianolab Agência Interativa | http://www.pianolab.com.br
# Desenvolvedor(a):
    - Luiz Paulo Valença - https://github.com/luizpaulo165/
    - Rayann Nayran - https://github.com/rayannrag
# Data de Criação: 29-01-2016
# Data da Última Atualização: 00-00-0000
#
#
#
!*/
/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * For full copyright and license information, please see the LICENSE.txt
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
 */
* {
  margin: 0;
  padding: 0;
}
.terms-modal {
  width: 1200px !important;
  margin: auto !important;
}
/** General Style Info **/
.popper {
  display: flex;
  justify-content: space-between;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  position: fixed;
  align-items: center;
  padding: 1em;
  background: #003777;
  color: #FFFFFF;
  z-index: 999;
}
.popper button {
  background: transparent;
  color: #FFFFFF;
  border-radius: 5px;
  border: unset;
  padding: 2px;
  margin-left: 5px;
  text-decoration: underline;
  /*float: right;*/
}
.popper span {
  /*position: fixed;*/
  right: 76px;
  left: 5px;
  bottom: 5px;
}
.popper div {
}
.popper a {
  color: #FFFFFF;
  text-decoration: underline;
}
.popper a:hover {
  color: #FFE500;
  text-decoration: underline;
}
/** Layout **/
#container {
  text-align: left;
}
#header {
  padding: 10px 20px;
}
#header h1 {
  line-height: 20px;
  background: #003d4c url('../img/cake.icon.png') no-repeat left;
  color: #fff;
  padding: 0px 30px;
}
#header h1 a {
  color: #fff;
  background: #003d4c;
  font-weight: normal;
  text-decoration: none;
}
#header h1 a:hover {
  color: #fff;
  background: #003d4c;
  text-decoration: underline;
}
#content {
  background: #fff;
  clear: both;
  color: #333;
  padding: 10px 20px 40px 20px;
  overflow: auto;
}
#footer {
  clear: both;
  padding: 6px 10px;
}
#header a,
#footer a {
  color: #fff;
}
#cake-powered {
  float: right;
}
/** containers **/
div.form,
div.index,
div.view {
  float: right;
  width: 76%;
  border-left: 1px solid #666;
  padding: 10px 2%;
}
div.actions {
  float: left;
  width: 16%;
  padding: 10px 1.5%;
}
div.actions h3 {
  padding-top: 0;
  color: #777;
}
/** Tables **/
table {
  border-right: 0;
  clear: both;
  color: #333;
  margin-bottom: 10px;
  width: 100%;
}
th {
  border: 0;
  border-bottom: 2px solid #555;
  text-align: left;
  padding: 4px;
}
th a {
  display: block;
  padding: 2px 4px;
  text-decoration: none;
}
th a.asc:after {
  content: ' ⇣';
}
th a.desc:after {
  content: ' ⇡';
}
table tr td {
  padding: 6px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
table tr:nth-child(even) {
  background: #f9f9f9;
}
table tr:nth-child(odd) {
  background: #fff;
}
td.actions {
  text-align: left;
  white-space: nowrap;
}
table td.actions a {
  margin: 0px 6px;
  padding: 2px 5px;
  font-size: 11px;
}
/* SQL log */
.cake-sql-log {
  background: #fff;
}
.cake-sql-log td {
  padding: 4px 8px;
  text-align: left;
  font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
  color: #fff;
}
/** Paging **/
.paging {
  background: #fff;
  color: #ccc;
  margin-top: 1em;
  clear: both;
}
.paging .current,
.paging .disabled,
.paging a {
  text-decoration: none;
  padding: 5px 8px;
  display: inline-block;
}
.paging > span {
  display: inline-block;
  border: 1px solid #ccc;
  border-left: 0;
}
.paging > span:hover {
  background: #efefef;
}
.paging .prev {
  border-left: 1px solid #ccc;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.paging .next {
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.paging .disabled {
  color: #ddd;
}
.paging .disabled:hover {
  background: transparent;
}
.paging .current {
  background: #efefef;
  color: #c73e14;
}
/** Scaffold View **/
dl {
  line-height: 2em;
  margin: 0em 0em;
  width: 60%;
}
dl dd:nth-child(4n+2),
dl dt:nth-child(4n+1) {
  background: #f4f4f4;
}
dt {
  font-weight: bold;
  padding-left: 4px;
  vertical-align: top;
  width: 10em;
}
dd {
  margin-left: 10em;
  margin-top: -2em;
  vertical-align: top;
}
/** Notices and Errors **/
.message {
  clear: both;
  color: #fff;
  font-size: 140%;
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 5px;
}
.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
  background: #ffcc00;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #ffcc00, #e6b800);
  background-image: -ms-linear-gradient(top, #ffcc00, #e6b800);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#e6b800));
  background-image: -webkit-linear-gradient(top, #ffcc00, #e6b800);
  background-image: -o-linear-gradient(top, #ffcc00, #e6b800);
  background-image: linear-gradient(top, #ffcc00, #e6b800);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 18px;
  padding: 7px 14px;
  color: #404040;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.success,
.message,
.cake-error,
p.error,
.error-message {
  clear: both;
  color: #fff;
  background: #c43c35;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.success {
  clear: both;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: #3B8230;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#76bf6b), to(#3b8230));
  background-image: -webkit-linear-gradient(top, #76bf6b, #3b8230);
  background-image: -moz-linear-gradient(top, #76bf6b, #3b8230);
  background-image: -ms-linear-gradient(top, #76bf6b, #3b8230);
  background-image: -o-linear-gradient(top, #76bf6b, #3b8230);
  background-image: linear-gradient(top, #76bf6b, #3b8230);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
p.error {
  font-family: Monaco, Consolas, Courier, monospace;
  font-size: 120%;
  padding: 0.8em;
  margin: 1em 0;
}
p.error em {
  font-weight: normal;
  line-height: 140%;
}
.notice {
  color: #000;
  display: block;
  font-size: 120%;
  padding: 0.8em;
  margin: 1em 0;
}
.success {
  color: #fff;
}
/**  Actions  **/
.actions ul {
  margin: 0;
  padding: 0;
}
.actions li {
  margin: 0 0 0.5em 0;
  list-style-type: none;
  white-space: nowrap;
  padding: 0;
}
.actions ul li a {
  font-weight: normal;
  display: block;
  clear: both;
}
/* Buttons and button links */
/** Related **/
.related {
  clear: both;
  display: block;
}
/** Debugging **/
pre {
  color: #000;
  background: #f0f0f0;
  padding: 15px;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.cake-debug-output {
  padding: 0;
  position: relative;
}
.cake-debug-output > span {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(255, 255, 255, 0.3);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 6px;
  color: #000;
  display: block;
  float: left;
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.cake-debug,
.cake-error {
  font-size: 16px;
  line-height: 20px;
  clear: both;
}
.cake-error > a {
  text-shadow: none;
}
.cake-error {
  white-space: normal;
}
.cake-stack-trace {
  background: rgba(255, 255, 255, 0.7);
  color: #333;
  margin: 10px 0 5px 0;
  padding: 10px 10px 0 10px;
  font-size: 120%;
  line-height: 140%;
  overflow: auto;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.cake-stack-trace a {
  text-shadow: none;
  background: rgba(255, 255, 255, 0.7);
  padding: 5px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0px 4px 10px 2px;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  text-decoration: none;
  -moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.cake-code-dump pre {
  position: relative;
  overflow: auto;
}
.cake-context {
  margin-bottom: 10px;
}
.cake-stack-trace pre {
  color: #000;
  background-color: #F0F0F0;
  margin: 0px 0 10px 0;
  padding: 1em;
  overflow: auto;
  text-shadow: none;
}
.cake-stack-trace li {
  padding: 10px 5px 0px;
  margin: 0 0 4px 0;
  font-family: monospace;
  border: 1px solid #bbb;
  -moz-border-radius: 4px;
  -wekbkit-border-radius: 4px;
  border-radius: 4px;
  background: #dcdcdc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
  background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
  background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
  background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
  background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
  background-image: linear-gradient(top, #fefefe, #dcdcdc);
}
/* excerpt */
.cake-code-dump pre,
.cake-code-dump pre code {
  clear: both;
  font-size: 12px;
  line-height: 15px;
  margin: 4px 2px;
  padding: 4px;
  overflow: auto;
}
.cake-code-dump .code-highlight {
  display: block;
  background-color: rgba(255, 255, 0, 0.5);
}
.code-coverage-results div.code-line {
  padding-left: 5px;
  display: block;
  margin-left: 10px;
}
.code-coverage-results div.uncovered span.content {
  background: #ecc;
}
.code-coverage-results div.covered span.content {
  background: #cec;
}
.code-coverage-results div.ignored span.content {
  color: #aaa;
}
.code-coverage-results span.line-num {
  color: #666;
  display: block;
  float: left;
  width: 20px;
  text-align: right;
  margin-right: 5px;
}
.code-coverage-results span.line-num strong {
  color: #666;
}
.code-coverage-results div.start {
  border: 1px solid #aaa;
  border-width: 1px 1px 0px 1px;
  margin-top: 30px;
  padding-top: 5px;
}
.code-coverage-results div.end {
  border: 1px solid #aaa;
  border-width: 0px 1px 1px 1px;
  margin-bottom: 30px;
  padding-bottom: 5px;
}
.code-coverage-results div.realstart {
  margin-top: 0px;
}
.code-coverage-results p.note {
  color: #bbb;
  padding: 5px;
  margin: 5px 0 10px;
  font-size: 10px;
}
.code-coverage-results span.result-bad {
  color: #a00;
}
.code-coverage-results span.result-ok {
  color: #fa0;
}
.code-coverage-results span.result-good {
  color: #0a0;
}
/** Elements **/
#url-rewriting-warning {
  display: none;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    }
    abbr[title]:after {
      content: " (" attr(title) ")";
      }
      a[href^="#"]:after,
      a[href^="javascript:"]:after {
        content: "";
      }
      pre,
      blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
      }
      thead {
        display: table-header-group;
      }
      tr,
      img {
        page-break-inside: avoid;
      }
      img {
        max-width: 100% !important;
      }
      p,
      h2,
      h3 {
        orphans: 3;
        widows: 3;
      }
      h2,
      h3 {
        page-break-after: avoid;
      }
      select {
        background: #fff !important;
      }
      .navbar {
        display: none;
      }
      .btn > .caret,
      .dropup > .btn > .caret {
        border-top-color: #000 !important;
      }
      .label {
        border: 1px solid #000;
      }
      .table {
        border-collapse: collapse !important;
      }
      .table td,
      .table th {
        background-color: #fff !important;
      }
      .table-bordered th,
      .table-bordered td {
        border: 1px solid #ddd !important;
      }
    }
    @font-face {
      font-family: 'Glyphicons Halflings';
      src: url('../fonts/glyphicons-halflings-regular.eot');
      src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
    }
    .glyphicon {
      position: relative;
      top: 1px;
      display: inline-block;
      font-family: 'Glyphicons Halflings';
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    .glyphicon-asterisk:before {
      content: "\2a";
    }
    .glyphicon-plus:before {
      content: "\2b";
    }
    .glyphicon-euro:before,
    .glyphicon-eur:before {
      content: "\20ac";
    }
    .glyphicon-minus:before {
      content: "\2212";
    }
    .glyphicon-cloud:before {
      content: "\2601";
    }
    .glyphicon-envelope:before {
      content: "\2709";
    }
    .glyphicon-pencil:before {
      content: "\270f";
    }
    .glyphicon-glass:before {
      content: "\e001";
    }
    .glyphicon-music:before {
      content: "\e002";
    }
    .glyphicon-search:before {
      content: "\e003";
    }
    .glyphicon-heart:before {
      content: "\e005";
    }
    .glyphicon-star:before {
      content: "\e006";
    }
    .glyphicon-star-empty:before {
      content: "\e007";
    }
    .glyphicon-user:before {
      content: "\e008";
    }
    .glyphicon-film:before {
      content: "\e009";
    }
    .glyphicon-th-large:before {
      content: "\e010";
    }
    .glyphicon-th:before {
      content: "\e011";
    }
    .glyphicon-th-list:before {
      content: "\e012";
    }
    .glyphicon-ok:before {
      content: "\e013";
    }
    .glyphicon-remove:before {
      content: "\e014";
    }
    .glyphicon-zoom-in:before {
      content: "\e015";
    }
    .glyphicon-zoom-out:before {
      content: "\e016";
    }
    .glyphicon-off:before {
      content: "\e017";
    }
    .glyphicon-signal:before {
      content: "\e018";
    }
    .glyphicon-cog:before {
      content: "\e019";
    }
    .glyphicon-trash:before {
      content: "\e020";
    }
    .glyphicon-home:before {
      content: "\e021";
    }
    .glyphicon-file:before {
      content: "\e022";
    }
    .glyphicon-time:before {
      content: "\e023";
    }
    .glyphicon-road:before {
      content: "\e024";
    }
    .glyphicon-download-alt:before {
      content: "\e025";
    }
    .glyphicon-download:before {
      content: "\e026";
    }
    .glyphicon-upload:before {
      content: "\e027";
    }
    .glyphicon-inbox:before {
      content: "\e028";
    }
    .glyphicon-play-circle:before {
      content: "\e029";
    }
    .glyphicon-repeat:before {
      content: "\e030";
    }
    .glyphicon-refresh:before {
      content: "\e031";
    }
    .glyphicon-list-alt:before {
      content: "\e032";
    }
    .glyphicon-lock:before {
      content: "\e033";
    }
    .glyphicon-flag:before {
      content: "\e034";
    }
    .glyphicon-headphones:before {
      content: "\e035";
    }
    .glyphicon-volume-off:before {
      content: "\e036";
    }
    .glyphicon-volume-down:before {
      content: "\e037";
    }
    .glyphicon-volume-up:before {
      content: "\e038";
    }
    .glyphicon-qrcode:before {
      content: "\e039";
    }
    .glyphicon-barcode:before {
      content: "\e040";
    }
    .glyphicon-tag:before {
      content: "\e041";
    }
    .glyphicon-tags:before {
      content: "\e042";
    }
    .glyphicon-book:before {
      content: "\e043";
    }
    .glyphicon-bookmark:before {
      content: "\e044";
    }
    .glyphicon-print:before {
      content: "\e045";
    }
    .glyphicon-camera:before {
      content: "\e046";
    }
    .glyphicon-font:before {
      content: "\e047";
    }
    .glyphicon-bold:before {
      content: "\e048";
    }
    .glyphicon-italic:before {
      content: "\e049";
    }
    .glyphicon-text-height:before {
      content: "\e050";
    }
    .glyphicon-text-width:before {
      content: "\e051";
    }
    .glyphicon-align-left:before {
      content: "\e052";
    }
    .glyphicon-align-center:before {
      content: "\e053";
    }
    .glyphicon-align-right:before {
      content: "\e054";
    }
    .glyphicon-align-justify:before {
      content: "\e055";
    }
    .glyphicon-list:before {
      content: "\e056";
    }
    .glyphicon-indent-left:before {
      content: "\e057";
    }
    .glyphicon-indent-right:before {
      content: "\e058";
    }
    .glyphicon-facetime-video:before {
      content: "\e059";
    }
    .glyphicon-picture:before {
      content: "\e060";
    }
    .glyphicon-map-marker:before {
      content: "\e062";
    }
    .glyphicon-adjust:before {
      content: "\e063";
    }
    .glyphicon-tint:before {
      content: "\e064";
    }
    .glyphicon-edit:before {
      content: "\e065";
    }
    .glyphicon-share:before {
      content: "\e066";
    }
    .glyphicon-check:before {
      content: "\e067";
    }
    .glyphicon-move:before {
      content: "\e068";
    }
    .glyphicon-step-backward:before {
      content: "\e069";
    }
    .glyphicon-fast-backward:before {
      content: "\e070";
    }
    .glyphicon-backward:before {
      content: "\e071";
    }
    .glyphicon-play:before {
      content: "\e072";
    }
    .glyphicon-pause:before {
      content: "\e073";
    }
    .glyphicon-stop:before {
      content: "\e074";
    }
    .glyphicon-forward:before {
      content: "\e075";
    }
    .glyphicon-fast-forward:before {
      content: "\e076";
    }
    .glyphicon-step-forward:before {
      content: "\e077";
    }
    .glyphicon-eject:before {
      content: "\e078";
    }
    .glyphicon-chevron-left:before {
      content: "\e079";
    }
    .glyphicon-chevron-right:before {
      content: "\e080";
    }
    .glyphicon-plus-sign:before {
      content: "\e081";
    }
    .glyphicon-minus-sign:before {
      content: "\e082";
    }
    .glyphicon-remove-sign:before {
      content: "\e083";
    }
    .glyphicon-ok-sign:before {
      content: "\e084";
    }
    .glyphicon-question-sign:before {
      content: "\e085";
    }
    .glyphicon-info-sign:before {
      content: "\e086";
    }
    .glyphicon-screenshot:before {
      content: "\e087";
    }
    .glyphicon-remove-circle:before {
      content: "\e088";
    }
    .glyphicon-ok-circle:before {
      content: "\e089";
    }
    .glyphicon-ban-circle:before {
      content: "\e090";
    }
    .glyphicon-arrow-left:before {
      content: "\e091";
    }
    .glyphicon-arrow-right:before {
      content: "\e092";
    }
    .glyphicon-arrow-up:before {
      content: "\e093";
    }
    .glyphicon-arrow-down:before {
      content: "\e094";
    }
    .glyphicon-share-alt:before {
      content: "\e095";
    }
    .glyphicon-resize-full:before {
      content: "\e096";
    }
    .glyphicon-resize-small:before {
      content: "\e097";
    }
    .glyphicon-exclamation-sign:before {
      content: "\e101";
    }
    .glyphicon-gift:before {
      content: "\e102";
    }
    .glyphicon-leaf:before {
      content: "\e103";
    }
    .glyphicon-fire:before {
      content: "\e104";
    }
    .glyphicon-eye-open:before {
      content: "\e105";
    }
    .glyphicon-eye-close:before {
      content: "\e106";
    }
    .glyphicon-warning-sign:before {
      content: "\e107";
    }
    .glyphicon-plane:before {
      content: "\e108";
    }
    .glyphicon-calendar:before {
      content: "\e109";
    }
    .glyphicon-random:before {
      content: "\e110";
    }
    .glyphicon-comment:before {
      content: "\e111";
    }
    .glyphicon-magnet:before {
      content: "\e112";
    }
    .glyphicon-chevron-up:before {
      content: "\e113";
    }
    .glyphicon-chevron-down:before {
      content: "\e114";
    }
    .glyphicon-retweet:before {
      content: "\e115";
    }
    .glyphicon-shopping-cart:before {
      content: "\e116";
    }
    .glyphicon-folder-close:before {
      content: "\e117";
    }
    .glyphicon-folder-open:before {
      content: "\e118";
    }
    .glyphicon-resize-vertical:before {
      content: "\e119";
    }
    .glyphicon-resize-horizontal:before {
      content: "\e120";
    }
    .glyphicon-hdd:before {
      content: "\e121";
    }
    .glyphicon-bullhorn:before {
      content: "\e122";
    }
    .glyphicon-bell:before {
      content: "\e123";
    }
    .glyphicon-certificate:before {
      content: "\e124";
    }
    .glyphicon-thumbs-up:before {
      content: "\e125";
    }
    .glyphicon-thumbs-down:before {
      content: "\e126";
    }
    .glyphicon-hand-right:before {
      content: "\e127";
    }
    .glyphicon-hand-left:before {
      content: "\e128";
    }
    .glyphicon-hand-up:before {
      content: "\e129";
    }
    .glyphicon-hand-down:before {
      content: "\e130";
    }
    .glyphicon-circle-arrow-right:before {
      content: "\e131";
    }
    .glyphicon-circle-arrow-left:before {
      content: "\e132";
    }
    .glyphicon-circle-arrow-up:before {
      content: "\e133";
    }
    .glyphicon-circle-arrow-down:before {
      content: "\e134";
    }
    .glyphicon-globe:before {
      content: "\e135";
    }
    .glyphicon-wrench:before {
      content: "\e136";
    }
    .glyphicon-tasks:before {
      content: "\e137";
    }
    .glyphicon-filter:before {
      content: "\e138";
    }
    .glyphicon-briefcase:before {
      content: "\e139";
    }
    .glyphicon-fullscreen:before {
      content: "\e140";
    }
    .glyphicon-dashboard:before {
      content: "\e141";
    }
    .glyphicon-paperclip:before {
      content: "\e142";
    }
    .glyphicon-heart-empty:before {
      content: "\e143";
    }
    .glyphicon-link:before {
      content: "\e144";
    }
    .glyphicon-phone:before {
      content: "\e145";
    }
    .glyphicon-pushpin:before {
      content: "\e146";
    }
    .glyphicon-usd:before {
      content: "\e148";
    }
    .glyphicon-gbp:before {
      content: "\e149";
    }
    .glyphicon-sort:before {
      content: "\e150";
    }
    .glyphicon-sort-by-alphabet:before {
      content: "\e151";
    }
    .glyphicon-sort-by-alphabet-alt:before {
      content: "\e152";
    }
    .glyphicon-sort-by-order:before {
      content: "\e153";
    }
    .glyphicon-sort-by-order-alt:before {
      content: "\e154";
    }
    .glyphicon-sort-by-attributes:before {
      content: "\e155";
    }
    .glyphicon-sort-by-attributes-alt:before {
      content: "\e156";
    }
    .glyphicon-unchecked:before {
      content: "\e157";
    }
    .glyphicon-expand:before {
      content: "\e158";
    }
    .glyphicon-collapse-down:before {
      content: "\e159";
    }
    .glyphicon-collapse-up:before {
      content: "\e160";
    }
    .glyphicon-log-in:before {
      content: "\e161";
    }
    .glyphicon-flash:before {
      content: "\e162";
    }
    .glyphicon-log-out:before {
      content: "\e163";
    }
    .glyphicon-new-window:before {
      content: "\e164";
    }
    .glyphicon-record:before {
      content: "\e165";
    }
    .glyphicon-save:before {
      content: "\e166";
    }
    .glyphicon-open:before {
      content: "\e167";
    }
    .glyphicon-saved:before {
      content: "\e168";
    }
    .glyphicon-import:before {
      content: "\e169";
    }
    .glyphicon-export:before {
      content: "\e170";
    }
    .glyphicon-send:before {
      content: "\e171";
    }
    .glyphicon-floppy-disk:before {
      content: "\e172";
    }
    .glyphicon-floppy-saved:before {
      content: "\e173";
    }
    .glyphicon-floppy-remove:before {
      content: "\e174";
    }
    .glyphicon-floppy-save:before {
      content: "\e175";
    }
    .glyphicon-floppy-open:before {
      content: "\e176";
    }
    .glyphicon-credit-card:before {
      content: "\e177";
    }
    .glyphicon-transfer:before {
      content: "\e178";
    }
    .glyphicon-cutlery:before {
      content: "\e179";
    }
    .glyphicon-header:before {
      content: "\e180";
    }
    .glyphicon-compressed:before {
      content: "\e181";
    }
    .glyphicon-earphone:before {
      content: "\e182";
    }
    .glyphicon-phone-alt:before {
      content: "\e183";
    }
    .glyphicon-tower:before {
      content: "\e184";
    }
    .glyphicon-stats:before {
      content: "\e185";
    }
    .glyphicon-sd-video:before {
      content: "\e186";
    }
    .glyphicon-hd-video:before {
      content: "\e187";
    }
    .glyphicon-subtitles:before {
      content: "\e188";
    }
    .glyphicon-sound-stereo:before {
      content: "\e189";
    }
    .glyphicon-sound-dolby:before {
      content: "\e190";
    }
    .glyphicon-sound-5-1:before {
      content: "\e191";
    }
    .glyphicon-sound-6-1:before {
      content: "\e192";
    }
    .glyphicon-sound-7-1:before {
      content: "\e193";
    }
    .glyphicon-copyright-mark:before {
      content: "\e194";
    }
    .glyphicon-registration-mark:before {
      content: "\e195";
    }
    .glyphicon-cloud-download:before {
      content: "\e197";
    }
    .glyphicon-cloud-upload:before {
      content: "\e198";
    }
    .glyphicon-tree-conifer:before {
      content: "\e199";
    }
    .glyphicon-tree-deciduous:before {
      content: "\e200";
    }
    .glyphicon-cd:before {
      content: "\e201";
    }
    .glyphicon-save-file:before {
      content: "\e202";
    }
    .glyphicon-open-file:before {
      content: "\e203";
    }
    .glyphicon-level-up:before {
      content: "\e204";
    }
    .glyphicon-copy:before {
      content: "\e205";
    }
    .glyphicon-paste:before {
      content: "\e206";
    }
    .glyphicon-alert:before {
      content: "\e209";
    }
    .glyphicon-equalizer:before {
      content: "\e210";
    }
    .glyphicon-king:before {
      content: "\e211";
    }
    .glyphicon-queen:before {
      content: "\e212";
    }
    .glyphicon-pawn:before {
      content: "\e213";
    }
    .glyphicon-bishop:before {
      content: "\e214";
    }
    .glyphicon-knight:before {
      content: "\e215";
    }
    .glyphicon-baby-formula:before {
      content: "\e216";
    }
    .glyphicon-tent:before {
      content: "\26fa";
    }
    .glyphicon-blackboard:before {
      content: "\e218";
    }
    .glyphicon-bed:before {
      content: "\e219";
    }
    .glyphicon-apple:before {
      content: "\f8ff";
    }
    .glyphicon-erase:before {
      content: "\e221";
    }
    .glyphicon-hourglass:before {
      content: "\231b";
    }
    .glyphicon-lamp:before {
      content: "\e223";
    }
    .glyphicon-duplicate:before {
      content: "\e224";
    }
    .glyphicon-piggy-bank:before {
      content: "\e225";
    }
    .glyphicon-scissors:before {
      content: "\e226";
    }
    .glyphicon-bitcoin:before {
      content: "\e227";
    }
    .glyphicon-yen:before {
      content: "\00a5";
    }
    .glyphicon-ruble:before {
      content: "\20bd";
    }
    .glyphicon-scale:before {
      content: "\e230";
    }
    .glyphicon-ice-lolly:before {
      content: "\e231";
    }
    .glyphicon-ice-lolly-tasted:before {
      content: "\e232";
    }
    .glyphicon-education:before {
      content: "\e233";
    }
    .glyphicon-option-horizontal:before {
      content: "\e234";
    }
    .glyphicon-option-vertical:before {
      content: "\e235";
    }
    .glyphicon-menu-hamburger:before {
      content: "\e236";
    }
    .glyphicon-modal-window:before {
      content: "\e237";
    }
    .glyphicon-oil:before {
      content: "\e238";
    }
    .glyphicon-grain:before {
      content: "\e239";
    }
    .glyphicon-sunglasses:before {
      content: "\e240";
    }
    .glyphicon-text-size:before {
      content: "\e241";
    }
    .glyphicon-text-color:before {
      content: "\e242";
    }
    .glyphicon-text-background:before {
      content: "\e243";
    }
    .glyphicon-object-align-top:before {
      content: "\e244";
    }
    .glyphicon-object-align-bottom:before {
      content: "\e245";
    }
    .glyphicon-object-align-horizontal:before {
      content: "\e246";
    }
    .glyphicon-object-align-left:before {
      content: "\e247";
    }
    .glyphicon-object-align-vertical:before {
      content: "\e248";
    }
    .glyphicon-object-align-right:before {
      content: "\e249";
    }
    .glyphicon-triangle-right:before {
      content: "\e250";
    }
    .glyphicon-triangle-left:before {
      content: "\e251";
    }
    .glyphicon-triangle-bottom:before {
      content: "\e252";
    }
    .glyphicon-triangle-top:before {
      content: "\e253";
    }
    .glyphicon-console:before {
      content: "\e254";
    }
    .glyphicon-superscript:before {
      content: "\e255";
    }
    .glyphicon-subscript:before {
      content: "\e256";
    }
    .glyphicon-menu-left:before {
      content: "\e257";
    }
    .glyphicon-menu-right:before {
      content: "\e258";
    }
    .glyphicon-menu-down:before {
      content: "\e259";
    }
    .glyphicon-menu-up:before {
      content: "\e260";
    }
    * {
      -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: rgba(0, 0, 0, 0);
    }
    body {
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 14px;
      line-height: 1.42857143;
      color: #333333;
      background-color: #ffffff;
    }
    input,
    button,
    select,
    textarea {
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
    }
    a {
      color: #003777;
      text-decoration: none;
    }
    a:hover,
    a:focus {
      color: #00142b;
      text-decoration: underline;
    }
    a:focus {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
    }
    figure {
      margin: 0;
    }
    img {
      vertical-align: middle;
    }
    .img-responsive,
    .thumbnail > img,
    .thumbnail a > img,
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
    }
    .img-rounded {
      border-radius: 6px;
    }
    .img-thumbnail {
      padding: 4px;
      line-height: 1.42857143;
      background-color: #ffffff;
      border: 1px solid #dddddd;
      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;
    }
    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,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small,
    h1 .small,
    h2 .small,
    h3 .small,
    h4 .small,
    h5 .small,
    h6 .small,
    .h1 .small,
    .h2 .small,
    .h3 .small,
    .h4 .small,
    .h5 .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,
    h2 small,
    .h2 small,
    h3 small,
    .h3 small,
    h1 .small,
    .h1 .small,
    h2 .small,
    .h2 .small,
    h3 .small,
    .h3 .small {
      font-size: 65%;
    }
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
      margin-top: 10px;
      margin-bottom: 10px;
    }
    h4 small,
    .h4 small,
    h5 small,
    .h5 small,
    h6 small,
    .h6 small,
    h4 .small,
    .h4 .small,
    h5 .small,
    .h5 .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 {
      text-transform: uppercase;
    }
    .text-capitalize {
      text-transform: capitalize;
    }
    .text-muted {
      color: #777777;
    }
    .text-primary {
      color: #003777;
    }
    a.text-primary:hover {
      color: #001f44;
    }
    .text-success {
      color: #3c763d;
    }
    a.text-success:hover {
      color: #2b542c;
    }
    .text-info {
      color: #31708f;
    }
    a.text-info:hover {
      color: #245269;
    }
    .text-warning {
      color: #8a6d3b;
    }
    a.text-warning:hover {
      color: #66512c;
    }
    .text-danger {
      color: #a94442;
    }
    a.text-danger:hover {
      color: #843534;
    }
    .bg-primary {
      color: #fff;
      background-color: #003777;
    }
    a.bg-primary:hover {
      background-color: #001f44;
    }
    .bg-success {
      background-color: #dff0d8;
    }
    a.bg-success:hover {
      background-color: #c1e2b3;
    }
    .bg-info {
      background-color: #d9edf7;
    }
    a.bg-info:hover {
      background-color: #afd9ee;
    }
    .bg-warning {
      background-color: #fcf8e3;
    }
    a.bg-warning:hover {
      background-color: #f7ecb5;
    }
    .bg-danger {
      background-color: #f2dede;
    }
    a.bg-danger:hover {
      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,
    ol ul,
    ul ol,
    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.42857143;
    }
    dt {
      font-weight: bold;
    }
    dd {
      margin-left: 0;
    }
    @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%;
      text-transform: uppercase;
    }
    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.42857143;
      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.pull-right footer:before,
    .blockquote-reverse small:before,
    blockquote.pull-right small:before,
    .blockquote-reverse .small:before,
    blockquote.pull-right .small:before {
      content: '';
    }
    .blockquote-reverse footer:after,
    blockquote.pull-right footer:after,
    .blockquote-reverse small:after,
    blockquote.pull-right small:after,
    .blockquote-reverse .small:after,
    blockquote.pull-right .small:after {
      content: '\00A0 \2014';
    }
    address {
      margin-bottom: 20px;
      font-style: normal;
      line-height: 1.42857143;
    }
    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: #ffffff;
      background-color: #333333;
      border-radius: 3px;
      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.42857143;
      word-break: break-all;
      word-wrap: break-word;
      color: #333333;
      background-color: #f5f5f5;
      border: 1px solid #cccccc;
      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;
    }
    @media (min-width: 768px) {
      .container {
        width: 750px;
      }
    }
    @media (min-width: 992px) {
      .container {
        width: 970px;
      }
    }
    @media (min-width: 1200px) {
      .container {
        width: 1122px;
      }
    }
    .container-fluid {
      margin-right: auto;
      margin-left: auto;
      padding-left: 15px;
      padding-right: 15px;
    }
    .row {
      margin-left: -15px;
      margin-right: -15px;
    }
    .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-12 {
      width: 100%;
    }
    .col-xs-11 {
      width: 91.66666667%;
    }
    .col-xs-10 {
      width: 83.33333333%;
    }
    .col-xs-9 {
      width: 75%;
    }
    .col-xs-8 {
      width: 66.66666667%;
    }
    .col-xs-7 {
      width: 58.33333333%;
    }
    .col-xs-6 {
      width: 50%;
    }
    .col-xs-5 {
      width: 41.66666667%;
    }
    .col-xs-4 {
      width: 33.33333333%;
    }
    .col-xs-3 {
      width: 25%;
    }
    .col-xs-2 {
      width: 16.66666667%;
    }
    .col-xs-1 {
      width: 8.33333333%;
    }
    .col-xs-pull-12 {
      right: 100%;
    }
    .col-xs-pull-11 {
      right: 91.66666667%;
    }
    .col-xs-pull-10 {
      right: 83.33333333%;
    }
    .col-xs-pull-9 {
      right: 75%;
    }
    .col-xs-pull-8 {
      right: 66.66666667%;
    }
    .col-xs-pull-7 {
      right: 58.33333333%;
    }
    .col-xs-pull-6 {
      right: 50%;
    }
    .col-xs-pull-5 {
      right: 41.66666667%;
    }
    .col-xs-pull-4 {
      right: 33.33333333%;
    }
    .col-xs-pull-3 {
      right: 25%;
    }
    .col-xs-pull-2 {
      right: 16.66666667%;
    }
    .col-xs-pull-1 {
      right: 8.33333333%;
    }
    .col-xs-pull-0 {
      right: auto;
    }
    .col-xs-push-12 {
      left: 100%;
    }
    .col-xs-push-11 {
      left: 91.66666667%;
    }
    .col-xs-push-10 {
      left: 83.33333333%;
    }
    .col-xs-push-9 {
      left: 75%;
    }
    .col-xs-push-8 {
      left: 66.66666667%;
    }
    .col-xs-push-7 {
      left: 58.33333333%;
    }
    .col-xs-push-6 {
      left: 50%;
    }
    .col-xs-push-5 {
      left: 41.66666667%;
    }
    .col-xs-push-4 {
      left: 33.33333333%;
    }
    .col-xs-push-3 {
      left: 25%;
    }
    .col-xs-push-2 {
      left: 16.66666667%;
    }
    .col-xs-push-1 {
      left: 8.33333333%;
    }
    .col-xs-push-0 {
      left: auto;
    }
    .col-xs-offset-12 {
      margin-left: 100%;
    }
    .col-xs-offset-11 {
      margin-left: 91.66666667%;
    }
    .col-xs-offset-10 {
      margin-left: 83.33333333%;
    }
    .col-xs-offset-9 {
      margin-left: 75%;
    }
    .col-xs-offset-8 {
      margin-left: 66.66666667%;
    }
    .col-xs-offset-7 {
      margin-left: 58.33333333%;
    }
    .col-xs-offset-6 {
      margin-left: 50%;
    }
    .col-xs-offset-5 {
      margin-left: 41.66666667%;
    }
    .col-xs-offset-4 {
      margin-left: 33.33333333%;
    }
    .col-xs-offset-3 {
      margin-left: 25%;
    }
    .col-xs-offset-2 {
      margin-left: 16.66666667%;
    }
    .col-xs-offset-1 {
      margin-left: 8.33333333%;
    }
    .col-xs-offset-0 {
      margin-left: 0%;
    }
    @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-12 {
        width: 100%;
      }
      .col-sm-11 {
        width: 91.66666667%;
      }
      .col-sm-10 {
        width: 83.33333333%;
      }
      .col-sm-9 {
        width: 75%;
      }
      .col-sm-8 {
        width: 66.66666667%;
      }
      .col-sm-7 {
        width: 58.33333333%;
      }
      .col-sm-6 {
        width: 50%;
      }
      .col-sm-5 {
        width: 41.66666667%;
      }
      .col-sm-4 {
        width: 33.33333333%;
      }
      .col-sm-3 {
        width: 25%;
      }
      .col-sm-2 {
        width: 16.66666667%;
      }
      .col-sm-1 {
        width: 8.33333333%;
      }
      .col-sm-pull-12 {
        right: 100%;
      }
      .col-sm-pull-11 {
        right: 91.66666667%;
      }
      .col-sm-pull-10 {
        right: 83.33333333%;
      }
      .col-sm-pull-9 {
        right: 75%;
      }
      .col-sm-pull-8 {
        right: 66.66666667%;
      }
      .col-sm-pull-7 {
        right: 58.33333333%;
      }
      .col-sm-pull-6 {
        right: 50%;
      }
      .col-sm-pull-5 {
        right: 41.66666667%;
      }
      .col-sm-pull-4 {
        right: 33.33333333%;
      }
      .col-sm-pull-3 {
        right: 25%;
      }
      .col-sm-pull-2 {
        right: 16.66666667%;
      }
      .col-sm-pull-1 {
        right: 8.33333333%;
      }
      .col-sm-pull-0 {
        right: auto;
      }
      .col-sm-push-12 {
        left: 100%;
      }
      .col-sm-push-11 {
        left: 91.66666667%;
      }
      .col-sm-push-10 {
        left: 83.33333333%;
      }
      .col-sm-push-9 {
        left: 75%;
      }
      .col-sm-push-8 {
        left: 66.66666667%;
      }
      .col-sm-push-7 {
        left: 58.33333333%;
      }
      .col-sm-push-6 {
        left: 50%;
      }
      .col-sm-push-5 {
        left: 41.66666667%;
      }
      .col-sm-push-4 {
        left: 33.33333333%;
      }
      .col-sm-push-3 {
        left: 25%;
      }
      .col-sm-push-2 {
        left: 16.66666667%;
      }
      .col-sm-push-1 {
        left: 8.33333333%;
      }
      .col-sm-push-0 {
        left: auto;
      }
      .col-sm-offset-12 {
        margin-left: 100%;
      }
      .col-sm-offset-11 {
        margin-left: 91.66666667%;
      }
      .col-sm-offset-10 {
        margin-left: 83.33333333%;
      }
      .col-sm-offset-9 {
        margin-left: 75%;
      }
      .col-sm-offset-8 {
        margin-left: 66.66666667%;
      }
      .col-sm-offset-7 {
        margin-left: 58.33333333%;
      }
      .col-sm-offset-6 {
        margin-left: 50%;
      }
      .col-sm-offset-5 {
        margin-left: 41.66666667%;
      }
      .col-sm-offset-4 {
        margin-left: 33.33333333%;
      }
      .col-sm-offset-3 {
        margin-left: 25%;
      }
      .col-sm-offset-2 {
        margin-left: 16.66666667%;
      }
      .col-sm-offset-1 {
        margin-left: 8.33333333%;
      }
      .col-sm-offset-0 {
        margin-left: 0%;
      }
    }
    @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-12 {
        width: 100%;
      }
      .col-md-11 {
        width: 91.66666667%;
      }
      .col-md-10 {
        width: 83.33333333%;
      }
      .col-md-9 {
        width: 75%;
      }
      .col-md-8 {
        width: 66.66666667%;
      }
      .col-md-7 {
        width: 58.33333333%;
      }
      .col-md-6 {
        width: 50%;
      }
      .col-md-5 {
        width: 41.66666667%;
      }
      .col-md-4 {
        width: 33.33333333%;
      }
      .col-md-3 {
        width: 25%;
      }
      .col-md-2 {
        width: 16.66666667%;
      }
      .col-md-1 {
        width: 8.33333333%;
      }
      .col-md-pull-12 {
        right: 100%;
      }
      .col-md-pull-11 {
        right: 91.66666667%;
      }
      .col-md-pull-10 {
        right: 83.33333333%;
      }
      .col-md-pull-9 {
        right: 75%;
      }
      .col-md-pull-8 {
        right: 66.66666667%;
      }
      .col-md-pull-7 {
        right: 58.33333333%;
      }
      .col-md-pull-6 {
        right: 50%;
      }
      .col-md-pull-5 {
        right: 41.66666667%;
      }
      .col-md-pull-4 {
        right: 33.33333333%;
      }
      .col-md-pull-3 {
        right: 25%;
      }
      .col-md-pull-2 {
        right: 16.66666667%;
      }
      .col-md-pull-1 {
        right: 8.33333333%;
      }
      .col-md-pull-0 {
        right: auto;
      }
      .col-md-push-12 {
        left: 100%;
      }
      .col-md-push-11 {
        left: 91.66666667%;
      }
      .col-md-push-10 {
        left: 83.33333333%;
      }
      .col-md-push-9 {
        left: 75%;
      }
      .col-md-push-8 {
        left: 66.66666667%;
      }
      .col-md-push-7 {
        left: 58.33333333%;
      }
      .col-md-push-6 {
        left: 50%;
      }
      .col-md-push-5 {
        left: 41.66666667%;
      }
      .col-md-push-4 {
        left: 33.33333333%;
      }
      .col-md-push-3 {
        left: 25%;
      }
      .col-md-push-2 {
        left: 16.66666667%;
      }
      .col-md-push-1 {
        left: 8.33333333%;
      }
      .col-md-push-0 {
        left: auto;
      }
      .col-md-offset-12 {
        margin-left: 100%;
      }
      .col-md-offset-11 {
        margin-left: 91.66666667%;
      }
      .col-md-offset-10 {
        margin-left: 83.33333333%;
      }
      .col-md-offset-9 {
        margin-left: 75%;
      }
      .col-md-offset-8 {
        margin-left: 66.66666667%;
      }
      .col-md-offset-7 {
        margin-left: 58.33333333%;
      }
      .col-md-offset-6 {
        margin-left: 50%;
      }
      .col-md-offset-5 {
        margin-left: 41.66666667%;
      }
      .col-md-offset-4 {
        margin-left: 33.33333333%;
      }
      .col-md-offset-3 {
        margin-left: 25%;
      }
      .col-md-offset-2 {
        margin-left: 16.66666667%;
      }
      .col-md-offset-1 {
        margin-left: 8.33333333%;
      }
      .col-md-offset-0 {
        margin-left: 0%;
      }
    }
    @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-12 {
        width: 100%;
      }
      .col-lg-11 {
        width: 91.66666667%;
      }
      .col-lg-10 {
        width: 83.33333333%;
      }
      .col-lg-9 {
        width: 75%;
      }
      .col-lg-8 {
        width: 66.66666667%;
      }
      .col-lg-7 {
        width: 58.33333333%;
      }
      .col-lg-6 {
        width: 50%;
      }
      .col-lg-5 {
        width: 41.66666667%;
      }
      .col-lg-4 {
        width: 33.33333333%;
      }
      .col-lg-3 {
        width: 25%;
      }
      .col-lg-2 {
        width: 16.66666667%;
      }
      .col-lg-1 {
        width: 8.33333333%;
      }
      .col-lg-pull-12 {
        right: 100%;
      }
      .col-lg-pull-11 {
        right: 91.66666667%;
      }
      .col-lg-pull-10 {
        right: 83.33333333%;
      }
      .col-lg-pull-9 {
        right: 75%;
      }
      .col-lg-pull-8 {
        right: 66.66666667%;
      }
      .col-lg-pull-7 {
        right: 58.33333333%;
      }
      .col-lg-pull-6 {
        right: 50%;
      }
      .col-lg-pull-5 {
        right: 41.66666667%;
      }
      .col-lg-pull-4 {
        right: 33.33333333%;
      }
      .col-lg-pull-3 {
        right: 25%;
      }
      .col-lg-pull-2 {
        right: 16.66666667%;
      }
      .col-lg-pull-1 {
        right: 8.33333333%;
      }
      .col-lg-pull-0 {
        right: auto;
      }
      .col-lg-push-12 {
        left: 100%;
      }
      .col-lg-push-11 {
        left: 91.66666667%;
      }
      .col-lg-push-10 {
        left: 83.33333333%;
      }
      .col-lg-push-9 {
        left: 75%;
      }
      .col-lg-push-8 {
        left: 66.66666667%;
      }
      .col-lg-push-7 {
        left: 58.33333333%;
      }
      .col-lg-push-6 {
        left: 50%;
      }
      .col-lg-push-5 {
        left: 41.66666667%;
      }
      .col-lg-push-4 {
        left: 33.33333333%;
      }
      .col-lg-push-3 {
        left: 25%;
      }
      .col-lg-push-2 {
        left: 16.66666667%;
      }
      .col-lg-push-1 {
        left: 8.33333333%;
      }
      .col-lg-push-0 {
        left: auto;
      }
      .col-lg-offset-12 {
        margin-left: 100%;
      }
      .col-lg-offset-11 {
        margin-left: 91.66666667%;
      }
      .col-lg-offset-10 {
        margin-left: 83.33333333%;
      }
      .col-lg-offset-9 {
        margin-left: 75%;
      }
      .col-lg-offset-8 {
        margin-left: 66.66666667%;
      }
      .col-lg-offset-7 {
        margin-left: 58.33333333%;
      }
      .col-lg-offset-6 {
        margin-left: 50%;
      }
      .col-lg-offset-5 {
        margin-left: 41.66666667%;
      }
      .col-lg-offset-4 {
        margin-left: 33.33333333%;
      }
      .col-lg-offset-3 {
        margin-left: 25%;
      }
      .col-lg-offset-2 {
        margin-left: 16.66666667%;
      }
      .col-lg-offset-1 {
        margin-left: 8.33333333%;
      }
      .col-lg-offset-0 {
        margin-left: 0%;
      }
    }
    table {
      background-color: transparent;
    }
    caption {
      padding-top: 8px;
      padding-bottom: 8px;
      color: #777777;
      text-align: left;
    }
    th {
      text-align: left;
    }
    .table {
      width: 100%;
      max-width: 100%;
      margin-bottom: 20px;
    }
    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
      padding: 8px;
      line-height: 1.42857143;
      vertical-align: top;
      border-top: 1px solid #dddddd;
    }
    .table > thead > tr > th {
      vertical-align: bottom;
      border-bottom: 2px solid #dddddd;
    }
    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
      border-top: 0;
    }
    .table > tbody + tbody {
      border-top: 2px solid #dddddd;
    }
    .table .table {
      background-color: #ffffff;
    }
    .table-condensed > thead > tr > th,
    .table-condensed > tbody > tr > th,
    .table-condensed > tfoot > tr > th,
    .table-condensed > thead > tr > td,
    .table-condensed > tbody > tr > td,
    .table-condensed > tfoot > tr > td {
      padding: 5px;
    }
    .table-bordered {
      border: 1px solid #dddddd;
    }
    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
      border: 1px solid #dddddd;
    }
    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
      border-bottom-width: 2px;
    }
    .table-striped > tbody > tr:nth-of-type(odd) {
      background-color: #f9f9f9;
    }
    .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 > tbody > tr > td.active,
    .table > tfoot > tr > td.active,
    .table > thead > tr > th.active,
    .table > tbody > tr > th.active,
    .table > tfoot > tr > th.active,
    .table > thead > tr.active > td,
    .table > tbody > tr.active > td,
    .table > tfoot > tr.active > td,
    .table > thead > tr.active > th,
    .table > tbody > tr.active > th,
    .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 > tbody > tr > td.success,
    .table > tfoot > tr > td.success,
    .table > thead > tr > th.success,
    .table > tbody > tr > th.success,
    .table > tfoot > tr > th.success,
    .table > thead > tr.success > td,
    .table > tbody > tr.success > td,
    .table > tfoot > tr.success > td,
    .table > thead > tr.success > th,
    .table > tbody > tr.success > th,
    .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 > tbody > tr > td.info,
    .table > tfoot > tr > td.info,
    .table > thead > tr > th.info,
    .table > tbody > tr > th.info,
    .table > tfoot > tr > th.info,
    .table > thead > tr.info > td,
    .table > tbody > tr.info > td,
    .table > tfoot > tr.info > td,
    .table > thead > tr.info > th,
    .table > tbody > tr.info > th,
    .table > tfoot > tr.info > th {
      background-color: #d9edf7;
    }
    .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: #c4e3f3;
    }
    .table > thead > tr > td.warning,
    .table > tbody > tr > td.warning,
    .table > tfoot > tr > td.warning,
    .table > thead > tr > th.warning,
    .table > tbody > tr > th.warning,
    .table > tfoot > tr > th.warning,
    .table > thead > tr.warning > td,
    .table > tbody > tr.warning > td,
    .table > tfoot > tr.warning > td,
    .table > thead > tr.warning > th,
    .table > tbody > tr.warning > th,
    .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 > tbody > tr > td.danger,
    .table > tfoot > tr > td.danger,
    .table > thead > tr > th.danger,
    .table > tbody > tr > th.danger,
    .table > tfoot > tr > th.danger,
    .table > thead > tr.danger > td,
    .table > tbody > tr.danger > td,
    .table > tfoot > tr.danger > td,
    .table > thead > tr.danger > th,
    .table > tbody > tr.danger > th,
    .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 #dddddd;
      }
      .table-responsive > .table {
        margin-bottom: 0;
      }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > td,
      .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 > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .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: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
    }
    output {
      display: block;
      padding-top: 7px;
      font-size: 14px;
      line-height: 1.42857143;
      color: #f4f4f4;
    }
    .form-control {
      display: block;
      width: 100%;
      height: 34px;
      padding: 6px 12px;
      font-size: 14px;
      line-height: 1.42857143;
      color: #f4f4f4;
      background-color: #ffffff;
      background-image: none;
      border: 1px solid #cccccc;
      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 .15s, box-shadow ease-in-out .15s;
      -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
      margin-bottom: 20px;
    }
    .form-control:focus {
      border-color: #66afe9;
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
      box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }
    .form-control::-moz-placeholder {
      color: #999999;
      opacity: 1;
    }
    .form-control:-ms-input-placeholder {
      color: #999999;
    }
    .form-control::-webkit-input-placeholder {
      color: #999999;
    }
    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
      cursor: not-allowed;
      background-color: #eeeeee;
      opacity: 1;
    }
    textarea.form-control {
      height: auto;
    }
    input[type="search"] {
      -webkit-appearance: none;
    }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      input[type="date"],
      input[type="time"],
      input[type="datetime-local"],
      input[type="month"] {
        line-height: 34px;
      }
      input[type="date"].input-sm,
      input[type="time"].input-sm,
      input[type="datetime-local"].input-sm,
      input[type="month"].input-sm,
      .input-group-sm input[type="date"],
      .input-group-sm input[type="time"],
      .input-group-sm input[type="datetime-local"],
      .input-group-sm input[type="month"] {
        line-height: 30px;
      }
      input[type="date"].input-lg,
      input[type="time"].input-lg,
      input[type="datetime-local"].input-lg,
      input[type="month"].input-lg,
      .input-group-lg input[type="date"],
      .input-group-lg input[type="time"],
      .input-group-lg input[type="datetime-local"],
      .input-group-lg input[type="month"] {
        line-height: 46px;
      }
    }
    .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 {
      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="checkbox"][disabled],
    input[type="radio"].disabled,
    input[type="checkbox"].disabled,
    fieldset[disabled] input[type="radio"],
    fieldset[disabled] input[type="checkbox"] {
      cursor: not-allowed;
    }
    .radio-inline.disabled,
    .checkbox-inline.disabled,
    fieldset[disabled] .radio-inline,
    fieldset[disabled] .checkbox-inline {
      cursor: not-allowed;
    }
    .radio.disabled label,
    .checkbox.disabled label,
    fieldset[disabled] .radio label,
    fieldset[disabled] .checkbox label {
      cursor: not-allowed;
    }
    .form-control-static {
      padding-top: 7px;
      padding-bottom: 7px;
      margin-bottom: 0;
    }
    .form-control-static.input-lg,
    .form-control-static.input-sm {
      padding-left: 0;
      padding-right: 0;
    }
    .input-sm {
      height: 30px;
      padding: 5px 10px;
      font-size: 12px;
      line-height: 1.5;
      border-radius: 3px;
    }
    select.input-sm {
      height: 30px;
      line-height: 30px;
    }
    textarea.input-sm,
    select[multiple].input-sm {
      height: auto;
    }
    .form-group-sm .form-control {
      height: 30px;
      padding: 5px 10px;
      font-size: 12px;
      line-height: 1.5;
      border-radius: 3px;
    }
    select.form-group-sm .form-control {
      height: 30px;
      line-height: 30px;
    }
    textarea.form-group-sm .form-control,
    select[multiple].form-group-sm .form-control {
      height: auto;
    }
    .form-group-sm .form-control-static {
      height: 30px;
      padding: 5px 10px;
      font-size: 12px;
      line-height: 1.5;
    }
    .input-lg {
      height: 46px;
      padding: 10px 16px;
      font-size: 18px;
      line-height: 1.3333333;
      border-radius: 6px;
    }
    select.input-lg {
      height: 46px;
      line-height: 46px;
    }
    textarea.input-lg,
    select[multiple].input-lg {
      height: auto;
    }
    .form-group-lg .form-control {
      height: 46px;
      padding: 10px 16px;
      font-size: 18px;
      line-height: 1.3333333;
      border-radius: 6px;
    }
    select.form-group-lg .form-control {
      height: 46px;
      line-height: 46px;
    }
    textarea.form-group-lg .form-control,
    select[multiple].form-group-lg .form-control {
      height: auto;
    }
    .form-group-lg .form-control-static {
      height: 46px;
      padding: 10px 16px;
      font-size: 18px;
      line-height: 1.3333333;
    }
    .has-feedback {
      position: relative;
    }
    .has-feedback .form-control {
      padding-right: 42.5px;
    }
    .form-control-feedback {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2;
      display: block;
      width: 34px;
      height: 34px;
      line-height: 34px;
      text-align: center;
      pointer-events: none;
    }
    .input-lg + .form-control-feedback {
      width: 46px;
      height: 46px;
      line-height: 46px;
    }
    .input-sm + .form-control-feedback {
      width: 30px;
      height: 30px;
      line-height: 30px;
    }
    .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: #3c763d;
    }
    .has-success .form-control {
      border-color: #3c763d;
      -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: #2b542c;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    }
    .has-success .input-group-addon {
      color: #3c763d;
      border-color: #3c763d;
      background-color: #dff0d8;
    }
    .has-success .form-control-feedback {
      color: #3c763d;
    }
    .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: #a94442;
    }
    .has-error .form-control {
      border-color: #a94442;
      -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: #843534;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }
    .has-error .input-group-addon {
      color: #a94442;
      border-color: #a94442;
      background-color: #f2dede;
    }
    .has-error .form-control-feedback {
      color: #a94442;
    }
    .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: #737373;
    }
    @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: 7px;
    }
    .form-horizontal .radio,
    .form-horizontal .checkbox {
      min-height: 27px;
    }
    .form-horizontal .form-group {
      margin-left: -15px;
      margin-right: -15px;
    }
    @media (min-width: 768px) {
      .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
      }
    }
    .form-horizontal .has-feedback .form-control-feedback {
      right: 15px;
    }
    @media (min-width: 768px) {
      .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px;
      }
    }
    @media (min-width: 768px) {
      .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
      }
    }
    .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: 6px 12px;
      font-size: 14px;
      line-height: 1.42857143;
      border-radius: 4px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }
    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
    }
    .btn:hover,
    .btn:focus,
    .btn.focus {
      color: #333333;
      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;
      pointer-events: none;
      opacity: 0.65;
      filter: alpha(opacity=65);
      -webkit-box-shadow: none;
      box-shadow: none;
    }
    .btn-default {
      color: #333333;
      background-color: #ffffff;
      border-color: #cccccc;
    }
    .btn-default:hover,
    .btn-default:focus,
    .btn-default.focus,
    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
      color: #333333;
      background-color: #e6e6e6;
      border-color: #adadad;
    }
    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
      background-image: none;
    }
    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active {
      background-color: #ffffff;
      border-color: #cccccc;
    }
    .btn-default .badge {
      color: #ffffff;
      background-color: #333333;
    }
    .btn-primary {
      color: #ffffff;
      background-color: #003777;
      border-color: #002b5e;
    }
    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
      color: #ffffff;
      background-color: #001f44;
      border-color: #000f20;
    }
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
      background-image: none;
    }
    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
      background-color: #003777;
      border-color: #002b5e;
    }
    .btn-primary .badge {
      color: #003777;
      background-color: #ffffff;
    }
    .btn-success {
      color: #ffffff;
      background-color: #02ae88;
      border-color: #029574;
    }
    .btn-success:hover,
    .btn-success:focus,
    .btn-success.focus,
    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
      color: #ffffff;
      background-color: #017c61;
      border-color: #015845;
    }
    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
      background-image: none;
    }
    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled.focus,
    .btn-success[disabled].focus,
    fieldset[disabled] .btn-success.focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active {
      background-color: #02ae88;
      border-color: #029574;
    }
    .btn-success .badge {
      color: #02ae88;
      background-color: #ffffff;
    }
    .btn-info {
      color: #ffffff;
      background-color: #003777;
      border-color: #002b5e;
    }
    .btn-info:hover,
    .btn-info:focus,
    .btn-info.focus,
    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
      color: #ffffff;
      background-color: #001f44;
      border-color: #000f20;
    }
    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
      background-image: none;
    }
    .btn-info.disabled,
    .btn-info[disabled],
    fieldset[disabled] .btn-info,
    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled.focus,
    .btn-info[disabled].focus,
    fieldset[disabled] .btn-info.focus,
    .btn-info.disabled:active,
    .btn-info[disabled]:active,
    fieldset[disabled] .btn-info:active,
    .btn-info.disabled.active,
    .btn-info[disabled].active,
    fieldset[disabled] .btn-info.active {
      background-color: #003777;
      border-color: #002b5e;
    }
    .btn-info .badge {
      color: #003777;
      background-color: #ffffff;
    }
    .btn-warning {
      color: #ffffff;
      background-color: #ffe44b;
      border-color: #ffe031;
    }
    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning.focus,
    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
      color: #ffffff;
      background-color: #ffdc18;
      border-color: #f3cf00;
    }
    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
      background-image: none;
    }
    .btn-warning.disabled,
    .btn-warning[disabled],
    fieldset[disabled] .btn-warning,
    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled.focus,
    .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning.focus,
    .btn-warning.disabled:active,
    .btn-warning[disabled]:active,
    fieldset[disabled] .btn-warning:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning.active {
      background-color: #ffe44b;
      border-color: #ffe031;
    }
    .btn-warning .badge {
      color: #ffe44b;
      background-color: #ffffff;
    }
    .btn-danger {
      color: #ffffff;
      background-color: #ca3e2f;
      border-color: #b5382a;
    }
    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger.focus,
    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
      color: #ffffff;
      background-color: #a13125;
      border-color: #84281f;
    }
    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
      background-image: none;
    }
    .btn-danger.disabled,
    .btn-danger[disabled],
    fieldset[disabled] .btn-danger,
    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled.focus,
    .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger.focus,
    .btn-danger.disabled:active,
    .btn-danger[disabled]:active,
    fieldset[disabled] .btn-danger:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger.active {
      background-color: #ca3e2f;
      border-color: #b5382a;
    }
    .btn-danger .badge {
      color: #ca3e2f;
      background-color: #ffffff;
    }
    .btn-link {
      color: #003777;
      font-weight: normal;
      border-radius: 0;
    }
    .btn-link,
    .btn-link:active,
    .btn-link.active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
    }
    .btn-link,
    .btn-link:hover,
    .btn-link:focus,
    .btn-link:active {
      border-color: transparent;
    }
    .btn-link:hover,
    .btn-link:focus {
      color: #00142b;
      text-decoration: underline;
      background-color: transparent;
    }
    .btn-link[disabled]:hover,
    fieldset[disabled] .btn-link:hover,
    .btn-link[disabled]:focus,
    fieldset[disabled] .btn-link:focus {
      color: #777777;
      text-decoration: none;
    }
    .btn-lg,
    .btn-group-lg > .btn {
      padding: 10px 16px;
      font-size: 18px;
      line-height: 1.3333333;
      border-radius: 6px;
    }
    .btn-sm,
    .btn-group-sm > .btn {
      padding: 5px 10px;
      font-size: 12px;
      line-height: 1.5;
      border-radius: 3px;
    }
    .btn-xs,
    .btn-group-xs > .btn {
      padding: 1px 5px;
      font-size: 12px;
      line-height: 1.5;
      border-radius: 3px;
    }
    .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;
      visibility: hidden;
    }
    .collapse.in {
      display: block;
      visibility: visible;
    }
    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 solid;
      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: #ffffff;
      border: 1px solid #cccccc;
      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.42857143;
      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: #ffffff;
      text-decoration: none;
      outline: 0;
      background-color: #003777;
    }
    .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.42857143;
      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 solid;
      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 {
        left: auto;
        right: 0;
      }
      .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-vertical > .btn:hover,
    .btn-group > .btn:focus,
    .btn-group-vertical > .btn:focus,
    .btn-group > .btn:active,
    .btn-group-vertical > .btn:active,
    .btn-group > .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 .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 {
      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 {
      -webkit-box-shadow: none;
      box-shadow: none;
    }
    .btn .caret {
      margin-left: 0;
    }
    .btn-lg .caret {
      border-width: 5px 5px 0;
      border-bottom-width: 0;
    }
    .dropup .btn-lg .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 > .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-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
    }
    .btn-group-vertical > .btn:last-child:not(:first-child) {
      border-bottom-left-radius: 4px;
      border-top-right-radius: 0;
      border-top-left-radius: 0;
    }
    .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-group > .btn input[type="radio"],
    [data-toggle="buttons"] > .btn input[type="checkbox"],
    [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-lg > .form-control,
    .input-group-lg > .input-group-addon,
    .input-group-lg > .input-group-btn > .btn {
      height: 46px;
      padding: 10px 16px;
      font-size: 18px;
      line-height: 1.3333333;
      border-radius: 6px;
    }
    select.input-group-lg > .form-control,
    select.input-group-lg > .input-group-addon,
    select.input-group-lg > .input-group-btn > .btn {
      height: 46px;
      line-height: 46px;
    }
    textarea.input-group-lg > .form-control,
    textarea.input-group-lg > .input-group-addon,
    textarea.input-group-lg > .input-group-btn > .btn,
    select[multiple].input-group-lg > .form-control,
    select[multiple].input-group-lg > .input-group-addon,
    select[multiple].input-group-lg > .input-group-btn > .btn {
      height: auto;
    }
    .input-group-sm > .form-control,
    .input-group-sm > .input-group-addon,
    .input-group-sm > .input-group-btn > .btn {
      height: 30px;
      padding: 5px 10px;
      font-size: 12px;
      line-height: 1.5;
      border-radius: 3px;
    }
    select.input-group-sm > .form-control,
    select.input-group-sm > .input-group-addon,
    select.input-group-sm > .input-group-btn > .btn {
      height: 30px;
      line-height: 30px;
    }
    textarea.input-group-sm > .form-control,
    textarea.input-group-sm > .input-group-addon,
    textarea.input-group-sm > .input-group-btn > .btn,
    select[multiple].input-group-sm > .form-control,
    select[multiple].input-group-sm > .input-group-addon,
    select[multiple].input-group-sm > .input-group-btn > .btn {
      height: auto;
    }
    .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: 6px 12px;
      font-size: 14px;
      font-weight: normal;
      line-height: 1;
      color: #f4f4f4;
      text-align: center;
      background-color: #eeeeee;
      border: 1px solid #cccccc;
      border-radius: 4px;
    }
    .input-group-addon.input-sm {
      padding: 5px 10px;
      font-size: 12px;
      border-radius: 3px;
    }
    .input-group-addon.input-lg {
      padding: 10px 16px;
      font-size: 18px;
      border-radius: 6px;
    }
    .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 {
      margin-left: -1px;
    }
    .nav {
      margin-bottom: 0;
      padding-left: 0;
      list-style: none;
    }
    .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: #003777;
    }
    .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 #dddddd;
    }
    .nav-tabs > li {
      float: left;
      margin-bottom: -1px;
    }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857143;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0;
    }
    .nav-tabs > li > a:hover {
      border-color: #eeeeee #eeeeee #dddddd;
    }
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
      color: #f4f4f4;
      background-color: #ffffff;
      border: 1px solid #dddddd;
      border-bottom-color: transparent;
      cursor: default;
    }
    .nav-tabs.nav-justified {
      width: 100%;
      border-bottom: 0;
    }
    .nav-tabs.nav-justified > li {
      float: none;
    }
    .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px;
    }
    .nav-tabs.nav-justified > .dropdown .dropdown-menu {
      top: auto;
      left: auto;
    }
    @media (min-width: 768px) {
      .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
      }
      .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
      }
    }
    .nav-tabs.nav-justified > li > a {
      margin-right: 0;
      border-radius: 4px;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
      border: 1px solid #dddddd;
    }
    @media (min-width: 768px) {
      .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
      }
      .nav-tabs.nav-justified > .active > a,
      .nav-tabs.nav-justified > .active > a:hover,
      .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #ffffff;
      }
    }
    .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: #ffffff;
      background-color: #003777;
    }
    .nav-stacked > li {
      float: none;
    }
    .nav-stacked > li + li {
      margin-top: 2px;
      margin-left: 0;
    }
    .nav-justified {
      width: 100%;
    }
    .nav-justified > li {
      float: none;
    }
    .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 {
        display: table-cell;
        width: 1%;
      }
      .nav-justified > li > a {
        margin-bottom: 0;
      }
    }
    .nav-tabs-justified {
      border-bottom: 0;
    }
    .nav-tabs-justified > li > a {
      margin-right: 0;
      border-radius: 4px;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
      border: 1px solid #dddddd;
    }
    @media (min-width: 768px) {
      .nav-tabs-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
      }
      .nav-tabs-justified > .active > a,
      .nav-tabs-justified > .active > a:hover,
      .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #ffffff;
      }
    }
    .tab-content > .tab-pane {
      display: none;
      visibility: hidden;
    }
    .tab-content > .active {
      display: block;
      visibility: visible;
    }
    .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;
    }
    @media (min-width: 768px) {
      .navbar {
        border-radius: 4px;
      }
    }
    @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.in {
      overflow-y: auto;
    }
    @media (min-width: 768px) {
      .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
      }
      .navbar-collapse.collapse {
        display: block !important;
        visibility: visible !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-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
      margin-right: -15px;
      margin-left: -15px;
    }
    @media (min-width: 768px) {
      .container > .navbar-header,
      .container-fluid > .navbar-header,
      .container > .navbar-collapse,
      .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: 8px;
      margin-bottom: 8px;
    }
    @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: 8px;
      margin-bottom: 8px;
    }
    .navbar-btn.btn-sm {
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .navbar-btn.btn-xs {
      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: #777777;
    }
    .navbar-default .navbar-brand:hover,
    .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent;
    }
    .navbar-default .navbar-text {
      color: #777777;
    }
    .navbar-default .navbar-nav > li > a {
      color: #777777;
    }
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
      color: #333333;
      background-color: transparent;
    }
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
      color: #555555;
      background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:hover,
    .navbar-default .navbar-nav > .disabled > a:focus {
      color: #cccccc;
      background-color: transparent;
    }
    .navbar-default .navbar-toggle {
      border-color: #dddddd;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
      background-color: #dddddd;
    }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888888;
    }
    .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: #555555;
    }
    @media (max-width: 767px) {
      .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777777;
      }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333333;
        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: #555555;
        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: #cccccc;
        background-color: transparent;
      }
    }
    .navbar-default .navbar-link {
      color: #777777;
    }
    .navbar-default .navbar-link:hover {
      color: #333333;
    }
    .navbar-default .btn-link {
      color: #777777;
    }
    .navbar-default .btn-link:hover,
    .navbar-default .btn-link:focus {
      color: #333333;
    }
    .navbar-default .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-default .btn-link:hover,
    .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #cccccc;
    }
    .navbar-inverse {
      background-color: #222222;
      border-color: #080808;
    }
    .navbar-inverse .navbar-brand {
      color: #9d9d9d;
    }
    .navbar-inverse .navbar-brand:hover,
    .navbar-inverse .navbar-brand:focus {
      color: #ffffff;
      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: #ffffff;
      background-color: transparent;
    }
    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
      color: #ffffff;
      background-color: #080808;
    }
    .navbar-inverse .navbar-nav > .disabled > a,
    .navbar-inverse .navbar-nav > .disabled > a:hover,
    .navbar-inverse .navbar-nav > .disabled > a:focus {
      color: #444444;
      background-color: transparent;
    }
    .navbar-inverse .navbar-toggle {
      border-color: #333333;
    }
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
      background-color: #333333;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #ffffff;
    }
    .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: #080808;
      color: #ffffff;
    }
    @media (max-width: 767px) {
      .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
      }
      .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
      }
      .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: #ffffff;
        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: #ffffff;
        background-color: #080808;
      }
      .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: #444444;
        background-color: transparent;
      }
    }
    .navbar-inverse .navbar-link {
      color: #9d9d9d;
    }
    .navbar-inverse .navbar-link:hover {
      color: #ffffff;
    }
    .navbar-inverse .btn-link {
      color: #9d9d9d;
    }
    .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link:focus {
      color: #ffffff;
    }
    .navbar-inverse .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444444;
    }
    .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: "/\00a0";
      padding: 0 5px;
      color: #cccccc;
    }
    .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: 6px 12px;
      line-height: 1.42857143;
      text-decoration: none;
      color: #003777;
      background-color: #ffffff;
      border: 1px solid #dddddd;
      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 > span:hover,
    .pagination > li > a:focus,
    .pagination > li > span:focus {
      color: #00142b;
      background-color: #eeeeee;
      border-color: #dddddd;
    }
    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
      z-index: 2;
      color: #ffffff;
      background-color: #003777;
      border-color: #003777;
      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: #ffffff;
      border-color: #dddddd;
      cursor: not-allowed;
    }
    .pagination-lg > li > a,
    .pagination-lg > li > span {
      padding: 10px 16px;
      font-size: 18px;
    }
    .pagination-lg > li:first-child > a,
    .pagination-lg > li:first-child > span {
      border-bottom-left-radius: 6px;
      border-top-left-radius: 6px;
    }
    .pagination-lg > li:last-child > a,
    .pagination-lg > li:last-child > span {
      border-bottom-right-radius: 6px;
      border-top-right-radius: 6px;
    }
    .pagination-sm > li > a,
    .pagination-sm > li > span {
      padding: 5px 10px;
      font-size: 12px;
    }
    .pagination-sm > li:first-child > a,
    .pagination-sm > li:first-child > span {
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px;
    }
    .pagination-sm > li:last-child > a,
    .pagination-sm > li:last-child > span {
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px;
    }
    .pager {
      padding-left: 0;
      margin: 20px 0;
      list-style: none;
      text-align: center;
    }
    .pager li {
      display: inline;
    }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #ffffff;
      border: 1px solid #dddddd;
      border-radius: 15px;
    }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee;
    }
    .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: #ffffff;
      cursor: not-allowed;
    }
    .label {
      display: inline;
      padding: .2em .6em .3em;
      font-size: 75%;
      font-weight: bold;
      line-height: 1;
      color: #ffffff;
      text-align: center;
      white-space: nowrap;
      vertical-align: baseline;
      border-radius: .25em;
    }
    a.label:hover,
    a.label:focus {
      color: #ffffff;
      text-decoration: none;
      cursor: pointer;
    }
    .label:empty {
      display: none;
    }
    .btn .label {
      position: relative;
      top: -1px;
    }
    .label-default {
      background-color: #777777;
    }
    .label-default[href]:hover,
    .label-default[href]:focus {
      background-color: #5e5e5e;
    }
    .label-primary {
      background-color: #003777;
    }
    .label-primary[href]:hover,
    .label-primary[href]:focus {
      background-color: #001f44;
    }
    .label-success {
      background-color: #02ae88;
    }
    .label-success[href]:hover,
    .label-success[href]:focus {
      background-color: #017c61;
    }
    .label-info {
      background-color: #003777;
    }
    .label-info[href]:hover,
    .label-info[href]:focus {
      background-color: #001f44;
    }
    .label-warning {
      background-color: #ffe44b;
    }
    .label-warning[href]:hover,
    .label-warning[href]:focus {
      background-color: #ffdc18;
    }
    .label-danger {
      background-color: #ca3e2f;
    }
    .label-danger[href]:hover,
    .label-danger[href]:focus {
      background-color: #a13125;
    }
    .badge {
      display: inline-block;
      min-width: 10px;
      padding: 3px 7px;
      font-size: 12px;
      font-weight: bold;
      color: #ffffff;
      line-height: 1;
      vertical-align: baseline;
      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 {
      top: 0;
      padding: 1px 5px;
    }
    a.badge:hover,
    a.badge:focus {
      color: #ffffff;
      text-decoration: none;
      cursor: pointer;
    }
    .list-group-item.active > .badge,
    .nav-pills > .active > a > .badge {
      color: #003777;
      background-color: #ffffff;
    }
    .list-group-item > .badge {
      float: right;
    }
    .list-group-item > .badge + .badge {
      margin-right: 5px;
    }
    .nav-pills > li > a > .badge {
      margin-left: 3px;
    }
    .jumbotron {
      padding: 30px 15px;
      margin-bottom: 30px;
      color: inherit;
      background-color: #eeeeee;
    }
    .jumbotron h1,
    .jumbotron .h1 {
      color: inherit;
    }
    .jumbotron p {
      margin-bottom: 15px;
      font-size: 21px;
      font-weight: 200;
    }
    .jumbotron > hr {
      border-top-color: #d5d5d5;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
      border-radius: 6px;
    }
    .jumbotron .container {
      max-width: 100%;
    }
    @media screen and (min-width: 768px) {
      .jumbotron {
        padding: 48px 0;
      }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
      }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px;
      }
    }
    .thumbnail {
      display: block;
      padding: 4px;
      margin-bottom: 20px;
      line-height: 1.42857143;
      background-color: #ffffff;
      border: 1px solid #dddddd;
      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 {
      margin-left: auto;
      margin-right: auto;
    }
    a.thumbnail:hover,
    a.thumbnail:focus,
    a.thumbnail.active {
      border-color: #003777;
    }
    .thumbnail .caption {
      padding: 9px;
      color: #333333;
    }
    .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: #d6e9c6;
      color: #3c763d;
    }
    .alert-success hr {
      border-top-color: #c9e2b3;
    }
    .alert-success .alert-link {
      color: #2b542c;
    }
    .alert-info {
      background-color: #d9edf7;
      border-color: #bce8f1;
      color: #31708f;
    }
    .alert-info hr {
      border-top-color: #a6e1ec;
    }
    .alert-info .alert-link {
      color: #245269;
    }
    .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: #ebccd1;
      color: #a94442;
    }
    .alert-danger hr {
      border-top-color: #e4b9c0;
    }
    .alert-danger .alert-link {
      color: #843534;
    }
    @-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: #ffffff;
      text-align: center;
      background-color: #003777;
      -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: #02ae88;
    }
    .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: #003777;
    }
    .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: #ffe44b;
    }
    .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: #ca3e2f;
    }
    .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-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: #ffffff;
      border: 1px solid #dddddd;
    }
    .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 {
      color: #555555;
    }
    a.list-group-item .list-group-item-heading {
      color: #333333;
    }
    a.list-group-item:hover,
    a.list-group-item:focus {
      text-decoration: none;
      color: #555555;
      background-color: #f5f5f5;
    }
    .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: #ffffff;
      background-color: #003777;
      border-color: #003777;
    }
    .list-group-item.active .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small,
    .list-group-item.active:hover .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: #449aff;
    }
    .list-group-item-success {
      color: #3c763d;
      background-color: #dff0d8;
    }
    a.list-group-item-success {
      color: #3c763d;
    }
    a.list-group-item-success .list-group-item-heading {
      color: inherit;
    }
    a.list-group-item-success:hover,
    a.list-group-item-success:focus {
      color: #3c763d;
      background-color: #d0e9c6;
    }
    a.list-group-item-success.active,
    a.list-group-item-success.active:hover,
    a.list-group-item-success.active:focus {
      color: #fff;
      background-color: #3c763d;
      border-color: #3c763d;
    }
    .list-group-item-info {
      color: #31708f;
      background-color: #d9edf7;
    }
    a.list-group-item-info {
      color: #31708f;
    }
    a.list-group-item-info .list-group-item-heading {
      color: inherit;
    }
    a.list-group-item-info:hover,
    a.list-group-item-info:focus {
      color: #31708f;
      background-color: #c4e3f3;
    }
    a.list-group-item-info.active,
    a.list-group-item-info.active:hover,
    a.list-group-item-info.active:focus {
      color: #fff;
      background-color: #31708f;
      border-color: #31708f;
    }
    .list-group-item-warning {
      color: #8a6d3b;
      background-color: #fcf8e3;
    }
    a.list-group-item-warning {
      color: #8a6d3b;
    }
    a.list-group-item-warning .list-group-item-heading {
      color: inherit;
    }
    a.list-group-item-warning:hover,
    a.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 {
      color: #fff;
      background-color: #8a6d3b;
      border-color: #8a6d3b;
    }
    .list-group-item-danger {
      color: #a94442;
      background-color: #f2dede;
    }
    a.list-group-item-danger {
      color: #a94442;
    }
    a.list-group-item-danger .list-group-item-heading {
      color: inherit;
    }
    a.list-group-item-danger:hover,
    a.list-group-item-danger:focus {
      color: #a94442;
      background-color: #ebcccc;
    }
    a.list-group-item-danger.active,
    a.list-group-item-danger.active:hover,
    a.list-group-item-danger.active:focus {
      color: #fff;
      background-color: #a94442;
      border-color: #a94442;
    }
    .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: #ffffff;
      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-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 #dddddd;
      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-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-responsive:first-child > .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 > 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-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .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 td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th: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-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .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 td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th: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-responsive:last-child > .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 > 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-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .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 td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th: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-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .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 td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th: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 #dddddd;
    }
    .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-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
      border-bottom: 0;
    }
    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .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 #dddddd;
    }
    .panel-group .panel-footer {
      border-top: 0;
    }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #dddddd;
    }
    .panel-default {
      border-color: #dddddd;
    }
    .panel-default > .panel-heading {
      color: #333333;
      background-color: #f5f5f5;
      border-color: #dddddd;
    }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #dddddd;
    }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333;
    }
    .panel-default > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #dddddd;
    }
    .panel-primary {
      border-color: #003777;
    }
    .panel-primary > .panel-heading {
      color: #ffffff;
      background-color: #003777;
      border-color: #003777;
    }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #003777;
    }
    .panel-primary > .panel-heading .badge {
      color: #003777;
      background-color: #ffffff;
    }
    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #003777;
    }
    .panel-success {
      border-color: #d6e9c6;
    }
    .panel-success > .panel-heading {
      color: #3c763d;
      background-color: #dff0d8;
      border-color: #d6e9c6;
    }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6;
    }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d;
    }
    .panel-success > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #d6e9c6;
    }
    .panel-info {
      border-color: #bce8f1;
    }
    .panel-info > .panel-heading {
      color: #31708f;
      background-color: #d9edf7;
      border-color: #bce8f1;
    }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1;
    }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f;
    }
    .panel-info > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #bce8f1;
    }
    .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: #ebccd1;
    }
    .panel-danger > .panel-heading {
      color: #a94442;
      background-color: #f2dede;
      border-color: #ebccd1;
    }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1;
    }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442;
    }
    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #ebccd1;
    }
    .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.embed-responsive-16by9 {
      padding-bottom: 56.25%;
    }
    .embed-responsive.embed-responsive-4by3 {
      padding-bottom: 75%;
    }
    .well {
      min-height: 20px;
      padding: 19px;
      margin-bottom: 20px;
      background-color: #f5f5f5;
      border: 1px solid #e3e3e3;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    }
    .well blockquote {
      border-color: #ddd;
      border-color: rgba(0, 0, 0, 0.15);
    }
    .well-lg {
      padding: 24px;
      border-radius: 6px;
    }
    .well-sm {
      padding: 9px;
      border-radius: 3px;
    }
    .close {
      float: right;
      font-size: 21px;
      font-weight: bold;
      line-height: 1;
      color: #000000;
      text-shadow: 0 1px 0 #ffffff;
      opacity: 0.2;
      filter: alpha(opacity=20);
    }
    .close:hover,
    .close:focus {
      color: #000000;
      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: 1040;
      -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: #ffffff;
      border: 1px solid #999999;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 6px;
      -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: absolute;
      top: 0;
      right: 0;
      left: 0;
      background-color: #000000;
    }
    .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;
      min-height: 16.42857143px;
    }
    .modal-header .close {
      margin-top: -2px;
    }
    .modal-title {
      margin: 0;
      line-height: 1.42857143;
    }
    .modal-body {
      position: relative;
      padding: 15px;
    }
    .modal-footer {
      padding: 15px;
      text-align: right;
      border-top: 1px solid #e5e5e5;
    }
    .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;
      visibility: visible;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 12px;
      font-weight: normal;
      line-height: 1.4;
      opacity: 0;
      filter: alpha(opacity=0);
    }
    .tooltip.in {
      opacity: 0.9;
      filter: alpha(opacity=90);
    }
    .tooltip.top {
      margin-top: -3px;
      padding: 5px 0;
    }
    .tooltip.right {
      margin-left: 3px;
      padding: 0 5px;
    }
    .tooltip.bottom {
      margin-top: 3px;
      padding: 5px 0;
    }
    .tooltip.left {
      margin-left: -3px;
      padding: 0 5px;
    }
    .tooltip-inner {
      max-width: 200px;
      padding: 3px 8px;
      color: #ffffff;
      text-align: center;
      text-decoration: none;
      background-color: #000000;
      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: -5px;
      border-width: 5px 5px 0;
      border-top-color: #000000;
    }
    .tooltip.top-left .tooltip-arrow {
      bottom: 0;
      right: 5px;
      margin-bottom: -5px;
      border-width: 5px 5px 0;
      border-top-color: #000000;
    }
    .tooltip.top-right .tooltip-arrow {
      bottom: 0;
      left: 5px;
      margin-bottom: -5px;
      border-width: 5px 5px 0;
      border-top-color: #000000;
    }
    .tooltip.right .tooltip-arrow {
      top: 50%;
      left: 0;
      margin-top: -5px;
      border-width: 5px 5px 5px 0;
      border-right-color: #000000;
    }
    .tooltip.left .tooltip-arrow {
      top: 50%;
      right: 0;
      margin-top: -5px;
      border-width: 5px 0 5px 5px;
      border-left-color: #000000;
    }
    .tooltip.bottom .tooltip-arrow {
      top: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 0 5px 5px;
      border-bottom-color: #000000;
    }
    .tooltip.bottom-left .tooltip-arrow {
      top: 0;
      right: 5px;
      margin-top: -5px;
      border-width: 0 5px 5px;
      border-bottom-color: #000000;
    }
    .tooltip.bottom-right .tooltip-arrow {
      top: 0;
      left: 5px;
      margin-top: -5px;
      border-width: 0 5px 5px;
      border-bottom-color: #000000;
    }
    .popover {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1060;
      display: none;
      max-width: 276px;
      padding: 1px;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 14px;
      font-weight: normal;
      line-height: 1.42857143;
      text-align: left;
      background-color: #ffffff;
      background-clip: padding-box;
      border: 1px solid #cccccc;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 6px;
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      white-space: normal;
    }
    .popover.top {
      margin-top: -10px;
    }
    .popover.right {
      margin-left: 10px;
    }
    .popover.bottom {
      margin-top: 10px;
    }
    .popover.left {
      margin-left: -10px;
    }
    .popover-title {
      margin: 0;
      padding: 8px 14px;
      font-size: 14px;
      background-color: #f7f7f7;
      border-bottom: 1px solid #ebebeb;
      border-radius: 5px 5px 0 0;
    }
    .popover-content {
      padding: 9px 14px;
    }
    .popover > .arrow,
    .popover > .arrow:after {
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid;
    }
    .popover > .arrow {
      border-width: 11px;
    }
    .popover > .arrow:after {
      border-width: 10px;
      content: "";
    }
    .popover.top > .arrow {
      left: 50%;
      margin-left: -11px;
      border-bottom-width: 0;
      border-top-color: #999999;
      border-top-color: rgba(0, 0, 0, 0.25);
      bottom: -11px;
    }
    .popover.top > .arrow:after {
      content: " ";
      bottom: 1px;
      margin-left: -10px;
      border-bottom-width: 0;
      border-top-color: #ffffff;
    }
    .popover.right > .arrow {
      top: 50%;
      left: -11px;
      margin-top: -11px;
      border-left-width: 0;
      border-right-color: #999999;
      border-right-color: rgba(0, 0, 0, 0.25);
    }
    .popover.right > .arrow:after {
      content: " ";
      left: 1px;
      bottom: -10px;
      border-left-width: 0;
      border-right-color: #ffffff;
    }
    .popover.bottom > .arrow {
      left: 50%;
      margin-left: -11px;
      border-top-width: 0;
      border-bottom-color: #999999;
      border-bottom-color: rgba(0, 0, 0, 0.25);
      top: -11px;
    }
    .popover.bottom > .arrow:after {
      content: " ";
      top: 1px;
      margin-left: -10px;
      border-top-width: 0;
      border-bottom-color: #ffffff;
    }
    .popover.left > .arrow {
      top: 50%;
      right: -11px;
      margin-top: -11px;
      border-right-width: 0;
      border-left-color: #999999;
      border-left-color: rgba(0, 0, 0, 0.25);
    }
    .popover.left > .arrow:after {
      content: " ";
      right: 1px;
      border-right-width: 0;
      border-left-color: #ffffff;
      bottom: -10px;
    }
    .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 {
      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: 1000;
        -moz-perspective: 1000;
        perspective: 1000;
      }
      .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: #ffffff;
      text-align: center;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    }
    .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: #ffffff;
      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%;
      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;
      margin-top: -10px;
      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 #ffffff;
      border-radius: 10px;
      cursor: pointer;
      background-color: #000 \9;
      background-color: rgba(0, 0, 0, 0);
    }
    .carousel-indicators .active {
      margin: 0;
      width: 12px;
      height: 12px;
      background-color: #ffffff;
    }
    .carousel-caption {
      position: absolute;
      left: 15%;
      right: 15%;
      bottom: 20px;
      z-index: 10;
      padding-top: 20px;
      padding-bottom: 20px;
      color: #ffffff;
      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: -15px;
        font-size: 30px;
      }
      .carousel-control .glyphicon-chevron-left,
      .carousel-control .icon-prev {
        margin-left: -15px;
      }
      .carousel-control .glyphicon-chevron-right,
      .carousel-control .icon-next {
        margin-right: -15px;
      }
      .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
      }
      .carousel-indicators {
        bottom: 20px;
      }
    }
    .clearfix:before,
    .clearfix:after,
    .dl-horizontal dd:before,
    .dl-horizontal dd:after,
    .container:before,
    .container:after,
    .container-fluid:before,
    .container-fluid:after,
    .row:before,
    .row:after,
    .form-horizontal .form-group:before,
    .form-horizontal .form-group:after,
    .btn-toolbar:before,
    .btn-toolbar:after,
    .btn-group-vertical > .btn-group:before,
    .btn-group-vertical > .btn-group:after,
    .nav:before,
    .nav:after,
    .navbar:before,
    .navbar:after,
    .navbar-header:before,
    .navbar-header:after,
    .navbar-collapse:before,
    .navbar-collapse:after,
    .pager:before,
    .pager:after,
    .panel-body:before,
    .panel-body:after,
    .modal-footer:before,
    .modal-footer:after {
      content: " ";
      display: table;
    }
    .clearfix:after,
    .dl-horizontal dd:after,
    .container:after,
    .container-fluid:after,
    .row:after,
    .form-horizontal .form-group:after,
    .btn-toolbar:after,
    .btn-group-vertical > .btn-group:after,
    .nav:after,
    .navbar:after,
    .navbar-header:after,
    .navbar-collapse:after,
    .pager:after,
    .panel-body:after,
    .modal-footer: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;
      visibility: hidden !important;
    }
    .affix {
      position: fixed;
    }
    @-ms-viewport {
      width: device-width;
    }
    .visible-xs,
    .visible-sm,
    .visible-md,
    .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;
      }
      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;
      }
      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;
      }
      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;
      }
      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;
      }
      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;
      }
    }
    form span.error {
      font-style: italic;
      color: #b94a48;
      padding: 2px 8px;
    }
    form span.valid {
      display: inline-block;
      color: #7aba7b;
    }
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../img/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../img/chosen/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: #ffffff url('../img/chosen/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../img/chosen/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('../img/chosen/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../img/chosen/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../img/chosen/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../img/chosen/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../img/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: #ffffff url('../img/chosen/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../img/chosen/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('../img/chosen/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../img/chosen/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../img/chosen/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../img/chosen/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}
#swipebox-overlay img {
  border: none !important;
}
#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../img/content/fancybox/img/loader.gif) no-repeat center center;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}
#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}
#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}
#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../img/content/fancybox/img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}
#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}
#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}
#swipebox-next {
  background-position: -78px 13px;
  float: right;
}
#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}
.swipebox-no-close-button #swipebox-close {
  display: none;
}
#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:before,
.swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}
@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}
#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}
.cancel-on-png,
.cancel-off-png,
.star-on-png,
.star-off-png,
.star-half-png {
  font-size: 2em;
}
@font-face {
  font-family: "raty";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/raty.eot");
  src: url("../fonts/raty.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/raty.svg#raty") format("svg");
  src: url("../fonts/raty.ttf") format("truetype");
  src: url("../fonts/raty.woff") format("woff");
}
.cancel-on-png,
.cancel-off-png,
.star-on-png,
.star-off-png,
.star-half-png {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "raty";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}
.cancel-on-png:before {
  content: "\e600";
}
.cancel-off-png:before {
  content: "\e601";
}
.star-on-png:before {
  content: "\f005";
}
.star-off-png:before {
  content: "\f006";
}
.star-half-png:before {
  content: "\f123";
}
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}
/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}
/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
	----------------------------------------
	6.1 THEMES
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
		sprites locations
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
		sprites locations
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
		sprites locations
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}
/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}
/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}
/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}
/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}
.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}
.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
/* ---------------------------------------- */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  background: #fff;
  position: relative;
  border: 1px solid ##fff;
  padding: 0!important;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  box-shadow: none!important;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  -o-box-shadow: none!important;
  -ms-box-shadow: none!important;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  box-shadow: none!important;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  -o-box-shadow: none!important;
  -ms-box-shadow: none!important;
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading {
  background-image: url('../img/content/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../img/content/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  background: url(../img/content/fancybox/close.png) no-repeat center center;
  position: absolute;
  top: 0%;
  right: -100px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../img/content/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 35px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: visible;
}
.fancybox-prev span {
  background: url(../img/content/fancybox/left.png) no-repeat center center;
  left: -100px;
}
.fancybox-next span {
  background: url(../img/content/fancybox/right.png) no-repeat center center;
  right: -100px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: #ffffff !important;
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  font-style: italic;
  font-weight: 300;
  font-size: 15px;
  color: #191919;
  line-height: 20px;
  background: none;
  text-shadow: none;
  -webkit-text-shadow: none;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(255, 255, 255, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading {
    background-image: url('../img/content/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../img/content/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*
 * Base structure
 */
/* Move down content because we have a fixed navbar that is 50px tall */
.wrap-input {
  padding: 0;
}
.input select {
  display: block;
}
.none {
  display: none;
}
.file-label {
  font-size: 14px!important;
}
/*
 * Global add-ons
 */
.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
  height: 50px;
}
/*
 * Sidebar
 */
/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}
/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px;
  /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}
/*
 * Main content
 */
.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}
/*
 * Placeholder dashboard ideas
 */
.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}
.container-fluid {
  position: relative;
}
footer {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  clear: both;
  z-index: 10001;
  padding: 12px 0 12px 10px;
  border-top: 2px solid #eee;
}
footer p {
  margin: 0;
}
.upload-error {
  font-weight: bold;
  color: #F00C2A;
  letter-spacing: 0pt;
  word-spacing: 0pt;
  font-size: 17px;
  text-align: left;
  font-family: arial, helvetica, sans-serif;
  line-height: 1;
}
.warning {
  padding: 0;
}
.warning a {
  text-decoration: underline;
  color: #ffffff;
}
.warning h1,
.warning h3,
.warning h4 {
  font-size: 18px;
  height: 139px;
  display: table-cell;
  vertical-align: middle;
}
.warning h1 {
  font-size: 30px;
}
.warning h2 {
  padding: 18px 0;
}
.warning h4 {
  font-size: 14px;
  line-height: 23px;
}
.warning .popover {
  color: #191919;
}
#wrap-box-login {
  z-index: 0;
}
/* files */
.gallery #main-image .attachment .thumbnail {
  margin-bottom: 5px;
  height: 105px;
  width: 150px;
}
.gallery #main-image .attachment .image div {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 30px;
}
.roles .attachment .thumbnail {
  margin-bottom: 5px;
  height: 105px;
  width: 150px;
}
.roles .attachment .image div {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 30px;
}
.attachment {
  clear: none!important;
}
.gallery .attachment .actions {
  position: absolute;
  top: 7px;
  left: 22px;
}
.gallery .attachment .caption {
  text-align: center;
  width: 150px;
}
/* loading */
#progress {
  position: relative;
  width: 400px;
  height: 34px;
  border: 1px solid #ddd;
  padding: 1px;
  border-radius: 3px;
  display: none;
  overflow: hidden;
}
#bar {
  background-color: #B4F5B4;
  width: 0%;
  height: 30px;
  border-radius: 3px;
  max-width: 100%;
}
#percent {
  position: absolute;
  display: inline-block;
  top: -1px;
  left: 44%;
}
/* status - circle green/red */
.status {
  text-indent: -999em;
  font-size: 0;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 0 0 4%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.status.opened {
  background: #83E169;
}
.status.closed {
  background: #ca3e2f;
}
/* comments */
.comment h4 {
  margin-bottom: 0px;
  font-weight: bold;
}
.comment .time-ago {
  font-size: 10px;
  font-style: italic;
}
.remove-comment {
  font-size: 7px!important;
  float: right;
}
#comments {
  margin-right: 30%;
}
#comments .comment .btn-danger {
  opacity: 0;
}
#comments .comment:hover .btn-danger {
  opacity: 1;
}
/* files */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('/img/content/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/slick.eot');
  src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 34px;
  width: 34px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px \9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 999;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  opacity: 0.5;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev {
  background: url(../img/content/prev.png) no-repeat center center;
  left: 25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-next {
  background: url(../img/content/next.png) no-repeat center center;
  right: 25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
/* Dots */
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -31px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 26px;
  line-height: 20px;
  text-align: center;
  color: #003777;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #003777;
  opacity: 0.75;
}
.wrap-title {
  margin-bottom: 40px;
  position: relative;
}
.wrap-title h3 {
  font-weight: 100;
  font-size: 30px;
  color: #000000;
  border-bottom: 2px solid #d8d8d8;
  padding-bottom: 10px;
  line-height: 38px;
}
.wrap-title.mini h3 {
  text-align: center;
  font-size: 30px;
  color: #000000;
  line-height: 38px;
  border-bottom: 0;
}
.wrap-title a {
  color: #000000;
}
.wrap-title a:hover {
  color: #555555;
}
.wrap-title-int {
  margin-bottom: 50px!important;
  position: relative;
  z-index: 10;
}
.wrap-title-int h2 {
  font-weight: 100;
  font-size: 40px;
  color: #000000;
  line-height: 47px;
}
.wrap-title-int h5 {
  font-size: 18px;
  color: #a5a5a5;
  line-height: 22px;
  font-family: 'Lato', sans-serif;
}
.title-container {
  overflow: hidden;
}
#select-sec {
  position: absolute;
  top: 13px;
  left: 0;
}
#select-sec #options-sections {
  background: #003777;
  width: 164px;
  display: none;
  padding: 15px 20px;
  position: absolute;
  top: -20px;
  right: -176px;
}
#select-sec #options-sections:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #003777;
  position: absolute;
  top: 24px;
  left: -6px;
}
#select-sec #options-sections a {
  text-transform: lowercase;
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  display: block;
}
#select-sec #options-sections a:hover {
  text-decoration: underline;
}
#select-sec #active-options-sec {
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
  color: #003777;
  line-height: 19px;
  cursor: pointer;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}
#select-sec #active-options-sec:hover {
  opacity: .8;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}
#select-sec #active-options-sec.active {
  color: #02ae88;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}
#wrap-search {
  width: 200px;
  height: 45px;
  position: absolute;
  top: 8px;
  right: 0;
  z-index: 10;
}
#wrap-search #show-search {
  font-size: 18px;
  color: #003777;
  padding: 6.5px 13px;
  border: 1px solid #dcdcdc;
  position: absolute;
  top: -2px;
  right: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  cursor: pointer;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}
#wrap-search #show-search:hover {
  background: #f1f1f1;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}
#wrap-search #show-search.active {
  color: #ffffff;
  background: #ffe44b;
  border-color: #ffe44b;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}
#wrap-search #search-list {
  display: none;
  border: 1px solid #ffe44b;
  padding: 9.6px;
  position: relative;
  right: 66px;
  top: -2px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
#header-default {
  margin-bottom: 16px;
  position: relative;
}
#header-default #logo {
  display: inline-block;
  margin-top: 30px;
  position: relative;
}
#header-default #menu-notification-user {
  position: absolute;
  top: 78px;
  right: 12px;
}
#header-default #menu-notification-user .icons {
  display: inline-block;
}
#header-default #menu-notification-user .icons a {
  text-transform: uppercase;
  font-size: 20px;
  color: #191919;
  margin-left: 13px;
  font-family: 'Lato', sans-serif;
}
#header-default #menu-notification-user .icons a:hover,
#header-default #menu-notification-user .icons a:focus,
#header-default #menu-notification-user .icons a:active {
  color: #555555;
  text-decoration: none!important;
}
#header-default #menu-notification-user .icons a span {
  font-size: 12px;
}
#header-default #menu-notification-user .icons a i {
  font-size: 15px;
}
#header-default #menu-notification-user .icons:first-child {
  margin-right: 38px;
}
#header-default #menu-notification-user #notification {
  position: relative;
}
#header-default #menu-notification-user #notification #notification-span {
  line-height: 17px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  width: 20px;
  height: 20px;
  background: #ca3e2f;
  padding: 1px 0;
  position: absolute;
  top: -4px;
  right: -10px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
#header-default #wrap-menu-default {
  position: relative;
  clear: both;
  margin-top: 25px;
}
#header-default #wrap-menu-default li {
  margin-right: 2.9%;
  float: left;
}
#header-default #wrap-menu-default li a {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #ffffff;
  border-bottom: 2px solid transparent;
  display: inline-block;
  padding: 13.9px 0;
  letter-spacing: 1px;
  line-height: 22px;
  font-family: 'Lato', sans-serif;
}
#header-default #wrap-menu-default li a:hover,
#header-default #wrap-menu-default li a.current {
  border-color: #ffe44b;
}
#header-default #wrap-menu-default li:first-child {
  margin-left: 4.9%;
}
#header-default #wrap-menu-default li:last-child {
  margin-right: 0;
}
#header-default #wrap-menu-default #menu-desktop {
  display: block;
  background: #003777;
  overflow: hidden;
}
#header-default #wrap-menu-default #menu-mobile {
  display: none;
  background: #003777;
}
#header-default #wrap-menu-default #menu-mobile #button-menu {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
  padding: 13.9px 0;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
}
#header-default #wrap-menu-default #menu-mobile #button-menu i {
  font-size: 20px;
}
#header-default #wrap-menu-default #menu-mobile #button-menu span {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: -2px;
}
#header-default #wrap-menu-default #menu-mobile ul {
  display: none;
  position: relative;
}
#header-default #wrap-menu-default #menu-mobile ul li {
  text-align: center;
  display: block;
  margin-right: 0;
  float: none;
}
#footer-default {
  text-align: center;
  background: none;
  boder-top: 2px solid #d8d8d8;
  padding: 40px 0 50px;
  position: relative;
  z-index: 0;
}
#footer-default #logo-footer {
  margin-bottom: 30px!important;
}
#footer-default #address {
  text-transform: uppercase;
  font-size: 12px;
  color: #191919;
  letter-spacing: 0.62px;
  line-height: 18px;
  margin-bottom: 40px;
  font-family: 'Lato', sans-serif;
}
#footer-default #wrap-menu-footer {
  margin-bottom: 50px!important;
}
#footer-default #wrap-menu-footer li {
  display: inline-block;
  margin-right: 11.3px;
  position: relative;
}
#footer-default #wrap-menu-footer li a {
  text-transform: uppercase;
  font-size: 10px;
  color: #191919;
  letter-spacing: 1.38px;
  line-height: 22px;
  font-family: 'Lato', sans-serif;
}
#footer-default #wrap-menu-footer li a:hover,
#footer-default #wrap-menu-footer li a.current {
  color: #02ae88;
}
#footer-default #wrap-menu-footer li:last-child {
  margin-right: 0px;
}
#footer-default #wrap-menu-footer li:last-child:after {
  display: none;
}
#footer-default #wrap-menu-footer li:after {
  content: ' - ';
  display: inline-block;
  position: absolute;
  top: 0;
  right: -12px;
}
#footer-default #pianolab {
  display: inline-block;
}
.list-block {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.list-block .item-list {
  min-height: 340px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.list-block .item-list:after {
  content: '';
  background: #02ae88;
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.list-block .item-list:hover:after {
  width: 49%;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}
.list-block .item-list.news-list {
  height: auto;
  min-height: initial;
}
.list-block .item-list.event-list-view {
  min-height: 301px;
}
.list-block .img-view {
  width: 100%;
  height: 190px;
  margin-bottom: 8px;
}
.list-block .img-view.big-height {
  height: 300px;
}
.list-block .time-cat {
  margin-bottom: 5px;
}
.list-block .time-cat time,
.list-block .time-cat span {
  font-weight: 300;
  font-style: italic;
  font-size: 13px;
  color: #9f9f9f;
  line-height: 26px;
  font-family: 'Lato', sans-serif;
}
.list-block .time-cat time:after {
  content: ' - ';
}
.list-block .time-cat span {
  font-weight: bold;
  color: #000000;
}
.list-block h4 {
  font-size: 18px;
  color: #191919;
  line-height: 22px;
}
.no-result {
  display: none;
}
.no-scroll {
  overflow: hidden!important;
}
#gallery-lp {
  background: #191919;
  width: 100%;
  height: 110%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transform: scale(0);
  -webkit-transform: scale(0);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#gallery-lp.active {
  transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#wrap-gallery-elem {
  background: url(../img/gallery/loading.gif) no-repeat center center;
  width: 100%;
  height: 100%;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
#wrap-gallery-elem img {
  max-height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#wrap-gallery-elem img.active {
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#wrap-nav {
  background: #191919;
  width: 100vw;
  padding: 10px 0;
  position: absolute;
  bottom: -150%;
  left: 0;
  z-index: 10;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#wrap-nav.active {
  bottom: 0%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#wrap-nav .arrow-nav {
  font-size: 30px;
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#wrap-nav .arrow-nav:hover {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#wrap-nav .arrow-nav.inactive {
  pointer-events: none;
  cursor: default;
  opacity: 0.2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#wrap-nav #next-img-gallery {
  float: right;
}
#wrap-nav #prev-img-gallery {
  float: left;
}
#close-gallery {
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  top: 2%;
  right: 5%;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#close-gallery:hover {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#highlight {
  max-width: 1680px;
  margin: 0 auto;
  margin-bottom: 50px!important;
}
#highlight .cont {
  text-align: center;
  height: auto;
}
#highlight .cont img {
  width: 100%;
}
#highlight .cont .link-all {
  width: 100%;
  height: 100%;
  display: block;
}
#highlight .cont .title-highlight {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#highlight .cont .title-highlight h3 {
  font-size: 40px;
  color: #FFFFFF;
  margin-bottom: 40px;
  line-height: 43px;
  font-family: 'Lato', sans-serif;
}
#highlight .cont .title-highlight .link-highlight {
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  display: inline-block;
  padding: 15px 45px;
  position: relative;
  line-height: 22px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  font-family: 'Lato', sans-serif;
}
#highlight .cont .title-highlight .link-highlight:after {
  content: '';
  background: #ffffff;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0.5;
  z-index: -1;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}
#highlight .cont .title-highlight .link-highlight:hover {
  color: #02ae88;
}
#highlight .cont .title-highlight .link-highlight:hover:after {
  width: 100%;
  left: 0;
  opacity: 1;
}
#highlight-event {
  margin-bottom: 20px;
  position: relative;
}
#highlight-event .cont {
  height: 400px;
}
#highlight-event .cont a,
#highlight-event .cont span {
  width: 100%;
  height: 100%;
  display: block;
}
.box-img-news {
  border-right: 10px solid #f4f4f4;
  border-left: 0;
  margin-bottom: 20px;
  position: relative;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.box-img-news a {
  width: 100%;
  height: 100%;
  display: block;
}
.box-img-news h3 {
  font-size: 18px;
  color: #ffffff;
  line-height: 23px;
  width: 100%;
  height: 77px;
  padding: 28px 35px;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.box-img-news.last {
  border-right: 0;
  border-left: 10px solid #f4f4f4;
}
.box-img-news.mini {
  border: 0;
}
.box-img-news.mini h3 {
  font-size: 25px;
}
/*box-img-news*/
.box-img-news {
  display: block;
}
.box-img-news h3 {
  color: #00367B;
  padding: 12px 0;
  background-image: none;
  background-color: #f4f4f4;
}
.box-img-news-highlight {
  overflow: hidden;
}
.box-img-news-highlight h3 {
  font-size: 30px;
  line-height: 32px;
}
.box-img-news.mini h3 {
  font-size: 16px;
  line-height: 18px;
  padding: 10px 0;
  height: 64px;
  overflow: hidden;
}
.box-img-news:hover h3 {
  /*padding:12px 8px;*/
  text-decoration: underline;
  -moz-text-decoration-color: #FFE600;
  /* Code for Firefox */
  text-decoration-color: #FFE600;
}
.box-img-news.mini:hover h3 {
  /*padding:10px 8px;*/
}
.cont {
  position: relative;
}
.cont a {
  width: 100%;
  height: 100%;
  display: block;
}
.cont h4 {
  font-style: italic;
  font-size: 14px;
  color: #ffffff;
  padding: 27px 20px;
  line-height: 22px;
  /*background-image: -webkit-linear-gradient(#000000 0%, rgba(0, 0, 0, 0) 100%);*/
  /*background-image: -o-linear-gradient(#000000 0%, rgba(0, 0, 0, 0) 100%);*/
  /*background-image: linear-gradient(#000000 0%, rgba(0, 0, 0, 0) 100%);*/
  font-family: 'Lato', sans-serif;
}
.cont.first {
  height: 449px;
}
.cont.second {
  height: 219px;
  margin-bottom: 20px;
}
.cont.third {
  height: 210px;
  border: 4px solid #000000;
}
.cont.third #menu-rest {
  text-align: center;
  width: 96%;
  height: 95%;
  border: 1px solid #000000;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.cont.third #menu-rest span {
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  color: #191919;
  line-height: 22px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: 'Lato', sans-serif;
}
.cont.third #menu-rest span img {
  display: block;
  margin: 0 auto 20px;
}
.cont.fourth {
  height: 210px;
}
#photos-home .container {
  clear: both;
  float: none;
  overflow: hidden;
}
#photos-home h4 {
  font-size: 18px;
  line-height: 22px;
  height: 55px;
  color: #003777;
  position: relative;
  overflow: hidden;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  -ms-transition: none;
}
#photos-home .cont {
  display: block;
  height: 300px;
  margin-bottom: 20px;
}
#photos-home .cont:after {
  content: '';
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}
#photos-home .cont:hover {
  /*&:after{
        opacity:1;
        .transition;
      }*/
    }
    #wrap-about {
      position: relative;
      z-index: 100;
    }
    #highlight-structure {
      margin-bottom: 20px;
      position: relative;
    }
    #highlight-structure .cont {
      height: 457px;
      position: relative;
    }
    #highlight-structure .cont a {
      width: 100%;
      height: 100%;
      display: block;
    }
    #highlight-structure .cont span {
      font-size: 15px;
      color: #3e3e3e;
      line-height: 22px;
      text-align: center;
      background: #f4f4f4;
      width: 100%;
      display: none;
      padding: 10px 0;
      position: absolute;
      bottom: 0;
      left: 0;
      font-family: 'Lato', sans-serif;
    }
    #highlight-structure .slick-dots li {
      display: none;
    }
    #list-structure li {
      font-size: 16px;
      color: #3e3e3e;
      border-bottom: 1px solid #d8d8d8;
      margin-bottom: 10px;
      padding: 3px 0 10px 45px;
      position: relative;
      line-height: 22px;
      pointer-events: none;
      cursor: default;
      font-family: 'Lato', sans-serif;
      transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      -ms-transition: 0.2s;
    }
    #list-structure li span {
      text-align: center;
      border: 1px solid #003777;
      font-size: 16px;
      color: #003777;
      display: inline-block;
      padding: 2px 9px;
      line-height: 22px;
      position: absolute;
      top: 0;
      left: 0;
      transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -o-border-radius: 50%;
      -ms-border-radius: 50%;
      font-family: 'Lato', sans-serif;
    }
    #list-structure li:hover span,
    #list-structure li.active span {
      background: #ffffff;
      transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      -ms-transition: 0.2s;
    }
    .box-services:last-of-type .tab-service {
      border-bottom: 1px solid #dcdcdc;
    }
    .box-services .tab-service {
      display: none;
      border-top: 1px solid #dcdcdc;
      padding: 20px;
      position: relative;
      cursor: pointer;
    }
    .box-services .tab-service h4 {
      font-size: 18px;
      color: #000000;
      line-height: 21px;
      position: relative;
    }
    .box-services .tab-service h4:after {
      content: '';
      background: url(../img/content/up-down.png) no-repeat center center;
      width: 16px;
      height: 16px;
      display: block;
      position: absolute;
      top: 12%;
      right: 0;
      transform: rotate(-180deg);
      -webkit-transform: rotate(-180deg);
      transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      -ms-transition: 0.2s;
    }
    .box-services .tab-service.active h4:after {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
    }
    .box-item-service .item-service {
      margin-bottom: 30px;
    }
    .box-item-service .item-service .cont {
      background: #ffffff;
      height: 320px;
      border: 1px solid #dcdcdc;
      padding: 25px;
    }
    .box-item-service .item-service .cont article {
      text-align: justify;
      max-height: 75%;
      overflow-y: auto;
    }
    .box-item-service .item-service .cont h3 {
      font-size: 24px;
      color: #000000;
      line-height: 28px;
      margin-bottom: 30px;
    }
    .box-item-service .item-service .cont p {
      margin-bottom: 40px;
    }
    .box-item-service .item-service .cont a {
      display: inline-block;
      margin-bottom: 8px;
    }
    .box-item-service:last-child {
      margin-bottom: 0;
    }
    .group-schedules {
      margin-bottom: 46px;
      overflow: hidden;
    }
    .group-schedules th {
      border: 0;
    }
    .group-schedules h4 {
      font-size: 11px;
      font-weight: bold;
      color: #000000;
      line-height: 18px;
      margin-bottom: 14px;
      font-family: 'Lato', sans-serif;
    }
    .group-schedules .schedules-table {
      background: none;
      border-top: 1px solid #dcdcdc;
      border-left: 1px solid #dcdcdc;
      border-right: 1px solid #dcdcdc;
    }
    .group-schedules .schedules-table:first-child,
    .group-schedules .schedules-table:last-child {
      border-bottom: 1px solid #dcdcdc;
    }
    .group-schedules .schedules-table .day,
    .group-schedules .schedules-table .hour {
      text-align: center;
      vertical-align: middle!important;
    }
    .group-schedules .schedules-table .day span,
    .group-schedules .schedules-table .hour span {
      font-size: 14.2px;
      font-weight: 400;
      color: #000000;
      line-height: 18px;
      display: inline-block;
      padding: 5px 3px;
      position: relative;
      font-family: 'Lato', sans-serif;
    }
    .group-schedules .schedules-table .day {
      text-transform: uppercase;
      border-right: 1px solid #dcdcdc;
    }
    .group-schedules:last-child {
      margin-bottom: 0;
    }
    .link {
      color: #ffffff;
      background: #003777;
      margin-top: 5px;
      padding: 6px 10px;
      border-radius: 2px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      -o-border-radius: 2px;
      -ms-border-radius: 2px;
    }
    .link i {
      margin-right: 10px;
    }
    .link:hover {
      color: #ffffff;
      opacity: 0.8;
    }
    table td {
      border-right: 1px solid #dcdcdc !important;
    }
    table td.schedules-table {
      background: #F9F9F9!important;
    }
    .banner-menu {
      width: 100%;
      height: 250px;
      position: relative;
    }
    .banner-menu a {
      width: 100%;
      height: 100%;
      display: block;
    }
    .wrap-select-menu {
      background: #003777;
      padding: 15px 10px;
      overflow: hidden;
    }
    .wrap-select-menu span {
      font-weight: 300;
      font-style: italic;
      font-size: 12px;
      color: #ffffff;
      line-height: 20px;
      display: block;
      margin-bottom: 10px;
    }
    .wrap-select-menu span b {
      font-size: 14px;
      font-weight: normal;
      font-style: normal;
    }
    .wrap-select-menu select {
      font-weight: 300;
      font-style: italic;
      font-size: 15px;
      color: #191919;
      line-height: 20px;
      background: #ffffff url(../img/content/down.png) no-repeat 99% 50%;
      width: 100%;
      height: 46px;
      border: 0;
      padding: 0 46px;
      cursor: pointer;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -o-border-radius: 0;
      -ms-border-radius: 0;
    }
    .wrap-select-menu select.pad-mini {
      padding: 0 10px!important;
    }
    .wrap-select-menu [class*='col-'] {
      padding: 0 5px;
    }
    .wrap-select-menu #select-category-menu {
      font-weight: 300;
      font-style: italic;
      font-size: 15px;
      color: #191919;
      line-height: 20px;
      background: #ffffff;
      max-width: 100%;
      width: 100%;
      height: 46px;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -o-border-radius: 0;
      -ms-border-radius: 0;
      transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      -ms-transition: 0.2s;
    }
    .wrap-select-menu #select-category-menu:hover {
      opacity: .9;
      transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      -ms-transition: 0.2s;
    }
    #other-menu-rest .container {
      clear: both;
      float: none;
      overflow: hidden;
    }
    #other-menu-rest .cont {
      display: block;
      height: 180px;
    }
    #other-menu-rest .cont h4 {
      text-align: center;
      font-size: 15px;
      color: #003777;
      letter-spacing: 3.52px;
      line-height: 18px;
      position: relative;
      top: 40%;
      z-index: 1;
      opacity: 0;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      -ms-transition: 0.2s;
      font-family: 'Lato', sans-serif;
    }
    #other-menu-rest .cont:after {
      content: '';
      background: rgba(255, 255, 255, 0.5);
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      z-index: 0;
      transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      -ms-transition: 0.2s;
    }
    #other-menu-rest .cont:hover h4 {
      top: 50%;
      opacity: 1;
      transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
    }
    #other-menu-rest .cont:hover:after {
      opacity: 1;
      transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      -ms-transition: 0.2s;
    }
    .item-menu-list {
      margin-bottom: 60px;
    }
    .item-menu-list:last-of-type {
      margin-bottom: 0;
    }
    .item-menu-list h4 {
      font-weight: bold;
      font-size: 26px;
      color: #000000;
      line-height: 36px;
      font-family: 'Lato', sans-serif;
    }
    .item-menu-list .text-rating.ok {
      color: #02ae88;
    }
    .item-menu-list .text-rating.error {
      color: #ca3e2f;
    }
    .item-menu-list .evaluation span {
      font-weight: 300;
      font-size: 18px;
      color: #4b4b4b;
      line-height: 32px;
      font-family: 'Lato', sans-serif;
    }
    .item-menu-list .evaluation .wrap-evaluation-rating {
      display: inline-block;
      padding-left: 10px;
      position: relative;
      top: -3px;
    }
    .item-menu-list .wrap-value-food {
      text-align: right;
    }
    .item-menu-list .wrap-value-food .value-food {
      font-weight: 300;
      font-size: 24px;
      color: #4b4b4b;
      line-height: 32px;
      display: block;
      font-family: 'Lato', sans-serif;
    }
    .item-menu-list .description {
      margin-bottom: 25px;
    }
    .item-menu-list .description p {
      font-size: 15px;
      color: #000000;
      line-height: 26px;
      font-family: 'Lato', sans-serif;
    }
    .item-menu-list.int .banner-menu {
      height: 420px;
    }
    .item-menu-list.int .wrap-evaluation-rating {
      margin-bottom: 25px;
    }
    #wrap-comments .list-comments li {
      margin-bottom: 50px;
    }
    #wrap-comments .list-comments li span {
      font-size: 15px;
      font-weight: 300;
      color: #000000;
      line-height: 28px;
      display: block;
      margin-bottom: 10px;
      position: relative;
    }
    #wrap-comments .list-comments li span time {
      font-style: italic;
      font-size: 10px;
      color: #9f9f9f;
      line-height: 14px;
      position: absolute;
      top: 0;
      right: 0;
      font-family: 'Lato', sans-serif;
    }
    #wrap-comments .list-comments li p {
      font-style: italic;
      font-size: 13px;
      color: #7e7e7e;
      line-height: 18px;
      background: #ffffff;
      margin-bottom: 0;
      padding: 15px 20px;
    }
    #wrap-comments .list-comments li:last-child {
      border-bottom: 1px solid #d8d8d8;
      margin-bottom: 30px;
      padding-bottom: 50px;
    }
    #wrap-comments form label {
      font-size: 15px;
      font-weight: 300;
      color: #000000;
      line-height: 28px;
      margin-bottom: 10px;
    }
    #wrap-comments form textarea {
      letter-spacing: 1px;
      font-style: italic;
      font-size: 13px;
      color: #7e7e7e;
      line-height: 18px;
      border: 0;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -o-border-radius: 0;
      -ms-border-radius: 0;
    }
    #wrap-comments form button[type=submit] {
      font-size: 13px;
      font-weight: 300;
      color: #ffffff;
      line-height: 28px;
      background: #003777;
      width: 150px;
      border: 0;
      transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      -ms-transition: 0.2s;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -o-border-radius: 0;
      -ms-border-radius: 0;
    }
    #wrap-comments form button[type=submit]:hover {
      opacity: 0.8;
      transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      -ms-transition: 0.2s;
    }
    #wrap-comments form button[type=submit].load {
      font-family: FontAwesome;
    }
    #highlight-prod-rest {
      overflow: hidden;
    }
    #highlight-prod-rest .cont {
      height: 420px;
    }
    #highlight-prod-rest .cont iframe {
      width: 100%!important;
      height: 100%!important;
    }
    .result-send {
      cursor: default;
    }
    .result-send:hover {
      text-decoration: none;
    }
    .result-send.ok {
      color: #02ae88;
    }
    .result-send.error {
      color: #ca3e2f;
    }
    .delete-comment {
      color: #ca3e2f;
    }
    .delete-comment:hover {
      color: #ca3e2f;
      opacity: 0.7;
    }
    #active-list-rest {
      display: block;
      padding-top: 10px;
      cursor: pointer;
      transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      -ms-transition: 0.2s;
    }
    #active-list-rest i {
      font-size: 18px;
      padding-top: 10px;
      float: right;
    }
    #active-list-rest:hover,
    #active-list-rest.active {
      color: #ffffff;
      background: #003777;
      border-color: #ffffff;
      padding: 10px 20px;
    }
    #wrap-list-rest {
      background: #dcdcdc;
      display: none;
      overflow: hidden;
    }
    #wrap-list-rest a {
      font-weight: 100;
      font-size: 14px;
      color: #191919;
      display: block;
      border-bottom: 1px solid #f4f4f4;
      padding: 12px 20px;
      position: relative;
      transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      -ms-transition: 0.2s;
    }
    #wrap-list-rest a:hover {
      color: #003777;
      background: #eaeaea;
      transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      -ms-transition: 0.2s;
    }
    #wrap-list-rest a:hover:after {
      width: 20%;
    }
    #wrap-list-rest a:after {
      content: '';
      background: #003777;
      width: 0;
      height: 1px;
      position: absolute;
      bottom: -1px;
      left: 0;
      transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      -ms-transition: 0.2s;
    }
    #wrap-list-rest a.active:after {
      width: 45%;
    }
    #wrap-list-new .item-list {
      min-height: 360px;
    }
    #news-view article:last-of-type {
      margin-bottom: 60px;
    }
    #wrap-title-news-view {
      text-align: center;
    }
    #wrap-title-news-view .time-cat {
      margin-bottom: 30px;
    }
    #wrap-title-news-view .time-cat time,
    #wrap-title-news-view .time-cat span {
      font-weight: 300;
      font-style: italic;
      font-size: 17px;
      color: #9f9f9f;
      line-height: 26px;
      font-family: 'Lato', sans-serif;
    }
    #wrap-title-news-view .time-cat time:after {
      content: ' - ';
    }
    #wrap-title-news-view .time-cat span {
      font-weight: bold;
      color: #000000;
    }
    #wrap-title-news-view h2 {
      font-weight: 300;
      font-size: 48px;
      color: #191919;
      line-height: 48px;
      margin-bottom: 48px;
    }
    #img-news-view {
      width: 100%;
      height: 435px;
      margin-bottom: 30px;
    }
    #img-news-view.secundary {
      height: 500px;
    }
    .block-cont-news {
      padding-left: 20%;
    }
    .block-cont-news p {
      font-size: 15px;
      color: #000000;
      line-height: 28px;
      margin-bottom: 30px;
      font-family: 'Merriweather', serif;
    }
    .block-cont-news p:last-child {
      margin-bottom: 30px;
    }
    #wrap-comment {
      padding-top: 30px;
    }
    .event-list {
      width: 33.033%;
      display: inline-block;
      margin-bottom: 30px;
      position: unset;
      vertical-align: top;
      float: none;
      transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      -ms-transition: 0.2s;
    }
    .event-list .item-list {
      margin-bottom: 0;
      padding-bottom: 0;
      cursor: pointer;
      overflow: visible;
    }
    .event-list .item-list:after {
      display: none;
    }
    .event-list .item-list .img-view {
      margin-bottom: 0;
    }
    .event-list .item-list:before {
      content: '';
      width: 0;
      height: 0;
      display: none;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent;
      border-bottom: 10px solid #003777;
      position: absolute;
      bottom: -20px;
      left: 50%;
    }
    .event-list.active {
      height: 640px;
      transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
    }
    .event-list.active .item-list:before {
      display: block;
    }
    .info-block-event {
      display: none;
    }
    #wrap-box-event {
      background: #003777;
      width: 100%;
      height: 0;
      margin-top: 20px;
      position: absolute;
      left: 0;
      overflow: hidden;
      z-index: 10;
      transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      -ms-transition: 0.2s;
    }
    #wrap-box-event .container {
      position: relative;
    }
    #wrap-box-event .cont {
      padding: 0;
      position: relative;
      opacity: 0;
      overflow: hidden;
    }
    #wrap-box-event.active {
      height: 413px;
      transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
    }
    #wrap-box-event.active .cont {
      padding: 70px 0;
      opacity: 1;
    }
    #wrap-box-event h3 {
      font-size: 22px;
      color: #ffffff;
      line-height: 26px;
      margin-bottom: 27px;
    }
    #wrap-box-event .description {
      height: 126px;
      margin-bottom: 40px;
      overflow: hidden;
    }
    #wrap-box-event .description .wrap-cont-desc {
      max-width: 95%;
    }
    #wrap-box-event .description p {
      font-size: 15px;
      color: #ffffff;
      line-height: 26px;
      margin-bottom: 20px;
      font-family: 'Lato', sans-serif;
    }
    #wrap-box-event #info-event-box span,
    #wrap-box-event #info-event-box time,
    #wrap-box-event #info-event-box address {
      font-size: 14px;
      color: #ffffff;
      line-height: 22px;
      display: block;
    }
    #wrap-box-event #info-event-box time,
    #wrap-box-event #info-event-box address {
      margin-bottom: 30px;
    }
    #wrap-box-event .wrap-link-event .span-button {
      text-transform: uppercase;
      font-size: 14px;
      color: #ffffff;
      line-height: 22px;
      display: none;
      border: 0;
      margin-left: 10px;
      position: relative;
      top: 0;
      font-family: 'Lato', sans-serif;
    }
    #wrap-box-event .wrap-link-event .span-button:hover {
      color: #ef7575;
    }
    #wrap-box-event .wrap-link-event .button-event {
      text-transform: uppercase;
      font-size: 16px;
      color: #ffffff;
      border: 1px solid #ffffff;
      display: inline-block;
      padding: 15px 45px;
      position: relative;
      line-height: 22px;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      font-family: 'Lato', sans-serif;
    }
    #wrap-box-event .wrap-link-event .button-event span {
      position: relative;
      z-index: 1;
    }
    #wrap-box-event .wrap-link-event .button-event:after {
      content: '';
      background: #ffe44b;
      width: 0%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 50%;
      opacity: 0.5;
      z-index: 0;
      transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      -ms-transition: 0.2s;
    }
    #wrap-box-event .wrap-link-event .button-event:hover {
      color: #191919;
    }
    #wrap-box-event .wrap-link-event .button-event:hover:after {
      width: 100%;
      left: 0;
      opacity: 1;
    }
    #wrap-box-event .wrap-link-event.inactive .span-button {
      display: inline-block;
    }
    #wrap-box-event .wrap-link-event.inactive .button-event {
      background: #eaeaea;
      color: #929292;
      pointer-events: none;
    }
    #wrap-box-event .wrap-link-event.inactive .button-event:hover:after {
      display: none;
    }
    #wrap-box-event .wrap-link-event .button-menu-link {
      text-transform: uppercase;
      font-size: 16px;
      color: #ffffff;
      border: 1px solid #ffffff;
      display: inline-block;
      padding: 15px 25px;
      position: relative;
      line-height: 22px;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      font-family: 'Lato', sans-serif;
    }
    #wrap-box-event .wrap-link-event .button-menu-link span {
      position: relative;
      z-index: 1;
    }
    #wrap-box-event .wrap-link-event .button-menu-link:after {
      content: '';
      background: #02ae88;
      width: 0%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 50%;
      opacity: 0.5;
      z-index: 0;
      transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      -ms-transition: 0.2s;
    }
    #wrap-box-event .wrap-link-event .button-menu-link:hover {
      color: #ffffff;
    }
    #wrap-box-event .wrap-link-event .button-menu-link:hover:after {
      width: 100%;
      left: 0;
      opacity: 1;
    }
    #close-wrap-box-event {
      font-size: 25px;
      color: #ffffff;
      display: inline-block;
      padding: 3px 14px;
      position: absolute;
      top: 15px;
      right: 15px;
      cursor: pointer;
      z-index: 100;
      font-family: 'Lato', sans-serif;
      transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      -ms-transition: 0.2s;
    }
    #close-wrap-box-event:hover {
      background: #21509e;
    }
    .block-photos-list {
      text-align: center;
      min-height: 200px;
      margin-bottom: 20px;
    }
    .block-photos-list .img-view {
      width: 100%;
      height: 110px;
      margin-bottom: 10px;
    }
    .block-photos-list h5 {
      font-weight: 300;
      font-style: italic;
      font-size: 15px;
      color: #191919;
      line-height: 20px;
    }
    .grid {
      width: 100%!important;
    }
    .grid:after {
      content: '';
      display: block;
      clear: both;
    }
    .grid-item {
      height: auto;
      margin-bottom: 30px;
      float: left;
    }
    .grid-item figure {
      width: 100%;
      padding-top: 100%;
      overflow: hidden;
    }
    #collection-list {
      text-align: center;
    }
    #collection-list .item {
      padding: 0 3px;
    }
    #collection-list .box-title-icon {
      background: #ffffff;
      display: -webkit-flex;
      display: flex;
    }
    #collection-list .box-title-icon .title-collection {
      font-size: 20px;
      color: #191919;
      line-height: 26px;
      padding: 30px 0;
      font-family: 'Lato', sans-serif;
      webkit-flex: 1 1 auto;
      flex: 1 1 auto;
    }
    #collection-list .box-title-icon .icon-collection {
      height: 240px;
    }
    #collection-list .box-title-icon .icon-collection.file {
      background: url(../img/content/doc.png) no-repeat center center;
    }
    #collection-list .box-title-icon .icon-collection.photo {
      background: url(../img/content/image.png) no-repeat center center;
    }
    #collection-list .box-title-icon .icon-collection.hemeroteca {
      background: url(../img/content/hemeroteca.png) no-repeat center center;
    }
    #collection-list .wrap-select-menu-collection {
      background: #003777;
      padding: 30px 0;
      clear: both;
    }
    #collection-list .wrap-select-menu-collection h3 {
      font-weight: bold;
      font-size: 20px;
      color: #ffffff;
      line-height: 26px;
      margin-bottom: 8px;
      font-family: 'Lato', sans-serif;
    }
    #collection-list .wrap-select-menu-collection h5 {
      font-style: italic;
      font-weight: 300;
      font-size: 15px;
      color: #ffffff;
      line-height: 20px;
      margin-bottom: 40px;
    }
    #collection-list .wrap-select-menu-collection form {
      display: block;
      overflow: hidden;
    }
    #collection-list .wrap-select-menu-collection form [class*='col-'] {
      padding: 0 3px;
    }
    #collection-list .wrap-select-menu-collection form select {
      text-align: center;
      font-weight: 300;
      font-style: italic;
      font-size: 15px;
      color: #191919 !important;
      line-height: 20px;
      background: #ffffff url(../img/content/down.png) no-repeat 99% 50%;
      width: 100%;
      height: 46px;
      border: 0;
      padding: 0 26px 0 18px;
      cursor: pointer;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -o-border-radius: 0;
      -ms-border-radius: 0;
    }
    #collection-list .wrap-select-menu-collection form input[type=submit] {
      font-weight: 300;
      font-style: italic;
      font-size: 15px;
      color: #191919;
      line-height: 20px;
      background: #ffffff;
      max-width: 100%;
      width: 100%;
      height: 46px;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -o-border-radius: 0;
      -ms-border-radius: 0;
      transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      -ms-transition: 0.2s;
    }
    #collection-list .wrap-select-menu-collection form input[type=submit]:hover {
      opacity: .9;
      transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      -ms-transition: 0.2s;
    }
    #wrap-contact-info address {
      font-size: 14px;
      color: #191919;
      line-height: 22px;
      padding-left: 40px;
    }
    #wrap-contact-info address:before {
      content: '';
      font-family: FontAwesome;
      font-size: 42px;
      color: #ffe44b;
      height: 100%;
      position: absolute;
      left: 0;
      top: 16%;
    }
    #wrap-contact-info address#address:before {
      content: '\f041';
    }
    #wrap-contact-info address#phones:before {
      content: '\f095';
    }
    .wrap-icon-file {
      text-align: center;
      background: #ffffff;
      font-size: 12px;
      color: #003777;
      margin-bottom: 3px;
      padding: 30px 0;
    }
    .link-go {
      font-weight: 300;
      font-style: italic;
      font-size: 15px;
      color: #191919;
      line-height: 35px;
      background: #ffffff;
      max-width: 100%;
      width: 100%;
      height: 46px;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -o-border-radius: 0;
      -ms-border-radius: 0;
      transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      -ms-transition: 0.2s;
    }
    .link-go:hover {
      opacity: .9;
      transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      -ms-transition: 0.2s;
    }
    .collection {
      height: 0;
      padding-top: 100%;
      float: none;
    }
    #form-contact {
      margin-bottom: 55px;
      overflow: hidden;
    }
    #form-contact input[type=text],
    #form-contact textarea {
      font-weight: 300;
      font-style: italic;
      font-size: 15px;
      color: #191919 !important;
      line-height: 20px;
      width: 100%;
      height: 46px;
      border: 0;
      padding: 0 46px;
      cursor: pointer;
      appearance: none;
      -webkit-appearance: none;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -o-border-radius: 0;
      -ms-border-radius: 0;
    }
    #form-contact select {
      font-weight: 300;
      font-style: italic;
      font-size: 15px;
      color: #191919 !important;
      line-height: 20px;
      background: #ffffff url(../img/content/down.png) no-repeat 99% 50%;
      width: 100%;
      height: 46px;
      border: 0;
      padding: 0 46px;
      cursor: pointer;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -o-border-radius: 0;
      -ms-border-radius: 0;
    }
    #form-contact textarea {
      height: 186px;
      padding: 30px 46px;
    }
    #form-contact input[type=submit] {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 15px;
      color: #ffffff;
      line-height: 18px;
      background: #003777;
      height: 58px;
      transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      -ms-transition: 0.2s;
    }
    #form-contact input[type=submit]:hover {
      opacity: 0.8;
      transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      -ms-transition: 0.2s;
    }
    .login-page {
      height: 95vh;
      z-index: 10;
      position: relative;
    }
    #logo-login {
      margin-bottom: 30px;
    }
    #logo-login img {
      margin: 0 auto;
    }
    .center-box {
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      animation: fade-top 0.5s;
      -moz-animation: fade-top 0.5s;
      -webkit-animation: fade-top 0.5s;
      animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -webkit-animation-fill-mode: both;
    }
    .login-box {
      padding: 20px;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
    }
    .login-box form .form-group {
      padding-top: 0px;
      margin-bottom: 0px;
    }
    .login-box form .form-control {
      height: 44px;
    }
    .login-box form input {
      color: #191919;
      background: #ffffff;
      border: 0;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -o-border-radius: 0;
      -ms-border-radius: 0;
    }
    .login-box form input[type=password] {
      margin-bottom: 0;
    }
    .login-box form input[type=checkbox] {
      margin-left: 0px;
      margin-right: 4px;
      position: relative;
    }
    .login-box form input[type=submit] {
      font-weight: normal;
      font-size: 16px;
      color: #000;
      background: #FFE500;
      height: 40px;
      margin-bottom: 30px;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -o-border-radius: 0;
      -ms-border-radius: 0;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
    }
    .login-box form input[type=submit]:hover {
      color: #fff;
      background: #00367B;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
    }
    .login-box form .checkbox {
      margin-bottom: 15px;
    }
    .login-box form .label-title {
      font-size: 14px;
    }
    .login-box form a {
      font-weight: normal;
      font-size: 16px;
      color: #fff;
    }
    .login-box form a:hover {
      text-decoration: underline;
    }
    .login-box form a span {
      color: #FFE500;
    }
    .login-box h2,
    .login-box h3,
    .login-box label {
      color: #fff;
    }
    .login-bg {
      background: #191919;
    }
    #bg-login,
    #login-bg {
      background: #191919;
      width: 100%;
      height: 100%;
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 0;
      overflow: hidden;
    }
    #bg-login #bg,
    #login-bg #bg {
      width: 100%;
      height: 100%;
      display: block;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      filter: blur(5px);
      -moz-filter: blur(5px);
      -webkit-filter: blur(5px);
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
    }
    #bg-login #bg:after,
    #login-bg #bg:after {
      content: '';
      background: rgba(0, 0, 0, 0.5);
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
    }
    #bg-login {
      opacity: 0.8;
    }
    #wrap-form-login {
      margin-top: 6%;
      float: right;
    }
    #wrap-form-login form [class*='col-'] {
      padding: 0 5px;
      position: relative;
    }
    #wrap-form-login form [class*='col-'] .error {
      position: absolute;
      top: -19px;
      left: 0;
    }
    #wrap-form-login form input[type=text],
    #wrap-form-login form input[type=password] {
      font-weight: normal;
      font-size: 15px;
      color: #000;
      font-style: italic;
      height: 42px;
      border: 0;
      margin-bottom: 0;
      border-radius: 0;
      -webkit-border-radius: 0;
    }
    #wrap-form-login form input[type=submit] {
      font-size: 15px;
      color: #fff;
      background: #003777;
      width: 100%;
      height: 42px;
      border: 0;
      margin-bottom: 0;
    }
    #wrap-form-login form .lost-pass {
      text-align: right;
      padding: 10px 20px;
    }
    #wrap-form-login form .lost-pass a {
      font-size: 13px;
      font-style: italic;
      color: #9B9B9B;
    }
    #wrap-form-login form .lost-pass a:hover {
      color: #003777;
    }
    .wrap-text-info-login .text-info-login {
      display: block;
      padding-top: 12px;
    }
    .text-info-login {
      font-size: 11px;
      line-height: 13px;
      color: #fff;
    }
    #highlight-presentation {
      height: 600px;
      overflow: hidden;
    }
    #highlight-presentation .cont {
      height: 600px;
    }
    #highlight-structure-gallery .cont {
      height: 400px;
    }
    #highlight-structure-gallery .cont span {
      font-size: 20px;
      color: #ffffff;
      background: rgba(0, 0, 0, 0.5);
      width: 100%;
      padding: 10px;
      position: absolute;
      bottom: 0;
      left: 0;
      font-family: 'Merriweather', serif;
    }
/* animations */
@keyframes borderpulsar {
  0% {
    box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.25);
    -o-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.25);
    -ms-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.25);
  }
  100% {
    box-shadow: 0px 0px 0px 60px rgba(255, 255, 255, 0);
    -moz-box-shadow: 0px 0px 0px 60px rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0px 0px 0px 60px rgba(255, 255, 255, 0);
    -o-box-shadow: 0px 0px 0px 60px rgba(255, 255, 255, 0);
    -ms-box-shadow: 0px 0px 0px 60px rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes borderpulsar {
  0% {
    box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.25);
    -o-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.25);
    -ms-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.25);
  }
  100% {
    box-shadow: 0px 0px 0px 60px rgba(255, 255, 255, 0);
    -moz-box-shadow: 0px 0px 0px 60px rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0px 0px 0px 60px rgba(255, 255, 255, 0);
    -o-box-shadow: 0px 0px 0px 60px rgba(255, 255, 255, 0);
    -ms-box-shadow: 0px 0px 0px 60px rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes borderpulsar {
  0% {
    box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.25);
    -o-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.25);
    -ms-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.25);
  }
  100% {
    box-shadow: 0px 0px 0px 60px rgba(255, 255, 255, 0);
    -moz-box-shadow: 0px 0px 0px 60px rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0px 0px 0px 60px rgba(255, 255, 255, 0);
    -o-box-shadow: 0px 0px 0px 60px rgba(255, 255, 255, 0);
    -ms-box-shadow: 0px 0px 0px 60px rgba(255, 255, 255, 0);
  }
}
.textshow {
  animation: textshow 0.5s;
  -moz-animation: textshow 0.5s;
  -webkit-animation: textshow 0.5s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}
@keyframes textshow {
  0% {
    opacity: 0;
    transform: scale(2);
    -webkit-transform: scale(2);
    /* Chrome, Safari, Opera */
    -moz-transform: scale(2);
    /* IE 9 */
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    /* Chrome, Safari, Opera */
    -moz-transform: scale(1);
    /* IE 9 */
    opacity: 1;
  }
}
@-moz-keyframes textshow {
  0% {
    opacity: 0;
    transform: scale(2);
    -webkit-transform: scale(2);
    /* Chrome, Safari, Opera */
    -moz-transform: scale(2);
    /* IE 9 */
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    /* Chrome, Safari, Opera */
    -moz-transform: scale(1);
    /* IE 9 */
    opacity: 1;
  }
}
@-webkit-keyframes textshow {
  0% {
    opacity: 0;
    transform: scale(2);
    -webkit-transform: scale(2);
    /* Chrome, Safari, Opera */
    -moz-transform: scale(2);
    /* IE 9 */
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    /* Chrome, Safari, Opera */
    -moz-transform: scale(1);
    /* IE 9 */
    opacity: 1;
  }
}
.showing {
  animation: showing 0.5s;
  -moz-animation: showing 0.5s;
  -webkit-animation: showing 0.5s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
@keyframes showing {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes showing {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes showing {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.fade-top {
  animation: fade-top 0.5s;
  -moz-animation: fade-top 0.5s;
  -webkit-animation: fade-top 0.5s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
@keyframes fade-top {
  0% {
    top: -90px;
    opacity: 0;
  }
  50% {
    top: 50%;
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-top {
  0% {
    top: -90px;
    opacity: 0;
  }
  50% {
    top: 50%;
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-top {
  0% {
    top: -90px;
    opacity: 0;
  }
  50% {
    top: 50%;
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/*=====================================================
Geral
======================================================*/
body {
  background: #f4f4f4;
  font-family: 'Merriweather', serif;
}
canvas {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1 span {
  font-size: 20px;
  font-style: italic;
  display: block;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  outline: none;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}
a:hover {
  outline: none;
  text-decoration: none;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}
a:focus {
  outline: none;
}
.alert {
  font-size: 25px;
  position: relative;
  z-index: 999;
  text-align: center!important;
}
.alert.alert-warning {
  color: #ffffff;
  background: #ca3e2f;
}
article p {
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  line-height: 26px;
  margin-bottom: 40px;
  font-family: 'Lato', sans-serif;
}
article p:last-child {
  margin-bottom: 0!important;
}
.container {
  position: relative;
}
.container.unset {
  position: unset!important;
}
.container-fluid {
  max-width: 1680px;
  padding: 0;
}
form label {
  font-size: 12px;
  color: #555555;
  text-transform: uppercase!important;
}
form label p {
  padding-top: 3px;
}
form label.input-radio {
  font-weight: bold;
  color: #555555;
  margin-left: 0;
  margin-bottom: 10px;
  padding-left: 0;
}
form input[type=submit] {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
}
form input[type=submit]:disabled {
  opacity: 0.3;
}
form input[type=submit]:disabled:hover {
  cursor: not-allowed;
}
form div {
  position: relative;
}
form div.radio {
  position: relative;
  z-index: 0;
}
form div.radio label {
  display: block;
}
form .form-group {
  padding-top: 15px;
}
form .form-group .error {
  position: absolute;
  top: 0;
  right: 5px;
}
form .col-md-12 .error {
  position: absolute;
  top: 0;
  right: 5px;
}
form .group-other {
  display: none;
  position: relative;
  z-index: 10;
}
form .group-file {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}
.more-link {
  text-transform: uppercase;
  font-size: 12px;
  color: #191919;
  padding-right: 25px;
  line-height: 16px;
  position: relative;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
}
.more-link:before {
  content: '';
  background: url(../img/content/more_link.png) no-repeat center center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}
.more-link:hover:before {
  right: 5px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}
.more-link.back {
  padding-left: 25px;
  padding-right: 0;
}
.more-link.back:before {
  left: 0!important;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.more-link.back:hover:before {
  left: 5px!important;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}
.more-link.back-top:before {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.drop-links {
  position: relative;
}
.drop-links .more-link:before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.drop-links .drop {
  background: #ffffff;
  width: 100%;
  display: none;
  padding: 20px;
  position: absolute;
  bottom: -92px;
  left: 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.drop-links .drop a {
  text-transform: uppercase;
  font-size: 12px;
  color: #191919;
  border-bottom: 1px dotted #dcdcdc;
  display: block;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-family: 'Lato', sans-serif;
}
.drop-links .drop a:last-of-type {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.drop-links .drop a:hover {
  color: #003777;
}
#content-pages {
  padding: 40px 0;
}
.box-full {
  padding: 50px 0 15px;
}
.box-avatar {
  margin-bottom: 35px;
  display: -webkit-flex;
  display: flex;
}
.box-avatar [class*='col-'] {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.box-avatar figure {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
.box-avatar .title-avatar {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.box-avatar .title-avatar strong,
.box-avatar .title-avatar span {
  font-size: 14px;
  color: #000000;
  line-height: 18px;
  display: block;
}
.box-avatar .title-avatar span {
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
}
.box-avatar.drop {
  min-height: 80px;
  display: block;
  overflow: hidden;
}
.box-avatar.drop [class*='col-'] {
  -webkit-flex: none;
  flex: none;
}
.box-avatar.drop figure {
  height: auto;
  margin-bottom: 20px;
}
.box-avatar.drop .title-avatar {
  text-align: center;
  top: 0;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.box-avatar.drop .title-avatar span {
  font-style: normal;
  font-size: 14px;
  color: #000000;
  line-height: 17px;
  font-family: 'Lato', sans-serif;
}
.box-border-effect {
  position: relative;
}
.box-border-effect .border-effect {
  background: #ffe44b;
  position: absolute;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.box-border-effect .border-effect.border-top {
  width: 0%;
  height: 2px;
  top: 0;
  right: 0;
}
.box-border-effect .border-effect.border-bottom {
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 0;
}
.box-border-effect .border-effect.border-left {
  width: 2px;
  height: 0%;
  bottom: 0;
  left: 0;
}
.box-border-effect .border-effect.border-right {
  width: 2px;
  height: 0%;
  top: 0;
  right: 0;
}
.box-border-effect:hover .border-effect {
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.box-border-effect:hover .border-effect.border-top,
.box-border-effect:hover .border-effect.border-bottom {
  width: 100%;
}
.box-border-effect:hover .border-effect.border-left,
.box-border-effect:hover .border-effect.border-right {
  height: 100%;
}
.box-border-effect:hover:before {
  background-position: 100% 50%;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}
.animation-element {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.in-view {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.img-load {
  position: relative;
}
.img-load.no-relat {
  position: static;
}
.img-load .load-img {
  font-size: 43px;
  color: #ffe44b;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}
#circularG {
  font-size: 17px;
  color: #02ae88;
  line-height: 18px;
  display: inline-block;
  margin-right: 5px;
}
.breadcrumb {
  text-transform: uppercase;
  font-size: 11px;
  color: #9f9f9f;
  margin-bottom: 0;
  padding: 12px 0px;
}
.breadcrumb .active {
  color: #9f9f9f;
}
.breadcrumb a {
  color: #9f9f9f;
}
.breadcrumb a:hover {
  color: #555555;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
/*=====================================================
*OTHER
======================================================*/
.style-title {
  font-size: 14px!important;
  font-weight: bold!important;
  color: #000000!important;
  line-height: 18px!important;
  margin-bottom: 14px!important;
  padding: 15px 0!important;
  font-family: 'Lato', sans-serif !important;
  background-image: none!important;
}
.wrap-comment-legend {
  font-size: 12px;
  line-height: 14px;
  font-style: italic;
  margin-bottom: 15px;
}
.wrap-main-img-news {
  width: 100%;
  text-align: right;
}
.wrap-main-img-news img {
  max-width: 100%;
  display: inline-block;
}
.style-legend-restaurant {
  font-style: italic;
  font-size: 18px;
  color: #00367B;
  padding: 15px 0;
  line-height: 22px;
  background: #f4f4f4;
  font-family: 'Lato', sans-serif;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
/* home modifications */
/*CLASS*/
.margin-bottom-smaller {
  margin-bottom: 10px!important;
}
.more-link-small {
  font-size: 10px;
  line-height: 12px;
}
/*wrap-title*/
.wrap-title.wrap-title-home h3 {
  font-size: 24px;
  line-height: 28px;
  padding-left: 45px;
}
/*#rest-home .cont h4*/
.rest-home .cont h4 {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  text-align: right;
  color: #00367B;
  width: 100%;
  background: #f4f4f4;
  background-image: none;
  padding: 13px 0;
  position: absolute;
  bottom: 0;
}
.rest-home .cont.box-variation h4 {
  /*font-size:18px;
    line-height:24px;*/
  }
  .rest-home .cont:hover h4 {
    text-decoration: underline;
    -moz-text-decoration-color: #FFE600;
    /* Code for Firefox */
    text-decoration-color: #FFE600;
  }
/* news */
.wrap-border-effect {
  position: absolute;
  top: 0;
  bottom: 22%;
  left: 0;
  right: 0;
}
.mini .wrap-border-effect {
  bottom: 39%;
}
/* rest */
.rest-style {
  display: block;
}
.rest-style .wrap-border-effect {
  position: absolute;
  top: 0;
  bottom: 10.5%;
  left: 0;
  right: 0;
}
.rest-style:hover h4 {
  text-decoration: underline;
  -moz-text-decoration-color: #FFE600;
  /* Code for Firefox */
  text-decoration-color: #FFE600;
}
.rest-style.rest-style-mini .wrap-border-effect {
  bottom: 23%;
}
/* photos */
.wrap-thumb-photo-home {
  display: block;
  -moz-text-decoration-color: #FFE600;
  /* Code for Firefox */
  text-decoration-color: #FFE600;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  -ms-transition: none;
}
.wrap-thumb-photo-home .wrap-border-effect {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.wrap-thumb-photo-home:hover {
  text-decoration: underline;
  -moz-text-decoration-color: #FFE600;
  /* Code for Firefox */
  text-decoration-color: #FFE600;
}
@media (max-width: 1000px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
  .wrap-main-img-news img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/* =============================================================================
   Variables
   ========================================================================== */
/* =============================================================================
   Class
   ========================================================================== */
   .radius {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
  }
  .radius2 {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
  }
  .radius3 {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
  }
  .no-radius {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
  }
  .shadow {
    box-shadow: 4px 5px 0px #f4f4f4;
    -moz-box-shadow: 4px 5px 0px #f4f4f4;
    -webkit-box-shadow: 4px 5px 0px #f4f4f4;
    -o-box-shadow: 4px 5px 0px #f4f4f4;
    -ms-box-shadow: 4px 5px 0px #f4f4f4;
  }
  .shadow2 {
    box-shadow: 1px 4px 2px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 4px 2px -1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 4px 2px -1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 1px 4px 2px -1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 1px 4px 2px -1px rgba(0, 0, 0, 0.1);
  }
  .shadow3 {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  }
  .shadow-gray {
    box-shadow: 0px 6px 0px 0px #d8d8d8;
    -moz-box-shadow: 0px 6px 0px 0px #d8d8d8;
    -webkit-box-shadow: 0px 6px 0px 0px #d8d8d8;
    -o-box-shadow: 0px 6px 0px 0px #d8d8d8;
    -ms-box-shadow: 0px 6px 0px 0px #d8d8d8;
  }
  .shadow-green {
    box-shadow: 0px 6px 0px 0px #019e89;
    -moz-box-shadow: 0px 6px 0px 0px #019e89;
    -webkit-box-shadow: 0px 6px 0px 0px #019e89;
    -o-box-shadow: 0px 6px 0px 0px #019e89;
    -ms-box-shadow: 0px 6px 0px 0px #019e89;
  }
  .shadow-red {
    box-shadow: 0px 6px 0px 0px #ef7575;
    -moz-box-shadow: 0px 6px 0px 0px #ef7575;
    -webkit-box-shadow: 0px 6px 0px 0px #ef7575;
    -o-box-shadow: 0px 6px 0px 0px #ef7575;
    -ms-box-shadow: 0px 6px 0px 0px #ef7575;
  }
  .shadow-blue {
    box-shadow: 0px 6px 0px 0px #21509e;
    -moz-box-shadow: 0px 6px 0px 0px #21509e;
    -webkit-box-shadow: 0px 6px 0px 0px #21509e;
    -o-box-shadow: 0px 6px 0px 0px #21509e;
    -ms-box-shadow: 0px 6px 0px 0px #21509e;
  }
  .shadow-purple {
    box-shadow: 0px 6px 0px 0px #2d2549;
    -moz-box-shadow: 0px 6px 0px 0px #2d2549;
    -webkit-box-shadow: 0px 6px 0px 0px #2d2549;
    -o-box-shadow: 0px 6px 0px 0px #2d2549;
    -ms-box-shadow: 0px 6px 0px 0px #2d2549;
  }
  .shadow-pink {
    box-shadow: 0px 6px 0px 0px #dc5e82;
    -moz-box-shadow: 0px 6px 0px 0px #dc5e82;
    -webkit-box-shadow: 0px 6px 0px 0px #dc5e82;
    -o-box-shadow: 0px 6px 0px 0px #dc5e82;
    -ms-box-shadow: 0px 6px 0px 0px #dc5e82;
  }
  .no-shadow {
    box-shadow: none!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -o-box-shadow: none!important;
    -ms-box-shadow: none!important;
  }
  .transition {
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
  }
  .transition2 {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
  }
  .transition3 {
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
  }
  .no-transition {
    transition: none!important;
    -moz-transition: none!important;
    -webkit-transition: none!important;
    -o-transition: none!important;
    -ms-transition: none!important;
  }
/* margins */
.noMarginTop {
  margin-top: 0px!important;
}
.noMarginRight {
  margin-right: 0px!important;
}
.noMarginBottom {
  margin-bottom: 0px!important;
}
.noMarginLeft {
  margin-left: 0px!important;
}
.no-margin {
  margin: 0px!important;
}
.m-bottom {
  margin-bottom: 50px!important;
}
.m-bottom-big {
  margin-bottom: 70px!important;
}
.m-bottom-mini {
  margin-bottom: 30px!important;
}
.m-bottom-micro {
  margin-bottom: 15px!important;
}
/* padding */
.noPaddingTop {
  padding-top: 0px!important;
}
.noPaddingRight {
  padding-right: 0px!important;
}
.noPaddingBottom {
  padding-bottom: 0px!important;
}
.noPaddingLeft {
  padding-left: 0px!important;
}
.no-padding {
  padding: 0px!important;
}
.pad-top {
  padding-top: 30px!important;
}
.pad-top-mini {
  padding-top: 13px!important;
}
.pad-bottom {
  padding-bottom: 30px!important;
}
.pad-bottom-mini {
  padding-bottom: 13px!important;
}
.pad {
  padding: 30px!important;
}
.pad-mini {
  padding: 15px!important;
}
/* border */
.noBorderTop {
  border-top: 0px!important;
}
.noBorderRight {
  border-right: 0px!important;
}
.noBorderBottom {
  border-bottom: 0px!important;
}
.noBorderLeft {
  border-left: 0px!important;
}
.no-border {
  border: 0px!important;
}
.b-top-gray {
  border-top: 1px solid #f4f4f4 !important;
}
.b-top-dashed-white {
  border-top: 1px dashed #ffffff !important;
}
.b-bottom-gray {
  border-bottom: 1px solid #f4f4f4 !important;
}
.b-bottom-black-doble {
  border-bottom: 2px solid #191919 !important;
}
.b-black {
  border: 1px solid #191919 !important;
}
.b-gray {
  border: 1px solid #f4f4f4 !important;
}
.b-white {
  border: 1px solid #ffffff !important;
}
.b-white-2 {
  border: 1px solid #f1f1f1 !important;
}
.b-green {
  border: 1px solid #02ae88 !important;
}
.b-red {
  border: 1px solid #ca3e2f !important;
}
/* alert */
.alert {
  margin-bottom: 0 !important;
}
/* bg-colors */
.bg-white {
  background-color: #ffffff;
}
.bg-white-2 {
  background-color: #f1f1f1;
}
.bg-gray {
  background-color: #f4f4f4;
}
.bg-blue {
  background-color: #003777;
}
.bg-blue-2 {
  background-color: #21509e;
}
.bg-red {
  background-color: #ca3e2f;
}
.bg-green {
  background-color: #02ae88;
}
.bg-black-alpha {
  background-color: rgba(0, 0, 0, 0.04);
}
.no-bg {
  background: none!important;
}
/* font familys */
.f-default {
  font-family: 'Merriweather', serif;
}
.f-secundary {
  font-family: 'Lato', sans-serif;
}
/* font-colors */
.f-white {
  color: #ffffff !important;
}
.f-black {
  color: #191919 !important;
}
.f-gray {
  color: #f4f4f4 !important;
}
.f-blue {
  color: #003777 !important;
}
.f-blue-2 {
  color: #21509e !important;
}
.f-red {
  color: #ca3e2f !important;
}
.f-green {
  color: #02ae88 !important;
}
.f-green-2 {
  color: #019e89 !important;
}
.f-purple {
  color: #3b2f5e !important;
}
.f-pink {
  color: #f56991 !important;
}
/* font-size */
.f-size-25 {
  font-size: 25px!important;
}
.f-size-15 {
  font-size: 15px!important;
}
/* text */
.t-center {
  text-align: center!important;
}
.t-left {
  text-align: left!important;
}
.t-right {
  text-align: right!important;
}
.t-italic {
  font-style: italic!important;
}
.t-bold {
  font-weight: 700!important;
}
.t-bold {
  font-weight: 700!important;
}
.t-uppercase {
  text-transform: uppercase!important;
}
.t-line {
  text-decoration: line-through !important;
}
/* general */
.cur-pointer {
  cursor: pointer!important;
}
.over-hidden {
  overflow: hidden!important;
}
.block {
  display: block!important;
}
.in-block {
  display: inline-block !important;
}
.none {
  display: none!important;
}
.float-r {
  float: right!important;
}
.float-l {
  float: left!important;
}
.clear-b {
  clear: both!important;
}
.min-width-70 {
  width: 70%!important;
}
.min-height {
  min-height: 630px;
}
.center {
  display: block;
  margin: 0 auto;
  float: none!important;
}
.box-shadow {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.31);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.31);
  -o-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.31);
  -ms-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.31);
}
.box-shadow:focus {
  box-shadow: 1px 1px 10px rgba(140, 35, 0, 0.5);
  -moz-box-shadow: 1px 1px 10px rgba(140, 35, 0, 0.5);
  -webkit-box-shadow: 1px 1px 10px rgba(140, 35, 0, 0.5);
  -o-box-shadow: 1px 1px 10px rgba(140, 35, 0, 0.5);
  -ms-box-shadow: 1px 1px 10px rgba(140, 35, 0, 0.5);
}
.bg-primary {
  background-color: #003777;
}
.bg-primary .round {
  color: #003777 !important;
}
.bg-primary-strong {
  background-color: #21509e;
}
.bg-danger {
  background-color: #ca3e2f;
}
.bg-danger .round {
  color: #ca3e2f !important;
}
.bg-danger-strong {
  background-color: #ef7575;
}
.bg-success {
  background-color: #02ae88;
}
.bg-info {
  background-color: #3b2f5e;
}
.bg-info .round {
  color: #3b2f5e !important;
}
.bg-highlight {
  background-color: #f56991;
}
.bg-highlight .round {
  color: #f56991 !important;
}
.bg-success-strong {
  background-color: #019e89;
}
.bg-warning {
  background-color: #ffe44b;
}
.bg-warning-strong {
  background-color: #f2b04f;
}
.btn-primary,
.btn-success {
  border: 0;
}
.round {
  font-size: 16px;
  color: #337AB7;
  width: 111px;
  display: inline-block;
  padding: 18px;
  animation: borderpulsar 1s infinite;
  -moz-animation: borderpulsar 1s infinite;
  -webkit-animation: borderpulsar 1s infinite;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  box-shadow: 1px 4px 2px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 4px 2px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 4px 2px -1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 4px 2px -1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 1px 4px 2px -1px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  font-weight: 700!important;
  text-transform: uppercase!important;
  clear: both!important;
}
.round span {
  font-size: 50px;
}
.scrollTop {
  font-size: 16px;
  color: #003777;
  background: #ffffff;
  padding: 20px;
  position: fixed;
  bottom: 10%;
  right: 2%;
  cursor: pointer;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  box-shadow: 1px 4px 2px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 4px 2px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 4px 2px -1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 4px 2px -1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 1px 4px 2px -1px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}
.scrollTop:active {
  color: #ffffff;
  background: #02ae88;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}
#wrap-alert {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
#wrap-alert:before {
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}
.alert {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
}
.alert h3 {
  font-size: 18px;
}
.alert .close {
  font-size: 18px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.2);
  padding: 17px 28px;
  position: absolute;
  top: -1px;
  right: -1px;
  opacity: 0.8;
}
.alert .close:hover {
  background: rgba(0, 0, 0, 0.3);
}
.alert.alert-error {
  background: #ca3e2f;
}
.alert.alert-error h3 {
  color: #ffffff;
}
#load {
  color: #ca3e2f;
  font-size: 80px;
  display: block;
  margin: -40px 0 0 -40px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.blur {
  filter: blur(5px);
  -moz-filter: blur(5px);
  -webkit-filter: blur(5px);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.visible-desktop {
  display: block;
}
.visible-mobile {
  display: none;
}
.disabled-link {
  pointer-events: none;
  cursor: default!important;
}
/* =============================================================================
1920px
========================================================================== */
/* =============================================================================
1280px
========================================================================== */
/* =============================================================================
1199px
========================================================================== */
@media screen and (max-width: 1199px) {
  #header-default #wrap-menu-default li {
    margin-right: 4.0%;
  }
  #header-default #wrap-menu-default li:first-child {
    margin-left: 4.0%;
  }
}
/* =============================================================================
1024px
========================================================================== */
@media screen and (max-width: 1024px) {
  #highlight .cont {
    height: autoh;
  }
  #header-default #wrap-menu-default li {
    /*margin-right:3.8%;
        &:first-child{
          margin-left:3.8%;
        }*/
      }
    }
/* =============================================================================
980px
========================================================================== */
/* =============================================================================
980px
========================================================================== */
@media screen and (max-width: 980px) {
  #highlight .cont {
    height: auto;
  }
  #header-default #wrap-menu-default li {
    margin-right: 3.0%;
  }
  #header-default #wrap-menu-default li a {
    font-size: 12px;
  }
  #header-default #wrap-menu-default li:first-child {
    margin-left: 2.0%;
  }
  #highlight-structure .cont {
    height: 350px;
  }
  #other-menu-rest [class*='col-'] {
    margin-bottom: 20px;
  }
  #other-menu-rest [class*='col-']:last-of-type {
    margin-bottom: 0;
  }
  .list-block .img-view {
    height: 180px;
  }
  .event-list {
    width: 49.7%;
  }
  .fancybox-close {
    top: -60px;
    right: 45%;
  }
  .fancybox-nav span {
    top: -60px;
  }
  .fancybox-prev span {
    left: 0;
  }
  .fancybox-next span {
    right: 0;
  }
  #highlight-presentation {
    height: 500px;
  }
}
/* =============================================================================
800px
========================================================================== */
@media screen and (max-width: 800px) {
  .hidden-sm-e4m {
    display: none!important;
  }
  #highlight .cont {
    height: auto;
  }
  .box-img-news {
    border: 0;
  }
  .box-img-news h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .box-img-news.mini h3 {
    font-size: 18px;
  }
  #highlight-event,
  #highlight-structure-gallery {
    position: relative;
  }
  #highlight-event .cont,
  #highlight-structure-gallery .cont {
    height: 340px;
  }
  #photos-home .cont {
    height: 230px;
  }
  #photos-home .cont h4 {
    font-size: 18px;
  }
}
/* =============================================================================
768px
========================================================================== */
@media screen and (max-width: 768px) {
  #highlight .cont {
    height: auto;
  }
  #header-default #logo {
    display: block;
    margin: 30px auto;
  }
  #header-default #logo img {
    display: block;
    margin: 0 auto;
  }
  #header-default #menu-notification-user {
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
  }
  #header-default #wrap-menu-default {
    margin-top: 30px;
  }
  #header-default #menu-desktop {
    display: none!important;
  }
  #header-default #menu-mobile {
    display: block!important;
  }
}
/* =============================================================================
640px
========================================================================== */
/* =============================================================================
640px
========================================================================== */
@media screen and (max-width: 670px) {
  .visible-desktop {
    display: none;
  }
  .visible-mobile {
    display: block;
  }
  .login-page {
    height: 50vh;
  }
  #highlight-event,
  #highlight-structure-gallery {
    position: relative;
  }
  #highlight-event .cont,
  #highlight-structure-gallery .cont {
    height: 270px;
  }
  #rest-home .cont.first {
    height: 230px;
    margin-bottom: 20px;
  }
  #rest-home .cont.third {
    height: 140px;
    margin-bottom: 20px;
  }
  #rest-home .cont.third #menu-rest {
    width: 98%;
  }
  #rest-home .cont.third #menu-rest img {
    margin: 0;
    position: absolute;
    top: 0;
    left: 28%;
  }
  #photos-home .cont {
    height: 310px;
  }
  .t-left-resp {
    text-align: left!important;
  }
  .m-bottom-micro-resp {
    margin-bottom: 20px;
  }
  .wrap-title.mini h3 {
    font-size: 24px;
  }
  .box-services .box-item-service {
    display: block;
    padding-top: 10px;
  }
  .box-services .box-item-service .item-service {
    margin-bottom: 0px;
    -webkit-flex: none;
    flex: none;
  }
  .box-services .box-item-service .item-service:first-of-type {
    height: 180px;
  }
  .box-services .box-item-service .item-service .cont {
    height: auto!important;
    border: 0;
    padding: 20px;
  }
  .box-services .box-item-service .item-service .cont h3 {
    display: none;
  }
  .box-services .box-item-service .item-service .cont.img-service {
    height: 220px!important;
  }
  #other-menu-rest [class*='col-'] {
    margin-bottom: 10px;
  }
  #other-menu-rest [class*='col-']:last-of-type {
    margin-bottom: 0;
  }
  #other-menu-rest .cont {
    height: 140px;
  }
  .wrap-select-menu select {
    padding: 0;
  }
  .item-menu-list .wrap-value-food {
    text-align: left;
  }
  .item-menu-list .wrap-value-food .value-food {
    margin-bottom: 20px;
  }
  .item-menu-list.int .banner-menu {
    height: 280px;
  }
  .list-block [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }
  .list-block [class*='col-']:first-of-type .img-view {
    height: 180px;
    display: block;
  }
  .list-block .item-list {
    border-bottom: 1px solid #d8d8d8;
  }
  .list-block .img-view:not(.fix-visibility) {
    display: none;
  }
  .list-block .time-cat,
  .list-block h4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .list-block.list-event [class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .list-block.list-event [class*='col-']:first-of-type .img-view {
    height: 220px;
    display: block;
  }
  .list-block.list-event .item-list {
    border-bottom: 0;
  }
  .list-block.list-event .item-list.event-list-view {
    min-height: 221px;
  }
  .list-block.list-event .img-view {
    height: 220px;
    display: block;
  }
  #select-sec {
    left: 0;
  }
  #wrap-search {
    right: 0;
  }
  .block-cont-news {
    padding: 0;
  }
  #img-news-view {
    height: 211px;
  }
  #img-news-view.secundary {
    height: 211px;
  }
  .event-list {
    width: 100%;
  }
  .event-list:before {
    bottom: -9px;
  }
  .event-list.active {
    height: 790px;
  }
  #wrap-box-event.active {
    height: 577px;
  }
  #wrap-box-event .wrap-link-event {
    text-align: center;
  }
  #wrap-box-event .wrap-link-event .button-menu-link {
    margin-bottom: 10px;
  }
  #collection-list .item {
    border-bottom: 2px solid #d8d8d8;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  #collection-list .item:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #collection-list .box-title-icon .icon-collection {
    background-size: auto 60% !important;
    webkit-background-size: auto 60% !important;
    height: 86px;
  }
  #collection-list .wrap-select-menu-collection {
    padding: 30px 0;
  }
  #collection-list .wrap-select-menu-collection h5 {
    margin-bottom: 12px;
  }
  #wrap-contact-info address:first-child {
    margin-bottom: 50px;
  }
  #highlight-prod-rest {
    overflow: hidden;
  }
  #highlight-prod-rest .cont {
    height: 250px;
  }
  #highlight-presentation {
    height: 505px;
  }
  #highlight-presentation .cont {
    background-size: contain!important;
  }
  .center-box {
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
    -webkit-transform: translate(0);
  }
}
/* =============================================================================
480px
========================================================================== */
@media screen and (max-width: 480px) {
  #highlight .cont {
    height: auto;
  }
  #highlight-structure .cont {
    height: 295px;
  }
  #highlight-structure .cont span {
    display: block;
  }
  .center-xs {
    margin: 0 auto;
    float: none;
  }
  .col-xs-10-min {
    width: 90%;
  }
  .login-page {
    height: 50vh;
    margin-top: 25%;
  }
  #select-sec {
    display: block;
  }
  #wrap-search {
    display: block;
  }
  #highlight-presentation {
    height: 450px;
  }
  #highlight-presentation .cont {
    background-size: contain!important;
  }
  #rest-home .cont.third #menu-rest img {
    left: 7%;
  }
  #wrap-box-event.active {
    height: auto;
  }
  #wrap-box-event .wrap-link-event {
    text-align: center;
  }
  #wrap-box-event .wrap-link-event .button-menu-link {
    margin-bottom: 10px;
  }
  /*box-img-news*/
}
/* =============================================================================
360px
========================================================================== */
@media screen and (max-width: 360px) {
  #highlight .cont {
    height: auto;
  }
  #highlight-presentation {
    height: 400px;
  }
  #highlight-presentation .cont {
    background-size: contain!important;
  }
  /*box-img-news*/
}
/* =============================================================================
320px
========================================================================== */
@media screen and (max-width: 320px) {
  #highlight .cont {
    height: auto;
  }
}
.visible-print {
  display: none;
}
@media print {
  .hide-print {
    display: none;
  }
  .visible-print {
    display: block;
  }
  /*news*/
  .block-cont-news {
    padding-left: 0;
  }
}
